body {
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}


/* Top bar */

#topbar {
    background-color: #a12196;
    padding: 10px 0px;
}
.topbar-section {
	color: #fff;
}
.topbar-section span {
    margin-right: 10px;
}

.topbar-section span i {
    margin-right: 5px;
}
.topbar-social ul {margin-bottom: 0;}
.topbar-social li {
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.topbar-social li a {
	color: #fff;
    font-size: 18px;
}
.topbar-social li a:hover {
    color: #d7242c;
}
.topbar-section p {margin-bottom: 0;}


/* Header */
.navbar-brand img {max-height: 90px;}
.navbar {
	padding: 10px 0;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-family: Saira;
    text-transform: none;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(99, 21, 32, 0.6);
}
.navbar-light .navbar-nav .active>.nav-link {
	color:#a12196 ;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #a12196;
}





/* Banner */
.banner-wrap {
	padding: 120px 0 120px 0px;
}
.banner-main-wrap .banner-img{
    padding: 120px 0 120px 0px;
}
.banner-img {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.banner-img h1 {
	line-height: 65px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 50px;
    color: #a12196;
    margin-bottom: 70px;
}
.contact-info-box{
    text-align: center!important;
    background-color: #a12196;
    padding-top: 26px;
}

.banner-img h5 {
	    color: #a12196;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 40px;
}
.banner-btn {
	background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-decoration: auto;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 2px;
    padding: 15px 32px;
    border-radius: 4px;
    transition: all .8s ease-in-out;
}
.banner-btn:hover {
    background-color: #fff;
    color: #a12196;
    text-decoration: none;
    border-color: #fff;
}



/* About */
.about-wrap {
	padding: 70px 0;
}
.about-cont h5 {
	    color: rgba(99, 21, 32, 0.6);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-cont h2 {
	line-height: 55px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 50px;
    color: #a12196;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about-cont h2 span {
	color: #a12196;
}
.about-img img {
	border-radius: 15px;
}
.about__text-signature h4 {
    font-size: 22px;
    line-height: 24px;
    color: #a12196;
}

.about__text-signature h4 span {
    font-size: 16px;
        color: #333;
}

.about__text-signature {
    margin-top: 30px;
}
.slick-prev:before, .slick-next:before
{
    color: #a12196 !important;
}

/* services */
.services-wrap {
	padding:0 0 70px 0;
}
.main-title {
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 600;
    font-style: normal;
    color: #a12196;
    font-size: 35px;
}

.services-box {
    background: #fff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 30px 30px;
}

/* the slides */
  .services-wrap .slick-slide {
      margin: 0 15px;
  }

  /* the parent */
  .services-wrap .slick-list {
      margin: 0 -15px;
  }
  .services-wrap .slick-list {
    padding: 20px 0;
  }

.contact-wrap {
    padding: 0 0 70px 0;
}
.form-wrap input, .form-wrap textarea {
    padding: 13px;
    outline: none !important;
    border-radius: 3px;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    color: #6d8190;
    line-height: 1.6;
    border: 1px solid #d5e1e4;
    background: #fafafa;
  }
.contact-form-wrap {
    padding-top: 20px;
  }
.form-wrap textarea {min-height: 120px;}
.contact-info-wrap {
    padding: 100px 0 100px 0;
    margin-bottom: 70px;
    background-attachment: fixed;
}
.contact-info-wrap {
    color: #fff;
}
.contact-info-box i {
    font-size: 42px;
}
.contact-info-box p {
    color:#ced5e4;
}
.contact-info-box h3 {
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 33px;
}
.copyright-wrap {
    background-color: #a12196;
    padding: 10px 0px;
    color: #fff;
}
.copyright-wrap p {
    margin-bottom: 0;
    padding: 5px 0;
}
.working-hours-day {
    overflow: hidden;
    position: relative;
    display: flex;
    list-style: none;
    line-height: 40px;
    margin-left: 0;
    font-size: 15px;
}
.working-hours-day-left {
    flex: 1;
    overflow: hidden;
}
.working-hours-day-name {
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
}
.working-hours-day-name:before {
    content: '';
    border-top: 1px dotted;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-left: 10px;
    width: 2000px;
    opacity: 0.7;
    border-color: #074575;
}
.timing-hours-wrap {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 10%);
}
.timing-hours-wrap h2{
    font-weight: 600;
    font-style: normal;
    color: #a12196;
    font-size: 25px;
    margin-bottom: 15px;
}
.submit-btn {
    border: 2px solid #a12196 !important;
    background-color: #a12196 !important;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: auto;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    width: auto !important;
    padding: 14px 30px !important;
    transition: all .8s ease-in-out;
}
.submit-btn:hover {
    border: 2px solid #a12196 !important;
    background-color: #ffffff !important;
    color: #a12196 !important;
}
.services-box h3 {
    font-weight: 500;
    font-style: normal;
    color: #a12196;
    font-size: 21px;
    margin-bottom: 15px;
}
.services-box a {
    color: #a12196;
}
.services-box a:hover {
    color: #d7242c;
    text-decoration: none;
}
.footer-wrap {
    padding: 70px 0 70px 0;
    background-color: #22060a;
    color: #fff;
}
.footer-box h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-box ul {
    padding-left: 20px;
}
.footer-box ul li {
    margin-bottom: 10px;
}
.footer-box ul li a {
    color: #fff;
}
.footer-box ul li a:hover {
    color: #d7242c;
    text-decoration: none;
}

/* Div */
body{    background-color: #E5E6E8;}