/*
  Theme Name: Triangle
  Theme Uri: http://designscrazed.org/
  Author: Allie
  Author Uri: http://designscrazed.org/
  Description: Creative Site Template
  Version: 1.1
  */

  html {
    height: 100%;
	-ms-overflow-style: scrollbar;
	overflow-y: scroll;
  }

  body {
    background: #fff;
    font-size: 14px;
    line-height: 22px;
	color: #333333;
	letter-spacing: 0.01em;
  }

  a{
    color:#C03035;
  }

  a:hover {
    outline: none;
    text-decoration:none;
    color:#4fcccd;
  }

  a:focus {
    outline:none;
    outline-offset: 0;
  }

  a {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }


  ul {
    list-style: none;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
  }

  h1{
    color: #686868;
  }

  h2{
    font-size: 24px;
    color: #686868;
  }

  h3{
    font-size: 18px;
  }

  .overflow{
    overflow: hidden;
  }

  .uppercase{
    text-transform: uppercase;
  }

  .btn-common {
    font-size: 14px;
    color: #0099ae;
    border: 1px solid #0099ae;
    /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    font-weight: 300;
    padding: 10px 25px;
  }

  #action .col-sm-5{
    position: absolute;

    top: 0;
    height: 100%;
    right: 0;
  }


  .btn-common:hover, 
  .btn-common:focus{
    outline: none;
    background: none;
    box-shadow: none;
    color: #01707f;
    border-color:#01707f;
  }

  .align-right{
    text-align: right;
  }

  .inline{
    display: inline-block;
  }

  .padding{
    padding: 65px 0;
  }

  .padding-bottom{
    padding-bottom: 65px;
  }

  .padding-top{
    padding-top: 90px;
  }

  .padding-right{
    padding-right: 40px;
  }

  .padding-left{
    padding-left: 40px;
  }

  .no-padding{
	  padding: 0;
  }
  
  .margin-bottom{
    margin-bottom: 35px;
  }

     .carousel-indicators.visible-xs {
      height: 15px;
      margin: 0;
      padding: 0 10px 0 0;
      position: absolute;
      top: -25px;
      width: 25%;
      left: 0;
	  text-align: left;
    }

  .carousel-indicators.visible-xs li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 8px 0 8px;
    width: 25px;
  }

  .carousel-indicators.visible-xs li.active {
    background: #A22523;
  }


/*************************
*******Header******
**************************/


#header{
  margin-bottom: 0;
  padding: 0px 0 0px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 120px;
  z-index: 1200;
}
#header img{
  height: 100%;
  margin-left: 137px;
  /* width: 264px;
  height: auto;
  margin-top: 12px; */
}

#header .navbar-inverse .container{
  position: relative;
}

.search{
  z-index: 1;
}

.search i{
  color: #00aeef;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
}

.search .login{
  position: absolute;
  top: -85px;
  right: 0px;
}

.field-toggle{
  position: relative;
  top: 26px;
  right: 15px;
  display: none;
  height: 50px;
}

.search-form{
  position: absolute !important;
  padding-left: 10px !important;
  left: 43px !important;
  top: -55px !important;
  height: 40px !important;
  font-size: 14px !important;
  color: #818285 !important;
  font-weight: 300 !important;
  outline: none !important;
  border: 1px solid #00aeef !important;
  margin-top: 0px !important;
  border-radius: 4px !important;
  width:250px !important;
  z-index: 99;
  max-width: none;
}

.social-icons ul li{
  padding: 0 7px;
  height: 18px;

}

.social-icons ul li:last-child{
  padding-right: 0;

}

.social-icons ul li a{
  font-size: 14px;
  color: #666;
  padding: 0;
}

.social-icons span{
  font-size: 12px;
  /*font-family: "Montserrat",sans-serif;*/
  font-weight: 300;
}

.social-icons ul li a .fa-sc, .social-icons ul li a .fa-tc
{
  font-size: 11px;
  /*font-family: "Montserrat",sans-serif;*/
  font-weight: 300;
  padding-top: 2px;
}

.social-icons ul li a .fa-en
{
  padding-top: 2px;
}

.social-icons ul li a:hover .fa-facebook, .social-icons ul li a:hover .fa-flickr {
  color:#0884d5;
}

