/*========================================================================*/
/*   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
          15.1. SINGLE SERVICE BLOCK
/*      16. EVENTS BLOCK
/*      17. RESPONSIVE STYLING
/*
/*========================================================================*/

/*------------------------------------ 00. COMMON CLASS ------------------------------------*/


#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: 0px;
  font-size: 0px;
  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: #6d7db6;
  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: 60px 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: 30px;
}
.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;
}

a.btn-load-more {
  -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: #FFFFFF ;
  border: 1px solid #2E385C;
  background: #2E385C;
  padding: 12px 24px;
  margin-top: 10px;
  margin-top: 20px;
  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: #FFFFFF;
  background: #1d233a;
  border: 1px solid #2E385C;
}

.no-padding{
    padding: 0px !important;
}

.margin-bottom-42{
    margin-bottom: 42px !important;
}

/*----- About Us Slogan----*/

.about-details ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
  padding-left: 0;
}
.about-details ul li {
  padding-left: 25px;
  position: relative;
  float: left;
  width: 50%;
  line-height: 36px;
}
.about-details ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  border: 2px solid #2e385c;
  border-radius: 100%;
  margin: 0;
  height: 10px;
  position: absolute;
  top: 14px;
  left: 0px;
}


.about-details-2 .about-heading {
  position: relative;
  font-size: 32px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #000000;
}
.about-details-2 ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
  padding-left: 0;
}
.about-details-2 ul li {
  padding-left: 25px;
  position: relative;
  float: left;
  width: 50%;
  line-height: 36px;
}
.about-details-2 ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  border: 2px solid #2e385c;
  border-radius: 100%;
  margin: 0;
  height: 10px;
  position: absolute;
  top: 14px;
  left: 0px;
}

a.btn-about {
  font-size: 16px;
  margin-top: 16px;
  background: #2e385c;
  border: 2px solid #2e385c;
  color: #FFFFFF;
  height: 42px;
  line-height: 24px;
  padding-left: 12px;
  padding-right: 12px;
  letter-spacing: 0.03em;
  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;
}
a.btn-about:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}

/*------------------------------------ 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;
}
.petapalozza_slider {
    text-align: center;
}
.petapalozza_slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.petapalozza_slider .slider_item_container {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000000;
}
.petapalozza_slider .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 32px;
}

.petapalozza_slider .slider-content h2 {
  letter-spacing: 0.03em;
  position: relative;
  overflow: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.petapalozza_slider .slider-content h2:after {
  position: absolute;
  content: "";
  background: #FFFFFF;
  width: 100px;
  height: 5px;
  left: 2px;
  bottom: 0;
}
.petapalozza_slider .slider-content h2 span {
  padding: 0 3px;
  font-weight: 400;
}

.petapalozza_slider .slider-content h3 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.petapalozza_slider .slider-content .text-left {
  text-align: left;
}
.petapalozza_slider .slider-content .text-center {
  text-align: center;
}
.petapalozza_slider .slider-content .text-center h2 {
  position: relative;
}
.petapalozza_slider .slider-content .text-center h2:after {
  left: 50%;
  margin-left: -50px;
}
.petapalozza_slider .slider-content .text-right {
  text-align: right;
}
.petapalozza_slider .slider-content .text-right h2 {
  position: relative;
}
.petapalozza_slider .slider-content .text-right h2:after {
  left: initial;
  right: 0;
  margin-left: -50px;
}

.petapalozza_slider .slider-content .slider-button {
  display: block;
  margin-top: 40px;
}
.petapalozza_slider .slider-content .slider-button a.btn-slider {
  font-size: 18px;
  display: inline-block;
  background: #2e385c;
  border: 2px solid #2e385c;
  color: #FFFFFF;
  line-height: 32px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.petapalozza_slider .slider-content .slider-button a.btn-slider:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}
.petapalozza_slider .slider-content .slider-button a.btn-slider-2 {
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
  background: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #2e385c;
  line-height: 32px;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.03em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.petapalozza_slider .slider-content .slider-button a.btn-slider-2:hover {
  background: #e6e6e6;
  border: 2px solid #FFFFFF;
}
.petapalozza_slider .slider-contents-info {
    background: rgba(0, 0, 0, 0.2);
    padding: 12px 42px 42px 42px;
    display: block;
}
.petapalozza_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;
}
.petapalozza_slider .owl-nav div[class*="owl-"] {
    font-size: 25px;
    width: 70px;
    height: 70px;
    line-height: 64px;
    background: #ffffff;
    color: #1A1A1A;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 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;
}
.petapalozza_slider:hover .owl-nav {
    opacity: 0.8;
}
.petapalozza_slider .owl-nav div.owl-prev {
    left: 24px;
}
.petapalozza_slider .owl-nav div.owl-next {
    right: 24px;
}
.petapalozza_slider:hover .owl-controls {
    opacity: 1;
}
.petapalozza_slider:hover .owl-nav div {
    opacity: 1;
}
.petapalozza_slider:hover .owl-nav div.owl-prev {
    left: 24px;
}
.petapalozza_slider:hover .owl-nav div.owl-next {
    right: 24px;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*------------------------------------ 01.1. JUMBOTRON SEARCH BOX ------------------------------------*/


#jumbotron_1 {
  clear: both;
}

#jumbotron_1:before{
    clear: both;
}

.jumbo_search_box{
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
}

#jumbotron_1 .item img {
    display: none;
}

#jumbotron_1 .jumbotron-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    hyphens: none;
    word-wrap: normal;
}
#jumbotron_1 .jumbotron-content h2 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}
#jumbotron_1 .jumbotron-content h2 span {
  background: rgba(64, 193, 240, 0.7);
  padding: 0 5px;
}
#jumbotron_1 .jumbotron-content h3 {

  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 12px 0 24px 0;
  color: #FFFFFF;
}
#jumbotron_1 .jumbotron-content h3 span {
  background: rgba(64, 193, 240, 0.7);
  padding: 5px 12px;
}

