/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*      00. COMMON CLASS
/*      01.0 SLIDER
/*      01.1 JUMBOTRON SEARCH BOX 
/*      02. HIGHLIGHTS BLOCK
/*        02.1 HIGHLIGHTS LAYOUT 01
/*        02.2 HIGHLIGHTS LAYOUT 02
/*      03. HEADING BLOCK
/*      04. COUNTER  BLOCK
/*        04.1 COUNTER LAYOUT 01
/*        04.2 COUNTER LAYOUT 02
/*      05. TEAM  BLOCK
/*        05.1 TEAM LAYOUT 01
/*      06. CTA  BLOCK
/*        06.1 CTA LAYOUT 01
/*        06.2 CTA LAYOUT 02
/*        06.3 CTA LAYOUT 03
/*      07. LOGOS  BLOCK
/*      08. TESTIMONIAL  BLOCK
/*      09. CONTACT FORM 
/*      10. HEADER BLOCK
/*      11. NEWS LAYOUT
/*      12. PORTFOLIO BLOCK
/*      13. PRICE TABLE BLOCK
/*      14. GALLERY BLOCK
/*      15. SERVICE BLOCK
/*      16. EVENTS BLOCK
/*      17. RESPONSIVE STYLING
/*========================================================================*/

/*------------------------------------ 00. COMMON CLASS ------------------------------------*/

@keyframes carousel-btn-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes carousel-btn-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes carousel-btn-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#preloader {
  background: #ffffff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#preloader span {
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  width: 120px;
  height: 120px;
}
#backTop {
  width: 16px;
  height: 16px;
  padding: 10px;
  border-radius: 0px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 999999999;
  display: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#backTop:hover {
  opacity: 1;
}
#backTop:after {
  position: absolute;
  content: "-";
  width: 16px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  color: #fff;
}
#backTop.custom {
  background-color: #f25764;
  background-image: url("../images/uparr-48-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0px solid #9fe0f7;
  -webkit-transition: 0.2s 0.2s ease-out;
  -moz-transition: 0.2s 0.2s ease-out;
  -o-transition: 0.2s 0.2s ease-out;
  transition: 0.2s 0.2s ease-out;
}
#backTop.custom:hover {
  background-color: #ffffff;
  border: 0px solid #0f8dbb;
}

.section-content-block {
  padding: 110px 0 110px 0;
}

.section-content-block-minimal {
  padding: 50px 0 50px 0;
}

.section-content-block-30 {
  padding: 30px 0 16px 0;
}

.section-pure-white-bg {
  background: #ffffff !important;
}
.section-secondary-bg {
  background: #f9fafb !important;
}

.section-heading-wrapper {
  margin-bottom: 32px;
}
.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.home-page-section-sub-heading {
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  color: #808080;
}

.btn-heading {
  background: transparent;
  border: 2px solid #77c720;
  color: #77c720;
}

