/* Variables related to App Theme */
/**
 * 2.0 Header Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
/* open-sans-regular - latin */


.header_wrapper {
  width: 100%;
  padding: 0;
}
.header_wrapper .header_top {
  background: #333333;
  padding: 10px 0;
}
.header_wrapper .header_top a.top_menu {
  color: #fff;
  font-size: 13px;
  padding-right: 20px;
  display: inline-block;
  padding-top: 5px;
}
.header_wrapper .header_top .fa {
  font-size: 20px;
  color: #fff;
  vertical-align: middle;
  margin-right: 5px;
}
.header_wrapper .header_top .pull-right .fa {
  margin: 0 10px;
}
.header_wrapper #menu {
  padding: 10px 0px;
  position: relative;
  z-index: 99;
	margin-top: 20px;
}
.header_wrapper #menu .logo a {
  color: #f5b705;
  font-size: 25px;
}
.slider_wrapper {
  width: 100%;
  padding-top: 0px;
}
.slider_wrapper .overly_bg {
  background: ;
  height: 100%;
}
.slider_wrapper .slider_text {
  display: block;
  padding: 30px;
  margin-top: 80px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.slider_wrapper .slider_text h1 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
  margin: 0;
}
.slider_wrapper .slider_text p {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}
.slider_wrapper .slider_text .read_more_outer {
  background: #f5b705;
  position: absolute;
  right: -50px;
  top: -90px;
  padding: 69px 100px;
}
.slider_wrapper .slider_text .read_more_outer:after {
  content: "";
  position: absolute;
  border-right: 150px solid #f5b705;
  border-top: 215px solid transparent;
  border-left: 100px solid transparent;
  left: -250px;
  top: 0;
}
.slider_wrapper .slider_text a.read_more {
  padding: 20px 40px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  display: inline-block;
}
.slider_wrapper .slider_text a.read_more:hover {
  background: #fff;
  color: #f5b705;
}
.slider_wrapper .slider_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #f5b705;
  border-right: 50px solid transparent;
}
/**
 * 3.0 Services Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.services_wrapper {
  width: 100%;
  padding: 25px 0;

}
.services_wrapper h2 {
  font-size: 20px;
  color: #0134BF;
  font-family: 'Nanum Gothic';
  text-align: center;
  font-weight: bold;
  line-height: 35px;
}
.services_wrapper h3 {
  font-size: 20px;
  color:#0134BF;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif" !important;
}
.services_wrapper p {
  font-size: 16px;
  color: black;
  line-height: 27px;
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif" !important;
}
.services_wrapper ol li {
  font-size: 16px;
  color: black;
  line-height: 27px;
}
#check_c {
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif" !important;
}
#sqrft, #select_s {
  font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif" !important;
}
.services_wrapper .service_block {
  background: #fff;
  padding: 30px;
  outline: 10px solid #ccc;
  outline-offset: 2px;
  margin: 12px;
}
.services_wrapper .service_block h2 {
  font-size: 22px;
  color: #0134BF;
  margin: 0;
}
.services_wrapper .service_block p {
  font-size: 14px;
  color: #818181;
  line-height: 27px;
}
.services_wrapper .corner_section {
  display: block;
  z-index: 999;
}
.services_wrapper .corner_section .dots:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  left: 7px;
  top: 9px;
}
.services_wrapper .corner_section .dots:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  right: 7px;
  top: 9px;
  z-index: 9;
}
.services_wrapper .corner_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #000;
  border-right: 45px solid transparent;
}
.services_wrapper .corner_section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #000;
  border-left: 45px solid transparent;
}
.services_wrapper .corner_section2 {
  display: block;
  z-index: 999;
}
.services_wrapper .corner_section2 .dots:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  left: 7px;
  bottom: 9px;
}
.services_wrapper .corner_section2 .dots:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  right: 7px;
  bottom: 9px;
  z-index: 9;
}
.services_wrapper .corner_section2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #000;
  border-right: 45px solid transparent;
}
.services_wrapper .corner_section2:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #000;
  border-left: 45px solid transparent;
}
.services_wrapper .gray_section {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}
.white_background {
  background: #fff;
}
.service_item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 8px 0px;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.service_item a.read_more {
  color: #f5b705;
  font-size: 16px;
}
.service_item a.read_more:hover {
  color: #000;
}
.project_wrapper {
  background: #f2f2f2;
  padding: 50px 0;
}
.project_wrapper h3 {
  font-size: 18px;
  color: #191818;
}
.project_wrapper p {
  font-size: 14px;
  color: #818181;
  line-height: 27px;
}
.project_wrapper span {
  color: #f5b705;
  display: block;
}
.project_wrapper img {
  border: 10px solid #fff;
}
.project_wrapper .col-md-4 {
  margin-bottom: 50px;
}
/**
 * 4.0 Latest Project Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.latest_project_wrapper {
  width: 100%;
  background: url(http://homr.in/wp-content/uploads/2018/12/projects_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.latest_project_wrapper .overly_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 100px 0;
}
.latest_project_wrapper img {
  border: 10px solid #fff;
}
.latest_project_wrapper h2 {
  font-size: 25px;
  color: #f5b705;
}
.latest_project_wrapper p {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}
.gray_section {
  background: #f6f6f6;
  padding: 80px 0;
}
.gray_section p {
  color: #6c6c6c;
}
.gray_section a.read_more {
  font-size: 16px;
  color: #f5b705;
}
.gray_section a.read_more:hover {
  color: #000;
}
.gray_section .col-md-12 {
  margin-bottom: 50px;
}
.project_img:hover .image {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.project_img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.image {
  transform: scale(1);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.image h3 {
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  max-width: 92%;
  margin: auto;
}
/**
 * 5.0 Who We Are Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.who_we_are_wrapper {
  width: 100%;
  margin-top: 100px;
}
.who_we_are_wrapper h2 {
  font-size: 25px;
  color: #f5b705;
}
.who_we_are_wrapper p {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}
.who_we_are_wrapper .gray_block {
  background: #f6f6f6;
  padding: 35px;
}
.who_we_are_wrapper .gray_block h2 {
  font-size: 22px;
  color: #1c1c1c;
  text-transform: uppercase;
}
.who_we_are_wrapper .gray_block p {
  font-size: 14px;
  color: #818181;
  line-height: 27px;
}
.who_we_are_wrapper .gray_block .corner_section {
  display: block;
  z-index: 999;
}
.who_we_are_wrapper .gray_block .corner_section .dots:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  left: 7px;
  bottom: 9px;
}
.who_we_are_wrapper .gray_block .corner_section .dots:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FFF none repeat scroll 0% 0%;
  border-radius: 100%;
  right: 7px;
  top: 9px;
  z-index: 9;
}
.who_we_are_wrapper .gray_block .corner_section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 45px solid #f5b705;
  border-right: 45px solid transparent;
}
.who_we_are_wrapper .gray_block .corner_section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 45px solid #f5b705;
  border-left: 45px solid transparent;
}
.who_we_are_wrapper .nav-tabs > li > a {
  /*background: #161616 none repeat scroll 0 0;*/
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  color: #000;
  font-size: 1.5em;
  line-height: 1.42857;
  margin-right: 2px;
  padding: 1em 3em;
  font-weight: 700;
}
.who_we_are_wrapper .nav-tabs > li > a:hover {
  background: #f5b705;
}
.who_we_are_wrapper .nav-tabs > li.active > a,
.who_we_are_wrapper .nav-tabs > li.active > a:hover {
  background: #f5b705;
  color: #fff;
}
.who_we_are_wrapper .tab-content > .active {
  color: #8c8b8b;
  display: block;
  font-size: 1.4em;
  padding-top: 1em;
  line-height: 2em;
  visibility: visible;
}
.who_we_are_wrapper .tab-content h3 {
  font-size: 1.2em;
  color: #161616;
}
.panel-default > .panel-heading {
  color: #333333 !important;
  background-color: #f6f6f6;
  border-color: transparent;
}
.panel-heading {
  padding: 20px 15px;
  border-bottom: 0px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-body p {
  color: #818181;
}
.panel-default {
  border-color: transparent;
}
.panel-heading a {
  color: #333333 !important;
}
.panel {
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
}
/**
 * 6.0 Testimonials Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.testimonials_wrapper {
  width: 100%;
  margin-top: 30px;
  background:;
  background-size: cover;
  text-align: center;
  height: 350px;
}
.testimonials_wrapper .overly_bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 80px 0;
}

.testimonials_wrapper .testimonial h2 {
  font-size: 25px;
  color: #f5b705;
}
.testimonials_wrapper .testimonial p {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}
.testimonials_wrapper .testimonial .author {
  background: #fff;
  width: 175px;
  height: 175px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 95px;
}
.testimonials_wrapper .testimonial .author span {
  color: #f5b705;
  font-size: 16px;
  padding-top: 30px;
  display: block;
}
.testimonials_wrapper .testimonial .author .color {
  color: #333;
  font-size: 14px;
}
.background-image {
  background: none;
}
.page-id-283 {
font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif" !important;
}
/**
 * 7.0 Our Partner Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.our_partner_wrapper {
  width: 100%;
  margin-top: 100px;
}
.our_partner_wrapper h2 {
  font-size: 22px;
  color: #0134BF;
}
.our_partner_wrapper p {
  font-size: 15px;
  color: #7f7f7f;
  line-height: 27px;
}
.our_partner_wrapper blockquote {
  font-size: 15px;
  color: #7f7f7f;
  line-height: 27px;
  border-left: 3px solid #f5b705;
  padding: 50px 10px;
}
.our_partner_wrapper span {
  color: #f5b705;
}
/**
 * 8.0 Footer Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.footer_wrapper {
  width: 100%;
  background: #222222;
  padding: 10px 0;
  margin-top: 100px;
  position: relative;
	font-family: sans-serif;
}
.footer_wrapper h2 {
  font-size: 20px;
  color: #f6f6f6;
  letter-spacing: 1px;
}
.footer_wrapper p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 27px;
}
.footer_wrapper span {
  color: #f5b705;
}
.footer_wrapper .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #4d4d4d;
  background-image: none;
  border: 0px solid #CCC;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.footer_wrapper .submit {
  background: #242424;
  padding: 8px 20px;
  border: none;
  outline: none;
  float: right;
  margin-top: -45px;
}
.footer_wrapper .submit .fa {
  font-size: 30px;
  color: #4d4d4d;
}
.footer_bottom {
  background: #393939;
  position: relative;
  text-align: center;
}
.footer_bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  margin: 0;
  padding: 20px 0;
}
.footer_bottom .cd-top {
  position: absolute;
  right: 30px;
  top: -69px;
}
.const-no-bullet {
  list-style-type: none !important;
}
/**
 * 9.0 About Wrapper Start Here *
 * -----------------------------------------------------------------------------
 */
.page_heading {
  background: url(../../Slit-Slider/images/1.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
.page_heading .overly_bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  padding: 50px 0;
}
.page_heading .heading_title {
  background: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  color: #fff;
  padding: 30px 50px;
  display: inline-block;
  position: relative;
}
.page_heading .heading_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #f5b705;
  border-right: 30px solid transparent;
}
.page_heading .heading_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f5b705;
  border-left: 30px solid transparent;
}
.page_heading1 {
  background-size: cover;
  text-align: center;
}
.page_heading1 .overly_bg {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  padding: 10px 0;
}
.page_heading1 .heading_title {
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  color: #fff;
  padding: 30px 50px;
  display: inline-block;
  position: relative;
}
.page_heading1 .heading_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #f5b705;
  border-right: 30px solid transparent;
}
.page_heading1 .heading_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f5b705;
  border-left: 30px solid transparent;
}
.about_wrapper {
  width: 100%;
  padding: 100px 0;
}
.about_wrapper h2 {
  font-size: 20px;
  color: #0134BF;
}
.about_wrapper p {
  font-size: 14px;
  color: #767272;
  line-height: 27px;
}
.about_wrapper a.read_more {
  font-size: 18px;
  color: #f5b705;
}
.about_wrapper a.read_more:hover {
  color: #000;
}
.team_wrapper {
  width: 100%;
  margin-top: 100px;
}
.team_wrapper h2 {
  font-size: 20px;
  color: #302e2e;
}
.team_wrapper p {
  font-size: 14px;
  color: #767272;
  line-height: 27px;
}
.team_wrapper .team_heading {
  border-bottom: 2px solid #f6f6f6;
  padding: 25px 0;
}
.team_wrapper .team_heading h3 {
  font-size: 18px;
  color: #252525;
  margin: 0;
}
.team_wrapper .team_heading span {
  font-size: 16px;
  color: #f5b705;
}
.team_wrapper .col-md-6 {
  margin-bottom: 50px;
}
/**
 * 10.0 Contact Page Start Here
 * -----------------------------------------------------------------------------
 */
