@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

body{
    direction: ltr;
    font-family: 'Signika', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0px;
}
img{
    max-width: 100%;
}
*{
    box-sizing: border-box;
}

.input-main-wrapper-group{
    border: 2px dashed #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 8px  19px;
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
}
.textarea-main-wrapper-group{
    border: 2px dashed #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 8px  19px;
    transition: all 0.3s ease 0s;
    display: block;
    width: 100%;
}

.header_area {
    width: 100%;
  }
  
.logo_part{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:  8px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo_part a{
    text-decoration: none;
    color: #0A043C;
}
  
.logo_part .logo img{
    width: 100% !important;
    object-fit: contain;
    height: 45px;
    
}
  
.logo_part h4{
    margin: 0;
    padding: 0;
}
.main_menu {
    background:#693c72;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
  
.main_menu .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
}
  
.main_menu .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    color: #fff;
    padding: 0px 15px;
    display: inline-block;
}
  
.main_menu .navbar .nav .nav-item .nav-link:after {
    display: none;
}
  
.main_menu .navbar .nav .nav-item.submenu {
    position: relative;
}
  
.main_menu .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}
  
.main_menu .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    transition: all 400ms linear;
}
  
.main_menu .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 2px dashed #ededed;
    margin-left: 0px;
    transition: all 0.4s linear;
}
  
.main_menu .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #222222;
    padding: 0px 29px;
    transition: all 150ms linear;
    display: block;
    margin-right: 0px;
    background: transparent;
}
  
.main_menu .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}
  
.main_menu .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #693c72;;
    color:#fff;
}
  
.main_menu .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}
  
.main_menu .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}
  
.main_menu .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    min-width: 237px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
}

.main_menu .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}


.blog__area{
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    background-color: #00000003;
}

.blog__block{
    display: flex;
    padding: 19px;
    position: relative;
}

.blog__content{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:15px;
    position: relative; 
}

.blog__block  a{
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
    color: #0A043C;
    text-decoration: none;
}
.menu_nav{
    gap: 13px;
}

.blog__content p{
    float: left;
    padding-top: 8px;
}

.blog__info{
    position: relative;
    box-shadow: 0 2px 13px 0 rgba(0,0,0,.2);
    padding: 19px;
    background-color: #fff;
    border-radius: 0px;
}

.blog__area .view__post {
    float: right;
}

.blog__area .arrow{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: no-repeat transparent;
    background-position: center 2px;
    vertical-align: middle;
    background-size: 80%;
    transition: .3s;
}

.blog__area .view__post:hover .arrow {
    transition: .3s;
    padding-left: 8px;
}

.sidebar__right__section{
    background-color: #fff;
    overflow: hidden;
    border-radius: 0px;
}

.sidebar__right__section .section-title h2{
    margin: 0 0  25px;
    font-weight:900;
    font-size:  19px;
    text-transform: uppercase;
    padding: 13px;
    background: #693c72;;
    color:#fff;
}

.sidebar__right__section img{
    object-fit: cover;
    width: 107px !important;
    height: 107px;    
    border-radius: 50%;
}

.sidebar__right__section h5,.sidebar__right__section p{
    text-align: center;
    padding: 8px;
}

.sidebar__right__section .pop__articl{
    display: flex;
    padding: 0 25px;
    margin: 0;
    clear: both;
    margin-bottom: 19px;
    padding-right: 25px;
    display: inline-block;
    width: 100%;
    gap:  13px;
}

.sidebar__right__section .pop__articl img {
    object-fit: cover;
    width: 45px !important;
    height: 45px !important;
    float: left;
    margin-inline-end: 13px;
    border-radius: 7px;
}


.sidebar__right__section .pop__articl a{
    color: #0A043C;
    text-decoration: none;
}
.sidebar__right__section .pop__articl .articl__text{
    display: table-row;
}

.sidebar__right__section .row .padM{
    padding: 0 34px;
    display: flex;
    flex-wrap: wrap;
}

