* {
    padding: 0px;
    margin: 0px
}

body {
    font-size: 15px;
    color: #222222;
    font-family: 'Poppins', sans-serif
}

img {
    max-width: 100%
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    font-family: 'Poppins', sans-serif
}

a,
a:hover {
    text-decoration: none;
    color: initial
}

li,
ol {
    list-style: none
}

.title h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #631c1d;
    line-height: 22px
}

.title span.line {
    width: 70px;
    display: inline-block;
    margin: 2px 0 15px;
    line-height: 10px
}

a#go-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #631c1d;
    padding: 8px 15px;
    font-size: 18px;
    border: 1px solid #ebca12;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden
}

a#go-top::after {
    content: "";
    background: #ffdc1c;
    display: block;
    position: absolute;
    padding-top: 130%;
    padding-left: 150%;
    margin-left: -40px !important;
    margin-top: -80%;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s
}

a#go-top .fa {
    font-size: 24px;
    color: #ffdc1c
}

a#go-top:active::after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.whatsapp-section {
    position: fixed;
    bottom: 70px;
    right: 8px;
    z-index: 9999
}

.whatsapp-section img {
    max-width: 52px
}

.sticky-social {
    position: fixed;
    right: 0;
    top: 37%;
    z-index: 9999;
    background: #ffdc1c
}

.sticky-social li {
    overflow: hidden
}

.sticky-social a {
    display: table;
    padding: 8px;
    width: 40px;
    text-align: center;
    border-bottom: 1px solid #631b1e;
    font-size: 20px;
    color: #ffdc1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden
}

.sticky-social a:after {
    background: #ff858a;
    content: "";
    height: 120px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1
}

.sticky-social a .fa-facebook {
    color: #3b5998
}

.sticky-social a .fa-twitter {
    color: #00aced
}

.sticky-social a .fa-instagram {
    color: #C13584
}

.sticky-social a .fa-youtube-play {
    color: #bb0000
}

.sticky-social a .fa-pinterest-p {
    color: #c8232c
}

.sticky-social a .fa-linkedin {
    color: #007bb6
}

.sticky-social a:hover:after {
    left: 90%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.sticky-social ul {
    margin-bottom: 0
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease
}

header .menu-part {
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.9)
}

header .logo-sec img {
    max-width: 160px
}

header .menu-sec {
    text-align: right;
    margin: auto 0
}

header div#navigation {
    display: inline-block;
    float: left
}

header div#navigation ul {
    margin-bottom: 0
}

header div#navigation li {
    display: inline-block
}

header div#navigation li a {
    margin: 6px 15px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative
}

header div#navigation li a::after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    z-index: 9;
    background: #631c1d;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s
}

header div#navigation li a:hover {
    color: #631c1d
}

header div#navigation li a:hover::after {
    width: 100%;
    opacity: 1
}

header div#navigation li .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 285px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.12)
}

header div#navigation li .dropdown-menu li {
    width: 100%
}

header div#navigation li .dropdown-menu a {
    padding: 6px 12px;
    margin: 0;
    text-transform: inherit;
    display: inline-block;
    width: 100%
}

header div#navigation li .dropdown-menu a span.img-tag {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 6px;
    border-radius: 50%;
    border: 2px solid #ffdc1c;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 6px;
    float: left
}

header div#navigation li .dropdown-menu a span.img-tag img {
    width: 100%
}

header div#navigation li .dropdown-menu a span.cta {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500
}

header div#navigation li .dropdown-menu a span.cta small {
    font-size: 10px;
    display: block;
    overflow: hidden
}

header div#navigation li.active a {
    color: #631c1d
}

header div#navigation li.active a::after {
    width: 100%;
    opacity: 1
}

header div#navigation li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

header .login-sec {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    overflow: hidden
}

header .login-sec a {
    padding: 6px 20px;
    background: #fff;
    border: 1px solid #9e3b3d
}