.conatct_wrapper {
  margin-top: 30px;
	font-family: sans-serif;
}
.conatct_wrapper #map-canvas {
  height: 375px;
  margin-top: 100px;
}
.conatct_wrapper .form-control {
  background: #f6f6f6;
  border: 0px;
  border: 0px solid #d4d4d4;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #d4d4d4;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.conatct_wrapper .form-group .textarea {
  height: auto !important;
}
.conatct_wrapper .submit {
  background: #f5b705;
  padding: 15px 20px;
  display: inline-block;
  border: 0px;
  outline: 0;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
	font-weight: bold;
}
.conatct_wrapper .submit:hover {
  background: #333;
  color: #fff;
}
.conatct_wrapper .contact_detail {
  background: #f2f2f2;
  padding: 50px 100px;
}
.conatct_wrapper .contact_detail h3 {
  font-size: 18px;
  color: #222222;
}
.conatct_wrapper .contact_detail p {
  font-size: 14px;
  color: #7a7777;
  line-height: 27px;
}
/**
 * 11.0 Responsive Start Here
 * -----------------------------------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }
  .header_wrapper .pull-left,
  .header_wrapper .pull-right {
    float: none !important;
  }
  .header_wrapper .header_top {
    text-align: center;
  }
  .header_wrapper .pull-right {
    margin-top: 15px;
  }
  .header_wrapper #menu .logo a {
    display: block;
    text-align: center;
  }
  .services_wrapper .service_block {
    margin: 0 0 50px 0;
  }
  .who_we_are_wrapper .nav-tabs > li > a {
    padding: 0.5em 1em;
  }
  .our_partner_wrapper blockquote {
    padding: 30px 10px;
    margin-top: 50px;
  }
  .footer_wrapper .col-md-4 img {
    margin-bottom: 8px;
  }
  .bs-example {
    margin-top: 50px;
  }
  .team_wrapper .col-md-6 {
    max-width: 550px;
    margin: auto auto 50px auto;
  }
  .about_wrapper a.read_more {
    margin-bottom: 50px;
    display: block;
  }
  .slider_wrapper .slider_text .read_more_outer {
    width: 100%;
    position: inherit !important;
    top: 0;
    left: 0;
    background: none !important;
    padding: 0 !important;
  }
  .slider_wrapper .slider_text .read_more_outer:after {
    border: 0px !important;
  }
  .testimonials_wrapper .owl-carousel .owl-wrapper-outer {
    height: 400px;
  }
  .testimonials_wrapper {
    height: 550px;
  }
  .author {
    top: 300px !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 736px) {
  .testimonials_wrapper .owl-carousel .owl-wrapper-outer {
    height: 350px;
  }
  .testimonials_wrapper {
    height: 500px;
  }
  .author {
    top: 250px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #menu .pull-left,
  #menu .pull-right {
    float: none !important;
  }
  .row {
    margin: 0;
  }
  .who_we_are_wrapper .nav-tabs > li > a {
    padding: 1em 2em;
  }
  .slider_wrapper .slider_text .read_more_outer {
    padding: 69px 10px;
  }
  .services_wrapper .service_block {
    margin: 11px;
  }
  .testimonials_wrapper .owl-carousel .owl-wrapper-outer {
    height: 300px;
  }
  .testimonials_wrapper {
    height: 450px;
  }
  .author {
    top: 200px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  #menu .pull-left {
    float: left !important;
  }
  #menu .pull-right {
    float: right !important;
  }
  .testimonials_wrapper .owl-carousel .owl-wrapper-outer {
    height: 250px;
  }
  .testimonials_wrapper {
    height: 400px;
  }
  .author {
    top: 150px !important;
  }
}
/*-----------------------------------------------------------------------------*/
/* 12.0 Blog Wrapper                                                           */
/*-----------------------------------------------------------------------------*/
.blog_wrapper {
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0;
}
.blog_wrapper .post_block {
  margin-bottom: 50px;
  text-align: center;
}
.blog_wrapper .post_block h2 {
  font-size: 22px;
  color: #333;
  font-weight: 300;
}
.blog_wrapper .post_block p {
  font-size: 15px;
  color: #6b6b6b;
  line-height: 27px;
  text-align: left;
}
.blog_wrapper .post_block a.read_more {
  font-size: 15px;
  color: #fff;
  background: #F5B705;
  padding: 8px 15px;
  margin-top: 25px;
  display: inline-block;
}
.blog_wrapper .post_block a.read_more:hover {
  background: #333;
}
.blog_wrapper .post_block img {
  margin-right: 25px;
}
.blog_wrapper .post_block .catageory ul {
  margin-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 15px;
  padding-bottom: 15px;
}
.blog_wrapper .post_block .catageory ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  border-right: 2px solid #eee;
}
.blog_wrapper .post_block .catageory ul a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}
.blog_wrapper .post_block .catageory ul li:last-child {
  border-right: 0px;
}
.blog_wrapper .post_block .catageory ul a:hover {
  color: #F5B705;
}
.blog_wrapper .sidebar .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.42857;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 0px solid;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.blog_wrapper .sidebar .submit {
  background: #F5B705;
  padding: 12px 30px;
  color: #fff;
  font-size: 15px;
  float: right;
  margin-top: -45px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease;
}
.blog_wrapper .sidebar .submit:hover {
  background: #333;
  transition: all 0.5s ease;
}
.blog_wrapper .sidebar .widget .heading {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  border-bottom: 0px solid #eee;
  padding: 10px 10px;
  margin-top: 35px;
}
.blog_wrapper .sidebar .widget ul {
  margin: 0;
  padding: 0;
  background: #fff;
}
.blog_wrapper .sidebar .widget ul li {
  list-style: none;
  border-bottom: 1px dashed #d5d4d4;
  padding: 15px 15px;
}
.blog_wrapper .sidebar .widget ul li:last-child {
  border-bottom: 0px;
}
.blog_wrapper .sidebar .widget ul a {
  color: #555;
  font-size: 15px;
  text-decoration: none;
  display: block;
}
.blog_wrapper .sidebar .widget ul a:hover {
  color: #F5B705;
}
/*-----------------------------------------------------------------------------*/
/*  Single Page                                             */
/*-----------------------------------------------------------------------------*/
.author_block {
  margin-top: 100px;
}
.author_block h2 {
  color: #F5B705;
  font-size: 20px;
}
.author_block h3 {
  color: #555;
  font-size: 16px;
  margin: 0;
}
.author_block span {
  color: #444;
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 8px 0;
}
.author_block p {
  color: #848484;
  font-size: 14px;
}
.related_post {
  margin-top: 100px;
}
.related_post h2 {
  color: #F5B705;
  font-size: 20px;
}
.related_post h3 {
  color: #333;
  font-size: 16px;
}
.related_post a {
  font-size: 15px;
  color: #F5B705;
}
.related_post a .fa {
  color: #F5B705;
  font-size: 16px;
  margin-right: 5px;
}
.comments {
  margin-top: 100px;
}
.comments h2 {
  color: #F5B705;
  font-size: 20px;
}
.comments .comment_block {
  padding: 25px 0;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}
