

/* ============================== */
/* header
================================================== */
body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
}

/* Navbar */
.navbar {
  padding: 1px 0;
  
}
.navbar .nav-item {
  margin-right: 18px;
  
}
.navbar .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.fixednavigationbar{
	
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 999;
	background-color:#fff;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
	box-shadow: 0 0 8px #000;
}
.navbar .nav-item .nav-link {
  padding: 17px 7px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #fff;
}


.navbar .nav-item .nav-link:hover {
  color: #fff;
}
.navbar .nav-item .nav-link label {
   background: url(../images/line.png) -6px 0px no-repeat;
    width: 20px;
    height: 24px;
    margin-top: -3px;
	margin-left:5px;
    margin-bottom: -12px;
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs, .breadcrumbs a{
	padding:10px 5px;
	color:#fff;
}
.navbar .nav-item .nav-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  background: #fff;
  width: 90%;
  height: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.nav-link1.active {
  padding: 13px 20px;
  display: block;
  width:250px;
  margin:1px;
  font-size: 15px;
  font-weight: 600;
  background-color:#36ace2;
  text-transform: uppercase;
  position: relative;
	font-family: Roboto-Regular,sans-serif;
  z-index: 2;
  color: #fff;
}
.nav-link1:hover{
	color:#fff;
}
#accoutemail{
	color:#fff;
	font-size:15px;
	padding-top:30px;
	height:100%;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background-color:#272e38;
	
}
nav > .nav.nav-tabs {
    border: none;
   
}
#form-account{
	background-color:#eee;

	padding-top:12px;
	padding-left:20px;
	margin-bottom:12px;
}
#accoutemail p{
	line-height:10px;
	padding-top:10px;
	text-align:center;
}
.nav-link1 {
  padding: 13px 20px;
  display: block;
  width:250px;
  margin:1px;
  font-size: 15px;
  font-weight: 600;
  background-color:#272e38;
  text-transform: uppercase;
  position: relative;
	font-family: Roboto-Regular,sans-serif;
  z-index: 2;
  color: #fff;
}
#dash1{
	 position: relative;
  text-align: center;
  color: #36ace2;
}
.bottom-left {
  position: absolute;
  bottom: 12px;
  right: 26px;
  font-size:19px;
  font-weight:700;
}
.centered {
  position: absolute;
  top: 34%;
   left: 64%;
   font-size: 26px;
  
  font-weight:700;
  transform: translate(-50%, -50%);
}
.bottom-left1 {
  position: absolute;
  bottom: 12px;
  right: 35px;
  font-size:19px;
  font-weight:700;
}

.navbar .nav-item .nav-link.active {
  color: #fff;
}
.navbar .nav-item .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.navbar .nav-item .nav-link:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navbar-nav .nav-item .dropdown-menu {
  top: 57px;
  border-radius: 0;
  background: #fff;
  border-color: transparent;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  min-width: 220px;
  border: none;
}
.navbar-nav .nav-item .dropdown-menu li {
  padding-bottom: 0px;
}
.navbar-nav .nav-item .dropdown-menu li a {
  color: #101010;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 13px 5px;
  text-align:left;
  border-bottom:1px solid #ddd;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
 font-family: Roboto-Regular,sans-serif;
}
.navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
  background: #36ace2;
  text-decoration:none;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-nav:focus {
  color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}







/* Logo Area
=================================*/
.ts-logo-area {
  padding: 5px 0;
}
.ts-logo img {
    width: 62%;
    margin-bottom: -49px;
    margin-left: -85px;
    margin-top: 12px;
}

.top-contact-info {
	margin-top:18px;
	margin-bottom:-5px;
  list-style: none;
  float: right;
}
.top-contact-info li {
  display: inline-block;
  position: relative;
  margin-left:24px;
}
.top-contact-info li span {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 18px;

  color: #283745;
}

.top-contact-info a.btn-primary {
  position: relative;
  top: -15px;
 
}
.top-contact-info .btn {
  height: 40px;

  line-height: 24px;
}


