@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://cdn.jsdelivr.net/npm/lightgallery@1.6.11/dist/css/lightgallery.min.css");
:root {
  --primary-red: #ee1d25;
  --primary-blue: #2460b9;
}

/*hover effect*/
.view-sixth img {
  -webkit-transition: all 0.4s ease-in-out 0.5s;
  -moz-transition: all 0.4s ease-in-out 0.5s;
  -o-transition: all 0.4s ease-in-out 0.5s;
  -ms-transition: all 0.4s ease-in-out 0.5s;
  transition: all 0.4s ease-in-out 0.5s;
}

.view-sixth .mask {
  background-color: rgba(146, 96, 91, 0.8);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

.view-sixth h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.view-sixth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}

.view-sixth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-sixth:hover img {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.view-sixth:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.view-sixth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.view-sixth:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*hover effect*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333;
  background-color: #ffffff;
  font: 14px/1.7 "Montserrat", sans-serif;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  font: 14px/24px "Montserrat";
  color: #4d4d4e;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/*MARGINS*/
.sf-mrg-none {
  margin: 0px;
}

.sf-mrg-0auto {
  margin: 0 auto;
}

.sf-sd-mrg-top {
  margin-top: 80px;
}

.sf-sd-mrg-btm {
  margin-bottom: 80px;
}

.sf-sd-mrg-lft {
  margin-left: 80px;
}

.sf-sd-mrg-rgt {
  margin-right: 80px;
}

.sf-pri-mrg-top {
  margin-top: 60px;
}

.sf-pri-mrg-btm {
  margin-bottom: 60px;
}

.sf-pri-mrg-lft {
  margin-left: 60px;
}

.sf-pri-mrg-rgt {
  margin-right: 60px;
}

.sf-sec-mrg-top {
  margin-top: 40px;
}

.sf-sec-mrg-btm {
  margin-bottom: 40px;
}

.sf-sec-mrg-lft {
  margin-left: 40px;
}

.sf-sec-mrg-rgt {
  margin-right: 40px;
}

/*PADDINGS*/
.sf-pdd-none {
  padding: 0px;
}

.sf-sd-pdd-top {
  padding-top: 80px;
}

.sf-sd-pdd-btm {
  padding-bottom: 80px;
}

.sf-sd-pdd-lft {
  padding-left: 80px;
}

.sf-sd-pdd-rgt {
  padding-right: 80px;
}

.sf-pri-pdd-top {
  padding-top: 60px;
}

.sf-pri-pdd-btm {
  padding-bottom: 60px;
}

.sf-pri-pdd-lft {
  padding-left: 60px;
}

.sf-pri-pdd-rgt {
  padding-right: 60px;
}

.sf-sec-pdd-top {
  padding-top: 40px;
}

.sf-sec-pdd-btm {
  padding-bottom: 40px;
}

.sf-sec-pdd-lft {
  padding-left: 40px;
}

.sf-sec-pdd-rgt {
  padding-right: 40px;
}

/*POSITIONS*/
.sfPositionRel {
  position: relative;
}

.sfPositionAbs {
  position: absolute;
}

/*TEXT ALIGN*/
.sfAlignLeft {
  text-align: left;
}

.sfAlignCenter {
  text-align: center;
}

.sfAlignRight {
  text-align: right;
}

/*TEXT COLOR*/
.sfWhiteTxt {
  color: #fff;
}

.sfBlackTxt {
  color: #000;
}

/*TEXT WEIGHT*/
.sfNormalTxt {
  font-weight: normal;
}

.sfBoldTxt {
  font-weight: bold;
}

/* Float */
.sfFloatLeft {
  float: left;
}

.sfFloatRight {
  float: right;
}

.sfFloatNone {
  float: none;
}

.sfClear {
  clear: both;
}

/*Border Radius */
.sfRadius {
  border-radius: 4px;
}

.sfRound {
  border-radius: 1000px;
}

.sfCircle {
  border-radius: 50%;
}

.sfThumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* =Screen Width
-------------------------------------------------------------- */
.sfInnerwrapper {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.sffluid .sfInnerwrapper {
  width: 96%;
}

.sfnarrow .sfInnerwrapper {
  width: 960px;
}

/* =Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

h1,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  margin-bottom: 10px;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
  color: #666;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
  color: #4d4d4e;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 24px;
  color: #4d4d4e;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 15px;
  color: #4d4d4e;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.sfPageHeader {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

.sfModule > h2 {
  font-size: 20px;
  line-height: 2;
}

p {
  margin: 0 0 10px;
  font: 14px/22px Montserrat, sans-serif;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.sfListNoStyle {
  padding-left: 0;
  list-style: none;
}

.sfListInline {
  padding-left: 0;
  list-style: none;
}

.sfListInline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.sfListInline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #111;
  white-space: nowrap;
  background-color: #eee;
  border-radius: 4px;
}

/* Table Layout */
table {
  max-width: 100%;
  background-color: transparent;
  width: 100% !important;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  font-family: inherit;
  /* border-color: #f1f1f1; */
  border: 1px solid #f1f1f1;
}
table thead {
  background-color: var(--primary-blue);
  color: white;
}

table > thead > tr > th,
table > thead > tr > td {
  color: white;
}

th {
  text-align: left;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  /*padding: 8px 0px 8px 0px;*/
  line-height: 1.4;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}

table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid #cccccc;
  font-weight: 600;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

table table {
  background-color: #ffffff;
}

table.sfTableStriped tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}

/* Form Elements */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}

.sfTextBoxSmall {
  padding: 4px 8px 4px;
  border-radius: 4px;
}

.sfSrcOnly {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px;
  /* IE8-9 */
  line-height: normal;
}

input[type=file] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  height: auto;
}

.sfInputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.sfInputbox:focus {
  border-color: #aaa;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.2);
}

.sfInputbox:-moz-placeholder {
  color: #999999;
}

.sfInputbox::-moz-placeholder {
  color: #999999;
}

.sfInputbox:-ms-input-placeholder {
  color: #999999;
}

.sfInputbox::-webkit-input-placeholder {
  color: #999999;
}

