@charset "utf-8";
/* CSS Document */

/*** PAGE TITLE ***/

.pageTitle {
	background:url(../img/pg-title2.jpg);
	box-shadow: inset -1px -1px 30px 0px rgba(0,0,0,0.50);
	display:block;
	position:relative;
	width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
	margin-bottom: 60px;
}

.pageTitle .pageTitleInner {
    width: 100%;
    float: left;
    padding: 85px 0;
    background-color: rgba(234, 234, 234, 0.67);
}

.tt-pagelabel-title {
	border: 2px solid #666666;
	color: #222;
}

/*** TYPO ***/

.simple-text h1, .c-h1 {
    font-family: 'Roboto';
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 0;
}

.simple-text h2, .c-h2 {
    font-family: 'Roboto';
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    color: #3a3a3a;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 0;
}

.smallH4 {
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 0;
}

.callUs {
	font-size:24px;
	line-height:28px;	
	font-weight:700;
}

.bigNumber {
	font-size:40px;
	line-height:44px;	
	font-weight:700;
	margin-top:8px;
	display:inline-block;
}

.tp-caption.bigNumber2 {
	font-size:60px;
	line-height:64px;	
	font-weight:700;
	margin-top:8px;
	display:inline-block;
	color:#ed1c24;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.bg-2 {
	color: #FFF;	
}

.reStrict {
    display: block;
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}

.reStrict2 {
    display: block;
    max-width: 980px;
}

.lead2 {
	margin-bottom: 0px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.mTopZero {margin-top:0px !important}

.mBotZero {margin-bottom:0px !important}

.mBot10 {margin-bottom:10px !important}


/*** MyList ***/

.listTitle {
    font-size: 20px;
    line-height: 24px;
    font-weight:700;
    /* margin-bottom:15px; */
    display:block;
    color: #2c387e;
}

.superList {
	list-style: none !important;
	margin-left: 0px !important;
	margin-bottom: 0;
	font-size: 15px;
	display:block;
	margin-bottom:15px;
	padding-left:0px !important;
}

.superList li {
	margin-bottom: 20px !important;
	border-bottom: none !important;
}

.superList li::first-letter {
    text-transform: capitalize;
}
    
.superList li i {
    font-size: 15px;
    float: left;
    color: #ed1c24;
    padding: 6px;
    border: 1px solid #ed1c24;
    border-radius: 50%;
    margin-right: 17px;
	margin-top: -4px;
background: rgb(255,255,255);
background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}

.superList li strong {
	display:inline-block;
	margin-bottom:18px;
}

.superList li p {
	margin-top:0px !important;
	margin-bottom:12px !important;
}

.superList li ul {
	list-style:none !important;
	margin-top:18px !important;
}

.superList li ul li i {
    font-size: 16px;
    float: left;
    padding-right: 14px;
    margin-top: 2px;
    color: #6eb43f;
}

.superList li ul li {
	margin-bottom: 8px !important;
    margin-left: 33px !important;
    clear: both;
}

.superList span {
display: table-cell;
}

/*------------------------------------*\
#ACTION-SECTION
\*------------------------------------*/
.cta-desc p {
	margin-bottom: 0;
	font-size: 14px;
	color: #f9f9f9;
	font-weight: 500;
}

.cta-desc h5 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1
}

.cta-devider {
	margin-left: 55px;
}

