
body {
	font-family: 'Geneva', sans-serif
}


ul {
	margin: 0;
	padding: 0;
}

.pos-relative {
	position: relative;
}
.member {
    background: #eeeeee;
    margin-top: 20px;
}
.big-screen {
    display: block;
    padding: 10px 0 30px 0;
}
.border-blue {
    border-top: 5px solid #0066ff;
}
.grey-box marquee {
    height: 284px;
    margin-bottom: 10px;
}
:host([direction="up"]), :host([direction="down"]) {
    overflow: initial;
    overflow-y: hidden;
    white-space: initial;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:host {
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #ffffff;
}
marquee {
    display: inline-block;
    width: -webkit-fill-available;
}
.btn-primary {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    /*margin-left: 30px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*------------------------------------------------*/
.carousel-control     		 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
   
}

	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}
.logo_slider {
    padding: 0 0 20px 0;
}
/*--------------------------------------------------*/
.latest-news, .latest-event {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.latest-news li {
    padding-left: 35px;
    background: url(themes/Stenum/img/cal.png) no-repeat 0 0;
}
.border-green {
    border-top: 5px solid #339900;
}
.box-grey {
    background: #fff;
    padding: 11px 0;
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.box-grey h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #292f33;
    font-weight: bold;
    margin: 0 0 10px 0;
    /* float: left; */
    border-bottom: 1px solid #ddd;
    padding: 0 11px 10px 11px;
}
.my_heading_div .col-lg-12 h3 {
    color: #000 !important;
}
.text-list {
    list-style: none;
    display: block;
    margin: 0 0 15px 0;
    padding: 0 11px;
    width: 100%;
    height: 283px;
    overflow: hidden;
}
.grey-box {
    background: #eeeeee;
    padding: 20px;
    /*height: 430px;*/
    margin-bottom: 20px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 500px !important;*/
}
.pos-absolute {
	position: absolute;
}

.hover-child {
	opacity: 0;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	height: 0;
	overflow: hidden;
	pointer-events: none;
}

.hover-parent:hover>.hover-child {
	display: block;
	opacity: 1;
	height: auto;
	overflow: visible;
	z-index: 22;
	pointer-events: auto;
}

ul.sub-dropdown {
	position: absolute;
	top: 100%;
	background: #f9f9f9;
	width: 200px;
}

ul.sub-dropdown li {
	list-style-type: none;
}

ul.sub-dropdown li a {
	color: var(--header-color);
	padding: 10px;
	display: block;
	text-decoration: none;
}

ul.sub-dropdown li a:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.menu-list>li {
	position: relative;
}

.carousel-caption {
	text-align: left;
}

.aboutus-heading {
	font-size: 22px;
	color: #777;
	margin: 8px 0;
}

.text p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	font-weight: 300;
}

.carousel-caption p a {
	background: #3767c0;
	text-shadow: none;
	padding: 10px;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
}

p.about-read-more-wrap a {
	border: 1px solid var(--header-color);
	color: var(--header-color);
	padding: 8px 12px;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	transition: 0.5s all;
}

p.about-read-more-wrap a:hover {
	background-color: var(--header-color);
	color: #fff;
}

.menu-list>li>a:hover {
	background: transparent;
	color: var(--primary-color);
}

:root {
	/*--primary-color: #3767c0;*/
	--header-color: #00b645;
}

header {
	background: #fff;
}

.social-icons-wrap:before {
	top: 0;
	content: '';
	left: 84%;
	position: absolute;
	z-index: 100;
	background: rgb(1, 195, 66);
	height: 82px;
	width: 49px;
	transform: skew(-30deg);
}

