/*Banner */
.banner_slides {
    margin: 10px 0 0;
}

.banner_slides .item {}
.banner_slides .owl-dots {
  display: none !important;
}

.banner_slides .item .img-box {
    border-radius: 10px;
    width: 100%;
    height:90px;
    background-color: #ffcece52;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.banner_slides .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
}
/*Banner */

@media(max-width: 999px){
    section.s-our-process .col-sm-12:nth-child(even){
        top: 0 !important;
        margin: 10px 0;
    }
}
/*Modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0);
/*  transition: background-color 0.3s ease;*/
}

/* Active modal background */
.modal.show {
  display: block;
  background-color: rgba(0,0,0,0.5);
}

/* Modal content */
.modal-content {
  background: #fff;
  padding: 20px;
  position: relative;
  opacity: 0;
/*  transform: translateY(20px);*/
/*  transition: opacity 0.3s ease, transform 0.3s ease;*/
}

/* Animate in */
.modal.show .modal-content {
  opacity: 1;
/*  transform: translateY(0);*/
}

/* Animate out */
.modal.hide .modal-content {
  opacity: 0;
/*  transform: translateY(20px);*/
}

/* Close button */
.modal .close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.modal .modal_inn {
    width: 80%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    max-height: 400px;
    border-radius: 10px;
}

.modal .modal_inn .img-box {}

.modal .modal_inn .img-box img {
    width: 100%;
    height: 450px;
    border-radius: 10px 0px 0px 10px;
    object-fit: cover;
    object-position: center;
}

.modal .modal_inn .modal-content h2 {
    font-size: 20px;
    font-weight: 700;
}

.modal .modal_inn .modal-content {
    border-radius: 0 10px 10px 0px;
    padding: 20px;
    height: 450px !important;
    background-color: #fff;
}

.modal .modal_inn .modal-content form {}

.modal .modal_inn .modal-content form label {}

.modal .modal_inn .modal-content form input, .modal .modal_inn .modal-content form textarea {}

.modal .modal_inn .col-6 {
    width: 50%;
    float: left;
}

/*Modal*/


/*Contact Page*/
.form-section.-contact .form-col{
    background-color: #fff;
}
.form-section.-contact .form-col .form-sticky{
    width: 100%;
    background: #fff;
}
.form-section.-contact .form-col .form-sticky input,.form-section.-contact .form-col .form-sticky textarea{
    padding: 15px 20px;
}
/*Contact Page*/
/*About Us Page*/

section.aboutus_sec {
    padding: 80px 0;
    background: linear-gradient(90deg, #db3e27, #630201);
    color: #fff;
}

section.aboutus_sec h2 {
    font-size: 44px;
    font-weight: 600;
}

section.aboutus_sec p {
    margin: 15px 0;
}
section.aboutus_sec .row{
    padding: 30px 0 30px;
}
section.aboutus_sec h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

section.aboutus_sec .img-box img {
    width: 100%;
    border-radius: 10px;
}

/*section.aboutus_sec .col-lg-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}*/

section.aboutus_sec .content {}

section.aboutus_sec .content ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}
/*About Us Page*/

