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

/*=====================================================================

--------------- Table of Content ---------------
	
	1. Theme Font
	2. Global Settings
	3. Background Color
	4. Buttons
	5. Loading
	6. Top Scroll
	7. Section Title
	8. Header
	9. Slider
	10. About us Area
	11. Services
	12. Counter Area
	13. Team Member
	14. Call to Action
	15. Portfolio Section
	16. Pricing  Area
	17. Blog
	18. Testimonial
	19. Footer
	20. Breadcumb Area
	21. Our Clients Area
	22. News Letter Section
	23. FAQ
	24. Contact Page

=====================================================================*/


/*--------------------------------------------------------------
	Theme Font
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');

@font-face {
    font-family: 'NexaEVR-Regular';
    src: url('../fonts/NexaEVR-Regular.woff2') format('woff2'),
        url('../fonts/NexaEVR-Regular.woff') format('woff');
}


/*--------------------------------------------------------------
	Global Settings
--------------------------------------------------------------*/

.section-padding {
	padding: 80px 0px;
}
/*--------------------------------------------------------------
	Background Color
--------------------------------------------------------------*/

.bg-gray {
	background-color: #f5f5f5;
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn-style-1 {
	background-color: #181617;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 25px 12px 25px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.btn-style-1:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-color: #ec0048;
	left: 50%;
	bottom: 50%;
	z-index: -1;
}
.btn-style-1:hover:before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.btn-style-1:hover {
	color: #fff;
}
.btn-style-2 {
	background-color: #ec0048;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 25px 12px 25px;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	position: relative;
	z-index: 0;
}
.btn-style-2:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	background-color: #ec0048;
	left: 50%;
	bottom: 50%;
	z-index: -1;
}
.btn-style-2:hover:before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
}
.btn-style-2:hover {
	color: #fff;
}
/*---------------------------------
	Loading
-----------------------------------*/
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: url(../img/preloader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
}
/*--------------------------------------------------------------
	Top Scroll
--------------------------------------------------------------*/
.crunchify-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 30px;
	border: 2px solid #0194ae;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background-color: #ec0048;
	text-decoration: none;
	border-radius: 4px;
	z-index: 9999;
}
.crunchify-top:hover {
	color: #fff!important;
	text-decoration: none;
}
/*--------------------------------------------------------------
	Section Title
--------------------------------------------------------------*/
.section-title .subtitle {
	font-weight: 700;
	text-transform: uppercase;
	color: #ec0048;
	display: block;
}
.section-title .title {
	font-size: 40px;
	font-weight: 700;
}
.section-title .separator {
	display: block;
	width: 120px;
	height: 1px;
	background-color: #e6e6e6;
	margin: 0 auto 0 auto;
	position: relative;
}
.section-title .separator:after {
	position: absolute;
	left: 50%;
	top: 3px;
	width: 120px;
	height: 2px;
	background-color: #ec0048;
	border-radius: 50%;
	content: '';
	-ms-transform: translateX(-50%);
	/* IE 9 */
	-webkit-transform: translateX(-50%);
	/* Chrome, Safari, Opera */
	transform: translateX(-50%);
}
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
/*-- Top bar --*/
.topbar-bar-area {
	background-color: #fff;
}
.topbar-bar-area .topbar-inner-box .topbar-left-box ul li {
	display: inline-block;
	margin: 0px;
	color: #000;
	padding: 8px 12px;
	border-left: 1px solid #3d3c3d;
}
.topbar-bar-area .topbar-inner-box .topbar-left-box ul li:last-child {
	margin-left: 0;
	border-right: 1px solid #3d3c3d;
}
.topbar-bar-area .topbar-inner-box .topbar-left-box ul li a {
	color: #fff;
}
.topbar-bar-area .topbar-inner-box .topbar-left-box ul li a:hover {
	color: #fff;
}
.topbar-bar-area .topbar-inner-box .topbar-right-box {
	float: right;
}
.topbar-bar-area .topbar-inner-box .topbar-right-box ul li {
	display: inline-block;
	margin: 0px;
}
.topbar-bar-area .topbar-inner-box .topbar-right-box ul li:last-child {
	margin-right: 0;
}
.topbar-bar-area .topbar-inner-box .topbar-right-box ul li a {
	color: #000;
	display: inline-block;
	padding: 12px 12px;
}
.topbar-bar-area .topbar-inner-box .topbar-right-box ul li a:hover {
	color: #000;
}
/*-- Navbar Area --*/
.navbar-area-box {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0px;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	text-transform: capitalize;
	font-weight: 400;
	position: relative;
	font-weight:bold!important;
}
.navbar-area-box .dropdown-toggle:after {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	content: "+";
	border: 0px;
}


