* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}
.sc-header {
    width: 55%;
}
.sc-header > span {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    display: block;
    font-family: "Bilbo Swash Caps", Sans-serif;
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sc-header h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #3A3A3A;
    text-align: left;
}
.sc-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #727272;
    text-align: left;
    margin-top: 20px;
}
a.btn {
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-image: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    transition-duration: 1s;
    border-radius: 30px;
    padding: 15px 40px;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
}
a.btn:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #79b934 0%, #2974ba 100%);
}

/*Header Start*/
header { 
    position: sticky;
    top: 0;
    z-index: 99;
}

header .header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo a img {
    height: auto;
}
header {
    background-color: #0E0E0E;
    color: #fff;
    padding: 10px 0;
}
header .nav-menu-main ul.menu-mains {
    display: flex;
    align-items: center;
    gap: 30px;
}
header .nav-menu-main ul li {
    list-style: none;
}
header .nav-menu-main ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
}
header a.awt-button-link {
	display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
    border: 1.5px solid #2974BA;
    border-radius: 30px 30px 30px 30px;
}
header .nav-menu-main ul li a.active {
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}
header .nav-menu-main ul li a:hover {
	background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}
header a.awt-button-link:hover {
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
}
header .fa-bars:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    cursor: pointer;
}



/* Footer Start */
footer {
    background-color: #0e0e0e;
    color: #fff;
    padding: 60px 0 0 0;
    background-image: url(images/footer-bg-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
footer .footer-about a img {
    height: auto;
}
footer .footer-about,
footer .footer-links,
footer .footer-tech,
footer .footer-contact {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .footer-about {
    min-width: 250px;
}
footer .footer-logo {
    width: 150px;
    margin-bottom: 20px;
}
footer .footer-about p {
    line-height: 1.6;
}
footer .footer-social {
    margin-top: 20px;
}
footer .footer-social a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}
footer .footer-links h2,
footer .footer-tech h2,
footer .footer-contact h2 {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
}
footer .footer-links ul,
footer .footer-tech ul {
    list-style: none;
    padding: 0;
    line-height: 2;
}
footer .footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    display: block;
    transition: 0.3s;
}
footer .footer-links ul li a:hover {
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}
footer .footer-bottom {
    text-align: center;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding: 20px 0;
}
footer .footer-bottom a {
    text-decoration: none;
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}
footer .social-icons {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}
footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    line-height: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: none;
}
footer .social-icon:last-child {
    margin-right: 0;
}
footer .social-icon svg {
    color: #69727d;
    width: 15px;
    height: 15px;
    fill: currentColor;
}
footer .social-icon:hover {
    background-color: #78B833;
    transform: scale(1.1);
    color: #fff;
}
footer .social-icon:hover svg {
    color: #fff;
}
footer .footer-tech-row {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-direction: column;
}
footer .footer-tech .tech-item a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
footer .footer-tech .tech-item img {
    width: 31px;
    height: auto;
}
footer .footer-tech .tech-item h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
footer .footer-contact h2 {
    margin-bottom: 15px;
    color: #fff;
}
footer .fc-row {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
footer .fc-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
footer .fc-icon svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}
footer .fc-text,
footer .fc-text a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    transition: 0.3s;
}
footer .fc-item:hover .fc-text,
footer .fc-item:hover .fc-text a {
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}