/*Pricing*/
section.pricing_sec {
    padding: 140px 0px 60px;
    background: linear-gradient(45deg, #f94c3069, transparent);
}
.m-auto{
    margin: auto;
}
section.pricing_sec .c-heading {
    text-align: center;
}
section.pricing_sec .c-heading__title {
    margin: 10px 0px;
}

section.pricing_sec .c-heading p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.our-pricing .pack [class*="col-"] {
    padding: 0;
}
section.our-pricing {
    padding: 60px 0;
    border-top: 1px solid;
}
.our-pricing .pack .img {
    height: 140px;
    display: none;
}
.our-pricing .pack h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.our-pricing .pack h4 span {
    text-transform: uppercase;
    color: var(--primary);
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.our-pricing .pack h3 {
    position: relative;
    font-size: 45px;
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 2px;
}
.our-pricing .pack h3 sup {
    font-size: 22px;
    color: #131423;
    top: -14px;
    left: -2px;
}
.our-pricing .pack h3 span {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #f5fafb;
    text-align: center;
    border-radius: 50%;
    padding: 19px 0;
}
.our-pricing .pack h3 span strike {
    color: var(--primary);
    display: block;
    font-size: 14px;
}
.our-pricing .pack ul li {
    position: relative;
    font-size: 13px;
    color: #031d3c;
    margin: 0 0 7px;
    padding-left: 18px;
    font-weight: 500;
}
.our-pricing .pack p {
    font-size: 12px;
    color: #000;
    text-align: center;
    font-weight: 400;
    margin: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 7px 0;
    line-height: 16px;
}
.our-pricing .pack ul li i {
    color: #ffd2b1;
    margin-right: 6px;
}
.our-pricing .content {
    overflow: auto;
    position: relative;
    padding: 20px 0;
    height: 212px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% + 15px);
    margin-left: -5px;
}
section.our-pricing h6{
    font-size: 16px;
    color: #fff;
}
section.our-pricing h2{}
.our-pricing .pack .pack-wrapper {
    box-shadow: 0 0 5px #e2e8ea;
    padding: 30px 20px;
    box-shadow: inset 0 0 5px #e2e8ea;
    background-color: #fff;
}
.our-pricing .container-fluid {
    width: 90%;
}
.our-pricing .pack {
    margin: 0;
    /*justify-content: center;*/
}
.our-pricing .pack .btn {
    padding: 12px 50px;
    margin: auto;
    display: table;
    box-shadow: none;
    border: none;
    border-radius: 7px;
    padding: 12px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    transition: .5s all;
    letter-spacing: .5px;
    background-color: var(--primary);
    color: #fff;
}
.our-pricing .nav-tabs {
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-top: 30px;
}
.our-pricing .nav-tabs li a {
    font-size: 17px;
    color: #0e47c0;
    border: 1px solid #0e47c0;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
}
.our-pricing h2.heading {
    position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 30px;
    z-index: 2;
}
.our-pricing .nav-tabs li {
    margin: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #376fe8;
    border: 1px solid #376fe8;
}
.our-pricing .tab-content {
    margin: 50px 0 0;
}
.our-banner h5 {
    color: #ffd2b1;
    font-size: 26px;
}
.web-type {
    background: #fff;
}
.web-type .container-fluid {
    width: 80%;
}
.web-type .img {
    height: 80px;
}
.web-type h4 {
    font-size: 20px;
    font-weight: 600;
}
.website-types {
    background: #f4f9fa;
    padding: 20px 0;
    display: none;
}
.website-types img {
    margin-top: 30px;
}
.ser-detail h2 {
    margin: 0 0 5px;
    font-size: 30px;
}
.ser-detail h3 {
    font-size: 18px;
    color: #0e47c0;
    font-weight: 600;
}
.ser-detail p {
    font-size: 16px;
}
.ser-detail .row {
    align-items: center;
    margin-bottom: 30px;
}
.logo-design .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: 20%;
    width: 100%;
}
.logo-design .owl-theme .owl-nav button {
    padding: 0 !important;
    margin: 0 !important;
}
.logo-design .owl-theme .owl-nav button span {
    font-size: 60px;
}
.logo-design .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -70px;
}
.logo-design .owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -70px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    color: #000;
}
section.logo-types.web-type.branding {
    background: #f4f9fa;
}
.home-portfolio .row {
    margin: 0 -6px;
}
.animation .img {
    height: 100px;
}
.mobile-slider {
    position: relative;
}
.mobile-slider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/mobile-slider-after.png) no-repeat;
    height: 668px;
    width: 609px;
}
.our-pricing .pack ul li:before {
    content: '';
    background: url(/assets/images/check.png) no-repeat;
    height: 12px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.our-pricing .mCustomScrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.our-pricing .mCustomScrollbar::-webkit-scrollbar
{
    width: 4px;
    background-color: #F5F5F5;
}

.our-pricing .mCustomScrollbar::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid var(--primary);
}

/*Pricing*/

/*Home Contact Form */
.footer_form .l-form.c-form form {}

.footer_form .l-form.c-form form input,.l-form.c-form form textarea {
    border: 1px solid #fff !important;
    margin: 0 0 15px;
    padding: 18px 15px;
    resize: none;
    border-radius: 8px;
    background-color: #000 !important;
}

