#hero-area,
.entry-widget,
article {
    position: relative
}

.controls li,
.owl-buttons div,
.owl-page {
    cursor: pointer
}

.slicknav_btn {
    border: 1px solid #ec483b!important
}

.slicknav_btn:hover,
.slicknav_icon-bar {
    background: #ec483b
}

.entry-widget,
.sidebar .nav-tabs,
.slicknav_btn:hover .slicknav_icon-bar,
article {
    background: #fff
}

.slicknav_nav a {
    font-size: 14px;
    color: #666;
    text-transform: uppercase
}

.cat-menu-list li a:hover,
.meta-part a:hover,
.blog-title a:hover,
.copyright p a:hover,
.footer-menu li a:hover,
.breadcrumb .current,
.panel-title a:hover,
.meta span i,
.slicknav_nav a:hover,
li.active>a>.active>a:hover,
ul>li.active>a,
.slicknav_nav>.active>a:focus,
.slicknav_nav>li.active>a,
.tag a:hover,
article a {
    color: #ec483b
}

.slicknav_nav li a {
    text-transform: none
}

#hero-area .intro-area h3,
.brltrt,
.links a,
.more,
.breadcrumb,
.entry-title,
.header,
.reply-link,
.title1,
.pager li a {
    text-transform: uppercase
}

#hero-area {
    width: 100%;
    background: url(../img/bg/hero-area.jpg) 0 0/cover;
    padding: 90px 0
}

#hero-area:before {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block
}

#contactForm .btn:active,
#contactForm .btn:focus,
#hero-area .intro-area,
.meta-part a:hover,
.meta-part:hover,
.overlay .post-content .btn-common,
.overlay .post-content p,
blockquote .icon i {
    color: #fff
}

#hero-area .intro-area h3 {
    font-size: 22px;
    font-weight: 500
}

.intro-area h2 {
    font-size: 62px;
    font-weight: 600
}

.intro-area .meta-part {
    margin: 0 7px;
    color: rgba(255, 255, 255, .7);
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out
}

.intro-area .meta-part a {
    color: rgba(255, 255, 255, .7)
}

.blog-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.more,
.sidebar .nav-tabs li>a {
    font-size: 16px;
    font-weight: 600
}

.footer .footer-menu li,
.social-share-btn {
    margin-right: 30px;
    display: inline-block
}

.blog-title a,
.panel-default .panel-title a {
    color: #666
}

article {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px rgba(45, 45, 45, .36)
}

.single-post-content {
    padding: 0;
    box-shadow: none
}

.entry-widget {
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px rgba(45, 45, 45, .36)
}

.blog-item-wrap .post-format {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 26px;
    color: #ec483b;
    margin-top: -9px
}

.blog-item-wrap .entry-meta {
    margin-top: 7px;
    margin-bottom: 30px;
    font-size: 12px
}

.entry-meta .meta-part {
    color: #ec483b;
    margin-right: 5px
}

.entry-meta .meta-part a {
    color: #999
}

.feature-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.entry-more {
    width: 100%;
    margin-top: 8px;
    display: inline-block;
    position: relative
}

