/* ---------------------------------------

[Main Stylesheet]

Project:    	  Dentos - Dental Clinic Website HTML Template
Version:    	  1.0
Primary Use:      Dental Clinic Business HTML Website

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button
11. Main Header style
12. Hero Area
13. Features Area
14. Custom Hero
15. Promo Area
16. Our Partners
17. Pricing Table
18. Why Choose us
19. Parallax Area
20. Testimonial Area
21. Counter Area
22. App Area
23. Blog Area
24. Footer Area
25. Custom Banner
26. About Area
27. Award Area
28. Card Features
29. All Partners Area
30. Team Area
31. Card Apply Form
32. Become Partner Area
33. Card Details Area
34. Choose Card
35. Faq Area
36. Error Area

-------------------------------------------*/
/*** 

===============
	Reset Css
===============

 ***/
@import url("css.css");

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

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

 ***/
body {
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #1E90FF;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 100px;
    font-family: "Lora", serif;
}

h2 {
    font-size: 40px;
    font-family: "Lora", serif;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.6em;
    font-family: "Open Sans", sans-serif;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

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

img {
    display: inline-block;
    max-width: 100%;
}

::selection {
    background-color: #00C9B724;
    color: #008BD3;
}

-moz-::selection {
    background-color: #00C9B724;
    color: #008BD3;
}

-webkit-::selection {
    background-color: #00C9B724;
    color: #008BD3;
}

-o-::selection {
    background-color: #00C9B724;
    color: #008BD3;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.border-0 {
    border: 0px;
}

.centered {
    text-align: center;
}

/*** 

================
	Fonts
================


font-family: 'Lora', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;

 ***/
/*
    Flaticon icon font: Flaticon
  */
@font-face {
    font-family: "Flaticon";
    src: url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.eot");
    src: url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.eot?") format("embedded-opentype"), url("../font/Flaticon.woff2") format("woff2"), url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.woff") format("woff"), url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.ttf") format("truetype"), url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@    font-face {
    font-family: "Flaticon";
    src: url("https://www.cybersecurityworkshop.org/themes/iaeeee_23/resources/fonts/Flaticon.svg") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-implant:before {
    content: "\f100";
}

.flaticon-bright:before {
    content: "\f101";
}

.flaticon-dentist:before {
    content: "\f102";
}

.flaticon-dentist-1:before {
    content: "\f103";
}

.flaticon-doctor:before {
    content: "\f104";
}

.flaticon-dentist-2:before {
    content: "\f105";
}

.flaticon-dental:before {
    content: "\f106";
}

.flaticon-tooth:before {
    content: "\f107";
}

.flaticon-dental-1:before {
    content: "\f108";
}

.flaticon-dental-2:before {
    content: "\f109";
}

.flaticon-plus:before {
    content: "\f10a";
}

.flaticon-minus:before {
    content: "\f10b";
}

.flaticon-map:before {
    content: "\f10c";
}

.flaticon-chain:before {
    content: "\f10d";
}

.flaticon-search:before {
    content: "\f10e";
}

/* Colors Class */
.cl-black {
    color: #292929;
}

.cl-primary {
    color: #008BD3;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #037EBD;
}

.cl-blue-2 {
    color: #037EBD;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.text-gradient-one {
    background: -webkit-linear-gradient(#FE1360, #FB653C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-two {
    background: -webkit-linear-gradient(#FD5B82, #FF828A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg-1 {
    background: -webkit-linear-gradient(#FE1360, #FB653C);
    background-clip: initial;
    -webkit-background-clip: initial;
}

.gradient-bg-2 {
    background: -webkit-linear-gradient(#FD5B82, #FF828A);
    background-clip: initial;
    -webkit-background-clip: initial;
}

/*** 

==================
    Section Styles
==================

***/
.container {
    max-width: 1200px;
}

.section-padding {
    padding: 120px 0;
}

.section-padding-2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    margin-bottom: 10px;
    margin-top: -11px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    z-index: 1;
    text-transform: capitalize;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
    }
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 32px;
}

.section-title h2 span {
    color: #008BD3;
}

.section-title p {
    margin-bottom: 50px;
}

.section-title-2 {
    margin-bottom: 10px;
    margin-top: -11px;
}

.section-title-2 h2 {
    position: relative;
    display: inline-block;
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
    z-index: 1;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .section-title-2 h2 {
        font-size: 28px;
    }
}

.section-title-2 h2 span {
    color: #008BD3;
}

.section-title-2 p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }

    .section-padding-2 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }

    .section-padding-2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-title h2:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .title-right a {
        float: left;
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .section-title h2 {
        font-size: 24px;
    }

    .section-title-2 h2 {
        font-size: 32px;
    }
}

/*** 

=======================
    Margin and Padding
=======================

***/
/* 
Margin Top styles
*/
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
    Margin Bottom Styles
    */
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

/* 
    Margin Right Styles
    */
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
    Padding Top Styles
    */
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
    Padding Bottom Styles
*/
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
    Background and Overlay
============================

***/
.gray-bg {
    background: #F9F9F9;
}

.black-bg {
    background: #292929;
}

.black-bg-2 {
    background: #555555;
}

.primary-bg {
    background: #008BD3;
}

.primary-light-bg {
    background: #00C9B72c;
}

.primary-bg-dark {
    background: #037EBD;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #15124B;
}

.light-blue-bg {
    background: #234BA5;
}

.blue-bg-2 {
    background: #000040;
}

.yellow-bg {
    background: #FBA707;
}

.yellow-light-bg {
    background: #FEEDCD;
}

.purple-bg {
    background: #8E0EF0;
}

.purple-light-bg {
    background: #E8CFFC;
}

.blue-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.blue-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #037EBD;
    content: "";
    z-index: -1;
    opacity: .4;
}