.comments .comment_block h3 {
  font-size: 16px;
  color: #232323;
  margin: 0;
}
.comments .comment_block span {
  font-size: 13px;
  color: #676363;
  padding-top: 10px;
  display: block;
}
.comments .comment_block p {
  padding-top: 5px;
  color: #848484;
  font-size: 14px;
}
.comments .comment_block a.readmore {
  font-size: 15px;
  color: #F5B705;
}
.leave_reply {
  padding: 0;
  margin-top: 80px;
}
.leave_reply h2 {
  color: #F5B705;
  font-size: 20px;
}
.leave_reply .form-control {
  margin: 0;
  background: #fff;
  height: 45px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  border: 1px solid #dedede;
}
.leave_reply .btn-primary {
  border-radius: 0px;
  background: #F5B705;
  color: #fff;
  font-size: 15px;
  padding: 10px 30px;
  text-transform: uppercase;
  border: 2px solid #F5B705;
}
.leave_reply .btn-primary:hover {
  color: #F5B705;
  background: none;
}
.leave_reply textarea {
  height: auto !important;
}


/* Main Style File */
/**
 * Table of Contents:
 *
 * 1.0 - General Style
 * 2.0 - Header Wrapper
 * 3.0 - About Wrapper
 * 4.0 - Services Wrapper
 * 5.0 - About Wrapper
 * 6.0 - Services Wrapper
 * 7.0 - client Section
 * 8.0 - Team Wrapper
 * 9.0 - footer Wrapper
 * 10.0 - Pricing Wrapper
 * 11.0 - Contact Css
 * 12.0 - Responsive Css

 * -----------------------------------------------------------------------------
 */
