<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==========================================================*/
/* Main Elements
/*==========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #003b5c;
  opacity: .7;
}
a:hover {
  opacity: 1;
  text-decoration: none;
}
img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}
p,
ul,
ol,
address {
  margin: 0;
}
hr {
  border-color: #f0f0f0;
  margin: 30px 0;
}
/*==========================================================*/
/* Preloader
/*==========================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../_IMAGEs/misc/loading-blue.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
/*==========================================================*/
/* Typography
/*==========================================================*/
body {
  font-family: 'DINPro', sans-serif;
  color: #003b5c;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hfont {
  font-family: 'DINPro', sans-serif;
  color: #0d4564;
  font-weight: 400;
  line-height: 100%;
  margin: 0;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 17px;
  color:#003b5c;
  text-transform: none;
}
h6 {
  font-size: 10px;
}
address {
  line-height: 180%;
}
/*==========================================================*/
/* Helper Classes
/*==========================================================*/
.hidden {
  display: none;
}
.small {
  font-size: 80%;
}
.inherit{
height: inherit !important;
}
.no-pad{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.m-lr{
  margin-left: 20px !important;
    margin-right: 20px !important;
}
.no-pt{
  padding-top: 0px !important;
}

.white,
.white &gt; * {
  color: #FFFFFF !important;
}
.sidebar-left .main-column {
  float: right;
}
/* Overlays */
.overlay:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay-grid:after {
  background: url(../_IMAGEs/misc/overlay-grid.png);
}
.overlay-grid-2:after {
  background: url(../_IMAGEs/misc/overlay-grid-2.png);
}
.overlay-dark-25:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.overlay-dark-50:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-dark-75:after {
  background-color: rgba(0, 0, 0, 0.75);
}
.overlay-light-25:after {
  background-color: rgba(255, 255, 255, 0.25);
}
.overlay-light-50:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-light-75:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.a{ transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; }
/* Clearfix */
.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-left .main-column {
    float: none;
  }
}
/*==========================================================*/
/* Header
/*==========================================================*/
#top {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #fff;
  position: fixed;
  top: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#top.shadow {
  box-shadow: 0px 0px 20px -10px #000000;
}
.sidebar-open #top.shadow,
#top.portfolio-open {
  box-shadow: none !important;
}
/* Sidebar button */
#sidebar-button {
  width: 27px;
  height: 21px;
  font-size: 31px;
  /*background: url("../_IMAGEs/svg/menu-icon.svg") no-repeat;*/
  position: absolute;
  display: none;
  left: 40px;
  top: 50%;
  margin-top: -10px;
}
#sidebar-button.open {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Logo */
#logo {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 25px;
}
#logo img{
  bottom: 2px;
  left:-1px;
  position: relative;
  margin-top: 1px;
}
#logo .logo{
  opacity: 1;
}
#logo div {
  float: right;
}
#logo .menu&gt;ul&gt;li&gt;a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  background-color: #003b5c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#logo .lang .active,
#logo .menu .active{
  opacity: 1;
}
#logo .menu&gt;ul&gt;li&gt;a:hover:before,
#logo .menu .active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#logo .menu&gt;ul&gt;li{
  padding-left: 19px;
  padding-right: 19px;
}
#logo .social{margin-left: 15px;}
#logo .social&gt;ul&gt;li&gt;a {
  padding: 15px 5px;
  font-size: 15px;
}
#logo .lang {
  padding-top: 12px;
  font-size: 9px;
  font-weight: 600;
  padding-left: 10px;
}
#logo .lang a {
  padding: 5px;

}
#logo .lang a:last-child  {
  padding: 5px 0 5px 5px;

}
/* Carousel */
.carousel-caption h6{
  color:#ffffff;
}
/* Portfolio close button */
#portfolio-close {
  width: 21px;
  height: 21px;
  background: url("../_IMAGEs/svg/close-icon.svg") no-repeat;
  position: absolute;
  right: 40px;
  top: -21px;
  opacity: 1;
}
.portfolio-open #portfolio-close {
  opacity: 1;
  top: 50%;
  margin-top: -10px;
}
/*==========================================================*/
/* Main wrapper
/*==========================================================*/
#main-wrapper {
  width: 100%;
  height: initial;
  top: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
