/*general*/

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Black.ttf') format('truetype');
    font-weight: 900; /* Black is typically 900 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-BlackItalic.ttf') format('truetype');
    font-weight: 900; /* Black is typically 900 */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Light.ttf') format('truetype');
    font-weight: 300; /* Light is typically 300 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-LightItalic.ttf') format('truetype');
    font-weight: 300; /* Light is typically 300 */
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/Lora-Regular.woff2') format('woff2'),
        url('../fonts/Lora-Regular.woff') format('woff'),
        url('../fonts/Lora-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Lora-Italic.woff2') format('woff2'),
        url('../fonts/Lora-Italic.woff') format('woff'),
        url('../fonts/Lora-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --h1: 100px; /*35*/
    --h2: 48px; /*28*/
    --h3: 32px;
    --h4: 24px;
    --h5: 18px;
    --h6: 18px;
    --text:18px;
    --merriweather : 'Merriweather', sans-serif;
    --open-sans: 'Open Sans', sans-serif;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --184046:24, 64, 70; /*base color*/
    --5A8A93: 90, 138, 147;
    --BDE8EF: 189, 232, 239; /*cyan*/
    --F2A900: 242, 169, 0; /*yellow*/
    --E1E5E6: 225, 229, 230;
    --F5F5F5: 245, 245, 245;
    --h1-responsive: 48px; /*35*/
    --h2-responsive: 36px; /*28*/
    --h3-responsive: 32px;
    --h4-responsive: 28px;
    --h5-responsive: 24px;
    --h6-responsive: 16px;
    --text-responsive:16px;
}
html,body{
    font-family: var(--merriweather);
    font-weight: normal;
    font-style: normal;
    font-size: var(--text);
    color: rgba(var(--184046), 1);
    line-height: 1.3;
    overflow-x: hidden;
    width: 100%;
    display:block;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Color*/
.bg-white{
    background: rgb(var(--white)) !important;
}
.bg-black{
    background: rgb(var(--black)) !important;
}
.bg-184046{
    background: rgb(var(--184046)) !important;
}
.bg-5A8A93{
    background: rgb(var(--5A8A93)) !important;
}
.bg-BDE8EF{
    background: rgb(var(--BDE8EF)) !important;
}
.bg-F2A900{
    background: rgb(var(--F2A900)) !important;
}
.bg-E1E5E6{
    background: rgb(var(--E1E5E6)) !important;
}
.bg-F5F5F5{
    background: rgb(var(--F5F5F5)) !important;
}
.text-white{
    color: rgb(var(--white)) !important;
}
.text-black{
    color: rgb(var(--black)) !important;
}
.text-184046{
    color: rgb(var(--184046)) !important;
}
.text-5A8A93{
    color: rgb(var(--5A8A93)) !important;
}
.text-BDE8EF{
    color: rgb(var(--BDE8EF)) !important;
}
.text-F2A900{
    color: rgb(var(--F2A900)) !important;
}
.text-E1E5E6{
    color: rgb(var(--E1E5E6)) !important;
}
.text-F5F5F5{
    color: rgb(var(--F5F5F5)) !important;
}
/*End color*/

/*typography*/
#content .merriweather h1,
#content .merriweather h2,
#content .merriweather h3,
#content .merriweather h4,
#content .merriweather h5,
#content .merriweather h6,
#content .merriweather{
    font-family: var(--merriweather) !important;
}

h1, h2, h3, h4, h5, h6{
    color: rgba(var(--184046), 1);
}

.open-sans h1,
.open-sans h2,
.open-sans h3,
.open-sans h4,
.open-sans h5,
.open-sans h6,
#content .open-sans h1,
#content .open-sans h2,
#content .open-sans h3,
#content .open-sans h4,
#content .open-sans h5,
#content .open-sans h6,
.open-sans,
#content .open-sans{
    font-family: var(--open-sans) !important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
