@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Roboto);

* {
	padding: 0;
	margin: 0
}

body {
	background-color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #555;
	font-weight: 400;
	position: relative;
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333
}

h1 {
	font-size: 70px;
	line-height: 1;
	margin: 0 0 10px;
	letter-spacing: -.02em;
	font-weight: 700
}

h2 {
	font-size: 24px;
	color: #333;
	margin: 0 0 8px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.04em;
	text-transform: uppercase
}

h3,
h4 {
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 1.4;
	color: #333
}

h3 {
	font-size: 17px
}

h4 {
	font-size: 15px
}

h5 {
	font-size: 14px;
	margin: 0 0 10px
}

h6 {
	font-size: 12px;
	margin: 0 0 10px
}

img {
	border: none;
	outline: 0
}

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

p {
	font-size: 14px;
	margin-bottom: 15px
}

a {
	font-family: Montserrat, sans-serif;
	letter-spacing: -.9px
}

a,
a:hover {
	text-decoration: none
}

a:focus {
	outline: 0;
	text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888 !important
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888 !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #888 !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888 !important
}

button {
	border: none;
	background: 0 0
}

.padding {
	padding: 80px 0
}

.no-padding {
	padding: 0
}

.mb-10 {
	margin-bottom: 10px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-35 {
	margin-bottom: 35px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.ml-5 {
	margin-left: 5px
}

.ml-10 {
	margin-left: 10px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 10px
}

.mt-15 {
	margin-left: 15px
}

.mt-15 {
	margin-left: 15px
}

.padding-15 {
	padding: 15px
}

.display-block {
	display: block
}

.text-black {
	color: #282828
}

.text-white {
	color: #fff
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.fl-right {
	float: right
}

.fl-left {
	float: left
}

.display-table {
	width: 100%;
	height: 100%;
	display: table
}

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

.overlay {
	width: 100%;
	position: relative;
	z-index: 1
}

.overlay:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.bg-grey {
	background-color: #f2f2f2
}

.bg-white {
	background-color: #fff
}

.bd-bottom {
	border-bottom: 1px solid #eaeaea
}

.bg_dark {
	background-color: #232323
}

.loaded .site-preloader-wrap {
	opacity: 0;
	visibility: hidden
}

.site-preloader-wrap {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0
}

.site-preloader-wrap .spinner {
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px
}

.spinner {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1s infinite ease-in-out;
	animation: sk-scaleout 1s infinite ease-in-out
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.btn_group a {
	margin: 5px
}

.default-btn {
	background-color: #ff4a00;
	color: #fff;
	line-height: 45px;
	display: inline-block;
	padding: 0 25px;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600
}

.default-btn:hover {
	background-color: #000;
	color: #fff
}

.default-btn.btn_sm {
	line-height: 40px;
	padding: 0 15px
}

.section-heading {
	border-left: 10px solid #ff5a00
}

.section-heading span {
	display: block;
	font-size: 14px;
	color: #888
}

.section-heading h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: 800
}

.form-control,
.form-control:hover,
.overlay,
a,
a:hover,
button,
img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.header-section {
	width: 100%;
	z-index: 99;
	position: absolute;
	left: 0;
	top: 10px
}

.navbar-fixed-top.header-section {
	position: fixed;
	top: 0;
	background-color: #ff4e00
}

.navbar-fixed-top.header-section .bottom-header,
.navbar-fixed-top.header-section .top-header {
	display: none
}

.menu-wrap {
	background-color: #ff4e00;
	display: flex;
	align-items: center;
	padding: 10px 0
}

.nav-menu {
	text-align: right
}

.nav-menu li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	text-align: left
}

.nav-menu li a {
	color: #fff;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px
}

.nav-menu li a:hover {
	color: #000;
	transition: .3s ease
}

.nav-menu li a.show {
	color: #000
}

.top-header .top-left {
	border-bottom: 90px solid #fff;
	border-left: 0 solid transparent;
	border-right: 50px solid transparent;
	height: 0;
	width: 450px;
	padding: 10px 0;
	display: block;
	margin-left: 0
}

.top-header .top-right {
	border-bottom: 90px solid #fff;
	border-right: 0 solid transparent;
	border-left: 50px solid transparent;
	height: 0;
	width: 450px;
	padding: 10px 0;
	display: block;
	margin-left: 0;
	float: right
}

.top-header .top-left li,
.top-header .top-right li {
	display: inline-block
}

.top-header .top-left li,
.top-header .top-right li {
	margin-right: 10px
}

.top-header .top-right li a {
	background-color: #ff5a00;
	color: #fff;
	display: inline-block;
	height: 25px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px
}

.info-bar {
	display: none;
	width: 100%;
	padding-left: 20px;
	margin: 0;
	top: 0
}

.info1 {
	width: 75%;
	float: left;
	margin: 0;
	padding: 0
}

.info1 p {
	margin-bottom: -15px
}

.info1 p a {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	line-height: 22px
}

.info2 {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0
}

.info2 li {
	font-size: 13px;
	color: #fff;
	margin: 0;
	line-height: 22px
}

.info2 ul li {
	float: left;
	padding-left: 20px
}

.info-bar i {
	color: #fff;
	padding-right: 5px
}

.top-header .col-md-6 {
	padding-left: 0
}

.top-header .col-md-6.right {
	padding-right: 0
}

.top-header .top-left .info {
	margin-left: 12px;
	padding: 17px 0
}

.top-header .top-right .info {
	padding: 37px 0
}

.bottom-header .bottom-left {
	border-top: 40px solid #fff;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;
	height: 0;
	width: 320px;
	display: block;
	margin-left: 0
}

.bottom-header .bottom-right {
	border-top: 40px solid #fff;
	border-right: 0 solid transparent;
	border-left: 30px solid transparent;
	height: 0;
	width: 350px;
	display: block;
	margin-left: 0;
	float: right
}

.bottom-header .bottom-left p {
	margin-top: -33px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #888
}

.bottom-header .bottom-right p {
	margin-top: -33px;
	float: right;
	margin-right: 20px;
	text-transform: lowercase;
	font-size: 13px;
	color: #888
}

.bottom-header .bottom-right i,
.top-header .top-left i {
	color: #ff5a00;
	margin-right: 10px
}

.bottom-header .col-md-6 {
	padding-left: 0
}

.bottom-header .col-md-6.right {
	padding-right: 0
}

.slicknav_menu {
	background: 0 0;
	padding: 4px 0;
	display: none;
	z-index: 999
}

.slicknav_nav {
	background-color: #fff
}

.js .slicknav_menu {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0
}

.slicknav_btn {
	background-color: transparent;
	margin: 10px 5px 14px
}

.slicknav_nav .slicknav_row,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a,
.slicknav_nav a:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 10px 15px;
	margin: 0;
	color: #777
}

.slicknav_nav a .caret {
	display: none
}

.slicknav_nav ul {
	margin: 0
}

.slicknav_nav ul li a {
	padding-left: 30px;
	font-size: 12px
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
	background-color: transparent;
	color: #333
}

#mainmenu li ul {
	background-color: #fff;
	width: 280px;
	height: auto;
	position: absolute;
	left: 0;
	top: 140%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	z-index: 999
}

