﻿@charset "utf-8";

body {
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-family: Lato,sans-serif;
    line-height: 24px;
    color: #333
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    color: #283891
}

h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6
}

h2 {
    font-size: 26px;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    line-height: 1.5
}

h4 {
    font-size: 15px
}

p {
    margin: 0 0 20px
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

    a:focus, a:hover {
        text-decoration: none;
        color: #000;
    }

strong {
    font-weight: 700
}

.highlight {
    color: #fff
}

.text-italic {
    font-style: italic
}

.small-text {
    font-size: 14px
}

blockquote {
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 36px;
    border-left: transparent;
    color: #d5504f;
    line-height: 42px
}

    blockquote.alignright {
        max-width: 50%
    }

    blockquote.alignleft {
        max-width: 50%
    }

.alignleft {
    float: left;
    margin: 0 30px 40px 0
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

p:last-child {
    margin-bottom: 0
}

.listnone {
    list-style: none;
    margin: 0;
    padding: 0
}

.lead {
    font-size: 20px;
    /*   color: #283891;*/
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville',serif;
    text-align: justify
}

.section-title {
    border-bottom: 1px solid #f2f1ed
}

.btn-action-block {
    padding-top: 20px
}

.text-white {
    color: #fff
}

.text-default {
    color: #333
}

.title {
    color: #283891
}

.meta-link {
    color: #7e7b76
}

.box-shadow {
    box-shadow: 0 0 5px 0 #dedede
}

.outline {
    border: 1px solid #f2f1ed
}

label {
    color: #383c40
}

.form-control {
    color: #777;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 37px;
    padding: 10px;
    line-height: 1.42857143;
    background-image: none;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075)
}

    .form-control:focus {
        outline: 0;
        background-color: #fff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

.required {
    font-size: 10px;
    color: red
}

textarea.form-control {
    border-radius: 2px;
    height: auto
}

select.form-control {
    background-color: #fff;
    color: #888;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/down-arrow.png);
    padding-right: 15px;
    margin-bottom: 15px
}

button.btn {
    height: 47px;
    padding: 10px 40px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.4
}

.btn {
    font-size: 14px;
    border-radius: 2px;
    line-height: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 19px;
    border: none
}

.btn-default {
    background-color: #000;
    color: #fff;
    border-color: #000
}

    .btn-default:hover {
        color: #fff;
        background-color: #283891;
        border-color: #283891
    }

    .btn-default.focus, .btn-default:focus {
        color: #fff;
        background-color: #283891;
        border-color: #283891
    }

.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #000
}

    .btn-primary:hover {
        background-color: #283891;
        color: #fff;
        border-color: #283891
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #8e666f;
        border-color: #8e666f
    }

.btn-secondary {
    background-color: #fff;
    color: #fff
}

.btn-outline {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

    .btn-outline:hover {
        color: #fff;
        background-color: transparent;
        border-color: #fff
    }

    .btn-outline.focus, .btn-outline:focus {
        color: #5b5955;
        background-color: #fff;
        border: 2px solid #dddad4
    }

.btn-lg {
    padding: 24px 60px;
    font-size: 12px;
    text-align: center
}

.btn-sm {
    padding: 15px 15px
}

.btn-xs {
    padding: 5px 10px
}

.btn-xs1 {
    padding: 10px 10px;
    font-size: 12px;
}

.btn-link {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #000;
    padding-bottom: 4px
}

    .btn-link:hover {
        text-decoration: none;
        border-bottom: 2px solid #283891;
        padding-bottom: 4px;
        color: #283891
    }

.btn-link-white {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px
}

    .btn-link-white:hover {
        padding-bottom: 4px;
        color: #fff
    }

.space-small {
    padding-top: 40px;
    padding-bottom: 40px
}

.space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
}

.space-large {
    padding-top: 100px;
    padding-bottom: 100px
}

.space-ex-large {
    padding-top: 120px;
    padding-bottom: 120px
}

.space-small p {
    text-align: justify
}

.space-large p {
    text-align: justify
}

.space-ex-large p {
    text-align: justify
}

.mb0 {
    margin-bottom: 0
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb60 {
    margin-bottom: 60px
}

.mb80 {
    margin-bottom: 80px
}

.mb100 {
    margin-bottom: 100px
}

.mt0 {
    margin-top: 0
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt60 {
    margin-top: 60px
}

.mt80 {
    margin-top: 80px
}

.mt100 {
    margin-top: 100px
}

.mt-20 {
    margin-top: -20px
}

.mt-40 {
    margin-top: -40px
}

.mt-60 {
    margin-top: -60px
}

.mt-80 {
    margin-top: -80px
}

.nopadding {
    padding: 0
}

.nopr {
    padding-right: 0
}

.nopl {
    padding-left: 0
}

.pinside10 {
    padding: 10px
}

.pinside20 {
    padding: 20px;
}

.pinside25 {
    padding: 25px;
}

.pinside30 {
    padding: 21px;
}

.pinside40 {
    padding: 40px
}

.pinside50 {
    padding: 50px
}

.pinside60 {
    padding: 60px
}

.pinside80 {
    padding: 80px
}

.pinside130 {
    padding: 130px
}

.pdt10 {
    padding-top: 10px
}

.pdt20 {
    padding-top: 20px
}

.pdt30 {
    padding-top: 30px
}

.pdt40 {
    padding-top: 40px
}

.pdt60 {
    padding-top: 60px
}

.pdt80 {
    padding-top: 80px
}

.pdb10 {
    padding-bottom: 10px
}

.pdb20 {
    padding-bottom: 20px
}

.pdb30 {
    padding-bottom: 30px
}

.pdb40 {
    padding-bottom: 40px
}

.pdb60 {
    padding-bottom: 60px
}

.pdb80 {
    padding-bottom: 80px
}

.pdl10 {
    padding-left: 10px
}

.pdl20 {
    padding-left: 20px
}

.pdl30 {
    padding-left: 30px
}

.pdl40 {
    padding-left: 40px
}

.pdl60 {
    padding-left: 60px
}

.pdl80 {
    padding-left: 80px
}

.pdr10 {
    padding-right: 10px
}

.pdr20 {
    padding-right: 20px
}

.pdr30 {
    padding-right: 30px
}

.pdr40 {
    padding-right: 40px
}

.pdr60 {
    padding-right: 60px
}

.pdr80 {
    padding-right: 80px
}

.bg-light {
    background-color: #fafafa
}

.bg-primary {
    background-color: #d5504f;
    color: #fff
}

.bg-default {
    background-color: #f8f7f4
}

.bg-white {
    background-color: #fff
}

.outline {
    border: 1px solid #ddd
}

.small-title {
    font-size: 16px;
    color: #283891;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.orange-text {
    color: #fff
}

.well-bg {
    background-color: #eee;
    padding: 10px;
    box-shadow: 0px 5px 5px 0px #a1a1a1;
}

.feature-title {
    font-size: 20px;
    color: #283891;
    border-bottom: 1px solid #f2f1ed;
    margin-bottom: 30px;
    padding-bottom: 29px
}

.title-caps {
    font-size: 15px;
    color: #283891;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

.feature-btn {
    text-align: left
}

.bullet {
    position: relative;
    padding-left: 25px;
    line-height: 36px
}

.bullet-angle-double-right li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #fff;
    content: "\f101"
}

.bullet-circle li:before {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    left: 0;
    font-size: 12px;
    color: #fff;
    content: "\f10c"
}

.cta-title {
    font-size: 30px;
    color: #283891
}

.cta-text {
    text-transform: uppercase
}

.cta-ctn {
    padding-bottom: 60px;
    padding-top: 60px
}

.cta-bg {
    background-color: #fff
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle
}

.imghover {
    display: block;
    position: relative;
    max-width: 100%
}

    .imghover::after, .imghover::before {
        display: block;
        position: absolute;
        content: "";
        text-align: center;
        opacity: 0;
        transition: all .3s ease-in-out
    }

    .imghover::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .imghover::after {
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin: -25px 0 0 -25px;
        content: "\f055";
        font-family: FontAwesome;
        font-size: 36px
    }

    .imghover:hover::after, .imghover:hover::before {
        opacity: 1
    }

    .imghover:hover::before {
        background: rgba(221,154,128,.7)
    }

    .imghover:hover::after {
        color: #fff
    }

.icon-size-regular {
    font-size: 19px
}

.icon-size-x {
    font-size: 30px
}

.icon-size-xx {
    font-size: 36px
}

.icon-size-xxx {
    font-size: 42px
}

.icon-default {
    color: #283891
}

.icon-primary {
    color: #afaca7
}

.icon-secondary {
    color: #bcbcbc
}

.search-area {
    padding: 30px
}

.top-bar {
    border-bottom: 1px solid #f2f1ed
}

    .top-bar .bdr {
        border-right: 1px solid #f2f1ed
    }

.address-info, .call-info {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center
}

    .address-info i, .call-info i {
        padding-right: 5px;
        font-size: 15px
    }

.location-address.call-no {
    text-align: center
}

    .location-address .call-no i {
        font-size: 16px
    }

.top-social {
    text-align: left;
    padding: 5px
}

    .top-social a {
        padding: 7px 6px;
        color: #333;
        display: inline-block;
        font-size: 28px
    }

        .top-social a:hover {
            color: #283891
        }

.top-btn {
    padding: 5px 10px;
}

.header {
    background-color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    z-index: 99;
}

.header-1 {
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9;
    background-color: #fff;
    position: relative
}

.search-nav {
    padding-top: 10px
}

.navigation-collapse {
    background-color: #fff
}

.is-sticky .header {
    border-bottom: 1px solid #eee
}

#navigation {
    float: right;
}

    #navigation, #navigation #menu-button, #navigation ul, #navigation ul li, #navigation ul li a {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #navigation:after, #navigation > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        #navigation #menu-button {
            display: none;
        }

#navigation {
    font-family: Lato,sans-serif;
    background: 0 0
}

    #navigation > ul > li {
        float: left
    }

    #navigation.align-center > ul {
        font-size: 0;
        text-align: center
    }

        #navigation.align-center > ul > li {
            display: inline-block;
            float: none
        }

    #navigation.align-center ul ul {
        text-align: left
    }

    #navigation.align-right > ul > li {
        float: right
    }

    #navigation > ul > li > a {
        padding: 25px 13px;
        font-size: 13px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #333;
        font-weight: 700;
        text-transform: uppercase
    }

    #navigation > ul > li:hover > a {
        color: #fff;
        background-color: #333
    }

    #navigation > ul > li.has-sub > a {
        padding: 25px;
    }

        #navigation > ul > li.has-sub > a:before {
            position: absolute;
            right: 14px;
            font-family: FontAwesome;
            content: "\f107";
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease
        }

    #navigation ul ul {
        position: absolute;
        left: -9999px
    }

    #navigation.align-right ul ul {
        text-align: right
    }

    #navigation ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }

    #navigation li:hover > ul {
        left: auto
    }

    #navigation.align-right li:hover > ul {
        left: auto;
        right: 0
    }

    #navigation li:hover > ul > li {
        height: 39px
    }

    #navigation ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #navigation.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%
    }

    #navigation ul ul li a {
        padding: 14px 15px;
        width: 220px;
        font-size: 13px;
        text-decoration: none;
        color: #333;
        font-weight: 600;
        background: #fff;
        text-transform: uppercase
    }

    #navigation ul ul li.last-item > a, #navigation ul ul li:last-child > a {
        border-bottom: 0
    }

    #navigation ul ul li a:hover, #navigation ul ul li:hover > a {
        color: #fff;
        background: #000
    }

    #navigation ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ffffff;
        content: ''
    }

    #navigation.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px
    }

    #navigation ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ffffff;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }

    #navigation.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px
    }

    #navigation ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #navigation.small-screen {
        width: 100%
    }

        #navigation.small-screen ul {
            width: 100%;
            display: none
        }

        #navigation.small-screen.align-center > ul {
            text-align: left
        }

        #navigation.small-screen ul li {
            width: 100%
        }

        #navigation.small-screen li:hover > ul > li, #navigation.small-screen ul ul li {
            height: auto
        }

            #navigation.small-screen ul li a, #navigation.small-screen ul ul li a {
                width: 100%;
                border-bottom: 1px solid #eee;
                padding: 20px;
                border-top: 0 solid transparent
            }

        #navigation.small-screen > ul > li {
            float: none
        }

        #navigation.small-screen ul ul li a {
            padding-left: 25px
        }

        #navigation.small-screen ul ul ul li a {
            padding-left: 35px
        }

        #navigation.small-screen ul ul li a {
            color: #283891;
            background: 0 0
        }

        #navigation.small-screen ul ul li.active > a, #navigation.small-screen ul ul li:hover > a {
            color: #fff
        }

        #navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left
        }

            #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before, #navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before {
                display: none
            }

        #navigation.small-screen #menu-button {
            display: block;
            padding: 17px;
            color: #283891;
            cursor: pointer;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 700
        }

            #navigation.small-screen #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 8px;
                width: 20px;
                border-top: 2px solid #000;
                border-bottom: 2px solid #000;
                content: ''
            }

            #navigation.small-screen #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #000;
                content: ''
            }

            #navigation.small-screen #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #fff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            #navigation.small-screen #menu-button.menu-opened:before {
                top: 23px;
                background: #fff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        #navigation.small-screen .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid #eee;
            height: 52px;
            width: 50px;
            cursor: pointer
        }

            #navigation.small-screen .submenu-button.submenu-opened {
                background: #fff
            }

        #navigation.small-screen ul ul .submenu-button {
            height: 34px;
            width: 34px
        }

        #navigation.small-screen .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #ddd;
            content: ''
        }

        #navigation.small-screen ul ul .submenu-button:after {
            top: 15px;
            right: 13px
        }

        #navigation.small-screen .submenu-button.submenu-opened:after {
            background: #fff
        }

        #navigation.small-screen .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #ddd;
            content: ''
        }

        #navigation.small-screen ul ul .submenu-button:before {
            top: 12px;
            right: 16px
        }

        #navigation.small-screen .submenu-button.submenu-opened:before {
            display: none
        }

        #navigation.small-screen.select-list {
            padding: 5px
        }

