
.heading_footer {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	font-size:16px;
	text-align:center;
}

#banner_home{width:123px; height:123px; position:fixed; right:0; top:70%; z-index:9999}
#banner_home a{text-decoration:blink}
#banner_home a:hover{text-decoration:blink}

/*Now the CSS*/
* {margin: 0; padding: 0;}

.tree ul {
	padding-top: 20px; position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree li {
	float: left; text-align: center;
	list-style-type: none;
	position: relative;
	padding: 20px 5px 0 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 20px;
}
.tree li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 20px;
}

.tree li a{
	border: 1px solid #ccc;
	padding: 5px 10px;
	text-decoration: none;
	color: #666;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	display: inline-block;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/


#myFooter {
    background-color:#cacaca;
    color: #000;
	
}

#myFooter p{
    color: #000;
}

#myFooter p a{
    color: #000; font-weight:bold;
}

#myFooter p a:hover{
    color: #000; text-decoration:underline;
}

#myFooter .row {
    margin: 30px 0px;
}

#myFooter .info{
    text-align: justify; 
    color: #afb0b1;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter .logo{
    margin-top: 4px;
}

#myFooter .second-bar .logo a{
    color:white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    line-height: 68px;
    margin: 0;
    padding: 0;
}

#myFooter a {
    text-decoration: none;
	color: #000;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: #000;
}

#myFooter .second-bar {
    text-align: center;
    background-color: #000;
	color:#fff;padding: 5px 0px;
	font-size: 12px;
}

#myFooter .second-bar a {
    font-size: 12px;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .second-bar a:hover {
    text-decoration: none;
}

#myFooter .third-bar {
    text-align: center;
    background-color: #363435;
	    font-size: 12px;
		color:#fff;
		padding:10px 0 10px 0;
}

#myFooter .third-bar a {
    font-size: 12px;
    padding: 10px;
    transition: 0.2s;
    line-height: 68px;
}

#myFooter .third-bar a:hover {
    text-decoration: none;
}

#myFooter .social-icons {
    float:left;
}

#myFooter .facebook{
    color: #3b5998; margin-right:15px; font-size:20px;
}

#myFooter .skype{
    color: #00aff0; 
}

#myFooter .facebook:hover {
    color: #365899;
}


#myFooter .google{
    color: #ea4335; margin-right:15px; font-size:20px;
}
#myFooter .google:hover {
    color: #e64034;
}

#myFooter .twitter {
    color: #1da1f2; margin-right:15px; font-size:20px;
}
#myFooter .twitter:hover {
    color: #1da1f2;
}

#myFooter .linkedin {
    color: #0077b5; margin-right:15px; font-size:20px;
}
#myFooter .linkedin:hover {
    color: #0077b5;
}

@media screen and (max-width: 767px) {
#buttonTabs li a {
    padding: 5px !important;
    line-height: 20px !important;
 }
.about_us_page_slider .carousel-control {     display: none; }
 
#themeSlider .carousel-caption {  /*  display: none;*/}
#themeSlider .carousel-control {     display: none; }

#myFooter {        text-align: center;    }
#themeSlider .carousel-caption h3 {
     line-height: 20px;
	 letter-spacing:0px;
    font-weight: 700;
    font-style: normal;
    font-size:16px;
}
    #myFooter .info{
        text-align: center;
		margin-top:70px;
    }
	
.team_item {  display: block; } 
section#about {    padding: 40px 15px;}
div#slider {    width: 100%;}	
.video_corpus_solutions_slider li.active img {
    width: 100% !important;
}
.video_corpus_solutions_slider li.active {
    width: 100% !important;
    height: auto !important;
    position: absolute;
}

.product_features {    text-align: center;}
.product_features .col-xs-12 img.img-responsive {     display: inline-block;    margin: 0px 0px 10px 0px; max-width: 74px;}
footer#myFooter {    background: none !important;}
.about_us_page_slider {    margin: 0px !important;}
.about_us_page_slider .item {    display: block !important;}
.card-sol-case{ height:auto !important;overflow: hidden;}




}


 
@media screen and (max-width: 991px) {
.blog > .container {
  width: 90% !important;
}
.dropdown-submenu ul.dropdown-menu {
    padding-left: 30px !important;margin-left: 0px !important;
}
	
} 
 
@media (min-width:767px) {
.right_div {
  float: right !important;
}
}
@media (min-width:992px) {
.menu-right li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    position: absolute;
    left: 200px;
    top: 0px;
}
#themeSlider .carousel-caption h3 {
     line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
}
.card-sol-case{  overflow: hidden;}

}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */



#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}



