@font-face {
  font-family: 'WorkSans-Bold';
  src: url('fonts/WorkSans-Bold.ttf');
}

@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url('fonts/WorkSans-SemiBold.ttf');
}

@font-face {
  font-family: 'WorkSans';
  src: url('fonts/WorkSans-Regular.ttf');
}

@font-face {
  font-family: 'montserrat-bold';
  src: url('fonts/montserrat-bold.ttf');
}

@font-face {
  font-family: 'montserrat-semibold';
  src: url('fonts/montserrat-semibold.ttf');
}

@font-face {
  font-family: 'montserrat';
  src: url('fonts/montserrat-regular.ttf');
}


html {
  scroll-behavior: smooth;
}

* {
    transition: all 0.6s ease;
    line-height: 1.4;
    font-family: 'montserrat', 'sans-serif';
    line-height: 1.4;
}

h1,h2,h3,h4,h5,h6, nav.navbar.fixed-top ul li a, a.btn-blue,a.btn-blue-white, button.btn-blue, button#dropdownMenuButton {
    font-family: 'WorkSans-SemiBold', 'sans-serif';
    font-weight: 600;
}
h1.bold ,h2.bold ,h3.bold ,h4.bold ,h5.bold ,h6.bold {
    font-family: 'WorkSans-Bold', 'sans-serif';
    font-weight: 700;
}

h1 {
    font-size: 42px;
    line-height: 1.25;
}

.white {
    color: white;
}

.clearfix {
    clear: both;
}

html.no-js, body {
    min-height: 100%;
    position: relative;
}

/** header and sidemenu **/
a.navbar-brand img {
    width: 130px;
}

nav.navbar.navbar-light.bg-light {
    border-bottom-right-radius: 80px;
    background: transparent !important;
    padding: 15px 60px 15px 30px;
    transition: 0.2s !important;
    /*background: white !important;*/
    /*-webkit-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);*/
    /*-moz-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);*/
    /*box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);*/
    /*padding: 15px 60px 15px 30px ;*/
}

nav.navbar.navbar-light.bg-light a .img-white {
    display: block !important;
}

nav.navbar.navbar-light.bg-light a .img-color {
    display: none !important;
}

nav.navbar.navbar-light.bg-light a, nav.navbar.navbar-light.bg-light a.active, nav.navbar.navbar-light.bg-light button {
    color: white;
}

nav.navbar.navbar-light.bg-light.scrolled a .img-white {
    display: none !important;
}

nav.navbar.navbar-light.bg-light.scrolled a .img-color {
    display: block !important;
}

nav.navbar.navbar-light.bg-light.scrolled {
    border-bottom-right-radius: 80px;
    background: white !important;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);
    box-shadow: 0px 4px 10px 0px rgba(50,50,50,0.2);
    padding: 15px 60px 15px 30px;
    transition: 0.3s !important;
}

nav.navbar.navbar-light.bg-light.scrolled a, nav.navbar.navbar-light.bg-light.scrolled button {
    color: #9d9d9d;
}

nav.navbar.navbar-light.bg-light.scrolled a.active {
    color: #007bff;
}

div#kcSidebar small {
    padding-left: 20px;
    margin: 20px 0 5px;
    display: block;
}

div#kcSidebar {
    width: 160px;
    padding: 56px 0 0;
    text-align: left;
    height: 100%;
    background: white;
    border-right: 1px solid #e1e1e1;
    position: fixed;
}

.ic-xl {
    font-size: 24px;
}


a.active span, a:hover span {
    background-size: contain;
    background-position: center;
    filter: none;
    opacity: 1;
}

a span.menu-ic, a.active span,a:hover span {
    width: 20px;
    height: 22px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: auto;
}

div#kcSidebar a {
    display: block;
    font-weight: 600;
    color: #dbdbdb;
    text-decoration: none;
    padding: 8px 0;
}

div#kcSidebar a.active, div#kcSidebar a:hover {
    color: #000000 !important;
}

div#kcSidebar a.active i.ic-xl, div#kcSidebar a:hover i.ic-xl {
    color: #E80000;
}

div#kcSidebar a {
    font-size: 14px;
    padding-left: 20px;
}

#kcSidebar a.active {
    border-right: 3px solid #00ace8;
    background: rgba(200,250,200,0.1);
}

.responsive-only {
    display: none;
}


/** content **/
.summary-thumb {
    background: white;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    padding: 10px;
    position: relative;
}

.summary-thumb.blue-thumb {
    background: #7E74F5;
}

.summary-thumb.blue-thumb * {
    color: white;
}

.semi-bold {
    font-weight: 600;
}

.font-10 {
    line-height: 1.5;
    font-size: 10px;
}

.font-14 {
    font-size: 14px;
    line-height: 1.5;
}

