@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------------

Template Name:      Law Firm Legal Service Responsive Website Template
Version:            1.0.0
Created Date:       15/06/2017
Created by :        https://easetemplate.com/

------------------------------------------------------------------
[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  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------

13. Media Queries

------------------------------------------------------------------*/
/*-----------------------------------
    1. Body / Typography
-----------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #333333;
    font-family: 'PT Serif', serif;
    margin: 0px 0px 15px 0px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 5px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    line-height: 1.8;
}

p:last-child {
    margin: 0px;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #d69f2c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus, a:hover {
    color: #d69f2c;
}

.lead {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8;
    font-family: 'PT Serif', serif;
    font-style: italic;
}

.blockquote {
    background-image: url(../images/quote-img.jpg);
    max-height: auto;
    margin: 0px 0px 30px 0px;
    font-size: 34px;
    font-weight: 500;
    font-style: italic;
    font-family: 'PT Serif', serif;
    text-align: left;
    padding-bottom: 47px;
    color: #fff;
    padding-top: 47px;
    padding-left: 30px;
}

.blockquote-caption {
    border-left: 3px solid #d8d7d5;
    padding-left: 40px;
}

.blocquote-author {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-style: normal;
    color: #cdcccc;
}

strong {
    color: #333;
    font-weight: 800;
}

hr {
    border-bottom: 1px solid #e1e0dd;
    margin-bottom: 40px;
    margin-top: 40px;
}

/*-----------------------
    2 Form Elements:
-------------------------*/
label {}

.control-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #9b9a98;
}

.form-control:focus {}

.textarea.form-control {}

.required {}

.input-group, .form-group {}

.form-control {
    color: #000000;
    font-size: 12px;
    letter-spacing: .75px;
    font-weight: 700;
    width: 100%;
    height: 50px;
    padding: 10px;
    line-height: 1.42857143;
    background-image: none;
    background-color: #f0efed;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 1px solid #e5e4e1;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    text-transform: uppercase;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

/*-------------- 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 30px 30px;
}

.alignleft {
    float: left;
    margin: 0px 30px 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: 'Lato', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 14px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    border-radius: 0px;
}

.btn-primary {
    background-color: transparent;
    color: #d69f2c;
    border: #d69f2c 2px solid;
}

.btn-primary:hover {
    background-color: #d69f2c;
    color: #fff;
    border: #d69f2c 2px solid;
}

.btn-primary.focus, .btn-default:focus {
    background-color: #d69f2c;
    color: #fff;
    border: #d69f2c 2px solid;
}

.btn-default {
    background-color: transparent;
    color: #f1bf43;
    border: #f1bf43 2px solid;
}

.btn-default:hover {
    background-color: #f1bf43;
    color: #fff;
    border: #f1bf43 2px solid;
}

.btn-default.focus, .btn-primary:focus {
    background-color: #f1bf43;
    color: #fff;
    border: #f1bf43 2px solid;
}

.btn-lg {
    padding: 12px 22px;
    font-size: 14px;
    text-align: center;
}

.btn-sm {
    padding: 8px 12px;
    font-size: 12px;
}

.btn-xs {
    padding: 4px 10px;
    font-size: 10px;
}

.btn-link {
    color: #d69f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .80px;
    text-transform: uppercase;
}

.btn-link:hover {
    color: #0a1e46;
    text-decoration: none;
}

button.btn {
    height: 50px;
    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: 80px;
    padding-bottom: 80px;
}

.space-large {
    padding-top: 120px;
    padding-bottom: 120px;
}

.space-ex-large {
    padding-top: 140px;
    padding-bottom: 140px;
}

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt100 {
    margin-top: 100px !important;
}

/*----- less margin space from top --*/
.mt-20 {
    margin-top: -20px !important;
}

.mt-40 {
    margin-top: -40px !important;
}

.mt-60 {
    margin-top: -60px !important;
}

.mt-80 {
    margin-top: -80px !important;
}

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
    padding: 0px  !important;
}

