/*
 @Author: Fine Layer
 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.
 However we used Less script to make things easy to maintain, this is the compressed ourput, we recommend to edit the less files and then recombile the files and add the result here, if you don't like to use less you can edit this file here.

 This files contents are outlined below.
 01.	Theme Reset Style
 02.	Theme Global Style
 03:    Home page
 04:    Rs slider
 05:    Header 1
 06:    Sticky Header
 07:    Nav
 08:    Slide Nav
 09:    Search Bar
 10:    Dropdown
 11:    Header 2
 12:    Parallax Banner
 13:    Main Content
 14:    Welcome Section
 15:    Services Section
 16:    Services Intro
 17:    Skill Section
 18:    Team
 19:    Why Choose Us
 20:    Features
 22:    Pricing
 23:    Testimonial
 24:    Accordian
 25:    Counter
 26:    Latest News
 27:    Contact Form
 28:    Gallery
 29:    Sub Footer
 30:    Footer
 31:    Home 2
 32:    Home 3
 33:    Home 4
 34:    Home 5
 35:    Home 6
 36:    Inner Banner
 37:    About Us
 38:    Blog Detail
 39:    Blog List
 40:    Services
 41:    Portfolio Detail
 42:    portfolio Pages
 43:    Others Pages
*/

/****** Theme Reset Style ******/
body{ background: #fff; color: #333; font-size: 15px;}
body h1, body h2, body h3, body h4, body h5, body h6 { color: #333; margin: 0 0 30px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #333;}

p a{ color: #1871bc !important; text-decoration:underline; }
p a:hover{ text-decoration:underline; outline: none;}
p{ letter-spacing: 0.2px; margin-bottom: 30px; line-height: 24px; font-size: 14px; color: #7f7f7f;}

a{ color: #7f7f7f; text-decoration: none; outline: none; display: block;}
a:hover, a:focus, a:active { outline: none; text-decoration: none;}

.row.no-gutters{ margin-right: 0; margin-left: 0;}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"]{ padding-right: 0; padding-left: 0;}

.m-0{ margin: 0!important;}
.p-0{ padding: 0!important;}

.border-0{ border: 0!important;}

img{ max-width: 100%;}
iframe{ border: 0; width: 100%;}

blockquote{ padding: 0; border: 0;}

label { color: #7f7f7f; display: block; font-weight: 400; margin: 0;}

textarea{ border-radius: 0!important; background: none!important; resize: none;}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input{ border: 1px solid #d9e2e4; height: 49px; border-radius: 40px; background: none; line-height: 49px; box-shadow: none!important; padding: 0 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;}
.form-control::-moz-placeholder{ color: #7d7d7d;}
.form-control:focus::-moz-placeholder{}
.form-control:focus{}
/****** Global Elements ******/
h2{ font-size: 45px; font-weight: 300;}
h2 strong{ font-weight: normal; display: block;}

.main-heading-holder{ text-align: center;}
.main-heading{ display: inline-block; text-align: center; padding: 0 0 60px;}
.main-heading span{ line-height: 16px; display: block; font-family: "Playfair Display",serif;
font-size: 18px; font-style: italic; font-weight: 300; letter-spacing: 0.2px; font-style: italic; margin: 0 0 20px;}
.main-heading p{ margin: 0;}
.white-heading h2,
.white-heading span,
.white-heading p{ color: #fff;}
.small-icon{ margin: 20px 0 0!important; display: inline-block!important;}

.btn{ display: inline-block; font-size: 13px; text-transform: uppercase; padding: 0px 30px; height: 50px; line-height: 47px; font-weight: bold; border-radius: 0px;
letter-spacing: 0.5px; color: #fff; border-radius: 30px; border: 2px solid; position: relative; overflow: hidden;}
.btn.btn-blank{ background: none; color: #7b7b7b; border: 1px solid #eeeeee; height: 50px; line-height: 47px; font-weight: 400; letter-spacing: 0px;}
.btn.btn-blank:hover{ color: #fff;}
.btn.btn-blank:hover i{ color: #fff;}
.btn:hover{ background: none; color: #fff; border-color: #fff;}
.btn.btn-blank i{ font-size: 16px; margin-left: 5px; display: inline-block; position: relative; top: 2px;}
.btn.dark:hover{ background: none; color: #383838; border-color: #383838;}

.social-icons{ margin: 0; padding: 0; list-style: none;}
.social-icons li{ float: left; margin: 0 0 0 15px;}
.social-icons li:first-child{ margin: 0;}
.social-icons li a{ height: 40px; width: 40px; line-height: 40px; background: #3e3e3e; border-radius: 4px;
color: #fff; text-align: center; display: block; font-size: 16px;}
.social-icons li a:hover{ color: #fff;}

.rating-stars ul li{ float: left; margin: 0 0 0 7px;}
.rating-stars ul li:first-child{ margin: 0}
.rating-stars ul li i{ color: #f0bf2d;}

.tc-display-table{ width: 100%; height: 100%; display: table;}
.tc-display-table-cell{ display: table-cell; vertical-align: middle; width: 100%; height: 100%;}

.overlay-dark,
.overlay-pink,
.overlay-gray{ position: relative;}
.overlay-dark::before,
.overlay-pink::before,
.overlay-gray::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.8); z-index: -1;}

.overlay-pink::before{ background: rgba( 244,86,97,0.9);}
.overlay-gray::before{ background: rgba( 242,242,242,0.9);}

.position-center-center{ left: 50%; position: absolute; top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}

.position-center-x{ position: absolute; top: 50%;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);}

.position-center-y{ left: 50%; position: absolute;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);}

.font-playfair{ font-family: 'Playfair Display', serif;}
.font-italic{ font-style: italic}

.white-bg{ background: #fff;}
.gray-bg{ background: #f8f8f7;}
.text-white{ color: #fff;}
.font-bold{ font-weight: bold;}

.sm-btn-list{ margin: 0; padding: 0; list-style: none; overflow: hidden;}
.sm-btn-list li{ float: left; margin: 0 0 0 30px;}
.sm-btn-list li:first-child{ margin: 0;}

.navbar-brand{ height: auto; width: auto; padding: 0;}
.theme-padding-top{ padding-top: 90px;}
.theme-padding-bottom{ padding-bottom: 90px;}
.theme-padding{ padding: 90px 0;}
.padding-0{ padding: 0!important;}
.theme-margin-top{ margin-top: 90px;}
.theme-margin-bottom{ margin-bottom: 90px;}
.theme-margin{ margin: 90px 0;}
.margin-0{ margin: 0!important;}

.text-left{ text-align: left;}

.read-more{ font-style: italic; text-decoration: underline; color: #dedede;}

.countdown{ list-style: none; margin: 0; padding: 0; display: block; text-align: center; overflow: hidden;}
.countdown li{ text-align: center; float: left; margin: 0 0 0 20px;}
.countdown li:first-child{ margin: 0;}
.countdown li{ background: #fff; color: #1e181c; border-radius: 2px; font-size: 30px; padding: 5px 20px; display: block; border: 1px solid; overflow: hidden;}
.countdown li p{ margin: 0; font-size: 14px; text-transform: uppercase; color: #9b756c;}

.btn-list{ margin: 0; padding: 0; list-style: none;}
.btn-list li{ float: left; margin: 0 0 0 30px;}
.btn-list li:first-child{ margin: 0;}

.hover-overlay{ position: absolute; top: 50%; left: 50%; width: 0; height: 0; text-align: center; visibility: hidden; opacity: 0;}
ul{ margin: 0; padding: 0; list-style: none;}
/****** Home Page 1 ***********************************************************
*********************************************************** Home Page 1 ******/
.wrapper{ overflow: hidden; position: relative;}


/* Rs Slider */
.slider-and-header{ position: relative;}
.home-slider,
.home-slider-1{ width: 100%; position: relative;}
.home-slider-1 .btn{
    background: rgba(255,255,255,0);
    color: #fff;
}

.home-slider-1 .btn:hover{
    background: rgba(255,255,255,1) !important;
    color: #333;
    padding: 0px 30px !important;
}

/* Header 1 */
.header-v1{ position: absolute; bottom: 0; width: 100%; z-index: 100;}
.search-and-cart{ float: right; width: 5%;}
.search-and-cart ul{ float: right; margin: 0; padding: 0; list-style: none;}
.search-and-cart ul li{ float: left; margin: 0 0 0 20px;}
.search-and-cart ul li:first-child{ margin: 0;}
.search-and-cart ul li i{ color: #212121; font-size: 20px; padding: 30px 0; cursor: pointer;}

/* Sticky Header */
.is-sticky #sticky{ bottom: auto; top: 0; background: #fff; z-index: 800; position: fixed; width: 100%; margin: -1px 0 0;
-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.58);
-moz-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.58);
box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.58);}
.hide-logo{ visibility: hidden; top: 15px; opacity: 0;}
.is-sticky #sticky #move-bottom{ visibility: hidden; opacity: 0;}
.is-sticky #sticky .hide-logo{ visibility: visible; opacity: 1;}

.header-v1::before, .header-v1::after,
.inner-spec::before, .inner-spec:after{ background-color: #fff; bottom: 0; content: ""; height: 83px; left: 0;
position: absolute; width: calc(50% - 93px); z-index: -1;}

.header-v1::after, .inner-spec:after{ left: auto; right: 0;}
.arrow-bottom span:first-child{ text-align: center; background: url(../images/nav-center.png) no-repeat scroll center top; display: block;
height: 83px; margin: auto; width: 195px;}
.arrow-bottom span i{ cursor: pointer;}

/* Nav */
.left-nav{ float: left!important;}
.nav-style{ float: right;}
.nav-style ul{ margin: 0; padding: 0; list-style: none; float: left; word-wrap: 100%; clear: both;}
.nav-style > ul > li{ float: left;}
.nav-style > ul > li > a{ color: #333; font-size: 16px; padding: 30px 20px; position: relative; display: block; font-weight: normal;
letter-spacing: 0.03em; text-transform: uppercase;}
.nav-style > ul > li > a:hover::before,
.nav-style > ul li.active a:hover::before{ content: ""; position: absolute; bottom: -2px; border: 1px solid; width: 100%; left: 0;}
.right-nav ul{ float: right;}
.destop-none{ display: none!important;}
.navbar-btn{ display: none;}

/* Slidemenu */
#slide-icon{ display: none;}
.slidemenu{ height: 100%; width: 280px; background: #1f1f1f; left: 0; top: 0; z-index: 1000; position: fixed; transform: translate(-280px,0);}
.slidemenu .search-bar{ margin: 30px;}
.ssm-overlay{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,0.6); display: none; z-index: 999;}
.slidemenu-nav > ul > li{ width: 100%;}
.slidemenu-nav > ul > li a{ padding: 20px 40px;}
.slidemenu-nav > ul > li > ul{ top: 0; border-radius: 0; margin: 0 0 0 20px; padding: 0 30px;}
.slidemenu-nav > ul > li > ul li a{ padding: 10px; color: #fff;}
.slidemenu-nav > ul > li > ul li a:hover{ color: #fff;}

/* Search Bar */
.search-holder{ position: relative; height: 60px; line-height: 60px;}
.search-box{ position: absolute; top: 0; width: 400px; right: 0; z-index: 100; padding: 15px 0; display: none;}
.search-box input{ background: #fff; border-radius: 0;}
.close-btn{ position: absolute; right: 0; top: 0; background: none; border: 0; width: 25px; line-height: 79px; font-size: 18px; color: #333;}
.close-btn i{ padding: 0!important; color: #999!important;}

/* Dropdown */
.nav-style .dropdown > .dropdown-menu{ border-top: 2px solid; border: 0;}
.nav-style .dropdown .dropdown-menu{ border-radius: 0; padding: 0!important; margin: 0!important;}
.nav-style .dropdown .dropdown-menu li a{ padding: 10px; color: #333;}
.dropdown-menu > li > a{ text-transform: capitalize;}
.nav-style .dropdown .dropdown-menu li a:hover:hover{ color: #fff;}
.dropdown .dropdown-menu .caret{border:4px solid transparent;border-left-color:#000;float:right;margin-top:6px;}
.dropdown-menu{min-width:250px;}
.dropdown-menu .dropdown-menu{left:100%;right:auto;top:-1px;margin:0;}
.dropdown-menu-right .dropdown-menu,.navbar-right .dropdown-menu .dropdown-menu,.pull-right .dropdown-menu .dropdown-menu{left:auto;right:100%;}
.dropdown-menu.animated{-webkit-animation-duration:.3s;animation-duration:.3s;}
.dropdown-menu.animated:before{content:" ";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:99;}
.dropdownhover-top{margin-bottom:2px;margin-top:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,.dropdownhover-top .dropdown-menu{bottom:-1px;top:auto;}
.navbar-nav > li > .dropdown-menu{margin-bottom:0;}
.dropdownhover-bottom{-webkit-transform-origin:50% 0;transform-origin:50% 0;}
.dropdownhover-left{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;}
.dropdownhover-right{-webkit-transform-origin:0 50%;transform-origin:0 50%;}

/* Header 2 */
.header-v2 .logo-holder{ float: left; margin: 17px 0 0;}
.header-v2 .nav-style{ float: right;}

/* Parllax Banner */
.p-banner-content{ text-align: center;}
.p-banner-content .p-logo-banner{ margin: 150px 0 0; display: inline-block;}
.p-img-list{ text-align: center;}
.p-img-list span{display: inline-block; width: 33%;}

/******* Main Content  *******/
/* Welcome section */
.vertical-text-slider{ margin: 0; padding: 46px 0 0; list-style: none;}
.vertical-text-slider li p{ font-size: 18px; text-align: right; margin: 0;}
.vertical-text-slider .owl-controls{ position: absolute; top: 10px; right: 0;}
.vertical-text-slider .owl-dot{ height: 10px; width: 10px; border-radius: 100%; background: #f3f3f3;}
.vertical-text-slider .owl-dot{ float: left; margin: 0 0 0 8px;}
.vertical-text-slider .owl-dot:first-child{ margin: 0;}
.vertical-text-slider .owl-dot.active{ border: 2px solid #ddd; padding: 2px; background: #ddd;}
.short-about-us .main-heading{ padding: 0; }
.short-about-us .main-heading h2{ margin: 0}

/* Service Intro */
.service-intro ul{ margin: 0; padding: 0; list-style: none;}
.service-intro li article{ background: #f9f9f9; padding: 60px 40px; padding-left: 80px; border-radius: 25px; position: relative;}
.service-intro li article span{ color: #a6a6a6; font-weight: 500; font-size: 14px; letter-spacing: 1px; margin: 0 0 20px; display: block;}
.service-intro li article h4 { line-height: 39px; font-size: 28px; margin: 0 0 10px; font-weight: 300;}
.service-intro li article i{ position: absolute; left: 30px; color: #9c9c9c; font-size: 30px;}
.service-intro p{ font-size: 15px;}
.service-intro p:last-child{ margin: 0;}

/* Skill Section */
.have-sikills{ padding-right: 35%; padding-top: 6%;}
.progress-bars p{ margin: 0px; font-size: 13px; color: #393939; text-align: left; margin-bottom: 10px;
font-weight: bold; text-transform: uppercase; margin-bottom: 0px; line-height: 24px; letter-spacing: 0.3px;}
.progress-bars{ display: inline-block; width: 100%;}
.progress{ border-radius: 0px;	position: relative; background: #efefef; box-shadow: none; display: inline-block;
 margin-bottom: 15px; overflow: hidden; position: relative; height: 30px; margin-top: 10px;}
.progress-bar{ border-radius: 0px; background: #eeb013; height: 30px; box-shadow: none;}
.progress-bars .bar{ position: relative;}
.progress-bar-tooltip{ float: right; position: relative; right: 0px; top: 0px; color: #141414; font-size: 12px;
line-height: 30px; font-weight: bold; padding-right: 0px;}

.progress-bars.style-2{ padding-left: 0px; margin: 40px 0 0;}
/*.progress-bars.style-2{ padding-left: 80px; margin: 40px 0 0;}*/
/*.progress-bars.style-2{ background: url(../images/skills-img.png) left center no-repeat;}*/
.progress-bars.style-2 .progress{ border-radius: 0px; position: relative; background: #eeeeee; box-shadow: none; display: inline-block; width: 100%;
margin-bottom: 10px; overflow: hidden; position: relative; height: 4px;}
.progress-bars.style-2 .progress-bar{ border-radius: 0px; height: 4px;}
.progress-bars.style-2 .progress-bar-tooltip { float: right; position: absolute; right: 0px; top: 0px; color: #303030; font-size: 13px; line-height: 30px;}
.progress-bars.style-2 .progress-bars p{ margin: 0px; font-size: 11px; color: #141414; margin-bottom: 0px;}

/* Team */
.team.style-5{ background: #f1f1f1;}
.team.style-5 .team-image{ position: relative; overflow: hidden;}
.team.style-5 .hover-detail h6{ color: #fff; text-transform: uppercase; font-size: 25px; margin-top: 0px; font-weight: 300;}
.team.style-5 .hover-detail{ background: rgba(0,0,0,0.8); width: 100%; text-align: center; color: #fff; padding: 50px 0; opacity: 0; border-radius: 10px;}
.team.style-5 .hover-detail li{ display: inline-block; margin: 0 2px; margin-top: 40px;}
.team.style-5 .hover-detail li a{ color: #fff; height: 42px; width: 42px; line-height: 38px; font-size: 15px; color: #fff;
border-radius: 60%; display: inline-block; text-align: center; opacity: 0.5; border: 2px solid #fff;}
.team.style-5 .hover-detail li a:hover{ opacity: 1;}
.team.style-5 .position-center-center{ width: 100%;}
.team.style-5 .team-image:hover img{ opacity: 1;}
.team.style-5 .team-image:hover .hover-detail{ opacity: 1;}
.team.style-5 .owl-nav div{ color: #fff; height: 53px; width: 53px; text-align: center; border: 1px solid rgba(255,255,255,0.2);
line-height: 50px; font-size: 18px;}
.team.style-5 .owl-nav .owl-prev{ display: block !important; position: absolute; top: 50%; left: -100px;}
.team.style-5 .owl-nav .owl-next{ display: block !important; position: absolute; top: 50%; right: -100px;}
.team .join-team{ padding: 24% 100px;}
.team .join-team h4{ font-size:25px; font-weight:300; margin-top:30px; }
.team .overlay-team-2 .hover-detail{ background:rgba(51,51,51,0.9); width:70%; margin:0 auto;}
.team .overlay-team-2 .hover-detail span{ font-family: 'Playfair Display', serif; font-style:italic; color:#999; text-transform:none;}
.team .overlay-team-2 .hover-detail h6{ text-transform:none;}

/* WHY CHOOSE US */
.why-choose{ overflow: hidden;}
.why-choose .h6{ font-size: 16px; font-weight: bold; text-transform: uppercase; margin-top: 0px;}
.why-choose .services ul{ margin: 0; padding: 0; list-style: none;}
.why-choose .services li{ margin-bottom: 30px;}
.why-choose .services li p{ margin: 0;}
.why-choose .services li .icon{ display: inline-block; width: 60px;}
.why-choose .services li h6{ font-style: italic; font-size: 20px; margin: 0px; color: #1f1f1f; margin-bottom: 20px;}
.why-choose .mac-img{ position: absolute; right: 0px;}

/* parllax-1 */
.parllax-1{ text-align: center; position: relative;}
.parllax-1 .position-center-center{ top: 40%;}
.parllax-1 .small-icon{ display: block!important; margin: 30px 0!important;}

/* Features */
.list-style-featured .icon{ font-size: #333; font-size: 30px; width: 60px; display: inline-block;}
.list-style-featured h6{ font-size: 20px; font-style: italic; line-height: 22px; margin-top: 0px; margin-bottom: 20px;
color: #1f1f1f; font-weight: 300; font-family: 'Playfair Display', serif;}
.list-style-featured .btn{ margin-top: 20px;}
.list-style-featured li{ margin-top: 25px; display: inline-block; width: 100%; margin-bottom: 25px;}
.list-style-featured .media-right .icon{ margin-right: 0px; margin-left: 0px;}
.we-are-best .list-style-featured .icon{ width:40px;}

/* PRICING */
.pricing{ position: relative; z-index: 5; background: #fff; border-top: 3px solid; border-bottom: 1px solid #eee;}
.with-bef{ position: relative;}
.with-bef:before{ position: absolute; height: 200px; left: 0px; width: 100%; bottom: 0px; background: #fff; z-index: 1; content: "";}
.pricing .border-r{ border-right: 1px solid #eee;}
.pricing .price-head{ padding-left: 50px; padding-top: 35px; position: relative; padding-bottom: 30px;}
.pricing .price-head h5{ font-size: 25px; margin: 0px; font-weight: 100;}
.pricing .price-head h3{ margin: 0px; margin-top: 10px; font-weight: bold; font-size: 40px; display: inline-block;}
.pricing .price-head h3 span{ font-size: 25px;}
.pricing .price-head .time{ color: #999; font-size: 15px;}
.pricing ul li{ display: inline-block; width: 100%; font-size: 15px; color: #797979; padding-left: 50px; line-height: 40px;}
.pricing .orange-bg h3{ color: #fff;}
.pricing .orange-bg h5{ color: #fff;}
.pricing .orange-bg .time{ color: #fff;}
.pricing .papu{ background: #a7d642; display: inline-block; padding: 5px 20px; position: absolute; right: 0px;
color: #fff; top: 30px; font-size: 18px; font-style: italic;}
.pricing ul li:nth-child(1){ background: #f7f7f7;}
.pricing ul li:nth-child(3){ background: #f7f7f7;}
.pricing ul li:nth-child(5){ background: #f7f7f7;}
.pricing ul li:nth-child(7){ background: #f7f7f7;}
.pricing ul li:nth-child(9){ background: #f7f7f7;}
.pricing-btm{ padding: 20px 0;}
.pricing-btm a i{ margin: -3px 10px 0 0;}

/* Testimonial */
.testimonial li{ padding: 0px; margin-bottom: 30px }
.testimonial li p{ margin: 0}
.testimonial .testi-in{ position: relative; padding-left: 120px; margin-top: 10px; }
.testimonial .testi-in p{ font-size: 16px; color: #7d7d7d; font-weight: 400; font-style: italic;}
.testimonial .testi-in h6{ text-transform: uppercase; font-size: 16px; margin-top: 0px; letter-spacing: -1px; margin-bottom: 10px; font-weight: normal;}
.testimonial hr{ width: 100%; height: 1px; border: none; background: #f7f7f7; margin: 14px 0; position: relative;}
.testimonial hr:before{ content: ""; height: 3px; width: 50px; position: absolute; top: -1px; left: 0px;}
.testimonial .testi-in span{ font-style: italic; font-size: 16px; text-transform: none; color: #929292; letter-spacing: 0px; margin-left: 10px;}
.testimonial .testi-in .avatar{ height: 82px; width: 82px; position: absolute; left: 0px; top: 0; text-align: center; line-height: 82px;
border: 1px solid #eee; border-radius: 100%;}
.testimonial.scroll-style{ height: 225px; }

.testimonial .testi{ width: 65%; text-align: center; margin: 0 auto; position: relative;}
.testimonial.style-1 .testi{ text-align: center; min-height: 370px;}
.testimonial .testi p{ font-size:20px; color: #7d7d7d; width:80%; border:1px solid #eee; font-family: 'Playfair Display', serif; line-height: 32px;
font-style: italic; margin:0 auto;margin-bottom:20px; padding:35px 40px;}
.testimonial .flex-control-thumbs li img{ border-radius: 50%; border: 6px solid; border-color: rgba(255,255,255,0.5);}
.testimonial .slides{ margin-top: 200px; position: absolute; width: 100%;}
.testimonial.style-1 h2{ font-size: 40px;}

.testimonial.style-2 .testi p{ font-size: 18px;}
.testimonial.style-2 hr{ width: 65px; height: 2px; border: none; background: #fff; margin: 20px auto;}
.testimonial.style-2 .testi{ min-height: auto;}
.testimonial.style-2 .avatar{ height: 143px; width: 143px; border-radius: 50%; position: relative; overflow: hidden;
margin: 0 auto; margin-bottom: 30px;}
.testi-slide-2 .owl-prev::before,
.testi-slide-2 .owl-next::before{ font-family: fontawesome; height: 40px; width: 40px; text-align: center; line-height: 38px; font-size: 20px;
border: 1px solid #eee; display: block; position: absolute; top: 50%; margin: -15px 0 0 0; background: #fff;}
.testi-slide-2 .owl-prev::before{ content: "\f104"; left: 70px;}
.testi-slide-2 .owl-next::before{ content: "\f105"; right: 70px;}

.testimonial.style-4 .avatar{ height: 115px; width: 115px; position: relative; overflow: hidden; margin: 0 auto; margin-bottom: 40px;}
.testimonial.style-4 .testi { width: 89%;}
.testimonial.style-4 .testi h6{ color: #000 !important; margin-bottom:20px;}
.testimonial.style-4 .testi h6{ position:relative;}
.testimonial.style-4 .testi h6 span{ margin-left:20px; color:#9a9a9a; font-size:18px;}
.testimonial.style-4 .testi h6:before{ content: "";	 width:50px; height:3px; position:absolute; margin:0 auto; bottom:-22px; left:0px;
right:0px;}
.testimonial.style-4 .testi .text-in{ border: 1px solid #ececec; padding: 30px 30px; margin-bottom: 10px; position: relative;}
.testimonial.style-4 .testi .text-in p{ color: #000 !important; margin-bottom: 30px;}

/* According */
.accordion .panel{ border: none;}
.accordion .panel-default > .panel-heading .panel-title a:before { content: "\f209"; font-family: "Ionicons"; color: #fff; padding: 0px; color: #202020; float: right; line-height: 40px; position: absolute; right: 0px; font-size: 12px;}
.accordion .panel-default > .panel-heading .panel-title a.collapsed:before{ content: "\f218"; font-family: "Ionicons"; }
.accordion .panel-default > .panel-heading{ background-color: #fff;	padding: 0px; border-radius: 0px; overflow: hidden;}
.accordion .panel-default > .panel-heading a{ text-decoration: none; font-size: 17px; width: 100%; padding-bottom: 0px; padding-left: 0px; line-height: 20px;
color: #333; font-weight: 400; display: inline-block; text-transform: none; border-bottom: 1px solid #bbb;}
.accordion .panel-default > .panel-heading a i{ border: 1px solid #b8b8b8; height: 40px; width: 40px; display: inline-block; border-bottom: none; text-align: center; line-height: 38px; margin-right: 10px;}
.accordion .panel-default > .panel-heading a.collapsed{ border-bottom: 1px solid #333;}
.accordion .panel-default > .panel-heading a.collapsed i{ background: #333; color: #fff; border-color: #333;}
.accordion .panel{ box-shadow: none; border-radius: 0px; margin-bottom: 0px; position: relative;}
.accordion .panel-default{ margin-bottom: 15px;}
.accordion .panel p{ margin-bottom: 0px;}
.accordion .panel-body{ color: #b8b8b8; line-height: 24px; font-size: 12px;}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body { border: none;}
.accordion .panel-body{ padding-left: 0px; padding-right: 0px;}

/* COUNTER */
.counter ul li div{ background: #f7f7f7; border-radius: 25px; padding: 60px 20px; text-align: center;}
.counter ul li div span{ display: inline-block; width: 100%; font-size: 45px; color: #333; font-weight: 200;}
.counter ul li div i{ color: #aaa; font-size: 30px; display: inline-block; width: 100%; margin-bottom: 10px;}
.counter ul li div p{ margin: 0; font-size:16px; font-weight:400;}
.fun-facts .counter div{ background:none; padding:0px;}
.fun-facts .counter ul li div i{ margin-bottom:20px;}
.fun-facts .counter ul li div p{ font-size:16px; color:#7d7d7d; font-weight:400;}
.fun-facts.with-images li img{ width:100%;}
.fun-facts.with-images li div span{ color: #fff;}
.fun-facts.with-images .counter ul li div p{ color: #fff;}
.fun-facts.with-images .counter ul li div i{ color: #fff; height: 70px; width: 70px; font-size: 26px; border: 1px solid rgba(255,255,255,0.5);
line-height:68px; border-radius:50%;}
.fun-facts.with-images .counter ul li:hover div i{ background: rgba( 255,127,0,0.6); height: 100px; width: 100px;
line-height: 100px; font-size: 33px;
-ms-transform: rotate(-360deg);
-webkit-transform: rotate(-360deg);
transform: rotate(-360deg);}

/* Latest News */
.news .post-info{ text-align: center; position: relative; padding: 50px; min-height: 351px;}
.news .post-info span{ display: inline-block; width: 100%; margin: 20px 0; color: #b6b6b6;}
.news .post-info p{ color: #333;}
.news.type-2 li a{ color:#fff; font-size:25px; display:inline-block; width:100%; font-weight:300; margin:20px 0; margin-bottom:10px;}
.news.type-2 li p{ color:#ccc;}
.news.type-2 li span{ font-size:13px; font-weight:500;}
.news.type-2 li .white-bg{ height:50px; line-height:50px; padding:0 30px;}
.news.type-2 li .white-bg .post-date{ float:right; color:#ccc;}
.up-sign{ bottom: 100%; margin: 0!important; z-index: 2;}
.down-sign{ top: 100%; margin: 0!important; z-index: 2;}
.down-sign img{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg);
-o-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.news-img{ overflow: hidden;}
.news ul li:hover .news-img img{ transform: scale(1.1);}

/* CONTACT FORM */
.contact-form .error{ border: 1px solid red;}
.contact-form .error:before{ content: "\f071"; font-family: 'FontAwesome'; position: absolute; color: red;}
.success-msg{ background: #fff; border: 1px solid #abd0a8; color: #589051; margin-bottom: 30px; width: 100%; display: inline-block; text-align: center; padding: 11px 16px; border-radius: 4px; display: none;}
.success-msg i{ padding: 10px; border-radius: 50%; border: 1px solid #ABD0A8; margin-right: 10px; }
.contact-form label{ display: inline-block; width: 100%; font-weight: normal; font-family: 'Playfair Display', serif; font-size: 14px; font-style: italic; margin-bottom: 20px;}
.contact-form label input{ border: 1px solid #ccc; height: 50px; padding: 0 20px; border-radius: 4px; width: 100%; background: #f0f0f0; box-shadow: none !important;}
.contact-form textarea{ display: inline-block; width: 100%; position: relative; padding: 10px 20px; border: 1px solid #ccc; height: 200px; border-radius: 4px; background: #f0f0f0; box-shadow: none !important;}
.contact-form button{ border: 2px solid #ccc!important; padding: 0px 50px; font-size: 15px; color: #b2b2b2; height: 50px; line-height: 46px; letter-spacing: 0.3px; margin-bottom: 50px;}
.contact-form button:hover{ background: #f6b138; border-color: #f6b138!important;}
.contact-info li i { height: 52px; width: 52px; text-align: center; display: inline-block; border-radius: 50%; color: #b7b7b7; font-size: 20px; border: 1px solid #cfcfcf; line-height: 50px; margin-right: 10px;}
.contact-info li{ margin-bottom: 30px;}
.contact-info li span{ color: #333; font-size: 16px;}
.contact-info li p{ color: #7f7f7f; line-height: 24px; margin: 0px; font-size: 16px;}
.fom-style-2 .contact-form label input{ background:none; color: #fff;}
.fom-style-2 .contact-form textarea{ background:none; color: #fff;}
.fom-style-2 .contact-info li p{ color:#ddd;}
.fom-style-2 .contact-info li span{ color:#ddd;}
.contact-info li i{ border-color:#ddd; color:#ddd;}

 .tenggara-contact p{
     font-size: 15px;
 }

/* Gallery */
.gallery-list li{ position: relative; overflow: hidden; color: #fff;}
.gallery-list li .over{ position: absolute; left: 0px; top: 0px; height: 100%; width: 100%; background: rgba(0,0,0,0.3); opacity: 0;}
.gallery-list li a{ color: #fff; font-size: 30px; display: inline-block;}
.gallery-list li:hover a{ font-size: 50px;}
.gallery-list li:hover .over{ opacity: 1;}
.gallery-list li:hover img{ transform: scale(1.1);}

/* Sub Footer */
.sub-footer{ background: #242424; padding: 25px 0;}
.sub-footer ul li{ display: inline-block; margin-top: 10px;}
.sub-footer ul li a{ color: #7a7a7a; font-size: 18px; font-weight: 500; margin-right: 30px;}
.sub-footer form input { border-radius: 20px; height: 45px; display: inline-block; width: 100%; background: rgba(0,0,0,0.1); border: none; border: 1px solid;
border-color: transparent; padding: 0 20px;}

/******* Footer  *******/
footer{ background: #1f1f1f; padding: 90px 0; padding-bottom: 20px;}
footer p{ font-style: normal; color: #636363 !important;}
footer p.intro-small{ font-style: normal; margin-top: 50px; font-size: 16px;}
.foot-logos{ background: rgba(0,0,0,0.5); margin-top: 80px;}
.foot-logos li{ float: left; width: 20%; padding: 50px 0; text-align: center;}
.foot-logos li{ border-right: 1px solid rgba(255,255,255,0.1);}
.foot-logos .border-btn{ border-bottom: 1px solid rgba(255,255,255,0.1);}
.foot-logos li:nth-last-child(1){ border-right: none;}
footer .rights{ text-align: center; margin-top: 80px;}
footer .rights h6{ font-weight: bold; color: #ccc; font-size: 18px;}
footer .social-icons li a{ opacity: 0.2; margin: 0 5px; background: none !important;}
footer .social-icons{ display: inline-block; }
footer .social-icons li a:hover{ opacity: 1;}
.social-icons li{ display: inline-block;}
.social-icons li a{ border-radius: 50%; height: 42px; width: 42px; color: #fff; border: 2px solid #fff; display: inline-block;
text-align: center; line-height: 40px;font-size: 14px;}

/****** Home Page 2 ***********************************************************
*********************************************************** Home Page 2 ******/
/* Parallax Banner */
.p-img-list{ position: absolute; bottom: 200px; width: 100%;}

/* Servies */
.servics-v1 .icon{ height:120px; width:120px; padding:9px; background:#fff; display:inline-block; line-height:118px; border-radius:50%;
border:1px solid #efefef; text-align:center; background:#fff; position:relative; overflow:hidden; margin-bottom:10px;}
.servics-v1 .icon i{ background:#f5f5f5; height:100px; width:100px; border-radius:50%; line-height:100px; font-size:30px; color:#333;
display:inline-block; position:relative;}
.servics-v1 li:hover .icon i{ color:#fff;}
.servics-v1 li h6 { font-size: 20px; font-style: italic; line-height: 22px; margin-top: 20px; margin-bottom: 20px; color: #1f1f1f;
font-weight: 300; font-family: 'Playfair Display', serif;}
.servics-v1 .btn{ margin-top:20px;}
.services-images{ color:#fff;}
.services-images{ color:#fff; text-align:center;}
.services-images span{ font-size:18px; letter-spacing:1px;}
.services-images h3{ font-size:38px; color:#fff; font-weight: 100;}
.services-images .btn{ border:2px solid #eee; color:#eee; font-weight:600; letter-spacing:1px; line-height:45px; margin-top:30px;}
.services-images > div > div:hover img{ transform: scale( 1.1);}
.services-images > div > div{ overflow: hidden;}

/* gallery Thumbnail */
.gallery-thumbnail{ margin: 0 0 30px;}

/* Promo */
.promo.dark{ background: #222; padding: 40px 0;}
.promo.light{ background: #ececec; padding: 50px 0;}
.promo h4{ font-weight: 300; margin: 10px 0; font-size:25px; letter-spacing:1px;}
.promo h3{ margin: 0px; display: inline-block; font-size: 30px; line-height: 50px; font-weight: normal;}
.promo .btn{ font-weight:300; font-size:15px; margin-top:20px; padding:0 35px;}
.promo .btn-1{ background:rgba(255,255,255,0.1); border:none; line-height:50px; margin-right:10px;}

/****** Home Page 3 ***********************************************************
*********************************************************** Home Page 3 ******/
/* Header */
.parallax-bg{ position: relative;}
.header-v3{ position: absolute; top: 0; left: 0; width: 100%; padding: 30px 0; z-index: 1;}
.header-v3 .logo-holder{ float: left; margin: 10px 0 0;}
.header-v3 .search-and-cart{ float: right;}
.header-v3 .search-and-cart i{ color: #fff;}
.header-v3 .nav-style{ float: right;}
.header-v3 .nav-style a{ color: #fff;}

/* Parallax Banner */
.personal-page h3{ font-size:40px; color:#fff; font-weight:300;}
.personal-page h1{ font-size:80px; color:#fff; font-weight:100; margin:0px;}
.personal-page .social-icons{ margin-bottom:20px; display: inline-block;}
.personal-page .social-icons a{ height:50px; width:50px; background: none; line-height:46px; margin:0 10px; font-size:20px;}
.personal-page .small-icon{ display: block!important;}
.about-guys{ position:absolute; bottom:100px; left:0px; width:100%;}
.about-guys h5{ font-size:25px;color:#fff; font-weight:200;}
.img-girl{ margin-left:-100px; max-width:150%;}

/* PORTFOLIO */
.portfolio{ margin: 0 0 15px;}
.portfolio-image{ position: relative; margin: 15px 0;}
.portfolio-image img{ width: 100%;}
.portfolio-overlay{ background-color: rgba(0, 0, 0, 0.8); height: 100%; left: 0; opacity: 0; overflow: hidden;
position: absolute; text-align: center; top: 0; transition: all 400ms ease-out 0s; width: 100%; z-index: 2;}
.portfolio-image:hover .portfolio-overlay{ visibility: visible; opacity: 1;}
.portfolio-overlay span a{ display: block; font-size: 18px; font-style: italic; letter-spacing: 0.8px; margin: 0 0 -20px;}
.portfolio-overlay h3 a,
.portfolio-overlay span a{ color: #fff!important;}
.portfolio-overlay h3{ font-size: 23px; font-weight: 300; letter-spacing: 0; margin: 0; line-height: 24px; text-transform: none;}
.plus-icon{ font-size: 0; font-weight: initial; position: absolute; bottom: 0px; left: 20px;}
.portfolio-image:hover span a{ margin: 0 0 20px;}
.portfolio-image:hover .plus-icon{ font-size: 40px;}
/* PORTFOLIO */
.width-70{ width: 70% !important; float: left;}
.width-60{ width: 60% !important; float: left;}
.width-30{ width: 30% !important; float: left;}
.width-40{ width: 40% !important; float: left;}
.width-20{ width: 20% !important; float: left;}
.width-10{ width: 10% !important; float: left;}
.width-100{ width: 100% !important;}
.da-hover .item a, .da-hover .item a img{ display: block; position: relative;}
.da-hover .item a{ overflow: hidden;}
.portfolio .item .over-dir{ position: absolute; background: rgba(255,127,0,0.8); width: 100%; top:0px; opacity:0; height: 100%;}
.portfolio .cbp-item div.item:hover img{ transform: scale(1.1);}
.portfolio .cbp-item div.item:hover .over-dir{ opacity:1;}
.portfolio .cbp-item div.item{ position:relative; overflow:hidden;}
.portfolio .item-space .cbp-item{ padding: 15px !important;}
.plus-center:before{ position:absolute; left:50%; margin-left:-25px; margin-top:-28px; top:50%; height:50px; width:50px;
text-align:center; line-height:50px; color:#fff; content:"\f489"; font-family:"Ionicons"; font-size:50px;}
/* POERFOLIO COL */
.col-4 .portfolio-item{ width: 25%; position: relative; float: left;}
.col-3 .portfolio-item{ width: 33.3333%; position: relative;}

/* Video */
.video-part h2{ font-size:55px; color:#fff; font-weight:200; margin-bottom:30px;}
.video-part h5{ font-size:25px; color:#fff; font-weight:200;}
.video-btn{ display:inline-block; margin: 40px 0 0;}

/* Process Steps */
.process li{ position: relative; width: 33.3333%; float: left; text-align: center; display: inline-block;}
.process-style-3 .media-body{ text-align: left; vertical-align: middle;}
.process-style-3 h3{ font-size: 18px; margin-bottom: 15px; color:#fff;}
.process-style-3 a{ border-bottom:1px solid rgba(255,255,255,0.5); color:#fff; padding-bottom:5px; float: left;}
.process-style-3 a i{ margin-left:10px;}
.process-style-3 a:hover{ border-bottom-color:rgba(255,255,255,1);}
.process-style-3 .icon{ height: 100px; width: 100px; color:#fff; font-size:60px; font-weight:100;}

/* Blog Style 2 */
.blog-list li{ margin: 0 0 30px; overflow: hidden;}
.blog-list li img{ float: left; margin: 0 30px 0 0;}
.blog-detail.style-2{ float: left; width: 63%; padding: 10px 0;}
.blog-detail.style-2 .blog-name{ margin: 0 0 20px; display: block; text-transform: uppercase; font-weight: bold;}
.blog-detail.style-2 h3{ margin: 0 0 20px; font-weight: 100;}
.blog-detail.style-2 p{ margin: 0 0 20px;}
.blog-detail.style-2 .blog-date{ color: #ddd;}

.big-blog{ position: relative;}
.big-blog .blog-detail{ position: absolute; bottom: 0; width: 100%; text-align: center; padding: 0 100px 50px;}
.big-blog .blog-detail .blog-date{ color: #999;}

/****** Home Page 4 ***********************************************************
*********************************************************** Home Page 4 ******/
#wrapper{ padding-left: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
#wrapper.toggled{ padding-left: 400px;}
#sidebar-wrapper{ z-index: 1000; position: fixed; left: 400px; width: 0; height: 100%; margin-left: -400px;
overflow-y: auto; background: #1f1f1f;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.fix-sidebar-nav{ width: 400px; padding: 60px; margin: 0; list-style: none; text-align: center;}
#wrapper.toggled #sidebar-wrapper{ width: 400px;}
#page-content-wrapper{ position: absolute; width: 100%;}
#wrapper.toggled #page-content-wrapper{ position: absolute; margin-right: -400px;}
#menu-toggle{ position: fixed; top: 30px;  left: 30px; z-index: 1000; font-size: 30px; color: #333;}
@media( min-width:1000px) {
    #wrapper{ padding-left: 400px;}
    #wrapper.toggled{ padding-left: 0; }
    #sidebar-wrapper{ width: 400px;}
    #wrapper.toggled #sidebar-wrapper{ width: 0;}
    #page-content-wrapper{ position: relative;}
    #wrapper.toggled #page-content-wrapper{ position: relative; margin-right: 0;}
}
.nav-fix-logo{ margin: 0 0 30px;}
.search-bar{ position: relative;}
.search-bar i{ position: absolute; right: 10px; top: 0; height: 100%; width: 40px; line-height: 50px; font-size: 20px; cursor: pointer;}
.search-bar input{ background: #292929; border: 0; border-radius: 30px; font-style: italic;}
.search-bar .form-control::-moz-placeholder{ color: #737373;}

.fix-navigation{ border-bottom: 1px solid #313131; margin: 0 0 30px;}
.fix-navigation ul{ padding: 0;}
.fix-navigation ul li{ text-align: left;}
.fix-navigation ul li:last-child{ margin: 0;}
.fix-navigation ul li a{ color: #ececec; font-size: 16px; font-weight: 600; padding: 20px 0;}

.fix-nav-addcart{ display: block; overflow: hidden; margin: 0 0 30px;}
.cart-icon i{ margin: 0 10px 0 0;}
.cart-icon{ font-size: 16px; text-transform: uppercase; font-weight: 600; color: #ececec;}
.quanity-pro{ height: 30px; width: 30px; text-align: center; line-height: 30px; background: #313131; border-radius: 100%;}

.fix-nav-btm{ padding: 20px 5px;}
.fix-nav-btm .social-icons{ display: inline-block;}
.fix-nav-btm .social-icons li a{ background: none; color: #343434; border-color: #343434;}
.fix-nav-btm .social-icons li a:hover{ color: #fff; border-color: #fff;}

.index-grid-view{ padding-left: 480px;}
.portfolio-figure > img{ width: 100%;}
.portfolio-figure{ position: relative;}
.portfolio-figure:hover .portfolio-overlay{ opacity: 1; visibility: visible;}

/****** Home Page 5 ***********************************************************
*********************************************************** Home Page 5 ******/
.sidebar-wrapper.style-2{ background: #f9f9f9!important;}
.fix-sidebar-nav.style2 .search-bar input{ background: #fff;}
.fix-sidebar-nav.style2 .search-bar i{ color: #b5b5b5;}
.fix-sidebar-nav.style2 .search-bar .form-control::-moz-placeholder{ color: #b5b5b5;}

.fix-sidebar-nav.style2 .fix-navigation ul li a{ color: #333;}
.fix-sidebar-nav.style2 .cart-icon{ color: #333;}
.fix-sidebar-nav.style2 .quanity-pro{ background: #fff;}

.fix-sidebar-nav.style2 .fix-nav-btm .social-icons{ display: inline-block;}
.fix-sidebar-nav.style2 .fix-nav-btm .social-icons li a{ background: none; color: #ccc; border-color: #ccc;}

/****** Home Page 6 ***********************************************************
*********************************************************** Home Page 6 ******/
/* SHOP PAGES */
.shop-bnr{ margin: 30px 0 0;}
.shop-bnr article{ position: relative; overflow: hidden; background: #000;}
.shop-bnr span.large{ font-size: 18px; color: #fff; display:inline-block; margin-bottom:0px; font-style:italic; font-weight: normal; line-height: 50px;}
.shop-bnr a.link-full{ position: absolute; height: 100%; width: 100%; left: 0px; top: 0px; z-index: 999;}
.shop-bnr li article:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.shop-bnr li h4{ font-weight:800; color:#fff; font-size:24px; margin: 0 0 20px;}
.shop-bnr article:hover img{ opacity: 0.2;}
.shop-bnr .position-center-center{ opacity:0;}
.shop-bnr li article .btn{ padding:0px 30px; line-height:38px; height:42px;}
.shop-bnr article:hover .position-center-center{ opacity:1;}
.popurlar_product .details-sec{ position: relative; z-index: 99; background: #fcfcfc; text-align: center; padding:20px 0;}
.popurlar_product .details-sec a{ display: inline-block; width: 100%; color: #262626; letter-spacing: 0px; font-size: 16px; font-weight:300; padding-bottom:5px;}
.popurlar_product .details-sec span{ font-size: 14px; color: #979797;}

/* Popurlar Product */
.items-in{ position: relative; overflow: hidden;}
.items-in img{ width: 100%;}
.popurlar_product .shop-tags{ color: #fff; border: 2px solid #000; font-size: 10px; font-weight:800; float: left; letter-spacing:1px; position: absolute;
top: 20px; left: 20px; border-radius:50%; z-index: 10; height:50px; line-height:46px; text-align:center; width:50px;}
.popurlar_product .off-tags{ color: #000; position: absolute; top: 20px; height:50px; width:50px; color:#fff;
font-weight:bold; border-radius:50%; text-align:center; line-height:50px; font-size: 12px; right: 20px; letter-spacing:1px; z-index: 9;}
.product-view-option{ margin: 40px 0 0;}
.items-in:hover .product-view-option{ margin: 0;}
.product-view-option li{ float: left; margin: 0 0 0 3px;}
.product-view-option li:first-child{ margin: 0;}
.product-view-option li a{ height: 40px; width: 40px; font-size: 20px; line-height: 40px; background: #fff; color: #999; text-align: center;}
.product-view-option li a:hover{ color: #fff;}
.over-item{ visibility: hidden; opacity: 0;}
.items-in:hover .over-item{ visibility: visible; opacity: 1;}
.over-item::before{ content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.6); visibility: hidden; opacity: 0;}
.items-in:hover .over-item::before{ visibility: visible; opacity: 1;}
.items-in:hover img{ transform: scale( 1.1); }

/* TABS STYLE */
.tabs{ padding: 0 0 40px;}
.tabs li{ display: inline-block; position: relative; padding-right:5px; }
.tabs li a{ float: left; font-size: 15px; text-transform: uppercase; color: #929292; padding:0 10px;}
.tabs li:before{ content: "/"; font-family: 'FontAwesome'; padding-right: 0px; position:absolute; right:0px; top:-1px;}
.tabs li:nth-last-child(1):before{ display:none;}
.nav-tabs{ border: none;}
.post-type-small{ display: inline-block; width: 100%;}
.post-type-small .media-left a{ height: 70px; width: 70px; display: inline-block; margin-right: 10px;}
.post-type-small a{ font-size: 16px; color: #141414; display: inline-block; width: 100%;}
.post-type-small span{ color: #6f6f6f; font-size: 16px; font-style: italic;}

/* About Us and Testimonial */
.about-fashion h3{ font-size: 25px; font-weight: bold;}
.about-fashion blockquote{ padding-left: 20px; border-left: 4px solid #eaeaea; color: #252626; font-style: italic;}
.about-fashion .btn-list{  margin: 60px 0 0;}
.about-fashion .btn-list li .btn{ padding: 0 15px; font-size: 13px; line-height: 38px; height: 42px;}
.about-fashion .btn-list li:first-child .btn{ background: #242526; border-color: #242526; padding: 0 20px; line-height: 38px; height: 42px;}

/* Fashion Time counter */
.fashion-counter{ text-align: center;}
.disc-offer{ display: inline-block; margin: 0 0 20px;}
.fashion-counter p{ color: #fff; font-weight: bold; margin: 0 0 20px;}
.countdown-holder{ display: inline-block; }
.discover-btn{ padding: 30px 0 0;}

/* Random Products */
.random-product-h h3{ padding: 0 0 10px; border-bottom: 1px solid #e8e8e8; }

.random-slider .owl-nav{ position: absolute; top: -70px; right: 0; width: 65px;}
.random-slider .owl-prev::before,
.random-slider .owl-next::before{ float: left; font-family: fontawesome; font-size: 20px; height: 30px; width: 30px; line-height: 28px;
border: 1px solid #e8e8e8; color: #e8e8e8; text-align: center; cursor: pointer;}
.random-slider .owl-prev::before{ content: "\f104"; margin: 0 5px 0 0;}
.random-slider .owl-next::before{ content: "\f105";}
.random-slider .owl-prev:hover::before,
.random-slider .owl-next:hover::before{ color: #fff;}
.items-in:hover::before{ visibility: visible; opacity: 1; z-index:  1;}
.random-slider .position-center-center{ z-index: 2;}

/* fashion News */
.news.style-2 .post-info{ min-height: 299px; padding: 30px;}

/* Special Offers */
.special-offer-pro ul li{ margin: 20px 0;}
.special-pro-img{ float: left; margin: 0 20px 0 0; min-height: 120px; width: 120px; padding-right: 20px; border-right: 1px solid #eee;}

.product-name{ color: #929292; display: block; margin: 0 0 30px;}
.special-pro-detail{ float: left;}
.special-pro-detail h4{ margin: 0 0 10px;}
.special-pro-price{ font-size: 16px;}

/****** Home Page 7 ***********************************************************
*********************************************************** Home Page 7 ******/
/* Sale Banner Holder */
.s-banner-holder{ padding: 100px 200px; overflow: hidden;}
.banner-content{ text-align: center;}
.banner-content img{ margin: 0 0 20px;}
.banner-content h4{ margin: 0 0 10px;}
.banner-content h4 span{ font-style: italic;}
.sale-product-name{ color: #1f1f1f; font-size: 17px; margin: 0 0 20px; display: block;}
.sale-product-name span{ display: block; font-weight: normal; color: #8d785f; font-size: 14px;}
.sale-center-batch{ z-index: 100; position: absolute; right: -75px;}

/* New Arrival */
.big-pro-view{ position: relative;}
.big-pro-overlay{ position: absolute; top: 0; left: 0; height: 100%; width: 100%;  padding: 100px 0; text-align: center;}
.big-pro-overlay img{ display: inline-block; margin: 0 0 20px;}
.big-pro-overlay h2{ font-size: 80px; font-weight: bold; color: #fff; display: inline-block;}
.big-pro-overlay h2 span{ display: block; font-size: 20px; text-align: right;}
.big-pro-overlay p{ color: #fff; font-size: 18px; font-weight: 600;}
.big-pro-overlay p span{ font-size: 16px; font-style: italic; display: block; font-weight: 100;}
.news-load--btn{ padding: 30px 0; text-align: center;}


/****** Inner banner ***********************************************************
*********************************************************** Inner banner ******/
.inner-banner-holder{ position: relative; text-align: center;}
.inner-banner-holder .arrow-bottom span i{ margin: 0;}
.inner-banner-content{ display: inline-block;}
.page-heading h2{ font-size: 60px; font-weight: 900; color: #fff; margin: 0;}
.page-heading span{ font-size: 25px; color: #fff; font-style: italic;}
.bred-crums{ display: inline-block;}
.bred-crums ul li{ float: left; color: #fff; font-size: 18px;}
.bred-crums ul li::before{ content: "/"; float: left; margin: 0 10px; color: #fff;}
.bred-crums ul li:first-child::before{ display: none;}
.bred-crums ul li a{ color: #fff; float: left;}
.bred-crums .small-icon{ margin: 0!important;}

/****** About Us ***********************************************************
*********************************************************** About Us ******/
.about-img{ text-align: center;}
.goldmate-mission{ overflow: hidden;}
.goldmate-mission{ padding-left: 90px; background: url( ../images/bullets-bg.jpg) no-repeat left;}
.mission-benifi{ margin: 0 0 40px; overflow: hidden;}
.mission-benifi li{ float: left; width: 50%; position: relative; padding: 0 0 0 20px; margin: 0 0 10px; font-size: 16px; color: #7d7d7d;}
.mission-benifi li:last-child{ margin: 0;}
.mission-benifi li::before{ content: "\f14c"; font-family: fontawesome; position: absolute; left: 0;}
.goldmate-mission .btn-list{ margin: 20px 0; overflow: hidden;}

/****** Blog Detail ***********************************************************
*********************************************************** Blog Detail ******/

/***** Aside *****/
.aside-widget{ padding: 0 0 60px; overflow: hidden;}
.aside-widget h3{ font-size: 26px; font-weight: 100; margin: 0 0 40px;}

/* Categories */
.categories-list ul li{ border-bottom: 1px solid #eee;}
.categories-list ul li:first-child a{ padding-top: 0;}
.categories-list ul li a{ color: #7d7d7d; padding: 20px 0; display: block;}
.categories-list ul li a:hover{ padding-left: 20px;}

/* Recent Post */
.recent-post ul li{ position: relative; padding: 0 0 0 80px; margin: 0 0 15px;}
.recent-post ul li:last-child{ margin: 0;}
.recent-post ul li img{ position: absolute; left: 0;}
.recent-post ul li h5{ margin: 0; font-weight: normal; height: 38px; overflow: hidden;}
.recent-post ul li .aside-post-detail{ padding: 10px 0; }
.recent-post a span { font-family: 'Open Sans'; font-size: 13px; color: #7d7d7d; }
.recent-post h4{ font-family: 'Open Sans'; font-weight: 600; margin-bottom: 20px; }

/* Tags List */
.tags-list ul{ margin: 0 0 0 -10px;}
.tags-list ul li{ float: left; margin: 0 0 10px 10px;}
.tags-list ul li .btn{ padding: 0 19px; height: 40px; line-height: 40px;}

/* Tweet Feed */
.tweet-feed ul li{ position: relative; padding: 0 0 0 80px; margin: 0 0 40px; overflow: hidden;}
.tweet-feed ul li:last-child{ margin: 0;}
.twit-icon{ position: absolute; left: 0; height: 60px; line-height: 60px; width: 60px; text-align: center; font-size: 25px; border: 1px solid #eee; display: block;}
.time-ago{ color: #999;}

/* Archives List */
.Archieves-list ul li{ border-bottom: 1px solid #eee;}
.Archieves-list ul li:first-child{ padding-top: 0;}
.Archieves-list ul li{ color: #7d7d7d; padding: 20px 0; display: block;}

/***** Blog Detail Content *****/
.single-blog-img{ margin: 0 0 40px;}
.blog-quote{ border-left: 5px solid #eee; padding-left: 40px; margin: 0 0 60px;}
.blog-quote{ font-family: 'Playfair Display', serif; font-size: 25px; font-style: italic; color: #333;}

.blog-detail p{ margin-top: 15px !important;}
.meta-post-blog{ margin: 0 0 60px;}
.meta-post-blog li{ margin: 20px 0; overflow: hidden;}
.meta-post-blog li span{ min-width: 185px; float: left; color: #9e9e9e;}
.meta-post-blog li span i{ margin: 0 10px 0 0;}
.blog-tag-option{ margin: 0 0 60px; display: block;}
.blog-tag-option a{ color: #333; font-family: 'Playfair Display', serif; font-size: 18px; font-style: italic;}
.blog-tag-option i{ margin: 0 10px 0 0;}

.prev-next-btn{ overflow: hidden;}
.prev-btn a i{ margin: 0 10px 0 0;}
.prev-btn span{ float: left; font-size: 16px; margin: 3px 0 0 10px;}
.next-btn a i{ margin: 0 0 0 10px;}
.next-btn span{ float: right; font-size: 16px; margin: 3px 10px 0 0;}
.prev-btn a{ float: left;}
.next-btn a{ float: right;}
.prev-btn a,
.next-btn a{ font-family: 'Playfair Display', serif; font-size: 18px; font-style: italic; color: #999;}

.leve-commet-form label input{ background: none;}
.leve-commet-form .btn{ margin: 0;}

.sub-comment{ margin-left: 100px!important; margin-bottom: 0!important;}
.sub-comment .comment{ width: 83%;}
.comment-list ul li{ margin: 0 0 60px; overflow: hidden;}
.comment-list ul li:last-child{ margin: 0;}
.commenter-img{ display: block; padding: 0 20px 0 0; margin: 0 20px 0 0; border-right: 1px solid #eee; float: left;}
.comment{ float: left; width: 85%; position: relative;}
.comment p{ margin: auto; }
.comment p:last-child{ margin: 0!important;}
.comment h5{ margin: 0 0 5px;}
.comment h5 span{ margin: 0 0 0 10px; font-weight: 100; color: #bebebe;}
.comment-category{ display: block; margin: 0 0 50px; color: #bebebe; font-family: 'Playfair Display', serif; font-style: italic;}
.comment .btn{ height: 40px; line-height: 38px; position: absolute; top: 0; right: 0;}
.comment .btn i{ margin: 0 10px 0 0;}

/****** Blog List ***********************************************************
*********************************************************** Blog List ******/
.blog-list-detail{ padding: 30px 20px; font-family: 'Open Sans'; }
.blog-list-detail p{ margin: 0 0 30px;}
.blog-list-wigdet{ margin: 0 0 30px;}
.blog-list-wigdet h2{ font-weight: 100; font-size: 40px;}
.blog-list-detail .meta-post-blog{ margin: 0 0 30px;}


.pagination-holder{ text-align: center; padding: 30px 0 0; border-top: 1px solid #efefef;}
.pagination-holder ul li{ margin: 0 0 0 5px; display: inline-block;}
.pagination-holder ul li:first-child{ margin: 0;}
.pagination-holder ul li a{ border-color: #efefef; color: #3e3e3e;}
.pagination-holder ul li a:hover,
.pagination-holder ul li.active a:hover{ background: none; border-color: #efefef;}
.pagination-holder ul li:first-child a{ border-radius: 100%;}
.pagination-holder ul li:last-child a{ border-radius: 100%;}
.pagination-holder ul li.active a{ background: none; border-color: #efefef;}
.pagination-holder .pagination{ margin: 0;}

/****** Servises ***********************************************************
*********************************************************** Servises ******/
.about-desc.style-2 .main-heading{ padding: 0;}

/****** Porfolio Detail ***********************************************************
*********************************************************** Porfolio Detail ******/
.portfolio-detail-holder #carousel{ margin: 0 0 30px; overflow: hidden;}
.pro-product-detail{ background: #f5f5f5; padding: 50px; min-height: 300px;}
.pro-product-detail ul li{ margin: 0 0 20px;}
.pro-product-detail ul li:last-child{ margin: 0;}
.pro-product-detail ul li strong{ min-width: 80px; display: inline-block; color: #1f1f1f;}
.pro-product-detail ul li span{ color: #797979;}

/****** Portfolio Pages ***********************************************************
*********************************************************** Portfolio Pages ******/
.mesonary-figure{ margin: 15px 0;}
.mesonary-figure{ position: relative; overflow: hidden;}
.mesonary-figure:hover .overlay{ opacity: 1; visibility: visible;}
.mesonary-figure .overlay{ position: absolute; left: 0; top: 0; height: 100%; width: 100%; opacity: 0; visibility: hidden;}
.mesonary-figure .overlay a{ font-size: 40px; color: #fff;}
.mesonary-figure:hover img{
transform: scale(1.2, 1.2);
-ms-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);}

/* Filterbale Nav */
.filterbale-nav-holder{ text-align: center;}
.tc-filterbale-nav.style-1{ display: inline-block;}
.tc-filterbale-nav.style-1 li{ float: left;}
.tc-filterbale-nav.style-1 li a{ color: #202020; font-family: 600; font-size: 14px; font-weight: bold; padding: 28px 18px; position: relative; display: block;
letter-spacing: 0.03em; text-transform: uppercase;}
.tc-filterbale-nav.style-1 li a::before{  content: ""; position: absolute; top: 0; width: 0; border: 2px solid; left: 50%; opacity: 0; visibility: hidden;}
.tc-filterbale-nav.style-1 li a:hover::before{ content: ""; position: absolute; top: 0; border: 2px solid;  width: 100%; left: 0; visibility: visible; opacity: 1;}
.tc-filterbale-nav.style-1 li a.selected::before{ width: 100%; left: 0; opacity: 1; visibility: visible;}
.filterbale-nav-holder.style-2{ padding: 0 0 50px;}
.tc-filterbale-nav.style-2{ display: inline-block;}
.tc-filterbale-nav.style-2 li{ float: left; margin: 0 0 0 20px;}
.tc-filterbale-nav.style-2 li:first-child{ margin: 0;}
.tc-filterbale-nav.style-2 li a{ padding: 10px 30px; color: #333; font-size: 16px; font-weight: 100; border: 1px solid #eee;  border-radius: 50px;}
.tc-filterbale-nav.style-2 li a.selected,
.tc-filterbale-nav.style-2 li a:hover{ color: #fff;}

.portfolio-2{ margin: 0 0 15px;}
.masonry-grid .details-sec{ padding: 10px 0;}
.masonry-grid .details-sec a{ color: #333; font-size: 16px;}
.masonry-grid .details-sec span{ color: #999; font-family: 'Playfair Display', serif; font-style: italic;}
.gallery-list.style-2 li img{ width: 100%!important;}

/****** Index 1 2 3 ***********************************************************
*********************************************************** Index 1 2 3 ******/
.range-slider{ text-align: center;}
.range-prics{ display: block; margin: 0 0 10px; color: #7d7d7d;}
.range-slider .slider-selection{ background: #333;}
.range-slider .slider.slider-horizontal{ margin: 0 0 40px; float: left; width: 100%;}
.range-slider .slider.slider-horizontal .slider-track{ height: 5px; margin: 0; background: #eee; border-radius: none;}
.range-slider .slider-handle{ height: 12px; width: 12px; background: #fff; border: 1px solid #eee}
.range-slider .btn{ float: left;}

.sort-option{ margin: 0 0 30px; overflow: hidden;}
.sort-dropdown li{ float: left; margin: 0 0 0 20px;}
.sort-dropdown li:first-child{ margin: 0;}
.sort-dropdown li select{ width: 274px; height: 40px; line-height: 40px; padding: 0 25px; border-radius: 30px; border: 1px solid #eee;}
.sort-dropdown li:last-child{ color: #7d7d7d; font-size: 16px; padding-top: 5px;}

.list-view-option li{ float: left; margin: 0 0 0 10px;}
.list-view-option li:first-child{ margin: 0;}
.list-view-option li a{ height: 40px; line-height: 40px; width: 40px; text-align: center; border: 1px solid #cfcfcf;
font-size: 17px; border-radius: 2px;}

.add-holder .btn{ margin: 30px 0 0;}
.add-slider-holder{ margin: 0 0 30px;}
.add-slider ul li{ position: relative;}
.add-detail{ margin: 0 0 0 40px;}
.add-detail h3{ font-weight: 100; margin: 0 0 10px;}
.add-slider .owl-dots{ position: absolute; bottom: 20px; left: 50%; margin: 0 0 0 -30px;}
.add-slider .owl-dots .owl-dot{ height: 10px; width: 10px; background: #cccccc; float: left; margin: 0 0 0 5px; border-radius: 100%;}

/****** Index 4 ***********************************************************
*********************************************************** Index 4 ******/
.rating-stars{ float: left; width: 100%; clear: both; margin: 0 0 10px;}
.categorie-collection{ font-size: 16px; margin: 0 0 20px; display: block;}
.name-and-price{ overflow: hidden; margin: 0 0 30px;}
.name-and-price h3{ float: left; font-weight: 900; margin: 0;}
.name-and-price span{ float: right; color: #333; font-size: 16px;}
.name-and-price span del{ margin: 0 0 0 20px; color: #999;}

.product-customize-option{ overflow: hidden; padding: 50px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.product-customize-option ul{ float: left; width: 100%; clear: both;}
.product-customize-option ul li{ float: left; margin: 0 0 0 40px; width: 28%;}
.product-customize-option ul li:first-child{ margin: 0}
.product-customize-option ul li span{ margin: 0 0 20px; display: block; color: #333; font-weight: 600;}
.product-customize-option ul li select{ width: 100%; border-radius: 40px; border: 1px solid #eee; height: 40px; line-height: 40px; padding: 0 20px;}

.product-detail .disc-sec{ padding-top: 51px;}
.client-review h3{ color: #dddddd;}
.client-review h3 span{ margin: 0 0 0 30px; color: #1f1f1f;}
.review-list{ padding: 40px; border: 1px solid #eee;}

.review-list ul li{ overflow: hidden; margin: 0 0 30px;}
.review-list ul > li:last-child{ margin: 0;}
.review-list ul li > span{ float: left; margin: 0 20px 0 0;}
.review-detail{ float: left;}
.review-detail h5{ margin: 0 0 10px;}
.review-detail span{ display: block; margin: 0 0 10p;}
.review-detail p:last-child{ margin: 0;}

.specification-holder h3{  margin: 0 0 30px; color: #1f1f1f;}
.specification-inner{ padding: 40px; border: 1px solid #eee;}
.specification-inner p{ margin: 0 0 18px; line-height: 20px; font-size: 13px;}
/****** Index 6 ***********************************************************
*********************************************************** Index 6 ******/
.billing-address > ul > li{ overflow: hidden; padding: 10px 0; border-bottom: 1px solid #eee;}
.billing-address > ul > li:last-child{ border: 0; background: #333; padding: 10px 20px; color: #fff; border-radius: 40px; margin: 30px 0 0;}
.billing-address > ul > li:last-child span{ color: #fff;}
.billing-address > ul > li > span{ color: #4c4c4c; font-weight: 600;}
.billing-address > ul > li ul{ padding-top: 15px; margin: 15px 0; border-top: 1px solid #eee; float: left; width: 100%; clear: both;}
.billing-address > ul > li ul li{ overflow: hidden; margin: 0 0 5px;}
.billing-address > ul > li ul li:last-child{ margin: 0}

.your-payment ul li{ position: relative; padding: 0 0 0 25px; overflow: hidden; margin: 0 0 50px;}
.your-payment ul li:last-child{ margin: 0;}
.your-payment ul li h5{ margin: 0 0 20px;}
.your-payment ul li p:last-child{ margin: 0;}
.your-payment ul li input{ position: absolute; top: 0; left: 0; margin: 2px 0 0; line-height: 0; height: 0;}

.submit-btn-holder{ text-align: center; border-top: 1px solid #eee; margin: 60px 0; padding-top: 60px;}
/****** Index 5 ***********************************************************
*********************************************************** Index 5 ******/
.cart-table > tbody > tr > td:nth-child(even) {background: #eeeeee;}
.cart-table > tbody > tr > td:nth-child(odd) {background: #f5f5f5;}
.cart-table > tbody > tr > td{position: relative;}
.cart-table > tbody > tr > td:nth-child(odd):after,
.cart-table > tbody > tr > td:nth-child(even):after{position: absolute;content: '';border-right: 20px solid transparent;border-left: 20px solid transparent;
right: -28px;top: 50%;-ms-transform: rotate(90deg); -webkit-transform: rotate(90deg);transform: rotate(90deg);z-index: 2;}
.cart-table > tbody > tr > td:nth-child(odd):after{border-bottom: 20px solid #f5f5f5;}
.cart-table > tbody > tr > td:nth-child(even):after{border-bottom: 20px solid #eeeeee;}
.cart-table > tbody > tr > td:last-child:after{border: 0;}
.cart-table > tbody > tr > td[title="description"] img{float: left;}
.cart-table > tbody > tr > td[title="description"] .product-descripton{float: left;padding:20px;}
.cart-table > tbody > tr > td, .cart-table > tbody >tr > th,
.cart-table > thead > tr > td, .cart-table > thead >tr > th{border: 0;box-shadow: 0;vertical-align: middle;text-align: center;}
.cart-table > tbody > tr > td{border-bottom: 5px solid #fff;}
.cart-table > thead > tr {font-family: "Playfair Display",serif;text-transform: capitalize;font-weight: 100;font-style: italic;}
.cart-table > thead > tr > th{padding: 15px;}
.cart-img:before{position: absolute;content: 'x';width: 20px;height: 20px;background: #000;border-radius: 50%;top: 20px;
left:20px;color: #fff;font-size: 14px;line-height: 18px; cursor: pointer;}
.cart-table > tbody > tr > td:first-child{padding: 30px;}
.product-descripton em{font-family: "Playfair Display",serif; font-style: italic;text-transform: capitalize;display: block;}
.product-descripton h4{margin: 0 0 10px;text-transform: capitalize;color:#787878;font-size: 18px;font-weight: 400;}
.product-descripton ul:after{content: '';display: block;clear: both;}
.product-descripton{text-align: left;}
.cart-price{font-weight: 600;text-transform: capitalize;font-size: 16px;}
.cart-table > tbody > tr > td select{border-radius: 50%;height: 30px;width: 30px;background: transparent;}
.cart-table > tbody > tr > td select:focus{outline: none;}
.shipping-calc .sort-dropdown li{margin: 0 0 15px;}
.apply-coupen span{display: block;}
.ship-det{margin: 0 0 40px;}
.ship-det span{margin: 0 0 8px;}

.media-background{
  background:#ddd no-repeat center center;
  background-size: cover;
}

.card-manual {
    background: #fff;
  box-shadow: 0 4px 8px 0px rgba(24,113,188,0.2);
  transition: 0.3s;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
}

.card-manual:hover {
  box-shadow: 0 8px 16px 0 rgba(24,113,188,0.3);
}

.radius-img{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.blog-list-wigdet:hover .background-image-list{
  filter: grayscale(0%);
}

.thumb-hover:hover .img-thumb{
  filter: grayscale(0%);
}

.text-card{
    padding-top: 10px;
}

.upcoming-tag{
    border-radius: 10px;
    padding: 5px 20px;
    margin-bottom: 10px;
    background: #1871bc;
    color: #fff;
    font-size: 13px;
    font-family: 'Open Sans';
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.container-slider{
  font-family: 'Open Sans', sans-serif !important;
}

.theme-padding-top {
  padding-top: 0px;
  background: url('../bg-map-overlay.jpg') no-repeat center center !important;
  opacity: 0.9;
  background-size: cover !important;
}
.theme-padding-bottom {
  padding-bottom: 0px;
}

.pagination .disabled span{
  /* border-radius: 100% !important; */
}
.pagination .active span{
  /* border-radius: 100% !important; */
}

.pagination-holder ul li a{
  border-radius: 5px !important;
  font-family: 'Open Sans';
  padding: 8px 14px;
  height: 39px;
}

.pagination .active span{
    padding: 8px 14px;
    height: 39px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    background-color: #f1f1f1;
    padding: 8px 14px;
    height: 39px;
}

.card-manual h3{
    font-weight: bold;
    font-size: 17px;
    padding: 10px 0px;
}



/* New Password Prompt Style */

.prompt{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    height: 100vh;
    width: 0;
    z-index: 999;
    top: 0;
    left: 0;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    overflow-y: auto;
    padding-bottom: 100px;
}

.prompt.active{
    width: 100%;
}

.prompt .card-manual{
    margin-top: 100px;
    padding: 30px;
    border-radius: 0;
}

.prompt form{
    text-align: right;
}

.prompt form .form-group label{
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}

.prompt h3{
    text-align: left;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.prompt form .form-group{
    text-align: left;
}

.prompt form .form-group span{
    color: red;
    font-size: 11px;
}

.list-group-item{
    border-radius: 4px;
    padding-right: 15px !important;
}
