@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');
body{
	padding:0;
	margin:0;
	font-family: 'Poppins', sans-serif;
}
/*-- --*/
.flying {
  cursor: url("https://www.tandhanpolyplast.com/assets/frontend/images/img/favicon.png"), auto;
}
.flying a{
  cursor: url("https://www.tandhanpolyplast.com/assets/frontend/images/img/favicon.png"), auto;
}
/*-- --*/
i {
  padding-left: 7px;
}
#feedback{
  height: 0px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  display: none;
}
#feedback a{
  display: block;
  background: #000;
  height: 52px;
  padding-top: 10px;
  width: 155px;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.errorMsgClass{
    color: red!important;
}
.socialiconspanright img {
  margin-left: 7px;
}
#loader {
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;
}
.navbar{
	background: #e7eff2;
}
.dropdown-item{
	text-transform: capitalize;
}
.myDivo{
	display:none;
	z-index:999999;
}
header{
	position:relative;
	z-index:1;
}
.mobimgsec{
	display: none;
}
.topdivsec{
	background:#124e9e;
}
.logo-sec{
	position:relative;
}
.logo-sec img{
	position:absolute;
	left:0;
	z-index:1;
	top:40px;
}
.topdivsec-nav{
	background:#fff;
	text-align:right;
	padding:0;
}
/* Shine */
.column {
	margin: 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -84%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*-- shine end --*/
.info{
	text-align:right;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	padding:6px 0;
}
.info span{
	margin:0 0px 0 16px;
}
.phone i{
	margin: 0 5px 0 0;
}
.mailinfo{
	font-size:12px;
	font-family: 'Poppins', sans-serif;
}
.mailinfo i{
	margin: 0 7px 0 0;
}
.mailinfo a{
	font-size:13px;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	text-decoration:none;
}
.mailinfo a:hover{
	color:#fff;
	text-decoration:none;
}

.nav-link{
	font-family: 'Poppins', sans-serif;
    display: block;
    text-decoration: none;
    color: #22346c!important;
    font-size: 15px;
    padding: 3px 15px 3px 15px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.navbar-con li{
	text-align: left;
    padding: 0 0px 0 55px;
	line-height: 22px;
}
.navbar-con li strong{
	float: left;
	font-weight: normal;
	color: #000;
	margin-top: 2.5px;
}
.navbar-con li strong b{
	font-size: 19px;
	color:#22346c;
}
.navbar-con li img{
	float: left;
	margin: 0 7px 0 0;
}
.nav-link:hover{
	text-decoration: none;
    color: #ea232a!important;
    transition: 1s;
}
.nav-link.active{
	 color:#ea232a!important;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #ea232a;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-nav{
	margin: 0 auto;
}
.navsec{
	margin:0;
	position:relative;
}
.navsec ul{
	margin:0;
	list-style:none;
	text-align: center;
}
.navsec ul li{
	margin:0;
	display:inline-block;
	padding: 0 2px 0 2px;
}
.navsec ul li a {
    font-family: 'Poppins', sans-serif;
    display: block;
    text-decoration: none;
    color: #696969;
    font-size: 15px;
    padding: 3px 15px 3px 15px;
    border-radius: 3px;
	font-weight: 600;
	text-transform:uppercase;
	position:relative;
}
.navsec ul li a.active{
	 color:#ea232a;
}

.navsec ul li a:hover{
	text-decoration:none;
	color:#ea232a;
	transition: 1s;
}
.navsec ul li ul{
	display:none;
	position:absolute;
	z-index:9;
	background:#124e9e;
	padding: 0;
	width: 154px;
	color:#fff;
	border-radius: 3px;
	text-align: left;
	top: 25px;
}
.navsec ul li ul li{
	display:block;
	border-radius:0;
}
.navsec ul li ul li a{
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	border-bottom: 1px #07387a solid;
	padding:6px 6px;
	color:#fff;
}
.navsec ul li ul li a:hover{
	color:#fff;
}
.navsec ul li:hover ul{
	display:block;
}
/*-- drop down --*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
/*-- end --*/
.bringhome {
    color: #fff;
    position: absolute!important;
    z-index: 999;
    bottom: 0;
    margin: 0 auto;
    left: 4%;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 29px;
    line-height: 35px;
    padding-bottom: 23px;
    clear: both;
}
.bringhome img {
    float: left;
    margin-bottom: 32px;
    margin-right: 20px;
}
.bringhome a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 0px 22px;
    background: #ed1c24;
    text-decoration: none;
    border-radius: 33px;
    text-transform: uppercase;
    line-height: 29px;
	margin-top: 15px;
}
.bringhome a:hover{
	text-decoration:none;
	color:#fff;
	background-color: #2b2870;
	transition: 1s;
}
/*-- banner 1st section --*/
#banner{
	background:url('../images/backgroundone.jpg') no-repeat top center;
	/*padding-bottom: 233px;*/
	background-repeat:no-repeat;
	max-width: 100%;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: top;
	height: 759px;
    object-fit: cover;
}
.bannerheading{
	margin:0;
	font-family: 'Poppins', sans-serif;
	color: #444444;
	background-color: #fff;
	font-size: 16px;
	line-height: 27px;
	overflow: hidden;
}
.bannerheading h1{
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	color:#2b2870;
	font-weight:bold;
	line-height: 65px;
}
.bannerheading a{
	font-family: 'Poppins', sans-serif;
	display:block;
	color:#fff;
	font-size:15px;
	padding:4px 20px;
	float:left;
	background:#ed1c24;
	text-decoration:none;
	margin-top: 15px;
	border-radius:3px;
	text-transform: uppercase;
}
.bannerheading a:hover{
	text-decoration:none;
	color:#fff;
	background-color: #2b2870;
	transition: 1s;
}
/*-- banner section end--*/
/*-- banner 2nd section --*/
#bannersecond{
	background:url('../images/backgroundtwo.jpg') no-repeat top center;
	/*padding-bottom: 233px;*/
	background-repeat:no-repeat;
	max-width: 100%;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: top;
	height: 1080pxpx;
    object-fit: cover;
}
.bannersecondheading{
	margin:0;
	font-family: 'Poppins', sans-serif;
	color: #444444;
	background-color: #fff;
	font-size: 16px;
	line-height: 27px;
	overflow: hidden;
}
.bannersecondheading h1{
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	color:#2b2870;
	font-weight:bold;
	line-height: 65px;
}
.bannersecondheading a{
	font-family: 'Poppins', sans-serif;
	display:block;
	color:#fff;
	font-size:15px;
	padding:4px 20px;
	float:left;
	background:#ed1c24;
	text-decoration:none;
	margin-top: 15px;
	border-radius:3px;
	text-transform: uppercase;
}
.bannersecondheading a:hover{
	text-decoration:none;
	color:#fff;
	background-color: #2b2870;
	transition: 1s;
}
.justify-content-sec{
	justify-content: right;
}
/*-- banner section end--*/
/*--banner section third--*/
#bannerthird{
	background:url('../images/backgroundthree.jpg') no-repeat top center;
	/*padding-bottom: 233px;*/
	background-repeat:no-repeat;
	max-width: 100%;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: top;
	height: 759px;
    object-fit: cover;
}
.bannerheadingthird{
	margin:0;
	font-family: 'Poppins', sans-serif;
	color: #444444;
	background-color: #fff;
	font-size: 16px;
	line-height: 27px;
	overflow: hidden;
}
.bannerheadingthird h1{
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	color:#2b2870;
	font-weight:bold;
	line-height: 65px;
}
.bannerheadingthird a{
	font-family: 'Poppins', sans-serif;
	display:block;
	color:#fff;
	font-size:15px;
	padding:4px 20px;
	float:left;
	background:#ed1c24;
	text-decoration:none;
	margin-top: 15px;
	border-radius:3px;
	text-transform: uppercase;
}
.bannerheadingthird a:hover{
	text-decoration:none;
	color:#fff;
	background-color: #2b2870;
	transition: 1s;
}

