@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
#partner_box {
    background: #fff;
}

#partner_inner {
    padding-top: 70px;
    padding-bottom: 70px;
}
#call_of_action {
    background: #0b257f; /* Old browsers */
    background: -moz-linear-gradient(left, #0b257f 0%, #25409a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b257f 0%,#25409a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b257f 0%,#25409a 100%);
    padding: 21px 0;
}

#call_of_action h3 {
    color: #fff;
    font-weight: 400;
    margin: 10px 0 0;

}


#call_action_inner  .action_btn  {
    margin-bottom: 0 !important;
    text-align: right !important;


}
#call_action_inner  .action_btn a ,
#call_action_inner  .action_btn button {
    min-width: 200px !important;
    padding: 18px 0 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    color: #fff !important;
    border-radius: 32px !important;
    border: 2px solid transparent !important;
    background-clip: padding-box, border-box !important;
    background-origin: padding-box, border-box !important;
    background-image: linear-gradient(#1f3a94, #1f3a94), linear-gradient(#029ef5, #11c9ee) !important;
    letter-spacing: 1px;
    transition: .5s ease-in-out;

}

#call_action_inner  .action_btn a:hover ,
#call_action_inner  .action_btn button:hover {
    background: #039ff5 !important; /* Old browsers */
    background: -moz-linear-gradient(left, #039ff5 0%, #14cfed 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #039ff5 0%,#14cfed 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #039ff5 0%,#14cfed 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer_menu_sec {
    padding: 80px 0;
}

#footer_menu_sec  .footer_compnay_info {
    margin-bottom: 25px;
}

.footer_compnay_info p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer_compnay_info p.address_bar {
    margin: 25px 0 20px;
}

.footer_compnay_info p.copy_rights_bar a {
    color: #029ef5;
}

#footer_menu_sec .footer_socail_media  li  {
    padding: 0 5px;
}
#footer_menu_sec .footer_socail_media  li:first-child{
    padding-left: 0;
}
#footer_menu_sec .footer_socail_media  li a {
    color: #fff;
    font-size: 14px;
    transition: .5s ease-in-out;
}

#footer_menu_sec .footer_socail_media  li a:hover {
    color: #029ef5;
}
#footer_menu_sec .menu_box  h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #029ef5;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: normal;
}

#footer_menu_sec .menu_box ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: normal;
    text-transform: capitalize;
    position: relative;
    transition: .5s ease-in-out;
}
#footer_menu_sec .menu_box:nth-child(4) {
    padding-left: 45px;
}

#footer_menu_sec .menu_box ul li a:hover {
    color: #029ef5;
}
#footer_menu_sec .menu_box ul li a:before  {
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #029ef5;
    transform: scaleX(0);

}
#footer_menu_sec .menu_box ul li a:before ,
#footer_menu_sec .menu_box ul li a:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

#footer_menu_sec .menu_box ul li a:hover:before {
    transform: scaleX(1);
}

@media screen and (max-width: 1199px){
    #call_action_inner {
        padding: 0 40px;
    }

}
@media screen and (max-width: 991px){
    #call_action_inner {
        padding: 0 ;
    }
    #call_of_action h3 {
        font-size: 20px;
        margin: 20px 0 0;

    }
    #footer_menu_sec .menu_box:nth-child(4) {
        padding-left: 25px;
    }
    #footer_menu_sec {
        padding: 50px 0;
    }
    #footer_menu_sec br {
        display: none;
    }

}
@media screen and (max-width: 767px) {
#partner_inner .vc_col-sm-3 {
    width: 25%;
    float: left;
}
    #partner_inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #footer_menu_sec .vc_col-sm-3 ,
    #footer_menu_sec .vc_col-sm-2{
        display: none;

    }
    #footer_menu_sec .vc_col-sm-3:first-child{
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer_compnay_info p.address_bar {
        margin: 15px 0 5px;
    }
    #footer_menu_sec {
        padding: 20px 0;
    }
    #footer_menu_sec .footer_compnay_info {
        margin-bottom: 5px !important;
    }
    #call_of_action h3 {
        text-align: center !important;
        margin: 0 0 10px;
    }
    #call_of_action .action_btn {
        text-align: center !important;
    }
    #call_action_inner .action_btn a, #call_action_inner .action_btn button {
        min-width: 160px !important;
        padding: 15px 0 !important;
    }

}
@media screen and (max-width: 480px) {
    #call_action_inner .action_btn a, #call_action_inner .action_btn button {
        font-size: 12px !important;
        line-height: 12px !important;
        min-width: 140px !important;
        padding: 10px 0 !important;


    }
    #call_of_action h3 {
        font-size: 16px;
    }
    .footer_compnay_info p {
        font-size: 12px;
        line-height: 16px;
    }
    #partner_inner {
        padding-top: 20px;
        padding-bottom: 10px;
    }
}



