/**=========================
	Author: Denthemes
	Author URI: https://themeforest.net/user/denthemes
	Description: Pixoraz - Business & Digital Services Landing Page
=========================**/

/**=========================
[Table of contents]

01. BODY
02. COMMON
03. LOADER
04. NAV MENU
05. SLIDER
06. BREADCRUMB
07. ERROR PAGE
08. WHO WE ARE
09. CLIENTS
10. COUNTER
11. SERVICES
12. PORTFOLIO
13. TEAM
14. GET A QUOTE
15. FAQ
16. BLOG
17. PEOPLE SAYS
18. CONTACT US
19. FOOTER
20. SUB FOOTER
21. COLOR CHANGE
=========================**/

/**=========================
	START BODY
=========================**/
::selection{
	color: #fff;
	background-color: #dc3545;
}
*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 16px;
}
body{
	margin: 0px;
	padding: 0px;
	color: #343a40;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}
/**=========================
	END BODY
=========================**/

/**=========================
	START COMMON
=========================**/
a{
	color: #343a40;
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
a:hover{
	text-decoration: none;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
p{
    color: #666;
    line-height: 26px;
}
h1,h2,h3,h4,h5,h6{
	color: #343a40;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}
span,
b{
	font-size: 100%;
}
hr{
	border-color: #eee;
}
figure{
	margin: 0px;
	padding: 0px;
}
blockquote{
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	padding: 30px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
blockquote:after{
	content: "\F756";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: absolute;
	left: 10px;
	top: 5px;
	color: #fff;
	font-size: 60px;
	opacity: .3;
}
blockquote span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}

/* Btn */
button,
button:focus,
button:active,
button:hover{
	box-shadow: 0 0 0 0;
	outline: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.btn{
	padding: 10px 25px;
	box-shadow: 0 0 0 0 !important;
	outline: 0 !important;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn:focus,
.btn:active,
.btn:hover{
	text-decoration: none;
}
.btn:hover{
	background-color: #343a40;
	border-color: #343a40;
}
.btn-sm{
	padding: .25rem .5rem;
}
.theme-btn-none,
.theme-btn-none:focus,
.theme-btn-none:active,
.theme-btn-none:hover{
	background-color: transparent;
	outline: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.theme-btn-default{
	background-color: #dc3545;
	color: #fff;
}
.btn-active,
.theme-btn-default:hover{
	background-color: #343a40;
	color: #fff;
}
.theme-btn-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-btn-default-two:hover{
	background-color: #dc3545;
	color: #fff;
	border-color: #dc3545;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active{
	outline: none;
	background-color: transparent;
	text-decoration: none;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active{
	border: 0;
	text-decoration: none;
}
.theme-btn-link-default{
	color: #343a40;
}
.theme-btn-link-default:hover{
	color: #dc3545;
}

/* radio */
.radio-none{
	display: none;
}

/* icon btn */
.btn-icon{
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span{
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.btn-icon span:after{
	content: '\F13E';
	font-family: "Material Design Icons";
	font-size: 16px;
	position: absolute;
	opacity: 0;
	right: 14px;
	transition: all 0.8s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 0;
	display: inline-block;
	vertical-align: middle;
}
.btn-icon:hover span{
	padding-right: 25px;
}
.btn-icon:hover span:after{
	opacity: 1;
}
.btn-icon.btn-icon-active span{
	padding-right: 25px;
}
.btn-icon.btn-icon-active span:after{
	opacity: 1;
}
.input-group-btn-icon{
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
    font-size: 28px;
}
.input-group label.error{
	position: absolute;
    bottom: -31px;
}
.input-group-validate{
	margin-bottom: 21px;
}

/* icons */
.mdi-bg{
	display: inline-block;
	text-align: center;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.mdi-bg-sm-sm{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.mdi-bg-sm{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
.mdi-bg-md{
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 40px;
}
.mdi-bg-lg{
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 80px;
}
.mdi-rotating-bg{
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}
.mdi-rotating-bg:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0; 
	margin: 0px auto;
	width: 100px;
	height: 100px;
	background-color: #eee;
	z-index: -1;
	animation: rotating 10s linear infinite;
	-webkit-animation: rotating 10s linear infinite;
	-moz-animation: rotating 10s linear infinite;
	-o-animation: rotating 10s linear infinite;
}
.mdi-rotating-bg.rotating-bg-light:before{
	background-color: rgba(255, 255, 255, 0.1);
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after{
	margin-left: 0 !important;
}

/* social media icons */
.smedia-icons{
	margin-bottom: 0;
}
.smedia-icons li{
	display: inline-block;
	list-style: none;
}
.smedia-icons li a{
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default{
	background-color: #343a40;
	color: #fff;
}
.smedia-icons li a:hover i.theme-btn-default-two{
	background-color: #dc3545;
	color: #fff;
}

/* heading */
.section-heading{
	position: relative;
	margin-top: -5px;
}
.head-back-light{
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0px auto;
	opacity: .05;
	font-size: 60px;
	user-select: none;
	font-weight: bold;
}
.head-after{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.head-after:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 10px;
	height: 4px;
	background-color: #dc3545;
}
.head-after:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background-color: #dc3545;
}
.head-after-white:before{
	background-color: #fff;
}
.head-after-white:after{
	border-bottom: 1px solid #fff;
}

/* bg */
.theme-bg-default{
	background-color: #dc3545;
}
.theme-bg-dark{
	background-color: #343a40;
}
.theme-bg-primary{
	background-color: #007bff;
}
.theme-bg-success{
	background-color: #28a745;
}
.theme-bg-info{
	background-color: #17a2b8;
}
.theme-bg-warning{
	background-color: #ffc107;
}
.theme-bg-orange{
	background-color: #ff7200;
}
.theme-bg-default-light{
	background-color: rgba(220, 53, 69, 0.1);
}
.theme-bg-dark-light{
	background-color: rgba(52, 58, 64, 0.1);
}
.theme-bg-white{
	background-color: #fff;
}
.theme-bg-white-light{
	background-color: rgba(255, 255, 255, 0.1);
}
.theme-bg-light{
	background-color: #eee;
}

/* badge */
.badge{
	border-radius: 0px;
	font-size: 14px;
}
.theme-badge-default{
	background-color: #dc3545;
	color: #fff;
}
.theme-badge-default:hover{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two{
	background-color: #343a40;
	color: #fff;
}
.theme-badge-default-two:hover{
	background-color: #dc3545;
	color: #fff;
}

/* text */
.theme-text-default{
	color: #dc3545;
}
.theme-text-dark{
	color: #343a40;
}
.theme-text-center{
	text-align: center;
}

/* margin */
.mt-30px{
	margin-top: 30px;
}
.mb-30px{
	margin-bottom: 30px;
}
.ml-30px{
	margin-left: 30px;
}
.mr-30px{
	margin-right: 30px;
}
.mt-60px{
	margin-top: 60px;
}
.mb-60px{
	margin-bottom: 60px;
}
.ml-60px{
	margin-left: 60px;
}
.mr-60px{
	margin-right: 60px;
}

/* padding */
.pt-30px{
	padding-top: 30px;
}
.pb-30px{
	padding-bottom: 30px;
}
.pl-30px{
	padding-left: 30px;
}
.pr-30px{
	padding-right: 30px;
}
.pt-60px{
	padding-top: 60px;
}
.pb-60px{
	padding-bottom: 60px;
}
.pl-60px{
	padding-left: 60px;
}
.pr-60px{
	padding-right: 60px;
}

/* display */
.theme-d-block{
	display: block;
}
.theme-d-inline-block{
	display: inline-block;
}
.theme-d-flex{
    display: -ms-flexbox;
    display: flex;
}

/* card */
.card{
	width: 100%;
	border-radius: 0px;
	padding: 30px;
	border: 0;
	display: inline-block;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
.card.card-active,
.card:hover{
	background-color: #dc3545;
}
.card.card-active i,
.card.card-active i:before,
.card.card-active i:after,
.card.card-active p,
.card.card-active h1,
.card.card-active h2,
.card.card-active h3,
.card.card-active h4,
.card.card-active h5,
.card.card-active h6,
.card.card-active a,
.card.card-active a.btn,
.card.card-active li:after{
	color: #fff;
}
.card.card-active a.btn{
	color: #fff;
}
.card:hover i,
.card:hover i:before,
.card:hover i:after,
.card:hover p,
.card:hover h1,
.card:hover h2,
.card:hover h3,
.card:hover h4,
.card:hover h5,
.card:hover h6,
.card:hover a,
.card:hover li:after{
	color: #fff;
}
.card:hover .head-after:before{
	background-color: #fff;
}
.card:hover .head-after:after{
	border-bottom: 1px solid #fff;
}

/* model */
.modal-content{
	border-radius: 0;
}
.modal-content iframe{
	width: 100%;
	height: 400px;
}

/* form control */
.form-control,
select{
	margin: 0px;
	padding: 10px 25px;
	border-radius: 0;
	height: auto;
	border: 1px solid #eee;
	color: #343a40;
	font-family: 'Roboto', sans-serif;
}
select.form-control{
	padding: 11.5px 21px;
}
.form-control:focus,
select:focus{
	outline: 0;
	border-color: rgba(52, 58, 64, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.col-form{
	padding: 5px;
}
.col-form [class*="col-"]{
	padding-right: 10px;
	padding-left: 10px;
}
label.error{
	color: #dc3545;
}
/**=========================
	END COMMON
=========================**/


/**=========================
	START NAV MENU
=========================**/
#nav-menu{
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 9;
	text-transform: uppercase;
	background-color: #fff;
}
#nav-menu.header-fixed{
	position: fixed;
	z-index: 999;
	background-color: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
	animation: 1s menuFix;
	-webkit-animation: 1s menuFix;
	-moz-animation: 1s menuFix;
	-o-animation: 1s menuFix;
}
#nav-menu .logo{
	text-align: left;
	font-weight: 700;
	color: #343a40;
}
#nav-menu .logo img{
	margin-right: 10px;
}

#nav-menu .navbar{
	padding: 0px;
}
#nav-menu .nav-item{
	position: relative;
}
#nav-menu .nav-item.active a,
#nav-menu .nav-item a:hover,
#nav-menu .nav-item .nav-link.easing-click.active,
#nav-menu .nav-link.dropdown-toggle.active{
	color: #dc3545;
}
#nav-menu .nav-link{
	padding: 10px 20px;
	font-weight: 500;
	color: #000;
}
#nav-menu.header-fixed .nav-link{
	margin-top: 25px;
    margin-bottom: 20px;
}
#nav-menu.header-fixed .nav-link,
#nav-menu.header-fixed .logo span.logo-text{
	color: #343a40;
}
#nav-menu.header-fixed .nav-link.btn{
	color: #fff;
}
#nav-menu .nav-link.btn{
    padding: 10px 25px;
}
#nav-menu .nav-link.easing-click.btn.theme-btn-default.btn-icon.active,
#nav-menu .nav-link.btn:hover{
	color: #fff;
}
#nav-menu .dropdown-menu{
	margin: 0px;
	padding: 0;
	border-radius: 0px;
	background-color: #fff;
	font-size: 16px;
	min-width: 15rem;
	border: 0;
	border-top: 5px solid #dc3545;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}
#nav-menu .dropdown-active a.dropdown-toggle{
	color: #dc3545;
}
#nav-menu .dropdown-menu .dropdown-item{
	padding: 15px 20px;
	color: #343a40;
	font-weight: 500;
	position: relative;
}
#nav-menu .dropdown.active .dropdown-menu a{
	color: #343a40;
}
#nav-menu .dropdown.active .dropdown-menu .dropdown-item.active,
#nav-menu .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown.active .dropdown-menu .dropdown-item:hover,
#nav-menu .dropdown-item.active,
#nav-menu .dropdown-item:active{
	color: #dc3545;
	background-color: #eee;
	border-radius: 0px;
}
#nav-menu .navbar-toggler{
	background-color: #dc3545;
	outline: 0;
	border: 0;
	margin: 20px 0px;
	padding: 10px 15px;
	border-radius: 0px;
	font-size: 100%;
    color: #fff;
    line-height: 1.5;
}
#nav-menu .navbar-toggler i{
	color: #fff;
}
#nav-menu .navbar-toggler[aria-expanded="true"] i:before{
	content: "\f156";
}
.dropdown-toggle::after{
	content: "\F140";
	position: absolute;
	font-family: "Material Design Icons";
	border: 0;
	color: #dc3545;
}
/**=========================
	END NAV MENU
=========================**/

