.sp-slideshow {
    position: relative;
	width: 100%;
	height: 460px;
}
#lookingtypewebservice select option[value$='Between 15000 - 30000'] {
    display: none!important;
}
.sp-content {
    background: url(../images/parallax/gride.jpg);
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-parallax-bg {
    background: url(../images/parallax/map.png) repeat-x scroll 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	display: none;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
	left: 50%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color ease 0.1s;
    -moz-transition: background-color ease 0.1s;
    -o-transition: background-color ease 0.1s;
    -ms-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
	display: none;
}
.sp-slideshow input:checked + label {
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
	display: none;
}

.sp-selector-1, .button-label-1 {
    margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}

.sp-arrow {
    position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(../images/parallax/arrows.png) no-repeat;
	-webkit-transition: opacity ease 0.3s;
    -moz-transition: opacity ease 0.3s;
    -o-transition: opacity ease 0.3s;
    -ms-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -18px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: 15px;
	display: block;
	background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: 15px;
	display: block;
	background-position: top left;
}

.sp-slideshow input:checked ~ .sp-content {
    -webkit-transition: background-position ease 0.6s, background-color ease 0.8s;
    -moz-transition: background-position ease 0.6s, background-color ease 0.8s;
    -o-transition: background-position ease 0.6s, background-color ease 0.8s;
    -ms-transition: background-position ease 0.6s, background-color ease 0.8s;
    transition: background-position ease 0.6s, background-color ease 0.8s;
}

.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
    -webkit-transition: background-position ease 0.7s;
    -moz-transition: background-position ease 0.7s;
    -o-transition: background-position ease 0.7s;
    -ms-transition: background-position ease 0.7s;
    transition: background-position ease 0.7s;
}

input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content {
    background-position: -100px 0;
}

input.sp-selector-3:checked ~ .sp-content {
    background-position: -200px 0;
}

input.sp-selector-4:checked ~ .sp-content {
    background-position: -300px 0;
}

input.sp-selector-5:checked ~ .sp-content {
    background-position: -400px 0;
}

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}

.sp-slider {
    position: relative;
	left: 0;
    width: 500%;
	height: 100%;
	list-style: none;
    margin: 0;
	padding: 0;
    -webkit-transition: left ease 0.8s;
    -moz-transition: left ease 0.8s;
    -o-transition: left ease 0.8s;
    -ms-transition: left ease 0.8s;
    transition: left ease 0.8s; 
}

.sp-slider > li {
	color: #fff;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 60px;
    float: left;
	text-align: center;
	opacity: 0.4;
    -webkit-transition: opacity ease 0.4s 0.8s;
    -moz-transition: opacity ease 0.4s 0.8s;
    -o-transition: opacity ease 0.4s 0.8s;
    -ms-transition: opacity ease 0.4s 0.8s;
    transition: opacity ease 0.4s 0.8s; 
}
.sp-slider > li img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	max-height: 100%;
	max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
	opacity: 1;
}
.error {color: orangered;
    font-weight: bold;}
@media screen and (max-width: 840px){
	.sp-slideshow { height: 345px; }
}
@media screen and (max-width: 680px){
	.sp-slideshow { height: 285px; }
}
@media screen and (max-width: 560px){
	.sp-slideshow { height: 235px; }
}
@media screen and (max-width: 320px){
	.sp-slideshow { height: 158px; }
}
.tab_wrap_bg{
	background:url(../images/home/15.jpg) fixed no-repeat top center;
	background-size:cover;}
.res_banner-bg{
	background:url(../images/res-websites/page_02.jpg) no-repeat top center;
	background-size:cover;
	min-height:196px;
	max-height:197px;}
