@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***** General CSS *****/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.heading {
    text-align: center;
    margin: 0 0 50px 0;
}

.heading p {
    width: 81%;
    margin: 0 auto;
}

:root {
    --theme: #ff9900;
}

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
}


/***** Font Files *****/

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
}

h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* project css start */

header {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    z-index: 9;
}

header a.logo_here {
    display: block;
}

header a.logo_here>img {
    width: auto;
}

header ul#menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .row {
    align-items: center;
}

header ul#menu>li>a {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #a5a4a5;
    position: relative;
    transition: 0.3s ease-in-out;
}

header .headr_btn>a {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

header .headr_btn>a>i {
    color: var(--theme);
    font-size: 45px;
    line-height: 1;
    display: block;
    animation: tada 1.5s ease infinite;
}

header .headr_btn>a>div>p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
}

header .headr_btn>a>div>span {
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
}

header ul#menu>li>a:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 0;
    height: 3px;
    right: 0;
    bottom: -8px;
    transition: 0.3s ease-in-out;
}

header ul#menu>li>a:hover:after {
    right: unset;
    left: 0;
    width: 100%;
}

header ul#menu>li>a:hover {
    color: #fff;
}

.banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 120px;
}

.banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

@keyframes tada {

    0% {
        transform: scale(1);
    }

    10%,
    20% {
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        transform: scale(1) rotate(0);
    }

}

.banner .banner_textt>h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .banner_textt>p {
    color: #a9a8ab;
    font-size: 16px;
    width: 80%;
    margin-bottom: 20px;
}

.btn1 {
    position: relative;
    display: flex;
    background: var(--theme);
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    border-radius: 40px;
    border: 1px solid #fff;
    padding-right: 5px;
    gap: 20px;
    transition: 0.3s ease-in-out;
}

.btn1>span {
    width: 40px;
    background: #fff;
    position: relative;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn1>span:after {
    position: absolute;
    content: "";
    background: #000;
    width: 14px;
    height: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 17% 50%);
    transition: 0.3s ease-in-out;
}

.btn1:hover {
    color: #fff;
}

.btn1:hover>span:after {
    animation: leftt .5s linear infinite alternate;
}

@keyframes leftt {
    0% {
        transform: translateX(-3px) rotate(180deg);
    }

    100% {
        transform: translateX(3px) rotate(180deg);
    }
}

.btn2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn2>i {
    color: #fff;
    font-size: 45px;
    animation: tada 1.5s ease infinite;
}

.btn2>div>p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
}

.btn2>div>span {
    color: #fff;
    font-size: 27px;
    font-family: 'Poppins';
    font-weight: 600;
}

.banner .banner_textt>ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.banner .banner_right_wrp {
    width: fit-content;
    margin-left: auto;
}

