@import "includes/cards.css";
@import "includes/contact_card.css";
@import "includes/news-list.css";
@import "includes/about_us.css";
@import "includes/services.css";
@import "includes/news-galery.css";

@media (max-width: 1199px) {
    .navbar-nav > .menu-item-has-children a {
        color: #000!important;
    }
    .navbar-nav > .menu-item-has-children:after {
        border-bottom: 1px solid #000!important;
        border-right: 1px solid #000!important;
    }
    .navbar-nav > .menu-item-has-children > .sub-menu {
        top: 100%!important;
		width:100%;
    }
	 .navbar-collapse a {
        color: #000;
    }
}

header .sub-menu .menu-item.current_page_item a:after {
    content: none;
}
.gallery {
    overflow: hidden;
}
.opened::after {
    transform: rotate(225deg)!important;
    top: 40%!important;
}
.navbar-nav {
    flex: 1;
    justify-content: center;
}
.navbar-nav .sub-menu > li {
    padding: .25rem 1.25rem;
    width: 100%;
}
.navbar-nav .sub-menu > li:hover{
    background-color: #f8f9fa;
}
.navbar-nav > .menu-item-has-children {
    padding-right: 0;
}
.navbar-nav > .menu-item-has-children:hover {
    color: #2164e2;
    cursor: pointer;
}
.navbar-nav > .menu-item-has-children a {
    color: #fff;
    position: relative;
    padding-right: 20px;
}
.navbar-nav > .menu-item-has-children > a:after {
    content: '';
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #2164e2;
    border-right: 1px solid #2164e2;
    transform: rotate(45deg);
    border-top: transparent;
    border-left: transparent;
    position: absolute;
    top: 20%;
    right: 3px;
}
.navbar-nav > .menu-item-has-children:hover a {
    color: #2164e2;
}
.navbar-nav > .menu-item-has-children > .sub-menu a {
    color: #16181b;
}
.navbar-nav > .menu-item-has-children > .sub-menu a:hover {
    color: #16181b;
    text-decoration: none;
}
.navbar-nav > .menu-item-has-children > .sub-menu {
    display: none;
    top: 150%;
    color: #212529;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}

@media (min-width: 1200px) {
    .navbar-nav > .menu-item-has-children > .sub-menu {
        position: absolute;
        white-space: nowrap;
    }
    .navbar-nav > .menu-item-has-children > a:after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .navbar-nav > .menu-item-has-children > a:hover:after {
        border-bottom: 1px solid #2164e2;
        border-right: 1px solid #2164e2;
    }
}

section.header {
    padding-top: 44px;
    margin-bottom: 70px;
}
section.header > .container > * {
    text-align: center;
}
section.header > .container > h3 {
    font-weight: bold;
    font-size: 20px;
}
section.header > .container > p {
    font-size: 16px;
}
@media (min-width: 1024px) {
    section.header > .container > * {
        text-align: left;
    }
}

body{
    font-family: 'Roboto', sans-serif;
}
h6{
    font-weight: bold;
    color: #393d50;
    font-size: 16px;
}
header{
    height: 66px;
    background-color: #141520;
    width: 100%;
    display: flex!important;
    align-items: center;
    position: fixed;
    z-index: 15000;
}
header .navbar{
    padding: 0;
}
a:hover, a:active{
    text-decoration: none;
}
nav a, footer a{
    transition: .2s all;
    color: #fff;
}
nav a:hover, footer a:hover{
    color: #2164e2;
}
.navbar-collapse a{
    font-weight: 300;
}
.link-style-blue a{
    font-weight: bold;
    color: #2164e2;
    font-size: 16px;
}
.link-style-underline a{
    text-decoration: underline;
}
main{
    padding-top: 66px;
    min-height: calc(100vh - 208px);
    background-color: #f2f2f4;
}
.navbar-nav li {
    padding: 0 .8rem;
}
header .menu-item.current_page_item a{
    font-weight: bold;
}
.menu-item{
    position: relative;
}
header .menu-item.current_page_item a:after{
    content: " ";
    background-color: #2164e2;
    height: 6px;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -24px;
}

.hide {
    display: none;
}
.card {
    border: 0 !important;
    background-color: inherit !important;
}

.mb-tb-center-only {
    text-align: center;
}
section.main {
    padding-bottom: 10px;
}
@media (min-width: 1024px) {
    .mb-tb-center-only {
        text-align: left;
    }
    section.main {
        padding-bottom: 0;
    }
}
.flex-align-center {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

/* Landing Page */
section.landing{
    width: 100%;
    min-height: 550px;
    position: relative;
    padding-bottom: 0!important;
}
section.achievements {
    /*min-height: 337px;*/
}
.achievement-items {
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 65px;
}
.achievement-items > div {
    width: 50%;
    height: 131px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    position: relative;
    justify-content: center;
}
.achievement-items > div:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5%;
    height: 90%;
    width: 1px;
    background-color: #d1d1d1;
}
.achievement-items > div:after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 1px;
    width: 90%;
    background-color: #d1d1d1;
}
.achievement-items > div:nth-child(odd):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    background-color: initial;
}
.achievement-items > div:last-child:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 0;
    background-color: initial;

}
.img-fluid-community {
    max-width: 70%;
}
@media (min-width: 1024px) {
    .img-fluid-community {
        max-width: 100%;
    }
}
.achievement-items div > div.top {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #141520;
}
@media (min-width: 768px) {
    .achievement-items div > div.top {
        font-size: 30px;
    }
}
.achievement-items div > div.desc {
    font-size: 16px;
    text-align: center;
    color: #141520;
}
section.landing-services {
}
.services-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services-items > div {
    max-width: 300px;
    width: 100%;
    padding: 0 15px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.services-items .services-icon {
    width: 83px;
    height: 83px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.services-items .services-icon > h3 {
    font-size: 20px;
    font-weight: bold;
}
.services-items .services-icon > p {
    font-size: 16px;
}
.shareholder-carousel .slick-list .slick-track {
    display: flex;
    align-items: center;
}
.shareholder-carousel .slick-list .slick-track > a {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .achievement-items {
        /*margin-bottom: 70px;*/
    }
    .achievement-items > div {
        width: 30%;
    }
    .achievement-items > div:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 0;
        background-color: initial;
    }
    .achievement-items > div:nth-child(odd):before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 5%;
        height: 90%;
        width: 1px;
        background-color: #d1d1d1;
    }
    .achievement-items > div:nth-child(3n+1):before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 0;
        background-color: initial;
    }
    .achievement-items > div:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 0;
        background-color: initial;

    }
    .services-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services-items > div {
        width: 50%;
        /*padding-bottom: 50px;*/
    }
}
@media (min-width: 1024px) {
    .achievement-items {
        width: 100%;
    }
    .achievement-items > div {
        width: 20%;
        justify-content: initial;
    }
    .achievement-items > div:nth-child(3n+1):before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 5%;
        height: 90%;
        width: 1px;
        background-color: #d1d1d1;
    }
    .achievement-items > div:nth-child(5n+1):before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 0;
        background-color: initial;
    }
    .services-items > div {
        max-width: initial;
        width: 25%;
        align-items: initial;
    }
}

