@charset "utf-8";
/* ============================== */
/*
	Title: Constructors
*/
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
 /* ---------------------------------------------------------------------- */

/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
/*font-family: 'Lato', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/*font-family: 'Source Code Pro', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:300);

/*Animate*/
@import url("animate-custom.css");

/*Fancy*/
@import url("../js/fancy/jquery.fancybox.css");

/*Go to top arrow*/
@import url("gototop/ui.totop.css");

/*Icons*/
@import url("font/fontello.css");

/* helpers */
@import url("helpers.css");

/* carousel */
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fixed-button {
  position:fixed;
  top:50%;
  right:20px;
  z-index: 99999;
  
}
.fixed-button a {
  
    color: #FFF;
    background: #662D91;
    text-transform: uppercase;
    font-size: 20px;
   font-weight: bold;
    padding: 10px 30px;
    text-decoration: none;
    z-index: 99999;
    border-radius:4px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */ 
}
.fixed-button a:hover {
  
    color: #FFF;
    background: #662D91;
    text-transform: uppercase;
    text-decoration: none;
}
h3 {
  margin-left: 15px;
}
span{
  color:#743c94;
  font-weight: bold;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    margin: 0 auto;
    max-width: 250px;
    border:2px solid #DCDCDC;
}

.about-heading {
  margin-top:100px; 
  margin-left:100px; 
  z-index:9999; 
  position:absolute; 
  line-height:50px; 
  color:white;
  font-size: 30px;

  text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 600px){
 .about-heading {
  margin-top:15px; 
  margin:20px; 
  z-index:9999; 
  position:absolute; 
  line-height:20px; 
  color:white;
  font-size: 15px;
}     
}
@media screen and (min-width: 601px) and (max-width: 900px){
 .about-heading {
  margin-top:50px; 
  margin:20px; 
  z-index:9999; 
  position:absolute; 
  line-height:50px; 
  color:white;
  font-size: 30px;
}     
}

#media {
  
  background-color: #f5f5f5;
  padding-bottom: 30px;
}
#media h2 {
  font-weight: bold;
  margin: 0 0 30px;
  //text-transform: uppercase;
  position: relative;
  font-size: 1.3em;
  letter-spacing: 2px;
  /*background-image: url(../img/event-bg.jpg);
  background-size: 100% auto;*/
  padding: 30px 0px;
}
#mediamid p{
  
  text-align: justify;
  
}

#mediamid p b{
  
  text-align: center;
  color: black;
  font-size: 20px;
}

#mediamid h4{
  color: #743c94;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed",sans-serif;
  margin-top: 50px;
  margin-bottom: 0px;
}
#mediamid h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
}
#mediamid h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  border-bottom: 2px solid #743c94; 
  width: 250px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}


.btn
{
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.post { border-top:1px solid #DDD }

.post-title {  color:#662D91; font-size: 20px;}
.post .glyphicon { margin-right:5px; }
.post-header-line { border-top:1px solid #DDD;border-bottom:1px solid #DDD;padding:5px 0px 5px 15px;font-size: 12px; }
.post-content { padding-bottom: 15px;padding-top: 15px; padding: 15px;}

.fade-carousel {
    position: relative;
    height: 460px;
     background-image: url(../img/slider/banner01.jpg);
      height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.fade-carousel .carousel-inner .item {
    height: 460px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #373435;
    text-align: center;
    text-transform: capitalize;
   /* text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero h3 {
   margin-top: 270px;
   font-family: "Fredoka One",cursive;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 460px;
    z-index: 2;
    //background-color: #080d15;
    //opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/slider/banner01.jpg); 
 /*filter: blur(3px);
  -webkit-filter: blur(3px);*/
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/slider/banner01.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/slider/banner01.jpg);
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

#honorary {
	width: 100%;
	height: auto;
  background-color: white;
  margin-top: -20px;
}
#honorarymid {
	max-width: 100%;
	height: auto;
  
}
#honorarymid h1{
	//display:inline;
	font-weight:bold; 
	color:#743c94; 
	padding-top:50px;
	text-align: center;
  border-bottom: 2px solid #743c94; 
  width: 310px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}
#honorarymid p{
	
	text-align: justify;
  
}
#honorarymid p b{
  
  text-align: center;
  color: black;
  font-size: 20px;
}