.social-icons-wrap:after {
	top: 0;
	content: '';
	right: 80%;
	position: absolute;
	z-index: -1;
	background: rgb(1, 195, 66);
	height: 82px;
	width: 58px;
	transform: skew(-30deg);
}
.copyright.text-left.col-sm-12.col-xs-12 {
    text-align: center;
}
.carousel-control,
.carousel-control:focus,
.carousel-control:hover {
	background: var(--primary-color) !important;
	color: #fff;
	opacity: 1;
	width: 50px !important;
	text-shadow: none;
	height: 50px;
	line-height: 48px;
	border-radius: 50px;
	font-size: 22px;
	top: 45% !important;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 40px;
    margin-bottom: 0px;
    background-color: #63ba61;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
}
nav.navbar.main-navigation {
	height: auto;
	margin: 0;
}
.navbar-nav {
    /*float: right;*/
    margin: 0;
}
header {
	top: 0;
	z-index: 99;
	width: 100%;
	left: 0;
	/*padding-left: 25px;
	padding-top: 10px;*/
}

.social-icons-wrap {
	position: absolute;
	top: 0;
	height: 82px;
	left: 100%;
	width: 152px;
	background: #01c342;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.social-icons-wrap .fa {
	color: #fff;
	font-size: 19px;
	display: inline-block;
	margin-right: 10px;
}

.menu-list>li>a {
	font-size: 18px;
	color: var(--header-color);
	padding: 15px 20px;
}

.navbar-brand>img {
	max-height: 60px;
}

.navbar-brand {
	padding: 0;
}

section.slider-wrap .container {
	width: 100%;
	padding: 0;
}

section.slider-wrap img {
	max-width: 100%;
}

.services-inner-wrap {
	border: 1px solid #f4f4f4;
	padding: 28px 14px 25px;
	text-align: center;
	position: relative;
}

.services-inner-wrap:before {
	position: absolute;
	content: "";
	border: 12px solid transparent;
	border-top-color: #f7f7f7;
	border-right-color: #f7f7f7;
	right: 8px;
	top: 8px;
	transition: .5s ease;
}

.services-inner-wrap .fa {
	font-size: 22px;
	color: var(--header-color);
}

.services-inner-wrap h3 {
	font-size: 20px;
	color: #555;
	font-weight: 500;
}

.services-inner-wrap p {
	color: #666;
	font-weight: 400;
}

.services-wrap .icon-box {
	position: relative;
	height: 65px;
	width: 65px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-inner-wrap .icon-box:before {
	position: absolute;
	content: "";
	border: 1px solid #f4f4f4;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	transform: rotate(45deg);
	left: 0;
	transition: .5s ease;
	z-index: -1;
}

.services-inner-wrap:hover .icon-box:before {
	background: var(--header-color);
}

.services-inner-wrap:hover .icon-box .fa {
	color: #fff;
}

h3.heading {
	position: relative;
	color: var(--primary-color);
	letter-spacing: 0.5px;
}

.heading+span {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.title-divider:after,
.title-divider:after, .title-divider:before {
    content: "";
    display: inline-block;
    width: 20%;
    height: 3px;
    vertical-align: middle;
    text-align: center;
}

.title-divider:before {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #03a951);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #b1b1b1);
    /* margin-right: 4px; */
}

.title-divider:after {
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #00b645);
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
    background-image: -ms-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), #b1b1b1);
    /* margin-left: 4px; */
}

.heading+span .fa {
	color: #999;
}

section.services-wrap {
	padding: 20px 0;
	margin: 15px 0;
}
.my_heading_div {
    background: none !important;
    padding: 0 0 1%;
}
/*section.about_hdr {
    margin-top: 2em;
}*/
section.about_hdr h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
}
.breadcrumbs {
    color: #000 !important;
}
.breadcrumbs a {
    color: #000;
}
section.industry-wrap {
	background-color: #ffffff;
	/*background-image: url(https://www.transparenttextures.com/patterns/xv.png);*/
	padding: 30px 0;
}

.industry-inner-wrap {
	text-align: center;
}

.industry-inner-wrap h3 {
	font-size: 20px;
	color: #767676;
	margin: 6px 0;
}

.industry-inner-wrap p {
	color: #666;
	font-weight: 300;
}