#mainmenu li:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 190%
}

#mainmenu li ul li {
	border-bottom: 1px solid #eaeaea;
	display: block;
	position: relative
}

#mainmenu li ul li:last-child {
	border: none
}

#mainmenu li ul li a {
	line-height: 33px;
	display: block;
	padding: 0 15px;
	font-size: 11px;
	font-weight: 600;
	text-transform: none;
	color: #777;
	-webkit-transition: color .3s ease 0s, padding .3s ease 0s;
	transition: color .3s ease 0s, padding .3s ease 0s;
	letter-spacing: .001em
}

#mainmenu li>ul>li:hover a {
	color: #fe5d16
}

#mainmenu li>ul ul {
	background-color: #fff;
	left: 200px
}

#mainmenu li>ul li:hover>ul li a {
	color: #777
}

#mainmenu li ul li:hover>ul {
	top: 0;
	opacity: 1;
	visibility: visible
}

#mainmenu li>ul li:hover>ul li>a:hover {
	background-color: transparent;
	color: #fff
}

#mainmenu li ul li li a:hover {
	color: #ffca3f !important
}

.slider-text {
	width: 100%;
	text-align: center
}

.slider-text h2 {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 45px;
	text-transform: uppercase;
}

.nivo-caption a {
	display: inline-block !important
}

