/* Harmony Haven - Html Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Main Footer
7. Page Title
8. Call To Action 
9. Fact Counter
10.Services
11.Blog Page
12.Projects
13.Contact Form
14.Testimonial
15.Team Member
16.Single Page

**********************************************/

@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900&subset=latin-ext");
/*font-family: 'Poppins', sans-serif;
font-family: 'Hind', sans-serif;*/

@import url("font-awesome.css");
@import url("icomoon.css");
@import url("animate.css");
@import url("flaticon.css");
@import url("owl.css");
@import url("jquery.fancybox.css");
@import url("hover.css");
@import url("imagehover-extended.css");
@import url("jquery-ui.css");
@import url("jquery.bootstrap-touchspin.css");
@import url("masterslider/masterslider.css");
@import url("masterslider/masterslider-two.css");
@import url("masterslider/ms-staff-style.css");

/*** 

====================================================================
        Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

====================================================================
        Global Settings
====================================================================

 ***/

body {
  font-size: 15px;
  color: #777777;
  line-height: 1.8em;
  font-weight: 400;
  background: #020633;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  font-family: "Titillium web", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #020633;
  font-family: "Titillium web", sans-serif;
}

.no-padding {
  padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  font-family: "Titillium web", sans-serif;
}

p {
  position: relative;
  line-height: 24px;
  font-family: "Titillium web", sans-serif;
  color: #666666;
  font-weight: 500;
}

::selection {
  background: #c43167;
  color: #fff;
  text-shadow: none;
}

.border-bottom {
  border-bottom: 1px solid #f4f4f4;
}

.strike-through {
  text-decoration: line-through;
}

.container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

@media (min-width: 1200px) {

  .container,
  .container-fluid {
    padding: 0;
  }
}

.flex-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-box-two {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-box-three {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.flex-box-four {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.flex-box-five {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.theme-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.grey-bg {
  background-color: #f7f7f7 !important;
}

.grey-deep-bg {
  background-color: #f2f2f2 !important;
}

.black-bg {
  background-color: #222 !important;
}

.theme-bg {
  background-color: #294d9d !important;
}

/* section padding */

.sp-one {
  padding: 100px 0 80px;
}

.sp-two {
  padding: 47px 0 44px;
}

.sp-three {
  padding: 80px 0 30px;
}

.sp-four {
  padding: 100px 0 100px;
}

.sp-five {
  padding: 0px 0 80px;
}

.sp-six {
  padding: 0px 0 50px;
}

.projects-block-one.mix {
  display: none;
}

.theme_color {
  color: #0f5588;
}

img {
  display: inline-block;
  max-width: 100%;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}

/*** Scroll To Top style ***/

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 48px;
  text-align: center;
  z-index: 99999;
  cursor: pointer;
  border-radius: 3px;
  background: #1c1c1c;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #ffffff;
  background: #c43167;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #0f5588;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #020633;
  font-family: "Poppins", sans-serif;
}

.btn-style-one:hover {
  color: #ffffff;
  background: #101010;
  border-color: #101010;
}

/* Post pagination styles */
.post-pagination li {
  display: inline-block;
  margin: 0 3px;
}

.post-pagination .next a {
  height: 35px;
  width: 70px;
  margin-right: 11px;
  margin-left: 11px;
}

.post-pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  color: #3d3d3d;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  transition: all 500ms ease 0s;
  width: 35px;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  line-height: 35px;
}

.post-pagination li :hover {
  color: #fff !important;
  background: #c43167;
}

.post-pagination li.active a,
.post-pagination li:hover a {
  color: #c43167;
}

/*Btn Style three*/

.btn-style-three {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #0f5588;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #0f5588;
  font-family: "Poppins", sans-serif;
}

.btn-style-three:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style four*/

.btn-style-four {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  border-radius: 25px;
  color: #0f5588;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #0f5588;
  font-family: "Poppins", sans-serif;
}

.btn-style-four:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style five*/

.btn-style-five {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #0f5588;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  font-family: "Poppins", sans-serif;
}

.btn-style-five:hover {
  color: #ffffff;
  background: #0f5588;
  border-color: #0f5588;
}

/*Btn Style six*/

.btn-style-six {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #0f5588;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  font-family: "Poppins", sans-serif;
}

.btn-style-six:hover {
  color: #ffffff;
  background: #0f5588;
  border-color: #0f5588;
}

/*Btn Style seven*/

.btn-style-seven {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-family: "Poppins", sans-serif;
}

.btn-style-seven:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style eight*/

.btn-style-eight {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-family: "Poppins", sans-serif;
}

.btn-style-eight:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style nine*/

.btn-style-nine {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #0f5588;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #f7f7f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #f7f7f7;
  font-family: "Poppins", sans-serif;
}

.btn-style-nine:hover {
  color: #ffffff;
  background: #0f5588;
  border-color: #0f5588;
}

/*Btn Style ten*/

.btn-style-ten {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #0f5588;
  text-align: center;
  border-radius: 25px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #f7f7f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #f7f7f7;
  font-family: "Poppins", sans-serif;
}

.btn-style-ten:hover {
  color: #ffffff;
  background: #0f5588;
  border-color: #0f5588;
}

/*Btn Style eleven*/

.btn-style-eleven {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
}

.btn-style-eleven:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style twelve*/

.btn-style-twelve {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
}

.btn-style-twelve:hover {
  color: #ffffff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*Btn Style thirteen*/

.btn-style-thirteen {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #222;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  font-family: "Poppins", sans-serif;
}

.btn-style-thirteen:hover {
  color: #ffffff;
  border-color: #c43167;
  background-color: #c43167;
}

/*Btn Style fourteen*/

.btn-style-fourteen {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  border-radius: 25px;
  color: #222;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #e8e8e8;
  font-family: "Poppins", sans-serif;
}

.btn-style-fourteen:hover {
  color: #ffffff;
  border-color: #c43167;
  background-color: #c43167;
}

/*Btn Style fifteen*/

.btn-style-fifteen {
  position: relative;
  padding: 0px 12px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  background: #c43167;
  border-radius: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #0f5588;
  font-family: "Poppins", sans-serif;
}

.btn-style-fifteen:hover {
  color: #c43167;
  background: transparent;
  border-color: #c43167;
}

/*Social Icon One*/

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;
  margin-left: 20px;
  display: inline-block;
}

.social-icon-one li a {
  position: relative;
  color: #dedede;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #ffffff;
}

/*Social Icon Two*/

.social-icon-two {
  position: relative;
}

.social-icon-two li {
  position: relative;
  margin: 0px 7px;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #0f5588;
  border-color: #ffffff;
  background-color: #ffffff;
}

/*Social Icon Three*/

.social-icon-three {
  position: relative;
}

.social-icon-three li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.social-icon-three li a {
  position: relative;
  width: 38px;
  height: 38px;
  color: #848484;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover {
  color: #ffffff;
  background-color: #0f5588;
}

/*Social Icon Four*/

.social-icon-four {
  position: relative;
}

.social-icon-four li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.social-icon-four li a {
  position: relative;
  color: #9a9a9a;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover {
  color: #0f5588;
}

/*Social Icon Five*/

.social-icon-five {
  position: relative;
}

.social-icon-five li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.social-icon-five li a {
  position: relative;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-five li a:hover {
  color: #0f5588;
}

/*Social Icon six*/

.social-icon-six {
  position: relative;
}

.social-icon-six li {
  position: relative;
  margin: 0px 7px;
  display: inline-block;
}

.social-icon-six li:first-child {
  margin-left: 0px;
}

.social-icon-six li a {
  position: relative;
  width: 45px;
  height: 45px;
  color: #848484;
  font-size: 14px;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: none;
  border: 2px solid #2c2c2c;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-six li a:hover {
  color: #fff;
  border-color: #0f5588;
  background-color: #0f5588;
}

/*social-icon-seven*/

.social-icon-seven {
  position: relative;
  margin: 21px 0;
}

.social-icon-seven li {
  display: inline-block;
  text-transform: uppercase;
}

.social-icon-seven li a {
  color: #848484;
  margin: 0 4px;
  font-size: 18px;
  transition: 0.3s ease;
}

.social-icon-seven li a:hover {
  color: #c43167;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  height: 50px;
  padding: 7px 20px;
  line-height: 30px;
  color: #333333;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.form-group .ui-button .ui-icon {
  background: none;
  position: relative;
  top: 3px;
  text-indent: 0px;
  color: #333333;
}

.form-group .ui-button .ui-icon:before {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 2px !important;
  top: 13px;
  width: 10px;
  height: 20px;
  display: block;
  color: #333333;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.ui-widget.ui-widget-content {
  border: 1px solid #e0e0e0;
  font-family: "Poppins", sans-serif;
}

.ui-menu .ui-menu-item {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #0f5588;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 24px;
}

.ui-menu-item:hover {
  background-color: #17519d;
}

/* owl controll */

.owl-dots-none .owl-dots {
  display: none;
}

/* Overlay styles two */
.overlay-style-two {
  position: absolute;
  left: 0px;
  bottom: -85%;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.overlay-style-two .box {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay-style-two .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}

.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}

.review-box ul li i {
  color: #004677;
  font-size: 12px;
}

/* style one */

.owl-dot-style-one .owl-dots {
  position: relative;
  text-align: center;
}

.owl-dot-style-one .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #0f5588;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
  background: #0f5588;
  border-color: #0f5588;
}

/* style two */
.owl-dot-style-two .owl-dots {
  position: relative;
  text-align: center;
  line-height: 15px;
}

.owl-dot-style-two .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.owl-dot-style-two .owl-dots .owl-dot span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-dot-style-two .owl-dots .owl-dot span:before {
  position: absolute;
  content: "";
  background: #e8e8e8;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
}

.owl-dot-style-two .owl-dots .owl-dot.active span,
.owl-dot-style-two .owl-dots .owl-dot:hover span {
  background: #0f5588;
  border-color: #0f5588;
}

/* owl nav */

.owl-nav-none .owl-nav {
  display: none;
}

.owl-nav-style-one .owl-nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.owl-nav-style-one .owl-nav .owl-next,
.owl-nav-style-one .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 24px;
  color: #949494;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-one .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-one .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-one .owl-nav .owl-next:hover,
.owl-nav-style-one .owl-nav .owl-prev:hover {
  color: #0f5588;
  border-color: #0f5588;
}

/* nav style tow */

.owl-nav-style-two .owl-nav {
  padding: 0px;
  text-align: center;
  bottom: 100%;
  top: inherit;
  position: absolute;
  left: inherit;
  right: 0;
}

.owl-nav-style-two .owl-nav .owl-next,
.owl-nav-style-two .owl-nav .owl-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 8px 30px;
  display: inline-block;
  line-height: 46px;
  border: 1px solid #f0f0f0;
  text-align: center;
  font-size: 24px;
  color: #949494;
  border-radius: 50%;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,
.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}

.owl-nav-style-two .owl-nav .owl-prev {
  left: 0px;
}

.owl-nav-style-two .owl-nav .owl-next {
  right: 0px;
}

.owl-nav-style-two .owl-nav .owl-next:hover,
.owl-nav-style-two .owl-nav .owl-prev:hover {
  color: #0f5588;
  border-color: #0f5588;
}

/*** 

====================================================================
        Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 55px;
}

.sec-title.small {
  margin-bottom: 40px;
}

.sec-title h2 {
  font-size: 32px;
  color: #333333;
  line-height: 53px;
  font-weight: 700;
  margin-top: -16px;
}

.sec-title p {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  font-weight: 500;
}

.sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 50%;
  bottom: -28px;
  margin-left: -26px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.centered {
  text-align: center;
}

.sec-title.small h2 {
  font-size: 24px;
}

.sec-title.with-sep {
  position: relative;
}

.sec-title.with-sep:after {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #0f5588;
}

.sec-title h5 {
  position: relative;
  font-size: 20px;
  margin-bottom: 16px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}

.sec-title h5:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 0;
  bottom: -8px;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}

/* video section */

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  display: flex;
  height: 100%;
  font-size: 50px;
  align-items: center;
  justify-content: center;
  color: #0f5588;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.3);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  background: #fff;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 29px;
  color: #0f5588;
  padding-left: 5px;
}

/*** Fancy Box ***/

.fancybox-next span,
.fancybox-prev span {
  background-image: none !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center;
}

.fancybox-next span:before,
.fancybox-prev span:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  top: 0px;
  font-size: 12px;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
  background-color: rgba(28, 28, 28, 0.4) !important;
  color: #ffffff;
  visibility: visible;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.fancybox-next span:before {
  content: "\f178";
}

.fancybox-prev span:before {
  content: "\f177";
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
  background-color: #ffffff !important;
  color: #000000;
}

