/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|PT+Sans:400,700&subset=latin-ext');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.min.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*------- menu ------*/
@import url('../vendor/menu/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*--------- Swiper css -------*/
@import url('../vendor/swiper/css/swiper.css');
/*----------- Animate css -------*/
@import url('../vendor/animate.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');
/*--------- Jquery ui ---------*/
@import url('../vendor/jquery-ui/jquery-ui.min.css');

iframe {
  border: none;
}

.mb20 {
  margin-bottom: 20px;
}
/***

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  width: 80px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
  font-size: 22px;
}
/*==================== Click Top ====================*/
.scroll-top {
  width:40px;
  height:40px;
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 99;
  font-size: 12px;
  color: #fff;
  background:transparent;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: rgba(18,18,18,0.7);
  font-size: 16px;
  position: relative;
}
body .main-page-wrapper {
  overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h2,h3,h4,h5,h6 {color:#121212;}
h1,h2,h3,h4,h5 {font-family: 'PT Sans', sans-serif;}
h1 {font-size: 70px; font-weight: 700;}
h2 {font-size: 45px; font-weight: 700;}
h3 {font-size: 38px; font-weight: 700;}
h4 {font-size: 28px; font-weight: 700;}
h5 {font-size: 18px; font-weight: normal;}
h6 {font-size: 18px; font-weight: normal;}
ul {list-style-type: none;}
p  {line-height: 30px;}
a  {text-decoration: none; display: inline-block;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%; display: block;}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft,
img.alignright {
  margin-right: 15px;
}
button {border:none;outline: none;-webkit-box-shadow: none;box-shadow: none;display: block; padding: 0;}
input,textarea {outline: none; -webkit-box-shadow: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.float-left {float:left;}
.float-right {float:right;}
.round-border {border-radius: 50%;}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
/*------------------------------- Transition --------------------------*/
.tran3s,#banner .hesperiden.tparrows.tp-leftarrow:before,#banner .hesperiden.tparrows.tp-rightarrow:before,.top-short-banner ul li a h5,.top-short-banner ul li a p,
.top-short-banner ul li a:before,body .theme-button,.panel-heading h6 a:before,.theme-main-container .theme-sidebar .sidebar-list ul li a:before,
.details-page .theme-large-content .details-tab .panel-heading h6 a:before,.project-slider-wrapper .thumbnail-wrapper button {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.tran5s {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.image img {
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
/*------------------------------- Theme Button -----------------------*/
body .theme-button {
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-width: 2px;
  padding: 0 15px;
}
body .theme-button:hover {background: transparent;}
/*------------------------------- Theme Title -----------------------*/
 @-webkit-keyframes titleanimi {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(38px);
    transform: translateX(38px);
  }
  100% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}

@keyframes titleanimi {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(38px);
    transform: translateX(38px);
  }
  100% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}
.theme-title {
  text-align: center;
  position: relative;
}
.theme-title h2 {
  text-transform: capitalize;
  position: relative;
}
.theme-title:before {
  content: '';
  position: absolute;
  width: 132px;
  height: 2px;
  left:50%;
  bottom: 0;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.theme-title:after {
  content: '';
  width: 32px;
  height: 2px;
  position: absolute;
  left:50%;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: titleanimi 5s linear infinite;
  animation: titleanimi 5s linear infinite;
}
.theme-title p {
  font-size: 18px;
  padding: 5px 0 0;
}

/*------------------------------- Theme Header ----------------------*/
.theme-main-header {
  position: absolute;
  top:0;
  right: 0;
  left:0;
  z-index: 99;
  background: transparent;
}
.theme-main-header .top-header {
  background: #1c1c1c;
  padding: 10px 0;
}
.theme-main-header .top-header ul li {display: inline-block;line-height: 38px;}
.qtranxs_widget ul li {
  margin-right: 10px !important;
}
.theme-main-header .top-header ul.float-left li,
.theme-main-header .top-header ul.float-left li a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
.theme-main-header .top-header ul.float-left li i {
  font-size: 27px;
  color: #3b3b3b;
  margin-right: 18px;
  vertical-align: middle;
}
.theme-main-header .top-header ul.float-left li {margin-right: 22px;}
.theme-main-header .top-header ul.float-right li a {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  line-height: 38px;
  margin: 0 13px;
}
.theme-main-header .top-header ul.float-right .search {
  line-height: 38px;
  font-size: 16px;
  margin-left: 28px;
  color: rgba(255,255,255,0.8);
  background: transparent;
}
#searchWrapper {
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  left:0;
  background: rgba(255,255,255,0.98);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
#searchWrapper.show-box {
  opacity: 1;
  visibility: visible;
}
#searchWrapper .container {
  height: 100%;
}
#searchWrapper img {
  margin:0 auto;
  position: relative;
  top:20%;
}
#searchWrapper form {
  position: relative;
  top:40%;
  height: 70px;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
#searchWrapper form input {
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 5px;
  padding: 0 95px 0 20px;
  background: transparent;
  font-size: 20px;
}
#searchWrapper form input:focus {
  -webkit-box-shadow: 0px 0px 18px -3px rgba(247,82,82,0.3);
box-shadow: 0px 0px 18px -3px rgba(247,82,82,0.3);
}
#searchWrapper form button {
  position: absolute;
  top:0;
  right: 0;
  width: 90px;
  height: 100%;
  position: absolute;
  font-size: 20px;
  color:#fff;
  border-radius: 0 5px 5px 0;
}
#searchWrapper #close-button {
  position: absolute;
  top:20px;
  right: 20px;
  width: 60px;
  height: 60px;
  font-size: 35px;
  background: transparent;
}
/*--------------------------- Theme Menu --------------------*/
.bg-color .theme-main-menu {background: #fff;}
.bg-color #mega-menu-holder>ul > li > a {color: #121212;}
.theme-main-header .theme-main-menu {padding: 15px 0 0 0;}
#mega-menu-holder>ul > li > a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top:18px;
  left:0;
}
.theme-main-header .theme-main-menu .logo img {
      height: 40px;
  object-fit: contain;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%  {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%  {margin-top:-120px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-menu.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(0,0,0,0.9);
  -webkit-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.15);
          box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
          animation: menu_sticky 0.7s ease-in-out;
}
.bg-color .theme-main-menu.fixed {background: #fff;}
.theme-main-menu.fixed .logo img {height: 39px;}
.theme-main-menu.fixed #mega-menu-holder>ul> li> a {padding-bottom: 10px;}
#mega-menu-holder>ul> li.current-menu-item> a {border-bottom: 3px solid #000;}
.theme-main-menu.fixed .collapse-button {margin-bottom: 10px;}
.theme-main-menu.fixed #mega-menu-holder {background: transparent;}
/*-------------------------- Banner -----------------------*/
#banner {
  padding-top: 140px;
}
#banner .tp-caption h1,#banner .tp-caption p {color: #fff;}
#banner .tp-caption h6 {
  color: #fff;
  font-size: 32px;
}
#banner .tp-caption a {
  width: 180px;
  line-height: 46px;
  border-width: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#banner .tp-caption a.button-one:hover {background: transparent;}
