@font-face {
		font-family: "MuseoSansRegular";
		src: url("./fonts/MuseoSansRegular/MuseoSansRegular.eot");
		src: url("./fonts/MuseoSansRegular/MuseoSansRegular.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansRegular/MuseoSansRegular.woff") format("woff"),
		url("./fonts/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "MuseoSansBold";
		src: url("./fonts/MuseoSansBold/MuseoSansBold.eot");
		src: url("./fonts/MuseoSansBold/MuseoSansBold.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansBold/MuseoSansBold.woff") format("woff"),
		url("./fonts/MuseoSansBold/MuseoSansBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "MuseoSansLight";
		src: url("./fonts/MuseoSansLight/MuseoSansLight.eot");
		src: url("./fonts/MuseoSansLight/MuseoSansLight.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansLight/MuseoSansLight.woff") format("woff"),
		url("./fonts/MuseoSansLight/MuseoSansLight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "MuseoSansMedium";
		src: url("./fonts/MuseoSansMedium/MuseoSansMedium.eot");
		src: url("./fonts/MuseoSansMedium/MuseoSansMedium.eot?#iefix")format("embedded-opentype"),
		url("./fonts/MuseoSansMedium/MuseoSansMedium.woff") format("woff"),
		url("./fonts/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

/*---------------------------------------------------------------------
                            General
-----------------------------------------------------------------------*/

body {
    font-family: Roboto;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
	color:#59617e;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: rgba(0, 161, 187, 0.5);
}

::-webkit-scrollbar-thumb
{
	background-color: #3081da;
}

.heading-item{
	font-size: 36px;
	font-family: "MuseoSansMedium";
	line-height: 1.39;
}

.heading-line-item{
	display:inline-block;
	width: 44px;
	height: 2px;
	background-color: #3673d5;
	vertical-align: middle;
	margin-right:15px;
	margin-top: -5px;
}
.text-item{
	font-size:18px;
}

.img-responsive{
	width:100%;
}
.text-uppercase{
	text-transform:uppercase;
}

/* Text colors */
.text-white{
	color:#ffffff;
}
.text-blue{
	color:#3470d3;
}
.text-dark{
	color:#59617e;
}
.text-gray{
	color:#9699a0;
}
.top-margin{
	margin-top:180px;
}
.particles-wrapper{
	overflow:hidden;
}

/* Animations delay */
[data-delay="300"]{
	animation-delay: 300ms;
}
[data-delay="600"]{
	animation-delay: 600ms;
}
[data-delay="1000"]{
	animation-delay: 1000ms;
}
[data-delay="1500"]{
	animation-delay: 1500ms;
}
[data-delay="2000"]{
	animation-delay: 2000ms;
}


/* Circle item */
.circle-item{
  position:relative;
  width: 25px;
  height: 25px;
  box-shadow: 0px 2px 6px 0 rgba(54, 115, 213, 0.55);
  border-radius:50%;
  background-color: #ffffff;
  transition: all 0.2s ease-in;
  transform: scale3d(1, 1, 1);
  border:1px solid transparent;
}
.tab-text-block:hover .circle-item{
	box-shadow: 0px 18px 25px 0 rgba(44, 137, 221, 0.75);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
			transform: scale3d(1.5, 1.5, 1.5);
    border:1px solid #ccd4e2;
}
.circle-item:before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius:50%;
  background-color: #3673d5;
}

.outline-circle-item{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
	width: 3px;
	height: 3px;
	background-color: #767491;
	border-radius:50%;
	transition: all 0.3s ease-in;
}
/*--------------------------------------------------------------------
                            Buttons
-----------------------------------------------------------------------*/
.button {
  padding: 10px 27px;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border: none;
  border-radius: 54px;
  background-color: #3673d5;
  box-shadow: 0px 18px 45px 0 rgba(44, 137, 221, 0.55);
  cursor: pointer;
  outline: none !important;
  transition: all 0.3s ease-in;
  }

.button:hover {
   box-shadow: 0px 15px 30px 0 rgba(85, 151, 251, 0.5);
   background-color:#0b5bc7;
   
}

.button-default{
  padding: 10px 27px;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #8b94a5;
  border: none;
  border-radius: 54px;
  background-color: #f1f1f3;
  cursor: pointer;
  outline: none !important;
  transition: all 0.2s ease-in;
  text-decoration:none !important;
}
.button-default:hover{
	color: #ffffff;
	box-shadow: 0px 15px 30px 0 rgba(85, 151, 251, 0.5);
	background-color: #3673d5;
}


.button-outline{
  padding: 10px 27px;
  border-radius: 7px;
  border: solid 1px #3f3d56;
  background-color: #3f3d56;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #abb4c5;
  background:transparent;
  cursor: default;
  outline: none !important;
  transition: all 0.2s ease-in;
  text-decoration:none !important;
}
.button-outline:hover{
	background-color: #3f3d56;
}
/*---------------------------------------------------------------------
                            Header
-----------------------------------------------------------------------*/
.navbar-brand .light-logo, .navbar-brand .dark-logo{
	height:25px;
	-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}
.navbar-nav .nav-link{
	position:relative;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	
}
header .nav li a.nav-link {
	color:#a5a8ae;
}
header.fixed-header .nav li a.nav-link:hover{
	color: #3081da;
}
header .nav li a.nav-link:hover{
	color: #3081da;
}

.nav-link .country-id{
	color:#3673d5;
	width:30px;
	display:inline-block;
}
header {
    position: fixed;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

header .navbar-header .navbar-brand img {
    height: 90px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

header .navbar-default {
    background: none;
    border: none;
    border-radius: 0px;
    min-height: inherit;
    margin: 20px 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.navbar-brand {
    display: flex;
}

header .navbar-brand {
    margin-right: 100px;
    height: inherit;
    padding: 0;
}

header .navbar-nav {
    transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header .navbar-nav > li {
    margin: 0 10px 0 0;
}

header .navbar-default .navbar-nav li:last-child {
    margin-right: 0;
}

header .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    padding: 10px 0;
    font-family: 'MuseoSansRegular', sans-serif;
    font-size: 15px;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li.active > a,
header .navbar-default .navbar-nav > li.active > a:focus,
header .navbar-default .navbar-nav > li.active > a:hover {
    color: #fff;
    background: none;
    box-shadow: none;
}

header .nav > li a::before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease-out 0s;
}

header .nav > li.active a,
header .nav > li:hover a {
    color: #3081da;
}


/* Header sticky */

header.affix {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: rgba(9, 179, 239, 1);
    background: -moz-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 1)), color-stop(100%, rgba(30, 80, 226, 1)));
    background: -webkit-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -o-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: -ms-linear-gradient(left, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    background: linear-gradient(to right, rgba(9, 179, 239, 1) 0%, rgba(30, 80, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}

header.affix .navbar-header .navbar-brand img {
    height: 60px;
}

header.affix .navbar-default {
    margin: 10px 0;
}

header.affix .navbar-nav {
    margin-top: 6px;
}
.header-nav .navbar-brand .dark-logo{
	display:none;
}
.header-nav.fixed-header .navbar-brand .dark-logo{
	display:block;
}
.header-nav.fixed-header .navbar-brand .light-logo{
	display:none;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
}

/*---------------------------------------------------------------------
                             Top Banner section
-----------------------------------------------------------------------*/
#particles-js{
	z-index:1;
}
.section_top_banner{
	position:relative;
	background:#0f0f12;
	height:100vh;
}
.top-banner-text{
	text-align:center;
}
.top-banner-center{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	display:flex;
	justify-content:center;
}
.top-banner-plane-bg{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:703px;
}
.top-slogan{
	font-family: "MuseoSansMedium";
	font-size: 48px;
	color: #3081da;
	text-shadow: 2.1px 2.1px 0 #114175;
	text-transform:uppercase;
	margin-bottom:15px;
}
.top-slogan-title{
	text-transform:uppercase;
	font-size: 24px;
	font-weight: 300;
	font-family: Roboto;
	color: #9699a0;
	margin-bottom:12px;
}
.top-slogan-subtitle{
	font-weight: 300;
	font-size: 24px;
	font-family: Roboto;
	color: #9699a0;
	margin-bottom:25px;
	line-height: 1.58;
}


/*---------------------------------------------------------------------
                             Why we section
-----------------------------------------------------------------------*/

.section-why-we{
	padding:30px 0 100px 0;
	background: #0f0f12;
}
.section-why-we .h3{
	margin-bottom:15px;
	
}
.section-why-we .p{
	font-size:18px;
}


/*---------------------------------------------------------------------
                           Retail rea estate section
-----------------------------------------------------------------------*/
.retail-real-estate{
	padding:120px 0 80px 0;
}
.retail-real-estate .heading-item{
	margin-bottom:40px;
}
.tab-info-block{
	position:relative;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction:column;
	z-index:1;
}
.tab-text-block{
	width:100%;
	position:relative;
	padding:50px 0;
}
.tab-text-block:hover p{
    opacity: 1;
	
}
.responsive-tabs-container .nav-tabs{
	border-bottom:0;
}

.tab-text-block p{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.44;
	opacity: 0.7;
}
.tab-text-block .circle-item{
	position:absolute;
	z-index:1;
	float:right;
	opacity: 1;
}

.tab-info-block.left-side .tab-text-block:nth-child(1){
	margin-right:-15%;
}
.tab-info-block.right-side .tab-text-block:nth-child(1){
	margin-left:-15%;
}
.tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item{
	right:-30%;
}
.tab-info-block.left-side .tab-text-block:nth-child(2) .circle-item{
	right:-27%;
}
.tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item{
	left:-25%;
}
.tab-info-block.right-side .tab-text-block:nth-child(2) .circle-item{
	left:-25%;
}

/* Tab Retailer */

#tabRetailer .tab-text-block{
	padding: 30px 0;
}
#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(1){
	margin-right:-15%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(1){
	margin-left:-15%;
}
#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(1){
	/*margin-left:-15%*/
}
#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item{
	right:-30%;
}

#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(2) .circle-item{
	right:-25%;
}
#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(3){
	margin-right:-10%;
}
#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(3) .circle-item{
	right:-25%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item{
	left: -37%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(2) .circle-item{
	left:-24%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(3) .circle-item{
	left:-24%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(4){
	margin-left:-30%;
}
#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(4) .circle-item{
	left:-27%;
}

/* tabProperty */
#tabProperty .tab-info-block.right-side .tab-text-block:nth-child(1){
	margin-left: -5%;
}
#tabProperty .tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item{
	left: -25%;
}
#tabProperty .tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item {
    right: -25%;
}