#jumbotron_1 .jumbotron-content .jumbotron-btn-container{
    
    margin-top: 18px;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron {
  background: #2E385C;
  border: 2px solid #2E385C;
  color: #FFFFFF;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-left: 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron:hover {
  border: 2px solid #2E385C;
  background: rgba(64, 193, 240, 0.7);
  color: #ffffff;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2 {
  margin-left: 9px;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #2E385C;
  height: 46px;
  line-height: 30px;
  padding-left: 28px;
  padding-right: 28px;
  letter-spacing: 0.03em;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#jumbotron_1 .jumbotron-content .jumbotron-btn-container a.btn-jumbotron-2:hover {
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.7);
  color: #2E385C;
}
#jumbotron_1 .jumbotron-content a.btn-animated {
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  box-shadow: 0 0 0 6px rgba(64, 193, 240, 0.5);
  color: #7c7c7c;
  height: 46px;
  line-height: 30px;
  width: 46px;
  font-weight: 600;
  font-size: 24px;
  -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;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#jumbotron_1 .jumbotron-content a.btn-animated:hover {
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: #2E385C;
}

.home-page-section-heading span {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #676767;
}
.btn-heading {
  background: transparent;
  border: 2px solid #2E385C;
  color: #2E385C;
}

/*------------------------------------ 02. HIGHLIGHTS BLOCK ------------------------------------*/

/*-- 02.1 HIGHLIGHTS LAYOUT 01 --*/

.pcare-highlight{

	margin-left: 0!important;
	margin-right: 0!important;
}

.highlight {
  text-align: center;
}
.highlight:nth-child(1) {
  background-color: #2e385c;
}
.highlight:nth-child(2) {
  background-color: #47578f;
}
.highlight:nth-child(3) {
  background-color: #252e4b;
}
.highlight:nth-child(4) {
  background-color: #6d7db6;
}
.about-highlight{
	padding: 15px 10px;
}
.highlight i{
  font-size: 35px;
  margin: 15px 0 0px;
  display: block;
  color: #FFFFFF;
}
.highlight h3 {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight:700;
  margin-top: 15px;
  line-height: 32px;
}


/*------------------------------------ 03. HEADING BLOCK ------------------------------------*/

.section-heading-container{
  margin-bottom: 24px;
}

.section-light-heading {
  font-family: 'Dosis', sans-serif;
  font-size: 85px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.15em;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  color: #808080;
  opacity: 0.06;
}

.section-heading {
  position: relative;
  font-size: 42px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000000;
}

.section-heading span {
  font-style: 400;
  color: #000000;
}


.section-heading span {
  font-style: 400;
  color: #000000;
}
.section-heading-alt {
  color: #FFFFFF;
}
.section-heading-alt span {
  font-style: 400;
  color: #FFFFFF;
}
.section-subheading {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Dosis', sans-serif;
  color: #333333;
  margin-bottom: 24px;
  padding: 15px 0 0;
  word-spacing: 0.03em;
}
.section-subheading-alt {
  color: #FFFFFF;
}


h2.only-heading {
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 42px;
  /*font-family: 'Montserrat', sans-serif;*/
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #737373;
  margin-bottom: 36px;
  padding-bottom: 6px;
  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: #2E385C;
}

/*------------------------------------ 04. COUNTER  BLOCK ------------------------------------*/

/*-- 04.1 COUNTER LAYOUT 01 ---*/

.counter-margin-to {
  margin-top: 110px;
}

.counter-block-2 {
  clear: both;
  padding: 45px 0;
  background: #ffffff;
  margin: 12px 0;
}

.counter-block-2 h4 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.02em;
  position: relative;
}
.counter-block-2 .counter {
  display: inline-block;
  margin-top: 0px;
  font-size: 36px;
  color: #2e385c;
  font-weight: 600;
}
.counter-block-2 .counter-postfix {
  display: inline-block;
  margin-top: 0px;
  font-size: 36px;
  color: #2e385c;
  font-weight: 600;
}
.counter-block-2 .icon{
  font-size: 30px;
  margin-left: 0 ;
  margin-right: 9px;
  color: #808080;
  opacity: 0.4;
}


/*------------------------------------ 05. TEAM  BLOCK ------------------------------------*/

/*---- 05.1 TEAM LAYOUT 01  ---*/

.section-our-team {
  clear: both;
}
.team-layout-1 {
 position: relative;
 overflow: hidden;
 border: 0px solid #EEE;
 margin-bottom: 30px;
 background: #fbfbfb;
}
.team-layout-1 .team-member {
 float: left;
 display: block;
 margin-right: 20px;
}
.team-layout-1 .team-member img {
 vertical-align: middle;
 width: 100%;
}
.team-layout-1 .team-info {
  margin-top:80px;
}
.team-layout-1 h3 {
 text-transform: uppercase;
 margin: 15px 0 0 0;
 line-height: 22px;
 font-size: 22px;
 letter-spacing: 0.03em;
 font-weight: 700;
 color: #1A1A1A;
}
.team-layout-1 h4 {
  color: #808080;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-layout-1 p {
 margin-top: 0;
}
.team-layout-1 .team-content {
  overflow: hidden;
  padding-right: 12px;
}
.team-layout-1 .team-content .team-social-share {
  margin: 0px 0px;
  padding: 10px 0 10px;
}
.team-layout-1 .team-content .team-social-share a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  font-size: 15px;
  width: 40px;
  color: #2e385c;
  border: 1px solid #EEE;
  background: #FFFFFF;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.team-layout-1 .team-content .team-social-share a:hover {
  color: #0c0f18;
}



/*----  05.3 TEAM LAYOUT 03 (CAROUSEL) ---*/

.teams-container {
    clear: both;
}

.teams-container [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}
.teams-container .owl-nav {
  opacity: 0;
  overflow: hidden;
  margin-top: -60px;
  position: absolute;
  top: 60%;
  -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;
  width: 100%;
  text-align: center;
  clear: both;
}

.teams-container .owl-nav .owl-prev {
  float: left;
}
.teams-container .owl-nav .owl-prev i.nav-icon {
  display: inline-block;
  color: #fafafa;
  background: #2E385C;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  left: -16px;
  -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;
}
.teams-container .owl-nav .owl-prev:hover i.nav-icon {
  background: #fafafa;
  color: #2E385C;
}
.teams-container .owl-nav .owl-next {
  float: right;
}
.teams-container .owl-nav .owl-next i.nav-icon {
  display: inline-block;
  color: #fafafa;
  background: #2E385C;
  border: 1px solid #ebebeb;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  right: -16px;
  -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;
}
.teams-container .owl-nav .owl-next:hover i.nav-icon {
  background: #fafafa;
  color: #2E385C;
}
.teams-container:hover .owl-nav {
  opacity: 1;
}
.teams-container:hover .owl-nav .owl-prev i.nav-icon {
  left: 12px;
}
.teams-container:hover .owl-nav .owl-next i.nav-icon {
  right: 12px;
}

