

/* ----Start Stylesheet---- */

/* ---- General Style---- */
body {
  position: relative;
}

html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

textarea:focus,
input:focus{
  outline: none;
}

input::placeholder {
    font-weight: bold;
    color: #64bddb;
}

textarea::placeholder {
	   font-weight: bold;
    color: #64bddb;
}

img{
  max-width: 100%;
}

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

header.goll-page-header{
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}


.goll-page-title{
	position: relative;
	z-index: 1;
}



/* ------ Typography Style----- */
h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-transform: uppercase;
}

span.goll-white-text {
	color: white;
	text-shadow: 2px 2px #00000066;
}


h1{
	font-size: 36px;
}

h2{
	font-size: 3em;
	letter-spacing: -2px;
}

#featured-works div.goll-testimonial-wrapper.wow.bounceIn div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown h2.white {
	color: white;
}

h3{
	font-size: 3em;
	color: white;
}

h4{
	font-size: 18px;
}

h5{
font-size: 2em;
letter-spacing: -2px;
	margin-bottom: 1px;
	color: white;
}



div.goll-testimonial-slides.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	color: white;
	font-weight: bold;
	  font-family: 'Alegreya Sans', sans-serif;
}

a,p,li,input,textarea{
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: #8ec379;
    color: #8ec379;
    font-weight: bold;
}


a{
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

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


.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: #000000bd; */
    height: 849px;
}






.goll-page-title h1{
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
}


