/*=======================================
[Table of contents]
* Header CSS
	+ Topbar
	+ Logo
	+ Main Menu
* Statics CSS
* About CSS
* Service CSS
* Call-To-Action CSS
* Clients CSS
* Project CSS
* Testimonial CSS
* Contact CSS
* Blog CSS
* Mail Success CSS
* Footer CSS
* Captcha CSS
* Default CSS
* Responsive CSS
* Skin Color CSS
=========================================*/
@import url('allCSS.css');
@import url('jquery.fancybox.css');

/*=======================
  Header CSS
=========================*/
#header {
	background: #fff;
	padding: 8px 0;
}

#header .header-inner {
	background: #fff;
}

#header.sticky .header-inner {
	position: fixed;
	z-index: 455;
	width: 100%;
	border-radius: 0;
	padding: 5px 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 7px 7px 1px rgba(0, 0, 0, 0.20);
}

/*----- Logo -----*/
#header .logo {
	padding-top: 8px;
}

#header .logo a {
	color: #252525;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}

/*----- Main Menu -----*/
#header .nav-area {
	position: relative;
}

#header .mainmenu {
	float: left;
	width: 100%;
	padding-right: 30px;
}

#header .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}

#header .mobile-nav {
	display: none;
}

#header .nav {
	float: right;
}

#header .nav li {
	position: relative;
	margin-right: 5px;
}

#header .nav li:last-child {
	border: 0px;
}

#header .nav li a {
	color: #252525;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 20px;
	position: relative;
	font-weight: 500;
	display: block;
}

#header .nav li:hover a,
#header .nav li.active a {
	color: #fff;
	border-radius: 25px 0px 25px 0px;
}

#header .nav li .sub-menu {
	position: absolute;
	left: 0;
	z-index: 8;
	width: 220px;
	top: 150%;
	opacity: 0;
	background: #252525;
	visibility: hidden;
	border-top: 3px solid;
}

#header .nav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#header .nav li .sub-menu li {
	border-right: none;
}

#header .nav li .sub-menu li:last-child {
	border-bottom: 0px solid;
}

#header .nav li .sub-menu li a {
	padding: 8px 20px;
	text-align: left;
	border-radius: 0px;
	background: transparent;
	font-size: 14px;
	text-transform: capitalize;
}

#header .nav li .sub-menu li i {
	margin-right: 5px;
}

/*=======================
  End Header
=========================*/
/*=======================
  Statics CSS
=========================*/
#statics {
	position: relative;
	margin-top: -50px;
	z-index: 2;
}

#statics .statics {
	border-radius: 10px;
	overflow: hidden;
}

#statics.no-margin {
	margin-top: 0px;
}

#statics .static-single {
	text-align: center;
	padding: 15px;
	position: relative;
	background: #252525;
	overflow: hidden;
}

#statics .static-single .icon {
	display: block;
	border-radius: 100%;
}

#statics .static-single i {
	font-size: 30px;
	background: #f5f5f5;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
}

#statics .s-info {
	display: block;
}

#statics .number {
	margin: 8px 0;
}

#statics .static-single span {
	display: block;
	font-size: 28px;
	color: #fff;
	font-weight: 500;
}

#statics .static-single p {
	color: #fff;
	font-size: 15px;
}

/*=======================
  End Statics CSS
=========================*/
/*=======================
  About Css
=========================*/
#about-us .about-main h3 {
	margin-bottom: 15px;
}

#about-us .single-about p {
	margin-bottom: 15px;
}

#about-us .about-main .button {
	margin-top: 15px;
}

#about-us .about-main .button i {
	margin-left: 10px;
	font-size: 15px;
}

#about-us .single-video {
	position: relative;
}

#about-us .single-video img {
	width: 100%;
}

#about-us .single-video::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.72);
	opacity: 0.3;
	visibility: visible;
	content: "";
}

#about-us .single-video:hover:before {
	opacity: 0;
	visibility: hidden;
}

#about-us .single-video::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -2;
	margin-left: 7px;
	margin-top: 7px;
}

#about-us .single-video:hover:after {
	margin-left: 0px;
	margin-top: 0px;
}

#about-us .single-video i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	border-radius: 100%;
	margin-left: -25px;
	margin-top: -25px;
	color: #fff;
	cursor: pointer;
}

#about-us .single-video:hover i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

/*=======================
  End About CSS
=========================*/
/*=======================
  Service CSS
=========================*/
#service {
	background: #f5f5f5;
}

#service .single-service {
	text-align: center;
	background: #fff;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
	-moz-box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
	box-shadow: 1px 1px 6px rgba(20, 20, 20, 0.4);
}

#service .single-service .number {
	font-size: 28px;
	line-height: 65px;
	height: 65px;
	width: 65px;
	background: #252525;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	border: 1px solid transparent;
}

#service .single-service .number p {
	color: #fff;
	margin: 0;
}

#service .single-service:hover .number p {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}

#service .single-service h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 14px 0;
}

#service .single-service.active h4,
#service .single-service:hover h4 {
	color: #fff;
}

#service .single-service.active p,
#service .single-service:hover p {
	color: #fff;
}

#service .single-service:hover i,
#service .single-service.active i {
	color: #fff;
	background: transparent;
	border-color: #fff;
}

