*
{
    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;
    width:100%;
}
#first_page p
{
    font-size:1.625rem;
    width:100%;
    margin-top:3%;
}
#first_page p span
{
    text-decoration: underline;
}

/* branding service */
.branding_content
{   
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    position:relative;
    margin-top:15%;
}
.branding_content h3
{
    text-align: center;
    width:13.75rem;
    margin-left: 14%;
    font-size:1.875rem;
    font-weight: normal;
    text-transform: uppercase;
    background: #F7A707;
    color:#FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 0px 20px 20px;
}
.branding_content p
{ 

    display:block;
    text-align: left;
    width:43.25rem;
    height:70px;
    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;
    margin: 3% 3% 3% 3%;
    text-align: left;
    font-size:	1.0625rem;
}
.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
{
    width:280px;
    height:220px;
    margin-top:10%;
}
.branding_content-1
{
    display:none;
}
/*creative services*/
.creative_content
{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    position:relative;
    margin-top: 10%;
}
.creative_content h3
{
    text-align: center;
    width:21.875rem;
    margin-left: 65%;
    font-size:1.875rem;
    font-weight: normal;
    text-transform: uppercase;
    background: #F7A707;
    color:#FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 20px 20px 20px;
}
.creative_content p
{ 

    display:block;
    text-align:right;
    font-weight:500;
    width:46.50rem;
    height:50px;
    font-size:	1.1875rem;
    margin-left:37.188rem;
    margin-top:3%;

}
.rectangle-1
{
    display:block;
    width: 49.188rem;
    height:120px;
    position: relative;
    margin-top:0px;
    right:0;   
    margin:3% 0% 0 37.188%;
    background: #DAE3ED;
    box-shadow: 0px 3px 10px #00000029;
    border-radius:0px 15px 15px 0px;
    text-align: left;
}
.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
{
  width:240px;
  height:210px;
  margin:10% 5% 5% 5%;
}
.rectangle-1 div.main-li
{
  display:flex;
  justify-content:space-between;
  align-content:center;
  flex-direction:row;
  
}
.rectangle-1 div.main-li span
{
  font-size:1.0625rem;
}
.rectangle-1 div.li-1
{
  display:flex;
  justify-content: left;
  flex-direction: column;
  width:320px;
}
.rectangle-1 div.li-1 span
{
  margin: 3% 3% 3% 5%;
}
.rectangle-1 div.li-2
{
  display: flex;
  justify-content: left;
  flex-direction:column;
  width:260px;
}
.rectangle-1 div.li-2 span
{
  margin: 4% 3% 4% 15%;
}
.rectangle-1 div.li-3
{
  display: flex;
  justify-content: left;
  flex-direction: column;
  width:260px;
}
.rectangle-1 div.li-3 span
{
  margin: 4% 3% 3% 5%;
}
.creative_content-1
{
    display:none;
}
/* event and exhibition */

.event_content
{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    position:relative;
    margin-top:10%;
}
.event_content h3
{
    text-align: center;
    width:25rem;
    margin-left: 14%;
    font-size:1.875rem;
    font-weight: normal;
    text-transform: uppercase;
    background: #F7A707;
    color:#FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 0px 20px 20px;
}
.event_content p
{ 

    display:block;
    text-align:left;
    width:49rem;
    font-weight:500;
    height:50px;
    font-size:	1.1875rem;
    margin-left:14%;
    margin-top:3%;

}
.rectangle-2
{
    position: relative;
    margin:3% 14% 0 14%;
    height:115px;
    width:49.188rem;
    background: #DAE3ED;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 15px 0px 0px 15px;
   
}
.circle-2
{
  position: absolute;
  margin:0;
  height:300px;
  width:300px;
  border: 1px solid #E31E24;
  box-shadow: 0px 4px 10px #00000029;
  left:49.188rem;
  bottom:0;
  border-radius:50% 50% 50% 0%;
  background:#FFFFFF;
}
.circle-2 img
{
  width:200px;
  height:200px;
  margin:20% 2% 2% 10%;
}