header .login-sec a.login {
    background: #9e3b3d;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block
}

header .login-sec a.login:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1
}

header .login-sec a.login:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.fixed-header .menu-part {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    animation: smoothScroll 1s forwards
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0px)
    }
}

.banner-part {
    position: relative;
    overflow: hidden
}

.banner-part>img {
    width: 100%
}

.banner-part .banner_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-part .banner_text img {
    position: absolute;
    right: 0;
    width: 50%
}

.banner-part .banner_text .odometer-inside {
    background: #ffdc1c;
    padding: 0 5px 0;
    letter-spacing: 3px
}

.banner-part .banner_text .odometer-inside span.odometer-digit {
    font-weight: 700
}

.banner-part .banner_text .odometer-inside span.odometer-formatting-mark {
    display: none
}

.banner-part .banner_text .odometer-inside span.odometer-digit:nth-child(2)::after,
.banner-part .banner_text .odometer-inside span.odometer-digit:nth-child(5)::after,
.banner-part .banner_text .odometer-inside span.odometer-digit:nth-child(7)::after {
    background: #631c1d;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -2px;
    width: 1px
}

.banner-part .banner_text h1 {
    color: #222222;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 500
}

.banner-part .banner_text h1>span {
    background: #ffdc1c;
    font-weight: 700;
    padding: 0 5px
}

.banner-part .banner_text h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
    color: #9e3b3d
}

.banner-part .banner_text .btn-link {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #9e3b3d;
    padding: 15px;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.banner-part .banner_text .btn-link:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1
}

.banner-part .banner_text .btn-link:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

section.body-cont1 {
    position: relative;
    overflow: hidden
}

section.body-cont1 .cont1-text {
    width: 100%;
    height: 100%;
    text-align: center
}

section.body-cont1 .cont1-text span.line {
    width: 70px;
    display: inline-block;
    margin: 8px 0
}

section.body-cont1 .cont1-text h1 {
    font-size: 35px;
    font-weight: 700
}

section.body-cont1 .cont1-text h1 span {
    color: #631c1d
}

section.body-cont1 .cont1-text h4 {
    font-size: 18px;
    text-transform: uppercase
}

section.body-cont1 .cont1-text .btn-link {
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    background: #631c1d;
    padding: 15px;
    display: inline-block;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden
}

section.body-cont1 .cont1-text .btn-link:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1
}

section.body-cont1 .cont1-text .btn-link:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

section.body-cont2 {
    overflow: hidden;
    background: url("../images/home-bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 40px 0 20px
}

section.body-cont2 .bs-shape {
    height: 140px;
    padding: 20px 20px
}

section.body-cont2 .bs-shape img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

section.body-cont2 .bs-shape h4 {
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
    margin-top: 17px
}

section.body-cont2 .bs-shape:hover img {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

section.body-cont3 {
    overflow: hidden;
    background: #fff9d8;
    text-align: center;
    padding: 40px 0 30px
}

section.body-cont3 .row {
    justify-content: center
}

section.body-cont3 .bs-shape2 {
    height: 140px;
    padding: 20px 20px;
    display: table;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

section.body-cont3 .bs-shape2::before,
section.body-cont3 .bs-shape2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    width: 0;
    height: 0
}

section.body-cont3 .bs-shape2::before {
    top: 0;
    left: 0
}

section.body-cont3 .bs-shape2::after {
    bottom: 0;
    right: 0
}

section.body-cont3 .bs-shape2 img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

section.body-cont3 .bs-shape2 h4 {
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
    margin-top: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

section.body-cont3 .bs-shape2 p {
    font-size: 14px;
    line-height: 20px;
    color: #222222
}

section.body-cont3 .bs-shape2:hover::before,
section.body-cont3 .bs-shape2:hover::after {
    width: 100%;
    height: 100%
}

section.body-cont3 .bs-shape2:hover::before {
    border-top-color: #ffdc1c;
    border-right-color: #ffdc1c;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s
}

section.body-cont3 .bs-shape2:hover::after {
    border-bottom-color: #ffdc1c;
    border-left-color: #ffdc1c;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s
}

section.body-cont3 .bs-shape2:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

section.body-cont3 .bs-shape2:hover h4 {
    color: #631c1d
}

section.body-cont4 {
    padding: 40px 0
}

section.body-cont4 .title h1 {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #631c1d
}

section.body-cont4 .title span.line {
    width: 70px;
    display: inline-block;
    margin: 2px 0 15px
}

section.body-cont4 ul.story-icon li {
    display: inline-block;
    text-align: center;
    padding: 0 25px
}

section.body-cont4 ul.story-icon li img {
    max-width: 50px
}

section.body-cont4 ul.story-icon li h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0
}

section.body-cont5 {
    margin: 40px 0;
    background-color: #fcfcfc;
    padding: 40px 0
}

section.body-cont5 ul#pills-tab {
    justify-content: center;
    padding-bottom: 20px
}

section.body-cont5 ul#pills-tab a {
    padding: 10px 20px;
    border-radius: 0;
    color: #222222;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    position: relative
}