.slider-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px
}

.slider-wrapper {
	position: relative
}

.nivo-caption {
	height: 100%;
	opacity: 1;
	background: 0 0;
	overflow: visible
}

.nivo-directionNav a {
	font-size: 13px;
	background-color: rgba(0, 0, 0, .5);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #fff !important;
	top: calc(50% - 20px);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.nivo-directionNav a.nivo-prevNav {
	left: 25px
}

.nivo-directionNav a.nivo-nextNav {
	right: 25px
}

.slider-wrapper:hover .nivo-directionNav a.nivo-prevNav {
	left: 15px;
	opacity: .7
}

.slider-wrapper:hover .nivo-directionNav a.nivo-nextNav {
	right: 15px;
	opacity: .7
}

.nivo-directionNav a:hover {
	opacity: 1 !important
}

.nivo-controlNav {
	padding: 0;
	position: absolute;
	z-index: 12;
	bottom: 30px;
	width: 100%
}

.nivo-controlNav a {
	background-color: transparent;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 30px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	margin: 0 5px;
	transition: all .3s linear;
	line-height: 12px
}

.nivo-controlNav a.active {
	background-color: #f50;
	border-radius: 30px;
	width: 25px
}

.cta-section {
	background-image: url(../img/cta-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 150px 0
}

.cta-content h2 {
	font-size: 32px;
	color: #fff
}

.cta-content p {
	color: #ddd
}

.cta-section-2 {
	background-color: #ff4a00;
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	z-index: 1
}

.cta-section-2:after,
.cta-section-2:before {
	background-color: #fafafa;
	content: "";
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1
}

.cta-section-2:before {
	width: 70%;
	height: 218%;
	top: -204px;
	right: -50px;
	transform: rotate(45deg)
}

.cta-section-2:after {
	width: 70%;
	height: 335%;
	top: -145px;
	right: -273px;
	transform: rotate(-45deg)
}

.cta-section-2 .cta-content h2 {
	color: #fff;
	font-size: 22px
}

.cta-section-2 .cta-content p {
	color: #fff;
	margin: -4px 0 0
}

.cta-section-2 .default_btn {
	margin-left: 50px
}

.about-section {
	position: relative;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .8);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .8)
}

.about-wrap {
	background-color: #fafafa;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	border: 1px dashed #ddd;
	overflow: hidden
}

.about-wrap img {
	width: 100%;
	margin-bottom: -25px
}

.about-wrap-2 {
	display: flex
}

.about-wrap-2 img {
	width: 100%;
	border-radius: 5px
}

.service-section {
	-webkit-box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14);
	box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14)
}

.service-wrap .col-md-4 {
	padding: 15px
}

.service-content img {
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10px
}

.service-content:hover img {
	opacity: .8
}

.service-content a {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 600
}

.service-content a:hover {
	text-decoration: line-through;
	color: #fff
}

.service-content h4 {
	margin-bottom: 20px;
	color: #fff
}

.service-content {
	position: relative;
	overflow: hidden
}

.service-content p {
	color: #fff
}

