/* ------------------------------------------------------------------------------ 

Project Name : Berkely 

Description : Main Style Sheet 

Author : Imran Rovan 

Created On : 22 April 2020 

--------------------------------------------------------------------------------*/

@media screen and (min-width: 1024px) {
	
	#burgernav {
		display: none;
	}
	
	#menu {
		
		float: right;
		
		margin-right: 30px;
		
		display: block;
		
	}
	
	#menu ul {
		
		margin-top: 45px;
		
		-webkit-transition: all 0.3s ease;
		
		-moz-transition: all 0.3s ease;
		
		-o-transition: all 0.3s ease;
		
		transition: all 0.3s ease;
		
	}
	
	#menu ul li {
		
		float:left;
		
		margin-right:25px;
		
		position: relative;
		
	}
	#menu ul li:last-child {
		margin-right:0;
	}
	#menu ul li a {
		
		text-transform:uppercase;
		
		font-size:14px;
		
		font-weight: 600;
		
		color: #fff;
		
		position: relative;
		
	}
	
	#menu ul li a span {
		
		position: absolute;
		
		font-size: 9px;
		
		top: -11px;
		
		right: -15px;
		
		z-index: 99;
		
		background: rgba(0, 0, 0, 0.6);
		
		padding: 2px 6px;
		
		border-radius: 4px;
		
		color: #fff !important;
		
	}
	
	#menu ul li a.active {
		
		color: #BF1E2D !important;
		
	}
	
	.home header #menu ul li a {
		
		color: #fff;
		
	}
	
	header.header-fixed #menu ul {
		
		margin-top: 20px;
		
	}
	
	header.header-fixed #menu ul li a, header.header-fixed #menu ul li:first-child a,header.header-fixed #menu ul li:nth-child(2) a {
		
		color: #000;
		
	}
	
	#menu ul li:last-child a i, #menu ul li:nth-child(2) a i {
		
		color: #000;
		
		font-size: 11px;
		
		margin-left: 5px;
		
	}
	
	.home header #menu ul li:last-child a i, .home header #menu ul li:nth-child(2) a i {
		
		color: #fff;
		
	}
	
	#menu > ul > li:nth-child(2):after, #menu > ul > li:nth-child(3):after, #menu > ul > li:nth-child(7):after, #menu > ul > li:last-child:after {
		
		content: "\f110";
		
		font-family: "LineAwesome";
		
		font-weight: 900;
		
		margin-left: 0px;
		
		font-size: 13px;
		
		color: #fff;
		
	}
	
	.header-fixed #menu > ul > li:nth-child(2):after, .header-fixed #menu > ul > li:nth-child(3):after, .header-fixed #menu > ul > li:nth-child(6):after, .header-fixed #menu > ul > li:last-child:after {
		
		color: #666;
		
	}
	
	#menu ul li > ul {
		
		display: none;
		
		position: absolute;
		
		margin: 0;
		
		padding-top: 10px;
		
		width: 215px;
		
		left: -45px;
		
	}
	
	#menu ul li:hover > ul {
		
		display: block;
		
	}
	
	#menu ul li > ul > li {
		
		margin: 0;
		
		float: none;
		
	}
	
	#menu ul li > ul > li > a {
		
		font-size: 13px;
		
		padding: 10px 20px;
		
		display: block;
		
		color: #fff !important;
		
		background-color: #11467a;
		
		-webkit-transition: all 0.3s ease;
		
		-moz-transition: all 0.3s ease;
		
		-o-transition: all 0.3s ease;
		
		transition: all 0.3s ease;
		
	}
	
	#menu ul li > ul > li > a:hover {
		
		background-color: #043260;
		
	}
	
	header.header-fixed #menu ul > li > ul {
		
		margin-top: 0px;
		
	}
	
	header.header-fixed #menu ul li:last-child a i, header.header-fixed #menu ul li:nth-child(2) a i {
		
		color: #000;
		
	}
	
	.mm-listview > li .glyphicon {
		
		display: block;
		
	}
	
	#menu ul li:nth-child(2) > ul > li:first-child {
		
		position: relative;
		
	}
	
	/* #menu ul li:nth-child(2) > ul > li:first-child::after {
	
	content: "\f112";
	
	font-family: "LineAwesome";
	
	font-weight: 900;
	
	margin-left: 0px;
	
	font-size: 13px;
	
	color: #fff;
	
	position: absolute;
	
	right:10px;
	
	top:10px;
	
	}
	
	*/
	
	#menu ul li > ul > li > ul {
		
		left: 215px;
		
		top: -10px;
		
	}
	
	#menu > ul > li:nth-child(2) > ul > li:first-child {
		
		position: relative;
		
	}
	
	/* #menu > ul > li:nth-child(2) > ul > li:first-child::before {
	
	content: "\f110";
	
	font-family: "LineAwesome";
	
	font-weight: 900;
	
	margin-left: 0px;
	
	font-size: 11px;
	
	color: #fff;
	
	position: absolute;
	
	top: 12px;
	
	right: 10px;
	
	z-index: 9;
	
	transform: rotate(-90deg);
	
	} */
	
}
@media screen and (min-width: 1400px) {
	#menu ul li {
		margin-right: 30px;
	}
	#menu {
		margin-right: 60px;
	}
	header .logo {
		margin-left: 60px;
	}
}
@media screen and (max-width: 1399px) {
	
	.tooltips {
		
		width: 25px;
		
		height: 25px;
		
	}
	
	.tooltips:first-child {
		
		top: 165px;
		
		left: 585px;
		
	}
	
	.tooltips:nth-child(2) {
		
		top: 115px;
		
		left: 560px;
		
	}
	
	.tooltips:nth-child(3) {
		
		top: 95px;
		
		left: 695px;
		
	}
	
	.tooltips:nth-child(4) {
		
		top: 125px;
		
		left: 465px;
		
	}
	
	.tooltips:nth-child(5) {
		
		top: 147px;
		
		left: 477px;
		
	}
	
	.tooltips:nth-child(6) {
		
		top: 121px;
		
		left: 500px;
		
	}
	
	.tooltips:nth-child(7) {
		
		top: 172px;
		
		left: 380px;
		
	}
	
	.tooltips:nth-child(8) {
		
		top: 76px;
		
		left: 542px;
		
	}
	
	.tooltips:nth-child(9) {
		
		top: 145px;
		
		left: 525px;
		
	}
	
	.tooltips:nth-child(10) {
		
		top: 60px;
		
		left: 375px;
		
	}
	
	.tooltips:nth-child(11) {
		
		top: 47px;
		
		left: 365px;
		
	}
	
	@-webkit-keyframes pulse {
		
		from {
			
			-webkit-transform: scale3d(0.5, 0.5, 1);
			
			transform: scale3d(0.5, 0.5, 1);
			
		}
		
		to {
			
			-webkit-transform: scale3d(0.85, 0.85, 1);
			
			transform: scale3d(0.85, 0.85, 1);
			
		}
		
	}
	
	@keyframes pulse {
		
		from {
			
			-webkit-transform: scale3d(0.5, 0.5, 1);
			
			transform: scale3d(0.5, 0.5, 1);
			
		}
		
		to {
			
			-webkit-transform: scale3d(0.85, 0.85, 1);
			
			transform: scale3d(0.85, 0.85, 1);
			
		}
		
	}
	
	.addressBlk h3 {
		
		font-size: 16px;
		
		margin-top: 15px;
		
	}
	
	.txtcenter.intro {
		
		padding: 0 10%;
		
	}
	
	.intro {
		
		font-size: 17px;
		
		line-height: 26px;
		
	}
	
}

