.small_topnav .center {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_payment img {
  display: block;
  max-width: 100%;
}

.header_times p:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  background-image: url(../img/clock.svg);
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  margin: 2px 4px 0 0;
}

.topnav .center {
  display: block;
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 34px 0 22px;
}

@media (min-width: 1024px) {
  .header-holder {
    padding: 40px 0 22px;
  }
}

@media (min-width: 1250px) {
  .header-holder {
    padding: 20px 0 22px;
  }
}

#nav-brand {
  height: auto;
  font-size: 0;
}

#nav-about-links {
  padding-left: 0;
}

.contact-info {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

@media (min-width: 1250px) {
  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-info .tel+.tel {
  margin: 0 0 0 30px;
}

.contact-info a {
  color: #494d56;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}

#nav-about-links a {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .header-home {
    margin-top: 160px;
  }
}

@media (min-width: 1024px) {
  .topnav {
    height: 119px;
  }
}

#nav-about-links .current-menu-item > a {
  color: #494d56;
  position: relative;
}

#nav-about-links .current-menu-item > a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  content: '';
  height: 2px;
  background-color: #494d56;
}

.sub-menu li a:before {
  display: none !important;
}
.header-home h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-home h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .header-home h1 {
    font-size: 45px;
  }
}

.header-home h2 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  text-align: left;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .header-home h2 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .header-home h2 {
    font-size: 34px;
  }
}

.header-home span.h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .header-home span.h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .header-home span.h1 {
    font-size: 45px;
  }
}

.header-home span.h2 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  text-align: left;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .header-home span.h2 {
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .header-home span.h2 {
    font-size: 34px;
  }
}






.header-home p {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .header-home p {
    font-size: 22px;
    line-height: 30px;
  }
}

.header-home .header-text {
  max-width: 530px;
}

.btn:after,
.btn_white:after {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome';
  content: "\f054";
  margin: 2px 0 0 6px;
}

input,
select,
textarea {
  padding: 18px 20px;
  background-color: #fff;
  border: solid 1px transparent;
}

.callback_box input[type="submit"] {
  font-weight: 700;
  font-size: 14px;
  background-color: #767a83;
  color: #fff;
  padding: 18px 24px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
}

.callback_box .callback ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px;
}

.callback_box .callback ul li {
  padding: 0 4px 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .callback_box .callback ul li.small {
    width: 50%;
  }
}

.our-process .why-choose-grid {
  overflow: hidden;
}

.our-process .grid-box img+strong {
  position: relative;
  font-size: 22px;
}

.our-process .grid-box img+strong:after,
.our-process .grid-box img+strong:before {
  content: '';
  width: 200px;
  background-color: #fff;
  height: 2px;
  position: absolute;
  left: 100%;
  top: 14px;
  margin: 0 10px;
}

.our-process .grid-box img+strong:before {
  left: auto;
  right: 100%;
}

.sponsors-slider {
  position: relative;
  padding: 0 40px;
}

.sponsors-slider .slick-prev,
.sponsors-slider .slick-next {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  margin-top: 15px;
}

.sponsors-slider .slick-prev:hover,
.sponsors-slider .slick-next:hover {
  color: #767a83;
}

.sponsors-slider .slick-prev:before,
.sponsors-slider .slick-next:before {
  font-size: 24px;
  line-height: 1;
  font-family: 'FontAwesome';
  content: "\f053";
}

.sponsors-slider .slick-next {
  left: auto;
  right: 0;
}

.sponsors-slider .slick-next:before {
  content: "\f054";
}

#contact-box-text {
  max-width: 900px;
  margin: 0 auto;
}

#contact-box p {
  font-size: 18px;
}

#footer .center {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#footer .footer-grid-box {
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  #footer .footer-grid-box {
    width: 27.66%;
  }
}

#footer .footer-grid-box:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  #footer .footer-grid-box:last-child {
    width: 17%;
  }
}

#footer a.nav-phone {
  margin: 0;
}

#footer a.nav-phone+a.nav-phone {
  margin: 0 0 10px;
}

