/*
Theme Name: Bedrosian Rugs
Author: SmartSites
Author URI: http://www.smartsites.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Town Country Paving is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Light.woff') format('woff'),
    url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Sb';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Semibold.woff') format('woff'),
    url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: url('../fonts/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNovaRegular.woff') format('woff'),
    url('../fonts/ProximaNovaRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('../fonts/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Extrabld.woff') format('woff'),
    url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('../fonts/ProximaNova-Black.eot');
    src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Black.woff2') format('woff2'),
    url('../fonts/ProximaNova-Black.woff') format('woff'),
    url('../fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'ProximaNovaRegular', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    min-width: 320px;
    font-weight: 300;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 400;
    color: #200903;
    font-family: 'Proxima Nova Sb', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Proxima Nova Bl', sans-serif;
}

h2 {
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 12px;
    text-transform: uppercase;
}

h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
}

h4 {
    font-size: 23px;
    line-height: 32px;
}

#page {
    position: relative;
    overflow: hidden;
    min-height: 1080px;
}

.bg-cover {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    width: 100%;
    max-width: 1300px;
}

.btn {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 0;
}

.btn:hover, .btn:focus {
    text-decoration: none;
    outline: none;
}

.btn.btn-warning {
    background: #f1bc1e;
    color: #131313;
}

.btn.btn-warning:hover, .btn.btn-warning:focus {
    background: #000;
    color: #fff;
}

.btn.btn-default {
    color: #000;
}

.bg-style1 {
    background: #f4f4f4;
}

.top-btm-gutter1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-btm-gutter2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-btm-gutter3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-btm-gutter4 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.top-btm-gutter5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.top-btm-gutter6 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-btm-gutter7 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.top-btm-gutter8 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.top-btm-gutter9 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.top-gutter9 {
    padding-top: 90px;
}

.d-t {
    display: table;
    width: 100%;
}

.d-t .d-tc {
    display: table-cell;
    vertical-align: middle;
}

.header-top {
    background: #000;
    border-bottom: 2px solid #252729;
}

.header-bottom {        
    min-height: 785px;    
    padding: 70px 0;
}

#header {
    position: relative;
}

.header-bottom-row {
    position: relative;
    z-index: 2;
}

.contact-number {
    padding: 15px 0;
    text-align: center;
}

.contact-number .btn {font-size: 16px;
    display: block;
    max-width: 180px;
    margin: auto;
    border: none;
    text-transform: none;
    border-radius: 20px;
    padding: 12px;
    background: #F40E37;
    height: auto;
    width: 180px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 2px rgb(0 0 0 / 60%);
    
}

.contact-number .btn:hover {
    color: #fff;
    text-decoration: none;
    background: red;
}

.header-top .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.fa-phone {
    font-size: 35px;
}

.first-block .text h2 {
    max-width: 510px;
    font-size: 56px;
    padding-right: 20px;
    font-family: 'Proxima Nova Bl', sans-serif;
    color: #200903;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlay:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.13);
    z-index: 1;
}

.logo {
    padding-top: 15px;
}

.ui-state-error::-moz-placeholder {
    color: red;
}

.ui-state-error::-webkit-input-placeholder {
    color: red;
}

.home-banner-text {
    color: #fff;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-top: 140px;
}

.home-banner-text .sub-heading {
    font-family: 'Proxima Nova Lt', sans-serif;
}

.has-video-bg {
    position: relative;
    z-index: 1;
}

.bg-video {   
    position: absolute;
    top: 0;    
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}

.specials-boxes .row {
    margin: 0 -7px;
}

.specials-boxes .col-xs-4 {
    padding: 0 7px;
}

.specials-boxes .offers-box {
    background: rgba(255, 255, 255, 0.65);
    padding: 20px;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.28);
    box-shadow: 0 3px 12px 0 rgba(0,0,0,0.28);
    position: relative;
    overflow: hidden;
    transition: .2s all ease-in-out;
    border: 4px dashed #ff0000;
}

.specials-boxes .offers-box h3 {
    font-size: 20px;
}

.specials-boxes .offers-box strong {
    font-weight: bold;
}

.offer-text {
    font-size: 23px;
    line-height: 1.2;
    display: block;
    margin-bottom: 8px;
}

.offer-text__number {
    font-size: 35px;
}

.color-primary {
    color: #ff0000;
}

.specials-boxes .offers-box p {
    font-size: 16px;
    margin-bottom: 5px;
}

.consultation-form-wrap {
    float: right;
    padding-top: 35px;
}

.consultation-form {
    background: #fff;
    padding: 30px 30px 35px;
    text-align: center;
    width: 100%;
    float: right;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 3px 65px 0 rgba(0, 0, 0, 0.13);
}

.consultation-form h2 {
    font-size: 34px;
    line-height: 1.2;
    font-family: 'Proxima Nova Sb', sans-serif;
    color: #200903;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.list-unstyled {
    color: #ffff;
}

.contact-number a {
    color: #fff;
    font-size: 46px;
    text-align: center;
    font-family: 'Proxima Nova Sb', sans-serif;
}

.consultation-form .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.consultation-form .form-control {
    height: 55px;
    border-radius: 10px;
    color: #3b3533;
    outline: none;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 16px;
    background: #fbf3f0;
    box-shadow: none;
    border: 1px solid #d6d1d0;
}

.consultation-form .form-control.ui.selection.dropdown {
    height: auto;
    border-radius: 10px;
    padding: 10px;
    background: #fbf3f0;
}

.consultation-form .form-control.ui.multiple.dropdown > .text {
    color: #3b3533;
    outline: none;
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 16px;
}

.consultation-form .form-control.ui.multiple.dropdown > .label {
    -webkit-box-shadow: 0 0 0 1px rgba(216, 88, 53, 0.47) inset;
    box-shadow: 0 0 0 1px rgba(216, 88, 53, 0.47) inset;
}

i.icon {
    font-family: FontAwesome;
    font-size: 14px;
}

.speak-box .phone-number,
.consultation-form .btn-submit {
    font-weight: 300;
    line-height: 1;
    font-size: 24px;
    border: 1px solid #d6d1d0;
    box-shadow: none;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    height: 50px;
    width: 100%;
    display: block;
    background: #d54c27;
}

.consultation-form .btn-wrap {
    margin: 8px 0 0 0;
    display: block;
}

.consultation-form .btn-submit:hover {
    background: #b44223;
}

.consultation-form .form-control.ui-state-error {
    border: 1px solid #FF0000 !important;
}

.consultation-form .thank-you-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 5px;
}

/*End of Header styles*/
.first-block {
    padding: 70px 0 140px;
}

