/*CSS*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    padding: 0;
    margin: 0;
}
html {
  margin:0;
  padding:0;
  overflow-x:hidden;
}
body {
    overflow-x: hidden;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #333333;
}

a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.navbar-brand img {
    width: 250px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-light .navbar-nav .nav-link {
    color: #f57623;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f57623;
}

.top_none .fixed-top {
    background-color: #000;
}

.banner .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: inherit;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 96%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
}

.banner .bottom_img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

.banner .carousel-caption h1 {
    color: #ffffff;
    font-weight: 800;
}

.banner .carousel-caption h6 {
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 400;
}

.transparent {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 11px 28px;
}

.banner .carousel-caption a {
    margin-top: 20px;
}

.btn:hover {
    background-color: #000000;
    color: #f57623;
    border: 2px solid #f57623;
}

.btn {

    font-size: 14px;
    line-height: 14px;
    background-color: #f57623;
    color: #000;
    border-radius: 50px;
    padding: 11px 33px;
    text-transform: uppercase;
    border: 2px solid transparent;
    letter-spacing: 1px;
}





.service_sec {
    position: relative;
}

.service_sec::after {
    content: "";
    background-color: #000;
    height: 320px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.padding {
    padding: 70px 0px;
}

.sec_title {
    font-size: 36px;

    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
    color: #000000;
}

.service_sec .sec_title {
    margin-bottom: 60px;
}

.service_sec .sec_title {
    color: #fff;
}

.service_sec .sec_title {
    margin-bottom: 60px;
}

.service_img_box {
    margin-bottom: 80px;
    width: 100%;
    display: inline-block;
}

.service_img_box .main_img {
    position: relative;
}

.service_bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.arrow_btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.arrow_btn .fa-angle-left,
.arrow_btn .fa-angle-right {
    font-size: 25px;
    color: #333333;
    vertical-align: middle;
}

.yellow {
    background-color: transparent;
    color: #f57623;
    border: 2px solid #f57623;
    padding: 11px 28px;
}

.arrow_btn .btn {
    margin: 0 30px;
}

.about-sec a {
    margin-top: 40px;
}

.ts-top-bar {
    position: relative;
    z-index: 2;
}

.top-bar-angle {
    position: relative;
    z-index: 2;
    padding: 7px 0 2px;
    background: #f57623;
}

.top-bar-event.ts-top {
    display: block;
    width: 100%;
    text-align: left;
}

.top-bar-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar-social-icon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-social-icon li {
    display: inline-block;
}

.top-bar-social-icon li a {
    display: block;
    padding: 0 8px;
    color: #fff;
}


.top-bar-event i {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.top-bar-event i,
.top-bar-event span {
    color: #fff;
}

.ts-logo-area {
    padding: 6px 0;
}

.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.top-contact-info li {
    display: inline-block;
    position: relative;
    top: 10px;
}

.slider-content h1 span,
.testimonial-body .quote-icon,
.ts-latest-post:hover .post-body .post-title a,
.ts-latest-post:hover .post-body .readmore,
.ts-service-wrapper:hover .service-content h3,
.ts-service-wrapper:hover .service-content h3 > a,
.ts-service-wrapper:hover .readmore,
.testimonial-item-single.with-bg .quote-item:before,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:focus,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link:hover,
.ts-feature-standard .feature-single.feature-single:hover h3 a,
.ts-team-info:hover .team-content .team-name,
.ts-team-info .team-content .team-details .team-rating,
.ts-header-transparent .navbar-light .navbar-nav .nav-link:focus,
.ts-header-transparent .navbar-light .navbar-nav .nav-link:hover,
.post .post-body .entry-title a:hover,
.readmore,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_categories ul li a:hover,
.recent-post-widget .media-body .entry-title a:hover,
.post .post-quote-content .entry-header i,
.breadcrumb li a,
.post-content.post-single .post-body .entry-content blockquote p cite,
blockquote:before,
.testimonial-item-wrapper .quote-item i,
.top-contact-info li span,
.ts-header-transparent .navbar-light .navbar-nav .active > .nav-link,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.active,
.ts-header-transparent .navbar-light .navbar-nav .nav-link:hover:before,
.ts-header-transparent .navbar-light .navbar-nav .nav-link.show,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .active > .nav-link,
.ts-header-standard .ts-logo-area .navbar-light .navbar-nav .nav-link.active .ts-header-transparent .navbar-light .navbar-nav .show > .nav-link,
.post-content .post-footer .readmore:hover,
.post-navigation span:hover,
.post-navigation h3:hover,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #f57623;
}

.top-contact-info li span {
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 24px;
    margin-right: 10px;
    color: #f57623;
}

.info-wrapper {
    display: inline-block;
    margin-right: 50px;
}

.info-wrapper .info-title {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 0;
    line-height: 18px;
}

.info-wrapper .info-subtitle {
    color: #666666;
    font-size: 14px;
}

.top-contact-info a.btn-primary {
    position: relative;
    top: -15px;
}
/*form*/
.heder-form {
    background: #f57623;
    padding: 30px;
}

