* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #70767a;
	font-size: 14px;
	line-height: 24px;
}

ul li {
	list-style: none;
	list-style-image: none;
	float: left;
	display: block;
}

a:hover {
	text-decoration: none;
}

header {
	width: 100%;
	float: left;
}

header .top {
	width: 100%;
	float: left;
	height: 45px;
	border-bottom: 1px solid #ececec;
}

header .top .phone {
	width: auto;
	float: right;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	margin-right: 15px;
}

header .top .phone i {
	font-size: 22px;
	color: #0d72dc;
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 8px;
	border: 0px;
	text-shadow: 0px;
}

.slider {
	width: 100%;
	float: left;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #0d72dc;
	border-color: #0d72dc;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
}

.content_wrap {
	width: 100%;
	height: 508px;
	float: left;
	background: url(../images/content_bg.jpg);
	background-color: #f1eff2;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-top: 90px;
}

.content {
	width: 100%;
	float: left;
	text-align: center;
}

.carousel-indicators {
	bottom: 2px;
}

.content span {
	width: 100%;
	float: left;
	font-size: 55px;
	color: #35383a;
	letter-spacing: -5px;
	line-height: 50px;
}

.content span+span {
	font-size: 25px;
	letter-spacing: -2px;
}

.content p {
	font-size: 15px;
	color: #35383a;
	width: 60%;
	margin: auto;
	line-height: 30px;
	margin-bottom: 20px;
}

.content_button>a {
	padding: 12px 28px;
	color: #fff;
	font-size: 16px;
	background: #0d72dc;
	margin-top: 20px;
}

.content_button>a:hover {
	background: #095fb8;
}

