


/*GRAY:#757374*/

/*updated blue color:#00C0FF*/

/*UPDATED ORANGE color:#FC7F01*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #00C0FF;
  text-decoration: none;
}

a:hover {
  color: #FC7F01;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding:35px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;

}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #00C0FF;
 /*color:#00C0FF;*/
  text-transform: uppercase;
}

.section-header p {

  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #00C0FF;
}

header p
{
    font-family: "Nunito", sans-serif;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
    margin: 0px;
  }
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #00C0FF!important;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;

}

.back-to-top:hover {
  background: #FC7F01!important;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff!important;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  color:#00C0FF;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
 object-fit: contain;
width: 250px;
height: 50px;

/*  max-height: 50px;*/
  margin-right: 6px;
  z-index: 100;

  opacity: 0px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}



.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  /*color: #013289;*/
  color:#00C0FF;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  /*color: #00C0FF;*/
  /*color: #E2822B;*/
  color:#FC7F01;
}

.navbar .getstarted {
  background: #00C0FF;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
 /* background: #5969f3;*/
  background:#FC7F01;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  /*color: #00C0FF;*/
  color:#FC7F01;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #00C0FF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;

  }

.hero img
  {
    width: 100%;
    /*height: 100%;*/
  }
  

  .hero h1 {
    font-size: 26px!important;
    position: absolute;
  /*  margin-top: 22%!important;*/
  }

.hero_form
{
  left:15%!important;
   right:15%!important;
}


}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #00C0FF;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #FC7F01;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #FC7F01;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height:55vh;
/*  background: url(../img/hero-bg.png) top center no-repeat;*/
  background-size: cover;
}

/*.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #00C0FF;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}*/

.hero img {

 opacity: 0.2;
 background-size: cover ;
 background: center;

 


}







.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #00C0FF;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
   /* padding: 120px 0 60px 0;*/
   padding: 0px!important;
   margin: 0px!important;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}






@media (max-width: 768px) {

  .header .logo img {
  max-height: 30px;
  margin-right: 6px;
  max-width: 200px;
}
    .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 22px!important;
    position: absolute;
/*    margin-top: 18%!important;*/

  }
  .hero img
  {
    width: 100%;
    height: 55vh;
  }
    .hero_form{ 

       margin-top: 26vh!important;
     }
  .hero p {
    font-size:14px!important;
/*    text-align: normal!important;*/
  
    margin-top: 40%!important;
    width: 75%!important;

  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}



/*--------------------------------------------------------------
# jobs-section
--------------------------------------------------------------*/
/*.jobs-section .job-cards
{
  background-color:#f8f9fa;
}*/

.jobs-section .job-cards {

/*margin-top: 20px;*/


}
.jobs-section .box {
  margin-top: 20px;
  padding: 20px;
  background: #fff;

  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;




}

.box h4 {
 

  color: #00C0FF;
  text-align: center;
   
 
}

.box h3 {
 
 margin-top: 10px!important;
  color: #00C0FF;
   display: flex;
   padding: 0px;
   line-height: 8px;
 
}

.box h5 {

  color:#FC7F01;
   display: flex;
   font-size: 18px;
 
}

.box img {

  vertical-align: center;
  max-width: 100px;
  max-height: 80px;
  padding: 5px!important;
  object-fit: contain!important;


}
.box img:hover
{ 
  opacity: 0.1px;
  transform: scale(1.1);

}
.box-button
{
  color:#fff!important;
  background-color: #00C0FF!important;
  
  border-radius: 10px;
  padding: 10px;

  


}

.date
{
  margin-top: 15px!important
}
.box-button:hover
{
  color:#fff!important;
  background-color: #FC7F01!important;
}


.jobs-section .box:hover {
/*  transform: scale(1.1);*/
 transform: scale(1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
  cursor: pointer;
     transition: all 2s ease;
    

  /*border-color:red;*/

/*  margin-right: 12px!important;*/

/*  margin-right: 12px;*/
  /*margin-left: 5px;*/


}


.location-text
{
  margin-top: 15px;
  text-align: left;
}

.job-icon
{
  line-height: 10px;
  vertical-align:middle;


}

.jobs-section h3 {
  font-weight: 700;
  font-size: 20px!important;
  margin-bottom: 10px;
}

/*.jobs-section .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.jobs-section .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.jobs-section .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}*/

.jobs-section img {
  padding: 22px 40px 30px 40px;
}

.jobs-section ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.jobs-section ul li {
  padding-bottom: 10px;
}

.jobs-section ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.jobs-section .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #00C0FF;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #00C0FF;
}

 .jobs-section .box p {
    font-family: "Nunito", sans-serif;
    font-size: 15px!important;



 }



 /*.card-section
 {
margin-top: 20px!important;
 }*/