ul.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 5px;
}

ul.slick-dots li {
    display: inline-block;
    padding: 0 3px;
}

ul.slick-dots li button {
    height: 12px;
    width: 12px;
    padding: 0;
    font-size: 0;
    border: 0;
    border-radius: 50%;
    background: #dedede;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus,
ul.slick-dots .slick-active button {
    background: #ff0000;
    outline: none;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.col-three,
.two-col {
    display: flex;
}

.two-col .col {
    flex: 1;
    align-self: center;
}

.services {
    background: url("../images/bg-services.jpg") no-repeat center;
    background-size: cover;
    padding: 140px 0;
}

.services h2 {
    margin-bottom: 20px;
}

.location-block .img-holder {
    width: 50%;
    float: left;
}

.location-block .img-holder .bg-cover {
    background-position: 0 100%;
    height: 100%;
}

.location-block .box {
    width: 50%;
    float: right;
    padding: 180px 100px;
    background: rgba(98, 28, 9, 1);
    color: #fff;
}

.location-block .inner {
    max-width: 630px;
}

.location-block p {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    position: relative;
}

.location-block p:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    max-width: 535px;
    width: 100%;
}

.location-block p:last-child:after {
    display: none;
}

.location-block p a {
    color: #fff;
}

.location-block p a:hover {
    text-decoration: underline;
}

.our-specialities {
    /* background: url("../images/bg-specialities.jpg") no-repeat right top; */
    background: url("../images/gray-bg.jpg") repeat right top;
    /* background-size: cover; */
    
}

.our-specialities .img-wrap {
    border: 10px solid #fff;
    border-left: 0;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.15);
}

.our-specialities .col.text-wrap {
    position: relative;
    z-index: 1;
}

.our-specialities .col.text-wrap::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    box-shadow: 0 0 215px rgb(255 255 255 / 40%);
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    z-index: -1;
}