/*------------------------------------05.4 Single Team Page------------------------------------*/

.single-team {
  background: transparent;
  margin: 20px 0 0px;
  overflow: hidden;
  position: relative;
}
.single-team img {
  width: 100%;
}
.single-team-details h3 {
  font-family: 'Dosis', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin:0;
  text-transform: uppercase;
}
.single-team-details h4 {
  color: #9a9a9a;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.single-team-details i.rectangle {
  background: #2e385c;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-top: 13px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.single-team-details ul.team-social-share-2 li a {
  color: #FFFFFF;
}
.single-team-details a.btn-team-details {
  border: 2px solid #2e385c;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px 15px;
  text-transform: uppercase;
}

/*------------------------------------ 06. CTA  BLOCK ------------------------------------*/

/*-- 06.1 CTA LAYOUT 01 --*/

.section-cta{
    padding: 50px 0 50px 0;
}

.cta-layout-1 h5 {
  font-size: 24px;
  line-height: 36px;
  color: #EEEEEE;
  margin: 20px 0px 20px 0px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.cta-layout-1 h2 {
  font-size: 36px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}


.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;
}

/*-- 06.2 CTA LAYOUT 02 --*/

.cta-layout-2{
    padding: 0;
    margin: 0;
    clear: both;
}
 
.cta-layout-2 h2 {
  font-size: 26px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.01em;
}
.cta-layout-2 p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.004em;
  color: #FFFFFF;
  margin-top: 12px
}
.cta-layout-2 a {
  display: block;
  margin: 24px auto 0 auto;
  width: 180px;
  color: #13a1e3;
  background: #FFFFFF;
  line-height: 32px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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;
}

/*-- 06.3 CTA LAYOUT 03 --*/

.cta-section-3 .cta-content {
  color: #FFFFFF;
}
.cta-section-3 .cta-content h2 {
  font-size: 50px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 65px;
  font-weight: 600;
}
.cta-section-3 .cta-content p {
  color: #FFFFFF;
}
.cta-section-3 .cta-content a.btn-cta-3 {
  background: #000000;
  border: 2px solid #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 25px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  margin-top: 55px;
}
.cta-section-3 .cta-content a.btn-cta-3:hover {
  background-color: #1a1a1a;
}

/*-- 06.4 CTA LAYOUT 04 --*/

.cta-layout-4 {
  padding: 80px 0 0;
}
.cta-layout-4 h2 {
  font-size: 28px;
  line-height: 42px;
  color: #1a1a1a;
  margin: 48px 0 24px 0;
  font-weight: 500;
}
.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: #2E385C;
  font-size: 14px;
  font-weight: 600;
}

/*-- 06.5 CTA LAYOUT 05 --*/

.cta-layout-5 {
  padding: 0;
}
.cta-layout-5 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
.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: #2E385C;
  background: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

/*------------------------------------ Newletter  BLOCK ------------------------------------*/


.section-newsletter {
  position: relative;
  overflow: hidden;
}
.horizontal-newsletter {
  position: relative;
  overflow: hidden;
  margin-top: -12px;
  margin-bottom: 12px;
}
.horizontal-newsletter .news-subscription > input {
  background: #FFFFFF;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px;
  color: #333333;
  height: 55px;
  padding-left: 13px;
  width: 100%;
}
.horizontal-newsletter .news-subscription > button {
  background: #2e385c;
  border: 0 none;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 5px 25px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  height: 50px;
  transition: all 0.3s ease 0s;
}
.horizontal-newsletter .news-subscription > button:hover {
  background: #1d233a;
}

/*------------------------------------ 07. LOGOS  BLOCK ------------------------------------*/

/*-- 07.1 LOGO LAYOUT 01 --*/

.section-client-logo{
    clear: both;
}

.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 .client-logo {
  border: 0px solid #ebebeb;
  background: #ffffff;
  margin-bottom: 0px;
  -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 .client-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;
  opacity: 0.7;
  display: block;
}
.logo-layout-1 .client-logo:hover img {
  opacity: 1;
}


.logo-items .owl-nav {
  text-align: center;
  margin-top: 12px;
}
.logo-items .owl-nav .owl-prev,
.logo-items .owl-nav .owl-next {
  display: inline;
  margin: 0 4px;
}
.logo-items .owl-nav i.logo-nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 20px;
  height: 9px;
  position: relative;
}
.logo-items .owl-nav i.logo-nav-icon:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 3px;
  background: #2E385C;
  content: '';
}

/*------------------------------------ 08. TESTIMONIAL  BLOCK ------------------------------------*/

.section-client-testimonial {
  background-image: url("../images/testimonial_bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 70%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.section-client-testimonial:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  width: 100%;
  height: 2000px;
}
.testimony-layout-1 {
  background: #FFFFFF;
  position: relative;
  padding: 30px;
  margin: 30px 0;
}
.testimony-layout-1 .people-quote {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e385c;
  margin-bottom: 24px;
}
.testimony-layout-1 h6 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #777777;
}
.testimony-layout-1 h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
}
.testimony-layout-1 span {
  font-size: 14px;
  text-transform: uppercase;
  color: #4d4d4d;
}
 .testimony-layout-1 p.testimony-text {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 32px;
  margin: 0 0 24px 0;
  padding-top: 24px;
  color: #333333;
}
.testimony-layout-1 p.testimony-text i {
    color: #2e385c;
    font-size: 45px;
}
 .testimonial-container .owl-controls {
  display: none;
  position: relative;
  margin-top: 0px;
}
.testimonial-container .owl-controls .owl-dots {
  margin: 24px 0 0 0;
}
.testimonial-container .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #CCCCCC;
  margin: 0 4px;
}
.testimonial-container .owl-controls .owl-dots .owl-dot span {
  display: block;
}
.testimonial-container .owl-controls .owl-dots .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #3f4d7e;
}

/*------------- Testimonial layout 2 ------------------------*/

