@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700;800&display=swap");

@font-face {
  font-family: Degular;
  src: url("../fonts//DegularDemo-Regular.otf");
}

@font-face {
  font-family: times-new-roman;
  src: url("../fonts//FontsFree-Net-times-new-roman-italic.ttf");
}

:root {
  --bg-color: #1b005e;
  --bg-color1: #559a9d;
  --dark-cyan: #559a9d;
  --egg-blue: #17cad0;
  --fed-blue: #1b005e;
  --navy-blue: #1d0674;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--bg-color);
}

::-webkit-scrollbar-thumb:hover {
  background: #10c5f8;
}

body {
  color: #000 !important;
  font-family: "ClashDisplay-Variable" !important;
  /* font-family: 'Inter', sans-serif !important; */
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
}

.form-control {
  padding: 0.475rem 0.75rem !important;
}

.btn_bg {
  background-color: var(--bg-color);
  color: #fff;
  transition: 0.5s;
  padding: 6px 30px;
  font-size: 16px;
}

.btn_bg:hover {
  background-color: var(--bg-color1);
  color: #fff;
}

.rmsc .dropdown-heading {
  height: 31px !important;
}

.form_group_new {
  display: flex;
  align-items: flex-end;
}

.form_group_new .form-group:last-child {
  width: 50px;
  margin-left: 10px;
}

.form_group_new .form-group:last-child select,
.form_group_new .form-group:last-child select option {
  text-align: center;
}

.form_group_new .form-group:last-child label {
  visibility: hidden;
}

.form_group_new .form-group:first-child {
  width: 95%;

}

.totle_box {
  display: flex;
  align-items: center;
  padding: 10px 20px !important;
  background: #f5f5f5 !IMPORTANT;
  border-radius: 5px;
  justify-content: space-between;
  width: 100%;
}

.totle_box h4 {
  font-size: 16px;
  color: #5b626b;
  margin-bottom: 0;
  font-weight: 400;
}

.totle_box h5 {
  /* background-color: #02234e;
  padding: 10px; */
  margin-left: 10px;
  color: #5b626b;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.card-title {
  font-size: 22px !important;
}

.breadcrumb-item {
  font-size: 15px !important;
}

label {
  font-size: 14px;
}

.justify_content_between {
  justify-content: space-evenly;
}

.justify_content_between .form-group {
  width: 100%;
  margin-right: 20px;
}