h1, h2, h3, h4, h5, h6{
    font-family:var(--merriweather);
}
#content h1, 
#content .header-1 h1,
#content .header-1 h2,
#content .header-1 h3,
#content .header-1 h4,
#content .header-1 h5,
#content .header-1 h6,
h1{
    font-size: var(--h1);
    line-height: 1.10;
    font-weight: 400;
    color: rgb(var(--BDE8EF)) !important;
}
#content .header-2,
#content .header-2 h1,
#content .header-2 h2,
#content .header-2 h3,
#content .header-2 h4,
#content .header-2 h5,
#content .header-2 h6,
#content h2,
h2{
    font-size: var(--h2);
}
#content .header-3,
#content .header-3 h1,
#content .header-3 h2,
#content .header-3 h3,
#content .header-3 h4,
#content .header-3 h5,
#content .header-3 h6,
#content h3,
h3{
    font-size: var(--h3);
}
#content .header-4,
#content .header-4 h1,
#content .header-4 h2,
#content .header-4 h3,
#content .header-4 h4,
#content .header-4 h5,
#content .header-4 h6,
#content h4,
h4{
    font-size: var(--h4);
}
#content .header-5,
#content .header-5 h1,
#content .header-5 h2,
#content .header-5 h3,
#content .header-5 h4,
#content .header-5 h5,
#content .header-5 h6,
#content h5,
h5{
    font-size: var(--h5);
}
#content .header-6,
#content .header-6 h1,
#content .header-6 h2,
#content .header-6 h3,
#content .header-6 h4,
#content .header-6 h5,
#content .header-6 h6,
#content h6,
h6{
    font-size: var(--h6);
}
p,
#content .header-p,
#content .header-p h1,
#content .header-p h2,
#content .header-p h3,
#content .header-p h4,
#content .header-p h5,
#content .header-p h6,
#content .header-p h6{
    font-size: var(--text);
}

p{
    font-family:var(--open-sans);
}

#content .regular h1,
#content .regular h2,
#content .regular h3,
#content .regular h4,
#content .regular h5,
#content .regular h6,
#content .regular h6,
#content .regular{
    font-weight:400 !important;
}
#content .semi h1,
#content .semi h2,
#content .semi h3,
#content .semi h4,
#content .semi h5,
#content .semi h6,
#content .semi h6,
#content .semi{
    font-weight:500 !important;
}
#content .bold h1,
#content .bold h2,
#content .bold h3,
#content .bold h4,
#content .bold h5,
#content .bold h6,
#content .bold h6,
#content .bold{
    font-weight:600 !important;
}
#content .black h1,
#content .black h2,
#content .black h3,
#content .black h4,
#content .black h5,
#content .black h6,
#content .black h6,
#content .black{
    font-weight:700 !important;
}
#content .margin-0 h1,
#content .margin-0 h2,
#content .margin-0 h3,
#content .margin-0 h4,
#content .margin-0 h5,
#content .margin-0 h6,
#content .margin-0 p,
.margin-0{
    margin:0;
}

a{
    transition: all 0.3s;
}

.opensans nav ul li a{
    font-family: var(--open-sans) !important;
}

div.opensans h2 {
    font-family: var(--open-sans) !important;
}

div.opensans a.elementor-button span {
    font-family: var(--open-sans) !important;
}

div.opensans p {
    font-family: var(--open-sans) !important;
}

div.color-link-default-r a {
    color: var(--BDE8EF) !important;
    text-decoration: none !important;
}

#content div.custom-numbers-ama p.elementor-heading-title{
    font-family: var(--merriweather);
    font-size: 64px;
    font-weight: 400;
    color: rgb(var(--BDE8EF)) !important;
}

/*buttons*/
div.lee-button-ama a.elementor-button.elementor-button-link{
    flex-grow: 16px;
    font-weight: 700 !important;
    line-height: 16px;
    letter-spacing: 0.05em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 24px 16px 24px;
    border-color: rgb(var(--F2A900));
    background-color: rgb(var(--F2A900));
}

div.lee-button-ama  a.elementor-button.elementor-button-link:hover{
    color: rgb(var(--F2A900));
    border-color: rgb(var(--F2A900));
    background-color: rgb(var(--white));
}
/*End buttons*/

#content .merriweather h1.elementor-heading-title{
     color: rgb(var(--BDE8EF)) !important;
}

.testimonial-ama p, .testimonial-ama p.elementor-image-box-description{
    color: rgb(var(--184046));
}

.testimonial-ama img{
   aspect-ratio: 9/11 !important;
}
/*Hero*/
/*End hero*/

/*Post cards*/
/*End post cards*/

.ast-container{
    max-width: 100%;
    padding: 0px;
    display: block !important;
}

.lee-ama-section{
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    width: 100%;
}
.lee-ama-container{
    margin: auto;
    width: 100%;
    max-width: 1230px;
}

/*banner*/
#hero-banner{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    min-height: 600px;
    padding: 30px;
    display: flex;
}

.hero-text-container{
    max-width: 1230px;
    margin: auto;
    width: 100%;
}

.box-img-banner-ama{
    margin-top: 40px;
    display: flex;
    align-items: stretch !important; 
    width: 100%;
     align-items: center;
}

.blur-box-ama{
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 12px;
}

