/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 1.0.0
   Created:February 2015
   File Description:Main CSS file of the template
*/

/* TABLE OF CONTENTS
	1) Reset
	2) Help classes
	3) Parallax
	4) Pre-loader
	5) Navigation
	6) Home
	7) About-us
	8) Fun-facts
	9) Portfolio
	10) inner (Info)
	11) Team / Skills
	12) Services
	13) Testimonials
	14) Partners
	15) Contact
	16) Footer
	17) Back-to-top
	18) Responsive
*/
@font-face {font-family: "MuseoSansW01-100";
    src: url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.eot"); /* IE9*/
    src: url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.woff2") format("woff2"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.woff") format("woff"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("http://db.onlinewebfonts.com/t/272715a0670500b7e64828c113fb6dbc.svg#MuseoSansW01-100") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: opensans-bold-webfont;
    src: url(opensans-bold-webfont.woff);
}

/* 1 Reset
----------------------------------------------------------------------------- */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #535353;
}
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
iframe {
    border: none;
    width:100%;
}
a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover,a:focus,a:active {
    text-decoration: none;
    color: #fff;
}
p {
    color: #000;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p {
    font-family: 'Source Sans Pro', sans-serif;
}
textarea {
    max-width: 100%;
    resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.btn {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:focus,.btn:active {
    outline: none;
    color: #ffffff;
}
.btn-custom{
 
	padding: 0.8em 1.8em;
	color: #333333;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	    width: 100%;
}
.btn-custom:hover,.btn-custom:focus{
    color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover,.btn-custom-outline:focus{
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a{
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
  
}
/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}
.slog {
	font-size: 16px;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto; 
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999;
}
.loader {
    width:200px;
    height:200px;
    font-size: 24px;
    text-align: center;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(../img/preloader.gif); 
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; 
}

/* 5 Navigation
----------------------------------------------------------------------------- */



.navbar-custom {
	background-color: transparent;
	margin-bottom: 0px;
	width: 100px;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
 
}

 
.navbar-custom .navbar-brand {
	font-size: 22px;
	text-transform: uppercase;
	color: #666;
	font-weight: 800;
	letter-spacing: 0.15em;
	margin: 15px 0 0;
	font-family: 'Roboto Slab', serif;
}
.navbar-custom .navbar-brand:hover {
	color: #888;
}
.navbar-custom .nav {
	padding: 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}

/* 6 Home
----------------------------------------------------------------------------- */
.main-home {
	height: 100vh;
	padding: 60px 0;
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #000;
	min-height: 400px;
	    text-align: center;
}
.home__header-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	    text-align: center;
}
.home___header-content {
 
	position: absolute;
	top: 30px; 
	right: 30px;
	    text-align: center;
}

.sub_title{	font-size: 13px;}
.home-bg{
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	opacity: 0.50;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/img-2.jpg) no-repeat center;
}
.intro-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 48px; 
	letter-spacing: 0.02em;
	margin: 0px 0px 20px 0px;
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 20px;
}
.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p{
	color: #9aa7af;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about ul li {
	margin: 5px 0px
}
.advanced-about ul li i {
	margin-right: 10px;
}

/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts{
	margin: 20px 0px;
}
.facts i{
	font-size: 36px;
}
.facts h1 {
	font-family: 'Roboto Slab', serif;
}

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.work-desc{
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    position: relative;
}
.work-desc h3{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
/* 10 inner (Info)
----------------------------------------------------------------------------- */
 
#inner-section_17 {background: url(../img/stabridge_web.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_16 {background: url(../img/mado.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_15 {background: url(../img/the_town_hotel.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_14 {background: url(../img/club_quarters.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_13 {background: url(../img/marina.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_12 {background: url(../img/edarat.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_11 {background: url(../img/kingsgate.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_10 {background: url(../img/millennium_central_doha.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_9 {background: url(../img/millennium.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_8 {background: url(../img/mowbray.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_7 {background: url(../img/presidential.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_6 {background: url(../img/edward.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_1 {background: url(../img/marriott.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_01 {background: url(../img/westin.jpg) center; background-repeat: no-repeat ;background-position:center center; background-size:cover;}
#inner-section_2 { background: url(../img/orange.jpg) center;   background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_3 { background: url(../img/edward_1.png) center;   background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_4 { background: url(../img/presidential_2.png) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_5 { background: url(../img/mowbray_3.png) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}

#inner-section_18 { background: url(../img/saasna.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_19 { background: url(../img/cacao70.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_20 { background: url(../img/sumosan.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_21 { background: url(../img/santanata.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}

#inner-section_22 { background: url(../img/emsherif_cafe.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_23 { background: url(../img/emsherif_sea_cafe.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}
#inner-section_24 { background: url(../img/fiko.jpg) center; background-repeat: no-repeat ;background-position:center center;background-size:cover;}



#poland { 	background: url(../img/img-4.jpg) center;     height: 725px;}
#germany { 	background: url(../img/img-1.jpg) center;     height: 725px;}
#london { 	background: url(../img/img-3.jpg) center;     min-height: 725px;}
#qatar { 	background: url(../img/img-2.jpg) center;     min-height: 725px;}
#turkey { 	background: url(../img/img-6.jpg) center;     min-height: 725px;}
#usa { 	background: url(../img/img-5.jpg) center;     min-height: 725px;}
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}
.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4,.skill h4 {
	font-family: 'Roboto Slab', serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
	}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: 'Roboto Slab', serif;
}
.service-item .service-detail p {
	color: #9aa7af;
}

