body, html {
  margin: 0;
  padding: 0;
}


.searchform {
    background-color:rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    border-top: 1px solid #333;
    box-shadow: -3px 0 5px -3px rgba(1, 1, 1, 0.87), 3px 0 5px -3px rgba(1, 1, 1, 0.87);
    padding: 20px 0;
    position: relative;
    font: 32px "klavika-web","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    color: #fff;
}

.wrap-content {
  padding: 50px 8%;
  text-align: center;
}

.title {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFC200;
}

/*
    Theme Name: TP Entertaiment
    Theme URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400');


body {
    width: 100%;
    height: 100%;
    font-family: 'Merriweather', serif;
	font-weight: 300;
    color: #7F7F7F;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
}
.title-font{
    font-family: 'Raleway';
    font-weight:900;
    letter-spacing: 2px;
}
p {
	font-size:16px;

}

.btn-primary {
  padding: 8px 20px;
  background: #fff;
  color: #000;
  border-radius: 0;
  border:none;
  margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #fff;
  color:#2487cd;
  outline: none;
  box-shadow: none;
} 
.container-nopadding{
	padding:0;
}
@media (max-width: 800px){
	.container-nopadding{
	padding:0 15px;
}
}
.lead {
	font-size:20px;
	line-height:36px;
	font-weight:300;
	font-family:'Merriweather';
    letter-spacing: 1px;
}

.top-row {
	position: relative;
}
/* --- logo --- */
.site-logo {	
    float: left;
	line-height:66px;
}

.site-logo a.brand {
	color: #2487cd;	
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	
}
.site-logo a.brand:hover {
	text-decoration:none;
}

/* --- Menu --- */
#menu{
	float:left;
}
/* --- Social --- */
.header-social {
	top: 0px;
	right:70px;
	padding:0;
	margin:0;
	position:absolute;
}

.header-social:before {
	content: "";
    position: absolute;
    background: #DADADA;
    display: inline-block;
    left: 0;
    margin-top: -13px;
    top: 50%;
    height: 22px;
    width: 1px;
}
.header-social li{
	display:inline-block;
	padding-left:25px;
	line-height:66px;
}
.header-social li:first-child{
	padding-left:30px;
}
.header-social li .fa{
	font-size:20px;
	color:#CFD0D1;
}
.header-social li a:hover .fa{
	color:#3A93FF;
}

/* ------- Navigation ------------ */

.navbar {
    margin-bottom: 0;
	background:#031834;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
	padding:0 0 0 25px;
}

.navbar-fixed-top ul.nav li a {
	font-size: 16px;
	font-family:'Raleway';
	letter-spacing: 3px;
    color: #CFD0D1;
	text-transform: uppercase;
	font-weight: 800;
	line-height:66px;
	padding:0 20px;
}

.navbar-fixed-top.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-fixed-top ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-fixed-top ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-fixed-top ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-fixed-top.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-fixed-top .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-fixed-top .nav li a:hover,
.navbar-fixed-top .nav li a:focus,
.navbar-fixed-top.nav li.active {
    outline: 0;
  
	color:#3A93FF ;
}

