/*
*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
*@import url(https://fonts.googleapis.com/css?family=PT+Serif);
*/
/*
*@import url(../fonts/fontsgoogleapis1.css);
*@import url(../fonts/fontsgoogleapis2.css);
*/


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
 font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  text-transform:uppercase;
}

h1{
  font-size: 36px;
  color:#fff;
  font-family: 'PT Serif', serif;
}

h2{
  font-size: 20px;
  font-family: 'PT Serif', serif;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
a,input,select,textarea,.fade{-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 40px 0;
}

.center {
  text-align: center;
  padding-bottom: 15px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/******************
For share button  VVV
******************/
.share-wrap {
  display:inline-block;
  padding:0 2px;
  min-width:5px;
 
}

.share-wrap a{ display:block;}

.share-wrap h3{
  margin-top: 8px;
  color:#000;
  font-size: 8px;
  text-align: center;
}

.share-wrap img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: .3s ease-in-out;
	cursor:pointer;
	margin:auto;
	
}
.share-wrap:hover img {

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
//	filter: invert(100%);
	
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;	
	 transform: rotate(360deg);
}


/******************
For share button  ^^^
******************/


/*************************
*******Header******
**************************/

#header{ position:fixed; width:100%; z-index:9999; background:#fff;}

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
  margin-top:-4px;
}
.navbar-header p{ float:left; font-family: 'PT Serif', serif; color:#444; margin-top:15px; margin-left:10px;}
.top-bar {
  background: #ccccff;
  border: 1px solid #6666ff;
  height: 18px;
  margin-top:8px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 7px 0;
  padding-bottom: 0;
  background-image:url(../images/header-bg.jpg);
  background-color:#fff;
  background-repeat:repeat-x;
}



.navbar-nav>li{
 
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 15px;
  margin: -7px 0 0;
  color: #000;
  line-height: 52px;
  display: inline-block;
  text-transform:uppercase;
  font-size:15px;
  
}

.navbar-inverse .navbar-nav > li > a:hover{  
  color: #fff;
  background-color:#CCCCFF;

}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #c52d2f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-toggle{background-color:#64C9D9; border-radius:0; border:0;}

/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
//old   padding-top:88px; 
  padding-top:99px;

}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 150px;
}

#main-slider .carousel .carousel-content h1 {
    font-size: 60px;
    text-transform: inherit;
	text-transform:uppercase;
	text-shadow: 0 5px 5px #000;
}

#main-slider .carousel .slide-margin{
  margin-top: 0px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 530px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #64C9D9;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 57px;
  text-align: center;
  z-index: 5;
}
#main-slider .prev i,
#main-slider .next i{ font-size:25px;}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 600ms linear 1500ms both;
  -moz-animation: fadeInUp 600ms linear 1500ms both;
  -o-animation: fadeInUp 600ms linear 1500ms both;
  -ms-animation: fadeInUp 600ms linear 1500ms both;
  animation: fadeInUp 600ms linear 1500ms both;
}

#category {  
  padding:40px 0;
}
.cate-wrap{ width:100%;}

.category{
  padding-right: 10px;
  
}

.category-wrap {
  display:inline-block;
  padding:0 25px;
  min-width:100px;
 
}

.category-wrap a{ display:block;}

.category-wrap h3{
  margin-top: 10px;
  color:#000;
  font-size: 14px;
  text-align: center;
}

.category-wrap img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transition: .3s ease-in-out;
	cursor:pointer;
	margin:auto;
	
}
.category-wrap:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;	
	 transform: rotate(360deg);
}



#video-wrap{ padding:25px 0;background-image:url(../images/video-pattern.jpg); background-repeat:repeat; background-attachment:fixed; background-color:#415884;}
#video-wrap h2,h3,p{ color:#fff;}
#video-wrap h3{ font-size:24px;}
#video-wrap p{ margin-top:20px;}

.divider{ background-color: #64c9d9;
    height: 1px;
    margin: auto;
    position: relative;
    width: 170px;}
	
.divider:before{background-color: #64c9d9;
    content: "";
    height: 10px;
    left: 54px;
    position: absolute;
    top: -4px;
    width: 60px; }


#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding: 70px 0;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner a{
  font-size: 14px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(221,14,52,.8);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}


#mentor-wrap{ 
background-image:url(../images/mentor-bg.jpg);
background-size: cover;
background-attachment:fixed;
background-color:#731226 ;
}

#mentor-wrap h2{ color:#f4a666;}
#mentor-wrap h2 span{ font-size:16px; display:block;}

