/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face
{
  font-family: "Din-Next-Regular";
  src: url("/ejad_vro_login/static/src/fonts/din-next-lt-w23-regular.ttf");
}
body
{
  direction: rtl !important;
  font-family: "Din-Next-Regular", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: right;
}
a
{
  color: #00937F;
  text-decoration: none !important;
}

/* Start Header */
header .navbar-light
{
  padding-right: 0;
  padding-left: 0;
}
header .navbar-light .navbar-brand
{
  padding: 0;
  margin-left: 0;
}
header .navbar-light .navbar-brand img
{
  height: 75px;
}
header .navbar-light .navbar-nav
{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-right: 0;
}
header .navbar-light .navbar-nav .nav-link
{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
header .navbar-light .social-icons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-right: 0;
}
header .navbar-light .social-icons li > a i
{
  color: #00937F;
  font-size: 22px;
  margin: 0 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
header .navbar-light .social-icons li > a i:hover
{
  color: #04af7c;
}
header .second-header
{
  padding: 20px 0;
  background: #00937f;
}
header .second-header .nav-menu
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .second-header .nav-menu h5
{
  color: #fff;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
header .second-header .nav-menu h5:after
{
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  background-color: #e2e2e2;
  left: 0;
  top: -10px;
}
header .second-header .nav-menu h5 a
{
  color: #fff;
  margin-left: 20px;
}
header .second-header .nav-menu h5 a i
{
  font-weight: bold;
  font-size: 16px;
}
header .second-header .nav-menu h5 a:hover
{
  color: #eee
}
header .second-header .nav-menu .owl-carousel
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  width: 100%;
  overflow: hidden;
}
header .second-header .nav-menu .owl-carousel a
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
header .second-header .nav-menu .owl-carousel a i
{
  margin-left: 10px;
  border-radius: 50%;
  width: 35px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #00937f;
}
header .second-header .nav-menu .owl-carousel a:hover
{
  color: #c9af87;
}
/* End Header */

/* Start Login */
.login
{
  margin-top: 30px;
  padding-bottom: 30px;
}
.login .sign
{
  width: 95%;
  margin: 40px auto;
  margin-right: 30px;
}
.login .sign h3
{
  color: #9FACBD;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.login .sign h3:before, .login .sign h3:after
{
  content: "";
  position: absolute;
  border: 1px solid #eff2f7;
  width: 125px;
}
.login .sign h3:before
{
  left: 20px;
}
.login .sign h3:after
{
  right: 20px;
}
.login .sign input.form-control
{
  height: auto;
  border-right: 0;
  padding: 12px 10px 12px 0;
  font-size: 16px;
  margin-right: -5px;
}
.login .sign input.form-control.id-number
{
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.login .sign input.form-control::-webkit-input-placeholder
{
  color: #8e9baf !important;
}
.login .sign input.form-control:-ms-input-placeholder
{
  color: #8e9baf !important;
}
.login .sign input.form-control::-ms-input-placeholder
{
  color: #8e9baf !important;
}
.login .sign input.form-control::-moz-placeholder
{
  color: #8e9baf !important;
}
.login .sign input.form-control::placeholder
{
  color: #8e9baf !important;
}
.login .sign input.form-control:focus
{
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login .sign .input-group-text
{
  background-color: #fff;
  color: #8e9baf;
  padding: 0 20px;
  font-size: 16px;
  border-left: 0;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.login .sign .input-group-append .input-group-text
{
  border-right: 0;
}
.login .sign .input-group-append a
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #9FACBD;
  border: 1px solid #ced4da;
  border-right: 0;
  margin-right: -5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.login .sign .input-group-append a:focus
{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login .sign .input-group-append a:before
{
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  height: 30px;
  border: .5px solid #EFF2F7;
}
.login .sign button[type="submit"]
{
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  font-size: 18px;
  background: #00937F;
  color: #fff;
  min-height: 40px;
  padding: 10px 0;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.login .sign button[type="submit"]:hover
{
  background-color: #00AF7C;
}
.login .sign button[type="submit"]:after
{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00937F;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
@-webkit-keyframes pulse
{
  0%,
    50%
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%
{
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.05, 1.3);
  }
}

@keyframes pulse
{
  0%,
    50%
{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%
{
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.05, 1.3);
  }
}
.login .sign .small
{
  display: none !important
}
#wrapwrap > main form.oe_reset_password_form
{
    background: #fff;
    width: 50%;
    margin: 50px auto;
}
#wrapwrap > main form.oe_reset_password_form .login
{
    padding-bottom: 0
}
#wrapwrap > main form.oe_reset_password_form .login .sign
{
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
}
#wrapwrap > main form.oe_reset_password_form .login .sign button[type="submit"]
{
    width: 100%;
}
#wrapwrap > main form.oe_reset_password_form .login .sign .alert
{
    text-align: center
}
#wrapwrap > main form.oe_reset_password_form .login .sign .back-login
{
    padding-top: 15px;
}
#wrapwrap > main form.oe_reset_password_form .login .sign .back-login a
{
    font-size: 18px;
    color: #8A8684;
}
.rest-password
{
    padding: 30px;
    text-align: center;
    width: 50%;
    margin: auto;
}
.rest-password a
{
    font-size: 18px;
    color: #8A8684;
}
/* End Login */

/* Start Upcoming Events */
.upcoming-events
{
  padding-top: 20px;
}
.upcoming-events h3
{
  color: #00937F;
  font-size: 22px;
}
.upcoming-events .request-details
{
  margin: 0
}
/* End Upcoming Events */

/* Start Slider */
.slider
{
  margin-bottom: 30px;
}
.slider ul.nav-tabs
{
  background: #fff;
  margin-bottom: 0;
  border-bottom: none;
}
.slider ul.nav-tabs .nav-item a
{
  background: rgba(255, 255, 255, 0.8);
  color: #878686;
  min-width: 200px;
  font-size: 18px;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #aca8a8;
  border-radius: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.slider ul.nav-tabs .nav-item a.active
{
  border-bottom: 2px solid #00937F;
  color: #00937F;
  margin-top: -1px;
}
.slider ul.nav-tabs .nav-item a i
{
  margin-left: 5px;
}
.slider .slider-item
{
  padding: 15px;
  margin: 20px auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 30px #f3f3f3;
          box-shadow: 0 5px 30px #f3f3f3;
}
.slider .carousel-inner img.news-image
{
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .carousel-caption
{
  bottom: 0%;
  right: 0%;
  left: 0%;
  padding: 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 176, 126, 0.5)), to(#15b07e));
  background: -o-linear-gradient(top, rgba(21, 176, 126, 0.5) 0%, #15b07e);
  background: linear-gradient(to bottom, rgba(21, 176, 126, 0.5) 0%, #15b07e);
  text-align: right;
}
.slider .carousel-caption h3
{
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slider .carousel-caption p
{
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.slider .carousel-caption ul
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 0;
}
.slider .carousel-caption ul li
{
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.slider .carousel-caption ul li a
{
  color: #fff;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .carousel-caption ul li label
{
  margin-bottom: 0;
  padding-left: 10px;
}
.slider .carousel-caption ul li label img
{
  display: block;
  width: 100%;
  height: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.slider .controls
{
  bottom: auto;
  top: 50%
}
.slider .controls i
{
  background: #000;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
}
.slider .slider-item .carousel .carousel-indicators
{
  margin: 0;
}
.slider .slider-item .carousel .carousel-indicators li
{
    background-color: #fff;
}
.request-details
{
    padding: 15px;
    margin: 20px;
    max-height: 565px;
    border-radius: 15px;
    overflow: auto;
    -webkit-box-shadow: 0 5px 30px #f3f3f3;
            box-shadow: 0 5px 30px #f3f3f3;
}
.request-details .table
{
    border-collapse: collapse;
    margin-bottom: 0
}
.request-details .table tr
{
    background: #fff;
    border-bottom: 5px solid #fff;
}
.request-details .table tr:nth-of-type(even)
{
    background-color: #F6FAFC
}
.request-details .table thead tr
{
    background-color: #E4F1F6 !important;
}
.request-details .table tr th,
.request-details .table tr td
{
    font-size: 14px;
    padding: .75rem 5px;
    color: #282828;
    border: none
}
.request-details .table tr th:first-of-type,
.request-details .table tr td:first-of-type
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.request-details .table tr th:last-of-type,
.request-details .table tr td:last-of-type
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
/* End Slider */

/* Start Contacts */
.contacts
{
  padding-top: 20px;
}
.contacts .card
{
  border: none;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contacts .card img
{
  height: 150px;
  padding: 25px;
}
.contacts .card:hover img
{
  opacity: .7;
}
.contacts .card .card-body
{
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f7f9fb;
}
.contacts .card .card-body h2
{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
  color: #005E85
}
/* End Contacts */

/* Start Survey */
#wrapwrap > main
{
    background: url("../img/vector-transparent.png") no-repeat;
    background-size: 100%
}
#wrapwrap .survey .jumbotron
{
    background: rgba(241, 247, 249, .8);
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center
}
#wrapwrap .survey .jumbotron .survey-icon
{
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px
}
#wrapwrap .survey .jumbotron h1
{
    color: #00937F;
    font-size: 20px;
    display: table;
    margin-bottom: 15px;
}
#wrapwrap > main .o_survey_header
{
    padding-top: 30px;
}
#wrapwrap > main .o_survey_header h1
{
   font-size: 26px
}
#wrapwrap > main .o_survey_header ol.breadcrumb
{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}
#wrapwrap > main .js_surveyform .text-center.mt16.mb256
{
    margin-bottom: 50px !important
}
#wrapwrap > main .js_surveyform .text-center.mt16.mb256 button.btn-primary,
#wrapwrap > main .js_surveyform .text-center.mt16.mb256 button.btn-secondary
{
  background: #00937F;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#wrapwrap > main .js_surveyform .text-center.mt16.mb256 button.btn-secondary
{
  background: #005E85;
}
#wrapwrap > main .js_surveyform .text-center.mt16.mb256 button.btn-primary:hover
{
  background-color: #00AF7C;
}
#wrapwrap > main .js_surveyform .text-center.mt16.mb256 button.btn-secondary:hover
{
  background-color: #8A8684;
}
#wrapwrap > main #contact
{
    padding: 40px 20px
}
#wrapwrap > main #contact img
{
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 20px
}
#wrapwrap > main #contact h2
{
    color: #00937F;
    font-size: 26px;
    margin-bottom: 30px
}
#wrapwrap > main #contact form input.form-control
{
    border-radius: 20px;
    min-height: 45px;
}
#wrapwrap > main #contact form textarea.form-control
{
    height: auto;
    min-height: 106px;
    border-radius: 15px;
    resize: none;
    margin-bottom: 1rem
}
#wrapwrap > main #contact form button.btn[type="submit"]
{
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  font-size: 18px;
  background: #00937F;
  color: #fff;
  min-height: 45px;
  padding: 7px 20px;
  border: none;
  border-radius: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#wrapwrap > main #contact form button.btn[type="submit"]:hover
{
  background-color: #00AF7C;
}
#wrapwrap > main #contact form button.btn[type="submit"]:after
{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00937F;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
#wrapwrap > main .js_surveyform .o_survey_title
{
    color: #005E85;
    padding-bottom: 0;
    font-size: 22px;
}
#wrapwrap > main .js_surveyform h3
{
    margin-top: 20px;
    color: #8A8684;
    font-size: 20px;
}
#wrapwrap > main .js_surveyform .form-control
{
    border-color: #f3f3f3;
}
#wrapwrap > main .js_surveyform .form-control:hover,
#wrapwrap > main .js_surveyform .form-control:focus
{
    -webkit-box-shadow: 0 8px 15px -10px #f3f3f3;
            box-shadow: 0 8px 15px -10px #f3f3f3;
}
/* End Survey */

/* Start Survey Template */
.survey-template
{
    padding-top: 20px;
    padding-bottom: 20px
}
.survey-template .service-header
{
    background: #00937F;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 25px
}
.survey-template .service-header ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
}
.survey-template .service-header ul li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    font-size: 16px;
}
.survey-template .service-header ul li i
{
    font-size: 22px;
    margin-bottom: 10px;
}
.survey-template .service-header ul li span
{
    font-size: 12px;
}
.survey-template .service-header ul li p
{
    font-size: 14px;
    font-weight: bold;
    color: #C7AE86;
    margin-top: 5px;
}
.survey-template .service-header ul hr
{
    height: auto;
    border-right: 1px solid #D8D8D8;
}
.survey-template .service-header .survey-rate
{
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 110px
}
.survey-template .service-header .survey-rate h4
{
    font-size: 18px;
}
.survey-template .service-header .survey-rate .survey-stars:not(:checked) > input
{
    position: absolute;
    top: -9999px;
}
.survey-template .service-header .survey-rate .survey-stars:not(:checked) > label
{
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
    vertical-align: middle
}
.survey-template .service-header .survey-rate .survey-stars:not(:checked) > label:before
{
    content: '★ ';
}
.survey-template .service-header .survey-rate .survey-stars > input:checked ~ label
{
    color: #ffc700;
}
.survey-template .service-header .survey-rate .survey-stars:not(:checked) > label:hover,
.survey-template .service-header .survey-rate .survey-stars:not(:checked) > label:hover ~ label
{
    color: #deb217;
}
.survey-template .service-header .survey-rate .survey-stars > input:checked + label:hover,
.survey-template .service-header .survey-rate .survey-stars > input:checked + label:hover ~ label,
.survey-template .service-header .survey-rate .survey-stars > input:checked ~ label:hover,
.survey-template .service-header .survey-rate .survey-stars > input:checked ~ label:hover ~ label,
.survey-template .service-header .survey-rate .survey-stars > label:hover ~ input:checked ~ label
{
    color: #c59b08;
}
.survey-template .info ul.nav-tabs
{
    margin-bottom: 20px;
    border-bottom: none;
}
.survey-template .info ul.nav-tabs .nav-item a
{
  color: #878686;
  font-size: 16px;
  padding: 5px 20px;
  border: none;
  border-bottom: 1px solid #aca8a8;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.survey-template .info ul.nav-tabs .nav-item a.active
{
  border-bottom: 2px solid #00937F;
  color: #00937F;
  margin-top: -1px;
}
.survey-template .info ul.nav-tabs .nav-item a i
{
  margin-left: 5px;
}
.survey-template .about
{
    text-align: right
}
.survey-template .info #survey-actions a.btn
{
  position: relative;
  min-width: 160px;
  margin: auto;
  font-size: 18px;
  background: #00937F;
  color: #fff;
  min-height: 40px;
  border: none;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.survey-template .info #survey-actions a.btn i
{
  margin-left: 5px
}
.survey-template .info #survey-actions a.btn:hover
{
  background-color: #00AF7C;
}
.survey-template .info #survey-actions a.btn:after
{
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00937F;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.survey-template .info .tab-pane#survey-files
{
  text-align: right
}
.survey-template .info .tab-pane h4
{
  font-size: 16px;
  color: #005E85
}
.survey-template .info .tab-pane p
{
  font-size: 14px;
}
.survey-template .info .survey-buttons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.survey-template .info .survey-buttons a.btn
{
  background: #005E85;
  min-width: 190px;
  min-height: auto;
  padding: 7px 15px;
  font-size: 12px;
  margin: 3px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.survey-template .info .survey-buttons a.btn i
{
  margin-left: 5px
}
/* End Survey Template */

/* Start Breadcrumb */
.breadcrumb-bar
{
    padding: 14px 0;
    background: #00937f;
}
.breadcrumb-bar .breadcrumb
{
    background: none;
    margin-bottom: 0;
    border-radius: 0;
}
.breadcrumb-bar .breadcrumb .breadcrumb-item a
{
    color: #fff;
    font-size: 15px
}
.breadcrumb-bar .breadcrumb .breadcrumb-item a i
{
    font-weight: bold;
    font-size: 16px;
}
.breadcrumb-bar .breadcrumb .breadcrumb-item a:hover
{
    color: #eee
}
.breadcrumb-bar .breadcrumb .breadcrumb-item + .breadcrumb-item
{
    padding-left: 0;
    padding-right: 15px;
}
.breadcrumb-bar .breadcrumb .breadcrumb-item + .breadcrumb-item a
{
    color: #eee
}
.breadcrumb-bar .breadcrumb .breadcrumb-item + .breadcrumb-item::before
{
    padding-left: 15px;
    padding-right: 0;
    color: #fff
}
/* End Breadcrumb */

/* Start About US */
.about-us
{
    padding-top: 50px;
    padding-bottom: 20px
}
.about-us img
{
    width: 100px;
    margin-bottom: 25px;
}
.about-us h3
{
    color: #00937F;
    font-weight: bold;
    margin-bottom: 20px;
}
.about-us p
{
    font-size: 16px;
}
/* End About US */

/* Start Contact US */
.contact-us
{
    padding-top: 50px;
    padding-bottom: 20px
}
.contact-us h4
{
    color: #00937F;
    font-weight: bold;
}
.contact-us ul
{
    padding-right: 20px
}
.contact-us ul li
{
    padding-top: 5px;
    font-size: 16px;
}
/* End Contact US */

/* Start footer */
footer 
{
  margin-top: 30px;
  border-bottom: 1px solid #eae8e8;
  background: #fff;
  font-size: 14px;
}
footer .bg-gray 
{
  background-color: #fafafa;
}
footer .bg-dark-gray 
{
  background-color: #f5f5f5;
}
footer h3
{
  color: #00937F;
  font-size: 22px;
}
footer p 
{
  color: #7b7878;
}
footer .footer-info
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eae8e8
}
footer .newsletter,
footer .links,
footer .twitter
{
  width: 33.33%;
  padding: 30px 30px 10px
}
footer .newsletter
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #eae8e8;
}
footer .links .important-links
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
footer .links .important-links img
{
    height: 100px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
}
footer .links .important-links img.mygov-logo
{
  background: #0E8A8A;
  padding: 10px;
}
footer .twitter i
{
  color: #1DA1F2;
}
footer #twitter-post ul
{
  padding: 0;
  list-style: none;
}
footer .social-icons
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 20px 0 0;
}
footer .social-icons li > a i
{
  font-size: 22px;
  margin: 0 5px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
footer .social-icons li > a i:hover
{
  color: #04af7c;
}
footer .copyrights
{
  background-color: #fafafa;
  padding: 10px 0;
}
footer .copyrights ul
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 40px;
}
footer .copyrights ul li
{
  margin-left: 20px;
  margin-right: 0;
}
footer .copyrights ul li a
{
  color: #363636;
  font-size: 14px;
}
footer .copyrights .info
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
footer .copyrights .info p
{
  padding-left: 25px;
  padding-right: 0px;
  margin-bottom: 0;
}
footer .copyrights .info img
{
  width: 100px;
}
/* End footer */