#service .single-service .ico-bg {
	position: absolute;
	content: "";
	color: #988D8D;
	font-size: 50px;
	background: transparent;
	left: 0;
	top: 50%;
	bottom: 33px;
	z-index: 3;
	border: none;
	transition: all 1s ease;
	opacity: 0;
	visibility: hidden;
}

#service .single-service:hover .ico-bg,
#service .single-service.active .ico-bg {
	color: #fff;
	left: 20%;
	opacity: 0.3;
	visibility: visible;
}

/*=======================
  End Service CSS
=========================*/
/*=======================
  Call To Action CSS
=========================*/
#call-to-action {
	background: #2c3e50;
	padding: 30px 0;
	text-align: center;
	position: relative;
}

#call-to-action h2 {
	color: #fff;
	display: inline-block;
	margin-right: 30px;
}

#call-to-action .button {
	border: 1px solid #e2e2e2;
	display: inline-block;
	background: transparent;
}

#call-to-action .button:hover {
	border-color: transparent;
}

#call-to-action .button i {
	margin-right: 10px;
}

#call-to-action .button:hover i {
	opacity: 0;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*=======================
  End Call To Action CSS
=========================*/
/*=======================
  Clients, Project CSS
=========================*/
#clients,
#project,
#Complete,
#project {
	background-size: cover;
	position: relative;
	overflow: hidden;
}

#clients .section-title,
#Complete .section-title {
	margin-bottom: 50px;
}

#clients .single-client img,
#Complete .single-client img {
	opacity: 0.5;
	cursor: pointer;
	width: 100%;
}

#clients .single-client:hover img {
	opacity: 1;
}

#clients .owl-nav,
#project .owl-nav,
#Complete .owl-nav,
#project .owl-nav {
	position: absolute;
	left: 0;
	top: -60px;
	width: 100%;
}

#clients .owl-nav div,
#project .owl-nav div,
#Complete .owl-nav div,
#project .owl-nav div {
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}

#clients:hover .owl-nav div,
#project:hover .owl-nav div,
#Complete:hover .owl-nav div,
#project:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

#clients:hover .owl-nav div:hover,
#project:hover .owl-nav div:hover,
#Complete:hover .owl-nav div:hover,
#project:hover .owl-nav div:hover {
	background: #252525;
}

#clients .owl-nav .owl-prev,
#project .owl-nav .owl-prev,
#Complete .owl-nav .owl-prev,
#project .owl-nav .owl-prev {
	right: -30px;
}

#clients:hover .owl-nav .owl-prev,
#project:hover .owl-nav .owl-prev,
#Complete:hover .owl-nav .owl-prev,
#project:hover .owl-nav .owl-prev {
	right: 80px;
}

#clients .owl-nav .owl-next,
#project .owl-nav .owl-next,
#Complete .owl-nav .owl-next,
#project .owl-nav .owl-next {
	right: -100px;
}

#clients:hover .owl-nav .owl-next,
#project:hover .owl-nav .owl-next,
#Complete:hover .owl-nav .owl-next,
#project:hover .owl-nav .owl-next {
	right: 30px;
}

.default-property-column {
	position: relative;
}

.property-section .default-property-column {
	margin-bottom: 40px;
}

.default-property-column .inner-box {
	position: relative;
	border: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.list-view .default-property-column .inner-box {
	padding-left: 371px;
	min-height: 245px;
}

.default-property-column .inner-box:hover {
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.default-property-column .image-outer {
	position: relative;
	overflow: hidden;
}

.list-view .default-property-column .image-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 371px;
	height: 245px;
}

.default-property-column .image-outer .overlay-box {
	position: absolute;
	padding: 20px;
	left: 0px;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.50);
	color: #ffffff;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-property-column:hover .image-outer .overlay-box {
	bottom: 0px;
}

.default-property-column .image-outer .overlay-content {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 50%;
	margin-top: -40px;
	text-align: center;
}

.default-property-column .image-outer .overlay-content h4 {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
}

.default-property-column .image-outer .overlay-content a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: rgba(255, 255, 255, 0.60);
	margin: 0px 3px;
	color: #1a1a1a;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.default-property-column .image-outer .overlay-content a:hover {
	background: #ffffff;
}

.default-property-column .image-box img {
	display: block;
	width: 100%;
}

.default-property-column .lower-content {
	position: relative;
	background: #ffffff;
}

.list-view .default-property-column .lower-content {
	padding: 25px 30px;
	border-left: 1px solid #cecece;
	letter-spacing: 0;
}

.default-property-column .lower-content .desc-box {
	position: relative;
	padding: 15px 20px;
}

.list-view .default-property-column .lower-content .desc-box {
	padding: 0px;
	margin-bottom: 15px;
}

.default-property-column .lower-content .desc-box h3 {
	font-size: 14px;
	color: #1a1a1a;
	margin-bottom: 0px;
}

.default-property-column .lower-content .desc-box h3 a {
	color: #1a1a1a;
}

.default-property-column .lower-content .desc-box h3 a:hover {
	color: #52c629;
}

.default-property-column .lower-content .desc-box .text {
	font-size: 12px;
	color: #1a1a1a;
}

.default-property-column .lower-content .specs-list {
	position: relative;
}

.default-property-column .lower-content .specs-list li {
	display: block;
	line-height: 24px;
	padding: 8px 20px;
	background: #f8f8f8;
	font-size: 14px;
}

