<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);

/* :: 1.0 Reboot CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
 
h10{
  font-family: "Oswald", sans-serif;
  color: #191919;
  line-height: 1.4;
  font-weight: 500; }

a,
a:active,
a:focus,
a:hover {
  font-family: "Open Sans", sans-serif;
  color: #191919;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-size: 16px;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1.5;
  color: white;
  font-size: 16px;
  font-weight: 400; }
ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-img {

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax &gt; .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }


/* :: 3.0 Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: rgba(6, 6, 0, 0.7);
  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; }
  #preloader span {
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    display: block;
    text-transform: capitalize; }

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: WHITE;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-bounce {
  0%,
    100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }


/* :: 3.0 Preloader CSS */


/* language button */




            /* Custom dropdown */
         
            .custom-sel img{
				 width: 20px;
            }


            .custom-sel img:hover {

        filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
            }

     .custom-sel img {
       filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
            }
.selected  img{
	opacity: 1;
	      filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0%); /* Chrome 19+ &amp; Safari 6+ */
}

/* end of lanuage button */

/* :: 4.0 Heading CSS */

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .section-heading h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white h2 {
    color: #ffffff; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
  position: absolute !important;
  bottom: 76px;
  font-size: 20px;
  line-height: 43px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: black;
  color: #ffffff;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  border-radius: 50%;
 
  z-index: 600000 !important; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 68px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    #scrollUp {
      bottom: 73px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #scrollUp {
      bottom: 76px; } }
  #scrollUp:focus, #scrollUp:hover {
    background-color:#8C8C8C;
    color: #ffffff; }

/* :: 6.0 Buttons CSS */

.btn-header{

	background-color: white;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	  font-family: "Oswald", sans-serif;
}
.btn-header:hover{

	margin-top: 1rem;
	background-color:grey;
	color: white;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	  font-family: "Oswald", sans-serif;
}

.btn:focus {
  box-shadow: none; }