.our-specialities .item-wrap {
    padding: 30px 100px;
    color: #fff;
}

.our-specialities .bg-cover {
    background-size: cover;
    background-position: top center;
}

.our-specialities .item-wrap h3 {
    color: #fff;
    text-transform: uppercase;
}

.our-specialities .item-wrap p {
    font-family: 'Proxima Nova Lt', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
}

.our-specialities .item:last-child p {
    margin: 0;
}

.item-wrap .item {
    background: url("../images/icon1-new.png") no-repeat left top;
    padding-left: 70px;
    padding-top: 7px;
}

.item-wrap .item2 {
    background: url("../images/icon-2-new.png") no-repeat left top;
}

.item-wrap .item3 {
    background: url("../images/icon3-new.png") no-repeat left top;
}

.item-wrap .item4 {
    background: url("../images/icon4.png") no-repeat left top;
}

.two-col .col.col-right {
    width: 60%;
    flex: 3;
}

.first-block .col.text-wrap {
    flex: 3;
}

.circles-wrap {
    padding-top: 80px;
}

.circles-wrap .box {
    /* height: 225px;
     width: 225px;*/
    border-radius: 50%;
    width: 225px;
    height: 225px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    border: 6px solid #fff;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.22);
}

.circles-wrap .box img {
    transition: 1s all ease-in-out;
    border-radius: 50%;
}

.circles-wrap .box:hover img {
    transform: rotateY(360deg);
    transition: 1.1s all ease-in-out;
}

.circles-wrap .box span.same-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.circles-wrap .box span span {
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Proxima Nova Sb', sans-serif;
}

.col-three .col {
    padding: 0 20px;
}

.col-three {
    margin: 0 -20px;
}

.col-three .inner {
    border: 3px solid #2baccc;
    border-radius: 10px;
    padding: 80px 30px 30px;
    font-style: italic;
    background: url("../images/icon-quote.png") no-repeat center 30px;
    color: #200903;
}

.testimonials-section h2 {
    margin-bottom: 50px;
}

.consultation-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3b3533;
}

.consultation-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #3b3533;
}

.consultation-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #3b3533;
}

.consultation-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #3b3533;
}

.consultation-form .form-control:invalid {
    color: #3b3533;
}

/*Footer */
#footer {
    background: url("../images/bg-footer.jpg") no-repeat;
    color: #888888;
    padding: 80px 0 0 0;
    font-size: 24px;
}

#footer h2 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

#footer h4 a {
    color: #fff;
    font-size: 46px;
}

.contact-number a:hover,
#footer h4 a:hover {
    text-decoration: underline;
}

.copyright {
    margin: 25px 0 0 0;
    font-family: 'Proxima Nova Lt', sans-serif;
    color: #808080;
    font-size: 19px;
    padding: 20px 0;
    border-top: 1px solid #676767;
}

.our-specialities-list {
    padding: 0;
}

.our-specialities-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    -ms-transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    transform: translate(2rem, 1rem) rotate(8deg) scale(1.1);
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    font-size: 25px;
    padding-left: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
    background: url("../images/icon-bullet.png") no-repeat left center;
    transition: transform .5s ease, opacity .5s ease;
}

.color1 {
    color: #fff;
}

.our-specialities-list.active li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

.our-specialities-list li:nth-child(1) {
    transition-delay: .2s;
}

.our-specialities-list li:nth-child(2) {
    transition-delay: .3s;
}

.our-specialities-list li:nth-child(3) {
    transition-delay: .4s;
}

.our-specialities-list li:nth-child(4) {
    transition-delay: .5s;
}

.our-specialities-list li:nth-child(5) {
    transition-delay: .6s;
}

.our-specialities-list li:nth-child(6) {
    transition-delay: .7s;
}

.our-specialities-list li:nth-child(7) {
    transition-delay: .8s;
}

.our-specialities-list li:nth-child(8) {
    transition-delay: .8s;
}

.our-specialities-list li:nth-child(9),
.our-specialities-list li:nth-child(10),
.our-specialities-list li:nth-child(11) {
    transition-delay: .9s;
}


/*Testimonials slider*/

.testimonials-section .slick-list {
    max-width: 96%;
    margin: 0 auto;
}