.responsive-tabs{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction:row;
	border-bottom:none;
	margin-bottom:4%;
}
.responsive-tabs li .button-default{
	margin:0 10px;
}
.responsive-tabs li.active .button-default{
	padding: 10px 27px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	border: none;
	border-radius: 54px;
	background-color: #3673d5;
	box-shadow: 0px 18px 45px 0 rgba(44, 137, 221, 0.55);
	cursor: pointer;
	outline: none !important;
	transition: all 0.3s ease-in;
}

.tab-content .tab-pane.active .tab-img{
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}



/*---------------------------------------------------------------------
                            Focus section
-----------------------------------------------------------------------*/
.section-focus{
	overflow:hidden;
	margin:0;
	/*background: url(images/backgrounds/phone-bg-min.png);*/
	background: rgba(20,25,42,0.95);
	background: -moz-linear-gradient(left, rgba(20,25,42,0.95) 0%, rgba(20,25,42,0.95) 53%, rgba(20,25,42,0.44) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20,25,42,0.95)), color-stop(53%, rgba(20,25,42,0.95)), color-stop(100%, rgba(20,25,42,0.44)));
	background: -webkit-linear-gradient(left, rgba(20,25,42,0.95) 0%, rgba(20,25,42,0.95) 53%, rgba(20,25,42,0.44) 100%);
	background: -o-linear-gradient(left, rgba(20,25,42,0.95) 0%, rgba(20,25,42,0.95) 53%, rgba(20,25,42,0.44) 100%);
	background: -ms-linear-gradient(left, rgba(20,25,42,0.95) 0%, rgba(20,25,42,0.95) 53%, rgba(20,25,42,0.44) 100%);
	background: linear-gradient(to right, rgba(20,25,42,0.95) 0%, rgba(20,25,42,0.95) 53%, rgba(20,25,42,0.44) 100%);
	background-size:cover;
}
.section-focus .container{
	padding:100px 0 150px 0;
}
.section-focus .button-outline{
	margin-bottom:20px;
}

