  
body{
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  color: #34495E;
}

@media (max-width: 475px) {
  #rev_slider_40_1_wrapper{
    margin-top:30px !important;
    margin-bottom:30px !important;
  }
}

#attachment1,#attachment2,#textarea1,#textarea2{
  display: none;
}

.bg-dark{
  background-color: #2C3E50 !important;
}
.page-scroll-dots{
  width: 40px;
  height: 140px;
  position: fixed;
  z-index: 9999;
  top:calc(50% - 70px);
  right: 50px;
  display: none;
}
.page-scroll-dots ul li{
  margin: 3.5px auto;
  text-align: center;
  position: relative;
}
.page-scroll-dots ul li:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #2C3E50;
  left: calc(50% - .5px);
  top: 10px;
  z-index: -1;
}
.page-scroll-dots ul li:last-child:before{
  display: none;
}
.page-scroll-dots ul li a{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #2C3E50;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.3);
}
/*.page-scroll-dots ul li a.active{
  background-color: rgba(0,182,184,1);
}*/
.text-muted{
  color: #566573 !important;
}
.navbar-toggler{
  box-shadow: none !important;
  outline: none !important;
}


.overlap-logo{
  position: absolute;
  width: 135px;
  height: 131px;
  top: 0;
  left: 11%;

  z-index: 1;

}