.banner .banner_right_wrp>.banr_counter {
    border: 1px solid #a7a5a6;
    margin-bottom: 40px;
    padding: 24px 60px;
    border-radius: 90px;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner .row {
    align-items: center;
}

.banner .banner_right_wrp>.banr_counter>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.banner .banner_right_wrp>.banr_counter>ul>li>img {
    width: 40px;
}

.banner .banner_right_wrp>.banr_counter>ul>li {
    font-size: 36px;
    color: var(--theme);
    font-weight: 700;
    text-transform: uppercase;
}

.banner .banner_right_wrp>.banr_counter>p {
    color: #f89622;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.banner .banner_right_wrp>.banr_counter:last-child {
    margin: 0;
}

.banner .banner_right_wrp>.banr_counter:hover {
    border-color: var(--theme);
}

/* banner end */

.banner_bottom_secc {
    padding: 60px 0px;
}

.banner_bottom_secc .slick-slide {
    opacity: 1;
}

.banner_bottom_secc .slick-slide>img {
    width: 170px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}

.banner_bottom_secc .slick-slide>img:hover {
    filter: none;
}

.all-sec {
    padding: 80px 0px;
}

.all-sec {
    padding: 80px 0px;
}

.about_secc .row {
    align-items: center;
}

.about_secc .about_form {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    width: 95%;
}

.about_secc .about_form>.form_top_wrp {
    background: #f1f1f1;
    padding: 30px 50px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.about_secc .about_form>.form_top_wrp>h3 {
    font-size: 31px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.about_secc .about_form>.form_top_wrp>p {
    margin: 0;
}

.about_secc .about_form>form {
    padding: 10px 40px 40px;
}

.about_secc .about_form>form>input,
textarea {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.about_secc .about_form>form>input::placeholder {
    color: #000;
    font-size: 14px;
}

.about_secc .about_form>form>textarea::placeholder {
    color: #000;
    font-size: 14px;
}

.about_secc .about_form>form>textarea:focus {
    border-color: var(--theme);
}

.about_secc .about_form>form>input:focus {
    border-color: var(--theme);
}

.about_secc .about_form>form>textarea {
    border-radius: 10px;
    resize: none;
    height: 100px;
}

.about_secc .about_form>form>button {
    width: 100%;
    height: 55px;
    border: 0;
    border-radius: 30px;
    background: var(--theme);
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
}

.about_secc .about_form>form>button:hover {
    box-shadow: inset 0 0 16px 0px #0000003d;
}

.about_secc .about_txtt_wrp>ul {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 30px;
}

.about_secc .about_txtt_wrp>ul>li>span {
    font-size: 18px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    display: block;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about_secc .about_txtt_wrp>ul>li>p {
    margin: 0;
}

.about_secc .about_txtt_wrp>ul>li>i {
    background: #ffebcc;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme);
    border-radius: 5px;
}

.cta_secc {
    position: relative;
    padding: 70px 0px;
    z-index: 1;
    text-align: center;
}

.cta_secc>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.cta_secc h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.cta_secc p {
    color: #ababab;
    width: 85%;
    margin: 0 auto;
}

.cta_secc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px 0px 0;
}

.cta_secc .btn2>div>p {
    font-size: 14px;
}

/* project css start */

/*  Quote Sec css Starts */

section.quote-sec {
    background-image: url('../images/quote-sec-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.quote-sec h2 {
    width: 90%;
}



/*  Quote Sec css Ends */

/*  Portfolio Sec css Starts */

section.portfolio-sec {
    position: relative;
}

section.portfolio-sec::before {
    content: '';
    position: absolute;
    bottom: 5%;
    width: 100%;
    height: 20px;
    box-shadow: 0px 20px 20px 20px #0000001a;
}

/*  Portfolio Sec css Ends */


/*  Choose css Starts */

.choose-bottom-txt {
    padding: 0 0 0 50px;
}

.choose-txt h2 {
    font-size: 50px;
    font-weight: 600;
}

.choose-txt-main {
    padding: 90px 70px;
    background-color: #fff;
    box-shadow: 0 0 20px 0px #00000021;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.choose-card-main {
    background: #f1f1f1;
    padding: 100px 40px;
    border-radius: 30px;
}

.choose-card {
    margin: 30px 0 0 0;
}

.choose-card-content {
    display: flex;
    align-items: center;
    justify-content: start;
}

.choose-card-right-img img {
    width: 900px;
    height: 355px;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    object-fit: cover;
    object-position: right;
    margin: 10px 0 0 0;
}

.choose-card-img img {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100px;
    width: 100px;
    background: #ff9900;
    border-radius: 20px;
    padding: 20px;
    object-fit: contain;
}

.choose-card-txt h3 {
    font-size: 21px;
    line-height: 35px;
    margin: 10px 0;
    font-weight: 500;
}

.choose-card-txt p {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0 0 0;
    width: 80%;
}

/*  Choose css Ends */


/*  Choose Bottom css Starts */

section.choose-bottom-sec {
    padding: 80px 0 180px 0;
    background-color: #f1f1f1;
}

.choose-bottom-iml {
    position: relative;
}

.choose-bottom-img img.choose-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
}

.choose-bottom-img img.choose-bottom1 {
    height: 505px;
    width: 450px;
    clip-path: polygon(80% 0, 100% 19%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.choose-bottom-img img.choose-bottom2 {
    height: 250px;
    width: 247px;
    clip-path: polygon(50% 0%, 100% 0, 100% 79%, 80% 100%, 0 100%, 0% 60%, 0 0);
}

.choose-bottom-listener-img-main {
    display: flex;
    align-items: center;
    justify-content: start;
}

.choose-bottom-listener-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 20px 0 #00000029;
}

.choose-bottom-listener-img p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    object-fit: cover;
    border: 2px solid #fff;
    background-color: #fff;
    margin: 0 0 0 -45px;
    box-shadow: 0 0 20px 0 #00000029;
    font-size: 40px;
    color: #ff9900;
    font-weight: 600;
    font-family: 'Poppins';
}

.choose-bottom-listener-img img.choose-bottom-listener-mid {
    margin: 0 0 0 -25px;
    width: 85px;
}

.choose-bottom-listener {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    background-color: #ff9900;
    padding: 20px;
    border-radius: 20px;
    position: absolute;
    bottom: -50px;
    left: -90px;
}

.choose-bottom-listener-txt h5 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    font-family: 'Poppins';
}

.choose-bottom-listener-txt .counter-txt .counter {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Poppins';
}

.choose-bottom-extra {
    position: absolute;
    bottom: -110px;
    right: 0;
}

.choose-bottom-music {
    position: absolute;
    top: 45%;
    right: 0;
}

.choose-bottom-txt h3 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 28px;
    margin-bottom: 20px;
}

.choose-bottom-txt p {
    margin: 0px 0 40px;
}

/*  Choose Bottom css Ends */

/* Testi Bottom css Starts */

section.testi-bottom-sec {
    background-color: #f1f1f1;
}


.testi-bottom-input input {
    width: 100%;
    padding: 0 30px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #00000075;
    outline: none;
    background: transparent;
}

.testi-bottom-btn button {
    width: 100%;
    height: 60px;
    border: 0;
    border-radius: 30px;
    background: var(--theme);
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s ease-in-out;
}

/* Testi Bottom css Ends */



/*FOOTER STRT*/

footer {
    background-color: #1b1b1b;
    padding: 80px 0 40px 0;
}

.footer_col h3 {
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.footer_col h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_col p {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    margin: 35px 0;
}


.contact_list p {
    margin: 0;
}

.contact_list p span {
    color: #b3b3b3;
}

.quick_links a {
    font-size: 14px;
    line-height: 35px;
    color: #b3b3b3;
    text-transform: capitalize;
    font-family: 'Poppins';
    transition: ease-in;
    transition-duration: 0.2s;
}

.quick_links a:hover {
    color: #ff9900;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_call a {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    /* font-family: 'Poppins'; */
    color: #ff9900;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_call a:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_call a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0%;
    margin: 0 auto;
    border-bottom: 1px solid #ff9900;
    transition: ease-out;
    transition-duration: 0.2s;
}

.footer_call a:hover::before {
    width: 100%;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.2s;
}



.footer_social li:hover {
    background: linear-gradient(#fdd459, #c79128, #9d5e02);
}

.footer_social li {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    border-radius: 100px;
    position: relative;
    border: 2px solid #fff;
    transition: 0.3s ease-in-out;
}

.footer_social li a {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}

.footer_form form {
    position: relative;
}

.footer_form form input {
    width: 100%;
    height: 45px;
    padding: 10px 82px 10px 25px;
    border: 1px solid #0000;
    border-radius: 100px;
    background-color: #262a2f;
    color: #fff;
}

.footer_form form button {
    position: absolute;
    right: 0;
    height: 45px;
    border-radius: 100px;
    padding: 0px 20px;
    border: 0;
    color: #fff;
    background: #ff9900;
    transition: ease-in;
    transition-duration: 0.2s;
}

.footer_form form button:hover {
    background: #fff;
    color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}


.copyRight_sec p {
    margin: 0;
    color: #6a6a6a;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Poppins';
}

.copyRight_sec ul {
    margin: 0;
}

.copyRight_sec {
    background-color: #1b1b1b;
    border-top: 1px solid #f2f2f25e;
    padding: 20px 0;
}

.copyRight_sec a {
    margin: 0;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    padding: 0px 20px;
    border-right: 1px solid #b3b3b3;
}

.footer_call {
    margin: 55px 0 0 0;
}

.socialmedia-icons ul li a {
    transition: ease-in;
    transition-duration: 0.2s;
    color: #b3b3b3;
}

.socialmedia-icons ul li a:hover {
    color: #ff9900;
    transition: ease-out;
    transition-duration: 0.2s;
}

.socialmedia-icons ul {
    /* display: flex; */
    gap: 10px;
}

.socialmedia-icons h3 {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin: 25px 0 20px;
    position: relative;
    font-family: 'Poppins';
    text-transform: capitalize;
    margin-bottom: 40px;
}

.socialmedia-icons {
    margin-top: 20px;
}

.contact_list p a {
    color: #fff;
}

.socialmedia-icons h3:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 3px;
    background-color: #fff;
    content: '';
}

.footer_form form input::placeholder {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
}

/*FOOTER END*/

.services_secc .theme_heading>p {
    width: 70%;
    margin: 0 auto;
}

.services_secc .theme_heading {
    margin-bottom: 50px;
}

.services_secc .serv_small_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0px 29px 79px 0px rgba(166, 166, 166, 0.18);
    height: 100%;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
}

.services_secc .serv_small_box>img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    transition: 0.3s ease-in-out;
}

.services_secc .serv_small_box>span {
    font-size: 16px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    line-height: 1.3;
}

.services_secc>.container-fluid {
    padding: 0;
}

.services_secc .serv_big_box {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 20px;
}

.services_secc .serv_big_box>.row {
    align-items: center;
}

.services_secc .serv_big_box img {
    width: 93%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.services_secc .serv_big_box h3 {
    font-size: 33px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 900;
}

.services_secc .serv_big_box ul {
    column-count: 2;
    margin: 20px 0px 10px;
}

.services_secc .serv_big_box ul>li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
}

.services_secc .serv_big_box ul>li>i {
    color: #fff;
    background: var(--theme);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.services_secc .serv_big_box p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.6;
}

.services_secc .slick-slide {
    opacity: 1;
    margin: 0 20px;
}

.serv_sliderone .slick-track {
    display: flex;
    align-items: stretch;
}

.serv_sliderone .slick-track .slick-slide {
    height: auto;
}

.serv_sliderone .slick-list {
    padding-top: 50px !important;
    padding-bottom: 100px !IMPORTANT;
}

.services_secc .slick-current .serv_small_box {
    background: var(--theme);
}

.services_secc .slick-current .serv_small_box>img {
    filter: brightness(0) invert(1);
}

.services_secc .slick-current .serv_small_box>span {
    color: #fff;
}


.testimonials_sec .theme_heading>p {
    width: 70%;
    margin: 0 auto;
}

.testimonials_sec .testi_img_slider {
    width: 55%;
    margin: 0 auto;
}

.testimonials_sec .testi_text_slider {
    width: 60%;
    margin: 0 auto;
    margin-top: -50px;
}

.testimonials_sec .testi_img_slider .slick-slide {
    opacity: 1;
}

.testimonials_sec .testi_img_slider .slick-slide>img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    object-position: top;
}