.nav-item.dropdown.item-113{
	padding: 18px 18px;
}

.nav-item.dropdown.item-113 a{
	color: #fff;
}

.nav-item.dropdown.item-113 a:hover{
	color: #000;
}

 @media screen and (max-width: 992px) {
	.nav-item.dropdown.item-113{
padding:0px 0px 0px 7px!important;
}

.about-us-img-box{
	padding-top:0px;
	margin-top:-30px 0px 0px -10px;
}

.navbar-area-box .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
	color: #ec0048!important;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item.active .nav-link {
	color: #ec0048!important;}

.navbar-area-box .navbar-collapse .navbar-nav .nav-item:last-child a {
	padding-right: 0;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #000!important;
	padding: 18px 18px;
}


.nav-item.dropdown.item-113{
	padding: 18px 18px;
}

.nav-item.dropdown.item-113 a{
	color: #000;
}

.nav-item.dropdown.item-113 a:hover{
	color: #ec0048!important;
}



}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
	color: #000;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item.active .nav-link {
	color: #000;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item:last-child a {
	padding-right: 0;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item .nav-link {
	color: #fff;
	padding: 18px 18px;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item:first-child {
	padding-left: 0;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	padding: 15px;
	border-radius: 0;
	margin: 0;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 3px solid #ec0048;
	background-color: #f9f9f9;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	color: #8e96a0;
	padding: 8px 20px !important;
	line-height: 20px;
	font-size: 14px;
}
.navbar-area-box .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
	background-color: #fff;
	color: #ec0048;
}
.quote-btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	background-color: #ec0048;
	padding: 0px 20px;
}
 @media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;}
}
.sticky{
	position:fixed;
	width:100%;
	top:0;
	z-index:9999;
	background-color:#ec0048;
	border-bottom:1px solid #f5f5f5;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*--------------------------------------------------------------
	Slider
--------------------------------------------------------------*/
.slider .overlay-background-black {
	background-color: rgba(0,0,0,0.6);
}
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-caption .slider-caption-box {
	background-color: rgba(0,171,201,0.7);
	padding: 30px;
	text-align: center;
}
.slider .carousel-caption h2 {
	font-weight: 800;
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 55px;
	color: #fff;
	text-transform: uppercase;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	font-size: 12px;
	width: 50px;
	border: 6px solid rgba(255,255,255,0.6);
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ec0048;
}
.slider .carousel-control-next {
	bottom: auto;
	right: 60px;
}
.slider .carousel-control-prev {
	left: 60px;
}
/*--------------------------------------------------------------
	About us Area
--------------------------------------------------------------*/
.about_us_area .left-content-area .title {
    font-size: 35px;
	font-weight: 700;
	color: #ec0048;
	margin-bottom: 24px;
	position: relative;
	padding-bottom: 5px;
}
.about_us_area .left-content-area .title:after {
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #ec0048;
	content: "";
	left: 0px;
	bottom: 0px;
}
.about-us-img-box {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}
.about-us-img-box .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
}
.about-us-img-box .hoverlay a {
	border-radius: 100%;
	color: #fff;
	line-height: 50px;
	font-size: 12px;
	width: 50px;
	text-align: center;
	height: 50px;
	background-color: #ec0048;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.6);
}
/*--------------------------------------------------------------
	Services
--------------------------------------------------------------*/
.service-bg {
	background-image: url(../img/service/service-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}
.service-item {
	padding: 60px 40px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.service-item .service-icon-bg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.05;
	right: 0px;
	left: 0px;
	margin: auto;
	z-index: 1;
	font-size: 160px;
}
.service-item:hover .service-item-bg {
	opacity: 0.1;
}
.service-item:hover {
	border: 1px solid #ec0048;
}
.service-item .media i {
	font-size: 80px;
}
.service-item .content {
	position: relative;
	z-index: 2;
}
.service-item .content h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
}
/*-- Services Details Section --*/
.single-service-menu {
	border: 1px solid #f8f8f8;
}
.single-service-menu ul li {
	border-bottom: 1px solid #ededed;
}
.single-service-menu ul li a {
	color: #404040;
	font-weight: 500;
	font-size: 15px;
	padding: 12px 0 12px 30px;
	transition: 0.3s;
	display: block;
	text-transform: uppercase;
	background-color: transparent;
	position: relative;
}
.single-service-menu ul li a:hover {
	padding: 12px 0 12px 40px;
	background-color: #ec0048;
	color: #fff;
}
.single-service-menu ul li a:hover:before {
	color: #fff;
}
.single-service-menu ul li a:before {
	position: absolute;
	top: 12px;
	left: 18px;
	content: "-";
	transition: 0.3s;
	color: #333;
	opacity: 0;
	z-index: 5;
}
.single-service-menu ul li a:hover:before {
	opacity: 1;
}
.single-service-menu ul li.active a {
	padding: 12px 0 12px 40px;
	background-color: #ec0048;
	color: #fff;
}
.single-service-menu ul li.active a:before {
	background-color: #ec0048;
	color: #fff;
	opacity: 1;
}
.side-need-help {
	background-color: #181617;
	padding: 20px;
	color: #fff;
}
.side-need-help h5 {
	position: relative;
	padding-left: 30px;
}
.side-need-help h5:after {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 20px;
	background-color: #fff;
	content: "";
}
.single-page-service h2 {
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.single-page-service h2:after {
	position: absolute;
	right: -35px;
	bottom: 0;
	height: 2px;
	width: 30px;
	background-color: #ec0048;
	content: "";
}
.benefit-box h6 {
	position: relative;
	padding-left: 30px;
}
.benefit-box h6:after {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 2px;
	width: 20px;
	background-color: #ec0048;
	content: "";
}
/*--------------------------------------------------------------
	Counter Area
--------------------------------------------------------------*/
.counter-section {
	background-color: #121212;
	position: relative;
	z-index: 0;
	background-image: url(../img/bg/counter-area-bg.jpg);
	background-size: cover;
	background-position: center;
}
.counter-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(31,39,50,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-counter-box {
	text-align: center;
	padding: 15px;
	position: relative;
}
.single-counter-box:before {
	content: '';
	width: 50px;
	height: 2px;
	left: 0px;
	top: 0;
	position: absolute;
	background: #ec0048;
	transition: all 0.2s ease-in-out;
}
.single-counter-box:after {
	content: '';
	width: 50px;
	height: 2px;
	right: 0px;
	bottom: 0;
	position: absolute;
	background: #ec0048;
	transition: all 0.2s ease-in-out;
}
.single-counter-box:hover:before {
	left: 50%;
	transform: translateX(-50%);
}
.single-counter-box:hover:after {
	right: 50%;
	transform: translateX(50%);
}
.counter-section .single-counter-box .icon {
	font-size: 100px;
	line-height: 100px;
	color: #48b2a6;
	margin-bottom: 25px;
}
.counter-section .single-counter-box .content .counter-info-text {
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 5px;
	color: #ec0048;
}
.counter-section .single-counter-box .content .title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
}
/*--------------------------------------------------------------
	Team Member
--------------------------------------------------------------*/
.single-team-item {
	position: relative;
	border: 1px solid #e5e5e5;
}
.single-team-item .content h4 a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #181617;
}
.single-team-item .content h4 a:hover {
	color: #ec0048;
}
.single-team-item .content .post {
	color: #a7a7a7;
	font-weight: 300;
	font-style: italic;
	font-size: 14px;
}
.single-team-item .content .social-icons {
	border-top: 1px solid #e5e5e5;
}
.single-team-item .content .social-icons li {
	border-right: 1px solid #e5e5e5;
}
.single-team-item .content .social-icons li:last-child {
	border-right: 0px;
}
.single-team-item .content .social-icons a {
	color: #333;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.single-team-item:hover {
	border: 1px solid #ec0048;
}
.single-team-item:hover .social-icons {
	background-color: #ec0048;
}
.single-team-item:hover .social-icons li a {
	color: #fff;
}
/*--------------------------------------------------------------
	Call to Action
--------------------------------------------------------------*/
.call-to-action {
	background-image: url(../img/bg/call-to-action-bg2.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
	z-index: 0;
	background-size: cover;
	position: relative;
}
.call-to-action:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.call-to-action h3 {
	font-size: 32px;
	font-weight: 600;
}
/*--------------------------------------------------------------
	Portfolio Section
--------------------------------------------------------------*/

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 100%;
	display: none;
	overflow: hidden;
}
/* portfolio filter */
.filter1 {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.filter1 li span {
	cursor: pointer;
	padding: 8px 20px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}
.filter1 li span:hover {
	color: #ec0048;
	border-top: 1px solid #ec0048;
	border-bottom: 1px solid #ec0048;
}
.filter1 li span.active {
	color: #ec0048;
	border-bottom: 1px solid #ec0048;
	border-top: 1px solid #ec0048;
}
/* portfolio box */
.portfolio-box figcaption {
	height: 90px;
	width: 100%;
	position: absolute;
	left: 0;
	padding: 20px;
	background: #181617;
	color: #ec0048;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.portfolio-box h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
}
.portfolio-box figcaption a {
	text-align: center;
	right: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100px;
	display: inline-block;
	background: #ec0048;
	color: #fff;
	text-decoration: none;
}
.portfolio-box:hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.portfolio-box:hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
/*--------------------------------------------------------------
	Pricing  Area
--------------------------------------------------------------*/
.pricing-section {
	background-color: #f5f5f5;
}
.single-pricing-item {
	border: 2px solid #e6e6e6;
	padding: 25px;
}
.single-pricing-item:hover {
	border: 2px solid #ec0048;
}
.pricing-section .single-pricing-item .body .price .name {
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #333;
	margin-bottom: 0px;
}
.pricing-section .single-pricing-item .body .price .month {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333;
}
.pricing-section .single-pricing-item .body .price .pricing-price {
	font-size: 38px;
	color: #ec0048;
}
.pricing-section .single-pricing-item .body ul li {
	display: block;
	font-size: 14px;
	color: #676f7a;
	line-height: 30px;
}
.pricing-section .single-pricing-item .body ul li i {
	color: #ec0048;
	padding-right: 6px;
}
/*--------------------------------------------------------------
	Blog
--------------------------------------------------------------*/
.single-blog-post-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.single-blog-post-item:hover {
	border: 1px solid #ec0048;
}
.single-blog-post-item .post-content .post-title {
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	line-height: 26px;
	color: #ec0048;
}
.single-blog-post-item .post-content .post-meta ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
	color: #a0a0a0;
	font-weight: 400;
}
.single-blog-post-item .post-content .post-meta ul li:first-child {
	margin-left: 0;
}
.single-blog-post-item .post-content .post-meta ul li a {
	color: #515151;
	text-decoration: none;
}
.single-blog-post-item .post-content .post-meta ul li a:hover {
	color: #ec0048;
}
.single-blog-post-item .post-content .post-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.single-blog-post-item .post-content .post-comments ul li {
	display: inline-block;
	color: #a0a0a0;
}
.single-blog-post-item .post-content .post-comments ul li a {
	color: #505050;
	text-decoration: none;
}
.single-blog-post-item .post-content .post-comments ul li a:hover {
	color: #ec0048;
}
.single-blog-post-item .post-content .post-comments ul li:last-child {
	float: right;
}
.single-blog-post-item .post-content .post-comments ul li:last-child a {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 10px;
	background-color: #ec0048;
	padding-top: 6px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
}
/*----------------------
    Sidebar 
-----------------------*/
.widget-item {
	padding: 25px;
	border: 1px solid #eaeaea;
	margin-bottom: 40px;
}
.widget-item .widget-title h4 {
	font-size: 22px;
	line-height: 38px;
	display: inline-block;
	font-weight: 600;
	color: #2e3841;
	margin-bottom: 20px;
	position: relative;
}
.widget-item .widget-title h4:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -6px;
	width: 60px;
	background-color: #ec0048;
	height: 2px;
}
/* search */
.widget-item.search .serch-box input[type="email"] {
	height: 50px;
}
.widget-item.search .serch-box button[type="submit"] {
	height: 50px;
	width: 100%;
	background-color: #ec0048;
	border: 0px;
}
/* widget social */
.widget-item.social .social-links li {
	display: inline-block;
	margin: 0 2px;
}
.widget-item.social .social-links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #e3e3e3;
	color: #555555;
	font-size: 16px;
}
.widget-item.social .social-links li a:hover.twitter {
	background-color: #55acee;
	border-color: #55acee;
	color: #fff;
}
.widget-item.social .social-links li a:hover.pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
	color: #fff;
}
.widget-item.social .social-links li a:hover.facebook {
	background-color: #3b5999;
	border-color: #3b5999;
	color: #fff;
}
.widget-item.social .social-links li a:hover.instagram {
	background-color: #9E3598;
	border-color: #9E3598;
	color: #fff;
}
.widget-item.social .social-links li a:hover.wordpress {
	background-color: #0073AA;
	border-color: #0073AA;
	color: #fff;
}
/* widget category */
.widget-item.category .categories li {
	display: block;
	padding: 10px 0;
}
.widget-item.category .categories li:last-child {
	padding-bottom: 0;
	border: none;
}
.widget-item.category .categories li a {
	line-height: 24px;
	color: #7d7c8f;
}
.widget-item.category .categories li a:hover {
	color: #ec0048;
	padding-left: 10px;
}
/* latest post */
.widget-item.latest-post .single-latest-post {
	margin-bottom: 18px;
}
.widget-item.latest-post .single-latest-post:last-child {
	margin-bottom: 0;
}
.widget-item.latest-post .single-latest-post .media .media-body {
	padding-left: 5px;
}
.widget-item.latest-post .single-latest-post .media .media-body h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #2e3841;
	margin-bottom: 6px;
}
.widget-item.latest-post .single-latest-post .media .media-body h5:hover {
	color: #ec0048;
}
.widget-item.latest-post .single-latest-post .media .media-body .meta-time {
	color: #ec0048;
	font-size: 12px;
	font-weight: 400;
}
/* widget tags */
.widget-item.tags .tags-list li {
	display: inline-block;
}
.widget-item.tags .tags-list li a {
	display: inline-block;
	color: #7d7c8f;
	line-height: 24px;
	padding: 7px 13px;
	background-color: #eaeaea;
	margin: 0 3px;
	margin-bottom: 10px;
}
.widget-item.tags .tags-list li a:hover {
	background-color: #ec0048;
	color: #fff;
	border-color: #ec0048;
}
/* == blog details == */
.blog-details-section .single-blog-post-item {
	border: 0px;
	padding: 0px;
}
.blog-details-section .single-blog-post-item blockquote {
	padding: 25px;
	border-radius: 0px;
	font-style: italic;
	border-left: 4px solid #ec0048;
	background-color: #f5f5f5;
	position: relative;
}
.blog-details-section .single-blog-post-item .blog-details-tags ul li a {
	color: #7c7c90;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #f5f5f5;
	font-weight: 400;
	display: inline-block;
	padding: 6px 16px;
}
.blog-details-section .single-blog-post-item .blog-details-tags ul li a:hover {
	background-color: #ec0048;
	color: #fff;
}
/* comment box */
.blog-details-section .single-comment-box {
	position: relative;
}
.blog-details-section .single-comment-box .thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 80px;
	max-height: 80px;
	overflow: hidden;
}
.blog-details-section .single-comment-box .content {
	padding-left: 100px;
}
.blog-details-section .single-comment-box .content .meta-date {
	font-size: 12px;
	line-height: 24px;
	color: #ec0048;
	display: block;
}
.blog-details-section .single-comment-box .content .author-name {
	font-size: 18px;
	line-height: 28px;
	color: #121821;
}
.blog-details-section .single-comment-box .content p {
	color: #7c7c90;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
}
.blog-details-section .single-comment-box .reply-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #7c7c90;
	font-size: 14px;
	background-color: #ec0048;
	font-size: 12px;
	color: #fff;
	padding: 4px 12px;
}
.blog-details-section .single-comment-box .reply-btn:hover {
	color: #fff;
}
.blog-details-section .single-comment-box-sub {
	margin-left: 40px;
}
.comment-form-wrapper input {
	height: 50px;
}
/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial-section.testimonial-bg {
	background-image: url(../img/bg/testimonial-bg.jpg);
	background-size: cover;
	position: relative;
	background-position: center;
}
.testimonial-section.testimonial-bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(31,39,50,0.8);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-testimonial-box {
	box-shadow: 2.5px 4.33px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 35px;
	background-color: #ffffff;
}
.single-testimonial-box .details {
	padding-bottom: 16px;
	border-bottom: 2px solid #ececec;
	margin-bottom: 25px;
}