.overlap-logo p{
  color: rgba(236,125,47,1) !important;
  margin: 0;
  padding: 0;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.overlap-logo span{
  color: #fff;
}

.navbar-brand{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


.navbar-nav .nav-link{
  text-transform: uppercase;
  color: #FFF !important;
  height: 94px;
  line-height: 94px;
  padding: 0px 20px !important;
    transition: .2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-link{
    height: 47px;
    line-height: 47px;
  }
}

span.beta{
  color: rgba(236,125,47,1) !important;
  animation:blinkingText 0.8s infinite;
}

@keyframes blinkingText{
  0%{   color: rgba(236,125,47,1);  }
  49%{  color: #FFF; }
  50%{  color: #FFF; }
  99%{  color:#FFF;  }
  100%{ color: rgba(236,125,47,1);  }
}

.gif-logo{
  transition: .2s ease-in-out;
}

.navbar-brand img{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.dropdown-menu{
  margin: 0px !important;
  border-radius: 0px !important;
  padding: 0px !important;

  -webkit-box-shadow: 0 4px 6px 0px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 6px 0px rgba(0,0,0,.2);
    box-shadow: 0 4px 6px 0px rgba(0,0,0,.2);
}
.dropdown-toggle::after{
  display: none !important;
}
.dropdown-menu .dropdown-divider{
  margin: 0px !important;
}
.dropdown-item{
  padding: .75rem 1.5rem !important;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}

.btn-gray,.btn-orange{
  outline: none !important;
  box-shadow: none !important;
  color: #FFF !important;
  text-transform: uppercase;
  min-height: 30px !important;
  line-height: 30px !important;
  min-width: 100% !important;
  border-radius: 0px !important;
  transition: .2s ease-in-out;
}
.btn-gray{
  /*border: 2px solid rgba(236,125,47,1) !important;*/
  background-color: #2C3E50 !important;
}
.btn-gray.outline{
  background-color: transparent !important;
  border:2px solid #2C3E50;
  color: #2C3E50 !important;
  transition: .2s ease-in-out;
}
.btn-gray:hover{
  opacity: .8;
}
.btn-gray.outline:hover{
  background-color: #2C3E50 !important;
  color: #FFF !important;
}
.btn-orange{
  /*border: 2px solid rgba(0,182,184,1) !important;*/
  background-color: rgba(236,125,47,1) !important;
}
.btn-orange:hover{
  opacity: .8;
}

/*.btn-outline-white{
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(255,255,255,1) !important;
  color: rgba(255,255,255,1) !important;
  text-transform: uppercase;
}

.btn-outline-white:hover{
  background-color: rgba(255,255,255,1) !important;
  color: #2C3E50 !important;
}*/

/*#pageLoaderOverlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  left: 0;
  top: 0;
  z-index: 999999;
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid rgba(0,182,184,1);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 12s linear infinite;
    position: absolute;
    left:calc(50% - 45px);
    top:calc(50% - 45px);
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}*/

a.link-custom{
  padding: 15px 50px;
  background-color: transparent;
  color: #2C3E50;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight:800;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  border: 2px solid #2C3E50;
}

a.link-custom.orange{
  background-color: rgba(236,125,47,1) !important;
  border: 2px solid rgba(236,125,47,1) !important;
  color: #fff !important;
}

a.link-custom:hover{
  color: #FFF;
  background-color: #2C3E50;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.3);
}


.home{
  width: 100vw;
  height: 100vh;
  background: url('../images/bg-images/slide_1.jpg') no-repeat right center;
  background-size: cover;
  position: relative;
}

.home .logo{
  position: absolute;
  left: 50px;
  bottom: 150px;
  content: '';
  background-color: transparent;
  width: 350px;
  height: 250px;
}

.home .slide-title{
  position: absolute;
  left: 0px;
  bottom: 55px;
  content: '';
  background-color: transparent;
  width: 100%;
  height: auto;
  padding-left: 50px;
}

.home .slide-title h1{
   font-size: 30px;
   margin: 0;
   padding: 0;
}

.home .slide-title h3{
   font-size: 20px;
   margin: 0;
   padding: 0;
   margin-top: 15px;
}

.important-links{
  background-color: rgba(0,182,184,1);
  /*background:-webkit-linear-gradient(left, rgba(0,182,184,1) 50%, #2C3E50 0%);*/
  width: 100%;
  height: auto;
  padding: 27.5px 0px;
}

.important-links .links a{
  text-decoration: none;
  color: #FFF;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 150;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.important-links .links a span{
  font-size: 17px;
  font-weight: bold;
}

.services{
  width: 100vw;
  height: auto;
  padding: 60px 0px;
  background-color: #FFF;
}

.section-heading p{
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight:500;
  color:#34495E;
  margin:0;
  padding:0;
  font-size:22px;
  text-transform: uppercase;
  position: relative;
}

.section-heading p::after{
  position: absolute;
  content: '';
  width: 20%;
  height: 2px;
  background-color: rgba(0,182,184,1);
  left: 40%;
  bottom: 0;
}

.section-heading p::before{
  position: absolute;
  content: '';
  width: 10%;
  height: 6px;
  background-color: #2C3E50;
  right: 45%;
  bottom: -2px;
  z-index: 1;
}

.content-box{
  background: #fff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.content-box p{
  margin: 0;
  padding: 0;
}

.content-box p a{
  font-size: 22px;
  text-decoration: none;
  color: #34495E;
}

#circle {
  width: 100px;
  height: 100px;
  background: rgba(0,182,184,1);
  border-radius: 50%;
  margin:auto;
}

#hexagon {
  width: 100px;
  height: 55px;
  background: rgba(0,182,184,1);
  position: relative;
  margin: auto;
  margin-top: 13px !important;
}
#hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid rgba(0,182,184,1);
}
#hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid rgba(0,182,184,1);
}

#triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 100px solid rgba(0,182,184,1);
  border-bottom: 50px solid transparent;
  margin: auto;
}
#l-shape{
  width: 100px;
  height: 45px;
  margin: auto;
  background-color: rgba(0,182,184,1);
  margin-top: 55px;
  position: relative;
}

#l-shape:before{
  width: 40px;
  height: 55px;
  position: absolute;
  background-color: rgba(0,182,184,1);
  left: 0;
  top: -50px;
  content: '';
}

.insights{
  width: 100vw;
  height: auto;
  padding: 60px 0px;
  background: url('../images/bg-images/ploygonal.jpg') no-repeat top center;
  background-size: cover;
  /*filter: grayscale(100%);*/
  position: relative;
}

.white-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.9);
  left: 0;
  top: 0;
}

.insight-info{
  background-color: #FFF;
}

.insight-photo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.insight-info p{
  margin: 0;
  padding: 0;
}

