@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&amp;display=swap&amp;subset=latin-ext');
/*general*/
body, html{background:#efefef;height:100%;text-rendering:optimizeLegibility !important;-webkit-font-smoothing:antialiased !important;}
body{background:#efefef;height:auto;color:#837b72;font:600 16px 'Rajdhani',sans-serif;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
body.loading-active{overflow:hidden;}
body.loading-active.load{overflow:auto;overflow-x:hidden;}
ul{margin:0;padding:0;list-style-type:none;}
ul.outside{list-style:outside;padding:0 0 0 30px;}
ul.decimal{list-style:decimal;padding:0 0 0 30px;}
ol.with-numbers { counter-reset: item; list-style: none; font-weight: 700; color: #7b7369; font-size: 1em; line-height: 1.4375em; text-transform: uppercase; margin: 0 0 -6px 0; padding: 0; text-align: center; }
ol.with-numbers>li:before { content: counters(item, "") " "; counter-increment: item; display: block; font-weight: 600; color: #a59c90; font-size: 23px; line-height: 1; margin: 10px 0 0; }
a, a:hover{color:#111111;}
a, a:hover, a:focus, li:hover > a, button, button:hover, select, select:focus{ outline:0;text-decoration:none;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.section{margin-bottom:30px;}
.mt-30{margin-top:30px;}
.mt--30{margin-top:-30px;}
.mt-60{margin-top:60px;}
.mt--60{margin-top:-60px;}
.mb-30{margin-bottom:30px;}
.mb--30{margin-bottom:-30px;}
.mb-60{margin-bottom:60px;}
.mb--60{margin-bottom:-60px;}
.pt-30{padding-top:30px;}
.pt-60{padding-top:60px;}
.pb-30{padding-bottom:30px;}
.pb-60{padding-bottom:60px;}
.ptb-30{padding-top:30px !important;padding-bottom:30px !important;}
.ptb-60{padding-top:60px !important;padding-bottom:60px !important;}
.mm-menu_offcanvas{ z-index:999; }
.mm-wrapper__blocker { z-index: 99; }
/*selection*/
::-moz-selection{ background-color:#004c9c;color:#fff;}
::selection{ background-color:#004c9c;color:#fff;}
::-o-selection{ background-color:#004c9c;color:#fff;}
::-ms-selection{ background-color:#004c9c;color:#fff;}
::-webkit-selection{ background-color:#004c9c;color:#fff;}
/*fontawesome*/
.fa-spin-reverse { -webkit-animation: fa-spin-reverse 2s infinite linear; animation: fa-spin-reverse 2s infinite linear; }
@-webkit-keyframes fa-spin-reverse { 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 0% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin-reverse { 100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 0% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
/*bg*/
.bg-blue { background: #004c9c; }
.bg-green { background: #004C9C; }
.bg-white { background: #fff; }
.bg-gray{background: #f8f8f8;}
/*title*/
.bg-blue .title,
.bg-green .title,
.bg-blue .description,
.bg-green .description{color:#fff;}
.bg-white .title{color:#004c9c;}
/*bootstrap*/
.btn{border-radius:0;padding:20px 30px;line-height:1;font-size:20px;font-weight:700;border-width:0;height:auto;white-space: normal;}
.btn.btn-sm { padding: 10px 15px; height: auto; }
.btn-primary { color: #fff; background-color: #004c9c; border-color: #004c9c; }
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle { color: #fff; background-color:#004084; border-color: #004084; }
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus  {box-shadow: 0 0 0 0.2rem rgba(0,67,138,.5);}
.btn-primary:hover {color: #fff;background-color: #004084;border-color: #004084;}
.btn-outline-primary{color:#004c9c;border-color:#004c9c;}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {background-color: #004c9c; border-color: #004c9c; }
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(64,190,255,.5);}
.btn-outline-primary:hover {background-color:#004c9c;border-color:#004c9c;}
.btn-secondary {
	color: #fff;
	background-color: #313131;
	border-color: #313131;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle { color: #fff; background-color:#97d736; border-color: #97d736; }
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus  {box-shadow: 0 0 0 0.2rem rgba(255,216,0,.5);}
.btn-secondary:hover {color: #fff;background-color: #97d736;border-color: #97d736;}
.btn-outline-secondary{color:#fff;border-color:#004C9C;}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {color:#fff;background-color: #97d736; border-color: #97d736; }
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {box-shadow: 0 0 0 0.2rem rgba(255,216,0,.5);}
.btn-outline-secondary:hover {color: #fff;background-color: #97d736;border-color: #97d736;}
.form-control{display:block;width:100%;height:40px;padding:7px 9px;line-height:1;color:#fff;background-color:#fff;border:1px solid #eee;border-radius:0;font-size:14px;font-weight:400;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.form-control.form-control-outline-white{background-color:transparent;color:#fff;border-color:#fff;}
.form-control.form-control-outline-white:focus{box-shadow:0 0 0 0.2rem rgba(255, 255, 255, .25);}
.form-control.form-control-outline-white::placeholder{color:#fff;}
.form-control.form-control-outline-white:placeholder-shown{color:#fff;}
.form-control.form-control-outline-white::-moz-placeholder{color:#fff;}
.form-control.form-control-outline-white::-webkit-input-placeholder{color:#fff;}
.form-control.form-control-outline-white::-ms-input-placeholder{color:#fff;}
.form-control:focus{outline: 0;box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.form-control { height: 27px; border: 1px solid rgba(123,115,105,.46); -moz-box-shadow: inset 0 4px 3px rgba(0,1,1,.12); -webkit-box-shadow: inset 0 4px 3px rgba(0,1,1,.12); box-shadow: inset 0 4px 3px rgba(0,1,1,.12); padding: 0 15px; color: #004c9c; font-size: .9em; }
.form-group { margin-bottom: 30px; }
.table tbody td { background: #f0efed; }
.table td, .table th { padding: 5px 15px; border: 1px solid #fff;text-align: center;font-weight:700;}
/*social*/
.social a{ font-size:16px;margin-right:5px;}
.social a,
.social a i,
.social a:hover,
.social a:hover i{transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.social a.fa-facebook:hover, .social a:hover .fa-facebook{ color:#3b5998 !important; }
.social a.fa-twitter:hover, .social a:hover .fa-twitter{ color:#00acee !important; }
.social a.fa-instagram:hover, .social a:hover .fa-instagram{ color:#dc1f62 !important; }
.social a.fa-linkedin:hover, .social a:hover .fa-linkedin{ color:#3272bd !important; }
.social a.fa-pinterest-p:hover, .social a:hover .fa-pinterest-p{ color:#ce1e27 !important; }
.social a.fa-youtube-play:hover, .social a:hover .fa-youtube-play{ color:#ce332d !important; }
.social a.fa-tumblr:hover, .social a:hover .fa-tumblr{ color:#3b5998 !important; }
.social a.fa-flickr:hover, .social a:hover .fa-flickr{ color:#ce332d !important; }
/*loading*/
#loading {display:none;}
.loading-active #loading { background:#fff; display: flex; align-items: center; justify-content: center;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 999999999; transition:2s ease;-moz-transition:2s ease;-webkit-transition:2s ease;}
.loading-active #loading.out { opacity:0;transition:1s ease;-moz-transition:1s ease;-webkit-transition:1s ease; }
.loading-active #loading.hide {display:none;}
.loading-active #loading .icons { position: relative; width: 35px; height: 48px; display: inline-block; vertical-align: middle; }
.loading-active #loading .icons i { position: absolute; color:#004c9c; }
.loading-active #loading .icons .lg { font-size: 35px; left: 0; bottom: 0; }
.loading-active #loading .icons .md { font-size: 20px; right: 0; top: 0; }
.loading-active #loading .img { overflow: hidden; position: relative; width: 0; display: inline-block; vertical-align: middle; height: 46px;transition:.5s linear;-moz-transition:.5s linear;-webkit-transition:.5s linear; }
.loading-active #loading .img.open { width: 223px;transition:.5s linear;-moz-transition:.5s linear;-webkit-transition:.5s linear;}
.loading-active #loading .img img { max-width: none; position: absolute; right: 0; top: 0; }
/*header*/
#header { position: absolute; top: 0; left: 0; width: 100%; max-width: 100vw; z-index: 99; background: #f7f7f7; }
#header .top { background: #dcd9d5; padding:5px 0; }
#header .top a { color: #837b72; }
#header .top .right > div { display: inline-block; vertical-align: middle; position: relative; }
#header .top .right .info ul > li { padding-right: 30px; }
#header .top .right .info ul > li:last-child { padding-right: 0; }
#header .top .right .info li i { margin: 0 5px 0 0; display: inline-block; vertical-align: middle; }
#header .top .right .info li.email i { font-size:14px; vertical-align: baseline;}
#header .top .right .info li a:hover { color:#004c9b;}
#header .top .languages > a { padding: 0; margin: 0 0 0 30px; }
#header .top .languages .dropdown-menu { left: auto !important; right: 20px !important;background: #dcd9d5; border-radius: 0; border: none; width: auto; float: none; min-width: auto; padding: 0; }
#header .top .languages .dropdown-menu a { font-weight: 600; }
#header .top .languages .dropdown-menu a:hover,
#header .top .languages .dropdown-menu a:focus { background: #004c9b; color: #fff; }
#header .top .languages-2 { margin: 0 0 0 15px; }
#header .top .languages-2 li { margin: 0 0 0 7px; }
#header .top .languages-2 img { height: 12px; display: inline-block; vertical-align: middle; margin: 0 3px 1px 0; }
#header .top .languages-2 a { display: inline-block; vertical-align: middle; }
#header .top .languages-2 a:hover { color:#004c9b;}
#header .top .social a { font-size: 16px; margin: 0 10px 0 0; }
#header .bottom .logo h1{margin:0;line-height: 1;}
#header .bottom #site-menu > ul > li > a { color: #7b7369; font-size: 18px; display: block; padding: 35px 10px; }
#header .bottom #site-menu > ul > li:last-child > a{padding-right:0;}
#header .bottom #site-menu > ul > li:hover > a { text-decoration: underline; color:#004c9b; }
#header .bottom #site-menu > ul > li.active > a { background-color: #eae6e3; }
#header .bottom #site-menu > ul > li > ul {display:none; -moz-box-shadow: 0 13px 16px rgba(0,0,0,.15); -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.15); box-shadow: 0 13px 16px rgba(0,0,0,.15);border-top: 1px solid #eae6e3; position: absolute; width: 100vw; background: #f6f3ef; left: 0; align-items: center; justify-content: center; padding: 30px; }
#header .bottom #site-menu > ul > li:hover > ul {display: flex;  }
#header .bottom #site-menu > ul ul > li > a { color: #7b7369; font-size:16px; padding:0 30px; display: block; }
#header .bottom #site-menu > ul ul > li:hover > a { color: #004c9b; }
#header .bottom #site-menu > ul ul > li > a img { display: block; margin: 0 auto 15px; max-height: 52px; width: auto; height: auto; }
#header .bottom #site-menu > ul ul > li > a span { display: block; }
#header .bottom .nav-open { color: #837b72; font-size: 24px; line-height: 1; margin-right: -15px;}
#header.fixed { position: fixed; -moz-box-shadow: 0 13px 16px rgba(0,0,0,.15); -webkit-box-shadow: 0 13px 16px rgba(0,0,0,.15); box-shadow: 0 13px 16px rgba(0,0,0,.15);}
#header.fixed .bottom #site-menu > ul > li > a { padding: 15px 10px; }
#header.fixed .bottom #site-menu > ul > li:last-child > a { padding-right: 0; }
#mobile-menu img.menu-image { display: none; }
/*carousel*/
#carousel .item .background { position: absolute; left: 0; top: 0; width: 100%; max-width: 100vw; height: 100%; overflow: hidden; }
#carousel .item .background img { width: 100%; height: 100%; object-fit: cover; }
#carousel .item .content { padding: 120px 0; }
#carousel .item .content .title { color: #004C9C; font-size: 50px; line-height: 1; font-weight: 700; }
#carousel .item .content .description { color: #007bb2; font-size: 30px; line-height: 1; font-weight: 400; }
#carousel .item .content .button { margin-top: 50px; }
#carousel .dots { position: absolute; top: -8px; width: calc(100% - 30px); height: 8px; display: block; z-index: 9; }
#carousel .dots .swiper-pagination { position: relative; width: 100%; display: flex; align-items: flex-end; justify-content: space-between; height: 8px; }
#carousel .dots .swiper-pagination > span {position:relative; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;outline:none !important; margin-right: 30px; background: #a59c90; border-radius: 0; opacity: 1 !important; height:4px; }
#carousel .dots .swiper-pagination > span:last-child { margin-right: 0;}
#carousel .dots .swiper-pagination > span.swiper-pagination-bullet-active { height: 8px; }
#carousel .dots .swiper-pagination > span:before { content: " "; position: absolute; left: 0; top: 0; height: 100%; width: 0%; background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==); background-size: 100%; background-image: -moz-linear-gradient(3deg,#007bb2 0,#004C9C 100%); background-image: -webkit-linear-gradient(3deg,#007bb2 0,#004C9C 100%); background-image: linear-gradient(87deg,#007bb2 0,#004C9C 100%); }
#carousel .dots .swiper-pagination > span.swiper-pagination-bullet-active:before {-moz-animation: fillIt 8s .1s linear 1 normal forwards;-webkit-animation: fillIt 8s .1s linear 1 normal forwards;animation: fillIt 8s .1s linear 1 normal forwards;}
/* #carousel .navigation { position: absolute; top: -108px; left:15px; } */
/* #carousel .navigation > div { position: relative; margin: 0 30px 0 0; padding: 0; background: none; width: 50px; height: 50px; background-size: 100%;display: inline-block;left:auto;top:auto;} */
/* #carousel .navigation > .swiper-button-prev { background-image: url(../img/icon-arrow-left.png); } */
/* #carousel .navigation > .swiper-button-next { background-image: url(../img/icon-arrow-right.png); } */
/*homeBoxes*/
#homeBoxes .item, #homeBoxes .item .row, #homeBoxes .item .row > div { height: 100%; }
#homeBoxes .item .content { padding: 30px; }
#homeBoxes .item .content .h2 { font-size: 40px; font-weight: 400; line-height: 1; margin: 0 0 23px; }
#homeBoxes .item .content .h3 { font-size: 25px; font-weight: 700; line-height: 1; margin: 0 0 23px; }
#homeBoxes .item .content .description { margin: 0 0 45px; font-size:18px;font-weight: 500;}
#homeBoxes .item .img > img { width: 100%; height: 100%; object-fit: cover; }
#homeBoxes #news .item .date{ font-size: 18px; font-weight:500; color: #7b7369; display: block; margin: 22px 0 19px 0; padding: 0; }
#homeBoxes #news .item .title{ margin:0;  }
#homeBoxes #news .item .title a{ color: #004c9c;  }
#homeBoxes #news .navigation { position: absolute; bottom: 23px; left: 30px; }
#homeBoxes #news .navigation > div { position: relative; margin: 0 22px 0 0; padding: 0; background: none; width: 30px; height: 30px; background-size: 100%;display: inline-block;left:auto;top:auto;}
#homeBoxes #news .navigation > .swiper-button-prev { background-image: url(../img/icon-arrow-left.png); }
#homeBoxes #news .navigation > .swiper-button-next { background-image: url(../img/icon-arrow-right.png); }
/*footer*/
#footer { padding: 30px 0 15px; }
#footer li a { color: #b6b6b6; font-size: 16px; display: block; }
#footer li a:hover { color: #999;}
#footer .menu .title { color: #004C9C; font-weight: 600; margin: 10px 0 15px; }
#footer .menu li { margin: 0 0 3px; }
#footer .info li { color: #b8b8b8; font-size: 16px; margin: 0 0 10px; padding-left: 15px; }
#footer .info li a {display:inline-block;}
#footer .logo{margin:0 0 25px;}
#footer .bottom { border-top: 1px solid #eee; margin-top: 15px; padding-top: 15px; }
#footer .bottom .copyright{color: #b8b8b8; font-size: 16px;}
#footer .info li::before {
	font-weight: 500;
	font-family: fontawesome;
	display: inline-block;
	width: 15px;
	text-align: center;
	margin: 0 5px 0 -15px;
	color: #b6b6b6;
	font-size: 14px;
}
#footer .info li.address:before { content: "\f279";}
#footer .info li.phone:before { content: "\f095";}
#footer .info li.email:before { content: "\f0e0";}
#footer .info li.social { padding: 0; margin: 20px 0 5px; }

.blog-home {margin:40px 0;}
.blog-home .box {box-shadow:0px 0px 20px rgba(0,0,0,.05); padding:15px 20px;  margin-bottom:15px;}
.layout-page-1 .top .blog-home  .title {font-size:20px !important; margin-bottom:15px;}
.layout-page-1 .top .blog-home  .title a:hover {color:#004C9C;}
.blog-home .box .img {margin-bottom:10px;}
.blog-home .box p {
  display: -webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;  
  overflow:hidden;
}

.breadcrumbs .span4.tarh {display:none;}
/*gallery*/
.gallery{margin-top:30px;}
.gallery > ul{margin-bottom:0;}
.gallery > ul > li{margin-bottom:0;position: relative;overflow: hidden;}
.gallery > ul > li > span { user-select: none; pointer-events: none; position: absolute; bottom: 1px; left: 1px; width: calc(100% - 2px); background: rgba(123,115,105,.9); color: #fff; font-weight: 700; padding: 15px; font-size: 18px; opacity: 0; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.gallery > ul > li:hover > span { opacity: 1;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease; }
.gallery > ul > li a { border: 1px solid transparent; display: block; overflow: hidden; position: relative; width: 100%; height: 250px; }
.gallery > ul > li a:hover { border-color: #004C9C;}
.gallery > ul > li a > img{object-fit:cover;-webkit-transition:-webkit-transform 0.3s ease 0s;-moz-transition:-moz-transform 0.3s ease 0s;-o-transition:-o-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);height:100%;width:100%;}
.gallery > ul > li a:hover > img{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
.gallery > ul > li a:hover .demo-gallery-poster > img{opacity:1;}
.gallery > ul > li a .demo-gallery-poster{background-color:rgba(0, 0, 0, 0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color 0.3s ease 0s;-o-transition:background-color 0.3s ease 0s;transition:background-color 0.3s ease 0s;}
.gallery > ul > li a .demo-gallery-poster > img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;}
.gallery > ul > li a:hover .demo-gallery-poster{background-color:rgba(0, 0, 0, 0.5);}
.gallery .justified-gallery > a > img{-webkit-transition:-webkit-transform 0.3s ease 0s;-moz-transition:-moz-transform 0.3s ease 0s;-o-transition:-o-transform 0.3s ease 0s;transition:transform 0.3s ease 0s;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);height:100%;width:100%;}
.gallery .justified-gallery > a:hover > img{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1);}
.gallery .justified-gallery > a:hover .demo-gallery-poster > img{opacity:1;}
.gallery .justified-gallery > a .demo-gallery-poster{background-color:rgba(0, 0, 0, 0.1);bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:background-color 0.3s ease 0s;-o-transition:background-color 0.3s ease 0s;transition:background-color 0.3s ease 0s;}
.gallery .justified-gallery > a .demo-gallery-poster > img{left:50%;margin-left:-10px;margin-top:-10px;opacity:0;position:absolute;top:50%;-webkit-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;}
.gallery .justified-gallery > a:hover .demo-gallery-poster{background-color:rgba(0, 0, 0, 0.5);}
.gallery .video .demo-gallery-poster img{height:48px;margin-left:-24px;margin-top:-24px;opacity:0.8;width:48px;}
.gallery.dark > ul > li a{border:3px solid #04070a;}
/*contact-form*/
#contactForm{width: auto;max-width:302px;position: absolute;bottom:0;right:0;z-index:99999;}
#contactForm .bookmark { color: #fff; display:block;text-align: center; background: #a59c90; text-transform: uppercase; cursor: pointer;position: fixed; left: auto; right: -68px; top: 192px; bottom: auto!important; font-size: .875em; line-height: 34px; -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); width: 170px; }
#contactForm .bookmark button{color:#fff;font-weight: 700;padding: 0 34px 0 0;position: relative; z-index: 2;border:none;outline:none;background: none;text-align: center;cursor: pointer;}
#contactForm .bookmark:before { content: " "; display: block; width: 34px; height: 34px; position: absolute; top: 0; right: 0; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); background: url(../img/icon-arrow-left.png); -moz-background-size: 34px 34px; -o-background-size: 34px 34px; -webkit-background-size: 34px 34px; background-size: 34px 34px; }
#contactForm .body{ position: fixed;left: auto;top:0;right: -302px;background: #dcd9d5; display: block; border: 1px solid #fff; text-align: center; padding: 0; height: auto; overflow: hidden; border-right: 0;width: 302px;}
#contactForm .body .inner { max-width: 255px; margin: 0 auto; padding-top: 4px; }
#contactForm .body .inner .h5 { padding: 0 0 10px;font-size: 1.125em; font-weight: 500; color: #7b7369; line-height: 1em; margin: 18px 0 2px 0; }
#contactForm .body .inner .phonebox { display: block; background: #e6e3df; font-size: 1.375em; line-height: 62px; color: #7b7369; }
#contactForm .body .inner .phonebox a { text-decoration: none; color: inherit; }
#contactForm .body .inner .phonebox i { font-size: 50px; vertical-align: middle; margin: 0 5px 2px 0; }
#contactForm label { display: inline-block; margin-bottom: .5rem; }
#contactForm input { margin: 0 auto 3px auto; }
#contactForm textarea.form-control { height: 75px; padding: 4px 15px; }
#contactForm .checkbox {color:#111; text-align: left; font-size: .8em;position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
#contactForm .checkbox a{text-decoration: underline;}
#contactForm .checkbox input { margin: 0; display: inline-block; vertical-align: middle; }
#contactForm .btn { margin: 17px auto 34px auto; }
#contactForm.cf--visible {position: fixed;bottom: 0;height: 100%;overflow-y: auto;-webkit-overflow-scrolling: touch;padding-top: 54px;background: #dcd9d5;z-index: 999999;width: auto; max-width: 302px;}
#contactForm.cf--visible .bookmark { right: 234px; left: auto; position: fixed; top: 188px; }
#contactForm.cf--visible .bookmark:before { transform: rotate(270deg); }
#contactForm.cf--visible .body {right: 0;}
/*layout*/
.layout-page-1{padding:60px 0;}
.layout-page-1 .top .title{ font-weight: 700; color: #004C9C; font-size: 60px; text-transform: uppercase; line-height: 1em; margin: 0; padding: 0; }
.layout-page-1 .content h3{ font-weight: 400; font-size: 37px; line-height: 1; color: #007ab1; text-transform: uppercase; padding: 0; margin: 0 0 28px 0; font-style: normal; }
.layout-page-1 .content p { font-size: 1em; line-height: 1.1875em; color: #007ab1; font-style: italic; margin: 27px 0; padding: 0; }
.layout-page-2{padding:60px 0;}
.layout-page-2 .top .title{ font-weight: 700; color: #004C9C; font-size: 60px; text-transform: uppercase; line-height: 1em; margin: 0; padding: 0; }
.layout-page-2 .content h3{ font-weight: 400; font-size: 37px; line-height: 1; color: #007ab1; text-transform: uppercase; padding: 0; margin: 0 0 28px 0; font-style: normal; }
.layout-page-2 .content p { font-size: 1em; line-height: 1.1875em; color: #007ab1; font-style: italic; margin: 27px 0; padding: 0; }
.layout-page-3 .top { position: relative; }
.layout-page-3 .top .background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.layout-page-3 .top .background img { width: 100%; height: 100%; object-fit: cover; }
.layout-page-3 .top .title{ font-weight: 700; color: #004C9C; font-size: 70px; text-transform: uppercase; line-height: 1; margin: 0; padding: 0; }
.layout-page-3 .top .sub-title{ font-weight: 400; font-size: 2.3125em; line-height: 1; color: #007ab1; text-transform: uppercase; padding: 0; margin: 0 0 28px 0; font-style: normal; }
.layout-page-3 .top .description { font-size: 18px; line-height: 1.5em; color: #007ab1; font-style: italic; margin: 23px 0; padding: 0; max-width: 420px; font-weight: 600; }
.layout-page-3 .top .buttons .btn {display: inline-block;text-decoration: none;background: #dbd6d0; color: #7b7369;padding: 12px 15px;border-radius: 0;outline: none;margin: 0 8px 0 0;font-weight: 500;font-size: 20px;line-height: normal;}
.layout-page-3 .top .buttons .btn:hover{ background: #7b7369; color: #fff; }
.layout-page-3 .top .buttons .btn:last-child {margin-right: 0;}
.layout-page-3 .content .content-title{ font-size: 40px; text-align:center; line-height: 1; font-weight: 400; color: #007ab1; text-transform: uppercase; margin: 40px 0 35px 0; padding: 0; }
/*has-tab*/
.has-tab .tab-titles .nav-pills{margin-bottom:0 !important;}
.has-tab .tab-titles .nav-pills > .nav-item > .nav-link { display: block; color: #fff; text-decoration: none; background: #a59c90; padding: 12px 15px; border-radius: 0; outline: none; margin: 0 8px 0 0; font-weight: 700; font-size: 20px; }
.has-tab .tab-titles .nav-pills > .nav-item > .nav-link.active,
.has-tab .tab-titles .nav-pills > .nav-item > .nav-link:hover { background: #004c9c;}
.has-tab .tab-titles .nav-pills > .nav-item:last-child > .nav-link { margin:0; }
/*grid-list*/
.grid-list.grid-layout-1 .item { padding: 45px 15px; text-align: center; display: flex; flex-direction: column; min-height: 365px;height: calc(100% - 2px); justify-content: space-between; background: #fff; margin: 1px; border: 1px solid transparent; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;cursor:pointer;}
.grid-list.grid-layout-1 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-1 .item .title a{ font-weight: 400; font-size: 1.75em; line-height: 1; color: #7b7369; margin: 0 auto; padding: 0; min-height: 70px; }
.grid-list.grid-layout-1 .item .description { min-height: 80px; }
/* .grid-list.grid-layout-1 .item .img img { max-height: 80px; } */
.grid-list.grid-layout-2 .item { padding: 45px 15px; text-align: center; display: flex; flex-direction: column; min-height: 365px;height: calc(100% - 2px); justify-content: space-between; background: #fff; margin: 1px; border: 1px solid transparent; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;cursor:pointer;}
.grid-list.grid-layout-2 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-2 .item .title-before{ font-weight: 400; font-size: 1.75em; line-height: 1.25em; color: #7b7369; margin: 0 0 14px 0; display: block; }
.grid-list.grid-layout-2 .item .title a{ font-weight: 700; line-height: 1.09091em; color: #007bb2; padding: 0; margin: 0 0 16px 0;font-size: 1.375em;display: block; }
.grid-list.grid-layout-2 .item .img img { max-height: 175px; }
.grid-list.grid-layout-2 .item .description { line-height: 1.3125em; margin: 15px 0 0; padding: 0; color: #7b7369; }
.grid-list.grid-layout-3 .item { padding: 45px 15px; text-align: center; display: flex; flex-direction: column; min-height: 365px;height: calc(100% - 2px); justify-content: space-between; background: #fff; margin: 1px; border: 1px solid transparent; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;cursor:pointer;}
.grid-list.grid-layout-3 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-3 .item .title-before{ font-weight: 400; font-size: 1.75em; line-height: 1.25em; color: #7b7369; margin: 0 0 14px 0; display: block; }
.grid-list.grid-layout-3 .item .title a{ font-weight: 700; line-height: 1.09091em; color: #007bb2; padding: 0; margin: 0 0 16px 0;font-size: 1.375em;display: block; }
.grid-list.grid-layout-3 .item .description { line-height: 1.3125em; margin: 15px 0 0; padding: 0; color: #7b7369; }
.grid-list.grid-layout-4 .item {position: relative; padding: 45px 15px; text-align: center; display: flex; flex-direction: column; min-height: 275px;height: calc(100% - 2px); justify-content: space-between; background: #fff; margin: 1px; border: 1px solid transparent; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;cursor:pointer;}
.grid-list.grid-layout-4 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-4 .item .title a { color: #7b7369; font-weight: 700; font-size: 18px; line-height: 1; margin: 0; padding: 0; overflow: hidden; display: block;position: relative; z-index: 1; }
.grid-list.grid-layout-4 .item .img img { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom center;z-index: 0; }
.grid-list.grid-layout-5 .item { position: relative; text-align: center; flex-direction: column; min-height: 275px; height: calc(100% - 2px); margin: 1px; border: 1px solid transparent; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; cursor: pointer; }
.grid-list.grid-layout-5 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-5 .item .title a { color: #7b7369; font-weight: 700; font-size: 18px; line-height: 1; margin: 0; position: relative; z-index: 1; background: #fff; padding: 30px 15px 15px; height: 70px; overflow: hidden; width: 100%; display: flex; align-items: center; justify-content: center; }
.grid-list.grid-layout-5 .item .img {background: #fff;}
.grid-list.grid-layout-5 .item .img img { height: 200px; width: 100%; object-fit: none; }
.grid-list.grid-layout-5 .item .description { background: #e7e4e1; width: 100%; padding: 15px; height: 90px; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.grid-list.grid-layout-5 .item .description p { margin: 0; color: #7b7369; font-style: normal; line-height: 1.3; }
.grid-list.grid-layout-5 .item .description p strong{ font-weight:700; }
.grid-list.grid-layout-6 .item {position: relative; padding: 30px 15px; text-align: center; display: flex; flex-direction: column; min-height: 275px;height: calc(100% - 2px); justify-content: space-between; background: #fff; margin: 1px; border: 1px solid transparent; transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;cursor:pointer;}
.grid-list.grid-layout-6 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-6 .item .title a { color: #7b7369; font-weight: 700; font-size: 18px; line-height: 1; margin: 0; padding: 0; overflow: hidden; display: block;position: relative; z-index: 1; }
.grid-list.grid-layout-6 .item .img img { height: 200px; width: 100%; object-fit: none;}
.grid-list.grid-layout-7 .card-columns { -webkit-column-count: 6; -moz-column-count: 6; column-count: 6; -webkit-column-gap: 0; -moz-column-gap: 0; column-gap: 0;}
.grid-list.grid-layout-7 .card-columns .card { margin: 0; border-radius: 0; border: none; background: none; display: inline-flex; }
.grid-list.grid-layout-7 .item {overflow:hidden; position: relative; text-align: center; flex-direction: column; height: 165px; margin: 0; border: 1px solid transparent; transition: .3s ease; -moz-transition: .3s ease; -webkit-transition: .3s ease; cursor: pointer; }
.grid-list.grid-layout-7 .item:hover {border-color:#004C9C;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
.grid-list.grid-layout-7 .card-columns > .card:first-child > .item { height: 330px; }
.grid-list.grid-layout-7 .item .title a { color: #7b7369; font-weight: 700; font-size: 18px; line-height: 1; margin: 0; position: relative; z-index: 1; background: #fff; padding: 15px; height: 70px; overflow: hidden; width: 100%; display: flex; align-items: center; justify-content: center; }
.grid-list.grid-layout-7 .item .img {background: #fff; overflow: hidden;}
.grid-list.grid-layout-7 .item .img img { height: 95px; width: 100%; object-fit: contain; transform: scale(2); }
.grid-list.grid-layout-7 .card-columns > .card:first-child > .item .img img { height: 180px; transform: scale(1.5); }
.grid-list.grid-layout-7 .item .description { display:none; }
.grid-list.grid-layout-7 .card-columns > .card:first-child > .item  .description { background: #e7e4e1; width: 100%; padding: 15px; height: 76px; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.grid-list.grid-layout-7 .item .description p { margin: 0; color: #7b7369; font-style: normal; line-height: 1.3; }
.grid-list.grid-layout-7 .item .description p strong{ font-weight:700; }
.grid-list.grid-layout-7 .item:hover .description{ background: #e1f0cb !important; color: #7b7369 !important; }
/*google-map*/
.g_maps { display: block; width: calc(100% + 30px); height: 100vh; min-height: 500px; max-height: 920px; margin:0 -15px; }
.g_maps__legend { margin-top: -111px; position: relative; z-index: 99999; }
.g_maps__legend_bg { background-color: #fff; background-color: rgba(255,255,255,.77); }
.g_maps__legend_list { list-style: none; color: #007ab1; font-weight: 700; padding:30px 0 24px 0; max-width: none; margin: 0 auto; font-size: 1em; line-height: 1.5em; min-height: 111px;}
.g_maps__legend_list>li { width: 50%; text-align: center; float: left; padding: 0; }
.g_maps__legend_list img { margin: 0 24px 0 0; display: inline-block; }
.contact__list { margin: 43px 0; padding: 0; list-style: none; }
.contact__list>li { text-align: left; padding: 22px 0; margin:0;}
.contact__list img { margin: 2px 40px 0 0; float: left; display:block;}
.contact__list p { overflow: hidden; padding: 0; max-width: none; margin: 0 auto;color: #007ab1; }
.contact__list p a{ color: #007ab1; }
.contact__list .btn { margin: 40px auto 0 auto; padding:24px 35px; }
ul.contact__list br { display: inline; content: '/'; padding: 0 0.35em; }
.gm-style .gm-style-iw-t { position: unset !important; }
.gm-style .gm-style-iw-c { margin-top: -80px !important; }
.gm-style .gm-style-iw-t::after { margin-top: -80px !important; }
/*section-striped*/
.section-striped .section { margin: 0; text-align: center; padding:30px 0; }
.section-striped .section:nth-child(2n) { background: #fff; }
.section-striped .section:nth-child(2n-1) .row > div:first-child { order: 1; }
.section-striped .section .title{ font-size: 40px; line-height: 1; font-weight: 400; color: #007ab1; text-transform: uppercase; margin: 50px 0 40px 0; padding: 0; }
.section-striped .section .button{ margin-top:40px; }
.section-striped .section .description { font-size: 18px; font-weight: 500; overflow:auto;}
/*inside*/
#inside hr{ background: #fff; margin: 0; padding: 0; border: 0; width: 100%; height: 7px; }

/*responsive*/
@media (max-width:1440px){
    /*hidpi*/
}
@media (max-width:1366px){
    /*ipadpro*/
}
@media (max-width:1280px){
    /*kindle,mdpi,touch*/
}
@media (max-width:1199px){
    .container { max-width: calc(100% - 60px); }
}
@media (max-width:1100px){
}
@media (max-width:1024px){
    /*bbPlayBook,ipadmini,ipad,ipadpro*/
    #header .bottom #site-menu > ul > li > a { padding: 35px 5px; }
    #header.fixed .bottom #site-menu > ul > li > a { padding: 15px 5px; }
}
@media (max-width:991px){
    #header .bottom .logo h1 { margin: 0 0 10px;}
    #homeBoxes .item { text-align: center; }
    #homeBoxes #news .navigation { left: 0; width: 100%; }
    #homeBoxes #news .navigation > div { margin: 0 15px; }
    .mm-navbar { min-height: auto !important; height: auto !important; display: block !important; flex: none !important; }
    .mm-navbar > img { width: auto; height: 30px; display: block; min-height: auto; margin: 15px auto; }
    .grid-list.grid-layout-7 .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;}
    .has-tab .tab-titles .nav-pills > .nav-item { padding: 15px; width: 25%; text-align: center; }
    .has-tab .tab-titles .nav-pills > .nav-item > .nav-link,
    .layout-page-3 .top .buttons .btn { padding: 12px 15px; font-size: 16px; margin: 0; display: block; }
    .layout-page-3 .top .buttons .btn {display:inline-block;margin-right:30px;}
    .layout-page-3 .top .buttons { padding: 15px 15px 30px 15px; }
    .g_maps__legend { margin-top: 0;background: none;}
    .g_maps__legend_bg{background: none;}
    .contact__list .btn { max-width: 200px; }
    .contact__list img { display: block; margin: 0 auto 13px auto; float: none; }
    .contact__list p { overflow: hidden; padding: 0; max-width: 390px; margin: 0 auto;text-align: center; }
    ul.contact__list br{content:"";display: block;}
}
@media (max-width:950px){
    /*touch*/
}
@media (max-width:900px){
    /*hidpi*/
}
@media (max-width:854px){
    /*n9*/
}
@media (max-width:823px){
    /*pixel2*/
}
@media (max-width:812px){
    /*iphonex*/
}
@media (max-width:800px){
    /*kindle,mdpi*/
}
@media (max-width:768px){
    /*ipadmini,ipad*/
}
@media (max-width:767px){
    /* #carousel .navigation{display:none;} */
    #carousel .item { text-align: center; height: calc(100vh - 87px); display: flex; align-items: center; }
    #carousel .item .content { padding: 30px 0; }
    #carousel .item .content .title{font-size: 35px;}
    #carousel .item .content .description{font-size: 23px;}
    #carousel .item .content .button{margin:30px auto;}
    #homeBoxes .row.section { margin-bottom: 0; }
    #homeBoxes .row.section > div { margin-bottom: 30px; }
    #footer { text-align: center; }
    #footer .info li { padding: 0; }
    #footer .info li:before{display:block;padding:0;margin:0 auto 5px;}
    #footer .info li.social { margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 15px; }
    #footer .bottom .copyright { margin: 0 0 15px; }
    #footer li a { display: inline-block; margin: 0 0 10px; }
    #footer .info li.social a { padding: 0 10px; margin:0; }
    #contactForm.cf--visible {max-width: none; width: 100%; }
    #contactForm.cf--visible .body { position: relative; width: 100%; right: auto; top: auto; bottom: auto; top: auto; }
    #contactForm.cf--visible .bookmark { position: fixed !important; top: 0 !important; bottom: auto !important; transform: none !important; right: auto !important; width: 100% !important; height: auto; padding: 0; font-size: 22px; }
    #contactForm .body { height: 100%; }
    #contactForm .bookmark { position: fixed; bottom: -60px !important; transform: none !important; left: 0; right: auto; width: 100% !important; height: auto !important; top: auto !important; font-size: 22px;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease;}
    #contactForm .bookmark:before{display:none;}
    #contactForm .bookmark.shown { bottom: 0 !important;font-size: 22px;transition:.3s ease;-moz-transition:.3s ease;-webkit-transition:.3s ease; }
    #contactForm .bookmark button { padding: 10px 0; }
    #contactForm .bookmark button:after { content: "\f077"; font-family: fontawesome; margin-left:10px; }
    #contactForm.cf--visible .bookmark button:after { content: "\f078";}
    .layout-page-1 { background: #fff; border-bottom:3px solid #eee; }
    .layout-page-1,.layout-page-2,.layout-page-3{ text-align: center; }
    .layout-page-1 .grid-list.grid-layout-1 .item,
    .layout-page-1 .grid-list.grid-layout-2 .item,
    .layout-page-1 .grid-list.grid-layout-3 .item,
    .layout-page-1 .grid-list.grid-layout-5 .img,
    .layout-page-1 .grid-list.grid-layout-5 .title a,
    .layout-page-1 .grid-list.grid-layout-6 .item,
    .layout-page-1 .grid-list.grid-layout-7 .item { background: #f9f9f9; }
    .layout-page-1 .grid-list.grid-layout-4 .item { box-shadow: 0 0 30px rgba(0,0,0,0.1); }
    .grid-list.grid-layout-7 .card-columns { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;}
    .layout-page-3 .top .description{max-width:none;}
    .layout-page-3 .top .title { font-size: 50px; padding: 30px 0 0; }
    .has-tab .tab-titles .nav-pills > .nav-item { width: 50%;}
    .layout-page-3 .top .buttons .btn { width: 100%; margin: 0 0 30px; }
	.tab_ekle .gallery-item {
		height: 200px !important;
		width: 32% !important;
		overflow: hidden;
	}
}
@media (max-width:736px){
    /*iphone6plus,iphone7plus,iphone8plus*/
    #header .top .right > .info{display:none;}
}
@media (max-width:732px){
    /*nexus5x,nexus6p*/
}
@media (max-width:731px){
    /*pixel2*/
}
@media (max-width:667px){
    /*iphone6,iphone7,iphone8*/
}
@media (max-width:640px){
    /*bbz30,note3,note2,s3,s5,l70,lumia550,lumia950*/
}
@media (max-width:600px){
    /*bbZ30,bbPlayBook*/
}
@media (max-width:575px){
    .grid-list.grid-layout-7 .card-columns { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;}
	.tab_ekle .gallery-item {
	width: 48% !important;
	}
}
@media (max-width:568px){
    /*iphone5*/
}
@media (max-width:559px){
}
@media (max-width:533px){
    /*lumia520*/
}
@media (max-width:480px){
    /*n9,iphone4*/
}
@media (max-width:414px){
    /*iphone6plus,iphone7plus,iphone8plus*/
    .container { max-width: calc(100% - 30px); }
    .layout-page-1 .top .title,
    .layout-page-2 .top .title{font-size:40px;}
    .layout-page-1 .content h3,
    .layout-page-2 .content h3{font-size:30px;}
	.has-tab .tab-titles .nav-pills > .nav-item {
		width: 33%;
		padding: 0;
	}
    #header .top .languages-2 span{display:none;}
}
@media (max-width:412px){
    /*nexus5x,nexus6p*/
}
@media (max-width:411px){
    /*pixel2*/
}
@media (max-width:384px){
    /*l70*/
}
@media (max-width:375px){
    /*iphone6,iphone7,iphone8,iphonex*/
}
@media (max-width:360px){
    /*note3,note2,s3,s5,lumia550,lumia950*/
}
@media (max-width:320px){
    /*lumia520,iphone4,iphone5*/
}
@keyframes fillIt{0%{width:0%}100%{width:100%}}
.bg-dark 
{
background: #004c9c !important;
}
.req-success, .req-error{
      display:none;
      margin-top: 10px;
      padding: 10px 12px;
      border-radius: 4px;
      font-size: 13px;
    }
    .req-success{ background:#d4edda; color:#155724; }
    .req-error{ background:#f8d7da; color:#721c24; }