.service-info {
	position: absolute;
	left: 0;
	bottom: -105px;
	width: 100%;
	height: auto;
	padding: 15px;
	bottom: 0;
	background-color: #1a1716;
	transition: all .2s ease-in-out;
	border-top: 2px solid #ff4e00
}

/* .service-content:hover .service-info {
	bottom: 0
} */
.blog-content p strong {
    display: block;
    margin-bottom: 3px;
	margin-top: 3px; /* Adjust as needed for spacing */
  }
  
  .blog-content p {
    line-height: 1.3;
	/* Adjust line height to make text more readable */
  }

.counter-section {
	background-image: url(../img/counters-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 100px 0
}

.counter-content {
	border: 1px dashed #fff;
	padding: 30px
}

.counters .counter-content {
	display: block;
	text-align: center;
	color: #fff
}

.counters .counter-content i {
	font-size: 36px
}

.counters .counter-content h3 {
	font-size: 32px;
	margin: 10px 0;
	color: #fe9111;
	font-weight: 700
}

.counters .counter-content h4 {
	font-size: 14px;
	margin: 0
}

.project-wrapper .col-lg-4 {
	padding: 15px
}

.project-filter {
	width: 100%
}

.project-filter li {
	margin-right: 10px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Roboto, sans-serif;
	font-weight: 800;
	background-color: #f7f7f7;
	border: 1px dashed #ddd;
	padding: 10px 15px;
	border-radius: 2px;
	cursor: pointer
}

.project-filter li.active {
	background-color: #fab702;
	color: #fff
}

.project-wrap img {
	width: 100%
}

.project-img {
	position: relative;
	overflow: hidden
}

.project-img .hover {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(.9);
	transition: all .3s ease-in-out
}

.project-img .hover a {
	background-color: #fe9111;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%
}

.project-img:hover .hover {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition: all .3s ease-in-out
}

.project-wrap .footer {
	background-color: #fe5500;
	padding: 15px
}

.project-wrap .footer a {
	color: #fff;
	font-size: 16px;
	font-weight: 600
}

.project-wrap .footer a:hover {
	text-decoration: line-through
}

.project-wrap .footer p {
	color: #fff
}

.testimonial-item {
	background-color: #fafafa;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 20px
}

.testi-footer img {
	width: 70px !important;
	height: 70px;
	border-radius: 50%
}

.testi-footer span {
	display: block;
	font-family: Roboto, sans-serif;
	color: #999;
	text-transform: uppercase;
	font-size: 12px
}

.testi-footer h4 {
	padding-left: 10px
}

.testi-footer {
	display: flex;
	align-items: center
}

.testimonial-carousel .owl-dots {
	display: block;
	text-align: center
}

.testimonial-carousel .owl-dots .owl-dot {
	background-color: #ddd;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px;
	transition: all .5s ease-in-out
}

.testimonial-carousel .owl-dots .owl-dot.active {
	background-color: #fab702;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all .5s ease-in-out
}

.sponsor-section {
	padding: 20px 0;
	-webkit-box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14);
	box-shadow: inset 0 10px 14px -8px rgba(0, 0, 0, .14)
}

.sponsor-section .sponsor-item img {
	width: 100%;
	padding: 20px
}

.sponsor-section .sponsor-items li img:hover {
	opacity: 1
}

.page-header {
	background-image: url(../img/page-header.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 195px 0 90px
}

.page-content {
	text-align: center;
	padding-top: 50px
}

.page-content h2 {
	color: #fff
}

.page-content p {
	color: #ddd
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	text-align: center !important;
	display: inline-block
}

.breadcrumb li {
	display: inline-block
}

.breadcrumb li a {
	font-weight: 700;
	color: #ddd;
	padding: 10px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-size: 12px
}

.breadcrumb li a:hover {
	text-decoration: underline
}

.breadcrumb .active {
	color: #fab702;
	font-weight: 700;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	font-size: 12px
}

.blog-items {
	border-right: 1px solid #ddd;
	padding-right: 10px
}

.left-sidebar .blog-items {
	border-right: none;
	border-left: 1px solid #ddd;
	padding-right: 0;
	padding-left: 10px
}

.blog-post img {
	width: 100%;
	margin-bottom: 10px
}

.blog-post img:hover {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2)
}

