    
.full-title{
     padding: 100px 0px 0px 0px;
     background: url(../images/cesped.jpg) no-repeat center;
     position: relative;
}
.full-title:before{
     content: "";
     background: rgba(0,0,0,0.5);
     top: 0px;
     left: 0px;
     position: absolute;
     width: 100%;
     height: 100%;
}
.full-title h1{
     position: relative;
     color: #ffffff;
     font-size: 38px;
     text-align: center;
}
.full-title h1 small{
     float: right;
     padding: 15px 0px;
     font-size: 14px;
}
.breadcrumb-main{
     position: relative;
     max-width: 400px;
     margin: 0 auto;
     text-align: center;
}
.breadcrumb-main .breadcrumb{
     background: #F55050;
     border-radius: 100px 100px 0px 0px;
     display: block;
}
.breadcrumb-main .breadcrumb li a{
     color: #ffffff;
     font-size: 15px;
}
.breadcrumb-main .breadcrumb li{
     color: #323232;
     display: inline-block;
     font-size: 15px;
}
.breadcrumb-main .breadcrumb-item + .breadcrumb-item::before{
     color: #323232;
}

.about-inner{
     padding: 30px 0px;
}
.left-ab h3{
     font-size: 38px;
     font-weight: 600;
     margin-bottom: 20px;
     padding-bottom: 10px;
     position: relative;
}
.left-ab p{
     font-size: 15px;
}
.left-ab ul{
     padding-left: 20px;
}
.left-ab ul li {
    position: relative;
    font-weight: 300;
    list-style: none;
    line-height: 29px;
    font-size: 15px;
}
.left-ab ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -15px;
    top: 0px;
    color: #F55050;
}