.nopr {
    padding-right: 0px !important;
}

.nopl {
    padding-left: 0px !important;
}

.pinside10 {
    padding: 10px !important;
}

.pinside20 {
    padding: 20px !important;
}

.pinside30 {
    padding: 30px !important;
}

.pinside40 {
    padding: 40px !important;
}

.pinside50 {
    padding: 50px !important;
}

.pinside60 {
    padding: 60px !important;
}

.pinside80 {
    padding: 80px !important;
}

.pinside130 {
    padding: 130px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt60 {
    padding-top: 60px !important;
}

.pdt80 {
    padding-top: 80px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb60 {
    padding-bottom: 60px !important;
}

.pdb80 {
    padding-bottom: 80px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdl60 {
    padding-left: 60px !important;
}

.pdl80 {
    padding-left: 80px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdr60 {
    padding-right: 60px !important;
}

.pdr80 {
    padding-right: 80px !important;
}

/*--------------------------------
4.4 Background & Block color
----------------------------------*/
.bg-light {
    background-color: #f8f5f2;
}

.bg-primary {}

.bg-default {
    background-color: #d69f2c;
}

.bg-white {
    background-color: #fff;
}

.outline {}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.title {
    color: #333333;
}

.small-title {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #d69f2c;
    border-bottom: #d69f2c 2px solid;
    text-transform: uppercase;
    letter-spacing: .75px;
    display: inline-block;
}

.text-white {
    color: #fff;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {}

/*--------------------------------
4.5 Features Block
----------------------------------*/
.feature {}

.feature-block {
    margin-bottom: 30px;
}

.feature-text {
    font-size: 14px;
    font-weight: 400;
}

.feature-title {
    color: #333333;
    margin-bottom: 25px;
}

.feature-content {
    margin-top: 20px;
}

.feature-section {}

.feature-icon ul {
    margin-bottom: 30px;
}

.feature-icon ul li {
    line-height: 28px;
}

.feature-icon ul li i {
    padding-right: 10px;
    color: #f1bf43;
}

/*--------------------------------
4.6 Bullet/arrow
----------------------------------*/
.arrow {
    position: relative;
    padding-left: 22px;
    color: #bfedae;
    line-height: 32px;
}

.arrow-chevron-circle-right li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #bfedae;
    content: "\f138";
}

/*--------------------------------
4.7 Call to actions
----------------------------------*/
.cta-section {
    text-align: center;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #d6bcbb;
}

.cta-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.widget-cta {
    border: 1px solid #dbdad8;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-cta-icon {
    font-size: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.widget-cta-text {
    color: #d69f2c;
    font-weight: 700;
    font-size: 17px;
}

/*--------------------------------
 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: "\f002";
    font-family: "FontAwesome";
    font-size: 20px;
}

.imghover:hover::before, .imghover:hover::after {
    opacity: 1;
}

.imghover:hover::before {
    background: rgba(142, 30, 26, .70);
}

.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: #aa9144;
}

.icon-primary {
    color: #474954;
}

.icon-secondary {
    color: #fff;
}

.icon-white {
    color: #fff;
}

/*--------------------------------
5 Header / Navigations
----------------------------------*/
/*--------------------
    5.1 Header Regular
   ----------------------*/
.logo {}

.top-bar {
    background-color: #f0efe8;
    border-bottom: #e3e2da 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
}

.connect-us {
    float: right;
}

.call-info {
    padding-top: 2px;
    padding-left: 60px;
}

.call-text {
    font-size: 20px;
    font-weight: 900;
}

.call-text strong {}

.social {
    padding-top: 6px;
}

.social ul {
    float: right;
}

.social ul li {
    float: left;
}

.social ul li a {
    font-size: 12px;
    padding: 10px 10px;
    background-color: #e4e4e4;
    border-radius: 50px;
    line-height: 1.2;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 1px;
    display: block;
}

.social ul li a:hover {
    background-color: #d69f2c;
    color: #fff;
}

.header {}

.header-wrapper {
    z-index: 9;
    background: #fff;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #e1e0dd solid;
}

.is-sticky .header-wrapper {
    border-bottom: 1px #e1e0dd solid;
}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section {
    background: url(../images/hero-img.jpg) no-repeat center;
    background-size: cover;
}

.hero-section-caption {
    margin-top: 110px;
    margin-bottom: 110px;
    background-color: #4d8638;
    border-radius: 6px;
}

.hero-title {
    color: #fff;
    font-size: 35px;
    font-weight: 100;
    line-height: 45px;
    margin-bottom: 25px;
}

#navigation {
    margin-top: 6px;
    float: right;
}

#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;
}

#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: 'Lato', 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: 14px;
    font-size: 13px;
    color: #555555;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#navigation>ul>li:hover>a {
    color: #fff;
    background-color: #0a1e46;
}

#navigation>ul>li.has-sub>a {
    padding-right: 32px;
}

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 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: 42px;
}

