﻿
/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: Euphemia;
    line-height: 21px;
	font-size: 14px;
    color: #737373;

}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #fff;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: #222;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}
 
.clear:after {
   clear: both;
}
 
.clear {
   *zoom: 1;
}

span.color {
	color: #0feb9e;
}

body > section,
.footer {
	padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
  color: #84690b;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
	margin: 35px 0 45px;
	padding-left: 10px;
	padding-right: 10px;
	color: #062033;
}

.sec-sub-title p {
	
	line-height: 24px;
	font-size: 14px;
	color: #5a5a5a;
}

.devider {
  margin-top: 10px;
 
}

.devider i {
  color: #cccccc;
  font-size: 15px;
  
}

.devider:before,
.devider:after {
  content: "_________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
	margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}






/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(0, 0, 4, 0.2);
  border: 0 none;
  margin: 0;

  
    -webkit-transition: background-color 800ms linear;
       -moz-transition: background-color 800ms linear;
	    -ms-transition: background-color 800ms linear;
         -o-transition: background-color 800ms linear;
			transition: background-color 800ms linear;
}

.navbar-toggle i {
	color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
	border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
	background-color: transparent;
	
	color: #fff;
}




/*=========================================
	Slider
==========================================*/

#slider {
	padding: 0; height: 700px;
}



.d-flex2{display:-ms-flexbox!important;display:flex!important}


#slider .carousel-inner .item {
 
 
  
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.carousel-caption {
  top: 50%;
}

.carousel-caption h2 {
  font-size: 42px;
  font-weight: 300;
  text-transform: uppercase;
  color: #84690b;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
 
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
color: #84690b;
content: "___";
position: relative;
top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}



.bg-overlay1::before {
  content: "";
  position: absolute;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
background-color: #000;

  opacity: 0.5;
}






.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
  background-color: #84690b;
  border: #84690b;
 
}








@-webkit-keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes textsonar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scaleX(1.15);
    transform: scaleX(1.15); }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.item {
  -webkit-animation: slide 12s linear infinite;
  animation: slide 12s linear infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }










/*=========================================
	Banner
==========================================*/


.sec-banner {position:relative;  text-align: center; padding-top: 50px; padding-bottom: 50px;}
.bg0 {background-color: #fff;}

#advertisement img {
  width: 90%;
   border: 1px #f1f1f1 solid;
}

/*=========================================
	Features
==========================================*/

.features {
  background-color: #191919;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #C7CED3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #84690b;
  border: 0;
}

.service-icon {
  
  border-radius: 50%;
  color: #84690b;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}





/*=========================================
	About
==========================================*/



.abt {
  background-color: #f8f8f8;
}




.tab-content {
			padding: 15px;
			padding-top: 0px; 
			padding-left: 0px; 
			padding-bottom: 30px;
			border-top: none;
			}

.nav-tabs	{
			border: none;
			
	 
			}
.nav-tabs > li {
				margin-bottom: -1px;
		 font-weight: 700;	
		 	
	
		 
	
			}
			
.nav-tabs ul li a {

    
}

			
			
.nav-tabs > li > a {
			
			margin-right: 3px;
		color: #062033;
		
		 border-radius: 6px;

  padding: 5px 17px; 
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		  
   			}
.nav-tabs > li > a .fa {
			margin-right: 10px; 

			}
.nav-tabs > li.active > a{
		 background-color:  #84690b; 
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px; 
			}
			
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
			color: #fff;
			background-color:  #84690b;

		
			}
			
			
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
			color: #fff;
			background-color:   #84690b;	
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	
			}
.nav-tabs > li > a i {
		
			margin-right: 20px;
			vertical-align: middle;
			}
.tab-content p {
		    
		    
		     color: #737373;
		     padding-bottom: 15PX;
		     
			}
			
.tab-content p2 {
		    
		    
		     color: #737373;
		     padding-bottom: 15PX;
		     text-align: center;
		      
			}

.mbr-header h3{
color: #062033;	


  font-size: 20px;
  font-weight: 600;


}



@media (max-width: 768px) {




.mbr-figure iframe,
.mbr-figure__img,
.mbr-figure__map {
  max-width: 100%;
  text-align: center;
}



}


@media (max-width: 980px) {

.mbr-figure iframe,
.mbr-figure__img,
.mbr-figure__map {
  max-width: 100%;
  text-align: center;


}





}











.col-12{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}

.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}


.mb-30 {
  margin-bottom: 30px !important; }

.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}

.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}




.col-12202 {position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.col-12202 {-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}

.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.d-flex3{display:-ms-flexbox!important;display:flex!important}



/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 0px;
  padding-bottom: 0px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }


