*
{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'sora','Segoe UI','Regular';
}
/*header content*/
div#content
{
    box-sizing:border-box;
    position: sticky;
    top:0;
    z-index: 1;
}
#content header
{
    display:flex;
    justify-content: space-between;
    width:100%;
    background:#FFFFFF;
    height:125px;
    transition: all 0.4 ease 0s;
}
.logo
{
    margin-right:3%;
    margin-left:5%;
    width:100%;
}
.main_header nav
{
    margin-top:5%;
    margin-right:5%;
    margin-left:2%;
}
.main_header ul
{
    display: flex;
    justify-content: center;
    width:100%;
    margin:0 auto;
    padding:0;
}
.main_header ul li
{
    list-style: none;
    margin-top:0%;
    box-sizing: border-box;
    width:200px;
    height:40px;
    text-align: center;
}
.main_header .main_nav li a
{
    text-decoration: none;
    font-size:	1.125rem;
    color:#0787C7;
    cursor: pointer;
}
.main_header .main_nav li a:hover
{
    text-decoration: underline;
}
.main_header .main_nav li .drop-down
{
    left:0;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display:none;
}
.main_header .main_nav li .drop-down li a:hover
{
    text-decoration: none;
}
.main_header .main_nav li.content5 
{
    text-decoration:none;
}
.main_header .main_nav li:hover .drop-down
{
    display:block;
}
.main_header .main_nav li .drop-down a
{
    color:#F7A707;
    background:transparent;
}
.main_nav li.content5 a
{
    padding:0.625rem 1.25rem;
    background:  #F7A707;
    border-radius: 25px;
    color:#FFFFFF;
    opacity:1;
}
.main_nav li.content5 a:hover
{
    text-decoration: none;
    background:#FFFFFF;
    color:#F7A707;
    border:1px solid #F7A707;
}
.navbar-toggle
{
    display: none;
}

/*firstpage_mid_content*/
#content1
{
    box-sizing:border-box;
    background-color:transparent;
}
#content1 section
{
    display:flex;
    justify-content: space-between;
    margin-top:5%;
    width:100%;
}
aside#left img
{
    display: block;
    width:100%;
}
aside#left img.image-left
{
    display:none;
}
aside#right img
{
    display:block;
    width:100%;
}
main#first_page
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width:50%;
    margin-left:3%;
    margin-right:3%;
    margin-top:7%;
}
#first_page h1
{
    text-align: center;
    top: 0px;
    left: 0px;
    letter-spacing: 0px;
    color: #2A3442;
    font-size: 	3.375rem;
}
#first_page p
{
    font-size:1.625rem;
    width:100%;
    margin-top:3%;
}
#first_page p span
{
    text-decoration: underline;
}