.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: 100px
}
/* 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: 100px
}
/* 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 h4{
  color: #743c94;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0px;
}
.web_disigner {
  //background: #43b8e3;
  //min-height: 400px; }
  .web_disigner .web_disigner_contain {
    padding:0px; }
  .web_disigner .parent_circle {
    //background: #63cdf4 none repeat scroll 0 0;
    //border: 15px solid gray;
    //border-radius: 50%;
    //height: 190px;
    //width: 190px;
    display: table;
    position: relative;
    margin: 30px 0px;
    text-align: center; }
    .web_disigner .parent_circle .parent_circle_contain {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      text-align: justify;
      //font-weight: 600; }

      .web_disigner .parent_circle .parent_circle_contain h5{
      
      font-size: 16px;
      text-align: justify;
      font-weight: bold; }
      .web_disigner .parent_circle .parent_circle_contain span{
      
      font-size: 16px;
      text-align: justify;
      font-weight: normal; }
    .web_disigner .parent_circle .child_round_circle {
      //border: 15px solid #743c94;
      //border-radius: 50%;
      height: 200px;
      //left: 125px;
      //position: absolute;
      //top: -25px;
      width: 200px;
      margin: 0 auto; }
    .web_disigner .parent_circle .child_round_circle_img1 {
      background: url(../img/services/01.jpg);
       background-size: 100% 100%;
       border:5px solid #f5f5f5; }
    .web_disigner .parent_circle .child_round_circle_img2 {
     background: url(../img/services/02.jpg);
       background-size: 100% 100%;
       border:5px solid #f5f5f5; }
    .web_disigner .parent_circle .child_round_circle_img3 {
      background: url(../img/services/03.jpg);
       background-size: 100% 100%; 
        border:5px solid #f5f5f5;}
    .web_disigner .parent_circle .child_round_circle_img4 {
      background: url(../img/services/01.jpg);
       background-size: 100% 100%;
        border:5px solid #f5f5f5;}

      .web_disigner .parent_circle .child_round_circle_img5 {
      background: url(../img/services/02.jpg);
       background-size: 100% 100%;
       border:5px solid #f5f5f5; }
    .web_disigner .parent_circle .child_round_circle_img6 {
     background: url(../img/services/03.jpg);
       background-size: 100% 100%;
       border:5px solid #f5f5f5; }
   /* .web_disigner .parent_circle .child_round_circle_img7 {
      background: url(../img/sameer-desai.jpg);
       background-size: 100% 100%; }
    .web_disigner .parent_circle .child_round_circle_img8 {
      background: url(../img/sanjay-deshpande.jpg);
       background-size: 100% 100%;}

      .web_disigner .parent_circle .child_round_circle_img9 {
      background: url(../img/arun-v.-phatak.jpg);
       background-size: 100% 100%; }
    .web_disigner .parent_circle .child_round_circle_img10 {
     background: url(../img/pranav-sardesai.jpg);
       background-size: 100% 100%; }
    .web_disigner .parent_circle .child_round_circle_img11 {
      background: url(../img/jitendra-pethkar.jpg);
       background-size: 100% 100%; }
    .web_disigner .parent_circle .child_round_circle_img12 {
      background: url(../img/narendra-barhate.jpg);
      background-size: 100% 100%; }*/
   

.padtop30 {
  padding-top: 50px; }
  
  /* here is our responsive css */
  
  @media only screen and (max-width: 360px) 
  {
      .web_disigner .parent_circle .child_round_circle 
    {
    //border: 15px solid #743c94;
    //border-radius: 50%;
    height: 150px;
    left: 75px;
    //position: absolute;
    top: -38px;
    width: 150px;
    }
    .media-carousel .carousel-control.left{
    
    margin-top: 290px;
   
}
.media-carousel .carousel-control.right{
    
    margin-top: 290px;
   
}
  }
  
.inner-banner {
  width:100%; 
  height:auto;
  margin-bottom:30px;
  }