/**=========================
	START SLIDER
=========================**/
#slider-carousel .slider-form-box {
	position: absolute;
    z-index: 111;
    background: #ffffff80;
    padding: 40px 30px;
    margin-top: 20px;
}
#slider-carousel:hover{
	cursor: move;
}
#slider-carousel .carousel-item,
#slider-carousel .carousel-item:before{
	border-radius: 0px 0px 0px 250px;
}
#slider-carousel .carousel-item{
	height: 480px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eee;
}
#slider-carousel .carousel-item:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(52, 58, 64, 0.3);
}
#slider-carousel .carousel-item:after{
	content: "";
	position: absolute;
}
#slider-carousel .carousel-control-next-icon,
#slider-carousel .carousel-control-prev-icon{
	background-image: none;
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #343a40;
    font-size: 40px;
    display: none;
}
#slider-carousel:hover .carousel-control-next-icon,
#slider-carousel:hover .carousel-control-prev-icon{
	display: block;
}
#slider-carousel .carousel-control-next-icon:after{
	content: '\F142';
	font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-prev-icon:after{
	content: '\F141';
	font-family: "Material Design Icons";
}
#slider-carousel .carousel-control-next,
#slider-carousel .carousel-control-prev{
	width: 60px;
}
#slider-carousel .carousel-indicators{
	display: none;
}
#slider-carousel .carousel-indicators li{
	background-color: #343a40;
}
#slider-carousel .carousel-caption{
	width: 50%;
	position: absolute;
	left: 50%;
    top: 50%;
    bottom: inherit;
    right: inherit;
	transform: translate(-50%, -50%);
	margin: 0px auto;
	text-align: left;
}

