* {
    font-family: Ubuntu, sans-serif
}

html {
    scroll-behavior: smooth
}

body {
    min-height: 75rem;
    overflow-x: hidden
}

.img-lg {
    height: 100px;
    width: 100px
}

.img-md {
    height: 48px;
    width: 48px
}

a:focus,
btn:focus {
    outline: 0
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block
}

button:focus {
    outline: 0 !important
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important
}

.dropdown-menu-custom {
    background: #534f9c
}

.navbar-custom li a {
    color: #fff !important;
    padding: 8px 12px !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.navbar-custom li .dropdown-toggle::after {
    display: none
}

.navbar-custom li.has-submenu .megasubmenu {
    min-width: 240px
}

.navbar-custom li.has-submenu .megasubmenu ul li a {
    color: #515762 !important;
    -webkit-transition: color 0s !important;
    transition: color 0s !important;
    padding: 8px 0 !important;
    text-transform: capitalize;
    white-space: normal
}

.navbar-custom li.has-submenu .megasubmenu ul li a:hover {
    color: #ed184f !important
}



.navbar-custom li.has-submenu .megasubmenu ul {
    position: relative
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity .75s ease-in-out
}

.carousel-fade .carousel-item active {
    opacity: 1
}

.bg_bannercover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh
}

.font-banner-heading {
    font-size: 2rem
}

.innner-banner-cover {
    height: 50vh;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative;

}

.innner-banner {
    height: 50vh;
    min-height: 300px;
    background-image: url(../images/whoweare-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
    position: relative
}

#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7
}

.bg-green {
    background: #ef3b2d !important;
    padding: 10px 44px !important;
    color: #ffff !important;
    border-radius: 25px;
    box-shadow: 0 8px 10px 1px rgba(84, 84, 84, .1), 0 3px 14px 2px rgba(173, 170, 170, .1), 0 5px 5px -3px rgba(132, 132, 132, .2)
}

.btn-outline-green {
    border-color: #ef3b2d !important;
    padding: 10px 44px !important
}

.theme-btn {
    position: relative;
    z-index: 1;
    line-height: 36px;
    display: inline-block;
    border-radius: 30px;
    min-width: 120px;
    font-size: 16px;
    text-align: center;
    padding: 0 24px;
    transition: all .3s ease-in-out
}

.theme-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: all .3s ease-in-out;
    transform: scale(0, 1);
    z-index: -1
}

.theme-btn:hover {
    text-decoration: none
}

.theme-btn:hover::before {
    transform: scale(1)
}

.line-button-one.button-rose::before {
    background: #ef3b2d
}

.line-button-one.button-rose {
    color: #ef3b2d;
    border: 2px solid #ef3b2d
}

.line-button-one.button-rose::before {
    background: #ef3b2d
}

.line-button-one.button-rose:hover {
    color: #fff
}

.line-button-one.button-white {
    color: #ef3b2d;
    border: 2px solid #fff;
    background-color: #fff;
    font-weight: 500
}

.line-button-one.button-white:hover {
    color: #fff;
    background-color: #ef3b2d;
    border: 2px solid #ef3b2d
}

.customsingle-services {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
    -moz-box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 5px 30px 0 rgba(167, 167, 167, .16);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 24px 20px;
    border: 2px solid transparent;
    border-radius: 8px
}

@media(max-width:767px) {
    .single-services {
        padding: 20px 20px 30px
    }
}

.customsingle-services .customservices-icon {
    display: inline-block;
    position: relative
}

.customsingle-services .customservices-icon img {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.customsingle-services .customservices-icon .shape-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.customsingle-services .customservices-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff
}

.customsingle-services .customservices-content .customservices-title,
.customsingle-services .customservices-content .customservices-title a {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.customsingle-services:hover .customservices-content .customservices-title a {
    color: #361cc1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .customsingle-services .customservices-content .customservices-title a {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .customsingle-services .customservices-content .customservices-title a {
        font-size: 18px
    }

    .font-banner-heading,
    .h1,
    h1 {
        font-size: 1.4rem
    }

    .h2,
    h2 {
        font-size: 1.3rem
    }

    .h3,
    h3 {
        font-size: 1.2rem
    }

    .h5,
    h5 {
        font-size: 1rem
    }

    .theme-btn {
        line-height: 26px;
        font-size: 12px;
        padding: 0 10px
    }
}

.customsingle-services .customservices-content .customservices-title a:hover {
    color: #361cc1
}

.customsingle-services .customservices-content .text {
    margin-top: 20px
}

@media(max-width:767px) {
    .single-services .customservices-content .text {
        margin-top: 16px
    }
}

.customsingle-services .customservices-content .more {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #fe7a7b;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.customsingle-services .customservices-content .more i {
    margin-left: 10px
}

.customsingle-services .customservices-content .more:hover {
    color: #361cc1
}

.customsingle-services:hover {
    border-color: #fe7a7b
}

.customsingle-services:hover .customservices-icon .shape {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg)
}

.video-wrapper .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(54, 28, 193, .2) 0, rgba(46, 130, 239, .2) 100%);
    background: -o-linear-gradient(left, rgba(54, 28, 193, .2) 0, rgba(46, 130, 239, .2) 100%);
    background: linear-gradient(to right, rgba(54, 28, 193, .2) 0, rgba(46, 130, 239, .2) 100%)
}

.video-wrapper .video-icon a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #fe8464;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-wrapper .video-icon a {
    line-height: 55px;
    text-align: center;
    color: #fe8464
}

.video-wrapper .video-image img {
    width: 100%
}

.video-wrapper {
    margin-right: 15px;
    position: relative;
    -webkit-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    -moz-box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    box-shadow: 0 13px 46px 0 rgba(113, 113, 113, .33);
    border-radius: 10px;
    overflow: hidden
}

