body{
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif !important;
  font-size: 17px !important;
}

.container{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

.wrapper {
    padding: 0 100px;
}

/* Global */

h1{ font-size: 2em !important; font-weight: bold !important; line-height: 2 !important; }
h2{ font-size: 1.5em !important; font-weight: bold !important; line-height: 1.5 !important; margin: 0 !important; }
h3{ font-size: 1.17em !important; font-weight: bold !important; line-height: 2 !important; }

h1, h3, p{ margin: 0 !important;}
ul{ padding: 0; margin: 0; }
li{ list-style: none !important; }
a{ text-decoration: none !important; color: #fff !important; }

h1{ text-align: center; text-transform: uppercase;}
h3{line-height: 2.5; }

.social_media li { display: inline-block; }
.social_media li:not(:first-child) { padding: 0 0 0 5px; }

.txt_title { padding: 0 0 100px 0; }



/* Header */

.main { overflow: hidden; }


/* Header One */

.header_one{
  background: linear-gradient(#ff8e85, #fa5e52);
}

.contact_info {
    text-align: right;
    padding: 10px 0;
}

.contact_info div {
    display: inline-block;
    vertical-align: middle;
}

.phone_no {
    color: #fff;
}

.phone_no::after {
    content: "|";
    padding: 0 15px;
    top: -2px;
    position: relative;
}

/* Banner area */

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.slider .indicators .indicator-item {
  background: none !important;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 20px !important;
  width: 20px !important;
}
.slider .indicators .indicator-item.active {
  background-color: #FB6458 !important;
  width: 25px !important;
  height: 25px !important;
}
.slider {
  width: 900px;
  margin: 0 auto;
  height: auto !important;
}
.slider .indicators {
  bottom: 60px !important;
  z-index: 100;
  /* text-align: left; */
}

.slider .slides{
  height: 600px !important;
}

.slider .slides li .caption {
  top: 40% !important;
}

/* Header Two */

.header_two {
  background: url("../img/header_bg.png");
  position: absolute;
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  z-index: 999;
}

.logo {
    float: left;
}

.main_nav {
    float: right;
}

.main_nav li {
    display: inline-block;
    position: relative;
    top: 18px;
}

.main_nav li:not(:nth-child(7)) {
    padding: 0 0 0 15px;
}

.main_nav li:hover {
    text-decoration: underline;
    color: #fff;
}


/* Section 1 */

.section1 {
    background: #f4f4f4;
    overflow: hidden;
    padding: 100px 0;
}

.section1 h1, .section1 h3{
  color: #fb6458;
}

.section1 h3 {
    text-align: center;
}

.section1 p {
    line-height: 2.5;
}

.section1 ul {
    padding: 30px 0 0 50px;
}

.section1 li {
    padding: 0 0 10px 0;
}

.txt_info {
    float: left;
    width: 60%;
}

.text_info_img {
    float: right;
}

.txt_info li {
    line-height: 3;
}

.txt_info li::before {
    content: url('../img/check_icon.png');
    background: #fb6458;
    padding: 7px;
    display: inline-flex;
    position: relative;
    top: 5px;
}

/* Section 2 */

.section2 h1{
  color: #fb6458;
}
.event {
    width: 18%;
    text-align: center;
}

.section2 {
    padding: 100px 0;
    text-align: center;
}

.section2 div:not(:first-child) {
    display: inline-block;
    margin: 0 30px;
}

.section2 p {
    padding: 20px 0 0 0;
    line-height: 2.5;
    text-align: justify;
}

.shape {
    background: #fb6458;
    margin: 0 auto;
    padding: 60px;
    -moz-outline-radius: 100px;
    border-radius: 100px;
    outline: 3px solid white;
    outline-offset: -14px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}


/* Section 3 */
.section3 {
    background: #fb6458;
    padding: 100px 0;
    overflow: hidden;
}

.section3 h1, .section3 h2, .section3 h3, .section3 p , .section3 a, hr{ color: #fff; }

.section3 h3 {
    text-align: center;
}

.section3 p {
    line-height: 2.5;
}

.parent_blog {
    float: left;
    width: 42%;
    padding: 0 20px 0 0;
}

.blog {
    overflow: hidden;
}

.child_blog hr {
    margin: 25px 0;
}

.blog img {
    float: left;
    width: 100px;
}

.blog p {
    width: 82%;
    float: right;
}

.btn_sec3 a {

    background: #fff;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
    box-shadow: 0 2px 3px 2px #db6258;
    margin: 0 0 10px 0;
}


/* Our Staff */

.section4 {
    padding: 100px 0;
}

.section4 h1{
  color: #fb6458;
}

/* CAROUSEL STARTS */
  .customer-feedback .owl-item img {
  	width: 150px !important;
  	height: 150px !important;
  	margin: 0 auto;
  	border-radius: 100px;
  }

  .feedback-slider-item {
  	position: relative;
  	padding: 0 0 30px;
  	margin-top: -40px;
  	width: 70%;
  	margin: 0 auto;
  }

  .customer-name {
  	margin-top: 15px;
  	margin-bottom: 25px;
  	font-size: 20px;
  	font-weight: 500;
  }

  .feedback-slider-item p {
  	line-height: 1.875;
  }

  .customer-rating {
  	background-color: #eee;
  	border: 3px solid #fff;
  	color: rgba(1, 1, 1, 0.702);
  	font-weight: 700;
  	border-radius: 50%;
  	position: absolute;
  	width: 47px;
  	height: 47px;
  	line-height: 44px;
  	font-size: 15px;
  	right: 0;
  	top: 77px;
  	text-indent: -3px;
  }

  .thumb-prev .customer-rating {
  	top: -20px;
  	left: 0;
  	right: auto;
  }

  .thumb-next .customer-rating {
  	top: -20px;
  	right: 0;
  }

  .customer-rating i {
  	color: rgb(251, 90, 13);
  	position: absolute;
  	top: 10px;
  	right: 5px;
  	font-weight: 600;
  	font-size: 12px;
  }

  .thumb-prev,
  .thumb-next {
  	position: absolute;
  	z-index: 99;
  	top: 45%;
  	width: 98px;
  	height: 98px;
  	left: -90px;
  	cursor: pointer;
  	transition: all .3s;
  }

  .thumb-next {
  	left: auto;
  	right: -90px;
  }

  .feedback-slider-thumb img {
  	width: 100%;
  	height: 100%;
  	border-radius: 50%;
  	overflow: hidden;
  }

  .feedback-slider-thumb:hover {
  	opacity: .8;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }

  .customer-feedback .owl-nav [class*="owl-"] {
  	position: relative;
  	display: inline-block;
  	bottom: 0;
  	transition: all .2s ease-in;
  }

  .customer-feedback .owl-nav i {
  	background-color: transparent;
  	color: #fb6458;
  	font-size: 40px;
  }

  .customer-feedback .owl-prev {
  	left: -15px;
  }

  .customer-feedback .owl-prev:hover {
  	left: -20px;
  }

  .customer-feedback .owl-next {
  	right: -15px;
  }

  .customer-feedback .owl-next:hover {
  	right: -20px;
  }

  /* DOTS */
  .customer-feedback .owl-dots {
  	position: absolute;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	        transform: translateX(-50%);
  	bottom: 35px;
  }

  .customer-feedback .owl-dot {
  	display: inline-block;
  }

  .customer-feedback .owl-dots .owl-dot span {
  	width: 11px;
  	height: 11px;
  	margin: 0 5px;
  	background: #fff;
  	border: 1px solid #fb6458;
  	display: block;
  	-webkit-backface-visibility: visible;
  	transition: all 200ms ease;
  	border-radius: 50%;
  }

  .customer-feedback .owl-dots .owl-dot.active span {
  	background-color: rgb(251, 100, 88);
  }

  .container-testimonial {
      text-align: center;
  }

/* Footer */
.footer ul li:hover {
    text-decoration: underline;
}

/* First footer */
.first_footer {
    background: #fb6458;
    padding: 100px 0;
}

.first_footer .wrapper {
    margin: 0 auto;
    display: table;
}

.first_footer h1 {
    text-align: left;
    color: #fff;
}

.first_footer div.footer {
    display: inline-block;
    padding: 0 50px;
    vertical-align: top;
}

.first_footer li {
    padding: 20px 0 0;
    list-style: disc;
    list-style-position: outside;
    list-style-position: inside;
    color: #fff;
}

.first_footer .social_media {
    padding: 40px 0 0 0;
}

.footer_contact_info li {
    list-style: none;
}

.first_footer .social_media ul li {
    padding: 20px 5px 0 0 !important;
}

/* Second footer */

.second_footer {
    background: #474747;
}

.second_footer p {
    text-align: center;
    padding: 20px 0;
    color: #fff;
}
