body,
html {
    overflow-x: hidden;
}
body {
    background-color: #ffffff;
    font-family: 'Raleway', Arial, Helvetice Neue, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #f8b236;
    transition: 0.3s ease all;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
    font-family: 'Raleway', Arial, Helvetice Neue, sans-serif;
}
* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.newindian_clear {
    clear: both;
}
.height30 {
    height: 30px;
}
.newindian-top-bar {
    min-height: 40px;
    background-color: #eeeeee;
}
.newindian-top-menu {
    min-height: 110px;
    background-color: #ffffff;
    z-index: 5000;
    width: 100%;
    border-bottom:1px solid #d1d1d1;
}
.newindian-top-menu .navbar-toggle {
    margin-top: 38px;
}
.newindian-top-menu .navbar-brand {
    padding: 0;
    margin: 10px 0 0 0;
}
/* ------ Carousel ----- */

#newindian-carousel {
    overflow-x: hidden;
    margin-bottom: 0;
    height: 500px;
}
#newindian-carousel .slide-1{
    background: url('../images/newindian_carousel_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#newindian-carousel .slide-2{
    background: url('../images/newindian_carousel_bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#newindian-carousel .slide-3{
    background: url('../images/newindian_carousel_bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#newindian-carousel .slide-4{
    background: url('../images/newindian_carousel_bg6.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#newindian-carousel .carousel-caption {
    z-index: 10;
}
#newindian-carousel .item {
    height: 500px;
}
#newindian-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

/* ------ End of Carousel ----- */


/* ------ Welcome & Slogna ------ */

.newindian-welcome {
    border-bottom: 1px solid #cccccc;
}
.newindian-welcome .small-font {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.newindian-slogan {
    font-weight: normal;
    font-size: 42px;
    margin: 30px 0;
    color: #333333;
}
.newindian-service {
    margin-bottom: 100px;
    margin-top: 100px;
}
.newindian-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}
.newindian-service-item p {
    font-weight: lighter;
    text-align: justify;
    margin-top: 25px;
    font-size: 14px;
    color: #929292;
}
.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #f8b236;
}
.btn-orange {
    background-color: #f8b236;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-color: #0da84b;
    color: #ffffff;
}
.btn-green {
    background-color: #2ecc71;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color: #ffffff;
}
.nav > li > a {
    padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #f8b236;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #f8b236;
    color: #fff;
}
.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color: #fff;
    border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #f8b236;
    color: #fff;
}
.navbar {
    margin-bottom: 0px;
}
.newindian-top-menu.isStuck {
    -webkit-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 7px -7px rgba(0, 0, 0, 0.5);
}
.newindian-service-item-header {
    margin-left: -10px;
    padding: 16px 20px 20px;
    font-weight: bold;
    display: inline-block;
}
.newindian-header-orange {
    background-color: #f8b236;
    min-width: 298px;
    height: 67px;
    color: #fff;
}
.team_hr {
    border: 1px solid #fff;
    width: 39.5%;
    float: left;
}
.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}
.team_hr_right {
    margin-left: 30px;
}
.hr_gray {
    border: 1px solid #cccccc;
}
.newindian-team {
    background: url('../images/background.png');
    font-family: 'Open Sans', sans-serif;
    min-height: 400px;
    color: #ffffff;
    padding: 50px 0;
}
.newindian-team h4 {
    margin: 20px 0 40px;
}
.newindian-team p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
}
.newindian-line-header {
    margin-top: 30px;
    margin-bottom: 80px;
}
.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
.member-thumb {
    position: relative;
    overflow: hidden;
}
.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}
.thumb-overlay a {
    float: left;
    margin-right: 5px;
}
.newindian-process {
    margin: 30px 0 15px 0;
}
.newindian-process h2 {
    margin-bottom: 30px;
}
.newindian-process .service-box {
    margin: 0 0 15px;
}
.newindian-process .service-box h3 {
    margin: 0 0 10px 0;
}
.newindian-process i {
    color: #f8b236;
    font-size: 90px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.newindian-process p{
    font-size: 14px;
}
.team-inner {
    margin-top: 10px;
}
.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.team-inner-subtext {
    font-weight: normal;
    font-size: 12px;
}
.row_team {
    margin-left: -50px;
    margin-top: 70px;
}
.row_team li {
    list-style: none;
}
.newindian-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 200px;
    width: 200px;
}
.newindian-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}
.project-overlay {
    background: rgba(0, 0, 0, .75);
    border: 2px solid #f8b236;
    visibility: hidden;
    position: absolute;
    text-align: center;
    padding-top: 40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}
