/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext|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;
}


.home3 .sow-features-feature{
	cursor:pointer;
}
.panel-grid{
	margin-bottom: 5% !important;
    margin-top: 5% !important;
}
.home3 .sow-icon-container{
	color: #ffffff;
    width: 100% !important;
    background: #009dcd;
	margin-bottom: 0px !important;
	min-height: 220px !important;
	    padding-top: 17px;
		    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}
.home3 .sow-icon-fontawesome{
	width:100% !important;
	height: 100% !important;
}
.home3 .textwidget{
	    background: white;
    min-height: 146px;
	color:black;
	padding: 9px;
	    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
	 -webkit-transition: all 0.5s; /* Safari */
  -webkit-transition-timing-function: linear; /* Safari */
  transition: all 0.5s;
  transition-timing-function: linear;
}
.home3 .textwidget h5{
	font-weight:bold !important;
}
.full-height-width img{
	border-radius:0 !important;
}
.home3 .sow-features-feature:hover .textwidget{
	background: #009dcd;
	color:white;
}
.home3 .sow-features-feature:hover .textwidget h5{
	
	color:white;
}

.mb20 {
  margin-bottom: 20px;
}
.langs.hidden-xs .language-chooser li a img {
        width: 28px;
    border: 1px solid black;
    /* background: blue; */
    background: black;
    border-radius: 9px;
}
.kenart{
    background: url(kenar.png);
    position: absolute;
    /* top: 0; */
    width: 57px;
    height: 57px;
    background-size: cover;
}
.biz-kimiz p{
	    line-height: 19px;
}
.kenart.rbortop{
	right:-1px;
	top:0;
}
.kenart.lbortop{
	left:0;
	top:-1px;
	transform: rotate(270deg);
}
.kenart.rborbot{
	right:-1px;
	bottom:-1px;
	    transform: rotate(90deg);
}
.kenart.lborbot{
	left:-1px;
	bottom:-1px;
	    transform: rotate(180deg);
}
/***

====================================================================
  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;
  background-color: #cdcdcd;
}
body .main-page-wrapper {
  overflow-x:hidden;
      overflow-y: 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: 34px;
    text-align: center;
    text-transform: uppercase;
    
    border-width: 2px;
    padding: 0px 29px;
    padding-left: 8px;
}
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);
  }
}

#media_image-1 img{
	    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.theme-title {
  text-align: center;
  position: relative;
  margin-top: 14px;
}
.theme-title h2 {
  text-transform: uppercase;
    position: relative;
    text-align: left;
    font-size: 31px;
    font-weight: 500;
    color: black;
}
.theme-title:before {

}
.theme-title:after {
  
}
.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;
      border-bottom: 2px solid white;
}
.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;
  color: rgba(255,255,255,0.8);
  background: transparent;
   padding-left: 11px;
    padding-right: 11px;
}
#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: black;}
.bg-color #mega-menu-holder>ul > li > a {color: white;
    background: #6b6b6b;}
.bg-color #mega-menu-holder>ul > li > a:hover {color: white;
    background: #adaaaa;}	
.theme-main-header .theme-main-menu {padding: 0px 0 0 0;     border-bottom: 2px solid white;}

.theme-main-header .theme-main-menu .logo img {
      height: 45px;
	      height: 90px;
  object-fit: contain;
}
@media only screen and (min-width: 768px) {
 .theme-main-header .theme-main-menu .logo img {
      height: 45px;
	      height: 90px;
  object-fit: contain;
}
.theme-main-menu.fixed .logo img {
    height: 80px;
    margin-top: 7px;
}
}
.theme-main-header .theme-main-menu .logo{
        padding-top: 1%;
}	
/*================= 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: black;}
.theme-main-menu.fixed .logo img {     height: 43px;
    margin-top: 7px;}
.theme-main-menu.fixed #mega-menu-holder>ul> li> a {padding-bottom: 10px;}
#mega-menu-holder>ul> li.current-menu-item> a { background:#adaaaa;}
.theme-main-menu.fixed .collapse-button {margin-bottom: 10px;}
.theme-main-menu.fixed #mega-menu-holder {background: transparent;}
/*-------------------------- Banner -----------------------*/
#banner {
  padding-top: 133px;
}
#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: auto;
  width: 100%;
  padding-top: 147px;
  margin-bottom: 30px;
}
.main-slider .item {
      height: auto;
    width: 100%;
    text-align: center;
    display: table;
    position: relative;
    z-index: 999;
    background-size: contain;
    background-repeat: no-repeat;
}
.main-slider .item .ms-inner {
  height: auto;
  width: 100%;
      margin-top: 14%;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  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;
  border-radius:15px;
}
.main-slider .item a.ms-btn {
 position: relative;
    margin: 50px 0 0px;
    padding: 10px 35px;
    font-size: 19px;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 15px;
    padding-left: 17px;
}
.main-slider .item a.ms-btn:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    /* padding-left: 5px; */
    position: absolute;
    top: 26%;
    font-size: 21px;
    font-weight: 500;
    right: 4%;
}
.main-slider.owl-theme .owl-dots {
    margin-top: -50px;
    z-index: 99;
    position: relative;
}
/*---------------------------- Top Short Banner -------------------------*/
.top-short-banner {
     margin-bottom: 0px;
    margin-top: -49px;
}
.top-short-banner ul li {
  float:left;
  width: 33.3333333%;
  padding: 0 15px;
  text-align: center;
  height: 100px;
}
.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 .fa {
    font-size: 45px;
    margin-top: 1%;
    color: black !important;
}
.top-short-banner li:hover .fa {
    font-size: 45px;
    margin-top: 40%;
    color: white !important;
}
.biz-kimiz .textwidget{
	    background: white;
    border-radius: 17px;
    padding: 17px;
	color: black;
}
.biz-kimiz .textwidget h5{
	color: black;
}
.video-area{
	width: 100%;
   
    vertical-align: middle;
}
.video-area-home{
	position:relative;
}
.video-area:after{
	
}
.textarea {
    display: table-cell !important;
    vertical-align: middle !important;
    /* background: #fafafa; */
    position: relative !important;
    z-index: 1 !important;
}
.top-short-banner ul li a {
  display: table-cell;
  vertical-align: middle;
  background: white;
  position: relative;
  z-index: 1;
  border-radius: 21px;
}
.top-short-banner ul li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0px;
  left:0;
  bottom: 0;
  z-index: -1;
  border-radius: 15px;
}
.theme-button {
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: black;
    color: white;
    padding-left: 10px;
    padding-right: 28px;
    border-radius: 12px;
    position: relative;
}
.theme-button:after {
    font-family: 'FontAwesome';
    content: '\f0a9';
    /* padding-left: 5px; */
    position: absolute;
    top: 0px;
    font-size: 21px;
    font-weight: 500;
    right: 4px;
}
.logos{
	display:none;
}
/* Video */
.play-video-element {
    position: absolute;
    left: 0%;
    width: 100%;
    height: 100%;
    bottom: 0%;
    /* background: url(http://www.genitalestetik.net/demo-2/wp-content/themes/genitalestetik/img/background/home-section-3-1.png); */
    background-size: contain;
    background-repeat: no-repeat;
}
.play-video-element img {
    width: 100%;
    margin-left: 0%;
    position: absolute;
    margin-top: 0px;
    width: 101%;
    height: 100%;
    bottom: 0px;
}
.play-video-element .fa {
    position: absolute;
    top: 31%;
    left: 44%;
    width: 100%;
    font-size: 58px;
    cursor: pointer;
	color: black;
	    z-index: 99;
}
.play-video-element .fa:hover {
  color:white;
  transition: all 2000ms;
}