.accordion .panel {
  margin-bottom: 3px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.accordion .panel .panel-title a {
  display: block;
}
span.label {
  margin-right: 1px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 100%;
}
#btn,
.btn {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#btn:hover,
.btn:hover {
  color: #000000;
}
.btn-dynamism {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 42px;
}
.btn-dynamism:hover {
  background: #f25764;
  color: #ffffff;
}
.btn-custom {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #cccccc;
  background: #f25764;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom:hover {
  border-color: #a6a6a6;
  color: #f25764;
  background: #ffffff;
}
.btn-custom-inverse {
  text-align: center;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
  border: 1px solid #cccccc;
  color: #f25764;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 12px 14px;
}
.btn-custom-inverse:hover {
  background: #f25764;
  color: #ffffff;
}
a.btn-load-more {
  margin-bottom: -36px;
  margin-top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  color: #ffffff;
  background: #f25764;
  border: 1px solid #f25764;
  padding: 12px 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
a.btn-load-more:hover {
  color: #f25764;
  background: #ffffff;
  border: 1px solid #f25764;
}

a.btn-theme {
  border: 0px;
  background: #f25764;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding: 16px 36px;
  position: relative;
  -webkit-transition: "all" "0.5s" ease-out;
  -moz-transition: "all" "0.5s" ease-out;
  -o-transition: "all" "0.5s" ease-out;
  transition: "all" "0.5s" ease-out;
  margin-bottom: 0;
  letter-spacing: 0em;
  overflow: hidden;
  -webkit-border-radius: 32px !important;
  -moz-border-radius: 32px !important;
  border-radius: 32px !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
a.btn-theme:hover {
  color: #ffffff;
  background-color: #254559;
}
a.btn-theme-invert {
  color: #ffffff;
  background-color: #254559;
}
a.btn-theme-invert:hover {
  background: #162935;
  color: #ffffff;
}

a.btn-theme-small {
  font-weight: normal;
  padding: 6px 18px;
  margin: 6px 0;
}

input.btn-square,
btn.btn-square,
a.btn-square {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

a.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-capitalize {
  text-transform: capitalize !important;
}

.btn-capitalize {
  text-transform: capitalize !important;
}
.button {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: white;
  font-weight: bold;
  height: 3em;
  line-height: 1em;
  padding: 1em;
}
.small-button {
  display: inline-block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #000000;
  font-weight: bold;
  height: 0;
  line-height: 0;
  padding: 1em 1em;
  margin: 6px 0;
  width: 100%;
}
hr.hr-half-center {
  border: 0px;
  height: 1px;
  background: #e1e1e1;
  width: 50%;
  max-width: 420px;
  margin: 48px auto 24px auto;
}
.text-curly {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
}
.text-curly-no-italic {
  font-style: normal;
}
.text-highlighter-primary {
  color: #f25764 !important;
}
.text-highlighter-white {
  color: #ffffff;
}

.text-primary-color {
  color: #f25764;
}
.text-light-color {
  color: #ffffff;
}

@-webkit-keyframes pulse-effect {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
  20% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.3);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 100, 0);
  }
}
@keyframes pulse-effect {
  0% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
  20% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  50% {
    -moz-box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
    box-shadow: 0 0 0 15px rgba(242, 87, 100, 0.5);
  }
  80% {
    -moz-box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
    box-shadow: 0 0 0 10px rgba(242, 87, 100, 0.3);
  }
  100% {
    -moz-box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
    box-shadow: 0 0 0 5px rgba(242, 87, 100, 0);
  }
}

/*----- CUSTOM PADDING ----*/

.no-bottom-padding {
  padding-bottom: 0px !important;
}

.no-gutter [class^="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.no-padding {
  padding: 0px !important;
}

.padding-left-0 {
  padding-left: 0px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-right-11 {
  padding-right: 11px;
}
.padding-all-4 {
  padding: 4px;
}

/*----- CUSTOM MARGIN ----*/
.no-margin {
  margin: 0px !important;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-12 {
  margin-top: 12px !important;
}
.margin-top-24 {
  margin-top: 24px !important;
}
.margin-top-32 {
  margin-top: 32px !important;
}
.margin-top-90 {
  margin-top: 90px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-12 {
  margin-bottom: 12px !important;
}
.margin-bottom-24 {
  margin-bottom: 24px !important;
}
.margin-bottom-32 {
  margin-bottom: 32px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-right-0 {
  margin-right: 0px;
}

/*----- THEME CUSTOM TEXT SHADOW ----*/
.theme-custom-text-shadow {
  -webkit-text-shadow: 1px 1px 1px #666666 !important;
  text-shadow: 1px 1px 1px #666666 !important;
}
.theme-custom-no-text-shadow,
.theme-custom-no-text-shadow * {
  -webkit-text-shadow: 0px 0px 0px #666666 !important;
  text-shadow: 0px 0px 0px #666666 !important;
}
/*-----  THEME CUSTOM TEXT BACKGROUND ----*/
.theme-custom-text-background {
  background: rgba(93, 156, 236, 0.7);
  padding: 7px 15px;
}

/*-----  BOX SHADOW----*/

.theme-custom-box-shadow {
  border: 0px solid transparent;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.theme-custom-box-shadow:hover {
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}

.theme-custom-box-animation {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.theme-custom-box-animation:hover {
  top: -5px;
}

/*----- Custom Widget ----*/

#secondary .widget ul li {
  padding: 5px 0;
}

/*----- About Us Slogan----*/

.section-feat-about-us {
  position: relative;
  padding: 0;
}
.feat-img-side-bg {
  left: 0;
  padding: 0;
  position: absolute !important;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.feat-img-side-bg.img {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 100%;
}

.about-us-info-block {
  padding: 52px 0 52px 30px;
  margin-right: 100px;
  max-width: 600px;
}
.about-us-info {
  margin-top: 72px;
  margin-bottom: 60px;
}

.about-us-slogan {
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 42px;
  margin-bottom: 70px;
  position: relative;
}
.about-us-slogan:after {
  content: "";
  height: 3px;
  left: 0;
  background: #f25764;
  position: absolute;
  bottom: -42px;
  width: 72px;
}
.about-us-slogan-bold {
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.01em;
}
.about-us-slogan-bold span {
  font-weight: 500;
  font-size: 24px;
}
.about-us-slogan-alt {
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 42px;
  margin-bottom: 32px;
}

/*------------------------------------ 01.0 SLIDER ------------------------------------*/

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.slider-wrap {
  clear: both;
}
.srcare_slider {
  text-align: center;
}
.srcare_slider .item img {
  display: block;
  width: 100%;
  height: auto;
}
.srcare_slider .slider_item_container {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background: #000000;
}
.srcare_slider .slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 32px;
}

.srcare_slider .slider-content h1 {
  letter-spacing: 0.01em;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  color: inherit;
}

.srcare_slider .slider-content h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  margin: 24px 0 0;
  color: #ffffff;
}

.srcare_slider .slider-content h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 32px 0 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #666666;
}

.srcare_slider .slider-content h2.jumbo-heading {
  font-size: 80px;
  line-height: 86px;
  text-shadow: 1px 1px 1px #666666;
}
.srcare_slider .slider-content h2.jumbo-heading span {
  color: #f25764;
  background: none;
  padding: 0px;
  text-shadow: 1px 1px 1px #666666;
}

.srcare_slider .slider-content .slider-button {
  display: block;
  margin-top: 24px;
}
.srcare_slider .slider-content a.btn-slider {
  font-size: 16px;
  background: #f25764;
  border: 2px solid #f25764;
  color: #ffffff;
  line-height: 32px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.srcare_slider .slider-content a.btn-slider:hover {
  background: #f25764;
  color: #ffffff;
}

.srcare_slider .slider-content a.btn-slider-2 {
  margin-left: 12px;
  font-size: 16px;
  background: rgba(64, 193, 240, 0.7);
  border: 2px solid #f25764;
  color: #ffffff;
  line-height: 32px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.srcare_slider .slider-content a.btn-slider-2:hover {
  background: rgba(64, 193, 240, 0.9);
  color: #ffffff;
}

.srcare_slider .slider-contents-info {
  background: rgba(0, 0, 0, 0.2);
  padding: 12px 42px 42px 42px;
  display: block;
}
.srcare_slider .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.srcare_slider .owl-nav div[class*="owl-"] {
  background: #ffffff;
  color: #000000;
  font-size: 40px;
  line-height: 60px;
  /*margin-top: -60px;*/
  opacity: 1;
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.srcare_slider:hover .owl-nav {
  opacity: 0.8;
}
.srcare_slider .owl-nav div.owl-prev {
  left: 24px;
  width: 60px;
}
.srcare_slider .owl-nav div.owl-next {
  right: 24px;
  width: 60px;
}
.srcare_slider:hover .owl-controls {
  opacity: 1;
}
.srcare_slider:hover .owl-nav div {
  opacity: 1;
}
.srcare_slider:hover .owl-nav div.owl-prev {
  left: 24px;
}
.srcare_slider:hover .owl-nav div.owl-next {
  right: 24px;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.section-banner {
  padding: 160px 0px 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.banner-content {
  width: 100%;
}
.banner-content h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 900;
  margin: 0px 0 0;
  color: #ffffff;
}
.banner-content h2 span {
  background: rgba(235, 70, 74, 0.8);
  padding: 0 3px;
}
.banner-content h2.jumbo-heading {
  font-size: 80px;
  line-height: 86px;
  text-shadow: 1px 1px 1px #666666;
}
.banner-content h2.jumbo-heading span {
  color: #f25764;
  background: none;
  padding: 0px;
  text-shadow: 1px 1px 1px #666666;
}
.banner-content h3 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0em;
  margin: 16px 0 0;
  color: #ffffff;
  text-shadow: 1px 1px 1px #666666;
}
.banner-content span.slider-text-separator {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #f25764;
  margin: 24px 0 12px 0;
}
.banner-content a.btn-slider {
  font-size: 16px;
  margin-top: 36px;
  background: #f25764;
  border: 0px solid #f25764;
  color: #ffffff;
  line-height: 48px;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 600;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.banner-content a.btn-slider:hover {
  background: #254559;
  border: 0px solid #f25764;
  color: #ffffff;
}

/*------------------------------------ 01.2 BANNER ------------------------------------*/

.srcare-section-banner {
  padding: 250px 0px 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.srcare-banner-content {
  width: 100%;
}
.srcare-banner-content h2 {
  letter-spacing: 0em;
  position: relative;
  font-size: 80px;
  line-height: 92px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: 1px 1px 1px #666666;
}
.srcare-banner-content h2 span {
  padding: 0;
  font-weight: 900;
  color: #a5d164;
}
.srcare-banner-content h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.srcare-section-banner a.btn-theme + a.btn-theme {
  margin-left: 16px;
}

/*------------------------------------ 01.1. JUMBOTRON SEARCH BOX ------------------------------------*/

.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.btn-heading {
  background: transparent;
  border: 2px solid #f25764;
  color: #f25764;
}

/*------------------------------------ 02. HIGHLIGHTS BLOCK ------------------------------------*/

.jumbo-heading-style h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0em;
  margin-bottom: 32px;
  font-weight: 700;
}

.highlight-layout-1 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: transparent;
  border: 0px solid #ebebeb;
  position: relative;
  margin: 32px 0 12px;
  padding: 24px 4px 12px 4px;
  text-align: center;
}

.highlight-layout-1 span.fa {
  font-size: 24px;
  left: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-left: -21px;
  top: -21px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #f25764;
  color: #ffffff;
  text-align: center;
}

.highlight-layout-1 h2,
.highlight-layout-1 h2 > a {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #626262;
  font-weight: 600;
  position: relative;
  line-height: 32px;
  padding-bottom: 12px;
}

.highlight-layout-1 h2 a {
  font-size: inherit;
  font-size: inherit;
  font-weight: 700;
}

.highlight-layout-1 h2:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  display: block;
  width: 32px;
  margin-left: -16px;
  height: 2px;
  background: #f25764;
}

.highlight-layout-1 p {
  color: #8d8d8d;
}

.highlight-layout-1 a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  transform: rotateY(0deg);
}

.highlight-layout-1:hover {
  background: transparent;
}

.highlight-layout-1:hover span.fa {
  color: #fafafa;
  background: #444444;
  opacity: 1;
}

.highlight-layout-1:hover a img {
  position: relative;
  top: -10px;
  transform: rotateY(360deg);
}

.highlight-layout-1:hover h2:after {
  background: #444444;
  width: 32px;
  height: 2px;
}

/*-----  Left Aligned Item----*/

.highlight-layout-1.text-left span.fa {
  left: 0;
  margin-left: 24px;
}

.highlight-layout-1.text-left h2::after {
  left: 0;
  margin-left: 0px;
}

/*----- Right Aligned Item----*/

.highlight-layout-1.text-right span.fa {
  left: initial;
  right: 0;
  margin-right: 24px;
}

.highlight-layout-1.text-right h2::after {
  left: initial;
  right: 0;
  margin-left: 0px;
}

.highlight-layout-2 a img,
.highlight-layout-3 a img {
  width: auto !important;
  display: inline-block !important;
}

.highlight-layout-1 a img {
  max-width: 70px !important;
  display: inline-block !important;
  width: auto !important;
}

/*-- 02.2 HIGHLIGHTS LAYOUT 02 --*/

.highlight-layout-2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ffffff;
  border: 1px solid #eee;
  position: relative;
  margin: 24px 0 24px 0px;
  padding: 16px 12px 16px;
}

.highlight-layout-2:hover {
  background: #fafafa;
}

.highlight-layout-2 span.fa {
  font-size: 42px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #f25764;
}

.highlight-layout-2 h2 {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.highlight-layout-2 h2 a {
  color: #626262;
  font-size: inherit;
  font-weight: 700;
}

.highlight-layout-2 p {
  color: #8d8d8d;
}

.highlight-layout-2:hover span.fa {
  color: #22afe6;
}

.highlight-layout-2:hover h2 a {
  color: #f25764;
}

/*-- 02.3 HIGHLIGHTS LAYOUT 03 --*/

.highlight-layout-3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 24px;
  padding: 16px;
}

.highlight-layout-3 span.fa {
  display: inline;
  font-size: 36px;
  right: 18px;
  top: 24px;
  opacity: 0.8;
  position: absolute;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.highlight-layout-3 h2 {
  font-size: 18px;
  line-height: 28px;
  padding-right: 32px;
  margin: 6px 0 24px;
  color: #626262;
  font-weight: 500;
  position: relative;
}

.highlight-layout-3 h2 a {
  font-size: inherit;
  font-size: inherit;
  font-weight: 700;
}

.highlight-layout-3 h2:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  margin-left: -30px;
  display: block;
  width: 60px;
  height: 2px;
  background: #f25764;
}

.highlight-layout-3 p {
  color: #8d8d8d;
}

.highlight-layout-3:hover span.fa {
  color: #f25764;
  transform: rotateY(360deg);
  opacity: 1;
}

.highlight-layout-3:hover h2:after {
  background: #444444;
  width: 32px;
  height: 2px;
}

/*----- Left Aligned Item----*/

.highlight-layout-3.text-left h2::after {
  left: 0;
  margin-left: 0px;
}

/*----- Right Aligned Item----*/

.highlight-layout-3.text-right h2 {
  padding-right: 0;
  padding-left: 32px;
}

.highlight-layout-3.text-right h2::after {
  left: initial;
  right: 0;
  margin-left: 0px;
  margin-right: 0px;
}

.highlight-layout-3.text-right span.fa {
  right: initial;
  left: 18px;
}

/*----- Badges ----*/

.custom-badge {
  position: absolute;
  top: -18px;
  right: 12px;
  width: 100px;
  text-align: center;
  z-index: 1;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}

/*----- box shadow ----*/

.highlight-box-shadow {
  top: 0;
  box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.05);
}

.highlight-box-shadow:hover {
  border: 1px solid transparent;
  top: -3px;
  box-shadow: 0 0px 40px 3px rgba(0, 0, 0, 0.08);
}

/*-- Highlights Carousel Layout --*/

.highlight-carousel [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.highlight-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.highlight-carousel .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.highlight-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #f25764;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.highlight-carousel .owl-nav .owl-prev:hover {
  color: #444444;
}
.highlight-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  height: 48px;
  margin-top: -24px;
  color: #f25764;
  background: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.highlight-carousel .owl-nav .owl-next:hover {
  color: #444444;
}
.highlight-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.highlight-carousel .owl-dots .owl-dot {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.highlight-carousel .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.highlight-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f68690;
}
.highlight-carousel:hover .owl-nav {
  opacity: 1;
}

.highlight-box {
  margin-top: 24px;
  padding: 48px 42px;
}

.highlight-box h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.highlight-box .highlight-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #646464;
}
.highlight-box:hover {
  background: #fbfbfb;
}

/*------------------------------------ 03. HEADING BLOCK ------------------------------------*/

.section-heading-container {
  margin-bottom: 24px;
}

h2.section-heading {
  position: relative;
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 42px;
  letter-spacing: 0em;
  display: inline-block;
  color: #555555;
}

h2.section-heading:after {
  background: #f25764;
  content: "";
  width: 60px;
  height: 3px;
  right: -12px;
  margin-right: -70px;
  position: absolute;
  top: 22px;
}

.section-heading span {
  font-style: 400;
  color: #000000;
}

.section-subheading {
  font-size: 17px;
  line-height: 32px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 24px;
  padding: 0px 0 0 24px;
  letter-spacing: 0em;
}

.inline-heading-style {
  clear: both;
}

.inline-heading-style h2 {
  font-size: 36px;
  display: block;
  letter-spacing: 0em;
  margin-bottom: 48px;
  line-height: 48px;
  position: relative;
}
.inline-heading-style h2:after {
  display: none;
}
.inline-heading-style h2:before {
  content: "";
  left: 0;
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 3px;
  background: #f25764;
}
.inline-heading-style p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 0px 0 0 0px;
  word-spacing: 0.03em;
  letter-spacing: 0px;
}

/*----- Center Aligned ----*/

.section-heading-wrapper .text-center .section-heading {
  margin-bottom: 32px;
}

.section-heading-wrapper .text-center .section-heading:after {
  background: #f25764;
  content: "";
  width: 60px;
  height: 3px;
  right: initial;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 64px;
  width: 60px;
}

.section-heading-wrapper .text-center .section-subheading {
  padding: 0px;
}

.section-heading-wrapper-alt h2 {
  color: #ffffff;
}
.section-heading-wrapper-alt p {
  color: #ffffff;
}
.section-heading-wrapper-alt .text-center h2.section-heading:after {
  left: 50%;
  margin-left: -42px;
  top: 36px;
}

/*----- Right Aligned ----*/

.section-heading-wrapper .text-right .section-heading:after {
  right: initial;
  left: -12px;
  margin-left: -70px;
  position: absolute;
  top: 22px;
}

.section-heading-wrapper .text-right .section-subheading {
  padding: 0px 24px 0 0px;
}

.section-heading-alt {
  position: relative;
  font-size: 24px;
  margin-bottom: 24px;
  /*text-transform: uppercase;*/
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
}

.section-heading-alt:before {
  color: #ffffff;
}

.section-heading-alt span {
  font-style: 400;
  color: #ffffff;
}

.section-subheading-alt {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #fcfcfc;
  padding: 0px 42px;
  margin-bottom: 12px;
}

h2.only-heading {
  position: relative;
  /*text-transform: uppercase;*/
  font-size: 32px;
  line-height: 42px;
  /*font-family: 'Montserrat', sans-serif;*/
  letter-spacing: 0.03em;
  font-weight: 900;
  color: #555555;
  margin-bottom: 36px;
  padding-bottom: 24px;
  border-bottom: 2px solid #eeeeee;
  clear: both;
  width: 100%;
}
h2.only-heading:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  display: block;
  width: 60px;
  height: 2px;
  background: #f25764;
}

/*------------------------------------ 04. COUNTER  BLOCK ------------------------------------*/

/*-- 04.1 COUNTER LAYOUT 01 ---*/

.section-counter {
  clear: both;
}

.counter-block-1 {
  clear: both;
  padding: 24px 24px 16px 24px;
  margin-bottom: 24px;
  background: rgba(240, 240, 240, 0.7);
}
.counter-block-1 .icon {
  color: #2c2c2c;
  float: left;
  font-size: 42px;
  margin: 0px 16px 0 0;
}

.counter-block-1 .count-info {
  margin-top: 0;
  overflow: hidden;
}

.counter-block-1 .counter {
  margin-top: 24px;
  font-size: 32px;
  color: #f25764;
  font-weight: 400;
}

.counter-block-1 h4 {
  margin-top: 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c2c2c;
  letter-spacing: 0em;
  margin-bottom: 0px;
}

/*-- 04.2 COUNTER LAYOUT 02 ---*/

.counter-block-2 {
  clear: both;
  margin-bottom: 24px;
}

.counter-block-2 .icon {
  font-size: 42px;
  display: block;
  margin-bottom: 12px;
  color: #2c2c2c;
}

.counter-block-2 .counter {
  margin-top: 0;
  font-size: 32px;
  color: #f25764;
  font-weight: 400;
}

.counter-block-2 h4 {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #2c2c2c;
  letter-spacing: 0.03em;
}

/*-- 04.3 COUNTER LAYOUT 03 ---*/

.counter-block-3 {
  margin: 12px 0;
}
.counter-block-3 h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  color: #2c2c2c;
  letter-spacing: 0.03em;
  position: relative;
}
.counter-block-3 h4:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 1px;
  top: -12px;
  left: 50%;
  margin-left: -21px;
  background: #cccccc;
}