.right_head {
  background: var(--bg-color);
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.second_head {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.second_head_theree {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.second_head_1 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.second_head_2 {
  font-size: 14px;
  font-weight: 100;
  color: #000;
}

table th,
table td {
  vertical-align: middle;
}

.subheading {
  font-size: 16px;
}

.form_group .form-group .form-control {
  padding: 0 !important;
}

.ratio_section .card-body {
  padding: 0;
}

.top_ratio {
  width: 100%;

  background-color: #012E67;
}

.ratio_list::-webkit-scrollbar {
  height: 6px;
}

.ratio_list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.ratio_list::-webkit-scrollbar-thumb {
  background: #000;
}

.ratio_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ratio_list {
  background-color: #1b005e;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  /* display: -webkit-box; */
  /* align-items: center; */
  /* overflow: hidden;
  overflow-x: scroll; */
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  padding: 5px;
}

.ratio_list li {
  padding: 8px 10px;
  width: fit-content;
  width: 100%;
  background-color: #1b005e;
  cursor: pointer;
  border: 1px solid #559A9D;
  transition: 0.5s;
  margin: 1px 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
}

.ratio_list li:hover {
  background-color: #559A9D;
  border: 1px solid #559A9D;
}

.ratio_list li.active {
  background-color: #559A9D;
  border: 1px solid #fff;
}

.ratio_list li h3 {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.ratio_list li h1 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}

.ratio_year_tabs {
  position: relative;
  padding: 0 50px;
}

.ratio_year_tabs ul {
  background: #012E67;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: space-evenly;
  flex-direction: row;
}

.ratio_year_tabs ul li {
  width: 100%;
  padding: 5px;
}

.ratio_year_tabs ul li button {
  width: 100%;
  padding: 6px 15px;
  color: #fff;
  border-radius: 10px;
  outline: none;
  border: none;
  background: transparent;
  transition: 0.5s;
}

.ratio_year_tabs ul li button.active {
  background-color: #fff;
  color: #000;
}

.grap_heading {
  text-transform: capitalize;
}

.normel_tabkle {
  position: relative;
  color: #000;

}

.normel_tabkle th,
.normel_tabkle td {
  padding: 5px;
  font-family: "ClashDisplay-Regular";
}

.table_col {
  background-color: rgb(245, 245, 245);
  color: #000;

}

.normel_tabkle .text_right {
  text-align: right;
}

.table_col th,
.col_header th {
  padding: 10px;
}

.search_expended_component {
  position: relative;
  background: #f5f5f5;
  padding: 20px;

}

.search_expended_component table {
  color: #000;
}

.search_expended_component h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.korDwF:hover:not(:disabled) {
  cursor: pointer;
  background-color: #02234e !important;
  color: #fff;
}

.korDwF {
  background-color: #012E67 !important;
  color: #fff !important;
}

.search_section {
  float: right;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 4;
}

.action_box {
  position: relative;
}

.action_box button {
  padding: 5px 10px;
  outline: none;
  background-color: #02234e !important;
  border: none;
  color: #fff;
  margin: 0 5px;
  border-radius: 5px;
}

.action_box_btn {
  display: flex;
  align-items: center;
  height: 100%;
}

.action_box_btn button {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 4px;
}

.action_box_btn button i {
  font-size: 17px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.search_section .rmsc .dropdown-heading,
.search_section .form-control {
  height: 35px !important;
}

.search_section button.apply_btn_b {
  height: 35px;
  outline: none;
  border: none;
  background-color: #02234e !important;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;

}

.search_section button.add_button {
  height: 35px;
  outline: none;
  border: none;
  background-color: #02234e !important;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0 30px;
  float: right;
  width: fit-content;

}

.search_section h3.Filter {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.search_section h3.Filter i {
  margin-top: 5px;
  margin-left: 10px;
}

.higWFr {
  color: rgba(0, 0, 0, 0.87);
  font-size: 15px !important;
  font-weight: 600 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
  background: #02234e !important;
}

.nav-tabs-custom .nav-item .nav-link.active {
  color: #02234e !important;
}

.tab_text {
  font-size: 13px;
  font-weight: 600;
}

.table> :not(caption)>*>* {
  background-color: transparent !important;
  color: inherit !important;
}

.bg_td {
  background-color: #fcfcfc !important;
}

input[type=range].range-slider.range-slider--primary::-webkit-slider-thumb {
  background: #559A9D !important;
}

input[type=range].range-slider.range-slider--primary::-moz-range-thumb {
  background: #559A9D !important;
}

input[type=range].range-slider.range-slider--primary::-ms-thumb {
  background: #559A9D !important;
}

@media (min-width: 576px) {
  .model_profile .modal-dialog {
    max-width: 600px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.model_profile .modal-header {
  border-bottom: none !important;
  padding-bottom: 8px !important;
}

.model_profile .modal-title {
  font-size: 25px !important;
  text-transform: uppercase;
}

.profile_details_box {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.profile_details_box li {
  width: 48%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  margin: 5px;
  border-radius: 5px;
}

.profile_details_box li h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.Toastify__close-button {
  box-shadow: none !important;
}

.table_btn {
  outline: none;
  border: none;
  background: #17cad0;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px;
  border-radius: 5px;
  margin: 0 10px;
  float: right;
  font-weight: 600;
  font-family: "ClashDisplay-Light";
  letter-spacing: 0.4px;
}

.file_upload_popup {
  position: relative;
}

.file_upload_popup .modal-title {
  font-family: "ClashDisplay-Semibold";
}

.file_upload_popup button {
  font-family: "ClashDisplay-Regular";
}

.file_upload_popup .btn_secondary {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

.file_upload_popup .modal-body {
  padding: 20px !important;
}

.file_upload_popup_new .modal-body {
  padding: 0 !important;
}

.file_upload_popup_new .modal-content {
  border: none !important;
}

.file_upload_popup .modal-body p {
  margin-top: 10px;
  font-family: "ClashDisplay-Medium";
  font-size: 16px;
}

.file_upload_popup .hgsRux {
  height: 80px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.common_table .form-control {
  padding: 0.3rem 0.75rem !important;
}

.loader_component {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11111;
  background-color: #1b005e9e;
}

.status_box button {
  padding: 5px 10px;
  border: none;
  outline: none;
}

.status_box button.active {
  background-color: green;
  color: #fff;
}

.status_box button.Inactive {
  background-color: red;
  color: #fff;
}

.esgTable_section .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 20% !important;
}

.esgTable_section .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 50% !important;
}

.esgTable_section .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 15% !important;
}

.esgTable_section .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 15% !important;
}

.esgTable_section .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 20% !important;
}

.esgTable_section .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 50% !important;
}

.esgTable_section .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 15% !important;
}

.esgTable_section .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 15% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(1) {
  max-width: 12% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(2) {
  max-width: 15% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(3) {
  max-width: 35% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(4) {
  max-width: 18% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(5) {
  max-width: 8% !important;
}

.esgTable_section_new .rdt_TableHeadRow .rdt_TableCol:nth-child(6) {
  max-width: 18% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(1) {
  max-width: 12% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(2) {
  max-width: 15% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(3) {
  max-width: 35% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(4) {
  max-width: 18% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(5) {
  max-width: 20% !important;
}

.esgTable_section_new .rdt_TableRow .rdt_TableCell:nth-child(6) {
  max-width: 18% !important;
}

.esgTable_section_new_ne {
  vertical-align: top;
}

.esgTable_section .icoKVz {
  position: relative;
  width: 100%;
  display: block !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 10px 10px 10px 20px;
}

#sidebar-menu ul li ul.sub-menu li a~ul {
  padding-left: 25px !important;
}

#sidebar-menu ul li ul.sub-menu li a~ul li a {
  font-size: 12px !important;
  padding: 5px 10px !important;
}

.profile_progress_section {
  padding: 30px;
}

.step_icon {
  border-radius: 50%;
  border: 1px solid var(--bg-color);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 8px;

}

.step_icon.active_btn {
  background-color: var(--bg-color);
  color: #fff !important;
}

.step_icon p,
.step_icon i {
  font-family: "ClashDisplay-Medium";
  font-size: 16px;
  color: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.step_icon.active_btn i {
  color: #fff !important;
}

.progress_bar_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.progress_bar_section span {
  text-align: center;
  font-size: 13px;
  color: var(--bg-color);
  font-family: "ClashDisplay-Regular";
}

.profile_progress_section .RSPBprogressBar .RSPBstep {
  top: -12px;
}

.profile_progress_section .RSPBprogression {
  background: linear-gradient(to right, #17CAD0, var(--bg-color)) !important;
}

.profile_img_pick {
  position: relative;
  width: 90px !important;
  height: 90px;
}

.profile_img_pick img {
  width: 100%;
  height: 100%;
}

.profile-content-box {
  width: 65%;
}

.profile_img_pick label {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  font-size: 16px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.87) !important;
  border-radius: 4px;
  color: var(--bg-color);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.company_logo_card {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border: 1px solid #ebf1f1;
  /* width: 100%; */
  padding: 10px;
  border-radius: 10px;

}

.company_logo_card .profile_img_pick {
  width: fit-content;
}

.company_logo_card p {
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 500;
}

.drop_down_box {
  position: relative;
}

.drop_down_box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.drop_down_box button:active {
  background-color: #02234e !important;
  color: #fff !important;
}

.drop_down_box button i {
  margin-bottom: 0;
  top: 0;
  margin-left: 0;
}

.profile_progress_section_dashboard {
  padding: 0.2rem var(--bs-card-spacer-x) 1rem !important;
}

.progress_list {
  padding-left: 0 !important;
  margin-bottom: 0;
}

.progress_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left_section {
  display: flex;
  align-items: center;
}

.left_section .icon_box {
  width: 30px;
  height: 30px;
  border: 1px solid var(--bg-color);
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--bg-color);
  border-radius: 50%;
  background-color: transparent;
}

.icon_box.active_btn {
  background-color: var(--bg-color);
  color: #fff;
}

.left_section .icon_box.active {
  background-color: var(--bg-color);
  color: #fff;
  border: 1px solid var(--bg-color);
}

.left_section span {
  font-size: 16px;

}

.heading-4 {
  font-size: 16px;
  color: var(--bg-color);
  font-family: "ClashDisplay-Medium";
  margin-bottom: 20px;
}

.right_section {
  position: relative;
  display: flex;
  align-items: center;
}

.right_section .btn_ {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--bg-color);
  margin-left: 10px;
}

.right_section .btn_ .mdi.mdi-chevron-right {
  font-size: 24px;
}

.progress_list_list li {
  margin-bottom: 20px;
}

.circle-progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  height: 85%;
}

.circle-progress-bar .circle_b {
  position: relative;
  width: 200px;
  height: 200px;
  font-family: "ClashDisplay-Semibold";

}

.profile_progress_section_dashboard .profile_progress_section {
  padding: 25px 50px 38px;
}

.dashboard-left-content .card {
  margin-bottom: 10px;
}

.dashboard-left-content .card-body {
  padding: 10px !important;
}

.right_box_card {
  margin-bottom: 0 !important;
  height: 100%;
}

.dashboard-left-content .card:last-child {
  margin-bottom: 0 !important;
}

.right_box_card .font-size-18 {
  font-size: 18px !important;
  color: var(--bg-color) !important;
}

.left_section span {
  color: var(--bg-color);
}

.scroll_table {
  overflow: hidden;
  overflow-x: scroll;
}

.scroll_table .common_table {
  width: 1800px;
}

.th-width {
  width: 300px;
  padding: 0 !important;
}

.th-width select {
  border-radius: 0 !important;
  border: none;
  outline: none;
  text-align: center;
}

.text_font_size {
  font-size: 12px;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  width: 33%;
}

.th-width th {
  border: 1px solid #ccc;
}

.text_font_size:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.text_font_size input {
  border: none !important;
}

.text_input_padding_0 {
  padding: 0;
  height: 35px;
}

.text_input_padding__font_weight input {
  font-weight: 600;
  color: #000;
}

.text_input_padding_0 .form-group {}

.scroll_section {
  position: fixed;
  top: 68%;
  right: 37%;
  z-index: 1111;
  width: auto;
}

.scroll_section button {
  background: #02234e;
  color: #fff;
  padding: 6px 15px;
  /* width: 50px; */
  font-size: 14px;
  margin: 4px 4px;
}

.common_table thead th {
  position: sticky;
  /* top: 0; */
  left: 0;
}

:where(.css-dev-only-do-not-override-3mqfnx).ant-table-wrapper .ant-table-thead>tr>th,
:where(.css-dev-only-do-not-override-3mqfnx).ant-table-wrapper .ant-table-thead>tr>td {
  position: relative;
  color: #fff !important;
  font-weight: 100 !important;
  text-align: start;
  background: #02234e !important;
  border: 1px solid #f0f0f0;
  transition: background 0.2s ease;
  font-size: 11px;
  text-align: center;
}

:where(.css-3mqfnx).ant-table-wrapper .ant-table-thead>tr>th,
:where(.css-3mqfnx).ant-table-wrapper .ant-table-thead>tr>td {
  position: relative;
  color: #fff !important;
  font-weight: 100 !important;
  text-align: start;
  background: #02234e !important;
  border: 1px solid #f0f0f0;
  transition: background 0.2s ease;
  font-size: 11px;
  text-align: center;
}

.ant-table-thead tr:nth-child(1) th:nth-child(2) {
  border-right: none !important;
  border-left: none !important;
}

.ant-table-thead tr:nth-child(1) th:nth-child(4) {
  border-right: none !important;
  border-left: none !important;
}

.ant-table-thead tr:nth-child(2) th:nth-child(odd) {
  border-right: none !important;
  border-left: none !important;
}

:where(.css-3mqfnx).ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,
:where(.css-3mqfnx).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none !important;
}

:where(.css-dev-only-do-not-override-3mqfnx).ant-table-wrapper .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before,
:where(.css-dev-only-do-not-override-3mqfnx).ant-table-wrapper .ant-table-thead>tr>td:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  display: none !important;
}

.ant-table-body colgroup {
  width: 400px !important;
}

.ant-table-thead .ant-table-cell {
  padding: 5px !important;
}

.ant-table-body .ant-table-cell {
  padding: 5px 10px !important;
}

.ant-table-thead .ant-table-cell-fix-left {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.card_hrader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.card_hrader h4 {
  color: var(--bg-color);
  font-size: 20px;
}

.button_group {
  display: flex;
  align-items: center;
}

.button_group button {
  width: 40px;
  height: 40px;
  background-color: var(--bg-color);
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.disabled_box {
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
  font-weight: 700;
}

.view_table .ant-table-tbody tr td {
  border: 1px solid #f0f0f0 !important;
}

.member_section_detail {
  padding-left: 0;
  margin-bottom: 0;
}

.member_section card {
  border-bottom: 4px solid #012E67 !important;
}

.member_section_detail p {
  margin-bottom: 5px;
}

.member_result h4 {
  font-size: 18px;
  font-weight: 600;
}

.member_result .card {
  border: 1px solid #ccc;
}

.member_result {
  padding: 0 5px;
}

.member_result p {
  flex-direction: row !important;
  align-items: flex-start !important;
}

.member_result strong {
  margin-right: 3px;
}

.form_horizontal_admin input,
.form_horizontal_admin textarea {
  border: none !important;
}

.form_horizontal_admin .form-control:disabled {
  border-left: 2px solid #02234e !important;
}

.memo_section_two .form-control {
  border-left: 2px solid #02234e !important;
}

.popup_content ul {
  padding-left: 0;
  margin-bottom: 0;

}

.reuro-btn-box button {
  margin-left: 10px;
}

.popup_content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 16px;

}

.popup_content ul li i {
  font-size: 16px;
  margin-right: 5px;

}

.help_btn {
  position: absolute;
  right: 26px;
  top: 110px;
  background: var(--bg-color);
  color: #fff;
  padding: 5px 15px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.button-section-dashboard {
  position: absolute;
  right: 26px;
  top: 110px;
}

.button-section-dashboard button {
  background: var(--bg-color);
  color: #fff;
  padding: 5px 15px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin-left: 10px;
}

.button-section-dashboard button span {
  font-style: italic;
  margin-right: 5px;
  font-family: times-new-roman;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }

  50% {
    background-color: #4619b7;
    -webkit-box-shadow: 0 0 40px #4619b7;
  }

  100% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }

  50% {
    background-color: #4619b7;
    -webkit-box-shadow: 0 0 40px #4619b7;
  }

  100% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }

  50% {
    background-color: #4619b7;
    -webkit-box-shadow: 0 0 40px #4619b7;
  }

  100% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }
}

@keyframes glowing {
  0% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }

  50% {
    background-color: #4619b7;
    -webkit-box-shadow: 0 0 40px #4619b7;
  }

  100% {
    background-color: #1B005E;
    -webkit-box-shadow: 0 0 3px #1B005E;
  }
}

.help_btn span {
  font-style: italic;
  margin-right: 5px;
  font-family: times-new-roman;
}

.right_button_box {
  position: absolute;
  right: 26px;
  top: 110px;
}

.right_button_box button:last-child {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin-left: 10px;
}

.right_button_box button {
  background: var(--bg-color);
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;

}

.right_button_box button:first-child {}

.right_button_box button span {
  font-style: italic;
  margin-right: 5px;
  font-family: times-new-roman;
}

.help_btn i {
  margin-right: 5px;
}

.custom-alert {
  position: fixed;
  z-index: 1111;
  left: 0;
  top: 50%;
}

.wizard-form {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 0;

}

.wizard-form .header-row {
  display: flex;
  justify-content: space-between;
}

.wizard-step {
  text-align: center;
  margin-top: 20px;
}

.wizard-form button {
  background-color: var(--bg-color);
  color: white;
  border: none;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 2px;
  cursor: pointer;
  border-radius: 4px;
}

.wizard-form button:hover {
  background-color: #02234e;
}

.card_box_question p {
  font-size: 18px;
  color: var(--bg-color);
  text-align: center;

}

.card_box_question .p1 {
  font-weight: 500;
  font-size: 18px;
}

.card_box_question .p2 {
  font-weight: 500;
  font-size: 15px;
}

.button_box_next {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.button_box_next button {
  background-color: var(--bg-color);

}

.range_slider_box {

  width: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.range_slider_box_2 {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.range_slider_box_2 input {
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 5px 10px;

}

.range_slider_box span {
  color: var(--bg-color);
  font-weight: 600;
  font-size: 16px;
}

.range-slider__wrap {
  width: 100% !important;
  margin: 0 10px !important;
}

.yes_no_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.yes_no_button button {
  font-size: 12px;
  background-color: #559A9D;

}

.yes_no_button button.active {
  font-size: 12px;
  background-color: var(--bg-color);
  color: #fff;

}

.card_box_question ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 10px;
}

.card_box_question ul li {
  font-size: 16px;
  color: var(--bg-color);
  font-weight: 600;
}

.total_question {
  text-align: right;
  font-weight: 500;
  color: var(--bg-color);
  font-size: 16px;
}

.inpu_amount {
  display: flex;
  align-items: center;
}

.nav-tabs-custom .nav-item .nav-link {
  padding: 5px 10px !important;
}

.menu_button_box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.menu_button_box a {
  background-color: transparent;
  outline: none;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #17CAD0 !important;
  width: 20px;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 7px !important;
  margin-right: 5px;
  border-radius: 5px;
  padding: 0 !important;
}

.menu_button_box a:first-child i {
  font-size: 14px !important;
}

.menu_button_box a i {
  font-size: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: auto !important;

}

.i_text {
  font-family: times-new-roman;
  margin-left: 5px;
}

.table_edit_box button {
  width: 100%;
}

.edit_button {
  background: #fff;
  color: var(--bg-color);
  font-size: 16px;
  border-radius: 10px;
  padding: 5px 10px;
}

.edit_button i {
  margin-left: 5px;
}

.table_edit_box1 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.table_edit_box1 button {
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.table_edit_box1 button i {
  margin-right: 5px;
}

.table_edit_box2 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.table_edit_box2 button {
  background-color: var(--bg-color);
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 15px;
}

.modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}

.button_admin_box button {
  background: transparent;
  color: var(--bg-color);
  border: 1px solid var(--bg-color) !important;
  outline: none;
  font-size: 16px;
  padding: 4px 8px;

}

.button_admin_box button.active {
  background-color: var(--bg-color);
  color: #fff;
}

.add_question_modale {
  display: none;
}

.add_question_modale.active {
  display: block;
}

.profit_lo_heading {
  text-align: left;
  font-size: 14px;
  font-weight: 500 !important;
}

.subscribe_section {
  position: relative;
  padding: 20px 20px;
}

.subscribe_box {
  display: flex;
  align-items: center;
  flex-direction: column;


}

.subscribe_section_box .subscribe_box {
  margin-top: 10px;
}

.subscribe_box .form-group {
  margin-bottom: 20px;
  width: 100% !important;
}

.subscribe_box input {
  border-radius: 50px !important;
  background-color: transparent !important;
  border-color: #559a9d !important;
  outline: none !important;
  color: #559a9d !important;
  font-size: 14px !important;

  padding: 8px 25px !important;
}

.subscribe_box input::placeholder {
  color: #559a9d !important;
  font-size: 14px !important;
}

.subscribe_box button {
  background-color: #559a9d !important;
  color: #fff !important;
  font-size: 14px;
  font-family: "ClashDisplay-Variable";
  border-radius: 50px !important;
  padding: 8px 25px !important;
  border: 1px solid #559a9d !important;
  width: 100%;
}

.subscribe_popup .modal-header {
  border: none !important;
}

.subscribe_popup .modal-body {
  border: none !important;
  padding-top: 0 !important;
}

.radar-headings {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.radar-headings h3 {
  position: absolute;
}

.radar-headings h3:nth-child(1) {
  right: 9%;
  top: 5%;
  transform: translateX(-50%);
}

.radar-headings h3:nth-child(2) {
  right: 1%;
  top: 44%;
  transform: translateY(-50%);
}

.radar-headings h3:nth-child(3) {
  left: 20%;
  bottom: 3%;
  transform: translateY(-50%);
}

.radar-headings h3:nth-child(4) {
  left: 34%;
  top: 14%;
  transform: translateY(-50%);
}

.adjust-label {
  left: 8% !important;
}

@media (min-width: 576px) {
  .home_page_popup .modal-dialog {
    max-width: 700px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.subscribe_section p {
  color: var(--bg-color);
  font-size: 14px;
  text-align: center;
  padding-bottom: 15px;
}

.subscribe_section_box {
  padding: 20px 5px;
}

.subscribe_section_box h4 {
  font-size: 25px;
  padding-bottom: 10px;
}

.subscribe_section_box p {
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
  text-align: left;
}

.subscribe_section_box .close-btn {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background-color: var(--bg-color1);
}

.subscribe_strip .subscribe_section {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  background: #00d9dd;
}

.subscribe_strip .subscribe_section p {
  text-align: left !important;
  font-size: 16px !important;
}

.subscribe_strip .subscribe_section form {
  width: 45%;
  margin-left: 55px;
}

.subscribe_strip .subscribe_section form input {
  border-color: var(--bg-color) !important;
  color: var(--bg-color) !important;

}

.subscribe_strip .subscribe_section form input::placeholder {
  color: var(--bg-color) !important;

}

.subscribe_strip .subscribe_section form button {
  border-color: var(--bg-color) !important;
  background-color: var(--bg-color) !important;
}

.comment_section {
  position: relative;
}

.comment_section textarea {
  border: 1px solid #ced4da !important;
}

.comment_section .rating-box {
  width: 100%;
}

.comment_section .range-slider__wrap {
  margin-bottom: 3px !important;
}

.slider-value {
  display: flex;
  align-items: center;
}

.slider-value span {
  font-size: 14px;
}

.member_section_new p {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}

.right-bar.right_bar {
  right: 0 !important;
  width: 450px !important;
}

.right_popup_close_btn {
  position: absolute;
  z-index: 1;
  background: transparent !important;
  border: none !important;
  color: var(--bg-color) !important;
  font-size: 28px !important;
  box-shadow: none !important;
}

.body_box {
  padding: 60px 20px 50px;
}

.body_box p {
  font-size: 16px;
  color: var(--bg-color);
}

.trusted_amount .modal-title {
  padding: 20px 20px 0 !important;
}

.comment_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px !important;
}

.question_image_section img {
  width: 100%;
}

.status_check {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  color: #000;
  padding: 4px 10px;
}

.expending_box {
  width: 100%;
  width: 100%;
  background: #fcfcfc;
  padding: 30px;
}

.expending_box img {
  width: 100%;
}

.nruo_btn_box {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nruo_btn_box button {
  margin: 0 10px;
}

.question_img_box img {
  width: 100px;
  height: 100px;
}

.bullet_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.bullet_button button {
  margin-left: 10px;
}

.cropper-container.cropper-bg {
  width: 100% !important;
}

.member_form_section {
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.member_form_section .row {
  width: 100%;
}

.success_box {
  text-align: center;

}

.success_box p {
  font-size: 30px;
  color: var(--bg-color);
}

.top_header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.succes {
  background-color: #02234e;
}

.succes-animation {
  animation: succes-pulse 2s infinite;
}

.danger {
  background-color: #CA0B00;
}

.danger-animation {
  animation: danger-pulse 2s infinite;
}

.custom-modal {
  position: relative;
  width: 350px;
  min-height: 250px;
  background-color: #fff;
  border-radius: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.custom-modal .content {
  position: relative;
  width: 100%;
  text-align: center;

}

.custom-modal .content .type {
  font-size: 40px;
  color: var(--bg-color);
  font-family: "ClashDisplay-Semibold";
  font-weight: 700;
}

.page_wrapper_page_sme .custom-modal .content .type {
  font-size: 22px;
  color: var(--bg-color);
  font-family: "ClashDisplay-Semibold";
  font-weight: 700;
}

.custom-modal .content .message-type {
  font-size: 24px;
  color: #000;
}

.custom-modal .border-bottom {
  position: absolute;
  width: 300px;
  height: 20px;
  border-radius: 0 0 30px 30px;
  bottom: -20px;
  margin: 0 25px;
}

.custom-modal .icon-top {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -45px;
  margin: 0 125px;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes succes-pulse {
  0% {
    box-shadow: 0px 0px 30px 20px rgba(23, 202, 208, .2);
  }

  50% {
    box-shadow: 0px 0px 30px 20px rgba(23, 202, 208, .4);
  }

  100% {
    box-shadow: 0px 0px 30px 20px rgba(23, 202, 208, .2);
  }
}

@keyframes danger-pulse {
  0% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .2);
  }

  50% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .4);
  }

  100% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, .2);
  }
}

.page_wrapper_page {
  background-image: url("../../front/assets/img/bg_back.png");
  width: 100%;
  height: 100vh;
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;

}

.page_wrapper_page_sme {
  width: 100%;
  height: 60vh;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left;

}

.page_wrapper_page .border-bottom {
  background: #17CAD0;
}

.page_wrapper_page_sme .border-bottom {
  background: var(--bg-color);
}

.success-paragraph {
  font-size: 14px !important;
  color: var(--bg-color);
  margin-top: 35px;
}

#sidebar-menu ul li ul.sub-menu li a {
  text-align: right;
}

.activeLink,
.activeLink_ {
  background-color: var(--bg-color1);
  color: #fff !important;
}

.activeLink i,
.activeLink_ i {
  color: #fff !important;
}

.vertical-collpsed .vertical-menu .mm_show {
  display: none !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover .mm_show {
  display: block !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover .sub-menu li a {
  width: 100% !important;
}

.mm_show {
  display: block !important;
}

.white-color {
  color: #fff !important;
}

.activeLink::after {
  content: "󰅀" !important;
}

.sub_link_color span {
  color: #fff !important;
}

.sub_link_color i {
  color: #fff !important;
}

.select-search-options {
  padding-left: 0;
  margin-bottom: 0;
}

.select-search-input:hover {
  border-color: #ced4da !important;
}

.form_group_search .select-search-options:focus-visible,
.form_group_search .select-search-container:focus-visible {
  outline: none !important;
}

.select-search-container:not(.select-search-is-disabled).select-search-has-focus .select-search-input,
.select-search-container:not(.select-search-is-disabled) .select-search-input:hover {
  border-color: #ced4da !important;
}

.select-search-has-focus .select-search-select {
  border-color: #ced4da !important;
  border-width: 1px !important;
}

.form_group_search .select-search-input {
  display: block;
  width: 100%;
  padding: 0.475rem 0.75rem !important;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5b626b;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: auto !important;
}

.form_group_search .select-search-is-selected {
  color: var(--bg-color) !important;
}

.form_group_search .select-search-container {
  width: 100% !important;
}

.form_group_search .select-search-container:not(.select-search-is-multiple) .select-search-select {
  top: 40px !important;
}

.form_group_search .select-search-is-highlighted,
.select-search-option:not(.select-search-is-selected):hover {
  background-color: var(--bg-color1) !important;
  color: #fff !important;
}

.form_group_search .select-search-option {
  height: auto !important;
  padding: 5px 16px !important;
}

.password {
  position: relative;
}

.password i {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 20px;
  cursor: pointer;
}

.explain-text {
  font-size: 14px;
  font-family: "ClashDisplay-Regular";
  margin-bottom: 0;
}

.explain-text span {
  color: var(--bg-color);
  font-weight: 700;
}

.country_label {
  display: flex;
  align-items: center;
}

.country_label p {
  font-style: italic;
  margin-right: 5px;
  font-family: times-new-roman;
  width: 14px;
  height: 14px;
  display: flex;
  border: 1px solid var(--bg-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 2px;
  margin-left: 8px;
  cursor: pointer;
  margin-bottom: 0;
  color: var(--bg-color);
}

.admin_section {
  position: relative;
}

.accept_bg {
  background-color: green;
  color: #fff;
}

.reject_bg {
  background-color: red;
  color: #fff;
}

.newsme_bg {
  background-color: orange;
  color: #fff;
}

.inprogress_bg {
  background-color: blue;
  color: #fff;
}

.admin_section .card_new_box h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: "ClashDisplay-Medium";
  color: var(--bg-color);

}

.admin_section .card_new_box h4 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.admin_section .card_new_box h5 {
  font-family: "ClashDisplay-Medium";
  color: var(--bg-color);
  font-size: 30px;
  padding-left: 15px;
  padding-top: 10px;
}

.rdt_TableRow .ematuK div:first-child {
  width: 100% !important;
}

.number_btn {
  width: 100%;
  height: 45px;
  text-decoration-line: underline;
  text-decoration-color: var(--bg-color);
  display: flex;
  align-items: center;
}

.search_section .p_0px {
  padding-left: 4px;
  padding-right: 4px;
}

.close_drop_down {
  position: absolute;
  right: 0;
  z-index: 11;
  background: transparent;
  color: #000;
  top: 7px;
  width: 32px;
  font-size: 14px;
}

.right_graph6 .apexcharts-canvas {
  margin: auto;
}

@media(max-width:1150px) {
  .subscribe_strip .subscribe_section form {
    width: 60%;
    margin-left: 25px;
  }
}

@media(max-width:991px) {
  .subscribe_strip .subscribe_section {
    flex-direction: column;
  }

  .subscribe_strip .subscribe_section form {
    width: 100%;
    margin-left: 0;
  }

  .subscribe_strip .subscribe_section {
    padding: 20px 20px 30px;
  }
}

@media(max-width:768px) {
  .home_page_popup .modal-dialog {
    max-width: 550px !important;
    margin-right: auto;
    margin-left: auto;
  }
}

@media(max-width:600px) {
  .subscribe_section {
    position: relative;
    padding: 4px 0 10px;
  }

  .subscribe_section_box .close-btn {
    right: 0;
    top: 10px;
  }

  .home_page_popup .modal-dialog {
    max-width: 500px !important;
    margin-right: auto;
    margin-left: auto;
  }

  .subscribe_section_box {
    padding-top: 20px;
  }

  .subscribe_section_box h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }

}

.apexcharts-title-text,
.apexcharts-text {
  /* fill: var(--bg-color)  !important; */
  font-family: "ClashDisplay-Medium" !important;
}

.right_graph6 .apexcharts-text {
  fill: var(--bg-color) !important;
  font-family: "ClashDisplay-Medium" !important;
}

.table .backgroun_td {
  background-color: #fcfcfc !important;
  font-style: italic;
}

.profile_detail_i {
  list-style: none;
  margin-bottom: 0;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}

.profile_detail_i li {
  padding: 5px 0;
  font-size: 16px;
}

.profile_detail_i_btn {
  height: 35px;
  outline: none;
  border: none;
  background-color: #02234e !important;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}

.model_profile_investor .modal-title {
  font-size: 16px !important;
}

.leftside_news img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
}

.leftside_news-detail {
  padding-top: 30px;
  background-color: #fff;
  padding: 20px;
}

.leftside_news h3 {
  font-family: "ClashDisplay-Medium";
  font-size: 20px;
  color: var(--bg-color);
}

.leftside_news p {
  font-size: 16px;
  font-family: "ClashDisplay-Regular";
}

.leftside_news button {
  text-decoration: none;
  font-size: 14px;
  padding: 8px 20px;
  background-color: var(--bg-color);
  color: #fff;
  display: block;
  margin-top: 10px;
  width: fit-content;
}

.succees_popup-investor .modal-content {
  background-color: transparent !important;
  border: none !important;
}

.succees_popup-investor .modal-header {
  border-bottom: none !important;
}

.succees_popup-investor .modal-header .btn-close {
  background-color: #fff;
  opacity: 1 !important;
}

.clear_profile {
  background-color: var(--dark-cyan);
  color: #fff;
  padding: 6px 14px;
  border-radius: 5px;
}

.btn-add {
  background-color: var(--bg-color);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.box-cookies {
  width: 85%;
}

.box-cookies p {
  margin-top: 10px !important;
  font-size: 14px !important;
}

.box-cookies p button {
  position: relative;
  float: none;
  background: transparent !important;
  color: var(--fed-blue) !important;
  padding: 0;
  margin-left: 10px;
  text-decoration-line: underline;
  font-size: 14px !important;
}

.subscribe_section_box_cookies {
  z-index: 11111 !important;
}

.okay_cookies_btn {
  background-color: var(--bg-color);
  color: #fff;
  font-size: 14px !important;
  padding: 6px 10px !important;
  margin-top: 10px;
}

.checlbox_box {
  align-items: baseline;
  display: flex;
}

.checlbox_box input {
  top: 2px;
  position: relative;
}

.checlbox_box label {
  margin-left: 8px;
}

.ant-table-cell .form-control {
  padding: 5px 0.75rem !important;
}

.memo_section_two .search_expended_component {
  background-color: #fff !important;
  padding: 10px 0 0 !important;
}

.memo_section_two .card,
.memo_section_two .card .card-body {
  box-shadow: 0 0 0 !important;
}

.report_memo_section {
  position: relative;
}

.memo_section_one {
  position: relative;
  z-index: 6;
}

.memo_section_two {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.memo_section_two .card-title {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.memo_section_two .profile_img_pick {
  position: relative;
  width: 65px !important;
  height: 65px !important;
}

.memo_section_two .form_control_2 {
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.memo_section_two label {
  font-size: 13px !important;
}

.memo_section_two .form-group.mb-3 {
  margin-bottom: 8px !important;
}

.memo_section_two .form-control {
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.memo_section_two .card_hrader h4 {
  font-size: 14px !important;
}

.memo_section_two .card_hrader {
  padding-bottom: 0 !important;
}

.download_pdf_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 20px;
}

.memo_section_two .search_expended_component h3 {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 600;
}

.memo_section_two .normel_tabkle th,
.memo_section_two .normel_tabkle td {
  padding: 3px 5px;
  font-family: "ClashDisplay-Regular";
  font-size: 13px;
}

.prob_box {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.prob_box p {
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 600;
}

.prob_box select {
  width: fit-content;
}

.disable_link :hover {
  color: #8699ad !important;
  cursor: default;
}

.disable_link :hover i {
  color: #8699ad !important
}

.page-title-box h4,
.page-title-box .h4 {
  font-size: 30px !important;
}

.cognative-test-box {
  margin-top: 35px;
  padding: 50px;
  background: #fff;
  border-radius: 30px;
  margin-bottom: 0;
}

.chart-congnative-test-section {
  position: relative;
}

.chart-congnative-test-section .chart-box-h {
  min-width: 90%;
  margin-top: 0;
  position: relative;
}

.chart-congnative-test-section .chart-box-h .chart-box-h-second {
  width: 60%;
  height: 60%;
  margin-top: 80px;
}

.chart-congnative-test-section_new .chart-box-h-second{
  height: 100vh !important;
}

@media(max-width:1199px){
  .profile-content-box h5{
    font-size: 14px;
  }
  .profile_img_pick {
    position: relative;
    width: 55px !important;
    height: 55px;
  }
}

@media(max-width:991px) {
  .chart-congnative-test-section .chart-box-h {
    min-width: 100%;
    margin-top: 0;
  }

  .chart-congnative-test-section .chart-box-h .chart-box-h-second {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0 120px;
  }



  .cognative-test-box {
    margin-top: 50px;
    padding: 50px;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 0;
  }

  .radar-headings h3 {
    font-size: 20px;
  }

  .radar-headings h3:nth-child(4) {
    left: 8%;
    top: 19%;
    transform: translateY(-50%);
  }

  .radar-headings h3:nth-child(1) {
    right: 1%;
    top: 10%;
    transform: translateX(-50%);
  }
  .radar-headings h3:nth-child(3) {
    left: 10%;
    bottom: 35%;
    transform: translateY(-50%);
  }
  .chart-congnative-test-section_new{
    padding: 40px 0;
  }
  .radar-headings{
    z-index: 11;
  }
  .chart-congnative-test-section_new .radar-headings h3:nth-child(2) {
    right: 1%;
    top: 30%;
    transform: translateY(-50%);
  }
}

@media(max-width:768px) {
  .disclaimer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-cookies p {
    margin-bottom: 15px !important;
  }

  .cookies_box_content {
    padding-top: 50px;
  }

  .box-cookies {
    width: 100%;
  }

  .button-section-dashboard {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  .button-section-dashboard button {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .left_section span {
    width: 200px;
  }

  .button-group-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .button-group-section button {
    width: 100%;
  }

  .page-title-box h4,
  .page-title-box .h4 {
    font-size: 16px !important;
  }

  .help_btn {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

  th {
    font-size: 14px;
  }

  td {
    font-size: 13px;
  }

  .table_sroll {
    overflow: hidden;
    overflow-x: scroll;
  }

  .table_sroll .card-body {
    width: 1000px;
  }

  .table_sroll .common_table thead th {
    position: relative !important;
  }

  .esgTable_section {
    overflow: hidden !important;
    overflow-x: scroll !important;
  }

  .esgTable_section .sc-dtBdUo {
    width: 1100px !important;
  }

  .admin_section .card_new_box h4 {
    font-size: 18px;
  }

  .admin_section .card_new_box h5 {
    font-size: 22px;
  }

  .model_profile .modal-title {
    font-size: 18px !important;
  }

  .add_segment h4 {
    font-size: 16px;
  }

  .search_section button.apply_btn_b {
    margin-bottom: 15px;
  }

  .table-resp {
    overflow: hidden !important;
    overflow-x: scroll !important;
  }

  .table-resp table {
    width: 1100px;
  }

  .finenceTable_section {
    overflow: hidden !important;
    overflow-x: scroll !important;
  }

  .esgTable_section_new-1 {
    overflow: hidden !important;
    overflow-x: scroll !important;
  }

  .finenceTable_section .sc-dtBdUo {
    width: 1100px !important;
  }

  .esgTable_section_new-1 .sc-dtBdUo {
    width: 1100px !important;
  }

  .investor_component_new {
    overflow: hidden !important;
    overflow-x: scroll !important;
  }

  .investor_component_new .sc-dtBdUo {
    width: 1100px !important;
  }

  .tab_text {
    font-size: 11px;
  }

  .card-title {
    font-size: 16px !important;
  }

  label {
    font-size: 12px;
  }

  .comment_title {
    font-size: 12px !important;
  }
  .profile_progress_section .RSPBprogressBar {
    height: auto;
    line-height: 1;
    border-radius: 10px;
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: start !important;
    align-items: center !important;
    z-index: 0;
    flex-wrap: wrap;

  }
  .profile_progress_section .RSPBprogression{
    display: none;
  }
  .profile_progress_section .RSPBprogressBar .RSPBstep{
    position: relative !important;
    transform: none !important;
    width: 25%;
    left: 0 !important;
    padding: 14px;
    top: 0 !important;
  }
  .profile_progress_section_dashboard .profile_progress_section {
    padding: 20px;
  }
}

@media(max-width:576px) {
  .admin_section .card_new_box h4 {
    font-size: 14px;
  }

  .leftside_news h3 {
    font-size: 16px;
  }

  .leftside_news img {
    height: auto;
  }

  .leftside_news p {
    font-size: 13px;
  }
  .chart-congnative-test-section .chart-box-h {
    min-width: 100%;
    /* height: 70vh; */
    margin-top: 0;
  }

  .chart-congnative-test-section .chart-box-h .chart-box-h-second {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0 20px;
  }
  .radar-headings h3 {
    font-size: 12px;
  }
  .radar-headings h3:nth-child(3) {
    left: 3%;
    bottom: 42%;
    transform: translateY(-50%);
  }
  .radar-headings h3:nth-child(1) {
    right: -2%;
    top: -4%;
    transform: translateX(-50%);
  }
  .cognative-test-box{
    padding: 20px;
    margin-top: 50px;
  }
  .cognative-test-box h4{
    font-size: 16px;
  }
  .popup_content ul li{
    font-size: 14px;
  }
  .profile_progress_section_dashboard{
    padding: 10px !important;
  }
  .profile_progress_section_dashboard .profile_progress_section {
    padding: 0 !important;
  }
  .progress_bar_section span{
    font-size: 12px;
  }
  .profile_progress_section .RSPBprogressBar{
    align-items: start !important;
  }
  .card-title {
    font-size: 16px !important;
  }
  .comment_title{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 6px;
  }
  .comment_title span{
    font-size: 14px;
  }
}

@media(max-width:375px){
  .chart-congnative-test-section .chart-box-h {
    min-width: 100%;
    /* height: 100vh; */
    margin-top: 0;
  }
}

@media(max-width:320px) {
  .progress_bar_section span {
    font-size: 9px;
  }
}

.body_front {

  padding: 0;

  margin: 0;
  box-sizing: border-box;
  font-family: "ClashDisplay-Regular";
}

.body_front p {
  font-size: 18px !important;
  font-family: "ClashDisplay-Regular";
  letter-spacing: 1px;
}

p {
  line-height: 1.5 !important;
}

.body_front img {
  border: none;
  outline: none;
  max-width: 100%;
}

li{
  font-family: "ClashDisplay-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {

  color: #1b005e;
  letter-spacing: 1px;

}

.navbar-nav {
  flex-direction: row !important;
}

.btn,
button {

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  outline: medium none;

}

img,
iframe {

  border: none;

}

hr {

  margin-top: 0;

  margin-bottom: 0;

  border: 0;

  border-top: 1px solid #eee;

}

pre {

  display: block;

  margin: 0 0 30px;

  padding: 9.5px;

  word-wrap: break-word;

  word-break: break-all;

  color: #333;

  border: 1px solid #ededed;

  border-radius: inherit;

  background-color: #f9f9f9;

  font-size: 13px;

  line-height: 1.42857143;

}

input:focus,
textarea:focus,

select:focus {

  outline: none;

  box-shadow: inherit;

}

ul {

  margin: 0;

  list-style-type: none;

}

a {

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  text-decoration: none;

  font-family: "Inter", sans-serif;

  font-weight: 600;

}

b,
strong {

  font-weight: 900;

}

.btn.active,
.btn:active {

  background-image: inherit !important;

}

.btn.focus,

.btn:active:focus,

.btn:active:hover,

.btn:focus,

.btn:hover {

  outline: 0;

}

.btn.circle {

  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  border-radius: 40px;

}

.btn.active,
.btn:active {

  outline: 0;

  -webkit-box-shadow: inherit;

  box-shadow: inherit;

}

.container-medium {

  padding: 0 15px;

  margin: auto;

  max-width: 1400px;

}

.container-full {

  padding: 0 15px;

  margin: auto;

  max-width: 1400px;

}

.container-fill {

  padding: 0 15px;

  margin: auto;

  max-width: 100%;

}

@media (min-width:576px) {

  .container-medium {

    max-width: 540px;

  }

}

@media (min-width:768px) {

  .container-medium {

    max-width: 720px;

  }

}

@media (min-width:992px) {

  .container-medium {

    max-width: 960px;

  }

}

@media (min-width:1200px) {

  .container-medium {

    max-width: 1400px;

    width: 80%;

  }

}

@media (min-width:576px) {

  .container-full {

    max-width: 540px;

  }

}

@media (min-width:768px) {

  .container-full {

    max-width: 720px;

  }

}

@media (min-width:992px) {

  .container-full {

    max-width: 960px;

  }

}

@media (min-width:1200px) {

  .container-full {

    max-width: 1400px;

    width: 90%;

  }

}

@media (min-width:576px) {

  .container-fill {

    max-width: 540px;

  }

}

@media (min-width:768px) {

  .container-fill {

    max-width: 720px;

  }

}

@media (min-width:992px) {

  .container-fill {

    max-width: 960px;

  }

}

@media (min-width:1200px) {

  .container-fill {

    width: 100%;

    max-width: 100%;

    padding: 0;

  }

}

.fixed-bg {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  z-index: -1;

}

.bg-cover {

  background-position: center center;

  background-size: cover;

}

.bg-cover-bottom {

  background-size: cover !important;

  background-position: left bottom !important;

  background-repeat: no-repeat;

}

.bg-bottom-center {

  background-repeat: no-repeat;

  background-position: bottom center;

  background-size: cover;

}

.bg-contain {

  background-size: contain;

}

.bg-fixed {

  background-attachment: fixed;

  background-position: center top;

  background-size: cover;

}

.bg-gray {

  background-color: #f3f7fd;

}

.faq_area {
  background-image: linear-gradient(195deg, #1b005e, #1d0674, #6f60a9, #d2e4e5) !important;
}

.bg-gray-hard {

  background-color: #d1eeec;

}

.bg-theme-small {

  background-color: #edf5ff;

}

.bg-light {

  background-color: #ffffff !important;

}

.bg-theme {

  background-color: #1b005e;

}

.bg-light-gradient {

  background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%);

}

.gradient-bg {

  background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0%, rgba(67, 126, 235, 1) 100%);

  background-color: #1b005e;

}

.container-md {

  width: 90%;

  margin: auto;

  position: relative;

}

.text-italic {

  font-style: italic;

}

.text-light h1,

.text-light h2,

.text-light h3,

.text-light h4,

.text-light h5,

.text-light h6,

.text-light p,

.text-light a {

  color: #ffffff;

}

.shadow {

  position: relative;

  z-index: 1;

  box-shadow: inherit !important;

}

.shadow.dark::after {

  /* background: #1b005e none repeat scroll 0 0; */

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.8;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.quick-contact-items::after {

  /* background-image: linear-gradient(82deg, #1b005e, #1b005ed9, #a6a3b1, #559a9d); */

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.9;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
display: none;
}

.shadow.dark-hard::after {

  background: #1b005e none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.75;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.shadow.light::after {

  background: #ffffff none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.shadow.theme::after {

  background: #1b005e none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.shadow.theme-hard::after {

  background: #1b005e none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.7;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.default-padding,

.default-padding-top,

.default-padding-bottom,

.default-padding-mx {

  position: relative;

  z-index: 1;

}

.default-padding {

  padding-top: 120px;

  padding-bottom: 120px;


}

.default-padding-top {

  padding-top: 120px;

}

.default-padding-bottom {

  padding-bottom: 120px;

}

.default-padding.bottom-less {

  padding-top: 120px;

  padding-bottom: 90px;

}

.default-padding-bottom.bottom-less {

  margin-bottom: -30px;

}

.default-padding-top.bottom-less {

  margin-bottom: -30px;

}

.top-border {

  border-top: 1px solid #e7e7e7;

}

.align-center {

  align-items: center;

}

.body_front .btn {

  display: inline-block;

  font-family: "Inter", sans-serif;

  font-weight: 600;

  line-height: 25px;

  text-transform: initial;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  overflow: hidden;

  border-radius: 5px;

  font-size: 17px;

}

.btn i {

  font-size: 20px;

  margin-left: 5px;

  position: relative;

  top: 3px;

}

.btn.btn-sm i {

  font-size: 16px;

  margin-left: 5px;

  position: relative;

  top: 1px;

}

.btn.btn-icon i {

  font-size: 50px;

  align-items: center;

  float: left;

  margin-right: 10px;

}

.work-process-area .work-pro-items .item img {
  width: 60px;
}

.work-process-area .work-pro-items .item .imgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.work-process-area .work-pro-items .item .overly {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1b005e9e;
  position: absolute;
  z-index: 1;
  display: none;
}

.work-process-area .work-pro-items .item .item-inner {
  /* position: relative; */
  z-index: 2;
  border-left: 2px solid #fff;
  padding-left: 15px;
  padding: 5px 15px;
}

.btn.btn-icon {

  padding: 0;

  line-height: 50px;

}

.btn.btn-icon:hover {

  color: #ffffff;

}

.btn-md {

  padding: 15px 40px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
  border-radius: 5px;
  font-size: 17px !important;
}

.btn-sm {

  padding: 10px 35px;

  font-size: 14px;

}

.btn.btn-sm-pro {

  font-size: 10px;

  font-weight: 600;

  margin-top: 5px;

  padding: 4px 35px;

  display: inline-block;

}

.btn-border-light {

  border: 2px solid #ffffff;

}

.btn.btn-sm-pro.btn-border-light:hover,

.btn.btn-sm-pro.btn-border-light:focus {

  background-color: #ffffff;

  color: #0e2b3d;

  border: 2px solid #ffffff;

}

.btn-dark {

  background-color: #0e2b3d;

  color: #ffffff;

  border: 2px solid #0e2b3d;

}

.btn-dark.border {

  background-color: transparent;

  color: #0e2b3d;

  border: 2px solid #0e2b3d !important;

}

.btn-dark.border:hover {

  background-color: #0e2b3d;

  color: #ffffff !important;

  border: 2px solid #0e2b3d !important;

}

.btn-gray.border {

  background-color: transparent;

  color: #1b005e;

  border: 2px solid #e7e7e7 !important;

}

.btn-gray.border:hover {

  background-color: #1b005e;

  color: #ffffff !important;

  border: 2px solid #1b005e !important;

}

.btn-gray.effect {

  background: #fafafa;

  border: 1px solid #e7e7e7 !important;

}

.btn.btn-light {

  /* background: linear-gradient(156deg, #1b005e, #1b005ed9, #0f5c5e, #17cad0); */
  background-color: #17CAD0 !important;
  border: none;
  color: #fff !important;
  border-radius: 50px;

}

.btn.btn-light:hover {
  background: #1D0674 !important;
  border-color: #1D0674 !important;
  color: #fff !important;
}

.btn.btn-light.border {

  background: transparent;

  border: 2px solid #ffffff !important;

  color: #ffffff;
  border-radius: 50px;

}

.btn.btn-light.border:hover {

  background: #ffffff none repeat scroll 0 0 !important;

  border: 2px solid #ffffff !important;

  color: #0e2b3d !important;

}

.btn-standard {

  display: inline-block;

  text-align: center;

  color: #1b005e;

  margin-top: 15px;

  border: 1px solid #e7e7e7;

  padding: 10px 35px;

  text-transform: capitalize;

  border-radius: 30px;

  font-weight: 600;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.btn-standard:hover {

  color: #ffffff;

}

.btn-standard::after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  transition: all 0.35s ease-in-out;

  left: -100%;

  bottom: 0;

  z-index: -1;

}

.btn-standard:hover::after {

  left: 0;

}

.btn-standard.md {

  padding: 13px 45px;

}

.btn-standard i {

  display: inline-block;

  text-align: center;

  color: #1b005e;

  font-size: 15px;

  border-radius: 50%;

  position: relative;

  z-index: 1;

  margin-left: 3px;

  top: 1px;

  transition: all 0.35s ease-in-out;

}

.btn-standard:hover i {

  color: #ffffff;

}

.bg-theme .btn-standard:hover,

.bg-dark .btn-standard:hover,

.bg-gradient .btn-standard:hover,

.shadow .btn-standard:hover {

  color: #ffffff;

}

.btn-dark:hover,

.btn-dark:focus {

  color: #0e2b3d !important;

  background: transparent;

}

.bg-dark {

  background: #001d4c !important;

}

.bg-dark-hard {

  background: #08111e;

}

.bg-gradient {

  background: #1b005e;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

}

.btn-theme {

  /* background-image: linear-gradient(82deg, #1b005e, #1b005ed9, #1d0674, #559a9d); */
  background-color: #17CAD0 !important;
  color: #ffffff !important;

  border: none !important;

}

.btn-theme:hover {
  background-color: #1b005e !important;

  color: #fff !important;

  border: none;
}

.btn-theme.border {

  background-color: transparent;

  color: #0e2b3d !important;

  border: 2px solid #1b005e !important;

}

.text-light .btn-theme.border {

  color: #ffffff !important;

}

.btn-theme.border:hover {

  background-color: #1b005e;

  color: #ffffff !important;

  border: 2px solid #1b005e;

}

.btn-theme.effect:hover,

.btn-theme.effect:focus {

  background: #1b005e none repeat scroll 0 0;

  border: 2px solid #1b005e;

  color: #ffffff;

}

.btn.btn-sm-lm {

  font-size: 12px;

  padding: 4px 35px;

}

.bg-theme a.btn-theme.btn:hover,

.bg-theme a.btn-theme.btn:focus {

  border: 2px solid #ffffff;

  color: #ffffff;

}

.btn-gradient,

.btn-gradient:focus {

  position: relative;

  z-index: 1;

  color: #ffffff !important;

  padding: 18px 40px !important;

}

.btn-gradient:hover {

  color: #ffffff;

}

.btn-gradient::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

  transition: all 0.35s ease-in-out;

  z-index: -1;

  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #1b005e;

}

.btn-gradient i {

  display: inline-block;

  line-height: 28px;

  color: #ffffff;

  font-size: 14px;

  margin-left: 5px;

}

.btn-gradient.icon-normal i {

  border: none;

  background: transparent;

  font-size: 20px;

  line-height: inherit;

  position: relative;

  top: 2px;

  margin-right: 0;

  height: auto;

  width: auto;

}

.btn-gradient.icon-left i {

  margin-left: 0;

  margin-right: 5px;

}

.inc-icon i {

  display: inline-block;

  height: 30px;

  width: 30px;

  line-height: 28px;

  background: rgba(255, 255, 255, 0.1);

  color: #ffffff;

  font-size: 10px;

  border-radius: 50%;

  margin-left: 5px;

  border: 1px dashed rgba(255, 255, 255, 0.5);

}

.btn-gradient.btn-sm {

  padding: 10px 30px;

}

.btn.btn-transparent.border {

  border: 1px solid rgba(255, 255, 255, 0.3) !important;

}

.btn.btn-transparent.border:hover {

  border: 1px solid rgba(255, 255, 255, 0.5) !important;

  background: rgba(255, 255, 255, 0.07);

  color: #ffffff !important;

}

.relative {

  position: relative;

  z-index: 1;

}

.bg-fixed {

  background-attachment: fixed !important;

  background-position: center center !important;

  background-size: cover !important;

}

.bg-cover {

  background-position: center center !important;

  background-size: cover !important;

}

.overflow-hidden {

  overflow: hidden;

}

button,
button:focus {

  border: none !important;

  box-shadow: inherit !important;

  outline: inherit !important;

}

header {

  position: relative;

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {

  position: relative;

  z-index: 1;

  margin-left: 3px;

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {

  border: medium none;

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {

  background: #ffffff none repeat scroll 0 0;

  bottom: -2px;

  content: "";

  height: 3px;

  left: 0;

  position: absolute;

  width: 0;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {

  width: 100%;

}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {

  width: 0;

}

.attr-nav .social.right li {

  margin-left: 20px;

}

.attr-nav .social li a {

  font-size: 16px;

}

nav.bootsnav.navbar-default.info-topbar .navbar-header {

  display: none;

}

nav.bootsnav.navbar-default.info-topbar ul li a {

  margin-right: 30px;

  padding: 35px 0;

}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {

  margin-right: 0;

  padding: 35px 20px;

}

.attr-nav>a.btn-theme.effect:hover,

.attr-nav>a.btn-theme.effect,

.attr-nav>a.btn-theme.effect:focus {

  background: #1b005e none repeat scroll 0 0;

  border: 2px solid #1b005e;

  color: #ffffff !important;

}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {

  margin-right: 30px;

  padding: 35px 0;

}

.attr-nav.social li {

  display: inline-block;

  padding: 25px 0 !important;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

}

.attr-nav.social li a {

  border: 1px solid #f4f4f4;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  color: #1b005e;

  display: inline-block;

  font-size: 14px;

  height: 40px;

  line-height: 40px;

  margin-left: 10px;

  padding: 0 !important;

  text-align: center;

  width: 40px;

}

nav.navbar.bootsnav.sticked .attr-nav.social li {

  display: inline-block;

  padding: 20px 0 !important;

}

.site-heading h2 {

  display: inline-block;

  font-weight: 600;

  padding-bottom: 20px;

  margin-bottom: 0;

  position: relative;

  letter-spacing: 1px;

  line-height: 1.4;

}

.site-heading.less-info h2 {

  margin-bottom: 0;

}

.site-heading h4 {

  color: #1b005e;
  font-weight: 600;
  font-size: 3.5rem;
  font-family: "ClashDisplay-Bold";

}

.site-heading.clean h2 {

  padding-bottom: 0;

}

.site-heading.clean h2 span {

  color: #1b005e;

}

.site-heading h2 span {

  color: #1b005e;

}

.site-heading.barber h2 span {

  color: #bc9355;

}

.site-heading p {

  margin: 0;

  margin-top: 20px;

  padding: 0 7%;

}

.site-heading h2::before {

  background: #1b005e none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: -25px;

  position: absolute;

  width: 40px;

}

.site-heading h2::after {

  background: #1b005e none repeat scroll 0 0;

  bottom: 0;

  content: "";

  height: 2px;

  left: 50%;

  margin-left: 20px;

  position: absolute;

  width: 5px;

}

.site-heading.text-left h2::before {

  left: 0;

  margin-left: 0;

}

.site-heading.text-left h2::after {

  left: 45px;

  margin-left: 0;

}

.shadow .site-heading h2,

.shadow .site-heading p {

  color: #ffffff;

}

.bg-theme .site-heading h2::before,

.shadow .site-heading h2::before {

  background: #ffffff none repeat scroll 0 0;

}

.site-heading {

  margin-bottom: 60px;

  overflow: hidden;

  margin-top: -5px;

}

.carousel-shadow .owl-stage-outer {

  margin: -15px -15px;

  padding: 15px;

}

.heading-left {

  margin-bottom: 60px;

}

.heading-left .left-info {

  padding-right: 50px;

  border-right: 1px solid #dddddd;

}

.heading-left .right-info {

  padding-left: 50px;

}

.heading-left h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

  color: #1b005e;
  font-size: 1.25rem;
  font-family: "ClashDisplay-Medium";
}

.heading-left h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #1b005e;

  margin-top: -1px;

}

.heading-left p {

  margin-top: -5px;

  margin-bottom: 0;

}

.heading-left h2 {

  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #1b005e;
  font-family: "ClashDisplay-Semibold";

}

.heading-left a {

  margin-top: 10px;

}

.area-title {

  font-size: 40px;

  line-height: 1.2;

}

.fixed-shape-bottom {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

}

.fixed-shape-bottom img {

  width: 100%;

}

.language-switcher .dropdown-toggle {

  background: transparent;

  border: none;

  color: #666666;

  font-weight: 500;

  font-size: 14px;

  letter-spacing: 1px;

  padding: 15px;

  text-transform: capitalize;

}

.language-switcher img {

  padding: 3px;

  box-shadow: 0 0 10px #cccccc;

  border-radius: 50%;

  height: 45px;

  width: 45px;

}

.language-switcher .dropdown-toggle li {

  display: block;

}

.language-switcher .dropdown-menu li {

  display: block;

  padding: 0;

  border-bottom: 1px solid #e7e7e7;

}

.language-switcher .dropdown-menu li:last-child {

  border: none;

}

.language-switcher .dropdown-menu {

  margin: 0;

  min-width: 200px;

  border-radius: inherit;

  border: 1px solid #e7e7e7;

  left: auto !important;

  right: 0;

}

.nav-box .language-switcher .dropdown-menu {

  top: 58px;

}

@media (min-width: 1024px) {

  .nav-box .language-switcher .dropdown-menu {

    top: 80px;

  }

}

.language-switcher .dropdown-menu.show {

  display: block !important;

}

.language-switcher .dropdown-menu li a {

  padding: 7px 15px;

  text-transform: capitalize;

  display: block;

  font-weight: 600;

}

.top-bar-area.inc-border {

  border-bottom: 1px solid #e7e7e7;

}

.top-bar-area li {

  display: inline-block;

  margin-left: 15px;

  padding-left: 15px;

  position: relative;

  z-index: 1;

}

.top-bar-area li:first-child {

  margin: 0;

  padding: 0;

  border: none;

}

.top-bar-area p {

  margin: 0;

  font-weight: 500;

}

.top-bar-area p a {

  text-decoration: underline;

  font-weight: 600;

}

.top-bar-area .button a {

  display: inline-block;

  padding: 6px 25px;

  color: #ffffff;

  position: relative;

  z-index: 1;

  border: 1px solid rgba(255, 255, 255, 0.5);

}

.top-bar-area li::after {

  position: absolute;

  left: 0;

  top: 5px;

  content: "";

  height: 19px;

  width: 1px;

  border-left: 1px solid #dddddd;

}

.top-bar-area li:first-child::after {

  display: none;

}

.top-bar-area .item-flex {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.top-bar-area .social ul {

  margin-left: 30px;

}

.top-bar-area .social ul li::after {

  display: none;

}

.top-bar-area .social li {

  margin-left: 10px;

}

.top-bar-area.inc-pad {

  padding: 15px 0;

}

.top-bar-area.inc-padding {

  padding: 10px 0;

}

.top-bar-area .button i {

  margin-right: 5px;

}

.top-bar-area .info li i {

  margin-right: 5px;

  color: #1b005e;

}

.top-bar-area.fixed {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  z-index: 9;

}

.top-bar-area.fixe .row {

  align-items: center;

}

.top-bar-area.fixed {

  padding: 20px 0;

}

.top-bar-area .address-info li {

  text-align: left;

}

.top-bar-area .address-info li .icon,

.top-bar-area .address-info li .info {

  display: inline-block;

}

.top-bar-area .address-info li .icon i {

  margin-right: 10px;

}

.top-bar-area .info a {

  margin-left: 20px;

}

.top-bar-area.fixed .container {

  padding-right: 30px;

}

.top-bar-area.bg-dark .info li i,

.top-bar-area.bg-theme .info li i {

  color: #ffffff;

}

.top-bar-area.inc-logo {

  padding: 15px 0;

}

.top-bar-area .info-colums ul {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}

.top-bar-area .info-colums ul .info span {

  display: block;

  font-weight: 600;

  text-transform: uppercase;

}

.top-bar-area .info-colums li i {

  font-size: 35px;

}

.top-bar-area .info-colums ul .info {

  font-size: 14px;

  text-align: left;

}

.top-bar-area .info-colums .info,

.top-bar-area .info-colums .icon {

  display: inline-block;

}

.top-bar-area .info-colums ul li {

  text-align: left;

}

.top-bar-area .info-colums ul li .info {

  line-height: 24px;

}

.top-bar-area .info-colums ul li .icon {

  margin-right: 15px;

}

.top-bar-area .info-colums ul li::after {

  height: 90%;

  top: 5%;

}

.top-bar-area.bg-theme .info-colums ul li::after {

  border-left: 1px solid rgba(255, 255, 255, 0.3);

}

.top-bar-area .info-colums ul li .icon i {

  color: #1b005e;

}

.top-bar-area.bg-theme .info-colums ul li .icon i {

  color: #ffffff;

}

.top-bar-area.bg-theme {

  border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.breadcrumb-area {

  padding: 150px 0;

}

.breadcrumb-area .breadcrumb {

  background: transparent none repeat scroll 0 0;

  display: inline-block;

  margin: 0;

  padding: 15px;

  position: relative;

  z-index: 1;

}

.breadcrumb-area .breadcrumb::after {

  background: #232323 none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.7;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.breadcrumb-area h2 {

  display: block;

  font-weight: 600;

  text-transform: capitalize;

  font-size: 40px;

  margin-top: -10px;

  margin-bottom: 0;

}

.breadcrumb>li+li::before {

  content: "";

  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  padding: 0 5px;

  color: #ffffff;

  display: none;

}

.breadcrumb-area .breadcrumb li i {

  margin-right: 5px;

}

.breadcrumb-area .breadcrumb li {

  padding: 0 15px;

  position: relative;

  z-index: 1;

  display: inline-block;

}

.breadcrumb-area .breadcrumb li::after {

  border: 2px solid #ffffff;

  content: "";

  height: 10px;

  left: -7px;

  margin-top: -5px;

  position: absolute;

  top: 50%;

  width: 10px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.breadcrumb-area .breadcrumb li:first-child::after {

  display: none;

}

.breadcrumb-area .breadcrumb a,

.breadcrumb-area .breadcrumb li {

  font-family: "Poppins", sans-serif;

  font-weight: 500;

  text-transform: uppercase;

  color: #ffffff;

}

.breadcrumb-area .breadcrumb li.active {

  color: #ffffff;

  text-decoration: underline;

}

@keyframes rotate-animation {

  0% {

    transform: rotate(0deg);

  }



  50% {

    transform: rotate(180deg);

  }



  100% {

    transform: rotate(360deg);

  }

}

body,

.banner-area,

.banner-area div {

  height: 100%;

}

.banner-area.auto-height,

.banner-area.auto-height div {

  height: auto;

}

.banner-area.auto-height .content {

  padding: 150px 0;

}

.banner-area.auto-height.circle-shape .content {

  padding: 200px 0;

}

.banner-area .box-cell {

  display: table-cell;

  vertical-align: middle;

  width: 100%;

}

.banner-area .box-table {

  display: table;

  width: 100%;

}

.banner-area .box-cell,

.banner-area .box-cell div {

  height: auto;

}

.banner-area {

  position: relative;

  overflow: hidden;

}

.banner-area .wavesshape {

  bottom: -2px;

  left: 0;

  position: absolute;

  right: 0;

  top: auto;

  width: 100%;

}

.banner-area .wavesshape.shape {

  bottom: -50px;

  height: auto;

}

.banner-area .content {

  position: relative;

  z-index: 9;

}

.banner-area .content p {
  font-size: 25px !important;
  font-family: "ClashDisplay-Medium";
}

.banner-area.mar-top-100p .content {

  margin-top: 100px;

}

.banner-area.wavesshape {

  position: relative;

  z-index: 1;

}

.banner-area .shape {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100% !important;

  width: 100%;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left bottom;

}

.banner-area.triangle-shadow {

  position: relative;

  z-index: 1;

}

.banner-area.triangle-shadow::before {

  border-bottom: 0 solid transparent;

  border-right: 100vw solid #fff;

  border-top: 80px solid transparent;

  bottom: 0;

  content: "";

  height: 0;

  left: 0;

  position: absolute;

  width: 100%;

  z-index: 101;

}

.banner-area.shadow-inner .content {

  padding: 30px;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.banner-area.content-double .double-items {

  align-items: center;

  align-self: center;

  display: flex;

  justify-content: center;

  vertical-align: middle;

}

.banner-area .banner-carousel .owl-item.center img {

  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

}

.banner-area .banner-carousel .owl-item img {

  transform: scale(0.9);

  -webkit-transform: scale(0.9);

  -moz-transform: scale(0.9);

  -ms-transform: scale(0.9);

  -o-transform: scale(0.9);

}

.banner-area .item h1:first-child,

.banner-area .item h2:first-child,

.banner-area .item h3:first-child,

.banner-area .item h4:first-child,

.banner-area .item h5:first-child,

.banner-area .item h6:first-child {

  animation-delay: .5s;

}

.banner-area .item h1:nth-child(2),

.banner-area .item h2:nth-child(2),

.banner-area .item h3:nth-child(2),

.banner-area .item h4:nth-child(2),

.banner-area .item h5:nth-child(2),

.banner-area .item h6:nth-child(2) {

  animation-delay: .7s;

}

.carousel-caption h1:nth-child(3),

.carousel-caption h2:nth-child(3),

.carousel-caption h3:nth-child(3),

.carousel-caption h4:nth-child(3),

.carousel-caption h5:nth-child(3),

.carousel-caption h6:nth-child(3) {

  animation-delay: .9s;

}

.banner-area .item p {

  animation-delay: .5s;

}

.banner-area .item ul {

  animation-delay: .6s;

}

.banner-area .item a,

.banner-area .item button {

  animation-delay: .7s;

}

.carousel-fade .carousel-inner .item {

  -webkit-transition-property: opacity;

  transition-property: opacity;

}

.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  opacity: 0;

}

.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

  opacity: 1;

}

.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  left: 0;

  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

}

.carousel-fade .carousel-control {

  z-index: 2;

}

@-webkit-keyframes zoom {

  from {

    -webkit-transform: scale(1, 1);

  }



  to {

    -webkit-transform: scale(1.2, 1.2);

  }

}

@-moz-keyframes zoom {

  from {

    -moz-transform: scale(1, 1);

  }



  to {

    -moz-transform: scale(1.2, 1.2);

  }

}

@-o-keyframes zoom {

  from {

    -o-transform: scale(1, 1);

  }



  to {

    -o-transform: scale(1.2, 1.2);

  }

}

@keyframes zoom {

  from {

    transform: scale(1, 1);

  }



  to {

    transform: scale(1.2, 1.2);

  }

}

.carousel-inner .item>.slider-thumb {

  -webkit-animation: zoom 20s;

  animation: zoom 20s;

}

.banner-area .carousel-zoom .slider-thumb {

  height: 100%;

  position: absolute;

  width: 100%;

}

#particles-js,

#ripple {

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

}

.banner-area .carousel-control {

  background: transparent none repeat scroll 0 0;

  height: 50px;

  font-size: 30px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 70px;

  z-index: 1;

  text-transform: uppercase;

  display: inline-block;

  text-align: center;

  color: #1b005e;

}

.banner-area.text-light .carousel-control,

.banner-area .text-light .carousel-control {

  color: #ffffff;

}

.banner-area .carousel-control.shadow {

  background: transparent none repeat scroll 0 0;

  color: #ffffff;

  font-size: 20px;

  height: 50px;

  line-height: 50px;

  margin-top: -25px;

  opacity: 1;

  padding: 0;

  position: absolute;

  text-shadow: inherit;

  top: 50%;

  width: 50px;

  z-index: 1;

  display: inline-block;

}

.banner-area .carousel-control.shadow::after {

  background: #1e2726 none repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.5;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;

}

.banner-area .carousel-control.left {

  left: -80px;

}

.banner-area:hover .carousel-control.left {

  left: 10px;

}

.banner-area:hover .carousel-control.shadow.left {

  left: 20px;

}

.banner-area .carousel-control.right {

  right: -80px;

}

.banner-area:hover .carousel-control.right {

  right: 10px;

}

.banner-area:hover .carousel-control.shadow.right {

  right: 20px;

}

.banner-area .carousel-indicator {

  position: absolute;

  left: 10px;

  bottom: 0;

  width: 100%;

}

.banner-area .carousel-indicators {

  position: absolute;

  right: 40px;

  left: auto;

  width: auto;

  height: auto;

  top: 50%;

  transform: translate(10px, -50%);

  -webkit-transform: translate(10px, -50%);

  -moz-transform: translate(10px, -50%);

  -ms-transform: translate(10px, -50%);

  -o-transform: translate(10px, -50%);

  bottom: auto;

  margin: 0;

  display: block;

}

.banner-area .carousel-indicators li {

  display: block;

  height: 20px;

  width: 20px;

  margin: 10px 0;

  border: 2px solid #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: transparent;

  position: relative;

  z-index: 1;

}

.banner-area .carousel-indicators li.active {

  border: 2px solid #ffffff;

}

.banner-area .carousel-indicators li::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.banner-area.video-bg-live .mbYTP_wrapper {

  z-index: 1 !important;

}

.double-items>.row div {

  height: auto;

}

.banner-area .thumb {

  position: relative;

  top: 120px;

}

.banner-area.inc-shape .thumb {

  position: relative;

  z-index: 1;

}

.banner-area.inc-shape .thumb::after {

  position: absolute;

  right: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/shape/2.png);

  background-repeat: no-repeat;

  background-size: contain;

  background-position: top;

  z-index: -1;

}

.banner-area .content h2 {

  font-size: 60px;

  margin-bottom: 25px;

}

.banner-area.text-color .content h2 strong {

  font-weight: 800;

  color: #1b005e;

}

.banner-area.text-light .content h2 strong {

  color: #ffffff;

}

.banner-area .content h2 strong {


  display: block;

}

.banner-area .content h4 {

  margin-bottom: 25px;

}

.banner-area .content a {

  margin-top: 20px;

}

.banner-area.text-center .content a,

.banner-area .text-center .content a {

  margin-left: 15px;

  margin-right: 15px;

}

.banner-area.top-pad-60 .content {

  padding-top: 60px;

}

.banner-area.border-shadow .box-table {

  position: relative;

  z-index: 1;

}

.banner-area.border-shadow .box-cell::before {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/img-bg.png);

  background-repeat: no-repeat;

  background-position: left bottom;

  background-size: contain;
  display: none;

}

.banner-area.text-large .content h2 {

  font-size: 40px;
  background: #00d9dd;
  border-radius: 50px;
  padding: 10px;
  color: #1b005e;
}

.banner_heading strong {
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-name: blink_heading;
  -moz-animation-name: blink_heading;
  animation: blink_heading 5s infinite ease-in-out;
  font-weight: normal;
}

@-webkit-keyframes blink_heading {
  0% {
    font-family: "ClashDisplay-Light";
    /* font-size: 35px; */
  }

  25% {
    font-family: "ClashDisplay-Regular";
    /* font-size: 37px; */
  }

  50% {
    font-family: "ClashDisplay-Medium";
    /* font-size: 39px; */
  }

  75% {
    font-family: "ClashDisplay-Semibold";
    /* font-size: 40px; */
  }

  100% {
    font-family: "ClashDisplay-Bold";
    /* font-size: 41px; */
  }
}

@keyframes blink_heading {
  0% {
    font-family: "ClashDisplay-Light";
    /* font-size: 35px; */
  }

  25% {
    font-family: "ClashDisplay-Regular";
    /* font-size: 37px; */
  }

  50% {
    font-family: "ClashDisplay-Medium";
    /* font-size: 39px; */
  }

  75% {
    font-family: "ClashDisplay-Semibold";
    /* font-size: 40px; */
  }

  100% {
    font-family: "ClashDisplay-Bold";
    /* font-size: 41px; */
  }
}

.banner-area.carousel-shape p {

  padding-right: 20%;

  font-size: 18px;

  line-height: 36px;

}

.banner-area .appoinment-box,

.banner-area .appoinment-box div {

  height: auto;

}

.banner-area .item-box .item .row div {

  height: auto;

}

.banner-area .appoinment-box {

  padding: 60px 37px;

  background: rgba(255, 255, 255, 1);

  border-radius: 10px;

  position: relative;

  z-index: 1;

  box-shadow: 0 0 10px #cccccc;

}

.banner-area .appoinment-box h4 {

  color: #0e2b3d;

  font-weight: 600;

}

.banner-area .appoinment-box p {

  color: #0e2b3d;

}

.banner-area .appoinment-box .heading {

  margin-bottom: 30px;

}

.banner-area .appoinment-box input,

.banner-area .appoinment-box .nice-select {

  border: none;

  border-radius: inherit;

  box-shadow: inherit;

  background: rgba(255, 255, 255, 0.6);

  border-bottom: 1px solid #e6e6e6;

  padding-left: 0;

}

.banner-area .appoinment-box button {

  background: #1b005e;

  padding: 10px 25px;

  border-radius: 30px;

  color: #ffffff;

  font-weight: 600;

  margin-top: 10px;

  width: 100%;

}

.banner-area.heading-border .content h4 {

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

}

.banner-area.heading-border .content h4::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #ffffff;

}

.banner-area.circle-shape .content::after {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  content: "";

  height: 450px;

  width: 450px;

  background: #ffffff;

  z-index: -1;

  border-radius: 50%;

}

.banner-area.circle-shape .content::before {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  content: "";

  height: 550px;

  width: 550px;

  background: #ffffff;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.3;

}

.banner-area.center-item .thumb {

  position: inherit;

  top: 0;

}

.banner-area.center-item .row>div {

  height: auto;

}

.banner-area.shape {

  position: relative;

  z-index: 1;

}

.banner-area.shape::after {

  position: absolute;

  right: -20%;

  top: -20%;

  content: "";

  height: 700px;

  width: 700px;

  background: #f3f7fd;

  z-index: -1;

  border-radius: 30px;

  transform: rotate(45deg);

}

.banner-area .fixed-shape.right.top {

  position: absolute;

  right: 0;

  top: 0;

  z-index: -1;

}

.banner-area .content .bottom {

  display: flex;

  align-items: center;

}

.banner-area .content .bottom a {

  margin-right: 30px;

}

.banner-area .content .bottom .call-us h5 {

  font-weight: 700;

  margin-bottom: 5px;

  color: #1b005e;

}

.banner-area.text-light .content .bottom .call-us h5 {

  color: #ffffff;

}

.banner-area .content .bottom .call-us {

  margin-top: 20px;

  display: flex;

  align-items: center;

  text-align: left;

}

.banner-area .content .bottom .call-us span {

  font-weight: 600;

  color: #232323;

}

.banner-area .content .bottom .call-us i {

  height: 50px;

  width: 50px;

  background: #1b005e;

  line-height: 50px;

  text-align: center;

  border-radius: 50%;

  position: relative;

  color: #ffffff;

  margin-right: 15px;

}

.banner-area .content .bottom .call-us i::after {

  position: absolute;

  left: -10%;

  top: -10%;

  content: "";

  height: 120%;

  width: 120%;

  background: #1b005e;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.2;

}

.banner-area.text-light .content .bottom .call-us span {

  color: #ffffff;

}

.banner-area .banner {

  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background-size: cover;

  background-position: bottom left;

}

.banner-area.bg-gradient {

  background-position: bottom left;

}

.banner-area.bottom-shape {

  position: relative;

  z-index: 1;

}

.banner-area .fixed-shape {

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 100%;

  height: 100%;

  z-index: -1;

}

.banner-area .fixed-shape img {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

}

@media (min-width:1300px) {

  .banner-box {

    padding: 50px;

    padding-top: 95px;

    border-radius: 8px;

  }

}

.banner-area .fixed-shape-bottom {

  z-index: -1;

  opacity: 0.1;

}

.banner-area .row.align-center div {

  height: auto;

}

.banner-area .thumbs {

  position: relative;

  z-index: 1;

}

.banner-area .thumbs::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/shape/15.png);

  z-index: -1;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  background-position: center;

  background-size: contain;

  background-repeat: no-repeat;

  opacity: 0.1;

}

.item-animated {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  -webkit-animation-name: infiUpDown;

  animation-name: infiUpDown;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}

@keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}

@-webkit-keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-35px);

    transform: translateY(-35px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}

@-webkit-keyframes infinite-move {

  from {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -webkit-transform: translateX(88px);

    transform: translateX(88px);

  }

}

@-webkit-keyframes infinite-move {

  from {

    -ms-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -ms-transform: translateX(88px);

    transform: translateX(88px);

  }

}

@keyframes infinite-move {

  from {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }



  to {

    -webkit-transform: translateX(88px);

    transform: translateX(88px);

  }

}

.banner-area.carousel-shape .slider-thumb {

  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 60%;

  background-size: cover;

  background-position: right;

}

.banner-area.carousel-shape .box-cell::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/shape/18.png);

  background-size: cover;

  background-position: right;

}

.banner-area.carousel-shape .box-cell {

  position: relative;

}

.banner-area.bg-adjustable {

  background-size: cover;

  width: 100%;

  background-position: bottom left;

  padding-top: 100px;

}

.video-play-button {

  color: #1b005e;

  font-size: 30px;

  left: 50%;

  padding-left: 7px;

  position: absolute;

  top: 50%;

  transform: translateX(-50%) translateY(-50%);

  -webkit-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  z-index: 1;

}

.video-play-button:before {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;

}

.video-play-button.theme:before,

.video-play-button.theme:after {

  background: #1b005e repeat scroll 0 0;

}

.orange .video-play-button.theme:before,

.orange .video-play-button.theme:after {

  background: #FF5621 repeat scroll 0 0;

}

.video-play-button:after {

  content: "";

  position: absolute;

  z-index: 1;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 80px;

  height: 80px;

  background: #ffffff repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  transition: all 200ms;

  -webkit-transition: all 200ms;

  -moz-transition: all 200ms;

  -ms-transition: all 200ms;

  -o-transition: all 200ms;

}

@-webkit-keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }



  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

@keyframes pulse-border {

  0% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

    opacity: 1;

  }



  100% {

    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

    opacity: 0;

  }

}

.video-play-button i {

  display: block;

  position: relative;

  z-index: 3;

  color: #1b005e;

}

.video-play-button.theme i {

  color: #ffffff;

}

.video-play-button.relative {

  position: relative;

  display: inline-block;

  left: 30px;

  height: 60px;

  width: 60px;

  line-height: 60px;

  text-align: center;

  margin-top: 0 !important;

  top: 43px;

  margin-left: 10px;

}

.video-play-button.relative::before,

.video-play-button.relative::after {

  height: 60px;

  width: 60px;

  line-height: 60px;

}

.video-play-button.relative i {

  line-height: 63px;

  font-size: 20px;

}

.video-play-button.relative span {

  position: absolute;

  right: 0;

  top: 50%;

  font-size: 14px;

  line-height: 20px;

  width: 100%;

  left: 100%;

  min-width: 300%;

  text-transform: uppercase;

  margin-top: -7px;

  margin-left: 20px;

  text-align: left;

}

.nice-select {

  -webkit-tap-highlight-color: transparent;

  background-color: #fff;

  border: solid 1px #e8e8e8;

  box-sizing: border-box;

  clear: both;

  cursor: pointer;

  display: block;

  float: left;

  font-family: inherit;

  font-weight: normal;

  height: 50px;

  line-height: 50px;

  outline: none;

  padding-left: 10px;

  padding-right: 30px;

  position: relative;

  text-align: left !important;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  white-space: nowrap;

  width: 100%;

  margin-bottom: 15px;

  color: #0e2b3d;

}

.nice-select .current {

  color: #666666;

}

.nice-select:hover {

  border-color: #dbdbdb;

}

.nice-select:active,

.nice-select.open,

.nice-select:focus {

  border-color: #999;

}

.nice-select:after {

  border-bottom: 2px solid #999;

  border-right: 2px solid #999;

  content: "";

  display: block;

  height: 5px;

  margin-top: -4px;

  pointer-events: none;

  position: absolute;

  right: 12px;

  top: 50%;

  -webkit-transform-origin: 66% 66%;

  -ms-transform-origin: 66% 66%;

  transform-origin: 66% 66%;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.15s ease-in-out;

  transition: all 0.15s ease-in-out;

  width: 5px;

}

.nice-select.open:after {

  -webkit-transform: rotate(-135deg);

  -ms-transform: rotate(-135deg);

  transform: rotate(-135deg);

}

.nice-select.open .list {

  opacity: 1;

  pointer-events: auto;

  -webkit-transform: scale(1) translateY(0);

  -ms-transform: scale(1) translateY(0);

  transform: scale(1) translateY(0);

}

.nice-select.disabled {

  border-color: #ededed;

  color: #999;

  pointer-events: none;

}

.nice-select.disabled:after {

  border-color: #cccccc;

}

.nice-select.wide {

  width: 100%;

}

.nice-select.wide .list {

  left: 0 !important;

  right: 0 !important;

}

.nice-select.right {

  float: right;

}

.nice-select.right .list {

  left: auto;

  right: 0;

}

.nice-select.small {

  font-size: 12px;

  height: 36px;

  line-height: 34px;

}

.nice-select.small:after {

  height: 4px;

  width: 4px;

}

.nice-select.small .option {

  line-height: 34px;

  min-height: 34px;

}

.nice-select .list {

  background-color: #fff;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);

  box-sizing: border-box;

  margin-top: 4px;

  opacity: 0;

  overflow: hidden;

  padding: 0;

  pointer-events: none;

  position: absolute;

  top: 100%;

  left: 0;

  -webkit-transform-origin: 50% 0;

  -ms-transform-origin: 50% 0;

  transform-origin: 50% 0;

  -webkit-transform: scale(0.75) translateY(-21px);

  -ms-transform: scale(0.75) translateY(-21px);

  transform: scale(0.75) translateY(-21px);

  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

  z-index: 9;

  width: 100%;

}

.nice-select .list:hover .option:not(:hover) {

  background-color: transparent !important;

}

.nice-select .option {

  cursor: pointer;

  font-weight: 400;

  line-height: 40px;

  list-style: none;

  min-height: 40px;

  outline: none;

  padding-left: 18px;

  padding-right: 29px;

  text-align: left;

  -webkit-transition: all 0.2s;

  transition: all 0.2s;

  display: block;

  margin: 0;

}

.nice-select .option:hover,

.nice-select .option.focus,

.nice-select .option.selected.focus {

  background-color: #f6f6f6;

}

.nice-select .option.selected {

  font-weight: bold;

}

.nice-select .option.disabled {

  background-color: transparent;

  color: #999;

  cursor: default;

}

.no-csspointerevents .nice-select .list {

  display: none;

}

.no-csspointerevents .nice-select.open .list {

  display: block;

}

.about-area.inc-shape::after {

  transform: translateX(10px);

  position: absolute;

  left: -65px;
  top: 225px;

  content: "";

  height: 100%;
  width: 20%;

  background: url(../images/img-1.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
  animation: Floatingx 14s infinite ease-in-out;

}

@-webkit-keyframes Floatingx {
  0% {
    -webkit-transform: translate(50px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(50px)
  }
}

@keyframes Floatingx {
  0% {
    -webkit-transform: translate(50px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(50px)
  }
}

.about-area.inc-shape::before {

  transform: translateX(10px);

  position: absolute;
  left: 18%;
  transform: translateX(-50%);
  content: "";
  bottom: 0;
  height: 260px;
  width: 11%;

  background: url(../images/Fichier109.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: FloatingxUp;
  -moz-animation-name: FloatingxUp;
  animation: FloatingxUp 14s infinite ease-in-out;

}

@-webkit-keyframes FloatingxUp {
  0% {
    -webkit-transform: translate(50px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(50px)
  }
}

@keyframes FloatingxUp {
  0% {
    -webkit-transform: translate(50px)
  }

  65% {
    -webkit-transform: translate(0)
  }

  to {
    -webkit-transform: translate(50px)
  }
}

.about-area .thumb {

  position: relative;

}

.about-area .thumb img {

  border-radius: 8px;

}

.about-area .thumb img:first-child {

  width: 80%;

}

.about-area .thumb img:nth-child(2) {

  position: relative;

  left: 20%;

  width: 80%;

  top: -80px;

  margin-bottom: -80px;

  box-shadow: 0 0 10px #cccccc;

  padding: 5px;

  background: #ffffff;

}

.about-area .info>h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

  color: #1b005e;

}

.about-area .info>h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #1b005e;

  margin-top: -1px;

}

.about-area .thumb .overlay {

  position: absolute;

  right: 0;

  top: 50%;

  height: 250px;

  width: 250px;

  text-align: center;

  background: #ffffff;

  transform: translate(50px, -50%);

  border-radius: 8px;

  box-shadow: 0 0 10px #cccccc;

}

.about-area .thumb .overlay .content {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  padding: 0 30px;

}

.about-area .thumb .overlay h4 {

  margin: 0;
  position: relative;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.3;
  color: #00d9dd;
  font-size: 1.2rem;
  font-family: "ClashDisplay-Medium";
}

.about-area .info ul li {

  display: flex;

}

.about-area .info ul li i {

  display: inline-block;

  font-size: 60px;

  margin-right: 25px;

  color: #1b005e;

}

.about-area .info ul li h4 {

  font-weight: 600;

}

.about-area .info ul li {

  margin-top: 30px;

}

.about-area .info ul li p {

  margin: 0;

}

.about-area .info ul li:first-child {

  margin-top: 0;

}

.about-area .info ul {

  margin-top: 30px;

}

.about-area .info>h3 {

  font-weight: 600;

  font-size: 18px;

  text-transform: uppercase;

  color: #1b005e;

  margin-bottom: 30px;

}

.about-area .info h2 {

  font-weight: 600;

  margin-bottom: 25px;

}

.about-area .author {

  display: flex;

  align-items: center;

  margin-top: 30px;

}

.about-area .author img {

  height: 100px;

}

.about-area .author .signature {

  border-right: 1px solid #e7e7e7;

  padding-right: 20px;

  margin-right: 20px;

}

.about-area .author h5 {

  font-weight: 600;

  margin-bottom: 10px;

}

.about-area.reverse .thumbs img {

  max-width: 120%;

}

.about-area.reverse .info {

  padding-right: 35px;

}

.about-area.reverse .info {

  padding-bottom: 120px;

}

.about-area .info .progress-box .progress {

  height: 5px;

  overflow: inherit;

}

.about-area.reverse .info .progress-box h5 {

  font-weight: 600;

  font-size: 16px;

}

.about-area.reverse .info .progress-box {

  margin-top: 30px;

  overflow: inherit;

  text-align: left;

}

.about-area .info .progress-box .progress .progress-bar {

  position: relative;

  overflow: inherit;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

}

.about-area .info .progress-box .progress .progress-bar span {

  position: absolute;

  right: 0;

  bottom: 15px;

  background: #1b005e;

  padding: 0px 8px;

  font-weight: 600;

  font-size: 12px;

}

.about-area .info .progress-box .progress .progress-bar span::after {

  position: absolute;

  left: 5px;

  bottom: -5px;

  content: "";

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 5px solid #1b005e;

}

.about-content-area .info>h3 {

  font-weight: 600;

  font-size: 18px;

  text-transform: uppercase;

  color: #1b005e;

  margin-bottom: 30px;

}

.about-content-area .info h2 {

  font-weight: 600;

  margin-bottom: 25px;

}

.about-content-area .thumb {

  position: relative;

  margin-bottom: 50px;

}

.about-area .thumb .overlay {

  position: absolute;

  right: 0;
  top: 34%;

  height: 120px;
  width: 180px;

  text-align: center;

  background: #1b005e;

  transform: translate(50px, -50%);

  border-radius: 8px;

  box-shadow: 0 0 10px #cccccc;

}

.about-content-area .thumb img:first-child {

  width: 90%;

}

.about-content-area .thumb img:nth-child(2) {

  position: relative;

  left: 20%;

  width: 80%;

  top: -80px;

  margin-bottom: -80px;

  box-shadow: 0 0 10px #cccccc;

  padding: 5px;

  background: #ffffff;

}

.about-content-area .overlay {

  position: absolute;

  right: 0;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

  padding: 50px 30px;

  clip-path: polygon(100% 0, 100% 85%, 93% 100%, 0 99%, 0 0);

  display: flex;

  align-items: center;

  bottom: -50px;

}

.about-content-area .overlay h4 {

  color: #ffffff;

  font-weight: 600;

  margin-bottom: 8px;

}

.about-content-area .overlay p {

  margin: 0;

  color: #ffffff;

  font-style: italic;

}

.about-content-area .overlay i {

  font-size: 60px;

  color: #ffffff;

  border-right: 1px solid rgba(255, 255, 255, 0.5);

  margin-right: 20px;

  padding-right: 25px;

}

.content-tabs .nav-tabs {

  margin-bottom: 30px !important;

  border-bottom: 2px solid #e7e7e7;

  margin-top: 30px;

}

.content-tabs .nav-tabs li {

  float: none;

  display: inline-block;

  margin: 0;

  padding: 0;

  border: none;

  position: relative;

}

.content-tabs .nav-tabs li a {

  display: block;

  border: none;

  border-radius: 5px;

  padding: 0;

  padding-bottom: 20px;

  position: relative;

  z-index: 1;

  font-size: 14px;

  font-weight: 600;

  margin-right: 15px;

  text-transform: uppercase;

}

.content-tabs .nav-tabs li a:hover,

.content-tabs .nav-tabs li a:focus {

  background: transparent;

}

.content-tabs .nav-tabs li a.active::after {

  position: absolute;

  left: 0;

  bottom: -2px;

  content: "";

  height: 3px;

  width: 100%;

  background: #1b005e;

}

.content-tabs .nav-tabs li a.active {

  color: #1b005e;

  background: transparent;

}

.content-tabs p:last-child {

  margin-bottom: 0;

}

.about-standard-area .fixed-shape {

  position: absolute;

  left: 0;

  bottom: -100px;

}

.about-standard-area .fixed-shape img {

  max-width: 70%;

}

.about-standard-area .thumb {

  margin-top: 100px;

  display: flex;

  justify-content: flex-end;

  position: relative;

}

.about-standard-area .thumb img:nth-child(2) {

  position: absolute;

  left: -100px;

  top: -60px;

  width: 300px;

}

.about-standard-area .thumb img:nth-child(2) {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);

  -webkit-animation-name: infiUpDown;

  animation-name: infiUpDown;

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}

.about-standard-area .thumb img:nth-child(3) {

  position: absolute;

  left: -50px;

  bottom: -50px;

  height: 300px;

}

.about-standard-area .thumb img:first-child {

  max-width: 90%;

  float: right;

  border: 10px solid #ffffff;

  z-index: 9;

  position: relative;

}

.about-standard-area .thumb img {

  box-shadow: 0 0 10px #cccccc;

  border-radius: 5px;

}

.about-standard-area .overlay {

  position: absolute;

  left: 0;

  background: #ffffff;

  padding: 40px 40px;

  box-shadow: 0 0 10px #cccccc;

  display: flex;

  align-items: center;

  bottom: 50px;

  z-index: 9;

  border-radius: 5px;

}

.about-standard-area .overlay .video {

  margin-top: -30px;

}

.about-standard-area .overlay .content {

  padding-left: 25px;

  border-left: 1px solid #dddddd;

  margin-left: 35px;

}

.about-standard-area .overlay h4 {

  font-weight: 600;

  margin-bottom: 8px;

  font-size: 16px;

  text-transform: uppercase;

}

.about-standard-area .overlay h4 strong {

  display: block;

  font-size: 36px;

  margin-top: 5px;

  font-weight: 600;

}

.about-standard-area .overlay p {

  margin: 0;

  color: #ffffff;

  font-style: italic;

}

.about-standard-area .info {

  padding-left: 35px;

}

.about-standard-area .info>h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

  color: #1b005e;

}

.about-standard-area .info>h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #1b005e;

  margin-top: -1px;

}

.about-standard-area .info h2 {

  font-weight: 600;

  margin-bottom: 30px;

}

.about-standard-area .info blockquote {

  margin: 0;

  margin-top: 30px;

  color: #232323;

  font-style: italic;

  font-size: 20px;

  line-height: 34px;

  font-weight: 500;

}

.about-standard-area .info a {

  margin-top: 30px;

}

@keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-55px);

    transform: translateY(-55px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}

@-webkit-keyframes infiUpDown {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(-55px);

    transform: translateY(-55px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}

.who-we-area-box .item {

  padding: 120px 50px;

  border-right: 1px solid rgba(255, 255, 255, 0.1);

  position: relative;

}

.who-we-area-box .item:last-child {

  border: none;

}

.who-we-area-box .item .text-blur {

  position: absolute;

  top: 75px;

  font-size: 60px;

  color: rgba(255, 255, 255, 0.1);

  font-weight: 900;
  font-family: "ClashDisplay-Semibold";

}

.who-we-area-box .item h4 {

  font-weight: 600;

  margin-bottom: 25px;
  font-size: 25px;
  font-family: "ClashDisplay-Medium";
  letter-spacing: 1px;
}

.who-we-area-box .item a {

  margin-top: 15px;

}

.features-area.bottom-shape::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/shape/5.png);

  background-repeat: no-repeat;

  background-position: bottom;

  background-size: contain;

}

.border-shape::before {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 0;

  width: 0;

  border-right: 100vw solid #ffffff;

  border-top: 60px solid transparent;

}

.features-area .fixed-shape {

  position: absolute;

  right: 0;

  top: 0;

  opacity: 0.5;

}

.features-area .single-item {

  margin-bottom: 30px;

}

.features-area .item {

  padding: 50px 30px;

  background: #ffffff;

  border-radius: 8px;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.features-area .item>i {

  display: inline-block;

  font-size: 50px;

  margin-bottom: 25px;

  color: #1b005e;

  position: relative;

  z-index: 1;

}

.features-area .item h5 {

  font-weight: 600;

}

.features-area .item p {

  margin: 0;

}

.features-area .item-grid:first-child {

  margin-top: 50px;

}

.features-area .item-grid .item {

  margin-top: 30px;

  transition: all 0.35s ease-in-out;

}

.features-area .item-grid .item:first-child {

  margin-top: 0;

}

.features-area .features-box {

  padding-left: 35px;

}

.features-area .item-grid:first-child .item:first-child,

.features-area .item-grid:last-child .item:last-child,

.features-area .item-grid .item:hover {

  background: linear-gradient(90deg, rgba(8, 106, 216, 1) 0%, rgba(10, 60, 116, 1) 100%);

}

.features-area .item-grid:first-child .item:first-child i,

.features-area .item-grid:first-child .item:first-child a,

.features-area .item-grid:first-child .item:first-child p,

.features-area .item-grid:last-child .item:last-child i,

.features-area .item-grid:last-child .item:last-child a,

.features-area .item-grid:last-child .item:last-child p,

.features-area .item-grid .item:hover i,

.features-area .item-grid .item:hover a,

.features-area .item-grid .item:hover p {

  color: #ffffff;

  transition: all 0.35s ease-in-out;

}

.why-us>h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

}

.why-us>h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #232323;

  margin-top: -1px;

}

.why-us h2 {

  font-weight: 600;

  margin-bottom: 25px;

}

.why-us ul li {

  margin-top: 25px;

}

.why-us ul li h5 {

  text-transform: capitalize;

  font-weight: 600;

  display: flex;

  align-items: center;

}

.why-us ul li strong {

  font-size: 2rem;

  font-weight: 600;

  margin-right: 15px;

}

.why-us ul {

  border-top: 1px solid rgba(255, 255, 255, 0.3);

  margin-top: 25px;

  padding-top: 25px;

}

.why-us ul li:first-child {

  margin-top: 0;

}

.feature-area.half-bg {

  position: relative;

  z-index: 1;

}

.feature-area.half-bg:after {

  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  left: 0;

  height: 0;

  border-right: 100vw solid #1b005e;

  border-top: 200px solid transparent;

  width: 0;

  z-index: -1;

}

.feature-area .features-box .item {

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.feature-area .features-box .item .overlay {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 0;

  padding: 30px;

  z-index: 1;

}

.feature-area .features-box .item .overlay .info {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.feature-area .features-box .item::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 150%) repeat scroll 0 0;

  display: none;

}

.feature-area .features-box .item .overlay i {

  font-size: 22px;

  display: inline-block;

  line-height: 45px;

}

.feature-area .features-box .item .overlay h4 {

  margin: 0;

  text-transform: capitalize;

  font-weight: 600;

}

.feature-area .features-box .item span {

  position: absolute;

  font-weight: bold;

  font-size: 80px;

  text-transform: uppercase;

  color: transparent;

  -webkit-text-stroke: 2px #ffffff;

  left: 30px;

  bottom: 20px;

  z-index: 2;

  line-height: 80px;

  opacity: 0.5;

}

.feature-area .features-box .item img {

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

}

.feature-area .features-box .item:hover img {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  transform: scale(1.2);

}

.feature-area .features-box .item .overlay .info>a {

  display: inline-block;

  min-height: 45px;

  min-width: 45px;

  height: 45px;

  width: 45px;

  background: #ffffff;

  text-align: center;

  line-height: 45px;

  border-radius: 50%;

  color: #1b005e;

  opacity: 0;

  transform: translateX(20px);

}

.feature-area .features-box .item:hover .overlay .info>a {

  opacity: 1;

  transform: translateX(0);

}

.top-features-area .single-item {

  margin-bottom: 30px;

}

.top-features-area .item {

  padding: 50px 30px;

  position: relative;

  z-index: 1;

  border-radius: 8px;

  overflow: hidden;

  transition: all 0.35s ease-in-out;

  border: 1px solid #e7e7e7;

  background: #ffffff;

}

.top-features-area .item .icon i {

  display: inline-block;

  font-size: 40px;

  margin-bottom: 30px;

  color: #1b005e;
  ;

  position: relative;

  z-index: 1;

  padding: 20px;

}

.top-features-area .item .icon i::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  z-index: -1;

  border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;

  opacity: 0.1;

}

.top-features-area .single-item:nth-child(2n) .item i {

  color: #8a49a1;

}

.top-features-area .single-item:nth-child(2n) .item i::after {

  background: #8a49a1;

}

.top-features-area .single-item:nth-child(3n) .item i {

  color: #57b957;

}

.top-features-area .single-item:nth-child(3n) .item i::after {

  background: #57b957;

}

.top-features-area .single-item:nth-child(4n) .item i {

  color: #ff583c;

}

.top-features-area .single-item:nth-child(4n) .item i::after {

  background: #ff583c;

}

.top-features-area .item p {

  margin: 0;

}

.top-features-area .single-item .item::after {

  position: absolute;

  right: 0;

  bottom: -30px;

  content: "";

  height: 40%;

  width: 40%;

  background: url(../images/shape/8.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: right bottom;

  transition: all 0.35s ease-in-out;

  z-index: -1;

}

.top-features-area .item ul li {

  position: relative;

  z-index: 1;

  color: #0e2b3d;

  padding-left: 25px;

  margin-top: 10px;

  font-weight: 600;

}

.top-features-area .item ul li::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  font-size: 14px;

}

.top-features-area .item ul {

  margin-top: 15px;

}

.top-features-area .item .more {

  overflow: hidden;

  z-index: 1;

  margin-top: 20px;

}

.top-features-area .item .more a {

  color: #1b005e;

}

.top-features-area .item .more a i {

  margin-left: 5px;

}

.top-features-area .item>a {

  margin-top: 20px;

}

.feature-area .feature-box .content .content-box {

  padding: 50px;

  background: #ffffff;

  position: relative;

  top: 50%;

  transform: translateY(-50%);

  border-left: 4px solid #1b005e;

}

.feature-area .feature-box .thumb {

  position: relative;

}

.feature-area .feature-box .thumb img {

  max-width: 120%;

}

.feature-area .feature-box .item {

  display: flex;

  margin-top: 50px;

}

.feature-area .feature-box .item i {

  display: inline-block;

  font-size: 50px;

  margin-right: 30px;

  background: linear-gradient(90deg, rgba(3, 25, 65, 1) 0%, rgba(67, 126, 235, 1) 100%);

  -webkit-background-clip: text;

  -moz-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

}

.feature-area .feature-box .item h5 a {

  font-weight: 700;

}

.feature-area .feature-box .item:first-child {

  margin-top: 0;

}

.feature-area .feature-box .item p {

  margin: 0;

}

.feature-area .feature-box .content {

  padding-left: 35px;

}

.featured-services-area .fixed-shape-left-top {

  position: absolute;

  left: 0;

  top: 0;

}

.service-area .fixed-shape-left-top {

  position: absolute;

  left: 0;

  top: 0;

  z-index: -1;

}

.featured-services-area .single-item {

  margin-bottom: 30px;

}

.featured-services-area .item {

  background: #ffffff;

  padding: 50px 30px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  position: relative;

  z-index: 1;

}

.featured-services-area .item i {

  display: inline-block;

  font-size: 50px;

  margin-bottom: 30px;

  color: #1b005e;

}

.featured-services-area .single-item:nth-child(2n) .item i {

  color: #57b957;

}

.featured-services-area .single-item:nth-child(3n) .item i {

  color: #8a49a1;

}

.featured-services-area .single-item:nth-child(4n) .item i {

  color: #ff583c;

}

.featured-services-area .item h5 {

  font-weight: 700;

}

.featured-services-area .item p {

  margin: 0;

}

.featured-services-area .item::after {

  position: absolute;

  left: 50%;

  width: 50px;

  height: 3px;

  content: "";

  background: #1b005e;

  bottom: 0;

  margin-left: -25px;

  transition: all 0.35s ease-in-out;

  border-radius: 50px;

  opacity: 0;

}

.featured-services-area .item:hover::after {

  left: 0;

  width: 100%;

  margin: 0;

  opacity: 1;

}

.clients-area .clients-carousel img {

  width: auto;

  margin: auto;

}

.video-area.extra-padding {

  padding-bottom: 240px;

}

.video-area h5 {

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 25px;
  font-size: 1.25rem;
  font-family: "ClashDisplay-Medium";

}

.video-area h2 {

  font-weight: 600;
  font-size: 2.5rem;
  font-family: "ClashDisplay-Semibold";

}

.video-area a.video-play-button.relative {

  top: 59px;

}

.choose-us-area .item {

  padding: 15px 30px 15px;

  /* box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57); */

  display: flex;

  /* background: #ffffff; */

  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.choose-us-area .row .single-item {
  /* border-right: 1px solid #fff; */
}

.choose-us-area .row .single-item:last-child {
  border-right: none;
}

.choose-us-area .item a .info{
  text-align: center;
}

.choose-us-area .items-box {

  /* margin-top: -120px; */

}

.choose-us-area {
  /* background-image: linear-gradient(82deg, #1b005e, #1b005ed9, #1d0674, #559a9d); */
  background: #00d9dd !important;
  bottom: -100%;
  opacity: 0;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 11;
  transition: 1s;
  box-shadow: 0 0 5px rgb(241 237 237 / 50%);
}

.header-section.is-sticky {
  bottom: 0;
  opacity: 1;
}

.choose-us-area .item .icon i {

  display: inline-block;

  font-size: 30px;

  margin-right: 25px;

  color: #fff;
  /* margin-top: 12px; */

}

.choose-us-area .item .icon i.fa-phone {
  font-size: 20px;
}

.choose-us-area .item p {
  margin-bottom: 0;
  font-size: 12px !important;
  /* color: #1b005e; */
}

.info_paragraph_item span{
  font-size: 16px !important;
  color: #1b005e;
  font-family: "ClashDisplay-Medium";
}

.info_paragraph_item{
  justify-content: flex-start !important;
}

.choose-us-area .item h4 {

  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  font-family: "ClashDisplay-Medium";
}

.choose-us-area .item a {
  color: #fff;
  font-size: 11px;
  border: 1px solid #1b005e;
  padding: 10px 20px;
  border-radius: 50px;
  width: 100%;
  background: #1b005e;
}

.choose-us-area .item .call {

  display: flex;

  align-items: center;

}

.choose-us-area .item .call span {

  display: block;

  text-transform: uppercase;

  color: #0e2b3d;

  font-weight: 600;

}

.choose-us-area .item .call i {

  display: inline-block;

  font-size: 50px;

  margin-right: 20px;

  color: #1b005e;

}

.work-process-area .single-item {

  margin-bottom: 30px;

}

.work-process-area .thumb img {

  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);

  border: 9px solid #ffffff;

}

.work-process-area .work-pro-items .item i {

  display: inline-block;

  color: #1b005e;

  font-size: 60px;

  margin-bottom: 30px;

}

.work-process-area .work-pro-items .item h5 {

  z-index: 1;
    font-weight: 600;
    color: #fff;
    font-size: 2.4rem;
    padding: 20px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    background: transparent;
    width: 100%;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.work-process-area .work-pro-items .item .icon {

  position: relative;

}

.work-process-area .work-pro-items .item .icon span {

  position: absolute;

  left: 15px;

  top: 0;

  font-size: 100px;

  z-index: -1;

  color: #f4f4f4;

  opacity: 0.9;

  font-weight: 900;

  color: transparent;

  -webkit-text-stroke: 2px #f4f4f4;

  line-height: 50px;

  font-family: sans-serif;

}

.work-process-area .work-pro-items .item {

  border: 1px solid #e7e7e7;

  padding: 50px 30px;

  background: #ffffff;

  position: relative;

  z-index: 1;

  overflow: hidden;
  border-radius: 10px;
  height: 500px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.work-process-area .work-pro-items .item p {

  margin: 0;
  color: #fff;

}

.work-process-area .work-pro-items .item::before,

.work-process-area .work-pro-items .item::after {

  content: "";

  width: 0;

  height: 2px;

  position: absolute;

  transition: all 0.2s linear;

  background: #1b005e;

}

.work-process-area .work-pro-items .item .item-inner::before,

.work-process-area .work-pro-items .item .item-inner::after {

  content: "";

  width: 2px;

  height: 0;

  position: absolute;

  transition: all 0.2s linear;

  background: #1b005e;
  display: none;
}

.work-process-area .work-pro-items .item:hover::before,

.work-process-area .work-pro-items .item:hover::after {

  width: 100%;

}

.work-process-area .work-pro-items .item:hover .item-inner::before,

.work-process-area .work-pro-items .item:hover .item-inner::after {

  height: 100%;

}

.work-process-area .work-pro-items .item::before,

.work-process-area .work-pro-items .item::after {

  transition-delay: 0.2s;

}

.work-process-area .work-pro-items .item .item-inner::before,

.work-process-area .work-pro-items .item .item-inner::after {

  transition-delay: 0s;

}

.work-process-area .work-pro-items .item::before {

  right: 0;

  top: 0;

}

.work-process-area .work-pro-items .item::after {

  left: 0;

  bottom: 0;

}

.work-process-area .work-pro-items .item .item-inner::before {

  left: 0;

  top: 0;

}

.work-process-area .work-pro-items .item .item-inner::after {

  right: 0;

  bottom: 0;

}

.work-process-area .work-pro-items .item:hover::before,

.work-process-area .work-pro-items .item:hover::after {

  transition-delay: 0s;

}

.work-process-area .work-pro-items .item:hover .item-inner::before,

.work-process-area .work-pro-items .item:hover .item-inner::after {

  transition-delay: 0.2s;

}

.works-about-area {

  position: relative;

  z-index: 1;

}

.works-about-items {

  position: relative;

  z-index: 1;

}

.works-about-items::before {

  position: absolute;

  right: 20%;

  top: 0;

  content: "";

  height: 100%;

  width: 500%;

  background: transparent;

  z-index: -1;

}

.bg-light .works-about-items::before {

  background: #ffffff;

}

.works-about-area .works-about-items .thumb {

  position: relative;

  z-index: 1;

  margin-bottom: 50px;

}

.works-about-area .works-about-items .thumb .fun-fact {

  position: absolute;

  left: -50px;

  bottom: -50px;

  background: #ffffff;

  padding: 50px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  text-align: center;

}

.works-about-area.reverse .works-about-items .thumb .fun-fact {

  position: absolute;

  left: auto;

  right: -50px;

  bottom: -50px;

}

.works-about-area .works-about-items .thumb .fun-fact .medium {

  display: block;

  font-weight: 700;
  font-size: 20px;

}

.works-about-area .works-about-items .thumb .fun-fact .timer {

  display: inline-block;

  font-weight: 800;

  color: #0e2b3d;

  font-size: 2.5rem;

  position: relative;

  z-index: 1;

  margin-bottom: 10px;

  margin-left: -20px;


}

.works-about-area .works-about-items .thumb .fun-fact .timer::after {

  position: absolute;

  right: -25px;

  top: 0;

  content: "";

  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  font-size: 20px;
  display: none;
}

.works-about-area .works-about-items .info {

  padding-right: 80px;

}

.works-about-area.reverse .works-about-items .info {

  padding-right: 15px;

  padding-left: 80px;

}

.works-about-items .info>h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

  color: #1b005e;
  font-size: 1.25rem;
  font-family: "ClashDisplay-Medium";
}

.works-about-items .info>h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #1b005e;

  margin-top: -1px;

}

.works-about-items .info h2 {

  font-weight: 600;

  margin-bottom: 25px;
  color: #1b005e;
  font-size: 2.5rem;
  font-family: "ClashDisplay-Semibold";
}

.works-about-items ul li {

  margin-top: 25px;

  align-items: center;

  position: relative;

  z-index: 1;

  padding-left: 25px;

}

.works-about-items ul li::after {

  position: absolute;

  left: 0;

  top: -4px;

  content: "";

  height: 100%;

  width: 100%;

  font-family: "Font Awesome 5 Pro";

  font-weight: 600;

  color: #1b005e;

}

.works-about-items ul li h5 {

  text-transform: capitalize;

  font-weight: 600;

  margin: 0;

  font-size: 16px;

}

.works-about-items ul li i {

  display: inline-block;

  font-size: 45px;

  min-width: 60px;

  margin-right: 10px;

}

.works-about-area .works-about-items .info a {

  margin-top: 30px;

  padding: 15px 40px;
  border-radius: 50px;

}

.services-area .services-items .item {

  padding: 60px 30px;

  padding-top: 80px;

  position: relative;

  z-index: 1;

  border-radius: 5px;

  box-shadow: 0 0 10px #ccc;

  background: #ffffff;

}

.services-area .services-items .item::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 50%;

  width: 100%;

  background: linear-gradient(90deg, rgba(4, 45, 92, 1) 0%, rgba(63, 146, 240, 1) 48%);

  transition: all .35s ease-in-out;

  opacity: 0;

  z-index: -1;

  border-radius: 5px;

}

