@charset "utf-8";
/* CSS Document */
@media (max-width: 768px)
{
	.ml-auto-sm
	{margin-left:auto !important;}

	.mr-auto-sm
	{margin-right:auto !important;}

	.m-auto-sm
	{margin-left:auto !important; margin-right:auto !important;}
}

@media (max-width: 990px)
{
	.m-auto-md
	{margin-left:auto !important; margin-right:auto !important;}
}


.carousel-item
{
	background-size: cover;
}
.top-nav-link-mob
{
	color: #343a40;
	margin-right:10px;
}
.top-nav-link-mob:hover
{
	text-decoration: none;
	color:#ffd200;
}
.nav-action
{
	position: absolute;
	right:0px;
}

.dropdown-item:active
{
	color:#151515;
	background-color: #ffd200;
}
.page-heading
{
	font-size:55px;
	color: #151515;
}
.highlight-text
{
	color: #ffd200;
	padding:0px;
}


/*
.carousel-item.product a
{

}
.carousel-item.product a.header-link
{

	font-size:17px;
	border:0px !important;
	background-color: transparent !important;
	color: #fff !important;
	line-height: 0px !important;
	padding:0px !important;

}
*/

.navbar
{
	height:70px;
}
.get-quote
{
	border-radius: 4px;
	border-bottom:2px solid #e5b200;
	text-align:center;
	font-size:11px;
	float:left;
	background-color: #ffd200;
	padding: 8px 20px 6px 20px;
	line-height:13px;
	color:#000;
	margin-right:20px;

}
.get-quote:hover
{
	color:#fff;
	background-color: #343a40;
	border-bottom:2px solid #000;
	text-decoration: none;
}
.get-quote span
{
	font-size:14px;
	font-weight:bold;
}