.sfInputbox[disabled],
.sfInputbox[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.sfInputbox {
  height: auto;
}

.sfFormGroup {
  margin-bottom: 15px;
}

.sfFormGroup:after {
  clear: both;
  display: table;
  content: "";
}

.sfFormHorizontal label {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 7px;
}

/* Input Groups */
.sfInputGroup {
  position: relative;
  display: table;
  border-collapse: separate;
}

.sfInputGroup .sfInputbox {
  width: 100%;
  margin-bottom: 0;
}

.sfInputGroupAddon,
.sfInputGroup-btn,
.sfInputGroup .sfInputbox {
  display: table-cell;
}

.sfInputGroupAddon,
.sfInputGroup-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.sfInputGroupAddon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

.sfInputGroupAddon.sfInputPrepend {
  border-right: none;
}

.sfInputGroupAddon.sfInputAppend {
  border-left: none;
}

/* Radio and Checkboxes */
.sfRadio,
.sfCheckbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.sfRadio label,
.sfCheckbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.sfRadio input[type=radio],
.sfRadio-inline input[type=radio],
.sfCheckbox input[type=checkbox],
.sfCheckbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.sfRadio + .sfRadio,
.sfCheckbox + .sfCheckbox {
  margin-top: -5px;
}

.sfRadio-inline,
.sfCheckbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.sfRadio-inline + .sfRadio-inline,
.sfCheckbox-inline + .sfCheckbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.sfRadio[disabled],
.sfRadio-inline[disabled],
.sfCheckbox[disabled],
.sfCheckbox-inline[disabled] {
  cursor: not-allowed;
}

select {
  background: #fafafa;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 5px;
}

select:hover {
  background: #f2f2f2;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

/* =Messages & Validation
-------------------------------------------------------------- */
/*Error*/
input.sfError {
  border: 1px solid #c33d4a;
  box-shadow: 0 1px 2px rgba(195, 61, 74, 0.1) inset;
}

.sfError input,
input.sfError,
.sfError textarea,
textarea.sfError {
  border-color: #c33d4a;
  color: #c33d4a;
}

.sfError input:focus,
input.sfError:focus,
.sfError textarea:focus,
textarea.sfError:focus {
  background: #fafafa;
  border-color: #c33d4a;
}

.sfError label,
label.sfError {
  color: #c33d4a;
}

/*Success*/
input.sfSuccess {
  border: 1px solid #5CB85C;
  box-shadow: 0 1px 2px rgba(92, 184, 92, 0.1) inset;
}

.sfSuccess input,
input.sfSuccess,
.sfSuccess textarea,
textarea.sfSuccess {
  border-color: #5CB85C;
  color: #4CAE4C;
}

.sfSuccess input:focus,
input.sfSuccess:focus,
.sfSuccess textarea:focus,
textarea.sfSuccess:focus {
  background: #fafafa;
  border-color: #5CB85C;
}

.sfSuccess label,
label.sfSuccess {
  color: #5CB85C;
}

/*Warning*/
input.sfWarning {
  border: 1px solid #8A6D3B;
  box-shadow: 0 1px 2px rgba(92, 184, 92, 0.1) inset;
}

.sfWarning input,
input.sfWarning,
.sfWarning textarea,
textarea.sfWarning {
  border-color: #8A6D3B;
  color: #8A6D3B;
}

.sfWarning input:focus,
input.sfWarning:focus,
.sfWarning textarea:focus,
textarea.sfWarning:focus {
  background: #fafafa;
  border-color: #8A6D3B;
}

.sfWarning label,
label.sfWarning {
  color: #8A6D3B;
}

/* Buttons */
.sfBtn {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #3074d7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: auto;
}

.sfBtn:hover,
.sfBtn:focus,
.sfBtn:active,
.sfBtn.active {
  color: #fff;
  text-decoration: none;
  background-color: #2569cc;
}

.sfBtn:active,
.sfBtn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.sfBtn.disabled,
.sfBtn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sfPrimaryBtn:hover,
.sfPrimaryBtn:focus,
.sfPrimaryBtn:active,
.sfPrimaryBtn.active {
  color: #ffffff;
  background-color: #2569cc;
  border-color: #2569cc;
}

.sfWarningBtn {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.sfWarningBtn:hover,
.sfWarningBtn:focus,
.sfWarningBtn:active,
.sfWarningBtn.active {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.sfErrorBtn {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.sfErrorBtn:hover,
.sfErrorBtn:focus,
.sfErrorBtn:active,
.sfErrorBtn.active {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.sfSuccessBtn {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.sfSuccessBtn:hover,
.sfSuccessBtn:focus,
.sfSuccessBtn:active,
.sfSuccessBtn.active {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.sfInfoBtn {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.sfInfoBtn:hover,
.sfInfoBtn:focus,
.sfInfoBtn:active,
.sfInfoBtn.active {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.sfLinkBtn {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.sfLinkBtn,
.sfLinkBtn:active,
.sfLinkBtn[disabled],
fieldset[disabled] .sfLinkBtn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sfLinkBtn,
.sfLinkBtn:hover,
.sfLinkBtn:focus,
.sfLinkBtn:active {
  border-color: transparent;
}

.sfLinkBtn:hover,
.sfLinkBtn:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.sfLinkBtn[disabled]:hover,
fieldset[disabled] .sfLinkBtn:hover,
.sfLinkBtn[disabled]:focus,
fieldset[disabled] .sfLinkBtn:focus {
  color: #999999;
  text-decoration: none;
}

.sfLargeBtn {
  padding: 10px 25px;
  font-size: 18px;
}

.sfSmallBtn {
  padding: 5px 10px;
  font-size: 12px;
}

.sfBlockBtn {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.sfBlockBtn + .sfBlockBtn {
  margin-top: 5px;
}

input[type=submit].sfBlockBtn,
input[type=reset].sfBlockBtn,
input[type=button].sfBlockBtn {
  width: 100%;
}

/* Alerts */
.sfAlert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.sfAlert.sfDismissable {
  padding-right: 35px;
}

.sfAlert.sfDismissable .sfClose {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.sfAlert.sfSuccess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.sfAlert.sfInfo {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.sfAlert.sfWarning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.sfAlert.sfError {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Helper Classes */
.sfClose {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.sfClose:hover,
.sfClose:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.sfClose {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/*Button Groups */
.sfBtnGroup {
  list-style: none;
}

.sfBtnGroup:before,
.sfBtnGroup:after {
  content: " ";
  display: table;
}

.sfBtnGroup:after {
  clear: both;
}

.sfBtnGroup > * {
  margin: 0 0 0 -1px;
  float: left;
  border-radius: 0;
}

.sfBtnGroup > *:first-child {
  margin-left: 0;
}

.sfBtnGroup .sfDropdown-toggle:active,
.sfBtnGroup.open .sfDropdown-toggle {
  outline: 0;
}

.sfBtnGroup > .sf.sfBtn + .sfDropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sfBtnGroup.open .sfDropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sfBtnGroup.open .sf.sfBtn.sfDropdown-toggle {
  background-color: #e6e6e6;
}

.sfButtonWrapper,
.sfButtonWrapper .sfBtn {
  margin-right: 10px;
  /*margin-bottom:15px;*/
}

.sfButtonWrapper.sfFloatRight,
.sfButtonWrapper.sfFloatRight .sfBtn {
  margin-right: 0;
  margin-left: 10px;
}

.sfBtnGroup.sfRadius .sfBtn:first-child {
  border-radius: 3px 0 0 3px;
}

.sfBtnGroup.sfRadius .sfBtn:last-child {
  border-radius: 0 3px 3px 0;
}

.sfBtnGroup.sfRound .sfBtn:first-child {
  border-radius: 1000px 0 0 1000px;
}

.sfBtnGroup.sfRound .sfBtn:last-child {
  border-radius: 0 1000px 1000px 0;
}

/* Media Objects */
.sfMedia,
.sfMediaBody {
  overflow: hidden;
  zoom: 1;
}

.sfMedia,
.sfMedia .sfMedia {
  margin-bottom: 30px;
}

.sfMedia:first-child {
  margin-top: 0;
}

.sfMediaBody.sfWrapImg {
  overflow: auto;
}

.sfMediaObject {
  display: block;
}

.sfMediaHeading {
  margin: 0 0 5px;
}

.sfMedia > .sfFloatLeft {
  margin-right: 20px;
}

.sfMedia > .sfFloatRight {
  margin-left: 20px;
}

.sfMedia .sfMediaHeading {
  margin: 0 0 10px 0;
}

/* Pagination */
.sfPagination {
  margin: 20px 0;
}

.sfPagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
}

.sfPagination ul > li {
  display: inline;
}

.sfPagination ul > li > a,
.sfPagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.sfPagination ul > li > a:hover,
.sfPagination ul > li > a:focus,
.sfPagination ul > .sfActive > a,
.sfPagination ul > .sfActive > span {
  background-color: #f5f5f5;
}

.sfPagination ul > .sfActive > a,
.sfPagination ul > .sfActive > span {
  color: #999999;
  cursor: default;
}

.sfPagination ul > .sfDisabled > span,
.sfPagination ul > .sfDisabled > a,
.sfPagination ul > .sfDisabled > a:hover,
.sfPagination ul > .sfDisabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.sfPagination ul > li:first-child > a,
.sfPagination ul > li:first-child > span {
  border-left-width: 1px;
}

/* Sticky Footer */
html,
body,
body > form {
  height: 100%;
}

.sfSectionwrap {
  min-height: 100%;
}

#sfResponsiveNavBtn > span {
  background: #22a2d2;
}

/* Added */
/*@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway-bold-webfont.ttf') format('truetype'), url('../fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/raleway-light-webfont.eot');
    src: url('../fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-light-webfont.woff') format('woff'), url('../fonts/raleway-light-webfont.ttf') format('truetype'), url('../fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway-medium-webfont.eot');
    src: url('../fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway-medium-webfont.ttf') format('truetype'), url('../fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway-regular-webfont.ttf') format('truetype'), url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway-semibold-webfont.ttf') format('truetype'), url('../fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconFont';
    src: url('../fonts/icon-font.eot');
    src: url('../fonts/icon-font.eot?#iefix') format('embedded-opentype'), url('../fonts/icon-font.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}*/
/* Navigation */
.sfNavigation,
.sfNavigation li.sfActive a {
  background: none;
}

.sfNavigation li.sfActive > a {
  position: relative;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.sf-menu a {
  font-size: 14px;
  text-transform: capitalize;
}

.sf-menu li li a:hover {
  color: #bd0912;
}

.sf-menu > li > a {
  padding: 10px 13px;
  color: #ffffff;
  transition: all 0.3s;
}

.sf-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Media */
.sfMediaBody {
  font: 14px/1.7 Montserrat, sans-serif;
}

h3.sfMediaHeading {
  font: 20px Montserrat, sans-serif;
}

/* HEADER */
#sfHeaders {
  padding: 40px 0;
}

/*  GRID SYSTEM */
.sfInnerwrapper [class*=sfCol_].sfFloatNone {
  float: none;
  margin: 0 auto;
}

.sfInnerwrapper [class*=sfCol_].sfFloatRight {
  float: right;
}

#sfLogin .sfWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0;
}

/* Login Status */
.sfLogininfo li {
  list-style: none;
  float: left;
}

a:focus {
  outline: none;
}

.sfLogininfo ul {
  float: right;
  margin: 0;
}

.sfLogininfo ul li {
  float: left;
}

.sfLogininfo ul li:first-child {
  margin-right: 0;
}

.sfLogininfo ul li a {
  display: inline-block;
  color: #fff;
}

.sfLogininfo ul li.sfLogin a {
  background: #22a2d2;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.sfLogininfo ul li.sfLoginCredInfo a {
  padding: 5px;
  width: 35px;
  border-radius: 0 5px 5px 0;
  background: #22a2d2 url(../images/login-cred-info.png) no-repeat center;
  text-indent: -9999px;
}

.sfLogininfo ul li.sfLoginCredInfo a:hover {
  cursor: help;
}

.sfLoginCredInfo .sfLoginCredInfoBox:before {
  content: "";
  display: block;
  height: 16px;
  margin-top: -32px;
  width: 100%;
}

.sfLogininfo ul li.sfWelcomeMsg {
  border: none;
  display: none;
}

.sfLoginCredInfo {
  position: relative;
}

.sfLoginCredInfo .sfLoginCredInfoBox {
  display: none;
  width: 245px;
  border: 1px solid #c9c9c9;
  background: #f2f2f2;
  padding: 15px 20px;
  border-radius: 2px;
  position: absolute;
  top: 50px;
  right: -65px;
  z-index: 99;
}

.sfLoginCredInfo:hover .sfLoginCredInfoBox {
  display: block;
}

.sfLoginCredInfo .sfLoginCredInfoBox h6 {
  margin-bottom: 20px;
  font-size: 14px;
}

.sfSuperUserInfo {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}

.sfAdminInfo {
  margin-bottom: 8px;
}

.sfSuperUserInfo p,
.sfAdminInfo p {
  margin: 0px;
  font-size: 13px;
}

.sfLoginCredInfo span {
  font-weight: bold;
}

.triangle {
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #c9c9c9;
  position: absolute;
  top: -21px;
  right: 74px;
}

/* BANNER */
#sfBanner {
  background-color: var(--primary-blue);
  position: sticky;
  top: 0;
  z-index: 56;
}

#sfSlider .sfBannerDesc {
  background: none;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#sfSlider .sfContent h1 {
  font: 34px Montserrat, sans-serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#sfSlider p {
  font-size: 80px;
  font-family: "Montserrat";
  color: #fff;
  text-transform: uppercase;
}

.sfInnerBanner {
  height: 150px;
  background: url(../images/sfbanner-inner.jpg) no-repeat center top !important;
  text-align: center;
  color: #eee;
  position: relative;
}

.sfInnerBanner h1 {
  margin: 0;
  width: 90%;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/* HOMECONTENT */
.step [class*=icon-] {
  font-size: 80px;
  margin-right: 0;
}

/* FOOTER */
.sfFootermenu li {
  width: 50%;
  float: left;
  margin-right: 0;
}

.sfFootermenu li a {
  color: #555;
  background: url(../images/arrow_right.png) no-repeat left center;
  padding: 5px 0 5px 15px;
  display: inline-block;
}

.social h4 {
  display: inline-block;
}

.social li {
  float: left;
  list-style: none;
  width: 20%;
}

/* .social li a { text-transform:uppercase; color:#393939; display:inline-block; line-height:32px; margin-top:5px;}
*/
.social li a span {
  float: left;
  font-size: 20px;
}

/* Documentation*/
hr {
  border: none;
  border-top: 1px solid #ddd;
  clear: both;
  height: 0;
  margin: 40px 0;
}

.demoGrid [class*=sfCol_] > div {
  background: #ffe4ee;
  text-align: center;
  padding: 3px 0;
  font-family: sans-serif;
}

.demoGrid [class*=sfCol_] {
  margin-bottom: 10px;
  padding: 0 5px;
}

.demoGrid #sfLeft,
.demoGrid #sfRight,
.demoGrid #sfMainWrapper {
  margin-bottom: 0;
}

.demoGrid #sfLeft > div,
.demoGrid #sfRight > div,
#sfMainWrapper > div {
  background: none;
}

.sfDocsBlock .sf-menu li.sfParent > ul {
  display: none;
}

.sfDocsBlock .sf-menu li:hover > ul {
  display: block;
}

.sfDocsBlock .sf-menu li.sfParent ul li a {
  font-size: 13px;
}

.sfDocsBlock {
  margin-bottom: 60px;
  clear: both;
}

.sfDocsBlock h2[id] {
  padding-top: 55px;
  margin-top: -45px;
}

/* List Group */
.sfListGroup li {
  list-style: none;
}

.sfListGroup li a {
  border: 1px solid #dfdfdf;
  border-bottom: none;
}

.sfListGroup li:first-child a {
  border-radius: 5px 5px 0 0;
}

.sfListGroup li:last-child a {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0 0 5px 5px;
}

.sfListGroup li a {
  display: block;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
}

.sfListGroup li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.sfListGroup li a.active {
  background: #507084;
  color: #fff;
}

.sfHtmlview .sfDocsBlock {
  margin-bottom: 0 -15px 0 -15px 60px;
}

.sfRequired,
.Required {
  font-size: 16px;
}

input.sfRequired,
input.sfRequired:focus {
  border-color: #C33D4A;
  color: #C33D4A;
}

.sfMapWrapper {
  border-radius: 5px;
  border: 5px solid #ddd;
}

.sfStickySidebar.active {
  position: fixed;
  top: 60px;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "iconFont";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-layout:before {
  content: "\e601";
  color: #91b8bf;
}

.icon-page:before {
  content: "\e602";
  color: #bfb591;
}

.icon-module:before {
  content: "\e603";
  color: #9fc091;
}

.icon-twitter:before {
  content: "\e604";
}

.icon-facebook:before {
  content: "\e605";
}

.icon-linkedIn:before {
  content: "\e606";
}

.icon-youtube:before {
  content: "\e607";
}

a.icon-edit:before,
.sfTopbar [class^=icon-]:before,
.sfTopbar [class*=" icon-"]:before {
  font-family: "sageframe" !important;
}

/* Contact Us */
.feedback-panel,
.googlemap {
  width: 90%;
}

.googlemap {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#sfSlider li img {
  max-width: none;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sfHorz #sfSlider li img {
  left: auto;
  -webkit-transform: translate(0%);
  -moz-transform: translate(0%);
  -ms-transform: translate(0%);
  -o-transform: translate(0%);
  transform: translate(0%);
}

.sfAlignCenter > [class*=sfCol_] {
  display: inline-block;
  float: none;
}

.shadow {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/*----------------custom css starts------------------*/
.sfLatestNews .viewall {
  width: 165px;
  margin: auto;
}

.viewall a {
  padding: 12px 45px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #3074d7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
  border: solid 1px #3273d3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: 600;
}

.sidelatest .viewall a,
#ImageViewPlaceHolder .viewall a.readmore {
  box-shadow: none;
  padding: 5px 10px;
}

.sidelatest .sfLatestNews .UpdateDesc {
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sidelatest .sfLatestNews .UpdateDesc h4 a {
  font-size: 1rem;
  overflow: hidden;
  margin-bottom: 5px;
}

.viewall a:hover,
.detailNews .readmore:hover {
  text-decoration: none;
  background-color: #2569cc;
}

#sfHeadertop .sfInnerwrapper .sfMoreblocks {
  display: flex;
  align-items: center;
}
#sfHeadertop .sfInnerwrapper .sfMoreblocks > div {
  width: auto;
}

#sfOfficename {
  flex: 1;
}

.homelogo .sfLogo a img {
  width: 110px;
  height: auto;
}

#sfToplinks {
  float: right;
  padding-right: 0;
}

.toplinks li {
  display: inline-block;
  padding-right: 20px;
}

.toplinks li a {
  font: 13px Montserrat, sans-serif;
  font-weight: 400;
}

#sfToplinks div {
  display: block;
}

.sfLanguageContainer span.sfFormlabel {
  display: none;
}

.officials h1,
.officials h2 {
  text-align: center;
}

.officials h2 {
  margin: 30px 0 55px 0;
}

#sfMiddlebottom {
  border-top: 1px solid #f1f1f1;
  padding: 30px 0;
}

#sfMiddlebottom2 {
  background: #f7f7f7;
  padding: 40px 0;
}

#sfMiddletop {
  background: #f7f7f7;
  padding: 30px 0;
}

#sfMiddlemaintop {
  background-color: var(--primary-blue);
  padding: 30px 0;
}

#sfBodyContent {
  padding: 40px 0;
}

.latestNotice {
  padding: 50px 0 70px 0;
}

#sfNotices h1 {
  font-size: 26px;
  margin: 0 0 15px;
}

.sfLatestNews ul li {
  display: flex;
  padding: 0;
  align-items: flex-start;
  margin-bottom: 14px;
}

.latestNotice h1 {
  margin-top: 0px;
  margin-bottom: 36px;
}

.sfLatestNews li a,
.sfLatestNews li .UpdateDesc {
  display: inline-block;
  vertical-align: top;
}

.sfLatestNews li .UpdateDesc {
  flex: 1;
}

.sfLatestNews li .UpdateDesc span.Date,
.resources li span.Date {
  font-size: 12px;
  opacity: 0.75;
}

.sfLatestNews li .UpdateDesc h4,
.resources li p.date {
  margin-bottom: 5px;
  font-size: 0.7rem;
  color: white;
}

/*#sfGallery {padding-left:9%;}*/
#sfGallery li {
  display: inline-block;
  max-height: 188px;
  overflow: hidden;
}

#sfGallery li:first-child {
  position: relative;
}

