@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');


/*****************************************************/
/******************** Font Family *******************/
/*****************************************************/

.nunito_font  {font-family: 'Nunito', sans-serif}
.poppins_font  {font-family: 'Poppins', sans-serif}


#footer_cont {
    background: url(../../../assets/images/footer_background.svg) no-repeat top;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;

}
#footer_call_of_Sec {
    background:#080245;
    padding: 50px 60px;
    border-radius: 8px;
    margin: 0 30px;
}

#footer_call_of_Sec .action_heading {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 18px 0 0;
}
#footer_call_of_Sec .action_button {
    margin: 0 !important;
}
#footer_call_of_Sec .action_button  button,
#footer_call_of_Sec .action_button  a{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    padding: 24px 38px;
    background: #fff !important;
    border: none !important;
    color: #080245 !important;
    transition: .5s ease-in-out;
    box-shadow: 0 10px 15px rgba(0,0,0,.15);
}

#footer_call_of_Sec .action_button button:hover, #footer_call_of_Sec .action_button a:hover {
    background: #0039b7 !important;
    color: #fff !important;
}

#main_footer_sec  {
    padding-top: 80px;
}
.footer_section1 p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    margin: 40px 0 32px;
}
#main_footer_sec  .bbhd-social  li {
    padding: 0 12px;
}
#main_footer_sec  .bbhd-social  li:first-child{
    padding-left: 0;
}
#main_footer_sec  .bbhd-social  li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.footer_section_main_class  .main_footer_heading {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-top: 0;
    margin-bottom: 27px;
}

.footer_section_main_class .widget {
    padding: 0;
    margin: 0;
    background: none;
    box-shadow: 0;
}
.footer_section_main_class .hostiko_footer_menu ul li:before{
    display: none;
}
.footer_section_main_class .hostiko_footer_menu ul li {
    padding: 0;
    margin: 0;
    line-height: 0;
    border: none;
}
.footer_section_main_class .hostiko_footer_menu ul li a , .footer_section_main_class p a , .footer_section_main_class p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;

}
.footer_section_main_class .hostiko_footer_menu ul li a:hover , .footer_section_main_class p a:hover  ,
#main_footer_sec .bbhd-social li a:hover
{
    color: #3fd7d7;
}
#main_footer_sec2 {
    padding-top: 47px;
}

@media screen and (max-width: 1199px) {

    #footer_cont {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    #footer_call_of_Sec .vc_col-sm-9 {
        width: 60%;
        float: left;
    }
    #footer_call_of_Sec .vc_col-sm-3 {
        width: 40%;
        float: left;
    }

    .footer_section_main_class .vc_col-sm-1 {
        display: none;
    }
    .footer_section_main_class .vc_col-sm-2{
        width: 33%;
    }
}

@media screen and (max-width: 767px){
    .footer_section_main_class .vc_col-sm-2{
        display: none;
    }
      #footer_call_of_Sec .vc_col-sm-3 ,
      #footer_call_of_Sec .vc_col-sm-9{
        width: 100%;
    }

    #footer_call_of_Sec {
        padding: 30px;
        width: 80%;
        margin: 0 auto;
    }
    #footer_call_of_Sec .action_heading {
        margin: 0 0 20px;
        text-align: center !important;
    }
    #footer_call_of_Sec .action_button {
        text-align: center !important;
        display: block;
    }

    #footer_call_of_Sec .action_button button, #footer_call_of_Sec .action_button a {
        padding: 18px 30px;
    }

    #main_footer_sec {
        padding-top: 30px;
        text-align: center;
    }
    #main_footer_sec .footer_section1 p {
        text-align: center !important;
        margin: 10px 0 10px;
    }
    #main_footer_sec2 {
        display: none;
    }
    #footer_cont {
        padding-top: 50px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 580px){
    #footer_call_of_Sec .action_heading {
        font-size: 24px;
        line-height: 30px;
    }


}

