/*===================
    BASE STYLE
====================*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}
body{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
/*===================
    VARIABLES
====================*/
:root {
    --bgcolor:#f2f2ea;
    --bgcolor2:#fdfdfaa1;
    --white:#ffffff;
    --black:#191919;
    --grey:#707070;
}
/*===================
    GLOBAL CLASSES
====================*/
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
.pb-40{
    padding-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.bg-pattern__white{
    background-image: url(../img/_main/bg-white.png);
    background-repeat:repeat ;
    background-size: cover;
}
.hero{
   /* background-image: url(../img/_top/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    height: 768px;
    background-attachment: fixed;
    position: relative;
}
.topvideo{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
}
.container{
    max-width: 900px;
}
.headingbox{
    margin-bottom: 35px;
}
.mini-head{
    font-size: 14px;
    margin-bottom: 20px;
}
.topic-title{
    font-size: 30px;
}
.topic-title-bg{
    font-size: 40px;
}
.subtopic-title{
    font-size: 25px;
}
.para{
    font-size: 18px;
    line-height: 2.3rem;
}

.btn-center .btn-cta{
    margin: 0px auto;
}
.btn-cta{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: 272px;
    border: 2px solid var(--black);
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    color: var(--black);
    transition: .3s ease;
    cursor: pointer;
}
.btn-cta:hover,
.btn-cta:focus {
  box-shadow: inset 300px 0 0 0 var(--black);
  color: var(--white);
  max-width: 300px;
  text-decoration:none ;
}
.btn-w-2{
    width: 100%;
}
.btn-w-2 .btn-cta{
    margin: 0px auto;
}
.container-inner{
    margin-bottom: 85px;
}
.content-box-full{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5rem;
    padding-left: 20px;
    height: 100%;
    width: 100%;
}
.content-box-full2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5rem;
    height: 100%;
}
.center-heading{
    text-align: center;
    padding: 30px 0px;
}
.para-bg{
    font-size: 30px;
    padding:60px 0px 50px 0px;
    text-align: center;
    margin-bottom: 0px;
}
.news-list{
    border-top: 2px solid var(--black);
    background-color: var(--white);
}
.news-area{
    display: flex;
    border-bottom: 2px solid var(--black);
    padding: 15px 0px;
}
.date-cat-wrap a,
.news-area a{
    text-decoration: none;
    color: var(--black);
}
.news-area .date-wrap{
    display: flex;
    align-items: center;
}
 .date{
    margin-right: 60px;
    font-size: 14px;
    margin-bottom: 0px;
}
.cat{
    border: 2px solid var(--black);
    border-radius: 6px;
    padding: 2px;
    margin-right: 50px;
    font-size: 14px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-area .news-title{
    display: flex;
    align-items: center;
}
.news-area .n-title{
    margin-bottom: 0px;
    transition: .3s ease;
}
.news-area .n-title:hover{
    opacity: 70%;
}
.menu-content .logo-black{
    width: 200px;
}
.menu-content .logo-box{
    margin-bottom: 45px;
}
.menu-content .menu-para{
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--black);
    width: auto;
    text-decoration: none;
}
.menu-content .menu-parax{
    margin-bottom: 0px;
    font-size: 14px;
    color: var(--black);
    width: auto;
}
.menu-content .menu-parabg{
    margin-bottom: 0px;
    font-size: 20px;
    color: var(--black);
    width: auto;
    text-decoration: none;
    transition: .3s ease;
}
.menu-content .menu-parabg:hover{
    text-decoration: none;
    opacity: 70%;
}
.menu-content .link-box-inner{
    margin-bottom: 25px;
}
.menu-content .menu-parawrap{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
/*.menu-content .menu-para::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.menu-content .menu-para:hover::after {
    width: 80%;
    transition: width .3s;
}
.menu-content .menu-parabg::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

.menu-content .menu-parabg:hover::after {
    width: 80%;
    transition: width .3s;
}*/
.pc-links .nav-inside a::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #000;
    transition: width .3s;
}

.pc-links .nav-inside a:hover::after {
    width: 80%;
    transition: width .3s;
}
.mini-para{
    font-size: 14px;
}
.scrollTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 45px;
    height: 45px;
    background: transparent ;
    border: 2px solid var(--black);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrollTop.active {
    visibility: visible;
    opacity: 1;
}
.scrollTop:hover{
    border-radius:15px ;
}
.scrollTop span{
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    transform: rotate(315deg);
    margin-bottom: -10px;
}
label {
   margin-bottom: 15px;
   font-size: 12px;
   position: relative; 
}
.req{
    color: var(--white);
    background-color: var(--grey);
    padding: 3px 5px;
    border-radius: 7px;
    margin-left: 20px;
    font-size: 12px;
}
.data-entry{
    background-color: var(--bgcolor);
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 360px;
    box-shadow: 
      4px 4px 8px 0 rgba(0, 0, 0, 0.25),
      -7px -7px 8px 0 rgba(255, 255, 255, 0.849);
      transition: .3s ease;
     
}
.data-text{
    background-color: var(--bgcolor);
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    min-height: 150px;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 
      4px 4px 8px 0 rgba(0, 0, 0, 0.25),
      -7px -7px 8px 0 rgba(255, 255, 255, 0.849);
      transition: .3s ease;
}
.mailwrap{
    display: flex;
    align-items: center;
}
.atrate{
    margin: 0px 15px;
}
.mailwrap .data-entry{
    max-width: 250px;
    margin-right: 15px;
}
.data-text:focus,
.data-entry:focus{
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    transition: .3s ease;
}
.radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-right: 10px;
}