.text-left .counter-block-3 h4:before {
  left: 0;
  margin-left: 0;
}

.counter-block-3 .counter {
  display: block;
  margin-top: 0px;
  font-size: 32px;
  color: #f25764;
  font-weight: 400;
}
.counter-block-3 .icon {
  font-size: 42px;
  display: block;
  margin: 16px 0;
  color: #2c2c2c;
}

/*----- Counter Layout 04 ----*/

.counter-block-4 {
  clear: both;
  margin-bottom: 48px;
}

.counter-block-4 .icon {
  background: #fcfcfc;
  border: 2px solid #cccccc;
  color: #2c2c2c;
  font-size: 24px;
  height: 58px;
  line-height: 54px;
  position: relative;
  text-align: center;
  width: 60px;
  float: left;
}

.counter-block-4 .count-info {
  margin-top: 0;
  overflow: hidden;
  padding-left: 24px;
}

.counter-block-4 .counter {
  margin-top: 24px;
  font-size: 24px;
  color: #f25764;
  font-weight: 400;
  position: relative;
}

.counter-block-4 .counter:after {
  background: #cccccc none repeat scroll 0 0;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 32px;
}

.counter-block-4 h4 {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #2c2c2c;
  letter-spacing: 0em;
  margin-bottom: 0px;
}

