@charset "utf-8";
/*
Theme Name: Squad - Fire Brigade Emergency Services Bootstrap HTML5 Template.
Author: codezionsoftwares
Author URL: https://www.templatemonster.com/authors/codezion/
Version: 1.0.0

%%%%%%% Table of CSS %%%%%%%

1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
    1.7 Accordion
2.Homepages
    2.1 Navigation
    2.2 Slider
    2.3 Search
    2.4 About Us
    2.5 Our Work
    2.6 Our Services
    2.7 Recommended Cars
    2.8 Our Team
    2.9 Why Choose Us / Testimonials
    2.10 Our Blog
    2.11 Our Partners
    2.12 Footer
    2.13 Copyright
3.Blog
4.Blog Details
5.Listing
6.Listing Detail
7.Booking
8.About Us
9.404
10.Coming Soon
11.Contact Us
12.FAQs
13.Gallery

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

html{
	overflow-x: hidden;
}
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font-family:'Roboto',sans-serif;
	background-color:#fff;
	

}
*:focus{
	outline:0;
}

p{
	font-size:15px;
	padding-bottom:10px;
	line-height:1.6em;
	color:#828080;
	font-weight:400;
	
}

h1,h2,h3,h4,h5,h6{
	padding-bottom:15px;
	font-family:'Potta One',cursive;
	letter-spacing:1px;
	font-weight:normal;
	line-height:1.2;
	color:#222;
	
	
	

}
h1{
	font-size:60px;
	
}

h2{
	font-size:50px;
	
	
	
}	

h3{
	font-size:40px;
	
	
}

h4{
	font-size:28px;
	
}
h5{
	font-size:22px;
	font-weight:600;
	
}
h6{
	font-size:20px;
	font-weight:500;
	
}
ul{
	list-style: none;
	padding:0;
	margin-bottom:0;
}
.inline-block li{
	display:inline-block;
}

img{
	height:auto;
	width:100%;
	object-fit: cover;
	transition:1.5s;
}
a{
	color:#222;
	cursor:pointer;
	font-size:14px;
	letter-spacing:1px;
	font-family:'Potta One',cursive;
	
}
a:hover{
	text-decoration: none;
	transition:.3s;
	color:#e90101;

}
button:focus{
	outline:0;
}
input.form-control:focus{
	border-color:#00001b69;
	box-shadow:0 0 0 0;
}
/*==============
Buttons
=================*/
.theme-btn{
	padding:15px 30px;
	background-color:#e90101;
	color:#fff;
	cursor:pointer;
	text-transform: unset;
	text-align:center;
	border:0;
	border-radius:2px;
	overflow: hidden;
	position:relative;
	
}
.theme-btn:hover,
.theme-btn:focus,
.theme-btn.btn-white:hover,
.theme-btn.btn-white:focus,
.theme-btn.btn-black:hover,
.theme-btn.btn-black:focus{
	color:#fff;
}

.theme-btn span{
	z-index:3;
	position:relative;

}


.theme-btn:before{
	content:"";
	width:0;
	height:100%;
	position:absolute;
	background-color:#222;
	left:0;
	top:0;
	transition:.3s;
	z-index:1;
}




.theme-btn:hover:before,
.theme-btn:focus:before{
	width:100%;

}


.theme-btn.btn-white{
	background-color:#fff;
	color:#e90101;
	padding:10px 15px;

}

.theme-btn.btn-black{
	background-color:#222;
	padding:8px 12px;
}
.theme-btn.btn-black:before{
	background-color:#e90101;
}
.theme-btn.btn-outline{
	background-color:#fff;
	padding:10px 25px;
	cursor:pointer;
	font-family:'Potta One',cursive;
	color:#e90101;
	transition:.3s;
	border:1px solid #e90101;
}
.theme-btn.btn-outline:before{
	display:none;
}

.theme-btn.btn-outline:hover{
	background-color:#e90101;
	color:#fff;
	border-color:#e90101;
}


.arrows{
	position:relative;
	width:100%;
	padding-bottom:40px;
}

.slick-arrow{
	cursor:pointer;
	background-color:#e90101;
	width:50px;
	height:40px;
	border-radius:1px;
	color:#fff;
	display:flex;
	position:absolute;
	z-index:2;
	top:0;
	justify-content:center;
	align-items: center;
}
.slick-arrow.slick-next{
	right:0;
	
} 
.slick-arrow.slick-prev{
	left:0;
}




/*===============
 General Code
====================*/
.primary-overlay{
	position:relative;
	z-index:2;
}
.primary-overlay:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-color:rgba(0,0,0,0.7);
}


.p-relative{
	position:relative;
}

.section-title{
	max-width:700px;
	margin:0 auto;
	text-align: center;
	padding-bottom:70px;	

}


.section-title h3:before{
	content:"";
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	height:3px;
	width:120px;
	background-color:#e90101;
 
}
.section-title h3.left:before{
	left:0;
	transform:translateX(0);
}


.section-title h3{
	font-size:36px;
	position:relative;
}
.section-title p{
	
	font-weight:500;
}
.h1-footer .social-links a:hover,
.h1-footer .terms a:hover{
	color:#2198ef;
}

.inner-content{
	padding-bottom:50px;
}