.industry-inner-wrap .icon-box img {
	max-height: 50px;
	max-width: 100%;
	filter: brightness(300%);
}

.industry-inner-wrap .icon-box {
	display: inline-block;
	padding: 10px;
	border: 1px solid var(--header-color);
	height: 66px;
	width: 66px;
	transition: 0.5s all;
	border-radius: 50px;
	background: -webkit-linear-gradient(20deg, #5cb85c, #009848);
}

footer {
	background-color: #373737;
	/*padding: 30px 0;*/
	padding-bottom: 0;
}

.copyright-wrap {
	background: #535353;
	padding: 10px 0;
}

.copyright-wrap p {
	margin: 0;
	color: #fff;
	font-size: 13px;
}

h3.footer-heading {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px solid #767373;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.footer-inner-wrap a {
	color: #fff;
	padding: 5px 0;
	display: inline-block;
}

.footer-news-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
ul.sub-dropdown li a {
    color: var(--header-color);
    padding: 10px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
ul.sub-dropdown li a:hover {
    background-color: var(--primary-color);
    color: #197bbd;
}
.news-details h3 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 5px;
}
.dropdown-menu {
	padding: 0 !important;
}
/*==========================sourabh===========================*/
.bg-overlay {
    /*background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}

.bg-no-overlay {
    background: url("https://unsplash.imgix.net/photo-1416339442236-8ceb164046f8?q=75&fm=jpg&s=8eb83df8a744544977722717b1ea4d09");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff;
    border-bottom: 2px solid #ffffff !important;
}



.mega-nav {
    /*background:#2a8fcf;*/
    border-radius:0;
    margin-bottom:0;

}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #ffffff !important;
}

.mega-nav.navbar-default .navbar-nav > li > a {
    color: #2687be;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
/*.mega-nav.navbar-default .navbar-nav > li > a:hover {*/
    /*background: #0075b3; */
/*	border-bottom: 3px solid #46b9f3 !important;*/
/*}*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   
    background-color: #fff;
    /*border-bottom: 3px solid #46b9f3 !important;*/
    
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #fff;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2687be !important;
    white-space: nowrap;
    padding: 15px 20px !important;
	font-size: 15px;
}
/*.sub_nav*/
/*{*/
/*	left: -236px !important;*/
/*	width:650px;*/
/*}*/
.mega-nav.navbar-default .navbar-nav > li.dropdown > a:hover, .mega-nav.navbar-default .navbar-nav > li.dropdown > a:focus, .mega-nav.navbar-default .navbar-nav > li.dropdown > a:active {
    /* background: #0075b3; */
    /* color: #fff; */
    /*border-bottom: 3px solid #46b9f3 !important;*/
}
.navbar-default {
    background-color: #ffffff !important;
    border-color: #ffffff;
}
.nav_spr {
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
	width: 304px;
    float: left;
}
#MainMenu {
    padding-left: 0;
    margin-top: 15px;
}

.navbar-center{
	position: absolute;
	left: 10%;
}

#MainMenu .menu-list li {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
/*#MainMenu .menu-list li + li {
    border-left:1px solid rgba(255, 255, 255, 0.5);
}*/

.mega-nav.navbar-default .navbar-nav > li.menu-list .list-category a {
    color:#333;
}

