/*
  Theme Name: Protocol
  Theme URL: http://demo.themeregion.com/protocol
  Author: ThemeRegion
  Author URI: http://www.themeregion.com
  Description: Protocol Onepage Responsive HTML Parallax Template
  Version: 1.0
*/

/*=======================================================================
[Table of contents]
=========================================================================
#. Typography
#. Home / Navigation 
#. Slider
#. Services
#. Parallax
#. Portfolio
#. About
#. Home Page Blog
#. Our Client
#. Testimonial
#. contact
#. Footer
#. error page
#. Coming Soon
#. Pricing
#. Blog
#. Portfolio Details
==========================================================================*/

/*========================
=======Typography=========
==========================*/
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #323232;
	background-color: #fff;
}

body, html {
	overflow-x: hidden;
}

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

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

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

h1 {
	font-size:36px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:25px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:normal;
}

.np {
	padding: 0;
}

.npl {
	padding-left: 0;
}

.npr {
	padding-right: 0;
}

.padding-top {
	padding-top:80px;
}

.padding-bottom {	
	padding-bottom:80px;
}

.section-title {	
	padding-bottom:70px;
}

.section-title h1 {
	position:relative;
	font-size: 36px;
	margin-bottom: 24px;
	padding-bottom: 22px;
	text-transform: capitalize;
	color:#323232;
}

.section-title h1 span {
	font-weight: 300;
}

.section-title h1:before,
.section-title h1:after {
	content: "";
	position: absolute;
	left:50%;
}

.section-title h1:before {
	background-color: #e2e2e2;
	bottom:0;
	height: 1px;
	margin-left:-51px;
	width:102px;	
}

.section-title h1:after {
	width: 5px;
	height: 5px;
	bottom: -2px;
	border-radius: 0%;

}

.btn {	
	border:none;
	color: #fff;
	font-size: 16px;
	font-weight:bold;
	padding: 17px 20px;
	text-transform: uppercase;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}




.btn:hover, 
.btn:focus {	
	color:#fff;
}


.btn-angle {
	z-index: 0;
	overflow: hidden;
	border-radius: 0;
}

.btn-angle:hover {
	color: #fff !important;
}

.btn-angle:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0%;
	height: 100%;
	background: #323232;
	z-index: -1;
	content: "";
	transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-webkit-transform: skew(50deg) scale(1.1,1);
	-mox-transform: skew(50deg) scale(1.1,1);
	-ms-transform: skew(50deg) scale(1.1,1);
	-o-transform: skew(50deg) scale(1.1,1);
	transform: skew(50deg) scale(1.1,1);
}

.btn-angle:hover:before {
	width: 100%;
	left: 0%;
}



.parallax-section { 	
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
	width: 100%;
	color:#fff;
}

.overlay {
	background:rgba(19, 19, 22, 0.30);
	display: block;
	width: 100%;
	height: 100%;
}

.navbar-toggle {
	border:1px solid #fff;
	margin-top:18px;
}

.navbar-toggle .icon-bar {
	background-color:#fff;
}
/*=======  End  ==========
=======Typography=========
==========================*/

/*========================
======Main Navigation=====
==========================*/

#sub-page  #navigation{
	position:inherit;
	padding-top: 65px;
	padding-bottom: 40px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}



#navigation{
	position: absolute;
	top: 65px;
	width: 100%;
	z-index: 999;
}


#navigation .header-section {
	min-height:70px;
}

#navigation .navbar-right {
	margin-right:30px;
}

#navigation .topbar-icons {
	position: absolute;
	right: 15px;
	top: 25px;
}

#navigation .topbar-icons span {
	margin:0 9px;
}

#navigation .topbar-icons span i {
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#navigation .topbar-icons span i:hover {
	background-color:transparent;
}

#navigation .navbar-fixed-top {
	position:fixed;
	top:0 !important;
	bottom:inherit !important;
	left:0;
	width:100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#navigation .navbar-right li a {
	font-size: 16px;
	text-transform:capitalize;
	position:relative;
	padding:25px 15px;
	color:#fff;
}

#navigation .navbar-right li a.active, 
#navigation .navbar-right li a:hover,
#navigation .navbar-right li.active> a, 
.bottom-socials ul li a:hover, 
#navigation .navbar-right li i:hover, 
.nav>li>a:hover{
	color:#ffffff;
}



/*Dropdown CSS*/

