/* Set 100% Height */
html,
body {
  height: 100%;
}
body {
  font-weight: 300;
  background: #fff;
  overflow-x:hidden;
  font-size: 16px !important;
  font-family: 'Open Sans', sans-serif;
}


.nav.navbar-nav.moregap.menu2{
  float:right; 
}

a:hover {
  text-decoration: none;
}
/* Remove Outline in Webkit */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  outline: none;
  background-color: #555555;
}
button {
  outline: none;
}
.txt1 a {
  color: #fff;
}
.txt1 a:hover{
  color: #820503;
}



.days > td{
  background:#FF6600;
  padding:10px;
  margin:10px;
  color:#fff;
  font-size:13px;
  font-weight:bold;     
}


.normal{
  background:#ebebeb; 
}

.not-current{
  background:#ebebeb; 
}

/*navigation */


.navbar-default .navbar-nav > li > a {
color: #000;
font-size: 15px;
text-transform: uppercase;
font-weight: 600;
cursor: pointer;
}

.navbar-brand {
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
  float:none; 
}

.navbar-collapse .moregap {
padding-top: 1px;
background-color: #f8f8f8;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255,255,255,0);

}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #f96f1b;
background-color: transparent;
}
.navbar-nav > li > a {
    padding: 15px 41px;
   
}


/* General */

.descriptionText > li {
line-height: 35px;
list-style-type:none;
font-family:"Open Sans",sans-serif;
font-weight:400;
color:#424242;   
}

.vvv h3{
  color:#FF6600;
  padding-top:30px;  
}


.sectionContainer {
  background-color: #ecf0f1;
  padding: 80px 0;
  margin-bottom: 80px;
}
.sectionContainer section {
  margin-bottom: 0;
}
blockquote {
  font-family: lora;
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
  border-left: 1px solid #1abc9c;
}
.navbar ul#featured-filter {
  width: 100%;
  position: relative;
  text-align: center;
}
.navbar ul#featured-filter li {
  float: none;
  display: inline-block;
}
/* Form Style */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Typography */h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #FF6600;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;

}
/* Jquery Media Detect */
.jquery-media-detect {
  display: block;
}
@media (max-width: 768px) {
  .jquery-media-detect {
    display: none;
  }
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    min-height: 50px;
  }

.navbar-nav > li > a {
    padding: 15px 16px;
}


}
/* Navigation */
.navbar-default {
 
border-bottom: 4px solid #f76501;
}
@media (max-width: 768px) {
  .navbar-default {
    background: #ffffff;
  }
  .navbar-brand {
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}



}
body.home .navbar-default {
  display: block !important;
  padding: 15px 0px;

}

}
.popup_form {
  position: absolute;
  top: 50px;
  right: 50px;
  display: none;
}
@media (max-width: 768px) {
  .popup_form {
    position: static;
    display: block!important;
    opacity: 1 !important;
  }
}
.popup_form input {
  background-color: #17222d;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  padding: 10px 20px;
}
.navbar-form {
  margin: 15px 0;
  padding: 0;
  border: 0;
}
a.search_btn {
  color: #000000;
}
@media (max-width: 768px) {
  a.search_btn {
    display: none;
  }
}
a.search_btn :hover {
  cursor: pointer;
  color: #000000;
}
/* header */.mainbanner {
  height: 100%;
  width: 100%;
  position: relative;
}
/* Main Banner 
@media (max-width: 768px) {
  #sequence .sequence-prev,
  #sequence .sequence-next {
    display: none!important;
  }
}
#sequence ul.sequence-canvas li {
  height: 100%;
  max-width: 1000px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
}
@media (min-width: 992px) {
  #sequence ul.sequence-canvas li .slide-title,
  #sequence ul.sequence-canvas li .slide-text {
    padding: 0 150px;
  }
}
@media (max-width: 480px) {
  #sequence ul.sequence-canvas li .slide-title,
  #sequence ul.sequence-canvas li .slide-text {
    padding: 0 40px;
  }
}
#sequence ul.sequence-canvas li .slide-title {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
  line-height: 1.2;
}
@media (max-width: 480px) {
  #sequence ul.sequence-canvas li .slide-title {
    padding: 0;
    font-size: 150%;
  }
}
@media (max-width: 480px) {
  #sequence ul.sequence-canvas li .slide-text {
    font-size: 80%;
  }
}
#sequence ul li {
  list-style: none;
}
#sequence ul li .slide-logo img {
  width: 120px;
  height: auto;
}
#sequence ul li .slide-title {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
}
#sequence ul li .slide-text {
  font-size: 1em;
  color: white;
  font-weight: 300;
}
#sequence ul li .btn-cta {
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#sequence ul li .btn-cta:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}
#sequence .sequence-prev,
#sequence .sequence-next {
  top: 50%!important;
}
.slide-title,
.slide-text,
.slide-logo,
.slide-button {
  display: block;
  text-align: center;
}*/
/* Highlights */
.grid-icon-container {

/*background-image: url(../images/pattern.jpg);*/
background-image: url(../images/bg-pattern-1.png);
padding: 65px 10px 45px 10px;
position: relative;
/*border-bottom: 3px solid #FF6600;
border-top: 3px solid #ff6600;*/
}
.grid-icon-container #bigTriangleColor {
  position: absolute;
  bottom: -100px;
  background-color: #ecf0f1;
}
.grid-icon-container #bigTriangleColor path {
  fill: #ecf0f1;
  stroke: #ecf0f1;
  stroke-width: 2;
}
.grid-icon-container .grid-icon {
  text-align: center;
  color: #666666;
}
.grid-icon-container .grid-icon h4 {
  /*font-size: 16px;*/
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
}
.grid-icon-container .grid-icon div p {
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.grid-icon-container .grid-icon span {
text-align: center;
font-size: 3.5em;
color: #202020;
border: 1px solid #f76501;
padding: 3px 15px;
display: inline-block;
-webkit-border-radius: 2px;
border-radius: 16px;
background-clip: padding-box;
position: relative;
margin-bottom: 30px;
background-color: #FFFFFF;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-ms-transition: all 0.4s;
transition: all 0.4s;
}


.grid-icon-container .grid-icon span:after,
.grid-icon-container .grid-icon span:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}


.vv5 p {
    text-align: justify;
    padding-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
  }


.section-head h2 {
    font-size: 27px;
    color: #FF6600;
}

.navbar-default .navbar-nav > li > a.active{

  color: #FF6600;

}

.grid-icon-container .grid-icon span:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f76501;
  border-width: 10px;
  margin-left: -10px;
}
.grid-icon-container .grid-icon span:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color:#f76501;
  border-width: 11px;
  margin-left: -11px;
}
.grid-icon-container .grid-icon span:hover {
  background-color: #fff;
  border: 1px solid #c6c7ca;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.grid-icon-container .grid-icon span:hover:after,
.grid-icon-container .grid-icon span:hover:before {
  
  border-top-color: #c6c7ca;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.grid-icon-container .grid-icon p {
  text-align: left;
}
/* Vertical Slider */
.section-head {
  margin-bottom: 40px;
}

.section-head h2{
  font-size: 24px;
  margin-bottom: 10px !important;
}
.margintop {
    padding-top: 130px!important;
}

.marginbottom {
    padding-bottom: 140px!important;
}

.section-head header.centered {
  text-align: center;
}
.section-head header.centered section {
  margin-bottom: 0;
}
.section-head header.centered section p {
  color: #2a2929;
  font-weight: 400;
}
.section-head header.centered h2 {
  margin: 0;
}
.section-head hr {
  position: relative;
}

.cdf{
 margin:0 auto;
  background:#ff6600;
  padding:8px 12px;   
  width:35%;
  
  text-align:center;   
}
.cdf2{
  margin-top:15px; 
}

.cdf p{
  color:#fff !important; 
}

.cdf i{
  color:#fff !important; 
}
.section-head hr:after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  background-color: #820503;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
.section-head p.descriptionText {
  
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  color: #999999;
  line-height: 32px;
  text-align: justify;
}

.cal-text{
  
  color: #424242 !important;
font-weight: 400;
line-height: 30px;
font-size: 14px;
}
@media (max-width: 768px) {
  .section-head p.descriptionText {
    width: 100%;
  }
}
.home-2 p.descriptionText {
  width: 100%;
}
.cn_item {
  cursor: pointer;
  overflow: hidden;
  height: 77px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 15px 15px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  top: 0;
  position: relative;
}
.cn_item:hover {
  background-color: #820503;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.cn_item:hover p,
.cn_item:hover h1,
.cn_item:hover h2,
.cn_item:hover span,
.cn_item:hover i {
  color: #ffffff;
}
.cn_item:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}


@media (max-width: 992px) {
  .cn_item {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .cn_item .vs_text {
    display: none;
  }

.nav.navbar-nav.moregap.menu2{
  float:none; 
}




}
@media (min-width: 768px) and (max-width: 992px) {
  .cn_item .vs_icon {
    display: none;
  }
}
.cn_item i {
  font-size: 1.5em;
  color: #2a2929;
  position: absolute;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  -ms-transition: font-size 0.2s;
  transition: font-size 0.2s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 25px;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cn_item i {
    margin-left: 0;
    position: static;
  }
}
@media (max-width: 480px) {
  .cn_item i {
    font-size: 1em;
    position: relative;
    top: 13px;
    left: 0;
  }
}
.cn_item:hover i {
  font-size: 2.4em;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  -ms-transition: font-size 0.2s;
  transition: font-size 0.2s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 992px) {
  .cn_item:hover i {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .cn_item:hover i {
    font-size: 1em;
  }
}
.cn_item.selected {
  padding: 15px 15px;
  background-color: #1abc9c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
@media (max-width: 992px) {
  .cn_item.selected {
    padding: 10px 15px;
  }
}
.cn_item.selected p,
.cn_item.selected h1,
.cn_item.selected h2,
.cn_item.selected span,
.cn_item.selected i {
  color: #ffffff;
}
.cn_item.selected:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.cn_item.selected:hover p,
.cn_item.selected:hover h1,
.cn_item.selected:hover h2,
.cn_item.selected:hover span,
.cn_item.selected:hover i {
  color: #ffffff;
}
.cn_item.selected:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cn_item.selected i {
  font-size: 2.4em;
  -webkit-transition: font-size 0.2s;
  -moz-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  -ms-transition: font-size 0.2s;
  transition: font-size 0.2s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 992px) {
  .cn_item.selected i {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .cn_item.selected i {
    font-size: 1em;
  }
}
.cn_wrapper {
  margin: 0 auto;
  width: 99%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.cn_list,
.cn_preview {
  position: relative;
}
.vs_title {
  font-size: 1.1em;
  text-transform: none;
  margin: 0;
}
.vs_description {
  font-size: .9em;
  color: #999999;
}
.cn_list {
  float: left;
}
.cn_preview {
  float: right;
  height: 100%;
  display: block;
}
.cn_preview .vs-text-preview {
  margin-top: 30px;
}
.cn_preview .vs-text-preview h2 {
  margin-bottom: 10px;
  line-height: 1.9em;
}
.cn_content {
  top: 350px;
  left: 5px;
  width: 100%;
  position: absolute;
  height: auto;
}
/* Sub Slider */
.sub-slider {
  background-image: url(../images/sub-slider/bg-parallax-sub-slider.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: block;
}
.sub-slider #sequence-sub-slider {
  height: 900px;
  display: block;
  background: transparent;
  font-weight: 300;
}
@media (min-width: 768px) {
  .sub-slider #sequence-sub-slider {
    height: 650px;
  }
}
@media (min-width: 992px) {
  .sub-slider #sequence-sub-slider {
    height: 520px;
  }
}
@media (max-width: 768px) {
  .sub-slider #sequence-sub-slider .sequence-prev,
  .sub-slider #sequence-sub-slider .sequence-next {
    display: none!important;
  }
}
.sub-slider #sequence-sub-slider .slide-description-text {
  margin-bottom: 40px;
}
.sub-slider #sequence-sub-slider .slide-panel,
.sub-slider #sequence-sub-slider .slide-image {
  width: 100%;
  padding: 15px;
}
.sub-slider #sequence-sub-slider .slide-panel h2 {
  margin-top: 0;
  font-size: 33px;
  color: #ffffff;
}
.sub-slider #sequence-sub-slider section {
  margin-bottom: 0;
}
.sub-slider #sequence-sub-slider a.button-more {
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 30px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
}
.sub-slider #sequence-sub-slider a.button-more:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.sub-slider #sequence-sub-slider a.button-more:hover p,
.sub-slider #sequence-sub-slider a.button-more:hover h1,
.sub-slider #sequence-sub-slider a.button-more:hover h2,
.sub-slider #sequence-sub-slider a.button-more:hover span,
.sub-slider #sequence-sub-slider a.button-more:hover i {
  color: #ffffff;
}
.sub-slider #sequence-sub-slider a.button-more:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.sub-slider #sequence-sub-slider a.button-more:hover {
  padding: 15px 30px;
  background-color: #1abc9c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.sub-slider #sequence-sub-slider a.button-more:hover p,
