/*
    - Template Name: appy
    - Template URI: http://appy.bitballoon.com/
    - Author: Mohamed Kamel
    - Author URI: https://www.facebook.com/M.Kamel090
    - Description: appy This is html5 template for App Landing Page
    - Version: 1.2
    - Tags: HTML, Mobile App, Template, Landing Page , Responsive
*/


/* ----------------------------------------------------
    CSS INDEX        

    01. START GENERAL STYLE (font, body, btn, section-title, placeholder, overlay, section-padding, margins ... etc)
    02. START PRELOADER STYLE
    03. START NAV STYLE
    04. START SLIDE STYLE 1
    05. START SLIDE STYLE 2
    06. START SLIDE STYLE 3
    07. START SLIDE STYLE 4
    08. START ABOUT SECTION
    09. START SERVICE-1 SECTION
    10. START SERVICE-2 SECTION
    11. START COMPANY SECTION
    12. START FLOW SECTION
    13. START CONTACT SECTION
    14. START SIDEBAR 
    15. START FOOTER SECTION
    16. START COMPANY-INFO SECTION

/* ----------------------------------------------------*/



/*------------------------------
    01. START GENERAL STYLE
------------------------------*/




@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Zen Old Mincho', serif;
    color: #2a3b71;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #fff !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #fff !important;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:hover {
    text-decoration: none;
}

.btn-default {
    border-radius: 50px;
    background: transparent;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-default:hover {
    border-color: #bf095d;
    background: #bf095d;
    color: #fff;
}

.btn-default.colored {
    color: #bf095d;
    border-color: #bf095d;
}

.btn-default.colored:hover {
    color: #fff;
}

.btn-default.blue {
    color: #2a3b71;
    border-color: #2a3b71;
}

.btn-default.blue:hover {
    color: #fff;
    background: #2a3b71;
}


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

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

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

.mt-400 {
    margin-top: 400px；
}

.space-25 {
    height: 25px;
}

.space-50 {
    height: 50px;
}

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

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

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

.section-heade h3 {
    color: #2a3b71;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
}

.section-heade p {
    color: #2a3b71;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.section-heade.white h3,
.section-heade.white p {
    color: #fff;
}

ul.social-icons {
    margin-left: 0px;
}

ul.social-icons li {
    border-radius: 50%;
    border: 2px solid #fff;

    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-icons li i {
    font-size: 14px;
    color: #fff;
}

ul.social-icons li.facebook:hover {
    border-color: #3B5A9A;
    background: #3B5A9A;
}

ul.social-icons li.twitter:hover {
    border-color: #54ABF0;
    background: #54ABF0;
}

ul.social-icons li.google-plus:hover {
    border-color: #DD4B3E;
    background: #DD4B3E;
}

ul.social-icons li.linkedin:hover {
    border-color: #0175B0;
    background: #0175B0;
}

ul.social-icons li.pinterest:hover {
    border-color: #BE0719;
    background: #BE0719;
}

ul.social-icons li.instagram:hover {
    border-color: #9b37b9;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.page-head {
    position: relative;
    padding: 100px 0;
}

.page-head h2 {
    font-size: 50px;
    margin: 0;
    padding: 100px 0 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.page-head .breadcrumb {
    background: transparent;
    padding: 0;
}

.page-head .breadcrumb a,
.page-head .breadcrumb {
    color: #fff;
}

.page-head .breadcrumb a:hover {
    text-decoration: none;
}

.page-head .breadcrumb>li+li:before {
    color: #fff;
}

.pagination {
    margin: 40px 0 20px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 15px;
    color: #bf095d;
    border-color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background-color:-moz-linear-gradient hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);
    
    background-color:-webkit-linear-gradient hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);
    
    background-color:-ms-linear-gradient hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    border-color: #bf095d; 
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 8px 20px;  
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .mt-250 {
        margin-top: 125px;
    }
    .mt-200 {
        margin-top: 100px;
    }
    .btn-default {
        padding: 10px 10px;
        min-width: 150px;
        font-size: 12px;
    }
    .section-heade h3 {
        font-weight: 300;
    }
}




/*------------------------------
    01. END GENERAL STYLE
------------------------------*/


/*------------------------------
    02. START PRELOADER STYLE
------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
 /*ローディング画面の色*/    
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background-color:hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
}

.preloader .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.preloader .spinner .cube1,
.preloader .spinner .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.preloader .spinner .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)/Users/TAKA/Downloads/appy-app/appy - App Landing Page/S-1/index_1.html
    }
}