.navbar-right .dropdown-menu {
	min-width:185px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    margin-top: -2px;
    margin-left: -1px;
	border-radius:0;	
	left: 240px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-transition: all 500ms;
	display:block !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
	opacity:1;
	visibility:visible;
	left:183px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	-webkit-transition: all 500ms;
}

.dropdown-submenu>a:after{
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #fff;
    margin-top: 2px;
    margin-right: -5px;
}


#navigation .navbar-right .dropdown-menu li:hover.dropdown-submenu>a:after {
	border-left-color: #000;
}

#navigation .navbar-right .dropdown-menu li a {
	font-size:14px;
	padding: 8px 20px;
}

#navigation .navbar-right .dropdown-menu li a:hover, 
#navigation .navbar-right .dropdown-menu li a:active {
	color:#fff;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  width:100%;
  padding: 20px 10px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large li.heading {
	color: #fff;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:600;
}

#navigation .navbar-right .dropdown-menu-large li a {	
	display:block;
	padding:8px 0px;
}


#navigation .navbar-right .dropdown-menu-large li a:hover, 
#navigation .navbar-right .dropdown-menu-large li a:active {
	background-color:transparent !important;
}

/*End Drpdown Menu CSS*/


#navigation .navbar-right li i {
	color: #fff;
	padding: 18px 10px 15px;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
}

.navbar-brand h1 {
	margin:7px 0;
}

.navbar-header {
	margin-left:15px;
}

.search.search-toggle  {
	display:block;
}

.search {
	display: none;
	position: absolute;
	left: 0;
	right: 15px;
	top: 0;
	height: 70px;
  }

.search .search-close {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -14px;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #fff;
	opacity:0.8;
}

.search .search-close:hover {
	opacity:1;
}

.search-form{
	padding-left: 15px;
	height: 70px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	outline: none;
	border: 0;
	width: 100%;
}


/*=======  End  ==========
======Main Navigation=====
==========================*/

/*========================
======Slider Section======
==========================*/

#main-slider {
	overflow: hidden;
	background-repeat:no-repeat;
	background-size:cover;
}

#main-slider .item {
	height: 650px;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

#main-slider .slider-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	color: #232323;
	font-size:18px;
	margin-top:-100px;
}

#main-slider .slider-inner h2 {
	font-size: 50px;
	font-weight:300;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 20px;
}

#main-slider .slider-inner h2 > span {
  font-weight:700;
}

#main-slider .slider-inner p {
	max-width:650px;
}

#main-slider .slider-inner .btn {
	margin-top: 10px;
	background-color: transparent;	
	padding: 12px 30px;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}

#main-slider .slider-inner .btn:hover {
	color:#fff;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev {
  left: -20px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -20px;
  text-indent: -14px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #ccc;
  z-index: -1!important;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}

#cta h2 {
  margin-top: 0;
}

#cta .btn {
  margin-top: 40px;
}

#cta2 {
  background: #242a33;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}

#cta2 .btn {
  margin-top: 10px;
}

#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}

#cta2 h2 > span {
  color: #45aed6;
}

/*=========Carousel Fade==========*/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	background-repeat: no-repeat;
	background-size: cover;
}

.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-control {
	z-index: 2;
}


/*========End=============
======Slider Section======
==========================*/



/*========================
====== Our Services ======
==========================*/

#our-services .col-sm-6.col-md-3 {
	border-right: 1px solid #e2e2e2;
	position: relative;
}

#our-services .col-sm-6.col-md-3:nth-of-type(4n) {
	border-right: none;
}

#our-services .col-sm-6.col-md-3:nth-of-type(1),
#our-services .col-sm-6.col-md-3:nth-of-type(2),
#our-services .col-sm-6.col-md-3:nth-of-type(3),
#our-services .col-sm-6.col-md-3:nth-of-type(4) {
	border-bottom: 1px solid #e2e2e2;
}

#our-services .col-sm-6.col-md-3:nth-of-type(1):before,
#our-services .col-sm-6.col-md-3:nth-of-type(2):before,
#our-services .col-sm-6.col-md-3:nth-of-type(3):before {
	position: absolute;
	content: "";
	right: -3px;
	bottom: -3px;
	width: 5px;
	height: 5px;
	z-index: 99;
	border-radius: 50%;
}

.service-content {
	padding: 45px 0 30px;
}


.service-content i {
	font-size: 36px;
}

.service-content h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 34px 0 18px;
}

/*========================
==== Parallax Section ====
==========================*/
#parallax-one {
	background-color: rgba(255,255,255,0,9);
}

#parallax-one .overlay {
	background-color: rgba(255,255,255,0);
}

