body {
    font-family: 'Montserrat', sans-serif !important;
}

h1,h2,h3,h4,h5,h6,p{
    font-family: 'Montserrat', sans-serif !important;
}

/*---------------------------------------------
    # Hero Section
-----------------------------------------------*/

.menu-two{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-toggler-icon {
    background-color: #03a9f4 !important;
}

.top-bar{
  padding: 20px 0px;
  background: #f7f2ee;
  border-bottom: 1px solid #eee;
}

@media (min-width: 991px){
    .header-two, 
    .top-bar{
        padding: 15px 75px;
    }
}

.navbar-nav .dropdown-menu .dropdown-item:hover>a {
    color: #03a9f4 !important;
}

.navbar-nav .nav-item:hover .nav-link {
    color: #03a9f4 !important;
}

.dropdown-item > a::before {
    background-color: #03a9f4 !important;
}

#c-scroll {
    background-color: #03a9f4 !important;
}

#c-scroll:after {
    border-bottom-color: #03a9f4 !important;
}

::-webkit-scrollbar-thumb {
    background: #03a9f4 !important;
}

.top-bar .social-icon{
  display: flex;
}

.top-bar .social-icon i{
  margin-right: 7px;
  line-height: 2.425rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.525rem;
  height: 2.525rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-align: center;
  color: #fefefe;
  font-size: 1.2625rem;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  
}

.top-bar .social-icon .fa-facebook{
    background: #3b5998;
}