/*-----Mobile Menu-----*/

.sidenav-overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
 opacity: 0;
 visibility: hidden;
  transition:3s;
  overflow: hidden;
  background-color:rgba(0,0,0,0.8);
  z-index:1040;
}
.sidenav-overlay .top-bar{
	display:flex;
	justify-content:space-between;
	align-items: center;
	width:100%;
	padding:15px;
	background-color:#000000;
}


.sidenav-overlay.show { 
	transition:.5s;
	opacity: 1;
	visibility: visible;
}
.sidenav-overlay.show .sidenav-menu{
  transform:translateX(0);
  transition:2s;
}

.sidenav-overlay .sidenav-menu{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:80%;
  overflow-y: scroll;
  overflow-x: hidden;
  transform:translateX(-100%);
  transition:.5s;
 background-color:#000000;
}
.menu-wrapper h4.panel-title{
	margin-bottom:0px;
	padding:0;
	border-bottom:1px solid  #ffffff26;
}

.sidenav-overlay  .menu-wrapper{
	padding:30px 0;
}

.sidenav-overlay .menu-wrapper  h4.panel-title a{
	display:block;
	padding:20px 15px;
	font-size:20px;
	padding-right:27px;
	color:#e2e2e2;
	text-transform: uppercase;
	position:relative;
}
.panel-default>.panel-heading a::after{
  content: "";
  position:relative;
  float:right;
  font-family:'Font Awesome 5 Free';
  color:#e2e2e2;
  z-index:9999;
  font-weight:800;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: inherit;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f078";
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f077";
}
.panel-body ul.nav{
	display:block;
	background:#fff;
	border-top:1px solid #eee;
	
}
.panel-body ul.nav a{
	display:block;
	padding:12px 20px;
	font-size:17px;
	color:#222;
	
}
.sidenav-menu .social-links{
	padding:0 20px 15px 15px;
	
}
.sidenav-menu .social-links .networks{
	display:flex;
	justify-content:flex-start;
	align-items: center;
	position:relative;
}


.sidenav-menu .social-links h5,
.sidenav-menu .info h5{
	padding-bottom:5px;
	color:#adabab;
	font-weight:500;
	
}

.sidenav-menu .social-links a{
	font-size:22px;
	margin-right:20px;
	color:#adabab;
	
	
}
.sidenav-menu .social-links a:hover,
.sidenav-menu .social-links a:focus{
	font-size:25px;
	color:#e90101;
}

.sidenav-overlay .info{
	padding:10px 15px;
}
.sidenav-overlay .info p{
	font-size:13px;
	margin-bottom:20px;
	color:#adabab;
	font-family:'Potta One',cursive;
	font-weight: 500;
}



.sidenav-overlay .close-btn{
	width:40px;
	height:40px;
	border:0;
	background-color:inherit;
	display:flex;
	justify-content:center;
	align-items: center;
	z-index:9999;
	position:relative;
	opacity:1;

}
.sidenav-overlay .close-btn span{
	display: block;
	position:absolute;
	top:43%;
	left:14%;	
	width:75%;
	height:3px;
	background-color:#fff;

}
.sidenav-overlay .close-btn span:nth-child(1){
	transform:rotate(-45deg);
}
.sidenav-overlay .close-btn span:nth-child(2){
	transform:rotate(45deg);
	bottom:0;
}



/*==============
colors and backgrounds
================*/
.txt-gray{
	color:rgba(143, 143, 143, 255);
}
.txt-theme{
	color:#e90101;
}
.bg-gray{
	background-color:#f4f4f4;
}
.dark-bg{
	background-color:#000000;
}
/*=========
Spacing
============*/
.section-padding{
	padding:90px 0;
}
.section-padding-full.fr-about{
	padding:90px 0;
}

.row.mt-80{
	margin-top:60px;
}
.row.mt-30{
	margin-top:30px;
}



/*===============
 Navigation
====================*/

.mr-nav{
	width:100%;
	background-color:#fff;
	z-index:999;
	transition:all .5s;
	position:fixed;
	padding-top:10px;
	top:0;
	
}

.mr-nav.nav-change{
	box-shadow: 0 0 30px  rgba(0,0,0,0.1);
}

 .logo a{
	display:flex;
	height:60px;
	width:100%;
	justify-content:flex-start;
	align-items:flex-end;
}

 .logo .logo-ico img{
	width:55px;
	height:auto;
	
}
.logo .logo-ico img:nth-child(2){
	margin-bottom:20px;
}




.mr-nav .nav-inner{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items: center;

}
.mr-nav .nav-inner .menus ul li.search-tab{
	margin-right:0;
}


.mr-nav .nav-inner .menus ul li{
	padding:15px 0;
	margin-right:26px;
	cursor:pointer;
	position:relative;
}

.mr-nav .nav-inner .menus ul li:before{
	content:"";
	width:0;
	height:2px;
	background-color:#e90101;
	position:absolute;
	z-index:10;
	bottom:0;
	left:0;
	transition:.3s;
}
.mr-nav .nav-inner .menus ul li:hover:before{
	width:100%;
}