.entry-more .share-icon {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.entry-more .share-icon a {
    font-size: 22px;
    margin-right: 8px
}

.social-links .twitter,
.socials .twitter {
    color: #00aced
}

.social-links .facebook,
.socials .facebook {
    color: #3b5998
}

.social-links .google-plus,
.socials .google-plus {
    color: #dd4b39
}

.social-links .linkedin,
.socials .linkedin {
    color: #007bb6
}

.social-links .dribbble,
.socials .dribbble {
    color: #ec4a89
}

.social-links .pinterest,
.socials .pinterest {
    color: #bd2126
}

.post-quote {
    width: 100%;
    background: #ec483b;
    color: #fff
}

.post-quote blockquote {
    padding: 20px 80px;
    border-left: 0
}

.post-quote blockquote .icon {
    font-size: 30px;
    margin-bottom: 10px
}

.post-quote blockquote p {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 32px
}

.post-quote blockquote a {
    color: #e4c0be;
    font-size: 14px
}

article .pager {
    margin: 1px
}

#comments li .comment-box,
.contact-item-wrapper .icon,
.flickr ul,
.footer .social-links,
.posts-list li,
.widget-title {
    margin-bottom: 20px
}

article .pager li a {
    font-size: 22px;
    color: #999!important;
    padding: 0;
    border: none
}

article .pager li a:focus,
article .pager li a:hover {
    color: #ec483b!important;
    background: 0 0
}

article .pager span {
    line-height: 20px;
    padding: 5px;
    border: 0
}

article .pager span a {
    color: #666;
    font-size: 12px;
    padding: 0;
    margin-right: 3px;
    border: 1px solid #666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.pager>.active>a,
.pager>.active>a:focus,
.pager>.active>a:hover,
.pager>span>a:focus,
.pager>span>a:hover {
    background-color: #ec483b;
    border-color: #ec483b;
    color: #fff
}

.widget-profile .image {
    overflow: hidden;
    position: relative;
    height: 168px
}

.widget-profile .portfolio {
    position: absolute;
    top: 16%;
    border-radius: 50%;
    width: 120px;
    border: 3px solid #fff;
    height: 120px;
    overflow: hidden;
    left: 32%
}

.widget-profile .info {
    text-align: center;
    padding: 30px 30px 18px
}

.widget-profile .info .name {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 20px
}

.sidebar .nav-tabs li {
    margin-bottom: 1px
}

.sidebar .nav-tabs li>a {
    border-radius: 0;
    border: none;
    color: #666;
    margin: -1px;
    padding: 15px 28.32px
}

.sidebar .nav>li>a:focus,
.sidebar .nav>li>a:hover {
    background-color: #ec483b;
    color: #fff;
    outline: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #ec483b;
    color: #fff;
    border: none
}

.sidebar .tab-content {
    padding: 30px 20px 20px
}

.more {
    color: #ec483b;
    padding: 0
}

.widget-title {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd
}

.posts-list li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px
}

.latest-tweets .icon,
.latest-tweets li .iocn,
.owl-carousel .owl-item,
li .widget-thumb {
    float: left
}

.flickr li a img,
li .widget-thumb a img {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

.flickr li a:hover img,
li .widget-thumb a img:hover {
    opacity: .7
}

li .widget-content {
    margin-left: 85px
}

.latest-tweets li a,
li .widget-content a {
    font-size: 14px;
    font-weight: 500
}

li .widget-content .meta {
    margin-top: 5px
}

li .widget-content .meta span {
    color: #999;
    margin-right: 5px;
    font-size: 12px
}

.accordion,
.archivee,
.flickr,
.meta-list,
.tag {
    padding: 0 20px 20px
}

.panel-default {
    border: none;
    box-shadow: none
}

.panel-title {
    font-size: 14px;
    padding: 4px 0;
    color: #656565
}

.panel-title a:focus {
    text-decoration: none;
    outline: 0
}

.panel-body {
    padding: 0 15px
}

.cat-menu-list li {
    margin-bottom: 4px
}

.cat-menu-list li a {
    color: #656565
}

.panel-title a.collapsed {
    color: inherit
}

.latest-tweets {
    padding: 10px 20px
}

.latest-tweets .icon a {
    font-size: 62px;
    color: #00bff3
}

.latest-tweets .tweets-content {
    margin-left: 80px
}

.latest-tweets a span {
    font-weight: 400
}

.latest-tweets .details {
    font-size: 12px;
    font-weight: 300
}

.flickr li {
    display: inline-block
}

.flickr li a {
    margin: 4px 2px;
    display: block
}

.flickr .more,
.links a:last-child {
    border: none
}

.tag a {
    color: #848484;
    font-size: 16px;
    margin-right: 5px
}

.tag .large {
    font-size: 36px;
    font-weight: 600
}

.tag .madium {
    font-size: 22px;
    font-weight: 500
}

.archivee li,
.meta-list li {
    margin-bottom: 10px
}

.footer {
    background: #333;
    padding: 75px 0;
    color: #fff
}

.footer .twitter:hover {
    color: #fff;
    background: #00aced
}

.footer .facebook:hover {
    color: #fff;
    background: #3b5998
}

.footer .google-plus:hover {
    color: #fff;
    background: #dd4b39
}

.footer .linkedin:hover {
    color: #fff;
    background: #007bb6
}

.footer .dribbble:hover {
    color: #fff;
    background: #ec4a89
}

.footer .pinterest:hover {
    color: #fff;
    background: #bd2126
}

.footer .footer-menu li a {
    color: #fff;
    font-size: 16px
}

#portfolio-list,
.footer .copyright {
    margin-top: 15px
}

.footer .copyright p {
    color: #fff;
    font-weight: 300;
}

.footer .copyright p a {
    font-weight: 400;
    color: #fff
}

.social-share-btn {
    background: #fff;
    padding: 0 18px;
    position: relative;
    border: 1px solid #dddddd;
    font-weight: 500;
    float: left;
    font-size: 14px;
    line-height: 40px;
    min-height: 40px;
    border-radius: 0 20px 20px 0
}

.social-share-btn:before {
    background: #ddd;
    right: -5px
}

.social-share-btn:after {
    background: #fff;
    right: -4px
}

.social-share-btn:after,
.social-share-btn:before {
    content: "";
    height: 11px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
    width: 11px
}

.social-links {
    margin-top: 20px
}

.social-links a {
    background: #fff;
    font-size: 15px;
    border: 1px solid #dddddd;
    color: #aaa;
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 6px 6px 0;
    text-align: center;
    width: 40px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.twitter:hover {
    border: 1px solid #00aced
}

.facebook:hover {
    border: 1px solid #3b5998
}

.google-plus:hover {
    border: 1px solid #dd4b39
}

.linkedin:hover {
    border: 1px solid #007bb6
}

.dribbble:hover {
    border: 1px solid #ec4a89
}

.pinterest:hover {
    border: 1px solid #bd2126
}

#comments .avatar,
#comments .avatar img,
.author .author-img img {
    border-radius: 50%
}

.slider .owl-controls .owl-buttons div,
.touch-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 58px;
    margin: -30px 0 0!important;
    padding: 5px!important;
    background: rgba(54, 54, 54, .5)!important;
    color: #fff!important;
    border-radius: 0!important;
    opacity: 1!important;
    transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

.slider .owl-buttons div:hover,
.touch-slider .owl-buttons div:hover {
    background: #ec483b!important
}

.slider .owl-buttons div.owl-prev,
.touch-slider .owl-buttons div.owl-prev {
    left: 10x
}

.slider .owl-buttons div.owl-next,
.touch-slider .owl-buttons div.owl-next {
    right: 0
}

.slider .owl-buttons div i,
.touch-slider .owl-buttons div i {
    font-size: 36px;
    padding-left: 18px
}

.controls {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
    line-height: 34px;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    text-align: center
}

.controls li {
    display: inline-block;
    margin: 0 15px;
    padding: 5px 0;
    border-top: 3px solid transparent;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: all 0.7s ease;
    transition: .7s
}

.controls li.active,
.controls li:hover {
    color: #ec483b;
    border-top: 3px solid #ec483b
}

.portfolio-item {
    padding-top: 15px;
    padding-bottom: 15px
}

.portfolio-img {
    overflow: hidden;
    display: block;
    visibility: back;
    position: relative
}

.brltrthd i,
.form-control,
.spnTags {
    display: inline-block
}

.portfolio-item-content {
    position: absolute;
    bottom: 0;
    margin-bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    text-align: center;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -ms-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.portfolio-item-content h3 a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    transition: .35s;
    background: rgba(236, 72, 59, .6)
}

.portfolio-img .icon-zoom-in {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -40px;
    z-index: 99;
    opacity: 0;
    text-align: center
}

.portfolio-img .icon-zoom-in a {
    background: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    margin-right: 5px;
    height: 40px;
    color: #ec483b;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.carousel-caption h6.full-wid,
.carousel-caption h6.slideText-wid {
    background-color: transparent!important;
    box-shadow: none!important
}

.form-control,
.thumbs-gallery .item i {
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.icon-zoom-in a:hover {
    background: #ec483b;
    color: #fff
}

.icon-zoom-in .link {
    transform: translate(100%, 100%)
}

.icon-zoom-in .zoom {
    transform: translate(-100%, 100%)
}

.portfolio-img:hover .portfolio-item-content {
    opacity: 1;
    margin-bottom: 0
}

.portfolio-img:hover .icon-zoom-in,
.portfolio-img:hover:after {
    opacity: 1
}

.portfolio-img:hover .icon-zoom-in .link,
.portfolio-img:hover .icon-zoom-in .zoom {
    transform: translateX(0)
}

.portfolio-item-content {
    padding: 10px 0;
    position: relative
}

.portfolio-item-content .header {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 12px
}

.title1 {
    color: #ec483b;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 16px
}

.thumbs-gallery .item a {
    position: relative;
    pointer-events: none;
    display: block
}

.thumbs-gallery .item a i {
    color: #ec483b;
    display: block;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 39%;
    opacity: 0;
    left: 45%;
    text-align: center;
    width: 48px;
    pointer-events: auto;
    background: #fff;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.thumbs-gallery .item:hover i {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.capton {
    border-left: 20px solid #ec483b
}

.capton p {
    font-size: 15px;
    font-weight: 300;
    font-style: italic
}

.single-space {
    margin-top: 30px;
    margin-bottom: 30px
}

.quote {
    border-left: none;
    background: #f5a39d;
    width: 100%;
    float: left;
    position: relative
}

.quote p {
    color: #fff;
    padding: 15px 190px 15px 15px;
    float: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500
}

.quote span {
    position: absolute;
    float: right;
    font-size: 40px;
    right: 40px;
    color: #fff
}

.links {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    position: relative
}

.links a {
    font-size: 14px;
    color: #999;
    border-right: 1px solid #f1f1f1;
    padding: 6px 10px
}

.links a i {
    font-size: 16px;
    margin-right: 5px;
    color: #ec483b
}

.links .twitter i {
    color: #00adf2
}

.links .facebook i {
    color: #225b99
}

.author .author-img {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden
}

.author .author-content {
    margin-left: 150px
}

.author .author-content h4 {
    font-size: 22px;
    color: #656565;
    font-weight: 500
}

.comments-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px
}

#comments li {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 20px
}

#comments li:last-child {
    border-bottom: none
}

#comments li ul {
    padding-left: 80px
}

#comments .avatar {
    background: #fff;
    width: 80px;
    float: left;
    height: 80px;
    position: relative
}