#parallax-one .overlay2 {
	background-color: rgba(255,255,255,0,9);
}


#parallax-one h1 {
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0px;
}

#parallax-one h2 {
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 20px;
}

#parallax-one h3 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
}

#parallax-one p {
	color: #000000;
}

#parallax-one img {
	width: 100%;
}

#parallax-one .nav-tabs {
    border: none;
    margin-top: 38px;
}
#parallax-one .nav-tabs li {
    margin-right: 6px;
    width: 185px;
}

#parallax-one .nav-tabs li:last-child {
	margin-right: 0;
}

#parallax-one .nav-tabs li a {
	text-align: center;
	border-radius: 0;
	border: none;
	background: #fff;
	color: #4e4e4e;
	font-size: 14px;
}

#parallax-one .nav-tabs li.active a {
	color: #fff;
}

#parallax-one .nav-tabs li a i {
	margin: 2px 0 6px;
}

#parallax-one .nav-tabs li.active a i {
	color: #fff;
}

#parallax-one .nav-tabs li a i {
	font-size: 60px;
	display: block;
}

/*========================
==== Portfolio Section ===
==========================*/
.portfolio-wrapper {
	margin-bottom:30px;
} 

.single-project.medium-project {
	margin-top:30px;
}

.project-filter .filter{
	margin-bottom:65px;
}

ul.filter li {
	padding: 0;
	margin: 0;
}

ul.filter li a {
	font-size: 18px;
	color: #454545;
	padding: 8px 20px;
}

ul.filter li a:hover, ul.filter li a.active {
	color: #fff;
}

.portfolio-item {
	position: relative;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-item a {
	color: #fff;
	font-size:22px;
	margin-right:10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolio-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	color:#fff;
	width:100%;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.portfolio-item h2 {
	font-size: 30px;
	color: #fff;
	margin-top:5px;
}

.portfolio-item:hover .overlay {
	width:100%;
	opacity:1;
}

.portfolio-item .overlay .overlay-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 30px;
	margin-top: -85px;
	height: 100%;
}

/*=========================
 ====Isotope filtering=====
===========================*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -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;
}

.filterable-product {
	width:25%;
	padding:15px;
}

.filterable-product.filter2 {
	width:33.33%
}

/*========================
====== About Section =====
==========================*/
#about {
	background: #f5f5f5;
}

#about h2 {
	font-size: 22px;
	color: #403f44;
	margin-bottom:20px;
	text-align:center;
}

#about h2:first-child {
	margin-top:0;
}

#about h2:first-child + p {
	font-weight: 500;
}

#about p {
	color: #403f44;
	margin-bottom: 23px;
}

#our-team {
	padding-bottom:25px;
}

.member {
	position: relative;
	text-align: left;
	overflow: hidden;
}

.member .overlay {
	padding: 25px;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.member:hover .overlay {
	left: 0;
}

.member img {
	width: 100%;
}

h3.member-name {
	font-size: 30px;
	margin:177px 0 4px;
}

.member-title {
	font-size: 16px;
}

.member .social {
	margin-top: 17px;
}

.member .social li {
	margin: 0 5px;
}

.member .social li a {
	color: #fff;
	font-size: 18px;
}

.member .social li a:hover {
	color: #681b30;
}

.skill-circle {
	display:inline-block;
	position:relative;
}

.skill-circle span {
	position:absolute;
	left:50%;
	top:50%;
	font-size:22px;
	font-weight:600;
	color:#7e8c8d;
	margin-left:-20px;
	margin-top:-20px;
}



/*========================
====== Service ======
==========================*/
.necessary {
	margin-top:50px;
	margin-left:-40px;
}

.necessary i {
	text-align:center;
	font-size:36px;
	margin-bottom:20px;
}


/*========================
====== Blog Section ======
==========================*/


.post-image {
	position: relative;
	overflow: hidden;
}

.post-image img {
	width: 100%;
}

.post-time {
	position: absolute;
	top: -70px;
	left: -70px;
	width: 140px;
	height: 140px;
	transform: rotate(45deg);
}

.post-time p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 45px;
	right: 15px;
	line-height: 24px;
}

.post-time p span {
	font-size: 14px;
	font-weight: 400;
	display: block;
}

a.read-more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.post:hover a.read-more {
	top: inherit;
	left: inherit;
	right: 0px;
	bottom: 46px;
}

a.read-more span {
	border-left: 48px solid transparent;
	position: relative;
}