.team-members-box{
     padding: 30px 0px;
}
.team-members-box .card{
     box-shadow: 3px 5px 15px rgba(0,0,0, .15);
     border: none;  
}
.team-members-box h2{
     font-weight: 600;
     font-size: 45px;
     margin-bottom: 20px;
     text-align: center;
}
.our-team{
    text-align: center;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    height: auto;
    background: #323232;
    padding: 27px 0;
    border-left: 5px solid #F55050;
     border-right: 5px solid #F55050;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .team-content{
    background:#F55050;
}
.our-team .title{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .title{
    color: #ffffff;
    margin-bottom: 10px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    
    color: #323232;
    
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team:hover .post{
    height: 171px;
    opacity: 1;
    transform: scale(1);
}

.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{
    transform: translateY(50%);
    opacity: 1;
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #323232;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    color: #ffffff;
    transition: all 0.5s ease 0s;
}
.our-team .social li a:hover{
    color: #ffffff;
     background:#F55050;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 0px; }
     
}

.customers-box{
     padding: 30px 0px;
}
.customers-box h2{
     font-weight: 600;
     font-size: 45px;
     margin-bottom: 20px;
     text-align: center;
}
.customers-box .mb-4{
     text-align: center;
}

.portfolio-col{
     padding: 30px 0px;
}
.portfolio-item .card{
     border: none;
}
.portfolio-item .card .card-body{
     box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}
.portfolio-item .card .card-body h4{
     margin-bottom: 12px;
}
.portfolio-item .card .card-body h4 a{
     color: #323232;
     text-decoration: none;
     font-size: 22px;
     text-transform: capitalize;
}
.portfolio-item .card .card-body p{
     margin-bottom: 0px;
}
.hover-box{
     position: relative;
     overflow: hidden;
}
.dot-full{
     background: #F55050;
     width: 40px;
     height: 40px;
     position: absolute;
     top: -5px;
     right: -5px;
     border-radius: 50px;
     transition: all 0.5s ease 0s;
}
.dot-full i{
     color: #ffffff;
     font-size: 30px;
     width: 80px;
     height: 80px;
     background: #323232;
     text-align: center;
     line-height: 80px;
     border-radius: 50px;
     opacity: 0;
}
.portfolio-item .card:hover .dot-full{
     background: rgba(18,115,235,0.5);
     width: 100%;
     height: 100%;
     border-radius: 0px;
     top: 0px;
     right: 0px;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
.portfolio-item .card:hover .dot-full i{
     opacity: 1;
}


.item-pro{
     padding: 30px 0px;
}
.item-pro h3{
     font-size: 20px;
     font-weight: 600;
}
.item-pro ul{
     padding-left: 0px;
}
.item-pro ul li{
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     line-height: 30px;
}
.item-pro ul li span{
     -webkit-box-flex: 1;
     -webkit-flex: 1;
     -ms-flex: 1;
     flex: 1;
}


.project-inner h3{
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 30px;
}
.pagination_bar .pagination .page-item .page-link{
     font-size: 20px;
     background: #323232;
     border: 1px solid #323232;
     color: #ffffff;
     width: 35px;
     text-align: center;
}
.pagination_bar .pagination .page-item .page-link:hover{
     background:#F55050;
}
.portfolio-item h4.card-title a{
     font-size: 20px;
     font-weight: 500;
     margin-bottom: 20px;
     color: #323232;
}
.related-projects{
     padding: 30px 0px; 
}
.related-projects h3{
     font-weight: 600;
     font-size: 24px;
     margin: 0px;
     margin-bottom: 20px;
}
.blog-main{
     padding: 30px 0px;
}
.by-post{
     margin-bottom: 12px;
}
.blog-entries .card{
     box-shadow: 3px 5px 15px rgba(0,0,0, .15);
     border: none;
}
.blog-entries .card .card-body h2.card-title{
     font-size: 22px;
     font-weight: 500;
}
.blog-entries .card .card-footer{
     background-color: #323232;
}
.blog-entries .card .card-footer.text-muted{
     color: #ffffff !important;
}
.blog-entries .card .card-footer a{
     color: #F55050;
}
.blog-right-side .card{
     box-shadow: 3px 5px 15px rgba(0,0,0, .15);
     border: none;
}
.blog-right-side .card h5.card-header{
     background-color: #323232;
     color: #ffffff;
     font-size: 20px;
     font-weight: 400;
}
.blog-right-side .card .card-body ul li{
     margin-bottom: 2px;
}
.blog-right-side .card .card-body ul li a{
     border-radius: 4.8px;
     padding: 6px;
     background: #323232;
     color: #ffffff;
     display: inline-block;
}
.blog-main .blockquote{
     border-left: 3px solid #F55050;
     padding-left: 20px;
}
.blog-main .blockquote p{
     font-style: italic;
     font-size: 20px;
}

.pagination_bar_arrow .pagination .page-item .page-link{
     font-size: 20px;
     background: #323232;
     border: 1px solid #323232;
     color: #ffffff;
     width: 120px;
     text-align: center;
}
.pagination_bar_arrow .pagination .page-item .page-link:hover{
     background: #F55050;
}
.faq-main{
     padding: 30px 0px;
     margin: 30px 0px;
}
.faq-main h2{
     font-weight: 600;
     font-size: 45px;
     text-align: center;
     margin-bottom: 15px;
}
#accordionExample .accordion-single{
     border-radius: 0px;
     border: none;
     position: relative;
     margin-bottom: 15px;
}
#accordionExample  .accordion-single .card-header{
     background-color: transparent;
     padding: 0px;
     border: none;
}
#accordionExample  .accordion-single .card-header h5 button{
     color: #202428;
     display: block;
     position: relative;
     padding: 10px 30px 10px 60px;
     font-size: 18px;
     text-transform: capitalize;
     width: 100%;
     text-align: left;
     border: none;
     font-weight: 600;
}
#accordionExample  .accordion-single .card-header h5 button:hover{
     color:#F55050;
     text-decoration: none;
}
#accordionExample  .accordion-single h5 button[aria-expanded="false"]::before {
    content: "\f105";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     width: 40px;
     height: 47px;
     line-height: 47px;
     background: #F55050;
     border: 1px solid #F55050;
     border-radius: 3px;
     font-size: 24px;
     color: #000000;
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.3s ease 0s;
}
#accordionExample  .accordion-single h5 button[aria-expanded="true"]::before{
    content: "\f107";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     width: 40px;
     height: 47px;
     line-height: 47px;
     background: #F55050;
     border: 1px solid #F55050;
     border-radius: 3px;
     font-size: 24px;
     color: #ffffff;
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     transition: all 0.3s ease 0s;
}
#accordionExample .accordion-single:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #F55050;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordionExample .accordion-single .card-body{
     padding: 10px 30px 10px 30px;
     margin-left: 40px;
     background: #fff;
     border-top: none;
     font-size: 15px;
     color: #6f6f6f;
     line-height: 28px;
     letter-spacing: 1px;
}