.video-content .dots {
    position: absolute;
    left: -30px;
    bottom: 0
}

.video-content {
    position: relative;
    padding-bottom: 30px
}

.text-green {
    color: #6fda44 !important
}

.whyn-rating_box {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .6);
    position: relative;
    z-index: 0;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px
}

.whyn-rating_box:hover {
    background-color: #000;
    border-color: #ef3b2d;
    text-decoration: none
}

.whyn-rating_box.rating-box figure img {
    max-height: 40px
}

.heading-line,
.solution-slider {
    position: relative
}

.heading-line::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #ef3b2d;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.solution-slider .what-img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 380px;
    display: block;
    border-radius: 6px
}

.solution-slider .what-cap a {
    background: #fff;
    padding: 14px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-radius: 0 7px 0 0;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.solution-slider .what-cap div a h4,
solution-slider .what-cap div h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.solution-slider .what-cap div a span {
    font-size: 14px;
    color: #666
}

.iindus_box {
    background: #fff;
    padding: 32px 20px 20px;
    border-radius: 40px 40px 10px 40px;
    height: 200px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px 1px rgba(84, 84, 84, .1), 0 3px 10px 2px rgba(173, 170, 170, .1), 0 4px 4px -4px rgba(132, 132, 132, .2);
    position: relative;
    z-index: 0;
    overflow: hidden
}

.whychoose_box {
    background: #fff;
    padding: 30px 20px 20px;
    border-radius: 40px 40px 40px 40px;
    height: 200px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px 1px rgba(84, 84, 84, .1), 0 3px 10px 2px rgba(173, 170, 170, .1), 0 4px 4px -4px rgba(132, 132, 132, .2);
    position: relative;
    z-index: 0;
    overflow: hidden
}

.appdevelop_box figure {
    width: 110px;
    height: 110px;
    line-height: 100px
}

.customservices_box a {
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #fff;
    line-height: 52px
}

.customservices_box a:hover,
.customservices_box a:hover i {
    border-color: #ef3b2d;
    color: #ef3b2d
}

.appdevelop_box figure,
.customservices_box a {
    background: 0 0;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 2px dotted #c5ced5;
    margin: 0 auto;
    position: relative
}

.customservices_box h6 {
    font-size: 13px
}

.appdevelop_box figure::before {
    position: absolute;
    content: '';
    border: 2px dotted #c5ced5;
    width: 80px;
    right: -83px;
    top: 52px
}

.app-development-process .col-lg-3:last-child .appdevelop_box figure::before {
    border: 0 !important
}

.appdevelop_box figure img,
.customservices_box a i,
.customservices_box a img {
    display: inline-block;
    vertical-align: middle
}

.customservices_box a img {
    height: 32px
}

.single-portfolio .portfolio-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px
}

.single-portfolio .portfolio-image img {
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-portfolio .portfolio-image .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
    border-radius: 8px
}

.single-portfolio .portfolio-text .portfolio-title a {
    color: #121212;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-portfolio .portfolio-text p {
    font-size: 14px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
    padding: 16px
}

.single-portfolio .portfolio-text {
    padding-top: 16px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon {
    position: relative;
    display: inline-block;
    margin: 0 20px
}

.single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
    font-size: 48px;
    color: #ef3b2d;
    position: relative;
    z-index: 5;
    line-height: 50px
}

.single-portfolio:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

.single-testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    -moz-box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    box-shadow: 0 0 30px 0 rgba(167, 167, 167, .16);
    overflow: hidden;
    border-radius: 10px;
    padding: 16px 16px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

@media(max-width:767px) {
    .single-testimonial {
        padding: 20px 20px 5px
    }
}

.single-testimonial .testimonial-review .quota i {
    font-size: 24px;
    color: #119bd2;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.single-testimonial .testimonial-review .star ul li {
    display: inline-block;
    font-size: 16px;
    color: #fe806d
}

.single-testimonial .testimonial-text {
    margin-top: 20px
}

.single-testimonial .testimonial-author {
    margin-top: 20px
}

.single-testimonial .testimonial-author .author-image {
    position: relative
}

.single-testimonial .testimonial-author .author-image .author {
    position: absolute;
    top: 17px;
    left: 17px;
    width: 80px;
    height: 80px
}

.single-testimonial .testimonial-author .author-content .holder-name {
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 0
}

.single-testimonial .testimonial-author .author-content .text {
    font-size: 14px;
    color: #666
}

.single-testimonial:hover {
    border-color: #fe7a7b
}

.single-testimonial:hover .testimonial-review .quota i {
    color: #fe7a7b
}

.slick-center .single-testimonial {
    border-color: #fe7a7b
}

.slick-center .single-testimonial .testimonial-review .quota i {
    color: #fe7a7b
}

.custome-solution .owl-theme .owl-pagination,
.testimonial-area .owl-theme .owl-pagination {
    margin: 0 auto
}

.custome-solution .owl-theme .owl-controls .owl-page span,
.testimonial-area .owl-theme .owl-controls .owl-page span {
    display: inline-block;
    margin: 0 4px
}

.custome-solution .owl-theme .owl-controls .owl-page span,
.testimonial-area .owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: .5;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.custome-solution .owl-theme .owl-controls .owl-page.active span,
.testimonial-area .owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    width: 15px;
    height: 15px
}

.single-blog .blog-image img {
    border-radius: 10px;
    width: 100%
}

.single-blog .blog-content {
    padding-top: 25px
}

.single-blog .blog-content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2e2e2e;
    margin-top: 15px
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0
}

