.color-white,
.banner-wrapper .container .slide-caption,
.banner-wrapper.captionbg .container .slide-caption {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-muted {
  color: rgba(0, 0, 0, 0.5);
}
.color-muted-inverse {
  color: rgba(255, 255, 255, 0.5);
}
.color-error {
  color: red;
}
.color-info {
  color: #0686c8;
}
.color-success {
  color: #2ac171;
}
.color-gov,
.color-theme {
  color: #fbac1b;
}
.contrast .color-gov,
.contrast .color-theme {
  color: #fff;
}

.bg-theme-light {
  background-color: #fbb534;
}
.contrast .bg-blue {
  background-color: #000;
  outline: 1px solid #3b3b3b;
}

tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
.heading1 {
  font-size: 2em;
}
h2,
.heading2 {
  font-size: 1.75em;
}
h3,
.heading3 {
  font-size: 1.5em;
}
h4,
.heading4 {
  font-size: 1.3em;
}
h5,
.heading5 {
  font-size: 1.1em;
}
h6,
.heading6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  font-weight: 600;
}
.apply-in-home.section-row {
  padding: 0;
}
.home .wpb_wrapper {
  margin: 0;
}
.mr-left-none {
  margin-left: 0 !important;
}
.mr-top-none {
  margin-top: 0 !important;
}
.mr-bottom-none {
  margin-bottom: 0 !important;
}
.mr-right-none {
  margin-right: 0 !important;
}
.mr-none {
  margin: 0 !important;
}
.pd-left-none {
  padding-left: 0 !important;
}
.pd-top-none {
  padding-top: 0 !important;
}
.pd-bottom-none {
  padding-bottom: 0 !important;
}
.pd-right-none {
  padding-right: 0 !important;
}
.pd-none {
  padding: 0 !important;
}
.mr-top5 {
  margin-top: 5px !important;
}
.mr-top7 {
  margin-top: 7px !important;
}
.mr-top10 {
  margin-top: 10px !important;
}
.mr-top15 {
  margin-top: 15px !important;
}
.mr-right5 {
  margin-right: 5px !important;
}
.mr-right7 {
  margin-right: 7px !important;
}
.mr-right10 {
  margin-right: 10px !important;
}
.mr-right15 {
  margin-right: 15px !important;
}
.mr-bottom5 {
  margin-bottom: 5px !important;
}
.mr-bottom7 {
  margin-bottom: 7px !important;
}
.mr-bottom10 {
  margin-bottom: 10px !important;
}
.mr-bottom15 {
  margin-bottom: 15px !important;
}
.mr-left5 {
  margin-left: 5px !important;
}
.mr-left7 {
  margin-left: 7px !important;
}
.mr-left10 {
  margin-left: 10px !important;
}
.mr-left15 {
  margin-left: 15px !important;
}
.pd-top5 {
  padding-top: 5px !important;
}
.pd-top7 {
  padding-top: 7px !important;
}
.pd-top10 {
  padding-top: 10px !important;
}
.pd-top15 {
  padding-top: 15px !important;
}
.pd-right5 {
  padding-right: 5px !important;
}
.pd-right7 {
  padding-right: 7px !important;
}
.pd-right10 {
  padding-right: 10px !important;
}
.pd-right15 {
  padding-right: 15px !important;
}
.pd-bottom5 {
  padding-bottom: 5px !important;
}
.pd-bottom7 {
  padding-bottom: 7px !important;
}
.pd-bottom10 {
  padding-bottom: 10px !important;
}
.pd-bottom15 {
  padding-bottom: 15px !important;
}
.pd-left5 {
  padding-left: 5px !important;
}
.pd-left7 {
  padding-left: 7px !important;
}
.pd-left10 {
  padding-left: 10px !important;
}
.pd-left15 {
  padding-left: 15px !important;
}
.left-align {
  text-align: left !important;
}
.center-align {
  text-align: center !important;
}
.right-align {
  text-align: right !important;
}
.x-scroll {
  overflow-x: auto;
}
.y-scroll {
  overflow-y: auto;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: #f1f1f1;
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
fieldset {
  min-width: inherit;
}
blockquote:before,
blockquote:after {
  content: "";
}
q:before,
q:after {
  content: "";
}
blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

p:last-child {
  margin: 0;
}
.tcon {
  display: none;
}
.icon-share {
  color: #aaa;
}
.icon-facebook {
  color: #3b5998;
}
.icon-twitter {
  color: #1da1f2;
}
.social-group-icon .icon-facebook,
.social-group-icon .icon-twitter,
.social-group-icon .icon-youtube,
.MinisterProfile .icon-facebook,
.MinisterProfile .icon-twitter,
.MinisterProfile .icon-youtube {
  color: #000;
}
.style-7 .social-group-icon:hover .icon-facebook,
.style-7 .social-group-icon:hover .icon-twitter,
.style-7 .social-group-icon:hover .icon-youtube {
  color: #fff;
}
.pagination ul li {
  margin: 0 5px;
}
.word-break {
  word-break: break-all;
}
.paragraph {
  line-height: 1.7em;
}
.show-con {
  display: inline-block;
}
.hide-con {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  white-space: normal;
  outline: none;
  list-style-type: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover,
*:focus,
*.active {
  text-decoration: none;
  outline: none;
}
.alignleft {
  display: block;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.alignright {
  display: block;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.m-hide {
  display: block;
}
.m-show {
  display: none;
}
.wpb_wrapper {
  margin: 0 -15px;
}
.link-selected {
  text-decoration: underline !important;
}
.switch-view .switchViewHead .row .col-lg-1.hide {
  display: block !important;
}
i,
b,
span,
p,
thead,
tbody,
td,
tr,
th,
code,
pre,
nav,
footer,
article,
header {
  font-size: inherit;
}
a,
button {
  cursor: pointer;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
.container {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 1310px;
}
.container:before {
  display: table;
  content: "";
}
.container:after {
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1310px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
button {
  cursor: pointer;
  border: none;
}

.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled {
  cursor: none;
}
.hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  float: none;
  clear: both;
  height: 0;
}
.push-center {
  margin: 0 auto !important;
  float: none;
}
.full-width {
  width: 100% !important;
}
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.v-super {
  vertical-align: super;
}
.v-text {
  vertical-align: text-bottom;
}
.v-sub {
  vertical-align: sub;
}

.over-y-hidden {
  overflow-y: hidden;
}
.over-x-hidden {
  overflow-x: hidden;
}
.over-scroll {
  overflow: scroll;
}
.over-x-scroll {
  overflow-x: scroll;
}
.over-y-scroll {
  overflow-y: scroll;
}
.breakword {
  word-break: break-all;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border,
.newsBox {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.border-info {
  -webkit-box-shadow: 0 0 0 1px lightblue;
  box-shadow: 0 0 0 1px lightblue;
}
.border-error {
  -webkit-box-shadow: 0 0 0 1px red;
  box-shadow: 0 0 0 1px red;
}
.border-success {
  -webkit-box-shadow: 0 0 0 1px lightgreen;
  box-shadow: 0 0 0 1px lightgreen;
}
.radius3 {
  border-radius: 3px;
}
.radius5 {
  border-radius: 5px;
}
.radius10 {
  border-radius: 10px;
}
.radius20 {
  border-radius: 20px;
}
.radius-full {
  border-radius: 100%;
}
.separator3 {
  min-height: 3px;
  clear: both;
  float: none;
  width: 100%;
}
.separator5 {
  min-height: 5px;
  clear: both;
  float: none;
  width: 100%;
}
.separator10 {
  min-height: 10px;
  clear: both;
  float: none;
  width: 100%;
}
.separator15 {
  min-height: 15px;
  clear: both;
  float: none;
  width: 100%;
}
.separator30 {
  min-height: 30px;
  clear: both;
  float: none;
  width: 100%;
}
.separator50 {
  min-height: 50px;
  clear: both;
  float: none;
  width: 100%;
}
.separator100 {
  min-height: 100px;
  clear: both;
  float: none;
  width: 100%;
}
.hide {
  display: none !important;
}
.show {
  display: inherit;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

select {
  width: 100%;
  cursor: pointer;
  border: none;
  background: none;
  display: block;
  height: 30px;
  border-radius: 0;
  padding: 0 1.5%;
  outline: none;
  border: 1px solid #e1e1e1;
  box-shadow: none;
}
select:hover,
select:focus {
  width: 100%;
  background: none;
  outline: none;
}
select option:hover {
  padding: 5px;
}
.wpcf7-form select {
  margin: 0 0 15px;
}

.clear {
  clear: both;
  display: block;
}
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.row:before {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
input,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;

  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  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,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;

  cursor: pointer;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;

  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #e1e1e1;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active:focus,
.btn-default.active:focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active.focus,
.btn-default.active.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover {
  background-color: #ffffff;
  border-color: #cccccc;
}
fieldset[disabled] .btn-default:hover {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default.disabled:focus,
.btn-default[disabled]:focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
fieldset[disabled] .btn-default:focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default.disabled.focus,
.btn-default[disabled].focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-primary {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-primary:focus,
.style-1 .btn-primary.focus {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-primary:hover,
.style-1 .btn-primary:active,
.style-1 .btn-primary.active {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-2 .btn-primary {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-2 .btn-primary:focus,
.style-2 .btn-primary.focus {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-2 .btn-primary:hover,
.style-2 .btn-primary:active,
.style-2 .btn-primary.active {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-6 .btn-primary {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-6 .btn-primary:focus,
.style-6 .btn-primary.focus {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-6 .btn-primary:hover,
.style-6 .btn-primary:active,
.style-6 .btn-primary.active {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-5 .btn-primary {
  color: #ffffff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-5 .btn-primary:focus,
.style-5 .btn-primary.focus {
  color: #ffffff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-5 .btn-primary:hover,
.style-5 .btn-primary:active,
.style-5 .btn-primary.active {
  color: #ffffff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
fieldset[disabled] .btn-primary:focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.disabled.focus,
.btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-gov {
  color: #ffffff;
  background-color: #df9204;
  border-color: #df9204;
}
.btn-gov:focus,
.btn-gov.focus {
  color: #ffffff;
  background-color: #cc6c25;
  border-color: #cc6c25;
}
.btn-gov:hover,
.btn-gov:active,
.btn-gov.active {
  color: #ffffff;
  background-color: #cc6c25;
  border-color: #cc6c25;
}
.btn-theme,
.btn-gov {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.btn-theme:focus,
.btn-theme.focus,
.btn-gov:focus,
.btn-gov.focus {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme.active,
.btn-gov:hover,
.btn-gov:active,
.btn-gov.active {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-theme,
.style-1 .btn-gov {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-theme:focus,
.style-1 .btn-theme.focus,
.style-1 .btn-gov:focus,
.style-1 .btn-gov.focus {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-1 .btn-theme:hover,
.style-1 .btn-theme:active,
.style-1 .btn-theme.active,
.style-1 .btn-gov:hover,
.style-1 .btn-gov:active,
.style-1 .btn-gov.active {
  color: #ffffff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-2 .btn-theme,
.style-2 .btn-gov {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-2 .btn-theme:focus,
.style-2 .btn-theme.focus,
.style-2 .btn-gov:focus,
.style-2 .btn-gov.focus {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-2 .btn-theme:hover,
.style-2 .btn-theme:active,
.style-2 .btn-theme.active,
.style-2 .btn-gov:hover,
.style-2 .btn-gov:active,
.style-2 .btn-gov.active {
  color: #ffffff;
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-6 .btn-theme,
.style-6 .btn-gov {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-6 .btn-theme:focus,
.style-6 .btn-theme.focus,
.style-6 .btn-gov:focus,
.style-6 .btn-gov.focus {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-6 .btn-theme:hover,
.style-6 .btn-theme:active,
.style-6 .btn-theme.active,
.style-6 .btn-gov:hover,
.style-6 .btn-gov:active,
.style-6 .btn-gov.active {
  color: #ffffff;
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-5 .btn-theme,
.style-5 .btn-gov {
  color: #fff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-5 .btn-theme:focus,
.style-5 .btn-theme.focus,
.style-5 .btn-gov:focus,
.style-5 .btn-gov.focus {
  color: #fff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-5 .btn-theme:hover,
.style-5 .btn-theme:active,
.style-5 .btn-theme.active,
.style-5 .btn-gov:hover,
.style-5 .btn-gov:active,
.style-5 .btn-gov.active {
  color: #fff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-3 .btn-theme,
.style-3 .btn-gov {
  color: #fff;
  background-color: #66b9ac;
  border-color: #66b9ac;
}
.style-3 .btn-theme:focus,
.style-3 .btn-theme.focus,
.style-3 .btn-gov:focus,
.style-3 .btn-gov.focus {
  color: #fff;
  background-color: #66b9ac;
  border-color: #66b9ac;
}
.style-3 .btn-theme:hover,
.style-3 .btn-theme:active,
.style-3 .btn-theme.active,
.style-3 .btn-gov:hover,
.style-3 .btn-gov:active,
.style-3 .btn-gov.active {
  color: #fff;
  background-color: #66b9ac;
  border-color: #66b9ac;
}
.style-4 .btn-theme,
.style-4 .btn-gov {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.style-4 .btn-theme:focus,
.style-4 .btn-theme.focus,
.style-4 .btn-gov:focus,
.style-4 .btn-gov.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.style-4 .btn-theme:hover,
.style-4 .btn-theme:active,
.style-4 .btn-theme.active,
.style-4 .btn-gov:hover,
.style-4 .btn-gov:active,
.style-4 .btn-gov.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-gov-border {
  color: #df9204;
  font-weight: 700;
  background-color: rgba(223, 146, 4, 0.3);
  border-color: #df9204;
}
.btn-gov-border:focus,
.btn-gov-border.focus {
  color: #fff;
  background-color: #df9204;
  border-color: #df9204;
}
.btn-gov-border:hover,
.btn-gov-border:active,
.btn-gov-border.active {
  color: #fff;
  background-color: #df9204;
  border-color: #df9204;
}
.btn-gov-border-white {
  color: #fff;
  background-color: rgba(223, 146, 4, 0.3);
  border-color: #df9204;
}
.btn-gov-border-white:focus,
.btn-gov-border-white.focus {
  color: #fff;
  background-color: #df9204;
  border-color: #df9204;
}
.btn-gov-border-white:hover,
.btn-gov-border-white:active,
.btn-gov-border-white.active {
  color: #fff;
  background-color: #df9204;
  border-color: #df9204;
}
.btn-success:active:hover,
.btn-success.active:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active:focus,
.btn-success.active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active.focus,
.btn-success.active.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.disabled:focus,
.btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.disabled.focus,
.btn-success[disabled].focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active:focus,
.btn-info.active:focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active.focus,
.btn-info.active.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.disabled:focus,
.btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
fieldset[disabled] .btn-info:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.disabled.focus,
.btn-info[disabled].focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active:focus,
.btn-warning.active:focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active.focus,
.btn-warning.active.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.disabled.focus,
.btn-warning[disabled].focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active,
.btn-link.active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #777777;
  text-decoration: none;
}
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 1px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.close {
  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);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.box,
.newsBox {
  padding: 20px;
  overflow: hidden;
  margin: 15px 0;
}
.box h2,
.newsBox h2 {
  font-size: 1.45em;
}
.box h3,
.newsBox h3 {
  font-size: 1.25em;
}
.box p:last-child,
.newsBox p:last-child {
  margin: 0;
}

.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.thumb-rounded {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 15px;
  background: #df9204;
  font-size: 4em;
  text-align: center;
  line-height: 70px;
}
.thumb-rounded span {
  color: #fff;
}
p {
  margin-bottom: 12px;
  line-height: 1.7em;
}
strong {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-heavy {
  font-weight: 700;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.youtubeVideo {
  background: #3c424d;
  border-radius: 5px;
  min-width: 100%;
  min-height: 200px;
  display: block;
  position: relative;
}
.youtubeVideo span {
  position: absolute;
  left: 0px;
  bottom: 0;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  color: #fff;
}
.video a,
.image a {
  margin-bottom: 10px;
  display: block;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: separate;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a {
  color: #454545;
  text-decoration: none;
}
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active,
#ui-datepicker-div a.ui-button:active {
  font-weight: normal;
  color: #ffffff;
  background: #0686c8 !important;
}
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png");
}
.text-small {
  font-size: 90%;
}
.inlineBlock {
  display: inline-block;
  vertical-align: top;
}
.colmn2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.borderheadingLight {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.border-right {
  border-right: 1px solid #e1e1e1;
}
.border-top {
  border-top: 1px solid #e1e1e1;
}
.border-bottom {
  border-bottom: 1px solid #e1e1e1;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul {
  list-style-type: circle;
  padding-left: 20px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
table {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border: 1px solid #dddddd;
}
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: 10px 15px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table thead tr th,
table tbody tr th,
table tfoot tr th {
  padding: 12px 15px;
}
table tbody tr td {
  border-right: 1px solid #dddddd;
}
table thead {
  background: #dddddd;
}
table thead tr th {
  vertical-align: bottom;
}
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 th {
  font-weight: 600;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table table {
  background-color: #ffffff;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 1em;
  line-height: 1.42857143;
  border-radius: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333333;
  background-color: #ffffff;
}
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="button"]:active:focus,
input[type="submit"]:active:focus,
input[type="button"].active:focus,
input[type="submit"].active:focus,
input[type="button"].focus,
input[type="submit"].focus,
input[type="button"]:active.focus,
input[type="submit"]:active.focus,
input[type="button"].active.focus,
input[type="submit"].active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover,
button:focus,
button.focus {
  color: #333333;
  text-decoration: none;
}
button:active,
button.active {
  outline: 0;
  background-image: none;
  -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);
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.disabled,
fieldset[disabled] button {
  pointer-events: none;
}
video,
audio,
embed {
  display: block;
}
#breadcrumb {
  width: 100%;
}
#topBar ul,
#topBar ol,
#overflowMenu ul,
#overflowMenu ol,
.flex-direction-nav ul,
.flex-direction-nav ol,
.flexslider ul,
.flexslider ol,
.menuWrapper ul,
.menuWrapper ol,
#breadcrumb ul,
#breadcrumb ol,
.printShare ul,
.printShare ol,
.accordian ul,
.accordian ol,
.socialBox ul,
.socialBox ol {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
}
#topBar ul li,
#topBar ol li,
#overflowMenu ul li,
#overflowMenu ol li,
.menuWrapper ul li,
.menuWrapper ol li,
#breadcrumb ul li,
#breadcrumb ol li,
.printShare ul li,
.printShare ol li,
.accordian ul li,
.accordian ol li,
.socialBox ul li,
.socialBox ol li {
  list-style-type: none;
  padding-bottom: 0;
}
[class^="list-style"],
[class*="list-style"],
.dateContainer,
.resp-tabs-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0px;
}
[class^="list-style"] li,
[class*="list-style"] li,
.dateContainer li,
.resp-tabs-list li {
  padding-bottom: 0;
}
.contrast table > thead > tr > th {
  background: #000000;
}
.contrast button,
.contrast input[type="button"],
.contrast input[type="submit"] {
  color: #000;
  background-color: #ffff00;
  border-color: #fff;
}
.contrast input[type="text"],
.contrast input[type="email"],
.contrast input[type="password"],
.contrast input[type="search"] {
  color: #000;
  margin: 0 0 20px;
}
.contrast select,
.contrast select:hover,
.contrast select:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.contrast textarea {
  color: #000000;
}
hr {
  margin: 15px auto;
}

.contrast .btn.btn-link {
  border: none;
}
.trasnitionAll,
.trasnitionAll * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contrast a:hover [class^="icon-"],
.contrast a:hover [class*=" icon-"] {
  text-decoration: none;
}
.contrast [class^="icon-"]:hover,
.contrast [class*=" icon-"]:hover {
  text-decoration: none;
}
.metaBox a:hover {
  color: #0453e4;
}
.search-main-container {
  background-color: #e1e1e1;
  margin: 0 0 20px;
  display: table;
  width: 100%;
  height: 90px;
}
.search-main-container .search-head {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  position: relative;
  background-color: #fbac1b;
  padding: 0 25px;
  color: #fff;
  line-height: normal;
}
.search-main-container .search-head:after {
  position: absolute;
  content: "";
  top: 40%;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fbac1b;
  border-bottom: 10px solid transparent;
}
.search-main-container .search-container {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}
.search-main-container .search-container .search-area {
  max-width: 630px;
  margin: 0 auto;
  display: flex;
}
.search-main-container .search-container .search-area select.form-control {
  box-shadow: none;
  float: left;
  width: calc(100% - 0px);
  border-radius: 3px 0 0 3px;
  border-right: 0;
  cursor: pointer;
}
.search-main-container .search-container .search-area select.form-control:hover,
.search-main-container
  .search-container
  .search-area
  select.form-control:focus {
  background-color: #fff;
  border-color: #cccccc;
}
.search-main-container .search-container .search-area .btn {
  float: right;
  display: flex;
  background-color: #fbac1b;
  border-color: #fbac1b;
  border-radius: 0 3px 3px 0;
  padding: 6px;
  color: #fff;
}
.search-main-container .search-container .search-area .btn span.icon-search {
  position: relative;
  top: 1px;
  margin: 2px;
}
.search-main-container .search-container .search-area > form {
  display: flex;
  width: 100%;
}
.search-main-container.has-date-filter .search-head {
  font-weight: 600;
  font-size: 1.2em;
}
.search-main-container.has-date-filter .search-container .search-area {
  max-width: 700px;
  align-items: center;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-cat-filter {
  width: calc(100% - 300px);
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-cat-filter
  select.form-control {
  width: 100%;
  border-right: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter {
  width: 275px;
  margin-left: 15px;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter
  .doc-filter-form {
  display: inline-flex;
  align-items: center;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter
  .doc-filter-form
  .datepicker {
  width: 90px;
  margin: 0 5px;
  border-color: #ccc;
  height: 34px;
  padding: 6px;
  border-radius: 3px;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter
  .doc-filter-form
  .date-label {
  font-size: 23px;
  color: #3e3e3e;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter
  .doc-filter-form
  .date-reset {
  background-color: transparent !important;
  border-color: transparent;
  padding: 0;
  font-size: 18px;
  color: #777 !important;
  margin-left: -3px;
}
.search-main-container.has-date-filter
  .search-container
  .search-area
  .doc-date-filter
  .doc-filter-form
  .date-reset:focus {
  outline: none;
}
.search-main-container.has-date-filter .search-container .search-area > .btn {
  border-radius: 3px;
}
.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar tbody tr td {
  min-width: inherit;
  max-width: inherit;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
  display: inline-block;
  background-color: #fff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
}
.search-main-container.filterdata .search-head {
  font-weight: 600;
  font-size: 1.2em;
}
.search-main-container.filterdata
  .search-container
  .doc-date-filter
  .doc-filter-form {
  display: inline-flex;
  align-items: center;
}
.search-main-container.filterdata
  .search-container
  .doc-date-filter
  .doc-filter-form
  .form-group {
  margin-bottom: 0;
}
.search-main-container.filterdata
  .search-container
  .doc-date-filter
  .doc-filter-form
  .form-group
  .form-control {
  width: 160px;
  margin-right: 7px;
  padding: 0 10px;
  box-shadow: none;
}
.search-main-container.filterdata .search-container .btn {
  border-radius: 4px;
  margin-right: 7px;
}
.search-main-container.filterdata .search-container .btn:focus {
  outline: none;
}
.search-main-container.filterdata .search-container .btn span.fa {
  font-size: 1.4em;
  margin-right: 3px;
}
@media (max-width: 800px) {
  .search-main-container.has-date-filter .search-container .search-area {
    display: inherit;
    width: 100%;
  }
  .search-main-container.has-date-filter
    .search-container
    .search-area
    .doc-cat-filter {
    width: 100%;
  }
  .search-main-container.has-date-filter
    .search-container
    .search-area
    .doc-date-filter {
    margin: 10px 0 0 0;
    display: inline-block;
  }
  .search-main-container.has-date-filter .search-container .search-area > .btn {
    margin-top: 10px;
    width: 70px;
  }
}
@media (max-width: 500px) {
  .search-main-container.filterdata .search-container {
    width: calc(100% - 20px);
  }
  .search-main-container.filterdata .search-container .search-area {
    display: block;
  }
  .search-main-container.filterdata
    .search-container
    .search-area
    .doc-date-filter
    .doc-filter-form {
    display: block;
  }
  .search-main-container.filterdata
    .search-container
    .search-area
    .doc-date-filter
    .doc-filter-form
    .form-control {
    width: 100%;
    margin-bottom: 7px;
  }
  .search-main-container.filterdata
    .search-container
    .search-area
    .doc-date-filter
    .btn {
    float: left;
    width: auto;
  }
  .search-main-container.filterdata .search-container .search-area .btn {
    width: auto;
  }
}
@media (max-width: 400px) {
  .search-main-container.has-date-filter .search-container .search-area > .btn {
    float: left;
  }
}
.search-main-container.odd {
  height: 90px;
}
.search-main-container.odd .search-container .search-area input.form-control {
  float: left;
  width: calc(100% - 85px);
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  padding: 6px 12px;
  height: 34px;
  margin: 0;
}
.style-1 #tenders .gen-list.no-bg {
  color: #fff !important;
}
.style-1 .search-main-container .search-head {
  background-color: #fbac1b;
  color: #000;
}
.style-1 .search-main-container .search-head:after {
  border-left-color: #fbac1b;
}
.style-1 .search-main-container .search-container .search-area form .btn {
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.style-2 .search-main-container .search-head {
  background-color: #4b3504;
}
.style-2 .search-main-container .search-head:after {
  border-left-color: #4b3504;
}
.style-2 .search-main-container .search-container .search-area form .btn {
  background-color: #4b3504;
  border-color: #4b3504;
}
.style-3 .search-main-container .search-head {
  background-color: #66b9ac;
  color: #000;
}
.style-3 .search-main-container .search-head:after {
  border-left-color: #66b9ac;
}
.style-3 .search-main-container .search-container .search-area form .btn {
  background-color: #66b9ac;
  border-color: #66b9ac;
}
.style-4 .search-main-container .search-head {
  background-color: #2aacea;
}
.style-4 .search-main-container .search-head:after {
  border-left-color: #2aacea;
}
.style-4 .search-main-container .search-container .search-area form .btn {
  background-color: #2aacea;
  border-color: #2aacea;
}
.style-5 .search-main-container .search-head {
  background-color: #ea3876;
}
.style-5 .search-main-container .search-head:after {
  border-left-color: #ea3876;
}
.style-5 .search-main-container .search-container .search-area form .btn {
  background-color: #ea3876;
  border-color: #ea3876;
}
.style-6 .search-main-container .search-head {
  background-color: #ffdb69;
  color: #000;
}
.style-6 .search-main-container .search-head:after {
  border-left-color: #ffdb69;
}
.style-6 .search-main-container .search-container .search-area form .btn {
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-7 .search-main-container .search-head {
  background-color: #3aa04a;
}
.style-7 .search-main-container .search-head:after {
  border-left-color: #3aa04a;
}
.style-7 .search-main-container .search-container .search-area form .btn {
  background-color: #3aa04a;
  border-color: #3aa04a;
}
.style-7 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-7 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-7 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-7
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-7
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-7
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-7
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-7 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-7 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-7 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-7 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-7
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-7
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-7
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-7
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-7 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-7.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-7.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-7.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-7.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-7.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-7.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-7.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-7.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-7.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-7.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-7.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-7.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-7.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-7.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-7.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-7.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-7.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-7.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-7.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-7.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-7.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-7.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-7.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-7.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-7.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-7.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-7.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-7.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-7.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-7.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-7.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-7.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-7.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-7.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-7.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-7.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-7.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-7.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-7.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-7.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-7.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-7.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-8 .search-main-container .search-head {
  background-color: #730068;
}
.style-8 .search-main-container .search-head:after {
  border-left-color: #730068;
}
.style-8 .search-main-container .search-container .search-area form .btn {
  background-color: #730068;
  border-color: #730068;
}
.style-8 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-8 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-8 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-8
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-8
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-8
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-8
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-8 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-8 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-8 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-8 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-8
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-8
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-8
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-8
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-8 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-8.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-8.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-8.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-8.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-8.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-8.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-8.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-8.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-8.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-8.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-8.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-8.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-8.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-8.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-8.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-8.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-8.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-8.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-8.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-8.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-8.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-8.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-8.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-8.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-8.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-8.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-8.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-8.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-8.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-8.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-8.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-8.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-8.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-8.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-8.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-8.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-8.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-8.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-8.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-8.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-8.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-8.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-9 .search-main-container .search-head {
  background-color: #024;
}
.style-9 .search-main-container .search-head:after {
  border-left-color: #024;
}
.style-9 .search-main-container .search-container .search-area form .btn {
  background-color: #024;
  border-color: #024;
}
.style-9 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-9 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-9 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-9
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-9
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-9
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-9
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-9 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-9 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-9 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-9 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-9
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-9
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-9
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-9
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-9 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-9.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-9.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-9.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-9.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-9.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-9.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-9.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-9.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-9.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-9.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-9.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-9.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-9.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-9.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-9.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-9.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-9.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-9.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-9.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-9.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-9.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-9.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-9.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-9.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-9.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-9.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-9.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-9.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-9.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-9.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-9.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-9.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-9.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-9.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-9.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-9.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-9.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-9.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.service h1 {
  margin: 0 0 15px;
}
.service .data-table-container {
  margin: 0;
}
.service .data-table-container .search-main-container {
  margin: 0 0 20px;
}
.service .service-container h2 {
  font-size: 1.25em;
  margin: 0 0 20px;
}
.service .service-container .service-content {
  text-align: center;
}
.service .service-container .service-content ul {
  padding: 0;
}
.service .service-container .service-content .service-box {
  display: block;
  float: left;
  border: 1px solid #e1e1e1;
  min-height: 150px;
  padding: 18px 25px;
  width: 12%;
  margin: 0 1.75% 1.75% 0;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.service .service-container .service-content .service-box a {
  display: block;
}
.service .service-container .service-content .service-box a span {
  display: block;
}
.service .service-container .service-content .service-box a span:first-child {
  font-size: 3em;
  line-height: 52px;
}
.service .service-container .service-content .service-box:hover {
  background-color: #fbac1b;
  color: #fff;
}
.style-6 .service .service-container .service-content .service-box:hover {
  background-color: transparent;
}
.service .eventContent h2 {
  min-height: 46px;
}
.style-1 .service .service-container .service-content .service-box a {
  color: #000;
}
.style-1 .service .service-container .service-content .service-box:hover {
  background-color: #fbac1b;
  color: #fff;
}
.style-1 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-2 .service .service-container .service-content .service-box a {
  color: #000;
}
.style-2 .service .service-container .service-content .service-box:hover {
  background-color: #4b3504;
}
.style-2 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-3 .service .service-container .service-content .service-box a {
  color: #000;
}
.style-3 .service .service-container .service-content .service-box:hover {
  background-color: #66b9ac;
}
.style-3 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-4 .service .service-container .service-content .service-box a {
  color: #000;
}
.style-4 .service .service-container .service-content .service-box:hover {
  background-color: #2aacea;
}
.style-4 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-5 .service .service-container .service-content .service-box {
  color: #000;
}
.style-5 .service .service-container .service-content .service-box:hover {
  background-color: #ea3876;
}
.style-5 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-6 .service .service-container .service-content .service-box {
  color: #000;
}
.style-6 .service .service-container .service-content .service-box:hover {
  background-color: #ffdb69;
  color: #fff;
}
.style-6 .service .service-container .service-content .service-box:hover a {
  color: #000;
}
.style-7 .service .service-container .service-content .service-box {
  color: #000;
}
.style-7 .service .service-container .service-content .service-box:hover {
  background-color: #fbac1b;
  color: #fff;
}
.style-7 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-8 .service .service-container .service-content .service-box {
  color: #000;
}
.style-8 .service .service-container .service-content .service-box:hover {
  background-color: #52de97;
  color: #fff;
}
.style-8 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.style-9 .service .service-container .service-content .service-box {
  color: #000;
}
.style-9 .service .service-container .service-content .service-box:hover {
  background-color: #06b1ac;
  color: #fff;
}
.style-9 .service .service-container .service-content .service-box:hover a {
  color: #fff;
}
.award-details h1 {
  margin: 0 0 15px;
}
.award-details h2 {
  font-size: 1.2em;
  margin: 0 0 5px;
}
.award-details .data-table-container {
  margin: 25px 0;
}
.award-details .data-table-container h2 {
  margin: 0 0 15px;
}
.award-details .btn {
  color: #000;
  border: 1px solid #e1e1e1;
}
.award-details .btn:hover {
  color: #fff;
  background-color: #fbac1b;
  border-color: #fbac1b;
}
.meta-info {
  margin: 0 0 15px;
}
.meta-info.odd strong {
  text-transform: uppercase;
}
.awardbx-container {
  margin: 25px 0 0;
}
.awardbx-container .equal-height .col-lg-4 .awardbx {
  width: 100%;
  background-color: #fbac1b;
  color: #fff;
  border: 1px solid transparent;
}
.awardbx-container .equal-height .col-lg-4 .awardbx a {
  color: #fff;
}
.awardbx-container .equal-height .col-lg-4 .awardbx h3 {
  font-size: 1em;
  margin: 0 0 8px;
}
.awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #e1e1e1;
  color: #000;
}
.awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #000;
}
.awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
  color: #000;
}
.style-1 .award-style-2 .awardListing .awardContent .btn:hover {
  color: #fff;
  border-color: #f6f3ee;
  background-color: #f6f3ee;
}
.style-1 .award-style-2 .awardListing .socialCont {
  background-color: #d3d6f0;
}
.style-1 .data-table thead tr th {
  background-color: #fbac1b;
}
.style-1 .award-details .btn:hover {
  background-color: #f6f3ee;
  border-color: #f6f3ee;
  color: #fff;
}
.style-1 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #f6f3ee;
}
.style-1 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #fbac1b;
  color: #fff;
}
.style-1 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #fff;
}
.style-1 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.award-style-2 .awardListing .pressImage {
  padding: 0;
}

.award-style-2 .awardListing .awardContent {
  padding: 15px 15px 60px;
  text-align: left;
}
.award-style-2 .awardListing .awardContent .btn:hover {
  color: #fff;
  border-color: #f6f3ee;
  background-color: #f6f3ee;
}
.award-style-2 .awardListing .awardContent .btn.btn-default {
  color: #000;
  border-color: #000;
}
.award-style-2 .awardListing .socialCont {
  margin: 0;
  border: 0;
  background-color: #d3d6f0;
  width: 100%;
  bottom: 0;
  left: 0;
}
.award-style-2 .awardListing.project-style-2 .pressImage a {
  display: block;
}

.btn.btn-default:hover {
  color: #fff;
  border-color: #fbac1b;
  background-color: #fbac1b;
}
.style-1 .btn.btn-default:hover {
  color: #fff;
  border-color: #fbac1b;
  background-color: #fbac1b;
}
.style-2 .btn.btn-default:hover {
  color: #fff;
  border-color: #4b3504;
  background-color: #4b3504;
}
.style-6 .btn.btn-default:hover {
  color: #fff;
  border-color: #ea3876;
  background-color: #ea3876;
}
.style-5 .btn.btn-default:hover {
  color: #fff;
  border-color: #ffdb69;
  background-color: #ffdb69;
}
.style-3 .btn.btn-default:hover {
  color: #fff;
  border-color: #66b9ac;
  background-color: #66b9ac;
}
.style-4 .btn.btn-default:hover {
  color: #fff;
  border-color: #fff;
  background-color: #fff;
}
.style-7 .btn.btn-default:hover {
  color: #fff;
  border-color: #3aa04a;
  background-color: #3aa04a;
}
.style-8 .btn.btn-default:hover {
  color: #fff;
  border-color: #730068;
  background-color: #730068;
}
.style-9 .btn.btn-default:hover {
  color: #fff;
  border-color: #024;
  background-color: #024;
}
.award-style-2 .list-view .awardListing .pressImage {
  width: 25%;
}
.award-style-2 .list-view .awardListing .awardContent {
  width: 75%;
}
.award-style-2 .list-view .awardListing .awardContent .text-center {
  text-align: left;
}
.award-style-2 .list-view .awardListing .socialCont {
  display: block;
  width: 100%;
  text-align: center;
}
.event-style-2 .event-container .awardListing {
  padding: 15px 15px 110px;
}
.event-style-2 .event-container .awardListing .eventImage:before {
  content: none;
}
.event-style-2 .event-container .awardListing h2 {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 28px;
}
.event-style-2 .event-container .awardListing .awardContent {
  text-align: left;
  padding: 0;
}
.event-style-2 .event-container .awardListing .awardContent .event-desc {
  display: none;
}
.event-style-2 .event-container .awardListing .awardContent .social-section {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 15px;
}
.event-style-2
  .event-container
  .awardListing
  .awardContent
  .social-section
  .socialCont {
  position: static;
  width: 100%;
  margin: 0 0 10px;
}
.event-style-2
  .event-container
  .awardListing
  .awardContent
  .social-section
  .btn {
  display: block;
  padding: 7px;
  font-size: 1.2em;
  color: #000;
}

.event-style-2 .event-container .awardListing .btn:hover {
  color: #fff;
  background-color: #f6f3ee;
  border-color: #f6f3ee;
}
.event-style-2 .list-view .event-container .awardListing {
  padding: 15px;
}
.event-style-2 .list-view .event-container .awardListing .eventImage:before {
  content: none;
}
.event-style-2 .list-view .event-container .awardListing .awardContent {
  padding: 0 1em;
}
.event-style-2
  .list-view
  .event-container
  .awardListing
  .awardContent
  .event-desc {
  display: block;
  margin: 0 0 10px;
}
.event-style-2
  .list-view
  .event-container
  .awardListing
  .awardContent
  .social-section {
  position: static;
  width: 100%;
  overflow: hidden;
}
.event-style-2
  .list-view
  .event-container
  .awardListing
  .awardContent
  .social-section
  .socialCont {
  float: left;
  width: auto;
  margin: 0 15px 0 0;
}
.event-style-2
  .list-view
  .event-container
  .awardListing
  .awardContent
  .social-section
  .btn {
  float: left;
  padding: 7px 12px;
}
.event-style-3 .event-desc {
  display: none;
}
.event-style-3 .list-view .event-desc {
  display: block;
  margin: 0 0 10px;
}
.style-2 .award-style-3 .awardRightContent .btn:hover {
  color: #fff;
  background-color: #ffdb69;
  border-color: #ffdb69;
}
.style-2 .data-table thead tr th {
  background-color: #4b3504;
}
.style-2 .award-details .btn:hover {
  background-color: #ffdb69;
  border-color: #ffdb69;
  color: #fff;
}
.style-2 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
  color: #000;
}
.style-2 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
}
.style-2 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #000;
}
.style-2 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
}
.award-style-3 .awardListingContainer .awardRightContent {
  position: static;
}
.award-style-3 .social-section {
  position: absolute;
  width: 48%;
  bottom: 15px;
  left: 50%;
  overflow: hidden;
}
.award-style-3 .socialCont {
  position: static;
  width: 100px;
  float: right;
}
.award-style-3 .socialCont ul {
  padding: 3px 12px;
}
.award-style-3 .list-view .btn.btn-default {
  float: left;
}
.award-style-3 .list-view .social-section {
  position: static;
  width: 100%;
}
.award-style-3 .list-view .socialCont {
  float: left;
  margin: 0 0 0 15px;
}
.award-style-3 .list-view .awardListingContainer {
  padding: 15px;
  border: 1px solid #e1e1e1;
}
.award-style-3 .list-view .awardListingContainer .awardListContent {
  width: 320px;
  margin: 0;
}
.award-style-3 .list-view .awardListingContainer .awardRightContent {
  width: calc(100% - 340px);
}
.tax-provider .award-style-3 .socialCont {
  margin-right: 5px;
}
.style-6 .award-style-4 .awardListing .awardContent .btn:hover {
  background-color: #ea3876;
  border-color: #ea3876;
  color: #fff;
}
.style-6 .data-table thead tr th {
  background-color: #ffdb69;
}
.style-6 .award-details .btn:hover {
  background-color: #ffdb69;
  border-color: #ffdb69;
  color: #fff;
}
.style-6 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
  color: #000;
}
.style-6 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
}
.style-6 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #000;
}
.style-6 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #fff;
  border-color: #e1e1e1;
}
.award-style-4 .awardListing {
  padding: 15px;
}
.award-style-4 .awardListing .pressImage {
  padding: 0 0 15px;
}

.award-style-4 .awardListing .awardContent {
  padding: 0 0 55px;
  text-align: left;
}
.award-style-4 .awardListing .awardContent .btn:hover {
  background-color: #f6f3ee;
  border-color: #f6f3ee;
  color: #fff;
}
.award-style-4 .awardListing .awardContent .btn.btn-default {
  color: #000;
  border-color: #000;
}
.award-style-4 .awardListing .socialCont {
  border-color: #e1e1e1;
  bottom: 15px;
}
.award-style-4 .list-view .awardListing .pressImage {
  padding: 0;
}

.award-style-4 .list-view .awardListing .awardContent {
  padding-top: 0;
  padding-bottom: 0;
}
.award-style-4 .list-view .awardListing .awardContent h2 {
  min-height: inherit;
}
.award-style-4 .list-view .awardListing .awardContent .btn {
  padding: 8px 12px;
  margin: 0 15px 0 0;
  float: left;
}
.award-style-4 .list-view .awardListing .socialCont {
  margin: 0;
  width: auto;
  border-color: #cccccc;
}
.award-style-4 .list-view .awardListing .socialCont ul {
  padding: 5px 0 6px;
}
.style-5 .award-style-5 .awardListing .awardContent .btn:hover {
  background-color: #f6f3ee;
  border-color: #f6f3ee;
  color: #fff;
}
.style-5 .data-table thead tr th {
  background-color: #f6f3ee;
  color: #000;
}
.style-5 .award-details .btn:hover {
  background-color: #f6f3ee;
  border-color: #f6f3ee;
  color: #fff;
}
.style-5 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #ea3876;
  color: #fff;
}
.style-5 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #f6f3ee;
}
.style-5 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #fff;
}
.style-5 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
.style-1 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-1 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-1 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-1
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-1
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-1
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-1
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-1 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-1 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-1 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-1 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-1
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-1
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-1
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-1
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-1 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-1.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-1.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-1.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-1.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-1.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-1.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-1.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-1.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-1.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-1.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-1.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-1.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-1.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-1.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-1.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-1.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-1.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-1.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-1.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-1.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-1.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-1.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-1.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-1.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-1.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-1.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-1.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-1.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-1.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-1.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-1.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-1.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-1.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-1.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-1.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-1.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-1.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-1.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-1.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-1.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-1.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-1.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-4.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-4.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-4.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-4.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-4.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-4.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-4.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-4.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-4.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-4.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-4.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-4.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-4.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  background-color: transparent !important;
}
.style-4.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-4.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-4.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-4.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-4.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-4.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-4.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-4.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-4.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-4.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-4.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-4.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-4.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  background-color: transparent !important;
}
.style-4 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-4 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-4 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-4
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-4
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-4 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-4 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-4 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-4 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-4
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-4
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-4 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-4.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-4.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-4.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-4.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-4.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-4.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-4.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-4.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-4.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-4.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-4.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-4.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-4.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-4.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-4.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-4.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-4.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-4.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-4.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-4.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-4.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-4.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-4.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-4.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-4.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-4.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.award-style-5 .awardListing {
  padding-bottom: 41px;
}
.award-style-5 .awardListing .awardContent {
  text-align: left;
  padding: 10px;
}
.award-style-5 .awardListing .awardContent h2 {
  font-style: italic;
}
.award-style-5 .awardListing .awardContent .social-section {
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
.award-style-5 .awardListing .awardContent .social-section .socialCont {
  width: 50%;
  text-align: center;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  float: left;
  position: static;
}
.award-style-5 .awardListing .awardContent .social-section .socialCont ul {
  padding: 8px 0;
}
.award-style-5 .awardListing .awardContent .social-section .socialCont ul li {
  color: #fff;
  margin: 0 5px;
}
.award-style-5 .awardListing .awardContent .social-section .socialCont ul li a {
  color: #fff;
  transition-duration: 0s;
}
.award-style-5
  .awardListing
  .awardContent
  .social-section
  .socialCont
  ul
  li
  a:hover {
  color: #b3b3b3;
}
.award-style-5 .awardListing .awardContent .social-section .btn {
  float: right;
  padding: 9px 9px 10px;
  width: 50%;
  border-radius: 0 !important;
}
.award-style-5 .awardListing .pressImage {
  padding: 0;
}

.award-style-5 .list-view .awardListing {
  padding-bottom: 0;
}
.award-style-5 .list-view .awardListing .awardContent .social-section {
  position: inherit;
  width: 275px;
  border: 1px solid #fff;
}
.award-style-5
  .list-view
  .awardListing
  .awardContent
  .social-section
  .socialCont {
  text-align: left;
}
.award-style-5 .list-view .awardListing h2 {
  min-height: inherit;
}
.award-style-5 .awardListing.project-style-5 .pressImage {
  padding: 0;
}

.style-3 .award-style-4 .awardListing .awardContent .btn:hover {
  background-color: #475c59;
  border-color: #475c59;
  color: #fff;
}
.style-3 .data-table thead tr th {
  background-color: #475c59;
}
.style-3 .award-details .btn:hover {
  background-color: #475c59;
  border-color: #475c59;
  color: #fff;
}
.style-3 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #66b9ac;
  color: #fff;
}
.style-3 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #475c59;
}
.style-3 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #fff;
}
.style-3 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
.style-3 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-3 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-3 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-3
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-3
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-3
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-3
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-3 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-3 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-3 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-3 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-3
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-3
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-3
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-3
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-3 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-3.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-3.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-3.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-3.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-3.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-3.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-3.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-3.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-3.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-3.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-3.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-3.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-3.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-3.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-3.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-3.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-3.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-3.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-3.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-3.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-3.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-3.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-3.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-3.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-3.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-3.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-3.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-3.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-3.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-3.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-3.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-3.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-3.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-3.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-3.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-3.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-3.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-3.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-3.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-3.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-3.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-3.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-4 .award-style-4 .awardListing .awardContent .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.style-4 .data-table thead tr th {
  background-color: #fff;
}
.style-4 .award-details .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fff;
}
.style-4 .awardbx-container .equal-height .col-lg-4 .awardbx {
  background-color: #2aacea;
  color: #fff;
}
.style-4 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx {
  background-color: #fff;
}
.style-4 .awardbx-container .equal-height .col-lg-4:nth-child(2) .awardbx a {
  color: #fff;
}
.style-4 .awardbx-container .equal-height .col-lg-4:last-child .awardbx {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #000;
}
.style-1 .list-style-bold a {
  color: #0d0801 !important;
}
.style-1 .list-style-bold a:hover,
.style-1 .list-style-bold a:active,
.style-1 .list-style-bold a:focus {
  color: #fbac1b !important;
}
.style-1 .list-style-dotted-arrow > li > a,
.style-1 .list-style-bold li::before {
  color: #000 !important;
}
.style-2 .list-style-bold a {
  color: #000 !important;
}
.style-2 .list-style-bold a:hover,
.style-2 .list-style-bold a:active,
.style-2 .list-style-bold a:focus {
  color: #4b3504 !important;
}
.style-2 .list-style-dotted-arrow > li > a,
.style-2 .list-style-bold li::before {
  color: #4b3504 !important;
}
.style-2 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-2 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-2 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-2
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-2
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-2
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-2 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-2 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-2 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-2 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-2
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-2
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-2
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-2 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-2.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-2.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-2.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-2.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-2.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-2.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-2.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-2.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-2.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-2.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-2.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-2.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-2.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-2.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-2.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-2.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-2.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-2.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-2.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-2.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-2.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-2.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-2.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-2.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-2.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-2.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-2.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-2.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-2.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-2.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-2.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-2.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-2.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-2.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-2.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-2.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-2.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-2.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-2.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-2.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-6 .list-style-bold a {
  color: #000 !important;
}
.style-6 .list-style-bold a:hover,
.style-6 .list-style-bold a:active,
.style-6 .list-style-bold a:focus {
  color: #ea3876 !important;
}
.style-6 .list-style-dotted-arrow > li > a,
.style-6 .list-style-bold li::before {
  color: #000 !important;
}
.style-6 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-6 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-6 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-6
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-6
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-6
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-6
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-6 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-6 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-6 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-6 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-6
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-6
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-6
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-6
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-6 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-6.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-6.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-6.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-6.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-6.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-6.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-6.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-6.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-6.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-6.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-6.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-6.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-6.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-6.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-6.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-6.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-6.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-6.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-6.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-6.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-6.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-6.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-6.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-6.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-6.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-6.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-6.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-6.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-6.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-6.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-6.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-6.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-6.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-6.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-6.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-6.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-6.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-6.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-6.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-6.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.style-6.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-5 .list-style-bold a {
  color: #ea3876 !important;
}
.style-5 .list-style-bold a:hover,
.style-5 .list-style-bold a:active,
.style-5 .list-style-bold a:focus {
  color: #183a53 !important;
}
.style-5 .list-style-dotted-arrow > li > a,
.style-5 .list-style-bold li::before {
  color: #183a53 !important;
}
.style-5 .gen-card.fore-color-white .gen-card-icon span.accent-border-color,
.style-5 .gen-card.fore-color-white .gen-card-icon span.btn-theme,
.style-5 .gen-card.fore-color-white .gen-card-icon span.btn-gov,
.style-5
  .gen-card.fore-color-white
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-5
  .gen-card.fore-color-white
  .gen-card-icon
  span.vdo-icon,
.style-5
  .gen-card.fore-color-white
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-5
  .gen-card.fore-color-white
  .gen-card-icon
  span.flexslider,
.style-5 .gen-card.fore-color-white .gen-card-icon span.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-5 .gen-card.fore-color-black .gen-card-icon span.accent-border-color,
.style-5 .gen-card.fore-color-black .gen-card-icon span.btn-theme,
.style-5 .gen-card.fore-color-black .gen-card-icon span.btn-gov,
.style-5
  .gen-card.fore-color-black
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-5
  .gen-card.fore-color-black
  .gen-card-icon
  span.vdo-icon,
.style-5
  .gen-card.fore-color-black
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-5
  .gen-card.fore-color-black
  .gen-card-icon
  span.flexslider,
.style-5 .gen-card.fore-color-black .gen-card-icon span.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-5.home .gen-card.fore-color-white .btn-style-outline.accent-color,
.style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.hvr-radial-out:before,
.style-5.home
  .gen-card.fore-color-white
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.gov-socmedia-icons:before,
.style-5.home
  .gen-card.fore-color-white
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home
  .gen-card.fore-color-white
  div.btn-style-outline.list-text:before,
.style-5.home
  .gen-card.fore-color-white
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-5.home
  .gen-card.fore-color-white
  .compt-management-widget
  > span.btn-style-outline:before,
.style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.knowyrcm-column:before,
.style-5.home .gen-card.fore-color-white .btn-style-outline.writeToCM-bg:before,
.style-5.home
  .gen-card.fore-color-white
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-5.home
  .gen-card.fore-color-white
  .vdospeech-icon
  > span.btn-style-outline,
.style-5.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-link-name,
.style-5.home
  .gen-card.fore-color-white
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-5.home .gen-card.fore-color-white .arch-container > h2.btn-style-outline,
.style-5.home
  .gen-card.fore-color-white
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.hyperlikdiv:before,
.style-5.home .gen-card.fore-color-white .btn-style-outline.accent-border-color,
.style-5.home .gen-card.fore-color-white .btn-style-outline.btn-theme,
.style-5.home .gen-card.fore-color-white .btn-style-outline.btn-gov,
.style-5.home
  .gen-card.fore-color-white
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home
  .gen-card.fore-color-white
  .btn-style-outline.vdo-icon,
.style-5.home
  .gen-card.fore-color-white
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home
  .gen-card.fore-color-white
  .vc_tta-tab
  > a.btn-style-outline,
.style-5.home .gen-card.fore-color-white .btn-style-outline.box-style1:before {
  color: #fff !important;
  border-color: #fff !important;
}
.style-5.home .gen-card.fore-color-black .btn-style-outline.accent-color,
.style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.hvr-radial-out:before,
.style-5.home
  .gen-card.fore-color-black
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.gov-socmedia-icons:before,
.style-5.home
  .gen-card.fore-color-black
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home
  .gen-card.fore-color-black
  div.btn-style-outline.list-text:before,
.style-5.home
  .gen-card.fore-color-black
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-5.home
  .gen-card.fore-color-black
  .compt-management-widget
  > span.btn-style-outline:before,
.style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.knowyrcm-column:before,
.style-5.home .gen-card.fore-color-black .btn-style-outline.writeToCM-bg:before,
.style-5.home
  .gen-card.fore-color-black
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-5.home
  .gen-card.fore-color-black
  .vdospeech-icon
  > span.btn-style-outline,
.style-5.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-link-name,
.style-5.home
  .gen-card.fore-color-black
  .gen-list.list-title-bg
  > h2.btn-style-outline,
.style-5.home .gen-card.fore-color-black .arch-container > h2.btn-style-outline,
.style-5.home
  .gen-card.fore-color-black
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.hyperlikdiv:before,
.style-5.home .gen-card.fore-color-black .btn-style-outline.accent-border-color,
.style-5.home .gen-card.fore-color-black .btn-style-outline.btn-theme,
.style-5.home .gen-card.fore-color-black .btn-style-outline.btn-gov,
.style-5.home
  .gen-card.fore-color-black
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home
  .gen-card.fore-color-black
  .btn-style-outline.vdo-icon,
.style-5.home
  .gen-card.fore-color-black
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home
  .gen-card.fore-color-black
  .vc_tta-tab
  > a.btn-style-outline,
.style-5.home .gen-card.fore-color-black .btn-style-outline.box-style1:before {
  color: #000 !important;
  border-color: #000 !important;
}
.style-3 .list-style-bold a {
  color: #000 !important;
}
.style-3 .list-style-bold a:hover,
.style-3 .list-style-bold a:active,
.style-3 .list-style-bold a:focus {
  color: #475c59 !important;
}
.style-3 .list-style-dotted-arrow > li > a,
.style-3 .list-style-bold li::before {
  color: #475c59 !important;
}
.style-4 .list-style-bold a {
  color: #000 !important;
}
.style-4 .list-style-bold a:hover,
.style-4 .list-style-bold a:active,
.style-4 .list-style-bold a:focus {
  color: #2aacea !important;
}
.style-4 .list-style-dotted-arrow > li > a,
.style-4 .list-style-bold li::before {
  color: #2aacea !important;
}
.sitemap h1,
.sitemap h2 {
  margin: 0 0 15px;
}
.page-template-default h2 {
  margin: 0 0 12px;
}
.page-template-default h3 {
  margin: 0 0 8px;
}
.box.bg-white label,
.bg-white.newsBox label {
  color: #363636;
  font-weight: 600;
  display: block;
  margin: 7px 0 5px;
}
.box.bg-white br,
.bg-white.newsBox br {
  display: none;
}
input[type="submit"] {
  background-color: #fbac1b !important;
  border-color: #fbac1b !important;
  color: #fff !important;
}
.style-1 input[type="submit"] {
  background-color: #fbac1b !important;
  border-color: #fbac1b !important;
}
.style-2 input[type="submit"] {
  background-color: #4b3504 !important;
  border-color: #4b3504 !important;
}
.style-6 input[type="submit"] {
  background-color: #ffdb69 !important;
  border-color: #ffdb69 !important;
}
.style-5 input[type="submit"] {
  background-color: #ea3876 !important;
  border-color: #ea3876 !important;
}
.pdf-downloads .pdf-download-link,
.pdf-downloads a {
  display: inline-block;
  margin: 0 8px 0 0;
}
.pdf-downloads .pdf-download-link:last-child,
.pdf-downloads a:last-child {
  margin: 0;
  position: relative;
  top: 2px;
}
.pdf-downloads .download .icon-pdf.pdf-icon {
  display: none;
}
.event-style-4 .event-desc {
  display: none;
}
.event-style-4 .gen-card:hover {
  box-shadow: none;
  transform: inherit;
  -webkit-transform: inherit;
}

.event-style-4 .gen-card .gen-card-content-main .gen-card-content {
  padding: 0 10px 40px;
}
.event-style-4 .gen-card .gen-card-content-main .gen-card-content h3 {
  padding: 15px 0;
  font-weight: 300;
  margin: 0;
  font-size: 1.25em;
}
.event-style-4 .gen-card .gen-card-content-main .gen-card-content .socialCont {
  background: #f1f1f1;
  margin: 0;
  padding: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  border-top: 1px solid #e1e1e1;
}
.event-style-4
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul {
  padding: 0;
}
.event-style-4
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul
  li {
  padding: 0 5px;
}
.event-style-4 .list-view .event-desc {
  display: block;
  margin: 0 0 10px;
}
.event-style-4 .list-view .gen-card-content-main .gen-card-content h3 {
  padding: 20px 0 5px;
}

.event-style-4 .list-view .gen-card .gen-card-content-main {
  float: left;
  width: 70%;
  padding-left: 2%;
}
.event-style-4 .list-view .gen-card .gen-card-content-main .gen-card-content {
  padding: 0;
}
.event-style-4
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont {
  width: auto;
  padding-right: 10px;
  margin: 0;
  border: 1px solid #e1e1e1;
  position: static;
}
.event-style-5 .eventlistingContainer {
  background: #eeeeee;
  margin-bottom: 1em;
  width: 100%;
}
.event-style-5 .eventlistingContainer .eventListingImage {
  width: 100%;
  position: relative;
}

.event-style-5 .eventlistingContainer .eventListingImage .eventListingBg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(transparent)
  );
  background: linear-gradient(#000, transparent);
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}
.event-style-5
  .eventlistingContainer
  .eventListingImage
  .eventListingBg
  .eventHeadingContainer {
  border-left: 8px solid #d01713;
  padding: 1em 1em 0;
}
.event-style-5 .eventlistingContainer .eventListingTxtCont {
  padding: 15px;
}
.event-style-5 .eventlistingContainer .eventListingTxtCont p {
  display: none;
}
.event-style-5 .eventlistingContainer .eventListingTxtCont .socialCont {
  float: left;
  width: calc(100% - 125px);
  text-align: left;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
  position: static;
}
.event-style-5
  .eventlistingContainer
  .eventListingTxtCont
  .socialCont
  li
  a:hover {
  color: #3c5396;
}
.event-style-5 .eventlistingContainer .eventListingTxtCont .btn {
  width: 125px;
  padding: 8px 12px;
}
.event-style-5 .eventlistingContainer:hover .eventListingBg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.event-style-5 .list-view .eventlistingContainer .eventListingImage {
  float: left;
  width: 30%;
}
.event-style-5 .list-view .eventlistingContainer .eventListingTxtCont {
  float: right;
  text-align: left;
  width: 69%;
}
.event-style-5 .list-view .eventlistingContainer .eventListingTxtCont p {
  display: block;
}
.push-right {
  float: right !important;
}
.push-left {
  float: left !important;
}
.center-content {
  text-align: center;
}
.list-view .center-content {
  text-align: left;
}
.event-style-6 .event-desc {
  display: none;
}
.event-style-6 .list-view .event-desc {
  display: block;
  margin: 0 0 10px;
}
.event-style-6 .gen-card-with-image,
.news-style-7 .gen-card-with-image {
  background: #f0f0f0;
  margin-bottom: 1.3em;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.event-style-6 .gen-card-content-main,
.news-style-7 .gen-card-content-main {
  padding: 20px 20px 70px;
  margin-top: 3px;
  text-align: center;
}
.event-style-6 .gen-card-content-main p,
.news-style-7 .gen-card-content-main p {
  border-bottom: 1px solid #fff;
  font-size: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 3px;
}
.event-style-6 .gen-card-content-main .socialCont,
.news-style-7 .gen-card-content-main .socialCont {
  border-color: #fff;
  bottom: 30px;
}
.event-style-6 .gen-card-content-main .socialCont li,
.news-style-7 .gen-card-content-main .socialCont li {
  padding: 0 7px;
}
.event-style-6 .gen-card-content-main .socialCont li a:hover,
.news-style-7 .gen-card-content-main .socialCont li a:hover {
  color: #666;
}
.event-style-6 .gen-card-content-main a.details-btn,
.news-style-7 .gen-card-content-main a.details-btn {
  background: none;
  border: 2px solid #fff;
  color: #000;
  border-radius: 0;
}
.event-style-6 .list-view .gen-card-with-image,
.news-style-7 .list-view .gen-card-with-image {
  width: 100%;
}

.event-style-6 .list-view .gen-card-with-image .gen-card-content-main,
.news-style-7 .list-view .gen-card-with-image .gen-card-content-main {
  float: left;
  width: 70%;
  padding-left: 2%;
  text-align: left;
}
.event-style-6
  .list-view
  .gen-card-with-image
  .gen-card-content-main
  .socialCont,
.news-style-7
  .list-view
  .gen-card-with-image
  .gen-card-content-main
  .socialCont {
  text-align: left;
  border: 0;
  margin: 0;
}
.event-style-6
  .list-view
  .gen-card-with-image
  .gen-card-content-main
  .socialCont {
  float: left;
  width: auto;
  padding: 0 20px 0 0;
}
.gallery-style-5 .gen-card:hover,
.single-gallery-style-5 .gen-card:hover {
  box-shadow: none;
  transform: inherit;
  -webkit-transform: inherit;
}

.gallery-style-5 .gen-card .gen-card-content-main .gen-card-content,
.single-gallery-style-5 .gen-card .gen-card-content-main .gen-card-content {
  color: #333;
  padding: 15px 15px 50px;
}
.gallery-style-5 .gen-card .gen-card-content-main .gen-card-content h2,
.single-gallery-style-5 .gen-card .gen-card-content-main .gen-card-content h2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 17px;
  line-height: 20px;
}
.gallery-style-5 .gen-card .gen-card-content-main .gen-card-content .socialCont,
.single-gallery-style-5
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont {
  background: #f3f3f3;
  bottom: 15px;
}

.gallery-style-5 .list-view .gen-card .gen-card-content-main .gen-card-content,
.single-gallery-style-5
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content {
  padding: 0;
}
.gallery-style-5
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont,
.single-gallery-style-5
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont {
  width: auto;
  padding-right: 10px;
  margin: 0;
}

.gallery-style-6 .photolistingContainer,
.single-gallery-style-6 .photolistingContainer,
.video-style-4 .photolistingContainer {
  margin-bottom: 2em;
  width: 100%;
  background: #eeeeee;
}
.gallery-style-6 .photolistingContainer .photoListingImage,
.single-gallery-style-6 .photolistingContainer .photoListingImage,
.video-style-4 .photolistingContainer .photoListingImage {
  width: 100%;
  position: relative;
}

.gallery-style-6 .photolistingContainer .photoListingBg,
.single-gallery-style-6 .photolistingContainer .photoListingBg,
.video-style-4 .photolistingContainer .photoListingBg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#000)
  );
  background: linear-gradient(transparent, #000);
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
  padding: 1.5em;
}
.gallery-style-6 .photolistingContainer .photoListingBg .photoHeadingContainer,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer,
.video-style-4 .photolistingContainer .photoListingBg .photoHeadingContainer {
  position: absolute;
  bottom: 63px;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 1.2em;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2
  a,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2
  a,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2
  a {
  color: #fff;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  span,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  span,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  span {
  text-transform: capitalize;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  p,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  p,
.video-style-4 .photolistingContainer .photoListingBg .photoHeadingContainer p {
  display: none;
}
.gallery-style-6 .photolistingContainer .photoListingBg .photosocialCont,
.single-gallery-style-6 .photolistingContainer .photoListingBg .photosocialCont,
.video-style-4 .photolistingContainer .photoListingBg .photosocialCont {
  position: absolute;
  bottom: 1em;
  width: 90%;
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont {
  float: left;
  width: calc(100% - 85px);
  text-align: left;
  border: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a {
  color: #fff;
}
.gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a:hover,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a:hover,
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  li
  a:hover {
  color: #3c5396;
}
.gallery-style-6 .photolistingContainer .photoListingBg .photosocialCont .btn,
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .btn,
.video-style-4 .photolistingContainer .photoListingBg .photosocialCont .btn {
  width: 85px;
  padding: 5px 10px;
}
.gallery-style-6 .photolistingContainer:hover .photoListingBg,
.single-gallery-style-6 .photolistingContainer:hover .photoListingBg,
.video-style-4 .photolistingContainer:hover .photoListingBg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingImage
  .image-list,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingImage
  .image-list,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingImage
  .image-list {
  float: left;
  width: 30%;
}
.gallery-style-6 .list-view .photolistingContainer .photoListingBg,
.single-gallery-style-6 .list-view .photolistingContainer .photoListingBg,
.video-style-4 .list-view .photolistingContainer .photoListingBg {
  position: relative;
  float: right;
  text-align: left;
  width: 70%;
  background: none;
  color: #000;
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer {
  position: inherit;
  bottom: 0;
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  a,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  a,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  a {
  color: #000;
}
.gallery-style-6 .list-view .photolistingContainer .photoListingBg p,
.single-gallery-style-6 .list-view .photolistingContainer .photoListingBg p,
.video-style-4 .list-view .photolistingContainer .photoListingBg p {
  display: block;
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont {
  position: inherit;
  width: 100%;
  margin-top: 25px;
  padding-top: 10px;
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul {
  padding: 0;
}
.gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul
  li
  a,
.single-gallery-style-6
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul
  li
  a,
.video-style-4
  .list-view
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul
  li
  a {
  color: #000;
}
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont {
  position: static;
}
.single-gallery-style-6
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont
  ul {
  padding: 4px 0;
}
.style-3
  .video-style-4
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  a:hover,
.style-3 .video-style-3 .pressrelease-details .card-content a:hover {
  color: #475c59;
}
.video-style-2 .gen-card .gen-card-content-main .gen-card-content h2 {
  margin: 8px 0;
}
.video-style-2 .list-view .gen-card .gen-card-content-main {
  padding: 10px 20px 20px;
}
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photoHeadingContainer
  h2 {
  margin: 0;
}
.single-project .event-details .meta-info p {
  margin: 0 0 5px;
}
.gallery-style-7 .photoglryMainCont,
.single-gallery-style-7 .photoglryMainCont {
  background: #ebebeb;
  margin-bottom: 30px;
  width: 100%;
}
.gallery-style-7 .photoglryMainCont .phtogalleryImage,
.single-gallery-style-7 .photoglryMainCont .phtogalleryImage {
  width: 100%;
  position: relative;
}

.gallery-style-7 .photoglryMainCont .phtogalleryImage .folderPhotoContainer,
.single-gallery-style-7
  .photoglryMainCont
  .phtogalleryImage
  .folderPhotoContainer {
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  border-radius: 50%;
  font-weight: 600;
  height: 70px;
  left: 50%;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  bottom: -29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
}
.gallery-style-7
  .photoglryMainCont
  .phtogalleryImage
  .folderPhotoContainer
  span,
.single-gallery-style-7
  .photoglryMainCont
  .phtogalleryImage
  .folderPhotoContainer
  span {
  font-size: 1.4em;
  display: block;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont {
  width: 100%;
  padding: 2em 1em;
  text-align: center;
  position: relative;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont h2,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont h2 {
  padding: 0;
  font-weight: 600;
  font-size: 1em;
  margin: 0 0 15px;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont h2 a,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont h2 a {
  color: #000;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont p,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont p {
  display: none;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont .borderDiv,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont .borderDiv {
  width: 100%;
  height: 3px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont .socialCont,
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont .socialCont {
  border: 0;
  bottom: 15px;
}
.gallery-style-7 .photoglryMainCont .photogalleryTxtCont .galleryviewAllButton,
.single-gallery-style-7
  .photoglryMainCont
  .photogalleryTxtCont
  .galleryviewAllButton {
  margin-top: 15px;
}
.gallery-style-7 .photoglryMainCont:hover,
.single-gallery-style-7 .photoglryMainCont:hover {
  background: rgba(167, 167, 167, 0.4);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.gallery-style-7 .list-view .photoglryMainCont .phtogalleryImage,
.single-gallery-style-7 .list-view .photoglryMainCont .phtogalleryImage {
  width: 30%;
  float: left;
}
.gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont,
.single-gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont {
  float: left;
  width: 70%;
  text-align: left;
  padding: 15px 15px 15px 35px;
}
.gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont p,
.single-gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont p {
  display: block;
}
.gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont .socialCont,
.single-gallery-style-7
  .list-view
  .photoglryMainCont
  .photogalleryTxtCont
  .socialCont {
  text-align: left;
}
.single-gallery-style-7
  .photoglryMainCont
  .phtogalleryImage
  .folderPhotoContainer {
  bottom: inherit;
  top: 50%;
  margin-top: -30px;
}
.single-gallery-style-7 .photoglryMainCont .photogalleryTxtCont {
  padding: 1em 1em 5em;
}
.news-style-5 .pressrelease-details,
.video-style-3 .pressrelease-details {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 9;
  overflow: hidden;
  margin-bottom: 1em;
}

.news-style-5 .pressrelease-details .card-content,
.video-style-3 .pressrelease-details .card-content {
  color: #fff;
  font-weight: 300;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: rgba(0, 0, 0, 0.5);
}
.news-style-5 .pressrelease-details .card-content:before,
.video-style-3 .pressrelease-details .card-content:before {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.64))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a3f20400',GradientType=0 );
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news-style-5 .pressrelease-details .card-content a:hover,
.video-style-3 .pressrelease-details .card-content a:hover {
  color: #00afef;
}
.news-style-5 .pressrelease-details .card-content h2,
.video-style-3 .pressrelease-details .card-content h2 {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0;
  font-style: italic;
  margin: 5px 0 10px;
}
.news-style-5 .pressrelease-details .card-content p,
.video-style-3 .pressrelease-details .card-content p {
  font-size: 0.9em;
}
.news-style-5 .pressrelease-details .card-content .social-section p,
.video-style-3 .pressrelease-details .card-content .social-section p {
  display: none;
}
.news-style-5 .pressrelease-details .card-content .socialCont,
.video-style-3 .pressrelease-details .card-content .socialCont {
  bottom: 0;
  left: 0;
  padding-left: 10px;
  text-align: left;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  background: rgba(152, 152, 152, 0.8);
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  border: none;
}
.news-style-5 .pressrelease-details .card-content .socialCont ul,
.video-style-3 .pressrelease-details .card-content .socialCont ul {
  padding: 10px 0;
  width: calc(100% - 100px);
  float: left;
}
.news-style-5 .pressrelease-details .card-content .socialCont ul li,
.video-style-3 .pressrelease-details .card-content .socialCont ul li {
  padding: 0 5px;
}
.news-style-5 .pressrelease-details .card-content a.btn,
.video-style-3 .pressrelease-details .card-content a.btn {
  width: 100px;
  padding: 11px 0;
}
.news-style-5 .pressrelease-details:hover .card-content:before,
.video-style-3 .pressrelease-details:hover .card-content:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news-style-5 .list-view .pressrelease-details,
.video-style-3 .list-view .pressrelease-details {
  border: 1px solid #ccc;
}

.news-style-5 .list-view .pressrelease-details .card-content,
.video-style-3 .list-view .pressrelease-details .card-content {
  background: none;
  color: #000;
  float: left;
  position: unset;
  -webkit-transform: none;
  transform: none;
  width: 70%;
  padding: 15px 20px 0;
}
.news-style-5 .list-view .pressrelease-details .card-content .social-section p,
.video-style-3
  .list-view
  .pressrelease-details
  .card-content
  .social-section
  p {
  display: block;
  font-size: 1em;
}
.news-style-5 .list-view .pressrelease-details .card-content .socialCont,
.video-style-3 .list-view .pressrelease-details .card-content .socialCont {
  position: inherit;
  width: 260px;
  background: transparent;
  border: 1px solid #e1e1e1;
}
.news-style-5 .list-view .pressrelease-details .card-content .btn,
.video-style-3 .list-view .pressrelease-details .card-content .btn {
  padding: 10px 0;
}
.news-style-5 .list-view .pressrelease-details .card-content:before,
.video-style-3 .list-view .pressrelease-details .card-content:before {
  background: none;
}
.single-gallery-style-7
  .list-view
  .photoglryMainCont
  .photogalleryTxtCont
  .socialCont {
  position: static;
}
.single-gallery-style-7 .list-view .photoglryMainCont .photogalleryTxtCont h2 {
  margin: 0;
}
.news.news-style-5 .pressrelease-details .card-content .socialCont {
  height: 44px;
}
.video-style-3 .pressrelease-details .card-content::before {
  content: none;
}
.news-style-6 .gen-card,
.service-style-3 .gen-card,
.service-style-4 .gen-card,
.video-style-2 .gen-card {
  padding: 15px 15px 60px;
}
.news-style-6 .gen-card:hover,
.service-style-3 .gen-card:hover,
.service-style-4 .gen-card:hover,
.video-style-2 .gen-card:hover {
  box-shadow: none;
  transform: inherit;
  -webkit-transform: inherit;
}

.news-style-6 .gen-card .eventItemImage,
.service-style-3 .gen-card .eventItemImage,
.service-style-4 .gen-card .eventItemImage,
.video-style-2 .gen-card .eventItemImage {
  position: relative;
}
.news-style-6 .gen-card .eventItemImage .image-hover .image-hover-main,
.service-style-3 .gen-card .eventItemImage .image-hover .image-hover-main,
.service-style-4 .gen-card .eventItemImage .image-hover .image-hover-main,
.video-style-2 .gen-card .eventItemImage .image-hover .image-hover-main {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
}
.news-style-6 .gen-card .eventItemImage .image-hover .image-hover-main h2,
.service-style-3 .gen-card .eventItemImage .image-hover .image-hover-main h2,
.service-style-4 .gen-card .eventItemImage .image-hover .image-hover-main h2,
.video-style-2 .gen-card .eventItemImage .image-hover .image-hover-main h2 {
  position: absolute;
  bottom: 0;
  font-size: 1.1em;
  color: #fff;
}
.news-style-6 .gen-card .gen-card-content-main .gen-card-content,
.service-style-3 .gen-card .gen-card-content-main .gen-card-content,
.service-style-4 .gen-card .gen-card-content-main .gen-card-content,
.video-style-2 .gen-card .gen-card-content-main .gen-card-content {
  padding: 0;
}
.news-style-6 .gen-card .gen-card-content-main .gen-card-content h3,
.service-style-3 .gen-card .gen-card-content-main .gen-card-content h3,
.service-style-4 .gen-card .gen-card-content-main .gen-card-content h3,
.video-style-2 .gen-card .gen-card-content-main .gen-card-content h3 {
  font-size: 1.1em;
  padding: 15px 0 10px;
  margin: 0;
}
.news-style-6 .gen-card .gen-card-content-main .gen-card-content .socialCont,
.service-style-3 .gen-card .gen-card-content-main .gen-card-content .socialCont,
.service-style-4 .gen-card .gen-card-content-main .gen-card-content .socialCont,
.video-style-2 .gen-card .gen-card-content-main .gen-card-content .socialCont {
  bottom: 15px;
}
.news-style-6 .gen-card .gen-card-content-main .gen-card-content .socialCont ul,
.service-style-3
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul,
.service-style-4
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul,
.video-style-2
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul {
  float: left;
  width: 50%;
  padding: 6px 0;
}
.news-style-6
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul
  li
  a,
.service-style-3
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul
  li
  a,
.service-style-4
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul
  li
  a,
.video-style-2
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul
  li
  a {
  padding: 2px 4px;
}
.news-style-6
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  a.btn,
.service-style-3
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  a.btn,
.service-style-4
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  a.btn,
.video-style-2
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  a.btn {
  float: left;
  width: 50%;
  padding: 8px 0 9px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.news-style-6 .gen-card:hover .image-hover .image-hover-main,
.service-style-3 .gen-card:hover .image-hover .image-hover-main,
.service-style-4 .gen-card:hover .image-hover .image-hover-main,
.video-style-2 .gen-card:hover .image-hover .image-hover-main {
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.news-style-6 .gen-card:hover .image-hover .image-hover-main h2,
.service-style-3 .gen-card:hover .image-hover .image-hover-main h2,
.service-style-4 .gen-card:hover .image-hover .image-hover-main h2,
.video-style-2 .gen-card:hover .image-hover .image-hover-main h2 {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.news-style-6
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main,
.service-style-3
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main,
.service-style-4
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main,
.video-style-2
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main {
  position: inherit;
  background: none;
  padding: 0;
}
.news-style-6
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main
  h2,
.service-style-3
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main
  h2,
.service-style-4
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main
  h2,
.video-style-2
  .list-view
  .gen-card
  .eventItemImage
  .image-hover
  .image-hover-main
  h2 {
  position: inherit;
  bottom: 0;
  font-size: 1.1em;
  color: #040404;
  min-height: auto;
  display: inline-block;
  width: 70%;
  padding: 15px 10px 0 20px;
}
.news-style-6 .list-view .gen-card .gen-card-content-main,
.service-style-3 .list-view .gen-card .gen-card-content-main,
.service-style-4 .list-view .gen-card .gen-card-content-main,
.video-style-2 .list-view .gen-card .gen-card-content-main {
  width: 70%;
  padding-left: 20px;
}
.news-style-6 .list-view .gen-card .gen-card-content-main .gen-card-content,
.service-style-3 .list-view .gen-card .gen-card-content-main .gen-card-content,
.service-style-4 .list-view .gen-card .gen-card-content-main .gen-card-content,
.video-style-2 .list-view .gen-card .gen-card-content-main .gen-card-content {
  padding: 0;
}
.news-style-6 .list-view .gen-card .gen-card-content-main .gen-card-content h3,
.service-style-3
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  h3,
.service-style-4
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  h3,
.video-style-2
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  h3 {
  padding: 0 0 10px 0;
}
.news-style-6
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont,
.service-style-3
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont,
.service-style-4
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont,
.video-style-2
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont {
  padding-right: 0px;
}
.news-style-6
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul,
.service-style-3
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul,
.service-style-4
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul,
.video-style-2
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont
  ul {
  padding-right: 10px;
}
.news-style-6 .list-view .gen-card:hover .image-hover .image-hover-main,
.service-style-3 .list-view .gen-card:hover .image-hover .image-hover-main,
.service-style-4 .list-view .gen-card:hover .image-hover .image-hover-main,
.video-style-2 .list-view .gen-card:hover .image-hover .image-hover-main {
  background: none !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.news-style-6 .list-view .gen-card:hover .image-hover .image-hover-main h2,
.service-style-3 .list-view .gen-card:hover .image-hover .image-hover-main h2,
.service-style-4 .list-view .gen-card:hover .image-hover .image-hover-main h2,
.video-style-2 .list-view .gen-card:hover .image-hover .image-hover-main h2 {
  bottom: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.news-style-7 .gen-card-content-main h2 {
  font-size: 1.2em;
}
.news-style-7 .gen-card-content-main p {
  font-size: 1em;
}

.service-style-3 ul.equal-height,
.service-style-4 ul.equal-height {
  padding: 0;
}
.service-style-3 .gen-card .gen-card-content a,
.service-style-4 .gen-card .gen-card-content a {
  display: block;
  color: #333;
}

.video-style-4 .photoListingBg .photoHeadingContainer a {
  color: #fff;
}
.bg-none.home-slider.flexslider .slides {
  background: none !important;
}
.contrast.style-1 .list-style-bold a,
.contrast.style-1 .list-style-bold a,
.contrast.style-2 .list-style-bold a,
.contrast.style-6 .list-style-bold a,
.contrast.style-5 .list-style-bold a,
.contrast.style-3 .list-style-bold a,
.contrast.style-4 .list-style-bold a,
.contrast.style-7 .list-style-bold a,
.contrast.style-8 .list-style-bold a,
.contrast.style-9 .list-style-bold a {
  color: #ff0 !important;
}
.contrast.style-1 .list-style-bold a:hover,
.contrast.style-1 .list-style-bold a:active,
.contrast.style-1 .list-style-bold a:focus,
.contrast.style-1 .list-style-bold a:hover,
.contrast.style-1 .list-style-bold a:active,
.contrast.style-1 .list-style-bold a:focus,
.contrast.style-2 .list-style-bold a:hover,
.contrast.style-2 .list-style-bold a:active,
.contrast.style-2 .list-style-bold a:focus,
.contrast.style-6 .list-style-bold a:hover,
.contrast.style-6 .list-style-bold a:active,
.contrast.style-6 .list-style-bold a:focus,
.contrast.style-5 .list-style-bold a:hover,
.contrast.style-5 .list-style-bold a:active,
.contrast.style-5 .list-style-bold a:focus,
.contrast.style-3 .list-style-bold a:hover,
.contrast.style-3 .list-style-bold a:active,
.contrast.style-3 .list-style-bold a:focus,
.contrast.style-4 .list-style-bold a:hover,
.contrast.style-4 .list-style-bold a:active,
.contrast.style-4 .list-style-bold a:focus,
.contrast.style-7 .list-style-bold a:hover,
.contrast.style-7 .list-style-bold a:active,
.contrast.style-7 .list-style-bold a:focus,
.contrast.style-8 .list-style-bold a:hover,
.contrast.style-8 .list-style-bold a:active,
.contrast.style-8 .list-style-bold a:focus,
.contrast.style-9 .list-style-bold a:hover,
.contrast.style-9 .list-style-bold a:active,
.contrast.style-9 .list-style-bold a:focus {
  color: #ff0 !important;
  text-decoration: underline;
}
.contrast.style-1 .list-style-dotted-arrow > li > a,
.contrast.style-1 .list-style-bold li::before,
.contrast.style-1 .list-style-dotted-arrow > li > a,
.contrast.style-1 .list-style-bold li::before,
.contrast.style-2 .list-style-dotted-arrow > li > a,
.contrast.style-2 .list-style-bold li::before,
.contrast.style-6 .list-style-dotted-arrow > li > a,
.contrast.style-6 .list-style-bold li::before,
.contrast.style-5 .list-style-dotted-arrow > li > a,
.contrast.style-5 .list-style-bold li::before,
.contrast.style-3 .list-style-dotted-arrow > li > a,
.contrast.style-3 .list-style-bold li::before,
.contrast.style-4 .list-style-dotted-arrow > li > a,
.contrast.style-4 .list-style-bold li::before,
.contrast.style-7 .list-style-dotted-arrow > li > a,
.contrast.style-7 .list-style-bold li::before,
.contrast.style-8 .list-style-dotted-arrow > li > a,
.contrast.style-8 .list-style-bold li::before,
.contrast.style-9 .list-style-dotted-arrow > li > a,
.contrast.style-9 .list-style-bold li::before {
  color: #ff0 !important;
}
.contrast.style-1
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-1
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-2
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-6
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-5
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-3
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-4
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-7
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-8
  .search-main-container
  .search-container
  .search-area
  form
  .btn,
.contrast.style-9
  .search-main-container
  .search-container
  .search-area
  form
  .btn {
  background-color: #000;
  border-color: #ff0;
}
.contrast.style-1
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-1
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-2
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-6
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-5
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-3
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-4
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-7
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-8
  .search-main-container
  .search-container
  .search-area
  select.form-control,
.contrast.style-9
  .search-main-container
  .search-container
  .search-area
  select.form-control {
  background-color: #fff;
}
.contrast.style-1 #topBar #accessibility > ul > li a:hover,
.contrast.style-1 #topBar #accessibility > ul > li a:focus,
.contrast.style-1 #topBar #accessibility > ul > li a:hover,
.contrast.style-1 #topBar #accessibility > ul > li a:focus,
.contrast.style-2 #topBar #accessibility > ul > li a:hover,
.contrast.style-2 #topBar #accessibility > ul > li a:focus,
.contrast.style-6 #topBar #accessibility > ul > li a:hover,
.contrast.style-6 #topBar #accessibility > ul > li a:focus,
.contrast.style-5 #topBar #accessibility > ul > li a:hover,
.contrast.style-5 #topBar #accessibility > ul > li a:focus,
.contrast.style-3 #topBar #accessibility > ul > li a:hover,
.contrast.style-3 #topBar #accessibility > ul > li a:focus,
.contrast.style-4 #topBar #accessibility > ul > li a:hover,
.contrast.style-4 #topBar #accessibility > ul > li a:focus,
.contrast.style-7 #topBar #accessibility > ul > li a:hover,
.contrast.style-7 #topBar #accessibility > ul > li a:focus,
.contrast.style-8 #topBar #accessibility > ul > li a:hover,
.contrast.style-8 #topBar #accessibility > ul > li a:focus,
.contrast.style-9 #topBar #accessibility > ul > li a:hover,
.contrast.style-9 #topBar #accessibility > ul > li a:focus {
  background-color: #333;
}
.contrast.style-1 #topBar .govBranding ul li a:hover,
.contrast.style-1 #topBar .govBranding ul li a:focus,
.contrast.style-1 #topBar .govBranding ul li a:hover,
.contrast.style-1 #topBar .govBranding ul li a:focus,
.contrast.style-2 #topBar .govBranding ul li a:hover,
.contrast.style-2 #topBar .govBranding ul li a:focus,
.contrast.style-6 #topBar .govBranding ul li a:hover,
.contrast.style-6 #topBar .govBranding ul li a:focus,
.contrast.style-5 #topBar .govBranding ul li a:hover,
.contrast.style-5 #topBar .govBranding ul li a:focus,
.contrast.style-3 #topBar .govBranding ul li a:hover,
.contrast.style-3 #topBar .govBranding ul li a:focus,
.contrast.style-4 #topBar .govBranding ul li a:hover,
.contrast.style-4 #topBar .govBranding ul li a:focus,
.contrast.style-7 #topBar .govBranding ul li a:hover,
.contrast.style-7 #topBar .govBranding ul li a:focus,
.contrast.style-8 #topBar .govBranding ul li a:hover,
.contrast.style-8 #topBar .govBranding ul li a:focus,
.contrast.style-9 #topBar .govBranding ul li a:hover,
.contrast.style-9 #topBar .govBranding ul li a:focus {
  background-color: #333333;
}
.single-scheme h1 {
  margin: 0 0 20px;
}
.list-view .awardListing h2 {
  min-height: inherit;
}
.award-style-1 ul.equal-height,
.award-style-5 ul.equal-height {
  padding: 0;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
span.wpcf7-not-valid-tip {
  font-size: 1em;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
  bottom: -15px;
}
.video-style-2 .gen-card .gen-card-content-main .gen-card-content {
  padding: 0 0 60px;
}
.video-style-2
  .list-view
  .gen-card
  .gen-card-content-main
  .gen-card-content
  .socialCont {
  width: 225px;
  margin: 15px 0 0;
}
.video-style-3 .list-view .pressrelease-details .card-content .socialCont {
  margin: 15px 0 0;
}
.video-style-4
  .photolistingContainer
  .photoListingBg
  .photosocialCont
  .socialCont {
  position: static;
}
.news-style-5 .pressrelease-details {
  margin: 0 0 30px;
}
.style-1 .video-style-3 .pressrelease-details .card-content a {
  color: #ffa707;
}
.style-1 .video-style-3 .pressrelease-details .card-content a:hover {
  color: #ffa707;
}
.style-3 .video-style-3 .pressrelease-details .card-content a {
  color: #3daaaf;
}
.style-3 .video-style-3 .pressrelease-details .card-content a:hover {
  color: #3daaaf;
}
.style-4 .video-style-3 .pressrelease-details .card-content a {
  color: #b91411;
}
.style-4 .video-style-3 .pressrelease-details .card-content a:hover {
  color: #b91411;
}
.style-2 .video-style-3 .pressrelease-details .card-content a,
.style-5 .video-style-3 .pressrelease-details .card-content a,
.style-7 .video-style-3 .pressrelease-details .card-content a,
.style-8 .video-style-3 .pressrelease-details .card-content a,
.style-9 .video-style-3 .pressrelease-details .card-content a {
  color: #fff;
}
.style-2 .video-style-3 .pressrelease-details .card-content a:hover,
.style-5 .video-style-3 .pressrelease-details .card-content a:hover,
.style-7 .video-style-3 .pressrelease-details .card-content a:hover,
.style-8 .video-style-3 .pressrelease-details .card-content a:hover,
.style-9 .video-style-3 .pressrelease-details .card-content a:hover {
  color: #fff;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  background: #fff;
}
#SkipContent {
  opacity: 0;
}
.style-3 {
  font-family: "Merriweather";
}
.style-3.home-page-ecommittee {
  font-family: "Questrial", sans-serif;
  line-height: 1.5em;
}
.style-3.home-page-ecommittee div,
.style-3.home-page-ecommittee p,
.style-3.home-page-ecommittee span,
.style-3.home-page-ecommittee table,
.style-3.home-page-ecommittee th,
.style-3.home-page-ecommittee td {
  font-size: 1.0134em;
}
.style-3.home-page-ecommittee p {
  line-height: 1.5em;
}
.style-3.home-page-ecommittee .logo .site_logo .logo_text .h1-logo,
.style-3.home-page-ecommittee .logo .site_logo .logo_text .site_name_english {
  margin: 7px 0 !important;
}
.style-3.home-page-ecommittee .logo .site_logo .logo_text .logo-sub-title {
  margin-top: 0;
}
.style-3.home-page-ecommittee .menuWrapper .nav li a {
  font-size: 16px;
}
.style-3.home-page-ecommittee .arrowDetails span {
  font-size: 1.3em;
}
.style-3.home-page-ecommittee .clndr-cntr #calander > li > span:empty {
  font-size: 0;
}
.style-3.home-page-ecommittee span.indicator {
  font-size: 11px;
  right: 3px;
}

a {
  color: #946103;
}
.bgSection {
  padding: 25px 0px;
}
.gallerySection {
  padding: 50px 0px;
}
.bgWrapper {
  background: #f4f4f4;
}
.mobileElement {
  display: none;
}
@media (max-width: 768px) {
  .mobileElement {
    display: block;
  }
  .desktopElement {
    display: none;
  }
  .style-3.home-page-ecommittee .logo .h1-logo,
  .style-3.home-page-ecommittee .logo .site_name_english {
    margin: 3px 0 !important;
  }
}
#mainHeader,
.header-wrapper,
.megamenu-wraper,
#overflowMenu,
.banner-wrapper,
#footerScrollbarWrapper {
  font-size: 14px;
}
.safari * {
  transition: none !important;
}
.safari .fixedHeader {
  position: relative;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 0;
  z-index: 9999;
  box-shadow: 0px 0px 6px 0px #000;
}
.menuToggle {
  display: none;
}
.logo .site_logo {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.logo .site_logo .emblem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.logo .site_logo .logo_text {
  display: inline-block;
  vertical-align: middle;
}
.logo .site_logo .logo_text strong {
  font-weight: 400;
  display: block;
  font-size: 17px;
  line-height: 18px;
}
.logo .site_logo .logo_text .site_name_english,
.logo .site_logo .logo_text h1.h1-logo {
  font-style: normal;
  font-size: 1.75em;
  margin: 0;
  font-weight: 700;
}
.logo .site_logo .logo_text .logo-sub-title {
  font-weight: 600;
  font-size: 16px;
  color: #222;
  width: 100%;
  display: inline-block;
}
.logo .site_logo:hover {
  color: #000 !important;
}
.header-right {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.header-right a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 0;
}

.header-right a:last-child {
  margin: 0;
}
.style-1 a {
  color: #d80808;
}
.style-1 a.btn {
  color: #fbac1b;
}
.style-1 .logo a {
  color: #000;
}
.style-1 .home-slider.flexslider .slides {
  background: #fbac1b;
}
.style-1 #topBar {
  background: #e5e2db;
}
.style-2 a {
  color: #4b3504;
}
.style-2 .logo a {
  color: #000;
}
.style-2 .home-slider.flexslider .slides {
  background: #4b3504;
}
.style-3 a {
  color: #5353ea;
}
.style-3 .logo a {
  color: #000;
}
.style-3 .home-slider.flexslider .slides {
  background: #66b9ac;
}
.style-4 a {
  color: #fff;
}
.style-4 .logo a {
  color: #000;
}
.style-4 .home-slider.flexslider .slides {
  background: #fff;
}
.style-4 a {
  color: #2aacea;
}
.style-4 .logo a {
  color: #000;
}
.style-4 .home-slider.flexslider .slides {
  background: #2aacea;
}
.style-5 a {
  color: #ea3876;
}
.style-5 .logo a {
  color: #000;
}
.style-5 .home-slider.flexslider .slides {
  background: #ea3876;
}
.style-6 a {
  color: #ea3876;
}
.style-6 .logo a {
  color: #000;
}
.style-6 .home-slider.flexslider .slides {
  background: #ffdb69;
}
.style-7 a {
  color: #3aa04a;
}
.style-7 .logo a {
  color: #000;
}
.style-7 .home-slider.flexslider .slides {
  background: #3aa04a;
}
.style-8 a {
  color: #730068;
}
.style-8 .logo a {
  color: #000;
}
.style-8 .home-slider.flexslider .slides {
  background: #730068;
}
.style-9 a {
  color: #024;
}
.style-9 a:hover {
  color: #06b1ac;
}
.style-9 .logo a {
  color: #000;
}
.style-9 .home-slider.flexslider .slides {
  background: #024;
}
#topBar {
  background: #e2e1dc;
}
.style-2 #topBar {
  background: #f6f3ee;
}
.style-3 #topBar {
  background: #fff;
}
.style-4 #topBar {
  background: #f6f3ee;
  border-color: #e4e4e4;
}
a.menuToggle {
  color: #000 !important;
}
.menuToggle {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  display: none;
}
.menuToggle span {
  display: block;
  text-align: center;
}
.menuToggle span.icon-menu {
  font-size: 35px;
}
.menuToggle span.menu-text {
  display: none;
}
@media (max-width: 640px) {
  .headerMainMenu {
    margin-top: 22px;
    position: absolute;
    top: 97px;
    width: 100%;
    z-index: 9;
  }
  .headerMainMenu li {
    display: block;
    width: 100%;
  }
  .headerMainMenu li a {
    text-align: center;
    color: #fff !important;
    border-bottom: 1px solid #ea3876;
    padding: 10px 12px !important;
  }
  .headerMainMenu li.moreNav {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-wrapper .headerMainMenu {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .logoRightCont {
    display: none;
  }
}
.header-wrapper {
  padding: 10px 0;
}
.thumbs_view * {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#topBar #accessibility > ul > li.languageCont:hover .socialIcons,
#topBar #accessibility ul li.social-media:hover .socialIcons {
  opacity: 1;
  visibility: visible;
}
#topBar #accessibility ul li a.skipContent {
  font-size: 0.9em;
  text-transform: uppercase;
}
.skipIcon {
  display: none;
}
#topBar #accessibility ul li a.language {
  font-size: 14px;
  padding: 0 8px;
  text-transform: uppercase;
}
.languageCont .socialIcons ul li a {
  font-size: 12px !important;
  padding: 4px 8px !important;
  color: #000 !important;
}
.languageCont .socialIcons ul li a:hover {
  background: #000 !important;
  color: #fff !important;
}
.contrast #topBar #accessibility ul li select {
  background: #000;
  border: 1px solid #ff0;
}
.contrast .languageCont .socialIcons ul li a {
  color: #fff !important;
}
.contrast #topBar #accessibility li .loginContent {
  background: #000;
}
#topBar #accessibility li .loginContent {
  background: #4b3504;
  font-size: 1em;
  padding: 7px 8px;
  color: #fff;
}
#topBar #accessibility li .loginContent span {
  font-size: 1.1em;
  vertical-align: middle;
}
#topBar #accessibility li .loginContent:hover {
  background: #4b3504;
}
#topBar {
  border-bottom: 1px solid #c2c0c1;
}
#topBar .govBranding ul li {
  float: left;
}
#topBar .govBranding ul li a {
  display: block;
  font-size: 0.78em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 35px;
  color: #000;
}
#topBar .govBranding ul li a:hover,
#topBar .govBranding ul li a:focus {
  background-color: #d8d8d8;
}
#topBar .govBranding ul li:first-child {
  border-right: 1px solid #c2c0c1;
}
#topBar #accessibility > ul > li {
  border-left: 1px solid #c2c0c1;
}
#topBar #accessibility > ul > li:last-child {
  border-right: 1px solid #c2c0c1;
}
#topBar #accessibility > ul > li a:hover,
#topBar #accessibility > ul > li a:focus {
  background-color: #d8d8d8;
}
#topBar #accessibility > ul > li a.skipContent:focus {
  background-color: transparent;
}
#topBar #accessibility ul li {
  float: left;
  position: relative;
}
#topBar #accessibility ul li a {
  color: #000;
  padding: 0 10px;
  height: 35px;
  font-weight: 600;
  display: grid;
  align-items: center;
}
#topBar #accessibility ul li a:focus {
  outline: none;
}
#topBar #accessibility ul li a img {
  vertical-align: middle;
  margin: 0 auto;
  width: 27px;
}
#topBar #accessibility ul li.highContrast.dark a {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
#topBar #accessibility ul li .textSizing {
  padding: 7px 10px 6px;
}
#topBar #accessibility ul li .textSizing ul li {
  margin: 0 5px 0 0;
}
#topBar #accessibility ul li .textSizing ul li:last-child {
  margin: 0;
}
#topBar #accessibility ul li .textSizing ul li a {
  line-height: normal;
  font-size: 0.8em;
  border: 1px solid #8c8b8b;
  padding: 2px 5px;
  font-weight: 700;
}
#topBar #accessibility ul li select {
  width: 80px;
  padding: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 0.8em;
  margin-left: 8px;
  height: 23px;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#topBar #accessibility ul li .goiSearch {
  position: absolute;
  width: 209px;
  z-index: 1;
  left: -1px;
  visibility: hidden;
  top: 100%;
}
#topBar #accessibility ul li .goiSearch input[type="text"],
#topBar #accessibility ul li .goiSearch input[type="search"] {
  float: left;
  width: 160px;
  border: 1px solid #d8d8d8;
  margin: 0;
}
#topBar #accessibility ul li .goiSearch button {
  width: 40px;
  font-size: 16px;
  padding: 4px 0;
  text-align: center;
  float: right;
  background: #fbac1b;
  color: #fff;
}
#topBar #accessibility ul li .goiSearch button:hover {
  background: #c68103;
}
#topBar #accessibility ul li .socialIcons {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 100%;
  visibility: hidden;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}
#topBar #accessibility ul li .socialIcons ul {
  border: 1px solid #d8d8d8;
  border-top: 0;
}
#topBar #accessibility ul li .socialIcons ul li {
  float: none;
  text-align: center;
}
#topBar #accessibility ul li .socialIcons ul li a {
  padding: 4px 6px;
  line-height: normal;
}
#topBar #accessibility ul li .socialIcons ul li a:hover,
#topBar #accessibility ul li .socialIcons ul li a:focus {
  background: #d8d8d8;
}
#topBar #accessibility ul li .socialIcons ul li.current-lang {
  display: none;
}
#topBar #accessibility ul li.mFocus .socialIcons,
#topBar #accessibility ul li.mFocus .goiSearch {
  visibility: visible;
}
#topBar #accessibility ul li:last-child .socialIcons {
  min-width: 61px;
  width: auto;
  left: inherit;
  right: -1px;
}
#topBar #accessibility ul li ul.accessiblelinks.textSizing {
  display: none;
  position: absolute;
  width: 54px;
  background: #fff;
  left: -1px;
  z-index: 99;
  padding: 0 !important;
  border: 1px solid #d8d8d8;
  border-top: none;
}
#topBar #accessibility ul li ul.accessiblelinks.textSizing li {
  float: none;
  width: 100%;
}
#topBar #accessibility ul li ul.accessiblelinks.textSizing li a {
  text-align: center;
}
#topBar #accessibility ul li:hover ul.accessiblelinks.textSizing,
#topBar #accessibility ul li.mFocus ul.accessiblelinks.textSizing {
  display: block;
}
#topBar #accessibility ul li ul li {
  float: none;
  text-align: center;
}
.style-6 #topBar {
  background: #f8f8f8;
  border-color: #e6e6e6;
}
.style-6 #topBar #accessibility > ul > li {
  border-color: #e6e6e6;
}
.style-6 #topBar #accessibility ul li .textSizing ul li a {
  border-color: #e6e6e6;
}
.style-6 #topBar #accessibility ul li.highContrast.light a,
.style-6 #topBar #accessibility ul li.highContrast.dark a {
  border-color: #000;
}
.style-6.contrast #topBar #accessibility ul li.highContrast.light a,
.style-6.contrast #topBar #accessibility ul li.highContrast.dark a {
  border-color: #fff;
}
.style-7 #topBar {
  background: #f6f3ee;
  border-color: #d8d8d8;
}
.style-7 #topBar #accessibility > ul > li,
.style-7 #topBar .govBranding ul li {
  border-color: #d8d8d8;
}
.style-7 #topBar #accessibility > ul > li a:hover,
.style-7 #topBar #accessibility > ul > li a:focus,
.style-7 #topBar .govBranding ul li a:hover,
.style-7 #topBar .govBranding ul li a:focus {
  background-color: #fbac1b;
}
.style-7 #topBar #accessibility > ul > li a:hover > small > span,
.style-7 #topBar #accessibility > ul > li a:focus > small > span,
.style-7 #topBar .govBranding ul li a:hover > small > span,
.style-7 #topBar .govBranding ul li a:focus > small > span {
  color: #000;
}
.style-7 #topBar #accessibility ul li .textSizing ul li a {
  border-color: #d8d8d8;
}
.style-7 #topBar #accessibility ul li.highContrast.light a,
.style-7 #topBar #accessibility ul li.highContrast.dark a {
  border-color: #000;
}
.style-7.contrast #topBar #accessibility ul li.highContrast.light a,
.style-7.contrast #topBar #accessibility ul li.highContrast.dark a {
  border-color: #fff;
}
@media (max-width: 991px) {
  #topBar {
    position: relative;
  }
  #topBar:before {
    background-color: #c2c0c1;
    position: absolute;
    left: 0;
    top: 35px;
    width: 1000px;
    height: 1px;
    content: "";
  }
  #topBar .col-xs-12 .push-left,
  #topBar .col-xs-12 .push-right {
    float: none !important;
    text-align: center;
    min-height: 35px;
  }
  #topBar .col-xs-12 #accessibility ul li {
    display: inline-block;
    vertical-align: top;
  }
  #topBar .col-xs-12 #accessibility ul li .textSizing ul {
    overflow: visible;
  }
  #topBar .col-xs-12 #accessibility ul li:first-child {
    border-left: 0;
  }
  #topBar .col-xs-12 #accessibility ul li:last-child {
    border-right: 0;
  }
  #topBar .col-xs-12 .govBranding ul {
    overflow: visible;
  }
  #topBar .col-xs-12 .govBranding ul li {
    float: none;
    display: inline-block;
  }
  #topBar #accessibility ul li.highContrast.dark,
  #topBar #accessibility ul li.highContrast.light {
    margin: 0 -2px !important;
  }
}
@media (max-width: 800px) {
  #topBar #accessibility ul li.languageCont .socialIcons {
    width: 100%;
  }
  #topBar #accessibility ul li select {
    margin-top: 6px;
  }
  #topBar #accessibility ul li .loginContent {
    padding: 6px 8px;
    margin-right: 2px;
    width: 30px;
    overflow: hidden;
  }
  #topBar #accessibility ul li .loginContent .logintxt {
    display: none;
  }
  #topBar .col-xs-12 .govBranding ul {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
  }
  #topBar .col-xs-12 .govBranding ul li a {
    line-height: inherit;
  }
}
.contrast #topBar #accessibility ul li .socialIcons ul li a,
.contrast .header-wrapper {
  background: #000;
}
#topBar #accessibility ul li .textSizing ul:after,
#topBar .govBranding ul:after {
  content: " ";
  display: table;
  clear: both;
}