.font-12 {
    font-size: 12px;
    line-height: 1.5;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.bold {
    font-weight: 700;
}

.blue-thumb .icon-sum {
    background-image: url(../img/cert-blue.svg);
    background-color: white;
}

.icon-sum i {
    color: #7e74f5;
    margin-top: 6px;
    display: block;
}

.icon-sum {
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    background-color: #D6F5FF;
    background-position: center;
    background-size: 42%;
    background-repeat: no-repeat;
    top: 10px;
    right: 15px;
}

.chart-section .card-header {
    background: white;
    padding: 0 15px;
}

.chart-section li.nav-item a,.email-set li.nav-item a {
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #b1b1b1;
}

.chart-section ul.nav.nav-tabs, .email-set ul.nav.nav-tabs {
    border-bottom: none;
}

.chart-section a.nav-link.active, .chart-section a.nav-link:hover, .email-set a.nav-link.active ,.email-set a.nav-link:hover{
    border-bottom: 3px solid #e80000 !important;
    color: #000000;
}

.nav-tabs a.nav-link {
    padding: 13px 0;
    margin-right: 20px;
}


.toggle_radio{
      position: relative;
    background: rgba(255,255,255,.1);
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 3px;
    position: relative;
    height: 22px;
    width: 143px;
    border: 1px solid #e1e1e1;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio]{
  display: none;
  /*position: fixed;*/
}
.toggle_radio label{
  color: #000;
  z-index: 0;
  display: block;
  width: 70px;
  height: 16px;
  margin: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  font-size: 12px;
}
.toggle_option_slider{
  /*display: none;*/
  /*background: red;*/
  width: 70px;
  height: 16px;
  position: absolute;
  top: 2px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 3px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

#first_toggle:checked ~ .toggle_option_slider{
  left: 1px;
    background: rgba(100,100,250,0.5);
    /* z-index: -1; */
    color: white;
}
#second_toggle:checked ~ .toggle_option_slider{
  background: rgba(100,100,250,0.5);
  left: 70px;
}
#third_toggle:checked ~ .toggle_option_slider{
  background: rgba(255,255,255,.3);
  left: 215px;
}

.dropdown-filter.pull-left .form-control {
    height: 24px;
    font-size: 12px;
    padding: 0 5px;
    width: 150px;
}

input#datepicker {
    height: 22px;
    font-size: 12px;
}

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 14px !important;
    top: 4px !important;
    left: 12px !important;
}

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
    width: 200px !important;
}

.gj-datepicker span.input-group-append {
    display: none;
}


/** certificate list **/

.thumb-filter {
    background: white;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.border-bot1 {
    border-bottom: 1px solid #e1e1e1
}

.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

div#filterCollapse h4.panel-title {
    font-size: 12px;
}

div#filterCollapse {
    display: block;
    width: 100%;
}

#checkBoxFilt input[type="checkbox"] {
    margin-right: 5px;
}

div#checkBoxFilt {
    width: 100%;
    background: #F0F8FF;
}



/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn-blue-white {
    background: white;
    border: 1px solid #007bff;
    padding: 10px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
}

.blue {
    color: #007bff;
}

a.btn-red-white {
    background: white;
    border: 1px solid #ef3333;
    padding: 10px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    color: #ef3333;
}

a.btn-blue {
    background: #00ace8;
    border-radius: 3px;
    padding: 10px 35px 10px 32px;
    color: white;
    font-weight: 600;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    min-width: 120px !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
    -moz-box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
    box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
}

a.btn-blue-white:hover, a.btn-blue:hover, a.btn-red-white:hover, button.btn-blue:hover {
    background: #1c79dc;
    text-decoration: none;
    color: white;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.10);
}

a.btn-red-white:hover {
    background:#ef3333;
}


.thumb-template {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    min-height: 120px;
    position: relative;
    display: inline-block;
    color: inherit;
    height: 100%;
}

.thumb-template:hover {
    text-decoration: none;
    color: inherit;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}

.grey {
    color: #c2c2c2;
}

.thumb-template span {
    display: inline-block;
}

.status-template {
    border-radius: 20px;
    position: absolute;
    bottom: 18px;
    left: 28.5%;
    font-size: 11px;
    padding: 5px 12px;
    color: white;
    font-weight: 600;
}

.status-template.publish {
    background: #24CB66;
}

.template-img img {
    width: 100%;
    margin: 0 auto;
}

.filter-side h6.semi-bold.mb-3 {
    height: 22px;
}

.w-100 {
    width: 100%
}

.thumb-filter .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
    width: 100% !important;
    height: 32px;
}

.table-section table.table {
    background: white;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #e1e1e1;
}

