/*--------------------------------------

Template Name : DINGO 
Version : 1.0
Author : Beeskip

-------------------------------------*/
/*----------------------------------
	TABLES : 
------------------------------------

  01- General 
  02- Navigation 
  03- Home Section
  04- Service Section 
  05- Portfolio Section  
  06- About Section   
  07- statistics Section   
  08- Team Section   
  09- Testimonials Section   
  10- blog Section   
  11- Contact Section   
  12- Footer Section
  13- Back To Top
  
*/


/*-----------------------------------
01- General 
--------------------------------*/

body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #FF9900;
}
body img {
  border: none;
  height: auto;
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

h4 {
	font-size: 17px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f1c40f;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #f3ca27;
	border: 0;
	margin-bottom: 30px;
}

/*-----------------------------------
 02- Navigation 
 ------------------------------*/
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #d9e0e2;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f3ca27;
}
.on {
	background-color: #032731 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3ca27 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/*------------------------------------
 03- Home Section 
 -----------------------------------*/
header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	//background-attachment:fixed;
	color: #d9e0e2;
	position: relative;
	height: 100%;
	
}

.slider-section {
    top: 0%;
    left: 0%;
    max-height: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
	
}



.video-area {
  position: relative;
  width: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center center;
  min-height: 700px;
}

.video-overlay{
  position: absolute;
  z-index: 3;
  width:100%;
  height: 700px;
  background: #164E71;
  opacity: 0.5;
  top: 0;
}

 .dark-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 0;
}

/*  Parallax Image */
.parallax-image #home-section {
    padding: 0;

    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    background-image: url(../img/header-bg.jpg);

    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}


header p{
	color: #d9e0e2;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 14px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}

.intro-text H1 {
	font-size: 70px;
	text-transform: uppercase;
	color: #d9e0e2;
	letter-spacing: 2px;
}
.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}

@media (max-width: 603px) {
	.intro-text {
 
	padding-top: 200px;
	 
}
}

/*-----------------------------------------------------

 slider section

----------------------------------------------------*/
video, 
object {
    min-width:100%;
    min-height:100%;
}

 #particles-js {
  //position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

 

#tt-home-carousel {
    overflow: hidden;
    position: relative;
}

#tt-home-carousel img{
    width: 100%;
    background-size: cover;
	
}

.carousel-fade .carousel-inner .item {
    max-height: 700px;
    opacity:.8;
    -webkit-transition-property:opacity;
    -moz-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity

}
.carousel-fade .carousel-inner .active { 
    opacity: 1 
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { 
    opacity: 1 
}

.carousel-fade .carousel-inner .item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(3,47,58,.8);
}

.carousel-fade .carousel-control {
    z-index: 20 
}



/* Caption style
/* ------------------------------ */

#home .carousel-caption {
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 15;
    color: #fff;
    bottom: inherit;
}


#home .carousel-caption h1{
    color:#FFFFFF;
    font-size: 75px;
    line-height: 80px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -5px;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

#home .carousel-caption h1 span{
    font-weight: 900;
}

#home .carousel-caption p{
    color:#FFFFFF;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 70px;
}

#home .carousel-caption .btn {
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 30px;
  padding: 20px 58px;
}

#home .carousel-caption .btn:hover {
    background: #fff;
    border-color: transparent;
    color: #f3ca27;
}


/* Next and previous button
/* ------------------------------ */
#tt-home-carousel > .item-prev{
    position: absolute;
    left:40px;
    top:50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition:all 400ms;
}

#tt-home-carousel > .item-next{
    position: absolute;
    right:40px;
    top:50%;
    margin-top: -25px;
    z-index: 100;
    opacity: 0;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition:all 400ms;
}

#tt-home-carousel:hover .item-prev,
#tt-home-carousel:hover .item-next{
    opacity: 1;
}

#tt-home-carousel > .item-prev i,
#tt-home-carousel > .item-next i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    border-radius: 50%;
    color:#000000;
    text-align: center;
    background-color: #DDDDDD;
}

#tt-home-carousel > .item-prev i:hover,
#tt-home-carousel > .item-next i:hover{
    background-color: #f3ca27;
}


/* Text animation delay
/* ------------------------------ */
.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.delay-4 {
    -webkit-animation-delay: 1500ms;
    -moz-animation-delay: 1500ms;
    animation-delay: 1500ms;
}

