* {
    box-sizing: border-box;
}

a,
a:active,
a:focus,
a:active {
    text-decoration: none !important
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%
}

.fix:after {
    content: "";
    display: table;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0 0 15px;
}

.column {
    width: 1100px;
    margin: 0 auto;
    display: block;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    max-width: 95%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Figtree", sans-serif;
    background-position: top center;
    position: relative;
    font-size: 20px;
    background-image: url(../images/dot.png);
    background-position: center 20px;
}

p {
    font-family: "Roboto", sans-serif;
}

.header-area {
    padding-top: 70px;
    position: relative;
}

.header-area .column {
    display: flex;
    justify-content: space-between;
}

.menu-area ul {
    display: flex;
    gap: 40px;
    position: relative;
    z-index: 5;
}

.menu-area ul li a {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    transition: all 0.25s ease-in-out;
}

.menu-area ul li a:hover {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    transition: all 0.25s ease-in-out;
}

.our-focus-area {
    padding-top: 50px;
    color: #000000;
    position: relative;
    z-index: 1;
}

.our-focus-area p {
    line-height: 28px;
}

.top-focus-area {
    padding-bottom: 75px;
    max-width: 630px;
}

.top-focus-area h2 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 0px;
}

.top-focus-area h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.top-focus-area a {
    background-color: #008abf;
    border: #fff 2px solid;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    width: 390px;
    padding: 14px 35px;
    border-radius: 25px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.top-focus-area a::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 30px;
    bottom: 0px;
    height: 100%;
    width: 50%;
    transition: all 0.2s ease-in-out;
}

.top-focus-area a:hover {
    background-color: #00c6a7;
    color: #fff;
    border: #fff 2px solid;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.top-focus-area a:hover:after {
    right: 20px;
    transition: all 0.2s ease-in-out;
}

.top-focus-area p {
    margin-bottom: 30px;
}

.single-focus-item h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-focus-item p {
    margin: 0px;
}

.single-focus-item {
    margin-bottom: 60px;
    display: flex;
    gap: 15px;
}

.single-focus-item:nth-child(2n) {
    width: 45%;
}

.single-focus-item:nth-child(2n+1) {
    width: 50%;
}

.bottom-focus-items-area {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
}

.our-client-area .column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.our-client-right-area {
    width: 60%;
    margin-left: -10%;
}

.our-client-left-area {
    width: 50%;
    text-align: center;
    padding: 30px 70px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
    position: relative;
}

.our-client-left-area h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.our-client-left-area input {
    width: 100%;
    font-size: 20px;
    color: #666666;
    height: 55px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #bfbfbf;
    border: 3px solid #f0f0f0;rgb(231, 231, 231)
    border-right: 0;
    border-bottom: 0;
}


.our-client-left-area input:focus { 
    outline: none;
    box-shadow: 0px 0px 3px 2px #38c8b0;
    border: 3px solid transparent;
    border-right: 0;
    border-bottom: 0;
    transition: all 0.2s ease-in-out;
}


.input-dispaly {
    display: flex;
    gap: 15px;
}

.input-dispaly input {
    width: 48%;
}

.input-dispaly input:last-child {
    margin-right: -15px;
}

.our-client-left-area button {
    width: 100%;
    height: 55px;
    background-color: #0096CF;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: left;
    padding: 10px 30px;
    margin-bottom: 15px;
    position: relative;
    border: #fff 2px solid;
}

.our-client-left-area button:before {
    content: "";
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: 30px;
    bottom: 0px;
    height: 100%;
    width: 50%;
}

.our-client-left-area button:hover {
    background-color: #00c6a7;
    color: #fff;
    border: #fff 2px solid;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
}

.our-client-left-area button:hover:before {
    right: 20px;
    transition: all 0.2s ease-in-out;
}

.footer-area {
    padding: 90px 0;
}


.footer-contact-area {
    width: 35%;
    float: left;
}

.footer-contact-map {
    width: 80%;
    display: inline-block;
    margin-right: -190px;
    float: right;
}

.footer-contact-area h4 {
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}

.footer-contact-area p {
    margin: 40px 0;
}

.footer-contact-area ul li {
    margin-bottom: 15px;
    padding-left: 50px;
    font-family: "Roboto", sans-serif;
    position: relative;
    line-height: 1.5;
}

.footer-contact-area ul li::before {
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 12px;
    position: absolute;
}

.footer-contact-area ul li strong {
    font-size: 30px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}

.footer-bottom-area p {
    margin: 0px;
    font-size: 16px;
    color: #4c4c4c;
}

.footer-bottom-area h5 {
    font-size: 24px;
    color: #898989;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.footer-bottom-area h5 strong {
    color: #000000;
    font-weight: 900;
}


.accordion-header {
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding-top: 10px;
}

.accordion-content p {
    margin: 0px;
}

.who-we-area {
    padding-bottom: 190px;
    padding-top: 10px;
    position: relative;
}

.shap-2 {
    position: absolute;
    left: 1%;
    top: 20%;
    max-width: 55%;
    z-index: -1;
}

.faq-area {
    background-color: #fff;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.faq-area h2 {
    font-size: 42px;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 30px;
    margin: 0px;
}

.single-accordion {
    border-bottom: 1px solid #E5E5E5;
    padding: 30px;
    padding-left: 80px;
    position: relative;
}

.single-accordion::before {
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    top: 35px;
}

.accordion-header {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
}

.single-review-area {
    display: flex;
    flex-wrap: wrap;
}

.review-left-area {
    width: 46%;
    align-items: end;
    display: flex;
    padding-right: 130px;
    background-image: url(../images/qud.png);
    background-repeat: no-repeat;
    background-position: center top;
    flex-wrap: wrap;
}

.review-left-area h3 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 42px;
    color: #000000;
}

.review-area {
    padding-bottom: 100px;
}


.review-right-area {
    width: 54%;
}

.review-right-area p {
    font-size: 31px;
    font-family: "Playfair Display", serif;
}

.user-details h5 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}

.user-details p {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    margin: 0px;
}

.review-details {
    display: flex;
    gap: 15px;
}


.custom-nav button {
    background-color: transparent;
    cursor: pointer;
    border: 0px;
}



.top-background-area {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
}

.right-shap-area {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 3;
    max-width: 60%;
}



.logo-area {
    position: relative;
    z-index: 2;
}

.logo-area::after {
    content: "";
    position: absolute;
    background-image: url(../images/logo-back.png);
    background-repeat: no-repeat;
    width: 215%;
    height: 123%;
    left: -60%;
    top: -71px;
    z-index: -1;
    background-size: contain;
}


.single-accordion:last-child {
    border-bottom: 0px;
}


.margin-top-30 {
    margin-top: -50px;
}

.mobile-header-area {
    display: none;
}