.default-property-column .lower-content .specs-list li:nth-child(2n+2) {
	background: #ffffff;
}

.default-property-column .lower-content .specs-list li .pull-left {
	font-weight: 500;
}

.default-property-column .lower-content .info-list {
	position: relative;
	padding-top: 20px;
}

.default-property-column .lower-content .info-list li {
	position: relative;
	display: inline-block;
	line-height: 24px;
	margin-right: 20px;
	font-size: 12px;
}

.default-property-column .lower-content .info-list li strong {
	font-weight: 600;
	color: #1a1a1a;
	padding-right: 10px;
}

.list-view .default-property-column .btn-style-three {
	padding: 6px 25px;
}

.default-property-column .lower-content .info-list li .price {
	position: relative;
	color: #52c629;
	font-size: 14px;
}

/*=======================
  End Clients CSS
=========================*/
/*=======================
  Project CSS
=========================*/
#project {
	background: #f5f5f5;
}

#project .section-title {
	margin-bottom: 50px;
}

#project .no-margin {
	margin: 0;
}

#project .no-margin:hover .project-single {
	opacity: 0.3;
}

#project .no-margin .project-single:hover {
	opacity: 1;
}

#project .col-md-12,
#project .col-sm-12,
#project .col-xs-12 {
	padding: 0;
}

#project .project-single {
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

#project .project-head {
	position: relative;
}

#project .project-head::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(37, 37, 37, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 3;
}

#project .project-single:hover .project-head::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

#project .project-head img {
	width: 100%;
	z-index: 2;
}

#project .project-single:hover img {
	transform: scale(1.8);
}

#project .project-hover {
	position: absolute;
	top: 35px;
	bottom: 35px;
	left: 35px;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.30s ease;
	border: 3px solid #eee;
	right: 35px;
	z-index: 4;
}

#project .project-single:hover .project-hover {
	opacity: 1;
	visibility: visible;
}

#project .project-hover h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
}

#project .project-hover a {
	color: #fff;
	padding-top: 10px;
}

#project .project-hover p {
	color: #fff;
	font-size: 13px;
	margin: 0;
}

/*=======================
  End Project CSS
=========================*/
/*=======================
  Testimonial CSS
=========================*/
#testimonial {
	background: #2C3E50;
}

#testimonial .section-title h2 {
	color: #fff;
}

#testimonial .section-title p {
	color: #fff;
}

#testimonial .testimonial-carousel {
	position: relative;
}

#testimonial .single-testimonial {
	opacity: 0.9;
	transition: all 0.3s ease;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#testimonial .owl-item.active.center .single-testimonial {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

#testimonial .testimonial-content {
	background: #fff;
	padding: 25px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 2px solid;
}

#testimonial .owl-item.active.center .testimonial-content {
	border-top: 4px solid;
	border-bottom: 0px solid;
}

#testimonial .testimonial-content::before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 19px;
	top: 11px;
	left: 6px;
	content: "\f10d";
	opacity: 0.8;
}

#testimonial .testimonial-info {
	overflow: hidden;
}

#testimonial .testimonial-info .arrow {
	position: relative;
}

#testimonial .testimonial-info .arrow::before {
	position: absolute;
	bottom: -6px;
	left: 25px;
	content: "";
	border-top: 16px solid transparent;
	border-left: 23px solid;
}

#testimonial .testimonial-info img {
	width: 80px;
	height: 80px;
	border: 3px solid;
	margin-bottom: 10px;
	float: left;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

#testimonial .testimonial-info h6 {
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: 500;
	color: #fff;
	float: left;
}

#testimonial .testimonial-info span {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
}

#testimonial .owl-dots {
	position: absolute;
	top: 23%;
	left: -28px;
}

#testimonial .owl-dots .owl-dot {
	display: block;
}

#testimonial .owl-dots .owl-dot span {
	width: 5px;
	height: 15px;
	border-radius: 3px;
}

#testimonial .owl-dots .owl-dot.active span {
	height: 25px;
}

/*=======================
  End Testimonial CSS
=========================*/
/*=======================
  Contact CSS
=========================*/
#contact {
	background: #f5f5f5;
}

#contact.personal {
	background: #fff;
}

#contact .form-group {
	position: relative;
}

#contact .form-group:last-child {
	margin: 0;
}

#contact .form-group i {
	position: absolute;
	font-size: 16px;
	padding: 15px 12px;
}

#contact .form-group input {
	width: 100%;
	height: 44px;
	border: 1px solid #bbb;
	padding-left: 40px;
}

#contact .form-group input:hover,
#contact .form-group input:focus,
#contact .form-group textarea:hover {
	padding-left: 50px;
}

#contact .form-group textarea {
	border: 1px solid #bbb;
	padding: 10px;
	width: 100%;
	padding-left: 40px;
}

#contact .form-group .button {
	height: 50px;
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 0px;
	border: 0px solid;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
}

#contact .form-group .button:hover {
	background: #252525;
}

#contact .form-group .button i {
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	padding: 0px;
}

#contact .map {
	width: 100%;
	height: 495px;
}

/*=======================
  End Contact CSS
=========================*/
/*=======================
  Blog CSS
=========================*/
/*----- Blog Latest -----*/
#blog .single-blog {
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
	-moz-box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
	box-shadow: 0px 0px 4px rgba(21, 20, 20, 0.4);
	margin: 5px;
}

