/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR CAREPRESS           |||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

@font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(fonts/icofont.woff2) format("woff2"), url(fonts/icofont.woff) format("woff")
}

@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(polyglot-language-switcher.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);
@import url(tinyscrollbar.css);
@import url(twentytwenty.css);

/*==============================================
   Base Css
===============================================*/

:root {
    scroll-behavior: inherit;
    /* --primary-color: #20234c;
    --secondary-color: #f15e42;
    --accent-color: #98cb46; */
    --primary-color: #3B087E;
    --secondary-color: #9f2e94;
    --accent-color: #9f2e94;
    --main-dark-color: #1c2339;
    --primary-color2: #FF6B55;
    --primary-color3: #F46F30;
    --gradient-color: linear-gradient(90deg, #F86CA7 0%, #FF7F18 100%);
    --title-color1: #001D23;
    --title-color2: #253D4E;
    --text-color1: #8A8A8A;
    --text-color2: #1F2124;
    --text-color3: #62686E;
    --text-color4: #4F4F4F;
    --white: #ffffff;
    --font-dosis: "Dosis";
    --font-cabin: "Cabin";
    --pt_white: #fff;
    --pt_orange: #FF6B55;
    --pt_yellow: #9f2e94;
    --pt_purple: #3B087E;
    --pt_black: #000;
    --pt_pattern: #ecebf7;
    --pt_grey:#343434;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #393d72;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/* Tiny Scrollbar */

#scrollbar1 {
    width: 500px;
    margin: 0;
}

#scrollbar1 .viewport {
    position: relative;
    overflow: hidden;
    width: 500px;
    height: 870px;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
    height: 100%;
}

#scrollbar1 .scrollbar {
    position: absolute;
    top: 0;
    right: -30px;
    background: #02c18d;
    width: 10px;
}

#scrollbar1 .track {
    background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 10px;
    position: relative;
    padding: 0;
}

#scrollbar1 .thumb {
    background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    background-image: none;
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 1;
}

#scrollbar1 .thumb .end {
    background: #353742 no-repeat 50% 0;
    overflow: hidden;
    height: 120px;
    width: 10px;
}

#scrollbar1 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.btn-one-single {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Poppins', sans-serif;
    background-color: #3B087E;
}

.btn-one {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Poppins', sans-serif;
}

.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 10px;
    transform: scaleY(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one .txt {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #fff;
}

.btn-one.style2 {
    color: #ffffff;
}

.btn-one.style2:hover:after {
    transform: scaleY(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.sec-title {
    position: relative;
    display: block;
    padding-bottom: 68px;
}

.sec-title .icon {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.sec-title h2 {
    color: #393d72;
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 11px 0 0;
}

.sec-title h2 .round-box {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.sec-title h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.sec-title h5 span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*___ owl Nav Dot Style _____*/

.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: block;
}

.owl-nav-style-one {}

.owl-nav-style-one.owl-theme .owl-prev span,
.owl-nav-style-one.owl-theme .owl-next span {
    position: relative;
    display: block;
}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: -140px;
    right: 0;
    z-index: 10;
    display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 15px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 56px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(90deg);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 20px;
    transform: rotate(-90deg);
}

.owl-nav-style-two {}

.owl-nav-style-two .owl-controls {}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
    background: #fff none repeat scroll 0 0;
    border-radius: 0%;
    color: #3740b0;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    transition: all 700ms ease 0s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
}

.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
    background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    line-height: 8px;
    height: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 4px;
    border: 0px solid transparent;
    background: #031f4b;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 0%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    background: #0098ff;
    width: 20px;
    height: 8px;
}


/* Accordion Box Css */

.accordion-box {
    position: relative;
    display: block;
}

.accordion-box .accordion {
    position: relative;
    display: block;
    background: #f4f2ef;
    border: 0px solid #e1e1e1;
    border-radius: 15px;
    margin-bottom: 15px;
}

.accordion-box .accordion.mar0 {
    margin: 0;
}

.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 90px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn h4 {
    color: #393d72;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "-";
    top: 50%;
    left: 30px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    transform: translateY(-50%);
    transition: all 500ms ease 0s;
}

.accordion-box .accordion .accord-btn.active {
    background: #f4f2ef;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.accordion-box .accordion .accord-btn.active:after {
    content: "+";
    font-size: 25px;
}

.accordion-box .accordion .accord-content {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding-top: 0px;
    padding-bottom: 23px;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.accordion-box.style2 .accordion {
    background: #ffffff;
}

.accordion-box.style2 .accordion .accord-btn::after {
    background: #f4f2ef;
}

.accordion-box.style2 .accordion .accord-btn.active {
    background: #ffffff;
}

.accordion-box.style2 .accordion .accord-content {
    background: #ffffff;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    color: #fcbc38;
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/

.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 150px;
    z-index: 9999999;
    left: -200px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.body_switcher .body_switch_btn {
    position: absolute;
    right: -50px;
    z-index: -1;
}

.body_switcher .body_switch_btn button {
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.80);
    cursor: pointer;
    transition: all 500ms ease;
}

.body_switcher .boxed_switch_menu {
    position: relative;
    background: #fff;
    width: 200px;
    padding: 25px 15px 20px;
    text-align: center;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.body_switcher.switcher-show {
    left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box>div {
    width: 80px;
    height: 50px;
    background: #fff;
    border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box>div>span {
    display: block;
    width: 60px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 7px 0 0;
}

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}


/*=============== Color-Layout =============*/

.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -50px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(255, 255, 255, 0.70);
}

.switcher .switch_menu {
    position: absolute;
    width: 180px;
    height: 30px;
    background: transparent;
    display: none;
    top: 0px;
    left: 60px;
    bottom: 0;
    margin: 10px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #6377ee;
}

.switcher #styleOptions li a.pink-color {
    background: #ff6ec7;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}


/*________________Preloader_______________ */


/* .preloader{ 
    position:fixed; 
    left:0px; 
    top:0px; 
    width:100%; 
    height:100%; 
    z-index:999999999999999999; 
    background-color:#ffffff; 
    background-position:center center; 
    background-repeat:no-repeat; 
    background-image:url(../images/icon/preloader.gif);
} */

.preloader.style-two {
    background-image: url(../images/icon/preloader-1.html);
}


/*** Scroll To Top style ***/

.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
    color: #f8f8f8;
}

.scroll-top.style2 {
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #0098ff;
    border: none;
    text-align: center;
    animation: auto;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}


/* Form validation styles */

input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}


/* Post pagination styles */

.post-pagination {
    position: relative;
    display: block;
}

.post-pagination.martop20 {
    margin-top: 20px;
}

.post-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    color: #131313;
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
}

.post-pagination li a i {
    color: #c1c1c1;
    font-size: 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #fec727;
    border-color: #fec727;
}

.post-pagination li.active a i,
.post-pagination li:hover a i {
    color: #131313;
}

.post-pagination.style2 li a {
    border-radius: 0;
}

.secpd100-0 {
    padding: 100px 0;
}


/* Overlay styles */

.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one.bg3 {
    background-color: rgba(0, 83, 153, 0.90);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.overlay-style1.bg1 {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box ul {
    display: block;
    overflow: hidden;
}

.review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 3px;
}

.review-box ul li:last-child {
    margin-right: 0px;
}

.review-box ul li i {
    color: #f6d000;
    font-size: 18px;
}

.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.social-links-style1 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.social-links-style1 li:last-child {
    margin-right: 0px;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #f4f5f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #353742;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    transition: all 500ms ease;
}

.social-links-style1 li a:hover i {
    color: #ffffff;
    background: #02c18d;
}

.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

.sociallinks-style-two li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    color: #e4b33d;
}


/* Update header Style */

@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}


/*** 
========================================
    Mobile Menu
========================================
***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 13, 40, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 17px 0 17px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
}

.sticky-header .main-menu .navigation>li {}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 0;
}

.header-style-one {}

.header-top {
    position: relative;
    display: block;
    padding: 4px 0 5px;
}

.header-top .outer-container {
    position: static;
    max-width: 1430px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header-top .outer-box {
    position: relative;
    display: block;
}

.header-top-left {
    position: relative;
    display: block;
}

.header-contact-info {
    position: relative;
    display: block;
    overflow: hidden;
}

.header-contact-info ul {
    overflow: hidden;
}

.header-contact-info ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 31px;
    margin-right: 30px;
    line-height: 30px;
}

.header-contact-info ul li:before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    content: "";
}

.header-contact-info ul li:last-child:before {
    display: none;
}

.header-contact-info ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.header-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    top: 1px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

.header-contact-info ul li a {
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-top-right {
    position: relative;
    display: block;
}

.header-social-link {
    position: relative;
    display: block;
}

.header-social-link ul {
    overflow: hidden;
}

.header-social-link ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 30px;
}

.header-social-link ul li:last-child {
    margin-right: 0;
}

.header-social-link ul li a {
    color: #393d72;
    font-size: 14px;
    transition: all 500ms ease;
}

.header {
    position: relative;
    display: block;
}

.header .outer-container {
    position: static;
    max-width: 1430px;
    padding: 0px 15px;
    margin: 0 auto;
}

.header .outer-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0 30px;
}

.header-left {
    position: relative;
    display: block;
}

.header-left .logo {
    position: relative;
    display: block;
    float: left;
    padding: 22px 0;
}

.header-left .logo a {
    position: relative;
    display: inline-block;
}

.header-left .nav-outer {
    position: relative;
    display: block;
    float: left;
    padding-left: 80px;
}

.main-menu.style1 {}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.main-menu .navigation>li:last-child {
    margin-right: 0;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 35px 0;
    color: #393d72;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    right: -6px;
    font-family: 'icomoon' !important;
    content: "\e903";
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #393d72;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    opacity: 0;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    width: 5px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f105";
    font-size: 14px;
    font-weight: 700;
    margin: 12px 0;
    text-align: right;
    z-index: 5;
}

.main-menu .navigation>li>ul>li:hover>a:before {
    opacity: 1;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    color: #393d72;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navigation>li>ul>li>ul>li a:before {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    content: "";
    margin: 15px 0;
    width: 0px;
    transition: all 500ms ease;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    width: 5px;
}


/****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.header-right {
    position: relative;
    display: block;
}

.header-right .outer-search-box-style1 {
    position: relative;
    display: block;
    float: right;
    padding: 10px 0;
    margin-right: 15px;
}

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
}

.outer-search-box-style1 .seach-toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    color: #242424;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    transition: all 500ms ease;
    border: 1px dashed transparent;
    border-radius: 50%;
}

.outer-search-box-style1 .search-box {
    position: absolute;
    top: 120%;
    right: 0%;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
    padding: 20px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    z-index: 100;
    margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #1f1f23;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
    border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button,
.outer-search-box-style1 .search-box .form-group input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.95);
    color: #fff;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    transition: all 500ms ease 0s;
}

.outer-search-box-style1 .search-box .form-group button:hover,
.outer-search-box-style1 .search-box .form-group input:focus+button {
    color: #222222;
    background: #f5f5f5;
}

.header-right {
    position: relative;
    display: block;
}

.header-right .button {
    position: relative;
    display: block;
    float: left;
    padding: 25px 0;
    margin-right: 30px;
}

.header-right .button a {}

.bar-box {
    position: relative;
    display: block;
    float: right;
    padding: 25px 0 8px;
}

.bar-box a {
    position: relative;
    display: inline-block;
}

.bar-box ul {
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.bar-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px 10px;
}

.bar-box ul li.red2 {
    background: #ffe2eb;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*** 
=====================================================
	Header style Two Css
=====================================================
***/

.header-style-two {}

.header-top.style2 {
    padding: 13px 0 14px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

.header-contact-info.style2 ul li span:before {
    color: #ffffff;
}

.header-contact-info.style2 ul li a {
    color: #ffffff;
}

.header-social-link.style2 ul li a {
    color: #ffffff;
}

.header.style2 .outer-box {
    background: transparent;
    padding: 0;
}

.main-menu.style2 .navigation>li>a {
    color: #ffffff;
}

.bar-box.style2 ul li {
    background: #ffffff;
}

.bar-box.style2 ul li.red2 {
    background-color: rgba(255, 255, 255, 0.20);
}

.bar-box.style2:hover ul li.red2 {
    background-color: rgba(255, 255, 255, 1.0);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

.main-slider.style1 {
    margin-top: 0px;
}

.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 283px 0px 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slide .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .8s ease-in-out .4s;
}

.main-slider .slide .image-layer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
    content: "";
    z-index: -1;
}

.main-slider .active .slide .image-layer {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.main-slider .content {
    position: relative;
    z-index: 11;
}

.main-slider.style1 .content {
    position: relative;
    display: block;
    width: 100%;
}

.main-slider .auto-container {
    position: relative;
    overflow: hidden;
}

.main-slider .content h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-transform: none;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
    font-family: 'Open Sans', sans-serif;
}

.main-slider .content h5 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.main-slider .active .content h5 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .4s ease-in-out .3s;
}

.main-slider .content h2 {
    position: relative;
    color: #393d72;
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 42px;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .content h2 .round {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.main-slider .active .content h2 {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .5s;
}

.main-slider .content .btns-box {
    position: relative;
    opacity: 0;
    transform: translateY(80px);
    transition: all .4s ease-in-out .1s;
}

.main-slider .content .btns-box a {
    line-height: 60px;
}

.main-slider .content .btns-box a.marleft {
    margin-left: 16px;
}

.main-slider .content .btns-box a {}

.main-slider .active .content .btns-box {
    opacity: 1;
    transform: translateY(0px);
    transition: all .7s ease-in-out .7s;
}

.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    opacity: 0;
    transform: scale(1.0);
}

.main-slider:hover .owl-theme .owl-nav {
    opacity: 1;
    transform: scale(1.0);
}

.main-slider .owl-theme .owl-prev span,
.main-slider .owl-theme .owl-next span {
    display: block;
}

.main-slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 50px;
    top: 0;
    transform: rotate(180deg);
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ffffff;
    border: 2px solid #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    color: #353742;
    font-size: 25px;
    line-height: 56px;
    font-weight: 400;
    opacity: 1;
    margin: 0;
    padding: 0;
    margin-top: -30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 70px;
    right: 0;
    display: block;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
    line-height: 0;
    display: none;
}

.banner-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.banner-carousel .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.banner-carousel .owl-dots .owl-dot.active {
    background-color: #0098ff;
    border-color: #0098ff;
}


/*** 
=============================================
    Featured Area Css
=============================================
***/

.featured-area {
    position: relative;
    display: block;
    margin-top: -70px;
    padding-bottom: 120px;
    z-index: 10;
}

.main_page.active_boxlayout .featured-area {
    background: #ffffff;
}

.featured-area.one-page-featured {
    padding-bottom: 0;
}

.single-featured-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 27px 40px 26px;
    -webkit-box-shadow: 0px 4px 9px 2px rgba(20, 33, 43, 0.05);
    box-shadow: 0px 4px 9px 2px rgba(20, 33, 43, 0.05);
}

.single-featured-box .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.single-featured-box .inner .icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.single-featured-box .inner .icon span:before {
    font-size: 60px;
    line-height: 60px;
}

.single-featured-box .inner .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-featured-box .inner .text h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 5px;
}

.single-featured-box .inner .text p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}


/*** 
=============================================
    About Style1 Area Css
=============================================
***/

.about-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
}

.about-style1-area.one-page-about {
    padding-top: 120px;
}

.about-style1-image-box {
    position: relative;
    display: block;
    max-width: 575px;
    width: 100%;
    z-index: 10;
}

.about-style1-image-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.about-style1-image-box .main-image {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-experience-box {
    position: absolute;
    top: 0;
    right: 40px;
    width: 185px;
    height: 185px;
    border-radius: 30px;
    text-align: center;
}

.about-experience-box .count-box {
    position: relative;
    display: block;
    padding: 47px 0;
}

.about-experience-box .count-box h2 {
    color: #ffffff;
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.about-experience-box .count-box h2 .plus-icon {
    position: relative;
    display: inline-block;
    top: -1px;
    font-size: 20px;
    margin-left: -15px;
}

.about-experience-box .count-box h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 11px 0 0;
}

.about-style1-content-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

.about-style1-content-box .sec-title {
    padding-bottom: 32px;
}

.about-style1-content-box .inner-content {
    position: relative;
    display: block;
}

.about-style1-content-box .text {
    margin-bottom: 33px;
}

.about-style1-content-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1-content-box ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.about-style1-content-box ul li .icon {
    width: 40px;
}

.about-style1-content-box ul li .icon span:before {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.about-style1-content-box ul li .icon,
.about-style1-content-box ul li .title {
    display: table-cell;
    vertical-align: middle;
}

.about-style1-content-box ul li .title {
    padding-left: 20px;
}

.about-style1-content-box ul li .title h5 {
    font-size: 16px;
    line-height: 26px;
}


/*** 
=============================================
    Service style1 Area Css
=============================================
***/

.service-style1-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 120px 0 90px;
}

.service-style1-area.service-page {
    background: transparent;
    padding: 0px 0 90px;
    margin-top: -89px;
    z-index: 10;
}

.service-style1-area .shape1 {
    position: absolute;
    top: 0;
    left: 0;
}

.service-style1-area .shape2 {
    position: absolute;
    top: 150px;
    right: 250px;
    -webkit-animation: service_hexagon_2 15s infinite linear;
    -moz-animation: service_hexagon_2 15s infinite linear;
    -o-animation: service_hexagon_2 15s infinite linear;
    animation: service_hexagon_2 15s infinite linear;
}

.single-service-style1 {
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 30px;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0;
}

.single-service-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}

.single-service-style1 .img-holder::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.single-service-style1:hover .img-holder::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.single-service-style1 .text-holder {
    position: relative;
    display: block;
    padding: 24px 30px 26px;
    padding-right: 20px;
    border-top: none;
    -webkit-box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 11px 2px rgba(0, 0, 0, 0.04);
}

.single-service-style1 .text-holder h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 5px;
}

.single-service-style1 .text-holder h3 a {
    color: #393d72;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .text-holder p {
    color: #393d72;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.single-service-style1 .text-holder .button {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-service-style1 .text-holder .button a {
    color: #c9cbe5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


/*** 
=============================================
   Video Gallery Area Css
=============================================
***/

.video-gallery-area {
    position: relative;
    display: block;
}

.video-gallery-area .row {
    margin-left: 0px;
    margin-right: 0px;
}

.video-gallery-area .row [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
}

.video-gallery-content-box {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    z-index: 1;
}

.video-gallery-content-box h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin: 26px 0 20px;
}

.video-gallery-content-box p {
    color: #ffffff;
    margin: 0;
}

.video-gallery-content-box .button {
    position: relative;
    display: block;
    padding-top: 43px;
}

.video-gallery-content-box .button a {
    background: #222444;
    line-height: 60px;
}

.video-gallery-content-box .button a i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
}

.video-holder-box {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
    z-index: 1;
}

.video-holder-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(34, 36, 68, .40);
    z-index: -1;
}

.video-holder-box .icon {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border: 0px solid rgba(54, 124, 232, 0.10);
    border-radius: 50%;
    margin: 0 auto;
    padding: 0px;
    z-index: 1;
}

.video-holder-box .icon:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: rgba(54, 124, 232, 0.0);
    z-index: -1;
}

.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #222444;
    font-size: 25px;
    line-height: 120px;
}

.video-holder-box.style2 {
    padding: 215px 0;
    max-width: 620px;
    width: 100%;
    float: right;
}

.video-holder-box.style2:before {
    display: none;
}