.insight-info p.heading{
  font-size: 18px;
}

.insight-info p.info{
  margin-top: 15px;
}

/* Breadcrumb styling */
div#breadcrumb{
  width: 100%;
  min-height: 125px;
  position: relative;
  color: #FFF;
  margin-top: 94px;
}

div#breadcrumb h1{
  line-height: 125px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #34495E;
  padding: 10px;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
}

div.breadcrumb-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.92);
  left: 0;
  top: 0;
}

div#breadcrumb.bg-1{
  background: url('../images/bg-images/ploygonal.jpg') no-repeat top center;
  background-size: cover;
}

div#breadcrumb.bg-2{
  background: url('../images/breadcrumb/1.jpg') no-repeat top center;
  background-size: cover;
}

div.main-content{
  width: 100vw;
  height: auto;
  padding: 100px 0px;
  background-color: #FFF;
}

div.main-content.less-pt-pb{
  padding: 40px 0px !important;
}

/* Investors section styling */

.investors{
  width: 100vw;
  height: auto;
  padding: 60px 0px;
  background: url('../images/bg-images/concrete-texture.png') repeat left top;
  position: relative;
}

p.investors-details{
  margin: 0;
  padding: 0;
  padding: 20px;
  background: rgba(0,182,184,1);
  color: #FFF;
  text-align: center;
  box-shadow: 5px 5px 7.5px rgba(0,0,0,.02);
}

.investors-info{
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px 10px;
  box-sizing: border-box;
  border: 1px solid #e9ecef;
  cursor: pointer;
  transition: .2s ease-in-out;
  box-shadow: 5px 5px 7.5px rgba(0,0,0,.02);
}

.investors-info:hover{
  margin-top: -10px;
}

.investors-info img{
  box-shadow: 0px 0px 0px 5px #f9f9f9;
  width: 80px;
  height: auto;
}
.investors-info p{
  margin:0;
  padding: 0;
}

.investors-info p.percentage{
  font-size: 30px;
  font-weight: bold;
  color: rgba(0,182,184,1);
}

.investors-info p.continent{
  font-style: italic;
}

/* Leaders section styling */

.leaders{
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  width: 100vw;
  height: auto;
  padding: 60px 0px;
  background: #FFF;
  position: relative;
}
.leaders p,.leaders h3{
  margin: 0;
  padding: 0;
}

.leaders p.small-heading{
  font-size: 22px;
}

.leaders h3{
  font-size: 20px;
  font-weight: bold;

}
.executive-info{
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  position: relative;
}
.name-designation{
  width: 200px;
  height: 80px;
  box-shadow: 0px 0px 0px 1px #e1e1e1;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 60px);
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.1);
}
.name-designation span{
  margin: 0;
  padding: 0;
}
.name-designation span.name{
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin-top: -10px;
}
.name-designation span.designation{
  font-weight: normal;
  font-style: italic;
  font-size: 15px;
  color: rgba(0,182,184,1);
}
p.executive-short-desc{
  padding-top: 55px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #FFF;
  border-top: 1px solid #e1e1e1;
}
p.executive-short-desc a.read-more{
  background-color: rgba(0,182,184,1);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 8px 13px;
  color: #FFF;
  transition: .2s ease-in-out;
}

p.executive-short-desc a.read-more:hover{
  opacity: .8;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.1);
}
/*Testimonial Page*/
.testi p
{
    font-size:16px;
    font-weight:300;
    line-height:1.6;
    color:#34495E;
    margin-bottom:46px;
    z-index:2;
    position:relative;
}
.testi
{
    position:relative;
}
.singleTest
{
    padding: 20px 10px 0 100px;
}
.singleTest .client
{
   margin-left:80px;
    position:relative;
  display:inline-block;
}
.client span
{
    font-size:20px;
     line-height:1.5;
     color:#34495E;
}
.client p
{
    font-size:14px;
    line-height:1.2;
}
.found
{
    display:flex;
}
.singleTest img.rounded-circle
{
    margin-left:80px;
    display:inline-block;
    max-width:120px;
}
.testi img
{
    position:absolute;
    top:-80px;
    left:-80px;
    z-index:1;
}