.single-blog .blog-content .meta li {
    font-size: 16px;
    color: #6a6972;
    display: inline-block;
    margin-left: 10px
}

.single-blog .blog-content .meta li:first-child {
    margin-left: 0
}

.single-blog .blog-content .meta li a {
    color: #6a6972
}

.single-blog .blog-content .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2e2e2e;
    margin-top: 15px
}

@media(max-width:767px) {
    .single-blog .blog-content .text {
        font-size: 16px;
        line-height: 24px
    }
}

.single-blog .blog-content .more {
    font-size: 16px;
    color: #fe7e71;
    margin-top: 30px
}

.single-blog .blog-content .more i {
    margin-left: 5px
}

.subscribe-area {
    padding: 40px 50px 65px;
    -webkit-box-shadow: 0 0 18px 0 rgba(50, 77, 215, .14);
    -moz-box-shadow: 0 0 18px 0 rgba(50, 77, 215, .14);
    box-shadow: 0 0 18px 0 rgba(50, 77, 215, .14);
    border-radius: 10px;
    background-color: #fff
}

@media(max-width:767px) {
    .subscribe-area {
        padding: 10px 10px 10px
    }
}

.subscribe-content .subscribe-title {
    font-size: 28px;
    font-weight: 700
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .subscribe-content .subscribe-title {
        font-size: 24px
    }
}

@media(max-width:767px) {
    .subscribe-content .subscribe-title {
        font-size: 18px
    }
}

.subscribe-content .subscribe-title span {
    font-weight: 400
}

.subscribe-form {
    position: relative
}

.subscribe-form input {
    border: 2px solid #e1e1e1;
    height: 65px;
    padding: 0 30px;
    border-radius: 5px;
    width: 100%;
    color: #2e2e2e
}

.subscribe-form input::placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-moz-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input::-webkit-input-placeholder {
    opacity: 1;
    color: #b9b9b9
}

.subscribe-form input:focus {
    border-color: #361cc1
}

.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 65px;
    line-height: 50px;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%
}

@media(max-width:767px) {
    .subscribe-form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
        border-radius: 5px
    }

    .folks a img {
        max-height: 46px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .subscribe-form button {
        position: absolute;
        width: auto;
        margin-top: 0;
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }
}

.subscribe-form button:hover {
    color: #fff;
    background-position: right center
}

.footer-area {
    background-position: top center;
    position: relative;
    z-index: 5
}

.footer-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/footer-bg.svg);
    background-position: top center;
    z-index: -1;
    background-size: cover
}