.fa-play-circle:after {
	content: '';
    background: white;
    height: 27px;
    width: 29px;
    /* z-index: 999999999; */
    position: absolute;
    top: 30%;
    left: 12px;
    z-index: 99;
    z-index: -1;
}
.fa-play-circle:hover:after {
	content: '';
    background: black;
    height: 27px;
    width: 29px;
    /* z-index: 999999999; */
    position: absolute;
    top: 30%;
    left: 12px;
    z-index: 99;
    z-index: -1;
}
/* Video */
.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;
margin: 0 15px;
    background: white;
    border-radius: 24px;
    border: none;	
}
.image {overflow: hidden;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;}
.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;
 
}
.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;
    /* text-align: left; */
    font-size: 22px;
    font-weight: bold;
    padding-left: 1px;
    color: black;
    text-transform: uppercase;
    text-align: center;
}
.our-service .single-service .text p,
.our-blog .single-blog .text p {
  height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
    padding-left: 15px;
    color: black;
	line-height:20px;
}
.newsOne .single-blog{
	background: white;
    border-radius: 25px;
    height: 100%;
    display: inline-block;
}
.single-blog{
	    transition: all 800ms ease-in;
}
.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;
    border: 3px solid white;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
	cursor:pointer;
	transition: all 800ms ease-in;
}
.theme-counter .opacity:hover {
    background:white;
}
.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;
  transition: all 800ms ease-in;
}
.theme-counter .opacity:hover .text-center i {
 color: black;
}
.theme-counter .opacity .text-center h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 800ms ease-in;
}
.theme-counter .opacity:hover .text-center h5 {
	 color: black;
}
.theme-counter .opacity .text-center .number {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #fff;
   transition: all 800ms ease-in;
}
.plr0{
	padding:0 !important;
}
.newsDesc{
	    float: right;
    margin-right: 15px;
    color: white;
}
.theme-counter .opacity:hover .text-center .number {
	color: black;
}
/*------------------------- 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%;
    background: white;
    margin-bottom: 26px;
  /*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 5px;
  
}
.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;
      border-radius: 21px;
}
.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-left-radius: 24px;
    border-top-right-radius: 0px;
-webkit-transition: background-size 1500ms linear;
	-moz-transition: background-size 1500 linear;
	-o-transition: background-size 1500 linear
	-ms-transition: background-size 1500ms linear;
	transition: background-size 1500ms linear;
}


#partner-logo .owl-next{
	    position: absolute;
    right: 0;
    top: 0;
	background:none;
}
#partner-logo .owl-prev{
	    position: absolute;
    left: 0;
    top: 0;
	background:none;
}
#partner-logo .fa{
	font-size: 59px;
    color: black;
    font-weight: 500;
}
.single-blog:hover .image{
	background-size: 200% !important;
}
.our-blog .single-blog .text {
  text-align: center;
  position: relative;
  z-index: 1;
  
      padding: 0px 0;
}
.our-blog .single-blog:hover .text {} 
.our-blog .single-blog:hover .newsDesc{
	background:white !important;
}
.our-blog .single-blog .text h4 a {
 color: black;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
}
.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 {
  
}
.contact-button.p-bg-color.theme-button:after{
	display:none;
}
.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: white;
    padding: 40px 0;
    border-radius: 17px;
    margin-bottom: 0px;
}
.partners-section.m-fix {margin-top: 100px;}
/*--------------------------- Footer --------------------*/
footer {
  background: #090202;
  padding-top: 30px;
}
footer p,
footer ul li,
footer ul li a{
      color: #dfdfdf;
}
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: white;
  line-height: 35px;
  color: #5f5f5f;
  text-align: center;
  margin: 10px 10px 0 0;
  padding-top: 4px;
      border-radius: 5px;
}
  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 0px !important;
}
footer .icon li a .fa{
font-size: 27px;
} 
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: 90%;
    margin-left: 5%;
}
/*--------------------------- 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: 0;
  background:none !important;
      min-height: 373px;
}

.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;
}
.theme-sidebar .sidebar-short-banner a{
	    padding: 12px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #00000082;
	
}
/*-------------------------------- 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 #1f1b1b;
    border-radius: 15px;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 0 20px;
}
.post-page .panel-grid {
    margin-bottom: 1% !important;
    margin-top: 1% !important;
}
.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;
}
.theme-main-header .top-header ul li {
    display: inline-block;
    line-height: 38px;
    background: #6b6b6b;
    border-radius: 7px;
}
li.btnr{
border: 1px solid #6b6b6b;
    border-radius: 20px !important;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #6b6b6b;
}
.btnr label{
	    font-weight: bold;
    margin-left: 7px;
	margin-bottom: 0px;
}
.langs li{
	background:none !important;
}
.btnr .fa{
	font-size: 26px;
    vertical-align: sub;
}