
/* CSS Document */

/* 
    Created on   : 23/03/2017. 
    Theme Name   : 7factory.
    Description  : 7factory- Responsive industry/factory template.
    Version      : 1.0.
    Author       : @TheMazine.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Loading Transition  */
/*   02 - Global stlye  */
/*   03 - Theme Header  */
/*   04 - Theme Menu */
/*   05 - Theme Main Banner */
/*   06 - Banner Bottom Section  */
/*   07 - About us Section  */
/*   08 - Service Section  */
/*   09 - Our Project  */
/*   10 - Page Middle Banner  */
/*   11 - Testimonial  */
/*   12 - Team & Partner  */
/*   13 - Our Blog  */
/*   14 - Footer  */
/*   15 - Inner Banner  */
/*   16 - Theme Sidebar  */
/*   17 - Service details  */
/*   18 - Portfolio version 2  */
/*   19 - Portfolio Details  */
/*   20 - Blog Details */
/*   21 - Faq page  */
/*   22 - Contact US Page  */
/*   23 - Conatct Form Activation  */
/*   24 - Error Page */


/**
* Importing necessary  Styles.
**/

@import url('https://fonts.googleapis.com/css?family=Cabin:500,600,700|Kanit:200,300,300i,400');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/bootstrap.css');
/*----revolution-slider---*/
@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*-------fancy box --------*/
@import url('../vendor/fancy-box/jquery.fancybox.css');
/*------- Mega menu ------*/
@import url('../vendor/Menuzord/css/menuzord.css');
@import url('../vendor/Menuzord/css/menuzord-animations.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*----------- Animate css -------*/
@import url('../vendor/animate.css');
/*----bootstrap Select ----- */
@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----Time-picker---------*/
@import url('../vendor/time-picker/jquery.timepicker.css');
/*-------Hover Css --------*/
@import url('../vendor/hover.css');

#caption h2 {
    font: normal 2em 'Reenie Beanie', arial, serif;
    text-align: center;
    display: inline;color:#999595 !important;
	text-transform:capitalize;
}

/*** 
section.banner-bottom-text.top-transform.style-one {
    margin-top: 20px;
}


====================================================================
  Loading Transition
====================================================================

 ***/
.style-one {
    padding: 0px 0 50px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    top: 50%;
    margin: auto;
    width: 240px;
    color: white;
    font-size: 25px;
    font-weight: 700;
    text-transform: lowercase;
    background: -webkit-linear-gradient(top, #c51818 0, #d74d12 100%);
    background: linear-gradient(180deg, #c51818 0, #d74d12 100%);
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
}

#loader-wrapper #loader:after {
  content: "";
  display: table;
  clear: both;
}

#loader-wrapper span {
  float: left;
  height: 70px;
  line-height: 85px;
  width: 30px;
}

#loader-wrapper #loader > span {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#loader-wrapper #loader > span:first-child {
  color:#2a2a2a;
}
#loader-wrapper .covers {
  position: absolute;
  height: 100%;
  width: 100%;
}

#loader-wrapper .covers span {
  background: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background: linear-gradient(180deg, #fff 0, #fff 100%);
  -webkit-animation: up 2s infinite;
          animation: up 2s infinite;
}

@-webkit-keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

@keyframes up {
  0%   { margin-bottom: 0; }
  16%  { margin-bottom: 100%; height: 20px; }
  50% { margin-bottom: 0; }
  100% { margin-bottom: 0; }
}

#loader-wrapper .covers span:nth-child(2) { -webkit-animation-delay: .142857s; animation-delay: .142857s; }
#loader-wrapper .covers span:nth-child(3) { -webkit-animation-delay: .285714s; animation-delay: .285714s; }
#loader-wrapper .covers span:nth-child(4) { -webkit-animation-delay: .428571s; animation-delay: .428571s; }
#loader-wrapper .covers span:nth-child(5) { -webkit-animation-delay: .571428s; animation-delay: .571428s; }
#loader-wrapper .covers span:nth-child(6) { -webkit-animation-delay: .714285s; animation-delay: .714285s; }
#loader-wrapper .covers span:nth-child(7) { -webkit-animation-delay: .857142s; animation-delay: .857142s; }
#loader-wrapper .covers span:nth-child(8) { -webkit-animation-delay: .999999s; animation-delay: .999999s; }
/*==================== Click Top ====================*/
.scroll-top {
  width:45px;
  height:45px;
  position: fixed;
  bottom: 52px;
  right: 80px;
  z-index: 99;
  text-align: center;
  color:#fff;
  background: #000;
  font-size: 30px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  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: 'Kanit', sans-serif;
  font-weight: normal;
  color:#727272;
  font-size: 15px;
  position: relative;
  line-height: 26px;
  letter-spacing: 0.25px;
 }
 body .main-page-wrapper {
   overflow-x:hidden;
 }

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5 {color:#131212; font-family: 'Cabin', sans-serif;font-weight: 600;}
 h1 {font-size: 74px;}
 h2 {font-size: 40px;}
 h3 {font-size: 30px;}
 h4 {font-size: 20px;}
 h5 {font-size: 16px;}
 p  {font-weight: 300; font-size:18px; line-height:1.5; color:#000;}
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block; font-family: 'Cabin', sans-serif;font-size: 14px;text-transform: uppercase;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {outline: 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%;}
.theme-title h3 {
  display: inline-block;
  position: relative;
}
.m-top0 {margin-top: 0 !important;}
.m-bottom0 {margin-bottom: 0 !important;}
.theme-title {
  position: relative;
  padding: 14px 0 0 19px;
}
.theme-title:before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top:0;
  left: 0;
  border-left:2px solid #c51818;
  border-top:2px solid #c51818;
}
.theme-title h5,.theme-title h3 {
  text-transform: none;
}
.theme-title h5 {
  color: #727272;
  margin-bottom: 11px;
}
.theme-title h3 {
  display: inline-block;
}
.theme-title span {
  display: inline-block;
  border-bottom: 1px solid #ebe7e7;
  margin-right: 90px;
  margin-left: 10px;
  width: 67%;
}
.tran3s.hvr-rectangle-in.send{background:#c51818}
.tran3s,
.service-sldier .service-item:before,.owl-theme .owl-nav [class*=owl-],.project-single-content .single-project .img .opacity,
.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot span:before,.team-member-content .single-team-member .img .opacity,
.banner-bottom-text.style-two .single-box,.theme-sidebar .single-box ul li a:before,.theme-sidebar .single-box ul li a i,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,.portfolio-details-page .image-slider .carousel-indicators li,
.contact-us-page .dropdown-menu > li,.bootstrap-select.btn-group .dropdown-menu li a span.text,.contact-us-page .contact-address .single-box a,
.faq-page-toContent .rotate-content-box .number:before {
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
 }

.tran4s,
.theme-main-menu .menuzord-menu > li > a:before,.theme-main-menu .menuzord-menu > li > a:after {
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
 }

.p-color,header .bottom-header .social-icon li a,header .bottom-header .quickcall:hover,.about-us-section .single-about-content i,
.service-sldier .service-item i,.owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme.service-sldier .owl-nav [class*=owl-]:hover,.owl-theme.service-sldier .owl-nav [class*=owl-]:focus,
.project-single-content .single-project:hover .text h4 a,.page-middle-banner .right-side h2,footer .footer-middle ul li a,
.testimonial-section .testimonial-slider .wrapper .name i,footer .top-footer .footer-navigation ul li a:hover,
header.header-style-two .bottom-header .social-icon li a:hover,.theme-main-menu .menuzord-menu > li.quote.color-two a,
#banner .button-ds.button-two,.inner-banner ul li,.theme-sidebar .single-box ul li a:hover,.blog-details-page .blog-details-content .leave-comment ul li .fa-star,
.theme-sidebar .single-box ul li a i,.theme-sidebar .single-box ul li.active a,.blog-details-page .blog-details-content .text-content ul.post-info li i,
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before,.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.contact-us-page .contact-address .single-box .icon,.contact-us-page .contact-address .single-box a:hover {
  color:#c51818;
}
.p-color-bg,header .bottom-header .social-icon li a:hover,.theme-main-menu .menu-wrapper.bg-color-one,.uranus .tp-bullet,
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner,.uranus .tp-bullet-inner,
.page-middle-banner,.owl-theme .owl-dots .owl-dot span,.owl-theme .owl-dots .owl-dot.active span,footer .footer-middle ul li a:hover,
.owl-theme .owl-dots .owl-dot:hover span,.blog-content-wrapper .single-blog-post .post,.blog-content-wrapper .single-blog-post .img .date,
footer .top-footer .footer-navigation .newsletter form button,footer .top-footer .footer-contact form button,#banner .button-ds.button-two:hover,
.mixitUp-menu ul li.active,.mixitUp-menu ul li:hover,.portfolio-details-page .image-slider .carousel-indicators li.active,
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover,.blog-details-page .blog-details-content .admin-text ul.share-icon li a:hover,
.blog-details-page .blog-details-content .single-comment .reply:hover,.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover,
.contact-us-page .dropdown-menu > li.selected,.faq-page-toContent .rotate-content-box:hover .number:before {
  background: #c51818;
}
#theme-main-banner .tp-caption a:hover,header .bottom-header .social-icon li a,#banner .button-ds.button-two,footer .footer-middle ul li a,
.testimonial-section .testimonial-slider .wrapper .name i,.team-partner.bg-color .partner-logo .logo-wrapper .single-logo:hover,
header.header-style-two .bottom-header .social-icon li a:hover,.theme-main-menu .menuzord-menu > li.quote.color-two a,
.banner-bottom-text.style-two .single-box:hover,.blog-details-page .blog-details-content .text-content ul.extra-list li i,
.blog-details-page .blog-details-content .admin-text,.blog-details-page .blog-details-content .leave-comment input:focus,
.blog-details-page .blog-details-content .leave-comment textarea:focus,.contact-us-page .contact-form-holder form input:focus,
.contact-us-page .contact-form-holder form textarea:focus {
  border-color:#c51818;
  border-style: solid;
}
/*===================== Theme Header =================*/
header {
  position: relative;
}
header .top-header.bg-color-one {
  background: #121212;
  padding: 5px 0;
}
header .top-header ul li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  color:#232a34;
  margin: 7px 0;
}
header .top-header ul li i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
header .top-header.bg-color-one ul li {
  color:#fff;
}
header .top-header ul.float-left li {
  margin-right: 25px;
}
header .top-header ul.float-right li {
  margin-left: 25px;
}
header .bottom-header {
  padding:26px 0 45px 0;
  background: #f4f3f3;
}
header .bottom-header .quickcall {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color:#fff;
  width: 195px;
  padding: 9px 0;
  background: #1d1d1d;
  text-align: center;
}
header .bottom-header .quickcall span {
  font-size: 16px;
  display: block;
}
header .bottom-header .social-icon li {
  display: inline-block;
}
header .bottom-header .social-icon li a {
  width: 60px;
  line-height: 58px;
  border-width:1px;
  text-align: center;
  margin: 5px 4px;
  font-size: 20px;
}
header .bottom-header .social-icon li a:hover {
  color: #fff;
}
header .bottom-header .social-icon {
  margin: 0 35px 0 25px;
}
header .bottom-header .search {
  width: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
header .bottom-header .search-option form {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: auto;
  z-index: 99;
  margin: 0;
  height: 70px;
  padding: 10px 0;
  border-radius: 0;
  border:none;
}
header .bottom-header .search-option form .container {
  position: relative;
  height: 100%;
}
header .bottom-header .search-option form input {
  width: 100%;
  height: 100%;
  border:1px solid rgba(0,0,0,0.1);
  padding: 0 52px 0 15px;
}
header .bottom-header .search-option form button {
  position: absolute;
  right: 0;
  top:0;
  height: 100%;
  width: 50px;
  color:#fff;
}
header .bottom-header .search-option form button:hover,
header .bottom-header .search:hover {
  background: #1d1d1d;
}
header.header-style-two .bottom-header {
  background: transparent;
}
header.header-style-two .transparent-bg {
  position: absolute;
  width: 100%;
  left:0;
  top:100%;
  z-index: 99;
}
header.header-style-two .bottom-header .quickcall {
  background: rgba(0,0,0,0.52);
}
header.header-style-two .bottom-header .social-icon li a {
  border-color: #fff;
  color:#fff;
}
header.header-style-two .bottom-header .social-icon li a:hover {
  background: transparent;
}
/*======================== Theme Menu ==================*/
.theme-main-menu {
  position: absolute;
  width: 100%;
  left:0;
  top:100%;
  margin-top: -38px;
  z-index: 999;
}
.theme-main-menu .menu-wrapper {
  padding-left: 35px;
  position: relative;
}
.theme-main-menu .menu-wrapper:before {
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
}
.theme-main-menu .menu-wrapper.bg-color-one:before {
  border-bottom: 75px solid #121212;
}
.theme-main-menu .menuzord-menu > li > a {
  position: relative;
}
.theme-main-menu .menuzord-menu > li > a:before {
  content: '';
  position: absolute;
  width: 100%;
  top:20px;
  bottom: 20px;
  left:0;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skewX(145deg) scale(1,0);
          transform: skewX(145deg) scale(1,0);
}
.theme-main-menu .menuzord-menu > li.active > a,
.theme-main-menu .menuzord-menu > li:hover > a {
  color: #fff;
}
.theme-main-menu .menuzord-menu > li.active > a:before,
.theme-main-menu .menuzord-menu > li:hover > a:before {
  -webkit-transform: skewX(145deg) scale(1);
          transform: skewX(145deg) scale(1);
}
.theme-main-menu .menuzord-menu > li.quote a {
  width: 180px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 15px 65px 0 0;
}
.theme-main-menu .menuzord-menu > li.quote a:before {
  display: none;
}
.theme-main-menu .menuzord-menu > li.quote.color-one a {
  background: #ff6828;
  border:1px solid #ff6828;
  color:#fff;
}
.theme-main-menu .menuzord-menu > li.quote.color-one a:hover {
  background: #1d1d1d;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.theme-main-menu .menu-wrapper.bg-color-two {
  background: rgba(0,0,0,0.52);
}
.theme-main-menu .menu-wrapper.bg-color-two:before {
  border-bottom: 75px solid #222b34;
}
.theme-main-menu .menuzord-menu > li.quote.color-two a {
  border-width: 1px;
}
.theme-main-menu .menuzord-menu > li.quote.color-two a:hover {
  color: #fff;
}
/*================= 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: 999;
  margin:0;
  background: transparent;
  -webkit-animation-name: menu_sticky;
          animation-name: menu_sticky;
  -webkit-animation-duration: 0.70s;
          animation-duration: 0.70s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
/*============================== Theme Banner ======================*/
#banner h5 {
  font-family: 'Kanit', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color:#fff;
}
#banner.homeOne-banner {
  text-align: center;
}
#banner h1 {
  color:#fff;
  text-transform: uppercase;
}
#banner h6 {
  color:#fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 17px;
}
#banner .button-ds {
  width: 210px;
  line-height: 48px;
  text-align: center;
  border-radius: 30px;
}
#banner .button-ds.button-one {
  color:#fff;
  border:none;
}
#banner .button-ds.button-one:hover,
#banner .button-ds.button-one:before {
  border:none;
}
#banner .button-ds.button-two {
  border-width:1px;
}
#banner .button-ds.button-two:hover {
  color: #fff;
}
.uranus .tp-bullet {
  width: 13px;
  height: 13px;
  box-shadow: none;
  opacity: 1;
}
.homeTwo-banner .uranus .tp-bullet {
  display: none !important;
}
/*======================= Banner Bottom Section ====================*/




