 @import url('https://fonts.googleapis.com/css?family=Lato:400,900');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
 @import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900');

body {
	font-family: "Lato";
	font-size:16px;
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
}
/*====================================================menu-css-start========================================*/
.header_nav {
	width: 100%;
}
/* Header bar */
.header_track {
    width: 100%;
    background-color: #2a85b1; 
    padding-block: 5px;
}

.header_track .supportnumber{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding-top: 9px;
	padding-left: 20px;
}

/* Panel container */
.tracking-panel {
    display: inline-block;
    float: right;
    padding-top: 7px;
}

/* Label */
.tracking-label {
    font-size: 13px;
    font-weight: 600;
    margin-right: 10px;
    color: #333;
    vertical-align: middle;
}

.tracklist li {
  list-style: none;
}

.tracklist .contact-infos {
  background-color: transparent !important;
}

/* Form inline */
.track_sr {
    display: inline-block;
}

.track_sr .form-control,
.track_sr .btn {
    display: inline-block;
    vertical-align: middle;
}

/* Input */
.track_sr .form-control {
    width: 240px;
    min-height: 32px;
    font-size: 15px;
    margin-right: 6px;
}

/* Button */
.track_sr .btn-dark {
    background-color: #1f4e79;
    border-color: #1f4e79;
    color: #fff;
    height: 34px;
    padding: 0 16px;
    width: 82px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.header_social {
    margin-top: 5px;
}
.header_social ul{margin: 0px; padding: 0px;}
.header_social li {
    padding: 0px 8px;
    display: inline-block;
    line-height: 32px;
}
.header_social li a {
    color: #fff;
}
.header_social li a:hover {
    color: #605d5c;
    text-decoration: none;
}
.sr_menubg {
    margin: 0px;
    padding: 0px;
    background: #ffffff;
}

.navbar.navbar-fixed-top.fixed-theme {
	height: 75px;
	background-color: rgb(255, 255, 255);
	vertical-align: middle;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);	
}

.navbar.navbar-fixed-top.fixed-theme img{
	max-width: 110px;
}

.navbar.navbar-fixed-top.fixed-theme .navbar-nav{
	float:right;
	margin:25px 0px;
}


.btn-request-quote {
    color: #393635;
    border-radius: 20px;
    font-weight: 900;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    margin: -13px 0px 0px 0px;
	background: linear-gradient(to left, #f8c300 50%, #605d5c 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    margin-left:10px;
    transition:all 2s ease;
}

.btn-request-quote:hover{
	background-position: left bottom;
	color:#fff;
}

.tl_logo{
	width: 100%;
	max-width: 200px;
}
.track_bg {
    width: 100%;
    display: -webkit-box;
    padding: 0px 9px;
    height: 40px;
}
.track_sr {
    width: 100%;
}
.track_sr h3 {
    margin: 0px;
    font-size: 14px;
    float: left;
    color: #fff;
    width: 30%;
    padding: 9px 0px;
    font-family: "Lato";
    font-weight: 400;
}

.track_sr input {
    width: 50%;
    float: left;
    border-radius: 0px;
    outline: none;
}
.track_sr button {
	 width: 12%;
	float: left;
	background-color: #151517;
	color: #fff;
	border: 0px;
	padding: 6px 0px;
	margin-left: 5px;
	font-weight: 400;
	font-family: "Lato";
	border-radius: 5px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left:0px; }
.navbar-brand {
    float: left;
    padding: 0px 0px;
    font-size: inherit;
    line-height: inherit;
}
.navbar {
	min-height: 50px;
	margin-bottom:0px;
	border: 0px;
}
.navbar-nav {
    float: right;
    margin: 50px 0px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #605d5c;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat';
	font-style: normal;
    font-size: 16px;
}
.nav>li>a {
    padding: 10px 13px;
}
.navbar-inverse {
	background-color: inherit;
	border-color: inherit;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.dropdown-menu {
	border: 0px;
    padding: 0px;
    margin-top:30px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top:0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2a85b1;
    font-size: 15px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
/*----------@media-menu-media-css-start-------------*/

@media all and (max-width: 1024px) {
    
    .track_sr h3{font-size: 12px;}
    

     .navbar-nav {
    float: left;
    margin: 0px;
}
    
    
    .navbar-inverse .navbar-nav>li>a {

    font-size: 12px;
}
    
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: #fff;
	}
.navbar-nav {
    float: right;
    display: inline-block;
    width: 54%;
    margin-top: 70px;
}
	.nav > li > a {
		padding: 5px 9px;
	}
}
@media (max-width: 980px) {
    .navbar{margin-bottom: 0px;}
	.navbar-brand {
		float: left;
		height: 115px;
		padding: 5px 15px;
	}
	
	
	.navbar-toggle {
		margin-top:8px;
	}
	.navbar-brand {
		float: left;
		height: 90px;
		padding: 10px 15px;
	}
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
		color: #fff;
		background-color: #333;
		border: inherit;
	}
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #fff;
		border: 1px solid transparent;
		background-color: #333;
	}
	.navbar-header {
		float: none;;
	}
	.navbar-left,
	.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in {
		display: block !important;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		background-color: #000;
		padding: 0px 10px;
	}
	.navbar-wrapper {
		margin-top: 0px;
		background-color: #fff;
		position: inherit;
	}
	.navbar-inverse .navbar-toggle {
		border-color: #333;
		background-color: #000;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #ffffff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.navbar-nav {
		float: left;
		display: inline-block;
		width: 100%;
	}
}