#navbar #nav-about-links ul.sub-menu {
  width: calc(100% + 350px) !important;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}

.blinds_link_title .icon {
  display: block;
  position: relative;
  margin: 0 10px 0 0;
}

.blinds_link_title .icon img {
  max-width: 100%;
  display: block;
}

.blinds_link_title .icon img.hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.blinds_link.active .blinds_link_title {
  border-left: 0;
  position: relative;
}

.blinds_link.active .blinds_link_title:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 3px;
  background-color: #fff;
}

.blinds_link.active .blinds_link_title .icon img {
  opacity: 0;
}

.blinds_link.active .blinds_link_title .icon img.hover {
  opacity: 1;
}

.menu-footer-navigation-container a {
  margin: 0;
}

#footer-bottom {
  padding-top: 20px;
}

#footer-bottom .center {
  display: block;
}

@media (min-width: 1200px) {
  #footer-bottom .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#footer-bottom p {
  text-align: center;
}

@media (min-width: 1024px) {
  #footer-bottom p {
    text-align: left;
  }
}

.social-networks {
  margin: 10px -8px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .social-networks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .social-networks {
    margin: 0;
  }
}

.social-networks li {
  margin: 0 8px !important;
}

@media (min-width: 1200px) {
  .social-networks li {
    margin: 0 0 0 18px !important;
  }
}

.social-networks li a {
  text-decoration: none;
  font-size: 22px;
}

.social-networks li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

footer h3 {
  margin: 0 0 20px;
}

footer .contact-container {
  display: block;
}

footer .address-box,
footer li {
  text-align: left;
}

.our-suppliers .why-choose-title,
.our-suppliers .sponsors-slider,
.our-suppliers .grid-box {
  display: block !important;
}

@media (max-width: 767px) {
  .logo {
    max-width: 220px;
  }
}

.why-choose-title {
  text-align: center;
}
  
@media (max-width: 767px) {
  #footer-bottom p {
    max-width: 100%;
  }
  footer .contact-container {
    text-align: center;
  }
  footer .contact-container a.nav-phone {
    display: block;
  }
  footer .contact-container .address-box {
    display: block;
  }
  footer .address-box,
  footer li {
    text-align: center;
  }
  footer .address-box p {
    margin: 0 auto 20px;
  }
}


.gfield_error input, .gfield_error textarea {
    border-color: #f00 !important;
}
.validation_error, .validation_message, .hidden_label .gfield_label {
  display: none;
}

.checkbox.hidden_label .gfield_label {
  display: none;
}
.callback_box .callback ul li {
  margin: 0;
  box-sizing: border-box;
}
.content_box .callback ul li:before {
  display: none;
}
/*# sourceMappingURL=style.css.map */


.header-home h2 {
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
}

.hero-btn-holder {
  padding-top: 15px;
}

.services_grid {
  grid-gap: 35px;
}

.callback_box_img p {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .selling_points .why-choose-grid {
    grid-gap: 170px;
  }
  .why-choose-us {
    padding-bottom: 80px;
  }
}

.blinds .btn, .page-blinds .btn,  .blinds .callback_box input[type="submit"], .page-blinds .callback_box input[type="submit"] {
  background: #1c1d1d;
}

.blinds .why-choose-us.selling_points, .page-blinds .why-choose-us.selling_points {
  background: #1c1d1d;
}

.blinds .callback_box_img strong.title, .page-blinds .callback_box_img strong.title {
  color: #1c1d1d;
}


.gallery-slider {
  position: relative;
  padding: 0 40px;
}

.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover {
  color: #767a83;
}

.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before {
  font-size: 24px;
  line-height: 1;
  font-family: 'FontAwesome';
  content: "\f053";
}

.gallery-slider .slick-next {
  left: auto;
  right: 0;
}

.gallery-slider .slick-next:before {
  content: "\f054";
}

.gallery-slider .slide {
  padding:  0 15px;
}