.banner-bottom-text .single-box .opacity h2,
.banner-bottom-text .single-box .opacity h6 {
  color:#fff;
}

.card-body h6 {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: 200;
}

.banner-bottom-text.top-transform {
  position: relative;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner-bottom-text.style-two .single-box {
  border:2px solid transparent;
}
.banner-bottom-text.style-two .single-box .opacity {
  top:3px;
  left:3px;
  bottom: 3px;
  right: 3px;
}
.banner-bottom-text.style-two.m-fix {
  margin: 20px 0 80px;
}

/*===================== About us Section =================*/
.about-us-section {
  margin-bottom: 50px;
}
.about-us-section .single-about-content {
  text-align: center;
  padding: 0 25px;
}
.about-us-section .single-about-content i {
  font-size: 35px;
}
.about-us-section .single-about-content h4 {
  text-transform: uppercase;
  margin: 16px 0;
}
.about-us-section .about-main-content .text {
  width: 52%;
}
.about-us-section .about-main-content .text p {
    margin: 20px 20px 20px 0;
    text-align: justify;
}
.about-us-section .about-main-content .text a {
  width: 210px;
  line-height: 50px;
  color:#fff;
  text-align: center;
}
.about-us-section .about-main-content .img-box {
  width: 48%;
  position: relative;
}

.about-us-section .about-main-content .img-box img {
  margin: -15px auto 0 auto; 
}
.about-us-section.style-two .single-about-content {
  margin: 85px 0 0 0;
}


.philo {
    background: #f5f5f5;
    padding: 50px 0;
}

.philo h3 {
    padding: 0px 0 20px;
}


.core {
    padding: 50px 0 0;
}

.philo p {
    text-align: justify;
	padding-bottom: 20px;
}

small {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #000;
}

.who {
    padding-bottom: 50px;
}

.ab_txt1 p {
    text-align: justify;
    padding-top: 20px;
}

.ab_txt2 p {
    text-align: justify;
    padding-top: 20px;
	padding-bottom: 20px;
}

ul.ab_ll h3 {
    padding-bottom: 20px;
}


.img-box.float-left.comm {
    position: relative;
    top: 9rem;
}

.img-box.float-left.zspa {
    position: relative;
    top: 12rem;
}


p.txt22 {
    margin: 0px !important;
    padding-top: 20px;
}

.ab_txt13 {
    padding-bottom: 50px;
}

.ab_txt13 p {
    text-align: justify;
}

h3.pip {
    padding-bottom: 20px;
}

section.clients1 p {
    text-align: justify;
}

.about-main-content.clearfix.abu {
    padding-top: 50px;
}

p.idpp {
    padding: 0px 0 20px;
}

ul.ab_ll.app1 li {
    font-size: 18px;
    color: #000;
	text-align:justify;
	font-weight: 300;
}

ul.ab_ll.app1 h5 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.ab_txt1.snc {
    margin-top: 0px;
}

.ab_txt1.snc p {
    padding: 0px;
}

.contact-us-page .contact-form-holder form textarea, .contact-us-page .contact-form-holder form input::placeholder {
    font-size: 16px;
}

.frm select.selectpicker1.form-control {
    font-size: 16px;
}

.contact-us-page .contact-form-holder form textarea::placeholder {
    font-size: 16px;
}

h3.piss {
    float: left !important;
    display: inline-flex;
    font-style: italic;
	font-weight: bold !important;
}

.piss img.symb {
    height: 25px;
    margin-left: 10px;
}

h3.piss2 {
    float: left !important;
    display: inline-flex;
	font-weight: 100 !important;
}

.piss2 img.symb {
    height: 25px;
    margin-left: 10px;
}

p.piss3 {
    clear: both;
    padding-top: 20px;
}

img.img-responsive.indd {
    margin-top: 10px;
	height: 370px;
}


.cfrm .single-input-group {
    height: 50px;
    margin-bottom: 30px;
    position: relative;
}

.cfrm .single-input-group input {
    width: 100% !IMPORTANT;
    height: 100% !important;
    padding: 0 20px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    background: transparent;
}


input#uploadresume {
    position: relative;
    height: 50px !important;
    padding: 11px 20px;
}

.cfrm textarea {
    width: 100%;
    height: 100%;
    padding: 27px 20px 100px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    background: transparent;
}


.cfrm select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #edeaea;
    font-size: 13px;
    font-weight: 300;
    color: #727272;
    background: transparent;
}

.cfrm input.irv {
    float: left;
    width: 20px !important;
    margin: -10px 10px 0px 0px;
}

.cfrm button {
    width: 168px;
    line-height: 45px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
}


.cfrm .single-input-group input::placeholder {
    font-size: 16px;
}

.cfrm select.selectpicker1.form-control {
    font-size: 16px;
}

.cfrm textarea::placeholder {
    font-size: 16px;
}

h4.mhh {
    padding: 18px 0 40px;
}

img.img-responsive.stud {
    float: left !important;
    margin-left: 20px;
}

h3.curbb {
    padding-bottom: 10px;
}


.single-box h2 {
    position: relative;
    top: 280px;
    color: #000 !IMPORTANT;
    z-index: 9999;
    right: 28px;
}

.servic {
    padding: 100px 0;
}

.sv2 h3 {
    padding-bottom: 20px;
}

.servic h5 {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
    text-align: center;
}

.servic .sv1 {
    padding-top: 20px;
    text-align: justify;
}


.servic .sv3 {
    padding-bottom: 20px;
    text-align: justify;
}

.misto h5 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.misto li {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
}

.misto li:before {
    content: "\f069";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #c51818;
    font-size: 18px;
    padding-right: 0.5em;
    position: inherit;
    top: 0px;
    left: 0;
}


.serin {
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 10px;
}


.serin:hover {
    background: #c51818;
      -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
    cursor: pointer;
}

.serin:hover h5 {
    color: #fff;
}

