/*------------------------------------------------------------------
#0.4    hero-slider
#0.5    footer
#0.6    about-section
#0.7    services-section
#0.8    fun-fact-section
#0.9    Contact form
#1.1    team-section
#1.2    cta-section
#1.3    projects-section
#1.4    testimonials-section
#1.5    partners-section


--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.4    hero-slider
--------------------------------------------------------------*/

.hero-slider {
    width: 100%;
    height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.1);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    /*visibility: visible;*/
}

@media (max-width: 991px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: #fff;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: #fe5a0e;
}

.hero-slider .swiper-button-prev:hover:before,
.hero-slider .swiper-button-next:hover:before {
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 100px;
    top: 45%;
}

.hero-slider .swiper-button-prev {
    left: 91.6%;
    top: 55%;
}

@media screen and (max-width: 1440px) {
    .hero-slider .swiper-button-prev {
        left: 89%;
    }
}

@media screen and (max-width: 1366px) {
    .hero-slider .swiper-button-prev {
        left: 88.5%;
    }
}

@media screen and (max-width: 1024px) {
    .hero-slider .swiper-button-prev {
        left: 84.5%;
    }

    .industry-hero-address {
        margin-right: 110px;
    }
}

@media screen and (max-width: 991px) {
    .industry-hero-address {
        margin-top: 0;
        margin-right: 0;
        width: 100%;
    }
}

.hero-slider .swiper-button-prev:before {
    font-family: "themify";
    content: "\e62a";
    font-size: 20px;
    color: #282828;
}

.hero-slider .swiper-button-next:before {
    font-family: "themify";
    content: "\e627";
    font-size: 20px;
    color: #282828;
}

.hero-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
    background: #ff5e14;
}

.hero-slider .slide-subtitle span {
    background-color: #e8e8e8;
    display: inline-block;
    font-size: 10px;
    font-size: 0.66667rem;
    font-weight: 600;
    color: #687187;
    padding: 8px 15px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero-slider .slide-subtitle span {
        padding: 5px 12px;
        letter-spacing: 2px;
    }
}

@media (max-width: 991px) {
    .hero-slider .slide-subtitle {
        text-align: center;
    }
}

.hero-slider .slide-title {
    max-width: 600px;
}