.social-icons ul li a:hover .fa-twitter {
  color:#2AA7DC;
}

.social-icons ul li a:hover .fa-android {
  color:#A4C639;
}

.social-icons ul li a:hover .fa-apple {
  color:#000000;
}

.social-icons ul li a:hover .fa-linkedin {
  color:#006DC0;
}

.social-icons ul li a:hover .fa-user,
.social-icons ul li a:hover .fa-envelope,
.social-icons ul li a:hover .fa-lock,
.social-icons ul li a:hover .fa-caret-right,
.social-icons ul li a:hover .fa-gear,
.social-icons ul li a:hover .fa-sc,
.social-icons ul li a:hover .fa-tc,
.social-icons ul li a:hover .fa-en{
  color:#A22523;
}

.social-icons ul li a:hover,
.social-icons ul li a:focus{  
  background: none;
}

#header .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0;
  padding: 10px 0 0 0;
  margin: 0;
}

#header .navbar-banner img{
  max-height: 65px;
}

#header .navbar-toggle{
  margin-top: 0px;
}

#header .navbar-brand{
  padding: 0;
  min-height: 100px;
}

#header .navbar-brand h1{
  padding: 0;
  padding-right: 20px;
  padding-bottom: 50px;
  margin: 0;
}

#header .navbar-banner{
  padding: 0;
  margin: 0 -15px 0 0;
  text-align: right;
}

#header .navbar-right {
  margin-left: 0px;
  margin-right: -15px;
  float: left !important;
}

#header .navbar-nav.navbar-right >li a {
  color: #666;
  font-size: 12px;
  padding: 3px 9px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

#header .navbar-inverse .navbar-nav  li.active > a,  
#header .navbar-inverse .navbar-nav  li.active > a:focus, 
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
  background-color: inherit;
  border: 0;
  color: #920101;
}

#header .primary_menu_effect {
    display: inline-block;
    color: #000;
    text-decoration: none;
}


#header .primary_menu_effect::after , #header .primary_menu_effect::before {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #920101;
    width: 0;
    height: 3px;
    transition: all 0.17s ease-in-out;
}

#header .primary_menu_effect:hover::after {
    width: 100%;
    
}




#header .navbar-nav.navbar-right li > a:hover{
	/**border-bottom:3px solid #ce0f13;**/
    -webkit-transition: width 0.17s ease-in-out;
    transition: width 0.17s ease-in-out;
   border-style:solid;
  border-width: 0px 0px 0px 0px;
  } 

#header .navbar-inverse .navbar-nav  li a:hover,
#header .navbar-inverse .navbar-nav  li a.active{
   color: #920101;
}

#header .navbar-nav.navbar-right >li:last-child{
  background: transparent;
}
#header .navbar-nav.navbar-right >li:last-child a{
  color: #666;
}
/**#header .navbar-nav.navbar-right >li:last-child:hover{
  background: #920101;
}**/
#header .navbar-nav.navbar-right >li:last-child:hover a{
}

#header .navbar-nav.navbar-right >li:first-child a{
}

#header .navbar-inverse .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

.nav-pills {
    margin: 0;
}

/*  Dropdown menu*/

#header .dropdown{
  min-width: 80px;
  text-align: center;
}

#header .dropdown a{
  cursor: default;
}


.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FBF5F5;
  line-height: 17px;
}

.xsub-menu {
  list-style: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
  background: #FBF5F5;
 }

.sub-menu-head {
  list-style: none;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
  background: #FBF5F5;
}

#header .navbar-nav li ul.sub-menu li a{
  padding: 5px 0 3px;
  margin-bottom: 2px;
  display: block;
  font-weight: 300;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active{
  background: #920101;
  color: #fff;
  position: relative;
}

#header .navbar-nav li ul.sub-menu li .active i{
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #0884d5;
}

#header .navbar-nav li ul.sub-menu li .active .fa-caret-right{
  left: -3px;
}

#header .navbar-nav li ul.sub-menu li .active .fa-caret-left{
  right: -3px;
}

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus,
#header .navbar-nav li ul.sub-menu li a.active:hover,
#header .navbar-nav li ul.sub-menu li a.active:focus{
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}