@keyframes sk-cubemove {
    25% {/Users/TAKA/Downloads/appy-app/appy - App Landing Page/S-1/index_2.html
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);/Users/TAKA/Downloads/appy-app/appy - App Landing Page/S-1/index_1.html
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);/Users/TAKA/Downloads/appy-app/appy - App Landing Page/S-1/index_1.html
        -webkit-transform: rotate(-360deg);
    }
}

/*------------------------------
    - End Preloader Style
------------------------------*/


/*------------------------------
    03. START NAV STYLE
------------------------------*/

.appy-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    

    /*--- 高さ調整 
    height: 75px;---*/
    
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background-color:hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
}

.appy-menu.sticky {
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background-color:hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    opacity: 0.9;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    padding: 0;
}

.appy-menu ul li a {
    color: #fff !important;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 15px;
    text-transform: capitalize;
}

.appy-menu ul li .dropdown-menu li.active a {
    background: #fff;
    color: #bf095d !important;
}

.appy-menu ul li.dropdown>a {
    background: transparent !important;
    /*color: #bf095d !important;*/
}

.appy-menu ul li .dropdown-menu>a:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul.nav>li.active>a:after,
.appy-menu ul.nav>li>a:hover:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu {
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background: #3d10BD; 
background: -webkit-linear-gradient(to left, #2268ff00, #9f05e66b); 
background: linear-gradient(to left, #2268ff00, #9f05e66b);


    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    padding: 0;
    border: 0;
    border-radius: 0;
}

.appy-menu .navbar-nav>.active>a,
.appy-menu .navbar-nav>.active>a:focus,
.appy-menu .navbar-nav>.active>a:hover {
    background: none;
    color: #bf095d !important;
}

.appy-menu .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.appy-menu ul li a:hover {
    color: #bf095d !important;
}

.appy-menu .navbar-brand {
    height: auto;
    max-width: 335px;
    padding: 12px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.sticky .navbar-brand {
    max-width: 285px;
    padding: 12px 25px;
}

.appy-menu.navbar-default .navbar-toggle {
    background: #fff;
    border-color: #fff;
    margin-top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle.collapsed {
    background: none;
}

.appy-menu.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

navbar-brand img{display: inline-block; }

/*---ロゴの高さ---*/
.img-responsive {
    margin-top: 10px;
}

.navbar-brand  img{
    display: inline-block;
    
    }
    @media screen and (max-width: 767px) {
        .navbar-brand {display: none;}
        .navbar-brand02 {display: inline-block;
            margin-top: -5px;
            margin-left: 12px;}
    }


    @media screen and (min-width: 767px) {
        .navbar-brand {display: inline-block;}
        .navbar-brand02 {display: none;
    }
    }


@media (max-width: 767px) {
    .appy-menu .navbar-brand {
        padding: 15px;
    }
    
    .appy-menu ul li a {
        text-align: center;
    }
    .appy-menu ul li.active a:after,
    .appy-menu ul li a:hover:after {
        bottom: 8px !important;
    }
    .appy-menu ul li.open>a:after,
    .appy-menu ul li.open>a:hover:after {
        bottom: 8px !important;
    }

    
}

@media (min-width: 767px) {
    .appy-menu {
        padding: 30px 0;
        background: transparent;
    }

    /*--ホーム等の高さ--*/
    .appy-menu.sticky .navbar-nav>li>a {
        padding: 12px 15px;
    }
    .appy-menu.sticky ul li.active a:after,
    .appy-menu.sticky ul li a:hover:after {
        bottom: 10px;
    }
    .appy-menu.sticky ul li.open>a:after,
    .appy-menu.sticky ul li.open>a:hover:after {
        bottom: 18px;
    }
    .appy-menu .nav li.dropdown:hover>.dropdown-menu {
        display: block;
    }

    .phone_area {    
        border: 1px solid #FFF;
        display:none !important; 
            }   
    .li img {visibility: hidden ;}
}




/*------------------------------
    03. END NAV STYLE
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 1
------------------------------*/

#home_banner {
    position: relative;
    height: 100%;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    background-image: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background-color:hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    /*background-image: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background-image: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    
    opacity: 0.9; 
}




#home_banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


    background-image: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background-color:hsla(278,100%,48%,1);
    background-image:
    radial-gradient(at 47% 18%, hsla(240,72%,65%,0.38) 0px, transparent 50%),
    radial-gradient(at 68% 9%, hsla(195,71%,60%,1) 0px, transparent 50%),
    radial-gradient(at 0% 50%, hsla(249,91%,57%,1) 0px, transparent 50%),
    radial-gradient(at 83% 51%, hsla(240,67%,67%,1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(248,92%,58%,1) 0px, transparent 50%),
    radial-gradient(at 73% 40%, hsla(278,100%,48%,1) 0px, transparent 50%),
    radial-gradient(at 60% 85%, hsla(278,100%,48%,1) 0px, transparent 50%);

    /*background-image: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background-image: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    opacity: 0.6; 
}






#home_banner h3 {
    /*--- font-size: 55px; --*/
    font-size: 55px;
    text-shadow: 3px 3px 6px #000000;
    color: #fff;
    font-weight: 600;
    /*--- margin: 0; --*/
    margin-top: 0px;
    /*--- line-height: 70px; --*/
    line-height: 100px;
}

#home_banner p {
    font-size: 22px;
    /*---
    text-shadow: 3px 3px 6px #000000;
     --*/
    color: #fff;
    font-weight: 300;
    margin: 20px 0 30px;
}

#.btn {
    margin: 0 20px 20px 0;
}

#home_banner .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #bf095d;
}

