html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Dosis', 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: 'Dosis', sans-serif;
}

a:hover {
    text-decoration: none;
}

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;
    font-family: 'Dosis', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

p {
    font-size: 0.9em;
    color: #333 !important;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}
.container ul
{
    margin-left: 20px;
    font-size: 0.9em;
    color: #333;
    line-height: 2em;
    letter-spacing: 1px;
}
.my-4 ul
{
    margin-left: 40px;
    font-size: 0.9em;
    color: #333;
    line-height: 2em;
    letter-spacing: 1px;
}
iframe {
    margin-right:40px;
}
/*--/header --*/

.container-fluid.gallery-lightbox.my-5 {
    padding-left: 5px;
}

.content-main-w3 {
    position: relative;
    background: #1f2224;
    background-image:url("../images/podklad.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
  background-position: center; 
    padding: 3em 0;
}
.container img {
    max-width: 100%;
}

a.navbar-brand {
    font-size: 2.5em; /*2.5em */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    
}

a.navbar-brand span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 4.2px;
    margin-top: 0px;

}
.submenu {
    background-color: rgba(0,0,0,0.5)
        display:block !important;
    
}
li.nav-item {
    padding: 0 20px;
}

.logo-wthree i {
    color: #fff;
    text-shadow: none;
    font-size: .9em;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.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 {
    color: #fbb034;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fbb034;
    text-decoration: underline;
}

/*-- //header --*/
.search-box {
    float: left;
    width: 43%;
    margin: .5em 0 0 0em;
	position: relative;
    z-index: 1;
    display: inline-block;
}
.sb-search-input {
    outline: none;
    background: #fff;
    width: 100%;
    margin: 0;
    z-index: 10;
    font-size: 1em;
    color: #fff;
    padding: 0.3em 1em;
    border: 1px solid #8c8c8c;
    background: url(../images/search-icon.png) no-repeat 160px 12px;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.sb-search-input::-webkit-input-placeholder {
	color:#999;
}
.sb-search-input:-moz-placeholder {
	color: #999;
}
.sb-search-input::-moz-placeholder {
	color: #999;
}
.sb-search-input:-ms-input-placeholder {
	color: #999;
}
.input__label {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	width: 100%;
	height: 100%;
    cursor: text;
}
/*--about--*/
h2.title-wthree{
      font-size:3em;
     text-transform: uppercase;
}
h3.tittle{
      font-size:2em;
}
.about-right h3.ttile {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4.sub-tittle {
    margin: 1.2em 0 0 0;
    font-size: 15px;
    color: #007cc0;
    text-transform: uppercase;
    font-weight: 500;
}

ul.author li {
    list-style: none;
    margin: 0 2em 0 0em;
}

ul.author li img {
    border-radius: 50%;
    -weblit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #ddd;
}

ul.author li {
    color: #888;
    font-size: 0.8em;
    letter-spacing: 1px;
}

ul.author li span {
    display: block;
    font-weight: 600;
    color: #37393c;
    font-size: 1.3em;
}

.about-right {
    padding-left: 3em;
}
/*-- gallery photoswipe --*/
.my-gallery {
 
}


.my-gallery img {
      padding: 10px;
    background: #fff;
    margin: 0px 0px 10px 10px;
  width: 100%;
  height: auto;
    	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	-ms-filter: grayscale(80%);
	-o-filter: grayscale(80%);
	filter: grayscale(80%);
    
	-ms-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
   -webkit-transition:.3s ease-in-out;
	transition: .3s ease-in-out; 
}
.my-gallery img:hover {
    -webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	filter: grayscale(0);
    
    	-ms-transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
   -webkit-transition:.3s ease-in-out;
	transition: .3s ease-in-out;
    }
.my-gallery figure {
width:16.33%;
    float: left;
   
}
.my-gallery figcaption {
  display: none;
}




/*-- gallery --*/
.gallery_grid1 {
    width:16.33%;
    float: left;
    
}
/*-- stats --*/

.stats_info p {
    font-size: 2.5em;
    letter-spacing: 1px;
    line-height: 2;
    color: #ec1c24;
    font-weight: 800;
}
.stats_info h4 {
    color: #4f4f50;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
}
.stats_info i {
    font-size: 2.3em;
    color: #3f3f40;
    margin: 0;
    margin-top: 1.5em;
}
.stats_bottom_grid_left img {
	margin: 0 auto;
}
.stats_info {
	text-align: center;
	padding: 0;
	border-top: none;
	border-bottom: none;
}

.stats_info:nth-child(3) {
	border-right: 0px;
}

.stats_info:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}
/*--//stats--*/
/*--team--*/
/* table */

.container table {
	width: 100% !important;
	/* font-size:100%; */
		}
	
.container th {
	font-weight:bold;
	padding-left: 5px;
	}
.container tr {
    
    
}
.container td {
	
	color:#000;
    padding-top:5px;
    padding-bottom:5px;
    white-space: normal !important;
	}
.container td a {
	display:block;
	
	
}
.container td a:link {
	text-decoration: none;
	color:#000;
	
}
.container td a:link {
	text-decoration: none;
	color:#000;
	
}
.container td a:visited {
	text-decoration: none;
	color:#000;
	
}
.container td a:hover {
	display:block;
	background-color:#FFF;
	}
.container .tabtr {
	background-color: rgba(229,229,229,0.7);
	}
.cislo {width:10%}
.podminky {width:11%;
text-align:center;}
.jmenotab {width:34%}

.container thead{
/* barva pozadí hlavičky tabulky */
background-color:#fff;
/* barva písma hlavičky tabulky */
color:#000;
/* převod písmen v hlavičce tabulky na velká */
text-transform:uppercase;
/* tučný font v hlavičce tabulky */
font-weight:bold;
}
.container tr:nth-child(2n+1){
background:rgba(229,229,229,0.7);
}

.container tr:nth-child(2n){
background:rgba(229,229,229,0.3);
}
.container.tb tr:nth-child(2n+1){
background:rgba(229,229,229,1);
    
}

.container.tb tr:nth-child(2n){
background:rgba(229,229,229,0.9);
}
.container.tb {
    margin-bottom: 30px;
}
.container tr:hover{
	background-color:#fff;
	cursor:pointer;
	color:#000;
	}
.container td:nth-child(1) {
  
    padding-left:10px;
}
.container td:nth-child(2) {
  text-align: right;
    padding-right:10px;
}
#url {
    display:none;
}
#send_form {
    display:none;
}
.container td.left {
    text-align: left;
}
/*********************** Demo - 16 *******************/
.bottfot {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.topfot {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.box16 {
    text-align: center;
    color: #fff;
    position: relative
}

.box16 .box-content,
.box16:after {
    width: 100%;
    position: absolute;
    left: 0
}

.box16:after {
    content: "";
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .08) 69%, rgba(0, 0, 0, .70) 100%);
    top: 0;
     -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.box16 .post,
.box16 .title-wthree {
    -ms-transform: translateY(145px);
-webkit-transform: translateY(145px);
-moz-transform: translateY(145px);
-o-transform: translateY(145px);

    transform: translateY(145px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all .4s cubic-bezier(.13, .62, .81, .91) 0s
}

.box16:hover:after {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01) 0, rgba(0, 0, 0, .09) 11%, rgba(0, 0, 0, .12) 13%, rgba(0, 0, 0, .19) 20%, rgba(0, 0, 0, .29) 28%, rgba(0, 0, 0, .29) 29%, rgba(0, 0, 0, .42) 38%, rgba(0, 0, 0, .46) 43%, rgba(0, 0, 0, .53) 47%, rgba(0, 0, 0, .6) 69%, rgba(0, 0, 0, .7) 84%, rgba(0, 0, 0, .75) 99%, rgba(0, 0, 0, .85) 100%);
    -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    transition: all .5s ease .5s
}

.box16 img {
    width: 100%;
    height: auto;
}
.box16 .next {
  position:absolute;
    width:100%;
    top:0;
    margin-top:10px;
    text-align: center;
    color: #FF4081;
    text-transform: uppercase;
    font-weight: bold;
    opacity:0;   
    z-index:10000;
}
.box16:hover .next {
    position:absolute;
    width:100%;
    top:0;
    margin-top:10px;
    text-align: center;
    color: #FF4081;
    text-transform: uppercase;
    font-weight: bold;
    opacity:1;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s
}
.box16 .box-content {
    padding: 20px 20px 20px 20px;
    margin-bottom: 0px; /*40 */
    bottom: 0;
    z-index: 1
}


.box16 .title-wthree {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    /* margin: 0 0 5px; */
}

.box16 .post {
    display: block;
    padding: 8px 0 20px 0;
    font-size: 15px
}

.box16 .social li a,
.box17 .icon li a {
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
}
.box16:hover .post {
  padding: 8px 0 8px 0;  
}
.box16:hover .post,
.box16:hover .title-wthree {
     -ms-transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-o-transform: translateY(30px);
    transform: translateY(30px)
}

.box16 .social {
    list-style: none;
    /* padding: 0 0 5px; */
    /* margin: 40px 0 25px; */
    opacity: 0;
    position: relative;
    -ms-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  ;
    -webkit-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  ;
    -moz-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  ;
    -o-transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  ;
    transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  ;
        -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all .6s cubic-bezier(0, 0, .58, 1) 0s
}

.box16:hover .social {
    opacity: 1;
    -ms-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(30px); /* úprava translateY */
    -webkit-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(30px); /* úprava translateY */
    -moz-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(30px); /* úprava translateY */
    -o-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(30px); /* úprava translateY */
    
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(30px); /* úprava translateY */
}

.box16 .social:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    left: 0;
    right: 0
}

