/* =======================================================
Theme Name: Law Theme .
Theme URI:  Local Host.
Description: Law web Theme.
Version: 1.0.
Author: 
Author URI: 
===========================================================*/


/*=======  Stylesheet Content ===========

00 -  Reset & General Rules.
01 -  wdw_header .
02 -  Slider . 
03 -  services . 
04 -  Emergency  .
05 -  About  . 
06 -  Statistics  . 
07 -  testimonials  .
08 -  Our Team . 
09 -  Blog . 
10 -  Partner .
11 -  Footer . 
12 - pages_head
13 - About Page 
14 - Services Page
15 - Blog  Page .
16 - Single Blog  Page .
17 - Contact Page .
=======>>>>>>>>>>>>>>>>>>>>>>> */


/*####################################################################
############   00 -  Reset & General Rules.    ############
#################################################################### */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', 'arial', sans-serif;
}

ul,
li {
    list-style: none;
}

ol,
ul,
dl {
    margin-bottom: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #7c7c7c;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alegreya', serif;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
    margin-top: 0;
    text-transform: capitalize;
}

h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 30PX;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.menu li a {
    font-family: 'Alegreya', serif;
    text-transform: capitalize;
}

p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
}

i{
    font-size: 16px;
}
.btn {
    text-transform: capitalize;
    -webkit-border-radius: 0;
    border-radius: 0;
}

button:focus {
    outline: none;
}

input,
input:focus {
    outline: none;
}


/* --- selection --------------------- */

::-moz-selection {
    background-color: #c8a472;
    color: #ffffff;
}

::-webkit-selection {
    background-color: #c8a472;
    color: #fff;
}

::-o-selection {
    background-color: #c8a472;
    color: #fff;
}

::-khtml-selection {
    background-color: #c8a472;
    color: #fff;
}

::-ms-selection {
    background-color: #c8a472;
    color: #fff;
}

::selection {
    background-color: #c8a472;
    color: #fff;
}


/*=====  Start Owl Caeousel Reset ======= */

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%
}

.owl-carousel .owl-item {
    overflow: hidden;
}

.owl-prev {
    position: absolute;
    right: 43px;
    top: -57px;
}

.owl-next {
    position: absolute;
    right: 0;
    top: -57px;
}

.angel {
    /*This class i add it in js code*/
    color: #fff;
    width: 40px;
    height: 31px;
    line-height: 25px;
    font-size: 24px;
    text-align: center;
    background: #c8a472;
}

.owl-dots {
    position: absolute;
    bottom: 56px;
    left: 48%;
}

.owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: transparent;
    border: 1px solid rgba(200, 164, 114, 0.8);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.owl-dots .active {
    background: #c8a472;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0px;
    height: 0px;
}

.owl-carousel li {
    overflow: hidden;
}


/* End Owl caeousel reset */


/*======= General Class   ==========*/

.main_padding {
    /*Section vertical Padding */
    padding-top: 150px;
    padding-bottom: 150px;
}

.small_padding {
    /*Section small vertical Padding */
    padding-top: 80px;
    padding-bottom: 80px;
}


/* Responsive padding */

