/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/
*{
		font-size: 14px;
	line-height: 22.4px;
}
@import url(http://fonts.googleapis.com/css?family=Source%20Sans%20Pro:300,400,500,600,700);
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: #dd0505;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Logo animation
-------------------------------------------------------------------------------*/

.anview-logo {
  font-family: 'lato', sans-serif;
  height: 500px;
  padding-top: 250px;
  text-align: center;
  animation: logo 5s ease;}
  
  @keyframes logo {
    from {
      transform: translateY(300px) scale(1.7);
    }
    40% {
      transform: translateY(110px)  scale(1.3);
    }
    70% {
      transform: translateY(110px)  scale(1.3);
    }
  }
  
#branch-slogan  .animation {
    font-size: 64px;
    color: #fff;
    line-height: 60px;
  }
  
#branch-slogan  .animation:nth-child(1) {
    font-size: 32px;
    text-align: center;
    margin-top: -55px;
    color: rgba(255,255,255,.6);
    animation: weare 5s ease;
  }
  
  @keyframes weare {
    from {
      opacity: 0;
      transform: translateY(-40px);
    }
    40% {
      opacity: 0;
    }
    70% {
      opacity: 0;
      transform: translateY(-40px);
    }
  }
  
 #branch-slogan .animation:nth-child(2) {
    font-size: 28px;
    width: inherit;
    text-align: center;
    opacity: 0;
    margin-top: -55px;
    color: rgba(255,255,255,.6);
    animation: weprovide 5s ease;
  }
  
  @keyframes weprovide {
    from {
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    70% {
      opacity: 0;
    }
  }
  
  #branch-slogan .animation:nth-child(3) {
    animation: a 5s ease;
    transform: translateX(0px);
  }
  
  @keyframes a {
    from {
      opacity: 0;
      transform: translateX(0px);
    }
    40% {
      opacity: 1;
    }
    70% {
      transform: translateX(0px);
    }
 
  }

/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/

