.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	background-image: none;
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 1px 11px -1px #d7d7d7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.swiper-container .swiper-button-next {
	right: 5px;
}

.swiper-container .swiper-button-prev {
	left: 5px;	
}

.swiper-container .swiper-button-next a,
.swiper-container .swiper-button-prev a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.swiper-container .swiper-button-next a:before,
.swiper-container .swiper-button-prev a:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: #333 solid 1px;
	border-left: #333 solid 1px;
	position: absolute;
    top: 15px;
    margin-left: -8px;
    left: 50%;
} 

.swiper-container .swiper-button-next a:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.swiper-container .swiper-button-prev a:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: -4px;
}


.main { 
	width:100%; 
	height:auto; 
	margin:0px; 
	padding:0px; 
}

.container-fluid { 
	width:100%; 
	height:auto; 
	margin:0px; 
	padding:0px; 
}

.container { 
	width:1200px; 
	height:auto; 
	margin:0px auto; 
	padding:0px;
}



.scrollToTop {
	width: 50px;
    height: 50px;
    background-color: #b71c1c;
    position: fixed;
    right: 10px;
    bottom: 60px;
    text-align: center;
    line-height: 60px;
    display: none;
    cursor: pointer;
}

.scrollToTop > i {
	color: #fff;
    font-size: 45px;
}


.inner-page {
	padding-bottom: 140px;
}


/* ========================= Begin Top Bar Style ========================= */
.top-bar {
	width: 100%;
	height: 35px;
}

.top-bar .container {
	height: 100%;
}

.top-bar--contact {
	display: inline-block;
    color: #999;
    letter-spacing: 0.7px;
    padding-top: 9px;
    font-size: 12px;
}