.project-overlay hr {
    width: 70%;
}
.newindian-project-gallery li {
    margin: 15px;
}
.txt_darkgrey {
    color: #333333;
}
.txt_orange {
    color: #f8b236;
}
.txt_slogan {
    font-size: 18px;
    color: #929292;
    margin-bottom: 30px;
}
.newindian-line-header span {
    font-size: 18px;
    float: left;
    margin-top: 10px;
}
.team_box div {
    text-align: center;
    padding-top: 100px;
}
.span_blog {
    margin-bottom: 80px;
}
.blog_post {
    color: #333333;
    padding: 10px;
}
.blog_header {
    font-weight: bold;
    font-size: 16px;
}
.blog_text {
    text-align: justify;
    font-size: 14px;
    margin-top: 20px;
}
#newindian-contact {
    font-size: 14px;
}
.newindian-contact-map {
    margin-bottom: 15px;
    height: 378px;
}
.head_contact {
    padding-bottom: 80px;
    margin-bottom: 0;
}
.contact_right img {
    margin-right: 5px;
}
.contact_right form {
    padding-left: 15px;
    padding-right: 15px
}
.tweet_txt {
    border-left: 2px solid #ffffff;
    min-height: 160px;
}
.twitter_user {
    color: #FFFF33;
    font-size: 14px;
    float: right;
}
.newindian-partners {
    border-top: 2px solid #cccccc;
}
.newindian-partners .newindian-partner-item {
    margin-bottom: 5px;
}
.newindian-footer {
    border-top: 2px solid #cccccc;
    margin-top: 50px;
    padding-top: 20px;
}
.footer_container {
    margin-top: 60px;
    margin-bottom: 20px;
}
.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #333333;
}
.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}
.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}
.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}
.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}
.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}
a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}
ul.newindian-project-gallery li a img:hover {
    border: 3px solid #f8b236;
}
.newindian-gallery-category a {
    color: #333333;
}
.newindian-gallery-category a.active {
    color: #f8b236;
    text-decoration: none;
}
.newindian-gallery-category a:focus {
    color: #f8b236;
    text-decoration: none;
}
.newindian-gallery-category a:hover {
    color: #f8b236;
    text-decoration: none;
}
.link_orange:hover {
    text-decoration: none;
}
.newindian-project-gallery {
    margin: 0 0 0 0;
    margin-top: 30px;
    margin-left: -40px;
}
.newindian-project-gallery li {
    list-style: none;
    margin-bottom: 25px;
}
.newindian-project-gallery li img {
    cursor: pointer;
}
.newindian-tweets {
    background-color: #8996a0;
    min-height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: 100px;
}
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}
.btn_loadmore {
    margin-top: 30px;
    margin-bottom: 80px;
}
.blog_box {
    margin-left: -12px;
}


.fixed_header{
    position:fixed;
    top:0px;
}

.product-details{
    width:100%;
    display:block;
    margin:20px 0;
}
.product-details .product-image{
    display:inline-block;
    width:30%;
}
.product-details .product-image img{
    display:block;
    width:100%;
}
.product-details .product-info{
    display:inline-block;
    width:65%;
    float:right;
    vertical-align:top;
}
.product-details .product-info h1{
    font-size:25px;
    margin-bottom:20px;
    text-transform:uppercase;
    color:#f8b236;
}
.product-details .product-info ul{
    padding-left:0px;
    list-style-position: inside;
    font-size:14px;
}
.product-details .product-info li label{
    width:150px;
}
.product-thumbs{
    width:100%;
}
.product-thumbs img{
    width:19%;
    display:inline-block;
    vertical-align:top;
    cursor:pointer;
    border:2px solid transparent;
    padding:3px;
}
.product-thumbs img.active{
    border-color:#f8b236;
}