.mr-nav .nav-inner .menus ul li a{
	color:#000000;
	font-weight:500;
	font-size:16px;
	font-family:'Potta One',cursive;
	
}
.mr-nav .nav-inner .menus ul li a:hover,
.mr-nav .nav-inner .menus ul li a:focus{
	color:#e90101;
}

.mr-nav .nav-inner .menus{
	display:flex;
	justify-content:flex-start;
	align-items: center;
}

.mr-nav .menu-btn{
	display:none;
	width:40px;
	opacity:1;
	background-color:inherit;
	border:0;
	overflow:hidden;

}
.mr-nav .menu-btn:hover  span,
.mr-nav .menu-btn:focus  span{
	background-color:#0eb996;
}



.mr-nav .menu-btn span{
	display:block;
	width:40px;
	height:2px;
	background-color:#e90101;
	transition:.4s;

}

.mr-nav .menu-btn span:nth-child(2){
	margin:6px 0;
	width:25px;

}



.mr-nav .menus .sub-menu{
	position:absolute;
	z-index:999;
	top:100%;
	width:100%;
	transform:translateY(12px);
	min-width:200px;
	visibility:hidden;
	background-color:#fff;
	transition:all .3s;
	opacity:0;
	box-shadow:0px 3px 10px 0.1px rgb(0 0 0 / 15%);

}



.mr-nav .nav-inner .menus .sub-menu a{
	padding: 15px;
	display:block;
	font-size:14px;
	color:black;
	position:relative;

}
.mr-nav .nav-inner .menus .sub-menu a:after{
	content:"";
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:0;
	height:2px;
	transition:.3s;
	background-color:#e90101;
}
.mr-nav .nav-inner .menus .sub-menu a:hover:after{

	width:10px;

}

.mr-nav .nav-inner .menus .sub-menu a:last-child{
	border-bottom:0;
}

.mr-nav .nav-inner .menus li.sub-menu-link:hover > .sub-menu{
		visibility:visible;
		transform:translateY(0);
		opacity:1;

}


.search-open{
	position:relative;
	display:flex;
	height:50px;
	width:50px;
	background-color:#e90101;
	color:#fff;
	border-radius: 50%;
	justify-content:center;
	align-items: center;
}
.search-wrapper ul li.search-tab:before{
	display:none;
}

.search-open i{
	font-size:20px;
	transition:.1s;
	color:#fff;
}
.search-open:before{
	position:absolute;
	content:"X";
	font-size:28px;
	font-family:'Poppins',sans-serif;
	opacity:0;
	font-weight:300;
	display:flex;
	justify-content:center;
	align-items: center;
	transition:.2s;
}


.search-open.cross i{
	opacity:0;
}

.search-open.cross:before{
	opacity:1;
}


.search-box.show-search{
	top:80px;
	opacity:1;
	visibility:visible;

}

.search-box{
	position:absolute;
	top:80%;
	opacity:0;
	visibility:hidden;
	transition:.3s;
	z-index:100;
	overflow:hidden;
	left:90%;
	transform: translateX(-90%);
	width:100%;
	max-width:350px;
	border-radius:50px;
	box-shadow:0 0 3px .1px rgba(0,0,0,0.2);
}
.search-box .search-form{
	display:flex;
	justify-content: center;
	background-color:#fff;
	padding:0 10px;
}
.search-box .search-form input{
	max-width: 500px;
    height: 50px;
    border: 0;
    border-top-left-radius:20px;
    border-bottom-left-radius: 20px;
}
.search-box .search-form input::placeholder{
	font-size:12px;
	color:rgba(0,0,0,0.4);	
	font-weight:300;

}

.search-box .search-form .search-btn{
	padding: 5px 16px;
    cursor: pointer;
    border: 0;
    font-weight:600;
    color:#2198ef;
    background-color:#fff;
	
}



/*------h1-Banner-------*/
.banner-padding{
	padding-top:250px;
	padding-bottom:200px;
}