.video-holder-box.style3 {
    padding: 170px 0;
    max-width: 100%;
    width: 100%;
    float: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.video-holder-box.style3:before {
    display: none;
}


/*** 
=============================================
    Feautres Area Css
=============================================
***/

.feautres-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.working-hours-box {
    position: relative;
    display: block;
    padding: 40px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.working-hours-box .inner-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 44px 50px 41px;
}

.working-hours-box .title {
    position: relative;
    display: block;
    padding-bottom: 25px;
}

.working-hours-box .title h3 {
    color: #393d72;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 6px;
}

.working-hours-box .title h3 span {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.working-hours-box .title p {
    margin: 0;
}

.working-hours-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.working-hours-box ul li {
    position: relative;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    z-index: 1;
}

.working-hours-box ul li:before {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed #e6e7f2;
    content: "";
}

.working-hours-box ul li:last-child {
    margin-bottom: 0;
}

.working-hours-box ul li .left {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding-right: 40px;
    color: #393d72;
    font-size: 16px;
    font-weight: 700;
}

.working-hours-box ul li .right {
    position: relative;
    display: inline-block;
    float: right;
    background: #ffffff;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.feautres-content-box {
    position: relative;
    display: block;
    padding-top: 50px;
    max-width: 550px;
    width: 100%;
    float: right;
}

.feautres-content-box .sec-title {
    padding-bottom: 24px;
}

.feautres-content-box .sec-title h2 {
    font-size: 52px;
    margin: 11px 0 0;
}

.feautres-content-box .inner-content {
    position: relative;
    display: block;
}

.feautres-content-box .inner-content .text {
    margin-bottom: 30px;
}

.feautres-content-box .inner-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.feautres-content-box .inner-content ul:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 60px;
    content: "";
    background: #f2f3fa;
}

.feautres-content-box .inner-content ul.top {
    border-bottom: 2px solid #f2f3fa;
    padding-bottom: 23px;
}

.feautres-content-box .inner-content ul.bottom {
    padding-top: 23px;
}

.feautres-content-box .inner-content ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
}

.feautres-content-box .inner-content ul li:last-child {
    padding-left: 30px;
}

.feautres-content-box .inner-content ul li .inner {
    position: relative;
    display: block;
    padding-left: 60px;
}

.feautres-content-box .inner-content ul li .icon {
    position: absolute;
    top: 8px;
    left: 0;
}

.feautres-content-box .inner-content ul li .icon span:before {
    font-size: 40px;
    line-height: 40px;
}

.feautres-content-box .inner-content ul li .title {
    position: relative;
    display: block;
}

.feautres-content-box .inner-content ul li .title h3 {
    font-size: 20px;
    margin: 0 0 1px;
}

.feautres-content-box .inner-content ul li .title p {
    margin: 0;
}

.feautres-content-box .inner-content ul.bottom:before {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: auto;
    width: 2px;
    height: 60px;
    content: "";
    background: #f2f3fa;
}


/*** 
=============================================
   Team Area Css
=============================================
***/

.team-area {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    background: #f4f2ef;
}

.single-team-member {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-member .img-holder {
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    padding: 10px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 50%;
}

.single-team-member .img-holder .round-top {
    position: absolute;
    top: -13px;
    left: 80px;
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-team-member:hover .img-holder .round-top {
    background: #f9be4f;
}

.single-team-member .img-holder .round-bottom {
    position: absolute;
    bottom: 0px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-team-member .img-holder .inner {
    position: relative;
    display: block;
}

.single-team-member .overlay-style-one {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    transform: scale(1.3);
}

.single-team-member:hover .overlay-style-one {
    opacity: 1;
    transform: scale(1.0);
    border-radius: 50%;
}

.single-team-member .img-holder .inner img {
    width: 100%;
    transform: scale(1.0);
    transition: .3s ease-in-out;
    border-radius: 50%;
}

.single-team-member:hover .img-holder .inner img {}

.single-team-member .title-holder {
    position: relative;
    display: block;
    padding: 31px 0 0;
}

.single-team-member .title-holder h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.single-team-member .title-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 11px;
}

.single-team-member .title-holder h3 a {
    color: #393d72;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.team-social-link {
    position: relative;
    display: block;
}

.team-social-link ul {
    overflow: hidden;
}

.team-social-link ul li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.team-social-link ul li:last-child {
    margin-right: 0;
}

.team-social-link ul li a {
    position: relative;
    display: block;
    background: #3b5999;
    height: 40px;
    width: 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 7px;
}

.team-social-link ul li a.tw {
    background: #55acee;
}

.team-social-link ul li a.linkedin {
    background: #0077B5;
}


/*** 
=============================================
    Priceing Plan Area Css
=============================================
***/

.priceing-plan-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
}

.priceing-plan-content {
    position: relative;
    display: block;
}

.priceing-plan-tabs {
    position: relative;
    display: block;
}

.priceing-plan-tabs .tab-button-column {
    position: absolute;
    top: -140px;
    right: 0;
}

.priceing-plan-tabs .tab-button-column .tab-buttons {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.priceing-plan-tabs .tab-button-column .tab-buttons li {
    position: relative;
    display: inline-block;
    float: left;
    background: #f4f2ef;
    width: 130px;
    color: #393d72;
    font-size: 16px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.priceing-plan-tabs .tab-button-column .tab-buttons li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.priceing-plan-tabs .tab-button-column .tab-buttons li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.priceing-plan-tabs .tab-button-column .tab-buttons li.tab-btn:hover,
.priceing-plan-tabs .tab-button-column .tab-buttons li.tab-btn.active-btn {
    color: #ffffff;
    background: #f9be4f;
}

.priceing-plan-tabs .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.priceing-plan-tabs .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.priceing-plan-tab-content {
    position: relative;
    display: block;
}

.single-priceing-plan-box {
    position: relative;
    display: block;
    padding: 57px 40px 60px;
    background: #f4f2ef;
    border-radius: 20px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 30px;
}

.single-priceing-plan-box .top {
    overflow: hidden;
}

.single-priceing-plan-box .top .left {
    position: relative;
    display: block;
}

.single-priceing-plan-box .top .left p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}

.single-priceing-plan-box .top .left h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.single-priceing-plan-box .top .right {
    position: relative;
    display: block;
    top: 10px;
}

.single-priceing-plan-box .top .right h2 {
    color: #393d72;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}

.single-priceing-plan-box .top .right h2 span {
    position: relative;
    display: inline-block;
    padding-right: 1px;
    top: -2px;
    font-size: 16px;
    line-height: 0px;
}

.single-priceing-plan-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 26px;
    padding-bottom: 32px;
}

.single-priceing-plan-box ul li {
    position: relative;
    display: block;
    color: #393d72;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.single-priceing-plan-box ul li.deactive {
    color: #bcbbb9;
}

.single-priceing-plan-box ul li span {
    position: relative;
    display: block;
    float: right;
}

.single-priceing-plan-box ul li span.deactive:before {
    color: #bcbbb9;
}

.single-priceing-plan-box .button {
    position: relative;
    display: block;
}

.single-priceing-plan-box .button a {
    color: #393d72;
    padding: 0 40px;
    line-height: 60px;
    background: #ffffff;
}

.single-priceing-plan-box .button a:hover {
    color: #ffffff;
    background: #20234c;
}

.single-priceing-plan-box .button a i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
}

.single-priceing-plan-box .button a:hover:after {
    display: none;
}

.single-priceing-plan-box.style2 {
    background: #393d72;
}

.single-priceing-plan-box.style2 .top .left h2 {
    color: #ffffff;
}

.single-priceing-plan-box.style2 .top .right h2 {
    color: #ffffff;
}

.single-priceing-plan-box.style2 ul li {
    color: #ffffff;
}

.single-priceing-plan-box.style2 ul li.deactive {
    color: #5e6196;
}

.single-priceing-plan-box.style2 ul li span.deactive:before {
    color: #5e6196;
}

.single-priceing-plan-box.style2 .button a {
    color: #ffffff;
}

.single-priceing-plan-box.style2 .button a i {
    color: #ffffff;
}

.single-priceing-plan-box.style2 .button a:hover {
    background: #181a3d;
}

.single-priceing-plan-box.style3 .top .left p {
    color: #ffffff;
}

.single-priceing-plan-box.style3 .top .left h2 {
    color: #ffffff;
}

.single-priceing-plan-box.style3 .top .right h2 {
    color: #ffffff;
}

.single-priceing-plan-box.style3 .top .right h2 span {
    color: #ffffff;
}

.single-priceing-plan-box.style3 ul li {
    color: #ffffff;
}

.single-priceing-plan-box.style3 .button a {
    color: #ffffff;
    background: #393d72;
}

.single-priceing-plan-box.style3 .button a i {
    color: #ffffff;
}

.single-priceing-plan-box.style3 ul li span:before {
    color: #fff3f7;
}

.single-priceing-plan-box.style3 .button a:hover {
    background: #181a3d;
}


/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/

.testimonial-style1-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-style1-area .image-box1 {
    position: absolute;
    top: 50px;
    left: 10%;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.testimonial-style1-area .image-box2 {
    position: absolute;
    top: 120px;
    right: 10%;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.testimonial-style1-area .image-box3 {
    position: absolute;
    left: 6%;
    bottom: 200px;
}

.testimonial-style1-area .image-box4 {
    position: absolute;
    right: 13%;
    bottom: 130px;
}

.testimonial-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-carousel {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px;
    border-radius: 35px;
    -webkit-box-shadow: 0px 5px 7px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0px 5px 7px 2px rgba(20, 33, 43, 0.04);
    z-index: 10;
}

.testimonial-carousel:before {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: -30px;
    right: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    border-radius: 35px;
    z-index: -1;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
}

.single-testimonial-style1 .img-holder {
    width: 320px;
}

.single-testimonial-style1 .img-holder img {
    width: 100%;
    border-radius: 35px;
}

.single-testimonial-style1 .img-holder,
.single-testimonial-style1 .text-holder {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonial-style1 .text-holder {
    position: relative;
    padding-left: 50px;
}

.single-testimonial-style1 .text-holder h2 {
    color: #393d72;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 4px;
}

.single-testimonial-style1 .text-holder span {
    font-size: 16px;
    font-weight: 700;
}

.single-testimonial-style1 .text-holder .text-box {
    position: relative;
    display: block;
    padding-top: 29px;
}

.single-testimonial-style1 .text-holder .text-box p {
    color: #393d72;
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
}


/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/

.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 100px;
}

.single-blog-style1 {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style1 .img-holder .date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    padding: 3px 20px 3px;
    z-index: 5;
}

.single-blog-style1 .img-holder .date-box h5 {
    color: #393d72;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(100px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.single-blog-style1:hover .img-holder .inner:before {
    opacity: 1;
    height: 100%;
}

.single-blog-style1 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style1:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 35px 30px 36px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    padding-right: 17px;
    margin-right: 15px;
}

.single-blog-style1 .text-holder .meta-info li:before {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 4px;
    width: 2px;
    background: #e7e7e7;
    content: "";
}

.single-blog-style1 .text-holder .meta-info li:last-child:before {
    display: none;
}

.single-blog-style1 .text-holder .meta-info li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.single-blog-style1 .text-holder .meta-info li span:before {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    font-size: 14px;
    top: 0px;
}

.single-blog-style1 .text-holder .meta-info li a {
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin: 9px 0 0px;
}

.single-blog-style1 .text-holder .blog-title a {
    color: #18215e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .blog-title .round-box {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.blog-carousel.owl-nav-style-one.owl-theme .owl-stage-outer {
    padding-bottom: 20px;
}


/*** 
=============================================
    Footer area style
=============================================
***/

.footer-area {
    position: relative;
    display: block;
    padding-top: 120px;
    z-index: 1;
}

.footer-area .footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    position: relative;
    display: block;
    padding: 0 0px 110px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.footer-logo .logo {
    position: relative;
}

.footer-logo .logo a {
    display: inline-block;
}

.footer-logo .copy-right {
    border-left: 2px solid #322b6d;
    padding-left: 20px;
    margin-left: 20px;
}

.footer-logo .copy-right p {
    color: #8689b3;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.footer-logo .copy-right h4 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 3px 0 0;
}

.footer-menu {
    position: relative;
    display: block;
    text-align: center;
    border-top: 2px solid #343763;
    border-bottom: 2px solid #343763;
    padding: 35px 0;
}

.footer-menu ul {}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li+li {
    margin-left: 75px;
}

.footer-menu ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all 500ms ease;
}

.footer-contact-info {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 41px;
}

.footer-contact-info .single-box {
    display: flex;
    flex-direction: row;
}

.footer-contact-info .single-box+.single-box {
    margin-left: 50px;
}

.footer-contact-info .single-box .icon {
    position: relative;
    top: 8px;
    display: block;
    height: 30px;
    width: 30px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
}

.footer-contact-info .single-box .icon span {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.footer-contact-info .single-box .title {
    margin-left: 15px;
}

.footer-contact-info .single-box .title span {
    color: #8285ab;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.footer-contact-info .single-box .title h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 4px;
}

.footer-contact-info .single-box .title h3 a {
    color: #ffffff;
}

.footer-social-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
}

.footer-social-info a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #3b5999;
    color: #ffffff;
    border-radius: 10px;
}

.footer-social-info a.fb-clr {
    background: #3b5999;
}

.footer-social-info a.tw-clr {
    background: #55acee;
}

.footer-social-info a.you-clr {
    background: #cd201f;
}

.footer-social-info a.sk-clr {
    background: #00aff0;
}

.footer-social-info a+a {
    margin-left: 10px;
}


/*** 
=====================================================
	Main Slider style
=====================================================
***/

.main-slider.style2 {
    position: relative;
    display: block;
    padding: 260px 0px 215px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider.style2 .banner-curve {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 90px;
    background-image: url(../images/shape/banner-curve.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.main-slider.style2 .content {
    position: relative;
    z-index: 11;
}

.main-slider.style2 .content {
    position: relative;
    display: block;
    width: 100%;
}

.video-holder-box-style2 {
    position: relative;
    display: block;
}

.video-holder-box-style2 .icon {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    margin: 0 auto;
    padding: 13px;
    z-index: 1;
}

.video-holder-box-style2 .icon:before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%;
    background: rgba(54, 124, 232, 0.0);
    z-index: -1;
}

.main-slider.style2:hover .video-holder-box-style2 .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box-style2 .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 25px;
    line-height: 90px;
}

.main-slider.style2 .content h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    opacity: 1;
    margin: 33px 0 0;
    text-transform: none;
    transform: translateY(0px);
    transition: all .4s ease-in-out .1s;
    font-family: 'Open Sans', sans-serif;
}

.main-slider.style2 .content h5 span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.main-slider.style2 .content h2 {
    position: relative;
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    font-weight: 700;
    opacity: 1;
    margin-top: 20px;
    transform: translateY(0px);
    transition: all .4s ease-in-out .1s;
}

.main-slider.style2 .content h2 .round {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}


/*** 
=============================================
    Thm Formbox Style1 Area
=============================================
***/

.thm-formbox-style1-area {
    position: relative;
    display: block;
    margin-top: -100px;
}

.thm-formbox-style1-area.style2 {
    margin-top: -60px;
}

.thm-formbox-style1 {
    position: relative;
    display: block;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 8px 16px 0px rgba(20, 33, 43, 0.04);
    padding: 30px;
    padding-bottom: 20px;
    z-index: 100;
}

.thm-formbox1 {
    position: relative;
    display: block;
}

.thm-formbox1 .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.thm-formbox1 input[type="text"],
.thm-formbox1 input[type="email"] {
    position: relative;
    display: block;
    border-radius: 14px;
    background-color: rgb(244, 242, 239);
    border: 0px solid #e5e5e5;
    width: 100%;
    height: 60px;
    color: #393d72;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    padding-left: 55px;
    padding-right: 20px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .input-box .icon {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 10;
}

.thm-formbox1 input[type="text"]::-webkit-input-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]:-moz-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]::-moz-placeholder {
    color: #393d72;
}

.thm-formbox1 input[type="text"]:-ms-input-placeholder {
    color: #393d72;
}

.thm-formbox1 .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}

.thm-formbox1 .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 14px;
    border: 0px solid #cccccc;
    background-color: #f4f2ef !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 55px;
    padding-right: 20px;
    color: #393d73 !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.thm-formbox1 .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}

.thm-formbox1 .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.thm-formbox1 .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.thm-formbox1 .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.thm-formbox1 .button-box {
    position: relative;
    display: block;
}

.thm-formbox1 .button-box button {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    line-height: 60px;
}


/*** 
=============================================
    About Style2 Area
=============================================
***/

.about-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.about-style1-content-box.style1instyle2 {
    padding-top: 50px;
    margin: 0;
    margin-right: -40px;
    z-index: 10;
}

.about-style1-content-box.style1instyle2 .sec-title h2 {
    font-size: 52px;
    margin: 11px 0 0;
}

.about-style1-content-box.style1instyle2 .inner-content .button-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: -50px;
    padding-top: 20px;
}

.about-style1-content-box.style1instyle2 .inner-content .button-box a {
    background: #393d72;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
}

.about-style1-content-box.style1instyle2 .inner-content .button-box a.marleft {
    margin-left: 20px;
}

.about-style1-content-box.style1instyle2 .inner-content .button-box a.style2 {
    color: #ffffff;
}

.about-style1-content-box.style1instyle2 .inner-content .button-box a i {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
    z-index: 1;
}

.about-style2-image-box {
    position: relative;
    display: block;
    margin-left: 14px;
    margin-right: -30px;
}

.about-style2-image-box img {
    width: 100%;
}

.cost-calculator-box {
    position: relative;
    display: block;
    padding: 45px 50px 40px;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 12px 0px rgba(20, 33, 43, 0.06);
    margin: 50px 0;
    margin-left: -60px;
    z-index: 10;
}

.cost-calculator-box .title {
    position: relative;
    display: block;
    padding-bottom: 23px;
}

.cost-calculator-box .title h3 {
    color: #393d72;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 6px;
}

.cost-calculator-box .title h3 .dotted {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.cost-calculator-box .title p {
    margin: 0;
}

.calculator-form {
    position: relative;
    display: block;
}

.calculator-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.cost-calculator-box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 50px;
}

.cost-calculator-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 14px;
    border: 0px solid #cccccc;
    background-color: #f4f2ef !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #393d73 !important;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.cost-calculator-box .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.cost-calculator-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.cost-calculator-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    font-size: 14px;
    margin: 0;
    border: none;
}

.cost-calculator-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.cost-calculator-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.cost-calculator-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.calculating-box {
    position: relative;
    display: block;
    padding-top: 15px;
}

.calculating-box .bar {
    position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background: #f4f2ef;
    border-radius: 10px;
}

.calculating-box .bar .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    content: "";
    border-radius: 10px;
}

.calculating-box .bar .inner .value {
    position: absolute;
    top: -15px;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 50px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.calculating-box .text {
    position: relative;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.calculating-box .text .left {
    position: relative;
}

.calculating-box .text .left p {
    color: #393d72;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.calculating-box .text .right {
    position: relative;
}

.calculating-box .text .right p {
    color: #393d72;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}


/*** 
=============================================
    Service Style2 Area
=============================================
***/

.service-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 138px 0 90px;
}

.service-style2-area .zikjak {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 18px;
    background-repeat: repeat-x;
    opacity: .10;
    animation: slide 10s linear infinite;
    -webkit-animation: slide 10s linear infinite;
}

@keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -111px 0;
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -111px 0;
    }
}

.single-service-style2 {
    position: relative;
    display: block;
    background: #ffffff;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-service-style2 .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 30px 35px;
    padding-right: 20px;
}

.single-service-style2 .inner-box .big-text {
    position: absolute;
    top: -5px;
    right: -12px;
    color: #fafafd;
    font-size: 160px;
    line-height: 130px;
    font-weight: 700;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-service-style2:hover .inner-box .big-text {
    transform: scaleX(1.0);
}

.single-service-style2:hover {
    -webkit-box-shadow: 0px 2px 8px 2px rgba(20, 33, 43, 0.05);
    box-shadow: 0px 2px 8px 2px rgba(20, 33, 43, 0.05);
}

.single-service-style2:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #f2f2f6;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-service-style2:hover:before {
    border: 2px solid transparent;
}

.single-service-style2:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    right: 0;
    height: 4px;
    content: "";
    z-index: 1;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-service-style2:hover:after {
    transform: scaleX(1.0);
}

.single-service-style2 .icon-holder {
    position: relative;
    display: block;
}

.single-service-style2 .icon-holder img {
    width: auto;
}

.single-service-style2 .text-holder {
    position: relative;
    display: block;
    padding-top: 24px;
}

.single-service-style2 .text-holder h3 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 5px;
}

.single-service-style2 .text-holder h3 a {
    color: #393d72;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style2 .text-holder p {
    color: #393d72;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.single-service-style2 .text-holder .button {
    position: relative;
    display: block;
    padding-top: 10px;
}

.single-service-style2 .text-holder .button a {
    color: #acadc0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


/*** 
=============================================
    Feautres Style2 Area Css
=============================================
***/

.feautres-style2-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 120px 0 120px;
}