.table-section .table td, .table-section .table th {
    padding: 8px 15px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.col.filter-side h6 {
    height: 24px;
}

th {
    position: relative;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 10px 15px;
    font-weight: 600;
}

nav.nav-bread {
    height: auto;
    overflow: hidden;
    background: rgba(200,200,200,0.2);
    border-radius: 5px;
}

nav.nav-bread > a {
    padding: 10px 15px;
}

.bg-white {
    background: white;
    border-radius: 5px;
}

.content-bg {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.info-group {
    margin: 5px 0;
}

.status-template.pending {
    background: #f7c40d;
}

.row.email-set.pr-2.mb-4 .card-header {
    background: white;
    padding-bottom: 0;
    padding-top: 0;
}

.email-set ul.nav.nav-tabs {
    border: none;
}

.checkbox-big span.checkmark {
    width: 32px;
    height: 32px;
}

.checkbox-big label.container-checkbox {
    padding-left: 38px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 7px;
}

.checkbox-big .checkmark:after {
    width: 10px;
    height: 15px;
    left: 10px;
    top: 6px;
    border-width: 0 4px 4px 0;
}

a.btn-blue.btn-big, a.btn-blue-white.btn-big, a.btn-red-white.btn-big {
    padding: 8px 15px;
    text-align: center;
    width: 210px;
    display: block;
}

.btn-group a.btn-blue.btn-big, .btn-group a.btn-blue-white.btn-big {
    width: 50%;
}

.border-1 {
    border: 1px solid #ced4da;
}

.table-template * {
    font-size: 12px;
}

.summary-stat > * {
    position: relative;
    width: 46%;
    text-align: center;
    left: inherit;
    bottom: 0;
}

.cert-det.summary-stat > * {
    position: relative;
    width: 31%;
    text-align: center;
    left: inherit;
    bottom: 0;
}

.cert-det.summary-stat {
    height: 66px;
}


.summary-stat.cert-det .total-recipt {
    font-size: 12px;
    background: white;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #007bff;
    margin-bottom: 10px;
    border-radius: 20px;
    margin-left: 0 !important;
}

.cert-det.summary-stat > div:nth-child(2),.cert-det.summary-stat > div:nth-child(3){
    margin-left: 8px;
}

.summary-stat {
    position: absolute;
    min-width: 90%;
    height: 22px;
    margin-top: 0;
    bottom: 0;
}

.summary-stat > div:first-child {
    margin-left: 8%;
}

.pos-inherit {
    position: inherit !important;
}

.summary-thumb.add-widget {
    padding: 0;
    background: #E5EDF8;
    border: 1.5px dashed #237bf1;
}

.summary-thumb.add-widget a {
    text-align: center;
    display: block;
    padding: 17.5px;
    font-weight: 700;
}

.cert-det .btn-big {
    width: 40%;
}

.cert-det a.btn-blue.btn-big, .cert-det a.btn-blue-white.btn-big {
    padding: 8px 15px;
    text-align: center;
    width: 46%;
    display: inline-block;
}

.cert-det a.btn-blue.btn-big {
    margin-left: 6%;
}

.col-2.certificate-img img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.col-2.certificate-img {
    min-height: 176px;
}

.status-template.revoke {
    background: #ef3333;
}

.row.align-center {
    align-items: center;
}

.form-group.input-normal .gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group {
    width: 100% !important;
}

.form-group.input-normal input {
    height: 38px !important;
    border-radius: 5px !important;
}

select.form-control.add-field.pull-left {
    width: 120px;
    margin-right: 8px;
    height: 38px;
    font-size: 12px;
    padding: 4px;
    border: 1px solid #007bff;
    color: #007bff;
    font-weight: 700;
}

.input-group-append.close-input {
    margin-left: -54px;
    position: absolute;
    top: 24px;
    right: 15px;
}

.align-bot {
    align-items: flex-end;
}

.col-12 {
    font-size: 12px;
    /*font-weight: 700;*/
    margin-bottom: 10px;
}

.recipient-group.csv-upload {
    min-height: 132px;
}

form.drag-drop {
    position: absolute;
    bottom: 15%;
    right: 4%;
    width: 93%;
    height: auto;
    /*border: 3px dashed #e2e2e2;*/
    border-radius: 6px;
}
form.drag-drop p {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #9c9c9c;
    background: #f3f3f3;
    font-size: 14px;
    border: 3px dashed #e2e2e2;
    border-radius: 5px;
    font-weight: 600;
}
form.drag-drop input{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
form.drag-drop button {
    margin: 0;
    color: #fff;
    background: #007bff;
    border: none;
    width: 100%;
    height: 38px;
    margin-top: 20px;
    margin-left: 0;
    border-radius: 5px;
    transition: all .2s ease;
    outline: none;
}

form.drag-drop:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.10);
}

form.drag-drop button:hover{
  background: #149174;
    color: #0C5645;
}
form.drag-drop button:active{
  border:0;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(180, 180, 180, 0.7);
    padding: 1rem;
    position: relative;
    width: 100%;
    height: 400px;
    background: rgba(200,200,200,0.2);
    padding: 20px;
    border-radius: 5px;
}

.image-area img {
    z-index: 2;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.w-30 {
    width: 30%;
}

a.blue-text {
    color: #007bff;
}

.just-content-inherit {
    justify-content: inherit;
}

.border-top1 {
    border-top: 1px solid #e1e1e1
}

.just-inherit {
    justify-content: inherit;
}
/** switch button **/
.switch {
  position: relative;
  height: 30px;
  width: 80px;
  margin: px auto;
  background: rgba(100, 100, 100, 0.07);
  border-radius: 30px;
}

.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 40px;
  font-size: 12px;
  color: #8e8e8e;
  text-align: center;
  cursor: pointer;
  font-weight: 700 !important;
  padding-top: 6px;
}
.switch-label:active {
  font-weight: bold;
}

.switch-label-off {
  padding-left: 4px;
}

.switch-label-on {
  padding-right: 6px;
}


.switch-input {
  display: none;
}
.switch-input:checked + .switch-label {
  font-weight: bold;
  color: white;
  text-shadow: inherit;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 37px;
  /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 3px;
  display: block;
  width: 40px !important;
  height: 26px !important;
  border-radius: 30px;
  background-color: #1AABE4;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-blue .switch-selection {
  background-color: #3aa2d0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4fc9ee), color-stop(100%, #3aa2d0));
  background-image: -webkit-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -moz-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -ms-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: -o-linear-gradient(top, #4fc9ee, #3aa2d0);
  background-image: linear-gradient(top, #4fc9ee, #3aa2d0);
}
.switch-yellow .switch-selection {
  background-color: #c4bb61;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0dd94), color-stop(100%, #c4bb61));
  background-image: -webkit-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -moz-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -ms-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: -o-linear-gradient(top, #e0dd94, #c4bb61);
  background-image: linear-gradient(top, #e0dd94, #c4bb61);
}

.border-left1 {
    border-left: 1px solid #e1e1e1;
}

.menu-top {
    margin-top: 3px;
}

.flex-bas-auto {
    flex: auto;
    flex-direction: row-reverse !important;
}

ul.navbar-nav.pull-right.flex-bas-auto {
    align-items: center;
}

nav.navbar a.nav-link {
    font-size: 14px;
    color: #c2c2c2;
}

nav.navbar a.nav-link span, nav.navbar button.dropdown-toggle span, nav.navbar .dropdown-menu a span, .dropup .dropdown-menu a span,
.foot-menu .dropdown-menu a span  {
    display: block;
    height: 5px;
    width: 25px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: black;
    background: black;
    opacity: 0;
    margin: 2px auto 0;
}

nav.navbar a.nav-link.active span, nav.navbar a.nav-link:hover span, nav.navbar button.dropdown-toggle.active span, nav.navbar button.dropdown-toggle:hover span,
nav.navbar .dropdown-menu a:hover span, .dropup .dropdown-menu a:hover span, .foot-menu .dropdown-menu a:hover span  {
    display: block;
    height: 4px;
    width: 16px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: black;
    background: #194785;
    opacity: 1;
    margin: 2px auto 0;
}

.dropup .dropdown-menu a span, .foot-menu .dropdown-menu a span  {
    margin-left: 0 !important;
}

.dropup .dropdown-menu, .foot-menu .dropdown .dropdown-menu {
    padding: 0 0 4px!important;
}

.nav-item button#dropdownMenuButton {
    background: transparent;
    border: none;
    padding: 8px 0 !important;
    font-size: 14px;
}


nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover, nav.navbar button:hover, nav.navbar button.active {
    color: white !important;
}

nav.navbar.scrolled a.nav-link.active, nav.navbar.scrolled a.nav-link:hover, nav.navbar.scrolled button.dropdown-toggle:hover, nav.navbar.scrolled button.active,
nav.navbar.navbar-light.bg-light .dropdown a.dropdown-item:hover, nav.navbar.navbar-light.bg-light .dropdown a.dropdown-item:focus {
    font-size: 14px;
    color: #194785 !important;
}

.navbar-light .nav-item button#dropdownMenuButton:focus {
    color: white;
    border: none !important;
    box-shadow: none;
}

.navbar-light.scrolled .nav-item button#dropdownMenuButton:focus {
    color: #194785 !important;
    border: none !important;
    box-shadow: none;
}

.navbar-light .nav-item button#dropdownMenuButton:focus span {
    display: block;
    height: 4px;
    width: 16px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: black;
    background: #194785;
    opacity: 1;
    margin: 2px auto 0;
}

nav.navbar.navbar-light.bg-light .dropdown a.dropdown-item {
    color: #9d9d9d;
    font-size: 14px;
}

#carousel .carousel-item {
  height: 73vh;
  width: 100%;
  /*min-height: 350px;*/
  background: no-repeat center center scroll;
  /*background-size: 100% 100% !important;*/
}

