/*====== [Master Stylesheet]===============================================================
@Template Name: Brooks Plastic Surgery
@Author: Themelab15
@Developed By: Themelab15
Author E-mail: themelab15@gmail.com

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Page Title
5. Main Header / Style Three
6. Main Slider
7. Services Section
8. Doctor about Section
9. Counter Section
10. Gallery Section
11. Testimonial Section
12. Team Section
13. News Section
14. Clients Section
15. Faq Section
16. Services Singles Section
17. Blog Section
18. Main Footer
19. Contact Form
20. Map Section
21. Contact Info Section

**********************************************/


/*[font Variables]*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*[debugging.css]*/

@import url('header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/priceing.css');
@import url('page-css/appointment-page.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer.css');
@import url('hover.css');
@import url('animate.css');
@font-face {
    font-family: AS_Speedway;
    src: url(../fonts/AS_Speedway.ttf);
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", prompt;
}

a.navbar-brand {
    width: 245px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-family: "Poppins", prompt;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    font-family: "Poppins", prompt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Poppins", prompt;
    color: #000;
}

p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Poppins", prompt;
}


/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #5ac7ee;
    border: solid 2px #5ac7ee;
    border-radius: 50px;
    /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 44%;
    margin-left: -8px;
    margin-top: -17px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#scroll:hover {
    border: solid 2px #5ac7ee;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

.padd-r-none {
    padding-right: 0;
}

.padd-l-none {
    padding-left: 0;
}

.pd-left-50 {
    padding-left: 50px;
}

.mr-btm-0 {
    margin-bottom: 0 !important;
}

.mb-60 {
    margin-bottom: 45px;
}

.brd-r-0 {
    border-right: 0 !important;
}

.spacer-50 {
    width: 100%;
    height: 20px;
    float: left;
}


/*** 

====================================================================
  image block style
====================================================================

***/

img {
    max-width: 100%;
}

.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.image_thumb:hover:before {
    opacity: 1;
}

#success {
    display: none;
}

#error {
    display: none;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
    float: none !important;
}

iframe {
    border: none;
}

i:before {
    margin-left: 0px !important;
}


/* Btn css*/

.fancy-btn {
    display: table;
    position: relative;
    padding: 10px 25px;
    border: 1px solid #b7b7b7;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 50px auto 0;
    transition: color 0.4s;
    letter-spacing: 2px;
}

.fancy-btn:after {
    content: " ";
    border: 1px solid rgba(0, 0, 0, 0);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.4s;
}

.fancy-btn:hover {
    color: #000;
}

.fancy-btn:hover:after {
    border: 1px solid #b7b7b7;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
}


/* End btn css*/


/* Main title css
============================================================================================ */

.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 60px;
}

.sec_middle_title h1 {
    font-size: 35px;
    color: #152E56;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .90px;
}

.sec_middle_title h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}

.sec_middle_title h2 span {
    color: #18ba60;
}

.sec_middle_title p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
}


/*** 

====================================================================
  Main Slider style
====================================================================

***/

.slider_area {
    min-width: 0;
    min-height: 0;
    background-color: #000;
    overflow: hidden;
}

.slider_area .container-fluid {
    position: relative;
    padding-left: 0;
}

.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider_area .owl-carousel {
    padding: 0;
    position: relative;
}

.slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider_area .carousel-captions {
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 250;
    -webkit-transform: translateY(-50%);
}

.slider_area .carousel-captions.caption-align-center {
    text-align: left;
}

.slider_area .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}

.slider_area .carousel-captions .small-heading {
    /*display: block;*/
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    background-color: #152E56;
    padding: 5px 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    animation: fadeInleft 0.5s both 0.4s;
    width: auto;
    text-transform: uppercase;
}

.slider_area .carousel-captions .heading {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 46px;
    text-transform: uppercase;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    font-weight: bold;
    line-height: 55px;
}

.slider_area .carousel-captions .heading.color {
    color: #FFF;
}

.slider_area .carousel-captions .btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 16px 34px;
}

.slider_area .btn-outline.lighter {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    border-color: rgba(255, 255, 255, .2);
}

.slider_area .owl-nav {
    margin-top: -50px;
    text-align: center;
}