.navbar-toggle {
    padding: 8px 12px;
    font-size: 18px;
    color: #fff;
    background-color: #868686;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* ----- Slider -----*/
.top-slide {
	margin-top:66px;
}
.slider {
}

.slider img {
    width: 100%; 
}

.slider .item .container {
	position:absolute;
	left:0;
	right:0;
	top:50%;
}

.slider .text_slider{
	max-width:90%;
	color:#3f9efa;
}
.container-slide{
	position:absolute;
	left:0;right:0;
	padding:0;
	top:50%;
	width:1170px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	margin:0 auto;
}
@media (max-width: 1024px) {
	.slider .text_slider h3 {
		font-size:40px !important;
		margin-bottom:-60px !important;
		line-height:48px !important;
	}
}
@media (max-width: 800px) {
	.slider .text_slider h3 {
		font-size:32px !important;
		margin-bottom:-40px !important;
		line-height:44px !important;
	}
		
	.content-row {
		padding: 0px 10px;
	}
	.lead {
		line-height:28px;
		font-weight:400;
	}
}
@media (max-width: 700px) {
	.slider .text_slider h3 {
		font-size:30px !important;
		margin-bottom:-30px !important;
		line-height:38px !important;
	}
}
@media (max-width: 600px) {
	.slider .text_slider h3 {
		font-size:26px !important;
		margin-bottom:-20px !important;
		line-height:30px !important;
	}
}
@media (max-width: 500px) {
	.slider .text_slider h3 {
		font-size:20px !important;
		margin-bottom:-10px !important;
		line-height:26px !important;
	}
}
@media (max-width: 450px) {
	.slider .text_slider h3 {
		font-size:16px !important;
		font-weight:600 !important;
		margin-bottom:0px !important;
		line-height:20px !important;
	}
}

.content-row {
	text-align: justify;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.slider .text_slider h3 {
	font-weight:800;
	font-size:58px;
	line-height:64px;
	margin-bottom:-100px;
	position:relative;
}
.slider .text_slider h3:after {
	position:absolute;
	content:"";
	height:5px;
	width:100px;
	background:#fff;
	bottom:-30px;
	left:0;
}

.slider .text_slider p {
	font-size:18px;
	font-weight:400;
	line-height:34px;
	width:80%;
	margin:0;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #2487cd;;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  margin-top:-25px;
  width: 50px;
  color:#fff;
   background:#2487cd;
}

#carousel-slider a i:hover {
  background:#2487cd;
  color:#fff;
  border: 1px solid #2487cd;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:70px
}

#carousel-slider .carousel-control.right i {
  right: 70px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

/*--  more about us --*/
#home .container.more {
	position:relative;
}

#home .container.more #more{
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 13px;
    text-transform: uppercase;
    text-align:center;
    color: #fff;
    height: 54px;
    min-width:200px;
    line-height: 54px;
    background: #FF8b6F;
    font-weight: bold;
}
#home .owl-theme .owl-controls{
	position:absolute;
	bottom:30px;
	left:0;right:0;
}
#home .owl-theme .owl-controls .owl-pagination {
	;
}
#home .container.more #more:hover{
	background:#3A93FF;
}
#home .container.more #more .smoothscroll {
	color:#fff;
	font-weight:900;
}

#home .container.more #more .smoothscroll .fa{
	color:#fff;
	font-size:15px;
	margin-left:15px;
}
.center h2{
  font-size: 16px;
  font-family:'Raleway';
  margin-top: 0;
  margin-bottom: 90px;
  color:#696969;
  font-weight:900;
  text-transform:uppercase;
  position:relative;
  letter-spacing: 3px;
}
.center h2:before{
	content:"";
	position:absolute;
	left:0;
	bottom:-30px;
    height: 4px;
    width: 100px;
    background: #3A93FF;
    transition: all 0.5s ease-in-out;
}
.center:hover h2:before{
	background:#FF8b6F;
	width:120px;
}

#about .lead {
	font-size:20px;
	margin-bottom:40px;
}

#about {
	padding-top:40px;
}


#about .portfolio-item1{
	margin-bottom:0;
}


.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 0;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #2487cd ;
  border: 1px solid #2487cd ;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0 15px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*--------- Service---------*/
#service{
	margin-top:120px;
}
#service .lead{
	font-size: 20px;
    margin-bottom: 80px;
    line-height: 36px;
    width: 870px;
    text-align: left;
}

#service .service-item{
	margin-bottom:60px;
	display:table;
}
#service .service-item .image-icon{
	display:table-cell;
	vertical-align:top;
}

#service .service-item .text-service{
	display:table-cell;
	padding:0 0 0 30px;
	vertical-align:top;
}
#service .service-item .text-service h3{
	margin:0 0 10px 0;
	font-size: 18px;
    text-transform: uppercase;
}