.services-area .services-items .item:hover::after {

  height: 100%;

  opacity: 1;

}

.services-area .services-items .item .icon>i {

  display: inline-block;

  font-size: 55px;

  position: relative;

  margin-bottom: 40px;

  z-index: 1;

  color: #1b005e;

}

.services-area .services-items .item .icon>i::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 180%;

  width: 180%;

  background: url(../images/shape/19.png);

  background-size: contain;

  background-repeat: no-repeat;

  z-index: -1;

  transform: translate(-50%, -50%);

}

.services-area .services-items .item:hover .icon>i::after {

  opacity: 0.1;

}

.services-area .services-items .item h4 a {

  font-weight: 600;

}

.services-area .services-items .item a {

  position: relative;

  z-index: 1;

  text-transform: capitalize;

}

.services-area .services-items .item:hover i,

.services-area .services-items .item:hover h4 a,

.services-area .services-items .item:hover p {

  color: #fff;

}

.services-area .services-items .item i,

.services-area .services-items .item i::after,

.services-area .services-items .item h4,

.services-area .services-items .item p {

  transition: all .35s ease-in-out;

}

.services-area .services-items .item h4 {

  font-weight: 600;

  font-size: 20px;

}

.services-area .services-items .item:hover .info>a {

  background: #1b005e;

  color: #fff;

}

