


/* Global styles
================================================== */

html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	background: #fff;
}

.body-inner{
	position: relative;
	overflow: hidden;
}

a:link,
a:visited{
    text-decoration: none;
}


a:hover, a.read-more:hover{
	text-decoration: none;
	color: #272727;
}

a{
	color: #ffffff;
}

section{
	/* padding: 60px 0; */
	padding-top: 30px;
	position: relative;
}

.no-padding{
	padding: 0;
}


a:focus{
	outline: 0;
}

img.pull-left, .pull-left > img, .media>.pull-left {
	margin-right: 15px !important;
}

img.pull-right, .pull-right > img, .media>.pull-right {
	margin-left: 15px !important;
}

.img-thumbnail {
	border: 0;
}

.ts-padding{
	padding: 50px;
}

.ts-padding h3{
	margin-top: 0;
}


body, p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	/* text-align: center; */
	color: #615d5d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #3f3f3f;
}

h1{
    font-size: 36px;
    line-height: 48px;
}

h2{
    font-size: 32px;
    line-height: 40px;
}

h3{
    font-size: 24px;
    /* line-height: 32px; */
}

h4{
    font-size: 18px;
    /* line-height: 28px; */
}

h5{
    font-size: 14px;
    line-height: 24px;
}


/* Top bar
================================================== */
.iso_img{
}
.iso_img img{
	padding-left: 50%;
}




#top-bar {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

/* Top social */

.top-social{
	display: inline-block;
	float: left;
}

.top-social a{
	color: #999;
  	margin: 0 10px;	
  	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

.top-social a.fb:hover{
	color: #ba212e;
}

.top-social a.twt:hover{
	color: #ba212e;
}

.top-social a.gplus:hover{
	color: #ba212e;
}

.top-social a.linkdin:hover{
	color: #ba212e;
}

.top-social a.pint:hover{
	color: #ba212e;
}

.top-social a.drib:hover{
	color: #ba212e;
}

.top-social a i {
	vertical-align: middle;
	text-align: center;
	display: inline-block !important;

}

.header-info{
	display: inline-block;
}

.header-info-content{
	position: relative;
	top: 3px;
}

.header-info i{
	float: left;
	margin-right: 8px;
	margin-top: 6px;
	color: #ba212e;
}

.header-info .info-title{
	font-size: 12px;
	color: #999;
	margin: 0;
	display: inline-block;

}

.header-info .info-sub{
	color: #ee343d;
	font-size: 16px;
	/* font-weight: 700; */
	line-height: normal;
	display: inline-block;
	font-family: fantasy;
}


.consult{
	background-color: #ee343d;
	padding: 3px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	margin-left: 15px;
}

.consult a{
	font-weight: 600;
	color: #fff;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.consult a:hover{
	color: rgba(0,0,0,.5);
}

.consult a i{
	margin-right: 2px;
	line-height: 20px;
	font-size: 12px;
	margin-left: 0;
}


/*========================================================
                    FRONT PAGE LOADING
=========================================================*/

.netterhealthcare-preloader
{
width:100%;
height:100%;
position:fixed;
left:0;
top:0;
bottom:0;
right:0;
z-index:99999999;
background:#fff url(../images/Loading.gif) no-repeat center center;
}



/* Header
================================================== */
.header{
	background: #fff;
	padding: 0;
	border-bottom: 3px solid #ee343d;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.15);
}


/*-- Logo --*/

.navbar-header{
	z-index: 9999;
	/* background: #CF0204; */
	padding: 12px 10px;
	display: inline-block;
	/* -webkit-transform: skew(-20deg); */
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	/* transform: skew(-20deg); */
}

.navbar-brand{
	padding: 0 15px;
	/* -webkit-transform: skew(20deg); */
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	/* transform: skew(20deg); */
}

.logo{
	width: 180px;
	height: 55px;
	background: url(../images/logo.png) no-repeat;
}












/* Main navigation */

.navbar-fixed {
	opacity: 1;
	z-index: 9999;
  	position: fixed;
  	width: 100%;
  	top: 0;
  	-webkit-animation: fadeInDown 800ms;
  	-moz-animation: fadeInDown 800ms;
  	-ms-animation: fadeInDown 800ms;
  	-o-animation: fadeInDown 800ms;
  	animation: fadeInDown 800ms;
  	-webkit-backface-visibility: hidden;
}

.navbar-toggle{
	background: #ee343d;
}

.navbar{
	border-radius: 0;
}

.navbar-right{
	padding-right: 0;
}

.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

.navbar-toggle{
	border-radius: 0;
	margin-right: 5px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}

ul.navbar-nav > li{
	/*border-right: 1px solid rgba(0,0,0,.15);*/
}

ul.navbar-nav > li:first-child > a{

}

ul.navbar-nav > li > a{

text-transform: uppercase;

color: #000000;

padding: 16px 15px;

line-height: 46px;

font-family: 'Raleway', sans-serif;

font-size: 13px;

font-weight: 600;

letter-spacing: 1px;
}

ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover{
	color: #ba212e;
}

ul.navbar-nav > li > a i{
	font-weight: 400;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}

/* Dropdown */

.dropdown-menu{
	border: 0;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	background: none;
	min-width: 190px;
	margin: 0;
	padding: 0;
}

.dropdown-menu > ul{
	list-style: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background: #2a2d32;
	background: rgba(0,0,0,.85);
	box-shadow: 0 2px .09px rgba(0,0,0,0.15);
}

.dropdown-menu > ul > li > a{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding: 15px 25px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.dropdown-menu > ul > li.active > a{
	color: #ba212e;
}

.dropdown-menu > ul > li>a:hover, 
.dropdown-menu > ul > li>a:focus{
	color: #ba212e;
}

.dropdown-menu > ul > li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu > ul > li>a:hover, 
.dropdown-menu > ul > li>a:focus{
	background: none;
}

.nav>li.megamenu{ 
	position: static;
	
}

.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding:20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}

.nav>li.megamenu .dropdown-menu ul{
	margin-top: 4px;
	padding: 20px;
}

/*- Menu search -*/
#menubar-search {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 220px;
}

