
/*  Slider P */

.slider-caption p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
}


#map {
    height: 500px;
    width: 100%;
  }



/* General Style Overrides CSS */


.text_align_center {
    text-align: center !important;
}


#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #00367b;
}

#primary-menu ul ul li:hover > a {
	color: #00367b;
}


#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top: 2px solid #00367b;
}

.feature-box.fbox-plain .fbox-icon i {
    font-size: 48px;
    line-height: 2.5 !important;
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
    font-size: 40px !important;
}

.feature-box.fbox-plain .fbox-icon i, .feature-box.fbox-plain .fbox-icon img {
    border: none !important;
    background-color: transparent !important;
    color: #00367b;
    border-radius: 0;
}


.testimonial.testimonial-full .flex-control-nav {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 20px;
    margin-top: 20px;
}

.testimonial .flex-control-nav li {
    margin: 0 2px;
    width: 10px;
    height: 10px;
}

.testimonial .flex-control-nav li a {
    width: 10px !important;
    height: 10px !important;
    border: none;
    background-color: #1ABC9C;
    opacity: 0.5;
}


#footer {
    position: relative;
    background-color: #EEE;
    border-top: 0px solid rgba(0,0,0,0.2); 
    margin-top: 0px !important;
}

.line, .double-line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 60px 0;
    border-top: 1px solid #EEE;
}

.flip-card-front:after, .flip-card-back:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: 0.5;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
}


.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    left: auto !important;
    right: auto!important;
    margin: 45px 0 0 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 12px;
}


h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge) {
    color: #00367b;
}

.Products_p{
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
    opacity: 0.9;
    font-size: 1.1rem;
}

.product_h4{
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #00367b;
}

.product_line {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #b1b0b0;
    width: 100%; 
}



/* Primary Menu */

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 39px 15px;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
}


.hor_li{
    /* with fix for IE */
    display:inline;
    /* display:inline-block; */
    zoom:1;
    width: 100%;
    /*
    additional styles to make it look nice
    */
 }


 .fixed {
    z-index: 9999;
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
 }


 #header.sticky-header #header-wrap {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}





.clients-grid li:after, .testimonials-grid li:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 0px dashed #DDD;
}

.clients-grid li:before, .testimonials-grid li:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 0px dashed #DDD;
}




.hide_computer {
    visibility: hidden;
    clear: both;
    display: none;
}

.hide_mobile {
    visibility: visible;
    clear: both;
    display: block;
}

.custom_toggle_mobile{
    border-right: 0px !important;
    border-left: 0px !important;
    border-radius: 0 !important;
    margin-bottom: 0px !important;
}

.toggle.toggle-border .togglec { padding: 0 15px 15px 16px; }

.trusted_by_margin{
    margin-top: 100px; 
    margin-bottom: 35px;
}

.footer_logo{
    max-width: 20%; 
    margin-top: 40px; 
    margin-left: -10px;
}

.footer_second_column {
    border-left: solid 1px #9a9a9a;
}

.footer_column_pading{
    padding-left: 18%
}


.footer_social{
    margin-left: 45%
}

.home_contact_info{
    padding-left: 50px;
}

.home_h2{
    color: #00367b; 
    font-size: 4rem;
}


#primary-menu-trigger, #page-submenu-trigger {
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#primary-menu ul li > a {
    display: block;
    line-height: 26px;
    padding: 39px 15px;
    color: #444;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: margin .4s ease, padding .4s ease;
    -o-transition: margin .4s ease, padding .4s ease;
    transition: margin .4s ease, padding .4s ease;
    margin-left: 2px !important;
}

.top_bar_margin{
    margin-left: 13%; 
    margin-right: 3%;
}


.main_product_flip_card{
    margin-bottom: 0px;
}


.feature-box .fbox-icon i, .feature-box .fbox-icon img {
    border-radius: 50%;
    background-color: #00367b;
}


.col_half_footer { 
    width: 50%;
    display: block;
	position: relative;
	margin-bottom: 50px;
    float: left;
 }

 .breadcrumb a {
    color: white !important;
    font-size: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
    font-size: 1rem !important;
}

.circuler_picture_gap{
    margin-left: 1%;
    margin-right: 1%;
    width: 150px; 
    height: 150px; 
    border-radius: 50%;
}