#topBar #accessibility ul li.highContrast.dark,
#topBar #accessibility ul li.highContrast.light {
  margin: 0;
}
#topBar #accessibility ul li.highContrast.dark a {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin: 2px;
}
#topBar #accessibility ul li.highContrast.dark a:hover,
#topBar #accessibility ul li.highContrast.dark a:focus {
  color: #fff;
}
#topBar #accessibility ul li.highContrast.light a {
  border: 1px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  color: #000;
  cursor: not-allowed;
  margin: 2px;
}
#topBar #accessibility ul li .textSizing {
  padding: 7px 10px;
}
#topBar #accessibility ul li .textSizing ul li a {
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 3px;
}
#topBar #accessibility ul li .textSizing ul li a:hover,
#topBar #accessibility ul li .textSizing ul li a:focus {
  color: #000;
}

.contrast #topBar #accessibility ul li.highContrast.light a {
  cursor: pointer;
}
.contrast #topBar #accessibility ul li.highContrast.dark a {
  cursor: not-allowed;
}

.style-9 .accent-color.more-lighten,
.style-9 .more-lighten.hvr-radial-out:before,
.style-9 .home-13 .governor-socialmedia .more-lighten.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .style-9 .more-lighten.gov-socmedia-icons:before,
.style-9 .gen-list.photo-vdo-speech ul li a div.more-lighten.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-9 div.more-lighten.list-text:before,
.style-9
  .compt-management-container
  .compt-management-widget
  > span.more-lighten:before,