.testimony-layout-2 {
  position: relative;
  text-align: left;
  background: #ffffff;
  padding: 12px 24px 24px 24px;
}
.testimony-layout-2 p{
  position: relative;
  /*font-family: 'Source Sans Pro', sans-serif;*/
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 32px;
  max-width: 512px;
  margin: 12px 0 0px;
  color: #555555;
}
.testimony-layout-2 p:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f10e';
  right: -16px;
  top: 24px;
  font-size: 100px;
  color: #2E385C;
  opacity: .05;
  font-style: normal;
}
.testimony-layout-2 .testimonial-meta {
  position: relative;
  clear: both;
  top: 8px;
}
.testimony-layout-2 .testimonial-meta img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  margin: -8px auto 24px auto;
  float: left;
  display: block;
}
.testimony-layout-2 .testimonial-meta h6 {
  margin: 12px 0 0 66px;
  font-size: 18px;
  text-transform: uppercase;
}
.testimony-layout-2 .testimonial-meta span {
  margin: 12px 0 0 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7c7c7c;
}
.testimonial-container-2 .owl-nav div {
  color: #f9fafb;
  font-size: 90px;
  line-height: 140px;
  margin-top: -70px;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.testimonial-container-2 .owl-nav div.owl-prev {
  left: 30px;
}
.testimonial-container-2 .owl-nav div.owl-next {
  right: 30px;
}
.testimonial-container-2 .owl-nav div:hover {
  opacity: 0.4;
}

/*------------------------------ 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: #2E385C;
}

/*------------------------------------ 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;
}
div.section-contact-block{
  padding: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;
}

/***********************************************************************************************/
/* 06. COMING SOON PAGE */
/***********************************************************************************************/

.countdown-section {
  padding: 250px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.countdown-section #coming_soon_countdown {
  font-size: 32px;
  clear: both;
  width: 900px;
  max-width: 100%;
  margin: 30px auto;
  position: relative;
  overflow: hidden;  
}
.countdown-section #coming_soon_countdown .countdown_container {
  text-align: center;
  display: block;
  float: left;
  width: 25%;
}
.countdown-section #coming_soon_countdown .countdown_container span.count_number {
  display: block;
  font-size: 90px;
  line-height: 100px;
  font-weight: 600;
  font-family: 'Dosis', sans-serif;
  color: #FFFFFF;
}
.countdown-section #coming_soon_countdown .countdown_container span.count_text {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
}
.countdown-section h2 {
  color: #FFFFFF;
  margin-top: 48px;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size:50px;
  text-transform:uppercase;
}

/***********************************************************************************************/
/* 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------------------------------------*/