input[type="radio"] {
    display: none;
    position: relative;
}

.chck > input[type="radio"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 22px;
    height: 22px;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--grey);
    padding: relative;

}

.chck > input[type="radio"]+*::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    width: 14px;
    height: 14px;
    left: 7px;
    top: 24px;
    margin: -8px 10px;
    margin-left: 7px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    background-color: var(--grey);
    opacity: 0;
    border: none;

}

.chck > input[type="radio"]:checked+*::after {
    opacity: 1;
}

.chck > input[type="checkbox"] {
    display: none;
    position: relative;
}

.chck > input[type="checkbox"]+*::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 0.3rem;
    border-radius: 7px;
    border-style: solid;
    border-width: 0.1rem;
    border-color: var(--grey);
    padding: relative;
    left: 0px;
}

.chck > input[type="checkbox"]+*::after {
    content: "";
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    width: 14px;
    height: 14px;
    left: 11px;
    top: 12px;
    margin: -8px 10px;
    margin-left: 7px;
    border-radius: 5px;
    border-style: solid;
    border-width: 0.1rem;
    background-color: var(--grey);
    opacity: 0;
    border: none;

}

.chck > input[type="checkbox"]:checked+*::after {
    opacity: 1;
}
.chck{
    font-size: 14px;
    cursor: pointer;
}
.pplwrap{
    display: flex;
    align-items: center;
}
.ppl{
    max-width: 70px;
}
.ppl2{
    margin-left: 25px;
    font-size: 16px;
    display: inline-block;
}
.btn-center input{
    background:transparent ;
}
/*===================
    NAVBAR AREA
====================*/
header .nav-container{
    position: relative;
    margin: 0 auto;
}
header{
    position: relative;
}
header .navbar{
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 99999;
    background-color: transparent;
    padding: 20px 50px;
    height: 100px;
    flex-wrap: nowrap;
}

header .navbar .logo-img{
    width: 190px;
    height: 30px;
}
header .navbar .navbar-links{
    position: absolute;
    width: 100%;
    height: 0px;
    top: -100px;
    left: 0px;
    background-color: var(--white);
    background-image: url(../img/_main/bg-white.png);
    background-repeat:repeat ;
    background-size: cover;
    list-style: none;
    transition: .3s ease;
    overflow-y: scroll;
    padding: 40px 40px 40px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}