/**=========================
	END SLIDER
=========================**/

/**=========================
	START BREADCRUMB
=========================**/
#breadcrumb{
	padding: 200px 0px 80px;
	text-align: center;
}
#breadcrumb.breadcrumb-bg{
	position: relative;
	background-image: url(../images/img-4.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 1;
}
#breadcrumb.breadcrumb-bg:before{
	content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}
#breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	color: #fff;
}
#breadcrumb h2{
	color: #fff;
}
#breadcrumb li{
	display: inline-block;
}
#breadcrumb li a{
	color: #dc3545;
}
#breadcrumb li a:hover{
	color: #fff;
}
#breadcrumb li.active{
	color: #fff;
}
/**=========================
	END BREADCRUMB
=========================**/

/**=========================
	START ERROR PAGE
=========================**/
#error-page{
	padding: 80px 0px 50px;
}
#error-page .error-page-item{
	margin-bottom: 30px;
	text-align: center;
}
/**=========================
	END ERROR PAGE
=========================**/

/**=========================
	START WHO WE ARE
=========================**/
#who-we-are{
	position: relative;
	padding: 80px 0px 50px;
}
#who-we-are:after{
	content: "";
	position: absolute;
	opacity: .3;
	top: 50%;
	bottom: 50%;
    left: 0px;
    width: 75px;
    height: 500px;
    z-index: -1;
    transform: translate(-50%, -50%);
	background-image: url('../images/dots.png');
}
#who-we-are .whoweare-item{
	padding-bottom: 30px;
}
#who-we-are .whoweare-item.pb-60px{
	padding-bottom: 60px; 
}
#who-we-are .whoweare-left h5{
	text-transform: capitalize;
}
#who-we-are h5 span{
	font-weight: 700;
}
#who-we-are h1{
	margin-bottom: 15px;
}
#who-we-are h1 span{
	font-weight: 700;
}
#who-we-are p{
	margin-bottom: 20px;
	font-weight: 500;
	color: #777;
	text-align: justify;
}
#who-we-are .whoweare-left{
	padding-right: 80px;
}
#who-we-are .whoweare-left .whoweare-play-video button:hover{
	color: #dc3545;
}
#who-we-are .whoweare-left .whoweare-play-video i:before{
	margin-right: 10px;
	font-size: 50px;
	vertical-align: middle;
}
#who-we-are .whoweare-center-img1 img{
	width: 95%;
}
#who-we-are .whoweare-center-img2{
	position: absolute;
	bottom: -15px;
	left: -70px;
	width: 75%;
	padding: 15px;
	background-color: #fff;
}
#who-we-are .whoweare-center-img2 img{
	width: 100%;
	padding-bottom: 30px;
}
#who-we-are .whoweare-right .card{
	margin-bottom: 15px;
	padding: 25px;
}
#who-we-are .whoweare-right .card h6{
	margin-bottom: 0px;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 26px;
}
#who-we-are .whoweare-right .card i:before{
	margin-right: 5px;
	font-size: 100%;
}
#who-we-are .whoweare-right-btn{
	margin-top: 30px;
}
/**=========================
	END WHO WE ARE
=========================**/