section.body-cont5 ul#pills-tab a::after {
    content: "";
    background: #ffdc1c;
    display: block;
    position: absolute;
    padding-top: 100%;
    padding-left: 100%;
    margin-left: -40px !important;
    margin-top: -70%;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s
}

section.body-cont5 ul#pills-tab a.nav-link.active {
    background-color: #631c1d;
    color: #ffffff
}

section.body-cont5 ul#pills-tab a.nav-link:active::after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

section.body-cont5 .row {
    justify-content: center
}

section.body-cont5 .bs-shape3 {
    margin-bottom: 30px;
    text-align: center
}

section.body-cont5 .bs-shape3 img {
    max-width: 100px
}

section.body-cont5 .expand-link {
    font-weight: 600;
    color: #9e3b3d;
    text-decoration: none;
    background: #9e3b3d;
    padding: 15px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden
}

section.body-cont5 .expand-link:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
    border-radius: 0
}

section.body-cont5 .expand-link::before {
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    content: "Show less";
    color: #ffffff
}

section.body-cont5 .expand-link.collapsed {
    color: #ffffff
}

section.body-cont5 .expand-link.collapsed::before {
    opacity: 0
}

section.body-cont5 .expand-link:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

section.body-cont6 {
    margin: 40px 0;
    background: url("../images/map-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 40px 0
}

section.body-cont6 .title h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #631c1d;
    margin-bottom: 0
}

section.body-cont6 .title h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 30px
}

section.body-cont6 .title span.line {
    width: 70px;
    display: inline-block;
    margin: 2px 0 15px
}

section.body-cont6 .cl-quote {
    text-align: center;
    border: 1px solid #631c1d;
    padding: 20px;
    position: relative;
    background: #ffdc1c;
    height: 200px;
    margin-bottom: 30px
}

section.body-cont6 .cl-quote h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-top: 50px;
    margin-bottom: 10px;
    position: relative;
    z-index: 9
}

section.body-cont6 .cl-quote p {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 20px
}

section.body-cont6 .cl-quote img.quote {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto
}

section.body-cont7 {
    background: #ffdc1c;
    padding: 40px 0;
    text-align: center
}

section.body-cont7 li {
    display: inline-block;
    width: 12%;
    text-align: center
}

section.body-cont7 .box-inner {
    padding: 20px 10px
}

section.body-cont7 .box-inner img {
    width: 150px;
    margin: auto
}

section.body-cont7 .owl-dots button {
    outline: none
}

section.body-cont7 .owl-dots span {
    background: #e3c2c2 !important;
    border: 1px solid #ffa1a2;
    margin: 0 4px !important
}