.sub-slider #sequence-sub-slider a.button-more:hover h1,
.sub-slider #sequence-sub-slider a.button-more:hover h2,
.sub-slider #sequence-sub-slider a.button-more:hover span,
.sub-slider #sequence-sub-slider a.button-more:hover i {
  color: #ffffff;
}
.sub-slider #sequence-sub-slider a.button-more:hover:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.sub-slider #sequence-sub-slider a.button-more:hover:hover p,
.sub-slider #sequence-sub-slider a.button-more:hover:hover h1,
.sub-slider #sequence-sub-slider a.button-more:hover:hover h2,
.sub-slider #sequence-sub-slider a.button-more:hover:hover span,
.sub-slider #sequence-sub-slider a.button-more:hover:hover i {
  color: #ffffff;
}
.sub-slider #sequence-sub-slider a.button-more:hover:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sub-slider #sequence-sub-slider .row {
  width: 100%;
  height: 100%;
}
.sub-slider #sequence-sub-slider .col {
  position: relative;
  content: "";
  display: block;
  height: 100%;
}
@media (max-width: 768px) {
  .sub-slider #sequence-sub-slider .col {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .sub-slider #sequence-sub-slider .col.slide-image-container {
    height: 25%;
  }
}
.sub-slider #sequence-sub-slider .absolute-pos {
  position: absolute;
}
/* Map Image */
.map-image-area {
  margin-bottom: 0;
  background: url(../images/aerial_view.html) no-repeat center center;
  background-size: cover;
}
.map-image-area .map {
  height: 600px;
  position: relative;
}
.map-image-area .map .circle-address {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
  margin: 0 auto;
}
.map-image-area .map .circle-address h1 {
  font-size: 4em;
  text-align: center;
  margin: 0;
  font-weight: 300;
  color: #ffffff;
}
.map-image-area .map .circle-address section {
  background-color: rgba(22, 160, 133, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
}
.map-image-area .map .circle-address section hr {
  margin: 10px;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=(40));
  opacity: 0.4;
}
.map-image-area .map .map-info {
  color: #ffffff;
  font-weight: 300;
  background-color: rgba(22, 160, 133, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding: 30px 0;
}
.map-image-area .map .map-info a {
  color: #fff;
  text-decoration: none;
}
.map-image-area .map .map-info address {
  margin: 0;
}
.map-image-area .map .map-info .icon-container {
  width: 50px;
  padding: 1px 0;
  margin: 0 auto 20px auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  background-color: #ffffff;
  color: #1abc9c;
}
.map-image-area .map .map-info .icon-container:after,
.map-image-area .map .map-info .icon-container:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: -7px;
  content: '';
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
.map-image-area .map .map-info .icon-container i {
  font-size: 1.3em;
}
.map-image-area .map .map-info .col {
  top: 0;
}
.map-image-area .map .map-info .col:hover .icon-container {
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.map-image-area .map .map-info .col .icon-container {
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.map-image {
  margin-bottom: 0;
}
/* Twitter Slider */
.twitter-section {
  background: url(../images/bg-slider-twitter.html) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
  -webkit-transform-style: preserve-3d;
}
.twitter-section .col {
  height: 130px;
  position: relative;
}
@media (max-width: 480px) {
  .twitter-section .col {
    height: 200px;
  }
}
.twitter-section p {
  width: 90%;
}
.twitter-section .container-icon i {
  color: #1abc9c;
  font-size: 3em;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .twitter-section .container-icon i {
    font-size: 2em;
  }
}
.twitter-section #sequence-twitter {
  height: 130px;
  background: transparent;
  position: relative;
}
@media (max-width: 480px) {
  .twitter-section #sequence-twitter {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .twitter-section #sequence-twitter .sequence-prev,
  .twitter-section #sequence-twitter .sequence-next {
    display: none!important;
  }
}
/* Main Slide 2 */
.mainbanner-2 .btn-active {
  padding: 11px 15px;
  background-color: #1abc9c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
  background-image: none;
}
.mainbanner-2 .btn-active p,
.mainbanner-2 .btn-active h1,
.mainbanner-2 .btn-active h2,
.mainbanner-2 .btn-active span,
.mainbanner-2 .btn-active i {
  color: #ffffff;
}
.mainbanner-2 .btn-active:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.mainbanner-2 .btn-active:hover p,
.mainbanner-2 .btn-active:hover h1,
.mainbanner-2 .btn-active:hover h2,
.mainbanner-2 .btn-active:hover span,
.mainbanner-2 .btn-active:hover i {
  color: #ffffff;
}
.mainbanner-2 .btn-active:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .mainbanner-2 .sequence-prev,
  .mainbanner-2 .sequence-next {
    display: none!important;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .buttons a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-1 {
    font-size: 1.1em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-1 {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-2 {
    font-size: 1.4em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-2 {
    font-size: 1.2em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-3 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-3 {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-4 {
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-4 {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-5 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-1 .text-5 {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-frame-2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-2-1 {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-2-2 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-2-3 {
    font-size: 1em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-2-4 {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-2 .text-2-5 {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 p[class*="text"],
  .mainbanner-2 #sequence-2 .slide-frame-3 .buttons-frame-3 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-1 {
    font-size: 1.1em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-1 {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-2 {
    font-size: 1.4em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-2 {
    font-size: 1.2em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-3 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-3 {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-4 {
    font-size: 0.8em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-4 {
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
@media (max-width: 1200px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-5 {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .mainbanner-2 #sequence-2 .slide-frame-3 .text-3-5 {
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
/* Price Table */
.pricing-table .price-columns {
  padding: 0 20px;
  margin-top: 40px;
}
.pricing-table .featured.price-4-col {
  padding: 0;
  position: relative;
  background-color: #c5f7ed;
  z-index: 5;
  width: 28%;
  top: -30px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .pricing-table .featured.price-4-col {
    top: 0;
    width: 100%;
  }
}
.pricing-table .featured.price-4-col ul {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
.pricing-table .featured.price-4-col ul p.hover-tip-text {
  font-size: 1.3em;
  bottom: -29px;
}
.pricing-table .featured.price-4-col li {
  padding: 9px 45px;
}
.pricing-table .featured.price-4-col li.plan-head {
  padding-top: 30px;
  position: relative;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  background-color: #1abc9c;
}
.pricing-table .featured.price-4-col li.plan-head .plan-price {
  font-size: 6em;
  line-height: 1.21em;
}
.pricing-table .featured.price-4-col .plan-action .btn-active {
  margin: 30px 0 30px;
}
.pricing-table .price-4-col {
  font-size: 12px;
  font-weight: 300;
  padding: 0;
  width: 24%;
  color: #2a2929;
}
@media (max-width: 768px) {
  .pricing-table .price-4-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pricing-table .price-4-col {
    width: 100%;
  }
}
.pricing-table .price-4-col ul {
  background-color: #c5f7ed;
  margin-bottom: 0;
  position: relative;
}
.pricing-table .price-4-col ul li {
  padding: 9px 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.pricing-table .price-4-col ul li:nth-child(2n) {
  background: #aaf3e5;
  z-index: 0;
}
.pricing-table .price-4-col ul li.plan-action {
  background: url(../images/price_btn_bg_pattern.png) repeat;
}
.pricing-table .price-4-col ul li.hover-tip {
  padding: 0;
  position: relative;
  z-index: inherit;
}
.pricing-table .price-4-col ul li.hover-tip:after,
.pricing-table .price-4-col ul li.hover-tip:before {
  bottom: -9px;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}
.pricing-table .price-4-col ul li.hover-tip:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #2a2929;
  border-width: 5px;
  margin-left: -5px;
}
.pricing-table .price-4-col ul li.plan-head {
  margin: 0;
  text-align: center;
  background: #17a689 url(../images/price_bg_pattern.png) repeat;
  padding: 0;
  z-index: 3;
}
.pricing-table .price-4-col ul p.hover-tip-text {
  background-color: #2a2929;
  color: #ffffff;
  margin: 0;
  display: block;
  width: 69%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  position: absolute;
  bottom: -22px;
  z-index: 0;
  -webkit-transition: bottom 0.2s;
  -moz-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  -ms-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
.pricing-table .price-4-col ul:hover p.hover-tip-text {
  bottom: 0;
}
.pricing-table .price-4-col:nth-child(1):after {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 20;
}

/*.form-group{*/
 /*max-width:10%;*/
/*}*/
@media (max-width: 768px) {
  .pricing-table .price-4-col:nth-child(1):after {
    display: none;
  }
}
.pricing-table .price-4-col:nth-child(3):after {
  content: "";
  display: block;
  height: 100%;
  width: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 20;
}
@media (max-width: 768px) {
  .pricing-table .price-4-col:nth-child(3):after {
    display: none;
  }
}
.pricing-table .price-4-col:nth-child(4):before {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.pricing-table .price-4-col:first-child ul {
  -webkit-border-radius: 5px 0 0 3px;
  border-radius: 5px 0 0 3px;
  background-clip: padding-box;
}
.pricing-table .price-4-col:first-child ul .plan-head {
  -webkit-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
  background-clip: padding-box;
}
.pricing-table .price-4-col:last-child ul {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}
.pricing-table .price-4-col:last-child ul .plan-head {
  -webkit-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.pricing-table .price-4-col .plan-title {
  background-color: #2a2929;
  color: #ffffff;
  width: 82%;
  margin: 0 auto;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
  text-transform: uppercase;
  padding: 5px;
}
.pricing-table .price-4-col .plan-price {
  color: #ffffff;
  font-size: 4em;
  font-weight: 600;
  position: relative;
}
.pricing-table .price-4-col .plan-price span {
  font-size: 0.7em;
  position: relative;
  top: -10px;
  font-weight: 300;
}
.pricing-table .price-4-col .btn-active {
  padding: 5px 5px;
  background-color: #1abc9c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
  display: block;
  margin: 10px 10px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.pricing-table .price-4-col .btn-active p,
.pricing-table .price-4-col .btn-active h1,
.pricing-table .price-4-col .btn-active h2,
.pricing-table .price-4-col .btn-active span,
.pricing-table .price-4-col .btn-active i {
  color: #ffffff;
}
.pricing-table .price-4-col .btn-active:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.pricing-table .price-4-col .btn-active:hover p,
.pricing-table .price-4-col .btn-active:hover h1,
.pricing-table .price-4-col .btn-active:hover h2,
.pricing-table .price-4-col .btn-active:hover span,
.pricing-table .price-4-col .btn-active:hover i {
  color: #ffffff;
}
.pricing-table .price-4-col .btn-active:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Blog Classic */
.sidebar-right {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .sidebar-right .sidebar {
    padding-left: 75px;
  }
}
.sidebar-right:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ecf0f1;
  z-index: -1;
}
@media (max-width: 768px) {
  .sidebar-right:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sidebar-right:after {
    -webkit-transform: translate(130px, 0);
    -moz-transform: translate(130px, 0);
    -ms-transform: translate(130px, 0);
    -o-transform: translate(130px, 0);
    transform: translate(130px, 0);
  }
}
@media (min-width: 992px) {
  .sidebar-right:after {
    -webkit-transform: translate(190px, 0);
    -moz-transform: translate(190px, 0);
    -ms-transform: translate(190px, 0);
    -o-transform: translate(190px, 0);
    transform: translate(190px, 0);
  }
}
@media (min-width: 1200px) {
  .sidebar-right:after {
    -webkit-transform: translate(230px, 0);
    -moz-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
.sidebar-left {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .sidebar-left .sidebar {
    padding-right: 75px;
  }
}
.sidebar-left:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #ecf0f1;
  z-index: -1;
}
@media (max-width: 768px) {
  .sidebar-left:after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .sidebar-left:after {
    -webkit-transform: translate(-130px, 0);
    -moz-transform: translate(-130px, 0);
    -ms-transform: translate(-130px, 0);
    -o-transform: translate(-130px, 0);
    transform: translate(-130px, 0);
  }
}
@media (min-width: 992px) {
  .sidebar-left:after {
    -webkit-transform: translate(-190px, 0);
    -moz-transform: translate(-190px, 0);
    -ms-transform: translate(-190px, 0);
    -o-transform: translate(-190px, 0);
    transform: translate(-190px, 0);
  }
}
@media (min-width: 1200px) {
  .sidebar-left:after {
    -webkit-transform: translate(-230px, 0);
    -moz-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
.nosidebar .author-avatar {
  float: right;
}
.author-avatar {
  border: 1px solid #eeeeee;
  padding: 5px;
}
@media (max-width: 768px) {
  .author-avatar {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .author-avatar {
    padding: 0;
  }
}
.blog-post-title {
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .blog-post-title {
    text-align: center;
  }
}
.blog-post-title a {
  color: #2a2929;
}
.meta-info {
  margin-top: 30px;
  border: 0;
  padding: 15px;
}
.meta-info:before,
.meta-info:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.meta-info:after {
  clear: both;
}
.meta-info .info {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  white-space: normal;
  vertical-align: top;
  margin-bottom: 10px;
  text-shadow: 0 1px #ffffff;
}
.meta-info .info:hover {
  background-color: transparent;
  border: 0;
}
.meta-info .info span {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #999999;
  background-color: #ecf0f1;
  padding: 2px 10px;
  display: block;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.meta-info .info span i {
  margin-right: 5px;
}
.subpage-banner {
  background-size: cover;
  background-attachment: fixed!important;
  height: 285px;
  width: 100%;
  position: relative;
}
.subpage-banner .container {
  height: 100%;
  position: relative;
}
.subpage-banner .container .header-group {
  color: #ffffff;
  position: absolute;
  height: auto;
  top: 50%;
  width: 100%;
  margin-top: 40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.subpage-banner .container .header-group h1 {
  font-size: 3.7em;
  margin: 0;
  color: #ffffff;
}
.subpage-banner .container .header-group p {
  font-weight: 300;
  text-transform: uppercase;
}
.subpage-banner .container .header-group ol.breadcrumb {
  font-weight: 300;
  margin: 25px 0 0;
}
.blog-post-teaser-text .arrow-more {
  left: 0;
  position: relative;
  -webkit-transition: left 0.2s;
  -moz-transition: left 0.2s;
  -o-transition: left 0.2s;
  -ms-transition: left 0.2s;
  transition: left 0.2s;
}
.blog-post-teaser-text:hover .arrow-more {
  left: 5px;
}
.blog_classic {
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
.blog_classic .blog_classic_posts {
  font-weight: 300;
}
.blog_classic .blog_classic_posts .post_row {
  margin-bottom: 40px;
}
.blog_classic .blog_classic_posts .blog-post-teaser-text {
  font-size: 14px;
  color: #999999;
}
.blog_classic .blog_classic_posts .blog-post-teaser-image {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
}
.blog_classic .paging-nav {
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 40px;
}
.blog_classic .paging-nav .float-right {
  float: right;
}
.blog_classic .paging-nav .float-right .btn-arrow {
  margin-left: 20px;
}
.blog_classic .paging-nav .float-left {
  float: left;
}
.blog_classic .paging-nav .float-left .btn-arrow {
  margin-right: 20px;
}
.blog_classic .paging-nav .btn-arrow {
  padding: 2px 8px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  display: block;
  color: #2a2929;
}
.blog_classic .paging-nav .btn-arrow:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.blog_classic .paging-nav .btn-arrow:hover p,
.blog_classic .paging-nav .btn-arrow:hover h1,
.blog_classic .paging-nav .btn-arrow:hover h2,
.blog_classic .paging-nav .btn-arrow:hover span,
.blog_classic .paging-nav .btn-arrow:hover i {
  color: #ffffff;
}
.blog_classic .paging-nav .btn-arrow:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
@media (max-width: 480px) {
  .blog_classic .paging-nav .paging-text {
    display: none;
  }
}
.blog_classic .paging-nav a.btn-arrow {
  color: #1abc9c;
}
.blog_classic .paging-nav a:hover {
  text-decoration: none;
}
.blog_classic .paging-nav .paging-inline {
  display: inline-table;
}
/* Sidebar Widgets */
.sidebar {
  color: #999999;
  font-weight: 300;
}
.sidebar a {
  color: #2a2929;
}
.sidebar a:hover {
  color: #1abc9c;
}
.sidebar .widget {
  margin-bottom: 80px;
}
.sidebar .widget h3 {
  font-size: 18px;
  margin-top: 0;
  color: #2a2929;
  margin-bottom: 40px;
}
.sidebar .widget.widget-tab {
  background-color: #bdc3c7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.sidebar .widget.widget-tab .nav-tabs {
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .sidebar .widget.widget-tab .nav-tabs li {
    display: block;
    width: 100%;
  }
}
.sidebar .widget.widget-tab .nav-tabs li.active a {
  color: #999999;
}
.sidebar .widget.widget-tab .nav-tabs a {
  color: #ffffff;
  font-weight: 300;
}
.sidebar .widget.widget-tab .nav-tabs a:hover {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #95a5a6;
  border-bottom: 1px solid #ffffff;
}
.sidebar .widget.widget-tab .tab-content {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #95a5a6;
  border-top: 0;
  line-height: 1.4;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.sidebar .widget.widget-tab .tab-content .row {
  min-height: 80px;
}
.sidebar .widget.widget-tab .tab-content [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .widget.widget-tab .tab-content .meta-info {
  padding: 15px 0;
}
.sidebar .widget.widget-tab .tab-content hr {
  margin: 10px 0 20px;
}
.sidebar .widget.widget-tab .tab-content .widget-post-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.sidebar .widget.widget-tab .tab-content .widget-post-title {
  text-transform: uppercase;
  font-size: 14px;
}
.sidebar .widget.widget-tab .tab-content .widget-post-title:hover {
  text-decoration: none;
}
.sidebar .widget.widget-tab .tab-content .meta-info {
  font-size: 12px;
  columns: #999999;
  margin-top: 10px;
}
.sidebar .widget.widget-tab .tab-content .meta-info .float-left,
.sidebar .widget.widget-tab .tab-content .meta-info .float-right {
  float: left;
  width: 50%;
}
.sidebar .widget.widget-tab .tab-content p.comment {
  font-style: italic;
  font-size: 14px;
}
.sidebar .widget.widget-featured-blog {
  line-height: 1.6;
}
.sidebar .widget.widget-featured-blog .row {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #95a5a6;
  margin: 0 0 20px;
  padding: 0;
}
.sidebar .widget.widget-featured-blog .row [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .widget.widget-featured-blog .row [class*="col"]:first-child,
.sidebar .widget.widget-featured-blog .row [class*="col"]:last-child {
  padding: 0;
}
.sidebar .widget.widget-featured-blog .row .featured-blog-title {
  font-size: 12px;
  text-transform: uppercase;
  height: 76px;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sidebar .widget.widget-featured-blog .row .featured-blog-image {
    display: none;
  }
}
.sidebar .widget.widget-featured-blog .row .featured-blog-meta {
  font-size: 12px;
  display: block;
  min-height: 38px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  vertical-align: middle;
  background-color: #bdc3c7;
  border-left: 1px solid #95a5a6;
  color: #ffffff;
}
.sidebar .widget.widget-featured-blog .row .featured-blog-meta:first-child {
  border-bottom: 1px solid #95a5a6;
}
.sidebar .widget.widget-gallery .gallery-thumbs {
  margin: -7px;
}
.sidebar .widget.widget-gallery .gallery-thumbs img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.sidebar .widget.widget-gallery [class*="col"] {
  padding: 7px;
}
.sidebar .widget.widget-tags .tag {
  font-size: 12px;
  display: inline-table;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #95a5a6;
  background-color: #ffffff;
  padding: 0 10px;
}
.sidebar .widget.widget-tags .tag:hover {
  background-color: #fafafa;
  color: #999999;
}
.sidebar .widget.widget-category .category-list {
  border-bottom: 1px solid #bdc3c7;
  padding: 7px 0;
}
.sidebar .widget.widget-category .category-list a {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  position: relative;
  display: block;
  width: 97%;
}
.sidebar .widget.widget-category .category-list a:hover {
  color: #1abc9c;
}
.sidebar .widget.widget-category .category-list a:after {
  content: '\ea03';
  font-family: fontello;
  position: absolute;
  left: 100%;
}
/* Single Blog Post */
.blog-single-post {
  color: #999999;
}
.blog-single-post .post-title {
  color: #2a2929;
  margin-top: 0;
  line-height: 1.5em;
}
.blog-single-post .subpage-banner {
  background: url(../images/banner_single_post.html) 50% 0 no-repeat;
  background-size: cover;
  background-attachment: initial!important;
  height: 600px;
  width: 100%;
  position: relative;
}
.blog-single-post .post-article {
  color: #999999;
  font-weight: 300;
  margin-top: 20px;
}
.blog-single-post .gallery-thumbs {
  margin: 20px -10px;
}
.blog-single-post .gallery-thumbs [class*="col"] {
  padding: 10px;
}
.blog-single-post .gallery-thumbs img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.blog-single-post .share-button {
  text-align: right;
}
.blog-single-post .share-button .btn,
.blog-single-post .share-button .btn-default {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.blog-single-post .share-button .btn i,
.blog-single-post .share-button .btn-default i {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
  color: #999999;
  font-weight: 300;
}
.blog-single-post .share-button .btn:hover,
.blog-single-post .share-button .btn-default:hover {
  background-color: transparent;
}
.blog-single-post .share-button .btn:hover i,
.blog-single-post .share-button .btn-default:hover i {
  color: #1abc9c;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  -ms-transition: color 0.4s;
  transition: color 0.4s;
}
.blog-single-post .share-text,
.blog-single-post .comment-count,
.blog-single-post .comment-leave-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2.4;
  color: #2a2929;
}
.blog-single-post .comment-count,
.blog-single-post .comment-leave-title {
  font-size: 24px;
}
.blog-single-post .section-comment .media {
  border-top: 1px solid #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}
.blog-single-post .section-comment .media:first-child {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}
.blog-single-post .section-comment .media > .pull-left {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .blog-single-post .section-comment .media > .pull-left {
    margin-right: 5px;
  }
}
.blog-single-post .section-comment .media h4.media-heading {
  font-size: 18px;
}
.blog-single-post .section-comment #dt-comment-form {
  margin-bottom: 40px;
}
.blog-single-post .section-comment #dt-comment-form .form-group {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .blog-single-post .section-comment #dt-comment-form .form-group {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.blog-single-post .section-comment #dt-comment-form .form-control {
  font-family: lora;
  font-style: italic;
  color: #95a5a6;
  font-weight: normal;
  background-color: #ecf0f1;
}
.blog-single-post .section-comment #dt-comment-form .form-control:focus {
  border-color: #1abc9c;
  color: #2a2929;
  box-shadow: 0 0 0 #1abc9c;
}
.blog-single-post .section-comment #dt-comment-form .btn-active {
  padding: 0 35px;
  background-color: #1abc9c;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
  outline: 0;
  font-family: 'open sans';
  font-weight: 300;
  border: 0;
  text-transform: uppercase;
}
.blog-single-post .section-comment #dt-comment-form .btn-active p,
.blog-single-post .section-comment #dt-comment-form .btn-active h1,
.blog-single-post .section-comment #dt-comment-form .btn-active h2,
.blog-single-post .section-comment #dt-comment-form .btn-active span,
.blog-single-post .section-comment #dt-comment-form .btn-active i {
  color: #ffffff;
}
.blog-single-post .section-comment #dt-comment-form .btn-active:hover {
  background-color: #18af91;
  -webkit-box-shadow: 0 4px 0 #14947b;
  box-shadow: 0 4px 0 #14947b;
  text-decoration: none;
}
.blog-single-post .section-comment #dt-comment-form .btn-active:hover p,
.blog-single-post .section-comment #dt-comment-form .btn-active:hover h1,
.blog-single-post .section-comment #dt-comment-form .btn-active:hover h2,
.blog-single-post .section-comment #dt-comment-form .btn-active:hover span,
.blog-single-post .section-comment #dt-comment-form .btn-active:hover i {
  color: #ffffff;
}
.blog-single-post .section-comment #dt-comment-form .btn-active:active {
  top: 3px!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-single-post .section-comment #dt-comment-form .form-submit button {
  float: right;
}
/* 404 Page */
body.page-404 {
  background-color: #1abc9c;
  color: #ffffff;
  font-weight: 300;
}
body.page-404 .centered {
  padding-top: 300px;
  background: url(../images/404-logo.png) 50% 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  body.page-404 .centered {
    background-size: 90%;
    padding-top: 0px;
    padding-top: 24%;
  }
}
body.page-404 .centered .biggest {
  font-size: 128px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  body.page-404 .centered .biggest {
    font-size: 90px;
  }
}
@media (max-width: 480px) {
  body.page-404 .centered .biggest {
    font-size: 70px;
  }
}
body.page-404 .centered .big {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2;
}
@media (max-width: 992px) {
  body.page-404 .centered .big {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  body.page-404 .centered .big {
    font-size: 30px;
  }
}
body.page-404 .centered .message {
  font-size: 20px;
}
@media (max-width: 992px) {
  body.page-404 .centered .message {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  body.page-404 .centered .message {
    font-size: 13px;
  }
}
body.page-404 .centered .button {
  padding-top: 3%;
}
body.page-404 .centered .button .btn-back {
  padding: 10px 20px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #2a2929;
  margin-top: 20px;
  text-transform: uppercase;
}
body.page-404 .centered .button .btn-back:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
body.page-404 .centered .button .btn-back:hover p,
body.page-404 .centered .button .btn-back:hover h1,
body.page-404 .centered .button .btn-back:hover h2,
body.page-404 .centered .button .btn-back:hover span,
body.page-404 .centered .button .btn-back:hover i {
  color: #ffffff;
}
body.page-404 .centered .button .btn-back:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
body.page-404 .centered .button .btn-back:hover {
  background-color: #ecf0f1;
  -webkit-box-shadow: 0 4px 0 #bac9cc;
  box-shadow: 0 4px 0 #bac9cc;
  color: #2a2929;
}
body.page-404 .centered .button .btn-back:active {
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  top: 3px;
}
.dt-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.dt-loading {
  z-index: 9999;
  background: #fff;
}
.dt-loading .loader {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dt-loading span {
  color: #fff;
  font-size: 13px;
  position: fixed;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin: -12px 0 0 -46px;
  left: 50%;
  top: 50%;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.9), 1px 2px 5px rgba(0, 0, 0, 0.5);
}
.loader {
  position: relative;
  width: 80px;
  margin: 100px auto;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #820503;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.dot1,
.dot2 {
  left: 0;
}
.dot3 {
  left: 30px;
}
.dot4 {
  left: 60px;
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(30px);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(30px);
  }
}
.dot1 {
  animation-name: reveal;
  -webkit-animation-name: reveal;
}
.dot2,
.dot3 {
  animation-name: slide;
  -webkit-animation-name: slide;
}
.dot4 {
  animation-name: reveal;
  animation-direction: reverse;
  /* thx @HugoGiraudel */

  -webkit-animation-name: reveal;
  -webkit-animation-direction: reverse;
  /* thx @HugoGiraudel */

}
/* Buy Now Section */
.buy_now {
  background-image: url(../images/bg-vishnumahal.jpg);
  height: auto;
  color: #ffffff;
  overflow: hidden;
  padding: 35px 0 16px 0px;
}
.buy_now h4 {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.buy_now p {
  font-size: 14px;
  overflow: hidden;
  height: 24px;
}
.buy_now .btn-buynow {
  padding: 7px 40px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  top: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: lighter;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0 5px 0 rgba(26, 188, 156, 0.8);
  position: relative;
  top: 25px;
}
.buy_now .btn-buynow:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.buy_now .btn-buynow:hover p,
.buy_now .btn-buynow:hover h1,
.buy_now .btn-buynow:hover h2,
.buy_now .btn-buynow:hover span,
.buy_now .btn-buynow:hover i {
  color: #ffffff;
}
.buy_now .btn-buynow:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.buy_now .btn-buynow:hover {
  background-color: #17a689;
  -webkit-box-shadow: 0 5px 0 #148f77;
  box-shadow: 0 5px 0 #148f77;
}
.buy_now .btn-buynow:active {
  top: 27px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
/* Graphic Section */
.graphic_section .container {
  padding-top: 10px;
}
.graphic_section p {
  color: #a4a8a9;
  font-size: 14px;
}
.home-2 .custom-accordion {
  padding-top: 5px;
}
.custom-accordion {
  padding-top: 20px;
}
.custom-accordion .panel {
  border-width: 0px;
  border-image-width: 0 0 0 0;
  box-shadow: none;
}
.custom-accordion .panel-heading {
  height: 60px;
  max-height: 60px;
  padding-left: 25px;
  background: none;
  border: 1px solid #bdc3c7;
  border-radius: 3px;
}
.custom-accordion .panel-heading .panel-title {
  line-height: 40px;
  text-transform: none;
  font-size: 20px;
  color: #2a2929;
}
.custom-accordion .panel-heading:hover .btn-accordion {
  color: #ffffff;
  background-color: #1abc9c;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.custom-accordion .panel-heading:hover h4 {
  color: #1abc9c;
}
.custom-accordion .panel-heading .btn-accordion {
  padding: 0px 0px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  top: 0;
  position: relative;
  top: -44px;
  left: 93%;
  display: block;
  width: 42px;
  text-align: center;
  height: auto;
  line-height: 42px;
  font-size: 29px;
  font-weight: 400;
  text-decoration: none;
  color: #8C9899;
}
.custom-accordion .panel-heading .btn-accordion:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.custom-accordion .panel-heading .btn-accordion:hover p,
.custom-accordion .panel-heading .btn-accordion:hover h1,
.custom-accordion .panel-heading .btn-accordion:hover h2,
.custom-accordion .panel-heading .btn-accordion:hover span,
.custom-accordion .panel-heading .btn-accordion:hover i {
  color: #ffffff;
}
.custom-accordion .panel-heading .btn-accordion:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.custom-accordion .panel-heading .btn-accordion:hover {
  text-decoration: none;
}
.custom-accordion .panel-heading .btn-accordion:focus {
  text-decoration: none;
}
.custom-accordion .panel-heading .btn-accordion:active {
  top: -41px;
  text-decoration: none;
}
.custom-accordion .panel-body {
  font-size: 14px;
  color: #a4a8a9;
}
/* Progress Bars */
.progress_bars {
  width: 100%;
  overflow: hidden;
}
.progress_bars .progress_bar {
  position: relative;
  margin: 0 0 24px;
}
.progress_bars .progress_content_outer {
  height: 17px;
  background-color: #ecf0f1;
  width: 90%;
  position: relative;
}
@media (max-width: 768px) {
  .progress_bars .progress_content_outer {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .progress_bars .progress_content_outer {
    width: 85%;
  }
}
.progress_bars .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  background: 0;
  background-color: #1abc9c;
}
.progress_bars .progress_title {
  display: inline-block;
  position: relative;
  z-index: 100;
}
.progress_bars .progress_title h4 {
  margin: 0;
  line-height: 55px;
  font-weight: 300;
  font-size: 20px;
  color: #2a2929;
  text-transform: none;
}
.progress_bars .progress_number {
  font-size: 20px;
  line-height: 16px;
  font-weight: 300;
  color: #2a2929;
  text-align: left;
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Pie Graph */
.pie_graf_holder,
.line_graf_holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.pie_graf {
  margin: 0;
  width: 250px;
  float: left;
}
.line_graf {
  margin: 0 20px 0 0;
  float: left;
}
.pie_graf_legend {
  width: auto;
  float: left;
  margin-left: 30px;
  position: relative;
  padding-top: 20px;
}
.line_graf_legend {
  position: relative;
  float: left;
  width: 20%;
}





.cb-slideshow li .cont1{
    z-index: 1000;
    position: absolute;
    top:25%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}


.cb-slideshow li .cont2{
    z-index: 1000;
    position: absolute;
    top:70%;
    right: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}


.bg-thumb {
float:right;
background: rgba(255, 82, 0, 0.8);
color: #fff !important;
font-size:16px; 
}

.cb-slideshow li div h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    padding: 15px;
    line-height: 30px;
    margin-right: 30px;

   
}


.line_graf_legend {
  width: auto;
}
.pie_graf_legend ul li,
.line_graf_legend ul li {
  display: block;
  margin: 0 0 10px;
}
.pie_graf_legend ul li .color_holder,
.line_graf_legend ul li .color_holder {
  width: 25px;
  height: 25px;
  background-color: #69b200;
  float: left;
}
.pie_graf_legend ul li p,
.line_graf_legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 40px;
}
.progress_bars_vertical_holder {
  display: inline-block;
  width: 100%;
  position: relative;
}
.progress_bars_vertical {
  display: inline-block;
  position: relative;
  float: left;
  margin: 0 .3% 0 0;
}
.progress_bars_vertical:last-child {
  margin: 0;
}
.progress_bars_vertical .progress_content_outer {
  height: 200px;
  position: relative;
}
.progress_bars_vertical .progress_content_outer .progress_content {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  background: 0;
  background-color: #1abc9c;
}
.progress_bars_vertical .progress_number {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
  margin: 25px 0 10px;
  display: block;
  position: relative;
}
.progress_bars_vertical .progress_title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #333;
  display: block;
}
.pie_chart_holder {
  margin: 50px 0;
  overflow: hidden;
}
.pie_chart_holder .easyPieChart {
  margin: 0 auto;
  text-align: center;
}
.pie_chart_text {
  text-align: center;
}
.pie_chart_text h4 {
  font-size: 24px;
  color: #222222;
  text-transform: none;
}
.tocounter {
  color: #1abc9c;
  font-size: 41px;
  font-weight: lighter;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
}
.doughnutChartShadow {
  height: 215px;
  width: 215px;
  box-shadow: 0 1px 0 #888888;
  border-radius: 50%;
  position: absolute;
  top: 73px;
  left: 42px;
}
.tocounter:after {
  content: "%";
}
.lineChart_section {
  margin-top: 45px;
}
.lineChart_section h4 {
  font-size: 24px;
  text-transform: none;
}
/* Contact Form Section */
.contact-form-section {
  background-image: url(../images/bg_contact.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  font-family: 'Lora';
  font-style: italic;
  color: #ffffff;
}
.contact-form-section h2 {
  font-style: normal;
  color: #ffffff;
}
.contact-form-section .form-group {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .contact-form-section .form-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contact-form-section .form-control {
  font-size: 14px;
  color: #908d8d;
  font-style: italic;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form-section .form-control:focus {
  color: #1abc9c;
  -webkit-box-shadow: 0 0 0 #1abc9c;
  box-shadow: 0 0 0 #1abc9c;
}
.contact-form-section .dt-form-info {
  display: none;
}
@media (min-width: 768px) {
  .contact-form-section .dt-form-info {
    display: block;
  }
}
.contact-form-section .btn-send {
  padding: 0px 25px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  top: 0;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
  background-color: #1abc9c;
  box-shadow: 0 5px 0 rgba(26, 188, 156, 0.8);
  position: relative;
  border-width: 0px;
}
.contact-form-section .btn-send:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.contact-form-section .btn-send:hover p,
.contact-form-section .btn-send:hover h1,
.contact-form-section .btn-send:hover h2,
.contact-form-section .btn-send:hover span,
.contact-form-section .btn-send:hover i {
  color: #ffffff;
}
.contact-form-section .btn-send:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.contact-form-section .btn-send:hover {
  background-color: #17a689;
  -webkit-box-shadow: 0 5px 0 #148f77;
  box-shadow: 0 5px 0 #148f77;
}
.contact-form-section .btn-send:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.contact-form-section textarea.error,
.contact-form-section input.error {
  border-color: #ce1111;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.contact-form-section label.error {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 34px;
  width: 100%;
  background-color: #ce1111;
  color: #ffffff;
  font-weight: 300;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
}
.contact-form-section .success {
  display: none;
}
.contact-form-section .success div {
  float: left;
  background-color: #16a085;
  border-radius: 3px;
  padding: 2px 20px;
}
.contact-form-section .fail {
  display: none;
}
.contact-form-section .fail div {
  float: left;
  background-color: #ce1111;
  border-radius: 3px;
  padding: 2px 6px;
}
.contact_page {
  padding-bottom: 0px;
}
/* Contact Form Blog */
.contact-form-blog {
  margin-top: -40px;
  margin-bottom: 0px;
  font-family: 'Lora';
  font-style: italic;
  color: #95a5a6;
}
.contact-form-blog .section-head {
  margin-top: 40px;
}
.contact-form-blog h2 {
  font-style: normal;
  color: #2a2929;
}
.contact-form-blog .form-group {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .contact-form-blog .form-group {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.contact-form-blog .form-control {
  font-size: 14px;
  color: #908d8d;
  font-style: italic;
  background-color: #ecf0f1;
}
.contact-form-blog .form-control:focus {
  border-color: #1abc9c;
  color: #1abc9c;
  box-shadow: 0 0 0 #1abc9c;
}
.contact-form-blog .dt-form-info {
  display: none;
}
@media (min-width: 768px) {
  .contact-form-blog .dt-form-info {
    display: block;
  }
}
.contact-form-blog .btn-send {
  padding: 0px 25px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  top: 0;
  float: right;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: lighter;
  color: #ffffff;
  background-color: #1abc9c;
  -webkit-box-shadow: 0 5px 0 #16a085;
  box-shadow: 0 5px 0 #16a085;
  position: relative;
  border-width: 0px;
}
.contact-form-blog .btn-send:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.contact-form-blog .btn-send:hover p,
.contact-form-blog .btn-send:hover h1,
.contact-form-blog .btn-send:hover h2,
.contact-form-blog .btn-send:hover span,
.contact-form-blog .btn-send:hover i {
  color: #ffffff;
}
.contact-form-blog .btn-send:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.contact-form-blog .btn-send:hover {
  background-color: #17a689;
  -webkit-box-shadow: 0 5px 0 #148f77;
  box-shadow: 0 5px 0 #148f77;
}
.contact-form-blog .btn-send:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
textarea.error,
input.error {
  border-color: #ce1111;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
label.error {
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 34px;
  width: 100%;
  background-color: #ce1111;
  color: #ffffff;
  font-weight: 300;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 10px;
}
.success {
  display: none;
}
.success div {
  float: left;
  background-color: #16a085;
  border-radius: 3px;
  padding: 2px 20px;
  color: #ffffff;
}
.fail {
  display: none;
}
.fail div {
  float: left;
  background-color: #ce1111;
  border-radius: 3px;
  padding: 2px 6px;
  color: #ffffff;
}
.bottom_section .social li {
  padding-right: 0px;
}
.bottom_section .social a {
  font-size: 17px;
  color: #34495e;
}
 .social a:hover {
  color: #820503;
  text-decoration: none;
}
.social li {
  padding-right: 0px;
}
 .social a {
  font-size: 17px;
  color: #ebeff2;
}
/* Bottom Section 
.bottom_section {
  color: #ffffff;
  
  background: url(../images/bg.jpg) repeat !important;
   
    background-repeat: repeat;
  padding: 30px 0 35px;
  font-size: 14px;
  margin-bottom: 0px;
}
.bottom_section h2 {
  color: #ffffff;
  font-size: 24px;
}
.bottom_section hr {
  border-top-color: #34495e;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bottom_section .section-head {
  margin-bottom: 20px;
  margin-top: 50px;
}
.bottom_section .social li {
  padding-right: 0px;
}
.bottom_section .social a {
  font-size: 17px;
  color: #34495e;
}
.bottom_section .social a:hover {
  color: #820503;
  text-decoration: none;
}
.recent-portfolio .col-lg-6 .thumbnail {
  margin-bottom: 0;
}
.recent-portfolio .thumbnail {
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 11px;
}
.recent-portfolio [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.about-us h1 {
  font-size: 30px;
  letter-spacing: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #ffffff;
}*/
/* Footer 
footer {
  background: #17222D;
  overflow: hidden;
  padding-top: 70px;
}
@media (max-width: 1200px) {
  footer {
    padding-top: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  footer {
    margin-top: -80px;
  }
}
@media (max-width: 479px) {
  footer {
    margin-top: -120px;
  }
}*/
/*
.ss-style-doublediagonal::after {
  background: url(../images/footer_bg.jpg) no-repeat center center;
  background-size:inherit ;
}*/
/*
.footer-section {
  font-size: 13px;
  z-index: 100;
  color: #ffffff;
  position: relative;
  top: 150px;
}
.footer-section .nav-pills {
  position: relative;
  top: -10px;
  float: right;
}
.footer-section .nav-pills a {
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 7px;
}
.footer-section .nav-pills a.active {
  background: none;
  color: #1abc9c;
}
.footer-section .nav-pills a:hover {
  background: none;
  color: #1abc9c;
}
.footer-section .nav-pills a:focus {
  background: none;
  color: #1abc9c;
} */
/* Fun Facts Section */
.fun-facts-section {
  background-color: #f6f7f7;
  margin-bottom: 80px;
  padding: 80px 0 0 0;
  position: relative;
}
.fun-facts-section .grid-icon {
  text-align: center;
  color: #666666;
  padding-bottom: 50px;
}
.fun-facts-section .grid-icon .section-head {
  margin-bottom: 38px;
}
.fun-facts-section .grid-icon h4 {
  font-size: 80px;
  font-weight: 100;
  color: #c6c7ca;
  margin: 18px 0 16px;
}
.fun-facts-section .grid-icon div p {
  text-align: center;
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 100;
}
.fun-facts-section .grid-icon span {
  text-align: center;
  font-size: 3.5em;
  color: #c6c7ca !important;
  border: 1px solid #c6c7ca !important;
  padding: 0 15px;
  display: inline-block;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 0px;
  background-color: #f6f7f7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.fun-facts-section .grid-icon span:after,
.fun-facts-section .grid-icon span:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.fun-facts-section .grid-icon span:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f6f7f7;
  border-width: 10px;
  margin-left: -10px;
}
.fun-facts-section .grid-icon span:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #c6c7ca;
  border-width: 11px;
  margin-left: -11px;
}
.fun-facts-section .grid-icon span:hover {
  background-color: #c6c7ca !important;
  border: 1px solid #c6c7ca !important;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.fun-facts-section .grid-icon span:hover:after,
.fun-facts-section .grid-icon span:hover:before {
  border-top: 11px solid #c6c7ca !important;
  border-top-color: #c6c7ca !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.fun-facts-section .grid-icon p {
  text-align: left;
}
/* Google Map Section */
.dt-google-map-section {
  margin-bottom: 0;
}
.dt-google-map-section .map {
  height: auto;
  position: relative;
}
.dt-google-map-section .map .map-info {
  color: #ffffff;
  font-weight: 300;
  background-color: rgba(22, 160, 133, 0.6);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  padding: 30px 0;
}
.dt-google-map-section .map .map-info a {
  color: #fff;
  text-decoration: none;
}
.dt-google-map-section .map .map-info address {
  margin: 0;
}
.dt-google-map-section .map .map-info .icon-container {
  width: 50px;
  padding: 1px 0;
  margin: 0 auto 20px auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  background-color: #ffffff;
  color: #1abc9c;
}
.dt-google-map-section .map .map-info .icon-container:after,
.dt-google-map-section .map .map-info .icon-container:before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: -7px;
  content: '';
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
.dt-google-map-section .map .map-info .icon-container i {
  font-size: 1.3em;
}
.dt-google-map-section .map .map-info .col {
  top: 0;
}
.dt-google-map-section .map .map-info .col:hover .icon-container {
  top: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.dt-google-map-section .map .map-info .col .icon-container {
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#map {
  width: 100%;
  height: 525px;
  background-color: #2B2B2B;
}
.dt-services-section {
  text-align: center;
}
.dt-services-section .dt-service {
  transition-duration: 1s;
  background-color: #bdc3c7;
  -webkit-box-shadow: 0 4px 0 #95a5a6;
  box-shadow: 0 4px 0 #95a5a6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  color: #ffffff;
  padding: 0 0 10px;
  margin-top: 45px;
}
.dt-services-section .dt-service p {
  margin: 20px;
}
.dt-services-section .dt-service .dt-section-icon {
  transition-duration: 1s;
  width: 100%;
  height: 125px;
  padding: 1px 0;
  margin: 0 auto 35px auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  position: relative;
  background-color: #ecf0f1;
  color: #c6c7ca;
}
.dt-services-section .dt-service .dt-section-icon:after,
.dt-services-section .dt-service .dt-section-icon:before {
  transition-duration: 1s;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 17px solid #ecf0f1;
  bottom: -13px;
  content: '';
  left: 50%;
  margin-left: -17px;
  position: absolute;
}
.dt-services-section .dt-service .dt-section-icon i {
  transition-duration: 1s;
  font-size: 68px;
  color: #bdc3c7;
  /*line-height: 70px;*/

}
.dt-services-section .dt-service h4 {
  line-height: 33px;
  color: #ffffff;
}
.dt-services-section .dt-service p {
  padding: 15px;
}
.dt-services-section .dt-service:hover {
  background-color: #16a085;
  -webkit-box-shadow: 0 4px 0 #12856f;
  box-shadow: 0 4px 0 #12856f;
}
.dt-services-section .dt-service:hover .dt-section-icon {
  background-color: #c6c7ca;
}
.dt-services-section .dt-service:hover .dt-section-icon:after,
.dt-services-section .dt-service:hover .dt-section-icon:before {
  border-top-color: #c6c7ca;
}
.dt-services-section .dt-service:hover .dt-section-icon i {
  color: #ffffff;
}
.dt-services-section .dt-service:hover .dt-section-icon i:hover {
  color: #c6c7ca;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /*margin: 15px 30px;
    width: 90px;
    height: 90px;*/

  margin: 25px 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: 'fontello';
  margin-left: 5px;
  speak: none;
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}
.no-touch .dt-service:hover .hi-icon-effect-5 .hi-icon {
  background: #ffffff;
  color: #1abc9c;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
}
.no-touch .dt-service:hover .hi-icon-effect-5d .hi-icon:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .footer-menu {
    display: none;
  }
  .custom-accordion .panel-heading .btn-accordion {
    left: 88%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .buy_now {
    text-align: center;
    padding-bottom: 80px;
  }
}
@media (max-width: 360px) {
  .footer-menu {
    display: none;
  }
  .custom-accordion .panel-heading {
    padding-left: 18px;
  }
  .custom-accordion .panel-heading .panel-title {
    overflow: hidden;
    width: 190px;
    height: 40px;
  }
  .custom-accordion .panel-heading .btn-accordion {
    left: 85%;
  }
  .navbar-brand {
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-nav > li > a {
    padding: 10px 20px;
   
}

.form-control {
    display: block;
    height: 35px;
  max-width: none !important; 
}
}
/* Icon Hover Effect */
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.hi-icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  /*margin: 15px 30px;
    width: 90px;
    height: 90px;*/

  margin: 25px 30px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.hi-icon:before {
  font-family: 'fontello';
  margin-left: 5px;
  speak: none;
  font-size: 55px;
  line-height: 65px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-mobile:before {
  content: "\e009";
}
.hi-icon-screen:before {
  content: "\e00a";
}
.hi-icon-earth:before {
  content: "\e002";
}
.hi-icon-support:before {
  content: "\e000";
}
.hi-icon-locked:before {
  content: "\e001";
}
.hi-icon-cog:before {
  content: "\e003";
}
.hi-icon-clock:before {
  content: "\e004";
}
.hi-icon-videos:before {
  content: "\e005";
}
.hi-icon-list:before {
  content: "\e006";
}
.hi-icon-refresh:before {
  content: "\e007";
}
.hi-icon-images:before {
  content: "\e008";
}
.hi-icon-pencil:before {
  content: "\e00b";
}
.hi-icon-link:before {
  content: "\e00c";
}
.hi-icon-mail:before {
  content: "\e00d";
}
.hi-icon-location:before {
  content: "\e00e";
}
.hi-icon-archive:before {
  content: "\e00f";
}
.hi-icon-chat:before {
  content: "\e010";
}
.hi-icon-bookmark:before {
  content: "\e011";
}
.hi-icon-user:before {
  content: "\e012";
}
.hi-icon-contract:before {
  content: "\e013";
}
.hi-icon-star:before {
  content: "\e014";
}
/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.hi-icon-effect-1 .hi-icon:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
/* Effect 1a */
.no-touch .hi-icon-effect-1a .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
.no-touch .hi-icon-effect-1a .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 1b */
.no-touch .hi-icon-effect-1b .hi-icon:hover {
  background: #ffffff;
  color: #41ab6b;
}
.hi-icon-effect-1b .hi-icon:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
  color: #eea303;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-2 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
.no-touch .hi-icon-effect-2a .hi-icon:hover {
  color: #eea303;
}
.no-touch .hi-icon-effect-2a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
/* Effect 2b */
.no-touch .hi-icon-effect-2b .hi-icon:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
.no-touch .hi-icon-effect-2b .hi-icon:hover {
  color: #fff;
}
/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi-icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
}
/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
  color: #f06060;
}
.no-touch .hi-icon-effect-3a .hi-icon:hover {
  color: #fff;
}
.no-touch .hi-icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
  color: #fff;
}
.no-touch .hi-icon-effect-3b .hi-icon:hover {
  color: #f06060;
}
.hi-icon-effect-3b .hi-icon:after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
  width: 92px;
  height: 92px;
  box-shadow: 0 0 0 4px #ffffff;
}
.hi-icon-effect-4a .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-4 .hi-icon:before {
  line-height: 92px;
}
.hi-icon-effect-4 .hi-icon:after {
  top: -4px;
  left: -4px;
  padding: 0;
  z-index: 10;
  border: 4px dashed #fff;
}
.no-touch .hi-icon-effect-4 .hi-icon:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  color: #fff;
}
/* Effect 4b */
.no-touch .hi-icon-effect-4b .hi-icon:hover {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.no-touch .hi-icon-effect-4b .hi-icon:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.hi-icon-effect-5 .hi-icon:after {
  display: none;
}
.no-touch .hi-icon-effect-5 .hi-icon:hover {
  background: #ffffff;
  color: #702fa8;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
}
.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
.no-touch .hi-icon-effect-5b .hi-icon:hover:before {
  -webkit-animation: toLeftFromRight 0.3s forwards;
  -moz-animation: toLeftFromRight 0.3s forwards;
  animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
.no-touch .hi-icon-effect-5c .hi-icon:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
.no-touch .hi-icon-effect-5d .hi-icon:hover:before {
  -webkit-animation: toBottomFromTop 0.3s forwards;
  -moz-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/* Effect 6 */
.hi-icon-effect-6 .hi-icon {
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.no-touch .hi-icon-effect-6 .hi-icon:hover {
  background: #ffffff;
  color: #64bb5d;
}
.no-touch .hi-icon-effect-6 .hi-icon:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
  box-shadow: 0 0 0 4px #ffffff;
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.no-touch .hi-icon-effect-7 .hi-icon:hover {
  color: #fff;
}
.hi-icon-effect-7 .hi-icon:after {
  top: -8px;
  left: -8px;
  padding: 8px;
  z-index: -1;
  opacity: 0;
}
/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
  box-shadow: 0 0 0 #ffffff;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}
.no-touch .hi-icon-effect-7a .hi-icon:hover:after {
  opacity: 1;
  box-shadow: 3px 3px 0 #ffffff;
}
.hi-icon-effect-7a .hi-icon:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.no-touch .hi-icon-effect-7a .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
  box-shadow: 3px 3px #ffffff;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.no-touch .hi-icon-effect-7b .hi-icon:hover:after {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.hi-icon-effect-7b .hi-icon:before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.7;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.no-touch .hi-icon-effect-7b .hi-icon:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.hi-icon-effect-8 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.no-touch .hi-icon-effect-8 .hi-icon:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.hi-icon-effect-8 .hi-icon:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.hi-icon-effect-9 .hi-icon:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
/* Effect 9a */
.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.5;
}
.no-touch .hi-icon-effect-9a .hi-icon:hover {
  box-shadow: 0 0 0 10px #ffffff;
  color: #fff;
}
/* Effect 9b */
.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.no-touch .hi-icon-effect-9b .hi-icon:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
  color: #fff;
}
/* Section Separator */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* General styles and layout */
section {
  position: relative;
}
/*** Individual section styles and separators ***/
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
/* Triangles */
.ss-style-triangles::before,
.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.ss-style-triangles::before {
  top: -50px;
  background: #2980b9;
}
.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
/* Double Diagonal line */
.ss-style-doublediagonal {
  z-index: 1;
  padding-top: 2em;
  background: none;
}
.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  /*background: inherit;*/

  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.ss-style-doublediagonal::before {
  height: 260px;
  background: #0f161e;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
.ss-style-doublediagonal::after {
  height: 200px;
}
/* Half Circle */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ss-style-halfcircle::before {
  top: -50px;
}
.ss-style-halfcircle::after {
  bottom: -50px;
}
/* Big Triangle */
svg#bigTriangleColor {
  pointer-events: none;
}
#bigTriangleColor path {
  fill: #3498db;
  stroke: #3498db;
  stroke-width: 2;
}
/* Curves */
#curveUpColor path,
#curveDownColor path {
  fill: #3498db;
  stroke: #3498db;
}
/* Multiple Triangles */
.ss-style-multitriangles::before,
.ss-style-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.ss-style-multitriangles::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}
.ss-style-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #3498db, 50px -50px 0 #3498db;
}
/* Rounded corners */
.ss-style-roundedcorners::before {
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit;
}
/* Rounded center split and bottom rounded */
.ss-style-roundedsplit {
  padding-top: 7em;
  border-radius: 0 0 80px 80px;
}
.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
  top: -70px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
}
.ss-style-roundedsplit::before {
  border-radius: 0 80px 0 0;
}
.ss-style-roundedsplit::after {
  left: 50%;
  border-radius: 80px 0 0 0;
}
/* Inverted rounded corners */
.ss-style-invertedrounded {
  margin-bottom: 90px;
  padding: 13em 10% 10em;
  border-radius: 0 0 0 90px;
}
.ss-style-invertedrounded::before,
.ss-style-invertedrounded::after {
  left: 0;
  z-index: -1;
  height: 90px;
  background: #3498db;
}
.ss-style-invertedrounded::before {
  top: 100%;
  width: 100%;
  border-radius: 0 90px 0 0;
}
.ss-style-invertedrounded::after {
  bottom: 0;
  z-index: -1;
  width: 50%;
}
/* Boxes */
.ss-style-boxes {
  padding-top: 4em;
  padding-bottom: 13em;
}
.ss-style-boxes::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(to right, #3498db 50%, #2980b9 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}
/* Zig Zag (3d up and simple down) */
.ss-style-zigzag::before,
.ss-style-zigzag::after {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%;
}
.ss-style-zigzag::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #3498db));
  background-image: linear-gradient(315deg, #3093d5 25%, transparent 25%), linear-gradient(45deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}
.ss-style-zigzag::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #3498db), color-stop(0.25, #2980b9));
  background-image: linear-gradient(135deg, #3498db 25%, transparent 25%), linear-gradient(225deg, #3498db 25%, transparent 25%);
  background-position: 50%;
}
/* Edges */
.ss-style-roundedges {
  padding-bottom: 16em;
}
.ss-style-roundedges::before,
.ss-style-roundedges::after {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #2980b9;
  top: -100px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ss-style-roundedges::before {
  left: -100px;
}
.ss-style-roundedges::after {
  right: -100px;
}
/* Slit */
.ss-style-slit {
  padding-top: 5em;
}
.ss-style-slit::before,
.ss-style-slit::after {
  width: 50.5%;
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(60%);
  height: 160px;
  background: #2980b9;
  top: -160px;
}
.ss-style-slit::before {
  left: -20px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  box-shadow: -10px -20px #3192d3;
}
.ss-style-slit::after {
  right: -20px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  box-shadow: 10px -20px #3192d3;
}
/* Big half circle */
#bigHalfCircle path {
  fill: #3498db;
  stroke: #3498db;
}
/* Big triangle with shadow */
#trianglePath1 {
  fill: #3498db;
  stroke: #3498db;
}
#trianglePath2 {
  fill: #2072a7;
  stroke: #2072a7;
}
/* Inclined Zig Zag */
.ss-style-inczigzag::before,
.ss-style-inczigzag::after {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100px 100%;
}
.ss-style-inczigzag::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2980b9), color-stop(0.5, #3498db));
  background-image: linear-gradient(15deg, #3498db 50%, #2980b9 50%);
}
.ss-style-inczigzag::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #3498db), color-stop(0.5, #2980b9));
  background-image: linear-gradient(15deg, #2980b9 50%, #3498db 50%);
}
/* Castle */
.ss-style-castle::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #3498db 50%, #2980b9 50%);
  background-image: linear-gradient(40deg, #3498db 50%, #2980b9 50%);
}
/* Alternative slit with inner shadow */
#slitPath1 {
  fill: #3498db;
  stroke: red;
  stroke-width: 0;
}
#slitPath2,
#slitPath3 {
  fill: #2072a7;
}
/* Folded corner */
.ss-style-foldedcorner::before,
.ss-style-foldedcorner::after {
  bottom: 0;
  width: 100px;
  height: 100px;
}
.ss-style-foldedcorner::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #37a2ea 50%, #3498db 50%);
  background-image: linear-gradient(315deg, #3498db 50%, #37a2ea 50%);
}
.ss-style-foldedcorner::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #236fa1 50%);
  background-image: linear-gradient(315deg, #236fa1 50%, transparent 50%);
}
/* Dots */
.ss-style-dots::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 30px 0 #2072a7, -30px 0 #2072a7;
}
/* Double Line */
.ss-style-doubleline::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2072a7;
  box-shadow: 0 30px 0 #2072a7;
}
/* Cross */
.ss-style-cross {
  padding-bottom: 15em;
}
.ss-style-cross::before,
.ss-style-cross::after {
  background: #2072a7;
  bottom: 70px;
  width: 200px;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.ss-style-cross::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.ss-style-cross::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
/* Stamp */
#stamp path {
  fill: #3498db;
  stroke: #3498db;
  /* avoid gap in FF */

}
/* Clouds */
#clouds path {
  fill: #ecf0f1;
  stroke: #ecf0f1;
}
/*Media Queries for the layout 
@media screen and (max-width: 68em) {
    section {
        font-size: 80%;
    }
}*/
@media screen and (max-width: 54em) {
  .column {
    display: block;
    width: 100% !important;
  }
  .icon {
    margin: 0 auto;
  }
  .col-2 .column:first-child .icon {
    margin: 0 auto 50px;
  }
  .col-2 .column:nth-child(2) .icon {
    margin: 50px auto 0;
  }
}
/* owl carousel */
.owl-carousel-navigation {
  text-align: center;
  margin-top: 50px;
}
.owl-carousel-navigation .prev,
.owl-carousel-navigation .next {
  font-family: 'fontello';
}
.owl-carousel-navigation .prev:before {
  content: '\e9fa';
}
.owl-carousel-navigation .next:before {
  content: '\e9fb';
}
.owl-carousel-navigation .btn-owl {
  padding: 3px 17px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  margin: 0 3px;
  color: #8c9899;
}
.owl-carousel-navigation .btn-owl:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.owl-carousel-navigation .btn-owl:hover p,
.owl-carousel-navigation .btn-owl:hover h1,
.owl-carousel-navigation .btn-owl:hover h2,
.owl-carousel-navigation .btn-owl:hover span,
.owl-carousel-navigation .btn-owl:hover i {
  color: #ffffff;
}
.owl-carousel-navigation .btn-owl:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
/* modal box */
.md-overlay {
  background: rgba(0, 0, 0, 0.8);
}
a.md-trigger {
  cursor: pointer;
}
.md-modal {
  max-width: 1920px;
}
.md-modal .md-close {
  padding: 0px 5px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #8c9899;
  position: absolute;
  top: 10px;
  right: 10px;
  border: medium;
}
.md-modal .md-close:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.md-modal .md-close:hover p,
.md-modal .md-close:hover h1,
.md-modal .md-close:hover h2,
.md-modal .md-close:hover span,
.md-modal .md-close:hover i {
  color: #ffffff;
}
.md-modal .md-close:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.md-modal .md-close:active {
  top: 12px;
}
.md-modal .md-content {
  border: none;
  /*#fff solid 15px;*/

  width: 100%;
  overflow: hidden;
  background-color: #1abc9c;
  box-shadow: 0px 0px 100px black;
}
.md-modal .md-content .md-description {
  text-align: center;
  line-height: 1.6em;
}
/* recent blog post */
#recent-blog-post .owl-slide {
  margin: 0 20px;
  background: #ecf0f1;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #recent-blog-post .owl-slide {
    max-width: 320px;
    position: relative;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  #recent-blog-post .owl-slide {
    max-width: 240px;
    position: relative;
    margin: 0 auto;
  }
}
#recent-blog-post .owl-slide .top-image img {
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
#recent-blog-post figure img {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -ms-transition: -ms-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}
#recent-blog-post figure:hover img,
#recent-blog-post figure.cs-hover img {
  -webkit-transform: translateY(-170%);
  -moz-transform: translateY(-170%);
  -ms-transform: translateY(-170%);
  -o-transform: translateY(-170%);
  transform: translateY(-170%);
}
#recent-blog-post figcaption {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
#recent-blog-post figure:hover .thumb-image,
#recent-blog-post figure.cs-hover .thumb-image {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 768px) and (max-width: 992px) {
  #recent-blog-post figure:hover .thumb-image,
  #recent-blog-post figure.cs-hover .thumb-image {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  #recent-blog-post figure:hover .thumb-image,
  #recent-blog-post figure.cs-hover .thumb-image {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 320px) {
  #recent-blog-post figure:hover .thumb-image,
  #recent-blog-post figure.cs-hover .thumb-image {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
#recent-blog-post figure:hover figcaption,
#recent-blog-post figure.cs-hover figcaption {
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  transform: translateY(-140px);
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  -ms-transition: -ms-transform 1.2s;
  transition: transform 1.2s;
}
@media (max-width: 320px) {
  #recent-blog-post figure:hover figcaption,
  #recent-blog-post figure.cs-hover figcaption {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}
#recent-blog-post .thumb-image {
  text-align: center;
}
#recent-blog-post .thumb-image img {
  height: 80px;
  margin-top: -40px;
  border: 5px solid #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
}
#recent-blog-post .description {
  height: 150px;
  padding: 15px;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -ms-transition: -ms-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}
#recent-blog-post .description p {
  font-size: 14px;
  color: #a4a8a9;
}
#recent-blog-post .description h4 {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0px;
}
#recent-blog-post .description a.post-title {
  line-height: 1.7;
  font-size: 16px;
  display: block;
  margin-top: 16px;
  color: #2a2929;
}
.mini-panel {
  padding: 0px;
}
.mini-panel > div {
  background-color: #bdc3c7;
  font-size: 12px;
  padding: 9px 5px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  -webkit-transform: translate3d(0, 0, 0);
}
.mini-panel > div i {
  margin-right: 5px;
}
.mini-panel > div:nth-child(2) {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: relative;
  z-index: 10;
}
.mini-panel > div:first-child {
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
}
.mini-panel > div:last-child {
  -webkit-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
}
/* blog masonry post */
.blog-masonry-container {
  padding-bottom: 0px;
}
.blog-masonry hr {
  margin-top: 20px;
  color: #ecf0f1;
}
#blog-masonry .masonry-item {
  margin: 20px 0px;
  background: #ecf0f1;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #blog-masonry .masonry-item {
    max-width: 480px;
    position: relative;
  }
}
@media (max-width: 320px) {
  #blog-masonry .masonry-item {
    max-width: 240px;
    position: relative;
  }
}
#blog-masonry .masonry-item .top-image img {
  width: 100%;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-clip: padding-box;
}
#blog-masonry figure img {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -ms-transition: -ms-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}
#blog-masonry figure:hover img,
#blog-masonry figure.cs-hover img {
  -webkit-transform: translateY(-170%);
  -moz-transform: translateY(-170%);
  -ms-transform: translateY(-170%);
  -o-transform: translateY(-170%);
  transform: translateY(-170%);
}
#blog-masonry figcaption {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
#blog-masonry figure:hover .thumb-image,
#blog-masonry figure.cs-hover .thumb-image {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 768px) and (max-width: 992px) {
  #blog-masonry figure:hover .thumb-image,
  #blog-masonry figure.cs-hover .thumb-image {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 768px) {
  #blog-masonry figure:hover .thumb-image,
  #blog-masonry figure.cs-hover .thumb-image {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (max-width: 320px) {
  #blog-masonry figure:hover .thumb-image,
  #blog-masonry figure.cs-hover .thumb-image {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
#blog-masonry figure:hover figcaption,
#blog-masonry figure.cs-hover figcaption {
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -ms-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  transform: translateY(-140px);
  -webkit-transition: -webkit-transform 1.2s;
  -moz-transition: -moz-transform 1.2s;
  -o-transition: -o-transform 1.2s;
  -ms-transition: -ms-transform 1.2s;
  transition: transform 1.2s;
}
@media (max-width: 320px) {
  #blog-masonry figure:hover figcaption,
  #blog-masonry figure.cs-hover figcaption {
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
  }
}
#blog-masonry .thumb-image {
  text-align: center;
}
#blog-masonry .thumb-image img {
  height: 80px;
  margin-top: -40px;
  border: 5px solid #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-clip: padding-box;
}
#blog-masonry .description {
  height: 150px;
  padding: 15px;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -ms-transition: -ms-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
}
#blog-masonry .description p {
  font-size: 14px;
  color: #a4a8a9;
}
#blog-masonry .description h4 {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0px;
}
#blog-masonry .description a.post-title {
  line-height: 1.7;
  font-size: 16px;
  display: block;
  margin-top: 16px;
  color: #2a2929;
}
/* featured work  */
#featured-work-navbar {
  margin: 0px 20px;
  box-shadow: none;
  border: #ccc solid 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  #featured-work-navbar {
    border: none;
  }
}
#featured-filter {
  text-align: center;
  font-size: 12px;
}
#featured-filter a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  background: none;
  line-height: 1.4;
  padding: 10px 12px;
}
#featured-filter a.active,
#featured-filter a:hover {
  color: #fff;
}
#featured-filter li {
  margin: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #bdc3c7;
}
#featured-filter li.active,
#featured-filter li:hover {
  background-color: #1abc9c;
}
.featured-work-2 {
  background-color: #f6f7f7;
  padding: 80px 0px;
  margin-bottom: 0px;
}
.featured-work-2 .navbar-default {
  background-color: transparent;
}
.featured-work-2 .nav-slide {
  font-family: 'fontello';
  position: absolute;
  bottom: 40px;
  left: 50%;
}
.featured-work-2 .nav-slide a {
  margin: 0 -46px;
}
.featured-work-2 .nav-slide a.btn {
  padding: 2px 9px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #8c9899;
}
.featured-work-2 .nav-slide a.btn:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.featured-work-2 .nav-slide a.btn:hover p,
.featured-work-2 .nav-slide a.btn:hover h1,
.featured-work-2 .nav-slide a.btn:hover h2,
.featured-work-2 .nav-slide a.btn:hover span,
.featured-work-2 .nav-slide a.btn:hover i {
  color: #ffffff;
}
.featured-work-2 .nav-slide a.btn:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.featured-work-2 #featured-work-2 {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .featured-work-2 #featured-work-2 {
    padding: 0 20px;
  }
}
.featured-work-2 .top-image {
  position: relative;
}
.featured-work-2 .top-image img {
  height: auto;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.featured-work-2 .top-image,
.featured-work-2 .description {
  position: relative;
}
.featured-work-2 h4 {
  line-height: 1.7;
  font-weight: 300;
}
.featured-work-2 .description {
  background: rgba(26, 188, 156, 0.6);
  opacity: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.featured-work-2 .featured-item {
  overflow: hidden;
  text-align: center;
  margin: 20px 0px;
}
.featured-work-2 .slide-content {
  padding: 40px 40px;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .featured-work-2 .slide-content {
    padding: 1px 10px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .featured-work-2 .slide-content {
    padding: 30px 10px;
  }
}
@media (max-width: 480px) {
  .featured-work-2 .slide-content {
    padding: 10px;
  }
}
@media (max-width: 319px) {
  .featured-work-2 .slide-content {
    padding-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .featured-work-2 .slide-content p {
    display: none;
  }
}
@media (max-width: 319px) {
  .featured-work-2 .slide-content p {
    display: none;
  }
}
#featured-work .nav-slide {
  font-family: 'fontello';
  position: absolute;
  bottom: 40px;
  left: 50%;
}
#featured-work .nav-slide a {
  margin: 0 -46px;
}
#featured-work .nav-slide a.btn {
  padding: 2px 9px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #8c9899;
}
#featured-work .nav-slide a.btn:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
#featured-work .nav-slide a.btn:hover p,
#featured-work .nav-slide a.btn:hover h1,
#featured-work .nav-slide a.btn:hover h2,
#featured-work .nav-slide a.btn:hover span,
#featured-work .nav-slide a.btn:hover i {
  color: #ffffff;
}
#featured-work .nav-slide a.btn:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
#featured-work .top-image {
  position: relative;
}
#featured-work .top-image img {
  height: auto;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#featured-work .top-image,