.page-header {
    color: #4c4845;
    margin: 0;
    border: none;
    position: relative;
    padding: 0
}

.page-description {
    padding-top: 15px;
    padding-bottom: 15px
}

.page-title {
    color: #4c4845;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px
}

.page-text {
    font-family: 'Libre Baskerville',serif;
    font-size: 16px;
    color: #4c4845;
    font-style: italic
}

.page-breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #eee
}

    .page-breadcrumb .breadcrumb {
        background-color: #fff;
        padding: 10px 0;
        margin-bottom: 0;
        font-size: 11px;
        font-weight: 700;
        border: none;
        letter-spacing: 2px;
        text-transform: uppercase
    }

        .page-breadcrumb .breadcrumb > li a {
            color: #555
        }

            .page-breadcrumb .breadcrumb > li a:hover {
                color: #4c4845
            }

        .page-breadcrumb .breadcrumb > .active {
            color: #4c4845
        }

        .page-breadcrumb .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #4c4845;
            content: "\f105";
            font: normal normal normal 12px/1 FontAwesome
        }

.slider-captions {
    position: absolute;
    bottom: 160px;
    width: 100%
}

.slider-title {
    color: #283891;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px
}

.slider-call-text {
    font-size: 20px;
    color: #4c4845;
    text-decoration: underline;
    margin-bottom: 40px
}