.services-area .services-items .item .info>a {

  display: inline-block;

  height: 50px;

  width: 50px;

  line-height: 50px;

  background: #fff;

  box-shadow: 0 0 10px #ccc;

  border-radius: 50%;

  position: absolute;

  bottom: -25px;

  left: 50%;

  margin-left: -25px;

}

.services-area .services-items.services-carousel .owl-stage-outer {

  padding-bottom: 30px;

}

.services-area .services-items.services-carousel.owl-carousel .owl-dots {

  margin-top: 20px;

}

.services-area .services-items.services-carousel.owl-carousel .owl-dot {

  margin-bottom: -5px;

  margin-top: 20px;

}

.services-area .services-items.services-carousel.owl-carousel .owl-dot span {

  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #fff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;

}

.services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #437eeb;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.thumb-services-area .services-items .item {

  background: #ffffff;

  padding: 60px 37px;

  box-shadow: 0 0 10px #cccccc;

  position: relative;

  z-index: 1;

  border-radius: 5px;

}

.thumb-services-area .services-items .item .icon {

  height: 150px;

  width: 150px;

  margin: auto auto 25px;

}

.thumb-services-area .services-items .item img {

  height: 100%;

  width: 100%;

}

.thumb-services-area .services-items .item .icon-opacity i {

  position: absolute;

  right: 0;

  bottom: 0;

  margin: 0;

  font-size: 100px;

  opacity: 0.08;

  z-index: -1;

}