/* Tw Header
===========================*/
.ts-header {
  position: relative;
  z-index: 2;
  
}
.ts-header:after {
  position: absolute;

  left: 0;
  width: 100%;

  content: "";
  background: #36ace2;
}

.header-angle {
  position: relative;
  z-index: 2;

  padding-left:180px;
}
.header-angle:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 77%;
  height: 100%;
  content: "";
  background: #36ace2;
  z-index: -1;
}
.header-angle:before {
  position: absolute;
  top: 0;
  right: 77%;
  content: "";
  border-right: 56px solid #36ace2;
  border-top: 52px solid transparent;
}

@media (min-width: 1600px) {
  .top-bar-angle:before {
    right: 62.5%;
  }
  .top-bar-angle:after {
    width: 62.5%;
  }

  .header-angle:before {
    right: 62.5%;
  }
  .header-angle:after {
    width: 62.5%;
  }
}
/* Navbar
===============================*/
.cart-link a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
.cart-link a sup {
  font-size: 8px;
  top: -15px;
  background: #fff;
  color: #36ace2;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  right: 5px;
  font-weight: 700;
}
.cart-link form {
  display: inline-block;
  padding: 0 15px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.cart-link form button {
  color: #fff;
}
.cart-link form button .icon-cross {
  position: absolute;
  top: 0;
  font-size: 25px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
}
.cart-link form button .icon-cross.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form button .icon-search {
  visibility: hidden;
  opacity: 0;
}
.cart-link form button .icon-search.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cart-link form .search-box {
  position: absolute;
  bottom: -100px;
  left: auto;
  right: 0;
  background: #fff;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cart-link form .search-box input[type=search] {
  border: 1px solid rgba(238, 49, 49, 0.12);
  background: transparent;
  padding: 5px 0;
}
.cart-link form .search-box input::-webkit-input-placeholder {
 font-family: Roboto-Regular,sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-moz-placeholder {
 font-family: Roboto-Regular,sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:-ms-input-placeholder {
 font-family: Roboto-Regular,sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::-ms-input-placeholder {
 font-family: Roboto-Regular,sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input::placeholder {
 font-family: Roboto-Regular,sans-serif;
  font-size: 14px;
  color: #101010;
  padding-left: 10px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.5px;
}
.cart-link form .search-box input:focus {
  outline: 0 solid;
}
.cart-link form .search-box.show {
  bottom: -73px;
  opacity: 1;
  visibility: visible;
}

.ts-navbar {
  margin-right: 0px;
}




/* header end
=================================== */

/* top navigation start
=================================== */
.top-bar-event{
	padding:7px;
}

.top-bar-event span {
    font-size: 13px;
	margin-left:7px;
	
}
.top-bar-event i, .top-bar-event span {
    color: #fff;
}

.ts-top-bar {
    position: relative;
    z-index: 100;
}
.top-bar-angle:after {
    z-index: -1;
    content: "";
    position: absolute;
    background: #343a40;
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0px;
}
.topsocialicon li {
    margin-left: 17px;
    color: #fff;
    background-color: #023971;
    padding: 5px;
}

/* top navigation end
=================================== */

/* Slider Area
=================================== */
.carousel-indicators .active{
	background:#36ace2;
}
.carousel-indicators li{
	background: #e7e7e7;
    border: 2px solid #ffffff;
    opacity: 1;
    border-radius: 0;
    margin: 4px;
    width: 10px;
    height: 10px;
}
.carousel-item{

  background-size: 100% 100% !important;

 
}
#applyNowform{
	border-radius:5px;
}
.slider-items .row,
.slider-items .container {
  height: 100%;
    margin-top:50px;
}


.text-box h1 {
 font-family: Roboto-Regular,sans-serif;
  font-size: 60px;
  font-weight:700;
  color: #fff;
margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 1px 0px 1px #000;
   
}
.text-box h1 small {
 font-family: Roboto-Regular,sans-serif;
  font-size: 20px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.text-box h1 span {
  color: #36ace2;
}
.text-box .slider-desc {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
}

.ts-slider-area.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -30px;
}
.ts-slider-area.owl-carousel .owl-nav button {
  position: absolute;
  top: 96px;
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 65px !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -15px;
  margin-left: 0px;
}
.ts-slider-area.owl-carousel .owl-nav button i {
  color: #fff;
  font-size: 25px;
}
.ts-slider-area.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}
.ts-slider-area.owl-carousel .owl-nav button:hover {
  background: #36ace2 !important;
}
.heading-box h2{ width:100%; color: red; }
.text-box {
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	color: #fff;
	
	transform: translateY(-50%);
}
#slider-animation{
	margin-top:108px;
}
.topsocialicon li i{
	color:#fff;
	
}
.top-contact-info li{
	margin-bottom:15px;
}
.colori i{
	background-color:#36ace2;
	color:#fff;
	padding:5px;
}
/* Slider Area end
=================================== */

/* main services
=================================== */
.iso{
	width:100%;
}
.main-services {
    background: #023971;
    background-size: cover;
    margin-bottom: 0px;
}
.service-block img {
    width: 70%;
}


.service-block {    
    padding: 10px 0px;
    text-align: center;
}
.service-block:hover {
    background: #fff !important;     
}
.service-block:hover img {
    filter: brightness(1) invert(1);     
}
.home-banner-read-more {
    padding: 10px 30px;
    background: transparent;
    width: 180px;
    text-align: center;
    margin-top: 10%;
    border: 1px solid #dd0131;
}
.home-banner-read-more a{
    color: #000000;
    font-size: 1.3em;
}
.pt-banner-container .pt-banner-caption .pt-banner-content {    
    left: 48%;  
}

/* main services end
=================================== */

/* about start
=================================== */
.about{
	padding-top:40px;
	padding-bottom:80px;
	background: url(../images/deisgn.png) #ffffff;

    position: relative;
    z-index: 1;
}
.titleBorder {
    background: url(../images/border.png) no-repeat;
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    padding-top: 6px;
    margin-bottom: 15px;
 
    height: 5px;
    z-index: 2;
}
.about-txt{
	margin-top:40px;
}
.about-left-grid {
    background: url(../images/about.png) no-repeat center;
    background-size: 100% 100%;
    height: 400px;
	margin-top: 7px;
}
#readmore{
	background-color:#023971;
	font-weight: 600;
    font-size: 13px;
    padding: 7px 30px;
    height: 35px;
}
.about-txt p {
    padding-left: 1em;
    text-align: justify;
	line-height: 26px;
}
.ts-newsletter .box-skew-sm-right:after {
    z-index: -1;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 30px;
    height: 50px;
   
}


/* about end
=================================== */


/* product start
=================================== */

.post-img img{
	border:4px solid #ddd;
}
.post-slide6 h5{
	text-align:left;
	margin-top:10px;
}
.post-slide6{margin:0 10px;margin-bottom:2em}
.post-slide6 .post-img{position:relative;overflow:hidden}
.post-slide6 .post-img:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;background:rgba(0,0,0,0);transition:all .4s linear 0s}
.post-slide6:hover .post-img:before{background:rgba(0,0,0,.6)}
.post-slide6 .post-img img{width:100%;height:auto}
.post-slide6 .post-info{width:75%;position:absolute;
bottom:-100%;left:12.5%;background:#36ace2;text-align:center;line-height:26px;padding:15px;transition:bottom .4s ease-in-out 0s}
.post-slide6:hover .post-info{bottom:0}
.post-slide6 .category{padding:0;margin:0;list-style:none}
.post-slide6 .category li,.post-slide6 .post-date{display:inline-block;font-size:16px;color:#fff;text-transform:capitalize}
.post-slide6 .category li:after{content:" /"}
.post-slide6 .category li:last-child:after{content:""}
.post-slide6 .category li a{color:#fff;transition:all .4s linear}
.post-slide6 .category li a:hover{color:#555;text-decoration:none}





/* product end
=================================== */

/* product end
=================================== */
.home-text-1 {
    font-size: 54px;
    -webkit-text-stroke-width: 3px;
    margin-bottom: 30px;
}
.info{
	padding: 40px 40px;
    padding-top: 40px;
    padding-bottom: 80px;
    background: url(../images/deisgn.png) #ffffff;
    position: relative;
    z-index: 1;
	padding: 40px 40px;
	
}
.info h1{
	text-transform:titlecase;
	font-size:27px;
}
#bsuonessh3{
	margin-top:30px;
}
#bsuonessh3 img{
	width:3%;
}
.info h1:after{
		    background: url(../images/border.png) no-repeat;

}
	
	.info p{
	letter-spacing:1.0px;
	line-height:1.8;
}
.home-sec-icon {
    margin-top: -40px;
	width:100%;
}



/* client start*/
.clients{
	background: url(../images/deisgn.png) #ffffff;
	padding-top:60px;
	padding-bottom:60px;
}
.client img{
	width:110%;
}
.latestnews{
	line-height:1.5;
	text-align:justify;
	letter-spacing:1.0px;
}
/*footertop*/

.havells-connect {
    background: #868686;
    color: #fff;
    padding: 40px 0 10px 0;
    box-shadow: inset 0px 2px 10px 1px #0000009c;
}
.panel-connect .panel-heading h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.panel-connect .panel-heading {
    display: inline-block;
    padding: 10px 25px;
    background: #36ace2;
    border-radius: 0;
    margin: -10px 0 0 -1px;
}
.panel, .panel-heading, .panel-footer {
    border: 0;
    position: relative;
}
.panel-connect .panel-heading h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.panel-connect.panel-support .panel-body {
    padding: 20px 0px 30px 0px;
}
.panel-connect .icon {
    float: left;
    margin-right: 10px;
}
#iframe1 iframe{
	width:100%;
	border:2px solid #fff !important;
	height:230px;
}
.icon-phone {
    background-position: -32px 8px;
}
.panel-connect address {
    display: block;
    overflow: hidden;
    overflow-wrap: break-word;
}
.panel-connect {
    border: solid 1px #fff;
    background: 0;
    font-size: 15px;
    font-weight: 300;
    min-height: 180px;
}




/*===========footer==========*/
li{
	list-style:none;
}
.footer{
	background:linear-gradient(180deg,#ffffff 0%,#efefef 50%,#efefef 51%,#efefef  100%);
    position: relative;
    border-top: 2px solid #ccc;
    box-shadow: rgba(0,0,0,0.2) 0px -2px 16px;

    padding: 80px 0px 10px 0px;
}

.footer h1{
	font-size:20px;
	color:#212529;
	text-transform:uppercase;
	font-weight:400;
	border-bottom:1px dashed #6c757d;
	padding-bottom:15px;
	margin:0px 0px 30px 0px;
}
.f-nav1 li, .f-nav1 li a{
	color:#212529;
	  font-size: 13px;
	font-weight:400;
	line-height:1.6;
	padding-bottom: 12px;
}
.f-nav1 li, .f-nav li{
	margin-left:-40px;
}
.footer-menu ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #212529;
    border-radius: 50%;
	margin-right:17px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #212529;
}
.footer-links>li a{
	color: #212529;
	  font-size: 13px;
	font-weight:400;
}
.footer-links>li a:hover{
	color:#e92800;
}	
.footer-links>li {
    width: 24.5%;
	padding-bottom: 10px;
    display: inline-block;
	 padding-left: 15px;
  
    font-weight: 400;

}
.footer .fa-angle-right{
	font-weight:bold;
	font-size:15px;
}
.f-nav li{
	padding-bottom:12px;
}
.f-nav li a{
	background:url(../images/innerimage/f-arow.png) 0px 3px no-repeat;
	color:#212529;
	padding-left:15px;
	font-size:13px;
	font-weight:400;
	display:block;
}
.f-nav li a:hover{
	color:#e92800;
}
.f-service a{
	color:#FFF;
	font-size:13px;
	font-weight:300;
	float:left;
	padding-bottom:10px;
}
.f-service a:hover{
	color:#e92800;
}
.f-address h2{
	color:#FFF;
	font-size:14px;
	font-weight:400;
	margin:0px 0px 25px 0px;
}
.f-address p{
	color:#ffffff;
	font-size:13px;
	background:url(../images/innerimage/f-location.png) 0px 5px no-repeat;
	padding-left:18px;
	font-weight:300;
	margin-bottom:25px;
}
.f-follow a{
	width:36px;
	height:36px;
	float:left;
	color:#FFF;
	margin-right:5px;
	background:url(../images/innerimage/f-follow.png) no-repeat;
	text-indent:-9999px;
	position:relative;
	-moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-follow a:hover{
	 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.f-follow .icon1{
	background-position:-42px 0px;
}
.f-follow .icon2{
	background-position:-85px 0px;
}
.f-follow .icon3{
	background-position:-128px 0px;
	margin-right:0px;
}
.copyright p{
	color: #212529;
	font-size:16px;
	letter-spacing:1.0px;
}

.copyright{
	background:#e2e2e2;
	padding:15px 0px;
	text-align:center;
	color:#8a91a2;
	font-size:12px;
}

.bsuiness{
	width:100%;
	padding-right: 0px;
}
.home-head2 {
    background: url(../images/header2.png) center bottom no-repeat;
    padding-bottom: 5px;
    text-align: center;
    margin: 30px 0px 25px 0px;
}
.panel-body{
	background-color:#fff;
	padding:20px;
}
#inputhomepage input
 {
  width: 100%;
    padding: 7px 16px;
    border: 1px solid #b4b4b4;
    border-radius: 0px;
    margin: 10px 5px;
    opacity: 0.85;
    background: #fff;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
	text-decoration: none;
}
::placeholder{
	letter-spacing:0.8px;
	font-weight:300;
}
#readmore1{
	padding: 5px 60px;
    height: 36px;
	text-align:left;
	margin-top:2px;
    background-color: #36ace2;
}

.con-ic i {
    font-size: 22px;
    color: #36ace2;
    width: 80px;
    height: 80px;
	border-radius:50%;
    line-height: 3.5;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}
.contact-grid, .contact-grid a{
	line-height:1.9;
	color:#000;
}
.home-head2 h1 {
   
    margin: 0px 0px 10px 0px;
   
    font-size: 34px;
}


.section-title{
	font-size: 1.8rem;
}
#businesssolution{
	margin-top:60px;
}
.metallurgical{
	background-color:#fff;
}
.metallurgical table{
	border:2px solid #dee2e6;
}
.metallurgical .table td, .table th{
	border-right:2px solid #dee2e6;
	line-height:1.9;
}
#businesssolution1 {
    margin-top: 47px;
	border:0px solid #dcdcdc;
}
.inner-section{
	margin-top: 120px;
}
.heat-treatment1{
	width:100%;
}
.about-inner{
	width: 100%;
    border: 4px solid #dcdcdc;
    padding: 3px;
	margin-bottom:20px;
}
.about-inner-text{
	text-align:left;
	color:#023971;
	font-size:22px;
	padding-left: 1em;
}
#about-inner-text{
	text-align:left;
	background-color:#fff;
	padding:30px 30px;
	border:1px solid #e4e4e4;
}
#about-inner-text h1{
	color: #023971;
    font-size: 22px;
	text-transform:uppercase;
}
#about-inner-text p{
	line-height:1.9;
}
#about-img img{
	width:3%;
}
#hardning{
	margin-left:-30px;
	margin-top:20px;
}
#hardning1
{
	padding-left: 1em;
    text-align: justify;
    line-height: 26px;
}
#annalining{
	margin-left:10px;
}
#objectives{
	margin-left:10px;
	margin-top:10px;
}
/*--Responsive start--*/
@media (max-width: 1024px) {
	.ts-logo img {
		margin-left: -20px;
	}
	.about-left-grid{
		width:100%;
	}
	.titleBorder{
		width:81%;
	}
	.container-inner{
		width:97%;
	}
	.ts-logo img {
		width: 58%;
	}
	.header-angle:after{
		width:81%;
	}
	.header-angle:before{
		right: 81%;
	}
	.topsocialicon{
		float:right;
	}
}