/*-- banner section end--*/
.skysection{
	padding: 70px 0;
	background-color: #e9f1f5;
}
.contactsecimg{
	background: url('../images/contact-background.jpg') no-repeat top center;
	padding: 120px 0;
}
.contactsecimg:hover{
	  filter: grayscale(50%);
	  transition: 0.5s;
}

.box-sec-one-con{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 30px;
}
.box-sec-one-con strong{
	color: #2b2870;
	padding-bottom: 5px;
	display: block;
}
.box-sec-one-con h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#fff;
	 font-size:42px;
	 line-height: 42px;
	 padding-bottom: 37px;
}
.box-sec-one-con h5{
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
	color:#ed1c24;
	font-size:16px;
	line-height: 48px;
	padding-bottom: 0;
    margin: 0;
}
.box-sec-one-con p{
	color: #fff;
}
.box-sec-one-con h5 span{
	color:#ed1c24;
}
.contactbuttonsec{
	font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 6px 27px;
    background: #ed1c24;
    text-decoration: none;
    margin-top: 8px;
    border-radius: 33px;
    text-transform: uppercase;
}
.goodnesssection{
	color: #fff;
    font-size: 13px;
    background: #2b2870;
    text-align: center;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    padding: 20px;
    font-weight: normal;
}
.goodnesssection:hover{
	background: #fff;
	color: #000;
	transition: 0.5s;
}
.goodnesssection:hover strong{
	color: #000;
	transition: 0.5s;
}
.goodnesssection img {
    padding-bottom: 0;
    position: absolute;
    top: -48px;
}
.goodnesssection strong{
	font-weight: bold;
    display: block;
    color: #fff;
    line-height: 24px;
    padding-bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 48px;
	padding-bottom: 12px;
}
.lineheightcus{
	line-height: 25px;
}
.formsectionbackground{
	background-color: #fff;
	padding: 40px;
	border-radius: 3px;
	border-radius: 7px;
}
.form-control{
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	color:#737579;
	font-size:14px;
	padding-left: 18px;
}
.form-control::placeholder {
	 color: #737579 !important;
	 opacity: 1;
 }
 .btn{
	 color:#fff;
 }
 .btn:hover {
    color: #fff;
    text-decoration: none;
}
.form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: -3px;
}




