@charset "utf-8";
/* CSS Document */

*, body {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
a, a:hover {
	text-decoration: none
}
.colapes, img {
	border: none
}
.footer_nav ul, ol, ul {
	list-style: none
}
body {
	background: #fff;
	line-height: 24px;
	color: #000;
}
p {
	word-wrap: break-word;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #282828;
}
a, div, footer, h1, h2, h3, h4, h5, h6, header, li, nav, section, span, table, td, th, tr, ul, address {
	margin: 0;
	padding: 0
}
a {
	outline: 0
}




::-moz-selection {
color:#fff;
background:#f66253
}
::selection {
	color: #fff;
	background: #f66253;
}




::-webkit-input-placeholder { /* Safari, Chrome and Opera */
 color: #a09f9f;
}

:-moz-placeholder { /* Firefox 18- */
 color: #a09f9f;
}

::-moz-placeholder { /* Firefox 19+ */
 color: #a09f9f;
}

:-ms-input-placeholder { /* IE 10+ */
 color: #a09f9f;
}

::-ms-input-placeholder { /* Edge */
 color: #a09f9f;
}

:placeholder-shown { /* Standard one last! */
 color: #a09f9f;
}



.container {
  max-width: 1170px;
  margin: 0 auto;
}
body{
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	padding: 80px 0;
	/*font-family: 'Lobster', cursive;*/
	font-family: 'Poppins', sans-serif !important;
	background-attachment: fixed;
}

.top{
	padding: 30px 20px;
	background: #f34749;
	text-align: center;
	color: #fff;
}
.top h1{
	font-size: 44px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
	margin-bottom: 11px;
}

.top p{
	color: #fff;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.top h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.top h3 a{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.about {
    background: #fff;
    text-align: center;
    padding: 37px;
}

.about h2{
	font-size: 37px;
	color: #f34749;
	margin-bottom: 22px;
	font-family: 'Lobster', cursive;
}
.about h4{
	font-size: 16px;
	font-weight: 800;
	color: #282828;
	margin-bottom: 25px;
}

.about p{
	font-size: 14px;
	color: #282828;
	font-weight: 400;
	line-height: 23px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.Contact{
	padding-top: 5px;
	background: #f34749;
}
.rup{
	padding: 25px 70px;
	box-sizing: border-box;
	background-image: url(../images/contact.png);
	background-position: bottom center;
	background-size:cover;
	background-color: #fff;
	position: relative; 
	background-repeat: no-repeat;

}

.rup:before{
	position: absolute;
	content:"";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.90);
}
.rup h2{
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
	color: #f34749;
	font-family: 'Lobster', cursive;
}

.clinc{
	padding: 25px 70px;
	color: #fff;
	box-sizing: border-box;
}

.slider-thumnel{
	background: #796b68;
}

.slider-thumnel img{
	width: 100%;
	display: block;
	opacity: 0.3;
}

.slider-thumnel.slick-active img{
	opacity: 1;
}

.header-btm span{
	display: inline-block;
	width: 22px;
	margin-right: 12px;
}

.top .header-btm h3 {
    color: #fff;
    margin-bottom:0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.header-btm-wraper{
	max-width: 680px;
	margin: 0px auto;
}

.contact{
	display: table;
	width: 100%;
	background: #f34749;
	padding-top: 5px;
}
.rup{
	width: 41%;
	display: table-cell;
	padding: 0;
	position: relative;
	z-index: 9;
	padding-top: 25px;
	padding-left: 34px;
	padding-bottom: 15px;
	box-sizing: border-box;
}

.rup .rup-inner{
	position: relative;
}

.rup .rup-inner ul li{
	margin-bottom: 15px;
    font-size: 15px;
    color: #282828;
    display: inline-block;
    width: 100%;
}

.rup .rup-inner ul li img{
	margin-right: 15px;
}

.rup .rup-inner ul li span {
    width: 93%;
    float: right;
}

.rup .rup-inner ul li a{
	display: inline-block;
	width: 100%;
	color: #282828;
}

.rup:after{
	content: " ";
    position: absolute;
    display: block;
    width: 20%;
    height: 100%;
    top: 0;
    right: -2px;
    z-index: -1;
    background: rgba(255, 255, 255, 1);
    transform-origin: bottom left;
    -ms-transform: skew(-9deg, 0deg);
    -webkit-transform: skew(-9deg, 0deg);
    transform: skew(-9deg, 0deg); 
    z-index: -2;
}

.clinc{
	width: 50%;
	display: table-cell;
	padding-top: 25px;
    padding-left: 85px;
    padding-bottom: 15px;
}

.clinc h2{
	text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Lobster', cursive;
}

.clinc ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.clinc ul li img {
    margin-right: 15px;
}

.clinc ul li span {
    width: 93%;
    float: right;
}

.clinc ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.map{
	background: #f34749;
}

.map iframe{
	width: 100%;
	opacity: 0.95;
	display: block;
}

footer{
	padding: 30px 0;
	background-color: #313131;
}

footer p{
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	font-size: 14px;
}





.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    margin: 0px auto;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    max-width: 1140px;

}

.top{
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.sticky .top{
	padding: 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: #e63c3e;
}


.sticky .top h1 {
    font-size: 35px;
    text-transform: capitalize;
    font-family: 'Lobster', cursive;
    margin-bottom: 10px;
    text-align: left;

}

.sticky .top .top-inner{
	float: left;
	display: inline-block;
}

.sticky .top .top-inner p{
	margin-bottom: 0;
	font-size: 16px;
}

.sticky .header-btm-wraper {
    max-width: none;
    margin: 25px auto;
    float: right;
    display: inline-block;
    width: 60%;
}

.sticky .header-btm-wraper .header-btm {
    display: inline;
    float: right;
    width: auto;
}

@media screen and (max-width:1150px){
	body{
		padding: 40px 0;
	}
	.top {
    	padding: 20px 0;
	}
	.sticky .top h1 {
    	font-size: 30px;
    	margin-bottom: 5px;
	}
	.sticky .top .top-inner p {
	    margin-bottom: 0;
	    font-size: 14px;
	}
	.top .header-btm h3 {
	    font-size: 13px;
	}
	.sticky .header-btm span {
	    display: none;
	    width: 22px;
	    margin-right: 12px;
	}
	.sticky .header-btm-wraper .header-btm {
    	padding-left: 0;
	}
	.rup .rup-inner ul li span {
	    width: 91%;
	    float: right;
	}
	.clinc ul li span {
	    width: 91%;
	    float: right;
	}

}

@media screen and (max-width:991px){
	.sticky .top h1 {
	    font-size: 27px;
	    margin-bottom: 5px;
	}
	.header-btm-top{
		margin-bottom: 10px;
	}
	.sticky .top .top-inner p {
	    margin-bottom: 0;
	    font-size: 13px;
	}
	.sticky .header-btm-wraper {
	    max-width: none;
	    margin: 10px 0;
	    float: right;
	    display: inline-block;
	    width: 29%;
	}
	.about {
	    padding: 20px;
	}
	.about h4 {
    	margin-bottom: 15px;
	}
	.about h2 {
   		 margin-bottom: 13px;
	}
	.rup:after {
	    width: 27%;
	    right: -2px;
	}
	.rup {
	    padding-left: 15px;
	}
	.rup .rup-inner ul li span {
	    width: 89%;
	    float: right;
	}
	.rup .rup-inner ul li {
	    font-size: 14px;
	}
	.clinc h2 {
	    font-size: 20px;
	}
	.rup h2 {
	    font-size: 20px;
	}
	.clinc ul li {
	    font-size: 14px;
	}
	.clinc ul li span {
	    width: 86%;
	    float: right;
	}
}

@media screen and (max-width:767px){
	.rup:after {
	    display: none;
	}
	.contact {
	    display: inline-block;
	}
	.rup {
	    width: 100%;
	    display: inline-block;
	    padding: 15px;
	}
	.rup h2 {
    	font-size: 28px;
	}
	.rup .rup-inner ul li span {
	    width: 94%;
	    float: right;
	}
	.clinc{
		width: 100%;
	    display: inline-block;
	    padding: 15px;
	}
	.clinc h2 {
    	font-size: 28px;
	}
	.clinc ul li span {
	    width: 94%;
	    float: right;
	}
}

@media screen and (max-width:600px){
	.top h1 {
    	font-size: 30px;
    	margin-bottom: 0;
	}
	.top p {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.sticky .top h1 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.sticky .top .top-inner {
	    max-width: 200px;
	}
	.sticky .top .top-inner p {
	    margin-bottom: 0;
	    font-size: 13px;
	    text-align: left;
	    line-height: 16px;
	}
	.sticky .header-btm-wraper {
   		width: 35%;
	}
	.about h2 {
	    margin-bottom: 13px;
	    font-size: 30px;
	}
	.about h4 {
    	margin-bottom: 10px;
	}
	.about p {
	    font-size: 13px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	.rup .rup-inner ul li span {
	    width: 92%;
	    float: right;
	}
	.clinc ul li span {
	    width: 92%;
	    float: right;
	}
	footer {
	    padding: 15px 0;
	}
}

@media screen and (max-width:480px){
	.top h1 {
	    font-size: 25px;
	    margin-bottom: 5px;
	}
	.top p {
	    margin-bottom: 10px;
	    font-size: 13px;
	    max-width: 200px;
	    margin: 0px auto 5px;
	    line-height: 18px;
	}
	.sticky .top .top-inner {
	    max-width: none;
	    width: 100%;
	}
	.sticky .top h1 {
	    font-size: 16px;
	    margin-bottom: 6px;
	    text-align: center;
	}
	.sticky .top .top-inner p {
	    margin-bottom: 0;
	    font-size: 11px;
	    text-align: center;
	    line-height: 12px;
	    max-width: none;
	    padding: 0 20px;
	}
	.sticky .header-btm-wraper {
	    width: 100%;
	    float: none;
	    margin: 5px auto;
	}
	.sticky .header-btm-wraper .header-btm {
	    display: inline-block;
	    float: none;
	    width: auto;
	    margin-bottom: 0;
	}

	.top .header-btm h3 {
    	font-size: 11px;
	}
	.about {
   		padding: 15px;
	}
	.about h4 {
	    margin-bottom: 10px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.rup .rup-inner ul li span {
	    width: 89%;
	    float: right;
	}
	.clinc h2 {
   		font-size: 20px;
   		  margin-bottom: 10px;
	}
	.rup h2 {
	    font-size: 20px;
	    margin-bottom: 10px;
	}
	.clinc ul li span {
	    width: 89%;
	    float: right;
	}
	.rup .rup-inner ul li {
    	margin-bottom: 5px;
	}
	.clinc ul li {
    	margin-bottom: 5px;
	}
}

@media screen and (max-width:360px){
	.rup .rup-inner ul li span {
	    width: 86%;
	    float: right;
	}
	.clinc ul li span {
	    width: 86%;
	    float: right;
	}
	.clinc h2 {
	    line-height: 27px;
	}
	footer p {
	    font-size: 11px;
	}
}

.carousel-inner .item img
{
    width:100%;
    object-fit:cover;
}
.carousel-caption{
    padding-bottom:50px;
}

a.left.carousel-control {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

a.right.carousel-control {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