/* web presence */
.web_content
{
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  position:relative;
  margin-top:15%;
}
.web_content h3
{
  text-align: center;
  width:18.75rem;
  margin-left: 14%;
  font-size:1.875rem;
  text-transform: uppercase;
  font-weight: normal;
  background: #F7A707;
  color:#FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 0px 20px 20px;
}
.web_content p
{ 
  display:block;
  text-align: left;
  width:48.3125rem;
  height:80px;
  font-weight: 500;
  font-size: 1.1875rem;
  margin-left:14%;
  margin-top:3%;
}
.rectangle
{
  position: relative;
  margin:3% 14% 0 14%;
  height:60px;
  width:49.188rem;
  background: #DAE3ED;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 15px 0px 0px 15px;
}
.rectangle span
{
  display: inline-block;
  font-size:	1.0625rem;
  padding: 3% 0% 3% 10%;
}
.circle
{
  position: absolute;
  margin:0;
  height:300px;
  width:300px;
  border: 1px solid #0787C7;
  box-shadow: 0px 4px 10px #00000029;
  left:49.188rem;
  bottom:0;
  border-radius:50% 50% 50% 0%;
  background:#FFFFFF;
}
.circle img
{
  padding:20% 2% 20% 5%;
 
}
.web_content-1
{
    display:none;
}
/*social media marketing*/
.socialmedia_content
{
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  position:relative;
  margin-top:15%;
}
.socialmedia_content h3
{
  text-align: center;
  width:29.125rem;
  margin-left: 56%;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: normal;
  background: #F7A707;
  color:#FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 20px 20px 20px;
}
.socialmedia_content p
{ 
  display:block;
  text-align:right;
  width:47.50rem;
  height:70px;
  font-weight: 500;
  font-size: 1.1875rem;
  margin-left:36%;
  margin-top:3%;
}
.rectangle-1
{
  display:block;
  width: 49.188rem;
  height:60px;
  position: relative;
  margin-top:0px;
  right:0;   
  margin:3% 0% 0 35%;
  background: #DAE3ED;
  box-shadow: 0px 3px 10px #00000029;
  border-radius:0px 15px 15px 0px;
  text-align: left;
}
.rectangle-1 span
{
  display:inline-block;
  font-size:	1.0625rem;
  padding: 20px 22px;
}
.circle-1
{
  margin:0;
  width:300px;
  height:300px;
  box-shadow: 0px 4px 10px #00000029;
  border: 1px solid #F7A707;
  position: absolute;
  right:49.188rem;
  border-radius:50% 50% 0% 50%;
  bottom:0;
  margin-top:50%;
}
.circle-1 img
{
  padding:25% 3% 25% 8%;
}
.socialmedia_content-1
{
    display:none;
}
/* image editing */
.image_content
{
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  position:relative;
  margin-top:15%;
}
.image_content h3
{
  text-align: center;
  width:16.876rem;
  margin-left: 14%;
  font-size:1.875rem;
  text-transform: uppercase;
  font-weight: normal;
  background: #F7A707;
  color:#FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px 0px 20px 20px;
}
.image_content p
{ 
  display:block;
  text-align: left;
  width:43.375rem;
  height:50px;
  font-weight: 500;
  font-size: 1.1875rem;
  margin-left:14%;
  margin-top:3%;
}
.rectangle-2
{
  position: relative;
  margin:3% 14% 0 14%;
  height:61px;
  width:49.188rem;
  background: #DAE3ED;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 15px 0px 0px 15px;
}
.rectangle-2 span
{
  display: inline-block;
  font-size:	1.0625rem;
  padding: 3% 0% 3% 9%;
}
.circle-2
{
    position: absolute;
    margin:0;
    height:300px;
    width:300px;
    border: 1px solid #0787C7;
    box-shadow: 0px 4px 10px #00000029;
    left:49.188rem;
    bottom:0;
    border-radius:50% 50% 50% 0%;
    background:#FFFFFF;
}
.circle-2 img
{
  padding:20% 5% 20% 5%;
}
.image_content-1
{
    display:none;
}

/*view online service*/
div#view_section
{
  display:flex;
  justify-content: center;
  margin:5%;
}
div#view_section a
{
  font-size: 1.25rem;
  text-decoration:none;
  padding:1% 3%;
  background-color:  #2A3442;
  border-radius: 25px;
  color:#FFFFFF;
  text-decoration:none;
  cursor: pointer;
}
#view_section a:hover
{
  background: #FFFFFF;
  color:#2A3442;
  border:1px solid #2A3442;
}