@media all and (max-width: 480px) {
.track_sr h3 {
font-size: 12px;
    width: 32%;
}
.track_sr {
margin-left: 0px;
}
    
    
@media all and (max-width: 360px) {
    .track_sr h3 {
font-size: 12px;
    width: 28%;
}
.track_sr input {
width: 42%;
    font-size: 12px;
}
    .track_sr h3{padding:5px 0px; }  
    .track_sr button {
        width: 18%;}
    
    

}    
    
    
.navbar-brand {
    float: left;
    height: inherit;
    padding: 0px 15px;
    width: 70%;
}
    .navbar-toggle {
    margin-top: 26px;
}
    
}

@media all and (max-width: 320px) {
	.navbar-brand {
		padding: 15px 3px;
	}
}
/*====================================================banner-css-start========================================*/
.full_slider_bg{width: 100%; }
.slider_bg {
	width: 100%;
	position: fixed;
	display: block;
	height: 500px;
}
.banner_color {
	width: 100%;
	background-color: rgba(60, 60, 60, 0.4);
	position: absolute;
	height: 500px;
}
.carousel {
	margin-bottom: 0px;
	height: 460px;
}
.carousel .item {
	height: 460px;
	background-color: #777;
}
.carousel-control.left {
	margin: 0px;
	padding: 0px;
	background-image: none;
    height: auto;
}
.carousel-control.right {
	margin: 0px;
	padding: 0px;
	background-image: none;
    height: auto;
}
.glyphicon-chevron-left:before {
	display: none;
}
.glyphicon-chevron-right:before {
	display: none;
}
.carousel .item {
	height: 460px;
	background-color: #777;
}
.carousel-caption {
    top: 200px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0 0 0 0px;
    z-index: 0;
    position: absolute;
    color: #fff;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

.carousel-caption h1{
	color: #fff;
	font-family: 'Raleway';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 50px;
	background-color: rgba(0,0,0,0.3);
	display: inline;
	padding: 10px 20px 10px 20px;
}
.carousel-indicators {
	display: none;
}

.full-bg{
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 470px;
}

.section-services-outer{
	padding-block: 50px;
}

.section-services {
	padding: 0px 0px 7px 0px;
}

.section-services-caption {
    text-align: center;
}

.section-services-caption h3 {
    color: #19607a;
    font-size: 27px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    padding: 10px 0px;
    margin: 0px 0 0px 0;
}

/*----------@media-banner-media-css-start-------------*/

@media all and (max-width: 1024px) {
	.carousel {
		height: 351px;
	}
	.carousel .item {
		height: 460px;
		background-color: inherit;
	}
}
@media all and (max-width: 980px) {
    .banner_color {display: none;}
	.carousel {
		height: 336px;
	}

	.full-bg{
		margin-top: 180px !important;
	}	
}
@media all and (max-width: 800px) {
	.carousel {
		height: 263px;
	}
	.carousel-control.left {
		height: 250px;
	}
	.carousel-control.right {
		height: 250px;
	}
	.carousel-caption {
		top: 0px;
		margin: 100px 0 0 0;
	}
	.carousel {
		height: 274px;
	}
}
@media all and (max-width: 768px) {
	.carousel {
		height: 263px;
	}
	.carousel-caption {
		top: 0px;
		margin-top: 100px;
	}
	.carousel-control.left {
		margin: 0px;
		padding: 0px;
		background-image: none;
		height: 230px;
	}
	.carousel-control.right {
		margin: 0px;
		padding: 0px;
		background-image: none;
		height: 230px;
	}
	.carousel-caption {
		font-size: 20px;
	}
}
@media all and (max-width: 640px) {
	.carousel {
		height: 219px;
	}
}
@media all and (max-width: 480px) {
	.carousel {
		height: 164px;
	}
	.carousel-control.left {
		height: 140px;
	}
	.carousel-control.right {
		height: 140px;
	}
	.carousel-caption {
		margin-top: 30px;
		font-size: 10px;
	}
	.carousel-caption h1 {
		font-size: 20px;
	}
}
@media all and (max-width: 360px) {
	.carousel {
		height: 123px;
	}
}
@media all and (max-width: 320px) {
	.carousel {
		height: 110px;
	}
	.carousel-control.left {
		height: 100px;
	}
	.carousel-control.right {
		height: 100px;
	}
	.carousel-caption {
		margin-top: 10px;
		width: 100%;
	}
}
/*====================================================menu-css-start========================================*/

.welcome_bg {
	width: 100%;
}
.welcome_color_main {
	width: 100%;
}
.welcome_color {
    width: 100%;
    display: block;
    background:#fff;
    padding:15px 0px;
}
.welcome {
    width: 100%;
    margin-top: 20px;
    padding-block: 60px;
}
.welcome h3 {
    color: #19607a;
    font-size: 27px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 600;
    font-style: normal;
    line-height: 30px;
    padding: 10px 0px;
    margin: 0px 0 0px 0;
}
.welcome p {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Open Sans';
	font-weight: normal;
	font-style: normal;
}
.track {
	width: 100%;
	background-color: #fff;
	margin: 20px 0 20px 0px;
}
.welcome_img {
	height: 100%
}
.track h2 {
	margin: 0px;
	background-color: #e50819;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}
.track span {
	padding: 0px 5px;
	margin: 0px;
	color: #999;
	font-weight: 300;
	font-size: 12px;
    display: none;
}
.form-group {
	margin-bottom: 0px;
}
.tarinkg-div .form-control {
	border-radius: 0px;
}
.form-group {
	padding: 5px 5px;
}
.form-group textarea {
	border-radius: 0px;
	height: 50px;
}
.form-group btn {
	border-radius: 0px;
}
.text-right {
	text-align: right;
	margin: 5px;
}
.btn-ineer .btn-primary {
    color: #000;
    background-color: #f8c300;
    border-color: #f8c300;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    margin-top: 10px;
}
/*================@media-welcome-media-css-start==============*/

@media all and (max-width: 1024px) {
	.welcome_img {
		height: 200px;
		width: 100%;
	}
}
@media all and (max-width: 980px) {

	.welcome {
	margin-top: 0px;
       
	}
    .welcome h3{margin:0px; border-right: 0px;
		padding: 0px;}
    /*
	.welcome_img {
		display: none;
	}
	.welcome_color {
		background-color: #000;
		position: inherit;
		padding-bottom: 20px;
	}
	.welcome h3 {
		margin: 20px 0 0 0px;
		padding: 0px;
		border-right: 1px solid transparent;
	}
	.welcome p {
		margin-top: 5px;
	}
*/
}

/*====================================================service-css-start========================================*/

.service-padding {
    padding: 15px 15px 0px 0px;
    margin: 0px;
    overflow:hidden;
}

.service-padding img {
    height: 250px;
    transition: transform 2s ease-in-out;
    transform: scale(1);
    width: 100%;
}

.service-padding img:hover {
    transform: scale(1.2);
}
.serviceblock_bg {
	width: 100%;
}
.serviceblock {
	width: 100%;
	background: #f5f5f5;
	padding: 80px 0 20px 0px
}
.servicebox {
	background-color: #fff;
	box-shadow: 1px 2px 5px #a9a9a9;
}
.servicebox h3 {
	margin: 20px 0 10px 20px;
	padding: 0px;
	font-size: 22px;
	color: #303030;
	font-family: 'Lato';
	font-weight: 500;
	font-style: normal;
}
.servicebox ul {
    margin: 0px 0 0 35px;
    padding: 0px;
    min-height: 200px;
}
.servicebox li {
    font-family: 'Lato';
    font-weight: 500;
    font-style: normal;
    list-style: circle;
    text-decoration: none;
    line-height: 24px;
    color: #303030;
    font-size: 14px;
}
.servicebox .btn-danger {
	color: #fff;
	background-color: #e50819;
	border-color: #d43f3a;
	margin: 20px 0 30px 20px;
	    font-family: 'Lato';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
.servicebox .btn {
	border-radius: 0px;
}
.ser_mar {
	margin-bottom: 40px;
}
@media all and (max-width: 980px) {
	.servicebox img {
		width: 100%;
	}
}
/*-----------------------------------------------inner-parallax-css-end--------------------------------------------*/

#parallax {
	width: 100%
}
.parallax-window {
	min-height: 250px;
	background: transparent;
	margin:0px;
}
.pr-overlay {
	min-height: 400px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 110px 0 0 0px;
}
.pr-overlay img {
	border: 0px;
	border: 4px solid rgba(109, 109, 109, 0.2);
	width: 80%;
	height: 80%;
}
.parallax-inner:before {
	content: "";
	display: table;
	height: 1px;
}
#content-container {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 70px;
	color: #fff;
}
.map_cnt {
	text-align: center;
	font-size: 25px;
	color: #fca109;
	margin: 48px 0 0 0;
}
.about_ser_color {
    width: 100%;
    background-color: rgba(5, 146, 187, 0.5);
    height: 320px;
    padding: 40px 0px;
}
.about_ser {
	width: 100%;
}
.about_ser h1 {
	font-size: 48px;
	margin: 20px 0px;
	padding: 0px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 900;
	font-style: normal;
}
.about_ser h4 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
	margin-bottom: 20px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 500;
	font-style: normal;
}
.about_ser h3 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 900;
	font-family: 'Lato';
	font-style: normal;
}
.about_ser h3 span {
	font-size: 25px;
	margin: 20px 0 0 0px;
	padding: 0px;
	font-weight: 300;
	font-style: normal;
}