#comments .comment-content {
    padding-left: 105px
}

#comments .comment-meta {
    margin-bottom: 5px
}

#comments .comment-by a {
    font-size: 16px;
    color: #656565;
    font-weight: 400
}

.reply-link {
    color: #ec483b;
    font-size: 14px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s
}

.respond-title {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0
}

.page-header {
    margin: 0;
    padding: 36px 0 30px;
    background: #f5f5f5
}

.page-header .entry-title {
    font-weight: 600;
    float: left;
    padding-top: 5px;
    font-size: 24px;
    margin: 0
}

.page-header .breadcrumb {
    float: right;
    margin: 0;
    background: 0 0;
    font-weight: 600
}

.carousel-caption {
    top: 30%;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.bg-gradbrltrt {
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 30%, rgba(255, 255, 255, .3) 70%, rgba(255, 255, 255, 0) 100%);
    max-width: 700px;
    margin: 0 auto 60px;
    padding: 40px
}

.brltrt {
    text-align: center;
    letter-spacing: 7px;
    color: #e3c901;
    font-size: 2.3vw;
    font-weight: 500
}

.brltrthd {
    font-size: 7vw;
    color: #f9dc00;
    font-weight: 500;
    margin-top: 20px
}

.brltrthd i {
    font-style: normal;
    /*letter-spacing: -16px;*/
    padding-right: 7px
}

