@import url('https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap');

body{
    background: #fff;
    margin:0;
    position:relative;
    font-family: 'Maven Pro', sans-serif;
}
.sectionWhite{
    background: #73c2fb!important;
}
:root {
  font-size: 16px;
  font-family: 'Maven Pro', sans-serif;

}

.headerMobSocieal{
    
}
.blogVideo{
        height: 100%;
    max-height: 435px;
    width: 100%;
}
.blogAllVideos{
    display: grid;
    grid-gap: 30px;
    margin-top: 60px;
}
.blogAllVideos video{
        border-radius: 15px;
    width: 100%;
    max-width: 550px;
    margin: auto;
    display: block;
}

a {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    transition: all .4s ease;
}



.wrapper{
    width: 100%;
    position: relative;
    overflow-x:hidden;
}
section{
    position: relative;
    margin: auto;
    width:100%;
    padding: 60px;
    transition: padding-top 1s ease;
}

.mainButton{
    align-items: center;
    background: #0f52ba;
    color: #fff;
    display: flex
;
    width: max-content;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    grid-gap: 10px;
}
.mainButton:after{
    content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5.536 21.886a1 1 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A.998.998 0 0 0 5 3v18a1 1 0 0 0 .536.886M7 4.909L17.243 12L7 19.091z'/%3E%3C/svg%3E");
/*        transform: rotate(90deg);*/
    
}

.mainButton:hover{
    background: #136fff;
}
.contactFormBlock .sectionFButton:hover{
    background: #136fff;
}

.tf__banner .mainButton{
        font-size: 20px;
}


.row{
    width: 100%;
    margin: auto;
    max-width: 1920px;
    display: flex;
    
}

/* others */