input{width:100%;
	  padding:10px;
	  box-sizing:border-box;
	  background:none;
	  outline:none;
	  resize:none;
	  border:0;
	  transition:all .3s;
	  border-bottom:2px solid #bebed2;}
input:focus{border-bottom:2px solid #152B39;}
textarea{
	width:100%;
	  padding:10px;
	  box-sizing:border-box;
	  background:none;
	  outline:none;
	  resize:none;
	  border:0;
	  transition:all .3s;
	  border-bottom:2px solid #bebed2;}
}
textarea:focus,textarea:hover{border-bottom:2px solid #152B39;}
a {
	color: #bb4b27;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Source Sans Pro";
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 60px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: rgba(21, 43, 57, 1);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	margin-top: 9px;
	display: inline-block;
}
.navigation a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-left: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.navigation a:hover, .navigation a.active {
	color: #ea2a4b;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #bb4b27;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #bb4b27;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

.dropdown{
  padding-top: 14px;
  padding-right: 10px;
  color: #ea2a4b!important;
  display: block;
  position: relative;
  font-size: 14px;

}
.dropdown-toggle{
  background-color:rgba(0,0,0,0);
  border:none;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}

.dropdown-menu{
  border-radius: 0;
  left: -120px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    margin-left: 0;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #ea2a4b;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover{
     border-left: 3px solid #ea2a4b;
     padding-left: 17px;
    }

@media screen and (max-width:1024px) {

	.dropdown{
	  text-align: center;
	}

	.dropdown-menu{
		  text-align: center;
		  margin: 2px 30% 0;
		}

	.dropdown-toggle{
	  font-size: 18px;
	  text-align: center;
	}

	.dropdown-menu>li>a {
	    font-size: 16px;
	}

	#header .logo {
	margin-top: -30px;
	padding-top: 0;
}

}

@media screen and (max-width:1024px) {

	.dropdown{
	  text-align: center;
	}

	.dropdown-menu{
		  text-align: center;
		  margin: 2px 30% 0;
		}

	.dropdown-toggle{
	  font-size: 18px;
	  text-align: center;
	}

	.dropdown-menu>li>a {
	    font-size: 16px;
	}

	#header .logo {
	margin-top: -30px;
	padding-top: 0;
}
}
.control-box {
    text-align: center;
    width: 100%;
    }
 .control{
 		margin-top: 20px;
        background-color:#dd0505;
        color:#fff;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        padding:10px;
        position: static;
        }
 .control:hover,  .control:focus{
 	color: #fff;
        background-color:#152B39;

        }


/* ------------------------------------------------------------------------------
	 Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/kira-bg-min.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 600px;
}

.banner-design{
	background-color: 
	background-image: url(../images/design-bg.png);
	min-height: 500px;
}

.banner-business{
	background-image: url(../images/business-bg.png);
	min-height: 500px;
}

.banner-construction{
	background-image: url(../images/construction-bg.png);
	min-height: 500px;
}

.banner-letter{
	background-image: url(../images/letter-bg.png);
	min-height: 500px;
}

.banner-tender{
	background-image: url(../images/tender-bg.png);
	min-height: 500px;
}
.banner-contact{
	background-image: url(../images/contact-bg.png);
	min-height: 500px;
}
.banner-nearshoring{
	background-image: url(../images/nearshoring-bg.png);
	min-height: 500px;
}

.banner-btn {
	opacity: 0.5;
}

.banner-text h1 {
	padding-top: 33%;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 53px;
	letter-spacing: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text h2{
	padding-top: 20%;
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 45px;
	letter-spacing: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #8d8d8d;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 3px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 80px;
	text-transform: uppercase;
}

.banner-text-red h2{
	padding-top: 20%;
	color: #ea2a4b;
	font-family: "Source Sans Pro";
	font-size: 45px;
	letter-spacing: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

/* ------------------------------------------------------------------------------
	 Intro
-------------------------------------------------------------------------------*/
.intro {
	background-color: #e9eaed;
	position: relative;
}
.intro blockquote {
	border: 0;
	margin: 0;
	padding: 25px 15% 0;
}
.intro h1 {
	color: #000;
	font: 27px "Source Sans Pro";
}
.intro p {
	color: #6c7279;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	margin-top: 30px;
}

#intro .flex-control-paging li a.flex-active{
	    background:rgba(234,42,75, 0.7);
}
#intro .flex-control-paging li a{
	    background:rgba(255,255,255, 0.7);
	   
}
#intro .flex-control-nav{
	 bottom: 50px;
	 left: 0;
}
/* ------------------------------------------------------------------------------
	 Services
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}

.services-hover:hover{
	margin-top: -2px;
	border-bottom: 2px solid #bb4b27;
	cursor: pointer;
}

.services-content {
	padding: 0 15px;
	margin-top: 30px;
}
.services .icon {
	color: #bb4b27;
	font-size: 36px;
	padding-left: 15px;
}

.block-services{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 2px solid #f4f5f6;
}
/* ------------------------------------------------------------------------------
	 Pages content
-------------------------------------------------------------------------------*/
#page {
	padding-top: 100px;
	padding-bottom: 100px;
}
#page h3{
	font-size: 20px;
	margin-bottom: 25px;
}
#page h4{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#page #contact{
	background-color: #e9eaed;
}

/*---Call to action---*/
#calltoaction{
  background-color: #171747;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 25px;
}
#calltoaction p{
    color: #fff;
}
#calltoaction h3{
    font-size: 22px;
    padding-top: 10px;
    margin-top: 0;
    color: #fff;
    text-transform: none;
}
#calltoaction .button{
  text-align: right;
}
@media screen and (max-width:820px) {
  #calltoaction .button{
  text-align: center;
}
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(221, 5, 5, 0.7);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/

#team h2 {
	color: #000;
	font: 27px "Source Sans Pro";
	text-align: center;
	margin-bottom: 40px;
}


