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

/*#2f6af2 - синій*/

/* main styles*/
body{
    margin:0;
    position:relative;
    font-family: 'Maven Pro', sans-serif;
}
:root {
  font-size: 16px;
  font-family: 'Maven Pro', sans-serif;

}

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: 80px;
    transition: padding-top 1s ease;
}

.mainButton{
    background: #2f6af2;
    color: #fff;
    display: flex
;
    width: max-content;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    grid-gap: 10px;
}
.mainButton:after{
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='32' d='M448 256L272 88v96C103.57 184 64 304.77 64 424c48.61-62.24 91.6-96 208-96v96Z'/%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%;
}

.mainButton:hover{
    background: #5287f3;
}


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

/* 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: 90px;
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    transition: all .5s ease;
    background: #0f3075;
        border-bottom: 1px solid #fff;
}

.headerLogo{
        width: auto;
    max-width: 150px;
    align-items: center;
    display: flex;
    justify-content: start;
}

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

.headerLogo a{
    
}
.headerLogo a img{
    height: 80px;
}


/*a.headerNav-about{
    display: flex;
    align-items: center;
    margin-right: auto;
    color: #999;
    font-weight: 500;
    font-size:16px;
}*/
.headerUl li a{
    font-size: 16px;
    color: #dddddd;
    font-weight: 500;
}
.headerUl li a:focus{
    color: #fff;
}
.headerUl li a:hover {
    color: #fff;
    text-shadow: 0 0 15px #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:last-child a{
    border:0;
}
.headerUl ul.dropdown-menu li a:active{
        background: transparent;
}
.headerNav{
        display: flex;
    width: 100%;
    
}
.headerNavMobile{
    display:none;
}
.headerUlComp{
    margin-left: auto;
    margin-top: 0 !important;
}
.headerUl{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0 20px;
    grid-gap: 0 40px;
    margin-top:20px;
}
.headerUl li{
    margin: 0 auto;
}
.headerSocial{
        display: flex;
    align-items: center;
    
}
.headerSocial a svg{
    color:#fff;
}
.headerSocialnotMob a{
    margin-right:0;
    margin-left:24px;
    font-size: 25px;
    position:relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.headerSocial a:after{
    content: "";
    width: 40px;
    position: absolute;
    height: 3px;
    background: #980dfd;;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s ease;
    
}
/*.headerSocial a:hover:after{
    opacity: 1;
}*/

.headerWrapScroll{
        background: #222;
    transition: all .5s ease;
}
.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: #000!important;
    min-height:100vh;
    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/homeBannerBack22.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.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%;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: end;
    width: 50px;
    position: absolute;
    bottom: 100px;
    z-index: 3;
}
.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: #fff;
    font-size: 68px;
    line-height: 70px;
}
.homeM_right p{
color: #fff;
    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: #e9e9e9;
}

/* 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: #2f6af2;
    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: #2f6af2;
    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: "";
    background: #2f6af2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1;
    border-radius: 50px;
}
.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: #0f3075;
    color: #fff;
    position:relative;
    z-index:4;
}
.sectionForm .container{
    position:relative;
    z-index:5;
}
.sectionForm:after{
    content: "";
    background: url(/img-bb/sectionFormAfter.png) center no-repeat;
    background-size: 70%;
    position: absolute;
    background-position: center;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: grayscale(1);
    opacity: 0.2;
}

.sectionFH2{
        font-size: 36px;
    max-width: 380px;
    margin-bottom: 30px;
    min-height: 86px;
}
.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{
    color:#fff;
    opacity:1;
    font-weight:600;
    font-size: 18px;
}

.sectionForm form{
        padding-right: 60px;
    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: #fff;
    text-decoration: underline;
}
.sectionFcontactsSocial{
        display: flex
;
    grid-gap: 20px;
}
.sectionFcontactsSocial a{
    background: #dfe907;
    width: 50px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition:0.4s;
}
.sectionFcontactsSocial a:hover{
    background:#2f6af25e;
}
.sectionFcontactsSocial a svg{
    color:#222;
}

/**/

.sectionBAll{
    display: grid
;
    grid-gap: 30px;
    grid-template-columns: repeat(3, auto);
}
.sectionBBlock{
        margin: 0 auto;
    max-width: 370px;
    padding: 40px 25px;
    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:#2f6af2;
}
.sectionBBImg{
    width:100%;
        border-radius: 10px;
    margin-bottom: 25px;
    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: #2f6af2;
    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: #0f3075;
    padding-bottom:40px;
    position:relative;
    z-index:4;
}
.footerCenterMenu{
    display: grid;
}
.footerCenterMenu h4{
        font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.footerCenterMenu a{
        font-size: 18px;
    margin-bottom: 13px;
    transition:0.3s;
    color:#dddddd;
}
.footerCenterMenu a:hover{
    color:#fff;
}
.footerServAll{
        display: grid;
    grid-template-columns: repeat(2, 49.1%);
    grid-gap: 10px;
}
.footerServAll a{
    margin: 0;
}

.footerLogo{
        width: 100%;
    padding-right: 60px;
    max-width:280px;
}
.footerBLeft{
    color: #dbdbdb;
}
.footerBLeft p{
    margin: 0;
    font-size: 14px;
}

.footerBRight{
    display: flex;
    grid-gap: 10px 20px;
    justify-content: end;
}
.footerBRight a{
    color: #dbdbdb;
}


/**/

.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:#2f6af2;
}
.homeServBlockAbout{
    padding-left: 40px;
}
.homeSBContentAbout p{
        font-size: 20px;
    color: #222;
}
.homeServBlocksAbout{
    grid-template-columns: repeat(3, 29.7%);
}

/**/

