html {
    font-family: "Poppins", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0;
    color: #777777;
    overflow-x: hidden;
}

a{
text-decoration: none;
color: white;
}

a:hover {
   text-decoration:none;
   color:white;
}

.btn-custom{
    color: #fff;
    background-color: #0a7ea4;
    border-color: #0a7ea4;
}

.btn-custom:hover{
    color: #fff;
    background-color: #10a1d1;
    border-color: #10a1d1;
}

.nav a:hover{
    text-decoration: none;
    color: rgb(141, 215, 224);
    }

    .navbar{
        padding: 0px !important;
    }


/* HEADER */

.transparent-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
    padding: 15px 0px;
}
.transparent-header.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed!important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 999;
    /* background:-image linear-gradient(to right, #121a2f, rgba(20, 41, 65, 0.81)); */
    background:#0a7ea4;
    padding: 0;
}

.header-style-two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
}


#header .navbar,
#header .navbar-brand,
#header .navbar-brand img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#header .navbar {
    width: 100%;
    z-index: 1000;
}

#header .navbar-default {
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-brand {
    height: auto;
}

#header .navbar-brand a  {
   display:flex;
}

#header .navbar-brand a:hover  {
   test-decoration:none;
   color:white;
}

#header .navbar-brand a h3 {
    color: white;
}

#header .navbar-brand a h5 {
   margin-top: 15px;
    margin-left: 10px;
    text-transform:uppercase;
}

#header .navbar-brand a:hover {
   text-decoration:none;
   color:white;
}

#navbar-header {
    padding-top: 3px;
}

#header .ml-auto {
    left: auto !important;
    right: 0px;
}

#header .navbar-brand img {
    max-height: 52px;
    height: auto;
}

#header .navbar-brand img:hover {
    color:white;
    text-decoration:none;
}

#header .navbar-default .navbar-collapse {
    border: 0px;
}

#header .nav>li>a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 17px 0px 18px;
    margin: 0px 11px;
    text-transform:uppercase;
}

#header .nav>li:last-child>a {
    margin-right: 0px;
}

#header .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*#header .navbar-default .navbar-nav>li>a {*/
/*    background: none;*/
    /*font-weight: 600;*/
/*    font-size: 16px;*/
/*    line-height: 27px;*/
/*    text-transform: uppercase;*/
    /*margin-right: 20px;*/
/*}*/

#header .navbar-nav>li>a:hover,
#header .navbar-default .navbar-nav>li>a:hover {
    border-color: #FFF;
}