/* OLD CSS */
section.landing .landingbg{
    width: 100%;
    height: 100%;
    min-height: 550px;
    background-size: cover!important;
    background-position: center!important;
}
section.landing .landingbg.one{
    background: url("images/Vitp_landing_1-min.png") no-repeat;

}
section.landing .landingbg.two{
    background: url("images/Vitp_landing_2-min.png") no-repeat;

}
section.landing .landingbg.three{
    background: url("images/Vitp_landing_3-min.png") no-repeat;
}
section.landing .landingbg.four{
    background: url("images/4_VITP-Main header_1920px.png") no-repeat;
}
section.landing .landingbg.five{
    background: url("images/Vitp_landing_6_desktop.png") no-repeat;
}
section.landing .landingbg.six{
    background: url("images/Vitp_landing_7_desktop.png") no-repeat;
}
.slick-prev, .slick-prev:focus, .slick-next, .slick-next:focus{
    outline: 0;
    box-shadow: none!important;
}
.slick-prev, .slick-next{
    position: absolute;
    top: 50%;
    z-index: 1111;
    width: 46px;
    height: 46px;
    border: none;
    transition: 0.3s all;
}
.slick-prev{
    left: 15%;
    background: url("assets/slick/Arrow_left.svg");
}
.slick-prev:hover{
    background: url("assets/slick/Arrow_left_hover.svg");
}
.slick-next{
   right: 15%;
    background: url("assets/slick/Arrow_right.svg");
}
.slick-next:hover{
    background: url("assets/slick/Arrow_right_hover.svg");
}
.text-absolute-on-top{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}
.text-absolute-on-top div{
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
section.landing h1{
    font-size: 52px;
    color: #181d41;
    font-weight: bold;
}
section.landing p{
    font-size: 22px;
    color: #181d41;
    position: relative;
    margin-bottom: 0;
}
section.landing p:after{
    width: 82px;
    height: 6px;
    content: " ";
    background-color: #2164e2;
    display: block;
    margin-top: 15px;
    position: absolute;
    border-radius: 15px;
}
section.interline{
    background-color: #f2f2f4;
    color: #393d50;
}

section{
    position: relative;
}
section.blue{
    background: url("images/VITP-pradinis_melynas fonas_1-min.png") no-repeat;
    background-size: cover;
}
section.blue p, section.blue h3{
    color: #fff;
}
section.lblue{
    background-color: #171c3f;
    color: #fff;
}
.padd40{
    padding: 40px 0;
}
.padd50{
    padding: 50px 0;
}
.mb30{
    margin-bottom: 30px;
}
.pb80{
  padding-bottom: 80px;
}
.mb40{
    margin-bottom: 40px;
}
.mb40 p{
    margin-bottom: 0;
}
.tab-content h5 a {
    text-decoration: none!important;
}
.back-to-top{
    position: fixed;
    bottom: 100px;
    right: 50px;
    cursor: pointer;
    z-index: 1000;
}
.back-to-top span{
    color: #d8d8d8;
    font-size: 3.5rem;
    transition: 0.2s all;
}
.back-to-top span:hover{
    color: #2164e2;
}
.top-para{
    margin-bottom: 47px;
}
section.light{
    background-color: #fff;
}
section.grey{
    background-color: #f2f2f4;
    padding-top: 44px;
}
.bottom76{
    padding-bottom: 76px;
}
.padd76{
    padding: 76px 0;
}
section.white{
    background-color: #fff;
    padding-top: 44px;
}
section.white .icon-holder, section.grey .icon-holder{
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px auto;
}
section.interline .line-br>div{
    border-right: 2px solid #ddd;
    min-height: 100px;
    padding: 15px;
}
section.interline .line-br span span{
    font-size: 18px;
}
section.interline .line-br .top{
    font-size: 36px;
    font-weight: bold;
}
section.interline .line-br>div:last-child {
    border-right: none;
}
section h2{
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #393d50;
}
/*p{
    color: #393d50;
}*/

section h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #393d50;
}
section.blue .icon-holder{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
section.blue .col-lg-3.col-md-6{
    position: relative;
    padding-bottom: 30px;
}
h3{
    color: #393d50;
}
section.blue h3, section.grey h3, section.white h3, section.lblue h3{
    font-size: 20px;
    font-weight: bold;
}
section.lblue h3, section.lblue p{
    color: #ffffff;
}
section.blue p{
    font-size: 16px;
}
.contacts-whole p{
    margin-bottom: 0.1rem;
}
.contacts-whole p:first-child{
    margin-bottom: 25px;
}
.contacts-img{
    padding-top: 40px;
}
.blue-link{
    position: absolute;
    bottom: 0;
    color: #1f56c2;
    font-weight: bold;

}
.custom-links-bottom-left{
    position: absolute;left: 15px;bottom: 30px; display: flex; align-items: center
}
.team-img-holder{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 15px auto;
}
section.c-pad-bot{
    padding-bottom: 50px;
}
section.c-pad-top{
    padding-top: 50px;
}
.title-bg-br{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.title-bg-br h2{
    background-color: #fff;
    position: absolute;
    padding: 0 20px;
}
.title-bg-br span.hr{
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    display: block;
}

#cookieNotification{
    width: 100%;
    align-items: center;
    padding: 25px 0;
    background-color: #f2f2f4;
    position: fixed;
    bottom: 0;
    z-index: 11111;
    -webkit-box-shadow: 0px -2px 41px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -2px 41px 4px rgba(0,0,0,0.1);
    box-shadow: 0px -2px 41px 4px rgba(0,0,0,0.1);
}
.hidden{
    display: none;
}
#cookieNotification .container{
    position: relative;
    max-width: 720px;
}
#cookieNotification .cookie-close{
    position: absolute;
    right: 0;
    top: 0;
}
#cookieNotification .cookie-close img{
    height: 26px;
    width: 26px;
    cursor: pointer;
}
#cookieNotification .cookie-top{
    font-size: 16px;
    font-weight: normal;
    color: #141520;
    display: block;
}
.shareholder-carousel .slick-slide{
    display: inline-block;
    vertical-align: middle;
    float:none;
}
.d-30{
    margin-bottom: 30px;
}
.community-wrapper-desktop, .community-wrapper-mobile{
    margin-top: 30px;
}
.community-wrapper-desktop a, .community-wrapper-mobile a{
    text-decoration: underline;
}
.community-wrapper-mobile{
    display: none;
}