#featured-work .description {
  position: relative;
}
#featured-work h4 {
  line-height: 1.7;
  font-weight: 300;
}
#featured-work .description {
  background: rgba(26, 188, 156, 0.6);
  opacity: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#featured-work .owl-slide {
  overflow: hidden;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #featured-work .owl-slide {
    max-width: 300px;
    margin: 40px auto;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  #featured-work .owl-slide {
    max-width: 373px;
    margin: 40px auto;
    position: relative;
  }
}
@media (max-width: 600px) {
  #featured-work .owl-slide {
    max-width: 320px;
    position: relative;
    margin: 40px auto;
  }
}
@media (max-width: 320px) {
  #featured-work .owl-slide {
    max-width: 260px;
    position: relative;
    margin: 0px auto;
  }
}
#featured-work .slide-content {
  padding: 40px 40px;
  color: #fff;
}
#featured-work .slide-content h4 {
  color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #featured-work .slide-content {
    margin: 0px auto;
    padding: 1px 10px;
  }
}
@media (max-width: 480px) {
  #featured-work .slide-content {
    margin: 0px auto;
    padding: 1px 5px;
  }
}
/* Recent Post */
#recent-post {
  text-align: left;
  line-height: 1.4em;
}
#recent-post img {
  width: 53px;
  height: auto;
  display: inline-block;
  float: left;
  margin: 0px 15px;
}
#recent-post a {
  text-decoration: none;
}
#recent-post p {
  padding-left: 15px;
  margin: 0px;
}
#recent-post p a.post-title {
  color: #fff;
  font-weight: 300;
}
#recent-post a.author,
#recent-post date,
#recent-post .date {
  font-size: 75%;
  line-height: 1.4em;
}
#recent-post date,
#recent-post .date {
  color: #908d8d;
  font-family: 'lora';
  font-style: italic;
}
#recent-post hr {
  clear: both;
}
#recent-post hr:after {
  width: 0px;
}
#recent-post .owl-slide {
  padding-right: 10px;
}
#recent-post .owl-item {
  overflow: hidden;
}
#recent-post .owl-controls .owl-page {
  float: left;
  margin: 0 0px;
  color: #fff;
}
#recent-post .owl-controls .owl-page span {
  width: 6px;
  height: 6px;
  margin: 5px 2px;
  border-radius: 10px;
  background: #fff;
  color: #fff;
  opacity: 1;
}
#recent-post .owl-controls .owl-page span:hover {
  background-color: #820503;
}
#recent-post .owl-controls .owl-page.active span {
  background-color: #820503;
}
/* profile team */
.profile_team .profile {
  margin-bottom: 40px;
  -webkit-perspective: 1700px;
  -moz-perspective: 1700px;
  -o-perspective: 1700px;
  -ms-perspective: 1700px;
  perspective: 1700px;
  -webkit-perspective-origin: 0 50%;
  -moz-perspective-origin: 0 50%;
  -o-perspective-origin: 0 50%;
  -ms-perspective-origin: 0 50%;
  perspective-origin: 0 50%;
}
@media (max-width: 767px) {
  .profile_team .profile {
    max-width: 320px;
    position: relative;
    margin: 40px auto;
  }
}
@media (max-width: 319px) {
  .profile_team .profile {
    width: 300px;
    margin: 40px auto;
  }
}
.profile_team .profile h3 {
  margin-top: 0px;
}
.profile_team .profile ul.profile-scocial {
  position: absolute;
  bottom: 10px;
  padding-left: 0px;
}
.profile_team .profile ul.profile-scocial li {
  display: inline-block;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .profile_team .profile ul.profile-scocial li {
    padding-right: 0px;
  }
}
.profile_team .profile ul.profile-scocial li a {
  color: #34495e !important;
}
.profile_team .profile ul.profile-scocial li a:hover {
  color: #820503 !important;
  text-decoration: none;
}
.profile_team .profile p {
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .profile_team .profile p {
    display: none;
  }
}
.profile_team .profile .profile-heading {
  font-size: 26px;
}
.profile_team .profile .profile-heading,
.profile_team .profile p {
  color: #fff;
}
.profile_team .profile .profile-subheading {
  color: #1abc9c;
  font-family: 'lora';
  font-style: italic;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .profile_team .profile .profile-subheading {
    margin-top: 20px;
  }
}
.profile_team .profile figure {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.profile_team .profile figure > div {
  overflow: hidden;
}
.profile_team .profile figure img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  transition: transform 0.4s;
}
.profile_team .profile figure:hover img,
.profile_team .profile figure.cs-hover img {
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
}
.profile_team .profile figcaption {
  height: 100%;
  width: 50%;
  opacity: 0;
  background-color: #17222d;
  position: absolute;
  padding: 0 15px;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
  -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}