#main-wrapper.banner-top{ margin-top: 100px; }
/*==========================================================*/
/* Banner Image
/*==========================================================*/
.banner img{
  width: 100%;
  height: 535px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-fit{
position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 100vh;
}
.project-title{
  position: absolute;
  width: 100%;
  height: 100vh;

}
.apply{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.project-title .apply h1{
  background-color: rgba(0, 59, 92, 0.5);
  padding: 33px 38px 36px 40px;
  color: #ffffff;
}
.apply .corner {
  position: absolute;
  width: 18px;
  height: 20px;
  right: 20px;
  top: 20px;
  background: url(../_IMAGEs/corner.png) no-repeat;
}
.scroll-down {
position: absolute;
width: 100%;
height: 100vh;
text-align: center;
z-index: 99000;
pointer-events: none;
}
.down-icon {
  margin: auto;
  bottom: 39px;
  position: absolute;
  width: 100%;
  pointer-events: visible;
  font-size: 30px;
}
.down-icon a{
      color: #fff;
}
/*==========================================================*/
/* Content
/*==========================================================*/
#content {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  background-color: #ffffff;
  background-size: cover;
  background-position: fixed;
  background-image: none;
  overflow: auto;
}
.sidebar-open #content {
  -ms-transform: translate(300px, 0);
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
}
/* Main and sidebar column responsiveness */
@media (max-width: 991px) {
  .sidebar-column {
    margin-top: 40px;
  }
}
/* Content overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: initial;
  transition: initial;
}
.sidebar-open #overlay {
  width: 100%;
  height: 100%;
  top: 100px;
  left: 300px;
  opacity: 1;
  z-index: 9999;
  -webkit-transition: opacity 0.5s 0.5s;
  transition: opacity 0.5s 0.5s;
}
/* Responsive */
@media (max-width: 991px) {
  .sidebar-open #content {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .sidebar-open #overlay {
    left: 100%;
  }
  #sidebar-button{
    display: block;
  }
  #logo{
    padding-left: 30%;
    padding-right: 10px;
  }
  .view{
    margin-top: 0px;
  }
  .xs{
    text-align: center;
    margin-bottom: 20px;
  }
  .container-footer{
    margin: 20px !important;
  }
  .project-title h1{
    font-size: 15px;
  }
  .project-title {
      padding-top: 40%;
  }
}
/*==========================================================*/
/* Collapsible sidebar
/*==========================================================*/
#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  /*FAV: padding-top: 160px; */
  display: none;
  padding-top: 200px;
}
.sidebar-open #sidebar {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
#sidebar:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sidebar-open #sidebar:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#widgets {
  max-height: 100%;
  position: relative;
  overflow: auto;
  bottom: 60px;
}
/* Responsive */
@media (max-width: 991px) {
  #sidebar {
    width: 100%;
    background: rgba(242, 242, 242, 0.9);
    display: flex;
    justify-content: center;
    flex-direction: column;

  }
}
/*==========================================================*/
/* Main menu
/*==========================================================*/
#mainmenu ul {
  margin: 0;
}
#mainmenu ul li a {
  padding: 0 20px;
  width: 100%;
  line-height: 40px;
  display: inline-block;
  color: #003b5c;
}
#mainmenu ul li a:hover,
#mainmenu ul li a.active {
  background: #e1e1e1;
}
#mainmenu ul li.expandable &gt; a:after {
  content: '[+]';
  float: right;
}
#mainmenu ul li.expandable.expanded &gt; a:after {
  content: '[-]';
}
/* Submenu */
#mainmenu ul li &gt; ul {
  display: none;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
  margin-left: 40px;
}
#mainmenu ul li &gt; ul li {
  position: relative;
}
#mainmenu ul li &gt; ul li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #e1e1e1;
}
#mainmenu ul li &gt; ul li a {
  background: none !important;
}
/* Responsive */
@media (max-width: 991px) {
  #mainmenu ul li a {
    text-align: center;
  }
  #mainmenu ul li.expandable &gt; a:after {
    float: none;
    margin-left: 5px;
  }
  #mainmenu ul li &gt; ul {
    border-left: none;
    margin-left: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  #mainmenu ul li &gt; ul li:after {
    display: none;
  }
  #mainmenu ul li &gt; ul li a {
    opacity: 0.5;
  }
}
/*==========================================================*/
/* Copyright
/*==========================================================*/
.copyright {
  width: 100%;
  margin: 0;
  line-height: 60px;
  position: fixed;
  bottom: 0;
  font-size: 12px;
  opacity: 0.5;
  padding: 0 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .copyright {
    text-align: center;

  }
}
/*==========================================================*/
/* Pompaa Logo
/*==========================================================*/
.paa-logo{
  position: absolute;
  right: 20px;
  bottom: 19px;
  z-index: 1;

}
.paa-logo:hover{
  opacity: 1;
}
/*==========================================================*/
/* Page heading
/*==========================================================*/
#heading {
  margin-top: -24px;
  /* FAV: margin-bottom: 72px; */
  margin-bottom: 72px;
}
#heading header {
  margin-bottom: 0;
  text-align: center;
}
#heading h1 {
  font-size: 28px;
  letter-spacing: 5px;
  display: inline-block;
  color: #003b5c;
}
#heading .team h1 {
  font-size: 24px;
  letter-spacing: 5px;
  display: inline-block;
  color: #003b5c;
  font-weight: 600;
  margin-bottom: 25px;
}
#heading h2 {
  font-size: 16px;
  letter-spacing: 3px;
  display: inline-block;
  opacity: 0.5;
  margin-left: 10px;
  color: #202020;
}
#heading h2:before {
  content: '// ';
}
#heading h2 a {
  color: #202020;
}
#heading h2 a:hover {
  color: #00a3cc;
}
#heading h2 span:after {
  content: ' / ';
}
#heading h2 span:last-child:after {
  content: '';
}
#heading button:first-child {
  padding-left: 0;
}
/* Responsive */
@media (max-width: 991px) {
  #heading {
    margin-top: 0px;
  }
  #heading &gt; div {
    margin-bottom: 0;
    text-align: center;
  }
  #heading h1 {
    display: block;
    font-size: 36px;
  }
  #heading h2 {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  #heading h2:before {
    content: '';
  }
}
/*==========================================================*/
/* Article
/*==========================================================*/
article .image {
  width: 100%;
  padding-top: 51.5%;
  background-size: cover;
  background-position: center center;
}
article .image img {
  width: 100%;
}
/*==========================================================*/
/* Blog item
/*==========================================================*/
article.blog.first .image {
  padding-top: 50%;
}
article.blog.full .image {
  padding-top: 0;
}
article.blog .vcard {
  font-size: 80%;
}
article.blog .vcard * {
  display: inline;
}
/* Responsive */
@media (max-width: 991px) {
  article.blog.first .image {
    padding-top: 75%;
  }
}
/*==========================================================*/
/* Portfolio item
/*==========================================================*/
.view{
  display: block;
}
.isotope-1 article .image {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 10.1%;
  background-color: #eee;
}
.isotope-1 article.portfolio .inner {
    position: absolute;
    padding-top: 20px;
    padding-left: 19%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;

}