#sfGallery li:first-child h2 {
  background: rgba(48, 116, 215, 0.8) none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.photoGalleryWrapper span {
  display: block;
  margin-left: 20%;
  margin-top: 25%;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

#sfGallery img {
  margin-right: -4px;
}

#sfGallery img,
#sfFooter ul li a {
  transition: all 0.3s ease-in-out 0.5s;
}

#sfGallery img:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

.sfWrap0 {
  background: url(../images/footerBg.jpg) repeat-x;
  background-size: cover;
  padding-top: 20px;
  position: relative;
  color: white;
}
.sfWrap0:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0067ff;
  z-index: 0;
  opacity: 0.35;
}
.sfWrap0 .sfBlockwrap {
  position: relative;
  z-index: 1;
}

#sfFooter a,
#sfFooter p {
  color: #fff;
}

#sfFooter ul li {
  line-height: 30px;
}

#sfFooter ul li a:hover {
  color: #f00;
  transition: all 0.3s;
}

#sfFooter ul.list li a:before {
  /*content: "";*/
  height: 20px;
  width: 20px;
  background: url(../images/Icon_footerList.png) no-repeat 0px 11px;
  display: block;
  float: left;
}

.footer_embassy img {
  margin: 6px 15px 0 0;
}

#sfCopyrightwrapper .sfInnerwrapper {
  padding: 30px 0;
}