#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 {
    background-color: #13315a;
    padding: 14px 22px;
    width: 218px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: #0a1e46 1px solid;
}

#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: #0a1e46;
}

#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 #0a1e46;
    top: auto;
    background-color: #13315a;
}

#navigation.small-screen ul ul li, #navigation.small-screen li:hover>ul>li {
    height: auto;
}

#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 {
    float: none;
}

#navigation.small-screen ul ul li a {
    padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
    padding-left: 35px;
}

#navigation.small-screen ul ul li a {
    color: #fff;
    background: none;
}

#navigation.small-screen ul ul li:hover>a, #navigation.small-screen ul ul li.active>a {
    color: #fff;
    background-color: #0a1e46;
}

#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: 700;
    background-color: #0a1e46;
    margin-top: 20px;
}

#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: 20px;
    border: 0;
    height: 2px;
    width: 15px;
    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: 20px;
    background: #fff;
    width: 15px;
    -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 #0a1e46;
    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 {
    background: ;
}

#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 {
    text-align: center;
    background: url(../images/page-header.jpg) no-repeat center;
    background-size: cover;
    margin: 0px;
}

.page-section {
    padding-top: 150px;
    padding-bottom: 140px;
}

.page-description {}

.page-description p {
    color: #FFF;
}

.page-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding-top: 20px;
}

.page-text {
    font-size: 13px;
    font-weight: 700;
    color: #f1bf43;
    border-bottom: #f1bf43 2px solid;
    text-transform: uppercase;
    letter-spacing: 1.8px;
}

/*-----------------------------------
    6. Slider
-------------------------------------*/
.slider-captions {
    position: absolute;
    bottom: 120px;
}

.slider-title {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}

.slider-text {
    color: #fff;
}

.slider-captions .small-title {
    color: #f1bf43;
    border-bottom: 2px solid #f1bf43;
    margin-bottom: 20px;
    display: inline-block;
}

.slider .owl-dots {
    text-align: center !important;
    position: relative;
    bottom: 40px;
}

.slider .owl-nav {}

.slider .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0px;
}

.slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0px;
}

.slider .owl-dots .owl-dot {}

/*-----------------------------------
7. Content
-------------------------------------*/
/*-----------------------------------
8. Footer
-------------------------------------*/
.footer {
    background-color: #0a1e46;
    padding-top: 60px;
    padding-bottom: 50px;
    color: #979393;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-title {
    margin-bottom: 40px;
    color: #fff;
}

.footer-widget {}

.footer-widget ul {}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget li a {
    font-size: 14px;
    color: #979393;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 700;
}

.footer-widget li a:hover {
    color: #f1bf43;
}

.footer-widget .form-control {
    height: 50px;
    color: #7e7e7e;
    background-color: #535353;
    border: 0px solid;
    border-radius: 2px;
}

.footer-wrapper {}

.footer-social {
    margin-top: 25px;
}

.footer-social span a {
    font-size: 12px;
    padding: 10px 10px;
    background-color: #737070;
    border-radius: 50px;
    line-height: 1.2;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
    color: fff;
}