/**=========================
	START COUNTER
=========================**/
#counter{
	position: relative;
	padding: 80px 0px 50px;
}
#counter.theme-bg-default{
	background-image: url('../images/img-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#counter.theme-bg-default:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #dc3545;
	opacity: .9;
}
#counter.theme-bg-default h2,
#counter.theme-bg-default h5,
#counter.theme-bg-default p,
#counter.theme-bg-default i{
	color: #fff;
}
#counter .counter-item{
	position: relative;
	padding-bottom: 30px;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#counter .counter-item:after{
	display: block;
    content: "";
    clear: both;
}
#counter .counter-icon{
	float: left;
	margin-right: 30px;
}
#counter .counter-icon i:before{
	font-size: 50px;
}
#counter .counter-content{
	position: relative;
}
#counter .counter-content h2{
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: right;
}
#counter .counter-content h5{
	margin-bottom: 0;
}
#counter .counter-content i{
	font-size: 30px;
	position: absolute;
	right: 0px;
}
#counter .counter-content .counter-up{
	margin-left: 35px;
}
/**=========================
	END COUNTER
=========================**/

/**=========================
	START SERVICES
=========================**/
.care-sec {
	padding: 80px 0px 50px;
}
#services{
	padding: 80px 0px 50px;
}
#services .text-center h2{
	margin-bottom: 40px;
}
#services .service-item{
	text-align: center;
	padding-bottom: 30px;
}
#services .service-count-text{
	position: absolute;
	left: 30px;
	top: 70px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#services .service-count-text span{
	opacity: .05;
	font-size: 100px;
	line-height: 0;
}
#services .service-item .service-icon{
	margin-bottom: 10px;
}
#services .service-item i:before{
	color: #dc3545;
	font-size: 80px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}