.darkness {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.col-md-6.about_pr {
    text-align: center;
}

.col-md-4.about_pr {
	text-align: center;
}
.about_hd {
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
p.about-pgr {
    text-align: justify;
    color: #999;
}

.fcraTabs li a{
	font-size: 14pt;
}

.tab-content {
	padding: 15px;
	text-align: left;
}

.tab-content span   {
	font-size: 12pt !important;
	line-height: 30pt !important;
}

.newLinkHidden	{
	display: none;
}

/*========================projects=============================*/
figure.snip1256 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /*min-width: 220px;
  max-width: 310px;
  max-height: 220px;*/
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #177dbe;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1256 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1256 img {
  opacity: 1;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.snip1256 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% -50%;
  -ms-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
figure.snip1256 h3,
figure.snip1256 p {
  line-height: 1.5em;
}
figure.snip1256 h3 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
}
figure.snip1256 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
figure.snip1256 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
figure.snip1256 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}
figure.snip1256:hover img,
figure.snip1256.hover img {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  opacity: 0;
}
figure.snip1256:hover figcaption,
figure.snip1256.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*================================ts===========================*/
.media-carousel 
{
  margin-bottom: 0;
   padding: 0 0px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #000000;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -34px;
    color: #000;
    line-height: 32px;
	font-size: 15px;
}
/* Next button  */
.media-carousel .carousel-control.right {
    right: -30px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #000000;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: -50px;
    line-height: 33px;
    color: #000;
	font-size: 15px;
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* here is custom styling */
.web_disigner {
  /*background: #43b8e3;*/
  min-height: 400px; }
  .web_disigner .web_disigner_contain {
    padding: 80px 0px; }
  .web_disigner .parent_circle {
    background: #39a5ec none repeat scroll 0 0;
    border: 15px solid #197dbe;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    display: table;
    position: relative;
    color: #fff;
}
    .web_disigner .parent_circle .parent_circle_contain {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      text-align: center;
      font-weight: 600; }
.web_disigner .parent_circle .child_round_circle {
    border: 15px solid #39a5ec;
    border-radius: 50%;
    height: 100px;
    left: 125px;
    position: absolute;
    top: -25px;
    width: 100px;
}
    .web_disigner .parent_circle .child_round_circle_img1 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/1.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img2 {
      background: transparent url("http://imensosoftware.com/wp-content/uploads/2016/01/2.jpg") repeat scroll 0 -11px/100% auto; 
      
      background-position:top;
      
      }
    .web_disigner .parent_circle .child_round_circle_img3 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/8.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img4 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/9.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img5 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/6.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img6 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/5.jpg");
      background-size: 100%; }

.padtop30 {
  padding-top: 30px; }
  
  /* here is our responsive css */
  
  @media only screen and (max-width: 360px) 
  {
    
      .web_disigner .parent_circle .child_round_circle 
    {
    border: 15px solid #63cdf4;
    border-radius: 50%;
    height: 100px;
    left: 100px;
    position: absolute;
    top: -38px;
    width: 100px;
    }
    .media-carousel .carousel-control.left{
    
    margin-top: 290px;
   
}
.media-carousel .carousel-control.right{
    
    margin-top: 290px;
   
}
  }
  
  

/* End carousel */



#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  /*background: #1583c9;*/
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #40ac43;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #000000;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
    transition: all 0.6s cubic-bezier(0.3,1,0,1);
    color: #000;
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #000000;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0;
}


@media only screen and (max-width: 480px){
   
}

  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*=======================end sourabh===========================*/