.testimonials-section .slick-arrow:focus {
    outline: none;
}

.testimonials-section .slick-prev,
.testimonials-section .slick-next {
    position: absolute;
    font-size: 0;
    background: transparent;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-section .slick-next {
    right: 8px;
}

.testimonials-section .slick-prev:before,
.testimonials-section .slick-next:before {
    content: "\f105";
    font-family: Fontawesome;
    color: #2baccc;
    font-size: 60px;
}

.testimonials-section .slick-prev {
    left: 8px;
    transform: translateY(-50%) rotate(180deg);
}

.testimonials-section .intro span {
    display: block;
    color: #d74e2a;
}

.testimonials-section .intro .name:before {
    content: "\f007";
    font-family: Fontawesome;
    padding-right: 7px;
}

.testimonials-section .intro .location:before {
    content: "\f041";
    font-family: Fontawesome;
    padding-right: 5px;
}

/* spinner */
.spinner-border {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 0.14em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

/*Footer Sticky*/
.show-on-mobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #282828;
    text-align: center;
    z-index: 9999;
    padding: 10px 5px 12px 5px;
}

#footer .show-on-mobile a {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    background-color: #2c76ab;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
}

#footer .show-on-mobile span {
    padding-bottom: 3px;
    font-size: 15px;
    text-transform: capitalize;
    display: block;
}

#footer .show-on-mobile a .fa {
    margin-right: 7px;
}

#footer .btn {
    color: #fff;
    border-color: #fff;
}

.show-on-mobile a:focus {

}
.hundred-years-badge{
    max-width:155px;
    position:absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding-bottom:7px;
    z-index: 2;
    
}
@media (max-width: 1800px) {
    #header {
        background-size: cover;
    }

    .our-specialities .item-wrap {
        padding: 30px;
    }

    .location-block .box {
        padding: 100px;
    }
}

@media (max-width: 1199px) {

    .header-bottom {
        padding: 0;
    }

    .header-left {
        float: none;
        max-width: 950px;
        width: 100%;
        margin: 0 auto 35px;
    }

    .header-left .logo,
    .header-left .title {
        text-align: center;
    }
    
    .header-bottom {
        min-height: 580px;
    }

    .specials-boxes .row {
        margin: 0 -10px;
    }

    .specials-boxes .col-xs-4 {
        padding: 0 10px;
    }

    .consultation-form-wrap {
        float: none;
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
    }

    .fa-phone {
        font-size: 25px;
    }

    .consultation-form h2 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }

    .contact-number {
        padding: 25px 0;
    }

    .contact-number a {
        font-size: 35px;
    }

    .consultation-form {
        padding: 20px;
    }

    .logo {
        margin-bottom: 15px;
    }

    .services h2,
    h2,
    #footer h2,
    #footer h4 a,
    .first-block .text h2,
    h1 {
        font-size: 45px;
    }

    #footer {
        padding: 40px 0 0 0;
    }

    .top-btm-gutter9,
    .services {
        padding: 50px 0;
    }

    .testimonials-section h2 {
        margin-bottom: 20px;
    }

    .first-block {
        padding: 70px 0 30px;
    }

    .location-block .box {
        padding: 50px;
    }

    .home-banner-text {
        font-size: 24px;
        padding-top: 130px;
    }

    .col-three {
        margin: 0 -10px;
    }

    .col-three .col {
        padding: 0 10px;
    }

    .location-block .img-holder,
    .location-block .box {
        width: auto;
        float: none;
    }

    .location-block .img-holder .bg-cover {
        background: none !important;
        text-align: center;
    }

    .location-block .img-holder .bg-cover img {
        display: inline-block !important;
        width: 100%;
    }

    .location-block .box {
        padding: 30px 20px;
    }

    .testimonials-section .slick-next {
        right: -4px;
    }

    .testimonials-section .slick-prev {
        left: -4px;
    }
}