.footer-timing {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-social span a:hover {
    background-color: #d69f2c;
    color: #fff;
}

.footer-link {
    color: #ffe451;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ffe451;
    padding-bottom: 2px;
}

.footer-link:hover {
    color: #f7da3d;
    border-bottom: 1px solid #f7da3d;
}

/*-------------- tiny footer ------------*/
.tiny-footer {
    background-color: #141212;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #6e6b6b;
    text-align: center;
    text-transform: uppercase;
}

/*-----------------------------------
9. Pages
-------------------------------------*/
/*-------------------------
 9.1 About us
---------------------------*/
.about-section {}

.about-title {
    margin-bottom: 30px;
}

.about-img img {
    border-radius: 10px;
}

.about-list {}

.about-list ul li {
    color: #5f5f5f;
}

.about-list ul li:before {
    color: #5f5f5f;
}

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
.service-block {
    min-height: 300px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #e1e0dd;
    text-align: center;
}

.service-block:hover {
    border: 1px solid #d69f2c;
}

.service-icon {
    margin-bottom: 30px;
    color: #d69f2c;
    font-size: 50px;
}

.service-img img {
    margin-bottom: 30px;
}

.service-content {
    padding-bottom: 10px;
}

.service-btn-link {
    margin-bottom: 8px;
}

/*-----------------------------------------
  service side-nav
 ------------------------------------------*/
.sidenav {}

.sidenav ul li {
    position: relative;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid #dbdad8;
}

.sidenav ul li a {
    padding: 8px 0px 14px 0px;
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .50px;
    text-transform: uppercase;
}

.sidenav ul li a:hover {
    color: #d69f2c;
}

.sidenav ul li.active a {
    color: #d69f2c;
}

.sidenav ul li.active a:before {
    color: #13a0b2;
}

.service-sidenav-icon {
    font-size: 16px;
    color: #d69f2c;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sidenav a:focus, a:active {
    background-color: transparent;
    border: 0px;
}

/*--------------------------
 9.5  Testimonial
---------------------------*/
.testimonial-wrapper {
    margin-bottom: 30px;
}

.testimonial-block {
    background-color: #fff;
    border: 1px solid #dbdad8;
    margin-bottom: 30px;
    padding: 35px;
}

.testimonial-icon {
    font-size: 35px;
    color: #d69f2c;
    padding-bottom: 20px;
}

.testimonial-content {
    text-align: left;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    color: #333333;
}

.testimonial-meta {
    font-size: 13px;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: .80px;
}

/*--------------------------
 9.6  team
 ----------------------------*/
.team-block {
    margin-bottom: 20px;
}

.team-img {
    margin-bottom: 20px;
}

.team-content {
    text-align: center;
}

.team-title {
    margin-bottom: 0px;
}

.team-meta {
    text-transform: uppercase;
    font-size: 12px;
    color: #d69f2c;
    font-weight: 700;
    letter-spacing: .75px;
}

.team-designation {}

/*-------------------------
 9.8 Contact us
---------------------------*/
.contact-block {
    background: url(../images/map.jpg) no-repeat center;
    background-size: cover;
    margin: 0px;
    );
    padding-top: 140px;
    padding-bottom: 140px;
}

.contact-info {
    margin-top: 30px;
}

.contact-info-title {}

.contact-icon {
    margin-right: 20px;
}

.contact-icon {
    border: 2px #589442 dashed;
    line-height: 14px;
    border-radius: 100%;
    padding: 14px 18px;
    font-size: 20px;
    color: #589442;
    width: 52px;
}

.contact-info ul {}

.contact-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.contact-info li {
    margin-bottom: 10px
}

.get-in-touch {}

/*------------------------
10. Blog pages
--------------------------*/
/*----- post-----*/
.post-block {
    margin-bottom: 40px;
}

.post-title {
    color: #333333;
}

.post-title:hover {
    color: #d69f2c;
}