#header .navbar-nav li ul.sub-menu li a.active {
  background: transparent;
   color:#ffffff;
   color:#cccccc;
  text-decoration:none;
}

.fa-caret-up, .fa-caret-down{
  padding-left: 5px; 
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-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);
  }
}


/*************************
*******Home Page******
**************************/
#home-slider {
  background: url(../images/home/slider-bg.png) 0 100% repeat-x;
  position: relative;
}

#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slide-text{
  position: absolute;
  top: 50px;
  left: 0;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
}

.animate-in .slider-hill {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .slider-house {
  position: absolute;
  right: 110px;
  bottom: -30px;
}

.animate-in .slider-house {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-sun {
  position: absolute;
  right: 365px;
  bottom: 100px;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
  animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds1 {
  position: absolute;
  right: 470px;
  bottom: 75px;
}

.animate-in .slider-birds1 {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

.animate-in .slider-birds2 {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#home-slider h1{
  margin-top: 100px;
  margin-bottom: 25px;
}

#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #00aeef;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

#action {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 157px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: statice;
}


.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.action h1{
  margin-top: 0;
}

.action p{
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.title {
  color: #404040;
  font-size: 18px;
  font-weight: 300;
  margin-left: -15px;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features .col-sm-6 {
  margin-top: 50px;
}

.single-features:last-child {
  padding-bottom: 95px;
  padding-top: 0;
}

.single-features h2{
  margin-bottom: 15px;
}

#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}



/*************************
*******About Us Page******
**************************/

#action , 
#page-breadcrumb{
  position: relative;
}

#page-breadcrumb {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 130px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}

#team {
  padding: 85px 0;
}

#team-carousel {
  margin-top: 10px;
  margin-bottom: 10px;
}

#company-information .padding-top{
  padding-top: 172px;
  
}

.single-service img {
  height: 85px;
}

.tour-button {
  background-image: url(../images/home/tour-icon2.png);
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  background-position: 151px 4px;
}

.about-image {
  padding:90px 90px 0;
}

.team-single{
  position: relative;
  margin-bottom: 15px;
}

.team-single a, .team-single a:hover{
  text-decoration: none;
}

.team-single h1, .team-single h2{
  font-size: 16px; color: #800000; font-weight: 700;
}

.floatLeft 									{ float: left; margin-right: 10px; margin-bottom: 10px;}

.person-thumb {
  position: relative;
}

.person-thumb img {
}

.box .caption {
    background: linear-gradient(rgba(0,0,0,0.01),rgba(0,0,0,0.7));
    position: absolute;
    color: #fff;
    left: 0;
	bottom: -8px;
	height: auto;
    line-height: 16pt;
    width: 100%;
	padding: 10px;
    display: block;
    text-align: left;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.box .hidden-caption {
    max-height: 0;
    line-height: 16pt;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: max-height 600ms ease-out;
    -moz-transition: max-height 600ms ease-out;
    -o-transition: max-height 600ms ease-out;
    -ms-transition: max-height 600ms ease-out;
    transition: max-height 600ms ease-out;
}

.box:hover .hidden-caption {
    max-height: 200px;
}

.social-profile {
  background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
  display: none;
  position: absolute;
  text-align: left;
  font-size: 14px;
  color: white;
  top: 0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  width: 100%;
  height: 100%;
}

.social-profile a {
	color: white;
	text-decoration: none;
	
}
.post-thumb:hover .social-profile, .team-single:hover .social-profile{
  background:rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills {
  margin-top: -20px;
  padding: 0;
  position: relative;
  top: 50%;
}

.social-profile .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.social-profile .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.social-profile .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
}

.social-profile .person-info h2 {
  font-weight: 300;
  margin-bottom: 5px;
  text-decoration: none !important;
 }

.social-profile .person-info h3 {
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none !important;
}

.team-carousel-control {
  position: absolute;
  top: 36%;
  width: 13px;
  height: 16px;
  text-indent: -9999999px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.right.team-carousel-control {
  right: -20px;
  background-image: url(../images/aboutus/right.png);
}

.left.team-carousel-control {
  left: -20px;
  background-image: url(../images/aboutus/left.png);
}

.team-carousel-control:hover{
  background-position: 0 -18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;  
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.count h1{
  font-size: 60px;
  color: #00aeef;
}

.count h3{
  font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -ms-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition:  width 1s ease-in-out;
}

.top-zero{
  margin-top: 0;
}

h3.top-zero{
  font-size: 20px;
}

#company-information .about-us h2{
  margin-bottom: 45px;
}

.single-skill h3{
  font-size: 16px;
}

.progress{
  height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar{
  line-height: 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.progress-bar.progress-bar-primary{
  background: #00aeef;
}



/*************************
*******Service Page******
**************************/
#recent-projects{
  padding: 85px 0;
}

.recent-projects .team-single{
  height: 355px;
}

.recent-projects p.padding-bottom{
  padding-bottom: 50px;
}

.choose{
  padding-top: 30px;
}

#company-information.choose .padding-top{
  padding-top: 50px;
}

#company-information h2{
  margin-bottom: 25px;
  margin-top: 0;
}

ul.elements{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.elements li{
  margin: 6px 0;
}

ul.elements li > i{
  color:#C03035;
  display: inline-block;
  margin-right: 10px;
}

#company-information h1.margin-bottom{
  margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

.portfolio-single {
  position: relative;
}

.portfolio-thumb {
  position: relative;
}

.portfolio-thumb img {
  width: 100%;
}


.portfolio-single:hover .portfolio-view{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

#portfolio .row{
  margin-left: 0px;
  margin-right: 0px;
}

.portfolio-view {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  background:rgba(112, 35, 64, 0.9);
  width: 100%;
  text-align: center;
}

.portfolio-view .nav-pills {
  padding: 0;
  display: inline-block;
  margin-top: -26px;
  top: 50%;
  position: relative;
}

.portfolio-view .nav-pills li {
  display: inline-block;
  margin: 0 5px;
}

.portfolio-view .nav-pills li a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0;
  border-radius: 40px;
  -webkit-animation: scaleIn 400ms linear 100ms both;
  animation: scaleIn 400ms linear 100ms both;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
  color: #702340;
  border-color: #702340;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-info {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-info h2 {
  font-size: 18px;
  margin: 15px 0 0;
}

.portfolio-filter {
  margin: 80px 0;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  position: relative;
}

.portfolio-filter li a {
  border-radius: 0;
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  padding: 0 25px;
  text-transform: capitalize;
  border: none;
}

.portfolio-filter li .active{
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a:hover, 
.portfolio-filter li a:focus,
.portfolio-filter li a.active {
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter li a.active:before{
  position: absolute;

  content: "";
  left: 0;
  width: 13px;
  height: 16px;
  background: url(../images/portfolio/icon.png);
  top: 5px;
}

.portfolio-pagination{
  text-align: center;
  
  padding-top: 40px;
  padding-bottom: 90px;
}

.pagination li{
  display: inline-block;
  margin: 0 10px;
}

.pagination li a{
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.pagination li:first-child a{
  background: url(../images/portfolio/left.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover{
  background: url(../images/portfolio/left.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a{
  background: url(../images/portfolio/right.png);
  background-repeat: no-repeat;
  text-indent: -999999999px;
  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover{
  background: url(../images/portfolio/right.png);
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a, 
.pagination a:active, 
.pagination .active a:hover,
.pagination .active a:focus, 
.pagination a:focus {
  background: transparent;
  border-color: #C03035;
  color: #C03035;
}


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
  color: #404040;
  margin-top: 0;
  border-bottom: 3px solid #ececec;
  margin-bottom: 6px;
  padding-bottom: 8px;
}

.sidebar-item{
  margin: -10px 0px 28px 0px;
}

.sidebar-item .media{
  border-top: 2px solid #ececec;
  padding: 18px 5px 0 0; 
  margin-top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;    
  height: 100px;
}

.sidebar-item .media:hover{
  border-left: 2px solid #8f8f8f;
  padding: 18px 0 0 4px; 
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a{
  color: #800000;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-item .media .media-body h4 a{
  color: #800000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.media-body p {
  font-size: 12px;
  padding-top: 2px;
}

.media-body p:before {
  font-family: FontAwesome;
  content: "\f017";
  padding-top: 0px;
  padding-right: 5px;
}

.tag-cloud .nav-pills{
  margin-top: 16px;
}

.tag-cloud .nav-pills li{
  margin: 0;
  margin-top: 6px;
  margin-right: 4px;
}

.tag-cloud .nav-pills li a{
  font-size: 14px;
  font-weight: 300;
  padding: 5px 15px;
  background: #bbbbbb;
  color: #fff;
  border-radius: 3px;
}

.tag-cloud .nav-pills li a:hover{
  background: #0099AE;
}

.popular ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px -8px;
}

.popular ul.gallery li {
  display: block;
  width: 33.33%;
  float: left;
  padding: 8px;
}

.popular ul.gallery li a {
  display: block;
}

.popular ul.gallery li a img {
  width: 100%;
  transition: border-radius 300ms ease-in;
  -webkit-transition: border-radius 300ms ease-in;
}

.popular ul.gallery li a img:hover {
  border-radius: 60px;
}


/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top{
  padding-top: 100px;
}

.project-name h2{
  margin-top: 0;
  margin-bottom: 15px;
}

#related-work .title{
  margin-bottom: 55px;
  margin-top: 10px;
}

.navbar-default {
  background: none;
  padding: 0;
}

.navbar-default li a{
  font-size: 12px;
  padding: 0;
  padding-right: 15px;
}

.navbar-default li a i{
  padding-right: 8px;
}

.navbar-default li a:hover{
  color: #0884d5;
  background: none;
}

.skills .navbar-default,
.client .navbar-default{
  margin-left: 35px;
  
}

.live-preview .btn-common{
  margin-top: 21px;
  padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}

.timeline .post-content {
  padding: 20px 20px 0;
}

.post-thumb{
  margin: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.timeline .post-thumb img {
  width: 100%;
}

.post-thumb iframe{
  width: 100%;
  min-height: 270px;
  border: 0;
}

.post-overlay{
  position: absolute;
  top: 50%;
  display: none;
  width: 94px;
  height: 140px;
  margin-top: -70px;
  overflow: hidden;
}

.post-overlay span{
  position: absolute;
  left: 50%;
  bottom: 0; 
  margin-left: -60px;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  z-index: 9;
}


.post-overlay span:before{
  position: absolute;
  bottom: 0;
  border-style: solid;
  border-width: 60px;
  content: "";
  border-color: transparent transparent #0884d5 transparent;
  z-index: -1;
  cursor: initial;
}

.post-overlay span a{
  font-size: 30px;
  color: #fff;
  background: transparent;
  padding: 0; 
  margin-left: 50px;
}

.single-blog:hover .post-overlay{
  display: block;
  -webkit-animation: fadeIn 300ms;
  animation: fadeIn 300ms;
}

.timeline-divider{
  position: relative;
  padding-top: 50px;
}

.timeline-divider:before{
  position: absolute;
  top: 0;
  content: "";
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  border-left-color: #0099AE;
  left: 50%;
  margin-left: -2px;
}

.timeline-blog .col-sm-6.padding-top{
  padding-top: 70px;
}

.post-content{
  padding: 10px 0;
}

.post-content p{
  margin-bottom: 0px;
}

.timeline-date .btn-common{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 300;
  border-radius: 0;
  padding: 17px 40px;
}

.arrow-right{
  position: relative;
}

.arrow-right:after{
  position: absolute;
  right: 1px;
  content: "";
  top: 15px;
  background: url(../images/blog/left.png);
  width: 43px;
  height: 54px;
}

.arrow-left{
  position: relative;
}

.arrow-left:before{
  position: absolute;
  left: -2px;
  content: "";
  top: 86px;
  background: url(../images/blog/right.png);
  width: 43px;
  height: 54px;
}

.post-title {
  margin-top: 0;
}

.post-title a, .post-title a:hover{
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #282828;
  line-height: 1.3;
}

.post-title a:hover {
    color: #4fcccd;
}

.comments-number a{
  color: #686868;
}
.post-content .post-author{
  margin-top: 0;
  
}

.post-content  .post-author a{
  font-weight: 300;
  font-size: 14px;
  color: #0099AE;
}

a.read-more{
  color: #800000;
  font-weight: 300;
}

a.read-more:hover{
  color: #01707F
}

.post-bottom{
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 20px;
  margin: 20px -20px 0;
  padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog{
  padding-bottom: 10px;
}

.single-blog .post-bottom{
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single-blog .post-overlay span{
  left: 0;
  top: 0;
  margin-left: 0;
  width: 94px;
  height: 140px;
  background: url(../images/blog/blog-arrow.png);
  -webkit-animation: fadeInLeft 400ms;
  animation: fadeInLeft 400ms;
}

.single-blog .post-overlay span a{
  margin-left: 8px;
  font-weight: 700;
  font-size: 36px;
  line-height: 18px;
  position: absolute;
  top: 50px;
}

.single-blog .post-overlay span a small{
  font-size: 16px;
  font-weight: 300;
  margin-left: 5px;
}

.single-blog .post-overlay span:before{
  border-color: transparent;
  border-width: 0;
}

.post-nav{
  margin:0;
  padding: 0;
}

.post-nav li a{
  color: #0099AE;
  padding: 0;
  text-align: left;
}

.post-nav li a i{
  color: #0099AE;
  margin-right: 8px;
}

.post-nav li a:hover{
  background: none;
}

.blog-padding-right{
  padding-right:20px;
}

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog{}
.masonery_area .single-blog .post-thumb{
  height: auto;
}

.masonery_area .single-blog .post-title{
  margin-top: 5px;
}

.masonery_area .single-blog .post-title a{
  font-size: 20px;
}

.masonery_area .single-blog .post-thumb img{
  height:auto;
}

.masonery_area .single-blog .post-bottom{
  border-top:0;
  padding-top:0;
  margin-top:15px;
}

/* Audio CSS */

.audiojs{
  background:#C03035;
  height: 45px;
  width: 100%;
}

.audiojs .scrubber{
  background: #fff;  
  height: 8px;
  border-top: 0;
  width: 170px;
  margin-top: 19px;
  margin-left: 12px;
  border-radius: 10px;
}

.audiojs .play-pause{
  background: #a92b2f;
  width: 68px;
  height: 45px;
  padding: 0;
  padding-left: 24px;
  padding-top: 10px;
  border-right: 0;
}

.audiojs .time{
  display: none;
  
}

.audiojs .progress{
  background: #A92B2F;

  height: 8px;
  border-radius: 10px;
}

.audiojs .loaded{
  background:#fff;
  height: 8px;
  border-radius: 10px;
}


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li{
  margin-right: 60px;
}

.single-blog.blog-details .post-content{
  padding-top: 30px;
}

.single-blog.blog-details .post-bottom{
  margin-top: 55px;
}

.blog-share{
  margin-top: 40px;
  background: #f5f5f5;
  display: inline-block;
  padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient, 
.stButton .chicklets{
  height:24px !important;
}

.author-profile.padding{
  padding-top:50px;
}

.author-profile .col-sm-2 img{
  width: 100%;
  border-left: 3px solid #0099AE;
}

.author-profile h3{
  margin-top:0;
  color: #3a424c;
}

.author-profile p{
  color: #3a424c;
  font-weight: 400;
}

.author-profile span a{
  color: #C03035;
}

.response-area{
  border-bottom: 0;
}

.response-area h2{
  margin-top: 0;  
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 20px;
}

.post-comment{
  padding-left: 70px;
  padding-top: 36px;
  border-top: 1px solid #f1e8dd;
}

.post-comment .pull-left img{
  margin-right: 60px;
  border-left: 3px solid #0884d5;
}

.post-comment .media-body{
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p{
  margin-top:10px;
}

.post-comment .media-body span i{
  color: #C03035;
  margin-right: 10px;
}

.post-comment .media-body span a{
  color: #C03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a{
  font-weight: 300;
}

.parrent .media-list{
  margin-left: 190px;
}

.parrent .post-comment{
  padding-left: 0;
  margin-left: 70px;
}


/* Top Slider Fade In Out */
.carousel.fade {
opacity: 1;
}
.carousel.fade .item {
-moz-transition: opacity ease-in-out 3s;
-o-transition: opacity ease-in-out 3s;
-webkit-transition: opacity ease-in-out 3s;
transition: opacity ease-in-out 3s;
left: 0 !important;
opacity: 0;
top:0;
position:absolute;
width: 100%;
display:block !important;
z-index:1;
}
.carousel.fade .item:first-child {
top:auto;
position:relative;
}
.carousel.fade .item.active {
opacity: 1;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
z-index:2;
}
/*
Added z-index to raise the left right controls to the top
*/
.carousel-control {
z-index:3;
}
/* END Top Slider Fade In Out */

.top-title {position: relative; top: -13px; left: 0px; margin-bottom: 0px; display: inline; font-weight: 700;}
.mid-title {left: 0px; margin-bottom: 0px; display: inline; font-weight: 700; text-decoration: none; color: #282828;}
.mid-title a, .mid-title a:hover {text-decoration: none;}
.bottom-title {left: 0px; margin-bottom: 10px; font-weight: 700; text-decoration: none; margin-left: 0px; color: #282828;}
.bottom-title a, .bottom-title a:hover {text-decoration: none;}
.bi-title {padding-left:15px;}
.top-icons {margin-top: 0px; padding-top: 8px; padding-right: 0px; top: -2px;}
.top-container {padding: 0px 2px 0px 0px; margin-bottom: -13px;}
.mid-container {padding: 0px 0px 0px 0px; margin-top: -10px;}
.bottom-container {padding: 0px 0px 0px 0px; margin-top: 17px; margin-right: -10px;}
.mid-slider {padding: 20px 15px 0px 0px; margin-right: 0px;}
.bi-slider {padding-top: 0px;}
.mid2-slider {padding: 0px 15px 0px 0px;}
.what-slider {padding-left: 0px; padding-right: 0px; padding-top: 0px; margin-top: -7px;}
.bottom-slider {padding: 10px 0px 10px 10px; background:#f5f5f5; margin-top: 15px; margin-bottom: 20px;}
.bottom-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-slider li {line-height: 200%; vertical-align: center;}
.bottom-slider li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 11px;
  padding-right: 10px;
  color: grey;
}
/*
.top-height {min-height: 160px; overflow: hidden;}
.top2-height {min-height: 110px; overflow: hidden;}
*/

.top-height {height: 220px; background-position: center; background-size: cover; overflow: hidden;}
.top2-height {height: 220px; background-position: center; background-size: cover; overflow: hidden;}

.navbar-header {width: 100%;}
.carousel-indicators {
	height: 16px;
	top: 2px;}
.carousel-indicators li {
	width: 25px;
	height: 12px;
	margin: 0px 10px;
	border: 0 none;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;
	background-color: #b4b4b4;
	-webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
	transition: all .40s;}
.carousel-indicators .active {
	width: 25px;
	margin: 0px 10px;
	background-color: #A22523;}

.bi-image {
	width: 92px;
	height: 63px;
	margin-right: 10px;
	float: left;
	background-position: center;
	background-size: cover;
	border:solid 1px lightgrey;
}

a.more-link {
    width: auto;
    position: relative;
    background-color: white;
    color: #A22523;
    padding: 2px 12px 2px 12px;
	margin-top: 5px;
	margin-bottom: 5px;
    display: inline-block;
	font-weight: bold;
    line-height: 22px;
    border: 1px solid black;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
}

a.more-link:hover{
    text-decoration: none;
    background-color: grey;
    color: white;
}

/* hide video download button in Chrome */
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.videoYT {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoYT iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
}

#go-to-top {
	background: none;
	position: fixed;
	right: 10px;
	padding: 8px;
	bottom: -100px;
	width: 40px;
	height: 40px;
	font-size: 24px;
	z-index: 100;
	display: inline;
	text-decoration: none;
	color: #ffffff;
	background-color: #A22523;
	opacity: 0.75;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#go-to-top:hover{
	opacity: 1;
}

.image-responsive{
	width: 100%;
}

.nav_left_menu_title{
	font-size: 14px;
	font-weight: 300;
	color: white;
}

.fixed-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

/* hide left menu totally */
	#breadcrumb #welcomeMsg {margin-left:0 !important;}
	#leftContent {display: none !important;}
	#content {width:100% !important; margin:0 !important;padding:20px !important;}
	.nav_page_sub_title {padding-bottom: 5px !important; display: block;}

#breadcrumb-container {margin-top:10px;}
#newbanner img{max-width:100%; margin-left:20px; padding: 8px;}

.col-md-3-5 {width: 28%;}