img{
    width: 100%;
}
header{}

.fbt_top_bar{
    background-color: #ef8101;
}
.fbt_top_bar .top_bar_links{margin: 0;padding: 6px 0;}
.fbt_top_bar .top_bar_links ul{margin: 0;padding: 4px 0;list-style: none;}
.fbt_top_bar .top_bar_links ul li{display: inline-block;padding: 0 5px;color: #fff;}
.fbt_top_bar .top_bar_links ul li a{color: #fff;text-decoration: none;font-size: 17px;font-weight: 500;}
.fbt_top_bar .top_bar_links ul li a i{color: #fff;font-size: 20px;}

.facebook{
    background-color: #f59c35;
    padding: 6px 12px;
    border-radius: 50px;
}
.linkedin{
    background-color: #f59c35;
    padding: 6px 9px;
    border-radius: 50px;
}
.twitte{
    background-color: #f59c35;
    padding: 6px 10px;
    border-radius: 50px;
}
.insta{
    background-color: #f59c35;
    padding: 6px 9px;
    border-radius: 50px;
}

.fbt_submit_btn{
    display: block;
    border: none;
    background-color: #3e3e3e;
    color: #fff;
    padding: 4px 64px;
    border-radius: 0px;
    font-size: 18px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


.call-btn{
    position: fixed !important;
    top: 46%;
    z-index: 1000;
    display: block;
    right: 0px;
  }
.call-btn ul{margin: 0;list-style: none;}
.call-btn ul li{width: 48px;padding-top: 8px;padding-bottom: 8px;text-align: center;background-color: #ef8101;margin-right: 5px;margin-bottom: 4px;cursor: pointer;display: block;left: 0;}
.call-btn ul li a{ 
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    top: 0px;
    padding: 1px 14px; 
}
.call-btn ul li a i{ 
    color: #fff;
    font-size: 28px;
    padding-right: 7px; 
}

.fbt_link_btn{
    background-color: #0a8f00;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.fbt_link_btn:hover{
    color: #fff;
    background-color: #ef8101;
}
.fbt_btn_inner{
    color: #fff;
    text-decoration: none;
    padding: 8px 26px;
    margin-top: 14px;
    display: inline-block;
}
.fbt_bg_blue{
    background-color: #ef8101;
}

.fbt_bg_yellow{    
    background-color: #ffbd07;
}

.fbt_head{
    padding: 0 0;
    margin: 0 auto;
    box-shadow: 0px 1px 3px #ccc;
}
.fbt_head .fbt_logo{
    width: 50%;
    margin-top: 1px;
}
.fbt_head .fbt_logo img{}
.fbt_head .fbt_navbar {}
.fbt_head .navbar {}
.fbt_head .navbar .navbar-nav {
    padding: 10px 0;
}
.fbt_head .navbar .navbar-nav .nav-item {
    padding-right: 8px;
}
.fbt_head .navbar .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    color: #4a4a4a;
    font-weight: 500;
    text-transform: uppercase;
}

.fbt_head .navbar .navbar-nav .nav-item .nav-link:hover{   
    color: #ef8101;
    border-bottom: 2px solid #ef8101;
    
}

.fbt_marine_slider{
    position: relative;
}
.fbt_marine_slider .fbt_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.fbt_marine_slider .fbt_slider img{}
.fbt_marine_slider .fbt_slider_over{
    position: absolute;
    width: 100%;
    bottom: 65px;
    z-index: 1;
}
.fbt_marine_slider .fbt_slider_over .fbt_main_sec{}

.slider_masking{
    position: absolute;
    top: 159px;
    z-index: 4;
    width: 100%;
}

.side_bar{
   
float: left;
   
top: 15px;
}
.side_bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.side_bar ul li{
    margin: 15px 0;
    background-color: #1a1d56;
    padding: 11px 47px;
}
.side_bar ul li:hover{
    background-color: #c6191d;
}
.side_bar ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 17px;
}

.home_query{
    width: 30%;
    background-color: #082278db;
    padding: 0px 0px;
    float: right;
}
.home_query h2{
    color: #fff;
    font-size: 14px;
    background-color: #0184d4;
    padding: 7px 7px;
    text-transform: capitalize;
}
.home_query .front_query_form{
    padding: 16px 15px;
}
.home_query .front_query_form .form-group{
    margin-bottom: 6px;
}
.home_query .front_query_form .form-group label{
    color: #fff;
    font-size: 13px;
}
.home_query .front_query_form .form-group .form-control{
    padding: 4px 9px;
    line-height: 10px;
    font-size: 14px;
}

.home_query .front_query_form .form-group textarea.form-control {
    height: inherit!important;
}

.fbt_about_sec{
    padding: 52px 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(
90deg
, #FFFFFF 39%, #00A0E3 32%);
}
.fbt_about_sec .fbt_about_info{}
.fbt_about_sec .fbt_about_info h2{
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}
.fbt_about_sec .fbt_about_info p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    padding: 0;
}

.inner_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.inner_slider .inner_slider_title{
    margin-left: auto;
    margin-right: auto;
    width: 36%;
    position: absolute;
    top: 195px;
    background-color: #1a1d56eb;
    padding: 24px 44px;
}
.inner_slider .inner_slider_title h2{
    color: #fff;
    font-size: 27px;
}
.inner_slider .inner_slider_title p{
    font-size: 14px;
    color: #fff;
}


.spnp_about_sec{
    padding: 52px 0;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.spnp_about_sec .spnp_about_info{}
.spnp_about_sec .spnp_about_info h2{
    color: #0059aa;
    font-size: 35px;
    font-weight: 700;
}
.spnp_about_sec .spnp_about_info p{
    font-size: 16px;
    color: #505050;
    margin-bottom: 5px;
    padding: 0;
}


.fbt_news_blog{
    padding: 48px 0;
}
.fbt_news_blog h2{color: #3c3c3c;text-align: center;margin-bottom: 16px;text-transform: uppercase;}
.fbt_news_blog .news_blog_slider{}
.fbt_news_blog .news_blog_slider .news_info a{
    text-decoration: none;
}
.fbt_news_blog .news_blog_slider .news_info{
    background-color: #fff;
    padding: 0px 0px;
    border-radius: 4px;
    float: left;
    margin: 0;
}
.fbt_news_blog .news_blog_slider .news_info .news_image{
    border-radius: 4px;
    overflow: hidden;
}
.fbt_news_blog .news_blog_slider .news_info .news_image img{}
.fbt_news_blog .news_blog_slider .news_info .news_detail{
    padding: 6px 15px;
    overflow: hidden;
}
.fbt_news_blog .news_blog_slider .news_info .news_detail h2{
    color: #0184d4;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0px 0;
    /* height: 6px; */
    text-transform: capitalize;
}
.fbt_news_blog .news_blog_slider .news_info .news_detail p{}
.fbt_news_blog .news_blog_slider .news_info .info-btn{
    text-decoration: none;
    font-size: 16px;
    background-color: #f27e2c;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    margin: 4px 8px;
    display: block;
    text-align: center;
}

.fbt_members_logo{
    padding: 34px 0;
    background-color: #fff;
}


.other_service{
    width: 100%;
    padding: 26px 0;
}
.other_service .other_title{
    text-align: center;
}
.other_service .other_title h2{
    color: #00599d;
}
.other_service .service_slider{
}
.other_service .service_slider .service_block{
    padding: 0px;
    box-shadow: 1px 3px 4px #ccc;
    min-height: 432px !important;
}
.other_service .service_slider .service_block .service_img{}
.other_service .service_slider .service_block .service_img img{}
.other_service .service_slider .service_block .service_info{
    padding: 6px 4px;
}
.other_service .service_slider .service_block .service_info h3{
    color: #00599d;
    font-size: 16px;
    text-align: center;
}
.other_service .service_slider .service_block .service_info p{
    font-size: 13px;
    text-align: justify;
    margin-bottom: 9px;
}


.fbt_footer{
    background-color: #171717;
    padding: 30px 0;
    margin: 0 auto;
}
.fbt_footer .fbt_footer_inner{
    text-align: left;
    color:#fff;
}
.fbt_footer .fbt_footer_inner img{
    width: 65%;
}
.fbt_footer .fbt_footer_social{
    width: 100%;
    padding: 2px 0;
}
.fbt_footer .fbt_footer_social h2{
    font-size: 17px;
    color: #ef8100;
    }
.fbt_footer .fbt_footer_social p{
    color: #fff;
    margin-bottom: 7px;
    }
.fbt_footer .fbt_footer_social p a{
    color: #fff;
    text-decoration:none;
}
.fbt_footer .fbt_footer_social p i{
    color: #fff;
   font-size:14px;
}
.fbt_footer .fbt_footer_social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.fbt_footer .fbt_footer_social ul li{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fb6800;
    border-radius: 21px;
    overflow: hidden;
    padding: 3px 0;
}
.fbt_footer .fbt_footer_social ul li:hover{
    background-color: #00599d;
}
.fbt_footer .fbt_footer_social ul li a{
    color: #fff;
}
.fbt_footer .fbt_footer_social ul li a i{
    
padding: 0 8px;
}
.fbt_footer .fbt_footer_links{
    width: 100%;
    padding: 0 0;
    margin: 0px 0;
}
.fbt_footer .fbt_footer_links h2{
    font-size: 17px;
    color: #ef8100;
}
.fbt_footer .fbt_footer_links ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.fbt_footer .fbt_footer_links ul li{
    display: block;
    padding: 0 4px;
}
.fbt_footer .fbt_footer_links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}
.fbt_footer .fbt_footer_links ul li a:hover{
    color: #f27e2c;
    border-bottom: 2px #f27e2c solid;
}
.fbt_footer .copy_right{
    text-align: center;
}
.fbt_footer .copy_right p{
    margin: 0 auto;
    padding: 0;
    color: #929292;
    font-size: 13px;
}

.bg_dark{
    background-color: #f07d00;
    color: #fff;
}

.far_contact{
    padding: 46px 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.far_contact .far_contact_heading{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.far_contact .far_contact_heading h2{
    font-size: 36px;
    font-weight: 700;
    color: #00599d;
}
.far_contact .far_contact_heading span{}
.far_contact .far_contact_block{
    padding: 40px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}
.far_contact .far_contact_block .far_contact_info{
    padding: 20px 30px;
}
.far_contact .far_contact_block .far_contact_info h3{
    font-size: 22px;
}

.far_contact .far_contact_block .far_contact_info p{
    color: #ffffff;
    font-size: 17px;
    margin: 0;
}
.far_contact .far_contact_block .far_contact_info p a{
    color: #ffffff;
    text-decoration: none;
}
.far_contact .far_contact_block .far_contact_info p i{}
.far_contact .far_query_form{
    padding: 0px 23px;
}
.far_contact .far_query_form .far-search{}
.far_contact .far_query_form .far-search .form-group{
    position: relative;
    margin-bottom: 26px;
    text-align: right;
}
.far_contact .far_query_form .far-search .form-group .form-control{
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 14px;
    border: #ffffff 1px solid;
    color: rgb(123 123 123)!important;
    background: #f1f1f1!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.far_contact .far_query_form .far-search .form-group textarea.form-control {
    height: inherit!important;
}
.far_contact .far_query_form .far-search .form-group .far_query_btn{
    display: inline-block;
    border: none;
    background-color: #f07d00;
    color: #fff;
    padding: 10px 75px;
    border-radius: 0px;
    font-size: 18px;
}
.far_contact .far_notice{
    text-align: center;
}
.far_contact .far_notice p{}
.far_contact .far_notice p a{
    color: #333;
}


.fbt_content_sec2{
    width: 100%;
    background-color: #e1ffdf;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
}
.fbt_content_sec2 h2{
    color: #00599d;
    font-size: 31px;
    text-align: center;
    margin-bottom: 30px;
}
.fbt_content_sec2 .content_sec2_block_lft{
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background-color: #fff;
    display: inline-flex;
    height: 184px;
}
.fbt_content_sec2 .content_sec2_block_lft .content_sec2_block_img{
    width: 45%;
    position: relative;
    left: -70px;
    /* display: flex; */
}
.fbt_content_sec2 .content_sec2_block_lft .content_sec2_block_img img{
    box-shadow: 1.5rem 0 0 0 #e2e9ed;
    display: block;
    margin-left: 0;
    position: absolute;
    max-width: 275px;
    height: 184px;
    z-index: 1;
    border-radius: 50%;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease,;
}
.fbt_content_sec2 .content_sec2_block_lft  .content_sec2_block_info{width: 100%;position: relative;padding: 14px 17px;padding-left: 0;}
.fbt_content_sec2 .content_sec2_block_lft .content_sec2_block_info h2{
    text-align: left;
    margin-bottom: 8px;
    font-size: 28px;
}
.fbt_content_sec2 .content_sec2_block_lft .content_sec2_block_info p{
}
.fbt_content_sec2 .content_sec2_block_rit{
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background-color: #fff;
    display: inline-flex;
    height: 184px;
}
.fbt_content_sec2 .content_sec2_block_rit .content_sec2_block_img{
    width: 45%;
    position: relative;
    right: -70px;
    /* display: flex; */
}
.fbt_content_sec2 .content_sec2_block_rit .content_sec2_block_img img{
    box-shadow: -1.5rem 0 0 0 #e2e9ed;
    display: block;
    margin-left: 0;
    position: absolute;
    max-width: 218px;
    height: 184px;
    z-index: 1;
    border-radius: 50%;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease,;
}
.fbt_content_sec2 .content_sec2_block_rit  .content_sec2_block_info{
    width: 100%;
    position: relative;
    padding: 14px 17px;
    padding-right: 0;
}
.fbt_content_sec2 .content_sec2_block_rit .content_sec2_block_info h2{
    text-align: left;
    margin-bottom: 8px;
    font-size: 28px;
}
.fbt_content_sec2 .content_sec2_block_rit .content_sec2_block_info p{
    margin-bottom: 0;
}



.befor_footer{
    background-color: #ffffff;
}
.befor_footer .footer_product_list{
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    text-align: center;
}
.befor_footer .footer_product_list ul{
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.befor_footer .footer_product_list ul li{
    display: inline-block;
    padding: 8px 14px;
    width: 15%;
}
.befor_footer .footer_product_list ul li a{
    color: #fff;
    text-decoration: none;
}
.befor_footer .footer_product_list ul li a img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

.befor_footer .footer_product_list ul li a img:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
    }

.fbt_faq_sec{
    padding: 29px 0;
    margin: 0 auto;
}
.fbt_faq_sec .fbt_faq_info{
    padding: 0 116px;
    margin: 0 auto;
}
.fbt_faq_sec .fbt_faq_info .faq_title{
    text-align: center;
}
.fbt_faq_sec .fbt_faq_info .faq_title h2{
    color: #00599d;
}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail{
    box-shadow: 0px 3px 4px #ccc;
}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail .accordion{}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail .accordion .accordion-item{}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail .accordion .accordion-item .accordion-header{}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail .accordion .accordion-item .accordion-header .accordion-button{
    color: #00599d;
}
.fbt_faq_sec .fbt_faq_info .fbt_faq_detail .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    color: #f8f9fa;
    background-color: #00599d;
}


.fbt_content_bg{
    background: url(../images/testi-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.fbt_content_bg::before{
    content: '';
    background-color: #00133e8a;
    position: absolute;
    height: 100%;
    width: 100%;
}
.fbt_content_bg .fbt_inner_content{
    z-index: 1;
    padding: 26px 0;
    position: relative;
}
.fbt_content_bg .fbt_inner_content .fbt_content_bg_title{text-align: center;}
.fbt_content_bg .fbt_inner_content .fbt_content_bg_title h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 39px;
}
.fbt_content_bg .fbt_inner_content .fbt_content_sec{
    padding: 24px 24px;
    background-color: #003dc861;
    border-radius: 13px;
    border: 1px #698cdc80 solid;
}
.fbt_content_bg .fbt_inner_content .fbt_content_sec p{
    color: #fff;
    margin: 0;
}
.fbt_content_bg .fbt_inner_content .fbt_content_sec p strong{
    color: #FFC107;    
}
.fbt_content_bg .fbt_inner_content .fbt_content_sec ul{}
.fbt_content_bg .fbt_inner_content .fbt_content_sec ul li{
    color: #fff;
}

.modal-content {
    background-color: #ef8101 !important;
}

.modal-header-product{
    padding: 3px 3px;
}
.modal-header-product .modal-title{
    width: 94%;
    float: left;
    padding: 0px 14px;
    color: #fff;
}
.modal-header-product .btn-close{
    float: right;
    padding: 7px 6px;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    font-size: 9px;
}

.modal-content .modal-header{
    border:none;
    color: #fff;
    padding: 8px 23px;
}
.modal-body .front_query_form{
    padding: 0px 0px;
}
.modal-body .front_query_form .form-group{
    margin-bottom: 6px;
    overflow: hidden;
    width: 100%;
}

.modal-body .front_query_form .form-group .form-pax{
    width: 100%;
    font-size: 14px;
    padding: 3px 0;
    outline: none;
}
.modal-body .front_query_form .form-group .form-check{
    float: left;
    width: 45%;
    display: inline-block;
    margin-right: 9px;
}
.modal-body .front_query_form .form-group label{
    color: #fff;
    font-size: 14px;
}
.modal-body .front_query_form .form-group .form-control{
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 0px;
}


.pro-list{}
.pro-list a{
    top: 50%;
    transform: rotate(90deg);
    left: -57px;
    position: fixed !important;
    z-index: 999999;
    background: #ef8101 !important;
    font-family: 'Raleway';
    color: #fff !important;
    font-size: 17px;
    word-spacing: 1px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
}


.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0 !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    /* background-color: #ef8101; */
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #ef8101 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ef8101 !important;
}


.pro_slider{}
.pro_slider .owl-nav{
    top: -49px;
    position: relative;
}
.pro_slider .owl-nav .owl-prev{
    background-color: #ef8101 !important;
    border-radius: 39px;
    font-size: 15px;
    display: inline-block;
    float: left;
    line-height: 30px !important;
    width: 30px;
    left: 179px;
    position: absolute;
    outline: none;
}
.pro_slider .owl-nav .owl-next{
    background-color: #ef8101 !important;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    float: right;
    line-height: 30px !important;
    width: 30px;
    right: 174px;
    position: absolute;
    outline: none;
}

.product-details{
    background-color: #fff;
}
.product-details .product-info{
    padding: 6px 2px;
    width: 100%;
    margin: 0;
}
.product-details .product-info .product-name{
    text-align: center;
    margin-bottom: 10px;
}
.product-details .product-info .product-name h2{
    color: #47a9bc;
    font-size: 22px;
    margin-bottom: 0;
}
.product-details .product-info .product-name span{
    font-size: 13px;
    margin: 0;
    color: #505050;
    padding: 0;
}
.product-details .product-info .product-description{}
.product-details .product-info .product-description h3{
    color: #53a4b4;
    font-size: 17px;
    font-weight: 700;
}
.product-details .product-info .product-description p{}
.product-details .product-info .product-description ul{}
.product-details .product-info .product-description ul li{}

.sticky-me{
    position: sticky;
    top: 0;
}