.section-focus .button-outline:hover .outline-circle-item{
  width: 3px;
  height: 3px;
  box-shadow: 0px 2px 4px 0 #3673d5;
  background-color: #3673d5;
}
.section-focus .heading-item{
	margin-bottom:90px;
}

/*---------------------------------------------------------------------
                            Our secret section
-----------------------------------------------------------------------*/

.our-secret-section{
	padding-top:140px;
}

.our-secret-section div[class^="col"]{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:100px;
	
}
.our-secret-section .heading-item{
	margin-bottom:30px;
}
.brand-container{
	padding-top:100px;
}
.brand-container .img-responsive{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all 0.3s ease-in;
	opacity:0.7;
}
.brand-container .img-responsive:hover{
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
	filter: grayscale(0);
	opacity:1;
}



/*---------------------------------------------------------------------
                            News section
-----------------------------------------------------------------------*/
.news-item-link:hover{
	text-decoration:none;
	color:#0056b3;
}
.news-item-link:hover .news-item-footer h3{
	color:#0056b3;
}
.news-item:hover{
	box-shadow: 0px 10px 23px 0 #bfbfbf
}

.news-item:hover .news-item-img{
	transform:scale(1.2);
}
.news-item:hover .show-more-item{
	border-radius:50%;
}
.news-item .img-container{
	overflow:hidden;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.news-section{
	padding:40px 0 0 0; 
}
.news-container{
	padding-top:75px;
}
.news-section div[class^="col"]{
	margin-bottom:60px;
}
.news-item{
	box-shadow: 0px 10px 23px 0 #dbdbdb;
	background-color: #ffffff;
	display:flex;
	height: 100%;
	transition: all 0.5s ease;
}
.show-more-item{
	display:flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	bottom:-30px;
	right:30px;
	width: 51px;
	height: 51px;
	background-color: #3673d5;
	transition: all 0.5s ease;
	border-radius:0;
}
.news-item-img{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	transition: all 0.5s ease;
	transform:scale(1)
}
.show-more-item .icon{
	width: 25px;
	height: 20px;
}

.news-item .news-item-footer h3{
	text-transform:uppercase;
	font-family: Roboto;
	font-weight:300;
	font-size: 18px;
	line-height: 1.67;
	color: #59617e;
}
.news-item-footer{
	padding:30px;
}

/*---------------------------------------------------------------------
                            News section
-----------------------------------------------------------------------*/

/*---------------------------------------------------------------------
                            Footer section
-----------------------------------------------------------------------*/
.footer-section{
	margin-top: 120px;
	background:url(images/backgrounds/footer-bg2x-min.jpg);
	background-size:cover;
	background-position:center;
	padding:240px 0;
}
.footer-section .heading-item{
	margin-bottom:20px;
}
.footer-section .subtitle{
	margin-bottom:70px;
}
.footer-section .submit-btn{
	margin-top:35px;
	min-width:125px;
}
.footer-section .form-control{
	border: none;
    border-bottom: 2px solid #8b94a5;
    background: none;
    border-radius: 0;
}
.modal .form-control{
	border: none;
    border-bottom: 2px solid #dcdfe2;
    background: none;
    border-radius: 0;
	color:#5d6581;
}
.modal .form-control:focus{
	box-shadow:none
}
.modal .form-control:focus{
	color:#5d6581;
}

.modal .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#5d6581;
}
.modal .form-control:focus::-moz-placeholder { /* Firefox 19+ */
  color:#5d6581;
}
.form-group{
	position:relative;
}
.form-control + .blue-line{
	content:"";
	display:block;
	position:absolute;
	margin:0;
	left:0;
	bottom:0;
	height:2px;
	box-shadow: 0px 5px 5px 0 rgba(54, 115, 213, 0.55);
	background-color: #3673d5;
	width:0%;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.form-control:focus{
	box-shadow:none
}
.footer-section .form-control:focus{
	color:#ffffff;
}
.form-control:focus + .blue-line{
	width:100%;
}
.footer-section .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#ffffff;
}
.footer-section .form-control:focus::-moz-placeholder { /* Firefox 19+ */
  color:#ffffff;
}



