.page-id-2 .site-title{
width: 100%;
margin-left: 60%;
}
.page-id-2 .site-description {
display: none;
}
.textwidget em {
position: relative;
display: inline-block;
background: #3570a5 !important;
color: #ffffff !important;
border-radius: 10px;
padding: 3px 8px;
margin-bottom: 3px;
font-weight: 400;
font-style: normal !important;
}
.entry-title {
width: 100%;
min-height: 60px;
background: #3570a5;
padding: 5px 10px;

}
.entry-title a {
width: 100%;
color: #ffffff !important;
font-size: 20px !important;
padding: 5px 10px !important;
}
.entry-header h1{
background: transparent;
font-size: 28px !important;
padding: 5px 10px !important;
}
.mn1 {
height: 50px;
    border-radius: 10px 10px;
    color: white;
margin-right: 10px;
    transition: .2s linear;
    background: #3570A5;

}
.mn1 a{
padding: 5px 5px 5px 8px;
}
.mn1:hover {
border-radius: 5px;
}
.mn2 {
    border-radius: 10px 10px;
color: #3570A5 !important;
margin-right: 10px;
    transition: .2s linear;
    background: #ffdd00;
}
.mn2 a{
padding: 5px 5px 5px 8px;
}
.mn2:hover {
 border-radius: 5px;
}
.testskr {
padding: 20px;
text-aling: center !important;
background: rgba(255, 255, 255, 0.1);
box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 12px;
}
.rightleft {
position: relative; 
width: 100%;
height: 80px;
margin-bottom: 50px;
padding-top: 40px;
}
.rightleft a{
color: #000000;
font-size: 28px;
line-height: 30px;
}
.rightleft a:hover {
text-decoration: underline !important;
}
.rightleft:before,
.rightleft:after {
    content: ''; 
    position: absolute;
    top: 0px;
}

.rightleft:before {
    left: 0;
    width: 67px;
    height: 150px;
    background: url(/wp-content/themes/sydney/images/leftline.png);
}
.rightleft:after {
    right: 0; 
    width: 67px;
    height: 150px;
    background: url(/wp-content/themes/sydney/images/rightline.png);
}
.boxsright {
  --s: 10px; 
  padding: var(--s);
  border: calc(2*var(--s)) solid #0000;
  outline: 1px solid #000;
  outline-offset: calc(-1*var(--s));
  background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
}

.boxsleft{
margin-top: -50%;
margin-left: 45% !important;
outline: 1px solid #fefefe;
outline-offset: -5px;
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}




.boxs {
background: rgba(255,255,255,0.8);
border-radius: 2px;
padding-bottom: 8px;
outline: 8px solid rgba(85, 185, 216, 0.4);
outline-offset: -8px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
}
.boxs h2{
color: #47425D !important;
}
.boxs h4{
background: #79A39E; 
color: #ffffff !important;
}
.boxs:hover {
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.5);
}
.blockleft {
background: rgba(255,255,255,0.2);
padding: 0px 20px;
}
.blockleft h2{
margin: 0 !important;
padding: 0 !important;
color: #1d2a4d !important;
padding: 20px;
}
.blockright {
font-size: 30px;
padding-left: 30px;
color: #ffffff;
border: 3px double #ffffff;
border-radius: 10px;
background: rgba(255,255,255,0.2);
}
.blockss {
text-align: center !important;
padding: 0px;
position: relative;
border-radius: 20px;
background: rgba(121,163,158,0.2);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss img {
border-radius: 20px 0 20px 0;
}
.blockss::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 8px solid #3570a5;
    border-left: 8px solid #3570a5;
    transition: all .5s ease-in-out;
border-radius: 20px 0 0 0;
}
.blockss::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 8px solid #ffdd00;
    border-right: 8px solid #ffdd00;
    transition: all .5s ease-in-out;
