* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins';
	font-style: normal;
	letter-spacing: 0.5px;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'), url('Poppins-Medium.woff') format('woff'), url('Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'), url('Poppins-Bold.woff') format('woff'), url('Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff'), url('Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'), url('Poppins-SemiBold.woff') format('woff'), url('Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
a {
	outline: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
input, textarea {
	outline: none;
}
.tpalpha-fxhdr {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: all 0.5s ease-in-out;
}
.tpalpha-fxhdr.sticky {
	position: fixed;
	background: #ffffff;
	transition: all 0.3s ease;
	border-bottom: none;
	-webkit-box-shadow: 0 10px 50px 0 rgba(4,16,38, .06);
	box-shadow: 0 10px 50px 0 rgba(4,16,38, .06);
}
.tpalpha-fxhdr.sticky .alphalogo {
	display: block;
	background: url(../images/logo-alphatross-nw.png) no-repeat;
	background-size: 270px 53px;
	width: 270px;
	height: 53px;
	margin: 25px 0 15px;
}
.tpalpha-fxhdr.sticky .alphamnu-navbar ul li a {
	color: #000;
}
.tpalpha-fxhdr.sticky .alphamnu-navbar ul li a:hover {
	color: rgba(0,0,0,0.75);
}
.tpalpha-fxhdr.sticky .alphamnu-navbar ul li a:select {
 color: #6c0434;
}
header .alphalogo {
	float: left;
	background: url(../images/logo-alphatross-nw1.png) no-repeat;
	background-size: 270px 53px;
	width: 270px;
	height: 53px;
	margin: 25px 0 15px;
}
header .alphalogo a {
	text-decoration: none;
}
header .rgt-sidebar {
	float: right;
	padding: 20px 0 0;
}
header .alphamnu-navbar {
	position: relative;
	float: left;
}
header .alphamnu-navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .alphamnu-navbar ul li {
	position: relative;
	float: left;
	margin: 0 11px;
	transition: 0.3s;
}
header .alphamnu-navbar ul li::last-child {
 margin-right: 0;
}
header .alphamnu-navbar ul li a {
	display: block;
	color: rgba(256, 256, 256);
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	text-decoration: none;
	transition: 0.3s;
	padding: 18px 5px;
	margin: 0;
}
header .alphamnu-navbar ul li a:hover {
	color: rgba(256,256,256,0.7);
}
header .alphamnu-navbar li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 90px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .alphamnu-navbar li .sub-menu {
	position: fixed;
	min-width: 195px;
	background: #fff;
	padding: 20px 250px;
	z-index: 9;
	left: 0;
	top: 150px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .06);
}
header .alphamnu-navbar li.bx .sub-menu {
	width: 94%;
	min-height: 370px;
	right: 0;
	margin: 0 auto;
	padding: 20px 50px;
	background: #fff;
}
header .alphamnu-navbar li.bx .sub-menu::before {
	content: '';
	position: absolute;
	top: 10%;
	left: 20%;
	width: 450px;
	height: 244px;
	background: #fff;
	opacity: 0.1;
	transition: all .4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
	animation-timing-function: cubic-bezier(.54, .085, .5, .92);
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
header .alphamnu-navbar li.bx .sub-menu li {
	width: 33%;
	margin: 10px 0;
	padding-left: 65px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header .alphamnu-navbar li.bx .sub-menu li:hover {
	-webkit-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
}
header .alphamnu-navbar li.bx .sub-menu li a {
	color: #000;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	padding: 20px 5px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht1 {
	background: url(../images/srv-mnuicn1.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht1 {
	background: url(../images/srv-mnuicn1-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht2 {
	background: url(../images/srv-mnuicn2.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht2 {
	background: url(../images/srv-mnuicn2-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht3 {
	background: url(../images/srv-mnuicn3.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht3 {
	background: url(../images/srv-mnuicn3-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht4 {
	background: url(../images/srv-mnuicn4.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht4 {
	background: url(../images/srv-mnuicn4-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht5 {
	background: url(../images/srv-mnuicn5.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht5 {
	background: url(../images/srv-mnuicn5-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht6 {
	background: url(../images/srv-mnuicn6.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht6 {
	background: url(../images/srv-mnuicn6-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht7 {
	background: url(../images/srv-mnuicn7.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht7 {
	background: url(../images/srv-mnuicn7-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht8 {
	background: url(../images/srv-mnuicn8.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht8 {
	background: url(../images/srv-mnuicn8-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht9 {
	background: url(../images/srv-mnuicn9.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht9 {
	background: url(../images/srv-mnuicn9-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht10 {
	background: url(../images/srv-mnuicn10.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht10 {
	background: url(../images/srv-mnuicn10-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht11 {
	background: url(../images/srv-mnuicn11.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht11 {
	background: url(../images/srv-mnuicn11-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht12 {
	background: url(../images/srv-mnuicn12.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht12 {
	background: url(../images/srv-mnuicn12-h.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li.mnupht13 {
	background: url(../images/srv-mnuicn13.png) no-repeat;
	background-size: 60px 60px;
}
header .alphamnu-navbar li.bx .sub-menu li:hover.mnupht13 {
	background: url(../images/srv-mnuicn13-h.png) no-repeat;
	background-size: 60px 60px;
}
header .get-quote-btn {
	float: right;
	margin-left: 35px;
}
header .get-quote-btn a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
	transition: 0.3s;
	background: #6c0434;
	border: 1px solid #6c0434;
	border-radius: 3px;
	padding: 20px 35px;
	margin: 0;
}
header .get-quote-btn a:hover {
	color: #fff;
	background: #6c0434;
	border: 1px solid #6c0434;
}
/*** Mobile Menu ****/

header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 4px 0;
	transition: 0.4s;
}
header .mobBar #TopMenu .bar2 {
	width: 30px;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	width: 20px!important;
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 250px;
	height: 320px;
	background: #fff;
	padding: 70px 0 0;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding: 10px 20px;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: #6c0434;
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 15px;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #6c0434;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	visibility: hidden;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	padding: 7px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #6c0434;
}
/** END **/
.mainhead-cnttitle {
	position: relative;
	display: block;
	text-align: center;
}
.alphatroservce-listing-section {
	position: relative;
	overflow: hidden;
	padding: 80px 0;
}
.alphatroservce-listing-section .tbx {
	text-align:center;
	margin-bottom: 40px;
    padding: 0 40px;
}
.alphatroservce-listing-section h1 {
	display: block;
	font-size: 21px;
	color: #131c21;
	line-height: 28px;
	font-weight: 500;
	margin: 10px 0 0;
	padding: 0;
}
.alphatroservce-listing-section h3 {
	display: block;
	font-size: 50px;
	color: #131c21;
	line-height: 58px;
	font-weight: 700;
	margin: 0 50px 20px;
	padding: 0;
}
.alphatroservce-listing-section h5 {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 5px 25px 4px;
}
.alphatroservce-listing-section h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #6c0434;
	-webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
/*.alphatroservce-listing-section h2 {
	display: block;
	font-size: 50px;
	color: #131c21;
	line-height: 58px;
	font-weight: 700;
	margin: 0 250px 20px;
	padding: 0;
}*/
.alphatroservce-listing-section h4 {
	display: block;
	font-size: 25px;
	color: #131c21;
	line-height: 30px;
	font-weight: 700;
	margin: 0 250px 50px;
	padding: 0;
}
.alphatroservce-listing-section p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.alphatroservce-listing-section .mtbtm {
	margin-bottom: 120px;
}
.alphatroservce-listing-section .indivalpha-servbx {
	-webkit-box-shadow: 0 10px 30px 0 rgba(4,16,38,.06);
	box-shadow: 0 10px 30px 0 rgba(4,16,38,.06);
	text-align: center;
	background: #fff;
	padding: 15px 15px 40px;
	margin-bottom: -50px;
	min-height: 375px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.alphatroservce-listing-section .indivalpha-servbx:hover {
	-webkit-transform: translate(-20px, -20px);
	-ms-transform: translate(-20px, -20px);
	transform: translate(-20px, -20px);
}
.alphatroservce-listing-section .indivalpha-servbx::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border: 8px solid #6c0434;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.alphatroservce-listing-section .indivalpha-servbx:hover::before {
	opacity: 1;
}
.alphatroservce-listing-section .shape-overly {
	position: absolute;
	top: 0px;
	left: 15px;
	right: 15px;
	width: 90%;
	height: calc(105% - 0px);
	z-index: -1;
	background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
	background: -o-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
	background: repeating-linear-gradient(-45deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
}
.alphatroservce-listing-section .indivalpha-servbx h4 {
    position: relative;
    font-size: 24px;
    color: #131c21;
    line-height: 30px;
    font-weight: 700;
    margin: 30px 0 0;
    padding: 0;
}
.alphatroservce-listing-section .indivalpha-servbx p {
    color: rgba(19, 28, 33, .6);
}
.alphatroservce-listing-section .indivalpha-servbx:hover a {
	text-decoration: none;
}
.alphatroservce-listing-section .indivalpha-servbx .imgbx {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.alphatroservce-listing-section .indivalpha-servbx .imgbx img {
	width: 100%;
	height: auto;
}
.alphatroservce-listing-section .allservices-btn {
	display: block;
	padding: 110px 50px 0;
	text-align: center;
}
.alphatroservce-listing-section .allservices-btn a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	text-decoration: none;
	transition: 0.3s;
	background: #6c0434;
	border: 1px solid #6c0434;
	border-radius: 3px;
	padding: 20px 35px;
	margin: 0;
}
.alphatroservce-listing-section .allservices-btn a:hover {
	color: #fff;
	background: #6c0434;
	border: 1px solid #6c0434;
}
.alphatroabout-section {
	position: relative;
	padding: 0 0 80px 0;
	overflow: hidden;
}
.alphatroabout-section h5 {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 5px 25px 4px;
}
.alphatroabout-section h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #6c0434;
	-webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.alphatroabout-section h2 {
	display: block;
	font-size: 42px;
	color: #131c21;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.alphatroabout-section p {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0px 10px 0;
}
.alphatroabout-section .msnbx {
	width: 100%;
	float: left;
	padding: 20px 0 0;
}
.alphatroabout-section .msnbx .lticn {
	width: 20%;
	float: left;
}
.alphatroabout-section .msnbx .dscbx {
	width: 80%;
	float: left;
}
.alphatroabout-section .msnbx .dscbx h6 {
	font-size: 20px;
	color: #6c0434;
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.alphatroabout-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	display: block;
}
.alphatroabout-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.alphatroabout-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.alphatrowhychseus-section {
	position: relative;
	padding: 100px 0;
	background-image: url(../images/cargo-transport-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #6c0434;
	text-align: center;
}
.alphatrowhychseus-section .background-overlay {
	inset: 0;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(180deg, #6c0434 0%, #250313 100%);
	opacity: .92;
	transition: background .3s, border-radius .3s, opacity .3s;
}
.alphatrowhychseus-section h3 {
	display: block;
	font-size: 45px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.alphatrowhychseus-section p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 60px;
	margin: 0;
}
.alphatrocounter-section {
	position: relative;
	margin-top: -65px;
}
.alphatrocounter-section .container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	z-index: 1;
	width: 1100px;
}
.alphatrocounter-section .counter-box {
	padding: 15px;
	margin: 15px 0;
	text-align: center;
}
.alphatrocounter-section .counter-box.spc {
	border-left: 1px solid #6c0434;
}
.alphatrocounter-section .counter-box .counter-box-content {
	display: block;
	color: #6c0434;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	padding: 0;
	margin: 0;
}
.alphatrocounter-section .counter-box.home-effective .content-box-percentage {
	display: inline-block;
}
.alphatrocounter-section .counter-box.home-effective .content-box-percentage .display-percentage {
	display: inline-block;
	color: #6c0434;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.alphatrocounter-section .counter-box.home-effective .content-box-percentage .display-num {
	display: inline-block;
	color: #6c0434;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.alphatrocounter-section .counter-box.home-effective strong {
	display: inline-block;
	color: #6c0434;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	padding: 0 5px;
	margin: 0;
}
.alphatrocounter-section .counter-box.home-effective .content-box-percentage .counter-box-content {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.alphatrocontent-area-section {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
.alphatrocontent-area-section h3 {
	display: block;
	font-size: 45px;
	color: #131c21;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 0 90px;
}
.alphatrocontent-area-section p {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 10px 90px;
}
.alphatrocontent-area-section ul {
	list-style: none;
	margin: 0 0 0 90px;
	padding: 0;
}
.alphatrocontent-area-section ul li {
	font-size: 14px;
	color: #000;
	line-height: 22px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0;
}
.alphatrocontent-area-section ul li img {
	width: 15px;
	height: auto;
	margin-right: 5px;
}
.alphatrocontent-area-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 86%;
	float: left;
}
.alphatrocontent-area-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.alphatrocontent-area-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.alphatrodelivering-section {
	position: relative;
	padding: 100px 0;
	background-image: url(../images/cargo-transport-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-color: #6c0434;
	text-align: center;
}
/*.alphatrodelivering-section::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 68px;
	background: url(../images/whtline-shpbg1.png) no-repeat;
}*/
.alphatrodelivering-section .background-overlay {
	inset: 0;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(180deg, #6c0434 0%, #250313 100%);
	opacity: .92;
	transition: background .3s, border-radius .3s, opacity .3s;
}
.alphatrodelivering-section h3 {
	display: block;
	font-size: 45px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	margin: 0 100px 10px;
	padding: 0;
}
.alphatrodelivering-section p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.alphatrodelivering-section .get-quote-btn {
	display: block;
	padding: 30px 0 0;
}
.alphatrodelivering-section .get-quote-btn a {
	display: inline-block;
	color: #6c0434;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	text-decoration: none;
	transition: 0.3s;
	background: #fff;
	border: 1px solid #6c0434;
	border-radius: 3px;
	padding: 20px 30px;
	margin: 0;
}
.alphatrodelivering-section .get-quote-btn a:hover {
	color: #6c0434;
	background: #fff;
}
.alphatromakean-enquiry-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/mapdots.jpg) no-repeat #fff;
	background-size: cover;
}
.alphatromakean-enquiry-section .indiv-enquiryform {
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, .09);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 30px;
	border-radius: 20px;
}
.alphatromakean-enquiry-section .indiv-enquiryform h3 {
	display: block;
	font-size: 45px;
	color: #131c21;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpnme {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpnme::placeholder {
 color:#0a0a0a;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpeml {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpeml::placeholder {
 color:#0a0a0a;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpcal {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.alphatromakean-enquiry-section .indiv-enquiryform .inpcal::placeholder {
 color:#0a0a0a;
}
.alphatromakean-enquiry-section .indiv-enquiryform textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.alphatromakean-enquiry-section .indiv-enquiryform textarea::placeholder {
 color:#0a0a0a;
}
.alphatromakean-enquiry-section .indiv-enquiryform .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 30px 0;
	background: #6c0434;
	border-radius: 5px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.alphatromakean-enquiry-section .indiv-contactdetail {
	position: relative;
	padding: 50px;
}
.alphatromakean-enquiry-section .indiv-contactdetail h5 {
	font-size: 15px;
	color: #131c21;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 0;
}
.alphatromakean-enquiry-section .indiv-contactdetail h3 {
	display: block;
	font-size: 45px;
	color: #131c21;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li {
	position: relative;
    border: 1px solid #dfdfdf;
    padding: 10px 50px;
    margin: 10px 0;
    background: rgba(256, 256, 256, 0.7);
    border-radius: 8px;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li a {
	position: relative;
	display: block;
	color: #131c21;
	font-size: 19px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 0 0 60px;
	margin: 20px 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li a:hover {
	color: #131c21;
	text-decoration: none;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li a.adicn {
	background: url(../images/adricn.png) no-repeat;
	background-size: 40px 40px;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li a.phicn {
	background: url(../images/phnicn.png) no-repeat;
	background-size: 40px 40px;
}
.alphatromakean-enquiry-section .indiv-contactdetail ul li a.emicn {
	background: url(../images/emlicn.png) no-repeat;
	background-size: 40px 40px;
}
.fixstkylink {
	position: fixed;
	width: 50px;
	bottom: 50px;
	right: 0;
	z-index: 9;
	background: #6c0434;
	border-radius: 12px 0 0 12px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .4);
}
.fixstkylink a {
	display: block;
}
.fixstkylink .cal1 {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 10px 0;
}
.fixstkylink .cal1 img {
	display: block;
	width: 32px;
	height:auto;
	margin:0 auto;
}
.fixstkylink .cal2 {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 10px 0;
}
.fixstkylink .cal2 img {
	display: block;
	width: 32px;
	height:auto;
	margin:0 auto;
}
.fixstkylink .cal3 {
	display: block;
	border-bottom: 3px solid #fff;
	padding: 10px 0;
}
.fixstkylink .cal3 img {
	display: block;
	width: 32px;
	height:auto;
	margin:0 auto;
}
.fixstkylink .cal4 {
	display: block;
	padding: 10px 0;
}
.fixstkylink .cal4 img {
	display: block;
	width: 32px;
	height:auto;
	margin:0 auto;
}
.btmalphatro-footer-wrap {
	position: relative;
	background: #000;
	padding: 60px 0 0;
}
.btmalphatro-footer-wrap .alphalgo {
	float: left;
	width: 100%;
	padding: 0 30px 10px;
	text-align:center;
}
.btmalphatro-footer-wrap .alphalgo img {
	width: 295px;
	height: auto;
}
.btmalphatro-footer-wrap .alphatxtline {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 30px;
	margin: 0 0 20px;
}
.btmalphatro-footer-wrap .alphacontact-info {
	width: 100%;
	float: left;
	padding: 0 30px;
	margin: 0 0 50px;
}
.btmalphatro-footer-wrap .alphacontact-info h4 {
	position: relative;
	display: block;
	color: #ddbcbc;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 0 0 20px;
	margin: 0;
}
.btmalphatro-footer-wrap .alphacontact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btmalphatro-footer-wrap .alphacontact-info ul li {
	position: relative;
	width: 100%;
	float: left;
	margin: 5px 0;
}
.btmalphatro-footer-wrap .alphacontact-info ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 0 30px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btmalphatro-footer-wrap .alphacontact-info ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.btmalphatro-footer-wrap .alphacontact-info ul li a.adicn {
	background: url(../images/ftadricn.jpg) no-repeat 0 2px;
	background-size: 20px 20px;
}
.btmalphatro-footer-wrap .alphacontact-info ul li a.phicn {
	background: url(../images/ftphnicn.jpg) no-repeat;
	background-size: 21px 21px;
}
.btmalphatro-footer-wrap .alphacontact-info ul li a.emicn {
	background: url(../images/ftemlicn.jpg) no-repeat;
	background-size: 20px 20px;
}
.btmalphatro-footer-wrap .alphaquck-link {
	width: 35%;
	float: left;
	padding-left:50px;
}
.btmalphatro-footer-wrap .alphaquck-link h4 {
	position: relative;
	display: block;
	color: #ddbcbc;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 0 0 20px;
	margin: 0;
}
.btmalphatro-footer-wrap .alphaquck-link h5 {
	position: relative;
	display: block;
	color: #ddbcbc;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 40px 0 10px;
	margin: 0;
}
.btmalphatro-footer-wrap .alphaquck-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btmalphatro-footer-wrap .alphaquck-link ul li {
	position: relative;
}
.btmalphatro-footer-wrap .alphaquck-link ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/ft-arw.png) no-repeat 0 13px;
	background-size: 5px 8px;
	padding: 5px 0 5px 13px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btmalphatro-footer-wrap .alphaquck-link ul li a:hover {
	color: #ddbcbc;
	text-decoration: none;
	background: url(../images/ft-arw-h.png) no-repeat 8px 13px;
	background-size: 5px 8px;
	padding-left: 20px;
}
.btmalphatro-footer-wrap #nav_menu-3 {
	padding-top: 30px;
}
.btmalphatro-footer-wrap .alphaserv-link {
	width: 65%;
	float: left;
}
.btmalphatro-footer-wrap .alphaserv-link h4 {
	position: relative;
	display: block;
	color: #ddbcbc;
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 0 0 20px;
	margin: 0;
}
.btmalphatro-footer-wrap .alphaserv-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btmalphatro-footer-wrap .alphaserv-link ul li {
	position: relative;
	width: 50%;
	float: left;
}
.btmalphatro-footer-wrap .alphaserv-link ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	background: url(../images/ft-arw.png) no-repeat 0 13px;
	background-size: 5px 8px;
	padding: 5px 0 5px 13px;
	margin: 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.btmalphatro-footer-wrap .alphaserv-link ul li a:hover {
	color: #ddbcbc;
	text-decoration: none;
	background: url(../images/ft-arw-h.png) no-repeat 8px 13px;
	background-size: 5px 8px;
	padding-left: 20px;
}
.btmalphatro-footer-wrap .cpybtm {
	float: left;
	width: 100%;
	background: #6c0434;
	padding: 5px 0;
}
.btmalphatro-footer-wrap .lftcpy {
	float: left;
	width: 50%;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.btmalphatro-footer-wrap .lftcpy a {
	color: #fff;
	text-decoration: none;
}
.btmalphatro-footer-wrap .rgtdesgnby {
	width: 50%;
	float: left;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.btmalphatro-footer-wrap .rgtdesgnby a {
	color: #ddb460;
	text-decoration: none;
}
/******** INNER PAGES CSS ******/

.innermainhero-alphatrossct-section {
	position: relative;
	width: 100%;
}
.innermainhero-alphatrossct-section img {
	width: 100%;
	height: auto;
}
.innermainhero-alphatrossct-section::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: transparent;
	background-image: linear-gradient(180deg, #6c0434 0%, #250313 100%);
	opacity: .9;
	transition: background .3s, border-radius .3s, opacity .3s;
	inset: 0;
}
.innermainhero-alphatrossct-section.contact::before {
	opacity: .7;
}
.innermainhero-alphatrossct-section::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 1;
	background: url(../images/whtline-shpbg2.png) no-repeat center;
}
.innermainhero-alphatrossct-section .innslider-dscbx {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	padding: 170px 0 0;
}
.innermainhero-alphatrossct-section .innslider-dscbx h3 {
	font-size: 45px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.inneralphatro-aboutpge-section {
	position: relative;
	padding: 50px 0;
}
.inneralphatro-aboutpge-section .innabut-bx {
	width: 90%;
	background: #fff;
	padding: 60px;
	margin: 40px 0 0 -80px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	border-radius: 10px;
}
.inneralphatro-aboutpge-section .innabut-bx h5 {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 5px 25px 4px;
}
.inneralphatro-aboutpge-section .innabut-bx h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #6c0434;
	-webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.inneralphatro-aboutpge-section .innabut-bx h2 {
	display: block;
	font-size: 45px;
	color: #131c21;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.inneralphatro-aboutpge-section .innabut-bx p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.inneralphatro-aboutpge-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 88%;
	float: right;
	border-radius: 10px;
	margin-right: -30px;
}
.inneralphatro-aboutpge-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.inneralphatro-aboutpge-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.inneralphatro-mission-vision-section {
	position: relative;
	padding: 80px 0;
}
.inneralphatro-mission-vision-section h4 {
	position: relative;
	z-index: 1;
	font-size: 25px;
	color: #131c21;
	font-weight: 700;
	line-height: 30px;
	margin: 20px 0 10px;
	padding: 0;
}
.inneralphatro-mission-vision-section p {
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: rgba(19,28,33,0.6);
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.inneralphatro-mission-vision-section img {
	position: relative;
	z-index: 1;
}
.inneralphatro-mission-vision-section .misn-tbx {
	position: relative;
	float: right;
	width: 84%;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	min-height: 350px;
}
.inneralphatro-mission-vision-section .misn-tbx::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	border-radius: 10px;
}
.inneralphatro-mission-vision-section .misn-tbx:hover {
	background-image: url(../images/mission-icn.png);
	background-position: 400px 25px;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.inneralphatro-mission-vision-section .vion-tbx {
	position: relative;
	float: left;
	width: 84%;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0 15px;
	padding: 50px;
	background: #fff;
	border-radius: 10px;
	min-height: 350px;
}
.inneralphatro-mission-vision-section .vion-tbx::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	border-radius: 10px;
}
.inneralphatro-mission-vision-section .vion-tbx:hover {
	background-image: url(../images/vision-icn.png);
	background-position: 400px 25px;
	background-repeat: no-repeat;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.inneralphatro-whychseus-section {
	position: relative;
	padding: 100px 0;
	background: #6c0434;
	text-align: center;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.inneralphatro-whychseus-section h3 {
	display: block;
	font-size: 45px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.inneralphatro-whychseus-section p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 200px 50px;
	margin: 0;
}
.inneralphatro-whychseus-section .inntbx {
	position: relative;
	text-align: left;
	border-radius: 5px;
	padding: 35px 20px;
	margin: 15px 0;
	height: 130px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.inneralphatro-whychseus-section .inntbx:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 24px 32px 0 rgba(4,16,38,.1);
	box-shadow: 0 24px 32px 0 rgba(4,16,38,.1);
}
.inneralphatro-whychseus-section .inntbx .icnimg {
	float: left;
	width: 18%;
	margin-right: 25px;
}
.inneralphatro-whychseus-section .inntbx .ptdsc {
	float: left;
	width: 73%;
}
.inneralphatro-whychseus-section .inntbx .ptdsc .contbx {
	overflow: hidden;
}
.inneralphatro-whychseus-section .inntbx .ptdsc .contbx h5 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.inneralphatro-whychseus-section .inntbx:hover .ptdsc .contbx h5 {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.inneralphatro-whychseus-section .inntbx .ptdsc .contbx .info {
	position: relative;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	padding: 0;
	margin: 0;
	-webkit-transform: translateY(-150px);
	-ms-transform: translateY(-150px);
	transform: translateY(-150px);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.inneralphatro-whychseus-section .inntbx:hover .ptdsc .contbx .info {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.inneralphatro-whychseus-section .inntbx::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 17px;
	border-color: rgba(255,255,255,.3);
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-top-left-radius: 5px;
}
.inneralphatro-whychseus-section .inntbx::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 17px;
	border-color: rgba(255,255,255,.3);
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-top-right-radius: 5px;
}
.inneralphatro-whychseus-section .inntbx:hover::before {
	display: none;
}
.inneralphatro-whychseus-section .inntbx:hover::after {
	display: none;
}
.inneralphatro-whychseus-section .innshap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.inneralphatro-whychseus-section .innshap::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 17px;
	border-color: rgba(255,255,255,.3);
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-bottom-left-radius: 5px;
}
.inneralphatro-whychseus-section .innshap::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 17px;
	border-color: rgba(255,255,255,.3);
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-bottom-right-radius: 5px;
}
.inneralphatro-whychseus-section .inntbx:hover .innshap {
	display: none;
}
/******** SERVICES PAGE CSS ******/

.inneralphatro-servicepge-section {
	position: relative;
	padding: 50px 0;
}
.inneralphatro-servicepge-section .innserv-bx {
	width: 80%;
	float: right;
}
.inneralphatro-servicepge-section .innserv-bx h5 {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 5px 25px 4px;
}
.inneralphatro-servicepge-section .innserv-bx h5::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: #6c0434;
	-webkit-clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
	clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}
.inneralphatro-servicepge-section .innserv-bx h2 {
	display: block;
	font-size: 39px;
	color: #131c21;
	line-height: 44px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.inneralphatro-servicepge-section .innserv-bx p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.inneralphatro-servicepge-section .innserv-bx ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.inneralphatro-servicepge-section .innserv-bx ul li {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/list-icn-red.jpg) no-repeat 0 14px;
	margin: 0;
	padding: 10px 0 10px 26px;
	transition: 0.3s;
}
.inneralphatro-servicepge-section .innserv-bx ul li strong {
	color: #041026;
	font-weight: 700;
}
.inneralphatro-servicepge-section .innserv-bx ul li:hover {
	background: url(../images/list-icn-blk.jpg) no-repeat 0 14px;
}
.inneralphatro-servicepge-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 88%;
	float: left;
	border-radius: 10px;
	margin: 20px 0 0 10px;
}
.inneralphatro-servicepge-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.inneralphatro-servicepge-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.inneralphatro-servicepge-section .innserv-bx1 {
	width: 80%;
	margin:0 auto;
}
.inneralphatro-servicepge-section .innserv-bx1 p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	text-align: justify;
	margin: 0;
	padding: 10px 0;
}
.inneralphatro-servicepge-section .innserv-bx1 ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.inneralphatro-servicepge-section .innserv-bx1 ul li {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/list-icn-red.jpg) no-repeat 0 14px;
	margin: 0;
	padding: 10px 0 10px 26px;
	transition: 0.3s;
}
.inneralphatro-servicepge-section .innserv-bx1 ul li strong {
	color: #041026;
	font-weight: 700;
}
.inneralphatro-servicepge-section .innserv-bx1 ul li:hover {
	background: url(../images/list-icn-blk.jpg) no-repeat 0 14px;
}
.innerwhytransport-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background: #f1dfdf;
}
.innerwhytransport-section h3 {
	display: block;
	font-size: 32px;
	color: #131c21;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerwhytransport-section p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 10px 100px;
}
.innerwhytransport-section .row {
	width: 90%;
	margin: 0 auto;
}
.innerwhytransport-section .tbx {
	position: relative;
	margin: 15px 0 20px;
	padding: 40px;
	background: #fff;
	border: 1px solid #6c0434;
	border-radius: 10px;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: center;
}
.innerwhytransport-section .tbx h4 {
	position: relative;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0;
}
.innerwhytransport-section .tbx p {
	padding: 0;
}
.innerwhytransport-section .tbx img {
	display: block;
	margin: 0 auto;
}
.innerwhytransport-section .tbx:hover {
	border: 4px solid #6c0434;
}
.innerkeyfeatur-contarea-section {
	position: relative;
	padding: 50px 0 0;
}
.innerkeyfeatur-contarea-section .row {
	width: 90%;
	margin: 0 auto;
}
.innerkeyfeatur-contarea-section .row .row {
	width: 100%;
}
.innerkeyfeatur-contarea-section.top-serv h3:first-child {
	display: block;
	font-size: 35px;
	color: #131c21;
	line-height: 42px;
	font-weight: 700;
	margin: 0 9% 33px;
	text-align: center;
	padding: 0;
}
.innerkeyfeatur-contarea-section h3 {
	display: block;
	font-size: 28px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.innerkeyfeatur-contarea-section h4 {
	display: block;
	font-size: 28px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 20px 0 20px;
	padding: 0;
}
.innerkeyfeatur-contarea-section h5 {
	display: block;
	font-size: 28px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 0;
}
.innerkeyfeatur-contarea-section h6 {
	display: block;
	font-size: 28px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 0;
}
.innerkeyfeatur-contarea-section p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerkeyfeatur-contarea-section p strong {
	display: block;
    color: #6c0434;
    font-weight: 600;
    margin-bottom: 5px;
}
.innerkeyfeatur-contarea-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerkeyfeatur-contarea-section .keylist li {
	background:none;
	padding-left:0;
}
.innerkeyfeatur-contarea-section ul li {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    /* text-align: left; */
    margin: 0;
    padding: 10px 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
}
.innerkeyfeatur-contarea-section ul li strong {
	display: block;
    font-size: 18px;
    color: #6c0434;
    font-weight: 600;
    margin-bottom: 5px;
}
.innerkeyfeatur-contarea-section ul li img {
	float: left;
    width: 70px;
    height: auto;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    margin: 0 10px 0 0;
	transition: 0.3s;
}
.innerkeyfeatur-contarea-section ul li:hover img {
	transform: translateY(-10px);
}
.innerkeyfeatur-contarea-section ul li.lstbx {	
	float:left;
	padding: 20px 10px;
}
.innerkeyfeatur-contarea-section ul li.lstbx img {
    float: none;
    display: block;
    margin: 0 10px 10px auto;
}
.innerkeyfeatur-contarea-section ul li.lstbx1 {
	float:left;
	padding: 10px;
}
.innerkeyfeatur-contarea-section ul li.lstbx1 img {
	float:none;
	display:block;
	margin:0 10px 10px auto;
}
.innerkeyfeatur-contarea-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.innerkeyfeatur-contarea-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.innerkeyfeatur-contarea-section .alignright {
	float:right;
	width: 45%;
	height: auto;
	margin:0 0 0 40px;
}
.innerkeyfeatur-contarea-section .alignleft {
	float:left;
	width: 45%;
	height: auto;
	margin:0 40px 0 0;
}

.innerkeyfeatur-contarea-section-nw {
	position: relative;
	background: url(../images/warehouse-bg.jpg) no-repeat;
	background-size:cover;
	padding: 50px 0;
    margin: 50px 0 20px;
	text-align: center;
}
.innerkeyfeatur-contarea-section-nw::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	width: 100%;
	z-index: -1;
	height: 100%;
	background: rgba(256, 256, 256, 0.8);
}
.innerkeyfeatur-contarea-section-nw h4 {
	display: block;
	font-size: 28px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 0 150px 10px;
	padding: 0;
}
.innerkeyfeatur-contarea-section-nw p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerkeyfeatur-contarea-section-nw ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerkeyfeatur-contarea-section-nw ul li {
	font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin: 15px 5px 0;
    padding: 20px;
    transition: 0.3s;
    width: 24%;
    float: left;
    background: #fff;
    border-radius: 20px;
    min-height: 285px;
	box-shadow: 0 10px 20px 0 rgba(4, 16, 38, .2);
}
.innerkeyfeatur-contarea-section-nw ul li:hover {
    background: #eddbdb;
	transform: translateY(-10px);
}
.innerkeyfeatur-contarea-section-nw ul li strong {
	display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0 20px;
}
.innerkeyfeatur-contarea-section-nw ul li img {
    width: 85px;
    height: auto;
    border: 1px solid #6c0434;
    border-radius: 50%;
    padding: 10px;
    background: #6c0434;
    margin: 0 0 15px;
}
.innerkeyfeatur-contarea-section-nw ul li:hover img {
    animation: headShake 2s linear infinite;
}
.innerkeyfeatur-contarea-section-nw ul li.lst1 {
    width: 19%;
    min-height: 175px;
}
.innerkeyfeatur-contarea-section-nw .innrtbx {
    width: 45%;
    float: left;
    background: #fff;
    border-radius: 20px;
	padding:40px;
    margin: 15px 25px;
	box-shadow: 0 10px 20px 0 rgba(4, 16, 38, .2);
}
.innerkeyfeatur-contarea-section-nw .innrtbx h3 {
	display: block;
	font-size: 25px;
	color: #131c21;
	line-height: 32px;
	font-weight: 700;
	margin: 30px 0 10px;
	padding: 0;
}
.innerkeyfeatur-contarea-section-nw .innrtbx img {
	width: 50%;
	height: auto;
	transition: all .4s;
	border-radius: 50%;
	border: 1px solid #d6d6d6;
	padding:10px;
}
.innerkeyfeatur-contarea-section-nw .innrtbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerkeyfeatur-contarea-section-nw .innrtbx ul li {
	display: inline-block;
	float:none;
	width:auto;
	border-radius:0px;
	box-shadow:inherit;
	min-height:inherit;
	padding:0;
	margin: 0;
}
.innerbenefits-choosing-section {
	position: relative;
	padding: 60px 0;
	margin: 80px 0 0;
	background: #f7f7f7;
}
.innerbenefits-choosing-section h3 {
	display: block;
	font-size: 35px;
	color: #000;
	line-height: 42px;
	font-weight: 700;
	text-align:center;
	margin: 0 0 30px;
	padding: 0;
}
.innerbenefits-choosing-section .accordion {
	margin: 0 30px;
}
.innerbenefits-choosing-section .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: 0;
}
.innerbenefits-choosing-section .card {
	border: none;
	border-radius: inherit;
	background-color: inherit;
	margin: 10px 0;
}
.innerbenefits-choosing-section .card-header {
	border-bottom: none;
	background-color: inherit;
	padding: 0;
}
.innerbenefits-choosing-section .text-left {
	font-size: 15px;
	color: #6c0434;
	line-height: 25px;
	font-weight: 600;
	border: 1px solid #cdcdcd;
	margin: 0;
	padding: 10px 40px 10px 15px;
	border-radius: 10px;
	min-height: 75px;
}
.innerbenefits-choosing-section .collapsed::before {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	background: url(../images/dwnarw1.png) no-repeat;
	background-size: 24px 24px;
}
.innerbenefits-choosing-section .show::before {
	content: '';
	position: absolute;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	background: url(../images/uparw1.png) no-repeat;
	background-size: 24px 24px;
}
.innerbenefits-choosing-section .benefits-content {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	padding: 20px 20px 10px;
	margin: -10px 0 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0 0 10px 10px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-top: none;
}
.innerbenefits-choosing-section .benefits-content p {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0 0;
}
.innerbenefits-choosing-section .benefits-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innerbenefits-choosing-section .benefits-content ul li {
	font-size: 15px;
	color: #000;
	line-height: 25px;
	font-weight: 400;
	background: url(../images/list-icn-red.jpg) no-repeat 0 6px;
	background-size:13px 13px;
	margin: 10px 0;
	padding: 0 0 0 22px;
}
.innerbenefits-choosing-section .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.innerbenefits-choosing-section .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
}
.innerbenefits-choosing-section .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerbenefits-ourservices-section {
	position: relative;
	padding: 80px 0;
}
.innerbenefits-ourservices-section h3 {
	font-size: 24px;
	color: #6c0434;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 15px 70px;
	padding: 0;
}
.innerbenefits-ourservices-section h4 {
	font-size: 24px;
	color: #6c0434;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
	margin: 0 70px 15px 0;
	padding: 0;
}
.innerbenefits-ourservices-section .lftside-srvbx {
	width: 100%;
	float: left;
	padding: 25px 30px 25px 70px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerbenefits-ourservices-section .lftside-srvbx:hover {
	animation: headShake 2s linear infinite;
}
.innerbenefits-ourservices-section .lftside-srvbx .lticn {
	width: 26%;
	float: left;
}
.innerbenefits-ourservices-section .lftside-srvbx .lticn img {
	width: 92px;
	height: auto;
}
.innerbenefits-ourservices-section .lftside-srvbx .dscbx {
	width: 74%;
	float: left;
}
.innerbenefits-ourservices-section .lftside-srvbx .dscbx h6 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}
.innerbenefits-ourservices-section .lftside-srvbx .dscbx p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.innerbenefits-ourservices-section .cnter-imgbx {
	position: relative;
	overflow: hidden;
	width: 120%;
	float: left;
	border-radius: 10px;
	margin: 0 0 0 -18px;
}
.innerbenefits-ourservices-section .cnter-imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.innerbenefits-ourservices-section .cnter-imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
.innerbenefits-ourservices-section .rgtside-srvbx {
	width: 100%;
	float: left;
	padding: 25px 70px 25px 30px;
	text-align: right;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerbenefits-ourservices-section .rgtside-srvbx:hover {
	animation: headShake 2s linear infinite;
}
.innerbenefits-ourservices-section .rgtside-srvbx .lticn {
	width: 26%;
	float: right;
}
.innerbenefits-ourservices-section .rgtside-srvbx .lticn img {
	width: 92px;
	height: auto;
}
.innerbenefits-ourservices-section .rgtside-srvbx .dscbx {
	width: 74%;
	float: left;
}
.innerbenefits-ourservices-section .rgtside-srvbx .dscbx h6 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}
.innerbenefits-ourservices-section .rgtside-srvbx .dscbx p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.inneralphatro-contactpge-section {
	position: relative;
	padding: 50px 0 70px;
}
.inneralphatro-contactpge-section .row {
	width: 90%;
	margin: 0 auto;
}
.inneralphatro-contactpge-section .tbx {
	position: relative;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	min-height: 240px;
}
.inneralphatro-contactpge-section .tbx h4 {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
}
.inneralphatro-contactpge-section .tbx p {
	font-size: 17px;
	color: #000;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.inneralphatro-contactpge-section .tbx p a {
	color: #000;
	text-decoration: none;
}
.inneralphatro-contactpge-section .tbx p a:hover {
	color: #000;
	text-decoration: none;
}
.inneralphatro-contactpge-section .tbx .imgicn1 {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 30px;
	background: url(../images/location-mapicon.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx .imgicn2 {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 30px;
	background: url(../images/email-icon.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx:hover .imgicn1 {
	background: url(../images/location-mapicon-h.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx:hover .imgicn2 {
	background: url(../images/email-icon-h.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx:hover {
	background: #6c0434;
}
.inneralphatro-contactpge-section .tbx:hover h4 {
	color: #fff;
}
.inneralphatro-contactpge-section .tbx:hover p {
	color: #fff;
}
.inneralphatro-contactpge-section .tbx:hover p a {
	color: #fff;
}
.inneralphatro-contactpge-section .tbx1 {
	position: relative;
	padding: 30px;
	background: #6c0434;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .35);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	min-height: 240px;
}
.inneralphatro-contactpge-section .tbx1 h4 {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
}
.inneralphatro-contactpge-section .tbx1 p {
	font-size: 17px;
	color: #fff;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.inneralphatro-contactpge-section .tbx1 p a {
	color: #fff;
	text-decoration: none;
}
.inneralphatro-contactpge-section .tbx1 p a:hover {
	color: #fff;
	text-decoration: none;
}
.inneralphatro-contactpge-section .tbx1 .imgicn1 {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto 30px;
	background: url(../images/phone-callicon.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx1:hover .imgicn1 {
	background: url(../images/phone-callicon-h.png) no-repeat;
	background-size: 58px 58px;
}
.inneralphatro-contactpge-section .tbx1:hover {
	background: #ddbcbc;
}
.inneralphatro-contactpge-section .tbx1:hover h4 {
	color: #6c0434;
}
.inneralphatro-contactpge-section .tbx1:hover p {
	color: #000;
}
.inneralphatro-contactpge-section .tbx1:hover p a {
	color: #000;
}
.innermakean-enquiry-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/contact-enq-bg1.jpg) no-repeat top right #6c0434;
	background-size: 1050px 614px;
}
.innermakean-enquiry-section .indiv-enquiryform {
	position: relative;
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, .09);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	padding: 30px;
	border-radius: 20px;
}
.innermakean-enquiry-section .indiv-enquiryform h3 {
	display: block;
	font-size: 39px;
	color: #6c0434;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.innermakean-enquiry-section .indiv-enquiryform .inpnme {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.innermakean-enquiry-section .indiv-enquiryform .inpnme::placeholder {
 color:#0a0a0a;
}
.innermakean-enquiry-section .indiv-enquiryform .inpeml {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.innermakean-enquiry-section .indiv-enquiryform .inpeml::placeholder {
 color:#0a0a0a;
}
.innermakean-enquiry-section .indiv-enquiryform .inpcal {
	width: 100%;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.innermakean-enquiry-section .indiv-enquiryform .inpcal::placeholder {
 color:#0a0a0a;
}
.innermakean-enquiry-section .indiv-enquiryform textarea {
	width: 100%;
	height: 110px;
	float: left;
	font-family: 'Poppins';
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 0;
	margin: 10px 0;
	background: #fff;
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #d6d8d9;
}
.innermakean-enquiry-section .indiv-enquiryform textarea::placeholder {
 color:#0a0a0a;
}
.innermakean-enquiry-section .indiv-enquiryform .sbmt-btn {
	float: left;
	width: 100%;
	font-family: 'Poppins';
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 30px;
	padding: 10px 30px;
	margin: 30px 0;
	background: #000;
	border-radius: 5px;
	border: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.innermakean-enquiry-section .indiv-contactdetail {
	position: relative;
	padding: 35px 50px;
}
.innermakean-enquiry-section .indiv-contactdetail h5 {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 0;
}
.innermakean-enquiry-section .indiv-contactdetail h3 {
	display: block;
	font-size: 39px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 0;
}
.innermakean-enquiry-section .indiv-contactdetail ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.innermakean-enquiry-section .indiv-contactdetail ul li {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.innermakean-enquiry-section .indiv-contactdetail ul li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
	padding: 0 0 0 50px;
	margin: 20px 0;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.innermakean-enquiry-section .indiv-contactdetail ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.innermakean-enquiry-section .indiv-contactdetail ul li a.adicn {
	background: url(../images/location-mapicon-h.png) no-repeat;
	background-size: 35px 35px;
}
.innermakean-enquiry-section .indiv-contactdetail ul li a.phicn {
	background: url(../images/phone-callicon.png) no-repeat;
	background-size: 32px 32px;
}
.innermakean-enquiry-section .indiv-contactdetail ul li a.emicn {
	background: url(../images/email-icon-h.png) no-repeat;
	background-size: 35px 35px;
}
.innermakean-enquiry-section .indiv-mapframe {
	width: 100%;
	padding: 0 50px;
}
.innermakean-enquiry-section .indiv-mapframe iframe {
	width: 100%;
	height: 210px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
@-webkit-keyframes floating {
 0% {
 -webkit-transform: rotateX(0deg) translateY(0);
 transform: rotateX(0deg) translateY(0)
}
 50% {
 -webkit-transform: rotateX(0deg) translateY(35px);
 transform: rotateX(0deg) translateY(35px)
}
 100% {
 -webkit-transform: rotateX(0deg) translateY(0);
 transform: rotateX(0deg) translateY(0)
}
}
 @keyframes floating {
 0% {
 -webkit-transform: rotateX(0deg) translateY(0);
 transform: rotateX(0deg) translateY(0)
}
 50% {
 -webkit-transform: rotateX(0deg) translateY(35px);
 transform: rotateX(0deg) translateY(35px)
}
 100% {
 -webkit-transform: rotateX(0deg) translateY(0);
 transform: rotateX(0deg) translateY(0)
}
}
/****** BLOG PAGES CSS *****/

.inneralphatro-insights-postcont-section {
    position: relative;
    padding: 50px 0;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx {
	-webkit-box-shadow: 0 10px 30px 0 rgba(4,16,38,.06);
	box-shadow: 0 10px 30px 0 rgba(4,16,38,.06);
	text-align: center;
	background: #fff;
	padding: 0 0 20px;
	margin-bottom: -50px;
	min-height: 305px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx:hover {
	-webkit-transform: translate(-20px, -20px);
	-ms-transform: translate(-20px, -20px);
	transform: translate(-20px, -20px);
}
.inneralphatro-insights-postcont-section .insights-postcont-bx::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	border: 2px solid #6c0434;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx:hover::before {
	opacity: 1;
}
.inneralphatro-insights-postcont-section .shape-overly {
	position: absolute;
	top: 0px;
	left: 15px;
	right: 15px;
	width: 90%;
	height: calc(105% - 0px);
	z-index: -1;
	background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
	background: -o-repeating-linear-gradient(135deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
	background: repeating-linear-gradient(-45deg, #fff, #fff 2.5px, #6c0434 4px, #6c0434 0);
}
.inneralphatro-insights-postcont-section .insights-postcont-bx .insights-imgbx {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx .insights-imgbx img {
	width: 100%;
	height: auto;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx h5 {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 28px;
	padding: 5px 25px 4px;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx h3 {
	position: relative;
	font-size: 18px;
	color: #131c21;
	line-height: 25px;
	font-weight: 600;
	margin: 20px 15px 0;
	padding: 0;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx p {
	font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx .redmre-btn {
	display: block;
	width:100%;
	text-align:center;
	padding: 10px 0 0;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx .redmre-btn a {
	display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    transition: 0.3s;
    background: #6c0434;
    border: 1px solid #6c0434;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postcont-bx .redmre-btn a:hover {
	color: #fff;
	background: #6c0434;
	border: 1px solid #6c0434;
}
.inneralphatro-insights-postcont-section .mtbtm {
    margin-bottom: 80px;
}
.inneralphatro-insights-postcont-section .insights-recentpost {
	padding:0 0 0 20px;
	margin: 0 0 40px;
}
.inneralphatro-insights-postcont-section .insights-recentpost h3 {
	display: block;
	color: #6c0434;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 0 10px;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-recentpost ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inneralphatro-insights-postcont-section .insights-recentpost ul li {
	position: relative;
	padding: 10px 0;
	margin:0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.inneralphatro-insights-postcont-section .insights-recentpost ul li a {
	display: block;
	color: #131c21;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	background: url(../images/listmnu.png) no-repeat 0 5px;
	background-size: 28px 15px;
	padding: 0 0 0 36px;
	margin: 0;
	text-decoration: none;
}
.inneralphatro-insights-postcont-section .insights-recentpost ul li a:hover {
	color: #6c0434;
	text-decoration: none;
}
.inneralphatro-insights-postcont-section .insights-categorypost {
	padding:0 0 0 20px;
	margin: 0 0 40px;
}
.inneralphatro-insights-postcont-section .insights-categorypost h3 {
	display: block;
	color: #6c0434;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 0 0 10px;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-categorypost ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inneralphatro-insights-postcont-section .insights-categorypost ul li {
	position: relative;
	padding: 10px 0;
	margin:0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}
.inneralphatro-insights-postcont-section .insights-categorypost ul li a {
	display: block;
	color: #131c21;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/listmnu.png) no-repeat 0 5px;
	background-size: 28px 15px;
	padding: 0 0 0 36px;
	margin: 0;
	text-decoration: none;
}
.inneralphatro-insights-postcont-section .insights-categorypost ul li a:hover {
	color: #6c0434;
	text-decoration: none;
}
.inneralphatro-insights-postcont-section .insights-postdetail {
	width: 95%;
	float: left;
	background: #fff;
	padding: 20px;
}
.inneralphatro-insights-postcont-section .insights-postdetail .alignright {
	width: 45%;
	height: auto;
	float: right;
	margin: 0 0 0 20px;
	border-radius: 10px;
}
.inneralphatro-insights-postcont-section .insights-postdetail .aligncenter {
	width: 100%;
	height: auto;
	margin: 20px 0;
	border-radius: 10px;
}
.inneralphatro-insights-postcont-section .insights-postdetail h1 {
	display: block;
	color: #422625;
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	padding: 0 0 20px;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail h2 {
	display: block;
	color: #422625;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail h3 {
	display: block;
	color: #422625;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail h4 {
	display: block;
	color: #422625;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail h4 {
	display: block;
	color: #422625;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	padding: 10px 0 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail p {
	display: block;
	color: #6a6a6a;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail p strong {
	font-weight: 700;
}
.inneralphatro-insights-postcont-section .insights-postdetail ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail ul li {
	display: block;
	color: #6a6a6a;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: url(../images/listmnu.png) no-repeat 0 5px;
	background-size: 28px 15px;
	padding: 0 0 0 36px;
	margin: 3px 0;
}
.inneralphatro-insights-postcont-section .insights-postdetail ul li strong {
	font-weight: 700;
}
.alphatroabout-section ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.alphatroabout-section ul li {
	font-size: 14px;
	color: #000;
	line-height: 23px;
	font-weight: 400;
	background: url(../images/list-icn-red.jpg) no-repeat 0 10px;
	margin: 0;
	padding: 5px 0 5px 26px;
	transition: 0.3s;
}
.alphatroabout-section ul li strong {
	color: #041026;
	font-weight: 700;
}
.alphatroabout-section ul li:hover {
	background: url(../images/list-icn-blk.jpg) no-repeat 0 14px;
}
.alphatrodelivering-section h4 {
	display: block;
	font-size: 45px;
	color: #fff;
	line-height: 48px;
	font-weight: 700;
	margin: 0 100px 10px;
	padding: 0;
}
.alphatrodelivering-section p a {
	color: #007bff;
}
.innerwhytransport-section h2 {
	display: block;
	font-size: 35px;
	color: #131c21;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerwhywarehouse-section {
	position: relative;
	padding: 50px 0;
	text-align: center;
	background-color: #6c0434;
}
.innerwhywarehouse-section h3 {
	display: block;
	font-size: 35px;
	color: #ffffff;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 50px;
	padding: 0;
}
.innerwhywarehouse-section p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	min-height: 170px;
}
.innerwhywarehouse-section .tbx {
	position: relative;
	margin: 15px 0 20px;
	padding: 20px;
	background: #6c0434;
	border: 1px solid #fff;
	border-radius: 0 30px 0 0;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	text-align: center;
}
.innerwhywarehouse-section .tbx h4 {
	position: relative;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	line-height: 31px;
	margin: 0 0 20px;
	height: 65px;
	padding: 0;
}
.innerwhywarehouse-section .tbx img {
	display: block;
	margin: 16px auto;
	filter: brightness(0) invert(1);
}
.innerbenefits-specific-section img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 20px;
}
.innerbenefits-specific-section {
	position: relative;
	padding: 80px 0;
}
.innerbenefits-specific-section p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 15px 70px;
	padding: 0;
}
.innerbenefits-specific-section .tpc-srvbx p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerbenefits-specific-section h3 {
	font-size: 24px;
	color: #6c0434;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 15px 70px;
	padding: 0;
}
.innerbenefits-specific-section h4 {
	font-size: 24px;
	color: #6c0434;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
	margin: 0 70px 15px 0;
	padding: 0;
}
.innerbenefits-specific-section .lftside-srvbx {
	width: 100%;
	float: left;
	padding: 25px 30px 25px 70px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.innerbenefits-specific-section .lftside-srvbx:hover {
	animation: headShake 2s linear infinite;
}
.innerbenefits-specific-section .lftside-srvbx .lticn {
	width: 26%;
	float: left;
}
.innerbenefits-specific-section .lftside-srvbx .lticn img {
	width: 92px;
	height: auto;
}
.innerbenefits-specific-section .lftside-srvbx .dscbx {
	width: 74%;
	float: left;
}
.innerbenefits-specific-section .lftside-srvbx .dscbx h6 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
}
.innerbenefits-specific-section .lftside-srvbx .dscbx p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
.inneralphatro-servicepge-section .innserv-bx h1 {
	display: block;
	font-size: 35px;
	color: #131c21;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
}
.innerkeyfeatur-contarea-section-lst {
	position: relative;
	padding: 60px 0;
}
.innerkeyfeatur-contarea-section-lst h4 {
	display: block;
	font-size: 35px;
	color: #131c21;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
}
.innerkeyfeatur-contarea-section-lst p {
	font-size: 15px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
	padding: 10px 0;
}
.innerkeyfeatur-contarea-section-lst ul {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}
.innerkeyfeatur-contarea-section-lst ul li {
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 400;
	background: url(../images/list-icn-red.jpg) no-repeat 0 14px;
	margin: 0;
	padding: 10px 0 10px 26px;
	transition: 0.3s;
}
.innerkeyfeatur-contarea-section-lst ul li strong {
	color: #041026;
	font-weight: 700;
}
.innerkeyfeatur-contarea-section-lst ul li:hover {
	background: url(../images/list-icn-blk.jpg) no-repeat 0 14px;
}
.innerkeyfeatur-contarea-section-lst .imgbx {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	border-radius: 10px;
}
.innerkeyfeatur-contarea-section-lst .imgbx img {
	width: 100%;
	height: auto;
	transition: all .4s;
	border-radius: 10px;
}
.innerkeyfeatur-contarea-section-lst .imgbx:hover img {
	transform: scale(1.1);
	will-change: transform;
}