@media (max-width: 768px) {
	.header-angle:before{
		display:none;
	}
	.header-angle:after{
		width:100%;
	}
	.client .col-lg-2{
		width:25%;
	}
	#slider-animation {
		margin-top: 141px;
	}
	.ts-logo img{
		margin-bottom: 9px;
		width: 103%;
	}
	.about-left-grid{
		display:none;
	}
	.about-right-grid{
		text-align:left;
	}
	.about{
		padding-bottom: 30px;
	}
	.about-row .col-lg-3{
		width:50%;
	}
	.clients{
		padding-top:0px;
	}
	.navbar .nav-item .nav-link label{
		background:none;
	}
	.footer .col-sm-3{
		flex: 0 0 50%;
		max-width: 50%;
		margin-top:10px;
	}
	.footer{
		padding: 30px 0px 10px 0px;
	}
}
@media (max-width: 768px) {
	#iframe1 iframe{
		height:200px;
	}
	.footer h1{
		margin: 0px 0px 15px 0px;
	}
	
}
@media (max-width: 600px) {
	.inner-section {
		margin-top: 177px;
	}
}
	@media (max-width: 480px) {
	.navbar{
		margin-left: -171px;
	}
	.ts-logo img {
		margin-bottom: 2px;
		width: 45%;
		margin-left: 18%;
	}
	.top-contact-info li {
		margin-bottom: 8px;
	}
	.topsocialicon li{
		padding:3px;
	}
	#slider-animation {
		margin-top: 181px;
	}
	.carousel-indicators{
		bottom:-9px;
	}
	.service-block{
		width:50%;
		border:1px solid #3b5876;
	}
	.service-block img{
		width:80%;
	}
	.about {
		padding-top: 0px;
		margin-top:20px;
	}
	.home-head2 h1{
		font-size: 27px;
	}
	.post-slide6 .post-info{
		padding:5px;
	}
	.post-slide6 .category li{
		font-size:14px;
	}
	.client img{
		margin-bottom:10px;
	}
	.info{
		padding:20px 20px 20px 40px;
	}
	.clients{
		padding-bottom: 30px;
	}
	.about-txt p{
		padding:0px 10px;
	}
	#businesssolution {
		margin-top: 5px;
	}
	#about-inner-text p {
		line-height: 1.5;
	}
	td{
		font-size:15px;
	}
	
}
@media (max-width: 414px) {
	.fixednavigationbar {
		position: relative;
	}
	#businesssolution1 {
		margin-top: 6px;
	}
	.inner-section {
		margin-top: 0px;
	}
	#slider-animation {
		margin-top: 0px;
	}
	#products{
		width:98%;
	}
	.info h1{
		font-size:26px;
	}
	.footer .col-sm-3 {
		flex: 0 0 73%;
		max-width: 90%;
	}
	.footer {
		padding: 10px 0px 10px 0px;
	}
	.copyright p {
		font-size: 15px;
		line-height: 1.7;
	}
	.client .col-lg-2 {
		width: 32%;
	}
	.section-title {
		font-size: 1.5rem;
	}
	.panel-body {
		padding: 5px;
	}
}
@media (max-width: 375px) {
	.table td, .table th {
		padding: .3rem;
		line-height: 1.2;
	}
	td {
		font-size: 13px;
	}
}
	
@media (max-width: 320px) {
	.top-contact-info {
		margin-left: -40px;
	}
	.section-title {
		font-size: 1.5rem;
	}

	
}