.jobs-section .btn-buy:hover {
  background: #00C0FF;
  color: #fff;
}

.jobs-section .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #00C0FF;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  
  background: #fafbff;
  padding: 30px;
  text-align: center!important;
    box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
}

  .contact .info-box:hover { box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transform: scale(1);
  background-color: #fff;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  /*color: #00C0FF;*/
  color:#00C0FF;
  text-align: center;
  vertical-align: center;
}

.contact .info-box h3 {
  font-size: 20px;
 /* color: #012970;*/
 color:#FC7F01;
  font-weight: 700;
  margin: 20px 0 10px 0;
  text-align: center;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#444444;
  text-align: center;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #00C0FF;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #00C0FF;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

#gmap_canvas
{
      border:0;
       width: 100%; 
       height:100%
}

.contact .php-email-form button[type="submit"]:hover {
 /* background: #5969f3;*/
  background:#FC7F01;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #00C0FF;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #00C0FF;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
 /* background: #5969f3;*/
  background:#FC7F01;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #00C0FF;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #00C0FF;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #00C0FF;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #00C0FF;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #00C0FF;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #00C0FF;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #00C0FF;
  background: #00C0FF;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  padding: 0 0 10px 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #00C0FF;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #00C0FF;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
 /* background: #5969f3;*/
  background:#FC7F01;
}

.footer .footer-top {
  background: #F6F9FF url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 30px 0 0 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 20px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-width: 250px;
  margin-right: 6px;
    object-fit: contain;

height: 50px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 30px;
  display: inline-block;
  color: #00C0FF;
  line-height: 0;
  margin-right: 15px;
  transition: 0.3s;
  background: none !important;
}

.footer .footer-top .social-links a:hover {
  color: #FC7F01;
  background: none !important;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
/*  color: #012970;*/
color:#00C0FF;
/*  text-transform: uppercase;*/
  position: relative;
  padding-bottom: 5px;
}

.footer .footer-top h4  a {
  font-size: 16px;
  font-weight: bold;
/*  color: #012970;*/
color:#00C0FF;
/*  text-transform: uppercase;*/
  position: relative;
  padding-bottom: 10px;
}
.footer .footer-top h3 {
  font-size: 16px;
  font-weight: bold;
/*  color: #012970;*/
color:#00C0FF;
/*  text-transform: uppercase;*/
  position: relative;
 /* padding-bottom: 10px;*/
}

.footer .footer-top .footer-links {
  margin-bottom: 20px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
/*  color: #d0d4fc;*/
color:#444444;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #444444;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
/*  color: #00C0FF;*/
  color:#FC7F01;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 20px;

  color: #00C0FF;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #00C0FF;
}



video  .about-video
{
  opacity:0;
  height: 200px!important;
}

.about-video-src
{
  height: 200px!important;
}




.hero h1 {
  text-align: center;
/*  color: #DE7D24;*/
color:#FC7F01;

/*ff901c*/
    font-weight: 700;
    /*color: #012970;*/
 position: absolute;
/*  margin: auto;*/
 /* top: 0;*/
/*  right: 0;
  bottom: 0;
  left: 0;*/
 
  height: 100px;


font-size: 45px;
  width: 100%;
  margin-top:10px;
}

.hero p {
   text-align: center;

    font-weight: 700;
  
   color:#00C0FF;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size:22px;


  width: 60%;
  height: 90px;
  margin-top:57vh;




  }







.social-nav{
  padding: 0;
  list-style: none;
  display: inline-block;
  margin-top:50px;
  position:fixed;
}


.social-nav :hover{
  width: 75px;

}

  .social-nav li{
    display: inline-block;
  }
  .social-nav li a {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    position: relative;
    transition: all 2s ease;
  }



.model-0 {
  position: absolute;
  transition: all 2s ease;
  left:0;
  top: 50px;
}
  .model-0 li{
    float: none;
    display: block;
     transition: all 2s ease;
      width:95px;
  }
   

    
     .model-0 a:hover{
    padding-left: 20px;
    width:65px;
       transition: all 2s ease;
    }
  
  .twitter{ background:#00ACED;
      
  }
  .facebook{ background:#3B579D;
    
  }
  .instagram{   background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    
  }

   .youtube{ background:#FF0000;
     
  }

   .linkedin{ background:#007BB6;
     
  }


  @media (max-width: 768px) {
  .social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    /*margin:20px auto;*/
    margin-top: 50px;
  }

  .social-nav :hover {
    width: 20px;
  }

  .social-nav li {
    display: block;
  }
  .social-nav li a {
    display: block;

    width: 25px;
    height: 25px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 25px;

    position: relative !important;
    transition: none;
  }
  .model-0 li {
    float: none;
    display: block;
    transition: none;
    width: 25px;
  }
  .model-0 a:hover {
    padding-left: 10px;
    width: 25px;
    transition: none;
  }
}