.slider_area .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider_area .owl-nav [class*=owl-]:hover {
    /*opacity: .55;
  filter: alpha(opacity=55);*/
    background: rgba(0, 0, 0, 0.5);
}

.slider_area .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: -10px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    line-height: 56px;
}

.slider_area .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left: 0px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    line-height: 56px;
}


/*End Slder*/


/*** 

====================================================================
  Start Service Section
====================================================================

***/

.services {
    padding: 0 0 100px 0;
}

.services.pd-top {
    padding-top: 100px;
}

.service__image {
    height: auto;
    position: relative;
}

.service__image.img-up-1 {
    bottom: 50px;
    z-index: 24;
}

.service__image.img-up-2 {
    bottom: 85px;
    z-index: 24;
}

.service_title {
    text-align: center;
    z-index: 1;
    position: relative;
    padding-top: 370px;
}

.service_title h3 {
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
}

.service_title h3::before {
    content: "";
    width: 50px;
    height: 2px;
    background: #FFF;
    display: block;
    position: relative;
    top: 40px;
    left: 0;
    margin: auto;
}

.service_title p {
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    letter-spacing: .34px;
    margin-top: 20px;
    text-transform: uppercase;
}

.service__image {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    height: 492px;
    margin-bottom: 2rem;
}

.service__image:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service__image_1 {
    background: url(../img/resource/service-img-1.jpg);
}

.service__image_2 {
    background: url(../img/resource/service-img-2.jpg);
}

.service__image_3 {
    background: url(../img/resource/service-img-3.jpg);
}

.service__image_4 {
    background: url(../img/resource/service-img-4.jpg);
}

.custom-border-gap.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.custom-border-gap__border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.left {
    float: left !important;
}

.custom-border-gap__border.left::before,
.custom-border-gap__border.left::after {
    top: 1rem;
    left: 1rem;
}

.custom-border-gap__border::before {
    width: 1px;
    height: 80%;
}

.custom-border-gap__border::before,
.custom-border-gap__border::after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    transition: width 0.4s ease, height 0.4s ease;
}

.custom-border-gap__border.left::before,
.custom-border-gap__border.left::after {
    top: 1rem;
    left: 1rem;
}

.custom-border-gap__border::after {
    height: 1px;
    width: 80%;
}

.custom-border-gap__border::before,
.custom-border-gap__border::after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    transition: width 0.4s ease, height 0.4s ease;
}

.custom-border-gap__border {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.right {
    float: right !important;
}

.custom-border-gap__border.right::before,
.custom-border-gap__border.right::after {
    bottom: 1rem;
    right: 1rem;
}

.custom-border-gap__border::before {
    width: 1px;
    height: 80%;
}

.custom-border-gap__border::before,
.custom-border-gap__border::after {
    position: absolute;
    content: '';
    background: #fff;
    z-index: 1;
    transition: width 0.4s ease, height 0.4s ease;
}

.custom-border-gap:hover .custom-border-gap__border::before {
    height: calc(100% - 1rem * 2);
}

.custom-border-gap:hover .custom-border-gap__border::after {
    width: calc(100% - 1rem * 2);
}

.services .owl-controls {
    position: absolute;
    right: 0px;
    top: -68px;
}

.services .owl-nav {
    margin-top: -50px;
    text-align: center;
}

.services .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.services .owl-nav [class*=owl-]:hover {
    /*opacity: .55;
  filter: alpha(opacity=55);*/
    background: rgba(0, 0, 0, 0.5);
}

.services .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: -10px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    line-height: 56px;
}

.services .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left: 0px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    line-height: 56px;
}

.btn-left {
    margin: 20px 0 0 0!important;
}


/*** 

====================================================================
  End About Section
====================================================================

***/

.about_doctor {
    padding: 0 0 100px 0;
}

.about_doctor .doc_info_bx {
    width: 670px;
    padding-left: 45px;
}

.about_doctor .title_bx {
    margin-bottom: 22px;
}

.about_doctor .title_bx h1 {
    font-size: 35px;
    text-transform: capitalize;
    font-family: "Poppins", prompt;
}

.about_doctor .doc_info_brdr_bx {
    width: 603px;
    padding: 40px;
    border: 10px solid #ff7f7f;
}