a.read-more i {
	font-size: 24px;
	position: absolute;
	bottom: -42px;
	right: 8px;
}

a.entry-title, a.entry-title h2 {
	color: #323232;
	font-size: 16px;
	font-weight: 500;
}

a.entry-title h2 {
	margin-bottom: 5px;
}

.entry-meta {
	margin-bottom: 16px;
}

.entry-meta span {
	position: relative;
	margin-right: 13px;
}

.entry-meta span:before {
	position: absolute;
	content: "";
	top: 6px;
	left: -9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
}

.entry-meta span:first-child:before {
	display: none;
}


.entry-meta span, .entry-meta span a {
	color: #989898;
	font-size: 12px;
}


/*========================
=======our-clients ======
==========================*/
.our-clients {
	border:1px solid #e2e2e2;
	padding:45px 0;
	margin-bottom:25px;
}

.our-clients ul li {
	display:inline-block;
	width:17.5%;
}

.our-clients ul li a img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:inline-block;
	opacity:0.6;
}

.our-clients ul li a img:hover{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	opacity:1;
}


/*========================
=======Parallax Two ======
==========================*/
#parallax-two {
	background-image: url("../images/parallax-bg/2.jpg");
}

#parallax-two .overlay {
	background-color:rgba(19, 19, 22, 0.4);
}

#parallax-two h1 {
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 40px;
	margin: 40px 0 20px;
}

#parallax-two p {
	color: #fff;
	font-size: 18px;
}

#parallax-two .btn {
	margin: 18px 0 10px;
	height: 52px;
	line-height: 52px;
	width: 170px;
	padding: 0;
}


/*========================
== Testimonial Section ===
==========================*/
#testimonial {
	background: url(../images/parallax-bg/testimonial.jpg);
	background-attachment: fixed;
}

#testimonial .overlay {
	background: rgba(255,255,255,0.25);
}

#testimonial h1 {
	font-size: 24px;
	color: #323232;
	margin-bottom: 30px;
	padding-bottom: 12px;
	position: relative;
}

#testimonial h1 span {
	font-weight: 300;
}

#testimonial h1:before,
#testimonial h1:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
}

#testimonial h1:before {
	background: #e0dfdf;
	height: 1px;
	margin-left: -115px;
	top: 38px;
	width: 230px;
}

#testimonial h1:after {
	background:#fff;
	border-radius: 50%;
	color: #e0dfdf;
	content: "\f005";
	font-family:'FontAwesome';
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 27px;
	width: 22px;
	margin-left: -11px;
}

#testimonial p {
	font-size: 18px;
	color: #fff;
}

#testimonial-carousel {
	margin-bottom: 95px;
}


#testimonial .item {
	padding: 30px 40px 20px;
}

#testimonial .item p {
	position: relative;
}

#testimonial .item p:before,
#testimonial .item p:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 11px;
	top: -4px;
}

#testimonial .item p:before {
	background: url(../images/testimonial/quote-left.png) no-repeat;
	left: 0;
}

#testimonial .item p:after {
	background: url(../images/testimonial/quote-right.png) no-repeat;
	right: 0;
}

#testimonial .carousel-indicators {
	bottom: -105px;
}

#testimonial .carousel-indicators li {
	background:none;
	border: none !important;
	box-shadow: none;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 53px;
	margin: 1px 3px;
	text-indent: -999px;
	width: 53px;
	position: relative;
}

#testimonial .carousel-indicators li:focus,
#testimonial .carousel-indicators li img:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#testimonial .carousel-indicators li img {
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 53px;
	height: 53px;
}

#testimonial .carousel-indicators li.active:before {
	position: absolute;
	top: -36px;
	left: 50%;
	content: "";	
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	margin-left: -11px;
}


/*========================
==== Contact Section =====
==========================*/
#contact {
	padding-bottom: 62px;
}

#gmap {
	height:458px;
	margin-bottom: 67px;
}

.contact-info i {
	font-size: 36px;
}

.contact-info h2 {
	font-size: 14px;
	color: #838383;
	font-weight: 700;
}

.contact-info a,
.contact-info span {
	color: #838383;
	font-size: 16px;
	font-weight: 300;
}

.contact-info span {}

#contact-form {
	margin-top: 86px;
}

#contact-form h2 {
	font-size: 22px;
	color: #323232;
	margin-bottom: 32px;
}

#contact-form h2 span {
	font-weight: 300;
}

#contact-form input,
#contact-form textarea {
	border: 1px solid #e0e0e0;
	box-shadow: none;
	margin-bottom: 25px;
	height: 38px;
	font-size: 16px;
}