/*------------------------------------------
 04- Services Section 
 -----------------------------------------*/
#services-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #5b777f;
}
#services-section h2 {
	color:#fff;
}
#services-section h3 {
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 20px;

}
#services-section p {
	color: #d4d4d4;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}


/*-----------------------------
	05 -Portfolio Section
----------------------------------*/
#works-section {
	padding: 80px 0;
	background: #fff;
	}
#works-section img {
	max-width:100%;
	}

  .subheading {
  color: #9e9e9e;
  font-size: 16px;
}

.portfolio-filter {
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
  font-size: 12px;
  padding: 0px 11px;
}

.portfolio-filter a.active {
  color: #fff;
  background-color: #1c424d;
}

.portfolio-filter a {
  display: inline-block;
  margin: 0 5px;
  color: #4c4c4c;
  text-transform: uppercase;
  background-color: #f5f5f5;
  letter-spacing: 0.1em;
  padding: 11px 19px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.portfolio-filter a:hover {
  color: #fff;
  background-color: #1c424d;
}

.masonry-item {
  margin-top: 6px; 
  width: 23%;
  height: auto;
  float: left;
  overflow: hidden;
}

.work-img img {
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.work-img {
  position: relative;
  overflow: hidden;
  display: table;
    height: 100%;
    width: 100%;
}
.grid-item {
  margin-bottom: 30px;
}
.wrapper{
  
  display: table;
    height: 100%;
    width: 100%;
}

.content{
	display: table-cell; 
    vertical-align: middle;
}

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

.work-description {
    
  padding: 20px;
  height: 100%;
  width: 100%;
  background-color: rgba(26,113,118,0.6);
  position: absolute;
  display: block;
  left: 0;
  top: auto;
  bottom: -85px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.masonry-item:hover .work-description {
  opacity: 1;
  bottom: 0;
}

.masonry-item:hover .work-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.work-description h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color:#fff;
}

.work-description span {
  font-size: 14px;
  color: #F8F8F8;
  
}

.sing_link_img a i.fa{
	font-size: 14px;	
	color: #f1c40f;
}
.sing_link_img a{
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.7s ease 0s;
	width: 40px;
	
	
}
.sing_link_img a:hover{
	background: #1c424d;	
	border-color: #1c424d;
}
.sing_link_img a.search{
	margin-right: 13px;
}
.masonry-item:hover .content h3{
	animation: fadeInDown 1000ms ease-in-out;
}
.masonry-item:hover .content p{
	animation: fadeInDown 1200ms ease-in-out;
}
.masonry-item:hover  .sing_link_img a.search{
	animation: slideInUp 1200ms ease-in-out;
}
.masonry-item:hover  .sing_link_img a.link{
	animation: slideInUp 1200ms ease-in-out;
}
.masonry-item:hover{
	color: #fff;
}
.masonry-item:hover .sing_work_text_link{
	opacity: 1;
	visibility: visible;
}

@media (max-width:1200px) {
    
	.masonry-item { width: 22.6%;}
    
}

@media (max-width: 990px) {
    
	.masonry-item { width: 47.5%;}
    
}

@media (max-width: 678px) {
    
	.masonry-item { 
		width: 100%;
		padding: 0px 15px;
	}

	.portfolio-filter a {
	  display: block;
	  margin-bottom: 7px;
	}
}

/*-------------------------------------
 06- About Section 
 -------------------------------*/
#about-section {
	padding: 80px 0;
	background:#f4f4f4;
	 
	  
}
#about-section  p {
	color:#5b777f;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}


@media (max-width: 678px) {
    
	#about-section .pad{
	padding: 0px 14px;
}
   #about-section img{
	padding: 0px 10px;
}
}
/*----------------------------------------
07- statistics
------------------------------------------*/

#statistics-section {
	padding: 80px 0;
	background: url(../img/statistics-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#statistics-section .part {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
     
}

#statistics-section .part i {
    font-size: 70px;
    padding: 10px 0
}

#statistics-section .part .num {
    font-size: 45px;
    color: #fdd835
}

#statistics-section .part .title {
    font-size: 18px;
    color: #eee;
    word-spacing: 5px
}

/*----------------------------------
 08-Team Section 
 -----------------------------------*/
