/******  Google fonts ******/
@font-face {
    font-family: light;
    src: url(../webfonts/7d411bb0357d6fd29347455b7d207995.eot);
    src: url(../webfonts/7d411bb0357d6fd29347455b7d207995.eot?#iefix) format("embedded-opentype"), url(../webfonts/7d411bb0357d6fd29347455b7d207995.woff2) format("woff2"), url(../webfonts/7d411bb0357d6fd29347455b7d207995.woff) format("woff"), url(../webfonts/7d411bb0357d6fd29347455b7d207995.ttf) format("truetype")
}

/* ============================================================================= 
#2. Global css
============================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: light;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    direction: ltr;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 600;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
}

.btn-primary {
    --bs-btn-color: #FFF;
    --bs-btn-bg: #8bc7d3 ;
    --bs-btn-border-color: #8bc7d3 ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #8bc7d3 ;
    --bs-btn-hover-border-color: #8bc7d3 ;
    --bs-btn-focus-shadow-rgb: 43, 128, 209;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #8bc7d3 ;
    --bs-btn-active-border-color: #8bc7d3 ;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8bc7d3 ;
    --bs-btn-disabled-border-color: #8bc7d3 ;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}

p {
    line-height: 28px;
    color: #77838f;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.me-4 {
    margin-left: auto !important;
    margin-right: auto !important;
}


.dropdown-item:hover,
.dropdown-item:focus {
    color: #8bc7d3 ;
    background-color: rgb(71 137 163 / 10%);
}

.btn-round .fa-play {
    padding-left: 3px;
    padding-right: 0;
    transform: rotate(180deg);
}

.fill-primary {
    fill: #9cb9c9 !important;
}

.nav-pills .nav-link {
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0.5rem 4rem;
    font-size: 18px;
}

.start-50 {
    right: auto !important;
}

section.bg-color {
    background: #fafbfc;
}

.bg-color {
    background: #fafbfc;
}

.dir {
    direction: ltr;
}

hr {
    margin: 0.5rem 0;
}

.fs-1 {
    font-size: 1.8125rem !important;
}

.btn {
    letter-spacing: 0;
    position: relative;
    overflow: hidden;
    outline: 0;
    white-space: nowrap;
    margin-bottom: 6px;
    font-size: 13px;
    border-radius: 7px;

}

.img4 {
    position: absolute;
    top: -75px;
    left: 100px;
    width: 45%;
    opacity: 0.1;
}

.img50 {
    position: absolute;
    top: -25px;
    left: 25%;
    width: 50%;
    opacity: 0.1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(139 199 211) !important;
    color: #fff !important;
}
.bg-color2 {
    background: #5894ab;
    background-image: url(../images/06.jpg);
    background-size: cover;
    background-position: center;
}

.overlay {
    background: rgb(71 137 162 / 80%) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.pattern-overlay-2 {
    position: relative;
    z-index: 1;
}

.pattern-overlay-2::before {
    content: "";
    background: url(../images/bg/02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.pattern-overlay-1 {
    position: relative;
    z-index: 1;
}

.pattern-overlay-1::before {
    content: "";
    background: url(../images/bg/04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    
}

.text-white {
    color: #fff !important;
}
/*
.rounded-shadow {
    border-radius: 35% 20px !important;
    box-shadow: 15px -10px 0px rgb(166 220 231 / 40%)!important;
}
*/
.event {
    padding: 50px 20px;
    border-radius: 14px;

}

.text-primary-light {
    color: rgb(162 210 236) !important;
}

.rounded-shadow {
    border-radius: 50% !important;
}

.bg-primary-dark {
    background-color: rgb(22 43 54) !important;
}

.bg-primary-light2 {
    background-color: #383B54 !important;
}

.rounded-new {
    border-radius: 35% 20px !important;
}

.rounded-normal {
    border-radius: 10px
}

.rounded {
    border-radius: 30% !important;
}


.join h2{
    font-size: 50px;
}
.join:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
    opacity: 0.8;
}
.join h5 {
    font-size: 26px;
    color: #fff !important;
    margin-top: 15px;
}
.join-count {
    position: absolute;
    bottom: 20px;
    right: 100px;
    left: 100px;
    z-index: 9;
}

