/* ================================================
Template Name: KOPAX. 
Description: Creative Multipurpose HTML5 Template
Template URI: https://themeforest.net/item/kopax-creative-multipurpose-html5-template/19880170
Author: ThemeWrapper
Author URI: https://themeforest.net/user/themewrapper
Version: 1.0
===================================================

=== CSS INDEX ===
1. THEME BASIC CSS
2. THEME DEFAULT CSS
3. BASIC MARGIN PADDING
4. TRANSITION
5. BACK TO TOP
6. HEADER
7. BANNER SECTION
8. HOME 2 HERO SLIDER SECTION
9. VIDEO BACKGROUND AREA
10. FEATURES SECTION
11. ABOUT SECTION
12. SERVICES SECTION
13. CALL TO ACTION
14. PORTFOLIO SECTION
15. FUN FACTS
16. PRICING SECTION
17. TEAM SECTION
18. TESTIMONIAL
19. FEATURED CLIENTS
20. BLOG
21. NEWSLETTER SUBSCRIPTION
22. CONTACT
23. FOOTER
24. ABOUT PAGE + SINGLE SERVICE PAGE + PORTFOLIO DETAILS PAGE
25. BLOG PAGE
26. SINGLE BLOG POST
27. SINGLE BLOG SIDEBAR

================================================ */