@media  screen and (max-width: 425px) {
    #footer_call_of_Sec {
        padding: 20px;
        width: 100%;
    }
    #footer_call_of_Sec .action_heading {
        margin: 0 0 15px;
    }
    #footer_call_of_Sec .action_heading {
        font-size: 20px;
        line-height: 24px;
    }
    #footer_call_of_Sec .action_button button, #footer_call_of_Sec .action_button a {
        font-size: 16px;
        line-height: 16px
    }

}




/**********************************************************************************************************/
/********************************Footer style 01***********************************************************/
/**********************************************************************************************************/

#footer_style_01 {
    background: url(../../../assets/images/footer_background.svg) no-repeat top;
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}
#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: 400;
}
#footer_style_01 .copy_right_cont  a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}

#footer_style_01 .footer01_mainbox  {
    padding-top: 50px;
}

#footer_style_01  .company_info
{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;

}
#footer_style_01  .footer01_mainbox  .footer_style01_menu ul {
    padding-left: 25px;
}


#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: 400;
}

#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 5%;
    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: 400;
}
#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: 400;

}
#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;
}
#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 p {
    font-size: 14px;
    line-height: 24px;
}

#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: #fff;
    opacity: 1; /* Firefox */
}




#footer_style_01 .mailchamp_outer #mail_submit {
    background: #3fd7d7  !important;
    padding: 10px 20px!important;
    font-size: 14px!important;
    font-weight: 700;
    color: #080245  !important;
    border-radius: 0 !important;
    line-height: 14px !important;
    border:none;
}
#footer_style_01 .mailchamp_outer #mail_submit:hover {
    background: #080245    !important;
    color: #fff !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;

    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: #3fd7d7  ;
    color: #080245 ;
}

#footer_style_01 .footer01_mainbox .footer_style01_menu li a:hover ,
#footer_style_01 .footer_style01_address_cont ul li a:hover

{
    color: #3fd7d7;
}
#footer_style_01 .footer01_mainbox .footer_style01_menu li a:hover:before {
    background: #3fd7d7;
}
#footer_style_01 .copy_right_cont a:hover {
    color: #3fd7d7 ;
}


@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:#0037b5;
    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;

}

#footer02_section2{
    background: url(../../../assets/images/footer_background.svg) no-repeat top;
    background-size: cover;
    padding: 50px 0;
    background-attachment: fixed;
}

#footer02_section3 {
    background:#0037b5;
    font-weight: 400;
    color: #fff;
    padding: 20px 0;
    border-top: 1px dashed rgba(255,255,255,.1);
    font-size: 14px;
    line-height: 14px;
}

#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(0,0,0,.1);
    margin-bottom: 15px;
    font-weight: 400;
    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: 400;
    text-transform: capitalize;
    margin-bottom: 15px;
}

#footer02_section2 .menu li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 15px;

}
#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: #3fd7d7 ;
}

#footer02_section2 .menu li a:hover:before {
    border-left-color: #3fd7d7  ;
}

#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: url(../../../assets/images/footer_background.svg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    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: #3fd7d7  ;
    transform: scaleX(0);
}

#footer_style03 .footer_menu  ul li:hover a:before {
    transform: scaleX(1);
}

#footer_style03 .footer_menu  ul li:hover a  {
    color: #3fd7d7  ;
}

#footer_style03 .footer_menu  ul li:hover:before{
    background: #3fd7d7  ;
    border-color: #3fd7d7  ;
}

#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-weight: 400;
    font-size: 16px;
    color: #fff;
}
#footer_style03 .compnay_info_box ul li a {
    font-size: 16px;
    color: #fff;
}
#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;
}

#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: #0039b7 ;
    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: #444;
    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: #3fd7d7 ;
}

#footer_style03  .footer_03_socialbox   li a:hover
{
    background: #080245 ;
    color: #3fd7d7;
}
#footer_style03  #mail_submit:hover {
    background: #080245  ;
    color: #3fd7d7 ;
}


@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: url(../../../assets/images/footer_background.svg) no-repeat top;
    background-size: cover;
    background-attachment: fixed;
    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;
    font-weight: 400;
    color: #fff;

}
#footer_style04 .footer_style04_sec2   .rights_box p  a {
    color: #3fd7d7;
}
#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: #3fd7d7;
}
.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;
    }
}