/*===============================about========================*/
.page-title {
    position: relative;
    padding: 85px 0px 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.80);
}
.page-title h1 {
    position: relative;
    font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 20px;
    line-height: 1.5em;
}
.col-md-3.progress_hdr p {
    padding: 61px 0;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.featured-section {
    position: relative;
    padding: 85px 0px 50px;
}
.progress-section {
    text-align: center;
    padding: 80px 0px 0 0;
    /* background: #303030; */
}
.progress-section h3 {
    margin-bottom: 70px;
    
}
.progress-bars {
    margin: auto;
    background: #177ebe;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: relative;
}
.progress-bars h2 {
    line-height: 120px;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
}
.progress-bars:before {
    position: absolute;
    content: "";
    border: solid 5px #000000;
    border-width: 5px 0px 0px 5px;
    width: 30px;
    height: 30px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
    z-index: 10;
}
.progress-bars:after {
    position: absolute;
    content: "";
    border: solid 5px #3aaa45;
    border-width: 5px 5px 5px 5px;
    width: 140px;
    height: 140px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
.progress-bars-four {
    margin: auto;
    background: #177ebe;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: relative;
}
.progress-bars-four h2 {
    line-height: 120px;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
}
.progress-bars-four:before {
    position: absolute;
    content: "";
    border: solid 5px #000000;
    border-width: 5px 0px 0px 5px;
    width: 120px;
    height: 120px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
    z-index: 10;
}
.progress-bars-four:after {
    position: absolute;
    content: "";
    border: solid 5px #3aaa45;
    border-width: 5px 5px 5px 5px;
    width: 140px;
    height: 140px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
.progress-bars-six {
    margin: auto;
    background: #177ebe;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: relative;
}
.progress-bars-six h2 {
    line-height: 120px;
    text-align: center;
    transform: rotate(-45deg);
    color: #fff;
}
.progress-bars-six:before {
    position: absolute;
    content: "";
    border: solid 5px #000000;
    border-width: 5px 0px 0px 5px;
    width: 90px;
    height: 90px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
    z-index: 10;
}
.progress-bars-six:after {
    position: absolute;
    content: "";
    border: solid 5px #3aaa45;
    border-width: 5px 5px 5px 5px;
    width: 140px;
    height: 140px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
.progress-bars-seven {
    margin: auto;
    background: #177ebe;
    width: 120px;
    height: 120px;
    transform: rotate(45deg);
    position: relative;
}
.progress-bars-seven h2 {
    line-height: 120px;
    text-align: center;
    transform: rotate(-45deg);
	color: #fff;
}
.progress-bars-seven:before {
    position: absolute;
    content: "";
    border: solid 5px #000000;
    border-width: 5px 0px 0px 5px;
    width: 70px;
    height: 70px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
    z-index: 10;
}
.progress-bars-seven:after {
    position: absolute;
    content: "";
    border: solid 5px #3aaa45;
    border-width: 5px 5px 5px 5px;
    width: 140px;
    height: 140px;
    top: -9px;
    left: -9px;
    bottom: -9px;
    right: -9px;
}
/*==============================contact=================*/

.contact-info-section {
    position: relative;
    padding: 100px 0px 20px;
}
.contact-detail {
    position: relative;
    padding: 0px 19px;
    margin-bottom: 40px;
}
.contact-detail .inner-box {
    position: relative;
    padding: 25px 50px;
    background-color: #000;
    border-style: double;
    border-color: #1a7cbd;
    border-radius: 8px;
    border-width: 6px;
}
.contact-detail .inner-box h3 {
    position: relative;
    color: #3aaa45;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.contact-detail .inner-box .text {
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 16px;
}
.social-icon-four {
    position: relative;
}
.social-icon-four li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}
.social-icon-four li a {
    position: relative;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-four li a:hover {
    color: #41ac44;
    text-decoration: none;
}
.sending-form .form-group {
    position: relative;
    margin: 0 0 30px;
}
.sending-form .form-group .form-control {
    padding-left: 40px;
}

.sending-form .form-group i {
    position: absolute;
    left: 15px;
    top: 18px;
    color: #ccc;
}

.btn-style-one {
    position: relative;
    padding: 11px 24px;
    line-height: 24px;
    text-transform: uppercase;
    background: #f55a11;
    color: #ffffff;
    border: 2px solid #f55a11;
    font-size: 16px;
    font-weight: 700;
}
.btn-style-one {
    position: relative;
    padding: 11px 24px;
    line-height: 24px;
    text-transform: uppercase;
    background: #32a844;
    color: #ffffff;
    border: 2px solid #32a844;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
}
.btn-style-one:hover {
    background: none;
    color: #32a844 !important;
}
/*=======================================================*/
.news-details p {
	color: #eee;
	font-size: 12px;
	margin-left: 10px;
}

.contact-details-wrap p,
.contact-details-wrap p a {
	color: #fff;
}
@media screen and (max-width: 500px) and (min-width: 300px) {
   


    .navbar-nav {
    float: left;
    margin: 0;
    width: 100%;
}
.navbar-default .navbar-nav>li>a {
    color: #2fa644;
    border-bottom: 1px solid #ccc;
}
}
@media (max-width: 767px) {
	header {
		position: static;
		width: 100%;
		padding: 10px;
	}
}
#about {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(themes/Stenum/images/services-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
}
#about1 {
	background-size: cover;
    padding: 40px 0 30px 0;
}
#about2 {
	
    background-size: cover;
    padding: 40px 0 30px 0;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@media (min-width: 1200px)

.container {
    width: 1170px;
}

@media (min-width: 992px)

.container {
    width: 970px;
}
@media (min-width: 768px)

.container {
    width: 750px;
}
.section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}
.section-title-divider {
    width: 50px;
    height: 3px;
    background: #03C4EB;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* -- import Bootstrap v3 --------------------------- */
/* -- import Bootstrap docs ------------------------- */
/* -- import Roboto Font ---------------------------- */
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
/* -- Body style ------------------------------------ */

/* -- Input styles ---------------------------------- */
.form-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
}
.input-group {
  position: relative;
}

.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none;
}