.form-heading h2 {
    color: #fff;
    font-weight: 800;
}

.heder-title {
    background: #f59a5f;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 20px 0 10px 0;
}

/*why chosu*/
.exper-se ul {
    display: flex;
    flex-wrap: wrap;
}

.exper-se ul li {
    list-style: none;
    width: 50%;
    margin-bottom: 24px;
}

.feature-single {
    display: flex;
}

.feature-single img {
    width: 60px;
    margin-right: 20px;
}

.feature-content {
    width: 220px;

}

.feature-content h3 {
    font-size: 18px;
    font-weight: 600;
}

.feature-content h3 span {
    font-weight: 400;
}

.feature-content p {
    font-size: 13px;
    color: #8a8a8a;
    font-weight: 500;
}

section.main-whuy {
    position: relative;
    padding-bottom: 127px;
}

.main-whuy::after {
    content: "";
    width: 43%;
    height: 100%;
    background: url(../images/why_choose_us_img1.png) no-repeat;
    top: 10px;
    right: 5px;
    position: absolute;
}
.working-box-wrapper {
    counter-reset: working-number;
    margin: 0;
}

.working-box-wrapper .working-single-box {
    background: #2f2f2f;
    position: relative;
    min-height: 250px;
    display: table;
    width: 100%;
    min-height: 100%;
}

.working-box-wrapper .working-single-box .working-left-shape {
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 146px 0 125px 70px;
    border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
}

.working-box-wrapper .working-content-wrapper {
    padding-left: 100px;
    padding-top: 25px;
    vertical-align: middle;
    display: table-cell;
    height: 250px;
    padding-right: 20px;
}

.working-box-wrapper .working-content-wrapper .workig-icon {
    font-size: 76px;
    color: #fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.working-box-wrapper .working-content-wrapper .workig-icon:after {
    counter-increment: working-number;
    content: counter(working-number);
    position: absolute;
    right: 40px;
    top: 0px;
    font-size: 80px;
    font-family: dosis;
    font-weight: 600;
    color: #fffefe2e;
}

.working-box-wrapper .working-content-wrapper .working-content h3 {
    color: #fff;
    margin-bottom: 22px;
    font-size: 24px;
}

.working-box-wrapper .working-content-wrapper .working-content p {
    color: #fff;
}

.working-box-wrapper .working-single-box .working-right-shape {
    position: absolute;
    right: -60px;
    top: 0;
    border-style: solid;
    border-width: 145px 0 125px 60px;
    border-color: transparent #2f2f2f transparent #2f2f2f;
    z-index: 1;
}

.working-box-wrapper .working-single-box.bg-red {
    background: #d20022;
}

.working-box-wrapper .working-single-box.bg-red .working-left-shape {
    border-color: #d20022 #d20022 #d20022 transparent;
}

