/*Theme Name: Marvellous Bhutan Travel
Theme URI: https://www.marvellousbhutan.com
Author: Chokyi
Author URI: https://www.marvellousbhutan.com
Description: Bhutan Travel Agency
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Corporate Regulatory Authority of Bhutan
Text Domain: www.marvellousbhutan.com
*/
body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
}
html{
	scroll-behavior: smooth;
}

h5,
.h3 {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    color: #000;
}

.heading {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 34px;
    color: #000;
}

.top-head {
    text-transform: uppercase;
    font-size: 12px;
    color: #e85200;
}

a:hover {
    text-decoration: none;
}

/*button*/
.snip1272 {
    border: none;
    background-color: #e85200;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    line-height: 2.7em;
    font-size: 12px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
}

.snip1272:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    right: 50%;
    top: 0%;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.snip1272 a {
    color: #fff;
}

.snip1272:hover:after,
.snip1272.hover:after {
    left: 0;
    right: 0;
}

/*button ends*/
/*navbar*/


.container-fluid.menu-bar {
    max-width: 1340px;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.6);
    transition: background-color 1s ease 0s;
    box-shadow: 1px 1px 2px 0 #adadad;
    width: 100%;
    height: auto;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000a2a;
    font-size: 15px;
    text-transform: uppercase;
    z-index: 9999;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:hover {
    height: 100%;
    width: 100%;
    transform: skewX(-10deg);
    background: #e85200;
    transition: 0.3s ease;
    color: #fff;
}

/* .navbar .navbar-nav .nav-item#menu-item-24 .nav-link {
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
background-color: #e85200;
font-size: 17px;
text-transform: uppercase;
z-index: 9999;
font-weight: 600;
text-transform: uppercase;
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
}
.navbar .navbar-nav .nav-item#menu-item-24 .nav-link:focus,
.navbar .navbar-nav .nav-item#menu-item-24 .nav-link:hover {
height: 100%;
width: 100%;
transform: none;
background: #6a7cc7;
transition: 0.3s ease;
color: #fff;
padding-left: 20px;
padding-right: 20px;
} */
.dropdown-item:focus,
.dropdown-item:hover {
    color: #e85200;
    /*    text-decoration: none;*/
    background-color: #fff !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-menu {
    background-color: #e85200;
    /*    border-bottom: 3px solid #a50023;*/
}

.dropdown-item {
    color: #fff;
    font-size: 16px;
    background-color: #e85200;
}

.navbar-toggler {
    border: none;
}

.custom-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(65, 84, 160)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*slider*/
.slide-img {
    background-size: cover;
    background-position: center center;
}

.single-hero-slide {
    width: 100%;
    height: 95vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 700px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 550px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 350px;
    }
}