.top-bar .social-icon .fa-facebook:hover{
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.top-bar .social-icon .fa-twitter{
    background: #55acee;
}

.top-bar .social-icon .fa-twitter:hover{
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.top-bar .social-icon .fa-instagram{
    background: #405DE6;
}

.top-bar .social-icon .fa-instagram:hover{
  color: #405DE6;
  background: #fefefe;
  border-color: #405DE6;
}

.top-bar .social-icon .fa-linkedin{
    background: #007bb5;
}

.top-bar .social-icon .fa-linkedin:hover{
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.top-bar .social-icon .fa-pinterest{
    background: #3b5998;
}

.top-bar .social-icon .fa-pinterest:hover{
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.top-bar .social-icon .fa-youtube{
    background: #bb0000;
}

.top-bar .social-icon .fa-youtube:hover{
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.top-bar .social-icon i:hover{
  background-color: #fff;
  color: #333;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}



.top-bar .content{
  display: flex;
  align-items: center;
  margin-right: 45px;
}

.top-bar .content:last-child{
  margin-right: 0;
}

.top-bar .content .icon i{
  color: #03a9f4;
  font-size: 25px;
  margin-right: 15px;
}

.top-bar .content .details p{
  margin-bottom: 0;
  font-size: 14px;
  color: #A5A5A5;
}

.top-bar .content .details p.light{
  color: #5a5a5a;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}

.top-bar .content .details p.light:hover{
  color: #000;
}

/*=================================
Home Area
====================================*/
.home7-hero-sec {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  }

.home7-hero-sec .slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home7-hero-sec .slider-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}

.home7-hero-sec .slider-item .slider-content {
  text-align: center;
  padding-top: 220px;
  padding-bottom: 270px;
  position: relative;
}

.home7-hero-sec .slider-item .slider-content p {
  font-size: 19px;
}

.home7-hero-sec .banner-content span {
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.home7-hero-sec .banner-content h1 {
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  text-transform: capitalize;
  width:auto;
}

.home7-hero-sec .banner-content p {
  color: #fff;
  max-width: 650px;
  margin: 0 auto 40px;
}

.home7-hero-sec .item-bg1 {
  background-image: url(../img/slider/1.jpg);
}

.home7-hero-sec .item-bg2 {
  background-image: url(../img/slider/2.jpg);
}

.home7-hero-sec .item-bg3 {
  background-image: url(../img/slider/3.jpg);
}

.home7-hero-sec .slider-btn .btn{
    transition: all 0.5s ease-in-out;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.home7-hero-sec .slider-btn .slider-btn1{
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
  color: #fff;
  margin-right: 15px;
}

.home7-hero-sec .slider-btn .slider-btn2{
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.home7-hero-sec .slider-btn .slider-btn1:hover{
    border: 1px solid rgb(251 251 251);
    background-color: rgb(135 128 122);
}

.home7-hero-sec .slider-btn .slider-btn2:hover{
  background-color: #03a9f4;
  border: 1px solid #03a9f4;
}

.home7-hero-sec .home-slider {
  position: relative;
}

.home7-hero-sec .home-area .owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 30px;
    height: 10px;
    margin: 12px 7px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
    transition: all 0.5s;
		top:-40px !important;
}

.home-area .owl-theme .owl-dots .owl-dot.active span, 
.home-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #03a9f4;
}

.home-area .owl-theme .owl-dots {
    position: absolute !important;
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    bottom: 100px !important;
	display: block !important;
    left: 0px;
    text-align: center;
	top: 75%;
  }

@media screen and (max-width: 1440px){
  
  .home7-hero-sec .slider-item .slider-content {
    padding-top: 130px !important;
  }
}

@media screen and (max-width: 500px){
  
  .home7-hero-sec {
    padding-bottom: 0 !important;
  }
}


/*=================================
slider Area End
====================================*/

.feature-area {
    position: relative;
    z-index: 2;
  }

.feature-area .feature-box{
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 50px;
  border-bottom: 6px solid #03a9f4;
  transition: all 0.3s;
  box-shadow: none;
}

.feature-area .feature-box .icon i {
    color: #03a9f4;
    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 .feature-box .description{
    color: #000;
}

.feature-area .img-box{
  margin: 0px 0px 0px -56px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
@media (min-width: 992px){
  section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
  }
}

@media (max-width: 992px){
  section {
    padding: 65px 0;
    overflow: hidden;
    position: relative;
  }
  
}

.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;
    background: #03a9f4;
    left: -18px;
    top: 47%;
    position: absolute;
    border-radius: 50px;
}

.section-title-5 .separator ul li i{
    color: #03a9f4;
    font-size: 24px;
}
.section-title-5 .separator ul li
{
	transform: none !important;
	width: auto !important;
    height: 0 !important;
}

.section-title-5 .separator ul::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: #03a9f4;
    right: -18px;
    top: 47%;
    border-radius: 50px;
}

.section-title-5 p {
  margin: 25px;
  color: #838383;
  font-weight: 500;
}

.cl-white{
  color: #fff;
}

.cta-5{
  padding: 150px 0;
  position: relative;
  background-image: url(../img/home-5/cta1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-5:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}

.cta-5 h3{
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.cta-5 h2{
  color: #fff;
  width: 45%;
  margin: auto;
  font-size: 48px;
  letter-spacing: 1px;
}

/* about css */

.about{
  position: relative;
  background-color: #f0f0f085;
}

.about .about-content{
    text-align: left;
}

.about .about-content .main-title{
  display: block;
  margin: 50px 0 20px 0;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-5{
  background-color: #fff;
}

.services-5 .service-box {
  padding: 50px 50px 48px 40px;
  background: #fff;
  text-align: center;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
  text-align: left;
  margin-bottom: 30px;
  transition: all 0.5s;
}

.services-5 .service-box:hover{
    background-color: #03a9f4;
    border-color: #03a9f4;
    z-index: 2;
}

.services-5 .service-box i {
  line-height: 65px;
  color: #03a9f4;
  font-size: 60px;
}

.services-5 .service-box:hover i,
.services-5 .service-box:hover p,
.services-5 .service-box:hover h4 a{
  color: #fff;
}

.services-5 .service-box h4 {
  margin: 13px 0;
}

.services-5 .service-box h4 a {
  color: #1b1d21;
  font-weight: 700;
  font-size: 21px;
  text-transform: capitalize;
  transition: 0.3s;
}

.services-5 .service-box h4 a:hover {
  color: #fff;
}

.services-5 .service-box p {
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #838383;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-5 .portfolio-item, .service-item {
   margin-bottom: 30px;
}
.portfolio-box{
     background-color: #000;
     overflow: hidden;
     position: relative;
 }
 .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{
     color: #fff;
     text-align: center;
     width: 90%;
     filter: blur(5px);
     opacity: 0;
     transform: translateX(-50%) translateY(50%);
     position: absolute;
     bottom: 60%;
     left: 50%;
     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: 25px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-transform: capitalize;
     margin: 0;
     color: #fff;
     transition: all 0.5s;
 }

  .portfolio-box .title:hover{
    color: #03a9f4;
  }
 
 .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{
     color: #fff;
     background-color: transparent;
     font-size: 25px;
     display: block;
     transition: all 0.3s ease 0s;
 }

 .portfolio-box .icon li a:hover{
     color: #03a9f4;
 }

 @media only screen and (max-width:990px){
    .portfolio-box{ margin: 0 0 30px; }
 }



.cta-7 {
  padding: 100px 0;
  background-color: #03a9f4;
}

.c-white {
    color: #fff;
}

.cta-7 h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: capitalize;
}

.cta-7 h2{
  color: #fff;
  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;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 50px;
    background-color: #fff !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	width:auto;
}

.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;
  background-color: #03a9f4 !important;
  color: #fff;
}

@media screen and (max-width: 768px){
  .cta-7 .btn {
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.our-team-sec .section-bg{
    position: relative;
    width: 100%;
    background: #fff;
}

.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;
}

.our-team-sec .our-team .team-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;
}
.our-team-sec .our-team:hover .team-content{ 
    transform: translateY(65%); 
}

.our-team-sec .our-team .title{
    display: block;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.our-team-sec .our-team .post{
    display: block;
    font-size: 17px;
    color: #fff;
}
.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%;
    background: #fff;
    font-size: 20px;
    color: #4c5462;
    margin-right: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 5s;
}
.our-team-sec .our-team .social li a:hover{
    background: #000;
    color: #fff;
}

@media only screen and (max-width: 990px){
    .our-team-sec .our-team{
       margin-bottom: 30px; 
    }
}


/*--------------------------------------------------------------
# News & Blog
--------------------------------------------------------------*/

.blog-5 {
  position: relative;
  background: #f6f6f6;
}

.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 .blog-item:hover a.heading{
  color: #03a9f4;
}

.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;
    color: #1f1f1f;
    display: block;
    transition: all 0.3;
}

.blog-5 .post-content h5 .heading:hover{
    color: #03a9f4;
}

.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;
    color: #fff;
    background-color: #03a9f4;
    transition: all 0.5s;
    border: 1px solid #03a9f4;
}

.blog-5 .btn-wraper .read-more-btn:hover{
    color: #03a9f4;
    background-color: #fff;
    border: 1px solid #03a9f4;
}

@media screen and (max-width: 991px){
    .navbar {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 62px;
	  right:10px;
    }
}
 

#testimonials{
  position: relative;
  background-color: #f6f6f6;
  width: 100%;
}

#testimonials .testimonial{
  background: #fff;
  margin: 15px;
  border-bottom: 4px solid #03a9f4;
  transition: all 0.5s;
  box-shadow:none !important;
}

#testimonials .testimonials-content .testimonial-desc {
    padding: 33px 39px;
    font-size: 18px;
    line-height: 36px;
    width: 80%;
    margin: 0 auto;
    justify-content: flex-start;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
}

#testimonials .testimonial .client-desc{
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin: 0 90px;
    
}

#testimonials .testimonials-content .testimonial-pic{
  position: relative;
  padding: 0 35px;
}