.feautres-style2-image-box {
    position: relative;
    display: block;
}

.feautres-style2-image-box .image-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.feautres-style2-image-box .image-inner::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}

.feautres-style2-image-box:hover .image-inner::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.feautres-style2-image-box img {
    width: 100%;
}

.feautres-style2-image-box .outer-image {
    position: absolute;
    left: -150px;
    bottom: 0;
    z-index: 10;
}

.feautres-style2-image-box .outer-image img {
    width: auto;
}

.feautres-style2-content-box {
    position: relative;
    display: block;
    padding-top: 50px;
    padding-left: 30px;
}

.feautres-style2-content-box .sec-title {
    padding-bottom: 40px;
}

.feautres-style2-content-box .sec-title h2 {
    font-size: 50px;
    margin: 11px 0 0;
}

.feautres-style2-content-box .inner-content {
    position: relative;
    display: block;
}

.feautres-style2-content-box .inner-content ul {
    overflow: hidden;
}

.feautres-style2-content-box .inner-content ul li {
    position: relative;
    display: block;
    padding-left: 90px;
    min-height: 90px;
    margin-bottom: 30px;
}

.feautres-style2-content-box .inner-content ul li:last-child {
    margin-bottom: 0;
}

.feautres-style2-content-box .inner-content ul li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 15px;
}

.feautres-style2-content-box .inner-content ul li .text {
    padding-left: 30px;
}

.feautres-style2-content-box .inner-content ul li .text h3 {
    color: #393d72;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 4px;
}

.feautres-style2-content-box .inner-content ul li .text p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


/*** 
=============================================
    Faq Style1 Area Css
=============================================
***/

.faq-style1-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.faq-style1-area.gray-bg {
    background: #f4f2ef;
    padding-bottom: 180px;
}

.faq-left-content {
    position: relative;
    display: block;
    margin-right: 30px;
}

.faq-style1-area .sec-title {
    padding-bottom: 48px;
}

.faq-style1-image-box {
    position: relative;
    display: block;
    padding-top: 115px;
    padding-left: 70px;
    padding-bottom: 70px;
}

.faq-style1-image-box .faq-main-image {
    position: relative;
    display: block;
    max-width: 435px;
    width: 100%;
    z-index: 2;
}

.faq-style1-image-box .faq-main-image .box {
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
}

.faq-style1-image-box .faq-main-image img {
    width: 100%;
}

.faq-style1-image-box .faq-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.faq-style1-image-box .faq-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.faq-left-content.style2 {
    margin-left: 30px;
    margin-right: 0;
}


/*** 
=============================================
    Offers Area Css
=============================================
***/

.offers-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 120px 0 120px;
}

.anim-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.offers-area .shape {
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(../images/shape/shape-3.png);
    width: 798px;
    height: 730px;
}

.offers-image-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 587px;
}

.offers-image-box .image-one {
    position: absolute;
    top: -20px;
    left: 500px;
}

.offers-image-box .image-two {
    position: absolute;
    left: 0px;
    bottom: 0;
}

.offers-content-box {
    position: relative;
    display: block;
    max-width: 720px;
    width: 100%;
    background: #ffffff;
    padding: 75px 50px 80px;
    border-radius: 25px;
}

.offers-content-box h2 {
    font-size: 100px;
    line-height: 90px;
    font-weight: 700;
    margin: 0 0 16px;
}

.offers-content-box h2 span {
    position: relative;
    top: -2px;
    font-size: 20px;
    line-height: 0;
}

.offers-content-box .big-title {
    color: #393d72;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
}

.offers-content-box p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.offers-content-box .button {
    position: relative;
    display: block;
    padding-top: 33px;
}

.offers-content-box .button a {
    line-height: 60px;
}

.offers-content-box .button a:after {
    display: none;
}

.offers-content-box .button a i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
}


/*** 
=============================================
    Choose Style1 Area Css
=============================================
***/

.choose-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.choose-style1-area.pdtop0 {
    padding-top: 0;
}

.choose-style1-area .feautres-content-box {
    float: left;
}

.choose-style1-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.choose-style1-image-box::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}

.choose-style1-image-box:hover::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.choose-style1-image-box img {
    width: 100%;
}


/*** 
=============================================
    Home Map Area Css
=============================================
***/

.home-map-area {
    position: relative;
    display: block;
}

.home-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.home-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 700px;
}


/*** 
=============================================
    Contact Info Area Css
=============================================
***/

.contact-info-area {
    position: relative;
    display: block;
    margin-top: -90px;
}

.contact-info-area.style2 {
    margin-top: 0;
    margin-bottom: -50px;
    z-index: 10;
}

.contact-info-area.style3 {
    padding-top: 110px;
    margin-top: 0;
    margin-bottom: -50px;
    z-index: 10;
}

.single-contact-info-box {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 4px 10px 2px rgba(20, 33, 43, 0.06);
    box-shadow: 0px 4px 10px 2px rgba(20, 33, 43, 0.06);
    padding: 61px 0 62px;
}

.single-contact-info-box span {
    font-size: 70px;
}

.single-contact-info-box .title {
    position: relative;
    display: block;
    margin: 32px 0 13px;
}

.single-contact-info-box .title h3 {
    color: #393d72;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.single-contact-info-box .title h3 .dotted {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.single-contact-info-box ul {
    overflow: hidden;
}

.single-contact-info-box ul li {
    position: relative;
    display: block;
    line-height: 28px;
}

.single-contact-info-box ul li a {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-contact-info-box p {
    color: #393d72;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
}


/*** 
=============================================
    Blog Style2 Area Css
=============================================
***/

.blog-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 80px;
}

.single-blog-style1.style1instyle2 {
    position: relative;
    display: block;
    background: #ffffff;
    border: 2px solid #f2f2f6;
    margin-bottom: 40px;
    z-index: 1;
}

.single-blog-style1.style1instyle2 .text-holder {
    position: relative;
    display: block;
    padding: 35px 38px 36px;
    box-shadow: none;
    background: transparent;
}

.single-blog-style1.style1instyle2 .text-holder .meta-info li a {
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.single-blog-style1.style1instyle2:hover .text-holder .meta-info li a {
    color: #ffffff;
}

.single-blog-style1.style1instyle2 .text-holder .blog-title {
    font-size: 18px;
    line-height: 30px;
    margin: 7px 0 26px;
}

.single-blog-style1.style1instyle2 .text-holder .blog-title a {
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.single-blog-style1.style1instyle2:hover .text-holder .blog-title a {
    color: #ffffff;
}

.single-blog-style1.style1instyle2 .text-holder .text {
    position: relative;
    display: block;
    border-top: 1px solid #f2f2f6;
    padding-top: 22px;
}

.single-blog-style1.style1instyle2 .text-holder .text p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    transition: all 200ms linear;
    transition-delay: 0.2s;
}

.single-blog-style1.style1instyle2:hover .text-holder .text p {
    color: #ffffff;
}

.single-blog-style1.style1instyle2 .overlay-bg {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-blog-style1.style1instyle2:hover .overlay-bg {
    transform: scaleX(1.0);
}

.single-blog-style1.style1instyle2 .overlay-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 43, 85, 0.90);
    content: "";
}


/*** 
=============================================
    Footer Style2 Area style
=============================================
***/

.footer-style2-area {
    position: relative;
    display: block;
    background: #22254a;
}

.footer-top-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px 0 40px;
    border-bottom: 2px solid #353862;
}

.footer-top-content .footer-logo {
    margin: 0;
}

.footer-style2 {
    position: relative;
    display: block;
    padding: 74px 0px 75px;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    padding-bottom: 30px;
}

.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.single-footer-widget .title h3 span {
    position: relative;
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.single-footer-widget {
    position: relative;
    display: block;
}

.single-footer-widget.pdleft30 {
    padding-left: 30px;
}

.single-footer-widget.pdleft50 {
    padding-left: 50px;
}

.single-footer-widget .widget-link1 {
    position: relative;
    display: block;
}

.single-footer-widget .widget-link1 li {
    margin: 0px 0px 20px;
}

.single-footer-widget .widget-link1 li:last-child {
    margin: 0;
}

.single-footer-widget .widget-link1 li a {
    color: #a5a7c2;
    font-size: 16px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .widget-link1 li a:hover {
    color: #ffffff;
}

.single-footer-widget .widget-link2 {
    position: relative;
}

.single-footer-widget .widget-link2 li {
    margin: 0px 0px 20px;
}

.single-footer-widget .widget-link2 li:last-child {
    margin: 0;
}

.single-footer-widget .widget-link2 li a {
    color: #a5a7c2;
    font-size: 16px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-footer-widget .widget-link2 li a:hover {
    color: #ffffff;
}

.widget-company-info {
    position: relative;
    display: block;
}

.widget-company-info p {
    color: #bdbfd8;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px;
}

.widget-company-info .readmore {
    position: relative;
    display: block;
    padding-top: 21px;
}

.widget-company-info .readmore a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.single-footer-widget .subscribe-box {
    position: relative;
    display: block;
    padding-top: 6px;
}

.single-footer-widget .subscribe-box .input-box {
    position: relative;
    display: block;
}

.single-footer-widget .subscribe-box .icon {
    position: absolute;
    right: 30px;
    bottom: 0;
    font-size: 15px;
    line-height: 50px;
}

.subscribe-widget-box {
    position: relative;
    display: block;
    max-width: 270px;
    width: 100%;
    float: right;
}

.subscribe-box {
    position: relative;
    display: block;
}

.subscribe-form {
    position: relative;
    display: block;
    width: 100%;
}

.subscribe-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    padding-right: 50px;
    background: rgba(255, 255, 255, 1.0);
    border: 0px solid rgba(255, 255, 255, 0.20);
    color: #393d73;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.subscribe-form input::-webkit-input-placeholder {
    color: #393d73;
}

.subscribe-form input:-moz-placeholder {
    color: #393d73;
}

.subscribe-form input::-moz-placeholder {
    color: #393d73;
}

.subscribe-form input:-ms-input-placeholder {
    color: #393d73;
}

.subscribe-form button {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.subscribe-form button:after {
    display: none;
}

.subscribe-form button i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 50px;
    padding-right: 10px;
}

.footer-bottom-style2 {
    position: relative;
    display: block;
    background: #171a39;
    padding: 25px 0;
}

.footer-bottom-style2 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.footer-menu-style2 {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-menu-style2 ul {
    overflow: hidden;
}

.footer-menu-style2 ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    margin-right: 50px;
}

.footer-menu-style2 ul li:last-child {
    margin-right: 0;
}

.footer-menu-style2 ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.payment-method-box {
    position: relative;
    display: block;
}

.payment-method-box ul {
    overflow: hidden;
}

.payment-method-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.payment-method-box ul li:last-child {
    margin-right: 0;
}

.payment-method-box ul li a {
    display: inline-block;
}

.payment-method-box ul li a img {
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.payment-method-box ul li a:hover img {
    opacity: .7;
}


/*** 
=============================================
    Service Details Area Css
=============================================
***/

.service-details-area {
    position: relative;
    display: block;
    padding-top: 110px;
    padding-bottom: 120px;
}

.service-details-content {
    position: relative;
    display: block;
    padding-right: 20px;
}

.service-details-main-image {
    position: relative;
    display: block;
}

.service-details-main-image img {
    width: 100%;
}

.service-details-main-image .overlay-box {
    position: absolute;
    right: 30px;
    bottom: -50px;
    background: #ffffff;
    width: 280px;
    border-radius: 20px;
    box-shadow: 0px 6px 12px 0px rgba(20, 33, 43, 0.03);
    display: flex;
    align-items: center;
    padding: 21px 40px 22px;
}

.service-details-main-image .overlay-box .icon {
    position: relative;
    display: block;
    width: 35px;
}

.service-details-main-image .overlay-box .icon span {
    font-size: 42px;
}

.service-details-main-image .overlay-box .title {
    position: relative;
    display: block;
    padding-left: 20px;
}

.service-details-main-image .overlay-box .title h3 {
    color: #393d72;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 1px;
}

.service-details-main-image .overlay-box .title p {
    margin: 0;
}

.service-details-text-box {
    position: relative;
    display: block;
    margin-top: 53px;
    margin-bottom: 53px;
}

.service-details-text-box h2 {
    color: #393d72;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-details-text-box h2 .dotted {
    position: relative;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.service-details-text-box p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 21px;
}

.service-details-bottom-image {
    position: relative;
    display: block;
}

.service-details-bottom-image .single-image-nox {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-details-bottom-image .single-image-nox::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}

.service-details-bottom-image .single-image-nox:hover::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.service-details-bottom-image .single-image-nox img {
    width: 100%;
    border-radius: 20px;
}

.service-details-bottom-text {
    position: relative;
    display: block;
    padding-top: 24px;
}

.service-details-bottom-text p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.service-details-sidebar {
    position: relative;
    display: block;
}

.service-details-categories {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 33px 35px 28px;
    border-radius: 20px;
}

.service-details-sidebar .title {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.service-details-sidebar .title h3 {
    color: #393d72;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.service-details-sidebar .title h3 .dotted {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.categories-box {
    position: relative;
    display: block;
}

.categories-box ul {
    overflow: hidden;
}

.categories-box ul li {
    margin-bottom: 8px;
}

.categories-box ul li:last-child {
    margin-bottom: 0;
}

.categories-box ul li a {
    position: relative;
    display: block;
    color: #393d72;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.categories-box ul li.active a,
.categories-box ul li a:hover {
    padding-left: 20px;
}

.categories-box ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    content: "";
    z-index: -1;
    transform: scaleX(0.0);
    transform-origin: right;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.categories-box ul li.active a:before,
.categories-box ul li a:hover:before {
    transform: scaleX(1.0);
}

.callto-action-box {
    position: relative;
    display: block;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    margin-top: 30px;
    padding: 64px 0 70px;
    z-index: 1;
}

.callto-action-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    content: "";
    z-index: -1;
}

.callto-action-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}

.callto-action-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 6px 0 21px;
}

.callto-action-box .btn-one {
    background: #d42a5e;
}

.servicedet-prev-next-option {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 37px;
}

.servicedet-prev-next-option .box {
    position: relative;
    display: flex;
    align-content: center;
    width: 50%;
    float: left;
    padding: 20px;
}

.servicedet-prev-next-option .box .inner {
    position: relative;
    display: flex;
    align-items: center;
}

.servicedet-prev-next-option .box .inner-next {
    position: relative;
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.servicedet-prev-next-option .box.prev {
    background: #22254a;
}

.servicedet-prev-next-option .box.next {
    display: block;
    float: right;
    text-align: right;
}

.servicedet-prev-next-option .box.next .title {
    padding-left: 0;
    padding-right: 20px;
}

.servicedet-prev-next-option .box .image {
    width: 130px;
}

.servicedet-prev-next-option .box .title {
    padding-left: 20px;
}

.servicedet-prev-next-option .box .title p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.servicedet-prev-next-option .box .title p a {
    color: #ffffff;
}

.servicedet-prev-next-option .box .title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.servicedet-prev-next-option .box .title h3 a {
    color: #ffffff;
}


/*** 
=============================================
    Breadcrumb area style
=============================================
***/

.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 298px 0 180px;
    z-index: 10;
}

.breadcrumb-area.style2 {
    padding-top: 228px;
}

.breadcrumb-area .banner-curve {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 90px;
    background-image: url(../images/shape/banner-curve.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.breadcrumb-area .banner-curve-gray {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 90px;
    background-image: url(../images/shape/banner-curve-gray.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 100%;
    z-index: 2;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
}

.breadcrumb-area .title {
    position: relative;
    display: block;
}

.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
}

.breadcrumb-area .title h2 span {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 9px;
}

.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 10px;
    padding-right: 16px;
    text-transform: capitalize;
}

.breadcrumb-menu ul li:after {
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 15px;
    background: #ffffff;
    content: "";
}

.breadcrumb-menu ul li:last-child:after {
    display: none;
}

.breadcrumb-menu ul li:last-child {
    margin: 0;
    padding: 0;
}

.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


/*** 
=============================================
    Team Page Area Css
=============================================
***/

.team-page-area {
    position: relative;
    display: block;
    padding: 107px 0 80px;
}

.single-filter-box {
    position: relative;
    display: block;
    border: 2px solid #f4f2ef;
    border-radius: 14px;
    padding: 40px 0px 32px;
    margin-bottom: 63px;
}

.single-filter-box span {
    font-size: 60px;
}

.single-filter-box h3 {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 7px;
}

.single-team-member.style2 .img-holder {
    background: #f4f2ef;
}

.single-team-member.style2 .img-holder .round-top {
    background: #f4f2ef;
}

.single-team-member.style2:hover .img-holder .round-top {
    background: #f9be4f;
}

.single-team-member.style2 .img-holder .round-bottom {
    background: #f4f2ef;
}


/*** 
=============================================
    showcase Area Css
=============================================
***/

.showcase-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 120px 0 90px;
}

.single-showcase-box {
    position: relative;
    display: block;
}

.single-showcase-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}

.single-showcase-box .img-holder img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-showcase-box:hover .img-holder img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*** 
=============================================
    Skillset Area Css
=============================================
***/

.skillset-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.skillset-progress-box {
    position: relative;
    display: block;
}

.skillset-progress-box:before {
    position: absolute;
    top: 50px;
    left: 50%;
    height: 100px;
    width: 1px;
    background: #f4f2ef;
    content: "";
}

.progress-block .inner-box {
    position: relative;
    width: 200px;
    min-height: 200px;
    text-align: center;
    margin: 0 auto 21px;
}

.progress-block .graph-outer {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
}

.progress-block .graph-outer .count-text {
    position: relative;
    display: inline-block;
    color: #393d72;
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.progress-block .title {
    position: relative;
    display: block;
}

.progress-block .title h2 {
    color: #393d72;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 4px;
}

.progress-block .title p {
    color: #393d72;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.skillset-content-box {
    position: relative;
    display: block;
}

.skillset-content-box .sec-title {
    padding-bottom: 22px;
}

.skillset-content-box .text {
    position: relative;
    display: block;
    padding-bottom: 7px;
}

.skillset-content-box .text p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.skillset-content-box .bottom-text {
    position: relative;
    display: block;
}

.skillset-content-box .bottom-text .img-box {
    width: 110px;
}

.skillset-content-box .bottom-text .img-box img {
    width: 100%;
}

.skillset-content-box .bottom-text .img-box,
.skillset-content-box .bottom-text .text-box {
    display: table-cell;
    vertical-align: middle;
}

.skillset-content-box .bottom-text .text-box {
    position: relative;
    padding-left: 30px;
}

.skillset-content-box .bottom-text .text-box p {
    color: #393d72;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}


/*** 
=============================================
    Fact Counter Area style
=============================================
***/

.fact-counter-area {
    position: relative;
    display: block;
    margin-bottom: -147px;
    z-index: 10;
}

.fact-counter-box {
    position: relative;
    display: block;
    background: #393d72;
    padding: 57px 0 3px;
    border-radius: 30px;
}

.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-fact-counter .count-box h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 46px;
    font-weight: 700;
}

.single-fact-counter .count-box h2 span {
    display: inline-block;
}

.single-fact-counter .count-box h2 i:before {
    position: relative;
    display: inline-block;
    font-size: 57px;
    line-height: 10px;
    top: -2px;
    left: -9px;
}

.single-fact-counter .count-box h2 .orange {
    /* color: #ffb848; */
    color: #fcc1b9;
}

.single-fact-counter .count-box h2 .blues {
    color: #55a1ff;
}

.single-fact-counter .count-box h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 8px 0px 0px -15px;
    font-family: 'Open Sans', sans-serif;
}


/*** 
=============================================
    Contact Form Style1 Area Css
=============================================
***/

.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 170px 0 120px;
    z-index: 1;
}

.contact-form-style1-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact-form {
    position: relative;
    display: block;
    width: 100%;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-form form .input-box .icon {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 10;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 100%;
    height: 60px;
    color: #393d73;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.contact-form form textarea {
    height: 200px;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.contact-form form input[type="text"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="email"]:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form textarea:focus {
    color: #222222;
    border-color: #101f42;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #393d73;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #393d73;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #393d73;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #393d73;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #393d73;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #393d73;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #393d73;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #393d73;
}

.contact-form form textarea::-webkit-input-placeholder {
    color: #393d73;
}

.contact-form form textarea:-moz-placeholder {
    color: #393d73;
}

.contact-form form textarea::-moz-placeholder {
    color: #393d73;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #393d73;
}

.contact-form form .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 60px;
}

.contact-form form .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 10px;
    border: 0px solid #ffffff;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #393d73 !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.contact-form form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.contact-form form .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.contact-form form .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    font-size: 14px;
    margin: 0;
    border: none;
}