/*------------------------------------ 05. TEAM  BLOCK ------------------------------------*/

/*---- 05.1 TEAM LAYOUT 01  ---*/

.section-our-team {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-layout-1 {
  background: #fafafa;
  position: relative;
  margin-bottom: 24px;
}
.team-layout-1 .team-member {
  overflow: hidden;
}
.team-layout-1 .team-member a {
  display: block;
  position: relative;
}
.team-layout-1 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f25764;
  opacity: 0.01;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.team-layout-1 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.team-layout-1 .team-meta {
  padding: 6px 12px;
}
.team-layout-1 h3 {
  margin: 12px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.team-layout-1 .team-info h3 a {
  font-size: inherit;
}

.team-layout-1 .team-info h3 a:hover {
  color: inherit;
}

.team-layout-1 h4 {
  color: #f25764;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding-bottom: 12px;
}
.team-layout-1 p {
  color: #7b7b7b;
  margin: 0;
  font-weight: 400;
}
.team-layout-1 .team-social-share {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  position: absolute;
  top: 30%;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 15px 0px 0px 0px;
  padding: 5px;
}
.team-layout-1 .team-social-share a {
  border: 1px solid #cccccc;
  display: inline-block;
  margin: 0 2px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.team-layout-1:hover .team-member a {
  display: block;
  position: relative;
}
.team-layout-1:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f25764;
  opacity: 0.4;
  width: 1000px;
  height: 100%;
}
.team-layout-1:hover .team-social-share {
  opacity: 1;
  top: 40%;
}
.team-layout-1:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #cccccc;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

/*---- 05.2 TEAM LAYOUT 02  ---*/

.team-layout-2 {
  overflow: hidden;
  text-align: center;
  /*border: 1px solid #ebebeb;*/
  margin-bottom: 24px;
}
.team-layout-2 .team-member a {
  display: block;
  position: relative;
}
.team-layout-2 .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f25764;
  opacity: 0.01;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.team-layout-2 .team-member img {
  vertical-align: middle;
  width: 100%;
}
.team-layout-2 .team-meta {
  background: #f25764;
  padding: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.team-layout-2 h3 {
  margin: 12px 0 0 0;
  font-size: 22px;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
}

.team-layout-2 .team-info h3 a {
  font-size: inherit;
}

.team-layout-2 .team-info h3 a:hover {
  color: inherit;
}

.team-layout-2 h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding-bottom: 12px;
}

.team-layout-2 .team-meta p {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}
.team-layout-2 .team-social-share {
  opacity: 0;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  top: 0;
  width: 200px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.team-layout-2 .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.team-layout-2:hover .team-member a {
  display: block;
  position: relative;
}
.team-layout-2:hover .team-member a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f25764;
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.team-layout-2:hover .team-social-share {
  opacity: 1;
  top: 50%;
}
.team-layout-2:hover .team-social-share a {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ebebeb;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}

/*-- 05.3 TEAM LAYOUT 03 (CAROUSEL) --*/

.teams-container {
  clear: both;
}
.teams-container [class^="col-"] {
  width: 100%;
}
.teams-container .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.teams-container .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.teams-container .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.teams-container .owl-nav .owl-prev:hover {
  color: #254559;
}
.teams-container .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
}
.teams-container .owl-nav .owl-next:hover {
  color: #254559;
}
.teams-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.teams-container .owl-dots .owl-dot {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.teams-container .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.teams-container .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f68690;
}
.teams-container:hover .owl-nav {
  opacity: 1;
}

/*------------------------------------ 06. CTA  BLOCK ------------------------------------*/

/*-- 06.1 CTA LAYOUT 01 --*/

.section-cta {
  padding: 65px 0 65px 0;
}

.cta-layout-1 h5 {
  font-size: 24px;
  line-height: 36px;
  color: #eeeeee;
  margin: 20px 0px 20px 0px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.cta-layout-1 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.cta-layout-1 .video-icon {
  color: #eee;
  display: block;
  margin: 40px auto 24px auto;
  text-align: center;
  width: 120px;
}

.cta-layout-1 .video-icon span {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  padding: 24px 24px 24px 36px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cta-layout-1 .video-icon span:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9);
  color: #eee;
}

.cta-layout-1 .video-icon span.cta-video-btn-semi-round {
  border-radius: 6px;
}

.cta-layout-1 .video-icon span.cta-video-btn-square {
  border-radius: 0px;
}

/*----- CTA Left Aligned ----*/
.cta-layout-1.text-left {
  padding: 24px 0;
}

.cta-layout-1.text-left .video-icon {
  text-align: left;
  margin: 24px 0;
}

/*----- CTA Right Aligned ----*/
.cta-layout-1.text-right {
  padding: 24px 0;
}

.cta-layout-1.text-right .video-icon {
  text-align: right;
  margin: 24px 0;
}

/*-- 06.2 CTA LAYOUT 02 --*/

.cta-layout-2 {
  padding: 0;
  margin: 0;
  clear: both;
}

.cta-layout-2 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.02em;
}
.cta-layout-2 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #ffffff;
  margin-top: 12px;
}
.cta-layout-2 a.btn {
  margin: 24px auto 0 auto;
}

/*-- 06.3 CTA LAYOUT 03 --*/

.cta-section-3 {
  padding: 0;
  margin: 0;
  clear: both;
}

.cta-section-3 h2 {
  font-size: 26px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  /*font-family: 'Montserrat', sans-serif;*/
  letter-spacing: 0.01em;
}

/*-- 06.4 CTA LAYOUT 04 --*/

.cta-layout-4 {
  padding: 24px 0 0;
}
.cta-layout-4 h2 {
  font-size: 42px;
  line-height: 46px;
  color: #1a1a1a;
  margin: 48px 0 24px 0;
}
.cta-layout-4 p {
  margin-bottom: 32px;
  color: #808080;
}
.cta-layout-4 a.btn-cta-1 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0px;
  padding: 10px 24px;
  color: #ffffff;
  background: #f25764;
  font-size: 14px;
  font-weight: 600;
}

/*-- 06.5 CTA LAYOUT 05 --*/

