/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,400italic); */
/* @import url(https://fonts.googleapis.com/css?family=Schoolbell); */
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css?family=Amatic+SC:400,700);
/*@import url('https://fonts.googleapis.com/css2?family=Scope+One&display=swap');*/
:root {
  --color-primary: #c13416;
  --color-bg: #ffffff;
  --color-dark: black;
}
.mb-20 {
	margin-bottom: 20px;
}

#inprogress {
  background: url("../images/inprogress/socializando-mi-vida.png");
    /* Location of the image */

  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Background image doesn't tile */
  background-repeat: no-repeat;

  /* Background image is fixed in the viewport so that it doesn't move when
     the content's height is greater than the image's height */
  background-attachment: fixed;

  /* This is what makes the background image rescale based
     on the container's size */
  background-size: contain;

  /* Set a background color that will be displayed
     while the background image is loading */
}

body {
    overflow-x: hidden;
     font-family: 'Comfortaa', sans-serif; 
    /*font-family: 'Open Sans', sans-serif;*/
    background-color: var(--color-bg);
    /* font-size: 12px; */
    /* color: #666; */
    color: var(--color-dark);
}


p {
    /* font-size: 12px;
    line-height: 18px; */

}

b {
	color: var(--color-primary);
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

::-moz-selection {
  /* Code for Firefox */
  background-color: var(--color-primary);
  color: #fff; }

::selection {
  background-color: var(--color-primary);
  color: #fff;

}



a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-transform: uppercase; */
    font-weight: 700;
}
h1 {
    font-family: 'Amatic SC', cursive;
    text-transform: none;
    font-weight: 400;
}

h5 {
	font-size: 12px;
}

ul {
    margin: 0;
    padding: 0;g
}
li {
    list-style: none;
}

blockquote {
	font-size: 12px !important;
}

.white-text {
    color: #fff !important;
}

.section-title h3{
    color: #666;
    font-size: 28px;
    font-family: 'Amatic SC', cursive;
    text-transform: none;
    font-weight: 400;
}

.section-title p {
    padding-bottom: 60px;
    color: #999;
    font-size: 18px;
    //font-style: italic;
    font-weight: 300;
}





/*.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: none !important;
}



/*------------------------------------------------*/
/* Start Top Navbar Section                           */
/*------------------------------------------------*/

.navbar-default {
    border-color: transparent;
    background-color: var(--color-bg);
}

.navbar-default .navbar-brand {
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar-default .nav li a {
    /* text-transform: uppercase; */
    /* font-family: 'Comfortaa', cursive; */
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color--dark);
    /* font-size: 10px; */
}


.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: var(--color-primary);
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus, .aca {
    color: var(--color-primary) !important;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 0 0;
        border: 0;
        background-color: var(--color-bg);
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: var(--color-bg);
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

}

.navbar-form {
    padding: 0 60px;
    margin-top: 0px;
}






/*--------------------------------------------------*/
/* Start Side Nav Section
/*--------------------------------------------------*/


.menu-wrap a {
	color: #fff;
    font-weight: 300;
    /* font-family: 'Comfortaa', sans-serif; */
}

.menu-wrap .logo {
    font-family: 'Amatic SC', cursive;
    font-size: 35px;
    font-weight: 700;
}



/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
	margin: 1em;
	padding: 0;
	width: 2.5em;
	height: 2.25em;
	border: none;
	text-indent: 2.5em;
	font-size: 1.5em;
	color: transparent;
}

.menu-button::before {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
	content: '';
}


@media (max-width : 479px) {
    .menu-button {
        width: 1.5em;
        height: 1.5em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }

    .menu-wrap a {
        padding: 5px !important;
    }
}

@media (max-width : 767px) {
    .menu-button {
        width: 2em;
        height: 2em;
    }

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }
}