.sidebar__right__section  .row_side__text span {
    border-width: 0;
    margin-inline-end: 13px;
    border-radius: 4px;
    padding: 0 13px;
    line-height: 32px;
    transition: .3s all ease-in-out;
    display: inline-block;
    position: relative;
    background-color: #f4f4f4;
    color: #8d8d8d;
   
    font-size: 13px!important;
    margin-bottom: 13px;
    border: 3px dashed #fff;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,.1);
    font-weight:  900;
}

#message{
    width: 100%;
    position: relative;
    margin-bottom: 51px;
    display: flex;
    justify-content: center;
}
#message .success{
    font-size: 19px;
    color: lightgreen;
    position: absolute;
    animation: buttons .3s linear;
    display: none;
    padding-top: 13px;
}

#message .danger{
    font-size: 19px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 13px;
}

.submit__block{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-submit-bg {
    background: #693c72;
    border-radius:  4px;
    color: #fff;
    display: inline-block;
    font-size:  18px;
    font-weight:700;
    transition: all 0.3s ease 0s;
}
.btn-submit-bg:hover,
.btn-submit-bg:focus {
    background: #f55160;
    color: #fff;
}

.foot__section{
    background: #693c72;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.foot__section .container{
    position: relative;
    padding: 40px 13px;
} 

.podval__block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

.foot__section .podval__block h6{
    font-size: 19px;
    text-align:center;
}
.foot__section .podval__info{
    display:flex; 
    align-items:center; 
   
}

.foot__section .podval__info  h6{
    font-size:19px;     
    text-align: center;
    color: #fff;
}
.foot__section .podval__info span{
    position: relative;
    font-size: 16px;
    line-height:  1.2;
    font-weight:  200;
    color: #fff;
}
.foot__section .podval__info  span a{
    text-decoration: none;
    color: #fff;
    word-break: break-word;
}
.foot__section .podval__info  span a:hover{
    text-decoration: none;
}

.foot__section .foot__block .foot__logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 13px;
    flex-wrap: wrap;
}

.foot__section .foot__block .foot__logo a{
    text-decoration: none;
    color: #fff;
}

.foot__section .foot__block .foot__logo h4{
    margin: 0 auto;
}

.foot__section .foot__block img{
    object-fit: contain;
    height: 45px;
    width: 100% !important;
}

.poli{
    display: flex;
    justify-content: center;
}
.poli a{
    padding: 0 15px 0 15px;
    font-size:16px;
    color: #fff;
   transition: all 0.35 sease-in-out;
} 

.poli a:hover{
   
    color:#CD853F; 
} 

.detail__page{
    padding-top: 26px;
    position: relative;
    background-color: #00000003;
}

.detail__page .top__img{
    justify-content: center;
    padding-bottom:  19px;
}

.detail__page .container{
    padding: 25px;
}

.detail__page .row{
    display: flex;
}

.details__title{
    font-weight: bold;
}

.detail__page .col{
    padding-top: 13px;
}

.top__cont {
    padding-bottom:  15px;
    padding-top: 8px;
    text-decoration: underline;
    font-size: 13px;
}

.top__cont span{
    padding-inline-start:  8px;
    font-weight: 900;
}

.details__img{
    display: flex;
    align-items: center;
    justify-content: center;
    img{
        width: 100%;
        object-fit: contain;
        height: 361px;
    }
}

.detail__page .views{
    font-weight:900;
}

.detail__page .views span{
    text-decoration: underline;
    padding-inline-start: 8px;
}

.detail__page .price span{
    font-weight:700;
    text-decoration: underline;
}

