/* START font init */
@font-face {
  font-family: 'Playfair D Bold';
  src: url('../fonts/pfd-bold.eot');
  src: url('../fonts/pfd-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfd-bold.woff') format('woff'),
    url('../fonts/pfd-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair D Black';
  src: url('../fonts/pfd-black.eot');
  src: url('../fonts/pfd-black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pfd-black.woff') format('woff'),
    url('../fonts/pfd-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand Bold';
  src: url('../fonts/q-bold.eot');
  src: url('../fonts/q-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/q-bold.woff') format('woff'),
    url('../fonts/q-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand Medium';
  src: url('../fonts/q-medium.eot');
  src: url('../fonts/q-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/q-medium.woff') format('woff'),
    url('../fonts/q-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand Regular';
  src: url('../fonts/q-regular.eot');
  src: url('../fonts/q-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/q-regular.woff') format('woff'),
    url('../fonts/q-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand Light';
  src: url('../fonts/q-light.eot');
  src: url('../fonts/q-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/q-light.woff') format('woff'),
    url('../fonts/q-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/pn-bold.eot');
  src: url('../fonts/pn-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/pn-bold.woff') format('woff'),
    url('../fonts/pn-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* END font init */

/* BEGIN font family theme */
.theme .fqs-b {
  font-family: "Quicksand Bold", sans-serif;
}

.theme .fqs-m {
  font-family: "Quicksand Medium", sans-serif;
}

.theme .fqs-mi {
  font-family: "Quicksand Medium", sans-serif;
  font-style: italic;
}

.theme .fqs-r {
  font-family: "Quicksand Regular", sans-serif;
}

.theme .fqs-ri {
  font-family: "Quicksand Regular", sans-serif;
  font-style: italic;
}

.theme .fquicksand-l {
  font-family: "Quicksand Light", sans-serif;
}

.theme .fpfd-b {
  font-family: "Playfair D Bold", sans-serif;
}

.theme .fpfd-bl {
  font-family: "Playfair D Black", sans-serif;
}

.theme .fpn-b {
  font-family: "Proxima Nova Bold", sans-serif;
}
/* END font family theme */

/* BEGIN font size */
.theme .t12 {
  font-size: 12px;
}

.theme .t14 {
  font-size: 14px;
}

.theme .t16 {
  font-size: 16px;
}

.theme .t18 {
  font-size: 18px;
}

.theme .t20 {
  font-size: 20px;
}

.theme .t24 {
  font-size: 24px;
}

.theme .t28 {
  font-size: 28px;
}

.theme .t32 {
  font-size: 32px;
}

.theme .t36 {
  font-size: 36px;
}

.theme .t60 {
  font-size: 60px;
}

.theme .t66 {
  font-size: 66px;
}

.theme .t204 {
  font-size: 204px;
}
/* END font size */

/* BEGIN color names */
.theme .cwhite {
  color: #fff;
}

.theme .cblack {
  color: #000;
}

.theme .cmineshaft-333 {
  color: #333;
}

.theme .cchestnutrose-d06d58 {
  color: #d06d58;
}

.theme .cbismark-457f8c {
  color: #457f8c;
}

.theme .csilverchalice-a9a9a9 {
  color: #a9a9a9;
}
/* END color names */

/* BEGIN background color */
.theme .btransparent {
  background: transparent;
}

.theme .bwhite {
  background: #fff;
}

.theme .bmineshaft-333 {
  background: #333;
}

.theme .bcodgray-1d1d1d {
  background: #1d1d1d;
}

.theme .btundora-434343 {
  background: #434343;
}

.theme .balabaster {
  background: #fafafa;
}
/* END background color */


/* BEGIN theme fields */
.theme .field:-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

.theme .field:-moz-placeholder { /* Firefox 19+ */
  color: #333;
}

.theme .field:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.theme .field:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
/* END theme fields */

/* BEGIN header */
.header {
  min-height: 150px;
  max-height: 290px;
  height: auto;
}

.header .top .container {
  padding-bottom: 10px;
  padding-top: 10px;
}

.header .top p {
  padding-bottom: 10px;
}

.header .top p {
  text-align: center;
  width: 100%;
}

.header .top .social {
  margin: 0px auto;
  width:165px;
}

.header .bottom {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(51,51,51,.5);
  -moz-box-shadow: 0px 5px 10px 0px rgba(51,51,51,.5);
  box-shadow: 0px 5px 10px 0px rgba(51,51,51,.5);
}

.header .bottom,
.header .bottom .container,
.header .bottom .navbar {
  padding-right: 0px;
  padding-left: 0px;
}

.header .bottom .navbar-toggler {
  border-color: transparent;
}

.header .bottom .fa-bars {
  color: #000;
}

.header .bottom .navbar-toggler:hover,
.header .bottom .navbar-toggler:focus,
.header .bottom .navbar-toggler:active {
  border-color: #d06d58;
}

.header .bottom .navbar-toggler:hover .fa-bars,
.header .bottom .navbar-toggler:focus .fa-bars,
.header .bottom .navbar-toggler:active .fa-bars {
  padding: 5px 0px;
  color: #d06d58;
}
/* END header */

/* BEGIN header show menu */
.header .bottom .navbar-nav a {
  text-align: center;
  color: #333;
}

.header .bottom .navbar-nav a:hover,
.header .bottom .navbar-nav a:focus,
.header .bottom .navbar-nav a:active,
.header .bottom .navbar-nav li.active a {
  color: #d06d58;
}
/* END header show menu */

/* BEGIN footer */
footer .top {
  padding-bottom: 50px;
}

footer .top .row > div {
  padding-top: 50px;
}

footer .top .title {
  padding-bottom: 30px;
  text-align: left;
}

footer .top p {
  padding-bottom: 28px
}

footer .top p span {
  float: right;
}

footer .top .left :before {
  font-family: "Font Awesome 5 Free";
  padding-right: 15px;
  font-weight: 900;
  color: #457f8c;
}

footer .top .left p:first-of-type:before {
  content: "\f3c5";
}

footer .top .left p:nth-of-type(2):before {
  content: "\f095";
}

footer .top .left p:nth-of-type(3):before {
  content: "\f0e0";
}

footer .top .field {
  border: 1px solid transparent;
  border-radius: 30px;
  margin-bottom: 50px;
}

footer .bottom {
  padding-bottom: 10px;
}

footer .bottom .menu {
  margin-bottom: 10px;
  margin-top: 10px;
}

footer .bottom .menu li {
  margin: 0px;
}

footer .bottom .menu a {
  padding: 0px 1.5px;
  color: #a9a9a9;
}

footer .bottom .menu a:hover,
footer .bottom .menu a:focus,
footer .bottom .menu a:active {
  color: #d06d58;
}

footer .bottom p {
  text-align: center;
}
/* END footer */

/* BEGIN banner */
.banner .title {
  font-size: 40px;
}

.banner .text {
  font-size: 16px;
}

.banner .btn {
  border: 3px solid #d06d58;
  padding-bottom: 10px;
  border-radius: 30px;
  background: #d06d58;
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
}

.banner .btn:hover,
.banner .btn:focus,
.banner .btn:active {
  background: transparent !important;
  color: #d06d58 !important;
}
/* END banner */

/* BEGIN services general Category */
.services-cat .container {
  padding-bottom: 50px;
}

.services-cat .item {
  padding-top: 50px;
}

.services-cat .item .title-area {
  padding-bottom: 15px;
}

.services-cat .item .title {
  text-align: left;
  width: 0px;
}

.services-cat .item p {
  text-align: left;
}
/* END services general Category */

/* BEGIN Service Provider */
.service-provider .container {
  padding-bottom: 50px;
  padding-top: 50px;
  width: 100%;
}

.service-provider .service-list li {
  margin-top: 50px;
}

.service-provider .service-list li:first-of-type {
  background: url('../../assets/images/home/sp-icon1.png') no-repeat left top;
  background-size: 50px auto
}

.service-provider .service-list li:nth-of-type(2) {
  background: url('../../assets/images/home/sp-icon2.png') no-repeat left top;
  background-size: 50px auto
}

.service-provider .service-list li:nth-of-type(3) {
  background: url('../../assets/images/home/sp-icon3.png') no-repeat left top;
  background-size: 50px auto
}

.service-provider .service-list li:nth-of-type(4) {
  background: url('../../assets/images/home/sp-icon4.png') no-repeat left top;
  background-size: 50px auto
}

.service-provider .service-list li {
  padding-left: 90px;
}

.service-provider .intro .title {
  padding-bottom: 15px;
}

.service-provider .service-list .sub {
  padding-bottom: 10px;
}

.service-provider .service-list .link-more i {
  padding-left: 5px;
}

.service-provider .service-list .link-more {
  padding-top: 10px;
  color: #d06d58;
}

.service-provider .service-list .link-more:hover,
.service-provider .service-list .link-more:focus,
.service-provider .service-list .link-more:active {
  color: #000;
}
/* END service Provider */

/* BEGIN why us */
.why-us .container {
  padding-bottom: 50px;
  padding-top: 50px;
  float: right;
}

.why-us .intro > div {
  padding: 0px;
}

.why-us .why-list li {
  margin-top: 50px;
}

.why-us .why-list li:first-of-type {
  background: url('../../assets/images/home/wu-icon1.png') no-repeat left top;
  background-size: 50px auto;
}

.why-us .why-list li:nth-of-type(2) {
  background: url('../../assets/images/home/wu-icon2.png') no-repeat left top;
  background-size: 40px auto;
}

.why-us .why-list li:nth-of-type(3) {
  background: url('../../assets/images/home/wu-icon3.png') no-repeat left top;
  background-size: 40px auto;
}

.why-us .why-list li {
  padding-left: 75px;
}

.why-us img {
  margin-right: 50px;
  margin-left: 50px;
}
/* END why us */

/* BEGIN call to action */
.call-to-action {
  background: url('../../assets/images/home/call-to-action-bg.jpg') no-repeat center center;
  background-size: auto 100%;
}

.call-to-action .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.call-to-action .left .title {
  padding-bottom: 10px;
}

.call-to-action .left .title,
.call-to-action .left p {
  text-align: center;
}

.call-to-action .right {
  padding-top: 10px;
}

.call-to-action .right .row {
  height: 100%;
}

.call-to-action .right .btn {
  border: 3px solid transparent;
  margin: 15px auto 0px;
  background: #d06d58;
  border-radius: 30px;
  padding-bottom: 8px;
  padding-top: 8px;
  width: 160px;
  color: #fff;
}

.call-to-action .right .btn:hover,
.call-to-action .right .btn:focus,
.call-to-action .right .btn:active {
  border: 3px solid #d06d58;
  background: transparent;
  color: #d06d58;
}
/* END call to action */

/* BEGIN projects */
.projects {
  padding-top: 50px;
}

.projects .intro .title {
  padding-bottom: 10px;
}

.projects .intro p {
  text-align: center;
}

.projects .main-content {
  padding-top: 50px;
}

.projects .main-content .options {
  padding-bottom: 40px;
  margin: 0px auto;
  width: 180px;
}

.projects .main-content .options li {
  padding-bottom: 10px;
}

.projects .main-content .options .btn {
  border: 3px solid transparent;
  border-radius: 30px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-top: 8px;
  color: #d06d58;
  width: 180px;
}

.projects .main-content .options .btn:hover,
.projects .main-content .options .btn:focus,
.projects .main-content .options .btn:active {
  background: #d06d58;
  color: #fff;
}

.projects .main-content .grid-item:hover .block,
.projects .main-content .grid-item:focus .block,
.projects .main-content .grid-item:active .block {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.projects .main-content .grid-item:hover img,
.projects .main-content .grid-item:focus img,
.projects .main-content .grid-item:active img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}

.projects .main-content .grid-item:hover,
.projects .main-content .grid-item:focus,
.projects .main-content .grid-item:active {
  background-color: rgba(0,0,0,0.5);
}

.projects .main-content .grid-item {
  padding: 0px;
}

.projects .main-content .grid-item:hover .block:before {
  font-family: "Font Awesome 5 Free";
  top: calc(50% - 12px);
  position:absolute;
  font-weight: 900;
  content: "\f067";
  color: #d06d58;
  left: 50%;
}
/* END projects */

/* BEGIN testimonial */
.testimonial {
  background: url('../../assets/images/home/testimonial-bg.jpg') no-repeat center center;
  border-bottom: 1px solid #d6d6d6;
  background-size: auto 100%;
}

.testimonial .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.testimonial .carousel-inner {
  padding-bottom: 60px;
}

.testimonial .carousel-indicators li {
  border-radius: 100%;
  background: #e1eaed;
  height: 10px;
  width: 10px;
}


.testimonial .carousel-indicators li:hover,
.testimonial .carousel-indicators li:focus,
.testimonial .carousel-indicators li:active {
  background: #d06d58;
  cursor: pointer;
}


.testimonial .carousel-indicators li.active {
  background: #d06d58;
}


.testimonial .quote {
  padding-bottom: 10px;
  font-style: normal;
  padding-top: 75px;
  line-height: 0px;
}

.testimonial p {
  padding-bottom: 35px;
  text-align: center;
}

.testimonial .name {
  margin-bottom: 0px;
  font-style: normal;
}
/* END testimonial */

/* BEGIN latest blog */
.latest-blog .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.latest-blog .intro p {
  text-align: center;
}

.latest-blog .main-content .card {
  border: 1px solid transparent;
  margin-top: 50px;
}

.latest-blog .main-content .card .card-img-top {
  border-radius: 0px;
}

.latest-blog .main-content .card:hover .block,
.latest-blog .main-content .card:focus .block,
.latest-blog .main-content .card:active .block {
  background: #457f8c;
}


.latest-blog .main-content .card:hover .block:before,
.latest-blog .main-content .card:focus .block:before,
.latest-blog .main-content .card:active .block:before {
  font-family: "Font Awesome 5 Free";
  top: calc(50% - 55px);
  left: calc(50% - 5px);
  position:absolute;
  font-weight: 900;
  content: "\f067";
  color: #fff;
}


.latest-blog .main-content .card:hover img,
.latest-blog .main-content .card:focus img,
.latest-blog .main-content .card:active img {
  opacity: .5;
}

.latest-blog .main-content .card .card-body {
  padding-right: 0px;
  padding-left: 0px;
}
/* END latest blog */

/* BEGIN breadcrumb */
.bread {
  background: #f1f1f1;
}

.bread .breadcrumb {
  background: transparent;
  padding-bottom: 15px;
  border-radius: 0px;
  padding-top: 15px;
}

.bread .breadcrumb a,
.bread .breadcrumb i {
  color: #000;
}

.bread .breadcrumb a:hover,
.bread .breadcrumb a:focus,
.bread .breadcrumb a:active {
  color: #d06d58;
}
/* END breadcrumb */

/* BEGIN why us about page */
.about.why-us .left img {
  margin: 0px;
}
/* END why us about page */

/* BEGIN content about page */
.about.content .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.about.content .main-content {
  padding-top: 50px;
}

.about.content .main-content .title {
  padding-bottom: 20px;
}

.about.content .main-content .highlighted,
.about.content .container p {
  text-align: center;
}

.about.content .main-content .highlighted,
.about.content .main-content p {
  padding-bottom: 20px;
  line-height: 30px;
}
/* END content about page */

/* BEGIN content error page */
.error.content .container {
  padding-bottom: 50px;
  padding-top: 5px;
}

.error.content .container .title {
  font-size: 100px;
}

.error.content .container .title,
.error.content .container .sub,
.error.content .container p {
  padding-bottom: 20px;
  max-width: 490px;
  margin: 0px auto;
}

.error.content .container p {
  text-align: center;
}

.error.content .container .link-back {
  color: #d06d58;
}

.error.content .container .link-back:hover,
.error.content .container .link-back:focus,
.error.content .container .link-back:active {
  color: #000;
}

.error.content .container .form {
  margin: 0px auto;
  max-width: 600px;
}

.error.content .container .form .field,
.error.content .container .form .btn {
  border-radius: 30px;
}

.error.content .form .field {
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  width: 100%;
}

.error.content .form .input-group-append {
  width: 100%;
}

.error.content .form .btn {
  border: 3px solid #d06d58;
  background: #d06d58;
  margin-top: 10px;
  width: 100%;
  color: #fff;
}

.error.content .form .btn:hover,
.error.content .form .btn:focus,
.error.content .form .btn:active {
  background: transparent;
  color: #d06d58;
}
/* END content error page */

/* BEGIN content elements page */
.elements.content .container {
  padding-bottom: 30px;
  padding-top: 30px;
}

.elements.content .container .h1,
.elements.content .container .h2,
.elements.content .container .h3,
.elements.content .container .h4,
.elements.content .container .h5,
.elements.content .container .h6 {
  padding-bottom: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.elements.content .container p {
  padding-bottom: 30px;
  line-height: 29px;
}

.elements.content .container ul {
  padding-bottom: 30px;
  padding-left: 40px;
}

.elements.content .container ul i {
  padding-right: 10px;
  color: #d06d58;
}
/* END content elements page */

/* BEGIN content contact page */
.content.contact .container {
  padding-top: 50px;
}


.content.contact .container .title {
  padding-bottom: 10px;
}

.content.contact .container p {
  text-align: center;
}
/* END content contact page */

/* BEGIN services cat contact page */
.services-cat.contact .item .title,
.services-cat.contact .item .num {
  padding-bottom: 0px;
  line-height: 50px;  

}
/* END services cat contact page */

/* BEGIN map form */
.map-form .left .frame,
.map-form .left #map_canvas_0 {
  height: 250px;
  width: 100%;
}

.map-form .right .container {
  padding-right: 0px;
  padding-left: 0px;
}

.map-form .right {
  padding-bottom: 50px;
  padding-top: 50px;
}

.map-form .right .intro {
  padding-bottom: 50px;
}

.map-form .right .intro .title {
  padding-bottom: 10px;
}

.map-form .right .field {
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  background: #f2f2f2;
  line-height: 30px;
}

.map-form .right textarea.field {
  height: 100px;
}

.map-form .right .btn-submit {
  border: 3px solid #d06d58;
  border-radius: 30px;
  background: #d06d58;
  width: 100%;
  color: #fff;
}

.map-form .right .btn-submit:hover,
.map-form .right .btn-submit:focus,
.map-form .right .btn-submit:active {
  background: transparent;
  color: #d06d58;
}
/* END map form */

/* BEGIN content services page */
.content.services .container {
  padding-top: 50px;
}

.content.services .intro .title {
  padding-bottom: 10px;
}

.content.services .intro p {
  text-align: center;
}
/* END content services page */

/* BEGIN other services */
.other-services {
  border-top: 1px solid #d6d6d6;
}

.other-services .container {
  padding-bottom: 50px;
  padding-top: 50px;
}

.other-services .intro .title {
  text-align: center;
  line-height: 28px;
}

.other-services .main-content .card {
  padding-top: 50px;
  border: 0px;
}

.other-services .main-content .card .card-img-top {
  border-radius: 0px;
}

.other-services .main-content .card .card-body {
  padding-right: 0px;
  padding-left: 0px;
}

.other-services .main-content .card .sub {
  padding-bottom: 10px;
  padding-top: 20px;
}

.other-services .main-content .card p {
  line-height: 30px;
}
/* END other services */

/* BEGIN mobile search */
.mobile-search .container {
  padding-bottom: 20px;
  padding-top: 20px;
}

.mobile-search .form-group {
  margin-bottom: 0px;
}

.mobile-search .field {
  border: 2px solid #f7f7f7;
  padding-bottom: 10px;
  background: #f7f7f7;
  border-radius: 30px;
  padding-top: 10px;
}
/* END mobile search */

/* BEGIN sidebar search */
.sidebar .search {
  padding-top: 35px;
  display: none;
}

.sidebar .search .block {
  padding: 0px;
}

.sidebar .search .form-group {
  margin-bottom: 0px;
}

.sidebar .search .field {
  border: 2px solid #f7f7f7;
  padding-bottom: 10px;
  background: #f7f7f7;
  border-radius: 30px;
  padding-top: 10px;
}
/* END sidebar search */

/* BEGIN sidebar categories */
.sidebar .categories {
  padding-top: 35px;
}

.sidebar .categories .block {
  padding: 0px;
}

.sidebar .categories .title {
  padding-bottom: 5px;
}

.sidebar .categories .list a:before {
  display: inline-block;
  background: #e1eaed;
  border-radius: 10px;
  margin-right: 30px;
  content: "";
  height: 10px;
  width: 10px;
}
.sidebar .categories .list a {
  line-height: 48px;
  color: #000;
}

.sidebar .categories .list a:hover:before {
  background:  #d06d58;
}
/* END sidebar categories */

/* BEGIN sidebar recent posts */
.sidebar .recent {
  padding-top: 35px;
}

.sidebar .recent .block {
  padding: 0px;
}

.sidebar .recent .title {
  padding-bottom: 5px;
}

.sidebar .recent .list li:first-of-type {
  padding-top: 15px;
}

.sidebar .recent .list li {
  padding-top: 25px;
}

.sidebar .recent .list .right {
  max-width: calc(83% - 20px);
  margin-left:  20px;
}

.sidebar .recent .list .right .subtitle a {
  color: #000;
}


.sidebar .recent .list .right .subtitle a:hover,
.sidebar .recent .list .right .subtitle a:focus,
.sidebar .recent .list .right .subtitle a:active {
  color: #d06d58;
}
/* END sidebar recent post */

/* BEGIN sidebar archives */
.sidebar .archives {
  padding-top: 35px;
}

.sidebar .archives .block {
  padding: 0px;
}

.sidebar .archives .title {
  padding-bottom: 5px;
}

.sidebar .archives .list li {
  line-height: 48px;
}

.sidebar .archives .list a {
  color: #000;
}

.sidebar .archives .list a:hover,
.sidebar .archives .list a:focus,
.sidebar .archives .list a:active {
  color: #d06d58;
}

.sidebar .archives .list li span {
  float: right;
}
/* END sidebar archives */

/* BEGIN sidebar social */
.sidebar .media {
  padding-top: 35px;
}

.sidebar .media .title {
  padding-bottom: 20px;
}

.sidebar .media .block {
  padding: 0px;
}
/* END sidebar social */

/* BEGIN sidebar */
.sidebar {
  padding-bottom: 50px;
  padding-top: 12px;

}
/* END sidebar */

/* BEGIN posts item */
.post:first-of-type {
  margin-top: 0px;
} 

.post:last-of-type {
  border-bottom: 0px;
}

.post {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 50px;
  border-right: 0px;
  border-left: 0px;
  padding-top: 0px;
  margin-top: 50px;
  border-top: 0px;
}

.post .wrapper,
.post .card-body {
  padding-right: 0px;
  padding-left: 0px;
}

.post .card-img-top {
  padding-bottom: 20px;
  border-radius: 0px;
}

.post .card-body {
  padding-bottom: 0px;
}

.post .card-body .title a {
  color: #000;
}

.post .card-body .title a:hover,
.post .card-body .title a:focus,
.post .card-body .title a:active {
  color: #d06d58;
}

.post .card-body .left {
  padding-right: 0px;
}

.post .card-body p {
  line-height: 28px;
}

.post .card-body .title {
  padding-bottom: 15px;
}

.post .card-body .link-more i {
  padding-left: 10px;
}

.post .card-body .link-more {
  padding: 15px 0px 0px;
  color: #d06d58;
}

.post .card-body .link-more:hover,
.post .card-body .link-more:focus,
.post .card-body .link-more:active {
  color: #000
}
/* END posts item */

/* BEGIN pagination */
.paginator .pagination {
  margin: 0px auto;
}

.paginator .pagination .prev a,
.paginator .pagination .next a {
  border-radius: 30px;
}

.paginator .pagination a {
  border-radius: 30px;
  text-align: center;
  padding: 12px 0px;
  margin: 0px 2px;
  color: #d06d58;
  height: 43px;
  width: 43px;
  border: 0px;
}

.paginator .pagination a:hover,
.paginator .pagination a:focus,
.paginator .pagination a:active,
.paginator .pagination .active a {
  background: #d06d58;
  color: #fff;
}

/* END pagination */

/* BEGIN post article */
.article {
  border-bottom: 1px solid #d6d6d6;
}

.article .article-headline {
  padding-bottom: 25px;
}


.article .article-headline .title {
  margin-bottom: 0px;
}

.article p {
  padding-bottom: 20px;
}

.article .social {
  padding-top: 15px;
}

.article .social li i {
  color: #666;
}

.article .social li:hover i,
.article .social li:focus i,
.article .social li:active i {
  color: #d06d58;
}
/* END post article */

/* BEGIN post article comments */
.comments {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 50px;
  padding-top: 50px;
}

.comments .intro .title {
  padding-bottom: 20px;
}

.comments .item {
  padding-bottom: 40px;
}

.comments .item:last-of-type {
  padding-bottom: 0px;
}

.comments .item .left img {
  width: 35px;
}

.comments .item .right {
  padding-left: 10px;
}

.comments .item .right .name {
  padding-bottom: 10px;
}

.comments .item .right p {
  padding-bottom: 25px;
  line-height: 30px;
}

.comments .item .right .link-reply {
  color: #d06d58;
  padding: 0px;
}

.comments .item .right .link-reply:hover,
.comments .item .right .link-reply:focus,
.comments .item .right .link-reply:active {
  color: #000;
}
/* END post article comments */

/* BEGIN post comment form */
.comment-form {
  padding-top: 50px;
}

.comment-form .intro .title {
  padding-bottom: 20px;
}

.comment-form .field {
  border: 2px solid #f7f7f7;
  border-radius: 30px;
  background: #f7f7f7;
  line-height: 28px;
}

.comment-form textarea.field {
  height: 90px;
}

.comment-form .btn-submit {
  border: 3px solid #d06d58;
  background: #d06d58;
  border-radius: 30px;
  padding: 10px;
  width: 180px;
  color: #fff;
}

.comment-form .btn-submit:hover,
.comment-form .btn-submit:focus,
.comment-form .btn-submit:active {
  background: transparent;
  color: #d06d58;
}
/* END post comment form */

/* BEGIN fragmentation */

/* --- Social Fragment */
.social li {
  padding: 0px 5px;
}

.social li:hover,
.social li:focus,
.social li:active {
  cursor: pointer;
  color: #d06d58;
}
/* ---- */

/* END fragmentation */

/* BEGIN responsive */
@media only screen and (min-width: 576px) {
  /* BEGIN header */
  .header {
    min-height: 128px;
  }

  .header .bottom,
  .header .bottom .container,
  .header .bottom .navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* END header */

  /* BEGIN footer */
  footer .top .row > div:last-of-type {
    margin: 0px auto;
  }

  footer .bottom {
    padding-top: 10px;
  }

  footer .bottom .menu {
    margin-bottom: 0px;
  }

  footer .bottom .menu a {
    padding: 0px 10px;
  }

  footer .bottom .menu,
  footer .bottom p {
    margin-top: 0px;
    width: 50%;
  }

  footer .bottom p {
    text-align: left;
  }
  /* END footer */

  /* BEGIN banner */
  .banner .title {
    font-size: 60px;
  }

  .banner .text {
    font-size: 16px;
  }

  .banner .btn {
    font-size: 14px;
  }
  /* END banner */

  /* BEGIN services Categories */
  .services-cat .item:last-of-type {
    margin: 0px auto;
  }
  /* END services Categories */

  /* BEGIN why us */
  .why-us img {
    margin-right: 170px;
    margin-left: 170px;
  }
  /* END why us */

  /* BEGIN call to action */
  .call-to-action .right .btn-appoint {
    margin-right: -5px;
    float: right;
  }
  .call-to-action .right .btn-more {
    margin-left: -5px;
  }
  /* END call to action */

  /* BEGIN projects */
  .projects .main-content .options {
    margin: 0px auto;
    display: inline-block;
  }

  .projects .main-content .options,
  .projects .main-content .options .btn  {
    width: auto;
  }

  .projects .main-content .options li {
    padding-bottom: 0px;
    margin: 0px;
  }
  /* END projects */

  /* BEGIN latest blog */
  .latest-blog .main-content .item:nth-of-type(3) {
    margin: 0px auto;
  }
  /* END latest blog */

  /* BEGIN contetnt error page */
  .error.content .container {
    padding-bottom: 50px;
    padding-top: 0px;
  }

  .error.content .container .title {
    padding-bottom: 45px;
    margin-top: -50px;
    font-size: 204px;
  }

  .error.content .container p {
    padding-bottom: 50px;
  }

  .error.content .form .field {
    width: auto;
  }

  .error.content .form .input-group-append {
    margin-left: 20px;
    width: auto;
  }

  .error.content .form .btn {
    margin-top: 0px;
    width: 180px;
  }
  /* END content error page */

  /* BEGIN content elements page */
  .elements.content .container ul {
    padding-left: 50px;
  }
  /* END content elements page */

  /* BEGIN map form */
  .map-form .right .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* END map form */

  /* BEGIN sidebar search */
  .sidebar .search .block {
    padding: 0px 15px;
  }
  /* END sidebar search */

  /* BEGIN sidebar categories */
  .sidebar .categories .block {
    padding: 0px 15px;
  }
  /* END sidebar categories */

  /* BEGIN sidebar recent */
  .sidebar .recent .block {
    padding: 0px 15px;
  }
  /* END sidebar recent */

  /* BEGIN sidebar archive */
  .sidebar .archives .block {
    padding: 0px 15px;
  }
  /* END sidebar archive */

  /* BEGIN sidebar media */
  .sidebar .media .block {
    padding: 0px 15px;
  }
  /* END sidebar media */

  /* BEGIN post item */
  .post {
    margin-right: 0px;
    margin-left: 0px;
  }
  /* END post item */

  /* BEGIN post article comments */
  .comments {
    margin-right: 0px;
    margin-left: 0px;
  }

  .comments .item .left img {
    width: 60px;
  }
  /* END post article comments */

  /* BEGIN post comment form */
  .comment-form .left {
    padding-right: 5px;
  }

  .comment-form .center {
    padding: 0px 10px;
  }

  .comment-form .right {
    padding-left: 5px;
  }

  /* END post comment form */
}

@media only screen and (min-width: 768px) {
  /* BEGIN header */
  .header {
    min-height: 97px;
  }

  .header .top p {
    padding-bottom: 0px;
    text-align: left;
    width: auto;
  }

  .header .bottom .navbar {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header .bottom .navbar-nav li a {
    padding: 0px 17.5px;
  }
  /* END header */

  /* BEGIN footer */
  footer .bottom {
    padding: 15px 0px;
  }

  footer .bottom .menu {
    width: auto;
  }
  /* END footer */

  /* BEGIN service provider */
  .service-provider .left {
    background: url('../../assets/images/home/service-provider-bg.jpg') no-repeat right center;
    background-size: auto 100%;
  }

  .service-provider .left img {
    display: none;
  }

  .service-provider .right {
    padding-right: 30px;
    padding-left: 30px;
  }
  /*   END service provider */

  /* BEGIN why us */
  .why-us .right .row {
    position: absolute;
    bottom: 0px;
  }

  .why-us .container {
    width: 330px;
  }

  .why-us img {
    margin-right: 0px;
    margin-left: 0px;
  }
  /* END why us */

  /* BEGIN projects */
  .projects .main-content .options {
    padding-bottom: 60px;
  }
  /* END projects */

  /* BEGIN why us about page */
  .about.why-us .right {
    max-width: calc(66.6666% - 25px);
    margin-left: 25px;
  }

  .about.why-us .left .row {
    overflow: hidden;
  }

  .about.why-us .left {
    background: url('../../assets/images/about/why-us-bg.jpg') no-repeat right center;
    background-size: auto 100%;
  }

  .about.why-us .left img {
    visibility: hidden;
  }

  .about.why-us .right .container {
    width: 435px;
    float: left;
  }

  .about.why-us .right .row {
    position: relative;
    bottom: unset;
  }
  /* END why us about page */

  /* BEGIN map form */
  .map-form .left {
    max-width: calc(50% - 20px);
  }

  .map-form .right {
    min-width: calc(50% + 20px);
    padding-left: 25px;
  }

  .map-form .left .row, 
  .map-form .left .frame, 
  .map-form .left #map_canvas_0 {
    height: 100%;
  }

  .map-form .right .container {
    max-width: 355px;
    float: left;
  }

  .map-form .right .btn-submit {
    width: 180px;
  }
  /* END map form */

  /* BEGIN other services */
  .other-services .main-content .card:nth-child(odd) {
    padding-right: 20px;
  }

  .other-services .main-content .card:nth-child(even) {
    padding-left: 20px;
  }
  /* END other services */

  /* BEGIN mobile search */
  .mobile-search {
    display: none;
  }
  /* END mobile search */

  /* BEGIN sidebar search */
  .sidebar .search {
    display: block;
  }
  /* END sidebar search */

  /* BEGIN posts */
  .posts {
    max-width: calc(66.6666% - 0px);
    padding-bottom: 50px;
    margin-right: 0px;
    padding-top: 50px;
  }
  /* END posts */

  /* BEGIN sidebar */
  .sidebar {
    max-width: calc(33.3333% - 20px);
    margin-left: 20px;
  }
  /* ENd sidebar */

  /* BEGIN post item */
  .post:last-of-type {
    border-bottom: 0px;
  }
  /* ENd post item */
}

@media only screen and (min-width: 992px) {
  /* BEGIN footer */
  footer .top {
    padding-bottom: 73px;
  }

  footer .top .row > div {
    padding-top: 73px;
  }

  footer .bottom {
    padding: 20px 0px;
  }
  /* END footer */

  /* BEGIN services categories */
  .services-cat .container {
    padding-bottom: 100px;
  }

  .services-cat .item {
    padding-top: 100px;
  }
  /* END services categories */

  /* BEGIN service provider */
  .service-provider .container {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .service-provider .left {
    max-width: calc(33.3333% - 10px);
  }

  .service-provider .right {
    min-width: calc(66.6666% + 10px);
    padding-right: 25px;
    padding-left: 30px;
  }

  .service-provider .service-list li {
    max-width: calc(50% - 15px);
  }

  .service-provider .service-list li:nth-child(odd) {
    margin-right: 15px;
  }

  .service-provider .service-list li:nth-child(even) {
    margin-left: 15px;
  }
  /* END service provider */

  /* BEGIN why us */
  .why-us .container {
    padding-bottom: 100px;
    padding-top: 100px;
    width: 450px;
  }

  .why-us img {
    margin-right: 62px;
    margin-left: 62px;
  }
  /* END why us */

  /* BEGIN call to action */
  .call-to-action .container {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  .call-to-action .left .title,
  .call-to-action .left p {
    text-align: left;
  }

  .call-to-action .right {
    padding-top: 0px;
  }


  .call-to-action .right .btn {
    margin-top: 0px;
  }
  /* END call to action */

  /* BEGIN projects */
  .projects {
    padding-top: 100px;
  }

  .projects .main-content .options {
    padding-bottom: 65px;
  }
  /* END projects */

  /* BEGIN testimonial */
  .testimonial .container {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .testimonial .container p {
    margin: 0px auto;
    width: 720px;
  }
  /* END testimonial */

  /* BEGIN latest blog */
  .latest-blog .container {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  /* END latest blog */

  /* BEGIN why us about page */
  .about.why-us .left {
    max-width: calc(33.3333% - 25px);
    margin-right: 25px;
  }

  .about.why-us .right {
    max-width: calc(66.6666% - 20px);
    margin-left: 0px;
  }

  .about.why-us .right .container {
    width: 610px;
  }
  /* END why us about page */

  /* BEGIN content about page */
  .about.content .container {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  /* END content about page */

  /* BEGIN content error page */
  .error.content .container {
    padding-bottom: 100px;
    padding-top: 0px;
  }

  .error.content .container .title {
    margin-top: 0px;
  }
  /* END content error page */


  /* BEGIN content elements page */
  .elements.content .container {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  /* END content elements page */

  /* BEGIN service cat contact page */
  .content.contact .container {
    padding-top: 100px;
  }
  /* END services cat contact page  */

  /* BEGIN map form */
  .map-form .left {
    max-width: inherit;
  }

  .map-form .right {
    padding-bottom: 100px;
    padding-top: 100px;
    min-width: inherit;
  }

  .map-form .right .container {
    max-width: 375px;
  }
  /* END map form */

  /* BEGIN content services page */
  .content.services .container {
    padding-top: 100px;
  }
  /* END content services page */

  /* BEGIN other services */
  .other-services .container {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .other-services .main-content .card {
    padding-top: 60px;
  }
  /* END other services */

  /* BEGIN posts */
  .posts {
    padding-bottom: 80px;
    padding-top: 90px;
  }
  /* END posts */

  /* BEGIN sidebar */
  .sidebar {
    padding-bottom: 80px;
    padding-top: 55px;
  }
  /* ENd sidebar */

  /* BEGIN post item */
  .post {
    padding-bottom: 60px;
    margin-top: 60px;
  }
  /* ENd post item */

  /* BEGIN pagination */ 
  .paginator .pagination {
    margin: 0px;
  }
  /* ENd pagination */

  /* BEGIN post comments */
  .comments {
    padding-bottom: 60px;
    padding-top: 60px;
  } 
  /* END post comments */

  /* BEGIN post comment form */
  .comment-form {
    padding-top: 60px;
  }
  /* END post comment form */
}

@media only screen and (min-width: 1200px) {
  /* BEGIN service provider */
  .service-provider .left {    
    background-size: auto 100%;

  }
  /* END service provider */

  /* BEGIN why us */
  .why-us .container {
    width: 560px;
  }

  .why-us img {
    margin-right: 115px;
    margin-left: 115px;
  }
  /* END why us */

  /* BEGIN why us about page */
  .about.why-us .left {
    min-width: calc(33.3333% - 20px);
  }

  .about.why-us .right .container {
    padding-right: 75px;
    width: 760px;
  }
  /* END why us about page */

  /* BEGIN map form */
  .map-form .left {
    max-width: inherit;
  }

  .map-form .right {
    min-width: inherit;
  }

  .map-form .right .container {
    max-width: 465px;
  }
  /* END map form */

  /* BEGIN other services */
  .other-services .intro .title {
    margin: 0px auto;
    width: 1080px;
  }
  /* END other services */
}

@media only screen and (min-width: 1300px) {
  /* BEGIN service provider */
  .service-provider .right .container {
    max-width: 770px;
    margin: 0px;
  }

  .service-provider .left {
    max-width: calc(33.3333% - 0px);
  }

  .service-provider .right {
    min-width: calc(66.6666% + 0px);
    padding-right: 15px;
    padding-left: 35px;
  }
  /* END service provider */

  /* BEGIN why us */
  .why-us img {
    margin-right: 6%;
    margin-left: 6%;
  }
  /* END why us */

  /* BEGIN why us about page */
  .about.why-us .left {
    min-width: calc(33.3333% - 5px);
  }
  /* END why us about page */

  /* BEGIN map form */
  .map-form .right .container {
    max-width: 460px;
  }
  /* END map form */
}

@media only screen and (min-width: 1500px) {
  /* BEGIN service provider */
  .service-provider .right .container {
    max-width: 800px;
  }

  .service-provider .left {
    min-width: 35.8%;
    max-width: 35.8%;
  }

  .service-provider .right {
    padding-left: 30px;
    min-width: 64.2%;
    max-width: 64.2%;
  }
  /* END service provider */

  /* BEGIN why us about page */
  .about.why-us .left {
    min-width: calc(33.3333% + 30px);
  }

  .about.why-us .right {
    max-width: calc(66.6666% - 60px);
  }
  /* END why us about page */

  /* BEGIN map form */
  .map-form .right .container {
    max-width: 445px;
  }
  /* END map form */
}
/* END responsive */