#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
  transition: transform 0.65s ease, -webkit-transform 0.65s ease;
}

.trans-ease {
    transition: all 0.1s ease;
}

.trans-ease-1 {
    transition: all 1s ease;
}

.carousel.hero-slides .carousel-item {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-attachment: inherit !important;
}

.carousel.hero-slides .carousel-item:before {
    content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
    backdrop-filter: brightness(60%);
}

.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

.ornament-border.dark-blue {
    background: #054586;
}

.ornament-border.light-blue {
    background: #00ace8;
    margin-left: -15px;
}

.orna-parent .ornament-border {
    width: 68px;
    height: 8px;
    display: inline-block;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
}

.col-8.caption-banner.trans-ease a {
    pointer-events: auto;
    position: relative;
}

.caption-banner {
    z-index: 100;
}

.event-auto {
    pointer-events: auto;
}

.pos-relative {
    position: relative;
}

.over-hide {
    overflow: hidden;
    background-position: center !important;
    background-size: cover !important;
}

.pos-abso {
    position: absolute;
}

.orna-banner {
    background-position: center !important;
    background-size: cover !important;
    width: 451px;
    height: 316px;
    left: 72% !important;
    top: 53% !important;
}

.title-color {
    color: #054586;
}

.thumb-img-high {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-position: center !important;
    background-size: cover !important;
}

a.thumb-high {
    display: block;
}

a.thumb-high:hover {
    text-decoration: none;
}

.thumb-high {
    border-bottom-right-radius: 50px;
}

.thumb-high:hover {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(50,50,50,0.2);
    -moz-box-shadow: 0px 6px 15px 0px rgba(50,50,50,0.2);
    box-shadow: 0px 6px 15px 0px rgba(50,50,50,0.2);
    background: white !important;
    z-index: 10
}

.full-w-h {
    width: 100%;
    height: 100%;
}

.bg-page .full-w-h {
    width: 115%;
    height: 100%;
    z-index: -1;
    margin-left: -120px;
    margin-top: -80px;
    background-size: 107% !important;
    background-repeat: repeat-y !important;
}


.bg-page {
    top: 0;
    left: 0;
}