.top-chat
{
	width:110px;
	height:40px;
	background-image: url(../img/top-chat.png);
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.contact-mob
{
	position: absolute;
	right:0px;
	background-color: #fff;
	padding:10px 20px;
	border:1px solid #dcdcdc;

}

.top-contact
{
	margin-top:6px;
	float:left;
}
.top-contact .badge
{
	background-color: #343a40;
	color:#fff;
	font-size:12px;
	font-weight: bold;
	padding:4px 8px 4px 8px;
	margin-right:5px;
}

.top-contact .contact
{
	padding-top:4px;
	font-size:15px;
	font-weight:bold;
	margin-right:20px;
}

.navbar .container .top-nav-link
{
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;

	padding:6px 10px 6px 10px;
	color:#000;
	border-radius: 4px;
	display: inline-flex;
}

.navbar .container .top-nav-link:hover
{
	background-color: #ffd200;
}


.sub-nav
{
	background-color: #f9f9f9;
	border-top:1px solid #e0e0e0;
}

.sub-nav .container
{
	padding:0px;
}
.sub-nav .container ul
{
	list-style-type: none;
  margin: 0px;
 	padding:0px;
	overflow: hidden;


}


.sub-nav .container ul li a
{
	float: left;
	padding: 14px 20px;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}
.sub-nav .container ul li a:hover
{
	background-color: #ffd200;
}
.sub-nav .container ul li a.active
{
	background-color: #ffd200;
}


header
{overflow: hidden;}


.offer
{
	font-size:19px;
	font-weight: bold;
	padding:14px;
	padding:0px;
	background-color: #ffd200;
}

.offerBar
{
	z-index:1080;
	position: relative;
	cursor: pointer;
}

.offerDiscountBtn
{

	font-size:24px;
	background-color: #000;
	color:#fff;
	padding:5px;
	width:480px;
	text-align: center;
	cursor: pointer;
}
.offerDiscountBtn span
{color: #ffd200; }


.quoteForm
{
	padding:20px 30px;;
	position: absolute;
	right:0px;
	text-align: center;

	max-width:480px;
	height:570px;
	background-color: #ffd200;
	z-index:20;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.quoteFormHide
{

}

.quoteForm .submit
{
	font-size:17px;
	font-weight:bold;
	background-color: #343a40;
	color: #fff;
	padding:10px 20px 10px 20px;
	border:0px;
	border-bottom:2px solid #e59300;
	border-radius: 5px;
	cursor:pointer;
}

.quoteForm .submit:hover
{
	opacity: .9
}

#btnState
{
	background-color: #fff;
	color:#717171;

}
#btnState:hover
{
	color:#717171;
	border-bottom:2px solid #c59c0d;
}

#btnState a
{color: #717171; font-weight: 400; font-size:16px;}
#btnState a:hover
{text-decoration: none;}





.customers
{
	margin-bottom:80px;
	background-color: #333333;
}

.customers .canada
{
	min-height:120px;
	height:240px;

}






.packages
{
	color:#555;
	margin-top:80px;
	margin-bottom:80px;
}

.packages .card
{
	margin-bottom:30px;
	cursor: pointer;
	border:2px solid #efefef !important;
}
.packages .card:hover
{
	border:2px solid #ffd200 !important;

}
.packages .card.bundle ul
{
	margin-bottom:4px;
}
.packages .card.bundle
{
	background-color: #ffd200;
	color:#151515;
	border:2px solid #e5b200 !important;
}
.packages .card .btn
{

	color: #000;
	font-weight: bold;
	background-color: #ffd200;

	/*font-size: 21px;
	line-height: 45px;
	padding: 0px 20px 0px 20px; khawar */
	border-bottom: 2px solid #c29700;
	border-radius: 6px;
}

.packages .card.bundle .btn
{
	font-size: 45px;
	color: #000;
	font-weight: bold;
	background-color: #fff;
	line-height: 50px;
	padding: 0px 30px 0px 30px;
	border-bottom: 2px solid #c29700;
	border-radius: 6px;
}
.packages .card.bundle .text-highlight
{color:#fff;}


.packages .card-header
{
	font-size:25px;
	font-weight:bold;
	padding-top:30px;
	line-height:20px;
	color:#151515;
	border:0px;
	background-color: transparent;
}
.packages .card-header .badge
{
	background-color: #ffd200;
	font-size: 14px;
	border-radius:15px;
	padding:5px 10px 5px 10px;
	border-bottom:2px solid #e5b200;
	position: absolute;
	left:15px;
	top:15px;
	font-weight:400;

}
.packages .card-header h1
{font-size:45px;}
.packages ul
{

	list-style-type: none;
	color: #151515;
	font-size: 21px;
	line-height: 25px;
	overflow: hidden;
	padding-bottom:10px;
	text-align: left;
}



.usp
{
	margin-bottom:80px;
	padding-top:30px;
	text-align: center;
	background-color: #ffd200;
	font-size:17px;
	font-weight:bold;
	line-height: 18px;
}
.usp .usp-item
{padding-bottom:30px;}
.usp .avatar
{
	width:40%;
	margin-bottom:10px;
}










.package-item
{
	margin-bottom:30px;
}

.package-item:hover .overlay
{
	opacity: .75
}
.package-item .overlay {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 15px;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: .5s ease;
	top: 0;
	width: calc(100% - 30px);
}

.package-item .divider {
	background-color: #fff;
	height: 1px;
	width: 35px;
}

.package-item .sub-title {

	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 10px;
	text-align: left;
}


.package-item .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}



#process
{
	margin-bottom:90px;
	background-color: #f0f0f0;
	padding-top:40px;
}

#process h4
{
	color:#555555;
}



#process .carousel-item {
  height: 696px;
  min-height: 696px;
  background: no-repeat center center scroll;
	background-color: #d8d8d8;
}

#process .carousel-indicators li
{
	width:200px;
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height: 20px;
	bottom:80px;
	text-indent: 0px;
}

#process .carousel-indicators li div
{
	line-height:40px;
	text-align: center;
	border-radius: 100%;
	width:40px !important;
	height:40px !important;
  background: #bfbfbe;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
	display: inline-block;

}
#process .carousel-indicators li.active div
{
	background: #ffd200;
}
#process .carousel-indicators li.active
{
	background-color:#ffd200;
}






.portfolio
{
	margin-bottom:80px;
	color: #555;
}

.portfolio .tab
{
	font-size:14px;
	font-weight: bold;
	color: #151515;
	background-color: #eeeeee;
	text-align: center;
	text-transform: uppercase;
	padding:10px 30px 10px 30px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
	border-radius:4px;
	border-bottom: 2px solid #dcdcdc;
	cursor: pointer;
	user-select: none;
}
.portfolio .tab:hover
{background-color: #dcdcdc;}
.portfolio .tab.active
{
	font-size:14px;
	font-weight: bold;
	color: #151515;
	background-color: #ffd200;
	text-align: center;
	text-transform: uppercase;
	padding:10px 30px 10px 30px;

	border-radius:4px;
	border-bottom: 2px solid #e5b200;
}
.portfolio .tab-content
{
	margin-bottom:80px;
	display: none;
}

.portfolio .tab-content.show
{
	display: flex !important;
}



.call-to-action
{
	background-color: #ffd200;
	padding-top:50px;
	padding-bottom:30px;
	font-size:32px;
	font-weight:bold;
	color:#000;
	line-height: 40px;
	margin-bottom:80px;
}

.call-to-action .get-quote
{
	font-size: 15px;
	line-height: 16px;
	font-weight:bold;
	background-color: #fff;
	padding:10px 20px 10px 20px;
	border-bottom: 2px solid #e59300;
	margin-bottom:5px;


}
.call-to-action .get-quote span
{
	font-size: 22px;
}
.call-to-action .get-quote:hover
{
	background-color: #343a40;
	border-bottom:2px solid #000;
}

.call-to-action .contact
{
	border-radius: 4px;
	font-size:15px;
	background-color: #fff;
	padding: 10px 12px 10px 12px;
	line-height:16px;
	color:#000;
	border-bottom: 2px solid #e59300;
}

.call-to-action .contact .number
{
	font-size: 28px;
	margin-top:10px;
	margin-left:10px;

}

.call-to-action .live-chat
{margin-left:0px; height: 56px;margin-bottom:5px;}
.live-chat span
{padding-top:10px; display: block;}



.btn
{
	font-size: 18px;
	color: #151515;
	font-weight: bold;
	background-color: #ffd200;
	padding: 5px 30px 5px 30px;
	border-bottom: 2px solid #c29700;
	border-radius: 4px;
	margin-bottom:10px;
	user-select: none;
}
.btn:hover
{
	color: #fff;
	background-color: #343a40;
	border-bottom: 2px solid #000;

}


.text-highlight
{
	color:#14bff4;
}

.text-bold
{
	font-weight:bold;
}

/* MOBILE NAV */

.mob-nav
{
	transition: all 0.5s;
	position: absolute;
	top:0px;
	width:100%;
	height:100%;

	z-index: 10000;
}

.hide-nav
{

}

.hide-nav .mob-nav-bg
{
	opacity:0;
}

.hide-nav .nav-list
{
	transition: all 0.3s;
	margin-left:-250px;

}

.mob-nav-bg
{
	transition: all 0.3s;
	position: absolute;
	top:0px;
	height:100%;
	width:100%;
	background-color: #000;
	opacity:.5;

}
.mob-nav .nav-list
{
	position: absolute;
	background-color: #22252e;
	width:250px;
	height:100%;
	padding:16px;
	z-index:100012;
	transition: all 0.3s;

}

.nav-toggler
{
	background-color: #343a40;
	cursor: pointer;
	padding:1px 6px 0px 5px;
	position:absolute;
}
.nav-toggler:hover
{
	background-color: #ffd200;
}



.mob-nav ul
{
	width:100%;
	list-style-type: none;
  margin: 0px;
 	padding:0px;
	overflow: hidden;
}
.mob-nav ul li
{
	width:100%;


}
.mob-nav ul li a
{
	color: #fff;
	padding:10px 0px 10px 30px;;
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
   align-items: center;


     text-decoration: none;
}
.mob-nav ul li:hover
{
	background-color: #ffd200;
}
.mob-nav ul li:hover a
{
	color:#000;
}










.testimonial
{
	margin-bottom:160px;
}
.testimonial .title
{
	font-size:55px;
	color:#151515;
	line-height: 50px;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}
.testimonial .position
{
	font-size:25px;
	color: #555555;
	line-height:25px;
	text-align: center;

}
.testimonial .icon-star
{
	font-size:35px;
	color: #ffd200;
	margin-bottom:20px;
	padding-top:20px;

}



.testimonial-head
{

	font-size:31px;
	font-weight:bold;
	color: #151515;
	line-height:36px;
	margin-top:30px;
}
.testimonial-text
{
	font-size: 21px;
	color: #494949;
	line-height:26px;
	margin-top:30px;
}

.testimonial .carousel-indicators
{

	height:20px;
	bottom:-90px !important;

}

.testimonial .carousel-indicators li
{
	background-color: #cdcdcd;
	opacity: .5;
	height:20px;
	width:20px;
	border-radius:20px;
}
.testimonial .carousel-indicators li.active
{
	background-color: #ffd200;
	opacity: 1;
}

.testimonial .carousel-item
{
    height: unset;
    min-height: unset;
    background: no-repeat center center scroll;
    background-color: transparent;
}


footer
{
	color: #fff;
	font-size: 14px;
}
footer hr
{background-color: #fff;}
footer .header
{font-size:21px; text-transform: uppercase;}
footer ul
{padding:0px; line-height:35px;}
footer ul li
{
	list-style-type: none;
	margin:0px;
}
footer ul li a
{
	text-transform: uppercase;
	color:#fff;
}
footer ul li a:hover
{text-decoration: none; color:#fff;}



.social a
{
	float:left;
	min-width:32px;
	min-height:32px;
	display: inline-flex;
	margin-right:10px;
	background-image: url(../img/social-icon.png);
	margin-bottom:20px;
}

.social .facebook
{	background-position: 0px 0px;}

.social .facebook:hover
{	background-position: 0px 32px;	}

.social .googlePlus
{	background-position: -32px 0px;}
.social .googlePlus:hover
{	background-position: -32px 32px;}

.social .linkedin
{	background-position: -64px 0px;}
.social .linkedin:hover
{	background-position: -64px 32px;}

.social .twitter
{	background-position: -96px 0px;}
.social .twitter:hover
{	background-position: -96px 32px;}

.social .youtube
{	background-position: -128px 0px;}
.social .youtube:hover
{	background-position: -128px 32px;}

.social .insta
{	background-position: -160px 0px;}
.social .insta:hover
{	background-position: -160px 32px;}

footer .payments
{

	width:306px;
	height:32px;
	display: inline-flex;
	background-image: url(../img/social-icon.png);
	background-position: -200px 0px;
	margin-bottom:20px;
}





.product.packages .card
{
	cursor: unset !important;
}
.product.packages .card
{
	padding:10px;
	text-align:left;
}



.product.packages h3
{
	margin-bottom:0px;
	font-weight:bold;
	font-size:29px;
	text-transform: uppercase;
}
.product.packages h5
{
	color:#999999;
	font-weight: 400;
}
.product.packages .card-header .badge
{
	right:15px;
	left: unset;
}

.product.packages .price
{

		padding-top:10px;
    color: #000;
		font-weight: bold;
    background-color: #ffd200;
   	border-bottom: 2px solid #c29700;
    border-radius: 6px;
}

.product.packages .price h1
{position: relative; line-height: 40px;margin-left:auto; margin-right:auto; width:fit-content; }

.product.packages .price span
{position: absolute; font-size: 21px !important; left:-15px; top:-10px;}

.product.packages .discount
{
	margin-top:10px;
	font-size:27px;
}
.discount span
{
	font-weight:400;
	text-decoration: line-through;
	margin-right:5px;
}

.product.packages .card ul li span
{
	font-size:13px;
}

.product.packages .card-body ul
{	padding:0px; margin-bottom:30px}
.product.packages .card-body ul li
{	font-size:17px; color:#999999; text-transform: capitalize;}

.product.packages .card-body ul li:before {
  content: '✓';
	color:#5b5b5b;
	margin-right:10px;
}

.product.packages .btn
{
	margin:0px;
	font-size:17px;
	background-color: #d4d4d4;
	padding:8px 30px 8px 30px;
	border-bottom:2px solid #b0b0b0;
}
.product.packages .btn:hover
{
	color:#fff;


	background-color: #343a40;
	border-bottom:2px solid #000;
}



.card-bundle
{
	border:1px solid #ffbc00;
	text-align: left;
}

.card-bundle .card-header
{
	font-size:21px;
	border-bottom:1px solid #ffbc00;
	background-color: #ffbc00;
	padding:25px;

}

.card-bundle .card-header h3
{
	text-transform: uppercase;
	font-size:39px;
	margin-bottom:5px;
}


.card-bundle .card-body
{
	font-size:17px;
	color: #151515;
	background-color: #ffd200;
}

.card-bundle ul
{
	margin:0px;
	paddding:0px;
}
.card-bundle li
{
	color: #151515 !important;
	line-height: 30px;
}
.card-bundle li span
{
	font-size:13px;
}

.card-bundle .price
{
	  padding-top: 10px;
    color: #000;
    font-weight: bold;
    background-color: #fff !important;
    border-bottom: 2px solid #c29700;
    border-radius: 6px;
}

.card-bundle .btn
{
	background-color: #ff7200 !important;
	border-bottom:2px solid #e55400 !important;
	color:#fff;
	margin-top:20px !important;
}
.card-bundle .btn:hover
{

	background-color: #343a40 !important;
	border-bottom:2px solid #000 !important;
}

.print-packages h2
{
	font-weight: bold;
}
.print-packages .card-body
{
	padding-top:0px;
}

.print-packages ul
{
	padding:0px;
	color: #818181;
	font-size: 17px;
}

.w75
{
	margin-left:auto;
	margin-right:auto;
	width:75%;
}



.contact-us
{
	background-color: #ffd200;
	padding-top:80px;
	margin-bottom:80px;
	padding-bottom:80px;
}

.contact-us .contact-submit
{
	font-size:20px;
	font-weight:bold;
	background-color: #343a40;
	color: #fff;
	padding:10px 20px 10px 20px;
	border:0px;
	border-bottom:2px solid #e59300;
	border-radius: 5px;
	cursor:pointer;
}

.contact-us .contact-submit:hover
{
	background-color: #fff;
	color:#000;

}

.contact-us .live-chat
{

	color:#000;
	font-size:20px;
	font-weight:bold;
	background-color: #fff;
	padding:10px 20px 10px 20px;
	border-bottom:2px solid #e59300;
	border-radius: 5px;
	cursor:pointer;
}

.contact-us .live-chat:hover
{
	color:#fff;
	text-decoration: none;
	background-color: #343a40;
}

input[type=text], select, textarea, input[type=email]
{
		font-size:16px;
		font-weight: 400;
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
input[type=text]::placeholder, input[type=email]::placeholder, textarea::placeholder
{
	color:#b2b2b2;
	font-weight: 300;
}

footer
{
	background-color: #333;
}

.page-header
{
	display: table;
	vertical-align: middle;
	color:#fff;
	background-color: #333;
	width:100%;
	height:570px;
	min-height:250px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;


}
.page-header-small
{
	display: table;
	vertical-align: middle;
	color:#fff;
	background-color: #333;
	width:100%;
	height:250px;
	min-height:250px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;


}
.page-header h1
{
	display: table-cell;
	vertical-align: middle;
}

.inner-page .page-heading
{
	font-size:50px;
	font-weight:bold;
	border-bottom:5px solid #ffd200;
	display: inline;


}
.page-content
{
	margin-bottom: 50px;
	padding-top:40px;
	font-size: 20px;
	color: #555;
	word-spacing:-1px;

}
.page-content .sub-header
{
	font-size:25px;
	font-weight:bold;
	text-transform: uppercase;
	color:#000;

}
