.main-navigation .nav-menu>.menu-item>a {
    font-weight: 700;
}

.hero-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-sec{
  height: auto !important;
}

.hero-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.hero-sec .content-sec{
  position: relative;
  width: 100%;
  padding: 100px 20px;
}

.hero-sec .content-sec .section-subtitle{
    width: 800px;
    margin: auto;
    text-align: center;
    font-size: 100px;
    padding-top: 100px;
}

.hero-sec .content-sec .section-title{
    text-shadow: 0px 7px 10px rgb(0 0 0 / 10%);
    text-transform: capitalize;
    font-size: 75px;
    line-height: 74px;
}

.hero-sec .content-sec .heading__description p {
    font-size: 20px;
    max-width: 950px;
    line-height: 30px;
}

.btn-wraper{
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}

.hero-sec .content-sec .about-btn{
    padding: 20px 40px 20px 40px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all 0.4s linear;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 10%);
}


@media(max-width: 768px){
  .hero-sec .content-sec .section-subtitle {
      margin-left: -50px;
  }
}

@media(max-width: 425px){
  .hero-sec .content-sec .section-subtitle {
      margin-left: -32%;
      font-size: 70px;
      text-align: center; 
      width: 635px;
  }
}

@media(max-width: 375px){
  .hero-sec .content-sec .section-subtitle {
      margin-left: -50px;
      width: 435px;
  }
}

@media(max-width: 320px){
  .hero-sec .content-sec .section-subtitle {
      margin-left: -50px;
      width: 380px;
      font-size: 60px;
  }
}


/*-----------------------------------------
            hero section end !
-----------------------------------------*/

.feature-area {
    position: relative;
    z-index: 2;
  }

.feature-area .feature-box{
  display: block;
  text-align: center;
  padding: 50px;
  border: 1.5px solid #fdc900;
  transition: all 0.3s;
  box-shadow: rgb(0 0 0 / 40%) 0px 18px 50px -10px;
}

.feature-area .feature-box .icon i {
    font-size: 40px;
}

.feature-area .feature-box .title {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.feature-area .feature-box .title a {
    text-transform: capitalize;
    color: #000;
}

.feature-area .img-box{
  margin: 0px 0px 0px -56px;
}

/*---------------------------------------------
                feature section end         
---------------------------------------------*/

/*-------------------------------------------
              services 
-------------------------------------------*/
.section-title-5 {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title-5 h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
}

.section-title-5 .separator {
    position: relative;
    margin: 5px auto 0px;
    width: 120px;
}

.section-title-5 .separator ul {
    padding: 0px;
    margin: 0px;
}

.section-title-5 .separator ul::before {
    content: '';
    width: 60px;
    height: 4px;
    left: -18px;
    top: 47%;
    position: absolute;
    border-radius: 50px;
}

.section-title-5 .separator ul li i{
    font-size: 24px;
    margin-left: -6px;
}

.section-title-5 .separator ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: none ! important;
}

.section-title-5 .separator ul::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    right: -18px;
    top: 47%;
    border-radius: 50px;
}

.section-title-5 p {
  margin: 25px;
  font-weight: 500;
}

.services-5 .service-box1 {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 70px rgb(0 0 0 / 6%);
    box-shadow: 0 5px 70px rgb(0 0 0 / 15%);
    transition: all .5s;
}

.service-box1 .service-img {
  position: absolute;
}

.service-box1.bg-img1{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover; 
}

.service-box1 .service-title {
    padding: 50px 20px 40px;
    margin-right: -1px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    position: relative;
}

.services-5 .service-box1 i {
  line-height: 65px;
  font-size: 50px;  
}

.service-box1:hover i {
    -webkit-animation: b 2s infinite linear;
    -o-animation: b 2s infinite linear;
    animation: b 2s infinite linear;
}

@-moz-keyframes b { 100% { -moz-transform: rotateY(360deg); } }
@-webkit-keyframes b { 100% { -webkit-transform: rotateY(360deg); } }
@keyframes b { 100% { -webkit-transform: rotate(360deg); transform:rotateY(360deg); } }

.services-5 .service-box1 h4 {
  margin: 13px 0;
}

.services-5 .service-box1 h4 a {
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
  transition: 0.3s;
}

.services-5 .service-box1 p {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
}

.service-box1:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-box1:hover .service-title {
    background: rgba(0,0,0,.45);
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    color: #fff;
}

/*-----------------------------------------
              service end!                
-----------------------------------------*/              
.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;
  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;
    background-color: #fff;
    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: 2px solid #fff;
}

@media screen and (max-width: 768px){
  .cta-7 .btn {
    margin-top: 15px;
  }
}
/*----------------------------------------------
              cta section end        
----------------------------------------------*/

/*----------------------------------------------
               portfolio item
----------------------------------------------*/
.portfolio-sec .portfolio-bg{
    position: relative;
    width: 100%;
}

.portfolio-sec .portfolio-box .portfolio-img{
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid rgb(0 0 0 / 10%);
}

.portfolio-sec .portfolio-box .portfolio-img img{
    width: 100%;
    height: auto;
}

.portfolio-sec .portfolio-box .portfolio-img .portfolio-content{
    width: 100%;
    height: 100%;
    background: hsl(199deg 98% 48% / 80%);
    padding-top: 10%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.5s;
}
.portfolio-box .portfolio-img img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
 }
.portfolio-box .portfolio-img:hover img{
     transform: scale(1.1);
 }

.portfolio-sec .portfolio-content .title{
    display: block;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px;
}

.portfolio-sec .portfolio-content .post{
    display: block;
    font-size: 17px;
    padding: 20px;
}