#menubar-search input.search-field {
  background: rgba(0, 0, 0, .07);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  height: 38px;
  min-height: 38px;
}



/*========================================================
                 Slider

=========================================================*/


























/*========================================================
                   GO TO TOP

=========================================================*/

	a#top {
	/* display: none; */
	text-decoration: none;
	position: fixed;
	bottom: 26px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: rgb(0, 0, 0) url(../images/to-top1.png) no-repeat 0px 0px;
	/* border-radius: 30em; */
}




#hero-section {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh; 
  min-height: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

.hero-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
}

.hero-content h1, p.hero, .hero-slider-content h1 {
  color: #000;
}

.div-line {
  width: 50px;
  background-color: #fff;
  height: 3px;
  margin: 20px 0;
}

p.hero {
  line-height: 1.5;
  margin: 0;
  letter-spacing: 6px;
  font-size: 20px!important;
  margin-bottom: 10px!important;
  text-transform: uppercase;
}

.hero-content p, .hero-slider-content p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: -2px;
    line-height:50px;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
}

@media (min-width : 200px) and (max-width: 786px) {
.hero-content p, .hero-slider-content p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: -2px;
    line-height:50px;
    text-shadow: 2px 2px 4px #000000;
    text-transform: uppercase;
}
}
@media (min-width : 200px) and (max-width: 480px) {

.call-to-action
{
	display:none;
}
}
.hero-content .call-to-action, .hero-slider-content .call-to-action {
  padding-top: 30px;
}

span.spacebtn {
  padding: 10px;
}

ul.caption-slides {
  padding-left: 0;
}

ul.caption-slides li {
  text-align: center;
}

.caption-slides .div-line {
  text-align: center;
  margin: 20px auto;
}









/*====SERVICES netterhealthcare 
=======================================================*/

.netterhealthcare-holder {
	background-color: #ee343d;
	/* margin-bottom: 40px; */
}

.netterhealthcare {	
	float: left;
	text-align: center;	
	padding: 40px 20px;
	background-color: #e2492f;
	margin-bottom: 20px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	-ms-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

.netterhealthcare-holder .netterhealthcare {
	background: none;
	margin-bottom: 0;
}

.box-4 .netterhealthcare {
	width: 100%;
	min-height: 446px;
}

.box-3 .netterhealthcare {
	width: 296px;
}

.box-2 .netterhealthcare {
	width: 464px;
}

.netterhealthcare:hover {
	background: #373737;
}

.netterhealthcare h3 {
	font-size: 14px;
	background: #373737;
	display: inline-block;
	padding: 6px 21px;
	margin: 0 auto 1px auto;
	color: #fff;
	text-transform: none;
	font-weight: 700;
	margin-top: 0px;
}
	
.netterhealthcare h4 {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: block;
	/* margin: 0 auto; */
	margin-top: 2px;
}


.netterhealthcare h4 span {
	color: #757575;
	background: #fff;
	padding: 4px 8px;
	display: inline-block;
}

.netterhealthcare i {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 33px;
	font-size: 28px;
	padding: 14px;
	border-radius: 50%;
	border: 2px solid;
}

.netterhealthcare p {color: #fff;}
.netterhealthcare img {display: block; padding-bottom: 20px; margin: 0 auto;}
.netterhealthcare i {
	display: block; 
	margin: 10px auto 20px auto; 
	overflow: visible;
}

.netterhealthcare:hover .tilted h4 {
	transform:rotate(7deg);
	-ms-transform:rotate(7deg); /* IE 9 */
	-webkit-transform:rotate(7deg); /* Safari and Chrome */
} 

.netterhealthcare:hover h3 {
	background: #ee343d;
	color: #fff;
} 

.netterhealthcare .button {
	margin-bottom: 0;
	background: none;
}
.netterhealthcare-title {
	margin-bottom: 25px;
}

.netterhealthcare:hover .button {
	background: #ee343d;
	padding: 5px;
	color: #000;
}

.netterhealthcare .button:hover {
	background: none;
	padding:5px;
	color:#fff;
	background:#000;
	text-decoration:none;
}

.tilted h4 {
	-webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}





.section_two{
	padding: 0px 0px 46px 0px;
    background-color: #FFF;
    position: relative;
    min-height: 380px;
	}
.section_two .faculty, .section_two .placement_services{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}
.section_two .faculty .image{
	margin:0px 0px 0px 0px;
	padding:15px 0px 10px 0px;
	width:100%;
	background-color:#F8A22D;
	text-align:center;
	}
.section_two .image h1{
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:26px;
	text-align:center;
	text-transform:uppercase;
	}
.section_two .description{
	margin:0px 0px 0px 0px;
	padding:15px 20px 15px 20px;
	border-bottom:solid 1px #dddddd;
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	}
.section_two .description p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#464646;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	}
.section_two .placement_services .image{
	margin:0px 0px 0px 0px;
	padding:15px 0px 10px 0px;
	width:100%;
	background-color:#03bc73;
	text-align:center;
	}
.section_two .why_ipsr .image{
	margin:0px 0px 0px 0px;
	padding:15px 0px 10px 0px;
	width:100%;
	background-color:#f27935;
	text-align:center;
	}
	
	.dark {
    background-color: #231f20;
    color: #F90;
    border-color: #F90;
    min-height: 380px;
    width:50%;
    float: right;
}
.right {
    float: right;
}
	
	
	.yellow {
    background-color: #ee343d;
    color: #000;
    min-height: 380px;
    width: 50%;
    float:left;
}
.yellow .normal_readmore{
    padding-left: 5px;
    
}
.yellow .normal_readmore a{
    color: #404040 !important;
}
.dark .news_letter_btn{
    float: right;
}
/*.row, .block {
    float: left;
    position: relative;
}*/
.imgVM
{
	width:20%;
}
.col-1-1 .inner {
    margin: 10px auto 20px auto;
    padding: 0px 20px 0px 110px;
    /*max-width: 650px;*/
	height:320px;
}
.col-1-1 .inner h1{
    font-family: 'OpenSansRegular', Arial, Verdana;
	font-size: 30px;
	color: #fff;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	text-transform: uppercase;
}
.col-1-1 .inner h1 span{
    color: #000;
}
.col-1-1 .inner p{
     font-size: 15px;
     font-size: 13px;
     font-weight: 400;
     /* font-family: 'Abel', sans-serif; */
     color: #FFF;
     width: 78%;
     /* margin: 0 auto; */
     float: right;
     line-height: 1.8em;
     text-align: justify;
}

.col-1-1 .inner p img{
    border: 1px solid #C69A1F;
    height: auto;
    padding: 3px;
    width: 300px;
    float: left;
    margin-right: 13px;
    margin-bottom: 2px;
}

.col-1-1 .inner .readmore{
    float: right;
}

.col-1-2 .inner .readmore
{
    float: right;
}
.col-1-2 .inner {
    margin: 10px auto 20px auto;
    padding: 0px 100px 0px 30px;
    /*max-width: 650px;*/
	height:320px;
}
.col-1-2 .inner h1{
	font-family: 'OpenSansRegular', Arial, Verdana;
	font-size: 30px;
	color: #fff;
	margin:0px 0px 0px 0px;
	padding:30px 0px 0px 0px;
	text-transform: uppercase;
}
.col-1-2 .inner h1 a{
     color: #ee343d;
     text-decoration: none;
}
.col-1-2 .inner h1 span{
	color:#fff;
}

.col-1-2 .inner p{
  
font-size: 13px;
  
font-weight: 400;
  
color: #FFF;
  
width: 78%;
  
float: right;
  
line-height: 1.8em;
  
text-align: justify;
}


@media only screen and (max-width: 1199px) {
.col-1-1 {
    width: 100%;
	float:left;
}	
.col-1-2 {
    width: 100%;
	float:right;
}
.col-1-2 .inner {
    margin: 20px auto;
    padding: 30px;
    /*max-width: 650px;*/
	height:auto;
}
.col-1-1 .inner {
    margin: 20px auto;
    padding: 30px;
    /*max-width: 650px;*/
	height:auto;
}
	
}




	#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin-top: 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
ul#flexiselDemo1 li a{
	text-decoration:none;
	display:block;
}
ul#flexiselDemo1 li a h4{
	text-align: left;
    padding-left: 14px;
	color:#478D06;
	font-family: 'Rancho-Regular';
	font-size:1.2em;
	margin-top:0.5em;
}
ul#flexiselDemo1 li a h4:hover{
	color: #DBC585;
}
.nbs-flexisel-item > a img {	
	cursor: auto;
    position: relative;
    width: 100%;
    margin: 0;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 45px;
	height: 45px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:0em;
}
.nbs-flexisel-nav-left {
    left: 0;
    background-image:url(../images/prew.png);
}
.nbs-flexisel-nav-right {
	right: 0px;
	background-image:url(../images/next.png);
}