.working-box-wrapper .working-single-box .working-left-shape {
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-width: 146px 0 125px 70px;
    border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
}

.working-box-wrapper .working-single-box.bg-red .working-right-shape {
    border-color: transparent #d20022 transparent #d20022;
}

.working-box-wrapper .working-content-wrapper {
    padding-left: 100px;
    padding-top: 25px;
    vertical-align: middle;
    display: table-cell;
    height: 250px;
    padding-right: 20px;
}

.working-box-wrapper .working-single-box.bg-red-light {
    background: #f57623;
}

.working-box-wrapper .working-single-box.bg-red-light .working-right-shape {
    border-color: transparent #f57623 transparent #f57623;
    right: -51px;
    border-width: 146px 0 125px 51px;
}
/*slider*/

@-webkit-keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes L_circle_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes L_stroke_rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg)
    }

    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg)
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg)
    }

    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg)
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg)
    }

    100% {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@keyframes L_stroke_left_grow {

    0%,
    100% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
}

@-webkit-keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes L_stroke_right_grow {

    0%,
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    50% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

.loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor
}

.loader-circle,
.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right,
.loader-circle .loader-stroke-right:before,
.loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box
}

.loader-circle .loader-stroke-left:before,
.loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0)
}

.loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em .95em)
}

.loader-circle .loader-stroke-left,
.loader-circle .loader-stroke-right,
.loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(.4, 0, .2, 1) infinite both
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 10px
}

.mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 3px
}

/*
.mhn-slide .mhn-item img {
    display: none
}
*/

.mhn-slide .mhn-img {
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
    position: relative
}

.mhn-slide .mhn-text {
    text-align: center;
    padding: 0 10px 20px;
}

.mhn-slide .mhn-text h4 {
    padding-top: 25px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #f57623;
    font-weight: 500;
}

.mhn-slide .mhn-text p {
    max-height: 4.5em;
    overflow: hidden
}

.mhn-slide .owl-stage-outer {
    z-index: 1
}

.mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mhn-slide .owl-nav svg {
    color: currentColor
}

.mhn-slide .owl-nav .disabled {
    display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
    top: 110px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
    left: -10px
}

.mhn-slide .owl-next {
    right: -10px
}

/*service*/

.services-se {
    background: url(../images/service_bg11-e1547457838864.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(6, 22, 58, 0.7);
}

.background-overlay {
    background-color: rgba(6, 22, 58, 0.7);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
}

.mhn-text {
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 6%);
    background: #f7f7f7;
    padding: 0 30px 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}





/*videos*/
.bg_gray {
    background-color: #f5f5f5;
}