.scroll-lnk {
	background: url("../img/scroll.png") repeat scroll 0 0 transparent;
	bottom: -33px;
	content: "";
	display: block;
	height: 126px;
	left: 50%;
	margin-left: -75.5px;
	position: relative;
	width: 151px;
}


/* Reset Styles --------------------------------------------------------*/
.main_title {
    font-family: "Oswald";
	font-size: 44px;
	padding-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	line-height: 65px;
	text-transform: uppercase;
	color: #2b2b2b;
}
.main_title span {
	border-bottom: 1px solid #666;
}

.box {
    border-radius: 3px;
	/*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
	//padding: 38px 30px;
	text-align: right;
	display: block;
	/* margin-top: 60px; */cursor: pointer;
}
.box-icon span {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.info h4 {
	color: #743c94;
	font-size: 18px;
	margin: 0px;
	font-family: "Lato",sans-serif
	font-weight: 100;
	padding: 28px 0px;
	//text-transform: uppercase;
	font-weight: bold;
}
.info > p {
	color: #505050;
	font-size: 16px;
	text-align: justify;
}

.box >.box-icon {
    //border: 2px solid #82b440;
}
.box:hover >.box-icon {
	//border: 2px solid #82b440;
	background-color: #fff;
	color: #82b440;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}
.box:hover >.box-icon >span {
	color: #82b440;
}
.box-icon {
	//background-color: #82b440;
	//border-radius: 50%;
	display: table;
	height: 200px;
	margin: 0 auto;
	width: 230px;/*margin-top: -61px;*/
}
.box-icon img{
	
	height: 200px;
	margin: 0 auto;
	width: 230px;/*margin-top: -61px;*/
	border:2px solid #743c94 
}

.modal {
	z-index: 99999;
}

html {
	font-size: 100%;
	min-width: 318px;
}
p {
	color: #505050;
	font-size: 17px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
body {
	font-size: 62.5%;
	margin-top: 0px;
	min-width: 318px;
	background: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
}
a {
	text-decoration: none;
	outline: 0 !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;    
}
a:hover, a:active {
	outline: 0 !important;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .oswald, .btn {
	//font-family: 'Lato', sans-serif;
  font-family: "Roboto Condensed",sans-serif;
}
body#home {
	background: none repeat scroll 0 0 black;
}
.container {
    width: 100%;
    max-width: 1170px;
    overflow: hidden;
}
/*header*/
.navbar-default {
	background-color: transparent;
	border: 0 none;
}
.navbar-brand {
	padding: 27px 0;
}
.navbar-nav {
	float: right;
	//background-color:#ffffff;
	padding:0px 10px;
	 //opacity: 0.7;
    //filter: Alpha(opacity=70); /* IE8 and earlier */ 
}
.navbar-collapse {
	margin-top: 0px;
}
.navbar-nav > li {
	//margin: 0 10px;
}
.navbar-nav > li > a {
	font-size: 15px;
	color: black;
	border-right: 1px solid #f5f5f5;
	//letter-spacing: 2px;
	//text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 30px;
    border-bottom:rgba(255, 255, 255, .4);

}
.navbar-default .navbar-nav > li > a {
    color: black;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #743c94;
    border-bottom:2px solid #743c94; 
}
.navbar-nav > li > a.active, .navbar-nav > li > a:hover {
	background-color:#743c94; 
	color: #e9c2ff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(255, 255, 255, .4);
	color: #743c94; 
	//font-weight: bold;
	border-bottom: 2px solid #743c94;
}
.navbar-default .navbar-toggle {
    background-color: #743c94;
    border-radius: 0 0 0 0;
    margin-top: 33px;
    color: white;
}

.navbar-default .navbar-toggle :hover{
	 background-color: #743c94;
	 color: white;
}
.home-active{
	border: 2px solid #743c94;
}

.top-header {
	margin-top:365px;
	//z-index:9999;
	position:relative;
	font-weight:bold; 
	font-family: 'Fredoka One', cursive; 
	color:#743c94;
}
/* Carrousell top
 ========================================= */
header {
	left: 0;
	position: absolute;
	//top: 0;
	width: 100%;
	z-index: 666;
  padding: 0px 15px;
}


.navbar-collapse {
    overflow: hidden !important;
}


#top-slide {
	position: relative;
}
#top-slide .scroll-lnk {
	background: url("../img/scroll.png") repeat scroll 0 0 transparent;
	bottom: -33px;
	content: "";
	display: block;
	height: 126px;
	left: 50%;
	margin-left: -75.5px;
	position: absolute;
	width: 151px;
}
body > section {
	padding: 30px 0px
}

/* About us
 ========================================= */
#slidemar{
 margin: 0 auto;
 width: 200px;
 max-width: 250px;
 margin-top: 300px;
 height: 60px;
 line-height: 50px;
 text-align: center;
 color: #743c94;
 font-size: 20px;
 font-weight: bold;
}