.teamy{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.teamy_layout{
    position: relative;
}

.teamy_preview{
    position: relative;
    overflow: hidden;
}

.teamy_avatar{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.teamy_preview:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.teamy_back{
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    opacity: 0;
    will-change: opacity;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.teamy:hover .teamy_back{
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
  transition: opacity .4s cubic-bezier(0.71, 0.05, 0.29, 0.9) .2s;
}

.teamy_name{
	color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
     font-weight: 400;
}

.teamy_back{
     padding-left: 10px;
     padding-right: 10px;
     text-align: center;
 }
 .teamy_back p{
 	color: #fff;
 	font-size: 14px;
 	line-height: 1.2;
 }

.teamy_content{
     padding: 20px;
}

.teamy_post{
	color: #dd0505;
    display: block;
    margin-top: .5em;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}


 .teamy_content{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
    background-color: rgba(21, 43, 57, 0.9);
}



/* mask triangle */

.teamy_mask-triangle .teamy_preview:before{
    width: 100%;
    height: 100%;
    opacity: 0;

    -webkit-clip-path: polygon(50% 10%, 15% 90%, 85% 90%);
    clip-path: polygon(50% 10%, 15% 90%, 85% 90%);

    -webkit-transition-property: opacity, -webkit-transform;

    transition-property: opacity, -webkit-transform;

    transition-property: transform, opacity;

    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .2s, .4s;
            transition-duration: .2s, .4s;
    -webkit-transition-delay: .4s, 0s;
            transition-delay: .4s, 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;

    will-change: transform, opacity;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
}

.teamy_mask-triangle:hover .teamy_preview:before{
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(5);
            transform: translate(-50%, -50%) scale(5);
    -webkit-transition-delay: .1s, 0s;
            transition-delay: .1s, 0s;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
}


.teamy_zoom-photo .teamy_avatar{
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.teamy_zoom-photo:hover .teamy__avatar{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.teamy_zoom-rotate-photo .teamy_avatar{
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
}

.teamy_zoom-rotate-photo:hover .teamy_avatar{
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg);
}


.teamy_zoom-slide-photo .teamy_avatar{
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    transition: transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform .4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
}

.teamy_zoom-slide-photo:hover .teamy_avatar{
    -webkit-transform: scale(1.2) translate(4%, 4%);
            transform: scale(1.2) translate(4%, 4%);
}


.teamy_preview:before{
    background-color: rgba(221, 5, 7, .7);
}

/* social buttons */
.social{
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    padding: 10px;
    background-color: #fff;
    border-radius: 100%;
    left: -20px;
    top:-40px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.social_icon{
    width: 100%;
    height: 100%;
    fill: rgba(72, 27, 174, 1);
    fill: var(--demoColorIcon, rgba(, 27, 174, 1));  
}

/* grid */

.teamy-team{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 425px) and (max-width: 992px){

     .social{
     	float: right;
     }

}

@media screen and (max-width: 424px){


     .social{
     	float: right;
     }

}
/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: rgba(21, 43, 57, 0.7);
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Source Sans Pro";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
/* ------------------------------------------------------------------------------
	Quote
-------------------------------------------------------------------------------*/
.quote h3 {
	margin-top: 0;
}
.quote p {
	color: #2d3033;
	font-weight: 600;
	text-transform: uppercase;
}
.quote .btn {
	margin-top: 30px;
}
.quote-dark{
	background-color: #e7e9ec;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: #152B39;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 5px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: rgba(255, 255, 255, 0.50);
}
.footer a:hover {
	color: #bb4b27;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	padding: 0 10px;
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .footer-share a:hover {
	padding: 0 10px;
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.9);
}
.footer .fa-heart {
	color: #bb4b27;
	font-size: 11px;
	margin: 0 2px;
}

.footer .partof{
	border-top:1px solid rgba(255, 255, 255, 0.25);
	padding-top: 20px;
	margin-top: 20px;
}