@media only screen and (min-width:1921px) {
    .footer-area::before {
        height: 1120px
    }
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.footer-widget {
    padding-top: 10px
}

.footer-about .text {
    color: #cacaca;
    line-height: 28px;
    margin-top: 20px;
    font-size: 14px
}

.footer-about .social {
    margin-top: 20px
}

.footer-about .social li {
    display: inline-block;
    margin-right: 30px
}

.footer-about .social li a {
    font-size: 22px;
    color: #cacaca;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.footer-about .social li a:hover {
    color: #fe8464
}

.footer-title .title {
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.link-wrapper .link {
    padding-top: 20px
}

.link-wrapper .link li {
    margin-top: 10px
}

.link-wrapper .link li a {
    font-size: 14px;
    color: #cacaca;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.link-wrapper .link li a:hover {
    color: #fe8464
}

.footer-contact .contact {
    padding-top: 20px
}

.footer-contact .contact li {
    margin-top: 20px;
    font-size: 14px;
    color: #cacaca
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-top: 15px;
    padding-bottom: 30px
}

.copyright-content {
    padding-top: 15px;
    text-align: center
}

.copyright-content p {
    color: #cacaca
}

.copyright-content a {
    font-size: 16px;
    color: #cacaca;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.copyright-content a:hover {
    color: #fe8464
}

.pt-120 {
    padding-top: 60px
}

.pb-80 {
    padding-bottom: 60px
}

.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #361cc1 0, #2e82ef 100%);
    background: -o-linear-gradient(left, #361cc1 0, #2e82ef 100%);
    background: linear-gradient(to right, #361cc1 0, #2e82ef 100%);
    text-align: center;
    z-index: 99;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    display: none
}

.back-to-top:hover {
    color: #fff
}

.into-text h4 {
    font-weight: 300
}

.into-text h2 {
    color: #8ac642
}

.into-text p {
    color: #6d6d6d;
    font-size: 17px
}

.color-grey {
    color: #a4a4a4
}

.bg-grey-custom {
    background: 0 0
}

.bg-grey {
    background: #f4f4f4
}

.bg-grey-sec {
    background: url(../images/dark_banner.png)
}

.top-line {
    background: -webkit-linear-gradient(#ef3b2d 0, #ef3b2d 100%);
    background: -o-linear-gradient(#ef3b2d 0, #ef3b2d 100%);
    background: linear-gradient(#ef3b2d 0, #ef3b2d 100%);
    width: 100px;
    height: 5px;
    margin-bottom: 16px !important
}

.framwork-logo {
    border: 1px solid #c2c2c2;
    background: #fff;
    border-radius: 6px
}

.pt-70 {
    padding-top: 70px
}

.about-area {
    position: relative;
    z-index: 5
}

.about-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: -1
}

.about-shape-1 img {
    width: 100%
}

@media(max-width:767px) {
    .about-shape-1 {
        display: none
    }
}

.about-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    z-index: -1
}

.about-shape-2 img {
    width: 100%
}

@media(max-width:767px) {
    .about-shape-2 {
        display: none
    }
}

.about-content {
    max-width: 480px
}

.about-content .text {
    margin-top: 15px
}

.about-content .main-btn {
    background: -webkit-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    margin-top: 40px
}

.about-content .main-btn:hover {
    background-position: right center
}

.footer-custom li {
    background: 0 0 !important;
    color: #fff;
    border: none;
    margin: 0 -19px
}

.footer-custom li a {
    background: 0 0 !important;
    color: #fff
}

.font-white {
    color: #fff
}

.numeric-green {
    font-size: 60px;
    font-weight: 300;
    color: #8ac642
}

.tab-bg-banc {
    position: relative;
    padding: 9px 0
}

.nav-custom-pos li a:active {
    border-bottom: 4px solid #93ca00 !important
}

.nav-custom-pos>a.active::after {
    bottom: -10px !important
}

.nav-custom-pos>li>a.active::after {
    border-bottom: 10px solid #93ca00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: "";
    height: 0;
    left: -34px;
    margin: auto;
    position: relative;
    right: 0;
    width: 0
}

.nav-custom-pos>li>a.active>a::after {
    background: #93ca00 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 0;
    position: relative;
    width: 100%
}

.tab-bg-banc>li.active>a::after {
    height: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important
}

.tab-bg-banc .nav-link.active {
    border-bottom: 4px solid #93ca00 !important;
    display: block;
    padding: 0 0 17px 0
}

.tab-bg-banc .nav-link {
    padding: 0 0 17px 0 !important
}

.footer {
    background: #2b2f37;
    padding: 10px 0
}

.font-small-footer {
    font-size: 14px
}

.border-bottom-green {
    border-bottom: 1px solid #93ca00
}

.font-small-footer h5 {
    font-size: 14px;
    color: #fff
}

.navbar-default {
    transition: .5s ease;
    background: 0 0
}

header.scrolled {
    background: rgba(255, 255, 255, 0.952941);
    border-radius: 0;
    border-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
    padding-bottom: 20px;

}

.color-black {
    color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-curve {
    background: url(../images/bg-curve.png);
    padding: 83px 8px;
    background-repeat: no-repeat
}

@media(max-width:767px) {
    .bg-white {
        background-color: #fff !important;
        padding: 0
    }
}

.services-2 {
    background: url(../images/dd.png) no-repeat;
    padding: 30px 8px;
    display: block;
    background-position: top center;
    color: #747474
}

.services-2 img {
    background: #fff;
    padding: 13px 37px;
    box-shadow: 0 2px 1px 0 rgba(224, 224, 224, .2), 0 1px 20px 1px rgba(167, 167, 167, .1);
    border-radius: 5px
}

.services-2 h4 {
    font-size: 16px
}

.power {
    background: #8ac642 !important;
    padding: 10px 44px !important;
    border-radius: 25px;
    box-shadow: 0 8px 10px 1px rgba(84, 84, 84, .1), 0 3px 14px 2px rgba(173, 170, 170, .1), 0 5px 5px -3px rgba(132, 132, 132, .2);
    width: 26%;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.power:hover {
    background: #414e56
}

.power:active {
    box-shadow: inset 0 4px 10px 0 #2d363b;
    transition: background .14s ease-in
}

.active .power {
    background: #58c48d
}

.active .power:active {
    box-shadow: inset 0 6px 8px -1px #41b77b
}

#on {
    -webkit-transform: translate(50%, 50%) scale(0);
    transform: translate(50%, 50%) scale(0);
    opacity: 0
}

.active #on {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    transition: all .14s ease-in
}

.fancy-bulb {
    position: relative;
    width: 200px;
    margin: 0 auto
}

.streaks,
.streaks:after,
.streaks:before {
    position: absolute;
    background: #ffdb55;
    border-radius: 5.5px;
    height: 11px
}

.streaks:after,
.streaks:before {
    content: "";
    display: block
}

.streaks:before {
    bottom: 65px
}

.streaks:after {
    top: 65px
}

.left-streaks {
    right: 217px;
    top: 89.5px
}

.active .left-streaks {
    -webkit-animation: move-left .38s ease-out, width-to-zero .38s ease-out;
    animation: move-left .38s ease-out, width-to-zero .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.left-streaks:after,
.left-streaks:before {
    left: 15px
}

.active .left-streaks:before {
    -webkit-animation: width-to-zero .38s ease-out, move-up .38s ease-out;
    animation: width-to-zero .38s ease-out, move-up .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.active .left-streaks:after {
    -webkit-animation: width-to-zero .38s ease-out, move-down .38s ease-out;
    animation: width-to-zero .38s ease-out, move-down .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.right-streaks {
    left: 217px;
    top: 89.5px
}

.active .right-streaks {
    -webkit-animation: move-right .38s ease-out, width-to-zero .38s ease-out;
    animation: move-right .38s ease-out, width-to-zero .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.right-streaks:after,
.right-streaks:before {
    right: 15px
}

.active .right-streaks:before {
    -webkit-animation: width-to-zero .38s ease-out, move-up .38s ease-out;
    animation: width-to-zero .38s ease-out, move-up .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.active .right-streaks:after {
    -webkit-animation: width-to-zero .38s ease-out, move-down .38s ease-out;
    animation: width-to-zero .38s ease-out, move-down .38s ease-out;
    -webkit-animation-delay: .14s;
    animation-delay: .14s
}

.left-streaks:before,
.right-streaks:after {
    -webkit-transform: rotate(34deg);
    transform: rotate(34deg)
}

.left-streaks:after,
.right-streaks:before {
    -webkit-transform: rotate(-34deg);
    transform: rotate(-34deg)
}

.innerpages-padding {
    margin-top: 112px
}

.bg-grey-custom-about {
    background: url(../images/1.png);
    background-attachment: fixed
}

.ban-about {
    background: url(../images/ban-about.png);
    padding: 175px 0;
    background-position: bottom center
}

.service-img-2 {
    text-align: center;
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    font-size: 33px;
    padding: 33px 0
}

@-webkit-keyframes move-left {
    0% {
        -webkit-transform: none;
        transform: none
    }

    65% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    100% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }
}

@keyframes move-left {
    0% {
        -webkit-transform: none;
        transform: none
    }

    65% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }

    100% {
        -webkit-transform: translateX(-80px);
        transform: translateX(-80px)
    }
}

@-webkit-keyframes move-right {
    0% {
        -webkit-transform: none;
        transform: none
    }

    65% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes move-right {
    0% {
        -webkit-transform: none;
        transform: none
    }

    65% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@-webkit-keyframes width-to-zero {
    0% {
        width: 50px
    }

    100% {
        width: 11px
    }
}

@keyframes width-to-zero {
    0% {
        width: 50px
    }

    100% {
        width: 11px
    }
}

@-webkit-keyframes move-up {
    100% {
        bottom: 100.75px
    }
}

@keyframes move-up {
    100% {
        bottom: 100.75px
    }
}

@-webkit-keyframes move-down {
    100% {
        top: 100.75px
    }
}

@keyframes move-down {
    100% {
        top: 100.75px
    }
}

.card {
    -webkit-box-shadow: 0 8px 10px 1px rgba(84, 84, 84, .1), 0 3px 14px 2px rgba(173, 170, 170, .1), 0 5px 5px -3px rgba(132, 132, 132, .2);
    box-shadow: 0 8px 10px 1px rgba(84, 84, 84, .1), 0 3px 14px 2px rgba(173, 170, 170, .1), 0 5px 5px -3px rgba(132, 132, 132, .2);
    border: 0;
    font-weight: 400
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    min-height: 435px
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.info-color {
    background-color: #8ac642 !important
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff
}

.testimonial-card .avatar img {
    width: 100%
}

.rounded-circle {
    border-radius: 50% !important
}

.testimonial-card .card-body {
    text-align: center
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.font-weight-bold {
    font-weight: 700 !important
}

.dark-grey-text {
    color: #4f4f4f !important
}

.blue-gradient {
    background: -webkit-linear-gradient(50deg, #90f3ad, #274ac3) !important;
    background: -o-linear-gradient(50deg, #90f3ad, #274ac3) !important;
    background: linear-gradient(40deg, #90f3ad, #274ac3) !important
}

.indigo {
    background-color: #3f51b5 !important
}

.service-img {
    text-align: center;
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    border-radius: 100px;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    color: #fff;
    font-size: 33px;
    padding: 33px 0
}

.contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px;
    width: 30px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.contact-info .media-body h3 a:hover {
    color: #ff5e13
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.bg-image img {
    position: relative;
    top: -150px;
    width: 100%;
    height: auto
}

.contact-custom {
    position: absolute;
    top: 0;
    left: 17%;
    width: 60%
}

.contact-custom .form-control {
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    line-height: 28px;
    background-color: #f5f5f5;
    color: #000;
    font-weight: 400
}

.icon-style img {
    height: 160px
}

.flag-icon img {
    width: 40px;
    height: 40px
}

.nav-pills .show>.nav-link,
.sidebar-career .nav-pills .nav-link.active {
    background-color: #fcf9f9 !important;
    color: #000 !important;
    border: 2px solid transparent;
    border-radius: 0 !important
}

.sidebar-career .nav-pills .nav-link {
    padding: 12px;
    border: 2px solid transparent;
    border-bottom: 2px solid #f9f9f7;
    margin: 0 14px
}

.sidebar-career .nav-pills .nav-link:hover {
    border-top: 2px solid #393939;
    border-bottom: 2px solid #393939;
    border-radius: 0 !important
}

.sidebar-career .nav-pills {
    border-bottom: 3px solid #d3d3d3;
    border-right: 3px solid #d3d3d3
}

.head-custom {
    color: #535970 !important
}

.bg1-color {
    background-color: #20425a !important
}

.quote-form select.form-control:not([size]):not([multiple]) {
    height: calc(2.85rem + 2px)
}

.quote-form .form-control {
    border: 1px solid #ced4da;
    line-height: 32px;
    border-radius: 10px !important;
    overflow: hidden
}

.contact-hed .form-control {
    border: 1px solid #d3d3d3 !important;
    line-height: 26px;
    border-radius: 6px !important
}

.contact-hed .form-control::placeholder {
    color: #d3d3d3 !important
}

.cta-bg,
.grass-grey,
.industry-bgimage,
.user-engaging {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative
}

.user-engaging {
    background-attachment: fixed
}

.user-engaging {
    background: url(../images/user-engaging.jpg)
}

.grass-grey {
    background: url(../images/grass.jpg)
}

.industry-bgimage {
    background: url(../images/industry.jpg)
}

.cta-bg {
    background: url(../images/cta-bg.jpg)
}

.serviceslist {
    box-shadow: 0 0 30px 0 rgba(227, 227, 227, .75)
}

.services-icon {
    background: #000;
    display: inline-block;
    color: #fff;
    min-height: 40px;
    min-width: 40px;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(227, 227, 227, .75)
}

.bg-color-laravel {
    background-color: #ef3b2d !important
}

.bg-color-anular {
    background-color: #c3002f !important
}

.bg-color-codeigniter {
    background-color: #ff7506 !important
}

.bg-color-react {
    background-color: #21cdf0 !important
}

.bg-color-wordpress {
    background-color: #21759b !important
}

.bg-color-php {
    background-color: #8993be !important
}

.cerfificate .box {
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 20px 20px
}

.cerfificate figure {
    margin-bottom: 20px
}

.cerfificate figure img {
    max-height: 100px
}

.cerfificate h2 {
    font-size: 22px;
    font-weight: 600;
    vertical-align: middle;
    max-width: calc(100% - 150px)
}

.btn-outline-red {
    min-width: 160px;
    font-size: 12px
}

.btn-outline-red {
    border-style: dashed;
    background-color: #fff;
    line-height: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    min-width: 150px;
    font-size: 11px
}

.btn-outline-red {
    color: #fc4d4a;
    border-color: #fc4d4a;
    font-size: 12px
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #fc4d4a;
    border-color: #fc4d4a
}

.request-quoteimage {
    position: relative
}

.request-quoteimage .btn {
    position: absolute;
    top: 2%;
    left: 3%
}

.section .section-title h2.has-sideline {
    display: inline-block;
    position: relative;
    padding-left: 16px
}

.section .section-title h2.has-sideline::before {
    background-color: #ff4f00;
    content: '';
    display: block;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px
}

.projects {
    margin-top: 72px;
    box-shadow: 0 3px 30px 3px rgba(0, 0, 0, .03)
}

.projects {
    -webkit-box-shadow: 0 3px 30px 3px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 3px 30px 3px rgba(0, 0, 0, .03)
}

.background-white {
    background-color: #fff !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.text-medium {
    font-size: 14px !important;
    line-height: 22px !important
}

.position-relative {
    position: relative !important
}

.projects>.inner-content .project-summary,
.projects>.inner-content .project-title {
    height: 50px
}

.width-100 {
    width: 100% !important
}

.projects>.inner-content .project-title h3 {
    line-height: 22px !important;
    margin-top: -12px;
    max-width: 300px;
    top: 0;
    left: 0
}

.position-absolute {
    position: absolute !important
}

.letter-spacing-1 {
    letter-spacing: 1px !important
}

.text-extra-large {
    font-size: 18px !important;
    line-height: 27px !important
}

.projects>.inner-content .project-summary .project-link,
.projects>.inner-content .project-summary .project-number {
    line-height: 50px !important
}

.text-small {
    font-size: 11px !important;
    line-height: 20px !important
}

.pull-right {
    float: right !important
}

.projects>.inner-content .project-summary,
.projects>.inner-content .project-title {
    height: 50px
}

.projects>.inner-content::before {
    background-color: #ff4f00;
    content: '';
    display: block;
    position: absolute;
    bottom: 16px;
    right: 0;
    width: 4px;
    height: 18px
}

.tb-relative {
    position: relative
}

.tb-image-box.tb-style2 .tb-image-link {
    position: relative;
    display: block;
    overflow: hidden
}

.tb-image-box.tb-style2 .tb-image-link:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tb-image-box.tb-style2.tb-type1.tb-height1 .tb-bg {
    height: 460px
}

.tb-image-box.tb-style2 .tb-image-meta {
    padding: 20px
}

@media only screen and (max-width:1280px) and (min-width:720px) {
    .carousel-caption {
        bottom: 89px !important;
        position: absolute;
        width: 600px !important;
        left: 58px !important
    }

    .contact-custom {
        top: -50px
    }
}

@media only screen and (max-width:1366px) and (min-width:768px) {
    .banner-container {
        padding: 100px 0
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:portrait) {

    .innner-banner,
    .innner-banner-cover {
        height: 35vh;
        min-height: 250px
    }

    .h1,
    h1 {
        font-size: 2rem
    }

    .h2,
    h2 {
        font-size: 1.6rem
    }

    .h3,
    h3 {
        font-size: 1.3rem
    }

    .h5,
    h5 {
        font-size: 1rem
    }

    .h4,
    h4 {
        font-size: 1.2rem
    }

    .navbar-nav {
        background: #000;
        padding: 8px 0
    }

    .navbar-custom li a {
        padding: 8px 12px !important
    }

    .power {
        width: 40%
    }

    #fbsection1,
    #fbsection10,
    #fbsection11,
    #fbsection12,
    #fbsection13,
    #fbsection14,
    #fbsection2,
    #fbsection3,
    #fbsection4,
    #fbsection5,
    #fbsection6,
    #fbsection7,
    #fbsection8,
    #fbsection9 {
        background-size: contain;
        background-position: center center;
        height: 700px !important
    }

    #fbsection1 {
        background-color: #c092ff
    }

    #fbsection2 {
        background-color: #23fef8
    }

    #fbsection3 {
        background-color: #fafd00
    }

    #fbsection4 {
        background-color: #51fd83
    }

    #fbsection5 {
        background-color: #5e96eb
    }

    #fbsection6 {
        background-color: #ff222f
    }

    #fbsection7 {
        background-color: #925aef
    }

    #fbsection8 {
        background-color: #ff7c22
    }

    #fbsection9 {
        background-color: #93d250
    }

    #fbsection10 {
        background-color: #41ad9d
    }

    #fbsection11 {
        background-color: #02ced5
    }

    #fbsection12 {
        background-color: #a6193c
    }

    #fbsection13 {
        background-color: #fb503c
    }

    #fbsection14 {
        background-color: #19c9d8
    }
}

@media only screen and (max-width:766px) and (min-width:320px) {
    .carousel-caption {
        bottom: -67px !important
    }

    .navbar-nav {
        /* background: #000; */
        padding: 8px 0
    }

    .navbar-custom li a {
        padding: 8px 29px !important
    }

    .carousel-inner h5 {
        overflow: visible !important;
        font-size: 14px
    }

    .carousel-inner {
        overflow: visible !important
    }

    .power {
        width: 38%
    }

    .contact-custom {
        padding: 30px 12px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }

    .bg-image img {
        display: none
    }

    .bg1-color {
        font-size: 32px
    }

    .sidebar-career .nav-pills .nav-link {
        padding: 10px
    }

    .our-features .single-feature.space-top {
        margin-top: 40px !important
    }

    .carousel-text {
        float: left;
        width: 20%
    }

    .carousel-inner .car-text {
        top: -85px !important;
        position: relative
    }

    .carousel-inner h5 {
        font-size: 11px
    }

    .carousel-inner button {
        font-size: 10px;
        padding: 6px 20px 6px 20px !important;
        margin-top: 0 !important
    }

    .mp-style {
        margin-top: 0 !important
    }

    .mp-style-1 {
        margin-bottom: 0 !important
    }

    .cbp-fbscroller>nav a::after {
        right: -80px
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) and (orientation:landscape) {
    .navbar-custom li a {
        color: #fff !important;
        padding: 0 12px !important;
        font-size: 13px;
        text-transform: capitalize
    }

    .appdevelop_box {
        margin-bottom: 30px
    }

    .appdevelop_box figure::before {
        display: none
    }

    .carousel-caption {
        bottom: 67px !important
    }

    .power {
        width: 30%
    }

    .padd-for-cover {
        padding: 8% !important
    }

    .padd-for-cover-1 {
        padding: 8% !important
    }

    #fbsection1,
    #fbsection10,
    #fbsection11,
    #fbsection12,
    #fbsection13,
    #fbsection14,
    #fbsection2,
    #fbsection3,
    #fbsection4,
    #fbsection5,
    #fbsection6,
    #fbsection7,
    #fbsection8,
    #fbsection9 {
        background-size: contain;
        background-position: center
    }

    #fbsection1 {
        background-color: #c092ff
    }

    #fbsection2 {
        background-color: #23fef8
    }

    #fbsection3 {
        background-color: #fafd00
    }

    #fbsection4 {
        background-color: #51fd83
    }

    #fbsection5 {
        background-color: #5e96eb
    }

    #fbsection6 {
        background-color: #ff222f
    }

    #fbsection7 {
        background-color: #925aef
    }

    #fbsection8 {
        background-color: #ff7c22
    }

    #fbsection9 {
        background-color: #93d250
    }

    #fbsection10 {
        background-color: #41ad9d
    }

    #fbsection11 {
        background-color: #02ced5
    }

    #fbsection12 {
        background-color: #a6193c
    }

    #fbsection13 {
        background-color: #fb503c
    }

    #fbsection14 {
        background-color: #19c9d8
    }
}

