@charset "utf-8";
body {
	margin: 0;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #000
}

img {
	border: 0
}

a {
	color: #666;
	text-decoration: none
}

a:hover {
	color: #000;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0
}

h1 {
	font: bold 25px/40px Arial, Helvetica, sans-serif;
	color: #036
}

h2 {
	font: bold 18px/40px Arial, Helvetica, sans-serif;
	color: #036
}

h3 {
	font: bold 26px/40px Arial, Helvetica, sans-serif;
	color: #036
}

h4 {
	font: bold 23px/40px Arial, Helvetica, sans-serif;
	color: #fff
}

table td {
	vertical-align: top
}

a:hover {
	cursor: pointer
}

input[type=submit]:hover {
	cursor: pointer
}

input.txt_go_img:hover {
	color: #000
}

input.search_txt:hover {
	color: #000
}

input[type=button]:hover {
	cursor: pointer
}

forum {
	margin: 0
}

.gray {
	color: #d8d8d8
}



.container {
	width: 96%!important
}

.menu-btn {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 9999;
	display: inline;
	font-size: 32px
}

.menu-btn a {
	display: inline-block;
	text-decoration: none!important
}

.btn-open:after {
	color: #000;
	content: "\f394";
	font-family: Ionicons;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s
}

.btn-open:hover:after {
	color: #000
}

.btn-close:after {
	color: #000;
	content: "\f2d7";
	font-family: Ionicons;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s
}

.btn-close:hover:after {
	color: #000
}

.overlay {
	position: fixed;
	top: 0;
	z-index: 999;
	display: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #ff353a
}

.menu {
	width: 100%;
	height: 100%
}

.menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%
}

.menu li {
	display: table;
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	height: 100%;
	list-style: none;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition-property: all .2s linear 0s
}

.menu li a {
	display: table-cell;
	color: #000;
	font-weight: 700;
	vertical-align: middle;
	text-decoration: none!important
}

.menu li:hover {
	background: #ffcf27;
	text-decoration: none!important
}

@media screen and (max-width:768px) {
	.menu-btn {
		right: 25px
	}
	.menu li {
		float: none;
		width: 100%;
		height: 25%
	}
}

.carousel {
    position: absolute;
    margin-top: 50px;
}

.carousel-inner {
	height: 87vh;
}

.carousel-inner .item {
	height: 100vh
}

.home_content_total {
	width: 100%;
	min-height: 100px;
	height: auto;
	float: left;
	position: absolute;
	top: 90%
}

.banner_1 {
	width: 100%;
	height: 100vh;
	background-image: url(../images/banner/banner_bg1.png);
	background-repeat: no-repeat;
	background-position: right;
}

.banner_img {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 10%
}

.banner_img img {
	min-width: 90%!important;
	max-width: 90%!important
}

.banner_content {
	width: 100%;
	min-height: 30px;
	height: auto;
	float: left;
	margin-top: 25%
}

.banner_content h1 {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	color: #000;
	font-size: 30px;
	font-weight: 700
}

.banner_content h1 span {
	color: #ff070d
}

.banner_content p {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	font-size: 14px;
	color: #000
}

.banner_content .btn1 {
	width: 150px;
	height: 40px;
	float: left;
	margin: 15px 0;
	background: #ff080e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 700;
	transition: 1s
}

.banner_content .btn1:hover {
	background: #000;
	color: #fff;
	transition: 1s
}

.banner_content .btn2 {
	width: 150px;
	height: 40px;
	float: left;
	margin: 15px 0 0 10px;
	border: 2px solid #000;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 700
}

.banner_content .btn2:hover {
	background: #000;
	color: #fff;
	transition: 1s
}

.header {
	width: 100%;
	min-height: 30px;
	height: auto;
	float: left;
	padding: 15px 0;
	position: relative;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background: 0;
	z-index: 99;
    background: #ffcf27;
    position: fixed;
}

.logo {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
    text-align: center;
    cursor: pointer;
}


.carousel-control.left {
	background: 0 0!important
}

.carousel-control.right {
	background: 0 0!important
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 10px!important
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 10px!important
}

