/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --fw-200: 200;
    --fw-300: 300;
    --fw-400: 400;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: 700;
    --fw-800: 800;
    --fw-900: 900;
    --font-oswald: "Oswald", sans-serif !important;
    --font-urbanist: "Urbanist", sans-serif !important;
    --color-white: #ffffff !important;
    --color-white100: #f8f8f8 !important;
    --color-black: #2f2b2b !important;
    --color-blue: #D85D27 !important;
    --color-grey: #8c8c8c !important;
    --color-black100: #312D2D !important;
    --color-secondary: #FAEEE0 !important;
    --base-color: #312D2D !important;
    --white: var(--color-white);
    --color-light-grey: #F0F0F0 !important;
    --bs-body-color: #8C8C8C !important;
    --bs-heading-color: #2F2B2B !important;
    --bs-content-color: #312D2D !important;
    --bs-accordion-btn-color: var(--bs-heading-color) !important;
    --gradient-primary: radial-gradient(circle, #0A2658, #04183E);
}



.custom-secondary-radial {
    /* background: var(--gradient-primary) !important; */
    background: var(--color-secondary) !important;
}

.custom-secondary-radial * {
    color: var(--bs-content-color) !important;
}

* {
    list-style: none;
    box-sizing: border-box;
}

ul {
    padding: 0px;
}

a {
    text-decoration: none;
    /* font-family: "Urbanist", sans-serif; */
}

/* Fonts Classes */
body {
    font-size: clamp(14px, 1.667vw, 24px) !important;
    line-height: 1.4 !important;
    margin: 0px !important;
    overflow: initial !important;
    padding-top: 0px !important;
}

h1, .h1 {
    font-size: clamp(34px, 7.7vw, 160px) !important;
    line-height: 1.08 !important;
}

h2, .h2 {
    font-size: clamp(26px, 7.639vw, 110px) !important;
    line-height: 1.08 !important;
}

h3, .h3 {
    font-size: clamp(30px, 4.167vw, 60px) !important;
    line-height: 1.5 !important;
}

h4, .h4 {
    font-size: clamp(18px, 2.778vw, 40px) !important;
    line-height: 1.5 !important;
}

h5, .h5, button.accordion-button {
    font-size: clamp(18px, 2.083vw, 30px) !important;
    line-height: 1.5 !important;
}

h6 {
    font-size: clamp(16px, 2.083vw, 24px) !important;
    line-height: 1.3 !important;
}

p, .p2 {
    font-size: clamp(16px, 1.667vw, 24px) !important;
    line-height: 1.5 !important;
}

.p1 {
    font-size: clamp(14px, 1.389vw, 20px) !important;
    line-height: 1.5 !important;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--color-blue) !important;
}
.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
	font-size: 14px;
	font-weight: 600;
}

#otpVerifyModal .modal-title{
    font-size: 20px !important;
    font-weight: 700 !important;
}

#otpVerifyModal  .form-label {
	align-items: center;
	color: #495057;
	display: flex;
	font-size: .9rem !important;
	font-weight: 500 !important;
	gap: .25rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom: 0px;
    font-family: "Lato", sans-serif !important;
    font-weight: 600;
}

.iti--separate-dial-code .iti__selected-dial-code, .iti__country-name, .iti__dial-code{
    font-family: "Lato", sans-serif !important;
    font-weight: 500;
    font-size:16px !important;
}

/* p {
    margin-bottom: 0px;
    font-family: "Urbanist", serif !important;
} */

/* Fonts */
/* .font-oswald {
    font-family: "Oswald", sans-serif !important;
}

.font-urbanist {
    font-family: "Urbanist", sans-serif !important;
} */

/* Font Weights */
.p1-regular {
    font-weight: var(--fw-400) !important;
}

.p2-bold {
    font-weight: var(--fw-700) !important;
}


.fw-extralight {
    font-weight: var(--fw-200) !important;
}

.fw-light {
    font-weight: var(--fw-300) !important;
}

.fw-regualr {
    font-weight: var(--fw-400) !important;
}

.fw-medium {
    font-weight: var(--fw-500) !important;
}

.fw-semibold {
    font-weight: var(--fw-600) !important;
}

.fw-bold {
    font-weight: var(--fw-700) !important;
}

.fw-extrabold {
    font-weight: var(--fw-800) !important;
}

.fw-black {
    font-weight: var(--fw-900) !important;
}

/* Nav Font */
.main-navigation li a, .circle-btn a {
    font-size: clamp(14px, 1.389vw, 20px) !important;
    line-height: 1.4 !important;
}

form, button, input, select, textarea, label {
    font-size: clamp(14px, 1.389vw, 20px) !important;
    line-height: 1.4 !important;
}