.banner-social{
	margin:0;
	padding:0;
	clear:both;
}
.banner-social ul{
	margin:10px 0 0 10px;
	padding:0;
}
.banner-social ul li{
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
	line-height: 20px;
}
.banner-social ul li:first-child{
	color:#6090c0;
}
.banner-social ul li:nth-child(2){
	color:#32a7df;
}
.banner-social ul li:nth-child(3){
	color:#c159c1;
}
.banner-social ul li:last-child{
	color:#f9514e;
}
.banner-social ul li img{
	margin: 0 10px 0 0;
}
.roundsec{
	display:flex;
	flex-wrap:wrap;
	justify-content:safe;
	position: relative;
	align-items: right;
	text-align: right;
	z-index:0;
}
.roundsection{
	position:absolute;
	left: -238px !important;
	top: 30px;
}
.roundsection img{
	width:722px;
	height:683px;
}
.twinbutton a{
	text-transform: uppercase;
	font-size: 13px;
}
.twinbutton a i{
	padding-left: 7px;
}

.swing {
     -webkit-animation: swing 1s infinite  alternate-reverse;
     animation: swing 1s infinite  alternate-reverse;
	 transition: 20s;
    }
@-webkit-keyframes swing {
     0% { transform: translateY(0); }
     100% { transform: translateY(-10px); }
}
@keyframes swing {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.swingnxt {
      -webkit-animation: swingnxt 1s infinite  alternate-reverse;
      animation: swingnxt 1s infinite  alternate-reverse;
	   transition: 20s;
    }
@-webkit-keyframes swingnxt {
      0% { transform: translateY(0); }
      100% { transform: translateY(10px); }
}
@keyframes swingnxt {
    0% { transform: translateY(0); }
    100% { transform: translateY(10px); }
}

.box-full{
	position:relative;
	padding-top: 70px;
}

.box-sec-one{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 30px;
}
.box-sec-one strong{
	color: #2b2870;
	padding-bottom: 5px;
	display: block;
}
.box-sec-one h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#2b2870;
	 font-size:42px;
	 line-height: 42px;
	 padding-bottom: 37px;
}
.box-sec-one h5{
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
	color:#ed1c24;
	font-size:16px;
	line-height: 48px;
	padding-bottom: 0;
    margin: 0;
}
.box-sec-one h5 span{
	color:#ed1c24;
}
.box-sec-one ul{
	margin: 20px 0 0 0;
	padding: 0;
}
.box-sec-one ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
}
.box-sec-one ul li P{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	line-height: 20px;
}
.box-sec-one a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 1px 27px;
    background: #ed1c24;
    text-decoration: none;
    margin-top: 8px;
    border-radius: 33px;
    text-transform: uppercase;
}
.box-sec-one a:hover {
	text-decoration: none;
	color: #fff;
	background:#e90008;
}
.box-sec-two{
	margin:0;
	flex-basis:auto;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	align-self:stress;
	z-index: 1;
}
.box-sec-two h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#193541;
	 font-size:30px;
}
.box-sec-two a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 5px 17px;
    text-decoration: none;
    color: #000;
    margin: 21px 0 30px;
}
.box-sec-two a:hover {
	text-decoration: none;
	color: #000;
}
.box-sec-three{
	margin:0;
	flex-basis:auto;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	align-self:stress;
	z-index: 1;
}
.box-sec-three h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#193541;
	 font-size:30px;
}
.box-sec-three a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 5px 17px;
    text-decoration: none;
    color: #000;
    margin: 21px 0 30px;
}
.box-sec-three a:hover {
	text-decoration: none;
	color: #000;
}
.box-sec-four{
	margin:0;
	flex-basis:auto;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	align-self:stress;
	z-index: 1;
}
.box-sec-four h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#193541;
	 font-size:30px;
}
.box-sec-four a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 5px 17px;
    text-decoration: none;
    color: #000;
    margin: 21px 0 30px;
}
.box-sec-four a:hover {
	text-decoration: none;
	color: #000;
}
.formsection{
	background:#003378;
}
.boxcontentsecblue{
	 font-family: 'Poppins', sans-serif;
	 font-size:26px;
	 line-height:32px;
	 display: flex;
	 flex-wrap: wrap;
}
.boxcontentsecblue span {
  font-size: 13px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: end;
}
.formcus{
	border-radius: 0;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
	padding: 18px;
}
.formcussub{
	width:25%;
	border-radius:2px;
	display: inline-block;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size:12px;
	text-transform: uppercase;
	background:#919191;
	color:#fff;
	border:0;
}
.form-control::placeholder {
    color: black;
    opacity: 1; 
}
.form-control:-ms-input-placeholder { 
    color: black;
}
.form-control::-ms-input-placeholder { 
    color: black;
 }