.thumb-services-area .services-items .item .icon>i {

  display: inline-block;

  font-size: 70px;

  margin-bottom: 30px;

  position: relative;

  z-index: 1;

  color: #1b005e;

}

.thumb-services-area .services-items .item h4 {

  font-weight: 600;

  margin-bottom: 20px;

}

.thumb-services-area .services-items .item a {

  display: block;

  border: 1px solid #e7e7e7;

  padding: 10px;

  border-radius: 30px;

  margin-top: 30px;

  overflow: hidden;

  position: relative;

  z-index: 1;

}

.thumb-services-area .services-items .item a::after {

  position: absolute;

  left: 0;

  bottom: -100%;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  z-index: -1;

  transition: all 0.35s ease-in-out;

}

.thumb-services-area .services-items .item:hover a::after {

  bottom: 0;

}

.thumb-services-area .services-items .item:hover a {

  color: #ffffff;

}

.thumb-services-area .services-items .item a i {

  position: relative;

  top: 1px;

  left: 2px;

}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dots {

  margin-top: 20px;

}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot {

  margin-bottom: -10px;

  margin-top: 20px;

}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot span {

  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;

}

.thumb-services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #437eeb;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.service-area .service-items .single-item {

  margin-bottom: 30px;

}

.service-area .service-items .item {

  padding: 50px 30px;

  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, .1);

  background: #ffffff;

}

.service-area .service-items .item .icon {

  position: relative;

  z-index: 1;

  display: inline-block;

  margin-bottom: 30px;

}

.service-area .service-items .item .info>i {

  display: inline-block;

  font-size: 70px;

  background: linear-gradient(90deg, rgba(3, 25, 65, 1) 0%, rgba(67, 126, 235, 1) 100%);

  -webkit-background-clip: text;

  -moz-background-clip: text;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  position: relative;

  margin-bottom: 30px;

}

.service-area .service-items .item .info>i::after {

  position: absolute;

  left: -10px;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));

  z-index: -1;

  border-radius: 10px;

  transform: rotate(225deg);

}

.service-area .service-items .item .info h4 {

  font-weight: 600;

  margin-bottom: 35px;

}

.service-area .service-items .item:hover .btn-standard::after {

  left: 0;

}

.service-area .service-items .item:hover .btn-standard,

.service-area .service-items .item:hover .btn-standard i {

  color: #ffffff;

}

.services-area .services-tabs .row {

  margin-left: 0;

}

.services-area .services-tabs ul {

  border: none;

  margin-bottom: 30px;

  text-align: center;

}

.services-area .services-tabs ul li {

  display: inline-block;

  border: none;

  margin: 0;

}

.services-area .services-tabs ul li a {

  border: none;

  position: relative;

  z-index: 1;

  border-radius: inherit;

  padding: 15px 40px;

  background: #f3f7fd;

  margin: 5px 10px;

  margin-bottom: 30px;

  margin-top: 0;

}

.services-area .services-tabs ul li a.active {

  background: #1b005e;

  color: #ffffff;

  position: relative;

  z-index: 1;

}

.services-area .services-tabs ul li a.active::after {

  position: absolute;

  right: -8px;

  bottom: -8px;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  z-index: -1;

  opacity: 0.1;

  transition: all 0.35s ease-in-out;

}

.services-area .services-tabs .thumb {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

.services-area .services-tabs .info {

  padding-left: 35px;

}

.services-area .services-tabs .tab-pane {

  background: #f3f7fd;

  position: relative;

  z-index: 1;

  margin-bottom: 50px;

}

.services-area .services-tabs .info .content {

  padding: 50px;

  padding-left: 20px;

}

.services-area .services-tabs .tab-pane::after {

  position: absolute;

  right: 0;

  bottom: -50px;

  content: "";

  height: 100%;

  width: 90%;

  background: #f3f7fd;

  z-index: -1;

}

.services-area .services-tabs .info .content {

  position: relative;

}

.services-area .services-tabs .info .content span {

  position: absolute;

  font-weight: bold;

  font-size: 150px;

  text-transform: uppercase;

  line-height: 150px;

  color: transparent;

  -webkit-text-stroke: 1px #f4f4f4;

  right: 0px;

  top: -22px;

  z-index: 2;

}

.services-area .services-tabs .info .content ul {

  text-align: left;

  margin-top: 25px;

}

.services-area .services-tabs .info .content ul li {

  display: block;

  margin-bottom: 10px;

  color: #0e2b3d;

  font-weight: 600;

  padding-left: 25px;

  position: relative;

}

.services-area .services-tabs .info .content ul li:last-child {

  margin-bottom: 0;

}

.services-area .services-tabs .info .content h2 {

  font-weight: 600;

  margin-bottom: 25px;

}

.services-area .services-tabs .info .content a {

  color: #1b005e;

}

.services-area .services-tabs .info .content ul li::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  font-family: "Font Awesome 5 Pro";

  color: #1b005e;

}

.services-area .services-tabs .info .content i {

  position: absolute;

  right: 50px;

  bottom: 50px;

  font-size: 100px;

  opacity: 0.1;

}

.service-area .service-box .single-item {

  margin-bottom: 30px;

}

.service-area .service-box .item {

  display: flex;

  padding: 50px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  border-radius: 5px;

  position: relative;

  z-index: 1;

  overflow: hidden;

}

.service-area .service-box .item i {

  display: inline-block;

  font-size: 60px;

  min-width: 50px;

  margin-right: 20px;

  color: #1b005e;

}

.service-area .service-box .item p {

  margin-bottom: 0;

}

.service-area .service-box .item .icon {

  position: relative;

  z-index: 1;

}

.service-area .service-box .item .icon::after {

  position: absolute;

  left: -20px;

  top: 0;

  content: "";

  height: 50px;

  width: 50px;

  background: #1b005e;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.1;

  transition: all 0.35s ease-in-out;

}

.service-area .service-box .item:hover .icon::after {

  background: #ffffff;

  opacity: 0.1;

}

.service-area .service-box .item::after {

  position: absolute;

  left: 0;

  bottom: -100%;

  content: "";

  height: 100%;

  width: 100%;

  background: linear-gradient(90deg, rgba(4, 45, 92, 1) 0%, rgba(63, 146, 240, 1) 48%);

  z-index: -1;

  transition: all 0.35s ease-in-out;

}

.service-area .service-box .item:hover::after {

  bottom: 0;

}

.service-area .service-box .item i,

.service-area .service-box .item p {

  transition: all 0.35s ease-in-out;

}

.service-area .service-box .item:hover i,

.service-area .service-box .item:hover a,

.service-area .service-box .item:hover p {

  color: #ffffff;

}

.services-area .services-content .item {

  display: flex;

  box-shadow: 0 0 10px #cccccc;

  padding: 50px 37px;

}

.services-area .services-content .item img {

  max-width: 150px;

  min-width: 150px;

  height: 150px;

}

.services-area .services-content .item .icon {

  position: relative;

  z-index: 1;

  margin-right: 40px;

}

.services-area .services-content .item .icon::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 130px;

  width: 130px;

  transform: translate(-50%, -50%);

  background: #1b005e;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.3;

}

.services-area .services-content .item .icon::before {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 160px;

  width: 160px;

  transform: translate(-50%, -50%);

  background: #1b005e;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.1;

}

.services-area .services-content .item .icon>i {

  display: inline-block;

  font-size: 40px;

  margin-bottom: 30px;

  color: #1b005e;

  position: relative;

  z-index: 1;

  padding: 20px;

  margin-right: 30px;

}

.services-area .services-content .item .icon>i::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  z-index: -1;

  border-radius: 38% 62% 62% 38% / 41% 44% 56% 59%;

  opacity: 0.1;

}

.services-area .services-content .item h4 {

  font-weight: 600;

}

.services-area .services-content .item .info>a {

  text-transform: uppercase;

  color: #1b005e;

  font-size: 13px;

}

.services-area .services-content .item .bottom {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-top: 25px;

}

.services-area .services-content .item .bottom span {

  font-weight: 800;

  font-size: 30px;

  opacity: 0.3;

}

.services-area .services-content .item .bottom a {

  text-transform: uppercase;

  font-size: 13px;

}

.services-area .services-content .item .bottom a:hover {

  color: #1b005e;

}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dots {

  margin-top: 20px;

}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot {

  margin-bottom: -10px;

  margin-top: 20px;

}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot span {

  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;

}

.services-area .services-content.services-2-col-carousel.owl-carousel .owl-dot.active span::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #437eeb;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.services-details-area .content img {

  margin-bottom: 30px;

}

.services-details-area .content h2,

.services-details-area .content h3,

.services-details-area .content h4,

.services-details-area .content h5 {

  font-weight: 600;

  line-height: 1.3;

}

.services-details-area .content p {

  margin-bottom: 25px;

}

.services-details-area .content p:last-child {

  margin-bottom: 0;

}

