@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
html,
body {
  font-family: "Raleway", sans-serif !important;
  /*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  color: #666666;
  font-size: 16px;
}

a {
  color: #1fb5ac;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

a:hover {
  color: #3cc0bf;
  text-decoration: none;
}

p {
  color: #545454;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}

p:last-child {
  margin-bottom: 0;
}

p a:hover {
  border-bottom: 1px dotted #1fb5ac;
}

mark {
  background: #1fb5ac;
  color: #ffffff;
  padding: 1px 3px;
}

mark.black {
  background: #4b4b4b;
}

img {
  max-width: 100%;
  height: auto;
}

iframe,
audio {
  width: 100%;
  height: 100%;
  border: none;
}

.page-top-height {
  height: 80px;
}

.light-blue {
  color: #1fb5ac;
}

.next-section {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pattern {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/pattern.png);
}

.white-bg {
  background-color: #ffffff;
}

.gray-bg {
  background-color: #f1f2f7;
}

.carousel-indicators li {
  border-radius: 0;
  border: 1px solid #000a2e;
}

.carousel-indicators .active {
  background-color: #1fb5ac;
  border: none;
}

.page {
  padding-top: 150px;
  padding-bottom: 80px;
}

/* 2.1 - Headings 

--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: capitalize;
  /* margin: 15px 0; */
  margin-top: 0;
  line-height: 1.2;
  color: #000a2e;
  /*#262626;*/
  display: block;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.125em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 0.875em;
}

/* 2.1 - Headings End

--------------------------------------------- */

/* 2.2 - Block Quote 

--------------------------------------------- */

blockquote {
  border: none;
  position: relative;
}

/* 2.2 - Block Quote 

--------------------------------------------- */

/* 2.3 - Buttons

--------------------------------------------- */

.btn {
  color: #4b4b4b;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 0;
  margin: 10px;
  position: relative;
  z-index: 0;
}

.btn,
.btn-effect:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-effect.btn-bg:hover:after,
.btn-effect:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.btn-effect.btn-bg:after,
.btn-effect:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-effect,
.btn-effect:hover,
.btn-effect.btn-bg:hover:after {
  background: transparent !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0px;
  outline-offset: 0px;
}

.btn-lg {
  font-size: 20px;
  line-height: 68px;
  height: 70px;
  padding: 0 50px;
}

.btn-md {
  font-size: 17px;
  line-height: 58px;
  height: 60px;
  padding: 0 40px;
}

.btn-sm {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  height: 50px;
  padding: 0 11px;
}

.btn-xs {
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 25px;
  text-transform: capitalize;
}

/* 2.3.1 - Default */

.btn-default {
  border: 2px solid #1fb5ac;
  background: transparent;
}

.btn-default:hover {
  color: #ffffff;
  background: #1fb5ac;
  border: 2px solid #1fb5ac;
}

.btn-default.btn-effect:hover {
  background: transparent;
}

.btn-default.btn-bg {
  color: #ffffff;
  background: #1fb5ac;
}

.btn-default.btn-effect:hover:after,
.btn-default.btn-bg.btn-effect:after {
  background: #1fb5ac;
}

/* 2.3.2 - Light Yellow */

.btn-light-yellow {
  border: 2px solid #e0c124;
  background: transparent;
}

.btn-light-yellow:hover {
  color: #ffffff;
  background: #e0c124;
  border: 2px solid #e0c124;
}

.btn-light-yellow.btn-bg {
  color: #ffffff;
  background-color: #e0c124;
}

.btn-light-yellow.btn-effect:hover:after,
.btn-light-yellow.btn-bg.btn-effect:after {
  background: #e0c124;
}

/* 2.3.3 - Light Red */

.btn-light-red {
  border: 2px solid #343434;
  background-color: transparent;
  
}

.btn-light-red:hover {
  color: #ffffff;
  background: #343434;
  border: 2px solid #343434;
}

.btn-light-red.btn-bg {
  color: #ffffff;
  background: #343434;
}

.btn-light-red.btn-effect:hover:after,
.btn-light-red.btn-bg.btn-effect:after {
  background: #343434;
}

.quick_enquiry .btn-light-red.btn-bg {
  color: #ffffff;
  background: #000a2e;
  border-color: #000a2e;
  margin-right: 0;
}

.quick_enquiry .btn-light-red.btn-bg:hover {
  color: #000a2e;
  background: transparent !important;
}

/* 2.3.4 - Light Green */

.btn-light-green {
  border: 2px solid #000a2e;
  background: transparent;
}

.btn-light-green:hover {
  color: #ffffff;
  background: #000a2e;
  border: 2px solid #000a2e;
}

.btn-light-green.btn-bg {
  color: #ffffff;
  background: #000a2e;
}

.btn-light-green.btn-effect:hover:after,
.btn-light-green.btn-bg.btn-effect:after {
  background: #000a2e;
}

.btn-default.btn-bg:hover,
.btn-light-yellow.btn-bg:hover,
.btn-light-red.btn-bg:hover,
.btn-light-green.btn-bg:hover {
  color: inherit;
  background: transparent;
}

/* 2.3.5 - Parallax Style */

.parallax-style .btn {
  border-color: #000a2e;
  color: #ffffff;
  background-color: #000a2e !important;
  font-weight: 600;
  margin-left: 0;
}

.parallax-style .btn:hover {
  background-color: transparent !important;
  border-color: #000a2e;
  color: #000a2e;
}

.parallax-style .btn.btn-light-red.btn-effect:hover:after,
.parallax-style .btn.btn-light-red.btn-bg.btn-effect:after {
  background: transparent;
}

.button-container .btn {
  text-align: center;
}

/* 2.3.6 - Full Widht */

.full-width.btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/* 2.3 - Buttons End

--------------------------------------------- */

/* 2.4 - Pricing Table

--------------------------------------------- */

.pricing-table {
  text-align: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 25px;
}

.pricing-table:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0px;
}

.pricing-table .package-name,
.pricing-table:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pricing-table .table-head {
  /*background-color: #1fb5ac;*/
  background-color: #000a2e;
  position: relative;
  min-height: 160px;
}

.pricing-table .package-name {
  color: #000a2e;
  font-size: 18px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  padding: 15px;
  padding-bottom: 0;
  position: relative;
  z-index: 0;
}

.pricing-table .package-name:before,
.pricing-table .package-name:after {
  content: "";
  position: absolute;
  height: 0;
  width: 220px;
  left: 50%;
  margin-left: -110px;
  z-index: 1;
}

.pricing-table .package-name:before {
  bottom: 0;
  border-bottom: 1px solid #0e9f96;
}

.pricing-table .package-name:after {
  bottom: -1px;
  border-bottom: 1px solid #2dc0b7;
}

.pricing-table .package-price {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.pricing-table .package-price .price {
  font-size: 55px;
  font-weight: 800;
  line-height: 62px;
  padding-right: 25px;
}

.pricing-table .package-price .currency {
  position: absolute;
  top: 25px;
  left: -10px;
}

.pricing-table .package-price .price-decimal {
  position: absolute;
  top: 10px;
  right: 0;
}

.pricing-table .package-price .duration {
  position: absolute;
  top: 40px;
  right: -30px;
}

.pricing-table .package-description {
  font-size: 0.9375em;
  margin: 15px 0 10px 0;
  padding: 0 15px;
}

.pricing-table .package-description span {
  font-weight: 700;
}

.pricing-table .package-description li {
  list-style: none;
  line-height: 24px;
  color: #545454;
  font-weight: 500;
}

.pricing-table .package-footer {
  padding-bottom: 15px;
}

/* 2.4.1 - default */

.pricing-table.default:before,
.pricing-table.default .table-head {
  /*background-color: #1fb5ac;*/
  background-color: #f3f3f3;
}

.pricing-table.default .package-name:before {
  /*border-bottom: 1px solid #0e9f96;*/
  border-bottom: 0px solid #b3b4b5;
}

.pricing-table.default .package-name:after {
  /*border-bottom: 1px solid #2dc0b7;*/
  border-bottom: 0px solid #b3b4b5;
}

/* 2.4.2 - light-yellow */

.pricing-table.light-yellow:before,
36 .pricing-table.light-yellow .table-head {
  background-color: #e0c124;
}

.pricing-table.light-yellow .package-name:before {
  border-bottom: 1px solid #d2b317;
}

.pricing-table.light-yellow .package-name:after {
  border-bottom: 1px solid #f0d030;
}

/* 2.4.3 - light-red */

.pricing-table.light-red:before,
.pricing-table.light-red .table-head {
  background-color: #b90000;
}

.pricing-table.light-red .package-name:before {
  border-bottom: 1px solid #d41636;
}

.pricing-table.light-red .package-name:after {
  border-bottom: 1px solid #ec3151;
}

/* 2.4.4 - light-green */

.pricing-table.light-green:before,
.pricing-table.light-green .table-head {
  background-color: #1fb538;
}

.pricing-table.light-green .package-name:before {
  border-bottom: 1px solid #0e9e26;
}

.pricing-table.light-green .package-name:after {
  border-bottom: 1px solid #2ebf46;
}

/* 2.4 - Pricing table End

--------------------------------------------- */

/* 2.5 - Tabs

--------------------------------------------- */

.tabs-container {
  border: 3px solid #f1f2f7;
  margin-bottom: 15px;
}

.nav-tabs {
  border-bottom: none;
  background-color: #f2f2f2;
}

.nav-tabs > li > a {
  color: #4b4b4b;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 50px;
  border-radius: 0;
  border-color: transparent;
  border-right-color: #ffffff;
  margin-right: 0;
  padding: 0 50px;
  height: 50px;
}

.nav-tabs > li:last-child > a {
  border-right-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #1fb5ac;
  border-color: #ffffff;
  position: relative;
}

.nav-tabs > li.active > a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1fb5ac;
  top: -4px;
  left: 0;
}