.bg-extra-dark-purple {
    background-color: #5732c0
}

.bg-extra-dark-gray {
    background-color: #4a4d93
}

.bg-extra-dark-gray-1 {
    background-color: #fdfdfd;
    color: #000
}

.padd-for-cover {
    padding: 10%;
    color: #fff
}

.padd-for-cover h2 {
    color: #8ac642
}

.padd-for-cover-1 {
    padding: 10%;
    color: #8ac642
}

.padd-for-cover-1 p {
    color: #878787
}

@media(max-width:992px) {

    .banner-container .h-100,
    .bg_bannercover,
    .bg_bannercover .banner-container.h-100 {
        height: auto !important
    }

    .appdevelop_box {
        margin-bottom: 30px
    }

    .appdevelop_box figure::before {
        display: none
    }

    .navbar-brand img {
        max-height: 30px
    }
}

@media(max-width:767px) {
    .innner-banner-cover h1 {
        font-size: 24px !important
    }

    .innner-banner,
    .innner-banner-cover {
        height: 100%;
        min-height: 10%;
        padding: 80px 0 20px 0
    }

    .single-portfolio .portfolio-text .portfolio-title a {
        color: #121212;
        font-size: 18px
    }

    .pt-120 {
        padding-top: 0
    }

    .footer-about .text {
        line-height: 22px;
        margin-top: 10px
    }

    .copyright-content {
        padding-top: 0
    }

    .link-wrapper .link li {
        margin-top: 10px
    }

    .footer-contact .contact,
    .link-wrapper .link {
        padding-top: 0
    }

    .pb-80 {
        padding-bottom: 40px
    }

    .footer-about .social {
        margin-top: 20px
    }

    .footer-copyright {
        padding-top: 10px;
        padding-bottom: 0
    }

    .cerfificate h2 {
        min-width: calc(100%)
    }

    .footer-title .title {
        font-size: 18px
    }

    .iindus_box,
    .whychoose_box,
    .whyn-rating_box {
        padding: 20px;
        height: auto;
        border-radius: 20px
    }

    .bg-curve {
        padding: 40px 0 0 0 !important
    }

    .pt-70 {
        padding-top: 0
    }

    .copyright-content a,
    .footer-about .text,
    .footer-contact .contact li,
    .iindus_box h5,
    .into-text p,
    .link-wrapper .link li a,
    .whychoose_box h5,
    .whyn-rating_box h6,
    p {
        font-size: 14px
    }
}

