/* For Developer use */

#our-services {
    scroll-margin-top: 140px;
}

p a, .background_secondary p a {
    background-image: linear-gradient(-90deg,#83b6cc,#008cc9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-box-decoration-break: clone; */
    background-repeat: no-repeat;
    font-weight: 700;
}

p a:hover, p a:focus, .background_secondary p a:hover, .background_secondary p a:focus {
    -webkit-text-fill-color: #fff;
}

.cb-sticky-top-bar{display:none;}


input,select,textarea {
    background: #fff !important;   
    border: 1px solid #AFC2CF !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-style: normal !important;
}
.control-group p label{
    text-transform: capitalize !important;
}
.checkboxes span.wpcf7-list-item label .wpcf7-list-item-label {
    color: #fff;
}
.checkboxes span.wpcf7-list-item label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.checkboxes .wpcf7-list-item {
    margin: 0;
    margin-bottom: 10px;
    width: calc(100% / 3);
}
.checkboxes .wpcf7-list-item.last {
    width: 100%;
}
.form.f-custom form .row+ p .btn {
    margin-top: 30px;
}
.checkboxes label input {
    border-radius: 2px !important;
}
form .btn-secondary {
    background-color: #293940 !important;
    border: 2px solid #293940 !important;
    color: #ffffff !important;
}
form .btn-secondary:hover{
    background-color: #1b262a !important;
    border: 2px solid #1b262a !important;
}
form .btn {
    border-radius: 50px !important;
    transition: all 0.3s ease-in-out 0s;
}
.site-footer::before {
    content: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: #ff0000 !important;
}

.wpcf7-form p {
    position: relative;
}

.wpcf7-submit ~ .wpcf7-spinner {
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index:2;
    background: #fff;
}

.wpcf7-submit ~ .wpcf7-spinner::before {
    background-color: #293940;
}

.form .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ff0000;
    color: #ff0000;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #28a745;
    color: #28a745;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
}

.site-header .top-header {
    max-width: 100%;
    padding: 0;
}

body>.site-footer {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/* media starts here */
@media only screen and (max-widht: 1400px) {
    form label.floatingLabel {
        font-size: 14px;
        line-height: 1.3;
    }
}
@media only screen and (max-width:1199px) {
    .site-logo {
        gap: 10px;
    }   
    .site-logo img {
        height: 60px;
    }
    .site-logo p strong {
        font-size: 15px;
    }
    .site-logo p span {
        font-size: 12px;
    }
    .site-header nav .site-menu li:not(:first-child) {
        margin: 0 0 0 30px;
    }
    .single-border-card>span {
        font-size: 55px;
    }
}
@media only screen and (max-width: 991px) {
    .form.f-custom {
        margin-top: 50px;
    }
    .about-section figure img {
        margin: 30px auto 0;
        display: block;
    }
    .shape-round {
        margin-top: 30px;
    }
    .form.f-custom .text-center {
        max-width: 100%;
        margin: 0 auto 5px;
    }
    .landing-page .site-header nav {
        position: relative;
    }
    .landing-page .site-header nav .site-menu {
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: 100%;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        display: none;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    }
    .landing-page .site-header nav .site-menu li {
        display: block;
    }
    .landing-page .site-header nav .site-menu li:not(:first-child) {
        margin: 10px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    ul.arrow-marker li:before {
        position: static;
        margin-right: 5px;
    }
    ul.arrow-marker li {
        padding-left: 0;
    }
    .shape-round {
        margin-top: 0px;
    }
    .form.f-custom p {
        width: 100%;
        display: inline-flex;
        flex-direction: column-reverse;
    }
    .form.f-custom p br {
        display: none;
    }
    .form.f-custom form .row+ p .btn {
        width: auto;
    }
    .landing-page .site-header {
        padding: 0;
        background: transparent;
    }
    .landing-page .site-header.scrolled {
        background: rgba(255,255,255,0.7);
    }
    .landing-page .site-header nav .site-menu li a.btn {
        width: auto;
    }
    .site-header .top-header ul li:not(:last-child) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .about-section figure img {
        max-height: 400px;
    }
    .site-logo img {
        height: 40px;
    }
    .site-logo p strong {
        font-size: 13px;
    }
    .site-logo p span {
        font-size: 10px;
    }
    .landing-page .site-header .top-header ul li a {
        gap: 5px;
        letter-spacing: 0;
        padding: 0;
    }
    .landing-page .site-header .top-header ul li:not(:last-child) {
        margin-right: 15px;
    }
    .landing-page .site-header .top-header ul {
        justify-content: center;
        flex-direction: column;
        padding: 5px 0px;
        gap: 2px;
    }
    .landing-page .site-header .top-header ul li:not(:last-child) {
        margin-right: 0px;
    }
}