@media (max-width: 991px) {
    #home_banner h3 {
        font-size: 20px;
        line-height: 50px;
        margin-top: -30px;
    }
    #home_banner p {
        font-size: 12px;
    }
    #home_banner .btn {
        margin: 0 20px 20px 0;
    }
}


/*------------------------------
    04. END SLIDE STYLE 1
------------------------------*/


/*------------------------------
    05. START SLIDE STYLE 2
------------------------------*/

#home_banner.index-style-2 {
    height: 100vh;
}

#home_banner.index-style-2 .home-slider {
    position: absolute;
    top: 0;
    bottom: 0;
}

#home_banner.index-style-2 .owl-carousel div:not(.owl-dots):not(.owl-nav):not(.slide-content):not(.owl-prev):not(.owl-next) {
    height: 100%;
}


/*#home_banner.index-style-2 .owl-stage-outer,#home_banner.index-style-2 .owl-stage,#home_banner.index-style-2 .owl-item,#home_banner.index-style-2 .item{
    height: 100%;
}*/

#home_banner.index-style-2 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev,
#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots span {
    background: #fff;
    width: 13px;
    height: 13px;
}

#home_banner.index-style-2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #bf095d;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-l {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-r {
    -webkit-animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/*------------------------------
    05. END SLIDE STYLE 2
------------------------------*/


/*------------------------------
    06. START SLIDE STYLE 3
------------------------------*/

#home_banner.index-style-3 {
    height: 100vh;
}

#home_banner.index-style-3 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-3 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    06. END SLIDE STYLE 3
------------------------------*/


