

body{
	padding:0;
	margin:0;
	background:#FFF;
    color: #002e3b;

}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
}	
p{
    margin: 0 0 10px;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	/*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
   font-family: 'Karla',sans-serif;
    font-size: 16px;
}

/*-- top bar --*/
.top-bar {
	margin:0 auto;
	padding:8px 0;
	background-color:#f5f5f5;
    -webkit-box-shadow: inset 0 -10px 10px -10px #abaaaa;
    box-shadow: inset 0 -10px 10px -10px #abaaaa;
}
ul.top-contacts , ul.top-links {
	list-style:none;
	display:-webkit-inline-box;
	margin-bottom:0px;
}
ul.top-contacts {
	float:left;
}
ul.top-links {
	float:right;
}
ul.top-contacts li {
	margin-right: 5px;
    display: inline-block;
    margin-left: 5px;
}
ul.top-links li {
	margin-left:5px;
	display:inline-block;
}
.top-bar ul.top-contacts li p , .top-bar ul.top-contacts li p a {
    color: #727272;
	font-size: 12px;
    font-weight:600;
	padding:4px;
	margin-bottom:0px;
}
.top-bar ul.top-contacts li p span {
    vertical-align: middle;
    text-align: center;
    line-height: 1px;
	margin-right:5px;
}
.top-bar ul.top-contacts li p a:focus, .top-bar ul.top-contacts li p a:hover {
    color: #ff6309;
    text-decoration: none;
}
.top-bar ul.top-links li a i.fa {
	color: #000;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
} 
.top-bar ul.top-links li a i.fa:hover {
	color: #fff;
    background-color: #fa5d58;
}
/*-- /top-bar --*/

/*-- navigation effects --*/

.navbar-logo {
    height: 80px;
}
.navbar {
    /*min-height: 70px;*/
    border: 1px solid transparent;
	background-color: #FFF;
	/*box-shadow: 0px 1px 9px 1px #cfcfcf;*/
    border-bottom: 3px solid #800000;
}
.navbar-brand {
    float: left;
    height: 86px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 20px;
	display:block;
    margin-top: -30px;
    background-color: #FFF !important;
    -webkit-box-shadow: 12px -10px 8px -9px rgba(212, 212, 212, 0.8), -12px -11px 8px -9px rgba(212, 212, 212, 0.8);
    -moz-box-shadow: 12px -10px 8px -9px rgba(212, 212, 212, 0.8), -12px -11px 8px -9px rgba(212, 212, 212, 0.8);
    box-shadow: 12px -10px 8px -9px rgba(212, 212, 212, 0.8), -12px -11px 8px -9px rgba(212, 212, 212, 0.8);
}
.navbar-brand h1 {
	font-size: 32px;
    font-weight: 400;
    color: #000;
	text-transform:capitalize;
	font-family: 'Exo 2', sans-serif;
}
.navbar-brand h1 span {
	font-size:30px;
	color:#42B4C8;
	line-height:20px;
	margin-right:5px;
}
.navbar-nav>li>a {
    padding: 20px 25px;
    color: #002e3b !important;
}
.navbar-inverse {
    background-color: #FFFFFF
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
   /* background-color: #B0B0B0;
     border-bottom: 4px solid #6be4ef;*/
	  
}
.navbar-inverse .navbar-nav>li>a:after {
  /* border-bottom: 4px solid #B0B0B0;*/ 
    
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #6b6b6b;
	background-color:transparent;
}
.dropdown-menu {
    background-color: #FFFFFF
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #428BCA
}
.navbar-inverse {
    background-image: none;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
}
.navbar-inverse {
    border-color: #CFCCCD
}
.navbar-inverse .navbar-brand {
    color: #999999
}
.navbar-inverse .navbar-brand:hover {
    color: #CFCCCD
}
.navbar-inverse .navbar-nav>li>a {
    color: #999999
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ff6309
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ff6309
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ff6309;
	background-color: transparent;
}
.dropdown-menu>li>a {
    color: #333333
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #FFFFFF
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999999
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #6b6b6b
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-bottom-color: #999999
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-bottom-color: #6b6b6b
}

/*
.link-effect a::after {
	position: absolute;
	top: 94%;
	left: 0;
	width: 100%;
	height: 1px;
	background:#33accc;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect li.active a::after,
.link-effect a:hover::after,
.link-effect a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
*/

/*-- /navigation effects --*/

/*-- 1st banner section --*/
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(14, 14, 14, 0.8);
    opacity: 0.9;
}
section.bannertitle {
   background:url(../images/bg.png);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:100px;
    position: relative; 
    
}
section.bannertitle h3{
   line-height: 3.3;
    font-size: 28px;
}
section.banner {
	position:relative;
}
.header { 
	height:926px;
	margin:0 auto;
	padding:0;
	}