.compt-management-container
  .style-9
  .compt-management-widget
  > span.more-lighten:before,
.style-9 .more-lighten.knowyrcm-column:before,
.style-9 .more-lighten.writeToCM-bg:before,
.style-9 .vdoglry-speech-cntr .vdospeech-icon > span.more-lighten,
.vdoglry-speech-cntr .style-9 .vdospeech-icon > span.more-lighten,
.style-9 .vdo-activites-widget .more-lighten.vdo-link-name,
.vdo-activites-widget .style-9 .more-lighten.vdo-link-name,
.style-9 .gen-list.list-title-bg > h2.more-lighten,
.style-9 .arch-container > h2.more-lighten,
.style-9
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .more-lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  .more-lighten.hyperlikdiv:before {
  background: rgba(0, 34, 68, 0.3) !important;
  background-color: rgba(0, 34, 68, 0.3) !important;
}
.style-9 a.accent-color:hover,
.style-9 a.hvr-radial-out:hover:before,
.style-9 .home-13 .governor-socialmedia a.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-9 a.gov-socmedia-icons:hover:before,
.style-9 a.knowyrcm-column:hover:before,
.style-9 a.writeToCM-bg:hover:before,
.style-9 .vdo-activites-widget a.vdo-link-name:hover,
.vdo-activites-widget .style-9 a.vdo-link-name:hover,
.style-9
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  a.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  a.hyperlikdiv:hover:before,
.style-9 button.accent-color:hover,
.style-9 button.hvr-radial-out:hover:before,
.style-9 .home-13 .governor-socialmedia button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-9 button.gov-socmedia-icons:hover:before,
.style-9 button.knowyrcm-column:hover:before,
.style-9 button.writeToCM-bg:hover:before,
.style-9 .vdo-activites-widget button.vdo-link-name:hover,
.vdo-activites-widget .style-9 button.vdo-link-name:hover,
.style-9
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  button.hyperlikdiv:hover:before,
.style-9 .button.accent-color:hover,
.style-9 .button.hvr-radial-out:hover:before,
.style-9 .home-13 .governor-socialmedia .button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-9 .button.gov-socmedia-icons:hover:before,
.style-9 .gen-list.photo-vdo-speech ul li a div.button.list-text:hover:before,
.gen-list.photo-vdo-speech ul li a .style-9 div.button.list-text:hover:before,
.style-9
  .compt-management-container
  .compt-management-widget
  > span.button:hover:before,
