@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* Global Styles */
/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "TrajanPro-Regular";
	src: url("../fonts/TrajanPro-Regular.eot"); /* IE9 Compat Modes */
	src: url("../fonts/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/TrajanPro-Regular.otf") format("opentype"), /* Open Type Font */
	url("../fonts/TrajanPro-Regular.svg") format("svg"), /* Legacy iOS */
	url("../fonts/TrajanPro-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/TrajanPro-Regular.woff") format("woff"), /* Modern Browsers */
	url("../fonts/TrajanPro-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
	font-family: "TrajanPro-Bold";
	src: url("../fonts/TrajanPro-Bold.eot"); /* IE9 Compat Modes */
	src: url("../fonts/TrajanPro-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../fonts/TrajanPro-Bold.otf") format("opentype"), /* Open Type Font */
	url("../fonts/TrajanPro-Bold.svg") format("svg"), /* Legacy iOS */
	url("../fonts/TrajanPro-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
	url("../fonts/TrajanPro-Bold.woff") format("woff"), /* Modern Browsers */
	url("../fonts/TrajanPro-Bold.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
.fixcontentmiddle {position:absolute; left:0; top:0; right:0; bottom:0;}
	.fixcontentmiddle .container {display:table; height:100%; vertical-align:middle;}
	.fixcontentmiddle .container .row{
		display:table-cell;
		height: 100%;
		vertical-align: middle;
	}
#intro h2 {
	font-family: "TrajanPro-Bold";
	font-size: 80px;
	color: #fff;
	line-height:7.8rem;
	font-weight:normal;
	padding:0; margin:0;
}
	#intro h2 span {
		display:block;
	}
#intro h3 {
	font-family: "TrajanPro-Regular";
	font-size: 28px;
	color: #fff;
	line-height: 36px;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0;
}
body, html {
	height: 100%;
	width: 100%;
}

body {	
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.no-padding {
	padding: 0 !important;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

/* Header */
.navbar-brand span {
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
/*
.navbar-brand span:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #d82132;
	position: absolute;
	top: -1px;
	left: 3px;
}*/
.navbar-right {
	 margin-top:20px;
}
header {
	padding:25px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: 'Roboto', sans-serif;
}

.navbar-nav {
	float: left;
	margin:0px 0 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-nav li {
	margin: 0 0px;
	float:left;
	padding:0px 25px;
}

	.navbar-nav li a {
		padding: 0px 0px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		background: transparent !important;
		font-weight:600;
	}

.navbar-nav li a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

		.navbar-nav li.active a, .navbar-nav li a:hover {
			color: #f27535;
		}

		/*.navbar-nav li.active a:before, .navbar-nav li a:hover:before {
			content: "";
			background: #f27535 !important;
		}*/

/* Top Wrap */
#intro {
	/*background: rgba(0,0,0,0.5);*/
	padding: 0px 0;
	position:relative;
	z-index:99
}

#owl-intro .item {
	padding:0px 0 0px;
}
#owl-intro .item img{
	padding:0;
	width:100%;
}
/*
#owl-intro .item h2 {
	font-size: 60px;
	text-transform: uppercase;
	color: #d82132;
	font-weight: 600;
	text-align: center;
	font-family: Arial;
	margin-top: 0;
}

#owl-intro .item h2 span {
	font-size: 64px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
}

#owl-intro .item h2 span:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 4px;
	left: 5px;
}


#owl-intro .item h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin: 0 0 12px;
}
#owl-intro .item img {width:100%;
}

#owl-intro .item p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin: 0;
}
*/
p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

#owl-intro .item a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .item a:hover,.inner-wrap2 a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
/*
#owl-intro .item a:hover:before,.inner-wrap2 a:hover:before {
	content: "\f054";
	color: #fff;
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}*/
#owl-intro .owl-controls .owl-page {
	margin: 3px;
}
#owl-intro .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 3px;
	opacity: 1;
	border-radius: 100%;
	background: #fff;
}
#owl-intro .owl-controls .owl-page.active {
	border: solid 1px #f27535;
	border-radius: 100%;
}
#owl-intro .owl-controls .owl-page.active span {
	background: #f27535;
}

#owl-intro .owl-buttons {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -50px;
	display:none;
}