/*---------------------------------------------------------------------
                            Projects
-----------------------------------------------------------------------*/
.project-item{
	margin-bottom:70px;
}
.project-info{
	display:flex;
	align-items:center;
}
.project-item .project-title{
	color: #3673d5;
	margin-bottom:15px;
	font-weight: 400;
}
.project-image-container{
	border-radius: 7px;
	box-shadow: 0px 10px 23px 0 #dbdbdb;
	position:relative;
}
.project-item h3{
	font-size:20px;
	margin-bottom:15px;
	color: #3a4a63;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: "MuseoSansMedium";
}
.project-item .project-desc{
    font-weight: 300;
	font-size:18px;
}
.project-item a.project-link{
	color: #3673d5;
}
.project-item a.project-link{
	text-decoration:none;
	font-weight: 400;
	transition: all 0.3s ease;

}
.project-item a.project-link:hover .icon{
	margin-left:15px;
}
.project-item a.project-link:hover{
	letter-spacing:1.5px;
}

.project-item a.project-link .icon{
	height:8px;
	margin-left:5px;
	display:inline-block;
	vertical-align:middle;
	transition: all 0.3s ease;
}

.project-item a.project-link .line-item{
	display:inline-block;
	vertical-align:middle;
	width: 20px;
	height: 2px;
	background-color: #3673d5;
	margin-right:10px;
	margin-top:-2px;
}