/**********************************************************************************************************/
/********************************Footer style 01***********************************************************/
/**********************************************************************************************************/

#footer_style_01 {
    background: #0b257f; /* Old browsers */
    background: -moz-linear-gradient(left, #0b257f 0%, #25409a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b257f 0%,#25409a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b257f 0%,#25409a 100%);
    padding: 60px 0;
}
#footer_style_01  .footer01_logo_copy {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

#footer_style_01 .copy_right_cont{
    margin-bottom: 0;
}
#footer_style_01 .copy_right_cont p{
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 0;
    color: #fff;
    font-weight: 300;
}
#footer_style_01 .copy_right_cont  a {
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
}

#footer_style_01 .footer01_mainbox  {
    padding-top: 50px;
}

#footer_style_01  .company_info
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;

}
#footer_style_01  .footer01_mainbox  .footer_style01_menu ul {
    padding-left: 55px;
}


#footer_style_01  .footer01_mainbox  .footer_style01_menu    li  {
    line-height: 1;
    font-weight: 300;
}
#footer_style_01  .footer01_mainbox  .footer_style01_menu    li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}

#footer_style_01  .footer01_mainbox  .footer_style01_menu    li a:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
    background: #fff;
    border-radius: 100%;
}

#footer_style_01  .footer_style01_address_cont {
    margin-bottom: 0;
}
#footer_style_01  .footer_style01_address_cont ul{
    margin: 0;
    padding: 0 14%;
    list-style-type: none;

}

#footer_style_01  .footer_style01_address_cont ul li ,
#footer_style_01  .footer_style01_address_cont ul li a
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
}
#footer_style_01  .footer_style01_address_cont ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 15px;
    font-weight: 300;

}
#footer_style_01  .footer_style01_address_cont ul li:last-child{
    margin-bottom: 0;
}
#footer_style_01  .footer_style01_address_cont ul li:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
}

#footer_style_01  .footer_style01_address_cont ul li:first-child:before {
    background: url(../../../assets/images/small_map_icon.png) no-repeat;
    top: 10px;
}

#footer_style_01  .footer_style01_address_cont ul li:nth-child(2):before {
    background: url(../../../assets/images/time-frame.png) no-repeat;
}

#footer_style_01  .footer_style01_address_cont ul li:nth-child(3):before {
    background: url(../../../assets/images/phone_small_icon.png) no-repeat;
}
#footer_style_01  .footer_style01_address_cont ul li:nth-child(4):before {
    background: url(../../../assets/images/envolope_small_icon.png) no-repeat;
}

#footer_style_01 .mailchamp_outer {
    background: rgba(0,0,0,.2);
    color: #fff;
    padding: 25px;
    margin-bottom: 0;
    font-weight: 300;
    border-radius: 8px;
}
#footer_style_01 .mailchamp_outer h3 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}

#footer_style_01 .mailchamp_outer input.mailchamp_input {
    background: none;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 14px;
    border-radius: 0;
    padding-left: 15px;
    color: #fff;
    height: 40px;
    font-weight: 300;

}

#footer_style_01 .mailchamp_outer input.mailchamp_input p {
    margin-bottom: 20px;
}
#footer_style_01 .mailchamp_outer input.mailchamp_input:focus ,
#footer_style_01 .mailchamp_outer #mail_submit:focus{
    outline-width: 0;
}