#header .navbar-nav>.active>a,
#header .navbar-default .navbar-nav>.active>a {
    background-color: transparent;
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    border-color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .navbar-toggle {
    margin-top: 13px;
    border: 0px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.burger-icon {
    display: none;
    cursor: pointer;
    padding: 0px 15px 0px 10px;
}

.navbar-toggler,
.navbar-toggler:hover {
    border: 0px;
    background: none!important;
    padding: 10px;
    z-index: 2;
    display: block;
}

.burger-icon.navbar-toggler {
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    z-index: 1;
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: .6s;
    border-radius: 2px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/* HEADER END */

/* BANNER START */
.banner{
    margin-top: 62px;
}
.banner  img{
    height: 500px;
    width: 100%;
}

/* BANNER END */


/* NEWS SECTION STARTS */

.wrap-bg {
    padding-top: 13px;
    padding-bottom: 60px;
    background-color: white;
}
.title{
    text-align: center;
}

.mb-20{
    margin-bottom:40px;

}
.title h2 {
    font-size: 30px;
	text-align: center;
	color:#0a7ea4;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E4E4E4;
}

.title h2::before {
    content: '';
	width: 70px;
	height: 3px;
	background: linear-gradient(to right, #121a2f, rgba(20, 41, 65, 0.81));
	position: absolute;
	bottom: -2px;
	left: 46.5%;
	display: block;
}



.single-features-light {
    /* padding: 15px; */
    padding: 5px;
    border-radius: 4px;
    border: 2px solid #eff2f5;
    background:#fff;
    overflow: hidden;
    min-height: 230px;
}

.single-features-light:hover {
    border: 1px solid rgb(224, 217, 217);
}

.single-features-light i {
    margin-top:7px;
}
.single-features-light a {
    color: #000000;
    text-decoration:none;
}

    .single-features-light h4 a:hover {
    color:#10a1d1
    text-decoration:none;
    }

.single-features-light h4 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-features-light p {
    padding: 0 20px;
}

.services .single-features-light {
    margin:15px 0px;
}

/* .single-features-light .move .news-image{
    padding: 10px;
} */
.single-features-light .move .news-image img{
    height: 150px;
    /*width: 100%;*/
    
}

.news-image{
    background:aliceblue;
}

.feature_link a{
    text-decoration: none;
    color: white;
    /*float: right;*/
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.feature_link a:hover{
    text-decoration: none;
    color:#ffffff;
    /*float: right;*/
    font-size: 15px;
    font-weight: bold;
}




.view-all .btn-custom{
    float: right;
   position: relative;
    top: -20px;
    text-decoration:none;
}
/* NEWS SECTION ENDS */



.build .box{
    border: 1px solid lightsteelblue;
    padding: 14px;
    border-radius: 20px;
}

.build .box span.text h2{
    text-align: center;
    font-size: 37px;
    font-weight: 800;
    color:#0a7ea4;
}

.build.wrap-bg.wrap-bg-dark {
    background-color: #f3f7fe;
}

.grid-album .grid-image {
    margin: 10px;
}

.grid-album .grid-image img{
    height: 100px;
    width: 100px;
}

/* 4. ========================= Footer ========================= */

.wrap-bg-secondary {
    /* background-image: linear-gradient(to right, #121a2f, rgba(20, 41, 65, 0.81)); */
    background-color: #0a7ea4;
}
#footer {
    font-size: 14px;
}

#footer a {
    position: relative;
}

#footer a:hover {
    color: rgb(60, 202, 221);
    text-decoration: none;
}

.footer-text p {
    line-height: 1.9;
    margin-bottom: 0;
    color: #fff;
}

.footer-top .row {
    padding: 40px 0px 80px 0px;
}
.offnewsletter.footer-top .row {
    padding: 80px 0px 80px 0px;
}
.footer-top .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.f-widget-title h4 {
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    color: #fff;
}

.f-widget-link ul li {
    margin-bottom: 8px;
    list-style: none;
}

.f-widget-link ul li:hover a {
    padding-left: 10px;
}

.f-widget-link ul li:last-child {
    margin-bottom: 0px;
}

.f-widget-link ul li a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
}

.sigle-address {
    margin-bottom: 16px;
}

.address-icon {
    float: left;
    display: block;
    margin-right: 10px;
}

.sigle-address p {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}


.list-unstyled .fa-facebook-f{
    padding: 9px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px !important;
    margin: 1px !important;
    width: 32px;
    height: 32px;
}


.list-unstyled  .fa-facebook-f {
    background: #3b5998;
    color: white;
  }

  .list-unstyled .fa-facebook-f:hover {
    background-color: #ffffff !important;
    color: #3b5998;
    border: 1px solid #ffffff;
  }
  /*.fa-instagram {*/
  /*  background: #EF483C;*/
  /*  color: white;*/
  /*}*/

  .fa-instagram:hover {
    background-color: #ffffff !important;
    color:  #EF483C;
    border: 1px solid #ffffff;
  }

.share-box .fa-instagram {
    /*padding: 3px;*/
    font-size:25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px !important;
    margin: 5px !important;
    width: 35px;
    height: 35px;
}

.insta .fa-instagram {
    padding: 3px;
    font-size:25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px !important;
    margin: 7px !important;
    width: 35px;
    height: 35px;

}

.share-box .fa-instagram {
   color:black;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    padding: 20px 0;
    color: #fff;
}