.about_doctor .doc_info_inner_bx {
    width: 603px;
    height: 300px;
    background-color: #273e5c;
    ;
    z-index: 1;
    position: relative;
}

.about_doctor .doc_info_inner_bx p {
    color: #e4e9f0;
    padding: 35px 30px 0 30px;
    font-family: "Poppins", prompt;
}

.video-bx {}

.video-image-box {
    position: relative;
}

.video-image-box .image {
    position: relative;
}

.video-image-box img {
    display: block;
    width: 100%;
}

.video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    /*background: rgba(0, 37, 74, 0.46);*/
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {}

.video-image-box .image .overlay-link .icon-border {
    border: 6px solid #FFF;
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 5px;
    border-radius: 50%;
    margin: 23% auto 0 auto;
}

.video-image-box .image .overlay-link .fa-play {
    width: 78px;
    height: 78px;
    line-height: 84px;
    font-size: 35px;
    color: #fff;
    background-color: rgba(30, 120, 170, 0.5);
    border-radius: 50%;
    padding-left: 8px;
}


/*** 

====================================================================
  Start Gallery
====================================================================

***/

.after_before_gallery {
    width: 100%;
}

.after_before_gallery .sec-pad {
    padding: 100px 0 90px;
}

.after_before_gallery .sec_middle_title {
    z-index: 1;
    position: relative;
}

.after_before_gallery .sidebar-heading {
    position: absolute;
    z-index: 3000;
    left: 10px;
    top: 0px;
    margin-top: 83px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 14% 100%;
}

.after_before_gallery .sidebar-heading h4 {
    font: 16px;
    position: relative;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
}

.after_before_gallery .sidebar-heading-rght {
    position: absolute;
    z-index: 3000;
    right: -67px;
    top: 0px;
    margin-top: 83px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 14% 100%;
}

.after_before_gallery .sidebar-heading-rght h4 {
    font: 16px;
    position: relative;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 300;
}

.after_before_gallery .sec_middle_title h1 {
    color: #FFF;
    text-transform: uppercase;
}

.after_before_gallery .sec_middle_title h1::after {
    background: #FFF;
}

.after_before_gallery::before {
    content: '';
    width: 100%;
    background: #152E56;
    background-size: cover;
    background-position: center;
    height: 540px;
    position: absolute;
}

.after_before_gallery .overlay {
    width: 100%;
    height: 100%;
    padding: 100px 0 190px;
}

.after_before_gallery .gallery_col {
    width: 985px;
    margin: auto;
    height: 375px;
    background-color: #FFF;
    border-radius: 10px;
}

.after_before_gallery .gallery_col .before_bx {
    width: 50%;
    background-color: transparent;
    border-top-left-radius: 10px;
    height: 450px;
    border-bottom-left-radius: 10px;
    float: left;
}

.after_before_gallery .gallery_col .before_bx img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.after_before_gallery .gallery_col .after_bx img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.after_before_gallery .gallery_col .before_bx h3 {
    text-transform: uppercase;
    color: #152E56;
    font-size: 30px;
    text-align: center;
    padding-top: 43px;
}

.after_before_gallery .gallery_col .after_bx {
    width: 50%;
    background-color: transparent;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
}

.after_before_gallery .gallery_col .after_bx h3 {
    text-transform: uppercase;
    color: #152E56;
    font-size: 30px;
    text-align: center;
    padding-top: 43px;
}

.after_before_gallery .owl-carousel {
    padding: 0 70px;
    position: relative;
}

.after_before_gallery .owl-nav {
    margin-top: -50px;
    text-align: center;
}

.after_before_gallery .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.after_before_gallery .owl-nav [class*=owl-]:hover {
    /*opacity: .55;
  filter: alpha(opacity=55);*/
    background-color: #4899f2;
}

.after_before_gallery .owl-nav .owl-next {
    margin-right: 10px;
    top: 40%;
    right: 0;
    position: absolute;
    color: #FFF;
    font-size: 22px;
    margin: 5px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px -moz-border-radius: 3px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 1px solid #FFF;
    line-height: 32px;
}

.after_before_gallery .owl-nav .owl-prev {
    margin-right: 10px;
    top: 40%;
    left: 0px;
    position: absolute;
    color: #FFF;
    font-size: 22px;
    margin: 5px;
    padding: 0px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    border: 1px solid #FFF;
    line-height: 32px;
}