#slidemar p{
line-height: 50px;
 text-align: center;
 color: #743c94;
 font-size: 20px;
 font-weight: bold;
 width: 200px;
}


.topmar {
	margin-top: 30px;
}
#about-us {
	//padding: 109px 0 56px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#about-us b{
	color: #000;
}
#about-us img{
	//width: 260px;
	//border:2px solid #ddd;

}
#about-us h3 {
	font-weight: bold;
	color: #743c94;
  font-family: 'Roboto Condensed', sans-serif;
}
#about-us ul li {
	font-size: 16px;
	line-height: 30px;
	color: #505050;
	text-align: left;


}
#about-us h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  z-index: 9999;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  
  width: 100%;
 
}
.tabs-left {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 0px;
}
.tabs-left li a {
	color: white;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 10px 30px;
	//text-transform: uppercase;
	text-decoration: none;
	margin: 35px 0px;
	//border-bottom: 4px solid #743c94;
	background-color:#743c94; 
}
.tabs-left li a:hover {
	color: white;
}
.tabs-left li.active a {
	color: #743c94;
	font-weight: bold;
	border-bottom: 4px solid #743c94;
	background-color:white;
	//border:none;
}
@media screen and (max-width: 480px){
    .tabs-left ul li { min-width: 100%; }    
} 
}
.tab-pane h1 {
	color: #743c94;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 33px;
	font-weight: bold;
}
.tab-pane h1 small {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #2b3547;
	letter-spacing: 2px;
}
.btn-default {
	background-color: white;
	border: 0 none;
	border-radius: 3px;
	color: #743c94;
	padding: 11px 35px;
	border-bottom: 3px solid #52206f;
}
.btn.btn-default.btn-radius {
	font-size: 16px;
}
.tab-pane .btn {
	margin-top: 33px;
}
.btn-default:hover {
    background-color: white;
    border-bottom: 3px solid #52206f;
    color: #743c94;
}
.btn.btn-default.btn-radius {
	border-radius: 100px;
	color: #fff;
}

 h2 {
	font-weight: bold;
	margin: 0 0 30px;
	//text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	letter-spacing: 2px;
}
h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
}
h2 > span {
	//background: none repeat scroll 0 0 #fbfbfb;
	display: inline-block;
	padding: 0 35px;
	//position: relative;
	z-index: 9999;
	font-size: 35px;
	color: #743c94;
	padding-top: -30px;
	margin-top: -7px;

 
}
#services h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    border-bottom: 2px solid #743c94; 
  width: 250px;
    z-index: 0;
}
#media h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  border-bottom: 2px solid #743c94; 
  width: 180px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}
#services {
	
	background-color: white;
}
#services h2 {
	font-weight: bold;
	margin: 0 0 30px;
	//text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	letter-spacing: 2px;
	/*background-image: url(../img/event-bg.jpg);
	background-size: 100% auto;*/
	padding: 30px 0px;
}
#servicesmid p{
  
  text-align: justify;
  
}

#servicesmid p b{
  
  text-align: center;
  color: black;
  font-size: 20px;
}

#services h4{
  color: #743c94;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto Condensed",sans-serif;
  margin-top: 50px;
  margin-bottom: 0px;
}
#services h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
    display: none;
}
#services h2 > span {
	//background: none repeat scroll 0 0 #fbfbfb;
	display: inline-block;
	padding: 0 35px;
	position: relative;
	z-index: 2;
	font-size: 35px;
	color: #743c94;
	padding-top: -30px;
	margin-top: -7px;
	border-bottom: 2px solid #743c94; 
  width: 250px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}