.compt-management-container
  .style-9
  .compt-management-widget
  > span.button:hover:before,
.style-9 .button.knowyrcm-column:hover:before,
.style-9 .button.writeToCM-bg:hover:before,
.style-9 .vdoglry-speech-cntr .vdospeech-icon > span.button:hover,
.vdoglry-speech-cntr .style-9 .vdospeech-icon > span.button:hover,
.style-9 .vdo-activites-widget .button.vdo-link-name:hover,
.vdo-activites-widget .style-9 .button.vdo-link-name:hover,
.style-9 .gen-list.list-title-bg > h2.button:hover,
.style-9 .arch-container > h2.button:hover,
.style-9
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  .button.hyperlikdiv:hover:before,
.style-9 input[type="submit"].accent-color:hover,
.style-9 input[type="submit"].hvr-radial-out:hover:before,
.style-9
  .home-13
  .governor-socialmedia
  input[type="submit"].gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-9
  input[type="submit"].gov-socmedia-icons:hover:before,
.style-9 input[type="submit"].knowyrcm-column:hover:before,
.style-9 input[type="submit"].writeToCM-bg:hover:before,
.style-9 .vdo-activites-widget input[type="submit"].vdo-link-name:hover,
.vdo-activites-widget .style-9 input[type="submit"].vdo-link-name:hover,
.style-9
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  input[type="submit"].hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  input[type="submit"].hyperlikdiv:hover:before {
  background: #06b1ac !important;
  background-color: #06b1ac !important;
  border-color: #06b1ac !important;
  color: #fff !important;
}
.style-9 .pdf-download-link.accent-border-color,
.style-9 .pdf-download-link.btn-theme,
.style-9 .pdf-download-link.btn-gov,
.style-9 .vdo-activites-widget .vdo-link-name .pdf-download-link.vdo-icon,
.vdo-activites-widget .vdo-link-name .style-9 .pdf-download-link.vdo-icon,
.style-9 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab > a.pdf-download-link,
.vc_general.vc_tta-tabs.dsir-tab-one .style-9 .vc_tta-tab > a.pdf-download-link,
.style-9 .pdf-download-link.box-style1:before {
  background-color: #024;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.style-9 .accent-border-color,
.style-9 .btn-theme,
.style-9 .btn-gov,
.style-9 .vdo-activites-widget .vdo-link-name .vdo-icon,
.vdo-activites-widget .vdo-link-name .style-9 .vdo-icon,
.style-9 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-9 .vc_tta-tab > a,
.style-9 .box-style1:before {
  border-color: #024 !important;
}
.style-9 .accent-secondary-color,
.style-9 .style-1.home-11 .theme5-fixed-color,
.style-1.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-2.home-11 .theme5-fixed-color,
.style-2.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-3.home-11 .theme5-fixed-color,
.style-3.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-4.home-11 .theme5-fixed-color,
.style-4.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-5.home-11 .theme5-fixed-color,
.style-5.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-6.home-11 .theme5-fixed-color,
.style-6.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-7.home-11 .theme5-fixed-color,
.style-7.home-11 .style-9 .theme5-fixed-color,
.style-9 .style-8.home-11 .theme5-fixed-color,
.style-8.home-11 .style-9 .theme5-fixed-color,
.style-9.home-11 .theme5-fixed-color,
.style-9 .style-3 .fixed-bg-home-3,
.style-3 .style-9 .fixed-bg-home-3,
.style-9 .style-4 .fixed-bg-home-3,
.style-4 .style-9 .fixed-bg-home-3 {
  background: #06b1ac !important;
  background-color: #06b1ac !important;
  color: #fff !important;
}
.style-9 .accent-secondary-color.lighten,
.style-9 .style-1.home-11 .lighten.theme5-fixed-color,
.style-1.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-2.home-11 .lighten.theme5-fixed-color,
.style-2.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-3.home-11 .lighten.theme5-fixed-color,
.style-3.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-4.home-11 .lighten.theme5-fixed-color,
.style-4.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-5.home-11 .lighten.theme5-fixed-color,
.style-5.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-6.home-11 .lighten.theme5-fixed-color,
.style-6.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-7.home-11 .lighten.theme5-fixed-color,
.style-7.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9 .style-8.home-11 .lighten.theme5-fixed-color,
.style-8.home-11 .style-9 .lighten.theme5-fixed-color,
.style-9.home-11 .lighten.theme5-fixed-color,
.style-9 .style-3 .lighten.fixed-bg-home-3,
.style-3 .style-9 .lighten.fixed-bg-home-3,
.style-9 .style-4 .lighten.fixed-bg-home-3,
.style-4 .style-9 .lighten.fixed-bg-home-3 {
  background: rgba(6, 177, 172, 0.9) !important;
  background-color: rgba(6, 177, 172, 0.9) !important;
}
.style-9 .accent-secondary-color.more-lighten,
.style-9 .style-1.home-11 .more-lighten.theme5-fixed-color,
.style-1.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-2.home-11 .more-lighten.theme5-fixed-color,
.style-2.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-3.home-11 .more-lighten.theme5-fixed-color,
.style-3.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-4.home-11 .more-lighten.theme5-fixed-color,
.style-4.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-5.home-11 .more-lighten.theme5-fixed-color,
.style-5.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-6.home-11 .more-lighten.theme5-fixed-color,
.style-6.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-7.home-11 .more-lighten.theme5-fixed-color,
.style-7.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9 .style-8.home-11 .more-lighten.theme5-fixed-color,
.style-8.home-11 .style-9 .more-lighten.theme5-fixed-color,
.style-9.home-11 .more-lighten.theme5-fixed-color,
.style-9 .style-3 .more-lighten.fixed-bg-home-3,
.style-3 .style-9 .more-lighten.fixed-bg-home-3,
.style-9 .style-4 .more-lighten.fixed-bg-home-3,
.style-4 .style-9 .more-lighten.fixed-bg-home-3 {
  background: rgba(6, 177, 172, 0.5) !important;
  background-color: rgba(6, 177, 172, 0.5) !important;
}
.style-9 a.accent-secondary-color:hover,
.style-9 .style-1.home-11 a.theme5-fixed-color:hover,
.style-1.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-2.home-11 a.theme5-fixed-color:hover,
.style-2.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-3.home-11 a.theme5-fixed-color:hover,
.style-3.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-4.home-11 a.theme5-fixed-color:hover,
.style-4.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-5.home-11 a.theme5-fixed-color:hover,
.style-5.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-6.home-11 a.theme5-fixed-color:hover,
.style-6.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-7.home-11 a.theme5-fixed-color:hover,
.style-7.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9 .style-8.home-11 a.theme5-fixed-color:hover,
.style-8.home-11 .style-9 a.theme5-fixed-color:hover,
.style-9.home-11 a.theme5-fixed-color:hover,
.style-9 .style-3 a.fixed-bg-home-3:hover,
.style-3 .style-9 a.fixed-bg-home-3:hover,
.style-9 .style-4 a.fixed-bg-home-3:hover,
.style-4 .style-9 a.fixed-bg-home-3:hover,
.style-9 button.accent-secondary-color:hover,
.style-9 .style-1.home-11 button.theme5-fixed-color:hover,
.style-1.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-2.home-11 button.theme5-fixed-color:hover,
.style-2.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-3.home-11 button.theme5-fixed-color:hover,
.style-3.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-4.home-11 button.theme5-fixed-color:hover,
.style-4.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-5.home-11 button.theme5-fixed-color:hover,
.style-5.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-6.home-11 button.theme5-fixed-color:hover,
.style-6.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-7.home-11 button.theme5-fixed-color:hover,
.style-7.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9 .style-8.home-11 button.theme5-fixed-color:hover,
.style-8.home-11 .style-9 button.theme5-fixed-color:hover,
.style-9.home-11 button.theme5-fixed-color:hover,
.style-9 .style-3 button.fixed-bg-home-3:hover,
.style-3 .style-9 button.fixed-bg-home-3:hover,
.style-9 .style-4 button.fixed-bg-home-3:hover,
.style-4 .style-9 button.fixed-bg-home-3:hover,
.style-9 .button.accent-secondary-color:hover,
.style-9 .style-1.home-11 .button.theme5-fixed-color:hover,
.style-1.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-2.home-11 .button.theme5-fixed-color:hover,
.style-2.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-3.home-11 .button.theme5-fixed-color:hover,
.style-3.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-4.home-11 .button.theme5-fixed-color:hover,
.style-4.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-5.home-11 .button.theme5-fixed-color:hover,
.style-5.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-6.home-11 .button.theme5-fixed-color:hover,
.style-6.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-7.home-11 .button.theme5-fixed-color:hover,
.style-7.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9 .style-8.home-11 .button.theme5-fixed-color:hover,
.style-8.home-11 .style-9 .button.theme5-fixed-color:hover,
.style-9.home-11 .button.theme5-fixed-color:hover,
.style-9 .style-3 .button.fixed-bg-home-3:hover,
.style-3 .style-9 .button.fixed-bg-home-3:hover,
.style-9 .style-4 .button.fixed-bg-home-3:hover,
.style-4 .style-9 .button.fixed-bg-home-3:hover,
.style-9 input[type="submit"].accent-secondary-color:hover,
.style-9 .style-1.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-1.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-2.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-2.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-3.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-3.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-4.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-5.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-5.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-6.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-6.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-7.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-7.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-8.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-8.home-11 .style-9 input[type="submit"].theme5-fixed-color:hover,
.style-9.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-9 .style-3 input[type="submit"].fixed-bg-home-3:hover,
.style-3 .style-9 input[type="submit"].fixed-bg-home-3:hover,
.style-9 .style-4 input[type="submit"].fixed-bg-home-3:hover,
.style-4 .style-9 input[type="submit"].fixed-bg-home-3:hover {
  background: #024 !important;
  background-color: #024 !important;
}
.style-9 .accent-secondary-border-color,
.style-9 .box-style1.accent-secondary-border-color:before {
  border-color: #06b1ac !important;
}
.style-9 .accent-fixed-color,
.style-9 .style-1.home-5 .support-bg-home5,
.style-1.home-5 .style-9 .support-bg-home5,
.style-9 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab:hover > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-9 .vc_tta-tab:hover > a,
.style-9 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab.vc_active > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-9 .vc_tta-tab.vc_active > a {
  background: #024 !important;
  color: #fff !important;
}
.style-9 .gen-card .gen-card-icon span.accent-border-color,
.style-9 .gen-card .gen-card-icon span.btn-theme,
.style-9 .gen-card .gen-card-icon span.btn-gov,
.style-9
  .gen-card
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-9
  .gen-card
  .gen-card-icon
  span.vdo-icon,
.style-9
  .gen-card
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-9
  .gen-card
  .gen-card-icon
  span.flexslider,
.style-9 .gen-card .gen-card-icon span.box-style1:before {
  color: #024 !important;
}
.style-9 .text-highlight,
.style-9 .no-record-found .no-record-inner span.fa,
.no-record-found .no-record-inner .style-9 span.fa,
.style-9 .gen-list.iconTop-textBottom-list.tourism-style-3 li a span.list-icon,
.gen-list.iconTop-textBottom-list.tourism-style-3 li a .style-9 span.list-icon,
.style-9 .gen-list.photo-vdo-speech ul li a span.list-icon,
.gen-list.photo-vdo-speech ul li a .style-9 span.list-icon,
.style-9 .gen-list.photo-vdo-speech ul li a div.list-text,
.gen-list.photo-vdo-speech ul li a .style-9 div.list-text,
.style-9 .gen-list.cm-social-media ul li a span.list-icon,
.gen-list.cm-social-media ul li a .style-9 span.list-icon,
.style-9 .vdo-activites-widget:hover .vdo-link-name,
.vdo-activites-widget:hover .style-9 .vdo-link-name,
.style-9 .compt-management-container .compt-management-widget > div,
.compt-management-container .style-9 .compt-management-widget > div {
  color: #024 !important;
}
.style-9 .accent-hover-color:hover,
.style-9 .footerlogocarousel .flex-direction-nav a,
.style-9 .video_gallery .flex-direction-nav a,
.style-9 .HomeGalleryCarasole .flex-direction-nav a {
  background: #024 !important;
  background-color: #024 !important;
  color: #fff !important;
  border-color: #024 !important;
}
.style-9.home .btn-style-outline {
  border: 1px solid #06b1ac !important;
  color: #06b1ac !important;
}
.style-9.home .btn-style-outline.accent-color,
.style-9.home .btn-style-outline.hvr-radial-out:before,
.style-9.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .btn-style-outline.gov-socmedia-icons:before,
.style-9.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  div.btn-style-outline.list-text:before,
.style-9.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9.home
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9.home .btn-style-outline.knowyrcm-column:before,
.style-9.home .btn-style-outline.writeToCM-bg:before,
.style-9.home .vdoglry-speech-cntr .vdospeech-icon > span.btn-style-outline,
.vdoglry-speech-cntr .style-9.home .vdospeech-icon > span.btn-style-outline,
.style-9.home .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-9.home .btn-style-outline.vdo-link-name,
.style-9.home .gen-list.list-title-bg > h2.btn-style-outline,
.style-9.home .arch-container > h2.btn-style-outline,
.style-9.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .btn-style-outline.hyperlikdiv:before,
.style-9.home .btn-style-outline.accent-border-color,
.style-9.home .btn-style-outline.btn-theme,
.style-9.home .btn-style-outline.btn-gov,
.style-9.home .vdo-activites-widget .vdo-link-name .btn-style-outline.vdo-icon,
.vdo-activites-widget .vdo-link-name .style-9.home .btn-style-outline.vdo-icon,
.style-9.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-9.home
  .vc_tta-tab
  > a.btn-style-outline,
.style-9.home .btn-style-outline.box-style1:before,
.style-9.home .btn-style-outline.accent-hover-color {
  border-color: #06b1ac !important;
  border-radius: 4px;
}
.style-9.home .btn-style-outline.accent-color:hover,
.style-9.home .btn-style-outline.hvr-radial-out:hover:before,
.style-9.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-9.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  div.btn-style-outline.list-text:hover:before,
.style-9.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-9.home
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-9.home .btn-style-outline.knowyrcm-column:hover:before,
.style-9.home .btn-style-outline.writeToCM-bg:hover:before,
.style-9.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-9.home
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-9.home .vdo-activites-widget .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget .style-9.home .btn-style-outline.vdo-link-name:hover,
.style-9.home .gen-list.list-title-bg > h2.btn-style-outline:hover,
.style-9.home .arch-container > h2.btn-style-outline:hover,
.style-9.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .btn-style-outline.hyperlikdiv:hover:before,
.style-9.home .btn-style-outline.accent-border-color:hover,
.style-9.home .btn-style-outline.btn-theme:hover,
.style-9.home .btn-style-outline.btn-gov:hover,
.style-9.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-9.home
  .btn-style-outline.vdo-icon:hover,
.style-9.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-9.home
  .vc_tta-tab
  > a.btn-style-outline:hover,
.style-9.home .btn-style-outline.accent-hover-color:hover {
  background-color: #06b1ac !important;
  color: #fff !important;
}
.style-9.home .btn-style-outline:hover {
  background-color: #06b1ac !important;
  color: #fff !important;
}
.style-9.home .btn-style-outline.accent-color,
.style-9.home .btn-style-outline.hvr-radial-out:before,
.style-9.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .btn-style-outline.gov-socmedia-icons:before,
.style-9.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  div.btn-style-outline.list-text:before,
.style-9.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9.home
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9.home .btn-style-outline.knowyrcm-column:before,
.style-9.home .btn-style-outline.writeToCM-bg:before,
.style-9.home .vdoglry-speech-cntr .vdospeech-icon > span.btn-style-outline,
.vdoglry-speech-cntr .style-9.home .vdospeech-icon > span.btn-style-outline,
.style-9.home .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-9.home .btn-style-outline.vdo-link-name,
.style-9.home .gen-list.list-title-bg > h2.btn-style-outline,
.style-9.home .arch-container > h2.btn-style-outline,
.style-9.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .btn-style-outline.hyperlikdiv:before {
  background-color: #06b1ac !important;
  color: #fff !important;
}
.style-9.home .btn-style-outline.accent-color:hover,
.style-9.home .btn-style-outline.hvr-radial-out:hover:before,
.style-9.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-9.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  div.btn-style-outline.list-text:hover:before,
.style-9.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-9.home
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-9.home .btn-style-outline.knowyrcm-column:hover:before,
.style-9.home .btn-style-outline.writeToCM-bg:hover:before,
.style-9.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-9.home
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-9.home .vdo-activites-widget .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget .style-9.home .btn-style-outline.vdo-link-name:hover,
.style-9.home .gen-list.list-title-bg > h2.btn-style-outline:hover,
.style-9.home .arch-container > h2.btn-style-outline:hover,
.style-9.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .btn-style-outline.hyperlikdiv:hover:before {
  background-color: #024 !important;
  border-color: #024 !important;
}
.style-9.home .btn-style-outline.accent-hover-color {
  color: #06b1ac !important;
}
.style-9.home .photo-glry-cntr .btn-style-outline.accent-color,
.style-9.home .photo-glry-cntr .btn-style-outline.hvr-radial-out:before,
.style-9.home
  .photo-glry-cntr
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9.home
  .photo-glry-cntr
  .btn-style-outline.gov-socmedia-icons:before,
.style-9.home
  .photo-glry-cntr
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9.home
  .photo-glry-cntr
  div.btn-style-outline.list-text:before,
.style-9.home
  .photo-glry-cntr
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9.home
  .photo-glry-cntr
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9.home .photo-glry-cntr .btn-style-outline.knowyrcm-column:before,
.style-9.home .photo-glry-cntr .btn-style-outline.writeToCM-bg:before,
.style-9.home
  .photo-glry-cntr
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-9.home
  .photo-glry-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.style-9.home
  .photo-glry-cntr
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-9.home
  .photo-glry-cntr
  .btn-style-outline.vdo-link-name,
.style-9.home .photo-glry-cntr .gen-list.list-title-bg > h2.btn-style-outline,
.style-9.home .photo-glry-cntr .arch-container > h2.btn-style-outline,
.style-9.home
  .photo-glry-cntr
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9.home
  .photo-glry-cntr
  .btn-style-outline.hyperlikdiv:before {
  border-radius: 0px !important;
}
.style-9 .award-style-5 .btn-style-outline.accent-color,
.style-9 .award-style-5 .btn-style-outline.hvr-radial-out:before,
.style-9
  .award-style-5
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-9
  .award-style-5
  .btn-style-outline.gov-socmedia-icons:before,
.style-9
  .award-style-5
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9
  .award-style-5
  div.btn-style-outline.list-text:before,
.style-9
  .award-style-5
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-9
  .award-style-5
  .compt-management-widget
  > span.btn-style-outline:before,
.style-9 .award-style-5 .btn-style-outline.knowyrcm-column:before,
.style-9 .award-style-5 .btn-style-outline.writeToCM-bg:before,
.style-9
  .award-style-5
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-9
  .award-style-5
  .vdospeech-icon
  > span.btn-style-outline,
.style-9 .award-style-5 .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-9 .award-style-5 .btn-style-outline.vdo-link-name,
.style-9 .award-style-5 .gen-list.list-title-bg > h2.btn-style-outline,
.style-9 .award-style-5 .arch-container > h2.btn-style-outline,
.style-9
  .award-style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  .award-style-5
  .btn-style-outline.hyperlikdiv:before {
  border-radius: 0 !important;
}
.style-9 .award-style-5 .btn-style-outline.accent-color:hover,
.style-9 .award-style-5 .btn-style-outline.hvr-radial-out:hover:before,
.style-9
  .award-style-5
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-9
  .award-style-5
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-9
  .award-style-5
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-9
  .award-style-5
  div.btn-style-outline.list-text:hover:before,
.style-9
  .award-style-5
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-9
  .award-style-5
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-9 .award-style-5 .btn-style-outline.knowyrcm-column:hover:before,
.style-9 .award-style-5 .btn-style-outline.writeToCM-bg:hover:before,
.style-9
  .award-style-5
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-9
  .award-style-5
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-9
  .award-style-5
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget
  .style-9
  .award-style-5
  .btn-style-outline.vdo-link-name:hover,
.style-9 .award-style-5 .gen-list.list-title-bg > h2.btn-style-outline:hover,
.style-9 .award-style-5 .arch-container > h2.btn-style-outline:hover,
.style-9
  .award-style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-9
  .award-style-5
  .btn-style-outline.hyperlikdiv:hover:before {
  color: #fff !important;
}
table caption {
  font-size: 1.4em;
  font-weight: 600;
  color: #fff !important;
  background: #333;
  padding-left: 15px;
}
.details-container.noimage {
  margin: 40px auto 0;
  padding: 35px 25px 25px;
}
@media (max-width: 991px) {
  .event-details .single-image {
    margin-bottom: 15px;
  }
}
.style-6.contrast
  .award-style-5
  .awardListing
  .awardContent
  .social-section
  .btn {
  border-left: 1px solid #fff;
}
.style-3.home .btn-gov {
  border: 1px solid #475c59 !important;
  color: #fff !important;
  background-color: #3daaaf !important;
}
.style-3.home .btn-gov:hover {
  background-color: #475c59 !important;
}
.single-page-gallery.flexslider {
  margin: 0 10px;
}
.single-page-gallery .galleryThumb {
  width: 98%;
}
.places-contact-dtls {
  position: relative;
  margin-bottom: 25px;
}
.places-contact-dtls strong {
  left: 0;
}
.places-contact-dtls.award-details {
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.places-contact-dtls.award-details strong {
  left: 12px;
}
.clear a {
  word-break: break-all;
}
.colspexp_content {
  word-break: break-all;
}
.single-image {
  position: relative;
  background: #fff;
  padding: 5px;
  border: 1px solid #e0dbdb;
}
.single-image:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.howToReach-cntr {
  margin-top: 20px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.howToReach-cntr h2 {
  margin-bottom: 10px;
}
.reachContainer {
  display: inline-block;
  width: 100%;
  min-height: 70px;
  margin: 12px 0;
  position: relative;
  padding-left: 70px;
}
.reachContainer .iconContainer {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
}
.reachContainer .iconContainer span {
  display: block;
  height: 60px;
  width: 60px;
  background: #333333;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}
.reachContainer .iconContainer span.iconColor2 {
  background: #71a330;
}
.reachContainer .iconContainer span.iconColor3 {
  background: #f75556;
}
.reachContainer .iconContainer span.iconColor4 {
  background: #cf246c;
}
.reachContainer .txtContainer h3 {
  margin: 0 0 5px 0;
}
.equalbox-container {
  width: 100%;
  padding: 15px;
  background: #fff;
  margin-top: 25px;
}
.equalbox-container .box-head.event-heading-align {
  margin-top: 0;
}
@media (max-width: 767px) {
  .places-contact-dtls a {
    word-break: break-all;
  }
}
.event-style-3 .gen-card {
  position: relative;
}
.event-style-3 .gen-card .gen-card-content-main .gen-card-content {
  padding: 15px 20px 70px;
}
.event-style-3 .gen-card .gen-card-content-main .venue-section {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.event-style-3 .gen-card:hover {
  transform: none;
  -webkit-transform: none;
}
.event-style-3 .list-view .gen-card .gen-card-content-main .gen-card-content {
  padding: 15px;
}

.event-style-3 .list-view .gen-card .gen-card-content-main .venue-section {
  position: static;
  width: 100%;
  margin: 0;
}
.list-view .gen-card .gen-card-content-main {
  width: 75%;
}
.style-6 a.hold-icon.accent-color:hover,
.style-6 a.hold-icon.hvr-radial-out:hover:before,
.style-6
  .home-13
  .governor-socialmedia
  a.hold-icon.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-6
  a.hold-icon.gov-socmedia-icons:hover:before,
.style-6 a.hold-icon.knowyrcm-column:hover:before,
.style-6 a.hold-icon.writeToCM-bg:hover:before,
.style-6 .vdo-activites-widget a.hold-icon.vdo-link-name:hover,
.vdo-activites-widget .style-6 a.hold-icon.vdo-link-name:hover,
.style-6
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  a.hold-icon.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-6
  a.hold-icon.hyperlikdiv:hover:before {
  border: 1px solid #000;
}
.gen-tree {
  text-align: center;
}
.gen-tree ul {
  padding: 20px 0 0;
  margin: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.gen-tree > ul {
  display: inline-block;
  width: 100%;
  overflow: auto;
}
.gen-tree > ul:first-child {
  padding-bottom: 20px;
}
.gen-tree li {
  display: table-cell;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  vertical-align: top;
}
.gen-tree li:before,
.gen-tree li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #444;
  width: 50%;
  height: 20px;
}
.gen-tree li:after {
  right: auto;
  left: 50%;
  border-left: 1px solid #444;
}
.gen-tree li:only-child:after,
.gen-tree li:only-child:before {
  display: none;
}
.gen-tree li:only-child {
  padding-top: 0;
}
.gen-tree li:first-child:before,
.gen-tree li:last-child:after {
  border: 0 none;
}
.gen-tree li:last-child:before {
  border-right: 1px solid #444;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.gen-tree li:first-child:after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.gen-tree ul ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #444;
  width: 0;
  height: 20px;
}
.gen-tree li span {
  min-height: 48px;
  width: 90px;
  overflow: hidden;
  padding: 5px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 0.9em;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  display: inline-grid;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
  background: #fde3e6;
  background: -moz-linear-gradient(
    top,
    #fde3e6 0%,
    #fde3e6 2%,
    #ffdcdc 9%,
    #f9dad7 15%,
    #ffd8d3 17%,
    #fed7d0 19%,
    #ffd6d4 21%,
    #ffd2cd 32%,
    #ffd3d4 34%,
    #f8cccd 40%,
    #fbd1d5 49%,
    #ffc4a6 51%,
    #ffc2a5 53%,
    #ffc2b3 55%,
    #febfae 57%,
    #fbbfbe 60%,
    #febdb9 64%,
    #ffbebc 66%,
    #ffb7ab 68%,
    #ffb5aa 70%,
    #ffb1a4 72%,
    #ffb1a4 74%,
    #ffb3b3 77%,
    #feb2b2 79%,
    #f2b4c3 81%,
    #f0b2c1 83%,
    #ffafae 85%,
    #ffafae 87%,
    #fca9a5 89%,
    #ffaeaa 91%,
    #feaba7 96%,
    #ffa3ae 98%,
    #e68993 100%
  );
  background: -webkit-linear-gradient(
    top,
    #fde3e6 0%,
    #fde3e6 2%,
    #ffdcdc 9%,
    #f9dad7 15%,
    #ffd8d3 17%,
    #fed7d0 19%,
    #ffd6d4 21%,
    #ffd2cd 32%,
    #ffd3d4 34%,
    #f8cccd 40%,
    #fbd1d5 49%,
    #ffc4a6 51%,
    #ffc2a5 53%,
    #ffc2b3 55%,
    #febfae 57%,
    #fbbfbe 60%,
    #febdb9 64%,
    #ffbebc 66%,
    #ffb7ab 68%,
    #ffb5aa 70%,
    #ffb1a4 72%,
    #ffb1a4 74%,
    #ffb3b3 77%,
    #feb2b2 79%,
    #f2b4c3 81%,
    #f0b2c1 83%,
    #ffafae 85%,
    #ffafae 87%,
    #fca9a5 89%,
    #ffaeaa 91%,
    #feaba7 96%,
    #ffa3ae 98%,
    #e68993 100%
  );
  background: linear-gradient(
    to bottom,
    #fde3e6 0%,
    #fde3e6 2%,
    #ffdcdc 9%,
    #f9dad7 15%,
    #ffd8d3 17%,
    #fed7d0 19%,
    #ffd6d4 21%,
    #ffd2cd 32%,
    #ffd3d4 34%,
    #f8cccd 40%,
    #fbd1d5 49%,
    #ffc4a6 51%,
    #ffc2a5 53%,
    #ffc2b3 55%,
    #febfae 57%,
    #fbbfbe 60%,
    #febdb9 64%,
    #ffbebc 66%,
    #ffb7ab 68%,
    #ffb5aa 70%,
    #ffb1a4 72%,
    #ffb1a4 74%,
    #ffb3b3 77%,
    #feb2b2 79%,
    #f2b4c3 81%,
    #f0b2c1 83%,
    #ffafae 85%,
    #ffafae 87%,
    #fca9a5 89%,
    #ffaeaa 91%,
    #feaba7 96%,
    #ffa3ae 98%,
    #e68993 100%
  );
}
.gen-tree li span + ul li span {
  background: #eae4f0;
  background: -moz-linear-gradient(
    top,
    #eae4f0 0%,
    #efe9f7 2%,
    #ebe2f5 6%,
    #ede4f7 9%,
    #e9e0f3 13%,
    #e9e0f5 17%,
    #e1d7f0 36%,
    #e1d4f2 43%,
    #d5c7ea 70%,
    #d3c7ed 74%,
    #d0c1e8 81%,
    #d0bfe9 85%,
    #cfbded 87%,
    #cdbbeb 89%,
    #cdbbef 91%,
    #cab8ec 94%,
    #c8bce4 96%,
    #c6bae2 98%,
    #a098ad 100%
  );
  background: -webkit-linear-gradient(
    top,
    #eae4f0 0%,
    #efe9f7 2%,
    #ebe2f5 6%,
    #ede4f7 9%,
    #e9e0f3 13%,
    #e9e0f5 17%,
    #e1d7f0 36%,
    #e1d4f2 43%,
    #d5c7ea 70%,
    #d3c7ed 74%,
    #d0c1e8 81%,
    #d0bfe9 85%,
    #cfbded 87%,
    #cdbbeb 89%,
    #cdbbef 91%,
    #cab8ec 94%,
    #c8bce4 96%,
    #c6bae2 98%,
    #a098ad 100%
  );
  background: linear-gradient(
    to bottom,
    #eae4f0 0%,
    #efe9f7 2%,
    #ebe2f5 6%,
    #ede4f7 9%,
    #e9e0f3 13%,
    #e9e0f5 17%,
    #e1d7f0 36%,
    #e1d4f2 43%,
    #d5c7ea 70%,
    #d3c7ed 74%,
    #d0c1e8 81%,
    #d0bfe9 85%,
    #cfbded 87%,
    #cdbbeb 89%,
    #cdbbef 91%,
    #cab8ec 94%,
    #c8bce4 96%,
    #c6bae2 98%,
    #a098ad 100%
  );
}
.gen-tree li span + ul li span + ul li span {
  background: #e4f7fd;
  background: -moz-linear-gradient(
    top,
    #e4f7fd 0%,
    #e1f4fa 2%,
    #e1f8fe 4%,
    #ddf4fa 6%,
    #dbf8fe 11%,
    #d7f5fd 13%,
    #d2f2ff 26%,
    #d2f2ff 28%,
    #d5f8fa 30%,
    #caeff5 34%,
    #c9eef4 36%,
    #c7edf8 40%,
    #cbf3ff 45%,
    #c0ecf7 47%,
    #c4f5fc 51%,
    #c5f6fd 53%,
    #b8ebee 60%,
    #b8ebee 62%,
    #bbeffd 64%,
    #b7ecfc 68%,
    #b6eeff 74%,
    #9ee9ff 98%,
    #6fb9d4 100%
  );
  background: -webkit-linear-gradient(
    top,
    #e4f7fd 0%,
    #e1f4fa 2%,
    #e1f8fe 4%,
    #ddf4fa 6%,
    #dbf8fe 11%,
    #d7f5fd 13%,
    #d2f2ff 26%,
    #d2f2ff 28%,
    #d5f8fa 30%,
    #caeff5 34%,
    #c9eef4 36%,
    #c7edf8 40%,
    #cbf3ff 45%,
    #c0ecf7 47%,
    #c4f5fc 51%,
    #c5f6fd 53%,
    #b8ebee 60%,
    #b8ebee 62%,
    #bbeffd 64%,
    #b7ecfc 68%,
    #b6eeff 74%,
    #9ee9ff 98%,
    #6fb9d4 100%
  );
  background: linear-gradient(
    to bottom,
    #e4f7fd 0%,
    #e1f4fa 2%,
    #e1f8fe 4%,
    #ddf4fa 6%,
    #dbf8fe 11%,
    #d7f5fd 13%,
    #d2f2ff 26%,
    #d2f2ff 28%,
    #d5f8fa 30%,
    #caeff5 34%,
    #c9eef4 36%,
    #c7edf8 40%,
    #cbf3ff 45%,
    #c0ecf7 47%,
    #c4f5fc 51%,
    #c5f6fd 53%,
    #b8ebee 60%,
    #b8ebee 62%,
    #bbeffd 64%,
    #b7ecfc 68%,
    #b6eeff 74%,
    #9ee9ff 98%,
    #6fb9d4 100%
  );
}
.gen-tree li span + ul li span + ul li span + ul li span {
  background: #f2e2d5;
  background: -moz-linear-gradient(
    top,
    #f2e2d5 0%,
    #f9e9dc 2%,
    #fee7d5 4%,
    #fde6d4 6%,
    #ffe4cf 9%,
    #ffe4cf 13%,
    #ffe2ca 17%,
    #fbdfc9 28%,
    #fcdec4 30%,
    #fcddc1 36%,
    #fdd8bb 43%,
    #fdd0b1 66%,
    #ffcdac 68%,
    #fccaa7 74%,
    #ffc9a3 77%,
    #fcc59c 87%,
    #ffbf9f 89%,
    #ffbb9c 91%,
    #ffc09c 94%,
    #fdbd97 96%,
    #f3c39d 98%,
    #f1c19b 100%
  );
  background: -webkit-linear-gradient(
    top,
    #f2e2d5 0%,
    #f9e9dc 2%,
    #fee7d5 4%,
    #fde6d4 6%,
    #ffe4cf 9%,
    #ffe4cf 13%,
    #ffe2ca 17%,
    #fbdfc9 28%,
    #fcdec4 30%,
    #fcddc1 36%,
    #fdd8bb 43%,
    #fdd0b1 66%,
    #ffcdac 68%,
    #fccaa7 74%,
    #ffc9a3 77%,
    #fcc59c 87%,
    #ffbf9f 89%,
    #ffbb9c 91%,
    #ffc09c 94%,
    #fdbd97 96%,
    #f3c39d 98%,
    #f1c19b 100%
  );
  background: linear-gradient(
    to bottom,
    #f2e2d5 0%,
    #f9e9dc 2%,
    #fee7d5 4%,
    #fde6d4 6%,
    #ffe4cf 9%,
    #ffe4cf 13%,
    #ffe2ca 17%,
    #fbdfc9 28%,
    #fcdec4 30%,
    #fcddc1 36%,
    #fdd8bb 43%,
    #fdd0b1 66%,
    #ffcdac 68%,
    #fccaa7 74%,
    #ffc9a3 77%,
    #fcc59c 87%,
    #ffbf9f 89%,
    #ffbb9c 91%,
    #ffc09c 94%,
    #fdbd97 96%,
    #f3c39d 98%,
    #f1c19b 100%
  );
}
.style-5 a {
  color: #ea3876;
}
.style-5 .accent-color,
.style-5 .hvr-radial-out:before,
.style-5 .home-13 .governor-socialmedia .gov-socmedia-icons:before,
.home-13 .governor-socialmedia .style-5 .gov-socmedia-icons:before,
.style-5 .gen-list.photo-vdo-speech ul li a div.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-5 div.list-text:before,
.style-5 .compt-management-container .compt-management-widget > span:before,
.compt-management-container .style-5 .compt-management-widget > span:before,
.style-5 .knowyrcm-column:before,
.style-5 .writeToCM-bg:before,
.style-5 .vdoglry-speech-cntr .vdospeech-icon > span,
.vdoglry-speech-cntr .style-5 .vdospeech-icon > span,
.style-5 .vdo-activites-widget .vdo-link-name,
.vdo-activites-widget .style-5 .vdo-link-name,
.style-5 .gen-list.list-title-bg > h2,
.style-5 .arch-container > h2,
.style-5 .ad-banner-cntr.dsir-application-submission ul li .hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission ul li .style-5 .hyperlikdiv:before {
  background: #ea3876 !important;
  background-color: #ea3876 !important;
  color: #fff !important;
}
.style-5 .accent-color.lighten,
.style-5 .lighten.hvr-radial-out:before,
.style-5 .home-13 .governor-socialmedia .lighten.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .style-5 .lighten.gov-socmedia-icons:before,
.style-5 .gen-list.photo-vdo-speech ul li a div.lighten.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-5 div.lighten.list-text:before,
.style-5
  .compt-management-container
  .compt-management-widget
  > span.lighten:before,
.compt-management-container
  .style-5
  .compt-management-widget
  > span.lighten:before,
.style-5 .lighten.knowyrcm-column:before,
.style-5 .lighten.writeToCM-bg:before,
.style-5 .vdoglry-speech-cntr .vdospeech-icon > span.lighten,
.vdoglry-speech-cntr .style-5 .vdospeech-icon > span.lighten,
.style-5 .vdo-activites-widget .lighten.vdo-link-name,
.vdo-activites-widget .style-5 .lighten.vdo-link-name,
.style-5 .gen-list.list-title-bg > h2.lighten,
.style-5 .arch-container > h2.lighten,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  .lighten.hyperlikdiv:before {
  background: rgba(234, 56, 118, 0.9) !important;
  background-color: rgba(234, 56, 118, 0.9) !important;
}
.style-5 .accent-color.more-lighten,
.style-5 .more-lighten.hvr-radial-out:before,
.style-5 .home-13 .governor-socialmedia .more-lighten.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .style-5 .more-lighten.gov-socmedia-icons:before,
.style-5 .gen-list.photo-vdo-speech ul li a div.more-lighten.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-5 div.more-lighten.list-text:before,
.style-5
  .compt-management-container
  .compt-management-widget
  > span.more-lighten:before,
.compt-management-container
  .style-5
  .compt-management-widget
  > span.more-lighten:before,
.style-5 .more-lighten.knowyrcm-column:before,
.style-5 .more-lighten.writeToCM-bg:before,
.style-5 .vdoglry-speech-cntr .vdospeech-icon > span.more-lighten,
.vdoglry-speech-cntr .style-5 .vdospeech-icon > span.more-lighten,
.style-5 .vdo-activites-widget .more-lighten.vdo-link-name,
.vdo-activites-widget .style-5 .more-lighten.vdo-link-name,
.style-5 .gen-list.list-title-bg > h2.more-lighten,
.style-5 .arch-container > h2.more-lighten,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .more-lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  .more-lighten.hyperlikdiv:before {
  background: rgba(234, 56, 118, 0.3) !important;
  background-color: rgba(234, 56, 118, 0.3) !important;
}
.style-5 a.accent-color:hover,
.style-5 a.hvr-radial-out:hover:before,
.style-5 .home-13 .governor-socialmedia a.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-5 a.gov-socmedia-icons:hover:before,
.style-5 a.knowyrcm-column:hover:before,
.style-5 a.writeToCM-bg:hover:before,
.style-5 .vdo-activites-widget a.vdo-link-name:hover,
.vdo-activites-widget .style-5 a.vdo-link-name:hover,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  a.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  a.hyperlikdiv:hover:before,
.style-5 button.accent-color:hover,
.style-5 button.hvr-radial-out:hover:before,
.style-5 .home-13 .governor-socialmedia button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-5 button.gov-socmedia-icons:hover:before,
.style-5 button.knowyrcm-column:hover:before,
.style-5 button.writeToCM-bg:hover:before,
.style-5 .vdo-activites-widget button.vdo-link-name:hover,
.vdo-activites-widget .style-5 button.vdo-link-name:hover,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  button.hyperlikdiv:hover:before,
.style-5 .button.accent-color:hover,
.style-5 .button.hvr-radial-out:hover:before,
.style-5 .home-13 .governor-socialmedia .button.gov-socmedia-icons:hover:before,
.home-13 .governor-socialmedia .style-5 .button.gov-socmedia-icons:hover:before,
.style-5 .gen-list.photo-vdo-speech ul li a div.button.list-text:hover:before,
.gen-list.photo-vdo-speech ul li a .style-5 div.button.list-text:hover:before,
.style-5
  .compt-management-container
  .compt-management-widget
  > span.button:hover:before,
.compt-management-container
  .style-5
  .compt-management-widget
  > span.button:hover:before,
.style-5 .button.knowyrcm-column:hover:before,
.style-5 .button.writeToCM-bg:hover:before,
.style-5 .vdoglry-speech-cntr .vdospeech-icon > span.button:hover,
.vdoglry-speech-cntr .style-5 .vdospeech-icon > span.button:hover,
.style-5 .vdo-activites-widget .button.vdo-link-name:hover,
.vdo-activites-widget .style-5 .button.vdo-link-name:hover,
.style-5 .gen-list.list-title-bg > h2.button:hover,
.style-5 .arch-container > h2.button:hover,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  .button.hyperlikdiv:hover:before,
.style-5 input[type="submit"].accent-color:hover,
.style-5 input[type="submit"].hvr-radial-out:hover:before,
.style-5
  .home-13
  .governor-socialmedia
  input[type="submit"].gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-5
  input[type="submit"].gov-socmedia-icons:hover:before,
.style-5 input[type="submit"].knowyrcm-column:hover:before,
.style-5 input[type="submit"].writeToCM-bg:hover:before,
.style-5 .vdo-activites-widget input[type="submit"].vdo-link-name:hover,
.vdo-activites-widget .style-5 input[type="submit"].vdo-link-name:hover,
.style-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  input[type="submit"].hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5
  input[type="submit"].hyperlikdiv:hover:before {
  background: #f6f3ee !important;
  background-color: #f6f3ee !important;
  color: #ea3876 !important;
}
.style-5 .accent-border-color,
.style-5 .btn-theme,
.style-5 .btn-gov,
.style-5 .vdo-activites-widget .vdo-link-name .vdo-icon,
.vdo-activites-widget .vdo-link-name .style-5 .vdo-icon,
.style-5 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-5 .vc_tta-tab > a,
.style-5 .box-style1:before {
  border-color: #ea3876 !important;
}
.style-5 .accent-secondary-color,
.style-5 .style-1.home-11 .theme5-fixed-color,
.style-1.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-2.home-11 .theme5-fixed-color,
.style-2.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-3.home-11 .theme5-fixed-color,
.style-3.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-4.home-11 .theme5-fixed-color,
.style-4.home-11 .style-5 .theme5-fixed-color,
.style-5.home-11 .theme5-fixed-color,
.style-5 .style-6.home-11 .theme5-fixed-color,
.style-6.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-7.home-11 .theme5-fixed-color,
.style-7.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-8.home-11 .theme5-fixed-color,
.style-8.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-9.home-11 .theme5-fixed-color,
.style-9.home-11 .style-5 .theme5-fixed-color,
.style-5 .style-3 .fixed-bg-home-3,
.style-3 .style-5 .fixed-bg-home-3,
.style-5 .style-4 .fixed-bg-home-3,
.style-4 .style-5 .fixed-bg-home-3 {
  background: #f6f3ee !important;
  background-color: #f6f3ee !important;
  color: #ea3876 !important;
}
.style-5 .accent-secondary-color.lighten,
.style-5 .style-1.home-11 .lighten.theme5-fixed-color,
.style-1.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-2.home-11 .lighten.theme5-fixed-color,
.style-2.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-3.home-11 .lighten.theme5-fixed-color,
.style-3.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-4.home-11 .lighten.theme5-fixed-color,
.style-4.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5.home-11 .lighten.theme5-fixed-color,
.style-5 .style-6.home-11 .lighten.theme5-fixed-color,
.style-6.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-7.home-11 .lighten.theme5-fixed-color,
.style-7.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-8.home-11 .lighten.theme5-fixed-color,
.style-8.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-9.home-11 .lighten.theme5-fixed-color,
.style-9.home-11 .style-5 .lighten.theme5-fixed-color,
.style-5 .style-3 .lighten.fixed-bg-home-3,
.style-3 .style-5 .lighten.fixed-bg-home-3,
.style-5 .style-4 .lighten.fixed-bg-home-3,
.style-4 .style-5 .lighten.fixed-bg-home-3 {
  background: rgba(246, 243, 238, 0.9) !important;
  background-color: rgba(246, 243, 238, 0.9) !important;
}
.style-5 .accent-secondary-color.more-lighten,
.style-5 .style-1.home-11 .more-lighten.theme5-fixed-color,
.style-1.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-2.home-11 .more-lighten.theme5-fixed-color,
.style-2.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-3.home-11 .more-lighten.theme5-fixed-color,
.style-3.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-4.home-11 .more-lighten.theme5-fixed-color,
.style-4.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5.home-11 .more-lighten.theme5-fixed-color,
.style-5 .style-6.home-11 .more-lighten.theme5-fixed-color,
.style-6.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-7.home-11 .more-lighten.theme5-fixed-color,
.style-7.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-8.home-11 .more-lighten.theme5-fixed-color,
.style-8.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-9.home-11 .more-lighten.theme5-fixed-color,
.style-9.home-11 .style-5 .more-lighten.theme5-fixed-color,
.style-5 .style-3 .more-lighten.fixed-bg-home-3,
.style-3 .style-5 .more-lighten.fixed-bg-home-3,
.style-5 .style-4 .more-lighten.fixed-bg-home-3,
.style-4 .style-5 .more-lighten.fixed-bg-home-3 {
  background: rgba(246, 243, 238, 0.5) !important;
  background-color: rgba(246, 243, 238, 0.5) !important;
}
.style-5 a.accent-secondary-color:hover,
.style-5 .style-1.home-11 a.theme5-fixed-color:hover,
.style-1.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-2.home-11 a.theme5-fixed-color:hover,
.style-2.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-3.home-11 a.theme5-fixed-color:hover,
.style-3.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-4.home-11 a.theme5-fixed-color:hover,
.style-4.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5.home-11 a.theme5-fixed-color:hover,
.style-5 .style-6.home-11 a.theme5-fixed-color:hover,
.style-6.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-7.home-11 a.theme5-fixed-color:hover,
.style-7.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-8.home-11 a.theme5-fixed-color:hover,
.style-8.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-9.home-11 a.theme5-fixed-color:hover,
.style-9.home-11 .style-5 a.theme5-fixed-color:hover,
.style-5 .style-3 a.fixed-bg-home-3:hover,
.style-3 .style-5 a.fixed-bg-home-3:hover,
.style-5 .style-4 a.fixed-bg-home-3:hover,
.style-4 .style-5 a.fixed-bg-home-3:hover,
.style-5 button.accent-secondary-color:hover,
.style-5 .style-1.home-11 button.theme5-fixed-color:hover,
.style-1.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-2.home-11 button.theme5-fixed-color:hover,
.style-2.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-3.home-11 button.theme5-fixed-color:hover,
.style-3.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-4.home-11 button.theme5-fixed-color:hover,
.style-4.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5.home-11 button.theme5-fixed-color:hover,
.style-5 .style-6.home-11 button.theme5-fixed-color:hover,
.style-6.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-7.home-11 button.theme5-fixed-color:hover,
.style-7.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-8.home-11 button.theme5-fixed-color:hover,
.style-8.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-9.home-11 button.theme5-fixed-color:hover,
.style-9.home-11 .style-5 button.theme5-fixed-color:hover,
.style-5 .style-3 button.fixed-bg-home-3:hover,
.style-3 .style-5 button.fixed-bg-home-3:hover,
.style-5 .style-4 button.fixed-bg-home-3:hover,
.style-4 .style-5 button.fixed-bg-home-3:hover,
.style-5 .button.accent-secondary-color:hover,
.style-5 .style-1.home-11 .button.theme5-fixed-color:hover,
.style-1.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-2.home-11 .button.theme5-fixed-color:hover,
.style-2.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-3.home-11 .button.theme5-fixed-color:hover,
.style-3.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-4.home-11 .button.theme5-fixed-color:hover,
.style-4.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5.home-11 .button.theme5-fixed-color:hover,
.style-5 .style-6.home-11 .button.theme5-fixed-color:hover,
.style-6.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-7.home-11 .button.theme5-fixed-color:hover,
.style-7.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-8.home-11 .button.theme5-fixed-color:hover,
.style-8.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-9.home-11 .button.theme5-fixed-color:hover,
.style-9.home-11 .style-5 .button.theme5-fixed-color:hover,
.style-5 .style-3 .button.fixed-bg-home-3:hover,
.style-3 .style-5 .button.fixed-bg-home-3:hover,
.style-5 .style-4 .button.fixed-bg-home-3:hover,
.style-4 .style-5 .button.fixed-bg-home-3:hover,
.style-5 input[type="submit"].accent-secondary-color:hover,
.style-5 .style-1.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-1.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-2.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-2.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-3.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-3.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-4.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-6.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-6.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-7.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-7.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-8.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-8.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-9.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-9.home-11 .style-5 input[type="submit"].theme5-fixed-color:hover,
.style-5 .style-3 input[type="submit"].fixed-bg-home-3:hover,
.style-3 .style-5 input[type="submit"].fixed-bg-home-3:hover,
.style-5 .style-4 input[type="submit"].fixed-bg-home-3:hover,
.style-4 .style-5 input[type="submit"].fixed-bg-home-3:hover {
  background: #ea3876 !important;
  background-color: #ea3876 !important;
  color: #fff !important;
}
.style-5 .accent-secondary-border-color,
.style-5 .box-style1.accent-secondary-border-color:before {
  border-color: #f6f3ee !important;
}
.style-5 .accent-fixed-color,
.style-5 .style-1.home-5 .support-bg-home5,
.style-1.home-5 .style-5 .support-bg-home5,
.style-5 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab:hover > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-5 .vc_tta-tab:hover > a,
.style-5 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab.vc_active > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-5 .vc_tta-tab.vc_active > a {
  background: #183a53 !important;
  color: #fff !important;
}
.style-5 .gen-card .gen-card-icon span.accent-border-color,
.style-5 .gen-card .gen-card-icon span.btn-theme,
.style-5 .gen-card .gen-card-icon span.btn-gov,
.style-5
  .gen-card
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-5
  .gen-card
  .gen-card-icon
  span.vdo-icon,
.style-5
  .gen-card
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-5
  .gen-card
  .gen-card-icon
  span.flexslider,
.style-5 .gen-card .gen-card-icon span.box-style1:before {
  color: #ea3876 !important;
}
.style-5 .text-highlight,
.style-5 .no-record-found .no-record-inner span.fa,
.no-record-found .no-record-inner .style-5 span.fa,
.style-5 .gen-list.iconTop-textBottom-list.tourism-style-3 li a span.list-icon,
.gen-list.iconTop-textBottom-list.tourism-style-3 li a .style-5 span.list-icon,
.style-5 .gen-list.photo-vdo-speech ul li a span.list-icon,
.gen-list.photo-vdo-speech ul li a .style-5 span.list-icon,
.style-5 .gen-list.photo-vdo-speech ul li a div.list-text,
.gen-list.photo-vdo-speech ul li a .style-5 div.list-text,
.style-5 .gen-list.cm-social-media ul li a span.list-icon,
.gen-list.cm-social-media ul li a .style-5 span.list-icon,
.style-5 .vdo-activites-widget:hover .vdo-link-name,
.vdo-activites-widget:hover .style-5 .vdo-link-name,
.style-5 .compt-management-container .compt-management-widget > div,
.compt-management-container .style-5 .compt-management-widget > div {
  color: #ea3876 !important;
}
.style-5 .accent-hover-color:hover,
.style-5 .footerlogocarousel .flex-direction-nav a,
.style-5 .video_gallery .flex-direction-nav a,
.style-5 .HomeGalleryCarasole .flex-direction-nav a {
  background: #ea3876 !important;
  background-color: #ea3876 !important;
  color: #fff !important;
  border-color: #f6f3ee !important;
}
.style-5.home .btn-style-outline {
  border-radius: 5px;
  border: 1px solid #ea3876 !important;
  color: #fff !important;
}
.style-5.home .btn-style-outline:after {
  padding-left: 6px;
  content: "\f105";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.style-5.home .btn-style-outline.accent-color,
.style-5.home .btn-style-outline.hvr-radial-out:before,
.style-5.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-5.home
  .btn-style-outline.gov-socmedia-icons:before,
.style-5.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home
  div.btn-style-outline.list-text:before,
.style-5.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-5.home
  .compt-management-widget
  > span.btn-style-outline:before,
.style-5.home .btn-style-outline.knowyrcm-column:before,
.style-5.home .btn-style-outline.writeToCM-bg:before,
.style-5.home .vdoglry-speech-cntr .vdospeech-icon > span.btn-style-outline,
.vdoglry-speech-cntr .style-5.home .vdospeech-icon > span.btn-style-outline,
.style-5.home .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-5.home .btn-style-outline.vdo-link-name,
.style-5.home .gen-list.list-title-bg > h2.btn-style-outline,
.style-5.home .arch-container > h2.btn-style-outline,
.style-5.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home
  .btn-style-outline.hyperlikdiv:before,
.style-5.home .btn-style-outline.accent-border-color,
.style-5.home .btn-style-outline.btn-theme,
.style-5.home .btn-style-outline.btn-gov,
.style-5.home .vdo-activites-widget .vdo-link-name .btn-style-outline.vdo-icon,
.vdo-activites-widget .vdo-link-name .style-5.home .btn-style-outline.vdo-icon,
.style-5.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home
  .vc_tta-tab
  > a.btn-style-outline,
.style-5.home .btn-style-outline.box-style1:before {
  border: 1px solid #f6f3ee !important;
  color: #fff !important;
}
.style-5.home .btn-style-outline.accent-color:after,
.style-5.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:after,
.vdoglry-speech-cntr
  .style-5.home
  .vdospeech-icon
  > span.btn-style-outline:after,
.style-5.home .vdo-activites-widget .btn-style-outline.vdo-link-name:after,
.vdo-activites-widget .style-5.home .btn-style-outline.vdo-link-name:after,
.style-5.home .gen-list.list-title-bg > h2.btn-style-outline:after,
.style-5.home .arch-container > h2.btn-style-outline:after,
.style-5.home .btn-style-outline.accent-border-color:after,
.style-5.home .btn-style-outline.btn-theme:after,
.style-5.home .btn-style-outline.btn-gov:after,
.style-5.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:after,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home
  .btn-style-outline.vdo-icon:after,
.style-5.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:after,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home
  .vc_tta-tab
  > a.btn-style-outline:after {
  padding-left: 6px;
  content: "\f105";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.style-5.home .btn-style-outline.accent-color:hover,
.style-5.home .btn-style-outline.hvr-radial-out:hover:before,
.style-5.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-5.home
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-5.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home
  div.btn-style-outline.list-text:hover:before,
.style-5.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-5.home
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-5.home .btn-style-outline.knowyrcm-column:hover:before,
.style-5.home .btn-style-outline.writeToCM-bg:hover:before,
.style-5.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-5.home
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-5.home .vdo-activites-widget .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget .style-5.home .btn-style-outline.vdo-link-name:hover,
.style-5.home .gen-list.list-title-bg > h2.btn-style-outline:hover,
.style-5.home .arch-container > h2.btn-style-outline:hover,
.style-5.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home
  .btn-style-outline.hyperlikdiv:hover:before,
.style-5.home .btn-style-outline.accent-border-color:hover,
.style-5.home .btn-style-outline.btn-theme:hover,
.style-5.home .btn-style-outline.btn-gov:hover,
.style-5.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home
  .btn-style-outline.vdo-icon:hover,
.style-5.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home
  .vc_tta-tab
  > a.btn-style-outline:hover,
.style-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home
  img.btn-style-outline:hover,
.style-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home
  img.btn-style-outline:hover,
.style-5.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home
  .btn-style-outline.flexslider:hover,
.style-5.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.pp-photogallery
  .photoGallery-style3
  .style-5.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.style-5.home .btn-style-outline.box-style1:hover:before {
  background-color: #f6f3ee !important;
  color: #ea3876 !important;
  border-color: #ea3876 !important;
}
.style-5.home .btn-style-outline.accent-hover-color {
  border: 1px solid #ea3876 !important;
  color: #ea3876 !important;
}
.style-5.home .btn-style-outline.accent-hover-color:after {
  padding-left: 6px;
  content: "\f105";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
.style-5.home .btn-style-outline.accent-hover-color:hover {
  color: #ea3876 !important;
  background: #f6f3ee !important;
}
.style-5 .photo-glry-cntr .btn-style-outline {
  border-radius: 0;
}
.style-5 .news-ticker-horizontal.title-left > h2 {
  overflow: visible;
}
.style-5 .news-ticker-horizontal.title-left > h2:after {
  content: "";
  border: 10px solid transparent;
  border-right: 0;
  border-left: 10px solid #f6f3ee;
  position: absolute;
  right: -10px;
}
.style-5 .flex-direction-nav a:before,
.style-5 .flex-pauseplay a:before {
  color: #fff;
}
.division-project {
  margin-top: 50px;
  padding: 25px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.4);
}
.division-project .div-proj-title {
  margin: 0;
}
@media (max-width: 767px) {
  .division-project {
    margin-top: 30px;
    padding: 0;
    box-shadow: none;
  }
  .division-project .div-proj-title {
    margin: 0 0 15px 0;
  }
}
.style-2.home-3 .about-us-six {
  color: #000;
}
.home-5 #topBar #accessibility ul li,
.home-5 #topBar .govBranding ul li {
  border-color: #d8d8d8;
}
.home-5 #topBar #accessibility ul li:first-child,
.home-5 #topBar #accessibility ul li:last-child,
.home-5 #topBar .govBranding ul li:first-child,
.home-5 #topBar .govBranding ul li:last-child {
  border-color: #d8d8d8;
}
.home-5 #topBar #accessibility ul li a,
.home-5 #topBar .govBranding ul li a {
  color: #000;
}
.home-5 #topBar #accessibility ul li .social-group-icon .icon-facebook,
.home-5 #topBar #accessibility ul li .social-group-icon .icon-twitter,
.home-5 #topBar #accessibility ul li .social-group-icon .icon-youtube,
.home-5 #topBar .govBranding ul li .social-group-icon .icon-facebook,
.home-5 #topBar .govBranding ul li .social-group-icon .icon-twitter,
.home-5 #topBar .govBranding ul li .social-group-icon .icon-youtube {
  color: #000;
}
.home-5 #topBar #accessibility .textSizing ul li a,
.home-5 #topBar .govBranding .textSizing ul li a {
  color: #000;
}
.home-5 #topBar #accessibility .textSizing ul li a:hover,
.home-5 #topBar #accessibility .textSizing ul li a:focus,
.home-5 #topBar .govBranding .textSizing ul li a:hover,
.home-5 #topBar .govBranding .textSizing ul li a:focus {
  color: #000;
}
.home-5 #topBar #accessibility .textSizing ul li.dark a,
.home-5 #topBar .govBranding .textSizing ul li.dark a {
  color: #fff;
}
.home-5 .logo .site_logo {
  color: #fff;
}
.home-5 .logo .site_logo:hover {
  color: #fff !important;
}
.home-5 .logo .site_logo .logo_text .logo-sub-title {
  color: #fff;
}
.home-5 .menuWrapper {
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
}
.home-5 .menuWrapper .nav li {
  padding: 5px 0;
}
.home-5 .menuWrapper .nav li > a {
  line-height: 36px;
}
.home-5 .menuWrapper .nav li:hover > a {
  box-shadow: 0 0 0 1px #fff inset;
}
.home-5 .menuWrapper .nav li a {
  color: #fff;
  border-radius: 25px;
}
.home-5 .menuWrapper .nav li a:hover {
  box-shadow: 0 0 0 1px #fff inset;
}
.home-5 .menuWrapper .nav li a:focus {
  box-shadow: 0 0 0 1px #fff inset;
}
.home-5 .menuWrapper .nav li ul {
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
}
.home-5 .menuWrapper .nav li ul li {
  border-bottom: 1px solid #fff;
  padding: 5px;
}
.home-5 .menuWrapper .nav li ul li a {
  line-height: inherit;
}
.home-5 .menuWrapper .nav li ul li a:hover,
.home-5 .menuWrapper .nav li ul li a.active {
  box-shadow: 0 0 0 1px #fff inset;
}
.home-5 .menuWrapper .nav li ul li ul {
  border-top: 1px solid #fff;
}
.home-5 .menuWrapper .nav li ul li ul.show-menu {
  left: 248px;
  top: -1px;
}
.home-5 .menuWrapper .nav li.active > a,
.home-5 .menuWrapper .nav li.current-menu-ancestor > a {
  box-shadow: 0 0 0 1px #fff inset;
}
.home-5 .menuWrapper .nav .moreNav a {
  padding: 3px;
}
.home-10 .gen-card.card-initiatives-home-10 {
  box-shadow: 0 4px 7px -5px #000;
}
.home-10 .gen-card.card-initiatives-home-10 .gen-card-img > img {
  height: 150px;
}
.home-12 .menuWrapper {
  background-color: #f6f3ee;
}
.home-12 .menuWrapper nav.menu {
  background-color: #f6f3ee;
}
.home-12 .menuWrapper .nav li:hover a {
  border-radius: 0 !important;
}
.home-12 .menuWrapper .nav li a {
  color: #000;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.home-12 .menuWrapper .nav li ul li {
  padding: 0;
}
.home-12 .menuWrapper .nav li ul li a {
  border-radius: 0;
}
.home-12 .menuWrapper .nav li.active > a,
.home-12 .menuWrapper .nav li.active ul li.current-menu-item > a,
.home-12 .menuWrapper .nav li.current-menu-parent > a,
.home-12 .menuWrapper .nav li.current-menu-parent ul li.current-menu-item > a {
  border-radius: 0;
}
.home-12 .menuWrapper .nav li.current-menu-ancestor > a {
  border-radius: 0;
}
.home-12 .menuWrapper .nav li.moreNav > a {
  color: #000;
}
.home-12
  .gen-card.genCard-horizontal-content.our-pride-architect
  .gen-card-img
  img,