@media screen and (max-width: 1199px) {
	
	.tooltips {
		
		width: 25px;
		
		height: 25px;
		
	}
	
	.tooltips:first-child {
		
		top: 135px;
		
		left: 490px;
		
	}
	
	.tooltips:nth-child(2) {
		
		top: 97px;
		
		left: 470px;
		
	}
	
	.tooltips:nth-child(3) {
		
		top: 78px;
		
		left: 579px;
		
	}
	
	.tooltips:nth-child(4) {
		
		top: 105px;
		
		left: 391px;
		
	}
	
	.tooltips:nth-child(5) {
		
		top: 125px;
		
		left: 402px;
		
	}
	
	.tooltips:nth-child(6) {
		
		top: 99px;
		
		left: 420px;
		
	}
	
	.tooltips:nth-child(7) {
		
		top: 150px;
		
		left: 325px;
		
	}
	
	.tooltips:nth-child(8) {
		
		top: 70px;
		
		left: 451px;
		
	}
	
	.tooltips:nth-child(9) {
		
		top: 128px;
		
		left: 434px;
		
	}
	
	.tooltips:nth-child(10) {
		
		top: 50px;
		
		left: 315px;
		
	}
	
	.tooltips:nth-child(11) {
		
		top: 36px;
		
		left: 305px;
		
	}
	
	@-webkit-keyframes pulse {
		
		from {
			
			-webkit-transform: scale3d(0.5, 0.5, 1);
			
			transform: scale3d(0.5, 0.5, 1);
			
		}
		
		to {
			
			-webkit-transform: scale3d(0.85, 0.85, 1);
			
			transform: scale3d(0.85, 0.85, 1);
			
		}
		
	}
	
	@keyframes pulse {
		
		from {
			
			-webkit-transform: scale3d(0.5, 0.5, 1);
			
			transform: scale3d(0.5, 0.5, 1);
			
		}
		
		to {
			
			-webkit-transform: scale3d(0.85, 0.85, 1);
			
			transform: scale3d(0.85, 0.85, 1);
			
		}
		
	}
	
}

