/*
Theme Name: britu-verslo
*/

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Black.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Light.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Medium.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Italic.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Bold.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {1
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../britu-verslo/assets/fonts/Poppins-Regular.woff2') format('woff2'),
        url('../britu-verslo/assets/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    --PrimaryColor: #191b3d;
    --DarkBlueColor: #141631;
    --YellowColor: #e4cc7b;
    --LightBg: #e9e9ef;
    --headingColor: #111111;
    --textcolor: #645b5b;
    --textcolorBluebg: #a2a2a9;
    --whitecolor: #ffffff;
    --borderColor: #dddde2;
    font-family: 'Poppins', sans-serif !important;
    background: var(--whitecolor) !important;
}

p {
    font-size: 15px;
    line-height: 26px;
    color: var(--textcolor);
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.services-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.services-scroll li button:before,
.ourclients-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--YellowColor);
}

.services-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--YellowColor);
}

.services-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--YellowColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--DarkBlueColor);
    color: #fff;
}

::-moz-selection {
    background: var(--DarkBlueColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(228, 204, 123, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(228, 204, 123, 1);
}



.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}




.header-wrapper{
    width: 100%;
    background: var(--PrimaryColor);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
}

.header-topsection{
    width: 100%;
    background: var(--DarkBlueColor);
    position: relative;
    min-height: 40px;
    text-align: right;
    transition-duration: 0.3s;
}

.header-topsection ul.socialmedia{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.header-topsection ul.socialmedia li{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.header-topsection ul.socialmedia li:first-child{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.header-topsection ul.socialmedia li a{
    color: var(--YellowColor);
    line-height: 40px;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    width: 40px;
    text-align: center;
}

.header-topsection ul.socialmedia li a:hover{
    color: var(--whitecolor);
}

.header-topsection .menu-language-container{
    width: auto;
    float: right;
    padding: 10px 0px 0px 15px;
}

.header-topsection .menu-language-container ul{
    width: auto;
    padding: 0;
    margin: 0;
}

.header-topsection .menu-language-container ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-topsection .menu-language-container ul li a{
    color: var(--textcolorBluebg);
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.header-topsection .menu-language-container ul li a img{
    position: relative;
    top: -1px !important;
}

.header-topsection .menu-language-container ul li a span{
    margin-left: 8px !important;
    padding-top: 0px !important;
    font-weight: 600;
}

.header-topsection h6{
    width: auto;
    display: inline-block;
    padding: 0px 20px;
    margin: 0;
    font-size: 13px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 40px;
    font-weight: 400;
    color: #b3b3b8;
}

.header-topsection h6 a{
    color: #b3b3b8;
}

.header-topsection h6 i{
    color: var(--YellowColor);
    margin-right: 4px;
}

.header-wrapper .col-lg-9{
    padding-top: 34px;
    padding-bottom: 34px;
    transition-duration: 0.3s;
}

.bannerwrapper{
    width: 100%;
    position: relative;
    height: 600px;
    background: #090b2a;
    margin-top: 140px;
    overflow: hidden;
}

.bannerwrapper img{
    width: 100%;
    height: 600px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    opacity: 0.45;
}

.bannerwrapper .carousel-inner,
.bannerwrapper .carousel{
    height: 100%;
}

.bannerwrapper .banner-item-div{
    width: 100%;
    height: 600px;
    display: table;
}

.bannerwrapper .banner-wrapper-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.bannerwrapper .banner-wrapper-middlealign h1{
    color: var(--whitecolor);
    font-size: 52px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4); 
}

.bannerwrapper .banner-wrapper-middlealign h1 strong{
    font-weight: 400;
    color: var(--YellowColor);
}

.bannerwrapper .banner-wrapper-middlealign p{
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 45px 0px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25); 
}

.bannerwrapper .banner-wrapper-middlealign div .viewcourse-btn{
    border: 2px solid var(--YellowColor);
    padding: 0px 0px;
    min-width: 160px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    background: var(--YellowColor);
    color: var(--PrimaryColor);
    transition-duration: 0.3s;
    margin-right: 20px;
}

.bannerwrapper .banner-wrapper-middlealign div .viewcourse-btn:hover{
    background: var(--whitecolor);
    border-color: var(--whitecolor);
    color: var(--PrimaryColor);
}

.bannerwrapper .banner-wrapper-middlealign div .contactus-btn{
    border: 2px solid var(--whitecolor);
    padding: 0px 0px;
    min-width: 160px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    border-radius: 25px;
    background: none;
    color: var(--whitecolor);
    transition-duration: 0.3s;
}

.bannerwrapper .banner-wrapper-middlealign div .contactus-btn:hover{
    color: var(--YellowColor);
    border-color: var(--YellowColor);
}

.header-wrapper .col-lg-3{
    position: relative;
}

.header-wrapper .col-lg-3 .header-logo{
    width: 170px;
    height: 170px;
    background: url(../britu-verslo/assets/img/header-logo.png) no-repeat var(--PrimaryColor);
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -85px;
}

.footer-wrapper{
    width: 100%;
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
    background: url(../britu-verslo/assets/img/footer-bg.jpg) no-repeat center center fixed var(--PrimaryColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-wrapper .footer-credencials{
    width: 100%;
    padding: 20px 0px;
    margin: 0px;
    background: var(--whitecolor);
}

.footer-wrapper .footer-credencials p{
    padding: 0;
    margin: 0px;
}

.footer-wrapper .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper .footer-credencials p a{
    color: var(--textcolor);
}

.footer-wrapper .footer-credencials p a:hover{
    color: var(--PrimaryColor);
    text-decoration: none;
}

.footer-wrapper .getstarted-wrap{
    width: 100%;
    border: 2px solid var(--YellowColor);
    padding: 45px 70px;
    border-radius: 10px;
}

.footer-wrapper .getstarted-wrap .col-lg-4{
    text-align: right;
}

.footer-wrapper .getstarted-wrap .col-lg-8 p{
    padding: 0;
    margin: 0;
    color: var(--textcolorBluebg);
}

.footer-wrapper .getstarted-wrap .col-lg-8 h3{
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 32px;
    font-weight: 400;
}

.footer-wrapper .getstarted-wrap .col-lg-8 div{
    position: relative;
    width: 100%;
    padding-left: 120px;
}

.footer-wrapper .getstarted-wrap .col-lg-8 div::before{
    width: 87px;
    height: 86px;
    position: absolute;
    left: 0px;
    top: 8px;
    background: url(../britu-verslo/assets/img/getstarted-icon.png) no-repeat;
    content: '';
}
 
.footer-wrapper .getstarted-wrap .col-lg-4 .morebtn-style{
    background: var(--YellowColor);
    color: var(--DarkBlueColor);
    font-weight: 500;
    position: relative;
    margin-top: 30px;
}

.footer-wrapper .getstarted-wrap .col-lg-4 .morebtn-style:hover{
    background: var(--whitecolor);
}

.morebtn-style{
    background: var(--PrimaryColor);
    color: var(--whitecolor);
    font-size: 15px;
    min-width: 170px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.morebtn-style:hover{
    color: var(--YellowColor);
    background: var(--DarkBlueColor);
}

.footermenu-links h4{
    width: 100%;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 22px;
}

.footermenu-links .menu-links ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footermenu-links .menu-links ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 6px 0px;
    width: 100%;
}

.footermenu-links .menu-links ul li:last-child{
    margin-bottom: 0px;
}

.footermenu-links .menu-links ul li a{
    padding: 0;
    margin: 0;
    color: var(--textcolorBluebg);
    font-size: 14px;
    line-height: normal;
}

.footermenu-links ul li a:hover{
    color: var(--YellowColor);
}

.footermenu-links .col-lg-3 p{
    color: var(--textcolorBluebg);
}

.footermenu-links .col-lg-3 p a{
    color: var(--textcolorBluebg);
}

.footermenu-links .col-lg-3 p i{
    color: var(--YellowColor);
    margin-right: 6px;
}

.footermenu-links .col-lg-2 img{
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.footermenu-links{
    margin-top: 60px;
    margin-bottom: 60px;
}

.footermenu-links .socialmedia-icons {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 45px 0px 0px 0px;
    display: block;
    text-align: left;
}

.footermenu-links .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footermenu-links .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footermenu-links .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footermenu-links .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footermenu-links .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footermenu-links .socialmedia-icons li a.tw {
    background: #000000;
}

.footermenu-links .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footermenu-links .socialmedia-icons li a.in {
    background: #f6523f;
}

.footermenu-links .socialmedia-icons li a.em{
    background: #ec4134;
}

.f-nav .header-topsection{
    margin-top: -40px;
}

.f-nav .header-wrapper .header-logo{
    background-position: 0px -170px;
    top: 0px;
    margin-top: 0px;
    border-radius: 0px;
    height: 62px;
}

.f-nav .header-wrapper .col-lg-9{
    padding-top: 14px;
    padding-bottom: 14px;
}

.heading-styles{
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.heading-styles h2{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 42px;
    font-weight: 400;
}

.heading-styles p{
    text-align: center;
    padding: 0;
    margin: 0;
}

.course-item-div{
    width: 100%;
    background: var(--LightBg);
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.course-item-div .course-image{
    width: 100%;
    height: 290px;
    background: var(--PrimaryColor);
    position: relative;
    display: block;
    overflow: hidden;
}

.course-item-div .course-image img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.course-item-div:hover .course-image img{
    opacity: 0.25;
    transform: scale(1.1);
}

.course-item-div .course-image i{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 40%;
    margin-top: -12px;
    z-index: 100;
    color: var(--whitecolor);
    font-size: 24px;
    transition-duration: 0.3s;
    opacity: 0;
}

.course-item-div:hover .course-image i{
    opacity: 1;
     top: 50%;
}

.course-item-div .course-text{
    width: 100%;
    height: 80px;
    text-align: center;
    display: table;
}

.course-item-div .course-text h5{
    width: 100%;
    padding: 0;
    margin: 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    transition-duration: 0.3s;
}

.course-item-div:hover .course-text h5{
    color: var(--PrimaryColor);
}

.exploreourcourse-wrap{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background: url(../britu-verslo/assets/img/course-bg.jpg) top no-repeat;
}

.whystudyin-wrap{
    width: 100%;
    background: var(--YellowColor);
    border-radius: 10px;
    padding: 45px 70px;
    position: relative;
    z-index: 100;
}

.whystudyin-wrap p{
    padding: 0;
    margin: 0;
}

.whystudyin-wrap  h2{
    color: var(--PrimaryColor);
    padding: 0px 0px 0px 110px;
    margin: 0px 0px 10px 0px;
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    position: relative;
}

.whystudyin-wrap  h2::before{
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0px;
    top: 8px;
    background: url(../britu-verslo/assets/img/whystudy-icon.png) no-repeat;
    content: '';
}

.whystudyin-wrap .col-lg-5{
    text-align: right;
}

.whystudyin-wrap .col-lg-5 .morebtn-style{
    margin-top: 60px;
}

.whychoose-wrapper{
    width: 100%;
    padding: 90px 0px;
    background: var(--PrimaryColor);
}

.whychoose-wrapper .heading-styles h2{
    color: var(--whitecolor);
}

.whychoose-wrapper .heading-styles p{
    color: var(--textcolorBluebg);
}

.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: none;
    background: var(--DarkBlueColor);
    transition-duration: 0.3s;
    border-radius: 10px;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../britu-verslo/assets/img/testimonial-propic.png) no-repeat #75768b;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolorBluebg);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--whitecolor);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 236px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-style: italic;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    color: var(--textcolorBluebg);
}

.testimonials-item .testimonials-content ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    display: block;
}

.testimonials-item .testimonials-content ul li{
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
    color: var(--textcolor);
    font-size: 15px;
}

.testimonials-item .testimonials-content ul li .fa-solid{
    color: var(--YellowColor);
}

.testimonials-item .testimonials-content ul li .fa-regular{
    color: var(--textcolorBluebg);
}

.testimonials-scroll,
.course-scroll,
.yellowsection-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.testimonials-scroll .col-lg-4,
.course-scroll .col-lg-4,
.yellowsection-scroll .col-lg-3{
    padding-left: 12px;
    padding-right: 12px;
}

.welcome-wrapper-div{
    width: 100%;
    background: var(--LightBg);
    position: relative;
    padding: 200px 0px 100px 0px;
    margin-top: -100px;
}

.welcome-wrapper-div .col-lg-7 p{
    text-align: justify;
}

.welcome-wrapper-div .col-lg-7 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 42px;
    font-weight: 400;
}

.welcome-wrapper-div .col-lg-7 .morebtn-style{
    margin-top: 25px;
}

.welcome-wrapper-div .col-lg-5 .welcome-image-wrap{
    width: 100%;
    height: 100%;
    position: relative;
}

.welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-one{
    float: right;
    
    border-radius: 10px;
    overflow: hidden;
}

.welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-one img{
    width: 350px;
    height: 370px;
}

.welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-two{
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
    outline: 10px solid var(--LightBg);
}


.welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-two img{
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.yellowsection-wrap{
    width: 100%;
    padding: 100px 0px;
    margin: 100px 0px 0px 0px;
    background: var(--YellowColor);
    text-align: center;
}

.yellowsection-wrap .row{
    margin-left: 0px;
    margin-right: 0px;
}

.yellowsection-wrap .col-lg-3{
    height: 100%;
}



.yellowsection-wrap .col-lg-3 .yellowsection-item{
    width: 100%;
    text-align: center;
    padding: 45px 20px;
    min-height: 320px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.yellowsection-wrap .col-lg-3 .yellowsection-item p{
    padding: 0;
    margin: 0;
    line-height: 24px;
    color: #58504c;
}

.yellowsection-wrap  .col-lg-3 .yellowsection-item h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    color: var(--PrimaryColor);
    font-size: 18px;
    font-weight: 600;
}

.yellowsection-wrap .col-lg-3 .yellowsection-item span{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.yellowsection-item {
    padding: 15px;
    box-sizing: border-box;
}

.yellowsection-scroll .slick-slide {
    height: auto;
}

.yellowsection-wrap  .col-lg-3 .yellowsection-item span img{
    width: auto;
    height: 80px;
    object-fit: cover;
    display: inline-block;
}

.whychoose-us-wrapper{
    width: 100%;
    margin-top: 100px;
}

.whychoose-us-wrapper .col-lg-7 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 42px;
    font-weight: 400;
}

.whychoose-us-wrapper .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 20px 0px 40px 0px;
    position: relative;
}

.whychoose-us-wrapper .col-lg-7 ul li{
    width: 100%;
    position: relative;
    display: block;
    padding: 0px 0px 0px 34px;
    margin: 0px 0px 12px 0px;
    color: var(--textcolor);
    font-size: 15px;
}

.whychoose-us-wrapper .col-lg-7 ul li::before{
    width: 20px;
    height: 15px;
    background: url(../britu-verslo/assets/img/tick-icon.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 4px;
    content: '';
}

.whychoose-us-wrapper .col-lg-5 img{
    width: 100%;
    height: 600px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 10px;
}

.blog-enquiry-wrapper{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.blog-enquiry-wrapper .heading-styles h2,
.blog-enquiry-wrapper .heading-styles p{
    text-align: left;
}

.homeblog-wrapper-div .homeblog-item{
    width: 100%;
    border-bottom: 1px solid var(--borderColor);
    display: block;
    padding: 10px 20px;
}

.homeblog-wrapper-div .homeblog-item:first-child{
    border-top: 1px solid var(--borderColor);
}

.homeblog-wrapper-div .homeblog-item .col-lg-3 span{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: var(--PrimaryColor);
    position: relative;
}

.homeblog-wrapper-div .homeblog-item .col-lg-3 span img{
    width: 100%;
    height: 110px;
    object-fit: cover;
    transition-duration: 0.3s;
    position: relative;
    z-index: 0;
}

.homeblog-wrapper-div .homeblog-item:hover .col-lg-3 span img{
    opacity: 0.25;
}

.homeblog-wrapper-div .homeblog-item .col-lg-3 span i{
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 40%;
    margin-top: -12px;
    z-index: 150;
    color: var(--whitecolor);
    font-size: 20px;
    transition-duration: 0.3s;
    opacity: 0;
}

.homeblog-wrapper-div .homeblog-item:hover .col-lg-3 span i{
    top: 50%;
    opacity: 1;
}

.homeblog-wrapper-div .homeblog-item .blogitem-text{
    width: 100%;
    height: 100%;
    display: table;
}

.homeblog-wrapper-div .homeblog-item .blogitem-text span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
} 

.homeblog-wrapper-div .homeblog-item .blogitem-text span h6{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    font-size: 13px;
}

.homeblog-wrapper-div .homeblog-item .blogitem-text span h4{
    width: 100%;
    padding: 0;
    margin: 8px 0px 0px 0px;
    color: var(--headingColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.enquiry-wrapper-div{
    width: 100%;
    border: 2px solid var(--PrimaryColor);
    padding: 50px 40px 20px 40px;
    border-radius: 10px;
    display: block;
    min-height: 550px;
}

.enquiry-wrapper-div .submitbtn{
    width: 100%;
    padding: 0;
    margin: -8px 0px 0px 0px;
    background: var(--PrimaryColor);
    height: 46px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-weight: 500;
    border-radius: 4px;
    transition-duration: 0.3s;
}

.enquiry-wrapper-div .submitbtn:hover{
    background: var(--YellowColor);
    color: var(--PrimaryColor);
}


.wpcf7-not-valid-tip{
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.wpcf7-response-output{
    padding: 5px 10px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0;
    margin: -12px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.enquiry-wrapper-div .col-lg-12{
    position: relative;
    padding-bottom: 10px;
}

.enquiry-wrapper-div .col-lg-12 p{
    width: 100%;
    padding: 0;
    margin: 0;
}

.enquiry-wrapper-div .col-lg-12 input[type=text],
.enquiry-wrapper-div .col-lg-12 input[type=email]{
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    height: 44px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 14px;
}

.enquiry-wrapper-div .col-lg-12 textarea{
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    height: 90px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 14px;
}

.enquiry-wrapper-div .heading-styles{
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.enquiry-wrapper-div .heading-styles p{
    line-height: 24px;
    text-align: center;
}

.enquiry-wrapper-div .heading-styles h2{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 38px;
}

.blog-enquiry-wrapper .col-xl-8{
    padding-right: 80px;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #00a702;
	color: var(--whitecolor) !important;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.innerpage-banner-wrapper{
    width: 100%;
    background: var(--DarkBlueColor);
    height: 300px;
    margin-top: 140px;
    position: relative;
    overflow: hidden;
    display: table;
}

.innerpage-banner-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.6;
}

.innerpage-banner-wrapper .innerpage-middlealign{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}

.innerpage-banner-wrapper .innerpage-middlealign h2{
    color: var(--whitecolor);
    font-size: 52px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    width: 100%;
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-middlealign h6{
    color: var(--whitecolor);
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.innerpage-banner-wrapper .innerpage-middlealign h6 a{
    color: var(--whitecolor);
    text-decoration: none;
}

.innerpage-banner-wrapper .innerpage-middlealign h6 a:hover{
    color: var(--YellowColor);
}

.innerpage-banner-wrapper .innerpage-middlealign h6 i{
    font-size: 12px;
    margin-right: 4px;
}

.innerpage-banner-wrapper .innerpage-middlealign h6 span{
    padding: 0px 15px;
}

.innerpage-content-con{
    width: 100%;
    position: relative;
    margin: 100px 0px 100px 0px;
    display: inline-block;
}

.testimonials-page .testimonials-item{
    background: var(--LightBg);
    margin: 12px 0px;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto
}

.testimonials-page .testimonials-item .testimonials-content p {
    padding: 0;
    margin: 0px;
    overflow: visible;
    display: inline-block;
    color: var(--textcolor);
    
}

.testimonials-page .testimonials-item .testimonials-footer h4{
    color: var(--headingColor);
}

.testimonials-page .testimonials-item .testimonials-footer h6{
    color: var(--textcolor);
}

.testimonials-page .testimonials-item .testimonials-footer span {
    background: url(../britu-verslo/assets/img/testimonial-propic.png) no-repeat #d3d3e1;
}

.testimonials-page .testimonials-item .testimonials-footer{
    border-top: 1px solid var(--borderColor);
}

.testimonials-page .testimonials-item .testimonials-content ul li .fa-solid{
    color: #eabb1c;
}


.blogsingle-item{
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: var(--LightBg);
    display: block;
    margin: 12px 0px;
}

.blogsingle-item .blog-image{
    width: 100%;
    height: 290px;
    background: var(--PrimaryColor);
    position: relative;
    display: block;
    overflow: hidden;
}

.blogsingle-item .blog-image h6{
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0px;
    top: 15px;
    z-index: 100;
}

.blogsingle-item .blog-image h6 span{
    background: var(--whitecolor);
    color: var(--PrimaryColor);
    font-size: 13px;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 15px;
    margin-left: 15px;
}

.blogsingle-item .blog-image img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blogsingle-item:hover .blog-image img{
    opacity: 0.25;
    transform: scale(1.1);
}

.blogsingle-item .blog-image i{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 40%;
    margin-top: -12px;
    z-index: 100;
    color: var(--whitecolor);
    font-size: 24px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blogsingle-item:hover .blog-image i{
    opacity: 1;
     top: 50%;
}

.blogsingle-item .blog-text{
    width: 100%;
    display: table;
    padding: 0px 20px;
    height: 80px;
}

.blogsingle-item .blog-text span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.blogsingle-item .blog-text h4{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--headingColor);
    line-height: 22px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.googlemap-wrapper {
	position: relative;
	padding-bottom: 420px;
	height: 0;
	overflow: hidden;
	margin: 80px 0px 0px 0px;
}

.googlemap-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.sendusmessage-wrap .heading-styles h2{
    text-align: left;
    font-size: 36px;
    margin-bottom: 15px;
}

.sendusmessage-wrap .heading-styles p{
    text-align: left;
}

.sendusmessage-wrap .col-lg-6 input[type=text],
.sendusmessage-wrap .col-lg-6 input[type=email]{
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    height: 44px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 14px;
}

.sendusmessage-wrap .col-lg-12 textarea{
    width: 100%;
    background: var(--LightBg);
    border-radius: 4px;
    height: 120px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 14px;
}

.sendusmessage-wrap .col-lg-6 p,
.sendusmessage-wrap .col-lg-12 p,
.sendusmessage-wrap .col-lg-4 p,
.sendusmessage-wrap .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.sendusmessage-wrap .col-lg-3 .submitbtn{
    width: 100%;
    padding: 0;
    margin: -8px 0px 0px 0px;
    background: var(--PrimaryColor);
    height: 46px;
    border: none;
    outline: none;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-weight: 500;
    border-radius: 4px;
    transition-duration: 0.3s;
}

.sendusmessage-wrap .col-lg-3 .submitbtn:hover{
    background: var(--YellowColor);
    color: var(--DarkBlueColor);
}

.sendusmessage-wrap .col-lg-6,
.sendusmessage-wrap .col-lg-12{
    padding-bottom: 15px;
}

.getintouch-wrap{
    width: 100%;
    border: 2px solid var(--YellowColor);
    border-radius: 10px;
    padding: 50px 35px;
}

.getintouch-wrap .getintouch-item{
    width: 100%;
    padding: 0px 0px 0px 90px;
    margin: 0px 0px 0px 0px;
    position: relative;
    min-height: 70px;
    display: table;
}



.getintouch-wrap .getintouch-item div{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.getintouch-wrap .getintouch-item p{
    padding: 0;
    margin: 0;
    line-height: 22px;
}

.getintouch-wrap .getintouch-item p a{
    color: var(--textcolor);
    text-decoration: none;
}

.getintouch-wrap .getintouch-item h5{
    width: 100%;
    padding: 0;
    margin: 0px 0px 4px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--headingColor);
}

.getintouch-wrap .getintouch-item span{
    width: 70px;
    height: 70px;
    background: var(--YellowColor);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 70px;
    color: var(--DarkBlueColor);
    font-size: 20px;
}

.getintouch-wrap hr{
    width: 100%;
    padding: 0;
    margin: 12px 0px;
    border: none;
    outline: none;
    opacity: 1;
    border-bottom: 1px dashed var(--borderColor);
}

.getintouch-wrap .getintouch-header{
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

.getintouch-wrap .getintouch-header h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    font-weight: 400;
    font-size: 32px;
}

.sendusmessage-wrap{
    padding-left: 80px !important;
}

.blogsingle-style .col-lg-8 p{
    text-align: justify;
}

.blogsingle-style .col-lg-8 ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 20px 0px;
    display: block;
}

.blogsingle-style .col-lg-8 ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--textcolor);
}

.blogsingle-style .col-lg-8 h4,
.blogsingle-style .col-lg-8 h5,
.blogsingle-style .col-lg-8 h6,
.blogsingle-style .col-lg-8 h3,
.blogsingle-style .col-lg-8 h2,
.blogsingle-style .col-lg-8 h1{
    width: 100%;
    padding: 0;
    margin: 30px 0px 10px 0px;
    color: var(--PrimaryColor);
}

.blogsingle-style .col-lg-8 .blogtitle{
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
}

.blogsingle-style .col-lg-8 .blogdate{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
    font-weight: 500;
}

.blogsingle-style .col-lg-8 .blogdate span{
    background: var(--YellowColor);
    color: var(--DarkBlueColor);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 15px;
}

.blogsingle-style .col-lg-4 .blogimage{
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.blogsingle-style .col-lg-4 .blogimage img{
    width: 100%;
    height: auto;
}

.blogsingle-style .col-lg-4 .recentblog-posts{
    width: 100%;
    position: relative;
    display: block;
    margin-top: 40px;
}

.blogsingle-style .col-lg-4 .recentblog-posts h3{
    width: 100%;
    padding: 14px 0px;
    margin: 0;
    background: var(--DarkBlueColor);
    color: var(--whitecolor);
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    display: block;
}

.blogsingle-style .col-lg-4 .recentblog-posts ul{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px; 
}

.blogsingle-style .col-lg-4 .recentblog-posts ul li{
    list-style: none;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    width: 100%;
    display: block;
    border-bottom: 1px dashed var(--borderColor);
}

.blogsingle-style .col-lg-4 .recentblog-posts ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.blogsingle-style .col-lg-4 .recentblog-posts ul li a{
    color: var(--textcolor);
    display: block;
    font-size: 15px;
}

.blogsingle-style .col-lg-4 .recentblog-posts ul li a:hover{
    color: var(--PrimaryColor);
}

.sticky-sidebar{
    width: 100%;
    position: sticky;
    top: 70px;
}

.aboutpage-content .about-content .col-lg-8 p{
    text-align: justify;
}

.aboutpage-content .about-content .col-lg-8 .morebtn-style{
    margin-top: 15px;
}   

.aboutpage-content .about-content .col-lg-4 img{
    width: 100%;
    height: 320px;
    border-radius: 10px;
    object-fit: cover;
}

.ourmissionvision-con{
    width: 100%;
    padding: 40px 40px 40px 40px;
    background: var(--PrimaryColor);
    border-radius: 10px;
    display: block;
}

.ourmissionvision-con p{
    color: var(--textcolorBluebg);
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.ourmissionvision-con h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 22px;
    color: var(--whitecolor);
    position: relative;
}

.whychoose-text .col-lg-4 img{
    width: 100%;
    border-radius: 10px;
    height: 405px;
    object-fit: cover;
}

.whychoose-text .col-lg-8 ul{
    width: 100%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 40px 0px;
}

.whychoose-text .col-lg-8 ul li{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    font-size: 15px;
    color: var(--textcolor);
}

.whychoose-text,
.visionmission-wrap{
    margin-top: 80px !important;
}

.havequestions-enquiry{
    padding-top: 55px;
    padding-bottom: 35px;
    min-height: auto;
}

.havequestions-enquiry .heading-styles h2{
    font-size: 28px;
    color: var(--PrimaryColor);
}

.page-id-3 .innerpage-content-con ul,
.page-id-19 .innerpage-content-con ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.page-id-3 .innerpage-content-con ul li,
.page-id-19 .innerpage-content-con ul li{
    padding: 0;
    margin: 6px 0px;
    font-size: 15px;
    color: var(--textcolor);
}

.page-id-3 .innerpage-content-con h4,
.page-id-19 .innerpage-content-con h4{
    width: 100%;
    padding: 0;
    margin: 25px 0px 10px 0px;
    font-size: 22px;
    color: var(--PrimaryColor);
}

.page-id-3 .innerpage-content-con h3,
.page-id-19 .innerpage-content-con h3{
    width: 100%;
    padding: 0;
    margin: 45px 0px 10px 0px;
    font-size: 26px;
    color: var(--PrimaryColor);
    font-weight: bold;
}

.page-id-3 .innerpage-content-con p a,
.page-id-19 .innerpage-content-con p a{
    color: var(--textcolor);
    text-decoration: none;
    font-weight: 500;
    color: var(--headingColor);
}

.carousel-indicators{
    z-index: 999 !important;
}

.carousel-indicators button{
    z-index: 800;
    position: relative;
}

.lang-en .language-lithuania{
    display: none;
    visibility: hidden;
}

.lang-en .language-english{
    display: block;
    visibility: visible;
}

.lang-lt .language-lithuania{
    display: block;
    visibility: visible;
}

.lang-lt .language-english{
    display: none;
    visibility: hidden;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none;
}

.accrediations-wrap{
    width: 100%;
    background: var(--LightBg);
    padding: 60px 0px;
}

.accrediations-wrap .col-lg-5 .accrediation-item{
    width: 100%;
    background: #fff;
    height: 120px;
    border-radius: 4px;
    display: table;
}

.accrediations-wrap .col-lg-5 .accrediation-item span{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.accrediations-wrap .col-lg-5 .accrediation-item span img{
    max-width: 90%;
    max-height: 110px;
    object-fit: contain;
    display: inline-block;
}

.accrediations-wrap .col-lg-7 h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 32px 0px 0px 0px;
    font-size: 42px;
    font-weight: 400;
}




@media screen and (max-width: 1024px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding-left: 26px;
        padding-right: 26px;
    }

    .bannerwrapper .banner-wrapper-middlealign h1{
        font-size: 46px;
    }

    .whystudyin-wrap{
        padding: 45px 45px;
    }

    .whystudyin-wrap h2{
        font-size: 38px;
    }

    .whystudyin-wrap h2::before{
        top: 4px;
    }

    .welcome-wrapper-div .col-lg-7 h2{
        font-size: 34px;
    }

    .bannerwrapper .banner-item-div,
    .bannerwrapper{
        height: 500px;
    }

    .bannerwrapper img{
        height: 500px;
    }

    .footermenu-links .socialmedia-icons li{
        margin-right: 2px;
    }

    .enquiry-wrapper-div{
        padding-left: 25px;
        padding-right: 25px;
    }

    .sendusmessage-wrap{
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 980px) {
    .whystudyin-wrap h2::before,
    .welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-two,
    .footer-wrapper .getstarted-wrap .col-lg-8 div::before,
    .footermenu-links .col-lg-2,
    .footermenu-links .ps-lg-5.menu-links,
    .carousel-indicators,
    .bannerwrapper .banner-wrapper-middlealign p,
    .bannerwrapper .banner-wrapper-middlealign .col-xl-6 div,
    .bannerwrapper .banner-wrapper-middlealign h1 br,
    .header-topsection h6{
        display: none;
        visibility: hidden;
    }

   .whystudyin-wrap{
    text-align: center;
   }

   .whystudyin-wrap h2{
    padding-left: 0px;
   }

   .whystudyin-wrap .col-lg-5{
    text-align: center;
   }

   .whystudyin-wrap .col-lg-5 .morebtn-style{
    margin-top: 25px;
   }

   .welcome-wrapper-div .col-lg-7 h2{
    text-align: center;
   }

   .welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-one{
    width: 100%;
    height: auto;
    margin-top: 45px;
   }

   .welcome-wrapper-div .col-lg-5 .welcome-image-wrap .image-one img{
    width: 100%;
    height: auto;
   }

   .whychoose-us-wrapper .col-lg-7 h2{

    text-align: center;
    margin-top: 45px;
   }

   .whychoose-us-wrapper .col-lg-5 img{
    height: auto;
   }

   .blog-enquiry-wrapper .heading-styles h2, .blog-enquiry-wrapper .heading-styles p {
        text-align: center;
    }

    .blog-enquiry-wrapper .col-xl-8{
        padding-right: 12px;
        padding-bottom: 60px;
    }

    .footer-wrapper .getstarted-wrap{
        padding: 45px 45px;
        text-align: center;
    }

    .footer-wrapper .getstarted-wrap .col-lg-8 div{
        padding-left: 0px;
    }

    .footer-wrapper .getstarted-wrap .col-lg-4{
        text-align: center;
    }

    .bannerwrapper .banner-wrapper-middlealign h1{
        text-align: center;
        font-size: 42px;
    }

    .bannerwrapper .banner-wrapper-middlealign{
        vertical-align: bottom;
        padding-bottom: 15px;
    }

    .bannerwrapper .banner-item-div,
    .bannerwrapper{
        height: 400px;
    }

    .bannerwrapper img{
        height: 400px;
    }

    .yellowsection-wrap .col-lg-3 .yellowsection-item{
        min-height: 300px;
    }

    .course-page .col-lg-4{
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .sendusmessage-wrap{
        padding-left: 12px !important;
       padding-top: 80px;
    }

    .sticky-sidebar{
        margin-top: 60px;
    }

    .aboutpage-content .about-content .col-lg-4 img{
        height: auto;
        margin-top: 45px;
    }

    .whychoose-text .col-lg-4 img{
        height: auto;
        margin-bottom: 45px;
    }

    .visionmission-wrap .col-lg-6:last-child{
        margin-top: 25px;
    }

    .accrediations-wrap .col-lg-7 h4{
        width: 100%;
        text-align: center;
        margin: 0px 0px 20px 0px;
        font-size: 32px;
    }

}

@media screen and (max-width: 768px) {
    
}

@media screen and (max-width: 540px) {

    .heading-styles h2 br,
    .welcome-wrapper-div .col-lg-7 h2 br,
    .footermenu-links .col-md-6.menu-links{
        display: none;
        visibility: hidden;
    }

  .header-wrapper .col-lg-3 .header-logo{
    top: 0px;
    margin-top: -35px;
  }

  .header-wrapper .col-lg-3 .header-logo{
    width: 120px;
    height: 120px;
    background-size: 100%;
  }

  .f-nav .header-wrapper .col-lg-3 .header-logo{
    height: 50px;
    margin-top: 0px;
    width: 165px;
    background-size: 100%;
  }

  .header-wrapper .col-lg-9{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .f-nav .header-wrapper .col-lg-9{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .bannerwrapper{
    margin-top: 130px;
  }

  .bannerwrapper .banner-wrapper-middlealign h1{
    font-size: 26px;
  }

  .bannerwrapper .banner-item-div,
    .bannerwrapper,
    .bannerwrapper img{
        height: 340px;
    }

    .heading-styles h2{
        font-size: 28px;
    }

    .testimonials-scroll,
    .course-scroll,
    .yellowsection-scroll{
        margin-left: -12px;
        margin-right: -12px;
    }

    .testimonials-scroll .col-lg-4,
    .course-scroll .col-lg-4,
    .yellowsection-scroll .col-lg-3{
        padding-left: 5px;
        padding-right: 5px;
    }

    .exploreourcourse-wrap{
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .whystudyin-wrap{
        padding: 45px 12px;
    }

    .whystudyin-wrap h2,
    .welcome-wrapper-div .col-lg-7 h2,
    .whychoose-us-wrapper .col-lg-7 h2,
    .footer-wrapper .getstarted-wrap .col-lg-8 h3{
        font-size: 28px;
    }

    .welcome-wrapper-div{
        padding-bottom: 80px;
        padding-top: 170px;
    }

    .whychoose-us-wrapper .col-lg-5 img{
        margin-top: 0px;
    }

    .whychoose-us-wrapper{
        margin-top: 80px;
    }

    .yellowsection-wrap{
        margin-top: 80px;
        padding: 60px 0px;
    }

    .blog-enquiry-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .homeblog-wrapper-div .homeblog-item{
        padding: 25px 0px;
    }

    .homeblog-wrapper-div .homeblog-item .col-lg-3 span{
        margin-top: 20px;
    }

    .homeblog-wrapper-div .homeblog-item .col-lg-3 span img{
        height: 180px;
    }

    .footer-wrapper .getstarted-wrap{
        padding: 45px 15px;
    }

    .footer-wrapper .footer-credencials p{
        text-align: center;
    }

    .footermenu-links .col-lg-3{
        text-align: center;
    }

    .footermenu-links .socialmedia-icons{
        text-align: center;
    }

    .footermenu-links .socialmedia-icons li{
        padding: 0px 5px;
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }

    .innerpage-content-con{
        margin: 80px 0px;
    }

    .innerpage-banner-wrapper{
        margin-top: 130px;
    }

    .innerpage-banner-wrapper .innerpage-middlealign h2{
        font-size: 32px;
    }

    .innerpage-banner-wrapper,
    .innerpage-banner-wrapper img{
        height: 200px;
    }

    .getintouch-wrap{
        padding: 45px 20px;
    }

    .getintouch-wrap .getintouch-header h2,
    .sendusmessage-wrap .heading-styles h2{
        font-size: 28px;
    }

    .sendusmessage-wrap{
        padding-top: 60px;
    }

    .blogsingle-style .col-lg-8 .blogtitle{
        font-size: 22px;
    }

    .sticky-sidebar{
        margin-top: 40px;
    }

}