.fr-banner1{
	background-image: url('../img/Slider_1@1X.png');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.banner-inner{
	max-width:650px;
	display:block;
}

.banner-inner p{
	margin:30px 0;
	font-size: 18px;
	margin-bottom: 50px;
}

.banner-stickers{
	position:relative;
	transform:translateY(-90px);
	z-index:10;
}
.banner-stickers .stick-wrap{
	cursor:pointer;
	padding:25px 30px 25px 20px;
	background-color:#fff;
	transition:.5s;
	border-radius:3px;
	box-shadow:0 3px 15px .1px rgba(0,0,0,0.2);
}
.banner-stickers .stick-wrap span{
	color:#e90101;
	font-size:5em;
	display:block;
	margin-bottom:5px;
}
.banner-stickers .stick-wrap p{
	color:#222;
	font-weight:500;
	font-size:17px;
}
.banner-stickers .stick-wrap:hover,
.banner-stickers .stick-wrap:focus{
	background-color:#e90101;
	color:#fff;

}
.banner-stickers .stick-wrap:hover p,
.banner-stickers .stick-wrap:focus p,
.banner-stickers .stick-wrap:hover span,
.banner-stickers .stick-wrap:focus span{
	color:#fff;
}

/*-------About Us---------*/
.fr-about .content-wrap .section-title{
	text-align:left;
	padding-bottom:0;
	margin:0;
}
.fr-about.section-padding{
	padding-top:0;
}
.fr-about.section-padding.p-enable{
	padding:80px 0;
}

.fr-about .img-wrapper .img-cover:nth-child(2){
	padding-left:30px;
}
.fr-about .content-wrap{
	padding-left:40px;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: flex-start;

}
.fr-about .content-wrap p{
	margin:30px 0;
}

.fr-about .frame{
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
}

/*-----Services------------*/

.fr-services .service-slide{
	padding-top:10px;
}

.fr-services .service-slide .item{
	 margin:60px 15px;
	transition:.3s;

}
.fr-services .service-slide.non-slider .item{
	margin:15px;
}

.fr-services .service-slide .item.slick-center{
	box-shadow:0 10px 15px  rgba(0,0,0,0.4);
	transform:scale(1.12);
	z-index:9;
	
}

.fr-services .service-slide .content{
	padding:30px 15px;
	background-color:#e90101;
	color:#fff;
}
.fr-services .service-slide .content p{
	color:#fff;
	margin-bottom:30px;
}
.fr-services .service-slide .content h5{
	color:#fff;
}

/*-----Work-------------*/

.fr-work .work-wrapper.container-fluid{
	padding:0;
}

.fr-work .work-flex{
	display:flex;
	height:500px;
	overflow: hidden;
}
.fr-work .work-flex.low{
	height:400px;
}

.fr-work .img-wrap.width-1{
	width:55%;
}


.fr-work .img-wrap.width-2{
	width:100%;
}



.fr-work .img-wrap .content-wrap{
	position:absolute;
	top:0;
	left:0;
	padding:0 50px;
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	max-width:100%;
	background-color:rgba(197,59,0,.8);
	text-align:left;
	z-index:2;

}


.fr-work  .img-wrap .content-wrap.progress-wrap{
	background-color:#222;
	padding-right:150px;
	padding-left:100px;
	text-align:left;
	align-items:flex-start;
}




.fr-work .img-wrap .section-title{
	padding-bottom:0;
}

.fr-work .img-wrap .section-title h3{
	max-width:600px;
	text-align:left;
	color:#fff;
	margin-bottom:30px;
}
.fr-work .img-wrap .section-title p{
	font-size:20px;
	font-weight:400;
}

.fr-work .img-wrap .section-title h3:before{
	background-color:#fff;
}

.fr-work .work-flex img{
	height:100%;
}
.fr-work .line-wrap{
	margin-bottom:30px;
	width:100%;
}
.fr-work .line-wrap h5{
	display:flex;
	justify-content:space-between;
	align-items: center;
	color:#fff;
	font-size:18px;
	padding-bottom:5px;
}

.line-wrap .colorPipe{
	display:block;
	width:100%;
	position:relative;
	height:5px;
	border-radius:50px;
	background-color:#e90101;
}


.line-wrap .colorPipe:before{
	position:absolute;
	content:"";
	width:0;
	height:4px;
	left:0;
	top:0;
	z-index:2;
	border-radius:50px;
	transition:7.5s width;
	background-color:#fff;

}

.line-wrap .colorPipe.fill.a:before{
	width:90%;
}
.line-wrap .colorPipe.fill.b:before{
	width:80%;
}
.line-wrap .colorPipe.fill.c:before{
	width:60%;
}
.line-wrap .colorPipe.fill.d:before{
	width:70%;
}

/*----Testimonial-------*/

.fr-testimonial .client-wrap .intro > span{
	display:block;
	width:120px;
	height:120px;
	border-radius: 50%;
	overflow: hidden;
	margin-right:30px;

}
.fr-testimonial .client-wrap .intro{
	display:flex;
	align-items: center;
	margin-bottom:30px;

}
.fr-testimonial .client-wrap .intro h6{
	max-width:100px;
	position:relative;
	padding-bottom:10px;
}
.fr-testimonial .client-wrap .intro h6 span{
	font-size:15px;
	color:#b1b1b1;
}
.client-wrap{
	padding:30px 20px;
	border-radius:5px;
	background-color:#fff;
	transition:.5s;
	box-shadow:none;
	border:1px solid #eee;
	
}

.client-wrap:hover,
.client-wrap:focus{
	box-shadow:0 2px 30px .1px rgba(0,0,0,.2);
}
.client-wrap:hover .content p:before,
.client-wrap:focus .content p:before{
	color:#e90101;
}

.client-wrap p:before{
	content:"\f103";
	position:absolute;
	font-family:'Flaticon';
	bottom:0;
	right:-20px;
	z-index:-1;
	transition:.5s;
	font-size:7em;
	color:#eee;
}

.fr-testimonial .client-wrap .content p{
	font-size:14px;
	text-align:justify;
	position:relative;
	padding-bottom:50px;
	z-index:2;

}

.fr-testimonial .client-wrap .intro i.red{
	color:#e90101;
}

.fr-testimonial .client-wrap .intro h6:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background-color:#e90101;
	z-index:2;

}


/*-------Blog---------*/
.fr-blog .post-wrap{
	padding:8px;
	margin-bottom:30px;
	border:8px solid #e90101;

}
.fr-blog .post-img img{
	height:200px;
	width:100%;
}

