/*--------------------------
RESET
---------------------------*/

* {
    margin: 0;
    padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, dfn, th, var {
    font-style: normal;
    font-weight: normal
}
caption, th {
    text-align: left
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0
}
/*--------------------------
GLOBAL
---------------------------*/

html {
    overflow-y: scroll;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
    color: #343a40;
	overflow: hidden;
	font-weight: 400;
	background:url(../images/bg.jpg) repeat;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html[xmlns] .clearfix {
    display: block
}
* html .clearfix {
    height: 1%
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.icon_left {
    float: left;
    margin-right: 10px;
}
a img {
    border: 0;
}
a, a:link {
    text-decoration: none;
    color: inherit;
	-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
a:hover {
    color: #ec1261 !important;
}
::selection {
    background: rgba(95, 217, 255, 0.59);
    color: #fafafa;
}
::-moz-selection {
    background: rgb(255, 204, 0);
    color: #fafafa;
}
img::selection {
    background: transparent;
}
img::-moz-selection {
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
	position:relative;
	font-weight:300;
}

h1 {
    font-size: 40px;
	padding: 20px 0px 24px 0px;
}
h2 {
    font-size: 35px;
	padding: 20px 0px 24px 0px;
}
h3 {
    font-size: 29px;
	padding: 18px 0px 22px 0px;
}
h4 {
    font-size: 26px;
	padding: 15px 0px 20px 0px;
}
h5 {
    font-size: 22px;
	padding: 10px 0px 14px 0px;
}
h6 {
    font-size: 17px;
}

h1 span, h2 span, h3 span{color:#008B8B;}


p{margin-bottom: 20px; }
ul, ol {
    margin-bottom: 5px;
}
ul, ol {
    margin-left: 20px;
}
table {
    margin-bottom: 50px;
    width: 100%;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border: 1px solid #cacaca;
}
th {
    font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
td {
    font-size: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #fefefe;
}
th, td, caption {
      padding: 4px 10px !important;
}
.tabletitle{ 
	font-weight: bold;
    font-size: 13px;
    background: #ececec;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #fefefe;
    border-left: 1px solid #fefefe;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.tabletitle:hover{background-color:#ececec;}
.side {
    text-align: right;
    background: #BACB32;
    border-bottom: 1px solid #BACB32;
    border-right: 1px solid #BACB32;
}
td {
    text-align: center;
}
td a {
    color: #BACB32;
    text-decoration: none;
}
td .icon{width:20px;}
tr{-o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out}
tr:hover{background-color:#F9F7F7;}
/* figure, img {max-width:100%; height:auto; margin-bottom:20px;}
img.left {margin:0 20px 0 0; float:left; }
img.right {margin:0 0 0 20px; float:right;}
img.center {  display: block; margin-left: auto; margin-right: auto; }
object, embed, video{max-width:100%; height:auto} */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.article_img {
    border: 10px solid #ddd;
    margin: 20px;
}

.button_cont {
    margin-top: 5%;
}
.button {
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 10px 40px;
	background-color: #AC8502;
	border: none;
	color: #fff !important;
	font-size:15px;
}
.button:hover{background-color:#6B5D31;}

.button:active {
    background: #ab770f;
}

.morebtn{ font-weight:700; font-size:90%; color:inherit; }
.morebtn:hover{color:#ec1261;}

hr{margin-top: 1em;margin-bottom: 2em;border: 0; border-top-color: currentcolor;    border-top-style: none;    border-top-width: 0px; border-top: 1px dotted #ccc;}

.bodycont{width:100%; margin:0px auto;}

.container12, footer{width:100%; float:left; position:relative;}
article{width:80%; margin:0px auto;}

/*.home header{ width:100%; top:0px; left:0px; position:absolute; z-index: 10;}*/

header .navholder{ width: 80%;  float: right; position:relative; padding:1em 1em;}

header .logo_small{width: 100%; margin-bottom:1em; text-align:center; margin-top: 2em; display:none;}
header .logo_small img{width: 130px;}

header .logo img{width:100%;}

header .logo{width: 91px; float: left; margin-top: 2em;}

header .navigation{float: right; width: 100%; margin-top: 20px; font-weight:300; }
header .navigation .topnav{float: right; width: auto;}
header .navigation .topnav .firstnav{margin:0px; float:right;}
header .navigation .topnav .firstnav li{list-style:none; display:inline;}
header .navigation .topnav .firstnav li a{padding: 9px 5px;}
header .navigation .topnav .firstnav li span{font-size: 14px;}
header .navigation .topnav .social{margin:0px; float:left; margin-right: 12px; color:#343a40}
header .navigation .topnav .social li{list-style:none; display:inline;}
header .navigation .topnav .social li a{margin:0px 5px;}
header .navigation .topnav .social li a:hover{color:#ec1261}


header .navigation nav{float:right; width:100%; margin: 1em 0em;  padding: 0; }
nav ul{list-style:none; float: right; margin: 0px;}
nav ul li{float:left; display:inline;}
nav ul li a{padding: 9px 15px; font-size: 16px; color:#343a40; }
nav ul li a:hover{color: #fff !important; background-color:#ec1261;}

.last_nav{border-right:none !important;}
nav li ul{
	position:absolute;
	background:rgba(0, 0, 0, 0.67); 
	display:none;
	height:auto;
	margin-left:0px;
	z-index:50;
	margin-top: 0px;
	text-align: left;
	-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: #ccc0 solid 10px;
 padding: 0px;
}

nav li:hover > ul{
	display:block
}

nav li li:hover {
	
}

nav li li {
    position:relative;
	display:block;
	float:none;
	min-width: 213px;
}

nav li ul a{
	display:block;
	color: #fff !important;
}

nav li li ul{
	position:absolute;
    top:-5px;
    left:100%;
}

nav ul ul a{color:#fff !important;}

.banner{position: relative;}

.banner .bannerimg{ background-size:cover !important;  height: 611px; overflow: hidden; position:relative;}

.banner .bannerimg .bannercap{ position: absolute; bottom: 1em; z-index: 2; color: #fff; font-weight: 300; font-size: 34px; line-height: 1;  width: 74%; padding-left: 3.5em; padding-top: 1em; padding-bottom: 1em; padding-right: 5em; right: 0px; -o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }

.banner .bannerimg .bannercap span{font-weight:500; }


.banner .bannerimg .bannercap:before {z-index: -1;content: "";position: absolute;right: -2em;	top: 0;	height: 100%;	width: 101%;	background: rgb(46,49,145);
background: linear-gradient(142deg, rgba(46,49,145,0.43461134453781514) 0%, rgba(236,18,97,0.4066001400560224) 100%);	-webkit-transform: skewX(20deg);	-moz-transform: skewX(20deg);	-ms-transform: skewX(20deg);	transform: skewX(20deg);}

.banner .bannericons{position: absolute;left: auto;bottom: 8em;width: 34%;right: 18em;}
.banner .bannericons img{width:100%;}

.banner .logo{width: 162px;  z-index: 2;  position: absolute;  bottom: 18em;}
.banner .logo img{width:100%;}

.inner .banner{height: 260px;}
.inner .banner:before{content:""; position:absolute; width:100%; height:100%; top:0px; left:-50%; /*background: rgb(46,49,145);
background: linear-gradient(142deg, rgba(46,49,145,0.43461134453781514) 0%, rgba(236,18,97,0.4066001400560224) 100%);*/ -webkit-transform: skewX(20deg);	-moz-transform: skewX(20deg);	-ms-transform: skewX(20deg);	transform: skewX(20deg);}
.inner .banner .bannertitle { position: absolute; bottom: 0px;  top: auto; width: 100%;}
.inner .banner .bannertitle h3{ color:#fff;}

.inner .banner .title{position: absolute; bottom: 0px; color: #fff;}

.about {margin: 3em 0px;}
.about .slogan{text-align: right; font-size: 40px; color: #ec1261; font-weight: 300; padding-top: 3em; line-height: 1.1;}
.about .slogan p span{font-weight:700;}

/*.missionvision{background: rgb(46,49,145);background: linear-gradient(142deg, rgba(46,49,145,1) 0%, rgba(236,18,97,1) 100%); padding: 20px 20px 30px 20px; color: #fff;  font-weight: 300;}*/

.largered{font-size: 32px; color: #ec1261; font-weight: 300;}

.gridbox { display: grid; grid-column-gap: 20px; grid-row-gap: 20px; grid-template-columns: auto auto auto;}
.boxmajor{ grid-column: span 2; grid-row: span 2; width: 53em; position: relative;}
.boxmajor .contbox{ width: 84%; bottom: 0px; right: 0px;  position: absolute;  padding: 2em 1em 2em 8em;  color: #fff; overflow:hidden; }
.boxmajor .contbox h3{  }
.boxmajor .contbox:before{ background-color: rgb(70 25 41 / 58%); content:""; width:97%; height:100%; position:absolute; bottom:0px; right: -44px; -webkit-transform: skewX(20deg);	-moz-transform: skewX(20deg);	-ms-transform: skewX(20deg);	transform: skewX(20deg);}
.gridbox .contbox .linktop{position: relative; font-size: 14px;}

.boxinner{position:relative;}
.boxinner .contbox{padding:3em 2em 2em 2em; font-size: 14px; color: #fff;}
.boxinner .contbox:before{background-color: rgb(70 25 41 / 58%); content:""; width:100%; height:100%; left:0px; top:0px; position:absolute; }
.boxinner .contbox p{position:relative;}
.innerbodycent {text-align:justify; margin-bottom: 3em;}
.innerbodycent h2{text-align:center !important;}
.innerbodycent .emphasize{font-size:20px; text-align:center !important; font-weight:300; color: #f37225;}

.secbreaker{position:relative;}
.secbreaker:before{position:absolute; content:""; width:100%; height:100%; left:0px; top:0px; background-color:#0d0d2599;}
.secbreaker h3{color:#fff;}
.secbreaker{margin-top:20px;}
.secbreaker .seccont{position: relative; width: 100%; bottom: 0em; color: #fff;}
.secbreaker .seccont h3{ color: #ec1261; font-weight:300;}

.secbreaker .boxflex{background-color:#ec1261; min-height:350px; margin-bottom:20px;}

.goal .boxcont{height:400px; position:relative; margin-bottom: 30px;}
.goal .boxcont:before{background-color: rgb(14 3 7 / 20%); content:""; width:100%; height:100%; left:0px; top:0px; position:absolute; -o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.goal .boxcont:hover:before{background-color: rgba(236, 18, 97, 0.1);}
.goal .cont{position: absolute; padding:1em; color:#fff; bottom:0px;}
.goal .cont h4{color:#fff; font-weight:300; font-size:20px;}

.work .boxcont{ height: 170px; margin-bottom:20px; position:relative;}
.work .boxcont:before{ background-color: rgb(236 18 97 / 10%); content:""; width:100%; height:100%; left:0px; top:0px; position:absolute; -o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.work .boxcont:hover:before{background-color: rgba(236, 18, 97, 0.1);}
.work .boxcont h4{color:#fff; padding:20px; position:absolute; bottom:0px; font-size:20px;}
.work .cont{padding:10px;}
.work .cont h4{color:rgb(236, 18, 97)}

.work .boxflex a:hover{color:yellow !important;}
.work .smalltitle{ font-size: 17px; padding: 10px 15px 0px 15px;}


.blogsec{background:url(../images/blogbg.jpg) no-repeat fixed; background-size:100%;padding:3em 0px;}
.blogsec h3{color:#fff;}
.blogsec .contbox{background-color:#fff; padding:30px 40px; margin-bottom:30px;}
.blogsec .contbox h6{color: #ec1261;}
.blogsec .imgbox{background-size: cover !important;  height: 330px;}

.thumbs .thumbnail{height: 124px; width: 205px; float: left; background-size: cover !important;  margin-bottom: 6px;}


.boardimg{ height: 385px; position: relative; margin-bottom: 30px;  border: 7px solid #efefef; -o-transition: all 0.3s ease-in-out;	-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;	transition: all 0.3s ease-in-out;}
.boardimg:hover{ border: 7px solid #ec1261; background-size:125%;}
.boardimg .boardtitle {position:absolute; height:auto; bottom:0px; width:100%; padding: 20px 20px 0px 19px; height: 126px;}
.boardimg .boardtitle h4{font-size:20px; color:#ec1261; font-weight: 400; background-color: rgba(255, 255, 255, 0.7019607843137254); padding: 12px 20px;}
.boardimg .boardtitle h4 span{font-size:16px; color:#666;}

.boardimginner{height: 250px; width: 250px; margin:0px auto 30px auto; background-size:cover !important;}
.boardtitleinner h4{font-size:20px; color:#ec1261; font-weight: 400; }
.boardtitleinner h4 span{font-size:16px; color:#666;}

.secbreaker2{background-color:#282828;}
.secbreaker2 .imgbox{height: 410px; background-size: cover !important; }
.secbreaker2 .contbox{color: #ec1261; font-weight:300; font-size:25px; padding-top:6em; z-index: 10;}
.secbreaker2 .contbox:before {z-index: -1;content: "";position: absolute;right: -2em;	top: 0;	height: 100%;	width: 126%; background-color:#282828; -webkit-transform: skewX(20deg);	-moz-transform: skewX(20deg);	-ms-transform: skewX(20deg);	transform: skewX(20deg);}



.sidebar .imgbox{height:300px;width:100%;}
.sidebar .largetext{ width: 100%; background-color: #f37225; color: #fff; padding: 3em 2em; text-align: left; font-size: 21px; font-weight: 300}

.sidebar .orangebox{ width: 100%; background-color: #f37225; color: #fff; padding: 3em 2em; text-align: left;}

.dark{background-color: #1baa94; padding: 0px 20px 10px 20px; color: #fff;}

.breaker1{height: 500px; margin-bottom: 3em;}
.breaker1 .phrasebox{position: absolute; bottom: 20px;  background-color: rgba(243, 114, 37, 0.82);  width: 422px;  color: #fff;  padding: 30px 30px 10px 30px; font-weight: 300;  text-align: right; font-size: 19px;}
	
.breaker2{height: 450px; margin-bottom: 3em; position:relative;}
.breaker2:before{content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-color:rgba(44, 44, 44, 0.66);}
.breaker2 .phrasebox{position: absolute;  bottom: 3em;  width: 490px;  color: #fff;  font-size: 19px; font-weight: 300;  text-align: right;}

.breaker3{margin-bottom:3em;}
.breaker3 .imagebreak{height:500px;}
.breaker3 .largetext{margin-top: 4.2em; font-weight: 300;  background-color: #f37225;  color: #fff;  padding: 3em 6em 2em 6em;  width: 110%;}

.servbox{margin-bottom: 3em;}
.servbox .iconbox{ height: 293px; position:relative;     margin-bottom: 20px;}
.servbox .iconbox h4{position: absolute;
    background-color: rgba(243, 114, 37, 0.73);
    bottom: 0px;
    left: 0px;
    padding: 18px 10px;
    width: 100%;
    margin-bottom: 0px;
    color: #fff;}
.servbox .iconbox .contbox{left:0px; bottom:10px; position:absolute; padding:20px;}


.paddingserv{padding:0px 20px;}

.successbox{padding:20px; background-color: rgba(239, 239, 239, 0.49);}
.successbox .imgbox{width:100%; height:207px; margin-bottom:20px;}
.successbox .contbox{text-align: left;}
.successbox .contbox h5{font-size:17px; color: #f37225;}


.newsresource{margin-bottom: 3em;}
.newsandupdates .articleimg{width:100%; float:left; margin-bottom:2em; height:150px;}
.newsandupdates .featured{ margin-bottom:2em; height:350px; position:relative;}
.newsandupdates .featured .brief{ position:absolute; width:75%; bottom:0; right:0; padding:20px; background-color:rgba(243, 114, 37, 0.62); color:#fff !important;}
.newsandupdates .featured .brief h3{ color:#fff !important; padding: 0px;}


.resources .articleimg{width:100%; float:left; margin-bottom:2em; height:250px;}
.resources .largetext{font-size: 20px; color: #f37225;  font-weight: 300;}

.contactForm{ margin: 0px auto;}
.contactForm input, .contactForm textarea, .contactForm select{width:100%;  -webkit-border-radius: 4px; -moz-border-radius:4px; o-border-radius:4px; border-radius: 4px;  border:none; color:#000000; background:#fff; font-size:15px; border:1px solid #d5d5d6;}
.contactForm textarea{ }
.contactForm p{ margin-bottom:0px;}
.contactForm input, .contactForm textarea, .contactForm select{ margin-bottom:20px; padding:10px;}
.contactForm input[type="checkbox"]{width: 20px !important;}
.contactForm input:focus, .contactForm textarea:focus, .contactForm input:hover, .contactForm textarea:hover{background:#f2f2f2;}
.contactForm .submit{
	-webkit-border-radius: 4px; -moz-border-radius:4px; o-border-radius:4px; border-radius: 4px;
-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 8px 24px;
	background-color: #ec1261;
    color: #fff !important;
    font-size: 15px;
	width: auto;
	border:none;
}
.contactForm label{font-size:16x;float: left;padding: 0;cursor: pointer;text-decoration: none;text-align: left;background:none;margin-bottom: 0px;}
.contactForm input{ margin-bottom:20px;}
.contactForm .short{ width:43%;}
.contactForm input[type="radio"]{width:20px;}
.contactForm .submit:hover, .contactForm .submit:focus{background-color: #2e3191;}
.disabledbtn{background-color:#ccc !important}

footer{ padding: 0em 0px 0em 0px;  position: relative;  margin-top: 3em;}

footer .footmenu ul{padding-top: 1em;}
footer .footmenu ul{margin:0px; list-style:none;}
footer .footmenu ul li{margin:0px;}
footer .footmenu ul li a{display:block; font-size:16px; padding: 5px 12px;}
footer .footmenu .secmenu li a{font-size:11px;}

footer .missionvision{ font-size: 16px;}
footer .missionvision h4{font-size: 24px; padding-bottom: 0px; color: #ec1261;}

footer .contacts{width:25%; float:right;}
footer .bottomlogo{width:150px; }
footer .social{list-style:none; margin: 0px; margin-top:20px;}
footer .social li{display:inline; margin: 0px 3px;}

footer .footlogo {text-align:center;}
footer .footlogo img{width: 131px;}
footer .copy{font-size:11px; margin-top:0em;}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 767px)  {
.bodycont{width:100%; margin:0px auto;}
article{width:85%;}
header{position:relative; float: left;  width: 100%;}

header .logo{ width: 100%; margin: 0px;  text-align: center;  margin: 20px 0px;}
header .logo img{ width: 114px;}

header .navholder {padding:0px; width:100%;}
header .navigation{width:100%; margin:0px; float: left;}
header .navigation .topnav { text-align: center; width: 100%; color: #000;}
header .navigation .topnav .firstnav{width:100%; margin: 0px;}
header .social{float:none !important; text-align:center; margin-top:20px;}
header .social li{margin:0px 5px; }
header .social li a{padding-left: 0px; margin-left: 0px;}

.banner{ height: 395px; margin-bottom:3em;}



.banner .bannertag {width:80%;left: 10%; font-size: 30px;line-height: 29px;}
.banner .bannercap {  bottom: 0em; color: #fff; font-size: 20px !important;  padding: 1em 1em 1em 4em !important; width: 100% !important}

.banner .bannericons { bottom: 13em; width: 79%;  right: 3em;}
.banner .bannertag .smalltag { line-height: 25px;}
.banner .bannertag .datevenue {  margin-top: 1em; font-size: 19px; margin-bottom: 5em;}
.banner .coursecost { left: 15%; right: 0em; bottom: -5em; width: 183px;   height: 183px;   font-weight: 600;   padding: 2em 0em 0em 0em;   font-size: 15px;   line-height: 17px;  
    border-radius: 200px;   border: 6px solid #fff; }
.banner .coursecost::before { width: 150px; height: 150px;  top: 11px;  left: 11px;}

.banner .booknow {bottom: 4em; }
.banner .booknow a { padding: 12px 24px;}

.inner .banner {height: 200px;}
.inner .banner .bannertitle { left: 1.6em; width: 85%; }

.about { margin-top: 0; margin-bottom:3em;}
.about .cont { padding-top: 3em;  padding-bottom: 3em;}

.about .aboutimg { width: 142%;  margin-left: -44px; }

	.gridbox{display:block; margin-top:3em;}
	.boxmajor, .boxinner{float: left;  width: 100%; margin-bottom:20px;}
	.boxmajor .contbox{ position: relative; width: 100%; padding: 2em 2em 2em 2em;}
	.boxmajor .contbox:before { width: 100%; height: 100%; bottom: 0px; right: 0px;}
	
	.secbreaker .seccont { width: 87%;}

footer .footmenu{text-align:center;}
footer .footmenu ul { padding-top: 0em; }
footer .footmenu ul li { margin:10px 0; display: block;}

#progressbar {margin:0px;}

footer .col-md-3{text-align: center;}
footer .copy { margin-top: 0px; text-align:center;}
}

@media handheld and (max-width: 479px), screen and (max-device-width: 479px), screen and ( max-width: 479px)  {


}