.services-details-area .content ul li {

  display: block;

  margin-bottom: 15px;

  padding-left: 25px;

  position: relative;

  font-weight: 600;

  color: #232323;

}

.services-details-area .content ul li::after {

  position: absolute;
  left: 8px;
  top: 6px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  height: 5px;
  width: 5px;
  color: #1b005e;
  background: #1b005e;

}

.services-details-area .content ul li:last-child {

  margin-bottom: 0;

}

.services-details-area .content ul {

  margin-bottom: 25px;

  margin-top: 20px;

}

.services-details-area .content .thumbs img {

  margin-bottom: 0;

  margin-top: 15px;

}

.services-details-area .sidebar-item {

  margin-bottom: 50px;

}

.services-details-area .sidebar-item:last-child {

  margin-bottom: 0;

}

.services-details-area .sidebar-item {

  background: #fafafa;

  border: 1px solid #e7e7e7;

  padding: 30px;

  border-radius: 5px;

}

.services-details-area .sidebar-item .title h4 {

  font-weight: 600;

  position: relative;

  padding-left: 15px;

  margin-bottom: 25px;

}

.services-details-area .sidebar-item .title h4::after {

  position: absolute;

  left: 0;

  top: 3px;

  content: "";

  height: 20px;

  width: 3px;

  background: #1b005e;

}

.services-details-area .sidebar-item.link li {

  display: block;

}

.services-details-area .sidebar-item.link li a {

  display: block;

  padding: 15px 25px;

  border-bottom: 1px solid #e7e7e7;

  position: relative;

  overflow: hidden;

}

.services-details-area .sidebar-item.link {

  border: 1px solid #e7e7e7;

  border-radius: 5px;

  background: transparent;

}

.services-details-area .sidebar-item.link li:last-child a {

  border: none;

}

.services-details-area .sidebar-item.link li a:hover,

.services-details-area .sidebar-item.link li a.active {

  color: #ffffff;

}

.services-details-area .sidebar-item.link li a.active::after {

  position: absolute;

  right: 10px;

  top: 50%;

  content: "";

  border-radius: 50%;

  font-family: "Font Awesome 5 Pro";

  font-weight: 660;

  transform: translateY(-50%);

  font-size: 20px;

}

.services-details-area .sidebar-item.link li a::before {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 0;

  background: linear-gradient(90deg, rgba(8, 106, 216, 1) 0%, rgba(10, 60, 116, 1) 100%);

  transition: all 0.35s ease-in-out;

  z-index: -1;

}

.services-details-area .sidebar-item.link li a:hover::before,

.services-details-area .sidebar-item.link li a.active::before {

  width: 100%;

}

.services-details-area .sidebar-item.banner {

  border-radius: 5px;

  padding: 0;

  border: none;

  background: transparent;

}

.services-details-area .sidebar-item.banner .thumb {

  position: relative;

  z-index: 1;

}

.services-details-area .sidebar-item.banner .thumb img {

  border-radius: 5px;

}

.services-details-area .sidebar-item.banner .thumb .content {

  position: absolute;

  top: 50%;

  text-align: center;

  width: 100%;

  transform: translateY(-50%);

  z-index: 1;

  padding: 30px;

}

.services-details-area .sidebar-item.banner .thumb::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #000000;

  border-radius: 5px;

  opacity: 0.5;

}

.services-details-area .sidebar-item.banner .thumb .content h3 {

  font-weight: 700;

  color: #ffffff;

  margin-bottom: 0;

  font-size: 26px;

}

.services-details-area .sidebar-item.banner .thumb .content h3 i {

  height: 45px;

  width: 45px;

  line-height: 45px;

  background: #1b005e;

  border-radius: 50%;

  font-size: 20px;

  position: relative;

  margin-right: 10px;

  z-index: 1;

}

.services-details-area .sidebar-item.banner .thumb .content h3 i::after {

  position: absolute;

  left: -10%;

  top: -10%;

  content: "";

  height: 120%;

  width: 120%;

  background: #1b005e;

  border-radius: 50%;

  z-index: -1;

  opacity: 0.5;

}

.services-details-area .sidebar-item.banner .thumb .content h5 {

  color: #ffffff;

  font-weight: 500;

  margin-bottom: 25px;

}

.services-details-area .sidebar-item.brochure a {

  display: flex;

  align-items: center;

  margin-top: 25px;

}

.services-details-area .sidebar-item.brochure a i {

  font-size: 40px;

  font-weight: 500;

  margin-right: 10px;

  color: #1b005e;

}

.services-details-area .sidebar-item.brochure a:last-child {

  margin-top: 15px;

}

.standard-services-area .shape {

  position: absolute;

  left: 0;

  top: 0;

  height: 50%;

  width: 100%;

  background-size: cover;

  background-position: center bottom;

  opacity: 0.4;

}

.standard-services-items .item {

  padding: 67px 37px;

}

.standard-services-items .item {

  background: #ffffff;

  box-shadow: 0 0 10px #cccccc;

  position: relative;

  z-index: 1;

  border-radius: 7px;

}

.standard-services-items .item .info>i {

  display: inline-block;

  margin-bottom: 30px;

  background: #1b005e;

  height: 80px;

  width: 80px;

  line-height: 80px;

  color: #ffffff;

  font-size: 40px;

  border-radius: 50%;

  position: relative;

  z-index: 1;

  text-align: center;

}

.standard-services-items .item .info h4 {

  font-weight: 600;

}

.standard-services-items .item .info p {

  margin: 0;

}

.standard-services-items .item::after {

  position: absolute;

  left: 0;

  top: -50px;

  content: "";

  height: 200px;

  width: 179px;

  background: url(../images/shape/23.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: left top;

  transition: all 0.35s ease-in-out;

  opacity: 0;

}

.standard-services-items .center .item::after {

  left: 0;

  top: 0;

  opacity: 1;

}

.standard-services-area .standard-services-items.owl-carousel .owl-dots {

  margin-top: 20px;

}

.standard-services-area .standard-services-items.owl-carousel .owl-dot {

  margin-bottom: -5px;

  margin-top: 20px;

}

.standard-services-area .standard-services-items.owl-carousel .owl-dot span {

  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #fff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;

}

.standard-services-area .standard-services-items.owl-carousel .owl-dot.active span::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #437eeb;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.quick-contact-area.half-bg {

  position: relative;

  z-index: 1;

}

.quick-contact-area.half-bg::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 60%;

  width: 100%;

  background: #f3f7fd;

  z-index: -1;

}

.quick-contact-items {

  padding: 50px 30px;

}

.quick-contact-items h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;
  font-size: 2rem;
  font-family: "ClashDisplay-Medium";
}

.quick-contact-items h2 {

  font-weight: 600;

  margin-bottom: 0;

  line-height: 1.4;

  margin-bottom: -5px;

}

.quick-contact-items h2 strong {

  text-decoration: underline;

}

.case-studies-area.half-bg::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  height: 30%;

  width: 100%;

  background: #f3f7fd;

  z-index: -1;

}

.case-studies-area .item .thumb,

.case-studies-area .item {

  overflow: hidden;

  transition: all 0.35s ease-in-out;

}

.case-studies-area .item img {

  transition: all 0.35s ease-in-out;

}

.case-studies-area .item:hover img {

  transform: scale(1.1);

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

}

.case-studies-area .item .info .info-items {

  position: absolute;

  left: 30px;

  right: 60px;

  bottom: 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background: #ffffff;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  transition: all 0.35s ease-in-out;

  opacity: 0;

}

.case-studies-area .item:hover .info .info-items {

  bottom: 30px;

  opacity: 1;

}

.case-studies-area .info {

  position: relative;

  z-index: 1;

}

.case-studies-area .item .info .info-items ul li {

  display: inline-block;

  margin-right: 5px;

  position: relative;

}

.case-studies-area .item .info .info-items ul li::after {

  position: absolute;

  right: -5px;

  bottom: 0;

  content: ",";

  font-size: 14px;

}

.case-studies-area .item .info .info-items h4 {

  font-weight: 600;

  margin-bottom: 7px;

  font-size: 20px;

  text-transform: capitalize;

}

.case-studies-area .item .info .info-items .right-info a {

  display: inline-block;

  padding: 0 40px;

  background: #1b005e;

  color: #ffffff;

  position: absolute;

  height: 80%;

  right: -30px;

  top: 10%;

}

.case-studies-area .item .info .info-items .left-info {

  padding: 20px 30px;

  padding-right: 100px;

}

.case-studies-area .item .info .info-items .right-info a i {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}

.case-studies-area .item .info .info-items ul li:last-child::after {

  display: none;

}

.case-studies-area .owl-nav {

  margin: 0;

}

.case-studies-area .owl-nav .owl-prev,

.case-studies-area .owl-nav .owl-next {

  background: transparent none repeat scroll 0 0;

  color: #1b005e;

  font-size: 30px;

  height: 40px;

  left: 10px;

  line-height: 40px;

  margin: -20px 0 0;

  padding: 0;

  position: absolute;

  top: 50%;

  width: 40px;

}

.case-studies-area .owl-nav .owl-prev:hover,

.case-studies-area .owl-nav .owl-next:hover {

  background: transparent;

  color: #1b005e;

}

.case-studies-area .owl-nav .owl-next {

  left: auto;

  right: 10px;

}

.case-studies-area.grid-items #portfolio-grid {

  margin: -15px;

}

.case-studies-area.grid-items .case-items.colums-3 .pf-item {

  float: left;

  padding: 15px;

  width: 33.3333%;

}

.case-studies-area.grid-items .case-items.colums-2 .pf-item {

  float: left;

  padding: 15px;

  width: 50%;

}

.case-studies-area.grid-items .case-items.colums-4 .pf-item {

  float: left;

  padding: 15px;

  width: 25%;

}

.case-studies-area.grid-items .case-items.colums-6 .pf-item {

  float: left;

  padding: 15px;

  width: 16.6666%;

}

.case-items-area .pf-item .item {

  overflow: hidden;

  position: relative;

}

.case-details-area .thumb img {

  border-radius: 10px;

}

.case-details-area .content {

  padding: 0 45px;

}

.case-details-area .content ul.project-info {

  display: flex;

  justify-content: space-between;

  border-bottom: 1px solid #e7e7e7;

  padding-bottom: 15px;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

  margin-top: 0;

  position: relative;

  top: -65px;

  padding: 30px;

  border-radius: 5px;

  margin-bottom: -35px;

}

.case-details-area .content ul.project-info li {

  padding: 0;

  font-weight: 500;

  color: #ffffff;

  margin: 0;

}

.case-details-area .content ul.project-info li::after {

  display: none;

}

.case-details-area .content ul.project-info li .title i {

  margin-right: 10px;

  font-size: 20px;

}

.case-details-area .content ul.project-info li .title {

  display: flex;

  align-items: center;

  font-weight: 600;

  text-transform: uppercase;

  color: #ffffff;

}

.fun-factor-area .item .timer {

  display: block;

  font-size: 42px;

  font-weight: 700;

  line-height: 1;

  margin-top: -5px;

  margin-bottom: 10px;

  color: #0e2b3d;

  background-clip: text;

  -webkit-text-fill-color: transparent;

  background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);

  -webkit-background-clip: text;

}

.fun-factor-area .item .medium {

  display: block;

  font-weight: 600;

  font-size: 16px;

  margin-bottom: -5px;

  color: #0e2b3d;

  text-transform: capitalize;

}

.fun-factor-area .fun-fact-items {

  position: relative;

  z-index: 1;

}

.fun-factor-area .fun-fact-items::after {

  position: absolute;

  left: -150%;

  top: 0;

  content: "";

  height: 100%;

  width: 400%;

  background: #f3f7fd;

  z-index: -1;

}

@media only screen and (min-width: 1400px) {

  .fun-factor-area .fun-fact-items::after {

    left: 0;

    height: 100%;

    width: 400%;

  }

}

.team-area .team-items .single-item {

  margin-bottom: 30px;

}

.team-area .team-items .thumb {

  position: relative;

}

.team-area .team-items .thumb img {

  border-radius: 8px;

}

.team-area .team-items .info {

  padding: 30px;

  background: #ffffff;

  padding-bottom: 0;

  margin-bottom: -5px;

}

.team-area .team-items .info h4 {

  font-weight: 600;

  margin-bottom: 5px;

}

.team-area .team-items .info span {

  color: #1b005e;

  font-weight: 600;

  text-transform: capitalize;

}

.team-area .team-items .social {

  position: absolute;

  right: 30px;

  bottom: -35px;

}

.team-area .team-items .social label i {

  transform: rotate(45deg);

}

.share-button i {

  transition: .3s ease;

}

.share-toggle:checked~.share-button i {

  transform: rotate(-180deg) !important;

}

.share-toggle:checked~.share-icon:nth-child(3) {

  transform: translateY(-70px) rotate(0);

}

.share-toggle:checked~.share-icon:nth-child(4) {

  transform: translateY(-125px) rotate(0);

}

.share-toggle:checked~.share-icon:nth-child(5) {

  transform: translateY(-180px) rotate(0);

}

.share-toggle:checked~.share-icon:nth-child(6) {

  transform: translateY(-235px) rotate(0);

}

.share-button {

  position: relative;

  z-index: 2;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 45px;

  height: 45px;

  color: #1b005e;

  background-color: #ffffff;

  border-radius: 10px;

  box-shadow: 0px 0px 0px 2px #ffffff;

  cursor: pointer;

  transition: .3s ease;

  transform: rotate(45deg);

}

.share-icon {

  position: absolute;

  top: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  width: 45px;

  height: 45px;

  border-radius: 45px;

  transform: translateX(0) rotate(180deg);

  cursor: pointer;

  transition: .3s ease-in-out;

}

.team-area .team-items .thumb .social a {

  color: #ffffff;

}

.team-area .team-items .thumb .social a.facebook {

  background: #3B5998 none repeat scroll 0 0;

}

.team-area .team-items .thumb .social a.twitter {

  background: #1DA1F2 none repeat scroll 0 0;

}

.team-area .team-items .thumb .social a.pinterest {

  background: #BD081C none repeat scroll 0 0;

}

.team-area .team-items .thumb .social a.g-plus {

  background: #DB4437 none repeat scroll 0 0;

}

.team-area .team-items .thumb .social a.linkedin {

  background: #0077B5 none repeat scroll 0 0;

}

.team-area .team-items .thumb .social a.instagram {

  background: #3f729b none repeat scroll 0 0;

}

.team-single-area .basic-info li {

  float: left;

  width: 50%;

  padding: 0 15px;

  color: #ffffff;

  margin-top: 15px;

}

.team-single-area .basic-info {

  clear: both;

  margin: 0 -15px;

  position: relative;

  z-index: 1;

  display: block;

  float: left;

  width: 100%;

  padding: 30px 0;

  padding-top: 15px;

  margin-top: 15px;

}

.team-single-area .basic-info::after {

  position: absolute;

  right: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 110%;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

  z-index: -1;

}

.team-single-area .basic-info li a {

  color: #ffffff;

  font-weight: 400;

}

.team-single-area .social ul li {

  display: inline-block;

  margin-right: 7px;

}

.team-single-area .social ul li a {

  display: inline-block;

  height: 50px;

  width: 50px;

  line-height: 50px;

  background: #f9f9f9;

  text-align: center;

  border-radius: 50%;

  color: #232323;

}

.team-single-area .social ul li a:hover {

  background: #1b005e;

  color: #ffffff;

}

.team-single-area .social ul {

  margin-top: 30px;

  margin-bottom: 15px;

}

.team-single-area .content h2 {

  font-weight: 600;

  margin-bottom: 10px;

}

.team-single-area .content>span {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 15px;

  display: block;

}

.team-single-area .about-area.reverse .info .progress-box:first-child {

  margin-top: 0;

}

.team-single-area .bottom-info {

  margin-top: 50px;

}

.team-single-area .bottom-info h2 {

  font-weight: 600;

}

.team-single-area .bottom-info p:last-child {

  margin-bottom: 0;

}

.team-single-area .about-area.reverse .info {

  padding-bottom: 0;

}

.testimonials-area .item {

  padding: 50px 30px;

  background: #ffffff;

  box-shadow: 0 0 10px #cccccc;

}

.testimonials-area .item p {

  font-size: 18px;

  color: #232323;

  line-height: 34px;

  font-style: italic;

}

.testimonials-area .thumb {

  position: relative;

  z-index: 1;

}

.testimonials-area .thumb i {

  position: absolute;

  right: 0;

  top: 0;

  display: inline-block;

  height: 45px;

  width: 44px;

  line-height: 45px;

  background: #1b005e;

  text-align: center;

  color: #ffffff;

  border-radius: 50%;

}

.testimonials-area .thumb img {

  border-radius: 50%;

}

.testimonials-area .item .provider {

  display: flex;

  align-items: center;

}

.testimonials-area .item .provider h4 {

  font-weight: 600;

  margin-bottom: 0;

}

.testimonials-area .item .provider span {

  color: #232323;

}

.testimonials-area .item .provider span::before {

  content: " / ";

  padding: 0 5px;

}

.testimonials-area .item .rating {

  margin-bottom: 10px;

  color: #ffb944;

}

.testimonials-area .item::before {

  position: absolute;

  left: -15px;

  top: 15px;

  content: "";

  height: 100%;

  width: 100%;

  border: 15px solid #1b005e;

  z-index: -1;

  opacity: 0.1;

}

.testimonials-area .testimonial-items .owl-stage-outer {

  padding: 30px;

  margin: -30px;

}

.testimonials-area .testimonial-items .owl-carousel .owl-dots {

  margin-top: 30px;

}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot {

  margin-bottom: -10px;

  margin-top: 20px;

}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot span {

  display: block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  background: #ffffff;

  position: relative;

  z-index: 1;

  border: 2px solid #e7e7e7;

}

.testimonials-area .testimonial-items .owl-carousel .owl-dots .owl-dot.active span::after {

  position: absolute;

  left: 50%;

  top: 50%;

  content: "";

  height: 5px;

  width: 5px;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  background: #437eeb;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.about-area .faq-content {

  margin-top: 25px;

}

.about-area .thumb-box {

  position: relative;

  margin-right: 20px;

}

.faq-area .info>h5 {

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 25px;

  display: inline-block;

  position: relative;

  z-index: 1;

  padding-left: 45px;

  color: #1b005e;
  font-size: 1.25rem;
  font-family: "ClashDisplay-Medium";
}

.faq_area .info>h5 {
  color: #fff;
}

.faq-area .info>h5::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 2px;

  width: 30px;

  background: #1b005e;

  margin-top: -1px;

}

.faq_area .info>h5::after {
  background: #fff;
}

.faq-area .info h2 {


  font-weight: 600;
  margin-bottom: 0;
  color: #1b005e;
  font-size: 2.5rem;
  font-family: "ClashDisplay-Semibold";
}

.faq_area .info h2 {
  color: #fff;
}

.accordion .card-header h4:after {

  font-family: "Font Awesome 5 Pro";

  content: "";

  position: absolute;

  right: 0;

  top: 0;

  font-weight: 600;

}

.accordion .card-header h4.collapsed:after {

  content: "";

  font-weight: 600;

  color: #999999;

}

.faq-area .faq-content .card {

  border: none;

  margin-bottom: 31px;

  overflow: inherit;

  background: transparent;

  border-radius: 5px;

  padding: 0;

}

.faq-area .faq-content {

  margin-top: 25px;

}

.faq-area .faq-content .card:last-child {

  margin-bottom: 0;

}

.faq-area .faq-content .card .card-header {

  border: none;

  background: transparent;

  padding: 0;

}

.faq-area .faq-content .card .card-header h4 {

  margin: 0;

  font-size: 18px;

  font-weight: 600;

  padding: 0;

  padding-right: 50px;

  cursor: pointer;

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

}

.faq-area .faq-content .card .card-body {

  padding-left: 30px;

  padding: 0;

  padding-top: 15px;

  border-top: 1px solid #e7e7e7;

  margin-top: 20px;

}

.faq-area .faq-content .card .card-body p:last-child {

  margin-bottom: 0;

}

.faq-area .faq-content .card .card-header h4 strong {

  display: inline-block;

  height: 40px;

  width: 40px;

  text-align: center;

  line-height: 40px;

  background: #1b005e;

  color: #ffffff;

  border-radius: 50%;

  margin-right: 20px;

  position: relative;

  min-width: 40px;

}

.faq-area .faq-content .card .card-header h4 strong::after {

  position: absolute;

  left: -10%;

  top: -10%;

  content: "";

  height: 120%;

  width: 120%;

  background: #1b005e;

  z-index: -1;

  border-radius: 50%;

  opacity: 0.3;

}

.faq-area .appoinment-form {

  padding: 50px;

  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%);

  position: relative;

  border-radius: 8px;

  text-align: center;

  z-index: 1;

}

.faq-area .appoinment-form::before {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: url(../images/shape/17.png);

  background-size: cover;

  background-repeat: no-repeat;

  opacity: 0.15;

}

.faq-area .appoinment-form h4 {

  color: #ffffff;

  font-weight: 600;

}

.faq-area .appoinment-form p {

  color: #ffffff;

  margin-bottom: 30px;

}

.faq-area .appoinment-form input,
.faq-area .appoinment-form .nice-select {

  background: rgba(255, 255, 255, 0.1);

  border: 1px dashed rgba(255, 255, 255, 0.5);

  color: #ffffff;

  border-radius: 5px;

}

.faq-area .appoinment-form .nice-select .current {

  color: #ffffff;

}

.faq-area .appoinment-form .nice-select .option {

  color: #232323;

}

.faq-area .appoinment-form .nice-select::after {

  border-color: #ffffff;

}

.faq-area .appoinment-form button {

  width: 100%;

  background: #ffffff;

  border-radius: 30px;

  padding: 10px;

  font-weight: 600;

}

.faq-area .appoinment-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;

}

.faq-area .appoinment-form input::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;

}

.faq-area .appoinment-form input:-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;

}

.faq-area .appoinment-form input:-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;

}

.blog-area .single-item {

  margin-bottom: 30px;

}

.blog-area .blog-items .item {

  background: #ffffff;

  box-shadow: 0 0 10px #cccccc;

}

.blog-area .item .info {

  padding: 30px;

}

.blog-area .info .cats {

  position: relative;

  z-index: 1;

  padding-left: 25px;

  margin-bottom: 15px;

}

.blog-area .info .cats::after {

  position: absolute;

  left: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 15px;

  background: #666666;

}

.blog-area .info .cats a:hover {

  color: #1b005e;

}

.blog-area .item .info .meta {

  margin-bottom: 15px;

}

.blog-area .item .info .meta ul li {

  display: inline-block;

  margin-right: 10px;

  position: relative;

  z-index: 1;

  padding-right: 10px;

  font-weight: 600;

  font-size: 14px;

}

.blog-area .item .info .meta ul li::after {

  position: absolute;

  right: -2px;

  top: 8px;

  content: "";

  height: 15px;

  width: 1px;

  background: #666666;

  transform: rotate(15deg);

}

.blog-area .item .info .meta ul li:last-child::after {

  display: none;

}

.blog-area .item .info ul li i {

  color: #1b005e;

  margin-right: 5px;

  font-weight: 500;

}

.blog-area .item .info h4 {

  font-weight: 600;

  line-height: 1.4;

}

.blog-area.content-less .item .info h2,

.blog-area.content-less .item .info h3,

.blog-area.content-less .item .info h4,

.blog-area.content-less .item .info h5 {

  margin-bottom: 0;

}

.blog-area .item .info h4 a:hover {

  color: #1b005e;

}

.blog-area .item .info a.read-more {

  position: relative;

  z-index: 1;

  text-transform: uppercase;

  font-weight: 600;

  padding-bottom: 10px;

  padding-right: 35px;

}

.blog-area .info .meta a {

  color: #1b005e;

}

.blog-area .info h1,

.blog-area .info h2,

.blog-area .info h3,

.blog-area .info h4 {

  font-weight: 600;

}

.btn-more {

  position: relative;

  z-index: 1;

  display: inline-block;

  text-transform: initial;

  padding-right: 40px;

}

.btn-more::after {

  position: absolute;

  right: 0;

  top: 50%;

  content: "";

  height: 1px;

  width: 30px;

  transition: all 0.35s ease-in-out;

  border-top: 2px solid;

}

.btn-more:hover::after {

  border-color: #fff;

}

a.btn-more:hover {

  color: #1b005e;

}

.blog-area .item .info a.read-more:hover {

  color: #1b005e;

}

.blog-area .thumb {

  position: relative;

}

.blog-area .thumb .cats {

  position: absolute;

  left: 30px;

  bottom: -20px;

  z-index: 9;

}

.blog-area .thumb .cats a {

  display: inline-block;

  background: #1b005e;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

  padding: 6px 20px;

  margin-right: 5px;

  color: #ffffff;

}

.blog-area .thumb .post-type {

  background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;

  bottom: 35px;

  color: #ffffff;

  font-size: 20px;

  height: 50px;

  right: 35px;

  line-height: 50px;

  position: absolute;

  text-align: center;

  width: 50px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  border-radius: 5px;

  z-index: 1;

}

.blog-area .item .info a.btn {

  margin-top: 5px;

}

.blog-area.left-sidebar .blog-content {

  float: right;

}

.blog-area.left-sidebar .sidebar {

  padding-right: 35px;

}

.blog-area.right-sidebar .sidebar {

  padding-left: 35px;

}

.blog-area .sidebar .title {

  display: block;

}

.blog-area .sidebar .title h4 {

  font-weight: 800;

  margin-bottom: 30px;

  margin-top: -5px;

  position: relative;

  text-transform: capitalize;

  z-index: 1;

  font-size: 20px;

  display: inline-block;

  padding-left: 15px;

}