#services .service-item .card:hover i:before,
#services .service-item .card-active i:before,
#services .service-item .card:hover .btn,
#services .service-item .card-active .service-count-text,
#services .service-item .card:hover .service-count-text{
	color: #fff;
}
#services .service-item h4{
	margin-bottom: 15px;
	text-transform: capitalize;
}
#services .service-item a{
	color: #dc3545;
}
#services .service-item .btn-active{
	color: #fff;
}
/**=========================
	END SERVICES
=========================**/


/**=========================
	START CONTACT US
=========================**/
#contact-us .contact-us-col{
	margin: 0px;
	padding: 0px;
}

#contact-us #bottom-contact-us{
	padding: 0px 0px 50px;
}
#contact-us .bottom-contact-us-item{
	padding-bottom: 30px;
}
#contact-us .bottom-contact-us-item form{
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 30px;
}
#contact-us .bottom-contact-us-item-info .card{
	padding: 20px 30px;
}
#contact-us .bottom-contact-us-item-info .bottom-contact-us-item-info-head{
	margin-bottom: 10px;
}
#contact-us .bottom-contact-us-item-info-div{
	margin-bottom: 25px;
}
#contact-us .bottom-contact-us-item-info-div:last-child{
	margin-bottom: 0px;
}
#contact-us .bottom-contact-us-item-info p{
	margin-bottom: 0;
}
#contact-us .bottom-contact-us-item-info i{
	margin-right: 10px;
	color: #fff;
}
/**=========================
	END CONTACT US
=========================**/

