@charset "utf-8";

/* CSS Document */
/*******common css*************/

/******* fonts *********/
/* @import url("../fonts/tamil_stylesheet.css"); */
/******* fonts *********/

*{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

body {
  font-family: "Noto Sans Tamil Condensed" !important;
  overflow-x: hidden; 
  background-color: #f5f5f5;
}

.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: 12px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
}

.custom_ul {
  padding-left: 15px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 15px;
  /* list-style-image: url(../images/li.png); */
}

.custom_ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    margin-left: -23px;
    margin-top: 3px;
    background-image: url(../images/li.png);
}

.form-control:focus {
    border-color: #c386ff;
    outline: 0;
    box-shadow: none;
}

.text-danger {
    padding: 0px !important;
    position: relative !important;
    margin-top: 0px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.form-control-danger{
    border: 1px solid #FF5559 !important;
}

.has-danger>label{
    color: #FF5559 !important;
}

.text-danger{
    display: none !important;
}

a {
  text-decoration: none !important;
}

.progressContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #365486;
    z-index: 9999999
}

.progress {
    height: 5px;
    background: #F8EE14;
    width: 0;
    transition: width .5s
}

.link_arrow, i{
    width: 20px;
    -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:hover .link_arrow{
    margin-left: 5px;
}

a:hover i{
    margin-left: 5px;
    color: #EB292C;
}

.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;
}

.pad_3 {
  padding-left: 3px;
  padding-right: 3px;
}