/* ABOUT PAGE */

.about{
    /* margin-top:100px;
    margin-bottom: 15px; */
    margin: 100px 10px 15px 10px;
}


/* 
.about .title h2::after {
    content: '';
    width: 120px;
    height: 3px;
    background: linear-gradient(to right, #121a2f, rgba(20, 41, 65, 0.81));
    position: absolute;
    bottom: -7px;
    left: 45.5%;
    display: block;
} */

/* .about .title h2 {
	font-size: 30px;
	text-align: center;
	color:#0a7ea4;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E4E4E4;
} */
.about .title h2:before {
	content: '';
	width: 70px;
	height: 3px;
	background: linear-gradient(to right, #121a2f, rgba(20, 41, 65, 0.81));
	position: absolute;
	bottom: -2px;
	left: 46.5%;
	display: block;
}



.about .detail-content {
    line-height: 30px;
    border: solid 1px #dadada;
    padding: 2em;
    background: aliceblue;
    color: #000;
    min-height: 100px;
    text-align: justify;
    margin: 10px;
}

.our-team{
    /* height: 80%; */
    width: 200px;
    padding: 13px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
background-color: #ffffff;
text-align: center;
margin-top: 15px;
border-radius: 10%;
}

.col-md-6.col-sm-6 .our-team{
margin-left: 29%;

}

.our-team img{
    /* width: 100%; */
    width: 50%;
    height: 50%;
    height: auto;
    border: 2px solid #b4afaf;
    border-radius: 5px;
    transition: all 0.30s linear 0s;
}
.our-team:hover img{
    border:2px solid #14b8b1;
}
.our-team .team-prof h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 8px 0;
    text-transform: uppercase;
}
.our-team .team-prof span{
    font-size: 14px;
    color: #808080;
    display: block;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.our-team .social-links{
    padding:0;
    margin:0;
    list-style: none;
}
.our-team .social-links li{
    display: inline-block;
    margin-right: 15px;
}
.our-team .social-links li a{
    color: #6a6060;
    font-size: 18px;
    transition: all 0.30s linear 0s;
}
.our-team .social-links li a:hover{
    color: #14b8b1;
    text-decoration: none;
}

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom:20px; }
} 


.share-box {
	width: 100%;
	/* padding: 20px 0; */
	display: flex;
	/* border-top: 1px solid #e0e0e0; */
	margin-top: 30px;
}

.share-box strong.title {
	float: left;
	font: 800 14px/32px 'Raleway', sans-serif;
	color: #222;
	padding: 0 12px 0 0
}

.share-box ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.share-box ul li {
	float: left;
	/*padding: 0 10px 0 0*/
}

.share-box ul li a {
	text-decoration: none;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	display: block
}

.social-color-2 {
	background: #3b5a9a
}

.social-color-3 {
	background: #df4b38
}

.social-color-4 {
	background: #5280a5
}

.social-color-5 {
	background: #fba933
}

.social-color-6 {
	background: #cb312e
}


.share-title {
	padding-right: 5px;
}





/* Services */

/* .detail-content .box {
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    margin-top: 25px;
    text-align: center;
    height: 140px;
}

.detail-content .box img {
    width: 80%;
    height: 100px;
} */

.services{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
    margin: 0px 7%;
}

.services .box img {
    width: 100%;
    height: 150px;
    /* border-radius: 10%; */
}



.services .container .box
{
  position:relative;
  width: 270px;
  padding:5px;
  box-shadow:0 15px 25px rgba(0,0,0,.1);
  /* border-radius:15px; */
  margin-top:20px;
  box-sizing:border-box;
  overflow:hidden;
  text-align: center; 
  border: 1px solid lightsteelblue;

}


.services .container .box .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
  padding: 15px;
}

.services .container .box .content h3
{
  font-size: 20px;
  margin:10px 0;
  padding:0;
  text-align: center;
  font-weight: bold;
}
.services .container .box .content p{
    margin-bottom: 10px;
  padding:0;
  text-align: justify;

}