.fr-blog .post-img .post-date{
	position:absolute;
	top:8px;
	left:8px;
	padding:15px 10px;
	max-width:70px;
	font-size:20px;
	font-family:'Potta One',cursive;
	color:#e90101;
	text-align:center;
	line-height:1.2;
	z-index:2;
	background-color:#fff;
}
.fr-blog .post-img .post-date b{
	font-size:30px;
	font-weight:400;
}

.fr-blog .post-content .author{
	display:flex;
	justify-content:flex-start;
	margin:10px 0;
}
.fr-blog .post-content .author span{
	font-size:14px;
	margin-right:10px;
	font-style:italic;
	color:#e90101;
	font-weight:500;
}
.fr-blog .post-content .content-wrap{
	padding:10px 0;
}

.fr-blog .post-content .content-wrap h6{
	font-size:14px;
	transition:.3s;
}
.fr-blog .post-content .content-wrap a:hover h6,
.fr-blog .post-content .content-wrap a:focus h6{
	color:#e90101;
}

.fr-blog .post-content .content-wrap p{
	font-size:13px;
	font-weight:500;
	margin-bottom:20px;


}

/*---------Team-----------*/

.fr-team .team-wrap{
	padding:15px;
	border:10px solid #e90101;
	display:block;
	position:relative;
	overflow: hidden;
	cursor:pointer;
}
.fr-team .team-wrap .img-wrap ul{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50px);
	transition:.3s;
	z-index:6;
	padding:10px;
}


.fr-team .primary-overlay:before{
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition:.3s;
}
.fr-team .team-wrap:hover ul,
.fr-team .team-wrap:focus ul{
	transform:translateX(0);
}
.fr-team .team-wrap:hover .primary-overlay:before,
.fr-team .team-wrap:focus .primary-overlay:before{
	opacity:1;
	visibility:visible;
}
.fr-team .team-wrap:hover .name,
.fr-team .team-wrap:focus .name{
	background-color:#e90101;
	color:#fff;
}
.fr-team .team-wrap:hover .name h5, 
.fr-team .team-wrap:hover .name h6,
.fr-team .team-wrap:focus .name h5,
.fr-team .team-wrap:focus .name h6{
	color:#fff;
}


.fr-team .team-wrap .img-wrap ul li a{
	width:30px;
	height:30px;
	display:flex;
	margin-bottom:5px;
	font-size:18px;
	color:#e90101;
	background-color:#fff;
	justify-content:center;
	align-items: center;
}
.fr-team .team-wrap .img-wrap{
	margin-bottom:50px;
}

.fr-team .name{
	width:200px;
	max-width:100%;
	background-color:#fff;
	text-align:center;
	position:absolute;
	transition:.3s;
	left:50%;
	transform:translateX(-50%);
	bottom:10%;
	padding:10px 0;
	z-index:10;
	box-shadow:0 3px 15px .1px rgba(0,0,0,0.3);
}
.fr-team .name h5{
	padding-bottom:0;
	font-size:20px;
}

.fr-team .name h6{ 
	color:#e90101;	
	font-size:12px;
	padding-bottom:0;
}
.fr-team.fr-products .team-wrap{
	border:1px solid #eee;
}
.fr-team.fr-products .team-wrap h5{
	font-size:15px;
	margin-bottom:0;
}	
.fr-team.fr-products .team-wrap .name{
	padding:18px 10px;
	width:250px;
}

/*---------Blog-------*/

.it-blog-details .author-img{

	width:200px;
	height:200px;
	margin-left:50px;
	border-radius:50%;
	overflow:hidden;
	
}
.fr-blog-details .container{
	box-shadow:0 0 20px rgba(0,0,0,0.1);

}

.fr-blog-details .author-bio .wrapper{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}

.it-blog-details .author-bio{
	display:flex;
	justify-content:space-between;
	align-items: center;
	transform:translateY(-100px);
	height:150px;

}

.it-blog-comments .it-author-avtar img{
	border-radius: 50%;
}

.post-article{
	padding:45px 30px;
}
.it-blog-comments{
	padding:10px 30px;
	margin-top:20px;
}
.it-comments-body{
	padding:10px 40px;
	padding-bottom:0;
}
.it-post-date p{
	margin:5px 0;
	font-weight:600;
	font-family:'Potta One',cursive;
	color:#222;
}
.it-comments-body .author-name h6{
	padding:10px 0;
	color:#e90101;
	margin-bottom:0; 
}

.it-comments-body p.comment{
	font-size:14px;
}

.it-blog-comments h5{
	padding-top:50px;
	padding-bottom:20px;
	border-top:1px solid #ccc;
}
.it-blog-comments .it-author-avtar a{
	display: block;
	
}
.it-blog-comments li ul{
	padding-left:150px;
}

.it-blog-comments .it-author-avtar a img{
	width:150px;
	height:150px;
}
.it-comments-user{
	display:flex;
	align-items: center;
	margin-bottom:50px;
}

.it-blog-details .author-social{
	margin-top:120px;
}