.home_product_desc{
    font-size: 1.75rem !important;
}

.home_sub_product_desc{
    font-size: 1.1rem !important;
}


.home_main_product_title{
    font-size: 3.5rem;
    font-weight: 700;
}

.product_page_header{
    padding-top: 60px !important;
    font-size: 2.5rem;
    color: white;
}

.products_view_details_button{
    color: #ffffff;
}

.products_view_details_button:hover{
    color: #000 !important;
}


.home_slider_1 {
    max-width: 90% !important;
    top: 252px;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.4); */
    background: -moz-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    background: -webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgb(41 41 41 / 50%),rgb(41 41 41 / 50%));
    filter: unquote("progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )");
}

.home_slider_2 {
    max-width: 90% !important;
    top: 252px;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.4); */
    background: -moz-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    background: -webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgb(41 41 41 / 50%),rgb(41 41 41 / 50%));
    filter: unquote("progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 )");
}


.transparent-bg{
    position:relative;
    }
    .transparent-bg:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(0,0,0,0.30);
    }


    .feature-box p {
        margin: 8px 0 0 0;
        color: #000;
        font-size: 1rem;
    }


    .feature-box h3 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 0;
        color: #00367b;
    }


    .home_divider {
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #00367b;
        width: 100%; 
        margin-left: auto;
        margin-right: auto;
    }
    

    .heading-block:after {
        content: '';
        display: block;
        margin-top: 30px;
        width: 40px;
        border-top: 0px solid #444; 
    }


    .feature-box.fbox-bg.fbox-center {
        margin-top: 68px;
        padding: 68px 30px 30px;
        background-color: #FFF;
        border: 2px solid #E5E5E5;
        border-radius: 5px;
    }

    .footer_items{
        font-size: 0.9rem;
    }

    .product_page_sub_title{
        color: black;
        font-size: 25px; 
        line-height: 1.6; 
        font-weight: 400;
    }


    .product_page_title{
        padding-top: 45px !important;
        font-size: 3rem !important;
        color: white !important;
    }

    .product_page_ul{
        padding-left: 5%;
        font-size: 1rem;
        color: black;
        line-height: 1.7;
    }

    .nav_second_font_size{
    font-size: 15px ;
    }

    .nav_third_font_size{
        font-size: 14px;
    }

    .home_second_slide_header{
        top: 50% !important;
        margin-top: 2% !important;
        left: 50% !important;
        height: 250px !important;
        width: 800px !important;
        line-height: 250px !important;
        line-height: 1.5 !important;
        display: inline-block !important;
        vertical-align: middle !important;
    }

    .home_second_slide_header_part_2{
        margin-top: 70px;
    }

    .home_first_slide_header_part_1{
        font-size: 3.5rem;
    }

    .home_first_slide_header_part_2{
        margin-top: 40px;
    }

    .home_first_slide_header_part_3{
        font-size: 2.2rem; 
        max-width: 75%; 
        margin-left: auto; 
        margin-right: auto;
    }

    .home_third_slide_header_part_1{
        margin-top: 20px; 
        height: 200px; 
        line-height: 250px;
        line-height: 1.5;
        display: inline-block;
        vertical-align: middle;
    }

    .home_third_slide_header_part_2{
        top: 50% !important;
    }

    .trusted_by_h1{
        color: #00367b !important; 
        font-size: 3rem !important;
    }

    .footer_image{
        max-width: 26%; 
        margin-top: 40px;
    }

    .footer_mobile_padding_top{
        padding-top: 15px !important;
    }

    .contact_us_sub_title{
        color: #00367b; 
        font-size: 3rem; 
        font-weight: 300; 
        margin-bottom: 0px !important; 
        margin-top: 35px;
    }

    .our_service_h{
        color: #00367b; 
        font-size: 4rem;
    }

    .services_section{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        background-color: #ffffff !important;
        margin-top: -76px !important;
    }
 
    .about_us_h{
        color: #00367b; 
        font-size: 3rem; 
        font-weight: 300; 
        margin-bottom: 0px !important; 
        margin-top: 35px;
    }

    .about_us_sub_title{
        color: #00367b; 
        font-size: 1.5rem; 
        font-weight: 300;
    }
    .about_us_p{
        color: black; 
        font-size: 16px; 
        line-height: 1.8
    }
 
 