.news-layout-1 {
  background: #ffffff;
  border: 1px solid #ebebeb;
}
.news-layout-1 .news-img {
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.news-layout-1 .news-img img {
  margin-bottom: 0px;
  width: 100%;
  display: block;
  padding: 0px;
  margin: 0px;
  min-height: 210px;
}
.news-layout-1 .news-img .date-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 60px;
  background: rgba(64,193,240, 0.9);
  font-size: 30px;
  width: 140px;
  text-align: center;
  color: #ffffff;
  padding: 6px 0;
  font-weight: 600;
}
.news-layout-1 .news-img .date-meta span {
  font-size: 16px;
  display: block;
}
.news-layout-1 .news-meta {
  list-style: none;
  overflow: hidden;
  margin: 6px 0;
}
.news-layout-1 .news-meta li {
  display: block;
}
.news-layout-1 .news-button {
  border-radius: 0px;
  border: 0px;
  transition: all 0.4s ease 0s;
  background: #2E385C;
  font-size: 14px;
  color: #ffffff;
}
.news-layout-1 .news-button:hover {
  background: #FFFFFF;
  border: 0px;
  color: #2E385C;
}
.news-layout-1 .news-content {
  padding: 0px 12px 24px 12px;
}
.news-layout-1 .news-content .news-text h5 a {
  margin-top: 32px;
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.news-layout-1 .news-content .news-text p {
  font-size: 16px;
  font-weight: normal;
  color: #737373;
}
.news-layout-1:hover .news-img:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.news-layout-1:hover .news-button {
  background: #2E385C;
  color: #FFFFFF;
}
.news-layout-1:hover .news-button .fa {
  color: #FFFFFF;
}

.latest-news-container {
  border: 0px solid #CCCCCC;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.latest-news-container figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.latest-news-container figure img {
  display: block;
  position: relative;
}
.latest-news-container .news-meta-info {
  color: #333333;
  padding: 5px 0 15px;
  border-bottom: 1px dashed #CCCCCC;
}
.latest-news-container .news-content {
  padding: 15px 25px 35px;
  position: relative;
}
.latest-news-container .news-content h3 a{
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 32px;
  margin-bottom: 6px;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}

.latest-news-container .news-content p {
  color: #333333;
  margin-bottom: 20px;
}
.latest-news-container  a.blog-read-more {
  color: #333333;
  font-size: 15px;
  margin-left: 60px;
  text-transform: uppercase;
}
.latest-news-container  a.blog-read-more:after {
  background-color: #2e385c;
  bottom: 45px;
  content: "";
  height: 2px;
  left: 25px;
  position: absolute;
  width: 40px;
}

/*------------------------------------ 12. PORTFOLIO BLOCK------------------------------------*/

.section-portfolio-block-parallax {
  background-attachment: scroll;
  background-color: transparent;
  background-repeat: repeat;
  background-size: initial;
}

.section-portfolio-block {
  clear: both;
}
.portfolio-col-pad{
    padding: 12px 12px 12px 12px !important;
}
.portfolio-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
  -webkig-box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

.portfolio-container .btn-container{
    position: absolute;
    width: 76px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -16px;
}

.portfolio-container .portfolio-img{
    display: block;
}

.portfolio-container figcaption.portfolio-title{
    position: absolute;
    width: 100%;
    background: #12A8E0;
    left: 0;
    bottom: -20%;
    opacity: 0;
    -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;
    margin: 0;
    line-height: 24px;
    padding: 12px 6px;
}

.portfolio-container figcaption.portfolio-title a{
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

.portfolio-container:hover figcaption.portfolio-title{
    background: #fafafa;
    opacity: 1;
    bottom: 0;
}


.no-bottom-padding {
  padding-bottom: 0px;
}
.portfolio-light-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.portfolio-light-box .portfolio-img {
  display: block;
  position: relative;
  max-width: 100%;
  padding: 0px;
}

.portfolio-light-box .portfolio-img img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 1;
  -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;
}
.portfolio-light-box:hover .portfolio-img:before {
  background: rgba(214, 153, 107, 0.5);
  width: 100%;
  height: 1500px;
}
.portfolio-light-box:hover .portfolio-img:after {
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
}
.portfolio-light-box:hover .portfolio-img img {
  opacity: 0.4;
}
.portfolio-light-box:hover .portfolio-img figcaption {
  bottom: 0px;
  left: 0;
}
.no-padding-portfolio .portfolio-container {
  padding: 0px;
  margin: 0;
}
.petapalozza-portfolio {
  clear: both;
}
.petapalozza-portfolio .filter-items {
  text-align: center;
  margin-bottom: 24px !important;
  clear: both;
}
.petapalozza-portfolio .filter-items button {
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 6px 4px 6px;
  border: 1px solid #cccccc;
}
.petapalozza-portfolio .filter-items button.active {
  background: #12a8e0;
  color: #ffffff;
}
.petapalozza-portfolio .filter-items button:last-child {
  margin-right: 0px;
}
.petapalozza-portfolio .filter-items button:hover {
  background: #12a8e0;
  color: #ffffff;
}
.portfolio-carousel .owl-controls {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.portfolio-carousel .owl-controls .owl-nav {
  text-align: center;
}
.portfolio-carousel .owl-controls .owl-prev,
.portfolio-carousel .owl-controls .owl-next {
  display: inline;
  margin: 0 4px;
}
.portfolio-carousel .owl-controls .owl-dot {
  display: inline-block;
  padding: 2px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #cccccc;
  margin: 0 4px;
}
.portfolio-carousel .owl-controls .owl-dot span {
  display: block;
}
.portfolio-carousel .owl-controls .active span {
  padding: 2px;
  width: 8px;
  height: 8px;
  background: #e1b593;
}

/*------------------------------------ 13. PRICE TABLE BLOCK------------------------------------*/

.section-price-plan {
  clear: both;
  position: relative;
  overflow: hidden;
}
.petapalozza-pricing-container{
  margin-bottom: 30px;
}
.petapalozza-pricing-container .priceing-heading {
  background: #2e385c;
  padding: 25px 15px;
}
.petapalozza-pricing-container .pricing-container-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.petapalozza-pricing-container .price-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;
  background-color: #F8F9FA;
  padding-bottom:25px;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.petapalozza-pricing-container .price-content .price-table-item{
  padding: 25px 25px;
  list-style-type:none;
}

.petapalozza-pricing-container .price-content .price-table-item li{
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #CCCCCC;
}
.petapalozza-pricing-container .price-content .price-table-item li:last-child {
  border: 0 none;
  padding-bottom: 0px;
}
.petapalozza-pricing-container .pricing-container-pricing {
  display: inline-block;
  margin-top: 15px;
}
.petapalozza-pricing-container .pricing-container-pricing .plan-currency {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  vertical-align: top;
}
.petapalozza-pricing-container .pricing-container-pricing .plan-price {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  vertical-align: middle;
}
.petapalozza-pricing-container .pricing-container-pricing .plan-interval {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  margin-top: 15px;
}
.petapalozza-pricing-container .pricing-container-details {
  margin-bottom: 28px;
}
.petapalozza-pricing-container  a.price-plan-btn {
  background: #2e385c;
  color: #FFFFFF;
  border: 2px solid #2e385c;
  font-size: 15px;
  text-transform: uppercase;
  height: 42px;
  line-height: 27px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  margin-top: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -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;
}

.petapalozza-pricing-highlight a.petapalozza-price-plan-btn {
    background: #2e385c;
    color: #FFFFFF;
    border: 2px solid #2e385c;
}

.petapalozza-pricing-highlight:hover a.petapalozza-price-plan-btn {
    background: #2E385C;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.petapalozza-no-padding-pricing-column{
    padding: 0px !important;
}

.petapalozza-no-padding-pricing-column:first-child{
    padding-left: 15px !important;
}

.petapalozza-no-padding-pricing-column:last-child{
    padding-right: 15px !important;
}

.petapalozza-no-padding-pricing-column .petapalozza-pricing-container{
    border: 0px solid #FFF !important;
}

/*------------------------------------ 14. GALLERY BLOCK------------------------------------*/


.no-padding-gallery{
    padding: 0px 35px;
}

.no-padding-gallery .gallery-container {
  margin: 0;
  padding: 0;
}

.no-padding-gallery .gallery-box{
    margin-bottom: 0px;
}
.no-bottom-padding {
  padding-bottom: 0px !important;
}

.gallery-box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    padding: 6px;
}
.gallery-box:after{
  background: rgba(78, 98, 130, 0.1);
  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;
}
.gallery-box:hover:after{
  background: rgba(78, 98, 130, 0.5);
  width: 100%;
  height: 100%;
}
.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{
  opacity: 0.4;
}

.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%!important;
    position: absolute;
    margin: 0 auto;
    top: -50%;
    margin-left: -24px;
    margin-top: -24px;
    border: 1px solid #fff;
    font-size: 20px;
    background: #FFF;
    color: #2E385C;
    opacity: 0;
    transition: all 0.6s ease 0s;
}
.gallery-box:hover .gallery-icon-container li a{
    top: 50%;
    opacity: 1;
}


/*------------------------------ Gallery Carousel. ---------------------------------*/

.gallery-carousel{
    clear: both;
}

.gallery-carousel [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
}


.gallery-carousel .owl-nav {
  margin-top: 0px;
  text-align: center;
}
.gallery-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next {
  display: inline-block;
  margin: 0 4px;
}
.gallery-carousel .owl-nav i.nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 20px;
  height: 9px;
  position: relative;
}
.gallery-carousel .owl-nav i.nav-icon:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 3px;
  background: #2E385C;
  content: '';
}


@media only screen and (max-width:990px){
    .gallery-box{ margin-bottom: 30px; }
}

/*------------------------------ 15. SERVICE BLOCK ---------------------------------*/

.service-layout-2 {
  margin-bottom: 30px;
  text-align: left;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  padding: 0;
}
.service-layout-2 .service-img {
  position: relative;
}
.service-layout-2 img {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-layout-2 h2 {
  font-size: 20px;
  color: #333333;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
}
.service-layout-2 a.service_read_more {
  background: #f1f1f1;
  border-radius: 100%!important;
  bottom: -25px;
  color: #2e385c;
  font-size: 30px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
}
.service-layout-2 .service-info {
  padding: 12px 15px 20px;
  text-align: center;
}
.service-layout-2:hover h2:after {
  width: 100px;
  height: 1px;
}
.service-layout-2:hover img {
  opacity: 0.3;
}
.service-layout-2:hover a.service_read_more {
  background: #2e385c;
  color: #FFFFFF;
}

/*-- Carousel Layout --*/

.service-container [class^="col-"] {
/*  padding-left: 6px;
  padding-right: 6px;*/
  width: 100%;
}
 
.service-container .owl-nav {
  text-align: center;
  margin-top: 24px;
}
.service-container .owl-prev,
.service-container .owl-next {
  display: inline-block;
  margin: 0 4px;
}
.service-container i.nav-icon {
  display: inline-block;
  background: transparent;
  border: 1px solid #d2d2d2;
  width: 16px;
  height: 16px;
  position: relative;
}
.service-container i.nav-icon:after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #2E385C;
  content: '';
}