.home-12 .vdo-link-name .vdo-icon img,
.home-12 .compt-management-widget > span img {
  filter: grayscale(1) brightness(0.5);
}
.home-13.body {
  font-family: "roboto";
}
.home-13 .carasoleflex-wrap .galleryMeta {
  padding-bottom: 0;
  margin-bottom: -2px;
}
.home-13 .carasoleflex-wrap .photo-glry-viewall {
  margin: 0 !important;
}
.home-13 .carasoleflex-wrap .photo-glry-viewall .btn-style-outline.btn-gov {
  width: 125px;
}
.home-13 h1,
.home-13 h2 {
  font-family: "source_serif_probold";
}
.home-13.home h2,
.home-13.home .heading2 {
  font-size: 1.6em;
  text-transform: capitalize;
}
.home-13 .menuWrapper {
  text-transform: uppercase;
}
.home-13 .menuWrapper .nav li:hover a {
  border-radius: 0;
}
.home-13 .menuWrapper .nav li a {
  margin: 0;
}
.home-13 .menuWrapper .nav li.active > a,
.home-13 .menuWrapper .nav li.active ul li.current-menu-item > a,
.home-13 .menuWrapper .nav li.current-menu-parent > a,
.home-13 .menuWrapper .nav li.current-menu-parent ul li.current-menu-item > a {
  border-radius: 0;
}
.home-13 .menuWrapper .nav li.current-menu-ancestor > a {
  border-radius: 0;
}
.home-13 .governor-home13 .khowMinisterBoxImg {
  margin-bottom: 20px;
}
.home-13 .governor-home13 .MinisterProfile ul {
  padding-top: 15px;
}
.home-13 .rajbhavan-card-home13 > h2 {
  padding-bottom: 0;
}
.home-13 .rajbhavan-card-home13 .gen-card-img {
  border: 1px solid #797164;
  padding: 14px;
}
.home-13 .rajbhavan-card-home13 .gen-card-img img {
  border: 1px solid #797164;
}
.home-13 .gen-list.box-list.video-speech-home13 {
  margin-top: 5px;
}
.home-13 .gen-list.box-list.video-speech-home13 ul {
  margin: 0;
  padding: 0 10px;
}
.home-13 .gen-list.box-list.video-speech-home13 ul li {
  width: calc(48.5% - 10px);
}
.home-13 .gen-list.box-list.video-speech-home13 ul li a {
  padding: 8px;
}
.home-13 .gen-list.box-list.video-speech-home13 ul li .list-icon {
  color: #fff !important;
  height: 36px;
  width: 36px;
}
.home-13 .gen-list.box-list.video-speech-home13 ul li .list-icon:before {
  font-size: 16px;
}
.home-13 .gen-list.box-list.video-speech-home13 ul li .list-text {
  font-size: 1.25em;
}
.home-13 .governor-socialmedia {
  text-align: center;
  margin-top: 20px;
}
.home-13 .governor-socialmedia .gov-socmedia-box {
  display: inline-block;
  margin: 0 2.5%;
}
.home-13 .governor-socialmedia .gov-socmedia-icons {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 66px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 100%;
  font-size: 2em;
  overflow: hidden;
  margin: 0 10px;
}
.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  border-radius: 100% !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
}
.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #000 !important;
}
.home-13 .whats-new-home13 .dynamic-card-wrapper.btn-centre > h2 {
  text-align: center !important;
}
.home-13 .write-to-governor {
  display: inline-flex;
  align-items: center;
}
.home-13 .write-to-governor .wrt-to-govicon {
  padding: 25px;
  border: 2px solid #333;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
}
.home-13 .event-home13 .gen-card.dynamic-card {
  float: left;
  width: 48%;
  margin-right: 12px !important;
}
.home-13 .event-home13 .gen-card.dynamic-card:nth-last-child(2) {
  margin-right: 0 !important;
}
.home-13 .event-home13 .gen-card.dynamic-card .gen-card-img {
  margin-bottom: 15px;
}
.home-13 .event-home13 .gen-card.dynamic-card .gen-card-img img {
  height: auto;
}
.home-13 .event-home13 .btn.accent-color,
.home-13 .event-home13 .btn.hvr-radial-out:before,
.home-13 .event-home13 .governor-socialmedia .btn.gov-socmedia-icons:before,
.home-13 .governor-socialmedia .event-home13 .btn.gov-socmedia-icons:before,
.home-13
  .event-home13
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .home-13
  .event-home13
  div.btn.list-text:before,