.main-content {
    z-index: 1;
}

section.in-touch {
    background: #0E3262;
    padding: 80px 0;
    border-top-left-radius: 160px;
}

section.in-touch a.btn-blue.pl-5.pr-5 {
    font-size: 18px;
    width: 100%;
}

.logo-foot {
    width: 140px;
}

footer {
    background: #0A2141;
    padding: 54px 0 0;
}

.foot-menu {
    padding-left: 5em;
}

.group-contact .w-small {
    width: 10%;
    float: left;
}

.group-contact .w-sisa {
    width: 90%;
    float: left;
}

.group-contact {
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
}

div .group-contact:last-child {
    margin-bottom: 0;
}

footer .border-bot1 {
    border-color: #054586;
    padding-bottom: 35px;
}

.video-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.carousel-item .container.d-none {
    display: block !important;
}

#submenu a.nav-link {
    font-weight: 600;
}

#submenu a.nav-link.active, #submenu a.nav-link:hover {
    color: #00ace8;
}

#submenu a.nav-link.active span{
    background: #00ace8;
}

main section.sticky-top {
    top: 79px;
    z-index: 4;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center {
    box-shadow: 0px 8px 6px 0px rgb(50 50 50 / 10%);
    -webkit-box-shadow: 0px 8px 6px 0px rgb(50 50 50 / 10%);
    -moz-box-shadow: 0px 8px 6px 0px rgb(50 50 50 / 10%);
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-gallery .thumb-high {
    height: 100%;
}


.modal-lighthouse {
  display: none;
  position: fixed;
  z-index: 1031;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  padding-top: 50px;
  padding-bottom: 50px;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: auto;
    display: flex;
    height: auto;
    overflow: hidden;
    align-items: center;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev i, .next i {
    color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(180, 180, 200, 0.9);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #bdbdbd;
  font-size: 12px;
  padding: 20px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 8px 16px;
  font-weight: 600;

}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}





.img-height-resp {
    height: 80vh !important;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto 15px;
    display: block;
    border-radius: 2px;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.column {
  width: 10%;
  display: inline-block;
}

.text-center.list-thumb-gal {
    background: rgba(230,230,230,0.3);
}

.mySlides {
    background: white;
    border-radius: 8px;
    border-bottom-right-radius: 40px;
    padding-bottom: 15px;
}

.gallery-thumb {
    width: 100%;
    height: 260px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.dim-dark {
    width: 100%;
    height: 100%;
    background: rgba(20,20,50,0.4);
    text-align: center;
    position: relative;
    opacity: 0;
}

.video-thumb:hover .dim-dark, .video-thumb:focus .dim-dark {
    opacity: 1;
}

.video-thumb i.far.fa-play-circle {
    font-size: 60px;
    color: white;
    margin-top: 100px;
}

p.font-12.truncate-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 110px;
}

.video-parent {
    width: 720px;
    height: 480px;
}

span.ic-text {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain !important;
    margin-bottom: -4px;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

::marker {
    color: #00ace8;
    font-size: 19px;
}

.list-row li {
    float: left;
    padding-left: 0;
    padding-right: 32px;
    padding-bottom: 16px;
}

.title-icon-text div:nth-child(2) {
    max-width: 75%;
}

.title-icon-text div:nth-child(1) {
    max-width: 37px;
}
.title-icon-text div:nth-child(1) img {
    max-width: 100%;
}

p.font-14 {
    margin-bottom: 50px;
}

.caption-banner h1.white.bold {
    font-size: 34px;
}

.information-list .col-4 {
    margin-bottom: 25px;
}

section.container.higlight .breadcrumb {
    background: transparent;
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 20px;
}

.post-date {
    margin-bottom: 7px;
}

.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed-top.align-center {
    top: -1px;
}

section.page-nf {
    position: relative;
    height: 95vh;
    padding-top: 80px;
}

section.page-nf .container {
    padding: 20px 60px;
}

.page-nf .content-page a {
    width: 200px;
    margin: 23px auto;
}

.page-nf .content-page {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-40%);
}

.page-nf .content-page figure img {
    width: 16%;
    margin-bottom: 10px;
}

.container-fluid.over-hide {
    height: 73vh;
    position: relative;
}

.container-fluid.over-hide .col-8 {
    padding: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

section.container.higlight.mt-5.pt-5.pb-5 {
    margin-top: 1.4rem !important;
}

section.container.higlight.mt-5.pt-5.pb-5 .row .col-9 .col-12 button.btn-blue {
    margin: 20px 0 40px;
}

.map-frame {
    width: 100%;
    border-radius: 5px;
}

.thumb-high > .pl-3.pr-3 {
    height: 254px;
    position: relative;
}

.thumb-high > .pl-3.pr-3 a {
    position: absolute;
    bottom: 0;
}

.thumb-high > .pl-3.pr-3 h6 {
    max-height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.img-gallery h6.title-color.bold.truncate-2.pl-3.pr-3.mt-3.mb-0 {
    height: auto;
}

.carousel-item p.white {
    max-width: 99%;
}

.nav-item {
    position: relative;
}

.nav-item .dropdown-menu {
    position: absolute;
}

.nav-item .dropdown-menu a.dropdown-item.semi-bold {
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 10px 10px;
}

.nav-item .dropdown-menu a.dropdown-item.semi-bold span {
	margin-left: 0;
}

.nav-item .dropdown-menu.show {
    padding: 0;
}

.truncate-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}

.pdf-file-group {
    margin-bottom: 20px;
}

.col-10 .pdf-file-group:last-child {
    margin-bottom: 0;
}

.no-deco {
    text-decoration: none !important;
}

.pdf-file-group a:hover i {
    margin-right: 10px !important;
}

.pdf-file-group a {
    display: block;
}

.pdf-file-group a i, .item-pdf i {
    float: left;
    display: block;
    padding-top: 2px;
    font-size: 14px;
    padding-right: 4px;
}

.item-pdf a p {
    clear: both;
    display: block;
}

.item-pdf a h6 {
    padding-bottom: 3px;
}

.item-pdf i.mr-2 {
    margin-right: 4px !important;
}

.pdf-file-group a p, .item-pdf h6 {
    float: left;
    width: calc(100% - 36px);
    padding-left: 5px;
    display:block;
}

.thumb-high a.font-12:hover p, .item-pdf a:hover h6 {
    margin-left: 0.3em !important;
}

.thumb-high a.font-12:hover {
    text-decoration: none !important;
}

.grouping-item-pdf .item-pdf {
    margin-bottom: 5px;
}

.item-pdf a h6 {
    font-family: 'WorkSans-SemiBold', 'sans-serif';
    font-weight: 600;
    font-size: 15px;
}

.grouping-item-pdf .item-pdf:last-child {
    margin-bottom: 0;
}

/** responsive **/
@media (max-width: 816px) {
    .mySlides {
        background: white;
        border-radius: 8px;
        border-bottom-right-radius: 40px;
        padding-bottom: 15px;
        width: 350px;
    }

    nav.navbar.navbar-light.bg-light {
        background: white !important;
    }

    nav.navbar.navbar-light.bg-light a, .nav-item button.dropdown-toggle {
        color: #9d9d9d !important;
    }

    nav.navbar.navbar-light.bg-light a.active, .nav-item button.dropdown-toggle:hover, .nav-item button.dropdown-toggle:focus {
        color: #007bff !important;
    }

    nav.navbar.navbar-light.bg-light.scrolled a .img-color, nav.navbar.navbar-light.bg-light a .img-color {
        display: block !important;
    }

    nav.navbar.navbar-light.bg-light.scrolled a .img-white, nav.navbar.navbar-light.bg-light a .img-white {
        display: none !important;
    }

    .nav-item button.dropdown-toggle {
    	margin-bottom: 10px;
    }

    .nav-item .dropdown-menu a.dropdown-item.semi-bold span {
	margin-left: auto;
	}

	.nav-item .dropdown-menu a.dropdown-item.semi-bold {
		text-align: center;
		padding-left: 25px;
		padding-right: 25px;
	}

	.dropdown-menu {
		border-bottom-right-radius: 46px;
		left: -25px;
		-webkit-box-shadow: 0px 0px 15px 0px rgba(5,69,134,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(5,69,134,0.3);
    box-shadow: 0px 0px 15px 0px rgba(5,69,134,0.3);
	}

    .img-height-resp {
        height: 300px !important;
        width: auto;
        max-width: 100%;
        height: auto;
        margin: 0px auto 15px;
        display: block;
        border-radius: 2px;
    }

    .video-parent {
        width: 350px;
        height: 350px;
    }

    div#navbarSupportedContent {
    max-width: 100%;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-bottom: 15px;
}

#carousel .carousel-item {
    height: 44vh;
    background-size: cover !important;
    background-position: center !important;
    padding: 0 90px;
}

.carousel-item {
    text-align: left;
}

.carousel-item .col-8.caption-banner {
    padding: 0 50px;
}

.col-8.caption-banner {
    padding: 0 10px;
}

div#navbarSupportedContent ul {
    width: 100%;
    flex-direction: column-reverse !important;
}

.carousel-item .col-8 {
    flex: 100%;
    max-width: 100%;
}

.carousel-item .container.d-none {
    display: block !important;
}

.caption-banner {
    padding: 0 50px;
}

p {
    font-size: 14px;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container {
    overflow-x: scroll;
    margin-right: -35px !important;
    margin-left: 5px;
    padding: 5px 0;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container ul.navbar-nav {
    flex-direction: row;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container ul.navbar-nav li {
    white-space: pre;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 5px;
}

section.container.higlight.mt-5.pt-5.pb-5 {
    margin-top: 0px !important;
}

section.container.higlight.mt-5.pt-5.pb-5 .orna-parent {
    margin-top: 65px;
}

.col-3.foot-menu, .col-5.contact-menu.pl-5 {
    padding-left: 15px !important;
    flex: 50%;
    max-width: 50% !important;
}

section.container.higlight.mt-5.pt-5.pb-5, footer .container {
    padding: 0 40px 40px !important;
}

footer .container.pt-3.pb-3 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.in-touch .col-8.pr-5 {
    margin-bottom: 34px;
}

.col-4.img-gallery {
    flex: 50%;
    max-width: 50%;
}

.pos-abso.orna-banner.trans-ease {
    display: none !important;
}

.col-7.pt-4 {
    margin-top: 70px;
}

.main-content .col-5 {
    padding-right: 30px;
}

.col-4.company-short {
    flex: 100%;
    max-width: 100%;
}

.col-9.pt-4 {
    padding-left: 60px;
    margin-top: 65px;
}

.col-6 {
    flex: 100%;
    max-width: 100%;
}
.col-9.pt-4 .col-4 {
    flex: 50%;
    max-width: 50%;
}

.col-9.pr-4, .col-3.pl-4 {
    margin-top: 40px;
}

.col-9 .row .video-thumb:first-child, .col-9 .row .img-gallery:first-child {
    margin-top: 102px;
}

footer .container.pt-4.pb-5 {
    padding: 20px 40px 40px !important;
}

.container-fluid.over-hide > .container {
    height: 360px !important;
}
}



/** responsive 2 **/
@media (max-width: 768px) {
    .video-parent {
        width: 350px;
        height: 350px;
    }

    #navbarSupportedContent {
    overflow: auto;
    max-height: 68vh;
}

    .bg-page .full-w-h {
        margin: 0 !important;
    }

    .carousel-item p.white {
    padding-left: 0px;
    max-width: 100%;
}

    .col-3 {
        flex: 50%;
        max-width: 50%;
        /*margin-bottom: 40px;*/
    }

    .col-9.pt-4 {
    padding-left: 15px;
    margin-top: 0px;
}

    .higlight .col-9.pt-4 {
    padding-top: 0 !important;
}

section.in-touch.mt-5 .row {
    margin: 0;
    padding: 0 40px;
}

    .col-9, .col-6 {
    flex: 100%;
    max-width: 100%;
}

    section.container.higlight.mt-5.pt-5.pb-5.aos-init.aos-animate .row .col-3:first-child {
    flex: 100%;
    max-width: 100%;
}

.col-8 {
    flex: 100%;
    max-width: 100%;
}

.col-5, .col-7 {
    flex: 100%;
    max-width: 100%;
}

.col-4 {
    flex: 50%;
    max-width: 50%;
}

.col-7.pt-4 {
    margin-top: 10px;
}

.col-9 .row .video-thumb:first-child, .col-9 .row .img-gallery:first-child {
    margin-top: 0px;
}

.row .col-3:first-child {
    margin-bottom: 35px;
}

.col-3.pl-4 {
    padding-left: 15px !important;
    flex: 100%;
    max-width: 100%;
}

.col-3.pl-4 .row.information-list {
    border-top: 1px solid #e1e1e1;
    margin-top: 0px;
    padding-top: 24px;
    margin-bottom: -100px;
}

.col-3.pl-4 .row.information-list .col-12 {
    flex: 50%;
    max-width: 50%;
}

.col-3.pl-4 .row.information-list .col-12:first-child {
    flex: 100%;
    max-width: 100%;
}

.container-fluid.over-hide {
    height: auto;
    position: relative;
    margin-bottom: -40px !important;
}

.nav-item {
    position: relative;
}

.nav-item .dropdown-menu {
    position: absolute;
}

.nav-item button#dropdownMenuButton {
    margin: 0 auto;
}

.nav-item .dropdown-menu {
    height: 0;
    transition: 0.3s;
    position: relative;
    left: 0 !important;
}

.nav-item .dropdown-menu.show {
    height: auto;
    transition: 0.3s;
    position: relative;
}

.img-gallery h6, .video-thumb h6 {
    padding-bottom: 0 !important;
}

.foot-menu {
    padding-left: 1em;
}
}





@media (max-width: 620px) {
    .video-parent {
        width: 350px;
        height: 350px;
    }

    footer .row > .col-4, footer .row > .col-5.contact-menu, footer .row > .col-3 {
    max-width: 100% !important;
    flex: 100% !important;
    padding-left: 15px;
}

.col-3.foot-menu a {
    width: 50% !important;
    float: left;
    display: block;
    clear: inherit;
    margin-bottom: 5px;
}

.item-pdf .align-center {
    margin-bottom: 25px;
}

.col-5.foot-menu a {
    clear: inherit !important;
    float: left;
    width: 50%;
}

    p.font-12.truncate-3 {
        height: auto;
        max-height: 110px;
    }

    .thumb-high > .pl-3.pr-3 {
    height: auto;
    position: relative;
    padding-bottom: 45px;
}

    section.container.higlight.mt-5.pt-5.pb-5.aos-init.aos-animate > .row > .col-3 {
    margin-bottom: 40px;
    }

    #carousel .carousel-item {
        height: 360px;
        padding: 40px 50px 0 !important;
        background-position: center !important;
        background-size: cover !important;
        background-attachment: inherit !important;
    }

    #carousel .carousel-item h1.white.bold {
    font-size: 18px;
    }

    #carousel .carousel-item a {
        font-size: 12px;
        padding: 4px 29px;
    }

    #carousel .carousel-item p {
    font-size: 10px;
    }

    .pos-abso.orna-banner.trans-ease {
    display: none !important;
}