header .navbar .burger{
    cursor: pointer;
    padding:3px;
    z-index: 99999999;
}
header .navbar .burger div{
    width: 40px;
    height: 2px;
    margin: 12px 5px;
    border-radius: 50px;
    background-color: black;
    transition: all .3s ease;
}
header .navbar .burger  .line-3{
    width: 20px;
    margin-left: 24px;
}
header .navbar .nav-active{
    top: 0px;
    height: 100vh;
    transition: .3s ease;
    position: fixed;
    /*padding-top: 300px;*/
    z-index: 99999999;
}
.toggle .line-1{
    transform: rotate(-45deg) translate(-9px,8px);
}
.toggle .line-2{
    opacity: 0;
}
header .navbar .toggle .line-3{
    transform: rotate(45deg) translate(-11px,-11px);
    width: 40px;
    margin: 12px 5px;
}
header .navbar .burger:hover > .line-2{
    background-color: transparent;
}
header .navbar .burger:hover > .line-3{
    width: 40px;
    margin: 12px 5px;
}
.pc-links .nav-inside{
    list-style: none;
    font-size: 14px;
    
    display: flex;
    align-items: center;
    
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
}
.pc-links .nav-inside a{
    text-decoration: none;
    color: var(--black);
    display: block;
    mix-blend-mode: exclusion;
    padding: 0px;
    word-break: keep-all;
    margin: 0px 15px;
}
.pc-links .nav-inside {
    margin-bottom: -10px;
    margin-left: -4rem;
}
.pc-links .nav-inside .nav-item{
    width: 100%;
    margin-bottom: 16px;
    mix-blend-mode: difference;
}

.pc-links .nav-inside a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
    margin-top: 5px;
}

.pc-links .nav-inside a:hover::after {
    width: 100%;
    transition: width .3s;
}
.right-content{
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: space-between;
}
.right-content .lang-box a{
    color: var(--black);
    font-size: 14px;
    mix-blend-mode: exclusion;
    cursor: pointer;
}
/*===================
    TOP PAGE
====================*/

