/*
  Template Name   : Barbershop and Hair Salon HTML Template
  Author       : Awaiken Theme
  Author Url     : https://awaikenthemes.com
*/

@font-face {
  font-family: 'NoemieScript';
  src: url('../fonts/NoemieScriptRegular.eot');
  src: url('../fonts/NoemieScriptRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NoemieScriptRegular.woff2') format('woff2'),
    url('../fonts/NoemieScriptRegular.woff') format('woff'),
    url('../fonts/NoemieScriptRegular.ttf') format('truetype'),
    url('../fonts/NoemieScriptRegular.svg#NoemieScriptRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin-top:0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}

img{
  max-width: 100%;
}

a:hover{
  text-decoration: none;
  outline: 0;
}

a:focus{
  text-decoration: none;
  outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #D22E2E;
}

::selection {
    color: #fff;
    background: #D22E2E;
}

.preloader{
    background: #D22E2E;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content {
    text-align: center;
    height: 2em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3em;
    left: 0;
    margin: auto;
}

.loading-dots {
    margin-left: -1.5em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation: loading-dots-fadein .5s linear forwards;
    -moz-animation: loading-dots-fadein .5s linear forwards;
    -o-animation: loading-dots-fadein .5s linear forwards;
    -ms-animation: loading-dots-fadein .5s linear forwards;
    animation: loading-dots-fadein .5s linear forwards;
}

.loading-dots i {
    width: .5em;
    height: .5em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 .125em;
    -webkit-animation: loading-dots-middle-dots .5s linear infinite;
    -moz-animation: loading-dots-middle-dots .5s linear infinite;
    -o-animation: loading-dots-middle-dots .5s linear infinite;
    -ms-animation: loading-dots-middle-dots .5s linear infinite;
    animation: loading-dots-middle-dots .5s linear infinite;
}

.loading-dots.dark-gray i {
    background: #fff;
}

.loading-dots i:first-child {
    -webkit-animation: loading-dots-first-dot .5s infinite;
    -moz-animation: loading-dots-first-dot .5s linear infinite;
    -o-animation: loading-dots-first-dot .5s linear infinite;
    -ms-animation: loading-dots-first-dot .5s linear infinite;
    animation: loading-dots-first-dot .5s linear infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-1em);
    -moz-transform: translate(-1em);
    -o-transform: translate(-1em);
    -ms-transform: translate(-1em);
    transform: translate(-1em);
}

.loading-dots i:last-child {
    -webkit-animation: loading-dots-last-dot .5s linear infinite;
    -moz-animation: loading-dots-last-dot .5s linear infinite;
    -o-animation: loading-dots-last-dot .5s linear infinite;
    -ms-animation: loading-dots-last-dot .5s linear infinite;
    animation: loading-dots-last-dot .5s linear infinite;
}

.loading-text{
  color: #fff;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@-moz-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-fadein {
    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes loading-dots-first-dot {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-moz-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-webkit-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-o-keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@keyframes loading-dots-middle-dots {
    100% {
        -webkit-transform: translate(1em);
        -moz-transform: translate(1em);
        -o-transform: translate(1em);
        -ms-transform: translate(1em);
        transform: translate(1em)
    }
}

@-moz-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@-o-keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}

@keyframes loading-dots-last-dot {
    100% {
        -webkit-transform: translate(2em);
        -moz-transform: translate(2em);
        -o-transform: translate(2em);
        -ms-transform: translate(2em);
        transform: translate(2em);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }
}
/************************************/
/*****    Navigation area css   *****/
/************************************/

.navbar{
  margin-bottom: 0;
  top: -72px;
}

.navbar-brand{
  padding: 1px 15px;
}

.navbar-brand img{
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.navbar-brand h1{
  font-size: 30px;
  margin: 0;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  text-transform: uppercase;
}

.navbar-brand h1 i{
  position: relativee;
  top: 3px;
  color: #ecae1a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.navbar-default{
  background: #D22E2E;
  border: none;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
  border-radius: 0;
  z-index: 12;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.navbar-default .navbar-nav>li>a:hover{
  color: #fff;
}

.navbar-default .navbar-nav>li>a:focus{
  color: #fff;
}

.navbar-default .navbar-nav>li>a{
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 17px 15px 13px; 
  position: relative;
}

.active a{
  background: none !important;
  color: #282828 !important;
}

.navbar-default .active a:after{
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
}

.btn-custom{
  display: inline-block;
  background: #D22E2E;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 15px;
  padding: 14px 40px;
  font-weight: 500;
  min-width: 200px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 40px;
}

.btn-custom:hover{
  background: #282828;
  color: #fff;
}

.navbar-default .navbar-toggle{
  border-radius: 0;
  border-color: #fff;
  padding: 0;
}

.navbar-default .navbar-toggle .icon-bar{
  background: #fff;
}

.navbar-default .navbar-toggle:hover{
  background: none;
}

.sticky-header{
  top: 0;
}

/************************************/
/*****     Slider area css      *****/
/************************************/

.banner{
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0 100px;
}

.banner:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.50);
}

.banner-icon{
  display: block;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: #fff;
  font-size: 44px;
  text-align: center;
  transform: rotate(45deg);
}

.banner-icon i{
  padding-top: 6px;
  padding-right: 16px;
  display: inline-block;
  transform: rotate(-45deg);
}

.header-banner{
  position: relative;
  z-index: 1;
  text-align: center;
}

.header-banner p{
  font-family: 'NoemieScript';
  font-size: 32px;
  color: rgba(255,255,255,0.76);
  padding-top: 30px;
  padding-bottom: 10px;
}

.header-banner h3{
  font-size: 50px;
  color: rgba(255,255,255,0.76);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.3em;
}

.banner-info-single{
  background: rgba(255,255,255,0.20);
  padding: 20px;
  position: relative;
  z-index: 1;
  padding-left: 80px;
  margin: 30px 0;
}

.banner-info-single .icon-box{
  width: 60px;
  text-align: center;
  font-size: 50px;
  color: #D22E2E;
  position: absolute;
  left: 10px;
  top: 10px;
}

.banner-info-single h3{
  color: #fff;
  text-transform: uppercase;
  font-size: 20px; 
  margin-bottom: 6px;
  letter-spacing: 0.18em;
}

.banner-info-single p{
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
}

.main-title{
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/title-bg.png) no-repeat bottom center;
  margin-bottom: 80px;
}

.main-title h2{
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: 600;
}

.aboutus{
  background: #212121;
  padding: 100px 0;
}

.about-image{
  
}

.about-image:after{
  content: '';
  display: block;
  clear: both;
}

.about-img-single{
  width: 33.33%;
  float: left;
}

.about-img-single:nth-of-type(1){
  text-align: right;
  padding-top: 50px;
  padding-right: 1px;
}

.about-img-single:nth-of-type(2) img{
  width: 100%;
}

.about-img-single:nth-of-type(3){
  text-align: left;
  padding-top: 50px;
  padding-left: 1px;
}

.about-desc{
  margin-top: 80px;
}

.about-desc p{
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
}

.service{
  background: #111010;
  padding: 100px 0;
}

.service-single{
  text-align: center;
}

.service-single .icon-box{
  background: #fff;
  width: 156px;
  height: 156px;
  border-radius:50%;
  padding-top: 24px;
  border: 2px solid #D22E2E;
  position: relative;
}

.service-single .icon-box-outer{
  padding: 12px;
  background: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto 30px;
}

.service-single .icon-box i{
  font-size: 80px;
  color: #D22E2E;
}

.service-single h3{
  text-transform: uppercase;
  color: #D22E2E;
  font-weight: 600;
  font-size: 22  px;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

.service-single p{
  color: #fff;
  font-weight: 300;
}

.service-single h5{
  font-size: 20px;
  display: inline-block;
  background: #D22E2E;
  text-transform: uppercase;
  padding: 14px 20px 10px;
  color: #fff;
  margin-top: 10px;
}

.ourteam{
  padding: 100px 0;
}

.ourteam .main-title h2{
  color: #212121;
}

.team-box{
  border: 1px solid #2f2c2c;
}

.team-box figure{
  background: #2f2c2c;
  text-align: center;
  padding: 20px 20px 0 20px;
}

.team-box .team-entry{
  padding: 30px;
  text-align: center;
}

.team-box .team-entry p{
  font-size: 18px;
  color: #D22E2E;
  text-transform: uppercase;
}

.team-box .team-entry h3{
  text-transform: uppercase;
  color: #212121;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 14px 0;
}

.team-social a{
  display: inline-block;
  padding: 0 6px;
  font-size: 20px;
  color: #D22E2E;
}

.team-social a:hover{
  color: #212121;
}

.gallery{
  padding: 100px 0 0;
  background: #2f2c2c;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}

.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.gallery .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.gallery-box{
  position: relative;
}

.gallery-box figure{
  margin-bottom: -1px;
}

.gallery-overlay{
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(0,0,0,0.5);
  border: 4px solid #D22E2E;
  transition: all 0.4s;
  transform: scale(0.5);
  opacity: 0;
}

.gallery-info{
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transition: all 0.3s;
  text-align: center;
  transform: translate(0,-50%);
}

.gallery-box:hover .gallery-overlay{
  opacity: 1;
  transform: scale(1);
}

.gallery-box:hover .gallery-info{
  top: 50%;
  opacity: 1;
}

.gallery-info p{
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  color: #D22E2E;
  text-transform: uppercase;
  background: #fff;
  line-height: 1em;
  margin: 0;
  padding: 16px 30px 10px;
}

.pricing{
  padding: 100px 0;
  background: #111010;
}

.store-image{
  padding: 20px;
  background: rgba(255,255,255,0.04);
}

.pricing-logo{
  text-align: center;
}

.pricing-logo{
  margin-top: 40px;
  margin-bottom: 40px;
}

.price-list{
  max-width: 420px;
  margin: 0 auto 30px;
}

.price-item{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  display: table-cell;
  white-space: nowrap;
  width: 10%;
  padding-right: 4px;
}

.price-line{
  display: table-cell;
  border-bottom: 1px dashed #fff;
  position: relative;
  bottom: 4px;
}

.price-amount{
  text-align: right;
  display: table-cell;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
    width: 5%;
  padding-left: 4px;
}

.testimonial{
  padding: 100px 0;
  background: url(../images/testimonial-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.testimonial:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17,16,16,0.76);
}

.testimonial-single{
  background: rgba(255,255,255,0.16);
  padding: 30px;
  text-align: center;
}

.testimonial-single .icon-box{
  font-size: 58px;
  color: #fff;
  margin-bottom: 10px;
}

.testimonial-single p{
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
}

.testimonial-single h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.18em;
  font-weight: 700;
  margin-top: 40px;
}

.testimonial-slider .owl-nav{
  margin-top: 40px;
}

.testimonial-slider .owl-nav .owl-next,
.testimonial-slider .owl-nav .owl-prev{
  width: 50px;
  height: 50px;
  background: #fff;
  color: #212121;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  padding-top: 10px;
  transition: all 0.3s;
}

.testimonial-slider .owl-nav .owl-next{  
  float: right;
  padding-left: 3px;
}

.testimonial-slider .owl-nav .owl-prev{
  float: left;
  padding-right: 3px;
}

.testimonial-slider .owl-nav .owl-next:hover,
.testimonial-slider .owl-nav .owl-prev:hover{
  background: #D22E2E;
  color: #fff;
}

.contactus{
  background: #D22E2E;
}

.contactus .container-fluid{
  padding-left: 0;
  padding-right: 0;
}

.contact-form{
  padding: 10%;
  text-align: center;
}

.contact-form-title{
  background: url(../images/title-white-bg.png) no-repeat bottom center;
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding-bottom: 30px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.contact-form{
  
}

.contact-form .form-control{
  border: none;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  padding: 12px;
}

.btn-contact{
  background: #212121;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: none;
  padding: 10px 30px;
  margin-top: 10px;
}

.google-map{
  line-height: 0;
}

footer{
  background: #212121;
  padding: 60px 0;
  
}

.footer-social{
  text-align: center;
}

.footer-social a{
  display: inline-block;
  color: #D22E2E;
  font-size: 30px;
  padding: 0 20px;
  transform: all 0.3s;
}

.footer-social a:hover{
  color: #fff;
}

.site-info{
  text-align: center;
  padding: 20px 0;
}

.site-info p{
  font-size: 14px;
  color: #c1c1c1;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.site-info p a{
  color: #e2e2e2;
}

.site-info p a:hover{
  color: #D22E2E;
}

.footer-menu{
  text-align: center;
}

.footer-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu ul li{
  display: inline-block;
}

.footer-menu ul li a{
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  padding: 0 4px;
  transform: all 0.3s;
}

.footer-menu ul li:last-child a:after{
  display: none;
}

.footer-menu ul li a:after{
  content: '-';
  padding-left: 10px;
}

.footer-menu ul li a:hover{
  color: #D22E2E;
}

/****************************************
    Responsive Media Query
****************************************/

@media only screen and (max-width: 991px) {
  
  .navbar-default .navbar-nav>li>a{
    font-size: 13px;
    padding: 15px 8px 10px;    
  }
  
  .service-single{
    margin-bottom: 40px;
  }
  
  .main-title h2{
    font-size: 36px;
  }
  
  .team-box{
    max-width: 480px;
    margin: 0 auto 30px;
  }
  
  .store-image{
    max-width: 568px;
    margin: 0 auto;
  }
}
  

/* Mobile Layout */
@media only screen and (max-width: 767px){
  
  #responsive-menu{
    display: block;
    
  }
  
  .navbar-brand img{
    float: left;
  }
  
  .navbar{
    padding: 2px 0;
    min-height: auto;
  }
  
  .navbar-header{
    padding: 8px 0;
  }
  
  .navbar-header:after{
    content: '';
    display: block;
    clear: both;
  }
  
  .slicknav_menu{
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    background: none;
  }

  .slicknav_menu ul{
    background: #D22E2E;
  }
  
  .slicknav_menu li{
    padding: 0 10px;
  }

  .slicknav_menu .active a{
    color: #24292f;
    background: none !important;
  }
  
  .slicknav_menu a{
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    border: 1px solid transparent;
  }
  
  .slicknav_menu a a{
    border: none !important;
  }
  
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover{
    color: #24292f;
  }
  
  .slicknav_menu  .active a{
    color: #24292f !important;
  }
  
  .slicknav_btn{
    padding: 4px 4px;
    background: none;
  }
  
  .slicknav_icon-bar{
    box-shadow: none;
    border-radius: 0;
    margin: 2px 0;
  }
  
  .banner,
  .service,
  .ourteam,
  .pricing,
  .testimonial{
    padding: 60px 0;
  }
  
  .gallery{
    padding-top: 60px;
  }
  
  .header-banner p{
    font-size: 20px;
  }
  
  .header-banner h3{
    font-size: 26px;
  }

  .header-banner h3 br{
    display: none;
  }
  
  .main-title h2{
    font-size: 26px;
  }
  
  .about-img-single{
    width: 33.33%;
    text-align: center !important;
    padding: 10px !important;
    margin: 0 auto;
  }

  .about-img-single img{
    width: auto !important;
  }
  
  .about-desc{
    margin-top: 30px;
  }
  
  .gallery-overlay{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
  
  .gallery-info p{
    padding: 10px;
    line-height: 1.5em;
    background: none;
    font-size: 14px;
    color: #fff;
  }
}

/* Small Mobile Layout */
@media only screen and (max-width: 480px) {
  
  .main-title{
    margin-bottom: 50px;
  }
  
  .main-title h2{
    font-size: 20px;
  }
  
  .contact-form-title{
    font-size: 20px;
  }
  
  .banner-info-single h3{
    font-size: 18px;
  }
  
  .banner-info-single p{
    font-size: 12px;
  }
  
  .banner-info-single .icon-box{
    font-size: 44px;
  }
  
  .team-box .team-entry p{
    font-size: 14px;
  }
  
  .team-box .team-entry h3{
    font-size: 18px;
  }
  
  .team-social a{
    font-size: 16px;
  }
  
  .price-item,
  .price-amount{
    font-size: 16px;
  }
  
  .testimonial-single h3{
    font-size: 18px;
  }
}