.brltrthd span {
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: -1px
}

.carousel-caption h6 {
    font-size: 4vw;
    line-height: 5vw!important;
    padding: 30px;
    margin: 0 auto;
    font-weight: 300;
    text-transform: normal
}

.carousel-caption h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase
}

.post-item {
    text-align: center
}

.post-carousel-thumb {
    position: relative;
    margin: 0;
    padding: 0
}

.post-carousel-thumb .overlay {
    background: rgba(236, 72, 59, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.post-carousel-thumb .post-content {
    display: table-cell;
    margin: auto;
    padding: 15px;
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    left: 0;
    vertical-align: middle;
    height: 138px
}

.post-carousel-thumb h3 a {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s
}

.post-carousel-thumb h3 a:hover {
    opacity: .8
}

.owl-theme .owl-controls {
    padding: 15px 0
}

.owl-carousel-slider .owl-controls {
    padding: 0;
    margin: 0
}

.owl-theme .owl-page span {
    background: #ec483b!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    width: 30px!important;
    height: 7px!important;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s
}

.form-control {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    border-color: transparent;
    color: #333!important;
    background: #f5f5f5;
    padding: 12px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    transition: .3s
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #999
}

.contact-item-wrapper {
    text-align: center;
    margin-bottom: 50px
}

.contact-item-wrapper .icon i {
    font-size: 36px
}

.contact-item-wrapper h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px
}

.bl {
    border-left: 1px solid #e7e6e6;
    border-right: 1px solid #e7e6e6
}

.help-block {
    color: #ec483b!important
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ec483b;
    box-shadow: none
}

.tabs {
    margin-top: 50px
}

.tabs a:active,
.tabs a:focus {
    outline: 0
}

.tabs .tab-content {
    background-color: #f5f5f5;
    padding: 15px
}

.tabs.list-details,
.tabs.list1 {
    padding: 10px
}

.tabs.list-details li {
    margin-bottom: 15px
}

.tabs.list-details li i,
.tabs.list1 li i {
    color: #ec483b;
    font-size: 18px;
    margin-right: 8px
}

.tabs.list-details li b {
    color: #666;
    font-weight: 500;
    margin-right: 8px;
    text-transform: uppercase
}

.tabs.list1 li {
    margin-bottom: 15px;
    float: left;
    width: 50%
}

.tabs.counter .counter-item {
    text-align: center;
    padding: 46px 0
}

.tabs.counter .counter-item .icon {
    font-size: 18px;
    margin: 0 auto;
    color: #ec483b;
    width: 50px;
    height: 50px;
    border: 1px solid #ad9b9b;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs.counter .counter-item .value {
    font-size: 30px;
    font-weight: 500;
    margin-top: 15px
}

.highlights li.fntCSS,
.spnTags {
    font-weight: 400
}

.tabs.counter .counter-item .title {
    font-size: 16px;
    font-weight: 400
}

.tabs.counter .counter-item:hover .icon {
    background: #ec483b;
    border-color: #ec483b;
    color: #fff
}

.tabs .vertical {
    margin: 20px 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    min-height: 265px
}

.vertical .nav-tabs,
.vertical .tab-content {
    background: #f5f5f5;
    border-left: 1px solid #ddd;
    clear: none;
    float: left;
    width: 70%;
    position: relative
}

.vertical .nav-tabs {
    background-color: #999;
    box-shadow: none;
    border-bottom-color: transparent;
    width: 29%
}

.vertical .nav-tabs li {
    float: none
}

.vertical .nav-tabs a {
    display: block;
    margin: -1px -2px;
    color: #666;
    font-size: 14px;
    padding: 0 25px;
    background: #f5f5f5;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 50px;
    border-radius: 0;
    border: 1px solid #ddd;
    text-transform: uppercase
}

.vertical .nav-tabs i {
    font-size: 18px;
    margin-right: 8px
}

.vertical .nav-tabs li a:hover,
.vertical .nav-tabs li.active a,
.vertical .nav-tabs li.active a:focus,
.vertical .nav-tabs li.active a:hover {
    background: #ec483b;
    color: #fff;
    border-color: #ec483b;
    border-left: 2px solid transparent;
    z-index: 2;
    margin-right: -1px
}

.spnTags {
    color: #666;
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 0;
    border-bottom: 2px solid #e15455!important;
    margin: 10px 12px;
    cursor: default
}

.highlights li.fntCSS,
.sml-text1 {
    font-size: 20px!important
}

.clr-rd {
    color: #884217!important
}

.carousel-caption .full-height {
    height: 100%;
    background-color: rgba(0, 0, 0, .6)!important;
    border: 0!important;
    box-shadow: none!important;
    padding: 0!important;
    margin: 0 auto!important
}

.carousel-caption h6.full-wid {
    padding-top: 6%;
    border: none!important
}

.carousel-caption h6.slideText-wid {
    width: 86%;
    padding: 2.8% 0 0;
    border: none;
    margin: 0 auto
}

.carousel-caption.full-capStyle {
    top: 0!important;
    left: 0!important;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: 0 auto
}

span.spn-smlText {
    font-size: 3vw
}

.carousel-caption h6.full-wid p button img {
    width: 85px!important
}

section.CustomerStyle {
    position: relative!important;
    padding: 250px 0 150px!important;
    background-attachment: inherit!important;
    background-position: 50% 0!important
}

.owl-wave {
    padding-top: 0;
    padding-bottom: 0
}

.WidthReduce {
    width: 50%;
    margin: 0 auto
}

.funfact.clr-drk {
    color: #c0ba32!important
}

.funfact h4.clrDrk {
    color: #666!important
}

.customer-text {
    font-size: 23px!important
}

.bdr-al-acn.bdrNone {
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: 1px solid rgba(183, 183, 183, .2)!important
}

.bdr-al-acn:hover {
    background-color: none!important;
    background-image: none!important
}

.pricing-content li {
    padding: 7px!important
}

.btn-Bg-Border {
    background: 0 0!important;
    border: 0!important
}

.margin-top80 {
    margin-top: 80px
}

.box-40 {
    margin-bottom: 35px
}

.box-1 {
    margin-top: 35px
}

.pmargtp20 {
    padding-top: 25px;
    height: 150px!important
}

.pad-bot60 {
    padding-bottom: 60px
}

#pre-div1 {
    background-color: #ececec;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10000
}