.contact-form form .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.contact-form form .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.contact-form form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.contact-form form .button-box button {
    line-height: 60px;
}

.contact-form form .button-box button i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
}


/*** 
=============================================
   Shop Area  style
=============================================
***/

.shop-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 85px;
    padding-bottom: 80px;
}

.shop-content {
    position: relative;
    display: block;
}

.showing-result-shorting {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}

.showing-result-shorting .showing {}

.showing-result-shorting .showing p {
    color: #22254a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.showing-result-shorting .shorting {}

.shorting .bootstrap-select {
    position: relative;
    display: block;
    width: 170px !important;
    height: 60px;
}

.shorting .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 14px;
    border: 0px solid #cccccc;
    background-color: transparent !important;
    max-width: 100%;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 0px;
    padding-right: 20px;
    color: #22254a !important;
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.shorting .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.shorting .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.shorting .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e93c";
    color: #c9c5bf;
    font-size: 14px;
    margin: 0;
    border: none;
}

.shorting .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 14px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.shorting .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.shorting .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.single-product-item {
    position: relative;
    display: block;
    margin-bottom: 33px;
}

.single-product-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-product-item .img-holder img {
    transform: scale(1.05);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
}

.single-product-item:hover .img-holder img {
    transform: scale(1.0);
}

.single-product-item .img-holder .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(100%);
    z-index: 5;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.single-product-item:hover .img-holder .overlay-content {
    opacity: 1;
    transform: translateY(0px);
}

.single-product-item .img-holder .overlay-content a {
    opacity: 0;
    padding: 0 20px;
    font-weight: 500;
    transform: translateY(-50px);
    transition: all 500ms ease 300ms;
}

.single-product-item:hover .img-holder .overlay-content a {
    opacity: 1;
    transform: translateY(0px);
    transition: all 500ms ease 600ms;
}

.single-product-item .img-holder .overlay-content a span:before {
    position: relative;
    display: inline-block;
    padding-left: 7px;
    line-height: 20px;
}

.single-product-item .title-holder {
    position: relative;
    display: block;
    padding: 14px 0 0;
}

.single-product-item .title-holder h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 1px;
}

.single-product-item .title-holder h4 a {
    color: #22254a;
}

.single-product-item .title-holder .price-box {
    position: relative;
    display: block;
}

.single-product-item .title-holder .price-box span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

.single-product-item .title-holder .price-box del {
    position: relative;
    display: inline-block;
    color: #b5c2d1;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.sidebar-box-style2 {
    position: relative;
    display: block;
    margin-top: 22px;
}

.single-sidebar-style2 {
    position: relative;
    display: block;
    border: 2px solid #efefef;
    padding: 35px 38px 30px;
    margin-bottom: 30px;
}

.single-sidebar-style2 .title {
    position: relative;
    display: block;
    padding-bottom: 18px;
}

.single-sidebar-style2 .title h4 {
    color: #22254a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.filter-checkbox {
    position: relative;
    display: block;
}

.filter-checkbox li {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.filter-checkbox li:last-child {
    margin-bottom: 0;
}

.filter-checkbox .single-checkbox {
    position: relative;
    display: block;
}

.filter-checkbox label {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #22254a;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.filter-checkbox input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #cccccc;
    cursor: pointer;
    border-radius: 0;
    transition: all 300ms ease;
}

.filter-checkbox label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    background-color: transparent;
    transition: all 300ms ease;
}

.filter-checkbox input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}

.single-sidebar-style2 .size-filter {
    position: relative;
    display: block;
}

.single-sidebar-style2 .size-filter li {
    position: relative;
    display: block;
    color: #22254a;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar-style2 .size-filter li:last-child {
    margin: 0;
    padding: 0;
}

.single-sidebar-style2 .price-ranger {
    margin-top: 11px;
}

.single-sidebar-style2 .price-ranger .ui-widget-content {
    background: #cbcbcb;
    border: none;
    height: 2px;
}

.single-sidebar-style2 .price-ranger .ui-slider-handle {
    border: 0px solid #69ad07;
    border-radius: 0%;
    height: 10px;
    width: 10px !important;
    margin-left: -4px;
    outline: medium none;
    cursor: pointer;
}

.single-sidebar-style2 .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.single-sidebar-style2 .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 0;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block {
    margin-bottom: 0px;
    margin-top: 15px;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    font-size: 14px;
    font-weight: 700;
    outline: medium none;
    text-align: left;
    width: 40px;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar-style2 .price-ranger .ranger-min-max-block span {
    color: #cbcbcb;
    font-weight: 400;
    font-size: 16px;
    line-height: 0px;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block span.line {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #cbcbcb;
    top: -4px;
    left: -8px;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block input[type="submit"] {
    float: right;
    text-align: right;
    border: none;
    color: #22254a;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    cursor: pointer;
    background: transparent;
}

.single-sidebar-style2 .price-ranger .ranger-min-max-block input[type="submit"]:hover {}

.single-sidebar-style2 .tag-filter {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-sidebar-style2 .tag-filter li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 9px;
}

.single-sidebar-style2 .tag-filter li a {
    color: #999999;
    font-size: 13px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.shop-sidebar-image-box {
    position: relative;
    display: block;
}

.shop-sidebar-image-box img {
    width: 100%;
}


/*** 
=============================================
    Shop Details Area Css
=============================================
***/

.shop-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.single-product-image-holder {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
}

.single-product-image-holder .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.single-product-image-holder .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: #fff;
    transform: translatez(0);
}

.single-product-image-holder .slider-content {
    position: relative;
    display: block;
}

.single-product-slide {
    position: relative;
    display: block;
}

.single-product-slide .big-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-product-slide .big-image-box img {
    width: 100%;
    transition: .5s ease;
    transform: scale(1.05);
}

.single-product-slide:hover .big-image-box img {
    transform: scale(1);
}

.single-product-image-holder .slider-pager {
    position: relative;
    display: block;
    max-width: 440px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.single-product-image-holder .slider-pager .thumb-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-product-image-holder .slider-pager .thumb-box li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 8px 13px;
}

.single-product-image-holder .slider-pager .thumb-box li a {
    position: relative;
    display: inline-block;
}

.single-product-image-holder .slider-pager .thumb-box li .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-product-image-holder .slider-pager .thumb-box li .img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(143, 196, 36, 0.70);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    opacity: 0;
    content: "";
}

.single-product-image-holder .slider-pager .thumb-box li a.active .img-holder:before {
    opacity: 1;
}

.single-product-info-box {
    position: relative;
    display: block;
}

.single-product-info-box .product-title {
    position: relative;
    display: block;
}

.single-product-info-box .product-title p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.single-product-info-box .product-title h2 {
    color: #22254a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.single-product-info-box .product-value {
    position: relative;
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 25px 0 28px;
    margin: 30px 0 34px;
}

.single-product-info-box .product-value h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.single-product-info-box .product-value h3 del {
    color: #b2bfce;
    font-size: 18px;
}

.single-product-info-box .product-value .review-box {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

.single-product-info-box .product-value .review-box span {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: 700;
}

.single-product-info-box .product-text {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 33px;
    margin-bottom: 36px;
}

.single-product-info-box .product-text .bottom {
    position: relative;
    display: block;
    padding-top: 12px;
}

.single-product-info-box .product-text p {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.single-product-info-box .product-text ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-product-info-box .product-text ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: #22254a;
    font-size: 16px;
    font-weight: 400;
}

.single-product-info-box .product-text ul li span {
    font-weight: 700;
}

.product-cart-box {
    position: relative;
    display: block;
}

.product-cart-box .input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.product-cart-box .input-box .title {
    position: relative;
    display: block;
    padding-bottom: 15px;
}

.product-cart-box .input-box .title h4 {
    color: #22254a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.product-cart-box .bootstrap-select {
    position: relative;
    display: block;
    width: 100% !important;
    height: 50px;
}

.product-cart-box .bootstrap-select>.dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff !important;
    max-width: 100%;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    padding-right: 20px;
    color: #999999 !important;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
    font-family: 'Open Sans', sans-serif;
}

.product-cart-box .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.product-cart-box .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    margin: 0;
}

.product-cart-box .bootstrap-select>.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    width: auto;
    height: auto;
    font-family: 'icomoon' !important;
    content: "\e941";
    color: #c9c5bf;
    font-size: 12px;
    margin: 0;
    border: none;
}

.product-cart-box .bootstrap-select .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: 0px solid #ddd;
    background: #eae8e4;
    font-size: 16px;
    color: #000000;
}

.product-cart-box .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.product-cart-box .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.quantity-box .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}

.quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    height: 50px;
    width: 45px;
    padding: 0;
    transition: auto;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-family: 'Open Sans', sans-serif;
}

.quantity-box input.quantity-spinner.form-control:focus {
    box-shadow: none;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}

.quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px 5px;
}

.clear-selection {
    position: relative;
    display: block;
    float: right;
}

.clear-selection a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-decoration: underline;
}

.product-details-button-box {
    position: relative;
    display: flex;
    align-content: center;
}

.product-details-button-box .addto-cart-button {
    position: relative;
    display: block;
}

.product-details-button-box .addto-cart-button button.addtocart {
    line-height: 62px;
    border-radius: 0;
}

.product-details-button-box .addto-cart-button button.addtocart:after {
    border-radius: 0px;
}

.product-details-button-box .wishlist-button {
    position: relative;
    display: block;
    margin-left: 30px;
}

.product-details-button-box .wishlist-button button.wishlist {
    color: #22254a;
    line-height: 58px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 0 30px;
}

.product-details-button-box .wishlist-button button.wishlist:after {
    border-radius: 0px;
}

.product-details-button-box .compare-button {
    position: relative;
    display: block;
    margin-left: 30px;
}

.product-details-button-box .compare-button button.compare {
    color: #22254a;
    line-height: 58px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 0 30px;
}

.product-details-button-box .compare-button button.compare:after {
    border-radius: 0px;
}

.product-details-button-box button i {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 60px;
    padding-right: 10px;
}

.share-products-socials {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

.share-products-socials h5 {
    position: relative;
    display: inline-block;
    float: left;
    color: #22254a;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.share-products-socials ul {
    position: relative;
    display: inline-block;
    float: left;
    margin-left: 20px;
}

.share-products-socials ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.share-products-socials ul li:last-child {
    margin-right: 0;
}

.share-products-socials ul li a i {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    transition: all 500ms ease;
}

.share-products-socials ul li a i.fb {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.share-products-socials ul li a:hover i.fb {
    background: #1d376f;
}

.share-products-socials ul li a i.tw {
    background: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

.share-products-socials ul li a:hover i.tw {
    background: #1e7dc5;
}

.share-products-socials ul li a i.pin {
    background: #cb2027;
    border-color: #cb2027;
    color: #ffffff;
}

.share-products-socials ul li a:hover i.pin {
    background: #a81218;
}

.share-products-socials ul li a i.lin {
    background: #007ab9;
    border-color: #007ab9;
    color: #ffffff;
}

.share-products-socials ul li a:hover i.lin {
    background: #01537d;
}


/*** 
=============================================
    Products Details Tab Area Css
=============================================
***/

.products-details-tab-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 113px 0 120px;
}

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 -2px;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 0px 29px 22px;
    color: #22254a;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}

.product-tab-box .tab-btns .tab-btn span:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 3px;
    content: "";
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before {
    transform: scaleX(1.0);
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
}

.product-tab-box .tabs-content .tab {
    position: relative;
    background: #ffffff;
    padding: 44px 50px 40px;
    display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-descriptions-content {
    position: relative;
    display: block;
}

.product-descriptions-content .text {
    margin-bottom: 33px;
}

.product-descriptions-content .bottom-text {
    margin-top: 33px;
}

.product-tab-box .review-form {
    position: relative;
    display: block;
}

.product-tab-box .review-form .shop-page-title {
    padding-bottom: 29px;
}

.product-tab-box .review-form .shop-page-title .title {
    color: #22254a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.product-tab-box .review-form .shop-page-title p {
    margin: 0;
}

.product-tab-box .review-form .shop-page-title p b {
    font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-tab-box .review-form .add-rating-box .add-rating-title {
    position: relative;
    display: inline-block;
    float: left;
}

.product-tab-box .review-form .add-rating-box .add-rating-title p {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

.product-tab-box .review-form .add-rating-box .review-box {
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-right: 5px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
    margin-right: 0px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li i {
    font-size: 14px;
    line-height: 20px;
    opacity: 1;
    transition: all 500ms ease 0s;
}

.product-tab-box .review-form .input-box p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 5px;
}

.product-tab-box .review-form form input[type="text"],
.product-tab-box .review-form form input[type="email"],
.product-tab-box .review-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
    color: #252525;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 0px;
    transition: all 500ms ease;
}

.product-tab-box .review-form form textarea {
    height: 150px;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.product-tab-box .review-form form button {}

.product-tab-box .review-form form button i {
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

.product-tab-box .review-form form button:hover {}

.product-tab-box .review-form form input[type="text"]:focus {
    border-color: #e1dddd;
}

.product-tab-box .review-form form input[type="email"]:focus {
    border-color: #e1dddd;
}

.product-tab-box .review-form form textarea:focus {
    border-color: #e1dddd;
}

.review-box-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-outer-box {
    position: relative;
    display: block;
    padding: 34px 39px 32px;
    border: 1px solid #ededed;
    margin-bottom: 20px;
}

.review-box-holder .single-review-box {
    position: relative;
    display: block;
    padding-left: 70px;
}

.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 0;
    top: 5px;
}

.review-box-holder .single-review-box .image-holder img {
    width: 100%;
    border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
    padding-left: 25px;
}

.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 12px;
}

.review-box-holder .single-review-box .text-holder .top .name h3 {
    color: #22254a;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 7px;
    text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .name h3 span {
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child {
    margin-right: 0;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    font-size: 14px;
}

.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
}


/*** 
=============================================
    blog Area Css
=============================================
***/

#blog-area {
    position: relative;
    display: block;
}

.blog-style3-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 110px 0 120px;
}

.blog-style3-area .blog-posts {
    position: relative;
    display: block;
}

.single-blog-style2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-blog-style2 .img-holder {
    position: relative;
    display: block;
}

.single-blog-style2 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.single-blog-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(100px, 50px);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.single-blog-style2:hover .img-holder .inner:before {
    opacity: 1;
    height: 100%;
}

.single-blog-style2 .img-holder .inner img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.single-blog-style2:hover .img-holder .inner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 50px 50px;
    padding-right: 40px;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
    box-shadow: 0px 3px 10px 2px rgba(20, 33, 43, 0.04);
}

.single-blog-style2 .text-holder .categories {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    border-radius: 6px;
}

.single-blog-style2 .text-holder .categories h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}

.single-blog-style2 .text-holder .blog-title {
    color: #22254a;
    font-size: 34px;
    line-height: 46px;
    font-weight: 700;
    margin: 22px 0 12px;
}

.single-blog-style2 .text-holder .blog-title a {
    color: #22254a;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-blog-style2 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 30px;
}

.single-blog-style2 .text-holder .meta-info li:last-child {
    margin-right: 0px;
}

.single-blog-style2 .text-holder .meta-info li span:before {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    font-size: 14px;
    top: 1px;
}

.single-blog-style2 .text-holder .meta-info li a {
    color: #22254a;
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    margin: 15px 0px 33px;
}

.single-blog-style2 .text-holder .text p {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.single-blog-style2 .text-holder .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.single-blog-style2 .text-holder .bottom-box .author {
    position: relative;
    display: block;
}

.single-blog-style2 .text-holder .bottom-box .author .image {
    width: 40px;
}

.single-blog-style2 .text-holder .bottom-box .author .image img {
    width: 100%;
    border-radius: 50%;
}

.single-blog-style2 .text-holder .bottom-box .author .image,
.single-blog-style2 .text-holder .bottom-box .author .name {
    display: table-cell;
    vertical-align: middle;
}

.single-blog-style2 .text-holder .bottom-box .author .name {
    position: relative;
    padding-left: 15px;
}

.single-blog-style2 .text-holder .bottom-box .author .name h4 {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
}

.single-blog-style2 .text-holder .bottom-box .readmore {
    position: relative;
    display: block;
}

.single-blog-style2 .text-holder .bottom-box .readmore a {
    color: #22254a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.single-blog-style2 .text-holder .bottom-box .readmore a span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    top: 1px;
}

.blog-carousel-2.owl-nav-style-one.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.blog-carousel-2.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border: 2px solid transparent;
    color: #ffffff;
}

.blog-carousel-2.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    float: right;
}

.single-blog-style2 .outer-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 43px 50px 43px;
    padding-right: 40px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    z-index: 1;
}

.single-blog-style2 .outer-box:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single-blog-style2 .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 110px;
}

.single-blog-style2 .inner-content .icon-holder {
    position: absolute;
    top: 5px;
    left: 0;
    color: #ffffff;
    font-size: 80px;
}

.single-blog-style2 .inner-content .text-holder {
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    padding-right: 0;
    box-shadow: none;
}

.single-blog-style2 .inner-content .text-holder .blog-title {
    margin-top: 0;
}

.single-blog-style2 .inner-content .text-holder .blog-title a {
    color: #ffffff;
}

.single-blog-style2 .inner-content .text-holder .meta-info li span:before {
    color: #ffffff;
}

.single-blog-style2 .inner-content .text-holder .meta-info li a {
    color: #ffffff;
}

.single-blog-style2 .inner-content .text-holder .meta-info li a:hover {
    color: #222222;
}

.single-blog-style2.style2instyle3 {}

.single-blog-style2.style2instyle3 .text-holder {
    border-radius: 20px;
    padding-bottom: 43px;
}

.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 350px;
    width: 100%;
    float: right;
}

.sidebar-wrapper .single-sidebar {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    background: #ffffff;
    border-radius: 15px;
    padding: 35px 40px 40px;
}

.sidebar-wrapper .single-sidebar.last-child {
    margin: 0;
}

.sidebar-wrapper .single-sidebar .title {
    position: relative;
    display: block;
    text-align: left;
    padding-left: 32px;
    padding-bottom: 32px;
}

.sidebar-wrapper .single-sidebar .title:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 20px;
    content: "";
}

.sidebar-wrapper .single-sidebar .title h3 {
    color: #22254a;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.sidebar-about-me-box {
    position: relative;
    display: block;
}

.sidebar-about-me-box .image-box {
    position: relative;
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.sidebar-about-me-box .image-box img {
    width: 100%;
}

.sidebar-about-me-box .text-holder {
    position: relative;
    margin-top: 26px;
}

.sidebar-about-me-box .text-holder h3 {
    color: #22254a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.sidebar-about-me-box .text-holder p {
    color: #22254a;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.sidebar-social-link {
    position: relative;
    display: block;
}

.sidebar-social-link ul {
    overflow: hidden;
    margin-top: 15px;
}

.sidebar-social-link ul li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 10px;
}

.sidebar-social-link ul li a {
    color: #b3bed3;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-search-box {
    position: relative;
    display: block;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 14px;
    background-color: rgb(244, 242, 239);
    border: 0px solid #d3d3d3;
    color: #22254a;
    font-size: 14px;
    font-weight: 600;
    padding-left: 29px;
    padding-right: 65px;
    transition: all 500ms ease 0s;
    font-family: 'Open Sans', sans-serif;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    display: block;
    border-radius: 14px;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    font-size: 16px
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}

.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #ffffff;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #22254a;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #22254a;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #22254a;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #22254a;
}

.single-sidebar .popular-feeds {
    position: relative;
    display: block;
}

.single-sidebar .popular-feeds li {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.single-sidebar .popular-feeds li:last-child {
    margin-bottom: 0;
}

.single-sidebar .popular-feeds li .inner {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 80px;
}

.single-sidebar .popular-feeds li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.single-sidebar .popular-feeds li .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-sidebar .popular-feeds li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.single-sidebar .popular-feeds li:hover .img-box .overlay-content {
    opacity: 1;
    border-radius: 50%;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.single-sidebar .popular-feeds li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .popular-feeds li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
}

.single-sidebar .popular-feeds li .title-box h4 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    margin: 0px 0px 12px;
}