.error-contents{
     padding: 30px 0px;
     max-width: 980px;
     margin: 0 auto;
     text-align: center;
}
.error-contents{}
.pricing-box{
     padding: 30px 0px;
}
.bg-01{
     background: url(../images/pricing-bg-01.jpg) no-repeat center;
     background-size: cover;
}
.bg-02{
     background: url(../images/pricing-bg-02.jpg) no-repeat center;
     background-size: cover;
}
.bg-03{
     background: url(../images/pricing-bg-03.jpg) no-repeat center;
     background-size: cover;
}
.pricing-box .card:hover .card-header{
     background: none;
}
.pricing-box .card{
     position: relative;
     overflow: hidden;
     -webkit-box-shadow: 0 5px 30px rgba(105,106,119,.1);
     box-shadow: 0 5px 30px rgba(105,106,119,.1);
     border: none;
}

.pricing-box .card .card-header{
     padding: 80px 15px;
     text-align: center;
     background: #323232;
     color: #ffffff;
}
.pricing-box .card:hover .card-header{
     color: #323232;
}
.pricing-box .card:hover .list-group-item{
     background-color: rgba(225,225,225,0.5);
}
.most_popular{
     position: absolute;
     top: 32px;
     font-size: 12px;
     text-align: center;
     width: 181px;
     padding: 4px 0;
     right: -36px;
     transform: rotate(40deg);
     background-color: #F55050;
     color: #323232;
}


.contact-main{
     padding: 30px 0px;
}
.contact-left h3{
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
}
.contact-right h3{
     font-weight: 600;
     font-size: 24px;
     margin-bottom: 20px;
}
.contact-right p abbr{
     font-weight: bold;
     font-size: 18px;
}

.help-block ul{
     margin: 0px;
     padding: 0px;
     list-style: none;
     background: red;
     color: #fff;
     padding: 0px 15px;
}

.map-main{
     
}


@media (min-width:768px) and (max-width:991px){
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
          position: absolute;
          top: 18px;
          right: 6px;
     }
     .top-bar{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
          display: none;
     }
     .item-pro ul li{
          font-size: 14px;
     }
}

@media screen and (max-width:767px){
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
          position: absolute;
          top: 18px;
          right: 6px;
     }
     .portfolio-main h2{
          text-align: center;
     }
     .customers-box{
          text-align: center;
     }
     .team-members-box h2{
          text-align: center;
     }
     .services-bar h1{
          text-align: center;
     }
     .social_footer_ul li{
          padding-left: 10px;
          padding-right: 10px;
     }
     .faq-main{
          padding: 20px 15px;
     }
     .accordion-single .card-header h5 a{
          font-size: 14px;
     }
     .top-bar{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
          display: none;
     }
}

@media (min-width:320px) and (max-width:575.98px){
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.dropdown-toggle::after{
          position: absolute;
          top: 18px;
          right: 6px;
     }
     .portfolio-main h2{
          text-align: center;
          font-size: 26px;
     }
     .customers-box{
          text-align: center;
     }
     .team-members-box h2{
          text-align: center;
          font-size: 26px;
     }
     .services-bar h1{
          text-align: center;
          font-size: 26px;
     }
     .social_footer_ul li{
          padding-left: 10px;
          padding-right: 10px;
     }
     .faq-main{
          padding: 20px 15px;
     }
     .accordion-single .card-header h5 a{
          font-size: 14px;
     }
     .top-bar{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link.active::after{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::before{
          display: none;
     }
     .navbar-expand-lg.top-nav .navbar-nav .nav-link::after{
          display: none;
     }
     .about-main h2{
          font-size: 26px;
     }
     .project-menu button{
          margin-bottom: 5px;
     }
     .blog-slide h2{
          font-size: 26px;
     }
     .left-ab h3{
          font-size: 26px;
     }
     .customers-box h2{
          font-size: 26px;
     }
     .faq-main h2{
          font-size: 26px;
     }
     #accordionExample .accordion-single .card-header h5 button{
          white-space: inherit;
          font-size: 14px;
     }
}