/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  text-align: center; }
  .section-heading h2 {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #c5afd9; }
  .section-heading.dark h2 {
    color: #262626; }
  .section-heading.dark h6 {
    color: #c1c1c1; }










/* :: 10.0 Songs Area CSS */
.single-song-area {
  position: relative;
  z-index: 1; 
  
  
}
  .single-song-area .song-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    width: 135px;
    margin-right: 50px; }
    .single-song-area .song-thumbnail img {
      width: 100%; }
      
 .single-song-area .song-play-area .song-name p2 {

   margin-bottom: 5px;  }
     
      
    @media only screen and (max-width: 575px) {
      .single-song-area .song-thumbnail {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;  } }
  .single-song-area .song-play-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 185px);
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
    width: calc(100% - 185px);
    background-color: #fff;
    padding: 15px 30px 20px; }
    @media only screen and (max-width: 575px) {
      .single-song-area .song-play-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;  } }
    .single-song-area .song-play-area .song-name p {

      padding-bottom: 15px; }
    .single-song-area .song-play-area .audioplayer {
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      align-items: center;
      border: none;
      border-radius: 0;
      background: transparent; }
    .single-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
    .single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
    .single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
      background: #fff; }
    .single-song-area .song-play-area .audioplayer-time {

      color: #84690b; }

.song-play-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding: 15px 30px 20px;
  }
  .song-play-area .song-name p {
    color: #b8b8b8;
    margin-bottom: 5px; }
  .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent; }
  .song-play-area .audioplayer-playing .audioplayer-playpause,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
  .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #fff; }
  .song-play-area .audioplayer-time {

    color: #84690b; }













/* :: 8.0 Upcoming Shows Area CSS */
.upcoming-shows-area {
  position: relative;
  z-index: 1;
  background-color: transparent;
  overflow:hidden; }

.single-upcoming-shows {
  position: relative;
  z-index: 1;
  border-bottom: 1px dotted #C8C8C8;
  padding: 30px 0; }
  .single-upcoming-shows:first-child {
    padding-top: 0; }
  .single-upcoming-shows:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .single-upcoming-shows .shows-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-shows .shows-date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .single-upcoming-shows .shows-date h2 {
      font-size: 48px;
      color: #737373;
      text-align: center;
      margin-bottom: 0;
      line-height: 1; }
      .single-upcoming-shows .shows-date h2 span {
        font-size: 16px;
         color: #737373;
        font-weight: 500;
        display: block;
        line-height: 1.3; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-upcoming-shows .shows-date h2 {
          font-size: 36px; } }
  .single-upcoming-shows .shows-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-shows .shows-desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px; } }
    .single-upcoming-shows .shows-desc .shows-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
      flex: 0 0 84px;
      max-width: 84px;
      width: 84px;
      margin-right: 35px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-upcoming-shows .shows-desc .shows-img {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
          flex: 0 0 60px;
          max-width: 60px;
          width: 60px; } }
    .single-upcoming-shows .shows-desc .shows-name h6 {
      font-weight: bold;
       color: #737373;
      text-transform: uppercase;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-upcoming-shows .shows-desc .shows-name h6 {
          font-size: 14px; } }
    .single-upcoming-shows .shows-desc .shows-name p3 {
      margin-bottom: 0;
       color: #737373;}
  .single-upcoming-shows .shows-location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-shows .shows-location {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 30px;
        text-align: center; } }
    .single-upcoming-shows .shows-location p3 {
      margin-bottom: 0;
       color: #737373; }
  .single-upcoming-shows .shows-time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    width: 10%; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-shows .shows-time {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        margin-bottom: 30px;
        text-align: center; } }
    .single-upcoming-shows .shows-time p3 {
      margin-bottom: 0;
       color: #737373;}
  .single-upcoming-shows .buy-tickets {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .single-upcoming-shows .buy-tickets {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-upcoming-shows .buy-tickets p3 {
      margin-bottom: 0;
       color: #737373; }
    .single-upcoming-shows .buy-tickets a {
      display: block;  color: #fff; }
   







.musica-btn {
  background: #ad890a;
  background: -webkit-linear-gradient(to right, #ad890a, #695409);
  background: linear-gradient(to right, #ad890a, #695409);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 133px;
  height: 42px;
  color: #ffffff;
  border: none;
  border-radius: 0;
    padding: 10px;
  
  text-transform: uppercase; }
  .musica-btn:hover, .musica-btn:focus {
   
  
cursor: not-allowed;
    color: #ffffff; }





@media (max-width: 980px) {

.musica-btn {
  background: #ad890a;
  background: -webkit-linear-gradient(to right, #ad890a, #695409);
  background: linear-gradient(to right, #ad890a, #695409);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
   min-width: 133px;
    right: 20px;
  
  height: 42px;
  color: #ffffff;
  border: none;
  border-radius: 0;
 
  padding: 10px;
  text-transform: uppercase; }
  
  
  
      .single-upcoming-shows .shows-desc .shows-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
      flex: 0 0 84px;
      max-width: 84px;
      width: 84px;
      margin-right: 45px; }

  
  
  
}






@media (max-width: 767px) {

.musica-btn {
  background: #ad890a;
  background: -webkit-linear-gradient(to right, #ad890a, #695409);
  background: linear-gradient(to right, #ad890a, #695409);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
   min-width: 133px;
    right: 0px;
  
  height: 42px;
  color: #ffffff;
  border: none;
  border-radius: 0;
 
  padding: 10px;
  text-transform: uppercase; }


}



/*=========================================
	Video
==========================================*/



#video {
	background-image: url("../img/parallax/vid-bg.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
min-height:215px;

}


.single-album-area.portfolio-view {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	font-size: 18px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #84690b;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.single-album-area :hover .portfolio-view {
	opacity: 0.8;
	top : 0;
	height: 20%;
}


.single-album-area {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px; }
  .single-album-area .album-thumb {
    position: relative;
    z-index: 1; }
    .single-album-area .album-thumb  p {
      position: absolute;
      top: 15px;
      left: 15px;
      background-color: #fff;
      margin-bottom: 0;
      line-height: 1;
      padding: 5px 15px;
      border-radius: 15px;
      z-index: 20; }



    .single-album-area .album-thumb .play-icon a {
      color: #fff;
      font-size: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      line-height: 1;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }






/* ----------------
		Portfolio page
	---------------------*/

.portfolio-page-section {
	padding-top: 130px;
}

.portfolio-page-section .portfolio-gallery:after {
	display: none;
}

.portfolio-filter {
	margin-bottom: 135px;
}

.portfolio-filter li {
	display: inline-block;
	font-size: 24px;
	color: #081624;
	border-bottom: 2px solid;
	border-bottom-color: transparent;
	padding: 0 16px;
	margin-right: 60px;
	cursor: pointer;
}

.portfolio-filter li.active {
	border-bottom-color: #081624;
}


/*------------------
	 Portfolio section
 ---------------------*/

.portfolio-gallery:before,
.portfolio-gallery:after {
	position: absolute;
	content: "";
	left: 0;
	top: -68px;
	width: 459px;
	height: 590px;
	background-image: url("../img/portfolio-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

.portfolio-gallery:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -93px;
}

.portfolio-gallery.items-filtering:after {
	display: none;
}

.portfolio-item {
	width: 20%;
	float: left;
	position: relative;
}

.portfolio-item.--big {
	width: 40%;
}

.portfolio-item.--big.--wide {
	width: 60%;
}

.portfolio-item .portfolio-view {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
	font-size: 18px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #84690b;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.portfolio-item:hover .portfolio-view {
	opacity: 0.8;
	top : 0;
	height: 20%;
}
.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}






@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.portfolio-gallery:before,
	.portfolio-gallery:after {
		top: -30px;
		width: 259px;
		height: 390px;
	}
	.portfolio-gallery:after {
		top: auto;
		left: auto;
		right: 0;
		bottom: -35px;
	}



}




@media only screen and (min-width: 768px) and (max-width: 991px) {


.portfolio-filter li {
		margin-right: 25px;
	}
	.portfolio-gallery:before,
	.portfolio-gallery:after {
		display: none;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.--big,
	.portfolio-item.--big.--wide {
		width: 100%;
	}
	.portfolio-item.--disable {
		display: none;
	}




}




@media only screen and (max-width: 767px) {


.portfolio-filter li {
		margin-right: 25px;
		margin-bottom: 20px;
	}
	.portfolio-gallery:before,
	.portfolio-gallery:after {
		display: none;
	}
	.portfolio-item {
		width: 50%;
	}
	.portfolio-item.--big,
	.portfolio-item.--big.--wide {
		width: 100%;
	}
	.portfolio-item.--disable {
		display: none;
	}







}






/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #4654b1;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}



.project-wrapper {
	width: 95%; 
	padding-left: 60px;
	padding-right: 60px;
}

@media (max-width: 980px) {

.project-wrapper {
	width: 95%; 

	padding-left: 60px;
		padding-right: 60px;
}

.mix {
  
 margin-right: 80px;
 left: 100px;
  
}


.work-item > img {
  display: block;
  height: 100%;
  width: 100%;

}

.contact-address {
	padding-bottom : 20px;
}


}


@media (max-width: 768px) {

.project-wrapper {
	width: 95%; 
	padding-left: 60px;
}

.mix {
  
     left: 0;
margin-right: 0px;
}


.work-item > img {
  display: block;
  height: 100%;
  width: 100%;

}

.contact-address {
	padding-bottom : 0px;
}




}







.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;  padding: 2px;
    padding-bottom:20px;
 

}

.itemtext {
	
	 text-align: center;
	  font-weight:bold;

}


.itemsize {
	
	 text-align: center;
	 

}

.itemcolor {
	
	 text-align: center;

}

.clrborder {
	
 border: 2px #84690b solid;
 display: inline-block;
	
	
	  margin-right: 2px;
	
	  

	 height: 12px;
	 width: 12px;
	


}






.itemtext h4 {
	 padding-top:20px;
	 padding-bottom: 5px;
	
  
    font-size: 14px;

}


.work-item > img {
  display: block;
  height: 100%;
  width: 100%;

}


.overlay {
	background-color: #4654b1;
	text-align: center;
	position: absolute;
	left: 120px;
	top: 100px;
	width: 20%;
	height: 15%;
	color: #fff;
	 
	 
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);
			
}

.work-item:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}



























/*=========================================
	Subscribe
==========================================*/



.subscription-form input {
  height: 45px;

 
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
   background-color: #f8f8f8;

}
.btn-main {

   height: 45px;
    width: 100px;
    background-color: #84690b;
    color: #fff;
     padding: 5px;
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;


}








/*=========================================
	Capacity
==========================================*/

#facts {
	background-image: url("../img/parallax/city.jpg");
	background-color: rgba(6,32,51,.8);
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	min-height:215px;
}

.facts .devider:before,
.facts .devider:after {
	color: #737C85;
}

.facts .devider i {
	color: #fff;
}

.parallax-overlay {
	background-color:#000;
	opacity :0.8;
	padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item  i {
  border: 1px solid #737C85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 5px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item .perc {
	    display: block ;	   
	   
	  
	     font-size: 25px;
	     margin-left: 80px;
	     margin-top: -35px;

	     color: #4654b1;
	  
	  
	 
	   
	 
	
}
.counters-item strong {
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
  
}










/* Circle progress */

.circle-progress {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}



@media (max-width: 980px) {


.circle-progress {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 60px;
	 left: 100px;
}


}


@media (max-width: 768px) {


.circle-progress {
	text-align: center;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	 left: 0px;
}


}



.circle-progress canvas {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.circle-progress .progress-info {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -26px;
}

.circle-progress .progress-info h2 {
	line-height: 1;
	font-weight: 700;
}

.circle-progress .progress-info p {
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
	font-size: 14px;
}

.cp-item {
	text-align: center;
}

/* milestone */

.milestone i {
	font-size: 72px;
	float: left;
	width: 91px;
	color: #dededf;
}

.milestone .milestone-text {
	overflow: hidden;
	padding-top: 5px;
}

.milestone .milestone-text h2 {
	font-size: 60px;
	color: #081624;
}

.milestone .milestone-text p {
	color: #081624;
}










/*=========================================
	Social Media
==========================================*/



.fs-18 {font-size: 20px;  }
.cl7 {color: #fff;  }
.hov-cl1:hover {color: #84690b;}
.m-r-16 {margin-right: 10px;}






/*=========================================
	Contact Us
==========================================*/

.contact {
	
	background-color: #191919;
		padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-top: 2px #84690b solid; 

}


.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  
  font-size: 14px;
  	    color: #737373;
	

}





@media (max-width: 1199px) {
.col-lg-8 {
	width: 100%;
}

}

.contact-form { }


.contact-form .input-group {
  width: 100%;
   
  
}

.contact-form .form-control {

  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
  color: #737373;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
      

}

.contact-form .input-field:last-child {
  margin-right: 0;
  
}

.contact-form .form-control.error {
border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background-color: #84690b; 
  border: 0 none;

 
   height: 45px;
    width: 100px;

    color: #fff;
     padding: 5px;
    
  

 border-radius:4px;
 padding:6px 12px;
}

.contact-form #form-submit :hover { 
	color:#222;

}








.col-lg-3 {
	padding-right: 45px;
}


.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}




.copyright {
  color: #fff;
  margin-top: 50px;
  padding-bottom: 40px;


}

#back-top {
  bottom: 0px;
  position: fixed;
  right: 25px;
  z-index: 9;
  background-color:#84690b;
  padding: 0.4em;
  opacity :0.5; color: #fff;
}


#back-top :hover {
	
 

}






/* :: 3.5.0 Preloader */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #84690b;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }


.d-flex22{display:-ms-flexbox!important;display:flex!important}
.align-items-center{-ms-flex-align:center!important;align-items:center!important}
.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}