.top-bar--contact > i {
	font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.top-bar--timing {
	display: inline-block;
	padding-left: 40px;
	color: #999;
	letter-spacing: 0.7px;
	padding-top: 9px;
    font-size: 12px;
}

.top-bar--timing > i {
	font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.top-bar--social {
	float: right;
	margin-top: 5px;
}

.top-bar--social .label {
	width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    color: #999;
}

.top-bar--social--list {
	width: auto;
	height: auto;
	display: inline-block;
    vertical-align: middle;
}

.top-bar--social--item {
	width: auto;
	height: auto;
	display: inline-block;
}

.top-bar--social--item > a {
	width: auto;
	height: auto;
	display: block;
	background-color: #f8f8f8;
	text-align: center;
    padding: 3px 12px;
    color: #444;
    border-radius: 1px;
    -webkit-border-radius: 1px;
}

.top-bar--social--item > a:hover {
	background-color: #b71c1c;
}

.top-bar--social--item > a:hover > i {
	color: #fff;
}


/* ========================= Begin Header Style ========================= */
header {
	width: 100%;
	height: auto;
	position: absolute;
}

.header-top {
	width: 100%;
	height: auto;
	display: table;
}

.header-top .header-brand {
	width: 150px;
    height: 90px;
    display: inline-block;
    margin-top: 0px;
    cursor: pointer;
    background: url(../images/angles-logo2.png) no-repeat center center / 100% auto;
}

.header-top .header-box {
	float: right;
	padding: 20px 0px 20px 35px;
}

.header-top .header-box .header-box-circle {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	display: inline-block;
    vertical-align: middle;
}

.header-top .header-box .header-box-circle .fa-map-marker {
	font-size: 22px;
	position: relative;
	top: 3px;
}

.header-top .header-box .header-box-circle > i {
	color: #444;
	font-size: 16px; 
}

.header-top .header-box .header-box--info {
	width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.header-top .header-box .header-box--info .header-box-info-label {
	color: #fff;
	font-size: 16px;
	font-family: 'opensans-semibold';
	text-transform: uppercase;
	padding-bottom: 3px;
} 

.header-top .header-box .header-box--info .header-box-info-value,
.header-top .header-box .header-box--info .header-box-info-value > a {
	color: #fff;
	font-size: 12px;
	font-family: 'open_sansregular';
	letter-spacing: 0.5px;
} 

.header-top .header-box .header-box--info .header-box-info-value > a:hover {
	text-decoration: underline;
}


nav.stickyNav {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 999;
    background: rgba(13, 13, 13, 0.9);
    box-shadow: 0px 0px 16px #000;
    -webkit-box-shadow: 0px 0px 16px #000;
}

nav.stickyNav ul.nav-list {
	width: 1200px;
	margin: 0px auto;
}

nav.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

nav.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.m-nav-menu {
	display: none;
}
.m-nav-menu {

}

.nav-menu {
	width: 100%;
    height: auto;
    background: rgba(13, 13, 13, 0.8);
}

.nav-menu ul.nav-list {
	width: 100%;
	height: auto;
	padding: 0px 20px;
}

.nav-menu ul.nav-list li.nav-item {
	width: auto;
	height: auto;
	display: inline-block;
	margin-left: -2px;
	position: relative;
}

.nav-menu ul.nav-list li.nav-item a {
	width: auto;
    height: auto;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'opensans-semibold';
    padding: 17px 25px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: #000 1px 2px;
}

.nav-menu ul.nav-list li.nav-item a > i.fa-home {
	font-size: 22px;
    line-height: 0px;
    position: relative;
    top: 2px;
}

.nav-menu ul.nav-list li.nav-item a:hover,
.nav-menu ul.nav-list li.nav-item a.active {
	text-decoration: none;
	background-color: #b71c1c;
}

.nav-menu ul.nav-list li.nav-item .nav-item-dropdown {
	display: none;
	position: absolute;
    right: 0px;
    z-index: 99;
    top: 54px;
    width: auto;
    background: rgba(13, 13, 13, 0.8);
    border-bottom: #b71c1c solid 3px;
}

.nav-menu ul.nav-list li.nav-item:hover .nav-item-dropdown {
	display: block;
}

.nav-menu ul.nav-list li.nav-item .nav-item-dropdown li {
	width: auto;
	height: auto;
	padding: 0px;
}

.nav-menu ul.nav-list li.nav-item .nav-item-dropdown li > a {
	width: auto;
    height: auto;
    display: block;
    font-size: 12px;
    text-shadow: none;
    padding: 8px 17px;
    white-space: nowrap;
}


/* ========================= Begin Banner Style ========================= */
.banner {
	width: 100%;
	height: 691px;
	background: url('../images/banner-1-1.jpg') no-repeat center top / cover;
	background-attachment: fixed;
}

.banner-about {
	width: 100%;
	height: 400px;
	background: url('../images/banner-inner.jpg') no-repeat center top / cover;
	background-attachment: fixed;
}

.inner-banner {
	display: table;
}

.inner-banner .banner-inner {
	width: 1200px;
    margin: 0px auto;
    padding-top: 0px;
    display: table-cell;
    vertical-align: middle;
}

.inner-banner .banner-inner .banner-text {
	font-size: 40px;
    color: #fff;
    font-family: 'opensans-semibold';
    text-shadow: 1px 1px 14px #333;
    border: none;
    padding: 85px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

.inner-banner .banner-inner .banner-breadcrumb {
	text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 12px 0px 0px 0px;
}

.inner-banner .banner-inner .banner-breadcrumb a {
	color: #fff;
}

.inner-banner .banner-inner .banner-breadcrumb a:hover {
	color: rgba(255,255,255,0.5);
}

.inner-banner .banner-inner .banner-breadcrumb .arrow {
	margin: 0px 10px;
}


.banner-inner {
	width: 1200px;
    margin: 0px auto;
    padding-top: 240px;
}

.banner-text {
	font-size: 45px;
    color: #fff;
    font-family: 'opensans-bold';
    text-shadow: 1px 1px 14px #333;
    border-left: #b71c1c solid 6px;
    padding-left: 22px;
    margin-left: 18px;
}

.banner-text .highlight {
	color: #b71c1c;
	font-size: 50px;
}



/* ========================= Begin Iventory Box Style ========================= */
.inventory-box-list {
	width: 100%;
	height: 300px;
	background: url('../images/inventory-bg.png') no-repeat center top / cover;
	position: relative;
    top: -140px;
    margin-bottom: -140px;
    display: table;
}

.inventory-box-item {
	width: 33.333333333%;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	float: left;
	transition-duration: 0.6s;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
}

.inventory-box-item:hover {
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
}

.inventory-box-list .inventory-box-item:first-child {
	border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}

.inventory-box-list .inventory-box-item:last-child {
	border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}

.inventory-box-item > a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 50px 20px 20px 20px;
}

.inventory-box-item > a .inventory-box-item-icon {
	width: 50px;
    height: 50px;
    display: inline-block;
    color: #999;
    font-size: 50px;
    line-height: 50px;
}

.inventory-box-item > a .inventory-box-item-icon > i {
	font-size: 50px;
}

.inventory-box-item > a .inventory-box-item-title {
	font-size: 20px;
    text-transform: uppercase;
    color: #444;
    font-family: 'opensans-bold';
    padding: 15px 0px;
}

.inventory-box-item > a .inventory-box-item-desc {
	font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
}

section.welcome {
	padding: 40px 0px;
}


.angle-title {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0px 30px 0px;
	font-size: 30px;
	color: #666;
	position: relative;
	font-family: 'opensans-semibold';
}

.angle-title .highlight {
	color: #b71c1c; 
	font-family: 'opensans-bold';
	text-transform: uppercase;
}

.angle-title:before,
.angle-title:after {
	content: "";
	height: 1px;
	position: absolute;
    background-color: #eaeaea;
    left: 50%;
}

.angle-title:before {
	width: 10%;
    bottom: 17px;
    margin-left: -5%;
}

.angle-title:after {
    width: 4%;
    bottom: 6px;
    margin-left: -2%;
}

.angle-desc {
	width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px 40px 0px;
}

.angle-link-wrap {
	text-align: center;
}

.angle-link {
	width: auto;
	height: 40px;
	line-height: 38px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	padding: 0px 30px;
	color: #b71c1c;
	background-color: transparent;
	border: #b71c1c solid 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.angle-link:hover {
	background-color: #b71c1c;
	color: #fff; 
}


.perform-bg {
	height: 170px;
	background: url('../images/performance-bg.jpg') repeat-x center center / cover;
	background-attachment: fixed;
}

.perform {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

.perform-list {
	width: 100%;
	height: auto;
	display: table;
}

.perform-list .perform-item {
	width: 33.333333%;
	height: auto;
	float: left;
	padding-left: 8%;
}

.perform-list .perform-item .perform-icon {
	width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.perform-list .perform-item .perform-icon > i {
	color: rgba(255,255,255,0.8);
    font-size: 40px;
    line-height: 50px;
}

.perform-list .perform-item .perform-info {
	width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
}

.perform-list .perform-item .perform-info .perform-count {
	font-size: 35px;
	font-family: 'opensans-bold';
}

.perform-list .perform-item .perform-info .perform-label {
	font-size: 16px;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
}




.ourclients {
	width: 100%;
	height: auto;
	padding: 40px 0px;
}

.ourclients-swiper {
	padding: 50px 0px;
}

.ourclients-swiper #ourclients-swiper  {
	width: 100%;
	height: 120px;
	padding: 0px 30px;
}

.ourclients-swiper #ourclients-swiper .swiper-slide {
	text-align: center;
}

.ourclients-swiper #ourclients-swiper .swiper-slide .swiper-slide-inner {
	width: 100%;
	height: 100%;
	display: table;
}

.ourclients-swiper #ourclients-swiper .swiper-slide .swiper-slide-inner .swiper-slide-inner-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.ourclients-swiper #ourclients-swiper .swiper-slide .swiper-slide-inner .swiper-slide-inner-inner > img {
	max-width: 200px;
	height: auto;
	object-fit: cover;
}




.testimonial-bg {
	height: auto;
	background: url('../images/testimonials-bg.jpg') repeat-x center center / cover;
	background-attachment: fixed;
}

.testimonial {
	width: 100%;
	height: auto;
	padding: 40px 0px;
}

.testimonial-bg .angle-title, .testimonial-bg .angle-title .highlight {
	color: #fff;
}

.testimonial-swiper {
	padding: 50px 0px 0px 0px;
	height: 300px;
}

.testimonial-swiper #testimonial-swiper  {
	width: 100%;
	height: auto;
	padding: 0px 30px;
}