/* Contact page */


/* Contact Page */
.section-paddings{
margin-bottom: 20px;
}
#googleMap {
    width: 100%;
}

.contact-title h2 {
    font-size: 25px;
    font-weight: 600;
    color: #454545;
    padding: 20px 0;
    line-height: normal;
}

.address p {
    line-height: 30px;
}

.contact-form .form-group {
    position: relative;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    height: 44px;
    border: 1px solid #e9edf0;
    padding: 12px 15px;
    transition: all 0.4s ease;
    border-radius: 3px;
    color: #555555;
    background: #eeeeee none repeat scroll 0 0;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
    outline: none;
}

.contact-form .form-group textarea {
    height: 210px;
}

.contact-form .form-group .button {
    width: 135px;
    height: 45px;
    border-radius: 3px;
    border: 0px solid;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s ease;
    color: #ffffff;
    background: #3393D7;
    font-weight: 500;
}

.contact-form .form-group .button:hover {
    background: rgb(60, 202, 221);
}

.contact-form .form-group .button i {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    padding: 0px;
}

.footer-top .fa{
    color: white;

}


/* Detail page */

.content__block-top {
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.content__block .container {
	max-width: 1000px;
}

.content__block-detail {
	/* padding-top: 50px; */
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}


.img-placeholder-wrap img {
	background-color: #fff;
	border-radius: 6px;
    box-shadow: 0px 10px 26px rgba(0, 0, 0, 0.16);
    height: 300px;
}



/* Gallery */


.imagelist{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

#images .img{
    height: 300px;
    padding: 30px;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid rgb(145, 145, 204, 0.5) ;
    border-radius:  10px;
    transition: .4s ease-out;
}

.img:hover img{ 
    box-shadow:0 0 50px rgba(103, 103, 231,0.5);
    transform: translateY(-15px);
}
.img:hover p{ 
    transform: translateY(-15px);
}
.img:hover .fas.fa-angle-double-up{
    transition: .4s ease-out;
    transform: rotateY(180deg);
    opacity: 1;
}

p{
    /* text-align: center;
    font-size: 20px; */
    transition: .8s ease-out;
}
.fas.fa-angle-double-up{
    margin-right: 20px;
    opacity: 0;
}


/* Album */

.grid-album {
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.grid-album figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0.5% 0.5%;
    /* height: 225px; */
        /* width: 100%; */
        height: 95%;
	background: #004977;
	text-align: center;
	cursor: pointer;
	border: 2px solid #f5954e;
}

.grid-album figure img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.8;
}

.grid-album figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-album figure figcaption::before,
.grid-album figure figcaption::after {
	pointer-events: none;
}

.grid-album figure figcaption,
.grid-album figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.grid-album figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-album figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid-album figure h3 span {
	font-weight: 700;
	margin-left: 10px;
}

.grid-album figure h3,
.grid-album figure p {
	margin: 0;
}

.grid-album figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid-album figure.effect-marley figcaption {
	text-align: right;
}

.grid-album figure.effect-marley h3,
.grid-album figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}

.grid-album figure.effect-marley p {
	bottom: 30px;
	line-height: 2;
	-webkit-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	color: #fff;
}

.grid-album figure.effect-marley h3 {
	top: 10px;
	-webkit-transition: -webkit-transform 0.35s;
	-o-transition: -o-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	font-size: 25px;
	letter-spacing: 2px;
}

.grid-album figure.effect-marley:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.grid-album figure.effect-marley h3::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	-o-transform: translate3d(0, 40px, 0);
}

.grid-album figure.effect-marley h3::after,
.grid-album figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
}

.grid-album figure.effect-marley:hover h3::after,
.grid-album figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}

.grid-album figure.effect-marley figcaption:hover {
	background: rgba(0, 0, 0, 0.6);
}



/*==================== Career ============================*/


