/*General styles*/

*{
    margin: 0;
    padding: 0;
}
body{
    background: #ffffff;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*
.display-on-mob{
    display: none !important;
}
*/

@media (min-width:992px){
    .display-flex{
        display: -webkit-flexbox !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
        
}

.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}

a{
    color: #1b1d29;
}
a,a:hover{text-decoration: none;}
a,a:focus{text-decoration: none;outline: inherit;}
a:hover, a:focus, a:active, a:visited{
    color: #000000;
}
ul{list-style: none;}

h1,h2,h3,h4,h5,h6,p{margin: 0; font-weight: 400;}

.mt40{margin-top: 40px !important;}
.row-top-bot{margin: 30px 0 !important;}
/*.row-top{margin-top: 40px;}
.row-bottom{margin-bottom:40px;}*/

.pos-relative{
    position: relative;
}
.section-pad{
    position: relative;
    padding: 60px 0;
}

/*headings styles*/
.main-heading{
    font-size: 36px;
    color: #000000;
    font-weight: 300;
}

/*.sub-heading{
    font-size: 44px;
    color: #000000;
    font-weight: 300; 
}

.ft-wt300{
    font-weight: 300 !important;
} 
.ft-wt400{
    font-weight: 400 !important;
} */
.ft-wt500{
    font-weight: 500 !important;
}
.white{
    color: #ffffff !important;
}
.black{
    color: #000000 !important;
}
.light-brown{
    color: #f1bc70 !important;
}
.para-text{
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.sub-text{
   font-size: 12px;
   font-weight: 400;
    color: #000;
}

/*default styles*/

/*placeholder css*/
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

/*owl carousel css*/
/*.owl-carousel .owl-item img{
    width: auto;
}*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e1863a;
}
.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}
.owl-theme .owl-dots{
    position: absolute;
    right: 0;
    top: inherit;
    left: 0;
}
.owl-theme .owl-dots .owl-dot span {
   width: 22px;
    height: 3px;
    background: #e8e8e8;
    border-radius: 0;
}

/*humburger css*/

#nav-icon2{
  width: 46px;
  height: 45px;
  position: relative;
  margin: 12px 17px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 15px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 30px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 7px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 21px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 21px;
}


.transition-effect{
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*form css*/

.form-control{
    border-radius: 50px;
    box-shadow: none;
    padding: 6px 20px;
}
.form-control ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
}
.form-control ::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
}
.form-control :-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}
.form-control :-moz-placeholder { /* Firefox 18- */
  color: #333333;
}

/*button css*/

/* ALL BUTTONS */

.button{
    border: 1px solid #e1863a;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 99;
    background: transparent;
}


/* BUTTON 3 */

#button-3{
  border: 1px solid #e1863a;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:before, #button-3:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #e1863a;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:after{
  left: 100%;
}

#button-3:hover{
  color: #ecf0f1;
}

#button-3:hover:before{
  left: 0;
}

#button-3:hover:after{
  left: 50%;
}


/*END default styles*/

/*logo*/
.navbar-brand.logo{
    height: auto;
    position: relative;
    padding: 0 15px;
    z-index: 999;
}

/*navigation styles*/

header.header{
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 30px;  
    z-index: 999;
}
.navigation{
    margin: 0;
    background: transparent;
    border: none;
}
.navigation .menu{
    margin-top: 50px;
    position: relative;
    margin-left: 5px;
}
.navigation .menu li a{
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
        font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #000;
}
.effect-3 a:before, .effect-3 a:after {
    content: "";
    height: 1px;
    width: 0;
    opacity: 0;
    background-color: #f8835f;
    position: absolute;
    transition: all .5s;
}
.effect-3 a:before {
    top: -3px;
}
.effect-3 a:after {
    bottom: -3px;
    right: 0;
}
.effect-3 a:hover:before, .effect-3 a:hover:after {
    width: calc(100% + 20px);
    opacity: 0.7;
}
.navigation .menu li:last-child a{
    padding-right: 0;
}
.navigation .menu li a:hover, .navigation .menu li a:focus{
    background: transparent;
    color: #f8835f !important;
}

/*header styles*/

.home-header{
    background-size: cover;
    min-height: 950px;
    position: relative;
}

.home-header .owl-carousel .item {
    height: 1080px;
}

/*header content*/
.header-content{
    background: rgba(164, 73, 11, 0.80);
    padding: 50px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 500px;
}
.header-content h1{
    color: #ffffff;
    font-weight: 200;
}
.header-content p.para-text{
    color: #ede6da;
}
.header-content h1, .header-content p{
    margin-bottom: 35px;
}
.header-content h1{
    line-height: 1.1;
}

/*top-tagline*/
.top-tagline{
    position: absolute;
    right: 0;
    margin-top: 2px;
    z-index: 9999;
}