#footer_style_01 .mailchamp_outer input.mailchamp_input::placeholder ,
#footer_style_01 .mailchamp_outer input.mailchamp_input:-ms-input-placeholder ,
#footer_style_01 .mailchamp_outer input.mailchamp_input::-ms-input-placeholder
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #777;
    opacity: 1; /* Firefox */
}




#footer_style_01 .mailchamp_outer #mail_submit {
    background: #039ff5 !important;
    background: -moz-linear-gradient(left, #039ff5 0%, #14cfed 100%) !important;
    background: -webkit-linear-gradient(left, #039ff5 0%,#14cfed 100%) !important;
    background: linear-gradient(to right, #039ff5 0%,#14cfed 100%) !important;
    padding: 10px 20px!important;
    font-size: 14px!important;
    font-weight: 700;
    color: #fff!important;
    border-radius: 16px !important;
    line-height: 14px !important;
    border:none;
}
#footer_style_01 .mailchamp_outer #mail_submit:hover {
    background: #fcb100  !important;
}

#footer_style_01 .footer_style01_socialbox  li {
    padding: 0;
    margin: 10px 8px 0 0;
}
#footer_style_01 .footer_style01_socialbox  li a {
    width: 30px;
    height: 30px;
    display: table;
    background: #039ff5 !important;
    background: -moz-linear-gradient(left, #039ff5 0%, #14cfed 100%) !important;
    background: -webkit-linear-gradient(left, #039ff5 0%,#14cfed 100%) !important;
    background: linear-gradient(to right, #039ff5 0%,#14cfed 100%) !important;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}
#footer_style_01 .footer_style01_socialbox  li a .fa {
    display: table-cell;
    vertical-align: middle;
}
#footer_style_01 .footer_style01_socialbox  li a:hover
{
    -ms-transform: translateY(-5px); /* IE 9 */
    -webkit-transform: translateY(-5px); /* Safari 3-8 */
    transform: translateY(-5px);
    background: #029ef5 ;
    color: #fff;
}

#footer_style_01 .footer01_mainbox .footer_style01_menu li a:hover ,
#footer_style_01 .footer_style01_address_cont ul li a:hover

{
    color: #029ef5 ;
}
#footer_style_01 .footer01_mainbox .footer_style01_menu li a:hover:before {
    background: #029ef5 ;
}
#footer_style_01 .copy_right_cont a:hover {
    color: #029ef5 ;
}


@media screen and (max-width: 1199px){
    #footer_style_01 .footer01_mainbox .footer_style01_menu ul {
        padding-left: 40px;
    }
    #footer_style_01 .footer_style01_address_cont ul {
        padding: 0 5%
    }
    #footer_style_01 .mailchamp_outer {
        padding: 15px;
    }


}
@media screen and (max-width: 991px){
    #footer_style_01 .footer01_mainbox {
        display: none;
    }

    #footer_style_01 .footer01_logo_copy {
        padding: 0;
        border: none;
    }
    #footer_style_01 {
        padding: 20px 0;
    }

}

@media screen and (max-width: 585px) {
    #footer_style_01 .footer01_logo_copy {
        display: block;
    }

    #footer_style_01 .footer_logo_box ,
    #footer_style_01 .footer_copy_right_box {
        max-width: 100% !important;
        flex-basis: 100% !important;
        text-align: center !important;
        width: 100%;
    }
}


/**********************************************************************************************************/
/********************************Footer style 02***********************************************************/
/**********************************************************************************************************/

#footer02_section1 {
    background: #112c8e !important;
    border-bottom: 1px dashed rgba(255,255,255,.1);
}

#footer02_section1  .consultation_box {
    margin-bottom: 0;
}

#footer02_section1  .consultation_box ul  {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer02_section1  .consultation_box ul  li a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 20px;
    display: inline-block;

}
#footer02_section1  .consultation_box ul  li a  .fa {
    margin-right: 10px;
}