border-radius: 0 0 20px 0;
}
.blockss.active::before
{
    width: 150px;
    height:150px;
    opacity: 1;
}
.blockss.active::after
{
    width: 150px;
    height: 150px;
    opacity: 1;
}
.blockss:hover::before{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss:hover::after{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss2 {
width: 100%;
height: 200px;
text-align: center !important;
padding-top: 50px;
position: relative;
border-radius: 20px;
background: rgba(255,255,255,0.5);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss2 a{
color: #000000;
font-size: 28px;
line-height: 40px;
text-align: center !important;
}
.blockss2 a:hover{
text-decoration: underline !important;
}
.blockss2 img {
border-radius: 20px 0 20px 0;
}
.blockss2::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 4px solid #3570a5;
    border-left: 4px solid #3570a5;
    transition: all .5s ease-in-out;
border-radius: 20px 0 0 0;
}
.blockss2::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 4px solid #ffdd00;
    border-right: 4px solid #ffdd00;
    transition: all .5s ease-in-out;
border-radius: 0 0 20px 0;
}
.blockss2.active::before
{
    width: 80px;
    height:80px;
    opacity: 1;
}
.blockss2.active::after
{
    width: 80px;
    height: 80px;
    opacity: 1;
}
.blockss2:hover::before{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss2:hover::after{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss3 {
width: 100%;
padding: 10px 20px 10px 20px;
position: relative;
border-radius: 20px;
background: rgba(255,255,255,0.5);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss3 a{
color: #000000;
font-size: 20px;
line-height: 22px;
}
.blockss3 a:hover{
text-decoration: underline !important;
}
.blockss3 img {
border-radius: 20px 0 20px 0;
}
.blockss3::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 8px solid #3570a5;
    border-left: 8px solid #3570a5;
    transition: all .5s ease-in-out;
border-radius: 20px 0 0 0;
}
.blockss3::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 8px solid #ffdd00;
    border-right: 8px solid #ffdd00;
    transition: all .5s ease-in-out;
border-radius: 0 0 20px 0;
}
.blockss3.active::before
{
    width: 80px;
    height:80px;
    opacity: 1;
}
.blockss3.active::after
{
    width: 80px;
    height: 80px;
    opacity: 1;
}
.blockss3:hover::before{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss3:hover::after{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.blockss3 H4{
color: #ffffff !important;
font-weight: 400;
background: #3570a5;
padding: 10px 0;
borger-radius: 5px;
}
.blockss4 {
width: 100%;
height: 160px;
text-align: center !important;
padding-top: 20px;
position: relative;
border-radius: 20px;
background: rgba(255,255,255,0.5);
transition: all .5s ease-in-out;
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
.blockss4 a{
color: #000000;
font-size: 20px;
line-height: 22px;
text-align: center !important;
}
.blockss4 a:hover{
text-decoration: underline !important;
}
.blockss4 img {
border-radius: 20px 0 20px 0;
}
.blockss4::before{
    content: "";
    position: absolute;
      left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 4px solid #3570a5;
    border-left: 4px solid #3570a5;
    transition: all .5s ease-in-out;
border-radius: 20px 0 0 0;
}
.blockss4::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 4px solid #ffdd00;
    border-right: 4px solid #ffdd00;
    transition: all .5s ease-in-out;
border-radius: 0 0 20px 0;
}
.blockss4.active::before
{
    width: 40px;
    height:40px;
    opacity: 1;
}
.blockss4.active::after
{
    width: 40px;
    height: 40px;
    opacity: 1;
}
.blockss4:hover::before{
    width: 80px;
    height: 80px;
    opacity: 1;
}
.blockss4:hover::after{
    width: 80px;
    height: 80px;
    opacity: 1;
}
.inbiz  {
margin-top: -34px;
}
.inbiz a {
font-size: 16px;
color: #d5d4d2 !important;
}
@media only screen and (max-width : 960px) { 
.mmn1 {
border-radius: 10px 10px;
color: white;
padding-left: 10px;
margin-bottom: 20px;
margin-right: 0px;
transition: .2s linear;
background: #3570A5;
}

.mmn1 a{
padding-left: 28px !important;
}
.mmn1:hover {
border-radius: 5px;
}
.mmn1 .sub-menu {
background: #3570A5 !important;
z-index: 99999;
}
#mainnav .sub-menu {
width: 100% !important;
}
.mmn2 {

    border-radius: 10px 10px;
color: #3570A5 !important;
margin-bottom: 10px;
    transition: .2s linear;
    background: #ffdd00;
}
.mmn2 a{
padding-left: 20px !important;
}
.mmn2:hover {
 border-radius: 5px;
}

.inbiz  {
width: 100%;
text-align: center;
margin-top: 4px;
}
.inbiz a {
font-size: 14px;
color: #9d9c9a !important;}
}