@charset "utf-8";

@font-face {
	font-family: raleway;
	src: url(../fonts/raleway.ttf);
}
@font-face {
	font-family: raleway-medium;
	src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
	font-family: raleway-semibold;
	src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
	font-family: raleway-bold;
	src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
	font-family: raleway-extrabold;
	src: url(../fonts/Raleway-ExtraBold.ttf);
}

img {
	max-width: 100%;
}

body {
	font-family: raleway, helvetica, arial, sans-serif;
	background-color: #ffc9c9;
	color: #3c3c3c;
	font-size: 14px;
}

.white-bg {
	background-color: #ffffff;
}

.grey-bg {
	background-color: #f2f2f2;
}

.grey-bg2 {
	background-color: #f6f6f6;
}

.allied-red-bg {
	background-color: #fe0000 !important;
}

.allied-light-red-bg {
	background-color: #ffc9c9 !important;
}

.allied-skin-bg {
	background-color: rgb(239, 238, 232);
}

.black-bg {
	background-color: #1f2227;
}

.green-bg {
	background-color: #3fbc9e !important;
}

.blue-bg {
	background-color: #016ec2 !important;
}

/*Browser resets*/
::-moz-selection { /* Code for Firefox */
    background: #ffc9c9;
    color: #000;
}

::selection {
    background: #ffc9c9;
    color: #000;
}
/*Browser resets*/

.padding-reset {
	padding-left: 0px;
	padding-right: 0px;
}

.margin-reset {
	margin-left: 0px;
	margin-right: 0px;
}

a, button, .transition-all {
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}

.row-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}

.row-less-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.row-padding-more {
	padding-top: 65px;
	padding-bottom: 65px;
}

/*Fixed Nav*/
.nav-position-fixed {
	position: fixed !important;
	width: 100%;
	z-index: 100 !important;
	top: 0px !important;
	border: 0;
	border-radius: 0;
	background-color: rgba(255,255,255, 0) !important;
	animation: slide-down 0.7s;
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0%);
	}
}

/*Flex fix class*/
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*Scroll to top*/
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	z-index: 1;
}
.scroll {
	position: absolute;
    right: 20px;
    bottom: 20px;
    background: #fe0000;
    padding: 8px 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50%;		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size: 26px;
    margin-top: -4px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	color: #ffffff;
}
/*Scroll to top*/