/*------------------------------ 15.1.  SINGLE SERVICE BLOCK ---------------------------------*/

.single-service-content h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.single-service-content ul {
  list-style-type: none;
  margin-bottom: 16px;
  overflow: hidden;
  padding-left: 0;
}
.single-service-content ul li {
  padding-left: 32px;
  position: relative;
}
.single-service-content ul li:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  color: #2e385c;
  margin: 0 11px 0 0;
  position: absolute;
  left: 0px;
}


/*-----  17. BANNER BLOCK ----*/



.section-banner {
  position: relative;
  overflow: hidden;
  padding:250px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

.section-banner .banner-content {
  width: 100%;
  padding: 0 25px;
}
.section-banner .banner-content a.banner-video-icon {
  background: rgba(0, 0, 0, 0.8);
  border: 6px solid #6d7db6;
  color: #e6e6e6;
  border-radius:100%!important;
  display: block;
  font-size: 60px;
  height: 120px;
  line-height: 105px;
  margin: 0 auto;
  text-align: center;
  width: 120px;
}
.section-banner .banner-content a.banner-video-icon > i {
  margin-left: 12px;
}
.section-banner .banner-content a.banner-video-icon:hover {
  background: rgba(0, 0, 0, 0.5);
  border: 6px solid #CCCCCC;
  color: #FFFFFF;
}
.section-banner .banner-content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
  color: #FFFFFF;
  font-family: "Source Sans Pro",sans-serif;
}
.section-banner .banner-content h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin: 24px 0 0;
  color: #FFFFFF;
  font-family: "Source Sans Pro",sans-serif;
}
.section-banner .banner-content h2 span {
  padding: 0 3px;
  font-weight: 600;
}
.section-banner .banner-content a.btn-banner {
  font-size: 16px;
  margin-top: 24px;
  background: #2e385c;
  border: 2px solid #2e385c;
  color: #FFFFFF;
  padding: 10px 20px;
  text-transform: uppercase;
  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;
}
.section-banner .banner-content a.btn-slider:hover {
  background: #1d233a;
  border: 2px solid #2e385c;
  color: #FFFFFF;
}


/***********************************************************************************************/
/*  FAQ PAGE */
/***********************************************************************************************/
.petapalozza_faq {
    position: relative;
    overflow: hidden;
}
.petapalozza_faq .panel {
    box-shadow: none;
}

.petapalozza_faq .faq-box{
    margin-bottom: 6px;
}

.petapalozza_faq .faq-box+.faq-box{
    margin-bottom: 6px;
}

.petapalozza_faq .panel-default {
    border: 1px solid #eeeeee;
    padding: 0px;
    background: #FBFBFB;
    border-radius: 0;
}
.petapalozza_faq .faq-box .panel-heading {
    background: none;
    border: 0 none;
    display: block;
    padding: 12px;
}

.petapalozza_faq .faq-box .panel-details{
    background: #FAFAFA;
    padding: 12px 12px 12px 32px;
}
.petapalozza_faq .faq-box .panel-title {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit;
}
.petapalozza_faq .faq-box .panel-title > a {
    display: block;
}
.petapalozza_faq .faq-box .panel-title > a:hover,
.petapalozza_faq .faq-box .panel-title > a:focus {
    outline: none;
    color: #333333;
}
.petapalozza_faq .faq-box .panel-body {
    padding-left: 0px;
}
.petapalozza_faq .faq-box .panel-heading [data-toggle="collapse"]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f106";
    float: left;
    color: #555555;
    font-size: 16px;
    margin-right: 10px;
}
.petapalozza_faq .faq-box .panel-heading [data-toggle="collapse"].collapsed:after {
    color: #555555;
    content: "\f107";
}