.slider-text {
    color: #96968e;
    font-size: 18px
}

.slider-img {
    position: relative;
    margin-top: 146px;
}

    .slider-img img {
        position: relative;
        z-index: -1;
        display: block;
        width: 100%;
        height: auto
    }

#slider {
    position: relative
}

    #slider .owl-buttons div {
        background-color: transparent
    }

    #slider .owl-next, #slider .owl-prev {
        font-size: 22px;
        line-height: 1.3
    }

    #slider .owl-prev {
        position: absolute;
        top: 50%;
        left: 20px
    }

    #slider .owl-next {
        position: absolute;
        top: 50%;
        right: 20px
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        width: 100%
    }

    #slider .owl-controls .owl-page span {
        background-color: #dedad8;
        border-color: #dedad8;
        width: 8px;
        height: 8px;
        border-radius: 50%
    }

    #slider .owl-pagination .owl-page.active span {
        background-color: #765157
    }

    #slider .owl-controls {
        margin-top: 0
    }

.content {
    padding-bottom: 50px;
    padding-top: 50px
}

.sidebar-area {
    background-color: #f4f4f1;
    padding: 10px
}

.footer {
    background-color: #343431
}

    .footer p {
        color: #fff
    }

.footer-navigation ul li a {
    float: left;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #6e7f9e;
    letter-spacing: 1px;
    font-weight: 600
}

    .footer-navigation ul li a:hover {
        color: #d5504f
    }

.dark-line {
    border-top: 2px solid #575753
}

.widget-footer {
    color: #fff
}

    .widget-footer ul li {
        margin-bottom: 5px
    }

        .widget-footer ul li a {
            font-size: 16px;
            color: #fff
        }

            .widget-footer ul li a:hover {
                color: #fff
            }

.footer-title {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #575753;
    padding-bottom: 20px;
    margin-bottom: 19px
}

.address-text {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    word-break: break-word
}

.footer-logo {
    border-bottom: 1px solid #575753;
    padding-bottom: 13px;
    margin-bottom: 19px
}

.footer-social ul li {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    float: left
}

    .footer-social ul li a {
        color: #fff;
        text-align: center;
        padding: 5px;
        font-size: 12px;
        display: inline-block;
        line-height: 1px;
        margin-right: 10px;
        text-transform: uppercase
    }

        .footer-social ul li a i {
            padding-right: 10px
        }

        .footer-social ul li a:hover {
            color: #fff
        }

.newsletter-title {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #575753;
    padding-bottom: 20px;
    margin-bottom: 19px
}

.tiny-footer {
    background-color: #30302e;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}

.newsletter-form .form-control {
    background-color: #575753;
    border-color: #575753
}

.about-call-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #96968e
}

.video-section {
    position: relative
}

.video-img {
    position: relative
}

    .video-img img {
        width: 100%
    }

.video-action {
    position: absolute;
    top: 40%;
    left: 47%
}

.service-box {
    position: relative;
    min-height: 330px;
}

.service-img {
    position: relative
}

.service-caption {
    bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%
}

.service-title {
    font-size: 20px;
    color: #fff
}

.service-img img {
    width: 100%
}

.service-caption a {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #fff
}

    .service-caption a:hover {
        color: #fff;
        background-color: #283891;
        width: 100%
    }

.call-text {
    border-top: 1px solid #eee;
    margin-top: 29px;
    padding-top: 30px;
}

    .call-text a {
        color: #283891;
    }