.light-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.light-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    content: "";
    z-index: -1;
    opacity: 0.7;
}

/*** 

===================
    Buttons Style
===================

***/
.bttn-mid {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 35px;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
    letter-spacing: 1px;
}

@media (max-width: 575px) {
    .bttn-mid {
        margin-left: -35px;
    }
}

.bttn-mid::after {
    position: absolute;
    right: -40px;
    top: 0;
    line-height: 53px;
    content: "\f105";
    font-family: Fontawesome;
    height: 100%;
    background: #037EBD;
    padding: 0 17px;
    border-radius: 0 5px 5px 0;
    font-size: 22px;
    font-weight: normal;
}

.bttn-small {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.bttn-mid i, .bttn-small i {
    margin-right: 7px;
}

.btn-fill {
    color: #ffffff;
    background: #008BD3;
}

.btn-fill:hover {
    background: #037EBD;
    color: #ffffff;
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
}

.btn-fill:hover::after {
    background: #008BD3;
}

.btn-fill-2 {
    border: 1px solid #008BD3;
    color: #ffffff;
    background: #008BD3;
}

.btn-fill-2:hover {
    background: #ffffff;
    color: #008BD3;
    border: 1px solid #008BD3;
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #008BD3;
    border: 2px solid #008BD3;
}

.btn-emt:hover {
    color: #fff;
    box-shadow: none;
    background: #008BD3;
    border: 2px solid transparent;
}

.btn-wht {
    background: #ffffff;
    color: #008BD3;
    border: 1px solid #008BD3;
}

.btn-wht:hover {
    background: #008BD3;
    color: #ffffff;
}

/* ==============================
    Preloader
    ============================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #f5f5f5;
}

.preloader h4 {
    color: #292929;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -56%);
}

/* 
==============================
    ScrollUp Button 
============================== 
*/
a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    background-color: #008BD3;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

a#scrollUp:hover {
    background-color: #3D3C3E;
    color: #ffffff;
}

@media (max-width: 767px) {
    a#scrollUp {
        right: 30px;
        bottom: 65px;
    }
}

/*

==========================
  Main Header style
==========================

*/
.header-top {
    color: #ffffff;
    padding: 20px 0;
}

.header-top .single-header-top .social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #008BD3;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.header-top .single-header-top p {
    margin: 0;
    text-align: center;
}

.header-top .single-header-top.last {
    float: right;
}

.header-top .single-header-top.last a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 35px;
    border-radius: 50px;
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    margin-left: 10px;
}

.header-top .single-header-top.last a:hover {
    background: #ffffff;
    color: #292929;
}

@media (max-width: 575px) {
    .header-top .single-header-top.last {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .header-top .single-header-top {
        text-align: center;
        margin-bottom: 20px;
    }
}

.header-area {
    padding: 10px 0;
    transition: 0.4s;
}

.header-sticky {
    background: transparent;
}

.sticky-header {
    background: #ffffff;
    padding: 10px 0;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}

.main-menu {
    padding-left: 0;
    padding-right: 0;
}

.main-menu ul li {
    margin-right: 25px;
}

.main-menu ul li:last-child {
    margin-right: 0px;
}

.main-menu ul li a {
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.main-menu ul li a:hover {
    color: #037EBD;
}

.main-menu.style-2 ul li a {
    color: #292929;
}

.main-menu.style-2 ul li.nav-item.dropdown:before {
    color: #292929;
}

.main-menu.style-2 .menu-toggle {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.main-menu.style-2 .menu-toggle:after, .main-menu.style-2 .menu-toggle:before {
    background: #333;
}

.main-menu.style-2 .menu-toggle.is-active {
    border-top: 0px solid #333;
    border-bottom: 0px solid #333;
}

.main-menu.style-2 ul li.dropdown:after {
    color: #333;
}

li.nav-item.dropdown {
    position: relative;
}

li.nav-item.dropdown:before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    right: -7px;
    top: 48%;
    transform: translateY(-48%);
    color: #292929;
}

.dropdown-menu a {
    color: #181a84 !important;
}

.dropdown a {
    transition: 0.4s;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
    background: #fff;
    margin-top: 23px;
    width: 240px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
    border: 1px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -5px, 0);
}

.dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #292929 !important;
}

.dropdown-menu a:hover {
    background: transparent;
}

.dropdown-menu a:active {
    background: transparent;
}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929;
    color: #292929;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #292929;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #ffb606;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dropdown-toggle::after {
    display: none;
}

.header-btn {
    margin-left: 35px;
}

.header-btn button {
    background: #008BD3;
    color: #ffffff;
}

.search-btn {
    font-size: 12px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.search-btn:hover {
    color: #fff;
}

/* Full Screen Search */
.search-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #000000f8;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform-origin: top;
}