.project-image-footer{
	position: absolute;
	width:100%;
    bottom: 0;
    z-index: 1;
	min-height:148px;
	background:url(images/backgrounds/project-footer-bg-right.png);
	background-size:cover;
	background-position:top;
}
.project-item:nth-child(2n) .project-image-footer{
	background:url(images/backgrounds/project-footer-bg-left.png);
	background-size:cover;
	background-position:top;
}
.project-item:nth-child(2n) .project-image-footer .project-logo{
	left:25px;
}
.project-item:nth-child(2n) .project-picture{
	order:-1;
}
.project-item:nth-child(2n) .project-info-container{
	padding-left:30px;
}
.project-image-footer .project-logo{
	width:35%;
	position:absolute;
	right:15px;
	bottom:15px;
}

.project-item:nth-child(2n) [data-aos=fade-left]{
	transform: translate3d(-100px,0,0);
}
.project-item:nth-child(2n) [data-aos=fade-left].aos-animate{
	transform: translateZ(0);
}
.project-item:nth-child(2n) [data-aos=fade-right]{
	transform: translate3d(100px,0,0);
}
.project-item:nth-child(2n) [data-aos=fade-right].aos-animate{
	transform: translateZ(0);
}

/*---------------------------------------------------------------------
                            Services
-----------------------------------------------------------------------*/
.service-item .service-icon{
	height:75px;
	margin-bottom:40px;
}
.service-item .service-heading{
	font-family: "MuseoSansMedium";
	color: #3a4a63;
	margin-bottom:20px;
}
.service-item .service-list{
	list-style:none;
	padding:0;
}
.service-item .service-list li{
	position:relative;
	font-weight: 300;
	line-height: 2.12;
	padding-left:20px;
}
.service-item .service-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	border-radius:50%;
	width: 4px;
	height: 4px;
	box-shadow: 0px 2px 4px 0 #3673d5;
	background-color: #3673d5;
}


/*---------------------------------------------------------------------
                            Contacts
-----------------------------------------------------------------------*/

