@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #333232;
    text-transform: capitalize;
    font-weight: 700;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
p {
    color: #000000;
    font-size: 15px;
}
ul,
ol,
li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000000;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
html,
body {
    min-height: 100vh;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
}
/**************************************************/
/*               General Styles                  */
/**************************************************/

body {
    background-color: #ffffff;
    min-height: 100%;
    position: relative;
}
body * a {
    text-decoration: none !important;
    color: #384067;
}
body * a:hover {
    color: #000000;
}
body * a:focus {
    outline: none;
    color: #000000;
}
body * ul {
    list-style: none;
    padding-left: 0;
}
body * img {
    max-width: 100%;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    
    color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    
    color: #ffffff;
    opacity: 1;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    
    color: #ffffff;
    opacity: 1;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    
    color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}
/**************************************************/
/*              Common Classes                    */
/**************************************************/

.full-width {
    float: left;
    width: 100%;
}
.font-opensans {
    font-family: 'Open Sans', sans-serif;
}
.act_table {
    display: table;
}
.act_tablecell {
    display: table-cell;
}
.ver_align_middle {
    vertical-align: middle;
}
.button_class {
    background-color: #ec0013;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 28px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: 0px 2px 0px 0px #c81826;
    -moz-box-shadow: 0px 2px 0px 0px #c81826;
    box-shadow: 0px 2px 0px 0px #c81826;
}
.button_class:hover {
    color: #ffffff;
}
.button_class img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}
input[type="submit"],
input[type="button"],
button {
    background-color: #f6a704;
    color: #ffffff;
    font-size: 14px;
    padding: 12px 20px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
    border: none;
}
/*------ Custom Bootstrap Classes -------*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
/**************************************************/
/*                     Header                     */
/**************************************************/

header {
    background-color: #ffffff;
    padding: 15px 0 18px;
}
.logo {
    margin: 0;
}
.header_contact {
    float: left;
    padding: 35px 0 0;
}
.header_contact p {
    float: left;
}
.header_contact p.tagline_text {
    padding-left: 55px;
}
.tagline_text em {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 22px;
    margin-right: 32px;
    color: #3190ce;
}
.hdr_phone a {
    font-size: 14px;
    font-weight: 700;
    margin-left: 32px;
    color: #384067;
    font-weight: 400;
    line-height: 22px;
    font-size: 22px;
    padding-right: 10px;
}
.search_icon a.search_button {
    color: #444444;
    font-size: 17px;
    border-left: 1px solid #3290CE;
    padding-left: 12px;
    line-height: 22px;
    position: relative;
    top: -2px;
}
.header_contact .pull-right {
    padding-right: 31px;
}
/**************************************************/
/*                     Sticky Header              */
/**************************************************/
/**************************************************/
/*                     Menu                     */
/**************************************************/

.menu {}.menu nav.navbar {
    margin-bottom: 0;
}
.menu .nav.navbar-nav {
    padding: 0;
}
.menu .nav.navbar-nav li {}.menu .nav.navbar-nav li a {
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    text-transform: capitalize;
    color: #464646;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 18px;
}
.menu .nav.navbar-nav li.active > a {
    color: #464646;
}
.menu .nav.navbar-nav li > a:hover,
.menu .nav.navbar-nav li > a:focus,
.menu .nav.navbar-nav li.open > a {
    background-color: transparent;
    color: #464646;
}
/*-- DropDown Menu --*/

.menu .nav.navbar-nav ul.dropdown-menu {
    background-color: #ffffff;
}
/*-- Menu Toggle --*/