.author-social a{
	padding:15px 20px;
	background-color:#e90101;
	color:#fff;
	margin-left:10px;
}
.it-blog-details .author-name{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.author-name .reply-arrow{
	display:flex;
	justify-content: center;
	align-items: center;
	border:2px solid #e90101;
	color:#e90101;
	width:60px;
	font-size:22px;
	height:40px;

}
.fr-blog-details .post-article .post-img{
	padding:30px;
	border:15px solid #e90101;
}

.it-blog-details .submit-btn{
	font-size:16px;
}

.post-content h4,
.post-content p{
	margin-bottom:40px;
}
.comment-form label{
	color:#e90101;
	font-family:'Potta One',cursive;
}

.comment-form .form-group .form-control{
	border-color:#e90101;
}

/*-------coming-soon--------*/
.counter-wrap{
	padding:60px 70px;
	border:15px solid #e90101;
	text-align: center;
	background-color:#fff;


}
.counter-wrap .counter h1{
	margin:30px 0;
	font-size:70px;
	text-align: center;
}

.counter .wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	padding:30px 10px;
	font-size:35px;
	margin-bottom:30px;
	color:#fff;
	font-family:'Potta One',cursive;
	background-color:#e90101;

}


.counter .wrapper span{
	font-size:25px;
}
.counter .wrapper span:first-child{
	font-size:70px;
	margin-bottom:5px;
}


.counter-wrap .contact-info .wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	padding:30px 20px;
	border:1px solid #e901014f;


}
.counter-wrap .contact-info .wrapper span{
	font-family:'Potta One',cursive;
	font-size:22px;

}

.counter-wrap .contact-info .wrapper span:first-child{
	margin-bottom: 10px;
	color:#e90101;
}
.counter-wrap form{
	width:100%;
	padding:30px 0;


}
.counter-wrap .contact-info{
	margin:30px 0;
}
.counter-wrap form input::placeholder{
	color:#ccc;
	font-family:'Potta One',cursive;
}
.counter-wrap form .form-group{
	padding:0;
}
.counter-wrap form button{
	font-family:'Potta One',cursive;
	border-radius:0;
	cursor:pointer;
	width:100%;
}

.counter-wrap .form-control:focus{
	border:1px solid #ccc;
}
.counter-wrap .networks{
	padding:10px;
}
.counter-wrap .networks a{
	padding:0 15px;
	font-size:30px;
	color:gray;
}
.counter-wrap .networks a:hover,
.counter-wrap .networks a:focus{
	color:#e90101;
}	

.counter-wrap form input{
	max-width:100%;
	padding: 15px;
	background-color:#eee;
	border:0;
}



.counter ul li:last-child{
	margin-right:0;

}

/*----------FAQ----------*/
.fr-faq .search{
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	margin-bottom:50px;
}

.fr-faq .search form{
	display:flex;
	padding:30px;
}
.fr-faq .search h5,
.fr-faq .tab-wrap h5{
	padding:20px 30px;
	background-color:#e90101;
	color:#fff;
	font-weight:normal;
	margin-bottom:0;
}
.fr-faq .search button{
	padding:10px 15px;
	background-color:#e90101;
	color:#fff;
	border:0;
}
.fr-faq .nav-pills{
	flex-direction:column;
	padding:30px;
	background-color:#fff;
}

.fr-faq  .tab-wrap{
	margin-bottom:50px;
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
}

.fr-faq .nav-pills a.nav-link{
	padding:15px 20px;
	background-color:#e5e5e5;
	border-radius:0;
	color:#ada9a9;
	position:relative;
	border-radius:0;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	position:relative;
	margin-bottom:5px;
}
.fr-faq .nav-pills a.nav-link:before{
	content: "\f14a";
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	color:#fffc;
	font-size:20px;
	display:flex;
	justify-content:center;
	align-items: center;
	width:20px;
	height:20px;
	margin-right:10px;
	background-color:#fffc;
	transition:.3s;

}
.fr-faq .nav-pills a.nav-link.active:before{
	color:#e90101;
	background-color:inherit;
}

.fr-faq .accordion .card{
	margin-bottom:10px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	border:0;
	border-radius:0;
}

.fr-faq .accordion p{
	font-family:'Potta One',cursive;
	font-weight:normal;
	color:#a8a8a8;

}


.fr-faq .accordion .card-header{
	padding:0;
	background-color:#eee;
	border:0;
	border-radius:0;
	
}

.fr-faq .accordion .card-header h5{
	margin-bottom:0;
	padding:0;
}
.fr-faq .accordion .card-header .btn-link{
	color:#222;
	background-color:#eee;
	padding:20px;
	width:100%;
	white-space:normal;
	hyphens: auto;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	text-align:left;
	text-decoration:none;
}
.fr-faq .accordion .card-header .btn-link:before{
	content:"\f055";
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	width:25px;
	height:25px;
	display:flex;
	background-color:#fff;
	border-radius:50%;
	margin-right:10px;
	justify-content:center;
	align-items: center;
	font-size:27px;
	transition:.3s;
	color:#e90101;
}

.fr-faq .accordion .card-header .btn-link[aria-expanded="true"]:before{
	content:'\f056';
	background-color:#e90101;
	color:#eee;
}


.fr-faq .accordion .card-header .btn-link[aria-expanded="true"]{
	background-color:#e90101;
	color:#fff;
	border-radius:0;
}