.blog-area .sidebar .title h4::after {

  position: absolute;

  left: 0;

  top: 4px;

  content: "";

  height: 18px;

  width: 2px;

  border-left: 3px solid #1b005e;

}

.blog-area .sidebar input[type="text"] {

  border: 1px solid #e7e7e7;

  border-radius: inherit;

  box-shadow: inherit;

  min-height: 60px;

}

.blog-area .sidebar form {

  position: relative;

}

.blog-area .sidebar button[type="submit"] {

  background: #1b005e;

  border: medium none;

  color: #ffffff;

  font-weight: 500;

  letter-spacing: 1px;

  min-height: 50px;

  width: 50px;

  position: absolute;

  right: 5px;

  text-transform: uppercase;

  top: 5px;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  transition: all 0.35s ease-in-out;

  border-radius: 50%;

}

.blog-area .sidebar input[type="submit"]:hover {

  background: #1b005e none repeat scroll 0 0;

}

.blog-area .sidebar .sidebar-item {

  float: left;

  margin-bottom: 50px;

  width: 100%;

  background: #ffffff;

}

.blog-area .sidebar .sidebar-item:last-child {

  margin-bottom: 0;

}

.blog-area .sidebar .sidebar-item.category .sidebar-info,

.blog-area .sidebar .sidebar-item.archives .sidebar-info {

  margin-top: -5px;

}

.blog-area .sidebar .sidebar-item.category li {

  display: block;

  position: relative;

  margin-top: 13px;

}

.blog-area .sidebar .sidebar-item.category li a {

  display: inline-block;

  text-transform: capitalize;

  font-weight: 700;

  color: #666666;

}

.blog-area .sidebar .sidebar-item li a:hover {

  color: #1b005e;

}

.blog-area .sidebar .sidebar-item.category li a span {

  color: #b5b5b5;

  font-size: 14px;

  margin-left: 5px;

}

.blog-area .sidebar .sidebar-item.category li:first-child a span {

  top: 0;

}

.blog-area .sidebar .sidebar-item.category li:first-child {

  margin-top: 0;

  padding-top: 0;

}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {

  top: 0;

}

.blog-area .sidebar .sidebar-item.category li:last-child {

  border: medium none;

  margin-bottom: 0;

  padding-bottom: 0;

}

.sidebar-item.recent-post li a {

  color: #333333;

  display: block;

  font-weight: 600;

}

.sidebar-item.recent-post li a:last-child {

  display: inline-block;

}

.sidebar-item.recent-post .meta-title {

  margin-top: 5px;

  font-weight: 600;

  text-transform: capitalize;

  font-size: 13px;

}

.sidebar-item.recent-post .meta-title i {

  margin-right: 3px;

  font-weight: 500;

  color: #1b005e;

}

.sidebar-item.recent-post li a:hover {

  color: #1b005e;

}

.sidebar-item.recent-post li a span {

  display: inline-block;

  color: #002359;

}

.sidebar-item.recent-post li span {

  display: inline-block;

  text-transform: capitalize;

  font-size: 13px;

  color: #1b005e;

  font-weight: 700;

}

.sidebar-item.recent-post .meta-title a {

  color: #999999;

}

.sidebar-item.recent-post li {

  color: #cdd0d3;

}

.sidebar-item.recent-post li {

  border-bottom: 1px solid #e7e7e7;

  margin-bottom: 15px;

  padding-bottom: 15px;

}

.sidebar-item.recent-post li:last-child {

  border: medium none;

  margin: 0;

  padding: 0;

}

.sidebar-item.recent-post li:last-child {

  margin: 0;

}

.sidebar-item.recent-post li .thumb {

  display: table-cell;

  padding-top: 5px;

  vertical-align: top;

  width: 80px;

}

.sidebar-item.recent-post .thumb img {

  width: 100%;

}

.sidebar-item.recent-post li .info {

  box-shadow: inherit;

  color: #837f7e;

  display: table-cell;

  line-height: 26px;

  padding: 0;

  padding-left: 25px;

  vertical-align: top;

}

.sidebar-item.recent-post li .info a {

  text-decoration: inherit;

  font-weight: 700;

}

.blog-area .sidebar-item.gallery ul {

  margin: -7px;

  overflow: hidden;

}

.sidebar-item.gallery ul li {

  box-sizing: border-box;

  float: left;

  padding: 7px;

  width: 33.333%;

}

.sidebar-item.gallery ul li img {

  min-height: 70px;

  width: 100%;

}

.sidebar-item.archives ul li {

  display: block;

  margin-bottom: 20px;

  position: relative;

}

.sidebar-item.archives ul li:last-child {

  margin-bottom: 0;

}

.sidebar-item.archives ul li a {

  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  z-index: 1;

  padding-left: 25px;

  font-size: 14px;

  color: #666666;

}

.sidebar-item.archives ul li a::after {

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  font-family: "Font Awesome 5 Pro";

  height: 8px;

  left: 0;

  position: absolute;

  width: 8px;

  font-weight: 500;

}

.sidebar-item.social-sidebar ul {

  margin-bottom: -10px;

  overflow: hidden;

}

.sidebar-item.social-sidebar li {

  display: inline-block;

  float: left;

  margin-right: 10px;

  margin-bottom: 10px;

}

.sidebar-item.social-sidebar li a {

  background: #002359 none repeat scroll 0 0;

  border: medium none;

  color: #ffffff;

  display: inline-block;

  height: 50px;

  line-height: 54px;

  margin-bottom: 5px;

  text-align: center;

  width: 50px;

  font-size: 14px;

}

.sidebar-item.social-sidebar li a:hover {

  color: #ffffff !important;

}

.sidebar-item.social-sidebar li.facebook a {

  background: #3B5998 none repeat scroll 0 0;

}

.sidebar-item.social-sidebar li.twitter a {

  background: #1DA1F2 none repeat scroll 0 0;

}

.sidebar-item.social-sidebar li.pinterest a {

  background: #BD081C none repeat scroll 0 0;

}

.sidebar-item.social-sidebar li.g-plus a {

  background: #DB4437 none repeat scroll 0 0;

}

.sidebar-item.social-sidebar li.linkedin a {

  background: #0077B5 none repeat scroll 0 0;

}

.sidebar-item.tags ul {

  margin-top: -8px;

}

.sidebar-item.tags ul li {

  display: inline-block;

}

.sidebar-item.tags ul li a {

  border: 1px solid #e7e7e7;

  display: inline-block;

  font-weight: 800;

  margin-top: 8px;

  margin-right: 5px;

  padding: 5px 25px;

  text-transform: capitalize;

  font-size: 13px;

  border-radius: 30px;

  color: #666666;

  background: #fafafa;

}

.sidebar-item.tags ul li a:hover {

  color: #1b005e;

}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center;

  padding: 80px 50px;

  text-align: center;

  position: relative;

  z-index: 1;

}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  z-index: -1;

  opacity: 0.7;

}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {

  color: #ffffff;

  font-weight: 700;

  line-height: 1.4;

}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {

  color: #ffffff;

}

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {

  display: inline-block;

  color: #ffffff;

  border: 1px dashed rgba(255, 255, 255, 0.7);

  padding: 10px 25px;

  margin-top: 9px;

}

.blog-area .blog-items.content-less .item .info>a {

  margin-top: 10px;

}

.blog-area.single .item .content-box span {

  background: #1b005e none repeat scroll 0 0;

  color: #ffffff;

  display: inline-block;

  font-weight: 600;

  letter-spacing: 1px;

  padding: 3px 20px;

  text-transform: uppercase;

}

.blog-area.single .item .content-box h2,

.blog-area.single .item .content-box h3,

.blog-area.single .item .content-box h4 {

  font-weight: 500;

}

.blog-area.single .content-box .cats {

  float: left;

  margin-right: 5px;

}

.blog-area.single .content-box .meta .date {

  float: right;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.blog-area.single .content-box .meta {

  overflow: hidden;

  width: 100%;

  border: none;

  margin: 0;

  padding: 0;

}

.blog-area .blog-items .info>ul li {

  margin-bottom: 15px;

  color: #232323;

  position: relative;

  z-index: 1;

  padding-left: 25px;

  display: block;

}

.blog-area .blog-items .info>ul {

  margin-bottom: 25px;

  margin-top: 25px;

}

.blog-area .blog-items .info>ul li::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  font-family: "Font Awesome 5 Pro";

  color: #1b005e;

  font-weight: 600;

  font-size: 14px;

}

.blog-area.single .item {

  margin-bottom: 0;

}

.blog-area .item blockquote {

  position: relative;

  z-index: 1;

  border: none;

  font-size: 20px;

  margin-top: 30px;

  margin-bottom: 30px;

  padding-left: 85px;

  color: #232323;

  font-weight: 600;

  line-height: 37px;

}

.blog-area .item blockquote cite {

  display: block;

  margin-top: 15px;

  color: #999999;

  font-weight: 500;

}

.blog-area .item blockquote::before {

  position: absolute;

  left: 0;

  top: 5%;

  content: "";

  height: 90%;

  width: 3px;

  background: #1b005e;

}

.blog-area .item blockquote::after {

  position: absolute;

  left: 30px;

  content: "";

  font-family: "Font Awesome 5 Pro";

  color: #1b005e;

  font-size: 30px;

  top: 5px;

  font-weight: 600;

}

.blog-area .item blockquote p {

  margin: 0;

  position: relative;

  z-index: 1;

  line-height: 34px;

  font-size: 16px;

  font-style: italic;

  font-weight: 500;

}

.blog-area .blog-content .post-tags,

