﻿/*header-title...............*/
.header-title-section {
    background: linear-gradient(35deg, #191c1f 52%, #8a2be2 37%);
    height: 221px;
}
.mt-70 {
    margin-top: 70px;
}
.bg-img-title-head {
    background-image: url(../Images/bg-layer11.png);
    height: 100%;
    background-size: cover;
    opacity: 0.2;
}

.header-title-section h4 {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    top: 20%;
    right: 7%;
    font-family: abhya;
    font-size: 38px;
}

.header-title-section p {
    position: absolute;
    top: 26%;
    color: #fff;
    text-align: center;
    width: 100%;
    right: 7%;
}
/*header-title...............*/
.test-box2 {
    height: fit-content;
    background: #191c1f;
    margin: 22px 0px;
    padding: 20px;
}
.test-box {
    height: 365px;
    margin: 23px 0px;
    overflow: hidden;
}
    .test-box2 h5 {
        font-size: 32px;
        font-family: 'Abhaya Libre';
        font-weight: 100;
        padding: 10px 13px 13px;
        text-align: start;
        margin-bottom: 0px;
        color:#fff;
    }
.iconn i {
    padding: 11px 12px;
    background: linear-gradient(45deg, #8a2be2, #191c1f);
    border-radius: 54%;
    color: white;
    margin: 11px;
    box-shadow: 0px 0px 2px 2px #ffb400;
}

.social-icons {
    justify-content: center;
    align-items: center;
}

.test-box2 p {
    padding: 20px 15px 0px;
    color: #adacac;
}
.text-col-n {
    color: #fff!important;
}
.hr-line {
    height: 1px;
    background: #c1bbbb;
    padding: 0px 2px;
    margin: 0px 13px;
}
.icon-1 {
    align-items:baseline!important;
}

.icon-1 i {
    padding: 10px 10px;
    background: linear-gradient(45deg, #8a2be2, #191c1f);
    border-radius: 54%;
    color: white;
    margin: 9px;
    box-shadow: 0px 0px 2px 2px #ffb400;
}
.img-back {
    background: linear-gradient(0deg, rgb(17 8 118 / 75%), rgb(4 9 101 / 71%)), url(https://counter.1onestrong.com/wp-content/uploads/2023/04/counter-jpg-016.jpg);
    background-position: center center;
    background-size: cover;
    color: white;
}
.a-style {
    color:#fff!important;
    text-decoration:none;
}
.btn-design {
    border: none;
    padding: 7px 35px;
    margin: 7px 17px;
    background: greenyellow;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Abhaya Libre';
}

    .btn-design:hover {
        background-color: #d8cf08;
        color: #fff;
        transform: scale(.9);
        transition: 0.5s;
    }

    .btn-design i {
        transform: rotate(30deg);
        padding-left: 5px;
        font-size: 12px;
    }
.btn-send-res {
    width: 100%;
    border: none;
    padding: 13px;
    background: #8a2be2;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: system-ui;
    text-align: center;
}

.inputs-res {
    width: 100%;
    outline: none;
    padding: 13px;
    background: #f3f3f4;
    color: #0f011c;
    font-size: 15px;
    font-weight: 400;
    font-family: system-ui;
    border: 1px solid #d6d3d3;
}

    .inputs-res:focus {
        border: none;
        box-shadow: 0px 0px 3px 0px #7373734f;
    }

.text-label {
    font-size: 17px;
    font-weight: 400;
    font-family: system-ui;
    color:#fff;
}

.h4text {
    font-size: 39px;
    font-family: 'Abhaya Libre';
    margin-top: 22px;
    color: #fff;
    padding: 22px;
}

.bg-con {
    background-color: #191c1f;
}
.box-contact-1 {
    background: #191c1f;
    height: 240px;
    border: 3px solid #e6a508;
    text-align: center;
}

.icon-box-up i {
    transform: rotate(45deg);
    font-size: 21px;
    color: #fff;
    padding: 9px;
}

.up-icon-box {
    float: inline-end;
    height: 40px;
    width: 40px;
    background: #8a2be2;
    text-align: center;
}

.icon-box i {
    font-size: 28px;
    background: #8a2be2;
    padding: 25px;
    border-radius: 100%;
    color: #fff;
    box-shadow: -1px 0px 6px 1px #4f4f5282;
}