.rectangle-2 div.main-li
{
  display:flex;
  justify-content:space-between;
  align-content:center;
  flex-direction:row;
  
}
.rectangle-2 div.main-li span
{
  width:180px;
  font-size:1.0625rem;
}
.rectangle-2 div.li-1
{
  display:flex;
  justify-content: left;
  flex-direction: column;
}
.rectangle-2 div.li-1 span
{
  margin: 5% 3% 5% 10%;
}
.rectangle-2 div.li-2
{
  display: flex;
  justify-content: left;
  flex-direction:column;
}
.rectangle-2 div.li-2 span
{
  margin: 6% 1% 3% 5%;
}
.rectangle-2 div.li-3
{
  display: flex;
  justify-content: right;
  flex-direction: column;
}
.rectangle-2 div.li-3 span
{
  margin: 6% 5% 3% 1%;
}
.rectangle-2 div.li-4
{
  display: flex;
  justify-content: right;
  flex-direction: column;
}
.rectangle-2 div.li-4 span
{
  margin: 6% 5% 3% 1%;
}
.event_content-1
{
    display:none;
}

/*printing services*/
.printing_content
{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    position:relative;
    margin-top:10%;
}
.printing_content h3
{
    text-align: center;
    width:21.875rem;
    margin-left: 65%;
    font-size:1.875rem;
    font-weight:normal;
    text-transform: uppercase;
    background: #F7A707;
    color:#FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 20px 20px 20px;
}
.printing_content p
{ 

    display:block;
    text-align:right;
    width:45.313rem;
    height:50px;
    font-weight:500;
    font-size:	1.1875rem;
    margin-left:40%;
    margin-top:3%;

}
.rectangle-3
{
    display:block;
    width: 49.188rem;
    height:120px;
    position: relative;
    right:0;   
    margin:3% 0% 0 37%;
    background: #DAE3ED;
    box-shadow: 0px 3px 10px #00000029;
    border-radius:0px 15px 15px 0px;
    text-align: left;
}
.circle-3
{
    margin:0;
    width:300px;
    height:300px;
    box-shadow: 0px 4px 10px #00000029;
    border: 1px solid #B0CB1F;
    position: absolute;
    right:49.188rem;
    border-radius:50% 50% 0% 50%;
    bottom:0;
    margin-top:50%;
}

.circle-3 img
{

  width:240px;
  height:210px;
  margin:10% 2% 5% 10%;
}

.rectangle-3 div.main-li
{
  display:flex;
  justify-content:space-between;
  align-content:center;
  flex-direction:row;
  
}
.rectangle-3 div.main-li span
{
  width:14.375rem;
  font-size:1.0625rem;
  margin-left: 10%;
  margin-right: 10%;
}
.rectangle-3 div.li-1
{
  display:flex;
  justify-content: left;
  flex-direction: column;
  width:300px;
}
.rectangle-3 div.li-1 span
{
  margin: 5% 2% 2% 7%;
}

.rectangle-3 div.li-2
{
  display: flex;
  justify-content: left;
  flex-direction:column;
}
.rectangle-3 div.li-2 span
{
  margin: 5% 2% 2% 7%;
}
.rectangle-3 div.li-3
{
  display: flex;
  justify-content: right;
  flex-direction: column;
}
.rectangle-3 div.li-3 span
{
  margin: 5% 2% 2% 7%;
}
.rectangle-3 div.main-li-2 
{
  display: flex;
  justify-content: space-between;
  margin: 1% 0% 0% 2.5%;

}
.rectangle-3 div.main-li-2 span
{
  font-size:1.0625rem;
}
.printing_content-1
{
    display:none;
}