.homeBanner{
    background: url(/img-bb/homeBanner.webp);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
}
.homeBContent{
        display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 20px;
}
.homeBContent h1{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.homeBContent span{
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
}

.homeAbout{
    display: grid;
    margin: 0 -10px;
    grid-template-columns: repeat(2, 50%);
}
.homeALeft{
    margin:0 10px;
}
.homeARight{
    margin:0 10px;
}
.homeARight img{
    width: 100%;
    border-radius: 15px;
}
.homeARContent{
    
}
.homeARContent h2{
        font-weight: 600;
    font-size: 32px;
}

/**/

.homeTariff{
    background: #d9a95b;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}
.homeTContent{
    color: #fff;
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.homeTContent > span{
        font-size: 24px;
    display: block;
    text-transform: uppercase;
}
.homeTContent > div{
    color: #fff;
    display: grid;
}
.homeTContent p{
        margin: 0;
}
.homeAShape1{
        position: absolute;
    left: 0;
    top: 120px;
    opacity: .4;
    width: 150px;
}
.homeAShape2{
        position: absolute;
    right: 0;
    transform: rotate(180deg);
        bottom: 120px;
        opacity: .8;
}

/* header */

.header{
       width: 100%;
    position: relative;
    justify-content: center;
    display: flex;
}

.headerMenuButton{
       color: #999;
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: 500;
    display:none;
    cursor:pointer;
}
.headerWrap{
        width: 100%;
    max-width: 1920px;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    transition: all .5s ease;
    background: rgba(51,48,41,.97);
    border-radius: 0 0 15px 15px;
}

.headerLogo{
        width: auto;
    max-width: 150px;
    align-items: center;
    display: flex;
    justify-content: start;
    padding:30px;
    padding-left: 0;
}
.headerLogo span{
    font-size: 30px;
    font-weight: 600;
    color: #ebc265;
}
.footerLogoSpan{
    font-size: 60px;
    font-weight: 600;
    color: #ebc265;
}

.headerPhone{
        display: flex
;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
}
.headerPhone a{
        color: #fff;
}

.headerLogo a{
    
}
.headerLogo a img{
width: 100%;
    max-height: 80px;
    padding: 10px;
        border-radius: 15px;
}

.headerSocials{
        display: flex;
    align-items: center;
margin-left: auto;
    justify-content: center;
}
.headerSocials a{
        color: #fff;
}

.headerUl li a{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
}
.headerUl li a:after{
content: "";
    position: absolute;
    bottom: -2px;
    width: 30%;
    height: 1px;
    background: #898989;
    left: 0;
    transition: 0.3s;
}
.headerUl li a:hover:after{
    width: 100%;
}
.headerUl li a:focus{
    color: #fff;
}
.headerUl li a:hover {
    color: #fff;
}
.headerUl ul.dropdown-menu{
    
}
.headerUl ul.dropdown-menu li{
        padding: 0 20px;
}
.headerUl ul.dropdown-menu li a{
        border-bottom: 1px solid #0000002e;
    padding: 7px 0;
    outline:0!important;
}
.headerUl ul.dropdown-menu li a:active{
        background: transparent;
}

.text-new ul, .text-new ol{padding-left:0;margin-bottom:1rem}.text-new li{position:relative;margin-bottom:.5rem;padding-left:25px;line-height:1.5;color:#333;font-size:1rem}.text-new ul{list-style-type:none}.text-new ul li::before{content:'\2022';position:absolute;left:0;top:0;font-size:1.2rem;color:#d9a95b  ;line-height:1.5}.text-new ol{list-style-type:none;padding-left:20px}.text-new ol li::before{content:counter(list-item) ". ";position:absolute;left:0;top:0;font-size:1rem;color:#0f52ba  ;line-height:1.5}.text-new ol ul{padding-left:20px;list-style-type:disc}.text-new ol ol{padding-left:20px;list-style-type:lower-alpha}.text-new ol>li>ul{list-style-type:disc;padding-left:20px;margin-top:.5rem}.text-new ol ul li::before{content:'\2022';font-size:1rem}.text-new ul.disk{list-style-type:disc}.text-new ul.circle{list-style-type:circle}.text-new ul.square{list-style-type:square}.text-new ol.roman{list-style-type:upper-roman}.text-new ol.lower-roman{list-style-type:lower-roman}.text-new ol.alpha{list-style-type:upper-alpha}.text-new ol.lower-alpha{list-style-type:lower-alpha}.text-new ul.custom-marker li::before{content:'\2713';color:#0f52ba  }@media (max-width:767px){.text-new li{padding-left:15px;font-size:.9rem}.text-new ol,.text-new ul{padding-left:15px}.text-new ol ul{padding-left:15px}.text-new ol ol{padding-left:15px}.text-new ol>li>ul{padding-left:0}}@media (min-width:768px) and (max-width:1024px){.text-new li{padding-left:20px;font-size:.95rem}.text-new ol,.text-new ul{padding-left:20px}.text-new ol ul,.text-new ol ol{padding-left:20px}.text-new ol>li>ul{padding-left:5px}}

.text-new a{
    color: #d9a95b;
    position: relative;
}
.text-new a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #898989;
    left: 0;
    transition: 0.3s;
}
.text-new a:hover:after{
    width: 100%;
}
.headerMobLiDropA{
        display: flex
;
    align-items: center;
}
.headerMobLiDropA svg{
    color: #222;
    transform: rotate(180deg);
}
.headerMobLiDropColl{

}
.headerMobLiDropColl .card{
    padding: 0;
    border: 0;
}
.headerMobLiDropColl .card a{
    margin: 5px 0;
}
.headerUl ul.dropdown-menu li:last-child a{
    border:0;
}
/*.headerUl li a:hover {
    color: #fff;
    text-shadow: 0 0 15px #fff;
}*/
.headerNav{
        display: flex;
    width: 100%;
    
}
.headerNavMobile{
    display:none;
}
.headerUl{
    display: flex
;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px;
    margin-right: auto;
    grid-gap: 0 20px;
    padding-left: 40px;
}
.headerUl li{
    margin: 0 auto;
}
.headerSocial{
        display: flex;
    align-items: center;
    
}
.headerSocial a svg{
    color:#fff;
}

.headerSocial a:hover:after{
    opacity: 1;
}

.headerWrapScroll{
        background: #222;
    transition: all .5s ease;
}
.headerButton{
        display: grid
;
    align-content: center;
    justify-content: center;
}
.headerButton a{
    font-size: 17px;
    align-items: center;
    display: flex
;
}
.headerButton a:after{
    display:none;
}
.headerWrapScroll .headerUl li a {
    color:#bdbdbd!important;
}
.headerWrapScroll .headerUl li a:hover{
       text-shadow: 0 0 16px #222;
}
.headerWrapScroll .headerMenuButton{
    color:#222;
}

/* end header*/

/**/
.homeMain{
    background: #ececec !important;
    height: calc(100vh - 90px);
    padding-top: 0;
    overflow: hidden;
    transition: padding-top 1s ease;
    position: relative;
        display: flex
;
    align-items: center;
}
.homeMain:after{
    content: "";
    background-image: url(/img-bb/homeBackWhite.webp) !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.homeMain .row{
    height:100%;
}
.homeMain .container{
    position:relative;
}
.homeMain span.mainScroll{
       color: #fff;
    writing-mode: vertical-rl;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    height: 100%;
    margin-top:-100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.homeMain span.mainScroll:after{
   content: url(https://api.iconify.design/solar/arrow-down-broken.svg?color=%23b7b7b7&rotate=0deg&width=30);
   position: absolute;
   bottom: -35px;
   animation: mainScroll 4s cubic-bezier(0.4, 0.39, 0.58, 1) 1s infinite;
}
@keyframes mainScroll {
  0% {
    bottom: -35px;
  }
  
  100% {
    bottom: -150px;
  }
}
.homeM_right{
    width: 100%;
    margin: auto;
    display: grid;
    position: relative;
    height: 100%;
    align-items: center;
    align-content: center;
    z-index:3;
}
.homeM_right .mainButton{
    margin-top: 30px;
}
.homeMain h1{
color: #222;
    font-size: 68px;
    line-height: 70px;
}
.homeM_right p{
color: #222;
    font-size: 20px;
    margin: 0;
    margin-top: 60px;
}

.sectionH2{
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    color: #222;
    text-align: left;
    padding-bottom: 40px;
    position:relative;
}
.sectionH2 span{
    position: relative;
    z-index: 1;
}
.sectionP{
    margin-top: -25px;
    margin-bottom: 40px;
    font-size: 18px;
}
/*.sectionH2:after{
    content: "";
    position: absolute;
    width: 100%;
    border: 1px dashed #222;
    top: 50%;
    transform: translateY(-50%);
        left: 0;
}*/
.sectionWhite{
    background:#fff;
}
.sectionDark{
    background: #fff;
}

/* home services */

.homeServBlocks {
    display: grid;
    grid-gap: 20px 60px;
    grid-template-columns: repeat(2, 48.2%);
    position: relative;
    background: #fff;
    padding: 60px;
    border-radius: 50px;
}
.homeServBlock {
    display: flex
;
    align-items: self-start;
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
}
.homeServBlock:hover .homeSBIcon{
    background:#dfe907;
}
.homeServBlock:hover .homeSBIcon svg path {
    stroke:#222;
    
}
.homeServBlock:hover .homeSBIcon svg{
    transform: rotate(135deg);
}
.homeSBIcon {
    background: #0f52ba;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex
;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
}
.homeSBIcon svg {
    transform: rotate(45deg);
}
.homeSBIcon svg path {
    transition: 0.4s;
}
.homeSBContent h4 {
    color: #222;
    font-size: 24px;
    margin-bottom: 10px;
}
.homeSBContent p {
    color: #8b8c9c;
    font-size: 16px;
    line-height: 24px;
}
.homeServBlocks:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 60px);
    border: 1px dashed #0000002e;
}

/**/

.homePlusDis {
    color: #222;
    display: flex
;
    grid-gap: 6px;
    font-size: 40px;
}
.homePlusDis div {
    margin: 0;
    color: #0f52ba;
    font-size: 150px;
    line-height: 1em;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.funfact-one__tag-line {
    color: #222;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight:600;
    text-transform: uppercase;
    position: relative;
    margin-top: 10px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.funfact-one__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homePlusDisYe{
    font-size: 18px;
    display: flex
;
    align-items: center;
    text-decoration: underline;
}


/**/
.homeALeftDiv{
    display: flex
;
    justify-content: center;
    max-width: 450px;
    width: 100%;
    margin: auto;
    position:relative;
}
.homeALeftDiv:after{
    content: "";
    width: 393px;
    height: 390px;
    position: absolute;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    background: url(/img-bb/aboutBackImg.png) no-repeat;
    background-size: contain;
}
.homeALeftImg{
    width: 100%;
    border-radius: 50px;
    position: relative;
    z-index: 2;
}
.homeAboutP{
    font-size: 18px;
}
.homeAPos{
        display: flow;
    height: 100%;
    align-content: center;
}

/**/
.sectionZIndex4{
    position:relative;
    z-index:4;
}
.sectionForm{
    background: /*#5f5338*/ /*#474A50*/ #3b9fe7;
    color: #fff;
    position:relative;
    z-index:4;
}
.sectionForm .container{
    position:relative;
    z-index:5;
}
.sectionForm:after{
    content: "";
    background: url(/img-bb/contactBack1.png) center no-repeat;
    background-size: 90%;
    position: absolute;
    background-position: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: invert(1);
    opacity: 0.3;
}

.sectionFH2{
        font-size: 36px;
    margin-bottom: 10px;
}
.sectionFP{
        font-size: 18px;
    margin-bottom: 30px;
}

.sectionFcontacts{
    
}
.sectionFcontacts p{
    font-size: 16px;
    margin-bottom: 0px;
    color: #e3e3e3;
}
.sectionFcontacts a{
        color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    display: flex;
}
.sectionFInput{
    width: 100%;
    height: 40px;
    color: #fff;
    padding: 0;
    font-size: 16px;
    float: left;
    border: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: transparent;
}
.sectionFInput:focus-visible {
    border-bottom: 1px solid #fff;
    outline: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sectionFTextarea {
    min-height: 90px;
}
.sectionFInput::placeholder{
    opacity:1;
    font-size: 16px;
}

.sectionForm form{
    max-width: 600px;
}
.sectionFButton{
    outline: 0;
    border: 0;
    background: #fff;
    color: #000;
}
.sectionFButton:hover{
    background: #000;
    color: #fff;
}
.sectionFPPolicy{
        width: 100%;
    max-width: 423px;
}
.sectionFPPolicy a{
    font-weight: 600;
    color: #222;
    text-decoration: underline;
}
.sectionFcontactsSocial{
        display: flex
;
    grid-gap: 20px;
}
.sectionFcontactsSocial a{
    background: #0f52ba;
    width: 50px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition:0.4s;
}

.contactLeftBlock{
        display: grid
;
    align-content: center;
    height: 100%;
}

.contactFormBlock{
        background: #fff;
    color: #222;
    border-radius: 30px;
    padding: 30px;
}
.contactFormBlock input, .contactFormBlock textarea{
    border-bottom: 1px solid #222;
    color:#222;
}
.contactFormBlock input::placeholder, .contactFormBlock textarea::placeholder{
    color:#222;
}
.contactFormBlock .sectionFButton {
    outline: 0;
    border: 0;
    background: #0f52ba;
    color: #fff;
}

.sectionFcontactsSocial a:hover{
    background: #136fff;
}
.sectionFcontactsSocial a svg{
    color:#fff;
}

/**/

.sectionBAll{
    display: grid
;
    grid-gap: 30px;
    grid-template-columns: repeat(3, auto);
}
.sectionBBlockMain{
    padding: 20px 25px;
}
.sectionBBlockMain a{
    color: #0f52ba;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}
.sectionBBlock{
    
        margin: 0 auto;
    max-width: 370px;
   /* padding: 40px 25px;*/
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 68px 0px rgb(187 187 187 / 52%);
    box-shadow: 0px 0px 68px 0px rgb(187 187 187 / 52%);
        border-radius: 30px;
}
.sectionBBH4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin-bottom:15px;
    
}
.sectionBBH4 a{
    color:#222;
    transition:0.3s;
}
.sectionBBH4 a:hover{
    color:#0f52ba;
}
.sectionBBImg{
    width:100%;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.sectionBBmeta{
    margin-bottom: 16px;
    display: flex;
}
.sectionBBmeta span{
    display: flex;
    margin-right: 18px;
    align-items: center;
}
.sectionBBmeta svg{
    width: 20px;
    margin-right: 5px;
    color: #0f52ba;
    height: 20px;
}

.sectionArrows{
    position:relative;
}
/*.sectionArrows:after{
    content: "";
    background: url(/img-bb/arrowBack-44.png) center no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 600px;
    height: 600px;
    top: -150px;
    left: -250px;
    opacity: 0.5;
}
.sectionArrows:before{
        content: "";
    background: url(/img-bb/arrowBack-44.png) center no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    z-index: 0;
    width: 600px;
    height: 600px;
    bottom: -150px;
    right: -250px;
    opacity: 0.5;
    transform:rotate(180deg);
}*/
section .container{
    position:relative;
    z-index:10;
}


/* footer */

.footer{
    background: #222;
    padding-bottom:30px;
    padding-top: 30px!important;
    position:relative;
    z-index:4;
}

.footerBRight{
    display: flex;
    grid-gap: 10px 20px;
    justify-content: end;
}
.footerBRight a{
    color: #676767;
}
.footerBLeft p{
        margin: 0;
    font-size: 14px;
    color: #fff!important;
    text-align: center;
}


/**/

.aboutTwoBlock{
    position: relative;
    background: #dcdcd0;
    padding: 60px;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 60px;
}
.aboutTBUl{
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 700px;
}
.homeSBIconAbout{
        background: transparent;
    width: inherit;
    height: initial;
}
.homeSBIconAbout svg{
        transform: rotate(0deg);
    width: 30px;
    height: 30px;
    color:#0f52ba;
}
.homeServBlockAbout{
    padding-left: 40px;
}
.homeSBContentAbout p{
        font-size: 20px;
    color: #222;
}
.homeServBlocksAbout{
    grid-template-columns: repeat(3, 29.7%);
}

/**/

.sectionPages{
    padding: 40px 0;
    background: #e9e9e9;
    position: relative;
    z-index: 2;

}
.sectionPagesH1{
    padding-bottom: 20px;
    
}
.sectionPagesH1 span{
    color: #000!important;
}
.sectionPBread{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.sectionPBread div:last-child span{
    color:#000!important;
}
.sectionPBread a{
    
}

.usefulSection .sidebar-area{
    box-shadow: 0px 0px 68px 0px rgb(187 187 187 / 30%);
    border: 0!important;
}

/**/

.servicesBlock{
        background: #fff;
    box-shadow: 0px 0px 68px 0px rgb(187 187 187 / 30%);
padding: 30px;
    border-radius: 15px;
}
.servicesBlock a{
text-decoration: underline;
    color: #000;
    display: block;
}
.servicesBlock img{
    width: 100%;
    max-width: 800px;
    border-radius: 15px;
    margin: 40px auto;
}


/**/

.rewBlock {
    display: grid
;
    grid-gap: 20px;
}
.rewBlock p {
    font-size: 18px;
    margin: 0;
}
.rewBlockAuthor {
    display: flex
;
    grid-gap: 10px;
    justify-content: left;
    align-items: center;
}
.rewBlockAuthor svg {
    font-size: 30px;
    width: 50px;
    height: 50px;
    color: #5b5b5b;
}
.rewBlockAuthor h4 {
    margin: 0;
    font-size: 16px;
}
.rewBlock:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 5a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-.486-1.94C7.984 16.473 9 15.203 9 13v-1H6a2 2 0 0 1-1.995-1.85L4 10V7a2 2 0 0 1 2-2zm9 0a2 2 0 0 1 2 2v6c0 3.13-1.65 5.193-4.757 5.97a1 1 0 1 1-.486-1.94C16.984 16.473 18 15.203 18 13v-1h-3a2 2 0 0 1-1.995-1.85L13 10V7a2 2 0 0 1 2-2z'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
    opacity: 0.5;
}
.carouselRew .owl-dots {
    display: none;
}
.carouselRew .owl-nav {
    opacity: 1;
    transition: 0.5s;
}
.carouselRew:hover .owl-nav {
    opacity: 1;
}
.carouselRew .owl-prev {
    position: absolute;
    top: 25%;
    left: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
        margin-left: -20px !important;
}
.carouselRew .owl-next {
    position: absolute;
    top: 25%;
    right: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
        margin-right: -20px !important;
}
.carouselRew .owl-next span, .carouselRew .owl-prev span{
        position: relative;
    top: -5px;
}

.homePortfolio img{
    width: 100%;
    border-radius: 15px;
}

.swiper-button-prev {
    position: absolute;
    left: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}
.swiper-button-next {
    position: absolute;
    right: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}

/**/

.carouselGr .owl-dots {
    display: none;
}
.carouselGr .owl-nav {
    opacity: 0;
    transition: 0.5s;
}
.carouselGr:hover .owl-nav {
    opacity: 1;
}
.carouselGr .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}
.carouselGr .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #0f52ba !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}
.carouselGr .owl-next span, .carouselGr .owl-prev span{
        position: relative;
    top: -5px;
}

/* blog */

.mainButtonBlog{
        border: 0;
    outline: 0;
    margin: auto;
    margin-top: 60px;
}
.blogMy .sidebar-area .widget-tags li{
        padding-left: 20px;
    position: relative;
}
.blogMy .sidebar-area .widget-tags li:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #0f52ba;
    border-radius: 80%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.blogMy .sidebar-area {
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 30px;
    background: #fff;
}
.blogMy .post-item {
    margin-bottom: 60px!important;
    position: relative;
    display: grid;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.blogMy .post-item:last-child{
    margin-bottom: 0!important;
}
.blogMy .post-item .thumb {
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
}
.blogMy .post-item .thumb > a {
    display: block;
    position: relative;
}
.blogMy .post-item .thumb img {
    width: 100%;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    height: 100%;
    max-height: 435px;
    object-fit: cover;
    border-radius: 15px;
}
.blogPostDate{
        display: flex
;
    align-items: center;
    grid-gap: 10px;
}
.blogPostDate span{
    color: #808080;
    font-size: 14px;
}
.blogMy .inner-content{
        border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.blogMy .post-item .content .inner-content .title {
    font-size: 24px;
    margin-bottom: 6px;
        font-weight: 600;
}
.blogMy .post-item .content .inner-content .title a {
    color: #252525;
}
.blogMy .post-item .content .inner-content .meta {
    margin-bottom: 16px;
    margin-top: 19px;
    display: flex
;
    flex-wrap: wrap;
}
.blogMy .post-item .content .inner-content .meta span {
    background: #0f52ba;
    padding: 8px 15px;
    color: #000;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.blogMy .post-item .content .inner-content p {
    line-height: 26px;
    margin-bottom: 28px;
    margin-top:15px;
    
}
.blogMy .post-item .content .inner-content .btn-blog {
    border-bottom: 1px solid #222;
    color: #252525;
    font-size: 14px;
    position: relative;
}
.blogMy h1{
    font-size: 30px;
    margin-top: 20px;
}
/*.blogMy .post-item .content .inner-content .btn-blog:before {
    background-color: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 37px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}*/
.blogMy .sidebar-area .widget .widget-title {
    color: #252525;
    font-family: 'Maven Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}
.blogMy .sidebar-area .widget-tags ul {
    margin-bottom: 0;
}
.blogMy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blogMy .sidebar-area .widget-tags ul li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.blogMy .sidebar-area .widget-tags ul li a {
    color: #252525;
    font-size: 16px!important;
}
.blogMy .sidebar-area .widget-tags ul li p, .blogMy .sidebar-area .widget-tags ul li h1, .blogMy .sidebar-area .widget-tags ul li h2, .blogMy .sidebar-area .widget-tags ul li h3, .blogMy .sidebar-area .widget-tags ul li h4, .blogMy .sidebar-area .widget-tags ul li h5, .blogMy .sidebar-area .widget-tags ul li h6{
    font-size: 16px!important;
}
.blogMyAActive {
    color: #0f52ba !important;
}
.blogMy .sidebar-area .widget-tags ul li a:hover {
    color: #0f52ba;
}
.blogMy .sidebar-area .widget-blog-post ul li .thumb {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.blogMy .sidebar-area .widget-blog-post ul li .thumb img {
    width: 71px;
    object-fit: cover;
    height: 71px;
}
.blogMy .sidebar-area .widget-blog-post ul li {
    display: block;
    line-height: 1.4;
    margin-bottom: 32px;
    position: relative;
}
.blogMy .sidebar-area .widget-blog-post ul li .content {
    padding-left: 95px;
}
.blogMy .sidebar-area .widget-blog-post ul li .content a {
    color: #252525;
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Maven Pro', sans-serif;
    line-height: 19px;
    margin-bottom: 4px;
}
.blogMy .sidebar-area .widget-blog-post ul li .content a:hover {
    color: #0f52ba;
}
.blogMy .sidebar-area .widget-blog-post ul li .content span {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 17px;
}
.blogMy .sidebar-area .widget-blog-post ul li .content small{
        font-size: 12px !important;
    line-height: 16px !important;
    display: block;
}
.post-details-content .thumb img {
    max-height: 435px;
    object-fit: cover;
    width: 100%;
        border-radius: 15px;
}

.post-details-content .post-details-body .content h4 {
    font-size: 28px;
    margin-top: 31px;
    margin-bottom: 10px;
}
.post-details-content .post-details-body .content .meta {
    margin: 9px 0 16px;
}
.post-details-content .post-details-body .content .meta li {
    display: inline-block;
    font-size: 15px;
    font-style: italic;
}
.post-details-content .post-details-body .content .meta .date:after {
    content: "/";
    margin: 0 6px 0 10px;
}
.post-details-content .post-details-body .content .meta .author {
    color: #0f52ba;
}
.post-details-content .post-details-body .content p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 15px;
    line-height: 26px;
}
.text-new ul {
    list-style-type: none;
}
.text-new ul, .text-new ol {
    padding-left: 0;
    margin-bottom: 1rem;
}
.text-new li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 25px;
    line-height: 1.5;
    color: #333;
    font-size: 1rem;
}
.text-new ul li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    color: #d9a95b;
    line-height: 1.5;
}

.blogOtherLinks a{
    text-decoration: underline;
    color: #000;
    display: block;
}
.text-new img{
    margin: 20px 0;
    border-radius: 15px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    height: initial !important;
    padding: 0 !important;
    width: initial !important;
}
/**/
.homeBannerBack{
        width: 900px;
    height: 900px;
    position: absolute;
    bottom: -200px;
    right: -200px;
    background: #dfe907;
    border-radius: 50%;
}
.homeBannerImg{
        display: flex
;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.homeBannerImg img{
    width: 100%;
    animation: homeBannerImg 4s alternate cubic-bezier(0.4, 0.39, 0.58, 1) infinite;
    transform: translateY(-10px);
}

@keyframes homeBannerImg{
    0% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(10px);
    }
}

.wrapper{
    position:relative;
}
.backLines{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex
;
    justify-content: space-around;
    z-index: 1;
}
.backLines span{
    width: 1px;
    height: 100%;
    background: #e8e8e8;
    z-index: 1;
    position: relative;
}
.backLines span:nth-child(2):after{
    content: "";
    animation: backLines1 4s alternate cubic-bezier(0.4, 0.39, 0.58, 1) 1s infinite;
    width: 3px;
    height: 40px;
    background: #222;
    display: block;
    position: absolute;
    top: 20%;
    left:0;
    border-radius: 50px;
    opacity: 0.5;
}
@keyframes backLines1{
    0% {
        top: 20%;
    }
    100% {
        top: 90%;
    }
}
.backLines span:nth-child(4):after{
    content: "";
    animation: backLines2 4s alternate cubic-bezier(0.4, 0.39, 0.58, 1) 1s infinite;
    width: 3px;
    height: 40px;
    background: #222;
    display: block;
    position: absolute;
    bottom: 30%;
    left:0;
    border-radius: 50px;
    opacity: 0.5;
}

@keyframes backLines2{
    0% {
        bottom: 30%;
    }
    100% {
        bottom: 90%;
    }
}

.homeTBlocksSpanOne {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
    background: #d1d1d1;
    border-radius: 10px;
    transform: rotate(70deg);
    z-index: -1;
    animation: homeTBlocksSpan1 9s ease-out infinite;
}
@keyframes homeTBlocksSpan1{
    0% {
        transform: rotate(70deg);
    }
    50% {
        transform: rotate(210deg);
    }
    100% {
        transform: rotate(70deg);
    }
}
.homeTBlocksSpanTwo {
    position: absolute;
    bottom: -35px;
    left: 30%;
    width: 70px;
    height: 70px;
    background: #d1d1d1;
    border-radius: 10px;
    transform: rotate(70deg);
    z-index: 1;
    animation: homeTBlocksSpan2 7s ease-out 1s infinite;
}
@keyframes homeTBlocksSpan2{
0% {
    transform: rotate(70deg);
}
50% {
    transform: rotate(-70deg);
}
100% {
    transform: rotate(70deg);
}
}

.consAll{
    display: grid;
    grid-template-columns: repeat(3, 32.1%);
    grid-gap: 20px;
}
.consBlock{
    background: #fff;
    padding: 30px;
    display: grid
;
    position: relative;
    border-radius: 15px;
    align-content: center;
}
.consBlock svg{
        color: #dfe907;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-bottom: 40px;
}
.consBlock h4, .consBlock a, .consBlock .collapse, .consBlock svg{
    z-index:3;
}

.consBlock h4{
        color: #fff;
    font-weight: 600;
    font-size: 25px;
}
.consBlock .card-body{
        background: transparent;
    color: #d3d3d3;
    padding: 0;
    border: 0;
}
.qqq2 {
    font-size: 15px;
    border-bottom: 2px dashed #0f52ba;
    padding-bottom: 0px;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    width: max-content;
    color: #fff;
}


.consBlock:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: brightness(0.3);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
        border-radius: 15px;
}
.consBlock:nth-child(1):after{
    background: url(https://fsp.kpi.ua/wp-content/uploads/2022/10/stock-military-law-18.jpg);
}
.consBlock:nth-child(2):after{
    background: url(https://mykolaienko.com.ua/images/uslugi/5.jpg);
}
.consBlock:nth-child(3):after{
    background: url(https://kn-legaloffis.com.ua/wp-content/uploads/2018/09/ysl-1.jpg);
}

.contactMap{
    padding:0;
}
.contactMap div{
    
}
.contactMap div iframe{
        width: 100%;
    height: 600px;
}

.homeServAll3{
        display: grid;
    grid-template-columns: repeat(3, 32.1%);
    grid-gap: 20px;
}
.homeSBlock3{
    display: flex
;
    grid-gap: 20px;
    align-items: start;
}
.homeSBLeft3{
    background: #0f52ba2e;
    border-radius: 50%;
    padding: 7px;
}
.homeSBRight3 a{
    color:#0f52ba;
}
.homeSBLeft3 svg{
    color: #0f52ba;
    width: 40px;
    height: 40px;
}

.homeSBRight{
    
}
.homeSBRight h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.homeSBRight p{
    color:#555555;
}

.homeSBRight a{
        color: #0f52ba;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

/* section stages */

.homeStages{
    background:#ececec ;
}
.homeSAll{
position: relative;
    z-index: 30;
    display: grid;
    grid-gap: 60px 0;
}
.homeSBlock{
    grid-gap: 20px 60px;
    display: flex;
}

.homeSBLeft{
    width: 60%;
    background: #0e0e0e;
    border-radius: 15px;
    padding: 50px 30px;
    position: relative;
}
.homeSBLeft:after{
    content: "";
    background: url(/img-bb/linesBackground.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    transform: rotate(180deg);
    z-index: 1;
}
.homeSBLeft h4{
        color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    position:relative;
    z-index: 2;
}
.homeSBLeft p{
    color: #414141;
    position:relative;
    z-index: 2;
}
.homeSBRight{
    width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeSBRight img{
filter: invert(0.8);
    transform: scaleX(-1) rotate(50deg);
    height: 100%;
}

.homeSBCount{
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #0f52ba;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
}
.homeSBlockReverse{
    flex-direction: row-reverse;
}

.homeSBlockReverse .homeSBRight img{
    transform: scaleX(1) rotate(50deg);
}
.homeSBRightLastImg{
    filter: none !important;
    transform: scaleX(-1) !important;
    width: 240px;
    height: auto !important;

}
.homeSBRightLastImgReverse{
    transform: scaleX(1)!important;
}


/*.arrowTest{
    content: "";
    background: url(/img-bb/arrowBack.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 350px;
    display: block;
    top: 50px;
    right: -100px;
    opacity: 0.1;
    z-index: 10;
    filter: invert(1);
}
.arrowTest2{
    content: "";
    background: url(/img-bb/arrowBack.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    height: 350px;
    display: block;
    bottom: 50px;
    left: -100px;
    opacity: 0.1;
    z-index: 10;
    filter: invert(1);
    transform: rotate(-180deg);
}*/

/* faq */

.faq-area .inner-descripe {
    margin-bottom: 30px;
}
#faq .panel-body a{
    color:#0f52ba!important;
}
#faq .panel-body a span{
    color:#0f52ba!important;
}
.faq-area .inner-descripe h2{
    color:#222;
}
.faq-area .inner-descripe p {
    color: #414141;
    line-height: 26px;
}
.single-my-account {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px!important;
    border-radius: 15px;
    background: transparent;
    overflow:hidden;
}
.faq-area .single-my-account h3.panel-title {
    border-bottom: 0;
    text-transform: math-auto;
}
.single-my-account h3.panel-title {
    background-color: #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 2;
}
.faq-area h3.panel-title {
    background-color: transparent !important;
    border-bottom: 0 !important;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] {
    color: #0f52ba;
    background:#fff;
    border-radius:0 0 15px 15px;
}
.faq-area .single-my-account h3.panel-title a {
    font-size: 18px;
    display: block;
    padding: 16px 45px;
    position: relative;
    color: #000;
    padding-right: 65px;
    line-height:22px;
    background:#fff;
    border-radius:15px 15px 0 0;
}
.faq-area .single-my-account h3.panel-title a {
    color: #222;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true] + span {
    color: #0f52ba;
}
.faq-area .single-my-account h3.panel-title span {
    color: #222;
    font-size: 18px;
    left: 20px;
    position: absolute;
    font-size: 16px;
    top: 16px;
}
.faq-area .single-my-account h3.panel-title a[aria-expanded=true]:before {
    transform: rotate(180deg);
    background-color: #0f52ba;
}
.faq-area .single-my-account h3.panel-title a:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.faq-area .single-my-account h3.panel-title a:before {
    background-color: #303234;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 20V4m-7 9l7 7l7-7'/%3E%3C/svg%3E");
    content: "" !important;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.6s;
}
.faq-area .single-my-account .panel-body {
    padding: 20px 45px !important;
    font-size: 16px;
    color:#414141;
    line-height: 20px !important;
    background:#fff;
    border-radius: 0 0 15px 15px;
}
.faqRightImg {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.rewBlockGr{
    
}
.rewBlockGr img{
    
}

.osvBlock{
    position: relative;
    background: #fdd9dc;
    padding: 60px;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 60px;
}
.osvBlock p{
    
}
.osvBlock h4{
    
}

.dosBlock{
    display: grid;
    grid-gap: 20px 0;
    position:relative;
}
.dosBlock:after{
    content: "";
    width: 2;
    height: 100%;
    background: red;
    position: absolute;
    top: 16px;
    left: 0;
}
.dosBStep{
    padding-left: 40px;
    position: relative;
}
.dosBStep:after {
    content: "";
    width: 30px;
    height: 2px;
    background: red;
    position: absolute;
    top: 16px;
    left: 0;
}
.dosBStep:before {
    content: "";
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    top: 12px;
    border-radius: 50%;
    left: 21px;
}
.dosBStep span{
        font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}
.dosBStep p{
    
}

.homeM_right{
        text-align: center;
    justify-content: center;
}

.homeOtherBlock{
display: grid
;
    grid-template-columns: repeat(3, 32.1%);
    grid-gap: 20px;
    margin-top: 90px;
    padding-top: 30px;
    border-top: 1px solid #959595;
}
.homeOB{
        display: flex
;
    grid-gap: 20px;
    align-items: start;
}
.homeOB div{
        border: 1px solid #959595;
    width: 40px;
    height: 40px;
    color: #222;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.homeOB p{
        margin-top: 0;
    text-align: left;
}

.errorpage{
        display: grid;
    justify-content: center;
    text-align: center;
    padding: 160px 0;
    grid-gap:20px;
}
.errorpage a{
    margin:auto;
}

.sectionError, .sectionBlogggggColor{
    background:#ececec !important;
}
.sectionPages{
    background: #3b9fe7!important;
}
.sectionPBread a{
    color: #4d4d4d;
}
.tf__banner_text {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    padding-top: 65px;
    padding-bottom: 65px;
}
.tf__banner_text h5 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--colorBlue);
    padding-left: 20px;
    font-family: var(--paraFont);
    position: relative;
    margin-bottom: 23px;
    z-index: 2;
    margin-top: 120px;
}
.tf__banner_text h5::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--colorBlue);
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.tf__banner_text h1 {
    font-size: 45px;
    font-weight: 700;
    color: var(--colorBlack);
}
.tf__banner_text p {
    font-size: 18px;
    max-width: 70%;
}
.tf__banner {
    min-height:70vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    background: #c7e7fd !important;
    display: flex
;
    align-items: center;
}

.pagination-area {
    /* padding-top: 50px; */
    display: flex !important
;
    justify-content: center !important;
    background: #fff;
}
.pagination-area {
    border: 1px solid #e6e6e6;
    padding: 15px 24px 13px;
    display: flex
;
    justify-content: space-between;
    margin-top: 60px;
    border-radius:15px;
}
.pagination-area .page-numbers {
    margin: 0px;
    padding: 0px;
}
.pagination-area .page-numbers li {
    display: inline-block;
    margin: 0 8px 0 0;
}


.pagination-area .page-numbers li .page-number {
    background-color: #f1f1f1;
    border-radius: 5px;
    display: inline-block;
    color: #000;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 14px;
}
.pagination-area .page-numbers li .page-number {
    background-color: #f1f1f1;
    border-radius: 3px;
    display: inline-block;
    color: #000;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 14px;
}
.pagination-area .page-numbers li .page-number:hover {
    background-color: #0f52ba;
    color: #000;
}
.pagination-area .page-numbers li .page-number.active {
    background-color: #0f52ba;
    color: #000;
    cursor: not-allowed;
}

/*.carouselRew .owl-nav.disabled{
    display: block;
}*/
.post-details-body{
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}
.teamBlock{
        border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}
.teamBlock img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
    margin: auto;
    display: block;
}
.teamContent{
    
}
.teamContent h4{
        border-bottom: 1px solid #e6e6e6;
    padding-top: 20px;
    min-height: 80px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.teamCDiv p{
    margin-bottom: 5px;
}



/* pagination */
.adminNavigation{
display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top:30px;
}
.adminNavigation span{
    background: #0f52ba;
    padding: 7px 12px;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
        color: #fff;
}
.adminNavigation a{
background: transparent;
    padding: 7px 12px;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #0f52ba;
}
.adminNavigation a:hover{
    
}
.adminNRight {
    border: none !important;
    padding: 0 !important;
    transform: rotate(90deg);
}
.adminNLeft {
    border: none !important;
    padding: 0 !important;
    transform: rotate(-90deg);
}

/* media */

@media (max-width: 767px) {
    .homeBContent span{
                font-size: 40px;
        line-height: 40px;
    }
    .homeAbout{
        grid-template-columns: repeat(1, 100%);
    }
    .homeBanner{
        min-height: 40vh;
    }
    .tf__banner_text h1, .tf__banner_text h1 span {
        font-size: 34px;
    }
    .tf__banner_text p {
        font-size: 16px;
        max-width: 85%;
    }
    .tf__banner {
        background-position: center !important;
        /*background: url(/img-bb/homeBannerImg3.webp) !important;*/
        background: #c7e7fd !important;
        align-items: flex-end;
    }
    /*.tf__banner:after{
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        opacity: 0.6;
    }*/
    .container{
        position: relative;
        z-index: 2;
    }
}
/*@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px!important;
    }
}*/
@media (max-width: 1400px) {
   
}
@media (max-width: 1199px) {
    section{
        padding: 80px 15px;
    }
    .homeServBlocks, .homeTBlocks {
        padding: 30px;
        grid-gap: 20px 30px;
    }
}
@media (max-width: 1024px) {
    
    .headerWrap .headerUl{
        display:none;
    }
    .headerWrap .headerNav{
        display:none;
    }
    .headerWrap .headerSocial a{
        margin: 0 12px;
    }
    
    .headerNavMobile{
        display:flex;
        padding: 0 24px;
    }
    .headerMenuButton{
        display: flex;
        position:relative;
    }
    .bodyMobileOverflow{
        overflow:hidden;
    }
    .headerWrapOpen  .headerSocial{
        display:none;
    }
    .headerWrapOpen  .headerMenuButton{
         color:#222!important;
         transition: all .4s ease ;
    }
    
    
    
    
    /* header mobile */
    
    .headerNavMobile .headerNav{
    display: grid;
    visibility:hidden;
    position: fixed;
    top: 0;
    left: 0;
    height:0;
    color: #222;
    align-items: flex-start;
    align-content: baseline;
    background: #fff;
    z-index: 899;
    transition: all 1s ease;
    }
    .headerNavMobileOpen .headerNav{
        visibility:visible;
        height:100vh;
        transition: all 1s ease;
    }
    .headerMenuButtonClose:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: yellow;
    }
    .sectionOpen{
        padding-top:200px;
        transition: padding-top 1s ease;
    }
    .headerNavMobile .headerUl{
        display: grid
;
        text-align: left;
        justify-content: flex-start;
        padding: 0 24px;
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
    .headerNavMobileOpen .headerUl{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
   
    .headerNavMobile .headerUl li {
        margin: 5px 0;
    }
    .headerNavMobile .headerSocial a:after{
        bottom: -30px;
        top: auto;
    }
    .headerNavMobile .headerUl li a {
        color: #222;
    }
    .headerNavMobile .headerSocial {
        display: flex;
        align-items: center;
        margin-top: 10px;
        opacity:0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
      .headerNavMobileOpen .headerSocial{
        opacity:1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
    /*.headerNavMobile .headerSocial a {
        margin-right: 0;
    margin-left: 24px;
        font-size: 25px;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }*/
}
@media (max-width: 767px) {
    .blogMy .sidebar-area{
        padding: 20px;
    }
    .sectionForm .row{
        grid-gap: 60px;
    }
        .homeServBlock, .homeTBlock {
        padding-left: 0;
        display: grid;
        align-content: baseline;
    }
    .homeServBlocks{
        grid-template-columns: repeat(1, auto);
    }
    .homeSBIcon, .homeTBIcon {
        position: relative;
        margin-bottom: 10px;
    }
    .footerOne {
        order: 1;
    }
    .footerFour{
    margin: 20px 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    align-items: center;
    }
    .footerFour a {
        margin-right: auto;
            margin-bottom: 0!important;
        
    }
    .footerFour a:last-child {
        margin-right: 0;
    }
    .footerBlock a {
     
        margin-bottom: 15px;
    }
    .footerThree{
        padding-top:30px;
    }
    .footerOne {
        display: flex;
        align-items: center;
    }
    .footerOne p:last-child{
        order: -1;
    margin-right: 10px;
    }
    .approachEel span{
            justify-content: right;
        width:100%;
    }
    .headerUl{
        display:none;
    }

    .homeMain span.mainScroll{
    position: absolute;
    left: 20px;
    width: auto;
    }
    /*.homeMain{
        padding-bottom: 0;
    }*/
    
    .homeM_right h1{
           font-size: 48px;
    line-height: 50px;
   }
   section{
        padding: 80px 0px;
    }
    .homeMain span.mainScroll{
        padding: 0;
        margin-top: -80px;
    }
    
   .sectionOneH2{
           font-size: 38px;
    line-height: 50px;
   }
}
@media (max-width: 575px) {
    .teamBlock{
        padding: 10px;
        border-radius: 10px;
    }
    .teamBlock img{
        border-radius: 10px;
    }
    .carouselRew .owl-next, .carouselRew .owl-prev{
        width: 40px;
        height: 45px;
    }
    .pagination-area li {
        margin-bottom: 7px !important;
    }
}
@media (max-width: 575px) {
        .blogMy .post-item .thumb img {
        width: 100%;
    }
    section {
        padding: 50px 0px;
    }

   .homeMain h1{
        font-size: 38px;
        line-height: 50px;
   }
     .homeServBlocks{
        padding: 20px !important;
    }
}
@media (max-width: 480px) {
   .homeMain h1{
        font-size: 38px;
        line-height: 50px;
   }
   .homeMain span.mainScroll{
       font-size:14px;
   }
}

/* other media and styles*/
.headerMenuButtonMy{
    margin-left: 20px;
}
.headerMenuButtonMy .hMBM1 svg{
    color: #fff;
    width: 40px;
    height: 40px;
}
.headerMenuButtonMy .hMBM2 svg{
    color: #fff;
    width: 40px;
    height: 40px;
}
.policyContent a{
    color:#0f52ba;
    font-weight: 600;
}
.headerMenuButtonMy .hMBM2{
    display:none;
}
.headerMenuButtonMyActive .hMBM2{
    display: block;
}
.headerMenuButtonMyActive .hMBM1{
    display: none;
}
.headerMobCo{
                padding: 0 24px;
        display: grid !important
;
        grid-gap: 10px;
    }
    .headerMobCo a{
                color: #222;
        font-size: 16px;
    }
    .headerMobCo a:hover{
        padding-left: 10px;
    }
    .headerMobH{
        position: relative;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        padding-left: 24px;
        
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s ease;
    }
    

@media (max-width: 1024px) {
    .headerNavMobile .headerUl li a:hover{
        padding-left: 10px;
    }
    .headerSocial.sectionFcontactsSocial{
                padding: 0 24px;
    }
        .headerNavMobileOpen .headerMobH {
        opacity: 1;
        transform: translateY(0px);
        transition: all .6s ease .6s;
    }
    .headerNavMobile .headerUl li a:after{
        display: none;
    }
    .headerNavMobile .headerUl li a{
        font-weight: 400!important;
    }
    
}
@media (max-width: 991px) {
    .tf__banner_text{
        padding-top: 0!important;
    }
    .homeAbout{
        padding: 10px!important;
        border-radius: 10px!important;
    }
    .usefulSection .row, .blogMyDetails .row{
        flex-flow: wrap-reverse;
        grid-gap: 40px;
    }
    .blogMy .sidebar-area{
        margin-bottom: 40px;
    }
    .carouselGr .owl-nav{
        opacity:1;
    }
    .sectionBAll {
        grid-template-columns: repeat(2, auto);
    }
    .homeALeftDiv {
        margin-top:30px;
    }
    .sectionArrows .col-lg-12{
        padding:0;
    }
    .homeServAll3 {
        grid-template-columns: repeat(1, 100%);
    }
    .sectionBlog .col-lg-3{
     order:1;   
    }
    .blogMy .post-item{
    display: grid
;
    grid-template-columns: repeat(1, 100%);
    padding: 10px;
    border-radius: 10px;
    }
    .post-details-body{
        padding: 10px;
    border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .footer .col-xl-3:first-child{
        order:0!important;
            margin-bottom: 40px;
    }
    .footerLogo{
                padding: 0;
        width: 100%;
        max-width: 200px;
    }
    .homeSBRight3 h4{
        font-size: 18px;
    }
    .homeOtherBlock{
        grid-template-columns: repeat(1, 100%);
        margin-top: 50px;
    }
    .homeM_right > p{
        margin-top:30px;
    }
    .homeM_right p{
        font-size: 18px;
    }
    .consAll {
        grid-template-columns: repeat(1, 100%);
    }
    .consBlock h4{
        font-size:22px;
    }
    .consBlock{
        padding:15px;
    }
    .sectionH2{
        font-size: 35px;
    }
    
    .sectionArrows:before, .sectionArrows:after{
        opacity: 0.3;
    }
    .sectionForm .col-lg-7{
        margin-top:30px;
    }
    .sectionFH2{
        min-height:inherit;
    }
    .sectionBAll {
        grid-template-columns: repeat(1, auto);
    }
    .footerBRight{
        justify-content:start;
    }
    
    /**/
    
    .servicesBlock, .aboutTwoBlock, .osvBlock{
        padding: 30px;
        grid-gap: 20px 30px;
    }
}
@media (max-width: 575px) {
    .rewBlockGr img{
           max-width: 430px;
    margin: auto;
    }
    .homeSBLeft3{
            padding: 4px;
    }
    .homeSBLeft3 svg{
        width:30px;
        height:30px;
    }
    .sectionPagesH1{
                font-size: 22px !important;
    }
    .sectionPBread a{
        font-size:14px;
    }
    .footerServAll {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 10px;
    }
    .mainButton{
        font-size: 16px;
        padding: 10px 16px;
    }
    .sectionH2{
        font-size: 28px;
    }
    .homePlusDis div{
                font-size: 100px;
    }
    .funfact-one__single{
        margin-bottom:30px;
    }
    .funfact-one__tag-line{
        font-size:14px;
    }
    
    /**/
    
    .servicesBlock, .aboutTwoBlock, .osvBlock{
        padding: 20px;
    }
}


.homeBannerColl {
    position: absolute;
    top: 0;
    right:100px;
    width: 100%;
    max-width: 600px;
}
.homeBannerColl img{
    width: 100%;
}


.carouselBanner img{
    width: 100%;
    border-radius: 15px;
}


#usefulLinks a{
    color: #00008B;
}
#usefulLinks h1, #usefulLinks h2, #usefulLinks h3, #usefulLinks h4, #usefulLinks h5, #usefulLinks h6, #usefulLinks p, #usefulLinks span, #usefulLinks div{
    font-size: 16px!important;
}
.homeBannerLogo{
    width: 100%;
    max-width: 200px;
}

.aboutDesc ul, .aboutDesc ol{
    padding: inherit;
    list-style: inherit;
    margin: inherit;
}