.cta-layout-5 {
  padding: 0;
}
.cta-layout-5 h2 {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
}
.cta-layout-5 p {
  margin-top: 12px;
  margin-bottom: 32px;
  color: #ffffff;
  font-size: 18px;
}
.cta-layout-5 a.btn-cta-1 {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0px;
  padding: 10px 24px;
  color: #f25764;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

/*------------------------------------ 07. LOGOS  BLOCK ------------------------------------*/

/*-- 07.1 LOGO LAYOUT 01 --*/

.section-client-logo {
  clear: both;
}

.client-logo {
  margin-bottom: 24px;
}

.logo-layout-1 .logo-container {
  padding: 6px;
}
.logo-layout-1 .logo-container [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.logo-carousel [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}

.logo-layout-1 .logo {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 32px;
}
.logo-layout-1 .logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  margin: 0;
  display: block;
  padding: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.logo-layout-1 .logo:hover img {
  opacity: 1;
}

.logo-items {
  clear: both;
}
.logo-items [class^="col-"] {
  width: 100%;
}
.logo-items .client-logo {
  margin-bottom: 0;
}
.logo-items .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  margin: 0;
  z-index: 1;
}

.logo-items .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.logo-items .owl-nav .owl-prev {
  left: 0%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #f25764;
  background: transparent;
  margin-top: -24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.logo-items .owl-nav .owl-prev:hover {
  color: #4a4a4a;
}
.logo-items .owl-nav .owl-next {
  right: 0;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 42px;
  color: #f25764;
  background: transparent;
  margin-top: -24px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.logo-items .owl-nav .owl-next:hover {
  color: #4a4a4a;
}

.logo-items:hover .owl-nav {
  opacity: 1;
}

.logo-items:hover .owl-nav .owl-prev {
  left: -3%;
}

.logo-items:hover .owl-nav .owl-next {
  right: -3%;
}

.logo-items .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.logo-items .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.logo-items .owl-dots .owl-dot span {
  display: block;
  background: #4a4a4a;
}
.logo-items .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f25764;
}
.logo-items:hover .owl-nav {
  opacity: 1;
}

/*------------------------------------ 08. TESTIMONIAL  BLOCK ------------------------------------*/

.testimony-layout-1 {
  position: relative;
  padding: 80px 0 24px 0;
}
.testimony-layout-1 h6 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #7b7b7b;
}
.testimony-layout-1 span {
  font-size: 14px;
  color: #888888;
}
.testimony-layout-1 img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 32px;
  display: inline-block !important;
}
.testimony-layout-1 .testimony-text {
  position: relative;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin: 0 0 24px 0;
  padding-top: 24px;
  color: #555555;
}
.testimony-layout-1 .testimony-text:before {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-style: normal;
  color: #ffffff;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  top: -60px;
  left: 50%;
  margin-left: -32px;
  font-size: 32px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f25764;
  text-align: center;
}

.light-color-style .testimony-layout-1 div.testimony-text::before {
  background: transparent !important;
}

.testimony-layout-1:hover .testimony-text {
  clear: both;
}
.testimony-layout-1:hover .testimony-text:before {
  opacity: 1;
  background: #254559;
}
.testimonial-container.single-item .testimony-text {
  max-width: 720px;
}
.testimonial-container.light-color-style .testimony-text {
  color: #ffffff;
}
.testimonial-container.light-color-style h6,
.testimonial-container.light-color-style span {
  color: #ffffff;
}
.testimonial-container.text-left {
  text-align: left;
}
.testimonial-container.text-left .testimony-text {
  text-align: left;
}
.testimonial-container.text-left .testimony-text:before {
  font-style: normal;
  color: #f25764;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  top: -42px;
  left: 0;
  margin-left: 0px;
  font-size: 100px;
  line-height: 150px;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  text-align: left;
  z-index: -1;
  opacity: 0.4;
}
.testimonial-container.text-left .owl-dots {
  text-align: left !important;
  margin: 24px 0px 24px 12px !important;
}
.testimonial-container {
  clear: both;
}
.testimonial-container [class^="col-"] {
  width: 100%;
}
.testimonial-container .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.testimonial-container .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.testimonial-container .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.testimonial-container .owl-nav .owl-prev:hover {
  color: #444444;
}
.testimonial-container .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.testimonial-container .owl-nav .owl-next:hover {
  color: #444444;
}
.testimonial-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.testimonial-container .owl-dots .owl-dot {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.testimonial-container .owl-dots .owl-dot span {
  display: block;
  background: #162935;
}
.testimonial-container .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #ee2838;
}
.testimonial-container:hover .owl-nav {
  opacity: 1;
}

/*------------------------------ QUESTION FORM ---------------------------------*/

.ask-question-section .bkb-ques-form-container h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.01em;
  font-weight: 500;
  color: #737373;
}

.ask-question-section .bkb-ques-form-container h2:after {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  display: block;
  width: 60px;
  height: 3px;
  background: #f25764;
}

/*------------------------------------ 09. CONTACT FORM ------------------------------------*/

.btn-social-icon {
  height: 42px;
  width: 42px;
  border: 0;
  border-radius: 0px !important;
  margin: 3px 3px;
}
.btn-social-icon .fa {
  line-height: 42px;
  color: #ffffff;
}
.btn-goggle-plus {
  background-color: #26b84b;
}
.btn-goggle-plus:hover {
  background-color: #20993e;
}
.btn-envelope-o {
  background-color: #d74b3e;
}
.btn-envelope-o:hover {
  background-color: #ad3d32;
}
.section-contact-block {
  position: relative;
  overflow: hidden;
}
.section-contact-block .content-block {
  padding: 0 48px 0 0;
}
.section-contact-block .contact-title {
  font-size: 24px;
  border-bottom: 3px solid #eeeeee;
  color: #5c5c5c;
  padding-bottom: 15px;
  position: relative;
}
.section-contact-block .contact-title:after {
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 32px;
  background: #77c720;
}
.section-contact-block .contact-info li {
  margin-bottom: 24px;
}
.section-contact-block .contact-info .icon-container {
  display: inline-block;
  background: #77c720;
  color: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.section-contact-block .contact-info .icon-container i {
  font-size: 14px;
}
.section-contact-block .contact-info address {
  display: inline-block;
}
.section-contact-block .contact-info a {
  color: #333333;
}
.section-contact-block .contact-info a:hover {
  color: #77c720;
}
.section-contact-block .contact-form-block {
  padding: 0 0 0 0px;
}
.section-contact-block #contact-form input[type="text"],
.section-contact-block #contact-form input[type="email"],
.section-contact-block #contact-form input[type="url"],
.section-contact-block #contact-form input[type="password"] {
  /*border: 0px;*/
  border: 1px solid #eee;
  line-height: 42px;
  height: 42px;
  margin-bottom: 24px;
  padding-left: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form input[type="text"]:focus,
.section-contact-block #contact-form input[type="email"]:focus,
.section-contact-block #contact-form input[type="url"]:focus,
.section-contact-block #contact-form input[type="password"]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-contact-block #contact-form textarea {
  border: 0px;
  border-bottom: 1px solid #eee;
  padding-left: 2px;
  margin-bottom: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
.section-contact-block #contact-form textarea:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.2);
  border: 0px;
  border-bottom: 1px solid #a1a1a1;
}
.section-transparent-bg {
  background: transparent !important;
}