.search-full.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.search-full.close {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.search-full .search-close {
    color: #008BD3;
    font-size: 20px;
    position: absolute;
    top: 50px;
    right: 50px;
    border: 2px solid #008BD3;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.search-full--inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.main-search-form {
    width: 100%;
}

.main-search-form input {
    border: none;
    border-bottom: 1px solid #008BD3;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    height: 55px;
    font-size: 24px;
}

.main-search-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .main-menu ul li {
        margin-right: 0;
        position: relative;
        margin: 3px 0;
    }

    .main-menu ul li.dropdown a {
        z-index: 999;
        position: relative;
        color: #ffffff;
    }

    .main-menu ul li a {
        color: #ffffff;
    }

    .main-menu ul li.dropdown:after {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        right: 15px;
        top: 0;
        color: #ffffff;
        line-height: 45px;
        overflow: hidden;
        z-index: 1;
        width: 45px;
        text-align: center;
        background: #008BD3;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu {
        width: auto;
        margin: 10px 15px 10px 0;
        background: #ffffff;
    }

    .navbar-collapse {
        margin-top: 20px;
        padding-left: 15px;
        max-height: 450px;
        overflow: auto;
        background: #292929;
        padding-bottom: 20px;
    }

    .cart-btn {
        margin-left: 0;
        margin-top: 15px;
    }

    li.nav-item.dropdown:before {
        display: none;
    }

    .header-btn {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .main-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggler {
        padding-right: 0;
    }
}

/*

===============================
Footer Area
===============================

*/
.footer-area {
    background: #262229;
    padding-top: 60px;
}

@media (max-width: 991px) {
    .footer-area {
        padding-top: 140px;
    }
}

.footer-area .footer-widget {
    margin-bottom: 30px;
    color: #ffffff;
}

.footer-area .footer-widget h3 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

.footer-area .footer-widget h3::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    width: 40px;
    content: "";
    background: #008BD3;
}

.footer-area .footer-widget.footer-nav {
    margin-bottom: 30px;
}

.footer-area .footer-widget.footer-nav ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer-area .footer-widget.footer-nav ul li::before {
    position: absolute;
    content: "\f101";
    left: 0;
    top: 0;
    font-family: Fontawesome;
}

.footer-area .footer-widget.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-area .footer-widget.footer-nav ul li a {
    color: #ffffff;
    text-transform: capitalize;
}

.footer-area .footer-widget.footer-nav ul li a:hover {
    color: #008BD3;
}

.footer-area .footer-widget.footer-form input {
    width: 100%;
    background: #3D3C3E;
    height: 50px;
    text-indent: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-area .footer-widget.footer-form textarea {
    width: 100%;
    background: #3D3C3E;
    text-indent: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    border-radius: 4px;
}

.footer-area .footer-widget.footer-form button {
    width: 100%;
    padding: 14px 0;
    background: #008BD3;
    color: #ffffff;
    font-weight: 700;
    font-family: "Lora", serif;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

/*

===============================
Hero Area
===============================

*/
.hero-section {
    position: relative;
}

.hero-section .hero-area-1 .single-hero {
    position: relative;
    background-size: cover !important;
    z-index: 1;
}

.hero-section .hero-area-1 .single-hero .hero-sub {
    display: table;
    height: 100vh;
    width: 100%;
    color: #292929;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub {
        text-align: center;
        height: auto;
        padding-top: 120px;
    }

    .hero-section .hero-area-1 .single-hero .hero-sub.home-one {
        padding: 120px 0;
        background: #F2FAFE;
    }

    .home-one {
        background: #F2FAFE !important;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left {
    margin-top: -12px;
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h4 {
    margin-bottom: 10px;
    color: #008BD3;
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h1 span {
    color: #008BD3;
}

@media (max-width: 575px) {
    .hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h1 {
        font-size: 36px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left p {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #555555;
}

.hero-section .hero-area-1 .single-hero .hero-sub .hero-sub h1 {
    font-weight: 700;
    letter-spacing: 5px;
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
    text-align: left;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
        text-align: center;
        height: initial;
        padding-top: 120px;
        margin-bottom: -100px;
    }
}

@media (max-width: 500px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
        margin-bottom: -40px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left {
    border-right: 2px solid #ffffff3d;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left {
        border-right: 0px solid #ffffff3d;
        padding-right: 00px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left h4 {
    text-transform: uppercase;
    color: #008BD3;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 22px;
}

.hero-section .hero-area-1 .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
}

.hero-section .hero-area-1 .owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.hero-section .hero-area-1 .owl-dot.active {
    background: #008BD3;
    width: 20px;
    border-radius: 50px;
    border: 3px solid #008BD3;
}

.hero-section .hero-area-1 .owl-dot button:hover {
    background: #fff;
    border: 0px !important;
}

/*

===============================
Widgets Area
===============================

*/
.widgets-area {
    overflow: hidden;
}

.widgets-area .single-widget {
    width: 33.33333%;
    float: left;
    padding: 40px;
    color: #ffffff;
}

.widgets-area .single-widget h4 {
    margin-bottom: 20px;
    font-size: 24px;
}

.widgets-area .single-widget p {
    margin: 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.widgets-area .single-widget p span {

}

.widgets-area .single-widget p b {
    font-weight: normal;
}


@media (max-width: 1600px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 6.3px;
    }
}


@media (max-width: 1400px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 12.4px;
    }
}

@media (max-width: 1333px) {
}

@media (max-width: 1200px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 18.7px;
    }
}

@media (max-width: 1024px) {
    .widgets-area .single-widget {
        width: 100%;
    }

    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 3px;
    }
}

@media (max-width: 450px) {
    .widgets-area .single-widget.primary-bg-dark p {
        margin-bottom: 3px;
    }
}

@media (max-width: 400px) {
    .widgets-area .single-widget p span {
        width: 40%;
    }

    .widgets-area .single-widget p b {
        width: 60%;
        text-align: right;
    }

    .widgets-area .single-widget.primary-bg-dark p {
        font-size: 15px;
    }
}

/*

===============================
About Area
===============================

*/
@media (max-width: 991px) {
    .about-area .about-thumb {
        text-align: center;
    }
}

.about-area .about-content h5 {
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #555555;
}

.about-area .about-content ul li {
    padding-left: 20px;
    position: relative;
}

.about-area .about-content ul li::before {
    position: absolute;
    left: 0;
    font-family: Fontawesome;
    content: "\f101";
    color: #008BD3;
}

.about-thumb img {
    width: 100%;
}

/*

===============================
Services Area
===============================

*/
.services-area .service-carousel {
    position: relative;
}

.services-area .service-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -70px;
}

.services-area .service-carousel .owl-nav button {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: transparent;
    margin: 0 5px;
    font-size: 20px;
    color: #008BD3;
    border: 1px solid #008BD3;
}

.services-area .service-carousel .owl-nav button:hover {
    background: #008BD3;
    color: #ffffff;
}

.services-area .service-carousel .single-service.style-2 {
    padding: 60px 30px 40px 30px;
    box-shadow: 0px 0px 9px 1px rgba(0, 139, 211, 0.1);
    border-radius: 5px;
    text-align: left;
}

.services-area .service-carousel .single-service.style-2 .icons {
    margin-bottom: 0;
    position: relative;
    height: 80px;
    width: 90px;
}

.services-area .service-carousel .single-service.style-2 .icons::before {
    position: absolute;
    background: url(../image/service-shape.png) no-repeat;
    height: 80px;
    width: 80px;
    top: -40px;
    left: 0;
    content: "";
}

.services-area .service-carousel .single-service.style-2 .icons i {
    font-size: 62px;
    margin-top: 25px;
    display: block;
    margin-left: 20px;
}

.services-area .service-carousel .single-service.style-2 h3 {
    font-size: 24px;
}

.services-area .service-carousel .single-service.style-2 p {
    margin-bottom: 20px;
}

.services-area .service-carousel .single-service.style-2 a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #292929;
    border-radius: 50%;
}

.services-area .service-carousel .single-service.style-2 a:hover {
    background: #008BD3;
    color: #ffffff;
}

.services-area .service-carousel .single-service.style-2:hover .icons i {
    color: #008BD3;
}

.services-area .service-carousel .single-service.style-2:hover h3 {
    color: #008BD3;
}

.services-area .service-carousel .single-service.style-2:hover a {
    background: #008BD3;
    color: #ffffff;
}

.services-area .single-service {
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 30px;
    transition: 0.4s;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 333px;
}

.services-area .single-service .service-icon {
    height: 75px;
    width: 75px;
    line-height: 75px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services-area .single-service .service-icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    margin: auto;
    margin-top: 7px;
    transition: 0.3s;
}

.services-area .single-service h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    transition: 0.3s;
    text-transform: capitalize;
}