@font-face {
    font-family: 'VL Oswald';
    src: url('fonts/VLOswald.woff2') format('woff2'),
        url('fonts/VLOswald.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------
1. THEME BASIC CSS
------------------------------------------*/

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    line-height: 1.5;
    position: relative;
}

a,
button,
.btn {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a {
    color: #f01e4a;
}

a:focus,
a:hover {
    color: #cd0022;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.2em;
    font-weight: 700;
}

h2 {
    font-size: 2.8em;
    font-weight: 500;
}

h3 {
    font-size: 2.5em;
    /* font-weight: 700; */
}

h4 {
    font-size: 2.5em;
    font-weight: 500;
}

h5 {
    font-size: 1.4em;
    font-weight: 500;
}

h6 {
    font-size: 1em;
    font-weight: 500;
}

ul {
    margin: 0px;
   
}

li {
    color: black;
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.5;
}

p {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    margin-bottom: 1em;
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}

label {
    color: #626262;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

::-webkit-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-moz-selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::selection {
    background: rgba(240, 30, 74, 0.1);
    color: #000;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

::placeholder {
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
}

.mark,
mark {
    background-color: #f01e4a;
    color: #ffffff;
    padding: 2px;
}

blockquote {
    border-left: 5px solid #eee;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 10px 20px;
}

blockquote p {
    color: inherit;
    font: inherit;
}

pre {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: inherit;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 10px;
    word-break: break-all;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/*----------------------------------------
2. THEME DEFAULT CSS
------------------------------------------*/

.wrapper {
    padding-top: 100px;
}

section {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.light-space {
    padding: 50px 0;
}

.light-bg {
    background-color: #fafafa;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading > h1 {
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.section-heading > h1:after {
    background-color: #f01e4a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
}

.section-heading > p {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.overlay-dark .section-heading > h1,
.overlay-dark .section-heading > p {
    color: #fff;
}

.btn {
    background-color: #f01e4a;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    /*padding: 15px 30px;*/
    text-align: center;
    text-transform: uppercase;
}

.btn-lg {
font-size: 20px;
    /* padding: 20px 50px; */
    font-weight: bold;
}

.btn-sm {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.btn.btn-bordered {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #f01e4a;
    color: #f01e4a;
    padding-bottom: 11px;
    padding-top: 11px;
}

.btn.btn-lg.btn-bordered {
    padding-bottom: 16px;
    padding-top: 16px;
}

.btn.btn-sm.btn-bordered {
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-icon i {
    font-size: 10px;
    left: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn-icon:hover i {
    left: 2px;
}

.btn:hover,
.btn:focus {
    background-color: #cd0022;
    color: #fff;
}

.btn.btn-bordered:hover {
    background-color: #f01e4a;
    color: #fff;
}

.btn:active {
    background-color: #AC2925;
}

.button-group {
    margin-top: 30px;
}

.button-group a {
    margin-right: 25px;
}

.button-group a:last-child {
    margin-right: 0;
}

.dsp-tc {
    display: table-cell;
    vertical-align: middle;
}

.overlay-white,
.overlay-dark {
    position: relative;
    z-index: 0;
}

.overlay-white:after,
.overlay-dark:after {
    background-color: rgba(255, 255, 255, 0.85);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay-dark:after {
    background-color: rgba(0, 0, 0, 0.85);
}


/*----------------------------------------
3. BASIC MARGIN PADDING
------------------------------------------*/

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}


/*----------------------------------------
MARGIN TOP
------------------------------------------*/

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}


/*----------------------------------------
MARGIN BOTTOM
------------------------------------------*/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}


/*----------------------------------------
PADDING TOP
------------------------------------------*/

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}


/*----------------------------------------
PADDING BOTTOM
------------------------------------------*/

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}


/*----------------------------------------
PADDING RIGHT
------------------------------------------*/

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}


/*----------------------------------------
PADDING LEFT
------------------------------------------*/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}


/*----------------------------------------
PADDING TOP BOTTOM
------------------------------------------*/

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-200 {
    padding: 200px 0;
}


/*----------------------------------------
MARGIN TOP BOTTOM
------------------------------------------*/

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-200 {
    margin: 200px 0;
}


/*----------------------------------------
4. TRANSITION
------------------------------------------*/

a,
button,
.btn,
.single-feature,
.single-service,
.feature-icon i,
.service-icon i,
.single-feature a i,
.single-service a i,
.portfolio-item-description,
.single-price-table,
.price-value,
.single-member,
.back-to-top-btn,
.slick-dots,
.slick-prev,
.slick-next {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/*----------------------------------------
5. BACK TO TOP
------------------------------------------*/

.back-to-top-btn {
    background-color: #f01e4a;
    border-radius: 2px;
    bottom: 25px;
    color: #fff;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
        left: 25px;
    text-align: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 35px;
}

.back-to-top-btn.show {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999999;
}

.back-to-top-btn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.back-to-top-btn:hover,
.back-to-top-btn:focus {
    color: #fff;
}


/*----------------------------------------
6. HEADER
------------------------------------------*/

.navbar {
background: #6e1c1f none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    min-height: 60px;
    padding: 10px 0;
    z-index: 9999;
}

.navbar.affix-top {
    padding: 5px 0;
}

.navbar.affix {
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.navbar-brand,
.logo {
    color: #111;
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus,
.logo:hover,
.logo:focus {
    color: #111;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.overlay-dark .navbar-brand,
.overlay-dark .logo {
    color: #fafafa;
}

.overlay-dark .navbar-brand:hover,
.overlay-dark .navbar-brand:focus,
.overlay-dark .logo:hover,
.overlay-dark .logo:focus {
    color: #fafafa;
}

.redX {
    color: #f01e4a;
}

.navbar-nav {
    padding: 10px 0;
}

.navbar-nav > li > a {
color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #c2a854;
}

#cta-btn {
    background-color: #f01e4a;
    border-radius: 50px;
    color: #fff;
    padding: 10px 30px;
}

#cta-btn:hover,
#cta-btn:focus {
    background-color: #cd0022;
}

#cta-btn:active {
    background-color: #AC2925;
}


/*----------------------------------------
7. BANNER SECTION
------------------------------------------*/

.banner-area {
    background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
    height: calc(100vh - 0px);
    padding: 0;
    position: relative;
}

.banner-area.overlay-white:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.banner-content h1 {
    font-size: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.banner-content h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.banner-content p {
    font-size: 18px;
    margin: 20px auto;
    width: 55%;
}

.banner-area .btn {
    margin-top: 30px;
}

.scroll-next {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.scroll-next > a {
    border-radius: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
}

.scroll-next i {
    color: #f01e4a;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*----------------------------------------
8. HOME 2 HERO SLIDER SECTION
------------------------------------------*/

.hero-slider-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
}

.hero-slider-area .single-slide {
    height: calc(100vh - 100px);
    position: relative;
}

.hero-slider-area .overlay-white:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider-area .overlay-dark:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-slider-area .slide-one-bg {
    background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-two-bg {
    background: rgba(0, 0, 0, 0) url("img/bg/6.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .slide-three-bg {
    background: rgba(0, 0, 0, 0) url("img/bg/7.jpg") no-repeat scroll center center / cover;
}

.hero-slider-area .banner-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.hero-slider-area .slick-prev {
    left: 25px;
}

.hero-slider-area .slick-next {
    right: 25px;
}

.hero-slider-area .slick-dots {
    bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/*----------------------------------------
9. VIDEO BACKGROUND AREA
------------------------------------------*/

.video-background-area {
    padding: 0;
}

.video-background-area.overlay-white:after {
    z-index: 0;
}

.video-background-area.overlay-dark:after {
    z-index: 0;
}

#video-background {
    position: relative;
    background: transparent;
    height: calc(100vh - 100px);
    overflow: hidden;
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1;
}

.video-background-area .banner-content h1 {
    color: #fafafa;
}

.video-background-area .banner-content h2 {
    color: #fafafa;
}

.video-background-area .banner-content p {
    color: #ccc;
}


/*----------------------------------------
10. FEATURES SECTION
------------------------------------------*/

.single-feature,
.single-service {
    padding: 30px;
    text-align: center;
}

.single-feature:hover {
    background-color: #fafafa;
}

.feature-icon,
.service-icon {
    margin-bottom: 30px;
}

.feature-icon i,
.service-icon i {
    font-size: 60px;
}

.single-feature h5,
.single-service h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single-feature > p,
.single-service > p {
    margin-bottom: 20px;
}

.single-feature > a,
.single-service > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-feature a i,
.single-service a i {
    left: 4px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    top: 1px;
}

.single-feature:hover,
.single-service:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.single-feature:hover .feature-icon i,
.single-service:hover .service-icon i {
    color: #f01e4a;
}

.single-feature a:hover i,
.single-service a:hover i {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/*----------------------------------------
11. ABOUT SECTION
------------------------------------------*/

#about-section {
    /*background-color: #fafafa;*/
}

.about-box h4,
.progress-box > h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.about-box p a {
    text-decoration: underline;
}

.single-progress {
    overflow: hidden;
}

.progress-title {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.progress {
    background-color: #eee;
    border-radius: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 8px;
    margin-bottom: 30px;
    overflow: visible;
}

#about-section .single-progress:last-child .progress {
    margin-bottom: 0;
}

.progress-bar {
    background-color: #f01e4a;
    border-radius: 50px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    width: 0;
}

.progress-bar > span {
    bottom: 8px;
    color: #000;
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
}

.social-menu {
    margin-top: 30px;
}

.social-menu a {
    background-color: #eee;
    border-radius: 50px;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.social-menu a:hover {
    background-color: #f01e4a;
    color: #fff;
}


/*----------------------------------------
12. SERVICES SECTION
------------------------------------------*/

.service-list {
    margin-bottom: 30px;
}

.service-list:last-child {
    margin-bottom: 0;
}

.single-service {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
}


/*----------------------------------------
13. CALL TO ACTION
------------------------------------------*/

#call-to-action {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover;
}

.cta-inner > p {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.cta-inner h2 {
    margin: 5px 0 10px;
    text-transform: uppercase;
}


/*----------------------------------------
14. PORTFOLIO SECTION
------------------------------------------*/

.portfolio-item {
    width: 33.33333%;
}

.portfolio-item--width2 {
    width: 50%;
}

.portfolio-item--width3 {
    width: 66.6666667%;
}

.portfolio-item-content {
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.portfolio-item-content img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.portfolio-item-content:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}

.portfolio-item-description {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    width: 100%;
}

.portfolio-item-content:hover .portfolio-item-description {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-item-description ul {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-description a {
    border-radius: 50px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.portfolio-item-description a:hover {
    background-color: rgba(240, 30, 74, 0.8);
    color: #fff;
}

.portfolio-item-description > h6 {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.portfolio-item-content:hover .portfolio-item-description h6 {
    bottom: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.portfolio-filter {
    margin-bottom: 10px;
}

.portfolio-filter a {
    background-color: #f01e4a;
    border-radius: 50px;
    color: #f5f5f5;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 3px 15px;
    text-transform: uppercase;
}

.portfolio-filter a:hover,
.portfolio-filter .active > a {
    background-color: #cd0022;
    color: #fff;
}

.load-more {
    margin-top: 30px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


/*----------------------------------------
15. FUN FACTS
------------------------------------------*/

#fun-fact-section {
    background: rgba(0, 0, 0, 0) url("img/bg/3.jpg") no-repeat scroll center center / cover;
}

.single-fact i {
    color: #f01e4a;
    display: block;
    font-size: 50px;
}

.single-fact > h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.single-fact h2 {
    color: #fff;
    font-size: 60px;
    margin: 25px 0;
    position: relative;
}

.counter:after {
    color: #f01e4a;
    content: "+";
    font-size: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*----------------------------------------
16. PRICING SECTION
------------------------------------------*/

.single-price-table {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 50px 10px;
}

.single-price-table:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pricing-head > h4 {
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.price-value {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 80px;
    margin: 0;
    position: relative;
}

.single-price-table:hover .price-value {
    color: #f01e4a;
}

.price-value sup,
.price-value sub {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    position: absolute;
}

.price-value sup {
    right: 100%;
    top: 15px;
}

.price-value sub {
    bottom: 15px;
    left: 100%;
}

.pricing-content {
    padding: 50px 0;
}

.pricing-content li {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricing-content li:last-child {
    margin-bottom: 0;
}


/*----------------------------------------
17. TEAM SECTION
------------------------------------------*/

.single-member {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.single-member:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.single-member img {
    width: 100%;
}

.member-description {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: -60px;
    left: 0;
    margin: 0 auto;
    padding: 30px 0;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 90%;
    z-index: 1;
}

.member-description h5 {
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-description p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-description .social-menu {
    margin-top: 10px;
}

.member-description .social-menu a {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.member-description .social-menu a:hover {
    background-color: #333;
}

.single-member:hover .member-description {
    background-color: rgba(240, 30, 74, 0.9);
    bottom: 0;
}

.single-member:hover .member-description h5 {
    color: #fff;
}

.single-member:hover .member-description p {
    color: #fafafa;
}


/*----------------------------------------
18. TESTIMONIAL
------------------------------------------*/

.testimonial-inner {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 80px 30px 30px;
    padding: 50px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.slick-slide {
    outline: none;
}

.single-testimonial:hover .testimonial-inner {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.client-photo {
    left: 0;
    position: absolute;
    right: 0;
    top: -75px;
}

.client-photo img {
    border: 10px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 150px;
}

.testimonial-content {
    margin: 75px 0 30px;
}

.testimonial-content > p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.testimonial-inner:before,
.testimonial-inner:after {
    color: #f01e4a;
    font-family: icofont;
    font-size: 60px;
    line-height: 1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
}

.testimonial-inner:before {
    content: "\f0b1";
    left: 45px;
    top: 40px;
}

.testimonial-inner:after {
    content: "\f0b2";
    right: 45px;
    bottom: 40px;
}

.client-intro > h4 {
    margin-bottom: 0;
}

.client-intro > p {
    font-weight: 300;
    margin-bottom: 0;
}

.slick-prev,
.slick-next {
    background-color: #fafafa;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 50px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 50px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .slick-prev,
.testimonial-carousel .slick-next {
    top: calc(50% + 80px);
    -webkit-transform: translate(0px, calc(-50% - 40px));
    transform: translate(0px, calc(-50% - 40px));
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-family: "icofont";
    font-size: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #f01e4a;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.slick-dots {
    bottom: -30px;
}

.slick-dots li {
    height: 5px;
    margin: 0 3px;
    width: 20px;
}

.slick-dots li button {
    background-color: #333;
    border: 0 none;
    height: 5px;
    padding: 0;
    text-indent: -99999px;
    width: 20px;
}

.slick-dots .slick-active button,
.testimonial-carousel .slick-dots .slick-active button {
    background-color: #f01e4a;
}

.testimonial-carousel .slick-dots li button {
    background-color: #ddd;
}


/*----------------------------------------
19. FEATURED CLIENTS
------------------------------------------*/

#featured-clients-section {
    background-color: #fafafa;
}

.single-client-outer {
    display: table;
    height: 150px;
    width: 100%;
}

.single-client-inner {
    display: table-cell;
    vertical-align: middle;
}

.single-client-inner img {
    max-width: 120px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-client-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*----------------------------------------
20. BLOG
------------------------------------------*/

.blog-post {
    background-color: #fafafa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-post:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.post-content {
    padding: 30px 15px;
}

.post-thumbnail > a {
    display: block;
}

.post-thumbnail img {
    width: 100%;
}

.post-title {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.post-content .post-meta {
    margin-bottom: 10px;
    padding-left: 0;
}

.post-meta li a {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-meta li a i {
    color: #f01e4a;
    margin-right: 3px;
}

.post-meta li a:hover {
    color: #CD0022;
}

.read-more-wrapper {
    margin-top: 20px;
}


/*----------------------------------------
21. NEWSLETTER SUBSCRIPTION
------------------------------------------*/

.subscription-box > h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.subscription-box > p {
    color: #666;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.subscription-box input {
    border-radius: 50px;
    border-right: 0 none;
    padding: 15px 30px;
}

.subscription-box .input-group-btn:last-child > .btn {
    border-left: 1px solid transparent;
    margin-left: 0;
}

.email-submit-btn {
    font-size: 26px;
}


/*----------------------------------------
22. CONTACT
------------------------------------------*/

#contact-section {
/*background: rgba(0, 0, 0, 0) url(img/bg/4.jpg) no-repeat fixed center center / cover; */
}

.contact-wrapper {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 50px;
}

.contact-details {
    margin-bottom: 20px;
}

.single-contact {
    margin-bottom: 20px;
}

.single-contact i {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 50px;
}

.single-contact address,
.single-contact p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.contact-form h5 {
    color: #fff;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.form-control:focus {
    border-color: #f01e4a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(240, 30, 74, 0.6);
    outline: 0 none;
}

.contact-form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 12px 20px;
}

.contact-form .form-control:focus {
    border-color: #666;
    box-shadow: none;
    outline: 0 none;
}

textarea {
    resize: vertical;
}

.contact-send-message {
    color: #fff;
    margin-top: 10px;
}


/*----------------------------------------
23. FOOTER
------------------------------------------*/

.footer-nav li {
    padding: 0 10px;
}

.footer-nav li a {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
    color: #f01e4a;
}

.social-menu.footer-social-menu {
    margin-top: 20px;
}

.copyright {
    padding-top: 30px;
}

.copyright p {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}


/*------------------------------------------------------------------
24. ABOUT PAGE + SINGLE SERVICE PAGE + PORTFOLIO DETAILS PAGE
--------------------------------------------------------------------*/

#breadcrumb-section {
    background: rgba(0, 0, 0, 0) url("img/bg/5.jpg") no-repeat scroll center center / cover;
}

.breadcrumb-inner .section-heading {
    margin-bottom: 0;
}

.breadcrumb-inner .section-heading h1:after {
    margin: 0;
}

.breadcrumb-nav {
    margin: 0;
}

.breadcrumb-nav li {
    color: #ddd;
    padding: 0;
}

.breadcrumb-nav > li + li:before {
    color: #ddd;
    content: "/ ";
    padding: 0 5px;
}

.about-photos.slick-slider,
.service-photos.slick-slider,
.portfolio-details-photos.slick-slider,
.blog-image-slider.slick-slider {
    margin-bottom: 0;
}

.about-photos .slick-next,
.service-photos .slick-next,
.portfolio-details-photos .slick-next {
    right: 0;
}

.about-photos:hover .slick-next,
.service-photos:hover .slick-next,
.portfolio-details-photos:hover .slick-next {
    right: -25px;
}

.about-photos .slick-prev,
.service-photos .slick-prev,
.portfolio-details-photos .slick-prev {
    left: 0;
}

.about-photos:hover .slick-prev,
.service-photos:hover .slick-prev,
.portfolio-details-photos:hover .slick-prev {
    left: -25px;
}

.about-photos .slick-prev,
.about-photos .slick-next,
.service-photos .slick-prev,
.service-photos .slick-next,
.portfolio-details-photos .slick-prev,
.portfolio-details-photos .slick-next {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.about-photos:hover .slick-prev,
.about-photos:hover .slick-next,
.service-photos:hover .slick-prev,
.service-photos:hover .slick-next,
.portfolio-details-photos:hover .slick-prev,
.portfolio-details-photos:hover .slick-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.about-photos .slick-dots,
.service-photos .slick-dots,
.portfolio-details-photos .slick-dots {
    bottom: -25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.about-photos:hover .slick-dots,
.service-photos:hover .slick-dots,
.portfolio-details-photos:hover .slick-dots {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.about-box h2,
.service-box h2 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.service-box ul {
    margin-top: 20px;
}

.service-box li {
    font-size: 18px;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

.service-box li:before {
    color: #f01e4a;
    content: "\e64d";
    font-family: themify;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}

.portfolio-details-box li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    text-transform: capitalize;
}

.portfolio-details-box li:last-child {
    border-bottom: 0 none;
}

.portfolio-details-box li span {
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
    width: 170px;
}

.portfolio-details-box ul {
    margin-bottom: 20px;
}

.portfolio-description {
    margin-top: 50px;
}

.portfolio-description > p {
    font-size: 18px;
}

.projects-navigation-wrap {
    margin-top: 50px;
}

.projects-navigation-wrap a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}


/*----------------------------------------
25. BLOG PAGE
------------------------------------------*/

#blog-page .blog-post-item {
    margin-bottom: 30px;
}


/*----------------------------------------
26. SINGLE BLOG POST
------------------------------------------*/

.single-post .post-thumbnail {
    margin-bottom: 30px;
}

.single-post .post-content {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 50px;
    padding: 0 0 30px;
}

.post-content > ul,
.post-content > ol {
    margin-bottom: 10px;
    padding-left: 40px;
}

.post-content li {
    list-style: inherit;
}

.share-post-wrapper {
    background-color: #fafafa;
    margin-bottom: 50px;
    padding: 15px 30px;
}

.social-share {
    float: left;
}

.social-share li {
    padding: 0;
}

.social-share a {
    font-size: 14px;
    padding: 0 8px;
}

.post-tags {
    float: right;
    line-height: 1.1;
    padding-left: 20px;
    position: relative;
}

.post-tags:before {
    color: #c4c4c4;
    content: "";
    font-family: Icofont;
    font-size: 13px;
}

.post-tags > a {
    font-size: 13px;
    margin-right: 2px;
    position: relative;
}

.post-tags > a:after {
    content: ",";
    position: absolute;
}

.post-tags > a:last-child:after {
    content: "";
}

.post-comments-area {
    margin-bottom: 50px;
}

.post-comments-area .media-body {
    position: relative;
}

.post-comments-area > h4,
.post-new-comment > h4 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.comment-author {
    margin-bottom: 2px;
    text-transform: uppercase;
}

.comment-time-left {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.post-comments-area .comment-reply {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: 15px;
}

.comment {
    margin-bottom: 0;
}

.media.media-replay {
    margin-left: 50px;
}

.post-comments-area .media {
    margin-top: 50px;
    position: relative;
}

.post-comments-area .media:first-child {
    margin-top: 0;
}

.post-comments-area .media-left {
    padding-right: 20px;
}

.media-body {
    width: auto;
}

.post-new-comment form label {
    font-size: 14px;
    text-transform: uppercase;
}

.post-new-comment button {
    margin-top: 20px;
}


/*----------------------------------------
27. SINGLE BLOG SIDEBAR
------------------------------------------*/

.single-widget {
    margin-bottom: 50px;
}

.single-widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.widget-content.search-widget > form {
    position: relative;
}

.search-widget button {
    border-radius: 0;
    padding: 12px;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-widget .form-control {
    margin-bottom: 0;
    padding-right: 45px;
}

.widget-content a {
    color: #666;
    font-size: 14px;
}

.widget-content a:hover {
    color: #cd0022;
}

.widget-content li {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

.widget-content li:last-child {
    border-bottom: 0 none;
}

.widget-content a {
    display: block;
}

.widget-content a .post-count {
    float: right;
}

.widget-content.tags-widget > a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 4px;
    padding: 5px 10px;
}

.widget-content.tags-widget > a:hover {
    border-color: #f01e4a;
}

.widget-content .dsp-tc {
    vertical-align: top;
}

.widget-single-post {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.widget-single-post:last-child {
    border-bottom: 0 none;
}

.widget-post-thumb {
    padding-right: 10px;
}

.widget-post-thumb img {
    width: 80px;
}

.widget-post-content .post-date {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.widget-post-content > h6 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.featured_icon{
	height: 150px;
}
.img-responsive {
    margin: 0 auto;
}
.featured_title{
	width: 85%
}
.n_text{
    font-size: 2.8em;
	color: black;
}
.bg_f1{
	background-image: url('doctorskin/img/4-03.png');
background-repeat:no-repeat;
background-size:contain;
background-position:right;
}
.price_text p{
    font-size: 2em;
	color:black;
	text-align:justify;
}
.price_text_info{
	margin: 20px;
}
.fimg{
	height: 80px;
}
.mobile-hotline {
    display: none;
}
.h2_head{
	font-family:'VL Oswald',Roboto, sans-serif;
	letter-spacing: 2px; 
	font-size:3em 
}

@media (max-width: 767px){
.mobile-hotline {
    display: block;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 60px;
    position: fixed;
    z-index: 9999999;
}
}
@media (max-width: 767px){
.mobile-hotline .mobile-hotline-left {
    width: 45%;
    float: left;
    text-align: center;
    /*background: white;*/
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 7px;
    height: 45px;
    border-radius: 4px;
}
}
@media (max-width: 767px){
.mobile-hotline .mobile-hotline-right {
    width: 45%;
    float: right;
    text-align: center;
    background: #896000;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 7px;
    height: 45px;
    border-radius: 4px;
}
}
@media (max-width: 767px){
.mobile-hotline .mobile-hotline-right a {
    color: white;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}
}
@media (max-width: 767px){
.mobile-hotline .mobile-hotline-left button {
    color: #132469;
    /*line-height: 46px;
    font-size: 16px;*/
    font-weight: bold;
}
}
.tts-thungo{
    background-image: url('image/tts-thu-ngo.jpg');
background-size: cover;
background-position: center;
}
@media (max-width: 767px){
    .tts-thungo {
    background-position: center;
    padding-top: 10px;
}
}
.tts-thungo h2{
text-align: center;
    color: #132469;
    line-height: 46px;
    font-size: 30px;
    /* font-weight: bold; */
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 200px;
}
@media (max-width: 767px){
    .tts-thungo h2 {
    font-size: 16px;
    padding-top: 10px;
}
}
.tts-thungo h3{
text-align: right;
    color: #132469;
    line-height: 46px;
    font-size: 30px;
    /* font-weight: bold; */
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 20px;
    padding-right: 120px;
    padding-bottom: 100px;
}
@media (max-width: 767px){
    .tts-thungo h3 {
    font-size: 16px;
    color: #132469;
    line-height: 35px;
    /* font-size: 16px; */
    /* font-weight: bold; */
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}
}
.tts-thungo p{
color: #132469;
    line-height: 46px;
    font-size: 22px;
    /* font-weight: bold; */
    padding-right: 120px;
    padding-left: 120px;
    text-align: justify;
}
@media (max-width: 767px){
    .tts-thungo p {
color: #132469;
    line-height: 35px;
    font-size: 16px;
    /* font-weight: bold; */
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}
}
.tts-fame{
    background-image: url('image/tts-back1.jpg');
background-size: cover;
}
.tts-fame h2{
text-align: justify;
    color: #FFE700;
    line-height: 40px;
    font-size: 26px;
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
    padding-top: 10px;
}
@media (max-width: 767px){
    .tts-fame h2 {
    font-size: 16px;
}
}
.tts-fame p{
    text-align: justify;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 46px;
    font-size: 28px;
}
@media (max-width: 767px){
    .tts-fame p {
    font-size: 16px;
}
}
.tts-giatri{
    background-image: url('image/tts-cup.jpg');
background-size: cover;
}
.tts-giatri h2{
text-align: center;
    color: white;
    line-height: 70px;
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 50px;
}
@media (max-width: 767px){
    .tts-giatri h2 {
font-size: 18px;
    line-height: 35px;
    padding-top: 10px;
}
}
.tts-giatri p{
visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 26px;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 767px){
    .tts-giatri p {
    font-size: 16px;
}
}
.tts-giatri2{
    background-image: url('image/tts-back2.jpg');
background-size: cover;
}
.tts-giatri2 h2{
text-align: center;
    color: #FFE700;
    /* line-height: 60px; */
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 20px;
    padding-bottom: 50px;
}
@media (max-width: 767px){
    .tts-giatri2 h2 {
    font-size: 20px;
}
}
.tts-giatri2 p{
    text-align: justify;
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 40px;
    font-size: 30px;
    /* font-weight: bold; */
    padding-top: 20px;
}
@media (max-width: 767px){
    .tts-giatri2 p {
    font-size: 16px;
}
}
.tts-nd{
    background-image: url('image/tts-back3.jpg');
background-size: cover;
}
.tts-nd h2{
    text-align: center;
    color: #FFE700;
    line-height: 60px;
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media (max-width: 767px){
    .tts-nd h2 {
font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
.tts-nd p{
visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 30px;
    font-size: 22px;
    /* font-weight: bold; */
    margin-left: -40px;
    text-align: justify;
}
@media (max-width: 767px){
    .tts-nd p {
font-size: 16px;
    margin-left: -20px;
    margin-top: -10px;
}
}
.tts-lick{
    background-image: url('image/tts-thongtin.jpg');
background-size: cover;
}
@media (max-width: 767px){
    .tts-thungo {
    background-position: center;
    padding-top: 10px;
}
}
.tts-lick h2{
    text-align: center;
    color: #FFE700;
    line-height: 60px;
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 50px;
}
@media (max-width: 767px){
    .tts-lick h2 {
font-size: 20px;
    padding-top: 10px;
    line-height: 40px;
}
}
.tts-lick p{
visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 36px;
    font-size: 30px;
    /* font-weight: bold; */
}
@media (max-width: 767px){
    .tts-lick p {
    font-size: 16px;
}
}
.tts-gia{
    background-image: url('image/tts-bg1.jpg');
background-size: cover;
}
.tts-gia h2{
    text-align: center;
    color: #FFE700;
    line-height: 60px;
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 50px;
}
@media (max-width: 767px){
    .tts-gia h2 {
font-size: 20px;
    line-height: 40px;
    padding-top: 10px;
}
}
.tts-gia p{
visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 26px;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 767px){
    .tts-gia p {
    font-size: 16px;
}
}
.tts-dg{
    background-image: url('image/tts-back5.jpg');
background-size: cover;
}
.tts-dg h2{
    text-align: center;
    color: #FFE700;
    line-height: 60px;
    font-size: 45px;
    font-weight: bold;
    font-family: 'VL Oswald',Roboto, sans-serif;
    padding-top: 50px;
}
@media (max-width: 767px){
    .tts-dg h2 {
    font-size: 20px;
    padding-top: 10px;
    line-height: 40px;
}
}
.tts-dg h3{
    text-align: justify;
    color: white;
    line-height: 45px;
    font-size: 26px;
}
@media (max-width: 767px){
    .tts-dg h3 {
    font-size: 16px;
}
}
.tts-dg p{
visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.4s;
    animation-name: fadeIn;
    font-family: 'Roboto', sans-serif;
    color: white;
    line-height: 32px;
    font-size: 20px;
    /* font-weight: bold; */
    text-align: justify;
}
@media (max-width: 767px){
    .tts-dg p {
    font-size: 16px;
}
}
.adamcolor {
color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #00A1A9;
}
.adamcolor h1 {
    text-align: center;
    /* padding: 30px 0px 30px 0px; */
    line-height: 40px;
    font-family: 'VL Oswald',Roboto, sans-serif;
    color: yellow;
    font-size: 30px;
}
.adamcolor h1 span {
    font-size: 35px;
}
@media (max-width: 991px) {
.adamcolor h1 {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5em;
  }
}
.adamcolor h2 {
    font-family: 'VL Oswald',Roboto, sans-serif;
    text-align: center;
    /* color: yellow; */
    line-height: 35px;
    font-weight: bold;
    font-size: 27px;
}
.adamcolor h3 {
    font-family: 'VL Oswald',Roboto, sans-serif;
    /* text-align: center; */
    color: red;
    line-height: 35px;
    font-weight: bold;
    font-size: 23px;
    padding: 10px 0px 10px 0px;
}
@media (max-width: 991px) {
  .adamcolor h2 {
    font-size: 18px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5em;
  }
}
@media (max-width: 991px) {
  .adamcolor h3 {
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    line-height: 1.5em;
  }
}
.modal .modal-title {
text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    color: #125ca9;
    font-family: gotham-bold;
}
.ld-1{
    background-image: url('image/ld-img1.jpg');
    background-size: cover;
    padding-bottom: 10px;
}
@media (max-width: 767px){
    .ld-1 {
    padding-bottom: 20px;
    padding-top: 10px;
    background-position: center;
}
}
.ld-1 h2{
    text-align: left;
    color: #29265d;
    line-height: 42px;
    font-size: 35px;
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .ld-1 h2 {
    font-size: 25px;
    /* padding-top: 10px; */
    line-height: 32px;
    font-weight: bold;
}
}
.ld-1 h2 span{
    color: #72bef8;
}
.ld-1 p{
    text-align: justify;
    color: #29265d;
    line-height: 30px;
    font-size: 22px;
}
@media (max-width: 767px){
    .ld-1 p {
font-size: 18px;
    padding-top: 5px;
    line-height: 25px;
}
}
.gems-1 {
    text-align: justify;
    background-color: #f4f6f5;
}
.gems-1 h2{
color: #c05d37;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    padding-right: 10px;
    border-bottom: 2px solid #ebb146;
    position: relative;
    font-size: 35px;
    font-weight: bold;
    display: inline-block;
}
@media (max-width: 767px){
    .gems-1 h2 {
font-size: 20px;
    padding-top: 60px;
    line-height: 35px;
    text-align: center;
}
}
.gems-1 p{
    text-align: justify;
    color: #59595b;
    line-height: 30px;
    font-size: 22px;
}
@media (max-width: 767px){
    .gems-1 p {
font-size: 18px;
    padding-top: 5px;
    line-height: 25px;
}
}
.gems-2{
    background-color: #ebb146;
}
@media (max-width: 767px){
    .gems-2 {
}
}
.gems-2 p{
    color: #121e64;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 767px){
    .gems-2 p {
font-size: 18px;
    padding-top: 5px;
    line-height: 25px;
}
}
.gems-3{
    background-image: url(image/lp-08.png);
    background-size: cover;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .gems-3 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.gems-3 h2{
    color: #c05d37;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-bottom: 2px solid #ebb146;
    position: relative;
        font-size: 35px;
    font-weight: bold;
    display: inline-block;
}
@media (max-width: 767px){
    .gems-3 h2 {
font-size: 22px;
    padding-top: 60px;
    line-height: 35px;
}
}
.gems-3 h3{
    color: #c05d37;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
    padding-bottom: 5px;
    padding-right: 10px;
        font-size: 30px;
    font-weight: bold;
}
@media (max-width: 767px){
    .gems-3 h3 {
    font-size: 22px;
    line-height: 35px;
}
}
.gems-3 p{
    color: #59595b;
    line-height: 40px;
    font-size: 22px;
    text-align: justify;
}
@media (max-width: 767px){
    .gems-3 p {
font-size: 18px;
    padding-top: 5px;
    line-height: 25px;
}
}
.gems-4{
    background-color: #902e54;
    background-size: cover;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .gems-4 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.gems-4 h2{
    color: #e1c600;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-bottom: 2px solid #ebb146;
    position: relative;
        font-size: 35px;
    font-weight: bold;
}
@media (max-width: 767px){
    .gems-4 h2 {
font-size: 22px;
    padding-top: 60px;
    line-height: 35px;
    text-align: center;
}
}
.gems-4 h3{
    color: #ffffff;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
        font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px){
    .gems-4 h3 {
font-size: 18px;
    line-height: 35px;
    text-align: center;
}
}
.gems-5{
    background-image: url(image/lp-15.jpg);
    background-size: cover;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .gems-5 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.gems-5 p{
    color: #59595b;
    line-height: 40px;
    font-size: 22px;
    padding-top: 100px;
    padding-bottom: 400px;
}
@media (max-width: 767px){
    .gems-5 p {
font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}
}
.gems-6{
    background-color: #902e54;
    background-size: cover;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .gems-6 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.gems-6 h2{
    color: #e1c600;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    border-bottom: 2px solid #ebb146;
    position: relative;
        font-size: 35px;
    font-weight: bold;
    display: inline-block;
}
@media (max-width: 767px){
    .gems-6 h2 {
font-size: 22px;
    padding-top: 60px;
    line-height: 35px;
    text-align: center;
}
}
.gems-6 h3{
    color: #ffffff;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
        font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px){
    .gems-6 h3 {
font-size: 18px;
    line-height: 35px;
    text-align: center;
}
}
.gems-6 p{
    color: white;
    line-height: 40px;
    font-size: 18px;
    text-align: justify;
}
@media (max-width: 767px){
    .gems-6 p {
font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}
}
.bro-10 h2{
    text-align: right;
    color: #005697;
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    font-family: 'utm_avo', Roboto, sans-serif;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .bro-10 h2 {
font-size: 15px;
    /* padding-top: 10px; */
    line-height: 30px;
    padding-bottom: 5px;
}
}
.bro-10 h3{
/*text-align: right; */
    color: #005697;
    /* line-height: 60px; */
    font-size: 20px;
    font-weight: bold;
    font-family: 'utm_avo', Roboto, sans-serif;
    /* padding-bottom: 20px;*/
}
@media (max-width: 767px){
    .bro-10 h3 {
    font-size: 15px;
    padding-bottom: 5px;
}
}
.bro-10 h3 span{
    color: #72bef8;
}
.bro-10-1{
background-image: url(image/box-1.png);
    background-size: cover;
    padding-bottom: 20px;
    background-position-x: center;
}
@media (max-width: 767px){
    .bro-10-1 {
    padding-bottom: 20px;
    padding-top: 10px;
    background: none;
}
}
.bro-10-1 h2{
    text-align: center;
    color: #e1c600;
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
    font-family: 'utm_avo', Roboto, sans-serif;
    padding-bottom: 20px;
    display: inline-block;
}
@media (max-width: 767px){
    .bro-10-1 h2 {
font-size: 25px;
    /* padding-top: 10px; */
    line-height: 30px;
    padding-bottom: 5px;
}
}
.bro-10-1-1{
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
}
@media (max-width: 767px){
    .bro-10-1-1 {
padding-top: 5px;
    padding-bottom: 5px;
}
}
.ake_button {border-radius: 30px;background-color: #f79f03;color: white;font-size: 20px;font-weight: bold;padding-top: 15px;padding-right: 30px;padding-bottom: 15px;padding-left: 30px;}
.form-control {
    border-radius: 30px !important;
    border: 1px solid #005697;
    text-align: center;
}
.ld-2{
    background-image: url('image/ld-img2.jpg');
    background-size: cover;
    padding-bottom: 30px;
}
@media (max-width: 767px){
    .ld-2 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.ld-2 h2{
    text-align: left;
    color: #29265d;
    line-height: 43px;
    /* font-size: 45px; */
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    padding-top: 90px;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .ld-2 h2 {
font-size: 22px;
    padding-top: 60px;
    line-height: 35px;
    text-align: center;
}
}
.ld-2 h3{
    color: #29265d;
    line-height: 43px;
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    padding-top: 20px;
}
@media (max-width: 767px){
    .ld-2 h3 {
font-size: 22px;
    padding-top: 10px;
    line-height: 30px;
    font-weight: bold;
}
}
.ld-2 h2 span{
    color: #72bef8;
}
.ld-3{
background-image: url(image/ld-img3.jpg);
    background-size: cover;
    padding-bottom: 40px;
    background-origin: content-box;
    background-position: center;
}
@media (max-width: 767px){
    .ld-3 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.ld-3 h2{
    text-align: left;
    color: #005697;
line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px){
    .ld-3 h2 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 40px;
}
}
.ld-3 h2 span{
    color: #72bef8;
    font-size: 60px;
}
@media (max-width: 767px){
    .ld-3 h2 span {
    font-size: 18px;
    padding-top: 10px;
    line-height: 40px;
}
}
.ld-3 p{
    text-align: justify;
    color: #005697;
    line-height: 30px;
    font-size: 18px;
}
.ld-3 h3{
    text-align: left;
    color: #005697;
line-height: 40px;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px){
    .ld-3 h3 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 40px;
}
}
@media (max-width: 767px){
    .ld-3 p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 30px;
}
}
.ld-4{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #005697;
    text-align: center;
    padding: 10px;
}
@media (max-width: 767px){
    .ld-4 {
    padding-bottom: 10px;
    padding-top: 10px;
}
}
.ld-4 h2{
color: #29265d;
    line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}
@media (max-width: 767px){
    .ld-4 h2 {
font-size: 25px;
    /* padding-top: 10px; */
    line-height: 20px;
}
}
.ld-4 h2 span{
    color: #72bef8;
}
.ld-4 p{
    color: #04487c;
    line-height: 30px;
    font-size: 19px;
}
@media (max-width: 767px){
    .ld-4 p {
font-size: 20px;
    /* padding-top: 10px; */
    line-height: 30px;
}
}
.ld-5{
    background-image: url('image/ld-img9.jpg');
    background-size: cover;
    padding-bottom: 40px;
}
@media (max-width: 767px){
    .ld-5 {
    padding-bottom: 20px;
    padding-top: 10px;
    background-position: right;
}
}
.ld-5 h2{
    color: #29265d;
    line-height: 45px;
    font-size: 35px;
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .ld-5 h2 {
font-size: 25px;
    padding-top: 10px;
    line-height: 32px;
}
}
.ld-5 h2 span{
    color: #72bef8;
}
.ld-5 p{
    text-align: justify;
    color: #005697;
    line-height: 30px;
    font-size: 18px;
}
@media (max-width: 767px){
    .ld-5 p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 30px;
}
}
.ld-6{
    padding: 10px;
}
.ld-6 p{
    color: #29265d;
    line-height: 35px;
    font-size: 22px;
    padding-top: 10px;
}
@media (max-width: 767px){
    .ld-6 p {
    font-size: 18px;
    padding-top: 10px;
    line-height: 30px;
}
}
.ld-7-img{
    margin-top: -100px;
}
@media (max-width: 767px){
    .ld-7-img {
    margin: 10px;
}
}
.ld-7-img-2{
    margin-left: -70px;
}
@media (max-width: 767px){
    .ld-7-img-2 {
    margin: 10px;
}
}
.ld-7 p{
    text-align: justify;
    color: #005697;
    line-height: 30px;
    font-size: 18px;
}
@media (max-width: 767px){
    .ld-7 p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 30px;
}
}
.ld-7 li{
color: #29265d;
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}
@media (max-width: 767px){
    .ld-7 li {
font-size: 14px;
    padding-top: 7px;
    line-height: 20px;
    margin-left: 20px;
    text-align: justify;
}
}
.ld-8{
    background-image: url('image/0101.jpg');
    background-size: cover;
    padding-bottom: 80px;
}
@media (max-width: 767px){
    .ld-8 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.ld-8 h2{
color: #ffa10b;
    line-height: 45px;
    font-size: 55px;
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .ld-8 h2 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 40px;
}
}
.ld-8 h2 span{
    color: #72bef8;
}
.ld-8 h3{
text-align: center;
    background-color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    /* font-weight: bold; */
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
@media (max-width: 767px){
    .ld-8 h3 {
    font-size: 18px;
    padding-top: 10px;
}
}
.ld-8 h4{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    padding-top: 20px;
    line-height: 45px;
    color: white;
}
@media (max-width: 767px){
    .ld-8 h4 {
    font-size: 18px;
    padding-top: 10px;
}
}
.ld-8 h4 span{
text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    /* padding-top: 0px; */
    line-height: 45px;
    color: #ffa10b;
    padding-bottom: 20px;
}
@media (max-width: 767px){
    .ld-8 h4 {
    font-size: 18px;
    padding-top: 10px;
}
}
.ld-8 p{
color: white;
    line-height: 30px;
    font-size: 20px;
}
@media (max-width: 767px){
    .ld-8 p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 30px;
}
}
.ld-8-1{
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ffffff;
    text-align: center;
}
@media (max-width: 767px){
    .ld-8-1 {
    padding-bottom: 20px;
    padding-top: 10px;
}
}
.ld-8-1 h2{
color: white;
    line-height: 40px;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
}
@media (max-width: 767px){
    .ld-8-1 h2 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 40px;
}
}
.ld-8-1 h2 span{
    color: #72bef8;
}