
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
*::-moz-selection { 
    background: #ff8d00; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #ff8d00; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #ff8d00; 
    color: #fff; 
    text-shadow: none; 
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.2px;
    color: #919191;
}
img {
    border: none;
    max-width:100%;
    margin: 0;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', sans-serif; margin-bottom: 15px; font-weight: 600; color :#111922;
}
h1 {
    font-size: 28px;
    line-height: 32px
}
h2 {
    font-size: 26px;
    line-height: 40px
}
h3 {
    font-size: 33px;
    line-height: 43px;
}
h4 {
    font-size: 16px;
    line-height: 22px;
}
h5 {
    font-size: 15px;
    line-height: 20px
}
h6 {
    font-size: 13px;
    line-height: 18px
}
pre{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap; 
}

a:hover, a:focus{ text-decoration: none; }

a{ color: #111922 }

strong {
    font-weight: 600;
}

@media (min-width: 1420px){

    .container{max-width: 1430px!important}
}

.box-shadow1 {
    -webkit-box-shadow: 0 0 10px 0 rgba(40,61,88,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(40,61,88,.1);
    box-shadow: 0 0 10px 0 rgba(40,61,88,.1);
}

/*==========================================================================
       section
    ==========================================================================*/
.pt-200{ padding-top: 200px; }
.p-50 { padding: 50px; }
.pt-50 { padding-top: 50px; }
.pb-50 { padding-bottom: 50px; }
.pb-80 { padding-bottom: 80px; }
.mb-35{ margin-bottom: 35px; }
.pt-30 { padding-top: 30px; }
.pb-30 { padding-bottom: 30px; }
.mt_280 { margin-top: -240px; }


/* ===============================================
    sep_holder
------------------------*/
.ttm-horizontal_sep {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: block;
    position: relative;
}
.ttm-bgcolor-darkgrey .ttm-horizontal_sep{
    border-top-color: rgba(255,255,255,0.08);
}
.ttm-bgcolor-white .ttm-horizontal_sep{
    border-top-color: #f1f1f1;
}
.ttm-bgcolor-darkgrey .border,
.ttm-bgcolor-darkgrey .border-top,
.ttm-bgcolor-darkgrey .border-left,
.ttm-bgcolor-darkgrey .border-bottom,
.ttm-bgcolor-darkgrey .border-right,
.ttm-bgcolor-skincolor .border,
.ttm-bgcolor-skincolor .border-top,
.ttm-bgcolor-skincolor .border-left,
.ttm-bgcolor-skincolor .border-bottom,
.ttm-bgcolor-skincolor .border-right{
    border-color: rgba(255,255,255,0.04) !important;
}

.ttm-vertical_sep > [class*='col-']:not(:last-child):before{
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    right: 15px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
}
.row.no-gutters.ttm-vertical_sep > [class*='col-']:not(:last-child):before{ right: 0; }
.ttm-bgcolor-darkgrey .ttm-vertical_sep > [class*='col-']:not(:last-child):before,
.ttm-bgcolor-skincolor .ttm-vertical_sep > [class*='col-']:not(:last-child):before {
    background-color: rgba(255,255,255,0.2);
}



/*==========================================================================
       row bg image
    ==========================================================================*/
.bg-img1 {
    background-image: url(../images/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-img2 {
    background-image: url(../images/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin-top: -136px;
    padding-top: 230px !important;
}
.bg-img3 {
    background-image: url(../images/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}
.bg-img4 {
    background-image: url(../images/row-bgimage-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: -220px;
    padding-bottom: 230px !important;
}

.ttm-bg-layer, .ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .97;
}
.ttm-bgcolor-skincolor > .ttm-bg-layer{
    background-color: #ff8d00;
}

.side-buttons{
    position: fixed;
    top: calc(50% - 24px);
    right: 0px;
    z-index: 11;
}
.side-buttons a{ 
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ff8d00;
    border-radius: 3px 0px 0px 3px;
    color: #fff;
    position: relative;
    z-index: 11;
    margin: 2px 0;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
}

.owl-theme .owl-dots { text-align: center; padding: 10px 0; left: 0;right: 0;}
.owl-theme .owl-dots .owl-dot span { background-color: #cccdce; margin: 0 2px;width: 13px;height: 13px; }
.owl-theme .owl-dots .owl-dot.active span{ background-color:#a9c201;  }

/*==========================================================================
       helper-class
    ==========================================================================*/
.container-fluid{padding: 0px 80px;}
.inner-page-section .container-fluid{padding: 0px}
.page{ overflow: hidden; }
.ttm-row{ padding: 90px 0px; position: relative; }
.ttm-row.features-section { padding: 90px 0 70px; } 

.buttons{ margin-top: 50px; }
.buttons a{ margin: 0 10px; }

.ttm-textcolor-white,
.ttm-bgcolor-darkgrey .section-title h3,
.ttm-bgcolor-darkgrey .section-title h2.title {color: #fff;}
.ttm-textcolor-grey, .ttm-btn-color-skincolor:hover{color: #f6faff;}
.ttm-textcolor-skincolor, .ttm-btn-color-skincolor{color: #ff8d00;}
.ttm-bgcolor-white{background-color: #fff;}
.ttm-bgcolor-skincolor{ background-color: #ff8d00;}
.ttm-bgcolor-grey { background-color: #f7f7f7; }

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer {background-color: #111922;}

.ttm-bg-layer,.ttm-bg-layer-inner {position: absolute;height: 100%;width: 100%;top: 0;left: 0;}
.ttm-bg.ttm-bgimage-yes>.ttm-row-wrapper-bg-layer.ttm-bg-layer {opacity: .72;}

.ttm-bgcolor-darkgrey, .ttm-bgcolor-darkgrey > .ttm-bg-layer {background-color: #111922;}

.ttm-bg.ttm-bgimage-yes.ttm-bgcolor-darkgrey>.ttm-row-wrapper-bg-layer.ttm-bg-layer { opacity: .88 !important;  }


.ttm-bg {position: relative;}
.bg-layer .row > [class*='col-'] {padding: 0;}
.bg-layer .row {margin: 0;}


/** button **/
.ttm-btn{ 
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: normal;
    padding: 11px 25px;
    background: transparent; 
    border-width: 1px ;
    border-style: solid;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
}
.ttm-btn:not(.btn-inline)::before {
    content: '';
    position: absolute;
    background-color: #343434;
    height: 0%;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    z-index: -1;
}
.ttm-btn:not(.btn-inline):hover::before{
    bottom: auto;
    top: 0;
    height: 100%;
}

.ttm-btn.ttm-icon-btn-left{ padding-left: 22px; transition: unset;}
.ttm-btn.ttm-icon-btn-right{ padding-right: 22px; transition: unset;}
.ttm-btn.ttm-icon-btn-right i{ right: 2px; }

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor{
    background-color: transparent;
    color: #fff;
}
.rev-btn.ttm-btn.ttm-btn-style-fill:hover { background-color: transparent; border-color: currentColor;}
.rev-btn.ttm-btn.ttm-btn-style-fill:before { position: unset; background-color: transparent;}
.rs-layer.ttm-btn { transition: unset; }

.ttm-btn-style-fill.ttm-btn-color-skincolor{ background-color:#ff8d00; border-color: #ff8d00; color: #fff;}
.ttm-btn-style-fill.ttm-btn-color-skincolor:hover{  border-color: #1f2437; color: #fff;}

.ttm-bgcolor-grey .ttm-btn-style-fill.ttm-btn-color-skincolor:hover{ border-color: #fff; color: #111922;}
.ttm-bgcolor-grey .ttm-btn-style-fill.ttm-btn-color-skincolor:before { background-color: #fff;}


.ttm-btn-style-border.ttm-btn-color-white{ color: #fff;}
.ttm-btn-style-border.ttm-btn-color-white:hover{ color: #111922;}
.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:not(.btn-inline):before { background-color: #fff;}

.ttm-btn-style-border.ttm-btn-color-darkgrey:hover { color: #fff; border-color: #111922; }

.ttm-btn.ttm-btn-shape-round{border-radius: 2em;}

.ttm-bgcolor-skincolor p{ color: rgba(255,255,255,.75); }
.ttm-bgcolor-skincolor h1, .ttm-bgcolor-skincolor h2, .ttm-bgcolor-skincolor h3,
.ttm-bgcolor-skincolor h4, .ttm-bgcolor-skincolor h5, .ttm-bgcolor-skincolor h6,
.ttm-bgcolor-skincolor .section-title h5 { color: #fff; }

ul.list-unstyled li { 
    position: relative;
    font-size: 16px;
    padding-bottom: 9px;
    font-weight: 500;
    color: #111229;
    font-family: 'Noto Sans JP', sans-serif;
}
ul.list-unstyled li i {
    position: absolute;
    left: 0;
    top: 5px;
}
ul.list-unstyled li .tm-list-li-content {
    display: inline-block;
    padding-left: 28px;
}

/* ===============================================
    7.Section-Title  
------------------------*/
.section-title{ 
    position: relative;
    margin-bottom: 18px;
    margin-top: -7px;
}
.section-title h3{
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 14px;
    position: relative;
}
.section-title h2.title{
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    margin-bottom: 0;
    font-size: 34px;
}
.section-title .title-desc p{
    padding-bottom: 15px;
    margin: 0;
}
.section-title.title-style-center_text {
    text-align: center;
}
.section-title.title-style-center_text .title-desc p{ 
    margin-bottom: 15px;
    width: 55%;
    margin: 0 auto;
}
.section-title .title-header { padding-bottom: 15px; }



/*==========================================================================
       header
    ==========================================================================*/
.ttm-stickable-header-w {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
.site-branding {
    display: block;
    z-index: 1;
    position: relative;
    text-align: center;
}

.site-header-menu .ttm-btn{
    font-size: 13px;
    font-weight: 500;
    padding: 12px 20px 12px 20px;
}
.site-branding img {max-height: 37px;}
.ttm-menu-toggle input[type=checkbox] {display: none;}
.ttm-menu-toggle {float: right;}
#site-header-menu #site-navigation .menu > ul > li:hover > a,
#site-header-menu #site-navigation .menu ul li.current a {color: #ff8d00;}

@media (min-width: 1200px){

    .ml_30 { margin-left: -30px; }
    .ttm-stickable-header-w {
        background-color: transparent;
        position: absolute;
        z-index: 9999;
    }
    .ttm-stickable-header.fixed-header .site-branding,
    #site-header-menu .ttm-stickable-header.fixed-header  #site-navigation {
        height: 70px!important;
        line-height: 70px!important;
    }
    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #1d2435;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
    }
    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
       
    #site-header-menu #site-navigation {
        position: relative;
        line-height: 100px;
    }
    #site-header-menu #site-navigation .menu{position: relative;}
    #site-header-menu #site-navigation .menu > ul {
        margin: 0px;
        padding: 0px;
    }
    #site-header-menu #site-navigation .menu > ul > li {
        display: inline-block;
        position: relative;
        
    }
    #site-header-menu #site-navigation .menu > ul > li > a{
        display: block;
        margin: 0px 14px 0px 14px;
        position: relative;
        z-index: 1;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 14px;
    }
    #site-header-menu #site-navigation .menu > ul > li:hover > a{
        color:  #b14233;
    }
}

/*==========================================================================
       footer
    ==========================================================================*/
footer{ 
    padding-top: 90px !important;
    padding-bottom: 50px !important;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(../images/footer-bg.jpg);
}
footer .footer-content h2{ 
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 42px;
    line-height: 52px;
    color: #fff;
    margin: 30px 0;
}
footer p {
    color: #fff;
    margin-bottom: 30px;
}
footer span{
    display: block;
    font-size: 130px;
    text-transform: uppercase;
    opacity: 0.05;
    font-weight: 500 ;
    position: absolute;
    left: 0;
    width: 100%;
    top: -20px;
    color: #fff;
    letter-spacing: 20px;
}


/* ===============================================
    GoTop BUtton
------------------------*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 37px;
    border-radius: 50%;
    background-color: #ff8d00;
}
#totop.top-visible {
    height: 45px;
    width: 45px;
    font-size: 22px;
    display: inline;
}

.spacing-1{
    padding: 0px 0 0 50px;
}
.spacing-2{
    padding: 0px 70px 0px 80px;
}
.mb-15{margin-bottom: 15px !important;}
.pt-90{padding-top: 90px!important;}
.mt-25{margin-top: 25px!important;}
.mt-30{margin-top: 30px!important;}
.mt_75{margin-top: -75px!important;}
.mt_100{margin-top: -100px!important;}
.mt-65{margin-top: 65px!important;}


/* ttm-list-style-icon */
.ttm-list.ttm-list-style-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}
.ttm-list.ttm-list-style-icon li {
    position: relative;
    padding-bottom: 11px;
}
.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: auto;
    top: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #ff8d00;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
}
.features-section .col-md-4{ display: flex; flex-direction: column; }


.fea-box.style1 {
    background: #fff;
    width: 100%;
    text-align: center;
    margin-top: -150px;
    border-radius: 5px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    padding: 40px 15px 25px;
    -webkit-box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    -moz-box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 10%);
    transition-duration: .3s;
}
.fea-box.style1 i {
    display: block;
    font-size: 30px;
    color: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #ff8d00;
    margin-bottom: 20px;
}
.fea-box h3 {
    font-size: 20px;
    line-height: 25px;
    position: relative;
    margin-bottom: 10px;
}
.fea-box .ttm-icon i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.fea-box:hover .ttm-icon i {
    -webkit-transform: scale(1.05) rotate(0deg);
    transform: scale(1.05) rotate(0deg);
}


@media (max-width: 1200px){
    .fea-box.style1 {
        margin-top: 30px;
    }
}
@media (max-width: 991px){
    .ttm-vertical_sep > [class*='col-']:not(:last-child):before { 
        height: 1px; 
        width: 100%;
        top: auto;
        bottom: 0;
    }

}


.row-equal .col-lg-4{
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
}
.fea-box.style2 {
    padding: 20px 15px 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 96px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    margin: 15px 0;
}
.fea-box:hover {
    box-shadow: 0 0 06px rgba(0,0,0,.24);
}
.fea-box:hover img, .fea-box3:hover img, .fea-box2:hover .ttm-icon {
    animation: ttm-bounce 500ms ease-in-out 50ms;
}

@keyframes ttm-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.fea-box .img-block {
    width: fit-content;
    margin-right: 13px !important;
}
.fea-box.style2 h3, .fea-box2 h3 {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}
.fea-box.style2 h3 { margin-bottom: 0; }

.fea-box-row {
    margin: 0 -15px;
    display: block;
    text-align: center;
}
.fea-box-row .col-lg-4 {
    width: 19.5% !important ;
    display: inline-block;
    padding: 0 8px;
}

.fea-box2{
    padding: 0 15px ;
}
.fea-box2 p { margin-bottom: 0; }
.fea-box2 i {
    font-size: 40px;
    color: #ff8d00;
    line-height: 1;
    padding-top: 5px;
    display: block;
}



/* ===============================================
    header
------------------------*/
    .ttm-stickable-header.fixed-header .site-branding,
    #site-header-menu .ttm-stickable-header.fixed-header  #site-navigation {
        height: 70px!important;
        line-height: 70px!important;
    }
    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #111922;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
    }
    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }
      
    #site-header-menu #site-navigation .menu{position: relative;}
    #site-header-menu #site-navigation .menu > ul {
        margin: 0px;
        padding: 0px;
    }
    #site-header-menu #site-navigation .menu > ul > li {
        display: inline-block;
        position: relative;
    }
    #site-header-menu #site-navigation .menu > ul > li > a{
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        margin: 0px 14px 0px 14px;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 26px;
        color: #ffffff;
    }
    #site-header-menu #site-navigation .menu > ul > li:first-child > a { margin-left: 0; }
    #site-header-menu #site-navigation .menu > ul > li:last-child > a { margin-right: 0; }

    #site-header-menu #site-navigation .menu > ul > li:hover > a{
        color:  #ff8d00;
    }
    .icon-block{ padding-left: 40px; position: relative; }
    .icon-block:before{
        position: absolute;
        content: "";
        height: 30px;
        width: 1px;
        left: 20px;
        top: 45%;
        background-color: rgba(255,255,255,.08);
    }
}

@media (max-width: 1199px){
    .ttm-header-wrap {
        width: auto;
        display: block;
        position: relative;
    }
    #ttm-stickable-header-w.ttm-stickable-header-w {
        background-color: #111922;
    }
    .site-header-menu-inner.ttm-stickable-header {
        width: auto;
        display: block;
        position: relative;
    }
    #site-header-menu .site-navigation {position: relative;}
    .ttm-menu-toggle input[type=checkbox] {display: none;}
    .ttm-menu-toggle {
        position: relative;
        height: 30px;
        width: 30px;
        top: -60px;
        right: 15px;
    }
    .ttm-menu-toggle label {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 38px;
        left: 15px;
        margin: 0;
    }
    .ttm-menu-toggle label span{
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    .ttm-menu-toggle .toggle-block {
        position: absolute;
        height: 2px;
        width: 100%;
        padding: 0;
        background-color: #ecf0f1;
    }
    .ttm-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .ttm-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }
    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-2 {
        opacity: 0;
    }
    .ttm-menu-toggle input[type=checkbox]:checked ~ .ttm-menu-toggle-block > .toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }
    #site-header-menu #site-navigation .menu,
    #site-header-menu #site-navigation .menu > ul ul,
    #site-header-menu #site-navigation .menu ul li > ul li a:before {display: none;}
    #site-header-menu #site-navigation .menu.active {
        max-height: 55em;
        display: block;
    }
    #site-header-menu #site-navigation .menu ul li a {color: rgba(80,87,103,1);}
    #site-header-menu #site-navigation .menu ul > li ul li > a { padding : 15px 15px 15px 15px;font-size: 14px;font-weight: 400; }
    #site-header-menu #site-navigation .menu ul li > ul li.active > a,
    #site-header-menu #site-navigation .menu ul li > ul li > a.active,
    #site-header-menu #site-navigation .menu ul li > ul li > a:hover{background-color: transparent!important;color: #ff8d00!important;}
    #site-header-menu #site-navigation .menu ul li > a:hover
    {color: #ff8d00;}

    #site-header-menu #site-navigation .menu, #site-header-menu #site-navigation .menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background-color: #fff;
    }
    #site-header-menu #site-navigation .menu {
        clear: both;
        min-width: inherit;
        float: none;
    }
    #site-navigation .menu > ul {
        position: absolute;
        padding: 10px 20px;
        box-shadow: rgba(0,0,0,0.12) 3px 3px 15px;
        border-top: 3px solid #ff8d00;
        z-index: 100;
        width: 100%;
        top: 100%;
        background-color: #fff;
        margin: 0;
    }
    #site-navigation .menu > ul li:not(:last-child){
        border-bottom: 1px solid rgba(80,87,103,0.15);
    }
    #site-header-menu #site-navigation .menu li, #site-header-menu #site-navigation .menu > ul > li {display: block;}
    #site-header-menu #site-navigation .menu ul > li.has-submenu > a:after{ 
        position: absolute;
        right: 15px;
        font-size: 16px;
        opacity: .8;
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 19px;
        margin-left: 4px;
        margin-top: 3px;
    }
    #site-header-menu #site-navigation .menu ul li a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
        line-height: 18px !important;
        height: auto;
        line-height: 18px;
        font-weight: 500;
        font-size: 16px;
    }
    
}