@media all and (max-width: 480px) {
.about_ser_color{padding: 20px 0px; height: 320px;     padding: 30px 0px; }      
.about_ser h1{font-size: 24px;}
.about_ser h4{font-size: 16px;} 
.about_ser h3{font-size: 22px;}
}





/*==================================================logo-slider==========================================*/

.logo_slider_bg {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}
.logo_slider_bg .owl-prev,
.owl-next {
	display: none;
}

#owl-demo img {
    max-width: 125px;
    max-height: 125px;
}
/*==================================================footer-css==========================================*/

.footer_quote{
	min-height: 225px;
	background-color: #1a1919;
	vertical-align: middle;
}

.footer_menu{
	width: 100%;
	text-align: center;
	padding: 50px 0px 10px 0px;
}

.footer_menu ul{
	margin: 0px;
	padding: 0px;	
}

.footer_menu li{
	width: 100%;
	display: inline;
}

.footer_menu li a {
	color: #dcdcdc;
	padding: 0px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Raleway;
	font-size: 18px;
}

.footer_header_social{
	text-align: center;
	padding: 20px 0px 30px 0px;	
}

.footer_header_social ul{margin: 0px; padding: 0px;}
.footer_header_social li {
    padding: 0px 8px;
    display: inline-block;
    line-height: 32px;
}