/* ----- Button Style------*/
.goll-button-solid{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.goll-button-solid:hover{
	color: #ffffff;
}
.goll-button-outline{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.goll-button-outline-round{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}
.goll-button-outline-light{
	border: 1px solid #ffffff;
}

.goll-button-outline-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.goll-button-outline-round-light{
	border: 1px solid #ffffff;
}

.goll-button-outline-round-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.goll-button-outline-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.goll-button-outline-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.goll-button-outline-round-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.goll-button-outline-round-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.goll-btn-round{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.goll-btn-round:hover{
	color: #ffffff;
}


/* ----- Icon Style ----- */
.goll-blurb-icon-only{
	margin-bottom: 50px;
}

.goll-blurb-icon-only i{
	font-size: 30px;
}

.goll-blurb-icon-only h3{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.goll-blurb-icon-only p{
	margin-bottom: 0;
}
.goll-blurb-round-icon .goll-icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #dadada;
	-webkit-border-radius: 50%;
		moz-border-radius: 50%;
		 -o-border-radius: 50%;
		 	border-radius: 50%;
}

.goll-blurb-round-icon .goll-icon i{
	line-height: 100px;
	font-size: 36px;
	color: #666;
}

.goll-blurb-round-icon .goll-icon{
	-webkit-transition: all .35s linear;
	   -moz-transition: all .35s linear;
	    -ms-transition: all .35s linear;
	     -o-transition: all .35s linear;
	        transition: all .35s linear;
}

.goll-blurb-round-icon:hover .goll-icon{
	border: 1px solid rgba(0,0,0,0);
}

.goll-blurb-round-icon:hover .goll-icon i{
	color: #ffffff;
}

.goll-blurb-round-icon h3{
	text-align: center;
	font-size: 18px;
	color: #616161;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.goll-blurb-round-icon p{
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.3em;
}

p.right {
	text-align: left;
}

/* ---- icon Square ------ */
.goll-blurb-icon-left-square{
	overflow: hidden;
	margin-bottom: 50px;
}

.goll-blurb-icon-left-square .goll-icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-right: 30px;
	background-color: rgba(255,255,255,0.25);
	border-radius: 50px;
}

.goll-blurb-icon-left-square.goll-square-dark .goll-icon{
	background-color: rgba(0,0,0,0.25);
}

.goll-blurb-icon-left-square .goll-icon i{
	line-height: 70px;
	color: #ffffff;
	font-size: 36px;
}

.goll-blurb-icon-left-square .goll-blurb-text{
	float: left;
	width: 260px;
}

.goll-blurb-icon-left-square .goll-blurb-text h3{
	font-size: 16px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.goll-blurb-icon-left-square .goll-blurb-text h3:after{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.goll-blurb-icon-left-square .goll-blurb-text p{
	color: #ffffff;
}


/* ------ Section Header Style ------ */

.goll-section-header{
	text-align: center;
	margin-bottom: 70px;
}

.goll-section-header h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #313131;
}

.goll-section-header h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 10px;
}



.goll-section-header h1 span{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.goll-section-header .goll-section-divider{
	width: 100px;
	height: 2px;
	margin: 20px auto;
	background-color: #dadada;
}

.goll-section-header p{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.0em;
}

p.subtitle {
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	text-shadow: 2px 2px #00000066;
}


/* ------ Parallax Section Style-----*/

.goll-section-header-parallax h1{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}

.goll-section-header-parallax h1 span{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.goll-section-header-parallax .goll-section-divider{
	width: 100px;
	height: 2px;
	margin: 20px auto;
	background-color: #ffffff;
}

.goll-section-header-parallax p{
	font-family: 'Alegreya Sans', sans-serif;
}



/* ----- Call To Action ------ */
.goll-cta-1{
	background-color: #28292e;
	padding: 60px 0;
}

.goll-cta-1 h2{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
}

.goll-cta-1 p{
	color: #ffffff;
	margin-bottom: 0;
}

.goll-cta-1 .goll-cta-btn a{
	float: right;
	margin-top: 15px;
	color: #ffffff;
}

.goll-cta-2{
	background-color: #28292e;
	text-align: center;
}

.goll-cta-2-wrapper{
	overflow: hidden;
	padding: 60px 0;
}

.goll-cta-2 h1{
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	color: #ffffff;
}


/* ----- Menus Style ---- */
.goll-main-menu{border: 0 none;border-radius: 0;position: absolute;width: 100%;padding-right: 0 !important;padding-left: 0 !important;padding-bottom: 10px !important;margin-bottom: 0;z-index: 10;-webkit-transition: all .35s;-moz-transition: all .35s;-ms-transition: all .35s;-o-transition: all .35s;transition: all .35s;-webkit-backface-visibility: hidden;height: 140px;}

header.goll-page-header .goll-main-menu{
	position: relative;
}
.navbar-brand img {
	line-height: 40px;
	width: 130px;
	margin-top: 0px;
}
span.goll-highlight-texts img {
	width: 100%;
}
.goll-main-menu .navbar-nav{
    margin-top: 40px;
}

.goll-main-menu .navbar-nav li a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
	letter-spacing: -0.02em;
}

.goll-main-menu .navbar-nav li a:hover,
.goll-main-menu .navbar-nav li.active a{
    background-color: transparent;
}

.goll-main-menu .navbar-nav li a:focus{
	background-color: transparent;
}

/* ------ Minified Menu ------ */
.goll-main-menu.minified{
	padding: 0;
	/* position: fixed; */
	background-color: #64bddb;
}

header.goll-page-header .goll-main-menu.minified{
	position: fixed;
}


/* ----- Slider Style ------ */


.goll-main-slides .goll-img-overlay{
	position: absolute;
	background: url(../images/img-header/pattern.png)repeat, rgba(40,41,46,0.03);
	width: 100%;

}

.goll-main-slides h1.goll-slider-text-big{
	font-size: 48px;
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.goll-main-slides .goll-slider-text h1 span{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.goll-main-slides p{
	font: 1.6em 'Chivo', sans-serif !important;
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	text-align: center;
}
.sp-arrow {
	width: 10px;
}

.goll-slider .sp-buttons {
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
}

.goll-slider .sp-button {
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 4px;
  width: 16px;
}



/* ----- Features Style ------- */
.goll-features-section .container{
	position: relative;
	z-index: 1;
}


/* ------ Featured Work Style ------- */

.goll-portfolio-work-item{
	height: 300px;
	position: relative;
	width: 400px;
	margin-top: 40px;
}

/* ------ Portfolio Image Style ------ */
.goll-portfolio-work-item img{
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
}

.goll-portfolio-work-item .goll-port-work-details{
	position: absolute;
	top: 45%;
	left: 45%;
	width: 100%;
	height: 100%;
}

.goll-portfolio-work-item .goll-work-meta{
	position: absolute;
	text-align: center;
}

.goll-portfolio-work-item .goll-work-meta li{
	width: 35px;
	height: 35px;
	margin-bottom: 1px;
	text-align: center;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.goll-portfolio-work-item:hover .goll-port-work-details .goll-work-meta li{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.goll-port-work-details .goll-work-meta li a{
	display: block;
}

.goll-port-work-details .goll-work-meta li a i{
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
}

.goll-port-work-details .goll-port-work-desc{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;

}

.goll-portfolio-work-item:hover .goll-port-work-desc{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.goll-port-work-details .goll-port-work-desc h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.goll-port-work-details .goll-port-work-desc p a{
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.goll-port-work-details .goll-port-work-desc .goll-like-btn {
	text-align: center;
	padding: 10px 15px;
}

.goll-port-work-details .goll-port-work-desc .goll-like-btn a{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.goll-port-work-details .goll-port-work-desc .goll-like-btn a i{
	font-size: 21px;
	color: #ffffff;
	margin-right: 5px;
}


/* ----- Portfolio Style ------- */

.goll-portfolio-filter-btn-group{
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.goll-portfolio-filter-btn-group ul{
	display: inline-block;
}

.goll-portfolio-filter-btn-group ul li{
	float: left;
}

.goll-portfolio-filter-btn-group ul li a{
	padding: 10px 20px;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.goll-portfolio-filter-btn-group ul li a:hover{
	color: #818181;
}

.goll-portfolio-filter-btn-group ul li a.selected{
	color: #ffffff;
}
.goll-portfolio-items{
	overflow: hidden;
}

.goll-portfolio-items .goll-portfolio-item{
	width: 25%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.goll-portfolio-items .goll-portfolio-item img{
	height: 100%;
	border: 1px solid #ffffff;
	width: 100%;
}

.goll-portfolio-items .goll-portfolio-item .goll-portfolio-details-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(40,41,46,0.8);
	display: table;
	opacity: 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.goll-portfolio-item:hover .goll-portfolio-details-wrapper{
	opacity: 1;
}

.goll-portfolio-item .goll-portfolio-details{
	display: table-cell;
	padding: 50px 0;
	vertical-align: middle;
}

.goll-portfolio-item .goll-portfolio-details .goll-portfolio-meta-btn{
	margin-bottom: 20px;
	text-align: center;
}

.goll-portfolio-details .goll-portfolio-meta-btn ul{
	display: inline-block;
}

.goll-portfolio-details .goll-portfolio-meta-btn ul li{
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.3);
	float: left;
	margin-right: 10px;
	opacity: 0;
	padding: 5px;
	border-radius: 50%;
	-webkit-transition: all .55s;
	   -moz-transition: all .55s;
	    -ms-transition: all .55s;
	     -o-transition: all .55s;
	        transition: all .55s;
}

.goll-portfolio-details .goll-portfolio-meta-btn ul li.goll-portfolio-single-link{
	-webkit-transform: translateX(400%);
	   -moz-transform: translateX(400%);
	    -ms-transform: translateX(400%);
	     -o-transform: translateX(400%);
	        transform: translateX(400%);
}

.goll-portfolio-details .goll-portfolio-meta-btn ul li.goll-lighbox{
	
}

.goll-portfolio-item:hover .goll-portfolio-details .goll-portfolio-meta-btn ul li{
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.goll-portfolio-details .goll-portfolio-meta-btn ul li a{
	display: block;
	text-align: center;
}
.goll-portfolio-details .goll-portfolio-meta-btn ul li a i{
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}

.goll-portfolio-item .goll-portfolio-details h3{
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.goll-portfolio-item .goll-portfolio-details p{
	text-align: center;
}

.goll-portfolio-item .goll-portfolio-details p a{
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
}

.goll-portfolio-btn-wrapper{
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.goll-portfolio-btn-wrapper a.goll-portfolio-btn{
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	color: #616161;
	display: inline-block;
	display: inline;
	zoom: 1;
	overflow: hidden;
	border: 2px solid #dadada;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


/* -------- Custom Style ------- */

.goll-custom-sec-text p{
	margin-bottom: 20px;
	font-size: 18px;
}

.goll-custom-sec-text h3{
	font-size: 18px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 20px;
}

.goll-custom-sec-text ul{
	margin-left: 30px;
}

.goll-custom-sec-text ul li{
	margin-bottom: 10px;
}

.goll-custom-sec-text ul li:last-child{
	margin-bottom: 0;
}

.goll-custom-sec-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}
/* --------- Testimonial Style --------- */
.goll-testimonial-section{
	position: relative;
	padding: 253px 0 200px;
}
.goll-testimonial-slides img {
	margin-bottom: 20px;
    margin-top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.goll-bg-video-wrapper{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
}

.goll-bg-video-wrapper video{
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.goll-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
}

.goll-testimonial-wrapper .comment-icon{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.goll-testimonial{
	margin-top: 50px;
	overflow: hidden;
}

.goll-testimonial p{
	font-size: 18px;
	margin-bottom: 10px;
}

.goll-testimonial p.goll-client-info{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0margin-top: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #8ec379;
}

/* -------- Pricing Table Style ------- */
.goll-pricing-section{
	padding: 200px 0;
}

.goll-pricing-plans{
	text-align: center;
	background-color: #31708f;
	margin-left: 10%;
	margin-right: 10%;
	/* padding-left: 0; */
	/* width: 310px; */
	margin-top: 85px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}

.pricing-plan-one {
	margin-bottom: 80px;
}
.goll-recommended-pricing{
	background-color: #f5f5f5;
	padding: 60px;
	top: -40px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.goll-pricing-plans .goll-pricing-titles{
	text-align: center;
	padding: 20px;
	font-size: 0.9em;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.goll-pricing-plans .goll-pricing-titles h2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.goll-pricing-plans .goll-pricing-titles p{
	font-size: 16px;
}

.goll-pricing-plans .goll-pricing-titles p span{
	font-size: 30px;
	font-weight: 300;
}
.goll-pricing-plans .goll-pricing-service-name{
	margin: 10px;
}

.goll-pricing-plans ul li{
	text-align: center;
	padding: 2px 0;
	font: 1.3em 'Alegreya Sans', sans-serif;
	font-weight: bold;
	color: white;
}


.goll-pricing-plans a.goll-signup-btn{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.goll-pricing-plans a.goll-signup-btn:hover{
	color: #ffffff;
}


/* -------- Contact Style ------- */


.goll-contact-section .goll-contact-address p{
	margin-bottom: 25px;
}

.goll-contact-section .goll-contact-address ul li{
	padding-left: 40px;
	margin-bottom: 25px;
	font-size: 14px;
	position: relative;
}

.goll-contact-section .goll-contact-address ul li:last-child{
	margin-bottom: 0;
}

.goll-contact-section .goll-contact-address ul li i{
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 3px;
	padding: 5px;
	width: 30px;
	text-align: center;
	height: 30px;
	border-radius: 50px;
}


.goll-contact-section .goll-contact-form .goll-input-fields label,
.goll-contact-section .goll-contact-form .goll-input1-fields label{
	display: block;
	font-size: 14px;
	font-family: 'Alegreya Sans',sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields input,
.goll-contact-section .goll-contact-form .goll-input1-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

.goll-contact-section .goll-contact-form .goll-input-fields textarea{
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding: 10px;
	border: none;
}

.goll-contact-section .goll-contact-form input[type='submit']{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0px solid;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 30px;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	transition: all .15s;
}


.goll-contact-section .goll-contact-form .goll-input-fields input[type='submit']:hover{
	color: #ffffff;
	background-color: #de5c39;
}



.goll-contact-section .goll-contact-form .goll-input1-fields label{
	display: block;
	font-size: 14px;
	font-family: 'Alegreya Sans',sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.goll-contact-section .goll-contact-form .goll-input1-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

.goll-contact-section .goll-contact-form .goll-input1-fields textarea{
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding: 10px;
	border: none;
}

.goll-contact-section .goll-contact-form input1[type='submit']{
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	outline: 0;
	border: 0px solid;
	width: 100%;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .15s;
	   -moz-transition: all .15s;
	    -ms-transition: all .15s;
	     -o-transition: all .15s;
	        transition: all .15s;
}


.goll-contact-section .goll-contact-form .goll-input1-fields input[type='submit']:hover{
	color: #ffffff;
	background-color: #de5c39;
}


/* -------- Preloader Style ------- */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -70px 0 0 -70px;
}

/* -------- Slider Pagination ------- */
.owl-theme .owl-controls {
  margin-top: 16px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 50px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0,0,0,0);

}


/* --------- Footer Style ---------- */
footer{
	background-color: #64bddb;
	padding: 10px 15px;
	overflow: hidden;
}

footer .goll-footer-content{
	text-align: center;
	margin-top: 10px;
}

footer .goll-footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

footer p{
	text-align: center;
	color: #818181;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer ul {
	display: inline-block;
}

footer ul li{
	float: left;
	margin-right: 15px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{
	font-size: 21px;
}

footer ul li a i{
	font-size: 21px;
	color: white;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.goll-footer-social-info li {
	width: 40px;
	height: 40px;
	margin: 0px 15px 0px auto;
	text-align: center;
	float: left;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 50px;
	padding: 5px;
}



/* --------- telas acima de 1366px ----------- */



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




span.goll-white-text {
	color: white;
	font-size: 3.7 em;
}

p.subtitle {
	font-size: 1.5em;
}

span.local {
	font-size: 1em;
	letter-spacing: -2px;
	margin-bottom: 1px;
	color: white;
	position: relative;
	font-weight: 300;
}

.goll-main-menu{
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
    -webkit-backface-visibility: hidden;
	height: 140px;
	background-color: rgba(100, 189, 219, 0.44);
}


.goll-main-menu .navbar-nav li a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
	letter-spacing: -0.02em;
}


div.goll-testimonial-slides.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	color: white;
	font-weight: bold;
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 70px;
	padding-top: 30px;
}


.goll-section-header-parallax p{
	font-family: 'Alegreya Sans', sans-serif;
	color: white;
	font-weight: bold;
}

.goll-contact-section .goll-contact-form .goll-input-fields textarea,
.goll-contact-section .goll-contact-form .goll-input1-fields textarea{
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding: 10px;
	border: none;
}



.goll-contact-section .goll-contact-form .goll-input-fields input,
.goll-contact-section .goll-contact-form .goll-input1-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

p.subtitle2 {
	color: #56ACCB;
	font-size: 1.36em;
	letter-spacing: -0.04em;
	line-height: 135%;
	padding-top: 10px;
}

p.cidade {
	font-family: "Alegreya Sans";
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.goll-portfolio-work-item{
	height: 300px;
	position: relative;
	width: 400px;
	margin-top: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1,
.goll-contact-section .goll-contact-form .goll-input1-fields1{
	margin-bottom: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1 input,
.goll-contact-section .goll-contact-form .goll-input1-fields1 input{
	width: 30%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: absolute;
}

.goll-contact-section .goll-contact-form .goll-input-fields2 input,
.goll-contact-section .goll-contact-form .goll-input1-fields2 input{
	width: 40%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: relative;
	margin-right: 2%;
	margin-left: 410px;
}
.goll-contact-section .goll-contact-form .goll-input-fields2,
.goll-contact-section .goll-contact-form .goll-input1-fields2{
	margin-bottom: 10px;
}

.goll-section-header p{
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 0px;
}

p.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	font-weight: bold;
	font-size: 1.2em;
}

#contact-form {
	margin-top: -30px;
	width: 70%;
	margin: 0 auto;
}

.goll-section-header{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.goll-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: -80px;
}

.goll-section-header h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 1px;
}

h2.white1 {
	color: white;
}

.goll-testimonial p.goll-client-info{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 30px;
	text-transform: uppercase;
	color: #8ec379;
}

.goll-testimonial p{
	font-size: 18px;
	margin-bottom: 10px;
}

.owl-theme .owl-controls {
  margin-top: 100px;
  text-align: center;
}

.goll-blurb-round-icon {
  margin-bottom: 100px;
	margin-top: 50px;
	margin-right: 0;
}

.goll-blurb-round-icon.wow.bounceInLeft img {
	margin-left: 50px;
	margin-bottom: 20px;
}

.goll-blurb-round-icon.wow.bounceInRight img {
	margin-left: 50px;
	margin-bottom: 20px;
}

input#submit-btn {
	font-size: 22px;
	margin-top: 10px;
}


.bgc-one {
background-color: #ffffff;
padding-top: 200px;
}

.bgc-two {
padding: 220px 0 270px;
margin-top: 550px;
background: url(../images/img-header/middlebg2.jpg) center center;
margin-bottom: 0;
}


.bgc-three {
padding: 250px 0 170px;
margin-top: 440px;
background: url(../images/img-header/middlebg3.jpg) center center;
margin-bottom: 0;
}

.bgc-four {
padding: 250px 0 170px;
margin-top: 450px;
background: url(../images/img-header/middlebg4.jpg) center center;
margin-bottom: 0;
}

.bgc-five {
padding: 220px 0 330px;
margin-top: 580px;
background: url(../images/img-header/middlebg5.jpg) center center;
margin-bottom: 0;
}

.bgc-six {
padding: 470px 0 360px;
margin-bottom: 0;
background: url(../images/img-header/bg14.jpg) center center;
}

footer.bgc-7.foot {
	margin-top: -10px;
}
}


/* --------- notebooks de 1200 a 1366px ----------- */


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




span.local {
	font-size: 1em;
	letter-spacing: -2px;
	margin-bottom: 1px;
	color: white;
	position: relative;
	font-weight: 300;
}

.goll-main-menu{
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
    height: 140px;
    background-color: rgba(100, 189, 219, 0.44);
}


.goll-main-menu .navbar-nav li a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
	letter-spacing: -0.02em;
}


div.goll-testimonial-slides.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	color: white;
	font-weight: bold;
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 70px;
	padding-top: 30px;
}

.goll-contact-section .goll-contact-form .goll-input-fields textarea,
.goll-contact-section .goll-contact-form .goll-input1-fields textarea{
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding: 10px;
	border: none;
	font-size: 20px;
}

.goll-section-header-parallax p{
	font-family: 'Alegreya Sans', sans-serif;
	color: white;
	font-weight: bold;
}

.goll-contact-section .goll-contact-form .goll-input-fields input,
.goll-contact-section .goll-contact-form .goll-input1-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	font-size: 20px;
}

p.subtitle2 {
	color: #56ACCB;
	font-size: 1.3em;
	letter-spacing: -0.04em;
	line-height: 135%;
	padding-top: 10px;
}

p.cidade {
	font-family: "Alegreya Sans";
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.goll-portfolio-work-item{
	height: 300px;
	position: relative;
	width: 400px;
	margin-top: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1,
.goll-contact-section .goll-contact-form .goll-input1-fields1{
	margin-bottom: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1 input,
.goll-contact-section .goll-contact-form .goll-input1-fields1 input{
	width: 30%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: absolute;
	font-size: 20px;
}

.goll-contact-section .goll-contact-form .goll-input-fields2 input,
.goll-contact-section .goll-contact-form .goll-input1-fields2 input{
	width: 40%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: relative;
	margin-right: 2%;
	margin-left: 410px;
	font-size: 20px;
}
.goll-contact-section .goll-contact-form .goll-input-fields2,
.goll-contact-section .goll-contact-form .goll-input1-fields2{
	margin-bottom: 10px;
}

.goll-section-header p{
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 0px;
}

p.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	font-weight: bold;
	font-size: 1.3em;
}

#contact-form {
	margin-top: -30px;
	width: 60%;
	margin: 0 auto;
}

.goll-section-header{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.goll-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: -80px;
}

.goll-section-header h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 1px;
}

h2.white1 {
	color: white;
	padding-bottom: 30px;
}

.goll-testimonial p.goll-client-info{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 30px;
	text-transform: uppercase;
	color: #8ec379;
}

.goll-testimonial p{
	font-size: 17px;
	margin-bottom: 10px;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}

.goll-blurb-round-icon {
  margin-bottom: 100px;
	margin-top: 50px;
	margin-right: 0;
}

.goll-blurb-round-icon.wow.bounceInLeft img {
	margin-left: 50px;
	margin-bottom: 20px;
	border-radius: 30px;
	border-radius: 30px;
}

.goll-blurb-round-icon.wow.bounceInRight img {
	margin-left: 50px;
	margin-bottom: 20px;
	border-radius: 30px;
}

.goll-pricing-plans {
	margin-top: 3%;
}

.bgc-one {
	background-color: white;
	padding-top: 140px;
	padding-bottom: 110px;
}

.bgc-two {
	padding-right: 0;
	padding-left: 0;
	background: url(../images/img-header/middlebg2a.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgc-three {
	padding: 200px 0 80px;
	background: url(../images/img-header/middlebg3a.jpg) center center;
}

.bgc-four {
	padding: 200px 0 80px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgc-five {
	padding: 200px 0 200px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bgc-six {
	padding: 256px 0 280px;
	margin-bottom: 0;
	background: url(../images/img-header/bg15.jpg) center center;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover;
}

footer{
	background-color: #64bddb;
	overflow: hidden;
}

footer.bgc-7.foot {
	margin-top: -20px;
}

}


/* ------------ For Tablet Layout: 1024px. ----------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {



input {
	border-style: none;
	width: 210px;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	border: none;
	padding: 20px 15px 30px 0;
}

#name {
	padding-left: 0;
	padding-bottom: 30px;
}

textarea#mensagem {
	padding-left: 0;
	padding-top: 10;
	padding-bottom: 0;
}


#email {
	padding-left: 0;
	padding-bottom: 30px;
}

footer{
	background-color:  #64bddb;
	padding: 15px;
	overflow: hidden;
}

input#submit-btn {
	padding-top: 10px;
	padding-bottom: 15px;
}

.bgc-one {
	background-color: #ffffff;
	padding: 160px 0 200px;
}


.bgc-two {
	padding-right: 0;
	padding-left: 0;
	background: url(../images/img-header/middlebg2a.jpg) center center;
}


.bgc-three {
	padding: 50px 0;
	background: url(../images/img-header/middlebg3a.jpg) center center;
	margin-top: -110px;
}

.bgc-four {
	padding: 200px 0 20px;
	margin-top: 200px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
}

.bgc-five {
padding: 220px 0 170px;
margin-top: 340px;
	background: url(../images/img-header/middlebg5a.jpg) center center;
	margin-bottom: 0;
}

.bgc-six {
padding: 280px 0 500px;
	margin-bottom: 0;
background: url(../images/img-header/bg15.jpg) center center;
}


span.local {
	font-size: 1em;
	letter-spacing: -2px;
	margin-bottom: 1px;
	color: white;
	position: relative;
	font-weight: 300;
}

.goll-main-menu{
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 10px !important;
	margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
    -webkit-backface-visibility: hidden;
	height: 140px;
	background-color: rgba(100, 189, 219, 0.44);
}


.goll-main-menu .navbar-nav li a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
	letter-spacing: -0.02em;
}


div.goll-testimonial-slides.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	color: white;
	font-weight: bold;
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 70px;
	padding-top: 30px;
}

.goll-contact-section .goll-contact-form .goll-input-fields textarea{
	width: 100%;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding: 10px;
	border: none;
}

.goll-section-header-parallax p{
	font: 12px 'Alegreya Sans', sans-serif;
	color: white;
}


.goll-contact-section .goll-contact-form .goll-input-fields input{
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
}

p.subtitle2 {
	color: #56ACCB;
	font-size: 1.2em;
	letter-spacing: -0.01em;
	line-height: 135%;
	padding-top: 10px;
}

p.cidade {
	font-family: "Alegreya Sans";
	text-transform: uppercase;
	font-weight: bold;
	color: white;
}

.goll-portfolio-work-item{
	height: 300px;
	position: relative;
	width: 400px;
	margin-top: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1{
	margin-bottom: 10px;
}

.goll-contact-section .goll-contact-form .goll-input-fields1 input{
	width: 30%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: absolute;
}

.goll-contact-section .goll-contact-form .goll-input-fields2 input{
	width: 40%;
	height: 60px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	position: relative;
	margin-right: 2%;
	margin-left: 340px;
}
.goll-contact-section .goll-contact-form .goll-input-fields2{
	margin-bottom: 10px;
}

.goll-section-header p{
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 0px;
	font-size: 1.1em;
	letter-spacing: -0.01em;
}

p.right {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-bottom: 12px;
}

div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInLeft {
	margin-left: 11%;
}

.goll-pricing-plans {
	margin-top: 3%;
}


#contact-form {
	margin-top: -30px;
	width: 60%;
	margin: 0 auto;
}

.goll-section-header{
	text-align: center;
	margin-bottom: 20px;
}

.goll-testimonial-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
	margin-top: -80px;
}

.goll-section-header h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #313131;
	text-transform: uppercase;
	margin-bottom: 1px;
}

h2 {
	font-size: 30px;
}

h2.white1 {
	color: white;
}

.goll-testimonial p.goll-client-info{
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 15px;
	text-transform: uppercase;
	color: #8ec379;
}

.goll-testimonial p{
	font-size: 18px;
	margin-bottom: 10px;
}

.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
}

.goll-blurb-round-icon {
  	margin-bottom: 100px;
	margin-top: 20px;
	margin-right: 0;
}

.goll-blurb-round-icon.wow.bounceInLeft img {
	margin-left: 50px;
	margin-bottom: 20px;
}

.goll-blurb-round-icon.wow.bounceInRight img {
	margin-left: 50px;
	margin-bottom: 20px;
}




}


/* --------- For Tablet Layout: 768px. ---------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
/* ---------- Home Page Style ---------- */

#franquia div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown.goll-section-header-parallax p.subtitle2 {
	font-size: 16px;
}

#contact div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown.goll-section-header-parallax p.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	color: white;
	font-size: 16px;
}


.goll-custom-sec-text p{
	margin-bottom: 20px;
	font-size: 16px;
}

.goll-main-menu{
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
       -moz-transition: all .35s;
        -ms-transition: all .35s;
         -o-transition: all .35s;
            transition: all .35s;
    -webkit-backface-visibility: hidden;
	height: 140px;
	background-color: rgba(100, 189, 219, 0.44);
}



.bgc-one {
	padding: 180px 0 220px;
	background-color: white;
}


.bgc-two {
	background: url(../images/img-header/middlebg2.jpg) center center;
	margin-top: 300px;
	padding-bottom: 260px;
}


.bgc-three {
	padding: 170px 0 110px;
	background: url(../images/img-header/middlebg3.jpg) center center;
}

.bgc-four {
	padding: 300px 0 240px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
}

.bgc-five {
	padding: 200px 0 500px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 500px;
}

.bgc-six {
	padding: 200px 0 500px;
	background: url(../images/img-header/bg15.jpg) center center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#screenshot div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown {
	margin-top: 150px;
}

ul.nav.navbar-nav.goll-menu-wrapper {
	margin-top: 0;
	margin-left: 240px;
}

#nav-menu ul.nav.navbar-nav.goll-menu-wrapper li {
	margin-top: -10px;
	margin-bottom: 0;
}

div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInLeft {
	margin-left: 30%;
	margin-top: 5%;
}

div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInRight {
	margin-left: 30%;
	margin-top: 5%;
}

h2.white1 {
	color: white;
}


div#goll-testimonial.owl-carousel.goll-testimonial.owl-theme {
	padding-top: 70px;
}

div.owl-pagination {
	padding-top: 60px;
}

.goll-blurb-round-icon {
	margin: 10px 0 0 20%;
}


div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInRight {
	position: static;
	margin-top: 0;
	margin-bottom: 80px;
}

div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInLeft {
	margin-top: 0;
}


#contact-form {
	width: 60%;
	margin: 0 auto;
}

input {
	border-style: none;
	width: 210px;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	border: none;
	padding-right: 15px;
	padding-left: 0;
}

#name {
	padding-left: 0;
}

#email {
	padding-left: 0;
}

textarea#mensagem {
	padding-left: 0;
}

.goll-section-header{
	text-align: center;
	margin-bottom: 20px;
}

input#submit-btn {
	padding-top: 10px;
	padding-bottom: 15px;
}

#submit-btn {
	margin-top: 50px;
}


}





/* --------- For smarthphones Layout: 320px and 568px. ---------- */

@media only screen and (min-width: 320px) and (max-width: 568px) {

.goll-main-menu.minified{
	padding: 0;
	/* position: fixed; */
	background-color: #64bddb;
}


.navbar-toggle {
 	border: 2px solid #ffffff;
 	border-radius: 50%;
 	margin-top: 30px;
 	margin-right: 20px;
 	color: #5a4e4e;
 	width: 45px;
 	height: 45px;
 	text-align: center;
}

span.icon-bar {
	background-color: #ffffff;
}

div.col-md-6.col-sm-6.col-xs-12.goll-custom-sec-img.wow.bounceInLeft {
	margin-top: -30px;
}


.goll-custom-sec-text p{
	margin-bottom: 20px;
	font-size: 16px;
}

.goll-main-menu{
    border: 0 none;
    border-radius: 0;
    position: fixed;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
    height: 140px;
    background-color: rgba(100, 189, 219, 0.44);
}

div#nav-menu.navbar-collapse.collapse.in {
	padding-top: 28px;
	margin-top: 51px;
	background-color: #64bddb;
	height: 270px;
}

.goll-testimonial p.goll-client-info{
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 2px;
	margin-top: 2px;
	text-transform: uppercase;
	color: #8ec379;
	font-size: 2.1em;
	line-height: 1.75;
}


.goll-testimonial p{
	font-size: 17px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.75;
}


.bgc-one {
	padding: 90px 0 220px;
	background-color: white;
}


.bgc-two {
	background: url(../images/img-header/middlebg2b.jpg) center center;
	padding-top: 170px;
	margin-top: 160px;
	background-repeat: no-repeat;
	background-size: cover;
}


.bgc-three {
	padding-bottom: 40px;
	padding-top: 170px;
	margin-top: 0;
	background: url(../images/img-header/middlebg3b.jpg) center center;
}

.bgc-four {
	padding-bottom: 240px;
	padding-top: 170px;
	margin-top: 0;
	background: url(../images/img-header/middlebg4b.jpg) center center;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgc-five {
	padding: 200px 0 200px;
	background: url(../images/img-header/middlebg4a.jpg) center center;
	margin-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0;
}

.bgc-six {
	padding-right: 0;
	padding-left: 0;
	background: url(../images/img-header/bg15.jpg) center center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 227px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


div.col-md-6.col-sm-6.col-xs-12.goll-custom-sec-text.wow.bounceInRight {
	margin-top: 20px;
	text-align: justify;
}

#screenshot div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown {
	margin-top: 250px;
}

ul.nav.navbar-nav.goll-menu-wrapper {
	margin-top: 0;
	margin-left: 213px;
	float: right;
	width: 100%;
}

#nav-menu ul.nav.navbar-nav.goll-menu-wrapper li {
	margin-top: -10px;
	margin-bottom: 0;
	margin-right: 20px;
}


#nav-menu ul.nav.navbar-nav.goll-menu-wrapper li a {
	font-size: 14px;
	line-height: 15px;
	padding: 8px;
}


div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInLeft {
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	width: 100%;
}

div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInRight {
	margin-top: 5%;
	margin-right: 1px;
	width: 100%;
	margin-left: 1px;
}

.goll-pricing-plans .goll-pricing-titles {
	/* text-align: center; */
	/* padding: 4px; */
	/* font-size: 0.65em; */
	/* line-height: 0.5em; */
}


.goll-pricing-plans .goll-pricing-service-name{
	margin: 0px;
	text-align: center;
	padding: 15px;
	font-size: 0.90em;
}

#local div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown p.subtitle {
	font: bold 12px/14px 'Alegreya Sans', sans-serif;
	text-align: justify;
}

p.right {
	text-align: justify;
	line-height: 18px;
}

#franquia div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown.goll-section-header-parallax p.subtitle2 {
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 0;
}

#featured-works2 div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown p.subtitle {
	font-size: 1.3em;
	text-align: center;
}

#local div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown p.subtitle {
	font-size: 14px;
	text-align: center;
}

#featured-works div.goll-testimonial-wrapper.wow.bounceIn div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown p.subtitle {
	font-size: 18px;
	text-align: center;
	line-height: 1.75;
}

#local div.container div.row div.goll-pricing-wrapper div.col-md-4.col-sm-4.col-xs-12.goll-pricing-plans.wow.bounceInLeft div.goll-pricing-service-name ul {
	font-size: 10px;
}