.profile_team .profile .figcap {
  position: absolute;
  top: 50%;
  left: 95%;
  width: 15px;
  height: 15px;
  background-color: inherit;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.profile_team .profile figcaption::before {
  content: '';
  display: inline-block;
  /*width: 15px;
          height: 15px;*/

  background-color: inherit;
}
@media (min-width: 992px) and (max-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 320px) {
  
}
@media (max-width: 319px) {
  
}
.profile_team .profile figure:hover figcaption,
.profile_team .profile figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  -mos-transition: -mos-transform 0.4s, opacity 0.1s;
  -o-transition: -o-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
/* client testimonial */
.client-testimoni {
  padding: 80px 0;
  color: #999999;
  margin-bottom: 0px !important;
}
.client-testimoni #client-testimonial {
  margin-top: -50px !important;
}
.client-testimoni blockquote {
  border: none;
  margin-left: 60px;
}
.client-testimoni blockquote p {
  font-size: 16px;
  line-height: 2;
}
.client-testimoni blockquote:before {
  content: '\201C';
  font-size: 170px;
  font-family: lora;
  font-style: italic;
  position: relative;
  color: #f6f7f7;
  line-height: 0.5;
  padding: 0px !important;
  float: left;
  top: 60px !important;
  height: 0;
  width: 0;
  pointer-events: none;
  margin-left: -100px;
}
.client-testimoni .client-say {
  border-bottom: solid 1px #ddd;
  padding: 3px 15px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px !important;
  color: #999999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.client-testimoni .client-say:after,
.client-testimoni .client-say:before {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .client-testimoni .client-say:after,
  .client-testimoni .client-say:before {
    left: 50%;
  }
}
.client-testimoni .client-say:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.client-testimoni .client-say:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}
.client-testimoni .client-avatar {
  width: 100px;
  float: left;
}
.client-testimoni .client-avatar img {
  width: 100px;
  height: auto;
}
.client-testimoni .client-profile {
  display: inline;
  left: 50px;
  top: -15px;
  position: relative;
  float: left;
  max-width: 75%;
  min-height: 120px;
  font-size: 14px;
  font-weight: 300;
}
.client-testimoni .client-profile h4 {
  color: #1abc9c;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 767px) {
  .client-testimoni .client-profile {
    max-width: 50%;
  }
}
.client-testimoni .date {
  float: right;
  top: -15px;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  position: relative;
}
@media (max-width: 767px) {
  .client-testimoni .date {
    display: none;
  }
}
/* company logos */
.client-logos {
  background-color: #f6f7f7;
  padding: 80px 0;
  margin-bottom: 80px;
}
.client-logos .testimoni img {
  margin: 0 auto;
  text-align: center;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}
