body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.banner {
    height: 750px;
    padding-top: 10px;
    position: relative;
    background-image: url("../images/consultation.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h2 {
    font-family: 'Lato-Black';
    margin-bottom: 40px;
    font-size: 48px;
    animation: fadeInDown 1s both;
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.banner section ul {
    padding: 0px;
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.banner section ul li {
    padding-left: 32px;
    position: relative;
    line-height: 50px;
}

.banner section ul li::before {
    font-size: 22px;
    content: "\F270";
    color: #9786ea;
    font-family: "bootstrap-icons";
    margin-right: 10px;
    left: 0;
    position: absolute;
}

.banner .logo {
    width: 35%;
    margin: 20px 0px 40px 40px;
}

.banner section {
    padding: 40px;
    text-align: left;
}

.wcall {
    color: #fff;
    font-size: 24px;
    /* top: -40px; */
    position: relative;
}

.wcall:hover {
    color: #25d366;
    font-size: 24px;
}

.cform {
    background: #f5f5fa;
    position: relative;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-top: 6px solid #ed212b;
    /* top: -70px; */
}

.cform section {
    padding: 30px 30px 20px 30px;
    text-align: left;
}

.cform section h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #1a1a1a;
}

.cform section p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    color: #2c2363;
}

.cform form {
    font-family: 'Poppins-Regular';
}

.cform .form-group {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
}

.cform input,
textarea {
    line-height: 40px;
    color: #0d0d0d;
    padding: 0 40px 0 20px;
    margin: 0px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    transition: 0.5s;
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    outline: 0;
}

.cform textarea {
    line-height: 40px;
    border: 0px;
    background: #fff;
    color: #000;
    width: 358px;
}

.cform i {
    position: absolute;
    top: 22px;
    transform: translateY(-50%);
    z-index: 1;
    right: 15px;
    color: #4532a4;
    font-size: 18px;
    font-weight: 600;
}

.cform input:focus,
.cform textarea:focus {
    border: 1px solid #4532a4;
    transition: 0.5s;
}

.cform .form-check {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 12px;
    color: #1a1a1a;
}

.cform .form-check input {
    width: 1em;
    height: 1em;
    padding: 0px;
    margin: 5px 15px 0px 0px;
    border: 1px solid #a79ed6;
}

.cform .form-check label {
    display: block;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
    text-align: justify;
    line-height: 16px;
}

.cform .form-check p {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Poppins-Regular';
    color: #1a1a1a;
    border-top: 1px solid #bababa;
    padding: 5px 0px 10px 0px;
}

.cform .form-check p a {
    text-decoration: underline;
}

.cform .subbut {
    border: none;
    border-radius: 4px;
    background: #ed212b;
    color: #ffffff;
    height: 46px;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 16px;
}

.cform .subbut:hover {
    background: #000;
    color: #fff;
}

.company {
    position: relative;
    padding: 80px 0px;
}

.services {
    position: relative;
    background: #f8f9fd;
    padding: 80px 0px;
    text-align: center;
}

.services span {
    font-size: 16px;
    color: #ed212b;
    font-family: 'Poppins-Semibold';
    width: 100%;
    display: inline-block;
}

.services h2 {
    font-family: 'Poppins-Bold';
    color: #01022e;
    font-size: 36px;
    padding: 0% 28%;
    margin-bottom: 50px
}

.services .card {
    border-radius: .85rem;
    border: 0px;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, .125);
}

