body {
    font-family: 'Montserrat', sans-serif !important;
}

h1,h2,h3,h4,h5,h6,p{
    font-family: 'Montserrat', sans-serif !important;
}

.separator {
  font-size: 20px;
  padding-right: 7px;
}

.hero-sec {
  background-image: url(../img/home/hero1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: overlay;
} 

.hero-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.hero-sec .content-sec {
  position: relative;
  width: 100%;
  padding: 200px 20px;
}

.hero-sec .content-sec .section-title {
  text-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
  text-transform: capitalize;
  width: 800px;
  margin: auto;
  text-align: center;
  font-size: 75px;
  line-height: 74px;
}

.hero-sec .content-sec .heading__description p {
  width: 800px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  max-width: 950px;
  line-height: 30px;
  padding: 50px;
}

.btn-wraper{
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-sec .content-sec .readmore-btn{
    padding: 20px 40px 20px 40px;
    margin: 5px;
    font-size: 12px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.4s linear;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 991px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    margin: auto;
    width: 500px;
    font-size: 70px;
  }
  .hero-sec .content-sec .heading__description p {
  	margin-left: -50px;
  }
}


@media screen and (max-width: 769px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 55px;
  }
}

@media screen and (max-width: 675px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 40px;
    margin: auto;
    line-height: 42px;
    width: 409px;
  }
  .hero-sec .content-sec .heading__description p {
  	width: 600px;
  	margin-left: -50px;
  }
}

@media screen and (max-width: 767px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 40px;
    margin: auto;
    line-height: 42px;
    width: 500px;
  }
  .hero-sec .content-sec .heading__description p {
  	width: 600px;
  }
}



@media screen and (max-width: 574px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 40px;
    margin: auto;
    line-height: 42px;
    width: 350px;
  }

  .hero-sec .content-sec .heading__description p {
  	width: 400px;
  	margin: auto;
  }
}


@media screen and (max-width: 375px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 40px;
    margin: auto;
    line-height: 42px;
    width: 320px;
  }

  .hero-sec .content-sec .heading__description p {
  	width: 300px;
  	margin: auto;
  }
}

@media screen and (max-width: 320px) {
  .hero-sec .content-sec .section-title {
    text-align: center;
    font-size: 35px;
    margin: auto;
    line-height: 42px;
    width: 280px;
 }
}

/*---------------------------------------------
              feature section
---------------------------------------------*/              

.feature-area {
    position: relative;
}

.feature-area .feature-box{
  display: block;
  text-align: left;
  padding: 30px;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1)
}

.feature-area .feature-box:hover {
    transform: translateY(-8px);
}
.feature-area .feature-box .icon {
    font-size: 50px;
}

.feature-area .feature-box .title {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 500;
}
.icon:hover {
    transition: 0.2s ease-in-out;
}

.feature-area .feature-box .title a {
    text-transform: capitalize;
    padding-top: 10px;
}

.feature-area .feature-box .description{
    padding-top: 20px;
}

.feature-area .img-box{
  margin: 0px 0px 0px -56px; 
}


/*-----------------------------------------------------
              Service section
-----------------------------------------------------*/              
.services-5 .service-box {
  padding: 30px 55px 38px 50px;
  text-align: center;
  transition: all 0.2s;
  margin-top: 20px;
  margin-left: -5px;
  box-shadow: 1px 5px 10px 1px;
}

.services-5 .service-box h4 {
  margin: 30px 0;
}

.services-5 .service-box i {
  font-size: 50px;
}

.services-5 .service-box h4 a {
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
  transition: 0.3s;
}

.services-5 .service-box p {
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 1px;
}

.services-5 a img {
  width: 60px;
  height: 60px;
}


/*-------------------------------------------------
                  call out section
-------------------------------------------------*/
.cta-7 {
   padding: 100px 0;
}

.cta-7 h3{
   font-size: 30px;
   font-weight: 700;
   letter-spacing: 1px;
   line-height: 1.2;
   text-transform: capitalize;
}

.cta-7 h2{
   text-transform: capitalize;z
   font-size: 48px;
   font-weight: 700; 
}

.cta-7 p{
   letter-spacing: 1px;
   max-width: 800px;
   margin: auto;
   font-size: 17px;
   font-weight: 400;
   line-height: 28px;
}

.cta-7 .flex-btn{
   display: flex;
   align-items: center;
   justify-content: center;
}

.cta-7 .btn{
   padding: 9px 38px;
   font-size: 16px;
   font-weight: 600;
   text-transform: capitalize;
   border: 2px solid #fff;
   border-radius: 50px;
   /*border-top-left-radius: 50px;
   border-bottom-left-radius: 50px;
   border-bottom-right-radius: 50px;*/
   transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
}

.mb-0 {
   margin-bottom: 0!important;
}

.btn {
   display: inline-block;
   margin-top: 15px;
   border-radius: 0;
   font-size: 15px;
   padding: 15px 30px;
   text-transform: uppercase;
   font-weight: 600;
}

.btn:hover {
   border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .cta-7 .btn {
    margin-top: 15px;
  }
}

/*-------------------------------------------------
            portfolio section
-------------------------------------------------*/
.portfolio-5 .portfolio-item {
   margin-bottom: 30px;
}

.portfolio-box{
   overflow: hidden;
   position: relative;
   margin: 10px 0px 10px;
}

.portfolio-box:before{
   content: '';
   transform: scaleY(0);
   position: absolute;
   left: 12px;
   top: 12px;
   bottom: 12px;
   right: 12px;
   z-index: 1;
   transition: all 0.5s ease 0s;
}