#footer02_section1 .footer_style2_menu1   ul li {
    padding: 20px  10px 12px;
    line-height: 1;
    margin: 0 10px;
}
#footer02_section1 .footer_style2_menu1   ul li:first-child{
    margin-left: 0;
}
#footer02_section1 .footer_style2_menu1   ul li:last-child{
    margin-right: 0;

}
#footer02_section1 .footer_style2_menu1   ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;

}

#footer02_section2{
    background: #0e2781 !important;
    background: -moz-linear-gradient(-45deg, #0e2781 0%, #2b45a0 100%) !important;
    background: -webkit-linear-gradient(-45deg, #0e2781 0%,#2b45a0 100%) !important;
    background: linear-gradient(135deg, #0e2781 0%,#2b45a0 100%) !important;
    padding: 50px 0;
}

#footer02_section3 {
    background: #112c8e !important;

    font-weight: 300;
    color: #fff;
    padding: 20px 0;
    border-top: 1px dashed rgba(255,255,255,.1);
}

#footer02_section3  .footer_socail_box  li  {
    padding: 0;
    margin-right: 10px;
}
#footer02_section3  .footer_socail_box  li:last-child{
    margin-right: 0;

}

#footer02_section3  .footer_socail_box  li  a  {
    color: #fff;
    font-size: 14px;
}

#footer02_section3  .copy_rights {
    margin-bottom: 0;
}


#footer02_section2 .user_intention {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}

#footer02_section2 .compnay_info_box {
    margin-bottom: 0;
}

#footer02_section2 .compnay_info_box  ul {
    padding: 0 10%;
    margin: 0;
    list-style: none;
}

#footer02_section2 .compnay_info_box  ul li{
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
}
#footer02_section2 .compnay_info_box  ul li a ,
#footer02_section2 .compnay_info_box  ul li
{
    color: #fff;
}
#footer02_section2 .compnay_info_box  ul li span {
    color: #fff;
    margin-top: 10px;
    display: block;
}
#footer02_section2 .compnay_info_box  ul li:last-child{
    margin-bottom: 0;
}

#footer02_section2 .compnay_info_box ul li:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
}

#footer02_section2 .compnay_info_box ul li:first-child:before {
    background: url(../../../assets/images/small_map_icon.png) no-repeat;

}

#footer02_section2 .compnay_info_box ul li:nth-child(2):before {
    background: url(../../../assets/images/phone_small_icon.png) no-repeat;

}

#footer02_section2 .compnay_info_box ul li:nth-child(3):before {
    background: url(../../../assets/images/envolope_small_icon.png) no-repeat;
}
#footer02_section2 .bbfb-menu-dark-title {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 15px;
}

#footer02_section2 .menu li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;

}
#footer02_section2 .menu li a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 4px solid transparent;
    left: 0;
    top: 4px;
}


#footer02_section1 .footer_style2_menu1 ul li a:hover ,
#footer02_section1 .consultation_box ul li a:hover ,
#footer02_section2 .compnay_info_box ul li a:hover,
#footer02_section2 .menu li a:hover ,
#footer02_section3 .footer_socail_box li a:hover
{
    color: #029ef5;
}

#footer02_section2 .menu li a:hover:before {
    border-left-color: #029ef5 ;
}

#footer02_section2 .footer_menu2  {
    padding-left: 5%;
}

@media screen and (max-width: 991px){
    #footer02_section2 .bbhd-flexbox-container {
        display: block;
    }
    #footer02_section2 .bbhd-flexbox-container .footer_02_logobox {
        max-width: 100% !important;
        flex-basis: 100% !important;
        width: 100%;
        text-align: center !important;
    }
    #footer02_section2 .bbhd-flexbox-container .footer_02_logobox p {
        text-align: center !important;
    }
    #footer02_section2 .footer_02_companybox  ,
    #footer02_section2 .footer_02_menu ,
    #footer02_section1 .footer_02_flex2
    {
        display: none;
    }
    #footer02_section1 .footer_02_flex1 {
        max-width: 100% !important;
        flex-basis: 100% !important;
        text-align: center;
    }
    #footer02_section2 .user_intention.user_intention2 {
        margin-top: 0;
    }
}
@media screen and (max-width: 767px){
    #footer02_section1 {
        display: none;
    }

}