/* page footer content*/
#footer
{
    box-sizing: border-box;
    background: #2A3442;
    color:#FFFFFF;
    font-size: 1.25rem;
    font-family: 'sora';
    width:100%;
    height:100px; 
}
.footer_content
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_content span
{
    margin-top:2%;
    margin-left:5%;
    margin-right: 5%;
}
.footer_content span a
{
    color:#FFFFFF;
}
.fc_3 img
{
    width:48px;
    height:48px;
    border-radius: 50%;
    padding:2% 2%;
    background:#FFFFFF;
}
#footer-1
{
    display:none;
}
/*media queries*/
@media only screen and (max-width:1024px)
{
    .main_header nav
    {
        margin-top:7%;
    }
    .main_header ul li
    {
        width:150px;
        height:30px;
    }
    main#first_page
    {
        width:80%;
        margin-top:7%;
    }
    #first_page h1
    {
        top: 0px;
        left: 0px;
        letter-spacing: 0px;
        color: #2A3442;
        font-size: 	2.75rem;
    }
    #first_page p
    {
        font-size:1.375rem;
        width:100%;
        margin-top:3%;
    }
    /* web presence */
    .web_content h3
    {
        width:240px;
        margin-left: 10%;
        font-size:1.625rem; 
    }
    .web_content p
    { 
        width:600px;
        height:60px;
        font-size: 	1.0625rem;
        margin-left:10%;
    }
    .rectangle
    {
        margin:3% 10% 0 10%;
        height:56px;
        width:600px;
    }
    .rectangle span
    {
        font-size:	0.875rem;
    }
    .circle
    {
        height:250px;
        width:250px;
        left:600px;
    }
    .circle img
    {
        width:220px;
    }
    /*social media marketing*/
    .socialmedia_content h3
    {
        width:380px;
        margin-left: 53%;
        font-size:1.625rem; 
    }
    .socialmedia_content p
    { 
        width:600px;
        height:60px;
        font-size: 	1.0625rem;
        margin-left:32%;
    
    }
    .rectangle-1
    { 
        margin:3% 0% 0 33%;
        height:56px;
        width:600px;
    }
    .rectangle-1 span
    {
        font-size:	0.875rem;
    }
    .circle-1
    {
        height:250px;
        width:250px;
        right:600px;
    }
    .circle-1 img
    {
        width:230px;
    }
    /* image editing */
    .image_content h3
    {
        width:240px;
        margin-left: 10%;
        font-size:1.625rem; 
    }
    .image_content p
    { 
        width:600px;
        height:60px;
        font-size: 	1.0625rem;
        margin-left:10%;
    }
    .rectangle-2
    {
        margin:3% 10% 0 10%;
        height:56px;
        width:600px;
    }
    .rectangle-2 span
    {
        font-size:	0.875rem;
    }
    .circle-2
    {
        height:250px;
        width:250px;
        left:600px;
    }
    .circle-2 img
    {
        width:230px;
    }
    div#view_section a
    {
        font-size: 1.125rem;
    }
    /* page footer content*/
    #footer
    {
        box-sizing: border-box;
        background: #2A3442;
        color:#FFFFFF;
        font-size: 1.125rem;
        width:100%;
        height:100px; 
    }
    .fc_3 img
    {
        width:48px;
        height:48px;
        border-radius: 50%;
        padding:2% 2%;
        background:#FFFFFF;
    }
}
@media only screen and (max-width:768px)
{
    .main_header nav
    {
        margin-top:7%;
    }
    .main_header ul li
    {
        width:130px;
        height:30px;
    }
    .main_header .main_nav li a
    {
        font-size:	1rem;
    }
    main#first_page
    {
        width:100%;
        margin-top:7%;
    }
    #first_page h1
    {
        font-size: 	2rem;
    }
    #first_page p
    {
        font-size:1rem;
        width:100%;
        margin-top:3%;
    }
    /* web presence */
    .web_content h3
    {
        width:190px;
        margin-left: 8%;
        font-size:1.375rem;
    }
    .web_content p
    { 
        width:460px;
        height:50px;
        font-size: 0.8125rem;
        margin-left:8%;
    }
    .rectangle
    {
        margin:3% 8% 0 8%;
        height:46px;
        width:460px;
    }
    .rectangle span
    {
        padding: 3% 0% 3% 7%;
        font-size:0.75rem;
    }
    .circle
    {
        height:200px;
        width:200px;
        left:460px;
    }
    .circle img
    {
        width:170px;
    }
    /*social media marketing*/
    .socialmedia_content h3
    {
        width:320px;
        margin-left: 50%;
        font-size:1.375rem;
    }
    .socialmedia_content p
    { 
        width:460px;
        height:50px;
        font-size: 0.8125rem;
        margin-left:32%;
    
    }
    .rectangle-1
    { 
        margin:3% 0% 0 33%;
        height:46px;
        width:460px;
    }
    .rectangle-1 span
    {
        font-size:0.875rem;
        padding: 3% 0% 2% 3%;
    }
    .circle-1
    {
        height:200px;
        width:200px;
        right:460px;
     
    }
    .circle-1 img
    {
        width:180px;
    }
    /* image editing */
    .image_content h3
    {
        width:190px;
        margin-left: 8%;
        font-size:1.375rem;
    }
    .image_content p
    { 
        width:460px;
        height:50px;
        font-size: 0.8125rem;
        margin-left:8%;
    }
    .rectangle-2
    {
        margin:3% 8% 0 8%;
        height:46px;
        width:460px;
    }
    .rectangle-2 span
    {
        padding: 3% 0% 3% 7%;
        font-size:0.75rem;
    }
    .circle-2
    {
        height:200px;
        width:200px;
        left:460px;
    }
    .circle-2 img
    {
        width:180px;
    }
    div#view_section a
    {
        font-size: 1rem;
    }
    /* page footer content*/
    #footer
    {
        font-size: 0.875rem; 
        height:80px;
    }
    .fc_3 img
    {
        width:42px;
        height:42px;
        border-radius: 50%;
        padding:2% 2%;
    }
}
@media only screen and (max-device-width:414px)
{
    div#content
    {
        box-sizing:border-box;
        position: sticky;
        top:0;
        z-index: 1;
    }
    #content header
    {
        display:flex;
        justify-content: space-between;
        width:100%;
        background:#EAE9E9;
        height:70px;
        transition: all 0.4 ease 0s;
    }
    .logo
    {
        margin-right:3%;
        margin-left:5%;
        width:45%;
    }
    .main_header nav
    {
        display:none;
    }
    .navbar-toggle
    {
        display: block;
        position:absolute;
        font-size:40px;
        left:84%;
        top:10%;
        text-decoration:none;
        color:#0787C7;
    }
    /*mid-content*/
    #content1 section
    {
        margin-top:10%;
        width:100%;
    }
    #content1 section aside#left
    {
        width:30%;
    }
    aside#left img
    {
        display: none;
    }
    aside#left img.image-left
    {
        display:block;
        width:100%;
    }
    aside#right img
    {
        display:none;
    }
    main#first_page
    {
        width:85%;
        margin-left:1%;
        margin-right:1%;
        margin-top:0%;
    }
    #first_page h1
    {
        top: 0px;
        left: 0px;
        letter-spacing: 0px;
        margin-bottom: 0;
        color: #2A3442;
        font-size: 1.5rem;
    }
    #first_page p
    {
        font-size:1rem;
        margin-top:3%;
        width:100%;
    }
    /* web presence */
    .web_content
    {
        display:none;
    }
    .web_content-1
    {
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:15%;
    }
    .web_content-1 h3
    {
        text-align: center;
        padding:2% 7%;
        margin-bottom: 5%;
        font-size:1.5rem;
        font-weight: normal;
        text-transform: uppercase;
        background: #F7A707;
        color:#FFFFFF;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 20px 0px 20px 20px;
    }
    .cir
    {
        margin:5%;
        height:250px;
        width:250px;
        border: 1px solid #0787C7;
        box-shadow: 0px 4px 10px #00000029;
        border-radius:50% 50% 50% 0%;
        background:#FFFFFF;
    }
    .cir img
    {
        width:215px;
        padding:20% 2% 20% 5%;
    }
    .web_content-1 p
    { 
        display:block;
        text-align: left;
        width:92%;
        font-weight:500;
        font-size:	1rem;
        margin-left:4%;
        margin-right:4%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec
    {
        margin:5% 0% 0 0%;
        height:70px;
        width:100%;
        background: #DAE3ED;
        box-shadow: 0px 3px 10px #00000029;
    }
    .rec .main-li
    {
        display: flex;
        justify-content: center;
        flex-direction: row; 
    }
    .rec .li-1 
    {
        display: flex;
        flex-direction: column;
        width:60%;
    }
    .rec .li-2
    {
        display: flex;
        flex-direction: column; 
        width:30%;
    }
    .rec span
    {
        margin:3% 0% 3% 5%;
        font-size:	1rem;
    }
    .socialmedia_content
    {
        display:none;
    }
    /*social media marketing*/
    .socialmedia_content-1
    {
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:10%;
    }
    .socialmedia_content-1 h3
    {
        text-align: center;
        padding:2% 7%;
        margin-bottom: 5%;
        font-size:1.5rem;
        font-weight: normal;
        text-transform: uppercase;
        background: #F7A707;
        color:#FFFFFF;
        box-shadow: 0px 3px 6px #00000029;;
        border-radius: 0px 20px 20px 20px;
    }
    .cir-1
    {
        margin:5%;
        height:250px;
        width:250px;
        border: 1px solid #F7A707;
        box-shadow: 0px 4px 10px #00000029;
        background:#FFFFFF;
        border-radius:50% 50% 0% 50%; 
    }
    .cir-1 img
    {
        width:220px;
        padding:25% 3% 25% 8%;
    }
    .socialmedia_content-1 p
    { 
        display:block;
        text-align: left;
        width:92%;
        font-weight:500;
        font-size:	1rem;
        margin-left:4%;
        margin-right:4%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-1
    {
        margin:5% 0% 0 0%;
        height:70px;
        width:100%;
        background: #DAE3ED;
        box-shadow: 0px 3px 10px #00000029;
    }
    .rec-1 .main-li
    {
        display: flex;
        justify-content: center;
        flex-direction: row; 
    }
    .rec-1 .li-1
    {
        display: flex;
        flex-direction: column;
        width:60%;
    }
    .rec-1 .li-2
    {
        display: flex;
        flex-direction: column; 
        width:40%;
    }
    .rec-1 span
    {
        margin:3% 1% 3% 10%;
        font-size:	1rem;
    }
    .image_content
    {
        display:none;
    }

    /* image editing */
    .image_content-1
    {
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position: static;
        margin-top:10%;
    }
    .image_content-1 h3
    {
        text-align: center;
        padding:2% 7%;
        margin-bottom: 5%;
        font-size:1.5rem;
        font-weight: normal;
        text-transform: uppercase;
        background: #F7A707;
        color:#FFFFFF;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 20px 0px 20px 20px;
    }
    .cir-2
    {
        border: 1px solid #0787C7;
        margin:5%;
        height:250px;
        width:250px;
        box-shadow: 0px 4px 10px #00000029;
        border-radius:50% 50% 50% 0%;
        background:#FFFFFF;
    }
    .cir-2 img
    {
        width:230px;
        padding:20% 5% 20% 5%;
    }
    .image_content-1 p
    { 
        display:block;
        text-align: left;
        width:92%;
        font-weight:500;
        font-size:	1rem;
        margin-left:4%;
        margin-right:4%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-2
    {
        margin:5% 0% 0 0%;
        height:70px;
        width:100%;
        background: #DAE3ED;
        box-shadow: 0px 3px 10px #00000029;
    }
    .rec-2 .main-li
    {
        display: flex;
        justify-content: center;
        flex-direction: row; 
    }
    .rec-2 .li-1
    {
        display: flex;
        flex-direction: column;
        width:50%;
    }
    .rec-2 .li-2
    {
        display: flex;
        flex-direction: column; 
        width:50%;
    }
    .rec-2 span
    {
        margin:3% 1% 3% 15%;
        font-size:	1rem;
    }
    div#view_section a
    {
        margin-top:10%;
        margin-bottom: 10%;
    }
    div#view_section a
    {
        font-size: 1.25rem;
        padding:3% 10%;
    }
    /* page footer content*/
    #footer
    {
        display:none; 
    }
    #footer-1
    {
        display:block;
        box-sizing: border-box;
        background: #2A3442;
        color:#FFFFFF;
        font-size: 1rem;
        font-family: 'sora';
        width:100%;
        height:160px; 
    }
    .footer_content-1
    {
        display:flex;
        flex-direction: column;
        margin-top:5%;
    }
    .footer_content-1 span
    {
        margin-top:3%;
        margin-left:0%;
        margin-right:0%;
        text-align: center;
    }
    .footer_content-1 span a
    {
        color:#FFFFFF;
    }
    .fc_3-1 
    {
        margin-bottom:3%;
    }
    .fc_3-1 img
    {
        width:48px;
        height:48px;
        border-radius: 50%;
        margin-left:5%;
        margin-right:5%;
        padding:2% 2%;
        background:#FFFFFF;
    }
}
@media only screen and (max-device-width:375px)
{
    .navbar-toggle
    {
        font-size:36px;
        left:85%;
    }
    main#first_page
    {
        width:80%;
    }
    /*mid-content*/
    #first_page h1
    {
        font-size: 1.375rem;
    }
    #first_page p
    {
        font-size:	0.875rem;
        margin-top:3%;
        width:100%;
    }
    /* web presence */
    .web_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir
    {
        height:225px;
        width:225px;
    }
    .cir img
    {
        width:200px;
    }
    .web_content-1 p
    { 
        font-size: 0.813rem;
    }
    .rec span
    {
        font-size:	0.813rem;
    }
    /*social media marketing*/
    .socialmedia_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir-1
    {
        height:225px;
        width:225px;  
    }
    .cir-1 img
    {
        width:200px;

    }
    .socialmedia_content-1 p
    { 
        font-size:	0.813rem;
    }
    .rec-1 span
    {
        font-size:	0.813rem;
    }
    /* image editing */
    .image_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir-2
    {
        height:225px;
        width:225px;
    }
    .cir-2 img
    {
        width:210px;
    }
    .image_content-1 p
    { 
        font-size:	0.813rem;
    }
    .rec-2 span
    {
        font-size:	0.813rem;
    }
    div#view_section a
    {
        font-size: 1.25rem;
        padding:3% 10%;
    }
    /* page footer content*/
    #footer-1
    {
        height:150px; 
    }
}
@media only screen and (max-device-width:320px)
{
    .logo
    {
        width:50%;
    }
    main#first_page
    {
        width:90%;
    }
    /*mid-content*/
    #first_page h1
    {
        font-size: 1.125rem;
    }
    #first_page p
    {
        font-size:	0.8125rem;
    }
    /* branding service */
    .web_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir
    {
        height:200px;
        width:200px;
    }
    .cir img
    {
       width:175px;
    }
    .web_content-1 p
    { 
        font-size:	0.8125rem;
    }
    .rec
    {
        height:55px;
    }
    .rec span
    {
        font-size:	0.8125rem;
    }
    .socialmedia_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-1
    {
        height:200px;
        width:200px;  
    }
    .cir-1 img
    {
        width:180px;
    }
    .socialmedia_content-1 p
    { 
        font-size:0.8125rem;
    }
    .rec-1
    {
        height:55px;
    }
    .rec-1 span
    {
        font-size:	0.8125rem;
    }
    .rec-1 .main-li-2 span
    {
        font-size:	0.8125rem;
    }
    .image_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-2
    {
        height:200px;
        width:200px;
    }
    .cir-2 img
    {
        width:190px;
    }
    .image_content-1 p
    { 
        font-size:	0.8125rem;
    }
    .rec-2
    {
        height:55px;
    }
    .rec-2 span
    {
        font-size:	0.8125rem;
    }
    div#view_section a
    {
        font-size: 1.125rem;
        padding:3% 10%;
    }
}