@media (max-width: 991px) {
    .our-specialities .two-col {
        display: block;
    }

    /* .our-specialities .col.text-wrap {
        background: url(../images/bg-specialities.jpg) no-repeat right top;
    } */

    .services h2, h2, #footer h2, #footer h4 a, .first-block .text h2, h1 {
        font-size: 35px;
    }

    .our-specialities .bg-cover {
        background-image: none;
    }

    .our-specialities .bg-cover img {
        display: block !important;
    }

    .col-three {
        margin: 0 -5px;
    }

    .col-three .col {
        padding: 0 5px;
    }

    .col-three .inner {
        padding: 80px 15px 20px;
    }
    
    .circles-wrap {
        padding-top: 50px;
        max-width: 600px;
        margin: 0 auto;
    }

    .our-specialities-list li {
        font-size: 20px;
    }

    .copyright {
        margin: 0;
    }

    .fa-phone {
        font-size: 20px;
    }

    .our-specialities .img-wrap {
        border-left: 10px solid #fff;
    }

    .testimonials-section .slick-next {
        right: -10px;
    }

    .testimonials-section .slick-prev {
        left: -10px;
    }
    .hundred-years-badge{
    max-width:100px;
    
}
}

@media (max-width: 767px) {
    .hundred-years-badge{
   display: none;
    
}
    .col-three, .two-col {
        display: block;
    }

    .two-col .col.col-right {
        width: 100%;
    }

    .header-bottom {
        text-align: center;
    }
    
    .header-bottom {
        min-height: 375px;
    }

    .logo {
        padding-top: 20px;
        max-width: 220px;
        margin: 0 auto 0px;
    }

    .services h2, h2, #footer h2, #footer h4 a, .first-block .text h2, h1 {
        font-size: 25px;
        font-family: 'Proxima Nova Sb', sans-serif;
    }

    .home-banner-text {
        font-size: 16px;
        padding-top: 55px;
    }

    .consultation-form .form-control {
        height: 40px;
        border-radius: 5px;
        outline: none;
        font-size: 13px;
    }

    .consultation-form .form-group {
        margin-bottom: 10px;
    }

    .speak-box .phone-number, .consultation-form .btn-submit {
        font-size: 18px;
        height: 40px;
    }

    .first-block .text {
        margin-bottom: 20px;
    }

    .first-block .text h2 {
        max-width: 100%;
        text-align: center;
        padding: 0;

    }
    
    .circles-wrap {
        padding-top: 40px;
    }

    .testimonials-section .col {
        padding: 5px;
    }

    .services {
        position: relative;
        z-index: 1;
        padding-bottom: 0;
    }

    .services:after {
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.4);
        position: absolute;
        z-index: -1;
    }

    h3 {
        font-size: 20px;
    }

    .our-specialities-list li,
    body {
        font-size: 16px;
        background-position: left 1px;
    }

    .rounded-boxes.row {
        margin: 0 -7px;
    }


    .location-block .box {
        width: 100%;
    }

    .testimonials-section .slick-list {
        max-width: 80%;
    }

    .testimonials-section .slick-next {
        right: 0;
    }

    .testimonials-section .slick-prev {
        left: 0;
    }

    .specials-boxes .col-xs-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .header-left {
        margin: 0 auto 10px;
    }

    .contact-number {
        padding: 15px 0;
    }

    .contact-number a {
        font-size: 25px;
    }
}

@media (max-width: 479px) {
    .rounded-boxes .col-xs-6 {
        width: 100%;
    }

    .first-block {
        padding: 20px 0;
    }

    #footer h2 {
        margin-bottom: 5px;
    }

    .our-specialities-list li {
        background-size: 15px;
        padding-left: 25px;
    }

    .our-specialities .item-wrap {
        padding: 15px;
    }

    .item-wrap .item {
        padding-left: 55px;
    }

    .services h2, h2, #footer h2, #footer h4 a, .first-block .text h2, h1 {
        font-size: 20px;
    }

    .consultation-form h2 {
        font-size: 20px;
        margin: 0 0 5px 0;
    }

    .top-btm-gutter9, .services {
        padding: 20px 0;
    }

    .testimonials-section h2 {
        margin-bottom: 5px;
    }

    .col-three .inner {
        background-position: center 15px;
        padding: 60px 15px 20px;
    }

    .location-block p {
        padding: 5px 0;
    }

    #footer {
        padding: 20px 0 0 0;
    }

    .our-specialities .item-wrap p {
        margin-bottom: 10px;
    }
    .header-top .row{
       justify-content: center;
    }
     .header-top .btn{
         margin-bottom:5px;
     }
}