.single-sidebar .popular-feeds li .title-box h4 a {
    color: #22254a;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-sidebar .popular-feeds li .title-box h6 {
    color: #22254a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.single-sidebar .popular-feeds li .title-box h6 span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 7px;
}

.categorie-boxs {
    position: relative;
    display: block;
    overflow: hidden;
}

.categorie-boxs li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.categorie-boxs li:last-child {
    margin-bottom: 0;
}

.categorie-boxs li a {
    position: relative;
    display: block;
    padding-left: 30px;
    background: #f9f9f9;
    color: #22254a;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.categorie-boxs li a span {
    position: relative;
    display: inline-block;
    float: right;
    width: 50px;
    text-align: center;
    color: #ffffff;
    border-radius: 14px;
}

.categorie-boxs li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 14px;
    content: "";
    z-index: -1;
    transform: scaleY(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.categorie-boxs li.active a:before,
.categorie-boxs li a:hover:before {
    transform: scaleY(1.0);
}

.categorie-boxs li:hover a,
.categorie-boxs li.active a {
    color: #ffffff;
}

.sidebar-social-links {
    position: relative;
    display: block;
    overflow: hidden;
}

.sidebar-social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.sidebar-social-links li:last-child {
    margin-right: 0;
}

.sidebar-social-links li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    color: #22254a;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-social-links li a:hover {
    color: #ffffff;
}

.sidebar-twitter-feeds {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -5px;
}

.sidebar-twitter-feeds li {
    position: relative;
    display: block;
    margin-bottom: 39px;
}

.sidebar-twitter-feeds li:last-child {
    margin-bottom: 0;
}

.sidebar-twitter-feeds li .inner {
    position: relative;
    display: block;
    padding-left: 32px;
}

.sidebar-twitter-feeds li .inner .icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.sidebar-twitter-feeds li .inner .text {
    position: relative;
}

.sidebar-twitter-feeds li .inner .text p {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 13px;
}

.sidebar-twitter-feeds li .inner .text p a {
    color: #22254a;
}

.sidebar-twitter-feeds li .inner .text h5 {
    color: #22254a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.single-sidebar .instagram {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.single-sidebar .instagram li {
    position: relative;
    display: inline-block;
    float: left;
    width: 80px;
    min-height: 80px;
    margin: 0 7.5px 15px;
}

.single-sidebar .instagram li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-sidebar .instagram li .img-box img {
    width: 100%;
}

.single-sidebar .instagram li .img-box .overlay-content {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    opacity: 0;
    background-color: rgba(255, 72, 128, 0.80);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.single-sidebar .instagram li:hover .img-box .overlay-content {
    opacity: 1;
    transform: translateY(0px);
}

.single-sidebar .instagram li .img-box .overlay-content a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    transform: scale(0);
    transition: all 500ms ease 100ms;
}

.single-sidebar .instagram li:hover .img-box .overlay-content a {
    transform: scale(1.0);
    transition: all 700ms ease 600ms;
}

.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding: 0 19px;
    border: 0px solid #e4e4e4;
    color: #22254a;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0.1s;
    font-family: 'Poppins', sans-serif;
}

.single-sidebar .popular-tag li a:hover {
    color: #ffffff;
}

.sidebar-add-banner-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 250px 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.sidebar-add-banner-box .inner {
    position: relative;
    display: inline-block;
    background: #ffffff;
    text-align: center;
    padding: 30px 40px;
    border-radius: 20px;
}

.sidebar-add-banner-box .inner h6 {
    color: #22254a;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.sidebar-add-banner-box .inner h3 {
    color: #22254a;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
}

.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 3.5px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: #ffffff;
    border: 0px solid #ffffff;
    color: #22254a;
    font-size: 14px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    position: relative;
    line-height: 50px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
}

.styled-pagination li.dotted a span {
    position: relative;
    display: inline-block;
    top: -3px;
}

.styled-pagination.gray li a {
    background: #f4f2ef;
}

.styled-pagination.gray li.prev a:hover,
.styled-pagination.gray li.next a:hover {
    color: #ffffff;
    background: #20234c;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    background: #20234c;
}


/*** 
=============================================
    Blog Grid Area style
=============================================
***/

.blog-grid-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
}

.blog-grid-area .single-blog-style1 {
    margin-bottom: 40px;
}


/*** 
=============================================
    Blog Single Area style
=============================================
***/

.blog-single-area {
    position: relative;
    display: block;
    background: #f4f2ef;
    padding: 110px 0 120px;
}

.blog-single-area .blog-posts {
    position: relative;
    display: block;
}

.blog-single-area .single-blog-style2 {
    margin: 0;
}

.blog-single-area .single-blog-style2 .text-holder {
    padding: 50px 50px 50px;
    padding-right: 50px;
    box-shadow: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-details-single {
    position: relative;
    display: block;
}

.blog-details-image-1 {
    position: relative;
    display: block;
    padding-top: 10px;
}

.blog-details-image-1 img {
    width: 100%;
    border-radius: 20px;
}

.blog-details-text-1 {
    position: relative;
    display: block;
    margin: 43px 0px 0px;
    border-bottom: 1px solid #cdd8de;
    padding-bottom: 17px;
}

.blog-details-text-1 h2 {
    color: #22254a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 23px;
}

.blog-details-text-1 p {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.blog-details-text-2 {
    position: relative;
    display: block;
    margin: 32px 0px 0px;
    border-bottom: 1px solid #cdd8de;
    padding-bottom: 17px;
}

.blog-details-text-2 h2 {
    color: #22254a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 23px;
}

.blog-details-text-2 p {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.blog-details-text-3 {
    position: relative;
    display: block;
    margin: 32px 0px 0px;
}

.blog-details-text-3 h2 {
    color: #22254a;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 23px;
}

.blog-details-text-3 ul {
    position: relative;
    display: block;
    padding-left: 30px;
    overflow: hidden;
}

.blog-details-text-3 ul li {
    color: #22254a;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.blog-details-text-3 ul li:last-child {
    margin-bottom: 0;
}

.blog-details-text-3 ul li span {
    font-size: 16px;
    font-weight: 400;
    padding-right: 15px;
}

.blog-details-author-box {
    position: relative;
    display: block;
    border-radius: 20px;
    padding: 53px 50px 50px;
    margin-top: 32px;
}

.blog-details-author-box h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.blog-details-author-box h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin: 16px 0 0;
}

.blog-details-author-box .quote {
    position: absolute;
    bottom: 25px;
    right: 40px;
    color: rgba(255, 255, 255, 0.10);
    font-size: 180px;
}

.blog-details-text-4 {
    position: relative;
    display: block;
    padding-top: 34px;
}

.blog-details-text-4 p {
    color: #22254a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.blog-details-image-2 {
    position: relative;
    display: block;
    padding: 2px 0 19px;
}

.blog-details-image-2 .image-box {
    width: 255px;
}

.blog-details-image-2 .image-box,
.blog-details-image-2 .text-box {
    display: table-cell;
    vertical-align: middle;
}

.blog-details-image-2 .text-box {
    position: relative;
    padding-left: 30px;
}

.blog-details-image-2 .text-box p {
    margin: 0;
}

.tag-social-share-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea;
}

.tag-social-share-box .single-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.tag-social-share-box .single-box .title {
    overflow: hidden;
    padding-bottom: 24px;
}

.tag-social-share-box .single-box .title.right {
    text-align: right;
}

.tag-social-share-box .single-box .title h3 {
    color: #22254a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.tag-social-share-box .tag-list {
    position: relative;
    display: block;
    overflow: hidden;
}

.tag-social-share-box .tag-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.tag-social-share-box .tag-list li:last-child {
    margin-right: 0;
}

.tag-social-share-box .tag-list li a {
    position: relative;
    display: inline-block;
    background: #f9f9f9;
    color: #121e2d;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 25px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.tag-social-share-box .tag-list li a:hover {
    color: #ffffff;
}

.tag-social-share-box .social-share {
    position: relative;
    overflow: hidden;
}

.tag-social-share-box .social-share li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.tag-social-share-box .social-share li:last-child {
    margin-right: 0;
}

.tag-social-share-box .social-share li a {
    position: relative;
    display: inline-block;
    color: #b5becc;
    font-size: 18px;
    line-height: 30px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.blog-prev-next-option {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    padding: 45px 0px 39px;
    border-bottom: 1px solid #eaeaea;
}

.blog-prev-next-option .single-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 40%;
}

.blog-prev-next-option .single-box.right {
    text-align: right;
}

.blog-prev-next-option .single-box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.blog-prev-next-option .single-box h2 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    margin: 6px 0 0;
}

.blog-prev-next-option .single-box h2 a {
    color: #22254a;
}

.blog-prev-next-option .middle-box {
    width: 20%;
}

.blog-prev-next-option .middle-box .icon {
    position: relative;
    display: block;
    font-size: 40px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    line-height: 66px;
}

.blog-prev-next-option .middle-box .icon a {
    position: relative;
}

.blog-details-bottom-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 50px 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.related-blog-post {
    position: relative;
    display: block;
}

.related-blog-post .inner-title {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.related-blog-post .inner-title h3 {
    color: #22254a;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.related-blog-post .single-blog-style1 .img-holder {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}

.related-blog-post .single-blog-style1 .text-holder {}

.related-blog-post .single-blog-style1 .text-holder .text {
    padding-top: 10px;
}

.related-blog-post .single-blog-style1 .text-holder .text p {
    margin: 0;
}

.author-box-holder {
    position: relative;
    display: block;
    background: #f9f9f9;
    padding: 40px;
    padding-right: 30px;
    border-radius: 14px;
    margin-top: 50px;
}

.author-box-holder .inner {
    position: relative;
    display: block;
}

.author-box-holder .inner .img-box {
    width: 180px;
}

.author-box-holder .inner .img-box,
.author-box-holder .inner .text-box {
    display: table-cell;
    vertical-align: middle;
}

.author-box-holder .inner .text-box {
    position: relative;
    padding-left: 30px;
}

.author-box-holder .inner .text-box span {
    font-size: 12px;
    font-weight: 700;
}

.author-box-holder .inner .text-box h2 {
    color: #22254a;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin: 0px 0 8px;
}

.author-box-holder .inner .text-box p {
    color: #22254a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 51px;
}

.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 31px;
}

.comment-box .title h3 {
    color: #22254a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.comment-box .outer-box {
    position: relative;
    display: block;
}

.comment-box .single-comment {
    position: relative;
    display: block;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
}

.comment-box .single-comment.comment-reply {
    border-bottom: none;
    margin-left: 130px;
}

.comment-box .single-comment.comment-reply .single-comment-box .text-holder .text {
    border-bottom: 1px solid #eaeaea;
}

.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 100px;
}

.comment-box .single-comment-box .img-holder {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100px;
    height: 100px;
}

.comment-box .single-comment-box .img-holder img {
    width: 100%;
    border-radius: 0%;
}

.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    padding-left: 30px;
}

.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.comment-box .single-comment-box .text-holder .top .name {
    position: relative;
    display: block;
}

.comment-box .single-comment-box .text-holder .top .name h3 {
    color: #22254a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.comment-box .single-comment-box .text-holder .top .name h5 {
    color: #001d23;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.comment-box .single-comment-box .text-holder .top .name h5 span:before {
    position: relative;
    display: inline-block;
    padding-right: 6px;
    font-size: 12px;
}

.comment-box .single-comment-box .text-holder .top .reply {
    position: relative;
    display: block;
}

.comment-box .single-comment-box .text-holder .top .reply a {
    color: #22254a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.comment-box .single-comment-box .text-holder .top .reply a span:before {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding: 20px 0 23px;
}

.comment-box .single-comment-box .text-holder .text p {
    color: #22254a;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 23px;
}

.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 34px;
}

.add-comment-box .title h3 {
    color: #22254a;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
    padding: 50px 50px;
    background: #f4f2ef;
    border-radius: 14px;
}

.add-comment-box #add-comment-form .input-box {
    position: relative;
    display: block;
}

.add-comment-box #add-comment-form .input-box .icon {
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 16px;
}

.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 0px solid #eeeeee;
    width: 100%;
    height: 60px;
    color: #22254a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding: 0 30px;
    padding-right: 60px;
    border-radius: 14px;
    margin-bottom: 20px;
    transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 15px 30px;
    padding-right: 60px;
}

.add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form textarea:focus {
    border-color: #22254a;
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

.add-comment-box #add-comment-form .button-box button {
    line-height: 60px;
    padding: 0 40px;
    text-transform: uppercase;
}

.add-comment-box #add-comment-form .button-box button i:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}


/*** 
=============================================
    Faq Page Area style
=============================================
***/

.faq-page-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 120px;
}


/*** 
=============================================
    Error Page Area Style      
=============================================
***/

.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 136px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

.error-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.error-content .title {
    position: relative;
    display: block;
    color: #393d72;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 17px 0 12px;
    font-family: 'Poppins', sans-serif;
}

.error-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 32px;
}

.error-content .btns-box {}

.error-content .btns-box a {
    line-height: 60px;
}


/*** 
=============================================
    Google Map Area Css
=============================================
***/

.google-map-area {
    position: relative;
    display: block;
}

.contact-map-outer {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
}

.contact-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 600px;
}


/*** 
=============================================
    RTL Page Css
=============================================
***/


/** Mainmenu Rtl Css **/

.rtl .main-menu {
    float: right;
}

.rtl .main-menu .navigation>li {
    float: right;
}

.rtl .main-menu .navigation>li:first-child {
    margin-right: 0px;
}

.rtl .main-menu .navigation>li:last-child {
    margin-right: 40px;
}

.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation>li>ul>li>a {
    text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a:before {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li>ul>li a:before {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
    display: none;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
    text-align: right;
}

.rtl .sticky-header .main-menu .navigation>li {
    float: right;
}

.rtl.scroll-top {
    left: 20px;
    right: auto;
}

.rtl .single-featured-box .inner {
    padding-left: 0px;
    padding-right: 60px;
}

.rtl .single-featured-box .inner .icon {
    left: auto;
    right: 0;
}

.rtl .single-featured-box .inner .text {
    padding-left: 0px;
    padding-right: 20px;
}

.rtl .about-style1-content-box ul li .title {
    padding-left: 0px;
    padding-right: 20px;
}

.rtl .about-style1-content-box ul li .icon span:before {
    transform: rotateY(180deg);
}

.rtl .single-service-style1 .text-holder {
    padding-left: 20px;
    padding-right: 30px;
}

.rtl .priceing-plan-tabs .tab-button-column {
    left: 0;
    right: auto;
}

.rtl .single-priceing-plan-box ul li span {
    float: left;
}

.rtl .single-priceing-plan-box ul li span:before {
    line-height: 40px;
}

.rtl .single-testimonial-style1 .text-holder {
    padding-left: 0px;
    padding-right: 50px;
}

.rtl .single-blog-style1 .text-holder .meta-info li {
    float: right;
    padding-right: 0;
    margin-right: 0;
    margin-left: 15px;
}

.rtl .single-blog-style1 .text-holder .meta-info li:before {
    display: none;
}

.rtl .single-blog-style1 .text-holder .meta-info li span:before {
    padding-right: 0px;
    padding-left: 6px;
}

.rtl .blog-carousel.owl-nav-style-one.owl-theme .owl-nav {
    left: 0;
    right: auto;
}

.rtl .single-footer-widget.pdleft30 {
    padding-left: 0px;
}

.rtl .footer-logo .copy-right {
    border-left: 0px solid #322b6d;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 20px;
}

.rtl .footer-social-info a.fb {
    margin-left: 10px;
}

.rtl .header-contact-info ul li span:before {
    padding-right: 0px;
    padding-left: 10px;
}

.rtl .header-social-link ul li {
    float: right;
}

.rtl .header-social-link ul li:first-child {
    margin-right: 0px;
}

.rtl .header-social-link ul li:last-child {
    margin-right: 20px;
}

.rtl .header-right .logo {
    position: relative;
    display: block;
    float: right;
    padding: 22px 0;
}

.rtl .header-right .logo a {
    position: relative;
    display: inline-block;
}

.rtl .header-right .nav-outer {
    position: relative;
    display: block;
    float: left;
    padding-right: 80px;
}

.rtl .bar-box {
    float: left;
}

.rtl .header-left .button {
    float: left;
    padding: 25px 0;
    margin-left: 30px;
}


/*==============================================
   DatePicker Css
===============================================*/

#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*New footer*/


/*------------------------------------------*/


/*    Footer Subscribe
/*------------------------------------------*/

.footer-subscribe {
    padding: 2.5rem;
    border-radius: 6px;
    color: #FFF;
}

.footer-subscribe .heading h3 {
    line-height: 1;
    font-size: 1.775rem;
    font-family: 'Changa', sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.footer-subscribe .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    margin: 0 1.5rem 0 0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    min-width: 100px;
    color: #FFF;
}

.footer-subscribe .head {
    font-size: 0.875rem;
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: 700;
}

.footer-subscribe .head span {
    color: #333;
    font-size: 0.75rem;
}

.footer-subscribe input[type=text] {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #FFF;
    width: 75%;
    font-style: italic;
    color: #FFF;
    margin-right: 1.5rem;
    padding: 0.5rem 0;
    font-weight: normal;
    background: transparent;
    box-shadow: none !important;
}

.footer-subscribe input[type=text]:focus,
.footer-subscribe input[type=text]:active {
    border-width: 0 0 1px 0;
    box-shadow: none;
    outline: none;
}

.footer-subscribe ::-webkit-input-placeholder {
    /* Edge */
    color: #FFF;
}

.footer-subscribe :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF;
}

.footer-subscribe ::placeholder {
    color: #FFF;
}

.broken-subscribe {
    margin-bottom: -76px;
    margin-top: 60px;
    z-index: 11;
    position: relative;
}


/*------------------------------------------*/


/*    Footer Widgets
/*------------------------------------------*/

.footer-widget-menu {
    font-size: 0.975rem;
}

.footer-widget-menu ul {
    margin-bottom: 0;
}

.footer-widget-menu ul li:not(:last-child) {
    padding: 0px 0 8px 0;
}

.footer-widget-menu ul li * {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #e2e5f0;
    text-decoration: none !important;
}

.footer-widget-menu ul li a span {
    text-decoration: underline;
}

.footer-widget-menu ul li a i {
    padding: 0 5px 0 0;
    color: #fff;
    text-decoration: none !important;
}

.footer-widget-menu ul li a:hover i {
    padding: 0 5px 0 10px;
}

.working-hours {
    font-size: 1rem;
    font-weight: 700;
}

.working-hours ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
}

.working-hours ul li:not(:last-child) {
    padding-bottom: 10px;
}

.underline {
    border-bottom: 1px dashed #FFF;
    min-width: 135px;
    text-align: right;
    display: inline-block;
}

.footer-widget-contact i {
    color: #99a0a3;
    font-size: 24px;
    margin-top: 4px;
}

.footer-widget-contact a {
    color: var(--secondary-color);
    font-weight: 600;
}

.footer-widget-tweet i {
    color: #99a0a3;
    margin-right: 18px;
}

.footer-widget-tweet .btn-theme {
    background: #1c95de;
    font-size: 13px;
    margin-top: 30px;
}

.footer-widget-tweet .btn-theme i {
    margin: 0;
    color: #FFF;
}