@media (max-width: 1200px){
    .container {
        max-width: 100%;
    }
    .site-branding { margin-bottom: 20px; }
    #site-header-menu { padding: 15px 0; text-align: center; }
    #site-header-menu #site-navigation .menu > ul > li >a { margin: 20px 8px; font-size: 13px; }

}
@media (max-width: 991px){

    .p-50 { padding: 30px 15px 0; }
    .res-991-mt-0{margin-top: 0!important;}
    .container-fluid {padding: 0px 15px;}

    .section-title h2.title { font-size: 28px; line-height: 36px; }

    .ttm-row{padding: 60px 0;}
    .ttm-row.features-section { padding: 60px 0 45px; }
    .ttm-row.header-style-section { padding: 60px 0 30px; }

    .spacing-1 {
        padding: 50px 0 0px 0px;
    }
    .spacing-2 {
        padding: 50px 0px 30px;
    }

    footer .footer-content h2 {font-size: 30px; line-height: 40px;}
    footer span {font-size: 70px;}
    footer {padding-top: 60px !important;padding-bottom: 50px !important;}
    
    .res-991-mt-3 { margin-top: 30px !important; } .res-991-mb-3 { margin-bottom: 30px !important; }
}
    
@media (max-width: 767px){

    .site-header-menu-inner .ttm-btn { display: none; }
    .res-767-pt-0{padding-top: 0!important;}
    .star-div {  width: 30%;}

    footer span {font-size: 50px;}
    footer .footer-content h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.shakeimage{
    z-index: 1111;
    position: relative;
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.tada-img {
    z-index: 1111;
    position: relative;
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}
.shakeimage.two ,.tada-img.two{ animation-delay: 2s; }