.serin:hover p {
    color: #ffffff;
}

.inner-banner.abi.hmhm1 {
    margin-bottom: 0px !IMPORTANT;
}

.crerr {
    margin-bottom: 10px !IMPORTANT;
}






/********************slider****************/

.crr .card {
    border: 1px solid #e5e5e5;
    display: grid !important;
    padding: 10px 30px 30px 30px;
}

.crr img {
    margin: 0 auto;
    padding-bottom: 10px;
}

.crr .card h5 {
    font-size: 16px;
    color: #c51818;
}


.crr .card p {
    font-size: 15px;
    padding-top: 5px;
}

.crr .tstslid {
    margin-top: 27px;
}


/********************slider****************/








/*====================== Service Section ==================*/
.service-section {
  background:url(../images/back1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.service-section .opacity {
  background: rgba(0,0,0,0.88);
  padding: 80px 0 20px 0;
}
.service-section .opacity .theme-title h3 {
  color:#fff;
}
.service-section .theme-title span {
  border-bottom-color: #1d2027;
}
.service-sldier {
  margin:70px 0 0 0;
  cursor: w-resize;
}
.service-sldier .service-item {
  padding: 35px 25px 40px 25px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  overflow: hidden;
}
.service-sldier .service-item:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #121212;
  border:1px solid #1c1d1d;
  z-index: -1;
  -webkit-transform: scale(1,0);
          transform: scale(1,0);
  transform-origin:0% 0%;
  -webkit-transform-origin:0% 0%;
}
.service-sldier .service-item:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-sldier .service-item i {
  font-size: 35px;
}
.service-sldier .service-item h4 {
  color:#fff;
  text-transform: uppercase;
  margin: 10px 0 19px 0;
}
.service-sldier .service-item a {
  font-size: 12px;
  font-weight: 500;
  color:#fff;
  width: 133px;
  line-height: 40px;
  margin-top: 30px;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.service-sldier .service-item:hover a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.service-sldier .item {
  margin: 0 15px;
}
.owl-theme .owl-nav [class*=owl-] {
  font-family: 'font-awesome';
  background: transparent;
  padding: 0 10px;
  border-radius: 0;
  font-size: 28px;
  line-height: 26px;
  color:#bebebe;
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover,.owl-theme .owl-nav [class*=owl-]:focus {
  background: transparent;
}
.owl-theme .owl-nav .owl-prev {
  border-right: 1px solid #bebebe;
}
.owl-theme .owl-nav {
  position: absolute;
  right: 5px;
  top:-90px;display:none;
  margin: 0;
}
.owl-theme.service-sldier .owl-nav [class*=owl-] {
  color: #545454;
}
.owl-theme.service-sldier .owl-nav .owl-prev {
  border-right: 1px solid #1d2027;
}

/*===================== Our Project =====================*/
.project-section {
  padding: 100px 0 70px 0;
  background: #f2f2f2;
}
.project-section .project-slider {
  margin-top: 65px;
  cursor: move;
}
.project-single-content .single-project {
  background: #fff;
  margin-bottom: 30px;
}
.project-single-content .single-project .img {
  overflow: hidden;
  position: relative;
}
.project-single-content .single-project .img img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.project-single-content .single-project:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.project-single-content .single-project .img .opacity {
  z-index: 1;
  position: absolute;
  width: 140%;
  height: 140%;
  top:100%;
  right: -98%;
  background: rgba(249,82,11,0.75);
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
}
.project-single-content .single-project:hover .img .opacity {
  top:0;
}
.project-single-content .single-project .img ul {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  right: 0;
}
.project-single-content .single-project .img ul li a {
  font-size: 18px;
  color:#fff;
  margin: 6px 18px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.project-single-content .single-project:hover .img ul li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project-single-content .single-project:hover .img ul li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.project-single-content .single-project:hover .img ul li:nth-child(2) a {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.project-single-content .single-project:hover .img ul li:nth-child(3) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.project-single-content .single-project .text {
  text-align: center;
  padding: 25px 0 15px 0;
}
.project-single-content .single-project .text h4 a {
  font-size: 21px;
  text-transform: none;
  color:#131212;
  display: block;
  margin-bottom: 7px;
}
.project-single-content .single-project .text ul li {
  display: inline-block;
  font-style: italic;
  font-size: 13px;
  margin-top: 15px;
}
.project-slider .item {
  margin: 0 15px;
}
/*========================= Page Middle Banner ==================*/
.page-middle-banner {
  position: relative;
  padding: 65px 0 60px 0;
}
.page-middle-banner.m-fix {
  margin-top: 80px;
}
.page-middle-banner:before,
.page-middle-banner:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  border-radius: 200px 0 0 0;
  right: 0;
  top:0;
}
.page-middle-banner:before {
  background: url(../images/4.jpg) no-repeat center;
  background-size: cover;
}
.page-middle-banner:after {
  background: rgba(0,0,0,0.84);
}
.page-middle-banner .left-side h3 {
  color:#fff;
  font-size: 35px;
}
.page-middle-banner .left-side p {
  font-size: 16px;
  font-weight: normal;
  color:#fff;
  margin:14px 0 40px 0;
}
.page-middle-banner .left-side a {
  font-size: 12px;
  width: 155px;
  line-height: 40px;
  margin-left: 15%;
  text-align: center;
  color:#fff;
  border-radius: 30px;
  background: #ff6828;
}
.page-middle-banner .left-side a:hover {
  background: #212121;
}
.page-middle-banner .right-side {
  text-align: center;
}
.page-middle-banner .right-side h2 {
  font-size: 50px;
  margin-bottom: 35px;
}
.page-middle-banner .right-side p {
  color:#fff;
}
.page-middle-banner .right-side {
  position: relative;
  z-index: 9;
}
/*===================== Testimonial ====================*/
.testimonial-section {
  padding: 100px 0 80px 0;
}
.testimonial-section .testimonial-slider .item {
  padding: 68px 30px 20px 70px;
}
.testimonial-section .testimonial-slider .wrapper {
  background: #f7f7f7;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  text-align: center;
  margin-right: 70px;
  position: relative;
  cursor: move;
}
.testimonial-section .testimonial-slider .wrapper .name {
  width: 21.5%;
  padding-top: 30px;
}
.testimonial-section .testimonial-slider .wrapper .name i {
  display: block;
  width: 80px;
  border-radius: 50%;
  line-height: 80px;
  background: #fff;
  font-size: 32px;
  border-width: 1px;
  margin: 0 auto;
}
.testimonial-section .testimonial-slider .wrapper .name h5 {
  text-transform: uppercase;
  margin: 23px 0 5px 0;
}
.testimonial-section .testimonial-slider .wrapper p.float-left {
  width: 78.5%;
  padding: 55px 100px 45px 25px;
  border-left: 1px solid #ebe3e0;
}
.testimonial-section .testimonial-slider .wrapper img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: absolute;
  top:-68px;
  right: -68px;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot {
  display: block;
  margin: 10px 0;
}
.owl-theme .owl-dots .owl-dot span {
  opacity: 1;
  margin: 0;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span:before {
  content: '';
  position: absolute;
  top:-4px;
  right: -4px;
  bottom: -4px;
  left:-4px;
  background: #d8d5d5;
  border-radius: 30px;
  z-index: -1;
}
.owl-theme .owl-dots .owl-dot.active span:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.owl-theme .owl-dots {
  position: absolute;
  bottom: 14px;
  right: 0;
}
.testimonial-section .owl-theme .owl-dots {
  right: 70px;
}
/*====================== Team & Partner ===================*/
.team-partner {
  padding: 100px 0 0 0;
  margin-bottom: 100px;
}
.team-partner.bg-color {
  background: #1d1d1d;
  padding: 80px 0;
}
.team-partner.bg-color .theme-title h5,
.team-partner.bg-color .theme-title h3 {
  color:#fff;
}
.team-partner .theme-title {
  margin-bottom: 60px;
}
.team-member-content .single-team-member .img {
  overflow: hidden;
  position: relative;
  margin-right: 50px;
}
.team-member-content .single-team-member .img img {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}
.team-member-content .single-team-member:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.team-member-content .single-team-member .img .opacity {
  z-index: 1;
  position: absolute;
  width: 140%;
  height: 140%;
  bottom:100%;
  left: -98%;
  background: rgba(249,82,11,0.75);
  -webkit-transform: rotate(-153deg);
          transform: rotate(-153deg);
}
.team-member-content .single-team-member:hover .img .opacity {
  bottom:0;
}
.team-member-content .single-team-member .img ul {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 0;
}
.team-member-content .single-team-member .img ul li a {
  font-size: 17px;
  color:#fff;
  margin: 5px 18px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.team-member-content .single-team-member:hover .img ul li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.team-member-content .single-team-member:hover .img ul li:nth-child(1) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(2) a {
  -webkit-transition-delay: 0.19s;
          transition-delay: 0.19s;
}
.team-member-content .single-team-member:hover .img ul li:nth-child(3) a {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.team-member-content .single-team-member .text {
  margin: -30px 0 0 25px;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 25px 0 20px 0;
}
.team-member-content .single-team-member .text h5 {
  color:#fff;
  text-transform: uppercase;
}
.team-member-content .single-team-member .text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color:#d7d7d7;
  margin: 5px 0 12px 0;
}
.team-member-content .single-team-member .text p {
  color:#fff;
  font-size: 14px;
}
.team-member-content .single-team-member .text ul li {
  display: inline-block;
}
.team-member-content .single-team-member .text ul li a {
  color:#fff;
  font-size: 20px;
  margin: 20px 12px 0 12px;
}
.team-member-content .single-team-member .text ul li a:hover {
  color: #212121;
}
.team-slider .item {
  margin: 0 15px;
}
.owl-theme.team-slider .owl-dots {
  bottom: 40%;
  right: 25px;
}
.team-partner .partner-logo {
  padding: 0 20px;
}
.partner-logo .logo-wrapper .single-logo {
  font-size: 60px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 50px;
  color:#fff;
  background: #a6a5a5;
  border:1px solid transparent;
}
.team-partner.bg-color .partner-logo .logo-wrapper .single-logo {
  background: #343434;
}
.our-team-single-page .team-member-content {
  padding: 0 30px;
}
.our-team-single-page .team-member-content .row {
  margin: 0 -40px;
}
.our-team-single-page .team-member-content .row [class*="col-"] {
  padding: 0 40px;
  margin-bottom: 60px;
}
/*======================= Our Blog ================*/
.our-blog {
  padding: 0 0 100px 0;
}
.our-blog .blog-slider {
  margin-top: 70px;
}
.our-blog .theme-title span {
  width: 82%;
}
.our-blog .blog-slider .item {
  margin: 0 15px;
}
.blog-content-wrapper .single-blog-post .img {
  overflow: hidden;
  position: relative;
}
.blog-content-wrapper.blog-left-text .single-blog-post .img {
  margin-right: 70px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .img {
  margin-left: 60px;
}
.blog-content-wrapper .single-blog-post .img img {
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.blog-content-wrapper .single-blog-post:hover .img img {
  -webkit-transform: scale3D(1.1,1.1,1);
          transform: scale3D(1.1,1.1,1);
}
.blog-content-wrapper .single-blog-post .img .date {
  position: absolute;
  top:10px;
  left:10px;
  width: 52px;
  height: 92px;
  color:#fff;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.blog-content-wrapper .single-blog-post .img .date b {
  font-size: 26px;
}
.blog-content-wrapper .single-blog-post .img .date span {
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
.blog-content-wrapper .single-blog-post .post {
  padding: 35px 0 40px 30px;
  margin-top: -75px;
  position: relative;
  z-index: 9;
}
.blog-content-wrapper.blog-left-text .single-blog-post .post {
  margin-left: 70px;
}
.blog-content-wrapper.blog-right-text .single-blog-post .post {
  margin-right: 70px;
}
.blog-content-wrapper .single-blog-post .post h4 a {
  display: block;
  color:#fff;
  text-transform: uppercase;
  font-size: 20px;
}
.blog-content-wrapper .single-blog-post .post p {
  color: #fff;
  line-height: 25px;
  margin: 27px 0 32px 0;
}
.blog-content-wrapper .single-blog-post .post>a {
  width: 133px;
  line-height: 40px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  color: #4c4b4b;
}
.blog-content-wrapper .single-blog-post .post>a:hover {
  background: #212121;
  color:#fff;
}
.our-blog.blog-single-page .single-blog-post {
  margin-bottom: 50px;
}
.our-blog.blog-single-page .load-more {
  width: 133px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
/*====================== Footer ===================*/
footer .top-footer {
  background: url(../images/8.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
footer .top-footer .opacity {
  background: rgba(12,6,4,0.85);
  padding: 85px 0 80px 0;
}
footer .top-footer h5 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
footer .top-footer .footer-about {
  width: 26%;
}
footer .top-footer .footer-about p {
  line-height: 25px;
  color: #bfbfbf;
  margin-bottom: 28px;
}
footer .top-footer .footer-navigation {
  width: 25%;
  padding-left: 50px;
}
footer .top-footer .footer-navigation ul {
  display: inline-block;
  vertical-align:top;
}
footer .top-footer .footer-navigation ul li a {
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color:#bfbfbf;
  text-transform: capitalize;
  margin-bottom: 10px;
}
footer .top-footer .footer-navigation ul:nth-child(3) {
  padding-left: 15px;
}
footer .top-footer .footer-navigation .newsletter h5 {
  margin: 35px 0 32px 0;
}
footer .top-footer .footer-navigation .newsletter form {
  height: 45px;
  position: relative;
}
footer .top-footer .footer-navigation .newsletter form input {
  width: 100%;
  height: 100%;
  border:none;
  background: #fff;
  padding: 0 102px 0 12px;
  font-size: 13px;
}
footer .top-footer .footer-navigation .newsletter form button {
  width: 100px;
  height: 100%;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top:0;
  right:0;
  border-radius: 30px 0 0 30px;
}
footer .top-footer .footer-navigation .newsletter form button:hover {
  background:#212121;
}
footer .top-footer .footer-contact {
  width: 49%;
  padding-left: 40px;
}
footer .top-footer .footer-contact .contact-list h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
  margin-top: 5px;
}
footer .top-footer .footer-contact .contact-list p {
  color: #bfbfbf;
}
footer .top-footer .footer-contact .contact-list {
  margin-bottom: 20px;
}
footer .top-footer .footer-contact form input,
footer .top-footer .footer-contact form textarea {
  background: #fff;
  border:none;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  font-weight: 300;
}
footer .top-footer .footer-contact form input {
  width: 100%;
  height: 45px;
}
footer .top-footer .footer-contact form textarea {
  height: 135px;
  max-height: 135px;
  padding: 20px;
}
footer .top-footer .footer-contact form button {
  width: 120px;
  line-height: 40px;
  color:#fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
}
footer .top-footer .footer-contact form button:hover {
  background: #212121;
}
footer .top-footer .footer-contact form {
  margin-top: -43px;
}
footer .footer-middle {
  background: #f1f1f1;
  padding: 50px 0 40px 0;
  text-align: center;
}
footer .footer-middle ul li {
  display: inline-block;
}
footer .footer-middle ul li a {
  width: 60px;
  line-height: 58px;
  border-width:1px;
  text-align: center;
  margin: 0 4px;
  font-size: 20px;
}
footer .footer-middle ul li a:hover {
  color: #fff;
}
footer .footer-middle p {
  text-transform: uppercase;
  color: #131212;
  font-weight: normal;
  margin-top: 28px;
}
footer .bottom-footer {
  background: #1d1d1d;
  padding: 22px 0;
  text-align: center;
}
footer .bottom-footer p {
  color: #d6d5d5;
}
footer .bottom-footer p a {
  text-transform: lowercase;
}

/*=======================My-style=====*/
span.glyphicon.glyphicon-chevron-left.ccv1::before {
    left: -125px !important;
    position: relative !important;
    color: #c51818 !IMPORTANT;
    opacity: 1 !important;
}
span.glyphicon.glyphicon-chevron-right.ccv2::before {
    position: relative !important;
    right: -115px !IMPORTANT;
    color: #c51818 !important;
}
.crr {
    padding: 30px 0px 5px;
}
a.left.carousel-control {
    background: transparent !important;
}
a.right.carousel-control {
    background: transparent !important;
}
section.service-section1.inde {
    background: #fff;
    margin: 0px !important;
    padding-top: 0px;
    padding-bottom: 80px;
}
section.project-section.cli {
    background: #fff;
    padding: 50px 0px 50px;
}
section.service-section1 {
    background: #f5f5f5;
    padding: 50px 0px;
}
.id1 {
    text-align: center;
    padding: 0px 0px 15px;
}
.id2 p {
    text-align: justify;
    padding: 20px 20px 0px;
}

.id2 {
    text-align: center;
}
.id2 h3 {
    padding: 0px 20px 10px;
	font-size: 25px;
}
.id2 {
    background: #fff;
    box-shadow: 0 9px 31px -45px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 12px 0px rgba(0,0,0,.2);
    padding: 25px 0px;
    border-radius: 10px;
    margin: 10px 0px 5px;
}



.qwe p {
    margin: -19px 0px 0px !IMPORTANT;
}
sup.sup1 {
    font-size: 23px;
}
.hmm.hmv1 .text.float-left {
    width: 72%;
}
.hmm.hmv1 .img-box.float-left {
    width: 28%;
}
.hmm.hmv1 img {
    padding-top: 55px;
}

section.about-us-section.hmm.hmv1 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.brr {
    padding: 0px 0px 20px;
}
section.about-us-section.hmm {
    margin-top: 100px;
}
.opacity.cono {
    background: rgba(255, 255, 255, 0.0) !important;
    }
.inner-banner.con_b.cont1 {
    padding: 0px 0px 100px;
}

p.ptxt {
    font-weight: 300;
    font-size: 18px;
    color: #333;
	text-align:justify;
}
.search-option {
    display: none;
}
section.app_sec {
    background: #f5f5f5;
    padding: 50px 0px;
    margin-bottom: 50px;
}


ul.ab_ll.app1 {
    margin-top: 0px;
}
ul.ab_ll.app1 h5 {
    padding: 20px 0px 5px 20px;
}
ul.ab_ll.app1 li {
    display: flex !important;
    padding: 0px 0px 0px 20px !important;
}



section.clients1 {
    margin-top: 60px;
	    margin-bottom: 50px;
}
ul.ab_ll h5 {
    padding-bottom: 10px;
}


ul.ab_ll {
    margin-top: 30px;
}

img.lap1 {
    padding: 20px 0px 30px;
}
.inner-banner.abi {
    padding-bottom: 0px;
}
.ab_txt1 {
    margin: 20px 0px 30px;
}
.ab_txt2 {
    text-align: center;
}
.ab_l h4 {
    padding: 0px 0px 10px;
    font-size: 30px;
    font-weight: 600;
}
.ab_l li::before {
    content: "\f069";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: blink;
    color: #c51818;
    font-size: 18px;
    position: absolute;
    left: 15px;
    float: left;
    margin: 2px 0px 0px;
}

.ab_l li {
    padding: 0px 0px 10px 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	font-weight: 300;
}
.ab_l h4 {
    padding: 0px 0px 20px;
    margin-top: 0px;
}
.inner-banner.con_b {
    margin-bottom: 20px;
}
.our_of h3 {
    text-align: center;
    padding: 0px 0px 30px;
}
.our_of h5 {
    padding: 0px 0px 15px;
}
.our_of.of1 .contact-address {
    margin-top: 0px;
    margin-bottom: 0px;
}
.rc select {
    height: 50px;
}
.rc {
    margin: 75px 0px 0px;
}
button.cb.tran3s.hvr-rectangle-in.send {
    margin: 0px 0px 50px;
}
p.pri {
    margin-top: 70px;
}
input.irv {
    float: left;
    width: 20px !important;
    margin: -10px 10px 0px 0px;
}
.row.frm {
    margin: -80px 0px 0px !important;
}
/*====my-style-ned=====*/
/*=============================== Inner Banner =========================*/
.inner-banner {
  /*padding-bottom: 10px;*/
  margin-bottom: 50px;
}
.inner-banner .opacity {
  background: rgba(255,255,255,0.75);
  height: 100%;
  padding: 115px 0 75px 0;
  position: relative;
}
.inner-banner .theme-title {
  padding: 10px 0 0 14px;
}
.inner-banner .theme-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #131212;
    text-transform: none;
}
.inner-banner .theme-title p {
  font-size: 17px;
  color: #000;
  margin-top: 5px;
}
.inner-banner .theme-title:before {
  width: 30px;
  height: 30px;
  border-left: 3px solid #c51818;
  border-top: 3px solid #c51818;
}
.inner-banner ul {
  position: absolute;
  bottom: -65px;
  right: 0;
}
.inner-banner ul li {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 0 6px;
}
.inner-banner ul li:before {
  content: '-';
  position: absolute;
  top:0;
  right: -6px;
  line-height: 27px;
  color: #1d1d1d;
}
.inner-banner ul li:last-child:before {
  display: none;
}
.inner-banner ul li a {
  color: #1d1d1d;
  font-weight: normal;
  text-transform: capitalize;
}
/*============================ Theme Sidebar =======================*/
.theme-sidebar {
  width: 26%;
}
.theme-sidebar .single-box {
  position: relative;
  background: #f2f3f4;
  padding: 38px 0 25px 0;
  margin-bottom: 45px;
  border-left:3px solid #c51818;
}
.theme-sidebar .single-box:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 90px;
  top:-3px;
  left:-3px;
  background: #c51818;
  z-index: 1;
}
.theme-sidebar .single-box h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 35px 45px;
}
.theme-sidebar .single-box ul li a {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  display: block;
  line-height: 50px;
  color: #727272;
  background: #e8eaeb;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding-left: 25px;
  position: relative;
  z-index: 99;
}

.theme-sidebar .single-box ul li a:before {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  width: 52px;
  border-top:2px solid #c51818;
  border-right:2px solid #c51818;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin:100% 0%;
          transform-origin:100% 0%;
}
.theme-sidebar .single-box ul li a:hover:before,
.theme-sidebar .single-box ul li.active a:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.theme-sidebar .single-box ul li a i {
  font-size: 15px;
  margin-right: 7px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.theme-sidebar .single-box ul li a:hover i,
.theme-sidebar .single-box ul li.active a i {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.theme-sidebar .sidebar-search form {
  height: 50px;
  position: relative;
  margin-bottom: 40px;
}
.theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  background: #e8eaeb;
  border:none;
  padding: 0 10px 0 48px;
}
.theme-sidebar .sidebar-search form button {
  width: 45px;
  height: 100%;
  text-align: right;
  position: absolute;
  top:0;
  left:0;
  font-size: 15px;
  color: #9f9d9d;
  padding-right: 5px;
  background: transparent;
}
.theme-sidebar .sidebar-search form:before {
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  width: 52px;
  border-top:2px solid #c51818;
  border-right:2px solid #c51818;
}
.theme-sidebar .sidebar-quick-contact {
  padding: 48px 30px 45px 40px;
}
.theme-sidebar .sidebar-quick-contact h6 {
  font-family: 'Cabin', sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-sidebar .sidebar-quick-contact h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin:10px 0 13px 0;
}
.theme-sidebar .sidebar-quick-contact p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.theme-sidebar .sidebar-quick-contact a {
  width: 160px;
  line-height: 45px;
  border-radius: 30px;
  background: #121212;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.theme-sidebar .sidebar-quick-contact a:hover {
  background: #fff;
  color: #212121;
}
.theme-large-asidebar {
  width: 74%;
  padding-left: 45px;
  margin-bottom: 100px;
}
.theme-large-asidebar.float-left {
  padding: 0 45px 0 0;
}
.theme-large-asidebar>h3 {
  margin-top: -5px;
}
.theme-large-asidebar>h4 {
  margin: 10px 0 45px 0;
}
/*============================== Service details ========================*/
.theme-large-asidebar .top-details .text {
  width: 57%;
}
.theme-large-asidebar .top-details .text h6 {
  font-size: 16px;
  color: #131212;
  margin-top: 28px;
  line-height: 26px;
}
.angel-img-box {
  width: 43%;
  margin-top: -80px;
  position: relative;
}
.angel-img-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-left: 344px solid transparent;
  border-bottom: 440px solid #c51818;
}
.theme-large-asidebar .top-details {
  margin-bottom: 30px;
}
.service-details-content .middle-details {
  margin: 30px 0 30px 0;
}
.service-details-content .middle-details .img {
  width: 48%;
  position: relative;
}
.service-details-content .middle-details .img:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  border-top: 345px solid transparent;
  border-left: 550px solid #c51818;
}
.service-details-content .middle-details .list-content {
  width: 52%;
  padding-left: 55px;
}
.service-details-content .middle-details .list-content h6 {
  font-size: 20px;
  text-transform: uppercase;
  color: #131212;
  margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li {
  margin-bottom: 10px;
}
.service-details-content .middle-details .list-content ul li i {
  margin-right: 3px;
}
.service-details-content .middle-details .list-content {
  margin-top: 85px;
}
.details-tab-panel {
  margin-top: 40px;
}
.details-tab-panel .panel-wrapper {
  width: 55%;
}
.details-tab-panel .panel-wrapper h5 {
  font-family: 'Kanit', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading {
  padding: 0;
  border-radius: 5px;
  border:none;
  background: #f2f3f4;
}
.details-tab-panel .panel-wrapper .details-panel .panel-heading h6 a {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  color:#131212;
  padding: 18px 10px 18px 65px;
  display: block;
  position: relative;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel {
  margin: 0 0 20px 0;
  box-shadow: none;
  border-radius: 0;
  border:none;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-body {
  border:none;
  padding: 30px 0 8px 0;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading a:before {
  content: '\f054';
  font-family: 'FontAwesome';
  width: 28px;
  height: 28px;
  background: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left:20px;
  top:50%;
  margin-top: -14px;
  font-weight: normal;
}
.details-tab-panel .panel-wrapper .details-panel .panel-group .panel-heading.active-panel a:before {
  content: '\f078';
}
.details-tab-panel .img {
  width: 45%;
  padding-left: 45px;
  margin-top: 56px;
}
/*========================== Portfolio version 2 ========================*/
.mixitUp-menu ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  font-weight: 500;
  background: #3e3d3c;
  padding: 0 35px;
  border-radius: 30px;
  margin-right: 2px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 15px;
}
.mixitUp-menu ul {
  margin-bottom: 45px;
}
#mixitUp-item .mix {
  display: none;
}
/*============================ Portfolio Details =====================*/
.portfolio-details-page .top-details ul li p {
  color: #131212;
  text-transform: uppercase;
}
.portfolio-details-page .top-details ul li span {
  font-weight: 300;
}
.portfolio-details-page .top-details ul {
  margin-top: 45px;
}
.portfolio-details-page .top-details ul li {
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 25px;
}
.portfolio-details-page .top-details ul li:nth-child(1),
.portfolio-details-page .top-details ul li:nth-child(4) {
  width: 50%;
}
.portfolio-details-page .image-slider {
  margin: 45px 0 0 0;
}
.portfolio-details-page .image-slider .carousel-indicators li {
  width: 50px;
  height: 5px;
  border-radius: 0;
  padding: 0;
  border:none;
  background: #e8eaeb;
  margin: 0 1px;
}
.portfolio-details-page .image-slider .carousel-indicators {
  width: 100%;
  text-align: center;
  left:auto;
  right: 0;
  margin: 0;
  bottom: -32px;
}
.portfolio-details-page .details-tab-panel {
  margin-top: 80px;
}
/*============================ Blog Details =====================*/
.blog-details-page .blog-details-content .main-wrapper {
  background: #f6f7f8;
  padding: 60px 0 70px 40px;
}
.blog-details-page .blog-details-content .text-content h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info {
  margin-left: -40px;
  padding-left: 40px;
  border-top:1px solid #edeaea;
  border-bottom:1px solid #edeaea;
  margin-bottom: 30px;
}
.blog-details-page .blog-details-content .text-content ul.post-info li {
  display: inline-block;
  margin-right: 14px;
  font-size: 13px;
  font-weight: 300;
  line-height: 60px;
}
.blog-details-page .blog-details-content .text-content ul.post-info li i {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}
.blog-details-page .blog-details-content .text-content p.mark-text {
  margin: 23px 40px 20px 0;

  padding: 25px 17px 30px 25px;
  color: #121212;
}
.blog-details-page .blog-details-content .text-content p.mark-text span {
  color: #fff;
}
.blog-details-page .blog-details-content .text-content ul.extra-list {
  padding-left: 20px;
}
.blog-details-page .blog-details-content .text-content ul.extra-list li {
  display: block;
  line-height: 20px;
  margin-bottom: 18px;
}
.blog-details-page .blog-details-content .text-content ul.extra-list li i {
  width:20px;
  height:20px;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  border-width: 1px;
  margin-right: 8px;
  vertical-align: middle;
}
.blog-details-page .blog-details-content .text-content .img-item-list {
  margin: 35px 0 33px 0;
}
.blog-details-page .blog-details-content .landscape-tips h6 {
  font-size: 18px;
  color: #131212;
}
.blog-details-page .blog-details-content .landscape-tips ol {
  padding: 15px 0 14px 15px;
  margin: 0;
}
.blog-details-page .blog-details-content .landscape-tips ol li {
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
}
.blog-details-page .blog-details-content .landscape-tips ol li a,
.blog-details-page .blog-details-content p a {
  font-weight: normal;
  text-transform: none;
}
.blog-details-page .blog-details-content .text-content p {
  padding-right: 40px;
}
.blog-details-page .blog-details-content p.m1 {
  margin:18px 0 50px 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon {
  margin: 0 50px 66px 0;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 20px;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a {
  width: 35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  text-align: center;
  color:#636363;
}
.blog-details-page .blog-details-content .share-option ul.share-icon li a:hover {
  color:#fff;
}
.blog-details-page .blog-details-content .share-option p {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 28px;
  color: #292929;
}
.blog-details-page .blog-details-content .admin-text {
  background: #fff;
  padding: 35px 20px 35px 150px;
  position: relative;
  margin: 36px 50px 70px 0;
  border-width: 1px;
}
.blog-details-page .blog-details-content .admin-text .img-content {
  position: absolute;
  left:20px;
  top:-55px;
}
.blog-details-page .blog-details-content .admin-text .img-content img {
  width:110px;
  height:110px;
  border-radius: 50%;
}
.blog-details-page .blog-details-content .admin-text .img-content h6 {
  font-size: 15px;
  color: #131212;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon {
  position: absolute;
  bottom:-17px;
  left:20px;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li {
  display: inline-block;
  margin-right: 1px;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li a {
  width: 35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  text-align: center;
  color:#636363;
}
.blog-details-page .blog-details-content .admin-text ul.share-icon li a:hover {
  color:#fff;
}
.blog-details-page .blog-details-content .admin-text p {
  padding-right: 0;
}
.blog-details-page .blog-details-content .comment-area,
.blog-details-page .blog-details-content .leave-comment {
  padding-right: 50px;
}
.blog-details-page .blog-details-content .comment-area h6 {
  margin-bottom: 90px;
  font-size: 16px;
  color: #131212;
  text-transform: uppercase;
}
.blog-details-page .blog-details-content .single-comment {
  padding: 22px 20px 32px 150px;
  position: relative;
  margin-bottom: 85px;
  margin-right: 30px;
  border:1px solid #edeaea;
  background: #fff;
}
.blog-details-page .blog-details-content .single-comment.reply-comment {
  margin-left: 80px;
}
.blog-details-page .blog-details-content .single-comment .img-content {
  position: absolute;
  left:20px;
  top:-55px;
}
.blog-details-page .blog-details-content .single-comment .img-content img {
  width:110px;
  height:110px;
  border:1px solid #ededed;
  border-radius: 50%;
}
.blog-details-page .blog-details-content .single-comment .img-content p {
  margin-top: 8px;
  text-align: center;
  color:#131212;
  font-weight: normal;
}
.blog-details-page .blog-details-content .single-comment .reply {
  width:60px;
  height:60px;
  background: #edeaea;
  color:#131212;
  position: absolute;
  top:-30px;
  right:-30px;
}
.blog-details-page .blog-details-content .single-comment .reply:hover {
  color:#fff;
}
.blog-details-page .blog-details-content .leave-comment h6 {
  font-size: 16px;
  color: #131212;
  text-transform: uppercase;
}
.blog-details-page .blog-details-content .leave-comment p {
  margin: 20px 0 50px 0;
}
.blog-details-page .blog-details-content .leave-comment .row {
  margin-right: -10px;
  margin-left: -10px
}
.blog-details-page .blog-details-content .leave-comment .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-details-page .blog-details-content .leave-comment input,
.blog-details-page .blog-details-content .leave-comment textarea {
  border:1px solid #edeaea;
  padding: 0 20px;
  width:100%;
  max-width: 100%;
  font-size: 13px;
  font-weight: 300;
  background: transparent;
}
.blog-details-page .blog-details-content .leave-comment input {
  height:48px;
  margin-bottom: 30px;
}
.blog-details-page .blog-details-content .leave-comment textarea {
  min-height: 130px;
  padding: 30px 20px;
  margin-bottom: 13px;
}
.blog-details-page .blog-details-content .leave-comment ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 3px;
  color:#dfdbd7;
}
.blog-details-page .blog-details-content .leave-comment button {
  width:168px;
  line-height: 45px;
  color:#fff;
  border-radius: 30px;
  text-transform: uppercase;
  margin-top: 26px;
}
/*====================== Faq page ===================*/
.faq-page-toContent .rotate-content-box .number {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  color:#fff;
  margin: 0 auto;
  position: relative;
  background: transparent;
  border:none;
  color:#fff;
}
.rotate-content-box .number:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #121212;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
  position: absolute;
  left:2px;
  top:-3px;
  z-index: -1;
}
.rotate-content-box p {
  margin: 40px 0;
}
.faq-page-toContent .rotate-content-box {
  border: 1px solid #e5e1e1;
  text-align: center;
  padding: 40px 22px 20px 22px;
  margin-bottom: 50px;
}
.faq-page-toContent .rotate-content-box h4 {
  margin: 27px 0 22px 0;
  text-transform: uppercase;
}
.faq-page-toContent .rotate-content-box p {
  margin: 0;
}
.faq-panel-wrapper {
  padding: 35px 30px 80px 30px;
}
.faq-panel-wrapper .panel-wrapper h5 {
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
.faq-panel-wrapper .panel-wrapper h5:before {
  content: '';
  width: 32px;
  height: 1px;
  background: #292929;
  position: absolute;
  right: -42px;
  bottom:3px;
}
.faq-panel-wrapper .faq-panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
}
.faq-panel-wrapper .faq-panel .panel-heading h6 a {
  font-weight: normal;
  color:#131212;
  text-transform: none;
  padding: 17px 10px 17px 55px;
  display: block;
  position: relative;
}
.faq-panel-wrapper .faq-panel .panel-group .panel {
  margin: 0 0 30px 0;
  box-shadow: none;
  border-radius: 0;
  border:1px solid #edeaea;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body {
  border:none;
  padding: 14px 51px 45px 55px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body p {
  line-height: 24px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row {
  margin: 0 -10px 0 -10px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img {
  width: 50%;
  padding: 0 10px;
  margin-top: 35px;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-body .row .img img {
  width: 100%;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading a:before {
  content: 'ïƒ—';
  font-family: 'font-awesome';
  font-size: 22px;
  position: absolute;
  left:19px;
  top:50%;
  margin-top: -13px;
  font-weight: normal;
}
.faq-panel-wrapper .faq-panel .panel-group .panel-heading.active-panel a:before {
  content: 'ïƒ˜';
}
/*=================== Contact US ================*/
.contact-us-page .contact-wrapper {
  width: 83%;
  margin: 0 auto;
}
.contact-us-page .contact-form-holder h4,
.contact-us-page .contact-address h4 {
  text-transform: uppercase;
  font-size: 22px;
}
.contact-us-page .contact-form-holder>p {
  margin: 18px 0 40px 0;
}
.contact-us-page .contact-form-holder .row {
  margin-left: -10px;
  margin-right: -10px;
}
.contact-us-page .contact-form-holder .row [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-us-page .contact-form-holder .single-input-group {
  height: 50px;
  margin-bottom: 30px;
  position: relative;
}
.contact-us-page .contact-form-holder .single-input-group span.timer-drp {
  position: absolute;
  line-height: 50px;
  top:0;
  right: 20px;
  font-size: 14px;
  cursor: pointer;
  z-index: -1;
}
.contact-us-page .contact-form-holder form textarea,
.contact-us-page .contact-form-holder form input {
  width:100%;
  height:100%;
  padding: 0 20px;
  border:1px solid #edeaea;
  font-size: 13px;
  font-weight: 300;
  color: #727272;
  background: transparent;
}
.contact-us-page .contact-form-holder form textarea {
  max-width: 100%;
  height:130px;
  min-height: 130px;
  padding: 20px;
  margin-bottom: 30px;
}
.contact-us-page .contact-form-holder .btn-group.bootstrap-select {
  width: 100%;
  height: 100%;
}
.contact-us-page .contact-form-holder .bootstrap-select > .dropdown-toggle {
  padding: 0 20px;
  line-height: 48px;
  background: transparent !important;
  border:1px solid #edeaea;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 13px;
  font-weight: 300;
}
.contact-us-page .bootstrap-select.btn-group .dropdown-menu li:hover a span.text,
.contact-us-page .dropdown-menu > li.selected > a span.text {
  color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
}
.contact-us-page .contact-form-holder form button.send {
  width:168px;
  line-height: 45px;
  color:#fff;
  border-radius: 30px;
  text-transform: uppercase;
}
.contact-us-page .contact-address {
  margin-top: 30px;
  margin-bottom: 0px;
}
.contact-us-page .contact-address>p {
  margin: 18px 0 50px 0;
}
.contact-us-page .contact-address .single-box {
  border:1px solid #edeaea;
  text-align: center;
  padding: 50px 20px 24px 20px;
  margin-bottom: 50px;
  position: relative;
}
.contact-us-page .contact-address .single-box .icon {
  width:35px;
  height:35px;
  background: #edeaea;
  line-height: 35px;
  font-size: 16px;
  position: absolute;
  left:50%;
  top:10px;
  margin-left: -17px;
}
.contact-us-page .contact-address .single-box a,
.contact-us-page .contact-address .single-box p {
  font-family: 'Kanit', sans-serif;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 15px;
  color:#727272;
}

/*======================= 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: #57D1C9;
}
#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,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}
/*==================== Error Page ==================*/
.error-page {
  background: url(../images/5.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.error-page .opacity {
  background: rgba(249,82,11,0.8);
  padding: 80px 0;
  text-align: center;
}
.error-page .round-border {
  height: 285px;
  width: 285px;
  position: relative;
  background: rgba(0,0,0,0.7);
  margin: 0 auto 25px auto;
}
.error-page .round-border h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 132px;
  color:#fff;
  font-weight: 700;
  line-height: 285px;
  margin-right: -136px;
}
.error-page .round-border h4 {
  font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  color:#fff;
  line-height: 285px;
  margin-left: -36px;
}
.error-page h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
.error-page p {
  margin-top: 10px;
  font-size: 18px;
  color:#fff;
}
.error-page a {
  width: 220px;
  line-height: 50px;
  background: rgba(0,0,0,0.45);
  border:1px solid #fff;
  color:#fff;
  text-transform: uppercase;
  margin-top: 58px;
  border-radius: 30px;
}
.error-page a:hover {
  background: #000;
  border-color: #000;
}

/*
Item name: Menuzord - Responsive Megamenu
Author: marcoarib - marco.arib@gmail.com
License: http://codecanyon.net/licenses
*/

/*
	CONTENTS:
	
	 1 - MENU CONTAINER
		- Scrollable menu
	 2 - BRAND
	 3 - MENU
		- Right alignment
		- Menu items
		- Active/hover state
	 4 - DROPDOWN
		- Dropdown items
		- Hover state
		- Dropdown left alignment
	 5 - DROPDOWN/MEGAMENU INDICATORS
	 6 - MEGAMENU
	 7 - MEGAMENU WIDTHS
		- Half width
		- Quarter width
	 8 - GRID SYSTEM
	 9 - SHOW/HIDE BUTTON (MOBILE MODE)
		- Icon
	10 - ICONS (parent menu items)
	11 - SEARCH FIELD
		- Form
		- Input
	12 - VERTICAL TABS
	13 - COLOR SCHEMES
	14 - MOBILE MODE (RESPONSIVE MODE)
		- Menu container
		- Brand
		- Show/hide button
		- Menu
		- Dropdown
		- Dropdown items
		- Dropdown/megamenu indicators
		- Megamenu
		- Search field
*/

/* FONT
======================================*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


/* 1 - MENU CONTAINER
======================================*/
.menuzord,
.menuzord *{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.menuzord{
	width: 100%;
	position: relative;
}
.menuzord a{
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/* scrollable menu */
.menuzord-menu.scrollable > .scrollable-fix{
	display: none;
}

/* 2 - BRAND
======================================*/
.menuzord-brand{
	margin: 18px 30px 0 0;
	float: left;
	color: #666;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
}

/* 3 - MENU
======================================*/
.menuzord-menu{
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Right alignment */
.menuzord-menu.menuzord-right{
	float: right;
}
/* Menu items */
.menuzord-menu > li{
	display: inline-block;
}
.menuzord-menu > li > a{
	padding: 0 5px;
	margin: 0 12px;
	line-height: 75px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
/* Active/hover state (Menu items) */
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
	color: #333;
}

/* 4 - DROPDOWN
======================================*/
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 999;
	min-width: 200px;
	white-space: nowrap;
	background: #fff;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
	  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}
.menuzord-menu ul.dropdown li ul.dropdown{
    left: 100%;
}
/* Dropdown items */
.menuzord-menu ul.dropdown li{
	clear: both;
	width: 100%;
	border: 0 none;
	font-size: 14px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.09);
}
.menuzord-menu ul.dropdown li:last-child {
	border:none;
}
.menuzord-menu ul.dropdown li a{
	width: 100%;
	background: none;
	padding: 0 0 0 20px;
	line-height: 48px;
	color: #727272;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	clear: both;
	position: relative;
	outline: 0;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
/* Hover state (dropdown items) */
.menuzord-menu ul.dropdown li:hover > a{
	padding-left: 30px;
	color: #c51818;
}

/* Dropdown left alignment */
.menuzord-menu ul.dropdown.dropdown-left{
	left: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{
	left: -100%;
}

/* 5 - DROPDOWN/MEGAMENU INDICATORS
======================================*/
.menuzord-menu li .indicator{
	margin-left: 3px;
	font-family: 'font-awesome';
	display: none;
}
.menuzord-menu li ul.dropdown li .indicator {
	position: absolute;
	top: 8px;
	right: 10px;
	font-size: 15px;
}

/* 6 - MEGAMENU
======================================*/
.menuzord-menu > li > .megamenu{
	width: 100%;
	padding: 20px 30px;
	left: 0;
	position: absolute;
	display: none;
	z-index: 99;
	border-top: solid 1px #f0f0f0;
	background: #fff;
}

/* 7 - MEGAMENU WIDTHS
======================================*/
/* Half width */
.menuzord-menu > li > .megamenu.megamenu-half-width{
	width: 50%;
	left: auto;
}
/* Quarter width */
.menuzord-menu > li > .megamenu.megamenu-quarter-width{
	width: 25%;
	left: auto;
}

/* 8 - GRID SYSTEM
======================================*/
.menuzord-menu > li > .megamenu .megamenu-row{
	width: 100%;
	margin-top: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row:first-child {
	margin-top: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
	clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12{
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
	margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1{
	width: 5.583333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2{
	width: 14.166666666666%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3{
	width: 22.75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4{
	width: 31.333333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5{
	width: 39.916666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6{
	width: 48.5%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7{
	width: 57.083333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8{
	width: 65.666666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9{
	width: 74.25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10{
	width: 82.833333333334%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11{
	width: 91.416666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12{
	width: 100%;
}

/* 9 - SHOW/HIDE BUTTON (MOBILE MODE)
======================================*/
.menuzord .showhide{
	width: 60px;
	padding: 20px 0 12px 0;
	display: none;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
/* Show/hide button icon */
.menuzord .showhide em{
	width: 25px;
	height: 2px;
	margin: 5px 0 5px 15px;
	display: block;
	background: #fff;
}

/* 10 - ICONS (parent menu items)
======================================*/
.menuzord-menu > li > a > i{
	margin: 0 5px 0 0;
	font-size: 18px;
	float: left;
	line-height: 20px;
	font-family: 'FontAwesome';
}

/* 11 - SEARCH FIELD
======================================*/
/* Form */
.menuzord-menu > li.search form{
	float: left;
	padding: 22px 16px 17px;
}
/* Input */
.menuzord-menu > li.search form input[type="text"]{
	width: 160px;
	padding: 5px 10px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	background: #f0f0f0;
	border-radius: 2px;
	outline: 0;
	-o-transition: width 1s ease-out;
	-moz-transition: width 1s ease-out;
	-webkit-transition: width 1s ease-out;
	transition: width 1s ease-out;
}
.menuzord-menu > li.search form:hover input[type="text"]{
	width: 160px;
}

/* 12 - VERTICAL TABS
======================================*/
.menuzord-tabs{
	width: 100%;
	float: left;
}
.menuzord-tabs-nav{
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.menuzord-tabs-nav > li > a{
	width: 100%;
	padding: 7px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #666;
	border: solid 1px #f0f0f0;
	outline: 0;
}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a{
	background: #f0f0f0;
}
.menuzord-tabs-content{
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	border: solid 1px #f0f0f0;
}
.menuzord-tabs-content.active{
	display: block;
}

/* 13 - COLOR SCHEMES
======================================*/
/* blue */
.menuzord.blue .menuzord-menu > li.active > a, 
.menuzord.blue .menuzord-menu > li:hover > a, 
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a{ 
	color: #4A89DC; 
}
/* green */
.menuzord.green .menuzord-menu > li.active > a, 
.menuzord.green .menuzord-menu > li:hover > a, 
.menuzord.green .menuzord-menu ul.dropdown li:hover > a{ 
	color: #37BC9B; 
}
/* red */
.menuzord.red .menuzord-menu > li.active > a, 
.menuzord.red .menuzord-menu > li:hover > a, 
.menuzord.red .menuzord-menu ul.dropdown li:hover > a{ 
	color: #E9573F; 
}
/* orange */
.menuzord.orange .menuzord-menu > li.active > a, 
.menuzord.orange .menuzord-menu > li:hover > a, 
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a{ 
	color: #ff670f; 
}
/* yellow */
.menuzord.yellow .menuzord-menu > li.active > a, 
.menuzord.yellow .menuzord-menu > li:hover > a, 
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{ 
	color: #F6BB42; 
}
/* purple */
.menuzord.purple .menuzord-menu > li.active > a, 
.menuzord.purple .menuzord-menu > li:hover > a, 
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a{ 
	color: #967ADC; 
}
/* pink */
.menuzord.pink .menuzord-menu > li.active > a, 
.menuzord.pink .menuzord-menu > li:hover > a, 
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a{ 
	color: #D770AD; 
}

/* 14 - MOBILE MODE (RESPONSIVE MODE)
======================================*/
@media (max-width: 991px){
	/* Responsive menu container */
	.menuzord-responsive.menuzord{
		padding: 0;
	}
	
	/* Brand */
	.menuzord-responsive .menuzord-brand{
		margin: 8px 30px 10px 20px;
		font-size: 20px;
		line-height: 1.55;
	}
	
	/* Show/hide button */
	.menuzord-responsive .showhide{
		margin: 0;
	}
	
	/* Menu */
	.menuzord-responsive .menuzord-menu{
		width: 100%;
		float: left !important;
	}
	/* scrollable menu*/
	.menuzord-responsive .menuzord-menu.scrollable{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix{
		display: block;
	}
	
	/* Menu items */
	.menuzord-responsive .menuzord-menu > li{
		width: 100%;
		display: block;
		position: relative;
	}
	.menuzord-responsive .menuzord-menu > li > a{
		width: 100%;
		padding: 0 20px;
		display: block;
		border-bottom: solid 1px #f0f0f0;
	}
	.menuzord-responsive .menuzord-menu > li:first-child > a{
		border-top: solid 1px #f0f0f0;
	}
	
	/* Dropdown */
	.menuzord-responsive .menuzord-menu ul.dropdown,
	.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{
		width: 100%;
		left: 0;
		position: static;
		border: none;
		background: #fff;
	}
	
	/* Dropdown items */
	.menuzord-responsive .menuzord-menu ul.dropdown li{
		position: relative;
	}
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a{ padding-left: 40px !important; }
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a{ padding-left: 50px !important; }
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a{ padding-left: 70px !important; }
	.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a{ padding-left: 90px !important; }
	.menuzord-responsive .menuzord-menu > li:nth-last-child(2) > a {
    	border: none;
	}
	
	/* Dropdown/megamenu indicators */
	.menuzord-responsive .menuzord-menu li .indicator{
		display: block;	
		width: 60px;
		line-height: 43px;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 22px;
		text-align: center;
		border-left: solid 1px #f5f5f5;
	}
	.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{
		height: 38px;
		right: 0;
		top: 0;
		font-size: 18px;
		line-height: 36px;
	}
	
	/* Megamenu */
	.menuzord-responsive .menuzord-menu > li > .megamenu{
		width: 100% !important;
		left: 0 !important;
		position: static;
		border-top: none;
		border-bottom: solid 1px #f0f0f0;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row{
		margin-top: 0;
	}
	
	/* Search field */
	.menuzord-responsive .menuzord-menu > li.search form{
		width: 100%;
		margin: 4px 0;
		padding: 10px 16px !important;
	}
	.menuzord-responsive .menuzord-menu > li.search form input[type="text"]{
		width: 100%;
	}
	
	/* Tabs */
	.menuzord-responsive .menuzord-tabs-nav{
		width: 100%;
	}
	.menuzord-responsive .menuzord-tabs-content{
		width: 100%;
	}
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	29/10/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url('../../fonts/revicons/revicons.eot?5510888');
  src: url('../../fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../../fonts/revicons/revicons.woff?5510888') format('woff'),
       url('../../fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('../../fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center; 

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î ' */
.revicon-trash:before { content: '\e801'; } /* 'î ' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î ' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */

							

/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper{
	position:relative;
	z-index: 0;
}


.rev_slider{
	position:relative;
	overflow:visible;
}

.tp-overflow-hidden { overflow:hidden;}

.tp-simpleresponsive img,
.rev_slider img{
	max-width:none !important;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul,
.rev_slider_wrapper >ul,
.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li{
	list-style:none !important;
	position:absolute;	
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
	top:0px;left:0px;
}


.tp-revslider-mainul >li,
.rev_slider >ul >li,
.rev_slider >ul >li:before,
.tp-revslider-mainul >li:before,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before,
.tp-revslider-mainul >li,
.tp-simpleresponsive >ul >li { 
	visibility:hidden; 
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	
	padding:0 !important; 
	margin:0 !important; 
	list-style:none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}


.tp-caption .rs-untoggled-content { display:block;}
.tp-caption .rs-toggled-content { display:none;}

.rs-toggle-content-active.tp-caption .rs-toggled-content { display:block;}
.rs-toggle-content-active.tp-caption .rs-untoggled-content { display:none;}

.rev_slider .tp-caption,
.rev_slider .caption 	{ 
	position:relative;  
	visibility:hidden; 
	white-space: nowrap;
	display: block;
}


.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child{
	margin-bottom:0;

}

	
/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
	cursor:url(openhand.cur), move;
}
.tp-carousel-wrapper.dragged {
	cursor:url(closedhand.cur), move;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
	z-index:1
}

.tp_inner_padding {	
	box-sizing:border-box;	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	max-height:none !important;	
}


.tp-caption {	
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;	
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}



.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {	
	visibility:hidden !important; 
	display:none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
	max-width: none !important
}






/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper	{	width:100%;}

.fullscreen-container {	
	position:relative;
	padding:0;
}


.fullwidthbanner-container{
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}



/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	
	position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcorner		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}

.tp-caption .frontcornertop		{
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 40px solid #00A8FF;
	position: absolute;left:-40px;top:0px;
}

.tp-caption .backcornertop		{
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00A8FF;
	position: absolute;right:0px;top:0px;
}
									
.tp-layer-inner-rotation {	
	position: relative !important;
}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	
	width:100%; height:auto;
}


/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.rs-background-video-layer 		{	position: absolute;top:0px;left:0px; width:100%;height:100%;visibility: hidden;z-index: 0;}

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo		{	left:0px; top:0px; position:absolute;width:100%;height:100%}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}

.fullcoveredvideo video,
.fullscreenvideo video				{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}


.videoisplaying .html5vid .tp-poster	{	display: none}

.tp-video-play-button					{	
	background:#000;
	background:rgba(0,0,0,0.3);										
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;										
	color: #FFF;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height:50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;	
	display: inline-block;	
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	-webkit-transition:opacity 300ms ease-out !important;
	-moz-transition:opacity 300ms ease-out !important;
	-o-transition:opacity 300ms ease-out !important;
	transition:opacity 300ms ease-out !important;				
}
.tp-caption .html5vid					{	width:100% !important; height:100% !important;}									
.tp-video-play-button i 				{	width:50px;height:50px; display:inline-block; text-align: center; vertical-align: top; line-height: 50px !important; font-size: 40px !important;}									
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.tp-caption .tp-revstop					{	display:none; border-left:5px solid #fff !important; border-right:5px solid #fff !important;margin-top:15px !important;line-height: 20px !important;vertical-align: top; font-size:25px !important;}
.videoisplaying .revicon-right-dir		{	display:none}
.videoisplaying .tp-revstop				{	display:inline-block}

.videoisplaying  .tp-video-play-button			{	display:none}
.tp-caption:hover .tp-video-play-button 		{ 	display:block}

.fullcoveredvideo .tp-video-play-button			{	display:none !important}


.fullscreenvideo .fullscreenvideo video 		{	object-fit:contain !important;}

.fullscreenvideo .fullcoveredvideo video 		{	object-fit:cover !important;}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.13, rgb(0,0,0)),color-stop(1, rgb(50,50,50)));	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {	opacity: .9;}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover 				{	cursor: pointer;}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 				{ 	padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap				{	width:80%}
.tp-video-vol-bar-wrap				{	width:20%}

.tp-volume-bar,
.tp-seek-bar						{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


.rs-fullvideo-cover					{	width:100%;height:100%;top:0px;left:0px;position: absolute; background:transparent;z-index:5;}


.rs-background-video-layer video::-webkit-media-controls { display:none !important;}


/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}


/******************************
	-	SHADOWS		-
******************************/

.tp-shadowcover	{	width:100%;height:100%;top:0px;left:0px;background: #fff;position: absolute; z-index: -1;}
.tp-shadow1 {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 6px -6px rgba(0,0,0,0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after
{
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  box-shadow: 0 15px 10px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.tp-shadow5
{
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before, .tp-shadow5:after
{
	content:"";
    position:absolute; 
    z-index:-2;
    -webkit-box-shadow:0 0 25px 0px rgba(0,0,0,0.6);
    -moz-box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    box-shadow:0 0 25px 0px  rgba(0,0,0,0.6);
    top:30%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}

/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
	padding:6px 13px 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height:30px;
	cursor:pointer;
	color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
	font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
	text-decoration:none;
}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {	background-position:bottom, 15px 11px}

	
/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/* TP BUTTONS DESKTOP SIZE */

.rev-btn,
.rev-btn:visited						{ 	outline:none !important; box-shadow:none !important; text-decoration: none !important; line-height: 44px; font-size: 17px; font-weight: 500; padding: 12px 35px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;  font-family: "Roboto", sans-serif;  cursor: pointer;}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited			{ 	text-transform: uppercase; letter-spacing: 1px; font-size: 15px; font-weight: 900; }

.rev-btn.rev-withicon i					{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; margin-left:10px !important;}

.rev-btn.rev-hiddenicon i				{ 	font-size: 15px; font-weight: normal; position: relative; top: 0px; -webkit-transition: all 0.2s ease-out !important; -moz-transition: all 0.2s ease-out !important; -o-transition: all 0.2s ease-out !important; -ms-transition: all 0.2s ease-out !important; opacity: 0; margin-left:0px !important; width:0px !important;  }
.rev-btn.rev-hiddenicon:hover i			{   opacity: 1 !important; margin-left:10px !important; width:auto !important;}

/* REV BUTTONS MEDIUM */
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited				{	 line-height: 36px; font-size: 14px; padding: 10px 30px; }

.rev-btn.rev-medium.rev-withicon i		{ 	font-size: 14px; top: 0px; }

.rev-btn.rev-medium.rev-hiddenicon i	{ 	font-size: 14px; top: 0px; }


/* REV BUTTONS SMALL */
.rev-btn.rev-small,
.rev-btn.rev-small:visited				{	line-height: 28px; font-size: 12px; padding: 7px 20px; }

.rev-btn.rev-small.rev-withicon i		{	font-size: 12px; top: 0px; }

.rev-btn.rev-small.rev-hiddenicon i		{ 	font-size: 12px; top: 0px; }


/* ROUNDING OPTIONS */
.rev-maxround 							{ 	-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.rev-minround 							{ 	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }	


/* BURGER BUTTON */
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51,51,51,0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
  border: 2px solid rgba(255,255,255,0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}

.rev-burger.revb-whitefull {
  background: #fff;
  border:none;
}

.rev-burger.revb-whitefull span {
	background:#333;
}

.rev-burger.revb-darkfull {
  background: #333;
  border:none;
}

.rev-burger.revb-darkfull span {
	background:#fff;
}


/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
	0% { opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% { opacity: 0;top: 50%;}
	100% { opacity: 0;top: 29%;}
}
@-moz-keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
@keyframes rev-ani-mouse {
	0% {opacity: 1;top: 29%;}
	15% {opacity: 1;top: 50%;}
	50% {opacity: 0;top: 50%;}
	100% {opacity: 0;top: 29%;}
}
.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width:35px;
	height:55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
	color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
	filter: alpha(opacity=80);
}

.rev-scroll-btn.revs-fullwhite  {
	background:#fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;	
}

.rev-scroll-btn.revs-fulldark  {
	background:#333;
	border:none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;	
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: rev-ani-mouse 2.5s linear infinite;
	-moz-animation: rev-ani-mouse 2.5s linear infinite;
	animation: rev-ani-mouse 2.5s linear infinite;
}

.rev-scroll-btn.revs-dark {
	border-color:#333;
}
.rev-scroll-btn.revs-dark span {
	background: #333;	
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;	
	color: #FFF;  
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;	
	text-decoration: none;
	text-align: center;
	background-color: #000;	
	border-radius: 50px;	
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0.50);
	width:60px;
	height:60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr	{	
	border-radius: 3px;		
}

.rev-cbutton-light	{	
	color: #333;  	
	background-color: rgba(255,255,255, 0.75);	
}

.rev-cbutton-light-sr	{		
	color: #333;  	
	border-radius: 3px;		
	background-color: rgba(255,255,255, 0.75);
}


.rev-sbutton {	
	line-height: 37px;	
	width:37px;
	height:37px;	
}

.rev-sbutton-blue	{	
	background-color: #3B5998
}
.rev-sbutton-lightblue	{	
	background-color: #00A0D1;
}
.rev-sbutton-red	{	
	background-color: #DD4B39;
}




/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}


/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/

 .tp-simpleresponsive img {
	-moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}
.tp-caption.slidelink a span{	background:url(../assets/coloredbg.png) repeat}
.tp-shape {	width:100%;height:100%;}



/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/

.tp-caption .rs-starring				{	display: inline-block}
.tp-caption .rs-starring .star-rating	{	float: none;}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
	display: inline-block;
    vertical-align: top;
}

.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {	
	position: relative;
	height: 1em;
	
	width: 5.4em;
	font-family: star;
}

.tp-caption  .rs-starring .star-rating:before, 
.tp-caption  .rs-starring-page .star-rating:before {
	content: "\73\73\73\73\73";
	color: #E0DADF;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.tp-caption .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.tp-caption .rs-starring .star-rating {
	color: #FFC321 !important;
}


.tp-caption .rs-starring .star-rating, 
.tp-caption .rs-starring-page .star-rating {
	
	font-size: 1em !important;
	font-family: star;
}


/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
	top:50%; left:50%;
	z-index:10000;
	position:absolute;
}

.tp-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background:url(../assets/loader.gif) no-repeat center center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	margin-top:-20px;
	margin-left:-20px;
	-webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	
	background:url(../assets/loader.gif) no-repeat 10px 10px;
	background-color:#fff;
	margin:-22px -22px;
	width:44px;height:44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg);} 
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);} 
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
}


.tp-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top:-20px;margin-left:-20px;
	background-color: #c51818;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
	border-radius: 100%;
	-webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
	animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes tp-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}


.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {transform: scale(0.0);} 
  40% {transform: scale(1.0);}
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {transform: scale(0.0);} 
  50% { transform: scale(1.0);}
}



/***********************************************
	-  STANDARD NAVIGATION SETTINGS 
***********************************************/


.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar					{	border:none; min-height: 0; margin:0; border-radius: 0; -moz-border-radius:0; -webkit-border-radius:0;}

.tp-tabs,
.tp-thumbs,
.tp-bullets						{	position:absolute; display:block; z-index:1000; top:0px; left:0px;}

.tp-tab,
.tp-thumb 						{	cursor: pointer; position:absolute;opacity:0.5;  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image					{	background-position: center center; background-size:cover;width:100%;height:100%; display:block; position:absolute;top:0px;left:0px;}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected				{	opacity:1;}

.tp-tab-mask,
.tp-thumb-mask 					{	box-sizing:border-box !important; -webkit-box-sizing:border-box !important; -moz-box-sizing:border-box !important}

.tp-tabs,
.tp-thumbs						{	box-sizing:content-box !important; -webkit-box-sizing:content-box !important; -moz-box-sizing: content-box !important}

.tp-bullet 						{	width:15px;height:15px; position:absolute; background:#fff; background:rgba(255,255,255,0.3); cursor: pointer;}
.tp-bullet.selected,
.tp-bullet:hover				{	background:#fff;}

.tp-bannertimer					{	background:#000; background:rgba(0,0,0,0.15); height:5px;}


.tparrows						{	cursor:pointer; background:#000; background:rgba(0,0,0,0.5); width:40px;height:40px;position:absolute; display:block; z-index:1000; }
.tparrows:hover 				{	background:#000;}
.tparrows:before				{	font-family: "revicons"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.tparrows.tp-leftarrow:before	{	content: '\e824'; }
.tparrows.tp-rightarrow:before	{	content: '\e825'; }


/***************************
	- 3D SHADOW MODE -
***************************/

.dddwrappershadow { box-shadow:0 45px 100px rgba(0, 0, 0, 0.4);}

/*******************
	- DEBUG MODE -
*******************/

.hglayerinfo				   {	  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;}
.hginfo 					   { 	position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600; background:#000;padding:2px 5px;}
.indebugmode .tp-caption:hover { 	border:1px dashed #c0392b !important;}
.helpgrid 					   { 	border:2px dashed #c0392b;position:absolute;top:0px;peft:0px;z-index:0 }
#revsliderlogloglog				{	padding:15px;color:#fff;position:fixed; top:0px;left:0px;width:200px;height:150px;background:rgba(0,0,0,0.7); z-index:100000; font-size:10px; overflow:scroll;}