.blog-post .blog-content h3 {
	font-weight: 700;
	font-size: 18px
}

.blog-post .blog-content a {
	color: #333
}

.blog-post .blog-content a:hover {
	opacity: .8
}

span.date {
	font-family: Montserrat, sans-serif;
	color: #999;
	font-weight: 700;
	font-size: 10px;
	display: block;
	margin-bottom: 5px
}

.blog-post .blog-content .post-meta {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	letter-spacing: -.2px
}

.blog-post .blog-content .post-meta:hover {
	opacity: .8;
	text-decoration: underline
}

.list-items .blog-post {
	border: 1px solid #eee;
	margin: 0;
	margin-bottom: 15px
}

.list-items .blog-post img {
	margin-bottom: 0
}

.list-items .blog-post .col-md-6:first-child {
	padding-left: 0
}

.list-items .blog-post .blog-content {
	padding: 22px 0
}

.grid-list,
.list-classic {
	border: none
}

.list-classic img {
	position: relative
}

.list-classic .cat {
	position: absolute;
	left: 25px;
	top: 10px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 12px;
	background-color: rgba(244, 66, 89, .8);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2);
	border-radius: 3px;
	padding: 5px 10px
}

.single-post img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	margin-bottom: 20px
}

.single-post h2 {
	font-weight: 800
}

.single-post .meta-info {
	margin-bottom: 25px
}

.single-post .meta-info span {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 15px
}

.single-post .meta-info a {
	font-weight: 800;
	color: #777
}

.single-post .meta-info i {
	color: #777
}

.share-wrap {
	margin-top: 25px;
	margin-bottom: 50px
}

.share-wrap h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px
}

.share-icon {
	display: inline-block
}

.share-icon li {
	display: inline-block;
	margin-right: 10px
}

.share-icon i {
	margin-right: 5px
}

.share-icon li:nth-child(1) a {
	background-color: #3b5998
}

.share-icon li:nth-child(2) a {
	background-color: #1dcaff
}

.share-icon li:nth-child(3) a {
	background-color: #db4a39
}

.share-icon li:nth-child(4) a {
	background-color: #e4405f
}

.share-icon li:nth-child(5) a {
	background-color: #0077b5
}

.share-icon li a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 3px;
	font-weight: 600
}

.share-icon li a:hover {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2)
}

.comments_wrapper {
	padding: 20px;
	border: 1px solid #ddd
}

.comments-wrapper h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800
}

.comments-list {
	margin-top: 30px;
	position: relative;
	margin-bottom: 50px
}

.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #eee;
	position: absolute;
	left: 32px;
	top: 0
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #eee;
	bottom: 0;
	left: 29px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.reply-list:after,
.reply-list:before {
	display: none
}

.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #eee;
	position: absolute;
	top: 25px;
	left: -55px
}

.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px
}

.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	overflow: hidden;
	margin-right: 10px
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%
}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both
}

.comments-list .comment-box {
	width: 740px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.comments-list .comment-box:after,
.comments-list .comment-box:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #fcfcfc;
	top: 8px;
	left: -11px
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0, 0, 0, .05);
	left: -12px
}

.reply-list .comment-box {
	width: 665px
}

.comment-box .comment-head {
	background: #fcfcfc;
	padding: 10px 12px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #a6a6a6;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease
}

.comment-box .comment-head i:hover {
	color: #03658c
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px
}

.comment-box .comment-name a {
	color: #283035
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px
}