.isotope {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform,opacity;
  transform: translate(0, 0) scale(1);
}
.isotope .isotope-item.more-post {
  -webkit-transition: opacity 0.8s 0.5s;
  -moz-transition: opacity 0.8s 0.5s;
  -o-transition: opacity 0.8s 0.5s;
  -ms-transition: opacity 0.8s 0.5s;
  transition: opacity 0.8s 0.5s;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  display: none;
}
/*-----------------*/
/* portfolio page */
/*---------------*/
.portfolio-page section.twitter-section {
  margin-bottom: 0px;
}
.portfolio-page #portfolios {
  padding: 0px;
}
.portfolio-page #portfolios .nav-slide {
  font-family: 'fontello';
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  margin-top: -15px;
  margin-left: -46px;
  -webkit-transform: translate(50%, 50%) scale(1);
  -moz-transform: translate(50%, 50%) scale(1);
  -ms-transform: translate(50%, 50%) scale(1);
  -o-transform: translate(50%, 50%) scale(1);
  transform: translate(50%, 50%) scale(1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-page #portfolios .nav-slide a {
  margin: 0px 5px;
}
.portfolio-page #portfolios .nav-slide a.btn {
  padding: 2px 9px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #8c9899;
}
.portfolio-page #portfolios .nav-slide a.btn:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.portfolio-page #portfolios .nav-slide a.btn:hover p,
.portfolio-page #portfolios .nav-slide a.btn:hover h1,
.portfolio-page #portfolios .nav-slide a.btn:hover h2,
.portfolio-page #portfolios .nav-slide a.btn:hover span,
.portfolio-page #portfolios .nav-slide a.btn:hover i {
  color: #ffffff;
}
.portfolio-page #portfolios .nav-slide a.btn:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
.portfolio-page #portfolios .top-image {
  position: relative;
  overflow: hidden;
}
.portfolio-page #portfolios .top-image img {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.portfolio-page #portfolios .top-image,
.portfolio-page #portfolios .description {
  position: relative;
}
.portfolio-page #portfolios h4 {
  line-height: 1.7;
  font-weight: 300;
}
.portfolio-page #portfolios .description {
  background: rgba(26, 188, 156, 0.6);
  opacity: 1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.portfolio-page #portfolios .slide-content {
  padding: 40px 40px;
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .portfolio-page #portfolios .slide-content {
    padding: 1px 10px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .portfolio-page #portfolios .slide-content {
    padding: 30px 10px;
  }
}
@media (max-width: 480px) {
  .portfolio-page #portfolios .slide-content {
    padding: 10px;
  }
}
@media (max-width: 319px) {
  .portfolio-page #portfolios .slide-content {
    padding-top: 30px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .portfolio-page #portfolios .slide-content p {
    display: none;
  }
}
@media (max-width: 319px) {
  .portfolio-page #portfolios .slide-content p {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-page #portfolios.portfolio-4col {
    margin: 0px 40px;
    max-width: 590px;
  }
}
@media (min-width: 590px) and (max-width: 767px) {
  .portfolio-page #portfolios.portfolio-4col {
    margin: 0px 40px;
    max-width: 590px;
  }
}
@media (max-width: 589px) {
  .portfolio-page #portfolios.portfolio-4col {
    margin: 0px 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portfolio-page #portfolios.portfolio-5col {
    margin: 0px 20px;
    max-width: 732px;
  }
}
@media (min-width: 488px) and (max-width: 767px) {
  .portfolio-page #portfolios.portfolio-5col {
    margin: 0px 20px;
    max-width: 488px;
  }
}
@media (max-width: 487px) {
  .portfolio-page #portfolios.portfolio-5col {
    margin: 0px 20px;
  }
}
.portfolio-page .portfolio {
  margin-bottom: 80px;
}
.portfolio-page .portfolio .portfolio-item {
  margin: 10px 0px;
  overflow: hidden;
}
.portfolio-page .portfolio .portfolio-item img {
  width: 100%;
}
.portfolio-page .portfolio .portfolio-with-desc .portfolio-item {
  overflow: hidden;
  background: #ecf0f1;
  height: 495px;
}
.portfolio-page .portfolio .portfolio-with-desc .portfolio-item .description {
  height: 225px;
  padding: 20px;
  background: rgba(255, 255, 255, 0) !important;
  color: #a4a8a9;
  font-size: 14px;
}
.portfolio-page .portfolio .portfolio-with-desc .portfolio-item .portfolio-link-detail {
  line-height: 1.7;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #2a2929;
}
.portfolio-page .portfolio .portfolio-with-desc .portfolio-item.more-post {
  background: none;
  height: auto;
}
.portfolio-page .portfolio .portfolio-with-desc .portfilio-meta {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
}
.portfolio-page .portfolio .portfolio-with-desc .portfilio-meta li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: auto;
}
.portfolio-page .portfolio .portfolio-with-desc .portfilio-meta li:after {
  content: '|';
  width: 0;
  padding: 0;
  margin: 0px 0px 0px 6px;
  height: 0;
}
.portfolio-page .portfolio .portfolio-with-desc .portfilio-meta li:last-child:after {
  content: '';
}
.portfolio-page .portfolio .portfolio-with-desc .top-image {
  position: relative;
  overflow: hidden;
  height: 271px;
  width: 285px;
}
.portfolio-page .portfolio .portfolio-with-desc .square {
  width: 285px;
}
.portfolio-page .portfolio .portfolio-with-desc .square .top-image {
  width: 285px;
}
.portfolio-page .portfolio .portfolio-with-desc .landscape {
  width: 590px;
}
.portfolio-page .portfolio .portfolio-with-desc .landscape .top-image {
  width: 590px;
}
.portfolio-page .portfolio .portfolio-4col .square {
  width: 285px;
  height: 285px;
}
.portfolio-page .portfolio .portfolio-4col .big-square {
  width: 590px;
  height: 590px;
}
.portfolio-page .portfolio .portfolio-4col .portrait {
  width: 285px;
  height: 590px;
}
.portfolio-page .portfolio .portfolio-4col .landscape {
  width: 590px;
  height: 285px;
}
.portfolio-page .portfolio .portfolio-5col .square {
  width: 224px;
  height: 224px;
}
.portfolio-page .portfolio .portfolio-5col .big-square {
  width: 468px;
  height: 468px;
}
.portfolio-page .portfolio .portfolio-5col .portrait {
  width: 224px;
  height: 468px;
}
.portfolio-page .portfolio .portfolio-5col .landscape {
  width: 468px;
  height: 224px;
}
.portfolio-page .portfolio .more-post {
  font-size: 16px;
  text-transform: uppercase;
  color: #2a2929;
  font-weight: 300;
}
.portfolio-page .portfolio .btn-more {
  padding: 0px 13px;
  -webkit-box-shadow: 0 4px 0 #bdc3c7;
  box-shadow: 0 4px 0 #bdc3c7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ecf0f1;
  position: relative;
  top: 0;
  color: #8c9899;
  font-size: 26px;
  font-weight: 400;
  margin-right: 20px;
}
.portfolio-page .portfolio .btn-more:hover {
  background-color: #1abc9c;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 0 #17a689;
  box-shadow: 0 4px 0 #17a689;
}
.portfolio-page .portfolio .btn-more:hover p,
.portfolio-page .portfolio .btn-more:hover h1,
.portfolio-page .portfolio .btn-more:hover h2,
.portfolio-page .portfolio .btn-more:hover span,
.portfolio-page .portfolio .btn-more:hover i {
  color: #ffffff;
}
.portfolio-page .portfolio .btn-more:active {
  top: 3px;
  -webkit-box-shadow: 0 0 0 #17a689;
  box-shadow: 0 0 0 #17a689;
}
/* portfolio detail */
.portfolio-detail-page .carousel-control {
  font-size: 50px;
  top: 40%;
  height: 0px;
}
.portfolio-detail-page .portfolio-gallery > div {
  padding-left: 0px;
  padding-top: 20px;
}
.portfolio-detail-page .portfolio-title {
  font-weight: 300;
  color: #2a2929;
  font-size: 30px;
}
.portfolio-detail-page .portfolio-content {
  font-size: 14px;
  color: #a4a8a9;
}
.portfolio-detail-page .portfolio-content .portfolio-description {
  padding-top: 20px;
}
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
[data-uk-scrollspy*='uk-animation-'] {
  opacity: 0;
}
/*
 * Fade
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/*
 * Scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-scale-up;
  animation-name: uk-scale-up;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-scale-down;
  animation-name: uk-scale-down;
}
/*
 * Slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-slide-top;
  animation-name: uk-slide-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-slide-bottom;
  animation-name: uk-slide-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-slide-left;
  animation-name: uk-slide-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-slide-right;
  animation-name: uk-slide-right;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
/* Keyframes
 ========================================================================== */