.nav-tabs > li > a:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.tab-content {
  padding: 20px;
}

/* 2.5.1 - Vertical Style */

.vertical .nav-tabs {
  width: 160px;
  float: left;
}

.vertical .nav-tabs > li {
  float: none;
}

.vertical .nav-tabs > li > a {
  padding: 0 30px;
}

.vertical .tab-content {
  margin-left: 160px;
}

/* 2.5 - Tabs End

--------------------------------------------- */

/* 2.6 - Progress Bar

 --------------------------------------------- */

.progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e0e1e6;
}

.progress .progress-bar {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  padding-left: 15px;
  position: relative;
}

.progress.bold {
  height: 37px;
}

.progress.thin {
  height: 10px;
  margin-top: 35px;
  margin-bottom: 70px;
  overflow: visible;
}

.progress.thin .progress-text {
  color: #4b4b4b;
  line-height: 1px;
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 0;
}

.progress.thin .progress-percent {
  background-color: #4b4b4b;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
  padding: 0 3px;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  right: -15px;
}

.progress.thin .progress-percent:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: #4b4b4b transparent transparent transparent;
  position: absolute;
  top: 25px;
  right: 8px;
}

.progress-bar.default-bar {
  background-color: #1fb5ac;
}

.progress-bar.light-yellow-bar {
  background-color: #e0c124;
}

.progress-bar.light-red-bar {
  background-color: #b90000;
}

.progress-bar.light-green-bar {
  background-color: #1fb538;
}

.progress-bar.light-pink-bar {
  background-color: #9c1fb5;
}

.progress-bar.light-blue-bar {
  background-color: #24e0e0;
}

/* 2.6 - Progress Bar End

--------------------------------------------- */

/* 2.7 - Form Elements 

---------------------------------------------*/

/* 2.7.1 - Form Control

-------------------------------*/

.form-control {
  min-height: 50px;
  margin: 5px 0 20px 0;
  /*margin: 0 0 20px 0;*/
  border: 1px solid #b9b9b9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media (max-width: 991px) {
  .form-control {
    min-height: 44px;
    margin: 5px 0 15px 0;
  }
}

textarea.form-control {
  min-height: 120px;
}

.form-control:focus {
  border: 2px solid #1fb5ac;
}

.form-control,
.form-control:focus {
  border-radius: 0;
  outline-style: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* 2.7.1 - Form Control End

-------------------------------*/

/* 2.7.2 - Checkbox Button

-------------------------------*/

.checkbox-btn + label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  z-index: 0;
}

input[type="checkbox"].checkbox-btn {
  display: none;
}

input[type="checkbox"].checkbox-btn + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #e6e6e6;
  z-index: 1;
}

input[type="checkbox"].checkbox-btn + label:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 4px;
  color: #afacac;
  z-index: 2;
  font-size: 20px;
}

.checkbox-btn.checkbox-lg + label {
  padding-left: 35px;
  line-height: 35px;
}

input[type="checkbox"].checkbox-btn.checkbox-lg + label:after {
  width: 25px;
  height: 25px;
}

input[type="checkbox"].checkbox-btn.checkbox-lg + label:before {
  top: -8px;
  left: 8px;
  font-size: 30px;
}

input[type="checkbox"].checkbox-btn:checked + label:before {
  content: "\2713";
}

input[type="checkbox"].checkbox-btn:checked + label:after {
  border-color: #e6e6e6;
}

input[type="checkbox"].checkbox-btn.light-blue:checked + label:before {
  color: #1fb5ac;
}

input[type="checkbox"].checkbox-btn.light-blue:checked + label:after {
  border-color: #1fb5ac;
}

input[type="checkbox"].checkbox-btn.light-red:checked + label:before {
  color: #b90000;
}

input[type="checkbox"].checkbox-btn.light-red:checked + label:after {
  border-color: #b90000;
}

input[type="checkbox"].checkbox-btn.light-green:checked + label:before {
  color: #1fb538;
}

input[type="checkbox"].checkbox-btn.light-green:checked + label:after {
  border-color: #1fb538;
}

/* 2.7.2 - Checkbox Button End

-------------------------------*/

/* 2.7.3 - Radio Button

-------------------------------*/

.radio-btn + label {
  font-weight: normal;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  z-index: 0;
}

input[type="radio"].radio-btn {
  display: none;
}

input[type="radio"].radio-btn + label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #e6e6e6;
  z-index: 1;
}

input[type="radio"].radio-btn + label:before {
  content: "";
  border-radius: 100%;
  background: transparent;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 4px;
  color: #afacac;
  z-index: 2;
}

.radio-btn.radio-lg + label {
  padding-left: 35px;
  line-height: 35px;
}

input[type="radio"].radio-btn.radio-lg + label:after {
  width: 25px;
  height: 25px;
}

input[type="radio"].radio-btn.radio-lg + label:before {
  width: 15px;
  height: 15px;
  top: 8px;
  left: 5px;
}

input[type="radio"].radio-btn:checked + label:before {
  background: #afacac;
}

input[type="radio"].radio-btn:checked + label:after {
  border-color: #e6e6e6;
}

input[type="radio"].radio-btn.light-blue:checked + label:before {
  background: #1fb5ac;
}

input[type="radio"].radio-btn.light-blue:checked + label:after {
  border-color: #1fb5ac;
}

input[type="radio"].radio-btn.light-red:checked + label:before {
  background: #b90000;
}

input[type="radio"].radio-btn.light-red:checked + label:after {
  border-color: #b90000;
}

input[type="radio"].radio-btn.light-green:checked + label:before {
  background: #1fb538;
}

input[type="radio"].radio-btn.light-green:checked + label:after {
  border-color: #1fb538;
}

/* 2.7.3 - Radio Button End

-------------------------------*/

/* 2.7 - Form Elements End

---------------------------------------------*/

/* 2.8 - Parallax 

---------------------------------------------*/

.parallax-style,
.no-parallax-style {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.parallax-style {
  position: relative;
  z-index: 1;
}

.no-parallax-style {
  background-attachment: inherit;
}

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

#top-section {
  /*background: url(../../images/background/top-section-bg.jpg) 50% 0 no-repeat fixed;*/
  margin: 0 auto;
  padding: 0;
}

/* .img001 {

  background: url(../../images/background/church1.png) 50% 100% no-repeat;

}

.img002 {

  background: url(../../images/background/hospital1.png) 50% 0 no-repeat;

}

.img003 {

  background: url(../../images/background/Manufacture-Slider1.png) 50% 0 no-repeat;

} */

/* .img004 {

  background: url(../../images/background/Banner-01.png) 50% 0 no-repeat;

} */

#page-name-sec {
  /* background: url(../../images/background/page-name-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

#video-section {
  /* background: url(../../images/background/video-section-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

#quality {
  /* background: url(../../images/background/quality-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

#testimonial {
  /* background: url(../../images/background/testimonial-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

#quote {
  /* background: url(../../images/background/page-name-bg.jpg) 50% 0 no-repeat fixed; */
}

#subscribe {
  /* background: url(../../images/background/subscribe-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

#footer-section {
  /* background: url(../../images/background/footer-bg.jpg) 50% 0 no-repeat fixed;

  margin: 0 auto;

  padding: 0; */
}

/* 2.8 - Parallax  End

---------------------------------------------*/

/* 2.9 - Dropcaps

--------------------------------------------- */

.dropcap {
  line-height: 40px;
  display: inline-block;
  font-weight: 800;
  float: left;
  width: 40px;
  height: 40px;
  margin: 8px 10px 0 0;
}

.dropcap.default {
  font-size: 3.4375em;
  color: #4b4b4b;
}

.dropcap.box {
  font-size: 2.45em;
  color: #fff;
  background-color: #1fb5ac;
  text-align: center;
}

.dropcap.round {
  font-size: 2.45em;
  color: #fff;
  background-color: #4b4b4b;
  border-radius: 100%;
  text-align: center;
}

/* 2.9 - Dropcaps End

--------------------------------------------- */

/* 2.10 - Accordions 

--------------------------------------------- */

.panel-group .panel {
  border-radius: 0;
  border-width: 0px;
  border-color: transparent !important;
}

.panel-default > .panel-heading {
  background-color: transparent;
  /*min-height: 50px;*/
  min-height: 30px;
  padding: 0;
}

.panel-title {
  text-transform: inherit;
}