.home-13
  .event-home13
  .compt-management-container
  .compt-management-widget
  > span.btn:before,
.compt-management-container
  .home-13
  .event-home13
  .compt-management-widget
  > span.btn:before,
.home-13 .event-home13 .btn.knowyrcm-column:before,
.home-13 .event-home13 .btn.writeToCM-bg:before,
.home-13 .event-home13 .vdoglry-speech-cntr .vdospeech-icon > span.btn,
.vdoglry-speech-cntr .home-13 .event-home13 .vdospeech-icon > span.btn,
.home-13 .event-home13 .vdo-activites-widget .btn.vdo-link-name,
.vdo-activites-widget .home-13 .event-home13 .btn.vdo-link-name,
.home-13 .event-home13 .gen-list.list-title-bg > h2.btn,
.home-13 .event-home13 .arch-container > h2.btn,
.home-13
  .event-home13
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .home-13
  .event-home13
  .btn.hyperlikdiv:before {
  margin-top: 5px !important;
}
.home-14 .minister-title14 {
  font-weight: 700;
  color: #333;
}
.home-14 .minister-title14 span {
  border-bottom: 1px solid #e1e1e1;
  display: inline-block;
  padding: 0 25px 10px 25px;
}
.home-14 .minister-profile14 .box-1.aside-box {
  padding-left: 188px;
}
.home-14
  .minister-profile14
  .box-1.aside-box
  .khowMinisterBox
  .khowMinisterBoxImg {
  width: 175px;
}
.home-14
  .minister-profile14
  .box-1.aside-box
  .khowMinisterBox
  .khowMinisterBoxImg
  img {
  width: 175px;
  height: 175px;
}
.home-14
  .minister-profile14
  .box-1.aside-box
  .khowMinisterBox
  .khowMinisterBoxImg
  .round-icon {
  border: 2px solid #fff;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.41);
}
.home-14 .governor-quote {
  font-family: "pt_serifregular";
  color: #730068;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.5em;
  padding: 45px 50px 0;
  font-style: italic;
  position: relative;
}
.home-14 .governor-quote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 35px;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.05);
}
.home-14 .governor-house-img img {
  border: 4px solid #fff;
  margin-top: 10px;
}
.home-14 .gen-card.rajbhavan-registration > h2 {
  font-size: 1.3em;
}
.home-14 .gen-card.rajbhavan-registration .gen-card-img > img {
  width: auto;
  height: auto;
  margin: 5px 0;
}
.home-14 .whats-new-home14 .gen-card {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.home-14 .vdo-activites-widget .vdo-widget-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 288px;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.home-14 .vdo-activites-widget .vdo-widget-img > img {
  border: 4px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.2s ease-in;
}
.home-14 .vdo-activites-widget .vdo-widget-img .vdoglryspeech-icon {
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  z-index: 1;
}
.home-14 .vdo-activites-widget .vdo-widget-img .vdoglryspeech-icon > span {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin-bottom: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 50px;
  transition: 0.2s ease-in;
}
.home-14 .vdo-activites-widget .vdo-link-name {
  font-size: 1.5em;
  font-weight: 600;
}
.home-14 .vdo-activites-widget:hover .vdo-link-name {
  color: #fff !important;
}
.home-14 .gen-card.write-to-governor .gen-card-img > img {
  width: auto;
  height: auto;
  margin: 5px 0;
  filter: brightness(10);
}
.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  text-decoration: underline;
}
.home-14 .gen-card.write-to-governor .gen-card-content .btn-link:hover {
  color: #fff;
}
.home-14 .gen-list.governor-social-media li {
  margin-bottom: 18px;
}
.home-14 .gen-list.governor-social-media li a .list-icon {
  width: 60px !important;
  height: 60px !important;
  border-width: 2px !important;
}
.home-14 .gen-list.governor-social-media li a .list-icon .list-text {
  font-size: 0.9em !important;
}
.home-15 h2,
.home-15 .heading2 {
  font-size: 1.5em;
  font-weight: bold;
}
.style-4 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #2aacea;
}
.style-4 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #2aacea;
  color: #fff;
}
.style-4.home-5 #mainHeader {
  background: #2aacea;
}
.style-4.home-5 #topBar #accessibility ul li,
.style-4.home-5 #topBar .govBranding ul li {
  border-color: #d8d8d8;
}
.style-4.home-5 #topBar #accessibility ul li:first-child,
.style-4.home-5 #topBar #accessibility ul li:last-child,
.style-4.home-5 #topBar .govBranding ul li:first-child,
.style-4.home-5 #topBar .govBranding ul li:last-child {
  border-color: #d8d8d8;
}
.style-4.home-5 #topBar #accessibility .textSizing ul li a,
.style-4.home-5 #topBar .govBranding .textSizing ul li a {
  color: #000;
}
.style-4.home-5 #topBar #accessibility .textSizing ul li.dark a,
.style-4.home-5 #topBar .govBranding .textSizing ul li.dark a {
  color: #fff;
}
.style-4.home-5 .accent-color,
.style-4.home-5 .hvr-radial-out:before,
.style-4.home-5 .home-13 .governor-socialmedia .gov-socmedia-icons:before,
.home-13 .governor-socialmedia .style-4.home-5 .gov-socmedia-icons:before,
.style-4.home-5 .gen-list.photo-vdo-speech ul li a div.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-4.home-5 div.list-text:before,
.style-4.home-5
  .compt-management-container
  .compt-management-widget
  > span:before,
.compt-management-container
  .style-4.home-5
  .compt-management-widget
  > span:before,
.style-4.home-5 .knowyrcm-column:before,
.style-4.home-5 .writeToCM-bg:before,
.style-4.home-5 .vdoglry-speech-cntr .vdospeech-icon > span,
.vdoglry-speech-cntr .style-4.home-5 .vdospeech-icon > span,
.style-4.home-5 .vdo-activites-widget .vdo-link-name,
.vdo-activites-widget .style-4.home-5 .vdo-link-name,
.style-4.home-5 .gen-list.list-title-bg > h2,
.style-4.home-5 .arch-container > h2,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  .hyperlikdiv:before {
  background: #052963 !important;
  background-color: #052963 !important;
  color: #fff !important;
}
.style-4.home-5 .accent-color.lighten,
.style-4.home-5 .lighten.hvr-radial-out:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  .lighten.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  .lighten.gov-socmedia-icons:before,
.style-4.home-5 .gen-list.photo-vdo-speech ul li a div.lighten.list-text:before,
.gen-list.photo-vdo-speech ul li a .style-4.home-5 div.lighten.list-text:before,
.style-4.home-5
  .compt-management-container
  .compt-management-widget
  > span.lighten:before,
.compt-management-container
  .style-4.home-5
  .compt-management-widget
  > span.lighten:before,
.style-4.home-5 .lighten.knowyrcm-column:before,
.style-4.home-5 .lighten.writeToCM-bg:before,
.style-4.home-5 .vdoglry-speech-cntr .vdospeech-icon > span.lighten,
.vdoglry-speech-cntr .style-4.home-5 .vdospeech-icon > span.lighten,
.style-4.home-5 .vdo-activites-widget .lighten.vdo-link-name,
.vdo-activites-widget .style-4.home-5 .lighten.vdo-link-name,
.style-4.home-5 .gen-list.list-title-bg > h2.lighten,
.style-4.home-5 .arch-container > h2.lighten,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  .lighten.hyperlikdiv:before {
  background: rgba(5, 41, 99, 0.6) !important;
  background-color: rgba(5, 41, 99, 0.6) !important;
}
.style-4.home-5 .accent-color.more-lighten,
.style-4.home-5 .more-lighten.hvr-radial-out:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  .more-lighten.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  .more-lighten.gov-socmedia-icons:before,
.style-4.home-5
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.more-lighten.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-5
  div.more-lighten.list-text:before,
.style-4.home-5
  .compt-management-container
  .compt-management-widget
  > span.more-lighten:before,
.compt-management-container
  .style-4.home-5
  .compt-management-widget
  > span.more-lighten:before,
.style-4.home-5 .more-lighten.knowyrcm-column:before,
.style-4.home-5 .more-lighten.writeToCM-bg:before,
.style-4.home-5 .vdoglry-speech-cntr .vdospeech-icon > span.more-lighten,
.vdoglry-speech-cntr .style-4.home-5 .vdospeech-icon > span.more-lighten,
.style-4.home-5 .vdo-activites-widget .more-lighten.vdo-link-name,
.vdo-activites-widget .style-4.home-5 .more-lighten.vdo-link-name,
.style-4.home-5 .gen-list.list-title-bg > h2.more-lighten,
.style-4.home-5 .arch-container > h2.more-lighten,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .more-lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  .more-lighten.hyperlikdiv:before {
  background: rgba(5, 41, 99, 0.3) !important;
  background-color: rgba(5, 41, 99, 0.3) !important;
}
.style-4.home-5 a.accent-color:hover,
.style-4.home-5 a.hvr-radial-out:hover:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  a.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  a.gov-socmedia-icons:hover:before,
.style-4.home-5 a.knowyrcm-column:hover:before,
.style-4.home-5 a.writeToCM-bg:hover:before,
.style-4.home-5 .vdo-activites-widget a.vdo-link-name:hover,
.vdo-activites-widget .style-4.home-5 a.vdo-link-name:hover,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  a.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  a.hyperlikdiv:hover:before,
.style-4.home-5 button.accent-color:hover,
.style-4.home-5 button.hvr-radial-out:hover:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  button.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  button.gov-socmedia-icons:hover:before,
.style-4.home-5 button.knowyrcm-column:hover:before,
.style-4.home-5 button.writeToCM-bg:hover:before,
.style-4.home-5 .vdo-activites-widget button.vdo-link-name:hover,
.vdo-activites-widget .style-4.home-5 button.vdo-link-name:hover,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  button.hyperlikdiv:hover:before,
.style-4.home-5 .button.accent-color:hover,
.style-4.home-5 .button.hvr-radial-out:hover:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  .button.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  .button.gov-socmedia-icons:hover:before,
.style-4.home-5
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.button.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-5
  div.button.list-text:hover:before,
.style-4.home-5
  .compt-management-container
  .compt-management-widget
  > span.button:hover:before,
.compt-management-container
  .style-4.home-5
  .compt-management-widget
  > span.button:hover:before,
.style-4.home-5 .button.knowyrcm-column:hover:before,
.style-4.home-5 .button.writeToCM-bg:hover:before,
.style-4.home-5 .vdoglry-speech-cntr .vdospeech-icon > span.button:hover,
.vdoglry-speech-cntr .style-4.home-5 .vdospeech-icon > span.button:hover,
.style-4.home-5 .vdo-activites-widget .button.vdo-link-name:hover,
.vdo-activites-widget .style-4.home-5 .button.vdo-link-name:hover,
.style-4.home-5 .gen-list.list-title-bg > h2.button:hover,
.style-4.home-5 .arch-container > h2.button:hover,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .button.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  .button.hyperlikdiv:hover:before,
.style-4.home-5 input[type="submit"].accent-color:hover,
.style-4.home-5 input[type="submit"].hvr-radial-out:hover:before,
.style-4.home-5
  .home-13
  .governor-socialmedia
  input[type="submit"].gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-4.home-5
  input[type="submit"].gov-socmedia-icons:hover:before,
.style-4.home-5 input[type="submit"].knowyrcm-column:hover:before,
.style-4.home-5 input[type="submit"].writeToCM-bg:hover:before,
.style-4.home-5 .vdo-activites-widget input[type="submit"].vdo-link-name:hover,
.vdo-activites-widget .style-4.home-5 input[type="submit"].vdo-link-name:hover,
.style-4.home-5
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  input[type="submit"].hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5
  input[type="submit"].hyperlikdiv:hover:before {
  background: #2aacea !important;
  background-color: #2aacea !important;
}
.style-4.home-5 .accent-border-color,
.style-4.home-5 .btn-theme,
.style-4.home-5 .btn-gov,
.style-4.home-5 .vdo-activites-widget .vdo-link-name .vdo-icon,
.vdo-activites-widget .vdo-link-name .style-4.home-5 .vdo-icon,
.style-4.home-5 .vc_general.vc_tta-tabs.dsir-tab-one .vc_tta-tab > a,
.vc_general.vc_tta-tabs.dsir-tab-one .style-4.home-5 .vc_tta-tab > a,
.style-4.home-5 .dsir-gallery-color .with-border.flexslider .slides img,
.dsir-gallery-color .with-border.flexslider .slides .style-4.home-5 img,
.style-4.home-5
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-5
  img,
.style-4.home-5 .dsir-gallery-color .video_gallery.video .flexslider,
.dsir-gallery-color .video_gallery.video .style-4.home-5 .flexslider,
.style-4.home-5
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-5
  .galleryThumb
  > a:hover
  > img,
.style-4.home-5 .box-style1:before {
  border-color: #2aacea !important;
}
.style-4.home-5 .accent-secondary-color,
.style-4.home-5 .style-1.home-11 .theme5-fixed-color,
.style-1.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-2.home-11 .theme5-fixed-color,
.style-2.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-3.home-11 .theme5-fixed-color,
.style-3.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-4.home-11 .theme5-fixed-color,
.style-4.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-5.home-11 .theme5-fixed-color,
.style-5.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-6.home-11 .theme5-fixed-color,
.style-6.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-7.home-11 .theme5-fixed-color,
.style-7.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-8.home-11 .theme5-fixed-color,
.style-8.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .style-9.home-11 .theme5-fixed-color,
.style-9.home-11 .style-4.home-5 .theme5-fixed-color,
.style-4.home-5 .fixed-bg-home-3 {
  background: #2aacea !important;
  background-color: #2aacea !important;
  color: #000 !important;
}
.style-4.home-5 .accent-secondary-color.lighten,
.style-4.home-5 .style-1.home-11 .lighten.theme5-fixed-color,
.style-1.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-2.home-11 .lighten.theme5-fixed-color,
.style-2.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-3.home-11 .lighten.theme5-fixed-color,
.style-3.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-4.home-11 .lighten.theme5-fixed-color,
.style-4.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-5.home-11 .lighten.theme5-fixed-color,
.style-5.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-6.home-11 .lighten.theme5-fixed-color,
.style-6.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-7.home-11 .lighten.theme5-fixed-color,
.style-7.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-8.home-11 .lighten.theme5-fixed-color,
.style-8.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .style-9.home-11 .lighten.theme5-fixed-color,
.style-9.home-11 .style-4.home-5 .lighten.theme5-fixed-color,
.style-4.home-5 .lighten.fixed-bg-home-3 {
  background: rgba(42, 172, 234, 0.9) !important;
  background-color: rgba(42, 172, 234, 0.9) !important;
}
.style-4.home-5 .accent-secondary-color.more-lighten,
.style-4.home-5 .style-1.home-11 .more-lighten.theme5-fixed-color,
.style-1.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-2.home-11 .more-lighten.theme5-fixed-color,
.style-2.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-3.home-11 .more-lighten.theme5-fixed-color,
.style-3.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-4.home-11 .more-lighten.theme5-fixed-color,
.style-4.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-5.home-11 .more-lighten.theme5-fixed-color,
.style-5.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-6.home-11 .more-lighten.theme5-fixed-color,
.style-6.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-7.home-11 .more-lighten.theme5-fixed-color,
.style-7.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-8.home-11 .more-lighten.theme5-fixed-color,
.style-8.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .style-9.home-11 .more-lighten.theme5-fixed-color,
.style-9.home-11 .style-4.home-5 .more-lighten.theme5-fixed-color,
.style-4.home-5 .more-lighten.fixed-bg-home-3 {
  background: rgba(42, 172, 234, 0.5) !important;
  background-color: rgba(42, 172, 234, 0.5) !important;
}
.style-4.home-5 a.accent-secondary-color:hover,
.style-4.home-5 .style-1.home-11 a.theme5-fixed-color:hover,
.style-1.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-2.home-11 a.theme5-fixed-color:hover,
.style-2.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-3.home-11 a.theme5-fixed-color:hover,
.style-3.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-4.home-11 a.theme5-fixed-color:hover,
.style-4.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-5.home-11 a.theme5-fixed-color:hover,
.style-5.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-6.home-11 a.theme5-fixed-color:hover,
.style-6.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-7.home-11 a.theme5-fixed-color:hover,
.style-7.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-8.home-11 a.theme5-fixed-color:hover,
.style-8.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 .style-9.home-11 a.theme5-fixed-color:hover,
.style-9.home-11 .style-4.home-5 a.theme5-fixed-color:hover,
.style-4.home-5 a.fixed-bg-home-3:hover,
.style-4.home-5 button.accent-secondary-color:hover,
.style-4.home-5 .style-1.home-11 button.theme5-fixed-color:hover,
.style-1.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-2.home-11 button.theme5-fixed-color:hover,
.style-2.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-3.home-11 button.theme5-fixed-color:hover,
.style-3.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-4.home-11 button.theme5-fixed-color:hover,
.style-4.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-5.home-11 button.theme5-fixed-color:hover,
.style-5.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-6.home-11 button.theme5-fixed-color:hover,
.style-6.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-7.home-11 button.theme5-fixed-color:hover,
.style-7.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-8.home-11 button.theme5-fixed-color:hover,
.style-8.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 .style-9.home-11 button.theme5-fixed-color:hover,
.style-9.home-11 .style-4.home-5 button.theme5-fixed-color:hover,
.style-4.home-5 button.fixed-bg-home-3:hover,
.style-4.home-5 .button.accent-secondary-color:hover,
.style-4.home-5 .style-1.home-11 .button.theme5-fixed-color:hover,
.style-1.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-2.home-11 .button.theme5-fixed-color:hover,
.style-2.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-3.home-11 .button.theme5-fixed-color:hover,
.style-3.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-4.home-11 .button.theme5-fixed-color:hover,
.style-4.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-5.home-11 .button.theme5-fixed-color:hover,
.style-5.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-6.home-11 .button.theme5-fixed-color:hover,
.style-6.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-7.home-11 .button.theme5-fixed-color:hover,
.style-7.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-8.home-11 .button.theme5-fixed-color:hover,
.style-8.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .style-9.home-11 .button.theme5-fixed-color:hover,
.style-9.home-11 .style-4.home-5 .button.theme5-fixed-color:hover,
.style-4.home-5 .button.fixed-bg-home-3:hover,
.style-4.home-5 input[type="submit"].accent-secondary-color:hover,
.style-4.home-5 .style-1.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-1.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-2.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-2.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-3.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-3.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-4.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-5.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-5.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-6.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-6.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-7.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-7.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-8.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-8.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 .style-9.home-11 input[type="submit"].theme5-fixed-color:hover,
.style-9.home-11 .style-4.home-5 input[type="submit"].theme5-fixed-color:hover,
.style-4.home-5 input[type="submit"].fixed-bg-home-3:hover {
  background: #052963 !important;
  background-color: #052963 !important;
}
.style-4.home-5 .accent-secondary-border-color,
.style-4.home-5 .box-style1.accent-secondary-border-color:before {
  border-color: #2aacea !important;
}
.style-4.home-5 .gen-card .gen-card-icon span.accent-border-color,
.style-4.home-5 .gen-card .gen-card-icon span.btn-theme,
.style-4.home-5 .gen-card .gen-card-icon span.btn-gov,
.style-4.home-5
  .gen-card
  .gen-card-icon
  .vdo-activites-widget
  .vdo-link-name
  span.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-5
  .gen-card
  .gen-card-icon
  span.vdo-icon,
.style-4.home-5
  .gen-card
  .gen-card-icon
  .dsir-gallery-color
  .video_gallery.video
  span.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-5
  .gen-card
  .gen-card-icon
  span.flexslider,
.style-4.home-5 .gen-card .gen-card-icon span.box-style1:before {
  color: #2aacea !important;
}
.style-4.home-5 .text-highlight,
.style-4.home-5 .no-record-found .no-record-inner span.fa,
.no-record-found .no-record-inner .style-4.home-5 span.fa,
.style-4.home-5
  .gen-list.iconTop-textBottom-list.tourism-style-3
  li
  a
  span.list-icon,
.gen-list.iconTop-textBottom-list.tourism-style-3
  li
  a
  .style-4.home-5
  span.list-icon,
.style-4.home-5 .gen-list.photo-vdo-speech ul li a span.list-icon,
.gen-list.photo-vdo-speech ul li a .style-4.home-5 span.list-icon,
.style-4.home-5 .gen-list.photo-vdo-speech ul li a div.list-text,
.gen-list.photo-vdo-speech ul li a .style-4.home-5 div.list-text,
.style-4.home-5 .gen-list.cm-social-media ul li a span.list-icon,
.gen-list.cm-social-media ul li a .style-4.home-5 span.list-icon,
.style-4.home-5 .vdo-activites-widget:hover .vdo-link-name,
.vdo-activites-widget:hover .style-4.home-5 .vdo-link-name,
.style-4.home-5 .compt-management-container .compt-management-widget > div,
.compt-management-container .style-4.home-5 .compt-management-widget > div {
  color: #2aacea !important;
}
.style-4.home-5 .accent-hover-color:hover,
.style-4.home-5 .footerlogocarousel .flex-direction-nav a,
.style-4.home-5 .video_gallery .flex-direction-nav a,
.style-4.home-5 .HomeGalleryCarasole .flex-direction-nav a {
  background: #052963 !important;
  background-color: #052963 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.style-4.home-5.home .btn-style-outline {
  border-radius: 5px;
  border: 1px solid #052963 !important;
  color: #fff !important;
}
.style-4.home-5.home .btn-style-outline:after {
  padding-left: 6px;
  content: "\f101";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.style-4.home-5.home .btn-style-outline.accent-color,
.style-4.home-5.home .btn-style-outline.hvr-radial-out:before,
.style-4.home-5.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-5.home
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home-5.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-5.home
  div.btn-style-outline.list-text:before,
.style-4.home-5.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home-5.home
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home-5.home .btn-style-outline.knowyrcm-column:before,
.style-4.home-5.home .btn-style-outline.writeToCM-bg:before,
.style-4.home-5.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home-5.home
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home-5.home .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-4.home-5.home .btn-style-outline.vdo-link-name,
.style-4.home-5.home .gen-list.list-title-bg > h2.btn-style-outline,
.style-4.home-5.home .arch-container > h2.btn-style-outline,
.style-4.home-5.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-5.home
  .btn-style-outline.hyperlikdiv:before,
.style-4.home-5.home .btn-style-outline.accent-border-color,
.style-4.home-5.home .btn-style-outline.btn-theme,
.style-4.home-5.home .btn-style-outline.btn-gov,
.style-4.home-5.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-5.home
  .btn-style-outline.vdo-icon,
.style-4.home-5.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-5.home
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-5.home
  img.btn-style-outline,
.style-4.home-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-5.home
  img.btn-style-outline,
.style-4.home-5.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-5.home
  .btn-style-outline.flexslider,
.style-4.home-5.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-5.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-4.home-5.home .btn-style-outline.box-style1:before {
  border: 1px solid #052963 !important;
  color: #fff !important;
}
.style-4.home-5.home .btn-style-outline.accent-color:after,
.style-4.home-5.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:after,
.vdoglry-speech-cntr
  .style-4.home-5.home
  .vdospeech-icon
  > span.btn-style-outline:after,
.style-4.home-5.home
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name:after,
.vdo-activites-widget
  .style-4.home-5.home
  .btn-style-outline.vdo-link-name:after,
.style-4.home-5.home .gen-list.list-title-bg > h2.btn-style-outline:after,
.style-4.home-5.home .arch-container > h2.btn-style-outline:after,
.style-4.home-5.home .btn-style-outline.accent-border-color:after,
.style-4.home-5.home .btn-style-outline.btn-theme:after,
.style-4.home-5.home .btn-style-outline.btn-gov:after,
.style-4.home-5.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:after,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-5.home
  .btn-style-outline.vdo-icon:after,
.style-4.home-5.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:after,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-5.home
  .vc_tta-tab
  > a.btn-style-outline:after,
.style-4.home-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline:after,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-5.home
  img.btn-style-outline:after,
.style-4.home-5.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline:after,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-5.home
  img.btn-style-outline:after,
.style-4.home-5.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider:after,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-5.home
  .btn-style-outline.flexslider:after,
.style-4.home-5.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline:after,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-5.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline:after {
  padding-left: 6px;
  content: "\f101";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.style-4.home-5.home .btn-style-outline.accent-hover-color {
  border: 1px solid #052963 !important;
  color: #052963 !important;
}
.style-4.home-5.home .btn-style-outline.accent-hover-color:after {
  padding-left: 6px;
  content: "\f101";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
}
.style-4.home-5.home .btn-style-outline.accent-hover-color:hover {
  color: #fff !important;
  background: #052963 !important;
}
.style-4.home-5 .photo-glry-cntr .btn-style-outline {
  border-radius: 0;
}
.style-4.home-5 .news-ticker-horizontal.title-left > h2 {
  overflow: visible;
}
.style-4.home-5 .news-ticker-horizontal.title-left > h2:after {
  content: "";
  border: 10px solid transparent;
  border-right: 0;
  border-left: 10px solid #fff;
  position: absolute;
  right: -10px;
}
.style-4.home-5 .flex-direction-nav a:before,
.style-4.home-5 .flex-pauseplay a:before {
  color: #2aacea;
}
.style-4.home-5 .menuWrapper nav.menu {
  background-color: #2aacea;
}
.style-4.home-5 .menuWrapper .nav li:hover > a {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li a {
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li a:hover {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li a:focus {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li ul {
  background-color: #2aacea;
  border-bottom: 1px solid #fff;
}
.style-4.home-5 .menuWrapper .nav li ul li a {
  color: #fff;
  line-height: inherit;
}
.style-4.home-5 .menuWrapper .nav li ul li a:hover,
.style-4.home-5 .menuWrapper .nav li ul li a.active,
.style-4.home-5 .menuWrapper .nav li ul li a:focus {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li.current-menu-parent > a,
.style-4.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 .menuWrapper .nav li.active > a,
.style-4.home-5 .menuWrapper .nav li.active > a:focus,
.style-4.home-5 .menuWrapper .nav li.current-menu-ancestor > a,
.style-4.home-5 .menuWrapper .nav li.current-menu-ancestor > a:focus {
  background-color: #052963;
  color: #fff;
}
.style-4.home-5 #overflowMenu {
  background-color: #052963;
}
.style-4.home-5 .slider-bg-home5 {
  background: #2aacea !important;
}
.style-4.home-5 .latest-news-home5 {
  background: #052963 !important;
}
.style-4.home-5 .support-bg-home5 .gen-list.fore-color-white a span.list-icon {
  background: #052963 !important;
}
.style-4.home-7 .news-ticker-horizontal.latest-news-home7 h2 {
  color: #000;
}
.style-4.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-4.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-pauseplay
  a:before,
.style-4.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-4.home-7 .news-ticker-horizontal.title-left > h2:after {
  content: none;
}
.style-4.home-7 .photo-gallery-seven .galleryThumb img {
  border-color: #fff !important;
}
.style-4.home-7 .photo-gallery-seven .photo-glry-title h2 {
  color: #fff;
}
.style-4.home-7 .photogallery-row-home7 .carasoleflex-wrap .btn {
  background-color: #fff !important;
  color: #2aacea !important;
}
.style-4.home-9 .service-bg-home9 {
  background-color: #052963 !important;
}
.style-4.home-12 .menuWrapper {
  background-color: #fff;
}
.style-4.home-12 .menuWrapper nav.menu {
  background-color: #fff;
}
.style-4.home-12
  .gen-card.genCard-horizontal-content.our-pride-architect
  .gen-card-img
  img,
.style-4.home-12 .vdo-link-name .vdo-icon img,
.style-4.home-12 .compt-management-widget > span img {
  filter: inherit;
}
.style-4.home-12 .dg-ncc-column .btn-style-outline.accent-color,
.style-4.home-12 .dg-ncc-column .btn-style-outline.hvr-radial-out:before,
.style-4.home-12
  .dg-ncc-column
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-12
  .dg-ncc-column
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home-12
  .dg-ncc-column
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-12
  .dg-ncc-column
  div.btn-style-outline.list-text:before,
.style-4.home-12
  .dg-ncc-column
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home-12
  .dg-ncc-column
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home-12 .dg-ncc-column .btn-style-outline.knowyrcm-column:before,
.style-4.home-12 .dg-ncc-column .btn-style-outline.writeToCM-bg:before,
.style-4.home-12
  .dg-ncc-column
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home-12
  .dg-ncc-column
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home-12
  .dg-ncc-column
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home-12
  .dg-ncc-column
  .btn-style-outline.vdo-link-name,
.style-4.home-12 .dg-ncc-column .gen-list.list-title-bg > h2.btn-style-outline,
.style-4.home-12 .dg-ncc-column .arch-container > h2.btn-style-outline,
.style-4.home-12
  .dg-ncc-column
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-12
  .dg-ncc-column
  .btn-style-outline.hyperlikdiv:before {
  background: #052963 !important;
  padding: 7px 10px;
}
.style-4.home-12 .dg-ncc-column .btn-style-outline.accent-border-color,
.style-4.home-12 .dg-ncc-column .btn-style-outline.btn-theme,
.style-4.home-12 .dg-ncc-column .btn-style-outline.btn-gov,
.style-4.home-12
  .dg-ncc-column
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-12
  .dg-ncc-column
  .btn-style-outline.vdo-icon,
.style-4.home-12
  .dg-ncc-column
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-12
  .dg-ncc-column
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home-12
  .dg-ncc-column
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-12
  .dg-ncc-column
  img.btn-style-outline,
.style-4.home-12
  .dg-ncc-column
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-12
  .dg-ncc-column
  img.btn-style-outline,
.style-4.home-12
  .dg-ncc-column
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-12
  .dg-ncc-column
  .btn-style-outline.flexslider,
.style-4.home-12
  .dg-ncc-column
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-12
  .dg-ncc-column
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-4.home-12 .dg-ncc-column .btn-style-outline.box-style1:before {
  border-color: #fff !important;
}
.style-4.home-12 .dg-ncc-column:after {
  background: #052963 !important;
}
.style-4.home-12.home .dg-ncc-column .btn-style-outline.accent-border-color,
.style-4.home-12.home .dg-ncc-column .btn-style-outline.btn-theme,
.style-4.home-12.home .dg-ncc-column .btn-style-outline.btn-gov,
.style-4.home-12.home
  .dg-ncc-column
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-12.home
  .dg-ncc-column
  .btn-style-outline.vdo-icon,
.style-4.home-12.home
  .dg-ncc-column
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-12.home
  .dg-ncc-column
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home-12.home
  .dg-ncc-column
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-12.home
  .dg-ncc-column
  img.btn-style-outline,
.style-4.home-12.home
  .dg-ncc-column
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-12.home
  .dg-ncc-column
  img.btn-style-outline,
.style-4.home-12.home
  .dg-ncc-column
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-12.home
  .dg-ncc-column
  .btn-style-outline.flexslider,
.style-4.home-12.home
  .dg-ncc-column
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-12.home
  .dg-ncc-column
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-4.home-12.home .dg-ncc-column .btn-style-outline.box-style1:before {
  color: #fff !important;
}
.style-4.home-12.home .btn-style-outline.accent-border-color,
.style-4.home-12.home .btn-style-outline.btn-theme,
.style-4.home-12.home .btn-style-outline.btn-gov,
.style-4.home-12.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-12.home
  .btn-style-outline.vdo-icon,
.style-4.home-12.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-12.home
  .vc_tta-tab
  > a.btn-style-outline,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-12.home
  img.btn-style-outline,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-12.home
  img.btn-style-outline,
.style-4.home-12.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-12.home
  .btn-style-outline.flexslider,
.style-4.home-12.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-12.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-4.home-12.home .btn-style-outline.box-style1:before,
.style-4.home-12.home .btn-style-outline.accent-color,
.style-4.home-12.home .btn-style-outline.hvr-radial-out:before,
.style-4.home-12.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-12.home
  .btn-style-outline.gov-socmedia-icons:before,
.style-4.home-12.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-12.home
  div.btn-style-outline.list-text:before,
.style-4.home-12.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:before,
.compt-management-container
  .style-4.home-12.home
  .compt-management-widget
  > span.btn-style-outline:before,
.style-4.home-12.home .btn-style-outline.knowyrcm-column:before,
.style-4.home-12.home .btn-style-outline.writeToCM-bg:before,
.style-4.home-12.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home-12.home
  .vdospeech-icon
  > span.btn-style-outline,
.style-4.home-12.home .vdo-activites-widget .btn-style-outline.vdo-link-name,
.vdo-activites-widget .style-4.home-12.home .btn-style-outline.vdo-link-name,
.style-4.home-12.home .gen-list.list-title-bg > h2.btn-style-outline,
.style-4.home-12.home .arch-container > h2.btn-style-outline,
.style-4.home-12.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-12.home
  .btn-style-outline.hyperlikdiv:before {
  background-color: transparent !important;
  border-radius: 4px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
  color: #2aacea !important;
}
.style-4.home-12.home .btn-style-outline.accent-border-color:after,
.style-4.home-12.home .btn-style-outline.btn-theme:after,
.style-4.home-12.home .btn-style-outline.btn-gov:after,
.style-4.home-12.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:after,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-12.home
  .btn-style-outline.vdo-icon:after,
.style-4.home-12.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:after,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-12.home
  .vc_tta-tab
  > a.btn-style-outline:after,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline:after,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-12.home
  img.btn-style-outline:after,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline:after,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-12.home
  img.btn-style-outline:after,
.style-4.home-12.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider:after,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-12.home
  .btn-style-outline.flexslider:after,
.style-4.home-12.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline:after,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-12.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline:after,
.style-4.home-12.home .btn-style-outline.accent-color:after,
.style-4.home-12.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:after,
.vdoglry-speech-cntr
  .style-4.home-12.home
  .vdospeech-icon
  > span.btn-style-outline:after,
.style-4.home-12.home
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name:after,
.vdo-activites-widget
  .style-4.home-12.home
  .btn-style-outline.vdo-link-name:after,
.style-4.home-12.home .gen-list.list-title-bg > h2.btn-style-outline:after,
.style-4.home-12.home .arch-container > h2.btn-style-outline:after {
  display: none;
}
.style-4.home-12.home .btn-style-outline.accent-border-color:hover,
.style-4.home-12.home .btn-style-outline.btn-theme:hover,
.style-4.home-12.home .btn-style-outline.btn-gov:hover,
.style-4.home-12.home
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-4.home-12.home
  .btn-style-outline.vdo-icon:hover,
.style-4.home-12.home
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-4.home-12.home
  .vc_tta-tab
  > a.btn-style-outline:hover,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-4.home-12.home
  img.btn-style-outline:hover,
.style-4.home-12.home
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-4.home-12.home
  img.btn-style-outline:hover,
.style-4.home-12.home
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .style-4.home-12.home
  .btn-style-outline.flexslider:hover,
.style-4.home-12.home
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.pp-photogallery
  .photoGallery-style3
  .style-4.home-12.home
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.style-4.home-12.home .btn-style-outline.box-style1:hover:before,
.style-4.home-12.home .btn-style-outline.accent-color:hover,
.style-4.home-12.home .btn-style-outline.hvr-radial-out:hover:before,
.style-4.home-12.home
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-4.home-12.home
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-4.home-12.home
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-12.home
  div.btn-style-outline.list-text:hover:before,
.style-4.home-12.home
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-4.home-12.home
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-4.home-12.home .btn-style-outline.knowyrcm-column:hover:before,
.style-4.home-12.home .btn-style-outline.writeToCM-bg:hover:before,
.style-4.home-12.home
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-4.home-12.home
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-4.home-12.home
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget
  .style-4.home-12.home
  .btn-style-outline.vdo-link-name:hover,
.style-4.home-12.home .gen-list.list-title-bg > h2.btn-style-outline:hover,
.style-4.home-12.home .arch-container > h2.btn-style-outline:hover,
.style-4.home-12.home
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-12.home
  .btn-style-outline.hyperlikdiv:hover:before {
  background: #2aacea !important;
  color: #fff !important;
}
.style-4.home-13 .video-speech-home13 ul li {
  background: #2aacea !important;
  border-color: #2aacea !important;
}
.style-4.home-13 .video-speech-home13 ul li .list-text {
  color: #fff !important;
}
.style-4.home-13 .video-speech-home13 ul li .list-icon {
  background: #052963 !important;
  border-color: #052963 !important;
}
.style-4.home-13 .governor-socialmedia .gov-socmedia-icons {
  border-color: #2aacea !important;
}
.style-4.home-13 .governor-socialmedia .gov-socmedia-icons:focus {
  color: #fff;
}
.style-4.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #2aacea !important;
  color: #2aacea !important;
}
.style-4.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-4.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #2aacea !important;
}
.style-4.home-13 .write-to-governor .wrt-to-govicon {
  border-color: #2aacea;
}
.style-4.home-13 .write-to-governor .wrt-to-govicon img {
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
.style-4.home-14 .governor-quote {
  color: #2aacea;
}
.style-4.home-14 .photo-glry-cntr.governor-photo-gallery .slides li img,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .flex-control-thumbs
  li
  img {
  border-color: #2aacea;
}
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.accent-color,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hvr-radial-out:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .home-13
  .governor-socialmedia
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.bttn-view.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  div.bttn-view.btn-style-outline.list-text:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-container
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.compt-management-container
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.knowyrcm-column:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.writeToCM-bg:before,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.vdoglry-speech-cntr
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdo-activites-widget
  .bttn-view.btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.vdo-link-name,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.list-title-bg
  > h2.bttn-view.btn-style-outline,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .arch-container
  > h2.bttn-view.btn-style-outline,
.style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .bttn-view.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-4.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hyperlikdiv:before {
  background: rgba(42, 172, 234, 0.88) !important;
  border-color: rgba(42, 172, 234, 0.88) !important;
}
.style-4.home-14 .vdo-activites-widget .vdo-widget-img > img {
  border-color: #2aacea;
}
.style-4.home-14
  .vdo-activites-widget
  .vdo-widget-img
  .vdoglryspeech-icon
  > span {
  background: #2aacea;
}
.style-4.home-14 .vdo-activites-widget .vdo-link-name {
  background: #2aacea !important;
  background-color: #2aacea !important;
}
.style-4.home-14 .vdo-activites-widget:hover .vdo-widget-img:hover > img {
  border-color: #052963;
}
.style-4.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon {
  color: #fff;
}
.style-4.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon
  > span {
  background: #052963;
}
.style-4.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #052963 !important;
  background-color: #052963 !important;
}
.style-4.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #2aacea !important;
  color: #fff !important;
}
.style-4.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  color: #fff;
}
.style-4.home-15 .drug-nri-column {
  background-color: #2aacea !important;
  color: #fff !important;
}
.style-1 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #fbac1b;
}
.style-1 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #fbac1b;
  color: #000;
}
.style-1.home-1 .slider-home1 .slide-caption {
  color: #000 !important;
}
.style-1.home-1 .nav-white.slider-home1 .flex-direction-nav a:before,
.style-1.home-1 .nav-white.slider-home1 .flex-pauseplay a:before {
  color: #000;
}
.style-1.home-1 .news-ticker-horizontal.color-white.latest-news-home1 h2,
.style-1.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  h2,
.banner-wrapper
  .container
  .style-1.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  h2 {
  color: #000 !important;
}
.style-1.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .slides
  li
  .with-urlchange,