#blog .blog-head {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#blog .blog-head:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.72);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 6;
}

#blog .single-blog:hover .blog-head:before {
	opacity: 0.6;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

#blog .blog-head img {
	width: 100%;
}

#blog .single-blog:hover .blog-head img {
	transform: scale(1.3) rotate(5deg)
}

#blog .blog-head .icon {
	position: absolute;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 100%;
	left: 50%;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
	text-align: center;
	font-size: 20px;
	transition: all 0.40s ease;
	z-index: 7;
}

#blog .single-blog:hover .blog-head .icon {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

#blog .blog-head:hover .icon:hover {
	background: #252525;
}

#blog .blog-head:hover .icon i #blog .blog-head img {
	width: 100%;
}

#blog .blog-head span {
	position: absolute;
	padding: 8px 10px;
	text-transform: uppercase;
	color: #fff;
	top: 0;
	border-radius: 0px 50px 50px 0px;
	z-index: 7;
}

#blog .blog-head:hover span {
	opacity: 0;
}

#blog .blog-head span i {
	margin-right: 5px;
}

#blog .owl-dot span {
	width: 15px;
	height: 5px;
	background: #252525;
}

#blog .owl-dot.active span {
	width: 25px;
}

/*----- Blog Pagination -----*/
#blog .pagination {
	text-align: center;
	display: block;
	margin-top: 30px;
}

#blog .pagination li {
	display: inline-block;
}

#blog .pagination li a {
	color: #252525;
}

#blog .pagination li:hover a,
#blog .pagination li a:focus {
	color: #fff;
	border-color: transparent;
}

#blog .pagination li.prev a,
#blog .pagination li.next a {
	color: #fff;
	border-color: transparent;
}

#blog .pagination li a:hover {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/*----- Blog Sidebar -----*/
#blog .blog-sidebar {
	border-left: 1px solid #ddd;
	padding-left: 30px;
}

#blog .single-sidebar {
	margin-top: 50px;
}

#blog .single-sidebar h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	display: block;
}

#blog .single-sidebar ul li {
	color: #424242;
}

#blog .latest .single-post {
	overflow: hidden;
	margin-bottom: 20px;
}

#blog .latest .single-post:last-child {
	margin-bottom: 0px;
}

#blog .latest .single-post .post-img {
	float: left;
	margin-right: 10px;
}

#blog .latest .single-post img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
}

#blog .latest .post-info {
	display: table-cell;
	vertical-align: top;
}

#blog .latest .post-info h4 {
	margin: 0;
	font-size: 15px;
	margin-bottom: 5px;
}

#blog .latest .post-info a {
	color: #424242;
}

#blog .latest .post-info p {
	margin: 0;
}

#blog .category ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

#blog .category ul li:last-child {
	margin-bottom: 0px;
}

#blog .category ul li {
	width: 100%;
	line-height: 18px;
	text-align: left;
	border-radius: 50px;
	vertical-align: middle;
}

#blog .category ul li i {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-left: 10px;
}

#blog .tags ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px
}

#blog .tags ul li a {
	color: #fff;
	display: block;
	padding: 5px 10px;
}

#blog .tags ul li a:hover {
	background: #252525;
}

/*----- Single Blog -----*/
#blog .entry-blog .blog-info {
	margin: 25px 0px;
}

#blog .single-blog .blog-info h4 {
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 26px;
}

#blog .single-blog .blog-info h4 a {
	color: #424242;
	text-transform: uppercase;
}

#blog .single-blog .meta {
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(221, 221, 221);
}

#blog .single-blog .meta span {
	margin-right: 10px;
}

#blog .single-blog .meta span i {
	margin-right: 5px;
}

#blog .single-blog .button {
	background: transparent;
	padding: 0;
	box-shadow: none;
	margin-top: 10px;
}

#blog .single-blog .button i {
	margin-left: 5px;
}

#blog .single-blog .button:hover {
	color: #252525;
}

/*----- Blog Share -----*/
#blog .blog-share {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#blog .blog-share ul {}

#blog .blog-share ul li {
	display: inline-block;
	margin: 0 6px 6px 0;
}

#blog .blog-share ul li.share {
	text-transform: uppercase;
	font-weight: 500;
}

#blog .blog-share ul li.share i {
	margin-left: 5px;
}

#blog .blog-share ul li a {
	display: block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

#blog .blog-share ul li:hover a {
	background: #252525;
}

/*----- Blog Prev Next -----*/
#blog .prev-next {
	margin-bottom: 30px;
}

#blog .prev-next ul {
	overflow: hidden;
}

#blog .prev-next ul li {}

#blog .prev-next ul li.prev {
	float: left;
}

#blog .prev-next ul li.next {
	float: right;
}

#blog .prev-next ul li i {
	margin: 0 5px;
}

#blog .prev-next ul li a {
	text-transform: uppercase;
	font-weight: 500;
}

#blog .prev-next ul li a {
	text-transform: uppercase;
	font-weight: 700;
}

#blog .prev-next ul li:hover a {
	color: #252525;
}

/*----- Blog Comments -----*/
#blog .blog-comments {
	margin-bottom: 30px;
}

#blog .blog-comments h2 {
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 30px;
}