.fancybox-type-image .fancybox-close {
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/icons/icon-cross.png) center center no-repeat;
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.fancybox-type-image .fancybox-close:hover {
  background-color: #000000 !important;
}

.fancybox-type-image .fancybox-skin {
  padding: 0px !important;
}

/*List Style One*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  padding-left: 28px;
  margin-bottom: 10px;
}

.list-style-one li:before {
  position: absolute;
  content: "\f046";
  left: 0px;
  top: 0px;
  font-size: 16px;
  color: #0f5588;
  font-family: "FontAwesome";
}

/*List Style Two*/

.list-style-two {
  position: relative;
  margin-bottom: 30px;
}

.list-style-two li {
  position: relative;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 6px;
}

.list-style-two li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  height: 5px;
  width: 5px;
  background: #0f5588;
  font-family: "FontAwesome";
  transform: rotate(-45deg);
}

/*List Style Three*/

.list-style-three {
  position: relative;
  margin-bottom: 30px;
}

.list-style-three li {
  position: relative;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 6px;
}

.list-style-three li:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0f5588;
  font-family: "FontAwesome";
}

.list-style-three li:nth-child(2):before {
  background-color: #fd5075;
}

.list-style-three li:nth-child(3):before {
  background-color: #11e6a2;
}

/* parallax-one */

.parallax-one {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-one:before {
  position: absolute;
  content: "";
  background: rgba(30, 67, 152, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*======= gallery filter ==========*/

.filter-tabs {
  display: flex;
  margin: 0;
  margin-bottom: 40px;
  justify-content: center;
}

.filter-tabs li {
  padding: 0;
  margin: 0px 7px 10px;
}

.filter-tabs li span {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 8px 25px;
  border: 1px solid #f2f2f2;
  border-radius: 22px;
  font-family: "Poppins", sans-serif;
  display: block;
  cursor: pointer;
  transition: 0.5s ease;
}

.filter-tabs li:last-child span {
  border-right: 0px;
}

.filter-tabs.style-2 li span {
  color: #fff;
}

.filter-tabs li:hover span,
.filter-tabs li.active span {
  color: #ffffff;
  background: #0f5588;
  border-color: #0f5588;
  transition: 0.5s ease;
}

.filter-tabs li span i {
  font-size: 14px;
  margin-right: 5px;
}

/*==============================================
    Top bar Area Css
===============================================*/

.top-bar-area {
  background: #c43167;
  overflow: hidden;
  padding-top: 9px;
  padding-bottom: 7px;
}

.top-bar-area .header-top {
  display: inline-block;
}

.top-bar-area .header-top li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 27px;
}

.top-bar-area .header-top li a {
  display: inline-block;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  transition: all 500ms ease;
}

.top-bar-area .header-top li i {
  margin-right: 5px;
  font-size: 13px;
}

.top-bar-area .right-side {
  display: inline-block;
  float: none;
  position: relative;
  right: 32px;
  top: 0px;
}

.top-bar-area .top-social-links ul li {
  display: inline-block;
  margin: 0 0 0 6px;
  line-height: 22px;
}

.top-bar-area .top-social-links ul li a {
  font-size: 12px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: #c43167;
  transition: all 500ms ease;
  font-family: "Titillium Web", sans-serif;
}

.top-bar-area .top-social-links ul li a i {
  color: #fff;
}

.top-bar-area .top-social-links ul li a i:before {
  font-size: 20px;
}

.top-bar-area .top-social-links ul li a i:hover {
  color: #020633;
  transition: all 500ms ease;
}

.top-bar-area .header-top li a:hover {
  color: #020633;
  transition: all 500ms ease;
}

/*** 

====================================================================
        Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #020633;
  z-index: 0;
  border-bottom: 1px solid #0f5588;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo img {
  padding-top: 18px;
  padding-bottom: 18px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-upper {
  position: relative;
  background: #f7f7f7;
  padding-top: 7px;
  padding-bottom: 42px;
  z-index: 5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.logo img {
  position: relative;
  display: inline-block;
  max-width: 150px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-header .header-upper .upper-right {
  position: relative;
  padding-top: 35px;
}

.info-box-one {
  position: relative;
  min-height: 56px;
  margin-right: 40px;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
  padding: 20px 0px 20px 45px;
}

.info-box-one .icon-box {
  position: absolute;
  left: 0px;
  color: #184e9d;
  font-size: 32px;
  text-align: left;
  line-height: 1.2em;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.info-box-one li {
  position: relative;
  line-height: 20px;
  color: #848484;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: 300;
  text-transform: capitalize;
}

.info-box-one strong {
  font-weight: 500;
  color: #222222;
  font-size: 16px;
}

.main-header .header-lower {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 5;
  margin-bottom: 0;
  margin-top: 0;
}

.main-header .header-lower .menu-bg {
  background: #020633;
}

.main-header .nav-outer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main-menu {
  position: relative;
  left: 142px;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
  margin: 0px;
  border: 0px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #ea537e;
  line-height: 30px;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase;
  padding: 42px 15px 39px 25px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Titillium web", sans-serif;
}

.main-menu .navigation>li.current>a:after {
  width: 10px;
}

.main-menu .navigation>li:last-child>a {
  background: none;
}

.main-header .sticky-header .main-menu .navigation>li>a {
  color: #ffffff;
  padding: 24px 15px !important;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  min-height: 0px;
  background: none;
  border: 0px;
}

.main-header .sticky-header .main-menu .navigation>li>a:after {
  display: none;
}

.sticky-header .main-menu .navigation>li>a:before {
  display: none;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li.current-menu-item>a {
  opacity: 1;
  border-color: #020633;
  color: #ffffff;
}

.main-header .sticky-header .main-menu .navigation>li:hover>a,
.main-header .sticky-header .main-menu .navigation>li.current>a,
.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {
  background: #c43167;
  color: #ffffff !important;
  opacity: 1;
}

.main-menu .navigation>li:hover>a:after {
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 250px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #ffffff;
  border-bottom: 2px solid #c43167;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:before {
  position: absolute;
  content: "\f105";
  font-size: 15px;
  right: 20px;
  color: #fff;
  font-family: FontAwesome;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #ffffff;
  background-color: #c43167;
}

.main-menu .navigation>li>ul>li:hover>a:before {
  border-color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0px;
  width: 250px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #1c1c1c;
  border-top: 2px solid #c43167;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 14px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  border-left: 2px solid #c43167;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
  color: #ffffff;
  background-color: #c43167;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
  border-color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 5px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #6f6f6f;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  margin-left: 139px;
}

.welcome-text .text {
  color: #fff;
  margin-right: 15px;
}

/*topbar-menu*/

.topbar-menu {
  position: relative;
}

.topbar-menu li {
  display: inline-block;
  border-right: 1px solid #ffffff1a;
  padding-right: 12px;
  margin-right: 8px;
}

.topbar-menu li a {
  color: #fff;
}

/*language switcher*/
.language-switcher .dropdown-menu {
  width: 180px;
  padding: 0px;
  margin-top: 6px;
  background-color: #222222;
  border-top: 3px solid #eb5310;
}

.language-switcher {
  top: -2px;
  padding-right: 8px;
  line-height: 1.4em;
}

.language-switcher a {
  border: 0px;
  padding: 0px;
  background: none;
  color: #fff;
}

.language-switcher .dropdown-toggle::after {
  display: none;
}

.language-switcher a:hover {
  background: none;
}

.language-switcher .dropdown-menu>li {
  padding: 0px !important;
  margin: 0px !important;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.language-switcher .dropdown-menu>li>a {
  padding: 10px 20px !important;
  color: #ffffff;
  text-align: left;
  display: block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.language-switcher .dropdown-menu>li>a:focus {
  background: none;
}

.language-switcher .dropdown-menu>li>a:hover {
  color: #ffffff;
  background: none;
  background-color: #eb5310;
}

/*search box*/

.main-header .header-lower .search-box-outer {
  position: relative;
  min-width: 40px;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 50px;
  padding-bottom: 24px;
  z-index: 20;
  top: -5px;
}

.main-header .header-lower .search-box-outer .dropdown-toggle::after {
  display: none;
}

.main-header .header-lower .search-box-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #222;
  line-height: 20px !important;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .header-lower .search-box-outer .dropdown-menu {
  top: 62px;
  right: 0px;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  border-top: 3px solid #020633;
}

.main-header .header-lower .search-box-outer .dropdown-menu>li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header .header-lower .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .header-lower .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select {
  display: block;
  width: 100%;
  height: 40px;
  color: #000000;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
  border-color: #020633;
}

.main-header .header-lower .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

/*search box btn*/

.main-header .search-box-btn {
  position: relative;
  font-size: 14px;
  top: 50%;
  margin-top: 0px;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
  background: none;
}

.main-header .search-box-outer .dropdown-menu {
  top: 70px;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  border-top: 3px solid #eb5310;
}

.main-header .search-panel .form-container {
  padding: 25px 20px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 7px 40px 7px 15px;
  height: 40px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #eb5310;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #555555;
  font-size: 12px;
  background: none;
  cursor: pointer;
}

.main-header .btn-holder {
  position: relative;
  top: 43px;
  left: 40px;
}

.main-header .btn-holder a {
  background: #c43167;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  transition: all 700ms ease;
  border: 2px solid #020633;
  transition: all 500ms ease;
  font-weight: 600;
}

.main-header .btn-holder a:hover {
  background: #fff;
  border: 2px solid #020633;
  color: #020633;
  transition: all 500ms ease;
}

/*** 

====================================================================
        Main Slider style
====================================================================

***/

.main-slider {
  position: relative;
  z-index: 10;
}

.main-slider .tp-caption {
  z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.main-slider .tparrows.gyges {
  width: 50px;
  height: 50px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50%;
}

.main-slider .tparrows.gyges:before {
  line-height: 50px;
}

.main-slider .tparrows.gyges:hover {
  background-color: #0f5588;
}

.main-slider h2 {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  padding-bottom: 20px;
}

.main-slider h2 span {
  font-size: 56px;
  font-weight: 700;
}

.main-slider h2:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  background-color: #0f5588;
}

.main-slider h2.dark-text {
  position: relative;
  color: #022222;
}

.main-slider h2.text-center:before {
  left: 50%;
  margin-left: -35px;
}

.main-slider .text {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 26px;
}

.main-slider .text.dark-text {
  color: #022222;
  font-size: 16px;
}

.main-slider .dark-heading {
  position: relative;
  color: #022222;
  font-size: 60px;
  border: 0px;
  padding: 0px;
  line-height: 1.2em;
}

.main-slider .dark-heading:after {
  display: none;
}

.main-slider .white-heading {
  position: relative;
  color: #fff;
  border: 0px;
  padding: 0px;
}

.main-slider .white-heading:after {
  display: none;
}

.main-slider h4 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  color: #ffffff;
}

.main-slider h1 {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.slider-content {
  position: relative;
  padding: 35px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.slider-content h3 {
  position: relative;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-content h3:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  z-index: 10;
  background-color: #0f5588;
}

.slider-content .content-text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
  display: none;
}

.main-slider .btn-style-one {
  position: relative;
  line-height: 24px;
  background: none;
  border: 1px solid #00bdfd;
  font-size: 15px;
  font-weight: 500;
  font-family: "lato", sans-serif;
  padding: 4px 0px;
  width: 140px;
  text-align: center !important;
}

.btn-style-one:hover {
  border: 2px solid #fff;
  color: #00bdfd !important;
}

.main-slider .btn-style-one:hover {
  color: #00bdfd !important;
}

.main-slider .btn-style-two:hover {
  background: #020633 !important;
  border: 1px solid #020633;
  transition: all 500ms ease;
  color: #fff !important;
}

.main-slider .btn-style-two {
  padding: 9px 30px;
  background: #c43167;
  color: #fff;
  border-radius: 3px;
  margin-top: 35px;
  border: 2px solid #c43167;
  transition: all 500ms ease !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/*** 

====================================================================
        top-intro 
====================================================================

***/

.top-intro {
  background: #c43167;
  position: relative;
}

.top-intro:before {
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 15px solid #fff;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: rotate(180deg);
  width: 0;
  margin-left: -30px;
}

.top-intro .text h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
}

.top-intro .text p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-top: -6px;
}

/*** 

====================================================================
        main features section style
====================================================================

***/

.main-features {
  position: relative;
}

.main-features .img-box {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 2px solid rgb(189, 189, 189);
  line-height: 130px;
  border-radius: 65px;
  box-shadow: 0px 0px 0px 5px #f8f8f8;
  text-align: center;
  margin-bottom: 42px;
}

.main-features h2 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 13px;
}

.main-features h2 a {
  color: #333333;
}

.main-features p {
  color: #666666;
  font-size: 15px;
}

.main-features .link {
  position: relative;
  margin-bottom: 30px;
  margin-top: 35px;
}

.main-features .link a {
  color: #333333;
  font-size: 14px;
  padding: 15px 15px;
}

.main-features .link:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 35px;
  height: 2px;
  left: 50%;
  bottom: -11px;
  margin-left: -20px;
}

/*** 

====================================================================
        info aria Section Style
====================================================================

 ***/

.info-area {
  background: #c43167;
}

.info-area .section-title {
  margin-bottom: 40px;
}

.info-area .right-side {
  position: relative;
  top: 72px;
  left: 72px;
}

.info-area .full-img {
  position: relative;
}

.info-area .full-img:hover:before {
  right: 15px;
}

.info-area .full-img:before {
  content: " ";
  width: 200%;
  height: 100%;
  background: #c43167;
  opacity: 0.85;
  filter: alpha(opacity=85);
  z-index: 99;
  position: absolute;
  top: 0;
  right: 200%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-area .full-img img {
  max-width: 200%;
  height: auto;
  width: 200%;
  object-fit: cover;
  float: right;
}

.info-area h2 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 600;
}

.info-area p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 42px;
  position: relative;
  margin-left: -40px;
  left: 40px;
}