.blur-box-ama p {
    font-size: 32px;
    font-weight: 400;
    color: rgb(var(--white));
    margin: auto;
}

.image-sample-banner-ama{
    object-fit: none;
}

.white-bg-ama-pin{
    display: flex;
    background-color: rgb(var(--white));
    width:  110px;
}

/*Mini Banner*/

.mini-banner-ama .first-text-mini-ama p{
    font-family: var(---merriweather);
    font-size: 24px;
    font-weight: 400;
    color: rgb(var(--white));
}

.mini-banner-ama .second-text-mini-ama p{
    font-family: var(--open-sans);
    font-size: 18px;
    font-weight: 400;
    color: rgb(var(--white));
}

/*breadcrumb*/
div.lee-ama-container.breadcumb-content #crumbs a, div.lee-ama-container.breadcumb-content #crumbs span{
    font-family: var(--open-sans);
}
div.lee-ama-container.breadcumb-content #crumbs span{
    font-weight: 700;
}
div.lee-ama-container.breadcumb-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*label*/
div.form-ama label{
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
	color: rgb(var(--184046));
}

div.form-ama input.lee-field-ama{
    font-family: var(--open-sans) !important;
    background-color: rgb(var(--F5F5F5));
}

/*field*/
.field-color-form-ama{
    background-color: rgb(var(--BDE8EF));
    padding: 15px;
}

.field-color-form-ama input.lee-field-ama, .field-color-form-ama  #your-expertise{
    background-color: rgb(var(--white));
}

/*acceptance*/
input#acceptance-503 + span.wpcf7-list-item-label{
    font-weight: 400;
}

span[data-name="acceptance-503"] span.wpcf7-list-item{
    margin: 0px;
}

/*button*/
div.form-ama div.btn-form-ama input{
    flex-grow: 16px;
    font-weight: 700 !important;
    line-height: 16px;
    letter-spacing: 0.05em;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 100px 100px 100px 100px;
    padding: 16px 24px 16px 24px;
    background-color: rgb(var(--F2A900));
    border-color: rgb(var(--F2A900));
}

div.form-ama div.btn-form-ama input:hover{
	color: rgb(var(--F2A900));
    border-color: rgb(var(--F2A900));
    background-color: var(--white);
}

/*responsive*/
@media (max-width: 767px){
    #content h1, 
    #content .header-1 h1,
    #content .header-1 h2,
    #content .header-1 h3,
    #content .header-1 h4,
    #content .header-1 h5,
    #content .header-1 h6,
    h1{
        font-size: var(--h1-responsive);
        line-height: 1.3;
    }
    #content .header-2,
    #content .header-2 h1,
    #content .header-2 h2,
    #content .header-2 h3,
    #content .header-2 h4,
    #content .header-2 h5,
    #content .header-2 h6,
    #content h2,
    h2{
        font-size: var(--h2-responsive);
    }
    #content .header-3,
    #content .header-3 h1,
    #content .header-3 h2,
    #content .header-3 h3,
    #content .header-3 h4,
    #content .header-3 h5,
    #content .header-3 h6,
    #content h3,
    h3{
        font-size: var(--h3-responsive);
    }
    #content .header-4,
    #content .header-4 h1,
    #content .header-4 h2,
    #content .header-4 h3,
    #content .header-4 h4,
    #content .header-4 h5,
    #content .header-4 h6,
    #content h4,
    h4{
        font-size: var(--h4-responsive);
    }
    #content .header-5,
    #content .header-5 h1,
    #content .header-5 h2,
    #content .header-5 h3,
    #content .header-5 h4,
    #content .header-5 h5,
    #content .header-5 h6,
    #content h5,
    h5{
        font-size: var(--h5-responsive);
    }
    #content .header-6,
    #content .header-6 h1,
    #content .header-6 h2,
    #content .header-6 h3,
    #content .header-6 h4,
    #content .header-6 h5,
    #content .header-6 h6,
    #content h6,
    h6{
        font-size: var(--h6-responsive);
    }
    p,
    #content .header-p,
    #content .header-p h1,
    #content .header-p h2,
    #content .header-p h3,
    #content .header-p h4,
    #content .header-p h5,
    #content .header-p h6,
    #content .header-p h6{
        font-size: var(--text-responsive);
    }
    html,body{
        font-size: var(--text-responsive);
    }

    .blur-box-ama p {
        font-size: 20px;
    }

    .blur-box-ama{
        padding: 14.1px 10px;
    }

    .white-bg-ama-pin{
        width: 95px;
    }
}

@media(min-width:768px){

}

@media (min-width:768px){

}
@media (min-width:992px){

}