﻿
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Lato&amp;family=Montserrat&amp;family=Open+Sans:wght@300;400;600;700;800&amp;family=Oswald:wght@700&amp;display=swap');


/* CSS Document */

/*------------------------------------------------------------------

font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
       4.1 Section space
       4.2 Margin space
       4.3 Padding space
       4.4 Background color
       4.5 Features
       4.7 Call to actions
       4.8 Img hover effect
       4.9 Icon
       -----------------------
5. Header / Navigations
       5.1 Header Regular
       5.2 Header Transparent
       5.3 Navigation Regular
       5.4 Page Header

       -----------------------
6. Slider
       6.1 Slider
       -----------------------
7. Content
8. Footers
9. Pages
   9.1  property list
   9.2  property Single
   9.3  Testimonial
   9.4  Contact us
   9.5  Styleguide
   9.6  404 error
   ------------------------------------
10.Blog
   10.1 Blog Default
   10.2 Blog Single
   ------------------------------------
   
11.Sidebar
   11.1 Widget
   ------------------------------------

13. Media Queries

------------------------------------------------------------------*/

/*----------------------------------
    1. Body / Typography
----------------------------------*/
/*-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;*/
body {  font-family: italic, sans-serif; letter-spacing: 1px; font-size: 14px; color: #212121; font-weight: 400; line-height: 26px; background-color: #F1F3F6;}
a, a:active, a:focus{
	outline:none !important;
}
a, a:hover, a:active, a:visited, a:focus {
    text-decoration:none !important;
}

h1, h2, h3, h4, h5, h6 { color: #222; margin: 0px 0px 15px 0px; font-weight: 400; text-transform: capitalize; }
h1 { font-size: 32px; line-height: 46px; font-family: 'Barlow Semi Condensed', sans-serif;}
h2 { font-size: 30px; line-height: 36px; font-family: 'Barlow Semi Condensed', sans-serif; font-weight: 700;}
h3 { font-size: 24px; line-height: 32px; font-family: 'Barlow Semi Condensed', sans-serif;}
h4 { font-size: 20px; line-height: 30px; font-family: 'Barlow Semi Condensed', sans-serif;}
h5 { font-size: 18px; line-height: 28px; font-family: 'Barlow Semi Condensed', sans-serif; color: #828282;}
h6 { font-size: 11px; line-height: 15px; font-family: 'Muli', sans-serif;}
p { margin: 0 0 24px; line-height: 1.6; }
p:last-child { margin: 0px; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: #222; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; outline: 0;}
a:focus, a:hover { text-decoration: none; color: #d12b2b; outline: 0;}
sub { bottom: 0em; }
.lead { font-size: 22px; font-weight: 600; line-height: 1.6; font-family: 'Muli', sans-serif; color: #222222; margin-bottom: 20px; }
.blockquote { padding: 40px; border-radius: 0px; background-color: #f1f1f1; border-left: 5px solid #e33131; }
.qoute-icon { font-size: 42px; color: #1281e2; margin-bottom: 20px; }
.blockquote-content { font-family: 'Muli', sans-serif;  color: #e33131; font-weight: 600; font-size: 30px; text-transform: uppercase; }
.blockquote-content p { line-height: 1.4; }
.blocquote-author { font-weight: 600; font-size: 13px; text-transform: capitalize; font-style: normal; color: #777777; }
strong { color: #333333; font-weight: 600; margin-right: 8px; }
/*hr { border-bottom: 1px solid #e8e8e8; margin-bottom: 40px; margin-top: 40px; }*/
hr { border-bottom: 1px solid #A6A6A6; margin-bottom: 40px; margin-top: 40px; height: 3px; }

/*----------------------- 
    2 Form Elements:
-------------------------*/
label { }
.control-label { font-size: 13px; text-transform: capitalize; color: #3c424b; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; }
.form-control:focus { }
.textarea.form-control { }

.required { }
.form-group { margin-bottom: 5px; }
.form-control { border-radius: 3px; color: #3c424b; font-size: 12px; font-weight: 400; width: 100%; height: 35px; padding: 10px; line-height: 1.42857143; border: 1px solid #D5D3D3; background-color: #FFF; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);  }
.input-group { position: relative; display: table; border-collapse: separate; }
input[type=checkbox], input[type=radio] { margin: 8px 0 0; margin-top: 1px; line-height: normal; }
input::-webkit-input-placeholder { color: #3c424b !important; }

textarea::-webkit-input-placeholder { color: #3c424b !important; }
.input-group-addon { border-radius: 0px; background-color: #f2f3f4; }
.focus { border: 1px solid #d1d1d1; background-color: #ebebeb; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-success .form-control { border-color: #3c763d; background-color: #e0f2e0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
.has-error .form-control { border-color: #a94442; background-color: #f5e3e3; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); }
select { color: #3c424b; }

/*-------------- align ------------*/

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 0px 0 20px 30px; }
.alignleft { float: left; margin: 0px 20px 0px 0; }
a img.alignright { float: right; margin: 0px 0 30px 30px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%;    /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-family: 'Muli', sans-serif; font-size: 15px; text-transform: uppercase; font-weight: 800; padding: 10px 30px; margin-bottom: 4px; border-radius: 0px; line-height: 1.8; letter-spacing: 2px; border: transparent; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; word-wrap: break-word; white-space: normal !important; }
.btn-primary { background-color: #049EE8; color: #fff; }
.btn-primary:hover { background-color: #FFF; color: #000; }
.btn-primary.focus, .btn-primary:focus { background-color: #3C3C3C; color: #B69152; }
.btn-default { background-color: #e2741e; color: #fff; font-family: 'Muli', sans-serif;}
.btn-default:hover { background-color: #019997; color: #fff; font-family: 'Muli', sans-serif;}
.btn-default.focus, .btn-default:focus { background-color: #019997; color: #fff; font-family: 'Muli', sans-serif;}
.btn-lg { padding: 22px 45px; font-size: 16px; }
.btn-sm { padding: 11px 18px; border-radius: 40px; font-size: 13px;  font-family: 'Muli', sans-serif; text-transform: capitalize;}
.btn-circle { padding: 11px 18px; border-radius: 50%; font-size: 13px;  font-family: 'Muli', sans-serif; text-transform: capitalize;}
.btn-xs { padding: 12px 22px; font-size: 12px; }
.btn-white { color: #13387c; background: #fff; margin-bottom: -10px; }
.btn-white:hover { background-color: #fff; color: #13387c; }
.btn-white.focus, .btn-white:focus { background-color: #fff; color: #13387c; }
.btn-link { color: #e33131; font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn-link:hover { color: #d12b2b; text-decoration: none; }
button.btn { margin-right: -1px; }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 0; padding-bottom: 80px; background-color: #F1F3F6; }
.space-large { padding-top: 120px; padding-bottom: 120px; }
.space-ex-large { padding-top: 140px; padding-bottom: 140px; }

/*----------------------
   4.2 Margin Space
-----------------------*/
.ml15 { margin-left: 15px; }
.mr10 { margin-right: 10px; }
.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mb130 { margin-bottom: 130px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdb150 { padding-bottom: 150px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }
.pdtb40 { padding-bottom: 40px; padding-top: 40px; }

/*--------------------------------
4.4 Background & Block color 
----------------------------------*/
.content { padding-top: 100px; padding-bottom: 100px; }
.bg-light { background-color: #f7f7f7; }
.bg-primary { background-color: #e33131; color: #fff; }
.bg-default { background-color: #222; color: #fff; }
.bg-white { background-color: #fff; }
.outline { }
.section-title { margin-bottom: 40px; text-align: center; }
.title { color: #333333; }
.small-title { margin-bottom: 10px; font-size: 12px; font-weight: 900; color: #ec1010; text-transform: uppercase; letter-spacing: 1px; display: inline-block; }
.text-white { color: #fff; }
.text-primary { color: #e33131; }
.text-black { color: #222; }
.primary-sidebar { }
.secondary-sidebar { }
.well-block { }
.divider-line { border-bottom: 1px solid #e8e8e8; margin-top: 40px; margin-bottom: 40px; }

/*--------------------------------
4.5 Features Block 
----------------------------------*/
.features-section { }
.feature { }
.feature-icon { }
.feature-content { }
.feature-inner { }
.feature-outline { }

/*--- Feature left  class ---*/
.feature-left { }
.feature-left .feature-icon { }
.feature-left .feature-content { }

/*--- Feature center class ---*/
.feature-center { }
.feature-center .feature-icon { }
.feature-center .feature-icon.feature-circle:hover { }
.feature-center .feature-icon.feature-circle { }
.feature-center .feature-content { }

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.angle, .arrow { position: relative; }
.arrow-right li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #FFF/*#02afad*/; content: '\f105'; }
.angle-right li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #e33131; content: '\f10c'; }
.map-icon { position: relative; }
.map-pin li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #e33131; content: '\f041'; }

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-wrapper { background-color: #e33131; padding-top: 60px; padding-bottom: 60px; text-align: center; color: #fff; }
.cta-title { font-size: 44px; color: #fff; }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 55%; left: 50%; padding: 10px; line-height: 10px; margin: -25px 0 0 -25px; content: "\f00e"; font-family: "FontAwesome"; font-size: 30px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(34, 34, 34, .60); }
.imghover:hover::after { color: #fff; }

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon { }
.icon-1x { font-size: 18px; }

/* default icon size of font*/
.icon-2x { font-size: 38px; }
.icon-4x { font-size: 65px; }
.icon-6x { font-size: 88px; }
.icon-8x { font-size: 108px; }
.icon-default { color: #222; }
.icon-primary { color: #e33131; }
.icon-secondary { color: #777; }
.icon-white { color: #fff; }

/*--------------------------------
5 Header / Navigations 
----------------------------------*/

/*--------------------
    5.1 Header Regular 
   ----------------------*/

.top-bar { padding-top: 10px; padding-bottom: 36px; }
.top-text { color: #fff; font-family: 'Muli', sans-serif; font-size: 13px; font-weight: 600; padding-top: 3px; }
.top-bar ul { }
.top-bar ul li { float: right;}

.top_bar_mobi .border_line {border-bottom: 1px solid #F1F1F1;}
.top_bar_mobi ul li{padding: 10px 0; font-family: 'Muli', sans-serif; font-size: 13px; color: #111111;}
.top_bar_mobi ul li i {color: #019997; font-size: 13px;}

.top-bar-icon { font-size: 15px; color: #FFF; padding-right: 8px; padding-top: 3px; }

.cart-icon-mobile i{ font-size: 15px; color: #FFF; padding-right: 5px; display: inline-block; }
.social-icon { padding-left: 0; padding-right: 20px; }
.btn-blog { background: #FF9933; color: #fff; }
.btn-blog:hover, .btn-twitter:active { background: #F87D2A; color: #fff; }
.btn-twitter { background: #00aced; color: #fff; }
.btn-twitter:hover, .btn-twitter:active { background: #0084b4; color: #fff; }
.btn-facebook { background: #3B5997; color: #fff; }
.btn-facebook:hover, .btn-facebook:active { background: #2d4372; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus { background: #D64937; color: #fff; }
.btn-googleplus:hover, .btn-googleplus:active { background: #b53525; color: #fff; }
.btn-instagram { background: #fb3958; color: #fff; }
.btn-instagram:hover, .btn-instagram:active { background: #ed2c4b; color: #fff; }
.btn-linkedin { background: #0074A1; color: #fff; }
.btn-linkedin:hover, .btn-linkedin:active { background: #006288; color: #fff; }
.btn-social { -webkit-font-smoothing: antialiased; font-size: 8px; padding: 7px 5px 5px 6px; border-radius: 100%; display: inline-block; width: 30px; height: 30px; line-height: 1px; text-align: center;}
.header-collapse { background-color: #fff;  /*box-shadow:0 1px 10px rgba(0,0,0,1);*/ }
.header-collapse .top-text { color: #000; }
.header-collapse .top-bar-icon { color: #F4711F; }
.header-collapse .top-bar .top-bar-li ul li {color:#000; font-weight: 600; font-size: 12px; text-transform: none;}
.header-collapse .top-bar .top-bar-li ul li a{color:#000; font-weight: 600; font-size: 12px;}
.header-collapse .top-bar .top-bar-li ul li a:hover{color:#034C79 ; font-weight: 600; font-size: 12px;}
.header-collapse .top-bar { padding-top: 10px; padding-bottom: 34px; border-bottom: 1px solid #e4e4e4; }
.header-wrapper { }
.header-wrapper .top-bar-li ul li {color: green;}
.header-wrapper .top-bar-li ul li a {color: #FFF; font-weight: 600; font-size: 12px; text-transform: none;}
.header-wrapper .top-bar-li ul li a:hover {/*color: #000; */ text-decoration: none;}    /*Change topbar btn color old - 20-04-21*/
.register-links { padding-left: 30px; }
.register-links ul { margin-top: 7px; }
.register-links ul li { float: left; }
.register-links ul li a { text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 1px; }

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.navigation { background-color: #ffffffb8;padding-left: 25px; padding-right:25px; padding-top: 28px; padding-bottom: 38px; border-radius: 2px; font-family: 'Muli', sans-serif; font-weight: 400; }
#navigation { float: right; font-family: 'Muli', sans-serif; font-weight: 400;}
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #menu-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Muli', sans-serif;}
#navigation:after, #navigation>ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Muli', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#navigation>ul>li { float: left; }
#navigation.align-center>ul { font-size: 0; text-align: center; }
#navigation.align-center>ul>li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right>ul>li { float: right; }
#navigation>ul>li>a { padding: 16px 15px; font-size: 12px; color: #353535; letter-spacing: 1px; text-decoration: none; font-weight: 600; text-transform: uppercase; }
#navigation>ul>li:hover>a { color: #fff; background-color: #e2741e; border-radius: 2%; }
#navigation>ul>li.has-sub>a { padding-right: 30px; }

/*#navigation>ul>li>a:after {
    position: absolute;
    top: 16px;
    right: -3px;
    height: 2px;
    display: block;
    content: '/';
}*/
#navigation>ul>li.has-sub>a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { top: 0px; height: 0; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation li:hover>ul { left: auto; }
#navigation.align-right li:hover>ul { left: auto; right: 0; }
#navigation li:hover>ul>li { height: 33px; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
/*#navigation ul ul li a:before { font-family: "FontAwesome";  content: '\f105'; padding-right: 5px; font-size: 14px; }*/
#navigation ul ul li a { background-color:#121212; padding-top: 11px; padding-bottom: 10px; padding-left: 14px; padding-right: 22px;  width: 300px; font-size: 12px; text-decoration: none; color: #fff; font-weight: 400; text-transform: capitalize; border-bottom:#1E1E1E 1px solid; letter-spacing: 1px; opacity:0.8;}
#navigation ul ul li:first-child>a { border-top-right-radius: 2%; }
#navigation ul ul li:last-child>a { border-bottom-right-radius: 2%px; border-bottom-left-radius: 2%px; }
#navigation ul ul li:last-child>a, #navigation ul ul li.last-item>a { border-bottom: 0; }
#navigation ul ul li:hover>a, #navigation ul ul li a:hover { color: #fff; background-color: #e2741e; opacity: 0.9;}
#navigation ul ul li.has-sub>a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #dddddd; content: ''; }
#navigation.align-right ul ul li.has-sub>a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub>a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #dddddd; content: ''; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; }
#navigation.align-right ul ul li.has-sub>a:before { right: auto; left: 14px; }
#navigation ul ul>li.has-sub:hover>a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center>ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; border-top: 1px solid #494949; top: auto; background-color:#2A2A2A ; }/*amiy-----------------------------------*/
#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li { height: auto;  border-top: 1px solid #494949;}
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 0; padding: 20px 15px; color: #fff; }
#navigation.small-screen>ul>li>a:after { position: absolute; top: 16px; right: -3px; height: 2px; display: block; content: ''; }
#navigation.small-screen>ul>li { float: none; }
#navigation.small-screen ul ul li a:before {font-family: "FontAwesome"; display: inline-block; content: '\f105'; padding-right: 5px; font-size: 14px; }
#navigation.small-screen ul ul li a { padding-left: 30px; }

#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #fff; background: #2A2A2A; }
#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a { color: #fff; background-color: #e2741e; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen>ul>li.has-sub>a:after, #navigation.small-screen>ul>li.has-sub>a:before, #navigation.small-screen ul ul>li.has-sub>a:after, #navigation.small-screen ul ul>li.has-sub>a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 18px; color: #fff; cursor: pointer; font-size: 12px; text-transform: uppercase; font-weight: 600; background-color: #e2741e; margin-top: 15px;}
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 17px; display: block; height: 12px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 21px; right: 17px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 22px; border: 0; height: 2px; width: 12px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 22px; background: #fff; width: 12px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #494949; height: 54px; width: 53px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 25px; right: 20px; width: 8px; height: 2px; display: block; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { }
#navigation.small-screen .submenu-button:before { position: absolute; top: 22px; right: 23px; display: block; width: 2px; height: 8px; background: #fff; content: ''; }
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header { background: url(../images/page-header.html)no-repeat; background-size: cover; margin: 0px; padding: 0px; border: 0px; position: relative; }
.page-section { padding-top: 320px; padding-bottom: 60px; }
.page-title { color: #fff; font-size: 50px; border-bottom: 2px solid #afadad; padding-bottom: 20px; display: inline-block; font-weight: 700; }
.page-breadcrumb { color: #9fa5ae; position: absolute; top: 340px; left: 150px; }
.page-breadcrumb .breadcrumb { background-color: transparent; padding: 5px 0px; margin-bottom: 6px; font-size: 12px; font-weight: 800; border: none; letter-spacing: 0.5px; text-transform: uppercase; color: #c9c9c9; }
.breadcrumb>li+li:before { padding: 0 5px; color: #c9c9c9; content: "/\00a0"; }
.breadcrumb>li>a { color: #fff; }

/*-----------------------------------
    6. Slider 
-------------------------------------*/

.slider-img { position: relative; width: 100% }
.slider-img img { position: relative; z-index: -1; }
.slider-captions { position: absolute; bottom: 220px; width: 100%; color: #fff; text-align: right; }
.slider-title { color: #fff; font-size: 40px; font-weight: 600; line-height: 30px; text-transform: capitalize; padding-bottom: 5px; }
.slider-text { color: #333333; padding-bottom: 5px; font-family: 'Muli', sans-serif; font-weight: 600; }
.btn-margin{margin-bottom: 95px;}
.slider .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: 50px; }
.slider .owl-theme .owl-nav { line-height: 1.8; text-align: center; -webkit-tap-highlight-color: transparent; }
.slider .owl-theme .owl-nav .owl-prev { position: absolute; top: 50%; left: 0px; color: #fff; font-size: 20px; margin: 8px; padding: 0px; background: transparent; border: 2px solid #fff; display: inline-block; cursor: pointer; border-radius: 100%; height: 40px; width: 40px; }
.slider .owl-theme .owl-nav .owl-next { position: absolute; top: 50%; right: 0px; color: #fff; font-size: 20px; margin: 8px; padding: 0px; background: transparent; border: 2px solid #fff; display: inline-block; cursor: pointer; border-radius: 100%; height: 40px; width: 40px; }
.slider .owl-theme .owl-nav .owl-prev:hover { background-color: transparent; text-decoration: none; color: #BFC9D7; border: 2px solid #BFC9D7; }
.slider .owl-theme .owl-nav .owl-next:hover { background-color: transparent; text-decoration: none; color: #BFC9D7; border: 2px solid #BFC9D7; }
.slider .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.slider .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background:#FFF; border-radius: 0px; border: 1px solid #B3B3B3; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #FFF; border: 2px solid #e2741e; }

/* Note - owl dot hover color setting one line code on this page - (owl.theme.default.css) line no- 52 */

.slider .owl-theme .owl-carousel .owl-item img { width: 100%; }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer { background-color: /*#FF6600*/#0d0d0d; padding-top: 40px; color: /*#FFF*/#838383; font-weight: 300; font-family: 'Muli', sans-serif; font-size: 13px; }
.footer-title {font-family: 'Muli', sans-serif; margin-bottom: 20px; color: #e2741e /*#000*/; letter-spacing: 0px; font-size: 18px; font-weight: 500; text-transform: uppercase;}
.footer-widget { margin-bottom: 10px; }
.footer-widget p{font-weight: 400;}
.footer-widget ul { margin-bottom: 25px; }
.footer-widget ul li { line-height: 1; margin-bottom: 18px; }
.footer-widget ul li a {  font-size: 13px; color: #FFF/*#838383*/; text-transform:capitalize; letter-spacing: 1px; font-weight: 300; padding-left: 15px; }
.footer-widget ul li a:hover { color: /*#161616*/#02afad; text-decoration: none;}
.info-widget { position: relative; } /*border-bottom: 1px solid #2E2E2E;*/
.info-widget:last-child { border-bottom: 0px; }
.info-icon { color: #FFF/*#02afad*/; }
.info-widget .ftr_email_phone span {color:#FFF;}
.info-widget .ftr_email_phone a {color:#FFF;}
.info-widget .ftr_email_phone a:hover {color:#02afad;}
.info-text { position: absolute; top: 0px; left: 30px; font-weight: 300;}
.info-title { font-family: 'Muli', sans-serif;  color: #e2741e/*#000*/; font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }
.contact-widget .info-title {color: #222; }
.contact-widget .info-widget { border-bottom: 1px solid #e8e8e8; }
.contact-social { }
/*JJH contact us page*/
.contactpage_info-widget { position: relative; } /*border-bottom: 1px solid #2E2E2E;*/
.contactpage_info-widget:last-child { border-bottom: 0px; }
.contactpage_info-icon { color: #e2741e; }
.contactpage_email_web_link a {color: #3A3A3A;}
.contactpage_email_web_link a:hover{color: #e2741e;}

.contactpage_info-text span{font-weight: 600; letter-spacing: 0;}
.contactpage_info-text {font-family: 'Muli', sans-serif; position: absolute; top: 0px; left: 30px; font-weight: 300; font-size: 13px;}
.contactpage_info-title { font-family: 'Muli', sans-serif;  color: #000; font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: capitalize; margin-bottom: 2px; }

/*end*/

/*-------------- tiny footer ------------*/
.tiny-footer { background-color: /*#FF4400*/#060606; padding-top: 14px; padding-bottom: 14px; text-align: center; font-family: 'Muli', sans-serif; font-size: 13px; }
.mute-text { font-size: 13px; color: #838383; text-align: center; }

/*--- copyright link --*/
.copyrightlink { color: #838383/*#555*/;  }
.copyrightlink:hover { color: #FFF/*#02afad*/; }

.footeremail_link { color: #838383/*#555*/;  }
.footeremail_link:hover { color: #FFF/*#02afad*/; }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*--------------------------
9.1  Property-list
---------------------------*/

.property-thumbnail { margin-bottom: 30px; }
.property-content { border: 1px solid #e8e8e8; padding: 30px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.property-img img { border-top-left-radius: 3px; border-top-right-radius: 3px; width: 100% }
.property-img { }
.property-price { position: absolute; bottom: 240px; left: 44px; color: #fff; }
.property-meta { border-top: 1px solid #e8e8e8; padding-top: 20px; letter-spacing: 1px; }
.meta-bed { margin-right: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700; }
.meta-bath { margin-right: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700; }
.meta-SQfeet { margin-right: 15px; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; font-weight: 700; }

/*-------------------------
 9.2 Property Single
---------------------------*/
.property-single-meta { color: #fff; margin-bottom: -10px }
.property-icon { font-size: 40px; vertical-align: sub; }
.profile-widget { padding: 30px 40px; border: 1px solid #e8e8e8; margin-bottom: 30px; background-color: #fff; }
.profile-img { text-align: center; margin-bottom: 30px; }
.profile-content { }
.profile-content .info-widget { padding-bottom: 30px; position: relative; border-bottom: 0px; }
.property-single-sidebar { margin-top: -290px; }
.video-img { }
.video-btn { position: absolute; bottom: 6%; left: 40%; }
.video-text { position: absolute; bottom: 0%; left: 10%; color: #fff; }
.property-description { margin-bottom: 50px; }
.property-features { margin-bottom: 50px; }
.property-features ul { }
.property-features ul li { }
.property-details { margin-bottom: 50px; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { padding: 18px 24px; line-height: 1.42857143; vertical-align: middle; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; font-size: 13px; text-transform: uppercase; letter-spacing: .50px; font-weight: 800; color: #777777; }
.property-location { margin-bottom: 50px; }
.property-thumb-gallery { }
.owl-thumb-item { background: transparent; border: none; margin-right: 10px; margin-top: 20px; padding: 0px; }
.owl-thumb-item:active { }

/*-------------------------
 9.3 About me
---------------------------*/
.profile-pic { margin-bottom: 50px; }
.profile-description { padding-top: 20px; margin-bottom: 30px; }
.profile-description h1 {padding-bottom: 3px;}
.profile-description p {font-family: 'Muli', sans-serif/*"Barlow Semi Condensed"*/;  font-size: 13px; font-weight: 300; text-align: left; color: #3D3D3D;}
.profile-meta { color: #e33131; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; display: block; }
.counter-block { border: 1px solid #e8e8e8; border-radius: 3px; padding: 30px 40px; margin-bottom: 40px; }
.counter-icon { border-radius: 100%; width: 50px; height: 50px; padding: 11px 18px; display: inline-block; color: #fff; vertical-align: top; }
.counter-content { display: inline-block; padding-left: 20px; padding-top: 10px; }
.counter-small-text { font-size: 14px; font-weight: 700; letter-spacing: .50px; text-transform: uppercase; color: #777; }
.list-icon { background-color: #8f3acb; margin-top: 20px; }
.user-icon { background-color: #6fba19; margin-top: 20px; }
.happy-icon { background-color: #315be3; margin-top: 20px; }
.caption-style-1 { list-style-type: none; margin: 0px; padding: 0px; }
.team-block { margin-bottom: 30px; }
.team-content { text-align: center; margin-top: 30px; }
.team-img img { width: 100%; }
.team-title { margin-bottom: 2px; font-size: 18px; }
.team-meta { font-weight: 800; font-size: 12px; color: #e33131; text-transform: uppercase; letter-spacing: 1px; }
.style-1 { float: left; padding: 0px; position: relative; overflow: hidden; }
.caption-style-1:hover .caption { opacity: 1; }
.caption-style-1 img { margin-bottom: 20px; padding: 0px; float: left; z-index: 4; }
.caption-style-1 .caption { cursor: pointer; position: absolute; opacity: 0; -webkit-transition: all 0.45s ease-in-out; -moz-transition: all 0.45s ease-in-out; -o-transition: all 0.45s ease-in-out; -ms-transition: all 0.45s ease-in-out; transition: all 0.45s ease-in-out; }
.caption-style-1 .blur { background-color: rgba(227, 49, 49, 0.80); height: 231px; width: 262px; z-index: 5; position: absolute; }
.caption-style-1 .caption-text { z-index: 10; color: #fff; position: absolute; height: 231px; width: 262px; text-align: center; top: 100px; font-weight: 700; }
.team-area { }
.team-area ul { }
.team-area ul li, .property-features ul li { border-bottom: 1px solid #e8e8e8; padding-left: 24px; line-height:30px; letter-spacing: 1px; text-transform: uppercase; font-size: 12px; font-weight: 800; color: #222; }

/*--------------------------
9.4  buying/selling
---------------------------*/
.appointment-form { padding: 34px; border: 1px solid #e8e8e8; }
.appointment-form-title, .contact-title { letter-spacing: 2; text-transform: uppercase; font-weight: 800; }
.widget-carousel .owl-carousel .owl-nav { display: none; }
.widget-carousel .owl-carousel .owl-item img { width: inherit; display: inline; }
.widget-carousel .owl-theme .owl-dots { text-align: center !important; position: relative; }
.widget-carousel .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.widget-carousel .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: #e8e8e8; border-radius: 0px; border: 2px solid #e8e8e8; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.widget-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #e33131; border: 2px solid #e33131; }
.widget-carousel .owl-theme .owl-carousel .owl-item img { width: 100%; }

/*--------------------------
9.5  Testimonial
---------------------------*/
.testimonial-block { background-color: #fff; padding: 40px; border: 1px solid #e8e8e8; border-radius: 3px; }
.testimonial-widget { background-color: #f8f8f4; padding: 40px; text-align: center; margin-bottom: 30px; }
.testimonial-content { font-size: 21px; font-weight: 700; color: #222; margin-bottom: 50px; }
.testimonial-img img { }
.star-rating { margin-bottom: 20px; }
.star-rating span { font-size: 12px; color: #f1b30b; }
.testimonial-user-block { }
.testimonial-img { display: inline-block; vertical-align: top; }
.testimonial-meta { font-style: normal; display: inline-block; text-align: left; padding-left: 14px; }
.testimonial-title { margin-bottom: 6px; font-size: 20px; }
.testimonial-address-text { font-size: 14px; color: #777777; margin-bottom: 5px; }
.testimonials-carousel .owl-carousel .owl-nav { display: none; }
.testimonials-carousel .owl-carousel .owl-item img { width: inherit; display: inline; }
.testimonials-carousel .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: -30px; }
.testimonials-carousel .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }
.testimonials-carousel .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 4px; background: #e8e8e8; border-radius: 0px; border: 2px solid #e8e8e8; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
.testimonials-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: #e33131; border: 2px solid #e33131; }
.testimonials-carousel .owl-theme .owl-carousel .owl-item img { width: 100%; }

/*--------------------------
 9.6  team
 ----------------------------*/

/*-------------------------
 9.7 Contact us
---------------------------*/

.contact-widget { border: 1px solid #e8e8e8; padding: 30px; }

/*------------------------
10. Blog pages
--------------------------*/

/*----- post-----*/

.post-holder { margin-bottom: 40px; border-bottom: 1px solid #e8e8e8; padding-bottom: 60px; }
.post-block { margin-bottom: 40px; }
.post-img img { border-top-left-radius: 3px; border-top-right-radius: 3px; }
.post-content { border: 1px solid #e8e8e8; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; padding: 40px; }
.post-title { margin-bottom: 30px; }
.post-holder:last-child { border-bottom: 0px; }

/*----- meta -----*/
.meta { margin-bottom: 30px; font-weight: 800; line-height: 1; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; }
.meta-icon { }
.meta-admin, .meta-comments, .meta-categories { color: #999999; margin-right: 10px; margin-left: 10px; }
.meta-date { color: #999999; margin-right: 10px; }
.meta-date, .meta-author { }

/*----- pagination -----*/
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; }
.st-pagination { margin-top: 30px; text-align: center; }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; line-height: 1.8; color: #fff; letter-spacing: 2px; text-decoration: none; font-size: 12px; border-radius: 2px; border: 1px solid #818181; background-color: #818181; font-weight: 800; text-transform: uppercase; margin-right: 8px; margin-bottom: 5px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #e33131; border: #e33131 1px solid; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; border-radius: 3px; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { border-radius: 3px; }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #e33131; border: 1px solid #e33131; }
.related-post-block { border-top: 1px solid #e8e8e8; margin-bottom: 20px; border-bottom: 1px solid #e8e8e8; }
.related-post-block .meta-categories { border-bottom: transparent; }
.related-post-title { margin-top: 30px; }
.related-post { }
.related-img img { margin-bottom: 30px; }
.related-post-content { }
.post-meta { margin-left: 0px; color: #999999; font-size: 12px; }

/*----- prev-next-----*/
.post-navigation { background-color: #f7f7f7; padding: 40px; }
.nav-links { text-decoration: none; }
.nav-previous { }
.prev-link, .next-link { color: #222; }
.nav-next { }
.prev-link { float: left; padding-right: 32px; padding-top: 15px; }
.next-link { float: right; padding-left: 32px; padding-top: 15px; }
.previous-next-title { margin-bottom: 0px; }

/*----- Author-post -----*/
.author-block { }
.author-post { }
.author-img { float: left; padding-right: 30px; }
.author-header { }
.author-title { margin-bottom: 2px; }
.author-content { }
.author-meta { font-weight: 700; margin-bottom: 12px; font-size: 12px; color: #e33131; }

/*----- Comments -----*/
.comment-area { margin-top: 40px; margin-bottom: 10px; }
.comment-title { font-size: 22px; line-height: 22px; margin-bottom: 30px; }
.comment-list { margin-bottom: 30px; border-bottom: 1px solid #e8e8e8; }
.comment { }
.comment-body { }
.comment-header { }
.comment-header h5 { margin-bottom: 4px; }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 100px; padding-bottom: 20px; }
.user-title { font-size: 18px; float: left; margin-bottom: 0px; margin-right: 30px; }
.comment-meta-date { margin-bottom: 10px; color: #777; font-size: 12px; font-weight: 800; letter-spacing: .75px; text-transform: uppercase; display: block; }
.comment-content { margin-bottom: 8px; font-size: 16px; }
.reply-link { }
.childern { background-color: transparent; padding-left: 100px; }

/*----- leave-Comments -----*/
.leave-comments { }

/*------------------------
 12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/

.widget { margin-bottom: 30px; padding: 30px; border-radius: 3px; border: 1px solid #e8e8e8; }
.widget-title { color: #252d3a; font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.widget-categories { }
.widget-archives { }
.widget-categories ul li { position: relative; margin-bottom: 8px; }
.widget-categories ul li a { font-size: 15px; font-weight: 700; color: #777777; padding-left: 15px; display: block; letter-spacing: 1px; text-transform: uppercase; }
.widget-archives ul li { }
.widget-archives ul li a { }
.widget-categories ul li a:hover { color: #e33131; }
.widget-archives ul li a:hover { }
.widget-archives { }
.recent-post { margin-bottom: 30px; }
.recent-post .meta-date { border-bottom: transparent; }
.recent-img img { }
.recent-img { float: right; padding-left: 5px; }
.recent-title { line-height: 22px; font-size: 14px; }
.widget-tags { }
.widget-tags a { color: #fff; padding: 6px 10px; background-color: #818181; display: inline-block; margin-bottom: 5px; border-radius: 3px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; line-height: 20px; margin-right: 5px; border: 0px; }
.widget-tags a:hover { background-color: #e33131; color: #fff; border: 0px; }
.widget-search { }
.widget-search button { background-color: transparent; border: transparent; color: #818181; font-size: 12px; position: absolute; right: 0px; padding: 12px 20px; position: absolute; bottom: 0; }
.widget-search .form-control { height: 49px; margin-bottom: 0px; }
.search-form { position: relative; }

/*-------------styleguide-------------*/
.box-info { font-size: 16px; line-height: 1.6; }
.circle-default-color { background-color: #222222; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #646464; }
.circle-primary-color { background-color: #e33131; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #eb6e6e; }
.circle-heading-color { background-color: #222222; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #646464; }
.circle-secondary-color { background-color: #777777; height: 162px; width: 162px; border-radius: 50%; border: 5px solid #a0a0a0; }
.box-bg-color { }
.unordered ul { list-style: none; padding-left: 22px; }
.ordered ol { list-style: decimal; margin-left: 20px; }
.ordered ol li { line-height: 2; }
.altenate { }
.altenate ul { list-style: none; }
.altenate ul li { border-bottom: 1px solid #e1e0dd; line-height: 2.5; }
.box-table { padding: 16px 30px; margin: 0 -15px 15px;  border: 1px solid #dbdad8; }



/*-------------Template-features-------------*/
.key-features{}
.key-features-title{  font-size: 14px; }



/*-------------404 error-------------*/
.error-wrapper { background-color: #e8e8e8; padding: 80px; }
.error-head { float: left; padding-right: 110px; padding-top: 30px; }
.error-content { }
.error-title { font-size: 130px; margin-bottom: 50px; font-weight: 900; color: #e33131; }
.error-text { font-size: 60px; letter-spacing: 4px; text-transform: uppercase; font-weight: 900; }
.error-img { margin-bottom: -100px; margin-top: 100px; }

/*-------------map-------------*/
#map { }
#contact-map { width: 100%; min-height: 503px; }
#property-map { width: 100%; min-height: 350px; }

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width:1440px) {
  .slider-captions { bottom: 53px; }
  /*.product-quantity {float: left;  height: 33px; width: 30%;}*/
}
@media only screen and (max-width:1200px) {

  #navigation>ul>li>a { padding: 16px 14px; }
  .page-section { padding-top: 270px; padding-bottom: 40px; }
  .page-breadcrumb { color: #9fa5ae; position: absolute; top: 290px; left: 150px; }
  .slider-captions { bottom: 30px; }
  .slider-title { font-size: 28px; line-height: 32px; }
  .slider .owl-theme .owl-nav { }
  .slider .owl-theme .owl-dots { bottom: 35px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) { 
	
}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {    /*768*/
  .navbar-fixed-top { border-width: 0 0 1px; position: relative; }
  .header-wrapper { padding-bottom: 10px; }
  .logo { margin-top: 5px; }
  .top-text { color: #333;  }
  .navigation { padding-top: 1px; }
  
  .top-bar ul { padding-left: 20px; }
  .page-breadcrumb { top: 89px; }
  .slider-captions { bottom: 60px; text-align: center; }
  .slider-title { font-size: 28px; line-height: 32px; }
  .slider .owl-nav { }
  .slider .owl-theme .owl-nav .owl-prev { top: 30%; }
  .slider .owl-theme .owl-nav .owl-next { top: 30%; }
  .slider .owl-theme .owl-dots { bottom: 35px; }
  .page-section { padding-top: 70px; padding-bottom: 40px; }
  .page-title { font-size: 26px; }
  .space-medium { padding-top: 45px; padding-bottom: 40px; }
  .content { padding-top: 45px; padding-bottom: 40px; }
  .counter-content { padding-left: 0px; }
  .property-price { bottom: 248px; }
  .property-thumb-gallery { margin-top: 70px; }
  .property-single-sidebar { margin-top: 70px; }
  .video-btn { position: absolute; bottom: 3%; }
  .video-text { font-size: 12px; }
  .widget-carousel .property-price { bottom: 249px; }
  .error-img { margin-bottom: -40px; }
  .profile-pic { margin-bottom: 0px; }
	/*.xs_sm_md_lg_device_media_q ul li a{font-size: 10px; }
	.xs_sm_md_lg_device_media_q ul li a active{font-size: 10px; }*/
	/*.inner .xs_sm_md_lg_device_media_q{padding: 5px 10px 0 90px;}*/
	
	
	
	
	.why-choose .why-left {
	display:none;
}	
	
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {
  .navbar-fixed-top { border-width: 0 0 1px; position: relative; }
  .top-bar { padding-top: 0px; padding-bottom: 0px; }
  .header-wrapper { padding-bottom: 10px;}
  .slider-captions { bottom: 18px; background: transparent; left: 0px; }
  .slider-title { font-size: 21px; line-height: 26px; }
  .slider .owl-theme .owl-nav { display: none; }
  .slider .owl-theme .owl-dots { bottom: 24px; }

.slider .owl-theme .owl-dots .owl-dot span { width: 8px; height: 8px; margin: 5px 2px; background: #fff; border-radius: 0px; border: 2px solid #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; }
  .page-section { padding-bottom: 30px; padding-top: 25px; }
  .page-section p { margin-bottom: 0px; }
  .page-title { font-size: 24px; }
  .space-medium { padding-top: 35px; padding-bottom: 30px; }
  .content { padding-top: 35px; padding-bottom: 30px; }
  .property-price { bottom: 250px; }
  .counter-content { padding-left: 0px; }
  .property-single-sidebar { margin-top: 0px; }
  .property-thumb-gallery { margin-top: 70px; }
  .property-single-meta { margin-bottom: 0px; }
  .prev-link { float: left; padding-right: 24px; }
  .next-link { float: right; padding-left: 22px; adding-top: 15px; }
  .nav-previous { margin-bottom: 20px; }
  .author-img { padding-right: 50px; }
  .error-wrapper { background-color: #e8e8e8; padding: 28px; }
  .error-img { margin-bottom: -30px; margin-top: 30px; }
  .nopr { padding-right: 15px; }
  .nopl { padding-left: 15px; }
  .meta-bed { margin-right: 100px; }
  .meta-bath { margin-right: 100px; }
  .error-head { padding-right: 0px; }
  .profile-pic { margin-bottom: 0px; }
   .widget-carousel .property-price { bottom: 275px; }
	
	/*My added code for xs device*/
	.xs_sm_md_lg_device_media_q{padding: 5px 0 0 5px;}
	.xs_sm_md_lg_device_media_q ul li a{font-size: 11px; text-transform: none;}
	.breadcrumb>.active{font-family: 'Lato', sans-serif; font-size:10px; font-weight:400; color:#000; text-transform: none; letter-spacing: 0;}
	.breadcrumb>li+li:before{ font-family: 'Lato', sans-serif; padding:0 1px;color:#626262;content:"/\00a0"; text-align: left; }
	
	
	
	
	
	
	/*End*/
}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
  .navbar-fixed-top { border-width: 0 0 1px; position: relative; }
  .top-bar { padding-top: 0px; padding-bottom: 0px; }
  .header-wrapper { padding-bottom: 10px; }
  .slider-captions { bottom: 18px; background: transparent; left: 0px; }
  .slider-title { font-size: 21px; line-height: 26px; }
.slider .owl-theme .owl-dots { text-align: center !important; position: relative; bottom: 17px; } 
  .slider .owl-theme .owl-nav { display: none; }
  /*.slider .owl-theme .owl-dots { bottom: 24px; }*/
  .page-section { padding-bottom: 25px; padding-top: 25px; }
  .page-section p { margin-bottom: 0px; }
  .page-title { font-size: 24px; }
  .space-medium { padding-top: 35px; padding-bottom: 30px; }
  .content { padding-top: 35px; padding-bottom: 30px; }
  .property-price { bottom: 322px; }
  .counter-content { padding-left: 0px; }
  .property-single-sidebar { margin-top: 0px; }
  .property-thumb-gallery { margin-top: 70px; }
  .property-single-meta { margin-bottom: 0px; }
  .prev-link { float: left; padding-right: 24px; }
  .next-link { float: right; padding-left: 22px; adding-top: 15px; }
  .nav-previous { margin-bottom: 20px; }
  .author-img { padding-right: 50px; }
  .error-wrapper { background-color: #e8e8e8; padding: 28px; }
  .error-img { margin-bottom: -30px; margin-top: 30px; }
  .nopr { padding-right: 15px; }
  .nopl { padding-left: 15px; }
  .meta-bed { margin-right: 33px; }
  .meta-bath { margin-right: 33px; }
  .error-head { padding-right: 0px; }
  .profile-pic { margin-bottom: 0px; }
   .widget-carousel .property-price { bottom: 275px; }
	/*My added code for xs device*/
	.xs_sm_md_lg_device_media_q ul li a{font-size: 10px; text-transform: lowercase;}
	.breadcrumb>.active{font-family: 'Muli', sans-serif; font-size:9px; font-weight:400; color:#000; }
	.breadcrumb>li+li:before{padding:0 1px;color:#626262;content:"/\00a0"; text-align: left; }
	
	
	/*End*/
}

/*Welcome Content*/
/*.pb-100 {
	padding-bottom: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.section-title {
	margin-bottom: 110px;
	position: relative;
}
.section-title h3 {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
}

.section-title:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 1px;
	background-color: #635CDB;
	left: 290px;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
	top: 35px;
	
}
.section-title:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 1px;
	background-color: #635CDB;
	left: 290px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -100px;
}
.section-title h3 span {
	display: block;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.section-title p {
	margin-top: 5px;
}
*/
/* Amenities */
.amenities{font-family: 'Muli', sans-serif;}
.fleet_section h3 { position: relative; }
.task_accom_pad{margin-left: 0; padding-bottom: 0;}
.task_accom_blockquote{background: #FFF; border-left: 3px solid #977640; padding: 5px 0 5px 10px; font-size: 30px;  color: #121312;}
.task_accom_div{padding: 0;}
.task_accom_ul{margin:0px;}
/*.task_accom_img_border{border: 4px solid #DADADA;}*/
.task-accomplished p {font-size: 16px;}
.inner_task_accomplished h4 {color:#E64803;}


/* end */

.task_accom_div blockquote{
padding:7px 7px;
margin:0 0 10px;
border-right:7px solid #000;
background-color:#977640;
color: #FFF;
border-left:none;
box-shadow: 0 8px 6px -10px black;
width: 100%;


}

.task_accom_div blockquote p{font-size: 16px; font-family: 'Barlow Semi Condensed', serif; }

blockquote { padding: 40px; border-radius: 0px; background-color: #FFF; border-left: 6px solid #FFF; }

.yellowlist-right{border-right: 3px solid #977640; padding: 5px 8px 5px 5px ; margin: 0 2px 7px 5px; font-size: 12px; background: #FFF;  line-height: 19px; text-transform: uppercase;  font-weight: 600;}

.redlist-right{border-right: 3px solid #0F0F0F; padding: 5px 8px 5px 5px ; margin: 0 2px 7px 5px; font-size: 12px; background: #FFF;  line-height: 19px; text-transform: uppercase; font-weight: 600;}

.yellowlist{border-left: 3px solid #0F0F0F; padding: 5px 2px 5px 8px ; margin: 0 2px 7px 5px; font-size: 12px; background: #FFF;  line-height: 19px; text-transform: uppercase; font-weight: 600;}

.redlist{border-left: 3px solid #977640; padding: 5px 2px 5px 8px ; margin: 0 2px 7px 5px; font-size: 12px; background: #FFF;  line-height: 19px; text-transform: uppercase; font-weight: 600;}

/* [1] The container */
.img-hover-zoom {
  height: 100%; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

/* Brightness-zoom Container */
.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}
/* Contact us */
.contact-us { background-color: #0d0d0d; padding-top: 0; color: #838383; font-weight: 600; font-family: 'Muli', sans-serif; font-size: 13px;}
.contact-us-title { margin-bottom: 40px; color: #000; letter-spacing: 0px; font-size: 22px; font-weight: 500; font-family: 'Muli', sans-serif;}
.contact-us-widget {margin-bottom: 0;}
.contact-us-widget p{font-weight: 500;}
.contact-us-widget ul { margin-bottom: 25px; }
.contact-us-widget ul li { line-height: 1; margin-bottom: 18px; }
.contact-us-widget ul li a {  font-size: 13px; color: #838383; text-transform:capitalize; letter-spacing: 1px; font-weight: 500; padding-left: 15px; }
.contact-us-widget ul li a:hover { color: #C5A774; text-decoration: none;}
.contact-us .info-widget { margin-bottom: 20px; border-bottom: 1px solid #E0E0E0; padding-bottom: 140px; position: relative; }
.contact-us .info-widget:last-child { border-bottom: 0px; }
.contact-us .info-icon { color: #000; }
.contact-us .info-text { position: absolute; top: 0px; left: 30px; font-weight: 400;color: #393939; line-height: 20px;}
.contact-us .info-title{  color: #000; font-size: 15px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }

.contact-us-widget-mob {margin-bottom: 0;}
.contact-us .info-widget-mob { margin-bottom: 0; }
.contact-us .info-widget-mob:last-child { border-bottom: 0px; }
.contact-us .info-icon-mob { color: #000; }
.contact-us .info-text-mob { position: absolute; top: 0px; left: 30px; font-weight: 400;color: #393939; line-height: 20px;}
.contact-us .info-title-mob{ color: #000; font-size: 15px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2px; }

/* Enquiry */
.gt-pad{padding-top: 20px;}
.homeenquiry-padleft{padding-left:0; }
.homeenquiry-padright{padding-right:0;}

/* Floor Plan */

/*.heading-block{border-left:5px #131313 solid; background: #0B77C4; width: 30%; border-bottom-right-radius: 50px; border-top-right-radius: 80px;}
blockquote {padding: 10px 0 10px 30px;}*/



/*Heading Background Floor Plan*/
.tag-green {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
  width:450px;
  position: relative;
  content: "";
  cursor: pointer;
  margin: 0 13px 0 0;
  padding: 10px 20px 10px 20px;
  border: none;
  -webkit-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px;
  font: normal 26px/30px "Antic", Helvetica, sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,1);
  text-align: left;
	
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #A1875E;
  -webkit-box-shadow: 0 5px 0 0 #846e4c , 5px 5px 0 0 #846e4c ;
  box-shadow: 0 5px 0 0 #846e4c , 5px 5px 0 0 #846e4c ;
}

.tag-green::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 6px;
  right: -16px;
  border: none;
  -webkit-border-radius: 1px 1px 4px;
  border-radius: 1px 1px 4px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #A1875E;
  -webkit-box-shadow: 0 6px 0 0 #846e4c ;
  box-shadow: 0 6px 0 0 #846e4c ;
  text-shadow: none;
  -webkit-transform: rotateY(1deg) rotateZ(-45deg)   ;
  transform: rotateY(1deg) rotateZ(-45deg)   ;
}

.tag-green::after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 16px;
  right: 0;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 5px 5px 0 0 #846e4c inset;
  box-shadow: 5px 5px 0 0 #846e4c inset;
  text-shadow: none;
}
/*End*/

/*Green Tab for xs*/
.tag-green-mob {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 22px;
  width:200px;
  position: relative;
  content: "";
  cursor: pointer;
  margin: 0 13px 0 0;
  padding: 10px 10px 10px 20px;
  border: none;
  -webkit-border-radius: 4px 1px 1px 4px;
  border-radius: 4px 1px 1px 4px;
  font: normal 20px/24px "Antic", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: left;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #A1875E;
  -webkit-box-shadow: 0 5px 0 0 #846e4c , 5px 5px 0 0 #846e4c ;
  box-shadow: 0 5px 0 0 #846e4c , 5px 5px 0 0 #846e4c ;
}

.tag-green-mob::before {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 6px;
  right: -16px;
  border: none;
  -webkit-border-radius: 1px 1px 4px;
  border-radius: 1px 1px 4px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #A1875E;
  -webkit-box-shadow: 0 6px 0 0 #846e4c ;
  box-shadow: 0 6px 0 0 #846e4c ;
  text-shadow: none;
  -webkit-transform: rotateY(1deg) rotateZ(-45deg)   ;
  transform: rotateY(1deg) rotateZ(-45deg)   ;
}

.tag-green-mob::after {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 2;
  width: 12px;
  height: 12px;
  position: absolute;
  content: "";
  cursor: pointer;
  top: 16px;
  right: 0;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font: normal medium/normal Arial, Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(255,255,255,1);
  -webkit-box-shadow: 5px 5px 0 0 #846e4c inset;
  box-shadow: 5px 5px 0 0 #846e4c inset;
  text-shadow: none;
}
.padd{padding-top: 20px; padding-left: 0;}
/**end/

/* About Vinayak Group Construtions */
.vcp_content_bq{background: #FFF; /*border-left: 3px solid #977640; padding: 5px 0 5px 20px;*/ font-size: 13px; color:#212121; font-family: 'Muli', sans-serif; padding-left: 0; padding-right: 0;}
.vcp_content_bq p{color: #333333; font-weight: 300;}

.vcp_inner_hding{background: #FFF; border-left: 3px solid #000; padding: 5px 0 5px 10px; font-size: 15px; color:#000; font-family: 'Muli', sans-serif; }

/*wbg White Background link*/
.wbg-link a{ color: #2E4B90; text-decoration: none;}
.wbg-link a:hover{color: #E74C3C; text-decoration: underline;}

/* Services Box */

.vrs_bg{background:#FFF; padding-top: 20px; padding-bottom:0;}
.vrs_heading{padding:20px 20px;}
.vrs_heading h2{ font-size:40px; text-align:center; color: #e2741e;  /*color: #e2741e;*/ margin-bottom:20px; letter-spacing: 0;}
.vrs_heading h5 {font-family: 'Muli', sans-serif; font-size: 15px; font-weight: 400; letter-spacing: 0;}
.vrs_heading h4 {letter-spacing: 0; color: #e2741e; font-size: 30px; font-weight: 600; text-transform: capitalize;}
.vrs_heading h6 {font-size: 12px; text-transform: uppercase; letter-spacing: 0; line-height: 20px; padding-left: 10px; padding-right: 10px; color: #8E8E8E;}


.sc_bg{ background: red; } /* sc_bg - Services Container Backgroung- not in use */
.vrs_Box{
    padding: 10px 10px;
    /*background: #F1F3F6;*/
	background-image: radial-gradient( circle 827px at 47.3% 48%,  rgba(255,255,255,1) 0%, rgba(138,192,216,1) 90% );
    border: 1px solid #eee;
    border-bottom-color: #FF6600/*#191919*/;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
	/*overflow: hidden;*/										/* ################## */
}
.vrs_Box:hover{ 
	border: 1px solid #FF6600/*#191919*/; 
	/*background-image: linear-gradient( 109.6deg,  rgba(204,228,247,1) 11.2%, rgba(237,246,250,1) 100.2% );*/
	background-image: linear-gradient( 109.6deg,  rgba(204,228,247,1) 11.2%, rgba(237,246,250,1) 100.2% );
	/*background-image: linear-gradient( 89.9deg,  rgba(208,246,255,1) 0.1%, rgba(255,237,237,1) 47.9%, rgba(255,255,231,1) 100.2% );*/
}
.vrs_Box:before,
.vrs_Box:after{
    content: "";
    width: 70%;
    height: 5px;
    background: #FF6600 /*#191919*/;
    opacity: 0;
    position: absolute;
    top: -3px;
    left: 35%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;
}
.vrs_Box:hover:before,
.vrs_Box:hover:after{
    opacity: 1;
    left: 50%;
	
}
.vrs_Box:after{
    top: auto;
    bottom: -3px;
}
.vrs_Box .service-icon{
   /*width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    background: #FCF00E;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #222546 ;*/
	/*overflow: hidden;*/										/* ################## */
}
.services-img1{background-image:url("../images/media.html"); width: 100px; height: 100px;}
.vrs_Box .title{
	font-family: 'Muli', sans-serif;
    font-size: 19px;
	letter-spacing: 0;
    font-weight: 500;
    color: #252525;
    margin: 20px 0 10px 0;
    transition: all 0.5s ease 0s;
	
}
.vrs_Box:hover .title{ opacity: 1; }
.vrs_Box .description{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 25px;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.vrs_Box:hover /*.description*/ .vrs_Box-widget{
    margin-top: -10px;												/* ################## */
    padding-bottom: 10px;transition: all 0.5s ease 0s;
	color: #292929;
	/*overflow: hidden;*/												/* ################## */
}
.vrs_Box p { font-family: 'Muli', sans-serif; font-size: 12px;}
.vrs_Box .arrow{padding-left: 10px; font-family: 'Muli', sans-serif; font-size: 12px; line-height: 5px;}

.vrs_Box-widget { margin-bottom: 0; text-align: left; padding-top: 10px; color: #7a7a7a; }
.vrs_Box-widget p{font-weight: 500; text-align: center;}
.vrs_Box-widget ul { margin-bottom: 0px; }
.vrs_Box-widget ul li { line-height: 1; margin-bottom: 1px;border-bottom: #ABABAB dotted 1px; padding-bottom: 5px; padding-top: 5px; }
.vrs_Box-widget ul li a {  font-size: 13px; color: #838383; text-transform:capitalize; letter-spacing: 1px; font-weight: 500; padding-left: 15px; }
.vrs_Box-widget ul li a:hover { color: #049EE8; text-decoration: none;}

.xyz li{
  list-style-type: none;
}

.xyz li:before{
content: “\f13d”;
font-family: “FontAwesome”;
width: 10px;
height: 10px;
margin-right: 5px;
}
/*btn primary satara*/
/*Primary Button*/

.btn-primary-sm {
  font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 1px; font-weight:500;
  text-transform: capitalize;
  color: #fff;
  background-color: #e2741e;
  border-color: #e2741e;
  padding: 5px 10px 5px 10px;
	border-radius: 50px;
}
.btn-primary-sm:focus,
.btn-primary-sm.focus {
  color: #fff;
  background-color:#02afad;
  border-color: #e2741e;
}
.btn-primary-sm:hover {
  color: #fff;
  background-color: #019997;
  border-color: #019997;
	border-radius: 50px;
}
/* End */

/*JJH Appointment Booking Button*/

.booking_button {
  font-family: 'Muli', sans-serif; font-size: 14px; font-weight:600; letter-spacing: -1px;
  text-transform: capitalize;
  color: #017673;
  background-color: #FFF;
  border:solid 2px #FFF;
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
}
.booking_button:focus,
.booking_button.focus {
  color: #017673;
  background-color:#FFF;
  border:solid 2px #FFF;
}
.booking_button:hover {
  color: #FFF;
  background-color: rgba(0,0,0,0.0);
  border:solid 2px #FFF;
  
}
/* End */

/* Primary button xs (use in footer)*/

.btn-primary-xs {
  font-family: 'Muli', sans-serif; font-size: 11px; letter-spacing: 1px; font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-color: #F4711F;
  border-color: #F4711F;
  padding: 3px 10px 3px 10px;
}
.btn-primary-xs:focus,
.btn-primary-sm.focus {
  color: #fff;
  background-color:#DF5A0B;
  border-color: #DF5A0B;
}
.btn-primary-xs:hover {
  color: #fff;
  background-color: #DF5A0B;
  border-color: #DF5A0B;
}
/*End */

/* Read More (use in about amiy organic farm section - home page)*/

.readmore-btn {
  font-family: 'Muli', sans-serif; font-size: 12px; letter-spacing: 0; font-weight: 500;
  text-transform: capitalize;
  color: #019997;
  /*text-decoration: underline;*/
 /* background-color: #F4711F;
  border-color: #F4711F;*/
  padding: 3px 10px 3px 0;
}
.readmore-btn:focus,
.readmore-btn.focus {
  color: #019997;
  text-decoration: underline;
  /*background-color:#DF5A0B;
  border-color: #DF5A0B;*/
}
.readmore-btn:hover {
  color: #019997;
   text-decoration: underline;
  /*background-color: #DF5A0B;
  border-color: #DF5A0B;*/
}
/*End */

@media only screen and (max-width:990px){
    .vrs_Box{ margin-bottom: 30px; }
}




/*######################################*//* Product List Scroller New */


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	height: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.product-bottom-scroller-heading{background-color:#FFF; text-align: center; padding: 5px 5px; height: 25px;margin-top: 0; font-family: 'Lato', sans-serif; font-size: 12px; color: #fff; text-decoration: none;}

.product-bottom-scroller-heading a{text-decoration:none;}

.product-box a:hover .product-bottom-scroller-heading {background-color: #fff; color: #000; font-size: 13px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease; text-decoration: none;}

.product-box-pd10{padding-bottom: 20px;}

.underline{text-decoration: none;}
.underline a{text-decoration: none;}
.underline a:hover{text-decoration: none;}

@media screen and (max-width: 1000px){
	.slick-slide img{width: 100%;}	
  .product-box .product-bottom-scroller-heading { 
    font-size: 14px;
    color: black;
  }
}

/*######################################*//* End Product List Scroller New */

/*Tooltip product scroller*/
.red-color{background-color: #F44336;color: #fff;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.light-blue{background-color: #00BCD4;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.yelo-color{background-color: #ffc107;color: #fff;padding-bottom: 60px;text-align: center; padding-top: 10px;}
.megenta-color{background-color: #009688;padding-bottom: 10px;text-align: center; padding-top: 10px;}
.margin{margin-top:100px;}


/*End*/

.productlist_h{
	padding-top: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-bottom: 5px; 
	color: #F4711F;
	font-size: 22px;
	font-family: 'Bree Serif', serif;
}

.productlist_sub_h{
	padding-top: 0; 
	margin-top: 0; 
	margin-bottom: 0; 
	padding-bottom: 5px; 
	color: #333;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.5px;
}
/*Latest Update news*/
 #talkbubble {
      /*width: 120px;*/
      height: 40px;
      background: #e2741e;
      position: relative;
	 font-family: 'Lato', sans-serif;
	 font-size: 19px; letter-spacing: 0; padding: 5px 10px 5px 10px; color: #FFF;
	 text-align: center;
     /* -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;*/
    }
    #talkbubble:before {
      content: "";
      position: absolute;
      left: 100%;
      top: 12px;
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-left: 8px solid #e2741e;
      border-bottom: 8px solid transparent;
    }
     #talkbubble_xs_sm {
           /*width: 120px;*/
           height: 40px;
           background: #e2741e;
           position: relative;
           font-family: 'Lato', sans-serif;
           font-size: 17px; letter-spacing: 0; padding: 10px 10px 5px 10px; color: #FFF;
           text-align: center;
          /* -moz-border-radius: 10px;
           -webkit-border-radius: 10px;
           border-radius: 10px;*/
         }
         #talkbubble_xs_sm:before {
           content: "";
           position: absolute;
           left: 100%;
           top: 12px;
           width: 0;
           height: 0;
           /*border-top: 8px solid transparent;
           border-left: 8px solid #e2741e;
           border-bottom: 8px solid transparent;*/
         }



.lp_txt{ font-family: 'Lato', sans-serif;
	 font-size: 15px; letter-spacing: 0;
     z-index: 1009;
}
/*End*/
/*Farm visit section*/
.cta {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(29, 205, 89, 0.2)),
    url("../images/farm-visit-bg.jpg") fixed center center ;
    background-size: cover;
	
    padding: 30px 0;
}
/*End*/

/*Shadow Effect*/
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}

#block{
	box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.4);
}
/*End*/
.home-blockquote-mdxl blockquote {border-right: 2px solid #000; text-align: right; font-size: 45px; padding: 0 20px 0 0; margin:0 20px 0 0; letter-spacing: -1px; font-family: 'Barlow Semi Condensed', sans-serif; line-height: 40px; font-weight: 800;}

.home-blockquote-xssm blockquote{border-right: 2px solid #000; text-align: right; font-size: 25px; padding: 0 10px 0 0; margin:0 10px 0 0; letter-spacing: 0; font-family: 'Barlow Semi Condensed', sans-serif; line-height: 25px; font-weight: 800;}

.inner-blockquote-mdxl blockquote {border-right: 2px solid green; text-align: right; font-size: 45px; padding: 0 20px 0 0; margin:0 20px 0 0; letter-spacing: 0; font-family: 'Bree Serif', serif; line-height: 40px;}

.aboutus h2{ font-family: 'Barlow Semi Condensed', sans-serif; font-size:22px; font-weight:600; letter-spacing: 0; color: #019997; background:url(../images/headingbg.png) center center repeat-x; margin:0; padding:0 0 5px 0; }
.aboutus h2 span{ background:#FFFFFF; padding-right:5px;}
.aboutus p {font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 0; font-weight: 500; padding-bottom: 0; text-align: justify;}
.founder-bottom{font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 0; font-weight: 500; padding-bottom: 0; text-align: right;}

#contact-us-amiy i{font-size:15px; margin-right:5px;}

/* Breadcrumb Css for sm, md and lg screen  */
.inner_all_page{position: relative; top: 40px;  border-bottom: 1px solid #E4E4E4; height: 42px; padding-left: 0; padding-right: 0; background-color: #F1F3F6;}
.xs_sm_md_lg_device_media_q {padding-top: 5px;}
.breadcrumb{list-style:none; background-color: #F1F3F6;color: blcak; padding: 0;}
.breadcrumb>li{display:inline-block; padding-top: 5px; padding-bottom: 0; }
.breadcrumb>li a{color: #000; font-family: 'Muli', sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0px; padding-bottom: 0;}
.breadcrumb>li+li:before{padding:0 3px;color:#626262;content:"/\00a0"; text-align: center; }
.breadcrumb>.active{font-family: 'Muli', sans-serif; font-size:12px; font-weight:600; color:#F4711F; }
.breadcrumb>li a i {font-size: 14px;}
/*End*/

/*Search Bar*/
#search {
    /*float: left;*/
    margin-top: 9px;
    width: 100%;
}

.search {
    padding: 6px 0;
    /*width: 100%;*/
    height: 30px;
    position: relative;
    /*left: 10px;*/
   /* float: left;*/
    line-height: 22px;
}

    .search input {
        position: absolute;
       /* width: 100%;*/
        /*float: Left;*/
        /*margin-left: 210px;*/
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 30px;
        line-height: 18px;
        padding: 4px 2px 0 5px;
        border-radius:1px;
		font-family: 'Muli', sans-serif; font-size:12px;
		text-transform: capitalize;
    }

        /*.search:hover input, .search input:focus {
            width: 200px;
            margin-left: 0px;
        }*/

.mysearch-btn {
    height: 30px;
    position: absolute;
    right: 0;
    top: 6px;
	padding-left: 10px; padding-right: 10px; padding-top: 3px;
    /*border-radius:1px;*/
	/*float:right;*/
}
.btn-primary-search { background-color: #049EE8; color: #fff; }
.btn-primary-search:hover { background-color: #FFF; color: #000; }
.btn-primary-search.focus, .btn-primary-search:focus { background-color: #3C3C3C; color: #B69152; }
/*End*/

/*Groceries Product img zoom effect*/
.img-hover-zoom {position: relative;}
.img-hover-zoom img {max-width: 100%; overflow:hidden; -moz-transition: all 0.5 ease; -webkit-transition: all 0.5 ease; transition: all 0.5 ease; }
.img-hover-zoom:hover img { 	
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);  /* transform: scale(1.2) rotate(25deg);*/
  /*filter: brightness(110%);*/
  -moz-transition: all 0.5 ease;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;/*transition: transform 5s, filter 3s ease-in-out;*/
  
}
/*end*/

/*Side Menu - Inner Pages MD LG*/
.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px; padding-top:5px; padding-bottom: 5px; }
.panel-body .table {margin-bottom: 0px; }
.panel h4 { font-family: 'Lato', sans-serif; font-size: 13px; letter-spacing: 0;}
.panel h4 a{text-decoration: none; font-size: 13px; letter-spacing: 0; text-transform: uppercase;}
.panel h4 a:hover{text-decoration:none; font-size:13px; color: #F4711F; }
.panel-body table tr td a{font-family: 'Lato', sans-serif; text-decoration: none; font-size: 13px; letter-spacing: 0; text-transform: capitalize; font-weigth:300; color: #333;}
.panel-body table tr td a{text-decoration:none; font-size:13px; color: #333; font-weight: 400;}
.panel-body table tr td a:hover{text-decoration:none; font-size:13px; color: #F4711F; font-weight: 400;}

.panel-heading a{text-decoration: none;  color: #333; font-size: 13px; letter-spacing: 0; text-transform: uppercase;}
.panel-heading a:hover{text-decoration:none; font-size:13px; color: #F4711F; }

.panel-body ul { list-style-type: none; margin: 0; padding: 0; width: 100%px; background-color: #FFF; font-family: 'Lato', sans-serif;
 /* border-bottom: 1px solid #C9C9C9;*/
}
.panel-body li a {display: block; padding: 8px 22px; text-decoration: none; font-family: 'Lato', sans-serif; text-transform: capitalize; font-size:13px; color: #333; font-weight: 500; letter-spacing: 0;
}
.panel-body li {text-align: left; border-bottom: 1px solid #C9C9C9; }
.panel-body li:last-child {border-bottom: none; color: red; }
.panel-body li a.active {background-color: #FFF; color: white; }


.panel-body li a:hover:not(.active) { background-color: #FFF; text-decoration:none; font-size:13px; color: #F4711F; font-weight: 500;  letter-spacing: 0; }

.subcat_arrow { position: relative; } 
.subcat_arrow-right li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #F4711F; content: '\f105'; padding:6px 10px 5px 10px; }

/*End*/

/*Gallery Image hover effect only - supporting js add bottom on photo gallery page */
span.roll {
	background:center center no-repeat rgba(0, 0, 0, 0.5);
	height: 98%;
	position: absolute;
  	/*text-align: center;*/
  	/*line-height: 150px;*/
	width: 97%;
	z-index: 10;
	padding-top: 100px;
}
 
/* add the font awesome icon */
 
span.roll:before {
    /*content: "\f00e"; */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #784669;
    font-size: 40px;
   /* padding-right: 0.5em;*/
    position: absolute;
	text-align: center;
	/*padding: 70px 0 0 130px;*/
	margin-left: 10px;
	width: 100%;
	height: 100%;
   
}

/*End*/



/*drop down link top bar*/ /* -------------------topbar currency INR USD link--------Not in use*/
.dropbtn {
  background-color: none;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.dropdown {
  position: relative;
  display: inline-block; transition-duration: 2s;
 }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F4711F;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
	
}

.dropdown-content a {
 
  color: #F4711F;
  padding: 8px 16px;
  text-decoration: none;
  display: block; 
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.dropdown-content a:hover {background-color: #1B5C29; transition-duration: 2s;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: none;}

/* --------------------------------------------------------------------------End Not in use*/

/*Login model box*/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
	
}

.loginmodal-container h1 {
  text-align: left;
  font-size: 2.3em;
  font-family: 'Bree Serif', serif; letter-spacing: 0; line-height: 30px; text-transform: none;
  padding-bottom: 5px;	 margin: 0; padding-top: 20px;
}

.loginmodal-container h2 {
  text-align: left;
  font-size: 2.3em;
  font-family: 'Bree Serif', serif; letter-spacing: 0; line-height: 30px; text-transform: none;
  padding-bottom: 5px;	 margin: 0; padding-top: 20px;
}

.loginmodal-container h4 {
  text-align: left;
  font-size: 1em;
  font-family: 'Lato', sans-serif; letter-spacing: 0; line-height: 18px; text-transform: none;
  padding-top: 5px; margin: 0;  padding-bottom: 20px;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 35px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
	
	
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 1;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}
/*End login model box*/


.farm-visit lable, placeholder{font-family: 'Lato', sans-serif; letter-spacing: 0; line-height: 12px; text-transform: none;}


/*------------------------------------------------------------------------------------JJH*/



/*====================================
	End Why Choose CSS
======================================*/

.jjh_heading_left h2{ font-family: 'Bree Serif', serif; font-size:32px; font-weight:normal; letter-spacing: 0; color: #F4711F; background:url(../images/headingbg.png) center center repeat-x; margin:0; padding:0 0 5px 0; }
.jjh_heading_left h2 span{ background:#FFFFFF; padding-right:5px;}

.founders_name h2{ font-family: 'Barlow Semi Condensed', sans-serif; font-size:22px; font-weight:600; letter-spacing: 0; color: #e2741e; background:url(../images/headingbg.png) center center repeat-x; margin:0; padding:0 0 5px 0; }
.founders_name h2 span{ background:#FFFFFF; padding-right:5px;}
.founders_name p {font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 0; font-weight: 500; padding-bottom: 0; text-align: justify;}
.founder-bottom{font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 0; font-weight: 500; padding-bottom: 0; text-align: right;}






/*JJH left view more button*/

.view_more { font-family: 'Bree Serif', serif; font-size:15px; font-weight:normal; letter-spacing: 0; color: #018B89; background:url(../images/headingbg.png) center center repeat-x; margin:0; padding:0 0 5px 0; }
.view_more span{ background:#FFFFFF; padding-right:5px;}



.btn-jjh { padding: 11px 18px; border-radius: 40px; font-size: 13px;  font-family: 'Muli', sans-serif; text-transform: capitalize;}
.btn.orange{
    border: 1px solid #ee955b;
    background: #e2741e;
}
.btn.orange:hover,
.btn.orange span{
    color: #F4711F;
}
.btn.orange:hover span,
.btn.orange:hover span:after{
    background: #F4711F;
}
.health_packages_heading h2{ font-size:32px; text-align:left;  color:#02afad; margin-bottom:20px; letter-spacing: 0;}



/*Photo Gallery | Video Gallery | Health Care Packages SECTION */
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    background: #e2741e;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    padding-bottom: 40px;
}
/*.our-team .team-content:before,
.our-team .team-content:after{
    content: "";
    width: 50%;
    height: 40px;
    background: #3f2b4f;
	
    position: absolute;
    top: -18px;
    transform: rotate(0deg);
    z-index: -1;
}
.our-team .team-content:before{
    left: -3%;
}*/
/*.our-team .team-content:after{
    right: -3%;
    transform: rotate(-0deg);
}*/
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
	color: #FFF;
	font-family: 'Muli', sans-serif; letter-spacing: 1px;
	
}
/*.our-team .title:before,
.our-team .title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #ff5543;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}
.our-team .title:before{
    left: 26%;
}
.our-team .title:after{
    right: 32%;
    transform: rotate(74deg);
}*/
.our-team .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.our-team .social-links{
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	
}
.our-team:hover .social-links{
    bottom: 0;
}
.our-team .social-links li{
    display: inline-block;
}
/*.our-team .social-links li a{
    display: block;
    font-size: 16px;
    color: yellow;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}
.our-team .social-links li:last-child a{
    margin-right: 0;
}
.our-team .social-links li a:hover{
    color: #ff5543;
}*/

.btn_know_more {
  font-family: 'Muli', sans-serif; font-size: 12px; letter-spacing: 0; font-weight:600;
  text-transform: capitalize; 
  color: #e2741e;
  background-color: #FFF;
   border: 2px solid #FFF;;
  padding: 5px 10px 5px 10px;
}
.btn_know_more:focus,
.btn_know_more.focus {
  color: #e2741e;
  background-color:#FFF;
  border-color: #FFF;
}
.btn_know_more:hover {
  color: #FFF;
  background-color: #e2741e;
  border: 2px solid #FFF;;
}

.view_all {
  font-family: 'Muli', sans-serif; font-size: 12px; letter-spacing: 0; font-weight:600;
  text-transform: capitalize; 
  color: #FFF; 
  background-color:#02afad  ;
  border: 2px solid #e2741e ;
  padding: 5px 10px 5px 10px;
  border-radius: 50px; 
}
.view_all:focus,
.view_all.focus {
  color: #e2741e;
  background-color:#FFF;
  border-color: #FFF;
}
.view_all:hover {
  color: #FFF;
  background-color: #019997;
  padding: 5px 10px 5px 10px;
  border: 2px solid #e2741e;
}
/* End */
/* TopBar Xs Div*/
.tbxs_container{margin: 0 0 10px 0;  background: #e2741e;}

.tbxs_helpline_div{margin: 7px 5px 5px 5px; padding: 5px 0 0 0; color: #FFF;}
.tbxs_btn_div{border-top: 1px solid #039C9A; margin-top: 2px; padding: 10px  0 8px 0; }
.tbxs_btn_div a{letter-spacing: normal; }
/*end*/
/*TopBar XS botton*/
.tb_xs_btn {
  font-family: 'Muli', sans-serif; font-size: 12px; letter-spacing: 0; font-weight:600;
  text-transform: capitalize; 
  color: #FFF; 
  background-color:none;
  border: 2px solid #FFF;
  padding: 2px 7px 2px 7px;
  border-radius: 50px; 
}
.tb_xs_btn:focus,
.tb_xs_btn.focus {
  color: #02908F;
	
  background-color: #fff;
  border: 2px solid #fff;
}
.tb_xs_btn:hover {
  color: #FFF;
	
  background-color: #009999;
  padding: 2px 7px 2px 7px;
  border: 2px solid #fff;
  transition-duration: 1s;
}

/*TobBar XS botton - mobile - book an appointment  button highlighted only */
.tb_xs_btn_highlighted {
  font-family: 'Muli', sans-serif; font-size: 12px; letter-spacing: 0; font-weight:600;
  text-transform: capitalize; 
  color: #FFF; 
  background-color:#ff6600;
  border: 2px solid #FFF;
  padding: 2px 7px 2px 7px;
  border-radius: 50px; 
}
.tb_xs_btn_highlighted:focus,
.tb_xs_btn_highlighted.focus {
  color: #FFF;
	
  background-color: #ff6600;
  border: 2px solid #ED6104;
}
.tb_xs_btn_highlighted:hover {
  color: #FFF;
	
  background-color: #009999;
  padding: 2px 7px 2px 7px;
  border: 2px solid #fff;
  transition-duration: 1s;
     
}
/* End */

@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}
/*END*/

.jjh_founders_div{font-family: 'Muli', sans-serif; font-size: 12px; color:#474747; padding: 0 20px;}

.aboutus span img{padding-bottom: 20px; margin: auto;}
.aboutus_ulli blockquote{border-left: 3px solid #e2741e; padding: 0 0 0 10px; background-color:#F7F7F7; color: #019997;}
.aboutus_ulli blockquote h5{font-size: 20px; padding: 5px 0 5px 0; color: #019997; letter-spacing: 0; font-weight: 500;}
/*.aboutus_ulli h4{font-size: 15px; padding: 5px 0 5px 20px; color: #000; letter-spacing: 0; font-weight: 400;}
*/
.aboutus_arrow li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 14px; color: #000; content: '\f105'; font-weight: 500; }
.aboutus_ulli ul li {margin-left: 15px; margin-bottom: 10px; font-family: 'Muli', sans-serif; font-size: 13px; letter-spacing: 0; font-weight: 500; padding-bottom: 0; text-align: justify;}
.subhead h6{font-size:12px; margin: 0 0 24px; line-height: 1.6;}

/*.subheading_icon li:before { font-family: "FontAwesome"; display: inline-block; position: absolute; left: 0; font-size: 16px; content: '\f0f0'; font-weight: 500; color: #FF6600; }*/
/*.subheading_text ul li{font-size: 16px; padding: 5px 0 5px 0; color: #009999; display: inline-block; border-bottom: 1px solid #009999;;}*/
.subheading_text h4{font-size: 16px; padding: 3px 30px 3px 10px; color: #000; display: inline-block; border-left: 2px solid #000;font-weight: 400;letter-spacing: 0;background: #F7F7F7; border-bottom-right-radius: 100px; height: auto; }

/*Video Testimonials */
.youtube_video{
	border: 5px solid #E9E9E9;
	border-redius:10px;
	height: 250px;
}
.pdlr{padding: 5px;}
/*end*/

.jjh_box_shadow{
	box-shadow: -1px 1px 0px 15px rgba(0,0,0,0.04);
-webkit-box-shadow: -1px 1px 0px 15px rgba(0,0,0,0.04);
-moz-box-shadow: -1px 1px 0px 15px rgba(0,0,0,0.04);
}

/*New event inner page css*/

.news_event_li ul li span{padding-right: 10px; margin: 0; padding-left: 0;}

.news_event_li ul li{margin-left: 0;padding-left: 0;}

.news_event_li img{width: 100%; height: 250px;}
.news_event_li a{border-radius: 10px; filter: grayscale(0);}
.news_event_li a:hover{border-radius: 10px; filter: grayscale(100%);}
/*.news_event_bg {background-image: url("../images/news_bg.png"); padding:10px;} */

.news_event_bg{ 
         border-bottom: thin 2px #333333; opacity: 0.5;
		padding-top: 30px;
    }





/*Blinking text effects*/
.blink_text{
		color: #FFF;
		/*font-weight: bold;*/
		/*font-size: 2rem;*/
		animation: blinkingText 6s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #FFDE01;}
		25%		{ color: #000000;}
		50%		{ color: #29E18E;}
		75%		{ color: #FFAE47;}
		100%	{ color: #FFF;}
	}

/*end*/
/*Blinking Background effect*/
.blink_tollfree{
		color: #fff;
		/*padding: 10px;*/
		display: inline-block;
		/*border-radius: 5px;*/
		animation: blinkingBackground 2s infinite;
          opacity: 0.8;
	}
	@keyframes blinkingBackground{
		0%		{ background-color:#148C3D; }
          75%		{ background-color: #000000;}
		/*25%		{ background-color: #1056c0;}
		50%		{ background-color: #000;}
		*/
		100%	        { background-color: #018B2A;}
	}
/*end*/
/*Blinking Background effect*/
.blink_bg{
		color: #fff;
		/*padding: 10px;*/
		display: inline-block;
		/*border-radius: 5px;*/
		animation: blinkingBackground 2s infinite;
          opacity: 0.8;
	}
	@keyframes blinkingBackground{
		0%		{ background-color:#000; }
          75%		{ background-color: #E31417;}
		/*25%		{ background-color: #1056c0;}
		50%		{ background-color: #000;}
		*/
		100%	        { background-color: #000;}
	}
/*end*/

/*Blink text effect MOBILE*/
.blink_txt_mob{
		color: #FFF;
          display: inline-block;
          animation: blink 2s linear infinite;
	}
	
/*@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}*/
     @keyframes blink{
		0%		{ color: #000;}
		
		
		50%		{ color: #FFFD00;}
		100%	{ color: #FFF;}
	
}
/*End*/

.topbar_pc_blink_btn{background-color: #FF6600; border-radius: 50px; padding: 6px 10px; text-decoration: none; border: 2px solid #FFF; transition-duration: 20s;}

.topbar_pc_tpa_btn a {background-color: none; color: #FFF; border-radius: 50px; padding: 9px 10px; text-decoration: none; border: 2px solid #FFF; }
.topbar_pc_tpa_btn a:hover {background-color: #009999;  color: #FFF; border-radius: 50px; padding: 9px 10px; text-decoration: none; border: 2px solid #FFF; transition-duration: 1s;}

.topbar_pc_appointment_btn a {background-color: #FF6600; color: #FFF; border-radius: 50px; padding: 9px 10px; text-decoration: none; border: 2px solid #FFF; }
.topbar_pc_appointment_btn a:hover {background-color: #009999;  color: #FFF; border-radius: 50px; padding: 9px 10px; text-decoration: none; border: 2px solid #FFF; transition-duration: 1s; }


.title_heighlight  span { color:#009999;}


.request-call {
  position: fixed;
  right: 0;
  top: 200px;
  padding: 0;
  z-index: 2;
  border-radius: 6px;
  height: 261px;
  width: 50px;
  background: #e2741e
}
.request-call .rotate {
  transform: rotate(-90deg);
  
  margin: 0px;
  padding: 0px;
  width: 300px;
  height: 265px;
  position: relative;
  right: 5px;
  top: -81px;

}
.request-call .rotate p {
  color: #fff;
  margin: 80px 0 0;
  padding: 0;
  font-weight: 600;
  
  width: 100%;
  
}
.consultant .modal-content{
  background: linear-gradient(119deg, #20D5D2, #e2741e);
}
.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #161f24;
  margin: 30px 0px;
}

.section-title .title {
    font-size: 47px;
    line-height: 54px;
    position: relative;
    padding-right: 60px;
    display: inline-block;
}
.top-courses-area {
    padding-top: 30px;
}
.customer-logos .item{
  margin:25px;
}
.section-title .title::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 65%;
  background-color: #07294d;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.news-bg {
  background: #fff;
  padding: 0px 0px;
  margin: 10px 0px 25px 10px;
  border-radius: 6px;
  min-height: 225px;
}
.news-bg a, .news-bg p, .news-bg h3,.news-bg h2, .testimonial
{
padding : 0px 25px;
margin:2px;

}
.testimonial p{
  padding:0px;
  margin:0px;
}
.tx-center{
    text-align:center;
}
.flot-dsply {
  display: inline-block;
  float: left;
  padding: 15px 0px 15px 15px;
}

.dsply {
  display: inline-block;
  padding: 15px 20px;
}
.dsply h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
}
.dsply p {
  font-size: 14px;
  margin: 0px;
}
.home-post-link .testimonial {
  text-align: right;
  margin: 15px 0px 0px;
}

.section-6 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(29, 205, 89, 0.2)), url(../images/farm-visit-bg.jpg) fixed center center;
  /* /background-image: url(/web/20191226080923im_/https://naturesafariindia.com/assets/img/bg4.jpg);
   */
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px 100px;
  margin-bottom: 50px;
}
.sec-6 h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
}
.sec-6 h1 span {
  font-weight: bold;
  color: #fea201;
  font-size: 56px;
}


.open-button {
  background-color: #f66d00;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  border-radius: 5px;
}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 1030;
  width:400px;
  background :#fff;
  border: 2px solid #f66d00;
  border-radius: 10px;
}

/* Add styles to the form container */
.form-container {
  max-width: 400px;
  margin: 20px;
  padding:10px;
  border-radius:10px;
  background-color: white;
  border : 4px solid red;
}

.form-container button {
  background: #f66d00;
  color: #fff;
  border-radius:5px;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.quest{
  padding:2px 10px ;
    border: 1px solid #ff6300;
    background: #ff6300;
    color: #fff;
    border-radius : 5px 10px 0px 5px;
    margin: 5px 0px;
  }
.ans{
  padding: 2px 10px;
    border: 1px solid #00c553;
    background: #00c553;
    color: #fff;
    border-radius : 10px 5px 5px 0px; 
    margin: 5px 0px;
}
.type-out{
  overflow: hidden;
  border-right: .15em solid orange;
 
  animation: 
  typing 1s steps(20, end) forwards;
  font-size: 1.6rem;
  width: 0;
}
.you{
  position: relative;
  left:85%;
}

.box-chat{
max-height : 300px;
overflow-y:scroll;
padding: 20px 0px;
}

.start-chat{
font-weight: bold;

}
.start-chat span{
  padding:5px;
  border:1px solid #ff6300;
  background:#ff6300 ;
  white-space: nowrap;
  border-radius: 5px;
  color:#fff;
  
  }
  
  #cont{
  width:100%;
  overflow-y: hidden;
}
.read{
  border:none;
  background: none;
  font-weight: 600;
  margin-left: 25px;
}
.cont {
  height : 200px;  
  overflow-y : hidden;
}
.navigation {
      position: fixed;
      width : 100%;
      background: #fff;
     
  }
  
  .request-call .rotate {
  
    height: 164px;
    position: relative;
    height: 270px;
    top: -125px;

}
.request-call {
    position: fixed;
    top: 230px;
    height: 200px;
    width: 35px;
}

.request-call .rotate p {
 
  width: 100%;
  font-size: 12px;
}
  @media only screen and (max-width: 768px){

    .navigation {
      position: fixed;
      padding-left: 0px;
      padding-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      border-radius: 2px;
      margin-bottom:50px;
      background: #fff;
     
  }
  .slider{
    margin-top: 140px;
  }
.open-button {
    padding: 10px 5px;
    width: 30%;
}
.request-call .rotate {
  
    height: 164px;
    position: relative;
    height: 270px;
    top: -135px;

}
.request-call {
    position: fixed;
    top: 230px;
    height: 160px;
    width: 35px;
}

.request-call .rotate p {
 
  width: 100%;
  font-size: 9px;
}
.home-blockquote-xssm blockquote {
    
     text-align: left;
   
}
p {
    margin: 0 0 0px;
    line-height: 1.6;
}

  }

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: auto;
}

  