/**=========================
	START SUB FOOTER
=========================**/
#sub-footer{
	padding: 30px 0px 15px;
}
#sub-footer .backto-top-btn{
	position: absolute;
	right: 40px;
    top: -80px;
	text-align: center;
	z-index: 9;
}
#sub-footer .sub-footer-left{
	text-align: left;
}
#sub-footer .sub-footer-right{
	text-align: right;
}
#sub-footer p,
#sub-footer ul{
	margin-bottom: 15px;
}
#sub-footer ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
#sub-footer ul li:before{
	content: "/";
	position: absolute;
	right: -15px;
	color: #fff;
}
#sub-footer ul li:last-child:before{
	display: none;
}
#sub-footer p,
#sub-footer a{
	color: #fff;
}
#sub-footer .sub-footer-left a:hover{
	color: #dc3545;
}
#sub-footer .sub-footer-right a{
	color: #dc3545;
}
#sub-footer .sub-footer-right a:hover{
	color: #fff;
}
/**=========================
	END SUB FOOTER
=========================**/

/**=========================
	START PEOPLE SAYS
=========================**/
#people-says{
	padding: 80px 0px 0px;
}
#people-says .people-says-item{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	height: 285px;
}

#people-says .people-says-item:hover{
	cursor: move;
}
#people-says .slick-slide img{
	width: auto;
}
#people-says .people-says-bottom{
	position: relative;
}
#people-says .people-says-bottom-icon{
	position: absolute;
	right: 0;
	top: -32px;
}
#people-says .people-says-bottom-title{
	text-align: right;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding-right: 100px;
}
#people-says .people-says-bottom-title h5{
	margin-bottom: 5px;
}
#people-says .people-says-bottom-title span{
	font-style: italic;
	font-size: 16px;
}
#people-says .slick-center .card{
	background-color: #dc3545;
}
#people-says .slick-center .card p{
	color: #fff;
}
#people-says .people-says-item.slick-slide.slick-current.slick-active.slick-center:after{
	color: #fff;
}
/**=========================
	END PEOPLE SAYS
=========================**/
.call-button {
	position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 1111;
}
.call-button img {
	width: 100px;
}
.whatsapp-button {
	position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 1111;
}
.whatsapp-button img {
	width: 70px;
}
.top-header .contact-box {
	    display: inline;

}
.top-header .contact-box a {
	margin-right: 10px;
	color: #fff;
}
.top-header .theme-bg-dark {
	color: #fff !important;
}
.top-header {
	clip-path: polygon(3% 0%, 97% 0%, 96% 100%, 4% 100%);
    background: #dc3545;
    text-align: center;
}