.services-area .single-service h3 a {
    color: #292929;
}

.services-area .single-service p {
    margin: 0;
}

.services-area .single-service:hover a {
    color: #008BD3;
}

.services-area .single-service.style-2 {
    padding: 60px 30px 40px 30px;
    box-shadow: 0px 0px 9px 1px rgba(0, 139, 211, 0.1);
    border-radius: 5px;
    text-align: left;
}

.services-area .single-service.style-2 .icons {
    margin-bottom: 0;
    position: relative;
    height: 80px;
    width: 90px;
}

.services-area .single-service.style-2 .icons::before {
    position: absolute;
    background: url(../image/service-shape.png) no-repeat;
    height: 80px;
    width: 80px;
    top: -40px;
    left: 0;
    content: "";
}

.services-area .single-service.style-2 .icons i {
    font-size: 62px;
    margin-top: 25px;
    display: block;
    margin-left: 20px;
}

.services-area .single-service.style-2 h3 {
    font-size: 24px;
}

.services-area .single-service.style-2 p {
    margin-bottom: 20px;
}

.services-area .single-service.style-2 a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #292929;
    border-radius: 50%;
    display: block;
}

.services-area .single-service.style-2 a:hover {
    background: #008BD3;
    color: #ffffff;
}

.services-area .single-service.style-2:hover .icons i {
    color: #008BD3;
}

.services-area .single-service.style-2:hover h3 {
    color: #008BD3;
}

.services-area .single-service.style-2:hover a {
    background: #008BD3;
    color: #ffffff;
}

.services-area .services-details {
    margin-bottom: 30px;
}

.services-area .services-details img {
    width: 100%;
    margin-bottom: 30px;
}

.services-area .services-details h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services-area .services-details p {
    margin-bottom: 20px;
}

.services-area .services-details .service-grid h4 {
    margin-bottom: 15px;
}

.services-area .services-details .service-grid ul li {
    padding-left: 25px;
    position: relative;
}

.services-area .services-details .service-grid ul li::before {
    position: absolute;
    left: 0;
    font-family: Fontawesome;
    content: "\f00c";
    color: #008BD3;
}

.services-area .services-details .single-surgeon img {
    margin-bottom: 20px;
}

.services-area .services-details .single-surgeon .surgeon-meta h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.services-area .services-details .single-surgeon .surgeon-meta p {
    margin-bottom: 5px;
    color: #555555;
}

.services-area .services-details .single-surgeon .surgeon-meta a {
    color: #555555;
    margin: 0 3px;
}

.services-area .services-details .single-surgeon .surgeon-meta a:hover {
    color: #008BD3;
}