p.copyright {
  font: 11px "Montserrat";
  color: #fefeff;
}

ul.social {
  margin-bottom: 0px;
}

ul.social li {
  opacity: 0.8;
}

ul.social li:hover {
  opacity: 1;
}

.innercontentwrapper {
  margin: 70px 0;
}

#signin_menu {
  display: none;
}

.resources h1 {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 30px;
}

.news {
  display: flex;
  flex-direction: row-reverse;
}

.pdf {
  float: left;
}

.news_detail {
  flex: 1;
  margin-right: 15px;
}

/*.resources  li:before{content:""; height:20px; width:20px; margin-top:0px; background:url(../images/icon_download.png) no-repeat 15px 13px; 
border:2px solid #3074d7; border-radius:50%; padding:15px; display:block; float:left;}*/
/*.resourceDesc > div {    padding-left: 70px;}*/
.introduction > h1 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
}

.introduction > p {
  width: 95%;
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
  text-align: justify;
}

.searchBy {
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.1);
}

.searchBy > h2 {
  text-align: left;
  margin-bottom: 15px;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.searchInput {
  float: left;
}

.searchInput > label {
  display: block;
}

#passport,
#sticker {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.4;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
}

.Btn {
  padding: 10px 25px;
  -moz-user-select: none;
  background-color: #3074d7;
  border: 1px solid #3273d3;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 15px;
}

.photoGalleryWrapper {
  max-width: 100%;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.photoGalleryWrapper > div {
  position: relative;
  float: left;
  padding: 0 15px;
}

.photoGalleryWrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#sfGallery img {
  margin-right: 0;
}

#sfGallery h1 {
  text-align: left;
}

.act h1 {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
}

.act > p {
  width: 95%;
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
  text-align: justify;
}

.staffdescription h1 {
  font-size: 18px;
  text-align: center;
}

.sidelatest .sfLatestNews ul {
  -moz-column-count: auto;
}

.sidelatest .sfLatestNews ul li {
  margin-bottom: 0;
  width: 100%;
}

.sidelatest .sfLatestNews {
  width: 100%;
}

.sidelatest .UpdateDesc h4 {
  margin-top: 0;
}

.sidelatest h1.sfLocale {
  font-size: 24px;
  margin: 20px 0 10px 0;
  text-align: left;
}

.searchInput {
  width: 100%;
}

.sidelatest {
  border: 1px solid #ebebeb;
  overflow: hidden;
  padding: 0 15px 10px;
}

