*{
	font-family: Arial, Helvetica, sans-serif;
}

ul,li
{
	margin-left: 12px;
}

a:hover
{
	color: white;
	font-weight:700;
}

/*navbar section*/

#logo_name
{

	color:#8d021f;
	display: inline;
	font-weight:900; 
	font-family: 'Fauna One', serif;
}

.header-area
{
	
	
	background-color:#8d021f;
}

#header-title
{
	font-size: 17px;
    padding-top: 50px;
    font-weight: 600;
    color: white;
}

/*specialist section*/

#specialist-caption
{
					font-size: 28px;
                    font-weight: 600;
                    padding: 0 0 10px;
                    margin: 0;
                    line-height: 62px;
                    margin-top: 0;
                    text-transform: none;
                    color:black;
}



.special
{
	
	margin-left: 12px;
    border-block-end: 2px solid;
    list-style: circle;
    border-block-start: solid 0px;
}



/*Carausel Caption*/




.car-caption
{
	color:white;
	font-size: 35px;
    font-weight: 700;
}



/*slider section*/

/* Slider */



.slick-slide {
    margin: 0px 20px;
    
}

.slick-slide img {
    width: 100%;
    height: 250px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*footer section*/
#footer-section
{
	padding: 70px 0px 0px 0px;

    background: #202020;
}

.names-header
{
	font-weight: 700;
	color: white;
	border-bottom: 2px solid red;
	margin: 10px;
}
.names
{
	color:white;
	font-size: 12px;
}


/*SErvice section*/

.service-content
{
	text-align:left;
	margin: 12px;
}

/*why us*/

#whyus
{
	font-size: 28px;
    color: black;
}




/*responsive media query*/

@media only screen and (max-width:600px)
{
	

	/*navbar*/
	.banner
	{
		height:385px;
	}

	.car-caption
	{
		font-size:24px;
	}


	/*slider height*/
	.slick-slide img
	{
		height: 100px;
	}
}



@media only screen and (max-width:425px)
{
	

	#logo_name
	{
		font-size: 12px;
	}



	/*slider height*/
	.slick-slide img
	{
		height: 100px;
	}
}



@media only screen and (max-width:414px)
{

	/*nabar section*/

	#logo_name
	{
		font-size: 12px;
	}	

	#whyus
	{
		font-weight: 700;
		margin-top: 50px;
	} 

	.res-font
	{
		font-size: 14px;
	}

}


@media only screen and (max-width:411px)
{

	/*nabar section*/

	#logo_name
	{
		font-size: 12px;
	}


	#whyus
	{
		font-weight: 700;
		margin-top: 50px;
	} 
	 

}

@media only screen and (max-width:375px)
{

	/*nabar section*/

	#logo_name
	{
		font-size: 10px;
	}	 

}

@media only screen and (max-width:360px)
{

	/*nabar section*/

	#logo_name
	{
		font-size:9px;
	}	 

}

@media only screen and (max-width:320px)
{

	/*nabar section*/

	#logo_name
	{
		font-size:7px;
	}	 

}

@media only screen and (max-width:220px)
{

	/*nabar section*/

	#logo_name
	{
		font-size:7px;
	}	 

}

@media only screen and (max-width:120px)
{

	/*nabar section*/

	#logo_name
	{
		font-size:7px;
	}	 

}


/*font awesome css*/

.fa
{
	margin-top: 10px;
		
	margin:5px;
}