.post-img {
    position: relative;
}

.post-content {
    margin-top: 20px;
}

.sticky-box, .video-box {
    height: 50px;
    width: 50px;
    background-color: #d69f2c;
    position: absolute;
    z-index: 8;
    top: 20px;
    right: 0px;
    left: 20px;
    border-radius: 50px;
    padding-top: 2px;
    line-height: 1;
}

.post-sticky, .post-video {
    position: absolute;
    top: 14px;
    right: 19px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
}

/*----- meta -----*/
.meta {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 3px;
}

.meta-date {
    color: #d69f2c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.meta-categories, .meta-comments, .meta-author {
    background-color: transparent;
    padding-right: 8px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .75px;
    color: #a3a19d;
}

. .meta-tag {}

/*----- pagination -----*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.st-pagination {
    text-align: left;
}

.st-pagination .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    line-height: 1.6;
    color: #979692;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #c2c1be;
    background-color: transparent;
    font-weight: 700;
    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: #d69f2c;
    background-color: transparent;
    border: #d69f2c 1px solid;
}

.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0px;
}

.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span {
    border-radius: 0px;
}

.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: #d69f2c;
    cursor: default;
    background-color: transparent;
    border: 1px solid #d69f2c;
}

.related-block {
    margin-top: 40px;
    border-top: 1px solid #e3e2da;
    border-bottom: 1px solid #e3e2da;
    padding: 40px 0px 40px 0px;
}

.related-post {
    margin-top: 20px;
}

.related-img img {
    margin-bottom: 30px;
}

.related-post-content {}

.post-meta {
    margin-right: 20px;
}

/*----- prev-next-----*/
.post-navigation {
    border-top: 1px solid #e3e2da;
    border-bottom: 1px solid #e3e2da;
    padding: 20px 0px 20px 0px;
}

.nav-links {
    text-decoration: underline;
}

.nav-previous {}

.prev-link, .next-link {
    color: #333333;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.nav-next {}

.next-link {}

.previous-next-title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    color: #333333;
    font-weight: 700;
}

/*----- Author-post -----*/
.author-block {
    margin-top: 40px;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 0px;
    border: 1px solid #dbdad8;
}

.author-post {}

.author-img {}

.author-title {
    font-size: 22px;
    line-height: 22px;
}

.author-post-content {}

.author-text {
    margin-top: 15px;
}

.meta-author, .author-meta {
    padding-left: 0px;
}

/*----- Comments -----*/
.comment-area {
    margin-top: 40px;
    margin-bottom: 30px;
}

.comment-title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0px;
    margin-top: 40px;
}

.comment {}

.comment-body {}