section.body-cont7 .owl-dots .active span {
    background: #fffdf1 !important;
    transform: scale(1.2)
}

section.body-cont8 {
    background: #631b1e;
    position: relative;
    overflow: hidden
}

section.body-cont8 .banner-gp2 {
    float: right;
    max-width: 550px
}

section.body-cont8 .cont1-text {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center
}

section.body-cont8 .cont1-text h1 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px
}

section.body-cont8 .cont1-text p {
    font-size: 20px;
    color: #ffffff
}

section.body-cont8 .cont1-text p span {
    display: inline-block;
    color: #ffdc1c
}

section.body-cont8 .cont1-text .btn-link {
    font-weight: 600;
    color: #631c1d;
    text-decoration: none;
    background: #ffffff;
    padding: 15px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 150px;
    text-align: center;
    position: relative;
    overflow: hidden
}

section.body-cont8 .cont1-text .btn-link:after {
    background: #ffdc1c;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1
}

section.body-cont8 .cont1-text .btn-link:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

section.body-cont9 {
    margin: 20px 0 70px;
    overflow: hidden
}

section.body-cont9 .embed-responsive {
    height: 100%
}

section.body-cont9 .post-img img {
    width: 100%
}

section.body-cont9 .blog-box {
    display: flex;
    height: 100%
}

section.body-cont9 .blog-box .post-info {
    background: #ffdc1c;
    padding: 20px
}

section.body-cont9 .blog-box .post-info .title {
    padding: 0
}

section.body-cont9 .blog-box .post-info .title h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #631c1d;
    margin-bottom: 0
}

section.body-cont9 .blog-box .post-info .title span.line {
    width: 70px;
    display: inline-block;
    margin: 2px 0 15px
}

section.body-cont9 .blog-box .post-info .auther ul {
    margin-bottom: 10px
}

section.body-cont9 .blog-box .post-info .auther li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px
}

section.body-cont9 .blog-box .post-info .auther li a {
    font-weight: 300;
    text-transform: uppercase;
    color: #222222
}

section.body-cont9 .blog-box .post-info .auther li a .fa {
    margin-right: 5px
}

section.body-cont9 .blog-box .post-info h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222
}

section.body-cont9 .blog-box .post-info h2 a {
    color: #222
}

section.body-cont9 .blog-box .post-info p {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0
}

.form-wrap {
    margin-bottom: -6rem;
    position: relative;
    z-index: 99;
    text-align: center
}

.form-wrap .form-section {
    padding: 20px;
    width: 100%;
    margin: auto;
    background: #ffffff;
    border: 1px solid #ffdc1c;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15)
}

.form-wrap .form-section h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    color: #631b1e
}

.form-wrap .form-section form .form-group {
    display: inline-block;
    width: 30%;
    vertical-align: top
}

.form-wrap .form-section form input:not([type="submit"]):not([type="button"]),
.form-wrap .form-section form textarea {
    width: 100%;
    padding: 9px;
    border: 1px solid #ffdc1c;
    height: 55px
}

.form-wrap .form-section form .textarea-fild {
    width: 60%;
    margin: 0 auto 10px;
    padding: 0 15px
}

.form-wrap .form-section form .textarea-fild textarea {
    height: 90px
}

.form-wrap .form-section form .btn {
    background-color: #ffdc1c;
    padding: 15px 10px !important;
    display: block;
    text-align: center;
    width: 170px !important;
    color: #631c1d;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #e0c012;
    border-radius: 0;
    font-weight: 500;
    height: 55px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/line-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-position: 70% center;
    background-size: 22px;
    text-indent: -30px;
    outline: none
}

.form-wrap .form-section form .btn:hover {
    border-color: #631b1e
}

.form-wrap .form-section form input.btn.next {
    text-indent: -22px;
    background-position: 67% center
}

.form-wrap .form-section form .btn:focus {
    box-shadow: none
}