.fr-faq .search input::placeholder{
	font-family:'Potta One',cursive;
	font-size:15px;
	color:#ada9a9;

}

.fr-faq .search input{
	border:0;
	background-color:#eee;
	border-radius:0;
	padding:12px;
}

/*-------Contact Us----------*/
.fr-contactUs .wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	padding:60px 20px;
	margin-bottom:30px;
	background-color:#fff;
	box-shadow:0 0 8px rgba(0,0,0,0.2);
}
.fr-contactUs .wrapper p{
	margin-bottom:0;
	text-align: center;
	padding-top:40px;
	font-size:18px;
	font-family:'Potta One',cursive;
	color:#e90101;
	padding-bottom: 0;
	max-width:300px;
	width:100%;
}
.fr-contactUs .wrapper span{
	display:block;
	width:80px;
	height:80px;
	background-color:#e90101;
	border-radius:50%;
	display:flex;
	color:#fff;
	justify-content:center;
	align-items: center;
	font-size:25px;
}
.fr-contactForm .map-wrap{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	overflow:hidden;
}
.fr-contactForm .map-wrap img{
	height:100%;
	width:100%;
}

.fr-contactForm .contact-form .form-control{
	background-color:#eee;
	border:0;
	padding:15px;
}
.fr-contactForm .contact-form input::placeholder,
.fr-contactForm .contact-form textarea::placeholder
{
	font-family:'Potta One',cursive;
	color:#ada9a9;
}

/*-----Blog Sidebar-----*/
.blog-sidebar .sidebar-widget{
	padding:5px;
	margin-bottom:40px;
	
}
.blog-sidebar .sidebar-widget .wrapper{
	padding: 20px;
	text-align: center;
	box-shadow:0 1px 8px  rgba(0,0,0,0.3);
}
.blog-sidebar  h4{
	position:relative;
	padding:10px 0;
	font-size:20px;
	font-weight:400;
	color:#e90101;
	background-color:transparent;
	text-transform:uppercase;
	border:1px solid #e90101;
	border-radius:2px;
	margin-bottom:25px;
	
}





.blog-sidebar .post-search .search-form{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom:0;
}
.blog-sidebar  .search-form button{
	background-color:#e90101;
	color:#fff;
	padding:8px 10px;
	border:2px solid #e90101;
}
.blog-sidebar  .search-form input{
	border:0;
	background-color:#eee;
	padding:10px 15px;
	border-radius:1px;
	border-right:0;
}
.blog-sidebar .sidebar-widget ul li a{
	display:block;
	text-align:left;
	padding:5px 10px;
}
.blog-sidebar .sidebar-widget ul li a span{
	float:right;
	vertical-align: middle;
}
.blog-sidebar .sidebar-widget ul.popular-widget li a{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items: center;
	padding:0 10px;
	padding-right:0;
	margin-top:20px;
}
.blog-sidebar .sidebar-widget ul.popular-widget li a span:nth-child(2){
	display:block;
	width:100%;
	margin-left:20px;
	vertical-align: middle;


}



.blog-sidebar .sidebar-widget .tags a{
	padding:5px;
	text-align:center;
	border:2px solid #80808096;
	margin-top:5px;
	border-radius:3px;
	transition:.3s;
	font-size:11px;
}
.blog-sidebar .sidebar-widget .tags a:hover,
.blog-sidebar .sidebar-widget .tags a:focus{

	background-color:#e90101;
	border-color:#e90101;
	color:#fff;


}
/*------404---------*/


.fr-404 .content{
	border:10px solid #e90101;
	display:flex;
	padding:60px 0;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.fr-404 .content h1{
	font-size:9em;
}
.fr-404 .content p{
	font-family:'Potta One',cursive;
	padding:20px 0;
	color:#222;
}
/*-------Sliding Banner---------*/
.fr-sliding-banner .carousel-inner .carousel-item{
	height:100vh;
}
.fr-sliding-banner .carousel-inner .carousel-item:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.7);
}

.fr-sliding-banner .banner-inner{
	position:absolute;
	top:55%;
	left:50%;
	padding:10px 20px;
	text-align:center;
	transform:translate(-50%,-50%);
	width:100%;
	z-index:99;
	max-width:700px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items: center;
}


/*------Footer---------*/

.fr-footer h5{
	color:#fff;
	padding-bottom:35px;
}

.fr-footer .company li a{
	width:30px;
	height:30px;
	margin-right:2px;
	border:1px solid #eee;
	display:flex;
	color:#fff;
	justify-content:center;
	align-items: center;
}
.fr-footer .company li a:hover,
.fr-footer .company li a:focus{
	background-color:#e90101;
	color:#fff;
	border:1px solid #e90101;
}
.fr-footer .company p{
	margin:20px 0;
	padding-right:20px;
	font-family:'Potta One',cursive;
}


.fr-footer .footer-links li a{
	color:#fff;
	position:relative;
	display:flex;
	max-width:120px;
	justify-content:flex-start;
	align-items: center;
	padding-bottom:20px;
	
}
.fr-footer .footer-links li a:hover,
.fr-footer .footer-links li a:focus,
.fr-footer .footer-links li a:hover:before,
.fr-footer .footer-links li a:focus:before{
	color:#e90101;
}