.UpdateDesc h4 a {
  width: 100%;
  text-overflow: ellipsis;
  display: block;
  /* white-space: nowrap; */
  line-height: 1.25;
  font-size: 1em;
  margin-bottom: 10px;
}
.UpdateDesc p {
  display: none;
}

.sidelatest .newsImg {
  width: 80px;
}

.sidelatest .sfLatestNews li .UpdateDesc {
  width: 100%;
}

/*.staffWrapper li {
  width: 33%;
  float: left;
  padding: 0 10px;
}*/

.staffWrapper ul {
  margin: 0 -10px;
}

.photoGalleryWrapper > div {
  height: 187px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  width: 50%;
}

.mask a {
  transition: all 0.3s;
}

.photoGalleryWrapper div:hover .mask a {
  height: 100%;
  left: 15px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  background: rgba(189, 9, 18, 0.8);
  text-align: center;
  text-decoration: none;
}

.photoGalleryWrapper .mask a h3 {
  color: #fff;
  padding-top: calc(25% - 10px);
}

.list > h3,
.list > span,
.embheader {
  color: #ffffff;
  font-size: 18px;
  font-family: "ralewaybold";
  display: block;
}

#sfContact ul {
  color: #fff;
}

.emb li a {
  padding-left: 35px;
}

.ko {
  background: url(../images/flag1.jpg) no-repeat left center;
}

.ku {
  background: url(../images/flag2.jpg) no-repeat left center;
}

.ma {
  background: url(../images/flag3.jpg) no-repeat left center;
}

.om {
  background: url(../images/flag4.jpg) no-repeat left center;
}

.qu {
  background: url(../images/flag5.jpg) no-repeat left center;
}

.sa {
  background: url(../images/flag6.jpg) no-repeat left center;
}

.un {
  background: url(../images/flag7.jpg) no-repeat left center;
}

.homelatest {
  padding-top: 20px;
  padding-bottom: 40px;
}

.copy {
  color: #fff;
  font-size: 12px;
}

.sf-menu li.sfActive {
  color: white;
  background: #bd0912;
  border: none;
}
.sf-menu li.sfFirst a span.sfPagename {
  font-size: 0;
}
.sf-menu li.sfFirst a span.sfPageicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.sf-menu li.sfFirst a span.sfPageicon:before {
  content: "\f015";
}

.sf-menu > li.sfParent > a {
  position: relative;
}

.sf-menu > li.sfParent > a > .sfPagename {
  margin-right: 6px;
}

.newsImg {
  overflow: hidden;
  margin-right: 1.5rem;
  width: 140px;
  display: none;
}
.newsImg img {
  width: inherit;
  height: inherit;
}

.UpdateDesc h4 a {
  color: #bd0912;
  font-size: 14px;
  margin-bottom: 2px;
  line-height: 1.5;
}

.innerbanner img {
  width: 100%;
}

.jitco li,
.regulation li {
  list-style-type: none;
}

.jitco ul,
.regulation ul {
  padding-left: 15px;
}

/***************** news**********************/
.divNewsList li .sfCourseImagewrapper {
  display: inline-block;
  max-width: 30%;
  vertical-align: top;
}

.divNewsList li .sfContentwrapper {
  display: inline-block;
  flex: 1;
  vertical-align: top;
}

.docWrap {
  display: flex;
  margin: 0 -10px;
}
.docWrap > div {
  padding: 0 10px;
}

.divNewsList .Documents {
  margin-bottom: 10px;
}

.divNewsList .Documents span {
  font: 13px Montserrat, sans-serif;
  font-weight: bold;
}

#sfNews h1 {
  margin: 0;
}

/*.newsinner .readmore {
    background: #3074d7;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}*/
/*.newsinner .readmore:hover {
    background: #2569cc;
}*/
/*.newsinner .readmore span::after {
    background: rgba(0, 0, 0, 0) url("../images/whiteArrow.png") no-repeat scroll 5px center;
    content: "";
    padding-right: 10px;
}*/
/*.newsinner .readmore .sfLocale {
    color: #fff;
    font-weight: 600;
}*/
.sfLoggedTopBar #sfHeadertop {
  min-height: 53px;
  margin-bottom: 20px;
}

/*.view img {

  height: 100%;

}*/
.sfInputbox:focus {
  border-color: #22a2d2;
  box-shadow: 0 1px 1px rgba(34, 162, 210, 0.175) inset, 0 0 4px rgba(34, 162, 210, 0.3);
  outline: 0 none;
}

.cssClassResetMargin h3 {
  margin-top: 0;
}

.sfFormGroup label {
  font-weight: 600;
}

h3.categoryHeader {
  background: rgba(0, 0, 0, 0) url("../images/right-arrow.png") no-repeat scroll center center;
}

/*.divCategoryList li{display: none;}*/
#sfGallery h1.sfLocale {
  margin-top: 0;
}

.mapholder {
  margin-top: 30px;
}

#sfToplinks {
  position: relative;
}

#sfToplinks div.switch {
  float: right;
}

#sfToplinks div.status {
  float: right;
  margin-left: 15px;
}

.homebanner .bannerimg {
  height: 60vh;
}

.innerbanner .bannerimg {
  height: 400px;
}

.Topstaffwrapper {
  display: inline-block;
  max-height: 302px;
  max-width: 1205px;
  text-align: left;
}

.officials {
  text-align: center;
}

.cssClassFlagButtonHor > img {
  position: relative;
  vertical-align: middle;
}

.search {
  background: #d9e9f6;
  padding: 20px;
  margin-bottom: 20px;
}

.search .cssClassButtonWrapper input {
  width: 120px;
  border: none;
}

#sfSearchpp {
  position: relative;
}
#sfSearchpp .sfMoreblocks > div {
  padding: 8px 4px;
}
#sfSearchpp .searchcard {
  display: none;
}
#sfSearchpp .searchcard:last-child {
  margin: 0;
}

/*#sfSearchpp {
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 30px;
    padding-top: 30px;
}

#sfSearchpp h2 {
    color: #fff;
    padding-right: 50px;
}

#sfSearchpp .sfFormGroup label {
    display: none;
}

#sfSearchpp .sfFormGroup {
    margin-bottom: 0;
    width: 25%;
}*/
/*.passportSearch {
    text-align: center;
}

#sfSearchpp .sfBtn {
    height: 40px;
    padding: 9px 30px;
}

#sfSearchpp input {
    width: 98%;
    background: rgba(0,0,0,0.5);
    border: 1px solid #474748;
    border-radius: 0;
}

#sfSearchpp .cssClassButtonWrapper input {
    border: none;
}

#sfSearchpp .sfInputbox {
    height: 40px;
}

#sfSearchpp .sfFormGroup, #sfSearchpp .cssClassButtonWrapper, #sfSearchpp h2 {
    display: inline-block;
    vertical-align: top;
}*/
.sfFormlabel.clearfix > li {
  border-bottom: 1px solid #ebebeb;
  float: left;
  list-style-type: none;
  padding: 20px 10px;
  width: 100%;
}

.sfFormlabel.clearfix > li:first-of-type {
  padding-top: 0;
}

.sfFormlabel.clearfix > li:last-of-type {
  border-bottom: none;
}

.sfViewMap.sfBtn {
  padding: 5px 10px;
}

.sfBranchDescrip {
  padding-bottom: 15px;
}

.sfBranchDescrip span {
  margin-bottom: 10px;
}

.sfBranchDescrip span:nth-of-type(odd) {
  font-family: ralewaybold;
  margin-right: 5px;
}

.sfViewMapWrapper {
  margin-top: 15px;
}

.sfBranchDescrip h3 {
  margin-top: 0;
}

.branch {
  margin: 0 -10px;
}

/*.searchPermission {
    width: 400px;
    float: right;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}*/