.form-wrap .form-section form .btn:hover {
    color: #631c1d;
    background-color: #ffdc1c;
    text-decoration: none;
    border-color: #ffdc1c
}

.form-wrap .form-section form .btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.form-wrap .form-section form .btn:hover img {
    margin-left: 5px
}

.form-wrap .form-section form fieldset {
    position: static !important;
    left: 0;
    right: 0
}

.form-wrap .form-section form fieldset input.previous {
    display: inline-block;
    width: 40px;
    color: transparent;
    background-color: transparent;
    border: transparent;
    height: 28px;
    background-image: url("../images/previous-arrow.png");
    background-repeat: no-repeat;
    background-position: center center
}

.form-wrap .form-section form fieldset:not(:first-of-type) {
    display: none
}

.form-wrap .form-section .tabs {
    padding-top: 10px
}

.form-wrap .form-section .tabs ul {
    margin-bottom: 0
}

.form-wrap .form-section .tabs li {
    display: inline-block;
    vertical-align: middle
}

.form-wrap .form-section .tabs li span {
    width: 10px;
    height: 10px;
    background: #c1797a;
    display: table;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.form-wrap .form-section .tabs li.active span {
    width: 12px;
    height: 12px;
    background: #631c1d
}

footer {
    background: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 8rem 0 0;
    position: relative;
    overflow: hidden
}

footer h4.heading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase
}

footer .col-md-3 li {
    margin-bottom: 10px
}

footer .col-md-3 li a {
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 300
}

footer .col-md-3 li a:hover {
    text-decoration: underline
}

footer .pay-list {
    margin-left: auto;
    margin-top: 30px
}

footer .pay-list li {
    display: inline-block;
    margin-right: 2px
}

footer .pay-list li img {
    max-width: 55px
}

footer .location a {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    background: #8a1f23;
    padding: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    width: 115px;
    text-align: center;
    margin-right: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

footer .location a:hover {
    background: #ffdc1c
}

footer .sicial-list {
    margin: 6px 0 0;
    margin-left: auto
}

footer .sicial-list li {
    display: inline-block;
    margin: 0 3px
}

footer .sicial-list li a {
    display: table
}

footer .sicial-list li a .fa {
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #8b494c
}

footer .sicial-list li a:hover {
    text-decoration: none
}

footer .sicial-list li a:hover .fa-facebook {
    color: #3b5998
}

footer .sicial-list li a:hover .fa-twitter {
    color: #00aced
}

footer .sicial-list li a:hover .fa-instagram {
    color: #C13584
}

footer .sicial-list li a:hover .fa-youtube-play {
    color: #bb0000
}

footer .sicial-list li a:hover .fa-pinterest-p {
    color: #c8232c
}

footer .sicial-list li a:hover .fa-linkedin {
    color: #007bb6
}

footer .bottom-sec {
    margin-top: 30px;
    background: #571617;
    padding: 10px 0
}

footer .bottom-sec ul.privacy-list {
    margin-left: auto;
    margin-bottom: 0
}

footer .bottom-sec ul.privacy-list li {
    display: inline-block
}

footer .bottom-sec ul.privacy-list li a {
    font-size: 10px;
    color: #e6bbbc;
    margin-left: 40px
}

footer .bottom-sec p {
    color: #e6bbbc;
    font-size: 10px;
    margin: auto 0
}

div#suc-message .modal-dialog {
    text-align: center
}

div#suc-message .modal-dialog .modal-content {
    border-radius: 0;
    background: #ffdc1c
}

div#suc-message .modal-dialog h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #631c1d
}

div#suc-message .modal-dialog h2 {
    color: #631c1d;
    margin-bottom: 20px;
    font-weight: 600
}

/*# sourceMappingURL=style.css.map */

