﻿/*
Theme Name: bcon
Author: BCON
Author URI: http://www.bcon.lt
Version: 1.0
*/
:root {
  --shadow: 3px 3px 10px 3px silver;
  --orange: #fead58;
  --darkorange: #d48c41;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
 margin:0;
 background: #fff;
 font-size: 15px;
 font-family: 'Poppins', sans-serif;
}

#site-container{
  overflow: hidden;
  /* max-width:1440px; */
  width: 100%;
  display: block;
  margin:0 auto;
}

iframe {
  width: 100%;
  height: 50vh;
}
blockquote {
  padding: 29px 30px 12px;
  font-size: 21px;
  border-left: 4px solid #5c1c9d;
  background: 0 0;
  font-style: normal;
  color: #232;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.grecaptcha-badge{
  display: none;
}
#kontaktai-form-container label.error {
	width: 100%;
    text-align: center;
    display: block;
    margin: 15px auto;
    color: red;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  height: 100%;
  bottom: 0;
  margin: auto;
}
/* removes all blue borders on click */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
 /*image wrapping in wordpress posts*/
 img.alignright {float:right; margin:1em 0 1em 1em}
 img.alignleft {float:left; margin:1em 2em 1em 0}
 img.aligncenter {display: block; margin-left: auto; margin-right: auto}
 .alignright {float:right; }
 .alignleft {float:left; }
 .aligncenter {display: block; margin-left: auto; margin-right: auto}
img.aligncenter,
img.alignleft,
img.alignright{
 max-width: 100%;
 height: auto;
}
h2{
  margin-bottom: 5px;
}
/* iframe{
  border:none;
} */
iframe {
  width: 100%;
  height: 50vh;
}
iframe {
  border: none;
  border-radius: 14px;
  border: 6px solid #60009a;
  padding-top: 7px;
  background: #60009a;
  box-shadow: 0 0 0 10px #000;
  margin: 20px 0px;
}
.g-recaptcha iframe{
  height: initial;
  border: none;
  border-radius: initial;
  padding-top: initial;
  background: initial;
  box-shadow: initial;
  margin: initial;
}
p{
  margin-top:5px;
}
.theme-background{
  background: #5c1c9d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to right, #5c1c9d 0%,#e04d6a 50%,#f2a04a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c1c9d', endColorstr='#f2a04a',GradientType=1 );
}
.fixed-max-width{
  max-width: 1440px;
  margin: auto;
}
.more-orange{
  margin-left: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.more-darkorange{
  color:#d48c41;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.more-darkorange14{
  position: relative;
  margin-left: 40px;
  color:#d48c41;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.more-darkorange14:before,
.more-orange:before{
  content: "";
  width: 30px;
  height: 14px;
  background: url(../image/small-sprites.webp) no-repeat;
  display: block;
  position: absolute;
  left: -41px;
  top: 2px;
}

.footer_mail{
  font-size: 16px;
}
/* ===================== top menu ======================= */
/* DEFAULT TABLE STYLE */
table {
  border-collapse: collapse;
  width: 100%;
  cursor: pointer;
}
table, th, td {
  border: 1px solid #ddd;
  padding: 10px;
  line-height: initial;
}
table th {
  background-color: #5c1c9d;
  color: #fff;
  text-align: left;
  font-weight: 600;
}
table td {
  
}

.wp-block-table thead {
  border-bottom: 0px solid;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid #ddd;
  padding: 10px;
}
/* DEFAULT TABLE STYLE END */


#fixed-menu-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:74px;
  background: #fff;
  box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.21);
}
.bottom_sticky_tape{
  display: none;
}
#fixed-menu-container .logo-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  height: 100%;
  width: 258px;
  margin-left: 40px;
}
#fixed-menu-container .logo-container a{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#fixed-menu-container .logo-container img{
  display: block;
  /* vertical-align: middle; */
  width: 169px;
  margin: auto;
  height: 26px;
}
#fixed-menu-container .menu-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  height: 100%;
}
#fixed-menu-container .menu-container #menu-btn{
  height: 100%;
  width: 20px;
  padding: 0px 12px;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  z-index: 1000;
}
#fixed-menu-container .menu-container #menu-btn span{
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transition:1s;
  transition:1s;
}
#fixed-menu-container .menu-container #menu-btn span.mn-tp{
  top:29px;
}
#fixed-menu-container .menu-container #menu-btn span.mn-mdl{
  top:34px;
}
#fixed-menu-container .menu-container #menu-btn span.mn-btm{
  top:39px;
}
#fixed-menu-container .menu-container .menu-top-menu-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#fixed-menu-container .menu-container .menu-top-menu-container ul{
  margin: 0;
  padding:0;
  height: 100%;
}
#fixed-menu-container .menu-container .menu-top-menu-container li{
  list-style: none;
  position: relative;
  height:100%;
  margin:0 20px;
  display: inline-block;
}
#fixed-menu-container .menu-container .menu-top-menu-container li a{
  text-decoration: none;
  text-decoration: unset;
  font-weight: 600;
  color:#000;
  font-size: 16px;
  height: 100%;
  line-height: 72px;
  -webkit-transition:0.3s;
  transition:0.3s;
}
#fixed-menu-container .menu-container .menu-top-menu-container li a:hover,
#fixed-menu-container .menu-container .menu-top-menu-container li.current-menu-item a{
  color:#d48c41;
}
#fixed-menu-container .menu-container .placeholder_fixed{

}
#fixed-menu-container .menu-container #contacts{
  height:100%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  z-index: 1000;
}
#fixed-menu-container .menu-container #contacts a{
  margin:auto 20px;
  font-size: 14px;
  text-decoration: none;
  color:#a7a7a7;
  font-weight: 600;
  -webkit-transition: 1s;
  transition: 1s;
}
.menu-container #contacts a.phone{
  display: none;
}
#menu-item-15:after,
#menu-item-413:after{
  content: "";
  position: absolute;
  display: block;
  top: 24px;
  right: -27px;
  width: 30px;
  height: 18px;
  background: url(../image/small-sprites.webp) -71px -185px no-repeat;
}

#side-menu-container{
  position: fixed;
  display: block;
  left:0;
  top:0;
  height: 100%;
  width:100%;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-transition:1.5s;
  transition:1.5s;
}
#side-menu-inner-container{
    width: 44%;
    min-width: 364px;
    max-width: 500px;
    right:-600px;
    display: block;
    position: fixed;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    top: 0;
    min-height: 100%;
    background: #000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#side-menu-inner-container .side-menu-links{
  margin-top:auto;
  margin-bottom: auto;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
#side-menu-inner-container .side-menu-links .menu-rightsidemenu-container{
  margin-top:50px;
}
#side-menu-inner-container .side-menu-links ul{
  overflow-y: auto;
  max-height: 80vh;
    padding: 0;
    margin: 0;
  }
#side-menu-inner-container .side-menu-links ul li{
    list-style: none;
    /* margin-left:500px; */
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
#side-menu-inner-container .side-menu-links ul li a{
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;
  margin: 10px 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#side-menu-inner-container .side-menu-links .current-menu-item a,
#side-menu-inner-container .side-menu-links a:hover{
  color:#f2a04a;
}
#side-menu-inner-container .side-menu-links .daugiau-btn{
  display: inline-block;
  border: 1px solid rgb(62, 62, 62);
  height: 25px;
  padding: 19px 45px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin:50px 0px;
}
#side-menu-inner-container .side-menu-links .daugiau-btn:hover{
  color:#f2a04a;
  border-color: #f2a04a;
}
#side-menu-inner-container .soc-side-container{
  position: absolute;
  right: 20px;
  bottom: 50px;
  /* filter: brightness(0) invert(1); */
}

/* #side-menu-inner-container .social-buttons-container .sekite-mus{
  background:url(img/small-sprites.png) -31px -49px no-repeat;
} */
#side-menu-inner-container .social-buttons-container .sekite-mus{
  background:url(../image/small-sprites-grey.webp) -31px -49px no-repeat;
}

#side-menu-inner-container .social-buttons-container .fb{
background-position: -110px -57px;
}
#side-menu-inner-container .social-buttons-container .youtube{
  background-position: -110px -102px;
}
#side-menu-inner-container .social-buttons-container .linkedin{
  background-position: -110px -149px;
}
#side-menu-inner-container .social-buttons-container .youtube:hover{
background-position: -231px -214px;
}
#side-menu-inner-container .social-buttons-container .linkedin:hover{
background-position: -261px -215px
}
#side-menu-inner-container .social-buttons-container .fb:hover{
background-position: -204px -214px;
}


/* side menu opened */
#fixed-menu-container.show-side #side-menu-container{
  visibility: visible;
  opacity: 1;
}
#fixed-menu-container.show-side #side-menu-container #side-menu-inner-container{
 right: 0;

}
#fixed-menu-container.show-side .menu-container #contacts a{
  color:#fff;
  display: block;
}
#fixed-menu-container.show-side .menu-container #menu-btn span{
  background: #fff;
}
#fixed-menu-container.show-side .menu-container #menu-btn span.mn-btm {
    top: 35px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#fixed-menu-container.show-side .menu-container #menu-btn span.mn-mdl {
    opacity: 0;
}
#fixed-menu-container.show-side .menu-container #menu-btn span.mn-tp {
    top: 35px;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }


.submenu-container{
  position:fixed;
  top:74px;
  left:0;
  width:100%;
  background:#fff;
  -webkit-transition:0.5s;
  transition:0.5s;
  z-index: 999;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  max-height: 0;
}
.submenu-container.show{
  max-height:500px;
}
.submenu-container .submenu-inner{
  padding:60px;
  /* width:100%; */
  /* height:200px; */
  background: #fff;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.submenu-container .submenu-inner .left-links-list{
  width:20%;
  border-right: 1px solid #c0c0c0;
}
.submenu-container .submenu-inner .main-submenu-list{
  width:79%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.submenu-container .submenu-inner .main-submenu-list .submenu-cat{
  width:33%;
  max-width: 236px;

}
.submenu-container .submenu-inner .main-submenu-list .submenu-cat .cat-name{
  font-size: 30px;
  display: block;
  font-weight: 600;
  color:#c0c0c0;
  margin: 0;
  margin-bottom: 40px;
}
.submenu-container ul{
  padding:0;
  margin:0;
}
.submenu-container li{
  list-style: none;
}
.submenu-container li a{
  display: block;
  padding: 9px 0;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.submenu-container li a:hover{
  color:#d48c41;
}

/* ===================== apie mus ========================== */

#about-title-block {
  overflow: hidden;
  position: relative;
  display: block;
  /* height: 590px; */
  width: 100%;
}
#about-title-inner{
  position: relative;
  margin-bottom: 160px;
  left: 10%;
  margin-top: 5%;
  width: 42%;
}
#about-title-block h1 {
    color: #fff;
    line-height: 60px;
    margin: 0;
    font-weight: 700;
    font-size: 48px;
}
#about-title-block p {
    display: block;
    line-height: 32px;
    margin: 40px 0;
    color: #fff;
    font-size: 18px;
    width: 87%;
  }
  #about-main-block{
    position: relative;
  }
  #about-whatwedo{
    float: right;
    color: #fff;
    margin: 50px;
    margin-top: -138px;
    /* right: 107px; */
    min-height: 200px;
    display: block;
    background: #5c1c9d;
  }
  #about-whatwedo .whatwedo-inner{
    width: 395px;
    padding: 100px 80px 60px;
  }
  #about-whatwedo .whatwedo-inner:before{
    content: "";
    position: absolute;
    left: -42px;
    bottom: -31px;
    width: 280px;
    z-index: -1;
    height: 280px;
    background: url(../image/dots1.png) no-repeat;
}
  #about-main-block h2,
  #about-whatwedo h2{
    font-size: 48px;
    margin: 0;
    margin-bottom: 20px;
  }

  #about-whatwedo ul li{
    position: relative;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
    list-style: none;
    margin: 20px 0;
}
#about-whatwedo ul li a{
  text-decoration: none;
  color:inherit;
}
#about-whatwedo ul li a:hover{
  text-decoration: underline;
}
#about-whatwedo ul li:before{
  content: "";
  display: block;
  position: absolute;
  left: -38px;
  top: 6px;
  width: 30px;
  height: 20px;
  background: url(../image/small-sprites.webp) 0px 0px;
  }
  #about-text{
    padding: 100px;
    font-size: 18px;
    line-height: 32px;
  }
  #team-hero{
    width:100%;
    margin-top: 100px;
    display: block;
    min-height:500px;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
  }
  #tmh-photo-container,
  #tmh-text-container{
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
  #tmh-photo-container{
    /* text-align: right; */
  }
  #tmh-photo-container img{
    width: 481px;
    height: auto;
    max-width: 100%;
  }
  #tmh-text-container .text-inner{
    width: 80%;
    margin-left: 50px;
    margin-top: 30px;
  }
  #tmh-text-container .text-inner h3{
    font-size: 30px;
    margin: 50px 0 20px;
  }
  #tmh-text-container .text-inner .text{
  color:#767676;
  font-size: 16px;
  line-height: 32px;
  }
  #tmh-text-container .text-inner #video{
    background: #000;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    color: #fff;
    margin-top: 59px;
    margin-left: -148px;
    width: 300px;
    height: 168px;
  }
  #tmh-text-container .text-inner #video span{
    margin:auto;
  }



  #whole-team{
    display: block;
    width:100%;
    margin:100px 0;
  }
  #whole-team .team-inner{
    margin: 0px 94px
}
#whole-team .team-photos-container{
  margin: 50px 0;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#whole-team .team-photos-container .photo{
  position: relative;
  width: 268px;
  margin: 27px 5px;
}
#whole-team .team-photos-container .photo img{
  width: 100%;
  height: auto;
  }

  #team-hero #tmh-photo-container .photo {
    position: relative;
    width: fit-content;
    margin-left: auto;
  }

  #whole-team .team-photos-container .photo #bottom-text,
  #team-hero #tmh-photo-container #bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0)),color-stop(54%, rgba(92, 28, 157, 0.922)));
  background: linear-gradient(rgba(0, 0, 0, 0),rgba(92, 28, 157, 0.922) 54%);
}
#team-hero #tmh-photo-container #bottom-text {
  padding: 60px 40px 40px 40px;
  width: calc(100% - 80px);
}

#whole-team .team-photos-container .photo #bottom-text #bottom-text-inner{
  padding:20px;
}
#whole-team .team-photos-container .photo #bottom-text #name{
  font-size: 18px;
  font-weight: 600;
  color:#fff;
}

#team-hero #tmh-photo-container #bottom-text #name {
  font-size: 28px;
  font-weight: 600;
  color:#fff;
}

#whole-team .team-photos-container .photo #bottom-text #role{
  font-size: 14px;
  font-weight: 600;
  color: #fead58;
  display: block;
  margin-top: 10px;
}

#team-hero #tmh-photo-container #bottom-text #role {
  font-size: 18px;
  font-weight: 600;
  color: #fead58;
  display: block;
  margin-top: 10px;
}