#contact-form textarea {
	height: 196px;
}

#contact-form button {
	height: 40px;
	width: 145px;
	line-height: 40px;
	padding: 0;
}

.form-control:focus, 
#contact-form input:focus,
#contact-form textarea:focus {
	border-color:#ccc;
	box-shadow:none;
}


/*========================
==== Footer Section ======
==========================*/

.footer-widget-wrapper {
	background-color: #f3f3f3;
	padding: 57px 0 20px;
	border-top: 1px solid #dfdfdf;
	position: relative;
	background-size:cover;
}


.footer-widget {
	margin-bottom: 30px;
	font-size: 14px;
}

.footer-widget h1 {
	font-size: 18px;
	position: relative;
	margin-bottom: 30px;
	margin: 3px 0 30px;
}



.footer-widget h1:before {
	top: 9px;
	right: 0;
	width: 40%;
	height: 1px;
	background: #cecece;
}

.footer-widget h1:after {
	width: 5px;
	height: 5px;
	right: 40%;
	top: 6.5px;
	margin-right: -2.5px;
	border-radius: 50%;
}

.footer-widget h1 span {
	font-weight: 300;
}

.contact-widget i, .twitter-widget i {
	font-size: 24px;
	margin-right: 12px;
}

.contact-widget a:hover {
	color:#666;
}


.footer-logo {
	margin-bottom: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 130px;
}

.text-widget p {
	margin-bottom: 22px;
}

.social {}

.social li {
	margin: 0 10px;
}

.social li:first-child {
	margin-left: 0;
}

.social li:last-child {
	margin-right: 0;
}

.social li a {
	color: #949494;
	font-size: 20px;
}

.twitter-widget p:first-child {
	margin-bottom: 15px;
}

.instagram-widget {
	overflow: hidden;
}

.instagram {
    margin: 0 -8px;
}

.instagram li {
	display: inline-block;
	margin: 0 7.5px 20px;
}

.instagram li a {
    display: block;
}

.instagram li a img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.instagram li a {
	position: relative;
}

.instagram li a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 99;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.instagram li a:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.footer-bottom {
	padding: 25px 0 15px;
}

.footer-bottom a, .footer-bottom p {
	color: #fff;
}

.footer-bottom a:hover {
	color: #000;
}

.footer-menu li {
	padding: 0 10px;
}

.footer-menu li:first-child {
	padding-left: 0;
}

.footer-menu li:last-child {
	padding-right: 0;
}

.footer-menu li a {
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.footer-menu li a:hover {}

.copy-right p strong {
	font-weight: 500;
}

.copy-right a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.copy-right a:hover {
	color: #fff;
}

/*=========================
===== 404 Error CSS =======
===========================*/
.error-page {
	background-image:url(../images/others/404-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	padding:100px 0;
}

.error-page-content {
	color:#fff;
	max-width:550px;
	display:inline-block;
}

.error-page-content h1 {
	font-size:220px;
	font-weight:800;
}

.error-page-content h2 {
	font-size:22px;
	margin-bottom:15px;
}

.error-page-content .btn.btn-primary {
	margin-top:35px;
	background-color:#bf677f;
	padding:17px 35px;
	border-bottom:2px solid #995164;
}

.error-page-content .btn.btn-primary:hover {
	border-bottom:2px solid #bf677f;
	color:#fff;
}

/*=======================================END: 404 Error Page CSS==================================================*/


/*========================
===== Coming Soon CSS====
=========================*/

.coming-soon {
	background-color: #0e8c87;
	color:#fff;
	padding:100px 0;
}

.coming-soon-content {
	max-width:530px;
	display:inline-block;
}

.coming-soon-content img {
	display:inline-block;
	margin-bottom:60px;
}

.coming-soon-content h2 {
	text-transform:uppercase;
	font-size:34px;
	font-weight:700;
	margin-bottom:25px;
}

#countdown {
	margin-top:50px;
	margin-bottom:60px;
}

#countdown ul li {
	margin-right:80px;
	font-weight:600;
	min-width:55px;
}

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

#countdown ul li p {
	font-size:18px;	
	margin-bottom:-5px;
}

#countdown ul li span {
	font-size:36px;
}

#countdown .socials {
	margin-top:30px;
}

#countdown .socials li {
	margin-right:0;
}

#countdown .socials li a  {
	padding:10px;
	font-size:24px;
	color:#fff;
}