#blog h2 {
	font-weight: bold;
	margin: 0 0 30px;
	//text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	letter-spacing: 2px;
  border-bottom: 2px solid #743c94; 
  width: 150px;
  margin: 0 auto;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed",sans-serif;
}
#blog b {
	color: #000;
}
.border {
  border:5px solid #f5f5f5;
}
#blog h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
}
#blog a {
    font-size: 26px;
    padding: 5px 30px;
    color: #FFF;
    background: #662D91;
    text-transform: uppercase;

}
#blog a:hover {
     
    color: #662D91;
    background: #ffffff;
    border: 2px solid #662D91;
}

/* Project carousel
 ========================================= */

section .container > h2 {
	font-weight: bold;
	margin: 0 0 30px;
	//text-transform: uppercase;
	position: relative;
	font-size: 1.3em;
	letter-spacing: 2px;
}
section .container > h2:after {
    //background: #e6e8ed;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 7px;
    width: 100%;
    z-index: 0;
}
section .container > h2 > span {
	//background: none repeat scroll 0 0 #fbfbfb;
	display: inline-block;
	padding: 0 35px;
	position: relative;
	z-index: 10;
	font-size: 35px;
	color: #743c94;
	padding-top: -30px;
	margin-top: -7px;
   background-image: url(../img/about-bg1.jpg);
   text-align: center;
   width: 100%;
   background-size: auto 50px;
   background-repeat: no-repeat;
   background-position: center center;
	
}
#project h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  border-bottom: 2px solid #743c94; 
  width: 250px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}

.container-carousel {
	position: relative;
	max-width: 852px;
	margin: 0 auto;
	padding-top: 30px;
}
#services .container-carousel .item {
	border-right: 1px solid #e5e7ec;
	padding: 0 22px;
	z-index: 99;
}
#services .item h2 {
	color: #743c94;
	font-size: 2em;
	margin: 42px 0 22px;
	text-transform: none;
	font-weight: bold;
}

#services .item .thumb img {
	display: block;
	margin: 0 auto;
}

.owl-buttons div,
.customNavigation a {
	border: 1px solid #eff1f4;
	color: #2b3547;
	display: block;
	font-size: 19px;
	height: 50px;
	line-height: 48px;
	margin: 0;
	position: absolute;
	top: 90px;
	width: 50px;
	cursor: pointer;
}

.owl-buttons div:hover,
.customNavigation a:hover {
	background: #313747;
	color: #fff;
}
.owl-buttons div.owl-prev,
.customNavigation a.prev {
	left: -70px;
}
.owl-buttons div.owl-next,
.customNavigation a.next {
	right: -70px;
}

/* sec carousel
 ========================================= */
#sec-carousel {
}
#slide-sec .item .bg-img {
	max-width: 1300px;
	min-height: 0;
	min-width: 1024px;
	position: relative;
	width: 100%;
}
#slide-sec .item {
	background: #F6F6F6;
	height: auto;
}

#slide-sec .generic-carousel .controls {
	top: 44px;
}

#slide-sec .container {
	max-width: 1300px;
	padding: 0;
	position: relative;
	width: auto;
}

#slide-sec .item .cont {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(43, 53, 71, 0.8);
	color: white;
	height: 100%;
	left: 0;
	padding: 80px 46px;
	position: absolute;
	top: 0;
	width: 41%;
	z-index: 99;
}

#slide-sec .item .cont h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 28px;
	text-transform: uppercase;
}
#slide-sec .item .cont p {
	color: white;
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 34px;
}
#slide-sec .generic-carousel .controls {
	top: 34px;
}
#slide-sec .generic-carousel .controls {
	margin-right: -588px;
}




.border-top {
	border-top: 1px solid #e5e7ec;
}
.border-bottom {
	border-bottom: 1px solid #e5e7ec;
	padding-bottom: 20px;
}


/* Blog
 ========================================= */