.box16 .social li {
    display: inline-block
}

.box16 .social li a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 40px;
    background: #ffc107;
    margin-right: 10px;
    transition: all .3s ease 0s;
}

.box17 .icon li,
.box17 .icon li a {
    display: inline-block
}

.box16 .social li a:hover {
    background: #007cc0;
}

.box16 .social li:last-child a {
    margin-right: 0
}
.box16 p {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}
/* @media only screen and (max-width:990px) {
    .box16 {
        margin-bottom: 30px
    }
} */

/*--//team--*/
/*-- Pricing --*/
#plans {
    background: #fbb034;
}
.price-main-info .card-header h4 {
    color: #f7f7f7;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1em;
    padding-top: 2em;
}

.price-main-info .card-header h4 span {
    display: block;
    font-weight: 100;
}

.price-main-info .card-header {
    background: url(../images/price.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 192px;
}

.price-main-info .card-body {
    background: #fff;
    padding: 4em 1em;
}

.pricing-card-title-wthree span {
    font-size: .5em;
    display: inline-block;
    color: #000;
    font-weight: 300;
}

.price-main-info small.text-muted {
    font-size: 0.5em;
}

ul.list-unstyled li {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 2.5em;
}

.price-main-info h5.card-title-wthree {
    font-size: 3em;
    color: #1c1c1d;
    font-weight: 700;
}

.card-deck .card {
    padding: 0px;
}

.price-inner .log-in a {
    font-size: 0.9em;
}

.price-inner.card h4 {
    color: #a7aaad;
    font-size: 1.1em;
}

.price-main-info.card {
    border-radius: 0;
    border: none;
    background: none;
}
a.hover-2.btn {
    border: 2px solid #ffc107;
    color: #444;
    padding:0.4em 1.2em;
}
a.hover-2.btn:hover {
    background:#ffc107;
}
/*--//Pricing--*/
/*--/contact--*/

.main_grid_contact {
    background: #f7f7f7;
    padding: 9em 5em;
}

.main_grid_contact label {
    color: #676b6d;
    letter-spacing: 1px;
    font-size: 1.2em;
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #fff;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    border-radius: 0px;
}

.main_grid_contact textarea {
    min-height: 80px;
    margin: 1em 0em;
    resize: none;
}

.main_grid_contact .input-group1 input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 19px;
    color: #fff;
    background: #343a40;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
}