.portfolio-menu {
    text-align: center;
    margin: 30px auto
}

.portfolio-menu ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 10px 13px;
    cursor: pointer;
    transition: all .5 ease;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: #101010
}

.portfolio-menu ul {
    padding: 0
}

.portfolio-menu ul li span {
    position: relative;
    padding: 0 8px
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
    color: #e82e31
}

.portfolio-menu ul li.active span::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.portfolio-menu ul li span::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: currentColor
}

.portfolio-item {
    max-width: 1000px;
    margin: 30px auto
}

.portfolio-item .item {
    width: 50%;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 16px
}

.portfolio-item .item .bg-image {
    height: 320px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden
}

.vlt-work {
    position: relative;
    overflow: hidden
}

.portfolio-item .item:nth-child(even) .vlt-work {
    margin-top: 50px
}

.portfolio-item .vlt-work__meta {
    padding: 20px 30px;
    background-color: unset;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    border-radius: 10px
}

.vlt-work__category {
    font-size: 16px;
    line-height: 1.2
}

a.vlt-work__meta {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), color-stop(100%, #000), to(black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 300%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) .1%, #000 300%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0, #000 300%, #000 100%);
    z-index: 1;
    color: #fff !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

@media screen and (max-width:1024px) {
    .portfolio-item .item {
        width: 50%;
        padding: 0 15px
    }

    .portfolio-item .vlt-work__meta {
        padding: 20px 30px
    }
}

@media screen and (max-width:640px) {
    .portfolio-item .item {
        width: 100%
    }

    .portfolio-menu ul li span {
        padding: 0 0
    }

    .portfolio-menu ul li {
        padding: 4px 6px;
        font-size: 12px
    }

    .subscribe-form button,
    .subscribe-form input {
        height: 40px
    }

    .quote-form .form-control,
    .subscribe-form button,
    .subscribe-form input {
        line-height: inherit
    }

    .quote-form select.form-control:not([size]):not([multiple]) {
        height: inherit
    }

    .back-to-top {
        font-size: 14px;
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .intro-banner-vdo-play-btn {
        height: 40px !important;
        width: 40px !important;
        bottom: 54px !important
    }

    .intro-banner-vdo-play-btn i {
        line-height: 32px !important;
        font-size: 24px !important
    }

    .intro-banner-vdo-play-btn .ripple {
        width: 60px !important;
        height: 60px !important;
        left: -10px !important;
        top: -10px !important;
        margin: 0 !important
    }

    .chatbox {
        padding: 10px 20px !important
    }
}

@media screen and (max-width:340px) {
    .chatbox {
        width: 100% !important;
        right: 0;
        left: 0
    }
}

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

    .h1,
    h1 {
        font-size: 2rem
    }
}

.position-relative {
    position: relative !important
}

.vlt-simple-image {
    position: relative;
    overflow: hidden
}

.has-primary-color {
    color: #e82e31
}

.vlt-styled-list--style-3 li::before {
    margin-top: .5em
}

.vlt-styled-list--style-2 li::before,
.vlt-styled-list--style-3 li::before {
    display: inline-block;
    width: 10px;
    height: 1px;
    margin-top: .75em;
    margin-right: 20px;
    content: '';
    background-color: #e82e31;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.vlt-styled-list--style-2 li,
.vlt-styled-list--style-3 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row
}

.vlt-styled-list--style-3 li,
.vlt-widget--white .vlt-widget__title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase
}