#projects {
    //background: #c7cece;
    padding: 82px 0 50px;
   //background-image: url(../img/managing-bg.jpg);
   //background-repeat: no-repeat;

}
section#projects .container > h2 > span {
	background: none repeat scroll 0 0 #ffffff;
} 
section#projects .container > h2:after {
    //background: none repeat scroll 0 0 #B2B7B9;
}
#projects .container > h2 {
	margin-bottom: 0;
}
#projects .container  > h3 {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 75px;
}
.item-project {
	position: relative;
	margin-bottom: 30px;
}
.item-project img {
	min-width: 100%;
	height: auto
}
#services .frame .hover:before,
.item-project .hover:before {
    border: 1px solid #999;
    content: "";
    display: block;
    height: 100%;
    left: 0%;
    position: absolute;
    top: 0%;
    width: 100%;
          -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
            transition: all 0.6s ease-in-out;

}
#services .frame:hover .hover:before,
.item-project:hover .hover:before {
	height: 88%;
    left: 5%;
    position: absolute;
    top: 6%;
    width: 90%;
}
#services .frame .hover,
.item-project .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	background: #743c94;
	display: block;
	opacity: 0;
       -moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
            transition: opacity 0.6s ease-in-out;
}
#services .frame:hover .hover,
.item-project:hover .hover {
	opacity: 1;
}
#services .frame .hover  h5,
.item-project .hover h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	margin-top: 34px;
	margin-bottom: 10px;
	font-weight: bold;
}
#services .frame {
    margin: 0 auto;
    max-width: 231px;
    position: relative;
}
#services .frame .hover p, 
.item-project .hover p {
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 33px;
	font-weight: bold;
	text-align: center;
}
#services .frame .hover .btn, 
.item-project .hover .btn {
	position: relative;
	z-index: 9;
	margin-top: 30px;
}
#slide-projects .carousel-indicators {
    padding-top: 25px;
    width: auto;
}
#slide-projects .carousel-indicators li {
	display: inline-block;
	height: 3px;
    width: 40px;
    background-color: #FFFFFF;
    border: 0;
    margin: 0 5px;
    text-indent: -9999px;
}
#slide-projects .carousel-indicators li.active {
    border: 0;
    background: #72A898;
    width: 60px;
	height: 3px;
    width: 40px;
    margin: 0 5px;
}



/* Team
 ========================================= */
#team {
    padding: 116px 0 163px 0;
}

#team  > .container > h3 {
    margin-bottom: 64px;
    margin-top: 15px;
}

section > .container > h3 {
	color: #a8adb7;    
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 75px;
    text-transform: uppercase;
}

.container-carousel {
    margin: 0 auto;
    max-width: none;
    padding:0px;
    position: relative;
}

#team .container-carousel .frame {
    margin: 0 auto 20px;
    max-width: 232px;
    position: relative;
    overflow: hidden;
}

#team .container-carousel .item {
	border-right: 1px solid #e5e7ec;
}

#team .container-carousel .item .thumb a {
	-moz-transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	opacity: 0;	
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/tweet-ico-team.png) no-repeat center center rgba(39,48,66,0.8) ;
}

#team .container-carousel .item:hover .thumb a {
	opacity: 1;
}

#team .container-carousel .item:hover h2 a {
	color: #4FA998;
	text-decoration: none;
}

#team .container-carousel .item .thumb a span {
    bottom: 18%;
    color: #FFFFFF;
    font-size: 15px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

#team .container-carousel .item h2 {
    font-size: 2em;
    margin: 0 auto 19px;
}

#team .container-carousel .item h2 a {
	color: #333333;
}

#team .container-carousel .item p {
    font-size: 1.5em;
    line-height: 1.8;
    padding: 0 5%;
}



/* Contact
 ========================================= */
#contact {
	background: url(../img/Fast-Company.jpg);
	background-color: #743c94;
	background-size:cover;
}
#contact p b {
	text-align: center;
}
#projects h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  border-bottom: 2px solid #743c94; 
  width: auto;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}