@media screen and (max-width: 1100px) {
	
	header .logo {
		
		margin-left: 30px;
		
	}
	
	#menu {
		
		margin-right: 30px;
		
	}
	
	#menu ul li {
		
		margin-right: 20px;
		
	}
	
	#menu ul li:last-child {
		
		margin-right: 0;
		
	}
	
	.hmeabout .textBox {
		
		padding: 25px;
		
	}
	
	.hmeabout .box02 .textBox {
		
		padding: 25px;
		
	}
	
	.hmeabout .box03 .textBox {
		
		padding: 25px;
		
		width: 100%;
		
		float: none;
		
	}
	
	.hmeabout .box03 .boxblk {
		
		height: auto;
		
	}
	
	.hmeabout .box03 .img, .hmeabout .box03 .img .bg {
		
		height: 100%;
		
	}
	
	.locationBlk .col-md-3, .locationBlk .col-md-9 {
		
		flex: 0 0 100%;
		
		max-width: 100%;
		
	}
	
	.locationBlk .col-md-3 h4 {
		
		margin-top: 0px;
		
	}
	
	.bg-location {
		
		max-width: 750px;
		
		margin: auto;
		
	}
	
	.mapbounce {
		
		top: 10px;
		
		left: 35px;
		
	}
	
}

@media screen and (max-width: 1023px) {
	
	header nav a {
		
		display: none;
		
	}
	
	.banner-section {
		
		height: 75%;
		
	}
	
	.main {
		
		margin-top: calc(75vh + 10px);
		
	}
	
	.videocon {
		
		width: 80%;
		
	}
	
	.hmeabout .box01 .img {
		
		display: none;
		
	}
	.hmeservices .hmeabtwrap .hmeabtcard {
		width: 100%;
		margin-bottom: 35px;
	}
	.hmeabtwrap .divider {
		display: none;
	}
	.hmeservices {
		padding: 50px 0 50px 0;
	}
	.hmeabout .box02 .img {
		
		position: relative;
		
		left: 0;
		
		top: 0;
		
		width: 100%;
		
	}
	
	.hmeabout .textBox {
		
		float: none;
		
		width: 100%;
		
	}
	
	.hmeabout .box01 {
		
		height: auto;
		
	}
	
	.hmeabout .box01 .img, .hmeabout .box02 .img {
		
		width: 100%;
		
		opacity: 1;
		
		transform: translate(0,0);
		
	}
	
	.hmeabout .box02:after {
		
		display: none;
		
	}
	
	.hmeabout .box02 .textBox {
		
		width: 100%;
		
		float: none;
		
	}
	
	.hmeabout .textBox h2, .hmeabout li .textBox h3, .hmeabout li .textBox p, .hmeabout li .textBox a, .teamcontent h2,.teamcontent h6, .teamcontent p, .teamcontent a, .hmeservice h4, .hmeservice p, .clientslist .titleclient, .clientscaro {
		
		opacity: 1;
		
		transform: translate(0,0px);
		
	}
	
	.hmeabout .box02 .img img {
		
		width: 100%;
		
	}
	
	.hmeabout .box02 {
		
		padding-right: 0;
		
	}
	
	.boxblk {
		
		display: block;
		
		height: auto;
		
	}
	
	.hmeabout .box03 {
		
		height: auto;
		
		padding: 0;
		
	}
	
	.hmeabout .box03 .img {
		
		transform: translate(0,0);
		
		opacity: 1;
		
	}
	
	.hmeteam {
		
		height: auto;
		
	}
	
	.hmeteam .advgimg {
		
		transform: translate(0px,0px);
		
		opacity: 1;
		
		width: 80%;
		
		position: relative;
		
		left: 0px;
		
		top: 0;
		
		margin-left: 10%;
		
	}
	
	.teamcontent {
		
		padding-top: 50px;
		
		width: 100%;
		
		position: relative;
		
		z-index: 50;
		
		float: none;
		
		margin: 0;
		
	}
	
	.hmeservice .li_popup_parent {
		
		display: block;
		
		width: 100%;
		
		height: auto;
		
		padding: 20px 0;
		
		transform: translate(0,0) !important;
		
		opacity: 1 !important;
		
		border: 1px solid #e0e0e0;
		
	}
	
}

@media screen and (max-width: 991px) {
	
	.mapbounce {
		
		top: 10px;
		
		left: -1px;
		
	}
	
	.tooltip-content {
		
		width: 200px;
		
	}
	
}