/***********************************************************************************************/
/* 17. RESPONSIVE STYLING */
/***********************************************************************************************/
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    
   /* Header Middle */ 
   
  .fbone-header-top .repair-icon-box .icon-container {
    font-size: 25px;
  }
  .fbone-header-top .repair-icon-box .text {
    font-size: 13px;
  }
  .fbone-header-top .repair-icon-box .text .head-heading {
    font-size: 13px;
  }
  .fbone-header-top .btn-quote .btn-request_quote {
    font-size: 12px;
    padding: 12px 3px;
  }
  
  /* Slider */
  
  .petapalozza_slider .slider-content h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .petapalozza_slider .slider-content h3 {
    font-size: 20px;
    line-height: 25px;
  }

}
@media only screen and (max-width: 1100px) {
  .about-us-layout-2 .xl {
    margin-bottom: 24px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 991px) {
    
    /* Header */
    
  .fbone-header-top .fbone-col-logo {
    text-align: center;
  }
  .top-bar {
    text-align: center;
  }
  .top-donation-btn-container {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  a.logo {
    text-align: center;
  }
  
  /* Navigation Bar */
  
  .navbar-default .navbar-nav li ul.drop-down {
    top: 68px;
  }
  .navbar-default .navbar-header {
    width: 100%;
    text-align: center;
    clear: both;
    float: none ;
    margin: 0 ;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-right {
    float: none;
    padding: 0;
    margin: 12px 110px 0 0;
  }
  .navbar-default .navbar .navbar-collapse {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .navbar-nav > li {
    margin-left: 0;
  }
  .nav > li > a {
    padding: 15px 12px;
    padding-bottom: 22px;
  }
  header.one-page .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 15px;
    padding-bottom: 22px;
  }
  
  /* Slider */
  
  .petapalozza_slider {
    text-align: center;
  }
  .petapalozza_slider .slider_item_container {
    min-height: 350px;
  }
  .petapalozza_slider .item img {
    display: block;
    width: 100%;
    height: auto;
  }
  .petapalozza_slider .slider-content {
    top: 50%;
    transform: translateY(-48%);
  }
  .petapalozza_slider .slider-content h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
  }
  .petapalozza_slider .slider-content h2 {
    font-size: 42px;
    line-height: 48px;
  }
  
  /* Sidebar */ 
  
  .main-sidebar {
    width: 100%;
    border: 0px solid transparent;
  }

  
 /* Breadcrumb */ 
 
  .page-header {
    padding: 80px 0;
  }
  
 /* About */  
 
  .section-about-us {
    padding-bottom: 80px;
  }
  a.btn-about {
    margin-bottom: 30px;
  }
  
  /* Counter */  
  
  .about_couter_block {
    margin: 48px 0;
  }
  .counter-block-2 {
    margin: 12px 0 30px;
  }
  
  /* Countdown */  
  
  .countdown-section #coming_soon_countdown {
    font-size: 24px;
  }
  .countdown-section #coming_soon_countdown .countdown_container span.count_number {
    font-size: 72px;
    line-height: 60px;
  }
  .countdown-section #coming_soon_countdown .countdown_container span.count_text {
    font-size: 24px;
    line-height: 42px;
  }
  
  /* Footer */  
  
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    
  /* Header */  
    
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  
  /* Navigation Bar */  
  
  .main-menu-container {
    float: none;
  }
  .navbar-default .navbar-toggle {
    margin-top: 12px;
    margin-bottom: 12px;
    float: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    color: #2e385c;
  }
  .navbar-default .nav > li > a,
  .navbar-default header.one-page .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .navbar-default .navbar-nav > li > a.link-active {
    background: none;
  }
  .navbar-default .navbar .navbar-right {
    width: 100%;
    text-align: left;
  }
  .navbar-default .navbar-collapse {
    background: #0d0d0d;
    padding: 15px 0;
    border: 0;
  }
  .navbar-default .pull-left {
    float: none !important;
    overflow: hidden;
  }
  .navbar-default .pull-right {
    float: none !important;
  }
  .navbar-default .navbar-nav li ul.drop-down,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    background: transparent;
    border: none;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    position: relative;
    width: auto;
    visibility: visible;
    opacity: 1;
    top: inherit;
    left: inherit;
  }
  .navbar-default .navbar-nav li ul.drop-down li a,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
    background: none;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: inherit;
    padding: 4px 20px;
  }
  .navbar-default .navbar-nav li ul.drop-down li a:hover,
  .navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  
  /* Sticky */  
  
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .about_couter_block {
    margin: 48px 0;
  }
  
  /* Page Header */  
  
  .page-header {
    padding: 50px 0;
  }
  .page-header h3 {
    text-align: center;
  }
  .page-header .page-breadcrumb {
    text-align: center;
  }
  
  /* Section Block */  
  
  .section-content-block {
    padding: 60px 25px;
  }
  
 /* Section Heading */  
 
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 12px;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    font-size: 18px;
    padding: 0px;
  }
  .section-light-heading {
    font-size: 45px;
    line-height:32px;
    font-weight: 400;
    margin:0;
  }
  
  /* Section CTA */  
   
  .section-cta{
    padding: 60px 25px;   
  }
  
   /* Slider*/  
   
  .petapalozza_slider .slider_item_container {
    min-height: 350px;
  }
  .petapalozza_slider .slider-content {
    text-align: center;
    top: 50%;
    transform: translateY(-55%);
  }
  .petapalozza_slider .slider-content h2 {
    font-size: 42px;
    line-height: 45px;
  }
  .petapalozza_slider .slider-content h2:after {
    left: 0;
    margin-left: 0;
  }
  .petapalozza_slider .slider-content h3 {
    font-size: 16px;
    line-height: 25px;
  }
  .petapalozza_slider .slider-content .slider-button {
    margin-top: 16px;
  }
  .petapalozza_slider .slider-content .slider-button a.btn-slider {
    font-size: 16px;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .petapalozza_slider .slider-content .slider-button a.btn-slider-2 {
    font-size: 16px;
    margin-left: 10px;
    height: 42px;
    line-height: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
   /* Banner */  
   
  .section-banner {
    padding: 130px 0px;
  }
  .section-banner .banner-content {
    padding: 0 25px;
  }
  .section-banner .banner-content {
    transform: translateY(-30px);
  }
  .section-banner .banner-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-banner .banner-content h3 {
    font-size: 18px;
    display: none;
  }
 
   /* Appointment Form */  
   
  .appointment-form-wrapper {
    margin: 48px 0;
    padding: 0px 5px 28px;
  }
  .appointment-form-wrapper h3 {
    font-weight: 600;
    margin: 0 -5px 32px;
    position: relative;
  }
  .appoinment-form {
    padding: 0 0px;
  }
  
 /* Counter */  
 
  .section-counter {
    padding: 48px 0;
  }
  .section-appointment .counter-box {
    margin-top: 0;
  }
  .counter-block-2 {
    text-align: center;
    margin: 12px 0 30px;    
  }
  
 /* Event */  
 
  .event-latest {
    clear: both;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  
 

  /* Team */  

  .team-layout-1 .team-member {
   display: block;
   float: none;
  }

  .team-layout-1 .team-info {
    margin-top:20px;
    margin-left: 15px;
  }
  
   /* Section CTA */  
   
  .cta-section .cta-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .latest-news-container {
    margin-bottom: 30px;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 22px;
  }
  .stuck {
    position: initial;
  }
  .cta-section-2 h2 {
    font-size: 32px;
  }
  .cta-section-2 h5 {
    font-size: 24px;
    line-height: 24px;
  }
  .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .faq-box .panel-body {
    padding-left: 0;
  }
  .about_couter_block {
    margin: 48px 0;
  }
  .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;
  }
  .post-box-container .bd-post-image-container {
    margin: 0 auto;
  }
  .image_gallery_carousel {
    margin-bottom: 48px;
  }
  a.btn-petapalozza-pricing-container-more {
    margin-bottom: -24px;
    margin-top: -16px;
  }
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 24px;
  }
  .cta-section-1 a.btn-cta1 {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
  .cta-section-3 .cta-content {
    color: #FFFFFF;
  }
  .cta-section-3 .cta-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .cta-section-3 .cta-content a.btn-cta-3 {
    margin-top: 0px;
  }
  .footer-nav {
    float: none;
    width: 100%;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .main-header {
    background: #2C2C2C;
    position: relative;
  }
  .sticky-wrapper {
    background: rgba(0, 0, 0, 0.8);
  }
  .top-bar {
    text-align: center;
  }
  .top-location-info {
    display: block;
    text-align: center;
  }
  .main-menu-container {
    float: none;
  }
  a.logo {
    text-align: center;
    width: 75%;
  }
  .navbar-default .navbar-toggle span.icon-bar {
    height: 1px;
  }
  .navbar-default .navbar-nav {
    margin: 0px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.7);
  }
  .navbar-default .navbar-nav li {
    margin-left: 0px;
  }
  .navbar-default .navbar-nav li a {
    font-weight: bold;
    color: #FFFFFF;
  }
  .navbar-default .navbar-nav .drop-down li a {
    color: #FFFFFF;
  }
  .logo {
    text-align: center;
  }
  .section-heading-wrapper {
    margin-bottom: 30px;
  }
  .section-content-block {
    padding: 32px 25px;
  }
  .section-heading {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 24px;
  }
  .section-heading:after,
  .section-heading:before {
    display: none;
  }
  .section-subheading {
    display: none;
  }
  .page-header {
    padding: 80px 0;
  }
  .petapalozza_slider .slider_item_container {
    min-height: 300px;
  }
  .petapalozza_slider .slider-content {
    top: 50%;
    transform: translateY(-55%);
  }
  .petapalozza_slider .slider-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
  .petapalozza_slider .slider-content h2:after {
    left: 0;
    margin-left: 0;
  }
  .petapalozza_slider .slider-content h3,
  .petapalozza_slider .slider-content p {
    /*display: none;*/
  }
  .petapalozza_slider .slider-content .slider-button {
    margin-top: 16px;
  }
  .petapalozza_slider .slider-content .slider-button a.btn-slider {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    height: 42px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
  }
  .petapalozza_slider .slider-content .slider-button a.btn-slider-2 {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    height: 42px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-banner {
    padding: 80px 0px;
  }
  .section-banner .banner-content {
    transform: translateY(-20px);
  }
  .section-banner .banner-content h2 {
    font-size: 32px;
  }
  .section-banner .banner-content h3,
  .section-banner .banner-content a.btn-slider,
  .section-banner .banner-content a.btn-slider-2 {
    display: none;
  }
  .process-layout {
    margin: 0 0 24px 0;
  }
  .process-layout h2 {
    font-size: 22px;
    font-weight: 500;
  }
  .about-us-slogan {
    margin-top: 24px;
    font-size: 22px;
  }
  .section-how-we-work .service-block-bg {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .section-how-we-work .service-block-bg .service-block a.service_read_more:after {
    display: none;
  }
  .appointment-form-wrapper {
    margin: 32px 0;
    padding: 0px 5px 28px;
  }
  .appointment-form-wrapper h3 {
    font-weight: 600;
    margin: 0 -5px 32px;
    position: relative;
  }
  .appoinment-form {
    padding: 0 0px;
  }

   .testimonial-container {
    padding: 24px 0px;
  }
  .testimony-layout-1 {
    position: relative;
  }
  .testimony-layout-1 .people-quote {
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0px;
  }
   .testimony-layout-1 p.testimony-text {
    font-size: 16px;
    font-style: normal;
  }
  a.btn-load-more {
    margin-top: -24px;
  }
  .event-latest {
    clear: both;
  }
  .event-latest .event-latest-title {
    font-size: 20px;
  }
  .event-latest .event-details {
    padding: 12px 6px 0 12px;
  }
  .event_wrapper .single-event {
    padding: 0px 10px 15px;
  }
  .event_wrapper .single-event h5 {
    font-size: 16px;
  }
  .event_wrapper .single-event ul li {
    display: none;
  }
  .section-faq .faq-box .panel-heading [data-toggle="collapse"]::after {
    display: none;
  }
  .section-faq .faq-box .panel-body {
    padding-left: 0;
  }
  .countdown-section #coming_soon_countdown {
    font-size: 24px;
  }
  .countdown-section #coming_soon_countdown .countdown_container span.count_number {
    font-size: 50px;
    line-height: 40px;
  }
  .countdown-section #coming_soon_countdown .countdown_container span.count_text {
    font-size: 18px;
    line-height: 42px;
  }
  .countdown-section h2 {
    font-size: 24px;
  }
  .section-counter {
    padding: 32px 0 0;
  }
  .counter-block-2 {
    margin: 12px 0 30px;
    text-align:center;
  }
  .logo-layout-1 .logo,
  .logo-layout-2 .logo {
    margin-top: 0px;
  }
  .section-home-blog {
    background: #F9FAFB;
  }
  .section-home-blog .latest-news-container {
    border: 0px solid #CCCCCC;
  }
  .section-home-blog .latest-news-container .news-content {
    padding: 12px 16px 24px;
  }
  .section-news-block .news-wrapper {
    margin: 0 0 48px 0;
  }

  /* Experts*/

.team-layout-1 .team-member {
 display: block;
}

.team-layout-1 .team-info {
  margin-top:20px;
  margin-left: 15px;
}
  .cta-section-1 h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 0px 0 24px;
  }
  .cta-section-1 a.btn-cta1 {
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    display: block;
  }
  .cta-section-2 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .cta-section-3 .cta-content {
    color: #FFFFFF;
  }
  .cta-section-3 .cta-content h2 {
    font-size: 42px;
    line-height: 60px;
  }
  .cta-section-3 .cta-content a.btn-cta-3 {
    margin-top: 0px;
  }
  .cta-img {
    display: none;
  }
  .page-header h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0;
  }
  .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;
  }
  .about-footer {
    margin-bottom: 32px;
    padding-bottom: 22px;
  }
  .footer-widget-area {
    padding: 42px 0 0 0;
  }
  .footer-widget-area .textwidget i.fa {
    padding-top: 10px;
  }
  .footer-widget {
    margin-bottom: 36px;
  }
  .footer-widget .footer-useful-links {
    clear: both;
  }
  .footer-widget .footer-useful-links li {
    width: 100%;
    float: none;
  }
  .footer-intro {
    display: none;
  }
  .footer-nav {
    display: none;
  }
  .copyright-text {
    text-align: center;
  }
}
/* Tab Portrait Size to Tab Landscape Size (devices and browsers) */
@media only screen and (min-width: 380px) and (max-width: 480px) {
  .xs-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .xs-margin {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .xs-margin {
    margin-left: 120px;
    margin-right: 120px;
  }
}

/*# sourceMappingURL=styles.css.map */