.info-area ul {
  font-size: 15px;
  color: #fff;
  margin-left: 4px;
}

.info-area ul li {
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid #eb8b6f;
  padding-bottom: 6px;
  margin-bottom: 10px;
  font-weight: 600;
  margin-left: -50px;
  left: 50px;
  position: relative;
}

.info-area .left-side {
  position: relative;
  left: 70px;
}

.info-area li i {
  font-size: 15px;
  color: #fff;
  margin-right: 16px;
}

.info-area .btn-holder {
  margin-top: 55px;
}

.info-area .btn-holder a {
  padding: 12px 28px;
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: all 700ms ease;
}

.info-area .btn-holder a:hover {
  border: 1px solid #fff;
  color: #c43167;
  background: #fff;
  transition: all 700ms ease;
}

/*** 

====================================================================
        our Approach Section Style
====================================================================

 ***/

.our-Approach {
  position: relative;
  padding-bottom: 119px;
}

.our-Approach .fact-counter-area b {
  display: inline-block;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  top: 0;
  right: 0;
  color: #333333;
}

.our-Approach .sec-title p {
  position: relative;
}

.our-Approach .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 50%;
  bottom: -29px;
  margin-left: -24px;
}

.single-blog-post {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 25px;
}

.single-blog-post .img-holder {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.single-blog-post .img-holder img {
  transition: all 0.7s ease;
  max-width: 100%;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1.1);
}

.single-blog-post .published-date {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  width: 150px;
  background: #004677;
  text-align: center;
  padding: 12px 0px;
  z-index: 5;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}

.single-blog-post .published-date h5 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.single-blog-post:hover .img-holder .overlay-style-two {
  bottom: 0px;
  opacity: 1;
}

.single-blog-post .img-holder .overlay-style-two .box .content a i {
  opacity: 1;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder .overlay-style-two .box .content a:hover i {
  background: #c43167;
  color: #ddd;
  border-color: #020633;
}

.single-blog-post .text-holder {
  padding-top: 25px;
  transition: all 500ms ease;
  position: relative;
}

.single-blog-post .text-holder .blog-title {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 26px;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title:hover {
  color: #020633;
}

.single-blog-post .text-holder .meta-info {
  overflow: hidden;
  padding-bottom: 20px;
}

.single-blog-post .text-holder .meta-info .post-info {
  display: block;
  overflow: hidden;
}

.single-blog-post .text-holder .meta-info .post-info li {
  display: inline-block;
  float: none;
  margin-right: 15px;
  border-right: 1px solid #9b9b9b;
  padding-right: 15px;
  line-height: 15px;
}

.single-blog-post .text-holder .meta-info .post-info li i {
  color: #004677;
  font-size: 15px;
  display: inline-block;
  padding-right: 10px;
}

.single-blog-post .text-holder .meta-info .post-info li:last-child {
  border-right: 0px solid;
  margin-right: 0px;
  padding-right: 0px;
}

.single-blog-post .text-holder .meta-info .post-info li a {
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .meta-info .post-info li a:hover {
  color: #004677;
}

.single-blog-post .text-holder .text {
  overflow: hidden;
  margin-top: 13px;
}

.single-blog-post .text-holder .text p {
  font-size: 15px;
  padding-right: 18px;
  margin-top: 5px;
}

.single-blog-post .text-holder .text .readmore {
  color: #020633;
  font-size: 14px;
  font-weight: 700;
  transition: all 500ms ease;
  position: relative;
  top: 6px;
  left: 3px;
}

.single-blog-post .text-holder .text .readmore i {
  display: inline-block;
  padding-left: 7px;
  transition: all 500ms ease;
  position: relative;
  left: -9px;
}

.single-blog-post .text-holder .text .readmore:hover i {
  color: #020633;
}

.our-Approach .single-iteam {
  margin-top: 25px;
  margin-bottom: 80px;
}

.our-Approach .text-content {
  position: relative;
  left: -33px;
  top: 0px;
}

.our-Approach .text-content.tow {
  position: relative;
  left: 0px;
  top: 1px;
}

.our-Approach .text-content.tow .icon-holder {
  display: inline-block;
  position: absolute;
  top: -29px;
  left: 142px;
  background: #333333;
  width: 80px;
  height: 80px;
  line-height: 64px;
  text-align: center;
  border-radius: 45px;
  border: 7px solid #fff;
}

.our-Approach .text-content.tow h2 {
  margin-left: -40px;
}

.our-Approach .text-content.tow .title {
  padding: 0px 0px 0px 112px !important;
}

.our-Approach .text-content.three .title {
  padding: 0px 0px 0px 145px !important;
}

.our-Approach .text-content.tow .title {
  margin-left: -5px;
}

.our-Approach .icon-holder {
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 113px;
  background: #c43167;
  width: 80px;
  height: 80px;
  line-height: 64px;
  text-align: center;
  border-radius: 45px;
  border: 7px solid #fff;
}

.our-Approach .icon-holder span {
  color: #fff;
}

.our-Approach .icon-holder span:before {
  margin: 0 auto;
  font-size: 25px;
}

.our-Approach .text-box h3 {
  color: #333333;
  font-size: 20px;
  margin-top: 37px;
}

.our-Approach .text-box p {
  color: #333333;
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 24px;
}

.our-Approach .btn-box a {
  font-size: 14px;
  color: #acca37;
  transition: all 500ms ease;
}

.our-Approach .btn-box a:hover {
  color: #333333;
  transition: all 500ms ease;
}

.our-Approach .btn-box a i {
  margin-right: 10px;
  font-size: 14px;
}

.our-Approach .fact-counter-area {
  position: relative;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 20px;
  z-index: 1;
}

.our-Approach .single-fact-counter {
  position: relative;
  z-index: 1;
}

.our-Approach .single-fact-counter:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 20px;
  right: 13px;
  transform: skew(-21deg);
  z-index: -1;
  background: #f8f8f8;
  width: 360px;
  height: 180px;
}

.our-Approach .single-fact-counter.one:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  right: 13px;
  transform: skew(-21deg);
  z-index: -1;
  background: #f8f8f8;
  width: 325px;
  height: 180px;
}

.our-Approach .single-fact-counter.one:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 20px;
  width: 0;
  height: 0;
  border-right: 78px solid transparent;
  border-top: 180px solid #f8f8f8;
  z-index: 1;
}

.our-Approach .single-fact-counter.three:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 20px;
  bottom: -10px;
  right: 62px;
  transform: skew(-21deg);
  z-index: -1;
  background: #f8f8f8;
  width: 330px;
}

.our-Approach .single-fact-counter.three:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: -38px;
  width: 0;
  height: 0;
  border-top: 0px solid #f8f8f8;
  border-right: 0px solid transparent;
  border-left: 78px solid transparent;
  border-bottom: 180px solid #f8f8f8;
  z-index: 1;
}

.our-Approach .fact-counter-area .sec-title {
  padding-bottom: 37px;
}

.our-Approach .fact-counter-area .owl-controls {
  bottom: -57px;
  left: 0;
  position: absolute;
}

.our-Approach .fact-counter-area .owl-theme .owl-nav [class*="owl-"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #cccbcb;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
  width: 45px;
  font-weight: 900;
}

.our-Approach .fact-counter-area .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
  font-weight: 900;
}

.our-Approach .fact-counter-area .owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.our-Approach .fact-counter-area .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #333333;
  border: 2px solid #d5ac63;
}

.our-Approach .fact-counter-area .single-fact-counter {
  margin-top: 17px;
  margin-left: 9px;
}

.our-Approach .fact-counter-area .single-fact-counter .box {
  height: 130px;
  position: relative;
  text-align: center;
}

.our-Approach .fact-counter-area .single-fact-counter .box h2 {
  display: block;
  padding: 60px 0 35px;
  font-size: 50px;
  position: relative;
  top: -11px;
  font-weight: 600;
  left: 3px;
}

.our-Approach .fact-counter-area .single-fact-counter .box h2 span {
  color: #333333;
  font-size: 50px;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
}

.our-Approach .fact-counter-area .single-fact-counter .box h2 i {
  color: #333333;
  font-size: 30px;
  font-weight: 100 !important;
  left: 2px;
  position: relative;
  top: -3px;
}

.our-Approach .fact-counter-area .single-fact-counter .title {
  padding: 0px 0px 0px 132px;
}

.our-Approach .fact-counter-area .single-fact-counter .title h3 {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin-top: -7px;
  margin-left: -12px;
  line-height: 19px;
}

.our-Approach .text-content.three {
  position: relative;
  left: 0px;
  top: 1px;
}

.our-Approach .text-content.three .icon-holder {
  display: inline-block;
  position: absolute;
  top: -27px;
  left: 174px;
  background: #c43167;
  width: 80px;
  height: 80px;
  line-height: 64px;
  text-align: center;
  border-radius: 45px;
  border: 7px solid #fff;
}

.our-Approach .text-content.three .icon-holder span {
  color: #fff;
}

.our-Approach .text-content.three h2 {
  margin-left: -14px;
}

.our-Approach .text-content.three .title {
  margin-left: -15px;
}

.our-Approach .full-side {
  margin-left: 5px;
}

.our-Approach .single-iteam.one {
  margin-left: 9px;
}

.our-Approach .single-iteam.three {
  margin-left: -7px;
}

/*** 
=============================================
    statistics-area style
=============================================
***/

.statistics-area {
  position: relative;
  background: #f8f8f8;
  padding-bottom: 47px;
}

.statistics-area .image-box img {
  max-width: none;
  float: right;
}

.statistics-area .right-column {
  position: relative;
  float: right;
}

.statistics-area .right-column .inner-box {
  position: relative;
  float: right;
  padding: 30px 0px;
  z-index: 1;
}

.statistics-area .right-column h2 {
  position: relative;
  font-size: 24px;
  color: #2f2f2f;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.statistics-area .tabs-box {
  position: relative;
  z-index: 1;
}

.statistics-area .tabs-box .tab-buttons {
  position: relative;
  margin-bottom: 20px;
  margin-right: 63px;
  margin-left: 16px;
}

.statistics-area .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  padding: 14px 22px;
  color: #666666;
  background: #ffffff;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-left: 4px solid #e7e7e7;
  transition: all 700ms ease;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.statistics-area .tabs-box .tab-buttons .tab-btn:hover,
.statistics-area .tabs-box .tab-buttons .tab-btn.active {
  color: #ffffff;
  background: #c43167;
  border-left: 4px solid #e67452;
  transition: all 700ms ease;
}

.statistics-area .tabs-box .tab-content {
  position: relative;
}

.statistics-area .tabs-box .tab-content .tab {
  position: relative;
  display: none;
  top: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.statistics-area .tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
}

.statistics-area .tabs-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #253d4a;
  font-weight: 700;
}

.statistics-area .tabs-box .text {
  margin-bottom: 30px;
  margin-top: -6px;
}

.statistics-area .tab-content .content-text h2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 0px;
}

.statistics-area .tab-content .content-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.statistics-area .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 50%;
  bottom: -28px;
  margin-left: -26px;
}

.statistics-area .totale-side {
  padding-top: 30px;
}

.statistics-area .list {
  margin-left: 15px;
  margin-right: -39px;
}

.statistics-area .img-holder {
  margin-left: -25px;
}

.statistics-area .list li {
  background: #fff;
  margin-bottom: 5px;
  padding: 15px 0px 14px 24px;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  color: #959595;
  font-weight: 600;
  border-left: 4px solid #e7e7e7;
  border-radius: 2px;
  transition: all 700ms ease;
}

.statistics-area .list li:hover {
  background: #c43167;
  color: #fff;
  border-left: 4px solid #c43167;
  transition: all 700ms ease;
  cursor: pointer;
}