/*Content Flip*/
.inner{
                height: 245px;
                margin: auto;
                
                position: relative;
                transition: all 0.5s ease 0s;
                perspective: 300px;
            }
            .efect{
                position: absolute;
                height: 100%;
                width: 100%;
                text-align: center;
                transition: all .5s ease 0s;
            }
            .one{
                background: #fff none repeat scroll 0 0;
    			border: 1px solid #ccc;
    			border-radius: 8px;
    			height: 245px;
    			padding: 40px;
    			text-align: center;
                z-index: 1111;                
                backface-visibility: visible;    
            }
            .inner:hover .one{
                transform: rotateY(-180deg);
                -moz-transform: rotateY(-180deg);                
                backface-visibility: hidden;    

            }
            .two{
                background: #fff none repeat scroll 0 0;
    			border: 1px solid #ccc;
    			border-radius: 8px;
    			height: 245px;
    			padding: 60px 40px 40px 40px;
    			text-align: center;
                transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                backface-visibility: hidden;
            }
            .inner:hover .two{
                transform: none;
                backface-visibility: visible;
            }
/* Content Flip*/
div#channel-partners.clients-slider.owl-carousel.owl-theme.owl-loaded div.owl-stage-outer {
  display: inline-block;
  text-align: center;
}

/*
.menu-right .dropdown-submenu ul.dropdown-menu {
    display: none;
}

li.dropdown.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
    position: relative;
    left: 0px;
    margin: 0px;
}

ul.submenu_div li:nth-child(3) a{    text-indent: 30px;}
ul.submenu_div li:nth-child(4) a{    text-indent: 30px;}
*/

.dropdown-submenu:hover .dropdown-menu {
	display: block;
	top: 0px;
	margin: 0px;
}
.video_corpus_div {
background: #f0f0f0;
border-top: solid 1px #eaeaea;
}

nav.navbar[data-menu-style="transparent"] {
    background: rgba(255, 255, 255, 0.9);
}
#themeSlider .carousel-caption h3 {
    color: #fff;
}
#themeSlider .carousel-caption p {
    color: #fff; display:none;
}
/* slider css */

#slider {
  width: 1280px;
  height: 612px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
#slider ul {
  overflow: hidden;
  *zoom: 1;
}
#slider ul li {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
  float: left;
  width: 1280px;
  height: 612px;
  line-height: 612px;
}
#slider a {
  display: block;
  position: absolute;
  color: #fff;
  font-size: 2em;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: -15px;
  text-decoration: none;
  background: #000;
}
#slider a#sliderNext {
  right: 10px;
}
#slider a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
div#pager {
    display: none;
}
#pager {
  text-align: center;
}
#pager a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
#pager a:hover, #pager a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/*.video_corpus_solutions_slider ul li {
    width: 100% !important;
    position: relative !important;
    text-align: left !important;
}
.video_corpus_solutions_slider{
    width: 100% !important;
    margin: 0px !important;
    float: left;
}

.video_corpus_solutions_slider ul {
    width: 100% !important;
    margin: 0px !important;
    float: left;
}*/
.video_corpus_solutions_slider img {
    width: 100% !important;
}


#scrollToPageTop {
    cursor:pointer;
    width:40px;
    height:40px;
    opacity:0.8;
    position:fixed;
    bottom:35px;
    right:10px;
    display:none;
    outline:none !important;
	background:#ed353a;
    background-image: url('top.png');
    background-repeat: no-repeat;
}


 /*CAROUSEL*/
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.8);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
   right: 0;
  z-index: 5;
  display: inline-block;
  /*background-color: #dcdcdc;*/
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

 
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

 
 

       /* "Testimonial carsoul" */


#testimonial4{
  overflow: hidden;
  min-height: 425px;
  position: relative;
 }
#testimonial4 .carousel-inner{
  width: 85%;
  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:10px;
  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: #666666;
  -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:#dadada;
  border: 0px solid #ffffff;
  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);
}
.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{
   background: #000;
  border: 0px 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: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
 }

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 98%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 100px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 92px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #333333;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
}


@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;
  }
}

.product_features h4 {
    font-weight: bold;
    line-height: 18px;
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 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 #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* 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
}
/* End carousel */
.about_us_page .media-carousel img {
    height: auto;padding: 2px;
}
.about_us_page .thumbnail {
    padding: 20px;
    border-radius: 0px;
    border: solid 1px #ccc; background:#fdfdfd;
}
.mar_15px {
    margin: 0px -30px;
}.mar_15px .col-sm-2 {
    padding: 0px 10px;
}
.about_us_page .mar_15px img {
    border: solid 1px #ccc;
    padding: 10px;
    width: 100%;
    margin: 10px 0px;
    border-radius: 3px;
}
.about_page_success_stories .round-icon {
    border: solid 1px #ccc;
    padding: 20px;
	/*filter: grayscale(100%);*/
	transition: all 0.15s;
    margin: 15px 0px;
}
.about_page_success_stories .round-icon:hover{
/*filter:none; */
}
.about_us_page_slider {
   /* margin: 0px -70px;*/
}

.home_product_btn {
    margin: 20px 0px 0px 0px;
}
.video_corpus_div ol.carousel-indicators {
    display: block;
    margin: 20px 0px;
    clear: both;
    position: relative;
}

.salesforce_div a {
    padding: 0px !important;
}img.salesforce_img {
    max-height: 54px;
    margin-right: 10px;
}
@media (max-width: 991px){

li.salesforce_div {
    background: white;
    padding: 4px;
}
 
}


























