
html,
body {
	height: 100%;
	font-family: "Quicksand", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Quicksand", sans-serif;
	color: #383838;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title span {
	color: #ff8a00;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 10px;
}

.section-title h2 {
	color: #303030;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.set-bg1 {
	background-repeat: no-repeat;
	background-size: cover;
	
	background-position: 50% 50%;
}

.set-bg2 {
	background-repeat: no-repeat;
	background-size: cover;
	
	background-position: center center;
}

.spad {
	 
	padding-top: 50px;
	padding-bottom: 100px;
}

.spad1 {
	
	padding-bottom: 100px;
}



/* buttons */

.primary-btn {
	display: inline-block;
	padding: 14px 30px;
	background: #ff8a00;
	-webkit-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
}

.primary-btn span {
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	-webkit-transform: skew(30deg);
	-ms-transform: skew(30deg);
	transform: skew(30deg);
}



/*---------------------
  Header
-----------------------*/

.header {
	position: relative;
}



.header__top {
	background: #303030;
	padding: 10px 0;
	overflow: hidden;
}

.header__top__widget {
	float: left;
	padding-left: 25px;
}

.header__top__widget li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #9caaaf;
	margin-right: 45px;
}

.header__top__widget li:last-child {
	margin-right: 0;
}

.header__top__widget li span {
	font-size: 16px;
	color: #ffffff;
	margin-right: 5px;
}

.header__top__right {
	float: right;
}


.header__top__right__social {
	display: inline-block;
}

.header__top__right__social a {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin-right: 14px;
}

.header__top__right__social a:last-child {
	margin-right: 0;
}

.header__options {
	background: #ffffff;
}

.header__logo {
	position: relative;
	padding: 59px 0 58px;
	/*margin-top: -44px;*/
	margin-top: -47px;
	z-index: 1;
}

.header__logo:after {
	position: absolute;
	left: -500px;
	top: 0;
	height: 100%;
	width: 800px;
	
	background: #ff8a00;
	content: "";
	z-index: -1;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	padding: 32px 0;
	padding-left: 25px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 40px;
	position: relative;
}

.header__menu ul li.active a {
	color: #ff8a00;
}

.header__menu ul li:hover a {
	color: #ff8a00;
}

.header__menu ul li:hover .dropdown {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	width: 150px;
	background: #111111;
	text-align: left;
	padding: 5px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 18px;
	font-family: "Oswald", sans-serif;
	color: #303030;
	display: block;
	font-weight: 600;
	padding: 3px 0;
	text-transform: uppercase;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}



.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {

	
	padding-bottom: 50px;
}

.hero__text .hero__label {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-bottom: 28px;
}