.contacts-tabs{
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts-tabs .nav-tabs, .contacts-tabs .tab-content{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
	border:0;
	position:relative;
}

.contacts-tabs .nav-item{
	width:100%;
	display:flex;
	justify-content:start;
	margin-bottom:30px;
}
.contacts-tabs .tab-content .arrow-long{
	max-width:200px;
	position:absolute;
	left:-220px;
	top:10px;
}
.contacts-tabs .tab-content .arrow-long.arrow-bottom{
	top:auto;
	bottom:290px;
}
.contacts-tabs .tab-heading{
	min-width:150px;
	color: #3a4a63;
	text-transform:uppercase;
	font-family: "MuseoSansRegular";
	font-size:22px;
	padding:0;
	color: rgba(58, 74, 99, 0.7);
}
.contacts-tabs .tab-heading:hover{
	color: #3a4a63;
}
.contacts-tabs .tab-heading:hover + .tab-desc{
	color: #3a4a63;
}

.contacts-tabs .tab-heading.active{
	color: #3a4a63;
}

.contacts-tabs .tab-heading.active + .tab-desc{
	color: #3a4a63;
}
.contacts-tabs .tab-desc{
	color: rgba(58, 74, 99, 0.7);
	font-weight:400;
}
.contacts-tabs .nav-tabs .nav-link{
	border:0;
}
.contacts-tabs .map-container{
	height:500px;
	box-shadow: 0px 10px 23px 0 #dbdbdb;
}



/* OWL */
.owl-carousel .owl-item img{
	width:auto;
}

.owl-carousel .owl-item .img-container img{
	width:100%;
}

.owl-carousel .owl-item{
	padding:15px;
}
.owl-carousel .owl-stage-outer{
	padding-bottom:40px;
}
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item{
	display: flex;
	flex: 1 0 auto;
}

/*-----------------------
*	Modal
-------------------------*/

.modal .modal-title{
	font-family: "MuseoSansMedium";
	font-size:24px;
}
.modal .close{
	font-size: 40px;
	position: absolute;
    right: 15px;
    top: 10px;
	outline:none;
	font-weight: 300;
}
.modal .modal-body, .modal .modal-header, .modal .modal-footer{
	padding:15px 65px;
	
}
.modal-image{
	width:100%;
}
.modal .modal-footer{
	justify-content: center;
}
.modal .modal-footer{
	padding: 25px 65px;
	border-top:none;
}
.modal .modal-left-side{
	display:flex;
	align-items: center;
	height:100%;
	background-size:cover;
	width:100%;
	padding:32px;
	background:url('images/backgrounds/footer-bg2x-min.jpg');
	background-size:cover;
	background-position: center;
}
.modal .modal-left-side .light-logo{
	max-width: 200px;
    margin: 0 auto;
}
.modal .modal-left-side h4{
	max-width:120px;
	color: #ffffff;
	font-family: "MuseoSansMedium";
	line-height:1.5;
	margin-bottom:20px;
}
.modal .modal-content{
	background-color: #f4f6f7;
}
.modal .modal-soc{
	position:absolute;
	bottom:20px;
	bottom:50px;
	width: 100%;
}
.modal .modal-soc .soc-links a{
	text-decoration:none;
}
.modal .modal-soc .soc-links a:hover{
	opacity:0.7;
}
.modal .modal-soc .soc-links a img{
	width:35px;
	margin-right:10px;
}
.validationMessage{
	display:none;
}
.alert-heading{
	font-size:16px;
	font-weight:300;
	margin-bottom: 0;
}
.alert-primary {
    color: #2480fd;
    background-color: #cce5ff;
    border-color: #b8daff;
}
label.error{
	color: #3673d5;
	font-weight:300;
}



/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd
 * ----------------------------------------
 */
.tracking-in-expand-fwd {
	-webkit-animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
            transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}




/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
			border:1px solid transparent;
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  
  100% {
    -webkit-transform: scale3d(2, 2, 2);
            transform: scale3d(2, 2, 2);
			border:1px solid #ccd4e2;
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
			border:1px solid transparent;
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
 
  100% {
    -webkit-transform: scale3d(2, 2, 2);
            transform: scale3d(2, 2, 2);
			border:1px solid #ccd4e2;
  }
}

/*---------------------------------------------------------------------
                            Media max-width
-----------------------------------------------------------------------*/

@media (max-width:1200px){
	.contacts-tabs .tab-content .arrow-long{
		max-width: 100px;
		left: -120px;
	}
	.tab-info-block.left-side .tab-text-block:nth-child(1){
		margin-right:-15%;
	}
	.tab-info-block.right-side .tab-text-block:nth-child(1){
		margin-left:-15%;
	}
	.tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item{
		right:-50%;
	}
	.tab-info-block.left-side .tab-text-block:nth-child(2) .circle-item{
		right:-35%;
	}
	.tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item{
		left:-37%;
	}
	.tab-info-block.right-side .tab-text-block:nth-child(2) .circle-item{
		left:-28%;
	}
	
	/* Tab Retailer */
	#tabRetailer .tab-text-block{
		padding: 20px 0;
	}
	#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item{
		right: -37%;
	}
	#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(2) .circle-item{
		right: -27%;
	}
	#tabRetailer .tab-info-block.left-side .tab-text-block:nth-child(3) .circle-item{
		right:-32%;
	}
	#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item{
		left: -59%;
	}
	#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(2) .circle-item{
		left:-29%;
	}
	#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(3) .circle-item{
		left:-24%;
	}
	#tabRetailer .tab-info-block.right-side .tab-text-block:nth-child(4) .circle-item{
		left:-26%;
	}
	
	/* tabProperty */
	#tabProperty .tab-info-block.left-side .tab-text-block:nth-child(1) .circle-item{
		right:-35%;
	}
	#tabProperty .tab-info-block.right-side .tab-text-block:nth-child(1){
		margin-left: -8%;
	}
	
	#tabProperty .tab-info-block.right-side .tab-text-block:nth-child(1) .circle-item {
		left: -40%;
	}

	
}