.blog-card{
    position: absolute;
    height: 100%;
    width: 95%;
    max-width: 100%;
    margin: auto;
    border-radius: 25px;
    background: white;
    box-shadow: 0px 10px 50px rgba(252,56,56,.3);
  }
  .inner-part{
    position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
  }
  #imgTap:checked ~ .inner-part {
    padding: 0;
    transition: .1s ease-in;
  }
  .inner-part .img{
    height: 45%;
    width: 35%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 2px 3px 15px rgba(252,56,56,.1);
  }
  #imgTap:checked ~ .inner-part .img{
    height: 370px;
    width: 850px;
    z-index: 99;
    margin-top: 10px;
    transition: .3s .2s ease-in;
  }
  .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    opacity: 0;
    transition: .6s;
  }
  #tap-1:checked ~ .inner-part .img-1,
  #tap-2:checked ~ .inner-part .img-2,
  #tap-3:checked ~ .inner-part .img-3{
    opacity: 1;
    transition-delay: .2s;
  }
  .content{
    padding: 0 10% 0 10%;
    width: 530px;
    margin-left: 50px;
    opacity: 0;
    transition: .6s;
  }
  #imgTap:checked ~ .inner-part .content{
    display: none;
  }
  #tap-1:checked ~ .inner-part .content-1,
  #tap-2:checked ~ .inner-part .content-2,
  #tap-3:checked ~ .inner-part .content-3{
    opacity: 1;
    margin-left: 0px;
    z-index: 100;
    transition-delay: .3s;
    padding-right: 35%;
  }
  .content span{
    display: block;
    color: #7b7992;
    margin-bottom: 15px;
    font-size: 50%;
    font-weight: 500
  }
  .content .title{
    font-size: 84%;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
  }
  .content .text{
    color: #4e4a67;
    font-size: 11px;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-align: justify;
  }
  .content button{
    display: inline-flex;
    padding: 10px 10px;
    border: none;
    font-size: 7px;
    text-transform: uppercase;
    color: #fff0e6;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    border: 1px solid #fd3535;
    background: linear-gradient(147deg, #fe8a39  0%, #fd3838 74%);
  }
  .content button:hover{
    background: linear-gradient(147deg, #fe791b 0%, #fd1c1c 74%);
  }
  .sliders{
    position: absolute;
    bottom: 2px;
    left: 40%;
    transform: translateX(-50%);
    z-index: 12;
  }
  #imgTap:checked ~ .sliders{
    display: none;
  }
  .sliders .tap{
    position: relative;
    height: 10px;
    width: 10px;
    background: #d9d9d9;
    border-radius: 5px;
    display: inline-flex;
    margin: 0 3px;
    cursor: pointer;
  }
  .sliders .tap:hover{
    background: #cccccc;
  }
  .sliders .tap:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: -100%;
    background: linear-gradient(147deg,#f6b323 0%, #f23b26 74%);
    border-radius: 10px;
    transform: scaleX(0);
    transition: transform .6s;
    transform-origin: left;
  }
  input[type="radio"],
  input[type="checkbox"]{
    display: none;
  }
  #tap-1:checked ~ .sliders .tap-1:before,
  #tap-2:checked ~ .sliders .tap-2:before,
  #tap-3:checked ~ .sliders .tap-3:before{
    transform: scaleX(1);
    width: 100%;
  }

  .blog{
    padding: 5rem 10%;
}
.reef {
    margin-top: 116px !important;
}
.blog1 h1{
    margin-bottom: 6%;
}

.blog1 p{
    margin-top: 6%;
}
.sidebar{
    background-color: rgb(252, 251, 251);
   
}
.sidebar a{
    text-decoration: none;
}
.sidebar h2{
    margin-top: 15%;
}
@media (max-width: 480px){
    .mob{
        margin-top: 60%;
    margin-left: -18%;
    margin-bottom: 14%;
    }

    .blog-card{
        margin-top: -28%;
    }

    .sliders {
        position: absolute;
        bottom: -131px;
        left: 32%;
        transform: translateX(-50%);
        z-index: 12;
    }
}