#about div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown p.col-md-8.col-sm-10.col-xs-12.col-md-offset-2.col-sm-offset-1 {
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
}

#about div.container div.row div.goll-what-we-do div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInLeft {
	text-align: center;
	width: 100%;
	margin-right: 1px;
	margin-left: 1px;
	font-size: 13px;
}


#about div.container div.row div.goll-what-we-do div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInRight {
	text-align: center;
	width: 100%;
	margin: 5px 1px 10px;
	font-size: 13px;
	
}


.goll-blurb-round-icon h3{
	text-align: center;
	font-size: 15px;
	color: #616161;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-transition: all .1s linear;
	   -moz-transition: all .1s linear;
	    -ms-transition: all .1s linear;
	     -o-transition: all .1s linear;
	        transition: all .1s linear;
}


.goll-blurb-round-icon.wow.bounceInLeft img {
	margin-left: 0px;
	margin-bottom: 4px;
	border-radius: 30px;
}

.goll-blurb-round-icon.wow.bounceInRight img {
	margin-left: 0px;
	margin-bottom: 4px;
	border-radius: 30px;
}

#franquia div.container div.row div.col-md-12.col-sm-12.col-xs-12.goll-section-header.wow.fadeInDown.goll-section-header-parallax h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 3em;
	margin-bottom: 1px;
}