/* faq Container */
.faq {
    padding: 60px 0;
}
.faq .img-container,
.faq .faq-container {
    width: 50%;
}
.faq .faq-header {
    text-align: center;
    margin-bottom: 50px;
}
.faq .faq-title h3 {
    margin: 0;
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    font-family: "Bilbo Swash Caps", Sans-serif;
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq .faq-icon {
    font-size: 28px;
}
.faq .sc-header {
    padding-bottom: 40px;
}
.faq .sc-header {
    margin: auto;
}
.faq .sc-header > span {
    text-align: center;
}
.faq .sc-header h2 {
    text-align: center;
}
.faq .sc-header p {
    text-align: center;    
}
.faq .faq-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}
.faq .img-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 100%;
    height: 400px;
}
.faq .img-container .img-wrap {
    position: absolute;
    border-radius: 15px;
    transition: transform 0.3s ease;
    z-index: 1;
}
.faq .img-container .img-wrap:hover {
    transform: translateY(-5px);
}
.faq .img-container .img-wrap img {
    width: 140px;
    height: auto;
    object-fit: contain;
    border: 1px solid #78B833;
    padding: 20px;
    border-radius: 100%;
}
.faq .img-container .img1 { top: 0%; left: 5%; }
.faq .img-container .img1 img { width: 65%; }
.faq .img-container .img2 { top: 4%; right: 20%; }
.faq .img-container .img3 { bottom: 10%; left: 15%; }
.faq .img-container .img4 {
    bottom: 0%;
    right: -10%;
}
.faq .img-container .img-wrap-shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.faq .img-container .img4 img { width: 70%; }
.faq .faq-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    border: 1px solid #2974BA;
    padding: 20px;
    border-radius: 30px;
}
.faq summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    padding: 10px;
    gap: 10px;
}
.faq summary::-webkit-details-marker {
    display: none;
}
.faq summary::after {
    content: "+";
    font-size: 25px;
    font-weight: 400;
    transition: transform 0.3s;
}
.faq details[open] summary::after {
    content: "-";
}
.faq details p {
    padding: 10px;
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    line-height: 21px;
}
.faq details[open] summary {
    background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.faq @media(max-width:900px){
    .faq .faq-row {
        flex-direction: column;
        gap: 30px;
    }
    .faq .img-container {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/*Our Services*/
.our-services {
    padding-top: 60px;
}
.our-services .sc-header {
    width: 55%;
    margin: auto;
    padding-bottom: 100px;
}
.our-services .sc-header > span,
.our-services .sc-header h2,
.our-services .sc-header p {
	text-align: center;
}
.our-services .image-box-grid {
    display: grid;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.our-services .image-box-grid .item {
    background-color: #F8F7FF;
    padding: 20px 20px 20px 20px;
    border: 1px solid #02010100;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.our-services .image-box-grid .item:hover {    
	box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid #F49A34;
	background: #fff;
}
.our-services .image-box-grid .item img {
    margin-top: -70px;
}
.our-services .image-box-grid .item h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.our-services .image-box-grid .item h3 a {
    color: #3A3A3A;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.our-services .image-box-grid .item p {
    color: #727272;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}
.our-services .image-box-grid .item .icon svg {
    display: block;
    height: 45px;
    width: 45px;
    color: #fff;
    fill: #fff;
    margin-top: -80px;
    transform: rotate(0deg);
    transition: transform 0.5s ease;
}
.our-services .image-box-grid .item:hover .icon svg {
    transform: rotate(360deg);
}
.our-services .os-btn {
    text-align: center;
    padding-top: 40px;
}


/*Counter*/
.counter {
    padding: 60px 0;
    background-image: url(images/fun-fact-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.counter .counter-grid {
    display: grid;
    align-items: stretch;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.counter .counter-number-wrapper {
    text-align: center;
}
.counter .counter-number-wrapper span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    color: #727272;
    font-size: 80px;
    font-weight: 700;
    line-height: 88px;
}
.counter .counter-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
.counter .counter-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/*About Us*/
.about-us .au-btn {
    margin-top: 30px;
}
.about-us .sc-header > span {
    text-align: left;
}
.about-us .sc-header h2 {
    text-align: left;
}
.about-us .sc-header p {
    text-align: left;
}

/*Banner*/
.banner {
    background-image: url(images/hero-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.banner-content, .banner-image {
    width: 50%;
}
.banner .sc-header h1 {
	color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 72px;
}
.banner .sc-header h1 span {
	background: linear-gradient(90deg, #2974BA 0%, #78B833 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.banner .sc-header p {
	color: #fff;
}
.banner .au-btn {
    margin-top: 30px;
}
.banner .banner-row {
    display: flex;
    gap: 40px;
    align-items: center;
}
.banner .sc-header {
	width: 100%;
}
.banner img.main1 {
    width: 240px;
    height: 400px;
    border: 10px solid #3E3E3E; 
    border-radius: 550px;
    z-index: 9;
}
.banner img.main2 {
    width: 47%;
    height: auto;
    border-radius: 550px;
    margin-left: -30px;
    z-index: 8;
}
.banner .image-wrapper {
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner img.main3 {
    position: absolute;
    top: 0;
}
.banner img.main4 {
    position: absolute;
    top: 0;
    right: 0;
}
/**----------------------------------------
START: Theme Animation CSS
----------------------------------------*/
// circle animation
@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.shake-y {
    -webkit-animation: shakeY 2.5s ease-in-out infinite;
    animation: shakeY 2.5s ease-in-out infinite;
}
@keyframes shakeY {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
/* !END: Theme Animation CSS */




@media only screen and (min-width: 1025px) {
	header .nav-menu-toggle-button {
	    display: none;
	}
    header li.menu-close-btn {
        display: none;
    }
}
@media only screen and (max-width: 1024px)  {
	.sc-header {
	    width: 100%;
	}
	.sc-header h2 {
	    font-size: 42px;
	}
	.sc-header > span {
		font-size: 30px;
	}


	/*Header*/
	header .nav-menu-main ul.menu-mains {
		display: none;
	}
	header .awt-button {
		display: none;
	}
    header .menu-mains {
        position: fixed;
        left: -260px;
        top: 0;
        width: 250px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        box-shadow: 4px 0 20px rgba(0,0,0,0.2);
        transition: left 0.3s ease;
        z-index: 9999;
    }
    header .menu-mains.active {
        left: 0;
    }
    header .nav-menu-toggle-button {
        display: block;
        z-index: 10001;
    }
    header .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        display: none;
        z-index: 9998;
    }
    header .menu-overlay.active {
        display: block;
    }
    header ul.menu-mains.active {
        display: block !important;
    }
    header .nav-menu-main ul li a {
        color: #000;
    }
    header .menu-close-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
    }
    header li.menu-close-btn span.fa.fa-times {
        color: #000;
    }
    header ul.menu-mains.active {
        width: 50%;
    }
    header .menu-mains {
        position: fixed;
        left: -260px;
        top: 0;
        width: 250px;
        height: 100vh;
        background: #ffffff;
        flex-direction: column;
        padding: 30px 20px;
        gap: 20px;
        box-shadow: 4px 0 20px rgba(0,0,0,0.2);
        transition: left 0.3s ease;
        z-index: 9999;
    }

    /* Active / Open */
    header .menu-mains.active {
        left: 0;
    }

    header .nav-menu-toggle-button {
        display: block;
        z-index: 10001;
    }

    /* Overlay */
    header .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.35);
        display: none;
        z-index: 9998;
    }

    header .menu-overlay.active {
        display: block;
    }

    /* Close button inside menu */
    header .menu-close-btn {
        text-align: right;
        font-size: 24px;
        cursor: pointer;
    }

    header ul.menu-mains li a {
        color: #000;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

	/*Footer*/
	footer {
	    background-position: center left;
	}
	footer .footer-about, footer .footer-links, footer .footer-tech, footer .footer-contact {
	    min-width: 48%;
	}


	/*FAQ*/
	.faq .faq-row {
	    flex-direction: column;
	}
	.faq .img-container {
	    flex: inherit;
	}
	.faq .img-container .img-wrap.img2 {
	    top: 10%;
	    right: 9%;
	}
	.faq .img-container .img-wrap.img2 img {
	    width: 65%;
	}
	.faq .img-container .img-wrap.img3 {
	    bottom: 0%;
	    left: 7%;
	}
	.faq .img-container .img-wrap.img3 img {
	    width: 195px;
    }
    .faq .img-container .img-wrap.img4 {
	    bottom: 0%;
	    right: 0;
	}
	.faq .img-container .img1 {
	    top: 0%;
	    left: 14%;
	}
	.faq-container {
	    width: 100% !important;
	}


	/*Counter*/
	.counter .counter-number-wrapper span {
		font-size: 70px;
	}
	.counter .counter-title {
		font-size: 18px;
	}
	.counter .counter-item {
	    gap: 15px;
	}


	/*Our Services*/
	.our-services .sc-header {
	    width: 75%;
	    margin: auto;
	    padding-bottom: 100px;
	}
	.our-services .image-box-grid {
	    grid-row-gap: 70px;
	    grid-template-columns: repeat(2, 2fr);
	}
}

@media only screen and (max-width: 768px) {
	.sc-header p {
	    font-size: 16px;
	    margin-top: 12px;
	}
    .sc-header h2 {
        font-size: 32px;
    }

	/*Banner*/
	.banner {
	    padding: 50px 0;
	}
	.banner .banner-row {
	    flex-direction: column;
	}
	.banner-content, .banner-image {
		width: 100%;
	}
	.banner .sc-header h1 {
	    font-size: 48px;
	    line-height: 68px;
	}
	.banner img.main2 {
	    width: 40%;
	}


	/*About Us*/
	.about-us {
	    padding: 50px 0;
	}
	.about-us .sc-header {
	    padding-bottom: 0px;
	}
    .about-us .img-container .img1 {
        top: 0%;
        left: 0;
    }
    .about-us .img-container .img-wrap.img3 {
        bottom: 0%;
        left: 0%;
    }
    .about-us .img-container .img-wrap.img4 {
        text-align: right;
    }
    .about-us .img-container .img-wrap.img2 {
        top: 10%;
        right: -3%;
    }
    .about-us .img-container .img-wrap.img2 img {
        width: 62%;
    }


    /*Counter*/
    .counter .counter-grid {
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
	    grid-template-columns: repeat(2, 2fr);
	}
    .counter .counter-number-wrapper span {
        font-size: 65px;
    }


    /*Our Services*/
    .our-services {
	    padding-top: 50px;
	}
	.our-services .sc-header {
		width: 100%;
	}
    .our-services .image-box-grid {
        grid-column-gap: 20px;
    }


    /*FAq*/
    .faq {
	    padding: 50px 0;
	}
    .img-wrap.img4 {
	    text-align: right;
	}
    .faq .img-container .img-wrap.img3 {
        bottom: 0%;
        left: 0%;
    }
    .faq .img-container .img1 {
        top: 0%;
        left: 0%;
    }
    .faq .img-container .img-wrap.img2 {
        top: 10%;
        right: -4%;
    }
    .faq .img-container .img-wrap.img2 img {
        width: 56%;
    }
    .faq summary {
	    font-size: 20px;
	}

	/*Footer*/
	footer {
	    padding: 50px 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.container {
	    padding: 0 10px;
	}
    .sc-header > span {
        font-size: 28px;
        line-height: 38px;
    }
    .sc-header h2 {
        font-size: 26px;
        line-height: 36px;
    }


    /*Header*/
    header ul.menu-mains.active {
        width: 75%;
    }


	/*Banner*/
    .banner {
        padding: 40px 0;
    }
    .banner .sc-header h1 {
        font-size: 32px;
        line-height: 42px;
    }


    /*FAQ*/
    .faq {
        padding: 40px 0;
    }
    .about-us .img-container {
	    height: 500px;
    }
    .about-us .img-container .img1 img {
	    width: 50%;
	}
    .about-us .img-container .img-wrap.img2 {
        top: 10%;
        right: 0;
	    text-align: right;
    }
    .about-us .img-container .img-wrap.img3 {
        bottom: 20%;
        left: 0%;
    }
    .about-us .img-container .img-wrap.img4 {
        bottom: 0%;
        right: 0;
    }
    .about-us .faq-row {
        flex-direction: column;
        gap: 0;
    }
    .about-us .img-container .img-wrap-shape2 {
	    bottom: 20%;
	    left: 0;
	}


	/*Counter*/
	.counter {
	    padding: 40px 0;
	}
    .counter .counter-grid {
        grid-template-columns: repeat(1, 4fr);
    }
    .counter .counter-number-wrapper span {
        font-size: 60px;
    }
    .counter .counter-item {
        gap: 0px;
    }


    /*Our Services*/
    .our-services {
        padding-top: 40px;
    }
    .our-services .image-box-grid {
        grid-column-gap: 20px;
        grid-template-columns: repeat(1, 2fr);
    }
    .our-services .os-btn {
	    padding-top: 30px;
	}


	/*FAQ*/
	.faq .img-container {
	    height: 500px;
    }
    .faq .img-container .img1 img {
	    width: 50%;
	}
    .faq .img-container .img-wrap.img2 {
        top: 7%;
        right: 0;
	    text-align: right;
    }
    .faq .img-container .img-wrap.img3 {
        bottom: 26%;
        left: 0%;
    }
    .faq .img-container .img-wrap.img4 {
        bottom: 0%;
        right: 0;
    }
    .faq .faq-row {
        flex-direction: column;
    }
    .faq .img-container .img-wrap-shape2 {
	    bottom: 20%;
	    left: 0;
	}
    .faq summary {
        font-size: 18px;
        line-height: 25px;
    }
    .faq .faq-container {
	    padding: 15px;
	}


	/*Footer*/
    footer {
        padding: 40px 0 0 0;
    }
}

@media only screen and (max-width: 414px) {
    header ul.menu-mains.active {
        width: 85%;
    }
}