#loader1 {
    background-image: url(../images/loader-gif.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px
}

.onlmob {
    margin-top: 40px
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

@media screen and (max-width:767px) {
    .js #wpb-mobile-menu {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    .bg-gradbrltrt {
        margin: -10px auto 30px!important;
        padding: 10px!important
    }
    .brltrt {
        letter-spacing: 4px;
        font-size: 17px
    }
    .brltrthd {
        font-size: 40px;
        margin-top: 10px
    }
    .brltrthd span {
        font-size: 20px;
        font-weight: 400
    }
    .pad-bot60 {
        padding-bottom: 10px
    }
    .pmargtp20 {
        padding-top: 0
    }
    .wave-responsi {
        width: 98%;
        margin: 0 auto!important
    }
    .carousel-caption h6.full-wid {
        padding-top: 3%
    }
    .funfact {
        border-right: 0
    }
}

@media screen and (min-width:200px) and (max-width:699px) {
    .owl-carousel-slider a img {
        height: 220px!important;
        width: 100%
    }
    .carousel-caption h6.full-wid {
        padding-top: 6%!important
    }
    .carousel-caption h6 {
        font-size: 20px!important;
        line-height: 26px!important
    }
    span.spn-smlText {
        font-size: 16px!important
    }
    .carousel-caption h6.slideText-wid {
        padding: 6.4% 0 0!important
    }
    .onlmob {
        margin-top: 10px!important;
        margin-bottom: 10px!important
    }
    .carousel-caption h6.full-wid p button img {
        margin-top: 10px!important;
        margin-bottom: 18px!important
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.animated {
    -webkit-animation-duration: 1000 ms;
    animation-duration: 1000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.ico-keyboard_arrow_left {
    display: inline-block;
    font: 14px/1 FontAwesome;
    content: "\f060";
    color: #fff
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: .7s both fadeOut;
    -moz-animation: .7s both fadeOut;
    animation: .7s both fadeOut
}

.owl-fade-in {
    -webkit-animation: .7s both fadeIn;
    -moz-animation: .7s both fadeIn;
    animation: .7s both fadeIn
}

.owl-backSlide-out {
    -webkit-animation: 1s both backSlideOut;
    -moz-animation: 1s both backSlideOut;
    animation: 1s both backSlideOut
}

.owl-backSlide-in {
    -webkit-animation: 1s both backSlideIn;
    -moz-animation: 1s both backSlideIn;
    animation: 1s both backSlideIn
}

.owl-goDown-out {
    -webkit-animation: .7s both scaleToFade;
    -moz-animation: .7s both scaleToFade;
    animation: .7s both scaleToFade
}

.owl-goDown-in {
    -webkit-animation: .6s both goDown;
    -moz-animation: .6s both goDown;
    animation: .6s both goDown
}

.owl-fadeUp-in {
    -webkit-animation: .5s both scaleUpFrom;
    -moz-animation: .5s both scaleUpFrom;
    animation: .5s both scaleUpFrom
}

.owl-fadeUp-out {
    -webkit-animation: .5s both scaleUpTo;
    -moz-animation: .5s both scaleUpTo;
    animation: .5s both scaleUpTo
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

.wavsct {
    padding: 45px 0 25px
}

.nosuggestion iframe {
    width: 100%;
    height: 400px
}

.nosuggestion h3 {
    font-size: 22px
}

@media screen and (min-width:290px) and (max-width:767px) {
    .wavsct {
        padding: 25px 0
    }
    .nosuggestion iframe {
        width: 100%;
        height: 250px
    }
    .nosuggestion .row {
        padding: 0!important;
        margin: 0!important
    }
    .nosuggestion {
        width: 95%!important;
        margin: 0 auto!important
    }
    .nosuggestion .span2 {
        width: 100%!important
    }
}

@media (max-width:768px) {
    
    .nosuggestion iframe {
        width: 100%;
        height: 300px
    }
}

@media (max-width:978px) {
    .nosuggestion {
        width: 97.5%!important
    }
    .nosuggestion iframe {
        width: 100%;
        height: 350px
    }
    .nosuggestion h3 {
        padding-top: 30px;
        font-size: 22px
    }
}

@media screen and (min-width:979px) and (max-width:1097px) {
    .nosuggestion h3 {
        font-size: 18px
    }
}

@media screen and (max-width:1081px) {
    .bg-gradbrltrt {
        margin: 0 auto 30px;
        padding: 20px
    }
    .brltrt {
        letter-spacing: 7px;
        font-size: 2.3vw
    }
    .brltrthd {
        font-size: 8vw;
        margin-top: 15px;
        letter-spacing: normal
    }
    .brltrthd i {
        letter-spacing: -5px;
        padding-right: 2px
    }
    .brltrthd span {
        font-size: 5vw;
        font-weight: 400
    }
    .pmargtp20 {
        padding-top: 25px;
        height: auto!important
    }
    .carousel-caption h6.slideText-wid {
        padding: 1.4% 0 0
    }
    .margin-top0-Mob {
        margin-top: -50px!important
    }
    .owl-wave {
        padding-top: 0!important;
        padding-bottom: 0;
        margin-top: -16px!important
    }
    .carousel-caption h6.full-wid {
        padding-top: 8%
    }
    .wave-schedule {
        font-size: 17px!important;
        padding: 2px 0!important;
        border-bottom: 2px solid #fff!important
    }
    .carousel-caption h6.full-wid p button img {
        width: 30px!important;
        margin-top: 8px;
        margin-bottom: 18px
    }
    .box-40 {
        margin-bottom: 10px
    }
    .onlmob {
        margin-top: 20px
    }
    .box-1 {
        margin-top: 10px
    }
    .spnTags {
        font-size: 18px
    }
    .highlights li.fntCSS {
        line-height: 40px;
        font-size: 17px!important
    }
    .wave-responsinone {
        display: none
    }
    .wave-responsi {
        width: 47%
    }
    .pad-bot60 {
        padding-bottom: 30px
    }
}

@media (max-width:1220px) {
    .navbar .btn-navbar {
        display: block;
        margin-top: 20px
    }
    .bg-gradbrltrt {
        margin: 0 auto 50px;
        padding: 30px
    }
    .brltrt {
        letter-spacing: 7px;
        font-size: 2.3vw
    }
    .brltrthd {
        font-size: 8vw;
        margin-top: 20px
    }
    .brltrthd span {
        font-size: 5vw;
        font-weight: 400
    }
}