.coming-soon .copyright a {
	font-weight:700;
}



/*=======================================END: Coming Soon Page CSS==================================================*/

/*========================
=====Pricing Table CSS====
=========================*/

#pricing-tables {
	overflow: hidden;
	margin-bottom:25px;
}

.pricing-table-one {
	margin-top:85px;
}

.single-table {
	background-color: #fafafa;
}

.single-table h2 {
	background-color: #f2f2f2;
	padding: 23px;
	margin-top: 0;
	margin-bottom: 0;
}

.price {
	font-size: 14px;
	background-color: #dedede;	
	padding:9px 23px;
	margin-bottom: 0;
}

.price span {
	font-size: 24px;
	font-weight: 700;
}

.price span.dollar-icon {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -5px;
}

.single-table ul {
	padding: 5px 23px;
}

.single-table ul li {
	margin-top: 15px;
}

.single-table .btn.btn-primary {
	background-color: #dedede;
	border: none;
	border-radius: 0;
	color: #454545;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	padding: 10px 0;	
	margin-top:40px;
}

.single-table.featured-table {	
	background-color: #f2f2f2;
}

.single-table.featured-table h2  { 
	color: #fff;
}

.single-table.featured-table .price {
	color: #fff;
}

.single-table.featured-table .btn.btn-primary, 
.single-table:hover .btn.btn-primary:hover{
	color:#fff;
}

.pricing-table-one  .single-table h2{	
	font-size: 18px;
	font-weight: 700;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	border-bottom:1px solid #fff;
	color:#fff;
	border-radius:3px 3px 0 0;
}

.pricing-table-one .price span.dollar-icon {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  top: 0;
}

.pricing-table-one .price span {
	font-size:48px;
	font-weight:700;
}

.pricing-table-one .price {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 18px;
  text-align: center;
  color:#fff;
}

.pricing-table-one .single-table .btn.btn-primary {
	color:#000;
	padding:15px 0;
	border-radius:0 0 3px 3px;
	margin-top:0;
}

.pricing-table-one .single-table.featured-table .btn.btn-primary{
	color:#fff;
}

.single-table .btn.btn-primary:hover, 
.single-table.featured-table .btn.btn-primary:hover{
	color:#020202;
}

.single-table .btn.btn-primary:hover:after, 
.single-table .btn.btn-primary:hover:before {
	background-color:#f4c216;;
}

.pricing-table-one .single-table ul li {
	line-height: 55px;
	margin-top: 0;
}

.pricing-table-one .single-table ul li:nth-child(even) {
    background-color:#fcfcfc;
}

.pricing-table-one .single-table ul {
  margin: 0;
  padding:0;
}
.pricing-table-one .single-table.featured-table, .pricing-table-one .single-table {
	background-color:#fff;
}

#pricing-tables .section-title h2:before {
    background-image: url("../images/home/icons/pricing-title-icon.png");
}

/*========================
=====Contact Us Page======
=========================*/
#contact-page {
	overflow:hidden;
	margin-bottom:85px;
}

#gmap {
	height:400px;
}

.contact-info {
	margin-top:30px;
	padding-bottom :65px;
}

.contact-info h2 {
	font-size:24px;
	text-transform:capitalize;
	margin-bottom:25px;
}

.contact-mail {
	margin-top:25px;
	margin-bottom:5px;
}

.contact-mail a {
	color:#454545;
}

#contact-page-two .contact-info h2{
	margin-bottom:10px;

}

#contact-page-two .contact-info .contact-mail {
	margin-bottom:5px;
	margin-top:10px;
}

#contact-page-two .contact-info li address {
	margin-bottom:35px;
}

#contact-page-two .contact-info {
	margin-top:0;
	padding-bottom:0;
}

.form-control {
	border-radius: 0;
    box-shadow: none;
    outline:none;
	min-height:41px;
	border-color:#ddd;
}

.form-control:focus{
	box-shadow:none;
}

.contact-wrap .btn.btn-primary, 
#comment-form  .btn.btn-primary{
	display:block;
	margin-top:15px;
	border-color:#ddd;
	outline:none;
	text-transform:capitalize;
	float:right;
}

textarea.form-control {
	resize:none;
	min-height:183px;
}

#contact-page .page-title {
	padding:0 0 50px;
}

.form-group {
	margin-bottom:30px;
}



/*=========================
======== Blog CSS =========
===========================*/
#main-blog {
	background-color:#f5f5f5;
}

#content .post, 
#sidebar .widget {
	background-color:#fff;
	margin-bottom:30px;
}