.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #111;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;

	-webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);

	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -webkit-transform 0.4s;
	-o-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.menu,
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
	padding: 0.8em;

	-webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	-moz-transition: -webkit-transform 0s 0.4s;
	-o-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 500;
}

/* Shown menu */
.show-menu .menu-wrap {
    position: fixed;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -webkit-transform 0.8s;
	-o-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;

	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s;
	-o-transition-duration: 0.9s;
	transition-duration: 0.9s;
}





/*==================================================
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
    height: 720px;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
	top: 45%;
	margin-top: -70px;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	color: #fff;
}

.player {

	margin-top: 25px !important;
}

#main-slide .carousel-indicators {
	bottom: 30px;
}

.carousel-indicators li{
	width: 7px !important;
	height: 7px !important;
	border: 1px solid #fff !important;
	margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

#main-slide .carousel-control.left span {
	padding: 8px;
}

#main-slide .carousel-control.right span {
	padding: 8px;
}

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

#main-slide .carousel-control .fa-angle-left{
	left: 0;
}

#main-slide .carousel-control .fa-angle-right{
	right: 0;
}

#main-slide .carousel-control i{
	background: transparent;
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 15px 20px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content h1{
	font-size: 58px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #fff;
    text-align: center;
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
	font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn{
	padding: 10px 40px;
	font-size: 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-transform: uppercase;
	line-height: 28px;
    font-weight: 300;
	border: 0;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
	background: transparent;
	border: 1px solid #fff;
}

.slider.btn.btn-default{
	margin-left: 4px;
	background: #ECECEC;
}

.slider.btn.btn-default:hover{
	background: #000;
	color: #fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {

    #main-slide .slider-content h1{
		font-size: 58px;
	}
}

/* 24 inch iMac ----------- */
@media only screen and (min-width : 1600px) {

	#main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
	}

}
/* 27 inch iMac ----------- */
@media only screen and (min-width : 2400px) {

	#main-slide .item {
        height: 1280px;
    }

    .carousel-inner {
    margin-top: 3%;
	}

}

@media only screen and (max-width : 1080px) and (max-height : 1920px) {
	#main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
	}
}

@media screen and (min-width : 1824px) {

	#main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
	}

}



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

    #main-slide .slider-content h1{
		font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
	}
	#main-slide .slider-content p{
		font-size: 20px;
		margin-top: 0;
        line-height: 25px;
	}

	.slider.btn{
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}

    #main-slide .item {
        height: 550px;
    }

}


@media (max-width : 767px) {

    #main-slide .slider-content h1{
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p{
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn{
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators{
		display: none;
	}

    #main-slide .item .slider-content{
		display: none;
	}

    #main-slide .item {
        height: 400px;
    }

}


@media (max-width : 479px) {

    #main-slide .item .slider-content{
		display: none;
	}

    #main-slide .item {
        height: 180px;
    }

    .carousel-inner {
    margin-top: 12%;
	}



}


/*-------- End Common Page Style   -------------*/



/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */


.services-section {
    padding-top: 80px;
    padding-bottom: 20px;
}
.feature-section {
    padding-top: 100px;
}

.feature, .feature-2, .feature-3 {
    padding-bottom: 80px;
}

.feature, .feature-3 {
    text-align: center;
}
.feature h4,
.feature-3 h4 {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    font-family: 'Amatic SC', cursive;
}

.feature-2 h4{
    font-size: 15px;
    color: #666;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Amatic SC', cursive;
}