.testimonial-swiper #testimonial-swiper .swiper-slide {
	text-align: center;
}

.testimonial-slide {
	width: 100%;
	height: 100%;
	color: #fff;
}

.testimonial-slide .testimonial-slide-pic {
	width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonial-slide .testimonial-slide-pic > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-slide .testimonial-slide-text {
	width: 100%;
	padding: 15px 20%;
	line-height: 26px;
}

.testimonial-slide .testimonial-slide-name {
	width: 100%;
    padding: 0px;
    line-height: 26px;
    color: #d7d7d7;
    font-size: 13px;
}

.testimonial-slide .testimonial-slide-designation {
	width: 100%;
    padding: 0px;
    font-size: 12px;
    font-style: italic;
    color: #eaeaea;
}




.trusted {
	padding: 40px 0px;
    text-align: center;
    line-height: 60px;
}

.trusted .trusted-title {
	font-size: 24px;
    color: #000;
}

.trusted .trusted-title-sub {
	font-size: 40px;
	color: #b71c1c;
}

.trusted p {
	margin: 0px;
    font-size: 13px;
    line-height: 30px;
    padding: 10px 20%;
}

.separator {
    position: relative;
    width: 98px;
    height: 15px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

.separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
    background-color: #b71c1c;
}

.separator:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
    background-color: #b71c1c;
}