.features-box {
  background: #f4f4f4;
  padding:  30px 25px;
  margin:  30px 0;
  color: #1c1d1d;
  box-sizing: border-box;
}

.content_box .features-box li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin: 0 0 8px;
}
.content_box .features-box li::before{
  color: #1c1d1d;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (min-width: 768px) {
  .features-box ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
}

.callback_box_img .tel {
  margin:  0 0 7px;
  display: block;
  text-align: left;
}
.callback_box_img .tel a{
  text-decoration: none;
  color: #494d56;
}

.bbs-logo {
  max-width: 205px; 
  margin: 10px auto;
}

.bbs-logo img {
  width: 100%;
}






.widget {
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  background-color: #fff;
  margin: 0 0 30px;
  padding: 15px;
}

.widget .widgettitle {
  font-size: 20px;
  display: block;
  margin: 0 0 20px;
  position: relative;
  display: block;
}

.widget ul {
  margin: 0;
  list-style: none;
  padding: 0 !important;
}

.widget ul li + li {
  padding-top: 8px;
}

.widget ul li a {
  color: #000;
}

.widget ul li a:hover {
  color: #f00;
}

.widget_recent_entries ul li + li {
  padding: 0;
  border-top: solid 1px rgba(0, 0, 0, .1);
}

.widget_recent_entries ul li a {
  display: block;
  padding: 10px 0;
}

.widget-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-post-list .widget-posts-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}

.widget-post-list .widget-posts-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.widget-post-list + .widget-post-list {
  margin-top: 20px;
}

.widget-post-list h6,
.widget-post-list .h6 {
  margin: 0;
  color: #221f3c;
}

.widget-post-list h6 a,
.widget-post-list .h6 a {
  color: #221f3c;
}

.widget-post-list h6 a:hover,
.widget-post-list .h6 a:hover {
  color: #000;
}

.widget_search .widgettitle {
  display: none;
}

.content-section {
  padding: 40px 0;
}

.content-section .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-section .searchform {
  margin: 0;
  padding-bottom: 8px;
}

.content-section .searchform .screen-reader-text {
  display: none;
}

.content-section .searchform [type="submit"],
.content-section .searchform [type="button"] {
  min-width: inherit;
}

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.content-columns #content {
  padding: 0 15px;
  width: 100%;
}

.content-columns #sidebar {
  padding: 0 15px;
  width: 100%;
}

.blogs-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.blogs-grid .col {
  padding: 0 15px 30px;
  width: 100%;
}

.blog-article {
  width: 100%;
}

.blog-article .image {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding-top: 65%;
  background-color: #767a83;
  border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.blog-article .read-btn {
  position: absolute;
  left: 20px;
  bottom: -35px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #767a83;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  font-size: 18px;
  z-index: 1;
  -webkit-transition: linear .4s;
  transition: linear .4s;
}

.blog-article .read-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
  opacity: .54;
}

.blog-article .read-btn:after {
  width: 14px;
  height: 14px;
  border: solid 2px #767a83;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -10px;
  border-width: 4px 4px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: linear .4s;
  transition: linear .4s;
}

.blog-article .read-btn:hover {
  background-color: #767a83;
  color: #fff;
}

.blog-article .read-btn:hover:after {
  border-color: #fff;
}

.blog-article .text {
  padding: 50px 0 0;
}

.blog-article .read-more {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color:#767a83;
}

.blog-article .category {
  font-weight: 700;
  display: block;
  margin: 0 0 8px;
}

.blog-article h4 {
  font-size: 28px;
  line-height: 34px;
}

@media (min-width: 375px) {
  .widget {
    padding: 30px;
  }
}

@media (min-width: 640px) {
  .blogs-grid .col {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .content-columns #content {
    width: calc(100% - 320px);
  }

  .content-columns #sidebar {
    width: 320px;
  }
}

@media (min-width: 1200px) {
  .content-columns #content {
    width: calc(100% - 370px);
  }

  .content-columns #sidebar {
    width: 370px;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.content-section * {
  box-sizing: border-box;
}