.bgfader{
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
}
.bgfader-overlay{
	z-index: -1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bgfader > .image{
	display: none;
}

.bgfader, .bgfader > .image{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	background-attachment:fixed;
}
section.banner h2.text-center {
	font-size: 65px;
    font-weight: normal;
    padding:360px 0 40px;
    color: #fff;
	line-height:90px;
    font-family: 'Exo 2', sans-serif;
}
section.banner p.text-center {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}
/*-- /1st banner section --*/
/*-- specialization section --*/
section.special {
	padding:50px 0;
}
section.special p.text-center  {
	font-size:13px;
	font-weight:normal;
	/*color:#999;*/
	line-height:30px;
/*	padding-bottom:50px;*/
}
section.special img.img-responsive {
	width:100px;
	height:auto;
	margin:0 auto;
}
section.special h4.text-center {
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding:20px 0;
	text-transform:capitalize;
	
}
section.special p.special-p1 {
	font-size:15px;
	font-weight:normal;
	color:#999;
	text-align:center;
	line-height:30px;
}
.content-p {
    padding: 5px 15px;
    font-size: 14px;
    /*color: #999;*/
    line-height: 18px;
    text-align: justify;
    text-indent: 50px;
}
.paragraph-p {
    padding: 0 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    text-indent: 50px;
    font-style: oblique;
}
.padding-none {
    padding-right: 0;
    padding-left: 0;
}
/*-- /specialization section --*/

/*-- 1st info section --*/
section.info,section.info2,section.info3 {
	padding:50px 0;
}
section.info i.fa,section.info2 i.fa,section.info3 i.fa {
	/*font-size: 27px;*/
    font-weight: thin;
    /* width: 70px; */
   /* height: 70px;*/
    text-align: center;
    /* line-height: 70px; */
    color: #55c1c7;
    margin: 0 auto;
   /* display: block;*/
    /* background-color: #33accc; */
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
section.info h3.text-center,section.info2 h3.text-center,section.info3 h3.text-center,section.special h3.text-center {
	font-size: 44px;
    /*color: #272727;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
section.info h3.text-center:before,section.info2 h3.text-center:before,section.info3 h3.text-center:before,section.special h3.text-center:before  {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
section.info h3.text-center:after,section.info2 h3.text-center:after,section.info3 h3.text-center:after,section.special h3.text-center:after  {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: rgba(128, 0, 0, 1); 
}
section.info p.text-center,section.info2 p.text-center,section.info3 p.text-center{
	font-size:17px;
	font-weight:normal;
	color:#000;
	line-height:30px;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid rgba(128, 0, 0, 0.79);
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
/*-- /1st info section --*/

/*-- 2nd banner section --*/

section.banner2 {
	background:url(../images/bg.png);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:574px;
    position: relative;
}

section.banner2 h3.text-center,section.banner3 h3.text-center {
	font-size: 44px;
   /* color: #272727;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  /* border-radius: 100%; */
  color: #800000;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: rgba(128, 0, 0, 0.79);
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #800000 0%, #800000 100%);
  background-image: -webkit-linear-gradient(90deg, #800000 0%, #800000 100%);
  background-image: -ms-linear-gradient(90deg, #800000 0%, #800000 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.services1 p{
    font-size: 14px;
   /* color: #999;*/
}
/*-- /2nd banner section --*/


/*-- 4th banner section --*/

section.banner3 {
	background:url(../images/bg.png);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:780px;
    position: relative;
}

section.banner3 h3.text-center,section.banner3 h3.text-center {
	font-size: 44px;
    /*color: #272727;*/
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
/*-- /4th info section --*/

/*-- 3rd banner section --*/
section.banner4 {
	background:url(../images/banner3.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:650px;
    position: relative;
}
/*-- /3rd banner section --*/

/*-- industries section   ---*/
.section-mar { margin-top: 30px;}
.industry-image{
    height: 195px;
}
.Industries .Industries-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.Industries .Industries-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Industries .Industries-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.Industries{
    font-family: 'Roboto', sans-serif; 
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.Industries .Industries-content {
    padding: 10px;  
background-color: #fdfdfd;
}

.Industries .Industries-content .Industries-title, .Industries-reveal .Industries-title{
    font-size: 21px;
    font-weight: 200;    
}

.Industries .Industries-action{
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.Industries .Industries-action a{
    font-size: 15px;
    color: #ffab40;
    text-transform:uppercase;
    margin-right: 20px;    
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.Industries .Industries-action a:hover{    
    color:#ffd8a6;
    text-decoration:none;
}

.Industries .Industries-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}

.Industries .Industries-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
}


/*-- End industries section   ---*/


/*-- footer info section --*/
section.footer {
	height:50px;
	background-color:#23313a;
	width:100%;
	color: #fff;
    text-align: center;
	}
section.footer p {
    margin-top: 19px;
    font-size: 13px;
	}

/*-- /footer info section --*/
/*-- /footer section --*/


/* client carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
.media-carousel p 
{
  margin-left: 10px;
  color: rgb(128, 0, 0);
  font-weight: 600;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #800000;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #800000;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 150px;
  height: 100px
}
.media-carousel-control.left, .media-carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
}
.media-carousel .carousel-control {
  visibility: hidden;
}
.media-carousel:hover .carousel-control {
  visibility: visible;
}
/* End client carousel */

/* about us page */ 
.about-heading { 
    margin-top: 44px;
    color: #fff;
}
.cnt-margin { margin-top: 30px;}
.aboutbanner {
	background:url(../images/banner.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:200px;
    position: relative;
}
.content-heading {
   font-size: 14px;
    font-weight: bold;
       /* color: #696969;*/
}
.about-heading { margin-bottom: 40px !important;}
/* End about us */ 

/* services page */  
.services-headbanner { margin-top:54px;}
.services-ul {
    padding: 0px 0px 0px 50px;
    margin-top: 20px;
}
.services-ul li {
    list-style-type: circle;
    margin: 5px 0;
    line-height: 18px;
   /* font-family: Verdana, "Arial", Helvetica, sans-serif;*/
    font-size: 14px;
    /* font-style: oblique; */
   color: #002e3b;
}
.services h3:after {
    content: " ";
    border: solid 1px #800000;
    display: block;
    width: 50px;
    margin: 8px 0;
    text-align: center;
}
.services-subheading {   margin-top: 20px;}
.services-heading { margin-bottom: 40px !important; }
/* End services */

/* contact Experience */ 

.contact-us li {
   list-style: none !important;
    margin: 5px 0;
    line-height: 18px;
    padding: 5px 10px;
    font-size: 14px;
}
.contact-us li a {
   color:#002e3b;
    text-decoration: none;
}
/* cantact Corporate Experience */ 

/* ERP Solutions */ 
.erp-solutions {
   padding: 10px 10px;
}
.sub-ul {
    padding-left: 30px;
}
/* /ERP Solutions */ 

/*-- footer info section --*/
section.footer-agileits {
       padding: 50px 0 30px 0;
   /* background-color: #212121;*/
	text-align:center;
    text-align: -webkit-center;
	text-align:-moz-center;
    background: #2e2e3f; /* Old browsers */
background: -moz-linear-gradient(left,  #2e2e3f 0%, #263b45 51%, #293f3f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2e2e3f 0%,#263b45 51%,#293f3f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2e2e3f 0%,#263b45 51%,#293f3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e3f', endColorstr='#293f3f',GradientType=1 ); /* IE6-9 */
}
section.footer-agileits h3 {
    color: #fff;
    font-size:25px;
    font-weight: normal;
    padding-bottom: 35px;
}
section.footer-agileits ul.info-links {
    list-style: none;
    text-align: justify;
/*	margin-left:70px;*/
}
section.footer-agileits ul.info-links li {
	padding-bottom:15px;
    color: #FFF;
}
section.footer-agileits ul.info-links li a {
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	color:#fff;
    margin-left: 10px;
}
section.footer-agileits ul.info-links li a:hover {
  color: #ff6309; 
}
section.footer-agileits ul.info-links li a i.fa {
	margin-right:5px;
}
section.footer-agileits ul.footer-links {
    list-style: none;
/*    text-align: justify;*/
    text-align: left;
	margin-left:70px;
}
section.footer-agileits ul.footer-links li {
	padding-bottom:15px;
    color:#fff;
}
section.footer-agileits ul.footer-links li a {
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	color:#fff;
}
section.footer-agileits ul.footer-links li a i.fa {
	margin-right:5px;
}
section.footer-agileits .contact-info {
	text-align: justify;
    margin-left: 35px;
	margin-top: -13px;
}
section.footer-agileits .contact-info i{
	color: #fff;
    font-size: 22px;
    margin: 25px 15px 10px 0px;
    display: inline-block;
}
section.footer-agileits p.p3{
	padding: 0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: -40px 0 0px;
    font-size: 14px;
    font-weight: 500;
}
section.footer-agileits p.p4 {
	padding: 0;
    display: block;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    margin: -19px 0 0 41px;
}
section.footer-agileits p.p5{
	padding: 0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: -40px 0 0px;
    font-size: 14px;
    font-weight: 500;
}
section.footer-agileits p.p6 {
	padding: 0;
    display: block;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    margin: -19px 0 0 41px;
}
section.footer-agileits p.p5 a , p.p6 a {
	text-decoration:none;
	color:#fff;
}
section.footer-agileits i.glyphicon.glyphicon-envelope:hover ,p.p3 a:hover , p.p4 a:hover {
	color:#df4914;
}
section.footer-agileits .address,section.footer-agileits .phone {
    margin-bottom: 5px;
}

section.footer-agileits ul.social-icons2 {
	list-style:none;
	padding-bottom:0px;
}
section.footer-agileits ul.social-icons2 li {
	display:inline-block;
	margin-right: 3px;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-facebook {
	color:#fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
	font-size:20px;
	text-align: center;
 	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-twitter {
	color:#fff;
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size:17px;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-linkedin {
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size:19px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-google-plus {
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size:16px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-facebook:hover {
	color:#002573;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-twitter:hover {
	color:#004A82;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-linkedin:hover { 
	color:#BB5E00;
}
section.footer-agileits ul.social-icons2 li a i.fa.fa-google-plus:hover { 
	color:#8A0B00;
}
section.footer-agileits p.copyright {
	font-size:15px;
	font-weight:300;
	color:#fff;
	padding:0px 20px 0;
	line-height:30px;
}
section.footer-agileits p.copyright a {
	text-decoration:none;
	color:#33ACCC;
}
section.footer-agileits p.copyright a:hover {
	color:red;
}
.left-ul {
    text-align: left;
    margin: 20px;
}
.list-p {
    display: block;
    line-height: 15px;
    color: #efefef;
    font-style: italic;
}
/*-- /footer info section --*/
/*-- /footer section --*/

/*-- footer for mobile section --*/

.panel-heading .accordion-toggle:after {
   
    font-family: 'Glyphicons Halflings';  
    content: "\e114";    
    float: right;       
    color: #FFF;        
}
.panel-heading .accordion-toggle.collapsed:after {
    
    content: "\e080";  
}
.color-white a{ 
    color: #FFF !important; 
    text-decoration: none;
}

.footer-user li {
    list-style-type: none;  
   padding: 5px 10px;
    color:#FFF;
}
.footer-user li i {
    font-size: 14px;
}
.footer-user li a {
    color:#FFF;
    font-size: 14px;
    padding: 5px;
}
/*-- /footer for mobile section --*/

/*-- back to top --*/
.scrollup {
    height: 40px;
    width: 40px;
    font-size: 30px;
    color: #333;
    text-align: center;
    background-color: #F0F0F0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    z-index: 2;
    border-radius: 50%;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-color: #800000;
    color: #FFF;
}

/*-- /back to top --*/

/*-- responsive design --*/
@media (max-width:1600px) {
.nav-tabs > li:nth-child(1) {
    margin-left: 41em;
} 
.header {
    height: 796px;
}
section.banner h2.text-center {
	padding: 330px 0 40px;
}
}

@media (max-width:1440px) {
.nav-tabs > li:nth-child(1) {
    margin-left: 34.5em;
}

.content {
    height: 350px;
}
}

@media (max-width: 1366px) {
.nav-tabs > li:nth-child(1) {
    margin-left: 32em;
}
}

@media (max-width: 1280px) {
.nav-tabs > li:nth-child(1) {
    margin-left: 28em;
}
}

@media (max-width:1080px) {
	.navbar-brand {
    float: none;
	text-align:center;
	padding: 20px 0px 50px;
	display:inline-block;
}
.navbar-header {
    float: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left:1%;
}
.navbar-right {
    float: none!important;
    margin-right: auto;
}
.header {
    height: 750px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0 0 0 22px;
}
section.banner h2.text-center {
	font-size: 60px;
    padding: 300px 0 30px;
}
section.banner p.text-center {
    font-size: 16px;
}
section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 40px;
}
section.info p.text-center, section.info2 p.text-center, section.info3 p.text-center {
    font-size: 14px;
}
section.inner {
	background-size:initial;
	-webkit-background-size:initial;
	-moz-background-size:initial;
	-o-background-size:initial;
	-ms-background-size:initial;
	min-height:450px;
}
section.banner2,section.banner3 {
	min-height:600px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    font-size: 50px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
	padding-top:10px;
}
section.inner h2.text-center {
	font-size: 50px;
    padding: 195px 0 20px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center {
    font-size: 40px;
}
section.info h3.text-center:after, section.info2 h3.text-center:after, section.info3 h3.text-center:after,section.about h3.text-center:after, section.team h3.text-center:after, section.cust-agileits h3.text-center:after, section.service h3.text-center:after, section.service-agileits h3.text-center:after, h3.text-center:after, section.shipment h3.text-center:after, section.transit h3.text-center:after, section.contact-us h3.text-center:after, section.contact h3.text-center:after,section.special h3.text-center:after {
	width: 22%;
	left:39%;
}
section.about p {
	font-size: 14px;
    line-height: 35px;
}
section.about, section.team, section.cust-agileits, section.service, section.service-agileits, , section.shipment, section.transit, section.contact-us, section.contact {
    padding: 50px 0 0;
}
section.team p.text-center,section.cust-agileits p.text-center,section.service p.text-center,section.service-agileits p.text-center,p.text-center,section.shipment p.text-center,section.transit p.text-center,section.contact-us p.text-center,section.contact p.text-center,section.special p.text-center {
    font-size: 14px;
	padding-bottom:30px;
}

.nav-tabs > li:nth-child(1) {
    margin-left: 22em;
}
.nav-tabs > li > a {
	font-size:15px;
}
section.footer-agileits p.p5 {
    margin: -91px 0 0px 41px;
}
section.footer-agileits p.p6 {
	margin: -38px 0 0 41px;
}
section.footer-agileits .contact-info {
    text-align: justify;
    margin-left: 13px;
    margin-top: -13px;
}
section.footer-agileits ul.info-links,section.footer-agileits ul.footer-links {
	margin-left: 0px;
}
section.footer-agileits button.btn-outline {
	font-size: 17px;
}
    section.info h3.text-center:before,section.info2 h3.text-center:before,section.info3 h3.text-center:before,section.special h3.text-center:before  {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
section.info h3.text-center:after,section.info2 h3.text-center:after,section.info3 h3.text-center:after,section.special h3.text-center:after  {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: rgba(128, 0, 0, 1); 
} 
section.footer-agileits h3 {
   
    padding-bottom: 25px;
}
     .services-headbanner {
    margin-top: 117px;
}
.about-heading {
    margin-top: 26px;
    
}

.aboutbanner {
   
    min-height: 165px;

}
    
}

@media (max-width: 1050px) {
.header {
    height: 710px;
}
section.banner h2.text-center {
    font-size: 55px;
    padding: 325px 0 30px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0 0 0 11px;
}
}

@media (max-width:1024px) {
    
    
ul.nav.navbar-nav.navbar-right {
    margin: 0 0 0 -80px;
}
.navbar .container {
	width:100%;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px 0 0 30px;
}
section.service p.serv-p1 {
	padding-bottom:30px;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 20em;
}
.header {
    height: 676px;
}
section.banner h2.text-center {
    font-size: 50px;
    padding: 300px 0 20px;
}
 .scrollup {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width:991px) {
section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 35px;
}
section.banner2, section.banner3 {
    min-height: 500px;
	background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    padding-top: 180px;
	font-size:40px;
}
.col-md-2.col-sm-4.col-xs-6.cust {
    padding-bottom: 30px;
}
.col-md-5.serv,.col-md-5.col-md-pull-7 {
    margin-top: 30px;
}
.b-wrapper i.fa.fa-search-plus {
	padding-top:111px;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 20em;
}

.content {
	height:370px;
}
.content2-header1 p {
	font-size:14px;
}
.content2-header1 {
	width:33%;
}

section.special p.special-p1 {
	padding-bottom:30px;
}
section.special {
    padding: 40px 0;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 35px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
}
section.footer-agileits p.p5 {
    margin: -43px 0 0px 0px;
}
section.footer-agileits p.p6 {
    margin: -19px 0 0 41px;
}
 .navbar-default .navbar-nav>li>a {
    padding: 18px 17px;
}
section.footer-agileits {
    text-align: left;
}
section.footer-agileits p.copyright {
    text-align: center;
}
}

@media (max-width:900px) {
ul.nav.navbar-nav.navbar-right {
    margin: 0px 0 0 20px;
}
.navbar-default .navbar-nav>li>a {
    padding: 15px 13px;
}
section.banner h2.text-center {
    font-size: 50px;
    padding: 300px 0 15px;
}
section.info, section.info2, section.info3 {
    padding: 50px 0;
}
section.banner2, section.banner3 {
    min-height: 400px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    padding-top: 150px;
}
section.shipment .container:nth-child(2), section.transit .container:nth-child(2) {
    width:95%;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 17em;
}

}

@media (max-width:800px) {
.navbar-default .navbar-nav>li>a {
    padding: 15px 8.9px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 0px 0 0 0px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center,section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 30px;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 15em;
}

.nav-tabs > li:nth-child(1) {
    margin-left: 13em;
}


.content {
    height: 297px;
}

}

@media (max-width:768px) {
    body, html {
    overflow-x: hidden;
}
	.navbar-default .navbar-nav>li>a {
    padding: 15px 7px;
}
section.inner h2.text-center {
    font-size: 45px;
    padding: 195px 0 15px;
}
section.inner p.text-center {
    font-size: 14px;
	line-height:30px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
     padding: 10px 0 18px;
}
    section.team p.text-center, section.cust-agileits p.text-center, section.service p.text-center, section.service-agileits p.text-center, p.text-center, section.shipment p.text-center, section.transit p.text-center, section.contact-us p.text-center, section.contact p.text-center, section.special p.text-center {
    font-size: 14px;
    padding-bottom: 10px;
}
section.banner2,section.banner3 {
	background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.nav-tabs > li:nth-child(1) {
    margin-left: 12em;
}
section.banner h2.text-center {
    font-size: 45px;
    padding: 260px 0 15px;
}
.header {
    height:600px;
}
.bgfader, .bgfader > .image {
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-attachment:initial;
}
.scrollup {
    right: 20px;
    bottom: 20px;
  }
 section.info h3.text-center:before,section.info2 h3.text-center:before,section.info3 h3.text-center:before,section.special h3.text-center:before  {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
section.info h3.text-center:after,section.info2 h3.text-center:after,section.info3 h3.text-center:after,section.special h3.text-center:after  {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: rgba(128, 0, 0, 1); 
}       
  .services-headbanner {
    margin-top: 117px;
}
.about-heading {
    margin-top: 22px;
    
}

.aboutbanner {
   
    min-height: 165px;

}
    
}

@media (max-width:767px) {

    .about-margin { margin-bottom: 20px;}
    .navbar-logo {
    height: 60px;
}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
   margin-left: 4%;
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #212121;
}
.navbar-default .navbar-toggle {
    border-color: #212121;
}
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
}

@media (max-width:736px) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 280px;
    padding-right: 15px;
    padding-left: 15px;
}	
.navbar {
    min-height: 60px;
}
.navbar-brand {
	text-align: justify;
    padding: 12px 0px 0px 25px;
}
.navbar-brand h1 {
    font-size: 30px;
}
.navbar-toggle {
	margin-top: 13px;
    margin-right: 30px;
}
section.banner h2.text-center {
    font-size: 40px;
    padding: 114px 0 0px;
}
section.banner p.text-center {
    font-size: 14px;
	line-height:30px;
}
section.banner2, section.banner3 {
    min-height: 293px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    padding-top: 15px;
}
ul.nav.navbar-nav.navbar-right {
    text-align: center;
    background: #f5f5f5;
}
section.inner h2.text-center {
    font-size: 45px;
    padding: 110px 0 0;
}
section.inner {
	min-height:265px;
}
section.inner p.text-center {
	display:none;
}

.dropdown-menu {
    width: 100%!important;
    text-align: center;
}
.dropdown-menu .track input[type="text"] {
	width:230px;
}
.dropdown-menu .track button.btn.btn-primary {
	margin-top:1px;
    padding: 7px 20px;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 11em;
}
.content {
    height: 1000px;
}
.imgcircle {
    height: 60px;
    margin: 0 auto;
    width: 60px;
}

.header {
    height: 350px;
}
section.special {
    padding: 30px 0;
}
section.info h3.text-center:before,section.info2 h3.text-center:before,section.info3 h3.text-center:before,section.special h3.text-center:before  {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
section.info h3.text-center:after,section.info2 h3.text-center:after,section.info3 h3.text-center:after,section.special h3.text-center:after  {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: rgba(128, 0, 0, 1); 
}    
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left:0px;
}
section.footer-agileits .contact-info {
    margin-bottom: 30px;
}
section.footer-agileits h3 {
	padding-bottom:15px;
    font-size: 16px;
}
 section.footer-agileits ul.info-links li a {
   
    font-size: 11px;
    
    margin-left: 5px;
}
section.footer-agileits input#inputEmail1,section.footer-agileits input#text1 {
    width: 50%;
}
section.footer-agileits button.btn-outline {
    font-size: 17px;
    margin: 10px 0;
	padding:5px 30px;
}
.bgfader, .bgfader > .image {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
section.bannertitle {
   
    min-height: 40px;
    
}    
 section.bannertitle h3 {
    line-height: 3.3;
    font-size: 14px;
} 
.container {
    width: 650px;
}
    .services-headbanner {
    margin-top: 76px;
}
.about-heading {
    margin-top: 22px;
    
}

.aboutbanner {
   
    min-height: 165px;

}
    
}

@media (max-width: 667px) {
section.inner h2.text-center {
    font-size: 40px;
    padding: 110px 0 0;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 9em;
}
.b-wrapper i.fa.fa-search-plus {
    padding-top: 65px;
}
.confirm {
    margin-top: 85px!important;
}
.content {
    height: 1030px;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 25px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 230px;
}
}

@media (max-width: 640px) {
section.info i.fa, section.info2 i.fa, section.info3 i.fa,section.about i.fa, section.team i.fa, section.cust-agileits i.fa, section.service  i.fa, section.service-agileits i.fa, i.fa, section.shipment i.fa, section.transit i.fa, section.contact-us i.fa, section.contact i.fa {
	width: 50px;
    height: 50px;
	font-size:20px;
	line-height:50px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 25px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
	font-size:30px;
}
section.inner h2.text-center {
    font-size: 35px;
    padding: 110px 0 0;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 8em;
}
section.special h4.text-center {
    font-size: 19px;
	padding:10px 0;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 20px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 270px;
}
.colorful-tab-menu-item a {
    padding: 10px 37px;
}
}

@media (max-width:600px) {
section.about, section.team, section.cust-agileits, section.service, section.service-agileits, , section.shipment, section.transit, section.contact-us, section.contact {
    padding: 30px 0 0;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 6em;
}
.b-wrapper i.fa.fa-search-plus {
    padding-top: 55px;
	font-size:50px;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 20px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
}

@media (max-width: 568px) {
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 180px;
    margin-bottom: 20px;
}
section.footer-agileits .contact-info {
    margin-left: 145px;
    margin-bottom: 30px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 195px;
}
}

@media (max-width: 480px) {
section.banner h2.text-center {
    font-size: 35px;
    padding: 110px 0 0px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 20px;
}

.content {
    height: 1065px;
}

p.text-center {
	line-height:30px;
}
section.contact label.contact-p1 {
    font-size: 14px;
}
section.contact button.btn.btn-primary {
	margin:10px 0 25px;
}

.nav-tabs > li:nth-child(1) {
    margin-left: 1em;
}
.dropdown-menu .track input[type="text"] {
    width: 80%;
    margin: 0 auto 15px;
}
.dropdown-menu .track button.btn.btn-primary {
    margin-top: 1px;
    padding: 6px 20px;
	font-size:16px;
}
.dropdown-menu .login input[type="text"],.dropdown-menu .login input[type="password"] {
	width:80%;
}
.dropdown-menu .login input[type="submit"] {
	font-size:16px;
	padding:8px 20px;
}
.bgfader, .bgfader > .image {
	background-attachment:inherit;
	-webkit-background-size:cover;
    background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 20px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
section.special h3.text-center {
	font-size:23px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 295px;
}
section.banner3 h3.text-center {
    line-height: 50px;
}
section.footer-agileits input#inputEmail1, section.footer-agileits input#text1 {
    width: 100%;
}
 .colorful-tab-menu-item a {
    padding: 13px 37px;
}
}

@media (max-width: 414px) {
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 19px;
	padding: 15px 0 35px;
}	
section.banner2 h3.text-center, section.banner3 h3.text-center {
    font-size: 27px;
	line-height:40px;
}
section.banner2, section.banner3 {
    min-height: 245px;
}
section.info, section.info2, section.info3 {
    padding: 30px 0;
}

.nav-tabs > li > a {
    font-size: 15px;
    padding: 10px;
	margin-right:0;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 1em;
}
.b-wrapper i.fa.fa-search-plus {
    padding-top: 26px;
    font-size: 40px;
}

.col-md-4.col-sm-4.col-xs-6.text-center {
    width: 100%;
}
section.inner h2.text-center {
    font-size: 30px;
}

.navbar-toggle {
    margin-right: 17px;
}
.navbar-brand {
    padding: 12px 0px 0px 15px;
}
.bgfader, .bgfader > .image {
    background-attachment: inherit;
    -webkit-background-size:cover;
    background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 20px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
section.footer-agileits input#inputEmail1, section.footer-agileits input#text1 {
    width: 100%;
}
section.footer-agileits p.copyright {
    font-size: 14px;
}
section.special h3.text-center {
	font-size:23px;
}
.container {
   width: 390px;
}
    .Industries .Industries-content .Industries-title, .Industries-reveal .Industries-title {
    font-size: 12px;
    
}
    section.info i.fa, section.info2 i.fa, section.info3 i.fa, section.about i.fa, section.team i.fa, section.cust-agileits i.fa, section.service i.fa, section.service-agileits i.fa, i.fa, section.shipment i.fa, section.transit i.fa, section.contact-us i.fa, section.contact i.fa {
     width: 10px;
    height: 15px;
    font-size: 18px;
    line-height: 8px;
}
}

@media (max-width: 384px) {
    body, html {
    overflow-x: hidden;
}
    .container {
   width: 365px;
}
section.banner h2.text-center {
    font-size: 30px;
    padding: 110px 0 0px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 19px;
    padding: 15px 0 35px;
    line-height: 35px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    font-size: 22px;
    line-height: 40px;
}
.col-md-2.col-sm-4.col-xs-6.cust {
    padding-bottom: 30px;
    width: 100%;
}

.nav-tabs > li > a {
    font-size: 14px;
    padding: 10px;
    margin-right: 0;
}
.b-wrapper i.fa.fa-search-plus {
    padding-top: 20px;
    font-size: 40px;
}

.content {
    height: 1000px;
}
section.contact-us p {
    font-size: 14px;
    line-height: 30px;
    padding: 3px 0;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 20px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
section.footer-agileits input#inputEmail1, section.footer-agileits input#text1 {
    width: 100%;
}
section.special h3.text-center {
    font-size: 23px;
}
section.inner h2.text-center {
    font-size: 29px;
}
    section.special {
    padding: 10px 0;
}
    section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
         padding: 5px 0 10px;
}
    section.team p.text-center, section.cust-agileits p.text-center, section.service p.text-center, section.service-agileits p.text-center, p.text-center, section.shipment p.text-center, section.transit p.text-center, section.contact-us p.text-center, section.contact p.text-center, section.special p.text-center {
    font-size: 14px;
    padding-bottom: 5px;
}
   .services-headbanner {
    margin-top: 122px;
}
.about-heading {
    margin-top: 10px;
    
}

.aboutbanner {
   
    min-height: 128px;

}
}

@media (max-width: 375px) {
section.banner h2.text-center {
    font-size: 30px;
    padding: 100px 0 0px;
}
section.inner h2.text-center {
    font-size: 30px;
    padding: 110px 0 0;
}
.nav-tabs > li:nth-child(1) {
    margin-left: 5px;
}
.col-md-3.col-sm-6.col-xs-6.portfolio-grids {
    width: 100%;
}

.nav-tabs {
	margin:0 0 25px;
}
.navbar-brand h1 {
    font-size: 27px;
}
.navbar-brand {
	padding: 15px 0px 0px 25px;
}
section.special h4.text-center {
    font-size: 18px;
    padding: 10px 0;
}
}

@media (max-width: 320px) {
.navbar-default .navbar-nav>li>a {
    padding: 10px 11px;
    font-size: 13px;
}	
.navbar-brand h1 {
    font-size: 25px;
}
.navbar-toggle {
    margin-top: 13px;
    margin-right: 15px;
}
section.banner h2.text-center {
    font-size: 25px;
    padding: 72px 0 0px;
	line-height:60px;
}
section.banner p.text-center {
    font-size: 13px;
    line-height: 27px;
}
section.about h3.text-center, section.team h3.text-center, section.cust-agileits h3.text-center, section.service h3.text-center, section.service-agileits h3.text-center, h3.text-center, section.shipment h3.text-center, section.transit h3.text-center, section.contact-us h3.text-center, section.contact h3.text-center, section.info h3.text-center, section.info2 h3.text-center, section.info3 h3.text-center,section.special h3.text-center {
    font-size: 17px;
    padding: 15px 0 35px;
    line-height: 28px;
}
section.info p.text-center, section.info2 p.text-center, section.info3 p.text-center {
    font-size: 13px;
}
section.banner2 h3.text-center, section.banner3 h3.text-center {
    font-size: 20px;
    line-height: 30px;
}
section.inner h2.text-center {
    font-size: 23px;
    padding: 100px 0 0;
}

section.team p.text-center, section.cust-agileits p.text-center, section.service p.text-center, section.service-agileits p.text-center, p.text-center, section.shipment p.text-center, section.transit p.text-center, section.contact-us p.text-center, section.contact p.text-center,section.special p.text-center {
    font-size: 13px;
    padding-bottom: 20px;
	line-height:28px;
}

.nav-tabs > li > a {
    font-size: 13px;
    padding: 6px;
}
.b-wrapper i.fa.fa-search-plus {
    padding-top: 60px;
    font-size: 45px;
}

section.banner2, section.banner3 {
    background-attachment: inherit;
}
.dropdown-menu .track h3 {
    font-size: 16px;
}
.dropdown-menu .track input[type="text"],.dropdown-menu .login input[type="text"], .dropdown-menu .login input[type="password"] {
	font-size:15px;
}
.dropdown-menu .track p.track-p1 {
    font-size: 16px;
}
.dropdown-menu .track p.track-p2 a {
    font-size: 14px;
}
.dropdown-menu .login h3 {
    font-size: 16px;
}
.dropdown-menu .login input[type="submit"] {
	font-size:15px;
}

section.inner {
    min-height: 230px;
}
.header {
    height: 265px;
}
section.special h3.text-center {
    font-size: 22px;
}
section.special h4.text-center {
    font-size: 17px;
    padding: 10px 0;
}
section.special p.special-p1 {
    font-size: 13px;
}
section.footer-agileits {
    padding: 35px 0;
}
section.footer-agileits ul.info-links li a {
	font-size:13px;
}
section.footer-agileits h3 {
    padding-bottom: 20px;
	font-size:21px;
}
section.footer-agileits ul.info-links, section.footer-agileits ul.footer-links {
    margin-left: 0;
    margin-bottom: 15px;
}
section.footer-agileits ul.info-links li {
    padding-bottom: 10px;
}
section.footer-agileits .contact-info {
    margin-left: 0;
    margin-bottom: 30px;
}
section.footer-agileits p.p3,section.footer-agileits p.p4,section.footer-agileits p.p5,section.footer-agileits p.p6 {
	font-size:13px;
}
section.footer-agileits input#inputEmail1, section.footer-agileits input#text1 {
    width: 100%;
    font-size: 13px;
    height: 35px;
}
section.footer-agileits button.btn-outline {
    font-size: 16px;
    margin: 10px 0 5px;
    padding: 5px 71px;
}
.navbar-brand {
    padding: 15px 0px 0px 15px;
}
}