/* Mobile navigation */
.brand {
    position: relative;
    top: 0;
    text-align: center;
}
.brand img{
	width: auto;
	margin: 0 auto;
	padding-top: 9px;
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 70px;
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: -10px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 25px;
  background: #263248;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -7px;
}
#nav-toggle span:after {
  bottom: -7px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*----carousel solution-----*/
/*----carousel solution-----*/
#flexiselDemo4{
	margin-top:50px;
	display:flex;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:10px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
	padding-left: 0;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
	display:flex;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:0px 10px;
       
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 6%;
    transform: translateY(-50%);   
    background:#fff;
    color: #000;     
}
.nbs-flexisel-nav-left {
    left: 47%;
	border-radius: 15px 0px 0px 15px;
}
.nbs-flexisel-nav-left:before {
	background-color:#fff;
    background:url(../images/img/arrow01.png) no-repeat -1px;
	content:"";
	width:12px;
	height:11px;
	position:relative;
	z-index:1;
	padding:10px;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 1;
}

.nbs-flexisel-nav-right {
    left: 50%;   
	  border-radius: 0px 15px 15px 0px;
}

.nbs-flexisel-nav-right:before {
	background-color:#fff;
    background:url(../images/img/arrow02.png) no-repeat 0px;
	content:"";
	width:12px;
	height:11px;
	position:relative;
	z-index:1;
	padding:6px;
}