.gradient_animation {
	background: linear-gradient(-45deg, #ffcf27, #f0752b, #ffcf27, #ffcf27);
	background-size: 400% 400%;
	animation: gradient_animation 5s ease
}

@keyframes gradient_animation {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}

.mini_product {
	width: 100%;
	height: 240px;
	float: left;
	padding: 15px;
	margin-bottom: 100px;
}

.prodct_1 {
	background: #8fe220;
	background: linear-gradient(90deg, #8fe220 0, #014a02 100%)
}

.prodct_2 {
	background: #f9ec0d;
	background: linear-gradient(90deg, #f9ec0d 0, #ff1a26 100%)
}

.prodct_3 {
	background: #f37b2c;
	background: linear-gradient(90deg, #f37b2c 0, #bc0d18 100%)
}

.mini_product h1 {
	width: 100%;
	height: 30px;
	float: left;
	font-size: 22px;
	color: #fff;
	margin: 0;
	text-align: left;
	font-weight: bold;
}

.mini_product p {
	width: 60%;
	min-height: 20px;
	max-height: 150px;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	text-align: left;
}

.mini_product .btn1 {
	width: 150px;
	height: 40px;
	float: left;
	margin: 15px 0;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 700;
	transition: 1s
}

.mini_product .btn1:hover {
	border: 2px solid #000;
	color: #000;
	transition: 1s
}

.mini_product img {
	width: 200px;
	height: 200px;
	float: right;
	position: absolute;
	bottom: 60px !important;
	right: -18px;
}

.home_main_heading {
	width: 100%;
	min-height: 30px;
	height: auto;
	float: left;
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	margin: 150px 0 50px 0
}

.total_main_product {
	width: 100%;
	height: 600px;
	float: left;
	margin-bottom: 50px;
	padding-left: 15px
}

.total_main_product h1 {
	width: 100%;
	min-height: 40px;
	height: auto;
	float: left;
	color: rgba(255, 255, 255, .3);
	font-size: 56px;
	font-weight: 700
}

.main_product_content {
	width: 85%;
	min-height: 350px;
	height: auto;
	float: left;
	/* border: 1px solid #fff; */
	padding: 15px;
	margin-top: 5px
}

.main_product_content p {
	width: 80%;
	min-height: 20px;
	height: auto;
	float: left;
	color: #fff;
	font-size: 14px
}

.main_product {
	width: 100%;
	min-height: 100px;
	height: auto;
	float: left;
	margin-top: 30px;
	cursor: pointer
}

.main_product {
	zoom: .8;
	transition: transform .2s
}

.main_product:hover {
	transform: scale(1.2)
}

.main_product_img {
	width: 100%;
	height: 190px;
	float: left;
	text-align: center
}

.main_product p {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.main_product_fixed_img {
	width: 270px;
	height: 270px;
	float: right;
	position: relative;
	right: 20px;
	top: -200px
}

.total_main_product .btn1 {
	width: 180px;
	height: 40px;
	float: left;
	margin: 15px 0;
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 37px;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 700
}

.total_main_product .btn1:hover {
	border: 2px solid #000;
	color: #000;
	transition: 1s
}

.infrastructure {
	width: 100%;
	min-height: 400px;
	height: auto;
	float: left;
	background: url(../images/infa_bg.jpg);
	position: relative;
	z-index: 9
}

.infrastructure_inner {
	float: left;
	margin-top: 19%
}

.infrastructure h1 {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fc0;
	font-weight: 700;
	margin-top: 50%
}

.infrastructure span {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left
}

.infrastructure span h1 {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin: 0
}

.infrastructure span h2 {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	font-size: 16px;
	color: #fc0;
	font-weight: 700;
	margin-bottom: 50px!important;
	margin: 0
}

.footer {
	width: 100%;
	min-height: 800px;
	height: auto;
	float: left;
	background: #ffcf27;
	margin-top: -200px;
	position: relative;
	z-index: -1;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	z-index: 1;
	padding-bottom: 100px
}

.clearfix {
	clear: both;
	width: 100%;
	float: left
}

.footer_inner_page {
	width: 100%;
	min-height: 600px;
	height: auto;
	float: left;
	background: #ffcf27;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
	z-index: 2;
    padding-bottom: 30px;
    box-shadow:1px 1px 20px rgba(0, 0, 0, .5);
}

.footer_inner_div {
	width: 80%;
	min-height: 30px;
	height: auto;
	float: left;
	margin-top: 20px
}

.footer_inner {
	width: 80%;
	min-height: 30px;
	height: auto;
	float: left;
	margin-top: 250px
}

.footer_logo {
	width: 100%;
	min-height: 100px;
	height: auto;
	float: left
}

.footer_details {
	width: 100%;
	min-height: 100px;
	height: auto;
	float: left
}

.footer_details .icon {
	width: 30px;
	height: 30px;
	float: left;
	background: #000;
	border-radius: 5px;
	color: #ffcf27;
	text-align: center;
	line-height: 30px
}

.footer_details p {
	width: 85%;
	min-height: 20px;
	height: auto;
	float: left;
	color: #000;
	font-size: 14px;
	margin-left: 15px
}

.footer_heading {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0
}

.txt_bx {
	width: 100%;
	height: 40px;
	float: left;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	background: 0 0;
	color: #000;
	font-size: 14px;
	margin-bottom: 15px
}

:focus {
	outline: 0!important
}

.footer_btn {
	width: 150px;
	height: 40px;
	float: left;
	margin: 15px 0;
	background: 0 0;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	border-radius: 100px;
	font-weight: 700;
	border: 2px solid #000;
	margin-left: 15px;
	transition: 1s
}

.footer_btn:hover {
	background: #000;
	color: #fff;
	transition: 1s
}

.copyright {
	width: 100%;
	min-height: 20px;
	height: auto;
	float: left;
	color: #000;
	font-size: 14px;
	margin-left: 15px;
	margin-top: 70px
}

.txt_bx::-webkit-input-placeholder {
	color: #000
}

.txt_bx:-ms-input-placeholder {
	color: #000
}

.txt_bx::placeholder {
	color: #000
}

.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	animation: bounce-in-top 1.1s both
}

@-webkit-keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes bounce-in-top {
	0% {
		-webkit-transform: translateY(-500px);
		transform: translateY(-500px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	38% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		opacity: 1
	}
	55% {
		-webkit-transform: translateY(-65px);
		transform: translateY(-65px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	72% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	81% {
		-webkit-transform: translateY(-28px);
		transform: translateY(-28px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	90% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	95% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}



/* inner pages */


#set-height
{
    display:block;
}  
  
#v0
{
    position:fixed;
    top:0 ;
    left:0 ;
  width:100%;
}


.inner_total_content
{
    width:100%;
    min-height: 100px;
    height: auto;
    float: left;
    overflow: auto;
    position: relative;
    z-index: 2;
    margin-top: 200px;
} 

.inner_product_div
{
    width:100%;
    min-height: 100px;
    height: auto;
    float: left;
	background:#fff;
	padding-bottom:100px;
	overflow: auto;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.inner_product_div::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE and Edge */
  .inner_product_div {
	-ms-overflow-style: none;
  }

.inner_product_div h1{
    width:100%;
    min-height: 30px;
    height: auto;
    float: left;
    background: #ffcf27;
    padding: 15px;
    font-size: 26px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 0px;
}




.product_menu
{
    width:100%;
    min-height: 100vh;
    float: left;
    /* border-right:1px solid #e4e4e4; */
}
.product_menu h1
{
    width:100%;
    min-height: 30px;
    height: auto;
    float: left;
    background: #ff080e;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.product_menu>ul a{
    width:100%;
    text-decoration: none;
    float: left;
    color: #000;
    padding:10px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
}
.product_menu li a i{
    margin: 0px 15px;
}
.product_menu>ul a:hover{
    color: #ffcf27;
    background: #000;
    border-left:4px solid #ffcf27;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
  }
  
  .scroll-down {
    position: fixed;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
  }
  .scroll_down_text {
    position: fixed;
    bottom: 50px;
    margin-left: -16px;
    display: block;
    color:#000;
    width:103%;
    font-size: 20px;
    text-align: center;
    height: 50px;
    cursor: pointer;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  
  .scroll-down:before {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 6px);
      transform: rotate(-45deg);
      display: block;
      width: 12px;
      height: 12px;
      content: "";
      border: 2px solid #000;
      border-width: 0px 0 2px 2px;
  }
  
  @keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
  }


  #product
  {
      width: 100%;
      height: 450px;
      float: left;
    }

.thenalee_total_product
{
	width:100%;
	float: left;
	margin: 30px 0px;

}

	.thenalee_product_2 figure{
		width:49%;
		margin-right:1%;
	 }
	 .thenalee_product_2 figure:nth-child(2){
		 margin-right: 0;
	 }
	 .thenalee_product_3 figure{
		width:32%;
		margin-right:1%;
	 }
	 .thenalee_product_3 figure:nth-child(3){
		 margin-right: 0;
	 }
	 .thenalee_product_4 figure{
		width:24%;
		margin-right:1%;
	 }
	 .thenalee_product_4 figure:nth-child(4){
		 margin-right: 0;
	 }
	 .thenalee_product_5 figure{
		width:19%;
		margin-right:1%;
	 }
	 .thenalee_product_5 figure:nth-child(5){
		 margin-right: 0;
	 }
	 #thenalee_product figure:hover{
		 -webkit-transform: scale(1.1);
		 -moz-transform:scale(1.1);
		 transform: scale(1.1);
	 
	 }
	 #thenalee_product:hover figure:not(:hover) {
		 opacity: 1;
	 }
	 div#thenalee_product figure {
		 display: inline-block;
		 background: #FEFEFE;
		 border: 2px solid #FAFAFA;
		 box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
		 margin: 0 0px 15px;
		 -webkit-column-break-inside: avoid;
		 -moz-column-break-inside: avoid;
		 column-break-inside: avoid;
		 padding: 15px;
		 padding-bottom: 5px;
		 background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
		 opacity: 1;
		 -webkit-transition: all .3s ease;
		 -moz-transition: all .3s ease;
		 -o-transition: all .3s ease;
		 transition: all .3s ease;
		 vertical-align: bottom;
		 cursor: pointer;
	 }
	 
	 div#thenalee_product figure img {
		 width: 100%;
		 border-bottom: 1px solid #ccc;
		 padding-bottom: 15px;
		 margin-bottom: 5px;
	 }
	 
	 div#thenalee_product figure figcaption {
	   font-size: 12px;
	   color: #444;
	   line-height: 1.5;
	   height:60px;
	   font-weight:600;
	   text-overflow:ellipsis;
	 }
	 
	 a.button{
	   padding:10px;
	   background:salmon;
	   margin:10px;
	   display:block;
	   text-align:center;
	   color:#fff;
	   transition:all 1s linear;
	   text-decoration:none;
	   text-shadow:1px 1px 3px rgba(0,0,0,0.3);
	   border-radius:3px;
	   border-bottom:3px solid #ff6536;
	   box-shadow:1px 1px 3px rgba(0,0,0,0.3);
	 }
	 a.button:hover{
	   background:#ff6536;
	   border-bottom:3px solid salmon;
	   color:#f1f2f3;
	 }
	 @media screen and (max-width: 960px) { 
	   #thenalee_product figure { width: 24%; }
	 }
	 @media screen and (max-width: 767px) {
	   #thenalee_product figure { width:32%;}
	 }
	 @media screen and (max-width: 600px) {
	   #thenalee_product figure { width: 49%;}
	 }
	 @media screen and (max-width: 500px) {
	   #thenalee_product figure { width: 100%;}
	 }
	
	 .mobile_v0
	 {
		 display: none;
	 }
	 .expand_more_prodcts
	 {
		 width: 100%;
		 min-height: 50px;
		 height: auto;
		 float: left;
		 text-align: center;
		 color: #ff080e;
		 font-size: 22px;
		 margin-top: 100px;
		 cursor: pointer;
	 }

	 .expanded_products
	 {
		width: 100%;
		min-height: 200px;
		height: auto;
		float: left;
		text-align: center;
	 }
	 .rotate{
		-moz-transition: all 2s linear;
		-webkit-transition: all 2s linear;
		transition: all 2s linear;
	}
	
	.rotate.down{
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	.ml9 {
		position: relative;
		font-weight: 200;
		font-size: 4em;
	  }
	  
	  .ml9 .text-wrapper {
		position: fixed;
		display: inline-block;
		padding-top: 0.2em;
		padding-right: 0.05em;
		padding-bottom: 0.1em;
		top:50%;
		width: 100%;
		overflow: hidden;
		text-align: center;
		color: #fc0;
	  }
	  
	  .ml9 .letter {
		transform-origin: 50% 100%;
		display: inline-block;
		line-height: 1em;
	  }

	.inner_page_para
	{
		width:96%;
		min-height: 20px;
		height: auto;
		text-align: left;
		color: #000;
		font-size: 14px;
		margin: 15px 0px;
	}

	/* width */
::-webkit-scrollbar {
	width: 3px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #ff070d; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #555; 
  }

	 /* Responsive Screens */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#product
	{
		height: 15px !important;
	}
	.mobile_v0
	{
		width: 100%;
		height: auto;
		float: left;
		display: inherit;
		margin-top: 0px;
	}
	.inner_total_content
	{
		margin-top: 0px !important;
	}
	.banner_img {
		height: 150px!important
	}
	.banner_content .btn1 {
		width: 100px!important;
		height: 30px!important;
		font-size: 12px!important;
		line-height: 30px!important
	}
	.banner_content .btn2,
	.mini_product .btn1 {
		width: 100px!important;
		height: 30px!important;
		font-size: 12px!important;
		line-height: 28px!important
	}
	.mini_product {
		height: 180px!important;
		margin-bottom: 0px;
	}
	.mini_product h1 {
		font-size: 20px!important
	}
	.mini_product p {
		font-size: 12x!important
	}
	.home_main_heading,
	.mini_product img,
	.total_main_product {
		display: none
	}

	.infrastructure h1 {
		margin-top: 15px
	}
	.infrastructure span h2 {
		margin-bottom: 15px!important
	}
	.infrastructure_inner {
		margin-top: 15px
	}
	.footer_details p {
		width: 60%
	}
	.banner_img img {
		min-width: 100%;
		max-width: 100%
	}
	.banner_content h1 {
		font-size: 16px
	}
	.banner_content p {
		font-size: 12px
	}
	.copyright {
		font-size: 12px
	}
	.mini_product p {
		width: 100%
	}
	.banner_content {
		margin-top: 30%
	}

	#set-height, #v0
	{
		display: none;
	}
	.infrastructure
	{
		margin-top: 20px;
	}
	
}

@media only screen and (max-width: 360px) {
	.banner_img
	{
		height: 120px !important;
	}
	.product_menu
	{
		display: none;
	}

	#set-height, #v0
	{
		display: none;
	}
	.infrastructure
	{
		margin-top: 20px;
	}
	}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.banner_img {
		height: 150px;
	}
	.banner_content .btn1 {
		width: 100px!important;
		height: 30px!important;
		font-size: 12px!important;
		line-height: 30px!important
	}
	.banner_content .btn2,
	.mini_product .btn1 {
		width: 100px!important;
		height: 30px!important;
		font-size: 12px!important;
		line-height: 28px!important
	}
	.mini_product {
		height: 180px!important
	}
	.mini_product h1 {
		font-size: 20px!important
	}
	.mini_product p {
		font-size: 12x!important
	}
	.home_main_heading,
	.mini_product img,
	.total_main_product {
		display: none
	}

	.infrastructure h1 {
		margin-top: 15px
	}
	.infrastructure span h2 {
		margin-bottom: 15px!important
	}
	.infrastructure_inner {
		margin-top: 15px
	}
	.footer_details p {
		width: 60%
	}
	.banner_img img {
		min-width: 100%;
		max-width: 100%
	}
	.banner_content h1 {
		font-size: 16px
	}
	.banner_content p {
		font-size: 12px
	}
	.copyright {
		font-size: 12px
	}
	.mini_product p {
		width: 100%
	}
	.banner_content {
		margin-top: 30%
	}

	.footer
	{
		height: 1500px;
	}
	.product_menu
	{
		display: none;
	}
	#set-height, #v0
	{
		display: none;
	}
	.infrastructure
	{
		margin-top: 20px;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (max-width: 800px) {
	.home_main_heading,
	.mini_product img,
	.total_main_product {
		display: none;
	}

	.infrastructure h1 {
		margin-top: 15px
	}
	.infrastructure span h2 {
		margin-bottom: 15px!important
	}
	.infrastructure_inner {
		margin-top: 15px
	}
	.footer_details p {
		width: 60%
	}
	.banner_img img {
		min-width: 100%!important;
		max-width: 100%!important
	}
	.banner_content h1 {
		font-size: 16px
	}
	.banner_content p {
		font-size: 12px
	}
	.copyright {
		font-size: 12px
	}
	.mini_product p {
		width: 100%
	}
	.banner_content {
		margin-top: 30%
	}
	.infrastructure
	{
		margin-top: 20px;
	}
}