.post .post-content {
	padding:40px 30px 30px 40px;
}

.post .entry-title{
	margin-top:0;
	margin-bottom:10px;
}

.post-content.media .pull-left {
	margin-right:25px;
}

.post-content.media .post-format {
	margin:0 0 15px;
}

.post-content.media .post-format i {
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.post .entry-thumbnail img {
	width:100%;
	max-height:350px;
}

.post .entry-thumbnail iframe {
	width:100%;
}

.full-width .post .entry-thumbnail img {
	max-height:500px;
}

.post .entry-meta {
	margin-top:0;
	margin-bottom:10px;
}

.post .entry-meta ul li {
	display:inline-block;
	margin-right:10px;
}

.post .entry-meta ul li i {
	margin-right: 5px;
}

.post .entry-meta ul li, 
.post .entry-meta ul li i, 
.post .entry-meta ul li a {
	color: #898989;
	text-transform: capitalize;
}

.post .entry-summary {
	line-height:26px;
}

.post .post-content .media-body {
	padding-right: 30px;
}

.post .entry-meta ul li a:hover {
	color:#333;
}

.blog-control-left, 
.blog-control-right {
	position: absolute;
	top: 50%;
	color: #989898;
	font-size: 35px;
	z-index: 100;
	line-height: 35px;
	margin-top: -15px;
}

.blog-control-left {
	left:30px;
} 

.blog-control-right {
	right:30px;
}

/*Sidebar*/
.widget-area .widget_search .form-control {
	border-radius: 0;
	box-shadow: none;
	outline: none;
	height: 52px;
}

.widget-area .widget_search{
	position:relative;
}


.widget-area .widget_search button.btn, 
.blog-search-top button.btn{
	position: absolute;
	top: 0;
	right: 5px;
	height: 100%;
	background-color:transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;	
}

.widget-area .widget_search button.btn:focus {
	outline:none;
}

.widget-area .widget_search .btn i {
	font-size:16px;
	color:#999;
}


.widget.tab_widget .nav > li{
	display:inline-block;
	padding: 0;
	margin: 0;
	border: 0
}

.widget.tab_widget ul li a {
	padding:20px;
	display:inline-block;
}


.widget .nav > li.active > a, 
.widget .nav > li:hover > a, 
.widget .nav > li a:focus {
	background-color:#fff;
}

.latest-posts, 
.recent-comment {
	padding:25px;
	overflow:hidden;
}

.widget .media .pull-left {
	max-width: 45%;
	margin-right:15px;
}

.widget .recent-comment .media {
	margin-top:25px;
}

.widget .recent-comment .media:first-child {
	margin-top:0;
}

.widget .recent-comment .media .pull-left {
	width:30%;
}

.widget .recent-comment .media .pull-left img{
	max-width:100%;
}

.widget img{
	opacity:0.8;
}

.widget img:hover {
	opacity:1
}

.widget .entry-title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
}

.entry-meta.small {
	margin-top:0;
	color:#898989;
}

.entry-meta.small i {
	margin-right:5px;
}

.widget h3.widget_title {
	padding:16px 20px;
	margin-bottom:0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	border-bottom:1px solid #d8d8d8;
}


.widget ul li {
	border-bottom: 1px solid #f4f4f4;
	font-size: 16px;
}

.widget ul li a {
	color: #000000;
	display: block;
	font-size: 14px;
	text-decoration: none;
	border-left: 5px solid transparent;
	padding: 15px;
	-webkit-transition: all .06s ease-in;
	-moz-transition: all .06s ease-in;
	-ms-transition: all .06s ease-in;
	-o-transition: all .06s ease-in;
	transition: all .06s ease-in;
}


.widget.tag-cloud ul {
	padding:25px;
}

.widget.tag-cloud ul li {
	display:inline-block;
	border-bottom:0;
}

.widget.tag-cloud ul li a {
	display: inline-block;
	color: #898989;
	padding: 7px 15px;
	margin-right: 5px;
	margin-bottom: 8px;
	background-color: #F5F5F5;
	border-left:0;
}

.widget.tag-cloud ul li a:hover {
	color:#fff;
}



/*Blog Single*/
.social-share {
	margin-top:30px;
}

.social-share ul li {
	display:inline-block;
}

.media-wrapper  img {
	max-width:70px;
	max-height:70px;
	border:1px solid#f5f5f5;
}

.media-wrapper {
	background-color: #fff;
	padding: 0 30px 30px 30px;
	margin-top: -30px;
	margin-bottom:100px;
}

