/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.30
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.3
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
.topimage1 {
border-radius: 15px;
box-shadow: 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.topimage1:hover {
border-radius: 1px;
opacity: 0.9;
}
.topimage2 {
position: relative;
display: inline-block;
border-radius: 30%;
margin-top: -35%;
margin-left: 55% !important;
padding: 10px 10px;
background: #ffffff;
z-index: 2;
}
.witefon {
padding: 10px;
margin-bottom: 10px;
background: #ffffff;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}


.boxsright {
border: 10px solid #f8f8f8;
}

.boxsleft{
margin-top: 35%;
margin-left: -25% !important;
border: 10px solid #f8f8f8;
}
.boxsleftsite{
color: #ffffff;
background: rgba(221, 221, 221, 0.2);
padding: 2px 10px;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.boxsleftsite2{
color: #212121;
background: rgba(221, 221, 221, 0.9);
padding: 2px 20px;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.boxsrightsite{
background: rgba(221, 221, 221, 0.2);
padding: 2px 10px;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.text-slider {
background: -moz-linear-gradient(left,  rgba(0,18,32,0.2) 0%, rgba(0,18,32,0.4) 100%);
background: -webkit-linear-gradient(left,  rgba(0,18,32,0.2) 0%,rgba(0,18,32,0.4) 100%);
background: linear-gradient(to right,  rgba(0,18,32,0.2) 0%,rgba(0,18,32,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33001220', endColorstr='#66001220',GradientType=1 );
padding: 10px 0;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
.deviders {
background: -moz-linear-gradient(left,  rgba(0,18,32,0.2) 0%, rgba(0,18,32,0.4) 100%);
background: -webkit-linear-gradient(left,  rgba(0,18,32,0.2) 0%,rgba(0,18,32,0.4) 100%);
background: linear-gradient(to right,  rgba(0,18,32,0.2) 0%,rgba(0,18,32,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33001220', endColorstr='#66001220',GradientType=1 );
}
.squarebox {
padding: 4px 20px;
outline: 3px dashed #4da9fb;
outline-offset: -15px;
box-shadow: 0 0.3em 0.3em 0 rgba(0, 0, 0, 0.2);
}
.imagesfrontpage {
margin-top: 15px;
}
.boxs {
outline: 2px solid #f5821f;
outline-offset: -15px;
-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:hover {
outline: 2px solid white;
outline-offset: -5px;
-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);
}
.boxs2 {
outline: 2px solid #ffffff;
outline-offset: -15px;
-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);
}
.boxs2:hover {
outline: 2px solid #f5821f;
outline-offset: -5px;
-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);
}
.blockss {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    transition: all .5s ease-in-out;
}


.blockss::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 5px solid #f5821f;
    border-left: 5px solid #f5821f;
    transition: all .5s ease-in-out;
}

.blockss::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 5px solid #f5821f;
    border-right: 5px solid #f5821f;
    transition: all .5s ease-in-out;
}

.blockss.active::before
{
    width: 240px;
    height: 240px;
    opacity: 1;
}

.blockss.active::after
{
    width: 180px;
    height: 180px;
    opacity: 1;
}

.blockss:hover::before{
    width: 10px;
    height: 10px;
    opacity: 1;
}


.blockss:hover::after{
    width: 10px;
    height: 10px;
    opacity: 1;
}
.blockss2 {
    position: relative;
    background: #fff;
height: 120px;
box-shadow: 0 0.2em 0.2em 0 rgba(0, 0, 0, 0.4);
    transition: all .5s ease-in-out;
}


.blockss2::before{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 2px solid #FF5E14;
    border-left: 2px solid #FF5E14;
    transition: all .5s ease-in-out;
}

.blockss2::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 2px solid #FF5E14;
    border-right: 2px solid #FF5E14;
    transition: all .5s ease-in-out;
}

.blockss2.active::before
{
    width: 20px;
    height: 20px;
    opacity: 1;
}

.blockss2.active::after
{
    width: 20px;
    height: 20px;
    opacity: 1;
}

.blockss2:hover::before{
    width: 50px;
    height: 50px;
    opacity: 1;
}


.blockss2:hover::after{
    width: 50px;
    height: 50px;
    opacity: 1;
}
.textwidget .fa {
font-size: 12px;
color: #ff5e14;
}
.inbiz a {
color: #dad7d4 !important;
}
@media only screen and (max-width : 960px) { 
.boxsleft{
margin-top: -65%;
margin-left: 42% !important;
border: 10px solid #f8f8f8;
}
.maintitle {
font-size: 22px !important;
}
.header-image {
height: 300px !important;
}
}