.footer_form .l-form.c-form form button.btn.btn-primary.mb-3 {
    background-color: var(--primary);
    color: #fff;
    border: 0;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    transition: all .5s ease;
}

.footer_form .col.form-section__col.form-col {
    /* background: linear-gradient(182deg, #f94c30 15%, #000000 50%); */
    /* box-shadow: 0px -20px 20px 0px #ffa6a64d; */
    border-radius: 20px;
    padding: 5% 5%;
    border: 1px solid #262626;
    background: url(/assets/images/contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.footer_form .col.form-section__col.form-col:before{
    position: absolute;
    content:"";
    background: radial-gradient(circle at 30% 40%, #f94c30 15%, #000000 70%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
    z-index: -1;
    opacity: .9;
}
/*Home Contact Form */
a.js-quote-btn.c-btn.-slideover {
    position: relative;
    top: -20px;
}

/*Portfolio*/
.our_portfolio_sec .c-card__wrap:after {
    content: none !important;
}   
.our_portfolio_sec li.l-team__item {
    width: calc(94%/3) !important;
    margin: 10px 10px !important;
    pointer-events: none !important;
}
.logo_tab .c-card__wrap,
.branding_tab .c-card__wrap{
    padding-top: 100%;
}
.m-banner__container.colors-inverted{
/*    padding: 60px 0 !important;*/
}
.row.hero__cert-list {
    display: none;
}
.hero .hero-row .m-slider__arrows .icon use {
    filter: invert(1);
}
/*Portfolio*/
/*Social Links*/
.form-section__social li.social-list__item {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff3d;
    border-radius: 30px;
}

.form-section__social li.social-list__item a.social-list__link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

/*Social Links*/
/*Responsive*/
@media(max-width: 999px){
    .c-heading.-h1 p.text_p{
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .c-heading.-h1 h1.h1{
        font-size: 16px !important;
    }
    .s-case-studies{
        background: #000;
        border-top: 1px solid #111;
    }
    .s-case-studies .c-heading__title,
    .s-case-studies .l-tbpanel-v1 .l-heading-v3 .c-heading__title,
    .s-case-studies .l-tbpanel-v1, 
    .s-case-studies h3, 
    .s-case-studies p{
        color: #fff !important;
    }
    .s-case-studies .cta-bar{
        justify-content: center;
    }
    section.s-our-process .box,
    section.s-our-process .box p{
/*        min-height: unset !important;*/
    }
    section.s-our-process .box{
        margin: 10px;
    }
    .s-experts .c-image img{
        height: 80px;
    }
    .form-section__col.form-section__txt.col{
        align-items: center !important;
    }
    .form-section__inner .row{
        justify-content: center;
    }
    .hero-bg-gradient_overlay{
        background: linear-gradient(90deg, #000000d4, #7722227a) !important;
    }
    .row_reverse {
        flex-direction: column-reverse !important;
        align-items: flex-start;
    }
    .our_portfolio_sec li.l-team__item{
        width: calc(91% / 2) !important;
    }
    .cs-cards-result {
        font-size: 0;
        margin: 0 0 40px;
    }
    .copy-privacy.row.justify-content-center {
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column-reverse;
    }
    .nav-active .nav-main__wrap .nav-main{
        margin: 0 !important;
    }   
    .form-section__inner .row {
        justify-content: center;
        flex-direction: column;
    }
    .form-section__col .l-form{
        margin: 0;
    }
    .col.form-section__col.form-col{
        padding: 8% 6% !important;
    }
    .service_banner p{
        padding: 0 0 !important;
    }
    .s-case-studies.-dark,
    .s-difference.bg-dark{
        background: linear-gradient(45deg, black, transparent);
    }
    section.s-tabs-slider .c-block__content.align-center{
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media(max-width: 767px){
    section.s-our-process .box,
    section.s-our-process .box p{
        min-height: unset !important;
    }
    .home-hero .c-heading__sub {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    .c-heading.-h1 p.text_p {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .m-banner--large .m-banner__content{
        min-height: 100vh;
    }
    section.m-banner .content{
        padding: 22% 0 2% !important;
    }

}

@media(max-width: 567px){
    .our_portfolio_sec li.l-team__item {
        width: calc(99% / 1) !important;
        margin: 10px 0 !important;
    }
}
/*Responsive*/