.razo-btn {
margin-left: 10%;
	  z-index: 1;
	margin-top: 2%;
  min-width: 105px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  text-align: center;

  background-color: black;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .razo-btn:focus, .razo-btn:hover {
    font-weight: 600;
    font-size: 14px;
    background-color: #191919;
    color: #ffffff; }
  .razo-btn.btn-2 {
    background-color: #ffffff;
    color: black; }
    .razo-btn.btn-2:focus, .razo-btn.btn-2:hover {
      background-color: black;
      color: #ffffff; }
  .razo-btn.btn-sm {
    border: 1px solid black;
    height: 33px;
    min-width: 160px;
    color: #dc2878;
    font-size: 14px;
    font-weight: 600;
    line-height: 31px;
    background-color: #ffffff; }
    .razo-btn.btn-sm:hover, .razo-btn.btn-sm:focus {
      background-color: #dc2878;
      color: #ffffff; }

.show-all-btn {
  display: inline-block;
  padding: 0;
  color: #a6a6a6;
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .show-all-btn {
      font-size: 14px; } }
  .show-all-btn:hover, .show-all-btn:focus {
    color: #ffffff; }

/* :: 7.0 Header CSS */
.header-area {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: black; }
  .header-area .social-share-icon,
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .social-share-icon,
      .header-area .search-icon {
        color: #191919;
        margin-left: 15px;
        margin-top: 15px;
        width: 30px; } }
    @media only screen and (max-width: 767px) {
      .header-area .social-share-icon,
      .header-area .search-icon {
        color: #191919;
        margin-left: 15px;
        margin-top: 15px;
        width: 30px; } }
    .header-area .social-share-icon:focus, .header-area .social-share-icon:hover,
    .header-area .search-icon:focus,
    .header-area .search-icon:hover {
      color: grey; }
  .header-area .social-share-icon {
    margin-left: 60px; }
    .header-area .social-share-icon.active {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .social-share-icon.active {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); } }
      @media only screen and (max-width: 767px) {
        .header-area .social-share-icon.active {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg); } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .header-area .social-share-icon {
        margin-left: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .social-share-icon {
        margin-left: 15px;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .header-area .social-share-icon {
        margin-left: 15px;
        margin-top: 15px; } }

.classy-nav-container {
  background-color: transparent; 
  padding: 0; }
  .classy-nav-container .classy-navbar {
	  color: black;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 90px;
    padding: 0; }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        max-width: 90px;
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-size: 14px;
      text-transform: uppercase;
      background-color: transparent;
      color: #ffffff;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          color: black; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          color: black; } }
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: #8C8C8C;
        font-weight: 600; }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
      font-size: 13px;
      text-transform: capitalize;
	
      height: 42px;
      line-height:0px;
      padding: 0 14px;
      color: transparent;
      font-weight: 600; }
      .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
        color: transparent;
        font-weight: 600;
        padding-left: 13px; 
     
      }


.classynav ul li.has-down &gt; a::after,
.classynav ul li.has-down.active &gt; a::after,
.classynav ul li.megamenu-item &gt; a::after {
  color: #8C8C8C; }

.breakpoint-off .classynav ul li .dropdown,
.breakpoint-off .classynav ul li .megamenu {
  width: 150px;


  background-color: transparent; }

.breakpoint-off .classynav ul li .megamenu {
  width: 100%; }

.razo-social-share-area {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -300px;
  z-index: 6500;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms; }
  .razo-social-share-area.active {
    right: 30px; }
  .razo-social-share-area a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
    background-color: #e7f2fd;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    text-align: center; }
    .razo-social-share-area a:last-child {
      margin-bottom: 0; }
    .razo-social-share-area a.facebook {
      background-color: #4c60ac; }
    .razo-social-share-area a.twitter {
      background-color: #00bae3; }
    .razo-social-share-area a.pinterest {
      background-color: #d91a18; }
    .razo-social-share-area a.instagram {
      background-color: #0085d7; }
    .razo-social-share-area a.youtube {
      background-color: #e20000; }
    .razo-social-share-area a.ss-close-btn {
      background-color: #191919; }
    @media only screen and (max-width: 767px) {
      .razo-social-share-area a {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
    .razo-social-share-area a:hover, .razo-social-share-area a:focus {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
      background-color: grey; }


.main-header-area.sticky {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  top: 0;
  width: 100%;
  position: fixed;
  background-color: black;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-bottom: none;
  left: 0;
  z-index: 650; }
  .main-header-area.sticky .classy-navbar {
    height: 60px; }



/* Slide In, Slide Off */
.sliding-u-l-r-l-1 {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.sliding-u-l-r-l-1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.sliding-u-l-r-l-1:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 8px;
    width: 0;
    background: #3366FF;
    transition: width .5s ease;
}
.sliding-u-l-r-l-1:hover:before {
    width: 100%;
    background: #3366FF;
    transition: width .5s ease;
}
.sliding-u-l-r-l-1:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* Left to Right */
.sliding-u-l-r-1 {
  display: inline-block;
	position: relative;
  text-decoration: none;
}
.sliding-u-l-r-1:after {
  content: '';
  position: absolute;
  margin-bottom: -5px;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 3px dotted white;
  transition: 0.4s;
}
.sliding-u-l-r-1:hover:after {
  width: 100%;
}





.sliding-u-l-r-l {
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}
.sliding-u-l-r-l:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 0;
    transition: width 0s ease, background .5s ease;
}
.sliding-u-l-r-l:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 8px;
    width: 0;
    background: #3366FF;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:before {
    width: 100%;
    background: #3366FF;
    transition: width .5s ease;
}
.sliding-u-l-r-l:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}

/* Left to Right */
.sliding-u-l-r {
  display: inline-block;
	position: relative;
  text-decoration: none;
}
.sliding-u-l-r:after {
  content: '';
  position: absolute;
  margin-bottom: -4px;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 3px dotted black;
  transition: 0.4s;
}
.sliding-u-l-r:hover:after {
  width: 100%;
}



/* video */
.video{
	margin: 0;
	padding: 0;
background-color: black;

	
}
.v-wrapper{

	width: 100%;
	
}
video{
	width: 100%;

}

/* end of video */



/* band */
.col-lg-6{
	
	padding-right: 0;
	margin-right: 0;
}
.row{
	margin: 0;
	padding: 0;
	width: 100%;
}

.band{

margin-top:-0.9rem;
	

	
	background-color: black;
}
.band img{
	margin-top:0%;
	margin-right: 1.6rem;
	padding-right: 0;
	padding-left: 0;
	margin-left: -3rem;
	height: 100%;
overflow: hidden;
	object-fit: cover;


}
.band img:hover{
	margin-top:0%;	
overflow: hidden;
opacity: 0.9;
}


.band h1{
	color: white;
	font-size: 32px;
	margin-bottom: 2rem;
	margin-left: 5rem;
	margin-top: 5rem;
}
.band p{

	margin-right: 5rem;
	margin-left: 5rem;
margin-bottom: 5rem;

}

/* end of band */

/* band poze */



 .accordion {
	 width: 100%;
 height: 650px;
	 overflow: hidden;
	 margin: 0px auto;
}
 .accordion ul {
	 width: 100%;
	 display: table;
	 table-layout: fixed;
	 margin: 0;
	 padding: 0;
}
 .accordion ul li {
	 display: table-cell;
	 vertical-align: bottom;
	 position: relative;
	 width: 14.286%;
	 height: 650px;
	 background-repeat: no-repeat;
	 background-position: center center;
	 transition: all 500ms ease;
}
 .accordion ul li div {
	 display: block;
	 overflow: hidden;
	 height: 100%;
}
 .accordion ul li div a {
	 display: block;
	 height: 650px;
	
	 position: relative;
	 z-index: 3;

	 padding: 15px 20px;
	 box-sizing: border-box;
	 color: #fff;
	 text-decoration: none;
	 font-family: Open Sans, sans-serif;
	 transition: all 200ms ease;
}
 .accordion ul li div a * {
	 opacity: 0;
	 margin: 0;
	 width: 100%;
	 text-overflow: ellipsis;
	 position: relative;
	 z-index: 5;
	 white-space: nowrap;
	 overflow: hidden;
	 -webkit-transform: translateX(-20px);
	 transform: translateX(-20px);
	 -webkit-transition: all 400ms ease;
	 transition: all 400ms ease;
}
 .accordion ul li div a h1 {
font-family: "Oswald", sans-serif;
color: white;
font-size: 36px;
text-align: center;
text-transform: uppercase;

	 background-color: black;
	 margin-top: 570px;
	

}


 .accordion ul li:nth-child(1) {
	 background-image: url("img/band-img/lucre.jpg");
}
 .accordion ul li:nth-child(2) {
	 background-image: url("img/band-img/ati.jpg");
}
 .accordion ul li:nth-child(3) {
	 background-image: url("img/band-img/mada.jpg");
}
 .accordion ul li:nth-child(4) {
	 background-image: url("img/band-img/edina.jpg");
}
 .accordion ul li:nth-child(5) {
	 background-image: url("img/band-img/octa.jpg");
}
 .accordion ul li:nth-child(6) {
	 background-image: url("img/band-img/cristi.jpg");
}
		 .accordion ul li:nth-child(7) {
	 background-image: url("img/band-img/emy.jpg");
		
}
 .accordion ul:hover li, .accordion ul:focus-within li {
	 width: 8%;
}
 .accordion ul li:focus {
	 outline: none;
}
 .accordion ul:hover li:hover, .accordion ul li:focus, .accordion ul:focus-within li:focus {
	 width: 80%;
}

 .accordion ul:hover li:hover a *, .accordion ul li:focus a *, .accordion ul:focus-within li:focus a * {
	 
	 -webkit-transform: translateX(0);
	 transform: translateX(0);
}
 .accordion ul:hover li {
	 width: 8% !important;
}
 .accordion ul:hover li a * {
	
}
 .accordion ul:hover li:hover {
	 width: 30% !important;
}

 .accordion ul:hover li:hover a * {
	 opacity: 1 !important;
	 -webkit-transform: translateX(0);
	 transform: translateX(0);
}
  @media only screen and (min-width: 1920px) and (max-width: 3840px) {
	   .accordion ul:hover li:hover {
	 width: 15% !important;
}
	  
	}  
  @media only screen and (min-width: 720px) and (max-width: 1440px) {
	   .accordion ul:hover li:hover {
	 width: 76% !important;
}
	  
	}  

  @media only screen and (min-width: 244px) and (max-width: 720px) {
	  
	   .accordion ul li div a h1 {
font-family: "Oswald", sans-serif;
color: white;
font-size: 30px;
text-align: center;
text-transform: uppercase;

	 background-color: black;
	 margin-top: 580px;
	

}
 .accordion ul:hover li:hover {
	 width: 96% !important;
}
	  
	  }
/* end of band poze */

	

/* services */

.image-hover-text-bubble 
{
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 100%;
  text-align: center;
  background: rgba(218, 211, 211, 0.9);
  border: 1px solid #848484;

  margin: 0 auto;
  padding: 25% 8px 5px 8px;
  overflow: hidden;
  font-size: 17px;
  
  word-wrap: break-word;
}

.image-hover-text-title h2{
	font-size: 70px;
	margin-top: -15%;
}

.image{
	position: relative;
}

.image-hover-text 
{
		background-color: white;
  position: absolute;
  top: 0;
  width:100%;  
  height: 100%;
	padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s linear;
	
}
.image-hover-text:hover 
{	

  opacity: 0.7;
}


.tab p9{
	text-align: right;
	float: right;
	margin-top:0;
	padding-top: 0;
}

.razo-latest-news-area{
	margin-bottom: 0rem;
	padding-bottom: 6rem;
}
.services{
z-index:6;
	background-color: black;
text-align: center;
margin-bottom: 0;
	position: relative;

	

}
.services h1{
	color: white;
	margin-top: 10rem;

	text-align: center;
}

.services p{
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 16px;
}
.tab p{
	margin-left: 1.3rem;
	font-size: 12px;
}

* {
  box-sizing: border-box;
}

.row &gt; .column {
  padding: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
width: 10%;
  float: left;

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1900;
  padding-top: 10%;
  left: 0;
  top: 0;
width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);

}

/* Modal Content */
.modal-content {
  position: relative;
background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 0;
 width: 50%;
	z-index: 200;
  max-width: 1200px;  
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 0px;
right: 0px;
	padding-left: 10px;
	padding-right: 10px;
  font-size: 35px;
  font-weight: bold;
	background-color: white;
	opacity: 1;
transition: 0.3s all ease-in-out;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
		background-color: black;


}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next &amp; previous buttons */
.prev,
.next {
	background-color: white;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 1);
	color: white;
}

@media only screen and (min-width: 244px) and (max-width: 729px){
	
	.column {
width: 25%;
  float: left;

}
		  .modal {
  display: none;
  position: fixed;
  z-index: 1900;
  padding-top: 50%;
  left: 0;
  top: 0;
width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);

}
	.prev,
.next {
	background-color: white;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
	.close {
  color: black;
  position: absolute;
  top: 0px;
right: 0px;
padding-bottom: 0px;
font-size:25px;
  font-weight: bold;
	background-color: white;
	opacity: 1;
transition: 0.3s all ease-in-out;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
		background-color: black;
	color:white;


}
	  .modal-content {
  position: relative;
background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 0;
 width: 90%;
	z-index: 200;
  max-width: 1200px;  
}
}

  @media only screen and (min-width: 721px) and (max-width: 1199px) {
  .col-md-6{
	width: 100%;
	margin:0;
	padding: 0;
}

	
	  .services{
		  text-align: left;
	  }
	  
.prev,
.next {
	background-color: white;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 5px;
  transition: 0.5s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
	.close {
  color: black;
  position: absolute;
  top: 0px;
right: 0px;
padding-bottom: 5px;
font-size:15px;
  font-weight: bold;
	background-color: white;
	opacity: 1;
transition: 0.3s all ease-in-out;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
		background-color: black;
	color:white;


}
	  .modal-content {
  position: relative;
background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 0;
 width: 90%;
	z-index: 200;
  max-width: 1200px;  
}
	  .modal {
  display: none;
  position: fixed;
  z-index: 1900;
  padding-top: 30%;
  left: 0;
  top: 0;
width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);

}
} 
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

 img {
	width: 100%;
  margin-bottom: 0rem;
}


.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


 img:hover{
	transition: all 0.5s ease-in-out;

}


/* videos */


.featured-trending-video {
	  float: left;
	align-items: center;
	padding: 0 10 0 20;
	 margin-bottom: 30px; 
  z-index: 1;

  width: 100%;
  height: 300px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-trending-video {
    
		align-items: center;
	
} 

	  
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-trending-video {    

		align-items: center;
	

}

}
  @media only screen and (max-width: 767px) {
    .featured-trending-video {
		align-items: center;
       }
	  


}
  .featured-trending-video iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 5px; }



.videos{

	margin-top: 5rem;
	margin-bottom: 8rem;
	text-align: center;
	align-content: center;
	align-items: center;
}
.videos h1{
	text-transform: uppercase;
}


.button{
	align-content: center;
	align-items: center;
	text-align: center;
	margin-top:5rem;
}


.btn-video{

	background-color: black;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
color: white;
	  font-family: "Oswald", sans-serif;
}
.btn-video:hover{

	margin-top: 1rem;
	background-color:grey;
	color: black;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	  font-family: "Oswald", sans-serif;
}

/* social */

.facebook-feed{
	margin-top: 5rem;
	margin-bottom: 5rem;

}

.lightwidget-widget{
	background-color: white;
padding-left: 1rem;
text-align: left;
	padding-right: 1rem;

}
.social h1{
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5rem;
}

.social {
	text-align: center;
	
}
.facebook-feed{
	text-align: left;
}

/* testimonial */

.owl-carousel{
	margin-top: -30px;
}



.reviews{
	background-color: white;
	text-align: center;

	padding-top: 5rem;
	
}
	.testimonials{
		margin-top: 1rem;

	position: relative;
	padding-top: 5rem;
		padding-bottom: 5rem;
	}	
.testimonials:after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 30%;

	}


	.item-details{

		padding: 20px 10px;
		text-align: left;   }

		h5{
			margin: 0 0 15px;
			font-size: 18px;
			line-height: 20px;
		}
		
		.item-details p{
			font-family: "Open Sans", sans-serif, italic;
			   font-style: italic;
font-size: 12px;
	line-height: 17px !important;
	color: black;
	text-align: left;

}
	.item-details{
			text-transform: none;
		margin-left: 12rem;
		margin-top: 0px;
			font-size: 14px;	
		float:right;
		}
	


.owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  color: black;
	border: 1px solid black;
	text-align: center;
}
.owl-prev:hover {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  color: red;
	border: 1px solid red;
	text-align: center;
	transform: scale(1.2);
}
.owl-next:hover {
  width: 50px;
  height: 50px;
	line-height: 50px;
	border-radius: 50%;
  position: absolute;
  top: 30%;
	font-size: 20px;
  color: red;
	border: 1px solid red;
	text-align: center;transform: scale(1.2);
}

.owl-carousel .owl-prev {
  left: -50px;
}
.owl-carousel .owl-next {
  right: -50px;
}

.testimonials h5{
	text-align: left;
	padding-top: 3rem;
	font-size: 20px;
}

.reviews h1{
	text-transform: uppercase;
	
}

.img-testimonial {
	border-radius: 50%;
	margin-top: 20px;
	width: 100px;
	height: auto;
	float: left;
	position: absolute;

}

	  .item-details h1{
		  font-size: 14px;
	  }
.img-testimonial img{
	border-radius: 50%;
	width: 100px;
	height: auto;float: left;
position: absolute;
}
  @media only screen and (max-width: 767px) {
    .testimonials {
		width: 100%;
		align-items: center;
       }
	  
.owl-carousel .owl-prev {
  left: -20px;
}
.owl-carousel .owl-next {
  right: -20px;
}
	  
	  .owl-carousel .owl-next,
	  .owl-carousel .owl-prev {margin-top: 30%;
	background-color: black;
  width: 30px;
  height: 30px;
	line-height: 25px;
	border-radius: 50%;
  position: absolute;
  top: 27%;
	font-size: 20px;
  color: #fff;
	border: 1px solid #ddd;
	text-align: center;
}

}
  @media only screen and (min-width: 200px) and (max-width: 767px) {
	  
	  .services p{
		  font-size: 16px;
		  text-align: left;
		  padding-left: 0rem;
		  padding-right: 0rem;
		  line-height: 24px;
	  }
	  .tab p{
		  font-size: 12px;
		  text-align: left;
		  padding-left: 0rem;
		  padding-right: 0rem;
	  }
	  
	  		h5{
				text-align: center;
				margin-bottom: 20px;
			font-size: 14px;
	padding-left: 30%;
				display: block;
		}
	  .item-details h1{
		  font-size: 14px;
	  }
		.item-details p{
			padding: 0;
			margin: 0;
			font-family: "Open Sans", sans-serif, italic;
			   font-style: italic;
font-size: 12px;
	line-height: 17px !important;
	color: black;
	text-align: center;

}
	  
	  .item{
		  width: 100%;
		  text-align: center;
		  align-content: center;
		  align-items: center;
	  }
	  		.item-details {
width: 100%;
				text-align: center;

}
.img-testimonial {
	border-radius: 50%;
	margin-top: 20px;
	width: 120px;
	height: auto;
margin-left:28%;

	position: relative;

}


.img-testimonial img{
	border-radius: 50%;
	width: 100px;
	height: auto;

position: relative;
}
	  .owl-carousel{
		  height: 100%;
	  }
	  p3{
		  text-align: center;
padding-top: 3rem;
		  margin-top: 3rem;
	  }
}

/* logos */

.logos{
	margin-bottom: 5%;
	text-align: center;
}
.logos h2{
	display: inline-block;
	  font-family: "Oswald", bold,  sans-serif;
  color: #191919;
text-transform: uppercase;
	text-align: center;


	font-size: 36px;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.welcome-text p{
	color: white;
}

  @media only screen and (min-width: 200px) and (max-width: 767px) {
	  .logos{
		  margin-top: -60px;
		  margin-bottom: 20px;
	  }

	  }
	  
/* counter */
.counter{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: black;
	text-align: center;
	align-content: center;
	align-items: center;

}
.sectionClass{
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
		text-align: center;
	align-content: center;
	align-items: center;
}
.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
		text-align: center;
	align-content: center;
	align-items: center;
}


.projectFactsWrap{

margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item-c{
  width:33.33%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
	float: left;
}

.projectFactsWrap .item-c:nth-child(1){
  background: black;
	}

.projectFactsWrap .item-c:nth-child(2){
  background: black;
}

.projectFactsWrap .item-c:nth-child(3){
  background: black;
}



.projectFactsWrap .item-c p.number{
	  font-family: "Oswald", sans-serif;
	margin-top: 0rem;
  font-size: 70px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item-c p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item-c span{
  width: 100px;
  background: rgba(255, 255, 255, 0.8);
  height: 1.5px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item-c i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item-c:hover i, .projectFactsWrap .item-c:hover p{
  color: white;
}

.projectFactsWrap .item-c:hover span{
  background: white;
	  width: 200px;
	transition: all 1s ease-in-out;
}


.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (min-width: 244px) and (max-width: 1048px) {
	.sectionClass{
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
		text-align: center;
	align-content: center;
	align-items: center;
} 
	
.projectFactsWrap .item-c{
  width:33.33%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item-c span{
  width: 40px;
  background: rgba(255, 255, 255, 0.8);
  height: 1.5px;
  display: block;
  margin: 0 auto;
}

	
.projectFactsWrap .item-c i{
  vertical-align: middle;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
}
	.projectFactsWrap .item-c p.number{
	margin-top: 0rem;
  font-size: 30px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item-c p{
  color: rgba(255, 255, 255, 0.8);

  font-size: 12px;
  margin-top:-3%;

  font-family: 'Open Sans';
}
	
}
	

/* end of counter */



/* contact-form */
.razo-latest-news-area{
	padding-top: 80px;
}


.form-table{
	text-align: center;
	align-content: center;
	align-items: center;
	width: 100%;
}


.form-control:focus {
border-color:#FFBF00;
box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.075), 0 0 5px #FFBF00;
}

.input-group {
font-family: "Open Sans", sans-serif;
 width: 800px;

font-size:14px;
margin-left: auto;
margin-right: auto;
padding: 0 0 12 0;
 margin-bottom: 14px;
}


 .form-control {
font-family: "Open Sans", sans-serif;
	
font-size: 14px;
width: 100%;
border-radius: 0 !important;
}



.contact span {
border-radius: 0 !important;
}

.contact-form h1{
	color: black;
}


.submit{

	background-color: black;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
color: white;
	  font-family: "Oswald", sans-serif;
	transition: 0.5s all ease-in-out;
}
.submit:hover{

	background-color:grey;
	color: black;
	font-size:18px;
	text-transform: uppercase;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

	  font-family: "Oswald", sans-serif;
}


.form-message {
font-family: "Open Sans", sans-serif;
font-size:14px;
text-align: center;
padding-top: 3%;
}

.form-error {
color: red;
	 font-family: "Oswald", sans-serif;
}

.form-success {
color: green;
 font-family: "Oswald", sans-serif;
}

.input-error {
box-shadow: 0 0 5px red;
}

.contact-form .row{
		text-align: center;
	align-content: center;
	margin: 0;
	padding: 0;
	padding-bottom: 5rem;
}

@media (max-width:768px) {
	.submit{
		width: 100%;
	}
	.contact-form{
		width: 100%;
	}
	.input-group{
		width: 100%;
	}


}

.input-group i{
	background-color: black;
	text-align: left;
	font-size: 30px;
	margin-right: 15px;
	padding-top: 7px;
}
.fa-user{
	padding-left: 10px;


}
.input-group-addon{
	color: white;
}

.contact-form{
	text-align: center;

}
.contact-form h1{
	margin-bottom: 5rem;
	margin-top: 5rem;
	text-transform: uppercase;
	color: white;
}
/*end of contact*/
/* footer */


/* :: 12.0 Footer CSS */
.footer-content p2{
	font-size: 13px;

}
.footer-content{
margin-top: -1.5rem;
	
}
.single-footer-widget p4{
	font-size: 16px;
}
.footer-area {
  position: relative;
margin-top: 5rem;
  z-index: 1; }
 
.single-footer-widget {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 374px) and (max-width: 767px) {
	  .icon_mail_alt {
		  margin-top:-10px;
		  padding-top: -10px;
	  }}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	  .icon_mail_alt i{
		  margin-top:-10px;
		  padding-top: -10px;
	  }
    .single-footer-widget p {
      font-size: 14px; } }
  .single-footer-widget .widget-title {
	  margin-top: 3rem;
    color: #191919;
    margin-bottom: 20px;
    display: block;
    font-weight: 400; }
.footer-logo img{
	width: 60%;
}
  .single-footer-widget .footer-logo {
    display: block;
    margin-bottom: 30px; }
  .single-footer-widget .single-contact-info {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
margin-top:15px;}
    .single-footer-widget .single-contact-info:last-child {
      margin-bottom: 0; }
    .single-footer-widget .single-contact-info .icon {
      padding-top: 1px;
      font-size: 18px;
      margin-right: 20px;
      color: #8C8C8C; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-contact-info .icon {
          font-size: 16px; } }
    .single-footer-widget .single-contact-info .text p {
      color: #191919;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-contact-info .text p {
          font-size: 14px; } }
  .single-footer-widget .single-twitter-feed {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-footer-widget .single-twitter-feed:last-child {
      margin-bottom: 0; }
    .single-footer-widget .single-twitter-feed .tweet-icon {
      padding-top: 2px;
      font-size: 18px;
      margin-right: 20px;
      color:#8C8C8C; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-twitter-feed .tweet-icon {
          margin-right: 10px; } }
    .single-footer-widget .single-twitter-feed .tweet p {
      color: #6e6e6e;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-footer-widget .single-twitter-feed .tweet p {
          font-size: 14px; } }
      .single-footer-widget .single-twitter-feed .tweet p a {
        color: #191919; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .single-footer-widget .single-twitter-feed .tweet p a {
            font-size: 14px; } }
        .single-footer-widget .single-twitter-feed .tweet p a:focus, .single-footer-widget .single-twitter-feed .tweet p a:hover {
          color:    #8C8C8C; }

.copywrite-text {
  position: relative;
  z-index: 1;
  border-top: 1px solid #e5e5e5;
  padding: 40px 0 30px;
  text-align: center; }
  .copywrite-text p {
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .copywrite-text p {
        font-size: 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .copywrite-text p {
        font-size: 12px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .copywrite-text p {
        font-size: 14px; } }
    .copywrite-text p a {
      color: #6e6e6e;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .copywrite-text p a {
          font-size: 14px; } }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
}


		
.main-header{
	background-color: black;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.text-video h1{
color: white;
	text-transform: uppercase;

}
.text-video p{
	padding-bottom: 1rem;

}


.text-video {
	background-color:  black;
	padding-left: 2rem;
margin-right: 20rem;
	padding-top: 2rem;
		padding-bottom: 2rem;
	padding-right: 2rem;
	opacity: 0.8;
		margin-top: -300px;	
}

a.btn{
  padding: 10px 48px;
  border: solid 2px white;
  text-decoration: none;
  color: white;
}
a.btn:hover{
  padding: 10px 48px;
  border: solid 2px white;
  background-color:white;
  text-decoration: none;
  font-weight: bold;
  color: black;
}

    @media only screen and (min-width: 768px) and (max-width: 1201px) {
.text-video {
	background-color:  black;
	padding-left: 2rem;
	margin-left: 3rem;
margin-right: 5rem;
	padding-top: 2rem;
	padding-right: 0rem;
		padding-bottom: 2rem;
	opacity: 0.8;
		margin-top: -280px;	
}
 }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
.text-video {
	background-color:  black;
	padding-left: 2rem;
	margin-left: 3rem;
margin-right: 5rem;
	padding-top: 2rem;
	padding-right: 0rem;
		padding-bottom: 2rem;
	opacity: 0.8;
		margin-top: -80px;	
	
}
 }
    @media only screen and (min-width: 414px) and (max-width: 767px) {
.text-video {
	background-color:  black;
	padding-left: 0rem;
	margin-left: 1.5rem;
margin-right: 1.5rem;
	padding-top: 2rem;
	padding-right: 1.5rem;
		padding-bottom: 2rem;

		margin-top: 0px;	
}
 }
    @media only screen and (max-width: 414px) {
.text-video {
	background-color:  black;
	padding-left: 0rem;
	margin-left: 1.5rem;
margin-right: 1.5rem;
	padding-top: 2rem;
	padding-right: 1.5rem;
		padding-bottom: 2rem;

		margin-top: 0px;	
}
 }
 @media only screen and (min-width: 300px) and (max-width: 767px) {
		.container-band{
			
		}
	 .band{
		 width: 100%;
		 margin: 0;
		 padding: 0;
		 margin-top: 0rem;
	 }
		.band img{
		margin-top: 3rem;
	padding-left: 3rem;
	}
	 		.band img:hover{
		margin-top: 3rem;
	padding-left: 3rem;
	}
	 
	 
		.band p{
			margin-left: 0;
			margin-right: 0;
			padding-left: 0;
			padding-right: 0;
		}
		.band h1{
			margin-left: 0;
			padding-left: 0;
		}
		.services p4{
			color:white;
				margin-bottom: 2rem;
				padding-bottom: 2rem;
			margin-left: 0;
			padding-left: 0;
				margin-right: 0;
				padding-right: 0;
		}
		.contact-form h1{
			padding-left: 3rem;
			padding-right: 3rem;
		}
 }

.row::after, .row::before {
display: none;
}

.no-scroll{
	overflow-y: hidden;
}







.wrap {
	width: 100%;
  text-align: center;
  font-family:verdana;

}


.half {
	float: left;
  display: inline-grid;
  width: 100%;
padding-left: 0px;
}
.half .tab {
  text-align: left;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
  color: white;
  overflow: hidden;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
	
}
label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: black;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
	transition: 0.9s all ease-in-out;
}
label:hover {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: grey;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.tab-content {
	margin-top:-0.3rem;

max-height: 0;
  overflow: hidden;
  background: black;
  -webkit-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
.tab h2{
	color: white;
	padding-top: 0.2rem;
	transition: 0.2s all ease-in-out;
}

.tab h2:hover{
	color: black;
	padding-top: 0.2rem;
	padding-left: 0.9rem;
}
.tab-content p {
 font-family: "Open Sans", sans-serif;
	font-size: 12px;
  margin: 1em;
	margin-top: 0;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

}
/* :checked */
input:checked ~ .tab-content {

  max-height: 10em;
}



/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
}


.tab-content li,.tab-content a{
  padding:0px;
  color:white;
  text-decoration: none;
}
.tab-content a:hover{
  color:black;
}

	
</pre></body></html>