/*------------------------------
    07. START SLIDE STYLE 4
------------------------------*/

#home_banner.index-style-4 .owl-carousel .owl-item.active .fadecontent-t {
    -webkit-animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#home_banner.index-style-4 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    07. END SLIDE STYLE 4
------------------------------*/


/*------------------------------
    08. START ABOUT SECTION
------------------------------*/




#about {
    background-color:#f7e9fb;
}



#about .about-box {
    padding: 25px;
}

#about h3 {
    color: #2a3b71;
}

#about p {
    color: #2a3b71;
}

#about .about-box h4 {
    margin: 30px 0;
    color: #2a3b71;
    font-size: 20px;
    /*color: #2a3b71;*/
}

#about .about-box p {
    color: #2a3b71;
    font-weight: 400;
    font-size: 16px;
}

.ab1 h4 {
    margin: 25px 0;
    color: #2a3b71;
    font-size: 22px;
    line-height: 30px;
}

.ab1 p {
    color: #2a3b71;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    
}

@media (max-width: 991px) {

    #about { padding-left: 10px; padding-right: 10px; }
    #about h3 {
        font-size: 25px;
    }
    #about p {
        font-size: 14px;
    }
    .ab1 h4 {
        font-size: 16px;
    }
}




/*------------------------------
    08. END ABOUT SECTION
------------------------------*/


/*------------------------------
    09. START SERVICE-1 SECTION
------------------------------*/

#features {
    position: relative;
}

#features .features-wrapper .single-feature {
    margin-bottom: 40px;
    position: relative;
}

#features .features-wrapper.right-icon .single-feature .features-icon {
    position: absolute;
    right: 0;
}

#features .features-wrapper.left-icon .single-feature .features-icon {
    position: absolute;
    left: 0
}

#features .features-wrapper .single-feature .features-icon img {
    max-width: 60px;
}

#features .features-wrapper.right-icon .single-feature .features-details {
    padding-right: 70px;
}

#features .features-wrapper.left-icon .single-feature .features-details {
    padding-left: 70px;
}

#features .features-wrapper .single-feature .features-details h5 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
}

#features .features-wrapper .single-feature .features-details p {
    font-size: 15px;
    position: relative;
    color: #fff;
    font-weight: 300;
    line-height: 25px;
}



.services-box {color: #fff;}





@media (max-width: 992px) {
    #features .features-wrapper.right-icon .single-feature .features-icon {
        right: inherit;
        left: 0
    }
    #features .features-wrapper.right-icon .single-feature .features-details {
        padding-left: 70px;
        padding-right: 0;
        text-align: left;
    }
}


@media (max-width: 991px) {
    #features h3 {
        font-size: 25px;
    }
    #features p {
        font-size: 14px;
    }
    #features h4 {
        font-size: 14px;
    }
/*---注意-*/
    #features img { width: 7%; height: 7%;
    }
  
}


/*------------------------------
    09. END SERVICE-1 SECTION
------------------------------*/


/*------------------------------
    10. START SERVICE-2 SECTION
------------------------------*/

#service2 {
    background-color:#f7e9fb;
}

.one-feature h2 {
    font-size: 30px;
    color: #2a3b71;
    font-weight: 300;
    line-height: 60px;
    margin: 30px 0 15px;
}

.one-feature p {
    font-size: 16px;
    color: #2a3b71;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}



@media (max-width: 991px) {
    .one-feature h2 {
        font-size: 25px;
        line-height: 40px;
    }
}





@media (min-width: 1000px) {
    .mb-Feature {
    display: block;
    }
    .pc-Feature {
    display: none;
    }
    }
    
    @media (max-width: 999px) {
    .mb-Feature {
    display: none;
    }
    .pc-Feature {
    display: block;
    }
    }
    
    .ml-Feature {
    display: block;
    }


@media (max-width: 991px) {
    .one-feature h2 {
        font-size: 20px;
    }
    .one-feature p {
        font-size: 12px;
    }

    }




  

/*------------------------------
    10. END SERVICE-2 SECTION
------------------------------*/


/*------------------------------
    11. START COMPANY SECTION
------------------------------*/

#download {
    position: relative;
}