/* -- label styles ---------------------------------- */
label {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
    
  .form-horizontal .control-label {
    font-size: 16px;
  }
}
  




.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}

/* active state */
.form-control:focus ~ .float-label, .form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px;
}


/* input colors ---- */
// default
.form-control:focus {
  ~ label {
    color: #03a9f4;
  }
  
  ~ .form-bar:before, ~ .form-bar:after {
    background: #03a9f4;
  }
}




.form-control:valid ~ .control-label {

}

/* help-block */
.form-group .help-block {
  position: absolute;
}

.help-block {
  color: #bdbdbd; // caption
  font-size: 12px;
  font-weight: 300;
}

/* input addon ---*/
.input-group-addon {
  border: none;
  background: transparent;
}

/* ------  inline ----*/
.input-group-addon, .form-inline .input-group {
  display: table-cell;
}

.input-group-addon, .input-group-btn {
  width: inherit;
}

.input-group {
  width: 100%;
}

@media (min-width: 768px) {
   
  .form-inline .form-group {
    margin-top: 16px;
  }
  
  .input-group-btn, .input-group .form-control, .input-group-addon, .form-inline .input-group {
    display: inline-block;
  }
  
  .input-group {
    width: auto;
  }
}

/* -- bar styles -------------------------------------- */
.form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-bar:before, .form-bar:after 	{
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.form-bar:before {
  left: 50%;
}
.form-bar:after {
  right: 50%;
}

/* active state */
.form-control:focus ~ .form-bar:before, .form-control:focus ~ .form-bar:after {
  width: 50%;
}

/* -- highlighter styles ------------------------------ */
.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}

/* active state */
.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to { width:0; background:transparent; }
}


/*-- Checkbox --------------------------- */
// fork from https://codepen.io/jasonmayes/pen/wxtFr
/* 
 * Core styles required for the checkboxes.
 * @author Jason Mayes 2014, www.jasonmayes.com
*/
.form-group.checkbox {
  margin-top: 20px;
}

.checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}

.checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}

.checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #03a9f4;
  border-bottom: 4px solid #03a9f4;
  border-top: 1px solid rgba(0,0,0,0);
  border-right: 1px solid rgba(0,0,0,0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}

// Checkbox colors
.checkbox .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4;
}

// focus state
.checkbox input[type='checkbox']:focus ~ label {
  
  color: #03a9f4;
  
  .chk-span {
    border-color: #03a9f4;
    &.checked {
      border-left-color: #03a9f4;
      border-bottom-color: #03a9f4;
      border-top: 1px solid rgba(0, 0, 0, 0);
      border-right: 1px solid rgba(0, 0, 0, 0);
    }
  }
}



@media (min-width: 768px) {
   
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 5px;
  }
}





.form-control-static {
  font-size: 16px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}