#blog .single-comments {
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#blog .single-comments:last-child {
	border-bottom: 0px solid;
	padding: 0px;
	margin: 0;
}

#blog .single-comments .main {
	overflow: hidden;
	padding-bottom: 15px;
}

#blog .single-comments .head {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 12%;
}

#blog .single-comments .body {
	float: left;
	width: 80%;
}

#blog .single-comments .comment-list {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
}

#blog .single-comments img {
	width: 65px;
	height: 65px;
	border-radius: 100%;
}

#blog .single-comments h4 {
	margin: 5px 0 0;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
}

#blog .single-comments .meta {
	font-size: 13px;
	margin: 0;
	color: #666;
	font-weight: 400;
}

#blog .single-comments p {
	font-size: 13px;
}

#blog .single-comments a {
	text-transform: uppercase;
	font-size: 13px;
}

#blog .comment-list {
	padding-left: 50px;
}

#blog .comments-form h2 {
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 30px;
}

#blog .comments-form .form-group.submit {
	margin-bottom: 0px;
}

#blog .comments-form .form input {
	width: 100%;
	height: 44px;
	border: 1px solid #bbb;
	padding-left: 10px;
}

#blog .comments-form .form textarea {
	width: 100%;
	border: 1px solid #bbb;
	padding: 10px;
}

#blog .comments-form .form .button {
	height: 44px;
	width: 100%;
	border: 0px solid;
	color: #fff;
}

#blog .comments-form .form .button:hover {
	background: #252525;
	color: #fff;
}

#blog .skill-text {
	margin: 10px 0;
}

#blog .skill-text li {
	color: #555;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

#blog .skill-text i {
	margin-right: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	color: #fffffd;
	font-size: 12px;
}

/*=======================
  End Blog CSS
=========================*/

/*=======================
  Mail Success CSS
=========================*/
#success .mail {
	text-align: center;
}

#success .mail h2 {
	margin-bottom: 20px;
}

#success .mail .button i {
	margin-right: 5px;
}

/*=======================
  End Mail Success CSS
=========================*/

/*=======================
  Personal CSS
=========================*/
/*-----Personal Banner-----*/
#personal-banner {
	height: 100%;
	position: relative;
	background: url('../images/slider/slider-bg1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#personal-banner::before {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(12, 10, 10, 0.81);
	width: 100%;
	height: 100%;
	content: "";
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#personal-banner .table-cell .banner-main {
	position: relative;
	margin: auto auto auto 0;
}

#personal-banner .table-cell .banner-text {
	margin: auto;
	text-align: center;
	padding: 0 200px 25px;
	border-radius: 10px;
	z-index: 4;
}

#personal-banner .table-cell .banner-text img {
	text-align: center;
	margin: auto;
}

#personal-banner .banner-text h1 {
	color: #3065b5;
	font-size: 25px;
	padding: 35px 0;
	background: url('../images/banner-line.png') no-repeat bottom center;
}

#personal-banner .banner-text p {
	color: #fff;
}

#personal-banner .banner-text .info {
	text-transform: capitalize;
}

/*=======================
  End Personal CSS
=========================*/
#contact-detail {
	background: #FFF;
}

.address-sec>.address-sec-1 {
	text-align: center;
	position: relative;
}

.address-sec-1>.address-sec-1>.address-sec-2>.address-img {
	position: relative;
	z-index: 2;
	margin: auto;
	vertical-align: middle;
	width: 100%;
}

.address-sec>.address-sec-1:hover>.address-sec-2>.address-img {
	background: #dddddd;
}

.address-sec>.address-sec-1>.address-sec-2>.address-img>i {
	color: #323232 !important;
}

.address-sec>.address-sec-1:hover>.address-div {
	background: #cccccc;
}

.social_icons {
	margin-top: 18px;
	margin-bottom: 0;
	padding-left: 0;
}

.social_icons ul {
	padding-left: 0;
}

.social_icons li {
	display: inline-block;
	list-style: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 8px;
	border: 2px solid #323232;
	width: 40px;
	height: 40px;
}

.social_icons li i {
	font-size: 20px;
	color: #323232;
}

.social_icons li:hover {
	border: 2px solid #337ab7;
	color: #337ab7;
}

.social_icons li:hover a {
	background: transparent;
	display: block;
}

.social_icons li:hover a i {
	color: #337ab7;
}

.div-shadow {
	-webkit-box-shadow: 0 8px 6px -6px #aaaaaa;
	-moz-box-shadow: 0 8px 6px -6px #aaaaaa;
	box-shadow: 0 8px 6px -6px #aaaaaa;
}

.address-img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px 10px;
}

.address-div {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 30px 10px;
	background-color: #e6e6e6;
}

.address-div>h4 {
	font-weight: 500;
	margin-top: 0;
}

.address-div>p {
	letter-spacing: 0.5px;
}

.address-sec>.address-sec-1:hover>.address-sec-2>.address-img>i {
	color: #3065b5 !important;
}

.address-img {
	background-color: #eeeeee;
}

.address-div a {
	color: #555;
}

.address-div a:hover {
	color: #337ab7;
}

/*=======================
  Footer CSS
=========================*/
#footer {
	background: #252525;
	border-top: 1px solid rgba(221, 221, 221, 0.22);
	padding: 10px 0;
}

#footer .copyright {
	padding: 5px 0;
}