.fr-footer .footer-links li a:before{
	display:inline-block;
	content:"\f101";
	color:#fff;
	font-size:12px;
	margin-right:10px;
	vertical-align:middle;
	font-family:'Font Awesome 5 free';
	font-weight:600;
}

.fr-footer .footer-links li:last-child{
	padding-bottom:0;
}

.fr-footer .insta-grid a{
	display:block;
	width:70px;
	height:70px;
	position:relative;
	overflow:hidden;
	transition:.2s;
	
}

.fr-footer .insta-grid a:hover img{
	transform:scale(1.3);

}



.fr-footer .insta-grid{
	display:flex;
	max-width:225px;
	justify-content:space-between;
	align-items: center;
	margin-top:10px;
}
.fr-footer .map-wrap p{
	padding-bottom:22px;
	font-family:'Potta One',cursive;
	color:#fff;
}
.fr-footer .map-wrap h5{
	padding-bottom:30px;
}
.fr-footer .map-wrap a .primary-overlay:before{
	z-index:5;

}



.fr-footer .copyright{
	position:absolute;
	bottom:0;
	width:100%;
	padding:15px 0;
	background-color:#e90101;
	color:#fff;
}


.fr-footer .copyright p{
	text-align:center;
	color:#fff;
	margin:0;
	padding:0;
	font-family:'Potta One',cursive;
}








/*----------Responsive Media-------------*/

@media(max-width:1200px){

	.fr-testimonial .client-wrap .intro > span{
		margin-right:10px;
	}

}


@media(max-width:991px){
	

	.mr-nav{
		padding:10px 0;
	}

	.mr-nav .nav-inner .menus ul{
		display:none;
	}


	

	.mr-nav .menu-btn{
		display:block;
	}

	.fr-sliding-banner .carousel-inner .carousel-item img{
	height:100%;
	}
	
	.fr-testimonial .client-wrap{
		margin:0 auto 30px;
		display:flex;
		max-width:500px;
		flex-direction:column;
		justify-content:center;
		align-items: center;
		text-align: center;
	}

	.counter-wrap{
		padding:20px 40px;
	}

	.fr-testimonial .client-wrap .intro span{
		margin:0;
	}

	.fr-testimonial .client-wrap .intro h6{
		padding:15px 0;
	}
	.fr-testimonial .client-wrap .content{
		max-width:400px;
		text-align: center;
	}
	.banner-stickers .stick-wrap p{
		font-size:14px;
	}
	.banner-stickers .stick-wrap{
		padding:15px;
	}
	
	.post-article{
	padding:45px 30px;
	}
	.fr-about .img-wrapper .img-cover:nth-child(2){
		padding-left:5px;
	}
	.fr-about .img-wrapper{
		padding:0;
		height:100%;
	}

	.fr-about .content-wrap{
		padding-left:10px;
		
	}

	.fr-about .img-wrapper img{
		height:100%;
	}

	.fr-testimonial .client-wrap .intro{
		flex-direction: column;
	}

	.fr-testimonial .client-wrap .intro h6:before{
		left:50%;
		transform:translateX(-50%);
	}

	.fr-work .img-wrap .content-wrap.progress-wrap{
		padding:0 50px;
	}


	.fr-blog .post-wrap{
		margin-bottom:30px;
	}

	.fr-blog .post-content .content-wrap h6{
		font-size:15px;
		max-width:200px;
	}
	.fr-team .team-wrap{
		margin-bottom:30px;
		padding:10px;
	}

	.fr-footer .insta-wrap,
	.fr-footer .map-wrap{
		margin-top:30px;
	}
	.fr-footer .insta-wrap h5{
		padding-bottom:55px;
	}

	.fr-footer .map-wrap p{
		padding-bottom:15px;
	}
	.counter-wrap .contact-info .wrapper span{
		font-size:18px;
	}

	.fr-coming-soon .counter-wrap .contact-info .wrapper{
		padding:5px;
		font-size:18px;
	}



}
@media(max-width:765px){
	.banner-padding{
		padding-top:200px;
		padding-bottom:150px;
	}
	.fr-work.section-padding{
		padding:0;
	}
	.fr-footer h5,
	.fr-footer .insta-wrap h5,
	.fr-footer .map-wrap h5{
		padding-bottom:20px;
	}

	.fr-blog .post-content .content-wrap h6{
		font-size:18px;
		max-width:100%;
	}
	.fr-about .img-wrapper{
		padding-bottom:40px;
	}
	
	.banner-stickers .stick-wrap{
		margin-bottom:20px;
	}

	

	.fr-work .img-wrap .content-wrap.progress-wrap,
	.fr-work .img-wrap .content-wrap{
		padding: 30px;

	}

	.fr-footer .footer-links{
		padding-top:40px;
	}

	

	.fr-work .work-flex .width-1{
		width:100%;
		display:none;
	}
	.fr-coming-soon .counter-wrap{
		padding:20px;
	}
	.fr-coming-soon .counter-wrap h1{
		font-size:56px;
	}
	.counter-wrap .networks a{
		padding:5px;
		margin:5px;
	}

}	


@media(max-width:565px){
	.fr-faq .accordion .card-header .btn-link{
		font-size:15px;

	}


}