.leading-40 {
    line-height: 40px !important;
}

.book-a-consultant {
    font-size: clamp(18px, 2.083vw, 20px) !important;
    line-height: 1.38 !important;
    width: 130px;
    height: 130px;
    font-weight: 700;
}

.container {
    max-width: 1640px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    border-width: 1px !important;
}

.custom-container-spacing {
    padding: 80px 0px 80px 0px;
}

footer {
    overflow: hidden;
}

footer .custom-clr {
    color: var(--color-white) !important;
}

footer .more a {
    color: var(--color-blue);
}

footer .contact-us {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 100;
}

.HeadingText {
    position: absolute;
    top: 26px;
    left: -217px;
    z-index: -1;
}

footer .disclaimer {
    color: #8c8c8c;
    padding: 20px 0 40px;
    z-index: 100;
}

footer .back-to-top {
    bottom: 16%;
    right: 1%;
    z-index: 100;
    border-radius: 50%;
    background-color: #1a2f56;
    border: none;
    width: 36.03px;
    height: 36.03px;
    opacity: 2px;
}

.footer-list li a,
.footer-menus li a {
    font-size: clamp(16px, 1.25vw, 20px);
    /* line-height: 40px; */
    line-height: 1.8;
    color: var(--color-white);
    font-family: "Urbanist", sans-serif;
    font-weight: 300;
    transition: 0.5s ease;
}

.footer-list li a:hover {
    color: #007bff;
}

.footer-list-container {
    display: flex;
    justify-content: space-between;
}

.footer-list li.more a {
    color: #007bff;
}

.footer-list li.more a:hover {
    color: var(--color-white);
}

.project .sticky-head p:empty {
    display: none;
}

.ai-carousel .owl-item {
    opacity: 0;
    transition: 1s ease;
}

.ai-carousel .owl-item.active {
    opacity: 1;
}

.excellence .stats {
    font-size: 60px;
}

.contact-us .p2-bold {
    font-size: 20px;
}

/* header {
    padding-top: 37px;
    padding-bottom: 5px;
} */

header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-page-link-container a {
    color: #2F2B2B;
}

.container-fluid.nav-container .site-branding img {
    width: auto;
    aspect-ratio: unset;
    height: 102px;
}

@media screen and (max-width: 991px) {
    header {
        box-shadow: 0px 4px 35px #0000001a;
        background: var(--color-white);
        padding: 16px 0;
    }
}

@media only screen and (max-width: 1680px) {
    .container {
        max-width: 1380px;
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (max-width: 991px) {
    footer .contact-img {
        max-width: 30px;
    }

    header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        z-index: 9999;
        top: 60px;
        right: 0;
        width: 100%;
        border: 2px solid #f0f0f0;
        background: var(--color-white);
    }

    header .navbar-nav li {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #f0f0f0;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 767px) {
    footer .address .email, footer .address .phone, footer .address .location {
        gap: 20px;
    }

    footer .contact-us {
        padding: 0 0 20px 0;
    }

    footer .disclaimer {
        padding: 20px 0 20px;
    }

    .container-fluid.nav-container .site-branding img {
        height: 48px;
    }

    #landingNavbar {
        position: fixed;
        top: 0px;
        height: 100%;
        padding: 10px 20px;
        margin: 0px !important;
        margin-bottom: -27px !important;
    }

    #landingNavbar .navbar-nav li {
        justify-content: flex-start;
        align-items: center;
        margin: 0px;
        border-right: 0px;
    }
}

section {
    float: none !important;
}

footer {
    clear: both;
    width: 100%;
    background: #f8f8f8;
    padding: 0 0px;
    border-radius: 0;
    color: #7a7c81;
    font-size: 16px;
    margin: 20px 0 0;
    position: relative;
    box-shadow: none;
    z-index: 11;
}

footer h5, footer h2 {
    color: #222121;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
    position: relative;
    text-transform: capitalize;
    font-size: 20px !important;
}

.new_portfolio_landing h2 {
    color: var(--base-color);
    font-size: 32px !important;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3 !important;
    text-transform: none;
}

footer li {
    padding-left: 18px !important;
    line-height: 35px !important;
}

footer ul li {
    font-weight: 400;
    font-size: inherit;
    position: relative;
}

footer .links_new {
    position: relative;
}

footer .links_new ul li {
    border-left: 1px solid #ccc;
    position: relative;
}

footer li:before {
    content: '\f140';
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
}

footer .links_new ul li::before {
    content: '';
    font-size: 14px !important;
    position: absolute;
    left: 0;
    width: 12px;
    height: 1px;
    background: #ccc;
    top: 25px !important;
}