.overlaycontent{
	position:absolute; z-index: 10;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.overlayimg	{
	-webkit-filter: brightness(75%); filter: brightness(75%);
}












#focusedInput {
  border-color: #ccc;
  border-color: rgba(82,168,236,.8);
  outline: 0;
  box-shadow: none;
}
.section-description {
    text-align: center;
    margin-bottom: 40px;
}
/*textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input, .form-control {*/
/*    height: 48px;*/
/*    line-height: 48px;*/
/*    width: 100%;*/
/*    border-radius: 0;*/
/*    color: #000;*/
/*    font-weight: 400;*/
    /* width: 100%; */
/*    background: none !important;*/
/*    border: none;*/
/*    padding: 0 20px;*/
/*    border-bottom: 1px solid #08c9b9 !important;*/
/*    box-shadow: none;*/
/*}*/
/*.form-control {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 34px;*/
/*    padding: 6px 12px;*/
/*    font-size: 14px;*/
/*    line-height: 1.42857143;*/
/*    color: #555;*/
/*        border: none !important;*/
/*    background-color: #fff;*/
/*    background-image: none;*/
/*    border-bottom: 1px solid #08c9b9 !important;*/
/*    border-radius: 4px;*/
/*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
/*    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;*/
/*    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
/*    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
/*}*/
@media screen and (max-width: 699px) and (min-width: 300px) {
  

    .sub_nav {
    left: 0px;
    width: 100%;
}
.nav_spr {
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    width: 304px;
    float: none; 
}
}


/* Teeam Snippet*/
.subteamHeader	{
	font-size: 15pt;
	text-align: center;
	cursor:pointer;
}

.subteamHeader:hover	{
	background-color: lightgrey;
}

.subteamHeader.active{
	color: #2e67b1
}

.subteamRow{
	border-bottom: 2px solid lightgrey;
}

.memberRow	{
	margin-top: 25px;
}

.memberName	{
	font-size: 18pt;
	font-weight: bold;
	cursor:pointer;
}

.memberPicture	{
	cursor: pointer;
}

.memberRow .memberDescription{
	display: none;
	padding-top: 30px
}

.memberRow .memberLinkedin{
	float: right;
}

.editBoxVisible	{
	border: 3px solid green;

}
.blogFrame	{
	border: none;
}

.blueBg {
	background-color: #2e67b1;
}

.blogDiv .row .col-sm-8	{
	padding-right: 100px
}@font-face {
  font-family: 'notifier';
  src: url("assets/css/assets/fonts/notifier.eot?76tjxy");
  src: url("assets/css/assets/fonts/notifier.eot?76tjxy#iefix") format("embedded-opentype"), url("assets/css/assets/fonts/notifier.ttf?76tjxy") format("truetype"), url("assets/css/assets/fonts/notifier.woff?76tjxy") format("woff"), url("assets/css/assets/fonts/notifier.svg?76tjxy#notifier") format("svg");
  font-weight: normal;
  font-style: normal; }

.notifier-body i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'notifier' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.notifier-icon-error:before {
  content: ""; }

.notifier-icon-info:before {
  content: ""; }

.notifier-icon-notice:before {
  content: ""; }

.notifier-icon-success:before {
  content: ""; }

.notifier-icon-warning:before {
  content: ""; }

