/*@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Satisfy";*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(simple-line-icons.css);
@import url(hover-min.css);

@media (min-width:1200px) {
  .container {
    width: 1050px;
  }
}
.banner {
  background: #333 !important;
  position: relative;
}
html, body {
  height: 100%;
}
body {
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #465768;
}
.tg-widgettitle{ border-bottom: none; margin-bottom:10px; }

.openings .vticker1 ul{ margin: 0px; padding: 0px; list-style: none !important;  }
.openings .vticker1 ul li{ list-style: none; border-top: 1px solid #e5e5e5; padding: 0px 20px; }
.openings .vticker1 ul li:first-child{ border-top: none; }
/*.openings{ background: #898989 url(../images/translate-icon.png);padding: 50px 0px;  }*/
.openings .vticker ul{ margin: 0px; padding: 0px;padding: 0 0px; list-style: none !important;  }
.openings .vticker ul li{ list-style: none;
padding: 10px 0px;
/*margin-bottom: 10px !important;*/
border-bottom: 1px #fff solid; }
.openings .vticker ul li:first-child{ border-top: none; }
.openings .limg{ height: 80px; line-height: 80px; width: 80px; font-size: 30px; text-align: center; text-transform: uppercase; border:1px solid #999; color: #888; }
.openings  .media{ margin: 0px; padding: 15px 0px; }
/*.openings  .media .media-body{ padding-right: 20%; }*/
.openings  .media .media-heading{ text-transform: capitalize; }
.openings  .media p{ margin: 0px; }

.openings .tg-sectiontitle h2,
.openings .tg-sectiontitle h3{ color: #fff; }
.openings .tg-sectiontitle h2::before{ background: #fff; }

.openings .btn{ padding-left: 30px; padding-right: 30px; margin-top: 20px; background: #004281; border-color: #004281; border-radius: 3px; }


.dark-translucent-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  background: rgba(0, 0, 0, 0.33);
}
.title {
  margin: 20px 0px;
}
.title h2 {
  margin: 0px;
}
.title h5 {
  margin: 10px 0px 0px 0px;
}
a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
}
.btn-primary {
  border-radius: 2px;
  padding: 8px 18px;
  text-transform: uppercase;
  background: #083e9f;
  border: none;
  overflow: hidden;
}
.btn-primary:before, .btn-primary:after {
  background: #cf0f2a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #083e9f;
}
.text-primary {
  color: #cf0f2a;
}
.slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;/*
  background: rgba(7, 53, 134, 0.9);*/
}
.slider .slider_cnt {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -86.5px;
  z-index: 99;
  text-align: center;
  color: white;
}
.slider .slider_cnt h1 {
  margin: 0px 0px 20px 0px;
}
.slider .slider_cnt p {
  font-size: 16px;
  font-weight: 300;
  padding: 0px 20%;
}
.slider .btn-primary {
  background: #4b88f6;
  margin-top: 20px;
}
.slider .dropArrow {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 25px;
  height: 40px;
  line-height: 38px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  border: 1px solid white;
  color: white;
  border-radius: 100%;
  z-index: 99;
  transform: scale(1);
  transition: all .4s ease;
}
.slider .dropArrow.changed {
  transform: scale(0.6);
}
.navbar-default.navbar-theme {
  border-radius: 0px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 20px 0;
  transition: ll .3s ease;
  min-height: inherit;
}
.navbar-default.navbar-theme.navbar-fixed-top {
  position: absolute;
}
.navbar-default.navbar-theme:before, .navbar-default.navbar-theme:after {
  content: '';
  clear: both;
  display: table;
}
.navbar-default.navbar-theme .navbar-brand {
  height: 60px;
  padding: 0px 0px;
}
.navbar-default.navbar-theme .navbar-brand img {
  max-height: 100%;
  max-width: 100%;
}
.navbar-default.navbar-theme .navbar-nav {
  margin: 10px 0px;
}
.navbar-default.navbar-theme .navbar-nav > li > a {
  height: 40px;
  line-height: 40px;
  padding: 0px 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.navbar-default.navbar-theme .navbar-nav > li > a span {
  border-bottom: 2px solid #ccc;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown .dropdown-menu {
  width: 180px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  padding: 10px 0px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown .dropdown-menu li a {
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0px 12px;
  padding-left: 20px;
  color: white;
  position: relative;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown .dropdown-menu li a:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  left: 10px;
  top: 8px;
  border-radius: 100%;
  background: white;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown .dropdown-menu li a:hover {
  background: #0b51cf;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown .dropdown-menu li:last-child {
  border: none;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown.open > a {
  background: #4b88f6;
  color: white;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.navbar-default.navbar-theme .navbar-nav > li.dropdown.open .dropdown-menu {
  background: #4b88f6;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.navbar-default.navbar-theme .navbar-nav > li.active > a {
  background: transparent;
  color: #000;
}
.navbar-default.navbar-theme .navbar-nav > li.special > a {
  border: 1px solid white;
  border-radius: 2px;
  height: 35px;
  line-height: 35px;
  margin: 2px 0px;
}
.welcome {
  padding: 50px 0px;
  padding-bottom: 0px;
}
.welcome .title {
  margin-top: 0px;
}
.welcome .title h5 {
  font-size: 22px;
  /*font-family: 'Satisfy', cursive;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #cf0f2a;
}
.welcome p {
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}
.featured_services {
  padding: 10px 0px;
  margin-top: 40px;
  background: #ecf0f1;
  position: relative;
}
.featured_services:before {
  content: '';
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ecf0f1;
  left: 50%;
  margin-left: -20px;
  bottom: 100%;
}
.featured_services h3 {
  padding: 20px 0;
  text-align: center;
}
.featured_services .row .col-md-4 a img {
  border-radius: 5px;
  width: 100%;
}
.featured_services .row .col-md-4 a h3 {
  font-size: 20px;
  padding: 0px;
  text-align: center;
}
.projects {
  background: #083e9f url(../images/bg.jpg) center center fixed;
  color: white;
  padding: 50px 0px;
}
.projects p {
  font-size: 14px;
  font-weight: 300;
  padding: 0px 10%;
}
.projects .btn-primary {
  background: white;
  color: #333;
  margin-top: 10px;
}
.projects .btn-primary:hover {
  color: white;
}
.footer {
  background: #f9f9f9;
  padding: 20px 0px;
}
.footer .flogo {
  height: 60px;
}
.footer .flogo img {
  max-width: 100%;
  max-height: 100%;
}
.footer p {
  margin: 0px;
  height: 60px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 30px;
}
.footer ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px;
  float: right;
  display: inline-block;
}
.footer ul li {
  display: inline-block;
  float: left;
}
.footer ul li:before {
  content: '/';
  margin: 0px 5px;
  color: #999;
  font-size: 10px;
}
.footer ul li:first-child:before {
  display: none;
}
.footer ul li a {
  color: #333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
@media (max-width:768px) {
 
}
.footer1 {
  background: #222222;
  padding: 20px 0px;
}
.footer1 h3 {
  color: #fff;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 10px
}
.footer1 h3 span {
  color: #BF2971;
  font-weight: 300
}
.footer1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none
}
.footer1 ul li {
  display: block
}
.footer1 ul li a {
  display: block;
  color: #676767;
  text-transform: capitalize;
  height: 30px;
  line-height: 30px;
  position: relative
}
.footer1 ul li:hover a {
  color: #BF2971
}
.footer1 ul.tow_col li {
  display: inline-block;
  float: left;
  width: 50%
}
.footer1 p {
  color: white
}
.footer1 p i {
  color: #09f
}
.footer1 form.row {
  margin: 0px -2px
}
.footer1 form.row [class^="col"], .footer1 form.row .form-group {
  padding: 0px 2px
}
.footer1 form.row .form-group {
  margin-bottom: 5px
}
.footer1 form.row .form-control {
  border: none;
  border-radius: 2px;
  background: #eee
}
.footer1 form.row .form-control:focus, .footer1 form.row .form-control:active {
  box-shadow: none
}
.main {
  padding: 0px 0px;
}
.main .scroll_area {
  height: 100%;   /* overflow-y: auto;*/
}
.main .search {
  max-width: 300px;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  z-index: 22;
  right: 8.5%;
}
.main .search h1 {
  color: white;
  margin: 0px;
  margin-bottom: 5%;
  font-weight: normal;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.main .search h1 span {
  color: #337AB7;
}
.main .search .inner {

  /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);*/
}
.main .search .row {
  margin: 0px 0px;
}
.main .search [class^="col"] {
  padding: 6px 6px;
}
.main .search .btn-green {
  background: #337AB7;
  color: white;
  font-weight: normal;
  /*font-family: "Montserrat", sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.main .search .datepicker_timepicker {
  border-left: 1px solid #e5e5e5;
}
.panel {
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
}
.panel-heading {
  background-color: #000 !important;
  border-color: #000 !important;
}
.panel-primary {
  border-color: #000;
}
.login {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.panel-body {
  padding: 15px;
}
.br a {
  border: 1px #b9f024 solid;
  padding: 10px;
  margin-right: 6px;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.br a:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px #b9f024 solid;
  transition-timing-function: linear;
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  background-color: #398626 !important;
  border: 1px #398626 solid !important;
}
.fp, .fp:hover, .fp:active, .fp:focus {
  color: #fff;
  letter-spacing: 0.1px;
}

/*My code*/
.heading_block {
  border: 1px solid #ccc;
  padding: 30px 0px;
  margin: 10px 0px 20px 0px;
  position: relative;
}
.heading_block [data-duplicate] {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  margin: 5px 0px;
}
.attachdummy {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  margin: 5px 0px;
  padding-right: 100px;
}
.attachdummy_label {
  line-height: 34px;
  height: 34px;
  color: #333;
  font-weight: bold;
}
.heading_block_dummy {
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  margin: 5px 0px;
}
.heading_block [data-duplicate^="att"] {
  padding-right: 100px;
}
.heading_block [data-duplicate] [data-duplicate-remove] {
  background: none;
  color: #676767;
  font-weight: 300;
  font-size: 12px;
  z-index: 2;
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
}
.heading_block .form-group:last-child {
  margin: 0px;
}
.heading_block [data-duplicate]:first-child [data-duplicate-remove] {
  display: none;
}
.heading_label {
  position: absolute;
  left: 20px;
  top: -15px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  padding: 0px 5px;
  font-size: 20px;
  font-weight: 900;
  color: #23268D;
}
.dummyfs {
  padding: 5px 15px;
  height: 34px;
  background: #f0f0f0;
}
.big_form {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;  /*background: #09f;*/
}
.big_form h3 {
  color: #676767;
  font-weight: 500;
 /* font-family: 'Roboto';*/
 font-family: 'Open Sans', sans-serif;
  font-size: 25px;
}
.big_form label {
  font-weight: normal;
}
.big_form .note {
  font-size: 12px;
  color: #333;
}
.big_form .btn-file {
  height: 34px;
  line-height: 34px;
  padding: 0px 20px !important;
}
.sameas {
  margin-top: 2px;
  color: #999;
  font-size: 12px;
}
.star:before {
  content: '*';
  color: #f00;
}
.opp:before {
  content: 'Optional';
  color: #999;
  font-size: 12px;
  font-weight: 300;
  display: none;
}
.heading_block_img {
  width: 150px;
  height: 150px;
  background: #666;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 1px solid #666;
  overflow: hidden;
}
.heading_block_img img {
  height: 150px;
  width: 150px;
}
.blocksadj {
  padding-right: 170px;
}
.special01 strong {
  color: #23268D;
}
.secondary-menu > ul > li.apllybtn a {
  transition: all .3s ease;
  display: inline-block;
  background: #fc0;
  height: 25px;
  line-height: 25px;
  padding: 0px 15px;
  margin: 5px 0px;
  border-radius: 3px;
  font-size: 13px;
  color: #333;
}
.secondary-menu > ul > li.colour a {
  background: #ff0000;
  color: #fff;
}
.re {
  color: #0b2d8e !important;
  font-size: 24px;
}
.re:before {
  content: "\f0a9";
  font-family: "FontAwesome";
  color: #23268D;
  padding-right: 5px;
}
.bs {
  border-radius: 30px;
  border: 2px red solid;
}
.heading_block_img img {
  height: 150px;
  width: 150px;
}
.blocksadj {
  padding-right: 170px;
}
.special01 strong {
  color: #23268D;
}
.shaggy_brown {
  color: #983133 !important;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.census h2 {
  color: #398626;
  font-weight: 500;
  text-transform: uppercase;
}
.census h1 {
  font-size: 28px;
}
.rlabel {
  color: #fff;
  font-size: 20px;
}
.ab {
  padding: 0;
}
.ab li {
  list-style: none;
  padding: 6px 0;
  border-bottom: 1px solid #FFF;
  font-weight: 500;
  color: #545454;
  font-size: 16px;
}
.ab li a {
  font-weight: 500;
  color: #545454;
}
.discreption {
  background-size: cover;
  background-color: #e3e4da;
  padding-bottom: 25px;
}

/*.main-banner{
  height: 200px;
margin: 20px 0;
background: url(../images/slide1.jpg) no-repeat center center;
}*/
.wrapper .row {
  margin: 0px;
}
.main_content {
  background: #fff;
  border: 1px #ededed solid;
  padding: 20px;
  border-radius: 5px;
  
}
.btn {
  border-radius: 0px;
}
#bg-img {
  min-height: 300px;
  position: fixed;
}
.main_form {
  background-color: #f6fdbd;
  padding: 40px;
}
.main_form .ad {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  margin-top: -80px;
}
.main-banner .container-fluid {
  padding: 0px;
}
.main-banner .container-fluid img {
  width: 100%;
  margin: 0px;
  margin-top: 0px;
}
.detail2 {
  background: rgba(0, 0, 0, 0.5);
}
.vceat marquee {
  height: 267px;
}
.vceat {
}
.vceat ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.vceat ul li {
  border-bottom: 1px #c9c9c9 solid;
  padding: 2px 10px;
}
.vceat ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.vceat ul li a i {
  color: #39b54a;
}
.vceat ul li a i .fa {
  margin-left: 10px;
}
.text_white{
  color: #fff !important;
}
.census h2{
color: #398626;
font-weight: 500;
text-transform: uppercase;
text-align: right;
font-size: 18px;
margin: 0px;
padding: 0px;
color: white;
}
.census h1{
  font-size: 25px;
text-align: right;
padding: 0;
margin: 2px 0;
color: white;
}
.big_form h4{
  font-size: 14px;
}





.new-tab-link {
  padding-right: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggXDSIzCeRHfQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAA9SURBVBjTY2RAA/+XMvxHF2NkwAOwacCq4P9Shv8suFQzRiNsYUEXwKoJ2VhkNrIaJgYiAAs2N2BVRMirAD6JHi10MCdVAAAAAElFTkSuQmCC) no-repeat right center;
}

.page-title {
  font: 400 40px/1.5 Open Sans, sans-serif;
  text-align: center;
}

.circles {
  margin-bottom: -10px;
}

.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}



.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}


.control-group {
  display: inline-block;
  width: 200px;
  height: 210px;
  margin: 10px;
  padding: 30px;
  text-align: left;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.control {
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: .6;
  background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
left: 8px;
width: 6px;
height: 12px;
transform: rotate(45deg);
border: solid #fff;
border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.pad-lt-0 {
		padding-left:0px !important;
}

.pad-rt-0 {
		padding-right:0px !important;
}
.pad-0 {
		padding:0px !important;
}

/* layout.css Style */
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}



.file-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;  
padding: 8px 12px;	
}
.file-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-preview-input-title {
    margin-left:2px;
}