#new-members{
  width:100%;
  text-align: center;
  margin-bottom: 150px;
}
#new-members h3{
  font-size: 30px;
  margin: 50px auto 20px;
  color:#5c1c9d;
}
/* ===================== atlikti darbai kategija========================== */
#darbai-main-outer-container a{
  text-decoration: none;
  margin: 20px 10px;
  max-width: 90%;
}
.atlikti-img img{
  /* transform: rotateX( -53deg ) rotateY( 11deg ) rotateZ(53deg); */
  -webkit-transform: rotateX( -53deg ) rotateY( 12deg ) rotateZ(47deg);
          transform: rotateX( -53deg ) rotateY( 12deg ) rotateZ(47deg);
  border: 6px solid #4a4a4a;
  border-radius: 17px;
  width: 443px;
  height: auto;
}
.atlikti-img{
  position: absolute;
  right: -100px;
  bottom: -14px;
}
#darbai-main-outer-container{
  width: 100%;
  margin: auto;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#darbai-main-outer-container .work-container{
  max-width: 100%;
  background: #f6f4f9;
  display: block;
  overflow: hidden;
  position: relative;
  min-height: 500px;
  width: 570px;
}
#darbai-main-outer-container .work-container .work-container-inner{
  margin: auto;
  padding:100px;
}
#darbai-main-outer-container .work-container .work-numbers {
    color: #5c1c9d;
    margin:0;
    font-weight: 700;
    font-size: 48px;
}
#darbai-main-outer-container .work-container .work-words {
font-size: 37px;
width: 80%;
}
.owl-slider-inner .work-numbers {
    color: #5c1c9d;
    margin:0;
    font-weight: 700;
    font-size: 48px;
}
.owl-slider-inner .work-words {
  font-size: 38px;
}
/* ===================== atlikti darbai ========================== */

/* transform: rotateX( -53deg ) rotateY( 11deg ) rotateZ(20deg); */
#atl-darbas-table #key{
  font-size: 17px;
  color: #a2a2a2;
  font-weight: 400;
}
#atl-darbas-table{
  font-size: 26px;
  font-weight: 600;
}
#atl-darbas-table #small-cells-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#atl-darbas-table #cell,
#atl-darbas-table #cell{
  /* display:flex;display: -ms-flexbox; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.321); */
  display: inline-block;
  min-width: 200px;
  padding-bottom: 10px;
  margin: 23px auto;
}
#pries-col{
  /* border-right: 1px solid rgba(0, 0, 0, 0.321); */

}
#atl-darbas-table #pries-po-container-row{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#atl-darbas-table #pries-po-container-row .number{
  font-weight: 700;
  font-size: 45px;
  padding:30px;
}
#atl-darbas-table #pries-po-container-row #po-col .number{
  color:#5c1c9d;
}
#pries,
#po{
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
#pries-col{
  border-right: 1px solid #d6d6d6;
}
#atl-darbas-table #cell>div,
#atl-darbas-table #cell>div{
  /* width:50%; */
  text-align: center;
}
#cell3{
  margin-top:30px;
}
#atl-darbas-table #pries-po-container-row>div{
  width:50%;
  text-align: center;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#atl-darbas-table #pries-po-name{
  font-size: 17px;
  color: #a2a2a2;
  font-weight: 400;
  width: 100%;
  /* font-size: 40px; */
  text-align: center;
  display: block;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.321); */
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#atl-darb-bread{
  font-weight: 400;
  opacity:0.5;
  margin-left: 8px;
}
#post-soc-but-container.atlikti-darb-soc{
  width: 20%;
  position: absolute;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  height: 100%;
  right: 0;
  top: 0;
}
#post-soc-but-container.atlikti-darb-soc #atlikti-soc-inner{
  position: relative;
  width: 100%;
  height: 100%;
}
#atl-darbas-title{
  position: relative;
  margin: 50px auto 200px;
  width: 65%;
  max-width: 820px;
}
#atl-darbas-content-container{
  width: 65%;
  max-width: 820px;
  margin: -150px auto auto;
}
#atl-darbas-title-block .post-title{
  color:#fff;
  margin: 33px auto 51px;
  font-size: 54px;
}
#atl-darbas-title-block{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
#post-main-container.atl-darbas{
  position: relative;
}
#atl-darb-excerpt{
  color:#fff;
}
#site-img-outer img{
  max-width: 100%;
  height: auto;
  /* border-radius: 10px; */
  text-align: center;
  border: 15px solid #000;
  border-radius: 27px
}
#atl-darbas-content-container #site-img-outer{
  /* border:20px solid #000; */
  /* border-radius: 10px; */
  position: relative;
  margin-bottom: 30px
}
.treciadienis-iframe-post .videoWrapper,
#atl-darbas-content-container #site-img-outer .videoWrapper{
  border-radius: 14px;
  border: 6px solid #60009a;
  background: #60009a;
  -webkit-box-shadow: 0 0 0 10px #000;
          box-shadow: 0 0 0 10px #000;
}
.treciadienis-iframe-post .videoWrapper iframe,
#atl-darbas-content-container #site-img-outer .videoWrapper iframe{
  border-radius: 7px;
}
#atl-darbas-content-container #site-img-outer iframe{
  margin: auto;
  display: block;
  max-width: 100%;
  border-radius: 7px;
  }
/* ===================== page 404 ========================== */
#page-404-container{
  min-height: 70vh;
  margin:50px 0;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page-404-container h1{
  color: #5c1c9d;
  font-size: 65px;
  margin: 0;
}
#page-404-container h2{
  color: #5c1c9d;
}
#page-404-container #inner-container{
  text-align: center;
  display: block;
  margin:auto;
}

/* ===================== kainos ========================== */
.grey-block{
  background: #f7f4f8;
  padding: 41px;
  margin: 50px auto;
}
.grey-block h2{
  color:#5c1c9d;
  margin-bottom: 25px;
}
#kainos-container{
  /* margin-left: 17%; */
  /* margin-right: 9%; */
  /* width: 74%; */
/*   width:100%; */
  z-index: 2;
}
#kainos-container .text-block{
  margin: 50px auto;
  max-width: 700px;
  font-size: 18px;
}
#kainos-blocks-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#kainos-container #pasiulymas{
  text-align: center;
  width: 32%;
  margin: 30px 5px;
  min-width: 300px;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  min-height: 200px;
  background: #5c1c9d;
  z-index: 10;
}
#kainos-container #pasiulymas .pas-inner{
  margin: 50px 40px;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  position: relative;
}
#kainos-container #pasiulymas h3{
  font-size: 30px;
  color:#fff;
}
#kainos-container #pasiulymas p{
  color:#a69bb6;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 38px;
  border-bottom:1px solid #a69bb6;
}
#kainos-container #pasiulymas ul{
  margin-top: 50px;
  margin-left: 25px;
  padding-left: 5px;
  padding-bottom: 175px;
}
#kainos-container #pasiulymas li{
  /* color:#ee9d4c; */
  color:#fff;
  text-align: left;
  list-style: none;
  margin:10px 0;
  position: relative;
}
#kainos-container #pasiulymas li:before{
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: -33px;
  width: 26px;
  height: 26px;
  background: url(../image/small-sprites.webp) -65px -285px no-repeat;
}
#pasiulymas-bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
#kainos-container #pasiulymas #price {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  color:#fff;
}
#kainos-container #pasiulymas #buy {
  display: inline-block;
  height: 25px;
  padding: 19px 0px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  }
#kainos-container #pasiulymas #buy:hover {
  background: #f2a04a;
}
  /* ===================== ellipses ========================== */
  #darbu_rez .front-slider-background .ellipse{
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    right: 59%;
    bottom: 74%;
    border-radius: 240px;
  }
  #darbu_rez .front-slider-background .ellipse1{
    display: block;
    width: 670px;
    height: 670px;
    position: absolute;
    right: 16%;
    bottom: -80%;
    border-radius: 670px;
  }

.ellipse1-atlikt-box  {
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: -116px;
  bottom: -214px;
  border-radius: 400px;
}
  #clock-outer-container .ellipse{
    display: block;
    width: 1200px;
    height: 1200px;
    position: absolute;
    right: -19%;
    bottom: -4%;
    border-radius: 1200px;
  }
  #clock-outer-container .ellipse1{
    display: block;
    width: 446px;
    height: 446px;
    position: absolute;
    right: -10%;
    bottom: -11%;
    border-radius: 446px;
  }
  #first-block-cosmo #ellipses-container{
    position: absolute;
    width:100%;
    height:100%;
    overflow:hidden;
  }
  #first-block-cosmo .ellipse-small{
    display: block;
    width: 470px;
    height: 470px;
    position: absolute;
    right: 66%;
    bottom: -7%;
    border-radius: 500px;
  }
  #first-block-cosmo .ellipse-small1{
    display: block;
    width: 158px;
    height: 158px;
    position: absolute;
    right: 56%;
    bottom: 21%;
    border-radius: 500px;
  }
  #about-title-block .ellipse{
    display: block;
    width: 670px;
    height: 670px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    top: -16%;
    border-radius: 670px;
  }
  #about-title-block .ellipse1{
    display: block;
    width: 330px;
    height: 330px;
    position: absolute;
    right: 14%;
    top: 11%;
    border-radius: 330px;
  }
#atl-darbas-title-block .ellipse1{
  display: block;
  width: 780px;
  height: 780px;
  position: absolute;
  right: 212px;
  top: -61px;
  border-radius: 780px;
}
#bottom-navi-blue-block.simple-post{
    height: unset;
}
#bottom-navi-blue-block.simple-post a{
  text-decoration: none;
}
#bottom-navi-blue-block.simple-post .sekantis-post:after {
  left: -42px;
  top: -59px;
  width: 180px;
  height: 180px;
  }
  #bottom-navi-blue-block.simple-post .sekantis-post:before {
    content: "";
    position: absolute;
    display: block;
    /* top: 7px; */
    left: -67px;
    width: 50px;
    height: 30px;
    background: url(../image/small-sprites.webp) 0px -284px no-repeat;
  }
  #bottom-navi-blue-block.simple-post .sekantis-post{
    position: relative;
    margin: 117px;
	margin-right: 0;
    left:0!important;
    top:0!important;
    right:0!important;
    bottom: 0!important;
	width: 35%;
  }
#bottom-navi-blue-block .prev-img-ellippse{
  display: block;
  width: 550px;
  height: 550px;
  position: absolute;
  right: 43px;
  bottom: -208px;
  border-radius: 550px;
}
#atl-darbas-title-block .ellipse2{
  display: block;
  width: 450px;
  height: 450px;
  position: absolute;
  right: -43px;
  top: -103px;
  border-radius: 500px;
}
  #page-title-block .ellipse-blogas{
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    right: 58px;
    bottom: -232px;
    border-radius: 500px;
  }
  #page-title-block .ellipse1-blogas{
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    right: 473px;
    bottom: 58px;
    border-radius: 160px;
  }
  #page-title-block .ellipse-kainos{
    display: block;
    width: 800px;
    height: 800px;
    position: absolute;
    right: 27px;
    bottom: -232px;
    border-radius: 800px;
  }
  #page-title-block .ellipse1-kainos{
    display: block;
    width: 140px;
    height: 140px;
    position: absolute;
    right: 200px;
    bottom: 58px;
    border-radius: 140px;
  }
  #page-title-block .ellipse-klientai {
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -232px;
    left: 0;
    border-radius: 800px;
}
  #page-title-block .ellipse1-klientai {
    display: block;
    width: 1000px;
    height: 1000px;
    position: absolute;
    right: -254px;
    bottom: -108px;
    border-radius: 1400px;
  }
/* ===================== blogas ========================== */
.pb-nav-container{
  width:100%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
.pb-nav-previous,
.pb-nav-next{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  text-align: center;
  margin: 50px 0;
}
.pb-nav-previous a,
.pb-nav-next a{
  text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    color: #dc8c41;
    position: relative;
}
.pb-nav-previous a:before,
.pb-nav-next a:before{
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: -91px;
    width: 50px;
    height: 30px;
    background: url(../image/small-sprites.webp) 0px -284px no-repeat;
}
/* Page title block */
#page-title-block{
  position: relative;
  display: block;
  height:300px;
  width:100%;
  overflow: hidden;
}

#page-title-inner{
  position: absolute;
  left: 12%;
  top: 28%;
}

#page-title-block h1{
  color:#fff;
  margin:0;
  font-weight: 700;
  font-size:48px;
}
.breadcrumbs-pb a{
  text-decoration: none;
  color:#fff;
  font-weight: 400;
  font-size: 14px;
}

#blogas-main-outer-container{
  width:80%;
  margin-left: 18%;
  margin-right: 13%;
  display: block;
}
.categories-navigation{
  margin:64px 0;
  width:100%;
}
.categories-navigation ul{
  padding:0;
}
.categories-navigation ul li{
  list-style: none;
  display: inline-block;
}
.categories-navigation ul li a{
  display: inline-block;
  padding: 4px 18px;
  text-decoration: none;
  background: #f7f4f8;
  font-weight: 600;
  color: var( --darkorange);
  margin: 10px 3px;
}
.categories-navigation ul li.current-menu-item a{
  background: #c3c3c3;
}
#blog-main-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 80px;
  min-height: 50vh;
}
.blog-post-container{
  display: block;
  width: 380px;
  margin-bottom: 30px;
}
.blog-date{
  color:#e04d6a;
  font-size: 14px;
  font-weight: 600;
  margin-top:20px;
  display: block;
}
.blog-post-container a{
  text-decoration: none;
}
.blog-post-container p{
  text-align: justify;
}
/* .blog-post-container a img{
  width: 100%;
} */
.blog-post-container h2{
  color:#5c1c9d;
  font-size: 24px;
  font-weight: 700;
}
#atl-darb-excerpt,
.post-content{
    font-size:18px;
    line-height: 32px;
}
.post-content img{
  /* max-width: 765px; */
  width: 100%;
  height:auto;
}
.post-content .wp-caption{
  width: initial!important;
}
/* ===================== treciadienis ========================== */
#post-content-container .treciadienis-iframe-post{
  margin:50px auto;
}
#post-content-container .treciadienis-iframe iframe{
  width:100%;
}
#treciadienis-main-container{
  width: 80%;
  margin: 100px auto;
}
#treciadienis-main-container .treciadienis-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  margin-bottom: 150px;
}
.treciadienis-iframe{
  width:60%;
}
#treciadienis-main-container .treciadienis-container:nth-child(odd){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#treciadienis-main-container .treciadienis-container:nth-child(odd) .treciadienis-text-container{
  padding-left: 0px;
  padding-right: 60px;
  text-align: right;
}
#treciadienis-main-container a{
  text-decoration: none;
}
#treciadienis-main-container .treciadienis-container .treciadienis-text-container{
  padding-left: 60px;
  max-width: 560px;
}
#treciadienis-main-container .treciadienis-iframe iframe{
  -webkit-box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.2902);
          box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.2902);
  border:none;
  /* width: 560px!important; */
  /* height: 315px!important; */
}
.treciadienis-title{
  line-height: 47px;
  color: #5f1d9b;
  font-size: 40px;
  margin:0;
  margin-bottom: 35px;
}
/* ===================== post ========================== */
.custom-post-link{
  display: block;
  background:#f2a04a;
  color: #000;
  overflow: auto;
  padding: 20px;
}
.custom-post-link span{
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.custom-post-link a{
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  background: #000;
  float: right;
}
#post-bottom-line{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  width:100%;
  margin: 50px auto;
}
#post-bottom-soc-buttons{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#post-bottom-soc-buttons .inner{
  margin:auto 0 auto auto;
}
#post-bottom-soc-buttons .inner div{
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  display: inline-block;
  background: url(../image/small-sprites.webp) no-repeat;
}
#post-bottom-soc-buttons .inner a{
  text-decoration: none;
}
#post-bottom-soc-buttons .inner div#fb{
  background-position: -153px -58px;
}
#post-bottom-soc-buttons .inner div#fb:hover{
  background-position: -211px -58px;
}
#post-bottom-soc-buttons .inner div#in{
  background-position: -154px -113px;
}
#post-bottom-soc-buttons .inner div#in:hover{
  background-position: -212px -113px;
}
#post-bottom-soc-buttons .inner div#share{
  background-position: -154px -149px;
}
#post-bottom-soc-buttons .inner div#share:hover{
  background-position: -212px -149px;
}
#post-bottom-line>div{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
}
#programavimas-links-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  margin: 30px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#programavimas-links-container .prog-link-box{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  margin: 5px;
  position: relative;
  width: 230px;
  height: 146px;
  background: url(../image/bcon-sprite.webp) no-repeat;
}
#programavimas-links-container .prog-link-box a{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
}
#programavimas-links-container .prog-link-box:nth-child(3n-1){
  background-position-y: -369px;
}
#programavimas-links-container .prog-link-box:nth-child(3n-2){
  background-position-y: -554px;
}
#programavimas-links-container .prog-link-box span{
  position: relative;
  font-weight: 600;
  color: #fff;
  display: block;
  text-decoration: none;
  margin: auto;
  width: 100%;
  text-align: center;
}
/* iframe */
#___page_0{
  float:left!important;
  margin-right: 20px!important;

}
.wp-caption{
  margin:10px;
}
#post-main-container{
  width:100%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#table-content-container{
  /* width:26%; */
  width: 300px;
  position: relative;
}
#table-content-container.table-absolute{
  position: absolute;
}
#post-content-container{
  /* width:54%; */
  width:62%;
  text-align: justify;
}
#post-content-container.page{
  margin:auto;
  min-height: 80vh;
}