/*#sfSearchpp {
    position: relative;
    top: -102px;
    z-index: 100;
}

.searchPermission {
    background: rgba(0, 0, 0, 0.4);
    float: right;
    margin-top: -262px;
    padding: 15px;
    position: relative;
    width: 400px;
    z-index: 100;
    margin-right: 10px;
}*/
/*#sfSearchpp .sfBtn {
    background: #3074d7;
}

#sfSearchpp .sfBtn:hover {
    background: #2569cc;
}

.searchPermission h2 {
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 20px;
}

.searchPermission .sfFormGroup {
    float: left;
    width: 70%;
}

.searchPermission .sfFormGroup input {
    height: 40px;
    background: rgba(0,0,0,0.3);
    border-radius: 0;
    border: 1px solid #5a5a66;
}

.searchPermission .cssClassButtonWrapper {
    float: right;
    width: 25%;
}

.searchPermission .cssClassButtonWrapper input {
    border: none;
    border-radius: 0;
    width: 90px;
}

.sfPassportDetails {
    margin-top: 30px;
}

#PassportMainshowTable table {
    border: 1px solid #ebebeb;
    width: 96%;
}

#prePermissionMainshowTable table, #prePermissionDetailshowTable table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
}

#prePermissionDetailshowTable table td, #prePermissionDetailshowTable table tr, #prePermissionDetailshowTable table th, #RashowTable table th, #RashowTable table td, #RashowTable table tr {
    border: 1px solid #ebebeb;
}

#prePermissionDetailshowTable th, #prePermissionDetailshowTable td, #RashowTable table th, #RashowTable table td, #RashowTable table tr {
    text-align: center;
    vertical-align: middle;
}*/
.sfPassportDetails {
  clear: both;
  display: block;
  padding-top: 30px;
}

.innersearch .sfFormGroup {
  width: 500px;
}

.ui-autocomplete {
  background: #fff;
  overflow: hidden;
}

.ui-autocomplete li {
  cursor: pointer;
}

.ui-autocomplete li:hover {
  background: #eee;
}

#PassportMainshowTable tr:first-child,
#prePermissionMainshowTable tr:first-child {
  color: #3074d7;
  font-family: ralewaybold;
}

.searchpanel {
  background: #d9e9f6;
  padding: 20px;
}

.searchpanel > h2,
.searchpanel .cssClassResetMargin {
  display: inline-block;
  vertical-align: top;
}

.searchpanel .cssClassResetMargin {
  width: 90%;
}

.searchpanel #ltnorange .sfFormGroup,
.searchpanel #ltnorange .cssClassButtonWrapper {
  display: inline-block;
  vertical-align: top;
}

.tarrow {
  background: #3074d7 url(../images/arrowside.png) no-repeat 96% center;
  transition: background 0.3s ease-in-out;
}

.tarrow.upward {
  background: #3074d7 url(../images/arrowup.png) no-repeat 96% center;
}

.tarrow {
  padding-right: 50px;
  margin-top: 15px;
}

#ltnotext {
  height: 40px;
}

.innerHolder,
.sfPassportDetails,
.innerpanel,
#RashowTable > table {
  margin: auto;
  max-width: 1250px;
  width: 96%;
}

.toplink {
  float: right;
}

div.toplink {
  display: inline-block;
}

.toplink li a {
  display: inline-block;
}

.toplink ul li {
  list-style: none;
  float: left;
  padding: 0 15px;
  line-height: 2.5;
}

.toplink div.sfModulecontent.clearfix {
  display: inline-block;
}

.defaultButtonClass {
  display: inline-block;
  left: 10px;
  margin: auto;
  position: relative;
  top: 1px;
}

.FlagButtonWrapper {
  min-width: 70px !important;
  overflow: hidden;
  padding: 0;
}

.sfLogininfo ul li.sfLogin a {
  background: #f53740 url(../images/login_03.png) no-repeat 12px center;
  border-radius: 0;
  color: #ffffff;
  padding: 4px 10px 4px 34px;
  border-right: transparent;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.3s;
}
.sfLogininfo ul li.sfLogin a:hover {
  background-color: #f8676e;
  text-decoration: none;
}

.detailNews .newsImg {
  display: block;
  margin: 15px 0;
  width: 100%;
}

.sfNewsDetails .newsImg .PhotoAlbumImagescolorbox {
  cursor: zoom-in;
  display: block;
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  width: inherit;
  background: #c3c3c3;
}
.sfNewsDetails .newsImg .PhotoAlbumImagescolorbox img {
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}
.sfNewsDetails .newsImg .PhotoAlbumImagescolorbox:hover img {
  opacity: 0.65;
}

.detailNews .newsDesc {
  display: block;
  width: 100%;
  clear: both;
  padding-top: 20px;
}

.detailNews h1 {
  text-align: left;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0;
}

.detailNews .readmore {
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  margin-top: 15px;
  border-radius: 3px;
  color: #fff;
  background-color: #3074d7;
  border: solid 1px #3273d3;
  user-select: none;
  display: inline-block;
}

.AllAlbum {
  padding-bottom: 20px;
}

.AllAlbum li {
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  transition: all 0.3s;
}
.AllAlbum li p {
  font-weight: 500;
  margin: 0;
  padding: 5px 10px;
}
.AllAlbum li:hover {
  background-color: #f1f1f1;
}

.PhotoAlbum {
  cursor: pointer;
  display: block;
}
.PhotoAlbum img {
  width: 100%;
  object-fit: cover;
  height: 180px;
}

.AlbumPhotos,
.AllAlbum ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
}
.AlbumPhotos a,
.AllAlbum ul a {
  height: 100%;
  display: block;
}
.AlbumPhotos a img,
.AllAlbum ul a img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.AlbumPhotos a {
  display: inline-block;
  height: 180px;
}

.AlbumPhotos .viewall {
  clear: both;
  display: block;
  text-align: left;
}

#ImageViewPlaceHolder .viewall {
  text-align: left;
}

.pagination {
  clear: both;
  display: block;
  margin-top: 10px;
}

.pagination span,
.pagination a {
  padding: 0 10px;
  color: #fff;
  background: #98b6e3;
  margin: 5px;
  transition: all 0.5s linear;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}
.pagination span:hover,
.pagination a:hover {
  text-decoration: none;
}
.pagination span.current,
.pagination a.current {
  background-color: var(--primary-blue);
}

.pagination span:hover,
.pagination a:hover {
  background: #2569cc;
}

.gallery .viewall .readmore {
  text-align: left;
}

.innerHolder input {
  width: 100%;
  max-width: 500px;
}

.cssClassSelectedFlag {
  border-bottom: 2px solid #bd0912;
}

.defaultButtonClass li:nth-of-type(1) > img {
  margin-top: 9px;
}

.defaultButtonClass li:nth-of-type(2) > img {
  margin-top: 5px;
}

.sfwide.sfLoggedTopBar {
  margin-top: 45px;
}

.sfDocList h6 {
  color: #4d4d4e;
  display: block;
  margin-bottom: 10px;
}

h3.categoryHeader {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-bottom: 5px;
  padding-top: 8px;
  color: #4d4d4e;
}

.sfDocList {
  list-style: none;
  padding-bottom: 10px;
}

.ncDocHeader {
  padding-left: 20px !important;
}

.sfFieldItems {
  padding: 0 0 0 20px;
}

.toggledoc > span {
  cursor: pointer;
}

.Main_menu {
  display: block;
  clear: both;
}

#sfFooter .sfHtmlview > h3 {
  color: #fff;
}

.view {
  width: 33.33%;
  max-height: 300px;
  overflow: hidden;
}

.dd {
  display: block;
  clear: both;
}

.tableHolder {
  overflow: auto;
}