.bottom-footer * {
    font-size: 20px !important;
}

footer ul li a {
    line-height: 1.5;
    padding: 6px 0;
    display: inline-block;
    font-weight: 400;
    font-size: 20px !important;
    color: inherit !important;
}

footer ul li a:hover {
    color: #d85d27;
}

.bottom-footer .h3, .bottom-footer h3 {
    font-size: 25px !important;
}

.new_portfolio_landing {
    padding-top: 0px !important;
}

.consult-section .content {
    display: initial !important;
}

input[type="file"]::file-selector-button {
  background-color: transparent;
border: 0px !important;
    border-right: 1px solid #ccc !important;
color: #2f2b2b;
border-radius: 0px !important;
}

input[type="file"]::file-selector-button:hover {
  background-color: transparent;
}

.contact-main-container-section {
    margin: 0px !important;
}

@media only screen and (max-width: 1200px) {
    .new_portfolio_landing h2 {
        font-size: 20px !important;
    }
}

@media (min-width: 992px) {
    .links_new .accordion-title {
        pointer-events: none;
    }

    .accordin_content {
        display: block !important;
        height: auto !important;
    }

    ul.accordin_content {
        display: block !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-footer * , footer ul li a {
        font-size: 16px !important;
    }

    .footer-wrap {
        padding: 0px !important;
    }
}

.footer-data-section .mb-3 {
    margin-bottom: 1rem !important;
}

.footer-data-section .mb-4 {
    margin-bottom: 1.5rem !important;
}

.footer-data-section .h3, .footer-data-section h3 {
    margin-bottom: .5rem !important;
}

#chicmic-bot .chatbot_header .title-container h3 , #chicmic-bot .contact-form-header p , #chicmic-bot .form-label .label-text{
    font-size: 16px !important;
}

#chicmic-bot .contact-form-header h2 {
    font-size: 20px !important;
}

#thankyou-div .contact-form .start-project {
    display: flex;
    justify-content: center;
}

/* Book Btn */
/*.contact-form .start-project button.book-btn {
    max-width: 350px !important;
    border: 2px solid var(--color-blue) !important;
}
.contact-form .start-project button.book-btn:hover {
    border: 2px solid var(--color-blue) !important;
}

.contact-form .start-project button{
    border: 2px solid var(--color-blue) !important;
    max-width: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}*/

/* Modal */
#contact-form-modal-body .contact-form {
    width: 100% !important;
    max-width: unset;
    box-shadow: none !important;
    border: none;
    padding: 0px !important;
    margin: 0px !important;
}
.contact-form button.book-btn, 
#contact-form-modal-body .submit-application-btn {
    max-width: 320px !important;
}
.error-message{
    font-size: 15px !important;
}

section.contact-form .contact-form .error-message,
section.contact-form .contact-form .error{
    font-size: 18px !important;
}

.contact-form .contact-form .start-project .bookform-btn {
    max-width: 380px !important;
}

@media screen and (max-width:680.98px) {
    #chicmic-bot .contact-form .submit-button {
        margin: 20px 0 0 0;
    }
    #chicmic-bot .contact-form-container{
        max-width: 320px !important;
    }
    .success-tools-card .card-mobile-content {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }
}


/* .contact-form .start-project button {
    padding: 0px 20px !important;
    gap: 0px !important;
} */


.bottom-footer{
    background: #ffffff !important;
}


/* OTP Modal Styles */
/* .contact-form.banner-contact {
	margin-top: 150px !important;
}
.contact-form .start-project button{
    border: 2px solid var(--color-blue) !important;
}
.contact-form .start-project button.book-btn{
    max-width: 320px !important;
} 


.contact-form .start-project button.book-btn {
    max-width: 350px !important;
    border: 2px solid var(--color-blue) !important;
}
.contact-form .start-project button.book-btn:hover {
    border: 2px solid var(--color-blue) !important;
}

.contact-form .start-project button{
    border: 2px solid var(--color-blue) !important;
    max-width: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.contact-form .start-project button:hover .arrow_circle_white {
	border: 0px !important;
	height: auto !important;
	width: auto !important;
}

.contact-form .start-project button {
	gap: 20px !important;
} */

.benefits-section .cards-3-container .card-content-container .card-mobile-content .img-container {
	width: auto !important;
	height: 70px !important;
}

.benefits-section .img-container img{
    max-height: 70px !important;
}


#otpVerifyModal.modal.show {
	display: block !important;
}

.iti__selected-dial-code{
    font-size: clamp(14px, 1.389vw, 20px) !important;
    font-family: "Urbanist", sans-serif !important;
}