.services .card:hover {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.services .card img {
    border-top-left-radius: .85rem;
    border-top-right-radius: .85rem;
    height: 180px;
}

.card-body {
    padding: 20px 40px;
}

.card-body h4 {
    font-family: 'Poppins-Semibold';
    color: #01022e;
}

.card-body h5 span {
    /* color: #01022e; */
}

.card-body h5 {
    font-family: 'Poppins-Semibold';
    font-size: 24px;
}

.card-body p {
    font-size: 16px;
    margin-top: 20px !important;
    font-family: 'Poppins-Regular' !important;
    line-height: 26px;
}

.card a {
    font-family: 'Poppins-Semibold';
    font-size: 16px;
    color: #fff;
    transition: all .3s ease-in-out;
    background: #ed212b;
    padding: 10px 30px;
    /* width: 100%; */
    display: inline-block;
    border-radius: 44px;
    padding: 10px 30px;
}

.card-body a:hover {
    color: #fff;
    background: #110f31;
}

.card-body a i {
    font-size: 20px;
    vertical-align: -.135em;
}

.icn {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f0d1f;
    color: #fff;
    font-size: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 37px;
    top: 171px;
}

.services-shape img {
    /* position: absolute;
right: 0;
bottom: 0; */
    z-index: -1;
    opacity: 0.3;
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -50px;
}

.services .card:hover .services-shape img {
    opacity: 1;
    filter: grayscale(0);
}

.servicesbg img {
    position: absolute;
}

.servicesbg img:nth-child(1) {
    right: 0;
    top: 0px;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.servicesbg img:nth-child(2) {
    left: 0;
    bottom: 0;
    opacity: 0.6;
}

.services p {
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.services .red {
    color: #ed212b;
}

.cc {
    position: relative;
    background: #110f31;
}

.cc .pdng {
    padding: 0px;
}


/* 
.cc-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
} */

.cc p {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 18px;
}

.cc .but {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: #ed212b;
    position: relative;
    z-index: 9;
    margin: 20px 0px 0px 30px;
}

.cc .but:hover {
    background: #fff;
    color: #000;
}

.cc img {
    height: 600px;
}


/* .cc form {
    position: relative;
} */

.cc section {
    padding: 80px;
    text-align: left;
}

.cc section h2 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    font-family: 'Poppins-Bold';
}

.cc section form h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-family: 'Poppins-Regular';
    position: relative;
    color: #1a1a1a;
}

.cc section form p {
    font-family: 'Poppins-SemiBold';
    font-size: 36px;
    width: 100%;
    line-height: 32px;
    padding: 0px;
    color: #2c2363;
}

.cc section form form {
    font-family: 'Poppins-Regular';
}

.cc section form .form-group {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
}

.cc section form input,
textarea {
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    width: 350px;
    transition: 0.5s;
    border: 1px solid #333056;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    margin-right: 10px;
}

.cc section form select {
    line-height: 40px;
    color: #8e8d9d;
    padding: 8px 20px 8px 20px;
    margin: 0px;
    background: transparent;
    transition: 0.5s;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #333056;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.10);
    width: 350px;
    margin-right: 10px;
}

.cc section form select option {
    color: #000;
    background: #fff;
    font-family: 'Poppins-Regular' !important;
}

.cc section form textarea,
select {
    line-height: 40px;
}

.cc section form i {
    position: absolute;
    top: 22px;
    transform: translateY(-50%);
    z-index: 1;
    right: 15px;
    color: #4532a4;
    font-size: 18px;
    font-weight: 600;
}

.cc section form input:focus,
.cc section form textarea:focus,
.cc section form select:focus {
    border: 1px solid #8a70ff;
    transition: 0.5s;
    outline: 0;
}

.cc section form .subbut {
    border: none;
    border-radius: 4px;
    background: #ed212b;
    color: #ffffff;
    height: 46px;
    cursor: pointer;
    padding: 0px 20px;
    transition: 0.5s;
    text-transform: uppercase;
    font-family: 'Poppins-Medium';
    font-size: 16px;
    margin-top: 20px;
}

.cc section form .subbut:hover {
    background: #000;
    color: #fff;
}

.counter {
    position: relative;
    background: #f5f6fc;
    padding: 80px 0px;
    text-align: center;
}

.counter h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #01022e;
    margin-bottom: 20px;
}

.counter p {
    font-size: 16px;
    margin-bottom: 40px;
}

.counter section {
    padding: 20px 30px;
    background-color: var(--bs-white);
    border-radius: 20px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    height: 240px;
    transition: all .3s ease-in-out;
}

.counter section:hover {
    border: 2px solid #ed212b;
}


/* .counter section i {
    font-size: 60px;
} */

.counter section i {
    font-size: 32px;
    color: #fff;
    background: #ed212b;
    padding: 12px 20px;
    border-radius: 80%;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.counter section img {
    height: 80px;
    margin-bottom: 30px;
}


/* .counter section {
line-height: 1;
font-size: 45px;
color: #01022e;
font-family: 'Poppins-Semibold';
} */

.counter section p {
    font-family: 'Poppins-Semibold';
    font-size: 30px;
    color: #110f31;
    margin: 20px 0px 10px 0px;
}

.counter section h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Poppins-Regular';
}

.counter figure {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0px 10px;
}

.counter figure::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(17, 15, 49) 100%);
}

.employee {
    position: relative;
}

.counter .wrap {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 34px 34px 37px;
}

.counter .wrap h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: var(--bs-white);
    font-family: 'Poppins-Semibold';
    padding: 0px 10px;
    text-align: left;
}


/* ------------ */

.reviews {
    padding: 60px 0px;
    position: relative;
    font-family: 'Poppins-Regular';
    background: #f8f9fd;
}

