.elementor-1224 .elementor-element.elementor-element-1af20e59{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:95px;--padding-bottom:95px;--padding-left:95px;--padding-right:95px;}.elementor-1224 .elementor-element.elementor-element-2535738f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-2941c439{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1224 .elementor-element.elementor-element-f624383{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1224 .elementor-element.elementor-element-298fa72a .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:32px;font-weight:600;line-height:32px;color:var( --e-global-color-a306a03 );}.elementor-1224 .elementor-element.elementor-element-298fa72a{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1224 .elementor-element.elementor-element-7123ffe0{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:300;line-height:20px;margin:17px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1224 .elementor-element.elementor-element-611c5cd6{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1224 .elementor-element.elementor-element-611c5cd6{--width:94%;}}@media(max-width:1024px){.elementor-1224 .elementor-element.elementor-element-1af20e59{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-1224 .elementor-element.elementor-element-2941c439{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(max-width:767px){.elementor-1224 .elementor-element.elementor-element-298fa72a .elementor-heading-title{font-size:30px;}}/* Start custom CSS */body section,body footer,body header{
 //opacity: 0.5;
}

#slider-home  .swiper-pagination-bullet {
background: #F3BC41;
opacity: 1;
}
#slider-home .swiper-pagination-bullet-active{
    background: #FF6F00;
}

.form-request .row-form{
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
margin-top: 7px;
gap: 16px;
}
.form-request .row-form .item.md-50{
    width: 50%;
}
.form-request .row-form .item.md-100{
    width:100%;
}
.form-request .row-form input{
    height: 35px;
}
.form-request .row-form input, .form-request .row-form select,.form-request .row-form textarea{
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #75CFEC;
border-radius: 3px;
    color: #151A40;
}
.form-request .row-form textarea{
resize: none;
height: 125px;
}
.form-request .row-form .item.md-100 input.wpcf7-submit {
background: #F3BC41 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000029;
border-radius: 3px;
color: #151A40;
 width:176px;
 height: 50px;
 font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}


.form-request .row-form .item.md-100.submit-btn{
    text-align: right;
}

.form-request .row-form .item.md-100.submit-btn  p{
display: flex;
flex-direction: column;
align-content: center;
align-items: flex-end;
margin-top: 10px;
}

.form-request .row-form select::placeholde,.form-request .row-form input::placeholder,
.form-request .row-form textarea::placeholder {
  color: #151A40;
  opacity: 1;
}


.line-right{
   position: relative; 
}

.line-right::after {
content: "";
position: absolute;
top: 50%;
right: -6%;
transform: translate(-50%, -50%);
width: 1px;       
height: 120px;      
background:#151A40;
pointer-events: none;
z-index: 1;  
}
.line-right-two{
    position: relative;
}
.line-right-two::after {
content: "";
position: absolute;
top: 50%;
right: 5%;
transform: translate(-50%, -50%);
width: 1px;       
height: 120px;      
background:#151A40;
pointer-events: none;
z-index: 1;  
}


@media (max-width: 767px) {
.line-right-two::after {
    display:none;
}
  
.line-right::after {
    display:none;
}    
}/* End custom CSS */