/*
 * Fade
 */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale up
 */
@-webkit-keyframes uk-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale down
 */
@-webkit-keyframes uk-scale-down {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Slide top
 */
@-webkit-keyframes uk-slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom
 */
@-webkit-keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Slide right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Shake
 */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Slide top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Slide bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Spin
 */
@-webkit-keyframes uk-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.form-group{
  border: 1px solid #000;
  background: transparent !important;
}
.btn{

background: #820503 !important; /* Old browsers */
background: -moz-linear-gradient(top, #820503 0%, # 820503 50%, #820503 51%, #820503 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#820503), color-stop(50%,#32352d), color-stop(51%,#37412a), color-stop(100%,#32352d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #820503 0%,#820503 50%,#820503 51%,#820503 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #820503 0%,#820503 50%,#820503 51%,#820503 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #820503 0%,#820503 50%,#820503 51%,#820503 100%); /* IE10+ */
background: linear-gradient(to bottom, #820503 0%,#820503 50%,#820503 51%,#820503 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37412a', endColorstr='#32352d',GradientType=0 ); /* IE6-9 */
  color: #fff;
padding: 8px 25px;
border:0px !important;
width: 100%;
}
.btn:hover{
  background-color: #525948;
  color: #fff;
  border-color:#000 !important;
}
.form-control{
  border-color:transparent!important;
}
.txt{
  color: #424242 !important;
font-weight: 400;
}

.ctxt{
  color: #424242 !important;
font-weight: 400;
line-height: 30px;
font-size: 16px;
}
.space{
  padding-left: 15px !important; padding-right: 15px !important;

}
.box{
   background:#f4f4f3 ;
   opacity: 0.45;

}

  a {
    color: #820503 ;
}

.red:hover{
   color: #820503 !important;
}

.bg-black {
    background-color: #222120!important; 
    bottom: 0!important;
    height: 60px !important; 
    position:relative !important;
    width: 100% !important;
}
.top{
  margin-top: 15px;
}
@media (min-width: 320px) and (max-width: 1200px) {
 
 .bg-black {
    background-color: #222120!important; 
    bottom: 0!important;
    height: 150px !important; 
    position:relative !important;
    width: 100% !important;
}

.buy_now {

  height: auto!important; 
  color: #ffffff;
  overflow: hidden;
  padding: 20px 0;
}
}

.cb-slideshow,
.cb-slideshow:after {
    
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'Open Sans', sans-serif;
      font-size: 30px;
    padding: 20px;
    line-height: 34px;
    margin-left: 30px;
    font-weight: bold;
    text-align: left;
   
}

h3.bg-thumb {
float: left;
background: rgba(255, 82, 0, 0.8);
color: #fff !important;
}
.cb-slideshow li:nth-child(1) span { background-image: url(../images/main_slide/vishnumahal-6.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/main_slide/vishnumahal-8.jpg);
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
    -o-animation-delay: 7s;
    -ms-animation-delay: 7s;
    animation-delay:7s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/main_slide/vishnumahal-1.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/main_slide/vishnumahal-2.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/main_slide/vishnumahal-4.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
/*.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/main_slide/vishnumahal-2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/







.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
/*.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}*/

/*.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}*/


.cb-slideshow li .cont1{
    z-index: 1000;
    position: absolute;
    top:25%;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}

.navbar-brand > img{
  width:88%;
}
.cb-slideshow li .cont2{
    z-index: 1000;
    position: absolute;
    top:70%;
    right: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 30s linear infinite 0s;
    -moz-animation: titleAnimation 30s linear infinite 0s;
    -o-animation: titleAnimation 30s linear infinite 0s;
    -ms-animation: titleAnimation 30s linear infinite 0s;
    animation: titleAnimation 30s linear infinite 0s;
}

@-webkit-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
      opacity: 0;
      -webkit-transform: scale(1.1) translateY(-100%);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
      opacity: 0;
      -moz-transform: scale(1.1) translateY(-100%);
  }
  100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
      opacity: 0;
      -o-transform: scale(1.1) translateY(-100%);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
      opacity: 0;
      -ms-transform: scale(1.1) translateY(-100%);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
      opacity: 0;
      -transform: scale(1.1) translateY(-100%);
  }
  100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -webkit-transform: translateY(-300%);
  }
  8% {
      opacity: 1;
      -webkit-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -webkit-transform: translateY(0%);
  }
  19% {
      opacity: 0;
      -webkit-transform: translateY(100%);
  }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -moz-transform: translateY(-300%);
  }
  8% {
      opacity: 1;
      -moz-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -moz-transform: translateY(0%);
  }
  19% {
      opacity: 0;
      -moz-transform: translateY(100%);
  }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -o-transform: translateY(-300%);
  }
  8% {
      opacity: 1;
      -o-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -o-transform: translateY(0%);
  }
  19% {
      opacity: 0;
      -o-transform: translateY(100%);
  }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
  0% {
      opacity: 0;
      -ms-transform: translateY(-300%);
  }
  8% {
      opacity: 1;
      -ms-transform: translateY(0%);
  }
  17% {
      opacity: 1;
      -ms-transform: translateY(0%);
  }
  19% {
      opacity: 0;
      -ms-transform: translateY(100%);
  }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