#owl-intro .owl-controls .owl-prev,#owl-intro .owl-controls .owl-next,#owl-folio .owl-controls .owl-prev,#owl-folio .owl-controls .owl-next {
	color: #FFF;
	font-size: 0;
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 12px;
	border-radius: 50px;
	background: #333;
	opacity: 1;
	position: relative;
	float: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-prev {
	right: 17px !important;
}

#owl-intro .owl-controls .owl-prev:hover,#owl-intro .owl-controls .owl-next:hover,#owl-folio .owl-controls .owl-prev:hover,#owl-folio .owl-controls .owl-next:hover {
	background: #d82132;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#owl-intro .owl-controls .owl-next,#owl-folio .owl-controls .owl-next {
	float: right;
}

.media-btns {
	position:relative;
	width:132px;
	height:132px;
	display: table;
	margin: 0 auto 15px;
	background: url(../img/media-bg.png) no-repeat;
}

.play-btn {
	position:absolute;
	z-index:44;
	top:0px;
	left:0px;
	right:0px;
	width: 132px;
	height: 132px;
	background: url(../img/play.png) no-repeat;
	cursor:pointer;
}

.pause-btn {
	width: 132px;
	height: 132px;
	position:absolute;
	z-index:88;
	top:0px;
	left:0px;
	right:0px;
	background: url(../img/pause.png) no-repeat;
	cursor:pointer;
}

#owl-intro .owl-controls .owl-prev:before,#owl-intro .owl-controls .owl-next:before,#owl-folio .owl-controls .owl-prev:before,#owl-folio .owl-controls .owl-next:before {
	content: "\f104";
	font-family: FontAwesome;
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 27px;
	text-align: center;
	text-indent: 0;
	line-height: 50px;
}

#owl-intro .owl-controls .owl-next:before,#owl-folio .owl-controls .owl-next:before {
	content: "\f105";
}

.content-head {
	margin-bottom:45px;
}
	.content-head h2 {
		color: #fff;
		font-size: 36px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px 0;
		position: relative;
		text-align: center;
	}

		.content-head h2 span {
			font-weight: 700;
		}


		.content-head h2:before {
			content: "";
			width: 50px;
			height: 3px;
			background: #fff;
			position: absolute;
			bottom: -15px;
			left: 50%;
			margin-left: -25px;
			border-radius: 2px;
		}

	.content-head h4 {
		color: #000;
		font-size: 36px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 5px 0;
		position: relative;
		text-align: left;
		margin-bottom:50px;
	}

		.content-head h4 span {
			font-weight: 700;
		}


		.content-head h4:before {
			content: "";
			width: 90px;
			height: 3px;
			background: #f58844;
			position: absolute;
			bottom: -15px;
			left: 0%;
			margin-left: 0px;
			border-radius: 2px;
		}

	.content-head h5 {
		color: #fff;
		font-size:40px;
		text-transform: uppercase;
		font-weight:700;
		margin:0;
		position: relative;
		display:inline-block;
		padding:0px 40px;
	}
		.content-head h5 span {
			color: #ee8245;
		}
		.content-head h5.black {
			color: #000;
		}


		.content-head h5:before {
			content: "";
			width: 60px;
			height: 40px;
			position: absolute;
			bottom:-10px;
			left:0%;
			border-left: solid 2px #7c7c7c;
			border-bottom: solid 2px #7c7c7c;
		}
		.content-head h5:after {
			content: "";
			width: 60px;
			height: 40px;
			position: absolute;
			top: -10px;
			right: 0%;
			border-right: solid 2px #ec7f3e;
			border-top: solid 2px #ec7f3e;
		}

.content-head p {
	padding:3px 0px 3px 0px;
	color: #000;
	background: url(../img/pin.png) no-repeat left top;
	margin: 0;
	font-size:18px;
	font-weight:400;
	margin-bottom:20px;
	line-height:28px;
}
	.content-head p a{
		color: #000;
		text-decoration:underline;
	}