/* Enquiry page styling */
.enquiry{
  width: 100vw;
  height: auto;
  padding: 30px 0px;
  background: #34495E;
  position: relative;
}

.envelope-icon {
  font-size: 40px;
  color: rgba(255,255,255,1);
}
.enquiry-heading{
  font-size: 22px;
  color: rgba(255,255,255,1);
  line-height: 24px;
  margin-top: 10px;
}

a.enquiry-now-link{
  padding: 12.5px 17px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  text-decoration:none;
  box-shadow: 0px 0px 0px 2px rgba(236,125,47,1) !important;
  background-color: rgba(236,125,47,1) !important;
  transition: .2s ease-in-out;
}
a.enquiry-now-link:hover{
  opacity: .8;
}

/* FAQ's page styling */
#accordion .card{
  border-color: #e9ecef !important;
  border-radius: 0px !important;
}

.card-header{
  padding: .75rem .5rem !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #e9ecef !important;
}

.card-body{
  font-size: 15px;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  background-color: rgba(253,253,253,1);
}

#accordion .card-header button{
  color: #2C3E50 !important;
  text-decoration: none !important;
  font-size: 20px !important;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
}

/* Contact us page styling */
div.contact-form-address-container{
  width: 100%;
  height: auto;
}

div.contact-form, div.contact-address{
  width: 100%;
  /*min-height: 850px;*/
  box-sizing: border-box;
}

div.contact-form{
  background: url('../images/contact.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}
div.contact-form p.text-small{
  margin: 0;
  padding: 0;
  background-color:rgba(38,43,47,.3);
  padding: 10px 0px;
}
div.contact-form-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(50,58,69,.94);
  padding: 50px;
  box-sizing: border-box;
}

.custom-form {
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 16px;
  max-width: 100%;
}
.custom-form .btn-primary {
  background-color: rgba(236,125,47,1) !important;
  border-color: transparent;
  box-shadow: none !important;
  outline: none !important;
  padding: 10px !important;
  box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px !important;
}
.custom-form .form-group {
  position: relative;
  padding-top: 16px;
  margin-bottom: 16px;
}
.custom-form .form-group .animated-label {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  font-weight: 300;
  cursor: text;
  transition: 0.2s ease all;
  margin: 0;
  font-size: 14px;
  color: rgba(0,182,184,1) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom-form .form-group .animated-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: rgba(0,182,184,1);
  transition: 0.2s ease all;
}
.custom-form .form-group.not-empty .animated-label {
  top: 0;
  font-size: 16px;
}
.custom-form .form-group .form-control {
  position: relative;
  z-index: 1;
  border-radius: 0;
  border-width: 0 0 1px;
  border-bottom-color: #FFF;
  height: auto;
  padding: 3px 0 5px;
  background-color: transparent;
  color: #FFF;
}
.custom-form .form-group .form-control:focus {
  box-shadow: none;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.custom-form .form-group .form-control:focus ~ .animated-label {
  top: -20px;
  opacity: 1;
  color: rgba(0,182,184,1) !important;
  font-size: 16px;
}
.custom-form .form-group .form-control:focus ~ .animated-label:after {
  visibility: visible;
  width: 100%;
  left: 0;
}

.custom-form textarea{
  resize: none;
}

div.contact-address{
  position: relative;
  /*background-color: #f2f5f8;*/
  background: url('../images/bg-images/hex.png') repeat left top;
}

div.contact-address-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(242,245,248,.85);
  padding: 50px;
  box-sizing: border-box;
}

div.contact-address h3{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #34495E;
}
div.contact-address p:not(.heading){
  margin: 0;
  padding: 0;
  font-size: 16px;
}

div.contact-address p i.fa{
  color: rgba(0,182,184,1);
  margin-right: 12.5px;
}

ul.social-share-icons li {
  display: inline-block;
}

ul.social-share-icons li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #FFF;
  border-radius: 5px;
}

ul.social-share-icons li a.facebook {
  background-color: #3C5B9B;
}

ul.social-share-icons li a.twitter {
  background-color: #359BED;
}