#post-soc-but-container{
  width:20%;
  position: relative;
}
.kb-post-template-default #post-soc-but-container{
  display: none;
}
.post-title{
  color:#5c1c9d;
  font-size: 48px;
  font-weight: 700;
  margin:0;
}
.breadcrumbs-post {
margin-top: 35px;
}
.breadcrumbs-post a{
  font-size: 14px;
  color:#c0c0c0;
  text-decoration: none;
}
.breadcrumbs-post a.black{
  color:#000;
}

#before-sticky{
/*   display: block;
  width:100%;
  height:150px; */
  display: none;
}

#before-sticky2{
  display: block;
  width:100%;
  height:200px;
}

#before-sticky2.with_sidebar {
	height: 35px;
}

#sticky-table{
  /* width: 256px; */
  width: 266px;
  /* margin-left: 50px; */
  margin-left: 10px;
  margin-right: 10px;
  z-index: 2;
  /* overflow-y: scroll; */
  /* max-height: calc(100vh - 50 px); */
}
#sticky-table #innertoc{
  padding-bottom: 25px;
}

#sticky-table #innertoc #contentheader{
  /* background: #f2a04a; */
  padding: 10px 0px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
#sticky-table #innertoc .page{
  display: block;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
}
#sticky-table #innertoc .page b{
    font-weight: 400;
  }
#sticky-table #innertoc .page.active,
#sticky-table #innertoc .page.active strong,
#sticky-table #innertoc .page.active b{

  color:#5c1c9d;
  font-weight: 700;
}
#sticky-table #innertoc .page.indent{
  padding-left: 20px;
  }
#sticky-table #innertoc .page:hover{
  color:#000;
}
#sticky-table #innertoc .page strong{
  font-weight: 400;
}
#mobile-table-of-content{
  max-width:100%;
  width:400px;
}
#mobile-table-of-content #innertoc{
  background: #f2a04a;
  padding: 20px;
  margin: 20px 0 50px;
}
#mobile-table-of-content #innertoc>div{
    margin-top: 20px;
}
#mobile-table-of-content #innertoc #contentheader{
    display: block;
    padding: 3px 0;
    font-size: 17px;
    text-align: center;
  }
#mobile-table-of-content #innertoc a,
#mobile-table-of-content #innertoc a strong,
#mobile-table-of-content #innertoc a b{
  font-weight: 400;
}
#mobile-table-of-content #innertoc a{
  display: block;
  margin-bottom: 13px;
  color:#000;
  text-decoration: none;
}
.stuck {
  position:fixed!important;
  top:100px!important;
  z-index: 5;
}
.sticky-surpassed {
    position:absolute!important;
    bottom: 0!important;
}
.post-soc-inner-container{
  margin-left: 50px;
  padding-bottom: 50px;
}
.post-soc-inner-container span{
  position: relative;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  width: 58px;
  height: 58px;
  margin: 5px 0;
  background: #ededed;

}
.post-soc-inner-container span:before{
  content:"";
  display: block;
  margin:auto;
  width:30px;
  height:30px;
  background: url(../image/small-sprites.webp) no-repeat;
}
.post-soc-inner-container span.post-fb:before{
 background-position: -153px -58px;
}
.post-soc-inner-container span.post-fb:hover:before{
  background-position: -211px -58px;
}
.post-soc-inner-container span.post-in:before{
 background-position: -154px -113px;
}
.post-soc-inner-container span.post-in:hover:before{
  background-position: -212px -113px;
}
.post-soc-inner-container span.post-mail:before{
 background-position: -154px -149px;
}
.post-soc-inner-container span.post-mail:hover:before{
 background-position: -212px -149px;
}
#bottom-navi-blue-block{
  overflow: hidden;
  background: #5c1c9d;
  position: relative;
  width:100%;
  height:360px;
}
#bottom-navi-blue-block #middle-separator{
  display: block;
  position: absolute;
  width:2px;
  background: #451872;
  height: 100%;
  left:50%;
}
.sekantis-post{
  z-index: 10;
  position: absolute;
}
.sekantis-post.left-side{
  bottom: 80px;
  left: 218px;
  float: left;
}
.sekantis-post.right-side{
  bottom: 80px;
  right: 130px;
  float: right;
}
.sekantis-post span{
  display: block;
  color:#fff;
  font-weight: 700;
  font-size: 30px;
}
.sekantis-post{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color:#fead58;
}
.sekantis-post:after{
  content: "";
  z-index: -1;
  position: absolute;
  left: -142px;
  top: -182px;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png) no-repeat;
}
.sekantis-post.right-side:after {
  left: 23px;
}
.sekantis-post:before{
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  left: -91px;
  width: 50px;
  height: 30px;
  background: url(../image/small-sprites.webp) 0px -284px no-repeat;
}

#post-hashtags a{
  position: relative;
  background: #f7f4f8;
  font-size: 14px;
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
  color: #d48c41;
  text-decoration: none;
}
#post-hashtags a::before{
  content: "#";
  display: inline-block;
  padding-right: 3px;
}


/* ===================== footer ========================== */
  footer{
    background: #000;
    color:#fff;
  }
  .copyright{
    color: #404040;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 130px;
    font-weight: 600;
  }
  .foot-soc-buttons{
    position: absolute;
    bottom: 20px;
    right: 130px;
  }
  .foot-soc-buttons a{
    text-decoration: none;
  }
  .grey-sekite {
      width: 193px;
      display: inline-block;
      height: 30px;
      background: url(../image/small-sprites-grey.webp) 9px -25px no-repeat;
    }
  .grey-youtube,
  .grey-in,
  .grey-fb{
    width:30px;
    height:30px;
    margin:0px 10px;
    display: inline-block;
    background:url(../image/small-sprites.webp) no-repeat;
  }
  .grey-youtube{
  background-position: -128px -216px;
}
  .grey-in{
  background-position: -158px -216px;
}
  .grey-fb{
  background-position: -101px -216px;
  }
  .grey-youtube:hover{
  background-position: -232px -216px;
}
  .grey-in:hover{
  background-position: -262px -216px;
}
  .grey-fb:hover{
  background-position: -205px -216px;
  }
  #footer-inner{
    position: relative;
    padding: 48px 130px;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* justify-content: space-between; */
  }

  #footer-inner .first-foot{
    width:40%;
    min-width: 293px;
  }

  #footer-inner .sec-foot{
    width:37%;
    min-width: 200px;
  }
  #footer-inner .third-foot{
    width:60%;
    min-width: 133px;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #first-foot-inner{
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }


  #footer-inner .first-foot .big-sus{
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    display: block;
  }
  #footer-inner .first-foot .tel{
    color:#fff;
    text-decoration: none;
    display: block;
    font-size: 24px;
    font-weight: 700;
  }
  #footer-inner .first-foot .addr{
    color:#d48c41;
  }
  #footer-inner .sec-foot{
    font-size: 16px;
    margin:auto 0;
  }
  #footer-inner .sec-foot .kaip-rasti{
    text-decoration: none;
    color:#d48c41;
    display: block;
    font-size: 14px;
  }
  #footer-inner .sec-foot .vilnius{
  font-size: 18px;
  font-weight: bold;
  display: block;
  }
  #footer-inner .third-foot .menu-footer-menu-container ul{
    padding:0;
    margin: auto 10px;
  }

  #footer-inner .third-foot .menu-footer-menu-container li{
    list-style:none;
    margin:14px 0;
  }

  #footer-inner .third-foot .menu-footer-menu-container a{
    font-weight: bold;
    font-size: 24px;
    color:#fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #footer-inner .third-foot .menu-footer-menu-container a:hover{
    color:#f2a04a;
  }
/* ===================== front-page======================= */
#form-background{
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  display: none;
  overflow-y: auto;
  max-height: 100vh;
}
#form-background.show{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}

.pl-1 {
  padding-left: 1em !important;
}

#form-background #form-container{
  margin: auto;
background: rgba(0,0,0,0.94);
    width: 530px;
    max-width: 90%;
    position: relative;
}
#form-background #form-container #inner-form-container{
  padding: 30px 45px;
}
#form-background #form-container #inner-form-container span#form-header{
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 600;
}
#form-background #form-container #inner-form-container label.error{
  color: #ff0000;
  font-weight: 600;
  margin-top: 10px;
}
#form-background #form-container #inner-form-container input,
#form-background #form-container #inner-form-container textarea,
#form-background #form-container #inner-form-container select{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 12px auto;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
#form-background .form-priv-policy{
  color: #ffffff61;
}
#form-background .checkbox-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 12px auto;
}
#form-background #form-container #inner-form-container .checkbox-container #checkbox-form{
  margin: auto 0;
  width: 55px;
  padding: 0;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  -webkit-box-sizing: unset;
          box-sizing: unset;
}
#form-background #form-container #inner-form-container textarea{
  height:52px;
  font-family: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#form-background #form-container #inner-form-container textarea:focus{
  height:140px;
}
#form-background #form-container #inner-form-container span#close-form{
color: #fff;
cursor:pointer;
font-size: 21px;
font-weight: 400;
position: absolute;
top: 15px;
right: 30px;
}
#form-background #form-container #inner-form-container #submit{
  display: block;
  cursor:pointer;
  width: auto;
  padding: 15px 45px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: var(--orange);
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  margin: 20px auto;
  }
#form-background #form-container #inner-form-container option{
  color: #000
}
#form-background #form-container #inner-form-container option:hover{
   -webkit-box-shadow: 0 0 10px 100px #1882A8 inset;
           box-shadow: 0 0 10px 100px #1882A8 inset;
}
#form-button{
  position: fixed;
  bottom: 50%;
  left: -100px;
  display: block;
  background: #000;
  color: #fff;
  padding: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  cursor:pointer;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  }
  #form-button:hover{
  background:#d48c41;
  }
#form-button.visible{
  left:53px;
  }
  
#form-button.prices-form {
	right: -300px;
	left: unset;
}
#form-button.prices-form.visible {
	-webkit-transform-origin: right top;
	transform-origin: right top;
	left: unset;
	right: 0;
}

#aft-menu-site-container{
  margin-top:74px;
}
#first-block-cosmo{
  position: relative;
  display: block;
  width:100%;
  height:1280px;
}

.dots{
  background: url(../image/dots.png) 0px 0px no-repeat;
  width: 560px;
  height: 560px;
  position: absolute;
  left: 38%;
  top: 170px;
}
.big-elipse{
  display: block;
/*  background: url(img/big-elipse.png) 0 0 no-repeat;*/
  width: 884px;
  height: 820px;
  position: absolute;
  left: 52%;
  top: -38px;
}

.social-buttons-uoter-container{
  position: absolute;
  display: block;
  /* top:33%; */
  top: 0px;
  right: 0px;
  height:100%;
}
.social-buttons-container.sticky-front{
  right:30px;
  margin-right: 30px;
}
.social-buttons-container.sticky-front.stuck,
.social-buttons-container.sticky-front.sticky-surpassed{
  margin-right: 0px;
}

.social-buttons-uoter-container #before-sticky3{
  display: block;
  width:100%;
  height:300px
}
.social-buttons-container .sekite-mus{
  height:193px;
  display: block;
  width:30px;
  background:url(../image/small-sprites-follow.png) 3px -49px no-repeat;
}
.social-buttons-container .youtube,
.social-buttons-container .linkedin,
.social-buttons-container .fb{
  width:30px;
  height:30px;
  margin:10px 0;
  display: block;
  background:url(../image/small-sprites.webp) no-repeat;

}
.social-buttons-container .fb{
background-position: -71px -57px;
}
.social-buttons-container .youtube{
  background-position: -71px -102px;
}
.social-buttons-container .linkedin{
  background-position: -71px -149px;
}
.social-buttons-container .youtube:hover{
background-position: -231px -214px;
}
.social-buttons-container .linkedin:hover{
background-position: -261px -215px
}
.social-buttons-container .fb:hover{
background-position: -204px -214px;
}


.first-text-container{
  width: 690px;
  /* height: 500px; */
  padding-top: 150px;
  padding-left: 120px;
}
.first-text-h1{
  color:#fff;
  line-height: 81px;
  font-size: 74px;
  margin:0;
}
.first-text-h1 span{
    font-weight: 400;
}
.first-text-container p{
  display: block;
  line-height: 32px;
  margin: 40px 0;
  color: #fff;
  font-size: 18px;
  width: 67%;
  min-width: 266px;
}
.first-text-container .daugiau-btn,
#clock-outer-container .daugiau-btn{
  display: inline-block;
  letter-spacing: 1px;
  height: 25px;
  padding: 28px 45px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#first-block-cosmo .blue-square-outer{
  position: absolute;
  bottom: -122px;
  right: 107px;
}
#first-block-cosmo .blue-square-inner{
  position:relative;
}
.zero-opacity{
  opacity: 0;
}
#first-block-cosmo .blue-square{
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 20;
  color: #fff;
  width: 368px;
  padding: 100px;
  background: #5c1c9d;
}
#first-block-cosmo .blue-square-inner .dots1{
  position: absolute;
  top: -41px;
  left: -41px;
  display: block;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png) no-repeat;
}
#first-block-cosmo .blue-square h2{
  font-size: 48px;
  margin: 0;
}
#first-block-cosmo .blue-square .text{
  line-height: 30px;
  margin: 32px auto;
  font-size: 16px;
}
#second-block-mokymai{
    position: relative;
    width: 100%;
  }
  #mokymai1-row,
  #mokymai2-row{
    display: block;
    position: relative;
    width: 100%;
  }
  #second-block-mokymai  .mokymai-container{
    margin-top: 123px;
    margin-left: 17%;
    position: relative;
  }