.isotope-1 article .image:hover {
  background-color: #003b5c;
  color: #fff;
}
.isotope-1 article.portfolio a:hover {
    opacity: 1;
    text-decoration: none;
    /*transform: scale(1.1,1.1);*/
    transform:translate(20px);
}
.isotope-1 article.portfolio:hover h3{
  color: #fff;
}
.isotope-1 article.portfolio h3 {
    font-size: 18px;
    color: #003b5c;
}
.isotope-1 article.portfolio p {
    font-size: 14px;
    line-height: 15px;
}
.isotope-1 article.personal-profile:hover h3,
.isotope-1 article.personal-profile:hover p,
.isotope-1 article.personal-profile:hover .type,
.isotope-1 article.personal-profile:hover .stat,
.isotope-1 article.personal-profile:hover .place,
.isotope-1 article.personal-profile:hover .vdate,
.isotope-1 article.personal-profile:hover .area{
  color: #fff;
}
.isotope-1 article.personal-profile h3 {
    font-size: 18px;
    color: #003b5c;
}
.isotope-1 article.personal-profile p {
    font-size: 14px;
    line-height: 15px;
}
.isotope-1 .inner &gt; * {
    margin-bottom: 0px;
}

article.team .desc{
  width: 100% !important;
}
article.team .desc p{
  margin-top: 15px;
}
.isotope-1 article.team .inner{
  padding-top: 10px !important;
  padding-left: 26% !important;
}



.isotope-2 article .image {
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  padding-top: 35%;
  background-color: #eee;
}
.isotope-2 article.portfolio .inner {
    position: absolute;
    padding-top: 30px;
    bottom: 0;
    right: 0;
    display: -webkit-box;

}
.isotope-2 article.portfolio .inner .desc{
width: 100%;
}
.isotope-2 article.portfolio .image:before{
  top: 35px;
}
.isotope-2 article .image:hover {
  background-color: #003b5c;
  color: #fff;
}
.isotope-2 article .image:hover h3{
  color: #fff;
}
.isotope-2 article.portfolio h3 {
    font-size: 24px;
    color: #003b5c;
    text-align: left;
}
.isotope-2 article.portfolio p {
    text-align: left;
}
.isotope-2 .inner &gt; * {
    margin-bottom: 0px;
}
.desc{
  width: 30%;
  text-align: left;
  overflow: hidden;
display: table-cell;
vertical-align: middle;  
}
.type{
  width: 10%;
    vertical-align: middle;
    display: table-cell;  
    float: none !important;
  text-align: left;
  padding-top: 0px;
  padding: 0 10px;
  line-height: 20px;
}
.stat{
  width: 20%;
  text-align: right;
  padding-top: 25px;
}
.place{
  width: 5%;
  text-align: right;
  padding-top: 25px;
}
.vdate{
  width: 20%;
  text-align: right;
  padding-top: 25px;
}
.area{
  width: 5%;
  text-align: right;
  padding-top: 25px;
}
article.portfolio .overflow{
  overflow: hidden;
}
article.personal-profile .overflow{
  overflow: hidden;
}
.isotope.isotope-3.row{
  margin-left: -9px !important;
  margin-right: -11px !important;
}
.isotope-3 article.portfolio a:hover {
    opacity: 1;
    text-decoration: none;
    transform: scale(1.1,1.1);
}
article.portfolio .image {
  display: block;
  position: relative;
  opacity: 1;
}
article.portfolio .image img{width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}