.notifier-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  max-width: 400px;
  height: auto;
  width: 400px;
  max-height: 300px;
  min-height: 100px;
  background-color: #F2F4F5;
  margin: auto;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  .notifier-wrapper.top {
    top: 20px;
    bottom: auto; }
  .notifier-wrapper.center {
    top: 50%;
    transform: translateY(-50%); }
  .notifier-wrapper.bottom {
    top: auto;
    bottom: 20px; }
  .notifier-wrapper .notifier-header {
    padding: 0 20px;
    height: 40px;
    line-height: 40px; }
    .notifier-wrapper .notifier-header:after, .notifier-wrapper .notifier-header:before {
      content: "";
      display: table; }
    .notifier-wrapper .notifier-header:after {
      clear: both; }
    .notifier-wrapper .notifier-header .notifier-title {
      float: left;
      color: #fff; }
    .notifier-wrapper .notifier-header .notifier-close {
      float: right;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer; }
  .notifier-wrapper .notifier-body {
    padding: 20px;
    color: #333;
    position: relative; }
    .notifier-wrapper .notifier-body p {
      margin: 0; }
    .notifier-wrapper .notifier-body.has-icon {
      padding-left: 60px; }
      .notifier-wrapper .notifier-body.has-icon i {
        position: absolute;
        top: 20px;
        left: 25px;
        font-size: 1.7rem; }
  .notifier-wrapper .notifier-footer {
    padding: 10px 20px; }
    .notifier-wrapper .notifier-footer:after, .notifier-wrapper .notifier-footer:before {
      content: "";
      display: table; }
    .notifier-wrapper .notifier-footer:after {
      clear: both; }
    .notifier-wrapper .notifier-footer .notifier-btn {
      margin-left: 5px;
      float: right;
      border: 1px solid;
      padding: 5px 20px;
      cursor: pointer;
      color: #fff; }
      .notifier-wrapper .notifier-footer .notifier-btn.success {
        background-color: #29ab9f;
        border-color: #1a9581; }
      .notifier-wrapper .notifier-footer .notifier-btn.error {
        background-color: #ff7946;
        border-color: #f35818; }
      .notifier-wrapper .notifier-footer .notifier-btn.warning {
        background-color: #fff1c0;
        border-color: #f0c948;
        color: #666; }
      .notifier-wrapper .notifier-footer .notifier-btn.notice {
        background-color: #48a9f8;
        border-color: #208ce4; }
      .notifier-wrapper .notifier-footer .notifier-btn.info {
        background-color: #7f97a3;
        border-color: #6b8699; }
      .notifier-wrapper .notifier-footer .notifier-btn.default {
        background-color: #ddd;
        border-color: #aaa;
        color: #666; }
  .notifier-wrapper.success .notifier-header {
    background-color: #29ab9f; }
  .notifier-wrapper.success .notifier-body.has-icon i {
    color: #29ab9f; }
  .notifier-wrapper.error .notifier-header {
    background-color: #ff7946; }
  .notifier-wrapper.error .notifier-body.has-icon i {
    color: #ff7946; }
  .notifier-wrapper.warning .notifier-header {
    background-color: #fff1c0; }
    .notifier-wrapper.warning .notifier-header .notifier-title,
    .notifier-wrapper.warning .notifier-header .notifier-close {
      color: #666; }
  .notifier-wrapper.notice .notifier-header {
    background-color: #48a9f8; }
  .notifier-wrapper.notice .notifier-body.has-icon i {
    color: #48a9f8; }
  .notifier-wrapper.info .notifier-header {
    background-color: #7f97a3; }
  .notifier-wrapper.info .notifier-body.has-icon i {
    color: #7f97a3; }

.notifier-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(52, 61, 68, 0.6); }

.notifier-wrapper.rtl {
  direction: rtl;
  text-align: right; }
  .notifier-wrapper.rtl .notifier-header .notifier-title {
    float: right; }
  .notifier-wrapper.rtl .notifier-header .notifier-close {
    float: left; }

.gridContainer{
display: grid;
grid-template-columns:6fr 1fr;
grid-gap:10px;
}




.linked {
position: absolute; 
top:23px; 
right:70px;
}

.edited{
position:relative  !important ;
}

.bt{
margin-right: 5px !important;
}



@media (max-width: 1100px) {

    .navbar-header {
        float: none;
display : inline !important;
    }
    
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media (min-width: 768px){
.col-sm-9, .col-sm-10, .col-sm-3, .col-sm-12, .col-sm-2, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8  {
    float:none !important;
}
}

@media (min-width: 992px){
.col-md-10 {
    width: 100%;
}
}

