@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900');
a:hover,
a:focus {
    color: #d30202;
}
.circled {
    background: #d30202;
}
.con1 > div,
.con2 > div,
.con3 > div {
    background-color: #d30202;
}
.scrollup:hover {
    background: #d30202;
}
.service-icon span {
    color: #d30202;
}
.btn-skin {
    background-color: #d30202;
    border-color: #d30202;
}
.top-area {
    background: #e23c3c;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    color: #e23c3c;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active a,
.navbar-custom.top-nav-collapse .nav li.active a {
    color: #e23c3c;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #d30202;
}
.bg-skin {
    background: #d30202;
}
.highlight-color {
    background-color: #d30202;
}
.color {
    color: #d30202;
}
.form-control:focus {
    border-color: #e23c3c;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #ddd;
    font-size: 16px;
    line-height: 1.6em;
    overflow-x: hidden;
}
html {
    width: 100%;
    height: 100%;
}
label,
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
#wrapper.boxed {
    margin: 0 auto;
    background-color: #fff;
}
@media (max-width: 767px) {
    #wrapper.boxed {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #wrapper.boxed {
        width: 810px;
    }
}
@media (min-width: 992px) {
    #wrapper.boxed {
        width: 1030px;
    }
}
@media (min-width: 1200px) {
    #wrapper.boxed {
        width: 1230px;
    }
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
}
h1.h-xlight,
h2.h-xlight,
h3.h-xlight,
h4.h-xlight,
h5.h-xlight,
h6.h-xlight {
    font-weight: 100;
}
h1.h-light,
h2.h-light,
h3.h-light,
h4.h-light,
h5.h-light,
h6.h-light {
    font-weight: 300;
}
h1.h-normal,
h2.h-normal,
h3.h-normal,
h4.h-normal,
h5.h-normal,
h6.h-normal {
    font-weight: 400;
}
h1.h-medium,
h2.h-medium,
h3.h-medium,
h4.h-medium,
h5.h-medium,
h6.h-medium {
    font-weight: 500;
}
h1.h-bold,
h2.h-bold,
h3.h-bold,
h4.h-bold,
h5.h-bold,
h6.h-bold {
    font-weight: 700;
}
h1.h-ultra,
h2.h-ultra,
h3.h-ultra,
h4.h-ultra,
h5.h-ultra,
h6.h-ultra {
    font-weight: 900;
}
h1.font-light,
h2.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
    color: #fff;
}
.big-heading {
    font-size: 48px;
    font-weight: 700;
}
p {
    margin: 0 0 20px;
}
p.medium {
    font-weight: 500;
}
p.bold {
    font-weight: 700;
}
p.ultra {
    font-weight: 900;
}
.highlight-light {
    background-color: rgba(255, 255, 255, .5);
    padding: 20px;
    display: inline-block;
    color: #111;
}
.highlight-dark {
    background-color: rgba(0, 0, 0, .5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}
.highlight-color {
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}
a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}
blockquote.bg-light {
    background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    color: #222;
}
blockquote.bg-dark {
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
}
blockquote strong {
    font-weight: 700;
}
.light {
    font-weight: 400;
}
.top-area {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-area.top-padding {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 6px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.top-area p {
    margin-bottom: 10px;
}
.navbar-brand {
    height: auto;
}
.navbar-brand.reduce {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom {
    width: inherit;
    margin: 0 auto;
    padding-bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand:focus {
    outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top {
    background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}
.navbar.navbar-custom {
    padding-top: 0;
}
.navbar.navbar-custom ul.nav.navbar-nav {
    margin-top: 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
    margin-top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}
.navbar.navbar-custom.top-nav-collapse {
    background: #fff;
}
.navbar.navbar-custom.top-nav-collapse .navigation {
    padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
    outline: 0;
    background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 9999;
}
#page-loader img {
    margin: 100px auto;
    display: block;
}
.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.loader span {
    display: block;
    font: 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.con1 > div,
.con2 > div,
.con3 > div {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.con2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.con3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.circle1 {
    top: 0;
    left: 0;
}
.circle2 {
    top: 0;
    right: 0;
}
.circle3 {
    right: 0;
    bottom: 0;
}
.circle4 {
    left: 0;
    bottom: 0;
}
.con2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.con3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.con1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.con2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.con3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.con1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.con2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.con3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.con1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.con2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.con3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}
@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
    25% {
        box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
    }
    50% {
        box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
    }
    75% {
        box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
    }
    100% {
        box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
    }
}
#load {
    z-index: 9999;
    background-color: #FF4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #FF4136;
    box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
    animation: shadowSpin 1s ease-in-out infinite;
}
hr {
    margin-top: 10px;
}
hr.bold {
    border-top: 3px solid #eee;
}
.divider-short {
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.dividersolid {
    border-top: 1px solid #eee;
    margin: 30px 0 30px;
}
.marginbot-0 {
    margin-bottom: 0 !important;
}
.marginbot-10 {
    margin-bottom: 10px !important;
}
.marginbot-20 {
    margin-bottom: 20px !important;
}
.marginbot-30 {
    margin-bottom: 30px !important;
}
.marginbot-40 {
    margin-bottom: 40px !important;
}
.marginbot-50 {
    margin-bottom: 50px !important;
}
.marginbot-60 {
    margin-bottom: 60px !important;
}
.marginbot-70 {
    margin-bottom: 70px !important;
}
.marginbot-80 {
    margin-bottom: 80px !important;
}
.marginbot-90 {
    margin-bottom: 90px !important;
}
.marginbot-100 {
    margin-bottom: 100px !important;
}
.margintop-0 {
    margin-top: 0 !important;
}
.margintop-10 {
    margin-top: 10px !important;
}
.margintop-20 {
    margin-top: 20px !important;
}
.margintop-30 {
    margin-top: 30px !important;
}
.margintop-40 {
    margin-top: 40px !important;
}
.margintop-45 {
    margin-top: 45px !important;
}
.margintop-50 {
    margin-top: 50px !important;
}
.paddingtop-0 {
    padding-top: 0 !important;
}
.paddingtop-10 {
    padding-top: 10px !important;
}
.paddingtop-20 {
    padding-top: 20px !important;
}
.paddingtop-30 {
    padding-top: 30px !important;
}
.paddingtop-40 {
    padding-top: 40px !important;
}
.paddingtop-50 {
    padding-top: 50px !important;
}
.paddingtop-60 {
    padding-top: 60px !important;
}
.paddingtop-70 {
    padding-top: 70px !important;
}
.paddingtop-80 {
    padding-top: 80px !important;
}
.paddingtop-90 {
    padding-top: 90px !important;
}
.paddingtop-100 {
    padding-top: 100px !important;
}
.paddingbot-0 {
    padding-bottom: 0 !important;
}
.paddingbot-10 {
    padding-bottom: 10px !important;
}
.paddingbot-20 {
    padding-bottom: 20px !important;
}
.paddingbot-30 {
    padding-bottom: 30px !important;
}
.paddingbot-40 {
    padding-bottom: 40px !important;
}
.paddingbot-50 {
    padding-bottom: 50px !important;
}
.paddingbot-60 {
    padding-bottom: 60px !important;
}
.paddingbot-70 {
    padding-bottom: 70px !important;
}
.paddingbot-80 {
    padding-bottom: 80px !important;
}
.paddingbot-90 {
    padding-bottom: 90px !important;
}
.paddingbot-100 {
    padding-bottom: 100px !important;
}
.home-section {
    padding-top: 150px;
    display: block;
    position: relative;
    z-index: 120;
    background-color: #fff;
}
.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    z-index: 120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}
.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}
.home-section.nopadd-bot {
    padding-bottom: 0;
}
.section-heading h2 {
    margin-bottom: 10px;
}
.section-heading p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
}
.color-dark .section-heading h2 {
    color: #111;
}
.color-dark .section-heading p {
    color: #444;
}
.divider-short,
.color-dark .divider-short,
.bg-gray .divider-short {
    background: #aaa;
}
.color-light .divider-short {
    background: #fefefe;
}
.color-light .section-heading h2 {
    color: #fff;
}
.color-light .section-heading p {
    color: #fefefe;
}
.color-light blockquote,
.color-light p {
    color: #fefefe;
}
.bg-white {
    background: #fff;
}
.bg-gray {
    background: #fafafa;
}
.bg-dark {
    background: #404040;
}
.text-light {
    color: #fff;
}
#testimonial {
    background: #fff;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
    z-index: 999;
}
.carousel-control.left {
    top: left: -25px;
}
.carousel-control.right {
    right: -25px;
}
.block-text {
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600;
    padding: 12px 0;
    background: none;
}
.block-text p {
    color: #585858;
}
.sprite {
    background-image: url(../images/tbt.png);
}
.sprite-i-triangle {
    height: 45px;
    width: 52px;
    box-shadow: none;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}