h2 {
	font-size: 3em;
}

h2.white {
	color: white;
	font-size: 3em;
}

h2.white1 {
	color: white;
	font-size: 3em;
}

.goll-portfolio-work-item{
	height: 320px;
	position: relative;
	width: 427px;
	margin-top: 2px;
}

div#goll-testimonial.owl-carousel.goll-testimonial.owl-theme {
	padding-top: 10px;
}

div.owl-pagination {
	padding-top: 20px;
}

.goll-blurb-round-icon {
	margin: 10px 0 0 20%;
}


div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInRight {
	position: static;
	margin-top: 0;
	margin-bottom: 80px;
}

div.col-md-3.col-sm-3.col-xs-12.goll-blurb-round-icon.wow.bounceInLeft {
	margin-top: 0;
}


#contact-form {
	width: 80%;
	margin: 0 auto;
}


input {
	border-style: none;
	width: 210px;
	width: 100%;
	height: 40px;
	background-color: transparent;
	border-bottom: 2px solid #ccc !important;
	border: none;
	padding-right: 15px;
	padding-left: 0;
}

#name {
	padding-left: 0;
}

#email {
	padding-left: 0;
}

textarea#mensagem {
	padding-left: 0;
}

.goll-section-header{
	text-align: center;
	margin-bottom: 20px;
}

input#submit-btn {
	padding-top: 6px;
	padding-bottom: 15px;
}

#submit-btn {
	margin-top: 10px;
}







}