.mokymai-blocks-container{
  margin-top: 75px;
  margin-left: 24%;
  width: 1000px;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.mokymai-blocks-container:before{
  content: "";
  position: absolute;
  margin-left: 19%;
  margin-top: -66px;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png) no-repeat;
}
.mokymai-blocks-container>div{
  position: relative;
  display: block;
  width: 230px;
  min-width: 200px;
  margin: 0 10px;
  height: 146px;
  background: url(../image/bcon-sprite.webp) no-repeat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.mokymai-blocks-container>div:hover{
  /* opacity:0.8; */
}
.mokymai-blocks-container>div>a{
    display: block;
    color:#fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
.mokymai-blocks-container .mbc2{
  background-position-y: -180px;
}
.mokymai-blocks-container .mbc3{
  background-position-y: -369px;
}
.mokymai-blocks-container .mbc4{
  background-position-y: -554px;
}
  .mbc-link{
    
    width:100%;
    text-align:center;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.6);
  }
  .title3{
    font-weight: 700;
    font-size: 48px;
    margin: 10px 0;
  }
  .text3{
    font-size: 16px;
    line-height:32px;
    font-weight:400;
    color:#7c6d6d;
  }

#treciadienis{
  margin: 150px auto;
  width: 100%;
}
#treciadienis-inner{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  width: 76%;
  margin-left: 14%;
}
#treciadienis .film{
  position: relative;
  margin:20px;
  z-index: 10;
}

#treciadienis .film:before{
  content: "";
  position: absolute;
  bottom: -13px;
  left: -100px;
  z-index: -1;
  margin-left: 54px;
  display: block;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png) no-repeat;
}
#treciadienis .text-container{
  margin:20px;
}

#naujienla{
  height:auto;
  background: url(../image/subscribe-background.webp) no-repeat;
  background-size: cover;
  background-position: center;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
.naujienla-inner-container{
  margin:auto;
  text-align: center;
}
.title-white30{
  color:#fff;
  font-weight: 700;
  font-size: 30px;
  margin:10px 0;
}
.text-white16{
  font-size: 16px;
  color:#fff;
  line-height: 26px;
  margin: 0;
  margin-bottom: 25px;
}
#naujienla .input-container form #front-form-cont,
#naujienla .input-container form,
#naujienla .input-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  width:100%;
}
#naujienla .input-container form{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#naujienla #mce-EMAIL-error{
  margin-bottom: 20px;
  color: #f18d51;
  font-weight: 600;
}
#naujienla .input-container #mce-EMAIL{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  padding: 10px;
  border-bottom: 2px solid #fff;
}
#naujienla .input-container #mce-EMAIL::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
}
#naujienla .input-container #mce-EMAIL:-ms-input-placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
}
#naujienla .input-container #mce-EMAIL::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
}
#naujienla .input-container #mce-EMAIL::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#fff;
}
#naujienla .input-container #mc-embedded-subscribe{
  padding: 30px 79px;
  font-weight: 600;
  border: none;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition:0.3s;
  transition:0.3s;
  cursor: pointer;
  }
  #naujienla .input-container .mc-field-group{
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    width: 100%;
  }
  .first-text-container .daugiau-btn:hover,
  #clock-outer-container .daugiau-btn:hover{
    background:#f2a04a;
  }
#aciu-page{
  margin: 50px auto;
  padding: 50px;
  background: #d48c41
}

#klientai-page-outer{
  width:80%;
  margin: 50px auto 100px;
}
  #klientai{
    width: 100%;
  }
  #klientai .klientai-inner-container{
    padding: 200px 142px;
  }
  #klientai-logos{
    width:100%;
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #klientai-page-outer #klientai-logos {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #klientai-logos span{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  width:220px;
  height:86px;
  background: url(../image/clients-logos.webp) no-repeat;
  margin: 37px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#klientai-logos div{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  width: 220px;
  display: block;
  background-position: center;
  height: 86px;
  margin: 37px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: contain;
  cursor: pointer;
}
.logo_sponsors_5{
  background: url(../image/logo_sponsors_5.webp) no-repeat;
}
.logo_sponsors_6{
  background: url(../image/logo_sponsors_6.webp) no-repeat;
}
.logo_sponsors_7{
  background: url(../image/logo_sponsors_7.webp) no-repeat;
}
.logo_sponsors_8{
  background: url(../image/logo_sponsors_8.png) no-repeat;
}
#klientai-page-outer span{
  background: url(../image/clients-logos-page.png) no-repeat;
}
#klientai-logos span:hover,
#klientai-logos div:hover{
  -webkit-filter:none;
  filter:none;
  opacity:1;
}
#klientai-logos span.vildeta{
  background-position: 33px -364px;
}

#klientai-logos span.solet{
  background-position: 37px 7px;
}

#klientai-logos span.impress{
  background-position: 20px -109px;
}

#klientai-logos span.pusku{
  background-position: 3px -205px;
}

#klientai-logos span.auraplus{
  background-position: 15px -284px;
}
#klientai-logos span.vilniuscoding{
  background-position: 6px -783px;
}
#klientai-logos span.edenwaters{
background-position: 27px -664px;
}
#klientai-logos span.serveriailt{
  background-position: 3px -539px;
}
#klientai-logos span.santuokalt{
  background-position: 12px -452px;
}
#klientai-logos span.pribus{
  background-position: 12px -878px;
}
#klientai-logos span.dimela{
  background-position: 6px -975px;
}
#klientai-logos span.reklamosforma{
  background-position: 23px -1085px;
}
#klientai-logos span.metropiovertimai{
  background-position: 0px -1190px;
}
#klientai-logos span.asliekna{
  background-position: 27px -1307px;
}
#klientai-logos span.financelt{
  background-position: 27px -1395px;
}
#klientai-logos span.siosnordic{
  background-position: 0px -1493px;
}
#klientai-logos span.mateja{
  background-position: 9px -1603px
}
#klientai-logos span.medasa{
  background-position: 9px -1702px
}
#klientai-logos span.juratecity{
  background-position: 23px -1805px
}
#klientai-logos span.graziapdaila{
  background-position: 0px -1893px
}
#klientai-logos span.litaugus{
  background-position: 13px -1973px
}
#klientai-logos span.webey{
  background-position: 56px -2094px
}
#klientai-logos span.xpadangos{
  background-position: 16px -2209px
}
#klientai-logos span.drammen{
  background-position: 16px -2314px
}
#darbu_rez{
  width: 100%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
}
#darbu_rez .front-slider-background{
  position: relative;
  width:1164px;
  max-width: 90%;
  min-height:440px;
  background: #5c1c9d;
  margin:auto;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#darbu_rez .front-slider-background .ellipses-container{
  overflow: hidden;
  width:100%;
  height:100%;
  display: block;
  position: absolute;
  left:0;
  top:0;
}
#darbu_rez .front-slider-background .text-container{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  z-index: 1;
}
#darbu_rez .front-slider-background .text-container-inner{
  margin:auto;
  width:250px;
}
#darbu_rez .front-slider-background .title-white{
  font-size: 48px;
  color:#fff;
  margin: 0;
}
#darbu_rez .front-slider-background .more-darkorange14{
    margin-top: 20px;
    display: block;
}
#darbu_rez .front-slider-background .slider-container{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  position: relative;
}
#darbu_rez .front-slider-background .slider-container:before{
  content: "";
  position: absolute;
  top: -79px;
  left: -18px;
  z-index: -1;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png) no-repeat;
}
#darbu_rez .front-slider-background .slider-container .owl-slider-element{
  position:relative;
  width:570px;
  /* height:540px; */
  overflow: hidden;
  /* box-shadow: 2px 4px 15px 3px silver; */
}
#darbu_rez .front-slider-background .slider-container .owl-slider-element.solet a{
  text-decoration: none;
  background: #f6f4f9;
  display: block;
  height: 100%;
}
.owl-slider-inner{
  padding: 85px;
  padding-bottom: 170px;
  min-height: 251px;
}

.owl-carousel {
    display: initial !important;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
  }
.owl-text-grey{
  font-size: 16px;
  font-weight: 600;
  color:#b4b2b4;
  display: block;
  margin: 15px auto 0;
}
.owl-text-pink{
  color: #5c1c9d;
  font-weight: 700;
  font-size: 24px;
  margin: 5px auto 20px;
}
.owl-title{
  margin-top:0;
  color:#5c1c9d;
  font-weight: 700;
  font-size:30px;
}
.owl-numbers{
  color: #5c1c9d;
  font-weight: 700;
  font-size: 48px;
  margin-top:0;
}
.owl-item{
  opacity:0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.owl-item.active{
  opacity:1;
}
.ellipse-bg{
  background: url(../image/ellipse-bg.webp) no-repeat;
  background-size: 60%;
}
#f-blogas{
  /* height: 2150px; */
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  grid-template-rows:repeat(43,minmax(50px, 1fr));
}
#f-blogas a{
  text-decoration: none;
}
#f-blogas .title-container{
  grid-column: 2/ span 5;
  grid-row: 4 / span 9;
  display: block;
  position: relative;
}
#f-blogas .title-container-inner{
  padding: 110px 114px;
  z-index: 10;
  background: #f7f4f8;
}
#f-blogas .title-container .dots1{
  position: absolute;
  top: -31px;
  right: -31px;
  z-index: -1;
  width: 280px;
  height: 280px;
  background: url(../image/dots1.png);
}


#f-blogas .first-post-container{
  grid-column: 3/span 3;
    grid-row: 12/span 15;
    z-index: 20;
}
#f-blogas .sec-post-container{
  grid-column: 3/span 3;
  grid-row: 28/span 15;
}
#f-blogas .third-post-container{
  grid-column: 6/span 3;
  grid-row: 26/span 15;
}
#f-blogas .fourth-post-container{
  grid-column: 9/span 3;
  grid-row: 26/span 15;
}
#f-blogas .fourth-post-container .small-blog-container{
  margin-top:30px;
}

#f-blogas .big-post-container{
  grid-column: 6/ span 5;
  grid-row: 11/span 16;
  z-index: 20;
}
#f-blogas .big-blog-container{
  margin-top: -6px;
}
#f-blogas .big-blog-container .big-blog-feat-img{
  margin-bottom: 31px;
}
#f-blogas .small-blog-container{
  display: block;
  width: 276px;
  /* margin-top: 40px; */
}
#f-blogas .date{
  color:#e04d6a;
  font-weight: 600;
  margin:15px 0;
  font-size: 14px;
}
#f-blogas .title{
  color:#5c1c9d;
  font-weight: 700;
  font-size: 24px;
  margin:0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#f-blogas .title.big{
  font-size:28px;
}
#f-blogas .title:hover{
  color:#f2a04a;
}
#f-blogas .text14{
  font-size: 14px;
  color:#000;
  line-height: 24px;
}
#f-blogas .blog-feat-img{
    margin-bottom: 31px;
}
#f-blogas .tags-container{
  width:100%;
  margin-top: 22px;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#f-blogas .tag a{
  background: #f7f4f8;
  font-size: 14px;
  padding:10px 20px;
  padding-left: 25px;
  margin:5px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
}
#f-blogas .tag a:before{
  content:"#";
  position: absolute;
  display: block;
  left:9px;
}
#clock-outer-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  overflow: hidden;
  min-height:719px;
  width:100%;
  background: #5c1c9d;
  position: relative;
  /*background: url(img/clock-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;*/
}
#clock-inner-container{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  height:100%;
}

#coolockWrapper{
  margin:auto;
}
.clock-animation-container,
.clock-text-container{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  z-index: 1;
}
.clock-text-inner-container{
  margin:auto 0;
  max-width: 385px
}
#clock-outer-container .day{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-top: 35px;
  margin-bottom: 10px;
}
#clock-outer-container .time{
  color: #fff;
  font-size: 152px;
  display: block;
  line-height: 144px;
  margin-bottom: 35px;
}








#clock {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  margin: auto;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#inner-clock{
  position: absolute;
  border-radius: 50%;
  margin: auto;
  width: 80%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
#inner2-clock{
  position: absolute;
  border-radius: 50%;
  /* border-radius: 22px; */
  margin: auto;
  width: 85%;
  height: 85%;
  border: 23px solid rgba(255, 255, 255, 0.10);
}
#hours-container{
  position: absolute;
  width:100%;
  margin:auto;
  left:0;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hours2-container{
  position: absolute;
  height:100%;
  margin:auto;
  top:0;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hour-9,
#hour-3,
#hour-6{
  font-weight: 600;
  color:#fff;
  font-size: 16px;
  padding: 6px 15px;
}
#hour12{
  display: block;
  width:10px;
  height:10px;
  border-radius: 10px;
  margin: 6px 15px;
  color: #FFF;
  font-weight: 600;
}

#clock:after {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
 content: '';
  margin:auto;
 width: 20px;
 height: 20px;
 background-color: #fff;
 border-radius: 50%;
 z-index: 1;
}

#clock .clock--arrow {
-webkit-transform: translateZ(20px);
        transform: translateZ(20px);
 width: 1px;
 height: 1px;
 position: relative;
 top: 0px;
 left: 200px;
 opacity: 0;
 -webkit-transition: opacity, -webkit-transform 0.5s ease;
 transition: opacity, -webkit-transform 0.5s ease;
 transition: opacity, transform 0.5s ease;
 transition: opacity, transform 0.5s ease, -webkit-transform 0.5s ease;
}

#clock .clock--arrow[data-value] {
 opacity: 1;
}

#clock .clock--arrow[data-value="0"] {
 transition: none;
}

#clock .clock__seconds:before {
 position: absolute;
 content: '';
 margin-top: -180px;
 margin-left: -4px;
 height: 180px;
 width: 2px;
 background-color: #fff;
 -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}

#clock .clock__minutes:before {
 position: absolute;
 content: '';
  margin-top: -150px;
  height: 150px;
  width: 5px;
  border-radius: 20px;
 background-color: #fff;
 -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}

#clock .clock__hours:before {
 position: absolute;
 content: '';
 margin-top: -100px;
 height: 100px;
 width: 8px;
  border-radius: 20px;
 background-color: #fff;
 -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
 box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 2px;
}


/* ============== kontaktai===================== */
#map-container{
  width:80%;
  margin: -62px auto 100px;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  z-index: 1;
}
#map-container #contacts{
  max-width: 95%;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  color:#fff;
  font-size: 16px;
  background: #5c1c9d;
  width: 440px;
  z-index: 1;
}
#map-container #contacts span{
  font-size: 18px;
  display: block;
  font-weight: 600;
}
#map-container #contacts .inner{
  padding:50px;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#map{
  width: 750px;
  height: 590px;
  min-height: 500px;
  max-height: 80vh;
}
#map iframe{
  border: none;
  border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
#kontaktai-form-container{
  width:750px;
  max-width: 90%;
  margin:100px auto;
}
#kontaktai-form-container .priv-policy{
  margin-top: 40px;
    display: block;
    color: #6b6b6b;
    font-weight: 600;
}
#kontaktu-form-title{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#kontaktu-form-inputs{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#kontaktu-form-inputs input {
  width:45%;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 10px;
  border-bottom: 2px solid #000;
}