@media (max-width: 991px) {
    .hero-slider .slide-title {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}

.hero-slider .slide-title h2 {
    font-size: 77px;
    color: #fff;
    margin: 0.57em 0;
    font-family: Barlow Condensed;
    font-weight: 700;
    margin-top: 0px;
}

.hero-slider .slide-title h2 span {
    position: relative;
}

.hero-slider .slide-title h2 span::after {
    position: absolute;
    content: '';
    width: 98%;
    height: 15px;
    border-radius: 5px;
    background: #cb480b;
    left: 0;
    bottom: 10px;
    z-index: -1;
}

.hero-slider .slide-title p {
    font-size: 22px;
    font-family: Heebo;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
}

@media (max-width: 767px) {
    .hero-slider .slide-title p {
        font-size: 18px;
    }
}

.theme-btn,
.theme-btn-s2,
.submit-btn {
    font-family: "Heebo";
    background-color: #fe5a0e;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    min-width: 195px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    padding-right: 40px;
}


@media (max-width: 767px) {
    .theme-btn,
    .theme-btn-s2,
    .submit-btn {
           min-width: 170px;
        height: 50px;
        line-height: 50px;
        padding-right: 30px;
        font-size: 15px;
    }

}

.theme-btn:before,
.theme-btn-s2:before,
.submit-btn:before {
    font-family: "themify";
    content: "\e628";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.theme-btn:after,
.theme-btn-s2:after,
.submit-btn:after {
    content: "";
    background: #ff7070;
    width: 1px;
    height: 70%;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(-50%);
}

.theme-btn:hover:before,
.theme-btn-s2:hover:before,
.submit-btn:hover:before {
    animation: btnmove 1s forwards;
}

@-webkit-keyframes btnmove {
    from {
        right: 60px;
    }

    to {
        right: 15px;
    }
}

.theme-btn:hover,
.theme-btn-s2:hover,
.submit-btn:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.submit-btn:focus,
.theme-btn:active,
.theme-btn-s2:active,
.submit-btn:active {
    background-color: #fa3500;
    color: #fff;
}

@media (max-width: 1366px) {
    .hero-slider .slide-title h2 {
        font-size: 50px;
    }

}

@media (max-width: 991px) {
    .hero-slider .slide-title h2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .hero-slider .slide-title h2 {
        font-size: 35px;
    }
}

.hero-slider .slide-text {
    max-width: 660px;
}

@media (max-width: 991px) {
    .hero-slider .slide-text {
        margin: 0 auto;
        text-align: center;
    }
}

.hero-slider .slide-text p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
    margin: 0 0 2em;
}

@media (max-width: 767px) {
    .hero-slider .slide-text p {
        font-size: 16px;
        font-size: 1.06667rem;
    }
}

.hero-slider .slide-btns>a:first-child {
    margin-right: 15px;
}

@media (max-width: 991px) {
    .hero-slider .slide-btns {
        margin: 0 auto;
        text-align: center;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

/*-------------------------------------
#hero-style-1
-------------------------------------*/

.hero-style-1,
.hero-style-2,
.hero-style-3 {
    height: 830px;
}

@media (max-width: 991px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {

    .hero-style-1 .slide-inner .container,
    .hero-style-2 .slide-inner .container,
    .hero-style-3 .slide-inner .container {
        margin-top: -20px;
    }
}

/*-------------------------------------
#hero-style-2
-------------------------------------*/

.hero-style-2,
.hero-style-3 {
    height: calc(100vh - 139px);
    min-height: 600px;
}

@media (max-width: 991px) {

    .hero-style-2,
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {

    .hero-style-2,
    .hero-style-3 {
        height: 500px;
        min-height: 500px;
    }
}

.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    margin: -0.2em 0 0.3em;
}

@media (max-width: 767px) {

    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        margin: -0.2em 0 0.57em;
    }
}

@media screen and (min-width: 992px) {

    .hero-style-2 .slide-inner .container,
    .hero-style-3 .slide-inner .container {
        padding-top: 0;
    }
}

/*-------------------------------------
#hero-style-3
-------------------------------------*/

.hero-style-3 {
    height: 700px;
    text-align: center;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 500px;
    }
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text,
.hero-style-3 .slide-btns {
    margin: 0 auto;
    text-align: center;
}

/* #0.0 Start Hero Address
--------------------------------------------------------------*/

.industry-hero-address {
    display: flex;
    justify-content: flex-end;
    margin-top: -137px;
    position: relative;
    z-index: 99;
    margin-right: 300px;
}

@media (max-width: 991px) {
    .industry-hero-address {
        margin-top: 0px;
    }
}

.hero-address:first-child {
    background: #fe5a0e;
}

.hero-address {
    background: #fff;
    max-width: 325px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.hero-address .left {
    margin-right: 25px;
}

.hero-address .icon img {
    margin: auto;
    width: 22px;
}

.hero-address:first-child .icon {
    background: #fe7332;
    display: flex;
}

.hero-address .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #eeeded;
    font-size: 22px;
}

.hero-address .content p {
    font-size: 18px;
    font-weight: 600;
    font-family: Heebo;
    text-transform: capitalize;
}

.hero-address .content h5 {
    font-weight: 700;
    font-size: 25px;
    font-family: Barlow Condensed;
}

.hero-address .content p,
.hero-address .content h5 {
    color: #282828;
}

.hero-address:first-child .content p,
.hero-address:first-child .content h5 {
    color: #fff;
}

/* hero address respnsive style */

@media screen and (max-width: 1024px) {
    .industry-hero-address {
        margin-right: 140px;
    }
}

@media screen and (max-width: 768px) {
    .hero-address {
        max-width: 384px;
    }
}

@media screen and (max-width: 425px) {
    .industry-hero-address {
        display: block;
    }

    .hero-address {
        max-width: 100%;
    }
}

/* #0.6    about-section
--------------------------------------------------------------*/

.industry-about .section-title {
    margin-bottom: 50px;
}

.industry-about .section-title span {
    padding: 0;
}

.industry-about .section-title span::before,
.industry-about .section-title span::after {
    display: none;
}

.single-about {
    display: flex;
    align-items: center;
}

.single-about:not(:last-child) {
    margin-bottom: 40px;
}

.single-about .icon img {
    width: 120px;
}

.single-about .content {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.single-about .content::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    background: #fe5a0e;
    top: 0;
    left: 0;
}

.single-about .content h4 {
    color: #282828;
    font-size: 25px;
    font-weight: 700;
    font-family: Barlow Condensed;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0;
}

.single-about .content p {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: 400;
    font-family: Heebo;
	margin-bottom:10px;
}

@media (max-width: 1024px) {
    .single-about .content h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .left-img {
        margin: 0 auto 30px;
        display: table;
    }
}

/* #0.7    services-section
--------------------------------------------------------------*/

.industry-service {
    background: #f9f9f9;
    position: relative;
}

.industry-service .section-title h2 span {
    display: block;
    color: #282828;
}

.industry-service::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.industry-service .single-service {
    background: #fff;
    min-height: 495px;
    max-width: 370px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.industry-service .single-service .card-body {
    padding: 40px 50px;
}

.industry-service .single-service:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.industry-service .single-service .icon {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.3s ease;
}

.industry-service .single-service .icon img {
    width: 85px;
    transition: all 0.3s ease;
}

.industry-service .single-service h4 {
    color: #282828;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Barlow Condensed';
    margin: 30px 0;
}
.industry-service .single-service h4 a {
    color: #282828; 
}
.industry-service .single-service p {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 600;
    font-family: 'Heebo';
}

.industry-service .single-service .btn-more {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    box-shadow: 0px 10px 28px 0px rgba(254, 90, 14, 0.09);
    border-radius: 50%;
    border: 1px solid #28282810;
    display: block;
    color: #fe5a0e;
    position: absolute;
    left: 50%;
    bottom: -25px;
    z-index: 565;
    transform: translateX(-50%);
    background: #fff;
}

.industry-service .single-service .btn-more:before {
    position:absolute;
	left:0;
	top:0;
	width:110%;
	height:110%;
	content:"";
	animation: pulse 2s infinite;
	opacity:0;
	visibility:hidden;
	transition:all .3s;
}

.industry-service .single-service .btn-more:hover:before{
    opacity:1;
	visibility:visible;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
        box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
        box-shadow: 0 0 0 10px rgba(254, 90, 14, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
        box-shadow: 0 0 0 0 rgba(254, 90, 14, 0);
    }
}

.industry-service .single-service:hover .icon .img-normal,
.industry-service .single-service .icon .img-hover {
    display: none;
}

.industry-service .single-service:hover .icon .img-hover {
    display: block;
}

.industry-service .single-service:hover .icon {
    animation: pulse 2s infinite
}

.industry-service .single-service:hover .icon,
.industry-service .single-service:hover .btn-more {
    background: #fe5a0e;
}

.industry-service .single-service:hover .btn-more {
    color: #fff;
    border-color: #fe5a0e;
}

@media screen and(max-width: 1024px) {
    .industry-service .single-service .card-body {
        padding: 30px;
    }

    .industry-service .single-service .icon {
        height: 120px;
        width: 120px;
    }

    .industry-service .single-service .icon img {
        width: 65px;
    }
}

@media screen and (max-width: 768px) {
    .industry-service .single-service {
        min-height: 420px;
        margin-bottom: 60px;
    }

    .card-mb-0 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 425px) {
    .industry-service .single-service {
        margin: 0 auto 60px;
    }

    .industry-service .single-service .card-body {
        padding: 40px 30px;
    }
}


/* #0.8    fun-fact-section
--------------------------------------------------------------*/

.industry-status-inner {
    display: flex;
    justify-content: space-between;
    min-height: 260px;
    align-items: center;
    flex-wrap: wrap;
}

.single-status {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .single-status {
        width: 50%;
        margin: 30px 0;
    }

    .single-status:nth-child(2n)::before {
        display: none;
    }

    .single-status::before {
        right: -40px;
    }
}
.single-status h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Barlow Condensed';
}
@media screen and (max-width: 425px) {
    .single-status::before {
        right: -5px;
    }

    .single-status span.plus {
        right: 15px;
        top: 15px;
    }

    .single-status h3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 375px) {
    .industry-status-inner {
        padding: 30px 0;
    }

    .single-status {
        width: 100%;
        margin: 0;
    }

    .single-status::before {
        display: none;
    }

    .single-status span.plus {
        right: 85px;
        top: 15px;
    }
}

@media screen and (max-width: 320px) {

    .single-status span.plus {
        right: 55px;
        top: 15px;
    }
}

.single-status::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #fbd1be;
    right: 0;
    top: 0;
}

.single-status:nth-child(4n)::before {
    display: none;
}

.single-status span.plus {
    border-radius: 50%;
    background: #FE8147;
    position: absolute;
    right: 40px;
    top: 4px;
    width: 68px;
    height: 68px;
    display: block;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #fff;
    z-index: -1;
    line-height: 68px;
}

@media screen and (max-width: 1024px) {
    .single-status span.plus {
        right: 25px;
        top: 10px;
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
}

@media (max-width: 425px) {
   .single-status span.plus {
	   display:none;
    }
}
.single-status p {
    font-size: 18px;
    font-family: 'Heebo';
    color: #fff;
}

.odometer-formatting-mark {
    display: none;
}

/* #0.9 Contact Form
--------------------------------------------------------------*/

.get-in-touch-contact-area {
    background: #f9f9f9;
    padding: 50px 70px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.get-in-touch-contact-area::before {
    position: absolute;
    background: url('../images/contact-form-bg.jpg') no-repeat center center / cover;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.get-in-touch-contact-area .section-title {
    margin-bottom: 50px;
    padding-left: 0px;
}

.get-contact-form .form-control {
    color: #949494;
    border: 1px solid #efefef;
    background: #ffffff;
    padding: 20px;
    box-shadow: none;
}

.get-contact-form select.form-control,
.get-contact-form input.form-control {
    height: 58px;
}

.get-contact-form select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.get-contact-form .form-select {
    position: relative;
}

.get-contact-form .form-select::before {
    position: absolute;
    content: '\e64b';
    font-family: 'themify';
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.get-contact-form textarea.form-control {
    height: 155px;
}

.right-image {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    position: relative;
    margin-top: 55px;
}

.right-image img {
    height: 450px;
    width: 450px;
}

.right-image .quote img {
    width: 82px;
}

.right-image .quote {
    position: absolute;
    width: 197px;
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fe5a0e;
    border: 7px solid #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.12);
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
}

@media screen and (max-width: 1024px) {

    .right-image img,
    .right-image {
        height: 370px;
        width: 370px;
    }

    .get-in-touch-contact-area {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .right-image {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    .get-in-touch-contact-area {
        padding: 15px;
    }
}


/* #0.0 Start Portfolio Section
--------------------------------------------------------------*/
.industry-portfolio {
    position: relative;
    z-index: 1;
}

.industry-portfolio .section-title {
    margin-bottom: 80px;
}
.industry-portfolio .note-content h3,
.industry-portfolio .section-title h2 {
    color: #fff;
}

.industry-portfolio .note-content h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 45px;
    margin: 0;
}

.industry-portfolio-note {
    display: flex;
    background: #fe5a0e;
    border-radius: 5px;
    min-height: 142px;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.industry-portfolio-note .theme-btn {
    background: #fff;
    color: #282828;
}

.industry-portfolio-note .theme-btn::after {
    background: #d4d4d4;
}

@media screen and (max-width: 1024px) {
    .industry-portfolio .section-title {
        margin-bottom: 50px;
    }

    .industry-portfolio-note {
        margin-bottom: 50px;
    }

    .industry-portfolio-note .note-btn,
    .industry-portfolio-note .note-content {
        width: 50%;
    }

    .industry-portfolio-note .note-btn {
        text-align: right;
    }
}

/* protfolio item */
.industry-portfolio-item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.industry-portfolio-item .hover-content,
.industry-portfolio .industry-portfolio-item img {
    border-radius: 5px;
}

.industry-portfolio .industry-portfolio-item img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}


.industry-portfolio-item .hover-content {
    position: absolute;
    background: #fe5a0e;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-slider .center .industry-portfolio-item .hover-content,
.industry-portfolio-item:hover .hover-content {
    visibility: visible;
    opacity: 1;
}

.industry-portfolio-item .hover-content .more-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #282828;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.industry-portfolio-item .hover-content:hover .more-btn {
    animation: btnbg 1s infinite;
}

@-webkit-keyframes btnbg {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.industry-portfolio-item .hover-content h4 a {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 35px;
    color: #fff;
}

.industry-portfolio-item .hover-content p {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Heebo';
    color: #fff;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fe5a0e;
    color: #ffffff;
}

.portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #282828;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 65px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-slider.owl-theme .owl-prev {
    left: -3%;
}

.portfolio-slider.owl-theme .owl-next {
    right: -3%;
}

@media screen and (max-width: 425px) {
    .portfolio-slider.owl-theme .owl-nav [class*=owl-] {
        margin: 0;
        height: 40px;
        width: 40px;
        line-height: 45px;
    }

    .industry-portfolio-note {
        display: block;
    }

    .industry-portfolio-note .note-btn,
    .industry-portfolio-note .note-content {
        width: 100%;
    }

    .industry-portfolio-note .note-content {
        margin-bottom: 30px;
    }

    .industry-portfolio-note .note-btn {
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .industry-portfolio-note {
        padding: 30px 15px;
    }
}


/* #1.1    team-section
--------------------------------------------------------------*/
.single-member {
    text-align: center;
    padding: 15px;
    position: relative;
    box-shadow: 0px 2px 10px 3px rgb(201 201 201 / 18%);
    transition: .3s;
}

.single-member,
.single-member img {
    border-radius: 5px;
}

.industry-team .single-member h4 {
    font-family: 'Barlow Condensed';
    font-weight: 700;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.industry-team .single-member p {
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.single-member h4,
.single-member p {
    color: #282828;
}

.single-member .social-media-toggler i {
    line-height: unset;
}

.single-member .social-media-toggler,
.team-social-links ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    display: block;
    text-align: center;
    font-weight: 700;
}
.team-social-links ul {
    padding-left: 0px;
    list-style: none;
}
.single-member .social-media-toggler {
    position: absolute;
    background: #282828;
    color: #fff;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.team-social-links {
    position: absolute;
    top: 80px;
    right: 30px;
    visibility: hidden;
    opacity: 0;
    transform-origin: top;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}


.team-social-links ul li a {
    border: 1px solid #ff6102;
    color: #ffffff;
    right: 0;
    box-shadow: 0px 2px 10px 3px rgb(201 201 201 / 18%);
    background: #ff6102;
}

.team-social-links ul li:not(:last-child) {
    margin-bottom: 10px;
}

.active-member,
.single-member:hover {
    box-shadow: 0px 10px 16px 5px rgba(201, 201, 201, 0.31);
}

.active-member .team-social-links {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.single-member.active-member .social-media-toggler {
    background: #fe5a0e;
    transform: rotate(45deg);
}


@media screen and (max-width: 991px) {
    .industry-team .team-col:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 425px) {
    .single-member img {
        width: 100%;
        object-fit: cover;
    }

    .single-member {
        max-width: 370px;
        margin: auto;
    }
}

/* #1.2    cta-section
--------------------------------------------------------------*/
.industry-relationship-banner {
    position: relative;
    z-index: 1;
}

.relationship-inner {
    background: #fe5a0e;
    border-radius: 5px;
    padding: 50px;
    position: relative;
}

.relationship-inner::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    z-index: -1;
}

.relationship-inner::after {
    position: absolute;
    content: url(../images/relationship-icon.png);
    right: 20px;
    top: 55%;
}


.relationship-inner h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    color: #ffffff;
    line-height: 60px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 35px;
    margin-top: 0;
}

.relationship-inner h2::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 60%;
    height: 5px;
    border-radius: 5px;
    background: #282828;
}

.relationship-inner h2 span {
    color: #282828;
}

.industry-relationship-banner .relationship-inner p {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Barlow Condensed';
    line-height: 1;
    margin-top: 25px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 768px) {
	.industry-relationship-banner .relationship-inner p {
		 font-size: 35px;
		  margin-top: 10px;
	}
}
@media screen and (max-width: 425px) {

    .relationship-inner p,
    .relationship-inner h2 {
        font-size: 30px;
    }

    .relationship-inner h2 {
        line-height: 35px;
    }

    .relationship-inner p {
        margin-top: 5px;
    }

    .relationship-inner h2::before {
        z-index: 1;
    }

    .relationship-inner::after {
        right: 30px;
        top: 40%;
		opacity:.4;
    }

    .relationship-inner::before {
        top: 5px;
        left: 5px;
    }
}

@media screen and (max-width: 375px) {
    .relationship-inner {
        padding: 30px;
    }
}

@media screen and (max-width: 320px) {
    .relationship-inner {
        padding: 15px;
    }

    .relationship-inner::after,
    .relationship-inner::before {
        display: none;
    }

    .relationship-inner p,
    .relationship-inner h2 {
        font-size: 26px;
    }

    .relationship-inner h2 {
        line-height: 30px;
    }

    .relationship-inner h2 {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}

/* #0.0  Testimonial Section
--------------------------------------------------------------*/

.display-flex {
    display: flex;
    align-items: center;
}

.testimonial-item {
    position: relative;
    padding-top: 40px;
}
@media (max-width: 767px) {
    .testimonial-item {
        padding-top: 10px;
    }
}

.testimonial-item::before {
    position: absolute;
    content: '';
    background: url(../images/testi-q.png) no-repeat center center / cover;
    top: 0;
    left: 30px;
    height: 124px;
    width: 174px;
}

.client-feedback {
    width: 60%;
}

.client-img {
    position: relative;
    width: 40%;
}
.testimonial-item .client-img>img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
}
.testimonial-item .client-feedback p {
    font-size: 22px;
    line-height: 35px;
    color: #515151;
    font-family: 'Heebo';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}
@media screen and (max-width:991px) {

    .display-flex {
        flex-direction: column;
    }

    .client-img,
    .client-feedback {
        width: 100%;
    }

    .client-feedback {
        order: 1;
    }

    .client-img {
        order: 0;
        padding-left: 50px;
        margin-bottom: 50px;
    }

    .testimonial-item .client-img>img {
        width: 150px;
        height: 150px;
    }

    .testimonial-item::before {
        display: none;
    }

    .client-img .client-img-q {
        width: 60px;
        height: 60px;
        left: 15px;
    }

    .client-img .client-img-q img {
        width: 30px;
    }

    .testimonial-sliders .owl-prev::before,
    .testimonial-sliders .owl-next::before {
        left: 50%;
    }

    .testimonial-item .client-feedback p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .testimonial-sliders .owl-prev {
        top: 100%;
    }

    .testimonial-sliders .owl-nav {
        display: flex;
        display: none;
    }

    .testimonial-sliders .owl-prev,
    .testimonial-sliders .owl-next {
        position: relative;
        right: 0;
        left: 0;
        margin: 30px 10px 0 0;
    }

    .testimonial-sliders .owl-prev {
        transform: rotate(-90deg);
    }

    .testimonial-sliders .owl-next {
        transform: rotate(-90deg);
    }
}
@media (max-width: 450px) {
	
    .client-img {
		padding-left:0px;
	}
	.testimonial-item .client-img>img {
		margin:auto;
	}
}
@media screen and (max-width:425px) {
    .testimonial-item .client-feedback p {
        font-size: 14px;
        line-height: 25px;
    }
	
}

.client-img .client-img-q {
    position: absolute;
    width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #fe5a0e;
    border: 3px solid #fff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.10);
    z-index: 472;
    left: -30px;
    top: 63%;
}
@media (max-width: 991px) {
    .client-img .client-img-q {
        width: 80px;
        height: 80px;
        left: 6px;
    }
}
@media (max-width: 450px) {
	.client-img .client-img-q {
		left: 97px;
	}
}
.client-img .client-img-q img {
    width: 46px;
}



.testimonial-item .client-feedback h4 {
    color: #282828;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Barlow Condensed';
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .testimonial-item .client-feedback h4 {
        color: #282828;
        font-weight: 700;
        font-size: 25px;
        font-family: 'Barlow Condensed';
        text-transform: capitalize;
        font-style: normal;
        margin-bottom: 10px;
        margin-top: 22px;
    }
}
.testimonial-item .client-feedback h4 + p {
    font-size: 17px;
    line-height: 1.5;
}
.testimonial-item .client-feedback span {
    color: #5c5c5c;
    font-size: 16px;
    font-family: 'Heebo';
    font-style: normal;
}

[class^="ti-"],
[class*=" ti-"] {
    line-height: inherit;
}
.industry-testimonial .owl-theme .owl-controls {
    display: none;
}

.testimonial-sliders .owl-prev,
.testimonial-sliders .owl-next {
    position: absolute;
    right: 50px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
    display: block;
    z-index: 1;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
}

.testimonial-sliders .owl-prev {
    top: 0;
}

.testimonial-sliders .owl-next {
    bottom: 0;
}

.testimonial-sliders .owl-prev::before,
.testimonial-sliders .owl-next::before {
    position: absolute;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(254, 90, 14, 0.9);
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: -1;
}




/* #1.3 industry-client
--------------------------------------------------------------*/
.partner-logo img {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    margin: auto;
    display: table;
}

.partner-logo {
    max-width: 320px;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px;
}

.partners-slider .partner-logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.partners-slider .owl-item.center .partner-logo {
    box-shadow: 0px 10px 25px rgba(254, 90, 14, 0.1);
    height: 183px;
    border-color: rgb(239, 239, 239);
    background: rgba(249, 106, 14, 0);
}


.partners-slider.owl-carousel .owl-stage-outer {
    overflow: unset;
}

.partners-slider .owl-nav {
    display: none;
}



/* #1.7    blog-section
--------------------------------------------------------------*/

.industry-blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
}

.industry-blog-grid {
    position: relative;
    width: 33.33%;
    padding: 0 30px;
}

.industry-blog-grid:not(:nth-child(3n))::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px dashed #c9c9c9;
    left: 100%;
    top: 0;
}

.industry-blog-grid .industry-blog-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: absolute;
    width: 85%;
    padding: 15px 20px;
}

.industry-blog-grid .industry-blog-upper .category,
.industry-blog-grid .industry-blog-upper .icon {
    color: #fff;
    background: #fe5a0e;
    text-align: center;
}
.industry-blog-grid .industry-blog-upper .category a {
    color: #fff;
}
.industry-blog-grid .industry-blog-upper .category {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: Heebo;
    border-radius: 3px;
}

.industry-blog-grid .industry-blog-upper .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 22px;
}

.industry-blog-grid .industry-blog-upper .icon i {
    line-height: unset;
}

.industry-blog-grid .industry-blog-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    display: block;
    border-radius: 5px;
}

.industry-blog-content {
    margin-top: 30px;
}

.industry-blog-post-date {
    color: #fe5a0e;
    font-size: 15px;
    font-weight: 700;
    font-family: Heebo;
    text-transform: capitalize;
}

.industry-blog-title {
    margin: 30px 0;
}

.industry-blog-title a {
    font-weight: 700;
    font-family: "Barlow Condensed";
    font-size: 24px;
    color: #282828;
}

.industry-read-more-btn {
    min-width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: Heebo;
    color: #282828;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ffcdb6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.industry-read-more-btn img {
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.industry-read-more-btn,
.industry-read-more-btn:hover {
    color: #282828;
}

.industry-read-more-btn:hover {
    border-color: #fe5a0e;
    color: #fff;
}

.industry-read-more-btn::before {
    position: absolute;
    content: '';
    width: 0;
    background: #fe5a0e;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.industry-read-more-btn:hover::before {
    animation: blogbtnanim 0.60s forwards;
}

@-webkit-keyframes blogbtnanim {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.industry-read-more-btn:hover img.arrow-white {
    display: inline-block;
}

.industry-read-more-btn:hover .arrow-black,
.industry-read-more-btn .arrow-white {
    display: none;
}

@media screen and (max-width: 991px) {
    .industry-blog.section-padding {
        padding-bottom: 60px;
    }

    .industry-blog-grid {
        width: 50%;
        margin-bottom: 30px;
    }

    .industry-blog-grid:nth-child(2n)::before {
        border-right: none;
    }
}

@media screen and (max-width: 425px) {
    .industry-blog.section-padding {
        padding-bottom: 50px;
    }

    .industry-blog-row {
        margin-left: 0;
        margin-right: 0;
    }

    .industry-blog-grid {
        width: 100%;
        padding: 0 15px;
    }
}



/*--------------------------------------------------------------
    #service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1    service-single-section
--------------------------------------------------------------*/
.service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    margin: 0 0 0.7em;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: capitalize;
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content h3 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.service-single-section .service-single-content p {
    margin-bottom: 1.3em;
}

.service-single-section .service-single-content .service-single-img {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .service-single-img {
        margin-bottom: 50px;
    }
}

.service-single-section .service-single-content .why-choose-section {
    padding-top: 15px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids {
        margin: 0 -7.5px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    background: #fff;
    width: calc(33% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 600px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
    font-size: 45px;
    color: #fe5a0e;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 19px;
    margin: 0.5em 0 0.73em;
}

@media (max-width: 1199px) {
    .service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
        font-size: 18px;
    }
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
    margin: 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
    position: absolute;
    right: -40px;
    top: -40px;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.1);
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover {
    background: #fe5a0e;
    border-radius: 15px 15px 15px 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover .icon .fi:before,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover h3,
.service-single-section .service-single-content .why-choose-section .feature-grids .grid:hover p {
    color: #fff;
}

.service-single-section .service-single-content .tab-area {
    margin-top: 40px;
}

.service-single-section .service-single-content .tab-area .tablinks {
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.service-single-section .service-single-content .tab-area .tablinks ul {
    overflow: hidden;
}

.service-single-section .service-single-content .tab-area .tablinks li {
    width: 25%;
    float: left;
    position: relative;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks li {
        width: auto;
    }
}

.service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
    content: "";
    background: #787878;
    width: 5px;
    height: 2px;
    position: absolute;
    left: -30px;
    top: 50%;
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks ul>li+li:before {
        display: none;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 18px;
    color: #787878;
    padding: 25px 0;
    display: block;
    position: relative;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .tablinks a {
        padding: 25px 15px;
    }
}

.service-single-section .service-single-content .tab-area .tablinks a:before {
    content: "";
    background: #fe5a0e;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a:before {
    opacity: 1;
}

.service-single-section .service-single-content .tab-area .tablinks li.active a {
    text-decoration: none;
}

.service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
    font-size: 20px;
    margin-bottom: 1.3em;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .tab-pane>p:first-child {
        font-size: 16px;
    }
}

.service-single-section .service-single-content .tab-area .tab-pane>p:last-child {
    margin-bottom: 0;
}

.service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -15px;
    padding: 40px 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area {
        margin: 0 -7.5px;
        padding: 30px 0 20px;
    }
}

.service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(50% - 15px);
        float: left;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 500px) {
    .service-single-section .service-single-content .tab-area .img-area img {
        width: calc(100% - 15px);
        float: none;
    }
}

/*--------------------------------------
    service single sidebar
----------------------------------------*/
.service-sidebar {
    /*** service-list-widget ***/
    /*** contact-widget ***/
}

@media (max-width: 991px) {
    .service-sidebar {
        max-width: 300px;
        margin-top: 80px;
    }
}

@media screen and (min-width: 1200px) {
    .service-sidebar {
        padding-right: 30px;
    }
}

.service-sidebar>.widget+.widget {
    margin-top: 60px;
}

.service-sidebar .service-list-widget {
    background-color: #f8f8f8;
    padding: 55px 30px;
}

.service-sidebar .service-list-widget h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 0.7em;
    padding-bottom: 0.70em;
    position: relative;
}

.service-sidebar .service-list-widget h3:before {
    content: "";
    background-color: #fe6c35;
    width: 80px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.service-sidebar .service-list-widget h3:after {
    content: "";
    background-color: #fe6c35;
    width: 15px;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    left: 85px;
    bottom: 0;
}

.service-sidebar .service-list-widget ul {
    list-style: none;
    border-bottom: 0;
}

.service-sidebar .service-list-widget ul li {
    border-bottom: 1px solid #e1e1e1;
}

.service-sidebar .service-list-widget ul>li:last-child {
    border-bottom: 0;
}

.service-sidebar .service-list-widget a {
    background: transparent;
    display: block;
    color: #233d62;
    padding: 15px 0;
    font-family: "Barlow Condensed";
    font-size: 19px;
    font-weight: 500;
}

.service-sidebar .service-list-widget a:hover,
.service-sidebar .service-list-widget .current a {
    color: #fe5a0e;
}

.service-sidebar .contact-widget {
    background-color: #fe5a0e;
    padding: 55px 35px;
    position: relative;
}

.service-sidebar .contact-widget h4 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.service-sidebar .contact-widget h2 {
    font-size: 35px;
    color: #fff;
    margin: 0.7em 0 0;
}

.service-single-section .service-single-content .why-choose-section .feature-grids .grid .icon {
    max-width: 60px;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
    #project single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1    project-single-section
--------------------------------------------------------------*/
.project-single-section h2 {
    font-size: 35px;
    margin: 0 0 1em;
    text-align: center;
}

@media (max-width: 991px) {
    .project-single-section h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .project-single-section h2 {
        font-size: 25px;
    }
}

.project-single-section p {
    margin-bottom: 2em;
}

.project-single-section .video-holder {
    position: relative;
}

.project-single-section .video-holder a {
    background-color: transparent;
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .project-single-section .video-holder a {
        width: 55px;
        height: 55px;
        border-radius: 55px;
    }
}

.project-single-section .video-holder a:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.porject-info {
    text-align: center;
    padding: 35px 15px 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.1);
    margin: 45px 0 55px;
}

.porject-info>div {
    width: 33.33%;
    float: left;
    position: relative;
}

@media (max-width: 550px) {
 .porject-info>div {
        width: 100%;
        float: none;
    }

    .porject-info>div+div {
        margin-top: 20px;
    }
}

.porject-info>div+div:before {
    content: "";
    background-color: #e0dddd;
    width: 2px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 13px;
}

@media (max-width: 550px) {
    .porject-info>div+div:before {
        display: none;
    }
}

 .porject-info span {
    color: #615f5f;
    font-family: "Barlow Condensed";
    font-size: 17px;
    font-weight: 500;
}

 .porject-info p {
    font-size: 22px;
    color: #212122;
    margin: 0.2em 0 0;
    font-family: "Barlow Condensed";
    font-weight: 500;
}
 .page-wrapper .porject-info p {
    margin-bottom: 10px;
 }
@media (max-width: 767px) {
 .porject-info p {
        font-size: 18px;
    }
}

.project-single-section .img-area {
    margin: 0 -15px;
    padding: 30px 0 30px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .project-single-section .img-area {
        margin: 0 -7.5px;
        padding: 30px 0 20px;
    }
}

.project-single-section .img-area img {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}

@media (max-width: 767px) {
    .project-single-section .img-area img {
        width: calc(50% - 15px);
        float: left;
        margin: 0 7.5px 30px;
    }
}

@media (max-width: 500px) {
    .project-single-section .img-area img {
        width: calc(100% - 15px);
        float: none;
    }
}

.project-single-section blockquote {
    background-color: #fe5a0e;
    padding: 40px 40px 40px 90px;
    color: #fff;
    font-size: 18px;
    border-radius: 0 15px 15px 15px;
    margin: 0 0 55px;
    border: 0;
    position: relative;
}

.project-single-section blockquote:before {
    content: "";
    background: url("../images/project-single/quote.png") center center/cover no-repeat local;
    width: 33px;
    height: 23px;
    position: absolute;
    left: 40px;
    top: 45px;
}

.project-single-section blockquote span {
    font-size: 15px;
    color: #dcdcdc;
    display: inline-block;
    margin-top: 15px;
}
.get-in-touch-contact-area .section-title>span {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    margin-bottom: 24px;
    margin-top: 10px;
}
.section-title>span::before, .section-title>span::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 5px;
    background: #fe5a0e;
    border-radius: 2.5px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.section-title>span::before {
    left: 0;
}

.get-in-touch-contact-area .section-title h2 {
    font-size: 50px;
}
@media (max-width: 768px) {
    .get-in-touch-contact-area .section-title h2 {
		font-size: 30px;
	}
}
.get-in-touch-contact-area .wpcf7-submit {
    padding-right: 25px;
}

.widget.about-widget ul li .icon i {
    font-size: 26px;
    color: #fe5a0e;
}

.widget.about-widget ul li .icon img {
    height: 26px;
    width: 26px;
    display: block;
}

.widget.about-widget ul li {
    display: flex;
    align-items: center;
}

.widget.about-widget ul li:not(:last-child) {
    margin-bottom: 35px;
}

.widget.about-widget ul li .icon {
    margin-right: 30px;
}
.widget.about-widget ul li:not(:last-child) {
    margin-bottom: 25px;
}
.widget.about-widget ul li .content p {
    font-size: 15px;
    font-weight: 600;
    font-family: Heebo;
    margin-bottom: 10px;
}
.widget.about-widget ul li h4 {
    color: #fff;
    margin: 0;
}

.link-widget ul li::before, .service-link-widget ul li::before {
    position: absolute;
    content: '\e628';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: 'themify';
    color: #FFFFFF;
    font-size: 12px;
}
.social-icons ul {
    display: flex;
}
.social-icons ul li + li  {
   padding-left: 20px;
}
.social-icons ul li a  {
    border: 2px solid #565656;
    display: block;
    border-radius: 53px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #fff;
}
.social-widget-title h3 {
    color: #fff;
    font-size: 30px;
    margin-top: 50px;
}