.btn-wrap a,.contact-form button,.c-form button {
	font-size: 16px;
	float: left;
	margin-right: 12px;
	color: #000;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 0px solid #666;
	border-top: 0;
	padding: 15px 20px;
	display: table;
	position: relative;	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-wrap a {
	padding: 14px 37px;
}

.btn-wrap a:nth-child(2) {
	padding: 14px 31px;
}

.btn-wrap a:hover {
	padding: 12px 35px 10px 20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-wrap a:hover:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#intro a.btn-btn-web {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	padding: 12px 30px;
	border: solid 2px #fff;
	background: transparent;
	text-transform: uppercase;
}
	#intro a.btn-btn-web:hover {
		font-size: 16px;
		color: #f58440;
		font-weight: 600;
		padding: 15px 30px;
		border: solid 2px #f58440;
		background: transparent;
		text-transform: uppercase;
	}
/* About */
#about {
	background: #fff;
	padding:100px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	#about .content-head {
		margin-bottom: 35px;
	}

		#about .content-head h2:before {
			content: "";
			width: 90px;
			height: 3px;
			background: #f27535;
			position: absolute;
			bottom: -15px;
			left: 0%;
			margin-left:0px;
			border-radius: 2px;
		}

		#about .content-head h2 {
			color: #000;
			font-size: 40px;
			text-transform: uppercase;
			font-weight: 700;
			margin: 5px 0;
			position: relative;
			text-align: left;
			margin-bottom: 50px;
		}

			#about .content-head h2 span {
				color: #f27535;
			}
.about {padding:0; margin:80px 0px 0px 0px;}
.aboutpic {padding:0; margin:0;}
.aboutpic img{width:100%;}
.about p {
	font-size: 17px;
	text-align: justify;
	margin: 0 0 20px;
	line-height: 32px;
	color: #423f3f;
	padding-right:30px;
}
/* What We Do */
#whatwedo {
	background: url(../img/whatwedo.png) #191919 no-repeat center bottom;
	background-size: 100%;
	padding: 80px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.whatwedo-cover {padding:0; margin:70px 0px; float:left; width:100%; position:relative;}
.iconborder {
	border: solid 5px #2e2e2e;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	position: absolute;
	overflow: hidden;
}
.iconborder img{
	width:100%;
}
.heading-description {
	padding: 0px 0px 0px 100px;
	margin: 0;
	position: relative;
}
	.heading-description h5 {
		padding: 5px 0px; font-size:16px; color:#fff;
		margin: 0;
		position: relative;
		text-transform:uppercase;
	}
	.heading-description p {
		padding: 5px 0px;
		font-size: 15px;
		color: #fff;
		margin: 0;
		font-weight:300;
	}

.whatwedo-sixicon {
	position: relative;
	width: 604px;
	height: 650px;
	background: url(../img/what-we-do.png) no-repeat left top;
}
.circlelgo {
	border: solid 10px #d9dadd;
	padding:20px;
	width:280px;
	text-align:center;
	border-radius:100%;
	display:none;
	margin:20px auto;
}
.circlelgo img{
	width: 100%;
}
.section-wise {position:absolute;left:0; top:-40px; margin-left:450px;}
.box-1 {padding:0; margin:0;}
.box-2 {
	padding: 0;
	margin: 30px 0px 0px 125px;
}
.box-3 {
	padding: 0;
	margin: 65px 0px 0px 165px;
}
.box-4 {
	padding: 0;
	margin: 65px 0px 0px 165px;
}
.box-5 {
	padding: 0;
	margin: 45px 0px 0px 125px;
}
.box-6 {
	padding: 0;
	margin: 30px 0px 0px 5px;
}
	.box-6 .heading-description {
		padding-top: 15px;
	}
/* our experts */
#ourexpert {
	background: #ebebeb;
	padding: 100px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	z-index: 9;
}
	#ourexpert p {
		font-size: 16px;
		margin: 0 0 20px;
		line-height: 28px;
		color: #595959;
	}
	#ourexpert a.btn-btn-web {
		font-size: 16px;
		color: #f58440;
		font-weight: 600;
		padding: 10px 30px;
		border: solid 2px #f58440;
		background:transparent;
		text-transform:uppercase;		
	}
		#ourexpert a.btn-btn-web:hover {
			color: #fff;
			background: #f58440;
		}
.expertpic {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 50%;
	height:110%;
	top:-5%;
	bottom:-5%;
	right:0;
}

.expertpicpic {
	position: absolute;
	padding: 0;
	margin: 0;
	height: 100%;
}
.expertpicpic img{
	width:100%;
	height:100%;
}
/* News */
#newsandevent {
	background: #fff;
	padding: 100px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.pic-news {position:relative; padding:0; margin:0; width:100%;}