.sidenav {
    background-color: #000
}

    .sidenav li {
        position: relative;
        font-weight: 700
    }

        .sidenav li a {
            padding-top: 15px;
            padding-bottom: 15px;
            display: block;
            border-bottom: 1px solid #333;
            line-height: 14px;
            color: #fff;
            font-size: 14px;
            padding-left: 40px;
            text-transform: uppercase
        }

            .sidenav li a:hover {
                color: #fff;
                border-bottom: 1px solid #283891;
                background-color: #283891
            }

        .sidenav li.active a {
            color: #fff;
            background-color: #283891
        }

            .sidenav li.active a:before {
                color: #fff
            }

        .sidenav li a:before {
            margin-right: 10px;
            font-family: FontAwesome;
            position: absolute;
            right: 4px;
            width: 20px;
            font-size: 16px;
            color: #fff;
            content: "\f101";
            left: 20px
        }

        .sidenav li a:hover:before {
            color: #fff
        }

.angle-double-right li:last-child {
    border-bottom: 0 solid #283891
}

.angle-double-right li a:before {
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    width: 20px;
    font-size: 16px;
    color: #5a5a5a;
    content: "\f101";
    font-weight: 400
}

.st-accordion .sign {
    color: #283891;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 2px
}

.st-accordion .accordion .panel-heading.active .sign {
    color: #283891
}

.st-accordion .accordion .panel-heading.active {
    border-bottom: 1px solid #fff
}

.st-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    position: relative
}

.sign {
    color: #084988;
    padding: 0 2px;
    position: absolute;
    right: -10px;
    top: 6px
}

.st-accordion .panel-heading.active .sign {
    color: #fff
}

.st-accordion .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-accordion .panel-default {
    border-color: transparent
}

.st-accordion .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0
}

.st-accordion .panel-default > .panel-heading {
    color: #323734;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ededea
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .st-accordion .panel-group .panel-heading + .panel-collapse > .list-group {
    border-color: transparent
}

.st-accordion .panel-body p:first-child {
    padding-top: 15px
}

.st-accordion .panel-body p:last-child {
    margin-bottom: 0
}

.customer-box {
    padding: 20px 0 40px 30px
}

.testimonial-img {
    float: left;
    margin-top: 10px
}

.customer-name {
    font-size: 14px;
    color: #283891;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 40px;
    display: inline-block;
    padding-top: 20px
}

.testimonial-meta {
    font-size: 12px;
    color: #7b7674;
    font-weight: 600;
    padding-left: 140px
}

.testimonial-ctn .customer-name {
    padding-left: 0;
    padding-right: 10px
}

.testimonial-text {
    font-size: 18px;
    color: #283891;
    font-style: italic;
    line-height: 36px;
    margin-bottom: 0;
    font-family: 'Libre Baskerville',serif
}

.team-block {
    border-radius: 2px
}

.team-img img {
    width: 100%
}

.team-name {
    font-size: 18px;
    color: #283891;
    letter-spacing: 1px
}

.team-meta {
    font-size: 12px;
    color: #838989;
    letter-spacing: 1px;
    text-transform: uppercase
}

.team-social a {
    color: #c7c7c4;
    padding: 5px;
    font-size: 20px;
    display: inline-block;
    line-height: 1px
}

    .team-social a:hover {
        color: #fff
    }

.doctor-meta {
    line-height: 34px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7e7b76
}

.pricing-block {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    font-size: 14px
}

.pricing-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #283891;
    border-bottom: 1px solid #f2f1ed;
    margin-bottom: 30px;
    padding-bottom: 29px;
    font-weight: 700
}

.price-box {
    background-color: #ededea;
    padding: 10px;
    margin-top: -30px;
    margin-bottom: 60px
}

.price {
    font-size: 16px;
    color: #283891;
    text-align: center;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0
}

.contact-title {
    font-size: 14px;
    color: #283891;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 20px;
    text-transform: uppercase
}

    .contact-title a {
        font-size: 14px;
        color: #283891;
        letter-spacing: 1px;
        font-weight: 600;
        margin-left: 20px;
        text-transform: uppercase
    }

.icon-box {
    border-bottom: 1px solid #ededea;
    margin-bottom: 10px;
    padding-bottom: 10px
}

    .icon-box i {
        float: left
    }

.social-box i { /*margin-left:20px;*/
}

.social-box a {
    color: #96968e
}

    .social-box a:hover {
        color: #fff
    }

.map {
    height: 400px;
}

.post-block {
    text-align: justify;
}

.post-content a {
    font-style: italic;
    text-decoration: underline;
    font-weight: 600;
}

.post-img {
    position: relative
}

.post-sticky {
    position: absolute;
    top: 10px;
    right: 25px;
    background: url(../images/sticky.png);
    width: 28px;
    height: 35px;
    z-index: 9
}

.post-title {
    border-bottom: 1px solid #f2f1ed;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#post-gallery {
    margin-bottom: 40px
}

    #post-gallery .owl-pagination {
        margin-top: -20px;
        z-index: 1;
        position: relative;
        text-align: center
    }

.meta {
    line-height: 34px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #7e7b76
}

.meta-date {
    color: #000
}

.meta-comment {
    font-size: 12px;
    color: #9c9694
}

.meta-author {
    padding-left: 15px
}

.quote-block {
    background-color: #283891
}

    .quote-block p {
        font-size: 36px;
        line-height: 60px;
        color: #fff;
        font-weight: 300
    }

.related-post-title {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e3e9e9
}

.related-img {
    margin-bottom: 30px
}

.related-title {
    line-height: 28px;
    font-size: 18px;
    color: #283891
}

.next-link, .prev-link {
    color: #b7b1ae;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px
}

    .next-link:hover, .prev-link:hover {
        color: #fff
    }

.next-title, .previous-title {
    line-height: 28px;
    font-size: 18px;
    color: #283891
}

.author-block {
    background-color: #fff;
    padding: 30px;
    color: #fff
}

.author-post-title {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e3e9e9
}

.post-author-name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px
}

.author-content {
    font-family: 'Libre Baskerville',serif;
    font-style: italic;
    line-height: 36px;
    font-size: 20px
}

.author-social a {
    color: #fff;
    padding-left: 10px;
    padding-top: 3px;
    font-size: 16px;
    display: inline-block;
    font-size: 12px
}

    .author-social a > i:hover {
        color: #fff
    }