@keyframes titleAnimation { 
  0% {
      opacity: 0;
      transform: translateY(-300%);
  }
  8% {
      opacity: 1;
      transform: translateY(0%);
  }
  17% {
      opacity: 1;
      transform: translateY(0%);
  }
  19% {
      opacity: 0;
      transform: translateY(100%);
  }
  25% { opacity: 0 }
  100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
  opacity: 1;
}
@media screen and (max-width: 1140px) { 
  .cb-slideshow li div h3 { font-size: 30px }
}
@media screen and (max-width: 600px) { 
  .cb-slideshow li div h3 { font-size: 20px }
}


  .txt1 {
font-size: 14px;
color: #FFF;
}

.form-control {

display: block;
/* width: 99%; */
max-width:188px;
height: 35px;
}

.frm{
  font-size:12px; 
}
.red{
  color: #820503 !important
}

          p {
    margin: 0;
}

ul, ol {
    color: #000;

    }

@media screen (min-width: 1140px) and (max-width: 600px) { 

.form-control {
display: block;
/* width: 99%; */
width: 100%;
height: 46px;
}

  }

  @media (min-width: 768px){
.form-inline .form-control {
 display: inline-block; 
}
.red{
  color: #820503 !important
}

          p {
    margin: 0;
}

ul, ol {
    color: #000;

    }

 }