.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:70px;
  right:20px;
  background-color:#25d366;
  color:#FFF!important;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.float  :hover{
  color:#ffffff!important;
  }
  .float a 
  {
  color:#fff!important;
  }

.my-float{
  margin-top:16px;
}

.arrow-circles
{
  color:#FC7F01;
  margin-right: 5px;
  font-size: 18px;
}


.arrow-circles:hover
{
   
   
    /* transition: all 2s ease;
     color:#00C0FF;*/

color:#00C0FF;
    /*   display: inline-block;*/
 /* background: #00C0FF;*/
 /* color: #fff;*/
 /* padding: 2px;*/
  transition: 0.3s;
  font-size: 20px;
  /*border-radius: 4px;*/

}


.you-tube-video {
  width: 1000px !important;
  height: 450px;
}


/*.........................


search*/


.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 60%;
  border: 3px solid #00C0FF;
  border-right: none;
  padding: 16px;
  height: 20px;
  border-radius: 20px 0 0 20px;
  outline: none;
  color: #00C0FF;
}

.searchTerm:focus{
  color:#00C0FF;
}

.searchButton {
  width: 40px;
  height:38px;
  border: 1px solid #00C0FF;
  background: #00C0FF;
  text-align: center;
  color: #fff;
  line-height: 20px;
/*  border-radius: 0 5px 5px 0;*/
border-radius: 0 20px 20px 0;
  cursor: pointer;
  font-size: 20px;
}


.wrap{
  width:30%;


  }
  .navbar-mobile  .wrap
{
  display: none;
  }

/*.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

/*.side-fixedbutton .first_side_btn {
    background: #00C0FF;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    width: 90px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
}*/
@media (max-width: 991px) {
.wrap{
   width:80%;
}
.navbar-mobile  .wrap
{
  display: none;
  }

  .box img {

  
  max-width: 80px;
  max-height: 60px;
  


}
  }


@media (max-width: 768px) {
.wrap{
   width:60%;
   margin-top:0px;
   padding-top:10px;
   margin-left: 20px;
}

.box img {

  vertical-align: center;
  max-width: 180px;
  max-height: 150px;



}

.navbar-mobile  .wrap
{
  display: none;
  }
}



/*@media (max-width: 768px) {
  .wrap{
  width:100%;
    position: relative;


  }
  .search {
  width: 100%;
    display: flex;
    padding-left: 20%



}

.searchTerm {
  width: 50%;
  border: 3px solid #00C0FF;
 
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height:38px;
 
}

 
}*/


/*background: #00C0FF;
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    width: 90px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
}
*/


.float-1{
  position:fixed;
  width:90px;
  height:60px;
  bottom:50%;
  right:1px;
  background-color:#00C0FF;
  color:#fff;
  text-align: center;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    padding: 10px;
    margin: 5px 0!important;
z-index: 100;
}
.float-1:hover 
{
color:#fff;
    transition: all 0.3s ease-out;
   width:100px;
 


}
.float-2{
  position:fixed;
  width:90px;
  height:60px;
  bottom:40%;
  right:1px;
  background-color:#FC7F01;
  color:#fff;
  text-align: center;
    border-radius: 50px;
    font-size: 14px;
    display: block;
    line-height: 1.2;
        padding: 10px;
        z-index: 100;
    margin: 5px 0!important;

  
}
.float-2:hover
{
 color:#fff;
    transition: all 0.3s ease-out;
   width:100px;
 
}