.single-testimonial-box .details p.mb-02{
	font-size:20px!important;
	font-weight:bold;
}

.single-testimonial-box .details i {
	font-size: 32px;
	color:#3D5171!important;
}
.single-testimonial-box .author-image {
	height: 50px;
	width: 50px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-right: 15px;
}
.single-testimonial-box .author-text .post {
	font-size: 16px;
	color: #666666;
	padding-bottom: 6px;
}
.single-testimonial-box .author-text h4 {
	font-size: 20px;
}
.testimonial-carousel .owl-nav {
	width: 100%;
	margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev {
	border-radius: 4px 0px 0px 4px;
}
.testimonial-carousel .owl-nav .owl-next {
	border-radius: 0px 4px 4px 0px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	border-radius: 100%;
	color: #fff !important;
	line-height: 50px;
	font-size: 12px;
	width: 50px;
	border: 6px solid rgba(255,255,255,0.6) !important;
	height: 50px;
	background-color: #ec0048 !important;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	background-color: #ec0048 !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.main-footer {
	background-color: #1B2A44;
}
.main-footer .widget-title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #ffffff;
}
.main-footer .widget-title:after {
	position: absolute;
	right: -25px;
	bottom: 0;
	height: 2px;
	width: 20px;
	background-color: #ec0048;
	content: "";
}
/*-- footer services widget --*/
.main-footer .services-widget .list li {
	position: relative;
	display: block;
	margin-bottom: 6px;
}
.main-footer .services-widget .list li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #d4dae3;
	text-transform: capitalize;
	font-weight: 400;
}
.main-footer .services-widget .list li a:hover {
	color: #ec0048;
}
.widget-contact li {
	margin-bottom: 10px;
}
.widget-contact li .info-icon {
	display: table-cell;
	color: #ec0048;
}
.widget-contact li .info-text {
	margin-left: 30px;
	color: #fff;
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}
.widget-contact li .info-text a {
	color: #fff;
}
.main-footer .services-widget .list li:last-child {
	margin-bottom: 0;
}
/*-- newsletter widget --*/
.main-footer .newsletter-widget .text {
	color: #fff;
}
.main-footer .newsletter-widget input {
	height: 50px;
	color: #fff;
	width: 100%;
	padding: 0 18px;
	border: 0px;
	background-color: #292c31;
}
.main-footer .newsletter-widget .subscribe-btn {
	position: relative;
	padding: 11px 40px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	background: #ec0048;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 0px;
}
/*-- footer social icons --*/
.footer-social-icons li a {
	background-color: #ec0048;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
}
.footer-social-icons li a:hover {
	background-color: #ec0048;
}
/*-- footer bottom --*/
.main-footer .footer-bottom {
	position: relative;
	padding: 18px 0px;
	background: #000;
}
.main-footer .footer-bottom p {
	color: #d4dae3;
}