ul.job-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.job-list > li.job-preview {
	background: #fff;
	border: 1px solid #d7e2e9;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 1.5rem 2rem;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

ul.job-list > li.job-preview:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.job-title {
	margin-top: 0.6rem;
}

.company {
	color: #96a4b1;
    font-size: 18px;
}

.job-preview .btn {
	margin-top: 1.1rem;
}

.btn-apply {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: transparent;
	color:  #0a7ea4;
	border: 2px solid #0a7ea4;
	padding: 2px 10px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

.btn-apply:hover {
	background-color: #0a7ea4;
	color:  #fff;
	border: 2px solid #0a7ea4;
}

@media (max-width: 575px) {
	.job-preview .content {
		width: 100%;
	}
}

/*==================== Career ============================*/


ul.job-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.job-list > li.job-preview {
	background: #fff;
	border: 1px solid #d7e2e9;
	-webkit-border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 1.5rem 2rem;
	margin-bottom: 1rem;
	float: left;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

ul.job-list > li.job-preview:hover {
	cursor: pointer;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.05);
	box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.job-title {
	margin-top: 0.6rem;
}

.company {
	color: #96a4b1;
    font-size: 18px;
}

.job-preview .btn {
	margin-top: 1.1rem;
}

.btn-apply {
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: transparent;
	color:  #0a7ea4;
	border: 2px solid #0a7ea4;
	padding: 2px 10px;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}

.btn-apply:hover {
	background-color: #0a7ea4;
	color:  #fff;
	border: 2px solid #0a7ea4;
}

@media (max-width: 575px) {
	.job-preview .content {
		width: 100%;
	}
}

/* Form */

/* 
=======================================================================================
                            NEW
                            NEW
                            NEW
                            NEW
======================================================================================
*/

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */

}

.box-header{
    text-align: center;
    position: relative;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #0a7ea4;
    color: white;
    font-size: 20px;
}

.box-body {
    /* padding: 1.75rem; */
    padding: 40px;
	    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	/* border-radius: calc(0.5rem - 1px); */
    /* margin: 8px auto 0px; */
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/* JOb detail page */

._jobs_postion {
	margin-bottom: 60px;
	position: relative;
	margin-top: 30px;
}

._jobs_postion::after {
	width: 40px;
	background: #1f92e2;
	content: "";
	position: absolute;
	height: 2px;
	top: 46px;
}

.job-details-opening p {
	margin-bottom: 30px;
	text-align: justify;
	font-size: 1rem;
    color: black;
}

.job-details-opening ul {
	margin: 0;
	padding: 0;
}

.job-details-opening li {
	list-style:square;
	padding-left: 17px;
	position: relative;
	margin-bottom: 20px;
	font-size: 15px;
    color: black;
}

.job-details-opening li::before {
	color: #1f92e2;
	height: 25px;
	width: 25px;
	position: absolute;
	text-align: center;
	padding-top: 0px;
	border-radius: 30px;
	border: 2px solid #1f92e2;
	left: 0;
	top: -2px;
	font-size: 17px;
}

._jobs_title h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

._jobs_v-title {
	font-weight: bold;
}

span._jobs_icon {
	color: #ccc;
	margin-right: 10px;
}

._jobs_title {
	color: #595b5c;
	padding-bottom: 15px;
}

._jobs_listing a {
	font-weight: bold;
	margin-left: 18px;
	font-size: 13px;
	text-transform: uppercase;
}

._jobs_apply_desc div {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

._jobs_apply_desc div:last-child {
	border: none;
}

._jobs_v_apply a {
	padding: 10px 25px;
	background: #0a7ea4;
	margin-top: 10px;
	float: left;
	color: white;
	border-radius: 4px;
	box-shadow: 0 0 8px -1px #0a7ea4;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 300ms;
}

._jobs_v_apply a:hover {
	background: #58b6f7;
	box-shadow: 0 0 15px -1px #58b6f7;
	margin-top: 7px;
    text-decoration: none;
}