#about-us h2 > span {
  //background: none repeat scroll 0 0 #fbfbfb;
  display: inline-block;
  padding: 0 35px;
  position: relative;
  z-index: 2;
  font-size: 35px;
  color: #743c94;
  padding-top: -30px;
  margin-top: -7px;
  border-bottom: 2px solid #743c94; 
  width: 220px;
  margin: 0 auto;
  line-height: 50px;
  font-family: "Roboto Condensed",sans-serif;
}
.contact-heading {
  
  border-bottom: 2px solid #743c94; 
  width: 280px;
  margin: 0 auto;
  line-height: 50px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed",sans-serif;
}
#contact .left-cont {
    background: #743c94;
    color: #FFFFFF;
    padding: 77px 60px 90px;
    width: 35%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Roboto Condensed",sans-serif;
}

#contact .left-cont h2 {
    border-bottom: 1px solid white;
    color: #FFFFFF;
    float: left;
    font-size: 3em;
    font-weight: lighter;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 16px;
    padding-right: 39px;
    text-transform: uppercase;
    font-weight: bold;
}

#contact .left-cont p {
    clear: both;
    color: #fff;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
}
#contact .left-cont p b {
    
    font-size: 1.8em;
    font-weight: bold;
   
}
#contact .left-cont a {
	color: #fff;
}

#contact .left-cont a:hover {
	color: #fff;
	text-decoration: none;
}

#contact .right-cont {
    max-width: 500px;
    margin-top: 38px;
    width: 42.5%;
    position: relative;
    padding-bottom: 15px;
}

#contact-form {
	position: relative;
}

#contact-form:after {
    background: #575c63;
    content: "";
    height: 100%;
    left: -43px;
    position: absolute;
    top: -7px;
    width: 1px;
}

#contact .right-cont:after,
#contact .right-cont:before {
	left: -42px;
	content: "";
	height: 1px;
	background: #575c63;	
	width: 35px;
	position: absolute;
}

#contact .right-cont:after {
	top: -7px;
}

#contact .right-cont:before {
	bottom: 22px;
} 


label {
    color: #FFFFFF;
    font-size: 14px;
    padding-bottom: 3px;
}

.form-control {
    height: 44px; 
}
textarea.form-control {
    height: 145px;
}

#contact .right-cont .btn-default {
    font-size: 13px;
    font-weight: bold;
    padding: 11px 33px;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border:none;
}


/* Footer
 ========================================= */
footer {
	border-bottom:4px solid #743c94;
}
footer p {
	color: #ffffff;
	font-size: 15px;
	text-align: left;
}
footer a {
	color: #ffffff;
	
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
	
	text-decoration: none;
}
.footer {
  padding: 10px 0;
  background: #743c94;
  //margin-top: -60px;
}
.footer p {
  color: #ffffff;
  font-size: 15px;
  text-align: left;
}
.footer a {
  color: #ffffff;
  
  text-decoration: none;
}
.footer a:hover {
  color: #ffffff;
  
  text-decoration: none;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/* Modal Lightbox
 ========================================= */

.modal-dialog{
	//width: 700px;
    max-width: 870px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.modal-content {
    background-color: gray;
    border-radius:10px;
}

.modal-header h1 {
    color: #fff;
    margin-bottom: 33px;
    margin-top: 0;
}

.modal-content {
    padding: 20px;
}

.modal-header {
    border-bottom: 0;
    min-height: 16.4286px;
    padding: 15px;
}

.modal-body p {
    margin-bottom: 40px;
    color: white;
    text-align: justify;
    font-size: 15px;

}
.modal-body h2 {
   text-align: right;
   color: #000;
   font-size: 16px;
   font-weight: bold;

}
.modal-body ul li {
    margin-left: -20px;
    color: #bdc5d0;
    text-align: left;
    font-size: 1.8em;
    line-height: 30px;
}
.modal-body .img-responsive {
	margin-bottom: 40px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.close {
    color: #FFFFFF !important;
    float: right;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 27px;
}


.add-comments {
	padding-top: 86px;
	
}
.add-comments .form-group {
	margin-bottom: 20px;
}
.add-comments label {
	display: none;
}
.lnk-reply {
	text-transform: uppercase;
	color: #363c46;
	float: right;
	font-size: 12px!important;
	font-weight: bold;
}
.lnk-reply:hover {
	color: #4fa998;
	text-decoration: none;
	
}