.style-1.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-1.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-1.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .flex-pauseplay
  a:before,
.style-1.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.banner-wrapper
  .container
  .style-1.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-1.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-1.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before,
.banner-wrapper
  .container
  .style-1.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-1.home-2 .menuWrapper {
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
}
.style-1.home-5 #mainHeader {
  background: #f6f3ee;
}
.style-1.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-1.home-5 .logo .site_logo {
  color: #000;
}
.style-1.home-5 .logo .site_logo:hover {
  color: #000 !important;
}
.style-1.home-5 .menuWrapper .nav li:hover > a {
  background-color: #fbac1b;
  color: #000;
}
.style-1.home-5 .menuWrapper .nav li a {
  color: #000;
}
.style-1.home-5 .menuWrapper .nav li a:hover {
  background-color: #fbac1b;
  color: #000;
}
.style-1.home-5 .menuWrapper .nav li a:focus {
  color: #000;
}
.style-1.home-5 .menuWrapper .nav li ul {
  background-color: #fbac1b;
}
.style-1.home-5 .menuWrapper .nav li ul li a {
  color: #000;
  line-height: inherit;
}
.style-1.home-5 .menuWrapper .nav li ul li a:hover,
.style-1.home-5 .menuWrapper .nav li ul li a.active {
  background-color: #052963;
  color: #fff;
}
.style-1.home-5 .menuWrapper .nav li.current-menu-parent > a {
  background: #052963;
  color: #fff;
}
.style-1.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  .current-menu-item.active
  > a {
  background: #052963;
  color: #fff;
}
.style-1.home-5 #overflowMenu {
  background-color: #fbac1b;
}
.style-1.home-5 .slider-bg-home5 {
  background: #f6f3ee !important;
}
.style-1.home-5 .slider-bg-home5 .bnr-content.color-white,
.style-1.home-5
  .slider-bg-home5
  .banner-wrapper
  .container
  .bnr-content.slide-caption,
.banner-wrapper
  .container
  .style-1.home-5
  .slider-bg-home5
  .bnr-content.slide-caption,
.style-1.home-5
  .slider-bg-home5
  .bnr-content.color-white
  .bnr-content-title
  .sub-title,
.style-1.home-5
  .slider-bg-home5
  .banner-wrapper
  .container
  .bnr-content.slide-caption
  .bnr-content-title
  .sub-title,
.banner-wrapper
  .container
  .style-1.home-5
  .slider-bg-home5
  .bnr-content.slide-caption
  .bnr-content-title
  .sub-title {
  color: #000;
}
.style-1.home-5 .latest-news-home5,
.style-1.home-5 .support-bg-home5 .gen-list.fore-color-white a span.list-icon {
  background: #fbac1b !important;
}
.style-1.home-7 .news-ticker-horizontal.latest-news-home7 h2 {
  color: #000;
}
.style-1.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-1.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-pauseplay
  a:before,
.style-1.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-1.home-7 .photogallery-row-home7 .carasoleflex-wrap .btn {
  background-color: #f6f3ee !important;
  color: #000 !important;
}
.style-1.home-9 .news-ticker-horizontal.color-white.latest-news-home9 h2,
.style-1.home-9
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home9.slide-caption
  h2,
.banner-wrapper
  .container
  .style-1.home-9
  .news-ticker-horizontal.latest-news-home9.slide-caption
  h2 {
  color: #000 !important;
}
.style-1.home-9
  .news-ticker-horizontal.color-white.latest-news-home9
  .flexslider
  .slides
  li
  .with-urlchange,
.style-1.home-9
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-1.home-9
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-1.home-9
  .news-ticker-horizontal.color-white.latest-news-home9
  .flexslider
  .flex-pauseplay
  a:before,
.style-1.home-9
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.banner-wrapper
  .container
  .style-1.home-9
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-1.home-9
  .news-ticker-horizontal.color-white.latest-news-home9
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-1.home-9
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before,
.banner-wrapper
  .container
  .style-1.home-9
  .news-ticker-horizontal.latest-news-home9.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-1.home-9 .service-bg-home9 {
  background: #052963 !important;
  background-color: #052963 !important;
}
.style-1.home-10 .slider-home10 .slide-caption {
  color: #000 !important;
}
.style-1.home-10 .nav-white.slider-home10 .flex-direction-nav a:before,
.style-1.home-10 .nav-white.slider-home10 .flex-pauseplay a:before {
  color: #000;
}
.style-1.home-10 .news-ticker-horizontal.latest-news-home10 h2 {
  color: #000 !important;
}
.style-1.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-1.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-1.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-1.home-12 .dg-ncc-column:after {
  background: #052963 !important;
}
.style-1.home-13.home h2 {
  color: #052963;
}
.style-1.home-13 .btn-style-outline.accent-border-color,
.style-1.home-13 .btn-style-outline.btn-theme,
.style-1.home-13 .btn-style-outline.btn-gov,
.style-1.home-13
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-1.home-13
  .btn-style-outline.vdo-icon,
.style-1.home-13
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-1.home-13
  .vc_tta-tab
  > a.btn-style-outline,
.style-1.home-13
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-1.home-13
  img.btn-style-outline,
.style-1.home-13
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-1.home-13
  img.btn-style-outline,
.style-1.home-13
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-1.home-13
  .btn-style-outline.flexslider,
.style-1.home-13
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-1.home-13
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-1.home-13 .btn-style-outline.box-style1:before {
  border-radius: 4px !important;
  border-color: #fff !important;
  box-shadow: 0 0 5px -2px #000;
}
.style-1.home-13 .governor-home13 .MinisterProfile .Pname,
.style-1.home-13 .governor-home13 .MinisterProfile .Pdesg {
  color: #052963;
}
.style-1.home-13 .video-speech-home13 ul li {
  background: #fbac1b !important;
  border-color: #fbac1b !important;
}
.style-1.home-13 .video-speech-home13 ul li .list-icon {
  background: #052963 !important;
  border-color: #052963 !important;
}
.style-1.home-13 .governor-socialmedia .gov-socmedia-icons {
  background: #f6f3ee;
  border-color: #052963;
  color: #052963;
}
.style-1.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #052963 !important;
  color: #fbac1b !important;
}
.style-1.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-1.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #052963 !important;
}
.style-1.home-13 .write-to-governor .wrt-to-govicon {
  border-color: #052963;
}
.style-1.home-13 .write-to-governor .wrt-to-govicon img {
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
.style-1.home-14 .governor-quote {
  color: #052963;
}
.style-1.home-14 .photo-glry-cntr.governor-photo-gallery .slides li img,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .flex-control-thumbs
  li
  img {
  border-color: #fbac1b;
}
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.accent-color,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hvr-radial-out:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .home-13
  .governor-socialmedia
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.bttn-view.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  div.bttn-view.btn-style-outline.list-text:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-container
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.compt-management-container
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.knowyrcm-column:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.writeToCM-bg:before,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.vdoglry-speech-cntr
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdo-activites-widget
  .bttn-view.btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.vdo-link-name,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.list-title-bg
  > h2.bttn-view.btn-style-outline,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .arch-container
  > h2.bttn-view.btn-style-outline,
.style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .bttn-view.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-1.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hyperlikdiv:before {
  background: rgba(251, 172, 27, 0.88) !important;
  border-color: rgba(251, 172, 27, 0.88) !important;
}
.style-1.home-14 .vdo-activites-widget .vdo-widget-img > img {
  border-color: #fbac1b;
}
.style-1.home-14 .vdo-activites-widget .vdo-widget-img .vdoglryspeech-icon {
  color: #000;
}
.style-1.home-14
  .vdo-activites-widget
  .vdo-widget-img
  .vdoglryspeech-icon
  > span {
  background: #fbac1b;
}
.style-1.home-14 .vdo-activites-widget .vdo-link-name {
  background: #fbac1b !important;
  background-color: #fbac1b !important;
  color: #000 !important;
}
.style-1.home-14 .vdo-activites-widget:hover .vdo-widget-img:hover > img {
  border-color: #052963;
}
.style-1.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon {
  color: #fff;
}
.style-1.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon
  > span {
  background: #052963;
}
.style-1.home-14 .vdo-activites-widget:hover .vdo-link-name {
  color: #fff !important;
}
.style-1.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #052963 !important;
  background-color: #052963 !important;
}
.style-1.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #fbac1b !important;
  color: #000 !important;
}
.style-1.home-15 .drug-nri-column {
  background-color: #fbac1b !important;
}
.style-2.home-1 .carasoleflex-wrap .btn-style-outline.accent-color:hover,
.style-2.home-1
  .carasoleflex-wrap
  .btn-style-outline.hvr-radial-out:hover:before,
.style-2.home-1
  .carasoleflex-wrap
  .home-13
  .governor-socialmedia
  .btn-style-outline.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-2.home-1
  .carasoleflex-wrap
  .btn-style-outline.gov-socmedia-icons:hover:before,
.style-2.home-1
  .carasoleflex-wrap
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn-style-outline.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-2.home-1
  .carasoleflex-wrap
  div.btn-style-outline.list-text:hover:before,
.style-2.home-1
  .carasoleflex-wrap
  .compt-management-container
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.compt-management-container
  .style-2.home-1
  .carasoleflex-wrap
  .compt-management-widget
  > span.btn-style-outline:hover:before,
.style-2.home-1
  .carasoleflex-wrap
  .btn-style-outline.knowyrcm-column:hover:before,
.style-2.home-1 .carasoleflex-wrap .btn-style-outline.writeToCM-bg:hover:before,
.style-2.home-1
  .carasoleflex-wrap
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn-style-outline:hover,
.vdoglry-speech-cntr
  .style-2.home-1
  .carasoleflex-wrap
  .vdospeech-icon
  > span.btn-style-outline:hover,
.style-2.home-1
  .carasoleflex-wrap
  .vdo-activites-widget
  .btn-style-outline.vdo-link-name:hover,
.vdo-activites-widget
  .style-2.home-1
  .carasoleflex-wrap
  .btn-style-outline.vdo-link-name:hover,
.style-2.home-1
  .carasoleflex-wrap
  .gen-list.list-title-bg
  > h2.btn-style-outline:hover,
.style-2.home-1 .carasoleflex-wrap .arch-container > h2.btn-style-outline:hover,
.style-2.home-1
  .carasoleflex-wrap
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn-style-outline.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-2.home-1
  .carasoleflex-wrap
  .btn-style-outline.hyperlikdiv:hover:before {
  border-color: #ffdb69 !important;
}
.style-2 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #4b3504;
}
.style-2 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #4b3504;
  color: #fff;
}
.style-2.home-5 #mainHeader {
  background: #4b3504;
}
.style-2.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-2.home-5 .menuWrapper nav.menu {
  background-color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li:hover > a {
  background-color: #ffdb69;
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li a {
  color: #fff;
}
.style-2.home-5 .menuWrapper .nav li a:hover {
  background-color: #ffdb69;
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li a:focus {
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li ul {
  background-color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li ul li a {
  color: #fff;
  line-height: inherit;
}
.style-2.home-5 .menuWrapper .nav li ul li a:hover,
.style-2.home-5 .menuWrapper .nav li ul li a.active {
  background-color: #ffdb69;
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li.current-menu-parent > a,
.style-2.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #ffdb69;
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li.active > a,
.style-2.home-5 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #ffdb69;
  color: #4b3504;
}
.style-2.home-5 .menuWrapper .nav li.moreNav a {
  color: #fff !important;
}
.style-2.home-5 #overflowMenu {
  background-color: #ffdb69;
}
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.accent-border-color,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.btn-theme,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.btn-gov,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.vdo-icon,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vc_tta-tab
  > a.btn-style-outline,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  img.btn-style-outline,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  img.btn-style-outline,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.flexslider,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.box-style1:before {
  color: #4b3504 !important;
}
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.accent-border-color:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.btn-theme:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.btn-gov:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.vdo-icon:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .vc_tta-tab
  > a.btn-style-outline:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  img.btn-style-outline:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline:hover,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  img.btn-style-outline:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.flexslider:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.pp-photogallery
  .photoGallery-style3
  .style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .galleryThumb
  > a:hover
  > img.btn-style-outline:hover,
.style-2.home-5
  .slider-bg-home5
  .home-slider.slider-style2
  .btn-style-outline.box-style1:hover:before {
  color: #ffdb69 !important;
}
.style-2.home-5 .latest-news-home5 .news-ticker-horizontal.color-white h2,
.style-2.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  h2,
.banner-wrapper
  .container
  .style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  h2,
.style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .slides
  li
  .with-urlchange,
.style-2.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .flex-pauseplay
  a:before,
.style-2.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.banner-wrapper
  .container
  .style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-2.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before,
.banner-wrapper
  .container
  .style-2.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-2.home-5 .support-bg-home5 .gen-list.fore-color-white a span.list-icon {
  background: #ffdb69 !important;
}
.style-2.home-5 .support-bg-home5 .gen-list ul li a span.list-icon.blue-bg {
  background: #4b3504 !important;
}
.style-2.home-7 .news-ticker-horizontal.latest-news-home7 h2 {
  color: #000;
}
.style-2.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-2.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-2.home-7
  .news-ticker-horizontal.latest-news-home7
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-2.home-7 .photo-gallery-seven .galleryThumb img {
  border-color: #fff !important;
}
.style-2.home-7 .photo-gallery-seven .photo-glry-title h2 {
  color: #fff;
}
.style-2.home-8 .tab-rowbg-home8 {
  background: #ffdb69 !important;
}
.style-2.home-9 .service-bg-home9 .gen-list h2,
.style-2.home-9 .service-bg-home9 .gen-list .list-text {
  color: #000 !important;
}
.style-2.home-3 .accent-color.fixed-bg-home-3,
.style-2.home-3 .fixed-bg-home-3.hvr-radial-out:before,
.style-2.home-3
  .home-13
  .governor-socialmedia
  .fixed-bg-home-3.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-2.home-3
  .fixed-bg-home-3.gov-socmedia-icons:before,
.style-2.home-3
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.fixed-bg-home-3.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-2.home-3
  div.fixed-bg-home-3.list-text:before,
.style-2.home-3
  .compt-management-container
  .compt-management-widget
  > span.fixed-bg-home-3:before,
.compt-management-container
  .style-2.home-3
  .compt-management-widget
  > span.fixed-bg-home-3:before,
.style-2.home-3 .fixed-bg-home-3.knowyrcm-column:before,
.style-2.home-3 .fixed-bg-home-3.writeToCM-bg:before,
.style-2.home-3 .vdoglry-speech-cntr .vdospeech-icon > span.fixed-bg-home-3,
.vdoglry-speech-cntr .style-2.home-3 .vdospeech-icon > span.fixed-bg-home-3,
.style-2.home-3 .vdo-activites-widget .fixed-bg-home-3.vdo-link-name,
.vdo-activites-widget .style-2.home-3 .fixed-bg-home-3.vdo-link-name,
.style-2.home-3 .gen-list.list-title-bg > h2.fixed-bg-home-3,
.style-2.home-3 .arch-container > h2.fixed-bg-home-3,
.style-2.home-3
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .fixed-bg-home-3.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-2.home-3
  .fixed-bg-home-3.hyperlikdiv:before {
  background: #ffdb69 !important;
}
.style-2.home-12 .menuWrapper .nav li:hover > a {
  background-color: #4b3504;
  color: #fff;
}
.style-2.home-12 .menuWrapper .nav li a {
  color: #000;
}
.style-2.home-12 .menuWrapper .nav li a:hover {
  background-color: #4b3504;
  color: #fff;
}
.style-2.home-12 .menuWrapper .nav li a:focus {
  color: #fff;
}
.style-2.home-12 .menuWrapper .nav li ul {
  background-color: #4b3504;
}
.style-2.home-12 .menuWrapper .nav li ul li a {
  color: #fff;
  line-height: inherit;
}
.style-2.home-12 .menuWrapper .nav li ul li a:hover,
.style-2.home-12 .menuWrapper .nav li ul li a.active {
  background-color: #ffdb69;
  color: #000;
}
.style-2.home-12 .menuWrapper .nav li.current-menu-parent > a,
.style-2.home-12
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #4b3504;
  color: #fff;
}
.style-2.home-12 .menuWrapper .nav li.active > a,
.style-2.home-12 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #4b3504;
  color: #fff;
}
.style-2.home-12 .photo-glry-row-home12 {
  background: #ffdb69 !important;
}
.style-2.home-12 .dg-ncc-column:after {
  background: #4b3504 !important;
}
.style-2.home-13.home h2 {
  color: #4b3504;
}
.style-2.home-13 .btn-style-outline.accent-border-color,
.style-2.home-13 .btn-style-outline.btn-theme,
.style-2.home-13 .btn-style-outline.btn-gov,
.style-2.home-13
  .vdo-activites-widget
  .vdo-link-name
  .btn-style-outline.vdo-icon,
.vdo-activites-widget
  .vdo-link-name
  .style-2.home-13
  .btn-style-outline.vdo-icon,
.style-2.home-13
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn-style-outline,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-2.home-13
  .vc_tta-tab
  > a.btn-style-outline,
.style-2.home-13
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-2.home-13
  img.btn-style-outline,
.style-2.home-13
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn-style-outline,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-2.home-13
  img.btn-style-outline,
.style-2.home-13
  .dsir-gallery-color
  .video_gallery.video
  .btn-style-outline.flexslider,
.dsir-gallery-color
  .video_gallery.video
  .style-2.home-13
  .btn-style-outline.flexslider,
.style-2.home-13
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.pp-photogallery
  .photoGallery-style3
  .style-2.home-13
  .galleryThumb
  > a:hover
  > img.btn-style-outline,
.style-2.home-13 .btn-style-outline.box-style1:before {
  border-radius: 4px !important;
  border-color: #fff !important;
  box-shadow: 0 0 5px -2px #000;
}
.style-2.home-13 .governor-home13 .MinisterProfile .Pname,
.style-2.home-13 .governor-home13 .MinisterProfile .Pdesg {
  color: #4b3504;
}
.style-2.home-13 .video-speech-home13 ul li {
  background: #ffdb69 !important;
  border-color: #ffdb69 !important;
}
.style-2.home-13 .video-speech-home13 ul li .list-icon {
  background: #4b3504 !important;
  border-color: #4b3504 !important;
}
.style-2.home-13 .governor-socialmedia .gov-socmedia-icons {
  background: #ffdb69;
  border-color: #4b3504;
  color: #4b3504;
}
.style-2.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #4b3504;
  color: #ffdb69;
}
.style-2.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-2.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #4b3504 !important;
}
.style-2.home-14 .governor-quote {
  color: #4b3504;
}
.style-2.home-14 .photo-glry-cntr.governor-photo-gallery .slides li img,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .flex-control-thumbs
  li
  img {
  border-color: #4b3504;
}
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.accent-color,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hvr-radial-out:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .home-13
  .governor-socialmedia
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.bttn-view.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  div.bttn-view.btn-style-outline.list-text:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-container
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.compt-management-container
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.knowyrcm-column:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.writeToCM-bg:before,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.vdoglry-speech-cntr
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdo-activites-widget
  .bttn-view.btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.vdo-link-name,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.list-title-bg
  > h2.bttn-view.btn-style-outline,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .arch-container
  > h2.bttn-view.btn-style-outline,
.style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .bttn-view.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-2.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hyperlikdiv:before {
  background: rgba(75, 53, 4, 0.88) !important;
  border-color: rgba(75, 53, 4, 0.88) !important;
}
.style-2.home-14 .vdo-activites-widget .vdo-widget-img > img {
  border-color: #4b3504;
}
.style-2.home-14
  .vdo-activites-widget
  .vdo-widget-img
  .vdoglryspeech-icon
  > span {
  background: #4b3504;
}
.style-2.home-14 .vdo-activites-widget .vdo-link-name {
  background: #4b3504 !important;
  background-color: #4b3504 !important;
}
.style-2.home-14 .vdo-activites-widget:hover .vdo-widget-img:hover > img {
  border-color: #ffdb69;
}
.style-2.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon {
  color: #000;
}
.style-2.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon
  > span {
  background: #ffdb69;
}
.style-2.home-14 .vdo-activites-widget:hover .vdo-link-name {
  color: #000 !important;
}
.style-2.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #ffdb69 !important;
  background-color: #ffdb69 !important;
}
.style-2.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #ffdb69 !important;
  color: #000 !important;
}
.style-2.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  text-decoration: underline;
  color: #fff;
}
.style-3 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #66b9ac;
}
.style-3 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #66b9ac;
  color: #fff;
}
.style-3.home-5 #mainHeader {
  background: #66b9ac;
}
.style-3.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-3.home-5 .menuWrapper nav.menu {
  background-color: #66b9ac;
}
.style-3.home-5 .menuWrapper .nav li:hover > a {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li a {
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li a:hover {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li a:focus {
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li ul {
  background-color: #66b9ac;
}
.style-3.home-5 .menuWrapper .nav li ul li a {
  color: #fff;
  line-height: inherit;
}
.style-3.home-5 .menuWrapper .nav li ul li a:hover,
.style-3.home-5 .menuWrapper .nav li ul li a.active {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li.current-menu-parent > a,
.style-3.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-5 .menuWrapper .nav li.active > a,
.style-3.home-5 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-5 #overflowMenu {
  background-color: #475c59;
}
.style-3.home-5.home-7 .photo-gallery-seven .galleryThumb img {
  border-color: #fff !important;
}
.style-3.home-5.home-7 .photo-gallery-seven .photo-glry-title h2 {
  color: #fff;
}
.style-3.home-5 .support-bg-home5 .btn-style-outline.accent-hover-color {
  border-color: #fff !important;
  color: #fff !important;
}
.style-3.home-5 .support-bg-home5 .gen-list.fore-color-white a span.list-icon {
  background: #66b9ac !important;
}
.style-3.home-7
  .carasoleflex-wrap.gallery-layout-two.photo-gallery-seven
  .photo-glry-title {
  color: #fff;
}
.style-3.home-12 .menuWrapper .nav li:hover > a {
  background-color: #66b9ac;
  color: #fff;
  box-shadow: none;
}
.style-3.home-12 .menuWrapper .nav li a {
  color: #000;
}
.style-3.home-12 .menuWrapper .nav li a:hover {
  background-color: #66b9ac;
  color: #fff;
}
.style-3.home-12 .menuWrapper .nav li a:focus {
  background-color: #66b9ac;
  color: #fff;
}
.style-3.home-12 .menuWrapper .nav li ul {
  background-color: #66b9ac;
}
.style-3.home-12 .menuWrapper .nav li ul li a {
  color: #fff;
}
.style-3.home-12 .menuWrapper .nav li ul li a:hover,
.style-3.home-12 .menuWrapper .nav li ul li a.active {
  background-color: #475c59;
  color: #fff;
}
.style-3.home-12 .menuWrapper .nav li.current-menu-parent > a,
.style-3.home-12
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #66b9ac;
  color: #fff;
  box-shadow: none;
}
.style-3.home-12 .menuWrapper .nav li.active > a,
.style-3.home-12 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #66b9ac;
  color: #fff;
  box-shadow: none !important;
}
.style-3.home-12 .photo-glry-row-home12 {
  background: #475c59 !important;
}
.style-3.home-8 .tab-rowbg-home8 {
  background: #475c59 !important;
}
.style-3.home-8 .khowMinisterBox .MinisterProfile ul li a.btn {
  padding: 5px 7px;
}
.style-3.home-12 .dg-ncc-column:after {
  background: #66b9ac !important;
}
.style-3.home-13 .video-speech-home13 ul li {
  background: #475c59 !important;
  border-color: #475c59 !important;
}
.style-3.home-13 .video-speech-home13 ul li .list-text {
  color: #fff !important;
}
.style-3.home-13 .video-speech-home13 ul li .list-icon {
  background: #66b9ac !important;
  border-color: #66b9ac !important;
}
.style-3.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #66b9ac !important;
  color: #475c59 !important;
}
.style-3.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-3.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #66b9ac !important;
}
.style-3.home-13 .write-to-governor .wrt-to-govicon {
  border-color: #475c59;
}
.style-3.home-13 .write-to-governor .wrt-to-govicon img {
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
.style-3.home-14 .governor-quote {
  color: #66b9ac;
}
.style-3.home-14 .photo-glry-cntr.governor-photo-gallery .slides li img,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .flex-control-thumbs
  li
  img {
  border-color: #475c59;
}
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.accent-color,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hvr-radial-out:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .home-13
  .governor-socialmedia
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.bttn-view.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  div.bttn-view.btn-style-outline.list-text:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-container
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.compt-management-container
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.knowyrcm-column:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.writeToCM-bg:before,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.vdoglry-speech-cntr
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdo-activites-widget
  .bttn-view.btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.vdo-link-name,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.list-title-bg
  > h2.bttn-view.btn-style-outline,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .arch-container
  > h2.bttn-view.btn-style-outline,
.style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .bttn-view.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-3.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hyperlikdiv:before {
  background: rgba(71, 92, 89, 0.88) !important;
  border-color: rgba(71, 92, 89, 0.88) !important;
}

.style-3.home-14 .vdo-activites-widget .vdo-link-name {
  background: #475c59 !important;
  background-color: #475c59 !important;
}

.style-3.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #66b9ac !important;
  background-color: #66b9ac !important;
}
.style-3.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #475c59 !important;
  color: #fff !important;
}
.style-3.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  text-decoration: underline;
  color: #fff;
}
.style-3.home-15 .drug-nri-column {
  color: #fff !important;
}
.style-5 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #ea3876;
}
.style-5 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #ea3876;
  color: #fff;
}
.style-5.home-5 #mainHeader {
  background: #ea3876;
}
.style-5.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-5.home-5 .menuWrapper nav.menu {
  background-color: #ea3876;
}
.style-5.home-5 .menuWrapper .nav li:hover > a {
  background-color: #f6f3ee;
  color: #000;
}
.style-5.home-5 .menuWrapper .nav li a {
  color: #fff;
}
.style-5.home-5 .menuWrapper .nav li a:hover {
  background-color: #f6f3ee;
  color: #000;
}
.style-5.home-5 .menuWrapper .nav li a:focus {
  color: #fff;
}
.style-5.home-5 .menuWrapper .nav li ul {
  background-color: #ea3876;
}
.style-5.home-5 .menuWrapper .nav li ul li a {
  color: #fff;
  line-height: inherit;
}
.style-5.home-5 .menuWrapper .nav li ul li a:hover,
.style-5.home-5 .menuWrapper .nav li ul li a.active,
.style-5.home-5 .menuWrapper .nav li ul li a:focus {
  background-color: #f6f3ee;
  color: #000;
}
.style-5.home-5 .menuWrapper .nav li.current-menu-parent > a,
.style-5.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #f6f3ee;
  color: #000;
}
.style-5.home-5 .menuWrapper .nav li.active > a,
.style-5.home-5 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #f6f3ee;
  color: #000;
}
.style-5.home-5 #overflowMenu {
  background-color: #f6f3ee;
}
.style-5.home-5 .latest-news-home5 .news-ticker-horizontal.color-white h2,
.style-5.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  h2,
.banner-wrapper
  .container
  .style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  h2,
.style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .slides
  li
  .with-urlchange,
.style-5.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .flex-pauseplay
  a:before,
