/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */


/* Macros 
 * 
 * Background Size */



/* Transition */
 

/***Css3/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****Blog Listing & Post************/
.post-header h1, .post-header h2 , .post-header h3, 
.post-header strong,
.post-header h1 a, .post-header h2 a, .post-header h3 a{  
  color:#06497b;
}
/*****************************************/
#blog-cta {     
  position: -webkit-sticky; 
  position: sticky;     
  top: 0; }
/*****************************************/

.whitetext {color:white;}
.whitetext h1 {font-size:46px;}
.whitetext p {font-size:21px;}

/* Banner */
.banner-image { display: none !important;}
.banner{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 130px 30px 80px 30px;
    position: relative;
    min-height: 260px !important;
    max-height: 580px !important;
}
.banner-text { position: relative;margin: 0 auto!important;}
.banner-text h1:hover, .banner-text h2:hover{color: #e0e2e5;}
.banner-text h1{ font-size:48px;color:#fff;}
.banner-text h2{ font-size:34px;color:#0a52a4;}
.banner-text p{font-size:21px;}
/* end Banner */

.client-background{
position: relative;
background:url("https://cdn2.hubspot.net/hubfs/3289531/Inbound%20Fintech%202018/inbound%20fintech%20valued%20clients.png"); 
background-size:cover;
margin-top:-14px;
/*-webkit-animation: mymove 5s infinite; /* Safari 4.0 - 8.0 */
/*animation: mymove 5s infinite;*/
-webkit-animation: mymove 3s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    animation: mymove 3s;
    animation-iteration-count: 2;

}

@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 100px;}
}

@keyframes mymove {
    from {left: 0px;}
    to {left: 100px;}
}





p{font-weight:normal;}
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 15px 0 15px;
}


.main-contact-container { 
  max-width: 1000px;
  height:500px;
  position:relative;
  z-index:99;
  background:#0a53a5;
	margin: 40px auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 70px 0 rgba(0, 0, 0, 0.19);
  
}
.contact-right, .contact-left{color:white;}
.contact-right .hs_cos_wrapper_type_form .hs-button.primary.large  {
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  width:100%;
  border-style:none;
  border-radius: 5px;
  background-color: #21c2f2;
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), box-shadow 500ms linear;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Livello_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"   width="1296px" height="768px" viewBox="0 0 1296 768" enable-background="new 0 0 1296 768" xml:space="preserve"><g><polygon fill="#19b1de" points="766.6,1.2 -0.2,768 200.7,768 967.5,1.2   "/></g><g><polygon fill="#19b1de" points="1094.8,1.2 328,768 528.9,768 1295.7,1.2   "/></g></svg>');
  background-size: contain;
  background-position: -200px center;
  background-repeat: no-repeat;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

}

.contact-right .hs_cos_wrapper_type_form .hs-button.primary.large:hover  {
	background:#18aad6;
 	transform: scale(1);
 	background-position: -60px;
  box-shadow: 0 8px 6px rgba(0, 0, 0, 0.16), 0 8px 6px rgba(0, 0, 0, 0.23);

}
.row-fluid  .main-contact-container {z-index: 90; }


.contact-us-container {
  display: flex;
  width:100%;
  height:auto;
  
}


.contact-right , .contact-left { flex-basis:49%;padding: 20px;}

.contact-hr{
  height:15px;
  background:#21c2f2;
}

/*Social media icons*/
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #0a53a5;
}
.social-btns .btn.facebook .fa {
  color: #0a53a5;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns {
  height: 25px;
  padding-right:10px;
  font-size: 0;
  text-align: center;
 	display: inline-flex;
}
.social-btns .btn {
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30%;
 
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 19px;
  vertical-align: middle;
}

/*end Social media icons*/

/*Certificates*/
.span12.widget-span.widget-type-custom_widget.inf-awards {
    margin-top: -60px;
  position:relative;
  z-index: 999;
}

.inf-awards{
	background: white;
  border-radius: 5px;
  margin-top:20px;
  padding: 0px;
  width: 300px!important;
  text-align: center;
  box-shadow: 5px 10px #1b4a81;

}

.inf-awards:hover{
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1); /* Standard syntax */

}

.inf-awards h2{
	color:black;
}

.oneliner {
font-size:30px;
font-weight:bold;
padding-bottom:10px;

}

/**/

@media (max-width: 944px){
.banner-text h1, .whitetext h1 {font-size:30px;}
.banner-text p, .whitetext p {font-size:16px;}
  
 
}

@media (max-width:768px) {
.social-btns, .man-avatar img{ display:none;}
@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 10px;}
}

@keyframes mymove {
    from {left: 0px;}
    to {left: 10px;}
}
  
}
@media (max-width:768px) {
.contact-us-container {flex-direction:column;}
.contact-right , .contact-left {flex-basis:99%;padding: 15px;}
.main-contact-container {height:auto; }
}