.comment-header {
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.comment-author {}

.comment-author img {
    float: left;
}

.comment-info {
    padding-left: 130px;
}

.user-title {
    font-size: 18px;
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
}

.comment-meta-date {
    color: #589442;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .75px;
    text-transform: uppercase;
    display: list-item;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
}

.reply-link {}

.childern {
    padding-left: 100px;
}

/*----- leave-Comments -----*/
.leave-comments {
    margin-bottom: 30px;
}

/*------------------------
 12. Counter block
--------------------------*/
.counter-block {
    margin-bottom: 20px;
}

.counter-section {}

.counter-content {
    padding-top: 30px;
}

.counter-title {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.counter-icon {
    font-size: 52px;
    color: #f1bf43;
}

.counter-text {
    font-size: 14px;
    letter-spacing: .50px;
    text-transform: uppercase;
    color: #e5b7b5;
    font-weight: 700;
}

/*------------------------
 12. Sidebar / Widgets
--------------------------*/
/*----- widget -----*/
.widget {
    border: 1px solid #dbdad8;
    padding: 30px;
    margin-bottom: 30px;
}

.widget-title {}

.widget ul {}

.widget li {}

.widget li a {}

.widget li a:hover {}

.widget-search {}

.widget-categories {}

.widget-categories ul {}

.widget-categories ul li a, .sidenav li a {
    border-bottom: :0px;
}

.widget-categories ul li a, .widget-archives ul li a {
    padding: 11px 0px 8px 0px;
    display: block;
    line-height: 14px;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.widget-categories ul li a:hover, .widget-archives ul li a:hover {
    color: #d69f2c;
}

.widget-archives {}

.recent-post {}

.recent-title {
    line-height: 1.4;
}

.widget-tags {}

.widget-tags a {
    color: #979692;
    padding: 6px 10px;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-right: 5px;
    border: 2px solid #c2c1be;
}

.widget-tags a:hover {
    background-color: #d69f2c;
    color: #fff;
    border: 2px solid #d69f2c;
}

/*-------------styleguide-------------*/
.box-info {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.circle-default-color {
    background-color: #f1bf43;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #f5f0e8;
}

.circle-primary-color {
    background-color: #d69f2c;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #b0615e;
}

.circle-heading-color {
    background-color: #333333;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #707070;
}

.circle-secondary-color {
    background-color: #666666;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 5px solid #949494;
}

.box-bg-color {
    background-color: #f0efe8;
    height: 160px;
    width: 160px;
}

.unordered ul {
    list-style: disc;
    margin-left: 20px;
}

.unordered ul li {
    line-height: 2;
}

.ordered ol {
    list-style: decimal;
    margin-left: 20px;
}

.ordered ol li {
    line-height: 2;
}

.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-color: ;
    border: 1px solid #dbdad8;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width:1200px) {
    .slider-captions {
        position: absolute;
        bottom: 50px;
    }

    .slider .owl-dots {
        min-width: 28%;
        position: absolute;
        bottom: 20px;
        text-align: center !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width:992px) {
    .d-sm-none {
        display: none;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width:768px) {
    .slider-captions {
        position: absolute;
        bottom: 50px;
    }

    .slider-title {
        font-size: 30px;
        margin-bottom: 0px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width:480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width:320px) {
    .slider-captions {
        bottom: 40px;
    }

    .slider-title {
        font-size: 18px;
    }

    .slider .owl-nav .owl-prev {
        position: absolute;
        top: 20%;
        left: 0px;
    }

    .slider .owl-nav .owl-next {
        position: absolute;
        top: 20%;
        right: 0px;
    }
}

/* Added after */
.practice-area {
    float: left;
    width: 16.666%;
    height: 323px;
    color: #FFF;
    text-align: center;
    line-height: 323px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    padding: 154px 0 0 0;
    box-sizing: border-box;
    position: relative;
}

.practice-area h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    line-height: 24px;
    z-index: 99999;
    position: relative;
}

.practice-area-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
}

.practice-area:hover .practice-area-hover {
    opacity: 1;
}

#practice-area1 {
    background: url(../images/pa1.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area2 {
    background: url(../images/pa2.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area3 {
    background: url(../images/pa3.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area4 {
    background: url(../images/pa4.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area5 {
    background: url(../images/pa5.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area6 {
    background: url(../images/pa6.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area1 .practice-area-hover {
    background: url(../images/pa1-hover.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area2 .practice-area-hover {
    background: url(../images/pa2-hover.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area3 .practice-area-hover {
    background: url(../images/pa3-hover.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area4 .practice-area-hover {
    background: url(../images/pa4-hover.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area5 .practice-area-hover {
    background: url(../images/pa5-hover.jpg) top left no-repeat;
    background-size: cover;
}

#practice-area6 .practice-area-hover {
    background: url(../images/pa6-hover.jpg) top left no-repeat;
    background-size: cover;
}

.button {
    float: left;
    display: block;
    clear: both;
    padding: 0;
    height: 66px;
    line-height: 66px;
    border-radius: 0px;
    width: 100%;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    background: #FFF;
    color: #169d5c;
    letter-spacing: 1px;
    font-family: 'Proxima N W01 At Reg', sans-serif;
}

.button:hover {
    background: #169d5c;
    color: #FFF;
}