.statistics-area .video-gallery {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-left: -38px;
  display: inline-block;
  border-radius: 5px;
}

.statistics-area .video-gallery img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.statistics-area .video-gallery .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

.statistics-area .video-gallery .overlay-gallery h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 14px;
}

.statistics-area .video-gallery .overlay-gallery .icon-holder {
  display: table;
  height: 100%;
  width: 100%;
}

.statistics-area .video-gallery .overlay-gallery .icon-holder .icon {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  bottom: -69px;
  left: 0px;
}

.statistics-area .video-gallery .overlay-gallery .icon-holder .icon a img {
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.statistics-area .video-gallery:hover .overlay-gallery {
  background-color: rgba(45, 49, 52, 0.6);
}

.statistics-area .video-gallery:hover img {
  transform: scale(1.1);
}

.statistics-area .video-gallery .overlay-gallery .icon-holder .icon a:hover img {
  transform: scale(1.1);
}

.statistics-area .btn-holder {
  position: relative;
  left: -40px;
  bottom: -6px;
}

.statistics-area .btn-holder a {
  background: #c43167;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  bottom: -21px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  border: 2px solid #c43167;
  transition: all 700ms ease;
  padding: 13px 38px;
  margin-left: -34px;
  left: 35px;
}

.statistics-area .btn-holder a:hover {
  background: rgba(255, 255, 255, 0);
  color: #c43167;
  border: 2px solid #c43167;
  transition: all 700ms ease;
}

.statistics-area .text-holder {
  margin-left: -26px;
  margin-top: 39px;
}

.statistics-area .text-holder h4 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}

.statistics-area .text-holder p {
  color: #666666;
  font-size: 15px;
  margin-top: 13px;
}

/*** 
=============================================
    banner-area Area style
=============================================
***/

.banner-area {
  position: relative;
}

.banner-area .single-item {
  position: relative;
  overflow: hidden;
}

.banner-area .single-item:before {
  border-left: 60px solid transparent;
  border-top: 180px solid rgba(0, 0, 0, 0.06);
  bottom: 0;
  content: "";
  height: 180px;
  left: 0;
  position: absolute;
  transform: rotate(180deg);
  width: 230px;
  margin-left: -30px;
}

.banner-area .single-item .text-box {
  position: absolute;
  bottom: 20px;
  left: 29px;
  z-index: 20;
  text-shadow: 0px 1px 8px rgba(255, 255, 255, 0.8);
}

.banner-area .single-item h3 {
  color: #333333;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
}

.banner-area .btn-box {
  margin-top: 2px;
}

.banner-area .single-item a {
  color: #c43167;
  font-size: 14px;
  font-weight: 600;
  transition: all 600ms ease;
}

.banner-area .single-item a:hover {
  color: #222222;
  transition: all 600ms ease;
}

.banner-area .single-item a i {
  margin-right: 5px;
}

/*** 

====================================================================
        Testimonials area
====================================================================

***/

.testimonials-area {
  position: relative;
  background: #c43167;
  padding-bottom: 72px;
}

.testimonials-area:before {
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 15px solid #fff;
  top: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: rotate(0deg);
  width: 0;
  margin-left: -30px;
}

.testimonials-area .sec-title {
  margin-bottom: 37px;
}

.testimonials-area .sec-title h2 {
  color: #e2b13c;
}

.testimonials-area .sec-title p {
  color: #fff;
}

.testimonials-area .slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto 10px !important;
}

.testimonials-area .ms-slide-info {
  position: relative;
  margin-top: 36px;
}

.testimonials-area .ms-slide-info:before {
  position: absolute;
  left: 50%;
  top: 138px;
  background: #fff;
  height: 2px;
  width: 40px;
  content: "";
  margin-left: -21px;
}

.testimonials-area .slider .ms-container {
  max-width: 660px;
  overflow: visible;
}

.testimonials-area .ms-view {
  overflow: visible;
  margin-top: 0px;
}

.testimonials-area .ms-staff-info {
  min-height: 100px;
}

.testimonials-area .slide-header {
  position: relative;
  margin: 10px 20px 20px;
}

.testimonials-area .slide-header .testi-avatar {
  position: relative;
  display: inline-block;
  width: 134px;
  height: 134px;
  overflow: visible;
  margin-bottom: 10px;
}

.testimonials-area .slide-header .testi-avatar img {
  position: relative;
  display: block;
  width: 134px;
  height: 134px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-area .slide-header h4 {
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-top: 50px;
}

.testimonials-area .slide-header h4 span {
  color: #888888;
  font-size: 14px;
  font-weight: 600;
}

.testimonials-area .slide-content {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.25px;
}

.testimonials-area .ms-round .ms-nav-prev {
  top: 12px;
  left: -210px;
}

.testimonials-area .ms-round .ms-nav-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 55px;
}

.testimonials-area .ms-round .ms-nav-next {
  top: 10px;
  left: 275px;
}

.testimonials-area .ms-round .ms-nav-next:before {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 55px;
  content: "\f105";
}

/*** 

====================================================================
        appointment-area
====================================================================

***/

.appointment-area {
  position: relative;
  padding-bottom: 57px;
}

.appointment-area .sec-title {
  margin-bottom: 78px;
}

.appointment-area .single-item {
  position: relative;
  top: 0;
  left: 15px;
}

.appointment-area .single-item .text-box {
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 24px 35px;
  background: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.appointment-area .single-item .text-box h3 {
  color: #fff;
  font-size: 26px;
  line-height: 31px;
}

.appointment-area .appointment-area {
  position: relative;
  margin-right: 15px;
}

.appointment-area .appointment-area input {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 21px;
  border: 2px solid rgb(245, 245, 245);
  margin-bottom: 17px;
  background: transparent;
  font-size: 15px;
  border-radius: 3px;
}

.appointment-area .appointment-area input::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

.appointment-area .appointment-area option {
  position: relative;
}

.appointment-area .appoinment-btn {
  position: relative;
  top: 16px;
  left: 0px;
}

.appointment-area .appointment-area button {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  background: #c43167;
  border: 2px solid #c43167;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding: 11px 23px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 500ms ease;
  border-radius: 3px;
  cursor: pointer;
}

.appointment-area .appointment-area button:hover {
  color: #c43167;
  background: transparent;
  border: 2px solid #c43167;
  transition: all 500ms ease;
}

.appointment-area label {
  display: none !important;
}

.appointment-area .appointment-area .title {
  position: relative;
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  color: #60c5e4;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.appointment-area .appointment-area i:before {
  font-size: 14px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}

.appointment-area .appointment-area i {
  position: absolute;
  top: 10px;
  right: 30px;
}

.appointment-area .section-title {
  font-size: 44px;
  margin-bottom: 46px;
}

.appointment-area .section-title:before {
  display: none;
}

.appointment-area textarea {
  width: 100%;
  height: 160px;
  border: 2px solid #f6f6f6;
  padding: 10px 0px 0px 21px;
  font-size: 15px;
  color: #c1c1c1;
}

.appointment-area textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/

.logos-area {
  position: relative;
  padding-bottom: 70px;
}

.logos-area .left-side {
  display: inline-block;
  background: url(../images/resource/7.jpg);
  color: #fff;
  padding: 46px 88px 45px 50px;
  position: relative;
  background-repeat: no-repeat;
}

.logos-area .left-side:before {
  content: "";
  background: #30c196;
  width: 40px;
  height: 185px;
  position: absolute;
  right: -32px;
  top: 0;
}

.logos-area .text-box-left {
  display: inline-block;
}

.logos-area .text-box-left p {
  color: #fff;
}

.logos-area .text-box-right {
  display: inline-block;
  margin-left: 47px;
}

.logos-area .text-box-right p {
  color: #fff;
}

.logos-area .left-side h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.logos-area .left-side h3 a {
  color: #fff;
}

.logos-area .left-side h3 span {
  font-weight: 600;
}

.logos-area .right-side .text-content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.logos-area .left-side .text-box-left h4 {
  font-size: 24px;
  margin-top: -13px;
  font-weight: 200;
}

.logos-area .left-side .text-box-right p {
  font-size: 16px;
  margin-top: 17px;
}

.logos-area .left-side .text-box-right h4 {
  font-size: 24px;
  margin-top: -13px;
  font-weight: 200;
}

.logos-area .right-side {
  position: relative;
  padding: 48px 0px 31px 106px;
  position: relative;
  background: #7230c1;
  color: #fff;
  left: -8px;
}

.logos-area .right-side .text-content i {
  position: absolute;
  left: 60px;
  top: 52px;
}

.logos-area .right-side .text-content i:before {
  font-size: 30px;
}

.logos-area .right-side .text-content p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.logos-area .right-side .text-content p a {
  color: #fff;
}

/*** 
=============================================
    Brand Area style
=============================================
***/

.brand-area {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
}

.brand-area .brand .owl-stage-outer {
  z-index: 10;
}

.brand-area .brand .single-item {
  height: 100px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}

.brand-area .brand .single-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 3px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}

.brand-area .brand .single-item:hover img {
  opacity: 0.9;
}

.brand-area .owl-controls {
  display: none;
}

/*** 
=============================================
    contruct info area style
=============================================
***/

.contruct-info {
  padding-top: 60px;
  padding-bottom: 58px;
}

.contruct-info .text-holder {
  border: 5px solid #e87d5e;
  padding: 16px 25px 22px 25px;
  margin-left: -80px;
}

.contruct-info .text-holder h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.contruct-info .text-holder h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-top: -7px;
}

.contruct-info h4 span {
  font-weight: 700;
}

.contruct-info .right-side h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-left: -29px;
  margin-top: 0;
  letter-spacing: 0.25px;
}

.contruct-info .right-side {
  margin-right: -174px;
}

.contruct-info .right-side li {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  background: #bf4d2d;
  margin-right: 10px;
  padding: 17px 30px;
  border-radius: 5px;
  margin-top: 26px;
  font-weight: 400;
}

.contruct-info .right-side li a {
  color: #fff;
}

.contruct-info .right-side li span {
  font-weight: 700;
}

/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
  position: relative;
  background: #020633;
  padding-bottom: 82px;
  padding-top: 100px;
}

.single-footer-widget .footer-logo {
  padding: 0 0 30px;
}

.single-footer-widget .our-info {
  overflow: hidden;
}

.single-footer-widget .our-info p {
  margin: 8px 0 15px;
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.single-footer-widget .bottom-social-links {
  margin-top: 34px;
}

.single-footer-widget .bottom-social-links li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .bottom-social-links li a {
  font-size: 12px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  color: #000;
  transition: all 500ms ease;
}

.single-footer-widget .bottom-social-links li a i {
  color: #979797;
}

.single-footer-widget .bottom-social-links li a i:before {
  font-size: 22px;
}

.single-footer-widget .bottom-social-links li a i:hover {
  color: #c43167;
  transition: all 500ms ease;
}

.single-footer-widget.mar-btm.right {
  margin-top: -6px;
  margin-left: -7px;
}

.single-footer-widget .title {
  padding-bottom: 17px;
  margin-bottom: 35px;
  margin-top: -3px;
}

.single-footer-widget .title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-footer-widget .title h3:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0px;
  background: #95ce4b;
}

.single-footer-widget .usefull-links {
  float: left;
  margin-top: -7px;
}

.single-footer-widget .usefull-links.left {
  margin-right: 30px;
}

.single-footer-widget .usefull-links.right {
  margin-left: -28px;
}

.single-footer-widget .usefull-links li {
  position: relative;
  display: block;
  line-height: 29px;
  margin-right: 2px;
}

.single-footer-widget .usefull-links li i {
  margin-right: 8px;
  color: #fff;
  font-size: 13px;
}

.single-footer-widget .usefull-links l:last-child {
  margin-bottom: 0px;
}

.single-footer-widget .usefull-links li a {
  color: #cccccc;
  font-size: 13px;
  font-weight: 400;
  transition: all 700ms ease;
  text-decoration: none !important;
}

.single-footer-widget .usefull-links li:hover a {
  color: #c43167;
  text-decoration: underline;
  transition: all 700ms ease;
}

.single-footer-widget .usefull-links li:hover i {
  color: #c43167;
  transition: all 700ms ease;
}

.single-footer-widget.contuct {
  margin-top: -6px;
  margin-left: -15px;
}

.single-footer-widget .instagram-feed-list {
  overflow: hidden;
  margin-top: -10px;
}

.single-footer-widget .instagram-feed-list li {
  color: #cccccc;
  font-size: 13px;
  line-height: 33px;
}

.single-footer-widget .instagram-feed-list li span {
  margin-left: 17px;
  line-height: 26px;
}

.single-footer-widget .instagram-feed-list li i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 13px;
}

.single-footer-widget .instagram-feed-list li a {
  color: #cccccc;
}