.separator .dott {
    position: relative;
    width: 6px;
    height: 6px;
    top: -25px;
    display: inline-block;
    background-color: #b71c1c;
}

.inner-page .separator .dott {
	top: -11px;
}


.inner-page .welcome {
	padding: 40px 0px 10px 0px;
}

.inner-page .angle-title {
	text-align: left;
	font-family: 'open_sansregular';
	padding: 0px 0px 20px 0px;
}

.inner-page .angle-title .highlight {
	font-family: 'opensans-bold';
}

.inner-page .angle-title:before,
.inner-page .angle-title:after {
	display: none;
}

.inner-page .angle-desc {
	padding: 0px;
	text-align: left;
}

.inner-page .angle-desc p {
	text-align: left;
	padding: 0px 0px 20px 0px;
}

.inner-page .angle-desc p.highlight {
	font-family: 'opensans-bold';
}

.inner-page .angle-list-title {
	width: 100%;
	height: auto;
	font-family: 'opensans-bold';
}

.inner-page .angle-list {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}

.inner-page .angle-list .angle-list-item {
	width: 100%;
    height: auto;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.inner-page .angle-list .angle-list-item:before {
	content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    border-left: #999 solid 1px;
    border-top: #999 solid 1px;
    transform: rotate(-127deg);
    left: 5px;
    top: 7px;
}

.inner-page .angle-desc a.angle-href {
	color: #666;
}

.inner-page .angle-desc a.angle-href:hover {
	text-decoration: underline;
}

.inner-page .angle-desc .angle-client-list {
	width: 100%;
	height: auto;
}

.inner-page .angle-desc .angle-client-list .angle-client-list-item {
	width: 29.333333%;
	height: 180px;
	display: inline-block;
	margin: 20px 5% 20px 0px;
	border: #d7d7d7 solid 1px;
	transition-duration: 0.6s;
}

.inner-page .angle-desc .angle-client-list .angle-client-list-item:nth-child(3n + 3) {
	margin-right: 0px;
}

.inner-page .angle-desc .angle-client-list .angle-client-list-item:hover {
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.3);
}

.angle-client-list .angle-client-list-item .client-box {
	width: 100%;
    height: 100%;
    display: table;
}

.angle-client-list .angle-client-list-item .client-box .client-box-inner {
	width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
}

