/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/


html{
	overflow-x: hidden;
}
.roll-team .team-item .team-pop .team-info{
	top: 15%;
}
/*** owl crousel css**/
.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}
.owl-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
i.fa.fa-angle-right, i.fa.fa-angle-left{
    font-size: 30px;
    font-weight: 600;
}
.owl-theme .owl-controls{
	margin-top: 0px;
}
/*****=====================
 =============media Query for mobile view=======================
 ==================== ****/

@media only screen and (max-width: 1200px) {
	.panel-has-style > 	.coverage-data.panel-row-style{
		flex-direction: row !important;
		overflow-x: scroll;
	}
	.coverage-widget .so-widget-sow-editor.so-widget-sow-editor-base {
   		white-space: nowrap;
	}
	.panel-has-style > 	.coverage-data.panel-row-style::-webkit-scrollbar {
   		-webkit-appearance: none;
	}
	.panel-has-style > 	.coverage-data.panel-row-style::-webkit-scrollbar:horizontal {
	    height: 11px;
	}
	.panel-has-style > 	.coverage-data.panel-row-style::-webkit-scrollbar-thumb {
	    border-radius: 8px;
	    border: 2px solid white;
	    background-color: rgba(0, 0, 0, .5);
	}
	.panel-has-style > 	.coverage-data.panel-row-style::-webkit-scrollbar-track { 
	    background-color: #fff; 
	    border-radius: 8px; 
	} 
	.roll-team .team-item .team-pop .team-info {
	    width: 100%;
	    overflow-x: scroll;
	    max-height: 130px;
	} 
}
@media only screen and (max-width: 1024px) {
	.header-wrap .row{
		display: flex;
		align-items: center;
	}
	.btn-menu{
	    height: auto;
	}
	.site-header.fixed {
	    position: fixed !important;
	}
	.site-header {
	    background-color: transparent;
	}
	
}
@media only screen and (max-width: 1024px) and (min-width: 992px){
	#mainnav-mobi{
		position: fixed;
	    left: 0;
	    top: 125px;
	}
	.float-header #mainnav-mobi{
		top: 95px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	#mainnav-mobi{
		position: fixed;
	    left: 0;
	    top: 110px;
	}
	.float-header #mainnav-mobi{
		top: 80px;
	}
}
@media only screen and (max-width: 767px){
	.header-wrap {
	    text-align: initial;
	}
	.btn-menu {
	    float: right;
	    margin-top: 0px;
	    margin-right:15px;
	}
	#mainnav-mobi,.float-header #mainnav-mobi{
	    position: fixed;
    	left: 0;
    	top: 92px;
	}
	.site-logo {
		width: 75px;
	}
}
@media only screen and (max-width: 600px) {
	.roll-team .team-item .team-pop .team-info{
		top: 30%;
	}
}
@media only screen and (max-width: 480px) {
	.roll-team .team-item .team-pop .team-info{
		top: 15%;
	}
}

@media only screen and (min-width: 1024px) {
	#masthead .btn-menu {
		display: none;
	}
}