#service .service-item .text-service p{
	line-height:30px;
	font-size:16px;
	margin:0;
}
.recent-work-wrap {
  position: relative;
  overflow:hidden;
  margin:0 0 30px;
}

.recent-work-wrap img{
  width: 100%;
  transition:all 0.5s ease 0s;
}

.recent-work-wrap:hover img{
  transform: scale(1.1);
}

.recent-work-wrap .recent-work-inner{
	position:absolute;
  top: 50%;
  left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
  text-align:center;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
  text-transform:uppercase;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(0,0,0,0.4);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

#about  {
	margin-top:80px;
	margin-bottom:40px;
}

#about .lead {
	font-size:18px;
	margin-bottom:50px;
}

#about  img {	
	margin-bottom:0;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 20px;
  border-top: 1px solid #fff;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
	border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}


.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 40px;
  line-height: 38px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #2487cd;
  color:#fff;
}

.panel-heading.active a.accordion-toggle i{
  background: #2487cd;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #2487cd;
  color: #fff;
}
/*technology*/
#technology{
	margin-bottom:40px;
}
/* info  */
#info{
	background:#f7f7f7;
	padding-top:120px;
	padding-bottom:90px;
	margin-bottom:120px;
}
.info-text h3{
	font-size:18px;
	color:#3A93FF;
	font-family:'Raleway';
	font-weight:900;
	margin-bottom:30px;
}

#info .lead{
	font-size: 20px;
    margin-bottom: 60px;
    line-height: 36px;
    width: 870px;
    text-align: left;
}
.info-text{
	margin-bottom:30px;
}
#features {
	margin-top:50px;
	padding:50px;
	text-align:center;
}

#features .lead {
	text-align:center;
	font-size:18px;
	margin-bottom:50px;
}

#features img {
	border-radius:30%;
	margin-top:30px;
	margin-bottom:40px;
}
/*--- Meetteaem --- */
#meetteam{
margin-bottom:120px;
}
.infos-team{
	position:relative;
	overflow: hidden;
}
.info-team{
	position:absolute;
	top:50%;
	left:-20%;
	right:15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	text-align:center;
	opacity:0;
	transition:all 0.5s ease 0s;
}

.infos-team:hover .info-team{
	opacity:1;
	left:15px;
}

.infos-team:hover:before{
	opacity:1;
}
.info-team .name{
	font-size:18px;
	color:#fff;
	font-family:'Raleway';
	font-weight:bold;
	text-transform: uppercase;
	margin-top:0;
}
.info-team .job {
	font-size:18px;
	color:#FF8B6F;
	font-family:'Raleway';
	font-weight:500;
	position:relative;
	padding-bottom:20px;
}

.info-team .job:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	height:4px;
	width:16px;
	margin-left:-8px;
	background:#fff;
}
.info-team .social-team .social-share{
	padding:0;
	margin:0;
}
.info-team .social-team .social-share li{
	display:inline-block;
}

.info-team .social-team .social-share li a{
	color:#FFF;
	font-size:20px;
	padding:0 3px;
}
.info-team .social-team .social-share li a:hover{
	color:#3A93FF;
}

.olay-item{
	position:absolute;
	left:0;right:0;
	top:0;bottom:0;
	background:rgba(0,0,0,0.3);
	opacity:0;
	transition:all 0.5s ease 0s;
}
.infos-team:hover .olay-item{
	opacity:1;
}
/********   Testimonial  *******/
#testimonial{
	padding:120px 0;
	background:#3A93FF;
	text-align:center;
}
.testimonial{
	display:table;
	width:100%;
	padding:0 150px;
	color:#FFF;
	margin-bottom:75px;
}
.testimonial-image{
	display:table-cell;
	width:150px;   
	vertical-align: top;
}
.testimonial-image img{
	border-radius:50%;
	border:3px solid #FFF;
}
.testimonial-info{
	display:table-cell;
	vertical-align: top;
	text-align:left;
	padding-left:40px;
}