#footer .copyright p {
	color: #fff;
	margin: 0;
	text-align: center;
}

#footer .copyright span {
	margin: 0px 5px;
}

/*=======================
  End Footer CSS
=========================*/

/*=======================
  Captcha CSS
=========================*/
.captcha {
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px 0 5px 0;
}

.captcha span.captcha-img {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

.captcha span.captcha-refresh {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px 10px 10px 0px;
}

.captcha span.captcha-refresh a {
	float: left;
}

.captcha span.captcha-refresh img {
	float: left;
}

.captcha span.captcha-refresh a font {
	width: 78%;
	float: left;
	color: #000;
	line-height: 30px;
	padding-left: 5px;
	font-size: 12px;
}

.Formloader {
	display: none;
	text-align: center;
}

/*=======================
  End Captcha CSS
=========================*/

/*=======================
  Global Style
=========================*/
html,
body {
	height: 100%;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #252525;
	background: #fff;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	margin: 0 0 10px;
	font-weight: 700;
}

p {
	margin: 0;
	color: #555;
}

a {
	text-decoration: none;
	transition: all 0.4s ease;
}

img {
	max-width: 100%;
	display: block;
}

a:hover,
a:focus {
	color: #fff;
	outline: none;
	text-decoration: none;
	/*background:none;*/
}

ul,
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li a:focus {
	background: none;
	outline: none;
}

.section {
	padding: 70px 0;
}

.section-title {
	margin-bottom: 20px;
	text-align: center;

}

.section-title span {
	font-weight: 700;
}

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 15px;
	position: relative;
	color: #252525;
	font-weight: 500;
}

.section-title p {
	font-weight: 400;
}

.button {
	display: inline-block;
	background: #252525;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 500;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	position: relative;
}

.button:hover {
	-webkit-box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
	-moz-box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
	box-shadow: 1px 1px 6px RGBA(105, 91, 91, 0.61);
	color: #fff;
}

.button:hover i {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;

}

.button:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(246, 238, 238, 0.25);
	content: "";
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.button:hover:after {
	opacity: 0.4;
	visibility: visible;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

#breadcrumbs {
	text-align: center;
	padding: 55px 0;
	/*background: url('../images/breadcrumb-bg.jpg');*/
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#breadcrumbs:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}

#breadcrumbs h2 {
	color: #fff;
	text-transform: uppercase;
}

#breadcrumbs ul {}

#breadcrumbs ul li {
	display: inline-block;
}

#breadcrumbs ul li a {
	color: #eee;
	font-size: 18px;
	text-transform: capitalize;
}

#breadcrumbs li+li::before {
	color: #b9b9b9;
	content: "/ ";
	padding: 0px;
}

.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_item a {
	background: none;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	animation: blink 1s infinite;
	font-size: 35px;
}

.margin-30 {
	margin-top: 30px;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#header.personal .header-inner,
#header.personal .header-inner,
#header.personal.sticky,
.button,
#header .nav li .sub-menu,
#testimonial .owl-dots .owl-dot span,
#statics .static-single span,
#service .single-service,
#service .single-service .number p,
#about-us .single-video:before,
#about-us .single-video::after,
#about-us .single-video i,
#team .team-head::before,
#team .team-social,
#project .project-head::before,
.owl-nav div,
#header .social_icons a i,
#contact .form-group input,
#contact .form-group textarea,
img,
#header.sticky .header-inner {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#about-us .about-video,
#about-us .about-main,
#service .single-service,
#team .single-team,
#testimonial .single-testimonial,
#contact .form,
.map {
	margin-top: 30px;
}

.no-margin {
	margin: 0;
}

#scrollUp {
	bottom: 57px;
	right: 20px;
	background: #252525;
	color: #fff;
	font-size: 30px;
	opacity: 0.5;
	padding: 4px 10px;
}

#scrollUp:hover {
	opacity: 1;
}

.page .map,
.page #particles-js {
	display: none;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(37, 37, 37, 0.9);
	z-index: 4444;
}

.loader-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
}

.k-line {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}

.k-line11-1 {
	animation: k-loadingP 2s infinite;
}

.k-line11-2 {
	animation: k-loadingP 2s infinite;
	animation-delay: .15s;
}

.k-line11-3 {
	animation: k-loadingP 2s infinite;
	animation-delay: .30s;
}

.k-line11-4 {
	animation: k-loadingP 2s infinite;
	animation-delay: .45s;
}

.k-line11-5 {
	animation: k-loadingP 2s infinite;
	animation-delay: .60s;
}

@keyframes k-loadingP {
	0% {
		transform: translateY(0)
	}

	35% {
		transform: translateY(0);
		opacity: .3
	}

	50% {
		transform: translateY(-20px);
		opacity: .8
	}

	70% {
		transform: translateY(3px);
		opacity: .8
	}

	85% {
		transform: translateY(-3px)
	}
}

/*=======================
  End Global Style
=========================*/

/*=======================
  Start Responsive CSS
=========================*/