#team-section {
	padding: 80px 0;
	background: #fff;
	}
#team-section hr {
	background: #f3ca27;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	margin: 0 10px;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 16px;
	color: #f3ca27;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
/*----------------------------------------
09- Testimonials Section 
---------------------------------------*/
#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonials-section .section-title{
	padding: 30px 0 0 0;
}
#testimonials-section h2{
	color: #fff;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
	line-height:25px;
	color:#d4d4d4;
}
/*-----------------------------------------------
	10- Blog Section
------------------------*/

.blog {
    background-color:#fff;
	padding: 80px 0;
}


.blog .first {
    background-color: #fff;
    margin:10px 15px;
	box-shadow: 1px 1.732px 16px 0px rgba( 0, 0, 0, .16 ), 1px 1.732px 5px 0px rgba( 0, 0, 0, .12 );
    -webkit-transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, box-shadow 0.5s, color 0.5s;
}

.blog .image {
    position: relative;
}

.blog .image .calendar {
    position: absolute;
    color: #FFF;
    top: 22px;
	background-color: #1c424d;
    left: -11px;
    width: 50px;
    height: 62px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor: pointer;
}

.blog .content{
	padding:30px;
	text-align:left;
}


.blog .image .calendar .day {
    color: #FFF;
    margin-bottom: 0;
    font-size: 24px;
}

.blog .image .calendar span {
    font-style: italic;
    color: #ebf9f7;
}

.blog .image:before {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 12px solid #727272; 
    position: absolute;
    top: 72px;
    left: -11px;
}

.blog .image:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-top: 19px solid #fff;
    border-left: 19px solid transparent;
    position: absolute;
    bottom: 0;
    left: 45%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.blog .info h3 {
    margin-top: 0;
	text-transform: capitalize;
    font-weight: 600;
}

.blog .info h3 a {
    color:#1c424d;
}
.blog .info p {
    color:#5b777f;
    font-size: 14px;
}

.blog .info .bottom {
    margin-top: 30px;
}

.blog .info .bottom img {
    float: left;
    margin-right: 9px;
    margin-top: -4px;
	border-radius: 50%;
    width: 31px;
    height: 31px;
}

.blog .info .bottom p {
    float: left;
    font-size: 15px;
    font-style: italic;
    margin-top: 3px;
    color:#5b777f;
}

.blog .info .bottom i {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    cursor: pointer;
    float: right;
	margin-top: 6px;
    padding-right: 13px;
    font-size: 17px;
}



.blog .info .bottom i span {
    font-style: italic;
    color: #a5a5a5;
}

.blog .info hr {
    margin-bottom: 16px;
    width: 216px;
    margin-top: 15px;
	height:0;
	border: 0;
    border-top: 1px solid #eee;
	
}

@media (max-width: 678px) {
    
	.blog .image:before{ 
		display:none;
	}
	.blog .image .calendar{
		left: 0px;
	}
	
}

/* --------------------------------
11- Contact Section 
-----------------------------------*/
#contact-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #5b777f;
}
#contact-section hr {
	background: #f3ca27;
}
#contact-section h2 {
	color: #fff;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	color:#fff;
}
#contact-section p {
	color:#d4d4d4;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #f3ca27;
	margin-bottom: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	color: #f3ca27;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}


@media (max-width: 603px) {
	#contact-section .fa {
	margin: 20px 0;
}
}
/*-----------------------------
	12- Go to Top
------------------------------*/

#back-to-top {
  display: block;
  z-index: 500;
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 36px;
  position: fixed;
  bottom: -52px;
  right: 20px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #fff;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 1px 1.732px 16px 0px rgba( 0, 0, 0, .16 ), 1px 1.732px 5px 0px rgba( 0, 0, 0, .12 );
}

#back-to-top i {
  margin-right: 2px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#back-to-top a {
  width: 52px;
  height: 52px;
  display: block;
  color: #1c424d;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #1c424d;
}

#back-to-top:hover i {
  color: #fff;
}


/*----------------------------
13- Footer 
--------------------------------------*/
#footer {
	background: #032731;
	padding: 15px 0 10px 0;
	color: #42626b;
	text-align: center;
}
#footer p {
	margin-top: 10px;
	color:#d4d4d4;
}

@media (max-width: 768px) {
.content {
	//padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