/*header styles*/
.row-box {
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-default-custom {
	position: relative;
	background-color: transparent;
    border: 0;
    margin-bottom: 0;
    z-index: 2000 !important;
}
.allied-header-box {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.allied-header-box-scroll {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.allied-logo-box {
    display: block;
    max-width: 400px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.allied-logo-box-small {
    display: block;
    max-width: 300px;
}
.allied-logo {
    display: block;
    width: 100%;
}
ul.navbar-nav-custom {
	margin-top: 18px;
}
ul.navbar-nav-custom>li>a {
	color: #3c3c3c !important;
    font-family: raleway-medium;
    padding: 15px 8px;
    font-size: 14px;
    background-color: transparent !important;
}
ul.navbar-nav-custom>li>a:hover, ul.navbar-nav-custom>li.active>a {
	color: #fe0000 !important;
}
ul.navbar-nav-custom-scroll>li>a {
	padding: 5px 10px;
    font-size: 13px;
}
.dropdown-menu-custom {
	background-color: #f2f2f2 !important;
	left: 5% !important;
	right: auto !important;
	top: 73px;
	min-width: 100% !important;
	padding: 0;
	font-size: 14px;
	border: 1px solid #ffffff;
	border-radius: 0;
	border: 0;
	z-index: 1200 !important;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.03);
}
.dropdown-menu-custom-scroll {
	top: 49px;
}
.dropdown-menu-custom li a {
	display: block;
	color: #3c3c3c;
	text-transform: capitalize;
	font-family: raleway;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.dropdown-menu-custom li a:hover, .dropdown-menu-custom li a:focus {
	color: #ffffff;
	background-color: #fe0000;
}
.navbar-toggle-custom {
	margin-top: 20px;
	border-color: transparent !important;
}
.navbar-toggle-custom:hover, .navbar-toggle-custom:focus {
	background-color: transparent !important;
}
.navbar-toggle-custom .icon-bar {
    background-color: #fe0000 !important;
}
/*header styles*/

/*footer styles*/
.foo-title {
    padding: 0;
    margin: 0;
    font-family: raleway-semibold;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 24px;
}
ul.foo-list {
	padding: 0;
	margin: 0;	
	margin-bottom: 10px;
	letter-spacing: 0;
	padding-left: 10px;
}
ul.foo-list li {
	list-style-type: none;
	line-height: 30px;
	color: #a6a7a8;
	text-decoration: none;
	font-family: raleway-medium;
	font-size: 14px;
}
ul.foo-list li a {
	color: #a6a7a8;
	text-decoration: none;
	font-family: raleway-medium;
	font-size: 14px;
}
ul.foo-list li a:hover, ul.foo-list li a:focus {
	color: #ffffff;
	margin-left: 5px;
}
.copyright-foo-border {
	border-top: 1px solid #2d3035;
}
.foo-link {
	color: #a6a7a8 !important;
}
a.foo-social {
	display: inline-block;
	text-decoration: none;
	color: #a6a7a8;
	font-size: 28px;
	margin-right: 24px;
}
a.foo-social:hover {
	color: #ffffff;
}
.copyright-foo {
	margin: 0;
	color: #a6a7a8;
	font-size: 14px;
	font-family: raleway-semibold;
}
.copyright-foo a {
	text-decoration: none;
	color: #a6a7a8;
}
.copyright-foo a:hover {
	color: #ffffff;
}
.footer-lr-space {
	padding-left: 20px;
	padding-right: 20px;
}
/*footer styles*/

/*slider styles*/
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    filter: none !important;
}
.carousel-control.left>.banner_arrow, .carousel-control.right>.banner_arrow {
    width: 40px;
    line-height: 22px;
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    margin-top: 0;
    background-color: rgba(0,0,0,1);
    padding: 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #ffffff;
}
.carousel-control.left>.banner_arrow {
    left: 12%;
}
.carousel-control.right>.banner_arrow {
    right: 12%;
}
.carousel-caption-custom {
	position: absolute;
	left: 20%;
    right: 20%;
    bottom: 50px;
    padding-bottom: 15px;
    padding-left: 1%;
    padding-right: 1%;
    text-align: left;
}
.slider-head {
	font-size: 52px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-family: raleway-extrabold;
    text-shadow: none;
}
.slider-content {
	padding: 0;
	margin: 0;
	font-family: raleway-semibold;
	font-size: 16px;
	margin-bottom: 5px;
	text-indent: -0.75em;
	text-shadow: none;
	margin-left: 15px;
}
.slider-content:before {
	display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.55rem;
    width: 0.55rem;
    margin-right: 0.6rem;
    background-color: #bdbdbd;
}
/*slider styles*/

/*home styles*/
.home-about-bg {
	background-image: url(../images/home-about-bg.jpg);
	background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center bottom;
}
.home-about-tagline {
	margin: 0;
	padding: 0;
	color: #93ca00;
	font-family: raleway-bold;
	font-size: 45px;
	line-height: 55px;
	margin-top: 120px;
	margin-bottom: 120px;
}
.home-about-content {
	display: block;
	padding: 10px;
}
.basic-head {
	margin: 0;
	padding: 0;
	font-family: raleway-medium;
	font-size: 40px;
	color: #3c3c3c;
	margin-bottom: 20px;
}
.intro-content {
	font-family: raleway-medium;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 20px;
}
.basic-outline-btn {
	border: 1px solid #000000;
	border-radius: 0;
	font-family: raleway-medium;
	font-size: 16px;
	color: #000000;
	padding: 6px 20px;
}
.basic-outline-btn i {
	margin-left: 8px;
}
.basic-outline-btn:hover, .basic-outline-btn:focus {
	background-color: #000000;
	color: #ffffff;
}
.row-border-bottom {
	border-bottom: 20px solid rgba(146, 202, 0, 0.6);
}
.home-solution-box-col {
	background-color: #000000;
	margin-top: 25px;
}
.home-solution-box {
	display: block;
	background-color: #000000;
}
.home-solution-img-box1 {
	display: block;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../images/home-solution-1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.home-solution-img-box2 {
	display: block;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../images/home-solution-2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.home-solution-img-box3 {
	display: block;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../images/home-solution-3.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.home-solution-img-box4 {
	display: block;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    background-image: url(../images/home-solution-4.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}
.home-solution-img-box1 img, .home-solution-img-box2 img, .home-solution-img-box3 img, .home-solution-img-box4 img {
	border: 1px solid #000;
	outline: 10px solid rgba(255,255,255,0.6);
}
.home-solution-text-box {
	display: block;
	background-color: #000000;
	padding: 25px 10px;
	text-align: center;
	min-height: 110px;
}
.home-solution-text-box p {
	margin: 0;
	color: #ffffff;
	font-family: raleway-medium;
	font-size: 20px;
	line-height: 28px;
}
.home-product-range-bg {
	background-image: url(../images/home-product-range-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}
.home-clients-bg {
	background-image: url(../images/home-clients-bg.jpg);
    background-color: #e4f1c5;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
}
.client-owl-carousel {
	padding: 20px 20px 0 20px;
}
.home-client-logo {
	display: block;
	background-color: transparent;
	height: 100px;
}
.home-client-logo img {
	max-width:100%;
	max-height:100%;
	object-fit: contain;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
    margin-top: 10px;
}
.home-form {
	display: block;
	padding: 20px 25px;
}
.home-form-title {
	margin: 0;
    padding: 0;
    font-family: raleway-bold;
    font-size: 20px;
    color: #3c3c3c;
    margin-bottom: 15px;
}
.home-form-desc {
	font-family: raleway-medium;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
}
.home-form .form-control {
	border-radius: 0;
	border: 1px solid #dcdcdc;
	height: auto;
	outline: none;
	box-shadow: none;
}
.home-form .form-control:not(textarea) {
	height: 40px;
}
.home-form .form-control:focus {
	border: 1px solid #acacac;
}
.red-outline-btn {
	border-radius: 0;
	border: 2px solid #fe0b0b;
	background-color: transparent;
	font-family: raleway-medium;
    font-size: 16px;
	color: #fe0b0b;
	margin-top: 5px;
    padding: 10px 16px;
}
.red-outline-btn:hover, .red-outline-btn:focus {
	background-color: #fe0b0b;
	color: #ffffff;
}
.white-big-title {
	margin: 0;
	color: #ffffff;
	font-family: helvetica, arial, san-serif;
	font-weight: bold;
	margin: 10px 0;
}
.white-big-title a {
	text-decoration: none;
	color: #ffffff;
}
.white-big-title a:hover {
	text-decoration: underline;
}
/*home styles*/

/*hover styles*/
.mt-55 {
	margin-top: 55px;
}
.mt-20 {
	margin-top: 20px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 20px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0);
  /*color effect*/
}

.hovereffect img {
  display: block;
}

.hovereffect h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  top: 40%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect h3 a {
	display: inline-block;
	width: 60px;
  	line-height: 60px;
	color: #ffffff;
	background: rgba(254, 0, 0, 0.6);
}
.hovereffect:hover h3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info {
    display: inline-block;
    width: 90%;
    height: 90%;
    margin-top: 5%;
    text-decoration: none;
    padding: 25% 25px;
    text-transform: capitalize;
    color: #fff;
    font-family: raleway-medium;
    font-size: 30px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
}

.hovereffect:hover a.info {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
/*hover styles*/

/*about us styles*/
.about-content {
	display: inline-block;
	padding: 30px;
	border: 4px solid #ddd;
}
.aesthetic-title {
	display: inline-block;
    background-color: #c1c1c1;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    font-family: raleway-bold;
}
.about-tagline {
	margin: 0;
    padding: 0;
    color: #93ca00;
    font-family: raleway-bold;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-tagline.blue {
	color: #016ec2 !important;
}
.about-intro-content {
	font-family: raleway-medium;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 28px;
}
.about-intro-content span {
	font-family: raleway-bold;
	font-size: 18px;
}
.icon-box {
	display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
.icon-box img {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.icon-box span {
	display: block;
	font-family: raleway-bold;
    font-size: 14px;
}
.page-title {
	margin: 0;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    font-family: raleway-bold;
    text-align: center;
}
.aesthetic-title2 {
	display: inline-block;
    background-color: #fe0000;
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    letter-spacing: 0.06em;
}
.sub-head {
	margin: 0;
    padding: 0;
    font-family: raleway-medium;
    font-size: 30px;
    color: #3c3c3c;
    margin-bottom: 20px;
}
.about-list {
	margin: 0;
	padding: 0;
	padding-left: 20px;	
}
.about-list li {
	font-family: raleway-medium;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 5px;
}
.about-text-img {
    border-top-right-radius: 45px;
    box-shadow: 2px 2px 20px 2px #d8d8d8;
}
.team-row {
	background-color: #fff;
    padding: 10px;
    margin-top: 15px;
}
.team-member-photo {
	width: 100%;
    height: 280px;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}
.team-col h3 {
	margin: 0;
    padding: 0;
    font-family: raleway-bold;
    font-size: 20px;
    color: #3c3c3c;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-col h6 {
	margin: 0;
    padding: 0;
    font-family: raleway;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 10px;
    margin-bottom: 10px;
}
.team-col p {
	font-family: raleway-medium;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
}
.awt-logo {
	max-width: 120px;
	margin: 0 auto;
}

/*about us styles*/

/*awt styles*/
.awt-bg {
	background-image: url(../images/water-conservation.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}
.awt-content {
	display: inline-block;
	padding: 55px 30px 85px 30px;
}
.awt-intro-content {
	font-family: raleway-medium;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
}
.awt-intro-content a {
	text-decoration: none;
	font-family: raleway-bold;
	color: #000000;
	font-size: 18px;
}
.awt-intro-content a:hover {
	color: #93ca00;
}
/*awt styles*/

/*contact us styles*/
.contact-box {
	display: block;
	padding: 0 25px;
}
.contact-box .form-control {
	border-radius: 0;
	border: 1px solid #dcdcdc;
	height: auto;
	outline: none;
	box-shadow: none;
}
.contact-box .form-control:not(textarea) {
	height: 40px;
}
.contact-box .form-control:focus {
	border: 1px solid #acacac;
}
.contact-map {
	padding: 5px !important;
    border: 1px solid #ddd !important;
}
.contact-address {
	padding: 0;
	padding-left: 5px;
}
.contact-address li {
	list-style-type: none;
	margin-bottom: 10px;
	font-family: raleway-medium;
    font-size: 16px;
    text-align: left;
    color: #3c3c3c;
}
.contact-address li a {
    color: #3c3c3c !important;
    text-decoration: none !important;
}
.contact-address li a:hover, .downloads-list li a:hover  {
    color: #fe0000 !important;
}
.border-top {
	border-top: 1px solid #eeeeee;
}
.downloads-btn {
	border-radius: 0;
    padding: 10px 30px;
    width: 100%;
    text-align: left;
    background-color: rgb(53, 53, 53);
    border: 2px solid rgb(53, 53, 53);
    border-radius: 3px;
    color: #fff;
    font-family: raleway-medium;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}
.downloads-btn .right {
	float: right;
	margin-top: 2px;
}
.downloads-btn:hover, .downloads-btn:focus {
    background-color: #1f2227;
    color: #ffffff;
    outline: none;
}
.downloads-red-outline-btn {
	border-radius: 0;
    padding: 10px 30px;
    width: 100%;
    text-align: left;
    border: 2px solid #fe0b0b;
    border-radius: 3px;
    background-color: transparent;
    font-family: raleway-medium;
    font-size: 16px;
    color: #fe0b0b;
    outline: none;
    box-shadow: none;
}
.downloads-red-outline-btn .right {
	float: right;
	margin-top: 2px;
}
.downloads-red-outline-btn:hover, .downloads-red-outline-btn:focus {
    background-color: #fe0b0b;
    color: #ffffff;
    outline: none;
}
.downloads-list {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}
.downloads-list li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	list-style-image: url(../images/list_style_image.png);
}
.downloads-list li:not(:last-child) {
	border-bottom: 1px dotted #dcdcdc;
}
.downloads-list li a {
	text-decoration: none;
	font-family: raleway-medium;
    font-size: 14px;
    color: #3c3c3c;
}
.key-person-box {
	display: block;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
	margin-top: 10px;
}
.key-person {
	padding: 10px;
	margin-bottom: 0;
}
.key-person li {
	list-style-type: none;
	margin-bottom: 10px;
	font-family: raleway-medium;
    font-size: 14px;
    text-align: left;
    color: #3c3c3c;
}
.key-person li a {
    color: #3c3c3c !important;
    text-decoration: none !important;
}
.key-person li a:hover  {
    color: #fe0000 !important;
}
/*contact us styles*/

/*product styles*/
.product-box, .prod-slider-box, .prod-pointers-box {
	display: block;
}
.carousel-caption-custom2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
    padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-caption-custom2 p {
	padding: 0;
    margin: 0;
    font-family: raleway-medium;
    font-size: 16px;
    margin-bottom: 5px;
    text-shadow: none;
}
.carousel-caption-custom3 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
    padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.carousel-caption-custom3 p {
	padding: 0;
    margin: 0;
    font-family: raleway-medium;
    font-size: 16px;
    margin-bottom: 5px;
    text-shadow: none;
}
.prod-slider-box {
	display: block;
	padding: 0;
}
.prod-slider-box img {
	width: 100%;
}
.prod-pointers-box {
	display: block;
	padding: 20px 0 20px 10px;
}
.prod-pointers {
	padding-left: 20px;
}
.prod-pointers li {
	margin-bottom: 5px;
	list-style-image: url(../images/list_style_image.png);
}
.title-left-border {
	padding-left: 10px;
	border-left: 3px solid #fe0000;
}
.underline {
	display: inline-block;
    width: 60px;
    height: 4px;
    background-color: #fe0000;
    margin-top: 15px;
    margin-bottom: 10px;
}
.mb-0 {
	margin-bottom: 0;
}
.video {
    width: 50%;
    height: auto;
    margin: auto;
    margin-top: 30px;
}
.video iframe, .video video {
	width: 100%;
    height: 350px;
    object-fit: fill;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.product-sub-title {
	margin: 0;
    padding: 0;
    font-family: raleway-medium;
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 15px;
}
.product-tabs>li>a {
    margin-right: 0;
    border: 1px solid transparent;
    color: #3c3c3c;
    font-family: raleway-medium;
    font-size: 15px;
    border-radius: 0;
}
.product-tabs>li.active>a, .product-tabs>li.active>a:hover, .product-tabs>li.active>a:focus {
	color: #fff;
    background-color: #1f2227;
    border: 1px solid #1f2227;
    border-bottom-color: transparent;
    cursor: default;
}
/*product styles*/

/*engineering styles*/
.eng-title {
	margin: 0;
    padding: 0;
    font-family: raleway-bold;
    font-size: 18px;
    color: #3c3c3c;
}
.eng-left-border {
	padding-left: 10px;
    border-left: 3px solid #fe0000;
}
.eng-content {
	font-family: raleway-medium;
    font-size: 16px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*engineering styles*/

@media only screen and (max-width: 1300px) {
    
}

@media only screen and (max-width: 1200px) {
   .allied-logo-box {
    max-width: 350px;
    }
    ul.navbar-nav-custom>li>a {
    padding: 11px 8px;
    font-size: 13px;
    }
    .dropdown-menu-custom {
    top: 63px;
	}
	.dropdown-menu-custom li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    }
    .carousel-caption-custom {
    bottom: 75px;
    }
    .slider-head {
    font-size: 34px;
    }
    .slider-content {
    font-size: 16px;
    margin-bottom: 3px;
	}
	.home-solution-text-box p {
    font-size: 18px;
    }
	.hovereffect a.info {
    padding: 30% 25px;
    font-size: 22px;
    }
    .foo-title {
    font-size: 18px;
	}
	ul.foo-list {
	padding-left: 0;
	}
	ul.foo-list li a {
    font-size: 14px;
	}
	ul.foo-list li {
    line-height: 24px;
    font-size: 14px;
	}
	.prod-pointers-box {
    padding: 25px 0px 15px 0px;
	}
	.prod-pointers li {
    font-size: 11px;
	}
}

@media only screen and (max-width: 991px) {
	.row-padding {
    padding-top: 25px;
    padding-bottom: 25px;
	}
	ul.navbar-nav-custom {
    margin-top: 0;
    margin-bottom: 0;
	}
	.carousel-control.left>.banner_arrow, .carousel-control.right>.banner_arrow {
    width: 30px;
    line-height: 14px;
    font-size: 22px;
    top: 45%;
	}
	.carousel-caption-custom {
    bottom: 40px;
	}
	.slider-content {
    font-size: 14px;
	}
	.basic-head {
    font-size: 28px;
	}
	.home-about-tagline {
    font-size: 30px;
    line-height: 42px;
    }
    .intro-content {
    font-size: 14px;
    }
    .hovereffect a.info {
    padding: 25% 25px;
    font-size: 18px;
	}
	.foo-title {
    font-size: 14px;
    margin-bottom: 5px;
	}
	.sm-margin-top-contact {
	margin-top: 30px;
	}
	.prod-pointers-box {
    padding: 20px 0px;
	}
	.prod-pointers li {
    font-size: 14px;
	}
	.video {
    width: 80%;
    }
    .carousel-caption-custom-hidden {
    display: none;
    }
    .product-tabs>li>a {
    font-size: 12px;
    padding:  8px 8px;
	}
	.home-solution-img-box1 img, .home-solution-img-box2 img, .home-solution-img-box3 img, .home-solution-img-box4 img {
    width: 100%;
	}
	.team-col p {
    font-size: 14px;
    line-height: 22px;
	}
	.team-member-photo {
    height: auto;
    }
}

@media only screen and (max-width: 530px){
	.hovereffect a.info {
    margin-top: 4.5%;
	}
}
@media only screen and (min-width: 530px) and (max-width: 767px){
	.col-custom-xs-6-right {
	width: 50% !important;
	padding-right: 5px;
	}
	.col-custom-xs-6-left {
	width: 50% !important;
	padding-left: 5px;
	}
	.hovereffect a.info {
    margin-top: 4%;
	}
	.col-custom-xs-6-left-align {
	text-align: left !important;
	}
	.col-custom-xs-6-mb {
	margin-bottom: 10px;
	}
	.custom-mb-25 {
	margin-bottom: 25px !important;
	}
}
@media only screen and (max-width: 767px){
	.xs-text-center {
    text-align: center;
	}
	.carousel-inner-custom {
	overflow: initial;
	}
	.carousel-caption-custom {
	background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
	}
	.slider-head {
    font-size: 16px;
	}
	.mobile-display-none {
	display: none;
	}
	.home-about-tagline {
    margin-top: 15px;
    margin-bottom: 25px;
	}
	.home-about-content {
	border-top: 1px solid #ddd;
    padding: 40px 10px 10px 10px;
	}
	.hovereffect img {
    width: 100%;
	}
	.hovereffect a.info {
    padding: 30% 25px;
    font-size: 22px;
	}
	.hovereffect {
    margin-top: 0 !important;
	}
	.client-owl-carousel {
    padding: 0 20px 0 20px;
	}
	.owl-theme .owl-dots .owl-dot {
    margin-top: 0;
    }
    .about-list li {
    font-size: 14px;
    }
    .about-text-img {
    margin-bottom: 20px;
	}
	.awt-intro-content {
    font-size: 18px;
    line-height: 32px;
	}
	.video iframe, .video video {
    height: 270px;
	}
	.home-solution-box-col {
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.home-solution-img-box1 img, .home-solution-img-box2 img, .home-solution-img-box3 img, .home-solution-img-box4 img {
    width: auto;
    outline: 300px solid rgba(255,255,255,0.5);
	}
	.home-solution-img-box1, .home-solution-img-box2, .home-solution-img-box3, .home-solution-img-box4 {
	overflow: hidden;
	}
	.team-member-photo {
    width: 200px;
    margin: initial;
	}
}

@media only screen and (max-width: 480px){
	.allied-logo-box {
    max-width: 285px;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.carousel-control.left>.banner_arrow, .carousel-control.right>.banner_arrow {
    width: 30px;
    line-height: 10px;
    font-size: 16px;
    top: 42%;
	}
	.carousel-caption-custom {
    background-color: #f2f2f2;
    bottom: -105px;
    color: #3c3c3c;
	}
	.xs-margin-top {
	margin-top: 105px;
	}
	.home-about-tagline {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 20px;
	}
	.home-about-content {
    padding: 25px 0 10px 0;
	}
	.icon-box {
    width: 100%;
    margin-bottom: 20px;
	}
	.awt-content {
    padding: 10px 0 60px 0;
	}
	.video {
    width: 90%;
    }
    .about-tagline {
    font-size: 18px;
    }
    .awt-intro-content {
    font-size: 14px;
    line-height: 24px;
	}
	.awt-intro-content a {
    font-size: 14px;
	}
}

@media only screen and (max-width: 400px){
	.allied-logo-box {
    max-width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.navbar-toggle-custom {
    margin-top: 14px;
    }
    .carousel-control.left>.banner_arrow, .carousel-control.right>.banner_arrow {
    width: 25px;
    line-height: 6px;
    font-size: 15px;
    }
}

@media only screen and (max-width: 320px){
	
}

/*Animation*/
@media only screen and (min-width: 768px) {
	/*caption animation*/
	.caption-animate .item.active .carousel-caption-custom {
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	}
	.caption-animate  .item.active .carousel-caption-custom.infinite {
	  -webkit-animation-iteration-count: infinite;
	  animation-iteration-count: infinite;
	}
	.caption-animate  .item.active .carousel-caption-custom.hinge {
	  -webkit-animation-duration: 2s;
	  animation-duration: 2s;
	}
	.caption-animate .item.active .carousel-caption-custom.flipOutX,
	.caption-animate .item.active .carousel-caption-custom.flipOutY,
	.caption-animate .item.active .carousel-caption-custom.bounceIn,
	.caption-animate .item.active .carousel-caption-custom.bounceOut {
	  -webkit-animation-duration: .75s;
	  animation-duration: .75s;
	}
	.caption-animate .item .carousel-caption-custom.fadeIn,
	.caption-animate .item .carousel-caption-custom.fadeInDown,
	.caption-animate .item .carousel-caption-custom.fadeInDownBig,
	.caption-animate .item .carousel-caption-custom.fadeInLeft,
	.caption-animate .item .carousel-caption-custom.fadeInLeftBig,
	.caption-animate .item .carousel-caption-custom.fadeInRight,
	.caption-animate .item .carousel-caption-custom.fadeInRightBig,
	.caption-animate .item .carousel-caption-custom.fadeInUp,
	.caption-animate .item .carousel-caption-custom.fadeInUpBig{
	  opacity:0;
	}
	/*animation element sliding left*/
	.animation-element {
	  opacity: 0;
	  position: relative;
	}

	.animation-element.slide-left {
	  opacity: 0;
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;
	  -moz-transform: translate3d(-50px, 0px, 0px);
	  -webkit-transform: translate3d(-50px, 0px, 0px);
	  -o-transform: translate(-50px, 0px);
	  -ms-transform: translate(-50px, 0px);
	  transform: translate3d(-50px, 0px, 0px);
	}

	.animation-element.slide-left.in-view {
	  opacity: 1;
	  -moz-transform: translate3d(0px, 0px, 0px);
	  -webkit-transform: translate3d(0px, 0px, 0px);
	  -o-transform: translate(0px, 0px);
	  -ms-transform: translate(0px, 0px);
	  transform: translate3d(0px, 0px, 0px);
	}

	.animation-element.slide-right {
	  opacity: 0;
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;
	  -moz-transform: translate3d(25px, 0px, 0px);
	  -webkit-transform: translate3d(25px, 0px, 0px);
	  -o-transform: translate(25px, 0px);
	  -ms-transform: translate(25px, 0px);
	  transform: translate3d(25px, 0px, 0px);
	}

	.animation-element.slide-right.in-view {
	  opacity: 1;
	  -moz-transform: translate3d(0px, 0px, 0px);
	  -webkit-transform: translate3d(0px, 0px, 0px);
	  -o-transform: translate(0px, 0px);
	  -ms-transform: translate(0px, 0px);
	  transform: translate3d(0px, 0px, 0px);
	}
	.animation-element.slide-bottom {
	  opacity: 0;
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;
	  -moz-transform: translate3d(0px, 50px, 0px);
	  -webkit-transform: translate3d(0px, 50px, 0px);
	  -o-transform: translate(0, 50px);
	  -ms-transform: translate(0, 50px);
	  transform: translate3d(0, 50px, 0px);
	}

	.animation-element.slide-bottom.in-view {
	  opacity: 1;
	  -moz-transform: translate3d(0px, 0px, 0px);
	  -webkit-transform: translate3d(0px, 0px, 0px);
	  -o-transform: translate(0px, 0px);
	  -ms-transform: translate(0px, 0px);
	  transform: translate3d(0px, 0px, 0px);
	}
	.animation-element.slide-top {
	  opacity: 0;
	  -moz-transition: all 500ms linear;
	  -webkit-transition: all 500ms linear;
	  -o-transition: all 500ms linear;
	  transition: all 500ms linear;
	  -moz-transform: translate3d(0px, -50px, 0px);
	  -webkit-transform: translate3d(0px, -50px, 0px);
	  -o-transform: translate(0, -50px);
	  -ms-transform: translate(0, -50px);
	  transform: translate3d(0, -50px, 0px);
	}

	.animation-element.slide-top.in-view {
	  opacity: 1;
	  -moz-transform: translate3d(0px, 0px, 0px);
	  -webkit-transform: translate3d(0px, 0px, 0px);
	  -o-transform: translate(0px, 0px);
	  -ms-transform: translate(0px, 0px);
	  transform: translate3d(0px, 0px, 0px);
	}
}


a.download-brochure-btn{
	margin-left: 15px;
	background-color: #93ca00 !important;
	color: #fff !important;
	border-color: #fff;

}

a:hover.download-brochure-btn{
	background-color: transparent !important;
	color: #000 !important;
	border-color: #000;

}

@media only screen and (max-width:991px){

a.download-brochure-btn{
	margin-bottom: 15px;	
	background-color: #93ca00 !important;
	color: #fff !important;
	border-color: #fff;

}
}