/*Banner */
.banner_slides {
    margin: 15px 0 0;
}

.banner_slides .item {}
.banner_slides .owl-dots {
  display: none !important;
}

.banner_slides .item .img-box {
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background-color: #ffcece52;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.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 .dis-flex-center {
    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);
}
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;
    line-height: 30px;
}
.our-pricing .pack h3 span strike {
    color: var(--primary);
    display: block;
    font-size: 14px;
    display: none !important;
}
.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 .pack h3 span.monthly {
    font-size: 10px;
    width: 100%;
    left: 0;
    text-align: left;
}

.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 */
.l-form.c-form 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;
}

.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;
}

.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: 3% 3%;
    border: 1px solid #262626;
}
/*Policies*/

section.policies_sec {
    padding: 60px 0;
    color: #fff;
}

section.policies_sec {}

section.policies_sec ul.policies {
    padding: 0;
    margin: 0;
}

section.policies_sec ul.policies li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}

section.policies_sec ul.policies li:before {
    position: absolute;
    content: "";
    background-color: var(--primary);
    width: 10px;
    height: 3px;
    left: 0;
    top: 12px;
    margin: auto;

}
section.policies_sec h3 {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 10px;
}
/*Policies*/
.nav-active .nav-main__wrap{
    z-index: 11;
}
.footer-services .widget_nav_menu ul li a,
.site-footer a{
    position: relative;
    z-index: 1;
}
.thank_page a.btn.btn_home {
    background-color: #fff;
    padding: 18px 30px;
    border-radius: 6px;
    position: relative;
    top: 20px;
    font-size: 18px;
    font-weight: 700;
    transition: all .5s ease;
}

.thank_page a.btn.btn_home:hover {
    background-color: var(--primary);
    color: #fff;
}
/*Home Contact Form */
p#breadcrumbs{
    display: none;
}
.grid_three li.l-team__item{
    width: calc(94% / 3) !important;
    margin: 10px 10px !important;
    pointer-events: none !important;
}
.branding_page .logo_tab_hd, .branding_page .web_tab_hd {
    display: none;
}

.branding_page .branding_tab_hd{
    color: var(--primary);
    text-shadow: none;
    background-color: #fff;
    border-radius: 10px;
}
.branding_page .branding_tab_hd .c-tbnav__icon{
    opacity: 1;
}