html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Proza Libre', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Proza Libre', sans-serif;
}


img {
		max-width: 100%;
		height: auto;
		border:none;}
a:link, a:visited {color: #009c85;}
a:hover {
    text-decoration: underline;
	color: #009c85;
}
a[href^="tel"]{
    color: #009c85;
    text-decoration:none;
}
a[href^="tel"]:hover{
    color: #009c85;
    text-decoration:underline;
}

hr {margin-bottom: 30px;}

ol {font-size:16px; color:#009c85;}
ul.bullet {margin-bottom:30px; text-align: left;}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Proza Libre', sans-serif;
	font-weight:bold;
	
}

h2 {margin-bottom: 30px;}

p {
    margin: 0 0 20px 0;
    font-size: 1em;
    color: #1d1d1b;
    line-height: 2em;
    
}

ul {
    margin: 0;
    padding: 0;
}

.caption {font-size: 14px; font-style: italic;}
.center {text-align: center;}
.box {background: #1d1d1b; color: #fff; padding: 20px; margin-bottom: 50px;}
.box ul {margin-left: 20px; font-weight: bold;}

.orangebox { background: rgba(242,110,43,1.00); color: #fff; padding: 20px;}
.orangebox h2, .orangebox p {color: #fff;}

/*--/header --*/

header h2 {font-family: 'Proza Libre', sans-serif; font-size:20px; color:#009c85;}
.sitename {background: #009c85; color: #fff; margin: 0; padding: 10px 30px;}
.sitename h2 {color: #fff; margin: 0; padding: 0;}
/*--/navbar--*/

.navbar {
    padding: 0.8em 2em;background-color: #1d1d1b;
}

a.navbar-brand {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}



li.nav-item {
    margin: 0 1px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0.6em 10px;
    color: #fff;
    background: transparent;
    font-size: 0.9em;
    }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    background: transparent;
    color: #fff;
}

.dropdown-item {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
}

/*---*/

nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #757474;
}

/* SHIFT */

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

nav.shift ul li a:hover {
    color: #049c66;
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #009c85;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */

@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
}

li.nav-item.active {
    background: #009c85;
}


/*-- //header --*/



/*-- //top-nav --*/

.cd-radial-slider-content h3,
.cd-radial-slider-content h3 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    text-shadow: 2px 2px 2px rgb(12, 12, 12);
}

.cd-radial-slider-content h3 span,
.cd-radial-slider-content h4 span {
    display: block;
    color: #0099e5;
    font-weight: 100;
}

a.read {
    font-size: 15px;
    color: #fff !important;
    padding: .7em 1.5em;
    margin-top: 1em;
    display: inline-block;
    letter-spacing: 3px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

a.read:hover {
    background: #ec1c24;
    border: 2px solid #ec1c24;
}

/*-- //banner-info --*/

/*-- /slider --*/

/*-- banner-info-top --*/

.banner-top {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 600px;
}

.banner-top1 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 600px;
}


.banner-top2 {
	background: url("../images/banner3.jpg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 600px;
}

.banner-info {
    padding-top: 14em;
}


.banner-info a {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    letter-spacing: 2px;
    font-size: 16px;
	font-family: 'Proza Libre', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
    margin: 1em 0.3em 0em;
    background:#1d1d1b;
    display: inline-block;
    border: none;
}

.banner-info a:hover {
    color: #fff;
	background-color:#009c85;
}

.banner-info h3 {
    font-size:40px;
    color: #fff;
    font-weight: 100;
    letter-spacing: 2px;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);
	text-transform:uppercase;
}

.banner-info p {
    font-size: 1em;
    color: #fff;
    margin: 1.5em 0;
    
}

.covering {
    background: rgba(37, 37, 37, 0.4);
    min-height: 750px;
}

/*-- //banner-info-top --*/





.thim-click-to-bottom {
    position: absolute;
    bottom: 27%;
    left: 49%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    z-index: 9;
}

.thim-click-to-bottom i {
    color: #009c85;
}

.rotate a {
    border: 2px solid #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 65px;
    border-radius: 30px;
    text-align: center;
}

/*-- hover-effect --*/

/*--slider--*/
.slider {background-color: #ccc;}
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

/***
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 76%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../images/right.png) no-repeat 0px 0px;
	right: 47%;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left.png) no-repeat 0px 0px;
	left: 47%;
}
/**/

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 12%;
    left: 47%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 9;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0px 4px;
}

/*----*/

.callbacks_tabs a {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
}

.callbacks_here a {
    background: #009c85;
    border: 2px solid #009c85;
}

.slider {
    position: relative;
}

/*-- //slider --*/

/* Global Button Styles */

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    padding: 12px 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    z-index: 9;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}



/*--//banner-info --*/


.titlebar {background-color:#1d1d1b; padding:50px 0; text-align:center;}
.titlebar h1 {color:#fff; font-size:30px; }

#about img.center {display: block; margin: 10px auto; text-align: center; width: auto;}
#about .col-md-4 {width: 33.333333%; margin: 0; float: left;}
#about .col-md-6, .col-md-6 {width: 48%; margin:20px 10px 20px 0; padding: 0; float: left;}
#about img {margin: 10px 0;}
#about ul li {padding: 10px;}
#about h3 {color: #009c85;}

.whitetext {background-color: rgba(255,255,255,1.00);}
.whitetext img {margin-bottom: 20px;}

.col-md-3 {width: 25%; float: left;}

a.btn.read-more {
    text-decoration: none;
    padding: 10px 25px;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 1em 0.3em 0em;
    background: transparent;
    display: inline-block;
    border: 2px solid #212529;
    border-radius: 0px;
    color: #212020;
}


h3 { font-size: 22px; margin-bottom:20px;}


/*--/banner-info-inner--*/

.banner-inner {
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    padding: 4em 0;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #ec1c24;
    text-shadow: 1px 1px 2px #252424;
}

.breadcrumb-item.active {
    color: #ffffff;
}

ol.breadcrumb {
    background: none;
    margin: 0;
}

.ban-inner-content h3 {
    color: #fff;
    font-size: 2em;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    content: "/";
}


/*--responsive--*/

@media(max-width:900px) {
   
}

@media(max-width:800px) {
    
}

@media(max-width:768px) {
    
    .ab_info h4 {
        font-size: 1.7em;
    }
}


@media(max-width:640px) {
   
}

@media(max-width:600px) {
    
}

@media(max-width:480px) {
    
}



/*-- Contact --*/

.map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.main_grid_contact h4 {
    font-size: 1.4em;
    color: #4e4f50;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    font-weight: 700;
    text-transform: uppercase;
}

.map {
    position: relative;
    margin-bottom: 13em;
}

.contact-info h3 {
    color: #eee;
}

.contact-info p {
    margin: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
}

.main_grid_contact {
    width: 70%;
    position: absolute;
    bottom: -57%;
    left: 15%;
    -webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}

/*--/form--*/

form {background-color: #009c85; color: #fff; padding: 20px; margin-bottom: 20px;}

label {display: block; margin-bottom: 10px;}


input[type="submit"], input[type="reset"] {
    border: 1px solid #fff;
    padding: 16px 20px 16px;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #009c85;
    color: #fff;
    cursor: pointer;
    border-radius: 0px;
	display:inline-block;
	margin:10px 20px 10px 0;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background: #1d1d1b;
}



.form {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 3em 5em;
    background: #fff;
}



input[type="text"], input[type="email"], input[type="number"]{
    display: block;
    background:  transparent;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	
}
 textarea {
    background:transparent;
    border: 1px solid #fff;
    width: 100%;
    display: block;
    height:10em;
    outline: none;
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}



/*-- //Contact --*/

/*--footer--*/

footer {
	position: relative;
    background-color:#0a0203; color:#fff; margin:0;border-top: 1px solid #1d1d1b;
}
footer img {display: block; margin: 20px auto; text-align: center;}

footer p {font-size:16px; color: #fff; margin-bottom:20px;}



/*--//footer--*/

/*--copyright--*/

.copyright { position: relative; background-color:#fff; padding: 20px 0; margin:0;}
.copyright img {display: block; margin: 20px auto; text-align: center;}
.copyright p { font-size:14px;
	text-align: center;	
}
.copyright p a {
    color: #009c85;
}
.copyright-info {
    padding-top: 3em;
}

/*--/toTop--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_up.png) no-repeat 0px 0px;
    font-size: 0;
}

/*--//toTop--*/

/*--responsive--*/

@media(max-width:1600px) {
	header h2 {font-size:14px; }
}

@media(max-width:1366px) {
	
    .banner-top,
    .banner-top1,
	.banner-top5,
	.banner-top6,
	.layout-banner-top1,
	.layout-banner-top2,
	.covering {
        min-height: 500px;
    }
	
	.banner-top2,
    .banner-top3,
	.banner-top4,
	.banner4
	{min-height: 300px;}
    .banner-info {
        padding-top: 10em;
    }
    .banner-info h3 {
        font-size:30px;
    }
}

@media(max-width:1280px) {
    .banner-top,
    .banner-top1,
	.banner-top5,
	.banner-top6,
	.layout-banner-top1,
	.layout-banner-top2,
    .covering {
        min-height: 467px;
    }
    .banner-info {
        padding-top: 9em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 35%;
    }
    .callbacks_tabs {
        bottom: 16%;
        
    }
}

@media(max-width:1080px) {
    .banner-top,
    .banner-top1,
	.banner-top5,
	.banner-top6,
	.layout-banner-top1,
	.layout-banner-top2,
    .covering {
        min-height: 394px;
    }
    .banner-info h3 {
        font-size: 30px;
    }
    
    .callbacks_tabs {
        bottom: 10%;
        
    }
    .banner-info a {
        padding: 8px 20px;
        font-size: 14px;
        margin: 0.3em 0.3em 0em;
    }
    .banner-info {
        padding-top: 6em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 32%;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5em 0.4em;
        font-size: 0.8em;
    }
    .card-title {
        font-size: 1.2em;
    }
    

}

@media(max-width:1050px) {
    
    .navbar {
        padding: 0.8em 1em;
    }
    

}

@media(max-width:1024px) {
	header h2 {font-size:12px; }
	}

@media(max-width:991px) {
	header h2 {font-size:18px; text-align:center; padding:20px; }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.4em 1.4em;
        font-size: 0.9em;
        text-align: center;
    }
	ul.bullet { margin-left: 20px; margin-bottom:30px; text-align: left;}
    li.nav-item {
        margin: 6px 0px 0 0;
    }
    .dropdown-item {
        text-align: center;
    }
    .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        border: 2px solid #ffffff;
        border-radius: 3px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.7em 10px;
        font-size: 0.9em;
        text-align: center;
        color: #1d1d1b;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
    }
    .cd-header-buttons {
        top: 20px;
        right: 60px;
    }
    .service-in:nth-child(2) {
        margin-top: 1.5em;
    }
    .card.feature {
        border: 0;
        width: 50%;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
    }
    .service-in:nth-child(2) {
        margin: 2em 0em;
    }
    span.navbar-toggler-icon i {
        line-height: 1.2em;
        font-size: 1.4em;
    }
    .navbar-toggler {
        padding: 0.3rem 0.6rem;
        font-size: 1.25rem;
        border: 1px solid #fff;
        border-radius: 0;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
        position: absolute;
        width: 90%;
        z-index: 99;
        top: 100%;
    }
    form.header-search {
        width: 60%;
        margin: 0 auto;
    }
    li.breadcrumb-item a {
        color: #eb2941;
    }
    .address-grid {
        margin-bottom: 1em;
    }
    
    .copyright {
        text-align: center;
        margin-bottom: 1.5em;
    }
    
    .banner-inner {
        padding: 2em 0;
    }
	.text-right {
  text-align: center !important;
}
	

.col-md-3 {width: 50% !important; max-width: 50% !important; float: left;}
}

@media(max-width:900px) {
    .banner-info h3 {
        font-size:24px;
    }
   /* .callbacks_tabs a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }*/
	.callbacks_tabs {display: none;}
    .banner-top,
    .banner-top1,
	.banner-top5,
	.banner-top6,
	.layout-banner-top1,
	.layout-banner-top2,
    .covering {
        min-height: 200px;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
    }
   
    .testimonials_grid p {
        width: 92%;
        margin: 1em auto 0;
        line-height: 2em;
    }
    .footer-right-info h6 {
        font-size: 1.6em;
    }
}

@media(max-width:800px) {
    .banner-info p {
        font-size: 0.9em;
        color: #fff;
        margin: 1.5em 0;
       }
    .banner-info {
        padding-top: 4em;
    }

}

@media(max-width:768px) {}

@media(max-width:767px) {
	
    .banner-info {
        padding-top: 4em;
    }
    /*.callbacks_tabs a {
        width: 26px;
        height: 26px;
        line-height: 23px;
        font-size: 0.8em;
    }
   */
	
	
    .banner-info p {
        font-size: 0.9em;
        margin: 1.3em 0;
        letter-spacing: 3px;
    }
	#about .col-md-4 {width: 100%; margin: 0; float:none;}
	#about .col-md-6, .col-md-6 {width: 100%; margin: 0; float:none;}
	.col-md-3 {width: 100% !important; max-width:100% !important; margin:0; float:none;}
	.col-md-3 img {margin: 0 auto; text-align: center; display: block;}
}

@media(max-width:667px) {
    .form {
        padding: 3em 2em;
    }
    .main_grid_contact {
        width: 100%;
        position: static;
    }
    .map {
        margin-bottom: 1em;
    }
    
    .testimonials_grid h3 {
        margin: 1em 0 0.5em 0;
        font-size: 1em;
    }
    p {
       
        font-size: 0.85em;
    }
}

@media(max-width:640px) {
    .callbacks_tabs {
        bottom: 10%;
        left: 38%;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
        left: 47%;
    }
	
   
}

@media(max-width:568px) {
    
    .banner-info a {
        padding: 8px 16px;
        font-size: 13px;
        margin: 0.3em 0.3em 0em;
    }

}

@media(max-width:480px) {
   
    .banner-info h3 {font-size:18px;}
    .banner-info p {
        font-size: 0.85em;
        margin: 1em 0;
        
    }
    .banner-top,
    .banner-top1,
	.banner-top5,
	.banner-top6,
	.layout-banner-top1,
	.layout-banner-top2,
    .covering {
        min-height:200px;
    }
    .banner-info {
        padding-top: 2.5em;
    }
    .callbacks_tabs {
        bottom: 10%;
        left: 35%;
    }
    
    
    a.navbar-brand {
        font-size: 0.9em;
    }
   
   
}

@media(max-width:440px) {
    
    .banner-info a {
        padding: 6px 16px;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 0em 0.1em 0em;
    }
    .banner-info p {
        font-size: 0.85em;
        margin: 0.5em 0 0.8em 0;
        }
    
}

@media(max-width:414px) {
    .banner-top,
    .banner-top1,
	.covering {
        min-height: 346px;
    }
    
    .callbacks_tabs {
        bottom: 10%;
        left: 33%;
    }
}

@media(max-width:384px) {
   
    .banner-info p {
        font-size: 0.8em;
        margin: 0.5em 0 0.8em 0;
        
    }
}

@media(max-width:375px) {
    
    a.navbar-brand {
        font-size: 0.8em;
    }
    
}

@media(max-width:320px) {
   
    .banner-top,
    .banner-top1,
    .covering {
        min-height: 289px;
    }
    
    .banner-info a {
        padding: 5px 7px;
        font-size: 12px;
        margin: 0em 0.1em 0em;
    }
    
    .banner-info p {
        font-size: 0.7em;
        margin: 0.5em 0 0.8em 0;
      
    }
    .callbacks_tabs a {
        width: 20px;
        height: 20px;
        line-height: 17px;
        font-size: 0.7em;
    }
}

/*--//responsive--*/