/*........model.........*/


.button {




  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
   cursor: pointer;
  transition: all 0.3s ease-out;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
    z-index: 100;
}

.popup {
  margin: 90px auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;

  display: block;

}

.popup h3 {
color:#00C0FF;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color:#00C0FF;
}
.popup .close:hover {
  color: #FC7F01;
}
.popup .content {

  max-height: 80%;
  overflow: auto;
}

.content h6
{
  font-size: 16px;

}

/*........model 2...........
*/

.popup-2 {
  margin: 90px auto;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;

  display: block;

}

.popup-2 h3 {
  color:#00C0FF;
}
.popup-2 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color:#00C0FF;
}
.popup-2 .close:hover {
  color: #FC7F01;
}
.popup-2 .content {

  max-height: 80%;
  overflow: auto;
}


@media screen and (max-width: 700px){
  
  .popup{
    width: 85%;
    height:65%;
  }

   .popup-2 {
    width: 85%;
      height:65%;
  }
}




.form-group {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;

}



.form-group input {
  vertical-align: middle;
  margin: 5px 8px 5px 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
   }


.form-group textarea{
  vertical-align: middle;
  margin: 5px 8px 5px 0;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
   }

   
   .button {
    min-width: 100px;
    min-height: 40px;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background:#FC7F01;
 
    border: none;
    border-radius: 300px;
/*    box-shadow: 12px 12px 24px rgba(79,209,197,.64);*/
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 5px;
    text-align: center!important;
    }
  
  .button::before {
  content: '';
    border-radius: 300px;
    min-width: calc(100px + 4px);
    min-height: calc(40px + 4px);
    border: 2px solid #00C0FF;
  /*  box-shadow: 0 0 60px rgba(0,255,203,.64);*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }
  
  .button:hover, .button:focus {
    color: #fff;
    transform: translateY(-6px);
    background: #00C0FF;
    border: none;
  }
  
  .button:hover::before, .button:focus::before {
    opacity: 1;
  }
  
  .button::after {
    content: '';
    width: 30px; height: 60px;
    border-radius: 100%;
    border: 5px solid #ef5350;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: 55px;
    margin-top: -10px;

  

    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
  
  .button:hover::after, .button:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 5px;
      height: 5px;
      opacity: 1;
      z-index: 100;
    }
    100% {
      width: 30px;
      height: 30px;
      opacity: 0;
       z-index: 100;
    }
  }


@media (max-width: 800px) {
  .form-group input {
    margin: 2px 0;

  }

  .form-group {
 text-align: left;
    display: block;
  
  }
}


.hero_form
{
   position: absolute;

   align-items: center;

  
   display:flex;

   text-align: center;
   vertical-align: center;
 


left:25%;
right: 22%;
margin-top: 7%;

  
}


/*.hero_form
{
  position: absolute;
 
text-align: center;

  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width:600px;
  margin-top: 10%;

  

  
}*/


 .hero_form > select{
   padding: 10px;
  outline-width: 0;

  height: 50px;
  
  align-items: center;

 
border:1px solid lightgray;
  width:30vh;
  text-align: center!important;
  margin-right: 5px;
  color:gray;
  /*  border-radius: 20px 0 0 20px;*/
 }

.location
{

  height: 50px;
     padding: 10px;
     border-left:1px solid gray;
     margin-left:5px!important;
      margin-right:5px!important;
       width:30vh;
       text-align: left;
       padding-left:30px!important;
}

.location:hover
{

 
     border-left:1px solid gray;
     
}


.keywords
{
     padding: 10px;
  outline-width: 0;

  height: 50px;
  

 
border:1px solid lightgray;
  width:30vh;
 
    border-radius: 20px 0 0 20px;
}

 .search-job{
  padding: 12px 18px;
  font-size: 1rem;
  color: #fff;
  background-color: #00C0FF;
  border: none;
  font-weight: 600;
  text-align: center;

  width:120px;
  border-radius:0px 20px  20px 0px;
      
   
 }

 .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.175rem;
    text-align: center;
    pointer-events: none;

   
}

 .search-job:hover
 {
background:#FC7F01;
 }

 


 @media (max-width: 768px) {
  .hero_form{ /*left:10%!important;

    width: 60%;
    margin-top: 20%;*/
    left:25%!important;
       margin-top: 20vh;


    display: block;
       border-radius: 0px!important;}
     .search-job{
  padding: 5px 10px;
  height: 35px;
      display: block;
       border-radius: 20px!important;
       margin-top:7px;

  
 }
 .location
 {
padding: 5px 10px;
height: 35px;
    display: block;
     border-radius: 20px!important;
      margin-left: 0px!important;
      margin-right: 0px!important;
         margin-top:7px!important;
              width:80%
 }

 .keywords
 {
  padding: 5px 10px;
height: 35px;
    display: block;
     border-radius: 20px!important;
      margin-left: 0px!important;
      margin-right: 0px!important;
         margin-top:7px;
              width:80%
 }
  .hero_form > select{
   height:35px;
   padding:0px;
       display: block;
    border-radius: 20px!important;
       margin-top:7px;
            width:80%
 }
 
  

}
@media (max-width: 500px) {

  .hero h1 {
    font-size: 22px!important;
    position: absolute;
  /*  margin-top:5%;*/

    margin-bottom: 5%;

  }

  .hero_form{ 

 left:20%!important;
       margin-top:15vh!important;

  }
}