.nbs-flexisel-nav-right.disabled {
    opacity: 1;
}
/*----carousel end-----*/
.flexiselDemo3.nbs-flexisel-nav-left{
	display:none;
}
.divsecscroll{
	background:#fff;
	width:260px;
	box-shadow: 0px 2px 6px #ccc;
	color:#263248;
	font-family: 'Poppins', sans-serif;
	line-height: 20px;
	font-size:14px;
	padding:10px;
}
.divsecscroll img{
	padding-top:30px;
}
.divsecscroll h2{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #193541;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top:15px;
}
.divsecscroll a{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 5px 17px;
	background: #263248;
	text-decoration: none;
	margin: 21px 0 10px;
}
.divsecscroll a:hover{
	text-decoration:none;
	color:#fff;
}

footer{
	background:#fff;
	padding:40px 0 0;
}
.footermenu ul{
	margin: 30px 0 30px 0;
	padding: 0;
	text-align: center;
}
.footermenu ul li{
	display: inline-block;
	padding: 0 10px;
}
.footermenu ul li a{
	display: inline-block;
	padding: 0 10px;
	color: #2b2870;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}
.footermenu ul li a:hover{
	color: #ed1c24;
	transition: 1s;
}
.footermenu ul li a.active{
	color: #ed1c24;
}
.socialicon a{
	padding: 0 4px;
}
.socialiconspan {
  line-height: 26px;
  color: #676767;
  display: block;
  padding: 9px 0;
  font-size: 14px;
  font-weight: bold;
  background:#191919;
  text-align: center;
  margin-top: 20px;
}
.socialiconspan strong{
    color: #fff;
    margin-left: 10px;
}
hr{
	border-color: #444444;
}
/*-- inner pages --*/
.about-us-sec{
	background: #001c68;
}
.about-us-sec-con{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size:14px;
}
.about-us-sec-con i{
	font-size:30px;
}
.about-us-sec-con h3{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color:#ed1f24;
	font-size:22px;
	margin-top:15px;
}
.about-us-sec-con img {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 15px;
}
.about-us-sec-con p{
	text-transform: uppercase;
	font-size: 14px;
	color:#000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
.featuressec{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 31px;
	color:#333;
}
.livfastcon{
	font-family: 'Poppins', sans-serif;
	color:#333;
	font-size:16px;
}
.livfastcon ul{
	padding:0;
	text-align:left;
	list-style: none;
	margin-top:35px;
}
.livfastcon ul li{
	padding-bottom:5px;
	font-family: 'Poppins', sans-serif;
	color:#333;
	font-size:15px;
	list-style: none;
	background:url(../images/img/bullet.png) no-repeat 0px 5px;
	padding-left:20px;
}
.livfastcon p {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 21px;
  text-align: left;
  line-height: 28px;
  margin-top: 27px;
  margin-bottom: 0;
  font-weight: 600;
}
.livfastcon p span{
	color:#ff5102;
}


/*-- end --*/


.contactsec{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
	color:#000;
	font-size: 13px;
}
.contactsec strong{
	line-height:25px;
}
.contactsec h3{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size:18px;
	color:#263248;
	margin-bottom:15px;
}
.contactsec a{
	color:#000;
}
.copyright{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	background:#e90008;
	text-align:center;
	padding:10px 0;
}




/*-- inner pages --*/
.nav-item-tabsec{
	line-height: 25px;
}
.nav-item-tabsec ul{
	border-bottom: 1px #838a8c solid;
}
.nav-item-tabsec ul li{
	background: none !important;
	width: auto!important;
}
.nav-item-tabsec ul li a{
	background: none !important;
	padding: 0 35px 10px 0px;
}
.footerinner{
	background: #f3f3f3;
}
.skysectioninner{
	padding: 70px 0;
	background-color: #fff;
}
.box-full-inner{
	position:relative;
	padding-top: 70px;
	background: #e7eff2;
}

.box-sec-one-inner{
	margin:0;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height: 30px;
}
.box-sec-one-inner strong{
	color: #2b2870;
	padding-bottom: 5px;
	display: block;
}
.box-sec-one-inner h2{
	 font-family: 'Poppins', sans-serif;
	 font-weight:bold;
	 color:#2b2870;
	 font-size:42px;
	 line-height: 42px;
	 padding-bottom: 17px;
}
.box-sec-one-inner h5{
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
	color:#ed1c24;
	font-size:16px;
	line-height: 48px;
	padding-bottom: 0;
    margin: 0;
}
.box-sec-one-inner h5 span{
	color:#ed1c24;
}
.box-sec-one-inner ul{
	margin: 20px 0 0 0;
	padding: 0;
}
.box-sec-one-inner ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 30%;
    text-align: center;
}
.box-sec-one-inner ul li P{
	color: #2b2870;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	line-height: 20px;
}
.box-sec-one-inner a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding: 1px 27px;
    background: #ed1c24;
    text-decoration: none;
    margin-top: 8px;
    border-radius: 33px;
    text-transform: uppercase;
}
.box-sec-one-inner a:hover {
	text-decoration: none;
	color: #fff;
	background:#e90008;
}
.aboutbanner{
	 background:url("../images/aboutbanner.jpg") no-repeat;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-height: 390px;
}
.aboutbanner h2{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 43px;
	font-weight: bold;
	
}