.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}
.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #191919;
    font-weight: 600;
}
.rel {
    position: relative;
}
.person-text img.person {
    margin: 0 auto;
    width: 200px;
    height: 200px;
}
.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}
.company-social {
    text-align: left;
    list-style: none;
}
.company-social li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.company-social a {
    margin: 0 2px 0 0;
}
.company-social a:hover {
    color: #fff;
}
.company-social a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 50%;
    padding: 0;
}
.company-social .social-facebook a i {
    background: #3873ae;
}
.company-social .social-twitter a i {
    background: #62c6f8;
}
.company-social .social-dribble a i {
    background: #d74980;
}
.company-social .social-deviantart a i {
    background: #8da356;
}
.company-social .social-google a i {
    background: #000;
}
.company-social .social-vimeo a i {
    background: #51a6d3;
}
.company-social .social-facebook a:hover i {
    background: #4893ce;
}
.company-social .social-twitter a:hover i {
    background: #82e6ff;
}
.company-social .social-dribble a:hover i {
    background: #f769a0;
}
.company-social .social-deviantart a:hover i {
    background: #adc376;
}
.company-social .social-google a:hover i {
    background: #333;
}
.company-social .social-vimeo a:hover i {
    background: #71c6f3;
}
.carousel-inner > .item {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
}
.carousel-control {
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control.right {
    right: 20px;
}
.carousel-control.left {
    left: 20px;
}
.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
footer {
    background-color: #c32c23;
	color:#fff;
	    font-size: 14px;
    line-height: 20px;
}
footer {
    padding: 50px 0 0;
}
footer .widget {
    margin-bottom: 30px;
}
footer .widget h5 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sub-footer {
    margin-top: 30px;
    background-color: #6c0600;
    border-top: 1px solid #530804;
    padding: 15px 0 15px;
}
.sub-footer a {
    color: #fff;
}
footer h3, .de_light footer h3 {
	color:#fff;
	font-size: 20px;
	}
	
	footer a {
	color: #fff;
	}
	
	footer a:visited {
	color: #fff;
	}
	
	footer a:hover {
	color:#eceff3;
	}
	.widget ul {
list-style: none;
margin: 0;
padding:0;
}

footer .widget.widget_tags li a{
border-color:#222;
}

footer .widget_recent_post li {
    padding: 5px 0 5px 0;
    margin: 0;
    background: none;
    border-bottom: solid 1px #9d1007;}
	
	address{
	margin:0;
	margin-top:20px;
	}
address span {
    display: block;
    border-bottom: solid 1px #9d1007;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: 300;
    padding-top: 2px;
}
	
	footer.light address span {
	border-bottom:solid 1px #eee;
	}
	
	.de_light .widget_text address span {
	border-bottom:solid 1px #ddd;
	}
	
	address span strong {
        display: inline-block;
        width: 60px;
    }
	

	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
	}
	
	address span a{
	color:#eceff3;
	}
	
	.de_light #sidebar .widget address span{
	border-bottom:solid 1px #ddd;
	}
	
	.de_light #sidebar .widget address a{
	color:#333;
	}
	