article.portfolio .inner header:before {
  position: absolute;
  width: 32px;
  height: 28px;
  top: 7px;
  right: -19px;
  background: url(../_IMAGEs/corner-shdw.png) no-repeat;
  content: '';
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

article.portfolio .image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.portfolio .image:hover:after {
  opacity: 1;
}
.isotope-3 article.portfolio .inner {
  padding: 20px 10px 0px 40px;
  position: absolute;
  bottom: 17px;
  /*FAV: right: 35px; */
  right: 30px;
  pointer-events: none;
}
.isotope-3 article.portfolio .background{position: absolute; top: 0px; bottom: 0px; left: 0px; right: 0px; background: #000000;}
.isotope-1 article:nth-child(n+2){
  margin-top: 20px !important;
}
.isotope-1 article.portfolio .inner {
  position: absolute;
  bottom: 20px;
  right: 30px;
  pointer-events: none;
}
.isotope-3 article.portfolio h3 {
  font-size: 24px;
  color: #fff;
  /*FAV:text-shadow: 0px 0px 5px rgba(17, 17, 17, 0.75);*/
  text-shadow: 0px 0px 10px rgba(17, 17, 17, 0.35);
  text-align: right;
}
@media (max-width: 991px) {
  article.portfolio .inner {
    text-align: center;
  }
  .isotope-1 article.portfolio .inner {
    padding-top: 5%;
  }
  .isotope-1 article.portfolio h3 {
    font-size: 18px;
  }
  .isotope-1 article.portfolio .image:before{
    display: none;
  }
  .desc {
    width: 100%;
    text-align: left;
  }
}
/*==========================================================*/
/* Portfolio full
/*==========================================================*/
.portfolio-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 100px;
  background: #ffffff;
  z-index: 9999;
}
.portfolio-full .portfolio-description {
  float: left;
  width: 500px;
  max-height: 100%;
  padding: 40px;
  overflow: auto;
}
.portfolio-full .portfolio-description &gt; * {
  margin-bottom: 30px;
}
.portfolio-full .portfolio-description &gt; *:last-child {
  margin-bottom: 0;
}
.portfolio-full .swiper-container {
  overflow: hidden;
  width: auto;
}
.portfolio-full .swiper-slide {
  width: 100%;
  height: 100%;
}
/* Slide Effect */
.portfolio-full-slidedown &gt; * {
  opacity: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.portfolio-full-slidedown.portfolio-open &gt; * {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio-full-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}
.portfolio-full-slidedown.portfolio-open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* Responsive */
@media (max-width: 991px) {
  .portfolio-full {
    overflow-y: scroll;
  }
  .portfolio-full .portfolio-description {
    float: none;
    width: 100%;
  }
}
/*==========================================================*/
/* Portfolio Map
/*==========================================================*/
.portfolio-map {
    position: absolute !important;
    top: 120px;
    padding-right: 80px !important;
}
@media (max-width: 991px) {
.portfolio-map {
  width: 100%;
  padding-right: 20px !important;
}
}
/*==========================================================*/
/* Personal profiles
/*==========================================================*/
article.personal-profile a {
  opacity: 1;
}
.personal-profiles {
  margin-top: -40px;
}
.personal-profiles &gt; a article {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
article.personal-profile &gt; div {

}
article.personal-profile .per-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .img-t{
  height: 185px;
  transform: scale(1,1);
  width: 100%;
  background-size: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-position: center;
}
article.personal-profile .img-p{
  /* FAV: height: 120px; */
  height: 121px;
  transform: scale(1,1);
  width: 100%;
  background-size: cover;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  background-position: center;
}
article.personal-profile .inner-t{
  height: 100%;
  /* FAV: min-height: 185px; */
  height: 185px;
  overflow: hidden;
  background-color:#f4f4f4;
  /*FAV: padding-bottom: 10px */
    padding: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile:hover .per-pad,
article.personal-profile:hover .inner-t{
  background-color:#003b5c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .inner-p{
  height: 100%;
  height: 121px;
  overflow: hidden;
  background-color:#f4f4f4;
  display: inline-table !important;
  padding-left: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile:hover .inner-p{
  background-color:#003b5c;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile:hover .img-t{
  transform: scale(1.1,1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile:hover .img-p{
  transform: scale(1.1,1.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile:hover  .inner-t h3,
article.personal-profile:hover  .inner-t h4,
article.personal-profile:hover  .inner-t p,
article.personal-profile:hover  .inner-p h3,
article.personal-profile:hover  .inner-p h4,
article.personal-profile:hover  .inner-p p{
  color:#fff;
}

article.personal-profile:hover  .inner-t:before{
  background: url(../_IMAGEs/corner.png) no-repeat;
}
article.personal-profile .image {
  float: left;
  position: relative;
  padding-top: 0;
}
.personal-profiles &gt; article.personal-profile:nth-child(4n+3) &gt; .image,
.personal-profiles &gt; article.personal-profile:nth-child(4n+4) &gt; .image {
  float: right;
}
article.personal-profile .inner-t:before {
    position: absolute;
    width: 32px;
    height: 28px;
    top: 36px;
    right: 6px;
    margin: -16px 0 0 -16px;
    background: url(../_IMAGEs/corner-blue.png) no-repeat;
    content: '';
    opacity: 1;
    color:#003b5c;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

article.personal-profile .img-t .icons {
  position: absolute;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  top: 40%;
  left: 0;
  margin-top: -25px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
article.personal-profile .img-t:hover .icons {
  opacity: 1;
  top: 50%;
}
article.personal-profile .img-t .icons a {
  width: 40px;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #FFFFFF;
  opacity: 0.5;
}
article.personal-profile .img-t .icons a:hover {
  opacity: 1;
}
article.personal-profile .inner {
  overflow-y: auto;
}
article.personal-profile .vl-b header{
  position: absolute;
    bottom: 0px;
}
article.personal-profile .inner-t h3,
article.personal-profile .inner-p h3 {
color:#003b5c;
  /*FAV: margin-top: 10px; */
  font-size:18px;
  font-weight: 600;
  line-height: 22px;
}
article.personal-profile .inner-t p,
article.personal-profile .inner-p p {
  color:#003b5c;
  font-size:14px;
  line-height: 20px;
}
article.personal-profile .inner-t h4,
article.personal-profile .inner-p h4  {
  font-size: 12px;
  opacity: 0.9;
  margin-bottom: 18px;
  color:#003b5c;

}
article.personal-profile .vl-b h4 {
  margin-bottom: 18px;
}
article.col-6 .odul-t {
  padding-left: 20px
}
article.col-6 .in-flex h5 {
  font-size: 15px;
  font-weight: 600;
}
article.col-6 .in-flex p {
  font-size: 13px;
  margin:10px 0;
  line-height: 20px;
}

/* Responsive */
@media (max-width: 991px) {
  article.personal-profile &gt; div {
    height: 185px;
    /*width: 100%;*/
  }
  article.personal-profile .img-t {
    float: none;

  }
  article.personal-profile .inner-t:nth-child(n+2) {
      min-height: 185px;
  }
  .isotope-3 article.portfolio .inner{
    left: 0;
  }
  .isotope-3 article.portfolio .inner h3{
    font-size: 20px;
  }
}
/*==========================================================*/
/* project
/*==========================================================*/
.Projects-Map{
  min-height: 500px;
}
#MAP {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}
#MAP #MAP-Canvas {
    position: absolute;
    top: -25%;
    left: 0%;
    width: 100%;
    height: 150%;
}
.Full{
  height: 100vh !important;
}
.Loading {
    background: #000000;
    background-image: url(../_IMAGEs/Loading-01-24x24px.gif);
    background-repeat: no-repeat;
    background-position: center;
}
#MAP #MAP-Window-Close {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    width: 12px;
    height: 12px;
    border: 0px !important;
    background-image: url(../_IMAGEs/Close-02-25x25px.png);
    background-size: 100% 100%;
    background-color: #FFFFFF;
}
#MAP .MAP-Window {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-size: 0px;
    background-color:#0c4463;
}
#MAP .MAP-Window .Image {
    float: left;
    width: 90px;
    height: 90px;
}
#MAP .MAP-Window .Information {
    float: left;
    margin: 10px 0px 0px 11px;
    width: 206px;
    font-size: 10px;
    color: #fff !important;
}
#MAP .MAP-Window .Information a{ 
    color: #fff !important;
}
#MAP .MAP-Window .Year {
    margin: 2px 0px 0px 0px;
    font-size: 18px;
    padding-bottom: 10px;
}

#MAP .MAP-Window .Location {
    margin: -1px 0px 0px 0px;
    padding-bottom: 18px;
}
#MAP .MAP-Window .Contuniue {
    margin: 4px 0px 0px 4px;
}
#my_file {
    display: none;
}

#get_file {
    font-size: 12px ;
    cursor: pointer;
    margin-left: 30px !important;
        padding: 3px 12px;
}
#customfileupload {
    display: inline;
    background-color: #fff;
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    width: 250px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-pad-o{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pb-fit{
  /* FAV: padding-bottom: 50px !important; */
  padding-bottom: 60px !important;
}
.pl-10{
  padding-left: 10px !important;
}
.pr-10{
  padding-right: 10px !important;
}
.pt-20{
  padding-top: 20px;
}
.pt-60{
  padding-top: 56px;
}
.pt-53{
  /* padding-top: 53px !important; */
  /* padding-top: 52px !important; */
}
.pb-50{
  /*padding-bottom: 32px;*/
  padding-bottom: 57px;
}
.pb-20{
  padding-bottom: 20px;
}
.pb-13{
  /*FAV:padding-bottom: 13px;*/
  padding-bottom: 14px;
}
.pb-21{
  /*padding-bottom: 21px; */
  padding-bottom: 55px;
}
.pr-0{
  padding-right: 0px !important;
}
.mb-0{
margin-bottom: 0 !important;
}

.mr-20{
  margin-right: 20px;
}
.mb-60{
    /* FAV: margin-top: -32px !important; */
  margin-top: -35px !important;
}
.proje{
  text-align: center;
}
.flex{
  display: inline-flex;
  /* FAV: padding-right: 56px; */
  padding-right: 54px;
}
.in-flex{
  display: inline-flex;
}
.proje div:last-child {
    padding-right: 0px;
}
.thin{
  font-weight: 200;
  padding-left: 10px;
}

.project {
  margin-top: 32px;
}
.project &gt; article {
  margin-top: 20px;
  position: relative;
}
.service-box img {
  width: 100%;
}

#map-canvas {
  width: 100%;
  height: 500px;
  margin-bottom: 15px;
  border: 2px solid #fff;
}
.pro-map{
  /*FAV:padding-top: 60px;*/
  padding-top: 40px;
  margin-bottom: -20px;
}
.service-box .image i {
  position: absolute;
  font-size: 96px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-box .inner {
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
  padding: 32px;
}
.container-fluid.contact{
  padding-top: 60px;
}
/* Responsive */
@media (max-width: 991px) {
  .mb-60{
  margin-bottom: 60px !important;
  }
  .service-box .image {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 40px;
  }

  .service-box .image i {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .service-box .inner {
    margin: 0 !important;
    text-align: center !important;
  }
  .no-pad-o{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pr-10{
    padding-right: 20px !important;
  }
  .pl-10{
    padding-left: 20px !important;
  }
}
/*==========================================================*/
/* Comments
/*==========================================================*/
.comments {
  margin-top: 40px;
}
.comments h3 {
  color: #202020;
}
.comment-list {
  list-style: none;
}
.comment-list li {
  position: relative;
}
.comment-list li &gt; .comment-list {
  border-left: 1px solid #c8c8c8;
}
.comment-list li &gt; .comment-list li {
  padding-left: 10%;
}
.comment-list li &gt; .comment-list &gt; li:after {
  position: absolute;
  width: 5%;
  height: 1px;
  content: '';
  background: #c8c8c8;
  top: 70px;
  left: 0;
}
.comment {
  margin-top: 40px;
}
.comment .inner {
  position: relative;
}
.comment .avatar {
  width: 60px;
  float: left;
  margin-right: 40px;
}
.comment .content {
  overflow: hidden;
}
.comment .content .vcard address {
  overflow: hidden;
  color: #00a3cc;
}
.comment .content .vcard .date {
  float: right;
  margin-left: 40px;
  opacity: 0.5;
  font-size: 80%;
}
.comment .content .text {
  margin-top: 15px;
}
.comment .reply {
  position: absolute;
  right: 0;
  bottom: 0;
}
#post-comment {
  margin-top: 40px;
}
#post-comment label {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .comment .avatar {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .comment .content .vcard {
    text-align: center;
  }
  .comment .content .vcard .date {
    float: none;
    margin-left: 0;
  }
  .comment .content .text {
    margin-top: 30px;
  }
}
/*==========================================================*/
/* Widgets
/*==========================================================*/
.widget {
  padding: 40px;
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget h4 {
  margin-bottom: 30px;
}
/* Post info */
.widget-post-info address {
  line-height: inherit;
  display: inline;
}
.widget-post-info .icons a {
  display: block;
  margin-top: 10px;
  color: #202020;
  opacity: 0.75;
}
.widget-post-info .icons a:hover {
  color: #007a99;
  opacity: 1;
}
.widget-post-info .icons a i {
  margin-right: 5px;
}
.widget-post-info .icons a.liked i {
  color: #C41D0B;
}
.widget-post-info .tags {
  margin-top: -5px;
}
.widget-post-info .tags a {
  float: left;
  font-size: 80%;
  background: #00a3cc;
  color: #ffffff;
  padding: 0 10px;
  margin: 5px 5px 0 0;
}
.widget-post-info .tags a:hover {
  background: #007a99;
}
/* Categories */
.widget ul {
  list-style: none;
}
.widget ul li {
  line-height: 60px;
  border-top: 1px solid #f0f0f0;
}
.widget ul li a {
  color: #202020;
}
.widget ul li a:hover {
  color: #007a99;
}
/* Recent posts and comments */
.widget-recent-tabs .nav-tabs {
  margin: -40px -40px 40px -40px !important;
}
.widget-recent-tabs .nav-tabs li {
  width: 50%;
  border-top: none;
}
.widget-recent-tabs .nav-tabs li a {
  margin: 0;
  background: #f0f0f0;
  text-align: center;
  padding: 30px 0;
  font-size: 24px;
  line-height: 100%;
}
.widget-recent-tabs .nav-tabs &gt; li.active &gt; a,
.widget-recent-tabs .nav-tabs &gt; li.active &gt; a:hover,
.widget-recent-tabs .nav-tabs &gt; li.active &gt; a:focus {
  background: #ffffff;
}
.widget-recent-tabs .nav-tabs li a i {
  opacity: 0.5;
}
.widget-recent-tabs .tab-content {
  padding: 0;
}
/*==========================================================*/
/* Swiper slider
/*==========================================================*/
.swiper-container {
  overflow: hidden;
  background: #000000;
}
.swiper-slide {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.swiper-slide video {
  position: absolute;
}
/* Navigation Arrows */
.swiper-container .nav-arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  margin-top: -20px;
  color: #202020;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
}
.swiper-container .nav-left {
  background-image: url(../_IMAGEs/svg/white/nav-left.svg);
  left: 0;
}
.swiper-container .nav-right {
  background-image: url(../_IMAGEs/svg/white/nav-right.svg);
  right: 0;
}
/* Captions (fullscreen) */
#fullscreen-slider .swiper-slide h1 {
  width: 100%;
  padding: 0 40px;
  text-align: center;
  position: absolute;
  font-size: 42px;
  line-height: 76px;
  letter-spacing: 5px;
  color: #ffffff;
  z-index: 1;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 1.5s linear;
  transition: opacity 1.5s linear;
  opacity: 0;
}
#fullscreen-slider .swiper-slide-active h1 {
  opacity: 1;
}
/* Responsive */
@media (max-width: 991px) {
  #fullscreen-slider .swiper-slide h1 {
    font-size: 16px;
    line-height: inherit;
  }
}
/*==========================================================*/
/* Tabs
/*==========================================================*/
.nav-tabs {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.nav-tabs &gt; li {
  margin-bottom: 0;
}
.nav-tabs &gt; li &gt; a {
  border-radius: 0;
  border: none;
  color: #202020 !important;
}
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  border: none;
  background: #f0f0f0;
}
.tab-content {
  padding: 15px;
}
/*==========================================================*/
/* Accordion
/*==========================================================*/
.panel {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}
.panel-default &gt; .panel-heading {
  background: #f0f0f0;
  padding: 0;
  border-radius: 0 !important;
  border: none !important;
}
.panel-default &gt; .panel-heading a {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #202020 !important;
}
.panel-default &gt; .panel-heading a:after {
  content: '[-]';
  float: right;
}
.panel-default &gt; .panel-heading a.collapsed:after {
  content: '[+]';
}
.panel-body {
  border-top: none !important;
}
/*==========================================================*/
/* Buttons
/*==========================================================*/
.btn {
  font-size: 17px;
  border-radius: 0;
  border: none !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #003b5c !important;
  margin-left: 0 !important;
  margin-right: 0 !important;

  background-position: top right;
  opacity: 0.75;
}
.btn:hover {
  background: url(../_IMAGEs/active-btn.png);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 1;
}
.btn:active,
.btn.active,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  box-shadow: none;
  outline: none;
    background: url(../_IMAGEs/active-btn.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.btn i,
.btn span {
  margin-right: 12px;
}
.btn-lg i,
.btn-lg span {
  margin-right: 12px;
}
.btn-icon-only i,
.btn-icon-only span {
  margin-right: 0;
}
.btn-invert {
  background: #202020;
  color: #ffffff !important;
}
.btn-invert:hover {
  background: #060606;
}
.btn-color {
  background: rgba(0, 59, 92, 0.9);
  color: #ffffff !important;
}
.btn-color:hover {
  background: #003b5c;
}
.input-group .form-control {
  padding: 6px 12px;
  height: 34px;
}
.input-group .btn {
  border: 1px solid transparent !important;
}
/*==========================================================*/
/* Alerts
/*==========================================================*/
.alert {
  border-radius: 0px;
  border: none;
  border-left: 2px solid;
  text-align: center;
}
.alert i {
  font-size: 24px;
  line-height: 100%;
  margin: 10px 0;
}
.alert-success {
  background: #CCFFCC;
  border-color: #73B073;
  color: #3C763D;
}
.alert-info {
  background: #B9F1FF;
  border-color: #008DB0;
  color: #00809F;
}
.alert-warning {
  background: #FFFFC4;
  border-color: #D5C975;
  color: #8A6D3B;
}
.alert-danger {
  background: #FFC1C1;
  border-color: #D87876;
  color: #A94442;
}
/*==========================================================*/
/* Icon with text
/*==========================================================*/
.icon-text {
  margin-bottom: 0px !important;
}
.icon-text:last-child {
  margin-bottom: 0 !important;
}
.icon-text i {
  width: 45px;
  line-height: 180%;
}
.icon-text p {
  overflow: hidden;
  text-align: center;
}
.icon-contact{
  text-align: center;
  font-size: 30px;
  /*FAV:margin-top: 20px;*/
  margin-top: 21px;
  margin-bottom: 30px;
}
/*==========================================================*/
/* Lists
/*==========================================================*/
.default-ul {
  margin-left: 40px;
}
.fa-li {
  line-height: inherit;
  top: 0;
}
/*==========================================================*/
/* Form elements
/*==========================================================*/
label {
  font-weight: inherit;
}
label.error {
  font-size: 80%;
}
label .form-required {
  color: red;
}
.form-control {
  /* background: #f0f0f0; */
  border: none;
  box-shadow: none !important;
  border-radius: 0;
  padding: 10px 15px;
  max-width: 100%;
  height: auto;
  border: 2px solid #003b5c;
}
input.half {
  width: 50%;
}
/* Responsive */
@media (max-width: 991px) {
  input.half {
    width: 100%;
  }
}
/*==========================================================*/
/* Views
/*==========================================================*/
.views {
  text-align: right;
  list-style: none;
  position: relative;
  z-index: 99;
}
.views li {
  display: initial;
}
.views li i{
  width: 20px;
  text-align: center;
}
.views li a {
  background: #ffffff;
  color: #202020;
  padding: 7px 10px;
  font-size: 20px;
  margin:0 0.5px;
}
.views li a:hover,
.views li.active a{
  background: #003b5c;
  color: #ffffff;
}
.views li.active.on a{
  background: #003b5c;
  color: #ffffff;
  opacity: 1;
}
/* Responsive */
@media (max-width: 991px) {
.views {
  text-align: left;

}
.views li a{
  padding: 4px 3px;
    font-size: 12px;
}
}
/*==========================================================*/
/* Pagination
/*==========================================================*/
.pag {
  text-align: center;
  list-style: none;
  margin-top: 40px;
}
.pag li {
  display: inline-block;
}
.pag li a {
  background: #ffffff;
  color: #202020;
  padding: 8px 15px;
}
.pag li a:hover,
.pag li.active a {
  background: #003b5c;
  color: #ffffff;
}
/*==========================================================*/
/* Map
/*==========================================================*/
iframe {
  margin-bottom: 0 !important;
  border: none !important;
  display: block;
}
/*==========================================================*/
/* Masonry
/*==========================================================*/
.masonry {
  margin-top: -40px;
}
.masonry &gt; article {
  margin-top: 40px;
}
/* Responsive */
@media (max-width: 991px) {
  .masonry &gt; article {
    width: 100%;
  }
}
/*==========================================================*/
/* Isotope
/*==========================================================*/
.isotope-container {
  /*overflow-y: scroll !important;*/
}
.isotope {
  margin-top: -40px;
}
.isotope &gt; article {
  margin-top: 15px;
}
.isotope &gt; article.col-4{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/* Transitions */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/* Filter dropdown list */
.filter {
  padding-right: 290px !important;
}
.filter-dropdown {
  background: #ededed;

  position: absolute;
  right: 40px;

margin-top: 2px;
  padding: 0 20px;
  text-transform: none;
  z-index: 3;
  cursor: pointer;
}
.filter-dropdown .selected {
  line-height: 27px;
  padding-right: 50px;
}
.filter-dropdown .selected span.name {
  opacity: 0.5;
}
.filter-dropdown .arrow {
  line-height: 50px;
  position: absolute;
  right: 0;
  top: -12px;
  width: 50px;
  border-left: 1px solid #f0f0f0;
  text-align: center;
}
.filter-dropdown .arrow:before {
  content: '\25BC';
  opacity: 0.5;
  font-size: 12px;
}
.filter-dropdown.open .arrow:before {
  content: '\25B2';
}
.filter-dropdown ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 50px;
  left: 0;
  width: 100%;
  margin-top: 3px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.filter-dropdown.open ul {
  opacity: 1;
  height: auto;
}
.filter-dropdown ul li {
  line-height: 40px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.filter-dropdown ul li:hover {
  background: #f2f2f2;
}
/* Responsive */
@media (max-width: 991px) {
  .isotope &gt; article {
    width: 100% !important;
  }
  .filter {
    padding-right: 20px !important;
  }
  .filter-dropdown {

    right: 20px;
    top: 0;
    text-align: left;
  }
}
/*==========================================================*/
/* Footer
/*==========================================================*/
.container-footer p {
  font-size: 12px;
  color:#ffffff;
  text-align: center;
  line-height: 14px;
}
.container-footer p b{
    opacity: 0.7;
}
.container-footer aside {
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
    }
  .container-footer p:nth-child(2) {
  font-size: 12px;
  color:#ffffff;
  text-align: center;
  line-height: 14px;
  opacity: 0.7;
}
.container-footer .text{
  text-align: center;
}
.container-footer .text a{
color:#fff;
font-size: 12px;
text-align: center;
line-height: 12px;
}
/*==========================================================*/
/* Grid system
/*==========================================================*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
}
.container-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  min-height: 120px;
  background: #003b5c;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
/* Spacing */
.p-10{
  padding-top: 15px;
}
.inner {
  padding: 40px;
}
.inner &gt; * {
  margin-bottom: 30px;
}
.inner &gt; *:last-child {
  margin-bottom: 0;
}
.inner .row {
  margin-bottom: 0 !important;
}
.inner .row &gt; div &gt; * {
  margin-bottom: 30px;
}
.inner .row:last-child &gt; div:last-child &gt; *:last-child {
  margin-bottom: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
/* Responsive */
@media (min-width: 992px) {
  /* Spacing */
  .container-fluid {
    padding: 80px;
  }
  .inner .row:last-child &gt; div &gt; *:last-child {
    margin-bottom: 0;
  }
  /* Columns */
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
  }
  .col-12 {
    width: 100% !important;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}

.urlButton{ position: relative; display: inline-block; width: calc(50% - 8px); padding: 5px 0; margin:10px 2.5px 0 2.5px; font-family: inherit; font-size: 18px; font-weight: 600; background: #fff; border:1px solid #003b5c; }
.urlButton:hover{ background: #003b5c; color:#fff; }

label.file{ display: inline-block; padding: 5px 10px; margin:5px 10px; background: #00395e; opacity: 0.7; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; }
label.file:hover{ opacity: 1; }
label.file input{ position: absolute; opacity: 0; }
label.file span{ position: relative; z-index: 15; font-size: 15px; color: #fff; }

.IE-Warning{position: fixed; z-index: 999; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #003b5c;}
.IE-Warning table{margin: 0px auto; width: 75%; height: 100%;}
.IE-Warning table td{font-size: 24px; line-height: 30px; color: #FFFFFF; text-align: center; vertical-align: middle;}
.IE-Warning .Button{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}

@-webkit-keyframes right-spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes right-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.loader-wrap{ position: relative; z-index: 2; }
.loader-main{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: 15; }
.loader{ position: absolute; width: 100%; height: 100%; min-height: inherit; min-width: inherit; background: #f4f4f4; }
.loader .ld{ position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; border:6px solid rgba(217, 208, 183, 0.5); border-top:6px solid #003b5c; width:40px; height:40px;
-webkit-border-radius:50%; border-radius:50%;-moz-border-radius:50%; animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
-webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
.loader-main .ld{ border-width: 8px;  height: 70px; width: 70px; margin-left: -35px; margin-top: -35px; }</pre></body></html>