#testimonials .testimonials-content .testimonial-pic:before{
    position: absolute;
    content: '';
    top: 15px;
    left: 0;
    width: 2px;
    height: 50px;
    background: #03a9f4;
}

#testimonials:hover .testimonial-pic:before{
    background: #fff;
}

#testimonials .testimonials-content .testimonial-pic img {
    display: block;
    max-width: 100%;
    border-radius: 50%;
}

#testimonials .testimonials-content .testimonial-profile{
  margin-left: 0px;
}

#testimonials .testimonials-content .testimonial-profile span {
    display: block;
    color: #1f1f1f;
    margin-bottom: 10px;
    text-transform: capitalize;
}

#testimonials .testimonials-content .testimonial-profile span.name {
    font-weight: 700;
}

#testimonials .testimonials-content .testimonial-profile span.post {
    color: #03a9f4;
    font-weight: 700;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #03a9f4;
}

#testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px; 
	    display: block !important;
}

#testimonials .testimonial:hover{
    background-color: #03a9f4;
}

#testimonials .testimonial:hover .testimonial-desc,
#testimonials .testimonial:hover .testimonial-profile .name,
#testimonials .testimonial:hover .testimonial-profile .post{
    color: #fff;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    margin: 12px 7px;
    border-radius: 3px;

}