.rounded-10 {
    border-radius: 5% !important;
}
.z-index-8{
    z-index: 8;
}
.display-6 {
    font-size: 2.5rem !important;
}
img.animate-v1.img1 {
    width: 45%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ribbon {
    position: absolute;
    top: 15px;
    left: 0;
    right: auto;
    background: #fff;
    padding: 3px 10px;
    color: #24292d;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.ribbon::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    left: auto;
    border-top: 1em solid #fff;
    border-bottom: 1em solid #fff;
    border-right: 20px solid transparent;
    border-left: 0px solid transparent;
}
.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    border-radius: 20px 20px 0 0;
}
.services .card-img-top img {
    height: 100%;
    object-fit: cover;
}
.services .card-img-top2 img {
    height: 100%;
    object-fit: cover;
}

.dropdown .avatar-sm {
    height: auto;
    width: auto;
}

.text-color-white {
    color: #fff
}

.mt-n6 {
    margin-top: -4rem !important;
}

.overflow-hidden {
    overflow: hidden;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    background-color: #8bc7d3 ;
    border-color: #8bc7d3 ;
    box-shadow: 0 0 0 0.25rem rgb(154 118 83 / 36%);
}

.join .waves {
    position: absolute;
    left: 0;
    bottom: -30px;

}
li.breadcrumb-item {
    display: flex;
}
.newsletter h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}
.breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem !important;
    padding-left: 0rem !important;
}
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
    direction: rtl;
}