.footer_header_social li a {
	border-radius: 50%;
	background-color: #f8c300;
	color: #1a1919;
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background: linear-gradient(to left, #f8c300 50%, #605d5c 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 2s ease;
}

.footer_header_social li a:hover{
	background-position: left bottom;
    text-decoration: none;
	color:#fff;
}

.footer_titles{
	width: 100%;
	text-align: center;
	color: #626262;
	border-top: 1px solid #423e3e;
	min-height: 50px;
	vertical-align: middle;
	padding: 12px 30px 0px 30px;
}

.footer_left{
	float:left;
}

.footer_right{
	float:right;
}

.footer_titles a{
	text-decoration: none;
	color:#626262;
}


/*----------back-to-top-btn-css-start-----------------*/

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	background-color:#34578a;
	color:#fff;
}
.btn-primary {
	color: #ff974f;
	font-size: 15px;
	background-color: transparent;
	border-color: #ff974f;
	border-radius: 0px;
	font-family: 'Calibri';
}
/*----------back-to-top-btn-css-end-----------------*/

/*----------inner-css-start-----------------*/
.container-full img{width: 100%; height: 300px; }
.inner_slider {
	width: 100%;
	padding:0px 0px 10px 0px
}


.inner_header_top {
    background-color: #011a5c;
    width: 100%;
    margin-top: 30px;
    height: 70px;
}