/*visual media content*/
.visual_content
{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    position:relative;
    margin-top:10%;
}
.visual_content h3
{
    text-align: center;
    width:31.250rem;
    margin-left: 14%;
    font-size:1.875rem;
    font-weight: normal;
    text-transform: uppercase;
    background: #F7A707;
    color:#FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px 0px 20px 20px;
}
.visual_content p
{ 

    display:block;
    text-align:left;
    width:49.188rem;
    height:50px;
    font-weight:500;
    font-size:	1.1875rem;
    margin-left:14%;
    margin-top:3%;

}
.rectangle-4
{
    position: relative;
    margin:3% 14% 0 14%;
    height:115px;
    width:49.188rem;
    background: #DAE3ED;
    box-shadow: 0px 3px 10px #00000029;
    border-radius: 15px 0px 0px 15px;
    text-align: left;
}
.circle-4
{
    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-4 img
{
  width:225px;
  height:225px;
  margin:15% 0% 2% 5%;
}
.rectangle-4 div.main-li
{
  display:flex;
  justify-content:space-between;
  align-content:center;
  flex-direction:row;
  
}
.rectangle-4 div.main-li span
{
  width:180px;
  font-size:1.0625rem;
}
.rectangle-4 div.li-1
{
  display:flex;
  justify-content: left;
  flex-direction: column;
}
.rectangle-4 div.li-1 span
{
  margin: 6% 3% 3% 10%;
}
.rectangle-4 div.li-2
{
  display: flex;
  justify-content: left;
  flex-direction:column;
}
.rectangle-4 div.li-2 span
{
  margin: 6% 1% 3% 5%;
}
.rectangle-4 div.li-3
{
  display: flex;
  justify-content: right;
  flex-direction: column;
}
.rectangle-4 div.li-3 span
{
  margin: 6% 5% 3% 1%;
}
.rectangle-4 div.li-4
{
  display: flex;
  justify-content: right;
  flex-direction: column;
}
.rectangle-4 div.li-4 span
{
  margin: 6% 5% 3% 1%;
}
.visual_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:70%;
        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%;
    }
  
    /* branding service */
    .branding_content h3
    {
        width:160px;
        margin-left: 10%;
        font-size:1.625rem;
    }
    .branding_content p
    { 
        width:560px;
        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:230px;
        height:180px;
        margin-top:10%;
    }
    /*creative services*/
    .creative_content h3
    {
        width:260px;
        margin-left: 65%;
        font-size:1.625rem;
    }
    .creative_content p
    { 
        width:580px;
        height:55px;
        font-size:	1.0625rem;
        margin-left:33%;
    }
    .rectangle-1
    {
        margin:3% 0% 0 32%;
        width: 600px;
        height:110px;
    }
    .circle-1
    {
        width:250px;
        height:250px;
        right:600px; 
    }
    .circle-1 img
    {
        width:220px;
        height:180px;
        margin:10% 5% 5% 5%;
    }
    .rectangle-1 div.main-li span
    {
        font-size:	0.875rem;
    }
    .rectangle-1 div.li-1 span
    {
        margin: 4% 3% 3% 10%;
    }
    .rectangle-1 div.li-2
    {
        width:230px;
    }
    .rectangle-1 div.li-2 span
    {
        margin: 4% 3% 5% 15%;
    }
    .rectangle-1 div.li-3
    {
        width:230px;
    }
    .rectangle-1 div.li-3 span
    {
        margin: 5% 3% 3% 5%;
    }
    /* event and exhibition */
    .event_content h3
    {
        text-align: center;
        width:310px;
        margin-left: 10%;
        font-size:1.625rem;
    }
    .event_content p
    { 
        width:600px;
        height:50px;
        font-size:	1.0625rem;
        margin-left:10%;
    }
    .rectangle-2
    {
        margin:3% 10% 0 10%;
        height:100px;
        width:600px;
    }
    .circle-2
    {
        height:250px;
        width:250px;
        left:600px;
    }
    .circle-2 img
    {
        width:180px;
        height:150px;
        margin:20% 2% 2% 10%;
    }
    .rectangle-2 div.main-li span
    {
        width:150px;
        font-size:0.875rem;
    }

    /*printing services*/
    .printing_content h3
    {
        width:260px;
        margin-left: 65%;
        font-size:1.625rem;
    }
    .printing_content p
    { 
        width:560px;
        height:50px;
        font-size:1.0625rem;
        margin-left:36%;
    }
    .rectangle-3
    {
        width: 600px;
        height:100px;  
        margin:3% 0% 0 32%;
    }
    .circle-3
    {
        width:250px;
        height:250px;
        right:600px;
    }
    .circle-3 img
    {
        width:200px;
        height:180px;
        margin:10% 2% 5% 10%;
    }
    .rectangle-3 div.main-li span
    {
        font-size:0.875rem;
    }
    .rectangle-3 div.main-li-2 
    {
        margin: 1.5% 0% 0% 2%;
    }
    .rectangle-3 div.main-li-2 span
    {
        font-size:0.875rem;
    }
    /*visual media content*/
    .visual_content h3
    {
        width:370px;
        margin-left: 10%;
        font-size:1.625rem;
    }
    .visual_content p
    { 
        width:600px;
        height:40px;
        font-size:1.0625rem;
        margin-left:10%;
    }
    .rectangle-4
    {
        margin:3% 10% 0 10%;
        height:105px;
        width:600px;
    }
    .circle-4
    {
        height:250px;
        width:250px;
        left:600px;
    }
    .circle-4 img
    {
        width:200px;
        height:170px;
        margin:15% 0% 2% 5%;
    }
    .rectangle-4 div.main-li span
    {
        width:160px;
        font-size:0.875rem;
    }
    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:90%;
        margin-top:7%;
    }
    #first_page h1
    {
        font-size: 	2rem;
    }
    #first_page p
    {
        font-size:1.125rem;
        width:100%;
        margin-top:3%;
    }
    /* branding service */
    .branding_content h3
    {
        width:140px;
        margin-left: 8%;
        font-size:1.375rem;
    }
    .branding_content p
    { 
        width:430px;
        height:50px;
        font-size: 0.8125rem;
        margin-left:8%;
    }
    .rectangle
    {
        margin:3% 8% 0 8%;
        height:40px;
        width:460px;
    }
    .rectangle span
    {
        margin:2% 2% 2% 2%;
        font-size:0.75rem;
    }
    .circle
    {
        height:200px;
        width:200px;
        left:460px;
    }
    .circle img
    {

        width:180px;
        height:160px;
        margin-top:10%;

    }
    /*creative services*/
    .creative_content h3
    {
        width:220px;
        margin-left: 63%;
        font-size:1.375rem;
    }
    .creative_content p
    { 
        width:460px;
        height:40px;
        font-size:0.8125rem;
        margin-left:32%;
    }
    .rectangle-1
    {
        margin:3% 0% 0 32%;
        width: 460px;
        height:80px;
    }
    .circle-1
    {
        width:200px;
        height:200px;
        right:460px; 
    }
    .circle-1 img
    {
        width:180px;
        height:150px;
        margin:10% 5% 5% 5%;
    }
    .rectangle-1 div.main-li span
    {
        font-size:	0.75rem;
    }
    .rectangle-1 div.li-1 span
    {
        margin: 3% 3% 3% 5%;
    }
    .rectangle-1 div.li-2
    {
        width:200px;
    }
    .rectangle-1 div.li-2 span
    {
        margin: 4% 3% 5% 15%;
    }
    .rectangle-1 div.li-3
    {
        width:240px;
    }
    .rectangle-1 div.li-3 span
    {
        margin: 3% 3% 3% 5%;
    }
    /* event and exhibition */
    .event_content h3
    {
        text-align: center;
        width:260px;
        margin-left: 8%;
        font-size:1.375rem;
    }
    .event_content p
    { 
        width:460px;
        height:50px;
        font-size:0.8125rem;
        margin-left:8%;
    }
    .rectangle-2
    {
        margin:3% 8% 0 8%;
        height:75px;
        width:460px;
    }
    .circle-2
    {
        height:200px;
        width:200px;
        left:460px;
    }
    .circle-2 img
    {
        width:160px;
        height:130px;
        margin:20% 2% 2% 10%;
    }
    .rectangle-2 div.main-li span
    {
        width:110px;
        font-size:0.75rem;
    }

    /*printing services*/
    .printing_content h3
    {
        width:220px;
        margin-left: 62%;
        font-size:1.375rem;
    }
    .printing_content p
    { 
        width:440px;
        height:50px;
        font-size:0.8125rem;
        margin-left:33%;
    }
    .rectangle-3
    {
        width: 460px;
        height:80px;  
        margin:3% 0% 0 32%;
    }
    .circle-3
    {
        width:200px;
        height:200px;
        right:460px;
    }
    .circle-3 img
    {
        width:150px;
        height:130px;
        margin:10% 2% 5% 10%;
    }
    .rectangle-3 div.main-li span
    {
        width:170px;
        font-size:0.75rem;
    }
    .rectangle-3 div.main-li-2 
    {
        margin: 1.5% 0% 0% 2%;
    }
    .rectangle-3 div.main-li-2 span
    {
        font-size:0.75rem;
    }
    /*visual media content*/
    .visual_content h3
    {
        width:310px;
        margin-left: 8%;
        font-size:1.375rem;
    }
    .visual_content p
    { 
        width:460px;
        height:50px;
        font-size:0.8125rem;
        margin-left:8%;
    }
    .rectangle-4
    {
        margin:3% 8% 0 8%;
        height:90px;
        width:460px;
    }
    .circle-4
    {
        height:200px;
        width:200px;
        left:460px;
    }
    .circle-4 img
    {
        width:150px;
        height:130px;
        margin:15% 0% 2% 5%;
    }
    .rectangle-4 div.main-li span
    {
        width:160px;
        font-size:0.75rem;
    }
    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%;
        background:#FFFFFF;
    }
}
@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:0%;
        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%;
    }
    .branding_content
    {
        display:none;
    }
    /* branding service */
    .branding_content-1
    {   
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:15%;
    }
    .branding_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:230px;
        height:190px;
        margin-top:5%;
    }
    .branding_content-1 p
    { 
        display:block;
        text-align: left;
        width:90%;
        font-weight:500;
        font-size:	1rem;
        margin-left:5%;
        margin-right:5%;
        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:50%;
    }
    .rec .li-2
    {
        display: flex;
        flex-direction: column; 
        width:50%;
    }
    .rec span
    {
        margin:3% 0% 3% 15%;
        font-size:	1rem;
    }
    .creative_content
    {
        display:none;
    }
    /*creative services*/
    .creative_content-1
    {
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:10%;
    }
    .creative_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;
        height:190px;
        margin:10% 5% 5% 5%;
    }
    .creative_content-1 p
    { 
        display:block;
        text-align: left;
        width:90%;
        font-weight:500;
        font-size:	1rem;
        margin-left:5%;
        margin-right:5%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-1
    {
        margin:5% 0% 0 0%;
        height:170px;
        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:50%;
    }
    .rec-1 .li-2
    {
        display: flex;
        flex-direction: column; 
        width:50%;
    }
    .rec-1 span
    {
        margin:3% 1% 3% 10%;
        font-size:	1rem;
    }
    .rec-1 .main-li-2
    {
        display: flex;
        width:100%;
        
    }
    .rec-1 .main-li-2 span
    {
        margin:2% 0% 3% 5%;
        font-size:	1rem;
    }
    .event_content
    {
        display:none;
    }

    /*event service */
    .event_content-1
    {   
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position: static;
        margin-top:10%;
    }
    .event_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
    {
        margin:5%;
        height:250px;
        width:250px;
        border: 1px solid #E31E24;
        box-shadow: 0px 4px 10px #00000029;
        border-radius:50% 50% 50% 0%;
        background:#FFFFFF;
    }
    .cir-2 img
    {
        width:200px;
        height:155px;
        margin:20% 0 0 7%;
    }
    .event_content-1 p
    { 
        display:block;
        text-align: left;
        width:90%;
        font-weight:500;
        font-size:	1rem;
        margin-left:5%;
        margin-right:5%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-2
    {
        margin:5% 0% 0 0%;
        height:165px;
        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% 10%;
        font-size:	1rem;
    }
    .printing_content
    {
        display:none;
    }
    /*printing services*/
    .printing_content-1
    {
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:10%;
    }
    .printing_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-3
    {
        margin:5%;
        height:250px;
        width:250px;
        border: 1px solid #B0CB1F;
        box-shadow: 0px 4px 10px #00000029;
        background:#FFFFFF;
        border-radius:50% 50% 0% 50%;  
    }
    .cir-3 img
    {
        width:220px;
        height:170px;
        margin:10% 5% 5% 5%;
    }
    .printing_content-1 p
    { 
        display:block;
        text-align: left;
        width:90%;
        font-weight:500;
        font-size:	1rem;
        margin-left:5%;
        margin-right:5%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-3
    {
        margin:5% 0% 0 0%;
        height:160px;
        width:100%;
        background: #DAE3ED;
        box-shadow: 0px 3px 10px #00000029;
    }
    .rec-3 .main-li
    {
        display: flex;
        justify-content: center;
        flex-direction: row; 
    }
    .rec-3 .li-1
    {
        display: flex;
        flex-direction: column;
        width:60%;
    }
    .rec-3 .li-2
    {
        display: flex;
        flex-direction: column; 
        width:40%;
    }
    .rec-3 .li-1 span
    {
        margin:3% 1% 3% 10%;
        font-size:	1rem;
    }
    .rec-3 .li-2 span
    {
        margin:4%;
        font-size:1rem;
    }
    .visual_content
    {
        display:none;
    }
    /* visual service */
    .visual_content-1
    {   
        box-sizing: border-box;
        display:flex;
        align-items: center;
        flex-direction: column;
        position:static;
        margin-top:10%;
    }
    .visual_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-4
    {
        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-4 img
    {
        width:200px;
        height:190px;
        margin:7%;
    }
    .visual_content-1 p
    { 
        display:block;
        text-align: left;
        width:90%;
        font-weight:500;
        font-size:	1rem;
        margin-left:5%;
        margin-right:5%;
        margin-top:5%;
        margin-bottom:5%;
    }
    .rec-4
    {
        margin:5% 0% 0 0%;
        height:170px;
        width:100%;
        background: #DAE3ED;
        box-shadow: 0px 3px 10px #00000029;
    }
    .rec-4 .main-li
    {
        display: flex;
        justify-content: center;
        flex-direction: row; 
    }
    .rec-4 .li-1
    {
        display: flex;
        flex-direction: column;
        width:50%;
    }
    .rec-4 .li-2
    {
        display: flex;
        flex-direction: column;
        width:50%;
    }
    .rec-4 span
    {
        margin:3% 0% 3% 10%;
        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:83%;
    }
    /*mid-content*/
    #first_page h1
    {
        font-size: 1.375rem;
    }
    #first_page p
    {
        font-size:	0.875rem;
        margin-top:3%;
        width:100%;
    }
    /* branding service */
    .branding_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir
    {
        height:225px;
        width:225px;
    }
    .cir img
    {
        width:210px;
        height:180px;
    }
    .branding_content-1 p
    { 
        width:92%;
        margin-left:4%;
        margin-right: 4%;
        font-size:	0.813rem;
    }
    .rec span
    {
        margin:3% 0% 3% 10%;
        font-size:	0.813rem;
    }
    .creative_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir-1
    {
        height:225px;
        width:225px;  
    }
    .cir-1 img
    {
        width:200px;
        height:170px;
        margin:10% 5% 5% 5%;
    }
    .creative_content-1 p
    { 
        width:92%;
        margin-left:4%;
        margin-right: 4%;
        font-size:	0.813rem;
    }
    .rec-1
    {
        height:155px;
    }
    .rec-1 span
    {
        margin:3% 1% 3% 10%;
        font-size:	0.813rem;
    }
    .rec-1 .main-li-2 span
    {
        margin:2% 0% 3% 5%;
        font-size:	0.813rem;
    }
    /*event service */
    .event_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir-2
    {
        height:225px;
        width:225px;
    }
    .cir-2 img
    {
        width:180px;
        height:140px;
        margin:20% 0 0 7%;
    }
    .event_content-1 p
    { 
        width:92%;
        margin-left:4%;
        margin-right: 4%;
        font-size:	0.813rem;
    }
    .rec-2
    {
        height:155px;
    }
    .rec-2 span
    {
        margin:3% 1% 3% 10%;
        font-size:	0.813rem;
    }
    /*printing services*/
    .printing_content-1 h3
    {
        font-size:1.375rem;
    }
    .cir-3
    {
        height:225px;
        width:225px;
    }
    .cir-3 img
    {
        width:190px;
        height:160px;
        margin:10% 5% 5% 10%;
    }
    .printing_content-1 p
    { 
        width:92%;
        margin-left:4%;
        margin-right: 4%;
        font-size:	0.813rem;
    }
    .rec-3
    {
        height:8.75rem;
    }
    .rec-3 .li-1 span
    {
        margin:3% 1% 3% 7%;
        font-size:	0.813rem;
    }
    .rec-3 .li-2 span
    {
        margin:4%;
        font-size:0.813rem;
    }
    /* visual service */

    .visual_content-1 h3
    {
        font-size:1.275rem;
    }
    .cir-4
    {
        height:225px;
        width:225px;
    }
    .cir-4 img
    {
        width:180px;
        height:170px;
    }
    .visual_content-1 p
    { 
        width:92%;
        margin-left:4%;
        margin-right: 4%;
        font-size:0.813rem;
    }
    .rec-4
    {
        height:155px;
    }
    .rec-4 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 */
    .branding_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir
    {
        height:200px;
        width:200px;
    }
    .cir img
    {
        width:180px;
        height:160px;
    }
    .branding_content-1 p
    { 
        font-size:	0.8125rem;
    }
    .rec
    {
        height:55px;
    }
    .rec span
    {
        margin:3% 0% 3% 15%;
        font-size:	0.8125rem;
    }
    .creative_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-1
    {
        height:200px;
        width:200px;  
    }
    .cir-1 img
    {
        width:180px;
        height:160px;
    }
    .creative_content-1 p
    { 
        font-size:0.8125rem;
    }
    .rec-1
    {
        height:135px;
    }
    .rec-1 span
    {
        font-size:	0.8125rem;
    }
    .rec-1 .main-li-2 span
    {
        font-size:	0.8125rem;
    }
    /*event service */
    .event_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-2
    {
        height:200px;
        width:200px;
    }
    .cir-2 img
    {
        width:160px;
        height:120px;
        margin:20% 0 0 7%;
    }
    .event_content-1 p
    { 
        font-size:	0.8125rem;
    }
    .rec-2
    {
        height:130px;
    }
    .rec-2 span
    {
        margin:3% 1% 3% 10%;
        font-size:	0.8125rem;
    }
    /*printing services*/
    .printing_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-3
    {
        height:200px;
        width:200px;
    }
    .cir-3 img
    {
        width:170px;
        height:150px;
        margin:10% 5% 5% 10%;
    }
    .printing_content-1 p
    { 
        font-size:	0.8125rem;
    }
    .rec-3
    {
        height:130px;
    }
    .rec-3 .li-1 span
    {
        margin:3% 1% 3% 7%;
        font-size:	0.8125rem;
    }
    .rec-3 .li-2 span
    {
        margin:4%;
        font-size:0.8125rem;
    }
    /* visual service */

    .visual_content-1 h3
    {
        font-size:1.25rem;
    }
    .cir-4
    {
        height:200px;
        width:200px;
    }
    .cir-4 img
    {
        width:160px;
        height:150px;
    }
    .visual_content-1 p
    {
        font-size:0.8125rem;
    }
    .rec-4
    {
        height:130px;
    }
    .rec-4 span
    {
        font-size:	0.8125rem;
    }
    div#view_section a
    {
        font-size: 1.125rem;
        padding:3% 10%;
    }
}