.media-wrapper .media .pull-left {
	margin-right:25px;
}

.post-comment h3 {
	margin-top:0;
	margin-bottom:5px;
}

.post-comment h4 {
	margin-top:0;
}

.parent.media-list {
	margin-bottom: 50px;
	margin-left: 100px;
}

.comments-heading, .author-details h3 {
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	color: #000;
}

.post-comment:hover .btn-reply {
	color:#858585;
}


.replay-box h3 {
	margin-bottom:25px;
}

.pagination-section {
	margin-bottom:50px;
	margin-top:20px;
}

.pagination>li>a, 
.pagination>li>span {
	border-right:1px solid #ddd;
	font-weight:700;
	color:#000;
	border-top:0;
	border-bottom:0;
	background-color:transparent;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-left:0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-right:0;
}

.pagination>li>a:hover, 
.pagination>li>a.active, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
	background-color:transparent;
}

/*===================================
====== Portfolio Details CSS ========
=====================================*/
#projects-details{
	margin-bottom:25px;
}

#projects-details h2 {
	margin-top:0;
	margin-bottom:25px;
}

#projects-details ul {
	margin-top:25px;
	margin-bottom:25px;
}

#projects-details ul li {
	margin-bottom:10px;
}

#projects-details ul li i {
	margin-right:15px;
}



/*========================
=======style-chooser======
==========================*/

.style-chooser {
	width: 140px;
	left: -140px;
	position: fixed;
	top: 50%;
	margin-top:-121px;
	z-index: 99999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
	left: 0;
}

.style-chooser .toggler {
	position: absolute;
	top: 0;
	right: -48px;
	display: inline-block;
	background-color: #f5f5f5;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.style-chooser-inner {
	position: relative;
	background-color: #f5f5f5;
	padding: 15px;
}

.style-chooser-inner h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 13px;
}

.style-chooser-inner ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.style-chooser-inner ul li {
	display: block;
	width: 58px;
	float: left;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.style-chooser-inner ul li.active a {
	-webkit-box-shadow: 0 0 0 3px rgba(0,0,0,.2) inset;
	box-shadow: 0 0 0 3px rgba(0,0,0,.2) inset;
}

.style-chooser-inner ul li a {
	display: block;
	height: 40px;
}

.style-chooser-inner ul li.preset1 a {
	background-color: #e07894;
}

.style-chooser-inner ul li.preset2 a {
	background-color: #13BBB4;
}

.style-chooser-inner ul li.preset3 a {
	background-color: #F3753B;
}

.style-chooser-inner ul li.preset4 a {
  background: #EC175C;
}

.style-chooser-inner ul li.preset5 a {
	background-color: #37B878;
}

.style-chooser-inner ul li.preset6 a {
	background-color: #26ACE2;
}



/*=========================================:: END :: =============================================*/
#main-slider .slider-inner .btn {color:#666;}
#main-slider .slider-inner .btn:hover {color:#fff;}
#main-slider .slider-inner {top:40%;}
.navbar-fixed-bottom, .navbar-fixed-top {border:0;}
#main-slider .owl-prev, #main-slider .owl-next, .btn {border-radius:0;}
#main-slider .owl-prev, #main-slider .owl-next {
    background-color: rgba(0, 0, 0, 0);
    font-size: 50px;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
    background-color: rgba(255, 255, 255, 0.5)!important;
    color:#fff!important;
}
#main-slider .owl-prev i, #main-slider .owl-next i {
    color:#13BBB4!important;
}

.carousel-content {margin-left:5%!important;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.zelena {color:#13BBB4;}
.roze {color:#e07894;}
.crvena {color:#EC175C;}
.plava {color:#26ACE2;}
.orange {color:#F3753B;}
.lila {color:#9d5468;}
.teget {color:#000080;}

.btn-teget { background-color: #000080!important; margin-top: 20px; }
.btn-teget:hover {color:#fff; border-radius: 10px;}


.navbar-brand img:hover {
    /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

  /* IE 5-7 */
  filter: alpha(opacity=90);

  /* Netscape */
  -moz-opacity: 0.9;

  /* Safari 1.x */
  -khtml-opacity: 0.9;

  /* Good browsers */
  opacity: 0.9;
}

.gdk p {
    font-size: 18px;
}

.uppercase { text-transform: uppercase;}
a.btn.btn-reply.btn-md {margin:0 10px 20px 0; }

.aboutus p {
    font-size: 17px;
}