/**********************************************************************************************************/
/********************************Footer style 03***********************************************************/
/**********************************************************************************************************/

#footer_style03 {
    background: #0b257f; /* Old browsers */
    background: -moz-linear-gradient(left, #0b257f 0%, #25409a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b257f 0%,#25409a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b257f 0%,#25409a 100%);
    padding: 80px 0;
}


#footer_style03 .footer_menu  ul li  {
    line-height: 1;
    position: relative;
    padding-left: 20px;
}
#footer_style03 .footer_menu  ul li a  {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    letter-spacing: normal;
    position: relative;
}

#footer_style03 .footer_menu  ul li:before{
    position: absolute;
    content: "";
    border: 2px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: 0;
    top: 13px;
}
#footer_style03 .footer_menu  ul li a:before ,
#footer_style03 .footer_menu  ul li a:after {
    content: '';
    position: absolute;
    transition: transform .5s ease;
}

#footer_style03 .footer_menu  ul li a:before {
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #029ef5;
    transform: scaleX(0);
}

#footer_style03 .footer_menu  ul li:hover a:before {
    transform: scaleX(1);
}

#footer_style03 .footer_menu  ul li:hover a  {
    color: #029ef5;
}

#footer_style03 .footer_menu  ul li:hover:before{
    background: #029ef5;
    border-color: #029ef5;
}

#footer_style03 .compnay_info_box ul{
    padding: 0 8%;
    margin: 0;
    list-style-type: none;
}

#footer_style03 .compnay_info_box ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
#footer_style03 .compnay_info_box ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
#footer_style03 .compnay_info_box ul li:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
}
#footer_style03 .compnay_info_box ul li:last-child{
    margin-bottom: 0;
}

#footer_style03 .compnay_info_box ul li:first-child:before {
    background: url(../../../assets/images/small_map_icon.png) no-repeat;
}
#footer_style03 .compnay_info_box ul li:nth-child(2):before {
    background: url(../../../assets/images/phone_small_icon.png) no-repeat;
}
#footer_style03 .compnay_info_box ul li:nth-child(3):before {
    background: url(../../../assets/images/envolope_small_icon.png) no-repeat;
}
#footer_style03 .compnay_info_box ul li span {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

#footer_style03 .mailchamp_box > .wpb_text_column  {
    margin-bottom: 0;
}

#footer_style03 .mailchamp_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
}

#footer_style03 .mailchamp_input {
    height: 40px;
    position: relative;
    border-radius: 0;
}
#footer_style03  #mail_submit {
    position: absolute;
    top: 41px;
    right: 20px;
    padding: 10px 20px;
    color: #fff;
    border:none;
    background: #00abf0;
    border-radius: 0;
    transition: .5s ease-in-out;
}

#footer_style03 .mailchamp_input:focus ,
#footer_style03  #mail_submit:focus {
    outline-width: 0;
}
#footer_style03 .mailchampbox br {
    display: none;
}
#footer_style03  .footer_03_socialbox   li {
    padding: 0;
    margin: 25px 10px 25px 0;

}

#footer_style03  .footer_03_socialbox   li a {
    width: 30px;
    height: 30px;
    display: table;
    background: #029ef5;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
}
#footer_style03  .footer_03_socialbox   li a .fa {
    display: table-cell;
    vertical-align: middle;
}

#footer_style03  .payment_method {
    margin-bottom: 0;
}

#footer_style03 .compnay_info_box ul li a:hover {
    color: #029ef5;
}

#footer_style03  .footer_03_socialbox   li a:hover

{
    background: #fff;
    color: #029ef5;
}
#footer_style03  #mail_submit:hover {

    background: #0b257f;
    color: #fff;
}