/***********************************************************************************************/
/* 07. ABOUT US PAGE */
/***********************************************************************************************/
.about-us-header {
  background-image: url("../images/our_mission_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-heading-bold {
  position: relative;
  font-size: 32px;
  margin-bottom: 48px;
  line-height: 48px;
}

.btn-cta {
  width: 200px;
  font-weight: bold;
  text-transform: uppercase;
}

/*------------------------------------ 10. HEADER BLOCK ------------------------------------*/

.page-heading {
  margin: 0;
  padding: 200px 0 80px;
}

.page-heading h3 {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.page-heading .page-breadcrumb {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.page-heading .page-breadcrumb a {
  color: #ffffff;
}
.page-heading .page-breadcrumb a:hover {
  color: #77c720;
}

/*------------------------------------ 11. NEWS LAYOUT------------------------------------*/
.latest-news-container {
  border: 0px solid #cccccc;
  margin-bottom: 32px;
}
.latest-news-container figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-news-container figure img {
  display: block;
  position: relative;
}
.latest-news-container figure:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "+";
  position: absolute;
  right: 150%;
  margin-left: -30px;
  bottom: -64px;
  background: #ffffff;
  color: #fe3c47;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-container .news-content {
  background: #ffffff;
  padding: 15px 25px 35px;
}
.latest-news-container .news-content h3 {
  color: #1a1a1a;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 32px;
  margin-bottom: 6px;
  margin-top: 12px;
}
.latest-news-container .news-content h3 a {
  display: block;
  font-size: 24px;
}
.latest-news-container .news-content p {
  color: #333333;
}
.latest-news-container .news-content .news-meta-info {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.latest-news-container:hover figure:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -30px;
}

/*------------------------------------ 13. PRICE TABLE BLOCK------------------------------------*/

.srcare-pricing-container {
  background-color: #fafafa;
  border: 2px solid #eee;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.srcare-pricing-container .plan-title {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.srcare-pricing-container .srcare-pricing-info {
  display: inline-block;
  line-height: 1;
  margin-bottom: 11px;
}

.srcare-pricing-container .srcare-pricing-info .plan-currency {
  color: #f25764;
  font-size: 48px;
  line-height: 45px;
  font-weight: 500;
}

.srcare-pricing-container .srcare-pricing-info .plan-price {
  color: #f25764;
  font-size: 48px;
  font-weight: 500;
}

.srcare-pricing-container .srcare-pricing-info .plan-period {
  color: #646e7a;
  display: block;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 6px;
  text-transform: uppercase;
}

.srcare-pricing-container .srcare-pricing-container-details {
  margin-bottom: 28px;
  color: #2c2c2c;
}
.srcare-pricing-container .price-table-item {
  list-style: none;
  clear: both;
  margin: 0 0 24px 0;
  padding: 0;
  color: #2c2c2c;
}

.srcare-pricing-container .price-table-item li {
  line-height: 32px;
}

.srcare-pricing-container a.srcare-price-plan-btn {
  background: #ffffff;
  color: #f25764;
  border: 2px solid #f25764;
  padding: 6px 20px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
}

.srcare-pricing-container:hover a.srcare-price-plan-btn {
  background: #f25764;
  color: #ffffff;
}

.srcare-pricing-highlight {
  background: #f25764;
}

.srcare-pricing-highlight .plan-title {
  color: #fff;
}

.srcare-pricing-highlight .srcare-pricing-info .plan-period {
  color: #fff;
}

.srcare-pricing-highlight .srcare-pricing-info .plan-currency {
  color: #fff;
}

.srcare-pricing-highlight .srcare-pricing-info .plan-price {
  color: #fff;
}

.srcare-pricing-container .price-table-item {
  color: #fff;
}

.srcare-pricing-highlight a.srcare-price-plan-btn {
  background: #ffffff;
  color: #f25764;
  border: 2px solid #f25764;
}

.srcare-pricing-highlight:hover a.srcare-price-plan-btn {
  background: #f25764;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.srcare-no-padding-pricing-column {
  padding: 0px !important;
}

.srcare-no-padding-pricing-column:first-child {
  padding-left: 15px !important;
}

.srcare-no-padding-pricing-column:last-child {
  padding-right: 15px !important;
}

.srcare-no-padding-pricing-column .srcare-pricing-container {
  border: 0px solid #fff !important;
}

/*------------------------------------ 14. GALLERY BLOCK------------------------------------*/

.gallery-container {
  margin: 0;
  padding: 0;
}
.no-padding-gallery {
  padding: 0px !important;
}

.no-padding-gallery .gallery-box {
  margin-bottom: 0px;
}

.gallery-box {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.gallery-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f25764;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.gallery-box:hover:after {
  opacity: 0.5;
}
.gallery-box img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}

.gallery-box:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-box .gallery-icon-container {
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-box .gallery-icon-container li {
  display: inline-block;
}
.gallery-box .gallery-icon-container li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  top: -50%;
  margin-left: -24px;
  margin-top: -24px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.gallery-box:hover .gallery-icon-container li a {
  top: 50%;
  opacity: 1;
}
.gallery-box .gallery-icon-container li a:hover {
  background: #fff;
  color: #f25764;
}

/*-- GALLERY CAROUSEL --*/

.gallery-carousel {
  clear: both;
}

.gallery-carousel [class^="col-"] {
  width: 100%;
}

.gallery-carousel .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.gallery-carousel .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.gallery-carousel .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.gallery-carousel .owl-nav .owl-prev:hover {
  color: #254559;
}
.gallery-carousel .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.gallery-carousel .owl-nav .owl-next:hover {
  color: #254559;
}
.gallery-carousel .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.gallery-carousel .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.gallery-carousel .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.gallery-carousel .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f68690;
}
.gallery-carousel:hover .owl-nav {
  opacity: 1;
}

@media only screen and (max-width: 990px) {
  .gallery-box {
    margin-bottom: 30px;
  }
}

/*------------------------------ 15. SERVICE BLOCK ---------------------------------*/

.service-layout-1 {
  margin-top: 0px;
  margin-bottom: 42px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 0;
}
.service-layout-1 .service-img-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.service-layout-1 .service-img-box .service-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0px;
}
.service-layout-1 .service-img-box .service-img:before {
  background: #254559;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-layout-1 .service-img-box .service-img:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  position: absolute;
  right: 150%;
  margin-left: -21px;
  bottom: -64px;
  background: #ffffff;
  color: #f25764;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-layout-1 .service-img-box .service-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.service-layout-1 .service-img-box:hover .service-img:before {
  background: #f25764;
  width: 100%;
  height: 1500px;
}
.service-layout-1 .service-img-box:hover .service-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
}
.service-layout-1 .service-img-box:hover .service-img img {
  opacity: 0.5;
  -webkit-transform: scale(1.1) rotate(5deg);
  -moz-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
}
.service-layout-1 .service-img-box:hover .service-img figcaption {
  bottom: 0px;
  left: 0;
}
.service-layout-1 h2 > a {
  font-size: 20px;
  color: #555555;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.service-layout-1 h2 > a:after {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  display: block;
  width: 60px;
  height: 1px;
  margin-left: 0px;
  background: #f25764;
}
.service-layout-1 p {
  margin-top: 24px;
}
.service-layout-1 a.service_read_more {
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  color: #f25764;
  display: inline-block;
}
.service-layout-1 i.fa {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  font-size: 48px;
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #f25764;
  opacity: 1;
}
.service-layout-1:hover .icon {
  color: #f25764;
  top: 60px;
  opacity: 1;
}
.service-layout-1:hover h2 > a:after {
  background: #254559;
  width: 100px;
  height: 1px;
}

.service-info {
  padding: 12px 24px;
}

/*-- Carousel Layout --*/

.service-container [class^="col-"] {
  width: 100%;
  margin-top: 24px;
}