.content-section #content {
  margin-top: 0;
}

.content-section .content-columns {
  padding-top: 50px;
  padding-bottom: 50px;
}

#sidebar form, #sidebar ul, #sidebar ul li {
  display: block;
}
#sidebar ul li {
  margin: 0;
}

#sidebar ul li a {
  text-decoration: none;
  color: #494d56;
}

#sidebar ul li a:hover {
  color: #000;
}
.blog-article h4 {
  margin: 0 0 10px;
}

.blog-article h4 a {
  text-decoration: none;
}

.blog-article h4 a:hover, .blog-article h4 a:focus {
  color: #494d56;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.nav-links .page-numbers {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  background: #494d56;
  color: #fff;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  padding: 0 10px;
}

.nav-links .page-numbers.current {
  background: #000;
}

.widget_search form {
  display: flex !important;
}
.widget_search form input[type="search"] {
  margin: 0;
  border: solid 1px #494d56;
}
.widget_search form button[type="submit"] {
  width: 60px;
  border: 0;
  background: #494d56;
  color: #fff;
  font-size: 21px;
}

.blog-article h4 a:hover {
  color: #494d56;
}

#contact_page_form input[type='submit'] {
  background: #494d56;
  color: #fff;
  cursor: pointer;
  width: auto;
  min-width: 220px;
}

#contact_page_form input[type='submit']:hover {
  background-color: #000;
}

#contact_page_form input, #contact_page_form textarea {
    margin: 0;
    padding: 15px 14px;
    font-size: 15px;
}

.gfield_description {
  font-size: 16px;
}

 input, textarea {
  outline: none;
}

@media (min-width: 1250px) {
  .header-blog {
    margin-top: 160px;
  }
}



.field_sublabel_below label {
display: block;
font-size: 16px;
font-weight: 600; }

.gfield_checkbox {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 -10px;
padding-top: 15px; }
.gfield_checkbox li {
min-width: 250px;
padding: 0 10px 20px;
margin: 0;
box-sizing: border-box; }
.gfield_checkbox li input {
opacity: 0;
visibility: hidden;
position: absolute;
left: -9999px;
top: -9999px; }
.gfield_checkbox li label {
display: block;
position: relative;
padding-left: 32px;
font-size: 16px;
font-weight: 600; }
.gfield_checkbox li label:after {
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
content: '';
border: solid 1px #494d56;
background-color: #fff; }
.gfield_checkbox li label:before {
position: absolute;
left: 4px;
top: 4px;
width: 10px;
height: 10px;
content: '';
background-color: #494d56;
z-index: 1;
opacity: 0;
-webkit-transition: linear 0.4s;
transition: linear 0.4s; }
.gfield_checkbox li input[type='checkbox']:checked ~ label:before {
opacity: 1; }

#contact_page_form a {
  word-break: break-all;
}

.content_box .center {
  display: block;
  overflow: hidden;
}


img.aligncenter {
    display: block;
    margin: 0 auto;
    height: auto;
}

img.alignright {
   margin: 0 auto;
}

img.alignleft {
    margin: 0 auto;
}

@media (min-width: 767px) {
  img.alignright {
      float: right;
      margin: 0 0 4px 1.5294117647em;
      height: auto;
  }

  img.alignleft {
       height: auto;
      float: left;
      margin: 0 1.5294117647em 4px 0;
  }
}


 #footer .heading{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
}

.services_grid_box a {
  margin: 0 auto;
}

#aboutgrid { display: block!important; }
#aboutgrid .callback_full {width: 100%!important; padding:0px!important;}
.callback_full img { width:auto!important; }

@media only screen and (min-width: 768px) {
  #aboutgrid .callback_flex .callback { margin-top: 0px!important; }
  #aboutgrid .callback_flex {width: 100%!important; display: flex!important;}
}

.blog-article span.h4 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}


.why-choose-title span {
  margin: 0;
  font-size: 30px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #767a83;
}

.why-choose-grid span {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.blinds_link_text span {
  font-size: 22px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}