@media (max-width: 1024px) {

	#header .mainmenu {
		padding-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 14px;
	}

	.section-title h2 {
		margin-bottom: 10px;
	}

	.logo {
		text-align: center;
		padding: 10px;
	}

	.logo img {
		display: inline-table;
	}

	#header .mainmenu {
		padding: 0px 75px;
	}

	#header .nav {
		float: left;
	}

	#header .nav li {
		margin-right: 3px;
	}

	#header .nav li a {
		padding: 15px 12px;
		font-size: 13px;
	}

	#statics {
		margin-top: -50px;
		padding: 0;
	}

	#statics .statics {
		border-radius: 0px;
	}

	#about-us {
		padding: 70px 0;
	}

	#about-us .single-about p {
		font-size: 13px;
	}

	#project .project-hover {
		padding: 10px;
	}

	#call-to-action h2,
	#call-to-action a {
		display: block;
	}

	#call-to-action a {
		margin-top: 10px;
	}

	#testimonial .owl-dots {
		left: -22px;
	}

	#clients:hover .owl-nav .owl-prev,
	#Complete:hover .owl-nav .owl-prev {
		left: 0px;
	}

	#clients:hover .owl-nav .owl-next,
	#Complete:hover .owl-nav .owl-next {
		right: 0px;
	}

	#personal-banner .table-cell .banner-main {
		margin: 0 auto;
	}

	#contact .map {
		height: 478px;
	}

	ul.social_icons li {
		margin: 0;
	}
}

/* Mobile Layout */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}

	#header .top-left {
		float: none;
		text-align: center;
	}

	#header.personal {
		background: #252525;
	}

	#header .top-right {
		float: none;
		text-align: center;
		margin-top: 10px;
	}

	#header .nav {
		float: none;
	}

	.navbar-nav {
		margin: 0;
	}

	#header .mainmenu {
		padding-right: 0px;
	}

	#header .nav li {
		margin-bottom: 5px;
	}

	#header .nav li a {
		border-radius: 5px;
		padding: 10px;
		font-size: 13px;
	}

	#header .nav li .sub-menu {
		position: relative;
		top: 100%;
		opacity: 1;
		visibility: visible;
		margin-top: 5px;
		width: 100%;
		border-top: 0px solid;
	}

	#header .nav li .sub-menu li a {
		text-align: left;
		padding: 10px 24px;
	}

	#header .mobile-nav {
		display: block;
	}

	#header .slicknav_nav {
		padding-top: 10px;
	}

	#header.slicknav_nav a {
		border-radius: 5px;
		font-size: 14px;
	}

	#header .slicknav_nav a:hover {
		color: #fff;
	}

	#header .slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		color: #fff;
	}

	#header .mobile-nav .slicknav_menu {
		background: transparent;
	}

	#header .slicknav_nav .slicknav_row,
	.slicknav_nav a {
		margin: 0;
	}

	#header .slicknav_menu {
		padding: 0;
	}

	#header .slicknav_btn {
		position: relative;
		padding: 10px 10px;
		margin: 0;
		margin-top: -40px;
	}

	#header .slicknav_menutxt {
		text-shadow: none;
		font-weight: 500;
		font-size: 15px;
	}

	#personal-banner .table-cell .banner-main {
		width: 100%;
	}

	#personal-banner .table-cell .banner-text {
		padding: 0 100px 25px;
	}

	#personal-banner .banner-text h1 {
		font-size: 25px;
	}

	#statics {
		margin-top: 0px;
		padding: 20px 0;
		background: #f5f5f5;
	}

	#statics .statics {
		border-radius: 0px;
	}

	#about-us {
		padding: 50px 0;
	}

	#call-to-action h2 {
		font-size: 25px;
	}

	#call-to-action a {
		margin-top: 10px;
	}

	#clients .single-client img,
	#Complete .single-client img {
		display: inline-block;
	}

	#clients:hover .owl-nav .owl-prev,
	#project:hover .owl-nav .owl-prev,
	#Complete:hover .owl-nav .owl-prev,
	#project:hover .owl-nav .owl-prev {
		left: 0px;
	}

	#clients:hover .owl-nav .owl-next,
	#project:hover .owl-nav .owl-next,
	#Complete:hover .owl-nav .owl-next,
	#project:hover .owl-nav .owl-next {
		right: 0px;
	}

	#testimonial .single-testimonial {
		transform: translateY(0px);
	}

	#testimonial .owl-dots {
		position: absolute;
		transform: rotate(0);
		bottom: 0;
		top: 100%;
		right: 0;
	}

	#testimonial .owl-dots .owl-dot {
		display: inline-block;
	}

	#clients .owl-nav,
	#project .owl-nav,
	#Complete .owl-nav,
	#project .owl-nav {
		top: 35%;
	}

	#project .project-hover {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	#project .project-hover {
		padding: 10px;
	}

	#project .project-hover h4 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	#project .project-hover a {
		padding-top: 5px;
	}

	#success .mail h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.res-bottom-space {
		margin-bottom: 30px;
	}

	#footer .copyright {
		float: none;
		text-align: center;
	}
}

@media (max-width: 480px) {
	#header .logo a img {
		width: 60%
	}

	#header .slicknav_menu {
		padding: 5px 0 0;
	}

	#personal-banner .table-cell .banner-text {
		padding: 0 25px 25px;
	}

	.social_icons li {
		margin-left: 5px;
		margin-right: 5px;
	}
}