.check {
 color:#00C0FF;
  position: absolute;
  margin-left: 3px;
  margin-top: 4px;
  width: 14px;
  height: 8px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: 15px;

}



/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.jobnew-section .accordion-collapse {
  border: 0;
}

.jobnew-section .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.jobnew-section .accordion-button:focus {
  box-shadow: none;
}

.jobnew-section .accordion-button:not(.collapsed) {
  background: none!important;
  color: #4154f1!important;
  border-bottom: 0;
}

/*.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
}*/

.jobnew-section .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}


/*/////////////////////////////////////////*/



.jp_job_post_main_wrapper.accordion-button:not(.collapsed) {
  background: none!important;

}

.accordion-button:not(.collapsed) {
  background: none!important;
  color:#000000;
/*   box-shadow: 0px 2px 10px rgba(1, 41, 112, 0.1);*/



}
.jp_job_post_main_wrapper .accordion-collapse {
  border:none!important;




}
.accordion-collapse {
  border:none!important;



}



.jp_job_post_main_wrapper{
/*  float:left;
  width:100%;
  background:#ffffff;
  padding-bottom: 10px;



  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;*/
  float:left;
  width:100%;
  background:#ffffff;
  padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom:20px;
       border-radius: 10px 10px 0px 0px;
       border:1px solid #e9e9e9;

 /* border:1px solid #e9e9e9;*/
 /* border-bottom:0;*/
 border-bottom: 1px solid #e9e9e9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_side_img{
  float:left;
  width:105px !important;

}

.jp_job_post_side_img img
{
    width:105px !important;
    vertical-align: middle;
}
.jp_job_post_right_cont{
  float:left;
  width:calc(100% - 105px);
  padding-left:30px;
 
}
.jp_job_post_right_cont h4{
  font-size:16px;
  color:#00C0FF;
   font-weight: 400;
 


}
.jp_job_post_right_cont p{
  font-size:16px;
  color:#FC7F01;
  font-weight: 700;
  /*line-height: 12px;*/

 /* padding-top:5px;*/
}
.jp_job_post_right_cont li{
  margin-left:20px;
  float:left;
  text-align: left;
  list-style-type: none;
  font-size: 15px;

}