.panel-title a {
  color: #ffffff;
  /*font-size: 1.125rem;*/
  font-size: 0.925rem;
  font-weight: 800;
  /*line-height: 50px;*/
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
  background-color: #1fb5ac;
  border: 2px solid #1fb5ac;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

h4.panel-title i {
  margin-right: 5px;
}

.panel-title a.collapsed {
  background-color: transparent;
  border-color: #f1f2f7;
  color: #4b4b4b;
}

.panel-title a.collapsed:hover {
  color: #1fb5ac;
}

.panel-group .panel-title a:before {
  position: absolute;
  top: 0;
  right: 12px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-group .panel-title a.collapsed:before {
  position: absolute;
  top: 0;
  right: 12px;
  font-family: FontAwesome;
  content: "\f0da";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.style-1 .panel-title a:before {
  content: "\f139" !important;
}

.style-1 .panel-title a.collapsed:before {
  content: "\f13a" !important;
}

.style-2 .panel-title a:before {
  content: "\f056" !important;
}

.style-2 .panel-title a.collapsed:before {
  content: "\f055" !important;
}

.style-3 .panel-title a:before {
  content: "\f068" !important;
}

.style-3 .panel-title a.collapsed:before {
  content: "\f067" !important;
}

.panel-body {
  font-size: 0.9375rem;
  line-height: 25px;
  border: 2px solid #f1f2f7;
  border-top-color: transparent;
}

/* 2.10 - Accordions End

--------------------------------------------- */

/* 2.11 - Section Headings and Description 

--------------------------------------------- */

.sec-head-container {
  margin-bottom: 50px;
  overflow: hidden;
}

.sec-head-container .sec-head-style {
  position: relative;
  max-width: 1170px;
  display: table;
  margin: auto;
  padding: 0 15px;
}

.section-title {
  color: #b90000;
  /*#1a1a1a;*/
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  text-transform: capitalize;
  -webkit-text-stroke: 0.3px;
  padding: 0;
  margin: 0;
  float: left;
  width: 340px;
  position: relative;
  padding-left: 30px;
}

.section-title:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  top: 0;
  left: 0;
  background-color: #000a2e;
}

.content-title {
  margin-top: 0;
  padding-top: 0;
}

.section-title span {
  color: #1fb5ac;
}

.plx-section-title {
  color: #ffffff;
  font-size: 2.1875em;
  -webkit-text-stroke: 0.2px;
}

.section-description {
  color: #545454;
  font-size: 1.075em;
  /*1.375em;*/
  /*font-weight: 300;*/
  /*font-weight: 400;*/
  font-weight: 500;
  line-height: 34px;
  /*40px;*/
  margin: 0;
  margin-left: 360px;
  padding-top: 5px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.2px;
  text-align: justify;
}

.parallax-style .subscribe-description {
  color: #ffffff;
}

/* 2.11 - Section Headings and Description End

---------------------------------------------*/

/* 2.12 - Owl Slider

---------------------------------------------*/

.owl-controls {
  text-align: center;
  margin-top: 45px;
}

.owl-page {
  background-color: transparent;
  border: 1px solid #1fb5ac;
  border-radius: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}

.owl-page.active {
  background-color: #1fb5ac;
  border: 1px solid #1fb5ac;
}

/* 2.12 - Owl Slider End

---------------------------------------------*/

.icon,
.texts {
  display: inline-block;
  height: auto;
}

.alert {
  overflow: hidden;
}

.short-code-title {
  padding-top: 85px;
  padding-bottom: 35px;
}

#shortcodes {
  margin-bottom: 80px;
}

/* 2 - General styles End

---------------------------------------------------------------------- */

/* 3 - Index Top Section

---------------------------------------------------------------------- */

.top-section {
  /*color: #ffffff; */
  /*background-color: rgba(0,0,0,.55);*/
  /*padding: 10px 0;/*70px 0;*/
  /* background-color: rgba(0, 0, 0, 0.2); */
  overflow: hidden;
}

.top-section .item {
  position: relative;
  background-size: cover;
  background-position: center;
  /* height: 350px !important; */
  top: 0;
}

/* .top-section .carousel-inner > .active,

.top-section .carousel-inner > .next,

.top-section .carousel-inner > .prev {

  display: flex !important;

} */

.top-section .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.top-headings {
  text-align: left;
  color: #000000;
  /*padding: 20px 0 82px;*/
  padding: 90px 0 55px;
  padding-left: 80px;
  /*padding: 10px 0;/*70px 0;*/
  position: relative;
  z-index: 2;
  width: 48%;
  /* display: flex;

  flex-direction: column;

  justify-content: center; */
}

.top-headings span {
  color: #1fb5ac;
}

[class^="top-heading-"],
[class*=" top-heading-"] {
  color: #000a2e;
  font-weight: 900;
}

.top-heading-1 {
  font-size: 3.4em;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 700;
}

.top-heading-2 {
  /*font-size: 3.4375em;*/
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
}

.top-heading-3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 0;
}

.button-container,
.next-section {
  text-align: left;
}

.top-carousel-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  /*padding-bottom: 75px;*/
  margin-bottom: 15px;
}

.top-carousel-container .slide-nav {
  color: #ffffff;
  font-size: 1.5625em;
  background: rgba(31, 181, 172, 0.6);
  display: inline-block;
  line-height: 100px;
  text-align: center;
  width: 60px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.top-carousel-container .slide-nav.left {
  left: -60px;
  border-radius: 0 3px 3px 0;
  opacity: 1;
  z-index: 2;
  color: #000a2e;
}

.top-carousel-container .slide-nav.right {
  right: -60px;
  border-radius: 3px 0 0 3px;
  opacity: 1;
  z-index: 2;
  color: #000a2e;
}

.top-carousel-container .slide-nav:hover {
  background: #1fb5ac;
  opacity: 1;
}

.top-carousel-container:hover .slide-nav.left {
  left: 0px;
}

.top-carousel-container:hover .slide-nav.right {
  right: 0px;
}

.top-carousel-container .carousel-indicators {
  bottom: 0px;
}

.next-section .btn {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  font-size: 1.5em;
  margin: 0;
}

.next-section .btn:hover {
  color: #1fb5ac;
}

/* 3 - Index Top Section End

---------------------------------------------------------------------- */

/* 4 - Menu Section

---------------------------------------------------------------------- */

.main-menu-continer {
  min-height: 80px;
}

#main-menu h1 {
  margin: 0;
}

.navbar {
  min-height: 80px;
  border: none;
  margin-bottom: 0;
}

.navbar-default {
  background: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  border-radius: 0;
  clear: both;
}

.navbar-brand {
  height: 80px;
  font-size: 2rem;
  font-weight: 900;
  padding: 0 15px;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.2px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
  text-transform: uppercase;
}

.navbar-default .navbar-brand span {
  color: #1fb5ac;
  height: 100%;
  display: flex;
  align-items: center;
}

.navbar-nav > li {
  position: relative;
}

.navbar-nav > li > a {
  font-size: 0.9375em;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.navbar-nav > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 0px;
  background: transparent;
}

.navbar-nav > li > a:hover:after {
  height: 4px;
  background: #1fb5ac;
}

.navbar-nav > li.menu-item-has-children > a:after {
  height: 0 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1fb5ac;
  background: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #4b4b4b;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li.menu-item-has-children:hover:before {
  color: #1fb5ac;
}

.navbar-nav > li .sub-menu,
.navbar-nav > li .sub-menu > li > a,
.navbar-nav > li .sub-menu > li .sub-menu,
.navbar-nav > li > a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar-nav > li.menu-item-has-children {
  padding-right: 15px;
}

.navbar-nav > li.menu-item-has-children:before,
.sub-menu > li.menu-item-has-children:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-nav > li.menu-item-has-children:before {
  content: "\f0d7";
  color: #4b4b4b;
}

.sub-menu > li.menu-item-has-children:before {
  content: "\f0da";
  color: #ffffff;
}

.sub-menu > li.menu-item-has-children:hover:before {
  color: #4b4b4b;
}

.navbar-nav > li .sub-menu {
  position: absolute;
  list-style: none;
  padding: 0;
  top: 130%;
  left: 0;
  min-width: 250px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 999;
}

.navbar-nav > li:hover .sub-menu {
  height: auto;
  opacity: 1;
  overflow: visible;
  top: 100%;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.navbar-nav > li .sub-menu > li > a {
  background: rgba(31, 181, 172, 0.9);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  min-width: 100%;
  line-height: 24px;
  padding: 10px 15px;
}

.navbar-nav > li .sub-menu > li > a:hover {
  background: #000a2e !important;
  color: #fff !important;
}

.navbar-nav > li .sub-menu > li {
  position: relative;
}

.navbar-nav > li .sub-menu > li .sub-menu {
  /*position: absolute;*/
  list-style: none;
  padding: 0;
  top: 0;
  /*left: 130%;*/
  left: 200%;
  width: 0;
  height: auto;
  opacity: 0;
}

.navbar-nav > li .sub-menu > li:hover .sub-menu {
  opacity: 1;
  overflow: visible;
  width: 160px;
  left: 100%;
}

.toggle_nav_button {
  display: none;
}

/* 4 - Menu Section End

---------------------------------------------------------------------- */

/* 5 - About Us Section

---------------------------------------------------------------------- */

.about-us-section {
  /*padding-bottom: 70px;*/
}

.over-view {
  padding: 40px 0;
}

.over-view-circle {
  background-color: #ffffff;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 5px solid #d4d4d4;
  margin: 20px auto;
}

.over-view-circle .value {
  color: #1fb5ac;
  /*font-size: 4.6875em;

	font-weight: 800;

	line-height: 90px;

	display: inline-block;

	width: 100%;

	padding-top: 30px;*/
  font-size: 2.6875em;
  font-weight: 800;
  line-height: 90px;
  display: inline-block;
  width: 100%;
  padding-top: 0px;
}

.over-view-circle .cat-name {
  /*font-size: 1.125em;

	font-weight: 700;

	text-transform: uppercase;*/
  font-size: 1.225em;
  font-weight: 800;
  text-transform: uppercase;
  color: #b90000;
}

/* 5 - About Us Section End

---------------------------------------------------------------------- */

/* 6 - Video Section

---------------------------------------------------------------------- */

.video-section .pattern {
  padding: 60px 0;
}

.video-section .video-title {
  color: #ffffff;
  font-size: 3.4375em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
}

.video-section .play-video {
  text-align: center;
}

.video-section .play-now {
  cursor: pointer;
}

.video-section .play-btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 100%;
}

.video-section .play-btn:hover {
  border: 0px solid transparent !important;
}