.about .nav-pills .nav-link {
    cursor: pointer;
    margin-bottom: 15px;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.right-100 {
    right: 100px;
}

.navbar-expand-xl .navbar-brand .navbar-brand-item {
    height: 38px;
    display: block;
    width: auto;
}
ul.dropdown-menu {
    text-align: left;
    width: max-content;
}
.navbar-brand {
    padding: 20px 0;
}

.breadcrumb.breadcrumb-dark .breadcrumb-item a {
    color: #ffffff;
}

.btn-primary-soft {
    color: #fff;
    font-weight: 600;
    background-color: rgb(139 199 211);
}
.btn-primary-soft:hover {
    color: rgb(139 199 211) !important;
    font-weight: 600 !important;
    background-color: #fff !important;
    border: 1px solid rgb(139 199 211) !important;
}

.services .card-body {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    background: rgb(225 236 240 / 20%);
    border-radius: 0 0 14px 14px;
}

.btn-check:active + .btn-success-soft-check,
.btn-check:checked + .btn-success-soft-check,
.btn-success-soft-check.active,
.btn-success-soft-check:active,
.btn-success-soft-check:hover,
.show > .btn-success-soft-check.dropdown-toggle {
    background-color: #a6dce7 !important;
    border: 1px solid #a6dce7 !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(71 137 163);
}

.offcanvas-end {
    display: inline
}

.bg-color-one {
    background-color: #a6dce7 !important;
}

.bg-color-two {
    background-color: #8bc7d3  !important;
}

.bg-color-main {
    background-color: #8bc7d3  !important;
}

.bg-color-dark {
    background-color: #20576d !important;
}

.text-color-one {
    color: #a6dce7 !important;
}

.text-color-two {
    color: #8bc7d3  !important;
}

.text-color-main {
    color: #8bc7d3  !important;
}

.text-color-dark {
    color: #20576d !important;
}

.list-group-inside li {
    list-style: inside;
    margin-bottom: 5px;
}

.curved-decoration {
    position: absolute;
    z-index: 2;
    width: 100%;
    transform: scale(1.1);
}

.top-n1 {
    top: -1px;
}

.bottom-n1 {
    bottom: -1px;
}

.flip-xy {
    transform: rotate(180deg);
}

.animate-v {
    animation: upNdown1 2s infinite linear
}

.animate-curve:after {
    animation: upNdown2 2s infinite linear;
    animation: upNdown2 2s infinite linear
}

.animate-v2 {
    animation: upNdown11 2s infinite linear
}

.animate-v3 {
    animation: upNdown12 2s infinite linear
}

@keyframes upNdown1 {
    50% {
        transform: translateY(30px)
    }
}

@keyframes upNdown2 {
    50% {
        transform: translateY(10px)
    }
}

@keyframes upNdown2 {
    50% {
        transform: translateY(10px)
    }
}

@keyframes upNdown11 {
    50% {
        transform: translateY(5px)
    }
}

@keyframes upNdown12 {
    50% {
        transform: translateY(-5px)
    }
}

/********************* Start Responsive *************************/
.about-img img {
    border-radius: 300px;
}
.rounded-ratio {
    border-radius: 50% 50% 0 0 !important;
    aspect-ratio: 1 / 1;
    border: 7px solid #e1ecf0;
    /* padding: 5px; */
}

.services .about-img img {
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: cover;
    border: 7px solid rgb(163 196 209 / 32%);
}
.img-about {
    position: absolute;
    top: -20px;
    width: 27%;
    aspect-ratio: 3 / 2;
    left: -1px;
}
.img-about img{
    border-radius: 0 200px 200px 0; 
}

.se img {
    border-radius: 300px;
}
h1, .h1 {
    font-size: 2rem;
}
.about h2 {
    font-size: 40px;
    position: relative;
    color: #8bc7d3  !important;
}
.about.ahome h2 {
    font-size: 40px;
    margin-right: -100px;
    position: relative;
    color: #8bc7d3  !important;
}
.services .card-img-top {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.services .card-img-top2 {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.services .card-img-top2 img {
    height: 100%
}
.services .card-img-top img {
    height: 100%
}
.event.card {
    display: flex;
    flex-direction: row;
}
.event.card .item{
    width: 50%
}

.rounded-radius {
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
}
section.join.mt-5.position-relative {
    background-color: #f5f7f9 !important;
    border: 0px dashed #8bc7d3;
    padding: 0 0 40px 0;
    margin-bottom: 80px;
    height: 400px;
}
.join video#myVideo {
    z-index: 0;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.join .container{
    
}
.join .overlay {
    background: rgb(17 17 17 / 70%) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.btn-primary-shadow {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #8bc7d3 ;
     -webkit-box-shadow: none; 
     box-shadow: none; 
        background-color: rgb(139 199 211 / 50%);
    border-color: rgb(139 199 211 / 55%);
}
.btn-primary-shadow:active, .btn-primary-shadow:hover {
    color: #fff;
    background-color: #8bc7d3 ;
    border-color: #8bc7d3 ;
    -webkit-box-shadow: none; 
     box-shadow: none; 
}
.services .icon {
    background-color: #8bc7d3;
    width: 120px;
    height: 120px;
    line-height: 115px;
    text-align: center;
    border-radius: 100px;
    position: relative;
    top: 40px;
    margin: 0px auto;
    /* left: 0; */
    /* right: 0; */
    /* padding: 28px 28px; */
    border: 4px solid #fff;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.tf__counter_2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf___pricing_support h3 {
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: white;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: TopBottom;
    animation-timing-function: ease-in-out;
}
.event .item .card {
    border-radius: 20px 300px 20px 20px;
}
.event .item .card img {
    border-radius: 20px 300px 20px 20px;
}
.tf___pricing_support h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #c8e6f0;
}

.tf___pricing_support p {
    margin: 15px 0px 40px 0;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.services p {
    font-size: 15px;
}

.common_btn {
    padding: 11px 30px 11px 30px;
    background: #fff;
    color: #8bc7d3  !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-radius: 120px 50px;
    position: relative;
}

.tf__counter_2_overlay {
    background: rgb(0 0 0 / 60%);
    padding-bottom: 250px;
}

.text-info {
    --bs-text-opacity: 1;
    color: #8bc7d3  !important;
}
.mt_120 {
    margin-top: 120px !important;
}

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.services .icon .bi {
    color: #fff;
    text-align: center;
    font-size: 50px;
}


.services .card-title {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.hire-area {
    padding-top: 45px;
    padding-bottom: 170px;
    position: relative;
    border-radius: 50px;
    /*
    background-image: url(../images/11.jpg);
 
  background-repeat: no-repeat;
  background-size: cover;
*/
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .hire-area {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .services .about-img img:last-child {
        display: none
    }
}

.tf___pricing_support.text-center.position_relative {
    z-index: 9;
    position: relative;
}

.hire-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
    opacity: 0.8;
    border-radius: 50px;
}
.rounded-15 {
    border-radius: 15% !important;
}
.rounded-5 {
    border-radius: 5% !important;
}
.hire-area.pd-hire-area {
    padding-top: 0;
    padding-bottom: 115px;
}

@media (max-width: 767px) {
    .hire-area.pd-hire-area {
        padding-bottom: 60px;
    }
}

.hire-content {
    padding: 0px 20px;
    position: relative;
    z-index: 5;
}
.services .icon img {
    width: 60%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hire-content {
        padding: 0px 60px;
    }
}

@media (max-width: 767px) {
    .hire-content {
        padding: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 767px) {
    .hire-content .section-title {
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .hire-content .section-title h2 {
        font-size: 23px;
    }
    .event.card {
    display: flex;
    flex-direction: column;
}
    .event.card .item {
    width: 100%;
}
}

.hire-btn .grb-btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 180px;
}

@media (max-width: 768px) {
    .about.ahome  h2 {
        font-size: 30px;
        margin-right: 0;
    }

    .offcanvas-end {
        display: flex;
    }

    .waves {
        height: 75px;
        min-height: 75px;
    }

    .waves {
        bottom: 30px;

    }
    .waves.curved-decoration {
    bottom: 0;
    }

    .nav-pills .nav-link {
        font-size: 14px;
    }

    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 24px;
        display: block;
        width: auto;
    }
}



.text-dark-stroke {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #79b5c1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.display-3 {
     font-size: 6.125rem;
    font-weight: 700;
    line-height: 1.4;
}
.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
/*
.join .bg-primary-light2 {
    background-color: #383B54 !important;
    border: 4px dashed #fff;
    padding: 40px 0 10px 0;
}
*/
.card-join {
    background-color: rgb(245 247 249 / 25%);
    z-index: 1;
    pointer-events: none;
    border-radius: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 10px 0 10px 0;
       -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #fff;
    
}
    .icon-join {
        text-align: center;
        border-radius: 100px;
        margin: 0px auto;
        transition: all 0.3s ease-in-out;
        z-index: 9;

    }

.icon-join h4.purecounter {
    color: #fff;
}
@keyframes mymove {
  100% {transform: rotate(360deg);}
}
.mt-22 {
    margin-top: 2.8rem !important;
}
.tes .start-50 {
    right: 50% !important;
}

.position-absolute.bottom-0.start-50.translate-middle-x.ms-n7.mt-n4.me-n3.z-index-9.d-none.d-sm-block {
    left: 0 !important;
}
.faq h2 {
    color: #a3dfeb;
}
.faq .accordion.accordion-bg-light .accordion-button {
    color: #60818f !important;
}
.nav-pill-soft .nav-link {
    background-color: #8bc7d3;
    color: #ffffff;
    border: none;
}
.nav-pill-soft .nav-link.active, .nav-pill-soft .show > .nav-link {
    color: #fff !important;
}
.accordion .accordion-button {
    text-align: left;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
input#exampleInputEmail1 {
    text-align: end;
}
.nav-pills.nav-tabs-line .nav-link {
    border: transparent;
    color: #383b54;
}
.nav-pills.nav-tabs-line .nav-link.active {
    background-color: #383b54;
}
.nav-pills-bg-soft .nav-link {
    color: #383b54;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #383b54;
}
.br-50{
    border-radius: 50%
}
@media (max-width: 768px) {

.join-count {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}
}
.services .card{
    direction: ltr;
}



.hilite-title {
    border: 0px;
     position: absolute;
    right: 0px;
    top: 150px;
    z-index: 1;
}

.hilite-title.hilite-dark strong {
    color: rgba(191, 191, 191, 0.2);
}

.hilite-title strong {
    display: inline-block;
    font-size: 50px;
    line-height: 80px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    letter-spacing: 2.4px;
    transform: rotate(270deg);
    white-space: nowrap;
    transform-origin: center;
    opacity: 0.1;
}

.text-left {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .hilite-title {
        display: none;
    }
}
.tf__section_heading{
    position: relative;
}

.rounded-500 {
    border-radius: 5% !important;
}
.me-7 {
    margin-right: 6rem !important;
    margin-left: 0.3rem !important;
}
.card-join .d-flex {
    display: flex !important;
    flex-direction: row-reverse;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}


.about .modal-body {
    overflow: overlay;
    height: 400px;
}
.hp-100 {
    height: 400px;
    object-fit: cover;
}




#regForm {
    background-color: #ffffff;
    padding: 0;
    border-radius: 10px;
    font-family: light;
}

.tab {
    display: none
}
.ptb-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.b-r-5{
    border-radius: 5px;
}
form h6{
    font-weight: 500
}

.thanks-message h6{
     color: #609eaa !important;
    font-weight: 600 !important;
}

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: none;
    opacity: 0.5;
    width: 100%;
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: #4CAF50
}

.thanks-message {
    display: none
}

.w-45{
    width: 45% !important;
}
.btns {
    display: flex;
    justify-content: space-between;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.about .modal-body {
    overflow: overlay;
    height: 400px;
}
.hp-100 {
    height: 400px;
    object-fit: cover;
    margin-bottom: 25px
}
.nav-scroll {
    background: #ffffff;
    position: relative;
}
.dir span {
    direction: ltr !important;
    display: inline-flex;
}
.dir h6 {
    direction: ltr !important;
    display: inline-flex;
}

.services-items:hover .icon img{
    transform: scale(1.2);
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}