.vid_top_box {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.latest_video_sec h6 {
    margin-bottom: 30px;
    color: #f57623;
}

.latest_video_sec h2 {
    margin-bottom: 45px;
    color: #080808;
    line-height: 48px;
    font-size: 34px;
}



.success_story.padding {
    padding: 115px 0px;
}

.success_story {
    background: url(../images/bg-story.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right top;
}

.success_story .sec_title {
    color: #fff;
    position: relative;
    z-index: 99;
}

.success_story::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#00000000', GradientType=0);
}

.success_story p {
    color: #fff;
    position: relative;
    z-index: 99;
}





.gtco-testimonials {
    position: relative;
    margin-top: 00px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 0px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #f57623;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #f57623;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 0px 43px 0px;
    border-radius: 20px;
    border: 0;
    min-height: 500px
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card h5 {
    color: #f57623;
    font-size: 21px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}

.gtco-testimonials .card p {
    font-size: 16px;
    color: #555;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 18px;
    font-weight: 700;
}

.gtco-testimonials .center h5 span {
    font-size: 15px;
    font-weight: 400;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}



.form-se {
    padding: 40px 40px 40px 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dddddd;
}

.book-inp {
    font-family: "Roboto", sans-serif;
    color: #999999;
    font-size: 15px;
    border: solid 1px #E4E4E4;
    height: 50px;
    padding: 8px 30px;
    line-height: 24px;
}

.title-book h3 {
    font-weight: 400;
}

.title-book span {
    font-weight: 700;
}








/*footer*/
.footer {
    background: url(../images/bg-fo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    display: inline-block;
    background-position: center center;
}

.padding {
    padding: 70px 0px;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #a4a5a5;
}

.footer_bottom p {
    padding: 20px 0px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.fo_box i.fa {
    color: #f57623;
    margin-bottom: 20px;
    font-size: 25px;
}

.fo_box h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.fo_box p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.fo_box a {
    font-size: 15px;
    color: #fff;
}

.fo_box .social_media {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.fo_box .social_media li {
    display: inline-block;
    float: none;
    padding: 0 15px;
}

.fo_box a:hover {
    color: #fff;
}

.footer_bottom p a:hover {
    color: #fff;
}

.footer_bottom p a {
    color: #f57623;
    font-size: 15px;
}















@media (max-width:991px) {
    .exper-se ul li {
        width: 100%;
    }

    .main-whuy::after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../images/why_choose_us_img1.png) no-repeat;
        top: 10px;
        right: 5px;
        position: absolute;
        z-index: -9;
        opacity: 0.1;
    }

    .working-box-wrapper .working-single-box .working-right-shape {
        position: relative;
        right: 0;
        top: 0;
        border-style: solid;
        border-width: 0;
        border-color: transparent #2f2f2f transparent #2f2f2f;
        z-index: 1;
    }

    .working-box-wrapper .working-single-box .working-left-shape {
        position: relative;
        left: 0;
        top: 0;
        border-style: solid;
        border-width: 0;
        border-color: #2f2f2f #2f2f2f #2f2f2f #fff;
    }

    .working-box-wrapper .working-single-box.bg-red-light .working-right-shape {
        border-color: transparent #f57623 transparent #f57623;
        right: 0px;
        border-width: 0;
    }

    .banner .carousel-caption h1 {
        color: #ffffff;
        font-weight: 800;
        font-size: 25px;
    }
}



@media (max-width:767px) {
    .top-bar-event.ts-top {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .top-bar-social-icon.ml-auto {
        text-align: center;
    }

    .ts-logo-area a img {
        text-align: center;
        margin: auto;
        display: block;
    }

    .top-contact-info {
        display: none;
    }

    .title_right_box.text-right a {
        text-align: center;
        display: block;
        margin: auto;
        width: max-content;
        margin-bottom: 30px;
    }

    h2.sec_title a {
        text-align: center;
        display: block;
        margin: auto;
        width: max-content;
        margin-bottom: 30px;
    }

    section.main-whuy {
        padding-bottom: 0px;
    }

    .padding {
        padding: 50px 0px;
    }

    .service_bottom {
        margin-bottom: 0;
    }

    .working-box-wrapper .working-content-wrapper {
        padding-left: 20px;
    }

    .sec_title {
        text-align: center !important;
    }
    .footer_bottom p {
    padding: 21px 0px 15px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center !important;
    float: none;
}
}

@media (max-width:425px) {
    .top-bar-event.ts-top {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .top-bar-social-icon.ml-auto {
        text-align: center;
    }

    .ts-logo-area a img {
        text-align: center;
        margin: auto;
        display: block;
    }

    .top-contact-info {
        display: none;
    }

    .title_right_box.text-right a {
        text-align: center;
        display: block;
        margin: auto;
        width: max-content;
        margin-bottom: 30px;
    }

    h2.sec_title a {
        text-align: center;
        display: block;
        margin: auto;
        width: max-content;
        margin-bottom: 30px;
    }

    section.main-whuy {
        padding-bottom: 0px;
    }

    .padding {
        padding: 50px 0px;
    }

    .service_bottom {
        margin-bottom: 0;
    }

    .working-box-wrapper .working-content-wrapper {
        padding-left: 20px;
    }

    .sec_title {
        text-align: center !important;
    }
}