footer .sub-footer p {
    font-size: 14px;
}
.bg-dark {
    background: #666;
}
.bg-light {
    background: #fff;
}
.icon-primary {
    color: #4765a0;
}
.icon-success {
    color: #7db53b;
}
.icon-info {
    color: #51b6bf;
}
.icon-warning {
    color: #e6e039;
}
.icon-danger {
    color: #e24e47;
}
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
.row-pb-md {
    padding-bottom: 4em !important;
}
.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hto-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
    color: #cccccc;
}
.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}
.feature-center .desc {
    padding-left: 180px;
}
.feature-center .icon {
    margin-bottom: 20px;
    display: block;
}
.feature-center .icon i {
    font-size: 55px;
    margin-bottom: 20px;
}
.feature-center .icon2 {
    float: left;
}
.feature-center .icon2 i {
    font-size: 100px;
}
.feature-center p:last-child {
    margin-bottom: 0;
}
.feature-center p,
.feature-center h3 {
    margin-bottom: 30px;
}
.feature-center h3 {
    font-size: 22px;
    color: #5d5d5d;
}
.feature-center:hover,
.feature-center:focus {
    background: #e23c3c;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.btslt {
    background: #e23c3c;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    color: #fff;
}
.btslt h3 {
    color: #fff;
}
.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
    margin-bottom: 0;
}
.feature-center:hover .icon i,
.feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover p,
.feature-center:hover h3,
.feature-center:focus p,
.feature-center:focus h3 {
    color: #fff !important;
}
.feature-center:hover a,
.feature-center:focus a {
    color: rgba(255, 255, 255, 0.7);
}
.feature-center:hover a:hover,
.feature-center:focus a:hover {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .feature-center:hover,
    .feature-center:focus {
        bottom: 0;
    }
}
#csrt-destination {
    width: 100%;
    padding: 50px 0;
    margin: 0;
	background:url(../images/slider_bg.jpg);
	background-attachment:fixed;
	
	
}