/* 13 Testimonials
----------------------------------------------------------------------------- */
#news {
	background-color:#00a8d7;
	min-height: 490px;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide img {
border: 1px solid #ffffff;
 
    vertical-align: middle;
}
.testi-slide h5 {
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto Slab', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto Slab', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control{
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
/* 16 Footer
----------------------------------------------------------------------------- */
.footer {
	background: #383838;
}
.footer p{
	margin-bottom: 0px;
	padding:20px 0px;
	font-family: 'Roboto Slab', serif;
}


/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.navbar-custom .navbar-brand {
		padding: 13px 15px 20px 15px;
		margin-top: 17px;
		height: auto;
	}
	.navbar-custom .navbar-toggle {
		margin: 23px 15px 23px 0px;
	}
	.intro-title,.intermediate-container .heading h2{
		font-size: 30px;
	}
	#home {
		padding: 200px 0px 120px;
	}
	.features-box .col-sm-4{
		text-align: center !important;
	}
	.advanced-about .col-sm-6:first-of-type,.skill{
		margin-bottom: 30px;
	}
	.facts {
		margin-bottom: 50px;
	}
	.hide_respo{    display: none;}
}


.a-btn{


  height: 40px;
  margin-bottom: 5px;
}

.a-side-btn{


}

.a-main-btn{
  margin-bottom: 20px;
}

.aside{    left: 0;
    z-index: 2147483647;  
	background-color: #272727;
    height: 100%;
	 
  position: fixed;
  
}
 .no_padding{padding-left:0px !important;padding-right:0px !important;}
 .background_menu_1{background-color:#272727;font-size:11px !important;}
 .background_menu_2{}
 .no_padding_top{padding-top:0 !important;padding-bottom:0 !important;}
  .no_padding_left_right{padding-right:0px !important;padding-left:0px !important;}
 .element_blue{  color: #1dc6df !important;}
 .keep_bottom {position:absolute !important;bottom:0px;}
 
 

.thumbnail img{
border: 1px solid white;
 
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
 
visibility: hidden;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
width:290px;
 
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible !important;
margin-top: -168px !important;
margin-left: -170px !important; /*position where enlarged image should offset horizontally */
z-index: 50 !important;
}
 .title_pic{    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;}
 .sub_title_pic{    color: #ffffff;     font-size: 18px;     font-weight: 400;  	      text-transform: uppercase;}
 .sub_title_pic_right{    color: #ffffff;     font-size: 18px;     font-weight: 400;    text-transform: uppercase;   padding-bottom: 20px;     text-align: left;}
 .sub_title_pic_left {text-transform: uppercase; padding-bottom: 20px;  }
	.space_up_down{padding-bottom:50px;padding-top:50px;    margin-top: 18%;}
	.space_up_down_double{padding-bottom:100px;padding-top:100px;    padding-left: 30px;}
	.logo_left{ padding-bottom:20px;}
	.logo_right{    text-align: left; padding-bottom:30px;}
	.logo_left_text{color:#fff;  text-align: justify; font-family: "Source Sans Pro",sans-serif !important;}
	.logo_right_text{color:#fff;   text-align: justify; font-family: "Source Sans Pro",sans-serif !important;}
	
	.height-4 {height: calc(100vw / 12 * 6);}
	.grids {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
}

 
.margin_menu {    margin-left: 100px;}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
 
 
 
 
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0085aa;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
ul.topnav li a:hover {background-color: #535353;}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


 




.pad_img{padding-left: 5px;padding-top: 5px;}

.pad_sub_menu {    margin-left: 5px;}


.weather{float:right;top:0px;}
.pad_down{padding-bottom:30%;}






.small_logo {height:100px;background: rgba(0, 0, 0, 0) url("../img/logo_1.jpg") ;background-position: left center;background-repeat:no-repeat;  transition: all 3s; }

.small_logo:hover {width:319px;height:100px; } 





.small_logo_1 {  }

.small_logo_1:hover {     height: 150px; background: rgba(0, 0, 0, 0) url("../img/london.jpg") ;background-position: center center;background-repeat:no-repeat;} 

 
 
  .gallerycontainer  a img { visibility:hidden;     -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;}
 .gallerycontainer a:hover img { visibility:visible;top:0px !important; } 
.height_hide_show{bottom:10px;height:250px;} 

.space_text{    padding-top: 5px !important;}
.space_text_1{  padding-top: 0px !important;}

.anti_nav{ 
    float: none !important;
 
}
.btn_broder{    border-right: 1px outset black;}

.btn-custom-outline-1 {
    background-color: Black;
    
    border-radius: 3px;
    color: #fff !important;
    font-weight: 700;
    padding: 0.8em 6.8em;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}


 