@charset "UTF-8";

:root{
    --premiy-color: #5363ac;
    --secend-color: #4e6368;
    --border-radius: 10px;
    --text-white : #fff;
    --text-dark : #28292e;
}
.current-menu-item{
    background: var(--premiy-color);
    border-radius: var(--border-radius);
}
.current-menu-item a{
    color: var(--text-white);
}
.wp-block-separator,
hr {
    border: none;
    border-top: 2px solid;
    border-color: var(--secend-color);
}
.border-radius-mask img{
    -webkit-border-top-left-radius: 141px;
    -webkit-border-top-right-radius: 46px;
    -webkit-border-bottom-right-radius: 125px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 141px;
    -moz-border-radius-topright: 46px;
    -moz-border-radius-bottomright: 125px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 141px;
    border-top-right-radius: 46px;
    border-bottom-right-radius: 125px;
    border-bottom-left-radius: 10px;
}
body .is-layout-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    margin: 0;
}
.bg-image-intro{
    background: url(assets/images/3135.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 264px;
    position: relative;
}
.bg-image-intro:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.6;
}
.bg-image-intro .wp-block-column{z-index:1;color:var(--text-white)}
.padding-zero{padding:0 !important;}
input[type="text"],
select,
textarea,
input[type="email"]{
    
    position: relative;
    cursor: text;
    font-size: 14px;
    line-height: 20px;
    padding: 0 16px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #d6d6e7;
    border-radius: 3px;
    color: rgb(35, 38, 59);
    box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 30%);
    overflow: hidden;
    transition: all 100ms ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #3c4fe0;
    box-shadow: 0 1px 0 0 rgb(35 38 59 / 5%);
}
.Contact-page-bg{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(213,224,242,1) 100%);
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.intro{

max-height: 315px;

background: url(../images/3135.jpg);

background-size: contain;

padding: 30px 0;

position: relative;
}
.intro .bg-intro{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.6;
}
.intro .container{
    z-index: 1;
    position: relative;
    color: #fff;
}
.intro .container img{
    width: 180px;
    border-radius: 8px;
}
.intro .container .col-md-8,
.intro .container .col-md-4{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
align-content: flex-start;
}
.sec-body{
    padding: 30px 0;
}
.sec-body img{
    width: 100%;
}
.sec-body .container .col-md-8,
.sec-body .container .col-md-4{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
align-content: flex-start;
}
.sec-body .container .col-md-8 span{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
footer{
    background: var(--secend-color);
    color: var(--text-white);
    padding: 10px 0;
}
@media (min-width: 280px) and (max-width: 767px) {
    .intro{
        height: auto;
        max-height: max-content;
    }
    .sec-body img {
    width: 85%;
    margin-top: 17px;
    margin-bottom: 17px;
}
}