.comments-title {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e3e9e9
}

.comment-author img {
    float: left
}

.comment-info {
    padding-left: 160px
}

.user-title {
    font-size: 18px;
    color: #283891;
    margin-bottom: 0
}

.comment-meta {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px
}

.comment-meta-date {
    font-size: 12px;
    color: #b7b1ae;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.reply-title {
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #e3e9e9
}

.childern {
    padding-left: 140px;
    border-top: 1px solid #e3e9e9
}

    .childern .comment-body {
        padding: 20px
    }

.reply-form {
    background-color: #f4f4f1
}

.pagination > li > span, .st-pagination .pagination > li > a {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-color: #c8c3c2;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 7px;
    margin-bottom: 5px;
    padding: 10px 15px;
    background-color: #c8c3c2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

    .st-pagination .pagination > li > a:focus, .st-pagination .pagination > li > a:hover, .st-pagination .pagination > li > span:focus, .st-pagination .pagination > li > span:hover {
        z-index: 2;
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

.st-pagination .pagination > li:first-child > a, .st-pagination .pagination > li:first-child > span {
    margin-left: 0
}

.st-pagination .pagination > .active > a, .st-pagination .pagination > .active > a:focus, .st-pagination .pagination > .active > a:hover, .st-pagination .pagination > .active > span, .st-pagination .pagination > .active > span:focus, .st-pagination .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fff;
    border-color: #fff
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    transition-property: height,width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        transition-property: transform,opacity
    }

.portfolioFilter {
    margin-bottom: 30px;
    text-align: center
}

    .portfolioFilter a {
        text-transform: uppercase;
        background-color: #000;
        padding: 9px 26px;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 5px;
        letter-spacing: 1px
    }

        .portfolioFilter a:hover {
            color: #fff;
            background-color: #283891
        }

        .portfolioFilter a.current {
            color: #fff;
            text-decoration: none;
            background-color: #000
        }

.gallery-thumbnail img {
    width: 100%
}

.gallery-img img {
    width: 100%
}

.video-title {
    font-size: 20px;
    color: #283891;
    margin-bottom: 0;
    line-height: 30px
}

.video-block .video-action {
    position: absolute;
    top: 20%;
    left: 40%
}

.widget {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 30px
}

.widget-title {
    font-size: 14px;
    color: #283891;
    text-transform: uppercase;
    font-family: Lato,sans-serif;
    font-weight: 800;
    letter-spacing: 2px;
    border-bottom: 1px solid #f2f1ed;
    padding-bottom: 20px;
    margin-bottom: 19px
}

.widget-archives li a, .widget-category li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    line-height: 16px;
    color: #7e7b76;
    font-size: 16px;
    font-weight: 500
}

    .widget-archives li a i, .widget-category li a i {
        padding-right: 10px
    }

    .widget-archives li a:hover, .widget-category li a:hover {
        color: #fff
    }

.recent-title {
    font-size: 14px;
    color: #283891;
    line-height: 20px;
    margin-bottom: 0
}

.widget-tags a {
    text-transform: uppercase;
    background-color: #b9b1ae;
    border-color: #b9b1ae;
    padding: 8px 10px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 1px
}

    .widget-tags a:hover {
        background-color: #fff;
        color: #fff;
        border-color: #fff
    }

.st-tabs .nav-tabs {
    border-bottom: 1px solid transparent
}

    .st-tabs .nav-tabs > li > a {
        margin-right: 0;
        line-height: 1.42857143;
        border: 1px solid #ededea;
        border-radius: 2px 2px 0 0;
        background-color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        color: #96968e;
        font-weight: 600;
        padding: 20px 8px;
        letter-spacing: 1px
    }

        .st-tabs .nav-tabs > li > a:hover {
            background-color: #fff;
            border-bottom: 1px solid #eae7e3;
            color: #fff;
            border-color: transparent
        }

    .st-tabs .nav-tabs > li.active > a, .st-tabs .nav-tabs > li.active > a:focus, .st-tabs .nav-tabs > li.active > a:hover .st-tabs .nav-tabs > li > a:hover {
        background-color: #fff;
        border-bottom: 1px solid #eae7e3;
        color: #fff;
        border-color: transparent
    }

.st-tabs .tab-content {
    padding: 30px;
    background-color: #fff;
    border-left: 1px solid #ededea;
    border-right: 1px solid #ededea;
    border-bottom: 1px solid #ededea
}

.st-tabs .nav-tabs.nav-justified > .active > a, .st-tabs .nav-tabs.nav-justified > .active > a:focus, .st-tabs .nav-tabs.nav-justified > .active > a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff
}

.st-accordion .sign {
    color: #283891;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 2px
}

.st-accordion .accordion .panel-heading.active .sign {
    color: #283891
}

.st-accordion .accordion .panel-heading.active {
    border-bottom: 1px solid #fff
}

.st-accordion .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    position: relative
}

.sign {
    color: #084988;
    padding: 0 2px;
    position: absolute;
    right: -10px;
    top: 6px
}

.st-accordion .panel-heading.active .sign {
    color: #fff
}

.st-accordion .panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.st-accordion .panel-default {
    border-color: transparent
}

.st-accordion .panel-group .panel {
    margin-bottom: 10px;
    border-radius: 0
}

.st-accordion .panel-default > .panel-heading {
    color: #323734;
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ededea
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .st-accordion .panel-group .panel-heading + .panel-collapse > .list-group {
    border-color: transparent
}

.st-accordion .panel-body p:first-child {
    padding-top: 15px
}

.st-accordion .panel-body p:last-child {
    margin-bottom: 0
}

.column-block {
    margin-bottom: 30px
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    border-radius: 5px;
    background: #000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 0;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    border-radius: 20px
}

    .cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s,visibility 0s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s 0s;
        transition: opacity .3s 0s,visibility 0s 0s
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1
    }

    .cd-top.cd-fade-out {
        opacity: .5
    }

.no-touch .cd-top:hover {
    background-color: #283891;
    opacity: 1
}

@media screen and (max-width:1366px) {
    .slider-captions {
        position: absolute;
        width: 100%
    }

    .slider-title {
        color: #283891;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0
    }

    .slider-text {
        color: #96968e;
        font-size: 18px;
        margin-bottom: 20px
    }

    #slider .owl-prev {
        position: absolute;
        top: 50%;
        left: 10px
    }

    #slider .owl-next {
        position: absolute;
        top: 50%;
        right: 10px
    }

    #slider .owl-next, #slider .owl-prev {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 1.5
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }

    .page-section {
        padding: 0px;
    }
}