.video-section .play-btn:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  bottom: 25%;
  background: -webkit-radial-gradient(#1fb5ac, transparent);
  background: -moz-radial-gradient(#1fb5ac, transparent);
  background: -ms-radial-gradient(#1fb5ac, transparent);
  background: -o-radial-gradient(#1fb5ac, transparent);
  background: radial-gradient(#1fb5ac, transparent);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.video-section .play-btn:hover:after {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 1;
}

/* 6 - Video Section End

---------------------------------------------------------------------- */

/* 7 - Team Section

---------------------------------------------------------------------- */

.team-section {
  /*padding-bottom: 80px;*/
}

.member-container {
  text-align: center;
  width: 245px;
  height: 410px;
  margin: 10px auto;
  position: relative;
  z-index: 0;
}

.member-container:after {
  content: "";
  background: #15a9a0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}

.member-container .inner-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.member-container .member-details {
  background: #1fb5ac;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -114px;
}

.member-container:hover .member-details {
  bottom: 0;
}

.member-container .name {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  margin: 30px 0 0 0;
}

.member-container p {
  color: #ffffff;
  padding: 0;
}

.member-container .designation {
  font-size: 14px;
  line-height: 22px;
}

.member-social-link {
  margin-top: -3px;
}

.member-social-link a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 0 2px;
}

.member-social-link a:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background: transparent;
  z-index: -1;
}

.member-social-link a:hover:after {
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.member-social-link a:hover {
  color: #04635d;
}

.member-social-link .twitter-btn:hover {
  color: #55acee;
}

.member-social-link .facebook-btn:hover {
  color: #3b5998;
}

.member-social-link .dribbble-btn:hover {
  color: #ea4c89;
}

.member-social-link .google-plus-btn:hover {
  color: #db514f;
}

.member-social-link .linkedin-btn:hover {
  color: #0077b5;
}

.member-container:after,
.member-container .member-details,
.member-social-link a,
.member-social-link a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* 7 - Team Section End

---------------------------------------------------------------------- */

/* 8 - Top Skills Section

---------------------------------------------------------------------- */

.top-skills {
  padding: 60px 0 10px 0;
}

.top-skills-title {
  margin-bottom: 45px;
}

/* 8 - Top Skills Section End

---------------------------------------------------------------------- */

/* 9 - Quality Section

---------------------------------------------------------------------- */

.quality-section .pattern {
  padding-top: 115px;
}

.quality-title {
  color: #ffffff;
}

.quality-description {
  color: #ffffff;
  max-width: 820px;
  margin: auto;
  padding-top: 10px;
}

.quality-section .button-container {
  padding-top: 30px;
}

.quality-product-img {
  padding-top: 70px;
}

/* 9 - Quality Section End

---------------------------------------------------------------------- */

/* 10 - We Do Section

----------------------------------------------------------------------*/

.service-container {
  margin: 0;
  padding: 0;
}

.service-container li {
  list-style: none;
  text-align: center;
  padding: 35px 15px;
  position: relative;
  overflow: hidden;
}

.service-container li:before {
  content: "";
  height: 40px;
  width: 40px;
  border-width: 20px;
  border-style: solid;
  border-color: #ffffff #ffffff #15a9a0 #15a9a0;
  position: absolute;
  top: -40px;
  right: -40px;
}

.service-container li .service-icon {
  color: #1fb5ac;
  font-size: 2.15em;
}

.service-container li .item-title {
  font-weight: 800;
  font-size: 1.15em;
  padding-top: 6px;
}

.service-container li:nth-child(odd) {
  background-color: #f7f7f7;
}

.service-container li:nth-child(even) {
  background-color: #f2f2f2;
}

.service-container li:nth-child(2n + 5) {
  background-color: #f2f2f2;
}

.service-container li:nth-child(2n + 6) {
  background-color: #f7f7f7;
}

.service-container li:nth-child(2n + 9) {
  background-color: #f7f7f7;
}

.service-container li:nth-child(2n + 10) {
  background-color: #f2f2f2;
}

.service-container li,
.service-container li:before,
.service-container li .service-icon,
.service-container li .item-title,
.service-container li .item-description {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.service-container li:hover {
  background-color: #1fb5ac !important;
}

.service-container li:hover:before {
  top: 0;
  right: 0;
}

.service-container li:hover .service-icon,
.service-container li:hover .item-title,
.service-container li:hover .item-description {
  color: #ffffff;
}

/* 10 - We Do Section End

----------------------------------------------------------------------*/

/* 11 - Pricing Table Section

----------------------------------------------------------------------*/

#pricing-table .title {
  padding: 80px 0 50px 0;
}

.pricing-table-section {
  padding-bottom: 70px;
}

#pricing-table-slider .item {
  padding-top: 20px;
  padding-bottom: 5px;
}

/* 11 - Pricing Table Section End

----------------------------------------------------------------------*/

/* 12 - Testimonial Section

----------------------------------------------------------------------*/

.testimonial-section {
  overflow: hidden;
}

.testimonial-section .pattern {
  overflow: hidden;
  padding-bottom: 60px;
}

.content_slider_text_block_wrap a {
  color: #ffffff;
}

.content_slider_text_block_wrap a:hover {
  color: #1fb5ac;
}

.testimonial-section .title {
  padding: 80px 0 50px 0;
  color: #ffffff;
}

.testimonial-section .client-says,
.testimonial-section .clients-details {
  font-family: "Raleway", sans-serif;
  padding: 0 15px;
}

.testimonial-section .client-says {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  position: relative;
  margin-top: 20px;
  padding: 10px 50px 20px 50px;
}

.testimonial-section .testimo {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  position: relative;
  margin-top: 0px;
  padding: 0px 50px 20px 50px;
}

.testimonial-section .client-says:after,
.testimonial-section .client-says:before {
  position: absolute;
  top: 0;
  font-size: 3em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-section .client-says:before {
  /*content: "\f10d";*/
  left: 0;
}

.testimonial-section .client-says:after {
  /*content: "\f10e";*/
  right: 0;
}

.testimonial-section .clients-details .name {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.testimonial-section .clients-details .website:before {
  content: "-";
}

.testimonial-section .clients-details .social-btn {
  margin-top: 20px;
}

.social-btn.client-social-btn .twitter-btn,
.social-btn.client-social-btn .facebook-btn,
.social-btn.client-social-btn .google-plus-btn,
.social-btn.client-social-btn .dribbble-btn,
.social-btn.client-social-btn .linkedin-btn {
  color: #cdcdcd;
}

/* 12 - Testimonial Section End

----------------------------------------------------------------------*/

/* 13 - Works Section  

----------------------------------------------------------------------*/

.works-item figure {
  background-color: #f1f2f7;
  margin: 0;
  overflow: hidden;
}

.works-item figure {
  background: #ffffff;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.works-item figure img {
  max-width: 100%;
  /*height: auto;*/
  height: 187px;
  vertical-align: middle;
}

.works-item a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.works-item figure img {
  width: 100%;
  max-width: inherit;
  border: transparent;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}

.works-item .item-w2 {
  background: #ed9393;
  width: 60%;
}

.works-item .item-h2 {
  background: #7cb744;
  height: 680px;
}

.works-item .item-h3 {
  background: #38b5e5;
}

.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -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;
}

.portfolioFilter {
  clear: both;
  margin: auto;
  padding-bottom: 60px;
  text-align: center;
  width: auto;
}

.portfolioFilter a {
  border: 2px solid #f1f2f7;
  color: #4b4b4b;
  display: inline-block;
  font-weight: 500;
  font-size: 0.8125em;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 5px 10px 5px;
  padding: 0 15px;
  cursor: pointer;
}

.portfolioFilter a:focus,
.portfolioFilter a:hover,
.portfolioFilter .current {
  color: #1fb5ac;
  text-decoration: none;
}

.portfolioFilter .current {
  color: #1fb5ac;
  border: 2px solid #1fb5ac;
}

.works-item figure {
  position: relative;
  z-index: 0;
}

.portfolioFilter a,
.works-item figure:after,
.works-item figure .portfolio-caption {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.works-item figure:after {
  background-color: rgba(31, 181, 172, 0.9);
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: -50%;
  left: -100%;
  -webkit-transform: rotate(-90deg) scale(1.2, 1.2);
  -moz-transform: rotate(-90deg) scale(1.2, 1.2);
  -ms-transform: rotate(-90deg) scale(1.2, 1.2);
  -o-transform: rotate(-90deg) scale(1.2, 1.2);
  transform: rotate(-90deg) scale(1.2, 1.2);
  z-index: 1;
}

.works-item figure:hover:after {
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg) scale(1.2, 1.2);
  -moz-transform: rotate(0deg) scale(1.2, 1.2);
  -ms-transform: rotate(0deg) scale(1.2, 1.2);
  -o-transform: rotate(0deg) scale(1.2, 1.2);
  transform: rotate(0deg) scale(1.2, 1.2);
}

.works-item figure a {
  position: absolute;
  padding: 20px;
  padding-right: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.works-item figure .portfolio-caption {
  position: relative;
}

.works-item figure .protfolio-title,
.works-item figure .protfolio-cat,
.works-item figure .protfolio-icon,
.more-works a,
.more-works a:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.works-item figure .protfolio-title,
.works-item figure .protfolio-cat {
  color: #ffffff;
  line-height: 20px;
  text-transform: capitalize;
  display: inline-block;
  position: absolute;
  left: 100%;
  width: 100%;
}

.works-item figure .protfolio-title {
  font-size: 1em;
  font-weight: 700;
  top: 0;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.works-item figure .protfolio-cat {
  font-size: 0.8125em;
  top: 20px;
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -ms-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.works-item figure .protfolio-icon {
  position: absolute;
  bottom: -50%;
  right: 10%;
  color: #ffffff;
  font-size: 1.25em;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.works-item figure:hover .protfolio-title,
.works-item figure:hover .protfolio-cat {
  left: 0;
}

.works-item figure:hover .protfolio-icon {
  bottom: 10%;
}

.more-works {
  text-align: center;
  margin: 80px;
}

.more-works a {
  position: relative;
  background: #f1f2f7;
  color: #1fb5ac;
  font-size: 2em;
  line-height: 55px;
  display: inline-block;
  height: 66px;
  width: 66px;
  border-radius: 100%;
  z-index: 0;
}

.more-works a span {
  z-index: 1;
}

.more-works a:before {
  content: "";
  position: absolute;
  background: #1fb5ac;
  display: block;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  top: -7px;
  left: -7px;
  opacity: 0;
  z-index: -1;
}

.more-works a,
.more-works a:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.more-works a:hover {
  background: transparent;
  color: #ffffff;
}

.more-works a:hover span {
  color: #ffffff;
}

.more-works a:hover:before {
  opacity: 1;
  left: 0;
  top: 0;
  height: 66px;
  width: 66px;
}

/* 13 - Works Section End

----------------------------------------------------------------------*/

/* 14 - Our Clients Section 

----------------------------------------------------------------------*/

.our-clients-section {
  padding: 60px 0 80px 0;
}

.our-clients-section .title {
  padding-bottom: 55px;
}

.clients-logo-slider img {
  display: table;
  margin: auto;
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.clients-logo-slider img:hover {
  opacity: 1;
}

/* 14 - Our Clients Section End

----------------------------------------------------------------------*/

/* 15 - Quote Section 

----------------------------------------------------------------------*/

.quote-area {
  /* min-height: 400px; */
  text-align: center;
}

.quote-area blockquote {
  background-color: transparent;
}

.quote-area .quote-description {
  color: #ffffff;
  padding-top: 60px;
  font-size: 2em;
  line-height: 50px;
}

.quote-area .quote-author {
  color: #ffffff;
  font-size: 0.95em;
  padding-bottom: 40px;
  padding-top: 15px;
}

/* 15 - Quote Section End

----------------------------------------------------------------------*/

/* 16 - Blog Section  

----------------------------------------------------------------------*/

.blog-section {
  padding-bottom: 80px;
}

.blog-section .post-content {
  max-width: 500px;
  margin: auto;
}

.blog-section .owl-controls {
  margin-top: 0;
}

.post-content .featured-img img {
  max-width: inherit;
  width: 100%;
}

.post-content .post-container {
  background-color: #f7f7f7;
  padding: 20px;
}

.post-content .post-meta {
  font-size: 0.875em;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.post-content {
  padding-bottom: 60px;
}

.post-content .post-title {
  color: #4b4b4b;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 26px;
  margin-top: 0;
}

.post-content .post-title a {
  color: #4b4b4b;
  /*#262626;*/
}

.post-content .post-title a:hover {
  color: #1fb5ac;
}

.post-content .entry-meta span {
  padding-left: 20px;
}

.post-content .entry-date,
.post-content .comments-link a {
  color: #8c8c8c;
}

.post-content .comments-link a:hover {
  color: #1fb5ac;
}

.post-content .continue-reading a {
  border-bottom: 1px dotted transparent;
}

.post-content .continue-reading a:hover {
  text-decoration: none;
  border-bottom: 1px dotted #1fb5ac;
}

/* 16 - Blog Section End

----------------------------------------------------------------------*/

/* 17 - Tweet Section 

----------------------------------------------------------------------*/

.tweet-section {
  padding: 70px 0 80px 0;
  text-align: center;
}

.tweet-icon {
  font-size: 2.5em;
  padding-bottom: 15px;
}

.tweet-description {
  font-size: 1.2em;
  padding: 0 100px;
}

.tweet-description a {
  color: #1fb5ac;
}

.tweet-slider {
  position: relative;
  overflow: hidden;
}

.tweet-slider .slide-nav {
  opacity: 0;
  color: #4b4b4b;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5em;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.tweet-slider:hover .slide-nav {
  opacity: 1;
}

.tweet-slider .slide-nav:hover {
  color: #1fb5ac;
}

.tweet-slider .slide-nav.left {
  left: 10%;
}

.tweet-slider:hover .slide-nav.left {
  left: 0;
  margin-right: -10px;
}

.tweet-slider .slide-nav.right {
  right: 10%;
}

.tweet-slider:hover .slide-nav.right {
  right: 0;
  margin-left: -10px;
}

/* 17 - Tweet Section End

----------------------------------------------------------------------*/

/* 18 - Subscribe Section

---------------------------------------------------------------------- */

.subscribe-details {
  padding: 110px 0 140px 0;
}

.subscribe-details .subscribe-description {
  font-size: 1.15em;
  padding: 15px 100px 0px 100px;
}

.subscribe-form {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 45px;
}

.subscribe-form form {
  position: relative;
}

.subscribe-form input {
  max-width: 510px;
  position: relative;
  padding: 5px 27px;
}

.subscribe-form .form-control {
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.48);
  color: #ffffff;
  font-size: 1.2em;
  font-style: italic;
  height: 55px;
}

.subscribe-form button {
  background-color: #1fb5ac;
  color: #ffffff;
  font-size: 1em;
  line-height: 52px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0 33px;
  margin: 0;
}

.subscribe-form .btn {
  border-color: #1fb5ac;
  height: 55px;
}

.subscribe-form .btn:hover {
  border-color: #b90000;
  background-color: #b90000;
}

.subscribe-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.subscribe-form .form-control:-moz-placeholder {
  color: #ffffff;
}

.subscribe-form .form-control::-moz-placeholder {
  color: #ffffff;
}

.subscribe-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

/* 18 - Subscribe Section End

---------------------------------------------------------------------- */

/* 19 - Contact Section  

---------------------------------------------------------------------- */

/* 19.1 - Contact Form

--------------------------------------------- */

.contact-form-section {
  padding-bottom: 80px;
}

.contact-form-container .btn {
  margin-top: 15px;
  margin-bottom: 0px;
  height: auto;
  line-height: unset;
  padding: 8px 30px;
}

.contact-form-container .form-control:focus {
  border-color: transparent;
  box-shadow: 0px 0px 1px 2px rgba(31, 181, 172, 0.64);
}

/* 19.1 - Contact Form End

--------------------------------------------- */

/* 19.2 - Contact Details

--------------------------------------------- */

.contact-details {
  text-align: center;
}

.contact-details .contact-info-box {
  margin-top: 30px;
}

.contact-details .icon {
  font-size: 2.25em;
  color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  line-height: 105px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .contact-details .icon {
    width: 85px;
    height: 85px;
    line-height: 88px;
    font-size: 2.1em;
  }
}

.contact-details .icon,
.contact-info-box .icon:after,
.contact-details .icon i {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.contact-info-box .icon:after {
  content: "";
  top: -4%;
  left: -4%;
  position: absolute;
  z-index: -1;
  box-shadow: 3px 3px transparent;
  width: 107%;
  height: 107%;
  border-radius: 50%;
  padding: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contact-info-box:hover .icon:after {
  box-shadow: 3px 3px #1fb5ac;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contact-info-box:hover .map-marker:after {
  box-shadow: 3px 3px #1fb5ac;
}

.contact-info-box:hover .envelope:after {
  box-shadow: 3px 3px #b90000;
}

.contact-info-box:hover .phone:after {
  box-shadow: 3px 3px #e0c124;
}

.contact-info-box:hover .skype:after {
  box-shadow: 3px 3px #1fb538;
}

.contact-details-title {
  font-size: 1.2em;
  font-weight: 800;
  padding-top: 15px;
  text-align: center;
}

.contact-details .texts {
  font-size: 0.95em;
}

.contact-details a {
  color: #545454;
}

.map-marker {
  background-color: #1fb5ac;
}

.envelope {
  background-color: #b90000;
}

.phone {
  background-color: #e0c124;
}

.skype {
  background-color: #1fb538;
}

/* 19.2 - Contact Details End

--------------------------------------------- */

/* 19 - Contact Section End

---------------------------------------------------------------------- */

/* 20 - Page Name Section

---------------------------------------------------------------------- */

.page-name-sec .pattern {
  min-height: 270px;
}

.page-name-sec .page-name {
  margin: 110px 0 25px 0;
  color: #ffffff;
  font-size: 3.4375em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.page-location {
  margin-bottom: 60px;
}

.page-location,
.page-location a {
  color: #ffffff;
  text-align: center;
}

.page-location a {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
}

.page-location a:before,
.page-location a:after {
  position: absolute;
  content: "";
  background: #1fb5ac;
}

.page-location a:before {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page-location a:hover {
  border-bottom: none;
}

.page-location a:hover:before {
  bottom: 100%;
}

.page-location a:after {
  width: 4px;
  height: 4px;
  right: -13px;
  top: 11px;
}

/* 20 - Page Name Section End

---------------------------------------------------------------------- */

/* 21 - Google Map

------------------------------------------------------------------------*/

.map-container img {
  max-width: inherit;
  height: inherit;
}

.google-map-container {
  width: 100%;
  height: 500px;
  background: #dddddd;
}

/* 21 - Google Map End 

------------------------------------------------------------------------*/

/* 22 - Footer Section

---------------------------------------------------------------------- */

.footer-section .pattern {
  background-image: none;
  text-align: center;
  min-height: 270px;
  padding: 110px 0 80px 0;
}

.copyrights {
  color: #b90000;
  text-align: center;
  width: 100%;
  margin: 0;
}

.copyrights a {
  /*color: #4b4b4b;*/
  color: #fff;
  /*font-weight: 800;*/
  -webkit-text-stroke: 0.1px;
}

.copyrights a:hover {
  color: #1fb5ac;
}

/* 22.1 - Footer Social Buttons

---------------------------------------------*/

.footer-social-btn {
  padding-bottom: 30px;
}

.footer-social-btn a {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 1.625em;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 5px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  position: relative;
  z-index: 0;
}

.footer-social-btn a:hover {
  background-color: transparent;
}

.footer-social-btn a:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: -10px;
  left: -10px;
  background-color: transparent;
  opacity: 0;
  display: block;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.footer-social-btn a:hover:after {
  background-color: #1fb5ac;
  width: 50px;
  height: 50px;
  top: 0px;
  left: 0px;
  opacity: 1;
}

.footer-social-btn a.twitter-btn:hover:after,
.footer-social-btn a.twitter-btn {
  background-color: #55acee;
}

.footer-social-btn a.facebook-btn:hover:after,
.footer-social-btn a.facebook-btn {
  background-color: #3b5998;
}

.footer-social-btn a.dribbble-btn:hover:after,
.footer-social-btn a.dribbble-btn {
  background-color: #ea4c89;
}

.footer-social-btn a.linkedin-btn:hover:after,
.footer-social-btn a.linkedin-btn {
  background-color: #0077b5;
}

.footer-social-btn a.pinterest-btn:hover:after,
.footer-social-btn a.pinterest-btn {
  background-color: #c62021;
}

.footer-social-btn a.google-plus-btn:hover:after,
.footer-social-btn a.google-plus-btn {
  background-color: #d03f2c;
}

.footer-social-btn a.youtube-btn:hover:after,
.footer-social-btn a.youtube-btn {
  background-color: #cc181e;
}

.footer-social-btn a.rss-btn:hover:after {
  background-color: #da5700;
}

.footer-social-btn a.blogg-btn:hover:after,
.footer-social-btn a.blogg-btn {
  background-color: #e3e3e3;
}

/* 22.1 - Footer Social Buttons

---------------------------------------------*/

/* 22 - Footer Section End

---------------------------------------------------------------------- */

/* 23 - Blog Page

---------------------------------------------------------------------- */

.blog-sidebar {
  overflow: hidden;
}

article.post {
  /* background-color: #f7f7f7; */
  margin-bottom: 50px;
}

article.post:last-child {
  margin-bottom: 0;
}

.post .post-thumbnail img {
  width: 100%;
  height: auto;
}

.post .post-content {
  padding: 0;
  padding-bottom: 30px;
}

.post .post-title {
  font-size: 1.5em;
  padding-bottom: 15px;
  background-color: #ffffff;
}

.post .entry-meta,
.post .entry-meta a {
  color: #b3b3b3;
}

.post .entry-meta a:hover {
  color: #1fb5ac;
}

/* 23.1 - Post Blockquote

---------------------------------------------*/

blockquote.post-blockquote {
  background: #1fb5ac;
  color: #ffffff;
  font-size: 3.125em;
  font-style: inherit;
  padding: 95px 65px 65px 65px;
  border: none;
  line-height: 57px;
  font-weight: 800;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
  z-index: 1;
}

blockquote.post-blockquote .quot-author {
  font-size: 1rem;
  font-family: serif;
  font-weight: 400;
  display: block;
}

blockquote.post-blockquote:before {
  position: absolute;
  left: 40px;
  top: 85px;
  font-size: 3em;
  color: rgba(255, 255, 255, 0.15);
  content: "\f10d";
  display: block;
  font-family: FontAwesome;
  z-index: -1;
}

/* 23.1 - Post Blockquote End

---------------------------------------------*/

/* 23.2 - Attachment Link

---------------------------------------------*/

.attachmentlink {
  background-color: #b90000;
  padding: 40px;
  color: #ffffff;
  font-size: 2em;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.attachmentlink span {
  font-weight: 800;
}

.attachmentlink:before {
  position: absolute;
  left: 0px;
  top: 16px;
  font-size: 2.5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.15);
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.attachmentlink .attach-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

/* 23.2 -  Attachment Link End

---------------------------------------------*/

/* 23.3 -  Pagination

---------------------------------------------*/

.paging-navigation {
  text-align: center;
}

.paging-navigation a,
.paging-navigation a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.paging-navigation a {
  background: #f2f2f2;
  color: #8c8c8c;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 32px;
  height: 35px;
  min-width: 35px;
  padding: 0 10px;
  margin: 5px 0px;
  position: relative;
}

.paging-navigation a.active {
  background: #1fb5ac;
  color: #ffffff;
}

.paging-navigation a.prev,
.paging-navigation a.next {
  line-height: 45px;
  height: 45px;
  width: 45px;
  margin: 0;
}

.paging-navigation a:hover {
  color: #ffffff;
  background: transparent;
}

.paging-navigation a:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background: transparent;
  z-index: -1;
}

.paging-navigation a:hover:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1fb5ac;
}

/* 23.3 -  Pagination End

---------------------------------------------*/

/* 23 - Blog Page End

---------------------------------------------------------------------- */

/* 24 - Single Page

---------------------------------------------------------------------- */

.single-page .post-container {
  /* background-color: #f7f7f7; */
  padding-bottom: 40px;
}

.single-page article.post {
  margin-bottom: 0;
}

.type-page .entry-meta span,
.type-post .entry-meta span {
  padding-left: 0;
  padding-right: 20px;
}

.type-page blockquote,
.type-post blockquote {
  color: #1fb5ac;
  border-left: 3px solid #1fb5ac;
  font-style: italic;
  line-height: 30px;
  margin-left: 20px;
  padding: 5px 20px;
}

/* 24.1-  Page Social Share

---------------------------------------------*/

.page .social-share span {
  color: #8c8c8c;
  font-weight: 600;
}

.page .social-share a,
.page .social-share a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.page .social-share a {
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-left: 5px;
  position: relative;
  z-index: 0;
}

.page .social-share a:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background-color: transparent;
  z-index: -1;
}

.page .social-share a.twitter-btn {
  background-color: #55acee;
}

.page .social-share a.facebook-btn {
  background-color: #3b5998;
}

.page .social-share a.google-plus-btn {
  background-color: #db514f;
}

.page .social-share a.pinterest-btn {
  background-color: #20b8e5;
}

.page .social-share a:hover {
  background-color: transparent;
}

.page .social-share a:hover:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1fb5ac;
}

/* 24.1 -  Page Social Share End

---------------------------------------------*/

/* 24.2 -  Author Bio

---------------------------------------------*/

.author-bio-container {
  margin: 0 40px 40px 40px;
  border: 2px solid #e6e6e6;
  background-color: #f2f2f2;
}

.author-bio {
  padding: 30px;
}

.author-bio .box-title {
  color: #8c8c8c;
  padding-bottom: 15px;
}

.author-bio .box-title i {
  color: #b3b3b3;
}

.author-bio .about-author {
  display: inline-block;
  width: 100%;
}

.author-bio .author-avatar {
  width: 135px;
  height: 135px;
  float: left;
}

.author-bio .author-name {
  margin-top: 0;
  font-size: 0.9375em;
  line-height: 1em;
}

.author-bio .author-details {
  margin-left: 160px;
}

.author-bio .author-details p {
  line-height: 23px;
  margin-bottom: 5px;
}

/* 24.2.1 -  Author Bio Social

-------------------------------*/

.author-bio .social-btn a,
.author-bio .social-btn a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.author-bio .social-btn a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.author-bio .social-btn a:hover {
  color: #ffffff;
}

.author-bio .twitter-btn {
  color: #55acee;
}

.author-bio .facebook-btn {
  color: #3b5998;
}

.author-bio .google-plus-btn {
  color: #db514f;
}

.author-bio .dribbble-btn {
  color: #ea4c89;
}

.author-bio .linkedin-btn {
  color: #20b8e5;
}

.author-bio .social-btn a:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background-color: transparent;
  z-index: -1;
}

.author-bio .social-btn a:hover:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.author-bio .twitter-btn:hover:after {
  background-color: #55acee;
}

.author-bio .facebook-btn:hover:after {
  background-color: #3b5998;
}

.author-bio .google-plus-btn:hover:after {
  background-color: #db514f;
}

.author-bio .dribbble-btn:hover:after {
  background-color: #ea4c89;
}

.author-bio .linkedin-btn:hover:after {
  background-color: #20b8e5;
}

/* 24.2.1 - Author Bio Social End

-------------------------------*/

/* 24.2 -  Author Bio End

---------------------------------------------*/

/* 24.3 -  Post Navigation

---------------------------------------------*/

.post-navigation .nav-links {
  border-top: 2px solid #e6e6e6;
  background-color: #f2f2f2;
}

.post-navigation .nav-links a,
.post-navigation .nav-icon {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.post-navigation .nav-links a {
  color: inherit;
  display: inline-block;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  padding: 15px 30px;
}

.post-navigation .nav-links a:hover {
  color: #1fb5ac;
}

.post-navigation .nav-links .meta-nav {
  color: #4b4b4b;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
}

.post-navigation .nav-links .meta-nav:hover {
  color: #4b4b4b;
}

.post-navigation .nav-icon {
  display: none;
}

@media screen and (min-width: 1250px) {
  .post-navigation {
    display: none;
  }
  .post-navigation .nav-links {
    border-top: 0px solid transparent;
    background-color: transparent;
  }
  .post-navigation .nav-links a {
    color: #ffffff;
    background-color: rgba(31, 181, 172, 1);
    border-radius: 5px;
    border: 2px solid rgba(31, 181, 172, 1);
    position: fixed;
    width: 700px;
    height: 110px;
    top: 50%;
    margin-top: -55px;
    padding: 30px 80px;
    z-index: 10;
  }
  .post-navigation .nav-links a:hover {
    color: #ffffff;
  }
  .post-navigation .nav-links a.prev {
    left: -640px;
    padding-right: 60px;
  }
  .post-navigation .nav-links a.next {
    right: -640px;
    padding-left: 60px;
  }
  .post-navigation .nav-links a.prev:hover {
    left: -30px;
  }
  .post-navigation .nav-links a.next:hover {
    right: -30px;
  }
  .post-navigation .nav-icon {
    display: block;
    position: absolute;
    top: 20px;
    font-size: 45px;
  }
  .post-navigation .prev .nav-icon {
    right: 17px;
  }
  .post-navigation .next .nav-icon {
    left: 17px;
  }
}

/* 24.3 -  Post Navigation End

---------------------------------------------*/

/* 24.4 -  Comments Area

---------------------------------------------*/

.comments-area {
  padding: 40px 40px 10px 40px;
}

.comments-area .comment-list {
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.comments-area .comment-body {
  margin: 25px 0;
  display: inline-block;
  width: 100%;
}

.comments-area .comment-list,
.comments-area .children {
  list-style: none;
  padding-left: 0;
}

.comments-area .children {
  padding-left: 30px;
}

.comments-area .parent {
  position: relative;
  display: inline-block;
  width: 100%;
}

.comments-area .parent:before {
  position: absolute;
  content: "";
  top: 25px;
  left: -40px;
  bottom: 40px;
  width: 2px;
  background-color: #1fb5ac;
}

.comments-area .comment-meta {
  float: left;
  width: 100px;
  height: 100px;
}

.comments-area .avatar {
  border-radius: 100%;
}

.comment-metadata,
.comment-content {
  margin-left: 120px;
}

.comment-metadata {
  margin-bottom: 10px;
}

.comment-author {
  margin: 0;
  color: #4b4b4b;
}

.comment-author a {
  color: #4b4b4b;
}

.comment-metadata time {
  margin: 10px 0;
  display: inline-block;
}

.comment-metadata a time,
.comment-metadata time {
  font-size: 13px;
  color: #666666;
}

.comment-author a:hover,
.comment-metadata a time:hover {
  color: #1fb5ac;
}

.comment-metadata a time,
.comment-metadata time,
.comments-area .reply a,
.comments-area .reply a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comments-area .reply a {
  border: 2px solid #d9d9d9;
  color: #1fb5ac;
  font-size: 0.75em;
  line-height: 25px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 15px 0 15px;
  position: relative;
  z-index: 0;
}

.comments-area .reply a:hover {
  color: #ffffff;
  border: 2px solid #1fb5ac;
}

.comments-area .reply a:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  background-color: transparent;
  z-index: -1;
}

.comments-area .reply a:hover:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #1fb5ac;
}

.comments-area p {
  margin-bottom: 0px;
}

.comment-respond .comment-reply-title {
  margin: 60px 0;
}

.comment-respond .form-control,
.comment-respond .btn {
  border-width: 3px;
}

/* 24.4 -  Comments Area End 

---------------------------------------------*/

/* 24 - Single Page End

---------------------------------------------------------------------- */

/* 25 - Portfolio Page

---------------------------------------------------------------------- */

.portfolio-page .item {
  border: 1px solid #ffffff;
}

.portfolio-page .more-works {
  margin-bottom: 0;
}

/* 25  Portfolio Page End

---------------------------------------------------------------------- */

/* 26 - Portfolio Single Page

---------------------------------------------------------------------- */

/* 26.1 Project Widget

---------------------------------------------*/

.widget.project-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.project-details li {
  padding-left: 10px;
  line-height: 25px;
}

.widget.project-details li:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 6px;
  color: #cccccc;
  display: inline-block !important;
  width: 1em;
  text-align: center;
}

.widget.project-details .btn {
  margin-left: 0;
}

/* 26.1 Project Widget

---------------------------------------------*/

/* 26.2 Similar Project

---------------------------------------------*/

.similar-project {
  padding-top: 60px;
  padding-bottom: 120px;
}

.similar-project-head {
  font-size: 1.25em;
  margin-bottom: 40px;
  margin-top: 0;
}

/* 26.2 Similar Project End

---------------------------------------------*/

/* 26 - Portfolio Single Page End

---------------------------------------------------------------------- */

/* 27 - 404 Page

---------------------------------------------------------------------- */

.page-not-found .widget_search {
  overflow: hidden;
}

.error-icon {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 15px auto;
  background: #1fb5ac;
  border-radius: 10px;
}

.error-icon span {
  display: inline-block;
  position: absolute;
}

.error-icon .icon-eye {
  top: 30px;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 100%;
}

.error-icon .icon-eye.left {
  left: 30px;
}

.error-icon .icon-eye.right {
  right: 30px;
}

.error-icon .icon-lip {
  border-top: 5px solid #000000;
  width: 80px;
  height: 80px;
  top: 90px;
  right: 20px;
  border-radius: 100%;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/* 27 - 404 Page End

---------------------------------------------------------------------- */

/* 28 - Widget

---------------------------------------------------------------------- */

.widget {
  padding-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.widget-title {
  font-size: 1.25em;
  margin-top: 0;
  line-height: 1em;
}

.widget ul {
  margin: 0;
  padding: 0;
}

.widget li {
  list-style: none;
}

/* 28.1 - Search Widget

---------------------------------------------*/

.widget_search > form {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #e6e6e6;
  z-index: 0;
}

.widget_search > form input:focus,
.widget_search > form input {
  border: none;
  outline: none;
}

.widget_search > form input {
  background-color: transparent;
  line-height: 25px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 12px 15px 12px 62px;
  z-index: -1;
}

.widget_search > form .btn,
.widget_search > form .btn:before {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget_search > form .btn {
  background-color: transparent;
  color: #b8b8b8;
  font-size: 1.25em;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.widget_search > form .btn:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  background-color: transparent;
  opacity: 0;
  z-index: -1;
}

.widget_search > form .btn:hover:before {
  background-color: #1fb5ac;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  opacity: 1;
}

.widget_search > form .btn:hover {
  color: #ffffff;
}

/* 28.1 - Search Widget End

---------------------------------------------*/

/* 28.2 - widget_img 

---------------------------------------------*/

.widget_img a,
.widget_img a > img,
.widget_img a:after,
.widget_img a:after,
.widget_img a:before,
.widget_img .overlay {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget_img {
  float: left;
}

.widget_img a {
  width: 70px;
  height: 70px;
  margin: 0 5px 5px 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}

.widget_img a > img {
  width: 100%;
  height: auto;
}

.widget_img a:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.widget_img a:after,
.widget_img a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
}

.widget_img a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget_img a:hover:after,
.widget_img a:hover:before {
  background-color: #ffffff;
  width: 40%;
  left: 30%;
}

.widget_img .overlay {
  position: absolute;
  background-color: rgba(31, 181, 172, 0);
  top: 35%;
  left: 35%;
  bottom: 35%;
  right: 35%;
  z-index: 1;
}

.widget_img a:hover .overlay {
  background-color: rgba(31, 181, 172, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* 28.2 - widget_img End

---------------------------------------------*/

/* 28.3 - Categories & Archive Widget

---------------------------------------------*/

.widget_categories li a,
.widget_categories li:before,
.widget_categories li:after,
.widget_archive li:before,
.widget_archive li:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget_categories li,
.widget_archive li {
  padding: 5px 0 5px 30px;
  position: relative;
}

.widget_categories li a,
.widget_archive li a {
  color: #545454;
  display: inline-block;
  width: 100%;
}

.widget_categories li a:hover,
.widget_archive li a:hover {
  color: #1fb5ac;
}

.widget_categories li:after,
.widget_archive li:after,
.widget_categories li:before,
.widget_archive li:before {
  content: "\f054";
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  padding-left: 3px;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  display: inline-block !important;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget_categories li:before,
.widget_archive li:before {
  background-color: #5f5f5f;
  opacity: 1;
}

.widget_categories li:after,
.widget_archive li:after {
  background-color: #1fb5ac;
  left: -10px;
  opacity: 0;
}

.widget_categories li:hover:before,
.widget_archive li:hover:before {
  opacity: 0;
}

.widget_categories li:hover:after,
.widget_archive li:hover:after {
  opacity: 1;
  left: 0;
}

/* 28.3 - Categories & Archive Widget End

---------------------------------------------*/

/* 28.4 - Recent Post Widget 

---------------------------------------------*/

.widget_recent_entries a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget_recent_entries li {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.widget_recent_entries a {
  color: #545454;
}

.widget_recent_entries a:hover {
  color: #1fb5ac;
}

.widget_recent_entries img {
  width: 70px;
  height: 70px;
  float: left;
}

.widget_recent_entries .fa {
  color: #cccccc;
}

.widget_recent_entries .recent-post-details {
  margin-left: 85px;
}

.widget_recent_entries .recent-post-details .post-title {
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}

.widget_recent_entries time {
  padding-right: 15px;
}

/* 28.4 - Recent Post Widget End

---------------------------------------------*/

/* 28.5 - Tag Widget

---------------------------------------------*/

.widget_tagcloud a,
.widget_tagcloud a:after {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.widget_tagcloud a {
  display: inline-block;
  color: #8c8c8c;
  font-size: 0.875em;
  border: 2px solid #e6e6e6;
  padding: 5px 15px;
  margin: 0 5px 7px 0;
  position: relative;
}

.widget_tagcloud a:hover {
  border-color: #1fb5ac;
  color: #ffffff;
}

.widget_tagcloud a.active {
  background-color: #1fb5ac;
  color: #ffffff;
  border-color: #1fb5ac;
}

.widget_tagcloud a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  z-index: -1;
}

.widget_tagcloud a:hover:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1fb5ac;
}

/*  28.5 - Tag Widget End

---------------------------------------------*/

/* 28.6 - Calendar Widget

---------------------------------------------*/

.widget_calendar td a,
.widget_calendar td a:after {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.widget_calendar table {
  width: 100%;
  text-align: center;
}

.widget_calendar caption {
  color: #4b4b4b;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  font-size: 1.25em;
  height: 40px;
  border: 2px solid #e6e6e6;
  border-bottom: none;
  border-bottom: none;
}

.widget_calendar tbody {
  border: 1px solid #e6e6e6;
  border-top: none;
}

.widget_calendar th {
  color: #ffffff;
  height: 40px;
  text-align: center;
  border: 2px solid #1fb5ac;
  background-color: #1fb5ac;
}

.widget_calendar td {
  height: 40px;
  text-align: center;
  border: 2px solid #e6e6e6;
}

.widget_calendar td a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 38px;
  position: relative;
  z-index: 0;
}

.widget_calendar td a:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  background-color: transparent;
  z-index: -1;
}

.widget_calendar td a:hover {
  color: #ffffff;
}

.widget_calendar td a:hover:after {
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  background-color: #1fb5ac;
}

/* 28.6 - Calendar Widget End

---------------------------------------------*/

/* 28 - Widget End

---------------------------------------------------------------------- */

/* 29 - Scroll Top Section

---------------------------------------------------------------------- */

#scroll-to-top {
  background-color: #000a2e !important;
  color: #ffffff;
  font-size: 1.5em;
  position: fixed;
  right: 50px;
  bottom: 40px;
  cursor: pointer;
  display: none;
  opacity: 0.7;
  z-index: 99999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#scroll-to-top:hover {
  opacity: 1;
}

/* 29 - Scroll Top Section End

---------------------------------------------------------------------- */

/* 30 - Email Validator

---------------------------------------------------------------------- */

.error {
  display: none;
  padding: 10px;
  margin: 0 0 5px 0;
  color: #d8000c;
  font-size: 12px;
  background-color: #ffbaba;
}

.success {
  display: none;
  padding: 10px;
  color: #044406;
  font-size: 12px;
  background-color: #b7fbb9;
}

.error img,
.success img {
  margin-right: 10px;
}

/* 30 - Email Validator End

---------------------------------------------------------------------- */

/*  - Style Section

---------------------------------------------------------------------- */

/*  - Style Section End

---------------------------------------------------------------------- */

/* Color Box on Index Page */

#colorbox .person-image,
.person-single .person-image {
  position: relative;
  width: 100%;
}

#colorbox .person-image img,
.person-single .person-image img {
  width: 100%;
}

#colorbox .circle-btn,
.person-single .circle-btn {
  width: 38px;
  height: 38px;
}

#colorbox .social li,
.person-single .social li {
  margin: 0px;
  margin-top: 5px;
}

#colorbox {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgb(225, 36, 68);
  -moz-box-shadow: 0 0 10px rgb(225, 36, 68);
  box-shadow: 0 0 10px rgb(225, 36, 68);
}

#colorbox img {
  height: auto !important;
}

#colorbox .title {
  margin-bottom: 30px;
}

#colorbox .flexslider {
  margin-bottom: 30px;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxSlideshow,
#colorbox #cboxClose {
  background-color: transparent;
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: 14px;
  /*60px;*/
  text-indent: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition: all all 0.4s linear ease-out;
  -moz-transition: all all 0.4s linear ease-out;
  -o-transition: all all 0.4s linear ease-out;
  transition: all all 0.4s linear ease-out;
}

#colorbox #cboxPrevious,
#colorbox #cboxNext,
#colorbox #cboxSlideshow,
#colorbox #cboxClose,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopCenter,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomRight {
  background-image: none;
}

#cboxOverlay {
  background-color: #ffffff;
}

/* End Team */

/* Services */

.services .col-xs-1,
.price-list .col-xs-1,
.services .col-xs-2,
.price-list .col-xs-2,
.services .col-xs-3,
.price-list .col-xs-3,
.services .col-xs-4,
.price-list .col-xs-4,
.services .col-xs-5,
.price-list .col-xs-5,
.services .col-xs-6,
.price-list .col-xs-6,
.services .col-xs-7,
.price-list .col-xs-7,
.services .col-xs-8,
.price-list .col-xs-8,
.services .col-xs-9,
.price-list .col-xs-9,
.services .col-xs-10,
.price-list .col-xs-10,
.services .col-xs-11,
.price-list .col-xs-11,
.services .col-xs-12,
.price-list .col-xs-12,
.services .col-sm-1,
.price-list .col-sm-1,
.services .col-sm-2,
.price-list .col-sm-2,
.services .col-sm-3,
.price-list .col-sm-3,
.services .col-sm-4,
.price-list .col-sm-4,
.services .col-sm-5,
.price-list .col-sm-5,
.services .col-sm-6,
.price-list .col-sm-6,
.services .col-sm-7,
.price-list .col-sm-7,
.services .col-sm-8,
.price-list .col-sm-8,
.services .col-sm-9,
.price-list .col-sm-9,
.services .col-sm-10,
.price-list .col-sm-10,
.services .col-sm-11,
.price-list .col-sm-11,
.services .col-sm-12,
.price-list .col-sm-12,
.services .col-md-1,
.price-list .col-md-1,
.services .col-md-2,
.price-list .col-md-2,
.services .col-md-3,
.price-list .col-md-3,
.services .col-md-4,
.price-list .col-md-4,
.services .col-md-5,
.price-list .col-md-5,
.services .col-md-6,
.price-list .col-md-6,
.services .col-md-7,
.price-list .col-md-7,
.services .col-md-8,
.price-list .col-md-8,
.services .col-md-9,
.price-list .col-md-9,
.services .col-md-10,
.price-list .col-md-10,
.services .col-md-11,
.price-list .col-md-11,
.services .col-md-12,
.price-list .col-md-12,
.services .col-lg-1,
.price-list .col-lg-1,
.services .col-lg-2,
.price-list .col-lg-2,
.services .col-lg-3,
.price-list .col-lg-3,
.services .col-lg-4,
.price-list .col-lg-4,
.services .col-lg-5,
.price-list .col-lg-5,
.services .col-lg-6,
.price-list .col-lg-6,
.services .col-lg-7,
.price-list .col-lg-7,
.services .col-lg-8,
.price-list .col-lg-8,
.services .col-lg-9,
.price-list .col-lg-9,
.services .col-lg-10,
.price-list .col-lg-10,
.services .col-lg-11,
.price-list .col-lg-11,
.services .col-lg-12,
.price-list .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.services .services-box,
.price-list .services-box,
.services .prices-box,
.price-list .prices-box {
  background-color: #ffffff;
  padding: 30px 20px 30px 20px;
  margin-top: 90px;
  border: 2px #e5e5e5 solid;
}

.services .services-box .list-group-services,
.price-list .services-box .list-group-services,
.services .prices-box .list-group-services,
.price-list .prices-box .list-group-services {
  padding: 0;
}

.services .services-box .list-group-services .title,
.price-list .services-box .list-group-services .title,
.services .prices-box .list-group-services .title,
.price-list .prices-box .list-group-services .title {
  text-transform: uppercase;
}

.services .services-box .list-group-services li,
.price-list .services-box .list-group-services li,
.services .prices-box .list-group-services li,
.price-list .prices-box .list-group-services li {
  display: block;
  padding: 10px 15px;
  border-top: 1px #e5e5e5 solid;
}

.services .services-box .list-group-services li:first-child,
.price-list .services-box .list-group-services li:first-child,
.services .prices-box .list-group-services li:first-child,
.price-list .prices-box .list-group-services li:first-child {
  border-top: none;
}

.services .services-box .circleBox,
.price-list .services-box .circleBox,
.services .prices-box .circleBox,
.price-list .prices-box .circleBox {
  position: absolute;
  left: 50%;
  margin-left: -90px;
}

.services .services-box .price-container,
.price-list .services-box .price-container,
.services .prices-box .price-container,
.price-list .prices-box .price-container {
  color: #ffffff;
  background-color: #e5e5e5;
  margin-top: 30px;
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 20px;
  padding: 10px;
}

.services .services-box .price-container .price,
.price-list .services-box .price-container .price,
.services .prices-box .price-container .price,
.price-list .prices-box .price-container .price {
  font-size: 72px;
}

.services .services-box .header,
.price-list .services-box .header,
.services .prices-box .header,
.price-list .prices-box .header {
  margin: 0px;
}

.services .services-box,
.price-list .services-box {
  padding-top: 120px;
}

.services .services-box:hover,
.price-list .services-box:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services .services-box:hover .circle-border-outside,
.price-list .services-box:hover .circle-border-outside {
  border: 10px solid #333333;
}

.services .services-box:hover .circle-border-outside .circle-triangle,
.price-list .services-box:hover .circle-border-outside .circle-triangle {
  border-color: #333333 transparent transparent transparent;
}

.services .circleBox,
.price-list .circleBox {
  top: 0;
}

.services {
  padding-top: 0px;
}

.services.row {
  padding-top: 90px;
}

/* End Services */

@media (min-width: 767px) and (max-width: 990px) {
  #colorbox .social li {
    margin: 5px;
  }
  #colorbox #cboxPrevious {
    right: 120px;
    left: auto;
    top: 10px;
  }
  #colorbox #cboxNext {
    right: 70px;
    left: auto;
    top: 10px;
  }
  #colorbox #cboxClose {
    right: 20px;
    top: 10px;
  }
  .main-header-with-slider {
    height: auto;
  }
}

@media (max-width: 767px) {
  /* End Media Components */
  /* Begin ColorBox */
  #colorbox #cboxPrevious {
    right: 120px;
    left: auto;
    top: 10px;
  }
  #colorbox #cboxNext {
    right: 70px;
    left: auto;
    top: 10px;
  }
  #colorbox #cboxClose {
    right: 20px;
    top: 10px;
  }
  #colorbox .title {
    margin-bottom: 30px;
    margin-top: 65px;
  }
  /* End ColorBox */
  /* Services */
  .services .services-box {
    margin-bottom: 100px;
  }
  .services .services-box .circleBox {
    top: -90px;
  }
  /* End services */
}

.fa-ban:before {
  visibility: hidden !important;
}

.bloggerimg {
  background: url(../../images/images/blogg.png) center no-repeat;
}

.container.padding-small-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.container.padding-small-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.padding-small-bottom {
  padding-bottom: 80px;
  padding-top: 40px;
}

.container.padding-small {
  padding-top: 150px;
  padding-bottom: 80px;
}

.ReadMore {
  display: inline-block;
  margin-left: 1%;
}

span.stLarge {
  margin-top: 9px;
}

button.close {
  float: unset;
  font-size: 20px;
  font-weight: 500 !important;
  position: absolute;
  z-index: 1;
  opacity: 1;
  color: #000;
  font-weight: 100;
  background: #fff;
  padding-bottom: 2px;
  border-radius: 32px;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 25px;
}

button.close:hover {
  opacity: 1;
  color: #000;
}

div#botbutton {
    display: none !important;
}