.hero__text h2 {
	font-size: 52px;
	color: #ffffff;
	line-height: 70px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.hero__text .primary-btn {
	margin-left: 15px;
}

/*---------------------
  Chooseus
-----------------------*/

.chooseus {
	background: #303030;
	position: relative;
	padding-bottom: 49px;
	padding-top: 90px;
}

.chooseus1 {
	
	background: white;
	position: relative;
	padding-bottom: 49px;
	padding-top: 90px;
}

.chooseus__pic {
	position: absolute;
	right: 0;
	top: 0;
	
	height: 565px;
	
	width: 50%;
	margin-top: -50px;
	
}

.chooseus__pic1 {
	position: absolute;
	right: 0;
	top: 0;
	
	height: 565px;
	
	width: 50%;
	margin-top: -50px;
	margin-top: -30px;
}

.chooseus__text .section-title h2 {
	color: #ffffff;
}

.chooseus__item {
	margin-bottom: 45px;
}

.chooseus__item__icon {
	float: left;
	margin-right: 20px;

	font-size: 3em; 
	color:#ff8a00; 
	
}


.chooseus__item__icon1 {
	float: left;
	margin-right: 20px;


	font-size: 13px; 
	color:#ff8a00; 

}

.chooseus__item__text {
	overflow: hidden;
}

.chooseus__item__text h5 {
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.chooseus__item__text1 h5 {

	color:#303030;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.chooseus__item__text p {
	color: #ffffff;
	opacity: 0.9;
	margin-bottom: 0;
}

/*---------------------
  Projects
-----------------------*/


.projects__slider.owl-carousel .col-lg-4 {
	max-width: 100%;
}

.projects__slider.owl-carousel .owl-dots {
	text-align: center;
	padding-top: 45px;
}

.projects__slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #e6eefb;
	border-radius: 50%;
	margin-right: 10px;
}

.projects__slider.owl-carousel .owl-dots button.active {
	background: #ff8a00;
}

.projects__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.projects__item {
	overflow: hidden;
}

.projects__item__pic img {
	min-width: 100%;
}

.projects__item__text {
	background: #303030;
	padding: 35px 30px 25px;
	position: relative;
}

.projects__item__text h5 {
	padding: 12px 30px 10px 40px;
	background: #ff8a00;
	display: inline-block;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	position: absolute;
	left: -14px;
	top: -23px;
}

.projects__item__text h5 span {
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transform: skew(32deg);
	-ms-transform: skew(32deg);
	transform: skew(32deg);
	display: block;
}

.projects__item__text p {
	color: #ffffff;
	margin-bottom: 0;
}

/*---------------------
Header Carousel
-----------------------*/





.project__slider.owl-carousel {
	max-width: 100%;
}

.project__slider.owl-carousel .owl-dots {
	text-align: center;
	

}

.project__slider.owl-carousel .owl-dots button {
	height: 10px;
	width: 10px;
	background: #e6eefb;
	border-radius: 50%;
	margin-right: 10px;
}

.project__slider.owl-carousel .owl-dots button.active {
	background: #ff8a00;
}

.project__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.project__item {
	overflow: hidden;
}

.project__item__pic img {
	min-width: 100%;
}

.project__item__text {
	background: #303030;
	padding: 35px 30px 25px;
	position: relative;
}

.project__item__text h5 {
	padding: 12px 30px 10px 40px;
	background: #ff8a00;
	display: inline-block;
	-webkit-transform: skew(-32deg);
	-ms-transform: skew(-32deg);
	transform: skew(-32deg);
	position: absolute;
	left: -14px;
	top: -23px;
}

.project__item__text h5 span {
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transform: skew(32deg);
	-ms-transform: skew(32deg);
	transform: skew(32deg);
	display: block;
}

.project__item__text p {
	color: #ffffff;
	margin-bottom: 0;
}




/*---------------------
  Footer
-----------------------*/

.footer {
	background: #303030;
	padding-top: 70px;
}

.footer__logo {
	margin-bottom: 32px;
}

.footer__logo a {
	display: inline-block;
}

.footer__about {
	margin-bottom: 30px;
	position: relative;
}

.footer__about:after {
	position: absolute;
	right: -72px;
	top: -70px;
	
	height:397px;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
	content: "";
}

.footer__about p {
	font-size: 14px;
	color: #9caaaf;
	line-height: 24px;
	margin-bottom: 30px;
}

.footer__social a {
	display: inline-block;
	
	font-size: 18px;
	color: #ffffff;
	margin-right: 24px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h5 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer__widget ul.address li {
	line-height: normal;
	
	font-size: 18px;
	
	color: #ffffff;
	margin-bottom: 22px;
}

.footer__widget ul.address li:last-child {
	margin-bottom: 0;
}

.footer__widget ul.address li span {
	font-size: 16px;
	color: #ff8a00;
	margin-right: 5px;
}

.footer__widget ul li {
	list-style: none;
	line-height: 30px;
}

.footer__widget ul li a {
	
	font-size: 18px;
	
	color: #ffffff;
}

.footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 25px 0 20px;
	margin-top: 50px;
}

.footer__copyright__text p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}

.footer__copyright__text p i {
	color: #ff8a00;
}

.footer__copyright__text p a {
	color: #ff8a00;
}



.foot1{
	display: inline-block;
}

.foot2{
	float: right; 
	display: inline-block; 
	text-align: right;
}

/*---------------------
  About
-----------------------*/

.about {
	position: relative;
	padding-bottom: 150px;
	z-index: 1;
}

.about1 {
	position: relative;
	padding-bottom: 150px;
	z-index: 1;
}
.about2 {
	position: relative;
	
	z-index: 1;
}


.about:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 250px;
	height: 492px;
	width: 970px;
	background-image: url(../img/about/about-bg.png);
	content: "";
	margin: 0 auto;
	z-index: -1;
}