@media screen (min-width: 217px) and (max-width: 319px) { 


.form-control {
display: block;
/* width: 99%; */
width: 100% !important;
height: 40px;
background: none;

}



.bg-black {
    background-color: #222120!important; 
    bottom: 0!important;
    height: 230px !important; 
    position:relative !important;
    width: 100% !important;
}
.buy_now {
 background:transparent!important;  
  background-repeat: no-repeat!important; 
  background-position: center center!important;  
  background-size: cover!important; 
  height: auto!important; 
  color: #ffffff;
  overflow: hidden;
  padding: 20px 0;
}
}

.red{
  color: #820503 !important
}

          p {
    margin: 0;
}

ul, ol {
    color: #000;
    list-style: none;

    }


.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.mail:hover{
  color:#a4771c;
}
}

@media (min-width: 768px) {
 .navbar-nav {
    float: left;
  }

  .navbar-right {
    float: right !important;

  }
  .navbar-right > a > img {
    width: 100%;
  
  }
    

}

@media (max-width: 768px) {
 
  .navbar-right  {
    /*display: none;
  */
  margin-top: 4px !important;
  background: #fff;
  }
  .txt1 {
line-height: 30px;
text-align: center;
}

.list-inline {
  text-align: center;
  margin: 0 auto;
}
.section-head h2 {
font-size: 20px;
line-height: 26px;
}
}

.grid-icon-container .grid-icon span img {
    max-width:100px;
    max-height: 100px;
}



@media (max-width: 468px) {
 
  
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #fff;
background-color:#f96f1b;

}
 .navbar-right  {
    /*display: none;
  */
  margin-top: -8px !important;
  background: #fff;
  }

}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px !important;
    font-size: 12px;
    line-height: 1.42857;
    color: #000;
    font-weight: 500;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.img-pad{
  
  padding-left: 17px;
    color: #f76501;
    margin-bottom: 2%;
}












@main-bg:rgb(40,40,59);
@calendar-border:rgb(220,220,255);
@calendar-bg:#fff;
@calendar-standout:rgb(40,40,59);
@calendar-color:#444;
@calendar-fade-color:#c0c0c0;
@body-color:#444;

html, body {
  height:100%;
}
body {
  
  line-height:1.5;
  font-family: "Roboto Condensed", sans-serif;
  background:@main-bg;
  background-image:linear-gradient(@main-bg 0%, darken(@main-bg,12%) 100%);
  color:@body-color;
}

*, *:before, *:after {
  box-sizing:border-box;
}

.group {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

img {
  max-width:100%;
  height:auto;
  vertical-align:baseline;
}

a {
  text-decoration:none;
}

.max(@maxWidth;
  @rules) {
    @media only screen and (max-width: @maxWidth) {
      @rules();
    }
  }

.min(@minWidth;
  @rules) {
    @media only screen and (min-width: @minWidth) {
      @rules();
    }
  }


.calendar-wrapper {
  width:360px;
  margin:3em auto;
  padding:2em;
  border:1px solid @calendar-border;
  border-radius:5px;
  background:@calendar-bg;
  margin-top:0;
  padding-top:0;  
  
}
table {
  clear:both;
  width:100%;
  border:1px solid @calendar-border;
  border-radius:3px;
  border-collapse:collapse;
  color:@calendar-color;
}
td {
  height:48px;
  text-align:center;
  vertical-align:middle;
  border-right:1px solid @calendar-border;
  border-top:1px solid @calendar-border;
  width:100% / 7;
  font-size:12px; 
}
td.not-current {
  color:@calendar-fade-color;;
}
td.normal {}
td.today {
  font-weight:700;
  color:@calendar-standout;
  font-size:1.5em;
}
thead td {
  border:none;
  color:@calendar-standout;
  text-transform:uppercase;
  font-size:1.5em;
  color:#fff; 
}

.bh{
  margin-top:25px; 
}


thead{
  position:relative;
  background:#000;  
} 


#btnPrev {
  float:left; 
  margin-bottom:20px;
  &:before {
    content:'\f104';
    font-family:FontAwesome;
    padding-right:4px;
  }
}
#btnNext {
 float:right; 
  margin-bottom:20px;
  &:after {
    content:'\f105';
    font-family:FontAwesome;
    padding-left:4px;

  }
}
#btnPrev, #btnNext {
  background:#fff;
  padding:4px 2px; 
  border:none;
  outline:none;
  font-size:1.1em;
  color:@calendar-fade-color;
  cursor:pointer;
  font-family:"Roboto Condensed", sans-serif;
  text-transform:uppercase;
  transition:all 0.3s ease;
  &:hover {
    color:@calendar-standout;
    font-weight:bold;
     
    
  }
}

.calendar-wrapper > button{
  position:relative !important;
    bottom:-55px !important;  
    z-index:1; 


}


.vv{
  position:relative; 
}

.vv2{
  position:absolute;

  width: 60%;

  background:#fff;
  box-shadow:1px 2px 5px #777474;  
  bottom:0;
  right:5%;  
}




.vv2 h2{
  font-size:19px;
    font-weight:bold;
  color:#363636;
    /*border-left:2px solid #fd9b00;*/
  margin:0;
  padding-top:11px;
  padding-left:12px; 
  padding-bottom:8px;  

}
.vvvv{
  margin-bottom:55px; 
}
.vv::before{
  position:absolute;
  content:"";
  top:100%;

  left:0;
  bottom:5px;
  right:85px;
  transition:1s; 
  background:rgba(0,0,0,0.5);    
}

.vv:hover::before{
    top:0;
  transition:1s;

}

.vv2:hover::before{
    top:0;
  transition:1s;

}

.vv2 i{
  color:#fd9b00; 
  font-size:15px;
}

.vv2 p{
    padding-left:14.4px; 
    padding-bottom:8px; 
    color:#000; 
    font-size:14px;
    font-weight:400; 
    font-family: "Open Sans",sans-serif
}


.vv img{
  border:1px solid #e6e6e6; 
}



.vv2:hover{
  background:#fd9b00; 
}

.vv2:hover h2{
  color:#000; 
}

.vv2:hover p{
  color:#fff; 
}

.vv2:hover i{
  color:#fff; 
}



.vv:hover .vv2{
  background:#fd9b00; 
}

.vv:hover .vv2 h2{
  color:#000; 
}

.vv:hover .vv2 p{
  color:#fff; 
}

.vv:hover .vv2 i{
  color:#fff; 
}



.gv{
  padding-top:18px; 
}














@media(max-width:1024px){

.navbar-nav > li > a{
  padding:15px 22px; 

}
.vv2{
  right:0;
  width:74%; 
}

.vv::before{
  right:0;
}

}



@media(max-width:980px){

.vv2{
  width:75%;
}
.container{
  width:100%;
}
.navbar-default .navbar-nav > li > a{
  font-size:13px;
}

}

@media(max-width:900px){
 
.navbar-nav > li > a{
 padding:15px 18px; 
}



}

@media(max-width:800px){

.navbar-nav > li > a{
  padding::15px 14px; 
}

.vv2 h2{
  font-size:16px; 
}

}



@media(max-width:768px){
  .navbar-nav > li > a{
    padding:15px 9px; 
  }

}



@media(max-width:767px){
  .vv img{
    width:100%;
    max-width:100%; 
  }
.cdf{
  width:100%;
}
  .vv::before{
    right:0;
  }

  .vv2{
    position:inherit;
    right:0; 
    width:100%;
  }

  .form-control{
    max-width:100%;
  }

.navbar-brand > img{
  width:40%;
}
.navbar-fixed-top, .navbar-fixed-bottom{
  position:fixed; 
}

.cb-slideshow li div h2{
  font-size:16px;
}

.section-head h2{
  font-size:17px; 
}
}



.another-mahal{
 background: #f76501;
 border-radius: 30px;
 cursor: pointer;
}
.another-mahal:hover{
  background-color: #f4cb11;
}

.another-mahal a{
  color: #fff !important;
  font-weight: bold !important;
}
.another-mahal a:after {
  content: url(../images/right-arrow.png);
}

@media only screen and (max-width: 767px) {
.another-mahal{
 width: fit-content;
}
.cb-slideshow li div h3{
            line-height: 23px !important;
    }
    .cb-slideshow li .cont2{
      top: 45%;
    }
    .margintop{
          padding-top: 110px !important;
    }
  }
 @media (min-width: 1200px){
  
  .navbar-nav > li > a {
    padding: 15px 30px !important;
}
.grid-space{

    margin-left: -4%;
}
}