@font-face {
	font-family: 'Conv_PT_Sans-Web-Bold';
	src: url('../fonts/PT_Sans-Web-Bold.eot');
	src: local('☺'), 
	url('../fonts/PT_Sans-Web-Bold.woff') format('woff'), 
	url('../fonts/PT_Sans-Web-Bold.ttf') format('truetype'), 
	url('../fonts/PT_Sans-Web-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HelveticaNeue-Bold';
	src: url('../fonts/HelveticaNeue-Bold.eot');
	src: local('☺'), 
	url('../fonts/HelveticaNeue-Bold.woff') format('woff'), 
	url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), 
	url('../fonts/HelveticaNeue-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_HELR45W';
	src: url('../fonts/HELR45W.eot');
	src: local('☺'), 
	url('../fonts/HELR45W.woff') format('woff'),
	url('../fonts/HELR45W.ttf') format('truetype'), 
	url('../fonts/HELR45W.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
*{
	padding:0;
	margin:0;
	list-style:none;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}
ul,ol{margin:0px;padding:0px;}
h1,h2,h3,h4,h5,h6,p{margin:0px;	padding:0px;}
a, a:hover, a:focus{text-decoration:none;}
img{max-width:100%;}
body{
	font-family: 'Open Sans', sans-serif;
}
.container{
	width:1200px;
	max-width: 1200px;
	margin:0 auto;
}
.fixed-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 1px 6px #55555587;
}
header nav {
	padding: 0px !important;
}
.top_head {
	margin-bottom: 15px;
}
.bottom_head {
	padding: 10px 0;
}
.navbar-brand {
	display: block;
	padding: 0;
}
.top_head ul {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
}
.top_head ul li a {
	background-color: #f88900;
	color: #fff;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 12px;
	font-weight: 600;
	transition-duration: 0.4s;
	border-right: 1px solid #fff;
	box-shadow: 1px 0px 0px #000;
}
.top_head ul li:last-child a{
	border-right: none;
	box-shadow: none;
}
.top_head ul li a:hover{
	background-color: #dc1919;
}
.top_head ul li a img {
	vertical-align: middle;
	margin-right: 5px;
}
.navbar-nav {
	width: 100%;
	justify-content: flex-end;
}
.navbar-nav li a {
	display: block;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 16px;
	font-weight: 600;
	transition-duration: 0.4s;
}
.navbar-nav li.active a, .navbar-nav li a:hover{
	background-color: #dc1919;
	color: #fff;
}
.inner_menu {
	position: relative;
}
.sub_menu {
	position: absolute;
	z-index: 555;
	background-color: #f88900;
	width: 250px;
	left: 0;
	top: 37px;
	display: none;
}
.sub_menu li a {
	font-size: 14px;
	padding: 5px 10px;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.inner_menu span {
	display: inline-block;
	margin-left: 5px;
}
/***     Main Slider    *****/
.hero_slider {
	margin: 15px 0 25px 0;
	background:#f7f7f7;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
.hero_slider .carousel-item .row {
	align-items: center;
}
.slider_text h1 {
	color: #fb700b;
	font-size: 40px;
	margin-bottom: 5px;
	font-family: 'Conv_HelveticaNeue-Bold';
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/***  End Slider  ***/
.info_box {
	padding: 20px;
	background-color: #f1f1f1;
	box-shadow: 0px 1px 5px #eee;
	border: 1px solid #eee;
}
.info_box.v-two {background-color: #f88900; color: #fff;}
.info_box.v-three {background-color: #dc1919; color: #fff;}

.box_grid {
	width: 16%;
	padding: 5px 10px;
	border-right: 1px solid #b3b3b3;
}
.info_box.v-two .box_grid  { border-color:#ffab19;}
.info_box.v-three .box_grid  { border-color:#ff3f3f;}
.box_grid a:hover h4 {
	color: #fb700b;
}
.info_box.v-two a h4,.info_box.v-three h4 {
	color: #fff;
}

.info_box.v-two .box_grid a:hover h4 {
	color: #000;
}
.info_box.v-three .box_grid a:hover h4 { color:#FC6;}

.info_box ul li:last-child{
	border-right: none;
}
.info_box ul {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
.box_grid h4 {
	color: #000;
	font-size: 19px;
	margin-top: 8px;
	font-family: 'Conv_PT_Sans-Web-Bold';
}
.content_grid {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	border-right: 1px solid #e6e6e6;
	margin: 10px 0;
	padding-right: 20px;
}
.middle_content .row > div:nth-child(1), .middle_content .row > div:nth-child(2), .middle_content .row > div:nth-child(3){
	border-bottom: 1px solid #e6e6e6;
}
.middle_content .row > div:nth-child(3) .content_grid, .middle_content .row > div:nth-child(6) .content_grid{
	border-right: none;
}
.icon_left {
	width: 200px;
	margin-right: 13px;
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
}
/*.middle_content {
	padding-top: 50px;
}*/
.middle_content h3 {
	text-align: center;
	color: #fb700b;
	font-size: 31px;
	margin-bottom: 35px;
	font-family: 'Conv_HelveticaNeue-Bold';
}
.middle_content h3 span{
	color: #000;
}
.middle_content h6 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	max-width: 828px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 25px;
}
.right_grid h4 {
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}
.right_grid p {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.view_more {
	max-width: 140px;
	margin: 35px auto 0;
	display: block;
	background-color: #fc6d04;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 9px 6px;
	text-transform: uppercase;
	transition-duration: 0.4s;
}
.view_more:hover{
	color: #fff;
	background-color: #dc1919;
}
#testimonials_grid, .gird_box, .middle_content, .blog_grid, #client_grid {
	padding: 50px 0px;
}
.border_bg {
	/*margin: 55px 0px;*/
	background-image: url("../images/border_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 12px;
	background-position: center;
}
.product_grid h4 {
	color: #000;
	font-size: 30px;
	font-family: 'Conv_HelveticaNeue-Bold';
	text-align: center;
	margin-bottom: 25px;
}
.product_grid img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}
.product_grid ul { min-height:180px;}
.product_grid ul li{
	color: #000;
	font-size: 15px;
	display: block;
	padding: 4px 0px 4px 19px;
	font-weight: 400;
	transition-duration: 0.4s;
	background-image: url("../images/arrow_right.png");
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 10px;
}
.product_grid ul li a:hover{
	color: #fc6d04;
}
.product_grid .view_more {
	margin: 35px 0 0;
}
.title_text {
	color: #000;
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Conv_HelveticaNeue-Bold';
}
.testimonials h6 {
	text-align: center;
	max-width: 755px;
	margin: 0 auto 40px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
#testimonials {
	padding: 0 30px;
}
.profile {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
}
.client_img {
	width: 415px;
	margin-right: 20px;
}
.client_img img {
	width: auto !important;
}
.client_details p {
	color: #000;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 15px;
}
.client_details p span {
	display: inline-block;
	width: 20px;
	background-color: #fc6d04;
	height: 2px;
	margin-right: 5px;
	vertical-align: middle;
}
.client_details a {
	color: #fc6d04;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]{
	background-color: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute;
	top: 18%;
}
.testimonials .owl-prev {
	left: 0;
}
.testimonials .owl-next{
	right: 0;
}
.blog_box img {
	width: 100%;
	margin-bottom: 25px;
}
.blog_box h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}
.blog_box p {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin: 22px 0;
}
.blog_box span {
	display: block;
	font-size: 13px;
}
.our_client img {
	width: auto !important;
	height: 114px;
	margin: 0 auto;
}
.client {
	margin-bottom: 65px;
}
.main_banner{
	background-image: url("../images/main_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 355px;
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding:45px 0 20px 0;
}

.main_banner .row {
	align-items: center;
}
.quick_contact {
	padding: 35px 15px 10px;
	position: relative;
	background: rgb(244,113,116);
	background: linear-gradient(0deg, rgba(244,113,116,1) 0%, rgba(255,189,133,0.7511205165660014) 64%);
	box-shadow: 2px 0px 20px #575757;
}
.quick_contact form {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
}
.quick_contact form .form-group {
	width: 48.50%;
	margin-bottom: 12px;
	position:relative;
}

.quick_contact form .form-group.submit-btn-sec { text-align:center; width:100%;}
.quick_contact form .form-group.submit-btn-sec .form-control { width:164px; margin:0 auto;}

/*.quick_contact form .form-group.form-width{
	width: 100%;
	height: 80px;
}*/


.quick_contact h4 {
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.quick_contact form .form-group input {
	color: #8f8f8f;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	border-radius: 0px;
	border: none;
}
.quick_contact form .form-group input[type="submit"]{
	cursor: pointer;
	text-transform: uppercase;
	background-color: #c61e1e;
	color: #fff;
	font-size: 16px;
	transition-duration: 0.4s;
}
.quick_contact form .form-group input[type="submit"]:hover{
	background-color: #a90e0e;
}
.quick_contact form .form-group input:focus{
	box-shadow: 0 0 0 .2rem rgba(220,25,25,.25); 
}
.quick_contact form .form-group input::placeholder { 
  	color: #8f8f8f;
}
.quick_contact form .form-group input:-ms-input-placeholder {
  	color: #8f8f8f;
}
.quick_contact form .form-group input::-ms-input-placeholder { 
  	color: #8f8f8f;
}
.quick_contact::after {
	content: "";
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../images/quick_contact.png");
	background-repeat: no-repeat;
	width: 56px;
	height: 56px;
}
.about_banner h1 {
	color: #fff;
	font-size: 38px;
	font-family: 'Conv_HELR45W';
	font-weight: 800;
	margin-bottom: 5px;
}
.about_banner h4{
	color: #fff;
	font-size: 22px;
	font-family: 'Conv_HELR45W';
}
.gray_bg {
	background-color: #f8f8f8;
	padding: 60px 0px;
}
.middle__content{
	padding: 60px 0px;
}
.img__grid img {
	width: 100%;
}
.img__grid__content {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.aline_text h4 {
	color: #353535;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.aline_text p {
	color: #353535;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 15px;
}
.border_view a {
	display: inline-block;
	color: #f92424;
	font-size: 15px;
	text-transform: uppercase;
	border: 1px solid #f92424;
	padding: 8px 22px;
	margin-bottom: 22px;
	transition-duration: 0.4s;
}
.border_view a:hover{
	color: #fff;
	background-color: #f92424;
}
.aline_text strong {
	color: #353535;
	font-size: 15px;
	font-weight: ;
	margin: 12px 0;
	display: block;
}
.red_arrow li {
	color: #353535;
	font-size: 15px;
	font-weight: 400;
	background-image: url("../images/red_arrow.png");
	background-repeat: no-repeat;
	padding: 5px 0 5px 30px;
	background-position-x: 0%;
	background-position-y: 6px;
}
.global_grid {
	padding: 70px 0px;
}
.inner_title {
	text-align: center;
	color: #000;
	font-size: 34px;
	margin-bottom: 45px;
	font-family: 'Conv_HelveticaNeue-Bold';
}
.inner_title span {
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}
.privacy h3{
	text-align: left;
	color: #000;
	font-size: 24px;
	margin: 20px 0px;
	font-family: 'Conv_HelveticaNeue-Bold';
}

.inner_content p {
	color: #353535;
	font-size: 16px;
	margin-bottom: 35px;
	text-align: justify;
	font-weight: 400;
}
.inner_content ul li {
	font-size: 16px;
	margin: 4px 0;
}
.inner_content strong {
	display: block;
	margin: 15px 0;
	color: #353535;
	font-size: 17px;
}
.outer_space p {
	margin-bottom: 20px;
}
.outer_space p span{
	font-weight: 700;
	color: #353535;
}
.extra_content h6 {
	color: #353535;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	padding-top: 10px;
}




.footer_top {
	background: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,00,0.8)),url("../images/footer_bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 30px 0;
	color: #fff;
}
.footer_content p {
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
}
.footer_content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 35px;
}
.footer_link li a {
	color: #fff;
	display: block;
	font-size: 15px;
	padding: 3px 0 3px 30px;
	background-image: url("../images/white_arrow.png");
	background-repeat: no-repeat;
	background-position-x: 0%;
	background-position-y: 10px;
}
.footer_content .view_more {
	margin: 25px 0 0;
}
.social_links li {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-bottom: 8px;
}
.media_links {
	display: flex;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	margin-left: 26px;
	
}
.media_links li a {
	color: #fff;
	font-size: 22px;
	padding: 5px;
	display: block;
	margin: 0 5px;
}
.social_links li .fa.fa-map-marker {
	font-size: 35px;
	margin-right: 10px;
}
.social_links li .fa.fa-mobile {
	font-size: 35px;
	margin-right: 12px;
	margin-top: -5px;
}
.social_links li span {
	font-size: 15px;
	display: block;
}
.social_links li a {
	color: #fff;
	display: block;
	font-size: 18px;
}
.social_links li .fa.fa-envelope-o {
	font-size: 20px;
	margin-right: 10px;
	margin-top: 4px;
}

.copyrigh {
	background-color: #3b3a3b;
	color: #fff;
	text-align: center;
}
.copyrigh p {
	font-size: 12px;
	font-weight: 300;
	padding: 10px 0;
}

.copyrigh ul{
	font-size: 11px;
	padding-top: 10px;
}

.copyrigh ul li{
	display: inline-block;
	padding-right: 10px;
	position: relative;
}
.copyrigh ul li.prv:after{
	content: "";
    position: absolute;
    height: 12px;
    border-right: 1px solid white;
    right: 3px;
    top: 3px;
}

.copyrigh ul li a{
	color: white;
}


/*clents */
.space_grid{
	padding-bottom: 35px;
}
.company_grid{
	border:1px solid #ccc;
	padding:10px;
	height:160px;
	margin-bottom:40px;
}
.space_grid h3.inner_title{
	padding-bottom:15px;
}
.company_grid img {
    height: 80px;
	display: block;
	margin: 0 auto;
}
.company_grid p {
	color: #353535;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	padding-top:15px;
}
/* support */
.form_grid .form-group{
  position: relative;
  margin-bottom: 36px;
 }
 .form_grid .palceholder{
   position: absolute;
   top: 10px;
   left: 15px;
   color: #424242;
   display: none;
  }
 .form_grid label{
    color: #424242;
	font-size: 15px;
	font-weight: 400;
  } 
  .star{
    color: red
  }
 .form_grid .form-control{
	height:45px;
	border:1px solid #d2d2d2;
	border-radius:0;
  }
  .form_grid textarea{
	height:auto !important;
	resize: none;
  }
  .form_grid textarea:focus {
    box-shadow: none;
	border-color: #c61e1e;
}
.form_grid .form-group input:focus {
    box-shadow: none;
	border-color: #c61e1e;
}
.form_grid .form-group input[type="submit"] {
	cursor: pointer;
	text-transform: uppercase;
	background-color: transparent;
	color: #f92424;
	font-size: 15px;
	transition-duration: 0.4s;
	border:1px solid #ff0000;
	width:135px;
	margin:0 auto;
	padding:10px;
	border-radius:0;
}
.form_grid .form-group input[type="submit"]:hover {
    background-color: #a90e0e;
	color:#fff;
}
/* contact-us */
.contact { padding:0;}
.contact img { width:100%;}
.form_grid .form-group .SuBmiT {
	display:inline-block;
}
.grid_right img.cont_img{
	margin-bottom:20px;
}

/* testimonials */
.test_content{
	background-color:#f6f4f4;
	padding:20px;
	margin-bottom:40px;
	border:1px solid #ccc;
}
.test_content h4{
	font-size:29px;
	font-weight:400;
}
.test_content p{
	margin:20px 0;
}
.test_content h6{
	font-size:16px;
	color:#f84e4e;
	line-height: 22px;
	font-weight:400;
}
.fast_growing{
	margin-top:80px;
}

/* career */
.competitive h4{
	font-size:19px;
	font-weight:400;
	padding-bottom:10px;
}
.competitive{
	border-bottom:1px solid #ccc;
}
.competitive:last-child{
	border-bottom:none;
}
.career_box {
    padding: 10px 0 20px;
}
.competitive .box_head  {
	color: #353535;
	font-size: 16px;
	font-weight: 600;
	background-image: url("../images/user.png");
	background-repeat: no-repeat;
	padding: 10px 0 10px 25px;
	background-position-x: 0%;
	background-position-y: 15px;
	margin-bottom:0;
}
.competitive ul{
	margin-bottom:18px;
}
.competitive ul li{
	line-height:normal;
}
.right_competitive{
	background-color:#f8f8f8;
	padding:15px;
}
.right_competitive .box_head{
	color: #353535;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
.right_competitive  .form_grid .form-group {
    margin-bottom: 14px;
}
..right_competitive .file {
    position: relative;
    display: inline-block;
    cursor: pointer;
     width: 100%;
}
#file {
    border-radius: 12px;
	 height: 40px;
    padding-top: 6px;
	 background:#fff;
	 -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left:5px;
}
.right_competitive .file-custom {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #555;
	border-radius: 12px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	height: 40px;
	border: 1px solid #d2d2d2;
	
}
.right_competitive .file-custom::before {
	position: absolute;
	top: -.075rem;
	right: -.075rem;
	bottom: -.075rem;
	z-index: 6;
	display: block;
	content: "Browse";
	height: 2.5rem;
	padding: .5rem 2rem;
	line-height: 1.5;
	color: #fff;
	background-color: #f88900;
	border-radius: 0 12px 12px 0;
}
.form_grid .comp_send input[type="submit"]{
	display:inline-block;
	margin-top: 18px;
}

/* tmt_manufacture */
.tmt_manufacture{
	background-image: url("../images/tmt_back.png") !important;
}
.cold_rolled p{
	margin-bottom:20px;
}
.cold_rolled h6 {
	color: #353535;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
}
/*industries serve */
.serve_heading  h3{
	padding-top:70px;
}
.extra_gray2{
	padding:80px 0;
}
label.error, label.success-msg {
	color: #f00;
	margin: 0;
	font-size: 10px !important;
	font-weight: bold !important;
	position:absolute;
	left:0;
	bottom:-13px;
}


/**thank you**/
 
.inner_content.cold_rolled #thank-you p{
	text-align: center;
}
 
.quick_contact .g-recaptcha { overflow:hidden;}
.quick_contact .g-recaptcha div { width:400px!important; height:42px!important;}

.quick_contact .g-recaptcha iframe {
    max-width: 100%;
    transform:scale(0.54);
    -webkit-transform:scale(0.54);
    transform-origin: left center;
    -webkit-transform-origin: left top;
  }
  
.quick_contact #rc-imageselect {
    transform:scale(0.54);
    -webkit-transform:scale(0.54);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  
#captchamsg,.success-msg { font-size:10px; color:#f00; font-weight:bold;}
.success-msg { display:block; width:100%; text-align:center; color:#fff;}
#support .form_grid {box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); padding:20px; border-radius:6px;}
#support .form_grid .form-control {box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); border: 1px solid transparent;outline: none; color: #616161; padding: 11px 45px 11px 20px; border-radius: 6px;}
#support .login-form .form_grid { max-width:400px; margin:0 auto;}
#support .login-form .form_grid span.user-icon,#support .login-form .form_grid span.password-icon { background:url(../images/username.png) no-repeat center top; width:30px; height:30px; display:block; position:absolute; right:10px; top:10px;}
#support .login-form .form_grid span.password-icon {background:url(../images/password.png) no-repeat center top;}
#support .form_grid .inner_title { font-size:30px;}

#email-modal .modal-content { background:#fff; color:#f88900; border-radius:0; text-align:center; padding:25px; position:relative;}
#email-modal .modal-content h3 { font-size:15px; text-transform:uppercase; margin:30px 0; letter-spacing:1px; font-weight:600;}
#email-modal .modal-content .form-control { border-radius:0; border:none; height:50px; background:#ffe3c0; text-align:center; color:#000;}
#email-modal .modal-content .form-control:focus { box-shadow:none; outline:none;}
#email-modal .modal-content ::placeholder { color:#000;}
#email-modal .modal-content input[type="submit"] { background:#dc1919; color:#fff; border-radius:30px; padding:10px 40px; border:none; text-transform:uppercase; font-weight:bold; cursor:pointer; margin-top:15px;}
#email-modal .modal-content input[type="submit"]:hover,#email-modal .modal-content input[type="submit"]:focus { background:#aa1111; outline:none;}
#email-modal button.close { color:#fff; opacity:1; font-weight:normal; position:absolute; right:-10px; top:-10px; background:#df7c02; color:#fff; width:40px; height:40px; border-radius:100%; outline:none;}
.modal.show .modal-dialog { transform:translate(0,35%);}



.ico-section .row .col-md-3{
	border-bottom: unset!important;
	padding-left: 0px;
	padding-right: 0px;
}

.ico-box{
	text-align: center;
	    border: 1px solid #dedede;
    padding: 30px;
    height: 200px;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.ico-box h4{
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 25px;
}

/* Deepika*/

.mobile_wrapper {
	display: none;
}

/* Deepika */