.sectionPages{
padding-top: 120px;
    background: #e9e9e9;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.sectionPagesH1{
    padding-bottom: 20px;
}
.sectionPBread{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.sectionPBread a{
    
}

/**/

.servicesBlock{
        background: #fff;
    box-shadow: 0px 0px 68px 0px rgb(187 187 187 / 52%);
    max-width: 1000px;
    margin: auto;
    padding: 60px;
    border-radius: 50px;
}
.servicesBlock img{
    width:100%;
        max-width: 600px;
}


/**/

.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: 0;
    transition: 0.5s;
}
.carouselRew:hover .owl-nav {
    opacity: 1;
}
.carouselRew .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #2f6af2 !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}
.carouselRew .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 55px;
    font-size: 50px !important;
    color: #fff !important;
    background: #2f6af2 !important;
    margin: 0 !important;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    transform: translateY(-50%);
}
.carouselRew .owl-next span, .carouselRew .owl-prev span{
        position: relative;
    top: -5px;
}

/* blog */

.mainButtonBlog{
        border: 0;
    outline: 0;
    margin: auto;
    margin-top: 60px;
}

.blogMy .post-item {
    margin-bottom: 30px!important;
    position: relative;
        display: grid
;
}
.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: 80%;
    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: 5px;
}
.blogMy .post-item .content .inner-content .title {
    font-size: 25px;
    margin-bottom: 6px;
}
.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:first-child {
    background: #2f6af2;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.blogMy .post-item .content .inner-content .meta span:last-child {
    background: #252525;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 0;
    font-size: 13px;
    height: max-content;
}
.blogMy .post-item .content .inner-content p {
    line-height: 26px;
    margin-bottom: 28px;
}
.blogMy .post-item .content .inner-content .btn-blog {
    color: #252525;
    font-size: 14px;
    padding-left: 48px;
    position: relative;
}
.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: 500;
    margin-bottom: 32px;
    /* text-transform: capitalize; */
}
.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: 14px;
}
.blogMy .sidebar-area .widget-tags ul li a {
    color: #252525;
}
.blogMyAActive {
    color: #2f6af2 !important;
}
.blogMy .sidebar-area .widget-tags ul li a:hover {
    color: #2f6af2;
}
.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 small{
    font-size: 12px !important;
    line-height: 16px !important;
    display: block;
}
.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: #2f6af2;
}
.blogMy .sidebar-area .widget-blog-post ul li .content span {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 17px;
}

.post-details-content .thumb img {
    max-height: 435px;
    object-fit: cover;
    width: 100%;
}
.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: #2f6af2;
}
.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: #2f6af2;
    line-height: 1.5;
}


/**/
.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);
}
}

.sectionDark:after {
content: "";
    background: url(/img-bb/otherBackImg-1.jpg);
    position: absolute;
    background-position: top;
    background-size: cover;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: repeat;
    left: 0;
    opacity:0.4;
}
/*.sectionCons:after {
    content: "";
    background: url(/img-bb/homeTwoBack.png) center no-repeat;
    position: absolute;
    background-position: center;
    background-size: 100%;
    z-index: 1;
    width: 600px;
    height: 600px;
    top: -150px;
    left: -250px;
    opacity: 0.5;
}*/

.consAll{
    display: grid;
    grid-template-columns: repeat(2, 48.9%);
    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 #2f6af2;
    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(/img-bb/cons-1.jpg);
}
.consBlock:nth-child(2):after{
    background: url(/img-bb/cons-2.jpg);
}
.consBlock:nth-child(3):after{
    background: url(/img-bb/cons-3.jpg);
}
.consBlock:nth-child(4):after{
    background: url(/img-bb/cons-4.jpg);
}

.pageRevAfter:after{
    display:none;
}

.policyContent a{
        color: #2f6af2;
    font-weight: 600;
    transition:all 0.3s;
}
.policyContent a:hover{
    text-decoration:underline;
    color:#222;
}
.policyPrivacyPNext {
    padding-left: 10px;
}

.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:#2f6af2 ;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:#2f6af2 ;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:#2f6af2 }@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}}

.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;
}

.errorpage{
        display: grid;
    justify-content: center;
    text-align: center;
    padding: 160px 0;
    grid-gap:20px;
}
.errorpage a{
    margin:auto;
}
/* media */
/*@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;
    }

    .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;
        width: 100%;
        max-width: 500px;
    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;
                border-right: 3px solid #222;
    }
    .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;
    }
    .headerNavMobileOpen .headerMobH{
        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: 30px;
        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) {
    .sectionBBmeta{
        display: grid
;
    grid-gap: 10px;
    margin-bottom: 10px;
    }
        .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;
    }
    .footerTwo a {
        color: #fff;
    }
    .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) {
    
    .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{
    
}
.headerMenuButtonMy .hMBM1 svg{
    color: #fff;
    width: 30px;
    height: 30px;
}
.headerMenuButtonMy .hMBM2 svg{
    color: #fff;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
}
.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;
    }
    .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) {
    .headerSocial.sectionFcontactsSocial{
                padding: 0 24px;
    }
    
    
}
@media (max-width: 991px) {
    .sectionBAll {
        grid-template-columns: repeat(2, auto);
    }
    .homeAPos{
        margin-top:30px;
    }
    .sectionArrows .col-lg-12{
        padding:0;
    }
}
@media (max-width: 767px) {
    
    .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-5{
        margin-top:30px;
    }
    .sectionFH2{
        min-height:inherit;
    }
    .sectionBAll {
        grid-template-columns: repeat(1, auto);
    }
    .footerBRight{
        justify-content:start;
    }
    
    /**/
    
    .servicesBlock, .aboutTwoBlock{
        padding: 30px;
        grid-gap: 20px 30px;
    }
}
@media (max-width: 575px) {
    .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{
        padding: 20px;
    }
}