.style-5.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.banner-wrapper
  .container
  .style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.color-white
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-5.home-5
  .latest-news-home5
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before,
.banner-wrapper
  .container
  .style-5.home-5
  .latest-news-home5
  .news-ticker-horizontal.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-5.home-5 .latest-news-home5 .title-left h2:after {
  display: none;
}
.style-5.home-5 .flex-pauseplay a:before {
  color: #ea3876;
}
.style-5.home-5 .support-bg-home5 {
  background: #183a53 !important;
}
.style-5.home-5 .support-bg-home5 .btn-style-outline.accent-hover-color {
  border-color: #fff !important;
  color: #fff !important;
}
.style-5.home-5 .support-bg-home5 .btn-style-outline.accent-hover-color:hover {
  background: #ea3876 !important;
}
.style-5.home-5 .support-bg-home5 .gen-list ul li a span.list-icon.blue-bg {
  background: #ea3876 !important;
}
.style-5.home-7
  .carasoleflex-wrap.gallery-layout-two.photo-gallery-seven
  .photo-glry-title {
  color: #fff;
}
.style-5.home-9 .service-bg-home9 {
  background-color: #183a53 !important;
}
.style-5.home-2 .menuWrapper {
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
}
.style-5.home-10 .cm-fund-write img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.style-5.home-12 .dg-ncc-column:after {
  background: #183a53 !important;
}
.style-5 .vc_row.styleTen-galleryRow {
  background: -moz-linear-gradient(left, #fbc2eb 0%, #a6c1ee 100%) !important;
  background: -webkit-linear-gradient(
    left,
    #fbc2eb 0%,
    #a6c1ee 100%
  ) !important;
  background: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 100%) !important;
}
.style-5.home-13 .video-speech-home13 ul li {
  background: #ea3876 !important;
  border-color: #ea3876 !important;
}
.style-5.home-13 .video-speech-home13 ul li .list-text {
  color: #fff !important;
}
.style-5.home-13 .video-speech-home13 ul li .list-icon {
  background: #183a53 !important;
  border-color: #183a53 !important;
}
.style-5.home-13 .governor-socialmedia .gov-socmedia-icons {
  border-color: #ea3876 !important;
}
.style-5.home-13 .governor-socialmedia .gov-socmedia-icons:focus {
  color: #fff;
}
.style-5.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #ea3876 !important;
  color: #ea3876 !important;
}
.style-5.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-5.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #ea3876 !important;
}
.style-5.home-13 .write-to-governor .wrt-to-govicon {
  border-color: #ea3876;
}
.style-5.home-13 .write-to-governor .wrt-to-govicon img {
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
.style-5.home-14 .governor-quote {
  color: #ea3876;
}
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-color.accent-border-color:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-color.btn-theme:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .btn.btn-theme.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.btn-theme.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.btn-theme.list-text:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget
  > span.btn.btn-theme:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.btn-theme:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.btn-theme:hover,
.vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.btn-theme:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .btn.btn-theme.vdo-link-name:hover,
.vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.btn-theme:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.btn-theme:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.btn-theme.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-theme.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-color.btn-gov:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .btn.btn-gov.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.btn-gov.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.btn-gov.list-text:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget
  > span.btn.btn-gov:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.btn-gov:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.btn-gov:hover,
.vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.btn-gov:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .btn.btn-gov.vdo-link-name:hover,
.vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.btn-gov:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.btn-gov:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.btn-gov.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.btn-gov.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .btn.accent-border-color.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .vdo-activites-widget
  .vdo-link-name
  .btn.gov-socmedia-icons.vdo-icon:hover:before,
.home-13
  .governor-socialmedia
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.gov-socmedia-icons.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .home-13
  .governor-socialmedia
  .btn.gov-socmedia-icons.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.gov-socmedia-icons.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .home-13
  .governor-socialmedia
  .vc_tta-tab
  > a.btn.gov-socmedia-icons:hover:before,
.vc_general.vc_tta-tabs.dsir-tab-one
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  .home-13
  .governor-socialmedia
  img.btn.gov-socmedia-icons:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .home-13
  .governor-socialmedia
  img.btn.gov-socmedia-icons:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .dsir-gallery-color
  .video_gallery.video
  .btn.gov-socmedia-icons.flexslider:hover:before,
.home-13
  .governor-socialmedia
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.gov-socmedia-icons.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .home-13
  .governor-socialmedia
  .btn.gov-socmedia-icons.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.gov-socmedia-icons.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn.gov-socmedia-icons:hover:before,
.home-13
  .governor-socialmedia
  .pp-photogallery
  .photoGallery-style3
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .pp-photogallery
  .photoGallery-style3
  .home-13
  .governor-socialmedia
  .galleryThumb
  > a:hover
  > img.btn.gov-socmedia-icons:hover:before,
.pp-photogallery
  .photoGallery-style3
  .home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.gov-socmedia-icons:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .home-13
  .governor-socialmedia
  .btn.gov-socmedia-icons.box-style1:hover:before,
.home-13
  .governor-socialmedia
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.gov-socmedia-icons.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.accent-border-color.list-text:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.accent-border-color.list-text:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  .vdo-activites-widget
  .vdo-link-name
  div.btn.list-text.vdo-icon:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.list-text.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.list-text.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.list-text.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  .dsir-gallery-color
  .video_gallery.video
  div.btn.list-text.flexslider:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.list-text.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.list-text.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.list-text.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.btn.list-text.box-style1:hover:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  div.btn.list-text.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .btn.hvr-radial-out.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.hvr-radial-out.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .compt-management-container
  .compt-management-widget
  > span.btn.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .vdo-activites-widget
  .vdo-link-name
  .compt-management-widget
  > span.btn.vdo-icon:hover:before,
.compt-management-container
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget
  > span.btn.accent-border-color:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.accent-border-color:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .dsir-gallery-color
  .video_gallery.video
  .compt-management-widget
  > span.btn.flexslider:hover:before,
.compt-management-container
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .compt-management-container
  .compt-management-widget
  > span.btn.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget
  > span.btn.box-style1:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget
  > span.btn.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.hvr-radial-out:hover:before,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn.hvr-radial-out:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn.hvr-radial-out:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .btn.hvr-radial-out.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.hvr-radial-out.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn.hvr-radial-out:hover:before,
.pp-photogallery
  .photoGallery-style3
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.hvr-radial-out:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.hvr-radial-out.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .btn.knowyrcm-column.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.knowyrcm-column.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.knowyrcm-column:hover:before,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn.knowyrcm-column:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn.knowyrcm-column:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .btn.knowyrcm-column.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.knowyrcm-column.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn.knowyrcm-column:hover:before,
.pp-photogallery
  .photoGallery-style3
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.knowyrcm-column:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.knowyrcm-column.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .btn.writeToCM-bg.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.writeToCM-bg.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.writeToCM-bg:hover:before,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn.writeToCM-bg:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn.writeToCM-bg:hover:before,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .btn.writeToCM-bg.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.writeToCM-bg.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn.writeToCM-bg:hover:before,
.pp-photogallery
  .photoGallery-style3
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.writeToCM-bg:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.writeToCM-bg.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.accent-border-color:hover,
.vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.accent-border-color:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .vdo-activites-widget
  .vdo-link-name
  .vdospeech-icon
  > span.btn.vdo-icon:hover,
.vdoglry-speech-cntr
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .dsir-gallery-color
  .video_gallery.video
  .vdospeech-icon
  > span.btn.flexslider:hover,
.vdoglry-speech-cntr
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.btn.box-style1:hover:before,
.vdoglry-speech-cntr
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdospeech-icon
  > span.btn.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .btn.accent-border-color.vdo-link-name:hover,
.vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .btn.vdo-link-name.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-link-name.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.vdo-link-name:hover,
.vdo-activites-widget
  .vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vdo-activites-widget
  .vc_tta-tab
  > a.btn.vdo-link-name:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  img.btn.vdo-link-name:hover,
.vdo-activites-widget
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .slides
  .vdo-activites-widget
  img.btn.vdo-link-name:hover,
.dsir-gallery-color
  .with-border.flexslider
  .slides
  .vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  img.btn.vdo-link-name:hover,
.vdo-activites-widget
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .vdo-activites-widget
  img.btn.vdo-link-name:hover,
.dsir-gallery-color
  .with-border.flexslider
  .flex-control-thumbs
  .vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .dsir-gallery-color
  .video_gallery.video
  .btn.vdo-link-name.flexslider:hover,
.vdo-activites-widget
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-link-name.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .vdo-activites-widget
  .btn.vdo-link-name.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-link-name.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .pp-photogallery
  .photoGallery-style3
  .galleryThumb
  > a:hover
  > img.btn.vdo-link-name:hover,
.vdo-activites-widget
  .pp-photogallery
  .photoGallery-style3
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .pp-photogallery
  .photoGallery-style3
  .vdo-activites-widget
  .galleryThumb
  > a:hover
  > img.btn.vdo-link-name:hover,
.pp-photogallery
  .photoGallery-style3
  .vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .galleryThumb
  > a:hover
  > img.btn.vdo-link-name:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .btn.vdo-link-name.box-style1:hover:before,
.vdo-activites-widget
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-link-name.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .btn.accent-color.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-color.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .gen-list.list-title-bg
  > h2.btn.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .arch-container
  > h2.btn.vdo-icon:hover,
.vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.vdo-icon:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.vdo-icon.hyperlikdiv:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-icon.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .vdo-activites-widget
  .vdo-link-name
  .btn.vdo-icon.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.vdo-icon.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.accent-border-color:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.accent-border-color:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.btn-theme:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.btn-theme:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.btn-gov:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.btn-gov:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .vdo-activites-widget
  .vdo-link-name
  .compt-management-widget:hover
  > span.btn.vdo-icon:hover:before,
.compt-management-container
  .vdo-activites-widget
  .vdo-link-name
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vdo-activites-widget
  .vdo-link-name
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.vdo-icon:hover:before,
.vdo-activites-widget
  .vdo-link-name
  .compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.vdo-icon:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .dsir-gallery-color
  .video_gallery.video
  .compt-management-widget:hover
  > span.btn.flexslider:hover:before,
.compt-management-container
  .dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.flexslider:hover:before,
.dsir-gallery-color
  .video_gallery.video
  .compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.flexslider:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-container
  .compt-management-widget:hover
  > span.btn.box-style1:hover:before,
.compt-management-container
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .compt-management-widget:hover
  > span.btn.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.accent-border-color:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .gen-list.list-title-bg
  > h2.btn.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .gen-list.list-title-bg
  > h2.btn.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.accent-border-color:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .dsir-gallery-color
  .video_gallery.video
  .arch-container
  > h2.btn.flexslider:hover,
.dsir-gallery-color
  .video_gallery.video
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.flexslider:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .arch-container
  > h2.btn.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.accent-border-color.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-border-color.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.hyperlikdiv:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .vc_tta-tab
  > a.btn.hyperlikdiv:hover:before,
.vc_general.vc_tta-tabs.dsir-tab-one
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.hyperlikdiv:hover:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.hyperlikdiv.box-style1:hover:before,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab
  > a.btn.accent-color:hover,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .vc_tta-tab
  > a.btn.accent-color:hover,
.style-5.home-14
  .gen-card.rajbhavan-registration
  .gen-card-content
  .btn.accent-color.box-style1:hover:before {
  color: #ea3876 !important;
}

.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.accent-color,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hvr-radial-out:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .home-13
  .governor-socialmedia
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.gov-socmedia-icons:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.bttn-view.btn-style-outline.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  div.bttn-view.btn-style-outline.list-text:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-container
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.compt-management-container
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .compt-management-widget
  > span.bttn-view.btn-style-outline:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.knowyrcm-column:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.writeToCM-bg:before,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.vdoglry-speech-cntr
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdospeech-icon
  > span.bttn-view.btn-style-outline,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .vdo-activites-widget
  .bttn-view.btn-style-outline.vdo-link-name,
.vdo-activites-widget
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.vdo-link-name,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .gen-list.list-title-bg
  > h2.bttn-view.btn-style-outline,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .arch-container
  > h2.bttn-view.btn-style-outline,
.style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .bttn-view.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-5.home-14
  .photo-glry-cntr.governor-photo-gallery
  .bttn-view.btn-style-outline.hyperlikdiv:before {
  background: rgba(234, 56, 118, 0.88) !important;
  border-color: rgba(234, 56, 118, 0.88) !important;
}
.style-5.home-14 .vdo-activites-widget .vdo-widget-img > img {
  border-color: #ea3876;
}
.style-5.home-14
  .vdo-activites-widget
  .vdo-widget-img
  .vdoglryspeech-icon
  > span {
  background: #ea3876;
}
.style-5.home-14 .vdo-activites-widget .vdo-link-name {
  background: #ea3876 !important;
  background-color: #ea3876 !important;
}
.style-5.home-14 .vdo-activites-widget:hover .vdo-widget-img:hover > img {
  border-color: #183a53;
}
.style-5.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon {
  color: #fff;
}
.style-5.home-14
  .vdo-activites-widget:hover
  .vdo-widget-img:hover
  .vdoglryspeech-icon
  > span {
  background: #183a53;
}
.style-5.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #183a53 !important;
  background-color: #183a53 !important;
}
.style-5.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #ea3876 !important;
  color: #fff !important;
}
.style-5.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  color: #ea3876;
}
.style-5.home-15 .drug-nri-column {
  background-color: #ea3876 !important;
  color: #fff !important;
}
.style-5 .footerScrollbar.flexslider .flex-pauseplay a:before {
  color: #000;
}
.style-6 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #ea3876;
}
.style-6 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #ea3876;
  color: #fff;
}
.style-6.home-1 .slide-caption.accent-color.lighten,
.style-6.home-1 .slide-caption.lighten.hvr-radial-out:before,
.style-6.home-1
  .home-13
  .governor-socialmedia
  .slide-caption.lighten.gov-socmedia-icons:before,
.home-13
  .governor-socialmedia
  .style-6.home-1
  .slide-caption.lighten.gov-socmedia-icons:before,
.style-6.home-1
  .gen-list.photo-vdo-speech
  ul
  li
  a
  div.slide-caption.lighten.list-text:before,
.gen-list.photo-vdo-speech
  ul
  li
  a
  .style-6.home-1
  div.slide-caption.lighten.list-text:before,
.style-6.home-1
  .compt-management-container
  .compt-management-widget
  > span.slide-caption.lighten:before,
.compt-management-container
  .style-6.home-1
  .compt-management-widget
  > span.slide-caption.lighten:before,
.style-6.home-1 .slide-caption.lighten.knowyrcm-column:before,
.style-6.home-1 .slide-caption.lighten.writeToCM-bg:before,
.style-6.home-1
  .vdoglry-speech-cntr
  .vdospeech-icon
  > span.slide-caption.lighten,
.vdoglry-speech-cntr
  .style-6.home-1
  .vdospeech-icon
  > span.slide-caption.lighten,
.style-6.home-1 .vdo-activites-widget .slide-caption.lighten.vdo-link-name,
.vdo-activites-widget .style-6.home-1 .slide-caption.lighten.vdo-link-name,
.style-6.home-1 .gen-list.list-title-bg > h2.slide-caption.lighten,
.style-6.home-1 .arch-container > h2.slide-caption.lighten,
.style-6.home-1
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .slide-caption.lighten.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-6.home-1
  .slide-caption.lighten.hyperlikdiv:before {
  color: #000 !important;
}
.style-6.home-1 .nav-white.slider-home1 .flex-direction-nav a:before,
.style-6.home-1 .nav-white.slider-home1 .flex-pauseplay a:before {
  color: #000;
}
.style-6.home-1 .news-ticker-horizontal.color-white.latest-news-home1 h2,
.style-6.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  h2,
.banner-wrapper
  .container
  .style-6.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  h2 {
  color: #000 !important;
}
.style-6.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .slides
  li
  .with-urlchange,
.style-6.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-6.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-6.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .flex-pauseplay
  a:before,
.style-6.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-pauseplay
  a:before,
.banner-wrapper
  .container
  .style-6.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-6.home-1
  .news-ticker-horizontal.color-white.latest-news-home1
  .flexslider
  .flex-direction-nav
  li
  a:before,
.style-6.home-1
  .banner-wrapper
  .container
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before,
.banner-wrapper
  .container
  .style-6.home-1
  .news-ticker-horizontal.latest-news-home1.slide-caption
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-6.home-1 .carasoleflex-wrap .photo-glry-viewall a.btn {
  background-color: #ffdb69 !important;
  color: #000 !important;
}
.style-6.home-3 .accent-fixed-color.photo-glrybg-home3,
.style-6.home-3 .style-1.home-5 .photo-glrybg-home3.support-bg-home5,
.style-1.home-5 .style-6.home-3 .photo-glrybg-home3.support-bg-home5,
.style-6.home-3
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab:hover
  > a.photo-glrybg-home3,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-6.home-3
  .vc_tta-tab:hover
  > a.photo-glrybg-home3,
.style-6.home-3
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab.vc_active
  > a.photo-glrybg-home3,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-6.home-3
  .vc_tta-tab.vc_active
  > a.photo-glrybg-home3 {
  background: #f6f3ee !important;
}
.style-6.home-3 .accent-fixed-color.photo-glrybg-home3 .photo-glry-title h2,
.style-6.home-3
  .style-1.home-5
  .photo-glrybg-home3.support-bg-home5
  .photo-glry-title
  h2,
.style-1.home-5
  .style-6.home-3
  .photo-glrybg-home3.support-bg-home5
  .photo-glry-title
  h2,
.style-6.home-3
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab:hover
  > a.photo-glrybg-home3
  .photo-glry-title
  h2,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-6.home-3
  .vc_tta-tab:hover
  > a.photo-glrybg-home3
  .photo-glry-title
  h2,
.style-6.home-3
  .vc_general.vc_tta-tabs.dsir-tab-one
  .vc_tta-tab.vc_active
  > a.photo-glrybg-home3
  .photo-glry-title
  h2,
.vc_general.vc_tta-tabs.dsir-tab-one
  .style-6.home-3
  .vc_tta-tab.vc_active
  > a.photo-glrybg-home3
  .photo-glry-title
  h2 {
  color: #000;
}
.style-6.home-5 #mainHeader {
  background: #ffdb69;
}
.style-6.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-6.home-5 #mainHeader .logo .site_logo {
  color: #000;
}
.style-6.home-5 #mainHeader .logo .site_logo:hover {
  color: #000 !important;
}
.style-6.home-5 .menuWrapper {
  border-color: #000;
}
.style-6.home-5 .menuWrapper nav.menu {
  background-color: #ffdb69;
}
.style-6.home-5 .menuWrapper .nav li {
  padding: 0;
}
.style-6.home-5 .menuWrapper .nav li:hover > a {
  background-color: #ea3876;
  color: #fff;
}
.style-6.home-5 .menuWrapper .nav li a {
  color: #000;
}
.style-6.home-5 .menuWrapper .nav li a:hover {
  background-color: #ea3876;
  color: #fff;
}
.style-6.home-5 .menuWrapper .nav li a:focus {
  color: #fff;
}
.style-6.home-5 .menuWrapper .nav li ul {
  background-color: #ffdb69;
}
.style-6.home-5 .menuWrapper .nav li ul li a {
  color: #000;
  line-height: inherit;
}
.style-6.home-5 .menuWrapper .nav li ul li a:hover,
.style-6.home-5 .menuWrapper .nav li ul li a.active {
  background-color: #ea3876;
  color: #fff;
}
.style-6.home-5 .menuWrapper .nav li.current-menu-parent > a,
.style-6.home-5
  .menuWrapper
  .nav
  li.current-menu-parent
  ul
  li.current-menu-item
  > a {
  background-color: #ea3876;
  color: #fff;
}
.style-6.home-5 .menuWrapper .nav li.active > a,
.style-6.home-5 .menuWrapper .nav li.current-menu-ancestor > a {
  background-color: #ea3876;
  color: #fff;
}
.style-6.home-5 #overflowMenu {
  background-color: #ea3876;
}
.style-6.home-5 .slider-bg-home5 .bnr-content.color-white,
.style-6.home-5
  .slider-bg-home5
  .banner-wrapper
  .container
  .bnr-content.slide-caption,
.banner-wrapper
  .container
  .style-6.home-5
  .slider-bg-home5
  .bnr-content.slide-caption,
.style-6.home-5
  .slider-bg-home5
  .bnr-content.color-white
  .bnr-content-title
  .sub-title,
.style-6.home-5
  .slider-bg-home5
  .banner-wrapper
  .container
  .bnr-content.slide-caption
  .bnr-content-title
  .sub-title,
.banner-wrapper
  .container
  .style-6.home-5
  .slider-bg-home5
  .bnr-content.slide-caption
  .bnr-content-title
  .sub-title {
  color: #000;
}
.style-6.home-5 .support-bg-home5 .gen-card .btn-style-outline {
  background: #ea3876 !important;
}
.style-6.home-5 .support-bg-home5 .gen-list ul li a span.list-icon.blue-bg {
  background: #ffdb69 !important;
  color: #000 !important;
}
.style-6.home-8 .tab-rowbg-home8 {
  background: #ffdb69 !important;
}
.style-6.home-10 .slider-home10 .slide-caption {
  color: #000 !important;
}
.style-6.home-10 .nav-white.slider-home10 .flex-direction-nav a:before,
.style-6.home-10 .nav-white.slider-home10 .flex-pauseplay a:before {
  color: #000;
}
.style-6.home-10 .news-ticker-horizontal.latest-news-home10 h2 {
  color: #000 !important;
}
.style-6.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-6.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .flex-pauseplay
  a:before {
  color: #000;
}
.style-6.home-10
  .news-ticker-horizontal.latest-news-home10
  .flexslider
  .flex-direction-nav
  li
  a:before {
  color: #000;
}
.style-6.home-12 .menuWrapper .nav li > a {
  line-height: 44px;
}
.style-6.home-12 .menuWrapper .nav li ul li a {
  margin: 0;
  line-height: normal;
}
.style-6.home-12 .compt-management-container .compt-management-widget > div {
  color: #ea3876 !important;
}
.style-6.home-12
  .compt-management-container
  .compt-management-widget
  > span:before {
  background: #ea3876 !important;
}
.style-6.home-12 .latest-newsrow-home12 .news-ticker-horizontal.color-white h2,
.style-6.home-12
  .latest-newsrow-home12
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  h2,
.banner-wrapper
  .container
  .style-6.home-12
  .latest-newsrow-home12
  .news-ticker-horizontal.slide-caption
  h2,
.style-6.home-12
  .latest-newsrow-home12
  .news-ticker-horizontal.color-white
  .flexslider
  .slides
  li
  .with-urlchange,
.style-6.home-12
  .latest-newsrow-home12
  .banner-wrapper
  .container
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange,
.banner-wrapper
  .container
  .style-6.home-12
  .latest-newsrow-home12
  .news-ticker-horizontal.slide-caption
  .flexslider
  .slides
  li
  .with-urlchange {
  color: #000;
}
.style-6.home-12 .dg-ncc-column:after {
  background: #ea3876 !important;
}
.style-6.home-13.home h2 {
  color: #ea3876;
}
.style-6.home-13 .video-speech-home13 ul li {
  background: #ffdb69 !important;
  border-color: #ffdb69 !important;
}
.style-6.home-13 .video-speech-home13 ul li .list-text {
  color: #000 !important;
}
.style-6.home-13 .video-speech-home13 ul li .list-icon {
  background: #ea3876 !important;
  border-color: #ea3876 !important;
}
.style-6.home-13 .governor-socialmedia .gov-socmedia-icons {
  border-color: #ea3876 !important;
  color: #ea3876;
}
.style-6.home-13 .governor-socialmedia .gov-socmedia-icons:focus {
  color: #fff;
}
.style-6.home-13 .governor-socialmedia .gov-socmedia-icons:before {
  background: #ea3876 !important;
  color: #ea3876;
}
.style-6.home-13 .governor-socialmedia .gov-socmedia-icons:hover {
  color: #fff;
}
.style-6.home-13 .governor-socialmedia .gov-socmedia-icons:hover:before {
  background: #ea3876 !important;
}
.style-6.home-13 .write-to-governor > h2 {
  color: #ea3876;
}
.style-6.home-13 .write-to-governor .wrt-to-govicon {
  border-color: #ea3876;
}
.style-6.home-13 .write-to-governor .wrt-to-govicon img {
  -webkit-filter: contrast(2);
  filter: contrast(2);
}
.style-6.home-13
  .photo-glrycom-home13
  .photo-glry-viewall
  .btn.btn-style-outline.accent-color,
.style-6.home-13
  .photo-glrycom-home13
  .photo-glry-viewall
  .btn.btn-style-outline.hvr-radial-out:before,
.style-6.home-13
  .photo-glrycom-home13
  .photo-glry-viewall
  .governor-socialmedia
  .btn.btn-style-outline.gov-socmedia-icons:before,
.style-6.home-13
  .governor-socialmedia
  .photo-glrycom-home13
  .photo-glry-viewall
  .btn.btn-style-outline.gov-socmedia-icons:before,
.style-6.home-13
  .photo-glrycom-home13
  .photo-glry-viewall
  .ad-banner-cntr.dsir-application-submission
  ul
  li
  .btn.btn-style-outline.hyperlikdiv:before,
.ad-banner-cntr.dsir-application-submission
  ul
  li
  .style-6.home-13
  .photo-glrycom-home13
  .photo-glry-viewall
  .btn.btn-style-outline.hyperlikdiv:before {
  background: #ffdb69 !important;
  color: #000 !important;
}
.style-6.home-14 .governor-quote {
  color: #ea3876;
}

.style-6.home-14 .vdo-activites-widget .vdo-link-name {
  background: #ffdb69 !important;
  background-color: #ffdb69 !important;
  color: #000 !important;
}

.style-6.home-14 .vdo-activites-widget:hover .vdo-link-name {
  color: #fff !important;
}
.style-6.home-14 .vdo-activites-widget:hover .vdo-link-name:before {
  background: #ea3876 !important;
  background-color: #ea3876 !important;
}
.style-6.home-14 .gen-list.governor-social-media li a .list-icon {
  background: #ffdb69 !important;
  color: #000 !important;
}
.style-6.home-14 .gen-card.write-to-governor .gen-card-content .btn-link {
  color: #ffdb69;
}
.style-6.home-15 .drug-nri-column {
  background-color: #ffdb69 !important;
}
.style-7 .cmo-followup-cntr .cm-fund-write a.fa {
  color: #3aa04a;
}
.style-7 .cmo-followup-cntr .cm-fund-write a.fa:hover {
  background: #3aa04a;
  color: #fff;
}
.style-7.home-3 .fixed-bg-home-3 {
  background: #fbac1b !important;
}
.style-7.home-5 #mainHeader {
  background: #3aa04a;
}
.style-7.home-5 #mainHeader #topBar {
  background: #f6f3ee;
}
.style-7.home-5 .menuWrapper nav.menu {
  background-color: #3aa04a;
}
.style-7.home-5 .menuWrapper .nav li:hover > a {
  background-color: #fbac1b;
  color: #fff;
}
.style-7.home-5 .menuWrapper .nav li a {
  color: #fff;
}

@media (max-width: 400px) {
  .logo .site_logo .logo_text .logo-sub-title {
    font-size: 13px;
    margin-top: -2px;
  }
  #topBar #accessibility ul li a.skipContent {
    font-size: 22px;
    padding: 0 12px;
  }
  #topBar #accessibility ul li a.skipContent span {
    line-height: 28px;
  }
  #topBar #accessibility ul li .textSizing {
    padding: 7px 8px 3px 6px;
  }
  #topBar #accessibility ul li .textSizing ul li a {
    font-size: 13px;
    padding: 0px 3px;
  }
  #topBar #accessibility ul li a.language {
    font-size: 14px;
    padding: 0 5px;
  }
  #topBar .col-xs-12 .push-left {
    min-height: inherit;
    padding: 4px 0 0;
  }
  #topBar .col-xs-12 .govBranding ul {
    padding: 0;
  }
  .search-main-container .search-container {
    width: 300px;
  }
  .photo-gallery .col-xs-12 {
    width: 100%;
  }
  .social-group-icon {
    height: auto;
    padding-top: 6px !important;
  }
  .social-group-icon span {
    font-size: 8px;
    height: auto;
  }
  .details-container .minister-meta ul li strong {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  .details-container .minister-meta ul li span {
    float: none;
    width: 100%;
  }
  .details-container {
    padding: 60px 15px 15px;
    margin: 70px auto 0;
  }
  .details-container .minister-pro-img img {
    width: 100px;
    height: 100px;
  }
  .details-container .minister-pro-img {
    top: -50px;
  }
  .home-14.home
    .vc_row-o-equal-height.vc_row-has-fill
    .wpb_column.vc_column_container
    .vc_column-inner {
    margin: 0 0px 15px !important;
  }
  #topBar .col-xs-12 .push-right {
    min-height: inherit;
  }
  .style-3 #topBar .govBranding ul li a {
    font-size: 0.6em;
  }
}
@media (max-width: 360px) {
  #topBar #accessibility ul li a {
    padding: 0 5px;
  }
  .search-main-container .search-container {
    width: auto;
  }
  .search-main-container.odd .search-container .search-area input.form-control,
  .search-main-container .search-container .search-area .btn,
  .search-main-container .search-container .search-area select.form-control {
    width: 100%;
    float: none;
    border-radius: 0;
  }
  .search-main-container {
    padding: 10px;
  }
  .adlogin-cntr {
    width: 250px;
  }
  .logo .site_logo .emblem {
    height: 50px;
  }
  .logo .site_logo .logo_text strong {
    font-size: 13px;
    line-height: 14px;
  }
  .logo .site_logo .logo_text .site_name_english,
  .logo .site_logo .logo_text h1.h1-logo {
    font-size: 0.9em;
    line-height: 20px;
  }
  .menuToggle {
    top: 5px;
  }
  .search-main-container .search-container .search-area form .btn {
    width: auto;
  }
  #topBar .govBranding ul li a {
    padding: 5px;
  }
}

/*nav*/

.container.common-container {
  padding: 0px 15px;
  /*padding: 0px 15px;*/
  width: 100%;
  position: relative;
  display: block;
}

.common-left {
  float: left;
  position: relative;
}

.common-right {
  float: right;
  position: relative;
}

.common-left ul li {
  float: left;
  line-height: 132%;
  font-size: 65%;
  font-weight: 600;
  text-transform: uppercase;
  height: 36px;
  padding-top: 6px;
  padding-right: 8px;
}

.common-left ul li.gov-india {
  text-align: right;
}

.common-left ul li span {
  display: block;
  font-size: 120%;
}

.common-left ul li.ministry {
  padding-left: 8px;
  border-left: 1px solid #e2e0e0;
}

.common-right ul li {
  float: left;
  position: relative;
  height: 36px;
  font-size: 65%;
  text-align: center;
  border-left: 1px solid #e2e0e0;
}

.common-right ul .language > a {
  background-image: none !important;
}

.cmf_lan a {
  width: auto !important;
  background-image: none !important;
  padding: 6px 5px;
}

.common-right ul ul li.hover a {
  background-color: #d4d3d3;
}

.common-right ul li ul li.hover a {
  background-color: #cfcfcf;
}

.common-right ul .cmf_lan.hover a {
  background-color: #000;
}

.log {
  /* font-size: 150%;
  line-height: 130%;
  line-height: 100%; */
  padding: 16px;
  margin-bottom: -20px;
}
.logo img {
  float: left;
  padding: 0 15px 0 5px;
}
.log a em {
  display: inline-table;
  padding-top: 0px;
  font-weight: 700;

  font-size: 12px;
  color: #1e1d3f;
}
.log a span {
  white-space: nowrap;
  text-transform: uppercase;

  line-height: 2px;
}
.log a span > span {
  font-weight: bold;
  font-size: 12px;
  color: #1e1d3f;
  font-weight: 700;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  outline: none;
  color: #4d81ee;
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  /*! padding: 0; */
  line-height: normal;
  /*! font-weight: normal; */
  font-size: 100%;
}

::-selection {
  background: rgba(0, 0, 0, 0.2);
  /* Safari */
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
  /* Firefox */
}

@media all and (max-width: 1200px) {
  .log {
    /* font-size: 150%;
  line-height: 130%;
  line-height: 100%; */
    padding: 0px;
    margin-bottom: 0px;
  }
  .logo img {
    float: left;
    padding: 0 15px 0 5px;
  }
  .log a em {
    display: inline-table;
    padding-top: 0px;
    font-weight: 700;

    font-size: 12px;
    color: #1e1d3f;
  }
  .log a span {
    white-space: nowrap;
    text-transform: uppercase;

    line-height: 2px;
  }
  .log a span > span {
    font-weight: bold;
    font-size: 12px;
    color: #1e1d3f;
    font-weight: 700;
  }
}
@media all and (max-width: 767px) {
  .log {
    /* font-size: 150%;
  line-height: 130%;
  line-height: 100%; */
    padding: 17px;
    margin-bottom: 0px;
  }
  .logo img {
    float: left;
    padding: 0 15px 0 5px;
  }
  .log a em {
    display: inline-table;
    padding-top: 0px;
    font-weight: 700;

    font-size: 12px;
    color: #1e1d3f;
  }
  .log a span {
    white-space: nowrap;
    text-transform: uppercase;

    line-height: 2px;
  }
  .log a span > span {
    font-weight: bold;
    font-size: 12px;
    color: #1e1d3f;
    font-weight: 700;
  }
  .item img {
    width: 100%;
    height: 400px;
  }
  /* .carousel-control {
    width: 100%;
    height: 200px;
  } */

  .column_ch1 {
    float: left;
    width: 30%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */

    text-transform: capitalize;
    font-family: "source_serif_probold";
  }
  .boox {
    border-bottom: 1px solid #d8d8d8;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 0 2px white, 0 0 0 2px d8d8d8;
    padding: 12px 30px;
    text-align: center;
  }
  .boox .boox_img {
    width: 100%;
    margin: 0 auto;
  }
  .boox .boox_img img {
    width: 140px;
  }
  .column_ch2 {
    float: left;
    width: 50%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */
  }
  .img1 {
    border: 0;
    vertical-align: top;
    height: auto;
    width: auto;
    max-width: 100%;
  }
  .column_ch3 {
    float: left;
    width: 20%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */

    text-transform: capitalize;
    font-family: "source_serif_probold";
  }
}
.navbar-nav .open .dropdown-menu > li > a {
  /* padding: 1px 5px 16px 15px; */
  display: block;
  padding: 6px 20px 5px 15px;
  text-transform: none;
}
