/* **************==========={{Home 5}}}*============*************** */
/* ======================= all  Button on home 5======================*/
.da_btn_v2.et_hover_enabled:hover::after{transition: all 0.4s ease-out !important;z-index: -1;}
.da_btn_v2{
letter-spacing: 1px;
color: #fff !important;
text-transform: uppercase !important;
  padding: 10px 40.5px;
background-color: rgba(var(--black), 1);display: inline-block;box-shadow: 0px 10px 30px 0px rgba(110,130,208,0.3);overflow: 
  hidden;
  font-size: 15px;
font-weight: 600;
  backface-visibility: hidden;
  transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;  }
.da_btn_v2:hover{border: 2px solid transparent;padding: .3em 1em !important;padding: 10px 42.5px !important;}
.da_btn_v2:after{line-height: 1.7em;
font-size: 1em !important;
content: attr(data-icon);
left: -100% !important;
top: 0%;
margin-left: 0em !important;
position: absolute;
height: 100%;
width: 100%;
background-color: rgba(var(--orange), 1);
text-align: center;
  transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;  }
.da_btn_v2:hover:after{line-height: 3em !important;top: 0;left: 0 !important;transition: all 0.4s ease-out !important;
-moz-transition: all 0.4s ease-out !important;
-webkit-transition: all 0.4s ease-out !important;
-ms-transition: all 0.4s ease-out !important;
-o-transition: all 0.4s ease-out !important;}
/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block; }
.pa-inline-buttons {
    text-align: center !important; }
.pa-inline-buttons {
    text-align: center !important; }
/*add a transition effect*/
.pa-blurb-icon-button {
	transition: box-shadow .2s ease-in-out;}
/*add an arrow icon in the blurb bottom right corner*/
.pa-blurb-icon-button:after {
	font-family: ETModules;
	content: "\24";
	font-size: 36px;
	color: rgba(var(--orange), 1);
	position: absolute;
	bottom: 26px;
	right: 25px;
	transition: all .2s ease}
/*add the box shadow on hover*/
.pa-blurb-icon-button:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	transition: box-shadow .2s ease-in-out; }
/*adjust the icon on hover*/
.pa-blurb-icon-button:hover:after {
	color: rgba(var(--black), 1);
	bottom: 30px;
	transition: all .2s ease; }
/*====blurb underline animation=====*/
.gq_b_classy_divider1 h4 {
    font-weight: 800;
    font-size: 20px;
    -webkit-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;
    transition: all 0.3s ease-in-out;}
.gq_b_classy_divider1 h4:after {
    display: table;
    content: "";
    border-top: 5px solid rgba(var(--black), 1);
    width: 50px;
    margin: 17px 0px 14px;
    -webkit-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;
    transition: all 0.3s ease-in-out;}
.gq_b_classy_divider1 .et-pb-icon {
    -webkit-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;
    transition: all 0.3s ease-in-out;}
.gq_b_classy_divider1:hover h4 {
    color: rgba(var(--black), 1);}
.gq_b_classy_divider1:hover h4:after {
    width: 120px;
    border-top: 5px solid rgba(var(--orange), 1);}
.gq_b_classy_divider1:hover .et-pb-icon {
    color: rgba(var(--black), 1)!important;}
/*BLOG GRID hover effect]------------*/
 .finance-blog .et_pb_post {
	position: relative;
	overflow: hidden; }
.finance-blog .et_pb_post a {
	color: rgba(0,24,48,0.6); }
.finance-blog .et_pb_post .entry-featured-image-url img {
	transform: scale(1.0);
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s; }
  .finance-blog .et_pb_post:hover .entry-featured-image-url img {
	transform: scale(1.13);
  	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s; }
.finance-blog .et_pb_post .post-meta .published {
	position: absolute;
	right: 10px;
	top: 10px;
	background: rgba(var(--orange), 1);
	width: 55px;
	text-align: center;
	line-height: 18px;
	z-index: 99;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	display: block;
	padding: 8px 10px;
	transform: translate3d(0, 0, 0);
	transition: all .5s ease;
	transition-delay: .5s; }
.finance-blog .et_pb_post:hover .post-meta .published {
	transform: translate3d(0, -65px, 0);
	transition: all .5s ease;
	transition-delay: .5s; }
.finance-blog .et_pb_post .post-content-inner p {
	padding-bottom: 20px; }
.finance-blog .et_pb_post .post-meta a {
	color: rgba(var(--black), 1); }
  .finance-blog .et_pb_post .post-meta a:hover {
	color: rgba(var(--orange), 1); }
.finance-blog .pagination .alignleft,
.finance-blog .pagination .alignright {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	float: none;
	text-align: center;
	display: inline-block;
	line-height: 50px; }
.finance-blog a.more-link {
    background: rgba(var(--orange), 1);
    width: 100%;
    display: block;
    text-align: center;
  margin-top: 20px;
    padding: 5px;
  text-transform: uppercase;  }
 /*Footer 9 CSS Code */
  /*Menu Items Hover Style */
  .menu_item .arrow { 
  	opacity: 0;
    transition: all .1s;  }  
  .menu_item:hover .arrow { 
  	opacity: 1;
    transition: all .1s;  }  
  /* Vertical Align of Coluimns */
  .vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;   }   
/* Change Columns Order on Mobile */
  @media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap; }
.first-on-mobile {
-webkit-order: 1;
order: 1; }
.second-on-mobile {
-webkit-order: 2;
order: 2; }
.third-on-mobile {
-webkit-order: 3;
order: 3; }
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;  }}
/* Social Icons Hover Effect */
.footer4 .social_icons .icon:hover { 
  	transform: rotate(360deg);
    transition: all .5s; }