.cta-devider:before {
	content: "";
	width: 2px;
	height: 23px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Call To action #1 */
.cta-1,
.cta-2 {
	padding: 40px 35px;
	position: relative
}

.cta-1 .cta-img {
	position: relative
}

.cta-1 .cta-img img {
	position: absolute;
	top: -84px;
}

.cta-1 .cta-desc {
	padding-left: 20px;
}

.cta-1 .cta-desc p,
.cta-2 .cta-desc p {
	margin-bottom: 5px;
}

.cta-1 .cta-action {
	float: right
}

/* Call To action #2 */
.cta-2 i,
.cta-3,
.cta-4 i {
	font-size: 40px;
	color: #fff;
	line-height: 1;
}

.cta-2 .cta-desc {
	padding-left: 80px;
}

.cta-2 .cta-icon {
	position: absolute
}

/* Call To action #3 */
.cta-3,
.cta-4 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta-3 h2,
.cta-4 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
	color: #ed1c24;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.cta-3 p,
.cta-3 p, .cta-4 p {
    color: #f9f9f9;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 26px;
}

/* Call To action #4 */
.cta-4 h2 {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0
}

.cta-p {
	color: #2f2f2f !important;
	font-size: 17px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

/* Call To action #5 */
.cta-5 {
	padding: 40px 0px;
}

.cta-5 .cta-2 {
	padding: 0
}

/* Call To action #6 */
.cta-6 {
	padding-top: 134px;
	padding-bottom: 134px;
	overflow: inherit
}

.cta-6 h2 {
	color: #fff;
	font-size: 39px;
	font-weight: 700;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.cta-6 p {
	color: #f9f9f9;
	font-size: 17px;
	font-weight: 600;
	line-height: 45px;
}

.cta-6 .cta-img {
	position: absolute;
	right: 0;
	top: 70px;
}


/*** My BG_OVERLAY ***/

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.42);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.42);
}

.bg-overlay-theme.redVer:before {
    background-color: rgba(162, 13, 2, 0.81);
}

.bg-overlay-theme:before {
    background-color: rgba(44, 56, 126, 0.75);
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*** ELEMETNS ***/

.tt-service-info {
    min-height: 230px;
}

.myFrame {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 2px solid #ed1c24;
    background: #FFF;
    margin-top: 20px;
    border-radius: 20px 0 20px 0;
}

.myArt {
	display:block;
	width:100%;
	height:auto;
		
}

/*** TAGLINE ***/

.tagLine {
    display:block;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#111;
	color:#efefef;
	padding:20px 0;
}

.tagLine h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
	line-height: 1.2 !important;
	margin-top:10px;
}

.tagLine h3 {
	font-size:50px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	line-height:  1.2 !important;
	margin-top: 10px;
    margin-bottom: 10px;
}


.tagLine a {
	color:#ed1c24;	
	transition: all 0.3s ease-out;
}

.tagLine p {
	color:#efefef;	
	margin-bottom:6px !important;
	margin-top: -7px !important;
}

.tagLine a:hover {
	color:#FFF;	
}

.tagLine .fixit_btn {
	color:#000;	
}

.tagLine .fixit_btn:hover {
	color:#FFF;	
	border-color:#111;
}


.tagLine .line-seperator {
    height: 105px;
    border-right: 2px double #333;
    margin-top: 9px;
    margin-left: -12px;
    float: left;
	margin-right:30px;
}

.tagLine .lnr-phone {color: #d4d4d4;}

.tagLine .btn {
    margin-top: 3px;	
}

/*** FOOTER ***/

footer {
    border-top: 8px solid #ed1c24;
}

.footer-top {
    display: block;
	padding: 50px 0;
    border-bottom: solid 2px #313131;
    /* background: url(../img/bg/footer-bg.jpg) 0 0 no-repeat; */
    background-size: cover;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
}

.tt-footer-logo img {
	width: 83%;
	margin-bottom:10px;
}

.theRBQ {
	display:block;
	text-align:center;
	color:#CCC;
	width:380px;
}


/*** ERESPONSE ***/

@media (max-width: 1460px) {
.tparrows {display:none !important}
}

@media (max-width: 1112px) {
.line-seperator {display:none !important}
}

@media (max-width: 991px) {
.background-block {display:none !important}
.tagLine .line-seperator {display:none !important}
}

@media (max-width: 786px) {
	.tt-pagelabel-title {
		font-size: 18px !important;
		line-height: 22px !important;
	}
}

@media (max-width: 486px) {
	.tt-header-1 .logo img {
		width: 90%;
	}	
	.tagLine h3 {
    font-size: 32px;
    line-height: 1.2 !important;
	}
	
}