@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/

 
/******* fonts *********/
@import url('../fonts/stylesheet.css'); 
/******* fonts *********/


body{
    font-family: 'Open Sans' !important;
    overflow-x: hidden;
    background-color: #FAFAFA;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	
}

.gray{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.zoom{
   transform: scale(1.07);
}

a{
    text-decoration: none;
}

h1{
    font-family: 'DM Sans' !important;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #063371;
}

h2{
    font-family: 'DM Sans' !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

h3{
    font-family: 'DM Sans' !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0B2A58;
}

p{
    font-size: 14px;
    color: #333333;
}

.large_icon{
    height: 50px;
    width: auto;
}

.small_icon{
    width: 30px;
    height: 30px;
}

.text_link{
    color: #333333;
    font-size: 14px;
    transition: 0.4s ease;
}

/*******common css*************/
/******************************/

/* Landing page CSS  */
.landing_sec{
    /* height: 100vh; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.landing_sec .brand_logo img {
    height: 60px;
    width: auto;
}

.landing_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}

.landing_right{
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing_img img{
    height: 620px;
}

.landing_img{
    right: -60px;
    bottom: 0px;
}

.link_box{
    padding: 25px;
    background-color: #3F81FC;
    transition: 0.4s ease;
}

.link_box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.arrow_link img{
    height: 30px;
    transition: 0.4s ease;
}

.arrow_link img:hover {
    margin-left: 10px;
}

.landing_icon{
    padding-bottom: 10px;
    border-bottom: 2px solid #FFFFFF;
    width: fit-content;
    margin-bottom: 20px;
}

.link_box.second_box{
    background-color: #063371;
    margin-left: -15px;
}

.landing_content{
    margin-top: 70px;
}
/* Landing page CSS  */

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

.inner_banner{
    background-image: linear-gradient(to right, #063371 55%, rgba(0, 0, 0, 0) 20%), url(../images/inner_banner.jpg);
    height: 250px;
    background-position: center;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inner_header{
    background-color: rgb(0 0 0 / 28%);
}

.inner_header .brand_logo img{
    height: 50px;
    width: auto;
}

.lang_sec{
    gap: 10px;
}

.lang_sec a{
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3F81FC;
    border-radius: 3px;
    color: #ffffff;
    transition: 0.4s ease;
}

.lang_sec a:hover{
    background-color: #063371;
}

.main_form .form-select, .main_form .form-control{
    border-radius: 0px;
    border: 1px solid #CFD8DC;
    background-color: #ffffff;
    font-size: 14px;
    box-shadow: none !important;
}

.form-floating{
    font-size: 14px;
}

.form_icon {
    position: absolute;
    top: 22px;
    right: 18px;
    font-size: 13px;
    color: #616161;
}

.main_btn{
    background-color: #0B2A58;
    color: #ffffff;
    height: 58px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: none !important;
    transition: 0.4s ease;
}

.main_btn:hover{
    background-color: #3F81FC;
    color: #FFFFFF;
}

.italic_link{
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}

.search_bar{
    background-color: #DBE7EB;
}

.listing_row{
    padding: 20px;
    background-color: #F2F4F5;
    transition: 0.4s ease;
}

.listing_row:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.listing_row:hover h3{
    color: #3F81FC;
}

.listing_row_content{
    border-left: 1px solid #d3d3d3;
}


/* Pagination CSS start  */
.site_pagination .page-link {
    border-radius: 0px;
    border: 1px solid #D3D3D3;
    background-color: transparent;
    color: #616161;
    font-size: 14px;
    padding: 12px 16px;
    transition: 0.4s ease;
}

.site_pagination .page-link:hover {
    background-color: #eeeeee;
}

.site_pagination .disabled .page-link {
    border: 1px solid #063371;
    background-color: #063371;
    color: #ffffff;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0rem;
}

/* Pagination CSS end  */


/* Data table CSS start  */
.data_table{
    font-size: 14px;
}

.data_table thead{
    background-color: #063371;
    color: #ffffff;
    text-transform: uppercase;
}

.data_table thead tr th{
    text-align: center !important;
}

.data_table .page-item.active .page-link {
    background-color: #063371;
    border-color: #063371;
    color: #ffffff;
}

.data_table .page-item .page-link{
    color: #616161;
}

.dataTables_paginate .pagination{
    padding-bottom: 15px;
}
/* Data table CSS end  */

/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/
/*inner_pages styles*/
/***************************************************************************************/
/***************************************************************************************/
/***************************************************************************************/

/*****************************/
/*********footer**************/

.footer_sec{
    background-color: #063371;
	margin-top: auto;
}

.footer_sec p{
    font-size: 13px;
    font-style: italic;
}

.footer_sec p a{
    color: #ffffff;
    transition: 0.4s ease;
}

.footer_sec p a:hover{
    color: #9abdff;
}

/*****************************/
/*********footer**************/


/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-element{
    background-color: #0B2A58 !important;
    right: 15px !important;
    z-index: 999999999 !important;
    color: #ffffff !important;
    -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-element:hover{
    color: #ffffff !important;
    background-color: #1055A7 !important;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/



/*========================================================================*/
/*========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD=====================*/
/*=========DESIGN & FRONTEND DEVELOPMENT - G.D.RAVEESHA DEEMANTHI=========*/
/*========================================================================*/
/*========================================================================*/