.detail__page .details__btnB {
    background: #693c72;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.detail__page .details__btnB:hover,
.detail__page .details__btnB:focus {
    background: #f55160;
    color: #fff;
}

.detail__page .consulet_form__section{
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin-top: 25px;
}

.detail__page .consulet_form__section .row{
    display: flex;
    gap: 13px;
}

.button__block{
    display: flex;
    justify-content: center;
}

.details__page .btn__form{
    float: left;
    text-decoration: none;
    color: #fff;
    background-color:#693c72;
    transition: .4s;
    padding: 13px 13px;
    margin-top: 13px;
}

.details__page .btn__form:hover{
    background-image: linear-gradient(45deg, #805c0f 0%, #bbbbbb 100%);
}

.detail__page .form__button .form__btn{
    background: #693c72;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.detail__page .form__button .form__btn:hover{
    background: #f55160;
    color: #fff;
}

.related__post{
    padding-bottom: 29px;
    background-color: #00000003;
}

.related__post .container{
    color: #0A043C;
}

.related__posts_block{
    display: flex;
    justify-content: space-between;
    box-shadow: 0  2px 13px 0 rgba(0,0,0,.2);
    flex-basis: 100%;
    border-radius: 0px;
}

.related__post .posts__box{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.related__post h2{
    text-align: center;
}

.posts_block{
    display: flex;
    justify-content: center;
}


.posts_block a{
    color: #0A043C;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 19px;
}

.testimotional{
    background-color: #00000003;
}

.testimotional__block{
    padding: 40px 29px;
}

.testimotional__block .testimotional__box {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    margin-top: 0;
}

.testimotional__block .testimotional__box img {
    object-fit: cover;
    height: 86px;
    width: 86px !important;
    
    margin-inline-end:  19px;
    border-radius: 50%;
}

.testimotional__block .testimotional__box .testimotional__content {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.testimotional__block .testimotional__box span {
    display: inline-block;
    font-size: 13px;
    margin-bottom:15px;
    font-weight: 700;
}

.testimotional__block .testimotional__box .unswap{
    display: flex;
}

.testimotional__block .testimotional__box .swap{
    display: flex;
}

.form-control {
    border: 2px  dashed #eee;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 13px 19px;
    transition: all 0.3s ease 0s;
}
.form-groups {
    padding-top: 15px;
}

.form-check{
    padding-top: 8px;
    padding-left:  40px;
}

.contact .col .ats{
    width: 100%;
}
.ats{
    padding-top: 13px;
    text-align: center;
}
.form-groups textarea {
    height: 86px;
}
.form-groups  button {
    border: none;
}
.btn__comment {
    background: #693c72;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.btn__comment:hover,
.btn__comment:focus{
    background: #f55160;
    color: #fff;
}

.msg{
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}
.msg .suc{
    font-size: 19px;
    color: rgb(4, 48, 4);
    position: absolute;
    animation: buttons .3s linear;
    display: none;
    padding-top: 13px;
}

.msg .dan{
    font-size: 19px;
    color: red;
    position: absolute;
    transition: .3s;
    animation: buttons .3s linear;
    display: none;
    padding-top: 13px;
}

.privacy {
    background-color: #00000003;
    word-break: break-word;
}
.flex-boxHJ{
    display: flex;
    flex-direction: column-reverse;
}
.gap-boxWP{
    gap: 19px;
}

.privacy .row{
    padding: 34px; 
}

.privacy .row a{
    text-decoration: none;
    color: #0A043C;
}
.privacy .row p{
    margin-bottom:  8px;
    text-indent: 3ch;
}
.privacy ul li,
.privacy ol li {
  margin-bottom: 4px;
}
.privacy ul,
.privacy ol {
  margin-bottom: 13px;
  padding-left:  19px;
  list-style: inside;
}
.details__page__content p{
margin-bottom:  8px;
text-indent: 2ch;
}
.details__page__content ul li,
.details__page__content ol li {
  margin-bottom: 4px;
}
.details__page__content ul,
.details__page__content ol {
  margin-bottom: 13px;
  padding-left:  19px;
  list-style: inside;
}
.details__page__content a,.details__page__content table{
color: inherit;
}

.contact-info-area {
    display: flex;
    flex-direction: column-reverse;
    padding-top:  19px;
    padding-bottom:  19px;
    
}

.container__block .row{
    padding: 0;
}

.container__block .fl{
    display: flex;
}

.formMap__area .contact__image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.image{
    width: 100%;
    object-fit: contain;
    height: 263px;
}
.formMap__area .contact__image img{
    width: 70%;
    border-radius: 0px;
}

.contact-info-area .contact-info{
    padding:  19px;
}

.contact-info-area .single__info{
    text-align: center;
    box-shadow: 0 0  19px 3px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    background-color: #fff;
    padding:  40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-info-area .single__info i{ 
    display: block;
    color: #693c72;
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin: 0 auto 13px;
    line-height: 60px;
}
.contact-info-area .single__info h3{
    font-size: 19px;
}
.contact-info-area .single__info a{
    color: #545454;
    display: block;
    font-size: 18px;
    text-decoration: none;
    word-break: break-word;
}

.formMap__area .contact__btn__block{
    display: flex;
    justify-content: center;
}

.formMap__area .sv{
    box-shadow: 0 1px 18px 0 rgba(0,0,0,.2);
    border-radius: 0px;
    margin: 0 8px 0 8px;
}

.formMap__area .btn_contact {
    background: #693c72;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size:  18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.formMap__area .btn_contact:hover,
.btn_contact:focus {
    background: #f55160;
    color: #fff;
}

.formMap__area{
    background-color: #00000003;
    padding-top: 29px;
    padding-bottom: 19px;
}

.formMap__area .Gmaps{
    padding: 13px;
}

.button-1{
    display: inline-block;
    padding: 13px 26px;
    border-radius: 26px;
    text-decoration: none;
    color: #fff;
    background: #693c72;
    transition: .4s;
    margin-top: 13px;
}

.button-1:hover,
.button-1:focus {
    background: #f55160;
    color: #fff;
}

.button-2{
    display: inline-block;
    padding: 13px 16px;
    text-decoration: none;
    border-radius:  4px;
    font-weight: bold;
    color: #fff;
    background: #693c72;
    transition: .4s;
}

.button-2:hover,
.button-2:focus {
    background: #f55160;
    color: #fff;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 13px;
    text-decoration: none;
    color: #fff;
    background: #693c72;
    border-radius: 13px 13px 0 0;
    transition: .4s;
}

.button-3:hover,
.button-3:focus {
    background: #f55160;
    color: #fff;
}

.button-4{
    display: inline-block;
    padding: 18px 19px;
    text-decoration: none;
    color: #fff;
    background: #693c72;
    border:  dashed 2px #67c5ff;
    border-radius: 4px;
    transition: .4s;
}

.button-4:hover,
.button-4:focus {
    background: #f55160;
    color: #fff;
}

.button-5{
    display: inline-block;
    padding: 13px 18px;
    text-decoration: none;
    color: #fff;
    background: #693c72;
    font-weight: 700;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.button-5:hover,
.button-5:focus {
    background: #f55160;
    color: #fff;
}

.form-check-label a{
    color: #0A043C;
}
.post__img a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post__img a img{
    width: 100%;
    object-fit: contain;
    height: 237px;
}
.form-check-input{
    float: none !important;
    margin-right:  13px !important;
}
.testimotional__block ul{
    padding: 0;
}

@media (max-width: 425px){
    .testimotional__box{
        flex-direction: column;
    }
    
}
  
@media (max-width: 576px){
.details__img img,.post__img a img,.image{
        height: auto;
    }
    .image{
        width: 100% !important;
    }
}

@media (max-width: 767px){
    .blog__content {
        flex-direction: column!important;
    }
    .blog__info{
        left: 0 !important;
        right: 0 !important;
        top: -50px;
    }

    .blog__area .view__post{
        padding-top: 19px !important;
        display: flow-root !important;
        text-align: center !important;
        float: none;
    }
}


@media (max-width: 991px){
    ul{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sidebar__right__section{
        margin-top: 25px;
    }

    .poli{
        flex-direction: column;
    }

    .foot__section .gapFoot{
        display: flex;
        gap: 13px;
    }
}

@media (max-width: 1199px){
    .cb{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .lbs{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .details__box{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
   

    .rpM{
        margin: 0 auto;
    }

    .testimotional__block{
        margin: 0 auto;
    }

    .cbM{
        margin: 0 auto;
    }
    .cfM{
        margin: 0 auto;
    }
    .sidebar__right__section .row .padM {
        display: flex;
        justify-content: center;
    }
    .poli{
        gap: 8px;
    }
}