@media screen and (max-width: 767px) {
	
	/* .home header .logo .wh {
	
	display: none;
	
	}
	
	.home header .logo .og {
	
	display: block;
	
	height: 80px;
	
	} */
	
	.home header.header-fixed {
		
		height: 70px;
		
	}
	
	header.header-fixed .logo .og {
		
		height: 60px;
		
	}
	
	.banner-section {
		
		top: 0px;
		
	}
	
	.videocon a.banlink {
		
		font-size: 13px;
		
		padding: 10px 40px;
		
		border-width: 1px;
		
		border-radius: 0;
		
		text-align: center;
		
		letter-spacing: 0px;
		
		margin: 0 auto 10px auto;
		
		display: block;
		
		max-width: 280px;
		
	}
	
	.videocon {
		
		width: 100%;
		
	}
	
	.advg-overlay, .hmeteam .advgimg video {
		
		height: 250px;
		
	}
	
	.videocon h2 {
		
		font-size: 20px;
		
		line-height: 30px;
		
	}
	
	.videocon p {
		
		font-size: 16px;
		
		line-height: 23px;
		
		margin-top: 15px;
		
		margin-bottom: 15px;
		
	}
	
	.hmeabout li .textBox h3 {
		
		font-size: 24px;
		
		margin-bottom: 20px;
		
	}
	
	.footlink li {
		
		margin-left: 0px;
		
	}
	
	.footlink {
		
		float: none;
		
		padding-top: 20px;
		
	}
	
	.footlogo img {
		
		float: none;
		
	}
	
	.footlink li p {
		
		text-align: left;
		
	}
	
	.footsocial {
		
		float: none;
		
	}
	
	.footsocial h6 {
		
		text-align: left;
		
	}
	
	.marg50 {
		
		padding-left: 15px;
		
	}
	
	ul.teamlist li {
		
		display: block;
		
	}
	
	.teamname {
		
		width: 100%;
		
		padding-left: 0;
		
		margin-bottom: 15px;
		
		margin-top: 15px;
		
	}
	
	.teamdtls {
		
		width: 100%;
		
		border-left: none;
		
		padding-left: 0;
		
		margin-left: 0;
		
	}
	
	.container {
		
		width: 95%;
		
	}
	
	.timeline {
		
		width: 100%;
		
	}
	
	.timeline-item--active .timeline__content-title {
		
		margin: -20px 0 20px 0;
		
		font-size: 40px;
		
	}
	
	.exper-box-img {
		
		position: relative;
		
		width: 100%;
		
		height: 100%;
		
		overflow: hidden;
		
	}
	
	.flex, .flright .flex {
		
		padding: 15px 0;
		
	}
	
	.innercontent .clients {
		
		display: flex;
		
		flex-direction: column;
		
	}
	
	.innercontent .clients li {
		
		border: 1px solid #ccc;
		
		margin: 0px 0 20px 0;
		
		width: 100%;
		
		padding: 0px;
		
	}
	
	.newspage {
		
		margin-bottom: 15px;
		
	}
	
	.padL50 {
		
		padding-left: 15px;
		
	}
	
	.newspage .grid img {
		
		width: 30%;
		
	}
	
	.modal-backdrop {
		
		z-index: 0;
		
	}
	
	.modal {
		
		z-index: 8888;
		
	}
	
	.addressBlk {
		
		padding-left: 0px;
		
	}
	
	.mapbounce {
		
		top: 0;
		
		left: 0;
		
	}
	
	.bg-location {
		
		max-width: 500px;
		
	}
	
	.mapbounce {
		
		top: -30px;
		
		left: -171px;
		
		transform: scale(0.8);
		
	}
	
	.bg-location img {
		
		width: auto;
		
		height: 200px;
		
		margin: auto;
		
	}

	header .logo img {
        height: 60px; /* Adjust this value as needed */
        width: auto; /* Maintain aspect ratio */
    }
    
    /* If you want to specifically target the white or colored logo */
    header .logo .wh,
    header .logo .og {
        height: 60px; /* Same as above for consistency */
        width: auto;
    }
	
}

@media screen and (max-width: 550px) {
	
	.newspage .grid img {
		
		width: 46%;
		
	}
	.videocon p {
		font-size: 14px;
		line-height: 21px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.galmedia li {
		
		width: 50%;
		
	}
	
	.album-list li {
		
		float: none;
		
		width: 100%;
		
		margin-right: 0;
		
	}
	
	.awardmsg {
		
		margin-top: 20px;
		
		font-size: 18px;
		
		line-height:28px;
		
		text-align: center;
		
		padding: 0;
		
	}
	
	.videocon {
		
		transform: translate(-50%, -30%);
		
	}
	.innerban .bandtls h2 {
    font-size: 32px;
    line-height: 40px;
	}
	
}