.vlt-styled-list--style-3 li+li {
    margin-top: 22px
}

.single_gallery {
    position: relative
}

.single_gallery img {
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.single_gallery a {
    width: 73px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    background-color: #eec41e;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.single_gallery:hover a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.huge-list--unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static
}

.medium-2 {
    width: 23.66667%
}

#colors li .color {
    height: 60px;
    width: 60px;
    margin-right: .8375em;
    border-radius: 4px;
    border-radius: 100px;
    margin: 0 auto
}

#colors li {
    position: relative;
    padding: 0;
    margin-bottom: .9375em;
    display: inline-block
}

#colors li p {
    position: absolute;
    padding: 3px 13px;
    color: #272323;
    background-color: #e6e6e6;
    font-size: 12px;
    bottom: -40px;
    left: 0;
    border-radius: 4px;
    margin-bottom: -41px;
    font-weight: 500;
    margin: 0 auto;
    right: 0;
    text-align: center
}

.request-quoteimage .btn {
    display: none
}

.select2 {
    display: block !important;
    width: 100% !important
}

span.required {
    font-size: 1em;
    color: red
}

.select2-container .select2-selection--single {
    display: block;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none !important
}

.form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .25)
}

.select2-container .select2-choice {
    height: 40px !important;
    border: 0 !important;
    line-height: 40px !important
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-family: Poppins, sans-serif !important
}