/* .submit_loader {
  z-index: 9999999 !important;
} 
body:has(.submit_loader)::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  pointer-events: none; 
}
.submit_loader:empty {
  display: none !important;
} */


/* .arrow_circle_white:hover{
    height:52px !important;
    width:52px !important;
}

.contact-form .start-project button:hover .arrow_circle_white {
	height: 52px !important;
	width: 52px !important;
	transition: border-color 0.3s ease;
} */

.contact-form .start-project button{
    background: #D85D27 !important;
    max-width: unset !important;
    width: auto !important;
    height: auto !important;
    border:1px solid #D85D27 !important;
    gap: 15px !important;
    color: #fff !important;
    height: 60px !important;
    padding: 2rem 3rem !important;
}

.contact-form .start-project button:hover{
    border:1px solid #D85D27 !important;
    background: #fff !important;
    color: #D85D27 !important;
}

.contact-form .start-project button i{
    color: #fff !important;
}

.contact-form .start-project button:hover i{
    color: #D85D27 !important;
}

.consult-section .contact-form .start-project button{
    background: #ffffff !important;
    border:1px solid #D85D27 !important;
    color: #000000 !important;
}
.consult-section .contact-form .start-project button i{ 
    color: #000000 !important;
}

.consult-section .contact-form .start-project button:hover{
    background: transparent !important;
    border:1px solid #ffffff !important;
    color: #ffffff !important;
}
.consult-section .contact-form .start-project button:hover i{ 
    color: #ffffff !important;
}



#header #menuMobile .navbar-brand { 
	margin: 0px;
}
#otpVerifyModal {
    z-index: 99999 !important;
}

.mt-150{
    margin-top: 110px;
}
@media screen and (max-width:1200.98px) {
    .mt-150{
        margin-top: 140px;
    }
}
@media screen and (max-width:991.98px) {
    .mt-150{
        margin-top: 130px;
    }
}
@media screen and (max-width:680.98px) {
    .mt-150{
        margin-top: 130px;
    }
}
@media screen and (max-width:375.98px) {
    .mt-150{
        margin-top: 110px;
    }
}

.title_h2_new .h2{
    font-size: 32px !important;
}

.success-title {
	font-size: 20px !important;
	font-weight: 700;
	color: #000;
	margin-bottom: 0px;
	animation: fadeInUp 0.6s ease-out 0.2s both;
}
.success-message {
	font-size: 14px !important;
	color: #757575;
	line-height: 1.5;
	animation: fadeInUp 0.6s ease-out 0.4s both;
	max-width: 180px;
	margin: 0 auto;
}

@media screen and (max-width:1024.98px) {
    #header{
        padding: 0px !important;
    }
    header .navbar-nav li {
        text-align: left  !important;
        justify-content: flex-start  !important;
        align-items: flex-start !important;
    }
    .contact-form .start-project button {
        font-size: 14px !important;
        white-space: nowrap;
    }
    
    #myTabContent .accordion-body > .row.gx-4 {
        margin: 0px;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #myTabContent .accordion-body > .row.gx-4 {
        margin: 0px;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    #myTabContent .accordion-body > .row.gx-4 .col-sm-4.col-md-3.col-6.mb-4 {
        min-width: 100% !important;
    }
    #header ul li a {
        font-weight: 400;
        padding: 5px 10px !important;
    }
}

@media screen and (max-width:991.98px) {
    .navbar-brand img {
        width: 60px !important;
    }
    .btn-banner-main {
    display: flex !important;
    align-content: center;
    justify-content: center !important;
    width: 100%;
    }
    .btn-banner-main .start-project {
    margin: 0 auto;
    }

    #myTabContent .accordion-body > .row.gx-4 {
        margin: 0px;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    #myTabContent .accordion-body > .row.gx-4 .col-sm-4.col-md-3.col-6.mb-4 {
        min-width: 100% !important;
    }

}

@media screen and (max-width:680.98px) {
    .cards-3-container .card-content-container .img-container{
        width: auto !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }
    #myTabContent .accordion-body > .row.gx-4 {
        margin: 0px;
        gap: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #myTabContent .accordion-body > .row.gx-4 .col-sm-4.col-md-3.col-6.mb-4 {
        min-width: 100% !important;
    }
}

@media screen and (max-width:480px) {
    #menuMobile.show #navbarCollapse{
        margin-top: -6px;
    }
}


footer.header_mega_Menu.is-closed{
    overflow: visible !important;
}


body:has(#otpVerifyModal.modal.show)::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.phone-input-wrapper .iti--fullscreen-popup.iti--container {
    transform: translate(-36px,-90px) !important;
}