.nav.nav-tabs.custom.nav-fill{
    position: relative;
}
.nav.nav-tabs.custom.nav-fill:after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #cfcfcf;
    z-index: 5;
}
.nav-tabs.custom .nav-link{
    padding: .5rem ;

}
.nav-tabs.custom .nav-link.active{
    color: #2164e2;
    position: relative;
}
.nav-tabs.custom .nav-link.active:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #2164e2;
    z-index: 10;
}
.nav-tabs.custom .nav-link{
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4e5155;
    font-size: 12px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbfbfc;
    border-radius: 7px 7px 0 0;
    margin: 0 1px;
}

.line-borders-hr:before, .line-borders-hr:after{
    content: " ";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #dddddd;
}
.line-borders-hr:before{
    top: 35%;
    left: 0;
}
.line-borders-hr:after{
    top: 35%;
    right: 0;
}
.line-borders-hr.first:before{
    display: none;
}
.line-borders-hr.last:after{
    display: none;
}
.logo-trigger-wrapper{
    display: flex;
    overflow: hidden;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 154px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.3s all;
    cursor: pointer;
    margin-bottom: 30px;
}
.logo-trigger-wrapper:hover{
    border: 1px solid #1f56c2;
    transition: 0.3s all;
}
.logo-trigger-wrapper.active{
    border: 1px solid #1f56c2;
}
.community-description .b-l1{
    border-left: 1px solid #dddddd;
}
.p-t-30{
    padding-top: 30px!important;
}
.p-b-0{
    padding-bottom: 0!important;
}
#reports a{
    text-decoration: underline;
}
p.show-more-text{
    display: none;
}
#magic-line {
    position: absolute;
    bottom: 13px;
    left: 0;
    background: transparent;
    transition: all .5s ease-in-out;
    z-index: 100;
}
#magic-line:after{
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    left:calc(50% - 8px);
    z-index: 100;
}
.timeline li.active a{
    color: #fff;
    font-weight: bold;
}
.timeline li{
    position: relative
}