@media screen and (max-width:1440px) {
    .slider-captions {
        position: absolute;
        bottom: 120px;
        width: 100%
    }

    .slider-title {
        color: #283891;
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 20px
    }

    .slider-text {
        color: #96968e
    }

    #slider .owl-prev {
        position: absolute;
        top: 50%;
        left: 10px
    }

    #slider .owl-next {
        position: absolute;
        top: 50%;
        right: 10px
    }

    #slider .owl-next, #slider .owl-prev {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 1.5
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    #navigation > ul > li > a {
        padding: 10px;
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #283891;
        font-weight: 700;
        text-transform: uppercase
    }

    .slider-captions {
        position: absolute;
        bottom: 80px;
        text-align: center;
        width: 100%
    }

    .slider-title {
        color: #283891;
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 20px
    }

    .slider-text {
        font-size: 18px
    }

    #slider .owl-prev {
        position: absolute;
        top: 30%;
        left: 10px
    }

    #slider .owl-next {
        position: absolute;
        top: 30%;
        right: 10px
    }

    #slider .owl-next, #slider .owl-prev {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 1.5
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }

    .page-section {
        padding: 0px;
    }
}

@media only screen and (max-width:768px) {
    .slider-captions {
        position: absolute;
        bottom: 40px;
        text-align: center;
        width: 100%
    }

    .slider-title {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 20px
    }

    .slider-text {
        font-size: 18px
    }

    #slider .owl-prev {
        position: absolute;
        top: 30%;
        left: 10px
    }

    #slider .owl-next {
        position: absolute;
        top: 30%;
        right: 10px
    }

    #slider .owl-next, #slider .owl-prev {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 1.5
    }

    #slider .owl-pagination {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        width: 100%
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .page-section {
        padding: 60px 0 60px 0
    }

    .childern {
        padding-left: 0
    }
}

@media only screen and (max-width:375px) {
    .slider-captions {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%
    }

    .slider-title {
        color: #283891;
        font-size: 18px;
        line-height: 21px
    }
}

.wpchat {
    position: fixed;
    right: 20px;
    bottom: 83px;
    z-index: 999999
}

.down_enquiry {
    padding: 5px 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #000;
    bottom: 0
}

    .down_enquiry a {
        color: #fff;
        font-size: 18px;
    }

.col-xs-12 .logo {
    text-align: center;
}

#newslater-popup .newsletter-inner span {
    margin-bottom: 21px
}

#newslater-popup .newsletter-inner span {
    color: #afafaf
}

#newslater-popup [class~=newsletter-inner] [class~=main_title] {
    margin-bottom: .1875in
}

#newslater-popup [class~=newsletter-inner] {
    background: 0 0
}

    #newslater-popup [class~=newsletter-inner] input {
        width: 202.5pt
    }

#newslater-popup [class~=newsletter-inner] {
    padding-left: 0
}

#newslater-popup [class~=newsletter-inner] {
    padding-right: 0
}

#newslater-popup [class~=newsletter-inner] {
    padding-bottom: .3125in
}

#newslater-popup [class~=newsletter-inner] {
    padding-top: .3125in
}

    #newslater-popup [class~=newsletter-inner] [class~=main_title] {
        padding-top: .9375pc
    }

    #newslater-popup [class~=newsletter-inner] [class~=main_title] {
        font-size: .416666667in
    }

#newslater-popup {
    max-width: 521.25pt
}

    #newslater-popup [class~=newsletter-inner] [class~=main_title] {
        font-weight: 700
    }

    #newslater-popup [class~=newsletter-inner] input {
        text-align: center
    }

    #newslater-popup [class~=newsletter-inner] input {
        border-left-width: medium
    }

    #newslater-popup [class~=newsletter-inner] input {
        border-bottom-width: medium
    }

    #newslater-popup [class~=newsletter-inner] input, [class~=top-link] [class~=ui-widget-header] [class~=ui-state-default] {
        border-right-width: medium
    }

    #newslater-popup [class~=newsletter-inner] [class~=main_title] {
        color: #1a2028
    }

    #newslater-popup [class~=newsletter-inner] input {
        border-top-width: medium
    }

    #newslater-popup [class~=newsletter-inner] [class~=main_title] {
        text-align: center
    }

    #newslater-popup [class~=newsletter-inner] input, img {
        border-left-style: none
    }

    #newslater-popup [class~=newsletter-inner] input, img {
        border-bottom-style: none
    }

.nl-popup-main, [class~=nl-popup-inner] {
    display: block
}

.nl-popup-main {
    background: url(../images/popup.jpg) no-repeat top left #fff
}

.nl-popup-main, [class~=nl-popup-inner] {
    overflow: hidden
}

.nl-popup-main, [class~=nl-popup-inner] {
    border-radius: 0
}

.nl-popup-main, [class~=nl-popup-inner] {
    -webkit-border-radius: 0
}

.nl-popup-main, [class~=nl-popup-inner] {
    border-radius: 0
}

.nl-popup-main, [class~=nl-popup-inner] {
    -moz-border-radius: 0
}

.nl-popup-main, [class~=nl-popup-inner] {
    -webkit-border-radius: 0
}

.nl-popup-main, [class~=nl-popup-inner] {
    -o-border-radius: 0
}

, #newslater-popup [class~=newsletter-inner] input {
    border-right-style: none
}

, #newslater-popup [class~=newsletter-inner] input {
    border-bottom-color: currentColor
}

#newslater-popup [class~=newsletter-inner] input {
    border-top-style: none
}

, #newslater-popup [class~=newsletter-inner] input {
    border-left-color: currentColor
}

#newslater-popup [class~=newsletter-inner] input {
    border-right-color: currentColor
}

#newslater-popup button.mfp-close:hover {
    background-color: #efefef
}

#newslater-popup {
    margin-left: auto
}

    #newslater-popup [class~=newsletter-inner] input {
        border-top-color: currentColor
    }

#newslater-popup, [class~=product-item] [class~=detail-inner-left] ul li {
    margin-bottom: 0
}

    #newslater-popup [class~=newsletter-inner] form button {
        position: relative
    }

    #newslater-popup button.mfp-close:hover {
        color: #d60000
    }

    #newslater-popup button[class~=mfp-close]:focus {
        background-color: #efefef
    }

    #newslater-popup [class~=newsletter-inner] input {
        border-image: none
    }