.counter__content {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.counter__item__num {
	margin-bottom: 16px;
	margin-top: 22px;
}

.counter__item__num h2 {
	color: #ff8a00;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

.counter__item__num strong {
	font-size: 36px;
	font-weight: 700;
	color: #ff8a00;
	display: inline-block;
}

.counter__item {
	margin-bottom: 30px;
}

.counter__item h5 {
	color: #303030;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.counter__item p {
	margin-bottom: 0;
}

.partner__logo {
	padding-top: 70px;
}

.partner__logo1 {
	padding-top: 20px;
	padding-bottom: 20px;
}


/*---------------------
  About Company
-----------------------*/






/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb__text h2 {
	font-size: 48px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}

/*---------------------
  Services
-----------------------*/

.services {
	background: #f7f7f7;
}

.services__top__text {
	margin-bottom: 45px;
}

.services__top__text p {
	color: #383838;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

.services__item__pic {
	
	height: 450px;
}

.services__item__text {
	padding: 40px;
	position: relative;
	background: #ffffff;

	height: 450px;
	z-index: 1;
}

.services__item__text.services__item__text--bottom:after {
	left: auto;
	right: -20px;
}

.services__item__text:after {
	position: absolute;
	left: -20px;
	top: 50%;
	height: 50px;
	width: 50px;
	background: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -25px;
	z-index: -1;
}

.services__item__text .services__item__icon {
	margin-bottom: 26px;
}

.services__item__text h5 {
	color: #ff8a00;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.services__item__text p {
	color: #383838;
	margin-bottom: 30px;
}

.services__item__text a {
	display: inline-block;
	color: #404040;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}



/*---------------------
  Services Page
-----------------------*/

.services-page {
	padding-bottom: 70px;
}

.services__page__item , .services__page__item1 {
	margin-bottom: 30px;
	
}

.services__page__item h5, .services__page__item1 h5 {
	color: #ff8a00;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 26px;
}

.services__page__item p, .services__page__item1 p {
	color: #383838;
	margin-bottom: 18px;
}

.services__page__item ul, .services__page__item1 ul {
	margin-bottom: 24px;
}

.services__page__item ul li {
	list-style: none;
	font-size: 15px;
	color: #303030;
	line-height: 30px;
	position: relative;
	padding-left: 14px;
}

.services__page__item1 ul li {
	list-style: none;
	font-size: 15px;
	/*color: #303030;*/
	color:white;
	line-height: 30px;
	position: relative;
	padding-left: 14px;
}

.services__page__item ul li:after, .services__page__item1 ul li:after {
	position: absolute;
	left: 0;
	top: 10px;
	height: 9px;
	width: 9px;
	border: 1px solid #ff8a00;
	content: "";
	border-radius: 50%;
}

.services__page__item a, .services__page__item1 a {
	display: inline-block;
	color: #404040;
	font-size: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
}

.services__page__item a:after, .services__page__item1 a:after {
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #404040;
	content: "";
}





/*--------------------------------- Responsive Media Queries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
	.header__logo:after {
		left: -535px;
	}
	.services__item__text {
		padding: 28px;
	}
	.footer__about:after {
		height: 360px;
	}
	.chooseus__pic {
		margin-top: -35px;
		width: 49%;
		height: 100%;
	}
	
}


@media only screen and (min-width: 1450px) {
	.container {
		max-width: 1410px;
	}
	.chooseus__pic {
		margin-top: -35px;
		width: 49%;
		height: 100%;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__logo:after {
		left: -575px;
	}
	.header__top__widget li {
		margin-right: 5px;
	}
	
	.header__top__right__social a {
		margin-right: 8px;
	}
	.header__menu ul li {
		margin-right: 25px;
	}
	.services__item__text {
		padding: 20px;
	}
	.chooseus__pic {
		margin-top: 0;
	}
	.chooseus__pic {
				height:100%;
		width: 48%;
	}
	
	.footer__about:after {
		height: 382px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__logo {
		padding: 40px 0;
		margin-top: 0;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	
	.about:after {
		display: none;
	}
	.services__item__text:after {
		left: 50%;
		top: -20px;
		margin-left: -25px;
		margin-top: 0;
	}
	.services__item__text.services__item__text--bottom:after {
		right: 50%;
		top: -20px;
		margin-top: 0;
		margin-right: -25px;
	}
	.chooseus__pic {
		position: relative;
		width: 100%;
		margin-top: 0;
	}
	.chooseus {
		padding-bottom: 100px;
	}
	.chooseus1 {
		padding-bottom: 100px;
	}
	
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 40px;
		top: 35px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__widget {
		margin-bottom: 25px;
	}
	.offcanvas__widget li {
		list-style: none;
		font-size: 14px;
		color: #9caaaf;
		margin-bottom: 10px;
	}
	.offcanvas__widget li:last-child {
		margin-bottom: 0;
	}
	.offcanvas__widget li span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	
	.offcanvas__social {
		display: inline-block;
	}
	.offcanvas__social a {
		font-size: 14px;
		color: #ffffff;
		display: inline-block;
		margin-right: 14px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	
	.header .container {
		position: relative;
	}
	
	.services__sidebar {
		margin-bottom: 50px;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.header__logo {
		padding: 40px 0;
		margin-top: 0;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	
	.about:after {
		display: none;
	}
	.services .p-0 {
		padding: 0 15px !important;
	}
	.services__item__text:after {
		left: 50%;
		top: -20px;
		margin-left: -25px;
		margin-top: 0;
	}
	.services__item__text.services__item__text--bottom:after {
		right: 50%;
		top: -20px;
		margin-top: 0;
		margin-right: -25px;
	}
	
	.chooseus {
		padding-bottom: 100px;
	}
	.chooseus1 {
		padding-bottom: 100px;
	}
	
	.footer__about:after {
		display: none;
	}
	.canvas__open {
		display: block;
		font-size: 22px;
		color: #111111;
		height: 35px;
		width: 35px;
		line-height: 37px;
		text-align: center;
		border: 1px solid #111111;
		border-radius: 2px;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 35px;
		z-index: 9;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		content: "";
		z-index: 98;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		visibility: hidden;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #111111;
		padding: 50px 20px 30px 30px;
		display: block;
		z-index: 99;
		overflow-y: auto;
		-webkit-transition: all, 0.5s;
		-o-transition: all, 0.5s;
		transition: all, 0.5s;
		opacity: 0;
	}
	.offcanvas-menu-wrapper.active {
		opacity: 1;
		left: 0;
	}
	.slicknav_btn {
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 20px;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 7px 0;
		margin: 0;
		color: #ffffff;
		font-weight: 600;
	}
	.slicknav_nav .slicknav_arrow {
		color: #ffffff;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #ffffff;
	}
	.slicknav_nav {
		display: block !important;
	}
	.offcanvas__logo {
		margin-bottom: 30px;
	}
	.offcanvas__widget {
		margin-bottom: 25px;
	}
	.offcanvas__widget li {
		list-style: none;
		font-size: 14px;
		color: #9caaaf;
		margin-bottom: 10px;
	}
	.offcanvas__widget li:last-child {
		margin-bottom: 0;
	}
	.offcanvas__widget li span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__auth {
		display: inline-block;
		margin-bottom: 20px;
	}
	.offcanvas__auth a {
		font-size: 14px;
		color: #9caaaf;
	}
	.offcanvas__auth a span {
		font-size: 16px;
		color: #ffffff;
		margin-right: 5px;
	}
	.offcanvas__social {
		display: inline-block;
	}
	.offcanvas__social a {
		font-size: 14px;
		color: #ffffff;
		display: inline-block;
		margin-right: 14px;
	}
	.offcanvas__social a:last-child {
		margin-right: 0;
	}
	.offcanvas__search__option {
		margin-bottom: 20px;
	}
	.offcanvas__search__option span {
		font-size: 24px;
		color: #ffffff;
		cursor: pointer;
	}
	.header .container {
		position: relative;
	}
	
	.footer__copyright__text {
		text-align: center;
		margin-bottom: 15px;
	}
	.footer__copyright__links {
		text-align: center;
	}
	.breadcrumb__text h2 {
		font-size: 42px;
	}
	
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.header__logo:after {
		left: -556px;
	}
	.hero__text h2 {
		font-size: 34px;
		line-height: 50px;
	}
	
	.breadcrumb__text h2 {
		font-size: 32px;
	}
	
}




.header-logo-styles
{
	padding-bottom: 15px!important; 
	padding-top:10px !important;
}

@media only screen and (min-width: 991px) and (max-width: 1200px )
{
	.header-logo-styles
	{
		padding-bottom: 25px!important; 
		padding-top:15px !important;
	}
}


@media only screen and (max-width: 310px)
{
	.example
	{
		font-size: 25px;
  		
	  	vertical-align: middle;
	  	padding-bottom: 5px;
	  	
	  	padding-top: 5px;
	}

	.primary-btn
	{
		padding: 10px 20px;
	}

	.primary-btn span
	{
		font-size: 12px;
	}
}
/* Extra small devices (phones, 600px and down) */ 
@media only screen and (min-width: 311px) and (max-width: 499px)
{
	.example
	{
		font-size: 25px;
  		
	  	vertical-align: middle;
	  	padding-bottom: 5px;
	  	padding-top: 5%;
	}

	.primary-btn
	{
		padding: 10px 20px;
	}

	.primary-btn span
	{
		font-size: 12px;
	}
	
}
/*Added min-width 500*/
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .example {
  	font-size: 35px;
  	
  	vertical-align: middle;
  	padding-bottom: 5px;
  	padding-top: 10%;
  }
}
.header-logo{
	width:200px;
}

.foot1{
	display: inline-block;
}

.foot2{
	float: right; 
	display: inline-block; 
	text-align: center;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .example {
  	/*font-size: 50px;*/
  	font-size: 45px;
  	vertical-align: middle;
  	padding-bottom: 25px;
  	padding-top: 10%;
  	/*font-weight: 700;*/
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .example 
  {
  	
  	font-size: 60px;
  	
  	vertical-align: middle;
  	padding-bottom: 25px;
  	padding-top: 10%;
  	
  }
.foot1{
		display: inline-block;
	}

	.foot2{
		float: right; 
		display: inline-block; 
		text-align: right;
	}

 
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1025px) and (max-width: 1999px) {
  .example {
  	
  	font-size: 90px;
  	
  	vertical-align: middle;
  	padding-bottom: 25px;
  	padding-top: 10%;
  	
  }

.foot1{
		display: inline-block;
	}

	.foot2{
		float: right; 
		display: inline-block; 
		text-align: right;
	}


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .example 
  {
  	
  	font-size: 90px;
  	
  	vertical-align: middle;
  	padding-bottom: 25px;
  	padding-top: 10%;
  	

  }
  .foot1{
		display: inline-block;
	}

	.foot2{
		float: right; 
		display: inline-block; 
		text-align: right;
	}
}

.inner-content-text{
	font-size:18px;
}

.inner-content-text1{
	
	font-size: 1em;
}


.industry-iconstyle
{
	color:#6b7fb7 !important; 
	font-size: 3em !important; 
	opacity: 0.8 !important;
}

.industry-iconstyle-grey
{
	color:#303030 !important; 
	font-size: 3em !important; 
	opacity: 0.6 !important;
}

@media only screen and (max-width: 289px) 
{
	.services__item__text
  	{
  		height: 620px;
  	}


  	.header__logo
  	{
		width:200px;
	}
	.foot1{
		display: inline-block;
	}

	.foot2{
		float: right; 
		display: inline-block; 
		text-align: center;
	}
}

@media only screen and (min-width: 300px) and (max-width: 370px) 
{
	.services__item__text
  	{
  		height: 550px;
  	}
}

@media only screen and (min-width: 992px) and (max-width: 1215px) 
{
	.services__item__text
  	{
  		height: 500px;
  	}

  	.services__item__pic {
	
	height: 500px;
	}
}
/*added for responsive industry pages*/
@media only screen and (max-width: 767px) 
{
	.chooseus__pic {
		position: relative;
		width: 100%;
		margin-top: 0;
		height: 300px;
	}

	
	.chooseus-ul {
		margin-left: 3%;
	}

	.set-bg2
	{
		background-repeat: no-repeat;
		
		background-position: center center;
		background-size: 100%;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1250px) {
	.extra-ml{
		padding-left: 15px;

	}

}


@media only screen and (min-width: 768px) and (max-width: 992px) 
{
	.footer__about:after 
	{
		display: none;
	}
}

.icon_mail_span{
	color: white; 
	padding-right: 5px;
}
.icon_mail_a{
	color: white !important; 
	font-weight: 500; 
	font-size: 16px;
}
.icon_social_span{
	font-size: 16px; 
	font-weight: 500;
}
.header_logo{
	padding-left: 0px !important; 
	margin-left: -15px;
}
.header_slides{
	padding-left: 0 !important; 
	padding-right: 0!important;
}

.footer_btlogo{
	margin-top:-8px;
	width:150px;
}