.single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-hero-slide .slide-img {
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jl-carousel {
    z-index: -1;
}

/*slider ends*/
/*search your home*/
.mt-100 {
    margin-top: -100px;
    z-index: 1;
}

.search {
    background-color: #fff;
    /*    border: 1px solid #F4F4F4;*/
    box-shadow: 0px 1px 1px 1px #f4f4f4;
}

.search i {
    font-size: 28px;
    color: #e85200;
}

.ask {
    background-color: #F4F4F4;
}

/*search your home ends*/
/*about us*/
/* .elementor-widget-container {
margin: -1px -1px -1px -1px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.elementor-widget-image img {
vertical-align: middle;
display: inline-block;
} */
/*about us end*/
/*service*/
.discover-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.numbers-bg {
    background-color: #F4F4F4;
}

.numbers-bg span {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    color: #e85200;
}

.discover-bg {
    background-attachment: fixed;
    position: relative;
}

.discover-bg i {
    color: #e85200;
}

/*service end*/
/*our service*/
.content-box-item i {
    color: #e85200;
    font-size: 30px;
    margin-bottom: 10px;
}

.content-box-item,
.content-box-item .content-box-inner {
    position: relative;
}

.content-box-item:before {
    border-color: #e85200;
}

.content-box-item:before {
    content: "";
    position: absolute;
    left: 25%;
    top: -50px;
    bottom: 30px;
    right: 0;
    border: 6px solid #e85200;
    border-left: 0px;
    border-bottom: 0px;
}

.content-box-item .content-box-image-wrapper {
    margin-top: 10px;
}

.content-box-item:after,
.content-box-item .content-box-inner:after {
    background: #e85200;
}

.content-box-item .content-box-inner:after {
    content: "";
    position: absolute;
    left: 52%;
    right: 0;
    bottom: 30px;
    height: 6px;
}

.content-box-item:after {
    content: "";
    position: absolute;
    left: 25%;
    top: -50px;
    height: 45px;
    width: 6px;
}

/*our service ends*/
/*offer tours*/
.offer-bg a {
    color: #787878;
}

.featured-thumb {
    background-color: #f2f2f2;
    padding: 10px;
}

.position-relative {
    position: relative !important;
}

.overlay-black::before {
    display: block;
    z-index: 9;
}

[class*="overlay-"]::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlay-black::before {
    background-color: var(--theme-dark-opacity-color);
}

.featured-thumb .featured {
    position: absolute;
    top: 30px;
    left: -50px;
    z-index: 99;
    width: 200px;
    text-align: center;
    transform: rotate(-42deg);
    background-color: #e85200;
}

.featured-thumb img {
    transform: scale(1);
    transition: 1s ease;
}

.featured-thumb:hover img {
    transform: scale(1.2);
}

.property-status-price {
    display: table;
    width: 100%;
}

.property-status-price .property-status {
    background-color: #e85200;
    position: relative;
    right: auto;
    top: auto;
    padding: 9px 0;
}

.property-status-price .property-status,
.property-status-price .property-price {
    display: table-cell;
    vertical-align: middle;
}

.property-status-price .property-status:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid #e85200;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.property-status-price .property-price {
    background-color: #4154a0;
    color: #fff;
    text-align: right;
}

/*offer tours end*/
/*footer*/
#CDSWIDFRR.cx_brand_refresh {
    margin: 0;
}

.text-widget a:hover {
    color: red;
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 120px;
    cursor: pointer;
    z-index: 9999999;
}

#back-top a {
    background: #fff;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 8px;
    transition: all 300ms linear 0s;
	box-shadow: 0 8px 12px #dddddd;
	
}

#back-top a i {
    font-size: 22px;
    color: #e85200;
}

#back-top a:hover {
    box-shadow: 0 8px 12px #dddddd;
}


footer a {
    color: #dedede;
}

footer a:hover {
    color: #e85200;
    text-decoration: underline;
}

footer {
    background-color: #064780;
}

footer .social-media li {
    display: inline;
}

footer h5 {
    color: #e85200;
}

footer hr {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
}

footer i {
    font-size: 20px;
    padding: 0 5px;
}

/*footer ends*/
/*about us*/
.testimonial_section {
    display: block;
    overflow: hidden;
}

button.owl-next span,
button.owl-prev span {
    font-size: 30px;
    margin: 0 10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0px;
    background-color: red;
}

.owl-carousel .owl-item img {
    width: 40%;
    margin: 0 auto;
}

.testimonial_section:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .about_content {
    background-color: #020d26;
    /*    padding-top: 77px;*/
    padding-right: 210px;
    /*    padding-bottom: 62px;*/
    position: relative;
}