.angle-client-list .angle-client-list-item .client-box .client-box-inner > img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 140px;
    max-width: 240px;
}




/* ========================= Begin Contact Us Style ========================= */
.angle-desc.contact-page {
	display: table;
}
.contact-left {
	width: 70%;
	height: auto;
	float: left;
	margin-right: 5%;
}

.contact-form {
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}

.contact-form-row {
	width: 100%;
	height: auto;
	display: table;
	padding-bottom: 30px;
}

.contact-form-row.cell-2 .contact-form-cell {
	width: 50%;
}

.contact-form-cell {
	width: 100%;
	height: auto;
	display: table-cell;
	padding-right: 60px;
}

.contact-form-label {
	width: 100%;
	height: auto;
	font-size: 13px;
	color: #999;
	line-height: 36px;
	letter-spacing: 0.5px;
	position: relative;
}

.contact-form-label:after {
	content: "*";
	color: #b71c1c;
    font-family: 'opensans-semibold';
    font-size: 12px;
    position: absolute;
    top: -3px;
    padding-left: 2px;
}

.contact-form-value {
	width: 100%;
	height: auto;
}

.contact-form-input,
.contact-form-textarea {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	background-color: rgba(0,0,0,0.05);
	border: #eaeaea solid 1px;
	transition-duration: 0.6s;
}

.contact-form-input.input-has-value,
.contact-form-textarea.input-has-value {
	background-color: #fff;
}

.contact-form-textarea {
	height: 200px;
	resize: none;
	padding: 10px;
}

.contact-form-input:focus,
.contact-form-textarea:focus {
	background-color: #fff;
}


.contact-right {
	width: 25%;
	height: auto;
	padding: 20px 30px;
	float: right;
	vertical-align: top;
	background: url('../images/contact-rays.jpg') repeat;
}

.contact-loc-row {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
}

.contact-loc-label {
	width: 100%;
	padding-bottom: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #b71c1c;
}

.contact-loc-value {
	width: 100%;
	height: auto;
	font-size: 14px;
}