/*** 
====================================================================
  Start Why Choose Section
====================================================================
***/

.why-choose-section {
    padding: 0;
}

.why-choose-section .flw-bg {
    background: url(../img/resource/flw-bg.jpg);
}

.why-choose-section .why-point {
    background-color: transparent;
    padding-top: 50px;
}

.why-choose-section .sec_middle_title {
    text-align: left;
    padding-bottom: 10px;
}

.why-choose-section .sec_middle_title h1 {
    text-align: left;
    text-transform: capitalize;
}

.why-choose-section .sec_middle_title h1::after {
    content: none;
}

.why-choose-section .sec_middle_title p {
    font-size: 16px;
    color: #3aafc3;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-choose-section .sec_middle_title p::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3aafc3;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.why-choose-section .why-point ul {}

.why-choose-section .why-point li {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
    color: #ab3442;
    text-transform: uppercase;
    padding: 30px 33px 30px 10px;
    float: none;
    font-weight: 600;
    box-shadow: 0px 0px 10px 0px rgb(204, 204, 204);
    border-radius: 10px;
}

.why-choose-section .why-point li .widget-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #8f8f8f;
    float: left;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.why-choose-section .why-point li .widget-icon.padd-l-10 {
    padding-left: 10px;
}

.why-choose-section .why-point li h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-family: "Poppins", prompt;
    margin-bottom: 10px;
}

.why-choose-section .why-point li p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
}

.why-choose-section .why-point li a {
    color: #000;
}

.why-choose-section .why-point li:hover .widget-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #39aec2;
    float: left;
    margin-right: 20px;
    transition: all 400ms linear 0s;
}


/* End why-choose-section section css*/


/*** 
====================================================================
  Start Testimonials Section
====================================================================
***/

.testimonials {
    padding: 100px 0 130px;
    background: #FFF;
    z-index: 20;
    position: relative;
}

.testimonials .sec_middle_title h1 {
    text-align: left;
    color: #FFF;
    text-transform: capitalize;
}

.testimonials .sec_middle_title h1::after {
    background-color: #FFF;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.testimonials::before {
    content: '';
    width: 51.3%;
    height: 100%;
    position: absolute;
    background: #273e5c;
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonials::after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center left;
    top: 0;
    right: 0;
    z-index: -1;
}

.testimonials .testimonial_bx {
    width: 100%;
    position: relative;
    z-index: 9;
}

.testimonials .testimonial_bx .client-img {
    float: left;
}

.testimonials .testimonial_bx .text-box {
    width: 68%;
    float: left;
    background-color: #FFF;
    height: 422px;
    padding-left: 42px;
    border-right: 8px solid #ff7f7f;
}

.testimonials .client-img::before {
    content: "\f10d";
    font-family: 'fontawesome';
    width: 64px;
    height: 64px;
    color: #FFF;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    background-color: #3aafc3;
    border-radius: 50%;
    position: absolute;
    top: 36px;
    left: 339px;
}

.testimonials .text-box::after {
    content: "\f10d";
    font-family: 'fontawesome';
    width: 561px;
    height: 8px;
    color: #FFF;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    background-color: #ff7f7f;
    position: absolute;
    top: 0px;
    right: 6px;
}

.testimonials .text-box::before {
    content: "\f10d";
    font-family: 'fontawesome';
    width: 561px;
    height: 8px;
    color: #FFF;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    background-color: #ff7f7f;
    position: absolute;
    bottom: -422px;
    right: 6px;
}

.testimonials .text-box p {
    font-size: 20px;
    color: #333;
    padding: 0;
    line-height: 30px;
    text-align: left;
    position: relative;
    font-style: italic;
    font-family: 'Lora', serif;
}