.col-3.pl-4 .row.information-list .col-12 {
    flex: 100%;
    max-width: 100%;
}

.col-9.pt-4 .col-4 {
    flex: 100%;
    max-width: 100%;
}

.col-9.pt-4 {
    padding-left: 15px;
    margin-top: -30px;
}

.col-4.img-gallery {
    flex: 100%;
    max-width: 100%;
}

.row .col-3:first-child {
    margin-bottom: 35px;
}

.col-3.pl-4 .row.information-list {
    border-top: 1px solid #e1e1e1;
    margin-top: 30px;
    padding-top: 24px;
    margin-bottom: -100px;
}

.col-5.contact-menu.pl-5 .w-sisa {
    width: 90%;
}

.col-5.contact-menu.pl-5 .w-small {
    width: 10%;
}

section.in-touch.mt-5 .row {
    margin: 0;
    padding: 0 0px;
}

.col-8.pr-5 {
    margin-bottom: 10px !important;
}

p {
    font-size: 13px;
}

.caption-banner {
    padding: 0 60px;
}

.caption-banner h1.white.bold, .in-touch h2 {
    font-size: 24px;
}

.col-3 {
    flex: 100%;
    max-width: 100%;
    /*padding-bottom: 50px;*/
}

.container {
    padding: 20px 30px;
}