.contact-loc-social {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.contact-loc-social li {
	width: 35px;
    height: 35px;
    background-color: #eaeaea;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
    transition-duration: 0.6s;
}

.contact-loc-social li > a {
	width: 100%;
	height: 100%;
	display: block;
} 

.contact-loc-social li:hover {
	background-color: #b71c1c;
}

.contact-loc-social li:hover > a > i {
	color: #fff;
}

/* ========================= Begin Footer Section Style ========================= */
footer {
	width: 100%;
	height: auto;
	padding: 0px;
}


footer .block-color {
	width: 100%;
    height: 140px;
    background-color: #b71c1c;
    position: relative;
    top: -70px;
    margin-bottom: -70px;
}

footer .block-color .block-color-list {
	width: 100%;
	height: 100%;
	display: table;
}

footer .block-color .block-color-item {
	width: 33.3333%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 7%;
}

footer .block-color .block-color-item .block-color-item-circle {
	width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
}

footer .block-color .block-color-item .block-color-item-circle > i {
	color: #b71c1c;
    font-size: 32px;
    position: relative;
}

footer .block-color .block-color-item .block-color-item-circle > i.fa-map-marker {
	top: 6px;
    left: 1px;
}

footer .block-color .block-color-item .block-color-item-circle > i.fa-phone {
	top: 8px;
    left: 2px;
}

footer .block-color .block-color-item .block-color-item-circle > i.fa-envelope-o {
	top: 4px;
    left: 2px;
    font-size: 30px;
}

footer .block-color .block-color-item .block-color-item-info {
	width: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    color: #fff;
}

footer .block-color .block-color-item .block-color-item-info .block-color-item-label {
	font-size: 18px;
    padding-bottom: 3px;
}

footer .block-color .block-color-item .block-color-item-info .block-color-item-value {
	font-size: 14px;
}

footer .block-color .block-color-item .block-color-item-info .block-color-item-value > a {
	color: #fff;
}

footer .disclaimer {
	width: 100%;
    height: auto;
    padding: 20px 0px 10px 0px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
}

footer .disclaimer .disclaimer-title {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    padding-bottom: 5px;
}

footer .disclaimer .disclaimer-content {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

footer .copyright {
	width: 100%;
    height: auto;
    padding: 10px 0px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
}

footer .copyright .copyright-content {
	width: 100%;
    height: auto;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}









@media screen and (max-width:767px) {
	.swiper-container .swiper-button-next, 
	.swiper-container .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
	.swiper-container .swiper-button-next {
		right: 0px;
	} 
	.swiper-container .swiper-button-prev {
		left: 0px;
	}
	.swiper-container .swiper-button-next a:before, 
	.swiper-container .swiper-button-prev a:before {
		top: 10px;
	}
	.separator { 
		margin-top: 10px; 
	}
	.separator .dott { 
		top: -5px; 
	}
	.inner-page .separator .dott {
		top: -8px;
	}
	.scrollToTop {
		width: 32px;
		height: 32px;
		line-height: 32px;
		right: 10px;
		bottom: 20px;
		z-index: 1;
	}
	.scrollToTop > i {
		font-size: 30px;
	}
	section.welcome, 
	section.perform, 
	section.trusted, 
	section.testimonial { 
		padding: 30px 10px;
	}
	.container { 
		width: 100%; 
	}
	.top-bar--timing,
	.top-bar--social .label,
	.header-top .header-box,
	nav.nav-menu { 
		display: none;  
	}
	.top-bar { 
		padding: 0px 10px; 
	}
	header.stickyHeader {
		position: fixed;
		z-index: 99;
		top: 0px;
		left: 0px;
		background-color: rgba(0,0,0,0.8);
		height: 50px;
		box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.5);
	}
	header > .container {
		position: relative;
	}
	.m-nav-menu {
		display: block;
		position: fixed;
		left: -270px;
		top: 0;
		bottom: 0;
		width: 270px;
		background: #fff;
		z-index: 999;
		overflow: auto;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-align: left;
	}
	.m-nav-menu.active {
		left: 0px;
	}
	.m-nav-menu .nav-list {
		width: 100%;
		height: 100%;
	}
	.m-nav-menu .nav-list .nav-item {
		width: 100%;
		height: auto;
	}
	.m-nav-menu .nav-list .nav-item>a {
		width: 100%;
	    height: auto;
	    display: block;
	    padding: 12px 15px;
	    font-size: 14px;
	    color: #666;
	    background-color: rgba(216, 216, 216, 0.2);
	    border-bottom: #eaeaea solid 1px;
	    text-transform: uppercase;
	}
	.m-nav-menu .nav-list .nav-item>a:active,
	.m-nav-menu .nav-list .nav-item>a.active {
		background-color: #b71c1c;
		color: #fff;
	}
	.m-nav-menu .nav-list .nav-item>a>.fa-angle-down {
		float: right;
	    font-size: 26px;
	    position: relative;
	    top: -6px;
	    color: #999;
	}
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown {
		width: 100%;
		height: auto;
		border-bottom: #eaeaea solid 1px;
	}
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown li {
		width: 100%;
		height: auto;
	}
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown li:last-child>a {
		border-bottom: none;
	}
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown li > a {
		width: 100%;
	    height: auto;
	    display: block;
	    padding: 8px 15px;
	    font-size: 12px;
	    color: #666;
	    background-color: #fff;
	    border-bottom: rgba(0,0,0,0.03) solid 1px;
	    text-transform: uppercase;
	    line-height: 21px;
	}
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown li >a:active,
	.m-nav-menu .nav-list .nav-item .nav-item-dropdown li >a.active {
		background-color: #b71c1c;
		color: #fff;
	}
	.navigation-overlay {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(0,0,0,0.6);
		top: 0px;
		left: 0px;
		z-index: 10;
	}
	.header-top { 
		padding: 0px 10px; 
	}
	.header-top .header-brand { 
		width: 60%;
    	margin-top: 2px;
	}
	.m-hamburger {
		position: absolute;
	    top: 15px;
	    right: 10px;
	    width: 30px;
	    height: 22px;
	    z-index: 11;
	}
	.m-hamburger span {
	    position: absolute;
	    top: 8px;
	    left: 0;
	    bottom: auto;
	    right: auto;
	    width: 30px;
	    height: 2px;
	    background-color: #fff;
	}
	.m-hamburger span:before, 
	.m-hamburger span:after {
		position: absolute;
	    top: 8px;
	    left: 0;
	    bottom: auto;
	    right: auto;
	    width: 30px;
	    height: 2px;
	    background-color: #fff;
	}
	.m-hamburger span:before {
	    position: absolute;
	    top: -8px;
	    content: "";
	    -webkit-transition: all .5s;
	    transition: all .5s;
	}
	.m-hamburger span:after {
	    position: absolute;
	    top: 8px;
	    content: "";
	    -webkit-transition: all .5s;
	    transition: all .5s;
	}
	.m-hamburger.icon-close span {
		background-color: #fff;
	    background-color: transparent;
	    -webkit-transition: all .25s;
	    transition: all .25s;
	}
	.m-hamburger.icon-close span:before, 
	.m-hamburger.icon-close span:after {
    	background-color: #fff;
	}
	.m-hamburger.icon-close span:before {
	    top: 0px;
	    content: "";
	    -webkit-transition: all .25s;
	    transition: all .25s;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.m-hamburger.icon-close span:after {
	    top: 0px;
	    content: "";
	    -webkit-transition: all .25s;
	    transition: all .25s;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.banner { 
		height: 250px; 
		margin-bottom: 10px; 
	}
	.banner-inner { 
		width: 100%; 
		padding-top: 110px;
	}
	.banner-text { 
		font-size: 20px; 
		padding: 0px; 
		margin-left: 10px; 
		padding-left: 10px; 
		border-width: 3px; 
	}
	.banner-text .highlight { 
		font-size: 22px; 
	}
	.inner-banner .banner-inner .banner-breadcrumb .arrow {
		margin: 0px 3px;
	}
	.inventory-box-list { 
		width: calc(100% - 20px); 
		height: auto; 
		margin: 0px auto; 
		top: unset;
	}
	.inventory-box-item { 
		width: 100%; 
		background-color: #fff; 
	}
	.inventory-box-list .inventory-box-item:first-child { 
		border-radius: 3px 3px 0px 0px; 
		-webkit-border-radius: 3px 3px 0px 0px;
	}
	.inventory-box-list .inventory-box-item:last-child { 
		border-radius: 0px 0px 3px 3px; 
		-webkit-border-radius: 0px 0px 3px 3px; 
	}
	.inventory-box-item > a { 
		padding: 20px; 
	}
	.inventory-box-item > a .inventory-box-item-icon { 
		width: 40px; 
		height: 40px; 
		font-size: 40px; 
		line-height: 40px;
	}
	.inventory-box-item > a .inventory-box-item-icon > i { 
		font-size: 40px; 
	}
	.inventory-box-item > a .inventory-box-item-title { 
		font-size: 16px; 
		padding: 10px 0px; 
	}
	.inventory-box-item > a .inventory-box-item-desc { 
		font-size: 13px; 
		line-height: 22px; 
		padding-bottom: 10px;
	}
	.angle-title { 
		font-size: 16px; 
	}
	.inner-page .angle-title {
		line-height: 30px;
	}
	.angle-desc { font-size: 13px; line-height: 24px; padding: 10px 0px 20px 0px; }
	.angle-link { height: 32px; line-height: 30px; font-size: 12px; padding: 0px 20px;  }
	.perform-bg { height: auto; }
	.perform-list .perform-item { width: 100%; padding-left: 0px; padding-bottom: 25px;  }
	.perform-list .perform-item:last-child { padding-bottom: 0px;  }
	.perform-list .perform-item .perform-icon { width: 100%; height: 35px; display: block;  }
	.perform-list .perform-item .perform-icon > i { font-size: 30px; line-height: 35px;  }
	.perform-list .perform-item .perform-info { width: 100%; display: block; padding-left: 0px; text-align: center;  }
	.perform-list .perform-item .perform-info .perform-count { 
		font-size: 30px; 
		font-family: 'opensans-semibold'; 
	}
	.perform-list .perform-item .perform-info .perform-label { 
		font-size: 14px; 
	}
	section.trusted { 
		line-height: normal; 
	}
	.trusted .trusted-title-sub { 
		font-size: 22px;
	}
	.trusted p { 
		font-size: 13px; 
		line-height: 24px; 
		padding: 20px 0px; }
	.testimonial-swiper { 
		height: auto;
		padding: 30px 0px 0px 0px; 
	}
	.testimonial-slide .testimonial-slide-text { 
		padding: 15px 10px; 
		line-height: 22px;
	}
	.banner-about {
		height: 160px;
	}
	.inner-banner .banner-inner .banner-text {
		font-size: 18px;
		padding: 30px 10px 0px 10px;
	}
	.inner-banner .banner-inner .banner-breadcrumb {
		font-size: 12px;
    	padding: 6px 10px 0px 10px;
	}
	.inner-page {
		padding-bottom: 20px;
	}
	.inner-page .welcome {
	    padding: 20px 10px 10px 10px;
	}
	.inner-page .angle-desc .angle-client-list {
		display: table;
	}
	.inner-page .angle-desc .angle-client-list .angle-client-list-item {
		width: calc(100% - 50% - 10px);
		height: 120px;
		margin: 0px 20px 20px 0px;
		float: left;
	}
	.inner-page .angle-desc .angle-client-list .angle-client-list-item:nth-child(3n + 3) {
		margin-right: 20px;
	}
	.inner-page .angle-desc .angle-client-list .angle-client-list-item:nth-child(2n + 2) {
		margin-right: 0px;
	}
	.angle-client-list .angle-client-list-item .client-box .client-box-inner {
		padding: 10px;
	}
	.angle-client-list .angle-client-list-item .client-box .client-box-inner > img {
		max-height: 100px;
    	max-width: 120px;
	}
	.contact-form {
		padding-bottom: 40px;
	}
	.contact-left {
		width: 100%;
		margin: 0px;
		float: left;
	}
	.contact-loc-row {
		padding-bottom: 20px;
	}
	.contact-form-row {
		padding-bottom: 0px;
	}
	.contact-form-row.cell-2 .contact-form-cell,
	.contact-form-cell {
		width: 100%;
		display: block;
		padding: 0px 0px 15px 0px;
	}
	.contact-form-cell .angle-link {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		margin-top: 10px;
	}
	.contact-right {
		width: 100%;
		float: left;
		padding: 20px;
		margin-bottom: 20px;
	}
	footer .block-color {
		top: unset;
		margin: 0px;
		height: auto;
		padding: 20px 10px 20px 20px;
	}
	footer .block-color .block-color-item {
		width: 100%;
		display: block;
		padding: 0px 0px 30px 0px;
	}
	footer .block-color .block-color-item:last-child {
		padding-bottom: 0px;
	}
	footer .block-color .block-color-item .block-color-item-circle {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	footer .block-color .block-color-item .block-color-item-info {
		width: calc(100% - 45px);
	}
	footer .block-color .block-color-item .block-color-item-circle > i {
		font-size: 24px;
	}
	footer .block-color .block-color-item .block-color-item-circle > i.fa-map-marker {
		top: 4px;
		left: 0px;
	}
	footer .block-color .block-color-item .block-color-item-circle > i.fa-phone {
		top: 5px;
		left: 1px;
	}
	footer .block-color .block-color-item .block-color-item-circle > i.fa-envelope-o {
		top: 2px;
		left: 1px;
		font-size: 22px;
	}
	footer .block-color .block-color-item .block-color-item-info .block-color-item-label {
		font-size: 14px;
	}
	footer .block-color .block-color-item .block-color-item-info .block-color-item-value {
		font-size: 12px;
	}
	footer .disclaimer,
	footer .copyright {
		padding: 10px;
	}
}