.testimonials .name {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0px;
    font-family: "Poppins", prompt;
    text-align: left;
    color: #000;
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.testimonials .drname {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0px;
    font-family: "Poppins", prompt;
    text-align: left;
    color: #000;
    margin-top: 60px;
}

.testimonials .rating {
    font-size: 22px;
    line-height: 30px;
    padding-top: 0px;
    font-family: "Poppins", prompt;
    text-align: left;
    color: #000;
    margin-top: 18px;
}

.testimonials .rating img {
    width: auto;
}

.testimonials .owl-controls {
    position: absolute;
    right: 0px;
    top: -68px;
}

.testimonials .owl-nav {
    margin-top: -38px;
    text-align: center;
}

.testimonials .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.testimonials .owl-nav [class*=owl-]:hover {
    opacity: .55;
    filter: alpha(opacity=55);
}

.testimonials .owl-nav .owl-next {
    margin-right: 10px;
    top: -77px;
    right: 0;
    position: absolute;
}

.testimonials .owl-nav .owl-prev {
    margin-right: 10px;
    top: -77px;
    right: 45px;
    position: absolute;
}


/* End Testimonials section*/


/*** 
====================================================================
  Start Team Section
====================================================================
***/

.team-section {
    padding: 100px 0 0 0;
    background: url(../img/11.jpg);
    background-size: cover;
    background-position: top;
    min-height: 800px;
}

.team-img {
    text-align: center;
}


/* End Team Section*/


/*** 
====================================================================
  Start Client Logo Section
====================================================================
***/

#clients {
    padding: 50px 0;
    background-color: #f2f2f2;
}

#clients .owl-carousel {
    padding: 0 70px;
    position: relative;
}

#clients .container .item {
    /*height: 145px;
  line-height: 145px;*/
}

#clients .container .item img {
    transition: all 0.3s ease 0s;
    display: inline;
}

#clients .owl-controls {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#clients .owl-nav {
    margin: 0;
}

#clients .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-prev {
    left: 0px;
    position: absolute;
    top: 0;
    line-height: 145px;
}

#clients .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}

#clients .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#clients .owl-next {
    position: absolute;
    right: 0px;
    top: 0;
    line-height: 145px;
}

#clients .owl-nav div .fa {
    color: #b9b9b9;
    font-size: 30px;
}


/* End client section css*/


/*** 
====================================================================
  Start Clients Video Section
====================================================================
***/

.Clients-video-section {
    padding: 100px 0;
    background-color: #91c9dc;
}

.Clients-video-section .video-bx {}

.Clients-video-section .video-image-box {
    position: relative;
}

.Clients-video-section .video-image-box .image {
    position: relative;
}

.Clients-video-section .video-image-box img {
    display: block;
    width: 100%;
}

.Clients-video-section .video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    /*background: rgba(0, 37, 74, 0.46);*/
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.Clients-video-section .video-image-box .image .overlay-link:hover {}

.Clients-video-section .video-image-box .image .overlay-link .icon-border {
    border: 6px solid #FFF;
    width: 100px;
    height: 100px;
    background-color: transparent;
    padding: 5px;
    border-radius: 50%;
    margin: 23% auto 0 auto;
}

.Clients-video-section .video-image-box .image .overlay-link .fa-play {
    width: 78px;
    height: 78px;
    line-height: 84px;
    font-size: 35px;
    color: #fff;
    background-color: rgba(30, 120, 170, 0.5);
    border-radius: 50%;
    padding-left: 8px;
}

