body{
    font-family: 'Roboto', sans-serif;
}
.cl{
	display: flex;
}
/* Navigation Sub
------------------------------------- */
nav.sub {
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}
.chat-btn{
	position: fixed;
    bottom: 70px;
    right: 0;
    z-index: 999;
    width: 100px;
    height: 80px;
    background-color: #ff1112;
    color: #fff;
    text-align: center;
    /* line-height: 80px; */
    font-size: 15px;
    line-height: 21px;
    padding-top: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.chat-btn i{
	display:block;
}
.chat-btn:hover{
    color: #fff;
	text-decoration:none;
}
/* Navigation Main
------------------------------------- */
.bg-light {
    background-color: #fff;
}
.an{
	position: absolute; bottom:20%; left: 30%; z-index: -1; opacity: 0.8;
	animation: rotation 10s infinite linear;
}
  
  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
  }
  .nav-btn{
	background: #ff1112;
    color: #ffff!important;
    text-align: center!important;
    /* display: flex; */
    padding-left: 24px!important;
    border-radius: 20px;
  }
nav.main .nav-logo {
	max-width: 200px;
	width: 100%;
}
nav.main ul {
	padding-left: 0;
	list-style-type: none;
}
/* ------ Mega Menu ------ */
nav.main .megamenu {
	padding: 20px 20px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* ------ Mid Menu ------ */
nav.main .midmenu {
	position: absolute;
	padding: 20px 20px;
	float: left;
	top: auto;
	left: auto;
	right: auto;
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.dropdown-menu.megamenu.midmenu.show {
    right: 0;
  }
  /* .dropdown-menu.show {
    right: 0;
  } */
  .header{
	  position: relative;
  }

.head{
	padding-top: 120px;
	padding-bottom: 60px;
}

.head .heading{
	padding-top:6rem;
}
.heading .btn-danger{
	background-color:  #ff1112; ;
}
.shrink{
	background-color: #fff!important;
	box-shadow: 2px 1px 8px #ccc;
}
.head h1{
	font-size: 3rem;
}
.head h2{font-size: 3rem; color: #ff1112;}
.head .btn{
	padding: 8px 40px;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 25px;
}
.head-s h2{
    margin-top: 80px;
	margin-bottom:20px;
}
.head-s .line-s{
	width:70px;
	height:10px;
	border-radius:20px;
	background:rgb(255 17 18);
}
.head-s .line-s {
    width: 70px;
    height: 6px;
    border-radius: 20px;
    background: rgb(255 17 18);
    display: block;
    margin-bottom: 20px;
	position:relative;
}
.head-s .line-s::after {
	content:'';
	position:absolute;
	top:0;
	left:75px;
    width: 10px;
    height: 6px;
    border-radius: 20px;
    background: rgb(255 17 18);
    display: block;
}
.head-s h1{
    font-size: 2rem;
	margin-top:100px;
	margin-bottom:20px;
}	
.head-s{
    padding-top: 130px;
    padding-bottom: 60px;
}
.head-s ul{
    padding: 0;
    padding-left: 15px;
}
.head-s ul li{
    list-style-type: decimal;
    padding-left: 10px;
    margin-bottom: 8px;
    font-weight: 600;
}
.head-s .btn{
	padding: 8px 40px;
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
    border-radius: 25px;
	background-color: #ff1112;
    border-color: #ff1112;
}
section{
    padding: 50px 0px;
}
.p-service h4{
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.p-service h3{
	font-size: 1.5em;
}

.p-service .card-col-s{
    padding: 30px;
    box-shadow: 0px 5px 10px #ccc;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 15px;
	position: relative;
	color:#000;
}
.p-service .card-col-s p{
    margin-bottom: 0px;
}
.card-col-s ul{
    margin: 0;
    padding: 0;
    padding-left: 15px;
    margin-bottom: 40px;
}
.line{
    height: 3px;
    width: 50px;
    background-color:#ffd0d0;
    margin-bottom: 20px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.intro h2{
   color:#ff1112;
}
.intro h2 span{
    color:#ffd0d0;
}
.intro h4{
    margin-bottom: 20px;
}
.ind{
	height: auto;
	width:100%;
	padding: 0px 0px!important;
}
.ind-bc{
	background-color: #ffd0d0;
}
.ind p{
    margin-bottom: 0px;
}
.ind .card-col{
    padding: 20px;
    box-shadow: 0px 5px 10px #ccc;
    background-color: #fff;
    border-radius: 4px;
	margin-top: 20px;
	padding-bottom: 40px;
}
.ind h4{
	color: #ff1112;
    margin: 10px 0px;
    font-size: 22px;
}
.feed{
	background-color: #1e1d24;
    color: #fff;
    text-align: center;
}
.border-r{
	border-right:1px solid #ff1112 !important;
}
.feed p{
    margin-bottom: 0px;
    font-size: 20px;
}
.blog{
    background-color: #f1f1f1;
}
.blog h4{
    margin-bottom:40px;
}
.blog .card{
    box-shadow: 0px 5px 10px #ccc;
}
.blog small{
    color: #fff;
    margin-bottom: -7px!important;
    display: block;
    position: absolute;
    background-color: red;
    width: 100px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 10px 0px;
    padding-bottom: 15px;
}
.client{
    background-color: #fff;
}
.client h4{
    margin-bottom:40px;
}
footer{
    background-color: #1e1d24;
    padding: 60px 0px;
    color:#94929b;
    padding-bottom: 30px;
}
footer h5{
	margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    text-decoration: none;
    list-style-type: none;
}
footer ul li a{
    color:#94929b;
    padding-top: 5px;
	display: block;
	font-size: 14px;
}
footer ul li a i{
	color:#fd484e;
}
footer ul li a:hover, footer ul li a:visited, footer ul li a:focus{
    color:#94929b;
    text-decoration: none;
}
footer p{
    margin-bottom: 0px;
}

.section-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
}

.progressContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: rgba(150,150,150,.6);
    z-index: 9999;
}
.progress-p {
    height: 7px;
    background: #fd484e;
    width: 0;
    transition: width .5s;
    z-index: 9999;
    position: relative;
}



.carousel {
    margin: 0 auto;
    padding-bottom: 50px
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px
}

.carousel .item a {
    color: #eb7245
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%
}

.carousel .testimonial {
    padding: 0px 0 10px
}

.testimonial {
    color: #000000;
    font: Times Roman
}






.card-text{
	font-size: 14px;
}
.bb{
	width: 30px;
    background: #353535;
    color: #fd484e;
    text-align: center;
    height: auto;
    padding: 7px 0px;
    border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.card{
	position: relative;
}

.carousel {
	padding: 0 70px;
}
.carousel .carousel-item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
.carousel .carousel-item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 15px 0 10px;
}
.carousel-control-prev {
    left: 0;
    top: 40%!important;
}
.carousel-control-next {
    right: 0;
    top: 40%!important;
}
.carousel .overview {	
    margin-top: 15px;
    margin-bottom: 0px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff1112;
}
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: 0px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 12px;
	height: 12px;
	margin: 1px 3px;
	border-radius: 50%;
	border: none;
}
.carousel-indicators li {
    width: 12px!important;
    height: 12px!important;
    margin: 1px 3px;
    background-color: #222!important;
    border-radius: 50%;
    border: none!important;
    border-top: none!important;
    border-bottom: none!important;
}
.carousel-indicators li.active {	
	background: #ff1112;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