.feature p,
.feature-2 p,
.feature-3 p {
    color: #444;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}

.feature i,
.feature-3 i {
    font-size:2.5em;
    width: 80px;
    height: 80px;
   padding:25px;
    margin-bottom: 10px;
   position: relative;
}

.feature i {
    color:#fff;
	box-shadow: 0 0 0 30px transparent;
	-webkit-transform: translate3d(2, 2, 2);
	-moz-transform: translate3d(2, 2, 2);
	-o-transform: translate3d(2, 2, 2);
	transform: translate3d(2, 2, 2);
	-webkit-transition: box-shadow .6s ease-in-out;
	-moz-transition: box-shadow .6s ease-in-out;
	-o-transition: box-shadow .6s ease-in-out;
	transition: box-shadow .6s ease-in-out;
}
.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {

		-webkit-transition: box-shadow .4s ease-in-out;
		-moz-transition: box-shadow .4s ease-in-out;
		-o-transition: box-shadow .4s ease-in-out;
		transition: box-shadow .4s ease-in-out;
}

.feature-3 i {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.feature-3:hover .border {
    margin: 0 35%;
}

.feature-2 i {
   font-size:2.5em;
    color: #fff;
    width: 70px;
    height: 70px;
   padding:20px;
   position: relative;

}

.feature-2 .media-body {
    margin-left: 25px !important;
}

.feature-2 .border {
    margin-top: 20px;
    margin-left: 49.999%;
    margin-right: 49.999%;
	border-color: #fff;
}

.feature-2:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}






/*------------------------------------------*/
/* Start Portfolio Section
/*------------------------------------------*/

.portfolio-section-1 {
    padding-top: 60px;
    padding-bottom: 120px;
}



#portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.portfolio-section-2 #portfolio-list li {
    margin-left: -2px;
}
#portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-left: -4px;
    margin-bottom: -4px;
    padding: 5px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: top;
}
@media only screen
and (max-width : 550px) {

     #portfolio-list li {
      width: 100%;
  }
}

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

     #portfolio-list li {
      width: 49.9%;
  }
}

@media (min-width: 768px) {
  #portfolio-list li {
      width: 33.3%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 800px) {
    #portfolio-list li {
      width: 50%;
    }
}


@media only screen and (min-width : 801px) and (max-width : 991px) {
    #portfolio-list li {
        width: 50%;
    }
}


.portfolio-item {
   width: 100%;
   height: 100%;
   position: relative;
   text-align: center;
   cursor: default;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.portfolio-link h4 {
	font-size: 21px;
	font-weight: 400;
	font-family: 'Amatic SC', sans-serif;
	color: #666;
}

.portfolio-link h4:hover {
	color: var(--color-primary);
}

.portfolio-item img {
    -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.25);
   -moz-transform: scale(1.25);
   -o-transform: scale(1.25);
   -ms-transform: scale(1.25);
   transform: scale(1.25);

}