.Clients-video-section h3 {
    text-align: center;
    color: #FFF;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}


/*End client video section css*/


/*** 
====================================================================
  Start Blog Section
====================================================================
***/

.lts_blg_items {
    padding: 94px 0 39px;
}

.lts_blg_items .lts_blogpost_item {
    margin-bottom: 30px;
}

.lts_blg_image {
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 4px;
}

.lts_blg_sm_image {
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
    margin-right: 20px;
    border-radius: 4px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text {
    background-color: #FFF;
    padding: 20px;
    padding-left: 0;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text.padd-none {
    padding: 0;
}

.author_rea_area {
    padding-top: 10px;
    margin-bottom: 20px;
}

.author_rea_area a {
    font-size: 16px;
    color: #656565;
    margin-right: 10px;
    font-weight: 400;
    border-right: 1px solid #656565;
    padding-right: 20px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text .author_rea_area a i {
    color: #4899f2;
    padding-right: 10px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text h2 {
    font-size: 18px;
    font-weight: 400;
    color: #242424;
    text-transform: capitalize;
    letter-spacing: .40px;
    padding-top: 0px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #e4e4e4;*/
}

.lts_blg_items .lts_blogpost_item .lts_blg_text p {
    line-height: 26px;
    color: #797979;
    font-size: 16px;
    letter-spacing: .51px;
    padding-bottom: 20px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text a {
    color: #4899f2;
    font-size: 14px;
    font-weight: 500;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text a:last-child {
    border-right: none;
    margin-right: 0px;
}

.lts_blg_items .lts_blogpost_item .lts_blg_text span {
    color: #646464;
}


/* End Blog Section*/


/*** 
====================================================================
  Start Home Page 2 Css
====================================================================
***/

.about_doc_section {}

.off-img {}


/*visit Block*/

.visit_bx {
    background-color: #f0f3f8;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 80px;
    padding-bottom: 65px;
    float: left;
    width: 100%;
}

.visit_bx .fancy-btn {
    margin: 50px 0 0;
}

.visit_bx h1 {
    font-size: 35px;
    color: #273e5c;
    padding-bottom: 40px;
}

.visit_bx h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #152E56;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
}


/*Team Block*/

.team_area_bx {
    width: 100%;
    padding: 80px 90px 47px;
    background-color: #e1e6ed;
}

.team_area_bx h1 {
    font-size: 30px;
    color: #000;
    padding-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
}

.team_area_bx .doc-img_border {
    width: 212px;
    height: 212px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin: auto;
}

.team_area_bx .doc-img {
    width: 193px;
    height: 193px;
    border-radius: 50%;
    background-color: transparent;
    overflow: hidden;
    float: left;
    box-shadow: 0px 0px 10px 0px rgb(204, 204, 204);
}

.team_area_bx .doc img {
    border-radius: 50%;
    border: 8px solid #fddbd1;
}

.team_area_bx h3 {
    font-size: 18px;
    color: #424242;
    font-weight: 400;
    padding-top: 40px;
    text-align: center;
    text-transform: capitalize;
}

.sign {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 400;
    font-family: AS_Speedway;
    margin: auto;
    display: table;
    padding-top: 20px;
}

.team_area_bx .owl-dots {
    position: relative;
    text-align: center;
    margin-left: 12px;
    margin-top: -10px;
}

.team_area_bx .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: 1px solid #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.team_area_bx .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.team_area_bx .owl-dots .owl-dot.active {
    background: #000;
}

.team_area_bx .item {
    padding-bottom: 30px;
}


/*** 
====================================================================
  Counter Style Section
====================================================================
***/

#counter {
    padding: 0;
    background-color: #FFF;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.counter-info {
    padding-bottom: 0px;
}

.single-counter-info {
    text-align: center;
    border-right: 1px solid #f2f2f2;
    padding: 50px 0 50px;
}

.single-counter-info.no-norder {
    border-right: medium none;
}

.counter-count h1 {
    color: #000;
    font-family: "Poppins", prompt;
    font-size: 50px;
    font-weight: 500;
    padding-left: 0px;
    padding-top: 11px;
    margin: auto;
}

.counter-count span.sm-text {
    color: #000;
    font-family: "Raleway", sans-serif;
    font-size: 80px;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 11px;
    right: 90px;
    position: absolute;
    top: 19px;
}

.counter-count span.sm-text-2 {
    color: #FFF;
    font-family: "Poppins", prompt;
    font-size: 50px;
    font-weight: 300;
    padding-left: 10px;
    padding-top: 11px;
    right: 80px;
    position: absolute;
    top: 0px;
}

.counter-text p {
    font-family: "Poppins", prompt;
    color: #696969;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
}

.counter-text {
    padding-left: 10px;
    padding-top: 10px;
}


/*** 
====================================================================
  Faq Style Section
====================================================================
***/

.faq_section {
    padding: 96px 0 0;
}

.faq_section .sec_middle_title h1 {
    text-transform: capitalize;
}

.faq_section .sec_middle_title h1::after {
    content: unset;
    ;
}

.faq_section .sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 30px;
}

.est_col_text {
    padding-left: calc(100% - 580px);
    padding-bottom: 56px;
}

.est_col_text h3 {
    font-size: 20px;
    color: #121212;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.est_col_text p {
    font-weight: 300;
}

.est_col_text .fancy-btn {
    margin: 30px 0 0;
}


/* Banner Half Style Block*/

.banner-half__image {
    background: url(../img/resource/half-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center top;
    height: 351px;
}

.banner-half__image::before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* Faq Ques Block*/

.faq_section .faq_row {
    padding-right: calc(100% - 580px);
    padding-left: calc(100% - 600px);
}

.faq_section .panel.panel-default {
    border-radius: 0px;
    border-color: #e3dfdb;
    margin-top: 10px;
}

.faq_section .panel.panel-default:first-child {
    margin-top: 0px;
}

.faq_section .panel.panel-default .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.faq_section .panel.panel-default .panel-heading .panel-title a {
    line-height: 52px;
    padding: 0px 15px;
    background: #fff;
    display: block;
    font-size: 18px;
    color: #242424;
    letter-spacing: .54px;
    background-color: transparent;
    font-weight: 400;
}

.faq_section .panel.panel-default .panel-heading .panel-title a i {
    height: 28px;
    width: 28px;
    text-align: center;
    background: transparent;
    display: inline-block;
    line-height: 28px;
    color: #FFF;
    font-size: 10px;
    margin-right: 20px;
    background: #152E56;
    margin-top: 14px;
    float: right;
}

.faq_section .panel.panel-default .panel-heading .panel-title a .fa-plus {
    display: none;
}

.faq_section .panel.panel-default .panel-heading .panel-title a .fa-minus {
    display: inline-block;
    background: #000;
    color: #fff;
    float: right;
    border-radius: 50%;
}

.faq_section .panel.panel-default .panel-heading .panel-title a.collapsed .fa-plus {
    display: inline-block;
    border-radius: 50%;
}

.faq_section .panel.panel-default .panel-heading .panel-title a.collapsed .fa-minus {
    display: none;
}

.faq_section .panel.panel-default .panel-collapse .panel-body {
    border-top: 0px;
    padding: 15px 15px 15px 15px;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    letter-spacing: .45px;
    font-family: "Open Sans", sans-serif;
}

.faq_section .fq_left_area {}


/*** 
====================================================================
  Inner Banner Style
====================================================================
***/

.banner_area {
    background-size: cover;
    /*min-height: 352px;*/
    position: relative;
    z-index: 2;
}

.banner_area.banner_one {
    background: url(../img/banner/banner.jpeg) no-repeat scroll center center;
}

.banner_area:before {
    content: "";
    background: linear-gradient(to right, rgba(17, 24, 42, 0.85), rgba(0, 0, 0, 0));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area .banner_content h3 {
    padding: 120px 0;
    color: #FFF;
    font-size: 45px;
    font-weight: 600;
}

.banner_link {
    background: #FFF;
    border-bottom: 1px solid #e0e0e0;
}

.banner_link .abnner_link_inner a {
    font-size: 16px;
    color: #000;
    letter-spacing: .32px;
    margin-right: 25px;
    line-height: 60px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

.banner_link .abnner_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
    display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
    color: #000;
}

.banner_area_plane {
    background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: auto auto;
    background-size: cover;
    min-height: 235px;
    position: relative;
    z-index: 2;
}

.banner_area_plane::before {
    content: "";
    background: rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area_plane .banner_content h3 {
    padding-top: 100px;
    font-size: 38;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}


/*** 
====================================================================
  About Page Style Css
====================================================================
***/


/*About Block*/

.our_about_area {
    padding: 100px 0px;
    background-color: #FFF;
}

.our_about_left_content {
    padding-right: 10px;
}

.our_about_left_content .section_title {
    padding-bottom: 30px;
}

.our_about_left_content h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.our_about_left_content h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .44px;
    color: #242424;
}

.our_about_left_content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
    padding-top: 30px;
}


/* Fluid Block*/

.fluid-section-one {
    position: relative;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #F6EEE2;
}

.fluid-section-one .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    width: 100%;
    padding: 50px 0px 50px 45px;
}

.fluid-section-one .content-column .inner-column .title-box {
    position: relative;
    width: 100%;
    float: left;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner {
    position: relative;
    padding-right: 50px;
}


/*.fluid-section-one .content-column .inner-column .title-box{
  position: relative;
  width:50%;
  float: left;
}*/

.fluid-section-one .content-column .inner-column .title-box h2 {
    position: relative;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.fluid-section-one .content-column .inner-column .title-box .text {
    position: relative;
    padding-left: 0px;
    color: #555555;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.fluid-section-one .content-column .inner-column .title-box .text h3 {
    font-size: 20px;
    font-weight: 300;
    color: #555063;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.fluid-section-one .content-column .inner-column .title-box .text p {}

.fluid-section-one .content-column .inner-column .title-box .text:before {
    /*content: '\f18e';
  font-family: 'fontawesome';
  margin-right: 12px;
  font-size: 18px;
  color: #2087c2;*/
}


/*** 
====================================================================
  About Page Why Choose Section
====================================================================
***/

.why_choose {
    /*background: #2a3740; */
    padding: 95px 0px 55px;
}

.why_choose .sec_middle_title {
    padding-bottom: 53px;
}

.main_sub_heading {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.choose_outer {
    position: relative;
    background: #f6f6f6;
    text-align: center;
    padding: 30px 15px;
    z-index: 1;
    margin: 0 0 50px 0px;
    transition: 0.3s;
}

.choose_outer::after {
    content: "";
    position: absolute;
    width: 1px;
    background: #c7985f;
    left: -6px;
    top: 40px;
    bottom: 40px;
    display: none;
}

.choose_outer::before {
    content: "";
    position: absolute;
    width: 1px;
    background: #c7985f;
    right: -6px;
    top: 40px;
    bottom: 40px;
    display: none;
}

.border-top_bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
    display: none;
}

.choose_outer:hover {
    background: linear-gradient(to bottom, rgba(238, 241, 248, 0.85), rgba(0, 0, 0, 0));
}

.choose_outer:hover h3 {
    color: #000;
}

.choose_outer:hover p {
    color: #000;
}

.border-top_bottom::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #c7985f;
    width: auto;
    left: 60px;
    right: 60px;
    bottom: -6px;
}

.border-top_bottom::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #c7985f;
    width: auto;
    left: 60px;
    right: 60px;
    top: -6px;
}

.choose_outer figure {
    display: flex;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 80px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.1);
}

.choose_outer h3 {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.choose_outer p {
    color: #424242;
    /*margin-bottom: 10px;*/
}


/*End why-choose*/


/*** 
====================================================================
  Start Gallery Page Css
====================================================================
***/

.padd-none {
    padding: 0px;
}

.latest-gallery {
    padding: 95px 0px 70px;
}

.latest-gallery .single-item.padd-none {
    padding: 0px !important;
}

.latest-gallery h1 {
    font-size: 35px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.latest-gallery .single-item {
    padding-bottom: 30px;
}

.latest-gallery .single-item.padd-none {
    padding: 0px !important;
}

.latest-gallery .single-item .img-box {
    position: relative;
    overflow: hidden;
}

.latest-gallery .single-item .img-box img {
    width: 100%;
}

.latest-gallery .single-item .title h5 {
    color: #222;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.latest-gallery .single-item:hover .title h5 {
    color: #48c7ec;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(to right, rgba(61, 171, 222, 0.85), rgba(0, 0, 0, 0));
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    /* border: 2px solid #FFF;*/
}

.latest-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.latest-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.latest-gallery .single-item .social a i:before {
    font-size: 20px;
    color: #000;
    margin: 0px;
    border: 1px solid #FFF;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.latest-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.latest-gallery .single-item .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
}

.latest-gallery .single-item .img-box .overlay .top {
    text-align: center;
}

.latest-gallery .single-item .img-box .overlay .top ul {
    margin-bottom: 0;
    margin-bottom: 20%;
}

.latest-gallery .single-item .img-box .overlay .top li a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #222;
    display: block;
    border-radius: 50%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.latest-gallery .single-item .img-box .overlay .top li a:hover {
    background: #1f1f1f;
    color: #48c7ec;
}

.latest-gallery .single-item .img-box .overlay .bottom {
    padding: 10px 0px;
    padding-right: 0;
    text-align: center;
}

.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
    margin: 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    line-height: 30px;
    font-size: 15px;
}

.latest-gallery .single-item:hover .img-box .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 50px;
}

.post-filter li {
    padding: 5px 5px;
}

.post-filter li span {
    padding: 7px 20px;
    color: #343434;
    font-size: 14px;
    border: 1px solid #152E56;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
    color: #fff;
    background: #152E56;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}


/* End Gallery*/