#banner .hesperiden.tparrows {
  width: 56px;
  height: 56px;
  background: transparent;
}
#banner .hesperiden.tparrows.tp-leftarrow:before,
#banner .hesperiden.tparrows.tp-rightarrow:before {
  content: "\f100";
  font-family: Flaticon;
  font-size: 56px;
  margin: 0;
  color: #564946;
}
#banner .hesperiden.tparrows.tp-leftarrow:before {
  -webkit-transform:rotate(180deg);
          transform:rotate(180deg);
}
.main-slider {
  height: 647px;
  width: 100%;
  padding-top: 147px;
  margin-bottom: 30px;
}
.main-slider .item {
  height: 500px;
  width: 100%;
  text-align: center;
  display: table;
  position: relative;
  z-index: 999;
  background-size: cover;
  background-position: center;
}
.main-slider .item .ms-inner {
  height: 500px;
  width: 100%;
  padding: 0 150px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 999;
}
.main-slider .item .ms-title {
  font-size: 35px;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  padding: 5px 10px;
  display: inline-block;
}
.main-slider .item a.ms-btn {
  position: relative;
  margin: 50px 0 0px;
  padding: 10px 25px;
  font-size: 17px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
}
.main-slider.owl-theme .owl-dots {
    margin-top: -50px;
    z-index: 99;
    position: relative;
}
/*---------------------------- Top Short Banner -------------------------*/
.top-short-banner {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 30px;
  margin-top: -30px;
}
.top-short-banner ul li {
  float:left;
  width: 33.3333333%;
  padding: 0 15px;
  text-align: center;
  height: 140px;
}
.top-short-banner ul li div {position: relative;height: 100%;display: table;}
.top-short-banner ul li h5 {
  text-transform: uppercase;
  padding: 46px 0 3px 0;
}
.top-short-banner ul li a {
  display: table-cell;
  vertical-align: middle;
  background: #fafafa;
  position: relative;
  z-index: 1;
}
.top-short-banner ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left:0;
  bottom: 0;
  z-index: -1;
}
.top-short-banner ul li a:hover:before {height: 100%;}
.top-short-banner ul li a h5 {color: #121212;padding: 0 0 6px;font-weight: 600;}
.top-short-banner ul li a p {color: rgba(0,0,0,0.7);padding: 0 15px;}
.top-short-banner ul li a:hover h5 {color: #fff;}
.top-short-banner ul li a:hover p {color: rgba(255,255,255,0.7);}

/*------------------- Request Quote Section ---------------*/
.request-quote-section .row .theme-col {padding: 0 15px;}
.request-quote-section .text {width: 52%;}
.request-quote-section .img-box {width: 48%;}
.request-quote-section .img-box>div {
  padding-left: 10px;
  position: relative;
}
.request-quote-section .img-box>div:before {
  content: '';
  position: absolute;
  top:20px;
  left:0;
  height: 100%;
  width: 1px;
}
.request-quote-section .img-box a {
  position: absolute;
  top:50%;
  left:50%;
  font-size: 64px;
  color: #fff;
  -webkit-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}
.request-quote-section .img-box img {width: 100%;}
.request-quote-section .text h3 {
  line-height: 45px;
  margin: 0 0 20px;
}
.request-quote-section .text p {
  font-size: 18px;
  line-height: 35px;
}
.request-quote-section .text a {
  width: 193px;
  margin-top: 50px;
}
.style-two.request-quote-section .img-box {width: 100%;float: none;}
.style-two.request-quote-section .text {
  float: none;
  text-align: center;
  width: 85%;
  margin: 50px auto 100px auto;
}
.style-two.request-quote-section.m-fix {margin-top:90px;}
/*-------------------------- Our Service ----------------------*/
.our-service {margin: 0;}
.our-service .service-slider {margin-top: 20px;}
.our-service .service-slider .item {margin: 0 15px;}
.image {overflow: hidden;position: relative;}
.our-service .single-service:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-service .single-service .text {
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
}
.our-service .single-service:hover .text {border-bottom-color:#f75252;}
.our-service .single-service .text h4 a {
  color: #121212;
  margin-bottom: 15px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.our-service .single-service .text p,
.our-blog .single-blog .text p {
  height: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.our-service .single-service {margin-bottom: 20px;}
/*------------------------ Theme Counter -------------------*/
.theme-counter {
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  /*margin-bottom: 100px;*/
}
.theme-counter .opacity {background-color: transparent;}
.theme-counter .opacity .text-center {
  padding: 42px 0 40px 0;
}
.theme-counter .opacity .text-center i {
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 15px;
}
.theme-counter .opacity .text-center h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}
.theme-counter .opacity .text-center .number {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
}
/*------------------------- Work And Inspiration ---------------------*/
.inspiration-tab h4,.our-work h4 {margin-bottom: 20px;}
.inspiration-tab .panel-heading {
  padding: 0;
  border:1px solid #eeeeee;
}
.inspiration-tab .panel-heading h6 a {
  display: block;
  color: #121212;
  line-height: 30px;
  position: relative;
  padding: 12px 60px 12px 30px;
}
.inspiration-tab .panel-body {
  border: none !important;
  padding: 20px 0 2px 0;
}
.inspiration-tab .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.inspiration-tab .inspiration-panel {margin-top: 20px;}
.inspiration-tab .panel-heading h6 a:before {
  content: '+';
  line-height: 38px;
  background: #e2e1e1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  font-size: 25px;
  text-align: center;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.inspiration-tab .panel-heading.active-panel h6 a:before {content: '-';}
.our-work {
  display: table;
  width: 100%;
  /*margin: 30px 0;*/
}
.our-work p {line-height: 35px;}
.our-work .work-box {
  border: 1px solid #e8e3e3;
  height: 210px;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.our-work .work-box:hover i,
.our-work .work-box:hover h5 {
  color: #fff !important;
}
.our-work .work-box i {
  display: block;
  font-size: 62px;
  margin: 0 0 20px;
}
.our-work .work-box h5 {font-weight: 700;text-transform: uppercase;}
/*----------------------- Our Project ------------------*/
.our-project.m-fix {margin-bottom: 50px;}
.theme-title {
  margin: 0 0 20px;
  padding-bottom: 20px;
}
.our-project .mixitUp-menu {
  text-align: center;
  margin-bottom: 20px;
}
.our-project .mixitUp-menu li {
  display: inline-block;
  margin: 0 15px;
  color: #121212;
  text-transform: uppercase;
  cursor: pointer;
}
#mixitUp-item .mix {display: none;}
.our-project .single-project:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-project .single-project .image img {
width: 100%;
height: 510px;
object-fit: cover;
}
body[class*="template-gallery"] .our-project .single-project .image img {
  height: initial;
}
.our-project #related-project-slider .single-project .image img {
  height: 320px;
}
.our-project #related-project-slider .single-project {margin-bottom: 0}
.our-project .single-project {margin-bottom: 30px;}
.our-project .single-project .image {position: relative;}
.our-project .single-project .image .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0,0,0,0.6);
  padding: 33px 18px 30px 18px;
  border-bottom: 1px solid #f75252;
  opacity: 1;
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
}
.our-project .single-project .image .text h4,
.our-project .single-project .image .text h4 a {
  display: block;
  color: #fff;
}
.our-project .single-project .image .text p {
  color: #fff;
  margin: 20px 0 15px 0;
  height: 95px;
  overflow: hidden;
}
.our-project .single-project .image .text span {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}
.our-project .single-project:hover .image .text,
.our-project .single-project.hovered .image .text {
  opacity: 1;
  -webkit-transform:translateY(0);
          transform:translateY(0);
}

.our-project .single-project.hovered:hover .image .text {
  opacity: 1;
  -webkit-transform:translateY(100%);
          transform:translateY(100%);
}
.our-project.projectV3 .single-project .image .text {
  top:142px;
  bottom: 142px;
  left:85px;
  right: 85px;
}
.our-project.projectV4 .single-project .image .text {
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}
.our-project.projectV4 .single-project .image .text h4 {
  position: relative;
  margin-bottom: 15px;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-project.projectV4 .single-project .image .text span {
  position: relative;
  display: block;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-project.projectV4.projectV5 .single-project {margin: 0;}
.our-project.projectV4.projectV5 .mix {
  width: 33.333333%;
  float: left;
}
/*------------------------------- Client Slider ---------------------*/
.client-slider {
}
.client-slider .opacity {
  padding: 50px 0;
}
.client-slider .opacity .theme-title h3 {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
.client-slider .opacity .item .text {
  background: #fff;
  margin-top: 5px;
  padding: 25px 20px 55px;
  text-align: center;
  position: relative;
}
.client-slider .opacity .item .text p {
  font-size: 18px;
}
.client-slider .opacity .item .text:before {
  content: "\f109";
  font-family: Flaticon;
  font-size: 50px;
  color: #e8e5e5;
  position: absolute;
  bottom: 9px;
  left:45px;
}
.client-slider .opacity .item {margin: 0 10px;}
/*----------------------------- Our Blog ------------------------*/
.our-blog .theme-title {margin: 0 0 20px;}
.our-blog .single-blog:hover .image img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1);
}
.our-blog .single-blog .image {border-bottom: 5px solid #d9d6d6;}
.our-blog .single-blog .text {
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
}
.our-blog .single-blog:hover .text {border-bottom: 1px solid #000;} 
.our-blog .single-blog .text h4 a {
  color: #121212;
  margin-bottom: 20px;
}
.our-blog .single-blog img {width: 100%;}
.our-blog .single-blog .text span {color: #121212;}
.our-blog .single-blog {margin-bottom: 20px;}
.our-blog .blog-slider .item {margin: 0 15px;}
.our-blog .single-blog .text>a {
  color: rgba(0,0,0,0.7);
}
.our-blog .single-blog .text>a i {
  font-size: 12px;
  vertical-align: 1px;
  margin-left: 5px;
}
.our-blog .single-blog .text p {margin: 15px 0;}
.blog-inner-page {margin: 50px 0 20px;}
/*---------------------- Blog V2 ------------------------*/
.theme-main-container {margin: 0 -15px;}
.theme-main-container .widget h5.widget-title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 33px;
  margin-bottom: 35px;
}
.theme-main-container .widget h5.widget-title:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
.theme-main-container .theme-sidebar .sidebar-search form {
  height: 55px;
  position: relative;
}
.theme-main-container .theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border:1px solid #ececec;
  padding: 0 48px 0 15px;
}
.theme-main-container .theme-sidebar .sidebar-search form button {
  position: absolute;
  width: 45px;
  background: transparent;
  top:0;
  right: 0;
  bottom: 0;
  padding-left: 5px;
  text-align: left;
}
.sidebar-recent-post .single-post img {width: 80px;height: 90px;object-fit:cover;}
.sidebar-recent-post .single-post .post {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.theme-main-container .theme-sidebar .sidebar-recent-post .post h6 a {
  line-height: 26px;
  color: #121212;
  margin-bottom: 15px;
  border:none;
  padding: 0;
}
.theme-main-container .theme-sidebar .sidebar-recent-post li {margin-bottom: 20px;}
.theme-main-container .theme-sidebar .sidebar-recent-post li:last-child {margin-bottom: 0;}
.our-blogv2 .single-blog-post .text {
  padding: 20px 0 0 40px;
  border-left: 1px solid #f4f2f2;
}
.our-blogv2 .single-blog-post {margin-bottom: 30px;}
.our-blogv2 .single-blog-post .text ul.post-info li {
  display: inline-block;
  margin-bottom: 10px;
}
.our-blogv2 .single-blog-post .text ul.post-info li:first-child {
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #121212;
  margin-right: 60px;
}
.our-blogv2 .single-blog-post .text ul.post-info li:first-child span {
  font-size: 50px;
  font-weight: 700;
}
.our-blogv2 .single-blog-post .text ul.post-info li:last-child {
  font-size: 18px;
  color: #242222;
}
.our-blogv2 .single-blog-post .text h4 a {
  display: block;
  color: #242222;
  font-size: 25px;
  margin-bottom: 20px;
}
.our-blogv2 .single-blog-post .text>a {
  width: 212px;
  border-width: 1px;
  margin-top:20px;
  margin-bottom: 5px;
}
.our-blogv2 .single-blog-post .text>a:hover {color: #fff !important;}
.page-pagination {padding-top: 30px;padding-bottom: 30px;}
.page-pagination ul li {display: inline-block;}
.page-pagination ul li a {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 50%;
  font-size: 26px;
  border-width: 1px;
  margin-right: 18px;
}
.page-pagination ul li a:hover,
.page-pagination ul li.active a {color: #fff !important;}
.page-pagination ul li a .fa {font-size: 14px;vertical-align: 5px;}
/*------------------------------- Partner Logo ------------------------*/
#partner-logo .item img {margin: 0 auto;
max-width: 180px;
width: auto;
height: 65px;
object-position: center;
object-fit: contain;
}
.partners-section {
  background: #f4f4f4;
  padding: 40px 0;
}
.partners-section.m-fix {margin-top: 100px;}
/*--------------------------- Footer --------------------*/
footer {
  background: #090202;
  padding-top: 30px;
}
footer p,
footer ul li,
footer ul li a{
  color: rgba(255,255,255,0.6);
}
footer p {
  font-size: 15px;
}
footer .icon li,
footer .policy li {display: inline-block;}
footer .icon li a {
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background: #141520;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin: 10px 10px 0 0;
}
footer .bottom-footer .icon li a {
  margin: 0 0 0 10px;
}
footer .footer-logo .policy li a {
  color: rgba(255,255,255,0.2);
  margin: 35px 18px 0 0;
}
footer h4 {
  color: #fff;
  font-size: 20px !important;
  position: relative;
  padding-bottom: 15px;
  margin:0 0 40px !important;
}
footer h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  width: 32px;
  height: 1px;
}
footer ul li a {
  font-size: 15px;
  margin-bottom: 15px;
}
footer ul {
  display: inline-block;
  vertical-align: top;
  padding: 0
}
footer .footer-news ul li a {
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .footer-news ul li span {color: rgba(255,255,255,0.25);}
footer .footer-news ul li {
  border-bottom: 1px solid #21222b;
  padding-bottom: 25px;
  margin-bottom: 23px;
}
footer .footer-news ul li:last-child {border: none;margin-bottom: 0;padding-bottom: 0}
footer .bottom-footer {
  background: #0c0a0a;
  margin-top: 20px;
  padding: 20px 0;
}
footer .bottom-footer p {color: #fff;line-height: 20px;}
footer .bottom-footer form {
  position: relative;
  width: 420px;
  height: 50px;
}
footer .bottom-footer form input {
  width: 100%;
  height: 100%;
  padding: 0 148px 0 15px;
  background: #19191c;
  color: rgba(255,255,255,0.25);
  border: none;
}
footer .bottom-footer form button {
  width: 145px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top:5px;
  right: 5px;
  bottom: 5px;
}
/*------------------- Theme Inner Banner -----------------*/
.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 30px;
}
.inner-banner .opacity .container {position: relative;}
.inner-banner .opacity {
  background: rgba(0,0,0,0.7);
  padding: 290px 0 35px 0;
  text-align: center;
}
.inner-banner .opacity h2 {
  font-size: 55px;
  color: #fff;
  margin-bottom: 182px;
}
.inner-banner .opacity ul li {
  display: inline-block;
  color: #fff;
  margin: 0 3px;
}
.inner-banner .opacity ul li a {color: #fff;}
.inner-banner .opacity .contact-button {
  width: 192px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: -35px;
}
.inner-banner .opacity .contact-button:hover{
  color: #fff !important;
}
.inner-banner .opacity .contact-button i {margin-left: 10px;}
.post-page {
  margin-top: 50px;
  margin-bottom: 20px;
}
iframe[src*="youtube.com"] {
  width: 100%;
}
/*--------------------------- Theme Main container/Theme Side bar -------------------*/
.theme-main-container {margin: 0 -25px;}
.theme-main-container.space-fix {margin: 0 -35px;}
.theme-main-container .theme-col {padding: 0 25px;}
.theme-main-container.space-fix .theme-col {padding: 0 35px;}

.theme-main-container .theme-sidebar {width: 29.84%;}
.theme-main-container .theme-large-content {width: 70.16%;}
.theme-main-container .theme-sidebar .widget {margin-bottom: 30px;padding-bottom: 30px;border-bottom: 1px solid #efefef;}
.theme-main-container .theme-sidebar .widget:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.theme-main-container .theme-sidebar .sidebar-list ul li a,
.theme-main-container .theme-sidebar .widget ul li a {
  display: block;
  font-size: 20px;
  color: #323232;
  line-height: 53px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  padding: 0 40px 0 30px;
  position: relative;
}
.theme-main-container .theme-sidebar .sidebar-list ul li:last-child a,
.theme-main-container .theme-sidebar .widget ul li:last-child a {
  margin-bottom: 0;
}
.theme-main-container .theme-sidebar .sidebar-list ul li a:before,
.theme-main-container .theme-sidebar .widget ul li a:before {
  content: '';
  position: absolute;
  width: 2px;
  top:-1px;
  bottom: -1px;
  left:-1px;
  opacity: 0;
}
.theme-main-container .theme-sidebar .sidebar-list ul li a:hover:before,
.theme-main-container .theme-sidebar .widget_pages ul li a:hover:before,
.theme-main-container .theme-sidebar .widget_categories ul li a:hover:before {opacity: 1;}
.theme-main-container .theme-sidebar .sidebar-list ul li a i,
.theme-main-container .theme-sidebar .widget ul li a i {
  line-height: 55px;
  position: absolute;
  top:0;
  right: 20px;
  font-size: 20px;
}
.theme-main-container .theme-sidebar .sidebar-list.downloaditem ul li a {
  font-size: 18px;
  font-weight: normal;
}
.theme-main-container .theme-sidebar .sidebar-short-banner .opacity {
  text-align: center;
  padding: 45px 20px 45px 20px;
}

.theme-main-container .theme-sidebar .sidebar-short-banner h4 {
  font-size: 31px;
  color: #fff;
  line-height: 37px;
}
.theme-main-container .theme-sidebar .sidebar-short-banner p {
  color: #fff;
  margin: 35px 0 56px 0;
  line-height: 26px;
}
.theme-main-container .theme-sidebar .sidebar-short-banner a,
.theme-main-container .theme-sidebar .sidebar-short-banner a:hover {
  color: #fff !important;
  font-size: 18px;
}
.theme-main-container .theme-sidebar .sidebar-short-banner a i {
  font-size: 14px;
  margin-left: 4px;
  vertical-align: -1px;
}
/*-------------------------------- About Us Page ----------------------*/
.about-us-page {margin: 50px 0 50px 0;}
.about-us-page .theme-large-content>h4 {font-size: 30px;}
.about-us-page .theme-large-content p.text1 {margin: 30px 0;}
.theme-company-overview {margin: 50px 0 40px 0;}
.theme-company-overview h4 {font-size: 30px;}
.theme-company-overview .clearfix {position: relative;}
.theme-company-overview .clearfix:before {
  content: '';
  position: absolute;
  left:0;
  top:38px;
  width: 100%;
  height: 7px;
  background: #ececec;
}
.theme-company-overview .row {margin: 0 -25px;}
.theme-company-overview .row .col {
  width: 33.333333%;
  padding: 0 25px;
  float: left;
  margin-top: 124px;
}
.theme-company-overview .wrapper {
  position: relative;
  text-align: center;
}
.theme-company-overview .wrapper>span {
  font-size: 35px;
  color: #121212;
}
.theme-company-overview .wrapper div {
  border: 1px solid #ececec;
  padding: 22px 0;
  margin-top: 22px;
}
.theme-company-overview .wrapper div h6 {margin-bottom: 5px;}
.theme-company-overview .wrapper:before {
  content: '';
  position: absolute;
  top:-81px;
  left: 49%;
  width: 2px;
  height: 60px;
  background: #ececec;
}
/*---------------------------- Service/Project Details ---------------------*/
.details-page {margin: 50px 0;}
.details-page .theme-large-content h2 {
  font-size: 35px;
  line-height: 42px;
  margin: 0 0 30px 0;
}
.details-page .theme-large-content .p1 {margin-top: 45px;}
.details-page .theme-company-overview .wrapper div h6 {font-size: 28px;}
.details-page .theme-company-overview {margin: 15px 0 50px 0;}
.details-page .theme-large-content .details-list h4 {
  font-size: 25px;
  line-height: 35px;
}
.details-page .theme-large-content .details-list p {margin: 20px 0 30px 0;}
.details-page .theme-large-content .details-list ul li {
  line-height: 30px;
  padding-left: 32px;
  margin-bottom: 22px;
  position: relative;
  width: 86%;
}
.details-page .theme-large-content .details-list ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top:10px;
  left:0;
}
.details-page .theme-large-content .details-tab h4 {
  font-size: 22px;
  margin: 48px 0 33px 0;
}
.details-page .theme-large-content .details-tab .details-panel {
  margin-top: 38px;
}
.details-page .theme-large-content .details-tab .panel-heading {
  padding: 0;
}
.details-page .theme-large-content .details-tab .panel-heading h6 a {
  display: block;
  color: #121212;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  padding: 15px 67px 15px 40px;
}
.details-page .theme-large-content .details-tab .panel-body {
  border-top:1px solid #eeeeee !important;
  padding: 30px 30px 25px 40px;
}
.details-page .theme-large-content .details-tab .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border:1px solid #eeeeee;
  border-radius: 0;
  margin-bottom: 10px;
}
.details-page .theme-large-content .details-tab .inspiration-panel {margin-top: 20px;}
.details-page .theme-large-content .details-tab .panel-heading h6 a:before {
  content: '';
  font-family: 'font-awesome';
  border-left:1px solid #eeeeee;
  line-height: 60px;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  font-size: 14px;
  text-align: center;
  top:0;
}
.details-page .theme-large-content .details-tab .panel-heading.active-panel h6 a:before {content: '';}
/*------------------------ Project Details ------------------*/
.project-slider-wrapper .thumbnail-wrapper {
  width: 61%;
  margin: 15px auto 20px auto;
  position: relative;
}
.project-slider-wrapper .thumbnail-wrapper button {
  font-size: 20px;
  color:#7f7f7f;
  width: 25px;
  height: 60px;
  margin: 0;
  background: #e6e6e6;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-slider-wrapper .thumbnail-wrapper button:hover {color: #fff;}
.project-slider-wrapper .thumbnail-wrapper button.swiper-button-next {
  right: 11px;
}
.project-slider-wrapper .thumbnail-wrapper button.swiper-button-prev {
  left: 0;
}
.project-slider-wrapper .thumbnail-wrapper button:hover {
  color:#fff;
}
.project-slider-wrapper .thumbnail-wrapper .swiper-slide {cursor: pointer;}
.project-details .project-info {
  border: 1px solid #eaeaea;
  border-bottom-color: #f75252;
  width: 84%;
  margin: 30px auto;
  padding: 45px 40px 20px 70px;
}
.project-details .project-info table {
  width: 100%;
}
.project-details .project-info table tr td:first-child {
  font-size: 15px;
  color: #121212;
  text-transform: uppercase;
  width: 45%;
}
.project-details .project-info table tr td {padding-bottom: 20px;}
.our-project.related-project {
  background: #f2f2f2;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}
.our-project.related-project .item {margin: 0 15px;}
.our-project.related-project .container>h4 {margin-bottom: 30px;}
.project-details-v2 .project-slider-wrapper .thumbnail-wrapper {width: 43%;}
.project-details-v2 .project-slider-wrapper .thumbnail-wrapper button.swiper-button-next {right: 16px;}
.project-details-v2.details-page .theme-large-content h2 {text-align: center;margin-bottom: 80px;}
.project-details-v2.details-page .theme-large-content .p1 {margin-top: 0;}
.project-details-v2.details-page .theme-large-content .details-list ul li {width: 100%;}
.project-details-v2.project-details .project-info {
  width: 100%;
  margin: 0;
}
.project-details-v2.project-details .middle-text {margin: 55px 0 50px 0;}
.project-details-v2.project-details .middle-text .details-list ul {margin-bottom: 40px;}
.project-details-v2.project-details .middle-text .details-list a {
  width: 300px;
  line-height: 50px;
  background: #e7e7e7;
  text-align: center;
  color: rgba(0,0,0,0.7);
  margin-bottom: 20px;
}
.project-details-v2.project-details .middle-text .details-list a:hover {color: #fff;}
.project-details-v2.project-details .middle-text .details-list a i {
  margin-right: 12px;
  font-size: 18px;
}
/*--------------------------- Blog Details -----------------------*/
.blog-details .single-blog-post img.m-fix {margin: 45px 0 55px 0;}
.blog-details .single-blog-post .text h4 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 35px;
}
.blog-details .single-blog-post .blog-list-text ul li {
  position: relative;
  padding:0 0 15px 45px;
}
.blog-details .single-blog-post .blog-list-text ul li span {
  position: absolute;
  top:0;
  left:0;
  font-size: 18px;
}
.blog-details .single-blog-post .blog-list-text ul li i {
  position: absolute;
  top:5px;
  left:0;
}
.blog-details .single-blog-post .blog-list-text ul {margin-bottom: 10px;}
.blog-details .single-blog-post h5 {
  font-size: 20px;
  margin-bottom: 30px;
}
.blog-details .theme-main-container .tag-option ul li {
  display: inline-block;
  line-height: 47px;
  text-align: center;
  margin: 0 8px 10px 0;
}
.blog-details .theme-main-container .tag-option ul li:first-child {
  width: 54px;
  color: #fff;
  margin-right: 25px;
}
.blog-details .theme-main-container .tag-option ul li a {
  display: block;
  background: #efefef;
  border-radius: 20px;
  color: rgba(0,0,0,0.7);
  padding: 0 25px;
}
.blog-details .theme-main-container .tag-option ul li a:hover,
.blog-details .theme-main-container .page-indicator a:hover {color: #fff !important;}
.blog-details .theme-main-container .tag-option ul {margin-bottom: 20px;}
.blog-details .theme-main-container .tag-option {margin: 30px 0;}
.blog-details .theme-main-container .page-indicator a {
  width: 143px;
  line-height: 50px;
  border-radius: 20px;
  color: #242222;
  background: #efefef;
  margin: 0 8px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}
.blog-details .theme-main-container .page-indicator a[rel="next"] {float:right;}
.blog-details .theme-main-container .page-indicator {
  position: relative;
  margin-bottom: 20px;
}
.blog-details .comment-section h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-details .comment-section .single-comment {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.blog-details .comment-section ul.children {
  margin-left: 30px;
}
.blog-details .comment-section .single-comment .img {
  width: 80px;
  text-align: center;
}
.blog-details .comment-section .single-comment .img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.blog-details .comment-section .single-comment .img h5 {margin-top: 12px;}
.blog-details .comment-section .single-comment .comment {
  width: calc(100% - 80px);
  padding:0 0 0 30px;
}
.blog-details .comment-section .single-comment .comment button {
  margin-right: 30px;
  background: transparent;
}
.blog-details .comment-section .single-comment .comment p {margin-top: 10px;}
.blog-details .leave-comment h4 {
  font-size: 25px;
  padding: 0 0 45px 0;
}
.blog-details .leave-comment textarea,
.blog-details .leave-comment input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #efefef;
  margin-bottom: 15px;
  padding: 0 20px;
}
.blog-details .leave-comment textarea {
  height: 225px;
  max-height: 225px;
  resize:none;
  padding: 20px;
}
.blog-details .leave-comment input {height: 55px;}
.blog-details .leave-comment input[type="submit"] {
line-height: 46px;
text-align: center;
text-transform: uppercase;
color: #fff;
border-width: 2px;
  width: 175px;
}
.comment-notes {
  margin-bottom: 20px;
}
/*------------------------- Contact Us ------------------------*/
.contact-form {margin-top: 50px;}
.contact-form textarea,
.contact-form input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 0 20px;
}
.contact-form .col-sm-4 {
  margin-bottom: 10px;
}
.contact-form textarea:focus,.contact-form input:focus {
  border: 1px solid rgba(0,0,0,0.05)
}
.contact-form textarea {
  height: 295px;
  max-height: 295px;
  resize:none;
  padding: 20px;
}
.contact-form input {height: 55px;}
.contact-form input[type="submit"] {width: 210px;}
div.wpcf7-response-output {
  margin: 10px 0 0 ;
}
.contact-address .single-branch h4 {
  font-size: 22px;
  margin: 20px 0 15px;
}
.contact-address .single-branch ul li {
  line-height: 40px;
  padding-left: 35px;
  position: relative;
}
.contact-address .single-branch ul li i {
  position: absolute;
  top:2px;
  left:0;
  color: #b2b2b2;
  line-height: 40px;
}
iframe[src*="https://www.google.com/maps/embed"] {
  width: 100%;
  height: 430px;
}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,
#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,
#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,
#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success {
  color: #26ace3;
}
#error {
  color: #C9182B;
}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error {border:1px solid #f03838 !important;}
.form-validation textarea.error {border:1px solid #f03838 !important;}
/*------------------- Error Page ----------------*/
.error-page {
  margin: 240px 0 100px;
  text-align: center;
}
.error-page h2 {
  display: inline-block;
  font-size: 129px;
  position: relative;
}
.error-page h2 strong {
  position: absolute;
  font-size: 75px;
  font-weight: 700;
  color: #d1d1d1;
  top: -40px;
  right: -67px;
}
.error-page h2 strong span {display: inline-block;}
.error-page h3 {
  font-size: 35px;
  margin: 0 0 60px 0;
}
.error-page h3 img {display: inline-block;}
.error-page a {
  line-height: 54px;
  width:240px;
  margin-right: 15px;
}
.error-page form {
  height:60px;
  width:340px;
  position: relative;
  display: inline-block;
}
.error-page form input {
  padding: 0 62px 0 20px;
  border:1px solid #f0f0f0;
  height: 100%;
  width: 100%;
}
.error-page form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 60px;
  text-align: left;
  background: transparent;
  font-size: 20px;
  color: #a3a3a3;
}

#footer-btn {
  display: none;
}
 .b_packages img {
     width: 100%;
     -webkit-transition: 0.4s ease;
     transition: 0.4s ease;
}
 .b_packages img:hover {
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.v_place_img {
    position: relative;
    overflow: hidden;
	max-height: 208px;
}
.b_packages img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.v_place_img img {
    width: 100% !important;
	min-height: 200px;
	max-height: 200px;
}
.b_pack {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.32);
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    margin-bottom: 30px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.b_pack h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b_pack h4 a {
    color: #000000;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}
.b_pack .pack_icon h4 a {
        color: white;
    text-transform: initial;
    text-align: center;
    display: block;
    background: #fcba2d;
    border-radius: 5px;
    padding: 7px;
}
.price.old-price {
    font-size: 16px;
    font-weight: lighter;
    text-decoration: line-through;
    color: #fbba2d;
    width: 63px;
    float: right;
    /* margin-right: 11px; */
    line-height: 25px;
}
.price.current-price {
     font-size: 18px;
    font-weight: bold;
    color: #0ca9ec;
    width: 69px;
    float: right;
    text-align: right;
}
.btnAllTur{
     padding: 5px 12px 6px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 22px;
    color: white;
    border-radius: 5px;
    min-height: 46px;


}

.btnAllTur:hover{
      color:white;
	  background: #009dcd;
}
.tum-turlar a{
	width:100%;
	color: #fcba2d;
	
}

.para{
	
	margin-left:5px;
	cursor:pointer;
	
}

.para.active{
	color: red !important;
}

.ucretlendirme thead{
	    background: #009dcd;
    color: white;
    text-align: center;
}

.ucretlendirme th{
	text-align:center;
}

.rezervasyonButton{
	     width: 192px;
    color: #fff;
    /* position: absolute; */
    /* right: 0; */
    /* bottom: -35px; */
    width: 100%;
    margin-right: 15px;
    margin-left: 4px;
    padding: 13px;
    text-align: center;
	background: #e35121 ;
}

.rezervation-tour-title h5{
	    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.our-service .panel-body{
	padding-left:0px;
}
.plr0{
	padding-left:0px;
	padding-right:0px;
	
}

.rezervation-table th{
	color: white;
    font-size: 15px;
    text-align: center;
    border: 1px solid;
}
.rezervation-table td{

    text-align: center;

}
.panel-footer{
	color: white;
}
.icon-success fa{
	
}

.plr0{
	padding:0px;
}
.ui-state-default{
	background: #0c0 !important;
}
.ui-state-active{
	background:blue !important;
}
.closeDateAdmin .ui-state-default{
	background:red !important;
}
#ui-datepicker-div:before {
    background: #0c0;
    content: 'Açık Tarih';
    display: block;
    height: 26px;
    width: 100px;
    position: absolute;
    right: 0px;
    bottom: 0;
    color: white;
    text-align: center;
    /* opacity: 0.4; */
    line-height: 26px;
}

#ui-datepicker-div:after {
background: red;
    content: 'Kapalı Tarih';
    display: block;
    height: 26px;
    width: 100px;
    /* position: absolute; */
    right: -200px;
    top: 0;
    color: white;
    text-align: center;
    opacity: 0.4;
    line-height: 26px;
}

@media only screen and (max-width: 600px) {
   .top-short-banner .fa {
    font-size: 49px !important;
    margin-top: 3px !important;
    
}

.b_pack .pack_icon h4 a {
    color: white;
    text-transform: initial;
    text-align: center;
    display: block;
    background: #fcba2d;
    border-radius: 5px;
    padding: 7px;
    height: 46px;
    line-height: 34px;
    font-size: 20px;
}

.b_pack h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.price.current-price {
    font-size: 20px;
    font-weight: bold;
    color: #0ca9ec;
    width: 79px;
    float: right;
    text-align: center;
}
.price.old-price {
    font-size: 18px;
    font-weight: lighter;
    text-decoration: line-through;
    color: #fbba2d;
    width: 63px;
    float: right;
    /* margin-right: 11px; */
    line-height: 28px;
}

}