.main_grid_contact .input-group1 input[type="submit"]:hover {
    background: #007cc0;
}

.map {
    padding: 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.address-grid-w3ls i {
    font-size: 1.5em;
    color: #ffc107;
    background: #323435;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 2.5em;
}

.address-right h6 {
    font-size: 1.2em;
    color: #3f4142;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}

.address-right p,
.address-right p a {
    color: #7c848c;
}

.main_grid_contact h4 {
    font-size: 2em;
    color: #464646;
    text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
    text-transform: uppercase;
}
/*--//contact--*/
/*-- /footer --*/

footer {
    margin: 0 auto;
    width: 90%;
    border-top: 1px ridge rgba(8, 93, 140, 0.48);
}

.inner-page-footer {
    background: #007cc0;
    padding: 2em 0;
    width: 100%;
    border-top: 1px ridge rgba(8, 93, 140, 0.48);
}

.social_media_w3layouts {
    margin: 2em 0 2em 0;
}

.social_media_w3layouts ul li {
    margin: 0 0.5em;
    font-size: 1.2em;
}

.agileinfo_share {
    margin-right: 1em !important;
    color: #fff;
}

ul.social-icons li {
    list-style: none;
    display: inline-block;
}

ul.social-icons li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 34px;
    background: transparent;
    border: 2px solid #fff;
    text-align: center;
}

ul.social-icons li a:hover {
      color: #ffc107;
}
p.copy-right-w3ls {
    color: #fff;
    letter-spacing: 2px;
}

p.copy-right-w3ls a {
    color: #ffc107;
    text-decoration: none;
}

p.copy-right-w3ls a:hover {
    color: #fff;
}

/*-- //footer --*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background:#104f71 url(../images/move_up.png) no-repeat 11px 11px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/
@media(max-width:1680px){
    
 .box-content
 {
    padding:0;
    height:230px;
}
.box16 .title-wthree    
{
        font-size: 1.2em;
    margin: 0;
    padding: 0;
    }
.box16 .post   
{
        font-size: 1.0em;
    margin: 0;
    padding: 0;
    }
}
@media(max-width:1600px){
  .gallery_grid1 {
    width:24.5%;
    
} 
 .my-gallery figure {
width:24.5%;
    float: left;
   
}   
 .box-content
 {
    padding:0;
    height:230px;
}
.box16 .title-wthree    
{
        font-size: 1.1em;
     margin: 0;
     padding: 0; 
    }
.box16 .post   
{
        font-size: 0.9em;
    margin: 0;
    padding: 0;
    }
    .box16 .social {
         font-size: 0.9em;
    margin: 0;
    padding: 0;
    }
    .social_media_w3layouts {

    margin: 2em 0 0em !important;

}
}
@media(max-width:1280px){
      .gallery_grid1 {
    width:32.5%;
    
}
    .my-gallery figure {
width:32.5%;
    float: left;
   
}
	.main_grid_contact {
        background: #f7f7f7;
        padding: 6em 4em;
    }
    h3.tittle {
        font-size: 1.6em;
    }
.box-content
 {
    padding:0;
    height:235px;
}
.box16 .title-wthree    
{
        font-size: 1.1em;
     margin: 0;
     padding: 0; 
    }
.box16 .post   
{
        font-size: 0.9em;
    margin: 0;
    padding: 0;
    }
    .box16 .social {
         font-size: 0.9em;
    margin: 0;
    padding: 0;
    }
    .social_media_w3layouts {

    margin: 2em 0 0em !important;

}
}
@media(max-width:1080px){
.my-gallery img {
        padding: 4px;
        background: #fff;
        margin: 0px 0px 10px 10px;
    }
    }
@media(max-width:991px){
	ul.navbar-nav.mx-auto {
        text-align: center;
        margin-top: 1em;
       padding-bottom: 10px;
        background-color: rgba(0,0,0,0.8);
        
    }
    a.navbar-brand {
    font-size: 4vw; /*2.5em */
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    
    
}
    .content-main-w3 {
        padding: 2em 0;
    }
    .about-right {
        padding-left: 1em;
        margin-top: 2em;
    }
    .box16 .social li a {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 40px;
        margin-right: 0px;
        transition: all .3s ease 0s;
    }
    .team-gd {
        margin-top: 1em;
    }
    .box16 .post {
        display: block;
        padding: 0px 0;
        font-size: 15px;
    }
    .box16 .title-wthree {
        font-size: 17px;
        margin: 0px 0 5px;
    }
    .box16 .box-content {
        padding: 0px 0px;
        margin-bottom: 10px;
        bottom: 0;
        z-index: 1;
    }
    .price-main-info .card-body {
        padding: 2em 0em;
        margin-top:1em;
    }
    .testimonials-gd {
        float: left;
        width: 50%;
    }
    .main_grid_contact {
        padding: 4em 3em;
    }
}
@media(max-width:900px){
	h2.title-wthree {
      font-size: 2.4em;
    }
}
@media(max-width:800px){
          .gallery_grid1 {
    width:48.5%;
    
}
    .my-gallery figure {
width:48.5%;
    
   
}
	.box16 .title-wthree {
        font-size: 15px;
        margin: 0px 0 5px;
    }
}
@media(max-width:767px){
	.inner-page-footer {
        padding: 1em 0;
    }
    .address-right.text-left {
        margin-top: 1em;
    }
    .address-info {
        margin-top: 1em;
    }
    .price-main-info:nth-child(2) {
        margin: 1em 0;
    }
    .main_grid_contact {
        padding: 4em 2em;
    }
    .box-content
 {
    padding:0;
    height:200px;
}
    .box16 .post {
        display: block;
        padding: 0px 0;
        font-size: 15px;
    }
    .box16 .title-wthree {
        font-size: 17px;
        margin: 0px 0 5px;
    }
    .box16 .box-content {
        padding: 0px 0px;
        margin-bottom: 10px;
        bottom: 0;
        z-index: 1;
    }
}
@media(max-width:736px){
	h2.title-wthree {
      font-size: 2.2em;
    }
    .address-right.text-left {
        margin-top: 1em;
        text-align: center!important;
    }
}
@media(max-width:667px){
   .main_grid_contact h4 {
    font-size: 1.6em;
    }
}
@media(max-width:640px){
	h2.title-wthree {
        font-size:2em;
    }
    .inner-page-footer {
        padding: 1em 2em;
    }
   
}
@media(max-width:600px){
	.address-right h6 {
       font-size: 1em;
    }
     .content-main-w3 {
        padding: 1.5em 0;
    }
    .box-content
 {
    padding:0;
    height:200px;
}
    .box16 .post {
        display: block;
        padding: 0px 0;
        font-size: 20px;
    }
    .box16 .title-wthree {
        font-size: 22px;
        margin: 0px 0 5px;
    }
    .box16 .box-content {
        padding: 0px 0px;
        margin-bottom: 30px;
        bottom: 0;
        z-index: 1;
    }
    .box16 .social {

    font-size: 1em;
    margin:40px 0 25px !important;
}
}

@media(max-width:568px){
    
          .gallery_grid1 {
    width:96%;
              left:0px !important;
    
}
    .my-gallery figure {
width:96%;
    
   
}
	.main_grid_contact label {
        font-size: 1em;
    }
    a.navbar-brand span {
        font-size: 12px;
        letter-spacing: 3px;
        margin-top: 0px;
    }
}
@media(max-width:480px){
	.testimonials-gd {
        float: left;
        width: 100%;
    }
    .main_grid_contact h4 {
    font-size: 1.4em;
    }
}
@media(max-width:440px){
	h2.title-wthree {
        font-size: 1.8em;
    }
}
@media(max-width:414px){
	
}
@media(max-width:384px){
	
}
@media(max-width:375px){
	
}
@media(max-width:320px){
	
}
/*--//responsive--*/