.blog-area .blog-content .share {

  margin-top: 40px;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.blog-area .blog-content .share li {

  display: inline-block;

  margin-left: 15px;

}

.blog-area .blog-content .share li a {

  display: inline-block;

  color: #1b005e;

}

.blog-area .blog-content .share li.facebook a {

  color: #3B5998;

}

.blog-area .blog-content .share li.twitter a {

  color: #1DA1F2;

}

.blog-area .blog-content .share li.pinterest a {

  color: #BD081C;

}

.blog-area .blog-content .share li.g-plus a {

  color: #DB4437;

}

.blog-area .blog-content .share li.linkedin a {

  color: #0077B5;

}

.blog-area .blog-content .post-tags .tags a {

  background: #f7f7f7;

  padding: 10px 15px;

  font-size: 14px;

  margin-right: 3px;

  margin-bottom: 5px;

  display: inline-block;

}

.blog-area.single .post-pagi-area {

  margin-top: 50px;

  overflow: hidden;

}

.blog-area.single .post-pagi-area a {

  display: inline-block;

  font-weight: 800;

  text-transform: capitalize;

  color: #1b005e;

  border-radius: 30px;

}

.blog-area.single .post-pagi-area h5 {

  margin: 0;

  margin-top: 5px;

}

.blog-area.single .post-pagi-area a:hover {

  color: #1b005e;

}

.blog-area.single.color-yellow .post-pagi-area a:hover {

  color: #ff9800;

}

.blog-area.single .post-pagi-area a:last-child {

  float: right;

}

.blog-area.single .post-pagi-area a:first-child i {

  margin-right: 3px;

}

.blog-area.single .post-pagi-area a:last-child i {

  margin-left: 3px;

}

.comments-area .commen-item .comments-info p {

  display: block;

  margin: 0;

}

.blog-area .contact-comments .submit {

  margin-bottom: 0;

}

.responsive-video {

  position: relative;

  padding-bottom: 56.25%;

  /* 16:9 */

  padding-top: 25px;

  height: 0;

}

.responsive-video iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.blog-area .comments-form {

  margin-top: 50px;

}

.blog-area .blog-comments .comments-list {

  margin-bottom: 50px;

}

.blog-area .blog-comments .comments-list:last-child {

  margin-bottom: 0;

}

.comments-list .commen-item .avatar {

  float: left;

  height: 105px;

  width: 105px;

}

.comments-list .commen-item .content {

  display: table-cell;

  vertical-align: top;

}

.comments-list .commen-item .avatar img {

  height: 80px;

  width: 80px;

}

.comments-list .commen-item {

  margin-bottom: 50px;

}

.comments-list .commen-item:last-child {

  margin-bottom: 0;

}

.comments-list .commen-item.reply {

  padding-left: 80px;

}

.comments-area {

  margin-top: 40px;

}

.comments-area .comments-title h2,

.comments-area .comments-title h3,

.comments-area .comments-title h4 {

  border-bottom: 1px solid #e2e2e2;

  font-weight: 700;

  margin-bottom: 30px;

  padding-bottom: 25px;

  text-transform: capitalize;

}

.comments-list .commen-item .content h3,

.comments-list .commen-item .content h4,

.comments-list .commen-item .content h5 {

  font-size: 16px;

  font-weight: 600;

  text-transform: capitalize;

  margin-bottom: 0;

}

.comments-list .commen-item .content .title {

  display: flex;

  align-items: center;

  margin-bottom: 15px;

  font-weight: 700;

}

.comments-list .commen-item .content .title span {

  border-left: 1px solid #e7e7e7;

  padding-left: 15px;

  margin-left: 15px;

}

.comments-info a {

  border: 1px solid #e7e7e7;

  color: #002359;

  display: inline-block;

  font-size: 12px;

  margin-top: 5px;

  padding: 1px 10px;

  text-transform: uppercase;

  font-weight: 600;

}

.comments-info a:hover {

  color: #1b005e;

}

.comments-info a i {

  margin-right: 10px;

}

.comments-form input,

.comments-form textarea {

  -moz-border-bottom-colors: none;

  -moz-border-left-colors: none;

  -moz-border-right-colors: none;

  -moz-border-top-colors: none;

  border-color: #e7e7e7;

  border-image: none;

  border-radius: inherit;

  border-style: none none solid;

  border-width: medium medium 1px;

  box-shadow: inherit;

}

.comments-form textarea {

  min-height: 180px;

  padding: 15px;

}

.blog-area.full-blog.single-blog .form-group.submit {

  margin-bottom: 0;

}

.comments-form button {

  background: #1b005e;

  border: 1px solid transparent;

  color: #ffffff;

  display: inline-block;

  font-size: 14px;

  font-weight: 700;

  line-height: 25px;

  margin-top: 20px;

  padding: 15px 45px;

  text-transform: uppercase;

  transition: all 0.35s ease-in-out;

  -webkit-transition: all 0.35s ease-in-out;

  -moz-transition: all 0.35s ease-in-out;

  -ms-transition: all 0.35s ease-in-out;

  -o-transition: all 0.35s ease-in-out;

  border-radius: 30px;

}

.comments-form button:hover {

  color: #ffffff;

  background-color: #1b005e;

  border: 1px solid transparent;

}

.comments-form .title h2,

.comments-form .title h3,

.comments-form .title h4 {

  border-bottom: 1px solid #e7e7e7;

  font-weight: 700;

  margin-bottom: 30px;

  padding-bottom: 25px;

  text-transform: capitalize;

}

.blog-area .contact-comments .comments {

  margin-top: 20px;

}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {

  float: left;

  padding: 0 15px;

}

.pagination li {

  display: inline-block;

  margin-top: 7px;

}

ul.pagination {

  display: block;

  margin-top: 30px;

}

.pagination li a {

  display: inline-block;

  padding: 15px 20px;

  border-radius: 5px;

  margin: 0 2px;

  color: #1b005e;

  font-weight: 800;

}

.pagination li.page-item.active a {

  background: #1b005e;

  border-color: #1b005e;

}

.contact-area {

  position: relative;

  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-area .fixed-bg {

  position: absolute;

  background-size: cover;

  background-position: center;

  height: 100%;

  width: 55%;

  transform: skewX(-10deg);

  margin-left: -5%;

}

.contact-area .content h2 {

  font-weight: 600;
  color: #fff;

}

.contact-area .content p {


  color: #fff;

}

.contact-area .content {
  padding: 30px 20px;


}

.contact-area .content .heading {

  margin-bottom: 30px;

}

.contact-area form .form-group {
  padding-bottom: 10px;
}

.contact-area form input,
.contact-area form textarea {

  border: none;
  box-shadow: inherit;
  padding: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0 !important;
  color: #fff;
  font-family: "ClashDisplay-Light";

}

.contact-area form input:focus,
.contact-area form textarea:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.contact-area form input::placeholder,
.contact-area form textarea::placeholder {
  color: #fff;
}

.contact-area.bg-gray form input,

.contact-area.bg-gray form textarea {

  background: #ffffff;

}

.contact-area form textarea {

  min-height: 150px;

}

.contact-area form button {

  background: #17CAD0 !important;
  border: none;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 50px !important;
  font-family: "ClashDisplay-Regular";
  text-transform: initial !important;

}

.contact-area form button:hover {
  background-color: #1b005e !important;
  color: #fff !important;
}

.contact-area form .col-lg-6 {

  padding: 0 8px;

}

.contact-area form .row:first-child {

  margin: 0 -8px;

}

.contact-area img.loader {

  margin-left: 10px;

}

.contact-area .info {

  padding-left: 35px;

}

.contact-area .contact-tabs>ul li {

  display: inline-block;

  margin: 0;

}

.contact-area .contact-tabs>ul {

  margin-bottom: 30px;

  border-bottom: 1px solid #e7e7e7;

  margin-top: -15px;

}

.contact-area .contact-tabs>ul li a {

  display: block;

  position: relative;

  background: transparent;

  border: none;

  padding: 15px 0;

  margin-right: 20px;

  text-transform: capitalize;

  font-size: 1.5rem;

}

.contact-area .contact-tabs>ul li a.active::after {

  position: absolute;

  left: 0;

  bottom: -2px;

  content: "";

  height: 3px;

  width: 100%;

  background: #1b005e;

}

.contact-area .contact-tabs>ul li a.active {

  background: transparent;

  color: #1b005e;

}

.contact-tabs .tab-content ul li {

  display: flex;

  align-items: center;

  margin-bottom: 30px;

}

.contact-tabs .tab-content ul li i {

  display: inline-block;

  font-size: 30px;

  height: 80px;

  width: 80px;

  text-align: center;

  line-height: 80px;

  background: #ffffff;

  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;

  color: #1b005e;

  margin-right: 20px;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

}

.contact-tabs .tab-content ul li .info {

  padding: 0;

}

.contact-tabs .tab-content ul li:last-child {

  margin-bottom: 0;

}

.contact-tabs .tab-content ul li .info span {

  display: block;

  font-weight: normal;

  text-transform: none;

  color: #666666;

}

.contact-tabs .tab-content ul li .info p {

  font-weight: 600;

  color: #0e2b3d;

  text-transform: uppercase;

  margin-bottom: 0;

}

.contact-tabs .tab-content iframe {

  display: block;

  height: 100%;

  min-height: 400px;

  position: relative;

  width: 100%;

  z-index: 1;

  padding: 15px;

  background: #ffffff;

  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);

}

.contact-area .tab-content .info {

  margin: 0;

}

.google-maps iframe {

  display: block;

  height: 100%;

  min-height: 550px;

  position: relative;

  width: 100%;

  z-index: 1;

}

.error-page-area .error-box {

  position: relative;

}

.error-page-area .error-box h1 {

  color: #666666;

  font-size: 300px;

  font-weight: 600;

  left: 50%;

  line-height: 1;

  opacity: 0.09;

  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  z-index: -1;

}

.error-page-area h2 {

  font-weight: 600;

  text-transform: uppercase;

}

.error-page-area a {

  margin-top: 15px;

}

.error-box .search {

  margin-bottom: 15px;

  margin-top: 30px;

  text-align: center;

}

.error-box .search form {

  margin: auto;

  position: relative;

  width: 400px;

}

.error-box .search .input-group {

  width: 100%;

}

.error-box .search form input {

  border: 1px solid #e7e7e7;

  -webkit-border-radius: 5px !important;

  -moz-border-radius: 5px !important;

  border-radius: 5px !important;

  box-shadow: inherit;

}

.error-box .search form button {

  background: transparent none repeat scroll 0 0;

  border: medium none;

  line-height: 50px;

  padding: 0 15px;

  position: absolute;

  right: 0;

  top: 0;

  z-index: 9;

}

.footer_front {

  position: relative;

  z-index: 1;
  padding-bottom: 70px;

}

.footer_front .logo {
  border: none;
  outline: none;
  max-width: 85%;
}

.footer_front .fixed-shape {

  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  text-align: center;

}

.footer_front .fixed-shape img {

  opacity: 0.1;
  max-width: 70%;

}

.footer_front .fixed-shape img {

  opacity: 0.1;

}

.footer_front img,

.footer_front .widget-title {

  font-weight: 600;

  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: "ClashDisplay-Medium";
}

.footer_front .f-item.about {

  padding: 35px 37px 8px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 15px;
  box-shadow: none;
  background: transparent;
  background: rgba(255, 255, 255, 0.05);

}

.footer_front .f-item.about {

  background: rgba(255, 255, 255, 0.05);

}

.footer_front .f-item.about {

  box-shadow: inherit;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer_front .item {

  margin-top: 50px;

}

.footer_front .f-items.default-padding {

  padding-top: 0;
  padding-bottom: 50px;

}

.footer_front form {

  position: relative;

  margin-top: 30px;

}

.footer_front form button {

  position: absolute;

  right: 5px;

  top: 5px;

  height: 50px;

  width: 50px;

  border-radius: 50%;

  background: #1b005e;

  color: #ffffff;

}

.footer_front .item .f-item form input {

  border-radius: 30px !important;

  padding: 20px !important;

  border: 1px solid #e7e7e7;

}

.footer_front .item .f-item form input {

  border: none;

}

.footer_front .f-item.link li {

  margin-bottom: 15px;

}

.footer_front .f-item.link li a {

  color: #666666;

}

.footer_front .f-item.link li a:hover {

  color: #1b005e;

}

.footer_front .f-item.link li:last-child {

  margin-bottom: 0;

}

.footer_front .f-item.link li a {

  color: #c2d1e2;

}

.footer_front .f-item.link li a:hover {

  color: #ffffff;

}

.footer_front p {

  color: #c2d1e2;

}

.footer_front .f-item .address li strong {

  display: block;

  text-transform: uppercase;

  font-weight: 600;

  color: #0e2b3d;

}

.footer_front .f-item .address li {

  margin-bottom: 20px;

}

.footer_front .f-item .address li:last-child {

  margin-bottom: 0;

}

.footer_front .f-item .address li {

  color: #c2d1e2;

}

.footer_front .f-item .address li a {

  color: #c2d1e2;

}

.footer_front .f-item .address li a {

  font-weight: 500;

}

.footer_front .f-item .address li strong {

  color: #ffffff;

}

.footer_front .f-item .download h5 {

  font-weight: 600;

  margin: 0;

}

.footer_front .f-item .download {

  margin-top: 30px;

}

.footer_front .f-item .download a {

  display: inline-block;

  margin-right: 5px;

  margin-top: 15px;

  color: #666666;

}

.footer_front .f-item .download a {

  color: #c2d1e2;
  font-size: 13px;

}

.footer_front .f-item .download a:last-child {

  margin-right: 0;

}

.footer_front .f-item .download a i {

  font-size: 20px;

  margin-right: 15px;

  position: relative;

  top: 3px;

  color: #1b005e;

}

.footer_front .f-item .download a svg {

  width: 20px;

  margin-right: 15px;

  position: relative;

  color: #1b005e;

}

.footer_front .f-item .download a i {

  color: #c2d1e2;

}

.footer_front .f-item .download a:last-child{
  font-size: 25px;
}

.footer_front .footer-bottom {

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.footer_front .footer-bottom li {

  display: inline-block;

  margin: 0;

  margin-left: 15px;

}

.footer_front .footer-bottom p {

  margin: 0;

  color: #0e2b3d;

}

.footer_bottom_n p {
  color: #cccccc !important;
}

.footer_bottom_n li a {
  font-size: 15px;
  font-family: "ClashDisplay-Regular";
}

.footer_front .footer-bottom p {

  margin: 0;

  color: #cccccc;

}

.footer_front .footer-bottom a {

  color: #c2d1e2;

}

.footer_front .footer-bottom {

  padding: 20px 0;

  border-top: 1px solid #e7e7e7;

}

.footer_front .footer-bottom p a {

  color: #ffffff !important;
  font-size: 14px;

}

.no-js #loader {

  display: none;

}

.js #loader {

  display: block;

  position: absolute;

  left: 100px;

  top: 0;

}

.se-pre-con {

  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background: url(../images/preloader.gif) center no-repeat #ffffff;

  text-align: center;

}

.banner-area.top-pad-80 .content {

  padding-top: 80px;

}

.banner-style-ten .content p {

  padding-right: 25%;

  opacity: 0.8;

  font-size: 16px;

  line-height: 1.7;

}

.banner-style-ten .content h2 {

  font-size: 60px;

  font-weight: 700;

}

.banner-style-ten .content h2 strong {

  font-weight: 300;

  font-size: 50px;

}

.feature-style-ten-item .item {

  padding: 50px 37px;

  background: #040b42;

  border-radius: 30px;

}

.feature-style-ten-item .item img {

  height: 150px;

  width: auto;

  margin-bottom: 30px;

}

.feature-style-ten-item .item h4 {

  font-weight: 700;

  font-size: 20px;

}

.feature-style-ten-item .item p {

  opacity: 0.7;

  margin: 0;

}

.feature-style-ten-item {

  margin-bottom: 30px;

}

.brand-area h2 {

  font-weight: 700;

  font-size: 26px;

  margin-bottom: 40px;

}

.brand-area h2 strong {

  color: #1b005e;

  font-size: 40px;

  border-bottom: 2px solid;

  font-weight: 700;

}

.brand-area .brand-carousel.owl-carousel .owl-item img {

  width: auto;

  margin: auto;

}

.about-style-ten .thumb {

  position: relative;

}

.about-style-ten .thumb img:first-child {

  max-width: 65%;

  float: right;

}

.about-style-ten .thumb img:nth-child(2) {

  float: left;

  max-width: 50%;

  margin-left: -20%;

  margin-bottom: 30px;

}

.about-style-ten .thumb img:nth-child(3) {

  float: left;

  max-width: 60%;

  margin-left: -30%;

}

.about-style-ten .thumb img {

  border-radius: 5px;

}

.bg-dark .bg-gray {

  background: #040b42;

}

.about-style-ten .info {

  padding-left: 35px;

}

.about-style-ten h5 {

  text-transform: uppercase;

  color: #046ad8;

  font-weight: 600;

}

.about-style-ten h2 {

  font-weight: 600;

  margin-bottom: 25px;

}

.about-style-ten p {

  opacity: 0.8;

}

.about-style-ten ul li {

  display: flex;

  margin-top: 30px;

}

.about-style-ten ul li .info {

  padding-left: 0;

}

.about-style-ten ul li img {

  height: auto;

  min-width: 60px;

  max-width: 60px;

  margin-right: 15px;

}

.about-style-ten ul li p {

  margin: 0;

}

.about-style-ten ul li h4 {

  font-weight: 600;

  font-size: 20px;

}

.about-style-ten .btn {

  margin-top: 30px;

}

.process-style-ten-area {

  overflow: hidden;

}

.process-style-ten-area .video {

  position: relative;

  z-index: 1;

  border-radius: 10px;

  margin-top: 80px;

}

.process-style-ten-area .video .video-btn {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  margin-left: -60px;

  z-index: 1;

}

.process-style-ten-area .video::after {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #000000;

  opacity: 0.6;

  border-radius: 10px;

}

.process-style-ten-area .video img {

  border-radius: 10px;

  padding: 20p;

}

.process-style-ten-area .video::before {

  position: absolute;

  left: 0;

  top: 0;

  content: "";

  height: 100%;

  width: 100%;

  background: #1b005e;

  transform: matrix(1, -0.06, 0.08, 1, 0, 0);

  border-radius: 10px;

  z-index: -1;

}

.process-style-ten-area h5 {

  text-transform: uppercase;

  font-weight: 600;

  color: #1b005e;

}

.process-style-ten-area h2 {

  font-weight: 600;

}

.bg-dark .faq-area .faq-content .card .card-body {

  border-color: rgba(255, 255, 255, 0.2);

}

.bg-dark .faq-area .faq-content .card .card-body p {

  opacity: 0.8;

}

.bg-dark .team-area .team-items .info {

  background: transparent;

}

.bg-dark .team-area .team-items .social {

  bottom: -25px;

}

.bg-dark .share-button {

  background: #1b005e;

  color: #ffffff;

}

.bg-dark .blog-area .blog-items .item {

  background: transparent;

  box-shadow: inherit;

}

.bg-dark .blog-area .blog-items .item img {

  border-radius: 7px;

}

.bg-dark .blog-area .blog-items .item .info {

  padding: 0;

  padding-top: 30px;

}

.bg-dark .blog-area .info .meta a {

  color: #cccccc;

}

.bg-dark .blog-area .item .info ul li i {

  color: #cccccc;

}

.bg-dark .blog-area .info .meta a:hover {

  color: #1b005e;

}

.banner-style-eleven .thumb img {

  max-width: 150%;

}

.banner-area.banner-style-eleven {

  padding-top: 50px;

}

@media (min-width: 1400px) {

  .banner-style-eleven .thumb img {

    max-width: 200%;

  }

}

.banner-area.banner-style-eleven .content h2 {

  font-size: 60px;

  font-weight: 600;

}

.banner-area.banner-style-eleven .content h2 strong {

  font-weight: 300;

}

.banner-area.banner-style-eleven .content p {

  padding-right: 20%;

}

.banner-area.banner-style-eleven.shape::after {

  background: linear-gradient(150deg, #02ebad 0%, #5a57fb 50%);

}

.attr-nav>ul>li.button a {

  background: #1b005e;

  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.4);

}

@media (min-width: 1024px) {

  .attr-nav>ul>li.button {

    padding: 20px 0;

    margin-left: 10px;

  }



  .attr-nav>ul>li.button a {

    background: #1b005e;

    padding: 14px 40px !important;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 600;

    color: #ffffff;

    border-radius: 30pc;

  }



}

.video-btn {

  display: inline-block;

  text-transform: uppercase;

  font-size: 14px;

  margin-left: 10px;

}

.text-center .video-btn {

  margin-left: 0;

}

.video-btn i {

  display: inline-block;

  height: 55px;

  width: 55px;

  text-align: center;

  line-height: 55px;

  background: #5138ee;

  border-radius: 50%;

  position: relative;

  margin-right: 20px;

  color: #ffffff;

}

.text-light .video-btn i {

  background: #ffffff;

  color: #5138ee;

}

.video-btn i::after {

  content: "";

  position: absolute;

  z-index: 0;

  left: 50%;

  top: 50%;

  -webkit-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  display: block;

  width: 60px;

  height: 60px;

  background: #5138ee repeat scroll 0 0;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: pulse-border 1500ms ease-out infinite;

  animation: pulse-border 1500ms ease-out infinite;

  z-index: -1;

}

.text-light .video-btn i::after {

  background: #ffffff repeat scroll 0 0;

}

.services-style-eleven {

  margin-bottom: 30px;

}

.services-style-eleven .item {

  display: flex;

  padding: 60px 37px;

}

.services-style-eleven .item i {

  display: inline-block;

  height: 80px;

  width: 80px;

  line-height: 80px;

  background: #1b005e;

  font-size: 35px;

  color: #ffffff;

  text-align: center;

  border-radius: 50%;

  margin-right: 20px;

}

.services-style-eleven .item::after {

  display: none;

}

.services-style-eleven .item p {

  margin: 0;

}

.featured-services-area .item-grid:first-child {

  margin-top: 50px;

}

.services-style-eleven .item img {

  max-width: 80px;

  min-width: 80px;

  margin-right: 25px;

}

@media (min-width: 1400px) {

  .fun-factor-area.shadow {

    width: 90%;

    margin: auto;

    max-width: 1400px;

    border-radius: 10px;

  }

}

.fun-factor-area.shadow .fun-fact-items::after {

  display: none;

}

.fun-factor-area.shadow .item .timer {

  color: #ffffff;

  -webkit-text-fill-color: inherit;

}

.fun-factor-area.shadow .item .medium {

  color: #ffffff;

  opacity: 0.8;

}

.faq-area .faq-content {

  margin-top: 0;

}

@media only screen and (min-width: 1024px) {

  .choose-us-style-ten-item .thumb {

    margin-left: -20%;

    padding-right: 35px;

  }

}

.choose-us-style-ten-item h2 {

  font-weight: 700;

  margin-bottom: 30px;

}

.choose-us-style-ten-item li {

  float: left;

  width: 50%;

  padding: 0 15px;

}

.choose-us-style-ten-item ul {

  margin: 30px -15px 0 -15px;

}

.choose-us-style-ten-item p {

  margin: 0;

}

.choose-us-style-ten-item i {

  display: inline-block;

  font-size: 40px;

  font-weight: 100;

  margin-bottom: 25px;

  color: #1b005e;

}

.choose-us-style-ten-item h4 {

  font-weight: 700;

}

.fixed-shape-right-bottom {

  position: absolute;

  right: 0;

  bottom: -150px;

  height: 100%;

  width: 100%;

  background-size: 70%, contain;

  background-repeat: no-repeat;

  background-position: right bottom;

  z-index: -1;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .banner-style-eleven {

    background: #5138ee;

  }



  .banner-area.banner-style-eleven .content h2 {

    font-size: 36px;

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content h2 strong {

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content p {

    padding: 0;

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn {

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn i::after,

  .banner-area.banner-style-eleven .content .video-btn i {

    background: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn i {

    color: #1b005e;

  }



  .banner-style-eleven .thumb img {

    max-width: 80%;

    margin: auto;

  }



  .banner-area.banner-style-eleven .content {

    padding-top: 80px !important;

  }



  .banner-area.banner-style-eleven {

    padding-bottom: 60px;

  }



  .services-style-eleven .item {

    display: block;

    text-align: center;

  }



  .services-style-eleven .item img {

    margin-right: 0;

    margin-bottom: 30px;

  }



  .services-style-eleven-area {

    padding-top: 120px;

  }



  .choose-us-style-ten-item {

    text-align: center;

  }



  .choose-us-style-ten-item .thumb {

    margin-bottom: 50px;

  }



  .choose-us-style-ten-item li {

    width: 100%;

    padding: 0;

    margin-top: 30px;

  }



  .choose-us-style-ten-item ul {

    margin: 0;

  }



  .fixed-shape-right-bottom {

    bottom: 0;

    background-size: 100%, contain;

    display: none;

  }



  .banner-area.banner-style-ten .content {

    padding-top: 120px;

  }



  .banner-style-ten .content h2 strong {

    font-size: 36px;

  }



  .about-style-ten .thumb img {

    display: none;

  }



  .about-style-ten .thumb img:first-child {

    display: inline-block;

    max-width: 100%;

    margin-bottom: 30px;

  }



  .about-style-ten .info {

    padding-left: 0;

  }



}

@media only screen and (max-width: 767px) {

  .banner-style-eleven {

    background: #5138ee;

  }



  .banner-area.banner-style-eleven .content h2 {

    font-size: 36px;

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content h2 strong {

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content p {

    padding: 0;

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn {

    color: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn i::after,

  .banner-area.banner-style-eleven .content .video-btn i {

    background: #ffffff;

  }



  .banner-area.banner-style-eleven .content .video-btn i {

    color: #1b005e;

  }



  .banner-style-eleven .thumb img {

    max-width: 80%;

    margin: auto;

  }



  .banner-area.banner-style-eleven .content {

    padding-top: 80px !important;

  }



  .banner-area.banner-style-eleven {

    padding-bottom: 60px;

  }



  .services-style-eleven .item {

    display: block;

    text-align: center;

  }



  .services-style-eleven .item img {

    margin-right: 0;

    margin-bottom: 30px;

  }



  .choose-us-style-ten-item {

    text-align: center;

  }



  .choose-us-style-ten-item .thumb {

    margin-bottom: 30px;

  }



  .choose-us-style-ten-item li {

    width: 100%;

    padding: 0;

    margin-top: 30px;

  }



  .choose-us-style-ten-item ul {

    margin: 0;

  }



  .fixed-shape-right-bottom {

    bottom: 0;

    background-size: 100%, contain;

    display: none;

  }



  .banner-area.banner-style-ten .content {

    padding-top: 120px;

  }



  .banner-style-ten .content h2 strong {

    font-size: 36px;

  }



  .about-style-ten .thumb img {

    display: none;

  }



  .about-style-ten .thumb img:first-child {

    display: inline-block;

    max-width: 100%;

    margin-bottom: 30px;

  }



  .about-style-ten .info {

    padding-left: 0;

  }

  .choose-us-area .item a{
    display: flex;
    justify-content: center;
  }

}

.navbar-brand>img {

  display: initial;

  height: 60px !important;

}

nav.navbar.bootsnav.wrap-sticky-nav .navbar-brand>img {

  display: initial;

  height: 45px !important;

}

nav.navbar.bootsnav.wrap-sticky-nav .navbar-brand {

  padding: 10px 15px;

}

nav.navbar.bootsnav.wrap-sticky-nav .attr-nav .contact {

  display: flex;

  align-items: center;

  padding: 10px 0;

}

nav.navbar.bootsnav.wrap-sticky-nav ul.nav>li>a {

  padding: 25px 15px;

}

nav.navbar.bootsnav.wrap-sticky-nav .logo.logo-display {

  display: none !important;

}

.navbar .attr-nav .contact svg {

  width: 30px;

  margin-right: 10px;

  height: 30px;

  margin-bottom: 2px;

}

nav.navbar.bootsnav.wrap-sticky-nav .attr-nav .contact svg path {

  fill: #1b005e;

}

nav.navbar.bootsnav.wrap-sticky-nav .attr-nav .contact svg {

  width: 25px;

  margin-right: 10px;

  height: 24px;

}

@media(max-width:600px) {

  nav.navbar .navbar-brand img.logo {

    height: 38px !important;

  }

  nav.navbar.bootsnav .navbar-brand {

    margin-right: 30px !important;

  }

  .navbar .attr-nav .contact p {

    margin: 0;

    font-size: 12px;

    line-height: 18px;

  }

  .navbar .attr-nav .contact i {

    font-size: 15px;

    margin-right: 10px;

    padding-right: 10px;

    border-right: 1px solid #e7e7e7;

  }

  nav.navbar.bootsnav.wrap-sticky-nav .navbar-brand>img {

    display: initial;

    height: 35px !important;

  }

  nav.navbar.bootsnav.navbar-fixed .navbar-toggle {

    margin-top: 16px !important;

  }

  .navbar .attr-nav .contact svg path {

    fill: #1b005e;

  }

  .navbar .attr-nav .contact svg {

    width: 20px;

    margin-right: 10px;

    height: 25px;

    margin-bottom: 0px;

  }

  nav.navbar.bootsnav.wrap-sticky-nav .attr-nav .contact svg {

    width: 20px;

    margin-right: 10px;

    height: 25px;

  }

}

.hero_2 {
  background-image: url("../images/bg_back.png");
  background-size: 80% !important;
  background-repeat: no-repeat;
  background-position: left !important;
}

.hero_3 {
  background-image: url("../images/bg_why_us.jpg");
}

.hero_4 {
  background-image: url("../images/footer_img.png");
}

.banner-area .carousel .slide {
  height: 100vh;
  z-index: 1 !important;
}

.previous_btn {
  display: block !important;
}

.carousel .control-arrow,
.carousel.carousel-slider .control-arrow {
  opacity: 1 !important;
}

.carousel .control-disabled.control-arrow {
  display: block !important;
}

.carousel.carousel-slider .control-arrow:hover {
  background-color: transparent !important;
}

.accordion_one .accordion-item {
  border: none !important;
}

.accordion_one .accordion-item h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: #1b005e !important;
  letter-spacing: 1px;
  font-family: "ClashDisplay-Medium";
}

.faq_area .accordion_one .accordion-item h4 {
  color: #fff !important;
}

.faq_area .accordion_one .accordion-item p {
  color: #fff !important;
}

.accordion_one .accordion-item .accordion-button {
  background-color: transparent !important;
}

.accordion_one .accordion-item .accordion-body {
  border-top: 1px solid #e7e7e7 !important;
}

.accordion_one .accordion-item h4 strong {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #1b005e;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
  position: relative;
  min-width: 40px;
}

.faq_area .accordion_one .accordion-item h4 strong {
  background: #fff;
  color: #1b005e;
}

.site-heading.text-center h3 {
  color: #1b005e;
  font-size: 1.75rem;
  margin-top: 10px;
  font-family: "ClashDisplay-Semibold";

}

.h2_m {
  font-weight: 600 !important;
  margin-bottom: 25px !important;
  color: #1b005e !important;
  font-size: 2.5rem !important;
  font-family: "ClashDisplay-Semibold";
}

.need_help {
  font-size: 2rem;
}

.footer_link {
  padding-left: 0;
  margin-bottom: 0;
}

.footer_link li a {
  font-weight: 600;
  color: #c2d1e2 !important;
  font-size: 15px;
}

.footer_link li {
  margin-bottom: 15px;
}

.footer_link li strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff !important;
}

.bg_white_b {
  background-color: #fff;
}

.text_right_f {
  text-align: right;
}

.thumb_bg_pattel {
  position: relative;
}

.thumb_bg_ {
  position: absolute;
  left: -40px;
  top: 0;
  /* width: 664px; */
  max-width: 640px !important;
}

.pattel_box {
  position: absolute;
  top: 200px;
  left: 0;
  transition: 0.5s;
}

.pattel_box:hover {
  left: 20px;
}

.pattel_box img {
  width: 175px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
  animation: Floatingx 14s infinite ease-in-out;

}

.pattel_box_2 {
  position: absolute;
  bottom: 10px;
  right: 60px;
  transition: 0.5s;
  z-index: 1;
}

.pattel_box_2:hover {
  right: 70px;
}

.pattel_box_2 img {
  width: 150px;
}

.pattel_box_3 {
  position: absolute;
    bottom: 11px;
    right: 75px;
    transition: 0.5s;
    opacity: 0.5;

}

.pattel_box_3:hover {
  right: 100px;
}

.pattel_box_3 img {
  width: 150px;
}

.pattel_box_4 {

  position: absolute;
  bottom: 40px;
  right: 35px;
  transition: 0.5s;
  z-index: 1;
}

.pattel_box_4 img {
  width: 150px !important;
}

.padding_top {
  padding-top: 50px;
}

.faq_img img {
  width: 50%;
  margin-top: 50px;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 14s;
  -moz-animation-duration: 14s;
  -webkit-animation-name: Floatingx;
  -moz-animation-name: Floatingx;
  animation: Floatingx 14s infinite ease-in-out;
}

.info_paragraph {
  color: #fff !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
}

.faq_area .accordion-button::after {
  background-image: url("../images/down.svg") !important;
}

.inner_banner {
  background-image: url("../images/cyber/banner-3.jpg") !important;
}

.contact-form-box {
  background-image: linear-gradient(229deg, #1b005e, #1b005e, #7272af, #559a9d) !important;
}

.contact-form-box h4 {
  color: #fff;
}

.contact-form-box label.label_text {
  color: #fff;
}

.contact-form-box .rmsc .dropdown-container {
  border-radius: 0 !important;
  background: transparent;
  border-color: #fff;

}

.contact-form-box .dropdown-heading-value span{
color: #fff;
}

.contact-form-box .form_group .form-control{
  background-color: transparent !important;
  color:white;
}

.contact-form-box .form_group .form-check-input{
  padding: 0;
}

.form_group_label label{
  color: #fff;
}

.contact-form-box .form-check-label{
  color: #fff;
}

.contact-form-box .form_group .form-check-input:checked{
background-color: #1b005e;
border-color: #1b005e;
}

.banner-area.hero-clean .hero-copy .banner_heading strong {
  display: inline-block;
  font-size: 40px;
  background: #00d9dd;
  border-radius: 50px;
  padding: 10px 18px;
  color: #1b005e;
  line-height: 1.2;
}

.rmsc {
  --rmsc-main: #4285f4;
  --rmsc-hover: #1d0674;
  --rmsc-selected: #1d0674;
  --rmsc-border: #ccc;
  --rmsc-gray: #aaa;
  --rmsc-bg: #fff;
  --rmsc-p: 10px;
  --rmsc-radius: 4px;
  --rmsc-h: 38px;
}

.rmsc * {
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.contact-form-box .rmsc .gray {
  color: #fff;
}

.rmsc .dropdown-content {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  padding-top: 8px;
}

.rmsc .dropdown-content .panel-content {
  overflow: hidden;
  border-radius: var(--rmsc-radius);
  background: var(--rmsc-bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 11px rgba(0, 0, 0, 0.1);
}

.rmsc .dropdown-container {
  position: relative;
  outline: 0;
  background-color: var(--rmsc-bg);
  border: 1px solid var(--rmsc-border);
  border-radius: var(--rmsc-radius);
}

.rmsc .dropdown-container[aria-disabled="true"]:focus-within {
  box-shadow: var(--rmsc-gray) 0 0 0 1px;
  border-color: var(--rmsc-gray);
}

.rmsc .dropdown-container:focus-within {
  box-shadow: var(--rmsc-main) 0 0 0 1px;
  border-color: var(--rmsc-main);
}

.rmsc .dropdown-heading {
  position: relative;
  padding: 0 var(--rmsc-p);
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--rmsc-h);
  cursor: default;
  outline: 0;
}

.rmsc .dropdown-heading .dropdown-heading-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.rmsc .clear-selected-button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  display: flex;
}

.rmsc .options {
  max-height: 260px;
  overflow-y: auto;
  margin: 0;
  padding-left: 0;
}

.rmsc .options li {
  list-style: none;
  margin: 0;
}

.rmsc .select-item {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: var(--rmsc-p);
  outline-offset: -1px;
  outline-color: var(--rmsc-primary);
}

.rmsc .select-item:hover {
  background: var(--rmsc-hover);
  color: #fff !important;
}

.rmsc .select-item.selected {
  color: #fff !important;
  background: var(--rmsc-selected);
}

.rmsc .no-options {
  padding: var(--rmsc-p);
  text-align: center;
  color: var(--rmsc-gray);
}

.rmsc .search {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--rmsc-border);
}

.rmsc .search input {
  background: #10c5f8 !important;
  height: var(--rmsc-h);
  padding: 0 var(--rmsc-p);
  width: 100%;
  outline: 0;
  border: 0;
  font-size: 1em;
}

.rmsc .search input:focus {
  background: var(--rmsc-hover);
}

.rmsc .search-clear-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: 0;
  padding: 0 calc(var(--rmsc-p) / 2);
}

.rmsc .search-clear-button [hidden] {
  display: none;
}

.rmsc .item-renderer {
  display: flex;
  align-items: baseline;
}

.rmsc .item-renderer input {
  margin: 0;
  margin-right: 5px;
}

.rmsc .item-renderer.disabled {
  opacity: 0.5;
}

.rmsc .spinner {
  animation: rotate 2s linear infinite;
}

.rmsc .spinner .path {
  stroke: var(--rmsc-border);
  stroke-width: 4px;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@media(min-width:1600px){
  .footer_front .fixed-shape img {
    max-width: 54%;
}
}

@media(max-width:600px) {
  .site-heading h4 {
    font-size: 1.5rem;
  }

  .pattel_box {
    display: none;
  }

  .faq-area .info h2 {

    font-size: 2rem !important;
  }

  .choose-us-area .item h4 {
    font-size: 1.5rem;
  }

  .choose-us-area .item {
    padding: 8px 20px;
}

  .video-area.extra-padding {
    padding-bottom: 205px !important;
  }

  .video-area h2 {
    font-size: 2rem;
  }

  .default-padding-bottom {
    padding-bottom: 10px;
  }

  .works-about-area .works-about-items .info {
    padding-right: 0;
  }

  .works-about-items .info h2 {
    font-size: 2rem;

  }

  .accordion_one .accordion-item h4 {
    font-size: 18px;
    padding-right: 6px;
  }

  .text_right_f {
    text-align: center;
  }

  .text_right_f ul {
    padding-left: 0;
  }

  .footer_front .footer-bottom li {
    margin: 10px;
  }

  .bg_white_b,
  .works-about-area,
  .faq-area,
  .footer_front {
    padding-left: 10px;
    padding-right: 10px;
  }

  .thumb_bg_ {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 328px !important;
  }

  .choose-us-area {
    padding: 5px 10px 5px;
  }

  .body_front nav.navbar.bootsnav ul.nav>li.login_btn>a {
    background-color: transparent !important;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .faq_img {
    margin-bottom: 50px;
  }

  .quick-contact-items::after {
    opacity: 1 !important;
    background-image: linear-gradient(214deg, #1b005e, #1b005ed9, #1b005ed9, #559a9d) !important;
  }
  .footer_front {

    padding-bottom: 110px;
}
.about-area.inc-shape::before{
  display: none;
}
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0c1f3f;
  color: #fff;
  padding: 20px;
  z-index: 9999;
  display: none;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.2);
}

.cookie-box {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cookie-text h2 {
  font-size: 18px;
  margin-bottom: 8px;
}

.cookie-text p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}

.cookie-text a {
  color: #00d9dd;
  text-decoration: underline;
}

.cookie-actions .btn {
  background: #00d9dd;
  border: none;
  padding: 10px 20px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}

.cookie-actions .btn:hover {
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .cookie-box {
    flex-direction: column;
    text-align: center;
  }
}
.eligibility-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}

.eligibility-modal.is-open {
  display: block;
}

.eligibility-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.eligibility-dialog {
  position: relative;
  z-index: 1;
  width: min(92%, 520px);
  margin: 10vh auto 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 32px 24px;
  text-align: center;
  animation: eligibilityFadeUp 0.25s ease-out;
}

.eligibility-content h4 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
  color: #0f172a;
}

.eligibility-content h6 {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 500;
  color: #475569;
}

.eligibility-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 10px;
  background: #00d9dd;
  color: #06263a;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.eligibility-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.eligibility-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #334155;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@keyframes eligibilityFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .eligibility-dialog {
    width: calc(100% - 24px);
    margin-top: 14vh;
    padding: 28px 18px;
  }

  .eligibility-content h4 {
    font-size: 22px;
  }
}


.navbar-toggle.is-active i:before{content:"";}

.accordion-collapse{display:none;}

.accordion-collapse.show{display:block;}

.dropdown_toggle.open > .dropdown-menu{display:block;}

.cookie-banner.hidden{display:none !important;}

.hero-clean{position:relative;min-height:88vh;display:flex;align-items:center;background:url("../images/1.png") center/cover no-repeat;color:#fff;text-align:center;}

.hero-clean::before{content:"";position:absolute;inset:0;background:rgba(18,8,55,.45);}

.hero-clean .container{position:relative;z-index:1;}

.hero-clean .hero-copy{max-width:900px;margin:0 auto;}

.hero-clean h1{font-size:58px;line-height:1.1;color:#fff;margin-bottom:18px;}

.hero-clean p{color:#fff;font-size:22px;max-width:760px;margin:0 auto 26px;}

.hero-clean .hero-dots{display:flex;gap:10px;justify-content:center;margin-top:28px;}

.hero-clean .hero-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.45);border:0;}

.hero-clean .hero-dot.active{background:#fff;}

@media (max-width: 991px){.hero-clean h1{font-size:40px}.hero-clean p{font-size:18px}}
