/* Lng swtchr */
.header-lng-sw {
    /*border-radius: 50%;*/
    overflow: hidden
}

.header-lng-sw .icon {
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    opacity: .5
}

.header-lng-sw .icon:hover {
    opacity: 1
}

.header-lng-sw img {
    width: 34px
}

.sw-flag {
    border-radius: 50%;
    border: 2px gray solid;
    padding: 3px;
}

/*HERO*/
.hero-pp {
    height: 100dvh;
}

.portrait-img img,
.portrait-b-1 img
{
    margin-bottom: 10dvh;
}

/* hero see more*/
.header__see-more {
    position: absolute;
    bottom: 0;
    pointer-events: all;
}

@media (max-width: 1023px) {
    .header__see-more {
        display: none;
    }
}

.see-more {
    position: relative;
    display: block;
    padding-left: 60px;
    transform: rotate(-90deg) translate(0%, 100%);
    transform-origin: left bottom;
    color: rgba(255, 255, 255, 0.6);
}

.see-more::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 38px;
    height: 3px;
    content: "";
    opacity: 0.3;
    background-color: #fff;
}

.see-more:hover {
    color: var(--warm-color);
}

/* About Circle Img */
.about_img {
    position: relative;
    overflow: hidden
}

.about_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about_img.img_circle2 {
    width: 300px;
    height: 300px;
    float: right;
    border-radius: 50%;
    margin: 20px;
    -webkit-shape-outside: circle();
    shape-outside: circle()
}


/* footer logo size */
.footer-logo-sw {
    max-width: 100px;
}


.timeline-event:hover .timeline-event-icon {  color: var(--warm-color);}
.timeline-event:hover .timeline-edu-icon {  color: var(--warm-color);}
.timeline-event-icon:before{
    content: "\f121";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
}
.timeline-edu-icon:before{
    content: "\f501";
    font-family: "Font Awesome 6 Free", sans-serif;
    font-weight: 900;
}
.timeline-event-icon,
.timeline-edu-icon {
    display: flex;
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background: var(--white-color);
    position: absolute;
    top: 0;
    left: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--black-bg);
}

.text-red {
    color: var(--warm-color);
}

.hero-desc-p {
    background: linear-gradient(238deg, rgba(255,231,218,1) 89%, rgba(255,231,218,0) 96%);
}

.ppoika-card-noise {
    min-height: 516px;
}

.sw-card2 {
    min-height: 570px;
}

.skill-elem strong{
    font-weight: 700;
}


p>strong {
    font-weight: 700;
}


.targetSub {
    font-weight: 500;
}


.chatLnk {
    color: var(--black-color-1);
}


.ribbon {
    position: absolute;
    height: 150px;
    bottom: 20px;
    right: 45px;
}

.req {
    color: var(--warm-color);
}

.modal-bgcolor {
    background-color: var(--black-bg-3);
}

.catTag {
    display: grid;
}

.itmquickinfo a{
    padding: 0;
}


.btn-menu {
    padding: 0px 10px;
    line-height: 50px;
}

.section--dvh {
	min-height: 100dvh;
}

@media only screen and (max-width: 767px) {
    .sw-btn.btn-menu {
      padding: 0 10px !important;
      line-height: 40px !important;
    }
    .sw-card {
        width: 100%;
    }
}
.ml20 {
    margin-left: 20px !important;
}


#contactFormPage .error-label {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: -8px 0 0 -8px;
    padding: 0 8px 0 8px;
    color: #ff0500;
}

#callBackForm .error-label {
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 0 -8px;
    padding: 8px 8px 0 8px;
    color: #ff0500;
}

.sw-card{
    padding: 30px;
    border-radius: 14px;
  }


  .cardicon img {
    width: 52px;
    margin-bottom: 20px;
  }


  .cta-design-block-sw{
    display: grid;
    grid-template-columns: 50% 30%;
    grid-gap: 30px;
    justify-content: space-between;
    padding: 40px;
    border-radius: 24px;
}

.gradient-4{ background: var(--gradient-4);}

.contactinkediv a{
    color: var(--black-color-0);
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.accordion-body-seo {
    font-family: var(--font-secondry);
    color: var(--black-color-1);
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 27px;
}

.accordion-button-seo {
    font-family: var(--font-secondry);
    color: var(--black-color-1);
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    font-weight: 300;
}

.grand--a {
    border: 1px solid var(--warm-color);
    padding: 10px;
    border-radius: 10px;
}


.form-block select,
.form-block select option
  {
    font-size: 16px !important;
}


.yvm-img {
    width: 75% !important;
    display: flex;
    margin: auto;
    border-radius: 15px;
}



/* SHARE BUTTON */
[class^=share-] {
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #828282;
    border: solid 1px #828282;
    border-radius: 50%;
    transition: all .2s ease-out;
}
[class^=share-]:hover {
    cursor: pointer;
    color: #fff;
}
[class^=share-] svg {
    width: 20px;
    height: 20px;
    margin: 8px;
    overflow: hidden;
    vertical-align: middle;
}
.share-fb:hover {
    background: #3b5998;
}
.share-in:hover {
    background: #0e76a8;
}
.share-vk:hover {
    background: #4a76a8;
}
.share-tg:hover {
    background: #249bd7;
}
.share-ok:hover {
    background: #f93;
}
.share-tw:hover {
    background: #00acee;
}
.share-vb:hover {
    background: #7b519d;
}
.share-wa:hover {
    background: #50b154;
}



.about-conent p,
.paragraph-block p {
	visibility: visible;
	animation-delay: 0.4s;
	animation-name: fadeInUp;
}


.demo-5-hero {
    min-height: 950px;
    display: grid;
    align-items: center;
    justify-content: center;
    padding:170px 0 100px 0;
    overflow-x: hidden;
    background: var(--gradient-7);
  }

  .sws1{
    top: 40%;
    left: -90px;
    width: 200px;
   }
   .sws2 {
    right: 10%;
    top: 35%;
    width: 140px;
  }
  .sws3 {
    right: 89%;
    top: 73%;
    width: 100px;
    opacity: .3
  }
  .sws4 {
    right: -80px;
    top: 10%;
    width: 200px;
  }
  .sws5 {
    left: 40%;
    top: 79%;
    width: 140px;
    opacity: .3
  }
  .sws6 {
    top: 20%;
    left: 8%;
    width: 25px;
    opacity: .3
  }
  .sws7 {
    width: 70px;
    right: 40px;
    top: 55%;
  }
   .sw-shape-1 {position: absolute; z-index: 0;}
   .sw-hero-shape{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
   }