/*==============================================
                End Testimonials
===============================================

/*==============================================
                Start Footer
===============================================*/
.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%;
  background-color: #000;
  opacity: 0.4;
}

.footer .foot-top .logo img{
  width: 235px;
}

.footer .foot-top h2{
  font-size: 25px;
  text-transform: uppercase;
}

.footer .foot-top .desc{
  color: #888;
}

.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{
  color: #03a9f4;
  transition: all 0.3s;
}

.footer .foot-top .social-icon li{
  display: inline-block;
  margin-right: 40px;
}

.footer .foot-top .social-icon li i{
  color: #838383;
  font-size: 17px;
  transition: 0.3s;
}

.footer .foot-top .social-icon li i:hover{
  color: #03a9f4;
}

.footer .foot-top .social-icon p{
  margin-top: 10px;
  font-size: 13px;
  color: #888;
}

.footer .foot-top .heading-con{
  position: relative;
  font-size: 19px;
  color: #03a9f4;
  margin: 20px 0 40px 0;
}

@media (min-width: 1025px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 750px;
    top: 50%;
    right: 100px;
    background-color: #414141;
    height: 3px;
  }
}

@media (max-width: 1025px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 550px;
    top: 50%;
    right: 100px;
    background-color: #414141;
    height: 3px;
  }
}

@media (max-width: 768px) {
    .footer .foot-top .heading-con:after{
    position: absolute;
    content: '';
    width: 350px;
    top: 50%;
    right:70px;
  }
}

@media (max-width: 768px) {
    .footer .foot-top .heading-con:after{
      width: 186px;
      right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .footer .foot-top .heading-con:after{
    width: 300px;
    right: 25px;
  }
}
.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;
  color: #888;
  border-radius: 50%;
  border: 1px solid #888;
  transition: all 0.3s;
}

.footer .foot-top .address-list li{
 display: flex;
 cursor: pointer;
}

.footer .foot-top .address-list li:hover i{
  color: #03a9f4;
  border-color: #03a9f4;
}

.footer .foot-top .address-list p{
  color: #888;
}
@media only screen and (min-width: 600px)
{
.services-5, .testimonials-5, .portfolio-5, .blog-5 {
    padding: 80px 0 !important;
}
.about {
    padding: 200px 0 80px !important;
}
}
.team-content p
{
	color:#fff !important;
}
@media only screen and (min-width: 600px)
{
.feature-area {
    margin-top: -150px;
}
}
.our-team-sec, .portfolio-5, .services-5
{
	background-color:#00000012;
}
.blog-5 .post-content h5
{
	border-bottom:none;
}
.services-5 .service-box i:hover
{
	color:#fff !important; 
}