#kontaktu-form-inputs input::placeholder {
  color:#000;
}

#kontaktai-form-container textarea{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
  height: 48px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  border-bottom: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background:#fff;
}
#kontaktai-form-container textarea:focus{
  background:#eee;
  height:254px;
}
#kontaktai-form-container #send{
  padding: 22px 106px;
  font-weight: 600;
  border: none;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: auto;
  display: block;
  transition: 0.3s;
}
#kontaktai-form-container #send:hover{
  background: #f2a04a;
}
.menu-side-mobile-menu-container{
  display: none;
}
#prev-post-img img{
  width: 443px;
  height: auto;
  border: 6px solid #000;
  border-radius: 14px;
}
#prev-post-img{
  position: absolute;
  right: 217px;
  bottom: 7px;
  max-height: 360px;
}

/* cookie bar */
#cookie-bar{
  z-index: 99;
  position: fixed;
  bottom: 20px;
  left: 72px;
  background: #8c2a8c;
  width: 600px;
  color: #fff;
}
#cookie-bar p{
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  margin:0;
}
#cookie-bar p>span{
  padding: 40px;
  text-align: justify;
  border-right: 1px solid #fff3;
}
#cookie-bar p>span a{
  color:#fff;
}
#cookie-bar a.cb-enable{
  padding:40px;
  display:-webkit-box;
  display:flex;display: -ms-flexbox;
  color:#fff;
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#cookie-bar a.cb-enable:hover{
  opacity: 0.5;
}
#cookie-bar a.cb-enable>span{
  margin:auto;
}
.mc-modal-bg{
  display: none!important;
}



/* google reviews */
.outer-container-goog99 .widget{
  margin:0;
}
#goog-reviews-container99{
  -webkit-box-shadow: 2px 2px 8px 1px #00000063;
          box-shadow: 2px 2px 8px 1px #00000063;
  width: 100%;
  /* border: 1px solid #a5a5a5; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 540px;
  margin:auto;
  margin-bottom: 40px;
}
#goog-reviews-container99 a{
  text-decoration: none;
  color:inherit;
}
#users-container-goog99{
  padding:20px;
}
#users-container-goog99 .single-user-cont{
  /* padding-bottom: 35px; */
  text-align: center;

}
#boss-container-goog99{
  padding: 10px;
  background: linear-gradient(to right, #5c1c9d 0%,#e04d6a 50%,#f2a04a 100%);
  /* border-bottom: 1px solid #a5a5a5; */
}
.boss-name-goog99{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
  display: block;
  margin: 20px 0 30px;
  color: #fff;
}
.boss-rating-container-goog99{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack:distribute;
      justify-content:space-around;
}
.boss-rating-container-goog99 .boss-rating-number-goog99{
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  margin-right: 17px;
  margin: auto 0;
}
.user-link-goog99{
  color: #427fed!important;
  text-decoration: none!important;
  font-weight: 600;
  font-size: 15px;
}
.user-image-goog99{
  width: 80px!important;
  height: 80px!important;
  margin: auto;
}
.big-quote-goog99{
  font-size: 25px;
  padding:5px;
}
.relevant-comment-date-goog99{
font-size: 12px;
    color: #929292ee
}
.google-reviews-logo-container{
  display: block;
  text-align: center;
  /* margin-bottom: 20px; */
}
.google-reviews-logo-container .goog-reviews-logo{
  background: url(../image/google-reviews-logo.png) no-repeat;
  background-position: right;
  background-size: contain;
  width: 100%;
  height: 30px;
  display: block;
  margin: 20px auto 0;
  }
.stars-goog99{
  display: inline;
}
.stars-goog99 i:before{
  font-size: 14px!important;
  color: #faaf02!important;
  margin:0;
}
.star-half-b99{
  position: relative;
}
.star-empty-b99.abolute{
  position: absolute;
  left: 0px;
}

.main-stars-goog99 i:before{
  font-size: 24px!important;
 color: #f19d4b!important;
 margin: 0;
 text-align: left;

}
.user-inf-container-goog99{
  text-align: center;
  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;
  margin-bottom: 20px;
}
.user-text-goog99{
  display: inline;
  color: #222!important;
  font-size: 13px!important;
  line-height: 18px!important;
  max-width: 100%!important;
  overflow: hidden!important;
  text-align: justify;
  white-space: pre-wrap!important;
}
#post-bottom-form{
  background: #f2a04a;
  margin: 30px 0;
  width: 100%;
}
#post-bottom-form form{
  padding:30px 50px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
#post-bottom-form form .post-bottom-title{
  text-align: center;
  margin: 20px auto;
  font-weight: 600;
  font-size: 35px;
}
#post-bottom-form form input{
  padding:15px 20px;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
  background: none;
  border:none;
  border-bottom:1px solid #000;
}
#post-bottom-form form input::placeholder{
    color: #00000082;
}
#post-bottom-form .send{
  padding: 22px 106px;
  font-weight: 600;
  border:1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 30px auto 10px;
  display: block;
  transition: 0.3s;
}
#post-bottom-form .send:hover{
  background: #f2a04a;
  color:#000;
  border:1px solid #000;
}
#sidebar-form{
  background: #f2a04a;
  padding:30px;
  margin-bottom: 20px;
}
#sidebar-form .sidebar-form-title{
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
#sidebar-form input,
#sidebar-form textarea{
  width: 100%;
  font-family: 'Poppins', sans-serif;
  padding: 15px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
  background: none;
  border: none;
  border-bottom: 1px solid #000;
}
#sidebar-form textarea{
    height: 57px;
    transition: 0.3s;
  }
#sidebar-form textarea:focus{
  height:114px;

}
#sidebar-form input::placeholder,
#sidebar-form textarea::placeholder{
    color: #00000082;
}
#sidebar-form .send{
  padding: 10px;
  font-weight: 600;
  border:1px solid transparent;
  font-size: 16px;
  text-decoration: none;
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 30px auto 10px;
  display: block;
  transition: 0.3s;
}
#sidebar-form .send:hover{
  background: #f2a04a;
  color:#000;
  border:1px solid #000;
}
.post-ratings{
  text-align: center;
  margin: 50px auto 30px;
  display: block;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.post-ratings img{
  margin-bottom: 10px!important;
}

/* Pop up */
#seo-audit-popup.closed {
	display: none;
}

.wrapper-center_modal {
	position: fixed;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(49,70,105,.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.close_line {
	width: 100%;
}

.wrapper-center_modal .close {
	cursor: pointer;
	position: relative;
    right: -20px;
    top: -20px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	float: right;
}

.wrapper-center_modal .close:hover {
  opacity: 1;
}
.wrapper-center_modal .close:before, .wrapper-center_modal  .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.wrapper-center_modal .close:before {
  transform: rotate(45deg);
}
.wrapper-center_modal .close:after {
  transform: rotate(-45deg);
}

/*==========  Fancy Seo Form  ==========*/

#SeoForm,
#SeoForm2 {
	background: url(../image/Fform-background.png) no-repeat;
	padding: 5%;
   margin: 5% auto;
	background-size: cover;
}
#SeoForm .title,
#SeoForm2 .title {
	color: #ffffff;
	font-family: 'Poppins',sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 0;
	padding: 0 2%;
}
#SeoForm .title p,
#SeoForm1 .title p {
	font-size: 0.7em;
}
#SeoForm a,
#SeoForm2 a {
	color: #ffffff;
	text-decoration: none;
}
#SeoForm .login,
#SeoForm2 .login {
	margin: auto;
	text-align: center;
	box-shadow: 1px 2px 10px -2px rgba(0,0,0,.3);
	padding: 20px;
}
#SeoForm input,
#SeoForm2 input {
    width: 350px;
    padding: 20px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    outline: none;
	color: #fff;
	font-weight: bold;
	margin: auto;
	display: block;
}

#SeoForm #agree:checked ~ label[for=agree],
#SeoForm2 #agree:checked ~ label[for=agree] {
	background: #ffffff;
}
#SeoForm input[type="submit"],
#SeoForm2 input[type="submit"]{
	background: #5c1c9d;
	border: 0;
	width: 350px;
	height: 59px;
	border-radius: 3px;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Poppins',sans-serif;
	cursor: pointer;
	transition: background .3s ease-in-out;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
}
#SeoForm input[type="submit"]:hover,
#SeoForm2 input[type="submit"]:hover {
    background: #d48c41;
    animation-name: shake;
}

#SeoForm .agree,
#SeoForm2 .agree {
	padding: 30px 0px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
 ::-webkit-input-placeholder, .select_option {
	color: #ffffff;
	font-family: 'Poppins',sans-serif;
	font-size: 14px;
	font-weight: 700;
}
#SeoForm .animated,
#SeoForm2 .animated {
	animation-fill-mode: both;
	animation-duration: 1s;
}
#SeoForm #waiting_list_captcha div,
#SeoForm2 #waiting_list_captcha div {
	margin:auto;
}
#SeoForm #waiting_list_captcha .rc-anchor-light,
#SeoForm2 #waiting_list_captcha .rc-anchor-light {
	background: transparent !important;
	color: #fff !important;
}

@media only screen and (min-width: 768px) {
	.rc-anchor-light { 
		transform:scale(0.85); 
		-webkit-transform:scale(0.85); 
	} 
}
/* Fancy Seo Form Select */

/* /// DECORATION CSS /// */
#SeoForm .cont_select_center,
#SeoForm2 .cont_select_center {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -150px;
}
#SeoForm .cont_heg_50,
#SeoForm2 .cont_heg_50 {
	position: absolute;
	height: 50%;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fd7b52;
}
/* /// END DECORATION CSS /// */
#SeoForm .icon_select_mate,
#SeoForm2 .icon_select_mate {
	position: absolute;
	top: 20px;
	right: 2%;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
}
#SeoForm .select_mate,
#SeoForm2 .select_mate {
    position: relative;
    margin: auto;
/*     box-shadow: 1px 2px 10px -2px rgba(0,0,0,.3); */
    border-radius: 3px;
    transition: all .375s ease-in-out;
    width: 376px;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
}
#SeoForm .select_mate select,
#SeoForm2 .select_mate select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}
#SeoForm .cont_list_select_mate,
#SeoForm2 .cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}
#SeoForm .cont_select_int,
#SeoForm2 .cont_select_int {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	transition: all 375ms ease-in-out;
}
#SeoForm .cont_select_int li,
#SeoForm2 .cont_select_int li {
	position: relative;
	float: left;
	width: 96%;
	border-bottom: 1px solid #e0e0e0;
	background-color: #5c1c9d;
	color: var(--orange);
	list-style-type: none;
	padding: 10px 2%;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor: pointer;
}
#SeoForm .cont_select_int li:last-child,
#SeoForm2 .cont_select_int li:last-child {
	border-radius: 3px;
	border-bottom: 0px;
}
#SeoForm .cont_select_int li:hover,
#SeoForm2 .cont_select_int li:hover {
	background-color: var(--orange);
	color: #5c1c9d;
}
#SeoForm .cont_select_int .active,
#SeoForm2 .cont_select_int .active {
	background-color: var(--orange);
	color: #5c1c9d;
}

#SeoForm .select_option,
#SeoForm2 .select_option {
	display: block;
	margin: 0px;
	cursor: pointer;
	text-align: center;
	padding: 15px 4%;
}

/* Fancy form checkbox */
#SeoForm .agree .check,
#SeoForm2 .agree .check {
	cursor: pointer;
	position: relative;
	margin: auto;
	width: 18px;
	height: 18px;
	-webkit-tap-highlight-color: transparent;
	transform: translate3d(0, 0, 0);
	top: 5px;
	left: -10px;
}
#SeoForm .agree .check:before,
#SeoForm2 .agree .check:before {
    content: "";
    position: absolute;
    top: -13px;
    left: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(34,50,84,.1);
    opacity: 0;
    transition: opacity .2s ease;
}
#SeoForm .agree .check svg,
#SeoForm2 .agree .check svg {
	position: relative;
	z-index: 1;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #c8ccd4;
	stroke-width: 1.5;
	transform: translate3d(0, 0, 0);
	transition: all 0.2s ease;
}
#SeoForm .agree .check svg path,
#SeoForm2 .agree .check svg path {
	stroke-dasharray: 60;
	stroke-dashoffset: 0;
}
#SeoForm .agree .check svg polyline,
#SeoForm2 .agree .check svg polyline {
	stroke-dasharray: 22;
	stroke-dashoffset: 66;
}
#SeoForm .agree .check:hover:before,
#SeoForm2 .agree .check:hover:before {
	opacity: 1;
}
#SeoForm .agree .check:hover svg,
#SeoForm2 .agree .check:hover svg {
	stroke: var(--orange);
}
#SeoForm .agree #cbx:checked + .check svg,
#SeoForm2 .agree #cbx:checked + .check svg {
	stroke: #fff;
}
#SeoForm .agree #cbx:checked + .check svg path,
#SeoForm2 .agree #cbx:checked + .check svg path {
	stroke-dashoffset: 60;
	transition: all 0.3s linear;
}
#SeoForm .agree #cbx:checked + .check svg polyline,
#SeoForm2 .agree #cbx:checked + .check svg polyline {
	stroke-dashoffset: 42;
	transition: all 0.2s linear;
	transition-delay: 0.15s;
}
/* WEBSITES BUILT */
.websites_built_main_container{
  margin-bottom: 40px;
}
.websites_built_text_container{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.websites_built_text_heading{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.websites_built_text_paragraph{
  margin-bottom: 10px;
}
.websites_built_container_inner{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.websites_built_box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  height: 200px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
}
.websites_built_image{
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .websites_built_box {
    width: 50%;
  }
  .websites_built_container_inner{
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .websites_built_box {
    width: 100%;
  }
}
/* WEBSITES BUILT END*/

/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
  #blog-main-container{
    grid-column-gap: 60px;
  }
  #bottom-navi-blue-block{
    height:300px;
  }
  .sekantis-post.left-side,
  .sekantis-post.right-side{
    bottom:46px;
  }
  .first-text-container {
    width: 690px;
    padding-top: 60px;
    padding-left: 120px;
  }
  #first-block-cosmo {
    height: 1160px;
  }

}
@media only screen and (max-width : 1320px) {
  #whole-team .team-inner{
    margin:auto;
  }
  #blogas-main-outer-container {
    width: 80%;
    margin:auto;
  }

  .mokymai-blocks-container {
      margin-left: 200px;
  }
}

