@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Century Gothic' !important;
}



.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.zoom{
   transform: scale(1.07);
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

p{
    font-size: 14px;
    line-height: 23px;
}

ul{
    padding-left: 50px !important;
}

li{
    font-size: 14px;
    line-height: 23px;
}

a{
    text-decoration: none !important;
}

.footer_row .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50%;
    background-color: #0d5ca3 !important;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_row .fa:hover{
   background-color: #509ec4 !important; 
   color: #ffffff !important;
}

.logo{
    width: 200px;
}

.small, small {
    font-size: 10px;
}

.a_link{
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.a_link:hover{
    color: #0d5ca3;
    padding-left: 5px;
}


/*******common css*************/
/******************************/

.search_btn:hover .fa{
    color: #0d5ca1;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu {
    /*position: absolute;*/
    padding-left: 0px !important;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    margin-top: 50px;
}

.nav-active{
    font-weight: 900;
    color: #509ec4 !important;
}

.top_search_col{
    position: absolute;
    right: 38px;
    top: 10px;
}

.mysoft_btn {
    border: transparent;
    cursor: pointer;
    background-color: #0d5ca1 !important;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 10px;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mysoft_btn:hover{
    background-color: #519ec5 !important;
}

.custome_btn_top {
    border: transparent;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    width: auto;
    text-align: center;
    border: 1px solid #ffffff;
}

.custome_btn_top a{
    color: #000000;
}

.custome_btn_top:hover{
    border: 1px solid #0d5ca1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);
}

.custome_btn_top img{
    width: 60px;
}

.custome_btn_top h1{
    font-weight: 900;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.custome_btn_top:hover h1{
    color: #519ec5;
}

.heading{
    font-size: 20px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.news_col{
    color: #999999;
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
    margin-bottom: 15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_col:hover .news_heading{
    color: #0d5ca3;
}

.news_img_col{
    padding: 0px;
}

.news_col p{
    margin-bottom: 0px;
}

.news_heading{
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search_bar{
    right: 178px;
    top: 8px;
}

.inner_top_heading_row{
    background-image:url('../images/inner_top_bg.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 180px;
}

.inner_top_heading_row h1{
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    margin-top: 100px;
}

.breadcrumb {
    font-size: 14px;
    color: #ffffff;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.accordion-button:not(.collapsed) {
    font-weight: 900;
    color: #ffffff;
    background-color: #0d5ca1;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc_arrow.svg);
    color: #ffffff;
    transform: rotate(-180deg);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #0d5ca1;
    font-weight: 900;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-item {
    margin-bottom: 13px;
    background-color: #fff;
    border: 1px solid rgba(125,125,125,.125);
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(125,125,125,.125);
}

.bod_img_col{
    padding: 20px 40px 20px 40px;
}

.company_col{
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
    border: 1px solid #0d5ca1;
    border-radius: 5px;
    text-align: center;
}

.bod_col{
    min-height: 208px;
}

.qrt_col_div{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.qrt_col_div:hover a small{
    color: #0d5ca3 !important;
}

.noews_det_img{
    padding-right: 30px;
    padding-bottom: 20px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d5ca1;
    border-color: #0d5ca1;
}

.page-item:not(:first-child) .page-link {
    margin-left: 6px;
}

.page-link {
    position: relative;
    display: block;
    color: #0d5ca1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0d5ca1;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.scrollspy-example-2 {
    position: relative;
    height: 550px;
    overflow: auto;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d5ca1;
    font-weight: 900;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #585858;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.fin_col_div{
    padding: 10px 15px;
    border: 1px solid #eeeeee;
}

.group_custome_btn_top {
    border: 1px solid #0d5ca1;
    cursor: pointer;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    width: auto;
    border: 1px solid #ffffff;
    margin-bottom: 60px;
}

.group_custome_btn_top a p{
    color: #000000;
    width: 100%;
    padding-bottom: 8px;
    margin-top: 8px;
    margin-bottom: 0px;
    border-bottom: 1px solid #999999;
     -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.group_custome_btn_top p:hover{
    color: #0d5ca1;
    border-bottom: 1px solid #0d5ca1;
/*    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 19px 6px rgba(0,0,0,0.06);*/
}

.group_custome_btn_top img{
    width: 80px;
    /*float: left;*/
    padding-right: 20px;
}

.group_custome_btn_top h1{
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
    font-weight: 900;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.group_custome_btn_top:hover h1{
    color: #519ec5;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 13px;
}

.location_list_col{
    height: 600px;
    overflow-y: auto;
}

text{
  display: none !important;
}

/*****************************/
/*********footer**************/

.footer_logo{
    width: 225px !important;
}

.footer_row{
    background-color: #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
}

.social_icon{
    margin-top: 15px;
}

.mysoft_btn_footer {
    border: transparent;
    cursor: pointer;
    background-color: #0d5ca1 !important;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px 10px;
    width: 200px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 900;
}

.mysoft_btn_footer:hover{
    background-color: #519ec5 !important;
}

.footer_row a p{
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_row a p:hover{
    color: #0d5ca1;
    padding-left: 5px;
}

.sol_text{
    text-align: right;
}


/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top {
  background: #0d5ca3;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top:hover{
    background: #509ec4;
}

.scroll-top.visible {
  right: 0;
}

.arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {  
  transform: rotate(-135deg);
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.store_listing_address_box{
    border: 1px solid #0d5ca1;
    min-height: 250px;
    padding: 15px;
}

.store_listing_map_box{
    border: 1px solid #0d5ca1;
    min-height: 250px;
}

.address_map_row{
    margin-bottom: 25px;
}

.store_soft_address_box{
    border: 1px solid #0d5ca1;
    min-height: 160px;
    padding: 15px;
}

.store_soft_tel_box{
    border: 1px solid #0d5ca1;
    min-height: 160px;
    padding: 15px;
}

/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA==============*/
/*========================================================================*/
/*========================================================================*/