.testimonials_sec .testi_img_slider .slick-slide {
    transition: 0.3s ease-in-out;
    transform: scale(0.8);
}

.testimonials_sec .testi_img_slider .slick-current {
    transition: 0.3s ease-in-out;
    transform: scale(1.2);
}

.testimonials_sec .testi_img_slider .slick-current>img {
    border: 5px solid var(--theme);
    box-shadow: 0px 16px 49px 0px rgba(166, 166, 166, 0.66);
}

.testimonials_sec .testi_img_slider .slick-list {
    padding-top: 50px !important;
    padding-bottom: 90px !important;
}

.testimonials_sec .testi_textbox {
    text-align: center;
}

.testimonials_sec .testi_textbox>h4 {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.testimonials_sec .testi_textbox>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.testimonials_sec .testi_textbox>ul>li>i {
    color: #fd8f00;
    font-size: 20px;
}

.testimonials_sec .testi_textbox>p {
    color: #000;
    font-size: 16px;
}

.testi_text_slider .slick-slide {
    margin: 0;
}

.testimonials_sec .testi_textbox>span {
    font-size: 13px;
    color: #666666;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.testimonials_sec .slick-prev:before {
    display: none;
}

.testimonials_sec .slick-next:before {
    display: none;
}

.testimonials_sec .slick-arrow>i {
    background: var(--theme);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.testimonials_sec .slick-arrow {
    width: 50px;
    height: 50px;
}

.testimonials_sec .slick-prev {
    left: -110px;
    top: 42%;
}

.testimonials_sec .slick-next {
    right: -110px;
    top: 42%;
}

.socialmedia-icons>ul.ftr_social_link {
    display: flex;
    align-items: center;
    gap: 15px;
}

.socialmedia-icons>ul.ftr_social_link>li>a>i {
    border: 1px solid #ffffff;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.socialmedia-icons>ul.ftr_social_link>li>a>i:hover {
    background: var(--theme);
}

.footer_call a::before {
    display: none;
}

.testi-bottom-input input:focus {
    border-color: var(--theme);
}

.portfolio-sec .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

/* inner pages */

.inner_pages .banner {
    height: 80vh;
}

.inner_pages .banner>img {
    object-position: bottom;
}

.inner_pages .banner .banner_right_wrp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.inner_pages .banner .banner_right_wrp>.banr_counter {
    margin: 0;
}

.inner_pages .banner .banner_textt {
    text-align: center;
}

.inner_pages .banner .banner_textt>p {
    margin: 0 auto;
    width: 70%;
    margin-bottom: 20px;
}

.inner_pages .banner .banner_textt>ul {
    justify-content: center;
    margin-bottom: 30px;
}

.about_secc.about_secc_pg .about_txtt_wrp>h2 {
    font-size: 50px;
}

.about_secc.about_secc_pg .about_imgg_pg_box {
    position: relative;
}

.about_secc.about_secc_pg .about_imgg_pg_box > span {
    position: relative;
    width: 80%;
    display: block;
    margin-left: auto;
}

.about_secc.about_secc_pg .about_imgg_pg_box > span > img {
    border-radius: 50%;
    width: 100%;
    height: 510px;
    object-fit: cover;
}

.about_secc.about_secc_pg .about_imgg_pg_box > span:after {
    position: absolute;
    content: "";
    border: 1px solid var(--theme);
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    transform: scale(1.15);
}

.about_secc.about_secc_pg .about_imgg_pg_box:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 340px;
    height: 640px;
    left: 0;
    top: -70px;
    z-index: -1;
    border-radius: 20px;
}

.our_mission_vission_secc .mission_img_wrp {
    position: relative;
}

.our_mission_vission_secc .mission_img_wrp > img {
    width: 90%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin-left: auto;
}

.our_mission_vission_secc .row {
    align-items: center;
}

.our_mission_vission_secc .mission_img_wrp:after {
    position: absolute;
    content: "";
    background: var(--theme);
    width: 80%;
    height: 115%;
    left: 20px;
    top: -7.5%;
    z-index: -1;
    border-radius: 20px;
}

.our_mission_vission_secc .row:nth-child(2) .mission_img_wrp > img {
    margin-right: auto;
}

.our_mission_vission_secc .row:nth-child(2) .mission_img_wrp:after {
    left: unset;
    right: -10px;
}

.blogs_sec .theme-heading > p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.blog_box {
    position: relative;
    height: 330px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.blog_box> .blog_img_wrp {
    width: 70%;
    display: block;
    position: absolute;
}

.blog_box> .blog_img_wrp > img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.blog_box> .blog_img_wrp > span {
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1;
    z-index: 1;
}

.blog_box> .blog_img_wrp > span > p {
    margin: 2px 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
}

.blog_box> .blog_img_wrp > span:after {
    position: absolute;
    content: "";
    background-image: url(../images/blog/shap.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -10px;
    background-position: bottom;
}

.blog_box > .blog_textt_wrp {
    z-index: 1;
    position: relative;
    background: #fff;
    width: 70%;
    margin-left: auto;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 25.28px 6.72px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > h3 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > p {
    font-size: 15px;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > ul {
    display: flex;
    margin: 0;
    justify-content: space-between;
    margin-top: 20px;
}

.blog_box > .blog_textt_wrp > ul > li > a > i {
    border: 1px solid #b2b2b2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    font-size: 14px;
    color: var(--theme);
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > ul > li >a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
    font-size: 14px;
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > ul > li > ul > li > a > i {
    border: 1px solid #b2b2b2;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 50%;
    font-size: 14px;
    color: var(--theme);
    transition: 0.3s ease-in-out;
}

.blog_box > .blog_textt_wrp > ul > li > ul {
    display: flex;
    gap: 10px;
}

.blog_box:hover > .blog_textt_wrp {
    background: var(--theme);
}

.blog_box:hover > .blog_textt_wrp > h3 {
    color: #fff;
}

.blog_box:hover > .blog_textt_wrp > p {
    color: #fff;
}

.blog_box:hover > .blog_textt_wrp > ul > li > a > i {
    color: #000;
    background: #fff;
    border-color: #000;
}

.blog_box:hover > .blog_textt_wrp > ul > li >a {
    color: #000;
}

.blog_box:hover > .blog_textt_wrp > ul > li > ul > li > a > i {
    color: #000;
    border-color: #000;
    background: #fff;
}

.blog_box:hover> .blog_img_wrp > img {
    filter: brightness(0.5);
}

.contact_form_secc_ {
    padding: 100px 0px;
}

.contact_form_secc_ .contact_form_wrpr {
    position: relative;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 27px 49px 0px rgba(26, 26, 26, 0.17);
    width: 80%;
}

.contact_form_secc_ .contact_form_wrpr > h2 {
    font-size: 73px;
    font-weight: 700;
}

.contact_form_secc_ .contact_form_wrpr > p {
    width: 60%;
    margin-bottom: 30px;
}

.contact_form_secc_ .contact_form_wrpr > form {
    width: 68%;
}

.contact_form_secc_ .contact_form_wrpr > form > input {
    width: 100%;
    height: 55px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.contact_form_secc_ .contact_form_wrpr > form > textarea {
    width: 100%;
    height: 110px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    resize: none;
}

.contact_form_secc_ .contact_form_wrpr > form > textarea:focus {
    border-color: var(--theme);
}

.contact_form_secc_ .contact_form_wrpr > form > input:focus {
    border-color: var(--theme);
}

.contact_form_secc_ .contact_form_wrpr > form > input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
}

.contact_form_secc_ .contact_form_wrpr > form > textarea::placeholder {
    text-transform: uppercase;
    font-size: 14px;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box {
    position: absolute;
    top: 60px;
    right: -20%;
    width: 50%;
    background: var(--theme);
    padding: 100px 30px;
    border-radius: 20px;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > h2 {
    font-size: 61px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > .detail_box_sml {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > .detail_box_sml:last-child {
    margin: 0;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > .detail_box_sml> img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > .detail_box_sml> a > p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    width: 70%;
}

.contact_form_secc_ .contact_form_wrpr > .contact_form_detail_box > .detail_box_sml a p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.our_portfolio_secc {
    position: relative;
}

.our_portfolio_secc .theme_heading >h2 {
    font-size: 45px;
}

.our_portfolio_secc .theme_heading >p {
    width: 70%;
    margin: 0 auto;
}

.our_portfolio_secc .theme_heading {
    margin-bottom: 40px;
}

.our_portfolio_secc .slick-slide {
    opacity: 1;
    margin: 0 10px;
}

.our_portfolio_secc ul {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.our_portfolio_secc ul > li >  .btn2>i {
    color: #000;
}

.our_portfolio_secc ul > li > .btn2 span {
    color: var(--theme);
}

.our_portfolio_secc ul > li > .btn2 p {
    color: #000;
    font-weight: 600;
}

.our_portfolio_secc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    box-shadow: 0px 20px 20px 20px #0000001a;
    bottom: 21%;
}

.about_secc .abt_secc_portpg > h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.about_secc .abt_secc_portpg > h2 >span {
    color: var(--theme);
}

.about_secc .abt_secc_portpg >ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.about_secc .abt_secc_portpg >ul > li > .btn2 p {
    color: #000;
    font-weight: 500;
}

.about_secc .abt_secc_portpg >ul > li > .btn2 span {
    color: var(--theme);
}

.about_secc .abt_secc_portpg >ul > li > .btn2 i {
    color: #000;
}

.pricing_secc .theme_heading {
    margin-bottom: 40px;
}

.pricing_secc .theme_heading > p {
    width: 40%;
    margin: 0 auto;
}

.pricing_secc .pricing_box_wrp {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 40px;
    background: #f6f6f6;
    transition: 0.3s ease-in-out;
    margin-bottom: 20px;
}

.pricing_secc .pricing_box_wrp > span {
    color: #000;
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.pricing_secc .pricing_box_wrp > p {
    color: #556a6a;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
    height: 100px;
}

.pricing_secc .pricing_box_wrp > ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.pricing_secc .pricing_box_wrp > ul > li > .btn2 p {
    color: #000;
    font-weight: 600;
}

.pricing_secc .pricing_box_wrp > ul > li > .btn2 span {
    color: var(--theme);
}

.pricing_secc .pricing_box_wrp > ul > li > .btn2 i {
    color: #000;
}

.pricing_secc .pricing_box_wrp:hover {box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;}

.strip_new_sec {position: relative;height: 280px;display: flex;align-items: center;}

.strip_new_sec>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strip_new_sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.strip_new_sec ul > li {
    width: 25%;
    position: relative;
    padding: 0 50px;
}

.strip_new_sec ul > li:first-child {
    padding-left: 0;
}

.strip_new_sec ul > li:last-child {
    padding-right: 0;
}

.strip_new_sec ul > li > h3 {
    font-size: 60px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

.strip_new_sec ul > li > p {
    margin: 0;
    color: #fedcab;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 600;
}

.strip_new_sec ul > li:after {
    position: absolute;
    content: "";
    background: #fedcab;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.strip_new_sec ul > li:last-child:after {display: none;}

.our_portfolio_secc.srv_pg:after {
    bottom: 50px;
}

.comprehensive_book_secc .theme_heading {
    margin-bottom: 40px;
}

.comprehensive_book_secc .theme_heading > h2 {
    font-size: 45px;
    font-weight: 900;
}

.comprehensive_book_secc .theme_heading > p {
    width: 70%;
    margin: 0 auto;
}

.comprehensive_book_secc .comprehensive_wrpr > .row > * {
    padding: 0;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_img_box {
    background: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.comprehensive_book_secc .comprehensive_wrpr > .row {
    align-items: center;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_img_box > img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_text_box {
    text-align: center;
    padding: 0 20px;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_text_box > h3 {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_text_box > p {
    margin: 0;
}

.comprehensive_book_secc .comprehensive_wrpr > .row > *:first-child >.comprehensive_img_box {
    border-bottom-right-radius: 0;
}

.comprehensive_book_secc .comprehensive_wrpr > .row > *:nth-child(3) >.comprehensive_img_box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.comprehensive_book_secc .comprehensive_wrpr > .row > *:nth-child(6) >.comprehensive_img_box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.comprehensive_book_secc .comprehensive_wrpr > .row > *:last-child >.comprehensive_img_box {
    border-top-left-radius: 0;
}

.comprehensive_book_secc .comprehensive_wrpr .comprehensive_img_box:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.cta_secc h2 > span {
    color: var(--theme);
}

.unveil_seamless_sec .theme_heading > h2 > span {
    display: block;
    color: var(--theme);
}

.unveil_seamless_sec .theme_heading > p {
    width: 70%;
    margin: 0 auto;
}

.unveil_seamless_sec .theme_heading {
    margin-bottom: 40px;
}

.unveil_seamless_sec .row.unveil_seamless_boxone > * {
    padding: 0;
}

.unveil_seamless_sec .row {
    align-items: center;
}

.unveil_seamless_sec .row > * > h3 {
    color: var(--theme);
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.unveil_seamless_sec .row > * > p {
    width: 92%;
    color: #000;
    margin: 0;
}

.unveil_seamless_sec .unveil_seamless_imgs {
    position: relative;
}

.unveil_seamless_sec .unveil_seamless_imgs > img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
    border: 5px solid #fff;
}

.unveil_seamless_sec .unveil_seamless_imgs > span {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%);
    background: var(--theme);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #fff;
    font-size: 44px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 900;
}

.unveil_seamless_sec .unveil_seamless_boxtwo .unveil_seamless_imgs > span {
    left: 100%;
}

.unveil_seamless_sec .unveil_seamless_boxtwo > * > h3 {
    padding-left: 40px;
}

.unveil_seamless_sec .unveil_seamless_boxtwo > * > p {
    padding-left: 40px;
}

.choose_expert_secc .theme_heading {
    margin-bottom: 50px;
}

.choose_expert_secc .theme_heading > h2 > span {
    color: var(--theme);
}

.choose_expert_secc .theme_heading > p {
    margin: 0 auto;
    width: 70%;
}

.choose_expert_secc .choose_expert_boxx {
    display: flex;
    gap: 30px;
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_leftt {
    width: 25%;
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_right {
    width: 25%;
    text-align: right;
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_center_img {
    width: 70%;
}

.choose_expert_secc .choose_expert_boxx  .choose_expert_boxx_inner > h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.choose_expert_secc .choose_expert_boxx .choose_expert_boxx_inner {
    margin-top: 75px;
}

.choose_expert_secc .choose_expert_boxx .choose_expert_boxx_inner > p {
    margin: 0;
    font-size: 13px;
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_center_img > img {
    width: 100%;
    transform: scale(1.05);
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_leftt > .choose_expert_boxx_inner {
    margin-top: 60px;
}

.choose_expert_secc .choose_expert_boxx > .choose_expert_boxx_leftt > .choose_expert_boxx_inner:last-child {margin-top: 110px;}


.choose_expert_secc ul.secbtns_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.choose_expert_secc ul.secbtns_wrp > li > .btn2 i {
    color: #000;
}

.choose_expert_secc ul.secbtns_wrp > li > .btn2 p {
    color: #000;
    font-weight: 600;
}

.choose_expert_secc ul.secbtns_wrp > li > .btn2 span {
    color: var(--theme);
}

header ul#menu>li>a.active {
    color: #fff;
}

header ul#menu>li>a.active:after {
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/* blog detail */

.blog_detail_secc .blog_detail_left_box_wrpr > img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 30px;
}

.blog_detail_secc {
    position: relative;
}

.blog_detail_secc .blog_detail_left_box_wrpr > ul {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    width: fit-content;
    margin-bottom: 30px;
}

.blog_detail_secc .blog_detail_left_box_wrpr > ul > li {
    font-size: 25px;
    line-height: 1.1;
    font-family: 'Poppins';
    font-weight: 600;
    color: var(--theme);
}

.blog_detail_secc .blog_detail_left_box_wrpr > ul:after {
    position: absolute;
    content: "";
    background: #000;
    width: 2px;
    height: 100%;
    left: 64%;
}

.blog_detail_secc .blog_detail_left_box_wrpr > h2 {
    font-size: 40px;
}

.blog_detail_secc .blog_detail_left_box_wrpr > p {
    font-size: 17px;
}

.blog_detail_secc .blog_detail_right_box_wrpr {
    background: var(--theme);
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 20px;
}

.blog_detail_secc .blog_detail_right_box_wrpr>span {
    background: #975a00;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog_detail_secc .blog_detail_right_box_wrpr>h3 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog_detail_secc .blog_detail_right_box_wrpr>p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins';
}

.blog_detail_secc .blog_detail_right_box_wrpr>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.blog_detail_secc .blog_detail_right_box_wrpr>ul > li {
}

.blog_detail_secc .blog_detail_right_box_wrpr>ul > li > .btn2 span {#fff:unset;color: #fff;}

.blog_detail_secc .blog_detail_right_box_wrpr>ul > li > .btn2 i {
    color: #000;
}

.copyRight_sec ul {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: end;
}

.copyRight_sec ul > li:last-child > a {
    border: 0;
}
.whatsapp {width: 50px;height: 51px;color: #fff;display: block;text-align: center;border-radius: 100%;font-size: 34px;position: fixed;bottom: 10px;left: 20px;z-index: 9999;box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);padding: 1px 0;animation: scrollDownAnimation .5s ease infinite alternate;-webkit-animation: scrollDownAnimation .5s ease infinite alternate;background: #00a155;background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea018e', endColorstr='#9b2c92',GradientType=1 );line-height: 50px;}
.whatsapp:hover {color: #ffffff; }
@keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}
@-webkit-keyframes scrollDownAnimation{from{transform:translateY(0);}
to{transform:translateY(-10px);}
}

header ul#menu>li{position:relative;}
header ul#menu>li ul{display:none;}
header ul#menu>li:hover ul{
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 28px;
    border: 1px solid #000;
    }
header ul#menu>li ul li a{
    border: none;
    color: #fff !important;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins';
    padding: 12px 20px;!;!importan;
    display: block;
} 
    
header ul#menu>li ul li {
}    
header ul#menu>li ul li:hover{background-color: #ffffff;} 
header ul#menu>li ul li:hover a{color: #000000 !important;} 
header ul#menu>li>a i{}    




/*popup form css start*/


/*popup css*/


/*Bouce close window*/
#ouibounce-modal h4:before {background: #ff851d;content: "";height: 100%;width: 6px;position: absolute;left: 0;top: 0;border-radius: 16px;} section.expertise-col a:hover { background: #de122e; border-color: #de122e; color: #fff; } #ouibounce-modal .modal-body a { padding-right: 62px; margin-bottom: 23px; font-size: 14px; margin-top: 10px; } .modal-footer a {cursor: pointer;border: #0c8a41 3px solid;background: #fff;border-radius: 72px;text-align: center;box-shadow: #000 0 0 10px;display: block;padding: 15px;} #ouibounce-modal .modal:before {content: "";background: url(../images/opt-shark.png) no-repeat left top;width: 187px;height: 273px;position: absolute;left: -27px;top: 18px;visibility: hidden;} #ouibounce-modal {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 12;} #ouibounce-modal .modal:after {background: url('../images/sprite.png') no-repeat 0 0;width: 22px;height: 60px;content:"";position:absolute;z-index: 1;visibility: hidden;right: 0;} #ouibounce-modal .underlay { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer; -webkit-animation: fadein .5s; animation: fadein .5s } #ouibounce-modal .modal {width: 410px;height: 425px;background-color: #ffffff;z-index: 1;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;border-radius: 24px;display: block;-webkit-animation: popin .3s;animation: popin .3s;padding: 14px 24px 24px 20px;overflow: visible;} #ouibounce-modal .modal-body p {font-size: 15px;margin-bottom: 7px;margin-top: 0;} #ouibounce-modal h4 {color: #000;font-size: 25px;text-transform: none;font-weight: 800;position: relative;padding-left: 19px;margin-top: 13px;margin-bottom: 8px;} #ouibounce-modal .modal-body {font-size: 13px;padding: 7px 0 10px;} #ouibounce-modal h2+p { color: #344a5f } #ouibounce-modal form { } #ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {padding: 12px 12px 12px 32px;font-size: 12px;width: 100%;border-radius: 4px;border: 1px solid #ccc;-webkit-font-smoothing: antialiased;background: #f4f4f4;margin: 0;color: #000;} #ouibounce-modal form input[type=submit] {text-transform: uppercase;padding: 12px;font-size: 22px;border-radius: 4px;margin-right: 8px;color: #fff;background-color: #ff851d;border: none;cursor: pointer;-webkit-font-smoothing: antialiased;font-weight: 800;text-shadow: #000 0px 1px 1px;width: 49%;} @-webkit-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-ms-keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @-webkit-keyframes popin { 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } } @-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -ms-transform: scale(1); transform: scale(1); opacity: 1 } } @keyframes popin { 0% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); opacity: 0 } 85% { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1 } 100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1 } } #ouibounce-modal { display: none; } #ouibounce-modal .modal-footer {
}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
 
.popupform ul li input, .popupform ul li input, .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 10px;
}

 
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: var(--theme);
    color: #fff;
    font-size: 18px;
    border: var(--theme) 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: var(--theme) 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: var(--theme) 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: var(--theme) 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: var(--theme) 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}

label.error {
    display: none!important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

  #ouibounce-modal .modal-footer {position: absolute;top: -10px;right: -8px;border: 0px none;} div#btmsticky b { color: #fcb314; font-size: 24px; } div#btmsticky span { display: block; color: #fcb314; font-size: 29px; } div#btmsticky .content a {display: inline-block;/* width: 250px; */position: relative;top: 15px;text-transform: uppercase;text-align: center;font-weight: 600!important;border: 0px none;cursor: pointer;color: #000;padding: 18px 6px;font-size: 15px;margin: 0 0 0 19px;border-radius: 2px;-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-o-transition: all .1s linear;-ms-transition: all .1s linear;transition: all .1s linear;background: #fcb314;} div#btmsticky h2 { font-size: 24px; text-transform: uppercase; display: inline-block; font-weight: 600; width: 61%; color: #f5f5f5; margin: 13px 0 0 0; } .btm-sticky { position: fixed; bottom: -1px; display: none; left: 0; width: 100%; background: #2b2b2b; padding: 16px 0; border-top: #000 2px solid; z-index: 4; } .hide { opacity: 0; left: -100%; } .show { opacity: 1; left: 0; }





.testimonials_sec .slick-slide {opacity: 1; }