.top-tagline p{
    display: inline-block;
/*    margin-right: 10px;*/
    font-size: 12px;
    color: #67b0dc;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000;
}
.top-tagline p a{
    font-size: 12px;
    color: #67b0dc;
    font-weight: 500;
    text-shadow: 1px 1px 2px #000;
}
.inner-pfh-tag p a {
    font-size: 12px;
    color: #67b0dc;
    font-weight: 500;
    text-shadow: none;
}
/*profile-section*/
.profile-bg{
    background: url('../images/profile-bg.jpg') no-repeat top center;
    min-height: 300px;
    background-size: cover;
}

/*services*/
.services .all-services{
    min-height: 400px;
    position: relative;
    overflow: hidden;
}
.services .all-services .fig-hover{
        -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
     height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
}
.services .all-services:hover .fig-hover{
        -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.services div.bhimannapalli{
    background: url('../images/services/Bhimannapalli.jpg') no-repeat top center;
}
.services div.achanta{
    background: url('../images/services/Achanta.jpg') no-repeat top center;
}
.services div.elao{
    background: url('../images/services/Elao.jpg') no-repeat top center;
}
.services .services-box .text-right h1{
    margin-bottom: 5px;
}
.services .all-services .services-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px 30px;
}

/*news ------- carrer*/
.divider{
    width: 100%;
    height: 2px;
    background: #e1863a;
    margin: 30px 0 40px;
}
.news-col .news-content p{
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 10px;
}
/*carrers*/
.carrers-list{
    margin: 0;
    padding: 0;
}
.carrers-list li{
    background: url(../images/briefcase-icon.png) no-repeat 0px 0px;
    padding-left: 65px;
    font-size: 16px;
    color: #4c4c4c;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.carrers-list li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.carrers-list li p{
    margin-top: 10px;
}

/*footer*/
footer.footer{
    background: url('../images/footer-bg.jpg') no-repeat top center;
    min-height: 300px;
    background-size: cover;
}
.footer-cols{
    border-top: 1px solid #e6e6e6;
    padding-top: 50px;
}
.footer-content p, .footer-content a{color: #4c4c4c;}
.footer-content .p1{
    font-size: 12px;
}
.footer-content .p2{
    font-size: 10px;
    margin-top: 10px;
}
.footer-content p i{
    color: #000;
    margin: 0 3px;
}
/*social media*/
.social-icons {
    margin: 40px 0 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}
.social-icons li a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 25px;
    height: 25px;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: url(../images/social-media.png) no-repeat;
}
.social-icons li a.facebook {
    background-position: 6px 0px;
}
.social-icons li:hover a.facebook {
    background-position: 6px -25px;
}
.social-icons li a.twitter {
    background-position: -33px 0;
}
.social-icons li:hover a.twitter {
    background-position: -33px -25px;
}
.social-icons li a.linkedin {
    background-position: -73px 0px;
}
.social-icons li:hover a.linkedin {
    background-position: -73px -25px;
}

/*call icons*/
.social-icons.call-icons li a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 33px;
    height: 30px;
    -moz-transition: background 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: url(../images/contact-icons.png) no-repeat;
}

.social-icons li a.call {
    background-position: 0px 0px;
}
.social-icons li:hover a.call {
    background-position: 0px -27px;
}
.social-icons li a.message {
    background-position: -50px 0px;
}
.social-icons li:hover a.message {
    background-position: -50px -28px;
}

/*inner-pages*/
.inner-header{
    min-height: 300px;
    background: url('../images/header-bg.jpg') no-repeat top center;
    position: relative;
}
.inner-divider .divider{
    display: block;
    width: 150px;
    margin: 30px auto 50px;
    height: 3px;
}
.inner-divider .main-heading{
    font-size: 38px;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    line-height: inherit;
}
.inner-content h4{
    font-weight: 500;
    margin-bottom: 20px;
}
.list-items{
    margin: 0;
    padding: 0;
}
.list-items li{
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}
.list-items li:last-child{
    border: none;
    margin: 0;
    padding: 0;
}
.col-right .para-text, .col-left .para-text{
    margin-bottom: 20px;
    font-weight: 500;
}

/*news section*/
.news-col .news-content .light-brown{
    margin-bottom: 10px;
}
/*#news .news-col:not(:last-child){
    margin-bottom: 50px;
}*/
.light-border{
    width: 100%;
    height: 1px;
    background: #efefef;
    margin: 50px 0;
}
.news-col .news-btn{
    margin-top: 20px;
}
.news-col .news-btn .button{
    padding: 4px 20px;
    margin-right: 15px;
}
.news-sidebar h3{
    font-weight: 500;
}
.news-sidebar ul.list-items{
    margin-top: 30px;
}

.news-sidebar ul.list-items li a:hover{
    color: #e1863a;
}
/*#news .news-col .news-img, #news .news-col .news-content{
    max-height: 180px;
    height: 180px;
    overflow: hidden;
}*/