ul.social-share-icons li a.linkedin {
  background-color: #027ba5;
}

ul.social-share-icons li a.google {
  background-color: #E33729;
}

ul.social-share-icons li a.youtube {
  background-color: #F03434;
}

/* Jobs page styling */
a.job-card-link{
  text-decoration: none;
  color: #34495E;
}

.job-card{
  width: 100%;
  min-height: 400px;
  background-color: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  transition: .3s ease-in-out;
}
a.job-card-link:hover{
  color: #FFF;
}
a.job-card-link:hover .job-card{
  background-color: rgba(0,182,184,1);
  box-shadow: 4px 4px 6px 0px rgba(0,0,0,.2);
}
.job-card p{
  margin: 0;
  padding: 0;
}
.job-card p.category{
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.job-card p.category:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: rgba(0,182,184,1);
  content: '';
}

a.job-card-link:hover .job-card p.category:before{
  background-color: #FFF;
}

.job-card p.title{
  font-size: 30px;
}

.job-card p.opening-count{
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  font-style: italic;
}

/* Job details page styling */
.job-details-header{
  width: 100%;
  height: auto;
}

.job-details-header p{
  margin: 0;
  padding-bottom: 0;
}

.job-details-header p.category{
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  color: #34495E;
}

.job-details-header p.title{
  font-size: 35px;
  margin-bottom: 10px;
  color: rgba(0,182,184,1);
}
.job-details-header p.location{
  font-size: 22px;
  font-style: italic;
  color: rgba(162,69,116,1);
}
.list-items{
  width: 100%;
  height: auto;
  padding: 40px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

.list-items h4{
  margin: 0;
  padding: 0;
  font-size: 20px;
  margin-bottom: 20px;
  color: rgba(162,69,116,1);
}

.list-items ul li{
  margin-bottom: 10px;
  font-size: 17px;
  position: relative;
  padding-left: 15px;
}

.list-items ul li:before{
  position: absolute;
  content: '-';
  color: rgba(162,69,116,1);
  left: 0;
  top: 0;
}

.job-description p{
  margin: 0;
  padding: 0;
  font-size: 19px;
  color: #34495E;
}

/* Job apply page styling */
.job-apply-form .form-control,.job-apply-form select.form-control{
  outline: none !important;
  box-shadow: none !important;
  border:none !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0.25rem !important;
}
button.button-custom{
  padding: 10px 50px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: rgba(236,125,47,1) !important;
  color: #FFF;
  font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-transform: none;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight:800;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  border: 2px solid rgba(236,125,47,1) !important;
}
.form-group ul.list-unstyled li{
  float: left;
  margin-right: 8px;
}

.form-group ul.list-unstyled li a{
  text-decoration: none;
  color: rgba(0,182,184,1);
  font-size: 15px;
}

button.button-custom:hover{
  color: #FFF;
  opacity: .8;
  box-shadow: 2px 2px 4px 0px rgba(0,0,0,.3) !important;
}

/* Profile page styling */
.profile-photo{
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 5px;
}
.profile-social-links{
  margin-bottom: 0px !important;
}
.profile-social-links li{
  display: inline-block;
  margin: 20px 2.5px;
}
.profile-social-links li a{
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  line-height: 40px;
  text-align: center;
}

.profile-social-links li a.facebook{
  color: #3b5999;
}
.profile-social-links li a.twitter{
  color: #55acee;
}
.profile-social-links li a.linkedin{
  color: #0077B5;
}
.profile-social-links li a.google-plus{
  color: #dd4b39;
}

.profile-info h1, .profile-info h3, .profile-info h5{
  margin: 0;
  padding: 0;
}

.profile-info h1{
  font-weight: bold;
  font-size: 45px;
}
.profile-info h3{
  font-weight: bold;
  font-size: 20px;
}
.profile-info h5{
  font-weight: normal;
  font-size: 16px;
  color: rgba(0,182,184,1);
}

/* Footer styling */
#myFooter {
    position: relative;
    background-color: #2C3E50;
    color: white;
    padding-top: 50px;
}