.inner_menu {
	width: 100%;
}

.inner_menu .navbar-header {
    position: absolute;
    background-color: #fff;
    top: -41px;
    padding: 0px 10px;
    border-radius: 0 0 5px 5px;
}

.inner_menu .navbar{margin-bottom: 0px;}

.inner_menu .navbar-nav {
    float: right;
    margin: 15px 0 0 0;
}

.inner_menu .navbar-nav>li>.dropdown-menu{ margin-top:0px;}

/*----------@media-menu-media-css-start-------------*/

@media all and (max-width: 1024px) {
    .inner_header_top {
    margin-top: 0px;
        height: 80px;
         background-color: #fff;
}
   .inner_menu .navbar-header {
     position: inherit; 
     background-color: inherit; 
    top: 0px;
    padding: 0px 10px;
} 
    
.inner_menu .navbar-brand {
    height: 80px;
    padding: 5px 15px;
}
    
.inner_menu .navbar-toggle {
    margin-top: 24px;
}    
    
}


/*
.inner_logo {
    padding: 10px 10px;
    background-color: #fff;
    width: 94%;
    
    top: -30px;
    border-radius: 5px;
}

.inner_menu .nav>li>a {
	color: #fff;
	font-size: 15px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-style: normal;
	padding: 10px 13px;
	text-transform: uppercase;  
}

.inner_menu .navbar-nav>li>.dropdown-menu {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.inner_menu .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #df0818;
}

.inner_menu .navbar-nav {
    float: right;
    margin: 10px 0 10px 0;
}
.inner_menu .dropdown-menu>li>a {

	padding: 8px 20px;
	font-family: 'Lato';
	font-weight: 500;
	font-style: normal;
}
.inner_menu .dropdown-menu{padding: 0px;}


.inner_menu .nav>li>a:hover {
	color: #fff;
	background-color: #df0818;
}
*/



.inner_info_bg {
	width: 100%;
}
.inner_info {
	width: 100%;
}
.inner_info_tital {
	width: 100%;
}
.inner_info_tital h2 {
    color: #2a85b1;
    font-family: "Lato";
    font-weight: 600;
    font-style: normal;
    padding: 0px 22px 11px 0px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-block: 25px;
    text-transform: uppercase;
}

.inner_info_details {
	width: 100%;
}
.aboutus_bg {
	width: 100%;
	display: inline-block;
}
.about_information {
	width: 100%;
	display: inline-block;
}

.about_information h3 {
    color: #0d3c52;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 18px;
    font-weight: 500;
}

.quality {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 250px;
}
.quality_pick {
	width: 100%;
	margin-top: 26px;
	text-align: center;
}
.quality_pick h1 {
	font-size: 56px;
	margin: 20px 0px;
	padding: 0px;
	color: #fff;
	font-family: 'Lato';
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}
.quality_pick h5 {
	font-size:18px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: #fff;
	    font-family: 'Lato';
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
}
.quality_pick span {
	font-size: 25px;
	margin: 20px 0 0 0px;
	padding: 0px;
	font-weight: 300;
	font-style: normal;
}
.three_pic {
	width: 100%;
	display: inline-block;
	background-color: #dadada;
	padding: 15px 0px;
	margin-bottom: 20px;
}
.about_gallery {
	padding-bottom: 20px;
	background-color: #fff;
}
.about_gallery h4 {
	margin: 0px;
	padding: 15px 15px;
	color: #303030;
	font-family: 'Lato';
	font-weight: 400;
	font-style: normal;
    font-size: 22px;
}
.about_gallery p {
	margin: 0px;
	padding: 0px 18px;
    font-family: 'Lato';
    color: #303030;
    font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
	min-height: 200px;
}
.about_gallery ul {
	margin: 0px;
	padding: 0px;
	min-height: 200px;
}
.about_gallery li {
	list-style: none;
	    font-family: 'Lato';
	font-weight: normal;
	font-style: normal;
	padding: 0px 18px 10px 40px;
	background-image: url(../images/coral.png);
	background-repeat: no-repeat;
	background-position: 20px 7px;
}
/*----------right-list-menu------------------*/

