@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic,cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');

body {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::before,
::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.btn {
    color: #ffffff;
    background-color: #217ff3;
    display: inline-block;
    border: #217ff3;
}

html {
    scroll-bAAICvior: smooth;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.btn:hover {
    color: #fff;
    background-color: #217ff3;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.container {
    max-width: 1200px;
}

.min-vh-auto {
    min-height: auto !important;
}

.one--nav {
    background-color: rgba(0, 0, 0, 0.14);
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.navfixed {
    padding: 5px 0 5px;
    background-color: #000;
    z-index: 10;
}

.one--nav .lo--cnt {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .5px;
    padding-top: 5px;
    font-family: 'PT Serif', serif;
}
.one--nav .lo--cnt span {
    color: #217ff3;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }

.rgstration {
    border-radius: 0;
    padding: 10px 15px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.header-bg_main {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: radial-gradient(at top left, #08610b 36%, #16a71c 67%, transparent 0); */
    /* background-size: 220% 100%; */
    height: auto !important;
    width: 100%;
    position: relative !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;    
    /* background: gray url(../images/mainb-abstract1.png) repeat 0 0;
    -webkit-animation: slide 30s linear infinite; */
}

.header-bg_main:before {
    content: "";
    background: color-mix(in srgb, #000820, transparent 30%);
    position: absolute;
    inset: 0;
    /* z-index: 2; */
}

/* @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -512px -512px; }
} */
 

.header-widget-pck {
    padding: 0 0 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: .5rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #217ff3;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.main-bx_pck {
    padding: 5.625rem 0 4rem;
}

.formmain-box {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.lgx-countdown-area {
    margin-top: 40px;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}

.formmain-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #152840;
    text-align: center
}

.formmain-box p {
    color: #152840;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.formmain-box .form-group {
    position: relative;
    margin-bottom: 15px;
}

.formmain-box .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.formmain-box .form-group i.fas,
.formmain-box .form-group i.far,
.formmain-box .form-group i.fab,
.formmain-box .form-group i.fa {
    position: absolute;
    margin: 15px 10px;
    font-size: 16px;
    color: #525252;
}

.formmain-box .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    background: rgb(255, 255, 255);
    color: #7b7878;
    padding-left: 30px;
}

.formmain-box .form-group select.form-control {
    padding-left: 10px;
}

.formmain-box .form-group .form-control:focus {
    background: rgba(255, 255, 255, .7);
    color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.formmain-box .form-group textarea.form-control {
    height: auto !important;
}

.formmain-box .form-group select.form-control {
    padding-left: 30px;
}

.formmain-box .btnprimaryform {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.formmain-box .tab-content {
    padding-top: 15px;
}

.formmain-box .nav-pills .nav-link {
    border: 1px solid transparent;
    font-size: 16px;
    color: #0a0a0a;
    border-radius: 0px;
    background: #f1f1f1c7;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 0 10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.formmain-box .nav-pills .nav-link.active {
    color: #fff;
    background-color: #217ff3;
    border-color: #217ff3;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.subtitle-box h3 {
    color: #217ff3;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    /* border-left: 5px solid yellow; */
    /* padding-left: 10px; */
    position: relative;
}

.subtitle-box h2 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
    text-shadow:1px 3px 2px rgb(0 0 0);
}

.subtitle-box h4 {
    color: #217ff3;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}

.subtitle-box p,
.subtitle-box p span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    margin: 20px 0 20px;
    font-family: 'PT Serif', serif;
 }

.subtitle-box p span {
    width: 100%;
    padding-left: 4%;
}

.subtitle-box p i.fas,
.subtitle-box p i.far {
    color: #217ff3;
    font-weight: bold;
    font-size: 1.5rem;
    margin-right: 8px;
}

/* #lgx-countdown span {
    font-family: 'Raleway', sans-serif
} */

#lgx-countdown {
    margin-top: -42px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#lgx-countdown span {
    text-align: center;
    font-size: 4.8rem;
    line-height: 8.2rem;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    letter-spacing: .16rem;
    position: relative;
    bottom: -15px
}

/* #lgx-countdown span:last-child {
    margin-right: 0
} */

#lgx-countdown i {
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    line-height: 3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: normal;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

#lgx-countdown .lgx-days {
    color: #217ff3;
}

#lgx-countdown .lgx-hr {
    color: #217ff3;
}

#lgx-countdown .lgx-min {
    color: #217ff3;
}

#lgx-countdown .lgx-sec {
    color: #217ff3;
}

.aboutus-sctn-box {
    padding: 60px;
}

.aboutus-sctn-box .post-thumb {
    padding: 15px 0 0 15px;
    border-top: 1px solid #217ff3;
    border-left: 1px solid #217ff3;
}

.main-heding {
    color: #217ff3;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.main-heding span {
    border-bottom: #333 solid 2px;
}

.main-pra {
    color: #525252;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

/* .whyabout-pck .main-heding {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    text-align: left;
} */

.aboutbox-pck {
    padding: 15px 0 15px;
}

.aboutbox-pck figure img {
    float: left;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    object-fit: cover;
    shape-outside: circle();
    margin: 10px 20px 10px 0px;
    border: #217ff3 solid 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.whyabout-pck {
    margin: 60px 0 60px;
}
.navbar-brand img {width: 190px; float: left;}

.whyabout-pck h3 {
    font-size: 38px;
    line-height: 1.5;
    font-weight: 800;
    color: #217ff3;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.whyabout-pck p {
    color: #525252;
    line-height: 1.5;
    font-size: 17px;
}

.informating-main {
    padding: 15px 0 15px;
}

.housing-pck-box {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-pck {
    background: #FFF;
    padding: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.service-pck figure {
    position: relative;
    overflow: hidden;
}

.service-pck img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 0;
    border-radius: 15px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.service-pck:hover img {
    transform: scale(1.1);
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.service-pck h3 {
    color: #333;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 600;
}

.service-pck p {
    color: #525252;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    text-align-last: center;
}

.eventform-box,
.eventsecton-box {
    background-color: #ffffff;
    padding: 30px 30px;
    margin-bottom: 40px;
    height: 100%;
    min-height: auto !important;
    border: dashed 2px #ccc;
}

.eventform-box form {
    text-align: center;
}

.eventform-box form h4 {
    color: #333;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    border-bottom: #333 solid 2px;
    margin-bottom: 16px;
    font-family: 'PT Serif', serif;
}

.eventform-box .form-group {
    margin-bottom: 15px;
}

.eventform-box .form-group .form-control {
    background: #ffffff;
    border: none;
    border-bottom: #bebebe solid 1px;
    border-radius: 0;
    color: #262626;
    font-size: 18px;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.eventform-box .form-group .form-control:focus {
    border: #bebebe solid 1px;
    border-radius: 0;
    padding: 5px;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.eventsecton-box {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-top: 5.5rem;
}

.eventsecton-box figure img {
    width: 80px;
}

.eventsecton-box h3 {
    color: #333;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.eventsecton-box h3 .far,
.eventsecton-box h3 .fas {
    color: #217ff3;
    font-size: 26px;
    margin-right: 4px;
}

.eventsecton-box p {
    color: #525252;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}

.eventsecton-box a {
    color: #217ff3;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'PT Serif', serif;
}

.eventsecton-box a:hover {
    color: #1c7ca0;
    border-bottom: #1c7ca0 dotted 1px;
}

.sendnowb {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.shedulevntpbox-main {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shedulevntpbox-crd {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.shedulevntpbox-crdinr {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    -o-transition: transform 0.6s;
}

.shedulevntpbox-crd:hover .shedulevntpbox-crdinr {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.shedulevntpbox-crdfrnt,
.shedulevntpbox-crdbck {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.shedulevntpbox-crdfrnt {
    background-color: #fff;
    padding: 55px 15px 55px;
    box-shadow: #e0e0e0 0px 0px 5px 1px;
}

.shedulevntpbox-crdbck {
    background-color: #217ff3;
    transform: rotateY(180deg);
    padding: 30px 15px 30px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.starline {
    letter-spacing: -3.2px;
    color: #217ff3;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.rating-heading {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
}

.rate-heading {
    color: #333;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.rate-heading sup {
    color: #525252;
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    margin-right: -7px;
}

.rate-pra {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    text-align-last: center;
}

.footer-main {
    background-color: #217ff3;
    padding: 10px 15px;
    text-align: center;
}

.footer-main p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.footer-main p .fa-copyright {
    color: #fff;
    margin: 0 1px;
}

.evntcount-aira {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.eventcunt-pck {
    color: #333;
    position: relative;
    text-align: center;
}

.eventcunt-pck .event-counter {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 3.9rem;
    font-weight: 900;
    margin-bottom: .235rem;
    color: #333;
}

.eventcunt-pck small {
    font-family: Poppins, sans-serif;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
    display: block;
}

.eventcunt-pck i.fas,
.eventcunt-pck i.far {
    color: #217ff3;
    font-size: 5.3rem;
    margin-bottom: 5px;
}

.registration-main-aria .modal-header {
    border-bottom: 0;
}

.registration-main-aria .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-body {
    margin-top: -40px;
}

.registration-main-aria .modal-body h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 800;
    color: #152840;
    margin-bottom: 2px;
    text-align: center;
}

.registration-main-aria .modal-body p {
    color: #152840;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

.registration-main-aria .modal-body .form-group {
    margin-bottom: 15px;
}

.registration-main-aria .modal-body .form-group i.fas,
.registration-main-aria .modal-body .form-group i.far {
    position: absolute;
    margin: 15px 10px;
    font-size: 16px;
    color: #525252;
}

.registration-main-aria .modal-body .form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-body .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    background: rgb(255, 255, 255);
    color: #7b7878;
    padding-left: 32px;
}

.registration-main-aria .modal-body .form-group .form-control:focus {
    background: rgba(255, 255, 255, .7);
    color: #333;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registration-main-aria .modal-body .form-group select.form-control,
.registration-main-aria .modal-body .form-group textarea.form-control {
    padding-left: 10px;
}

.registration-main-aria .btnprimaryform {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.registration-main-aria .modal-content .modal-header .close {
    z-index: 1;
}

.housing-pck-box .service-pck .ullist {
    margin: 0;
    padding: 0 6px;
    margin-bottom: 15px;
}

.housing-pck-box .service-pck .ullist li {
    position: relative;
    list-style: none;
    padding: 5px 0 10px 20px;
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 22px;
    color: #000 !important;
}

.housing-pck-box .service-pck .ullist li::before {
    position: absolute;
    top: 8px;
    left: 0;
    font: 14px/1 FontAwesome;
    content: "\f192";
    color: #217ff3;
}

figure.figurebox {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
}

figure.figurebox .inlineimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.informating-main .formmain-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}

.formmain-box .form-group .fa-home {
    top: -4px;
}

.cardrondbx {
    overflow: hidden;
    width: 100%;
    padding: 18px;
    border: #dee2e6 solid 1px;
    border-radius: 0rem;
     background: #ffffff;
     box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
     }
 

.cardrondbx .squareicon {
    width: 60px;
    height: 60px;
    color: #217ff3;
    font-size: 1.75rem;
    border-radius: 50%;
    background: #f7f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cardrondbx h4 {
    color: #16203a;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.cardrondbx p {
    color: #3f3f3f;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 6px;
    text-align: left;
}

.cardrondbx p span {
    color: #333;
    font-weight: 700;
    font-size: 30px;
}

.greetwelcome-box {
    padding: 20px 0 20px;
}

.greetwelcome-box p {
    color: #696969;
    font-size: 17px;
    line-height: 1.6;
    text-align: justify;
}

.info-item {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.info-item i {
    color: #217ff3;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    border: 2px dotted color-mix(in srgb, #217ff3, transparent 40%);
}
.info-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
}
.info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #217ff3;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}
  
.scroll-top i {
    font-size: 19px;
    color: #fff;
    line-height: 0;
}
  
.scroll-top:hover {
    background-color: color-mix(in srgb, #217ff3, transparent 20%);
    color: #fff;
}
  
.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 50px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #217ff3;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.hero__title {
    -webkit-text-stroke: 1px #fff;
    color: transparent !important;
    background-image:  linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-position: -1050px 0;
    animation: backcolor 4s linear infinite alternate;
    text-shadow: unset !important;
    letter-spacing: 3px;
}
@keyframes backcolor{
    100%{
        background-position: 0 0;
    }
}

.box-shadowz {
    box-shadow: 0px 0px 10px 0px rgba(199, 199, 199, 1);
}

.middle-about {
    position: relative;
    padding: 0px 75px;
}
.middle-about .shape-1 {
    position: absolute;
    z-index: -1;
    top: -65px;
    right: 0px;
}
.middle-about .shape-1 img {
    height: 530px;
}
.middle-about .image img {
    border-radius: 50%;
}

.main-about {
    padding: 3rem 0 5rem;
}

/* end */