/*
Template Name: Neel - One page HTML5 Template
Version      : 1.0
*/

/****** Table Of Content ***************
#1.Typography
#2.Header 
#3.About Us
#4.Service area
#5.Portfolio area
#6.Subscribe area
#7.Team area
#8.Blog area
#9.Contact area
#10.Footer area
#11.Slider area
#12.Back to top

*/


/*----------------------------------------*/
/*  1.  Typography CSS
/*----------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none!important;
    box-shadow: none;
}

ul {
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.no-padding {
    padding: 0px
}

.float-right {
    float: right
}


/*----------------------------------------*/
/*  2.  Header CSS
/*----------------------------------------*/

.header-left {
    float: left;
    padding-bottom: 17px;
    padding-top: 26px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.header-left > a {
  float: left;
}

.stick .header-left {
    float: left;
    padding-bottom: 10px;
    padding-top: 15px;
}

.navbar-nav>li>a {
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0;
}
.stick .navbar-nav>li>a {
    color: #000;
}
.stick .navbar-nav>li>a:hover,.stick .navbar-nav>li.active>a {
    color: #960001 ;
}

.navbar-nav>li {
    float: left;
    margin-left: 20px;
}

.navbar-nav>li>a:before {
    border-bottom: 2px solid #fff;
    bottom: 0px;
    content: "";
    left: 50%;
    right: 50%;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 10px;
    transition: all 300ms ease 0s;
    z-index: 11;
    visibility: hidden;
}
.stick .navbar-nav>li>a:before {
    border-bottom: 2px solid #960001 ;
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li.active>a::before {
    left: 0px;
    opacity: 1;
    right: 0px;
    visibility: visible;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.stick.header-area {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 10px -1px rgba(87, 97, 100, 0.35);
    position: fixed !important;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.header-left p {
    color: #fff;
    float: right;
    margin-left: 50px;
    margin-top: 8px;
}

.stick .header-left p {
    color: #000;
}

.header-left span {
    font-size: 15px;
    margin-right: 21px;
}

ul.navbar-nav {
    margin-top: 23px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.stick ul.navbar-nav {
    margin-top: 14px;
}

.header-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2147483647;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}


/*----------------------------------------*/
/*  3.  About Us CSS
/*----------------------------------------*/

.area-header {
    text-align: center
}

.area-header h2 {
    color: #202020;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
    position: relative;
}

.area-header>p {
    color: #313131;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 60px;
    padding: 0 17%;
}

.nav-tabs {
    border-bottom: 0px solid #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #fff;
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
}

.nav-tabs li>a {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
}

.nav-tabs li.active>a,
.nav-tabs li.active>a:focus,
.nav-tabs li>a:hover {
    color: #960001;
}

.nav-tabs li:before {
    content: "";
    height: 47px;
    width: 1px;
    background: #bcbec0;
    position: absolute;
    top: 0;
    right: 100%;
}

.nav-tabs li {
    position: relative;
    border: 1px solid #fff;
}

.nav-tabs li:first-child:before {
    content: "";
    width: 0px;
}

.tab-pane>p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.tab-pane {
    padding-right: 66px;
    padding-top: 35px;
}

.about-img>img {
    float: right;
}

.about-us {
    padding: 111px 0;
}


/*----------------------------------------*/
/*  4.  Service area CSS
/*----------------------------------------*/

.sin-ser-wrapper {
    display: table;
    height: 325px;
    width: 100%;
}

.single-service {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #bcbec0;
}

.single-service {
    text-align: center
}

.border-lr-w {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}

.border-bottom-w {
    border-bottom: 1px solid #f6f6f6;
}

.border-top-w {
    border-top: 1px solid #f6f6f6
}

.ser-icon {
    font-size: 43px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.sin-ser-content>h3 {
    color: #202020;
    font-size: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.sin-ser-content>p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    padding: 0 60px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.service-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 111px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.single-service:hover .ser-icon {
    color: #777;
}

.single-service:hover {
  
}

.single-service:hover h3,
.single-service:hover p {
 
}


/*----------------------------------------*/
/*  5.  Portfolio area CSS
/*----------------------------------------*/

.portfolio-area {
    overflow: hidden;
    padding: 111px 0;
}

.mixitup-button li {
    border: 1px solid #cccccc;
    color: #202020;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 8px 22px;
    text-transform: capitalize;
}

.mixitup-button li:hover {
    background: #960001;
    color: #fff;
    border-color: #960001;
}

.mixitup-button li.active {
    background: #960001;
    color: #fff;
    border-color: #960001;
}

.mixitup-button {
    padding-left: 15px;
}

.mix-icon h6 {
    font-size: 18px;
    margin-bottom: 6px;
}

.mix-icon {
    color: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.9s ease 0s;
}

.mix-icon a {
    border: 1px solid;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 22px;
    margin: 0 2px;
    width: 22px;
    transition: all 0.3s ease 0s;
}

.mix-table {
    display: table;
    height: 100%;
    width: 100%;
}

.mix-ver-allign {
    display: table-cell;
    vertical-align: middle;
}

.overlay::before {
    background-color: #960001;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 0;
}

.mix-link {
    position: relative;
}

.mix:hover .overlay::before {
    opacity: .8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mix:hover .mix-icon {
    opacity: 1;
}

.mix-icon a:hover {
    color: #960001;
    background: #fff;
}

.mixitup-content {
    padding-top: 50px;
}

.portfolio-filter .mix {
    display: none;
    margin: 15px 0;
}

.load-more {
    background: #960001 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 38px;
    padding: 8px 25px;
    text-transform: capitalize;
    position: relative;
}

.load-more:hover {
    color: #fff
}

.area-bottom {
    overflow: hidden;
    text-align: center;
}


/*----------------------------------------*/
/*  6.  Subscribe area CSS
/*----------------------------------------*/

.subscribe-area {
    background: #960001 none repeat scroll 0 0;
    padding-bottom: 125px;
    padding-top: 80px;
}

.subscribe-area .area-header h2,
.subscribe-area .area-header p {
    color: #fff;
}

.subscribe-area .area-header p {
    font-size: 18px;
    line-height: 28px;
}

.subscribe-inner {
    text-align: center;
}

.subscribe-inner input {
    background: #960001 none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #ffffff;
    height: 50px;
    padding: 10px 19px;
    width: 400px;
}


.subscribe-inner input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.subscribe-inner input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.subscribe-inner input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.subscribe-inner input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.subscribe-inner input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}


.subscribe-inner>a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50px;
    color: #666666;
    font-size: 18px;
    margin-left: 12px;
    padding: 13px 51px;
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  7.  Team area CSS
/*----------------------------------------*/

.team-area {
    padding: 110px 0;
}

.member-name>p {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    text-align: center;
}

.mem-designation>p {
    color: #666666;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 11px;
    text-align: center;
}

.team-des>p {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 18px;
    text-align: center;
}

.mem-social a {
    color: #999999;
    font-size: 16px;
    margin: 0 5px;
}

.mem-social {
    text-align: center;
}

.team-detail {
    border: 1px solid #cccccc;
    border-top: 0px solid #fff;
    padding: 25px;
}

.sin-team {
    margin-bottom: 2px;
}

.team-img {
    position: relative;
}

.sin-team-overlay::before {
    background-color: #960001;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.sin-team:hover .team-img .sin-team-overlay::before {
    opacity: .3
}

.twitter:hover {
    color: #1DA1F2
}

.linkedin:hover {
    color: #dd5143
}

.facebook:hover {
    color: #3B5998
}

.instagram:hover {
    color: #c13584
}

.pinterest:hover {
    color: #bd081c
}

.team-area .owl-theme .owl-controls .owl-buttons div {
    background: #cccccc none repeat scroll 0 0;
    font-size: 18px;
    opacity: 1;
    padding: 6px 10px;
}

.team-area .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background: #960001 none repeat scroll 0 0;
}

.team-area .owl-theme .owl-controls {
    margin-top: 59px;
}


/*----------------------------------------*/
/*  8.  Blog area CSS
/*----------------------------------------*/

.blog-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 110px 0;
}

.sin-blog,
.sin-blog a {
    color: #666666;
}

.blog-detail h2 a {
    color: #202020;
    font-size: 24px;
}

.date {
    float: left;
    overflow: hidden;
}

.date span {
    border-right: 1px solid #000000;
    padding-right: 16px;
}

.comment {
    float: left;
    margin-left: 16px;
    width: 50px;
}

.comment i,
.like i {
    margin-right: 5px;
}

.blog-contain {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 26px;
    margin-top: 16px;
}

.blog-detail h5 {
    margin-bottom: 8px;
}

.blog-detail {
    background: #ffffff none repeat scroll 0 0;
    padding: 30px 35px 40px;
    transition: all 0.3s ease;
}

.sin-blog {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
.blog-more {
    font-weight: 700;
}

.sin-blog:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);

}

.sin-blog:hover .blog-detail h2 a,
.sin-blog:hover a,
.sin-blog:hover {
 
}

.sin-blog:hover .blog-detail .blog-meta .date span {
   
}

.load-more::after {
    content: "\eb61";
    font-family: icofont;
    position: absolute;
    right: 7px;
    top: 10px;
}


/*----------------------------------------*/
/*  9.  Contact area CSS
/*----------------------------------------*/

.contact-area {
    padding: 110px 0;
}

.contact-inner form input {
    border: 1px solid #bcbec0;
    margin-bottom: 20px;
    padding: 10px 17px;
    width: 100%;
}

.contact-inner textarea {
    border: 1px solid #bcbec0;
    height: 120px;
    margin-bottom: 22px;
    padding: 10px 15px;
    width: 100%;
}

.send-btn .submit-btn {
    background: #960001 none repeat scroll 0 0;
    border-color: #960001 !important;
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 37px;
    text-transform: uppercase;
    width: auto !important;
}

.map-wrapper {
    margin-bottom: -5px;
    margin-top: 70px;
    width: 100%;
}

.map-wrapper iframe {
    width: 100%;
}

.contact-inner p {
    color: #202020;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.add-icon {
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-top: 10px;
    padding-right: 31px;
}

.add-detail>span {
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.inner-address {
    border-bottom: 1px solid #bcbec0;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-form>span {
    float: left;
    padding-right: 30px;
    width: 50%;
}

.con-mesage {
    display: block;
    width: 100% !important;
}

.no-border {
    border-bottom: 1px solid #fff
}


/*----------------------------------------*/
/*  10. Footer area CSS
/*----------------------------------------*/

.footer-area {
    background: #1c2d3d none repeat scroll 0 0;
    color: #ffffff;
    padding-top: 110px;
    text-align: center;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-address>h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.footer-bottom {
    border-top: 2px solid #233648;
    padding-bottom: 30px;
    padding-top: 23px;
}

.footer-address {
    padding-bottom: 15px;
}

.footer-address>p {
    font-size: 13px;
}

.copyright {
    font-size: 13px;
}

.footer-social a {
    background: #233648 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.footer-social a:hover {
    background: #fff none repeat scroll 0 0;
    color: #960001;
}

.footer-social {
    display: inline-block;
}


/*----------------------------------------*/
/*  11.  Slider area CSS
/*----------------------------------------*/

.banner {
    width: 100%;
    height: auto;
}

.banner .item {
    height: 800px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner .item::before {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}

.banner h1 {
    color: #fff;
    margin: 0 0 25px;
    font-size: 60px;
}

.banner p {
    color: #ffffff;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 35px;
    padding: 0px 60px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.caption-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.caption-info-inner h1 {
    animation-delay: 0.5s;
}

.caption-info-inner p {
    animation-delay: 1.1s;
}

.caption-info-inner a {
    animation-delay: 1.6s;
}

.control {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner:hover .control {
    visibility: visible;
    opacity: 1;
}

.control,
.control:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: -15px 0 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.control:hover {
    background: #fff;
    color: #246ee8;
}

.left.control {
    left: 10px;
}

.right.control {
    right: 10px;
}

.control {
    font-size: 36px;
}

.caption-info-inner a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    padding: 10px 36px;
    text-transform: capitalize;
}

.caption-info-inner a:hover {
    background: #246ee8 none repeat scroll 0 0;
    border: 2px solid #246ee8;
    color: #fff;
}

#real-contact {
	visibility: hidden;
}

.real-contact {
	visibility: hidden;
}


/*----------------------------------------*/
/*  12.  Back to top CSS
/*----------------------------------------*/

#scrollUp {
    background-color: #960001;
    bottom: 10px;
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    height: 45px;
    line-height: 42px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 1000;
    border-radius: 50px;
    opacity: .8;
}