.testimonial-info .description{
	line-height:30px;
	margin:0;
}
.testimonial-info .name{
	font-size:18px;
	font-family:'Raleway';
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
	padding-top:30px;
}
.testimonial-info .name:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:3px;
	width:100px;
	background:#FFF;
}

.testimonial-info .job{
	color:#cccccc;
}

#testimonial .carousel-control{
	background:none;
	font-size:50px;
	width:auto;
	bottom:auto;
	top:50%;
	margin-top:-25px;
}

#testimonialslide .flex-direction-nav a:before{
	content:"\f104";
	font-family:'FontAwesome';
}
#testimonialslide .flex-direction-nav a.flex-next:before{
	content:"\f105";
	font-family:'FontAwesome';
}
@media (max-width: 600px) {
	#testimonial{
		padding:50px 0;
	}
	.testimonial{
		padding:0 50px;
		margin-bottom:0;
	}
}
@media (max-width: 500px) {
	
	.testimonial{
		padding:0;
		display:inline-block;
		text-align:center;
	}
	.testimonial-image{
		display:inline-block;
	}
	.testimonial-info{
		display:inline-block;
		text-align:center;
		padding-left:0;
		width:100%;
		padding-top:15px;
	}
	.testimonial-info .name:after{
		left:50%;
		margin-left:-50px;
	}
}
/* --- Map --- */
.map{
	position:relative;
	
}
/* google map */
#google-map{
    position:relative;
    height: 400px;
}

/* -- Contact --*/
.contact-page{
  padding-top: 120px;
  padding-bottom:120px;
}
.contact-page .address{
	padding-bottom:10px;
}
.tp-address .tp-contact{
	padding:0;
	margin:0;
	width: 80%;
}
.tp-address .tp-contact li{
	display:table;
	margin-bottom:15px;
}
.tp-address .tp-contact li .fa{
	display:table-cell;
	text-align:center;
	width:18px;
	padding-right:15px;
}
.tp-address .tp-contact li p{
	display:table-cell;
}

.tp_about{
	margin-top:80px;
	width:60%;
}
.tp_about .tp_moreinfo .more{
	text-transform: uppercase;
	font-family:'Raleway';
}
.contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
	.tp-address .tp-contact{
		width:100%;
	}
}

/*   form email*/
.form-group .form-control {
  padding: 0 12px;
  border:1px solid #C6C6C6;
  border-radius:5px;
  color:#9D9D9D;
  box-shadow: none;
  height:54px;
  font-size:16px;
  line-height:54px;
  font-weight: 300;
}
.form-group .form-control.message{
	height:160px;
	
}
.contactForm .btn-primary {
	background:#3A93FF;
	height:54px;
	min-width:100px;
	line-height:54px;
	padding:0;
	text-align:center;
	border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	font-family:'Raleway';
	font-weight:bold;	
	font-size:13px;
}
.contactForm .btn-primary:hover{
	background:#FF8b6F;
}


textarea#message{
  resize: none;
  padding: 10px;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*--  Footer---*/
#footer {
  color: #696969;
  border-top:1px solid #DADADA;
}

#footer a {
  color: #696969;
}

#footer a:hover {
  color: #3A93FF ;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align:center;
}

#footer ul > li {
	display: inline-block;
	margin:20px 7px;
	text-align:center;
}
.midnight-blue {
	text-align:center;

}
#footer .social	a {
	display:inline-block;
	width:54px;
	height:54px;
	line-height:54px;
	font-size:24px;
	color:#ADADAD;
	border:1px solid #DADADA;
	border-radius:5px;
}
#footer .social	a:hover{
	color:#3A93FF;
}
#footer .text-center h2{
	margin-bottom:10px;
	margin-top:45px;
	font-size:16px;
	text-transform: uppercase;
	font-family:'Raleway';
	letter-spacing: 2px;
	font-weight: bold;

}
.copy-right {
	display:inline-block;
	margin-bottom:30px;
}