.comment-box .comment-content {
	background: #fff;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.comment-box .comment-name.by-author,
.comment-box .comment-name.by-author a {
	color: #03658c
}

.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.comment-form h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800
}

.comment-form .form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	background-color: transparent
}

.comment-form .form-control.message {
	height: 150px
}

#form-messages {
	display: none
}

#form-messages.alert-danger,
#form-messages.alert-success {
	display: block
}

.sidebar-wrap {
	padding-left: 10px
}

.left-sidebar .sidebar-wrap {
	padding-right: 10px;
	padding-left: 0
}

.sidebar-widget h4 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 14px;
	color: #555;
	margin-bottom: 25px
}

.search-form {
	position: relative;
	margin-left: -2px
}

.search-form .form-control {
	background-color: transparent;
	box-shadow: none;
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	clear: #444;
	height: auto;
	padding: 10px 20px;
	border-radius: 3px;
	padding-right: 60px
}

.search-form .search-btn {
	background-color: transparent;
	font-size: 24px;
	color: #888;
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 10px 0;
	opacity: .6
}

.search-form .search-btn:focus,
.search-form .search-btn:hover {
	opacity: 1
}

.search-form input::-webkit-input-placeholder {
	color: #888 !important
}

.search-form input:-moz-placeholder {
	color: #888 !important
}

.search-form input::-moz-placeholder {
	color: #888 !important
}

.search-form input:-ms-input-placeholder {
	color: #888 !important
}

.cat-list {
	margin-top: -10px
}

.cat-list li a {
	font-weight: 700;
	font-size: 12px;
	color: #444;
	letter-spacing: -.4px;
	line-height: 3;
	font-style: normal
}

.cat-list li span {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	color: #bbb;
	margin-left: 5px;
	font-size: 10px
}

.cat-list li a:hover {
	color: #ff4c00
}

.cat-list li a.active {
	color: #ff4c00
}

.recent-posts li {
	position: relative;
	padding-left: 90px;
	display: flex;
	align-items: center;
	min-height: 50px;
	margin-bottom: 15px
}

.recent-posts li a {
	color: #555
}

.recent-posts li a:hover {
	opacity: .8
}

.recent-posts li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px
}

.recent-posts li h4 {
	text-transform: inherit;
	margin-bottom: 0;
	display: block;
	font-weight: 600
}

.tags {
	margin: -3px 0
}

.tags li {
	display: inline-block;
	float: left;
	margin: 3px
}

.tags li a {
	display: inline-block;
	font-weight: 700;
	font-size: 10px;
	color: #777;
	background-color: #ddd;
	padding: 5px 15px;
	border-radius: 3px
}

.tags li a:hover {
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2)
}

.pagination_wrap li {
	display: inline-block;
	margin: 0 5px
}

.pagination_wrap li a {
	border: 1px solid #ddd;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #777;
	font-weight: 600
}

.pagination_wrap li a:hover {
	opacity: 1;
	text-decoration: none;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .2)
}

.pagination_wrap li a.active {
	background-color: #fab702;
	border: 1px solid #fab702;
	color: #fff
}

.contact-section {
	position: relative;
	z-index: 1
}

.contact-wrap {
	background-color: #f2f2f2;
	padding: 80px 50px;
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .15);
	border-radius: 5px
}

.contact-section h3 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 18px
}

.contact-info ul li {
	line-height: 40px;
	display: flex;
	align-items: center
}

.contact-info ul li i {
	margin-right: 10px;
	color: #999;
	font-size: 20px
}

.contact-info ul li {
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	font-size: 12px
}

.contact-form .form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	height: 45px;
	background-color: transparent
}

.contact-form .form-control.message {
	height: 150px
}

#form-messages {
	display: none
}

#form-messages.alert-danger,
#form-messages.alert-success {
	display: block
}

#google_map {
	width: 100%;
	height: 350px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.widget-section {
	background-color: #111;
	background-image: url(../img/map.png);
	background-position: right 160px bottom 70px;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%
}