.pic-news img{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
}
#newsandevent h3 {font-size:20px; padding:0; margin:15px 0px; color:#fff;}
#newsandevent h4 {
	font-size: 15px;
	padding: 0;
	margin: 15px 0px;
	color: #423f3f;
}

#newsandevent a.btn-btn-web {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding:5px 20px;
}
.headlines-link {
	position: absolute;
	bottom: 30px;
	left: 50px;
	right: 50px;
}
.headlines-link a {color:#fff;}
.headlines-link a:hover {color:#d5d5d5;}
.headlines-link p {
		font-size: 15px;
		color: #fff;
		font-weight: 700;
	}
.news {padding:0; margin:0; display:table; width:100%; position:relative; vertical-align:top;}
.news:last-child {margin-top:15px;}
.pic-news2 {
	position: relative;
	padding: 0;
	margin: 0;
	width: 45%;
	display: table-cell;
	height:100%;
}

	.pic-news2 img {
		position: relative;
		padding: 0;
		margin: 0;
		width: 100%;
	}
.headlines-link2 {
	position: relative;
	width: 55%;
	display: table-cell;
	border: solid 1px #ee8245;
	border-left: 0;
	padding: 10px 30px;
	height: 100%;
	vertical-align:top;
}
	.headlines-link2 a {
		color: #423f3f;
	}
		.headlines-link2 a:hover {
			color: #f46e32;
		}
	.headlines-link2 p {
		font-size: 16px;
		color: #423f3f;
		font-weight: 400;
	}
/* Careers  */
#careers {
	background: url(../img/career-light.png) #000 no-repeat left bottom;
	background-size: 100%;
	padding: 150px 0;
	position: relative;
	border-top: 70px solid transparent;
	margin-top: -70px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
	#careers p {line-height:24px;	}
	/* Contact */
	#contact {
		background: url(../img/contactbg.jpg) #ddddde no-repeat left center;
		background-size: cover;
		padding: 160px 0;
		border-top: 70px solid transparent;
		margin-top: -70px;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}

.contact-form {}

.contact-form input,.c-form input {
	height: 45px;
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
	padding: 12px 15px;
	margin-bottom:10px;
	font-size: 16px;
}

	.contact-form textarea, .c-form textarea {
		height: 120px;
		width: 100%;
		background: #fff;
		border: 1px solid #fff;
		padding: 12px 15px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.contact-form button, .c-form button {
		display: table;
		float: none;
		padding-right: 30px;
		padding-left: 30px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-color: #f68545;
		color: #fff;
		font-size: 20px;
	}

.contact-form button:hover,.c-form button:hover {
	padding-right: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form button:hover:before,.c-form button:hover:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.c-form {
	margin-top: 45px;
}

.c-form input,.c-form textarea {
	font-size: 14px;
}
	.contact-form input, .c-form input {outline:none;}
	.contact-form textarea, .c-form textarea {
		outline: none;
	}
	.contact-form button, .c-form button {
		outline: none;
		margin-top:10px;
	}
		.contact-form button:hover, .c-form button:hover {
		}
	/* Footer */
	footer {
		background: #000;
		padding: 100px 0;
		font-size: 15px;
		margin: 0;
		color: #c8c8c8;
	}

	footer h4 {
		padding: 0px 0px 20px 0px;
		color: #c8c8c8;
		margin: 0;
		font-size: 20px;
		text-transform:uppercase;
		clear:both;
	}
ul.usefulllinks {padding:0; margin:0; list-style:none;}
ul.usefulllinks li{
	padding: 0;
	margin: 0;
}
	ul.usefulllinks li a {
		display: block;
		padding: 7px 0px;
		text-decoration: none;
		color: #c2c2c2;
	}
	ul.usefulllinks li a:hover {
		text-decoration: underline;
		color: #fff;
	}
ul.contactfoot {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight:700;
}

	ul.contactfoot li {
		padding: 0px 0px 0px 50px;
		margin: 0px 0px 30px 0px;
		position:relative;
		height:44px;
	}
	ul.contactfoot li:first-child {background:url(../img/icon-foot.png) no-repeat left 8px;}
	ul.contactfoot li:last-child {background:url(../img/icon-foot.png) no-repeat left -60px;}
		ul.contactfoot li a {
			display: block;
			padding:0px 0px;
			text-decoration: none;
			color: #c2c2c2;
			font-size:18px;
		}

			ul.contactfoot li a:hover {
				text-decoration: underline;
				color: #fff;
			}
.copyright {
	border-top: solid 1px #3f3c3c;
	padding:30px 0;
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #858585;
	background: #000;
}


/* Footer Social */

.socialmedia {
	padding: 0;
	display: block;
	margin:30px 0px 0px 0px;
	clear:both;
	float:left;
}

	.socialmedia li {
		list-style: none;
		float: left;
		margin: 0 10px 0px 0px;
	}

		.socialmedia li a {
			width: 40px;
			height: 40px;
			color: #000;
			border-radius: 100%;
			display: block;
			text-align: center;
			line-height: 40px;
			font-size:20px;
			background-color:#fff;
		}

		.socialmedia li a:hover {
			background: #f3811d;
			color: #000;
		}

/* Animated styles */
.animated-out,.animated-in {
	-webkit-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-moz-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-o-transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	transition-timing-function: cubic-bezier(0.13,0.71,0.30,0.94);
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

.animated-out {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-o-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.animated-in {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

.btn-wrap a {
	font-size: 10px;
}


.navbar-nav li {
	margin: 0 13px;
}

}

/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

.navbar-nav li a {
	padding: 10px 0;
}

.navbar-nav {
	width: 100%;
}

.navbar-collapse {
	max-height: 355px !important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
}

.navbar-collapse {
	box-shadow: none;
	background: rgba(0,0,0,1.0);
}


.btn-wrap a,.contact-form button,.c-form button {
	font-size: 16px;
	display: table;
	width:100%;
}

.navbar-toggle {
	color: #999;
	margin-top: 0;
}

.navbar-toggle:hover {
	color: #ccc;
}
#newsandevent h4, .headlines-link2 p, #newsandevent h3 {  text-align: center;}
}

/* #Mobile (Landscape)
================================================== */


.footer-logo-responsive {max-width:300px; position:relative; float:left;}


.navbar-brand {
	float: left;
	height: auto;
	padding:0px 0px;
	font-size: 18px;
	line-height: 20px;
	margin-left:0!important;
}
.navbar-brand img{width:180px;}

@media screen and (max-width:1170px) {
	#intro h2 {
		font-size:70px;
		line-height: 6.8rem;
	}
	#intro h3 {
		font-size: 26px;
		line-height:normal;
	}
	
	.navbar-nav li {
		padding: 0px 10px;
	}
	.whatwedo-sixicon {
		position: relative;
		width: 480px;
		height: 517px;
		background-size:100%;
	}
	.section-wise {
		margin-left: 360px;
	}
	.box-1 {
		margin:-10px 0px 0px 0px;
	}

	.box-2 {
		margin: 10px 0px 0px 90px;
	}

	.box-3 {
		margin: 20px 0px 0px 120px;
	}

	.box-4 {
		margin: 20px 0px 0px 120px;
	}

	.box-5 {
		margin: 25px 0px 0px 90px;
	}

	.box-6 {
		margin: 0px 0px 0px 0px;
	}

		.box-6 .heading-description {
			padding-top: 15px;
		}
	.heading-description h5 {
		font-size: 15px;
	}
	.heading-description p {
		font-size: 14px;
	}
}
@media screen and (min-width:992px) {
	.navbar-collapse.collapse {
	display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
	}
}

@media screen and (max-width:992px) {
	.navbar-header {
		float: inherit !important;
	}
	.navbar-toggle {
		display: block;
		color: #999;
	}
	/*.collapse {
		display: none!important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
		display: block;
		overflow-y: visible;
	}
	*/

	#intro h2 {
		font-size: 60px;
		line-height: 5.8rem;
	}

	#intro h3 {
		font-size: 24px;
		line-height: normal;
	}
	
	.footer-logo-responsive {
		width:200px;
		position: relative;
		left: auto;
	}
	.contactus-pic img {
		max-width: 300px;
		margin-left:20px;
	}
	.navbar-nav {float:inherit;}
	.navbar-right {
		margin-top: 10px;
		width: 100%;
		float: inherit!important;
	}
	.navbar-collapse {
		box-shadow: none;
		background: rgba(0,0,0,1.0);
	}
	.navbar-nav li {
		margin: 0;
		padding:7px 0;
		width:100%;
		text-align:center;
	}
		.navbar-nav li a {
			font-size:15px;
		}

	#about {
		padding:70px 15px;
	}
	.about {
		margin: 0px 0px 0px 0px;
	}
	.about p {padding-right: 0px; line-height:2.5rem;}
	#whatwedo {
		padding: 70px 15px;
	}
	.whatwedo-cover {margin:10px 0;	}
	.whatwedo-sixicon {display:none;	}
	.section-wise {position:relative;	}
	.section-wise {float:left;width:100%; padding:0; margin:0;	}
	.box-1 {
		margin: 30px 0px 0px 0px;
	}
	.box-2 {
		margin: 30px 0px 0px 0px;
	}
	.box-3 {
		margin: 30px 0px 0px 0px;
	}
	.box-4{
		margin: 30px 0px 0px 0px;
	}
	.box-5 {
		margin: 30px 0px 0px 0px;
	}
	.box-6 {
		margin: 30px 0px 0px 0px;
	}
		.box-6 .heading-description {
			padding-top: 10px;
		}
	.heading-description h5 {
		font-size: 16px;
	}

	.heading-description p {
		font-size: 15px;
	}
	.circlelgo {display:block;}
	#ourexpert {
		padding: 70px 15px;
	}
	.expertpic {
		width:55%;
		height: 100%;
		top:0%;
		bottom:0%;
	}
	#newsandevent {
		padding: 70px 15px;
	}
		#newsandevent .col-md-6 {
			width:100%;
		}
	.pic-news {
		margin: 0px 0px 15px 0px;
	}

	#careers {
		padding: 70px 15px 200px 15px;
	}
	#contact {
		background: url(../img/contactbg.jpg) #ddddde no-repeat right top;
		background-size: cover;
		padding: 70px 15px;
	}
	footer {
		padding: 70px 15px;
		font-size:14px;
	}
	ul.contactfoot li a {
		font-size: 16px;
	}

}