.reviews h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #01022e;
    margin-bottom: 20px;
    text-align: center;
}

.reviews p {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews section {
    position: relative;
    padding: 20px 30px 10px 30px;
    background: #fff;
    border-top: 2px solid #ed212b;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 6px;
}

.reviews section i {
    content: "\F6B0";
    position: relative;
    top: 4px;
    right: 10px;
    font-size: 48px;
    line-height: 10px;
    font-family: "bootstrap-icons ";
    color: #e9e9e9;
}

.reviews section .author-left img {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #FFF;
    box-shadow: 0 2px 8px -1px #c0c0c0;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.reviews section .author-left {
    float: left;
    margin-bottom: 20px;
}

.reviews section .author-info {
    display: block;
    float: right;
    margin: 18px 0px 10px 16px;
    ;
}

.reviews h4 {
    color: #110f31;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    margin-bottom: 0px;
}

.reviews section .author-info p {
    color: #696969;
    font-size: 14px;
    margin-top: 0px;
}

.reviews section p {
    font-size: 16px;
    margin: 24px 0px;
    text-align: left;
}

.reviews section a {
    color: #4a4b92;
    font-size: 16px;
    text-decoration: underline;
    margin: 24px 0px;
}

.reviews section a:hover {
    color: #696969;
}

.mttp {
    margin-top: 26px;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        margin: 20px 0px 20px 0px;
    }
    .wcall {
        font-size: 20px;
        top: -50px;
    }
    .banner section {
        padding: 0px 0px 20px 0px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
        margin-bottom: 20px;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .cc {
        text-align: center;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc section {
        padding: 40px;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc section form input,
    textarea {
        margin-right: 0px;
        width: 370px;
        margin-bottom: 10px;
    }
    .cform textarea {
        width: 100%;
    }
    .cc section form select {
        width: 370px;
    }
    .cc section form .subbut {
        margin-top: 0px;
    }
    .cc img {
        height: auto;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .cc section {
        padding: 40px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        margin: 20px 0px 20px 0px;
    }
    .wcall {
        font-size: 20px;
        top: -50px;
    }
    .banner section {
        padding: 0px 0px 20px 0px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .cc {
        text-align: center;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc img {
        height: auto;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .cc section form input,
    textarea {
        margin-right: 0px;
        width: 370px;
        margin-bottom: 10px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        height: auto;
    }
    .banner .logo {
        width: 30%;
        margin: 20px 0px 20px 0px;
    }
    .wcall {
        font-size: 20px;
        top: -70px;
    }
    .banner section {
        padding: 20px;
    }
    .banner section ul {
        font-size: 20px;
    }
    .banner section ul li {
        line-height: 36px;
    }
    .banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cform {
        margin-bottom: 40px;
    }
    .cform section {
        padding: 20px;
    }
    .cform section p {
        font-size: 26px;
        padding-top: 10px;
    }
    .company {
        padding: 40px 0px;
    }
    .services {
        padding: 40px 0px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .icn {
        width: 60px;
        height: 60px;
        font-size: 30px;
        top: 125px;
    }
    .cc h2 {
        font-size: 20px;
    }
    .cc {
        text-align: center;
    }
    .cc section {
        padding: 40px;
    }
    .cc section h2 {
        font-size: 22px;
    }
    .cc h2 {
        font-size: 20px;
        text-align: left;
        padding: 0px;
    }
    .cc .but {
        margin: 20px 0px 0px 0px;
    }
    .cc img {
        height: auto;
    }
    .cform textarea {
        width: 100%;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter h2 {
        font-size: 22px;
    }
    .counter section {
        width: 100%;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
    .cc section form input,
    textarea {
        width: 340px;
        margin-bottom: 10px;
    }
    .cc section form select {
        width: 340px;
    }
    .reviews {
        padding: 40px 0px;
    }
    .reviews h2 {
        font-size: 22px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {
    .wcall {
        font-size: 20px;
        top: -10px;
    }
    .banner .logo {
        width: 35%;
        margin: 20px 0px 20px 0px;
    }
    .banner h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .banner section ul {
        font-size: 24px;
    }
    .banner section ul li {
        line-height: 50px;
    }
    .cc section {
        padding: 30px;
    }
    .cc section form input,
    textarea {
        width: 250px;
        margin-bottom: 10px;
    }
    .cc section form select {
        width: 250px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .cc section {
        padding: 40px;
    }
    .cc section form input,
    textarea {
        width: 360px;
        margin-bottom: 20px;
    }
    .cc section form select {
        width: 360px;
    }
}