#download .btn-default {
    letter-spacing: 1px;
    min-width: 250px;
    padding: 20px 20px;
    margin-bottom: 15px;
}

#download .btn-default:hover {
    background: #fff;
    color: #bf095d;
    border-color: #fff;
}

#download .btn-default i {
    font-size: 13px;
    margin-right: 5px;
}

#download .btn-default span {
    position: relative;
    top: 0px;
}

@media (max-width: 991px) {
    #download h3 {
        font-size: 25px;
    }
    #download p {
        font-size: 14px;
    }
    }


/*------------------------------
    11. END COMPANY SECTION
------------------------------*/


/*------------------------------
    12. START FLOW SECTION
------------------------------*/

#flow {
    background-color:#f7e9fb;
}

#flow h4 { text-align: center;  line-height: 25px; font-size: 14px; color: rgb(7, 23, 159);}

#flow h5 { text-align: center;  line-height: 25px; font-size: 20px; color: rgb(7, 23, 159);}


#flow h6{color: #030eab;}

@media (max-width: 991px) {
    #flow h3 {
        font-size: 25px;
    }
    #flow p {
        font-size: 12px;
    }
    #flow h4 {
        font-size: 14px;
    }
    #flow h6 {
        font-size: 10px;    
    }

}


/*------------------------------
    12. END FLOW SECTION
------------------------------*/



/*------------------------------
    13. START CONTACT SECTION
------------------------------*/

#contact {
    position: relative;
}

#contact .form-control {
    height: 50px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact .form-control:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.4);
}

#contact textarea.form-control {
    height: auto;
}

#contact .btn-default {
    border-radius: 0;
    background: #7300ff;
    border: none;
    margin: 20px 0;
    font-weight: 600;
    width: 100%;
}

#contact .btn-default:hover {
    background: #fff;
    color: #bf095d;
}

#contact .contact-info li {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 20px;
    color: #fff;
}

#contact .contact-info li .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    float: left;
}

#contact .contact-info li .text {
    padding: 5px 10px;
    margin-left: 30px;
}

#contact .contact-info li .text a {
    color: #fff;
    text-decoration: none;
}

#contact a {
    font-size: 14px;
}

#contact span {
    color: #ffffffd0;
    font-size: 14px;
}


@media (max-width: 991px) {
    #contact h3 {
        font-size: 25px;
    }
    #contact p {
        font-size: 14px;
    }
    }


/*------------------------------
    13. END CONTACT SECTION
------------------------------*/




/*------------------------------
    14. START SIDEBAR 
------------------------------*/

.sidebar .search-form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.sidebar .search-form input {
    height: 44px;
    border-radius: 25px;
    border: 1px solid #bf095d;
}

.sidebar .search-form .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #bf095d;
    color: #fff;
    border-color: #bf095d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
}

.sidebar .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #000 !important;
}

.sidebar .sidebar-widget {
    padding: 20px 0;
}

.sidebar .sidebar-widget h4 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px;
}

.sidebar .categories-widget ul li {
    padding: 3px 0;
}