#newslater-popup {
    margin-right: auto
}

    #newslater-popup [class~=newsletter-inner] input {
        background-color: #efefef
    }

    #newslater-popup button[class~=mfp-close]:focus {
        color: #d60000
    }

    #newslater-popup button[class~=mfp-close] {
        color: #d60000
    }

    #newslater-popup button[class~=mfp-close] {
        opacity: 1
    }

    #newslater-popup button[class~=mfp-close] {
        top: 0
    }

    #newslater-popup button[class~=mfp-close] {
        right: 0
    }

    #newslater-popup [class~=newsletter-inner] input {
        margin-bottom: 1.0625pc
    }

#newslater-popup {
    margin-top: 0
}

#newslater-popup {
    position: relative
}

/*magnific-popup.css*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #dd9a80;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #dd9a80;
        margin-left: 39px
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}


.product-section-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.15; /* subtle background */
}

/* Tablet */
@media (max-width: 992px) {
    .product-section-img {
        max-height: 450px;
    }
}

@media (max-width: 576px) {
    .product-section-img {
        max-height: 600px;
    }

    .top-space {
        margin-top: 20px;
    }
}

.product-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
}

#About {
    background-color: #f0f0f0;
}

@media (max-width: 576px) {
    .justify-content-end {
        text-align: center;
        width: 100%;
    }

    .top-btn {
        align-items: center;
    }

    .slider-img {
        position: relative;
        margin-top: 275px;
        height: 100px;
        width: 100%;
    }
}

.product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

    .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    }

    /* Product Image */
    .product-card .product-image {
        position: relative;
        overflow: hidden;
    }

        .product-card .product-image img {
            width: 100%;
            height: 240px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

    .product-card:hover .product-image img {
        transform: scale(1.05);
    }

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #EE4B2B;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 2;
}

/* Product Details */
.product-details {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.product-names {
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    /* margin-bottom: 8px; */
    /* color: #3B3838; */
    /* background-color: #F9F3F0; */
    padding: 20px
}

.product-desc {
    font-size: 0.55rem;
    color: black;
    text-align: center;
    flex-grow: 1;
    margin-bottom: 12px;
    font-size: 1rem;
}

/* Button */
.add-to-cart {
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 14px;
    border: 1px solid #404c9e;
    color: black;
    background: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 110px;
}

    .add-to-cart:hover {
        background-color: #404c9e;
        color: white;
    }

.card img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.card h5 {
    font-size: 20px;
    transition: color 0.3s ease;
}

.card {
    transition: transform 0.8s ease;
}

    .card:hover {
        animation: shakeUpDown 0.8s ease;
    }

        .card:hover h5 {
            color: red !important;
        }

@keyframes shakeUpDown {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}

.hero-section {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding: 0;
    margin: 0;
}

/* Carousel */
.hero-carousel {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

    .hero-carousel img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        transition: transform 1.2s ease, filter 1s ease;
        border-radius: 15px;
        max-height: 400px;
    }

    .hero-carousel .carousel-item.active img {
        transform: scale(1.07);
        filter: brightness(0.85);
    }

    .hero-carousel .carousel-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 15px;
        background: linear-gradient(135deg, rgba(30,73,134,0.6), rgba(255,255,255,0) 70%);
        z-index: 1;
        animation: overlayShift 15s infinite alternate;
    }

@keyframes overlayShift {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.hero-carousel .carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 10%;
    text-align: left;
    color: #fff;
    z-index: 2;
}

    .hero-carousel .carousel-caption h5 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 15px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    }

    .hero-carousel .carousel-caption p {
        font-size: 18px;
        text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
    }

    .hero-carousel .carousel-caption .btn {
        background: linear-gradient(45deg,#1e4986,#0d3568);
        color: #fff;
        font-weight: 700;
        border-radius: 50px;
        padding: 12px 30px;
        transition: all 0.4s;
    }

        .hero-carousel .carousel-caption .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        }

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
    width: 50px;
    height: 50px;
}

/* Contact Form */
.contact-form-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    /*  box-shadow: 0 15px 40px rgba(0,0,0,0.2);*/
    position: sticky;
    top: 120px;
    min-height: 450px;
    min-width: 380px;
    /*  margin-top:10px;*/
}

    .contact-form-box h3 {
        font-size: 26px;
        font-weight: 900;
        color: #1e4986;
    }

    .contact-form-box .form-control {
        border-radius: 10px;
        border: 1px solid #ddd;
        padding: 12px 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .contact-form-box .btn-primary {
        background: #1e4986;
        color: #fff;
        border-radius: 50px;
        padding: 12px;
        width: 100%;
        font-weight: 700;
        box-shadow: 0px 1px 7px rgba(30,73,134,0.4);
    }

        .contact-form-box .btn-primary:hover {
            background: #0d3568;
            transform: translateY(-2px);
        }

/* Responsive */
@media (max-width: 991px) {
    .hero-carousel img {
        height: 400px;
    }

    .hero-carousel .carousel-caption h5 {
        font-size: 28px;
    }

    .hero-carousel .carousel-caption p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-carousel img {
        height: 250px;
    }

    .hero-carousel .carousel-caption {
        bottom: 10%;
        left: 5%;
        right: 5%;
        text-align: center;
        padding: 10px;
    }

        .hero-carousel .carousel-caption h5 {
            font-size: 20px;
        }

        .hero-carousel .carousel-caption p {
            font-size: 14px;
        }

    .contact-form-box {
        top: 20px;
        margin-top: 0px;
        padding: 25px 20px;
        margin-top: -119px;
    }

    .hero-carousel {
        margin: 109px 0px;
    }
}

@media (max-width: 576px) {
    .btn {
        font-size: 14px;
        line-height: 1.1; /* keeps button taller */
        padding: 4px 16px; /* smaller but balanced */
    }
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    position: absolute;
    z-index: 200;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: auto;
}

@media (max-width: 767.98px) {
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 80px;
        height: 80px;
    }
}

.enquire {
    color: black;
    font-size: 3rem
}

.exclusive {
    color: #2f3e9e;
    font-size: 3rem
}

.form-section {
    background-color: #f4f4f4;
}

