html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none;
	border: none;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 14px;
	color: #0a3a5d;
}
body:lang(ru), body:lang(ru), div:lang(ru), span:lang(ru), applet:lang(ru), object:lang(ru), iframe:lang(ru), h1:lang(ru), h2:lang(ru), h3:lang(ru), h4:lang(ru), h5:lang(ru), h6:lang(ru), p:lang(ru), blockquote:lang(ru), pre:lang(ru), a:lang(ru), abbr:lang(ru), acronym:lang(ru), address:lang(ru), big:lang(ru), cite:lang(ru), code:lang(ru), del:lang(ru), dfn:lang(ru), em:lang(ru), font:lang(ru), img:lang(ru), ins:lang(ru), kbd:lang(ru), q:lang(ru), s:lang(ru), samp:lang(ru), small:lang(ru), strike:lang(ru), strong:lang(ru), sub:lang(ru), sup:lang(ru), tt:lang(ru), var:lang(ru), b:lang(ru), u:lang(ru), i:lang(ru), center:lang(ru), dl:lang(ru), dt:lang(ru), dd:lang(ru), ol:lang(ru), ul:lang(ru), li:lang(ru), fieldset:lang(ru), form:lang(ru), label:lang(ru), legend:lang(ru), table:lang(ru), caption:lang(ru), tbody:lang(ru), tfoot:lang(ru), thead:lang(ru), tr:lang(ru), th:lang(ru), td:lang(ru), input:lang(ru), textarea:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: 300 !important;
	font-style: normal !important;
}
.page-body p b:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: bold !important;
	font-style: normal !important;
}
.pageform p:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: bold !important;
	font-style: normal !important;
}
.pageform form p.text:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: 300 !important;
	font-style: normal !important;
}
.page-body .page-top .page-title:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: bold !important;
	font-style: normal !important;
}
.projectbox a .text .first:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: bold !important;
	font-style: normal !important;
}
form .send-btn:lang(ru) {
	font-family: 'Ubuntu'!important;
	font-weight: bold !important;
	font-style: normal !important;
}
.bannerbox .text.container .first span {
/*font-family: 'Ubuntu'!important;
	  font-weight: bold !important;  
    font-style: normal !important;*/
}
.centerdiv, .col2 .row {
	display: flex;
	display: -webkit-flex; /* Safari 8 */
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;         /* Safari 8 */
	justify-content: center;
	-webkit-justify-content: center;       /* Safari 8 */
}
.dropdown-toggle::after {
	content: none !important;
}
.zindex {
	z-index: 2 !important;
}
.container {
	max-width: 100% !important;
}
.big {
	color: #0b3b5d;
	font-size: 2.9em;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 600;
}
body {
	background-color: #ffffff;
	font-weight: normal;
	font-style: normal;
}
.gradient {
	position: absolute;
	z-index: 5;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0, 0, 0, 0.17) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.21) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#4d000000', GradientType=0 );
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.main-header .menu-toogle-wrap span {
	background-color: #fff;
}
.main-header .menu-toogle-wrap span:before {
	background: #0b3b5d;
}
header .menu-toogle-wrap {
	display: block;
	width: 30px;
	height: 30px;
	margin: 40px 30px 0 0;
	position: relative;
	z-index: 999;
	float: right;
	cursor: pointer;
	overflow: hidden;
}
header .menu-toogle {
	position: relative;
	margin-top: 13px;
}
header .menu-toogle-wrap span {
	display: block;
	background: #0b3b5d;
	width: 100%;
	height: 4px;
}
header .menu-toogle-wrap span:before {
	content: "";
	background: #fff;
	height: 4px;
	position: absolute;
	left: -100%;
	width: 100%;
	top: 0;
}
header .menu-toogle-wrap:hover span:before {
	width: 100%;
	left: 100%;
}
header .menu-toogle-wrap .line-v2 {
	position: relative;
}
header .menu-toogle-wrap .line-v1, header .menu-toogle-wrap .line-v3 {
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	width: 100%;
	height: 4px;
}
header .menu-toogle-wrap .line-v3 {
	top: 9px;
}
header .menu-toogle-wrap.on span {
	background-color: #fff;
}
header .menu-toogle-wrap.on span:before {
	background-color: #003a64;
}
header .menu-toogle-wrap.on .line-v1:before {
	-webkit-transform: translate(-1px, 0px);
	-ms-transform: translate(-1px, 0px);
	transform: translate(-1px, 0px);
}
header .menu-toogle-wrap.on .line-v3:before {
	-webkit-transform: translate(-1px, 0px);
	-ms-transform: translate(-1px, 0px);
	transform: translate(-1px, 0px);
}
header .menu-toogle-wrap.on .line-v1 {
	-webkit-transform: rotate(45deg) translate(5px, 5px);
	-ms-transform: rotate(45deg) translate(5px, 5px);
	transform: rotate(45deg) translate(5px, 5px);
}
header .menu-toogle-wrap.on .line-v2 {
	opacity: 0;
}
header .menu-toogle-wrap.on .line-v3 {
	-webkit-transform: rotate(-45deg) translate(7px, -8px);
	-ms-transform: rotate(-45deg) translate(7px, -8px);
	transform: rotate(-45deg) translate(7px, -8px);
}
.headertop .right {
	float: right;
}
.menu.reveal {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.menu {
	background: #003a64;
	position: fixed;
	top: 0;
	right: 0;
	width: 24%;
	height: 100%;
	z-index: 998;
	overflow: hidden;
	min-width: 300px;
	padding-top: 130px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.menu nav {
	margin-top: 0;
	overflow: auto;
	height: 90%;
}
.menu nav .main-list {
}
.menu .main-list > li {
	opacity: 0;
	margin-left: 30px;
	-webkit-transition: all 0.3s 0.5s;
	transition: all 0.3s 0.5s;
}
.menu.reveal .main-list > li.list-reveal {
	opacity: 1;
	margin-left: 0px;
}
.menu .main-list > li > a:lang(ru) {
	font-family: 'Ubuntu' !important;
	font-weight: 300 !important;
	font-style: normal !important;
}
.menu .main-list > li > a {
	color: #fff;
	font-family: 'Montserrat';
	font-size: 15px;
	line-height: 1em;
	display: block;
	padding: 16px 50px 14px;
	/* letter-spacing: 2px; */

	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.menu .main-list > li > a:hover {
	background: #073354;
}
.menu .main-list > li > a.active {
	background: #ffffff12;
}
.menu .sub-list {
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
.menu .sub-list > li {
	opacity: 0;
	margin-left: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.menu .sub-list > li.sub-reveal {
	opacity: 1;
	margin-left: 0;
}
.menu .sub-list > li > a {
	color: #96caf1;
	font-family: 'Montserrat';
	padding: 5px 50px;
	font-size: 11px;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.menu .sub-list > li > a:hover {
	color: #bfc1d2;
}
.menu .sub-list > li > a.active {
	color: #ffffff;
}
.menu {
	-webkit-transition: all 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.85s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header .menu-toogle-wrap span, header .menu-toogle-wrap span:before {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
header .menu-toogle-wrap .line-v2:before {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
header .menu-toogle-wrap .line-v3:before {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.menu .sub-list2 {
	display: none;
	margin: 10px 0 10px 90px;
	position: relative;
}
.menu .sub-list2:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #2c6e9e;
}
.menu .sub-list2.reveal > li {
	margin-left: 50px;
}
.menu .sub-list2 > li > a {
	color: #bfc1d2;
	font-family: 'Montserrat';
	padding: 6px 20px;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.menu .sub-list2 > li > a:hover {
	color: #fff;
}
.menu .main-list .list-bottom {
	padding: 0 50px;
}
.menu .main-list .list-bottom a {
	font-size: 12px;
	padding: 8px 0;
	font-family: 'Montserrat';
	position: relative;
}
.menu .main-list .list-bottom.space {
	padding-top: 20px;
}
.menu .main-list .list-bottom.space a:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0px;
	background: #fff;
	width: 0;
	height: 1px;
	-webkit-transition: all 0.5s 0.2s;
	transition: all 0.5s 0.4s;
}
.menu .main-list .list-bottom.space.list-reveal a:before {
	width: 100%
}
.menu .main-list .list-bottom.space a {
	margin-top: 70px;
}
.menu .main-list .list-bottom a:hover {
	background: none;
	color: #bfc1d2;
}
.menu .jspDrag {
	background: #2a4e69;
}
.menu .jspVerticalBar, .menu .jspTrack {
	background: #073354;
}
.menu .search {
	position: absolute;
	top: 39px;
	left: 50px;
	height: 24px;
	width: 24px;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: -webkit-transform 0.5s 0.4s, width 0.5s, opacity 0.5s 0.4s;
	transition: transform 0.5s 0.4s, width 0.5s, opacity 0.5s 0.4s;
}
.menu.reveal .search {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.menu .search.reveal {
	width: 210px;
}
.menu .search .search-inner {
	width: 170px;
	position: relative;
}
.menu .search .search-button {
	width: 24px;
	height: 24px;
	background: url(../img/search2.png) no-repeat center;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.menu .search .search-input {
	border: none;
	border-bottom: 1px solid #fff;
	background: #0b3b5d;
	color: #fff;
	width: 170px;
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}
.menu .shadow-search-icon {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	cursor: pointer;
}
.menu .shadow-search-icon:hover + .search-button {
	opacity: 0.6
}
/*.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
..videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
*/
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
.bluecolor {
	color: #0b3b5d!important;
}
.blue2color {
	color: #0A3A5D!important;
}
.greencolor {
	color: #0A3A5D!important;
}
.purplecolor {
	color: #0A3A5D!important;
}
.bluebg {
	background-color: #0b3b5d!important;
}
.blue2bg {
	background-color: #0A3A5D!important;
}
.greenbg {
	background-color: #0A3A5D!important;
}
.purplebg {
	background-color: #0A3A5D!important;
}
.header-New2 {
	background-color: #0b3b5d!important;
}
a {
	outline: none !important;
}
button {
	outline: none !important;
}
.np {
	padding-left: 0;
	padding-right: 0;
}
.display-table {
	display: table;
	padding-left: 15px;
	padding-right: 15px;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.full-container {
	width: 100%;/*margin-left: -15px;
	margin-right: -15px;*/
}
.table-responsive {
	border: none !important;
}
#fbsection1 {
	overflow: hidden;
	background-color: #000000;
	height: 100%;
}
.warning {
	background-color: transparent;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.warning .display-table {
	height: 100%;
	text-align: center;
	width: 100%;
}
.warning span {
	color: #02663d;
	display: block;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Montserrat';
}
header {
	width: 100%;
	height: auto;
	z-index: 99999999;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	background-color: #FFF;
}
.main-header {
	background-color: transparent;
	position: absolute!important;
}
/*.header-New .headertop{
	height:66px !important;
	
}*/
/*.header-New .headertop .webmenu{
    margin-top: 27px;
}*/
.header-New .headertop .webmenu ul li.active a::after {
	bottom: -45px;
}
.header-New .logo {
	height: auto;
}
/*.header-New .logo img {
    height: 60px;
}*/
header .full-container {
	background-color: transparent;
}
header .logo {
	float: left;
	height: 102px;
	width: auto;
	position: relative;
	z-index: 9;/* padding-left: 3%; */

}
.headertop {
	/*overflow: hidden;*/
	margin-bottom: 10px;
	height: 102px;
	border-bottom: 1px solid #c9d4db;
}



.headerbottom {
/*overflow: hidden;*/
}
/* Main */


.breadcrumb {
	/*display: table;
	margin: 0 auto;*/
	text-align: left;
}
.nonmenu .breadcrumb{
	display:table;
	margin:0 auto;
	display: none;
}
.nonmenu .breadcrumb > li{
	color: #000 !important;
}
.nonmenu .breadcrumb > li > a {
    color: #000 !important;
    
}
.page-body .page-top .breadcrumb > li {
	color: #013357;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	text-transform: none;
	font-size: 12px;
	    margin: 5px;
}
.breadcrumb li:before {
	content: " ";
	background-image: url(../images/breadcrumbhr.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 1px;
	padding: 0 15px !important;
}
/*.nonmenu .breadcrumb li:before {
	content: ">";
	background-image:none;
	width: 15px;
	height: 1px;
	color:#000;
	padding: 0 15px !important;
}*/
.nonmenu .breadcrumb li:before{
	content: none;
}
.breadcrumb li:nth-child(1):before {
	content: none;
}
.page-body .page-top .breadcrumb > li > a {
	color: #013357;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	text-transform: none;
	font-size: 12px;
}
.page-body .page-top .breadcrumb > .active {
	color: #013357;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.page-body .page-body-content {
	background-color: #ffffff;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}


/* Footer */


.pageform form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#000;
font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.pageform form .form-control::-moz-placeholder { /* Firefox 19+ */
 color:#000;
font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.pageform form .form-control:-ms-input-placeholder { /* IE 10+ */
 color:#000;
font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.pageform form .form-control:-moz-placeholder { /* Firefox 18- */
 color:#000;
font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
form {
	position: relative;
}
form .row {
	margin: 0 -6px;
}
form .select-box {
	position: relative;
}
form .row .col {
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px 6px;
}
form .row .button {
	padding-left: 5px;
	padding-right: 5px;
}
/*form .form-control {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #015231 !important;
    border-color: -moz-use-text-color -moz-use-text-color #04482c;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
	border-bottom:none;
	color:#FFF;
    box-shadow: none;font-family: 'intro_script_lbase'; text-transform:none;
    font-size: 18px;
    height: 45px;
    padding-left: 20px;
    transition: border 0.65s ease 0s, background-color 0.65s ease 0s;

}*/




.mobile-menu {
	display: block;
	float: right;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 9;
	margin-right: 25px;
	margin-top: 7px;
	margin-left: 20px;
}
.mobile-menu a {
	background-image: url(../images/mobile-menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	position: relative;
	width: 40px;
	background-color: transparent;
}
header.main-header .mobile-menu a {
	background-image: url(../images/mobile-menu.png);
}
.bannerbox {
	height: auto;
	overflow: hidden;
	position: relative;
}
.bannerbox .absolute {
	position: relative;
	left: 0;
	top: 156px;
	width: 100%;
	height: 100%;
	padding-bottom: 130px;
	padding-top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 22;
}
/*.bannerbox .text.container {
	margin-bottom: 60px;
}*/
/*.bannerbox  .text.container {
    position: absolute;
    left: 0;
    top: 156px;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
    padding-top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 77777;
}
*/
.bannerbox .text.container .first {
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	font-family: 'Montserrat';
}
.typewriter {
	border-right: none;
	font-family: 'Montserrat';
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	-webkit-animation: type 2s steps(40, end);
	animation: type 2s steps(40, end);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
 @keyframes type {
 0% {
 width: 0;
}
 99.9% {
 border-right: .15em solid none;
}
 100% {
 border: none;
}
}
 @-webkit-keyframes type {
 0% {
 width: 0;
}
 99.9% {
 border-right: .15em solid none;
}
 100% {
 border: none;
}
}
 @keyframes blink {
 50% {
 border-color: transparent;
}
}
@-webkit-keyframes blink {
 50% {
 border-color: tranparent;
}
}
.bannerbox .text.container .first span {
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	font-family: 'Montserrat';
}
.maincenterboxes.first .maincenterleft {
	border-top: 1px solid #ffffff26;
}
.maincenterboxes .maincenterleft {
	border-bottom: 1px solid #ffffff26;
}

.maincenterboxes {
	height: 100px;
}
.maincenterboxes:hover {
	overflow: hidden;/*opacity:1;*/
}
.maincenterboxes .maincenterleft {
	cursor: pointer;
}
.maincenterboxes:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleX(0);
	opacity: 0;
	transform-origin: 0 50%;
	transition: transform .3s ease-out;
}
.maincenterboxes:hover:before {
	transform: scaleX(1);
	opacity: 1;
}
.maincenterboxes.first:before,
.maincenterboxes.first:hover:before,
.maincenterboxes.active.first:before{
	background-color: #1eb7d9;
	overflow: hidden;
}
.maincenterboxes.second:before,
.maincenterboxes.second:hover:before,
.maincenterboxes.active.second:before{
	background-color: #36a300;
	overflow: hidden;
}
.maincenterboxes.third:before,
.maincenterboxes.third:hover:before,
.maincenterboxes.active.third:before{
	background-color: #ffa800;
	overflow: hidden;
}

.maincenterboxes.fourth:before,
.maincenterboxes.fourth:hover:before,
.maincenterboxes.active.fourth:before{
	background: #e20612;
	overflow: hidden;
}

.maincenterboxes.fifth:before,
.maincenterboxes.fifth:hover:before,
.maincenterboxes.active.fifth:before {
	background: #b599fd;
	overflow: hidden;
}

.maincenterright {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 1s linear;
}
/*.maincenterboxes.active .maincenterright{
	visibility: visible;
  opacity: 1;
}*/
.maincenterboxes:hover .maincenterright {
	visibility: visible;
	opacity: 1;
}
.maincenterboxes.active.second hr {
	display: none;
}
.maincenterbox .maincenterleft hr {
	border-top: 1px solid #ffffff4d;
	height: 1px;
	width: 90%;
	margin: 0;
}
.maincenterbox .maincenterleft .display-table {
	padding-top: 40px;
	padding-bottom: 40px;
}
.maincenterbox .maincenterleft .display-table .image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 18px;
}
.maincenterbox .maincenterleft .display-table .text {
	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	/*padding-top: 15px;*/
}
.maincenterbox .maincenterleft .display-table .text p {
	font-size: 30px;
	line-height: 32px;
	color: #ffffff;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 400;
}
.maincenterbox .maincenterleft .display-table .text p a {
	font-size: 19px;
	line-height: 19px;
	color: #1eb7d9;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 400;
	text-decoration: none;
	letter-spacing: 2px;
	    margin-top: 18px;
		display:block;
}

.maincenterboxes.second  .maincenterleft .display-table .text p a {
color: #36a300;
}
.maincenterboxes.third  .maincenterleft .display-table .text p a {
color: #ffa800;
}
.maincenterboxes.fourth  .maincenterleft .display-table .text p a {
	color: #e20612;
}

.maincenterboxes.fifth  .maincenterleft .display-table .text p a {
	color: #b599fd;
}
.maincenterboxes:hover .maincenterleft .display-table .text p a{
	color:#FFF;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 500;
}

.maincenterboxes .maincenterleft .image img{
	display:block;
}
.maincenterboxes:hover .maincenterleft .image img{
	display:none;
}
.maincenterboxes:hover .maincenterleft .image img.hover{
	display:block;
}

.maincenterboxes .maincenterleft .image img.hover{
	display:none;
}
.maincenterright {
	background-image:url(../images/maincenterrightborder.png);
	background-repeat:no-repeat;
	background-position:left center;
	height:100px;
}

.maincenterrightbox {
	    padding-left: 55px;
    padding-top: 9px;
	width:100%;
}
.maincenterrightbox  p{
padding-bottom:10px;
border-bottom:1px solid #fff;
padding-top:5px;
margin-bottom:0;
}
.maincenterrightbox  p a{
	font-size:13px;
	line-height:15px;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 400;
  background-image:url(../images/maincenterrightboxnext.png);
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:10px;
  
}

.maincenterright a {
	display: block;
	color: #fff;
}
.maincenterright a .history {
}
.maincenterright a .history span {
	display: block;
	color: #ffffff;
}
.maincenterright a .history .day {
	font-size: 30px;
	line-height: 32px;
	font-family: 'Montserrat';
}
.maincenterright a .history .month {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
}
.maincenterright a .history .year {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
}
.maincenterright a .history .mainnexticon {
	width: 27px;
	height: 11px;
	background-image: url(../images/mainnexticon.png);
	background-position: left center;
	background-repeat: repeat;
	margin-top: 5px;
}
.maincenterright a .image {
}
.maincenterright a .text {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100px;
	padding-left: 0;
	padding-right: 0;
}
.maincenterright .col.col-md-4.col-sm-4.col-xs-12:nth-child(3) a .text {
	padding-right: 35px;
}
.maincenterright a .image img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
.maincenterright a .text .first {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-family: 'Montserrat';
	display: table-cell;
	vertical-align: middle;
}
.maincenterright a:hover .text .first {
	text-decoration: underline;
}
.maincenterboxes .detailicon {
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -11px;
}
.maincenterboxes .detailicon a {
	width: 27px;
	height: 11px;
	background-image: url(../images/mainnexticon.png);
	background-position: left center;
	background-repeat: repeat;
	margin-top: 5px;
}
.maincenterboxes .detailicon a:hover {
	text-decoration: none;
}
footer.mainfooter {
	
   /* background-color: #313335;*/
    max-width: 100%;
    padding-top: 0;

}
footer.mainfooter .footerbottom {
	padding-top: 5px;
	border-top: none;
}

footer.mainfooter .footerlogos{
	padding-left:30px;
}


footer.mainfooter .footerbottom .footersocialicon ul li {
	float: left;
	margin: 0px 3px;
}
footer.mainfooter .footerbottom .footersocialicon ul li a {
	display: inline-block;
	width: 26px;
	height: 25px;
	color: #fff;
	padding: 13px;
	text-align: center;
	transition: background-position 0.35s ease 0s, transform 0.35s ease 0s;
	background-position: center top;
	background-repeat: no-repeat;
}
footer.mainfooter .footerbottom .footersocialicon ul .facebook a {
	background-image: url(../images/facefooter.png);
}
footer.mainfooter .footerbottom .footersocialicon ul .twitter a {
	background-image: url(../images/twitterfooter.png);
}
footer.mainfooter .footerbottom .footersocialicon ul .youtube a {
	background-image: url(../images/youtubefooter.png);
}
footer.mainfooter .footerbottom .footersocialicon ul .instagram a {
	background-image: url(../images/instfooter.png);
}
footer.mainfooter .footerbottom .footersocialicon ul .linkedin a {
	background-image: url(../images/linkedinfooter.png);
}
footer.mainfooter .mg {
	font-size: 9px;
	color: #a5a5a6;
	font-family: 'Montserrat';
	border-right: none !important;
}
footer.mainfooter .menufooter ul li {
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	border-right: 1px solid #a5a5a647;
}
footer.mainfooter .menufooter ul li a {
	font-size: 9px;
	color: #a5a5a6;
	font-family: 'Montserrat';
}
footer.mainfooter .copyright.copyright2 {
	padding-top: 5px;
	padding-right: 10px;
}
footer.mainfooter .copyright.copyright2 .mocha {
	font-size: 10px;
	color: #fff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	text-align: left;
	padding-right: 20px;
}
footer.mainfooter .copyright.copyright2 .mocha a {
	font-size: 11px;
	color: #989898;
	font-family: 'Montserrat';
	text-decoration: underline;
}
/* Footer */
footer {
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;/*	padding-top: 75px;*/
}
footer .footerbottom {
	border-top: 1px solid #c9d4db;
}
.footercenter {
	padding-top: 37px;
}
.footermenu h3 {
	font-size: 0.8em;
	margin-bottom: 15px;
	color: #053e67;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.footermenu .adress {
	font-size: 11px;
	margin-bottom: 16px;
	line-height: 15px;
	color: #053e67;
	font-family: 'Montserrat';
	margin-bottom: 10px;
}
.footermenu .phone {
	font-size: 0.8em;
	margin-bottom: 16px;
	line-height: 15px;
	color: #053e67;
	font-family: 'Montserrat';
	margin-bottom: 0px;
}
.footermenu .phone a {
	font-size: 10px;
	margin-bottom: 16px;
	line-height: 15px;
	color: #053e67;
	font-family: 'Montserrat';
}
.footermenu .mail {
	font-size: 0.8em;
	margin-bottom: 16px;
	line-height: 15px;
	color: #2475b0;
	font-family: 'Montserrat';
	margin-bottom: 10px;
}
.footermenu .mail a {
	font-size: 10px;
	margin-bottom: 16px;
	line-height: 15px;
	color: #053e67;
	font-family: 'Montserrat';
	text-decoration: underline;
}
.footersocialicon {
}
.footersocialicon ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.footersocialicon ul li {
	float: left;
	margin: 0px 3px;
}
.footersocialicon ul li a {
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #fff;
	padding: 13px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
.footersocialicon ul .facebook a {
	background-image: url(../images/faceheader.png);
}
.footersocialicon ul .twitter a {
	background-image: url(../images/twitterheader.png);
}
.footersocialicon ul .youtube a {
	background-image: url(../images/youtubeheader.png);
}
.footersocialicon ul .inst a {
	background-image: url(../images/instheader.png);
}
.footercenter {
	padding-bottom: 38px;
	border-bottom: 1px solid #c9d4db;
	padding-top: 50px;
	border-top: 1px solid #c9d4db;
}
.footercenter ul li a {
	float: left;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	display: block;
	width: 100%;
	color: #053e67;
	font-family: 'Montserrat';
	margin-bottom: 5px;
}
footer .footerbottom {
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .footerbottom .footersocialicon ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer.mainfooter .footerbottom .footersocialicon ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	padding-right: 6px;
}
footer .copyright .mg {
	font-size: 11px;
	line-height: 16px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	color: #0e3e60;
	text-align: left;
}
footer .copyright .mg ul {
	display: inline-block;
	margin-top: 10px;
}
footer .copyright .mg ul li {
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	border-right: 1px solid #00599a;
}
footer .copyright .mg ul li:last-child {
	border-right: none;
}
footer .copyright .mg a {
	font-size: 9px;
	line-height: 16px;
	font-family: 'Montserrat';
	color: #003256;/* text-decoration: underline; */
}
footer .copyright.copyright2 .mocha {
	text-align: right;
	color: #0e3e60;
	font-size: 0.7333333333333333em;
	line-height: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	font-size: 11px;
}
footer .copyright.copyright2 .mocha a {
	font-size: 11px;
	line-height: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	color: #0e3e60;
	text-align: right;
	text-decoration: underline;
}
/* Footer */

.page-body {
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
	/*padding-top: 110px;*/
	padding-top: 102px;
}
.page-body .page-top {
	text-align: left;
	padding-top: 0px;
}
.page-body .page-top .page-title {
	color: #0b3b5d;
	font-size: 2.9em;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
h1 {
	font-family: 'Montserrat';
}
.energy .page-top .page-title {
	color: #0A3A5D;
}
.energy .page-top .page-short-content {
	color: #0A3A5D;
	font-size: 48px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 5px;
	padding-top: 20px;
	font-weight: 200;
	padding-left: 0px;
	text-align:center;
}
.build .page-top .page-short-content {
	color: #0A3A5D;
	font-size: 48px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 200;
	padding-left: 0px;
	text-align:center;
}
.build1 .page-top .page-short-content {
	color: #0A3A5D;
	font-size: 48px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 200;
	padding-left: 0px;
	text-align:center;
}
.build .page-top .page-short-content2 {
	color: #0b3b5d;
	font-size: 30px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 200;
	padding-left: 0px;
	text-align:center;
}
.realestate .page-top .page-short-content {
	color: #0A3A5D;
	font-size: 57px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 200;
	padding-left: 0px;
	text-align:center;
}
.realestate .page-top .page-short-content2 {
	color: #0b3b5d;
	font-size: 30px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 0px;
	text-align:center;
}
.page-body.energy .page-top .page-short-content2 {
	color: #0b3b5d;
	font-size: 30px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page-body .page-top .page-short-content2 {
	color: #0b3b5d;
	font-size: 24px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page-body .page-content .page-short-content2 {
	color: #0b3b5d;
	font-size: 24px;
	font-family: 'Montserrat';
	margin: 0;
	position: relative;
	padding-bottom: 20px;
	padding-top: 20px;
}
.page-body .container .page-content .content h3 {
	font-size: 15px;
	line-height: 32px;
	color: #003963;
	text-align: left;
	font-family: 'Montserrat';
	padding-bottom: 40px;
	font-weight: 400;
}
.page-img {
/*	display: table;
	margin: 0px auto 0px;
	overflow: hidden;
	position: relative;
	z-index: 99;*/
}
.page-img img {
	width: 100%;
}
.page-img2 img {
	width: 100%;
}
.page-body .pagetopbox .top {
	position: relative;
	padding: 40px 0px 00px 0px;
	text-align: left;
}
.page-body .pagetopbox .top .title {
	font-size: 24px;
	line-height: 33px;
	font-family: 'Montserrat';
	color: #ffffff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
	z-index: 2;
}
.page-body .pagetopbox .top .title p {
	font-size: 15px;
	font-family: 'Montserrat';
	color: #0b3b5d;
}
.page-text {
	padding-top: 40px;
	padding-bottom: 40px;
}
.page-text p {
	font-size: 14px;
	line-height: 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	color: #0a3a5d;
	margin-bottom: 30px;
}
.page-text p.text1 {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Montserrat';
	color: #003963;
	margin-top: 20px;
}
.page-text p.text2 {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Montserrat';
	color: #00599a;
}
/*main tabs*/

.projecttabs {
	margin-top: 1px;/*display: table;
    margin: 0 auto;*/
}
.projecttabs .ui-tabs-nav {
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 0;
	display: table;
	margin: 0 auto;
	margin-bottom: 50px;
}
.projecttabs .tabs {
	text-align: center;
	background-color: transparent;
	border: none;
	padding: 0;
	display: table;
	margin: 0 auto;
	margin-bottom: 50px;
}
.tabsboxdetail h3 {
	text-align: center;
}
.projecttabs .ui-tabs-nav .ui-state-default {
	background-color: transparent;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 20px 0px;
	border: none;
	font-family: 'Montserrat';
	position: relative;
	color: #fff;
	border: 2px solid #0A3A5D;
	width: 383px;
}
.projecttabs .tabs li {
	background-color: transparent;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 20px;
	border: none;
	font-family: 'Montserrat';
	position: relative;
	color: #fff;
	border: 2px solid #0A3A5D;
}
.build .projecttabs .tabs li {
	border: 2px solid #0A3A5D;
	padding-left: 60px;
	padding-right: 60px;
}
.build .projecttabs .tabs li a {
	color: #0A3A5D;
}
.build .projecttabs .tabs li.active {
	background-color: #0A3A5D;
}
.build .projecttabs .tabs li.active a::after {
	background-image: url(../images/tabshovericonbuild.png);
}
.realestate .projecttabs .tabs li {
	border: 2px solid #0A3A5D;
	padding-left: 60px;
	padding-right: 60px;
}
.realestate .projecttabs .tabs li a {
	color: #0A3A5D;
}
.realestate .projecttabs .tabs li.active {
	background-color: #0A3A5D;
}
.realestate .projecttabs .tabs li.active a::after {
	background-image: url(../images/tabshovericonrealestate.png);
}
.energy .projecttabs .tabs li {
	border: 2px solid #0A3A5D;
	padding-left: 60px;
	padding-right: 60px;
}
.energy .projecttabs .tabs li a {
	color: #0A3A5D;
}
.energy .projecttabs .tabs li.active {
	background-color: #0A3A5D;
}
.energy .projecttabs .tabs li.active a::after {
	background-image: url(../images/tabshovericon.png);
}
.energy .projecttabs .tab_content .tabs li a {
	color: #0A3A5D;
	font-family: 'Montserrat';
	background-image: url(../images/tab_content_energy.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.energy .projecttabs .tab_content .tabs li.active a {
	color: #0A3A5D;
	font-family: 'Montserrat';
	background-image: url(../images/tab_content_active_energy.png);
}
.projecttabs .tabs li a {
	padding: 0;
	color: #0A3A5D;
	font-family: 'Montserrat';
	font-size: 14px;
}
.projecttabs .tabs li.active {
	background-color: #0A3A5D;
}
.projecttabs .tabs li.active a {
	color: #FFF;
}
.projecttabs .tabs li.active a::after {
	position: absolute;
	bottom: -15px;
	content: "";
	background-image: url(../images/tabshovericon.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 53px;
	height: 14px;
	left: 50%;
	margin-left: -26px;
}
.projecttabs .tab_content .tabs li {
	background-color: transparent;
	display: inline-block;
	float: none;
	margin: 0;
	padding: 20px;
	border: none;
	font-family: 'Montserrat';
	position: relative;
	color: #0a74bb;
}
.projecttabs .tab_content .tabs li a {
	color: #0a74bb;
	font-family: 'Montserrat';
	background-image: url(../images/tab_content.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	display: block;
	padding-top: 4px;
}
.projecttabs .tab_content .tabs li.active {
	background-color: transparent;
}
.projecttabs .tab_content .tabs li.active a {
	color: #0a74bb;
	font-family: 'Montserrat';
	background-image: url(../images/tab_content_active.png);
}
.projecttabs .tab_content .tabs li a::after {
	content: none;
}
.projecttabs .ui-tabs ul .ui-tabs-active a {
	color: #FFF;
}
.projecttabs .ui-tabs-nav .ui-state-default a {
	padding: 0;
	color: #0A3A5D;
	font-family: 'Montserrat';
	font-size: 20px;
}
.projecttabs .ui-tabs ul .ui-tabs-active {
	background-color: #0A3A5D;
}
.projecttabs .ui-tabs ul .ui-tabs-active a {
	color: #FFF;
}
.projecttabs .ui-tabs ul .ui-tabs-active a::after {
	position: absolute;
	bottom: -15px;
	content: "";
	background-image: url(../images/tabshovericon.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 53px;
	height: 14px;
	left: 50%;
	margin-left: -26px;
}
.projectbox {
	background-color: transparent;
}
.projectbox a {
	
	font-size: 14px;
	text-decoration: none;
	border:1px solid #dcdddd;
}
.projectbox span {
	display: block;
}
.projectbox a .image {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	background-color: #fff;
}
.build .projectbox a .image {
	background-color: #fff;
}
.projectbox a:hover  {
	border:5px solid #04c5fe;
}
.projectbox a .image img {
	width: 100%;
}

.projectbox a .text {
	padding-top: 15px;
	padding-bottom: 30px;
}

.build .projecttabs .ui-tabs-nav .ui-state-default {
	border: 2px solid #0A3A5D;
}
.projecttabs .ui-tabs ul .ui-tabs-active a {
	color: #fff !important;
}
.build .projecttabs .ui-tabs ul .ui-tabs-active {
	background-color: #0A3A5D;
}
.build .projecttabs .ui-tabs-nav .ui-state-default a {
	color: #0A3A5D;
}
.build .projectbox a .text .second {
	color: #0A3A5D;
	text-decoration: none
}
.build .projecttabs .ui-tabs ul .ui-tabs-active a::after {
	background-image: url(../images/tabshovericonbuild.png);
}
.build .table-responsive .table thead tr {
    border-bottom: 1px dashed #c9d4db;
    border-left: 3px solid #758592;
}
.build .table-responsive .table tbody tr {
    border-bottom: 1px dashed #c9d4db;
    border-left: 3px solid #758592;
}
.build .headerbottom {
	background-color: #0A3A5D;
}
/*.build .page-body .page-top .page-title {
	color: #0A3A5D;
}*/
.realestate .projectbox a {
	color: #0A3A5D;
	text-decoration: none
}
.realestate .projectbox a:hover .image {
	background-position: center 55%;
}
.realestate .projectbox a:hover .text {
	background-color: #e8f1f7d1;
	text-decoration: none
}
.realestate .projecttabs .ui-tabs-nav .ui-state-default {
	border: 2px solid #0A3A5D;
}
.energy .headerbottom {
	background-color: #0A3A5D;
}
/*.energy .page-body .page-top .page-title {
	color: #0A3A5D;
}*/
.energy .projectbox a .image {
	background-color: #e8f1f7d1;
	text-decoration: none
}
.headerbottom {
	background-color: #0b3b5d;
}
.build .top2 {
	background-color: #0A3A5D;
}
.realestate .top2 {
	background-color: #0A3A5D;
}
.realestate .projecttabs .ui-tabs ul .ui-tabs-active {
	background-color: #0A3A5D;
}
.realestate .projecttabs .ui-tabs-nav .ui-state-default a {
	color: #0A3A5D;
}
.realestate .projectbox a .text .second {
	color: #0A3A5D;
}
.realestate .projecttabs .ui-tabs ul .ui-tabs-active a::after {
	background-image: url(../images/tabshovericonrealestate.png);
}
.realestate .table-responsive .table thead tr {
    border-bottom: 1px dashed #c9d4db;
    border-left: 3px solid #758592;
}
.realestate .table-responsive .table tbody tr {
    border-bottom: 1px dashed #c9d4db;
    border-left: 3px solid #758592;
}
.realestate .headerbottom {
	background-color: #0A3A5D;
}
/*.realestate .page-body .page-top .page-title {
	color: #0A3A5D;
}*/
.realestate .projectbox a .image {
	background-color: #e8f1f7d1;
}
.projectbox a .text .first {
	font-size: 13px;
	line-height: 19px;
	font-family: 'Montserrat';
	color: #0b3b5d;
	text-align: center;
}
.projectbox a .text .second {
	margin-top: 5px;
	font-size: 13px;
	line-height: 12px;
	font-family: 'Montserrat';
	text-align: center;
	color: #0A3A5D;
}
/* prje detay */
.projectdetailbox {
}
.projectdetailcontent {
	/*margin-bottom: 50px !important;*/
	margin-top: 50px !important;
}
.table-responsive {
	margin-bottom: 30px;
}
.energy .table-responsive .table thead tr {
    border-bottom: 1px dashed #c9d4db;
    border-left: 3px solid #758592;
}
/*.table-responsive .table thead tr td {
	font-size: 14px;
	line-height: 26px;
	color: #0b3b5d;
	font-family: 'Montserrat';
	text-transform: none;
	text-align: left;
}*/
.table-responsive .table thead tr td {
	font-size: 24px;
	line-height: 26px;
	font-family: 'Montserrat';
	text-transform: none;
	text-align: left;
	color: #003a64;
}
.build .table-responsive .table thead tr td {
    color: #758592;
    font-weight: 200;
    font-size: 30px;
}
.energy .table-responsive .table thead tr td {
    color: #758592;
    font-weight: 200;
    font-size: 30px;
}
.realestate .table-responsive .table thead tr td {
    color: #758592;
    font-weight: 200;
    font-size: 30px;
}
.build .table-responsive .table tbody tr:last-child {
    border-bottom: 1px dashed #c9d4db;
}
.energy .table-responsive .table tbody tr:last-child {
    border-bottom: 1px dashed #c9d4db;
}
.realestate .table-responsive .table tbody tr:last-child {
    border-bottom: 1px dashed #c9d4db;
}
.energy .table-responsive .table tbody tr {
	    border-bottom: 1px dashed #c9d4db;
}
.table-responsive .table tbody tr td {
	font-size: 14px;
	line-height: 26px;
	color: #0b3b5d;
	font-family: 'Montserrat';
	text-transform: none;
	text-align: left;
}
.table-responsive .table tbody tr td strong, p strong{
	 font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
}
.projectdetailcontent p.bold {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Montserrat';
	color: #003963;
	margin-bottom: 10px;
}
.projectdetailcontent p {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Montserrat';
	color: #003963;
	margin-bottom: 10px;
}
/* prje detay */
.page-body .pager {
	width: 100%;
	background-color: #ffffff;
	height: 64px;
	position: relative;
	padding: 0 180px;
	border: 1px solid #cee3f1;
	margin-bottom: 40px;
}
.page-body .pager .prev {
	position: absolute;
	left: 0;
	top: 0;
}
.page-body .pager .prev a {
	display: table;
	font-size: 14px;
	font-family: 'Montserrat';
	text-transform: none;
	color: #0b3b5d;
	width: 473px;
	height: 64px;
	position: relative;
}
.page-body .pager .prev a:hover, .page-body .pager .prev a:focus {
	text-decoration: none;
	background-color: #cee3f1;
}
.page-body .pager .prev a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 64px;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/pager-prev-2.png);
}
.page-body .pager .prev a span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 64px;
	text-align: left;
	padding-top: 4px;
}
.page-body .pager .all {
	display: table;
	margin: 0 auto;
}
.page-body .pager .all a {
	display: block;
	width: 94px;
	height: 62px;
	background-image: url(../images/pager-all.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 1px solid #cee3f1;
	border-left: 1px solid #cee3f1;
}
.page-body .pager .all a:hover, .page-body .pager .all a:focus {
	text-decoration: none;
	background-color: #cee3f1;
}
.page-body .pager .next {
	position: absolute;
	right: 0;
	top: 0;
}
.page-body .pager .next a {
	display: block;
	font-size: 14px;
	font-family: 'Montserrat';
	text-transform: none;
	color: #0b3b5d;
	display: table;
	width: 473px;
	height: 64px;
}
.page-body .pager .next a:hover, .page-body .pager .next a:focus {
	text-decoration: none;
	background-color: #cee3f1;
}
.page-body .pager .next a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 64px;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/pager-next-2.png);
}
.page-body .pager .next a span {
	display: table-cell;
	vertical-align: middle;
	padding-right: 64px;
	text-align: right;
	padding-top: 4px;
}
.top2 {
	background-color: #60aa20;
	position: relative;
	padding: 50px 40px 50px 40px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
}
.top2 .title {
	font-size: 20px;
	line-height: 26px;
	font-family: 'Montserrat';
	color: #ffffff;
	position: relative;
	/* padding-bottom: 20px; */

	margin-bottom: 15px;
	text-align: justify;
	padding-left: 13px;
	padding-right: 13px;
}
.page-body p {
	font-size: 14px;
	line-height: 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	color: #0a3a5d;
	margin-bottom: 30px;
}
.page-body p a {
	font-size: 14px;
	line-height: 30px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
 font-display: swap color: #0a3a5d;
	margin-bottom: 10px;
	text-decoration: underline;
}
.page-body p b {
	font-size: 15px;
	line-height: 24px;
	font-family: 'Montserrat';
	color: #003963;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: 600;
}
.projectdetailslider {
	margin-top: 30px;
}
.projectdetailslider .owl-item .item {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	background-color: #e9f0f2;
}
.projectdetailslider .owl-item .item img {
	opacity: 0.3 !important;
}
.projectdetailslider .owl-item.active.center .item img {
	opacity: 1 !important;
}
.projectdetailslider .owl-controls .owl-nav {
	position: absolute;
	top: 44%;
	width: 100%;
	z-index: 5;/*display:none;*/
}
.realestate .projectdetailslider .owl-controls .owl-prev {
	background-image: url(../images/own-prevr.png);
}
.energy .projectdetailslider .owl-controls .owl-prev {
	background-image: url(../images/own-prevg.png);
}
.projectdetailslider .owl-controls .owl-prev {
	display: block!important;
	position: absolute;
	left: 9%;
	width: 57px;
	height: 51px;
	background-image: url(../images/own-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.realestate .projectdetailslider .owl-controls .owl-next {
	background-image: url(../images/own-nextr.png);
}
.energy .projectdetailslider .owl-controls .owl-next {
	background-image: url(../images/own-nextg.png);
}
.projectdetailslider .owl-controls .owl-next {
	display: block!important;
	position: absolute;
	right: 9%;
	width: 57px;
	height: 51px;
	background-image: url(../images/own-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.projectdetailtopboxes {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	padding-top:50px;
	overflow:hidden;
	padding-bottom:50px;
}
.projectdetailtopboxes .pager2 {
	width: 100%;
	height: 143px;
	border-top: 2px solid #0A3A5D;
	
}
.projectdetailtopbox.nextprev2 .pager2 {
	width: 100%;
	height: 143px;
	border-top: none;
	border-bottom: 2px solid #0A3A5D;
	background-color:transparent;
	
}
.energy .projectdetailtopboxes .pager2 {
    border-top: 2px solid #758592;
    border-bottom: 2px solid #758592;
}
.energy .projectdetailtopboxes .pager2 .prev {
	border-bottom: 1px solid #0A3A5D;
	border-right: 1px solid #0A3A5D;
}
.energy .projectdetailtopboxes .pager2 .next {
	border-bottom: 1px solid #0A3A5D;
}
.realestate .projectdetailtopboxes .pager2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #758592;
}
.realestate .projectdetailtopboxes .pager2 .prev {
	border-bottom: 1px solid #0A3A5D;
	border-right: 1px solid #0A3A5D;
}
.realestate .projectdetailtopboxes .pager2 .next {
	border-bottom: 1px solid #0A3A5D;
}
.projectdetailtopboxes .pager2 .prev {
	float: left;
	width: 50%;
	height: 141px;
	border-bottom: 1px solid #c2e9f4;
	border-right: 1px solid #c2e9f4;
}
.projectdetailtopboxes .pager2 .next {
	float: left;
	width: 50%;
	height: 141px;
	border-bottom: 1px solid #c2e9f4;
}
.projectdetailtopboxes .pager2 .all {
	float: left;
	width: 100%;
	height: 143px;
}
.projectdetailtopboxes .pager2 div a {
	display: block;
	height: 143px;
}
.projectdetailtopboxes .pager2 div a:hover {
	text-decoration: none;
	background-color: #e9f2f7b5;
}
.realestate .projectdetailtopboxes .pager2 div a:hover {
	text-decoration: none;
	background-color: #e9f2f7b5;
}
.energy .projectdetailtopboxes .pager2 div a:hover {
	text-decoration: none;
	background-color: #e9f2f7b5;
}
.realestate .projectdetailtopboxes .pager2 .prev a span {
	background-image: url(../images/pager-prev-3r.png);
	color: #0A3A5D;
}
.energy .projectdetailtopboxes .pager2 .prev a span {
	background-image: url(../images/pager-prev-3g.png);
	color: #0A3A5D;
}
.projectdetailtopboxes .pager2 .prev a span {
	background-image: url(../images/pager-prev-3.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	width: 100%;
	height: 143px;
	display: table;
	line-height: 55px;
	font-size: 11px;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 200;
	text-align:center;
	padding-top:70px;
	color: #000;
}
.realestate .projectdetailtopboxes .pager2 .next a span {
	background-image: url(../images/pager-next-3r.png);
	color: #0A3A5D;
}
.energy .projectdetailtopboxes .pager2 .next a span {
	background-image: url(../images/pager-next-3g.png);
	color: #0A3A5D;
}
.projectdetailtopboxes .pager2 .next a span {
	background-image: url(../images/pager-next-3.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	width: 100%;
	height: 143px;
	line-height: 55px;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 200;
	font-size: 11px;
	display: table;
	
	text-align:center;
	padding-top:70px;
	color: #000;
}
.realestate .projectdetailtopboxes .pager2 .all a span {
	background-image: url(../images/pager-all-3r.png);
}
.energy .projectdetailtopboxes .pager2 .all a span {
	background-image: url(../images/pager-all-3g.png);
}
.projectdetailtopboxes .pager2 .all a span {
	background-image: url(../images/pager-all-3.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 64px;
	height: 143px;
	display: table;
	margin: 0 auto;
}
.projectdetailtopboxes .projectdetailtopbox {
}
/*.projectdetailtopboxes .projectdetailtopbox .projectdetailone {
	background-color: #758592;
}
.energy .projectdetailtopboxes .projectdetailtopbox .projectdetailone {
	background-color: #758592;
}
.realestate .projectdetailtopboxes .projectdetailtopbox .projectdetailone {
	background-color: #758592;
}*/
.projectdetailtopboxes .projectdetailtopbox .display-table {
	padding-top: 15px;
	padding-bottom: 15px;
	display:block;
}
.projectdetailtopboxes .projectdetailtopbox .display-table .image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 18px;
	padding-left: 18px;
}
.projectdetailtopboxes .projectdetailtopbox .display-table .text {
	color: #ffffff;
	display: block;
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom:15px;
}
.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text span {
	color: #FFF;
	display: block;
	text-align: center;
}
.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text .first {
	font-size: 20px;
	line-height: 22px;
	
	margin-bottom:10px;
	
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 500;
}



.projectdetailtopboxes .projectdetailtopbox:nth-child(even)  {background: #00a6d5}
.projectdetailtopboxes .projectdetailtopbox:nth-child(odd) {background: #024060}

.projectdetailtopboxes2second  .projectdetailtopbox:nth-child(odd) {background: #00a6d5}

.projectdetailtopboxes2second  .projectdetailtopbox:nth-child(even) {background: #024060}

.projectdetailtopboxes .projectdetailtopbox.nextprev{
	background-color:#FFF !important;
	height:143px;
}
.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text hr {
border-top:1px solid #fff;
height:1px;
width:93px;
text-align:center;
}
.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text .second {
	font-size: 14px;
	line-height:18px;
	font-family: 'Montserrat';
	font-style: normal;
  font-weight: 200;
}
.pagebottomboxes {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
}
.pagebottomboxes .pagebottombox:nth-child(2n+1) {
	background-color: #0b3b5d;
}
.pagebottomboxes .pagebottombox:nth-child(2n) {
	background-color: #00599a;
}
.pagebottomboxes .pagebottombox {
	height: 260px;
	border:2px solid #ffffff;
}
.pagebottomboxes .pagebottombox a {
	display: block;
	padding: 80px 20px 60px 20px;
	color: #ffffff;
	background-size: cover;
	font-weight: 700;
	text-decoration: none;
	line-height: 20px;
}
.pagebottomboxes .pagebottombox p {
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat';
	text-align: center;
}
.pagebottomboxes .pagebottombox a:hover {
	text-decoration: none;
}
.contactboxes {
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contactboxes .contactbox:nth-child(2n+1) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.contactboxes .contactbox:nth-child(2n) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.energy .contactboxes .contactbox:nth-child(2n+1) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.energy .contactboxes .contactbox:nth-child(2n) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.build .contactboxes .contactbox:nth-child(2n+1) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.build .contactboxes .contactbox:nth-child(2n) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.realestate .contactboxes .contactbox:nth-child(2n+1) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.realestate .contactboxes .contactbox:nth-child(2n) {
	background-color: #ffffff;
	border-bottom: 2px solid #c9d4db;
	border-top: 2px solid #c9d4db;
}
.build form .send-btn {
	background-color: #0A3A5D;
}
.build form .send-btn:hover, form .send-btn:focus {
	background-color: #0A3A5D;
}
.realestate form .send-btn {
	background-color: #0A3A5D;
}
.realestate form .send-btn:hover, form .send-btn:focus {
	background-color: #0A3A5D;
}
.contactboxes .contactbox {
	/*height: 300px;*/
	height: 340px;
}
.contactboxes .contactbox .contact {
	padding: 30px 0px 20px 0px;
}
.contactboxes .contactbox .contact p.title {
    font-family: 'Montserrat';
    margin-bottom: 20px !important;
    font-size: 20px;
    color: #00599a;
    font-weight: 500;
}
.contactboxes .contactbox .contact p.address {
	font-family: 'Montserrat';
	margin-bottom: 20px !important;
}
/*.contactboxes .contactbox .contact p.maps {
	font-family: 'Montserrat';
	margin-top: 20px;
	position: absolute;
	bottom: 10%;
}*/
.contactboxes .contactbox .contact p.maps a {
	font-family: 'Montserrat';
	background-image: url(../images/mapsicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	line-height: 30px;
	text-decoration: underline;
}
.contactboxes .contactbox .contact p {
	text-align: left;
	color: #0a3a5d;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
	font-weight: 400;
	margin-bottom: 2px !important;
}
.contactboxes .contactbox .contact p a {
	text-align: left;
	color: #0a3a5d;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
}
.pageform {
	    margin-top: 40px;

}
.pageform h3, .pageform p {
	font-family: 'Montserrat'!important;
}
.pageform p {
	margin-bottom: 30px;
}
.pageform form p.text strong {
	font-family: 'Montserrat'!important;
}
.pageform form p.text {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	font-family: 'Montserrat'!important;
}
form .row .button {
	padding-left: 5px;
	padding-right: 5px;
}
form .form-control {
	border: 1px solid #d1d3e4;
	background-color: transparent;
	border-image: none;
	border-radius: 5px;
	box-shadow: none;
	color: #000;
	font-weight: 600;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	height: 50px;
	padding-left: 15px;
	transition: border 0.65s ease 0s, background-color 0.65s ease 0s;
}
 form .form-control::-moz-placeholder {
 color:#003963;
 font-family: 'Montserrat';
}
 form .form-control::-moz-placeholder {
 color:#003963;
 font-family: 'Montserrat';
}
form .form-control:focus {
	box-shadow: none;
	color: #003963;
	border-bottom: 2px solid #b5bfc5c2;
}
form textarea.form-control {
	height: auto;
}
.input-validation-error {
	border: 1px solid #f2933b;
}
.aydinlatma {
	overflow-y: scroll;
    height: 100px;
    resize: none;
    border: 1px solid #d1d3e4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #eff0f5;
    padding: 20px;
}
.aydinlatma p {
	
    font-family: 'Montserrat' !important;
    font-size: 10px;
    line-height: 14px;

}
.aydinlatma p strong {
    font-family: 'Montserrat';
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
}
form .col .select-box {
	position: relative;
	padding: 0px;
}
form .col .select-box .select {
	background-color: transparent;
	background-image: url(../images/select-arrow.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	border: 1px solid #d1d3e4;
	color: #000;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	padding-left: 0px;
	padding-left: 15px;
}
form .col .select-box select {
	height: 50px;
	margin-bottom: 10px;
	opacity: 0;
	width: 100% !important;
	border: 1px solid #d1d3e4;
	border-image: none;
	border-radius: 5px;
	box-shadow: none;
	color: #000;
	font-weight: 600;
	font-family: 'Montserrat';
	font-style: normal;
	font-size: 14px;
	padding-left: 15px;
	transition: border 0.65s ease 0s, background-color 0.65s ease 0s;
}
.checkboxall {
	display: table;
	margin: 0 auto 25px;
	clear: both;
}
/*form .checkbox {
	display: inline-block;
	left: 15px;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 20px;
	position: absolute;
	top: 15px;
}*/
form .checkbox input[type="checkbox"] {
	display: block;
	left: 25px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
form .checkbox input[type="checkbox"] + label {
	background-image: url("../images/checkbox.png");
	background-position: left center;
	background-repeat: no-repeat;
	clear: none;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px 0 34px;
	font-family: 'Montserrat';
}
form .checkbox input[type="checkbox"] + label a {
	color: #011b3c;
	position: relative;
	text-decoration: underline;
	z-index: 9;
}
form .checkbox input[type="checkbox"]:checked + label {
	background-image: url("../images/checkbox-active.png");
	background-position: left center;
	background-repeat: no-repeat;
}
form .radio {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 20px;
	position: relative;
}
form .radio input[type="radio"] {
	display: block;
	left: 25px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
form .radio input[type="radio"] + label {
	background-image: url("../images/radio.png");
	background-position: left center;
	background-repeat: no-repeat;
	clear: none;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0;
	padding: 0 10px 0 24px;
}
form .radio input[type="radio"] + label a {
	color: #333333;
	position: relative;
	text-decoration: underline;
	z-index: 9;
}
form .radio input[type="radio"]:checked + label {
	background-image: url("../images/radio-active.png");
	background-position: left center;
	background-repeat: no-repeat;
}
form .file-upload {
	position: relative;
}
form .file-upload .input-group {
	color: #003963;
	font-size: 13px;
	font-family: 'Montserrat';
	height: 50px;
	left: 0;
	text-align: left;
	padding-left: 0px;
	position: absolute;
	top: 0;
	border-bottom: 1px solid #0b3b5d;
	background-image: url(../images/fileupload.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	padding-right: 50px;
}
form .file-upload input {
	opacity: 0;
	cursor: pointer;
}
form .send-btn {
	background-color: transparent;
	border-radius: 9;
	color: #fff;
	font-family: 'Montserrat';
	display: table;
	font-size: 15px;
	margin: 0 auto;
	padding: 14px 88px;
	transition: background-color 0.35s ease 0s, transform 0.35s ease 0s;
	width: auto;
	background-color: #0b3b5d;
	margin-top: 20px;
	position: relative;
	margin-bottom: 40px;
}
form .send-btn:hover, form .send-btn:focus {
	background-color: #002c4c;
	color: #fff;
}
.energy form .send-btn {
	background-color: #0A3A5D;
}
.energy form .send-btn:hover, form .send-btn:focus {
	background-color: #0b8a4b;
	color: #fff;
}
.pageform .searchbtn a {
	background-image: url(../images/searchbtn.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	height: 43px;
	width: 45px;
	top: 0;
	left: 87%;
}
.input-validation-normal {
	background-image: url("../images/input-validation-normal.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-right: 40px;
}
.input-validation-error {
	background-image: url(../images/input-validation-error.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 40px;/* border-bottom: 1px solid #d80000 !important; */
}
.kilometersbox {
	margin-top: 20px;
}
.kilometersbox .ui-tabs ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px 0px 50px 0px;
	background-color: #0b3b5d;
	overflow: hidden;
	height: 133px;
}
.kilometersbox .ui-tabs ul li {
	padding: 0px;
	vertical-align: middle;
	padding: 0 8px;
	float: none;
	display: table;
	margin: 0 auto;
}
.kilometersbox .ui-tabs ul li a {
	display: table;
	height: 90px;
	width: 90px;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	line-height: 26px;
	margin-top: 20px;
	font-family: 'Montserrat';
}
.kilometersbox .ui-tabs ul li a span {
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Montserrat';
}
.kilometersbox .ui-tabs ul li a:hover, .kilometersbox .ui-tabs ul li a:focus {
	text-decoration: none;
}
.kilometersbox .ui-tabs ul .ui-tabs-active {
	background-image: url(../images/tabarrow2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.kilometersbox .ui-tabs ul .ui-tabs-active a {
	background-color: #ffffff;
	color: #0b3b5d;
	border-bottom: 1px solid transparent;
	border-radius: 50%;
}
.kilometersbox .ui-tabs ul .ui-tabs-active a span {
	background-color: #ffffff;
	color: #0b3b5d;
	border-bottom: 1px solid transparent;
	border-radius: 50%;
}
.kilometersbox .ui-tabs .ui-tabs-panel {
	margin-bottom: 50px;
}
.kilometersbox .ui-tabs .ui-tabs-panel p {
	font-family: 'Montserrat'!important;
	padding: 20px;
}
.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}
.kilometersbox .slide .owl-controls .owl-nav {
	position: absolute;
	top: 29%;
	width: 100%;
	z-index: 5;
}
.kilometersbox .slide .owl-controls .owl-prev {
	display: block!important;
	position: absolute;
	left: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(../images/own-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.kilometersbox .slide .owl-controls .owl-next {
	display: block!important;
	position: absolute;
	right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-image: url(../images/own-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.pagetab {
	margin-top: 30px;
}
.pagetab .ui-tabs ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.pagetab .ui-tabs ul li {
	display: table-cell;
	padding: 0px;
	vertical-align: top;
	height: 73px;
	float: none;
}
.pagetab .ui-tabs ul li a {
	display: table;
	height: 55px;
	text-align: center;
	color: #000000;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #003963;
	font-family: 'Montserrat';
}
.pagetab .ui-tabs ul li a span {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Montserrat';
}
.pagetab .ui-tabs ul li a:hover, .pagetab .ui-tabs ul li a:focus {
	text-decoration: none;
}
.pagetab .ui-tabs ul .ui-tabs-active {
	background-image: url(../images/tabarrow2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.pagetab .ui-tabs ul .ui-tabs-active a {
	background-color: #003963;
	color: #ffffff;
}
.pagetab .ui-tabs ul .ui-tabs-active a span {
	background-color: #003963;
	color: #ffffff!important;
	font-family: 'Montserrat';
}
.pagetab .ui-tabs .ui-tabs-panel {
	margin-bottom: 50px;
}
/*.specialtab .ui-tabs .ui-tabs-panel{
	padding:0 60px;
}*/


.pagetab .ui-tabs .ui-tabs-panel .table tr {
	border-bottom: 1px solid #000000;
}
.gallery {
	width: 100%;
	overflow: hidden;
	float: left;
}
.gallery h3 {
	font-family: 'Montserrat'!important;
}
.gallery .col .image {
	position: relative;
}
.gallery .col {
	margin-bottom: 20px;
}
.gallery .col .image img {
	width: 100%;
}
.gallery .col span {
	display: block;
}
.gallery .col .text {
	padding-top: 20px;
	padding: 10px;
}
.gallery .col .text .first {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
}
.gallery .col a .image::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(165, 168, 161, 0.6);
	opacity: 0;
	z-index: 8;
}
.gallery .col a .image::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/photo-zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 9;
}
.gallery .col a:hover .image::before {
	opacity: 1;
}
.gallery .col a:hover .image::after {
	opacity: 1;
}
.videogallery {
	width: 100%;
	overflow: hidden;
	float: left;
}
.videogallery h3 {
	font-family: 'Montserrat'!important;
}
.videogallery .col .image {
	position: relative;
}
.videogallery .col {
	margin-bottom: 20px;
}
.videogallery .col .image img {
	width: 100%;
}
.videogallery .col span {
	display: block;
}
.videogallery .col .text {
	padding-top: 20px;
	padding: 10px;
}
.videogallery .col .text .first {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
}
.videogallery .col a .image::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(165, 168, 161, 0.6);
	opacity: 0;
	z-index: 8;
}
.videogallery .col a .image::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../images/videoicon.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 9;
}
.videogallery .col a:hover .image::before {
	opacity: 1;
}
.inlineItem {
	display: none;
}
.newslist {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-left: -15px;
	padding-right: 15px;
}
.newslist .col .image {
	position: relative;
}
.newslist .col {
	margin-bottom: 20px;
}
.newslist .col .image img {
	width: 100%;
}
.newslist .col span {
	display: block;
}
.newslist .col .text {
	padding-top: 20px;
	padding: 10px;
	padding-left: 0;
}
.newslist .col .text span {
	margin-bottom: 10px;
}
.newslist .col .text .date {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
	color: #003963;
	text-align: left;
}
.newslist .col .text .nexticon {
	font-size: 11px;
	line-height: 16px;
	font-family: 'Montserrat';
	color: #003963;
	text-align: left;
	background-image: url(../images/newsnexticon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	text-decoration: underline;
}
.newslist .col a:hover {
	text-decoration: none;
}
.newslist .col .text .first {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
	color: #003963;
	text-align: left;
}
.newslist .col a .image::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(165, 168, 161, 0.6);
	opacity: 0;
	z-index: 8;
}
.newslist .col a:hover .image::before {
	opacity: 1;
}
.paging {
	padding: 10px 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.paging ul {
	margin-bottom: 0;
}
.paging ul li {
	margin-right: 10px;
}
.paging ul li a {
	color: #003963;
	font-size: 18px;
	font-family: 'Montserrat';
	text-transform: none;
}
.paging ul li a:hover, .paging ul li a.active {
	text-decoration: underline;
	font-family: 'Montserrat';
}
.newsdetail {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 50px;
}
.bold {
	font-family: 'Montserrat'!important;
}
.newsimagebox {
	margin-bottom: 30px;
	width: 100%;
}
.Presslist {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.Presslist .table-responsive .table thead tr {
	border-bottom: 2px solid #0b3b5d;
}
.Presslist .table-responsive .table tbody tr {
	border-bottom: 1px solid #0b3b5d;
}
.table-responsive .table tbody tr td {
	border-top: none!important;
}
.table-responsive .table tbody tr td .Bold {
	font-family: 'Montserrat';
}
.Presslist .table-responsive .table tbody tr td {
	padding: 10px;
	vertical-align: middle;
}
.Presslist .table-responsive .table tbody tr td:last-child {
	width: 10%;
}
.Presslist .table-responsive .table tbody tr td:first-child {
	width: 12%;
}
.table-responsive .table tbody tr td a {
	font-size: 14px;
	line-height: 26px;
	color: #0b3b5d;
	font-family: 'Montserrat';
	text-transform: none;
	text-align: left;
}
.Presslist .table-responsive .table tbody tr td a img {
	float: right;
	padding-right: 25px;
}
.logobox {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	margin-left: -15px;
	padding-right: 15px;
}
.logobox .col .image {
	position: relative;
	padding: 40px 20px 40px 20px;
	background-color: #ffffff;
	border: 2px solid #e9f2f7;
}
.logobox .col a:hover .image {
	border: 2px solid #0b426b;
}
.logobox .col {
	margin-bottom: 20px;
}
.logobox .col .image img {
	max-width: 100%;
	width:auto;
}
.logobox .col span {
	display: block;
}
.logobox .col .text {
	padding-top: 20px;
	padding: 10px;
	padding-left: 0;
}
.logobox .col .text span {
	margin-bottom: 10px;
}
.logobox .col .text .logoicon {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat';
	color: #003963;
	text-align: left;
	background-image: url(../images/logoicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 59px;
}
.newsdetail .owl-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 5;
	/* display: none; */
	height: 56px;
	background-color: rgba(16, 28, 46, 0.6);
}
.newsdetail .owl-controls .owl-nav {
	position: relative;
	z-index: 22;
}
.newsdetail .owl-controls .owl-prev {
	display: block!important;
	position: absolute;
	left: 2%;
	width: 37px;
	height: 24px;
	top: 17px;
	background-image: url(../images/own-prev.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.newsdetail .owl-controls .owl-next {
	display: block!important;
	position: absolute;
	right: 2%;
	width: 37px;
	height: 24px;
	top: 17px;
	background-image: url(../images/own-next.png);
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
}
.newsdetail .owl-controls .owl-dots {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 37%;
}
.newsdetail .owl-controls .owl-dot {
	background-image: url(../images/dotsicon.png);
	background-repeat: no-repeat;
	float: left;
	margin: 5px;
	width: 6px;
	height: 6px;
}
.newsdetail .owl-controls .active {
	background-image: url(../images/dotsiconactive.png);
	background-repeat: no-repeat;
}
.tur360 .blanklink {
}
.tur360 .blanklink a {
	color: #003963;
}
.tur360 .blanklink a span {
	height: 40px;
	background-image: url(../images/sanal-gezi.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 50px;
	color: #003963;
	float: right;
	line-height: 40px;
	font-family: 'Montserrat';
	margin-top: 20px;
	margin-bottom: 20px;
}
.tur360 .blanklink a {
	color: #003963;
}
.videolinkbox a span {
	height: 40px;
	background-image: url(../images/youtubeicon.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	padding-left: 50px;
	color: #003963;
	float: left;
	line-height: 40px;
	font-family: 'Montserrat';
	margin-top: 20px;
	margin-bottom: 20px;
}
.projectdetailcontent .table-responsive {
	clear: both;
}
.tur360 .blanklink a:hover {
	text-decoration: underline;
}
/* .headertop .right .sub .webmenu .sub ul > li > ul{
	display:none;
}*/

.headertop .right .sub .webmenu .sub ul > li > ul {
	/* display: block; */
	background-color: #0b3b5d;
	left: 1%;
	line-height: normal;
	opacity: 0;
	/* overflow: hidden; */
	padding: 0;
	position: absolute;
	text-align: center;
	transform: translateY(-2em);
	transition: all 0.2s ease-in-out 0s, visibility 0s ease-in-out 0.2s, z-index 0s ease-in-out 0.2s;
	top: 108%;
	visibility: hidden;
	width: 98%;
}
.header-New .headertop .right .sub .webmenu .sub ul > li > ul {
	top: 86%;
}
.headertop .right .sub .webmenu .sub ul > li > ul > li {
	display: inline-block;
	float: none;
}
.headertop .right .sub .webmenu .sub ul > li > ul > li > a > span {
	font-size: 13px;
	/* border-right: 1px solid #fff; */
	padding-right: 27px;
	font-family: 'Montserrat';
}
.headertop .right .sub .webmenu .sub ul > li > ul > li > a:hover > span {
	font-family: 'Montserrat';
	color: #ececec;
}
.headertop .right .sub .webmenu .sub ul > li:hover ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.2s;
}
.headertop .right .sub .webmenu .sub ul li.dropdown:hover .dropdown-menu {
	display: block;
	padding-top: 0;
	padding-bottom: 0;
}
.headertop .webmenu ul li .dropdown-menu li a {
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	height: 40px !important;
	line-height: 40px !important;
	padding-left: 24px !important;
	padding-right: 60px !important;
	/* line-height: 19px; */
	display: block !important;
	font-family: 'Montserrat';
	color: #fff !important;
	font-size: 13px !important;
	background-color: #0A3A5D !important;
	text-align: left !important;
}
.dropdown-menu {
	position: absolute!important;
	top: 100% !important;
	left: 0 !important;
	z-index: 1000!important;
	display: none;
	float: left !important;
	min-width: 320px !important;
	padding: 5px 0 !important;
	margin: 2px 0 0!important;
	font-size: 13px !important;
	text-align: left !important;/*width:200px !important;*/
}
.sidebar {
	float: left;
	margin-top: -130px;
}
.sidebar .sidebarmenu {
	background-color: #0a3a5d;
	margin-bottom: 30px;
	padding: 55px 65px 50px;
}
.sidebar .sidebarmenu .title {
	color: #326b95;
	font-size: 36px;
	line-height: 48px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	margin-bottom: 50px;
}
.sidebar .sidebarmenu ul li {
	margin-bottom: 15px;
}
.sidebar .sidebarmenu ul li a {
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.sidebar .sidebarmenu ul > li.Selected > a, .sidebar .sidebarmenu ul > li > a:hover {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	text-decoration: underline;
}
.sidebar .sidebarmenu ul li > ul {
	padding-top: 20px;
	padding-bottom: 10px;
}
.sidebar .sidebarmenu ul li > ul > li {
	padding-left: 20px;
	text-decoration: none;
}
.sidebar .sidebarmenu ul > li > ul > li > a {
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
}
.maintop {
	width: 100%;
	background-color: #FFF;
	padding-top: 102px;
}
.maintop .maintopboxes ul {
	display: table;
	margin: 0 auto;
	height: 76px;
}
.maintop .maintopboxes ul li {
	display: inline-block;
}
.maintop .maintopboxes ul li a {
	display: block;
	padding-left: 60px;
	padding-right: 30px;
	background-position: left center;
	background-repeat: no-repeat;
	height: 76px;
	line-height: 76px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
	color: #194666;
}
.maintop .maintopboxes ul li a:hover, .maintop .maintopboxes ul li.active a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	color: #05365a;
	text-decoration: none;
}
.maintop .maintopboxes ul li.one a {
	background-image: url(../images/maintop1.png);
}
.maintop .maintopboxes ul li.one a:hover, .maintop .maintopboxes ul li.one.active a {
	background-image: url(../images/maintop1h.png);
}
.maintop .maintopboxes ul li.two a {
	background-image: url(../images/maintop2.png);
}
.maintop .maintopboxes ul li.two a:hover, .maintop .maintopboxes ul li.two.active a {
	background-image: url(../images/maintop2h.png);
}
.maintop .maintopboxes ul li.three a {
	background-image: url(../images/maintop3.png);
}
.maintop .maintopboxes ul li.three a:hover, .maintop .maintopboxes ul li.three.active a {
	background-image: url(../images/maintop3h.png);
}
.maintop .maintopboxes ul li.four a {
	background-image: url(../images/maintop4.png);
}
.maintop .maintopboxes ul li.four a:hover, .maintop .maintopboxes ul li.four.active a {
	background-image: url(../images/maintop4h.png);
}
.bannerbox .image {
	position: relative;
}
.bannerbox .image img {
	width: 100%;
}
.bannerbox .image .bannerimg {
	width: 100%;
}
.bannerbox .text {
	/*position: absolute;
	top: 45px;
	text-align: center;
	height: 100%;*/
	    /*margin-bottom: 60px;*/
		margin-bottom:20px;
		display: none;
}
.bannerbox .text h3 {
	font-size: 9px;
	line-height: 11px;
	font-family: 'Montserrat';
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	LETTER-SPACING: 5PX;
	margin-bottom: 15px;
}
.bannerbox .text h1 {
	font-size: 35px;
	line-height: 37px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	color: #ffffff;
}
.mainbottomboxes {
	position: absolute;
	bottom: 10%;/*top:45%;*/
}
.mainbottomboxes .mainbottombox a {
	background-color: rgba(23, 59, 97, 0.8);
	display: block;
	padding: 25px 10px 25px 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.mainbottomboxes .mainbottombox a .boxtext span {
	display: block;
}
.mainbottomboxes .mainbottombox a .boxtext .first {
	color: #FFF;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
.mainbottomboxes .mainbottombox a .boxtext .second {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	text-align: left;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
footer.mainfooter {
	width: 100%;
	position: relative;
	border-top: none;
}
.footerlink ul li {
	display: inline-block;
}
.footerlink ul li a {
	text-decoration: underline;
	font-size: 11px;
	padding-right: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	line-height: 13px;
	color: #0e3e60;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none !important;
}
.nav > li > a {
	padding: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
}
.nav-tabs {
	border-bottom: none;
}

.maintop .maintopboxes ul li.nav-item.four{
	display:none !important;
}
.container-fluid{
	background:#FFF;
}

.nonmenu .page-top .page-title {
    color: #000;
    font-size: 2.9em;
    font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
    margin: 0;
    text-align:center;
   
    padding-top: 20px;
}

.nonmenu .page-top .page-sht {
    color: #1face2;
    font-size: 37px;
    font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
    margin: 0;
    text-align:center;
    padding-bottom: 20px;
    
}
.nonmenu .projecttabs p{
 color: #000;
    font-size: 16px;
	line-height:22px;
    font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;

    text-align:center;
	padding-top:20px;
    padding-bottom: 20px;
}
.nonmenu .projecttabs p.shtcontent{
	font-size:18px;
	line-height:24px;
}

.nonmenu .projecttabs form .col .select-box select{
	margin-bottom:20px;
}
.nonmenu .projecttabs form .col .select-box .select{
	color:#000;
	 font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	background-color:#FFF;
}
.nonmenu .container-fluid .container2{
	background: rgba(241,242,242,1);
background: -moz-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(244,244,244,1) 20%, rgba(248,248,248,1) 41%, rgba(251,251,251,1) 51%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,242,242,1)), color-stop(20%, rgba(244,244,244,1)), color-stop(41%, rgba(248,248,248,1)), color-stop(51%, rgba(251,251,251,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(244,244,244,1) 20%, rgba(248,248,248,1) 41%, rgba(251,251,251,1) 51%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(244,244,244,1) 20%, rgba(248,248,248,1) 41%, rgba(251,251,251,1) 51%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(241,242,242,1) 0%, rgba(244,244,244,1) 20%, rgba(248,248,248,1) 41%, rgba(251,251,251,1) 51%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(241,242,242,1) 0%, rgba(244,244,244,1) 20%, rgba(248,248,248,1) 41%, rgba(251,251,251,1) 51%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2f2', endColorstr='#ffffff', GradientType=0 );
}

.projectbox2 p.shtcontent{
	font-size:18px;
	line-height:24px;
}

.projectbox2 p {
    color: #000;
	text-align:center;
    
}

.projectbox a .text{
	background-color:#FFF;
	
}

.projectbox a .text .first {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #003a64;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

.projectbox a .text .second{
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  color:#1eabe2;
  font-size:18px;
  line-height:20px;
  margin-bottom:5px;
}
.main-header .headertop .webmenu ul li{
	color:#FFF;
}
.main-header .headertop{
	border-bottom:none;
}

.main-header .headertop .webmenu ul li.active a span, .webmenu ul li a:hover span{
	border-bottom:none;
}

.main-header .headertop .webmenu ul li a span{
	color:#FFF;
}

.main-header .container .right .lang ul li{
	color:#FFF;
}

.mainfooter .footerlink ul{
	padding-left:20px;
	margin-bottom: 10px;
}
.mainfooter .footerlink ul li{
	
}
.mainfooter .footerlink ul li a{
	color:#FFF;
}

footer.mainfooter .copyright.copyright2 .mocha{
	padding-left:17px;
}

.projectdetailslider2{
	background-color:#FFF;
	}


.pagebottomboxes .pagebottombox a {
    display: block;
    padding: 50px 20px 50px 20px;
    color: #ffffff;
    background-size: cover;
    font-weight: 300;
    text-decoration: none;
    line-height: 26px;
    font-size: 25px;
    border-bottom: 2px solid;
    width: 50%;
}

.pagebottomboxes .pagebottombox p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    text-align: center;
}

.pagebottomboxes .pagebottombox a:hover {
	text-decoration: none;
}

.contactboxes .contactbox .contact p.maps1 a {
    font-family: 'Montserrat';
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    text-decoration: underline;
}

.contactboxes .contactbox .contact p.maps2 {
    font-family: 'Montserrat';
    background-image: url(../images/fax.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    text-decoration: underline;
}

.contactboxes .contactbox .contact p.maps3 a {
    font-family: 'Montserrat';
    background-image: url(../images/e-mail.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    text-decoration: underline;
}

.contactboxes .contactbox .contact p.maps a {
    font-family: 'Montserrat';
    background-image: url(../images/mapsicon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    display: block;
    line-height: 30px;
    text-decoration: underline;
}
.projectdetailslider2 .item{
	position:relative;
}
.projectdetailslider2 .item a{
	display:block;
}
.projectdetailslider2 .item a::before{
	content:" ";
	position:absolute;
	background-image:url(../images/360icon.png);
	background-repeat:no-repeat;
	width:66px;
	height:46px;
	display:block;
	    right: 0;
    margin-top: 40px;
    margin-right: 35px;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.panel-default > .panel-heading {
    padding: 0 !important;
    background-color: transparent;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

.panel-default .panel-title a.active {
    
}

.panel-collapse {
    padding-top: 50px;
    padding: 30px;
}

.panel-collapse.collapse.in {
    border-bottom: 3px solid #ededed;
  
}

.acodionbody p {
    margin-bottom: 10px !important;
}

.panel-title a {
    display: block;
    padding: 18px;
    font-size: 24px;
     font-family: 'Montserrat';
    color: #0A3A5D;
    background-color: transparent;
    border-bottom: 3px solid #ededed;
	padding-left:30px;
    position: relative;
    background-image: url(../images/accoricon.png);
    background-repeat: no-repeat;
    background-position: 98% center;
}
.panel-default .panel-title a.active{
	border-bottom:none;
	 background-image: url(../images/accoricon-active.png);
}
.panel-default .panel-title a.active, .panel-default .panel-title a:hover {
    /*color: #00a6d5;*/
    font-size: 24px;
    text-decoration: none;
  
}
.documentboxes2 {
    margin-top: 30px;
}

.documentboxes2 .documentbox {
    margin-bottom: 20px;
}
.documentboxes2 .documentbox a {
    display: block;
    background-color: #EDEDED;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.documentboxes2 .documentbox .documenttitle {
    font-size: 20px;
    line-height: 38px;
    color: #0b3b5d;
      font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;
}
.documentboxes2 .documentbox .documenticon {
    background-image: url(../images/pdf.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.documentboxes2 .documentbox a:hover {
    background-color: #0b3b5d;
}
.documentboxes2 .documentbox a:hover .documenttitle {
    color: #FFF;
}
.producttable{
width:100%;
}

.producttable .toptr {
background-color: #0b3b5d;
color:#fff;

}
.producttable .toptr strong{
	color:#fff;
	
}
.producttable .toptr p{
	color:#fff;
	text-align:center !important;
	font-family: 'Montserrat';
  font-style: normal ;
  font-weight: 600 !important;
}
.producttable tr p{
	margin-bottom:0 !important;
	text-align:left;
}
.producttable tr td:nth-child(1) p {
	text-align:left;
	 font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600 ;
}
.twotable tr td p {
	text-align:center !important;
	    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 !important;
}

.producttable tbody tr{
	border-left:none !important;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
.newslist .col:nth-child(3n+1) {
	clear: both;
}
.videogallery .col:nth-child(3n+2) {
	clear: both;
}
.mobilmainbox .maincenterbottom .mainprojectbox.col-sm-3.col-xs-12 {
	width: 30% !important;
}
.mobilmainbox .maincenterbottom .mainprojectboxlink.col-sm-3.col-xs-12 {
	width: 10% !important;
}
.maincenterbottom .mainprojectbox a .image img {
	height: 132px;
	object-fit: cover;
}
footer .footerbottom .footersocialicon, footer .footerbottom .menufooter {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.projectdetailslider2 .item img{
	display:table;
	margin:0 auto;
	width:100%;
}
}

/*Tablet ve Telefon Ortak*/
@media (max-width: 991px) {
	
	
.webmenu {
	display: none;
}
.newslist {
	float: left;
	margin-left: 0;
	padding-right: 0;
}
.headertop {
	height: auto;
	overflow: hidden;
}
.page-body .page-top {
	padding-top: 0;
}
.page-body {
	padding-top: 0px;
}
.headerbottom, header .dropdown.dropdown-lang {
	display: none;
}
header {
	position: relative!important;
}
.bannerbox .absolute {
	position: relative;
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.maincenterboxes::before {
	content: none;
}
.maincenterboxes {
	height: auto;
}
.maincenterbox .maincenterleft hr {
	display: none;
}
.maincenterboxes .maincenterright {
	display: block;
}
.maincenterboxes {
	background-color: #0A3A5D;
}

footer .footerbottom .footersocialicon ul {
	display: table;
	margin: 0 auto;
}
footer .footerbottom .menufooter ul {
	display: table;
	margin: 0 auto;
}
.mainfooter .menu ul {
	text-align: center;
}
footer.mainfooter .copyright.copyright2 .mocha {
	text-align: center;
}
.main-header {
	/*background-color: #0b3b5d;*/
	background-color: #fff;
	margin-bottom: 0;
}
.bannerbox .text.container .first {
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
}
.bannerbox .text.container .first span {
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
}
.page-body .pagetopbox .top {
	padding-top: 40px;
}
.page-body .pager {
	padding: 0px;
}
.page-body .pager .prev, .page-body .pager .next, .page-body .pager .all {
	width: 33.3333%;
}
.page-body .pager .prev a, .page-body .pager .next a, .page-body .pager .all a {
	width: 100%;
}
.page-body .pager .next a::after, .page-body .pager .prev a::after {
	width: 100%;
}
.page-body .pager .prev a span, .page-body .pager .next a span {
	display: none;
}
.bg {
	display: none;
}
.energy .page-top .page-short-content {
	font-size: 33px;
}
.build .page-top .page-short-content {
	font-size: 33px;
}
.build .page-top .page-short-content2 {
	font-size: 33px;
}
.realestate .page-top .page-short-content {
	font-size: 33px;
}
.page-body .pagetopbox .top {
	margin-top: 40px;
}
.mobilmainboxes {
	overflow: hidden;
	position: relative;
	padding: 40px 20px 40px 20px;
}
.mobilmainbox .maincenterleft {
	height: 100px;
}
.mobilmainbox .maincenterleft a {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
}
.mobilmainbox .maincenterleft a .image, .mobilmainbox .maincenterleft a .text {
	display: table-cell;
}
.mobilmainbox .maincenterleft a .image img {
	width: 100%;
}
.mobilmainbox .maincenterleft a .text {
	display: table-cell;
	padding-left: 20px;
}
.mobilmainbox .maincenterleft a .text p {
	font-size: 27px;
	line-height: 29px;
	color: #0A3A5D;
	font-family: 'Montserrat';
}
.mobilmainbox.second .maincenterleft a .text p {
	color: #75a76b;
}
.mobilmainbox.third .maincenterleft a .text p {
	color: #952c39;
}
.mobilmainbox .maincenterleft a .text p.text2 {
	font-family: 'Montserrat';
}
.mobilmainbox .maincenterleft a span {
	display: block;
}
.mobilmainbox .maincenterleft .display-table .image {
	display: table-cell;
	vertical-align: middle;
	padding-right: 18px;
}
.mobilmainbox .maincenterleft .display-table .text {
	font-size: 30px;
	line-height: 32px;
	color: #0A3A5D;
	display: table-cell;
	vertical-align: middle;
	padding-top: 15px;
}
.main-header {
	position: relative !important;
}
.maincenterbottom {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbe2e7;
}
.maincenterbottom .mainprojectbox a {
	display: block;
}
.maincenterbottom .mainprojectbox span {
	display: block;
}
.maincenterbottom .mainprojectbox a .image {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
	background-color: #0A3A5D;
}
.maincenterbottom .mainprojectbox a .image img {
	width: 100%;
}
.maincenterbottom .mainprojectbox a .text {
	padding-top: 15px;
	padding-bottom: 30px;
	text-decoration: none
}
.maincenterbottom .mainprojectbox a .text .first {
	font-size: 13px;
	line-height: 19px;
	font-family: 'Montserrat';
	color: #0b3b5d;
	text-align: left;
}
.mobilmainbox .maincenterbottom .mainprojectboxlink a {
	background-color: #0A3A5D;
	display: block;
	height: 132px;
	background-image: url(../images/mainprojectboxlink.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.mobilmainbox.second .maincenterbottom .mainprojectboxlink a {
	background-color: #75a76b;
}
.mobilmainbox.third .maincenterbottom .mainprojectboxlink a {
	background-color: #952c39;
}
/*.carousel.slide.cid-qOD5gnPKsw {
	display: none !important;
}*/
.mobilmainbox .maincenterbottom .mainprojectbox.col-sm-3.col-xs-12, .mobilmainbox .maincenterbottom .mainprojectboxlink.col-sm-3.col-xs-12 {
	-webkit-box-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: none;
}
header .container .right .lang {
	display: none;
}
.build1 .page-top .page-short-content {
	font-size: 33px;
}
.projectdetailtopboxes .pager2 .next a span {
	text-align: center;
	padding-right: 0;
}
.projectdetailtopboxes .pager2 .prev a span {
	text-align: center;
	padding-left: 0;
}

.carousel.slide.cid-qOD5gnPKsw .gradient{
	display:none;
}
.bannerbox .absolute .text.container{
display:none;
}
.carousel.slide.cid-qOD5gnPKsw .full-screen{
	display:none;
}
.maincenterboxes .maincenterright {
    visibility: visible;
    opacity: 1;
}

}

/** Telefon ve Küçük Tablet **/
@media (max-width: 767px) {
.maincenterboxes .maincenterright .col {
	margin-bottom: 20px;
}
.projecttabs .tabs li.active a::after {
	content: none;
}
.tur360 .blanklink a span {
	float: left;
}
.mobilmainbox .maincenterbottom .mainprojectboxlink a span {
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 132px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/mainprojectboxlink.png);
	background-position: center right;
	background-repeat: no-repeat;
}
.mobilmainbox .maincenterbottom .mainprojectboxlink a {
	background-image: none;
}
.page-body .page-top .page-title {
	font-size: 2.0em;
}
.page-body .container .page-content .content h3 {
	font-size: 18px;
	line-height: 24px;
}
.page-body .pagetopbox .top .title p {
	font-size: 18px;
	line-height: 24px;
}
.projectdetailtopboxes .projectdetailtopbox .display-table {
	padding-top: 5px;
	padding-bottom: 5px;
}
.bannerbox .text {
	position: relative;
}
.mainbottomboxes {
	position: relative;
}
footer.mainfooter {
	/*background-color: rgba(23, 59, 97, 0.8);*/
}
.maintop {
	padding-top: 10px;
}
.bannerbox .image img {
	width: auto;
}
.bannerbox .text h1 {
	margin-bottom: 20px;
}
.maintop .maintopboxes ul {
	padding-left: 15px;
	padding-right: 15px;
}

.projectdetailslider2 .item img{
	width:100%;
}

.projectdetailslider2 .item a::before{
	    margin-top: 3%;
    margin-right: 3%;
}
.maincenterrightbox{
	padding-left:0;
	background-image:none;
}

footer.mainfooter .footerbottom .footersocialicon ul{
	margin:0 auto !important;
}
.mainfooter .footerlink ul {
     padding-left: 20px; 
    margin:0 auto;

}
.bannerbox .absolute{
	padding-top:0;
}

.maincenterright{
	background-image:none;
}
footer.mainfooter{
	background-color: #313335 !important;
	padding-bottom: 15px;
}

}

/** KÃ¼Ã§Ã¼k Tablet **/
@media (min-width: 480px) and (max-width: 768px) {
.mobilmainbox .maincenterbottom .mainprojectbox.col-sm-3.col-xs-12 {
	width: 100% !important;
}
.mobilmainbox .maincenterbottom .mainprojectboxlink.col-sm-3.col-xs-12 {
	width: 100% !important;
}
}

/** Telefon **/
@media (max-width: 480px) {
.projectdetailslider .owl-controls .owl-next {
	right: 2%;
}
.projectdetailslider .owl-controls .owl-prev {
	left: 2%;
}
/*header .logo{
	    width: 70%;
    top: 27px;
}
*/
footer .copyright .mg {
	text-align: center;
	width: 100%;
	display: block;
	line-height: 10px;
	margin-bottom: 10px;
}
footer .copyright.copyright2 .mocha {
	text-align: center;
}
.page-body p {
	text-align: left;
}
}

/** Büyük ve Küçük Ekranlı Bilgisayarlar Ortak Css */
@media (min-width: 992px) {

.pagebottomboxes {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}


.headertop .webmenu {
	float: left;
	width: auto;
	/* height: 53px; */
	height: auto;
	margin-top: 4px;
	padding-right: 15px;
	margin-top: 37px;
}
/* .webmenu ul {
		 display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;       
  justify-content:         center;
  -webkit-justify-content: center;      

	}*/
.headertop .webmenu ul {
	list-style: outside none none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.headertop .webmenu ul li {
	display: block;
	/*position: relative;*/
	float: left;/*border-bottom: 3px solid transparent;
	-webkit-transition: border-bottom 0.65s, -webkit-transform 0.65s;
	transition: border-bottom 0.65s, transform 0.65s;*/
}
.headertop .webmenu ul li:last-child a .arrow_box {
	display: none;
}
.header-New .headertop .webmenu ul li a {
/*padding-top:10px;*/
}
.header-New .headertop .webmenu ul li a span {
/*font-size:11px;*/
}
/*.webmenu ul li ul {
	display: none;
}*/


.headertop .webmenu ul li a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	color: #093a5d;
	font-size: 15px;
}
.headertop .webmenu ul li a:hover, .headertop .webmenu ul li.selected a {
	color: #093a5d;
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
}
.headertop .webmenu ul li a span {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	padding-bottom: 36px;
}
.headertop .webmenu ul li a span {
	font-size: 0.9333333333333333em;
	/*border-right: 1px solid #fff;*/
	padding-right: 10px;
}
.headertop .webmenu ul li:last-child a span {
	border-right: none;
}
.headertop .webmenu ul li.active a span, .webmenu ul li a:hover span {
	/*font-family: 'Montserrat';*/
	/*text-decoration: underline;*/
	color: #093a5d;
	text-decoration: none;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	border-bottom: 1px solid #093a5d;
}
.main-header .headertop .webmenu ul li a {
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 16px;
}
.main-header .headertop .webmenu ul > li > a:hover > span, .main-header .headertop .webmenu ul > li.active > a > span {
	color: #98b5c7;
	font-family: 'Montserrat';
	text-decoration: none
}
.main-header .headertop .webmenu ul li a span {
	font-size: 0.9333333333333333em;
	/*border-right: 1px solid #fff;*/
	padding-right: 10px;
}
.main-header .headertop .webmenu ul li:last-child a span {
	border-right: none;
}
.main-header .headertop .webmenu ul li.active a span, .headertop .webmenu ul li a:hover span {
/* font-family: 'Montserrat';*/
	/*text-decoration: underline;*/
}
.headertop .webmenu ul li a .arrow_box {
	bottom: auto;
	display: block;
	width: 15px;
	height: 8px;
	left: 50%;
	opacity: 0;
	position: relative;
	margin-left: -13px;
	transition: all 0.3s ease-in-out 0s;
	top: 110%;
}
.headertop .webmenu ul li:hover > a .arrow_box {
	opacity: 1;/*  top: 62%;*/
}
.main-header .headertop .webmenu ul li a .arrow_box::after {
	bottom: -20px;
}
.main-header .headertop .right .sub .webmenu .sub ul > li > ul {
	top: 98%;
}
.headertop .webmenu ul li a .arrow_box::after {
	content: "";
	position: absolute;
	background-image: url(../images/headertopmenuactive.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 26px;
	height: 22px;
	bottom: -29px;
	display: block;
	margin-left: -13px;
	transition: all 0.3s ease-in-out 0s;
}
.headertop .webmenu ul .dropdown .dropdown-menu::before {
	content: "";
	position: absolute;
	background-image: url(../images/headerbottommenuactive.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 26px;
	height: 13px;
	top: -13px;
	left: 50%;
	margin-left: -13px;
}
.headertop .right .sub .webmenu .sub ul li ul li a {
	padding: 27px 18px 24px;
	color: #FFF !important;
}
.headertop .webmenu ul .dropdown .dropdown-menu li {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	display: block !important;
	position: relative;
	float: left !important;
}
.dropdown-menu-right {
	right: 0;
	left: auto;
}
/*.open > .dropdown-menu {
    display: block;
}*/

.headertop .webmenu ul .dropdown .dropdown-menu {
	background-color: #0A3A5D !important;
	/* min-width:900px;*/
	margin-top: 0px !important;
	padding-top: 40px !important;
}
.headerbottom .webmenu ul li .dropdown-menu li a {
	padding-bottom: 0px;
	padding-top: 0px;
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	padding-right: 60px;
	/* line-height: 19px; */
	display: block;
	font-family: 'Montserrat';
	color: #fff;
	font-size: 13px;
	background-color: #0A3A5D;
}
/*header .right {
	display: table;
	float: right;
	position: relative;
}*/
.headerbottom {
	height: 45px;
	margin-top: 20px;
	background-color: transparent !important;
}
.headerbottom.blue {
	background-color: #0b3b5d;
}
.headerbottom.green {
	background-color: #0A3A5D;
}
.headerbottom .webmenu {
	/* float: left;*/
	width: auto;
	/*height: 53px;*/
	height: auto;
	margin-top: 4px;
	padding-right: 15px;
	display: none;
	margin: 0 auto;
}
.headerbottom .webmenu ul {
/*		 display:                 flex;
  display:                 -webkit-flex; 
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         
  justify-content:         center;
  -webkit-justify-content: center;    */   
}
.headerbottom .webmenu ul {
	list-style: outside none none;
	padding-left: 0px;
	margin-bottom: 0px;
}
/*.headerbottom .webmenu ul {
display:none;
}*/

/*.headerbottom .webmenu ul.active {
	display:block;
}*/
.headerbottom .webmenu ul li {
	display: block;
	position: relative;
	float: left;
	margin-left: 20px;/*border-bottom: 3px solid transparent;
	-webkit-transition: border-bottom 0.65s, -webkit-transform 0.65s;
	transition: border-bottom 0.65s, transform 0.65s;*/
}
.header-New .headerbottom .webmenu ul li a {
	padding-top: 10px;
}
.header-New .headerbottom .webmenu ul li a span {
	font-size: 11px;
}
/*.headerbottom .webmenu ul li ul {
	display: none;
}*/
.headerbottom .webmenu ul li a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	display: block;
	font-family: 'Montserrat';
	color: #0b3b5d;
	font-size: 13px;
}
.headerbottom .webmenu ul li a span {
	font-size: 13px;
	/*border-right: 1px solid #fff;*/
	padding-right: 10px;
}
.headerbottom .webmenu ul li.active a, .headerbottom .webmenu ul li:hover a {
	border-bottom: 2px solid #0a3a5d;
	text-decoration: none;
	font-family: 'Montserrat';
}
.headerbottom .webmenu ul li:last-child a span {
	border-right: none;
}
.headerbottom .webmenu ul li.active a span, .headerbottom .webmenu ul li a:hover span {
	font-family: 'Montserrat';
	text-decoration: underline;
}
header .dropdown.dropdown-lang {
	float: left;
	margin-top: 43px;
	border: 1px solid #b2cde1;
	margin-right: 25px;
}
.header-New .dropdown.dropdown-lang {
	margin-top: 27px;
}
.header-New .menu-toogle-wrap {
	margin-top: 29px;
}
header.main-header .dropdown.dropdown-lang {
	border: 1px solid #ffffff47;
}
header.main-header .dropdown-lang .btn {
	color: #ffffff;
	margin: 0 !important;
	padding: 0 5px 0 9px !important;
}
header.main-header .caret {
	background-image: url(../images/maincareticon.png);
	border-left: 1px solid #ffffff57;
}
.dropdown-lang .btn {
	background-color: transparent;
	outline: 0;
	outline: none!important;
	color: #00599a;
}
.dropdown-lang .btn {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 1.0666666666666667em;
	font-family: 'Montserrat';
}
.dropdown-lang .dropdown-menu {
	min-width: 74px;
	max-width: 74px;
}
.dropdown-lang .btn.active, .btn:active {
	background-image: none;
	outline: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.caret {
	color: #00599a;
	margin-right: 6px!important;
	background-image: url(../images/careticon.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 15px;
	height: 31px;
	border-top: none !important;
	border-right: none !important;
	border-left: 1px solid #b2cde1;
	padding-left: 28px;
}
.open>.dropdown-menu-lang {
	display: block;
}
.caret {
	margin-left: 13px !important;
	margin-right: -6px !important;
}
/*.header-New  .container .right .lang {
  
    margin-top: 22px;
}*/

.main-header .container .right .lang li a {
	color: #FFF;
}

header .container .right .lang {
	float: right;
	height: 50px;
	margin-top: 36px;
	margin-left:20px;
}
header .container .right .lang ul {
	list-style: outside none none;
	padding-left: 0px;
	margin-bottom: 0px;
}
header .container .right .lang ul li {
	display: block;
	position: relative;
	float: left;
	border-bottom: 3px solid transparent;
	-webkit-transition: border-bottom 0.65s, -webkit-transform 0.65s;
	transition: border-bottom 0.65s, transform 0.65s;
	padding-left: 0px;
	padding-right: 15px;
	padding-top: 15px;
}
header .container .right .lang li a {
	padding-bottom: 2px;
	
	
	line-height: 20px;
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	color: #093a5d;
	font-size: 14px;
	
}
	
header .container .right .lang li.active a, header .container .right .lang li:hover a {
	text-decoration: underline;
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}
.dropdown-menu-lang {
	position: absolute;
	top: 92%;
	z-index: 1000;
	display: none;
	left: -2px;
	float: left;
	min-width: 75px;
	padding: 5px 0;
	margin: 3px 1px 0;
	font-size: 0.9333333333333333em;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;/* border: 1px solid #ccc; *//* border: 1px solid rgba(0, 0, 0, .15); */
    /* border-radius: 4px; */
    /* -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}
.dropdown-menu-lang>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #00599a;
	white-space: nowrap;
	font-family: 'Montserrat';
}

header .container .right .social {
    float: right;
    height: 50px;
    margin-top: 33px;
	margin-left:20px;
}

header .container .right .social ul {
    list-style: none;
    padding: 0px;
    margin: 13px;
    float: right;
}
header .container .right .social ul li {
    float: left;
    margin: 0px 3px;
}
header .container .right .social ul li a {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: #fff;
    padding: 13px;
    text-align: center;
    transition: background-position 0.35s ease 0s, transform 0.35s ease 0s;
    background-position: center top;
    background-repeat: no-repeat;
}
header .container .right .social ul .facebook a {
background-image:url(../images/facebook.png);
}
header .container .right .social ul .twitter a {
    background-image:url(../images/twitter.png);
}
header .container .right .social ul .youtube a {
   background-image:url(../images/youtube.png);
}
.main-header .container .right .social ul .facebook a {
background-image:url(../images/facebookm.png);
}
.main-header .container .right .social ul .twitter a {
    background-image:url(../images/twitterm.png);
}
.main-header .container .right .social ul .youtube a {
   background-image:url(../images/youtubem.png);
}
.page-body .page-content .content {
	width: 100%;
}
.maxcontent {
	display: table;
	margin: 0 auto;
	/*max-width: 1042px;*/
	max-width: 1440px;
	text-align: left;
	width: 100%;
}
.maxcontent2 {
	display: block;
	margin: 0 auto;
	/*max-width: 1042px;*/
	max-width: 1440px;
	text-align: center;
	width: 100%;
}
.maxcontent3 {
	display: block;
	margin: 0 auto;
	max-width: 1440px;
	text-align: center;
	width: 100%;
}
.maxcontent4 {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
}
.maxcontent5 {
	display: block;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.maxcontent6 {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
/*.page-img {
	margin-bottom: -203px;
}*/
footer {
	/*max-width: 1042px;*/
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 6;
}
footer.mainfooter {
	z-index: 6666666;
}

.bg {
	width: 100%;
	position: absolute;
	top: 15%;
	left: 40%;
	margin-left: -529px;
	right: 50%;
	width: 1042px;
	z-index: 5;
	display: none;
}
.bg img {
	width: 100%;
}
.page-body {
	z-index: 6;
}
/*.page-body.president .page-top,.page-content,.page-body .pagetopbox .top .title p,.page-text{
	z-index: 6;
	position: relative;
}
*/

.pagebottomboxes .pagebottombox:nth-child(2) {
	margin-top: 130px;
}


.pagebottomboxes .pagebottombox:nth-child(4) {
	margin-top: -120px;
}

.pagebottomboxes .pagebottombox:nth-child(5) {
	margin-top: -120px;
	margin-left: 33.333333334%;
}
   

.pagebottomboxes .pagebottombox a:hover::after {
	content: " ";
	position: absolute;
	background-image: url(../images/next-1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	bottom: 13%;
	right: 5%;
	margin-left: -17px;
	transition: border-bottom 0.65s, transform 0.65s;
}
/*.pagebottomboxes .pagebottombox a:hover::after {
	content: " ";
	position: absolute;
	background-image: url(../images/pagebottomboxhover.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 37px;
	height: 24px;
	bottom: 15%;
	left: 50%;
	margin-left: -17px;
}*/
.contactboxes .contactbox:nth-child(2n) {
	margin-top: 0px;
}
.pageform form {
	display: table;
	margin: 0 auto;
}
.newslist {
}
.pagetab .ui-tabs ul .ui-tabs-active::after {
	position: absolute;
	content: "";
	background-image: url(../images/pagetabactive.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 53px;
	height: 14px;
	bottom: 5px;
	margin-left: -26px;
}
footer.mainfooter {
/*position: fixed;
	bottom: 0;
	width: 100%;
	height: 33px;*/
}
.gradient {
	position: fixed;
}
.bannerbox .absolute {
	position: fixed;
	/*top: 50px;*/
	top: 2%;
	padding-top: 130px;
	padding-left: 3%;
	padding-right: 3%;
	display: block;
	margin: 0 auto;
	/*margin:0;*/
	/*max-width: 1400px;*/
	max-width: 1440px;
	width: 100%;
}
.maincenterbox  {
	width:30% !important;
}

footer.mainfooter .full-container{
	max-width: 1400px;
	width: 100%;
	margin:0 auto;
}
footer.mainfooter .footerbottom {
	margin: 0 auto;
	/*max-width: 1400px;
	max-width: 1440px;
	width: 100%;
	float: none;*/
}

footer.mainfooter .footerlogos{
	padding-left:20px;
}

footer.mainfooter .footerlogos .row{
	justify-content: flex-end;
}
.maincenterbox .maincenterleft .display-table {
	padding-top: 10px;
	padding-bottom: 10px;
}

.bannerbox .image img{
	width:80%;
}
.bannerbox .text.container .first {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Montserrat';
	font-weight:200;
	font-style:normal;
}
.bannerbox .text.container .first span {
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-family: 'Montserrat';
	font-weight:500;
	font-style:normal;
}
.maincenterboxes{
	height: 70px;
}
.maincenterboxes.third:hover .maincenterleft hr, .maincenterboxes.third.active .maincenterleft hr {
	display: none;
}
.maincenterboxes.first:hover .maincenterleft hr, .maincenterboxes.first.active .maincenterleft hr {
	border-top: 1px solid transparent;
}
.maincenterboxes.third .maincenterleft hr {
	margin-top: 8px;
}
.maincenterboxes .maincenterleft {
	height: 70px;
}
.maincenterboxes {
	padding-left: 0;
}
.footersocialicon.col-md-2 {
	width: 9% !important;
}
.menufooter {
	width: 69% !important;
}
.footermenu:nth-child(1) {
	padding-left: 0 !important;
}
.projectbox:nth-child(6n+1) {
	clear: both;
}
.headerbottom {
	height: auto;
}
.menufooter {
	margin-left: -70px;
}
.newslist .col:nth-child(3n+1) {
	clear: both;
}
.tur360 .blanklink a span {
	margin-top: -56px;
}
.videogallery .col:nth-child(3n+2) {
	clear: both;
}
.logobox .col .image {
	min-height: 167px;
}
.mobile-menu {
	display: none;
}
header .menu-toogle-wrap {
	display: none;
}
.page-body {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1440px;
	margin: 0 auto;
}
.page-text {
	text-align: left;
}
.footerlink {
	
}
.copyright.col-md-6 {
	
}

footer.mainfooter {
	position: fixed;
	bottom: 10px;
	width: 100%;
	/*height: 33px;*/
	height:80px;
}

footer.mainfooter {
    z-index: 6666666;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.projectdetailtopbox {
		width:20% !important;
	}
}

@media (min-width: 1200px) {
	.projectdetailtopbox {
		width:10% !important;
	}
	.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text .first{
		font-size:12px;
		line-height: 16px;
	}
	.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text hr{
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100%;
	}

	.projectdetailtopboxes .projectdetailtopbox .projectdetailone .text .second {
		font-size: 10px;
		line-height: 18px;
	}
	.projectdetailtopboxes .projectdetailtopbox .display-table {
		height: 120px;
		display:table !important;
		width:100%;
	}
	.projectdetailtopboxes .projectdetailtopbox .display-table .text{
		display:table-cell !important;
		padding-top:0px;
		padding-bottom:0px;
	}
	.projectdetailtopboxes .projectdetailtopbox.nextprev,
	.projectdetailtopbox.nextprev2 .pager2,
	.projectdetailtopboxes .pager2 .all,
	.projectdetailtopboxes .pager2 div a,
	.projectdetailtopboxes .pager2 .all a span{
		height:120px;
	}
}




.projectdetailslider2 .item img{
	display:table;
	margin:0 auto;
	
}

.projectbox.col-md-2.col-sm-2.col-xs-12{
	width:20% !important;
}

.projectbox.col-md-2.col-sm-4.col-xs-12{
	width:20% !important;
}

.padright{
	padding-right:20px;
}

}

/** Küçük Ekranlı Bilgisayarlar */
@media (min-width: 992px) and (max-width: 1200px) {
.headertop .webmenu ul li a {
	font-size: 13px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
}
header .dropdown.dropdown-lang {
	margin-right: 0 !important;
}
.headertop .webmenu {
	margin-top: 40px !important;
}
.main-header .headertop .right .sub .webmenu .sub ul > li > ul {
	top: 94% !important;
}
.headertop .right .sub .webmenu .sub ul > li > ul {
	top: 90% !important;
}
header .container .right .lang {
	margin-top: 35px;
}
}

/** Büyük Ekranlı Bilgisayarlar */
@media (min-width: 1400px) {
.bannerbox .absolute {
	/*top: 50%;*/
	top: 40%;
	margin-top: -250px;
	padding-left: 1%;
	padding-right: 1%;
}
.bannerbox .text.container .first {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-family: 'Montserrat';
}
.bannerbox .text.container .first span {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-family: 'Montserrat';
}
.bannerbox .text.container {
	margin-bottom: 100px;
    display: none;
}
.maxcontent3 {
	display: block;
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
	width: 100%;
}
}

@media (min-width: 1600px) {
.noscroll {
	margin: 0;
	height: 100%;
	overflow: hidden;
}
}