.portfolio-sec .portfolio-content .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-sec .portfolio-content .social li{
    display: inline-block;
    margin-top: 30px;
}
.readmore {
  margin-top: -35px;
  padding: 20px;
}

.readmore:hover i{
  margin-left: 10px;
  transition: 0.5s;
}
.portfolio-sec .portfolio-content .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;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    width: 30px;
    transition: 0.4s
}
@media only screen and (max-width: 990px){
    .portfolio-sec .team-content{
       margin-bottom: 30px; 
    }
}

/*-------------------------------------------
          START TESTIMONIAL
-------------------------------------------*/

.client-testimonial-5 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
}

.client-testimonial-5 .client-testimonial h1{
  text-align: center;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}

.client-testimonial-5 .client-testimonial p {
  margin: auto;
  max-width: 730px;
  text-align: center;  font-size: 19px;
  line-height: 30px;
  padding-top: 40px;
}

.client-testimonial-5 .testimonials-title  {
  text-align: center;
  margin: auto;
  padding: 40px;
}

.client-testimonial-5 .testimonials-title .testimonial-para {
  padding: 1px;
}

.client-testimonial-5 .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -240px;
}

.client-testimonial-5 .owl-theme .owl-nav [class*=owl-] {
    background-color: #222;
    font-size: 14px;
    padding: 9px 12px;
    display: inline-block;
    cursor: pointer;
}

@media(max-width: 768px){
  .client-testimonial-5 .client-testimonial p {
    font-size: 18px;
    max-width: 78%;
  }
}

@media(max-width: 768px) {
.client-testimonial-5 .owl-theme .owl-nav {
  top: -270px;
  } 
}

@media(max-width: 425px) {
.client-testimonial-5 .owl-theme .owl-nav {
  top: -300px;
} 
}

@media(max-width: 375px) {
.client-testimonial-5 .owl-theme .owl-nav {
  top: -320px;
  } 
}

@media(max-width: 320px) {
.client-testimonial-5 .owl-theme .owl-nav {
  top: -330px;
  } 
}

/*---------------------------------------------
            Start team section 
---------------------------------------------*/            
.team-box {
     overflow: hidden;
     position: relative;
 }

 .team-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;
 }

 .team-box:hover:before{ 
    transform: scaleY(1); 
 }

 .team-box img{
     width: 100%;
     height: auto;
     transition: all 0.5s ease 0s;
 }

 .team-box:hover img{
     opacity: 0.2;
     transform: scale(1.1);
 }

 .team-box .team-box-content{
     text-align: center;
     font-size: 18px;
     font-weight: 700;
     width: 100%;
     padding: 20px 25px;
     filter: blur(5px);
     opacity: 0;
     position: absolute;
     bottom: 0%;
     margin: auto;
     z-index: 2;
     transition: all 0.5s ease 0.2s;
 }

 .team-box:hover .team-box-content{
     filter: blur(0);
     opacity: 1;
     bottom: 0%;
 }

 .team-box .title .btn-1:hover{
    border: none;
 }
 
  .center h2{
  font-weight: 600;
  margin: 15px;
  font-size: 25px;
 }

 .center h2:hover {
  cursor: pointer;
}

.center {
  text-align: center;
}

.center p {
  margin-bottom: 0;
}

/*------------------------------------------------
            News & blog start
------------------------------------------------*/            
.blog-5 {
   position: relative;
}

.blog-5 .blog-item {
    margin-bottom: 30px;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.1);
    transition: all 0.5s;
}

.blog-5 .blog-1 .post-img {
    overflow: hidden;
    margin-bottom: -20px;
    position: relative;
}

.blog-5 .post-img {
    overflow: hidden;
}

.blog-5 .post-img img {
    width: 100%;
    transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}

.blog-5 .blog-item:hover .post-img img {
    transform: scale(1.1);
    
}

.blog-5 .post-content{
  padding: 20px 40px 40px;
}

.blog-5 .post-content h5{
  line-height: 36px;
  padding: 20px 0;
  margin-bottom: 0;
}

.blog-5 .post-content h5 a {
    line-height: 1.4;
    font-size: 22px;
    display: block;
    transition: all 0.3;
}

.blog-5 .btn-wraper .read-more-btn{
    display: block;
    position: relative;
    width: 150px;
    text-align: center;
    padding: 12px 13px;
    font-size: 12px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.5s;
    border: 1px solid #fdc900;
}

.blog-5 .btn-wraper .read-more-btn:hover {
  border: 1px solid #fdc900 !important;
}

@media screen and (max-width: 991px) {
    .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 62px;
      right:10px;
    }
}

/*-----------------------------------------
          footer start 
-----------------------------------------*/
.footer{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.footer .foot-top .logo img{
  width: 235px;
}

.footer .foot-top h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.footer .foot-top .menu-link,
.footer .foot-top .social-icon {
  margin-top: 50px;
}

.footer .foot-top .menu-link li{
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s;
}

.footer .foot-top .menu-link li:hover a{
  transition: all 0.3s;
}

.footer .foot-top .social-icon li{
  display: inline-block;
  margin-right: 40px;
}

.footer .foot-top .social-icon li i{
  font-size: 17px;
  transition: 0.3s;
}

.footer .foot-top .social-icon p{
  margin-top: 10px;
  font-size: 13px;
}

.footer .foot-top .heading-con{
  position: relative;
  font-size: 19px;
  margin: 20px 0 40px 0;
}

.footer .foot-top .address-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer .foot-top .address-list i{
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #888;
  transition: all 0.3s;
}

.footer .foot-top .address-list li{
 display: flex;
 cursor: pointer;
}