.navbar-header {
    float: right;
}
.navbar-header .navbar-toggle {
    border: 1px solid transparent;
    margin-right: 0;
}
.navbar-header .navbar-toggle * {
    transition: all 0.1s linear;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #000000;
    position: relative;
}
.navbar-toggle:not(.collapsed) span.icon-bar:first-child {
    -ms-transform: rotate(-43deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-43deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(-43deg);
    margin-top: 0;
}
.navbar-toggle:not(.collapsed) span.icon-bar:nth-child(2) {
    -ms-transform: rotate(43deg);
    /* IE 9 */
    
    -webkit-transform: rotate(43deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(43deg);
    margin-top: 0;
    top: -1px;
}
.navbar-toggle:not(.collapsed) span.icon-bar:last-child {
    opacity: 0;
}
/*------------------------------ Main ------------------------------*/

.main {
    position: relative;
}
.search_bar {
    position: absolute;
    top: 50px;
    z-index: 99;
    display: none;
}
.search_bar .search_container {
    background: #3290CE;
    position: relative;
    padding: 15px;
}
.search_bar .search_container input[type="search"],
.search_bar .search_container input[type="text"] {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-bottom-color: rgba(255, 255, 255, .08);
    background-color: transparent;
    padding: 10px 35px 10px 35px;
    line-height: 22px;
    font-size: 15px;
}
.search_bar .search_container input[type="submit"] {
    position: absolute;
    visibility: hidden;
    z-index: -999;
}
.search_bar .search_container > i {
    position: absolute;
    left: 20px;
    top: 27px;
    font-size: 17px;
}
.search_bar .search_container > .close_button {
    position: absolute;
    right: 20px;
    top: 25px;
    font-size: 17px;
}
/**************************************************/
/*                     Slider                     */
/**************************************************/

.slider {
    position: relative;
}
.slider ul {}.slider ul.slides > li {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
/*.flex-direction-nav { position:absolute; top:50%;}*/

.flex-direction-nav .flex-prev {
    left: 50px;
    opacity: 1;
}
.flex-direction-nav .flex-prev:after {
    content: "\f177";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    background-color: #2573c2;
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.flex-direction-nav .flex-next {
    right: 50px;
    opacity: 1;
}
.flex-direction-nav .flex-next:after {
    content: "\f178";
    font-family: 'FontAwesome';
    color: #ffffff;
    font-size: 22px;
    display: inline-block;
    background-color: #2573c2;
    padding: 8px 0;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.text_on_slider {}.banner_text {
    margin-top: 54px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 10px;
    margin-left: 52px;
}
.banner_text * {
    line-height: 32px;
    font-weight: 300;
    color: rgb(54, 54, 54);
    font-size: 26px;
}
.inner_slider .banner_text {
    margin-top: 20px;
}
/**************************************************/
/*                     About US                  */
/**************************************************/

.overlapped_section {
    background-image: url(../images/c2a_bg-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -62px;
    min-height: 170px;
    position: relative;
    z-index: 999;
}
.overlapped_section p {
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.overlapped_section .top_part_co {
    margin-bottom: 40px;
    padding-top: 12px;
}
.overlapped_section p a {
    font-size: 14px;
    color: #fff;
}
.about_us_section {
    padding: 30px 0;
}
.bottom_border_title {
    margin-bottom: 35px;
    padding-bottom: 20px;
    background-image: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    text-transform: uppercase;
}
.about_us_section .content_area h1 {
    color: #363636;
    font-size: 26px;
    font-weight: 400;
}
.about_us_section .content_area h2 {
    color: #363636;
    font-size: 22px;
    font-weight: 400;
}
.about_us_section .content_area h3 {
    color: #040d19;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.about_us_section .content_area h4 {
    color: #363636;
    font-size: 18px;
    font-weight: 300;
}
.about_us_section a.button_class {
    margin-top: 20px;
}
.about_us_section .content_area a {
    color: #384067;
    font-weight: 700;
}
.about_us_section h5 a {
    margin-top: 15px;
    color: #384067;
    line-height: 22px;
}
.about_us_section .content_area p,
.about_us_section .content_area li,
.about_us_section .content_area span {
    color: #363636;
    font-size: 14px;
}
.about_us_section .content_area ul {
    margin-left: 25px;
    padding-left: 25px;
}
.about_us_section .content_area ul li {
    list-style: disc;
    padding-left: 10px;
    line-height: 30px;
}
.content_right_menu a {
    background-image: url(../images/content_right_menu.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    float: right;
    width: 262px;
    text-align: left;
    padding: 12px 0 0 40px;
    margin-bottom: 20px;
    min-height: 66px;
    background-size: contain;
}
.content_right_menu a p {
    font-weight: 700;
    color: #363636;
    font-size: 17px;
    margin-top: 10px;
}
.content_right_menu a p small {
    color: #213633;
    font-weight: 400;
    font-size: 14px;
    line-height: 4px;
    margin-top: 0;
}
.download_homepage_menu {}.download_homepage_menu a {
    color: #ffffff;
    font-size: 16px;
    width: 262px;
    margin-bottom: 20px;
    padding: 7px 0 7px 10px;
    background: #154D98;
    float: right;
    text-align: left;
}
.download_homepage_menu a i {
    float: right;
    margin-right: 22px;
    margin-top: 5px;
}
.download_homepage_menu a:hover {
    color: #ffffff;
    text-decoration: underline !important;
}
/**************************************************/
/*                Features Section                */
/**************************************************/

.blocked_section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 18px;
}
.blocked_section .row {
    margin: 0;
}
.blocked_section .row [class^='col-sm'] {
    padding: 0 1px 0 0;
}
.blocked_section .service_block {
    transition: all .4s ease-in-out;
    padding: 40px 30px;
    background-image: url(../images/transparentbgone.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    text-align: center;
}
.blocked_section .service_block .read_more_button {
    display: inline-block;
    background-color: #384067;
    padding: 11px 13px;
    border-radius: 3px;
    color:#ffffff;
}
.blocked_section .service_block .read_more_button i {
    margin-left: 10px;
    float: right;
    margin-top: 5px;
}
.blocked_section .service_block h3 {
    font-size: 15px;
    color: #363636;
    line-height: 22px;
    margin-top: 15px;
    font-weight: 300;
}
.blocked_section .service_block h4 {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
}
.blocked_section .service_block p {
    color: #363636;
    min-height: 88px;
    margin-bottom: 15px;
}
.blocked_section .service_block:hover {
    background-image: none;
    background-color: #3190ce;
}
.blocked_section .service_block:hover * {
    color: #ffffff;
}
/**************************************************/
/*                     Footer                     */
/**************************************************/

footer.footer_class {}.footer_top {
    padding: 20px 0 40px;
}
/*.footer_menu { padding-top:30px; margin-bottom:40px;}.footer_menu ul { padding-bottom:30px; border-bottom: 1px solid #98c7e6; float:left; width:100%;}.footer_menu ul li { float:left;}.footer_menu ul li a {font-family: 'Open Sans', sans-serif; transition:all 0.3s ease-in-out; font-size:15px; text-transform:capitalize; color: #464646; line-height:16px; font-weight:400; padding: 10px 18px;}.footer_menu ul li a:hover { text-decoration:underline !important;}*/

.footer_address {
    border-top: 1px solid #98c7e6;
    padding-top: 40px;
}
.footer_main_logo img {
    width: 287px;
}
.sitemap_links {
    margin-top: 112px;
}
.sitemap_links li {
    float: left;
}
.sitemap_links li a {
    color: #363636;
}
.sitemap_links li:first-child a:after {
    content: "|";
    margin: 0 3px;
}
.footer_address_list * {
    color: #363636;
    font-size: 13px;
    line-height: 22px;
}
.footer_address_list strong {
    margin-bottom: 5px;
}
.footer_address_list ul {
    margin-top: 15px;
}
.footer_bottom {
    background-color: #1F2350;
    padding: 20px 0;
}
.footer_bottom * {
    color: #eaeaea;
}
.footer_bottom p {
    float: right;
    margin-bottom: 0;
    font-size: 14px;
    color: #ABA9A9;
    text-transform: capitalize;
    margin-top: 10px;
    margin-right: 10px;
}
.footer_logo {
    width: 142px;
    height: 37px;
    background-image: url('../images/bd-mainlogo.png');
    background-repeat: no-repeat;
    background-position: -157px 10px;
    float: right;
}
.footer_logo:hover {
    background-position: 0 10px;
}
/**************************************************/
/*                     Inner Page                 */
/**************************************************/
/*-------------------------------*/
/*           Breadcrumb          */
/*-------------------------------*/

.breadcrumb {
    padding: 40px 0 10px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb p a {
    font-weight: 600;
}
.breadcrumb p a:after {
    content: "»";
    display: inline-block;
    margin: 0 5px;
}
.breadcrumb + .about_us_section {
    padding-top: 0;
}
/*-------------------------------*/
/*          News Section         */
/*-------------------------------*/
/*-------------------------------*/
/*          Pagination Section         */
/*-------------------------------*/
/**************************************************/
/*                     Sidebar                    */
/**************************************************/

.sidebar h3 {
    margin-bottom: 20px;
}
.accordian_sidebar {}.sidebar .content_right_menu a {
    width: 100%;
    background-position: top left;
}
.accordian_sidebar ul ul {
    display: none;
    float: left;
    width: 100%;
}
.accordian_sidebar ul li li {
    padding: 7px 15px;
    float: left;
    width: 100%;
}
.accordian_sidebar ul li li a {
    float: left;
    width: 100%;
    background-image: url(../images/nav_services_arrow_sub.jpg);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 15px;
}
.accordian_sidebar > ul > li {
    float: left;
    width: 100%;
    border-top: 1px solid #333333;
}
.accordian_sidebar > ul > li:last-child {
    border-bottom: 1px solid #333333;
}
.accordian_sidebar > ul > li > a {
    padding: 15px 7px 15px 15px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
    color: #213633;
    text-transform: capitalize;
    float: left;
    width: 100%;
}
.accordian_sidebar > ul > li > a i {
    float: right;
    margin-top: 5px;
    font-weight: 300;
}
.sidebar .content_sidebar li a {
    background-size: 100% 100%;
}
.fa-plus:before {
    display: none;
}