.agmbanner{
	 background:url("../images/aboutinner.png") no-repeat;
	 text-align: center;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
}
.agmbanner h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	padding-left: 10%;
	
}
.agmbannercon{
	 background:url("../images/contactbanner.png") no-repeat;
	 text-align: center;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
}
.agmbannercon h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 32px;
	font-weight: bold;
	padding-left: 10%;
	
}
.agmbannerinveter{
	 background:url("../images/amazinveter.jpg") no-repeat;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-height: 390px;
}
.agmbannerinveter h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.ecogreen{
	 background:url("../images/ecogreen.png") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.ecogreen h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.ttb{
	 background:url("../images/ttb.png") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
/*-- -- */
.ecogreenpaulin{
	 background:url("../images/ecopaulin-banner.jpg") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.ecogreenpaulin h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}



/*-- --*/



.ttb h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.tin{
	 background:url("../images/tin.png") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.tin h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.agm{
	 background:url("../images/agm.png") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.agm h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.tautom{
	 background:url("../images/Tandhan-Automotive-banner.jpg") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.tautom h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.tgenetor{
	 background:url("../images/tandhan-generator-banner.jpg") no-repeat;
	 text-align: left;
	 display: flex;
	 justify-content: left;
	 align-items: center;
	 min-height: 390px;
	 padding-left: 10%;
}
.tgenetor h3{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	
}
.blueproductpadding{
	background: #2b2870;
	padding-bottom: 70px;
}
.blueinner{
	background: #2b2870!important;
}
.contactbackground{
	background: #e9f1f5;
}
.contactbanner{
	 background:url("../images/contact.jpg") no-repeat;
	 text-align: center;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 min-height: 390px;
}
.contactbanner h2{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size: 43px;
	font-weight: bold;
	
}
.mapcontact{
	line-height: 10px;
	background: #000;
}
.mapcontact iframe{
	filter: grayscale(100%);
	margin: 0;
	padding: 0;
}
.about-us-sec-con{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color:#fff;
	font-size:14px;
	background: #2b2870;
	padding: 16px;
    border-radius: 8px;
}
.about-us-sec-con i{
	font-size:30px;
}
.about-us-sec-con h3{
	text-align: center;
	font-family: 'Poppins', sans-serif;
	color:#ed1f24;
	font-size:22px;
	margin-top:15px;
}
.about-us-sec-con img {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0px;
}
.about-us-sec-con p{
	text-transform: uppercase;
	font-size: 14px;
	color:#000;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
}
