/*
Theme Name: Infoweby
Theme Description: Test Drive
*/

div.view-edit {
    height: 65vh;
    background-image: linear-gradient(to right, rgba(106, 17, 203, 0.5), rgba(37, 117, 252, 0.5)), url("../Photos/undraw_building_websites_i78t.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body {
    background-color: #fff;
    font-size: 17px;
}

.btn-primary {
    background-color: #2d2dfe;
}

.btn {
    user-select: none;
}

.img-adj {
    width: 100%;
    height: 60vh;
    padding: 0%;
}

.bg-image {
    background: linear-gradient(to right, rgba(45, 45, 254, 0.5), rgba(202, 47, 254, 0.5)), url("https://images.pexels.com/photos/3183150/pexels-photo-3183150.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 330px;
}

.position-above {
    position: relative;
    top: -75px;
    height: 300px;
    overflow: hidden;
    width: 20%;
}

.service-edit {
    width: 100%;
    height: 30vh;
}

.text-edit-service {
    width: 80%;
    margin: auto;
}

hr.hr-style {
    width: 25%;
}

.bg-1 {
    background-color: #2d2dfe;
}

.bg-2 {
    background-color: #962ffe;
}

.bg-3 {
    background-color: #fe2fca;
}

.bg-4 {
    background-color: #6060fe;
}

.width-set {
    width: 30%;
}

.bg-intro {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .width-cont {
width: 50%;
} */

.bg-contact {
    /* background: #2d2dfe; */
    height: 200px;
    color: white;
    background: #2a60fe;
}

.gradient-custom {
    background: #2d2dfe;
    background: -webkit-linear-gradient(to right, rgba(45, 45, 254, 0.5), rgba(202, 47, 254, 0.5));
    background: linear-gradient(to right, rgba(45, 45, 254, 0.5), rgba(202, 47, 254, 0.5))
}

.font-size-edit {
    font-size: 10px;
}

.nav-position {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    color: #000;
    z-index: 3;
}

.navbar {
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.edit-d-none {
    display: none;
}

.btn-edit {
    display: none;
}

#edit-li>a {
    color: #000;
}

.video-edit {
    width: 100%;
    height: 97%;
    display: grid;
}

.video-ele {
    align-self: center;
    margin: auto;
}

.img-review {
    width: 200px;
    height: 200px;
}

.text-review {
    width: 60%;
}

.container-review {
    padding: 1rem;
    /* height: 400px; */
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-ele {
    width: 100%;
    height: 100%;
}

.edit-wcu {
    width: 100%;
}

div.container-wcu>.wcu-cont>.wcu-img>.wcu-edit {
    width: 100%;
    height: 60vh;
}

div.container-wcu>.wcu-cont>.wcu-content {
    height: auto;
}

div.container-wcu>.wcu-cont>.wcu-content>.wcu-subheading {
    font-size: 16px;
    width: 97%;
    margin: auto;
    margin: 10px;
    padding: 0px 10px;
    border-left: #00000080 solid;
}

.wcu-content {
    background-color: #fff;
    padding: 2rem;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 5px 0px 0px;
}

.active,
.accordion:hover {
    background-color: #fff;
}

.accordion:before {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}

.active:before {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.edit.profile-name {
    font-size: 32px;
}

.edit-profile-into>img {
    width: 200px;
    height: 150px;
}

.input-edit {
    border: none;
}

.input-edit:focus {
    border: none;
}

.img-ftr-logo {
    width: 150px;
}

.logo-edit {
    width: 150px;
    padding: 0%;
    margin: 0%;
}

.font-angle-left-edit,
.font-angle-right-edit {
    text-align: center;
}

ul.drop-down-menu {
    /* display: none; */
    list-style: none;
    position: absolute;
    padding: 1em;
    padding-left: 0px;
}

.navbar-brand img {
    margin-right: 0;
}

.row-phase {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 35px;
    position: relative;
}

.row-phase::before {
    content: '';
    position: absolute;
    border: #999 solid 1px;
    height: 88%;
    top: 2.5%;
    left: 51.5%;
}

.col-6-phase {
    margin: 0px 3rem;
    position: relative;
}

.text-phase {
    margin: 0%;
    padding: 1rem 3rem;
    background-color: #fafafa;
    border: #ccc solid 1px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.icon-position-1 {
    position: absolute;
    left: 110%;
    top: 35px;
}

.icon-position-2 {
    position: absolute;
    right: 108%;
    top: 35px;
}

.img-phase {
    width: 35px;
}

.talkbubble {
    padding: 20px 20px 10px 20px;
    margin: 0%;
    background: #5C30B7;
    color: #000;
    position: relative;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}

.talkbubble-left:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 35px;
    border-top: 13px solid transparent;
    border-left: 26px solid #2f96fe;
    border-bottom: 13px solid transparent;
}

.talkbubble-right:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 35px;
    border-top: 13px solid transparent;
    border-right: 26px solid #2f96fe;
    border-bottom: 13px solid transparent;
}

.bg-phase-1 {
    background: #0D1239;
    color: #fff;
}

.bg-phase-1:before {
    border-left: 26px solid #0d1239;
}

.bg-phase-2 {
    background: #5C30B7;
    color: #fff;
}

.bg-phase-2:before {
    border-right: 26px solid #5C30B7;
}

.bg-phase-3 {
    background: #95B0ED;
}

.bg-phase-3::before {
    border-left: 26px solid #95B0ED;
}

.bg-phase-4 {
    background: #0052C2;
    color: #fff;
}

.bg-phase-4:before {
    border-right: 26px solid #0052C2;
}

.bg-phase-5 {
    background: #894B9D;
    color: #fff;
}

.bg-phase-5:before {
    border-left: 26px solid #894B9D;
}

.bg-phase-6 {
    background: #CFD5E0;
}

.bg-phase-6:before {
    border-right: 26px solid #CFD5E0;
}

.drop-down-item {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: rgba(0, 0, 0, 0.2) solid 0.1px;
}

.drop-down-item-a {
    color: #000;
}

.dropdown-edit>.dropdown-toggle>ul.drop-down-menu:hover {
    display: block;
}

.side-bars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-me-link:hover {
    color: #2d2dfe;
}

.btn {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.row-up,
.row-srt-exp {
    display: grid;
    grid-template-columns: 47.5% 47.5%;
    grid-gap: 5%;
}

.form-check {
    padding-left: 0em;
}

.dropdown-toggle-up:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.border-start-ftr {
    border-left: #2d2dfe solid 0.3rem;
}

.width-ftr-contact {
    width: 250px;
}

.edit-profile-img {
    width: 80%;
}

.review-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.review-col-1,
.review-col-3 {
    padding: 90px;
}

.col-wcu {
    width: 300px;
}

.port-img {
    width: 100%;
    min-height: 400px;
}

.fa-angle-left:before,
.fa-angle-right:before {
    font-size: 35px;
}


/* max-width: 740px */

@media (max-width: 740px) {
    div.view-edit {
        height: 350px;
    }
    .nav-position {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        position: sticky;
        top: 0%;
        background-color: #fff;
    }
    .logo-edit {
        width: 10vw;
    }
    .form-container>form {
        margin: 0% 3%;
        font-size: 14px;
    }
    .port-img {
        min-height: auto;
    }
}


/* 800px to 850px */

@media (min-width: 800px) and (max-width: 850px) {
    .logo-edit {
        width: 150px;
    }
    div.view-edit {
        height: 400px;
    }
    .nav-position {
        position: -webkit-sticky;
        position: sticky;
        top: 0%;
        background-color: #fff;
    }
    .form-container>form {
        margin: 0% 5%;
    }
}


/* max-width: 800px */

@media (max-width: 800px) {
    .logo-edit {
        width: 150px;
    }
}


/* max-width: 444px */

@media(max-width: 444px) {
    .logo-edit {
        width: 100px;
    }
}


/* max-width: 800px */

@media (max-width: 800px) {
    .nav-position {
        position: -webkit-sticky;
        position: sticky;
        top: 0%;
        left: 0%;
        background-color: #fff;
    }
    .edit-nav-ul {
        /* display: none; */
        margin: 0%;
        padding: 0%;
        position: fixed;
        width: 100vw;
        z-index: 1;
        height: 100vh;
        top: 0%;
        right: 0;
        align-items: center;
        display: block;
    }
    .img-nav {
        margin: 0%;
        padding: 0%;
        z-index: 2;
        position: fixed;
        top: 5%;
        left: 0%;
        width: 100vw;
        background-color: #fff;
    }
    .img-nav-ele {
        width: 280px;
        background-color: #fff;
    }
    .bg-color {
        background-color: #fff;
    }
    .edit-nav-li {
        position: relative;
        top: 20%;
        display: block;
        text-align: center;
        font-weight: bold;
        padding: 20px;
        background-color: #fff;
    }
    #edit-li.me-md-5 {
        margin-right: 0rem!important;
    }
    .drop-down-item {
        border-bottom: none;
    }
    ul.drop-down-menu {
        padding: 0em;
    }
    .drop-down-item {
        padding: 15px 20px 0px 20px;
    }
    .btn-edit {
        display: inline;
    }
    .none-d {
        display: none;
    }
    .close-nav {
        z-index: 2;
        position: fixed;
        top: 0;
        right: 0;
        margin: 15px;
    }
    #edit-header {
        margin-right: 15px;
    }
    .add-d-none {
        display: none;
    }
    .form-container>form {
        margin: 0% 5%;
        color: red;
    }
    ul.drop-down-menu {
        position: relative;
    }
}


/* max-width: 600px */

@media (max-width: 600px) {
    .text-review {
        width: 100%;
    }
}


/* max-width: 1400px */

@media (max-width: 1400px) {
    .icon-position-1 {
        left: 111%;
    }
    .icon-position-2 {
        right: 110%;
    }
}


/* max-width: 1450px */

@media (max-width: 1450px) {
    .position-above {
        width: 25%;
    }
    .width-set {
        width: 40%;
    }
}


/* max-width: 1201px */

@media (max-width: 1201px) {
    /* hr.line-1:not([size]) {
    height: 12%;
} */
    .row-srt-exp {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
    .col-exp-1-6 {
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .col-exp-2-6 {
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .icon-position-1 {
        left: 115%;
    }
    .icon-position-2 {
        right: 113%;
    }
}


/* max-width: 900px */

@media (max-width: 900px) {
    .cont-us {
        width: 90%;
        margin: auto;
    }
    .col-6-phase {
        margin: 0px 2rem 0rem 2rem;
    }
    .icon-position-1 {
        left: 110%;
    }
    .icon-position-2 {
        right: 109%;
    }
}


/* max-width: 894px */

@media (max-width: 894px) {}


/* max-width: 768px */

@media (max-width: 768px) {
    .img-review {
        width: 150px;
        height: 150px;
    }
    .row-phase {
        grid-template-columns: auto;
    }
    .talkbubble {
        border: none;
        margin: 0% 0rem 0em 2rem;
    }
    .talkbubble-left:before {
        content: "";
        border-left: none;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 26px solid #0D1239;
        left: -30px;
        right: 100% !important;
    }
    .bg-phase-3::before {
        border-right: 26px solid #95B0ED;
    }
    .bg-phase-5::before {
        border-right: 26px solid #894B9D;
    }
    .text-phase {
        margin: 0% 0rem 0% 2rem;
        padding: 10px;
    }
    .icon-position-2,
    .icon-position-1 {
        position: absolute;
        left: -30px;
    }
    .row-phase::before {
        left: 2%;
        height: 88%;
    }
    .add-margin-md {
        margin: 20px;
    }
    .text-edit-service {
        margin: 20px;
        width: auto;
    }
}


/* max-width: 1220px */

@media (max-width: 1220px) {
    .position-above {
        height: 350px;
        width: 25%;
    }
    .width-set {
        width: 50%;
    }
    .width-cont {
        width: 50%;
    }
}


/* max-width: 992px */

@media (max-width: 992px) {
    .position-above {
        height: 400px;
        width: 30%;
    }
    .width-set {
        width: 60%;
    }
    .review-container {
        grid-template-columns: auto;
        grid-template-rows: auto;
    }
    .review-col-1 {
        grid-column: 1/3;
        grid-row: 1/2;
        margin: 1rem;
        padding: 0px 10%;
    }
    .review-col-2 {
        grid-column: 1/3;
        grid-row: 2/3;
        margin: 1rem;
    }
    .review-col-3 {
        grid-column: 1/3;
        grid-row: 3/4;
        margin: 1rem;
        padding: 0px 10%;
    }
    .review-col-4 {
        grid-column: 1/3;
        grid-row: 4/5;
        margin: 1rem;
    }
}


/* max-width: 768px */

@media (max-width: 768px) {
    .position-above {
        width: 100%;
        height: fit-content;
        margin-top: 20px;
    }
    .width-set {
        width: 100%;
    }
    .wcu-content {
        padding: 2rem 1rem 2rem 1rem;
    }
    .row-up {
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
    .col-up {
        grid-row: 1/2;
    }
    .col-down {
        grid-row: 2/3;
    }
}


/* max-width: 444px */

@media(max-width: 444px) {
    .btn {
        padding: 0.6rem;
    }
    #edit-header {
        font-size: 12px;
        margin: 4px 8px 0px 2px;
    }
    .navbar-brand {
        margin-right: 0rem;
    }
    .width-cont {
        width: 100%;
    }
    .talkbubble-left:before {
        left: -15px;
        right: 100%;
    }
    .talkbubble-right:before {
        left: -15px;
    }
    .icon-position-2,
    .icon-position-1 {
        position: absolute;
        left: -35px;
    }
    .row-phase::before {
        height: 86%;
    }
    .width-ftr-contact {
        width: auto;
    }
}

.btn .fa {
    margin-left: 3px;
}

.top-nav-collapse {
    background-color: #424f95 !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

.btn-white {
    color: black !important;
}

h6 {
    line-height: 1.7;
}