/*-------------------------------------------------
SHORTCODES
--------------------------------------------------*/


.clearfix:before, 
.clearfix:after{
    content: "";
    display: table;
    table-layout: fixed;
}
.clearfix:after{
    clear: both;
}

/*------------------------------------------------
GRID
-------------------------------------------------*/
.sparklegrid .sparkle-grid {
    float:left;
    padding-left:15px;
    padding-right:15px;
}
.sparklegrid .col-sparkle-12 {
    width: 75%;
}
.sparklegrid .col-sparkle-8 {
    width: 50%;
}
.sparklegrid .col-sparkle-5 {
    width: 33.33%;
}
.sparklegrid .col-sparkle-4{
    width: 25%;
}
.sparklegrid .col-sparkle-3{
    width: 16.66%;
}


/*--------------------------------------
TEAM AND TESTIMONIAL SHORTCODE
---------------------------------------*/
.sparkle-team .sparkle-member-image {
    border: 2px solid #ccc;
    line-height:0;
}
.sparkle-team .sparkle-member-image img{
    width:100%;
}
.sparkle-testimonial .sparkle-client-image {
      border: 2px solid rgba(0, 0, 0, 0.25);
    line-height:0;
   
}
.sparkle-testimonial .sparkle-client-image img{
  width:100%;   
}
.sparkle-team .sparkle-member-name, .sparkle-testimonial .sparkle-client-name {
    font-size: 18px;
    line-height: 25px;    
    margin-bottom:15px;
}
.sparkle-team .sparkle-member-position, .sparkle-testimonial .sparkle-client-position {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top:0;
    color:#033772;
}
.sparkle-team .social-shortcode
{
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
.sparkle-team .social-shortcode a:first-child
{
    margin-left: 0px;
}
.sparkle-team .sparkle-member-message, .sparkle-testimonial .sparkle-client-message {
    line-height: 25px;
}
.sparkle-team .sparkle-member-message
{
    color: #5D5D5D;
}
.social-shortcode > a {
    border: 1px solid #033772;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 10px 5px;
    text-align: center;
    width: 40px;
    position: relative;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.social-shortcode > a:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border: 1px solid transparent;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.social-shortcode > a:hover:before {
    border-color: #033772;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}
.social-shortcode > a:hover {
    border-color: #033772;
    background: #033772;
    color: #fff;
}

/*--------------------------------------
TOGGLE AND TABS SHORTCODE
---------------------------------------*/
.sparkle_toggle {
    margin-bottom: 10px;
}
.sparkle_toggle.close {
    color: #033772;
    float: none;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    opacity: 1;
    text-shadow: none;
}
.sparkle_toggle.close .sparkle_toggle_content {
    display: none;
}
.sparkle_toggle.close:hover, .sparkle_toggle.close:focus {
    color: inherit;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}
.sparkle_toggle.open .sparkle_toggle_title::before {
    content: "\f106";
    font-family: fontawesome;
    font-size: 25px;
    left: 15px;
    position: absolute;
    top: 6px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.sparkle_toggle.close .sparkle_toggle_title::before {
    content: "\f107";
    font-family: fontawesome;
    font-size: 25px;
    left: 15px;
    position: absolute;
    top: 6px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.sparkle_toggle .sparkle_toggle_title.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sparkle_toggle .sparkle_toggle_title {
    background: #3d566e;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px 10px 35px;
    position: relative;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.sparkle_toggle .sparkle_toggle_title:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.sparkle_toggle .sparkle_toggle_content {
    border: 1px solid #ccc;
    padding: 15px 10px;
}

/*--------------- TABS ----------------------*/
.sparkle_tab_group {
    position: absolute;
    z-index: 1;
    margin: 0 0 35px;
    width: 100%;
    margin: 0;
    border-color: #010101;
}

.sparkle_tab_group .tab-title {
    padding: 7px 0;
    width: 20%;
    margin: 0;
    padding: 10px 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: -0.6px;
    font-size: 12px;
    border-radius: 0;
    font-size: inherit;
    background-color: #F1F1F1;
    color: #010101;
    float: left;
    margin-right:2px;
}
.sparkle_tab_group .tab-title .active {
    border-color: #010101;
    background-color: #F94532;
    color: #fff;
}
.sparkle_tab_group{
        position: relative;
    z-index: 1;
}
.sparkle_tab_group .sparkle_tab_content {
    background-color: #010101;
    color: #fff;
    margin-top: -1px;
    padding: 25px 30px;
    border: 1px solid #010101;
    font-size: 14px;
    color: #010101;
}
.sparkle_tab_wrap
{
    margin-top: 25px;
}
.sparkle_tab_wrap .sparkle_tab_group .tab-title
{
    cursor:pointer;
}
.sparkle_tab_wrap .sparkle_tab_group .tab-title.active
{
    background-color: #033772;
    color:#fff;
}
.sparkle_tab_wrap .sparkle_tab_content
{
    background-color:#033772;
    padding:15px;
}
.sparkle_tab_wrap .sparkle_tab_content .sparkle_tab
{
    color:#fff;
}

.sparkle_tab_wrap.vertical .sparkle_tab_group
{
    width: 25%;
    float: left;
}
.sparkle_tab_wrap.vertical .sparkle_tab_group .tab-title{
   width:initial;
   float:none;
   margin-right:0px;
   border-bottom:1px solid #fff;
}
.sparkle_tab_wrap.vertical .sparkle_tab_content
{
    float: left;
    width: 75%;
}

/*-------------------------------------
LIST STYLE SHORTCODE
--------------------------------------*/
.sparkle-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sparkle-list > li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.sparkle-list > li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.sparkle-list.sparkle-list1 > li::before {
    content: "";
}
.sparkle-list.sparkle-list2 > li::before {
    content: "";
}
.sparkle-list.sparkle-list3 > li::before {
    content: "";
}
.sparkle-list.sparkle-list4 > li::before {
    content: "";
}
.sparkle-list.sparkle-list5 > li::before {
    content: "";
}
.sparkle-list.sparkle-list6 > li::before {
    content: "";
}
.sparkle-list.sparkle-list3 > li, .sparkle-list.sparkle-list4 > li, .sparkle-list.sparkle-list5 > li, .sparkle-list.sparkle-list6 > li {
    padding-left: 20px;
}

/*---------------------------------------
CALL TO ACTION SHORTCODE
----------------------------------------*/
.sparkle_call_to_action.center {
    text-align: center;
    margin: 0 auto;
}
.sparkle_call_to_action.right {
    text-align:right;
}
.sparkle_call_to_action {
    background: #EEE;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 15px;
    margin: 15px 0;
}
.sparkle_call_to_action.center {
    text-align: center;
}
.sparkle_call_to_action_button {
    background: #033772 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 10px 25px;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    margin-top:15px;
}

.sparkle_call_to_action_button:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid #5982a4;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;   
}
.sparkle_call_to_action_button:hover, .sparkle_call_to_action_button:focus {
    color: #fff;
    background: #5982a4;
}
.sparkle_call_to_action_button:hover:before {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 1;
    filter: Alpha(opacity=100);
    visibility: visible;
}

.sparkle_call_to_action.center .sparkle_call_to_action_button {
    float: none;
}
/*---------------------------------------
DIVIDER
----------------------------------------*/
.divider {
    display: block;
    margin: 30px auto;
}

/*---------------------------------------
DROPCAPS
----------------------------------------*/
.sparkle-dropcaps.sparkle-square {
    background: #033772;
    color: #FFF;
    padding: 10px;
    margin-right: 8px;
    margin-top: 4px;
}

.sparkle-dropcaps {
    float: left;
    font-size: 60px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    width: 60px;
    text-align: center;
}

/*---------------------------------------
Tag Line Box
----------------------------------------*/
.sparkle_tagline_box.sparkle-top-border-box {
    border-top: 3px solid #033772;
    padding: 20px;
    background: #F6F6F6;
}

.sparkle_tagline_box.sparkle-left-border-box {
    border-left: 3px solid #033772;
    padding: 20px;
    background: #F6F6F6;
}
.sparkle_tagline_box.sparkle-bg-box {
    background: #033772;
    padding: 20px;
    color:#fff;
}
.sparkle_tagline_box.sparkle-bg-box p{
    color:#fff;
}
.sparkle-bg-box h4
{
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid rgba(221, 221, 221, 0.44);
    padding-bottom: 12px;
    margin-bottom: 15px;
}




/*---------------------------------------
Button
----------------------------------------*/
.bttn {
    background: none;
    color: #033772;
    border: 1px solid #033772;
    cursor: pointer;
    padding: 8px 15px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}
.bttn.sparkle-small-bttn {
    padding: 3px 15px;
    font-size: 14px;
}
.bttn.sparkle-large-bttn {
    font-size: 20px;
    padding: 14px 45px;
}

.bttn.sparkle-default-bttn.sparkle-outline-bttn {
    border: 1px solid #033772;
    color: #033772;
}
.bttn.sparkle-default-bttn.sparkle-outline-bttn:hover {
    background: #033772;
    color: #FFF;
}

.bttn.sparkle-default-bttn.sparkle-bg-bttn {
    background: #033772;
    color: #FFF;
}
.bttn.sparkle-default-bttn.sparkle-bg-bttn:hover {
    background: #033772;
    opacity:0.8;
}
.bttn.sparkle-black-bttn.sparkle-outline-bttn {
    border: 1px solid #111;
    color: #111;
}
.bttn.sparkle-black-bttn.sparkle-outline-bttn:hover {
    background: #111;
    color: #FFF;
}
.bttn.sparkle-black-bttn.sparkle-bg-bttn {
    border: 1px solid #111;
    background: #111;
    color: #FFF;
}
.bttn.sparkle-black-bttn.sparkle-bg-bttn:hover {
    background: #000;
}
.bttn.sparkle-align-right {
    float: right;
}
.bttn.sparkle-align-left {
    float: left;
}


.bx-wrapper .bx-caption {
    background: rgba(3, 55, 114, .75);
}
.bx-wrapper .bx-controls-direction a{
    z-index:9;
}