@media only screen and (max-width : 1200px) {
  .atlikti-blue .sekantis-post.left-side{
    background: rgba(0, 0, 0, 0.73);
      padding: 20px 30px;
      bottom: 46px!important;
  }
  .atlikti-blue  #prev-post-img {
    position: absolute;
    right: unset;
    left: 400px;
  }
  #whole-team .team-inner{
    text-align: center;
  }
  #about-text {
    width: 25%;
    padding: 44px;
  }
  #about-title-block .ellipse {
    right: -100px;
  }
  #about-title-block .ellipse1 {
    right: -50px;
  }

  .menu-side-mobile-menu-container{
  display: block;
  }
  .menu-sidemenu-container{
    display: none;
  }
  .post-soc-inner-container {
    margin-left: 10px;

    position: relative!important;
    top: 0px!important;
  }
  #post-content-container {
    width: 80%;
    margin: auto;
  }
  #table-content-container{
    display: none;
  }
  #post-soc-but-container {
    width: 10%;
    min-width: 78px;
  }
  #blog-main-container {
    display:-webkit-box;
    display:flex;display: -ms-flexbox;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .blog-post-container {
    margin: 30px;
  }
  #page-title-block .ellipse-kainos{
    left:50%;
    right:unset;
  }
  #f-blogas{
    margin: 150px auto;
    display: block;
  }
  #f-blogas .title-container{
    width: 450px;
    margin-left: 60px;
    /* z-index: -1; */
  }
  #f-blogas .big-blog-container{
    width: 544px;
    max-width: 90%;
    margin: auto;
    margin-top: 57px;
    z-index: 2;
    overflow: hidden;
  }
  #f-blogas .big-blog-container img{
  max-width: 100%;
  height: auto;
  }
  #f-blogas .first-post-container,
  #f-blogas .sec-post-container,
  #f-blogas .third-post-container,
  #f-blogas .fourth-post-container{
    margin: 50px;
    display: inline-block;
  }
  #treciadienis-inner {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #treciadienis {
    margin: 100px auto;
  }
  #second-block-mokymai .mokymai-blocks-container {
    margin-left: 0;
    width: 100%;
  }
  .mokymai-blocks-container>div{
    margin:20px;
  }
  #fixed-menu-container .menu-container .menu-top-menu-container {
    display: none;
  }
}
@media only screen and (max-width : 1100px) {
  .treciadienis-iframe {
    width: 90%;
  }
    #klientai .klientai-inner-container {
      padding: 200px 100px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .contact-block{
    margin-bottom:20px;
  }
  #darbu_rez .front-slider-background {
    max-width: 100%;
  }
  #tmh-text-container .text-inner{
    margin-top: unset;
  }
  #team-hero{
    width: 80%;
    margin: 50px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #tmh-photo-container img{
    max-width: 80%;
    margin: -111px auto 20px;
    display: block;
  }
  #tmh-text-container .text-inner #video{
    margin:0;
  }
  #about-text {
    width: 80%;
    padding: 0;
    max-width: 500px;
    margin: auto;
  }
  #about-whatwedo .whatwedo-inner{
    padding: 70px 50px 50px;
    width:unset;
  }
  #about-whatwedo{
    position: relative;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    width: 557px;
    }
  #about-title-inner{
    width:60%;
  }
  #page-title-block .ellipse-blogas{
    left:50%;
  }
  #page-title-block .ellipse1-blogas{
    left:39%;
  }
  #map-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #map{
    width:100%;
  }
  #map-container #contacts{
    margin: -50px auto 0;
  }
  .sekantis-post.right-side{
    right:23px;
  }
  .sekantis-post.left-side {
    left: 135px;
  }
  .clock-text-inner-container {
    margin: 50px auto;

  }
  #darbu_rez .front-slider-background .ellipse1{
    right: -463px;
  }
  #treciadienis .film iframe{
    max-width: 100%;
  }
  #clock-inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
}
  #f-blogas {
    margin-top: 465px;
  }
.owl-carousel.owl-theme.owl-loaded.owl-drag{
  top: 0!important;
  width: 573px!important;
  max-width: 98%!important;
  margin-left: auto!important;
  margin-right: auto!important;
  left: 0!important;
  right: 0!important;
  }
  #darbu_rez .front-slider-background{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #treciadienis-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 588px;
    max-width: 100%;
    margin: auto;
  }
  #footer-inner {
    padding: 70px 50px 100px;
  }
  .copyright{
    left:50px;
  }
  .foot-soc-buttons{
    right:50px;
  }

}

@media only screen and (max-width : 830px) {
  .first-text-h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .first-text-container{
    max-width: 80%;
  }
  .copyright {
      right: 50px;
      left:unset;
      bottom: 15px;
    }

    .foot-soc-buttons{
      right: unset;
      left: 40px;
      bottom: 70px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #cookie-bar{
    left:0;
    bottom:0;
    width:100%;
  }
  .sekantis-post.right-side, .sekantis-post.left-side {
    left: 135px;
	float: none;
  }
  #bottom-navi-blue-block.simple-post .sekantis-post {
    margin: 50px 100px;
	width: 80%;
  }
  #site-img-outer img {
    border: 3px solid #000;
  }

  #treciadienis-main-container .treciadienis-container:nth-child(odd),
  #treciadienis-main-container .treciadienis-container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .treciadienis-iframe {
    width: 100%;
  }
  #treciadienis-main-container .treciadienis-container:nth-child(odd) .treciadienis-text-container,
  #treciadienis-main-container .treciadienis-container .treciadienis-text-container{
    padding:0;
    text-align: left;
  }
  #bottom-navi-blue-block.simple-post .sekantis-post.left-side{
    bottom: 65px;
      left: 77px;
  }
  #post-soc-but-container.atlikti-darb-soc{
    display: none;
  }
  .atlikti-blue #prev-post-img{
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
  .atlikti-blue #prev-post-img img{
    width: 100%;
    max-width: 350px;
    height: auto;
  }
  .atlikti-blue .sekantis-post.left-side{
    top: 10px;
    bottom: unset!important;
    background: #000;
    background: -webkit-gradient(linear,left top, left bottom,from(#000),to(rgba(0, 0, 0, 0.66)));
    background: linear-gradient(#000,rgba(0, 0, 0, 0.66));
  }
  #page-title-block .ellipse1-klientai{
    left:263px
  }
  #atl-darbas-title-block .post-title {
    font-size: 36px;
    line-height: 51px;
  }
  #side-menu-inner-container .soc-side-container{
    display: none;
  }
  #page-title-block h1 {
    font-size: 33px;
  }
  #darbai-main-outer-container .work-container .work-container-inner{
  padding: 30px;
  padding-bottom: 150px;
  }
  .atlikti-img {
    position: absolute;
    right: -184px;
    bottom: -67px;
  }
  #form-button{
    display: none;
  }
  #post-bottom-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about-title-inner{
    width: 80%;
  }
  .breadcrumbs-post {
    margin-top: 30px;
}
  #post-content-container{
    width:95%;
  }
  .sekantis-post.left-side{
    bottom:157px;
  }
  #bottom-navi-blue-block #middle-separator{
    display: none;
  }
  #f-blogas .first-post-container, #f-blogas .sec-post-container, #f-blogas .third-post-container, #f-blogas .fourth-post-container{
    margin: 50px auto;
    display: block;
    width: 276px;
  }
  #klientai .klientai-inner-container {
    padding: 200px 50px;
}
  #first-block-cosmo .blue-square-outer{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 90%;
  }
  #first-block-cosmo .blue-square{
    width: unset;
  }
  .social-buttons-uoter-container{
    display: none;
  }
  #fixed-menu-container .logo-container {
    margin-left:10px;
  }
  #fixed-menu-container .menu-container #menu-btn {
    margin-right: 15px;
  }
  #fixed-menu-container .menu-container #contacts a {
    display: none;
  }
  iframe{
    width: 98%;
  }

}
@media only screen and (max-width : 650px) {
  #footer-inner .third-foot {
    margin-bottom: 0px;
  }
  #about-main-block h2, #about-whatwedo h2{
    font-size: 40px;
  }
  #fixed-menu-container.show-side .logo-container{
    width:10px;
  }
  #map{
    min-height: unset;
    max-height: unset;
    height:330px;
  }
  .sekantis-post.right-side:after,
  .sekantis-post:after{
    display: none;
  }
  .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav{
    display: none;
  }
  .owl-slider-inner {
    /* padding: 50px; */
    /* width: 300px; */
    min-height: 135px;
    padding: 20px;
    padding-bottom: 150px;
  }
  #darbu_rez .front-slider-background .slider-container .owl-slider-element {
    height: unset;
    width: 100%;
  }
  #f-blogas .title-container-inner {
    padding: 75px;
  }

  #naujienla {
    height: unset;
  }
  .naujienla-inner-container {
    margin: 0px auto;
    max-width: 90%;
  }
  #first-block-cosmo{
    height: 1000px;
  }
  .first-text-h1{
    line-height: 59px;
    font-size: 50px;
  }
  #first-block-cosmo .blue-square{
    padding: 60px;
  }
  .first-text-container{
    padding:27px;
    margin:auto;
  }
  #footer-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  #footer-inner .third-foot{
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
  }
  #footer-inner .sec-foot {
    margin: auto 0 0;
  }
  #footer-inner .first-foot {
    width: 100%;
    margin-bottom: 20px;
  }
  #fixed-menu-container .menu-container{
    gap: 65px;
  }
}
@media only screen and (max-width : 550px) {
  #cookie-bar p{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cookie-bar p>span {
    border-bottom: 1px solid #fff3;
  }
  .grey-block{
    padding:10px;
  }
  .foot-soc-buttons {
    bottom: 90px;
  }
  #about-title-inner{
    width: unset;
    padding: 40px;
    position: relative;
    top: 0;
    left: 0;
  }
  #f-blogas .title-container{
    width: 90%;
    margin: auto;
  }
  #klientai-logos{
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #naujienla .input-container form, #naujienla .input-container #front-form-cont{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #naujienla .input-container #mce-EMAIL{
    margin:0;
    margin-bottom: 30px;
  }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #post-bottom-form .send {
    padding: 22px 56px;
  }
  #bottom-navi-blue-block.simple-post .sekantis-post {
      margin: 50px 0 50px 75px;
  }

  #atl-darbas-title,
  #atl-darbas-content-container{
    width:90%;
  }
  .atlikti-blue .sekantis-post.left-side{
    left:0;
  }
.post-content img{
  display: block;
  float: none;
  margin: auto;
}
.post-content .post-ratings img{
  display: inline-block;
}
  iframe{
    max-width: 94%;
  }
  .custom-post-link a{
  margin-top: 15px;
  }
  #team-hero {
    width: 100%;
  }
  #tmh-text-container .text-inner{
    margin:auto;
  }
  #tmh-photo-container img{
    margin: 20px auto;
    width: 100%;
  }
  #about-whatwedo .whatwedo-inner {
    padding: 50px 40px 40px;
  }
  #about-whatwedo{
    max-width: 95%;
  }
  #about-title-block h1{
    font-size: 40px;
    line-height: 50px;
  }
  .post-title{
    font-size: 40px;
  }
  #kontaktu-form-inputs input {
    margin: 15px auto;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #kontaktu-form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #map-container {
    width: 100%;
  }
  #f-blogas .title-container-inner {
    padding: 42px 42px 100px;
  }
  #treciadienis .film iframe{
    max-height: 230px;
  }
  #first-block-cosmo .blue-square{
    padding:30px;
  }
  #first-block-cosmo .blue-square-outer{
    width:98%;
  }
  .title3 {
    font-size: 38px;
  }
  #second-block-mokymai .mokymai-container {
    margin-top: 145px;
    margin-left: 26px;
  }
  #first-block-cosmo .blue-square h2 {
    font-size: 38px;
  }
  .first-text-container{
    width: unset;
    max-width: unset;
  }
  .first-text-h1{
    font-size: 35px;
    line-height: 45px;
  }
  #fixed-menu-container .logo-container img {
	  width: 100%;
	  height: auto;
  }
  #headerPhone.phone {
	  position: absolute;
	  bottom: -1px;
  }
}
@media only screen and (max-width : 400px) {
  .copyright {
  right: unset;
}
  .grey-sekite{
    display: block;
    margin-bottom: 10px;
  }
  #footer-inner {
    padding: 70px 21px 120px;
  }
  .post-title{
    font-size: 35px;
  }
  #side-menu-inner-container{
      min-width: 100%;
      max-width: 100%;
    }
  .clock-text-inner-container{
    max-width: 90%;
  }
.clock-animation-container{
      display: none;
    }
  #clock-outer-container .time {
    font-size: 123px;
  }
}
@media only screen and (max-width : 350px) {
  #fixed-menu-container .menu-container #contacts a {
    margin: auto 10px;
  }
  #about-title-block h1 {
    font-size: 35px
  }
  #about-title-inner {
    padding: 25px;
  }
  .post-title{
    font-size: 30px;
  }
  #footer-inner{
    padding: 30px 20px 120px;
  }
  .first-text-h1{
    font-size: 30px;
    line-height: 42px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


/* fix for iOS */
input::placeholder {
    line-height: normal;
	overflow: visible;
}

/* Fixed form in prices */
#aft-menu-site-container {
	background: #ffffff;
}

.form-in-prices#table-content-container {
	position: absolute;	
    margin-top: 60px;
}

.prices-table-wrapper {
	width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    background: white;
}

.prices-table {
	width: 80%;
    margin: auto;
    z-index: 2;
}

#kainos-container #height-by-table-986 {
	margin-top: 1200px;
}

#kainos-container #height-by-table-18 {
	margin-top: 1700px;
}

@media only screen and (max-width : 1400px) {
	#kainos-container #pasiulymas {
		width: auto;
	}
	.prices-table {
		width: 100%;
	}
}

@media only screen and (max-width : 1163px) {
	#kainos-container #height-by-table-18 {
		margin-top: 3100px;
	}
}

@media only screen and (max-width : 1113px) {
	#kainos-container #height-by-table-986 {
		margin-top: 2100px;
	}
}

@media only screen and (max-width : 768px) {
	.prices-table-wrapper {
		position: relative;
	}
	#kainos-container #pasiulymas {
		width: auto;
	}
	.prices-table-wrapper {
		background: transparent;
	}
	#kainos-container #height-by-table-18, #kainos-container #height-by-table-986 {
		margin-top: 0;
	}
}
/* Naujienos kategorija */
#news-main-outer-container {
	width: 80%;
}
.news-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    min-height: 50vh;
	grid-template-rows: auto;
	grid-template-areas: 
    "main main sidebar"
}

.news-main {
  grid-area: main;
}
.right-sidebar {
  grid-area: sidebar;
  width: 250px;
}

@media (max-width: 1460px) {
	.right-sidebar {
		width: 220px;
	}
	.post-soc-inner-container {
		margin-left: 40px;
	}
}

.news-post-container {
	display: flex;
    flex: 1 1 auto;
	margin-bottom: 5%;
}

.news-excerpt-wrapper {
	padding-left: 5%;
}

.news-post-container a {
	text-decoration: none;
}

.news-title {
	line-height: 47px;
    color: #5f1d9b;
    font-size: 40px;
    margin: 0;
    margin-bottom: 2%;
}

.list-marked {
	padding-left: 10px;
}

.list-marked li {
	list-style: none;
  margin-bottom: 10px;
}

.list-marked li a {
	color: #5f1d9b;
	text-decoration: none;
}

.list-marked li a:hover {
	font-weight: bold;
}

.news-popular {
	margin-top: 20%;
  display: none;
  /* REMOVE IF NEEDED */
}

.news-post-container {
	font-size: 17px;
}

@media (max-width: 1200px) {
	.news-wrapper {
		display: block;
		width: 100%;
	}
	.news-post-container {
		display: block;
		margin: 25% 0;
	}
	.news-excerpt-wrapper {
		padding-left: 0;
	}
	.right-sidebar {
		width: 100%;
	}
	.news-title {
		margin-top: 10%;
	}
}

.contact-block a {
	color: #fff;
	text-decoration: none;
}