@media (max-width: 991px) {
	.contacts-tabs .nav-tabs, .contacts-tabs .tab-content{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-tabs .nav-item{
		flex-direction:column;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.contacts-tabs .tab-content .arrow-long{
		display:none;
	}
	.responsive-tabs-container .tab-info-block{
		margin-top:15px;
	}
	.responsive-tabs-container .accordion-link.active{
		color: #ffffff;
		box-shadow: 0px 15px 30px 0 rgba(85, 151, 251, 0.5);
		background-color: #3673d5;
	}
	.responsive-tabs-container .tab-content .col-md-6{
		flex: 0 0 100%;
		max-width: 100%;
		order: -1;
	}
	.responsive-tabs-container .tab-content .col-md-3{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.responsive-tabs-container .tab-content .tab-text-block{
		width:100%;
		margin:auto !important;
		padding:0;
	}
	.responsive-tabs-container .tab-content .tab-text-block p{
		width:100%;
		padding-left:40px;
		text-align:left !important;
	}
	.responsive-tabs-container .tab-info-block .circle-item{
		right: auto !important;
		left:0 !important;
	}
	.header-nav.fixed-header .navbar-brand .dark-logo {
		display: none;
	}
	.header-nav.fixed-header .navbar-brand .light-logo {
		display: block;
	}

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
		background: rgba(20, 24, 65, 1);
		background: -moz-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20, 24, 65, 1)), color-stop(100%, rgba(47, 69, 124, 1)));
		background: -webkit-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -o-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -ms-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: linear-gradient(to right, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
    }

    .header-nav .navbar-toggler {
        width: 30px;
        height: 30px;
        position: relative;
        outline: none !important;
    }
    .header-nav .navbar-toggler span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 3px;
        background: #9699a0;
        box-shadow: 0px 9px #9699a0, 0px -9px #9699a0;
    }
	.header-nav.fixed-header {
        box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
    }
	.header-nav .navbar-nav > li{
		padding-left: 0;
	}
	.header-nav .navbar-nav > li a{
		color:#ffffff;
	}
	.header-nav .navbar-nav .dropdown-menu li a{
		color:#333;
	}
    .header-nav .navbar-nav {
        padding-top: 15px;
        height: auto;
        overflow-y: auto;
    }
    .header-nav .navbar-nav > li {
        position: relative;
		display:block;
		width:100%;
    }
    .header-nav .navbar-nav > li:not(:last-child) {
        border-bottom: 1px solid #253465;
    }
    .header-nav .navbar-nav > li > a {
        color: #ffffff;
        display: block;
		width:100%;
        vertical-align: middle;
        font-size: 15px;
        font-weight: 300;
        position: relative;
        padding: 0;
        line-height: 45px;
    }
    .header-nav .navbar-nav > li > a.active {
        color: #ffffff;
    }
    .header-nav .navbar-nav > li > a.nav-link-btn {
        color: #ffffff;
    }
    .header-nav .navbar-nav > li .m-dropdown-toggle {
        position: absolute;
        right: 0;
        height: 35px;
        width: 45px;
        text-align: center;
        line-height: 35px;
    }
    .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu {
        margin: 0;
        padding: 0;
        border-left: 1px solid #ddd;
        list-style: none;
        display: none;
    }
    .header-nav .navbar-nav > li.m-dropdown .m-dropdown-menu > li > a {
        display: inline-block;
        padding: 5px 15px;
        font-size: 14px;
        color: #2e3280;
        font-weight: 500;
        vertical-align: top;
    }
    .header-nav .navbar-nav > li.m-dropdown.open-menu-parent .m-dropdown-menu {
        display: block;
    }
	    .header-nav.fixed-header {
        background: rgba(20, 24, 65, 1);
		background: -moz-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(20, 24, 65, 1)), color-stop(100%, rgba(47, 69, 124, 1)));
		background: -webkit-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -o-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: -ms-linear-gradient(left, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
		background: linear-gradient(to right, rgba(20, 24, 65, 1) 0%, rgba(47, 69, 124, 1) 100%);
        box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
    }

    .header-nav.fixed-header .navbar-nav > li + li:not(:last-child):after {
        background: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn) {
        color: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn) + i {
        color: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn).active {
        color: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li > a:not(.nav-link-btn).active + i {
        color: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li:hover > a:not(.nav-link-btn) {
        color: #ffffff;
    }
    .header-nav.fixed-header .navbar-nav > li:hover > a:not(.nav-link-btn) + i {
        color: #ffffff;
    }
	.header-nav.fixed-header, .header-nav{
		background: #101013;
		box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
	}
	.section-why-we .text-item{
		margin-bottom:30px;
	}
	.heading-item{
		padding-left:15px;
		padding-right:15px;
	}
	
}

@media (max-width: 767px){
	.project-image-container{
		margin-bottom:30px;
	}
	.project-item .project-picture{
		order:-1;
	}
	.project-item h3{
		font-size: 16px;
	}
	.service-item{
		text-align:center;
		margin-bottom:30px;
	}
	.service-item .service-list {
		
		text-align: left;
		display: inline-block;
	}
	.top-margin{
		margin-top:100px;
	}
}


@media (max-width: 575px){
	.contacts-tabs .nav-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contacts-tabs .nav-item .tab-desc br{
		display:none;
	}
	.top-banner-center{
		width:90%;
	}
	.heading-item{
		font-size:30px;
	}
	.section-focus .heading-item{
		font-size:24px;
	}
	.retail-real-estate {
		padding: 60px 0px 30px;
	}
	.section-why-we {
		padding: 30px 0px 60px;
	}
	.section-focus .container {
		padding: 100px 0 80px 0;
	}
	.our-secret-section{
		padding-top: 80px;
	}
	.footer-section{
		margin-top: 60px;
		padding: 120px 0;
	}
	header .navbar-brand {
		margin-right: 30px;
		height: inherit;
		padding: 0;
	}
}

/*---------------------------------------------------------------------
                            Media min-width
-----------------------------------------------------------------------*/

@media (min-width: 991px){
	
	.navbar{
		padding: 2rem 1rem;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.header-nav.fixed-header {
		background: #ffffff;
		box-shadow: 0 1px 9px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .1);
	}
	.header-nav.fixed-header .navbar-nav .nav-link{
		color: #717891;
	}
	.header-nav.fixed-header .navbar-nav li.active .nav-link{
		color: #3081da;
	}
	.header-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		padding: 0;
	}
	.header-nav {
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.header-nav.fixed-header .navbar {
		padding: 0.7rem;
	}

}
@media (min-width: 767px){
	.our-secret-section div[class^="col"]{
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 576px){
	.modal-dialog {
		max-width: 900px;
	}
}