/*board*/
.grid-col .grid-content div.light-brown{
    font-weight: 500;
    margin-top: 5px;
}
.grid-col .grid-content p.para-text{
    margin-top: 15px;
/*    font-weight: 500;*/
    font-size: 16px;
}
.grid-col .grid-img .img-rounded{
    overflow: hidden;
}

/*contact page*/
/*.contact-form .cont-l-pan{
    margin-bottom: 30px;
}*/
/*.contact-content .contact-form*/ textarea.form-control {
    resize: none;
    border-radius: 10px;
}
.contact-details ul:not(:last-child) {
    margin-bottom: 30px;
}
.contact-details ul li {
    list-style: none;
    margin-bottom: 12px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
}
.contact-details ul li:last-child {border: none;}
.contact-details ul li a:hover{
    color: #ed5724;
}

.contact-details ul li, .contact-details ul li a{
    color: #010100;
}
.contact-details ul li i{
    margin-right: 10px;
    font-size: 16px;
    color: #ed5724;
}
.contact-details ul li p{
    padding-left: 30px;
    padding-top: 6px;
}
.contact-details ul li span{
    font-size: 18px;
    font-weight: 500;
}

/*inner-navigation*/
header.inner-navigation{
    position: relative;
        -webkit-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 8px -3px rgba(0,0,0,0.75);
    z-index: 999;
    margin-top: 0;
}
header.inner-navigation .navbar-brand.logo {
    padding: 8px 15px;
}
header.inner-navigation .navigation .menu {
    margin-top: 50px;
}
header.inner-navigation .navigation .menu li a{
    text-shadow: none;
    color: #000;
}
header.inner-navigation .top-tagline p{
    text-shadow: none;
}
header.inner-navigation .effect-3 a:before {
    top: 5px;
}
header.inner-navigation .effect-3 a:after {
    bottom: 5px;
    right: 0;
}

/*carrers page*/
.carrer-content{
    border: 1px solid #e6e6e6;
    padding: 25px 20px;
    border-radius: 10px;
}
.carrer-content:hover{
    border: 1px solid #e1863a;
}
.carrer-content .light-border{
    margin: 20px 0;
}

.orange{
    color: #e1863a !important;
}
.carrer-content .carrer-top .para-text{
    border-right: 1px solid #ccc;
}
.carrer-content .carrer-top div[class^="col-"]:last-child .para-text{border: none;}
.carrer-content .para-text{
    font-weight: 500;
}
.carrer-content .carrer-details .para-text{
    margin: 20px 0;
}
.carrer-content .carrer-details #button-3{
    padding: 6px 25px;
}
.date-highlight{
    background: #e1863a !important;
    padding: 6px 14px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}


/*home header*/
.black-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
    top: 0;
}
.dot{
   background: url(../images/dot-bg.png) repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 9;
    top: 0;
}

/*inner-header bg*/
.about-header{
    background: url(../images/inner-header/about-us.jpg) no-repeat top center;
}
.board-header{
    background: url(../images/inner-header/board.jpg) no-repeat top center;
}
.career-header{
    background: url(../images/inner-header/career.jpg) no-repeat top center;
}
.contact-header{
    background: url(../images/inner-header/contact-us.jpg) no-repeat top center;
}
.healthsafety-header{
    background: url(../images/inner-header/health-%26-safety.jpg) no-repeat top center;
}
.news-header{
    background: url(../images/inner-header/news.jpg) no-repeat top center;
}
.sustainability-header{
    background: url(../images/inner-header/sustainability.jpg) no-repeat top center;
}
.bimanapalli-header{
    background: url(../images/inner-header/bimanapalli.jpg) no-repeat top center;
}
.achanta-header{
    background: url(../images/inner-header/achanta.jpg) no-repeat top center;
}
.elao-header{
    background: url(../images/inner-header/elao.jpg) no-repeat top center;
}
.all-block-header{
    background: url(../images/inner-header/blocks-main-header.jpg) no-repeat top center
}


/*job-details*/
.job-list-items div[class^="col-"]{
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
/*.job-list-items div[class^="col-"]:last-child{
    border-bottom: none;
}*/
.job-list-items li span{
    display: inline-block;
    width: 165px;
}

.job-list-items li span:last-child{
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.job-list-items li:last-child{
    border: none;
}
.job-cols .light-border{
    margin: 15px 0 30px;
}
.job-cols .ft-wt500{
    font-size: 25px;
}

.job-details-form .form_datetime input, .job-details-form .form_datetime .input-group-addon {
    background: transparent;
}
.job-details-form .form_datetime .add-br {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.top-tagline .p-logo{
    position: relative;
    top: -8px;
    right: 10px;
}
header.inner-navigation .top-tagline{
    margin-top: 12px;
}
.pb0{padding-bottom: 0 !important;}
 #map {
    height: 400px;
    width: 100%;
}