.form-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.location-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .location-box:hover {
        transform: translateY(-4px);
    }

.location-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #212529;
    margin-bottom: 10px;
}

.location-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.location-icon {
    color: #dc3545;
    margin-right: 6px;
}

.boooktext {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-weight: 500;
}

@media (max-width: 768px) {
    .boooktext {
        font-size: 1.75rem;
    }
}

.slanted-button1 {
    background: black;
    color: white;
    padding: 12px 24px;
    font-weight: bold;
    transform: skew(-10deg);
    display: inline-block;
    border: none;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 0.95rem;
}

    .slanted-button1:hover {
        background-color: red;
        color: #fff;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 ratio */
    position: relative;
    border: 2px grey;
}


    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 8px;
    }


#btn-back-to-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 50px;
    height: 70px;
    background: url('../images/backtotop.png') no-repeat center center;
    background-size: contain;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

.testimonial-section {
    height: 500px;
    background-color: #402B1D;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
}

.testimonial-heading small {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    color: #d4b18a;
}

.testimonial-heading h2 {
    font-size: 56px;
    background-color: #000;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 10px;
}

.testimonial-text {
    font-size: 1.56rem;
    font-style: italic;
    line-height: 1.7;
    color: #fff;
    padding: 10px 20px;
}


.testimonial-author {
    font-size: 20px;
    color: #ccc;
    margin-top: 15px;
}



@media (max-width: 768px) {
    .testimonial-heading h2 {
        font-size: 20px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    #btn-back-to-top {
        position: fixed;
        bottom: 50px;
        right: 10px;
        width: 50px;
        height: 70px;
        background: url('../images/backtotop.png') no-repeat center center;
        background-size: contain;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        display: none;
        z-index: 9999;
    }
}

.hero-section {
    position: relative;
}

.carousel-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* Responsive carousel height */
@media (max-width: 1200px) {
    .carousel-img {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .carousel-img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .carousel-img {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .carousel-img {
        height: 300px;
    }

    .img-carousel {
        min-height: 450px;
        min-width: 100%;
        display: block;
    }
}

/* Caption on the left side */
.carousel-caption {
    position: absolute;
    bottom: 30%;
    left: 50px;
    right: auto;
    text-align: left;
    padding: 20px;
    color: #fff;
}

.animated-caption h5,
.animated-caption p,
.animated-caption .btn {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    color: #fff;
    font-size: 20px;
}

.hero-section h5 {
    font-size: 40px;
    color: #283891;
    font-weight: 500;
}

/* Scale text for smaller devices */
@media (max-width: 992px) {
    .hero-section h5 {
        font-size: 32px;
    }

    .animated-caption p,
    .animated-caption .btn {
        font-size: 16px;
    }

    .carousel-caption {
        left: 30px;
        bottom: 20%;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .hero-section h5 {
        font-size: 24px;
    }

    .animated-caption .btn {
        font-size: 10px;
        color: #fff;
    }

    .carousel-caption {
        left: 20px;
        bottom: 15%;
        padding: 10px;
    }

    .animated-caption p {
        font-size: 20px;
    }
}

.carousel-item.active .animated-caption h5 {
    animation-delay: 0.3s;
}

.carousel-item.active .animated-caption p {
    animation-delay: 0.6s;
}

.carousel-item.active .animated-caption .btn {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Contact Form Box */
.contact-form-box {
    /*position: absolute;
    top: 33.56%;
    right: 35px;
    transform: translateY(-50%);
    width: 360px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;*/
    position: absolute;
    top: 33.56%;
    right: 1px;
    transform: translateY(-50%);
    /* min-width: 426px;*/
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .contact-form-box h3 {
        text-align: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }

    .contact-form-box .form-group {
        margin-bottom: 10px;
    }

    .contact-form-box .form-submit button {
        width: 100%;
    }

/* Responsive adjustments */
@media (max-width: 1200px) {
    .contact-form-box {
        width: 320px;
    }
}

@media (max-width: 992px) {
    .contact-form-box {
        position: relative;
        transform: none;
        top: auto;
        right: auto;
        margin: -100px auto 20px auto;
        max-width: 90%;
    }

    .carousel-caption {
        left: 30px;
        bottom: 25%;
        padding: 15px;
    }
}

.testimo {
    background-color: #F0F0F0;
    max-height: 500px
}

@media (max-width: 576px) {
    .contact-form-box {
        margin: 20px auto;
    }

    .carousel-caption {
        left: 20px;
        bottom: 20%;
        padding: 10px;
    }

    .testimo {
        background-color: #F0F0F0;
        max-height: 700px
    }
}

testim {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

    .testim .arrow:before {
        cursor: pointer;
    }

    .testim .arrow:hover {
        color: green;
    }


    .testim .arrow.left {
        left: 70px;
    }

    .testim .arrow.right {
        right: 70px;
    }

.testim {
    position: relative; /* Parent ko relative banaya */
    z-index: 1; /* Section ke andar hi dots dikhenge */
}

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 2; /* sirf testimonial section ke andar hi dikhega */
        height: 12px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #283891;
            margin: 0 10px;
            cursor: pointer;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #283891;
                border-color: #283891;
            }

            .testim .dots .dot.active {
                animation: testim-scale .5s ease-in-out forwards;
            }


    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #283891;
            font-size: 1em;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #333;
            width: 70%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.section-heading {
    margin-bottom: 20px;
    text-align: center;
    padding: 0 15px;
    margin-top: 40px;
}

    .section-heading h2 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin: 0;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .section-heading h2 span {
            background: #283891;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .section-heading h2::after {
            content: "";
            width: 80px;
            height: 4px;
            background: #283891;
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

    .section-heading p {
        font-size: 18px;
        color: #555;
        margin-top: 25px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.6;
    }

/* 📱 Responsive Adjustments */
@media (max-width: 992px) {
    .section-heading h2 {
        font-size: 32px;
    }

    .section-heading p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .section-heading h2 {
        font-size: 26px;
    }

    .section-heading p {
        font-size: 15px;
    }

    .carousel-inner img {
        margin-top: 70px;
        width: 100%;
        height: auto;
        display: block;
        min-height: 200px
    }
}

.hero-section {
    padding: 0;
    margin: 0;
    margin-top: 158px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

    .hero-section .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        /* margin-top: 40px;*/
    }

.img-carousel {
    min-height: 450px;
    width: 900px;
}