#myFooter a.back-to-top{
  position: absolute;
  top: -20px;
  left: 0;
  background: #2C3E50;
  width: 40px;
  height: 40px;
  display: block;
  left: calc(50% - 20px);
  transform: rotate(45deg);
  text-align: center;
  line-height: 40px;
  color: #FFF;
}

.footer-address p{
  margin: 0;
  padding: 0;
}
.footer-address p i{
  color: rgba(0,182,184,1);
}

#myFooter a.back-to-top i.fa{
  transform: rotate(-45deg);
}

#myFooter .footer-copyright {
    background-color: #34495E;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .footer-logo {
    width: 100%;
    height: auto;
}

#myFooter .footer-logo img{
  width: 50%;
  height: auto;
  margin-top: -10px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #FFF;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
  margin-bottom: 30px;
}

#myFooter h5:after{
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgba(162,69,116,1);
  left: 0;
  bottom: -5px;
  content: '';
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .linkedin:hover {
    color: #0077B5;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: rgba(236,125,47,1) !important;
    border-radius: 20px;
    border: none;
    width: 170px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
    outline: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 1199px) {
  #myFooter h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  #myFooter h5 {
    font-size: 13px;
  }
}




#newBannerDiv {
    padding: 200px 0 0 181px;
    color: #fff;
}
#newBannerDiv .text1 {
font-size: 60px;

text-transform: uppercase;
font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
}
#newBannerDiv .text2 {

    width: 550px;
    font-size: 20px;
    margin-top: 40px;
    font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
#newBannerDiv .readMore {
	background: transparent;
	padding: 8px;
	width: 150px;
	font-size: 13px;
	color: #fff;
	margin-left: 40px;
	font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 2px solid #000000;
}
#newBannerDiv .getInTouch {
	background: #ee7d31;
	border: navajowhite;
	color: #fff;
	font-size: 13px;
	width: 150px;
	padding: 10px;
	font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#newBannerDiv .getInTouch a,#newBannerDiv .readMore a,.typer{

    color: #fff !important;
    text-decoration: none;

}
#newBannerDiv img{width: 10%;}

.lastRow {
    color: #fff;
    padding: 30px 30px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    margin-left: 0;
}
.lastEle {
	text-align:center;
	display:none;
}
#new_homepage{background-image:url('../images/Hero_Image.png');height: 750px;background-size: cover;}
@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    #myFooter h5 {
      font-size: 22px;
    }
    #myFooter h5:after{
      left: calc(50% - 25px);
    }
    #newBannerDiv {
        padding: 140px 0 0 21px;
        color: #fff;
    }
    #newBannerDiv .text1 {

    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 50px;
    display: table-caption;

}
#newBannerDiv .text2 {

    width: 330px;
    font-size: 14px;
    margin-top: 10;
    font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
#newBannerDiv .getInTouch {

    background: #ee7d31;
    border: navajowhite;
    color: #fff;
    font-size: 13px;
    width: 110px;
    padding: 4px;
    font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;

}
#newBannerDiv .readMore {

	background: transparent;
	padding: 3px;
	width: 100px;
	font-size: 13px;
	color: #fff;
	margin-left: 40px;
	font-family: 'Avenir Roman', proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 2px solid #000000;
}
.row-hidden-sm{display:none}
.row-show-sm{display:block}


.lastRow
    {
        color: #fff;
        margin: 40px 0 0px 0;
        font-size: 12px;
        border-top: 1px solid #ccc;
        padding: 6px 0 0 0;
    }
.lastEle {
	position: relative;
	top: -26px;
	text-align:right;
	font-weight: 900;
}
nav img{

    width: 60px;
    height: 40px;
    margin-left: 7px;

}
#new_homepage{background-image:url('../images/Hero_Image-Mobile.png');height: 650px;background-size: cover;}
.navbar-nav{

    text-align: left;
    background: #2c3e50;

}
.navbar-nav a{

    height: 0px;
    line-height: 0px;

}
.navbar-nav img{

    float: left;
    margin-left: 21px;
    margin-top: 5px;

}
}