.widget-content img {
	margin-bottom: 15px
}

.widget-content p {
	color: #999
}

.widget-content h3 {
	color: #ddd
}

.social-icon .fa {
	font-size: 16px
}

.widget-content .social-icon li {
	display: inline-block;
	margin-right: 25px
}

.widget-content .social-icon li a {
	display: inline-block;
	color: #ff5a00
}

.widget-content .social-icon li a:hover {
	color: #fff
}

.widget-content .widget-link li a {
	color: #777;
	margin-bottom: 13px;
	display: block;
	font-size: 13px;
	line-height: normal
}

.widget-content .widget-link li a:hover {
	color: #fe9111;
	text-decoration: underline
}

.widget-content .address li {
	margin-bottom: 16px;
	display: block;
	font-family: Roboto, sans-serif;
	color: #777
}

.widget-content .address li i {
	color: #ff5a00;
	margin-right: 10px
}

.footer-section {
	display: block;
	background-color: #111;
	border-top: 1px solid #222;
	padding: 20px 0
}

.footer-section .copyright {
	font-size: 12px;
	color: #ddd;
	text-transform: uppercase
}

.footer-social {
	display: block;
	text-align: right
}

.footer-social li {
	display: inline-block
}

.footer-social li a {
	color: #ddd;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px
}

.footer-social li a:hover {
	color: #fab702
}

#scroll-to-top {
	background-color: #ff5a00;
	display: none;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999
}

#scroll-to-top:hover {
	background-color: #fe9111;
	color: #fff
}

.page-content h1 {
	color: #fff
}

.page-content h1 {
	font-size: 24px;
	color: #fff;
	margin: 0 0 8px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.04em;
	text-transform: uppercase
}

.project-info p {
	-webkit-transition: .3s;
	transition: .3s;
	background: #e6e6e6;
	padding: 8px 15px;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 10px
}

.project-info p a {
	color: #666
}

.project-info a:hover {
	color: #ff7000
}

.image-about img {
	width: 50%;
	float: right;
	padding: 0 10px
}

.image-about {
	margin: 20px -10px 0
}

.project-detail {
	margin-top: 30px
}

.project-detail a {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .001em
}

.project-detail a:hover {
	color: #ff7000
}

.newpadding {
	padding: 60px 0
}

.single-post h2 {
	font-size: 19px;
	color: #ff4c00;
	margin: 0 0 15px 0;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -.04em;
	text-transform: none
}

.single-post h3 {
	font-weight: 600;
	line-height: 1.4;
	color: #333;
	font-size: 17px
}

.single-post h4 {
	margin: 0 20px 10px 0;
	line-height: 1.4;
	color: #5a5a5a;
	font-size: 15px
}

.single-post p {
	text-align: justify
}

.topspace {
	padding-top: 70px
}

.blog-post img {
	border: 1px solid #e7e7e7
}

.sidebar-widget p {
	font-size: 13px;
	font-weight: 500px;
	background-color: #eee;
	border: 1px dotted #605f5f;
	padding: 10px
}

.gap {
	margin-top: 20px
}

.ab-list {
	padding: 0 40px 50px 40px
}

.ab-list li {
	list-style: disc;
	line-height: 28px
}

.widget-content .address li a {
	color: #777 !important
}

table td,
td {
	border: 1px solid #555;
	padding: 6px;
}

.about-content h1 {
	font-size: 24px;
	color: #333;
	margin: 0 0 8px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -.04em;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.about-content-2 p {
	font-size: 17px;
}

.project-info p {
	font-size: 14px;

}

.single-post p {
	font-size: 15px;
}

.widget-content p {
	font-size: 14px;
}

.sidebar-widget p {
	font-size: 17px;
}

.blog-txt {
	font-size: 15px;
	color: #5a5a5a;
	font-weight: 700;
}