/*-----------------------------------------------------------------------------------
    Template Name:             || DREAM || One page HTML5 Responsive Template
    Template URI:              ....................................
    Description:               ....................................
    CoDer :                    Nilanjan Banerjee. 
    CoDer's Site URL:          http://www.tiyosh.in
	Coder's facebook account:  https://www.facebook.com/nilanjan.banerjee0
	Coder's mail:              nilanjan.banerjee0@gmail.com
	skype ID:                  nilanjan.banerjee7
    Version:                   1.0
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    
    1.Default
    2.Navbar
	3.Header
	4.About us
	5.Video
	6.Portfolio
	7.Testimonials
	8.Services
	9.Count
	10.Team
	11.Pricing
	12.Blog
	13.Clients
	14.Address
	15.Footer
	16.Copyright
	
-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*           1.Default
/*--------------------------------*/
body {
	font-family:'Open Sans', sans-serif;
}
.section-padding {
	padding:100px 0 70px 0;
	overflow:hidden;
}
section h2 {
	color:#363636;
	margin-bottom:50px;
	margin-top:0px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
}
section h5 {
	color:#969695;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
}
p {
	line-height:26px;
	color:#777;
}
.section-ash {
	background: #fafafa;
	padding:100px 0 70px 0;
	overflow:hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
/*--------------------------------*/
/*           2.Navbar
/*--------------------------------*/
.navbar-toggle {
	background:#f16528;
	
}
.navbar-toggle .icon-bar {
	background:transparent;
	height: 150px;
}
.navbar-fixed-top {
	background-color:transparent !important;
	border-color:transparent !important;
	padding:20px 0;
}
.navbar-fixed-top .navbar-brand {
	color:#f16528;
	margin:-6px 0 0 0;
}
.navbar-fixed-top .navbar-toggle:hover, .navbar-fixed-top .navbar-toggle:focus {
	background-color:#f16528;
	height: 120px;
}
.navbar-fixed-top .nav li a {
	background: transparent;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	
	font-weight:600;
	letter-spacing:1px;
	color:#000;
}
.navbar-scroll {
	background-color:#fff !important;
	box-shadow: 0px 0px 10px #333;
	padding:10px 10px 10px;
	text-transform:uppercase;
	height: 120px;
}
.navbar-scroll .navbar-nav>li>a {
	color:#000;
	background: #fff;
}
.navbar-scroll .navbar-nav>li>a:hover {
	color: #000;
	background: #fff;
}
.navbar ul li.active a {
	color:#000;
}
 .collapse::-webkit-scrollbar {
 width: 30px;
}
 .collapse::-webkit-scrollbar-thumb {
 background:#f16528;
 -webkit-box-shadow: inset 0 0 6px #f16528;
}
/*--------------------------------*/
/*           3.Header
/*--------------------------------*/
header {
	background-image:url(images/deniz.jpg);
	min-height:700px;
	background-repeat:none;
	background-position:center center;
	background-size:cover;
	text-align:center;
	color:#black;
	text-transform:uppercase;
}
header .intro-text {
	padding-top:250px;
}
header .intro-text .intro-lead-in {
	padding-bottom:50px;
	font-family: 'Lato', sans-serif;
	letter-spacing:5px;
}
header .intro-text .intro-heading {
	letter-spacing:2px;
	font-weight:400;
	color:#fff;
}
header .intro-text form input[type="text"] {
	padding:14px 20px;
	color:#777;
	margin: 0 -4px 0 0;
	text-transform:uppercase;
	width:33%;
	border:none;
}
header .intro-text form input[type="submit"] {
	padding:14px 20px;
	color:#777;
	background:#f16528;
	border:none;
	color:#fff;
	text-transform:uppercase;
}
/*--------------------------------*/
/*           4.About us
/*--------------------------------*/
.aboutus-box {
	padding:10px;
	margin:30px auto 0px auto;
}
.aboutus-circle {
	margin:0 auto;
	background:#f16528;
	border:1px solid #f16528;
	border-radius:50%;
	height:120px;
	width:120px;
	padding:41px 20px 20px 41px;
	color:#fff;
}
.aboutus-circle .fa-2x {
	font-size:2.5em;
}
.aboutus-box h5 {
	text-align:center;
	font-size:16px;
	color:#363636;
	font-weight:700;
	margin:20px auto 10px auto;
}
.aboutus-box p {
	color:#777;
	text-align:center;
}
/*--------------------------------*/
/*           5.Video
/*--------------------------------*/
.section-video {
	background:url(images/18.jpg) no-repeat fixed;
	text-align:center;
	background-position: center;
	background-size: cover;
}
.section-video h2 {
	color:#fff;
	margin-bottom:50px;
}
.section-video h5 {
	color:#f16528;
}
.section-video i {
	color:#f16528;
	text-align:center;
}
/*--------------------------------*/
/*           6.Portfolio
/*--------------------------------*/
.portfolioFilter {
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	padding: 15px 10px;
	color: #45bbff;
}
.portfolioFilter a {
	color: #777;
	text-decoration: none;
	/*margin: 15px 5px 15px 5px;*/
	padding: 10px 15px;
	display: inline-block;
	font-weight:700;
	text-transform:uppercase;
}
.portfolioFilter a.current {
	color: #f16528;
	font-weight:700;
}
.portfolioContainer a img {
	margin:15px auto;
	width:100%;
	height:100%;
}
.portfolioContainer1 a img {
	/*margin:15px auto;*/
	margin:0px auto;
	width:100%;
	height:100%;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/*hover effect start*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	margin-bottom:30px;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.hovereffect:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
	filter: brightness(0.7);
	-webkit-filter: brightness(0.7);
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 10px;
	width: 100%;
}
.hovereffect:hover h2 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect .rotate {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 100%;
	height: 100%;
	position: absolute;
}
.hovereffect hr {
	width: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
}
 .hovereffect hr:nth-child(2) {
 -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
 transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
}
 .hovereffect hr:nth-child(3) {
 -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
 transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(0, 0, 1);
}
.hovereffect h2, .hovereffect hr {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	background-color: transparent;
	margin: 0px;
}
.group1, .group2 {
	left: 50%;
	position: absolute;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.group1 {
	top: 40%;
}
.group2 {
	top: 60%;
}
.hovereffect p {
	width: 30%;
	text-transform: none;
	font-size: 15px;
	line-height: 2;
}
.hovereffect p a {
	color: #fff;
}
.hovereffect p a:hover, .hovereffect p a:focus {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.hovereffect a i {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	padding: 10px;
	font-size: 20px;
}
.group1 a:first-child i {
	-webkit-transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
	transform: translate3d(-60px, -60px, 0) rotate(45deg) scale(2);
}
 .group1 a:nth-child(2) i {
 -webkit-transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2);
 transform: translate3d(60px, -60px, 0) rotate(45deg) scale(2);
}
.group2 a:first-child i {
	-webkit-transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
	transform: translate3d(-60px, 60px, 0) rotate(45deg) scale(2);
}
 .group2 a:nth-child(2) i {
 -webkit-transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2);
 transform: translate3d(60px, 60px, 0) rotate(45deg) scale(2);
}
 .hovereffect:hover hr:nth-child(2) {
 opacity: 1;
 filter: alpha(opacity=100);
 -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
 transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
}
 .hovereffect:hover hr:nth-child(3) {
 opacity: 1;
 filter: alpha(opacity=100);
 -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
 transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}
.hovereffect:hover .group1 i:empty, .hovereffect:hover .group2 i:empty {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0) rotate(45deg) scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
/*hover effect end*/



/*--------------------------------*/
/*           7.Testimonials
/*--------------------------------*/
.testimonials {
	background:url(images/ekip.jpg) no-repeat fixed;
	background-position: center center;
	background-size: cover;
}
.testimonials h2 {
	color:#fff;
}
.quote {
	color: rgba(0, 0, 0, .1);
	text-align: center;
	margin-bottom: 30px;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;/* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-inner {
	min-height:0px;
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: -115px;
}
#quote-carousel .carousel-control.left {
	left: -10px;
	top:140px;
}
#quote-carousel .carousel-control.right {
	right: -10px;
	top:140px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 128px;
	height: 128px;
	border-radius: 100px;
	opacity: 1;
	overflow: hidden;
}
.carousel-inner {
	min-height: 300px;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p {
	font-size:14px;
	color:#ccc;
	font-style:italic;
}
.item blockquote h5 {
	margin:34px 0 0 20px;
	display:inline-block;
	color:#f16528;
}
.item blockquote span {
	margin: 12px 92px 0 0px;
	display: inline-block;
	color: #ddd;
	text-transform:capitalize;
	font-size: 11px;
}
.item blockquote img {
	margin:0 0 18px 0px;
	display:inline-block;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
/*--------------------------------*/
/*           8.Services
/*--------------------------------*/
.services-box {
	overflow:hidden;
	padding:10px;
	margin:30px auto 0 auto;
}
.services-box .icon {
	float: left;
	width: 50px;
}
.services-box .icon i {
	color:#f16528;
}
.services-box .content {
	float:left;
	width:290px;
}
.services-box .content h5 {
	font-weight:700;
	text-align: left;
	margin-top:0px;
	color:#363636;
}
.services-box .content p {
	color:#777;
}
/*--------------------------------*/
/*           9.Count
/*--------------------------------*/
.count {
	background:#222222;
	padding:50px 0;
}
.count h3 {
	text-align:right;
	text-transform:uppercase;
	color:#fff;
	margin-bottom: 30px;
}
.count h3 span {
	color:#f16528;
}
.count h5 {
	text-align:right;
	margin-top:87px;
}
.count .counter-box {
	text-align:center;
	margin:50px auto;
}
.count .counter-box i {
	color:#f16528;
}
.count .counter-box h4 {
	color:#fff;
	font-weight:700;
	font-size:24px;
	margin-top: 15px;
	margin-bottom:0px;
}
.count .counter-box p {
	color:#fff;
	font-size:18px;
}
/*--------------------------------*/
/*           10.Team
/*--------------------------------*/
.team-box {
	border:1px solid #ddd;
	margin:30px auto;
}
.team-box h4 {
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	color:#272d32;
}
.team-box h6 {
	text-align:center;
	font-weight:600;
	text-transform:uppercase;
	color:#f16528;
}
.team-box p {
	margin: 15px;
	text-align: center;
}
.team-box-footer {
	border-top:1px solid #ddd;
	padding:10px 20px;
	overflow:hidden;
}
.team-box-footer-left {
	float:left;
}
.team-box-footer-left a i {
	margin:0 20px 0 0;
	color:#777;
	font-size:14px;
}
.team-box-footer-left a:hover i {
	margin:0 20px 0 0;
	color:#f16528;
}
.team-box-footer-right {
	float:right;
	padding-left:20px;
	border-left: 1px solid #ddd;
}
.team-box-footer-right a {
	color:#777;
	font-weight:600;
}
.team-box-footer-right a:hover {
	color:#f16528;
	font-weight:600;
	text-decoration:none;
}
/*--------------------------------*/
/*           11.Pricing
/*--------------------------------*/
.pricing-box {
	background:#363636;
	color:#fff;
	text-align:center;
	padding:20px;
	margin:30px 20px 10px 20px;
	border-radius:5px;
}
.pricing-box:hover {
	background:#f16528;
	color:#fff;
	text-align:center;
	padding:20px;
}
.pricing-box-active {
	background:#f16528;
	color:#fff;
	text-align:center;
	padding:20px;
}
.pricing-box h6 {
	margin:30px;
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
}
.pricing-box h3 {
	margin-bottom:40px;
	font-weight:700;
	font-size:36px;
}
.pricing-box h3 span {
	font-size:14px;
	text-transform:capitalize;
}
.pricing-box p {
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
}
.pricing-box .subscribe {
	background: #fff;
	color: #f16528;
	text-transform:uppercase;
	padding: 10px 30px;
	border-radius: 50px;
	margin: 0 auto 40px;
	border: none;
	font-weight: 700;
}
.pricing-box:hover .subscribe {
	color: #363636;
}
.pricing-box-active .subscribe {
	color: #363636;
}
/*--------------------------------*/
/*           12.Blog
/*--------------------------------*/
.blog-box {
	border:1px solid #ddd;
	margin:30px auto;
}
.blog-box-text {
	padding:20px;
}
.blog-box-text h4 a {
	margin-bottom:20px;
	font-weight:600;
	color:#333;
	line-height:26px;
}
.blog-box-text h4 a:hover {
	color:#f16528;
	text-decoration:none;
}
.blog-box-text h6 {
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.blog-box-text .left {
	float:left;
}
.blog-box-text .right {
	float:right;
}
.blog-box-footer {
	border-top:1px solid #ddd;
	padding:10px 20px;
	overflow:hidden;
}
.blog-box-footer-left {
	float:left;
}
.blog-box-footer-left a i {
	margin:0 20px 0 0;
	color:#777;
	font-size:14px;
}
.blog-box-footer-left a:hover i {
	margin:0 20px 0 0;
	color:#f16528;
}
.blog-box-footer-right {
	float:right;
	padding-left:20px;
	border-left: 1px solid #ddd;
}
.blog-box-footer-right a {
	color:#777;
	font-weight:600;
}
.blog-box-footer-right a:hover {
	color:#f16528;
	font-weight:600;
	text-decoration:none;
}
/*--------------------------------*/
/*           13.Clients
/*--------------------------------*/
#clients img {
	border: 1px solid #ddd;
	padding: 10px 10px;
	margin:15px auto;
}
/*--------------------------------*/
/*           14.Address
/*--------------------------------*/
.address {
	padding:30px 0px;
	background:#f16528;
}
.address h4 {
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	font-size:24px;
}
.address h3 {
	color:#fff;
	font-size:30px;
	font-weight:600;
}
.address h3 .fa-2x {
	font-size:40px;
}
/*--------------------------------*/
/*           15.Footer
/*--------------------------------*/
.footer {
	background:#333;
	padding:100px 0 20px;
}
.footer-top {
	border-bottom:1px solid #555;
}
.footer-logo {
	margin: 25px 0px 25px 62px;
}
.footer-description {
	padding:10px;
	margin-bottom:50px;
	border-left:5px solid #f16528;
	color:#bbb;
	line-height:26px;
}
.footer-item {
	overflow:hidden;
	margin:50px auto;
}
.footer-item-social {
	overflow:hidden;
	margin:50px auto;
}
.footer-item h4, .footer-item-social h4 {
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.footer-item input[type="text"] {
	padding:8px 20px;
	border:none;
	margin: 0 -3px 0 0;
}
.footer-item input[type="submit"] {
	padding:8px 20px;
	background:#f16528;
	color:#fff;
	border:none;
}
.footer-item ul {
	padding:0px;
	list-style-type:none;
}
.footer-item ul li {
	margin:10px auto;
}
.footer-item ul li i {
	color:#f16528;
	margin:0 10px 0 0;
	font-size:10px;
}
.footer-item ul li a {
	color:#bbb;
}
.footer-item ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.media-body p a {
	color:#fff;
	font-style:italic;
}
.media-body p span {
	color:#bbb;
	font-size:12px;
}
.footer-item-social a {
	border: 1px solid #777;
	padding: 8px 8px;
	margin: 2px 4px;
	overflow: hidden;
}
.footer-item-social a i {
	font-size: 14px;
	color: #777;
	margin: 13px 5px;
}
.footer-item-social a:hover {
	border: 1px solid #fff;
	background:#fff;
	color:#f16528;
}
.footer-item-social a:hover i {
	color:#f16528;
}
/*--------------------------------*/
/*           16.Copyright
/*--------------------------------*/
.copyright {
	background:#282727;
	padding:30px 0;
}
.copyright-text {
	color:#c2c0c0;
	text-align:center;
}