.single-footer-widget.martop {
  margin-top: -6px;
  margin-left: -22px;
}

.single-footer-widget .text-holder {
  margin-top: -4px;
}

.single-footer-widget .text-holder p {
  font-size: 13px;
  color: #cccccc;
  line-height: 22px;
  margin-bottom: 22px;
}

.single-footer-widget.martop .search-form {
  position: relative;
}

.single-footer-widget.martop .search-form input {
  background-color: rgb(71, 71, 71);
  width: 182px;
  height: 44px;
  padding: 0px 10px;
}

.single-footer-widget button {
  background: #c43167;
  color: #fff;
  padding: 9px 14px;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  transition: all 700ms ease;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 2px;
  position: absolute;
  right: 20px;
  bottom: 0;
  cursor: pointer;
  height: 44px;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

/*** 
=============================================
    Footer bottom area style
=============================================
***/

.footer-bottom-area {
  background: #c43167;
  padding-top: 22px;
  padding-bottom: 25px;
}

.footer-bottom-area .footer-bottom {
  overflow: hidden;
}

.footer-bottom-area .footer-bottom .copyright-text {
  margin: 7px 0;
}

.footer-bottom-area .footer-bottom .copyright-text p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.footer-bottom-area .footer-bottom .copyright-text p span {
  color: #ffffff;
}

.footer-bottom-area .footer-bottom .copyright-text p a {
  color: #ffffff;
  font-weight: 700;
  transition: all 500ms ease;
  text-transform: uppercase;
}

.footer-bottom-area .footer-bottom .copyright-text p a:hover {
  color: #c43167;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}

.breadcrumb-area h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.breadcrumb-area h2:before {
  content: "";
  position: absolute;
  right: 59%;
  top: -79px;
  width: 1110px;
  display: block;
  height: 0;
  border-right: 161px solid transparent;
  border-top: 298px solid rgba(0, 0, 0, 0.2);
  z-index: -1;
}

/*** 
=============================================
    Breadcrumb botton area style
=============================================
***/

.breadcrumb-botton-area {
  padding: 16px 0 15px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f2f2f2;
}

.breadcrumb-botton-area .left {
  position: relative;
  top: 3px;
}

.breadcrumb-botton-area .left ul {
  position: relative;
  top: 0;
  left: -120px;
}

.breadcrumb-botton-area .left li {
  display: inline-block;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 18px;
}

.breadcrumb-botton-area .left li a {
  color: #333333 !important;
  transition: all 500ms ease;
  font-weight: 700;
  position: relative;
}

.breadcrumb-botton-area .left ul li a:hover {
  color: #c43167 !important;
  transition: all 500ms ease;
}

.breadcrumb-botton-area .left li a {
  color: #333333;
}

.breadcrumb-botton-area .left li span {
  color: #333333;
  position: relative;
  left: -8px;
  top: -2px;
}

.breadcrumb-botton-area .left li span:before {
  font-size: 12px;
  margin-left: 9px;
  position: absolute;
  right: -24px;
  top: 2px;
}

.breadcrumb-botton-area .left ul li.active {
  color: #333333;
}

.breadcrumb-botton-area.two .left ul {
  left: -85px;
}

/*** 
=============================================
    about-intro area style
=============================================
***/

.about-intro {
  position: relative;
  padding-bottom: 90px;
}

.about-intro .sec-title h2 {
  color: #333333;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
}

.about-intro .sec-title {
  margin-bottom: 90px;
}

.about-intro .sec-title p {
  position: relative;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
  letter-spacing: 0.25px;
  margin-top: -8px;
}

.about-intro .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 60px;
  height: 2px;
  left: 50%;
  bottom: -33px;
  margin-left: -29px;
}

.about-intro .single-item-one {
  margin-left: 15px;
  margin-top: 3px;
}

.about-intro .sec-title .text-holder {
  position: relative;
}

.about-intro .text-holder h3 {
  font-size: 24px;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 17px;
  line-height: 29px;
  font-weight: 600;
}

.about-intro .text-holder p {
  font-size: 15px;
  line-height: 24px;
}

.about-intro .text-content {
  margin-left: 4px;
  margin-top: -5px;
}

.about-intro .text-content h4 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-intro .text-content p {
  font-size: 15px;
  color: #8c8c8c;
  line-height: 24px;
  margin-left: 2px;
  margin-bottom: 24px;
}

.about-intro .text-content img {
  margin-top: 14px;
}

.about-intro .single-blog-post {
  margin-top: 3px;
  display: inline-block;
  margin-left: 25px;
}

/*** 
=============================================
    our-Approach style-two area style
=============================================
***/

.our-Approach.style-two {
  position: relative;
  padding-top: 89px;
  padding-bottom: 95px;
}

.our-Approach.style-two .full-side {
  margin-bottom: 60px;
}

.our-Approach.style-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 422px;
  right: 0;
  top: 0;
  background: #f8f8f8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.our-Approach.style-two .bottom-side {
  border-top: 1px solid #eeeeee;
  margin-left: 50px;
}

.our-Approach.style-two .text-content {
  display: inline-block;
  position: relative;
}

.our-Approach.style-two .text-content:before {
  background: url(../images/Approach/5.png);
  width: 100%;
  height: 100%;
  left: -56px;
  top: -29px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
}

.our-Approach.style-two .text-content h2 {
  font-size: 30px;
  margin-top: 74px;
  margin-left: 67px;
  line-height: 35px;
  color: #333333;
  font-weight: 700;
}

.our-Approach.style-two .btn-holder {
  float: none;
  display: inline-block;
  position: relative;
  top: 99px;
  right: 10px;
}

.our-Approach.style-two .btn-holder a {
  background: #c43167;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 31px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all 700ms ease;
  border: 2px solid #c43167;
}

.our-Approach.style-two .btn-holder a:hover {
  background: rgba(255, 255, 255, 0);
  color: #c43167;
  border: 2px solid #c43167;
  transition: all 700ms ease;
}

.our-Approach.style-two .text-box p {
  margin-bottom: -3px;
}

/*** 
=============================================
    info area style two area style
=============================================
***/

.info-area.style-two {
  background: #c43167;
  overflow: hidden;
}

.info-area.style-two .right-side .img-holder {
  position: relative;
  left: -445px;
  top: -72px;
}

.info-area.style-two .right-side .img-holder img {
  max-width: none;
}

.info-area.style-two .left-side-two {
  position: relative;
}

.info-area.style-two .full-side {
  position: relative;
}

.info-area.style-two .full-side:before {
  position: absolute;
  content: "";
  background: rgba(160, 195, 26, 0.82);
  width: 170%;
  height: 100%;
  top: 0;
  left: 2px;
  z-index: 20;
}

.info-area.style-two .left-side-two .full-content {
  position: absolute;
  right: -82px;
  top: 72px;
  z-index: 20;
}

.info-area.style-two .left-side-two .img-holder {
  position: relative;
  left: 0;
  top: 0;
}

.info-area.style-two .left-side-two .img-holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  display: block;
}

.info-area.style-two ul li {
  border-bottom: 1px solid #c7dc79;
}

/*** 

====================================================================
        service-area
====================================================================

***/

.service-area {
  position: relative;
  overflow: hidden;
  padding-bottom: 77px;
}

.service-area .image-box img {
  max-width: none;
  float: right;
}

.service-area .right-column {
  position: relative;
  float: right;
}

.service-area .right-column .inner-box {
  position: relative;
  float: right;
  padding: 25px 0px;
  z-index: 1;
}

.service-area .tabs-box {
  position: relative;
  z-index: 1;
}

.service-area .tabs-box .tab-buttons {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
  margin-right: 25px;
}

.service-area .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  float: left;
  padding: 13px 44px;
  color: #666666;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom: 2px solid #fff;
  transition: all 700ms ease;
}

.service-area .tabs-box .tab-buttons .tab-btn:hover,
.service-area .tabs-box .tab-buttons .tab-btn.active {
  color: #333333;
  background: #f8f8f8;
  border-bottom: 2px solid #c43167;
  font-weight: 700;
  transition: all 700ms ease;
}

.service-area .tabs-box .tab-content {
  position: relative;
}

.service-area .tabs-box .tab-content .tab {
  position: relative;
  display: none;
  top: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.service-area .tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
}

.service-area .tabs-box .tab-content .img-holder {
  margin-left: 15px;
}

.service-area .tabs-box .tab-content .text-holder h2 {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 18px;
}

.service-area .tabs-box .tab-content .text-holder p {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 24px;
  padding-right: 28px;
}

.service-area .tabs-box .tab-content .text-holder {
  margin-top: 12px;
  margin-left: -55px;
}

.service-area .tabs-box .tab-content .btn-holder {
  position: relative;
  left: -55px;
  top: 22px;
}

.service-area .tabs-box .tab-content .btn-holder a {
  background: #c43167;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 3px;
  border: 2px solid #c43167;
  transition: all 700ms ease;
}

.service-area .tabs-box .tab-content .btn-holder a:hover {
  background: #fff;
  color: #c43167;
  border: 2px solid #c43167;
  transition: all 700ms ease;
}

/*** 
=============================================
    Faq single area style
=============================================
***/

.faq-area {
  position: relative;
  padding-bottom: 57px;
  background: #f8f8f8;
}

.faq-area .sec-title {
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq-area .sec-title p:before {
  left: 0;
  margin-left: 0;
  bottom: -17px;
}

.accordion-box {
  display: block;
  margin-top: -10px;
}

.accordion-box .accordion {
  margin-bottom: 0px;
  position: relative;
}

.accordion-box .accordion .accord-btn {
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  padding: 30px 0px 30px 25px;
  position: relative;
  transition: all 500ms ease;
  margin-right: 30px;
}

.accordion-box .accordion .accord-btn.last {
  border-bottom: none;
}

.accordion-box .accordion .accord-btn h4 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  transition: all 500ms ease;
  font-family: "Titillium Web", sans-serif;
}

.accordion-box .accordion .accord-btn::after {
  color: #dddddd;
  content: "\f111";
  font-family: "FontAwesome";
  font-size: 11px;
  font-weight: 700;
  line-height: 27px;
  margin-top: -25px;
  position: absolute;
  left: -9px;
  top: 63%;
  transition: all 500ms ease 0s;
  width: 30px;
  height: 30px;
  text-align: center;
}

.accordion-box .accordion .accord-btn.active {
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
  padding: 30px 0px 15px 25px;
}

.accordion-box .accordion .accord-btn.active p {
  font-size: 15px;
}

.accordion-box .accordion .accord-btn.active:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #020633;
  background: transparent;
  transition: all 500ms ease;
  position: absolute;
  top: 63%;
  left: -8px;
}

.accordion-box .accordion .accord-btn.active:after {
  content: "\f111";
  font-family: "FontAwesome";
  color: #020633;
  background: transparent;
  transition: all 500ms ease;
  font-size: 11px;
  font-weight: 700;
  line-height: 27px;
  margin-top: -25px;
  position: absolute;
  left: -9px;
  top: 76%;
  transition: all 500ms ease 0s;
  width: 30px;
  height: 30px;
  text-align: center;
}

.accordion-box .accordion .accord-content {
  display: none;
  padding: 0;
  position: relative;
  border-bottom: 0px solid #ededed;
  padding-left: 26px;
  padding-bottom: 35px;
  padding-right: 36px;
}

.accordion-box .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box .accordion .accord-content p {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
}

.faq-area .appointment-form {
  padding: 0px;
  margin-left: -15px;
}

.faq-area .appointment-form .appointment-area input {
  background: #fff;
}

.faq-area .sec-title p {
  margin-bottom: 39px;
}

.faq-area .appointment-form .appointment-area button {
  padding: 10px 27px;
}

.faq-area .appointment-area {
  position: relative;
  margin-right: 15px;
  margin-top: 65px;
}

.faq-area .appointment-area input {
  position: relative;
  width: 100%;
  height: 50px;
  padding: 21px;
  border: 2px solid rgb(245, 245, 245);
  margin-bottom: 17px;
  background: #fff;
  font-size: 15px;
  border-radius: 3px;
}

.faq-area .appointment-area input::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

.faq-area .appointment-area option {
  position: relative;
}

.faq-area .appoinment-btn {
  position: relative;
  top: 14px;
  left: 0px;
}

.faq-area .appointment-area button {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  background: #c43167;
  border: 2px solid #c43167;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 24px;
  padding: 11px 23px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 500ms ease;
  border-radius: 3px;
  cursor: pointer;
}

.faq-area .appointment-area button:hover {
  color: #c43167;
  background: transparent;
  border: 2px solid #c43167;
  transition: all 500ms ease;
}

.faq-area .appointment-area label {
  display: none !important;
}