/**
 * 1.0 General Style
 * -----------------------------------------------------------------------------
 */
html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  /*Default font size */
  font-size: 15px;
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
a,
a:hover {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  color: #f5b705;
}
.container {
  max-width: 1131px;
  margin: auto;
}
.main_container {
  width: 100%;
  padding: 0;
}
.no-padding {
  padding: 0;
}
img {
  max-width: 100%;
}
nav ul li a {
	font-size: 18px;
}
.homr-logo-navbar {
  height: 60px;
    margin-left: 50px;
}

.back-image-homr-size {
  height: 670px;
  background-position-y: -159px;

  background-size: cover;
  background-repeat: no-repeat;
}

.back-image-homr-inner {
  height: 650px;
  margin-top: 26px;
  background-size: cover;
  background-repeat: no-repeat;
}

.homr-heading-h1 {
  color: #0134BF;
}
.h2-head-bang {
  padding: 10px;
  color: white;
  background-color: rgb(0,0,0, 0.6);
  margin-top: 12%;
  text-align:center;
}

.main_txt {
  font-size: 21px !important;
  font-family: sans-serif !important;
  line-height: 30px !important;
  color:#874e32 !important;
  text-align: center;

}
/* media queries */
@media screen and (max-width: 1550px) {
  .social_ic {
    display: flex;
    position: absolute;
    top: 77px;
   left: 0px;
}

.cust-containre {
  width: 90%;
  margin: auto;
  min-height: 1px;
}

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1366px) {
  .homr-logo-navbar {
    height: 55px;
      margin-left: 0px;
  }
  .cust-containre {
    width: 100%;
    margin: auto;
    min-height: 1px;
    padding:0px 10px;
}

.social_ic {
  display: flex;
  position: relative;
  top: 0px;
  left: 128px;
}

.service_item {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  margin: 8px 0px;
  height: auto;
}

}
@media screen and (max-width: 1280px) {
.drop-menuitem a {
  font-size: 15px;
}
}
@media screen and (max-width: 1200px) {
  .drop-menuitem a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .drop-menuitem a {
    font-size: 14px;
    padding: 10px 9px !important;
  }
  .homr-logo-navbar {
    height: 45px;
      margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .drop-menuitem a {
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .touch_i {
    width:100%;
  }
  .homr-heading-h1 {
    color: #0134BF;
    font-size: 20px;
    font-family: 'Roboto';
}
.back-image-homr-size {

  background-position-y: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 405px;
}

}


@media screen and (max-width: 425px) {

  .main_txt {
    font-size: 12px !important;
    font-family: sans-serif !important;
    line-height: 34px !important;
    color: #874e32 !important;
    text-align: center;
    padding: 0px 20px;
}

  .d_nav::after {
    content: "new";
    position: absolute;
    font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    width: 9%;
    text-align: center;
    top: 0px;
    right: 14px;
    background: #ffc200;
    color: black;
  }

  .cust-containre {
    width: 100%;
    margin: auto;
    min-height: 1px;
    padding:0;
}


  .d_nav1::after {
    content: "new";
    position: absolute;
    font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    width: 9%;
    text-align: center;
    top: 88px;
    right: 14px;
    background: #ffc200;
    color: black;
}

  .touch_i {
    width:100%;
    margin: 4px 0;
    padding: 0px 5px;
    text-align: center;

  }

  .conatct_wrapper {
    margin-top: 0px;
    font-family: sans-serif;
}
  .homr-heading-h1 {
    color: #0134BF;
    font-size: 20px;
}

.h2_align {
  padding: 9px !important;
  color: white !important;
  font-size: 31px !important;
  font-weight: bold !important;
  color: white !important;
  margin-top: 64% !important;
  background:none !important;
}

.com_pack {
  margin: 8px 0px;
  padding: 8px;
  font-size: 18px;
}

.renov_tit {
  font-size: 20px;
}

.form-group {
  margin-bottom: 1px;
}


.com_pack {
  margin: 8px 0px;
  padding: 8px;
  font-size: 16px;
}

}

.navbars_i {
  font-weight: 900;
  color: white;
  font-size: 22px;
}

#fbuilder .medium {
  width: 50% !important;
  padding: 4px 10px !important;
  border-radius: 5px;
  outline: none;
  border: 1px solid grey;
  font-size: 16px;
}

#fbuilder .pbreak .pbPrevious, .pbreak .pbNext, .pbSubmit {
  background: #ccc;
  color: #000;
  display: block;
  float: left;
  cursor: pointer;
  margin: 30px 10px 0px 0px;
  padding: 6px 50px !important;
  border-radius: 8px;
  font-size: 18px !important;
}

.top_aligned .fields label {
  font-size: 15px;
}