.select2-container-multi .select2-choices .select2-search-field input {
    margin: 0 !important;
    background: 0 0 !important;
    border-radius: .35rem !important
}

.select2-container-multi .select2-choices {
    background-image: none !important
}

.form-control.select2-container.select2-dropdown-open,
.select2-search input:focus {
    border-color: #bac8f3 !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(78, 115, 223, .25) !important
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: 6px
}

.tectnologies-list a.media {
    color: #fff !important
}

.tectnologies-list a.media:hover {
    text-decoration: none
}

.tech {
    position: relative;
    white-space: nowrap;
    border-radius: 6px;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-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
}

.tech img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 6px
}

.framwork-logo img {
    max-height: 34px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(../img/right-arrow.png);
    height: auto;
    vertical-align: bottom;
    line-height: normal;
    opacity: .4
}

.mb-2px {
    margin-bottom: 2px
}

  /*====================
======Footer CSS=====
======================*/
    #footer {
        background: #2d3246 !important;
    }

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
        font-size: 20px;
    }

    #footer .links-blank {
        border-left: transparent !important;
        padding-left: 0;
    }

    #footer a {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer .quick-links li a:hover {
        color: #ea0e03;
    }

    #footer p,
    .contact-list {
        color: #ffffff;
    }

    #footer {
        background-color: #f6f6f6;
        padding: 25px 0;
        color: #43484e;
        font-size: 16px;
        position: relative;
        margin-top: 1px;
    }

    #footer p {
        margin: 0;
    }

    /* #footer a {
  color: #ea0e03;
} */
    .quick-links li a .fa {
        margin-right: 10px;
    }