.copyright-text.text-center a{color:white!important;}

/*--------------------------------------------------------------
	Breadcumb Area
--------------------------------------------------------------*/
.breadcumb-section {
	position: relative;
	z-index: 0;
	background-color: #121212;
}
.breadcumb-section .title {
	color: #fff;
	font-size: 42px;
	padding-bottom: 10px;
	line-height: 36px;
	font-weight: 600;
}
.breadcumb-section.breadcrumb-bg {
	background-image: url(../img/bg/breadcrumb-bg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.breadcumb-section.breadcrumb-bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.breadcumb-section .breadcrumb {
	background-color: transparent;
	text-align: center;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
}
.breadcumb-section .breadcrumb .breadcrumb-item {
	float: none;
	display: inline-block;
}
.breadcumb-section .breadcrumb .breadcrumb-item a {
	color: #ec0048;
}
/*--------------------------------------------------------------
	Our Clients Area
--------------------------------------------------------------*/
.our-client-section .brand-carousel .single-brand-box {
	border: 2px solid rgba(0, 0, 0, 0.07);
}
.our-client-section .brand-carousel .single-brand-box img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.our-client-section .brand-carousel .single-brand-box img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
/*--------------------------------------------------------------
	News Letter Section
--------------------------------------------------------------*/

.news-letter-section.news-letter-bg {
	background-image: url(../img/bg/newsletter-bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.news-letter-section.news-letter-bg:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(31,39,50,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.news-letter-section .newsletter-inner-box .subtitle {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
	display: block;
}
.news-letter-section .newsletter-inner-box .title {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 28px;
}
.news-letter-section .newsletter-inner-box .newletter-form {
	position: relative;
}
.news-letter-section .newsletter-inner-box .newletter-form .form-element .input-field {
	background-color: #fff;
	border-radius: 6px;
	height: 70px;
	border: 0px;
	padding-left: 15px;
	padding-right: 270px;
	color: #ec0048;
}
.news-letter-section .newsletter-inner-box .newletter-form .submit-btn {
	position: absolute;
	right: 0;
	width: 250px;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	top: 0;
	background-color: #ec0048;
	height: 70px;
	border-radius: 0px 6px 6px 0px;
}
.news-letter-section .newsletter-inner-box .newletter-form .submit-btn:hover {
	background-color: #181617;
}
/*--------------------------------------------------------------
	FAQ
--------------------------------------------------------------*/

.faq-content-section .faq-search {
	border-radius: 0px;
	border: 1px solid #969fab;
	margin-bottom: 30px;
	padding: 6px;
}
.faq-content-section .faq-search .search-form {
	position: relative;
}
.faq-content-section .faq-search .search-form .form-element .input-field {
	background-color: #27303d;
	border-radius: 0px;
	border: none;
	color: #d4d3dc;
	height: 50px;
	padding-left: 15px;
	width: 100%;
	padding-right: 90px;
}
.faq-content-section .faq-search .search-form .submit-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	border: 0px;
	height: 50px;
	color: #fff;
	background-color: #ec0048;
	border-radius: 0px;
	font-size: 16px;
}
.faq-box .card .card-header .btn .fa-long-arrow-alt-down {
	display: inline-block;
	color: #ec0048;
}
.faq-box .card .card-header .btn.collapsed .fa-long-arrow-alt-down {
	display: none;
}
.faq-box .card .card-header .btn.collapsed .fa-long-arrow-alt-right {
	display: inline-block;
}
.faq-box .card .card-header .btn .fa-long-arrow-alt-right {
	display: none;
}
.faq-box .card .card-header .btn .fa-long-arrow-alt-down, .faq-box .card .card-header .btn .fa-long-arrow-alt-right {
	padding-top: 4px;
}
.faq-box .card .card-header {
	background-color: transparent;
}
.faq-box .card .card-header .btn.collapsed {
	color: #333 !important;
	background-color: #e8f3f5;
	padding: 10px 15px;
	border: 2px solid #e8f3f5;
}
.faq-box .card {
	border: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.faq-box .card:last-child {
	margin-bottom: 0px;
}
.faq-box .card .card-header {
	border: 0px;
	padding: 0px;
}
.faq-box .card .card-body {
	line-height: 24px;
	padding: 0px 15px 10px 15px;
	color: #959595;
	border-bottom: 2px solid #d0cfd5;
	border-left: 2px solid #d0cfd5;
	border-right: 2px solid #d0cfd5;
}
.faq-box .card .card-header .btn {
	border-top: 2px solid #d0cfd5;
	border-left: 2px solid #d0cfd5;
	border-right: 2px solid #d0cfd5;
	color: #333 !important;
	padding: 10px 15px;
}
.faq-box .card .card-header .btn span {
	color: #ec0048;
	font-size: 30px;
	line-height: 20px;
	float: left;
	padding-right: 8px;
}
/*--------------------------------------------------------------
	Contact Page
--------------------------------------------------------------*/
.contact-page-content-section {
	position: relative;
}
.contact-form-wrapper input {
	height: 50px;
}
.contact-info {
	background-color: #ec0048;
	padding: 20px;
	color: #fff;
  	box-shadow: 12px 8px 17px 4px rgb(0 0 0 / 33%);
}

.contact-info ul li h6 {
  font-size:1.2rem!important;
}

.contact-info ul li p {
  font-size:1.1rem!important;
}


.contact-info ul li a {
	color: #fff;
}

.map-area iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