.product-header{
    padding-bottom:30px;
}
.product-header span{
    font-size:35px;
    float:none;
    margin-top: 0;
}
.product-header .team_hr{
    width:30%;
    display:inline-block;
    float:none;
    vertical-align: middle;
    margin-top: 0;
}
.dropdownmenu{
    position:absolute;
    left:0;
    top:36px;
    background:#ffffff;
    border:1px solid #f1f1f1;
    width:200px;
    list-style:none;
    padding-left:0;
    z-index: 1000;
    display:none;
    -webkit-transition: 0.5s; 
    -moz-transition: 0.5s; 
    transition: 0.5s; 
}
.navbar-nav > li:hover .dropdownmenu{
    display:block;
}
.dropdownmenu li{
    display:block;
    text-transform:uppercase;
    border-bottom:1px solid #f1f1f1;
}
.dropdownmenu li:last-child{
    border:none;
}
.dropdownmenu li a{
    padding:10px;
    display:block;
    text-decoration:none;
}
.dropdownmenu li a:hover{
    background:#f8b236;
    color:#ffffff;
}
.no-list{
    list-style: none;
    padding: 0;
    padding-top:30px;
}

.no-list li{
    margin-bottom: 15px;
}
.no-list li strong{
    width:190px; 
    display:inline-block;
    vertical-align: top;
}
.no-list li span{
    width:calc(100% - 200px);
    display:inline-block;
    vertical-align: top;   
}
@media (min-width: 768px) {
    #newindian-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }
    #newindian-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}
@media (max-width: 768px) {
    #newindian-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}
@media (max-width: 1024px) {
    #newindian-carousel {
        background: url('../images/newindian_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .newindian-project-box,
    .project-overlay {
        height: 170px;
        width: 170px;
    }
    .newindian-project-gallery {
        margin-left: -70px;
    }
    .newindian-service-item-header {
        padding: 16px 10px 20px;
    }
    .newindian-header-orange {
        min-width: 230px;
    }
    .team_box,
    .team_box_over {
        height: 220px;
        width: 220px;
    }
}
@media (max-width: 991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .newindian-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .newindian-project-box,
    .project-overlay {
        height: 130px;
        width: 130px;
        padding-top: 0px;
    }
    .newindian-project-gallery {
        margin-left: 10px;
    }
    .blog_box {
        margin-right: -140px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    }
}
@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
    }
    .newindian-btn-read-more {
        float: right;
        margin-bottom: 40px;
    }
}
@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .newindian-service-item-header {
        font-size: 16px;
        padding: 23px 10px 22px;
    }
    .newindian-header-orange {
        min-width: 0px;
    }
}
@media (min-width: 991px) and (max-width: 1200px) {
    .team_hr {
        width: 37%;
    }
}
@media (min-width: 683px) and ( max-width: 991px) {
    .team_hr {
        width: 33%;
    }
}
@media (min-width: 585px) and ( max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;
    }
    .team_hr {
        width: 30%;
    }
}
@media (min-width: 536px) and ( max-width: 585px) {
    .team_hr {
        width: 28%;
    }
}
@media (min-width: 410px) and ( max-width: 536px) {
    .team_hr {
        width: 21%;
    }
}
@media ( max-width: 410px) {
    .team_hr {
        width: 11%;
    }
}
.social-links{
    list-style:none;
    font-size:21px;
}
.social-links li{
    display: inline-block;
    margin-right:5px;
}
.social-links li a{
    color:rgba(0,0,0,0.3);
    transition: 0.3s ease all;
}
.social-links li a:hover{
    color:rgba(0,0,0,0.5);
}