.section-1 .text-imgbox{
    padding-top: 7rem;
    display: flex;
    flex-direction: column;
}
.section-1 .top-text1{
    width: 66px;
    margin-bottom: 50px;
}
.section-1 .top-text2{
    width: 330px;
}
.section-2{
    padding-top: 130px;
    padding-bottom:180px ;
}
.section-2 .kyotomap{
    max-width: 370px;
    padding: 20px;
    margin-left: 30px;
    margin-top: 60px;
}
.section-2 .dbl-img{
    position: relative;
}
.section-2 .ooishi{
    position: absolute;
    max-width: 224px;
    bottom: 8rem;
    right: -3rem;
}
.top-img3{
    background-image: url(../img/_top/img3.jpg);
}
.section-3{
    background-color: var(--bgcolor2);
    padding-bottom: 80px;
}
.section-3 .course-box1{
    background-image: url(../img/_main/bgblur-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-3 .course-box2{
    background-image: url(../img/_main/bgblur-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-3 .course-box3{
    background-image: url(../img/_main/bgblur-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-4{
    padding-top:20px;
}
.content-box2{
    display: flex;
    justify-content: center;
}
.news-box{
    width: 900px;
}
.imgbtm{
    width: 100%;
    margin-top: -100px;
}
/*===================
    TAKEGAKI PAGE
====================*/
/*===================
    KYOGEN PAGE
====================*/
/*===================
    KATANA PAGE
====================*/
.section-p-1 .top-text1{
    width: 173px;
    margin-bottom: 50px;
}
body.en .section-p-1 .top-text1{
    width: 330px;
}
.section-takegaki-1 .hero{
    background-image: url(../img/_takegaki/top.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    background-attachment: fixed;
}
.section-kyogen-1 .hero{
    background-image: url(../img/_kyogen/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    background-attachment: fixed;
}
.section-katana-1 .hero{
    background-image: url(../img/_katana/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    background-attachment: fixed;
}
.section-p-2{
    padding-top: 50px;
}
.section-p-2 .bamboo{
    width: 115px;
    margin-top: -40px;
}
.section-p-2 .fan{
    width: 95px;
    margin-bottom: 40px;
}
.section-p-2 .sword{
    width: 150px;
    margin-bottom: 40px;
}
.section-p-2 .container-inner{
    margin-bottom: 300px;
}
.section-p-2 .container-inner:nth-last-child(1){
    margin-bottom: 160px;
}
.section-p-2{
    padding-bottom: 0px;
}
.section-p-3{
    background-color: var(--bgcolor);
    padding-top: 30px;
}
.content-p-sub{
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
    margin-bottom: 70px;
}
.content-p-full{
    margin-bottom: 70px;
}
.detail-box{
    border-top: 2px solid var(--black);
}
.detail-box .text-box{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.grey-txt{
    margin-bottom: 0px;
    font-size: 12px;
    color: var(--grey);
}
.ln-dif{
    line-height: 1.5rem;
}
.detail-inner{
    padding: 7px 0px;
    border-bottom: 2px solid var(--black);
}
.detail-box .para{
    margin-bottom: 0px;
    font-size: 14px;
}
.para-dif{
    margin-bottom: 0px;
    font-size: 12px;
}

.table{
    word-break: keep-all;
    
}
.table-one{
    margin-top: 50px;
    margin-bottom: 50px;
}
.table td{
    text-align: center;
}
.table thead{
    margin-bottom: 10px;
}
.table thead th{
    vertical-align: middle;
    border-top: 2px solid var(--grey);
    border-bottom: 2px solid var(--grey);
}
.table td, .table th{
    border: none;
    border-bottom: 1px solid var(--black);
}
.table-one .table td{
    border-top: 2px solid var(--black);
    
}
tr .para{
    font-size: 14px;
    text-align: center;
}
.th-center{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.innertd{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.section-p-4{
    background-color: var(--bgcolor2);
    padding-bottom: 80px;
}
.section-p-4 .course-box1{
    background-image: url(../img/_main/bgblur-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-p-4 .course-box2{
    background-image: url(../img/_main/bgblur-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-p-4 .course-box3{
    background-image: url(../img/_main/bgblur-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section-5 .ilust1{
    width: 100%;
    max-width: 170px;
}
.section-5  .mini-para{
    font-size: 12px;
}
.section-5 .hta1,
.section-5 .hta2{
    width: 100%;
    max-width: 264px;
}
.section-5 .hta3{
    width: 100%;
    max-width: 110px;
}
.section-5 .center-content{
    margin-bottom: 200px;
}
/*===================
    CONCEPT PAGE
====================*/
.section-concept-1 .hero{
    background-image: url(../img/_concept/top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 768px;
    background-attachment: fixed;
}
.concept-page .section-3,
.concept-page .section-2{
    padding-top: 180px;
}
.img-map{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
}
.kyoto-map{
    width: 100%;
    max-width: 780px;
}
.concept-page .section-6{
    padding: 50px 0px;
    background-color: var(--bgcolor);
}
.concept-page .section-6 .text-wrap{
    max-width: 250px;
}
.concept-page .section-6 .membership{
    max-width: 250px;
    margin-bottom: 40px;
}
.concept-page .section-6 .btn-center .btn-cta{
    margin-left: 0px;
}
/*===================
    NFT PAGE
====================*/

.nftpage{
    background-color: var(--bgcolor);
}
.sec-nft-2 .content-box{
    width: 100%;
    max-width: 820px;
    margin: 0px auto;
}
.sec-nft-2 .content-sub{
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
}
.nft-inner{
    margin-bottom: 125px;
}
.cont{
    margin-bottom: 30px;
}
/*===================
    NEWS PAGE
====================*/
.news{
    background-color: var(--bgcolor); 
}
.date-cat-wrap{
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
}
.date-cat-wrap .date{
    margin-right: 40px;
}
.news-wrap-content{
    margin-bottom: 300px;
}
.news-wrap-content .news-title{
    margin-bottom: 40px;
}
.news-wrap-content .news-title a{
    font-size: 25px;
    text-decoration: none;
    color: var(--black);
   
}
.main-post-content{
    margin-bottom: 70px;
}
.back-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.back-list a{
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    position: relative;
}
.arrowtriangle{
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #000000 transparent transparent;
}
.arrowtriangle2{
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #000000;
}
.pagination-area{
    display: flex;
    margin: 50px 0px;
    align-items: center;
    justify-content: center;
}
.pagination-area .back-list{
    width: 20px;
}
.pagination-area a{
    margin: 10px;
    color: var(--black);
}
.panel-link a{
    color: var(--black);

}
.panel-link{
    display: flex;
    margin: 20px auto 40px;
    width: 290px;
    align-items: center;
    justify-content: space-between;
}
.dialog{
  text-indent: -2.3rem;
  margin-left: 2.3rem;
}
.sec-news-1 .complete{
  height: 50vh;
  padding-top: 10vh;
}
.sec-news-1-en .dialog{
  text-indent: -4.9rem;
  margin-left: 4.9rem;
}
/*===================
    MEMBERSHIP PAGE
====================*/
.complete{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.sec-member-1 .content-sub{
    width: 100%;
    max-width: 560px;
    margin: 0px auto;
}
.sec-member-1 .comp-msg{
    width: 100%;
    background-color: var(--bgcolor);
    padding: 90px 0px 50px 0px;
}
/*===================
    FOOTER
====================*/
.footer{
    background-color: var(--bgcolor2);
}
.footer-inner{
    padding: 70px 0px 0px 0px;
}

.footer .copyright-box{
    padding: 25px 0px 20px 0px;
    font-size: 12px;
    text-align: center;
    background-color: var(--white);
}
.footer .copyright{
    margin-bottom: 0px;
}


/*=========Maximum 980px ===========*/
@media screen and (max-width:980px) {
    
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
    header .navbar{
        height: 80px;
    }
    header .navbar .navbar-links{
        margin-top: -20px;
    }
    .pc-links{
        display: none;
    }
    .btn-cta{
        margin-right: auto;
        margin-left: auto;
    }
    .bisha{
        
        margin-bottom: 30px;
    }
    .content-box-full{
        padding-right: 0px;
        justify-content: center;
    }
    .content-box-full2{
        padding-left: 0px;
        justify-content: center;
    }
    .section-2 .kyotomap{
        max-width: 100%;
        padding: 40px;
    }
    .section-2 .ooishi{
        max-width: 200px;
        right: 5rem;
        bottom: 14rem;
    }
    .text-wrap{
        padding: 25px;
    }
    .container-inner{
        margin-bottom: 50px;
    }
    .mb-60{
        margin-bottom: 40px;
    }
    .news-box{
        padding:25px ;
    }
    .footer-inner{
        padding-left: 25px;
        padding-right: 25px;
    }
    .section-p-2 .container-inner{
        margin-bottom: 150px;
    }
    .detail-box .text-box{
        justify-content: flex-start;
    }
    .detail-box .text-box{
        margin-bottom: 15px;
    }
}
/*=========Maximum 576px ===========*/
@media screen and (max-width:576px) {
    
    header .navbar{
        padding: 20px 10px;
    }
    header .nav-social img{
        max-width: 30px;
    }
    
    
    header .navbar .navbar-links{
        padding: 40px 20px;
    }
    header .navbar .navbar-logo img{
        max-width: 180px;
    }
    
    .bisha{
        max-width: 350px;
       
    }
    .topic-title{
        font-size: 24px;
    }
    .topic-title-bg{
        font-size: 26px;
    }
    .footer .copyright-box{
        padding: 25px;
    }
    .news-area{
        flex-direction: column;
    }
    .date{
        margin-bottom: 10px;
    }
    .cat{
        margin-bottom: 16px;
    }
    .news-box .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .form-wrap{
        padding: 20px;
    }
}
/*=========Maximum 576px ===========*/
@media screen and (max-width:460px) {
    .text-wrap{
        padding:25px 15px ;
    }
}