/* Mobile Layout */
@media (max-width: 320px) {
	body {
		font-size: 14px;
	}

	.section {
		padding: 50px 0;
	}

	.button {
		padding: 8px 15px;
	}

	.section-title h2 {
		font-size: 22px;
	}

	#header .nav li a {
		font-size: 13px;
	}

	#personal-banner .table-cell .banner-text img {
		display: none;
	}

	#personal-banner .table-cell .banner-text {
		padding: 0 25px 25px;
	}

	#project .project-hover {
		position: absolute;
		top: 15px;
		bottom: 15px;
		left: 15px;
		padding: 10px;
		right: 15px;
	}

	#testimonial .owl-dots .owl-dot.active span {
		height: 20px;
	}

	#personal-banner .banner-text h1 {
		font-size: 25px;
	}

	#personal-banner .banner-text h3 {
		font-size: 20px;
	}
}

/*=======================
  End Responsive CSS
=========================*/
/*=======================
  Start Skin Color CSS
=========================*/

/* Section Title */
.section-title span {
	color: #3065B5;
}

/* Button */
.button:hover {
	background: #3065B5;
}

.button.primary {
	background: #3065B5;
}

/* Typed Cursor */
.typed-cursor {
	color: #3065B5;
}

/* Breadcrumbs */
#breadcrumbs ul li.active a {
	color: #3065B5;
}

/* Header */
#header .contact i {
	color: #3065B5;
}

#header .logo span {
	color: #3065B5;
}

#header .slicknav_nav a:hover {
	background: #3065B5;
}

#header .slicknav_nav .slicknav_row:hover {
	background: #3065B5;
}

#header .nav li:hover a,
#header .nav li.active a {
	background: #3065B5;
}

#header .nav li .sub-menu li:hover a {
	color: #3065B5;
}

/* Statics */
#statics .static-single.active {
	background: #3065B5;
}

#statics .static-single i {
	color: #3065B5;
}

/* About Us */
#about-us .single-video i {
	background: #3065B5;
}

#about-us .single-video::after {
	background: #3065B5;
}

/* Service */
#service .single-service.active,
#service .single-service:hover {
	background: #3065B5;
}

/* Team */
#team .team-social li a {
	background: #3065B5;
}

#team .single-team {
	border-top-color: #3065B5;
}

#team .team-info {
	background: #3065B5;
}

/* Cleints */
#clients .owl-nav div,
#project .owl-nav div,
#Complete .owl-nav div,
#project .owl-nav div {
	background: #3065B5;
}

/* Project */
#project .project-hover {
	border-bottom-color: #3065B5;
}

#project .project-hover h4:hover a,
#project .project-hover .button:hover i {
	color: #3065B5;
}

/* Testimonial */
#testimonial .testimonial-content {
	border-bottom-color: #3065B5;
}

#testimonial .owl-item.active.center .testimonial-content {
	border-top-color: #3065B5;
	border-bottom-color: #3065B5;
}

#testimonial .testimonial-content::before {
	color: #3065B5;
}

#testimonial .testimonial-info .arrow::before {
	border-left-color: #3065B5;
}

#testimonial .owl-dots .owl-dot.active span {
	background: #3065B5;
}

#testimonial .testimonial-info img {
	border-color: #3065B5;
}

/* Blog */
#blog .owl-dot.active span {
	background: #F2784B;
}

#blog .blog-head .icon {
	background: #F2784B;
}

#blog .blog-head span {
	background: #F2784B;
}

#blog .single-blog .meta span i {
	color: #F2784B;
}

#blog .single-blog .blog-info h4:hover a {
	color: #F2784B;
}

#blog .single-blog .button {
	color: #F2784B;
}

#blog .single-sidebar h2 span {
	color: #F2784B;
}

#blog .latest .post-info p {
	color: #F2784B;
}

#blog .latest .post-info a:hover {
	color: #F2784B;
}

#blog .category ul li::before {
	color: #F2784B;
	font-size: 12px;
}

#blog .tags ul li a {
	background: #F2784B;
}

#blog .blog-share ul li.share i {
	color: #F2784B;
}

#blog .blog-share ul li a {
	background: #F2784B;
}

#blog .prev-next ul li a {
	color: #F2784B;
}

#blog .pagination li:hover a,
#blog .pagination li a:focus {
	background: #F2784B;
}

#blog .pagination li.prev a,
#blog .pagination li.next a,
#blog .pagination li.active a {
	background: #F2784B;
}

#blog .single-comments a {
	color: #F2784B;
}

#blog .comments-form .form .button {
	background: #F2784B;
}

#blog .skill-text i {
	background: #F2784B;
}

/* Call To Action */
#call-to-action .button:hover {
	background: #3065B5;
}

/* Contact Form */
#contact .form-group i {
	color: #3065B5;
}

/* Cleints */
#clients .owl-nav div,
#project .owl-nav div,
#Complete .owl-nav div {
	background: #3065B5;
}

/* Personal Banner */
#personal-banner .banner-text .info {
	color: #3065B5;
}

.k-line {
	background: #3065B5;
}

#footer .copyright span {
	color: #3065B5;
}

#footer .social a {
	background: #3065B5;
}

#footer .social li:hover a {
	border-color: #3065B5;
}

.carousel-container {
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 15px auto;
	border: 2px solid #ddd;
	border-radius: 10px;
}

.carousel-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-track img {
	width: 100%;
	flex-shrink: 0;
	object-fit: fill;
	height: auto;
	aspect-ratio: 2 / 1;


}

/*=======================
  End Skin Color CSS
=========================*/