.col-8 {
    flex: 100%;
    max-width: 100%;
}

.in-touch .container {
    padding: 0px 50px !important;
}

.col-4 {
    flex: 100%;
    max-width: 100%;
}

.in-touch .pr-5 {
    padding-right: 15px !important;
}

a.btn-blue.pl-5.pr-5 {
    text-align: center;
    padding: 10px 0 !important;
    margin-top: 22px;
    font-size: 16px;
}

h3.title-color.bold {
    font-size: 24px;
}

div#navbarSupportedContent .pull-right.border-left1.pl-3 {
    padding-left: 0 !important;
    border: none;
}

.col-9.pt-4 {
    padding-top: 0 !important;
}

.col-9, .col-6 {
    flex: 100%;
    max-width: 100%;
}

section.container.higlight.mt-5.pt-5.pb-5 {
    padding-top: 25px !important;
}

section.in-touch {
    padding: 100px 0 80px;
}

.col-3.foot-menu, .col-5.contact-menu.pl-5 {
    padding-left: 15px !important;
}

.col-8.caption-banner.trans-ease.pt-5.pb-5.mt-3 {
    padding-left: 0;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container {
    overflow-x: scroll;
    margin-right: -35px !important;
    margin-left: 5px;
    padding: 5px 0;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container ul.navbar-nav {
    flex-direction: row;
}

main section.sticky-top nav.navbar.navbar-expand-lg.navbar-light.bg-light.align-center .container ul.navbar-nav li {
    white-space: pre;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 5px;
}

section.container.higlight.mt-5.pt-5.pb-5 {
    margin-top: 0px !important;
}

section.container.higlight.mt-5.pt-5.pb-5 .orna-parent {
    margin-top: 65px;
}

section#orna-para {
    margin-bottom: -36px !important;
}

.col-4.contact-menu.pl-5 {
    padding-left: 1em !important;
}
}