.portfolio-caption {

   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    opacity: 1;
    filter: Alpha(Opacity=1);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.portfolio-caption-d {

/*   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    display: none;*/
}

.portfolio-item:hover {
    background-color: var(--color-bg);
    opacity: 1;
    filter: Alpha(Opacity=100);
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.portfolio-item:hover .portfolio-caption-d {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background-color: var(--color-bg);
    display: block;
}

.portfolio-item:hover .portfolio-caption {
    opacity: 0;
    filter: Alpha(Opacity=0);
}



.portfolio-caption h4 {
    display: inline-table;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 2px 2px 4px #000000;
    font-weight: 400;
   text-align: center;
   position: relative;
   font-size: 28px;
   padding: 80px 10px;
   background: transparent;
   //margin: 10px 0 0 0;
    position: relative;
    top: 0;
    font-family: 'Amatic SC', sans-serif;
}

.portfolio-caption-d p {
    display: inline-table;
   text-transform: none;
   color: var(---color--dark);
    /*font-weight: 600;*/
   text-align: center;
   position: relative;
   /* font-size: 12px; */
   /* line-height: 18px; */
   padding: 80px 5px;
   background: transparent;
    position: relative;
    /* font-family: 'Comfortaa', sans-serif; */
}



.portfolio-caption a i {
    width: 60px;
    height: 60px;
    padding: 20px;
    font-size: 25px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 60%;
    //left: 40%;
}

.portfolio-caption a.link-1 i {
    left: 30%;
}

.portfolio-caption a.link-2 i {
    left: 50%;
}


@media (min-width : 992px) {

    .portfolio-caption h4 {
    display: inline-table;
   text-transform: uppercase;
   color: #fff;
   text-shadow: 2px 2px 4px #000000;
    font-weight: 600;
   text-align: center;
   position: relative;
   font-size: 28px;
   padding: 80px 10px;
   background: transparent;
   //margin: 10px 0 0 0;
    position: relative;
    top: 0;
    font-family: 'Amatic SC', sans-serif;
	}

	.portfolio-caption-d p {
    display: inline-table;
   text-transform: none;
   /* color: #fff; */
    /* font-weight: 600; */
   text-align: center;
   position: relative;
   /* font-size: 12px; */
   /* line-height: 18px; */
   padding: 80px 5px;
   background: transparent;
    position: relative;
    /* font-family: 'Comfortaa', sans-serif; */
	}
}


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

    .portfolio-caption h4 {
    font-weight: 400;
   font-size: 24px;
   padding: 40px 5px;
	}

	.portfolio-caption-d p {
    font-weight: 400;
   text-align: center;
   position: relative;
   /* font-size: 12px;
   line-height: 16px; */
   padding: 40px 5px;
	}

}


@media (max-width : 767px) {

    .portfolio-caption h4 {
    font-weight: 400;
   font-size: 18px;
   padding: 30px 10px;
   background: transparent;
}

.portfolio-caption-d p {
    font-weight: 400;
   font-size: 12px;
   line-height: 16px;
   padding: 30px 5px;
}

}


@media (max-width : 479px) {

    .portfolio-caption h4 {
    	font-weight: 400;
   		font-size: 14px;
   		padding: 20px 10px;
	}

	.portfolio-caption-d p {
   font-weight: 400;
   text-align: center;
   position: relative;
   font-size: 12px;
   line-height: 14px;
   padding: 20px 5px;
	}

}

/*--- END PORTFOLIO ---*/

/*--- SCHEDULE START ---*/
.schedule-area {
  background: var(--color-bg);
  position: relative;
  padding-bottom: 50px; }
  .schedule-area .table-wrap {
    position: relative;
    z-index: 10; }
    @media (max-width: 768px) {
      .schedule-area .table-wrap {
        overflow-x: scroll; } }
  .schedule-area .table {
    text-align: center;
    margin-top: 10px; }
    .schedule-area .table .name {
      padding: 20px;
       }
    .schedule-area .table tr {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .schedule-area .table tr td {
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
      }
       .schedule-area .table tr td a:hover, .schedule-area .name a:hover  {
        color: #fff;}
      .schedule-area .table tr .name {
        font-weight: 400; }
      .schedule-area .table tr:hover {
        background-color: var(--color-primary);
        color: #fff;
        box-shadow: 0px 20px 50px rgba(153, 153, 153, 0.2); }
        .schedule-area .table tr:hover td,
        .schedule-area .table tr:hover th.name {
          border: 1px solid transparent; }
  .schedule-area .thead-light th {
    background: var(--color-primary);
    border: 0;
    vertical-align: middle;
    text-align: center; }
  .schedule-area .thead-light .head {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff !important; }
  .schedule-area .featured-img {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 2;
    opacity: 0.2; }

/*--- END SCHEDULE ---*/


/*--- GALLERY START ---*/

.section-top-border {
  padding: 120px 0 0 0 ;
  border-top: 1px dotted #eee; }

  .single-gallery-image {
  margin-top: 25px;
  margin-bottom: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  height: 360px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-gallery-image:hover {
    opacity: .8; }


/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/

.about-us-section-1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about-us-section-2 {
    padding-top: 120px;
    padding-bottom: 10px;
}

.about-us-section-1 a, .about-us-section-2 a {
	color: var(--color-primary);
	font-weight: 600 !important;
}

.gallery-section {
    padding-top: 20px;
    padding-bottom: 80px;
}

.gallery-section-bio {
    padding-top: 120px;
    padding-bottom: 80px;
}

.welcome-section {
    padding-bottom: 40px;
}

.welcome-section img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.border {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 0 45%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.welcome-section h4 {
    padding-top: 20px;
    color: #777;
}

.welcome-section p {
    padding-top: 20px;
    color: #999;

}

.welcome-section:hover .border {
    margin: 0 40%;
}

.about-us-section-2 .carousel {
    margin-top: 8px;
}

.project-image .carousel img {
    width: 100%;
    height: auto;
}

.about-text p {
    color: #999;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: none;
	padding: 10px 10px;
}

@media (max-width : 479px) {

    .about-text p{
		font-size: 12px;
	}

}

.about-project-text {
	font-size: calc(14px + 4 * (100vw - 320px) / 1180);
    line-height: 1.5;
    /*font-family: 'Scope One', serif;*/
}
.about-project-text p {
    /* color: #999;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-transform: none;
	padding: 10px 10px; */
}

.about-project-text a {
	color: var(--color-primary);
	font-weight: 600;
}

/*.about-project-text-form {
	padding: 10px 0;
}*/
.about-text ul {
    margin-top: 30px;
    font-size: 13px;
}
.about-text li {
    margin-bottom: 10px;
    color: #999;
}
.about-text li i {
    padding-right: 10px;
}

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



/*----------------------------------------------------------*/
/* Start Fun Facts Counter Section
/*----------------------------------------------------------*/

.fun-facts {
    background: url(../images/parallax/bg-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
}

.counter-item {
    position:relative;
    text-align:center;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
}

.counter-item h5 {
  text-align:center;
  margin-bottom:0px;
  color:#fff;
}

.counter-item i {
  font-size:40px;
}


.timer {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  text-align:center;
  line-height:80px;
  /* font-family: 'Comfortaa', sans-serif; */
}



/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/


.latest-news-section {
    padding-top: 80px;
    padding-bottom: 60px;
}

.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}



/*************** Testimonials ***************/

.testimonial-section {
    background: Url(../images/parallax/testimonial-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
	text-align: center;
	position: relative;
}

.testimonials .testimonial-content img {
    width: 150px;
    height: auto;
    margin-bottom: 40px;
}



.testimonials .testimonial-content p {
	font-size: 20px;
	line-height: 30px;
	//font-style: italic;
	font-weight: 400;
    margin-bottom: 40px;
	color: #fff;
}

.testimonials .testimonial-content {
	position: relative;
}

.testimonials .testimonial-author {
	margin-bottom: 40px;
}

.testimonials .testimonial-author .author {
    font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
    font-size: 18px;
    padding-bottom: 5px;
}
.testimonials .testimonial-author .designation {
    color: #d3d3d3;
}

.touch-slider .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.touch-carousel .owl-controls.clickable .owl-buttons div:hover {
	//background-color: #00afd1;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons div{
    background: none;
    font-size: 40px;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
}

.testimonials-carousel .owl-controls.clickable .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1000;
}

.owl-theme .owl-controls .owl-page.active{
    padding: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #fff;
}



/*--------------------------------------------------*/
/* Start Clients Section                            */
/*--------------------------------------------------*/


#partner {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}





/*-------------------------------------------------*/
/* Start Contact Section                           */
/*-------------------------------------------------*/

.contact {
    background-color: #fff;
}

/*.contact .btn-primary {
    padding: 20px;
    font-size: 16px;
}*/

.contact .btn-primary-suscribe {
    padding: 5px 10px;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 70%;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    background: var(--color-primary);

}

.contact .btn-primary:hover, .contact .btn-primary-suscribe:hover {
    background: var(--color-primary);
    border: 1px solid #fff;
}

.contact .section-title h3{
    color: #fff;
}

.contact .section-heading {
    color: #fff;
}

/*.contact .form-group {
    margin-bottom: 25px;
}*/

/*.contact .form-group input,
.contact .form-group textarea {
    padding: 20px;
}*/

.contact .form-group-suscribe input {
    padding: 2px;
}

/*.contact .form-group input.form-control {
    height: auto;
}*/

.contact .form-group-suscribe input.form-control-suscribe {
	height: auto;
	width: 70%;
}

.contact .form-group textarea.form-control {
    height: 236px;
}

.contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

.contact .text-danger {
    color: #e74c3c;
}

.contact button {
    font-weight: 400;
	margin-top: 0px;
	padding: 5px 5px;
	font-size: 9px;
	background-color: var(--color-primary);
	color: #fff;
	border: 1px solid var(--color-primary);
}


.footer-contact-info {
    color: #000;
    padding: 20px 30px;
    margin-top: 80px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

.footer-contact-info ul {
    padding-bottom: 10px;
}

.footer-contact-info h4 {
    padding-bottom: 10px;
}

.footer-contact-info li strong {
    font-weight: 600;
}

/*-------------------------------------------------------*/
/* Start Footer Section                                  */
/*-------------------------------------------------------*/

footer.style-1 {
    margin-top: 25px;
    padding: 50px 0;
    background: var(--color-bg);
}


footer.style-1 .copyright {
    text-transform: uppercase;
    text-transform: none;
    /* color: #999; */
}

footer.style-1 .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.style-1 .footer-social li a {
    padding: 8px;
    color: var(--color-dark);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;

}

footer.style-1 .footer-social li i {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

footer.style-1 .footer-social li:hover a {
    color: #666;
}

footer.style-1 .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 12px;
}
/*-------------------------------------------------------*/
/* Start Footer inprogress Section                                  */
/*-------------------------------------------------------*/

footer.inprogress {
    /* margin-top: 25px;
    padding: 50px 0; */
    background: var(--color-bg);
    position: absolute;
    bottom: 3%;
    margin: auto;
    left: 0;
    right: 0;
}
footer.inprogress .copyright {
    text-transform: uppercase;
    text-transform: none;
    /* color: #999; */
}

footer.inprogress .footer-social li {
    display: inline;
    padding: 0 10px;
}

footer.inprogress .footer-social li a {
    padding: 8px;
    color: var(--color-dark);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;

}

footer.inprogress .footer-social li i {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

footer.inprogress .footer-social li:hover a {
    color: #666;
}

footer.inprogress .footer-link li {
    display: inline;
    padding-left: 10px;
    font-size: 12px;
}

/*.form-control {
	display: block;
	width: 100%;
	height: 25px;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}*/

/*.form-control-suscribe {
	display: block;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}*/

/*.btn {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	    border-top-color: transparent;
	    border-right-color: transparent;
	    border-bottom-color: transparent;
	    border-left-color: transparent;
	border-radius: 4px;
}*/





.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

/**** Start Modal Section ****/

.section-modal .modal-content {
    padding: 100px 0 !important;
    min-height: 100%;
    border: 0 !important;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    color: #888;
    font-weight: 300;
}



.section-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.section-modal .close-modal:hover {
    opacity: .3;
}

.section-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}







/*---------------------------------------------------------------*/
/* Start Call To Action
/*---------------------------------------------------------------*/


.call-to-action {
    background: url(../images/parallax/call-to.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 90%;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}

.call-to-action h1 {
    font-weight: 300;
    line-height: 50px;
    padding-bottom: 40px;
    font-size: 30px;
}

.call-to-action h1 strong {
    font-weight: 600;

}

.call-to-action .btn-primary {
    padding: 20px;
    font-size: 16px;
}

.call-to-action .btn-primary:hover {
    background: transparent;
}




.owl-controls {
    margin-top: 35px !important;
}



/******* Style Loader *******/


#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}