.sidebar .categories-widget ul li a {
    padding: 10px;
    background: #f3f3f3;
    display: block;
    color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover {
    text-decoration: none;
    background: #bf095d;
    color: #fff;
}

.sidebar .categories-widget ul li a span {
    float: right;
    background: #bf095d;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 25px;
    width: 25px;
    margin-top: -1.5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover span {
    background: #fff;
    color: #bf095d;
}

.sidebar .recent-posts-widget ul li {
    display: table;
    margin-bottom: 20px;
}

.sidebar .recent-posts-widget .recent-post-img {
    float: left;
    width: 80px;
    height: 80px;
}

.sidebar .recent-posts-widget .recent-post-description {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.sidebar .recent-posts-widget .recent-post-description h3 {
    font-size: 15px;
    margin: 0;
}

.sidebar .recent-posts-widget .recent-post-description h3 a {
    color: #bf095d;
}

.sidebar .archives-widget ul li a,
.sidebar .meta-widget ul li a {
    color: #bf095d;
    padding: 5px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li {
    display: inline-block;
    line-height: 50px;
}

.sidebar .tags-widget ul li a {
    background: #bf095d;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 5px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li a:hover {
    background: #2a3b71;
}


/*------------------------------
    14. END SIDEBAR 
------------------------------*/


/*------------------------------
    15. START FOOTER SECTION
------------------------------*/

footer { background-color: rgb(0, 0, 0); 

}

footer > div:first-child {
  flex: 1;
  font-size: 13px;
  width: 95%;
  height: 60px;
  margin-left: 2%;
  margin-right:2%;
}



footer > div:last-child {
  flex: 1;
  height: 208px;
}




.transparent-bothends::before {
  content: '';
  position: absolute;
  bottom: 210px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, rgb(149, 0, 255) 25%, rgb(65, 0, 244)75%, transparent);
  background-image: linear-gradient(to right, transparent, rgb(102, 0, 255) 25%,rgb(190, 0, 253)) 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  footer > div:first-child img, {
  display: block;
  }
  footer > div:last-child img {
  display: none;
  }
  }




  @media screen and (max-width: 1000px) {
    .ft_farst img {
        display: none;
    }
    .ft_last  img{
    display: block;
}
}








  @media screen and (max-width: 1000px) {
      #upper {
      display: none;
      }
      h2.transparent-bothends {
      display: none;
      }
      }


  @media only screen and (max-width: 1000px) {
  .mobile_area {
  display: block;}
  }
  
  @media only screen and (min-width: 1001px) {
  .mobile_area {
  display: none;}
  
  }
  
  footer {
      background-color: rgb(0, 0, 0);
      
      }
      
      @media only screen and (max-width: 1000px) {
      footer {
      height: 380px;
      margin:  auto;
      padding-top: 30px;
      }
    footer p {text-align:  center;
          font-size: 12px;
          line-height: 30px;

        }
    
        footer img {margin: 0 auto;
            margin-top: 30px;}

      }
      


/*------------------------------
    15. END FOOTER SECTION
------------------------------*/

/*------------------------------
    16. START COMPANY-INFO SECTION
------------------------------*/

#company-info .container .row .section-heade h3 {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(195, 195, 195);
    width: 300px;
    padding: 16px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
}


.sample {
/*	margin: 16px auto;*/
    color: rgb(255, 255, 255);
	text-align: center;
	display: block;
}

.sample .col-md-12 {
    font-size: 16px;
	text-align: left;
	display: inline-block;
}


.sample .col-md-12 h6 {
    font-size: 18px;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-bottom: 30px; /* 内容と線との間隔量 */
	width: 600px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
    }

    @media screen and (max-width: 1000px) {
    .sample .col-md-12 h6 {width:80%; height:80%; font-size: 60%;}
    .sample .col-md-12 img  {width:60%; height:60%; }
}


/*------------------------------
    16. END COMPANY-INFO SECTION
------------------------------*/
/*------------------------------
    17. START RECRUIT SECTION
------------------------------*/

#faq h3 { 
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 300px;
    padding: 15px;
	margin-left: auto; /* 中央寄せにするため */
	margin-right: auto; /* 中央寄せにするため */
}

#faq .panel {
    box-shadow: none;
    border: none;
}

#faq .panel .panel-heading {
    padding: 0
    /*background: #bf095d/*f9f9f9*/;
    background-image: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    /*background: -webkit-linear-gradient(220.55deg, #FFD439 0%, #FF7A00 100%);*/
    background: -webkit-linear-gradient(220.55deg, #8FFF85 0%, #39A0FF 100%);
    background-image: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    border-radius: 0;
}