.testimonial_section .about_content .background_layer {
    background-color: #020d26;
    width: auto;
    margin-left: -200px;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .about_content .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .about_content .layer_content .section_title {
    margin-bottom: 24px;
    position: relative;
}

.testimonial_section .about_content .layer_content .section_title:after {
    display: block;
    clear: both;
    content: "";
}

.testimonial_section .heading {
    line-height: 50px;
    padding-bottom: 51px;
    margin-bottom: 0px;
    color: #fff;
}

.testimonial_section .about_content .layer_content a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.testimonial_section .about_content .layer_content a i {
    font-size: 18px;
    vertical-align: middle;
}

.testimonial_section .about_content .layer_content a:hover {
    color: #ff5e14;
}

.testimonial_section .testimonial_box {
    margin-top: 60px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container {
    background-color: #F4F4F4;
    margin-left: -170px !important;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    background-color: #F4F4F4;
    width: auto;
    margin-right: -200px;
    right: 0;
    /*background-image: url(../images/map.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_strip .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
    display: block;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
    margin: 10px 0 10px 0;
    padding: 0px 0px 0px 50px;
    position: relative;
    text-align: center;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    /*margin-left: 150px;*/
    margin-top: 69px;
    padding: 45px 40px 45px 40px;
    z-index: 1;
    position: relative;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
    margin-bottom: 15px;
    position: relative;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
    content: "";
    width: 30px;
    display: block;
    height: 2px;
    text-align: center;
    left: 49%;
    margin-top: 6px;
    background-color: #ff5e14;
    position: absolute;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
    padding-top: 0;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    color: #020d26;
}

.testimonial_strip .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    color: #fff;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
    font-size: 12px;
    color: #9f9f9f;
    margin: 0;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #5d6576;
    font-style: italic;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 80px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
    border: 5px solid #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    /*width: 35%;*/
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    z-index: 2000;
    top: 165px;
    right: 42px;
    border-radius: 0;
    background: #ff5e14;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_strip .testimonial_box .testimonial_container .owl-nav .owl-prev {
    position: absolute;
    z-index: 2000;
    top: 60px;
    right: 42px;
    border-radius: 0;
    background: #ff5e14;
    display: block;
    outline: 0;
    width: 34px;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
}

.testimonial_strip .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
    background: #020d26;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 165px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #ff5e14;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_strip .testimonial_box .testimonial_container .owl-nav .owl-next {
    position: absolute;
    top: 60px;
    right: 5px;
    border-radius: 0;
    display: block;
    background: #ff5e14;
    outline: 0;
    width: 34px;
    text-align: center;
    line-height: 34px;
    height: 34px;
    color: #fff;
    font-size: 23px;
    margin-top: -20px;
    transition: all 0.3s ease-in-out;
}

.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
}

.testimonial_strip .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
    background: #020d26;
}

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

    .testimonial_section .about_content .background_layer {
        width: 200% !important;
    }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

    .testimonial_section .testimonial_box .background_layer {
        width: 200% !important;
        margin-left: -200px;
    }

    .testimonial_section .testimonial_box .about_content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 28% !important;
    }

    .testimonial_section .testimonial_box .testimonial_container {
        margin-left: -15px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials {
        margin: 0px 0 20px 0;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
        margin-left: -36px !important;
    }

    .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
        display: none;
    }
}