.jp_job_post_right_cont ul
{
  padding-left: 0px!important;
}
.jp_job_post_right_cont li i{

  color:#888888;
  line-height: 10px;
  font-size: 16px!important;
 /* vertical-align: middle!important;*/
  display: inline-block!important;

 
 
}
.jp_job_post_right_cont li:first-child{
  margin-left:0;
  color:#000000;
  font-size:15px;
  font-weight:normal;
}
.jp_job_post_right_cont li:last-child{
  color:#797979;
  font-size:15px;
}
.jp_job_post_heading_wrapper{
  float:left;
}
.jp_job_post_right_btn_wrapper ul{
  float:right;
  margin-top: 15px;
}
.jp_job_post_right_btn_wrapper li{
  float:left;
  margin-left:20px;
    font-size: 15px;

}
.jp_job_post_right_btn_wrapper li:first-child{
  margin-left:0;
} 
.jp_job_post_right_btn_wrapper li:first-child a{
  float:left;
  width:30px;
  height:30px;
  border:1px solid #e9e9e9;
  text-align:center;
  line-height:30px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  color:#00C0FF;
  background:transparent;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
} 
.jp_job_post_right_btn_wrapper li:first-child a:hover{
  background:#00C0FF;
  color:#ffffff;
  border:1px solid #00C0FF;
  -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.jp_job_post_right_btn_wrapper li:nth-child(2){
  float:none;
  margin-left:50px;
}
.jp_job_post_right_btn_wrapper li:nth-child(2) a{
  float:left;
  width:100px;
  height:30px;
  line-height:30px;
  text-align:center;
  background:#37d09c;
  color:#ffffff;
  font-size:12px;
  text-transform:uppercase;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:0px 0px 10px 10px;
}
.jp_job_post_right_btn_wrapper li:last-child{
  margin-left:50px;
  margin-top:40px;
  float:none;
}
.jp_job_post_right_btn_wrapper li:last-child a{
  float:left;
  width:100px;
  height:30px;
  line-height:30px;
  text-align:center;
  background:#00C0FF;
  color:#ffffff;
  font-size:12px;
  text-transform:uppercase;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
   border-radius:0px 0px 10px 10px;
}
.jp_job_post_keyword_wrapper{
  float:left;
  width:100%;
  padding:10px 10px 0px 10px;


  /* background:#F9F9F9; */
  background: #f6f9ff;

 color:#888888;
  border-top:0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
    border-radius:0px 0px 10px 10px;
}
.jp_job_post_keyword_wrapper li{
  float:left;
  margin-left:10px;
   list-style-type: none;
   text-align: left;
   padding: 0px!important;
   font-size: 15px;
}
.jp_job_post_keyword_wrapper li:first-child{
  margin-left:0;
  color:#000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_keyword_wrapper li i{
  padding-right:5px;
  color:#00C0FF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_keyword_wrapper li a{
  color:#797979;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  
}
.jp_job_post_main_wrapper_cont{
  float:left;
  width:100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
/*
 border:1px solid lightgray;*/

 box-shadow: 0px 2px 10px rgba(1, 41, 112, 0.1);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 20px;
}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_main_wrapper{
/*  border:1px solid #00C0FF;*/
 /* border-bottom:0;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
    border-radius: 10px 10px 0px 0px;
      border:1px solid #00C0FF;
}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper{
 /* border:1px solid #00C0FF;*/
  border-top:0;
  background:#00C0FF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
      border-radius: 0px 0px 10px 10px;

}
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li i,
.jp_job_post_main_wrapper_cont:hover .jp_job_post_keyword_wrapper li a{
  color:#ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.jp_job_post_main_wrapper_cont2{
  margin-top:35px;
}




@media (max-width: 580px){
.jp_job_post_right_cont li {

   
    display:block;
    padding-right: 10px!important;
    padding-top:5px;
    margin-left: 0px!important;


}
}


.job-details
{
 padding: 10px!important;

}
.job-details h4
{
  font-size:16px;
  color:#000000;
  font-weight:bold;
}


.job-details-description
{
 /* border:1px solid gray;
  padding: 10px;
  margin: 5px;*/
 /* border:1px solid lightgray;*/
  margin-top: 10px;
border-radius: 10px;
padding: 10px 10px 0px 10px!important;

 /* margin: 10px!important;
  padding: 10px;*/

}

.main-description
{
  height: 380px!important;
}

@media (max-width: 768px) {

  .main-description
{
  height:auto!important;
 
}
  }

.job-details-description  h4
{

   font-size:16px;
  color:#00C0FF;
  font-weight:bold;
 /*   color:#00C0FF;*/

}

.job-details-description  p
{
 font-size: 14px;

}



.job-details-button
{
  border: 0;
  padding: 5px;
  float: right;

    width: 100px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    background: #FC7F01;;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-right:10px;
}

.job-details-button:hover{
background:  #00C0FF;
color:#fff;
}

.form-section
{
 margin-top:5%;
}


.form-section h2
{
  color:#00C0FF;
  padding-bottom: 10px;
}


.form-section .form-group  label
{
  text-align: left;
}




.form-section .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}