.res-content-wrap{
	background:#f7f7f7}
.res-nav-a{
	float:left;
	color:#686868;
	margin:0 5px;
	font-size:16px !important;
	font-family: "Roboto",sans-serif;
	}
.res-nav-act{
	color:#ff342b;
	font-size:14px !important;
	font-family: "Roboto",sans-serif;}
.res-p{
	font-size:14px;
	font-family: "Roboto",sans-serif;
	margin:0 5px;
	color:#686868;
	font-weight:normal}
.innovative-parent{
	width:90%;
	height:auto;
	min-height:290px;
	position:relative;
	background:#2f2f2f;
	color:white;
	font-family: "Roboto",sans-serif;}
.innovative-child{
	width:100%;
	height:auto;
	min-height:270px;
	position:absolute;
	background:#ff342b;
	color:white;
	padding:10px 0;
	left:10%;
	}
.innovative-child ul{
	margin:0;
	padding:0;
	font-weight:bold;
	}
.innovative-child ul li{
	border-bottom:1px solid #ed2118;
	line-height:26px;
	list-style:none;}
.innovative-child ul li a{
	color:white;
	font-size:14px;}
.innovative-child ul li a:hover{
	color:#970909 !Important}
.innovative-child ul li:hover{
	list-style:url(../images/res-websites/arrow_05.png);}
.innovative-parent p{
	font-weight:bold;
	font-family: "Roboto",sans-serif;
	margin:0 !important;
	padding:10px 0;
	}
.res-p-ico{
	margin:0;
	padding:8px 0 15px 45px;
	font-family: "Roboto",sans-serif;
	font-weight:600;
	font-size:20px;
	color:#858585;
	
	}
.res-p-ico-cont{
	margin:0;
	padding:0;
	font-family: "Roboto",sans-serif;
	font-style:italic;
	font-size:16px;
	color:#686868;
	}
.res-hr{
	border-top:1px solid #dedede !Important;}
.res-ico-bg1{
	background:url(../images/res-websites/icons_15.png) no-repeat top left;
	}
.res-ico-bg2{
	background:url(../images/res-websites/icons_18.png) no-repeat top left;
	}
.res-ico-bg3{
	background:url(../images/res-websites/icons_12.png) no-repeat top left;
	}
.res-side-links{
	background:white;
	margin-bottom:20px;
	padding:10px 20px;
	font-family: "Roboto",sans-serif;
	color:#858585 !Important;
	font-size:14px;
	
	}
.res-side-links p{
	font-size:14px;
	line-height:28px !Important;}
	
.res-side-links p strong{
	font-weight:bold;
	font-size:16px;
	}
.res-side-links a{
	padding-left:25px;
	background:url(../images/res-websites/readmore_03.png) no-repeat top left; }
.img-cls-nx{
	width:100%;
	height:auto;}
strong{
	font-weight:bold !important}
.starts-at{
	background:url(../images/websites/starts-at-bg_06.png) top right no-repeat;
	min-height:35px;}
.starts-at3{
	background:url(../images/websites/starts-at-bg_06.png) top left no-repeat;
	min-height:35px;}	
.starts-at2{
	background:url(../images/websites/starts-at-bg2.png) top center no-repeat;
	min-height:35px;
margin-bottom: 15px;}
.starts-at2 p{
	padding:5px 0 0 0;
	margin:0;
	color:white;
	font-size:16px;
	font-family: "Roboto",sans-serif; }
.starts-at p{
	padding:5px 0 0 0;
	margin:0;
	color:white;
	padding-right:25px;
	font-size:16px;
	font-family: "Roboto",sans-serif; }
.starts-at3 p{
	padding:5px 0 0 0;
	margin:0;
	color:white;
	padding-left:25px;
	font-size:16px;
	font-family: "Roboto",sans-serif; }	
.website-h1{
	color:#2f2f2f;
	font-family: "Roboto",sans-serif;
	font-size:32px;
	font-weight:300;
	margin:15px 0 0 0;
	padding:0;
	}
.branding-h1{
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-size:40px;
	font-weight:300;
	margin:15px 0 0 0;
	padding:0;
	}	
.seo-h1{
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-size:40px;
	font-weight:300;
	margin:15px 0 0 0;
	padding:0;
	}	
.ppc-h1{
	color:#383838;
	font-family: "Roboto",sans-serif;
	font-size:35px;
	font-weight:300;
	margin:15px 0 0 0;
	padding:0;
	}		
.website-package-h1{
	color:#545454;
	font-family: "Roboto",sans-serif;
	font-size:30px;
	font-weight:300;
	margin:36px 0 15px 0;
	padding:0;
	line-height:33px;
	}
.red-bold{
	color:#ff342b;}
.website-h2{
	color:#808080;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:300;
	font-family: "Roboto",sans-serif;}
.website-p{
	color:#dd2a17;
	font-size:20px;
	font-family: "Roboto",sans-serif;
	margin:5px 0 15px 0;
	padding:0}
.row-border-bottom{
	border-bottom:1px solid #d4d4d4 !important;
	}
.website-desc-h1{
	color:#545454;
	font-family: "Roboto",sans-serif;
	font-size:26px;
	font-weight:bolder;
	margin:0;
	padding:0;
	}
.req-quote-call{
	color:#545454;
	font-family: "Roboto",sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:0;
	}
.img-center{
	display: block;
    margin-left: auto;
    margin-right: auto;}

.web-img-description{
	margin-top: 15px;
	color: #545454;
	font-size: 17px;
	font-family: "Roboto",sans-serif;
	text-align: center;
	font-weight: 500;
	text-transform: capitalize;}
.banner-img-center{
	margin:inherit;}
.package-head-bg{
	background:#626262;
	}
.package-head{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 0 10px;
	line-height:40px;
	color:white;
	font-family: "Roboto",sans-serif;
	
	}
.feature-pkg-grey{
	background:#ededed;
	padding-top:5px !Important;
	min-height:35px;
	padding-left:15px;
	}
.feature-pkg-p{
	font-family: "Roboto",sans-serif;
	color:#404040;
	font-size:15px !Important;
}
.feature-pkg-white{
	background:white;
	padding-top:3px !Important;
	min-height:30px;
	padding-left:15px;
	}
.icon-remove{
	color:#ff342b;}
.icon-ok{
	color:#197b30;}
.side-bar-h1{
	color:#545454;
	font-size:19px;
	font-family: "Roboto",sans-serif;
	font-weight:bold;
	margin:36px 0 15px 0;}
.sidebar-ul{
	margin:0;
	padding:0;
	list-style:none;}
.sidebar-ul li{
	border-bottom:1px solid #ededed;}
.sidebar-ul li a{
	line-height:35px;
	font-size:17px;
	font-family: "Roboto",sans-serif;
	color:#545454 !Important
	}
.sidebar-ul li a:hover{
	color: #FF342B !important
	}
.sidebar-ul li i{
	margin-right:17px;
	margin-left:5px;}

.sidebar-ul2{
	margin:0;
	padding:0;
	list-style:none;}
.sidebar-ul2 li{
	border-bottom:1px solid #ededed;
	padding:10px;}
.sidebar-ul2 li a{
	line-height:35px;
	font-size:18px;
	font-family: "Roboto",sans-serif;
	color:#545454 !Important;
	font-weight:600;
	text-transform:uppercase;
	}
.sidebar-ul2 li a:hover{
	color: #FF342B !important
	}
.sidebar-ul2 li i{
	margin-right:17px;
	margin-left:5px;}
	
	
		
.call-us-bottom{
	background:#ff342b;
	}
.req-btn{
	padding:5px;
	background:url(../images/websites/btn-bg_30.jpg) repeat-x;
	width:auto;
	text-align:center;
	color:white !Important;
	font-family: "Roboto",sans-serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	cursor:pointer;
	}

.req-btn:hover{
	color:white !important;}
.case-study-container{
	background:#e2e2e2;
	display:inline-block
	}
.case-study-container h2{
	color:#545454;
	font-size:20px;
	margin:0;
	padding:0;
	font-weight:300;
	font-family: "Roboto",sans-serif;}
.case-study-container p{
	color:#f80000;
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:400;
	font-family: "Roboto",sans-serif;}	
.case-study-icon{
	width:44px;
	height:44px;
	float:left;
	margin-right:10px;}
.readmore-p-website{
	font-family: "Roboto",sans-serif;
	font-size:14px;
	color:#545454;
	height:70px;
	font-weight:400;
	overflow:hidden;
	}
.readmore-p-website a{
	width:11px;
	height:10px;
	background-image:url(../images/websites/plus-icon_38.png);
	}
	
.logo
{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor:pointer;
}


.logo:hover
{
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.website-bnr{
	background:#f8f2e2;}
.seo-bnr{
	background:#86cccc;}	
.ppc-bnr{
	background:#daf0d9;}
.por-bnr{
	background:#f2f2f0;}
.book-bnr{
	background:#99d0d5;}				
.branding-bnr{
	background:#fbbb01;}	
	
.web-design-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#545454;
	min-height: 90px;}
@media (max-width:800px){
	.web-design-desc{
		min-height: 60px;
	}
}
.branding-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#545454;
	min-height:30px;}	
.seo-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#107272;}	
.ppc-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#107272;}	
.por-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#545454;}
.bok-desc{
	font-family: "Roboto",sans-serif;
	font-size:15px;
	margin:20px 0px;
	font-weight:400;
	color:#fff;}					
	
.webdesign-box-container{
	position:relative;
	background:white;
	}
.webdesign-box-child{
	position:absolute;
	background:green;
	min-height:450px;
	z-index:9999;
	width:100%;
	display:none;}
.websitebanner-img-center{
	display:block;
	margin-left: auto !important;
    margin-right: auto !important;}
.website-des-p{
	margin:0;
	padding:0;
	font-size:20px;
	color:#000000;
	font-family: "Roboto",sans-serif;}
#side-menu {
    min-height:100%;
    position:fixed;
    top:0;
    right:-2500px;
	right:-7000px;/* safari */
    background-color:#ffffff ;
    color:#fff;
    overflow:hidden;
    max-width:100%;
	height:auto;

}

.mp{margin-top:0px;}


@media screen and (-webkit-min-device-pixel-ratio:0) {
   /* Safari 3.0 and Opera 9 rules here */
   
   #side-menu {
    min-height:100%;
    position:fixed;/* safari */
	right:-1200px;/* safari */
    background-color:#ffffff;
    color:#fff;
    z-index:9999;
    overflow:hidden;
    max-width:100%;
	height:auto;}
	
	#side-menu .container{
	margin-right: auto;/* safari */
	margin-left:20px;/* safari */}
	
	.mp{margin-top:0px;/* safari */}

}

#side-menu img{
	margin:auto;
	display:table;
	}
.min-h-img{
	min-height:141px;
	 }
.line-h{
	line-height:28px;
	color:#000000;
	margin:5px 0 0 0 !Important}

 #side-menu ul {
     list-style:none;
     padding:0px;
    }

#side-menu ul li {
          border-bottom:1px solid rgba(95, 87, 88, 0.2);
padding: 10px;
display:inline-block;
	width:100%;
	float:none
        }
#side-menu ul li a i {
     padding-right:10px;
        }

#side-menu ul li a,#side-menu ul li a:hover {
     color:#fff;
     text-decoration:none;
	font-size: 14px;
            }
  
.menu-close-icon {
    padding:2px 7px;
    cursor: pointer;
    color:white;
    font-size:18px !important;
	color:white;
	background:#ff342b;
	border-radius:4px;
	font-weight:bold;
}
.menu-close-icon:hover{
	color:#ff7763 !important}



@media (max-width:768px){
.web-img-description{
	min-height:118px;
	padding-top:0;
	line-height:auto;
	}
.ft-sz-radio{
	font-size: 14px;

}
.banner-img-center{
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
	width:50%}
	
.website-h1{
	font-size:30px;
	
	}
.website-h2{

	font-size:20px;
	}
.website-p{
	
	font-size:16px;
	}
.website-desc-h1{
	font-size:20px;
	
	}
.web-img-description{
	text-align:left}

	
	}
@media (max-width:480px){
	.web-img-description{
		min-height:118px;
		padding-top:35px;
		line-height:auto;
		font-size:14px;
		text-align:left;
		font-weight:bold;}
	}
@media (max-width:360px){
	.web-img-description{
		min-height:82px;
		padding-top:20px;
		line-height:auto;
		font-size:14px;
		text-align:left;
		font-weight:bold;}
	}
@media (max-width:320px){
	.web-img-description{
		min-height:82px;
		padding-top:16px;
		line-height:auto;
		font-size:14px;
		text-align:left;
		font-weight:bold;
		text-transform:capitalize;}
		
	}
@media (max-width:767px){
	.starts-at3{
	background:url(../images/websites/starts-at-bg_06.png) top center no-repeat;
	}
	.starts-at{background:url(../images/websites/starts-at-bg_06.png) top center  no-repeat;
	text-align:center !important;
	padding-right:0;}
.starts-at p{
	text-align:center !Important}
.starts-at3 p{
	padding:5px 0 0 0;
	text-align:center;
	padding-left:0;
 }	}
.mobile-img-center{
	display: block;
    margin-left: auto !important;
    margin-right: auto !important;
	width:50%;
	margin-top:40px !important;}

.min-h-img img{
			display: block;
			margin:auto;
			}

/*new*/
.main_content_list_nx{
	margin:10px 0;
	padding:0;
	list-style: none;
}
.main_content_list_nx li{
	margin-bottom: 5px;
	background: url(../images/tick-small.png) no-repeat top left;
	padding-left: 27px;
	font-weight: 500;
	color: #333

}
.main_content_list_nx li strong{
	color: #FF342B;
}
.readmore-p-website h5{
	margin-top: 15px;
	font-size: 18px;
	color:  #FF342B

}
.certificate img{
	width: auto;
	height: auto;
	display: block !important;
}
@media(max-width:768px){
	.about h1{
		font-size: 26px;
		line-height: 30px;
		margin-top: 30px;
	}
	.about h2{
		font-size: 40px;
		margin-top: 20px;
	}
	.white-bg {
    box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -ms-box-shadow: 2px 2px 2px #ccc;
    -o-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
}
	.career-banner h1{
		margin-top: 50px;
		font-size: 22px;
		text-shadow:2px 2px 2px #333;
		margin-bottom: 50px;
	}
	.career-banner h5{
		display: none !important
	}
}
.career-box .know-more{
	
	font-weight: 600;
}
.popu-hr{
	border-top:1px solid #333 !important;}
.ft-sz-radio{
	font-size: 16px;

}
.displaynone{
	display: none;
}

#designidentity-error, #adword-error, #sitetype-error, #seotype-error{
position: absolute;
top: 14px;
width: 150px;
}
.ico_red{
	width: 50px;
	height: 50px;
	border: 2px solid #FF342B;
	border-radius: 4px;
	margin: 0 auto;
	-webkit-transition: all ease-in-out  0.4s;
    -moz-transition: all ease-in-out  0.4s;
    -o-transition: all ease-in-out  0.4s;
    -ms-transition: all ease-in-out  0.4s;
    transition: all ease-in-out  0.4s;
}
.ico_red i{
	color: #FF342B;
	font-size: 24px;
	margin: 10px 0;
	-webkit-transition: all ease-in-out  0.4s;
    -moz-transition: all ease-in-out  0.4s;
    -o-transition: all ease-in-out  0.4s;
    -ms-transition: all ease-in-out  0.4s;
    transition: all ease-in-out  0.4s;
}
.hollow-circles .col-md-4:hover .ico_red{
	background: #FF342B !important;
}
.hollow-circles .col-md-4:hover i{
	color: white;
}
.display-blk-case{
	display: block !important
}
.ins_bnr_dis_none{
	display: block;
}
@media (max-width:800px){
	.ins_bnr_dis_none{
	display: none;
}
.career-banner{
	height: auto;
}
.career-banner h1{
	margin-top: 100px;
}
.career-banner h5{
	margin-bottom: 60px;
}
.car-box h2{
	min-height: 44px;
}
.car-box p{
	min-height: 244px;	
}
}
@media (max-width: 500px){
	.car-box h2{
	min-height: inherit;
}
.car-box p{
	min-height: inherit;	
}
}