.service-container .owl-nav {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.6;
  margin: 0;
  z-index: 1;
}
.service-container .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.service-container .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}
.service-container .owl-nav .owl-prev:hover {
  color: #254559;
}
.service-container .owl-nav .owl-next {
  right: -3%;
  position: absolute;
  padding: 0;
  top: 50%;
  width: 42px;
  font-size: 48px;
  color: #f25764;
  background: transparent;
  margin-top: -42px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: right;
}
.service-container .owl-nav .owl-next:hover {
  color: #254559;
}
.service-container .owl-dots {
  margin: 24px 0 0 0;
  text-align: center;
}
.service-container .owl-dots .owl-dot {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: inline-block;
  padding: 4px;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.service-container .owl-dots .owl-dot span {
  display: block;
  background: #254559;
}
.service-container .owl-dots .active span {
  padding: 0px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #f68690;
}
.service-container:hover .owl-nav {
  opacity: 1;
}
/*------------------------------ 16.EVENTS BLOCK ---------------------------------*/

.event-heading-column h4.section-subheading {
  padding: 0;
  margin-bottom: 0;
}

.event-heading-column .section-heading {
  margin-bottom: 48px;
}
.event-heading-column .section-heading:after {
  background: #f25764;
  content: "";
  width: 60px;
  height: 3px;
  right: initial;
  position: absolute;
  left: 0;
  margin-left: 0px;
  top: initial;
  bottom: -30px;
  width: 60px;
}

.event_wrapper {
  border: 1px solid #cccccc;
  margin-bottom: 32px !important;
}
.event_wrapper .event-img {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  margin: -1px -1px 0px -1px;
}
.event_wrapper .event-img img {
  margin-top: 0px;
  display: block;
  clear: both;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  max-width: 100%;
  width: 100%;
}
.event_wrapper .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f25764;
  margin: 0;
  color: #ffffff;
  clear: both;
}
.event_wrapper .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper .event-img .event-info .event-date i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #f25764;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event_wrapper .event-img .event-info .event-location {
  background: #ee2838;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper .event-img .event-info .event-location i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ee2838;
  color: #ffffff;
  top: -10px;
  left: 50%;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.event_wrapper .event-content {
  clear: both;
  padding-bottom: 0px;
}
.event_wrapper .event-text {
  text-align: center;
  padding: 0px;
}
.event_wrapper .event-text .event-time {
  font-weight: 400;
  margin-bottom: 24px;
}
.event_wrapper .event-text .event-time span.speaker-name {
  font-weight: 400;
  font-style: italic;
}
.event_wrapper .event-text h5 a {
  margin-top: 32px !important;
  color: #555555;
  font-size: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 32px;
}
.event_wrapper:hover .event-img {
  position: relative;
  display: block;
  clear: both;
}
.event_wrapper:hover .event-img img {
  display: block;
  clear: both;
  text-align: center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.event_wrapper:hover .event-img .event-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #f25764;
  margin: 0;
  color: #ffffff;
  clear: both;
}
.event_wrapper:hover .event-img .event-info .event-date {
  padding: 6px;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper:hover .event-img .event-info .event-date i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #f25764;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}
.event_wrapper:hover .event-img .event-info .event-location {
  background: #ee2838;
  padding: 6px;
  float: right;
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.event_wrapper:hover .event-img .event-info .event-location i.fa {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #ee2838;
  color: #ffffff;
  top: -32px;
  left: 50%;
  margin-left: -16px;
  opacity: 1;
}

/*-----  17. VIDEO BLOCK ----*/

.about-us-layout-2 {
  display: block;
  padding: 12px 0px 0px;
}
.about-us-layout-2 .about-us-img-2 {
  overflow: hidden;
  position: relative;
  /*min-height: 440px;*/
}
.about-us-layout-2 .about-us-img-2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-us-layout-2 .about-us-img-2:after {
  color: #343434;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-size: 42px;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  text-indent: 5px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  animation: pulse-effect 3s infinite;
}
.about-us-layout-2 .about-us-img-2 img {
  display: block;
  width: 100%;
}
.about-us-layout-2 .about-us-img-2:hover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3000px;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.about-us-layout-2 .about-us-img-2:hover:after {
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 6px rgba(237, 19, 93, 0.7);
}

/***********************************************************************************************/
/*  FAQ PAGE */
/***********************************************************************************************/
.srcare_faq {
  position: relative;
  overflow: hidden;
}
.srcare_faq .panel {
  box-shadow: none;
}

.srcare_faq .faq-box {
  margin-bottom: 6px;
}

.srcare_faq .faq-box + .faq-box {
  margin-bottom: 6px;
}

.srcare_faq .panel-default {
  border: 1px solid #eeeeee;
  padding: 0px;
  background: #fbfbfb;
  border-radius: 0;
}
.srcare_faq .faq-box .panel-heading {
  background: #f25764;
  color: #ffffff;
  border: 0 none;
  display: block;
  padding: 12px;
  font-weight: 600;
}

.srcare_faq .faq-box .panel-details {
  background: #fafafa;
  padding: 12px 12px 12px 32px;
}
.srcare_faq .faq-box .panel-title {
  letter-spacing: 0.02em;
  margin-bottom: 0;
  margin-top: 0;
  font-size: inherit;
}
.srcare_faq .faq-box .panel-title > a {
  display: block;
}
.srcare_faq .faq-box .panel-title > a:hover,
.srcare_faq .faq-box .panel-title > a:focus {
  outline: none;
  color: #eeeeee;
}
.srcare_faq .faq-box .panel-body {
  padding-left: 0px;
}
.srcare_faq .faq-box .panel-heading [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  float: left;
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
}
.srcare_faq .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
  color: #ffffff;
  content: "\f107";
}

/***********************************************************************************************/
/* 17. RESPONSIVE STYLING */
/***********************************************************************************************/

@media only screen and (min-width: 992px) and (max-width: 1370px) {
  .srcare_slider .slider_item_container {
    min-height: 520px;
  }

  .srcare_slider .slider-content h2,
  .srcare_slider .slider-content h2.jumbo-heading {
    font-size: 56px;
    line-height: 60px;
  }

  .srcare_slider .slider-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 12px;
  }

  .srcare_slider .slider-content .slider-button {
    margin-top: 0;
  }

  /*----- BANNER ----*/

  .section-banner {
    padding: 100px 0;
  }

  .section-banner .banner-content h2 {
    margin-top: 32px;
    font-size: 56px;
    line-height: 60px;
  }

  .section-banner .banner-content h3 {
    margin-top: 16px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
  /*----- COMMON CLASS ----*/

  .no-gutter [class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-content-block {
    padding: 60px 0;
    margin: 0 12px !important;
  }

  a.btn-theme {
    margin-top: 0;
    padding: 12px 36px;
    font-size: 14px;
  }

  /*----- Slider ----*/

  .srcare_slider .slider_item_container {
    min-height: 420px;
  }

  .srcare_slider .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }

  .srcare_slider .slider-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
  }

  .srcare_slider .slider-content h2.jumbo-heading,
  .srcare_slider .slider-content h2 {
    font-size: 48px;
    line-height: 56px;
    margin-top: 24px;
  }

  .srcare_slider .slider-content h3 {
    display: none;
  }

  .srcare_slider .slider-content .slider-button {
    margin-top: 0px;
  }

  .srcare_slider .slider-content a.btn-slider,
  .srcare_slider .slider-content a.btn-slider-2 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
  }

  .srcare_slider .slider-contents-info {
    padding: 16px 12px 16px 12px;
  }

  /*----- Banner ----*/

  .section-banner {
    padding: 80px 0px;
  }

  .section-banner .banner-content {
    transform: translateY(-20px);
    padding: 0 32px;
  }

  .section-banner .banner-content h2 {
    color: #ffffff;
  }

  .section-banner .banner-content h2.jumbo-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .section-banner .banner-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section-heading {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 36px;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 24px;
  }

  /*-----  Heading ----*/

  .section-heading {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    hyphens: none;
    word-wrap: normal;
  }

  .event-heading-column .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .text-center .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .section-heading::after,
  .section-heading-wrapper .text-center .section-heading::after,
  .section-heading:before {
    display: none;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .jumbo-heading-style h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }

  .jumbo-heading-style h2:after {
    display: none;
  }

  /*----- About Us ----*/

  .about-us-info-block {
    padding: 0px 0 42px 32px;
    margin-right: 32px;
    max-width: 100%;
  }

  .about-us-slogan {
    font-size: 36px;
    line-height: 42px;
  }

  /*----- Breadcrumb ----*/

  .page-header {
    padding: 80px 0;
  }

  /*----- Counter  ----*/

  .counter-block-2 {
    margin-bottom: 32px;
  }

  /*----- Logo  ----*/

  .client-logo {
    margin-bottom: 24px;
  }

  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }

  /*----- Service ----*/

  .service-layout-1 {
    margin-bottom: 12px;
  }

  .service-layout-1 .service-info {
    padding: 0 12px 12px 12px;
  }

  /*----- Events ----*/

  .event_wrapper {
    margin-top: 32px;
  }

  /*----- Testimonial ----*/

  .testimony-layout-1 {
    padding: 24px 0 24px 0;
  }

  /*----- CTA ----*/

  .cta-layout-2 {
    font-size: 32px;
    margin: 0 12px;
    clear: both;
  }

  .cta-layout-2 a {
    float: left;
    margin-top: 12px;
  }

  .cta-layout-3 {
    padding: 0;
  }

  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }

  .cta-layout-4 {
    padding: 0;
    margin-bottom: 42px;
  }

  .cta-layout-4 h2 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .cta-layout-4 p {
    margin-bottom: 16px;
  }

  .cta-layout-5 {
    padding: 24px 0;
  }

  /*----- 404  ----*/

  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
  /*----- COMMONG CLASS ----*/

  .section-content-block {
    padding: 32px 0;
    margin: 0 12px !important;
  }

  a.btn-theme {
    margin-top: 0;
    padding: 12px 36px;
    font-size: 14px;
  }

  .srcare_slider .slider_item_container {
    min-height: 300px;
  }

  .srcare_slider .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }

  .srcare_slider .slider-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
  }

  .srcare_slider .slider-content h2.jumbo-heading,
  .srcare_slider .slider-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
  }

  .srcare_slider .slider-content h3 {
    display: none;
  }

  .srcare_slider .slider-content .slider-button {
    margin-top: 0px;
  }

  .srcare_slider .slider-content a.btn-slider,
  .srcare_slider .slider-content a.btn-slider-2 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
  }

  .srcare_slider .slider-contents-info {
    padding: 16px 12px 16px 12px;
  }

  /*----- Banner ----*/

  .section-banner {
    padding: 80px 0px;
  }

  .section-banner .banner-content {
    transform: translateY(-20px);
    padding: 0 32px;
  }

  .section-banner .banner-content h2 {
    color: #ffffff;
  }

  .section-banner .banner-content h2.jumbo-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .section-banner .banner-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  /*----- SRCARE BANNER ----*/

  .srcare-section-banner {
    padding: 60px 0;
  }

  .srcare-section-banner .srcare-banner-content {
    padding: 0 24px;
  }

  .srcare-section-banner .srcare-banner-content h2 {
    font-size: 42px;
    line-height: 42px;
  }

  .srcare-section-banner .srcare-banner-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .srcare-section-banner a.btn-theme + a.btn-theme {
    margin-left: 12px;
  }

  /*-----  Heading ----*/

  .section-heading {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    hyphens: none;
    word-wrap: normal;
  }

  .event-heading-column .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .text-center .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .section-heading::after,
  .section-heading-wrapper .text-center .section-heading::after,
  .section-heading:before {
    display: none;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .jumbo-heading-style h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }

  .jumbo-heading-style h2:after {
    display: none;
  }

  /*----- About Us ----*/

  .about-us-info-block {
    padding: 0px 0 42px 32px;
    margin-right: 32px;
    max-width: 100%;
  }

  .about-us-slogan {
    font-size: 36px;
    line-height: 42px;
  }

  /*----- Breadcrumb ----*/

  .page-header {
    padding: 80px 0;
  }

  .page-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }

  /*----- Counter  ----*/

  .counter-block-2 {
    margin-bottom: 32px;
  }

  /*----- Logo  ----*/

  .client-logo {
    margin-bottom: 24px;
  }

  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }

  /*----- Service ----*/

  .service-layout-1 {
    margin-bottom: 12px;
  }

  .service-layout-1 .service-info {
    padding: 0 12px 12px 12px;
  }

  /*----- Events ----*/

  .event_wrapper {
    margin-top: 32px;
  }

  /*----- Testimonial ----*/

  .testimony-layout-1 {
    padding: 24px 0 24px 0;
  }

  .news-layout-1 {
    margin: 0 0 48px 0;
  }

  /*----- CTA ----*/

  .cta-layout-2 {
    font-size: 32px;
    margin: 0 12px;
    clear: both;
  }

  .cta-layout-2 a {
    float: left;
    margin-top: 12px;
  }

  .cta-layout-3 {
    padding: 0;
  }

  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }

  .cta-layout-4 {
    padding: 0;
    margin-bottom: 42px;
  }

  .cta-layout-4 h2 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .cta-layout-4 p {
    margin-bottom: 16px;
  }

  .cta-layout-5 {
    padding: 24px 0;
  }

  /*-----  404 ----*/

  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
  .article-container-fix,
  .main-sidebar {
    width: 100%;
    margin-left: 0px;
    border: 0px solid transparent;
  }
  .post-details-container h3 {
    margin-top: 12px;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  /*----- COMMONG CLASS ----*/

  .section-content-block {
    padding: 32px 0;
    margin: 0 12px !important;
  }

  a.btn-theme {
    margin-top: 0;
    padding: 12px 36px;
    font-size: 14px;
  }

  /*----- Slider ----*/

  .srcare_slider .slider_item_container {
    min-height: 300px;
  }

  .srcare_slider .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }

  .srcare_slider .slider-content h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
  }

  .srcare_slider .slider-content h2.jumbo-heading,
  .srcare_slider .slider-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
  }

  .srcare_slider .slider-content h3 {
    display: none;
  }

  .srcare_slider .slider-content .slider-button {
    margin-top: 0px;
  }

  .srcare_slider .slider-content a.btn-slider,
  .srcare_slider .slider-content a.btn-slider-2 {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
  }

  .srcare_slider .slider-contents-info {
    padding: 16px 12px 16px 12px;
  }

  /*----- Banner ----*/

  .section-banner {
    padding: 80px 0px;
  }

  .section-banner .banner-content {
    transform: translateY(-20px);
    padding: 0 32px;
  }

  .section-banner .banner-content h2 {
    color: #ffffff;
  }

  .section-banner .banner-content h2.jumbo-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .section-banner .banner-content h3 {
    font-size: 24px;
    line-height: 32px;
  }

  /*----- SRCARE BANNER ----*/

  .srcare-section-banner {
    padding: 60px 0;
  }

  .srcare-section-banner .srcare-banner-content {
    padding: 0 24px;
  }

  .srcare-section-banner .srcare-banner-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .srcare-section-banner .srcare-banner-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }

  .srcare-section-banner a.btn-theme + a.btn-theme {
    margin-left: 0px;
  }

  /*-----  Heading ----*/

  .section-heading {
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    hyphens: none;
    word-wrap: normal;
  }

  .event-heading-column .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .text-center .section-heading {
    margin-bottom: 0;
  }

  .section-heading-wrapper .section-heading::after,
  .section-heading-wrapper .text-center .section-heading::after,
  .section-heading:before {
    display: none;
  }

  .section-subheading {
    font-size: 16px;
    line-height: 24px;
    display: none;
  }

  .jumbo-heading-style h2 {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }

  .jumbo-heading-style h2:after {
    display: none;
  }

  /*----- About Us ----*/

  .about-us-info-block {
    padding: 0px 0 42px 32px;
    margin-right: 32px;
    max-width: 100%;
  }

  .about-us-slogan {
    font-size: 36px;
    line-height: 42px;
  }

  /*----- Breadcrumb ----*/

  .page-header {
    padding: 80px 0;
  }

  .page-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }

  /*----- Counter  ----*/

  .counter-block-2 {
    margin-bottom: 32px;
  }

  /*----- Logo  ----*/

  .client-logo {
    margin-bottom: 24px;
  }

  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }

  /*----- Service ----*/

  .service-layout-1 {
    margin-bottom: 12px;
  }

  .service-layout-1 .service-info {
    padding: 0 12px 12px 12px;
  }

  /*----- Events ----*/

  .event_wrapper {
    margin-top: 32px;
  }

  /*----- Testimonial ----*/

  .testimony-layout-1 {
    padding: 24px 0 24px 0;
  }

  /*----- CTA ----*/

  .cta-layout-2 {
    font-size: 32px;
    margin: 0 12px;
    clear: both;
  }

  .cta-layout-2 a {
    float: left;
    margin-top: 12px;
  }

  .cta-layout-3 {
    padding: 0;
  }

  .cta-layout-3 h2 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 12px;
  }

  .cta-layout-4 {
    padding: 0;
    margin-bottom: 42px;
  }

  .cta-layout-4 h2 {
    margin-top: 12px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
    font-weight: 600;
  }

  .cta-layout-4 p {
    margin-bottom: 16px;
  }

  .cta-layout-5 {
    padding: 24px 0;
  }

  /*----- 404  ----*/

  .message-container-404 {
    margin: 48px 0;
  }
  .message-container-404 .text-404 {
    margin: 80px 0;
  }
  .message-container-404 .search-form-404 {
    padding: 5px;
    width: 100%;
  }
  .message-container-404 .message-text-404 {
    padding: 24px 0px;
  }
}