@media only screen and (min-width: 0) and (max-width: 768px) {
    .main_padding {
        /*Section vertical Padding */
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .small_padding {
        /*Section small vertical Padding */
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.wdw_transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.full_height {
    height: 100%;
}

.no_padding {
    /* reset padding between col*/
    padding-left: 0;
    padding-right: 0;
}

.no_margin {
    /* reset row margin */
    margin-left: 0;
    margin-right: 0;
}

.display_table {
    /*To Vertical Alignment*/
    display: table;
    height: 100%;
}

.display_table_cell {
    /*To Vertical Alignment*/
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.display_flex {
    /*To Vertical Alignment*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.filter_grayscale {
    /*make images black and white*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wdw_sction_heading {
    /*Main title in sections (heading and p)*/
    text-align: center;
    margin-bottom: 50px;
}

.wdw_sction_heading h2 span {
    color: #c8a472;
}

.bg_img {
    /* background img */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.solid_btn {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    line-height: 0;
    background: #c8a472;
    font-family: 'Alegreya', serif;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.solid_btn i {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.solid_btn:hover {
    color: #c8a472;
    background: transparent;
    border: 1px solid #c8a472;
}

.solid_btn:hover i {
    color: #c8a472;
}

.border_btn {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(200, 164, 114, 0.6);
    padding: 20px;
    line-height: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.border_btn i {
    margin-left: 10px;
    color: #c8a472;
    font-size: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    bottom: -3px;
}

.border_btn:hover {
    color: #fff;
    background: #c8a472;
}

.border_btn:hover i {
    color: #fff;
}

.position_static {
    /* I use it always to escape from col- relative position */
    position: static;
}

.position_relative {
    position: relative;
}

.progress-bar {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.wdw_hidden {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}


/*####################################################################
############    01 -  wdw_header .     ############
#################################################################### */

.wdw_header {
    position: absolute;
    z-index: 3;
    width: 100%;
}

.wdw_navbar_brand {
    margin-top: 5px;
    position: relative;
    z-index: 100000;
}

.wdw_navbar_brand a {
    display: inline-block;
}

.wdw_navbar {
    padding-top: 46px;
}

.menu li {
    float: left;
    margin-right: 10px
}

.menu li a {
    display: block;
    color: #fff;
    font-family: 'Alegreya', serif;
    font-size: 18px;
    text-transform: capitalize;
    padding: 11px 5px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.menu li:hover a,
.menu li.active a {
    border-top: 1px solid rgba(200, 164, 114, 0.7);
    border-bottom: 1px solid rgba(200, 164, 114, 0.7);
    color: #c8a472;
}

.wdw_mob_btn {
    margin-top: 8px;
    padding: 5px 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
}
.wdw_mob_btn i{
    font-size: 26px;
}

.wdw_navbar form {
    margin-top: 5px;
    margin-left: 10px;
    height: 37px;
}

form .form_wrap {
    float: right;
    height: 100%;
}

.wdw_search_form a {
    border: 1px solid rgba(200, 164, 114, 0.7);
    background: transparent;
    color: #c8a472;
    width: 37px;
    height: 37px;
    line-height: 35px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.wdw_search_form input {
    height: 48px;
    margin-right: -3px;
    background: none;
    border: 1px solid rgba(200, 164, 114, 0.6);
    float: right;
    width: 0;
    visibility: hidden;
    padding: 15px;
    color: #fff;
    margin-top: 56px;
    position: absolute;
    right: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.searchbox {
    width: 300px !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=1) !important;
}

.wdw_mob_search_box {
    text-align: center;
    margin-top: 50px !important;
    display: none;
}

.wdw_mob_search_box input {
    width: 77%;
    height: 40px;
    padding: 5px 30px;
    color: #000;
}

.wdw_mob_search_box a {
    width: 50px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 39px;
    background: #c8a472;
    color: #fff;
    margin-left: -24px;
}


/*############    wdw_header Responsive .     ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .wdw_header {
        position: fixed;
        background: #000;
        padding: 18px 0;
    }
    .wdw_navbar {
        padding-top: 25px;
    }
    .wdw_menu_col {
        position: static;
    }
    .wdw_mob_menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 120px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.96);
        padding-top: 70px;
        z-index: 1000;
    }
    .wdw_mob_menu li {
        float: none !important;
        text-align: center;
    }
    .wdw_mob_menu li a {
        border: none !important;
    }
    .wdw_mob_search_box {
        display: block;
    }
    .wdw_search_form {
        display: none;
    }
    .position_static {
        position: relative;
    }
}


/*####################################################################
############    02 -  slider .     ############
#################################################################### */

.wdw_slider {
    height: 100vh;
    background: #000;
    position: relative;
    overflow: hidden;
}

.slide_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}

.slider_capture {
    text-align: center;
    -webkit-transform: translate(0, 10%);
    -moz-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.slider_capture h1 {
    text-transform: uppercase;
    color: #c8a472;
}

.slider_capture h1 span {
    display: block;
    color: #fff;
    font-size: 26px;
    font-style: italic;
}

.slider_capture .border_btn {
    margin-top: 20px;
    display: inline-block;
}

#slider .owl-nav {
    display: none;
}

.btn_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.nextsection {
    position: absolute;
    z-index: 2;
    bottom: 40px;
    right: 15px;
    width: 39px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #c8a472;
    border: 1px solid #c8a472;
    background: transparent;
}


/*Slider Animation*/

.owl-item.active .slider_capture h1 span {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.owl-item.active .slider_capture h1 {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.owl-item.active .slider_capture .border_btn {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}


/*############   slider Responsive .     ############*/

@media only screen and (min-width: 0) and (max-width: 768px) {
    .slider_capture h1 {
        font-size: 40px;
    }
    .slider_capture h1 span {
        font-size: 18px;
    }
}


/*####################################################################
############   03 -  services .     ############
#################################################################### */

.wdw_services {
    overflow: hidden;
    padding-bottom: 110px;
}

.info_box {
    text-align: center;
    margin-bottom: 60px;
}

.info_box i {
    font-size: 50px;
    color: #c8a472;
    margin-bottom: 10px;
}


/*####################################################################
############   04 -  Emergency  .     ############
#################################################################### */

.wdw_emergency {
    position: relative;
}

.wdw_heading_style_2 {
    text-align: left;
    margin-bottom: 0;
}

.wdw_heading_style_2 > h2 {
    color: #fff
}

.wdw_heading_style_2 > p {
    color: #b7b7b7;
    font-size: 16px;
}

.btn_aligned_center {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*############   Emergency  Responsive .     ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .btn_aligned_center {
        position: static;
        margin-top: 33px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/*####################################################################
############   05 -  About  .     ############
#################################################################### */

.wdw_about {
    overflow: hidden;
}

.wdw_sction_heading_left {
    text-align: left;
}

.skills {
    margin-top: 60px;
}

.progress_item .progress {
    overflow: visible;
    margin-bottom: 22px;
    height: 9px;
    background-color: #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.progress_item .progress-bar {
    position: relative;
    background-color: #c8a472;
}

.progress_item .progress-bar .c_tooltip {
    background: #c8a472;
    position: absolute;
    top: -36px;
    right: -10px;
    font-weight: 800;
    padding: 1px 7px;
}

.progress_item .progress-bar .c_tooltip:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #c8a472;
}

.progress_item h4 {
    font-style: italic;
}


/*############    About Responsive .     ############*/

@media only screen and (min-width: 0) and (max-width: 768px) {
    .progress_item .progress-bar .c_tooltip {
        right: 0;
    }
}


/*####################################################################
############   06 -  Statistics  .     ############
#################################################################### */

.wdw_statistics {
    overflow: hidden;
    position: relative;
}

.wdw_statistics .overlay:after {
    background: rgba(200, 164, 114, 0.9);
}

.wdw_statistics .container {
    position: relative;
}

.wdw_counter_box {
    border: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0 20px
}

.wdw_counter_box span {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.wdw_counter_box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


/*############    Statistics Responsive .     ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .wdw_counter_box {
        margin-bottom: 30px;
    }
}


/*####################################################################
############   07 -  testimonials  .    ############
#################################################################### */

.wdw_testimonials {
    overflow: hidden;
    position: relative;
}

.wdw_testimonials .container {
    position: relative;
}

.wdw_testimonials .wdw_sction_heading h2 {
    color: #fff;
}

.client_card .img_wrap {
    background: #fff;
    padding: 5px;
    max-width: 100px;
}

.client_card .client_info {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 25px;
    margin-bottom: 60px;
}

.client_card .client_info p {
    color: #b7b7b7
}

.client_card .client_info span {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.client_card .client_info .client_position {
    display: block;
    font-size: 10px;
    color: #b7b7b7;
    margin-top: 7px;
}


/*####################################################################
############  08 -  Our Team .   ############
#################################################################### */

.wdw_team {
    perspective: 400px;
}

.wdw_team .owl-prev .angel {
    background: #ccc;
}

.wdw_team .angel i {
    font-size: 18px;
}

.team_slide {
    position: relative;
    overflow: hidden;
}

.wdw_team_info {
    position: absolute;
    bottom: 0;
    background: rgba(200, 164, 114, 0.8);
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}

.social_links_s1 {
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
}

.social_links_s1 li {
    display: inline-block;
}
.social_links_s1 li i{
    font-size: 18px;
}
.social_links_s1 li a {
    color: #fff;
    margin-right: 10px;
}

.team_slide:hover .social_links_s1 {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.wdw_team_info:before {
    content: '';
    display: block;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
    border-top: 140px solid transparent;
    border-left: 0 solid rgba(200, 164, 114, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team_slide:hover .wdw_team_info:before {
    border-left: 447px solid rgba(200, 164, 114, 0.8);
}

.team_slide:hover .img_wrap img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(1%);
    -moz-filter: grayscale(1%);
    -ms-filter: grayscale(1%);
    -o-filter: grayscale(1%);
    filter: grayscale(1%);
}

.wdw_team_info h4 {
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.wdw_team_info span {
    color: #000;
    font-weight: bolder;
    text-transform: capitalize;
}


/*####################################################################
############  09 - Blog .   ############
#################################################################### */

.wdw_blog {
    background: #efeeee;
}

.post {
    margin-bottom: 50px;
}

.post h3 {
    margin-top: 25px;
    margin-bottom: 40px;
}

.post h3 a {
    color: #000;
}

.post .border_btn {
    padding: 15px 20px;
    color: #c8a472;
    font-size: 14px;
    margin-top: 10px;
}

.post .border_btn:hover {
    color: #fff;
}

.post_meta {
    margin-bottom: 15px;
}

.post_meta i {
    color: #c8a472;
    margin-right: 8px;
    font-size: 19px;
}

.post_meta span {
    margin-right: 10px;
    color: #000000;
}

.post_meta a {
    color: #000000;
}


/*############  Blog Responsive .   ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    #blog .content_box {
        margin-bottom: 40px;
    }
}


/*####################################################################
############   10 -  Partner .   ############
#################################################################### */

.wdw_partner {
    padding-top: 150px;
}

.partner_logo {
    background: #efeeee;
    padding: 26px;
    text-align: center;
    min-height: 120px;
}

.partner_logo img {
    display: inline-block
}

.wdw_partner .owl-prev .angel {
    background: #ccc;
}

.wdw_partner .angel i {
    font-size: 15px;
}

.flip_card {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 140px;
}

.flip_card:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip_card > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.flip_card .front_face {
    z-index: 2;
    backface-visibility: hidden;
}

.flip_card .back_face {
    background: #c8a472;
    z-index: 1;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}


/*############  Partner Responsive .   ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .partner_logo {
        margin-bottom: 30px;
    }
}


/*####################################################################
############   11 -  Footer .   ############
#################################################################### */

.wdw_footer {
    background: #0f0f0f;
    text-align: center;
    padding-top: 80px;
}

.footer_logo {
    margin-bottom: 40px;
}

.fo_contact_details {
    margin-top: 60px;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #181815;
}

.fo_contact_details li {
    color: #959595;
    padding-left: 30px;
}

.fo_contact_details .box {
    padding-left: 30px;
}

.fo_contact_details li i {
    color: #c8a472;
    margin-right: 10px;
    margin-left: -20px;
    font-size: 16px;
}

.lower_footer {
    padding-top: 33px;
    padding-bottom: 33px;
}

.copyright {
    margin-top: 6px;
    color: #7c7c7c;
}

.copyright span {
    color: #c8a472;
}

.footer_nav {
    margin-top: 6px;
}

.footer_nav li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #303030;
    line-height: 1;
}

.footer_nav li:last-child {
    border: none;
}

.social_links_s2 {
    float: right;
}

.social_links_s2 li {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #292929;
}

.social_links_s2 li a {
    color: #c8a472;
}


/*############   Footer Responsive .   ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .fo_contact_details .box {
        margin-bottom: 30px;
    }
    .social_links_s2 {
        float: left;
        margin-top: 30px;
    }
    .copyright {
        text-align: left;
    }
}

@media only screen and (min-width: 0) and (max-width: 768px) {
    .copyright {
        text-align: center;
    }
    .copyright,
    .footer_nav {
        margin-bottom: 20px;
    }
    .social_links_s2 {
        float: none;
    }
}


/*##########################################################################################        
###################                         ################################################
###################       ==========        ################################################
###################   Start Inside Pages    ################################################
###################       ==========        ################################################
###################                         ################################################
######################################################################################### */


/*####################################################################
############   12 - pages_head  ############
#################################################################### */

.wdw_page_head {
    min-height: 400px;
    background: #000;
    position: relative;
    overflow: hidden;
    padding-top: 170px;
    padding-bottom: 100px;
    text-align: center;
}

.wdw_page_head span {
    color: #c8a472;
}

.page_meta a {
    color: #fff
}


/*############  pages_head Responsive ############*/

@media only screen and (min-width: 0) and (max-width: 991px) {
    .wdw_page_head {
        padding-top: 220px;
    }
}


/*####################################################################
############   13 - About Page   ############
#################################################################### */

.about_tabs .panel-title i {
    color: #c8a472;
    float: right;
    margin: 9px 10px 0 0;
    font-size: 16px;
    position: relative;
    top: -4px;
}

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    border: 1px solid rgba(200, 164, 114, 0.57);
    background: transparent;
    padding: 0;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 20px;
}

.panel-default > .panel-heading h4 {
    color: #c8a472;
    font-size: 20px;
}

.second_row {
    margin-top: 40px
}


/*####################################################################
############   14 - Services Page   ############
#################################################################### */

.wdw_emergency_style_2 .overlay:after {
    background: rgba(86, 86, 86, 0.8);
}

.services_page #emergency p {
    color: #fff;
    font-size: 16px;
}


/*####################################################################
############  15 - Blog  Page .   ############
#################################################################### */

#blog_page .wdw_blog,
#post_page .wdw_blog {
    background: transparent;
}


/*####################################################################
############  16 - Single Blog  Page .    ############
#################################################################### */

#post_page #blog p {
    margin-bottom: 20px;
    font-weight: 100;
}

#post_page #blog h2 {
    margin-top: 20px;
}

#post_page #blog h2 a {
    color: #000;
    font-size: 32px;
}

#post_page h3 {
    font-weight: 100;
    margin-bottom: 30px;
}

.share_post li {
    display: inline-block;
}

.share_post li:first-child {
    margin-right: 18px;
    font-size: 16px;
    font-weight: 900;
}

.share_post li i {
    color: #323232;
    margin-right: 10px;
    border: 1px solid #323232;
    width: 32px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    border-radius: 50%;
}

.comments_wrap {
    margin-top: 100px;
}

.comment {
    overflow: hidden;
    margin-bottom: 50px;
}

.comment .user_img {
    float: left;
    max-width: 70px;
    text-align: center;
    margin-right: 30px;
    margin-top: 30px;
}

.comment .user_img span {
    margin-top: 10px;
    display: inline-block;
}

.comment .comment_content {
    float: left;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 100px);
    padding: 42px 30px;
    border: 1px solid #bdbdbd;
}

.comment .comment_content .post_meta a {
    float: right
}

.comment_reply {
    margin-left: 50px;
}

.reply_form {
    margin-top: 100px;
    margin-bottom: 150px;
}

.search_box {
    position: relative;
    margin-bottom: 70px;
}

.search_box input {
    width: 100%;
    padding: 10px
}

.search_box a {
    position: absolute;
    top: 5px;
    right: 9px;
    color: #c8a472;
}
.search_box i{
    font-size: 18px;
}
.category {
    margin-bottom: 70px;
}

.category li a {
    padding: 10px 0;
    display: inline-block;
}

.category li {
    border-bottom: 1px solid #bdbdbd
}

.popular_posts {
    margin-bottom: 70px;
}

.popular_posts h3 {
    margin-bottom: 30px;
}

.popular_posts li {
    overflow: hidden;
    margin-bottom: 10px;
}

.popular_posts li .img_wrap {
    width: 25%;
}

.popular_posts li h4 {
    width: 75%;
    padding-left: 15px;
    font-size: 14px;
    color: #828282;
    font-weight: 100;
}

.tags li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 6px 11px;
    margin-bottom: 6px;
    margin-right: 2px;
}


/*####################################################################
############  17 - Contact Page .    ############
#################################################################### */

.contact_info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_info li {
    margin-bottom: 30px;
}

.contact_info .box {
    padding: 40px;
    border: 1px solid #c8a472;
    text-align: center;
    height: 100%;
}

.contact_info {
    margin-bottom: 100px;
}

.contact_info i {
    font-size: 60px;
    color: #c8a472;
    display: block;
    margin-bottom: 10px;
}

.contact_info span {
    display: block;
}

.contact_form input,
textarea {
    border: 1px solid #c8a472;
}

.contact_form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 14px;
}

.contact_form .input_wrap input {
    width: 49%;
}

.contact_form .input_wrap input:last-child {
    float: right;
}

.contact_form textarea {
    width: 100%;
    padding: 14px;
}

.contact_form button {
    font-family: "open sans", sans-serif;
    font-size: 16px;
    font-weight: 100;
    padding: 30px 20px;
    margin-top: 30px;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}


/*############ Contact Page Responsive .    ############*/

@media only screen and (min-width: 0) and (max-width: 479px) {
    .contact_info li {
        width: 100%;
    }
}


/*####################################################################
############  18 - 404  Page .    ############
#################################################################### */

#page_404 .page_content {
    text-align: center;
}

#page_404 .page_content div {
    font-size: 200px;
    font-weight: bolder;
    color: #afafaf
}

#page_404 .page_content p {
    font-size: 18px;
}

#page_404 .page_content a {
    font-size: 16px;
    display: inline-block;
    padding: 25px 30px;
    margin-top: 40px;
}

#page_404 .wdw_page_head {
    min-height: 142px;
    padding-top: 0;
    padding-bottom: 0;
}


/*############ 404  Page Responsive .    ############*/

@media only screen and (min-width: 0) and (max-width: 479px) {
    #page_404 .page_content div {
        font-size: 120px;
    }
    #page_404 .page_content p {
        font-size: 14spx;
    }
}


/*####################################################################
############  19 - Search Page .    ############
#################################################################### */

.result_title p {
    color: #000;
    font-size: 22px;
    margin-top: 70px;
}

#search_page .wdw_blog {
    background: transparent;
    padding-top: 0;
}


/* ===================================
============ Pre Loading ===========
====================================*/

.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100vh;
    background: #000;
    display: table;
}

.loading .load-wrap {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.banner {
    position: relative;
    padding: 10px 20px;
    animation: loader 1.5s cubic-bezier(0.5, 0.1, 0.15, 1) alternate infinite;
    display: inline;
    color: #fff;
}

@keyframes loader {
    0% {
        letter-spacing: 3px;
    }
    100% {
        letter-spacing: 15px;
    }
}