.faq-area .appointment-area .title {
  position: relative;
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  color: #60c5e4;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.faq-area .appointment-area i:before {
  font-size: 15px;
  margin: 0px;
  color: #dee2e7;
  font-weight: 600;
}

.faq-area .appointment-area i {
  position: absolute;
  top: 10px;
  right: 30px;
}

.faq-area .section-title {
  font-size: 44px;
  margin-bottom: 46px;
}

.faq-area .appointment-area .section-title:before {
  display: none;
}

.faq-area .appointment-area textarea {
  width: 100%;
  height: 160px;
  border: 2px solid #f6f6f6;
  padding: 10px 0px 0px 21px;
  font-size: 15px;
  color: #c1c1c1;
}

.faq-area .appointment-area textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

/*** 
=============================================
    our Approach style three
=============================================
***/

.our-Approach.style-three {
  padding: 100px 0px 93px 0px;
  position: relative;
}

.our-Approach.style-three .single-blog-post .text-holder {
  padding-top: 25px;
  border-bottom: 1px solid #eeeeee;
}

.our-Approach.style-three .single-blog-post .text-holder h5 {
  font-size: 14px;
  color: #c43167;
  font-weight: 600;
  margin-bottom: 10px;
}

.our-Approach.style-three .single-blog-post .btn-holder {
  position: relative;
  top: 11px;
  padding-bottom: 30px;
}

.our-Approach.style-three .single-blog-post .text-holder .text .readmore {
  top: 0;
}

.our-Approach.style-three .brand-area {
  padding-top: 100px;
  padding-bottom: 0;
}

.our-Approach.style-three .single-blog-post .text-holder .text .readmore i {
  color: #707070;
}

/*** 
=============================================
    our Approach style four
=============================================
***/

.our-Approach.style-four {
  padding-bottom: 62px;
}

.our-Approach.style-four .sec-title {
  margin-bottom: 70px;
}

.our-Approach.style-four .sec-title p {
  position: relative;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
  letter-spacing: 0.25px;
  margin-top: 9px;
  line-height: 27px;
}

.our-Approach.style-four .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 60px;
  height: 2px;
  left: 50%;
  bottom: -33px;
  margin-left: -29px;
}

.our-Approach.style-four .single-blog-post .text-holder {
  padding-top: 32px;
}

.our-Approach.style-four .single-blog-post .text-holder .text .readmore:hover {
  color: #c43167;
  transition: all 500ms ease;
}

.our-Approach.style-four .single-blog-post .text-holder .text .readmore:hover i {
  color: #333;
  transition: all 500ms ease;
}

.our-Approach.style-four .single-blog-post {
  margin-bottom: 35px;
}

/*** 
=============================================
    statistics-area style two
=============================================
***/

.statistics-area.style-two {
  background: #fff;
  padding-bottom: 70px;
}

.statistics-area.style-two .sec-title {
  margin-bottom: 64px;
}

.statistics-area.style-two .sec-title p {
  position: relative;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 45px;
  letter-spacing: 0.25px;
  margin-top: 9px;
  line-height: 27px;
}

.statistics-area.style-two .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 60px;
  height: 2px;
  left: 50%;
  bottom: -33px;
  margin-left: -29px;
}

.statistics-area.style-two .tabs-box .tab-buttons .tab-btn {
  background: #f8f8f8;
}

.statistics-area.style-two .tabs-box .tab-buttons .tab-btn:hover,
.statistics-area .tabs-box .tab-buttons .tab-btn.active {
  background: #c43167;
}

.statistics-area.style-two .tabs-box .tab-content .text-holder {
  margin-top: -12px;
}

.statistics-area.style-two .left-bar {
  margin-top: -225px;
  z-index: 20;
}

.statistics-area.style-two .follow-side {
  display: inline-block;
  background: url(../images/resource/7.jpg);
  color: #fff;
  padding: 0px 0px 0px 0px;
  position: relative;
  background-repeat: no-repeat;
  margin-left: 15px;
  width: 293px;
  height: 165px;
  margin-top: 27px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.statistics-area.style-two .follow-side h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 30px;
  margin-top: 30px;
}

.statistics-area.style-two .follow-side .text-box-left {
  display: inline-block;
  margin-left: 32px;
  position: relative;
  top: -4px;
}

.statistics-area.style-two .follow-side .text-box-left p {
  font-size: 16px;
  margin-top: 17px;
  color: #fff;
}

.statistics-area.style-two .follow-side .text-box-left h4 {
  font-size: 24px;
  margin-top: -25px;
  font-weight: 400;
}

.statistics-area.style-two .follow-side .text-box-right {
  display: inline-block;
  margin-left: 45px;
  position: relative;
  top: -4px;
}

.statistics-area.style-two .follow-side .text-box-right p {
  font-size: 16px;
  margin-top: 17px;
  color: #fff;
}

.statistics-area.style-two .follow-side .text-box-right h4 {
  font-size: 24px;
  margin-top: -25px;
  font-weight: 400;
}

.statistics-area.style-two .download-side .list li {
  background: #f8f8f8;
  margin-bottom: 5px;
  padding: 0;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  border-left: 4px solid #e7e7e7;
  border-radius: 2px;
  transition: all 700ms ease;
  width: 295px;
  padding: 13px 0px 14px 0px;
}

.statistics-area.style-two .download-side .list li a {
  color: #666666;
  padding: 13px 116px 14px 27px;
}

.statistics-area.style-two .download-side h2 {
  font-size: 20px;
  margin-left: 14px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.statistics-area.style-two .download-side .list li span {
  color: #c43167;
  float: right;
  margin-right: 22px;
  margin-top: -26px;
}

.statistics-area.style-two .download-side .list li span:before {
  font-size: 14px;
}

.statistics-area.style-two .list li {
  background: #f8f8f8;
}

.statistics-area .list li:hover {
  background: #c43167;
  color: #fff;
  border-left: 4px solid #c43167;
  transition: all 700ms ease;
  cursor: pointer;
}

.statistics-area.style-two .img-content {
  position: relative;
  left: 15px;
  top: 44px;
  display: inline-block;
}

.statistics-area.style-two .img-content::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: -moz-linear-gradient(90deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg,
      rgb(0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.statistics-area.style-two .img-content h2 {
  font-size: 32px;
  color: #fff;
  margin-top: 2px;
  font-weight: 600;
}

.statistics-area.style-two .img-content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
}

.statistics-area.style-two .img-content .text-box {
  position: absolute;
  bottom: -14px;
  left: 25px;
}

.statistics-area.style-two .tabs-box .tab-content .text-holder h4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.statistics-area.style-two .tabs-box .tab-content .text-holder p {
  margin-bottom: 24px;
}

.statistics-area.style-two .tab-side {
  margin-bottom: 22px;
}

.statistics-area.style-two .text-holder.process p {
  margin-top: 20px;
  margin-bottom: 22px;
}

.statistics-area.style-two .faq-side {
  margin-top: 22px;
}

.statistics-area.style-two .faq-side {
  margin-left: -26px;
}

.statistics-area.style-two .faq-side h2 {
  font-size: 24px;
  margin-bottom: 3px;
}

.statistics-area.style-two .faq-side .sec-title {
  margin-bottom: 38px;
}

.statistics-area.style-two .faq-side .sec-title p {
  font-size: 15px;
  position: relative;
  margin-bottom: 15px;
  margin-top: -12px;
}

.statistics-area.style-two .faq-side .sec-title p:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 26px;
  bottom: -17px;
}

.accordion-box .accordion .accord-content {
  padding-bottom: 15px;
}

/*** 
=============================================
    Blog Area style
=============================================
***/

.blog-area {
  position: relative;
}

.blog-area .blog-post {
  margin-top: -25px;
}

.blog-grid-area .single-blog-post {
  margin-bottom: 30px;
}

.blog-grid-area .post-pagination {
  margin-top: 10px;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -20px;
  padding-right: 30px;
}

.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 45px;
  position: relative;
  background: #f8f8f8;
}

.sidebar-wrapper .single-sidebar .sec-title {
  padding-bottom: 25px;
  margin-bottom: 0;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f4f4f4;
  color: #ababab;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
  border-radius: 5px;
}

.sidebar-wrapper .single-sidebar .search-form input::-webkit-input-placeholder {
  /* Chrome */
  color: #aaaaaa;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
}

.sidebar-wrapper .single-sidebar .search-form button {
  background: #666666 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 50px;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #c43167;
  background: #fff;
  color: #000;
}

.single-sidebar .categories li a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.single-sidebar .categories i {
  color: #c43167;
  margin-right: 14px;
}

.single-sidebar .popular-post li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 1px 0px 35px 97px;
  margin-top: 25px;
}

.single-sidebar .popular-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-sidebar .popular-post li .img-holder {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 90px;
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
  color: #fff;
  font-size: 16px;
  transition: all 500ms ease;
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
  top: 0;
  opacity: 1;
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
  color: #00a5ea;
}

.single-sidebar .popular-post li .title-holder a .post-title {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 8px;
  transition: all 500ms ease;
  top: -4px;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
  color: #00a5ea;
}

.single-sidebar .popular-post li .title-holder .post-date {
  color: #949494;
  display: block;
  transition: all 500ms ease;
  font-weight: 400;
  font-size: 12px;
}

.single-sidebar.popular-tag {
  padding: 35px 0px 37px 35px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-top: -9px;
}

.single-sidebar.popular-tag .sec-title {
  padding-bottom: 18px;
}

.single-sidebar .popular-tag li {
  display: inline-block;
  line-height: 28px;
}

.single-sidebar .popular-tag li a {
  transition: all 500ms ease;
  font-weight: 600;
  color: #666666;
  margin-right: 2px;
}

.single-sidebar .popular-tag li a:hover {
  color: #c43167;
  transition: all 500ms ease;
}

.single-sidebar.Categories {
  padding: 35px 0px 32px 34px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.single-sidebar.Categories {
  margin-bottom: 35px;
}

.single-sidebar.Categories li {
  margin-bottom: 12px;
}

.single-sidebar.Categories .sec-title {
  padding-bottom: 20px;
}

.single-sidebar.Categories li a {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  transition: all 700ms ease !important;
}

.single-sidebar.Categories li a:hover {
  color: #333333;
  font-weight: 700;
  transition: all 700ms ease !important;
}

.single-sidebar.Categories li i {
  color: #c43167;
  margin-right: 12px;
}

.single-sidebar.Recent-Posts {
  padding: 39px 0px 45px 35px;
  border: 1px solid #eeeeee;
}

.single-sidebar.Recent-Posts .sec-title {
  padding-bottom: 5px;
}

.single-sidebar.Recent-Posts .three {
  margin-top: 30px;
}

.single-sidebar.Recent-Posts li {
  padding: 1px 0px 30px 97px;
}

.single-sidebar.Recent-Posts h5 {
  color: #333333;
  transition: all 500ms ease;
  line-height: 24px;
}

.single-sidebar.Recent-Posts h5:hover {
  color: #c43167 !important;
  transition: all 500ms ease;
}

.single-sidebar.Recent-Posts h6 span {
  color: #c43167;
  margin-left: 5px;
  font-weight: 600;
}

.single-sidebar.news-letter {
  position: relative;
  padding: 37px 33px 29px 35px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  margin-top: -10px;
}

.single-sidebar.news-letter .search-form {
  position: relative;
  margin-top: -19px;
}

.single-sidebar.news-letter .sec-title p {
  font-size: 15px;
  color: #666666;
}

.single-sidebar.news-letter .sec-title p:before {
  display: none;
}

.single-sidebar.news-letter .sec-title h5 {
  margin-bottom: 35px;
}

.single-sidebar.news-letter form.search-form {
  position: relative;
  left: -2px;
  bottom: 15px;
  width: 290px;
}

.single-sidebar.news-letter .search-form input::-webkit-input-placeholder {
  /* Chrome */
  color: #aaaaaa;
  font-size: 14px;
}

.blog-area .single-blog-post {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 50px;
  padding-bottom: 42px;
  margin-right: 50px;
}

.blog-area .single-blog-post .text-holder {
  border: none;
  padding-top: 25px;
}

.blog-area .single-blog-post .text-holder li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-right: -5px;
  color: #666666;
}

.blog-area .single-blog-post .text-holder li .red {
  color: #c43167;
  margin-right: 11px;
}

.blog-area .single-blog-post .text-holder li .red span {
  color: #cccccc;
  margin-left: 6px;
}

.blog-area .single-blog-post .text-holder li span {
  color: #cccccc;
  margin-left: 3px;
}