.list_menu {
	width: 100%;
}
.list_menu h3 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #011a5c;
	font-family: 'Lato';
	font-weight: 300;
	font-style: normal;
	padding: 10px 10px;
	font-size: 24px;
	border-radius: 7px 7px 0px 0;
	letter-spacing: 2px;
}
.list_menu ul {
	margin: 0px;
	padding: 0px;
	background-color: #f1f1f1;
	border: 1px solid #dadada;
}
.list_menu li {
	list-style: none;
	border-bottom: 1px solid #e2e2e2;
	line-height: 36px;
}
.list_menu li:last-child {
	border-bottom: 0px;
}
.list_menu li a {
	    font-family: 'Lato';
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #333;
	padding-left: 20px;
	width: 100%;
	display: inline-block;
}
.list_menu li a:hover {
	color: #fff;
	background-color: #262e6a;
	line-height: 35px;
}
/*----------inner-css-end-----------------*/

/*==================Contact=us===================*/

.contact_syn {
	width: 100%;
	padding: 8px 0px;
	background-color: #075fc9;
	color: #fff;
}
.ptb-100 {
	padding: 30px 0px;
}
.box_style {
	width: 100%;
}
.box_icon {
	width: 80px;
	height: 80px;
	float: left;
	background-color: #2a85b1;
	border-radius: 50%;
	text-align: center;
}
.box_icon i {
	font-size: 34px;
	line-height: 75px;
	color: #fff;
}
.box_dital {
	margin-left: 100px;
}
.box_dital h4 {
	font-weight: 600;
    font-family: "Lato";
	font-size: 18px;
	color: #303030;
	margin-bottom: 10px;
}
.box_dital h4 a {
	color: #303030;
}
.box_dital p {
	font-family: "Lato";
   font-size: 14px;
    color: #303030;
	line-height: 24px;
	font-weight: 400;
}

.ontact_syn {
    padding: 30px;
}
.quote{width: 100%; margin-top: 20px;}
/*=================Contact-part2======================*/