.tree ul > li > a {
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #666666;
  display: inline-block;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.tree li a span {
  color: #0959b2;
  font: 10px "ralewaymedium";
}

.tree .hierarchytitle {
  color: #000000;
  display: block;
  font-family: "ralewaysemibold";
  font-size: 10px;
  max-width: 200px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.positiontable tr:last-of-type td {
  border-bottom: none;
}

.positiontable td {
  text-align: left;
}

.positiontable tr {
  border-top: 1px solid #ebebeb;
  margin-top: 5px;
}

.positiontable tr:last-of-type td {
  border-bottom: none;
}

.positiontable td {
  text-align: left;
}

.hierachy .sfGridwrapper.wrapperlist table {
  border: 1px solid #ebebeb;
  margin-top: 30px;
  max-width: 400px;
  overflow: auto;
}

.hierachy .sfGridwrapper.wrapperlist table th,
.hierachy .sfGridwrapper.wrapperlist table tr,
.hierachy .sfGridwrapper.wrapperlist table td {
  border: 1px solid #ebebeb;
}

table.positiontable {
  margin-bottom: 0;
}

.tree {
  background: rgba(246, 245, 244, 0.3) none repeat scroll 0 0;
  overflow: auto;
}

.hierachy .sfModulecontent {
  padding-top: 40px;
}

.tree > ul {
  min-width: 2000px;
  padding-bottom: 20px;
  margin: auto;
  overflow-y: hidden;
}

.propDetail {
  padding: 20px;
}

.viewDetail {
  cursor: pointer;
  background: #ebebeb;
  padding: 0.3rem 0.75rem;
  border-radius: 15px;
  text-decoration: none;
}
.viewDetail:hover {
  background-color: #d2d2d2;
  text-decoration: none;
}

div.cssClassCarousel {
  height: 30px;
}

.toplink ul {
  float: right;
  margin: 0;
}
.toplink ul li a {
  color: white;
  opacity: 0.8;
  text-decoration: none;
  transition: all 0.3s;
}
.toplink ul li a:hover {
  opacity: 1;
}

.sfImageholder {
  position: relative;
}
.sfImageholder:before {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

div.cssClassLeftScroll,
div.cssClassRightScroll {
  display: none !important;
}

.cssClassCarousel ul li {
  border-bottom: 2px solid transparent;
}
.cssClassCarousel ul li.cssClassSelectedFlag {
  border-color: #bd0912;
}

.searchcard {
  padding: 1.5rem 1.5rem;
  background: white;
  margin: 30px 0;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.searchcard h2 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.5;
}
.searchcard label.sfLocale {
  display: none;
}
.searchcard .sfInputbox {
  border-radius: 20px;
}

.sfBtn {
  border-radius: 20px;
  background-color: #bd0912;
  border: none;
  min-width: 80px;
}
.sfBtn:hover, .sfBtn:active, .sfBtn:visited, .sfBtn:focus {
  background-color: #ee0b17;
}

#sfFulltopspan {
  background-color: #f7f7f7;
  padding: 100px 0;
}

#sfMenulinks {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  background: white;
}

/*SEWA COLUMN*/
.sewas {
  background: white;
  border-radius: 10px;
  margin: 10px 0;
}

.section-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.sewarow {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sewarow > a {
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
}
.sewarow > a * {
  display: block;
}
.sewarow > a:hover .fa:before {
  background: #ee0b17;
}
.sewarow .icons {
  transition: 0.3s ease all;
}
.sewarow .icons .fa:before {
  background: #bd0912;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  line-height: 60px;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 5px;
  display: block;
}
.sewarow .icons:hover {
  transform: scale(1.25);
}

.persons {
  text-align: center;
  cursor: pointer;
  padding: 1rem;
}
.persons h3 {
  margin-top: 0;
  font-size: 20px;
}
.persons .persons_image {
  margin-bottom: 1rem;
}
.persons .persons_image img {
  border-radius: 10px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.persons_informations .title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.persons_informations .contact {
  color: #bd0912;
}

#sfGallery {
  padding: 1rem 2rem;
}

.pdf img {
  width: 32px;
  padding: 5px;
}

#sfSocial a {
  margin-right: 10px;
  transition: all 0.3;
}
#sfSocial a:hover {
  opacity: 1;
}

.bannerText .sfInputbox {
  border-radius: 20px;
}

#video-gallery a {
  margin-bottom: 30px;
  display: block;
  max-width: 100%;
  height: auto;
}

.sfMiddlemainbottom .sfCol_100 {
  padding: 0;
}

.text-center {
  text-align: center;
}

.personnels > div {
  padding: 0 0 20px 0;
  flex: 1;
}

.officename {
  text-align: center;
  padding: 4px 0;
}
.officename p {
  color: var(--primary-red);
  font-weight: 500;
  padding: 2px 0;
  margin: 0;
  font-size: 0.9rem;
}
.officename h1 {
  font-size: 40px;
  color: var(--primary-blue);
  font-weight: bolder;
  text-align: center;
  padding: 3px 0;
  margin: 0;
  text-transform: none;
}

.personnels {
  text-align: center;
  margin: 0 -15px;
}
.personnels-footer {
  display: flex;
}
.personnels-footer h3 {
  color: white;
}
.personnels-footer .staffdescription {
  color: #333;
}
.personnels-footer .persons_informations h2,
.personnels-footer .persons_informations p {
  color: white;
}

@media screen and (max-width: 768px) {
  .personnels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #sfLogin {
    display: none;
  }
  .searchcard {
    min-height: auto;
  }
}
.personnels > .persons {
  margin: 15px 10px;
  flex: 1;
}

.persons img {
  margin: 2px 0 12px 0;
  max-width: 100%;
  height: 100px;
  border: 3px solid #ededed;
  border-radius: 10px;
  min-width: 100px;
  object-fit: cover;
}
.persons h2 {
  font-size: 16px;
  margin: 0;
}
.persons p {
  font-size: 0.75rem;
  margin: 0;
}

.title {
  font-size: 20px;
  margin-top: 13px;
}

.other_information {
  margin: 5px 0;
  font-size: 16px;
}

.more-searches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
}

.more-searches a {
  padding: 1rem 1.5rem;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex: 1;
  text-decoration: none;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s;
}
.more-searches a:hover {
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
  background: #2460b9;
  color: white;
}
.more-searches a:hover i {
  transform: scale(1.1);
  color: #2460b9;
  background: white;
}
.more-searches a i {
  transform: scale(0.9);
  transition: all 0.3s;
  margin-bottom: 15px;
  font-size: 24px;
  width: 64px;
  background: #2460b9;
  text-align: center;
  vertical-align: baseline;
  line-height: 64px;
  border-radius: 50%;
  height: 64px;
  color: white;
}

@media only screen and (max-width: 768px) {
  #sfHeadertop .sfInnerwrapper .sfMoreblocks {
    width: auto;
    flex-direction: column;
  }
  .more-searches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .homelogo .sfLogo a img {
    width: 80px;
    margin: 10px 0 0 0;
  }
}
#sfMiddlemaincurrent {
  padding: 40px 0;
}

.photogallery h1 {
  margin: 0 0 30px 0;
}

#sfBanner #sfResponsiveNavBtn {
  display: none;
}

.officeintro {
  padding: 20px 0 70px;
}
.officeintro img {
  margin-bottom: 20px;
}

.Documents a {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #bd0912;
  color: white;
  text-decoration: none;
}
.Documents a:hover {
  background-color: #8c070d;
}

#sfPagetop {
  background: #bd0912;
  padding: 5px 0;
}
#sfPagetop .sfWrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
  align-items: center;
  flex-wrap: wrap;
}
#sfPagetop .sfWrapper > div {
  margin: 0 5px;
}

.pagetop {
  flex: 1;
}

.pagetop .sfHtmlview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pagetop .sfHtmlview > div {
  flex: 1;
}