.timeline .year{
    font-weight: bold;
    font-size: 52px;
}
.triangle-top{
   padding: 76px 0!important;
}
.triangle-top:before{
    content: " ";
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: -13px;
    left: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-color: #f2f2f4;
}
ul.custom-list1{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
ul.custom-list1 li{
    padding-left: 2rem;
}
ul.custom-list1 li:before{
    content: '-';
    /*position: absolute;*/
    padding-right: 10px;
}
@media (min-width: 1024px) {
    ul.custom-list1 li:before {
        content: '-';
        /*position: absolute;*/
        /*left: 4rem;*/
    }
}
.hcc{
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.hcc .info{
    padding: 30px;
    width: 80%;
}
.hcc .info .contacts{
    display: flex;
    justify-content: space-between;
}
.hcc>.info>.title{
    font-size: 18px;
    font-weight: bold;
}
.hcc .name{
    margin-top: 20px;
}
.hcc .name h5{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.hcc .img{
    width: 280px;
}
.smallhcc{
    margin: auto;
    max-width: 360px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
}
.smallhcc .info{
    padding: 30px;
}
.smallhcc .phone{
    margin-bottom: 15px;
}
.smallhcc .name h6{
    margin-bottom: 10px;
}
.smallhcc .nameTitle{
    line-height: 16px;
}
.smallhcc .phone, .smallhcc .contacts{
    font-size: 16px;
}
.hcc .phone, .hcc .email, .smallhcc .phone, .smallhcc .email{
    display: flex; align-items: center;
}
.hcc .phone .icon-phone, .hcc .email .icon-email, .smallhcc .icon-phone, .smallhcc .icon-email{
    margin-right: 10px;
}
.icon-phone, .icon-email{
    font-size: 1.5rem;
}
.hcc .nameTitle span, .smallhcc .nameTitle{
    font-size: 14px;
    color: #393d50;
}
.blg{
    position: relative;
}
.blg:after{
    content: " ";
    width: 1px;
    height: 60px;
    position: absolute;
    background-color: #d1d1d1;
    left: 0;
    top: calc(50% - 30px);

}
.flexit{
    display: flex;
}
.contact-card-wrapper-h{
    margin-top: 50px;
}
.icons-wrap{
    margin-top: 50px;
}
.icons-wrap p{
    width: 75%;
    margin: auto;
    margin-bottom: 30px;
}
.icons-wrap>div{
    position: relative;
}
.icons-wrap>div.col-lg-3:after{
    content: '';
    width: 1px;
    height: 70%;
    position: absolute;
    right: 0;
    background-color: #dddddd;
    top: 15%;
}
.icons-wrap>div.col-lg-3:nth-child(4):after, .icons-wrap>div.col-lg-3:last-child:after{
    display: none;
}
.icons-wrap div.col-lg-3:nth-child(1) , .icons-wrap div.col-lg-3:nth-child(2), .icons-wrap div.col-lg-3:nth-child(3), .icons-wrap div.col-lg-3:nth-child(4){
    border-bottom: 1px solid #dddddd;
}
.show-more{
    margin-top: 50px;
}
.show-more a{
    color: #999999;
    font-weight: bold;
    padding: 16px 54px 16px 30px;
    border: 1px solid #999999;
    border-radius: 30px;
    text-decoration: none!important;
    position: relative;
    min-height: 53px;
}
.show-more a:after{
    content: " ";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    background: transparent;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
    width: 11px;
    height: 11px;
}
.show-more-wrapper.projects{
    display: none;
}
.brdr{
    border-right: 1px solid #cbcbcb;
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    .brdr{
        padding-bottom: 0;
    }
}
.contact-form input{
    min-height: 53px;
}
.contact-form span input:focus, .contact-form span input{
    color: #393d50;
}
.contact-form span textarea{
    min-height: 130px;
    max-height: 130px;
    color: #393d50;
}
.contact-form input:focus, .contact-form textarea:focus{
    outline: none;
    box-shadow: none;
    border-color:#1f56c2;
}
.blue-btn{
    color: #ffffff;
    background-color:#1f56c2;
    font-weight: bold;
    border-radius: 30px;
    border: none;
    padding: 10px 70px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
    cursor: pointer;
}
.navbar-toggler{
    border: none!important;
    height: 30px;
    padding: 0;
}
.navbar .nav-item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
section.map{
    padding: 0;
}
#map{
    height: 496px;
}
footer{
    background-color: #141520;
    padding: 50px 0;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}
.contacts-whole .brdr p:nth-child(2),.contacts-whole .brdr p:nth-child(3),.contacts-whole .brdr p:nth-child(4) {
    padding-left: 30px;
    position: relative;
}
.contacts-whole .brdr p{
    margin-bottom: 25px;
}
.contacts-whole .brdr p:nth-child(2):before{
    content: " ";
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
    background: url("images/placeholder.svg") no-repeat center;
}
.contacts-whole .brdr p:nth-child(3):before{
    content: " ";
    position: absolute;
    left: 0;
    height: 26px;
    width: 26px;
    background: url("images/phone.svg") no-repeat center;
}
.contacts-whole .brdr p:nth-child(4):before{
    content: " ";
    position: absolute;
    left: 0;
    height: 26px;
    width: 26px;
    background: url("images/email.svg") no-repeat center;
}
/*.shareholder-carousel .slick-prev{
    left: -100px;
    color: transparent;
    top: 60px;
}
.shareholder-carousel .slick-next{
    right: -100px;
    color: transparent;
    top: 60px;
}*/
.privacy-custom h1, .documents-custom h1{
    font-size: 30px;
}
.privacy-custom h2, .documents-custom h2{
    font-size: 22px;
    margin-bottom: 15px;
}
.privacy-custom h3, .documents-custom h3{
    font-size: 18px;
}
.documents-custom a{
    text-decoration: underline;
}
footer a{
    color: #fff;
    font-size: 14px;
}
footer .rbr li {
    margin-right: 0!important;
}
footer .rbr li a{
    border-right: 1px solid #fff;
    padding: 0 15px;
}
footer .rbr li:last-child a{
    border-right: none;
}
.dropdown-menu{
    border-radius: 0;
    border: none;
}
.tab-content a{
    text-decoration: underline;
}
.tab-content.services section.grey{
    padding-top: 40px;
    padding-bottom: 0;
}
.tab-content.services{
    padding-bottom: 70px;
}
.tab-content h2{
    font-size: 30px;
    margin-bottom: .5rem;
}
.tab-content h3{
    margin-bottom: 18px;
}
.dropdown-menu:before{
    margin-top: -7px;
    top: 0;
    left: 30px;
    content: " ";
    transform: rotate(45deg);
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    pointer-events: none;
}
.dropdown-toggle::after{
    content: '';
    background-color: transparent;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    border-top: transparent;
    border-left: transparent;
}
.dosd{
    display:none;
}
.community-description{
    padding-top: 20px;
    padding-bottom: 50px;
    display: none;
}
.community-description.active{
    height: 100%;

}
@media (max-width: 1750px){
    .slick-prev{
        left: 5%;
    }
    .slick-next{
        right: 5%;
    }
}
@media(max-width: 992px) {
    section.landing .slick-prev{
        left: 10%;
    }
    section.landing .slick-next{
        right: 10%;
    }
    section.landing p {
        display: inline-block;
    }
    section.landing p:after {
        width: 82px;
        height: 6px;
        content: " ";
        background-color: #2164e2;
        display: block;
        margin-top: 15px;
        position: absolute;
        border-radius: 15px;
        left: calc(50% - 41px);
    }
    .tab-content{
        padding-bottom: 70px;
    }
    .breadcrumb-wrapper{
        padding-top: 30px;
    }
    .dosd{
        display: block;
    }
    .dold{
        display: none;
    }
    .icons-wrap div.col-lg-3:nth-child(1), .icons-wrap div.col-lg-3:nth-child(2), .icons-wrap div.col-lg-3:nth-child(3), .icons-wrap div.col-lg-3:nth-child(4){
        border-bottom: none;
    }
    .icons-wrap>div.col-lg-3:nth-child(4):after {
        display: block;
    }
    .icons-wrap>div.col-lg-3:last-child:after, .icons-wrap>div.col-lg-3:nth-child(3):after, .icons-wrap>div.col-lg-3:nth-child(6):after{
        display: none;
    }
    .breadcrumb-wrapper{
        text-align: center;
    }
    .txt-center-m{
        text-align: center;
    }
    /*section.grey:first-child{
        padding-top: 135px;
    }*/
    
    section.landing{
        text-align: center;
    }
    section.blue{
        text-align: center;
    }
    section.blue .icon-holder{
        margin: 15px auto;
    }
    footer{
        text-align: center;
    }
    .sful{
        max-width: 600px;
        margin: 30px auto;
    }
    .nav-item.active a:after{
        display: none;
    }
    
    .navbar-dark .navbar-nav .nav-link{
        color: #1f202b;
    }
    header .menu-item.current_page_item a{
        font-weight: normal;
        color: #7082eb;
    }
    .navbar-nav li{
        padding: 0.5rem 1rem;
    }
  
    section.interline .line-br>div:nth-child(3) {
        border-right: none;
    }
    .back-to-top{
        bottom: 100px;
        right: 50px;
    }
}
@media(min-width: 992px) {
    .col-lg-2-custom{
        flex: 0 0 20%;
        max-width: 20%;
    }

}
@media(min-width: 1200px){
	 .hwto{
        display: none;
    }
	.navbar-nav > .menu-item-has-children > .sub-menu:before {
    margin-top: -7px;
    top: 0;
    left: 20px;
    content: " ";
    transform: rotate(45deg);
    background-color: #fff;
    height: 15px;
    width: 15px;
    position: absolute;
    pointer-events: none;
}
}
@media(max-width: 1199px){
	header{
        background-color: #181d41;
    }
}
@media(max-width:1199px){
	 .hwt{
        display: none;
    }
	.navbar-collapse{
        background-color: #ffffff;
        position: absolute;
        padding: 30px;
        left: 0;
        top: 60px;
        transition: none!important;
    }
	.navbar-collapse:before{
        margin-top: -7px;
        top: 0;
        left: 30px;
        content: " ";
        transform: rotate(45deg);
        background-color: #fff;
        height: 15px;
        width: 15px;
        position: absolute;
        pointer-events: none;
    }
	.navbar-nav > .menu-item-has-children > .sub-menu{
		width:100%;
	}
}
@media(min-width: 768px ){
    .i-w{
        padding-left: 15px;
    }

}
.onlyTablet{
    display: none;
}
.onlyTablet-hide{
    display: block;
}
@media (min-width: 767px) and (max-width: 1199px) {
    .onlyTablet{
        display: inline-block!important;
        margin-left: 20px;
    }
    .onlyTablet-hide{
        display: none!important;
    }
    .width-tablet{
        width: 65%;
    }
	.dropdown-menu.show, .dropdown.show{
		display:inline-block;
	}
}
@media(max-width: 1370px){
    .slick-prev{
        left: 10px;
    }
    .slick-next{
        right: 10px;
    }
    /*.shareholder-carousel .slick-next {
        right: -35px!important;
    }
    .shareholder-carousel .slick-prev {
        left: -35px!important;
    }*/
}
@media(max-width: 1240px){

}
@media(min-width: 992px) and (max-width: 1240px){
    .text-absolute-on-top div {
        padding-right: 65px;
        padding-left: 65px;
    }
}
@media(max-width: 767px) {
    .flex-technology .flex-img {
        order: 1;
        margin-bottom: 15px;
    }
    .flex-technology .flex-text {
        order: 2;
        text-align: center;
    }
    .timeline{
        display: flex;
    }
    .timeline ul{
        display: block;
    }
    .timeline li.list-inline-item{
        display: block;
        text-align: right;
        padding-right: 15px;
        margin-right: 0!important;
        height: unset!important;
    }
    .timeline .t-line{
        width: 37%;
    }
    .timeline-line{
        right: 0;
        top: 0;
        left: unset!important;
        bottom: unset!important;
        width: 1px!important;
        height: 100%!important;
    }
    .timeline li a{
        height: unset!important;
    }
    .timeline li.active:after{
        content: '';
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 50%;
        right: -8px;
        z-index: 1500;
        top: calc(50% - 8px);
    }
    #magic-line{
        display: none!important;
    }
    .t-line-info-m{
        padding-left: 20px;
        width: 63%;
    }
    .logo-trigger-wrapper{
        height: 90px;
    }
    .i-w{
        margin-bottom: 20px;
    }
    section.landing p:after{
        left: calc(50% - 41px);
    }
    section.landing .landingbg.one{
        background: url("images/Vitp-mobile_landing_page_1.png") no-repeat;

    }
    section.landing .landingbg.two{
        background: url("images/Vitp-mobile_landing_page_22.png") no-repeat;

    }
    section.landing .landingbg.three{
        background: url("images/Vitp-mobile_landing_page_33.png") no-repeat;
    }
    section.landing .landingbg.four{
        background: url("images/Vitp-mobile_landing_page_44.png") no-repeat;
    }
    section.landing .landingbg.five{
        background: url("images/Vitp_landing_6_mobile.png") no-repeat;
    }
    section.landing .landingbg.six{
        background: url("images/Vitp_landing_7_mobile.png") no-repeat;
    }
    .txt-center-mob{
        text-align: center;
    }
    .brdr{
        border: none!important;
    }
    .hom{
        display: none!important;
    }
    /* section.interline .line-br>div {
         border-right: none;
     }*/
    section.interline .line-br>div:nth-child(2),  section.interline .line-br>div:nth-child(4) {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    section.interline .line-br>div:nth-child(1),  section.interline .line-br>div:nth-child(3) {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .onlyTablet-hide {
        margin-right: 0;
    }
    .card .card-header{
        max-width: 400px!important;
    }
    section.landing h1{
        font-size: 42px;
    }
    .community-wrapper-mobile{
        display: block;
    }
    .community-wrapper-desktop{
        display: none;
    }
    .b-l1{
        border: none!important;
    }
    .back-to-top{
        bottom:50px;
    }
   
	.landing-carousel .slick-prev, .landing-carousel .slick-next{
        top: 70%;
        display: block!important;
    }
	 .news-carousel .slick-prev, .news-carousel .slick-next{
        top: 90%;
        display: block!important;
    }
	.news-carousel .slick-prev{
		left: calc(50% - 53px)
	}
	.news-carousel .slick-next{
		right: calc(50% - 53px)
	}
    section.landing .slick-prev{
        left:35%;
    }
    section.landing .slick-next{
        right:35%;
    }
    .blue-link{
        left: 41%;
    }
}

/* Custom accordion*/
.nav-tabs {
    display:none;
}

@media(min-width:993px) {
    .nav-tabs {
        display: flex;
    }
    .pad-left-40{
        padding-left: 40px;
    }
    .head-info .list-inline-item{
        margin-right: 0;
        padding: 0 0.5rem;
        position: relative;
    }
    .head-info .border-right-h:after {
        content: " ";
        display: block;
        width: 1px;
        height: 16px;
        position: absolute;
        right: 0;
        background-color: #fff;
        top: calc(50% - 8px);
    }
    .mb36-desktop{
        margin-bottom: 36px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .navbar-nav li {
        padding: 0.5rem 1rem;
    }
}
@media(max-width:992px){
    .contacts-img{
        padding-bottom: 40px;
    }
    header .menu-item.current_page_item a:after{
        display: none;
    }
    #cookieNotification .container{
        padding: 0 30px;
    }
    #cookieNotification .cookie-top{
        text-align: center;
    }
    .tab-pane {
        display: block !important;
        opacity: 1;
        margin-bottom: 10px;
    }
    .tab-pane:last-child{
        margin-bottom: 0;
    }

    .card-header h5 a{
        color: #9d9d9d!important;
    }
    .card-header.active{
        background-color: #ffffff!important;
    }
    .card-header h5.active a{
        color: #2164e2!important;
    }
    .smallhcc{
        margin-bottom: 30px!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .line-borders-hr.mobile-left:before{
        display: none;
    }
    .line-borders-hr.mobile-right:after{
        display: none;
    }
    .custom-links-bottom-left{
         text-align: center;
        position: relative;
        left: unset;
        bottom: unset;
        display: flex;
        justify-content: center;
    }
}