#map1, #map2 {
    border-radius: 8px;
}

* {
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

button.btn-blue {
    background: #00ace8;
    border-radius: 3px;
    padding: 10px 35px 10px 32px;
    color: white;
    font-weight: 600;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    min-width: 120px !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
    -moz-box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
    box-shadow: 0px 7px 0px 0px rgba(5,69,134,1);
}

button#dropdownMenuButton::after {
    display: none;
}

#myModal .mySlides h6 {
    min-width: 96%;
    width: min-content;
}

.foot-menu .dropup button, .foot-menu .dropdown button {
    background: transparent !important;
    border: none;
    padding: 0;
    font-family: 'montserrat' !important;
    font-size: 12px;
    margin: 5px 0;
    color: #007bff;
    font-weight: 600;
}

.foot-menu .dropup button:focus, .foot-menu .dropup button:hover, .foot-menu .dropdown button:focus, .foot-menu .dropdown button:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.foot-menu .dropup .dropdown-menu a, .foot-menu .dropdown .dropdown-menu a {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 10px 2px;
    font-size: 11px;
    color: #007bff;
    border-color: #0a2141;
}

.foot-menu .dropdown .dropdown-menu a:hover {
    background: #0a2141;
    color: white;
}

.foot-menu .dropup .dropdown-menu a:last-child, .foot-menu .dropdown .dropdown-menu a:last-child {
    border-bottom: none;
}

.foot-menu .dropup .dropdown-menu, .foot-menu .dropdown .dropdown-menu, .foot-menu .dropdown .dropdown-menu a:last-child {
    border-bottom-right-radius: 46px ;
}

.foot-menu .dropdown .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0px !important
}

.foot-menu .dropup .dropdown-menu, .foot-menu .dropdown .dropdown-menu {
    position: relative;
}

.foot-menu .dropup .dropdown-menu, .foot-menu .dropdown .dropdown-menu {
    position: relative !important;
    /* top: -18px !important; */
    transform: inherit !important;
    background: rgba(150,150,255,0.2);
}

.foot-menu a.blue.font-12.bold.clearfix {
    display: block;
    margin: 5px 0;
}

.menu-ondrop div {
    background: rgba(100,100,255,0.1);
    border-radius: 5px;
    padding: 3px 7px;
    margin-top: 5px;
    display: inline-block;
}

.menu-ondrop {
    margin: 8px 0 8px;
}

.foot-menu .dropdown {
    display: block;
    clear: both;
}

.dropdown .dropdown-menu a {
    white-space: inherit;
    font-size: 13px !important;
}

.dropdown .dropdown-menu {
    max-width: 200px
}

.group-contact .w-sisa {
    width: 90%;
    float: left;
    font-size: 11px !important;
    padding-top: 1px;
}

.dropdown .dropdown-menu {
    max-width: 200px;
    min-width: 170px;
}