.pi-slider-images {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.pi-slider-images img {
	display: block;
	width: 100%;
	border: none;
}

.pi-slider-images .points {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 0;
	font-size: 0;
	text-align: center;
}

.pi-slider-images .points i {
	text-align: center;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #E0E0E0;
	line-height: 0;
	margin: 0 5px;
	position: relative;
	top: -4px;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
}

.pi-slider-images .points i.active {
	background-color: #424242;
}

.pi-slider-images .buttons {
	position: absolute;
	top: 50%;
	height: 0;
	left: 0;
	right: 0;
}

.pi-slider-images .buttons button {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 0;
	padding: 0;
	outline: none;
	border-radius: 100%;
	background-color: #FAFAFA;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin: 0 30px;
	margin-top: -20px;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.8;
	transition: box-shadow 0.2s ease-out, opacity 0.2s ease-out;
}

.pi-slider-images .buttons button:first-child {
	left: 0;
	background-image: url(../images/arrowLeft.png);
}

.pi-slider-images .buttons button:first-child+button {
	right: 0;
	background-image: url(../images/arrowRight.png);
}

.pi-slider-images .buttons button:hover {
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
	opacity: 1;
}

.gallery {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-top: 40px;
}

.gallery_title {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 30px;
}

.gallery_title span {
	width: 100%;
	float: left;
	font-size: 55px;
	color: #35383a;
	letter-spacing: -5px;
	line-height: 50px;
}

.gallery_title span+span {
	font-size: 25px;
	letter-spacing: -2px;
}

.project {
	width: 100%;
	float: left;
	text-align: center;
}

.project .item {
	width: 100%;
	float: left;
}

.project .item img {
	float: left;
}

.project_button {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.project_button a {
	padding: 8px 22px;
	font-size: 16px;
	color: #35383a;
	display: block;
	float: left;
	border: 1px solid #d1d0d0;
	margin-left: 30%;
}

.project_button a:hover {
	background: #1e79d9;
	border: 1px solid #1e79d9;
	color: #fff;
}

.form_wrap {
	width: 100%;
	height: 716px;
	float: left;
	background: url(../images/bg.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.form_left {
	width: 50%;
	height: 716px;
	float: left;
	background: rgba(34, 125, 221, 0.92);
}

.form_left .form {
	width: 60%;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
}

.form_left .form .title {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.form_left .form .title span {
	display: block;
	width: 100%;
	float: left;
	font-size: 70px;
	color: #fff;
	letter-spacing: -5px;
	line-height: 70px;
	font-weight: 700;
}

.form_left .form .title span+span {
	display: block;
	width: 100%;
	float: left;
	font-size: 76px;
	color: #fff;
	letter-spacing: -5px;
	line-height: 70px;
	font-weight: 800;
}

.form_left .form input {
	width: 100%;
	float: left;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
	height: 56px;
	margin-bottom: 13px;
	color: #fff;
	padding-left: 20px;
}

.form_left .form .send {
	float: left;
	border: none;
	background: #fff;
	font-size: 18px;
	color: #1e7ad9;
	width: 175px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
}

.form_left .form textarea {
	width: 100%;
	float: left;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
	height: 120px;
	margin-bottom: 13px;
	color: #fff;
	padding: 20px;
}

.form_left .form input::placeholder {
	color: #fff;
	opacity: 1;
}

.form_left .form textarea::placeholder {
	color: #fff;
	opacity: 1;
}

.footer_full {
	width: 100%;
	float: left;
	border-top: 1px solid #ececec;
	padding-top: 50px;
	padding-bottom: 10px;
}

.footer_full .footer {
	width: 100%;
	float: left;
	text-align: center;
}

.footer_full .footer .mail {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #217cdc;
	font-weight: 700;
	margin-bottom: 36px;
	letter-spacing: -1px;
}

.footer_full .footer .phone_footer {
	width: 100%;
	float: left;
	font-size: 60px;
	color: #35383a;
	font-weight: 800;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.footer_full .footer .social_media {
	width: auto;
	float: left;
	text-align: center;
	margin-left: 39%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer_full .footer .info {
	width: 100%;
	float: left;
}

.footer_full .footer .info a {
	font-size: 14px;
	color: #35383a;
	font-weight: 800;
}

.page_banner {
	width: 100%;
	float: left;
	background: url(../images/page_banner.jpg) no-repeat center center /cover;
	height: 255px;
}

.proje_banner {
	width: 100%;
	float: left;
	background: url(../images/proje_banner.jpg) no-repeat center center /cover;
	height: 255px;
}

.project_top {
	width: 100%;
	float: left;
	background: url(../images/projectTop.jpg) no-repeat center center /cover;
	height: 255px;
}

.contact_top {
	width: 100%;
	float: left;
	background: url(../images/contact_top.jpg) no-repeat center center /cover;
	height: 255px;
	/* margin-top: 80px; */
}

.breadcrumb>li {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #000!important;
	letter-spacing: -1px;
}

.tc-breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 70%;
	height: 55px;
	background: #fff;
	margin-top: 180px;
	margin-left: 15%;
	padding-left: 30px;
}
.nox {
	margin-top: 0px!important;
	margin-left: 0!important;
}

.tc-breadcrumb ul {
	margin-bottom: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.tc-breadcrumb ul li a {
	color: #000;
}

.tc-breadcrumb ul li:before {
	font-size: 10px;
}

.tc-breadcrumb .breadcrumb-title {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #444;
}

.tc-breadcrumb.tc-breadcrumb-center {
	display: block;
	text-align: center;
}

.tc-breadcrumb.tc-breadcrumb-center .breadcrumb-title {
	margin-bottom: 12px;
	font-size: 26px;
}

.tc-breadcrumb.tc-contrast * {
	color: rgba(255, 255, 255, 0.8);
}

.tc-breadcrumb.tc-contrast li.active {
	color: rgba(255, 255, 255, 0.6)
}

.temp_content {
	width: 100%;
	float: left;
}

.temp_content .title {
	width: 100%;
	float: left;
	color: #454444;
	font-size: 50px;
	margin-top: 50px;
	font-weight: 800;
	letter-spacing: -3px;
	margin-bottom: 25px;
}

.temp_img {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.temp_img img {
	width: 100%;
	float: left;
}

.caption_full {
	width: 100%;
	float: left;
	padding: 30px;
	background: #e2e2e2;
	margin-top: 30px;
}

.tc-image-caption5 {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.tc-image-caption5 img {
	-webkit-transform: scale(1.5) translateY(0);
	transform: scale(1.5) translateY(0);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.tc-image-caption5:hover img {
	-webkit-transform: scale(1.5) translateY(12px);
	transform: scale(1.5) translateY(12px);
}

.tc-image-caption5:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;
	top: 0;
	left: 0;
}

.tc-image-caption5:hover:after {
	opacity: 1
}

.tc-image-caption5 .caption {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
	text-align: left;
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.tc-image-caption5 .caption h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 2px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: left;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -1px;
}

.tc-image-caption5 .link-wrap {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

.tc-image-caption5 .link-wrap a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 49px;
	background-color: rgb(13, 114, 220);
	text-align: center;
	color: #fff;
	font-size: 12px;
	/* border-radius: 50%; */
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.tc-image-caption5 .link-wrap a:last-child {
	margin-left: 2px;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.tc-image-caption5:hover .link-wrap a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tc-image-caption5 .link-wrap a:hover {
	background-color: rgb(13, 114, 220);
	color: #f5f5f5;
}

.project_wrap {
	width: 100%;
	float: left;
	text-align: center;
}

.project_wrap .title {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
	font-size: 50px;
	font-weight: 800;
	color: #000;
	letter-spacing: -4px;
}

.project_wrap .title span {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.project_wrap .title span+span {
	width: 100%;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: #0d72dc;
}

.project_wrap .project {
	width: 100%;
	float: left;
	padding-left: 7%;
	padding-right: 7%;
}

.project_slider {
	width: 100%;
	float: left;
	border: 8px solid #e2e2e2;
	margin-top: 20px;
}

.detail_content {
	width: 100%;
	float: left;
	background: #e2e2e2;
	padding: 15px;
}

.detail_content .title {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	margin-top: 0px;
}

.detail_content p {
	width: 80%;
	float: left;
	margin-left: 10%;
}

.contact_title {
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	letter-spacing: -2px;
	margin-bottom: 20px;
}

.contact_form {
	width: 100%;
	float: left;
}

.contact_form input {
	width: 100%;
	float: left;
	border: 1px solid #bbb9b9;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
	height: 56px;
	margin-bottom: 13px;
	color: #bbb9b9;
	padding-left: 20px;
}

.contact_form .send {
	float: left;
	border: none;
	background: #0d72dc;
	font-size: 18px;
	color: #fff;
	width: 175px;
	text-align: center;
	padding: 0px;
	text-transform: uppercase;
}

.contact_form textarea {
	width: 100%;
	float: left;
	border: 1px solid #bbb9b9;
	font-size: 16px;
	font-weight: 600;
	background: transparent;
	height: 120px;
	margin-bottom: 13px;
	color: #bbb9b9;
	padding: 20px;
}

.contact_for input::placeholder {
	color: #bbb9b9;
	opacity: 1;
}

.contact_for textarea::placeholder {
	color: #bbb9b9;
	opacity: 1;
}

.contact_info {
	width: 100%;
	float: left;
}

.contact_info ul {
	padding-left: 0px;
	margin-left: 0px;
}

.contact_info ul li {
	width: 100%;
	float: left;
	display: block;
	margin: 0px!important;
	padding-left: 0px!important;
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px!important;
	padding-bottom: 15px!important;
}

.contact_info ul li i {
	width: 20px;
	float: left;
	font-size: 20px;
	color: #f1c40f;
	margin-top: 2px;
	margin-right: 8px;
	text-align: center
}

.contact_info ul li label {
	width: auto;
	float: left;
	font-size: 14px;
	color: #f1c40f;
	margin-right: 8px;
	text-align: center;
}

.contact_info ul li span {
	width: 100%;
	float: left;
	padding-left: 28px;
}.project-full {
	width: 100%;
	float: left;
}

.project-full .project {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

.project-full .project img {
	width: 100%;
	float: left;
}


/* Image Caption*/

.tc-image-caption6 {
	position: relative;
	overflow: hidden;
}

.tc-image-caption6 img {
	-webkit-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.tc-image-caption6:hover img {
	-webkit-transform: scale(1.5) rotate(10deg);
	transform: scale(1.5) rotate(10deg);
}

.tc-image-caption6:after {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	top: 0;
	left: 0;
}

.tc-image-caption6:hover:after {
	opacity: 1
}

.tc-image-caption6 .caption {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 0;
	text-align: left;
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-align: center;
	opacity: 0;
}

.tc-image-caption6:hover .caption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.tc-image-caption6 .caption h3 {
	color: #fff;
	font-size: 19px;
	margin-bottom: 2px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.tc-image-caption6 .link-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

.tc-image-caption6 .link-wrap a {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	padding-top: 9px;
	font-size: 16px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.tc-image-caption6 .link-wrap a:last-child {
	margin-left: 2px;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.tc-image-caption6:hover .link-wrap a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.tc-image-caption6 .link-wrap a:hover {
	background-color: rgba(0, 0, 0, 0.9);
	color: #f5f5f5;
}
.tc-breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #f6f6f6;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}

.tc-breadcrumb ul {
	margin-bottom: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.tc-breadcrumb ul li a {
	color: #878787;
	font-size: 12px;
	font-weight: 600;
}

.tc-breadcrumb ul li:before {
	font-size: 10px;
}

.tc-breadcrumb .breadcrumb-title {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	color: #444;
}

.tc-breadcrumb.tc-breadcrumb-center {
	display: block;
	text-align: center;
}

.tc-breadcrumb.tc-breadcrumb-center .breadcrumb-title {
	margin-bottom: 12px;
	font-size: 26px;
}

.tc-breadcrumb.tc-contrast * {
	color: rgba(255, 255, 255, 0.8);
}

.tc-breadcrumb.tc-contrast li.active {
	color: rgba(255, 255, 255, 0.6)
}

.breadcrumb>.active {
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.detail-wrapper .detail-content-wrap {
	width: 100%;
	float: left;
	margin-top: 40px;
	min-height:300px;
}

.detail-wrapper .detail-content-title {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.detail-wrapper .detail-content-title span {
	width: 100%;
	float: left;
	display: block;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	letter-spacing: -2px;
}

.detail-wrapper .detail-content-title span+span {
	font-weight: 400;
	margin-top: 25px;
	font-size: 50px;
}

.detail-wrapper .detail-content {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #000000;
	margin-bottom: 30px;
}
.send_btn {
	width: auto;
	float: left;
	background: #ffcc33;
	color: #000;
	font-size: 18px;
	border: none;
	margin-top: 15px;
	padding:0 15px;
	height: 42px;
	letter-spacing: -1px;
	/* font-weight:  600; */
}
.contactbox {
	padding: 30px 30px 10px 30px;
	margin-bottom: 30px;
	background-color: #f9f9f9;
}

.contactbox p {
	margin:10px 0!important;
}.contactbox h4 {
	margin:10px 0!important;
	font-weight:600;
}
.mtb40 { margin:40px 0!important;}