.portfolio-box:hover:before{ 
   transform: scaleY(1); 
}

.portfolio-box img{
   width: 100%;
   height: auto;
   transition: all 0.5s ease 0s;
}

.portfolio-box:hover img{
   opacity: 0.2;
   transform: scale(1.1);
}

.portfolio-box .portfolio-box-content{
   text-align: center;
   width: 90%;
   filter: blur(5px);
   opacity: 0;
   transform: translateX(-50%) translateY(50%);
   position: absolute;
   font-size: 80px;
   bottom: 60%;
   left: 50%;
   padding-top: 90px;
   z-index: 2;
   transition: all 0.5s ease 0.2s;
}

.portfolio-box:hover .portfolio-box-content{
   filter: blur(0);
   opacity: 1;
}

.portfolio-box .title{
   font-size: 15px;
   font-weight: 600;
   letter-spacing: 0.5px;
   text-transform: capitalize;
   margin: 5px;
   transition: all 0.5s;
   padding-top: 100px;
}

.white {
   font-weight: 600;
}

.portfolio-box .icon {
   padding: 0;
   margin: 0;
   list-style: none;
   opacity: 0;
   transform: translateX(-50%) scale(0);
   position: absolute;
   left: 50%;
   bottom: 35%;
   z-index: 1;
   transition: all 0.3s ease 0.3s;
 }

.portfolio-box:hover .icon{
   opacity: 1;
   transform: translateX(-50%) scale(1);
}

.portfolio-box .icon li{
   margin: 0 3px;
   display: inline-block;
}

.portfolio-box .icon li a{
   font-size: 25px;
   display: block;
   transition: all 0.3s ease 0s;
}

@media only screen and (max-width:990px){
   .portfolio-box{ margin: 0 0 30px; }
}

/*-------------------------------------------------------
                Testimonial section
-------------------------------------------------------*/
#testimonials .testimonials-content {
  padding: 50px 0 30px 0; 
}

#testimonials .testimonials-content .icon {
  font-size: 44px ! important;
}

.font1 {
  font-size: 44px;
  padding-bottom: 20px;
}

#testimonials .testimonials-content .testimonial-desc {
 margin: 20px 0 20px 0;
 width: 60%;
 margin: 40px auto;
}

#testimonials .testimonials-content .testimonial-pic {
  width: 6%;
  margin: 0 auto 30px auto;
}

#testimonials .testimonials-content .testimonial-pic img {
  max-width: 100%;
  display: block;
  border: 2px solid #999;
  border-radius: 50%;  
}

#testimonials .testimonials-content .testimonial-profile span {
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;   
}

#testimonials .testimonials-content .testimonial-profile span.name {
  font-weight: 700;   
}


#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    margin: 12px 7px;
}

/*------------------------------------------------------
                    Our section
------------------------------------------------------*/
.our-team-sec .section-bg{
    position: relative;
    width: 100%;
}

.our-team-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-blend-mode: overlay;
}

.our-team-sec .our-team{
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 10%);
}

.our-team-sec .our-team img{
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
}
.our-team-sec .our-team:hover img{
    transform: scale(1.2);
} 

.our-team-sec .our-team .team-content{
    width: 100%;
    height: 100%;
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
    transition: all 0.5s;
}

.our-team-sec .our-team:hover .team-content{ 
    transform: translateY(0); 
}

.our-team-sec .our-team .title{
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding-top: 140px;
}

.our-team-sec .our-team .post{
    display: block;
    font-size: 17px;
}

.our-team-sec .our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}

.our-team-sec .our-team .social li{
    display: inline-block;
    margin-top: 30px;
}

.our-team-sec .our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 5s;
}

@media only screen and (max-width: 990px){
    .our-team-sec .our-team{
       margin-bottom: 30px; 
    }
}

/*-------------------------------------------------------
                    Blog section
-------------------------------------------------------*/
.blog-5 .box{
    text-align: center;
    overflow: hidden;
    position: relative;
}

.blog-5 .box img{
    width: 100%;
    height: auto;
    transition: all 0.6s ease;
}

.blog-5 .box:hover img{
    opacity: 0.2;
    transform: scale(1.2);
}

.blog-5 .box .box-content h3 {
  font-size: 20px;
}

.blog-5 .box .box-content{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(100%);
}   

.blog-5 .box:hover .box-content{
    opacity: 1;
    bottom: 70%;
}

.blog-5 .btn-wraper1 {
  border: 1px solid white;
}

.blog-5 .btn-wraper1:hover {
  border: none;
}

.blog-5 .box .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.blog-5 .box .post{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
}

.blog-5 .box .icon{
    font-size: 0;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-5 .box .icon li{
    width: 50%;
    padding: 7px 15px;
    display: inline-block;
    opacity: 0;
    transform: translate(-20px,20px);
    transition: all 0.5s ease 0s;
}

.blog-5 .box .icon li:nth-child(2){
    text-align: right;
    transform: translate(20px,20px);
}

.blog-5 .box:hover .icon li{
    opacity: 1;
    transform: translate(0,0);
}

.blog-5 .box .icon li a{
    font-size: 16px;
    transition: all 0.3s;
}

.box .icon li a:hover{ color: #dd1818; }
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
.section-title-5 .separator ul li
{
	    background: none !important;
}

.navbar-expand-lg .menu-toggle:focus{

  outline: 2px solid #fff;
}
.widget_tag_cloud .wp-block-tag-cloud a:hover, .widget_tag_cloud .wp-block-tag-cloud a:focus, .widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:focus {
    background: #87aa01;
    border-color: #87aa01;
}