#map-container #contacts #viber span, #map-container #contacts #skype span {
	display: inline-block;
	width:30px;
	height:30px;
	margin:0px 10px 0px 0px;
	background:url(../image/contacts-icons.png) no-repeat;
	position: relative;
	top: 5px;
}

#map-container #contacts #viber span {
	background-position: -8px 0px;
}

#map-container #contacts #skype span {
	background-position: -45px 0px;
}

#skype, #viber {
	color: #ffffff;
	text-decoration: none;
}

/* NEW FRONT PAGE BLOCKS */
.easyseo_new_blocks_container{
  /* margin-top: 150px; */
}
.easyseo_new_block,
.easyseo_new_block_small_margin{
  margin-top: 80px;
  margin-left: 17%;
  position: relative;
}
.easyseo_new_block_small_margin{
  margin-top: 20px;
}

.easyseo_new_block_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.easyseo_new_block_flex_reverse{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.easyseo_new_block_inner{
  width: 100%;
}
.easyseo_block_limited_width{
  width: 50%;
}
.easyseo_new_block_inner p{
  max-width: 400px;
}
.easyseo_new_block_inner-banners{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.easyseo_block_strong_paragraph{
  font-weight: 500;
  font-size: 18px;
}
.easyseo_new_list{
  list-style: none;
  margin-top: 20px;
}
.easyseo_new_list_item{
  margin-bottom: 4px;
}
.easyseo_new_list_item i{
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background-color: #5d1d9d;
  border-radius: 50px;
  color: #ffffff;
  margin-right: 10px;
}

.easyseo_new_block_inner_background,
.easyseo_new_block_inner_background--2{
  background-repeat: no-repeat;
  width: 360px;
  height: 300px;
  margin-top: 80px;
  position: relative;
}
.easyseo_new_block_inner_background{
  background-image: url(../image/lietuvojeSeo.webp);
}
.easyseo_new_block_inner_background--2{
  margin-top: 87px;
  background-image: url(../image/uzsienioSeo.webp);
}
.easyseo_new_block_inner_background--3{
  background-image: url(../image/marketinginis_iliustracija.svg);
  background-repeat: no-repeat;
  width: 640px;
  height: 400px;
}
.easyseo_new_block_inner_background--4{
  background-image: url(../image/skambuciu.png);
  background-repeat: no-repeat;
  width: 523px;
  height: 343px;
}
.easyseo_new_block_inner_background--5{
  background-image: url(../image/Marketingo_iliustracija.png);
  background-repeat: no-repeat;
  width: 641px;
  height: 412px;
}
.easyseo_new_block_inner_background_heading{
  position: absolute;
  bottom: 56px;
  right: 85px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.easyseo_circle_box_container{
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.easyseo_circle_box{
  background-image: url(../image/circle.jpg);
  position: relative;
  background-repeat: no-repeat;
  width: 100px;
  height: 65px;
}
.easyseo_circle_box_heading{
  position: absolute;
  right: -5px;
  top: -11px;
  font-size: 18px;
}
.easyseo_circle_box_heading-company{
  position: absolute;
  right: -5px;
  top: -11px;
  font-size: 18px;
  margin-right: 20px;
}
.container_easy_colors{
  background: -webkit-gradient(linear, left top, right top, from(#5c1c9d),color-stop(50%, #e04d6a),to(#f2a04a));
  background: -o-linear-gradient(left, #5c1c9d 0%,#e04d6a 50%,#f2a04a 100%);
  background: linear-gradient(to right, #5c1c9d 0%,#e04d6a 50%,#f2a04a 100%);
}
.google_ads_heading{
  font-weight: 700;
  font-size: 48px;
  margin: 10px 0;
  padding-top: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inherit;
}
.google_ads_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.google_ads_banner{
  background-image: url(../image/googleAdIliustracija.svg);
  background-repeat: no-repeat;
  width: 641px;
  height: 412px;
}
.google_ads_box{
  margin-bottom: 10px;
}
.google_ads_box_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}

.google_ads_box_item i,
.proposal_box_row_list i{
  background-color: #ffff;
  color: #602e91;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
  -webkit-box-shadow: rgb(0 0 0) 0px 5px 15px;
          box-shadow: rgb(0 0 0) 0px 5px 15px;
}
.google_ads_box_item p{
  color: #fff;
}
.easyseo_checkbox_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
}
.easyseo_checkbox_item i{
  border: 4px solid #602e91;
  color: #d24271;
  width: 10px;
  height: 10px;
  line-height: 6px;
  text-align: center;
  font-size: 16px;
}
.easyseo_checkbox_item p{

}
.container_shadow{
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding-bottom: 20px;
}
.container_shadow_2{
  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
          box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.separator_doted_line{
  width: 79.3%;
  height: 17px;
  margin-top: 150px;
  background-image: url(../image/Dot_line.webp);
  zoom: 0.5;
  opacity: 0.2;
  margin-left: 17%;
}

/* -------------------------------------------------------------PROPOSAL */
.link-get_a_proposal {
  margin-left: 0
}
.link-get_a_proposal {
  display: inline-block;
  color: #ffffff!important;
  background: linear-gradient(45deg, #611e9b, #eb5d62);
  text-decoration: none;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -.008em;
  padding: 5px 40px 5px 20px;
  border-radius: 4px;
  margin-left: 35px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
  white-space: nowrap
}

.link-get_a_proposal:hover {
  background: linear-gradient(45deg, #3a0e60, #ea3238);
}

.link-get_a_proposal .rocket-img {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10%;
  right: 15px;
  -webkit-animation: rocket-animation 5s infinite;
  animation: rocket-animation 5s infinite
}

@-webkit-keyframes rocket-animation {
  0% {
      top: 10%;
      right: 15px
  }
  10% {
      top: 10%;
      right: 15px
  }
  20% {
      top: 10%;
      right: 15px
  }
  25% {
      top: 15%;
      right: 10px
  }
  30% {
      top: 10%;
      right: 15px
  }
  35% {
      top: 15%;
      right: 10px
  }
  40% {
      top: 10%;
      right: 15px
  }
  45% {
      top: 15%;
      right: 10px
  }
  50% {
      top: 10%;
      right: 15px
  }
  55% {
      top: 13%;
      right: 13px
  }
  75% {
      top: -65%;
      right: -20px;
      opacity: 1
  }
  75.1% {
      top: -65%;
      right: -20px;
      opacity: 0
  }
  75.2% {
      top: 150%;
      right: 70px;
      opacity: 0
  }
  75.3% {
      top: 150%;
      right: 70px;
      opacity: 1
  }
  100% {
      top: 10%;
      right: 15px
  }
}

@keyframes rocket-animation {
  0% {
      top: 10%;
      right: 15px
  }
  10% {
      top: 10%;
      right: 15px
  }
  20% {
      top: 10%;
      right: 15px
  }
  25% {
      top: 15%;
      right: 10px
  }
  30% {
      top: 10%;
      right: 15px
  }
  35% {
      top: 15%;
      right: 10px
  }
  40% {
      top: 10%;
      right: 15px
  }
  45% {
      top: 15%;
      right: 10px
  }
  50% {
      top: 10%;
      right: 15px
  }
  55% {
      top: 13%;
      right: 13px
  }
  75% {
      top: -65%;
      right: -20px;
      opacity: 1
  }
  75.1% {
      top: -65%;
      right: -20px;
      opacity: 0
  }
  75.2% {
      top: 150%;
      right: 70px;
      opacity: 0
  }
  75.3% {
      top: 150%;
      right: 70px;
      opacity: 1
  }
  100% {
      top: 10%;
      right: 15px
  }
}

.link-get_a_proposal .rocket-img {
  -webkit-animation: rocket-animation 5s infinite;
  animation: rocket-animation 5s infinite
}

@-webkit-keyframes cloud-animation1 {
  0% {
      bottom: -17px;
      right: 60px
  }
  10% {
      bottom: -17px;
      right: 60px
  }
  20% {
      bottom: -17px;
      right: 60px
  }
  25% {
      bottom: -14px;
      right: 63px
  }
  30% {
      bottom: -17px;
      right: 60px
  }
  35% {
      bottom: -14px;
      right: 63px
  }
  40% {
      bottom: -17px;
      right: 60px
  }
  45% {
      bottom: -14px;
      right: 63px
  }
  50% {
      bottom: -17px;
      right: 60px
  }
  55% {
      bottom: -14px;
      right: 63px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -17px;
      right: 60px
  }
}

@keyframes cloud-animation1 {
  0% {
      bottom: -17px;
      right: 60px
  }
  10% {
      bottom: -17px;
      right: 60px
  }
  20% {
      bottom: -17px;
      right: 60px
  }
  25% {
      bottom: -14px;
      right: 63px
  }
  30% {
      bottom: -17px;
      right: 60px
  }
  35% {
      bottom: -14px;
      right: 63px
  }
  40% {
      bottom: -17px;
      right: 60px
  }
  45% {
      bottom: -14px;
      right: 63px
  }
  50% {
      bottom: -17px;
      right: 60px
  }
  55% {
      bottom: -14px;
      right: 63px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -17px;
      right: 60px
  }
}

@-webkit-keyframes cloud-animation2 {
  0% {
      bottom: -14px;
      right: 50px
  }
  10% {
      bottom: -14px;
      right: 50px
  }
  20% {
      bottom: -14px;
      right: 50px
  }
  25% {
      bottom: -11px;
      right: 47px
  }
  30% {
      bottom: -14px;
      right: 50px
  }
  35% {
      bottom: -11px;
      right: 47px
  }
  40% {
      bottom: -14px;
      right: 50px
  }
  45% {
      bottom: -11px;
      right: 47px
  }
  50% {
      bottom: -14px;
      right: 50px
  }
  55% {
      bottom: -11px;
      right: 47px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -14px;
      right: 50px
  }
}

@keyframes cloud-animation2 {
  0% {
      bottom: -14px;
      right: 50px
  }
  10% {
      bottom: -14px;
      right: 50px
  }
  20% {
      bottom: -14px;
      right: 50px
  }
  25% {
      bottom: -11px;
      right: 47px
  }
  30% {
      bottom: -14px;
      right: 50px
  }
  35% {
      bottom: -11px;
      right: 47px
  }
  40% {
      bottom: -14px;
      right: 50px
  }
  45% {
      bottom: -11px;
      right: 47px
  }
  50% {
      bottom: -14px;
      right: 50px
  }
  55% {
      bottom: -11px;
      right: 47px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -14px;
      right: 50px
  }
}

@-webkit-keyframes cloud-animation3 {
  0% {
      bottom: -12px
  }
  10% {
      bottom: -12px
  }
  20% {
      bottom: -12px
  }
  25% {
      bottom: -9px
  }
  30% {
      bottom: -12px
  }
  35% {
      bottom: -9px
  }
  40% {
      bottom: -12px
  }
  45% {
      bottom: -9px
  }
  50% {
      bottom: -12px
  }
  55% {
      bottom: -9px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -12px
  }
}

@keyframes cloud-animation3 {
  0% {
      bottom: -12px
  }
  10% {
      bottom: -12px
  }
  20% {
      bottom: -12px
  }
  25% {
      bottom: -9px
  }
  30% {
      bottom: -12px
  }
  35% {
      bottom: -9px
  }
  40% {
      bottom: -12px
  }
  45% {
      bottom: -9px
  }
  50% {
      bottom: -12px
  }
  55% {
      bottom: -9px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -12px
  }
}

@-webkit-keyframes cloud-animation4 {
  0% {
      bottom: -10px
  }
  10% {
      bottom: -10px
  }
  20% {
      bottom: -10px
  }
  25% {
      bottom: -7px
  }
  30% {
      bottom: -10px
  }
  35% {
      bottom: -7px
  }
  40% {
      bottom: -10px
  }
  45% {
      bottom: -7px
  }
  50% {
      bottom: -10px
  }
  55% {
      bottom: -7px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -10px
  }
}

@keyframes cloud-animation4 {
  0% {
      bottom: -10px
  }
  10% {
      bottom: -10px
  }
  20% {
      bottom: -10px
  }
  25% {
      bottom: -7px
  }
  30% {
      bottom: -10px
  }
  35% {
      bottom: -7px
  }
  40% {
      bottom: -10px
  }
  45% {
      bottom: -7px
  }
  50% {
      bottom: -10px
  }
  55% {
      bottom: -7px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -10px
  }
}

@-webkit-keyframes cloud-animation5 {
  0% {
      bottom: -14px;
      right: 17px
  }
  10% {
      bottom: -14px;
      right: 17px
  }
  20% {
      bottom: -14px;
      right: 17px
  }
  25% {
      bottom: -11px;
      right: 14px
  }
  30% {
      bottom: -14px;
      right: 17px
  }
  35% {
      bottom: -11px;
      right: 14px
  }
  40% {
      bottom: -14px;
      right: 17px
  }
  45% {
      bottom: -11px;
      right: 14px
  }
  50% {
      bottom: -14px;
      right: 17px
  }
  55% {
      bottom: -11px;
      right: 14px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -14px;
      right: 17px
  }
}

@keyframes cloud-animation5 {
  0% {
      bottom: -14px;
      right: 17px
  }
  10% {
      bottom: -14px;
      right: 17px
  }
  20% {
      bottom: -14px;
      right: 17px
  }
  25% {
      bottom: -11px;
      right: 14px
  }
  30% {
      bottom: -14px;
      right: 17px
  }
  35% {
      bottom: -11px;
      right: 14px
  }
  40% {
      bottom: -14px;
      right: 17px
  }
  45% {
      bottom: -11px;
      right: 14px
  }
  50% {
      bottom: -14px;
      right: 17px
  }
  55% {
      bottom: -11px;
      right: 14px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -14px;
      right: 17px
  }
}

@-webkit-keyframes cloud-animation6 {
  0% {
      bottom: -15px
  }
  10% {
      bottom: -15px
  }
  20% {
      bottom: -15px
  }
  25% {
      bottom: -12px
  }
  30% {
      bottom: -15px
  }
  35% {
      bottom: -12px
  }
  40% {
      bottom: -15px
  }
  45% {
      bottom: -12px
  }
  50% {
      bottom: -15px
  }
  55% {
      bottom: -12px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -15px
  }
}

@keyframes cloud-animation6 {
  0% {
      bottom: -15px
  }
  10% {
      bottom: -15px
  }
  20% {
      bottom: -15px
  }
  25% {
      bottom: -12px
  }
  30% {
      bottom: -15px
  }
  35% {
      bottom: -12px
  }
  40% {
      bottom: -15px
  }
  45% {
      bottom: -12px
  }
  50% {
      bottom: -15px
  }
  55% {
      bottom: -12px
  }
  75% {
      bottom: -30px
  }
  100% {
      bottom: -15px
  }
}

.link-get_a_proposal span {
  width: 18px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  border-radius: 50%
}

.link-get_a_proposal .circle1 {
  opacity: .4;
  bottom: -17px;
  right: 60px;
  width: 20px;
  height: 20px;
  -webkit-animation: cloud-animation1 5s infinite;
  animation: cloud-animation1 5s infinite
}

.link-get_a_proposal .circle2 {
  opacity: .8;
  bottom: -14px;
  right: 50px;
  -webkit-animation: cloud-animation2 5s infinite;
  animation: cloud-animation2 5s infinite
}

.link-get_a_proposal .circle3 {
  opacity: .4;
  bottom: -12px;
  right: 37px;
  -webkit-animation: cloud-animation3 5s infinite;
  animation: cloud-animation3 5s infinite
}

.link-get_a_proposal .circle4 {
  bottom: -10px;
  right: 28px;
  -webkit-animation: cloud-animation4 5s infinite;
  animation: cloud-animation4 5s infinite
}

.link-get_a_proposal .circle5 {
  opacity: .8;
  bottom: -14px;
  right: 17px;
  -webkit-animation: cloud-animation5 5s infinite;
  animation: cloud-animation5 5s infinite
}

.link-get_a_proposal .circle6 {
  opacity: .4;
  bottom: -16px;
  right: 10px;
  -webkit-animation: cloud-animation6 5s infinite;
  animation: cloud-animation6 5s infinite
}
/* PROPOSAL PAGE */
.proposal_container{
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.proposal_container_box{
  width: 50%;
}
.proposal_container_fancy{
  background: linear-gradient(to right, #5c1c9d 0%,#e04d6a 50%,#f2a04a 100%);
  padding: 20px 20px;
}
.form-heading,
.proposal_container_heading{
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 0px;
}
.proposal_container_heading,
.proposal_container_paragraph{
  color: #ffffff;
}
#proposal-form{

}
.proposal-form-half{

}

.form-row{
  display: flex;
  align-items: baseline;
  gap: 40px;
}
.form-row-box{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin: 0px 0px 24px;
  width: 99%;
}
.form-row-label{
  color: #374046;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}
.form-row-box input,
.form-row-box textarea,
.form-row-box select{
  height: auto;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ABB9C2;
  background-color: #fff;
  color: #374046;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Poppins', sans-serif!important;
  font-weight: 100!important;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: -0.0055em;
  resize: none;
}
.form-row-box input::placeholder,
.form-row-box textarea::placeholder,
.form-row-box select::placeholder{
  font-weight: 100!important;
  color: #374046!important;
}
.form-row-box select{
  height: 36px;
}
.form-row-box input{

}
.form-row-box textarea{

}
.form-row-for-mini{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}
.form-row-for-mini select {
  height: 51px;
}

.form-row-box-mini{
  width: 100%;
}
.privacy-container{
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.privacy-checkbox{

}
.privacy-text-cf{

}
.proposal_container_img{

}
.proposal_box_row{
  display: block;
}
.proposal_box_row_list{
  display: flex;
  align-items: baseline;
  gap: 15px;
  position: relative;
}

.proposal_box_row_list i{
  width: 22px;
  height: 20px;
  line-height: 20px;
}
.proposal_box_paragraph{
  color: #ffffff;
  width: 100%;
}
.proposal_img{
  margin-top: 20px;
  width: 100%;
  height: auto;
}
.btn-composition-style{
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.008em;
  height: 76px;
  padding: 21px 24px;
  display: block;
  width: 100%;
  min-width: 180px;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
  color: #fff;
  background-color: #692198;
  border-color: #af3b7d;
  box-shadow: 0 0 0 0.2rem rgb(168 56 127 / 50%);
  transition: .4s;
}
.btn-composition-style:hover{
  background-color: #8a3abe;
}
.thank-you-container{
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}
#thank-you-page{
  margin: 50px auto;
  padding: 50px;
  background: #d48c41;
}
/* /////////////////////////// AKADEMIJA ///////////////////////////////////*/
.academy_main_container{
  margin: 20px 0px;
  /* display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap; */
  columns: 3 350px;
  column-gap: 25px;
  max-height: 700px;
}
.academy_main_box{
  display: inline-block;
  margin-bottom: 30px;
  background: #f7f9fa;
  border-radius: 6px;
  width: 100%;
  height: fit-content;
}
.academy_heading_div{
  opacity: .9;
  transition: opacity;
  transition-duration: .25s;
  transition-timing-function: ease-out;
  border-radius: 6px 6px 0px 0px;
  padding: 15px 0px;
}
.academy_heading_div:hover{
  opacity: 1;
}
.academy_heading{
  position: relative;
  font-family: "proxima-nova",sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: initial;
  padding-left: 15px;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.academy_link_box_container{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
}
.academy_link_box{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #631d9b;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  transition: box-shadow;
  transition-duration: .4s;
  transition-timing-function: ease-out;
  margin-left: 12px;
  margin-bottom: 10px;
  text-decoration: none;
}
.academy_link_box:hover{
  border: 2px solid #621d9b80;
}
.academy_link_icon_box{
  position: relative;
  height: 42px;
}
.academy_link_icon_box i {
  position: absolute;
  top: -4px;
  left: -20px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #551180;
  width: 46px;
  height: 46px;
  font-size: 26px;
  margin: 2px;
  border-radius: 50%;
}
.academy_link{
  margin-left: 22px;
  text-align: initial;
  margin: 0px 0px 0px 25px;
}
.academy_box_link_container{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #007ef3;
  transition: .4s;
  text-decoration: none;
}
.academy_box_link_container:hover{
  color: #631d9b;
}
.academy_box_link_container i{
  font-size: 20px;
  margin-right: 10px;
  transition: .4s;
}
.academy_box_link_container:hover > .fa-arrow-circle-right{
  margin-right: 5px;
  margin-left: 5px;
}
.academy_box_link_paragraph{
  text-align: initial;
  margin: 0px 0px 0px 25px;
}
/* AC ICON STYLES */
.ac_icon_style_1::after,
.ac_icon_style_2::after,
.ac_icon_style_3::after,
.ac_icon_style_4::after,
.ac_icon_style_5::after,
.ac_icon_style_6::after,
.ac_icon_style_7::after,
.ac_icon_style_8::after{
  position: absolute;
  content: "";
  z-index: 1;
  top: -15px;
  bottom: 0;
  right: 5px;
  width: 130px;
  height: 50px;
  display: block;
  opacity: .3;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  right: 8px;
  opacity: .6;
}
.ac_icon_style_1::after{
  background-image: url(../image/seo-fundamentals.png);
}
.ac_icon_style_2::after{
  background-image: url(../image/google-search-console.png);
}
.ac_icon_style_3::after{
  background-image: url(../image/technical-seo.png);
}
.ac_icon_style_4::after{
  background-image: url(../image/structured-data.png);
}
.ac_icon_style_5::after{
  background-image: url(../image/international-seo.png);
}
.ac_icon_style_6::after{
  background-image: url(../image/ecommerce-seo.png);
}
.ac_icon_style_7::after{
  background-image: url(../image/processes.png);
}
.ac_icon_style_8::after{
  background-image: url(../image/reporting-management.png);
}
/* AC STYLES */
.ac_heading_style-1{
  background-color: #551180;
}
.ac_heading_style-2{
  /* background-color: #be8924!important; */
  background-color: #fa00b3!important;
}
.ac_heading_style-3{
  background-color: #3dc8ff!important;
}
.ac_heading_style-4{
  background-color: #b12869!important;
}
.ac_heading_style-5{
  background-color: #fe8719!important;
}
.ac_heading_style-6{
  background-color: #b374cc!important;
}
.ac_heading_style-7{
  background-color: #ef8211!important;
}
.ac_heading_style-8{
  background-color: #80c649!important;
}

.services_chatgpt-logo {
  background-image: url('../image/chatgpt.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.services-new-badge {
  background-color: #d48c41;
  color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  margin-left: 5px;
}

.services-bullhorn-badge {
  margin-right: 5px;
}


/* CUSTOM STYLE BTN */
.custom_style_btn_container{

}
.custom_style_btn,
.custom_style_btn_2,
.custom_style_btn_reverse,
.custom_style_btn_2_reverse{
  width: auto;
  height: auto;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: -.008em;
  padding: 16px 55px 16px 25px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  border-radius: 4px;
  cursor: pointer;
  transition: .35s all;
}
.custom_style_btn{
  border-color: #611e9b;
  outline: none;
  background: #eb5d62;
}
.custom_style_btn_2{
  border: 1px solid #A6B9DE;
}
.custom_style_btn:after,
.custom_style_btn_2:after,
.custom_style_btn_reverse:after,
.custom_style_btn_2_reverse:after {
  /* width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(img/arrow_btn.png);
  background-repeat: no-repeat; */


  content: "";
  width: 30px;
  height: 28px;
  background: url(../image/small-sprites.webp) -22px -284px no-repeat;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.custom_style_btn:hover{
  background: #611e9b;
}
.custom_style_btn_2:hover{
  background-color: #eb5d62a3;
}
/* REVERSE */
.custom_style_btn_reverse{
  background: #611e9b;
}
.custom_style_btn_2_reverse{
  background-color: #eb5d62a3;
}
.custom_style_btn_reverse:hover{
  border-color: #611e9b;
  outline: none;
  background: #eb5d62;
}
.custom_style_btn_2_reverse:hover{
  border: 1px solid #A6B9DE;
}
/* CUSTOM STYLE BTN END*/
/* KB */
.kb-main-container-sidebar{
  width: 100%;
  max-width: 1400px;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.kb-main-sidebar{
  width: calc(25% - 40px);
}
.kb-main-sidebar-sticky{
  margin-top: 20px;
  background: #f7f9fa;
  padding: 20px 10px;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.kb-main-sidebar-heading{
  font-size: 18px;
  font-weight: 400;
}
.kb-sidebar-list li a{
  margin-bottom: 10px;
}
.kb-main-container{
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.kb-box{
  display: inline-block;
  margin-bottom: 30px;
  background: #f7f9fa;
  border-radius: 6px;
  max-width: 480px;
  width: 100%;
  height: fit-content;
  margin: 20px 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.kb-box-text{
  padding: 10px 20px;
}
.kb-box-heading{
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  display: block;
  color: #fff;
  border-radius: 6px 6px 0px 0px;
  padding: 15px 20px;
  text-decoration: none;
}

.kb-box:nth-child(3n+1) .kb-box-heading {
  background-color: #5c1c9d;
}

.kb-box:nth-child(3n+2) .kb-box-heading {
  background-color: #f2a04a;
}

.kb-box:nth-child(3n+3) .kb-box-heading {
  background-color: #e04d6a;
}

.kb-list,
.kb-sidebar-list{
  padding-inline-start: 0px;
  list-style-type: none;
}

.kb-list li{
  
}

.kb-item-link{
  margin-bottom: 10px;
}

.kb-item-link,
.kb-btn,
.kb-sidebar-list li a{
  color: #333;
  display: block;
  text-decoration: none;
  transition: .2s;
}
.kb-item-link:hover,
.kb-btn:hover,
.kb-sidebar-list li a:hover{
  color: #f2a04a;
}
.kb-item-link i,
.kb-btn i{
  margin-right: 5px;
}
.kb-btn{

}
.kb-btn i{
  
}
@media(max-width:1350px) {
  .kb-box{
    max-width: 400px;
  }
}
@media(max-width:1150px) {
  .kb-box{
    max-width: 370px;
  }
}
@media(max-width:1000px) {
  .kb-box{
    max-width: 100%;
  }
  .kb-main-container-sidebar {
    flex-direction: column;
  }
  .kb-main-container,
  .kb-main-sidebar{
    width: 100%;
  }

}
@media(max-width:992px) {
  
}
/* KB end */
#post-bottom-soc-buttons{
  display: none;
}
/* //////////////////////////// */
.easy-container,
.easy-container_big,
.archive-description{
padding: 15px 0;
margin-left: auto;
margin-right: auto;
width: 100%;
}
@media(min-width:576px){
.easy-container,
.easy-container_big,
.archive-description {
  max-width: 540px;
}

}
@media(min-width:768px) {
.easy-container,
.easy-container_big,
.archive-description {
  max-width: 720px;
}
}
@media(min-width:992px) {
.easy-container,
.easy-container_big,
.archive-description {
  max-width: 960px;
}
}
@media(min-width:1200px) {
.easy-container,
.easy-container_big,
.archive-description {
  max-width: 1200px;
}
}
@media(min-width:1300px) {
  .easy-container_big {
    max-width: 1300px;
  }
}
/* -------------------------------------------------------------PROPOSAL END*/

@media(max-width:1700px){
  .separator_doted_line{
    width: 2160px;
    margin-left: 17%;
  }
}

@media(max-width:1400px){
  .separator_doted_line{
    width: 1715px;
    margin-left: 17%;
  }
}
@media(max-width:1300px){
  .blog-post-container{
    width: 350px;
  }
  .blog-post-container .attachment-archive-thumbnail {
    width: 100%;
    height: auto;
  }
}

@media(max-width:1200px){
  .academy_main_container{
    max-height: 1050px;
  }
  .easyseo_block_limited_width{
    width: 100%;
  }
  .easyseo_new_block_flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .easyseo_new_block_flex_reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .easyseo_new_block_inner_background,
  .easyseo_new_block_inner_background--2{
    margin-top: 10px;
  }
  .easyseo_new_block_inner_background--2{
    margin-top: 17px;
  }
  .google_ads_box {
    margin-bottom: 10px;
    position: absolute;
    top: 10%;
    left: 20%;
    background-color: #e15169a8;
    padding: 20px;
    border-radius: 14px;
  }
  .google_ads_banner{
    width: 100%;
  }
  .separator_doted_line{
    width: 83%;
    margin-left: 17%;
    background-repeat: no-repeat;
  }
  .easyseo_new_block,
  .easyseo_new_block_small_margin{
    margin-top: 140px;
  }
  #post-main-container{
    flex-direction: column;
  }
  #post-soc-but-container{
    /* display: none; */
    width: 98%;
  }
  .post-soc-inner-container{
    margin-left: 10px;
  }
}

@media(max-width:992px){
  .proposal_container{
    flex-direction: column;
    align-items: center;
  }
  .proposal_container_box{
    width: 95%;
  }
  .academy_main_container{
    max-height: initial;
  }
}

@media(max-width:700px){
  .easyseo_new_block_inner-banners{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .easyseo_new_block_inner_background--3{
    height: 400px;
    width: 100%;
    background-position: center;
  }
  .easyseo_new_block_inner_background--4{
    background-image: url(../image/skambuciu.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 343px;
    background-position: center;
  }
  .easyseo_new_block_inner_background--5{
    background-image: url(../image/Marketingo_iliustracija.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 412px;
    background-position: center;
  }
  .easyseo_circle_box_container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .easyseo_circle_box {
    margin-block: 10px;
    margin: 10px 20px;
  }
  .google_ads_box {
    left: 10%;
  }
  .form-row{
    gap: 20px;
    flex-direction: column;
  }
  .bottom_sticky_tape{
    display:flex;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    height:40px;
    background: #fff;
    -webkit-box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px -3px 40px 0px rgba(0, 0, 0, 0.21);
    padding: 5px 0px;
  }
  .bottom_sticky_tape .link-get_a_proposal{
    margin-left: 0px;
  }
  .form-row-for-mini{
    flex-direction: column;
  }
  .easyseo_new_block_inner_background_heading{
    right: 35px;
  }
  .blog-post-container {
    width: 300px;
  }
  .archive-description{
    width: 90%;
  }
}

@media(max-width:480px){
  .easyseo_new_block,
  .easyseo_new_block_small_margin{
    margin-top: 100px;
    margin-left: 26px;
  }
  .easyseo_new_block_inner_background,
  .easyseo_new_block_inner_background--2{
    width: 300px;
    height: 285px;
  }
  .google_ads_box {
    left: 15px;
  }

}