.subscribe-cruve .footer-subscribe {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.subscribe-cruve .footer-subscribe .icon {
    background-color: var(--secondary-color);
    width: 70px;
    height: 70px;
    min-width: 70px;
}

.footer-intro {
    background-color: #FFF;
    color: #7c7c7c;
    padding: 5rem 0 3rem;
}

.footer-intro .footer-heading {
    color: var(--main-dark-color);
}

.footer-intro .footer-heading::after {
    background: var(--secondary-color);
}

.footer-intro .footer-widget-menu ul li a span {
    color: #7c7c7c;
    font-weight: 600;
}

.footer-intro .footer-widget-menu ul li a:hover span {
    color: var(--secondary-color);
}

.footer-intro .underline {
    border-bottom: 1px dashed #7c7c7c;
}

.footer-intro .social-icons {
    text-align: left;
}

.footer-intro .social-icons a {
    color: var(--secondary-color);
    padding: 0;
}

.footer-intro .social-icons a:hover {
    color: var(--primary-color);
}

.footer-intro .social-icons a:not(:first-child) {
    margin-left: 10px;
    display: inline-block;
}


/* 
.txt-green {
    color: var(--secondary-color) !important;
} */

.bg-navy-blue {
    background: #20234c;
}

footer {
    font-size: 1rem;
    color: #e2e5f0;
    line-height: 1.714;
    background: var(--primary-color);
    padding-top: 150px;
}

.footer-heading {
    font-size: 1.375rem;
    color: #FFF;
    line-height: 1.714;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    margin-top: 2rem;
}

.footer-heading:after {
    position: absolute;
    content: "";
    top: -23px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #f8f8f8;
}

footer .social-icons {
    text-align: right;
}

footer .social-icons ul {
    padding: 5px 15px;
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255, 0.3);
    margin: 0 0 0 10px;
}

footer .social-icons a {
    padding: 0 5px;
    color: #FFF;
    font-size: 1.5rem;
}

img,
svg {
    vertical-align: middle;
}

.list-group-horizontal {
    flex-direction: row;
}

.wide-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-light .footer-widget-menu ul li a:hover,
.footer-light .footer-widget-menu ul li a:hover span,
.footer-widget-menu ul li a:hover i {
    color: #fff !important;
}

.copyright-wrap {
    margin-top: 70px;
    color: #FFF;
    font-size: 0.875rem;
    background: var(--main-dark-color);
    padding: 2.5rem 0;
    font-weight: 700;
}

.pos-rel {
    position: relative;
}

.copyright-text {
    padding: 0 0 0 280px;
    display: flex;
    justify-content: space-between;
}

.copyright-wrap a,
.copyright-links a:hover {
    color: var(--accent-color);
}

.footer-dog {
    position: absolute;
    bottom: -2.5rem;
    z-index: 1;
}

.preloader {
    background: #fff !important;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999999999 !important;
    color: #333;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    top: 0;
    background-size: contain;
    background-position: bottom center;
}

.loader-item-content {
    width: 100%;
    /* transform: translate(-50%,-50%); */
    border: 3px solid #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    height: 100%;
}

.loader-item {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    width: auto;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.loader-item-content img {
    width: 386px !important;
    max-width: 100px !important;
}


/*about banner*/

.inner-page-banner {
    background: #fef5f0;
    /* padding: 130px 0; */
    padding-top: 90px;
    padding-bottom: 10px;
    position: relative;
}

.inner-page-banner .breadcrumb-vec-btm {
    position: absolute;
    bottom: -33px;
    left: 0;
}

.inner-page-banner .banner-content h1 {
    font-size: 4.375rem;
    font-weight: 800;
    color: var(--title-color1);
    font-family: var(--font-dosis);
    letter-spacing: .05em;
    text-transform: capitalize;
    text-align: start;
    margin-bottom: 10px;
    position: relative;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.inner-page-banner .banner-content .breadcrumb .breadcrumb-item {
    font-family: var(--font-cabin);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 22px;
    text-transform: capitalize;
    color: var(--title-color1);
}

.inner-page-banner .banner-content .breadcrumb .breadcrumb-item a {
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.inner-page-banner .banner-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: url(../images/icon/breadcumb-vec.svg);
    padding-right: .625rem;
}

.inner-page-banner .banner-content h1::after {
    content: url(../images/bg/breadcrumb-foot-vec.png);
    position: absolute;
    right: 50px;
    top: -115px;
}

.inner-page-banner .banner-img {
    position: relative;
    z-index: 1;
}

.inner-page-banner .banner-img .banner-img-bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb {
    background-color: transparent !important;
}


/*Product */

.product-count {
    background: #f4f4f6;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.product-count strong {
    font-size: 1rem;
    color: #f15e42;
}

.form-light.form-control {
    font-size: 0.9375rem;
    outline: none;
    color: #131313;
    background-color: #FFF;
    height: auto;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.product-grid {
    text-align: center;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease-out;
    background-color: #fff;
    padding: 0 0 1.5rem 0;
    -webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    box-shadow: 0 0 16px rgba(39, 48, 75, .14);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: relative;
}

.product-grid:hover {
    box-shadow: none;
    background: #f4f4f6;
}

.product-grid .product-image {
    position: relative;
    background: #000;
}

.product-grid:hover .product-image img {
    opacity: 0.8;
}

.product-grid .product-image a.image {
    display: block;
}

.product-grid .product-image img {
    width: 100% !important;
    height: auto;
    transition: all 0.4s ease 0s;
}

.product-grid .product-discount-label {
    color: #fff;
    background: var(--accent-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 0 0 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.product-grid .product-links {
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: -50px;
    left: 50%;
    transition: all 0.4s ease 0s;
}

.product-grid:hover .product-links {
    opacity: 1;
    top: 1.1rem;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #FFF;
    background: var(--secondary-color);
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 0 0 50px 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.product-grid .product-links li a:hover {
    color: #fff;
    background: var(--accent-color);
}

.product-grid .product-links li a:before,
.product-grid .product-links li a:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}

.product-grid .product-links li a:after {
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}

.product-grid .product-links li a:hover:before,
.product-grid .product-links li a:hover:after {
    display: block;
}

.product-grid .product-content {
    padding: 12px 12px 0;
    position: relative;
}

.product-grid .rating {
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
}

.product-grid .rating li {
    color: #78a206;
    font-size: 14px;
}

.product-grid .rating .far {
    color: #808080;
}

.product-grid .title {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.product-grid .title a {
    color: var(--primary-color);
    transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
    color: var(--accent-color);
}

.product-grid .price {
    color: var(--secondary-color);
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    transition: all 0.4s ease-in-out;
    font-family: 'Changa', sans-serif;
    line-height: 1;
}

.product-grid .price span {
    color: #999;
    font-weight: 500;
    text-decoration: line-through;
}

.product-grid .add-to-cart {
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-transform: capitalize;
    transition: all .4s ease-out;
    white-space: nowrap;
    padding: 10px;
}

.product-grid .add-to-cart span {
    position: relative;
    top: -2px;
}

.product-grid:hover .add-to-cart {
    opacity: 1;
    bottom: 45%;
}

.product-count {
    background: #f4f4f6;
    padding: 0.8rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.product-count strong {
    font-size: 1rem;
    color: var(--secondary-color);
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.product-grid:hover .add-to-cart {
    opacity: 1;
    bottom: 45%;
}

.product-grid .add-to-cart {
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-transform: capitalize;
    transition: all .4s ease-out;
    white-space: nowrap;
}

.btn-theme:before {
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 60%;
    right: 60%;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -2;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/*------------------------------------------*/


/*   Pagination Style
/*------------------------------------------*/

.pagination {
    background: var(--primary-color);
    padding: 1rem 0;
    position: relative;
}

.pagination .page-item .page-link {
    color: #333;
    height: 45px;
    width: 45px;
    text-align: center;
    justify-content: center;
    background: transparent;
    border: none;
    align-items: center;
    display: flex;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    color: #FFF;
    position: relative;
}

.pagination .page-item.disabled {
    opacity: 0.5;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
    color: var(--secondary-color);
}

.page-item:first-child .page-link {
    margin-left: 0;
    position: relative;
}

.page-item .page-link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
}

.page-item:nth-child(2) .page-link::after,
.page-item:last-child .page-link::after,
.page-item:first-child .page-link::after {
    display: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: var(--accent-color);
    color: #fff;
    -webkit-transition: all 400ms ease 0s;
    -khtml-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background: var(--secondary-color);
    color: #FFF;
}

.page-item:first-child .page-link {
    left: 0;
    border-radius: 0 8px 8px 0;
}

.page-item:last-child .page-link {
    right: 0;
    margin: 0;
    border-radius: 8px 0 0 8px;
}


/* Pagination Style End */


/*Home Product Slider*/

.bg-green {
    background-color: var(--accent-color);
    /* background-image: url(../images/bg/product.jpeg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.light-mode.heading-main i {
    opacity: 0.4;
}

.light-mode.heading-main {
    color: #FFF;
}

.light-mode.heading-main small {
    color: #f6f6f6;
    position: relative;
}

.heading-main small {
    color: var(--primary-color);
    position: relative;
    text-transform: capitalize;
    padding-bottom: 25px;
    font-family: 'Karla', sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: 700;
}

.heading-main.center i {
    position: absolute;
    color: #eeeeee;
    font-size: 4.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45px) rotate(24deg);
    z-index: -1;
}

.wide-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-main.center {
    text-align: center;
}

.txt-blue {
    color: var(--pt_black) !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel .owl-dots button {
    outline: none;
}

.owl-carousel .owl-dot span:before {
    width: 0;
    height: 0;
    border: 0px solid #FFF;
    position: absolute;
    content: ".";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#home-shop-slider .owl-item {
    padding: 1rem;
}

.owl-carousel .owl-dots button span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0px 12px;
    filter: Alpha(Opacity=50);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: var(--primary-color);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
    position: relative;
}

.owl-carousel .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span,
.owl-carousel .owl-dot:hover span {
    background: var(--primary-color);
    width: 6px;
    height: 6px;
}

.owl-carousel .owl-dot.active span:before {
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-color);
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.product-grid .title {
    font-size: 17px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.top-bar-right,
.icon-box-1,
.icon-box-1 .text,
.navbar-brand {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


/* Box Style One */

.icon-box-1 {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 1.8rem;
    margin-bottom: 2rem;
}

.icon-box-1 .icon-font {
    font-size: 4.5rem;
    margin-right: 2rem;
    line-height: 1.4;
    background: rgba(250, 208, 196, 1);
    background: -moz-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250, 208, 196, 1)), color-stop(100%, rgba(255, 154, 157, 1)));
    background: -webkit-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fad0c4', endColorstr='#ff9a9d', GradientType=1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-box-1 h3 {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: var(--pt_black);
    font-weight: bold;
}


/* Box Style Two */

.icon-box-img {
    font-weight: 700;
}

.icon-box-img p {
    margin: 0;
}

.icon-box-img .icon-img {
    margin-right: 1.2rem;
    width: 60px;
    min-width: 60px;
}

.icon-box-img h3 {
    font-size: 1.25rem;
    font-family: 'Changa', sans-serif;
    color: var(--secondary-color);
    font-weight: bold;
    margin: 0;
}


/* Icon Box 3 */

.icon-box-3 {
    text-align: center;
}

.icon-box-3 i {
    font-size: 6rem;
    color: #cdced4;
    display: block;
    margin-bottom: 1.5rem;
}

.icon-box-3 h3 {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: var(--secondary-color);
    font-weight: bold;
    position: relative;
    margin-top: 3rem;
}

.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: var(--primary-color);
    transform: translateX(-50%);
}


/* Icon Box 3 */


/* Icon Box 4 */

.icon-box-4 {
    text-align: center;
    padding: 3rem 1.25rem;
    position: relative;
    color: #FFF;
    border-radius: 6px;
    background-color: rgb(39, 48, 75);
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-4 svg {
    font-size: 2.7rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
    stroke-width: 2px;
}

.icon-box-4 h3 {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: var(--accent-color);
    font-weight: bold;
    position: relative;
    margin-top: 3rem;
}

.icon-box-4 h3:after {
    position: absolute;
    content: "";
    top: -23px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #f8f8f8;
    transform: translateX(-50%);
}

.icon-box-4 a[href^="mailto:"] {
    color: #FFF;
    text-decoration: underline;
}

.icon-box-4 a[href^="mailto:"]:hover {
    color: var(--secondary-color);
    text-decoration: none;
}


/* Icon Box 4 */


/* Icon Box 5 */

.icon-box-5 {
    align-items: center;
    color: #FFF;
}

.icon-box-5 .icon-font {
    font-size: 2rem;
    margin-right: 2rem;
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #FFF;
    align-items: center;
    border-radius: 50%;
    min-width: 90px;
}

.icon-box-5 h3 {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: #FFF;
    font-weight: bold;
    position: relative;
    margin: 0;
}


/* Icon Box 5 */


/* Icon Box With Image */

.icon-box-with-img {
    position: relative;
    padding: 1.8rem;
    background: #FFF;
    margin-top: 5rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    -moz-box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-with-img .img {
    margin-top: -5rem;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 1rem;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
}

.icon-box-with-img h3 {
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    color: var(--accent-color);
    font-weight: bold;
}


/* Icon Box With Image */


/* Icon Box Shops */

.icon-box-shop {
    color: #FFF;
    line-height: 1.4;
    position: relative;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
}

.icon-box-shop h3 {
    padding: 2rem 2rem 0 2rem;
    font-size: 1.5rem;
    font-family: 'Changa', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
}

.icon-box-shop p {
    padding: 0 2rem;
}

.icon-box-shop .read-more-arrow {
    margin: 0 auto;
    padding: 0.7rem 2rem;
    border-radius: 30px;
    color: #FFF;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.icon-box-shop .read-more-arrow i {
    color: #FFF;
}

.icon-box-shop .read-more-arrow span:after {
    border-bottom: 2px solid #FFF;
    top: 11px;
}

.icon-box-shop .read-more-arrow i:after {
    border-bottom: 2px solid #FFF;
}


/* Icon Box Shops */

.grid-broken *[class*="col-"]:nth-child(even) .icon-box-1,
.grid-broken .owl-item:nth-child(even) .icon-box-1 {
    margin-top: 2.8rem;
    margin-bottom: 0;
}

#services-details .owl-item {
    padding: 1.2rem;
}

#services-details .owl-item {
    padding: 1.2rem;
}

.read-more-arrow {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

a.read-more-arrow,
a.read-more-arrow :active,
a.read-more-arrow :focus {
    color: #797373;
    text-decoration: none;
}

.read-more-arrow:hover {
    margin-left: 0.7rem;
}

a.read-more-arrow:focus,
a.read-more-arrow:hover {
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    color: #333;
}

a.read-more-arrow {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.read-more-arrow span {
    position: relative;
    margin-left: 1rem;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.read-more-arrow i {
    margin-left: 2.5rem;
    font-size: 1.3rem;
    position: relative;
    top: 2px;
    color: var(--secondary-color);
}

.read-more-arrow i:after {
    position: absolute;
    content: "";
    left: -47px;
    top: 56%;
    width: 53px;
    background: var(--secondary-color);
    height: 2px;
    transform: translateY(-50%);
    margin-top: -0.5px;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoonfd63.eot?3d5ofa');
    src: url('fonts/icomoonfd63.eot?3d5ofa#iefix') format('embedded-opentype'), url('fonts/icomoonfd63.ttf?3d5ofa') format('truetype'), url('fonts/icomoonfd63.woff?3d5ofa') format('woff'), url('fonts/icomoonfd63.svg?3d5ofa#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class*=" pethund_"],
[class^=pethund_] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pethund_adoption:before {
    content: "\e900";
}

.pethund_call:before {
    content: "\e901";
}

.pethund_experts:before {
    content: "\e902";
}

.pethund_natural_product:before {
    content: "\e903";
}

.pethund_pet_awards:before {
    content: "\e904";
}

.pethund_pet_belt:before {
    content: "\e905";
}

.pethund_pet_care:before {
    content: "\e906";
}

.pethund_pet_food:before {
    content: "\e907";
}

.pethund_pet_grooming:before {
    content: "\e908";
}

.pethund_pet_professional:before {
    content: "\e909";
}

.pethund_pet_salon:before {
    content: "\e90a";
}

.pethund_petsitting:before {
    content: "\e90b";
}

.pethund_quotes:before {
    content: "\e90c";
}

.pethund_repeat_grid:before {
    content: "\e90d";
}

.pethund_user_star:before {
    content: "\e90e";
}

.pethund_vaccinated:before {
    content: "\e90f";
}

.pethund_videoPlay:before {
    content: "\e910";
}

.icon-box-1 p {
    margin-top: 15px !important;
}

.heading-main span {
    color: var(--pt_black);
}

.heading-main.center i {
    position: absolute;
    color: #eeeeee;
    font-size: 4.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45px) rotate(24deg);
    z-index: -1;
}

.bg-orange {
    background: var(--secondary-color);
}

.d-flex {
    display: flex !important;
}

.ms-auto {
    margin-left: auto !important;
}

.icon-box-shop .read-more-arrow {
    margin: 0 auto;
    padding: 0.7rem 2rem;
    border-radius: 30px;
    color: #FFF;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.about .read-more-arrow i:after {
    background: #fff !important;
}

.heading-main i {
    position: absolute;
    color: #eeeeee;
    font-size: 4.5rem;
    top: 50%;
    left: 20px;
    transform: translate(0, -45px) rotate(24deg);
    z-index: -1;
}

.heading-main i {
    position: relative;
    color: #eeeeee;
    font-size: 4.5rem;
    top: 50%;
    left: 20px;
    transform: translate(0, -45px) rotate(24deg);
    z-index: -1;
}

.section-title1 span {
    display: inline-block;
    font-size: 1.375rem;
    font-weight: 500;
    font-family: var(--font-cabin);
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.section-title1 h2 {
    font-size: 3.125rem;
    font-weight: 800;
    color: var(--title-color1);
    font-family: var(--font-dosis);
    line-height: 1.3;
    margin-bottom: 0;
    text-transform: capitalize
}

@media(max-width:576px) {
    .section-title1 h2 {
        font-size: 2.5rem
    }
}

.section-title3 h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--title-color2);
    font-family: var(--font-dosis);
    margin-bottom: 0;
    text-transform: capitalize
}

.section-title3 h2 span {
    padding: 0 5px
}

.h1-choose-area {
    position: relative;
    z-index: 1
}

.h1-choose-area::after {
    content: url(../images/bg/frem-03.png);
    position: absolute;
    right: 0;
    bottom: -20%;
    z-index: -1
}

@media(max-width:576px) {
    .h1-choose-area::after {
        display: none;
        visibility: hidden
    }
}

@media(min-width:1400px) {
    .h1-choose-area .container {
        max-width: 1400px
    }
}

.h1-choose-area .section-title1 span {
    justify-content: start
}

.h1-choose-area .choose-content {
    padding-top: 20px
}

.h1-choose-area .choose-content p {
    margin-bottom: 0
}

.h1-choose-area .choose-content .accordion .accordion-item {
    border: none;
    background-color: transparent
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-dosis);
    text-transform: capitalize;
    padding: 30px 0 20px;
    border: none;
    background-color: transparent
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
    border: none
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: none;
    background-color: transparent
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f2ea";
    transform: rotate(0deg)
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    border: none
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\f4fe";
    font-weight: 600;
    font-size: 20px;
    color: var(--title-color1);
    font-family: bootstrap-icons;
    background-image: none
}

.h1-choose-area .choose-content .accordion .accordion-item .accordion-body {
    font-size: .875rem;
    font-weight: 400;
    color: #868686;
    font-family: var(--font-cabin);
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0
}

.h1-choose-area .choose-img {
    position: relative;
    display: flex;
    justify-content: center
}

@media(max-width:576px) {
    .h1-choose-area .choose-img {
        padding-top: 30px
    }
}

.h1-choose-area .choose-img .batch {
    position: absolute;
    left: 20px;
    top: 20px
}

@media(max-width:1399px) {
    .h1-choose-area .choose-img .batch {
        left: 0;
        top: 0
    }
}

@media(max-width:576px) {
    .h1-choose-area .choose-img .batch {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(max-width:576px) {
    .h1-choose-area .choose-img .batch img {
        width: 80px
    }
}

.h1-choose-area .choose-img .batch span {
    font-size: 1.125rem;
    font-weight: 800;
    color: var(--white);
    font-family: var(--font-dosis);
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    line-height: 1.3
}

@media(max-width:576px) {
    .h1-choose-area .choose-img .batch span {
        font-size: .875rem;
        font-weight: 400
    }
}

.h1-choose-area .choose-img .choose-vector {
    position: absolute;
    right: 0;
    top: 0
}

.h1-choose-area .choose-feature ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width:991px) {
    .h1-choose-area .choose-feature ul {
        display: flex;
        justify-content: center
    }
}

@media(max-width:576px) {
    .h1-choose-area .choose-feature ul {
        flex-wrap: wrap
    }
}

.h1-choose-area .choose-feature ul li {
    margin-bottom: 40px
}

.h1-choose-area .choose-feature ul li:last-child {
    margin-bottom: 0
}

.h1-choose-area .choose-feature ul li .single-choose-card .icon {
    margin-bottom: 20px
}

.h1-choose-area .choose-feature ul li .single-choose-card .content h4 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #253d4e;
    font-family: var(--font-dosis)
}

.h1-choose-area .choose-feature ul li .single-choose-card .content p {
    font-size: 1rem;
    font-weight: 400;
    color: #868686;
    font-family: var(--font-cabin);
    line-height: 25px
}

.vision-mission {
    background: #f4f4f6;
    padding: 0 2rem 2rem;
    margin-top: 4rem;
    border-bottom-right-radius: 50px;
    position: relative;
}

.vision-mission h2 {
    padding-top: 4.2rem;
    margin-bottom: 1rem;
}

.img-vision {
    position: absolute;
    top: -4rem;
    right: 2rem;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(200, 207, 195);
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
}

.trophy-awards {
    background: var(--primary-color);
    padding: 3rem;
    margin-top: 3rem;
    border-bottom-right-radius: 50px;
    position: relative;
    overflow: hidden;
}

.trophy-awards i {
    position: absolute;
    left: 30px;
    bottom: -20px;
    color: #9398a5;
    font-size: 11rem;
}

.trophy-awards h4,
.best-petcare h4 {
    font-weight: 700;
    color: #FFF;
    padding-left: 12rem;
    margin: 0;
}

.best-petcare {
    position: relative;
    background: rgb(241, 94, 66);
    border-top-left-radius: 50px;
    padding: 2.2rem 3rem;
    margin-top: 3.8rem;
    margin-bottom: 2.5rem;
}

.best-petcare svg {
    position: absolute;
    left: 20px;
    bottom: -70px;
    color: #9398a5;
    font-size: 11rem;
    fill: rgba(255, 255, 255, 0.5);
    width: 200px;
}

.logo img {
    max-width: 170px !important;
}

.affordable-pet-sitter-wrap {
    position: relative;
}

.affordable-pet-sitter-wrap::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #f8f8f8;
    width: 35%;
    z-index: -1;
    height: 100%;
}

.affordable-pet-sitter {
    padding: 1.5rem 0 0 0;
}

.affordable-pet-sitter h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.pet-sitter-slider {
    border-radius: 5px;
    background: #f5f5f5;
}

.pet-sitter-slider img {
    border-radius: 5px;
}

.pet-sitter-slider .sitter-name {
    padding: 1.5rem;
    text-align: center;
}

.pet-sitter-slider .sitter-name h4 {
    margin-bottom: 0;
}

.pet-sitter-slider .sitter-name h4 a {
    color: var(--accent-color);
    font-weight: 700;
}

.pet-sitter-slider .sitter-name h4 a:hover {
    color: var(--secondary-color);
}

.pet-sitter-slider .details {
    display: flex;
    padding-top: 1.5rem;
    justify-content: space-between;
    position: relative;
    line-height: 1.2;
}

.pet-sitter-slider .details::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #d4d6db;
    transform: translateX(-50%);
}

#affordable-pet-sitter .owl-nav {
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: -40px;
    right: -12px;
    z-index: 9;
}

#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev,
#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 40px;
    width: 40px;
    outline: none;
    display: inline-block;
    color: #8e8e8e;
    font-size: 1.9rem;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#affordable-pet-sitter.owl-carousel .owl-nav button:hover,
#affordable-pet-sitter.owl-carousel .owl-nav button:hover {
    color: var(--secondary-color);
}

#affordable-pet-sitter.owl-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 25px;
}

#affordable-pet-sitter.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.sidebar-sitters {
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 1.8rem;
    overflow: hidden;
    margin-bottom: 15px;
    background: #FFF;
    min-height: 450px !important;
}

.sidebar-sitters .form-control {
    background: #FFF;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.sidebar-sitters .form-control:focus {
    background: #FFF;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.sidebar-sitters h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 15px;
    color: var(--pt_black);
    font-weight: 700;
    line-height: 1;
}

.sidebar-sitters .note {
    font-size: 1.125rem;
    color: var(--primary-color);
    line-height: 1.4;
    font-weight: 600;
}

.dog-sitting {
    position: relative;
    right: -1.8rem;
    bottom: -1.8rem;
}

.btn-shadow.bg-orange {
    /* box-shadow: 0px 4px 13px 0px rgba(241, 94, 66, 0.5); */
    border-radius: 3px;
    padding: 12px !important;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
    color: #FFF;
}

.home-intro-sitters {
    background: url(../images/sidebar_pet1.png) no-repeat top right #FFF !important;
    background-size: 300px;
}

#portfolio-flters {
    margin: 2rem 0;
    text-align: center;
    padding: 0;
    list-style-type: none;
}