#csrt-destination h2, h4 {
	color:#fff;
	
}

#csrt-destination h4 {
	font-size:18px;
	line-height:25px;
	font-weight:100;
}

.banner {
    margin-top: 80px;
}
.logos {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eae7e7;
}

.tabl {
width:100%;
border-collapse:collapse;
}

.tabl:hover
{
box-shadow: 0 0 5px #888;
}
.tabl td, .tabl th 
{
border:1px solid #dddddd;
padding:10px;
}


.tabl th 
{
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#1083bc;
color:#ffffff;
}
.tabl tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

.green {
    color: #218644;
	font-weight:bold;
}

.serbox {
	background:#fff;
	border-radius:10px;
	margin-bottom:15px;
}

.serboxin {
		background:#F0F0F0;
		padding:15px;
		text-align:center;
		margin-bottom:15px;
		
}

.serbox h4 {
    padding: 14px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
}

#boxes1 {
}

#boxes1 .fa {
	font-size:50px;
	margin-bottom:20px;
	color:#D4145A;
}

#boxes1 h4 {
	font-size:20px;
	margin-bottom:15px;
}
.banr-cover-ser1 {
	 background:url(../images/inbanner1.jpg) no-repeat !important;
}
.banr-cover-ser2 {
	 background:url(../images/inbanner2.jpg) no-repeat !important;
}
.banr-cover {
  height: 500px;
  background:url(../images/inbanner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 80px;
  z-index:121;
  margin-bottom:40px;
}

.banr-cover h1 {
	      color: #fff;
    background: rgb(195 44 35 / 80%);
    border-radius: 30px;
    padding: 5px;
}
.banr-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}
.banr-cover > .banr-container {
  position: relative;
  z-index: 10;
}
.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
	border: 1px solid #ddd;
}