form {
	display: block;
	margin-top: 0em;
}
section.login .form-group,
section.quote .form-group {
	margin-bottom: 25px;
}
label {
    font-weight: 500;
    font-family: "Lato";
    color: #303030;
    font-size: 18px;
}
section.login .form-control,
section.quote .form-control {
	border-radius: 0px;
	min-height: 40px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
section.login .form-group,
section.quote .form-group {
	margin-bottom: 25px;
}
section.login .form-control,
section.quote .form-control {
	border-radius: 0px;
	min-height: 40px;
}
.mt-20 {
	margin-top: 20px;
}
.btn-theme-primary {
	background: #00afe9;
	border-bottom: 3px solid #3c538b;
}
.btn-theme-primary {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0px;
	font-family: 'Poppins', sans-serif;
}
/*=====================Contact-part3===========================*/

.contact_map_main {
	width: 100%;
}
.contact_map_big {
	width: 100%;
}
.contact_map_big iframe {
	width: 100%;
	height: 300px;
	border: 1px solid #e1e1e1;
}
/*=====================Contact-end===========================*/

.thank_you {
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	border: 2px dotted #333;
	margin: 20px 0px;
}

.inner_track{width: 100%;}
.inner_track h3 {
    margin: 0px;
    font-family: "Lato";
    color: #303030;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}
.inner_trackaira{margin:0px;}
.inner_trackaira textarea {
    border-radius: 0px;
    height: 50px;
}

.contact-infos {
    background-color: #f8c300;
    border-radius: 5px 5px 0px 0;
}

.contact-infos h3 {
    color: #000;
    padding: 10px 0 8px 15px;
    margin: 15px 0 0 0;
    font-size: 18px;
    font-family: "Lato";
    margin: 0;
}
.inner_track h2 {
    color: #011A5C;
    font-family: "Lato";
    font-weight: 500;
    font-style: normal;
    padding: 0px 22px 11px 0px;
    font-size: 28px;
    border-bottom: 2px solid #e61018;
    display: inline-block;
    margin-bottom: 20px;
}
.contact_track{width: 100%;}
.scanning{margin: 0px; padding: 0px;}
.scanning h3 {
    color: #303030;
    font-size: 18px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    background-color: #ed1d24;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-family: "Lato";
    font-size: 14px;
    color: #fff;
}

.nav-tabs li a{color:#303030; font-weight: 500; }

.tab-content {
    width: 100%;
    background-color: #e6e6e6;
    padding: 20px 20px;
}
.tab-content h3{margin: 0px; padding: 0px;}



.international_services {
    width: 100%;
}
.international_pic {
    width: 100%;
    margin: 20px 0px;
    display: inline-block;
}
.international_pic img {
    margin: 0px 15px 0 0px;
    padding: 0px;
    outline: none;
    border: 1px solid #efefef;
    float: left;
}
.services-group-list > div:nth-child(2n) > div > div img{
    
    float: right;
    margin-right: 5px;
    
}
    

.international_cnt{width: 100%;}
.international_cnt h3 {
    margin: 0px 0 10px 0;
    padding: 0px;
    font-family: "Lato";
    font-weight: 500;
	font-style: normal;
    font-size:22px;
    color: #303030;
}
.international_cnt p{margin: 0px; padding: 0px;
    font-family: "Lato";
    font-weight: normal;
	font-style: normal;
    font-size: 14px;
    color: #303030;

}
.international_cnt ul {
    margin: 10px 20px;
    padding: 0px;
}
.international_cnt li{list-style:circle; text-decoration: none;
    font-family: "Lato";
    font-weight: normal;
	font-style: normal;
    font-size: 14px;
    color: #303030;
}


.prohibited_goods {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 30px;
    color: black;
}

.table-responsive{font-family: "Lato"; color: #303030;}
.table-responsive p{font-family: "Lato"; color: #303030; font-size: 14px; }




/*=====================================service===========================================*/
.section-welcome {
    width: 100%;
    padding: 20px 0 10px 0px;
}

.section-welcome {
    width: 100%;
    padding:0px 0 10px 0px;
}


.our_service{text-align: center;}
.our_service h2 {
    margin: 0px 0 20px 0;
    padding: 0px;
    font-size: 30px;
    font-family: 'Roboto';
    color: #000;
}

.so-panel {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid rgba(20,19,19,0.1);
}

.img-cover{
	overflow: hidden;
}

.widget_pw_icon_box .icon-box {
    display: inline-block;
    width: 100%;
    border: 1px solid #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 19px 10px 20px 10px;
    line-height: 1.3;
    transition: all 100ms ease-out;
    text-decoration: none;
	text-align: center;
}


widget_pw_icon_box .icon-box h4 {
    color: #5a2822;
}

.widget_pw_icon_box .icon-box__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'Roboto';
    font-size: 20px;
    color: #333;
}

.widget_pw_icon_box .icon-box__subtitle {
    color: #605757;
    font-size: 14px;
}


/*---------------services home page ----------------------*/
.services_info_bg{
	width: 100%;
	background-color: #0292e6;
	position: relative;
	background-image: url(../images/parallax-image.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px 0px 20px 0px;
}

.service-main p {
	padding: 0px 0px 20px 20px;
	text-align: justify;
	width: 93%;
	min-height: 119px;
}

.services_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:  rgba(0,0,0, 0.7);
	padding: 0px;
	margin: 0px;
}

.services_content{
	font-size: 39px;
	padding-block: 200px;
	position: relative;
	color:#fff;
	font-family: 'Raleway';
	font-weight: 800;
	text-align: center;
}


.network-item-wrapper {
    min-height: 400px;
    border: 1px solid #fde385;
    margin: 10px;
    padding: 0px;
}

.network-item-wrapper h2{
	font-size: 22px;
	text-transform: uppercase;
	color: #2f2e29;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #f8c300;
	min-height: 70px;
	padding: 10px;
}

.network-item-content p {
    line-height: 24px;
    font-size: 14px;
    margin: 11px 0px;
    min-height: 125px;
}
.network-item-content {
    padding: 16px;
}

.network-item-content .person-name {
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0px 6px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.no-margins {
    padding: 0px;
    margin: 0px;
}


input#txtbrcode {
    width: 13%;
}
input#txttrack1 {
    width: 38%;
}