@media screen and (max-width:767px) {
	#intro h2 {
		font-size: 50px;
		line-height: 5rem;
		text-align:center;
		margin-top:80px;
	}

	#intro h3 {
		font-size: 22px;
		line-height: normal;
	}
	.navbar-right {
		margin-top: 0px;
		width: 100%;
		position:fixed;
	}

	.navbar-nav li {
		margin: 0;
		padding:10px 0;
		width: 100%;
		text-align: center;
	}

	#about .content-head h2 {
		font-size: 30px;
	}

	#ourexpert {
		background: url(../img/ourexpt-mobile.jpg) #ebebeb no-repeat right top;
		background-size: cover;		
		position:inherit;
	}
	.expertpic {display:none;}

	.content-head h5 {
		font-size: 30px;
		padding: 0px 20px;
	}
	.content-head h4 {
		font-size: 30px;
	}
	header {
		padding:8px 0 0!important;
	}
	.navbar-brand {
		padding: 0px 15px;
	}
	#about .content-head h2 {
		text-align: center;
	}
		#about .content-head h2:before {
			left: 50%;
			margin-left: -45px;
		}
	.about p {
		padding-right: 0;
	}
	.contactus-pic {
		width: 100%;
		text-align:center;
	}
	.contactus-pic img {
		max-width: 300px;
		margin-left: 0px;
	}
	#ourexpert a.btn-btn-web {
		margin:0 auto;
	}
	#ourexpert p {
		color: #333;
	}
	.content-head {
		text-align: center;
	}
	.btn-btn-web {
		margin-left: auto;
		margin-right: auto;
	}
	.btn-wrap a, .contact-form button, .c-form button { margin-top:10px;
	}
	.navbar-collapse {		
		padding-top:10px!important;
		margin-top:0;
	}
		
		
	.navbar-toggle {
		margin-top: 12px;
	}
	.navbar-nav {
		width: 100%;
		margin-top:0!important;
	}
		.navbar-nav li a {
			font-size: 16px;
			padding:0px 0px;
		}
	footer h4 {
		padding: 20px 0px 5px 0px;
		border-top: solid 1px rgba(255,255,255,0.15);
	}
	.socialmedia {
		margin:20px 0px;
	}
	ul.usefulllinks {
		margin-bottom:15px;
	}
	ul.contactfoot {
		margin-top: 15px;
	}
	

}
@media screen and (max-width:600px) {
	#intro h2 {
		font-size:40px;
		line-height: 4rem;
		text-align: center;
		margin-top: 60px;
	}

	#intro h3 {
		font-size:18px;
		line-height: normal;
	}
	#intro a.btn-btn-web {
		font-size: 14px;
		padding: 8px 20px;
		margin-top: 0px;
	}
}

	@media screen and (max-width:480px) {
		#intro h2 {
			font-size:30px;
			line-height: 2.8rem;
			text-align: center;
			margin-top: 60px;
		}
			#intro h2 span {display:inline-block;}
			#intro h3 {
				font-size: 16px;
				line-height: 1.5rem;
			}
		#intro a.btn-btn-web {
			font-size: 14px;
			padding:4px 20px;
			margin-top: 0px;
		}
		.owl-theme .owl-controls {
			margin-top: -30px;
		}

		.navbar-brand {
			margin-bottom: 5px;
		}

		

		.navbar-toggle {
			margin-top: 10px;
		}

		.pic-news2 {
			width: 50%;
		}

		.headlines-link2 {
			width: 50%;
			padding: 0px 10px;
		}

			.headlines-link2 p {
				font-size: 14px;
			}

			.headlines-link2 .btn-btn-web {
				margin-top: 10px;
			}

		.headlines-link {
			bottom: 20px;
			left: 20px;
			right: 20px;
		}

		.pic-news2 {
			width: 100%;
			display: block;
			position: relative;
		}

		.headlines-link2 {
			width: 100%;
			padding: 15px;
			display: block;
			border: 0;
			position: absolute;
			z-index: 1;
			bottom: 0px;
			height: auto;
		}

		.news .pic-news2:before {
			content: "";
			z-index: 1;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 90%;
			background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.75) 60%);
		}

		.headlines-link2 a {
			color: #fff;
		}

		.headlines-link2 p {
			color: #fff;
		}
	}

	@media screen and (max-width:380px) {
		#intro h2 {
			font-size: 24px;
			line-height: 2.2rem;
			text-align: center;
			margin-top: 60px;
		}

		#intro h3 {
			font-size: 15px;
			line-height: 1.5rem;
		}

		#intro a.btn-btn-web {
			font-size: 14px;
			padding: 4px 20px;
			margin-top: 0px;
		}

		.owl-theme .owl-controls {
			margin-top: -30px;
		}
	}



	.btn-btn-web {
		display: table;
		float: none;
		padding: 15px 40px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-color: #f68545;
		color: #fff;
		font-size: 20px;
		margin-top: 20px;
		text-transform: uppercase;
	}

		.btn-btn-web:hover {
			color: #fff;
		}

	#supersized-loader {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 0;
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		text-indent: -999em;
		background: url(../img/progress.gif) no-repeat center center;
	}

	#supersized {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		overflow: hidden;
		z-index: -999;
		height: 100%;
		width: 100%;
	}

		#supersized img {
			width: auto;
			height: auto;
			position: relative;
			display: none;
			outline: none;
			border: none;
		}

		#supersized.speed img {
			-ms-interpolation-mode: nearest-neighbor;
			image-rendering: -moz-crisp-edges;
		}
		/*Speed*/
		#supersized.quality img {
			-ms-interpolation-mode: bicubic;
			image-rendering: optimizeQuality;
		}
		/*Quality*/

		#supersized li {
			display: block;
			list-style: none;
			z-index: -30;
			position: fixed;
			overflow: hidden;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #111;
		}

		#supersized a {
			width: 100%;
			height: 100%;
			display: block;
		}

		#supersized li.prevslide {
			z-index: -20;
		}

		#supersized li.activeslide {
			z-index: -10;
		}

		#supersized li.image-loading {
			background: #111 url(../img/progress.gif) no-repeat center center;
			width: 100%;
			height: 100%;
		}

			#supersized li.image-loading img {
				visibility: hidden;
			}

		#supersized li.prevslide img, #supersized li.activeslide img {
			display: inline;
		}