.quickcontact,
.pagetop-social {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -4px;
  color: white;
}
.quickcontact > li,
.pagetop-social > li {
  margin: 0 8px;
}
.quickcontact > li i,
.pagetop-social > li i {
  font-size: 1.15rem;
  color: white;
  margin-right: 5px;
}
.quickcontact > li a,
.pagetop-social > li a {
  color: white;
  font-size: 13px;
}
.quickcontact > li a i,
.pagetop-social > li a i {
  font-size: 1.15rem;
  color: white;
}

.bx-viewport,
.bannerimg {
  height: 500px;
}

#sfSearchpp {
  border-bottom: 10px solid var(--primary-blue);
}
#sfSearchpp .sfInnerwrapper {
  width: 96%;
}

.dd .ddTitle {
  padding: 7px 10px;
}

.dd .ddTitle span.ddTitleText {
  color: black;
  align-items: center;
  display: flex;
}

.sfLanguageContainer {
  cursor: pointer;
}

.dd .ddChild ul {
  margin: 0;
}
.dd .ddChild ul li {
  display: flex;
  align-items: center;
  padding: 6px 10px;
}
.dd .ddChild ul li:hover {
  background: #d7d7d7;
}
.dd .ddChild ul li img {
  margin-right: 5px;
}

.news-tab-nav {
  display: flex;
  flex-wrap: wrap;
  background-color: #123c7a;
  padding: 8px 12px;
  margin: 0;
}
.news-tab-nav li {
  padding: 4px 8px;
  margin: 4px;
  cursor: pointer;
  border-radius: 2px;
}
.news-tab-nav li.active, .news-tab-nav li:hover {
  background: #bd0912;
}
.news-tab-nav li span {
  color: white;
}

.tab-bdy {
  background-color: var(--primary-blue);
  color: white;
  padding-bottom: 5px;
}
.tab-bdy ul {
  overflow-y: auto;
}
.tab-bdy ul li {
  padding: 6px 15px;
  margin: 0;
  overflow: hidden;
}
.tab-bdy ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.tab-bdy ul li a {
  color: white;
}
.tab-bdy .readmore {
  margin: 10px 15px 15px 10px;
}

.divNewsList ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
}
.divNewsList ul > li .docWrap {
  display: none;
}

.newslistitem {
  background: #f1f1f1;
  overflow: hidden;
  padding: 15px;
  display: block;
  transition: all 0.3s;
  height: 100%;
}
.newslistitem:hover {
  background: #d8d8d8;
  text-decoration: none;
}
.newslistitem p {
  color: var(--primary-blue);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.newslistitem img {
  margin-bottom: 1rem;
  height: 150px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.newsinner .divNewsList ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media screen and (max-width: 1024px) {
  .sewarow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 980px) {
  .homenewslist .divNewsList ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .newsinner .divNewsList ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .AllAlbum ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .homenewslist .divNewsList ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsinner .divNewsList ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sewarow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sfPlayerContent {
    flex-direction: column;
  }
  .AlbumPhotos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .AllAlbum ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .AllAlbum ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .homenewslist .divNewsList ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .newsinner .divNewsList ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #sfPagetop .sfWrapper {
    justify-content: start;
  }
  .sewarow {
    grid-gap: 15px;
  }
  .sewarow > a {
    padding: 0 5px;
  }
  .sewarow .icons .fa:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .AlbumPhotos ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.bannerNews .yr-rpt {
  display: none;
}

#sfMiddlemaintop .news-tab-nav {
  border-radius: 5px;
  margin-bottom: 10px;
}

.sr_only {
  font-size: 0;
  display: none;
}

.ui-widget-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}

table th {
  font-weight: 600;
}

#divSearchList {
  margin: 1rem 0;
}

.table-filter {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.table-filter .form-group {
  margin: 0 15px 15px 0;
}
.table-filter .form-group label {
  display: block;
}
.table-filter .form-group label.is-inline {
  display: inline;
}

.ui-dialog .ui-dialog-content {
  background: white !important;
  overflow: visible;
  zoom: 1;
  border-radius: 0;
  padding: 15px;
}

.ui-dialog .ui-dialog-buttonpane {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  margin: 0;
}

.contact-info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.contact-info-wrap > div {
  flex: 1;
}

.contact-info-map iframe {
  height: 500px;
}

.contact-info p {
  font-weight: bold;
  font-size: 1.25rem;
}
.contact-info p small {
  font-weight: normal;
}
.contact-info ul {
  margin: 0 -10px;
}
.contact-info ul li {
  margin: 0 -10px;
  display: table-row;
}
.contact-info ul li > * {
  display: table-cell;
  padding: 5px 10px;
}
.contact-info ul li ul {
  padding: 0;
}
.contact-info ul li ul li > a {
  padding: 0 10px;
}

.contact-footer a {
  color: white;
}

> div {
  flex: 0 0 50%;
  margin-bottom: 30px;
}
> div iframe {
  height: 100%;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .contact-info-wrap > div {
    flex: 0 0 100%;
  }
}
.usefullinks ul li a {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  font-size: 1rem;
  line-height: 1.25;
  position: relative;
}
.usefullinks ul li a:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 16px;
  background: url(../images/open.png);
  display: block;
  background-size: 24px;
  opacity: 0.25;
  transition: all 0.3s;
}
.usefullinks ul li a:hover {
  color: var(--primary-blue);
  border-color: var(--primary-blue);
  text-decoration: none;
}
.usefullinks ul li a:hover:after {
  opacity: 1;
}

.search-form-banner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}
.search-form-banner > * {
  margin: 5px 10px;
}
.search-form-banner .sfFormGroup {
  flex: 1;
  min-width: 200px;
}

.sfPlayerContent .carousel {
  max-height: 440px;
  overflow-y: auto;
}

.staff-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.staff-grid-item {
  flex: 0 0 25%;
  padding: 1rem;
  text-align: center;
}
.staff-grid-item.col-single {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}

.depart-name {
  width: 100%;
  text-align: center;
  background-color: var(--primary-blue);
  padding: 0.25rem 0;
  color: white;
  margin: 1rem 0;
}

.bannernews .news-tab-nav li {
  display: inline-block;
}
.bannernews .news-tab-nav li:nth-child(5), .bannernews .news-tab-nav li:nth-child(6), .bannernews .news-tab-nav li:nth-child(7), .bannernews .news-tab-nav li:nth-child(8) {
  display: none;
}

.modal-staff {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.modal-staff.open {
  display: flex;
}
.modal-staff .staff-desc {
  max-width: 600px;
  background-color: white;
  padding: 30px;
  width: 90%;
  text-align: center;
  position: relative;
  border-radius: 5px;
}
.modal-staff .modal-close {
  display: grid;
  place-items: center;
  padding: 0.5rem;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  font-size: 1.25rem;
  text-decoration: none;
}
.modal-staff .modal-close:hover {
  background: rgba(0, 0, 0, 0.25);
}

.btn-download {
  padding: 0.5rem;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: inline-block;
  color: var(--primary-blue);
}
.btn-download:hover {
  background-color: #f1f1f1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.sfNewsDetails {
  padding-bottom: 30px;
}

.copy-wrapper {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.page-actions {
  display: flex;
  margin: 0 -5px;
  align-items: center;
  min-width: 260px;
}
.page-actions > * {
  margin: 0 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.employeetransfer {
  max-width: 600px;
  margin: 0 auto;
}

.sfRow {
  margin: 0 -15px;
}

#mainCaptcha {
  background: #747474;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  user-select: none;
  pointer-events: none;
  font-style: italic;
  margin: 0 1rem 1rem 0;
  color: #b7b7b7;
  letter-spacing: -4px;
}

.user-details {
  overflow: hidden;
  padding-bottom: 3rem;
}

/*# sourceMappingURL=template.css.map */