#portfolio-flters li {
    display: inline-block;
}

#portfolio-flters li a {
    border-radius: 5.25rem;
    color: var(--primary-color);
    display: inline-block;
    padding: 0.2rem 1.5rem;
    margin-bottom: 0.5rem;
    margin-right: 10px;
    font-weight: 600;
    font-family: 'Changa', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
}

#portfolio-flters li a:hover,
#portfolio-flters li.filter-active a {
    background: var(--accent-color);
    color: #fff;
}

#blog-slider-home-one.owl-item {
    padding: 1.2rem;
}

#blog-slider-home-one.owl-carousel .owl-stage {
    display: flex;
}

#blog-slider-home-one.item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#blog-slider-home-one.blog-wrap {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; */
    /*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#blog-slider-home-one.read-more-arrow {
    margin-top: auto;
}


/*------------------------------------------*/


/*    Blogs Pages Start
/*------------------------------------------*/

.blog-wrap {
    overflow: hidden;
    transition: all 0.4s ease-out;
    background-color: #fff;
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -khtml-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -moz-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -ms-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    -o-box-shadow: 0 0 16px 0 rgba(39, 48, 75, .14);
    box-shadow: 0 0 16px rgba(39, 48, 75, .14);
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    margin: 15px;
}

.blog-wrap .img {
    border-radius: 6px;
    overflow: hidden;
}

.blog-wrap .img img,
.blog-wrap-modern .img img {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.blog-wrap .img:hover img,
.blog-wrap-modern:hover .img img {
    transform: scale(1.05);
}

.meta-wrap {
    padding: 0 0 0.7rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

.meta-wrap .date {
    background: var(--primary-color);
    color: #FFFF;
    font-family: 'Changa', sans-serif;
    font-weight: 700;
    margin-left: 0.8rem;
    padding: 0.5rem 0.5rem 0.8rem 0.5rem;
    text-align: center;
    line-height: 1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 0.875rem;
}

.meta-wrap .date span {
    display: block;
    font-size: 1rem;
}

.blog-wrap .title {
    font-size: 1.2rem;
    margin-bottom: 7px;
    min-height: 60px;
    margin-top: 10px;
}

.blog-wrap .title a {
    color: var(--pt_black);
    font-weight: 600;
    line-height: 1.2;
}

.blog-wrap .title a:hover {
    color: var(--primary-color);
}

.blog-wrap .description {
    position: relative;
    margin-bottom: 2.2rem;
    /* min-height: 155px; */
}

.blog-wrap .description::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 40px;
    background: #d4d6db;
}

.post-thumb.popular-post ul li a.title {
    font-size: 1rem;
    line-height: 1.2;
    display: block;
}

.blog-wrap-modern {
    position: relative;
}

.blog-wrap-modern .img {
    background: #000000;
    overflow: hidden;
}

.blog-wrap-modern .img img {
    opacity: 0.5;
    width: 100%;
}

.blog-wrap-modern .content {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #FFF;
    padding: 1.5rem;
}

.blog-wrap-modern .content .title {
    font-size: 1.5rem;
    margin-bottom: 7px;
}

.blog-wrap-modern .content .title a {
    font-weight: 700;
    color: #FFF;
}

.blog-wrap-modern .content .title a:hover {
    color: var(--accent-color);
}

.blog-wrap-modern .description p {
    position: relative;
    color: #fffefe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-wrap-modern .description {
    position: relative;
    margin-bottom: 2.5rem;
}

.blog-wrap-modern .description::after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 40px;
    background: var(--accent-color);
}

.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-content .thumb-author {
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.bottom-content .thumb-author img {
    width: 40px;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.single-entry.blog-wrap-modern .content .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff !important;
}

.single-entry.blog-wrap-modern .content .date a {
    color: #FFF;
}

.single-entry.blog-wrap-modern .content .date a:hover {
    color: var(--accent-color);
}

.single-entry.blog-wrap-modern:hover .img img {
    transform: none;
}

.single-entry.blog-wrap-modern .description::after {
    bottom: -10px;
}

.entry-text-gap {
    padding: 2rem;
}

.sidebar-spacer {
    padding-left: 1.5rem;
}


/* Blog Single */

.tags a {
    display: inline-block;
    color: #FFF;
    padding: 0.7rem 1.9rem;
    font-weight: 600;
    font-size: 0.875rem;
    background: var(--accent-color);
    margin: 0 10px 8px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.tags a:hover {
    background: var(--secondary-color);
    color: #FFF;
}

.share-this a {
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-left: 7px;
    justify-content: center;
    font-size: 1rem;
}

.share-this a.ff {
    background: #627aad;
}

.share-this a.tw {
    background: #4d9ed8;
}

.share-this a.ln {
    background: #2f75ae;
}

.author-box {
    padding: 2rem 2rem 2rem 5rem;
    background: var(--primary-color);
    color: #FFF;
    margin: 3rem 0 3rem 2rem;
    position: relative;
    border-radius: 15px;
}

.author-box .thumb {
    width: 90px;
    margin-right: 30px;
    position: absolute;
    left: -40px;
    border: 5px solid #FFF;
    border-radius: 50%;
}

.social-icon-author {
    position: absolute;
    right: 0;
}

.social-icon-author a {
    color: #abadb4;
}

.social-icon-author a:hover {
    color: var(--secondary-color);
}

.social-icon-author a:not(:last-child) {
    margin-right: 7px;
}

.commnets-reply .media {
    background: #f4f4f6;
    margin: 2.5rem 0 3rem 0;
    padding: 1.5rem;
}

.commnets-reply .media.reply {
    margin-left: 6.2rem;
}

.commnets-reply .media .name {
    position: relative;
}

.commnets-reply .media .name h5 {
    font-weight: 700;
    color: var(--primary-color);
}

.commnets-reply .media .name .btn-theme {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 0.775rem;
    transform: translateY(-50%);
}

.commnets-reply .thumb {
    border-radius: 4px;
    margin-right: 1.5rem;
    margin-top: -2.3rem;
}

.comment-reply-form {
    background-color: var(--accent-color);
    padding: 1.5rem;
}

.widget-wrap {
    margin-bottom: 60px;
    background-color: #f4f4f6;
    padding: 2.3rem;
    margin-bottom: 2.5rem;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.widget-wrap h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1;
}

.blog-list-categories ul {
    margin-bottom: 0;
}

.blog-list-categories ul li a {
    display: flex;
    font-size: 1rem;
    color: #707070;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.blog-list-categories ul li:not(:last-child) a {
    padding: 0.5rem 0;
}

.blog-list-categories ul li a:hover {
    color: var(--secondary-color);
}

.blog-list-categories ul li a span.count {
    color: var(--secondary-color);
    font-weight: 700;
    display: flex;
    flex-grow: 1;
}

.blog-list-categories ul li a span.count:before {
    content: "";
    flex-grow: 1;
    border-bottom: 1px dashed #dbdbdd;
    position: relative;
    bottom: 4px;
    margin: 0 3px;
}

.popular-post ul {
    margin-bottom: 0;
}

.popular-post ul li {
    display: flex;
    align-items: center;
}

.popular-post ul li:not(:last-child) {
    margin-bottom: 25px;
}

.popular-post ul li img {
    margin-right: 1rem;
    width: 90px;
    border-radius: 10px;
}

.popular-post ul li a.title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1;
}

.popular-post ul li a.title:hover {
    color: #000;
}

.popular-post ul li small {
    font-weight: 500;
    font-size: 1rem;
    color: #6e7c90;
    display: block;
}

.sidebar-search {
    display: flex;
    background: #FFF;
    padding: 0;
    border-radius: 4px;
    align-items: center;
}

.sidebar-search .btn-link {
    outline: none;
    padding: 0 0.7rem;
    background: transparent;
    color: #477763;
    border: none;
    font-size: 1.2rem;
    box-shadow: none;
    text-decoration: none;
    font-weight: 700;
}

.sidebar-sitters {
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 1.8rem;
    overflow: hidden;
    margin-bottom: 15px;
    background: #FFF;
}

.sidebar-sitters .form-control {
    background: #FFF;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.sidebar-sitters .form-control:focus {
    background: #FFF;
    border: 2px solid #f5f5f5;
    border-radius: 5px;
}

.sidebar-sitters h3 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 15px;
    color: var(--pt_black);
    font-weight: 700;
    line-height: 1;
}

.sidebar-sitters .note {
    font-size: 1.125rem;
    color: var(--primary-color);
    line-height: 1.4;
    font-weight: 600;
}

.dog-sitting {
    position: relative;
    right: -1.8rem;
    bottom: -1.8rem;
}

.link-green {
    color: var(--accent-color);
    font-weight: 700;
}


/*------------------------------------------*/


/*    Owl Slider Arrow
/*------------------------------------------*/

#blog-slider-home-one.owl-nav {
    text-align: center !important;
    margin-top: 0px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
}

#blog-slider-home-one.owl-carousel .owl-nav button.owl-prev,
#blog-slider-home-one.owl-carousel .owl-nav button.owl-next {
    position: absolute !important;
    height: 52px !important;
    width: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    color: #FFF !important;
    font-size: 1.4rem !important;
    margin: 0 !important;
    font-weight: 700 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    background-color: var(--accent-color) !important;
    box-shadow: 0px 0px 20px 0px rgba(152, 203, 70, 0.5) !important;
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
    transition: all 400ms ease-in-out !important;
}

#blog-slider-home-one.owl-carousel .owl-nav button:hover,
#blog-slider-home-one.owl-carousel .owl-nav button:hover {
    color: #FFF;
    background: var(--secondary-color);
    box-shadow: 0px 0px 20px 0px rgba(241, 94, 66, 0.5);
}

#blog-slider-home-one.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

#blog-slider-home-one.owl-carousel .owl-dots button {
    outline: none;
}

#blog-slider-home-one.owl-carousel .owl-nav button.owl-prev {
    left: -52px;
}

#blog-slider-home-one.owl-carousel .owl-nav button.owl-next {
    right: -52px;
}

#blog-slider-home-one.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

#blog-slider-home-one.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

#blog-slider-home-one.testimonial-side-img .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

#blog-slider-home-one.testimonial-side-img .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

#blog-slider-home-one.owl-carousel .owl-dots button span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0px 12px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: var(--primary-color);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    outline: none;
    position: relative;
}

#blog-slider-home-one.owl-carousel .owl-dot.active span,
#blog-slider-home-one.owl-controls.clickable .owl-dot:hover span,
#blog-slider-home-one.owl-carousel .owl-dot:hover span {
    background: var(--primary-color);
    width: 6px;
    height: 6px;
}

#blog-slider-home-one.owl-carousel .owl-dot span:before {
    width: 0;
    height: 0;
    border: 0px solid #FFF;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#blog-slider-home-one.owl-carousel .owl-dot.active span:before {
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary-color);
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#blog-slider-home-one.owl-carousel.light-nav .owl-dots button span {
    background: #FFF;
}

#blog-slider-home-one.owl-carousel.light-nav .owl-dot.active span:before {
    border: 2px solid #FFF;
}


/*Testimonials new*/

.bg-snow {
    /* background-image: url(../images/blue-snow.png); */
    background-image: url(../images/bg/testimonials.jpeg);
    background-repeat: repeat;
    background-size: cover !important;
}

.testimonial-rounded .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.testimonial-rounded .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}


/*------------------------------------------*/


/*    Client Testimonials
/*------------------------------------------*/

.testimonial-rounded {
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 3rem 2rem;
    text-align: center;
}

.client-testimonial {
    padding: 2rem;
}

#bg-testimonial .client-testimonial,
#testimonial-rounded .client-testimonial {
    padding: 0rem;
}

.client-testimonial .quote-icon {
    font-size: 3.5rem;
    position: relative;
    padding-bottom: 1.2rem;
    background: rgba(250, 208, 196, 1);
    background: -moz-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250, 208, 196, 1)), color-stop(100%, rgba(255, 154, 157, 1)));
    background: -webkit-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    background: linear-gradient(45deg, rgba(250, 208, 196, 1) 0%, rgba(255, 154, 157, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fad0c4', endColorstr='#ff9a9d', GradientType=1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.client-testimonial .quote-icon:before {
    position: absolute;
    content: "";
    bottom: 18px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #d4d6db;
    transform: translateX(-50%);
}

.client-testimonial-icon h3 {
    color: var(--pt_black);
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Changa', sans-serif;
    margin: 0;
}

#testimonial-rounded .client-testimonial-icon h3 {
    text-align: left;
}

.client-testimonial-icon h3 span {
    display: block;
    text-align: left;
    color: var(--primary-color);
    font-size: 1rem;
    font-family: 'Karla', sans-serif;
}

.client-testimonial-icon img {
    width: 75px !important;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    height: 75%;
}


/* Testimonial With Background Img */

.bg-testimonial .testimonial-rounded {
    background: transparent;
    color: #FFF;
    font-size: 2.55rem;
    font-family: "Changa";
    font-weight: bold;
    line-height: 1.111;
    padding: 0;
    text-align: center;
}

.bg-testimonial .client-testimonial .quote-icon:before {
    display: none;
}

.bg-testimonial .client-testimonial-icon h3 span {
    color: var(--secondary-color);
    text-align: center;
}

.bg-testimonial .client-testimonial-icon {
    padding-top: 50px;
}

.bg-testimonial .owl-carousel .owl-dots {
    margin-top: 0;
}


/* Testimonial With Background Img */


/* Testimonial Multiple Items */

.testimonial-rounded-multi .owl-carousel .owl-item img {
    display: inline;
    width: auto;
    margin-bottom: 50px;
    border-radius: 40px;
}

.testimonial-rounded-multi .client-testimonial-icon h3 span {
    text-align: center;
    color: var(--secondary-color);
}

.testimonial-rounded-multi .client-testimonial {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.testimonial-rounded-multi .testimonial-rounded:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.testimonial-rounded-multi .active.center .testimonial-rounded:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.testimonial-rounded-multi .client-testimonial .quote-icon-green {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 3.5rem;
    color: var(--accent-color);
    opacity: 0.3;
}


/* Testimonial Multiple Items */


/* Testimonial Side Image */

.testimonial-side-img .testimonial-rounded {
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 3rem 2rem 1.5rem 2rem;
    text-align: left;
    position: relative;
}

.testimonial-side-img .testimonial-rounded .quote-icon-green {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 14px);
    font-size: 3.5rem;
    color: var(--accent-color);
    opacity: 0.3;
}

.testimonial-side-img .client-testimonial-icon {
    flex-basis: 92%;
    text-align: center;
    min-width: 180px;
}

.testimonial-side-img .owl-carousel .owl-item img {
    display: inline-block;
    width: 88px !important;
    margin: 0 0 10px 0;
    border-radius: 20px;
}

.testimonial-side-img .client-testimonial {
    padding: 0;
}

.testimonial-side-img .client-testimonial-icon h3 span {
    text-align: center;
    color: var(--secondary-color);
}


/* Testimonial Side Image */

.client-inner-content {
    font-size: 0.875rem;
    color: rgb(159, 159, 159);
    line-height: 1.571;
}

.client-inner-content .blockquote-footer,
.client-inner-content .blockquote-footer cite {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: 1.375;
}

.client-testimonials-bg {
    background-image: url(../images/bg_2.html);
    background-repeat: no-repeat;
    padding: 3rem;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}

.client-testimonials-bg .owl-carousel .owl-nav button.owl-prev,
.client-testimonials-bg .owl-carousel .owl-nav button.owl-next {
    color: #FFF;
}

.client-testimonials-bg .client-inner-content,
.client-testimonials-bg .client-inner-content .blockquote-footer,
.client-testimonials-bg .client-inner-content .blockquote-footer cite {
    color: #FFF;
}