.gallary-top {
  text-align: center;
  padding: 0em 0em 1em 0em;
}
.gallary-top h3 {

 color: #000;
 line-height: 30px;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size:36px;
 font-weight: 100;
}
.gallary-top p {
  font-size: 14px;
  /* font-family: 'Abel', sans-serif; */
  color: #000;
  line-height: 1.8em;
  width: 60%;
  margin: 0 auto;
}
	

	
	.footer-top-area .zigzag-bottom{background: #f4f4f4}
.footer-top-area {background: none repeat scroll 0 0 #231f20;color: #999;padding: 55px 0 35px;}


.footer-bottom-area {background: #000;color: #fff}
.footer-about-us span {
  color: #5a88ca;
}
.footer-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;color: #fff
}

.footer-about-us h2 {
  font-weight: 200;
}
.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    border-bottom: 1px dashed #555;
    padding: 5px 0;
}
.footer-menu a {
    display: block;
    padding: 5px 0;color: #999
}


.footer-social a {
  background: none repeat scroll 0 0 #ee343d;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 5px;
  text-align: center;
  width: 40px;
  border: 1px solid #ec010c;
}

.footer-social a:hover {background-color: #222;border-color: #666}

.footer-social {margin-top: 20px}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #5a88ca;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;border: 1px solid #5a88ca;
}
.newsletter-form input[type="submit"]:hover {background: #222;border-color: #666}
.newsletter-form {
    margin-top: 25px;
}
a {color: #ee343d;}
a:hover, a:focus {color: #ee343d;}
.footer-bottom-area {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}


.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
  font-size: 30px;
  text-align: right;
}

.copyright > p {
  margin: 10px 0 0;
  font-size: 12px;
}

.product-big-title-area {background: url(img/crossword.png) repeat scroll 0 0 #5a88ca}

.product-bit-title h2 {
  font-family: raleway;
  font-size: 50px;
  font-weight: 200;
  margin: 0;
  padding: 50px 0;color: #fff;
}

.single-product-area .zigzag-bottom {background-color: #f4f4f4}

.single-product-area {
  padding: 80px 0 130px;
}
.widget {
    float: left;
    margin-bottom:0px;
    width: 100%;
}
.widget-title{
    float:left;
    margin-bottom:10px;
    width:100%;
}
.widget-title > h4{
    color:#ffffff;
    float:left;
    font-size:18px;
    margin:0 0 5px;
    text-transform:uppercase;
    width:100%;
	border-bottom: 1px solid #ee343d;
    padding-bottom: 10px;
}
.widget-title > span{
    color:#898989;
    float:left;
    font-family:roboto;
    font-size:13px;
    letter-spacing:0.5px;
    width:100%;
	display:none;
}
.about-widget{
    float:left;
    width:100%;
}
.about-widget > p{
    color:#bdbdbd;
    line-height:26px;
    margin:0 0 30px;
}
.netter
{
	    color: #adadad;
    text-align: justify;
    font-size: 12px;
    line-height: 23px;
}
.opening{
    float:left;
    padding-right:50px;
    width:100%;
}
.timing{
    color:#dadada;
    float:left;
    /* font-family:roboto; */
    font-size:13px;
    line-height:25px;
    margin-bottom:10px;
    position:relative;
    width:100%;
}
.timing:last-child{margin:0}
.timing > span{
    float:left;
    padding-right:10px;
    width:50%;
}
.timing > i{
    float:left;
    /* font-family:roboto; */
    font-size:11px;
    font-style:normal;
    padding-left:10px;
    text-align:right;
    width:50%;
}
.timing:before{
    content:"-";
    font-size:19px;
    position:absolute;
    left:50%;
    top:0;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}

.net_fot_contact p i {
    font-size: 20px;
    margin-left: -24px;
    padding-right: 10px;
    color: #ee343d;
}
.netter2 {
    color: #adadad;
    text-align: justify;
    font-size: 12px;
    line-height: 18px;
}
.net_fot_contact p {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    padding-left: 25px;
    color: #c8c8c8;
}
.font_fot {
	font-size:13px !important;
	letter-spacing:1px;
}


	
.parallax-10 {

    background-image: url(../images/abt-netter.jpg)!important;
	background: rgba(19, 19, 22, 0);
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 150px;
    padding-top: 100px;
}
	

.body-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.parallax {
 
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50% 50%;
}

.parallax-inner {

background-size: cover;

background-attachment: fixed;

background-repeat: no-repeat;

padding: 0;

padding-top: 100px;

background-position: 50% 50%;
}

.banner-state {
    background-image: url("../img/banner/menu_banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: 50% 50%;
}


.full-banner {
    background-image: url('../img/banner/creative-banner.jpg');
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: 50% 50%;
}


.page-content {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}

.page-content-sm {
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}

.full-content {
    display: inline-block;
    width: 100%;
    padding: 0px 0 !important;
}

.overlay-dark {
    background: rgba(0,0,0,.5);
    display: inherit;
}

.overlay-light {
    background: rgba(255,255,255,.5);
    display: inherit;
}

.breadcrumb li {
    text-transform: uppercase;
}

.breadcrumb li > a  {
    color: #7e7e7e;
}

.breadcrumb li > a:hover {
    color: #222;
}

.breadcrumb>.active {
    color: #222;
}

.massive-list {
    padding-left:15px;
}

.massive-list li{
    margin-bottom: 10px;
}

.theme-color {
    color: #f9333f !important;
margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.heading-title-alt h3, .heading-title-alt h4 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
    color: #fff;
}
.p-top-20 {
    padding-top: 20px;
    margin: 0 0 30px;
    line-height: 30px;
    color: #d6d6d6;
    text-align:justify;
}



.btn {
	padding: 10px 36px;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
}
.btn.btn-large {
	padding: 15px 60px;
}
.btn.btn-small {
	padding: 8px 18px;
}
.btn.btn-small-2 {
	padding: 4px 18px;
}


.btn.btn-cyan {
	color: #fff;
	background-color: #ee343d;
}
.btn.btn-cyan:hover {
	color: #242424;
	background-color: #fff;
}
	
	
	
/*-- banner-bottom --*/
.banner-bottom{
padding:80px 0;
background-color: #000;
}
.highest {
padding:80px 0 0 0;
}
h3.tittle{
margin-bottom:50px;
text-align:center;
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  color: #fff;
  font-weight:100;
}

h3.tittle span{
    color: #EA0B0B;
    font-weight: 900;
	}
h3.tittle-two,h3.tittle-three{
margin-bottom:50px;
text-align:center;
 font-family: 'Raleway', sans-serif;
  font-size: 32px;
  color: #fff;
}
h3.tittle-three{
  color: #EA0B0B;
}
.btm-header p{
font-weight: 100;
    color: #fff;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
}
.bottom-grid {
  padding: 36px 30px;
  overflow: hidden;
  position: relative;
  display: block;
  /* border: 1px solid #000; */
  border-right: 1px solid;
  background-color:#fff;
  min-height: 268px;
}
.bottom-grid:nth-child(2) {
  border-left: none;
}
.bottom-grid .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -100%;
    right: 0;
    background-color: rgba(247, 0, 0, 0.44);
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottom-grid:hover .captn {
  bottom: 0%;
}
.btm-left{
width:30%;
float:left;
}
.btm-right{
width:100%;
float:right;
}
.btm-left img{
width:100%;
}
.bottom-grids {
  margin-top: 35px;
}
.btm-right h4{
font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color: #EA0B0B;
  margin-bottom: 10px;
}
.btm-right p {
  color: #464646;
  font-size: 14px;
  line-height: 2em;
}
/*-- //banner-bottom --*/


/*================================
  sub page header
=================================*/
.sub-page-paralx-heading {
    position: relative;
	padding: 0;
}
.sub_head_height{
	position:relative;
	width:100%;
	min-height:100px;
}
.about_paralax{
	-webkit-background-size: cover; 
	  -moz-background-size: cover; 
	  -o-background-size: cover; 
	  background-size: cover;
    padding-top: 75px !important;
    padding-right: 0px !important;
    padding-bottom: 25px !important;
    padding-left: 0px !important;
    background-image: url(../images/slider/slide5.jpg) !important;
	background-repeat:no-repeat;
}
.subpage-header-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
    background-image: url(../images/background-overlay.png);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.ct-breadcrumbs {
    background-color: #ee343d;
	z-index:99
}
.ct-breadcrumbs {
    font-size: 12px;
    color: #fff;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    padding: 0 17px;
}
.ct-breadcrumbs ul {
    margin: 0;
}
.ct-breadcrumbs ul li {
    padding: 23px 14px;
}
.ct-breadcrumbs a {
    color: #fff;
}
.ct-breadcrumbs i {
    font-size: 14px;
    margin-right: 14px;
}
/*================================
  sub page header end
=================================*/
/*================================
  about page
=================================*/
.netter_about{
	position: relative;
    padding: 7% 0px 0% 0px;
}
.net_about_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/career_pattern.jpg);
}
.section-highlight {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 60px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-highlight:before,
.section-highlight:after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #df4a43;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.section-title:before,
.section-title:after{
  content: " ";
  position: absolute;
  top: 172%;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #df4a43;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.section-title:after {
  top: 168%;
}
.section-highlight:after {
  bottom: 0px;
}
.section-highlight {
  text-transform: none;
  font-size: 24pt;
  margin-top: 10px;
}
.section-highlight:before,
.section-highlight:after {
  background-color: #74777c;
}
h2.section-highlight{
    font-family: 'Raleway', sans-serif;
    color: #df4a43;
    font-weight: 300;
    margin: 0;
	line-height: 1.1;
    text-transform: uppercase;
    /* text-rendering: optimizelegibility; */
}
.animate-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-top {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-bottom {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-left {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-right {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animation-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-bottom,
.animation-from-top {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-left,
.animation-from-right {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.darker-text {
    color: #4d4f52;
	padding-top: 30px;
	font-weight:bold;
}
.dark_light2{
	
}
.btn-default-color, .btn-default-color:focus {
    background-color: transparent;
    border-color: #adb2b6;
    color: #adb2b6;
}
.btn-default, .btn-default-color, .btn-fullcolor {
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn {
    font-size: 13px;
    height: 35px;
    line-height: 32px;
    padding: 0 16px;
    border-width: 2px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border:2px solid rgba(238, 52, 61, 0.55);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#about-img {
    width: 100%;
}
.btn-default-color:hover, .btn-default-color:active, .btn-default-color.active, .open .dropdown-toggle.btn-default-color {
    background-color: transparent;
    border-color: #df4a43;
    color: #df4a43;
}
/*vision*/
.net_about_vision{
	position:relative;
	padding:3% 0px;
}
.heading-block.center {
    text-align: center;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    padding-left: 10%;
    margin-top: -4%;
    padding-right: 10%;
}
heading-block h1{
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
	font-size: 36px;
}
   

.sp-heading-title {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 13px;
  margin-top: 60px;
  text-align: left;
  font-size:15px;
  clear: both;
  display: inline-block;
  text-transform:uppercase;
  width: 100%;
}
.sp-heading-title:before,
.sp-heading-title:after{
  content: " ";
  position: absolute;
  top: 55%;
  left: 0%;
  margin-left: 0px;
  width: 30%;
  height: 2px;
  background-color: #df4a43;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
 
  
   -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
    margin: 5px 0 0 0;
}
.sp-heading-title:before {
  width:100%;
  background-color:#999;
   -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}


.about_vision_content:hover .sp-heading-title:after {
    width: 100%;
}
.about_vision_content p{
	color:#888;
}
.sp-heading-title span{
	color:#F00;
}
/*======   who we are=========*/


.governing-council{
	position:relative;
	padding:40px 0px 0px 0px;
}
.governing-head h3{
	font-size:35px;
}
.governing-sub-head h4{
	font-size:20px;
	width:50%;
	color:#333;
}
.governing-content p{
	font-size:14px;
}
.about_comp{
	padding-top:2%;
}

/*========== our team ===================*/
     

.tastebuds-banner-img1 {
  background: url(../images/home-banner-1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment:fixed;
}
.who-we-are-last{
	position:relative;
}
.who-we-are-last .col-sm-offset-6 {
    margin-left: 0%;
}
.margin-b-30 {
    margin-bottom: 30px;
}
.margin-b-40 {
    margin-bottom: 30px;
}



.tastebuds-who-we-are-head .tastebuds-who-we-are-head-title {
  font-size: 28px;
  font-style: italic;
  font-family: Droid Serif, serif;
}

.tastebuds-who-we-are-head .tastebuds-who-we-are-head-subtitle {
  max-width: 350px;
  font-size: 16px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #00bcd4;
  margin-bottom: 20px;
}

.tastebuds-who-we-are-head .tastebuds-who-we-are-head-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}


.tastebuds-who-we-are-head.tastebuds-who-we-are-head-white .tastebuds-who-we-are-head-title {
  color: #fff;
}

.tastebuds-who-we-are-head.tastebuds-who-we-are-head-white .tastebuds-who-we-are-head-text {
  color: #fff;
  opacity: .8;
}

.overflow-h {
    overflow: hidden;
}


.tastebuds-who-container {
  position: relative;
  background: rgba(247, 248, 250, 0.84);
  padding:60px;
}

.tastebuds-who-container:after {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 700px solid transparent;
  border-left: 70px solid rgba(247, 248, 250, 0.84);
  content: " ";
  margin-left: 0px;
}

/* White Version */
.tastebuds-who-container.tastebuds-who-container-white {
  background: #fff;
}

.tastebuds-who-container.tastebuds-who-container-white:after {
  border-left: 70px solid #fff;
}


.services-v5 .services-v5-wrap {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.services-v5 .services-v5-wrap .services-v5-no {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  color: #34343c;
  padding-right: 20px;
}

.services-v5 .services-v5-wrap .services-v5-no:after {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 1px;
  height: 28px;
  display: inline-block;
  background: #34343c;
  content: " ";
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}

.services-v5 .services-v5-wrap .services-v5-body-title {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  line-height: 1;
  text-transform: inherit;
  margin: 0;
}

.services-v5 .services-v5-text {
  font-size: 14px;
}


.diagonal-content-left-v1 {
  position: relative;
  background: #f7f8fa !important;
  padding:60px;
}

.diagonal-content-left-v1:after {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 700px solid transparent;
  border-left: 70px solid #f7f8fa;
  content: " ";
  margin-left: -1px;
}

/* White Version */
.diagonal-content-left-v1.diagonal-content-left-v1-white {
  background: #fff;
}

.diagonal-content-left-v1.diagonal-content-left-v1-white:after {
  border-left: 70px solid #f7f8fa;
}

.heading-v1 .heading-v1-title {
  font-size: 28px;
  font-style: italic;
}

.heading-v1 .heading-v1-subtitle {
  max-width: 350px;
  font-size: 16px;
  font-style: italic;
  font-family: Droid Serif, serif;
  color: #00bcd4;
  margin-bottom: 20px;
}

.heading-v1 .heading-v1-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}

/* White Version */
.heading-v1.heading-v1-white .heading-v1-title {
  color: #fff;
}

.heading-v1.heading-v1-white .heading-v1-text {
  color: #fff;
  opacity: .8;
}
@media (max-width: 767px){
.diagonal-content-left-v1:after {
 
  display: none;
}
}


/*======   what we do =========*/


.educational-policy{
	position:relative;
	padding:40px 0px 50px 0px;
}
.educational-policy-head h3{
	font-size:35px;
}
.educational-policy-sub-head h4{
	font-size:20px;
	width:50%;
	color:#333;
}
.governing-content p{
	font-size:14px;
	padding-top:15px;
}
.educational-policy-content h1{
	font-size:30px;
	color: #222;
	text-align: left;
	line-height:32px;
}
.educational-policy-content h2 {
    font-size: 40px;
    text-align: left;
    padding-top: 5%;
    color: #ee343d;
}
.educational-policy-content{
	text-align:justify;
}



/*================================================
 #products
================================================== */
/*----------table design---------*/
.z_achieve-bottom {
    position: relative;
    padding: 60px 0px 60px 0px;
}
h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: rgba(53, 44, 44, 0.3);
 }
.tbl-content{
  height:auto;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(2, 0, 0, 0.3);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
td{
  padding: 8px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 13px;
  letter-spacing:0.5px;
  color: #000;
  border-bottom: solid 1px rgb(179, 179, 179);
}
.tbl-content tr td:nth-child(2){
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.tbl-content tr:nth-child(1) td:nth-child(2), .tbl-content tr:nth-child(2) td:nth-child(2), .tbl-content tr:nth-child(3) td:nth-child(2), .tbl-content tr:nth-child(11) td:nth-child(2), .tbl-content tr:nth-child(12) td:nth-child(2){
	color:#1b72b7;
}
.tbl-content tr:nth-child(4) td:nth-child(2), .tbl-content tr:nth-child(5) td:nth-child(2), .tbl-content tr:nth-child(6) td:nth-child(2), .tbl-content tr:nth-child(7) td:nth-child(2), .tbl-content tr:nth-child(8) td:nth-child(2), .tbl-content tr:nth-child(14) td:nth-child(2){
	color:#2739b5;
}
.tbl-content tr:nth-child(9) td:nth-child(2), .tbl-content tr:nth-child(10) td:nth-child(2), .tbl-content tr:nth-child(13) td:nth-child(2){
	color:#d21a8e;
}
.candidates{
	color:#fff;
}






.cms-service-layout1 .cms-service-content .image:before{z-index:1;content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-color:#ee343d;opacity:0.36;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-service-layout1 .cms-service-content .image img{width:100%;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-service-layout1 .cms-service-content .title{margin:0;position:absolute;top:50%;-webkit-transform:translate(0, -50%);-khtml-transform:translate(0, -50%);-moz-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-o-transform:translate(0, -50%);transform:translate(0, -50%);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */text-align:center;width:100%;z-index:100;-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-service-layout1 .cms-service-content .title a{color:#fff;}.cms-service-layout1 .cms-service-content .title a:hover{color:#3ac9bc;}.cms-service-layout1 .cms-service-content .cms-service-nav{position:absolute;width:100%;height:100%;top:0;left:0;z-index:99;}.cms-service-layout1 .cms-service-content .cms-service-nav .cms-service-overlay{position:absolute;width:100%;height:100%;bottom:0;left:0;max-height:18px;overflow:hidden;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-service-layout1 .cms-service-content .cms-service-nav .cms-service-nav-inner{background-color:#ee343d;bottom:0;height:18px;left:0;position:absolute;width:100%;z-index:99;-webkit-border-radius:0 0 3px 3px;-khtml-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-ms-border-radius:0 0 3px 3px;-o-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;/* BACKGROUND GRADIENT */-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;}.cms-service-layout1 .cms-service-content .cms-service-nav .cms-service-nav-inner span{background-color:#ee343d;-webkit-border-radius:10px 10px 0 0;-khtml-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-ms-border-radius:10px 10px 0 0;-o-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;/* BACKGROUND GRADIENT */bottom:0;color:rgba(255, 255, 255, 0.5);font-size:22px;height:26px;position:absolute;width:72px;left:50%;-webkit-transform:translate(-50%, 0);-khtml-transform:translate(-50%, 0);-moz-transform:translate(-50%, 0);-ms-transform:translate(-50%, 0);-o-transform:translate(-50%, 0);transform:translate(-50%, 0);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */line-height:26px;}.cms-service-layout1 .cms-service-content:hover .cms-service-nav .cms-service-overlay{max-height:100%;}.cms-service-layout1 .cms-service-content:hover .cms-service-nav .cms-service-nav-inner{-webkit-bottom:-webkit-calc(100% - 18px);-moz-bottom:-moz-calc(100% - 18px);bottom:calc(100% - 18px);-webkit-border-radius:3px 3px 0 0;-khtml-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;-ms-border-radius:3px 3px 0 0;-o-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;/* BACKGROUND GRADIENT */}.cms-service-layout1 .cms-service-content:hover .cms-service-nav .cms-service-nav-inner span i:before{content:"\f107";}.cms-service-layout1 .cms-service-content-hover{color:#fff;padding:30px;position:absolute;bottom:0;z-index:100;font-size:15px;width:100%;opacity:0;transform:translateY(100%);-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;visibility:hidden;}.cms-service-layout1 .cms-service-content-hover a{color:#fff;font-family:'proxima_novasemibold';font-size:15px;display:inline-block;margin-top:12px;}.cms-service-layout1 .cms-service-content-hover a:hover{color:#3ac9bc;}.cms-service-layout1 .cms-service-inner .cms-service-content:hover .title{opacity:0;-webkit-transform:translate(0px, -50%) scale(0.5);-khtml-transform:translate(0px, -50%) scale(0.5);-moz-transform:translate(0px, -50%) scale(0.5);-ms-transform:translate(0px, -50%) scale(0.5);-o-transform:translate(0px, -50%) scale(0.5);transform:translate(0px, -50%) scale(0.5);/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */}.cms-service-layout1 .cms-service-inner .cms-service-content:hover .cms-service-content-hover{opacity:1;transform:translateY(0);visibility:visible;}.cms-service-layout2 .cms-service-content{position:relative;overflow:hidden;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */}.cms-service-layout2 .cms-service-content:before{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#422c85;content:"";-webkit-transition:all 300ms linear 0ms;-moz-transition:all 300ms linear 0ms;-ms-transition:all 300ms linear 0ms;transition:all 300ms linear 0ms;opacity:0.5;}.cms-service-layout2 .cms-service-content .image img{-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;/* BACKGROUND GRADIENT */width:100%;}.cms-service-layout2 .cms-service-content .title{padding:0 30px;position:absolute;bottom:0;left:0;width:100%;font-size:18px;line-height:28px;letter-spacing:0.035em;color:#e6deff;}.cms-service-layout2 .cms-service-content .title span{display:inline-block;float:right;font-size:16px;text-transform:none;}.cms-service-layout2 .cms-service-content:hover:before{opacity:0;}.cms-service-layout2 .cms-service-content:hover .title{color:#fff;}

.cms-service-content-hover span {
    position: relative;
    right: 0%;
    padding: 10px 16px;
    text-align: center;
    border: 2px solid #fff;
    -ms-transform: translateY(-20px);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    -webkit-transition: opacity 0.35s ease, transform 0.5s ease;
    transition: opacity 0.35s ease, transform 0.5s ease;
}
.cms-service-content-hover .description{
	padding-bottom:6%;
}
.cms-service-content-hover span:hover {
	background-color:#ee343d;
	color:#fff;
	cursor:pointer;
}
.netter_portfolio{
	position:relative;
	padding:60px 0px;
}
.netter_portfolio .col-lg-4{
	
	padding:8px 8px;
}
.cms-service-layout1 .cms-service-content .title span {
    color: #fff;
	padding: 0px 3%;
}
.cms-service-layout1 .cms-service-content {
    position: relative;
    overflow: hidden;
}

.cms-service-layout1 .cms-service-content:hover .cms-service-nav .cms-service-nav-inner span {
    background-color: #ee343d;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 0px 0px 10px 10px;
    top: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    height: 20px;
    position: absolute;
    width: 72px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    line-height: 23px;
}
.cms-service-layout1:hover img {
    transform: scale(1.1);
}
.cms-service-layout1 img {
    transform: scale(1);
    transition: -webkit-transform 2s ease-in-out;
}






/*item hover effects*/

.holi-video-gallery img{
	width:100%;
	height:auto;
}
.holi-video-gallery-item-v3{
	padding-bottom:8px;
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-active-wrap {
  position: relative;
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-active-wrap:before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  width: auto;
  height: auto;
  background: rgba(84, 11, 11, 0.04);
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox {
    position: absolute;
    top: 48px;
    right: 7px;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -20%, 0);
    -moz-transform: translate3d(-50%, -20%, 0);
    transform: translate3d(-50%, -20%, 0);
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-animation: fadeInLeft 1000ms ease-in-out;
    animation: fadeInUp 1000ms ease-in-out;
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon {
  position: relative;
  /*width: 30px;
  height: 30px;*/
  display: inline-block;
  color: #34343c;
  text-align: center;
  font-size:20px;
  
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  margin-top: -15px;
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin-left: -15px;
}

/*.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:before, .holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:after {
  background: #34343c;
  content: " ";
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:hover:before, .holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-lightbox .holi-video-gallery-item-v3-icon:hover:after {
  background: #00bcd4;
}*/

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-item-v3-heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
  padding: 30px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-item-v3-heading .holi-video-gallery-item-v3-title {
  font-size: 16px;
  margin-bottom: 0;
  color: #4e2e16;
  text-transform: uppercase;
}

.holi-video-gallery .holi-video-gallery-item-v3 .holi-video-gallery-item-v3-heading .holi-video-gallery-item-v3-subtitle {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
  color: #000;
}

.holi-video-gallery .holi-video-gallery-item-v3:hover .holi-video-gallery-active-wrap:before {
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.holi-video-gallery .holi-video-gallery-item-v3:hover .holi-video-gallery-lightbox {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.holi-video-gallery .holi-video-gallery-item-v3:hover .holi-video-gallery-item-v3-heading {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.popup-with-zoom-anim{
width: 20px;
    height: 30px;
    padding: 18px 28px 18px 10px;
    border: 2px solid #231f20;
    line-height: 0;
}

.p_heaght1 img{
	min-height:508px;
}
.p_heaght2 img{
	min-height:250px;
	max-height:250px;
	
}
.p_heaght3 img{
	min-height:508px;
	
}
.p_heaght2 .col-lg-12{
	padding-left:0px !important;
	padding-right:0px !important;
}
.holi-video-gallery .col-lg-3, .col-lg-6{
	padding-left:4px !important;
	padding-right:4px !important;
}
.holi-video-gallery .row {
    margin-right: -4px;
    margin-left: -4px;
}
.port_descriptions{
	color:#000;
}

@media (max-width: 766px){
th {
    font-size: 9px;
}
td {
    font-size: 11px;
}
}





.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:10000}.sl-wrapper{z-index:9999}.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position: fixed;
    right: 30px;
    top: 30px;
    font-size: 15px;
    background-color: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    z-index: 10010;}
.sl-wrapper .sl-counter{
		display:none;position:fixed;top:30px;left:30px;z-index:1015}
.sl-wrapper .sl-navigation{width:100%;display:none}
.sl-wrapper .sl-navigation button{
	position:fixed;top:50%;
	margin-top:-10px;
	height: 51px;
    width: 35px;
    font-size: 28px;
    background-color: #000;
    color: #fff;
    padding: 0px 7px;
    line-height: 0px;
    text-align: center;
    display: block;
    z-index: 999999;
    font-family: arial sans-serif;
}.sl-wrapper .sl-navigation button.sl-next{right:40px}.sl-wrapper .sl-navigation button.sl-prev{left:40px}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10100}.sl-wrapper .sl-image img{margin:0;padding:0;display:block}.sl-wrapper .sl-image iframe{border:0;background:#000}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}


/*================================================
 #Contacts
================================================== */
.net_contact{
	position:relative;
	padding:0;
	text-align: center;
}
.net_contact .section-title:before {
   top: 90% ;
}
.net_contact .section-title:after{
    top: 86% ;
}
.contacts {
  position: relative;
}
.contacts:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.contacts .main {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.contacts form {
  margin-top: 35px;
}
.contacts form .btn {
  margin-top: 20px;
}
#contacts_map {
  height: 100%;
  width: 63%;
  position: absolute !important;
  top: 0;
  left: 0;
  background-color: #e3e3e3;
}
#contacts-overlay {
  position: absolute;
  left: 15px;
  bottom: 90px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 15px 10px;
}
#contacts-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contacts-overlay ul li {
  text-align: left;
  margin: 5px 10px;
  font-weight: 700;
  min-height: 30px;
  padding-left: 45px;
  padding-top: 5px;
  position: relative;
  overflow: hidden;
}
#contacts-overlay ul li i {
  width: 30px;
  height: 30px;
  background-color: #df4a43;
  color: #fff;
  line-height: 30px;
  font-size: 13pt;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#contacts-overlay ul li a {
  color: #74777c;
  font-style: italic;
}
.form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
    border-color: #E4E4E4;
    color: #74777c;
    height: 55px;
    margin-bottom: 10px;
}
.net_contact textarea.form-control {
    height: 95px;
}
.contacts .main {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.main {
    padding-top: 55px;
    padding-bottom: 75px;
}
@media (max-width: 767px){
#contacts-overlay {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
#contacts_map {
    height: 300px;
    width: 100%;
    position: static !important;
    overflow: hidden;
}
.contacts:before {
	display:none;
}
}
<!--=====================enquiry form================-->
.form_bg {
    background-color: #ececec;
    padding: 20px 20px 3px 20px;
}
.popup-deatils h2{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 24px;
}
.popup-deatils p{
	font-size:13px;
}
.open_apply2 span{
	display:inline;
}
.open_apply2 span b{
      float: left;
      padding-right: 8px;
}
.inputs_des{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.inputs_des span{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-bottom: 5px;
}
.inputs_des span i{
	margin-right: 10px;
}
.inputs_des > input[type="text"]{
	line-height: 30px;
	border-top: 6px solid #ee343d !important;
	
}
.inputs_des > input[type="email"]{
	line-height: 30px;
	border-top: 6px solid #ee343d !important;
	
}
.form_bg {
    background-color: #ececec;
    padding: 20px 20px 3px 20px;
}
.applay_button {
    padding: 0 20px;
    background-color: #ee343d;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    border-color: #ee343d;
}
.inputs_des textarea, .inputs_des input[type="text"], .inputs_des input[type="email"] {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    padding: 3px 10px 5px 15px;
    line-height: 26px;
}
.enq_logo{
	position: relative;
    margin-top: 280px;
    width: 100%;
    height: 100%;
}
.enq_logo img{
	width:100%;
	height:auto;
}
@media (max-width: 992px){
.enq_logo{
		display:none;
}
.modal {
	overflow:scroll !important;
}
}
<!--=====================enquiry form================-->

/* ==========================
team 
============================== */
#net {
	position:relative;
	padding:7% 0px 0px 0px !important;
}
.net {
	position:relative;
	padding:7% 0px 0px 0px !important;
}
.mer_ab_pattern{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image: url(../images/section-background.jpg);
}
.mer_about_content h2{
	padding-top:45px;
	text-transform: capitalize;
}
.mer_about_content span{
	color:#ee343d;
}



/* ==========================
team page end
============================== */