.mentor-list{ text-align:center; margin-top:50px}
.mentor-list li{ list-style:none; display:inline-block; padding:0 20px;}
.mentor-list li img{ border:1px solid #fff; padding:5px; width:145px; height:137px;}


#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}



.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
  margin-top:50px;
}
.testimonial-inner p,span{ color:#fff; font-style:italic;}

.border{ border:2px solid #fff; padding:5px;}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding:0 25px;
  position: relative;
  margin-right:25px;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#job-wrap{}

.post-list{ overflow:hidden;}
.post-list li a{ display:inline-block; background-color:#C52D2F; padding:2px 10px; color:#fff; font-size:12px; border-radius:3px;}
.post-list li a:hover{background-color:#64C9D9;}
.post-list li{ list-style:none; float:left; width:50%; padding-right:20px; border-left:1px solid #eee; padding-left:10px; margin-bottom:30px;}
.post-list li h4{ color:#666; font-size:14px; text-transform:none; font-weight:700;}
.post-list li p{ color:#979797; font-size:12px;}
.post-list li span{ color:#dd0e34; font-size:12px;}
.post-list li:hover{ background:#eee;}

.event-list{ padding:0 30px;}
.event-list li{ list-style:none; margin-bottom:10px; display:block; overflow:hidden; border-bottom:1px solid #eee; min-height:80px;}
.event-list li .date{ position:absolute; background:#9da4ee; color:#fff; font-size:32px; width:70px; height:70px; text-align:center; padding:15px 5px 0 5px;}
.event-list li .date span{font-size:16px; display:block; font-style:normal;}
.event-list li .detail{ float:left; padding-left:90px;}
.event-list li .detail h4{ color:#666; font-size:14px; text-transform:none; margin:0;font-weight:700;}
.event-list li .detail p{ color:#979797; font-size:12px; margin-top:10px; line-height:14px;}



/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}



/***********************
********* Footer ******
************************/

#footer {
  padding: 50px 0;  
  color: #fff;
  background: #2e2e2e;
  background-image:url(../images/footer-bg.jpg);
  background-size:cover;
 
  
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #64C9D9;
}

#footer ul {
  list-style: none;
}

#footer ul > li {
  display: inline-block;
  margin-left: 55px;
}

.social_wrap{ display:block; text-align:center; margin-bottom:20px;}
.social_wrap a{display:inline-block; border:2px solid #fff;margin:0px 5px;width:34px;height:34px;border-radius:50%;overflow:hidden;background-color:#b184f1;background-image:url(../images/footer-social-sprite.png);background-repeat:no-repeat;background-position:8px 7px;}
.social_wrap .twitter{background-position:8px 7px;}
.social_wrap .linkedin{background-position:-20px 7px;}
.social_wrap .facebook{background-position:-51px 7px;}
.social_wrap .vimeo{background-position:-80px 7px;}
.social_wrap .gplus{background-position:-110px 7px;}
.social_wrap .twitter:hover{background-position:8px -20px;}
.social_wrap .linkedin:hover{background-position: -20px;}
.social_wrap .facebook:hover{background-position:-51px -20px;}
.social_wrap .vimeo:hover{background-position:-80px -20px;}
.social_wrap .gplus:hover{background-position:-110px -20px;}

.copyright{ text-align:center;}
.foot-link{text-align:center; margin-bottom:20px}


.s-top{
    background-color: #64c9d9;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 57px;
    position: fixed;
    text-align: center;
    bottom: 10px;
    width: 50px;
	right:20px;
    z-index: 5;
	cursor:pointer;
}

.s-top i{ font-size:25px;}


/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  
 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay{
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview{
    line-height: inherit;
  }

 

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay{
   padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

 
  
}

/* xs */
@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

  .top-number{
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav > li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  .portfolio-item, 
  #recent-works .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }


.navbar-inverse .navbar-nav > li > a{ display:block !important; border-bottom:1px solid #eee;}
.navbar-inverse .navbar-nav > li > a:hover{ border-bottom:1px solid #eee; }
#main-slider .carousel .item{ height:auto;}
#main-slider .carousel .carousel-content,#main-slider .carousel .slide-margin{ margin-top:0;}
#main-slider .carousel .carousel-content h1{font-size:30px; line-height:45px; margin:0; padding-left:15px; text-align:center;}
#main-slider .carousel .slide-margin {min-height:300px;}
#main-slider .carousel .btn-slide{ display:none;}
.foot-link{ padding:0;}
#footer ul > li{padding-right:20px; margin-left:0;}
.slick-prev, .slick-next{ z-index:999999;}
.slick-prev{left:0!important;}
.slick-next{right:0!important;}
.navbar-inverse .navbar-nav > li > a{ line-height:35px;}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
  top: -45px;
}
#main-slider .carousel .carousel-content{ position:absolute; top:20px; left:0; width:100%; z-index:9999;}
.carousel-indicators{ bottom:0;}
}

/* XS Portrait */
@media (max-width: 480px) {

.mentor-list,.testimonial-inner{margin-top:0;}
.testimonial-inner .pull-left{ width:100%; margin-bottom:10px; border:0;}
.testimonial-inner .pull-left img{ margin:auto;}
.testimonial-inner .pull-left::after{ display:none;}
.media, .media-body{ width:100%; text-align:center;}
#category {padding: 20px 0;}
.post-list li{ width:100%;}
.category-wrap h3{ font-size:13px;}
.category-wrap {padding:0 12px;}
}
@media (max-width: 369px) {

#main-slider{padding-top: 128px;}

}