/*about us ends*/
/*banner*/
.banner-bg {
    width: 100%;
    height: 70vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-text {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.banner-text .heading {
    background-color: #000;
    position: absolute;
    padding: 10px;
    color: #fff;
}

/*banner ends*/
/*experience bar*/
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 35px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.skillbar-bar {
    height: 35px;
    width: 0px;
    background: #6adcfa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    color: rgba(0, 0, 0, 0.4);
}

/*experience bar ends*/
/*general*/
figure.snip1171 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    background: #e85200;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1171 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1171 img {
    width: 100%;
    vertical-align: top;
}

figure.snip1171 figcaption {
    position: relative;
    background-color: #ffffff;
    padding: 20px 25px 50px;
}

figure.snip1171 a {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e85200;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

figure.snip1171 a:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 12px;
    border-color: transparent transparent #e85200;
    content: '';
    top: 0;
}

figure.snip1171:hover img,
figure.snip1171.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*general ends*/
/*cotact us*/
.contact_infor ul li label {
    display: inline-block;
}

.contact_infor label {
    font-size: 13px;
}

.contact_infor i {
    color: #e85200;
}

/*cotact us ends*/
/*tour details*/
.contact_infor i,
.inner-details i,
.about i {
    color: #e85200;
}

.side-des a {
    color: #727272;
}

.side-des {
    background-color: #F4F4F4;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.card {
    border: none;
}

.border {
    border: none !important;
}

.side-des p {
    text-transform: uppercase;
    color: #000;
}

.side-des span {
    color: #888;
    font-size: 10px;
    text-transform: uppercase;
}

.side-des ul li {
    color: #000;
    text-transform: uppercase;
}

.side-des span.d1,
span.d2,
span.d3 {
    color: #fff;
}

.side-des p:hover,
.side-des span:hover,
.list-group-item:hover {
    color: #e85200;
}

.nav-tabs a {
    color: #000;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #e85200;
    color: #fff;
}

/*tour details end*/
/*services*/
.serviceBox {
    background: linear-gradient(to right bottom, #e85200, #fe9860);
    text-align: center;
    padding: 25px 2px 2px;
    border-radius: 30px;
}

.serviceBox h5 {
    color: #fff;
    margin: 0 10px 20px;
}

.serviceBox .service-content {
    background-color: #fff;
    padding: 35px 20px 20px;
    border-radius: 0 0 28px 28px;
    position: relative;
    z-index: 1;
}

.serviceBox .service-content:before,
.serviceBox .service-content:after {
    content: '';
    background: linear-gradient(to right bottom, #e85200, #fe9860);
    height: 15px;
    width: 30px;
    border-radius: 0 0 200px 200px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.serviceBox .service-content:after {
    background: #fff;
    height: 50px;
    width: auto;
    border-radius: 0;
    transform: translateX(0);
    left: -2px;
    right: -2px;
    z-index: -1;
}

.serviceBox .description {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*services end*/
/*media service*/
@media (max-width: 768px) {
    body {
        font-size: 13px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 13px;
        padding: 0;
    }

    .dropdown-item {
        color: #fff;
        font-size: 13px;
        background-color: #e85200;
    }

    .search .h3 {
        font-size: 17px;
    }

    .heading {
        font-size: 18px;
    }

    .snip1272 {
        font-size: 10px !important;
    }

    .numbers-bg span,
    h5 {
        font-size: 15px;
    }

    .content-box-item:before,
    .content-box-item:after,
    .content-box-item .content-box-inner:after {
        display: none;
    }

    figure.snip1171 a {
        font-size: 12px;
    }

    .testimonial_section .heading {
        line-height: 10px;
        padding-bottom: 0px;
    }
	.owl-carousel .owl-item img {
    width: 65%;
    margin: 0 auto;
}
}

/*media service ends*/
/*pagination*/
.bt .page-link,
.page-numbers {
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    color: #000;
    border: 1px solid #b71c1c;
    margin-right: 5px;
    font-weight: 600;
}

.bt .page-link i,
.bt .page-link span {
    font-size: 13px;
}

.bt .page-numbers.current,
.page-numbers:hover {
    background-color: #b71c1c !important;
    color: #fff;
}

.bt .page-item:last-child .page-link {
    margin-right: 0;
}

/*pagination ends*/
/* top bar - latest post */
.bar-top h6 {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
}

.bar-top h6:hover {
    color: #c3d8f9;
    font-weight: 400;
    font-size: 13px;
}

.contact-bar a {
    color: #dacece;
}

.contact-bar a:hover {
    color: #dacece;
}

.btn-outline-custom {
  color: #e85200;
  border-color: #e85200;
}
.btn-outline-custom:hover {
  color: #fff;
  background-color: #e85200;
  border-color: #e85200;
}

.teamexcerpt {
    color: #000000;
}

.certificate-image {
    position: fixed;
    bottom: 10px;
    left: 10px;
	z-index: 100000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}