@media screen and (max-width: 991px){
    #footer_style03 {
        padding: 50px 0;
    }
    #footer_style03 .footer_menu {
        display: none;
    }
    #footer_style03  .compnay_infobox ,
    #footer_style03 .mailchamp_box
    {
        max-width: 50%!important;
        flex-basis: 50% !important;
    }
    #footer_style03 .compnay_info_box {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 580px) {
    #footer_style03  .compnay_infobox {
        max-width: 100%!important;
        flex-basis: 100% !important;
    }
    #footer_style03 .mailchamp_box {
        display: none;
    }
    #footer_style03 {
        padding: 30px 0;
    }
    #footer_style03 .compnay_info_box ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

}

/**********************************************************************************************************/
/********************************Footer style 04 ***********************************************************/
/**********************************************************************************************************/

#footer_style04 {
    background: #0b257f; /* Old browsers */
    background: -moz-linear-gradient(left, #0b257f 0%, #25409a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b257f 0%,#25409a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b257f 0%,#25409a 100%);
    padding: 70px;
}
#footer_style04  .footer_style04_sec1 {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

#footer_style04  .footer_style04_sec1   .footer_04_title {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
}
#footer_style04  .footer_style04_sec1  .footer_04_listing {
    margin-bottom: 0;
}

#footer_style04  .footer_style04_sec1 ul {
    padding: 0 10% 0 0;
    margin: 0;
    list-style-type: none;

}
#footer_style04  .footer_style04_sec1 ul li {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
#footer_style04  .footer_style04_sec1 ul li a {
    color: #fff;
    font-size: 16px;
}

#footer_style04 .footer_style04_sec2  {
    margin-top: 40px;
}


#footer_style04 .footer_style04_sec2   .rights_box {
    margin-bottom: 0;
}
#footer_style04 .footer_style04_sec2   .rights_box p  {
    font-size: 16px;
    line-height: 16px;
    color: #fff;

}
#footer_style04 .footer_style04_sec2   .rights_box p  a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
#footer_style04 .footer_style04_sec2  .footer04_menu2 ul li {
    line-height: 1;
}
#footer_style04 .footer_style04_sec2  .footer04_menu2 ul li a{
    font-size: 16px;
    line-height: 16px;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;


}

#footer_style04 .footer_style04_sec1 ul li a:hover ,
#footer_style04 .footer_style04_sec2 .footer04_menu2 ul li a:hover ,
#footer_style04 .footer_style04_sec2   .rights_box p  a:hover
{

    color: #029ef5;
}
.footer_style04_sec2_flex2  .footer04_menu2 {
    line-height: 0;
}


@media screen and (max-width: 1199px){
    #footer_style04 .footer_style04_sec1 ul li ,
    #footer_style04 .footer_style04_sec1 ul li a{
        font-size: 14px;
    }
    #footer_style04 {
        padding: 50px 0;
    }
    #footer_style04 .footer_style04_sec1 {
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 767px) {
    #footer_style04 .footer_style04_sec2 .footer04_menu2 ul li {
        display: inline-block;
    }
    #footer_style04   .footer_style04_sec1 {
        display: none;
    }
    #footer_style04 .footer_style04_sec2 {
        margin-top: 0;
    }
    #footer_style04 {
        padding: 20px 0;
    }
    .footer_style04_sec2  .footer_style04_sec2_flex1 {
        max-width: 40% !important;
        flex-basis: 40% !important;
    }
    .footer_style04_sec2  .footer_style04_sec2_flex2 {
        max-width: 60% !important;
        flex-basis: 60% !important;
    }
    #footer_style04 .footer_style04_sec2 .footer04_menu2 ul li a ,
    #footer_style04 .footer_style04_sec2 .rights_box p,
    #footer_style04 .footer_style04_sec2 .rights_box p a{
        font-size: 14px;
        line-height: 14px;
    }
}

@media screen and (max-width: 580px) {
    #footer_style04  .footer_style04_sec2 {
        display: block;
    }
    #footer_style04 .footer_style04_sec2_flex1 ,
    #footer_style04 .footer_style04_sec2_flex2
    {
        width: 100%;
        text-align: center;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    #footer_style04 .footer_style04_sec2_flex2 {
        margin-top: 10px;
    }
}