.blog-area .single-blog-post .text-holder h3 {
  margin-top: 10px;
  margin-bottom: 1px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.blog-area .single-blog-post .text-holder h3 a {
  color: #333333;
  font-size: 24px;
  transition: all 700ms ease;
}

.blog-area .single-blog-post .text-holder h3 a:hover {
  color: #c43167;
  transition: all 700ms ease;
}

.blog-area .single-blog-post .text-holder .text {
  margin: 0 0 14px;
}

.blog-area .single-blog-post .text-holder .text p {
  font-size: 15px;
  line-height: 24px;
}

.blog-area .single-blog-post .text-holder .readmore {
  border: 2px solid #020633;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 21px;
  transition: all 500ms ease;
  background: #c43167;
  margin-top: 5px;
  border-radius: 3px;
}

.blog-area .single-blog-post .text-holder .readmore:hover {
  border: 2px solid #020633 !important;
  transition: all 500ms ease !important;
  color: #666666 !important;
  background: #fff !important;
}

.blog-area .post-pagination {
  margin-top: 21px;
  margin-left: -41px;
}

.blog-area .single-blog-post:hover .img-holder .overlay-style-two {
  bottom: 0px;
  opacity: 1;
}

/*** 
=============================================
    blog-area style-two
=============================================
***/

.blog-area.style-two .single-blog-post {
  margin-right: 0px;
}

.blog-area.style-two .single-blog-post .text-holder .readmore {
  border: 2px solid #020633;
  transition: all 500ms ease;
  color: #666666;
  background: #fff;
}

.blog-area.style-two .single-blog-post .text-holder .readmore:hover {
  border: 2px solid #c43167 !important;
  transition: all 500ms ease;
  color: #fff !important;
  background: #c43167 !important;
}

.blog-area.style-two .single-blog-post .text-holder .text {
  padding-bottom: 20px;
}

.blog-area.style-two .single-blog-post .text-holder .blog-title {
  font-size: 22px;
  margin-bottom: 12px;
}

.blog-area.style-two .single-blog-post .text-holder {
  padding-top: 20px;
}

.blog-area.style-two .btn-holder {
  margin-top: 27px;
}

.blog-area.style-two .single-blog-post {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 26px;
}

.blog-area.style-two .single-blog-post.two .text-holder {
  padding-top: 25px;
  padding-bottom: 30px;
}

.blog-area.style-two .single-blog-post.two .text-holder .text {
  padding-bottom: 0;
}

.blog-area.style-two .single-blog-post.two.border {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 52px;
}

.blog-area.style-two .post-pagination.two {
  margin-top: 48px;
}

.blog-area.style-two .sidebar-wrapper {
  margin-left: 10px;
  padding-right: 67px;
}

.blog-area.style-two .single-sidebar.Categories {
  padding: 6px 0px 27px 0px;
  border: none;
  background: #fff;
}

.blog-area.style-two .single-sidebar.Recent-Posts {
  padding: 0px 0px 37px 0px;
  border: none;
  background: #fff;
}

.blog-area.style-two .single-sidebar.popular-tag {
  padding: 0px 0px 30px 0px;
  border: none;
  background: #fff;
}

.single-sidebar.news-letter {
  padding: 0px 0px 0px 0px;
  background: #fff;
  border: none;
}

/*** 
=============================================
    Blog post Area  style two
=============================================
***/

.blog-area.style-two.style-three {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.blog-area.style-two.style-three .blog-post {
  padding-bottom: 0px;
}

.blog-area.style-two.style-three .single-blog-post .text-holder .text p {
  padding-right: 30px;
  padding-bottom: 8px;
  font-weight: 500;
  color: #666666;
}

.blog-area.style-two.style-three .img-content {
  margin-top: 31px;
}

.blog-area.style-two.style-three .single-blog-post.style-two {
  margin-bottom: 16px;
  margin-top: 31px;
}

.blog-area.style-two.style-three .single-blog-post.style-three {
  margin-bottom: 22px;
}

.blog-area.style-two.style-three .text.text-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.blog-area.style-two.style-three .tag-social-share-box {
  overflow: hidden;
}

.blog-area.style-two.style-three .tag-social-share-box {
  overflow: hidden;
}

.blog-area.style-two.style-three .tag-social-share-box .tag {
  margin-left: 2px;
  margin-top: 20px;
}

.blog-area.style-two.style-three .tag-social-share-box .tag p a {
  color: #666666;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  transition: all 700ms ease;
  margin-left: 4px;
}

.blog-area.style-two.style-three .tag-social-share-box .tag p a:hover {
  color: #c43167;
  transition: all 700ms ease;
}

.blog-area.style-two.style-three .tag-social-share-box .tag p span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 3px;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share {
  margin-left: 13px;
  margin-top: 20px;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share h5 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  padding-left: 13px;
  position: relative;
}

.blog-area.style-two.style-three .tag-social-share-0box .social-share .social-share-links li {
  display: inline-block;
  margin: 0px;
}

.blog-area.style-two.style-three .single-blog-post .text-holder li a {
  margin-right: 6px;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share .social-share-links li a i {
  color: #fff;
  font-size: 12px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  background: #aaaaaa;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 3px;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share .social-share-links li a i:before {
  color: #fff;
  font-size: 12px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  background: #aaaaaa;
  width: 17px;
  height: 17px;
  line-height: 19px;
  border-radius: 3px;
}

.blog-area.style-two.style-three .tag-social-share-box .social-share .social-share-links li a:hover i {
  color: #c43167;
  transition: all 500ms ease 0s;
}

.blog-area.style-two.style-three .comment-box {
  padding-bottom: 12px;
  padding-top: 33px;
}

.blog-area.style-two.style-three .comment-box .title {
  padding-bottom: 35px;
}

.blog-area.style-two.style-three .comment-box .title h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.blog-area.style-two.style-three .comment-box .title h3:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 0;
  bottom: -8px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box {
  padding-left: 60px;
  position: relative;
  margin-bottom: 38px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 31px;
  padding-right: 15px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .text.comment {
  margin-bottom: 7px;
  padding-bottom: 0;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .img-holder {
  left: 0;
  position: absolute;
  top: 13px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder {
  margin-left: 20px;
  padding: 5px 0px 0px 19px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 5px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .date h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .text p {
  color: #666;
  margin-left: 0;
  line-height: 24px;
  margin-top: 0;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .btn-holder {
  position: relative;
  margin-top: -10px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .btn-holder a {
  color: #ffffff;
  background: #c43167;
  padding: 5px 14px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .date span {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  margin-left: 9px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .review-box {
  position: relative;
  top: -3px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .review-box ul {
  margin-left: -0.5px;
  margin-right: -0.5px;
  overflow: hidden;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .review-box ul li {
  display: inline-block;
  margin: 0 0.5px;
}

.blog-area.style-two.style-three .comment-box .single-comment-box .text-holder .top .review-box ul li i {
  color: #00a5ea;
  font-size: 14px;
}

.blog-area.style-two.style-three .add-comment-box {
  margin-top: 23px;
}

.blog-area.style-two.style-three .add-comment-box .title {
  padding-bottom: 39px;
}

.blog-area.style-two.style-three .add-comment-box .title h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.blog-area.style-two.style-three .add-comment-box .title h3:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 0;
  bottom: -13px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.blog-area.style-two.style-three .add-comment-box {
  overflow: hidden;
}

.blog-area.style-two.style-three .add-comment-box .title {
  padding-bottom: 46px;
}

.blog-area.style-two.style-three .add-comment-box .title h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.blog-area.style-two.style-three .add-comment-box .title h3:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 51px;
  height: 2px;
  left: 0;
  bottom: -8px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}

.blog-area.style-two.style-three .add-comment-box .add-rating-box ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form .field-label {
  color: #949494;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 2px;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form input[type="text"],
.blog-area.style-two.style-three .add-comment-box #add-comment-form input[type="email"],
.blog-area.style-two.style-three .add-comment-box #add-comment-form textarea {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #f5f5f5;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 12px;
  transition: all 500ms ease;
  border-radius: 3px;
  color: #afafaf;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form input::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form textarea {
  height: 160px;
  padding: 13px 23px;
  margin-bottom: 21px;
  font-size: 15px;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form textarea::-webkit-input-placeholder {
  /* Chrome */
  color: #c1c1c1;
  font-size: 15px;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #c43167;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #c43167;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form textarea:focus {
  border-color: #c43167;
}

.blog-area.style-two.style-three .add-comment-box #add-comment-form button {
  padding: 11px 24px;
  margin-top: 19px;
  background: #c43167;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  font-family: "Titillium Web", sans-serif;
}

.single-blog-post:hover .img-holder img {
  transform: scale(1);
}

.single-blog-post:hover .img-holder img {
  transform: scale(1);
}

.blog-area.style-two.style-three .single-blog-post .text-holder {
  padding-top: 25px;
}

/*** 

====================================================================
        contact-section
====================================================================

***/

.contact-area {
  position: relative;
  padding-bottom: 57px;
}

.contact-area .sec-title {
  position: relative;
  margin-bottom: 75px;
}

.contact-area .sec-title h2 {
  color: #333333;
  margin-bottom: 7px;
}

.contact-area .sec-title h3 {
  position: relative;
  color: #666666;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 62px;
  letter-spacing: 0.25px;
  margin-top: -16px;
}

.contact-area .sec-title h3:before {
  position: absolute;
  content: "";
  background: #c43167;
  width: 60px;
  height: 2px;
  left: 50%;
  bottom: -28px;
  margin-left: -26px;
}

.contact-area .sec-title p {
  color: #959595;
}

.contact-area .sec-title p:before {
  display: none;
}

.contact-area .contruct {
  margin-top: 19px;
}

.contact-area .contact-list {
  position: relative;
}

.contact-area .item {
  position: relative;
  border-radius: 5px;
  height: 150px;
}

.contact-area .item.one {
  margin-left: 23px;
}

.contact-area .item.two {
  margin-left: 13px;
}

.contact-area .item.three {
  margin-left: 3px;
}

.contact-area .item i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #c43167;
  border: 1px solid #c2c2c2;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 8px #f8f8f8;
}

.contact-area .item i:before {
  font-size: 40px;
}

.contact-area .item .taxt {
  padding: 5px 0px 0px 130px;
}

.contact-area .item h5 {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  font-weight: 700;
  padding-bottom: 8px;
}

.contact-area .item p {
  font-size: 17px;
  line-height: 26px;
  color: #848484;
  font-weight: 500;
}

.contact-area .item p a {
  color: #848484;
}

.contact-area .contact-area {
  margin-left: 22px;
}

.contact-area .contact-area-left {
  margin-right: -16px;
}

.contact-area .contact-area-right {
  margin-left: 16px;
}

.contact-area .contact-area .section-title {
  margin-top: -12px;
  padding-bottom: 44px;
}

.contact-area .section-title h3 {
  font-size: 36px;
  line-height: 48px;
  color: #222222;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-area .section-title p {
  font-size: 17px;
  line-height: 30px;
  color: #848484;
  font-weight: 400;
}

.contact-area .default-form textarea {
  resize: none;
  height: 210px;
}

.contact-area .form-group.top-padd {
  padding-top: 32px;
}

.contact-section .default-form input[type="text"],
.contact-section .default-form input[type="email"],
.contact-section .default-form input[type="password"],
.contact-section .default-form input[type="number"],
.contact-section .default-form select {
  height: 50px;
  padding: 7px 14px;
}

/*** 
=============================================
    contact form style
=============================================
***/

.contact-form-area {
  background: url(../attached_assets/Career_Healthcare_1759948763186.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.contact-form-area::before {
  background: rgba(160, 195, 26, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-form-area .title {
  padding-bottom: 34px;
  margin-top: -4px;
}

.contact-form-area .title h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0px;
  font-weight: 600;
}

.contact-form-area .title p {
  color: #e8eed6;
  font-size: 15px;
  position: relative;
  margin-bottom: 27px;
}

.contact-form-area .title p:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 51px;
  height: 2px;
  left: 50%;
  bottom: -17px;
  margin-left: -26px;
}

.contact-form-area #contact-form {
  padding: 0px 210px;
}

.contact-form-area .contact-form {
  margin-top: -14px;
}

.contact-form-area .contact-form form input[type="text"],
.contact-form-area.contact-form form input[type="email"],
.contact-form-area .contact-form form textarea {
  border: 1px solid #f5f5f5;
  color: #bcbcbc;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 21px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
  border-radius: 3px;
}

.contact-form-area .contact-form form textarea {
  height: 160px;
  margin-bottom: 22px;
  padding: 10px 20px;
  margin-top: 2px;
}

.contact-form-area .contact-form form input[type="text"]:focus {
  border-color: #c43167;
}

.contact-form-area .contact-form form input[type="email"]:focus {
  border-color: #c43167;
}

.contact-form-area .contact-form form textarea:focus {
  border-color: #c43167;
}

.contact-form-area .contact-form form button {
  padding: 11px 28px;
  background: #c43167;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/*** 
=============================================
    Google map Area style
=============================================
***/

.map-section .google-map {
  height: 450px;
}

.form-bg-one {
  position: relative;
  box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.02);
  padding: 40px;
  padding-bottom: 10px;
  border: 1px solid #f4f4f4;
}

/* Our Core Services Section */
.core-services {
  background: #2d3748;
  padding: 80px 0;
}

.core-services .section-header {
  margin-bottom: 60px;
}

.core-services .section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.core-services .section-subtitle {
  font-size: 16px;
  color: #718096;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.core-service-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.core-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.core-service-card .card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.core-service-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.core-service-card:hover .card-image img {
  transform: scale(1.05);
}

.core-service-card .card-content {
  padding: 35px 30px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.core-service-card .card-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 18px;
  line-height: 1.3;
}

.core-service-card .card-content p {
  font-size: 15px;
  color: #718096;
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}

.core-service-card .btn-learn-more {
  display: inline-block;
  padding: 14px 40px;
  background: #0f5588;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #0f5588;
}

.core-service-card .btn-learn-more:hover {
  background: #0d4671;
  border-color: #0d4671;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(15, 85, 136, 0.3);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .core-services .section-header h2 {
    font-size: 36px;
  }

  .core-service-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .core-services {
    padding: 60px 0;
  }

  .core-services .section-header {
    margin-bottom: 40px;
  }

  .core-services .section-header h2 {
    font-size: 32px;
  }

  .core-services .section-subtitle {
    font-size: 15px;
  }

  .core-service-card .card-image {
    height: 200px;
  }
}
/* Top Bar Inline Layout */
.top-bar-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-bar-content .header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin: 0;
}

.top-bar-content .top-social-links {
  margin: 0;
}

@media (max-width: 991px) {
  .top-bar-content {
    justify-content: center;
    gap: 15px;
  }
}

/* Harmony Haven Approach Section - White Text Override */
.our-Approach .sec-title h2 {
  color: #ffffff !important;
}

.our-Approach .sec-title p {
  color: #ffffff !important;
}

/* Override for style-two variant (white background) */
.our-Approach.style-two .sec-title h2 {
  color: #020633 !important;
}

.our-Approach.style-two .sec-title p {
  color: #333333 !important;
}

.our-Approach .single-blog-post .text-holder .blog-title {
  color: #ffffff !important;
}

.our-Approach .single-blog-post .text-holder .text p {
  color: #ffffff !important;
}

.our-Approach .single-blog-post .text-holder .text .readmore {
  color: #ffffff !important;
}

.our-Approach .single-blog-post .text-holder .text .readmore:hover {
  color: #c43167 !important;
}

.our-Approach .single-blog-post .text-holder .text .readmore i {
  color: #ffffff !important;
}

.our-Approach .single-blog-post .text-holder .text .readmore:hover i {
  color: #c43167 !important;
}

/* Brand Carousel - Uniform Sizing */
.brand-area .brand .single-item img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.brand-area .brand .single-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

@media (max-width: 767px) {
  .brand-area .brand .single-item img {
    max-height: 60px;
  }
}

/* Consistent sizing for tab images */
.statistics-area .tab-content .img-holder img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

/* Responsive image sizing for tablets */
@media only screen and (max-width: 991px) {
  .statistics-area .tab-content .img-holder img {
    height: 350px;
  }
}

/* Responsive image sizing for mobile */
@media only screen and (max-width: 767px) {
  .statistics-area .tab-content .img-holder img {
    height: 300px;
  }
}

/* Modern Horizontal Tabs Design for Specialist Care Services */
.specialist-care-tabs .tabs-box.modern-tabs {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.specialist-care-tabs .tab-buttons-horizontal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e8e8e8;
  padding-bottom: 0;
}

.specialist-care-tabs .tab-buttons-horizontal .tab-btn {
  position: relative;
  padding: 15px 20px;
  color: #666;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}

.specialist-care-tabs .tab-buttons-horizontal .tab-btn:hover {
  color: #0f5588;
  border-bottom-color: #c4d9e8;
}

.specialist-care-tabs .tab-buttons-horizontal .tab-btn.active {
  color: #0f5588;
  border-bottom-color: #0f5588;
  font-weight: 700;
}

.specialist-care-tabs .tab-img-holder {
  position: relative;
  background: #e8f4fb;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.specialist-care-tabs .tab-img-holder img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  max-height: 350px;
}

.specialist-care-tabs .tab-text-content {
  padding-left: 30px;
}

.specialist-care-tabs .tab-text-content h4 {
  font-size: 24px;
  color: #020633;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.specialist-care-tabs .tab-text-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.specialist-care-tabs .tab-content .tab {
  display: none;
  animation: fadeIn 0.4s ease;
}

.specialist-care-tabs .tab-content .active-tab {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .specialist-care-tabs .tab-buttons-horizontal {
    gap: 10px;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  .specialist-care-tabs .tab-text-content {
    padding-left: 0;
    padding-top: 20px;
  }
  
  .specialist-care-tabs .tab-img-holder {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .specialist-care-tabs .tab-buttons-horizontal {
    flex-direction: column;
    gap: 5px;
    border-bottom: none;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn {
    text-align: left;
    border-bottom: none;
    border-left: 3px solid transparent;
    padding: 12px 15px;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn.active {
    border-bottom-color: transparent;
    border-left-color: #0f5588;
    background: #f8f9fa;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn:hover {
    border-bottom-color: transparent;
    border-left-color: #c4d9e8;
  }
  
  .specialist-care-tabs .tabs-box.modern-tabs {
    padding: 20px;
  }
  
  .specialist-care-tabs .tab-text-content h4 {
    font-size: 20px;
  }
}


/* Comprehensive Mobile Responsiveness Improvements */

/* Mobile: 480px and below */
@media (max-width: 480px) {
  /* Topbar improvements */
  .top-bar {
    padding: 10px 0;
  }
  
  .top-bar-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .top-bar-content .header-top {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  
  .top-bar-content .header-top li {
    font-size: 13px;
  }
  
  .top-bar-content .top-social-links {
    justify-content: center;
  }
  
  .top-bar-content .top-social-links a {
    margin: 0 8px;
    font-size: 16px;
  }
  
  /* Header improvements */
  .main-header .logo {
    max-width: 90px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  /* Hero slider text sizing */
  .main-slider .slide-content h1,
  .main-slider .slide-content .title {
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .main-slider .slide-content p,
  .main-slider .slide-content .text {
    font-size: 14px !important;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  .main-slider .theme-btn {
    padding: 12px 25px;
    font-size: 14px;
  }
  
  /* Section titles */
  .sec-title h2,
  .section-header h2 {
    font-size: 26px !important;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  
  .sec-title p,
  .section-subtitle {
    font-size: 14px !important;
    line-height: 1.6;
  }
  
  /* Core Services cards */
  .core-services {
    padding: 40px 0;
  }
  
  .core-service-card {
    margin-bottom: 25px;
  }
  
  .core-service-card h3 {
    font-size: 20px !important;
  }
  
  .core-service-card p {
    font-size: 14px !important;
  }
  
  .core-service-card .card-image {
    height: 180px;
  }
  
  /* Specialist Care Tabs - Mobile */
  .specialist-care-tabs .tabs-box.modern-tabs {
    padding: 15px;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal {
    gap: 0;
    margin-bottom: 25px;
    flex-direction: column;
  }
  
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn {
    font-size: 14px;
    padding: 12px 15px;
    text-align: left;
    width: 100%;
  }
  
  .specialist-care-tabs .tab-text-content h4 {
    font-size: 18px !important;
  }
  
  .specialist-care-tabs .tab-text-content p {
    font-size: 14px !important;
  }
  
  .specialist-care-tabs .tab-img-holder {
    padding: 15px;
    margin-bottom: 20px;
  }
  
  /* Appointment Form */
  .appointment-area {
    padding: 40px 0;
  }
  
  .appointment-area .sec-title h2 {
    font-size: 26px !important;
  }
  
  /* Footer spacing */
  .footer-area {
    padding: 40px 0 20px;
  }
  
  .footer-area .widget-title h3 {
    font-size: 18px;
  }
  
  /* General spacing */
  .sp-one {
    padding: 50px 0 !important;
  }
  
  .sp-two {
    padding: 40px 0 !important;
  }
  
  /* Container padding */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Mobile and Small Tablets: 767px and below */
@media (max-width: 767px) {
  /* Top bar adjustments */
  .top-bar {
    padding: 12px 0;
  }
  
  .top-bar-content .header-top li {
    font-size: 14px;
    margin-right: 0;
  }
  
  /* Main header */
  .main-header .header-upper {
    padding-bottom: 20px;
  }
  
  /* Navigation button */
  .main-header .nav-toggler {
    display: block;
  }
  
  /* Hero slider */
  .main-slider {
    min-height: 0;
  }
  
  .main-slider .slide-content {
    padding: 30px 20px;
  }
  
  .main-slider .slide-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .main-slider .slide-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
  
  /* Section spacing */
  section.sp-one {
    padding: 60px 0;
  }
  
  /* Statistics/Tabs area */
  .statistics-area .sec-title {
    margin-bottom: 40px;
  }
  
  .statistics-area .sec-title h2 {
    font-size: 30px;
  }
  
  /* Tab content */
  .specialist-care-tabs .tab-content .tab {
    padding: 20px 0;
  }
  
  .specialist-care-tabs .tab-img-holder img {
    max-height: 250px;
  }
  
  /* Appointment section */
  .appointment-area .single-item {
    margin-bottom: 30px;
  }
  
  .appointment-area .text-box h3 {
    font-size: 22px;
  }
  
  /* Info area */
  .info-area .property-highlight-text {
    padding: 30px 20px;
  }
  
  .info-area .section-title h2 {
    font-size: 28px;
  }
}

/* Tablet: 991px and below */
@media (max-width: 991px) {
  /* Logo sizing */
  .main-header .logo {
    max-width: 120px;
  }
  
  /* Hero slider */
  .main-slider {
    min-height: 0;
  }
  
  .main-slider .slide-content h1 {
    font-size: 38px;
  }
  
  /* Tab buttons */
  .specialist-care-tabs .tab-buttons-horizontal .tab-btn {
    font-size: 14px;
    padding: 12px 15px;
  }
  
  /* Section titles */
  .sec-title h2 {
    font-size: 34px;
  }
}


/* Fix: Contain images in More About Our Services section */
.service-area .tabs-box .tab-content .img-holder img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure uniform dimensions for Harmony Haven Approach section images */
.our-Approach .single-blog-post .img-holder {
  width: 100%;
  height: 280px;
  display: block;
}

.our-Approach .single-blog-post .img-holder img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center;
}

/* Quality & Compliance Section */
.quality-compliance-area {
  background-color: #020633;
  color: #ffffff;
  padding: 80px 0;
}

.quality-compliance-area .sec-title h2 {
  color: #ffffff;
}

.quality-compliance-area .sec-title p {
  color: #ffffff;
  opacity: 0.9;
}

.compliance-card {
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.compliance-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

.compliance-card .icon-holder {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #c43167, #0f5588);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.compliance-card:hover .icon-holder {
  transform: scale(1.1);
}

.compliance-card .icon-holder i {
  font-size: 36px;
  color: #ffffff;
}

.compliance-card h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  min-height: 60px;
}

.compliance-card p {
  color: #ffffff;
  opacity: 0.85;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .quality-compliance-area {
    padding: 60px 0;
  }
  
  .compliance-card {
    margin-bottom: 20px;
  }
  
  .compliance-card h4 {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .quality-compliance-area {
    padding: 50px 0;
  }
  
  .compliance-card {
    padding: 30px 15px;
  }
}

/* White background for Appointment Form section on homepage */
section.appointment-area.sp-one {
  background-color: #ffffff;
}

/* Enhanced More Services Button Styling */
.core-services .btn-style-two {
  padding: 16px 45px;
  background: linear-gradient(135deg, #c43167 0%, #d44578 100%);
  color: #fff;
  border-radius: 50px;
  border: 2px solid #c43167;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 20px rgba(196, 49, 103, 0.3);
  transition: all 0.4s ease;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.core-services .btn-style-two::after {
  content: '\f178';
  font-family: 'FontAwesome';
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.core-services .btn-style-two:hover {
  background: linear-gradient(135deg, #020633 0%, #0f5588 100%);
  border-color: #020633;
  color: #fff;
  box-shadow: 0 12px 28px rgba(2, 6, 51, 0.4);
  transform: translateY(-3px);
}

.core-services .btn-style-two:hover::after {
  transform: translateX(5px);
}

.core-services .btn-style-two:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(196, 49, 103, 0.3);
}

/* Mobile responsive */
@media (max-width: 767px) {
  .core-services .btn-style-two {
    padding: 14px 35px;
    font-size: 14px;
  }
}

/* Ken Burns Effect for Homepage Hero Slider Only */
.main-slider .rev-slidebg {
}