.btn:focus {
    background-color: #F9EE14;
    border: 1px solid #F9EE14 !important;
    color: #000000 !important;
    box-shadow: none;
}
  
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.form-floating>label{
    font-weight: 400;
    font-size: 13px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.btn:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.white_a {
  transition: 0.5s;
}

.white_a:hover {
  color: red !important;
}

.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.top_social_icon .fa {
    padding: 10px;
    font-size: 20px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #004382;
    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;
}

.top_social_icon .fa:hover{
   background-color: #FF004D; 
   color: #ffffff !important;
}

.theme_red_bg{
    background-color: #FF004D;
}

.theme_dark_blue_bg{
    background-color: #363062;
}

.theme_light_blue_bg{
    background-color: #818FB4;
}

.heading{
    font-size: 20px;
    font-weight: 800;
    color: #18173F;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
}

.third_heading{
    font-size: 16px;
    font-weight: 700;
    color: #404040;
    line-height: 23px;
}


.white_text{
    color: #ffffff !important;
}

.red_text{
    color: #FF004D !important;
}

.red_btn{
    background-color: transparent;
    border: 1px solid #FF004D !important;
    color: #696969 !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;
    border: transparent;
    font-size: 13px !important;
    padding: 15px 30px !important; 
    border-radius: 5px;
    height: 58px;
}

.red_btn:hover{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.blue_btn{
    background-color: #004382;
    border: 1px solid #004382 !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;
    border: transparent;
    font-size: 13px !important;
    padding: 15px 30px !important; 
    border-radius: 5px;
    height: 58px;
}

.blue_btn:hover{
    border: 1px solid #F9EE14 !important;
    background-color: #F9EE14;
    color: #000000 !important;
    border-radius: 8px;
}

.yellow_btn{
    background-color: #F9EE14;
    border: 1px solid #F9EE14 !important;
    color: #000000 !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;
    border: transparent;
    font-size: 13px !important;
    padding: 15px 30px !important; 
    border-radius: 5px;
    height: 58px;
}

.yellow_btn:hover{
    border: 1px solid #ffffff !important;
    background-color: #004382;
    color: #ffffff !important;
    border-radius: 8px;
}

.white_btn{
    background-color: transparent;
    border: 1px solid #ffffff !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;
    border: transparent;
    font-size: 13px !important;
    padding: 15px 30px !important; 
    border-radius: 5px;
    height: 58px;
}

.white_btn:hover{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.land_btn{
    margin-top: 5px;
    background-color: #004382;
    padding: 5px;
    color: #ffffff;
    width: fit-content;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.land_btn p{
    color: #ffffff;
}

.land_btn p a{
    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;
}

.land_btn p a:hover{
    color: #FF004D;
}

/*******common css*************/

/******************************/


/*====== menu =====*/

.top_bar{
    background-color: #EB292C;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_bar:hover{
    background-color: #7895CB;
}

.top_bar p, a{
    color: #ffffff;
}

.navbar-brand {
    padding: 19px 45px 19px 45px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    z-index: 9999;
/*    border-right: 1px solid #17354f;*/
   background-color: #365486;
}

.menu_icon_img{
    width: 30px;
}

.navbar .megamenu .nav-link {
    font-size: 12px !important;
    color: #ffffff;
    font-weight: 500;
}

.navbar .megamenu .nav-link:hover {
    color: #F9EE14;
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{
        left:auto; 
        right:0; 
        width:100%; 
        margin-top:20px;  
    }
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
/*====== menu =====*/

.navbar .megamenu{
    background-color: rgba(11, 96, 176, 0.8);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: rgba(11, 96, 176, 0.8);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    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;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: transparent !important;
    color: #F9EE14 !important;
}

.top_logo{
    width: 280px !important;
}

.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-link {
    font-size: 12px !important;
    color: #000000;
    font-weight: 500;
}

.dropdown-item {
    font-size: 12px;
}

.main_menu_div{
    padding-right: 20px;
}

.top_menu{
    background-color: #ffffff;
    margin-top: 40px;
}

.slider_left_col{
    height: 100vh;
    min-height: 450px;
    background-color: #17354f;
}

.second_nav_bar{
    position: relative;
    top: 20px;
    padding-right: 10px;
    z-index: 9999;
}

.sec_nav_item .nav-link{
    font-size: 12px !important;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.sub_navbar{
    position: relative;
    margin-top: -40px;
    padding-bottom: 0px;
    /* border-bottom: 1px solid #999999; */
    font-weight: 500;
}

.sub_navbar .nav-link{
    color: #999999 !important;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sub_navbar .nav-link:hover{
    color: #000000 !important;
}

.hot_line_row{
    height: 108px;
    background-color: #F9EE14;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.hot_line_row .hot_no{
    font-size: 24px;
    color: #000000;
}

.hot_line_row:hover{
    background-color: #365486;
}

.hot_line_row:hover p{
    color: #ffffff;
}

.hot_line_row:hover .hot_no{
    color: #ffffff;
}

/*====== menu =====*/

/* slider */

.dot_circle_slider{
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 300px;
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 40px;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 30px;
    width: 25px;
    flex-wrap: wrap;
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    width: 17px !important;
    height: 17px !important;
    height: 7px;
    border-radius: 5px;
}

.main_slider .carousel-item {
    height: 100vh;
    min-height: 450px;
    background: no-repeat center left scroll;
    background-size: cover;
}

.gray_bg_box{
    height: 100vh;
    width: 550px;
    background-color: #eeeeee;
    background-image:url('../images/logo_bg_shape.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
}

.slider_image_caption_item {
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 0px;
    right: 0px;
}

.slider_image_caption_item img{
    position: inherit;
    display: flex;
}

.slider_img_01{
    z-index: 99;
}

.icon_img{
    width: 70px !important;
}

.carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    color: #ffffff;
}

.carousel_caption_col {
    padding: 40px;
    padding-right: 100px;
    display: flex;
    position: relative !important;
    text-align: left;
    height: 85vh;
    background-color: rgba(11, 96, 176, 0.6);
    border-top-right-radius: 200px;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 100px;
}

.carousel_caption_col h1{
    font-size: 25px;
    text-transform: uppercase;
    width: 100% !important;
}

.carousel_caption_col p{
    margin-bottom: 0px !important;
    width: 100% !important;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    z-index: 999;
    margin-top: 0px;
    right: -45px;
    bottom: 40px;
    margin-bottom: 30px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: end;
    width: 40px;
    padding: 4px;
    color: #000000;
    background-color: #ffffff !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    border-radius: 50px;
    transition: opacity .15s ease;
}

.carousel-control-prev{
    left: -40px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/next.svg);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 70%;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background-color: #F9EE14 !important;
}
/* slider */

.main_pro_con{
    padding-top: 300px;
    padding-bottom: 15px;
}

.sub_pro_con{
    padding-top: 150px;
    padding-bottom: 50px;
}

.sub_pro_con .spec_cate_box{
    background-image: none;
}

.spec_cate_box{
    background-image:url('../images/bg_pattern.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left top;
    padding-top: 70px !important;
}

.spec_cate_box:hover .icon_div{
    animation: bounce;
    animation-duration: 1s;
}

.spec_box{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 2px solid #ffffff;
}

.spec_box:hover{
    box-shadow: none !important;
    border-bottom: 2px solid #365486;
}

.spec_cate_box:hover .sub_heading{
    color: #EB292C;
}

.spec_box:hover p{
    color: #EB292C;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    font-weight: 600;
    background-color: #365486;
}

.nav-pills .nav-link {
    width: 150px;
    height: 135px;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 20px;
}

.nav-pills .nav-link:hover {
    color: #ffffff;
    font-weight: 600;
    background-color: #365486;
}

.nav-pills .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 39%;
    right: auto;
    border-top: 8px solid #365486;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.bg_box_pattern{
    background-image:url('../images/bg_pattern.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right bottom;
}

.testi_bg{
    background-image:url('../images/testi.png');
    background-repeat:no-repeat;
    background-size:600px;
    background-position:top right;
    background-color: #365486; 
    margin-top: -30px;
}

.stat_heading{
    color: #EB292C;
    font-weight: 900;
    font-size: 45px;
}

.social_wall_main_con {
    background-color: #EB292C;
    /* padding-bottom: 50px; */
    padding-top: 400px;
}

.social_bg{
    top: 40px !important;
    width: 700px;
    -webkit-animation:spin 25s linear infinite;
    -moz-animation:spin 25s linear infinite;
    animation:spin 25s linear infinite;
}

.social_wall_con{
    position: relative;
    margin-top: -200px;
    z-index: 9999;
}

.social_wall_div{
    height: 600px;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* ======================== */
/* ======================== */

/* footer section */

.footer_section{
    background-color: #365486;
    background-image:url('../images/bg_pattern.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right bottom;
}

.footer_logo{
    width: 300px;
}

.footer_section p{
    color: #ffffff;
    margin-bottom: 5px;
}

.f_link_row{
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

.footer_section p a{
    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_section p a:hover{
    color: #F8EE14;
    margin-left: 5px;
}

.footer_section .sub_link{
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 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;
}

.footer_section .sub_link:hover{
    color: #F8EE14;
    margin-left: 5px;
}


.footer_social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #F8EE14;
    color: #135EAB;
    -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_social_icon .fa-brands:hover{
   background-color: #EB292C; 
   color: #ffffff !important;
}

/* footer section */


/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */

/* inner pages */

.inner_slider_header_section{
    margin-top: 100px;
}

.inner_page_top_section .carousel-item {
    height: 400px;
    background: no-repeat center center scroll;
    background-size: 66%;
    background-position: top -7rem left 0rem;
}

.inner_page_top_section .carousel_caption_col {
    padding: 40px;
    padding-right: 100px;
    display: flex;
    position: relative !important;
    text-align: left;
    background-color: rgba(11, 96, 176, 0.6);
    border-top-right-radius: 120px;
    flex-wrap: wrap;
    align-content: flex-end;
    height: auto;
}

.inner_page_top_section .gray_bg_box {
    height: 450px;
    width: 600px;
    background-color: #fafafa;
    background-image: url(../images/logo_bg_shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.breadcrumb{
    color: #696969;
    font-style: italic;
    font-size: 13px;
    width: 50%;
}

.breadcrumb a {
    color: #999999;
    font-weight: 400;
}

.breadcrumb .active{
    font-style: italic;
    font-size: 13px;
}

.value_bg{
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spec_bg_div{
    height: 550px;
    border-top-right-radius: 120px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.spec_text_box{
    margin-top: -150px;
    border-top-right-radius: 120px !important;
    padding-left: 150px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.spec_text_box img{
    width: 200px;
    margin-top: -100px;
}

.other_pro_bg{
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.other_pro_bg .gray_bg_box{
    height: 600px;
}

.other_main_pro_row{
    margin-top: -250px;
}

.other_main_pro_row .spec_cate_box{
    padding-top: 100px !important;
}

.normal_text_bg_div{
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-right-radius: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.comment_bg{
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.bod_text_box_right{
    position: relative;
    left: -30px;
    z-index: 9999;
    border-top-right-radius: 120px !important;
}

.bod_text_box_left{
    position: relative;
    right: -90px;
    z-index: 9999;
    text-align: right;
    border-top-left-radius: 120px !important;
}

.bod_img{
    border-bottom-right-radius: 120px !important;
}

.manage_text_box{
    width: 85%;
    position: relative;
    top: -60px;
    z-index: 9999;
    border-top-right-radius: 50px !important;
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.empty_manage_text_box {
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 9999;
    margin-bottom: 30px !important;
    border-top-right-radius: 50px !important;
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.table-responsive{
    box-shadow: var(--bs-box-shadow)!important;
    margin-bottom: 15px !important;
}

.table{
    vertical-align: middle !important;
    margin-bottom: 0px !important;
    /* --bs-table-bg: transparent !important; */
}

tbody, td, tfoot, th, thead, tr {
    vertical-align: middle !important;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #d2d2d2 !important;
    font-size: 13px;
}

tbody, td {
    padding-left: 10px !important;
}

thead tr th {
    background-color: #365486 !important;
    color: #ffffff !important;
    padding: 15px !important;
    font-size: 13px;
}

td p{
    margin-bottom: 0px !important;
}

th p{
    color: #ffffff !important;
    margin-bottom: 0px !important;
}

.slider_contain_bg {
    background-color: #333333;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.vacan_row{
    padding-bottom: 20px;
    border-bottom: 1px solid #C5C5C5;
    margin-bottom: 20px;
}

.spec_box_detail{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.spec_box_detail:hover{
    background-color: #ffffff;
    background-image: url(../images/bg_pattern.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.spec_box_detail:hover .white_text{
    color: #000000 !important;
}

.bg_color_animation{
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 80s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.corner_rounded{
    border-top-right-radius: 120px !important;
}

.corner_bottom_rounded{
    border-bottom-right-radius: 120px !important;
}

.bg-light{
    background-color: #ffffff !important;
}

.slogan_box{
    position: absolute;
    margin-left: -80px;
    width: 35%;
}

.special_blue_box{
    background-color: #546f9d;
    background-image: url(../images/bg_pattern_full.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.about_mission_div{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

/* inner pages */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */

/* scroll top */
.scroll-top-element{
    background-color: #000000 !important;
    z-index: 999999999 !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: #000000 !important;
    background-color: #F8EE14 !important;
}
/* scroll top */

/* pagination styles */

.pagination {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.pagination li {
    margin-right: 2px;
}

.pagination li a {
    font-size: 13px;
    position: relative;
    display: block;
    color: #ffffff;
    padding: 15px 18px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #365486;
    border: 1px solid #365486;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.pagination li.active a {
    background-color: #C32032;
    color: #fff;
    border-color: #C32032;
}

.pagination li.disabled a {
    pointer-events: none;
    background-color: #365486;
    color: #ffffff;
    border-color: #365486;
}

.pagination li a:hover {
    background-color: #F8EE14;
    color: #000000;
    border-color: #F8EE14;
}

/* pagination styles */

.text-white {
    padding: 0 !important;
    position: relative !important;
    margin-top: 0 !important;
    --bs-text-opacity: 1;
    color: white !important;
}

/* 404 styles */

.error-contain {
	position: relative;
	height: 350px;
	width: 320px;
	background: white;
	border-radius: 10px;
}
.error-text h1 {
	font-size: 100px !important;
	font-family: monospace;
	margin: 0;
    color: #EB292C;
	text-shadow: 1px 1px 1px #fff, -1px -1px 1px black;
}
.error-text {
	text-align: center;
	font-weight: bold;
}
.error-text p {
	font-family: monospace;
	font-size: 16px;
}
.error-text p:nth-child(3) {
	margin-top: 150px;
}
.binoculars {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-60%, 20%);
	transition: 1s;
}
.binoculars {
/* 	animation-name: wiggle; */
	animation-duration: 10s;
	animation-delay: 5s;
	animation-iteration-count: infinite;
}

.left-bino-lense, .right-bino-lense {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 5px solid black;
	display: inline-block;
	transform: skewX(-10deg);
	background: white;
	overflow: hidden;
	position: relative;
}
.left-bino-lense {
	margin-right: 10px;
}
.left-bino-lense::before, .right-bino-lense::before {
	width: 20px;
	height: 20px;
	content: '';
	display: block;
	background: black;
	position: absolute;
	border: 3px solid #3066c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-70%,-55%);
	animation-name: eye-move;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	animation-delay: 3s;
}

.back-bino {
	width: 70px;
	height: 30px;
	background: black;
	position: absolute;
	top: 23px;
	left: 40px;
}
.left-bino, .right-bino {
	position: absolute;
  height: 100px;
  width: 80px;
  perspective: 80px;
	transform: rotate(100deg);
	right: -25px;
	top: 1px;
}
.right-bino {
	left: -1px;
}

.left-bino::after, .right-bino::after {
	content: '';
	padding: 21px;
	padding-top: 45px;
  position: absolute;
  border: 1px solid black;
  background: black;
  transform-style: preserve-3d;
  transform: rotateX(30deg);
	border-radius: 30% 80% 0 0;
	left: 1px;
	top: -4px;
}

.left-bino-lense .eye {
	width: 100%;
	height: 100%;
}

.eye::before, .eye::after {
	content: '';
	display: block;
	width: 45px;
	height: 26px;
	background: #f5cd8c;
	position: absolute;
	transition: 1s;
}
.eye::before {
	border-radius: 50% 50% 0 0;
	border-bottom: 2px solid #b88c44;
	top: -30px;
	animation-name: eye-up;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.eye::after {
	border-radius: 0 0 50% 50%;
	border-top: 2px solid #b88c44;
	bottom: -30px;
	animation-name: eye-down;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}

.binoculars:hover .eye::after {
	bottom: -30px;
}
.binoculars:hover .eye::before {
	top: -30px;
}

@keyframes eye-up {
	0% {
		top: -30px;
	}
	50% {
		top: -30px;
	}
	55% {
		top: -5px;
	}
	60% {
		top: -30px;
	}
}

@keyframes eye-down {
	0% {
		bottom: -30px;
	}
	50% {
		bottom: -30px;
	}
	55% {
		bottom: -3px;
	}
	60% {
		bottom: -30px;
	}
}

@keyframes wiggle {
	0% {
		transform: translate(-50%,-20%);
	}
	10% {
		transform: skew(-20deg) translate(-50%,-20%) rotate(20deg);
	}
	30% {
		transform: skew(20deg) translate(-50%,-20%) rotate(-20deg);
	}
	40% {
		transform: translate(-50%,-20%);
	}
	50% {
		
	}
}

@keyframes eye-move {
	0% {
		transform: translate(-70%,-55%);
	}
	10% {
		transform: translate(-90%, -90%);
	}
	20% {
		transform: translate(-60%, -110%);
	}
	30% {
		transform: translate(-20%, -20%);
	}
	40% {
		transform: translate(-60%, -0%);
	}
	50% {
		transform: translate(-70%,-55%);
	}
}
/* 404 styles */

/* -===========================- */
/* -===========================- */
/* -===========================- */
/* -===========================- */

/* Preloader */

.no-scroll-y {
	overflow-y: hidden;
}

.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
	border-radius: 50%;
  border: 3px solid rgba(54, 84, 134, 0.2);
  border-top-color: #EB292C; /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
	text-align: center;
	user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #365486;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
	color: rgba(54, 84, 134, 0.2);
	position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}


/* -===========================- */
/* -===========================- */
/* -===========================- */
/* -===========================- */

/* accordion */
.accordion-item{
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #FFFFFF !important;
    color: #365486;
    box-shadow: none !important;
}

.accordion-button {
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    /* height: 75px; */
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffff !important;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 1px solid #365486;
    border-radius: 5px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button:not(.collapsed) {
    background-color: #365486 !important;
    color: #ffffff;
    box-shadow: none !important;
}

.accordion-button:hover{
    background-color: #365486 !important;
    color: #ffffff;
}

.accordion{
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: none !important;
    border: none !important;
}

.accordion-collapse{
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 0px;
}
/* accordion */


/* chat login */

.chat_login_btn{
    position: fixed;
    z-index: 2147483009;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    bottom: 50px;
    right: 20px;
    max-width: 55px;
    width: 55px;
    max-height: 55px;
    height: 55px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
    transition: transform 167ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    box-sizing: content-box;
}

.chat_login_btn_img_div {
    user-select: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.chat_login_btn_img_div img {
    max-width: 50px;
    max-height: 50px;
    position: relative;
}

.gradient_bg{
    background-color: #ffffff;
    background-image: url(../images/chat_log_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
/* chat login */



/*  <!-- cookie policy box --> */

.wrapper {
  position: fixed;
  z-index: 999999999999;
  bottom: 30px;
  right: -370px;
  max-width: 330px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.show {
  right: 15px;
}
.wrapper header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #4070f4;
  font-size: 32px;
}
header h2 {
  color: #4070f4;
  font-weight: 500;
}
.wrapper .data {
  margin-top: 16px;
}
.wrapper .data p {
  color: #333;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/*  <!-- cookie policy box --> */