/*Testimonials new*/


/* Contact Pages Start  */

.contact-map-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    top: -100px;
}

.map-wrap iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 25px;
    background: #f4f4f6;
}

.need-help {
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    padding: 3rem;
    margin-top: 2rem;
    margin-bottom: -8rem;
    z-index: 9;
    position: relative;
}

.need-help-topspace {
    padding-top: 14rem;
    margin-bottom: 0;
}

.icon-box-4 i {
    font-size: 25px !important;
    color: #fa6e15 !important;
}

.need-help .form-control {
    border: none;
    box-shadow: none;
    font-size: .9375rem;
    border: 1px solid #f4f4f6;
    outline: none;
    color: #5b5b5b;
    background-color: #f4f4f6;
    height: auto;
    padding: .8rem 1rem;
    border-radius: 3px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


/* Contact Pages End  */


/* Grooming Start  */

.img-single-gallery {
    overflow: hidden;
    border-radius: 50px;
    margin-bottom: 5rem;
}


/* Grooming End  */


/* Services Pages  */

.take-care-img {
    position: relative;
}

.take-care-img::before {
    content: '';
    width: calc(100% + 500px);
    height: calc(100% + 40%);
    position: absolute;
    bottom: -20%;
    left: -120%;
    top: -20%;
    background: var(--primary-color);
    box-shadow: 0 4px 59px 0 rgb(0 0 0 / 9%);
    z-index: -1;
    border-bottom-right-radius: 80px;
}

#services-details .owl-item {
    padding: 1.2rem;
}

.services-list {
    border-radius: 20px;
    background-color: var(--accent-color);
    padding: 1.5rem;
    color: #FFF;
    margin-bottom: 2.5rem;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
}

.services-list h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.services-list ul li a {
    border-radius: 5px;
    background-color: #FFF;
    padding: 0.5rem 1rem;
    color: #646464;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.services-list ul li a:hover {
    background-color: var(--secondary-color);
    color: #FFF;
}

.services-list ul li:not(:last-child) {
    padding-bottom: 0.8rem;
}

.services-list ul li a i {
    color: var(--secondary-color);
    font-size: 1.25rem;
}

.services-list ul li a:hover i {
    color: #FFF;
}

.services-list h4 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}


/*------------------------------------------*/


/*   List Icon Style
/*------------------------------------------*/

.icons-listing li {
    padding: 0 0 20px 30px;
    position: relative;
    font-size: 1rem;
    line-height: 1.3;
}

.icons-listing li:last-child {
    padding-bottom: 0;
}

.icons-listing li::before {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 1.2rem;
    content: "\eaa0";
    font-family: IcoFont !important;
}

.icons-listing.arrow li::before {
    content: "\f054";
}

.icons-listing.paws li::before {
    content: "\e878";
    font-size: 1rem;
    top: 0px;
}

.icons-listing.circle li::before {
    content: "\f111";
}

.icons-listing.theme-orange li::before {
    color: var(--secondary-color);
}

.icons-listing.theme-green li::before {
    color: var(--pt_black);
}

.txt-orange {
    color: var(--pt_black) !important;
}


/* Callout Center Style Start */

.callout-center {
    border-radius: 6px;
    color: #FFF;
}

.callout-center .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    margin: 0 1.5rem 0 3rem;
    border-radius: 50%;
    padding: 1.5rem;
    color: #FFF;
}

.callout-center .heading h3 {
    line-height: 1;
    font-size: 1.875rem;
    font-family: 'Changa', sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0;
}

.wide-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}


/* Callout Center Style End */


/* Services Pages  */

.header-social-link li i {
    font-size: 22px;
}

.header-social-link ul {
    overflow: hidden;
    margin-right: 22px !important;
}

.header-contact-info ul {
    overflow: hidden;
    margin-left: 22px !important;
}

.position-absolute {
    position: absolute !important;
    left: -169px;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.pt-10 {
    padding-top: 5rem !important;
}

.insize {
    max-width: 600px;
}

.owl-thumbs {}

.owl-thumbs .owl-thumb-item {
    height: 150px;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
}

.owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
}

.owl-dots {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
}

.outer {
    margin: 0 auto;
    max-width: 100% !important;
}

#big .item {
    background: #ec6e46;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    background: #C9C9C9;
    height: 150px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item img {
    height: 170px !important;
}

#thumbs .item h1 {
    font-size: 18px;
}

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
    background: #333;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
    background: #333;
}

.client-testimonial img {
    width: 100px;
    height: 100px;
}

.client-testimonial p {
    min-height: 215px;
}

.client-testimonial-icon {
    min-height: 60px;
}


.pagination li.active a {
    color: var(--secondary-color);
}

.pagination a {
    color: #333;
    height: 45px;
    width: 45px;
    text-align: center;
    justify-content: center;
    background: transparent;
    border: none;
    align-items: center;
    display: flex;
    box-shadow: none;
    outline: none;
    font-weight: 600;
    color: #FFF;
    position: relative;
}

/* .pagination a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    background: #FFF;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
} */

.position-absolute-contact {
    position: absolute !important;
    left: -325px !important;
    top: 75px !important;
    z-index: 999;
}

.position-absolute-contact img {
    height: 400px !important;
}

.breeder-details-area {
    background-image: url(../images/bg/breeder_details_bg.jpg);
    background-position: center;
    /* background-size: cover; */
    padding: 110px 0;
}

.bg-white {
    background-color: #fff !important;
}

#shopping-bag .badge {
    position: absolute;
    right: -13px;
    top: 24px;
    border-radius: 50%;
    background-color: var(--accent-color);
    font-size: 0.75rem;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#shopping-bag i.fa-shopping-cart {
    font-size: 25px;
}

.request-btn a {
    position: relative;
    display: block;
    padding: 35px 0;
    color: #393d72;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 500ms ease;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
}

/* .request-btn {
    margin-left: 25px;
} */


.offcanvas-active {
    overflow: hidden;
}

.screen-overlay {
    width: 0%;
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
    z-index: 1031;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    cursor: url(../images/close-nav.svg), auto;
    visibility: visible;
}


.mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000000 !important;
    width: 350px;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}

.mobile-offcanvas.offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
}

.offcanvas-header {
    display: block;
}

.mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
}

.offcanvas-active {
    overflow: hidden;
}


/* Shop Pages  */
.shop-sidebar {
    position: relative;
    height: 100%;
    overflow: auto;
}

.shop-sidebar .head {
    background: var(--accent-color);
    padding: 0.7rem 1.5rem;
    font-size: 20px;
    color: #FFF;
}

.shop-sidebar .offcanvas-header {
    position: absolute;
    top: 7px;
    right: 10px;
}

.shop-sidebar .offcanvas-header .btn {
    padding: 0;
    color: #FFF;
    opacity: 1;
    background-image: none;
    width: 24px;
    height: 24px;
}

.shop-sidebar .offcanvas-header .btn:hover {
    color: #333;
}

.shop-sidebar ul {
    margin: 0;
}

.shop-sidebar ul li {
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}

.shop-sidebar ul li img {
    margin-right: 0.8rem;
    width: 70px;
}

.shop-sidebar ul li h4 {
    margin: 0;
}

.shop-sidebar ul li h4 a {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Changa', sans-serif;
    color: var(--secondary-color);
}

.shop-sidebar ul li h4 a:hover {
    color: var(--accent-color);
}

.shop-sidebar ul li h6 {
    font-weight: 600;
}


.delete-btn {
    margin-left: auto;
}

.delete-btn a {
    color: #999;
}

.delete-btn a:hover {
    color: #333;
}

.sidebar-subtotal {
    background-color: #f4f4f6;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}


.btn-holder {
    padding: 1rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-holder .col {
    padding: 0 15px;
}

.btn-holder .col a {
    width: 100%
}

.item-product a {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Changa', sans-serif;
    color: var(--secondary-color);
}

.link-oragne {
    color: var(--secondary-color);
    font-weight: 700;
}

.link-oragne i {
    font-size: 25px;
}


.main-menu .navigation>li.custom_dropdown>a:before {

    content: "" !important;
}

.custom_dropdown a i {
    font-size: 25px;
}


.checkout-details {
    padding: 2rem;
    border-radius: 6px;
    background-color: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(39, 48, 75, 0.14);
    margin-bottom: 2rem;
}

.place-order-wrap {
    padding: 2rem 0 0 1rem;
}

.order-head {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--secondary-color);
    display: flex;
    justify-content: space-between;
}

.order-list ul li {
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: space-between;
    padding: 1rem 0;
    margin: 0;
}

.order-list ul li:not(:last-child) {
    border-bottom: 1px solid #e9eaed;
}

.order-disclaimer {
    background: #f6f6f6;
    padding: 1.2rem;
}

.order-disclaimer .info {
    background: #FFF;
    padding: 1rem;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
}

.order-list a {
    color: #393d72 !important;
}

.fixed-header #shopping-bag {
    margin-top: -5px;
}

.blog-wrap .description
{

    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-wrap .img img {
    max-height: 191px !important;
    min-height: 191px !important;
}
.blog-wrap .img:hover img {
    max-height: 191px !important;
}

#big.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 800px;
    min-height: 800px;
    max-width: 100%;
}

/*Button New Css*/
a.new_btn, button.new_btn {
    font-size: 15px !important;
    padding: 15px 40px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    transition: 0.5s !important;
    box-shadow: 0px 5px 5px var(--pt_grey) !important;
    color: var(--pt_white) !important;
    background: var(--pt_white) !important;
    border: 2px solid var(--pt_purple) !important;
    border-radius: 50px !important;
    border-top-right-radius: 0px !important;
   
    overflow: hidden !important;
    display: inline-block !important;
    background: var(--pt_purple) !important;
}
.btn-one {
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    
    box-shadow: 0px 5px 5px var(--pt_grey) !important;
    color: var(--pt_white) !important;
    background: var(--pt_white) !important;
    border: 2px solid var(--pt_purple) !important;
    border-radius: 50px !important;
    border-top-right-radius: 0px !important;
    transition: 0.3s !important;
    overflow: hidden !important;
    display: inline-block !important;
    background: var(--pt_purple) !important;
}

a.new_btn:hover, button.new_btn:hover {
    background: var(--pt_white) !important;
    color: var(--pt_purple) !important;
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
   
}
.btn-one:hover {
    background-color: var(--pt_white) !important;
    /* color: var(--pt_purple) !important; */
    border-top-right-radius: 50px !important;
    border-bottom-left-radius: 0px !important;
    
}

.main-slider .owl-theme .owl-nav .owl-next:hover{
    color: #fff !important;
    border: 2px solid #fff !important;
}


/*Testimonials CNS*/

.title-area {
    margin-bottom: calc(var(--section-title-space) - 12px);
    position: relative;
    z-index: 2;
    margin-top: -0.4em;
}
@media (max-width: 1199px) {
    .title-area.text-xl-start {
        text-align: center;
    }
}
.title-area.text-center .sub-title {
    padding-left: 0;
}
.title-area.text-center .sub-title:before,
.title-area.text-center .sub-title:after {
    left: -60px;
}
@media (max-width: 575px) {
    .title-area.text-center .sub-title:before,
    .title-area.text-center .sub-title:after {
        left: -40px;
    }
}
.title-area.text-center .sub-title:after {
    left: -40px;
}
@media (max-width: 575px) {
    .title-area.text-center .sub-title:after {
        left: -30px;
    }
}
.title-area .sub-title {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    font-family: var(--title-font);
    position: relative;
    margin-bottom: 25px;
    padding-left: 60px;
    margin-top: -0.34em;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .title-area .sub-title {
        margin-bottom: 18px;
    }
}
@media (max-width: 575px) {
    .title-area .sub-title {
        padding-left: 40px;
    }
}
.title-area .sub-title .double-line:before,
.title-area .sub-title:before,
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    left: 0px;
    top: 7px;
    height: 2px;
    width: 50px;
}
@media (max-width: 575px) {
    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before,
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        width: 30px;
    }
}
@media (max-width: 375px) {
    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before,
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        display: none;
    }
}
.title-area .sub-title .double-line:after,
.title-area .sub-title:after {
    margin-top: 3px;
    width: 30px;
    left: 18px;
}
@media (max-width: 575px) {
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        width: 20px;
        left: 10px;
    }
}
@media (max-width: 375px) {
    .title-area .sub-title .double-line:after,
    .title-area .sub-title:after {
        display: none;
    }
}
.title-area .sub-title .double-line:before,
.title-area .sub-title:before {
    width: 50px;
    top: auto;
    bottom: 7px;
}
@media (max-width: 575px) {
    .title-area .sub-title .double-line:before,
    .title-area .sub-title:before {
        width: 30px;
    }
}
.title-area .sub-title .double-line {
    margin-left: 0;
}
.title-area .sub-title .double-line:before,
.title-area .sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
    left: auto;
}
.title-area .sub-title.style2 {
    padding: 0;
    margin-top: 4px;
}
.title-area .sub-title.style2:before,
.title-area .sub-title.style2:after {
    display: none;
}
.title-area .sub-title.style2 img {
    margin: 0 8px 0 0;
}
.title-area .sub-title .sub-title2 {
    background-color: var(--primary-color);
    border-radius: 5px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: var(--title-color);
}
.title-area .sec-title {
    margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
    margin-bottom: -0.41em;
}
.sec-btn {
    margin-bottom: var(--section-title-space);
}
@media (max-width: 1399px) {
    .sec-title {
        font-size: 42px;
    }
    .shadow-title {
        font-size: 120px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }
}
@media (max-width: 1199px) {
    .sub-title {
        margin-bottom: 18px;
    }
    .sec-title {
        font-size: 38px;
        line-height: 48px;
    }
    .shadow-title {
        font-size: 96px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 50px;
    }
    .title-area.mb-40,
    .sec-title.mb-40 {
        margin-bottom: 35px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px;
    }
    .title-area.mb-25,
    .sec-title.mb-25 {
        margin-bottom: 20px;
    }
    .title-area.mb-35,
    .sec-title.mb-35 {
        margin-bottom: 30px;
    }
    .title-area.mb-30,
    .sec-title.mb-30 {
        margin-bottom: 22px;
    }
    .sec-btn {
        --section-title-space: 65px;
    }
}
@media (max-width: 991px) {
    .sec-title {
        font-size: 34px;
        line-height: 44px;
    }
    .shadow-title {
        font-size: 88px;
    }
    .sub-title {
        margin-bottom: 12px;
    }
    .title-area,
    .sec-title {
        --section-title-space: 40px;
    }
    .title-area.mb-50,
    .sec-title.mb-50 {
        margin-bottom: 35px;
    }
    .sec-btn {
        --section-title-space: 50px;
    }
}

.testi-block {
    text-align: center;
    box-shadow: 0px 15px 15px rgba(7, 0, 35, 0.04);
    padding: 40px 30px;
    background-color: var(--white);
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}
.testi-block:before,
.testi-block:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-color: var(--primary-color);
    top: 0;
    left: 0;
    -webkit-transition: height, width, 0.4s ease;
    transition: height, width, 0.4s ease;
}
.testi-block:before {
    border-width: 2px 0 0 2px;
}
.testi-block:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0;
}
.testi-block_img {
    border-radius: 50%;
}
.testi-block_img img {
    border-radius: inherit;
}
.testi-block_quote {
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.testi-block_text {
    margin-bottom: -0.4em;
    min-height: 230px;
    max-height: 230px;
}
.testi-block_avater {
    margin-bottom: 20px;
}
.testi-block_avater img {
    border-radius: 50%;
}
.testi-block_name {
    margin-bottom: 5px;
    font-size: 22px;
}
.testi-block_desig {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary-color);
}
.testi-block:hover:before,
.testi-block:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.th-icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.th-icon-box .icon-btn {
    border-radius: 0;
}
.testi-block-area {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}
.testi-block-area .th-icon-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testi-block-area .icon-btn {
    box-shadow: 0px 0px 20px rgba(1, 19, 60, 0.13);
}
@media (max-width: 1199px) {
    .testi-block {
        padding: 40px 20px;
    }
}
.space{
    padding-bottom:50px !important;
    padding-top:220px !important;
    margin-top: 51px;
}

.slick-track > [class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.slick-track > [class*="col"] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.slick-track {
    min-width: 100%;
}


.slick-list {
    padding: 0 !important;
}
.slick-slide img {
    display: inline-block;
}
.slick-dots {
    list-style-type: none;
    padding: 2px 0;
    margin: 38px 0 30px 0;
    line-height: 0;
    text-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.slick-dots li {
    display: inline-block;
    margin-right: 25px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots button {
    font-size: 0;
    padding: 0;
    background-color: transparent;
    width: 10px;
    height: 10px;
    line-height: 0;
    border-radius: 9999px;
    border: none;
    background-color: var(--dots-bg, #d8d8d8);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    position: relative;
}
.slick-dots button:hover {
    border-color: var(--primary-color);
}
.slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}
.slick-dots .slick-active button {
    background-color: var(--primary-color);
}
.slick-dots .slick-active button::before {
    opacity: 1;
    visibility: visible;
}
.slick-arrow {
    display: inline-block;
    padding: 0;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    border: 1px solid var(--border-color);
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.05);
    left: var(--pos-x, -100px);
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    font-size: var(--icon-font-size, 20px);
    margin-top: calc(var(--icon-size, 56px) / -2);
    z-index: 2;
    border-radius: 0;
}
.slick-arrow.default {
    position: relative;
    --pos-x: 0;
    margin-top: 0;
}
.slick-arrow.slick-next {
    right: var(--pos-x, -100px);
    left: auto;
}
.slick-arrow:hover {
    background-color: var(--primary-color);
    color: var(--title-color);
    border-color: transparent;
}
.home3 .slick-arrow:hover {
    color: var(--white-color);
}
.arrow-margin .slick-arrow {
    top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 1700px) {
    .slick-arrow {
        --arrow-horizontal: -20px;
        --pos-x: -70px;
    }
}
@media (max-width: 1399px) {
    .slick-arrow {
        --arrow-horizontal: 40px;
        --pos-x: -17px;
    }
}
@media (max-width: 991px) {
    .slick-arrow {
        --icon-size: 56px;
        margin-right: 10px;
    }
    .slick-arrow.slick-next {
        margin-right: 0;
        margin-left: 10px;
    }
    .slick-dots {
        margin: 8px 0 38px 0;
    }
}
.icon-box .slick-arrow {
    --icon-size: 55px;
    margin-right: 0;
}
.icon-box .slick-arrow:first-child {
    margin-right: 5px;
}

@media (min-width: 1199px) {
    .row:not([class*="gx-"]) {
        --bs-gutter-x: 30px;
    }
}

@media (min-width: 1700px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}
@media (min-width: 1399px) {
    .gx-30 {
        --bs-gutter-x: 30px;
    }
    .gx-25 {
        --bs-gutter-x: 25px;
    }
    .gx-40 {
        --bs-gutter-x: 40px;
    }
}
@media (max-width: 1199px) {
    .gx-108 {
        --bs-gutter-x: 40px;
    }
}

@media (max-width: 991px) {
   
    .header-layout3 .top-right .row {
        --bs-gutter-x: 50px;
    }
}

.testi-block_img img{
    width: 70px !important;
    height: 70px !important;
}
.testi-block_quote img{
    width: 10px !important;
    height: 10px !important;
}
.slick-slide img {
    display: inline-block !important;
}

.title-area .sec-title {
    margin-bottom: 15px;
    font-size: 30px !important;
}
.sec-title {
    margin-bottom: 17px !important;
    margin-top: -0.24em;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 54px;
}
.sec-title {
    position: relative;
    display: block;
    padding-bottom: 17px !important;
}

.testi-block-area .th-icon-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.th-icon-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.icon-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.icon-btn {
    display: inline-block;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    font-size: var(--btn-font-size, 16px);
    background-color: var(--icon-bg, #fff);
    color: var(--title-color);
    text-align: center;
    border-radius: 50%;
    border: none;
}

.th-header .icon-btn {
    --btn-size: 40px;
    line-height: 40px;
}

img.rounded  {
    min-height: 280px;
    max-height: 280px;
}

.icon-font img {
    height: 99px;
    width: 100px !important;
    margin-top: 0px;
    padding-bottom: 29px;
}

.pet-sitter-slider .img img {
    max-height: 200px;
}