#faq .panel .panel-heading .panel-title {
    font-size: 15px;
}

#faq .panel .panel-heading .panel-title a {
    display: block;
    padding: 15px 15px 15px 0;
    color: #fff;
    text-transform: capitalize;
    margin-left: 40px;
    position: relative;
}

#faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    /*margin-right: 25px;*/
    margin-top: 2px;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f068";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 38px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-heading .panel-title a.collapsed:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 36px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background: #ffffff;
    color: #2a3b71;
    border-top: none;
    border-bottom: 5px solid #f9f9f9;
}

#faq img {
    max-width: 250px;
}



#faq h4 { 
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 1000px) {
    #faq .panel .panel-heading .panel-title {
        font-size: 12px;
    }
    #faq .panel .panel-collapse .panel-body {
        font-size: 12px;   
    }
    #faq img {
        max-width: 150px;
    }
}
    


/*------------------------------
    17. END RECRUIT SECTION
------------------------------*/

/*------------------------------
    18. START PRIVACY SECTION
------------------------------*/

#privacy .container .row .section-heade h3 {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(195, 195, 195);
    width: 500px;
    padding: 16px;
    text-align: center;
    margin: 0 auto;
}

.policy {
        color: rgb(255, 255, 255);
        text-align: center;
            display: block;
        }

.policy .col-md-12 h6 {
            font-size: 15px;
            }

.policy .pp2 h2 {font-size: 20px; color: rgb(255, 255, 255); margin-top: 70px; margin-bottom: 20px;text-shadow: 1px 1px 3px #484848; }

.policy .pp2 p,ol,li { margin: 15px 0px; }

.policy .pp2 p { color: rgb(255, 255, 255); }

.tR {padding-top: 50px; text-align: right;}

@media screen and (max-width: 1000px) {
    #privacy { padding-left: 10px; padding-right: 10px; }
    #privacy .container .row .section-heade h3 { width: 300px; font-size: 20px;}
    #privacy .pp2 {width:80%; height:80%; 
     margin: 0 auto; }
     #privacy .pp2 h2  {font-size:15px;}
     #privacy .pp2 p  {font-size:10px;}
     #privacy .pp2 ol {font-size:10px;}
     #privacy .pp2 img {width:80%; height:80%;}
     #privacy .tR img {width:40%; height:40%;}
} 

/*------------------------------
    18. END PRIVACY SECTION
------------------------------*/

/*------------------------------
    19. START THANKS SECTION
------------------------------*/

#thanks .container .row .section-heade h3 {
    color: rgb(255, 255, 255);
    width: 800px;
    padding: 16px;
    text-align: center;
    margin: 0 auto;
}

.cheers {
        color: rgb(255, 255, 255);
        text-align: center;
            display: block;
        }

.cheers .col-md-12 h6 {
            font-size: 15px;
            }

.cheers .pp2 h2 {font-size: 20px; color: rgb(255, 255, 255); margin-top: 70px; margin-bottom: 20px;text-shadow: 1px 1px 3px #484848; }

.cheers .pp2 p,ol,li { margin: 15px 0px; }

.cheers .pp2 p { color: rgb(255, 255, 255); }

.tR {padding-top: 50px; text-align: right;}

@media screen and (max-width: 1000px) {
    #thanks { padding-left: 10px; padding-right: 10px; }
    #thanks .container .row .section-heade h3 { width: 300px; font-size: 20px;}
    #thanks .pp2 {width:80%; height:80%; 
     margin: 0 auto; }
     #thanks .pp2 h2  {font-size:15px;}
     #thanks .pp2 p  {font-size:10px;}
     #thanks .pp2 ol {font-size:10px;}
     #thanks .pp2 img {width:80%; height:80%;}
     #thanks .tR img {width:40%; height:40%;}
} 

/*------------------------------
    19. END THANKS SECTION
------------------------------*/