.services-area .services-details .single-surgeon:hover h5 {
    color: #008BD3;
}

.services-area .service-sidebar .single-sidebar {
    margin-bottom: 50px;
}

.services-area .service-sidebar .single-sidebar:last-child {
    margin-bottom: 0;
}

.services-area .service-sidebar .single-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}

.services-area .service-sidebar .single-sidebar h3::before {
    position: absolute;
    width: 3px;
    background: #008BD3;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}

.services-area .service-sidebar .single-sidebar form {
    width: 100%;
    position: relative;
    height: 50px;
}

.services-area .service-sidebar .single-sidebar form input {
    width: 100%;
    border-bottom: 2px solid #ddd;
    height: 100%;
    transition: 0.4s;
}

.services-area .service-sidebar .single-sidebar form input:focus {
    border-bottom: 2px solid #008BD3;
}

.services-area .service-sidebar .single-sidebar form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #008BD3;
    height: 100%;
    width: 50px;
}

.services-area .service-sidebar .single-sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.services-area .service-sidebar .single-sidebar ul li:last-child {
    border-bottom: 0;
}

.services-area .service-sidebar .single-sidebar ul li a {
    color: #555555;
}

.services-area .service-sidebar .single-sidebar ul li a:hover {
    color: #008BD3;
}

/*

==========================
  Appoinment Area
==========================

*/
.appointment-area .appointment-content input, .appointment-area .appointment-content textarea {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    transition: 0.3s;
    background: #F9F9F9;
    margin-bottom: 30px;
    text-indent: 15px;
}

.appointment-area .appointment-content input:focus, .appointment-area .appointment-content textarea:focus {
    border: 1px solid #008BD3;
}

.appointment-area .appointment-content input {
    height: 50px;
}

.appointment-area .appointment-content textarea {
    padding-top: 10px;
}

/*

===============================
Counter Area
===============================

*/
.counter-area {
    background-size: cover;
}

.counter-area .single-counter {
    margin-bottom: 30px;
    text-align: center;
}

.counter-area .single-counter h3.count {
    height: 150px;
    width: 150px;
    line-height: 150px;
    margin: auto;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #008BD3;
    background: #ffffff;
    border-radius: 50%;
}

.counter-area .single-counter h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
}

/*

===============================
Team Area
===============================

*/
.team-area .single-team {
    margin-bottom: 30px;
    text-align: center;
}

.team-area .single-team .team-thumb {
    margin-bottom: -40px;
    z-index: -1;
}

.team-area .single-team .team-thumb img {
    width: 190px;
    height: auto;
}

.team-area .single-team .team-title {
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 100;
    background: #ffffff;
}

.team-area .single-team .team-title h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-area .single-team .team-title p {
    margin-bottom: 0px;
    color: #555555;
    font-size: 14px;
}

.team-area .single-team:hover .team-title h3 {
    color: #008BD3;
}

.team-area .team-details h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.team-area .team-details p {
    margin-bottom: 10px;
}

.team-area .team-details .social a {
    color: #555555;
    font-size: 14px;
    margin: 0 2px;
}

.team-area .team-details .social a:hover {
    color: #008BD3;
}

.team-area .team-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

/*

===============================
Review Area
===============================

*/
@media (max-width: 991px) {
    .review-area .review-thumb {
        text-align: center;
    }
}

.review-area .reviews .single-review {
    padding: 30px;
    margin-bottom: 10px;
}

@media (max-width: 400px) {
    .review-area .reviews .single-review {
        padding: 20px;
    }

    .review-area .reviews .single-review p {
        padding: 30px;
    }
}

.review-area .reviews .single-review .reviewer-thumb {
    margin-top: 20px;
}

.review-area .reviews .single-review .reviewer-thumb img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.review-area .reviews .single-review .reviewer-thumb h3 {
    color: #292929;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

.review-area .reviews .single-review .reviewer-thumb span {
    display: block;
    font-size: 14px;
    font-style: italic;
}

.review-area .reviews .single-review p {
    margin: 0;
    padding: 40px;
    border-radius: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.8;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #555555;
}

.review-area .reviews .owl-dots {
    position: absolute;
    left: 12%;
    transform: translateX(-50%);
    bottom: -10px;
}

.review-area .reviews .owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 2px solid #292929;
}

.review-area .reviews .owl-dot.active {
    background: #008BD3;
    width: 15px;
    border-radius: 50px;
    border: 2px solid #008BD3;
}

.review-area .reviews .owl-dot button:hover {
    background: #fff;
    border: 0px !important;
}

/*

===============================
FAQ Area
===============================

*/
.faq-contents {
    display: block;
    height: auto;
}

.faq-contents .accordion {
    list-style: none;
    padding: 0;
}

.faq-contents .accordion li {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.faq-contents .accordion li:last-child {
    margin-bottom: 0px;
}

.faq-contents .accordion li p {
    display: none;
    padding: 10px 30px 20px 20px;
    color: #333;
    font-size: 16px;
    background: #fff;
    margin-bottom: 0;
    line-height: 2;
}

.faq-contents .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333333;
    user-select: none;
    font-weight: 600;
}

