body{
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h1, h2{
	text-transform: uppercase;
	font-weight: 600;
}
.banner{
	width: 100%;
	float: left;
}
.banner img{
	max-width: 100%;
	float: left;
}
.lgo{
	color: #42b3e5;
	font-weight: 500;
	font-size: 24px;
}
.lgo b{
	margin: 0 0 0 20px;
}
/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 99999;
	/*border-bottom: 1px solid #42b3e5;*/
	box-shadow:0 2px 8px #ddd;
}

.top-header img.logo{
	margin-bottom: 0;
	margin-top: 0;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  margin-top: 8px;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.nav-bar{
	margin-top: 20px;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 18px;
	color: #17a9e6;
	text-transform: uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 7px 15px;
	font-weight: 500;
}
.menu_bar > li > a.active{
	color: #42b3e5;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #999;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
/*li a.active{
	color: #42b3e5 !important;
}*/
.navbar-default .navbar-toggle {
  border-color: #fff;
  margin-top: 4px;
}



/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 130px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.carousel-caption h2 {
	font-size: 64px;
	color: #fff;
	font-weight: 500;
	margin-top: 0;
	text-shadow: inherit;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.carousel-caption p{
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	line-height: 28px;
	margin-top: 0;
	padding-bottom: 35px;
}
.carousel-caption button{
	width: 240px;
	height: 60px;
	background: #3a9ecb;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border:0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.carousel-caption button:hover{
	background: #2a2a2a;
}
.carousel-control{
	width: 5%;
}
.carousel-inner{
	background: -webkit-linear-gradient(left, #000 , blue); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #000, blue); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #000, blue); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, #000 , blue); /* Standard syntax */
}
.item{
	position: relative;
}
.carousel-caption {
	text-align: left;
	left: 37%;
    line-height: 1;
    top: 50%;
    margin-top: 10px;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    text-shadow: inherit;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/*about area*/
.about h2{
	font-size: 36px;
	color: #222121;
	margin-top: 50px;
	font-weight: 500;
}
.about h4{
	color: #42b3e5;
    font-size: 30px;
    font-weight: 500;
}
.about h3{
	text-align: left;
	}
.about p{
	color: #555;
    font-size: 20px;
    padding: 0 10px;
	text-align:justify;
    text-align: left;
	line-height: 36px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.pentagon-text h1{
	font-size: 60px;
	color: #383838;
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	position: absolute;
	  left: 15%;
	  width: 50px;
	  top: -6%;
}
.pentagon-text {
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
   top: -30px;
  left: 43%;
}
.pentagon-text:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details{
	background: #2a2a2a;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
	background: #3a9dca;
}
.single-about-detail:hover .pentagon-text h1{
	color: #3a9dca;
}

.panel-body{
	color: #000;
    font-size: 20px;
    text-align: left;
    height: auto!important;
}
/*service area*/
.service{
	background: url(../img/pattern.jpg) fixed;
	background-repeat: repeat;
	margin-top: 40px;
	width: 100%;
	float: left;
	text-align: center;
}
.service span{
	width: 55px;
	float: none;
	display: inline-block;
	border-top: 5px solid #fff;
	margin: 20px 0;
	border-radius: 10px;
	height: 7px;
	background: #fff;
}
.service p{
	width: 100%;
	float: left;
	text-align: justify;
	color: #fff;
	font-size: 20px;
	line-height:36px;
}
.service p:last-child{
	margin-bottom: 20px;
}
.service p b{
	font-weight: 500;
	font-size: 36px;
}
.service h2{
	font-size: 36px;
	color: #fff;
	margin-top: 70px;
	margin-bottom: 0;
}
.service h4{
	font-size: 30px;
	color: #e8e8e8;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 0;
	display: block;
} 
.service h4 a{
	color: #42b3e5;
	font-weight: 500;
}
.single-service{
	text-align:center;
}
.single-service-img {
  width: 205px;
  height: 125px;
  padding-left:30px;
  position: relative;
}
.service-img {
  width: 205px;
  height: 125px;
  background: #3a9ecb;
  position: relative;
}
.single-service h3{
	margin-top: 10px;
	color: #fff;
	padding-bottom: 50px;
	position:relative;
}
.service-img img{
	position: absolute;
}


/*team section*/
.team{
	padding-bottom: 60px;
	width: 100%;
	float: left;
	text-align: center;
}
.team p{
	color: #555;
    float: left;
    font-size: 20px;
    text-align: justify;
    width: 100%;
	line-height:36px;
}
.team p b {
    font-size: 36px;
    font-weight: 500;
}
.team h2{
	font-size: 36px;
	color: #222121;
	margin-top: 50px;
	margin-bottom: 0;
	text-align: center;
}
.team h4{
	color: #737373;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1px;
    text-align: center;
}
.team span {
    border-top: 2px solid #000;
    display: inline-block;
    float: none;
    width: 100px;
    margin: 20px 0;
}
.single-member{
	margin: 0;
	padding: 0;
}
.person img{
	width: 100%;
}
.person-detail{
	padding:10px;
	background: #3a9cc8;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-top{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	bottom: -10px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.arrow-bottom{
	position: absolute;
	width: 20px;
	height: 20px;
	background: #3ba0cc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	top: -9px;
  	left: 46%;
  	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.person-detail h3{
	font-size: 30px;
	color: #fff;
}
.person-detail p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.single-member:hover .person-detail{
	background: #2a2a2a;
}
.single-member:hover .arrow-top{
	background: #2a2a2a;
}
.single-member:hover .arrow-bottom{
	background: #2a2a2a;
}


/*contact section*/
/*.contact-caption{
	background: #3a9dca;
}*/
.contact-heading h2{
	color: #3a9dca;
	font-size: 90px;
}
.contact-info{
	padding-left: 40px;
}
.contact-info h3{
	padding-left: 0;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 30px;
	color: #3a9dca;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #13849c;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: 500;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #084a5c;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	margin-bottom: 12px;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #53cde5;
	padding-top: 15px;
	text-align: right;
}
.contact-form input.submit-btn{
	width: 180px;
	height: 50px;
	float: right;
	font-size: 24px;
	color: #fff;
	background: url(../img/btn-bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	
}
.contact-form{
	padding-right: 40px;
}

/*gmap*/
#map{
	height: 830px;
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	
	width: 100%;
	background: rgba(0, 0, 0, 0.51);
	float: left;
}
.contact-caption{
	margin-top: 120px;
}

/*footer*/
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 25px 0;

}
.footer a i.fa{
	font-size: 24px;
	color: #eee;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #42b3e5;
}

.carousel-inner{
	position: relative;
}

/* sudipta css */
.clients-top{
	background:url("../img/clients.jpg") repeat fixed;
    float: left;
    height: 460px;
    position: relative;
    top: 40px;
    width: 100%;
}
.about-top{
	background:url("../img/about.jpg") repeat fixed;
    float: left;
    height: 400px;
    position: relative;
    top: 75px;
    width: 100%;
}
.service-top{
	background:url("../img/services.jpg") repeat fixed;
    float: left;
    height: 400px;
    position: relative;
    top: 90px;
    width: 100%;
}
.mission-top{
	background:url("../img/mission.jpg") repeat fixed;
    float: left;
    height: 400px;
    position: relative;
    top: 90px;
    width: 100%;
}
.responce-top{
	background:url("../img/responce.jpg") repeat fixed;
    float: left;
    height: 400px;
    position: relative;
    top: 90px;
    width: 100%;
}
.contact-top{
	background:url("../img/contact.jpg") no-repeat 50% 100%;
    float: left;
    height: 400px;
    position: relative;
    top: 90px;
    width: 100%;
}
#about {
    float: left;
    margin: 70px 0 0;
    position: relative;
    width: 100%;
}
#contact-bg{
	width: 100%;
	float: left;
	background: url("../img/contact-bg.jpg");
	height: auto;
}
.footer {
	width: 100%;
	float: left;
	background: #002a7c;
}
.small_sec{
	width: 100%;
	float: left;
	text-align: center;
}
.small_sec span{
	width: 100%;
	float: left;
	border: none;
}
.small_sec span img{
	max-width: 100%;
	float: none;
	border:2px solid #fff;
}
.small_sec span img:hover{
	border:2px solid #333;
	opacity: 0.9;
}
.small_sec h3{
	color: #fff;
}
.small_sec p{
	text-align: justify;
}
/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	  padding: 14px 12px;
	}
	.carousel-caption h1 {
  		font-size: 120px;
  	}
  	.carousel-caption p {
  		font-size: 32px;
  	}
  	.carousel-caption button {
	  width: 215px;
	  height: 55px;
	  font-size: 26px;
	}
	h2 {
  		font-size: 75px !important;
  	}
  	h4 {
  		font-size: 22px !important;
  	}
  	.person-detail h3 {
  		font-size: 26px;
  	}
  	.person-detail p {
  		font-size: 12px;
  	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  padding: 10px 8px;
	}
	.carousel-caption h1 {
  		font-size: 90px;
  	}
  	.carousel-caption p {
  		font-size: 30px;
  	}
  	.carousel-caption button {
		 width: 180px;
		 height: 50px;
		 background: #3a9ecb;
		 color: #fff;
		 font-size: 22px;
	}
	h2 {
  		font-size: 70px !important;
  	}
  	h4 {
  		font-size: 18px !important;
  	}
  	#map{
		height: 1050px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 110px;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
	.header-logo img{
	  margin-top: 20px;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 20px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 75px;
  	}
  	.carousel-caption p {
  		font-size: 25px;
  	}
  	.carousel-caption button {
	  width: 160px;
	  height: 40px;
	  font-size: 20px;
	}
	#map{
		height: 1120px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	h2 {
	  font-size: 70px !important;
	}
	h4{
  		font-size: 21px !important;
  	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 140px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		margin-top: 20px !important;
	}
	.navbar-default .navbar-toggle {
		 border-color: #fff;
		 margin-top: -7px;
		 right: 10%;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 16px;
	  text-align: left;
	}
	.header-backup{
		  height: 80px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption button {
	  width: 90px;
	  height: 23px;
	  font-size: 16px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	.about h2 {
	  font-size: 50px;
	  color: #42b3e5;
	  margin-top: 30px;
	}
	.service h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	.team h2 {
	  font-size: 50px;
	  margin-top: 40px;
	}
	h4 {
	  font-size: 18px !important;
	}
	.contact-caption{
		margin-top: 38%;
	}
	#map{
		height: 950px;
	}
	/*.contact{
		height: 950px;
		margin-top: -950px;
	}*/
	.contact-heading h2 {
	  font-size: 50px;
	  text-align: left;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 25px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 10px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 25px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
}

.contact-outer{
	width: 100%;
	float: left;
	background: #fff;
	padding: 15px;
	margin: 15px 0 0 0;
}
.mail-main{
	color: #15c;
}
.contact-outer h2{
	margin-top: 0;
	font-size: 26px;
}
.contact-outer h4{
	margin: 15px 0;
	letter-spacing: 2px;
	line-height: 24px;
	color:#888;
	font-weight:normal;
}

.contact-outer table tr th,
.contact-outer table tr td {
	font-size: 18px;
	padding: 8px; 
	text-align: left;
}
.contact-outer table tr td a {
	color:#555;
}
.about ul li {
	font-size: 20px;
	text-align: left;
	color: #555;
	list-style-type: disc;
	line-height:36px
}

.service ul li {
	font-size: 20px;
	text-align: left;
	letter-spacing: 1px;
	color: #fff;
	line-height:34px
}


/*----------------about---------------*/


.about_company {
	position: relative;
	overflow: hidden;
	z-index: 9;
	padding: 30px 20px 120px 20px;
	background-image: url(../img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about_company h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 500;
	color: #424242;
	padding-bottom: 50px;
}
.divider {
	background: #0083bc;
	border-radius: 10px;
	width: 55px;
	height: 7px;
	border: 0;
	margin: 15px 0;
}
.about_company p  {
	font-size: 20px;
	color: #303030;
	line-height: 30px;
	text-align: justify;
	font-weight: 300;
}
.about-left-info {
	padding-top: 60px;
}
/*.about-right-img img {
	border-radius: 50%;
}*/
.mb-30 {
    margin-bottom: 30px;
}



.tabs-left > .nav-tabs > li {
  float: none;
  background-color: #d4f1fd;
  border-radius: 5px;
  margin-bottom: 7px;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/*.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}*/

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
          border:inherit;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border:inherit;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  	border:inherit;
  	color: #fff;
  	background-color: #00a1e4;

}
.tabs-left > .nav-tabs .active {
	background-color: #00a1e4;
}
.tabs-left > .nav-tabs .active > a {
	background-color: inherit;
}
.nav-tabs {
	border-bottom: 0
}
.nav-tabs > li > a {
	padding: 24px 22px !important;
	color: #292929;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
}
.nav-tabs > li.active > a:after {
	content: "";
	position: absolute;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fff;
	transform: rotate(90deg);
	right: -10px;
	top: 32px;
}
.tabs-left h2 {
	font-size:36px;
	color: #fff;
	background-color: #006c96;
	font-weight:500;
	text-transform: uppercase;
	padding: 25px 0;
	text-align: center;
	margin-bottom: 0; 
}
.tab-pane-heading {
	font-size:36px;
	color: #00a1e4;
	background-color: #d4f1fd;
	font-weight:500;
	text-transform: uppercase;
	padding: 25px 0;
	text-align: center;
	margin-bottom: 0; 
}
.tab-panel {
	background:url(../img/tab-bg.png) no-repeat center center #fff;
	position: relative;
	overflow: hidden;
	z-index: 9;
	width: 100%;
	padding: 65px 50px 60px;
	box-shadow: 0 5px 18px #e2e2e2;
}
.team-caption p {
	font-size: 18px;
	color: #232323;
	text-align: center;
	font-weight: 600;
	padding-top: 20px;
}
.mb-auto {
	display: flex;
	justify-content: center;
}
.team-img img {
	margin: auto;
	border-radius: 50%;
	box-shadow: 0 3px 12px #ccc;
}
@media only screen and (max-width: 480px) {
	.mb-auto {
		display: block;
	}
}


.section-padding2 {
	padding: 100px 15px;
	position: relative;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-35 {
    margin-bottom: 35px;
}
.section-tittle span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a1a1a;
    display: inline-block;
}
.section-tittle h2 {
    font-size: 36px;
    display: block;
    color: #222121;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
}
.about-caption a.btn {
	float: left;
}
.about-low-area .about-caption p {
    font-size: 20px;
    color: #555;
    line-height: 36px;
    margin-bottom: 35px;
    padding-right: 50px;
    text-align: justify;
}
.btn {
    background: #00a1e4;
    border-radius: 5px 35px 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 27px 44px;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    transition: all 0.2s ease-out 0s;
}
.btn:hover {
	color: #fff;
	background-color: #006c96;
	transition: all 0.2s ease-out 0s;
}
.about-low-area .about-img {
    position: relative;
}
.about-low-area .about-img .about-font-img {
    position: absolute;
    z-index: 1;
    left: -9%;
    top: 237px;
}
.d-none {
    display: none !important;
}
.about-low-area .about-img .about-back-img {
    position: absolute;
    top: -47px;
    right: 0;
    z-index: 0;
}
.d-lg-block {
    display: block !important;
}
.pt-20 {
	padding-top: 20px;
}
.pd0 {
	padding: 0;
}
.points-listing {
	padding-left:20px;
}
.points-listing li {
	font-size: 20px;
    color: #555;
    line-height: 36px;
    text-align: justify;
    list-style-type: disc;
    padding-left: 10px;
}

@media only screen and (max-width:1199px) {
	.d-mb-none {
		display: none;
	}
}



/*------------------New Landing Page-----------------*/

.carousel-caption .btn-whatsapp {
	border:1px solid #fff;
	border-radius: 5px;
	padding: 8px 18px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	background: transparent;
	transition: all 0.3s ease-out 0s;
	text-shadow: inherit !important;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.carousel-caption .btn-whatsapp i {
	font-size: 28px;
	padding-left: 10px;
}
.carousel-caption .btn-whatsapp:hover{
	background: #fff;
	color: #00a1e4;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	text-shadow: inherit !important;
}
.continents-panel {
	background-image: url(../img/connection-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
.continents-panel h2 {
	font-size: 42px;
	text-transform: uppercase;
	color: #00a1e4;
	font-weight: 500;
}
.continents-panel h1 {
	font-size: 48px;
	text-transform: inherit;
	color: #00a1e4;
	font-weight: 500;
	/*font-family: 'Roboto', sans-serif;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.continents-panel span {
	font-size: 280px;
	font-weight: 900;
	/*font-family: 'Roboto', sans-serif;*/
	text-transform: uppercase;
	color: #00a1e4;
	padding-right: 30px;
}
.plus_symbol {
	font-weight: 600 !important;
	font-size: 160px !important;
	top: -80px;
	position: relative;
}
.contact_item a {
	background: #00a1e4;
	color: #fff !important;
	padding: 3px 12px !important;
	border-radius:15px;
	line-height: inherit !important;
}
.contact_item a i {
	font-size: 24px;
	padding-left: 6px;
}
.contact_item a:hover {
	background: #00a1e4 !important;
}
.section-padding3 {
	padding: 50px 15px 50px;
}
.services_panel h2 {
	padding-top: 15px;
	padding-bottom: 50px;
	font-size: 42px;
	text-transform: uppercase;
	color: #00a1e4;
	font-weight: 500;
}
.card-inner {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	padding: 80px 20px 40px;
	box-shadow: 4px 2px 10px #bbb;
	-webkit-box-shadow: 4px 2px 10px #bbb;
	-moz-box-shadow: 4px 2px 10px #bbb;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.card-inner img {
	margin-bottom: 50px;
}
.card-inner h3 {
	font-size: 24px;
	color: #00a1e4;
	font-weight: 500;
	text-transform: uppercase;
}
.card-inner p {
	font-size: 18px;
	color: #00a1e4;
	line-height: 24px;
	font-weight: 500;
}
.card-inner img {
	margin-right: auto;
	margin-left: auto;
}
.whatsappbtn {
	margin-top: 80px;
	margin-bottom: 50px;
}
.whatsapp-service-btn {
	border: 2px solid #00a1e4;
	border-radius: 5px;
	padding: 12px 35px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	color: #00a1e4;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.whatsapp-service-btn i {
	padding-left: 15px;
	font-size: 30px;
}
.whatsapp-service-btn:hover {
	background: #00a1e4;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	color: #fff;
}
.services_panel .card-inner:hover {
	background-color:#00a1e4; 
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
}
.services_panel .card-inner:hover h3,
.services_panel .card-inner:hover p {
	color: #fff;
}
.services_panel .card-inner:hover img {

}
.services_panel .card-inner .hover-image {
	display: none;
}
.services_panel .card-inner:hover .hover-image {
	display: block;
}
.services_panel .card-inner:hover .org-image {
	display: none;
} 
.why-choose_section {
	background: linear-gradient(270deg, #009ada, #00729f);
	background: -webkit-linear-gradient(270deg, #009ada, #00729f);
	background: -moz-linear-gradient(270deg, #009ada, #00729f);
}
.why-choose_section h2 {
	color: #fff;
	padding-bottom: 10px;
	margin: 0;
	padding-top: 0;
}
.why-choose_section p {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	padding-bottom: 40px;
}
.why-choose_section .card-inner {
	background-color: #0083b8;
	box-shadow: 2px 5px 15px #010202;
	-webkit-box-shadow: 2px 5px 15px #010202;
	-moz-box-shadow: 2px 5px 15px #010202;
	padding: 50px 20px 25px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
}
.why-choose_section .card-inner h3 {
	color: #fff;
}
.why-choose_section .card-inner:hover {
	background-color: #f2f9fc;
}
.why-choose_section .card-inner:hover h3 {
	color: #008ec8;
}
.why-choose_section .card-inner img {
	margin-bottom:40px; 
}


/*==================Sign Up================*/

.callback_section {
	background-color: #00457f;
	background-image: url(../img/callback-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.callback_section h2 {
	font-size: 42px;
	color: #fff;
}
.pb40 {
	padding-bottom: 40px;
}
.form_container {
	width: 850px;
	margin: auto;
	position: relative;
	overflow: hidden;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	box-shadow: 0 3px 18px #010202;
}
.group-form p {
	padding-bottom: 25px;
}
.group-form input {
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom:1px solid #111;
	border-radius: inherit;
	-webkit-border-radius:inherit;
	-moz-border-radius:inherit;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	color: #111;
	font-size: 20px;
	font-weight: 300;
	padding: 26px 6px;
}
.group-form input:focus {
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	border-bottom:2px solid #0079c2;
	
}
.group-form input::placeholder {
	color: #111;
	font-weight: 300;
	font-size: 18px;
}
.padding-body {
	position: relative;
	padding: 30px 40px;
}
.btn-sign-up {
	width: 100%;
	background: #1e95ff !important;
	color: #fff !important;
	text-align: center;
	font-weight: 300 !important;
	border:0 !important;
	padding: 21px 10px !important;
	margin-top: 30px;
}
.btn-sign-up:hover {
	background: #002a7c !important;
}
.vertical-img {
	position: relative;
	overflow: hidden;
	padding-top: 284px;
	padding-bottom: 284px;
	z-index: 99;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	justify-content: center;
	align-items: center;
	background: #1e95ff;
}
.right_panel {
	background-color: #fcfcfc;
	background-image: url(../img/form-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	overflow: hidden;
	padding:40px 30px;
	border-radius: 0px 15px 15px 0;
	-webkit-border-radius:0px 15px 15px 0px;
	-moz-border-radius:0px 15px 15px 0px;
}
.vertical-img {
	border-radius: 15px 0px 0px 15px;
	-webkit-border-radius:15px 0px 0px 15px;
	-moz-border-radius:15px 0px 0px 15px;
}
.form-body {
	width: 100%;
}
.pb-100 {
	padding-bottom: 100px;
}
.vertical-img img {
	margin: auto;
}

.wrap-section {
		  width:1180px;
	  }	
	  .call-now {
		padding-top: 25px;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: 400;
		color: #00a1e4;
		width: 100%;
	  }
	  @media only screen and (max-width:991px) {
		  .wrap-section {
			  width:100%;
		  }
		  .call-now {
			  padding-top:0;
		  }
		  .top-header img.logo {
			  margin:10px 10px;
		  }
		  .navbar-default .navbar-toggle {
			  margin-top:0;
			  right:0;
		  }
	  }

@media only screen and (max-width:768px) {
	.carousel-caption h2 {
		font-size: 22px !important;
		padding-bottom: 0
	}
	.carousel-caption p {
		padding-bottom: 0;
		line-height:inherit;
		margin: 0;
		display: none;
	}
	.carousel-caption .btn-whatsapp {
		font-size: 9px;
		padding: 5px 7px;
	}
	.carousel-caption .btn-whatsapp i {
		display: none;
	}
	.carousel-caption {
    	margin-top: -10px !important;
	}
	.top-header {
		position: relative;
	}
	.continents-panel h1 {
		font-size: 30px;
	}
	.continents-panel span {
		font-size: 160px;
		padding-right:0;
	}
	.plus_symbol {
		top: 0;
	}
	.header-backup {
		height: inherit;
	}
	.card-inner {
		margin-bottom: 30px;
	}
	.whatsapp-service-btn,
	.whatsapp-service-btn i {
		font-size: 16px;
	}
	.form_container {
		width: 100%;
	}
	.vertical-img {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.padding-body {
		padding: 0;
	}
}


.wrap-section {
		  width:1180px;
	  }	
	  .call-now {
		padding-top: 25px;
		font-size: 18px;
		letter-spacing: 1px;
		font-weight: 400;
		color: #00a1e4;
		width: 100%;
	  }
@media only screen and (max-width:991px) {
		  .wrap-section {
			  width:100%;
		  }
		  .call-now {
			  padding-top:0;
		  }
		  .top-header img.logo {
			  margin:10px 10px;
		  }
		  .navbar-default .navbar-toggle {
			  margin-top:0;
			  right:0;
		  }
	  }
	  
	  .carousel-caption {
		bottom: 0;
		padding-top: 0;
		margin-top: 0;
		right: 16%;
	  }
	  
	  /*---------------New Added CSS--------------*/
	  
	  .info_slide {
		  background-image:url(../img/slide-two.jpg);
		  background-repeat:no-repeat;
		  background-position:center center;
		  background-size:cover;
		  width:100%;
		  position:relative;
		  height:500px;
	  }
	  .banner-caption {
		position: absolute;
		overflow: hidden;
		top: 50%;
		z-index: 99;
		left: 50%;
		transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	  }
	  .banner-caption h2 {
		  color:#fff;
		  font-size:64px;
		  text-transform:uppercase;
		  text-align:center;
	  }
	  .import_details {
		  background-image:inherit;
		  padding-top:80px;
	  }
	  .pd-t-0 {
		  padding-top:0;
	  }
	  .pd-t-0 p {
		  font-size:20px;
		  color:#535353;
		  font-weight:400;
		  line-height:26px;
	  }
	  .pd-t-80 {
		  padding-top:80px;
	  }
	  .metal_import-block {
		  background:url(../img/metal_import_bg.png);
		  background-repeat:no-repeat;
		  background-position:center center;
		  background-size:cover;
		  background-color:#006c97;
		  width:100%;
		  position:relative;
		  overflow:hidden;
		  padding:70px 20px 90px 20px;
	  }
	  .metal_import-block h3 {
		  color:#fff;
		  font-size:34px;
		  text-transform:uppercase;
		  font-weight:600;
		  text-align:center;
		  margin:0;
	  }
	  .import_list {
		  margin:0;
		  padding-top:60px;
	  }
	  .import_list li {
		font-size: 20px;
		color: #fff;
		font-weight: 400;
		line-height: 32px;
		padding: 10px 8px;
		list-style: disc;
	  }
	  .import_details h2 {
		  text-align:center;
		  font-weight:600;
		  font-size:36px;
		  color:#393939;
	  }
	  .import_details span {
		  font-size:26px;
	  }
	  .about-right-img img {
		  border-radius:10px;
	  }
	  .pre_shpment_txt p {
		  font-size:18px;
		  font-weight:300;
		  color:#3a3a3a;
		  line-height:24px;
	  }
	  .pd-t-30 {
		  padding-top:30px;
	  }
	  .pd-b-30 {
		  padding-bottom:30px;
	  }
	  .pd-t-10 {
		  padding-top:10px;
	  }
	  .pd-b-10 {
		  padding-bottom:10px;
	  }
	  
	  .import_details .row:hover {
		  background:#fff;
	  }
	  
	  .pre-shipment-block .row:hover .about-left-info p {
		  color:#fff;
	  }
	  .pre-shipment-block .row .about-left-info {
		  padding-right: 80px;
		  padding-left: 80px;
	  }
	  .pre-shipment-block .row:hover .about-right-img img {
		  filter:grayscale(0);
	  }
	  .pre-shipment-block .about-right-img img {
		  filter:grayscale(1);
	  }
	  .pre-shipment-block {
		  padding:30px 0px 70px 0px;
	  }
	  .metal_import-block span {
		  font-size:26px;
		  font-weight:400;
	  }
	  .iport_list {
		  width:33%;
		  float:left;
	  }
	  .iport_list li {
		  text-transform:uppercase;
		  font-size:22px;
		  font-weight:300;
	  }
	  .center-list {
		  text-align:center;
	  }
	  .right_list {
		  text-align:right;
	  }
	  .iport_list li:hover {
		  background-color:#fff;
		  border-radius:8px;
		  -webkit-border-radius:8px;
		  -moz-border-radius:8px;
		  color:#006c97;
	  }
	  .import_details .about-right-img img {
		  filter:inherit !important;
	  }
	  .import_details .about-left-info p {
		  color:inherit !important;
	  }
	  .step_list li {
		  line-height:30px;
		  font-size:20px;
		  color:#393939;
		  font-weight:500;
		  list-style:disc;
		  padding:8px 0;
	  }
	  @media only screen and (max-width:768px) {
		  .iport_list {
			  float:none;
			  width:100%;
		  }
		  .center-list, .right_list {
			  text-align:left;
		  }
	  }
	  
	  .sub-menu {
		display:none;
	}
	.menu_bar li:hover .sub-menu {
		display:block;
		position:absolute;
		background:#fff;
		padding:10px 0;
		width:200px;
		box-shadow:0 2px 5px #bbb;
		-moz-box-shadow:0 2px 5px #bbb;
		-webkit-box-shadow:0 2px 5px #bbb;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		z-index:99;
	}
	.menu_bar li .sub-menu li a {
		padding-left:15px;
	}
	.menu_bar li:hover .sub-menu li {
		padding:8px 0;
	}
	.menu_bar li .sub-menu li:hover {
		background:#eee;
	}
	  