.thumbnail > h4 {
    padding: 7px 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.thumbnail h4 .info {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0.6em;
    padding-left: 15px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 4px;
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    cursor:  pointer;
}

.thumbnail h4 .info > span {
    margin-right: 10px; 
	    font-size: 16px;
		padding:10px 15px;
}

.thumbnail img {
	    margin-top: -37px;
    width: 100%;
}
.thumbnail a.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.col-item .photo img
{
    margin: 0 auto;
    width: 100%;
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #dceff7;
}
.col-item .price
{
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
	    margin-top: 10px;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    
    float: left;
}
.srbx h5 {
    margin-bottom: 15px;
    color: #0f0f0f;
    font-size: 21px;
}
.srbx img {
	margin-bottom:15px;
}

.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #ffffff; background: #108bca;
    background: -moz-linear-gradient(left, #108bca 0%, #2c3a89 100%);
    background: -webkit-linear-gradient(left, #108bca 0%,#2c3a89 100%);
    background: linear-gradient(to right, #108bca 0%,#2c3a89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#108bca', endColorstr='#2c3a89',GradientType=1 );}
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none;  color: #5a4080 !important; background: #fff; }
        .nav-tabs > li > a::after { content: ""; background: #5a4080; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: ##5a4080 none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:0 20px}
.nav-tabs > li  {width:25%; text-align:center;}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

@media (min-width: 768px) and (max-width: 979px) {
    .navbar-brand {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .intro-content {
        padding: 250px 0 0;
    }
}
@media (max-width: 767px) {
	.nav-tabs > li > a {padding: 5px 5px;}
.info-text, .bten {
display:none
}
.nav-tabs > li {
    width: 50%;
    text-align: center;
}
    .top-area p {
        text-align: center;
    }
    .navbar.navbar-custom.navbar-fixed-top {
        background-color: #fff;
    }
    .badge.custom-badge {
        margin: 0 0 0 0;
    }
    .navbar-header button {
        border-color: #ccc;
        background-color: #eee;
        padding: 5px 20px;
    }
    .navbar-header i {
        color: #666;
    }
    .boxes3 {
        width: 100%;
    }
    .navbar-custom ul.nav li {
        border-bottom: 1px solid #eee;
    }
    .navbar-custom ul.nav li:last-child {
        padding-bottom: 0;
    }
    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #eee;
        padding-left: 20px;
    }
    .service-box {
        margin: 20px 0 30px;
    }
    .cta-text {
        float: none;
        text-align: center;
    }
    .cta-btn {
        float: none;
        text-align: center;
    }
    .sub-footer p {
        float: none;
        text-align: center;
    }
    .sub-footer p {
        float: none;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .navbar-brand {
        width: 245px;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
    }
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, .4);
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .box {
        padding: 45px;
    }
    .box i {
        margin-bottom: 30px;
    }
}
@media (max-width: 320px) {
    .navbar-brand {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .intro-content {
        padding: 250px 0 0;
    }
}


@media screen and (max-width: 768px) {
  .banr-cover {
    height: 600px;
  }
}
.banr-cover .display-t,
.banr-cover .display-tc {
  z-index: 9;
  height: 350px;
  display: table;
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .banr-cover .display-t,
  .banr-cover .display-tc {
    height: 400px;
  }
}
.banr-cover.banr-cover-sm {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .banr-cover.banr-cover-sm {
    height: 300px;
  }
}
.banr-cover.banr-cover-sm .display-t,
.banr-cover.banr-cover-sm .display-tc {
  height: 180px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banr-cover.banr-cover-sm .display-t,
  .banr-cover.banr-cover-sm .display-tc {
    height: 180px;
  }
}
  
  .cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 500px;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-450px);
		-webkit-transform:translateY(-450px);
		-moz-transform:translateY(-450px);
		-ms-transform:translateY(-450px);
		-o-transform:translateY(-450px);
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:450px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.8);
		height: 500px;
		z-index: 5;
		position: absolute;
		width: 100%;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		height: 500px;
		text-align:left;
			width: 100%;
	}
	
	.caption-text h3 {
		border-top:1px solid white; border-bottom:1px solid white; padding:14px;
		color:#fff;
		font-size:22px;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	}
	
	@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
	
	.caption-text h3 span {
	
		font-size:16px;
		
	}
	
		.caption-text ol {
			margin-left:0px;
			margin-right:30px;
			font-size:14px;
	}
	
		.caption-text ol li{
			padding:1px 0;
			border-bottom:1px solid #000;
    text-align: center;
    list-style: none;
	}

.caption-text ol li:last-child{
		
			border-bottom:0px solid #000;
  
	}


    .center{
        text-align:center;
    }

    .justify{
        text-align: justify !important;
    }
	
	.brd {
		border-top: 1px solid #d6d6d6;
	}