.faq-contents .accordion li a i {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.faq-contents .accordion li a.active {
    color: #333333;
    border: 0;
}

.faq-contents .accordion li a.active::after {
    transform: rotate(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
}

.faq-contents .accordion li a::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: absolute;
    right: 25px;
    content: " ";
    top: 22px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*

===============================
Call to action Area
===============================

*/
.call-to-action {
    padding: 60px 0;
    color: #fff;
}

.call-to-action h2 {
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}

.call-to-action p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

.call-to-action .get-service-btn {
    float: right;
}

.call-to-action .get-service-btn a:hover {
    border: 1px solid #ffffff;
}

@media (max-width: 991px) {
    .call-to-action .get-service-btn {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .call-to-action {
        text-align: center;
        margin-bottom: 20px;
    }

    .call-to-action h3 {
        margin-bottom: 10px;
    }

    .call-to-action p {
        margin-bottom: 20px;
    }
}

/*

===============================
Blog Area
===============================

*/
.blog-area {
    /* Pagination */
}

.blog-area .single-blog-block {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-area .single-blog-block:hover .single-blog-block-img a {
    opacity: 1;
}

.blog-area .single-blog-block:hover .single-blog-block-img:before {
    opacity: 0.7;
}

.blog-area .single-blog-block .single-blog-block-img, .blog-area .single-blog-block .single-blog-block-content {
    width: 50%;
    float: left;
    transition: 0.4s;
    position: relative;
}

@media (max-width: 450px) {
    .blog-area .single-blog-block .single-blog-block-img, .blog-area .single-blog-block .single-blog-block-content {
        width: 100%;
    }
}

.blog-area .single-blog-block .single-blog-block-img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    transition: 0.4s;
    border-radius: 4px;
}

.blog-area .single-blog-block .single-blog-block-img a {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    color: #292929;
    background: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
}

.blog-area .single-blog-block .single-blog-block-img a:hover {
    background: #008BD3;
    color: #ffffff;
}

.blog-area .single-blog-block .single-blog-block-img img {
    width: 100%;
    transition: 0.4s;
    border-radius: 4px;
}

.blog-area .single-blog-block .single-blog-block-content {
    padding: 35px 0;
}

@media (max-width: 991px) {
    .blog-area .single-blog-block .single-blog-block-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .blog-area .single-blog-block .single-blog-block-content {
        padding: 85px 0;
    }
}

@media (max-width: 575px) {
    .blog-area .single-blog-block .single-blog-block-content {
        padding: 50px 0;
    }
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta {
    padding: 0 30px;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta h3 a {
    color: #292929;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta h3 a:hover {
    color: #037EBD;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-info p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #008BD3;
    font-family: "Lora", serif;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-info p a {
    color: #008BD3;
    font-weight: 700;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-info p a:hover {
    text-decoration: underline;
    color: #037EBD;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-info p span {
    float: right;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-text {
    margin-bottom: 15px;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-text p {
    margin: 0;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-text blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 40px 0 30px 0;
    font-weight: 600;
    position: relative;
}

.blog-area .single-blog-block .single-blog-block-content .blog-meta .blog-text blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: Fontawesome;
    left: 0;
    top: -8px;
    color: #70c6f930;
    font-size: 60px;
}

.blog-area .single-blog-block.style-2 .single-blog-block-img, .blog-area .single-blog-block.style-2 .single-blog-block-content {
    width: 100%;
    float: none;
    transition: 0.4s;
}

.blog-area .single-blog-block.style-2 .single-blog-block-content {
    padding: 30px;
    background: #ffffff;
    width: 80%;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 9px 1px rgba(0, 139, 211, 0.15);
}

.blog-area .single-blog-block.style-2 .single-blog-block-content .blog-meta {
    padding: 0;
}

.blog-area .styled-pagination {
    position: relative;
}

@media (max-width: 575px) {
    .blog-area .styled-pagination {
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .blog-area .single-blog-block.style-2 .single-blog-block-content {
        width: 90%;
        padding: 25px;
    }
}

.blog-area .styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.blog-area .styled-pagination li.previous a, .blog-area .styled-pagination li.next a {
    color: #292929;
}

.blog-area .styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    min-width: 40px;
    border-radius: 50%;
    color: #292929;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.blog-area .styled-pagination li a:hover, .blog-area .styled-pagination li a.active {
    color: #ffffff;
    background-color: #008BD3;
}

.blog-area .site-sidebar .single-sidebar {
    margin-bottom: 50px;
}

.blog-area .site-sidebar .single-sidebar div {
    overflow: hidden;
}

.blog-area .site-sidebar .single-sidebar:last-child {
    margin-bottom: 0;
}

.blog-area .site-sidebar .single-sidebar h3 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.blog-area .site-sidebar .single-sidebar h3::before {
    position: absolute;
    width: 3px;
    background: #008BD3;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}

.blog-area .site-sidebar .single-sidebar form {
    width: 100%;
    position: relative;
    height: 50px;
}

.blog-area .site-sidebar .single-sidebar form input {
    width: 100%;
    border-bottom: 2px solid #ddd;
    height: 100%;
    transition: 0.4s;
}

.blog-area .site-sidebar .single-sidebar form input:focus {
    border-bottom: 2px solid #008BD3;
}

.blog-area .site-sidebar .single-sidebar form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: #008BD3;
    height: 100%;
    width: 50px;
}

.blog-area .site-sidebar .single-sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.blog-area .site-sidebar .single-sidebar ul li:last-child {
    border-bottom: 0;
}

.blog-area .site-sidebar .single-sidebar ul li a {
    color: #555555;
}

.blog-area .site-sidebar .single-sidebar ul li a:hover {
    color: #008BD3;
}

.blog-area .site-sidebar .single-sidebar ul li a span {
    float: right;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news:last-child {
    border-bottom: 0;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-thumb {
    width: 23%;
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-thumb {
        width: 10%;
    }
}

@media (max-width: 575px) {
    .blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-thumb {
        width: 15%;
    }
}

@media (max-width: 320px) {
    .blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-thumb {
        width: 25%;
    }
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-thumb img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content {
    width: 70%;
    float: left;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content h5 a {
    color: #292929;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content h5 a:hover {
    color: #008BD3;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content p a {
    color: #555555;
    border-right: 1px solid #dadada;
    padding-right: 8px;
    margin-right: 8px;
    font-weight: 600;
}

.blog-area .site-sidebar .single-sidebar.sidebar-news .single-sidebar-news .sidebar-news-content p a:hover {
    color: #008BD3;
}

.blog-area .site-sidebar .single-sidebar.tag a {
    margin: 5px;
}

.blog-area .blog-all-comments h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-area .blog-all-comments .blog-comments {
    margin-bottom: 40px;
    padding: 30px 40px;
    overflow: hidden;
    background: #f9f9f9;
}

.blog-area .blog-all-comments .blog-comments div {
    overflow: hidden;
}

.blog-area .blog-all-comments .blog-comments .author-thumb {
    width: 20%;
    float: left;
}

.blog-area .blog-all-comments .blog-comments .author-thumb img {
    border-radius: 50%;
    width: 70px;
}

.blog-area .blog-all-comments .blog-comments .author-comments .author-details h4 {
    float: left;
    font-size: 18px;
}

.blog-area .blog-all-comments .blog-comments .author-comments .author-details .comment-reply-btn {
    float: right;
}

.blog-area .blog-all-comments .blog-comments .author-comments .author-details .comment-reply-btn a {
    padding: 5px 20px;
    border: 1px solid #008BD3;
}

.blog-area .blog-all-comments .blog-comments .author-comments .author-designation {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.blog-area .blog-comment-form h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-area .blog-comment-form input, .blog-area .blog-comment-form textarea {
    width: 100%;
    border: 2px solid #E5E5E5;
    text-indent: 20px;
    margin-bottom: 30px;
    transition: .3s;
    background: transparent;
    border-radius: 4px;
}

.blog-area .blog-comment-form input:focus, .blog-area .blog-comment-form textarea:focus {
    border-color: #008BD3;
}

.blog-area .blog-comment-form input {
    height: 50px;
}

.blog-area .blog-comment-form textarea {
    padding-top: 15px;
}

@media (max-width: 575px) {
    .blog-area .blog-comment-form button {
        margin-left: 0;
    }
}

.blog-area .blog-comment-form textarea {
    padding-top: 15px;
}

.blog-area .blog-comments + .blog-comments {
    margin-left: 15%;
}

@media (max-width: 767px) {
    .blog-area .blog-comment-form {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .blog-area .single-blog-block-img, .blog-area .single-blog-block-content {
        width: 100%;
    }

    .blog-area .single-blog-block-img {
        margin-bottom: 20px;
    }
}

/*

===============================
Brands Logo
===============================

*/
.single-brand-logo img {
    height: auto;
    width: 120px !important;
    margin: auto;
}

/*

===============================
Newsletter
===============================

*/
.newsletter {
    margin-bottom: -95px;
}

.newsletter .newsletter-content {
    padding: 40px 0;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .newsletter .newsletter-content {
        border-radius: 0px;
    }
}

.newsletter .newsletter-content h2 {
    margin-bottom: 0;
}

@media (max-width: 350px) {
    .newsletter .newsletter-content h2 {
        font-size: 20px;
    }
}

.newsletter .newsletter-content form {
    position: relative;
    width: 80%;
    margin: auto;
}

.newsletter .newsletter-content form input {
    width: 100%;
    height: 50px;
    background: transparent;
    border-bottom: 2px solid #ddd;
    color: #ffffff;
}

.newsletter .newsletter-content form input::placeholder {
    color: #ffffff;
}

.newsletter .newsletter-content form button {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #ffffff;
    background: transparent;
    font-size: 20px;
}

/*

===============================
Copyright Area
===============================

*/
.copyright {
    text-align: center;
    padding: 20px 0;
}

.copyright p {
    color: #292929;
    margin: 0;
}

/*

===============================
Breadcrumb area
===============================

*/
.breadcrumb-area {
    padding: 130px 0 200px 0;
    color: #fff;
    position: relative;
}

.breadcrumb-area .banner-title {
    text-align: center;
}

.breadcrumb-area .banner-title h2 {
    font-size: 60px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .breadcrumb-area .banner-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area .banner-title h2 {
        font-size: 32px;
    }
}

.breadcrumb-area .page-breadcrumb {
    background: #008BD3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.breadcrumb-area .page-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb-area .page-breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-area .page-breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb-area .page-breadcrumb ul li a {
    color: #ffffff;
    margin-right: 10px;
    font-weight: 700;
}

.breadcrumb-area .page-breadcrumb ul li a:hover {
    color: #ffffff;
}

.breadcrumb-area .page-breadcrumb ul li:after {
    position: absolute;
    font-size: 18px;
    content: "\f101";
    font-family: 'FontAwesome';
    color: #ffffff;
    top: 1px;
    right: 0;
}

@media (max-width: 767px) {
    .custom-banner {
        text-align: center;
    }

    .page-breadcrumb ul {
        float: none;
    }

    .banner-title {
        margin-bottom: 20px;
    }
}

/* ==============================
   Portfolio area
   ============================== */
.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -8px;
}

.port-filter-center {
    text-align: center;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 15px;
    color: #292929;
    font-weight: 700;
    transition: 0.4s;
    text-decoration: none;
    position: relative;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a,
.f-link li a:hover,
.f-link li.active a {
    color: #008BD3;
}

/*----------------------------*/
.portfolio .portfolio-item {
    float: left;
}

.portfolio-gallery {
    margin-bottom: -15px;
}

.portfolio .portfolio-item .thumb {
    position: relative;
    display: block;
}

.portfolio .portfolio-item .thumb {
    position: relative;
    display: block;
}

.portfolio .portfolio-item .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    margin: 20px;
    background-image: -moz-linear-gradient(0deg, #008bd385 0%, #0075b1 99%);
    background-image: -webkit-linear-gradient(0deg, #008bd385 0%, #0075b1 99%);
    background-image: -ms-linear-gradient(0deg, #008bd385 0%, #0075b1 99%);
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description {
    top: 50%;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    padding: 10%;
    -webkit-transition: all .3s .3s;
    transition: all .3s .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.portfolio-description,
.portfolio-description h4,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #fff;
}

.portfolio-description h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.portfolio-description p {
    font-weight: 600;
    margin-top: 5px;
}

.portfolio-description i {
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.portfolio-description a,
.portfolio-title a {
    color: #fff;
}

/*gutter*/
.portfolio.gutter .portfolio-item {
    padding: 15px;
}

/*portfolio 2 grid*/
.portfolio.column-2 .portfolio-item {
    width: 49.99%;
}

/*portfolio 3 grid*/
.portfolio.column-3 .portfolio-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/
.portfolio.column-4 .portfolio-item {
    width: 24.98%;
}

/*portfolio 5 grid*/
.portfolio.column-5 .portfolio-item {
    width: 19.99%;
}

/*portfolio 6 grid*/
.portfolio.column-6 .portfolio-item {
    width: 16.666666667%;
}

/* ----------------------------------------------------------------
  Isotope Filtering
-----------------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    transition: none;
}

/*--------------------------------------
    responsive styles
--------------------------------------*/
@media screen and (max-width: 1024px) {
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item {
        width: 50%;
    }

    .portfolio-box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-filter li {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 480px) {
    /*portfolio   grid*/
    .portfolio.column-2 .portfolio-item,
    .portfolio.column-3 .portfolio-item,
    .portfolio.column-4 .portfolio-item,
    .portfolio.column-5 .portfolio-item,
    .portfolio.column-6 .portfolio-item,
    .testimonial.grid-2 li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .portfolio-filter li {
        margin-bottom: 10px;
    }

    .portfolio-filter li a {
        display: block;
        margin-bottom: 10px;
    }
}

.portfolio-details h3, .portfolio-details h4 {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.portfolio-details img {
    width: 100%;
    margin-bottom: 30px;
}

.portfolio-details p {
    margin-bottom: 20px;
}

.portfolio-details p.italic-text {
    font-style: italic;
    font-size: 20px;
    color: #555555;
}

.portfolio-details .prev-next {
    margin-top: 20px;
}

.portfolio-details .prev-next a {
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
    color: #959595;
    background: #F9F9F9;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}


.portfolio-details .prev-next a:hover {
    background: #008BD3;
    color: #ffffff;
}

.portfolio-details .prev-next a .prev-btn {
    float: left;
}

.portfolio-details .prev-next a.active {
    background: #008BD3;
    color: #ffffff;
}

.portfolio-details .prev-next .next-btn {
    float: right;
}


@media (max-width: 370px) {
    .portfolio-details .prev-next {
        text-align: center;
    }

    .portfolio-details .prev-next a.active {
        margin-bottom: 15px;
    }

    .portfolio-details .prev-next .next-btn {
        float: none;
    }
}

/* ==============================
   Site Form
   ============================== */
.site-form {
    padding: 40px;
    box-shadow: 0px 0px 9px 1px rgba(0, 139, 211, 0.15);
    border-radius: 8px;
    overflow: hidden;
}

.site-form h3 {
    text-align: center;
    margin-bottom: 20px;
}

.site-form form input {
    width: 100%;
    height: 50px;
    text-indent: 20px;
    margin-bottom: 20px;
    background: #F2F9FD;
    color: #292929;
    border-radius: 5px;
    border: 1px solid #F2F9FD;
    transition: 0.4s;
}

.site-form form input:focus {
    border: 1px solid #008BD3;
}

.site-form form .form-footer button {
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    border-radius: 50px;
    background: #008BD3;
    border: 2px solid #008BD3;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width: 400px) {
    .site-form form .form-footer button {
        width: 100%;
        margin-bottom: 15px;
    }
}

.site-form form .form-footer button:hover {
    background: transparent;
    color: #008BD3;
    border: 2px solid #008BD3;
}

.site-form form .form-footer a {
    float: right;
    color: #008BD3;
}

.site-form form .form-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 400px) {
    .site-form form .form-footer a {
        float: none;
    }
}

@media (max-width: 400px) {
    .site-form {
        padding: 40px 20px;
    }
}

.site-map {
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.site-map #map {
    overflow: initial !important;
    height: 100%;
}

.contact-blocks .single-block {
    text-align: center;
    padding: 40px 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 1px rgba(0, 139, 211, 0.15);
    margin-bottom: 30px;
}

.contact-blocks .single-block h4 {
    margin-bottom: 15px;
}

.contact-blocks .single-block p {
    margin: 0;
}

@media (max-width: 575px) {
    .left-bttn {
        margin: 0;
    }
}
