html, body{
font-family: 'Open Sans', sans-serif;
 font-size: 100%;
 background: #FFf;
}

body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],li.parallelogram{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
   margin:0;		
   font-family: 'Playfair Display', serif;
   font-weight:400;

}	

ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.wrap{
  margin:0 auto;
  width:80%;
}
.logo  a{
	display:block;
}
.logo {
	float:left;
}
.logo  a h1{
     color: #15191c;
     font-size: 3.3em;
}
h1.main-title a {
    color: #fff;
}
h1.main-title a:hover{
 text-decoration:none;
 color:#fff;
}
/*--/start-inner-content--*/
.inner-content {
    padding: 7em 0;
}
.top_section {
   
    position: relative;
	
}
.bnr-btm-left {
    float: left;
    width: 100%;
    position: absolute;
    top: 16%;
    left: -8%;
}

.bnr-btm-right {
        float: right;
    width: 62%;
    padding:8em 12em 8em 33em;
       background: url(/static/img/11.png)no-repeat;
       background-size:100%;
	    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    max-height: 950px;
}
.bnr-btm-right p {
    color: #777;
}
.bnr-btm-left img {
    width: 100%;
}
.bnr-btm-left h4 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.banner-bottom p ,.banner-about p{
  font-size: 1em;
  color: #999;
  line-height:1.8em;
  margin-top: 1em;
}
.bnr2
{
  left: -12px !important;
}
.banner-about iframe {
    width: 100%;
    height: 375px;
    border: 0;
}
.bnr-btm-right h3, .banner-about h3 {
    color: #444;
    font-size: 3em;
    margin-bottom: 0.7em;
}
.bnr-btm-left.two {
    float: right;
    width: 100%;
    position: absolute;
    top: 22%;
    right: -58%;
    height: auto;
}
.bnr-btm-right.two {
  float: left;
  width: 60%;
  padding: 15rem 31rem 0rem 5rem;
  background: url(/static/img/11.png)no-repeat;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  height: auto;
  text-align: left;
}
.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 14em 4em 1em 28em;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
    min-height: 875px;
}

/*--banner-about--*/
.banner-about-left {
    float: left;
    width: 50%;
    padding: 4em 8em 3em 8em;
}
.banner-about-right {
  float: right;
  width: 50%;
}
.bnr-btm-left img{
   width:100%;
}
.banner-about-left ul {
    margin-top: 3em;
}
.banner-about-left ul li {
  display: inline-block;
  text-align: center;
}
.banner-about-left ul li p {
  margin: 1em auto 0;
  width: 66%;
}
a.buy {
   font-size: 1.5em;
      color: #7124D3;
    padding: 0.7em 2em;
    margin: 1em auto 0;
    text-align: center;
      
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
/* Individual button styles */
.btn-wayra {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-moz-transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra::before {
	content: ;
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background:#3EAABF;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s, background-color 0.3s;
	
}

.btn-wayra.button--inverted:hover {
	color: #fff;
	border-color: #fff;
}
.btn-wayra:hover::before {
	opacity: 1;
	background-color:#3EAABF;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-wayra.button--inverted:hover::before {
	background-color: #fff;
}
/*---------------*/
.grid {
    margin: 0 auto;
}

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  min-width: 420px;
  max-width: 1200px;
  max-height: 800px;
  min-height: 800px;
  width: 60%;
  height: auto;
  text-align: center;
  cursor: pointer;
  top: -92px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h3 span {
	font-weight: 800;
}

.grid figure h3,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h3 {
	margin: 16% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-transform: capitalize;
    font-size: 2.5em;
}

figure.effect-ming p {
	padding: 1em 2em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    text-transform: capitalize;
    font-size: 1em;
	font-family: 'Open Sans', sans-serif;
}

figure.effect-ming:hover h3 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/*---------------*/
/*--//end-inner-content--*/
/*--/team--*/
.staff2 {
    text-align: center;
    margin: 0 auto;
}
.staff{
	    background: #f4f4f4;
        padding: 7em 0;
}
.staff2 img {
    margin: 0 auto;
}
.staff1 h4{
	color:#000;
	font-size:1em;
	text-transform:uppercase;
	font-weight:600;
} 
.staff1 p{
	color: #777;
	font-size: 0.85em;
	line-height: 1.8em;
	font-weight: 300;
	margin-bottom:1em;
}
.container_wrap{
	margin:0 auto;
	width:77%;
}
.staff2 h3{
	    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 0 0;
    text-align: center;
}
.staff2 h3 a{
	    color: #333;
        font-size: 2em;
}
 .staff2 h3 a:hover{
	color: #3EAABF;
	 text-decoration:none;	
}
.staff2 p {
    color: #777;
    font-weight: 500;
    text-align: center;
    margin: 8px 0;
    line-height: 1.9em;
    padding: 0 16px;
}
ul.s_social{
	padding:0;
	list-style:none;
	text-align:Center;
	
}
ul.s_social li{
	display:inline-block;
}
ul.s_social li a i{
	width:20px;
	height:20px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat;
}
ul.s_social li a i.fb1 {
	background-position: -7px -7px;
}
ul.s_social li a i.tw1 {
	background-position: -32px -7px;
}
ul.s_social li a i.linked1 {
	background-position: -66px -7px;
}
ul.s_social li a i.google1 {
	background-position: -96px -7px;
}
ul.s_social li a i:hover{
	opacity:0.6;
}
.view {
   overflow: hidden;
   position: relative;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
	overflow: hidden;
	top:92px;
	left: 0;
}
p.popup_desc{
	    margin-top: 10px;
}
.info {
    display: inline-block;
    text-decoration: none;
    padding: 16px 16px;
    background: #3EAABF;
    color: #fff;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.info i {
    font-size: 1.5em;
}

.info:hover {
  background: #111;
}
.glyphicon {
    position: relative;
    top: 3px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
       border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}
.view-fifth .mask {
   -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	float:left;
}
h3.tittle,h2.tittle.team {
    text-align: left;
    margin-bottom: 0.4em;
}
.pop_up2 h3 {
    color:#3eaabf;
    font-size: 2.3em;
    margin-top: 0.5em;
}
.pop_up2 {
    text-align: center;
}
.team {
    margin-top: 5em;
}
/*--//team--*/
/*--gallery--*/
#gallery {
    padding: 7em 0;
}
.grid.slideanim {
    float: left;
    width: 33%;
}
figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #000 0%,#000 100%);
	background: linear-gradient(-45deg, #000 0%,#000 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p,figure.effect-jazz h4 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h4,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}


figure.effect-jazz h4 {
    font-size: 3.2em;
    opacity: 0;
    margin-top: 1.5em;
	    text-transform: capitalize;
}
figure.effect-jazz p {
	    padding: 0.5em 1.5em;
    text-transform: none;
    font-size: 1.2em;
    opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h4,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/

.portfolio-modal .modal-content {
    padding: 90px 0 25px;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.portfolio-modal .modal-content h3 {
    margin: 0;
    font-size: 5em;
    color: #fff;
    margin-bottom: 0.5em;
}
.portfolio-modal .modal-content img {
       margin: 0 auto;
}
.portfolio-modal .modal-content p {	
	font-size: 1.4em;
    padding: 20px 0;
    color: #fff;
    line-height: 2em;
}
.portfolio-modal .close-modal {
  position: absolute;
    top: 37px;
    right: 47px;
    width: 70px;
    height: 70px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .7;
}
.modal-content {
	    background-color: rgba(0, 0, 0, 0.76);
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height:45px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height:45px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*-- //gallery --*/
.bottom-section {
    background: url(../images/bottom.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:550px;
	    text-align: center;
}
.bottom-section  h4 {
    font-size: 5em;
    color: #fff;
    line-height: 1.4em;
    padding-top:4em;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-right:5em;
}
a.play {
     font-size: 5em;
    line-height: 3em;
	color: #fff;
}
a.play :focus{ 
 outline:noe

}
.modal-body.about iframe {
    width: 100%;
    border: none;
    min-height: 437px;
}
.modal-dialog.video{
    width: 900px;
    margin:110px auto;
}
.banner-center {
    text-align: center;
    padding-top: 11em;
}
.banner-center h3 {
    font-size:5em;
         font-family: 'Playfair Display', serif;
    color: #fff;
    padding: .5em 0;
}
p.vd {
    color: #fff;
    font-size: 1.6em;
    line-height: 2em;
    margin: 0 auto;
    width: 62%;
}
/*--/contact--*/
h3.tittle,h2.tittle {
    color: #333;
    font-size: 5em;
    text-align: center;
    margin-bottom:1em;
}
.contact {
  padding:0 0 4em 0;
}
.section-contact {
  padding:6em 0;
      background-color: #fff;
}
.contact-form {
	margin-bottom: 3.5em;
    margin-top: 1em;
}
p.your-para {
    color: #282828;
    font-size: 0.9em;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
}
/*----*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {

	 top:-2em;
	 -webkit-transition: all 0.125s ease;
	 transition: all 0.125s ease;
}

.styled-input {
  width:100%;
  margin: 2em 0 1em;
  position: relative;
}

.styled-input label {
    color: #777;
    padding: 1em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
    font-weight: 400;
    font-size: 1.6em;
}

.styled-input.wide { width: 100%; }
input,
textarea {
    padding: 1em 1em;
    border: 0;
    width: 100%;
    font-size: 1.5em;
    border-bottom: 1px solid #ddd;
	color: #444;
}
input ~ span,
 textarea ~ span {
  display: block;
  width: 0;
  height:2px;
  background:#3EAABF;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  font-family: 'OpenSans-Regular';
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
     width: 100%;
    -webkit-transition: all 0.075s ease;
      transition: all 0.075s ease;
      font-family: 'OpenSans-Regular';
}

textarea {
      width: 100%;
     
      border-bottom: 1px solid #ddd;
      resize: none;
}
/*----*/
.contact-in{
 padding-left:0;
}
.map {
    padding: 2em 0 6em 0;
}
.contact-in h5{
    color: #3EAABF;
    font-size: 2em;
    margin: 0px 0 10px 0;
    line-height: 1.8em;
}
p.para1{
    color: #737171;
    line-height: 1.8em;
	
}
address {
    width: 100%;
    color: #777;
    font-size: 1.5em;
    line-height: 1.9em;
}
.contact-grid {
  padding-left: 0;
}
address  a {
	 color:#3EAABF;
	 font-size: 1em;
	 line-height: 1.8em;
}
address  a:hover {
	color:#3EAABF;
}
.more-address b, strong.one{
    color:#282828!important;
	font-size:1em;
	line-height:0.2em;
}
.more-address{
    padding: 1em 0;
} 
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none!important;
    color: #444;
}
.send input[type="submit"]{
        border: none;
        background:#3EAABF;
		cursor: pointer;
		border-radius:0px;
		width: 140px;
		color:#fff;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-o-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}
.send input[type="submit"]:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.2);
}
h3.tittle,h2.tittle.find {
    margin-bottom: 1em;
}
.map iframe {
   width:100%;border:none;
   height:350px;
}

.adrs-left {
    padding: 2em 15px;
    background:#333;
    text-align: center;
}
.adrs-middle {
      background: #3eaabf;
}
.adrs-left p {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    margin-left: 8px;
}
.adrs-left p a{
    color: #3eaabf;
}
.adrs-left span {
    color: #fff;
    font-size: 2.2em;
    display: inline-block;
    vertical-align: middle;
}
/*--model--*/
.modal-header {
    border: none;
}
.modal-dialog.facebook {
    width: 900px;
    margin: 20px auto;
}
.modal-content.about {
    background-color: #fff;
    border-radius: 0px!important;
}
.about-inner p {
    color: #777;
    line-height: 1.8em;
    font-size: 1.5em;
}
.about-inner img{
      margin-bottom: 2em;
}
h4.tittle {
    color:#3EAABF;
    font-size:2.5em;
    margin-bottom: 0.7em;
}
.modal-dialog.about {
    width: 757px;
    margin: 20px auto;
}
#myModal1,#myModal2 {
    background: rgba(0, 0, 0, 0.68);
}
/*--typography--*/
.banner {
	    background: url(../images/banner2.jpg) no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	min-height:400px;
}
h1.title {
       padding: 3.5em 10px 20px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    font-family: 'Great Vibes', cursive;
    padding-left: 0px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    text-align: center;
}
h1.title a{
	font-size: 2.3em;
    color: #fff;
	text-decoration:none;
}
.content-part span {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(-10px,-10px,0);
    transform: translate3d(-10px,-10px,0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    letter-spacing: 2px;
    display: block;
    margin-left: 14em;
    text-align: center;
    font-family: 'Great Vibes', cursive;
}
/*--testimonials--*/
.sp-testimonials-title{
	text-align:center;
}
.sp-testimonials-title span {
    color: #444;
    font-size:2em;
}
.sp-testimonials blockquote {
        position: relative;
    font-size: 1.4em;
    margin: 0 21px 20px;
    padding: 20px;
    color: #fff;
    background-color:#3EAABF;
    line-height: 1.8em;
}
.sp-testimonials > div p strong {
    font-weight: 600;
    display: block;
}
.sp-testimonials > div p {
    display: inline-block;
    color: #576077;
    font-size: 0.9em;
    margin: 15px 0 0 10px;
    text-align: left;
}
.sp-testimonials > div p {
    display: inline-block;
    color: #576077;
    font-size: 1.5em;
    margin: 15px 0 0 10px;
    text-align: left;
}
.testimonials.module {
    padding: 7em 0;
    background: #f7f7f7;
}
.pic img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
    width: 20%;
    margin-left: 3em;
}
.sp-testimonials > div p strong {
    font-weight: bold;
    display: block;
    font-family: 'Playfair Display', serif;
    color: #333;
    margin-bottom: 0.5em;
	font-size: 1.3em;
}

.pic blockquote:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color:#3EAABF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 50px;
}
.sp {
    margin: 2em 0;
}

/*--typography--*/
.typography {
    padding: 6em 0;
}
.mb-60 {
    padding-left: 0;
}
.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	padding: 12px 20px;
	-webkit-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;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color:#3eaabf;
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #FF7900;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
	    color: #777;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.55em;
    color: #777;
}
.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size:1.6em;
    color: #999;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
li.list-group-item1 {
    line-height: 2.5em;
    font-size: 1.6em;
    color: #777;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc !important;
  border-color:#5bb2fc !important;
}
.grid_3 p,.page-header p {
  color: #888;
  font-size: 14px;
  line-height:2em;
  margin: 1em 0 2em;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li {
    font-size: 1.4em;
}
a.list-group-item {
    color: #555;
    font-size: 1.4em;
}

.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
    color:#3EAABF;
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-group {
  margin-bottom: 20px;
}
/*--//typography--*/
/*-- blog --*/
.blog {
    padding:6em 0;
}
.blog-info{
	text-align:center;
}
.blog-top-grids {
    margin: 4em 0 0 0;
}
.blog-left {
  margin: 0em 0 2em 0;
  padding-right: 1em;
}
.blog-left-right {
  margin-top: 1em;
}
.blog-left-right a{
    text-decoration: none;
    margin: 1em 0 1em 0;
    font-size:2em;
    color: #313131;
    text-transform: uppercase;
    font-weight:600;
}
.blog-left-right a:hover{
    text-decoration: none;
  color: #3eaabf;
}
.blog-left-left {
	padding: 0 !important;
}
.blog-left-left p{
    margin: 0 0 1em;
    color: #555555;
}
.blog-left-left p a {
   color: #3eaabf;
    text-decoration: none;
}
.blog-left-left a img{
	width:100%;
}
.blog-left-right p{
    margin: 1em 0 0 0;
    color: #777;
    line-height: 1.9em;
}
ul.pagination {
  margin: 0;
}
.blog-top-left-grid {
    float: right;
}
.blog-top-right-grid {
    float: left;
}
.Categories {
	margin:0;
}
.Categories ul {
    margin-bottom: 3em;
}
.Categories h3,.comments h3{
        font-size: 3em;
    margin: 0 0 1em 0;
    padding-bottom: .5em;
    color: #3eaabf;
}
.Categories ul{
	margin:0;
	padding:0;
}
.Categories ul li{
    display: block;
    background: url(../images/arrow.png) no-repeat 0px 2px;
    margin-bottom: 1em;
}
.Categories ul li a {
    font-size: 1.35em;
    margin: 0;
    color: #777;
    padding-left: 2em;
}
.Categories ul li a:hover{
  color:#3eaabf;
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.comments{
	margin: 4em 0;
}
.comments-left{
    padding: .5em;
    border: 1px solid #000000;
}
.comments-left img{
	width:100%;
}
.comments-right h5{
    font-size: 2em;
    margin: 0 0 .5em 0;
    color: #000000;
    font-weight: 600;
}
.comments-right a{
        font-size: 1.7em;
    margin: 0;
    color: #575353;
    text-decoration: none;
}
.comments-right a:hover{
	text-decoration:none;
}
.comments-right p{
    display: block;
    color: #B1B1B1;
    margin: .3em 0 0 0;
    font-size: .8em;
}
.comments-text {
	padding: 1.5em 0;
	border-bottom: 1px solid #868686;
}
.comments-text:nth-child(4) {
	border: none;
}
/*-- single --*/
.single-left-left p{
    margin: 0 0 1em;
    font-weight: 500;
    color: #555555;
}
.single-left-left p a {
        color: #3eaabf;
    text-decoration: none;
}
.single-left-left img{
	width:100%;
}
.left-single{
	padding-right: 2em;
}
.response {
    margin-bottom: 5em;
}
.response h3,.opinion h3 {
   font-size: 3em;
    margin: 0 0 1em 0;
    color: #3eaabf;
}
.media.response-info {
    margin-top: 3em;
}
.media-left.response-text-left {
    width: 13%;
    float: left;
}
.media-left.response-text-left a img {
    width: 80%;
}
.media-left.response-text-left h5 a {
   color: #3eaabf;
}
.response-text-left h5 {
    font-size:1.7em;
    margin: 1em 0 0 0;
    color: #000;
}
.response-text-right p {
       margin: 1em 0 0 0;
    color: #777;
    line-height: 1.9em;
}
.response-text-right ul {
    padding: 0;
    text-align: right;
}
.response-text-right ul li {
       display: inline-block;
    color: #bbb;
    font-size: 1.4em;
    margin-right: 1em;
}
.response-text-right ul li a {
       color: #3eaabf;
    text-decoration: none;
}
.media.response-info {
    margin-top: 3em;
}
.opinion h3{
    margin: 0 0 1em 0;
    padding-bottom: .5em;
}
.opinion form input[type="text"] {
    width: 100%;
    color: #777;
    outline: none;
    font-size: 1.4em;
    padding:1em;
    margin: 0 .5em 1em 0;
    border: solid 1px #ddd;
    -webkit-appearance: none;
}
.opinion form textarea {
	resize: none;
	    width: 100%;
    color: #777;
    font-size: 1.4em;
    outline: none;
    resize: none;
    padding:1em;
    border: solid 1px #ddd;
    min-height: 125px;
    -webkit-appearance: none;
}
.opinion form input[type="submit"] {
    outline: none;
    -webkit-appearance: none;
    border: solid 2px #313131;
    font-size:1.4em;
    color: #fff;
    font-weight: 600;
    padding:1.2em 1em;
    text-decoration: none;
    letter-spacing: 1px;
    background: none;
    margin: 1em 0 0;
	background:#333;
}
.opinion form input[type="submit"]:hover {
	color:#fff;
	border: solid 2px #3eaabf;
	background:#3eaabf;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.blog-left-bottom p{
    margin: 1em 0 0 0;
    color: #777;
    line-height: 1.9em;
}
.blog-left-bottom {
	margin: .5em 0;
}
/*-- footer-starts --*/
.bottom-middle-top {
	    padding: 5em 0;
    background: #37393A;
}
.bottm-grid h5 {
    font-size: 1.6em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	margin-bottom:0.5em;
}
.bottom-middle form {
	margin-top:2em;
}
.bottom-middle form input[type="text"] {
    width: 72%;
   padding: 15px 12px;
    float: left;
    color: #9C9C9C;
    outline: none;
    background: none;
    border: none;
    background: #fff;
}
.bottom-middle form input[type="submit"] {
       width: 23%;
    font-size: 1.6em;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px 12px;
    background: #5D6167;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
	    text-transform: uppercase;
}
.bottom-middle form input[type="submit"]:hover {
    background-color:#1387A0;
}
.bottom-middle p {
	    line-height: 1.8em;
    color: #BFBFBF;
    font-weight: 400;
}
.bottom-grid p a {
	color:#9C9C9C;
}
.bottom-grid span {
	    font-style: italic;
    color: #fff;
    font-size: 1.3em;
    display: block;
    margin-bottom: 1em;
}
.bottom-grid h5 {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0.8em;
}
/*-- //footer-ends --*/
/*--footer--*/
.footer {
    padding:3em 0;
    background-color:#15191c;
}
.footer-grid h4 {
        color: #fff;
    font-size: 2em;
}
.footer-grid h4 span {
    color: #f067ae;
}
ul.bottom{
 margin-top:1.6em;
}
ul.bottom li {
    list-style: none;
    display: block;
    margin-bottom: 1em;
    color:#606265;
    font-size: 0.9em;
}
ul.bottom li a{
 color:#606265;
    font-size:1em;
}
ul.bottom li a:hover{
	    color: #e01981;
}
ul.bottom i {
    color: #fff;
    margin-right: 0.5em;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color:#3eaabf;
    background-color: none;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	    font-size: 1.6em;
}
.copy {
    text-align: center;
   background: #1387A0;
    padding: 1.6em 0 1.4em 0;
}
.copy p {
  color: #fff;
  font-size: 1.5em;
}
.copy p a {
   color:#fff;
}
.copy p a:hover{
	 text-decoration: underline;
}
/*--top-move--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--responsive--*/
@media (max-width:1440px){
	.wrap {
		margin: 0 auto;
		width: 90%;
  }
  .header-masthead {
    position: absolute;
    z-index: 3;
    top: calc(45% - 5px);
    left: calc(2% + 7px);
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}
}

  

@media (max-width:1366px){
  
	.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    width: 55%;
    height: auto;
    text-align: center;
    cursor: pointer;
    min-width: 420px;
    max-width: 800px;
    max-height: 800px;
    min-height: 600px;
    top: -108px;
}
.intertwo
{
  padding-top: 7rem !important;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.7;
  min-height: 488px;
}

.g-left-75 {
    left: 0;
}
.g-width-45 {
    width: 68% !important;
}
.ant {

    float: right;
    width: 176px;
    height: 86px;
    position: absolute;
    bottom: 0;
    right: 19%;

}

.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 11em 2em 0em 15em;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
    min-height: 700px;
}
.bnr-btm-right.two {
    float: left;
    width: 60%;
     padding: 12em 19em 1em 3em;
    background:url(/static/img/11.png);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
   height:auto;
   background-position: center;
   background-size: cover;
}
.ati2 {
    width: auto !important;
    max-width: 1200px !important;
    left: -1200px !important;
    max-height: 800px;
}
.ati1 {
    width: auto !important;
    max-width: 1200px !important;
    max-height: 800px;
}

	.bnr-btm-left {
		left: -1%;
      float: right;
    width: 100%;
    position: absolute;
    top: 23% !important;

    height: auto;
	}
	.bnr-btm-left.two {
    float: right;
    width: 100%;
    position: absolute;
    top:8% !important;
    left:0;
    height: auto;
    max-width: 1060px;
}



}

@media(min-width: 568px)and (max-width: 1920px){

	.h-80-f {
		font-size: 60px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 70px;
  }
  .fy1 li a {
    width: 70px;
    height: 70px;
    font-size: 24px !important;
    padding: 16px !important;
}
.gtme3 {
  height: 90px;
  text-align: center;
  border-bottom: 2px solid #DF721E;
  margin-bottom: 30px;
}
.sct1 {
  width: 100%;
  height: auto;
  background-color: #ffffff !important;
  padding: 40px 52px 0px 40px;
  min-height: 250px;
}
.badr4 {
  width: 40px;
  border: 1px solid #7124D3;
  position: absolute;
  z-index: 10;
  top: 7px;
  left: 251px;
}
  .gtme1 {
    height: 84px;
    text-align: center;
    border-bottom: 1px solid #E22400;
  }
  .h-40-f {
    font-family: MHeiPRC-Heavy;
    font-size: 30px !important;
    color: #ffffff !important;
    letter-spacing: 0;
    line-height: 36px !important;
}
	.btn3 {
		text-align: center;
		width: 180px;
		height: auto;
	}
	.wirted1 {
		max-width: 624px;
		min-height: 609px;
		background-color: rgba(255,255,255,0.9);
		align-self: center;
		margin: 60px 0px 60px 0px;
		position: relative;
		padding: 205px 150px 0px 106px;
		height: auto;
		width: 100%;
	}
	.ig7 {
		background: url(/static/img/7.png);
		background-size: 538px 238px;
		background-repeat: no-repeat;
		background-position: right top;
	}
	.wirted2 {
    width: 624px;
	min-height: 609px;
	height: auto;
    background-color: rgba(255,255,255,0.9);
    align-self: center;
    margin: 239px 0px 60px 0px;
    position: relative;
    padding: 205px 150px 0px 106px;
}
.ig8a {
    width: 100%;
    height: 728px;
    max-width: 580px;
    position: relative;
    left: 189px;
    background-repeat: no-repeat;
    top: 0;
    background-position: center;
    background-size: auto 100%;
}
	.btn8a {
		position: absolute !important;
		left: 368px;
		z-index: 15;
		bottom: 55px;
		border: none !important;
		padding-right: 86px !important;
		padding-left: 23px !important;
	}
	.pt17
{
  padding-top:112px;
}
	.h-60-f {
		font-size: 40px;
		color: #FFFFFF;
		letter-spacing: 0;
		line-height: 54px;
	}
	.h-26-f {
		font-size: 20px !important;
		color: #FFFFFF !important;
		letter-spacing: 0;
		line-height: 24px !important;

  }
  .fulidli h4
{
  font-family: MHeiPRC-Heavy;
font-size: 30px;
color: #333333;
letter-spacing: 0;
line-height:46px;
font-weight:600;
}
.fulidli p
{
  font-family: MHeiPRC-Medium;
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
line-height:30px;
margin-top: 20px;
}
	.h-26-6 {
		font-family: MHeiPRC-Medium;
		font-size: 20px !important;
		color: #666666 !important;
		letter-spacing: 0;
		line-height: 30px !important;
	}
	.h-20-6 {
		font-family: MHeiPRC-Medium;
		font-size: 18px !important;
		color: #666666 !important;
		letter-spacing: 0;
		line-height: 24px !important;
	}
	.h-60-3 {
		font-size: 40px;
		color: #333333;
		letter-spacing: 0;
		line-height: 50px;
		font-weight: 600;
	}
	.h-40-3 {
		font-family: MHeiPRC-Heavy;
		font-size: 30px !important;
		color: #333333 !important;
		letter-spacing: 0;
		line-height: 36px !important;
	}
	.h-26-3 {

		font-family: MHeiPRC-Medium;
		font-size: 20px !important;
		color: #333 !important;
		letter-spacing: 0;
		line-height: 30px !important;
	
	}
  .badr3 {
    width: 40px;
    border: 1px solid #E22400;
    position: absolute;
    z-index: 10;
    top: 7px;
    left: 64%;
}
  .h-140-3 {
    font-family: MHeiPRC-Xbold;
    font-size: 60px;
    color: #333333;
    letter-spacing: 0;
    line-height: 100px;
    font-weight: 600;
}
	.h-100-15 {
    font-family: MHeiPRC-Xbold;
    font-size: 80px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 145px;
    font-weight: 600;
}
.h-20-f
{

  font-size: 18px;
color: #ffffff !important;
letter-spacing: 0;
line-height: 24px;
}
.h-40-6 {
    font-family: MHeiPRC-Heavy;
    font-size: 30px !important;
    color: #333333 !important;
    letter-spacing: 0;
    line-height: 36px !important;
}
.h-26-2 {
    font-family: MHeiPRC-Medium;
    font-size: 20px;
    color: #2A2A2A;
    letter-spacing: 0;
    line-height: 30px;
}
.h-100-15 {
    font-family: MHeiPRC-Xbold;
    font-size: 80px;
    color: #151515;
    letter-spacing: 0;
    text-align: center;
    line-height: 145px;
    font-weight: 600;
}

}
@media(min-width: 1800px)and (max-width: 1920px){
	.ati1 {
		width: auto !important;
		max-width: 1200px !important;
		max-height: 800px;
  }
  .ig2 {
    position: relative;
    z-index: 4;
    margin-top: 105px;
    width: 100% !important;
    height: auto;
}
	
	.ig16 {
    position: relative;
    z-index: 4;
    margin-top: 135px;
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
}
	.ati2 {
		width: auto !important;
		max-width: 1200px !important;
		left: -1200px !important;
		max-height: 800px;
	}
	
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 6%;
		right: -75%;
		height: auto;
	}
	
}
@media(min-width: 1920px){
  .header-masthead {
    position: absolute;
    z-index: 3;
    top: calc(45% - 5px);
    left: calc(15% + 3px);
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}

.consg1
{
  margin-top:9px !important;
}
}
@media(min-width: 2100px){

#conatyin1 {
  position: relative;
  z-index: 100;
  top: -376px;
}
}
@media (min-width: 1440px)and (max-width: 1520px){
.header-masthead {
    position: absolute;
    z-index: 3;
    top: calc(45% - 5px);
    left: calc(3% + 8px);
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}
}
@media(min-width: 1920px)and (max-width: 4600px){
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    min-width: 420px;
    max-width: 1200px;
    max-height: 800px;
    min-height: 700px;
    width: 60%;
    height: auto;
    text-align: center;

    top: -49px;
  }
  
  .intertwo
{
  padding-top: 12rem !important;
}
  .bnr-btm-right.two {
    float: left;
    width: 60%;
    padding: 15rem 31rem 0rem 5rem;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
}
  

.conatyin2 {
  position: relative;
  z-index: 100;
  top: -297px;
}
  .ig2 {
    position: relative;
    z-index: 4;
    margin-top: 105px;
    width: 100% !important;
    height: auto;
}
  .ig16 {
    position: relative;
    z-index: 4;
    margin-top: 135px;
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
}

.hez1 {
    width: 312px;
    height: 172px;
    background-color: #7124D3 !important;
    text-align: center;
    padding: 40px 58px 40px 58px;
    position: absolute;
    bottom: -86px;
    left: 310px;
}
.wz2 {
  width: 100%;
  height: auto;
  min-height: 713px;
  padding: 254px 89px 0px 142px;
  top: 100px;
}
.ati3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43px;
  background-color: #fff;
  right: 50%;
  top: 27%;
}
.ati4::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 43px;
	background-color: #fff;
	right: 0;
	top: 27%;
}
 
.sytm1 {
  background: url(/static/img/bg2.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 9rem 0rem 0rem 9rem;
  float: left;
  background-size: cover
}
.sytm3 {
  background-image: url(/static/img/bg.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 10rem 4rem 5rem 9rem;
  float: right;
  background-size: cover
}
.ati1
{
  width: auto !important;
  max-width: 1200px !important;
  max-height: 800px;
  
}
.ati2
{
  width: auto !important;
  max-width: 1200px !important;
  left: -1200px !important;
  max-height: 800px;
}
.bnr-btm-left.two {
    float: right;
    width: 100%;
    position: absolute;
    top: 8%;
    right: -82%;
    height: auto;
}
.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 17em 7em 1em 26em;
    background: url(/static/img/11.png);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
}
}
@media(min-width: 1400px)and (max-width: 1600px){
  .bnr-btm-left.two {
    float: right;
    width: 100%;
    position: absolute;
    top: 6%;
    right: -82%;
    height: auto;
}
.intertwo
{
  padding-top: 13rem !important;
}
.header-masthead {
    position: absolute;
    z-index: 3;
    top: calc(45% - 5px);
    left: calc(3% + 5px);
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}	
.sytm3 {
  background-image: url(/static/img/bg.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 11rem 4rem 5rem 9rem;
  float: right;  
    background-size: cover
}
.sytm1 {
  background: url(/static/img/bg2.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 10rem 0rem 0rem 9rem;
  background-size: cover
}
 /*grid figure {*/
  /* position: relative; */
  /* float: left; */
  /* overflow: hidden; */
  /* margin: 0 auto; */
  /* width: 60%; */
  /* height: auto; */
  /* background: #3085a3; */
  /* text-align: center; */
  /* cursor: pointer; */
  /* top: -80px; */


.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  width: 60%;
  height: auto;
  text-align: center;
  cursor: pointer;
  min-width: 420px;
  max-width: 1200px;
  max-height: 800px;
  min-height: 600px;
  top: -86px;
}
.ati1
{
  width: auto !important;
  max-width: 1200px !important;
  max-height: 800px;
  
}
.ati2
{
  width: auto !important;
  max-width: 1200px !important;
  left: -1200px !important;
  max-height: 800px;
}
.bnr-btm-right.two {
    float: left;
    width: 60%;
    padding: 16rem 25rem 7rem 3rem;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
}
.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 13em 1em 0em 22em;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
    background-size: auto 770px;
}
.bnr-btm-left {
    float: left;
    width: 100%;
    position: absolute;
    top: 19%;
    left: -8%;
}

}
@media(min-width: 568px)and (max-width: 1366px){
  .yets1 {
    opacity: 1 !important;
    height: 580px !important;
    width: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 600px;
    margin-top: 2px;
  
}
.yets {
  opacity: 1 !important;
  height: 580px !important;
  width: 100% !important;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 600px;
  margin-top: 2px;
  background-size: cover;
}
}
@media(min-width: 1600px)and (max-width: 1800px){
  .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 auto;
    width: 60%;
    height: auto;
    text-align: center;
    cursor: pointer;
    min-width: 420px;
    max-width: 1200px;
    max-height: 800px;
    min-height: 800px;
    top: -64px;
}
.intertwo
{
  padding-top: 13rem !important;
}
	.ati1 {
		width: auto !important;
		max-width: 1200px !important;
		max-height: 800px;
	}
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 6%;
		right: -75%;
		height: auto;
	}
	.ati2 {
		width: auto !important;
		max-width: 1200px !important;
		left: -1200px !important;
		max-height: 800px;
	}
  .header-masthead {
    position: absolute;
    z-index: 3;
    top: calc(45% - 5px);
    left: 11%;
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}
.sytm3 {
  background-image: url(/static/img/bg.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 10rem 4rem 5rem 8rem;
  float: right;
  background-size: cover
}
.sytm1 {
  background: url(/static/img/bg2.png);
  width: 100%;
  min-height: 480px;
  max-width: 480px;
  height: auto;
  padding: 8rem 0rem 0rem 9rem;
  float: left;
  background-size: cover
}
.ati1
{
  width: auto !important;
  max-width: 1200px !important;
  max-height: 800px;
  
}
.ati2
{
  width: auto !important;
  max-width: 1200px !important;
  left: -1200px !important;
  max-height: 800px;
}
.bnr-btm-right.two {
    float: left;
    width: 60%;
    padding: 17rem 29rem 7rem 4rem;
    background: url(/static/img/11.png)no-repeat;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;

    overflow: hidden;
} 
.bnr-btm-left {
    float: left;
    width: 100%;
    position: absolute;
    top: 13%;
    left: -8%;
}
  .bnr1
{
  margin-left: 140px;
  
}

.bnr-btm-left.two {
    float: right;
    width: 100%;
    position: absolute;
    top: 6%;
    right: -80%;
    height: auto;
}
.bnr-btm-right {
    float: right;
    width: 60%;
    padding: 17em 4em 1em 26em;
    background: url(/static/img/11.png);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
}
  }
  @media(min-width: 1550px)and (max-width: 1650px){
    .bnr-btm-right {

    float: right;
    width: 60%;
    padding: 18em 1em 1em 26em;
    background:url(/static/img/11.png);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
    min-height: 950px;
    max-height: 950px;

}
.brt1
{

    float: right;
    width: 60%;
    padding: 18em 1em 1em 26em !important;
    background: url(/static/img/11.png);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    height: auto;
    text-align: left;
    min-height: 950px;
    max-height: 950px;

}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 420px;
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    top: -58px;
}
  }
@media (max-width:1280px){

	
	.staff2 p {
		margin: 8px 0;
		padding: 0 0px;
	}
	h3.tittle,h2.tittle {
		font-size: 4.5em;
		margin-bottom: 1em;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: 17%;
		left: -0.4%;
	}
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 16%;
		right: -64%;
	}
}
@media (max-width:1024px){
	.modal-dialog.about {
		width: 757px;
		margin: 20px auto;
	}
	figure.effect-ming p {
		padding: 1em 1em;
		font-size: 1em;
	}
	.bnr-btm-left {
		float: left;
		width: 37%;
		position: absolute;
		top: 28%;
		left: -0.4%;
	}
	.bnr-btm-left.two {
		    float: right;
			width: 40%;
			position: absolute;
			top: 30%;
			right: -63.5%;
	}
	figure.effect-ming h3 {
		margin: 10% 0 0px 0;
		font-size: 2.5em;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 1%;
		min-width: 648px;
		max-width: 60%;
		max-height: 100%;
		width: 60%;
	}
	figure.effect-jazz h4 {
		font-size: 2em;
		opacity: 0;
		margin-top: 1em;
	}
	figure.effect-jazz p {
		padding: 0.5em 1.5em;
		text-transform: none;
		font-size: 1em;
	}
	bottom-section {
      min-height: 500px;
	}
	.bottom-section h4 {
		font-size: 4em;
		padding-top: 5em;
		font-weight: 700;
		margin: 0 auto;
		padding-right: 4em;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 78px;
		left: 0;
	}
	h3.tittle,h2.tittle {
		font-size: 4.5em;
		margin-bottom: 1em;
	}
	.bottom-section {
      min-height: 500px;
	}
	h1.title a {
      font-size: 2em;
	}
	.content-part span {
		font-size: 23px;
		margin-left: 8em;
	}
	.banner {
		min-height: 370px;
	}
}
@media (max-width:991px){
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 1%;
		min-width: 558px;
		max-width: 371px;
		max-height: 100%;
		width: 60%;
	}
	.bnr-btm-right {
		float: right;
		width: 60%;
		padding: 10em 2em 0em 12em;
		background: url(/static/img/11.png)no-repeat;
		box-shadow: 0 1px 1px rgba(0,0,0,.05);
		-o-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
		height: auto;
		text-align: left;
    min-height: 700px;
    background-size:cover;
	}
	figure.effect-jazz {
		min-width: 283px;
		max-width: 371px;
		max-height: 321px;
	}
	.bottom-section h4 {
		font-size: 3em;
		padding-top: 5em;
		font-weight: 700;
		margin: 0 auto;
		padding-right: 6em;
	}
	.modal-dialog.video {
		width: 654px;
		margin: 110px auto;
	}
	.staff2 {
		text-align: center;
		margin: 0 auto;
		float: left;
		width: 50%;
		margin-bottom: 3em;
	}
	.staff {
		padding: 7em 0 5em 0;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 61px;
	}
	.Categories {
		margin: 0;
		margin-top: 3em;
	}
	.bottom-grid:nth-child(2) {
		margin-top: 3em;
	}
	.bottom-grid h5 {
		color: #fff;
		font-size: 2.7em;
		margin-bottom: 0.4em;
	}
	.pic:nth-child(2) {
		margin-top: 3em;
	}
}
@media (max-width:800px){
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 1%;
		    min-width: 225px;
		max-width: 371px;
		max-height: 321px;
		width: 48%;
	}
	.grid figure figcaption {
      padding: 1em 1em;
	}
	figure.effect-ming p {
		padding: 1em 1.3em;
		font-size: 0.75em;
	}
	h3.tittle,h2.tittle {
		font-size: 4em;
		margin-bottom: 0.6em;
	}
	figure.effect-jazz p {
		padding: 0.5em 0.5em;
		text-transform: none;
		font-size: 0.9em;
	}
	figure.effect-jazz h4 {
		font-size: 1.6em;
		opacity: 0;
		margin-top: 1em;
	}
	.bottom-section {
		min-height: 400px;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 10px;
	}
	.bnr-btm-right {
		float: right;
		width: 62%;
		padding: 4em 1em 4em 1em;
	}
	.bnr-btm-right.two {
		float: left;
		width: 62%;
		padding: 4em 1em 4em 2em;
	}
	.modal-dialog.about {
		width: 657px;
		margin: 20px auto;
	}
	figure.effect-ming figcaption::before {
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
	}
    .banner-center h3 {
       font-size: 4em;
	}
	p.vd {
		font-size: 1.6em;
		line-height: 2em;
		margin: 0 auto;
		width: 97%;
	}
	h1.title a {
     font-size: 1.8em;
	}
	.banner {
		min-height:320px;
	}
}
@media (max-width:768px){
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 1%;
		min-width: 216px;
		max-width: 371px;
		max-height: 321px;
		width: 48%;
  }
  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    min-height:220px;
  }
	.header-masthead {
		position: absolute !important;
		z-index: 3 !important;
		top: calc(45% - 5px) !important;
		left: calc(0% + 10px) !important;
		max-width: 1338px !important;
		width: 100% !important;
		height: auto !important;
		text-align: left !important;
		float: left !important;
	}
	[class*="u-navtg2"].u-nav-primary .nav-link.active {
  
		color:#D3246D !important;
	  }
	  [class*="u-navtg1"].u-nav-primary .nav-link.active {
  
		color: #7124D3 !important;
	  }
	
	  [class*="u-navtg3"].u-nav-primary .nav-link.active {
	   
		color:#DF721E !important;
	  }
	.g-left-75 {
		left: 13%;
	}
	.slick-track
	{
		width: 100% !important;
		margin-top: 510px;
	}
	.yets {
		height:auto!important;
		width: 100% !important;
    max-width:100%  !important;
    min-height: 220px;
    background-size: cover;
  
	}
	.yets1 {
		height: auto!important;
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
		margin-top: -114px !important;
	}
	.bnr-btm-left.two {
		float: right !important;
		width: 100% !important;
		position: absolute !important;
		top: 8% !important;
		left: 31px !important;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 10px;
	}
	.bnr-btm-right {
		float: right;
		width: 62%;
		padding: 4em 1em 4em 1em;
	}
	.bnr-btm-left {
    float: left !important;
    width: 100% !important;
    position: absolute !important;
    padding: 10em 2em 0em 0em !important;
    margin: 0 !important;
}

	.bnr-btm-right.two {
		float: left;
		width: 62%;
		padding: 4em 1em 4em 2em;
	}
	.modal-dialog.about {
		width: 657px;
		margin: 20px auto;
	}
}

@media (max-width:640px){
	.bnr-btm-right {
		width: 100%;
		padding: 2em 1em 2em 1em;
	}
	.inner-content {
		padding: 6em 0;
		text-align: center;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: -1%;
		left: 30px;
		padding: 2em 1em;
		margin: 0;
	}
	.bnr-btm-right.two {
		float: left;
		width: 100%;
		padding: 4em 1em 4em 2em;
		min-height: 450px;
	}
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 17px;
		right: 0;
		padding: 2em 3em;
	}
	.top_section.two {
		position: relative;
		margin-bottom: 0em;
		margin-top: 2em;
	}
	.bnr-btm-right {
		width: 100%;
		padding: 2em 1em 2em 1em;
		margin-top:24em;
	}
	.modal-dialog.about {
		width: 557px;
		margin: 20px auto;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 0px;
	}
	.grid.slideanim {
		float: left;
		width: 100%;
	}
	.grid figure {
	    position: relative;
    float: left;
    overflow: hidden;
    max-height: 291px;
    width: 100%;
    height: auto;
}
	}
	figure.effect-jazz p {
		padding: 0.5em 0.5em;
		text-transform: none;
		font-size: 1.1em;
	}
	.modal-dialog.video {
		width: 554px;
		margin: 110px auto;
	}
	figure.effect-jazz h4 {
		font-size: 2.5em;
		opacity: 0;
		margin-top: 2.5em;
	}
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 16%;
		min-width: 299px;
		max-width: 371px;
		max-height: 321px;
		width: 48%;
	}
	figure.effect-ming img,.bnr-btm-left img {
		opacity: 0.9;
		text-align: center;
		margin: 0 auto;
	}
	.banner-center h3 {
       font-size: 4em;
	}
	p.vd {
		font-size: 1.6em;
		line-height: 2em;
		margin: 0 auto;
		width: 97%;
	}
	h1.title a {
		font-size: 1.5em;
	}
	.content-part span {
		font-size: 19px;
		margin-left: 7em;
		font-weight: normal;
	}
	.banner {
		min-height: 250px;
	}
	h1.title {
      padding: 2.5em 10px 20px;
	}
	.response h3, .opinion h3 {
      font-size: 2.7em;
	}
	#gallery ,.blog,.typography{
		padding:6em 0;
	}
	.map {
		padding: 2em 0 5em 0;
	}
	.blog-left-right a {
		text-decoration: none;
		margin: 1em 0 1em 0;
		font-size: 1.6em;
		line-height: 1.8em;
	}
	h1.title {
      padding:2.5em 10px 20px;
	}

@media (max-width:600px){
	.inner-content{
	   padding:5em 0;
	}
	.modal-dialog.video {
		width: 437px;
		margin: 110px auto;
	}
	.bottom-section h4 {
		font-size: 2.5em;
		padding-top: 5em;
		margin: 0 auto;
		padding-right: 5em;
	}
	.grid.slideanim {
		float: left;
		width: 86%;
		    padding: 0;
	}
	
		.link--takiri::before {
		content: '';
		position: absolute;
		height: 18px;
		width: 100%;
		top: 50%;
		margin-top: -18px;
		left: -1%;
		z-index: -1;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: -1%;
		left: 17px;
		padding: 2em 1em;
		margin: 0;
	}

   figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 22%;
		min-width: 299px;
		max-width: 371px;
		max-height: 321px;
	}
	.bnr-btm-left.two {
		float: right;
		width: 76%;
		top: 0px;
		right: 0;
		padding: 2em 0em;
	}
	.comments-right {
		padding: 0;
		margin-top: 1.8em;
	}
}
@media (max-width:568px){
	a.link.link--takiri {
		    font-weight: normal;
		font-size: 3em;
  }
  .gtme3 {
    height: 56px;
    text-align: center;
    border-bottom: 2px solid #DF721E;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-right: 16px;
}
  .pt0-15 {
    margin-top: 150px;
}
	.link--takiri span {
		font-size: 29%;
	    font-weight: normal;
		position: absolute;
		right: -10px;
		bottom: -22px;
  }
  .badr3 {
    width: 20px;
    border: 1px solid #E22400;
    position: absolute;
    z-index: 10;
    top: 68px;
    right: 84px;
}
  .guy1 {
    text-align: center;

  }
	.bnr-btm-right {
		width: 100%;
		padding: 12em 1em 3em 1em;
		min-height: 520px;
	}
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 0%;
	}

.bnr-btm-left {
    float: left !important;
    width: 100% !important;
    position: absolute !important;
    padding: 12em 2em 0em 0em !important;
    margin: 0 !important;
}
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 2px 4%;
		min-width: 299px;
	}
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 1px;
		right: 0;
		padding: 2em 3em;
	}
	.portfolio-modal .modal-content h3 {
		margin: 0;
		font-size: 3.5em;
		color: #fff;
		margin-bottom: 0.5em;
	}
	.modal-dialog.about {
		width: 437px;
		margin: 20px auto;
	}
	.bottom-section h4 {
		font-size: 2.7em;
		padding-top: 5em;
		font-weight: 700;
		margin: 0 auto;
		padding-right: 11em;
	}
	h1.title a {
		font-size: 1.4em;
	}
	.content-part span {
		font-size: 18px;
		margin-left: 5em;
	}
	.banner {
		min-height:188px;
	}

	.Categories h3, .comments h3 {
		font-size:2.75em;
		margin: 0 0 0.3em 0;
	}
	.media-left.response-text-left {
		width: 23%;
		float: left;
  }
  .fulidli
{
  margin-top: 40px;
}
.fulidli img
{
  width:52px;
  height:52px;
  border-radius: 50%;
}
.fulidli h4
{
  font-family: MHeiPRC-Heavy;
font-size: 20px;
color: #333333;
letter-spacing: 0;
line-height:24px;
font-weight:600;
}
.fulidli p
{
  font-family: MHeiPRC-Medium;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
line-height:16px;
margin-top: 10px;
}
	.h-16-f1
{
  opacity: 1;
font-size: 20px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 30px;
}
.h-16-f2
{

font-size: 12px;
color: #FFFFFF !important;
letter-spacing: 0;
text-align: center;
line-height: 19px !important;
}
.h-16-3
{

font-size: 14px;
color: #333333 !important;
letter-spacing: 0;
text-align: center;
line-height: 19px !important;
}

.botm1 {
  line-height: 45px;
  margin-right: 25px;
  opacity: 0.8;
  color: #ffffff;
  font-size: 14px;
}
.bag1
{
  background: #E22400;
}
.wid1 {
  width: 100%! important;
  height: 52px;
  padding: 13px 0pt 20pt 20pt;
}
.navt1:hover
{
  background-color: #D3242B  !important;
  color: #ffffff !important
}
.navt2:hover
{
  background-color:#7124D3   !important;
 color: #ffffff !important
}



.navt3:hover
{
  background-color: #247BD3   !important;
  color: #ffffff !important

}

.navt4:hover
{
  background-color: #D3246D   !important;
  color: #ffffff !important
}
.navt5:hover
{
  background-color: #DF721E  !important;
  color: #ffffff !important
}
.navt6:hover
{
  background-color:#1EBB6C    !important;
  color: #ffffff !important
}
.navt7:hover
{
  background-color: #24C6D3   !important;
  color: #ffffff !important
}
.navt8:hover
{
  background-color:#E74B2D !important;
  color: #ffffff !important
}
.bag1
{
  background-color: #D3242B  !important;
}
.bag2
{
  background-color:#7124D3   !important;
}
.bag3
{
  background-color: #247BD3   !important;
}

.bag4
{
  background-color: #D3246D   !important;
}
.bag5
{
  background-color: #DF721E  !important;
}
.bag6
{
  background-color:#1EBB6C    !important;
}
.bag7
{
  background-color: #24C6D3   !important;
}
.bag8
{
  background-color:#E74B2D !important;
}
.cony
{
 max-width: 1920px !important;
 padding: 0px !important;
 overflow: hidden;


}
.cony2
{
 max-width: 1920px !important;




}
.pad1
{
  padding: 0px !important;
}
.hr1
{
 border: 1px solid #fff;
 margin-bottom: 30px;

}
.dl1 {
  margin-top: 16px;
  width: 100%;
  height: 58px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: 0 solid #333333;
  border-radius: 22px;
  opacity: 0.6;
}
.ig1
{
  
  max-width: 1920px;
  height: 278px;
  width: 100%;
}
.settop1
{
  padding: 60px 0px 60px 0px;  
}

.dropdown-item :hover

{
  border-bottom: 1px solid #ffffff;
}
.header-masthead
{
    position: absolute;
    z-index: 3;
top: calc(45% - 5px);
left: calc(14% + 10px);
    max-width: 1338px;
    width: 100%;
    height: auto;
    text-align: left;
}
.settop3
{
  padding: 100px 0px 0px 0px;  
}



.h-80-f
{

font-size: 30px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 36px;
}
.h-26-f
{
  font-size: 14px !important;
color: #FFFFFF !important;
letter-spacing: 0;
line-height: 16pt !important;  

}
.h-26-3
{
  font-family: MHeiPRC-Medium;
font-size: 14px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 20px !important;
}
.h-12-e
{
  font-family: MHeiPRC-Xbold;
font-size: 12px;
color: #E22400;
letter-spacing: 0;
line-height: 18px;
font-weight:600;
}
.h-60-3
{
  font-size: 30px;
color: #333333;
letter-spacing: 0;
line-height: 36px;
font-weight: 600;
}
.settop2
{
  padding: 0px 0px 60px 0px !important;
}
.ig2
{
    background-image:url(/static/img/3.png);
       position: relative;
    z-index: 4;
    margin-top: -104px;
    width: 100% !important;
    height: auto;
}
.h-20-p3
{
  font-size:20px !important;
  color:#333333;
  line-height: 23px !important;
  font-weight: 600;
}
.h-20-p6
{
  font-size:20px !important;
  color:#666666 !important;
  line-height: 23px !important;
  font-weight: 600;
}
.lxt{
  position: relative;
  right: 68px;
  top: -3px;

}
.h-20-3
{
  font-size:20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24pt;
}
.h-40-f1
{
  font-size:20px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 24px;
font-weight: 600;
}
.h-40-6
{
  font-family: MHeiPRC-Heavy;
font-size: 20px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 24px !important;

}
.h-20-f
{

  font-size: 12px;
color: #ffffff !important;
letter-spacing: 0;
line-height: 14px;
opacity:0.8;
}
.h-20-6
{
  font-family: MHeiPRC-Medium;
font-size: 14px !important;
color: #666666 !important;
letter-spacing: 0;
line-height: 24px !important;
}

.bor1
{
  display:inline-block;
  border-top: 1px solid #E22400;
  vertical-align:5px;
}
.miw1
{
  max-width: 563px;
  height: auto;
}
.ig3 {
  background-image: url(/static/img/4.png);
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 247px;
  height: 263px;
}
.ig4
{
  background-image:url(/static/img/6.png);
  width: 100%;
  height: 950px;
}
.h-26-6
{
  font-family: MHeiPRC-Medium;
font-size: 14px !important;
color: #666666 !important;
letter-spacing: 0;
line-height: 20px !important;
}
.left1
{
  position: absolute;
  z-index: 6;
 margin: -17px 0px 0px -300px;
}
.right1
{
  position: relative;
  z-index: 5;
  margin:-150px 0px 0px 467px;
  height: auto;
}
.ig5
{
  width: 100%;
  max-width: 1060px;
  height: auto;
  max-height: 800px;
}
.ig6
{
  width: 100%;
  max-width: 1268px;
  height: 950px;
  max-height: 950px;
}
.h-12-f
{
  font-size: 12px;
color: #FFFFFF !important;
letter-spacing: 0;
line-height: 18px;


}
.bar1
{
  position: relative;
  z-index: 7;



}
.col-f6 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-f4
{
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.h-bad1 {
  position: relative;
  left: 29px;
  top: -7px;
  margin-bottom: 0px !important;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  word-break: break-word;
  word-wrap: break-word;
  width: 91%;
}
.badr1
{
  width: 20px;
  border: 1px solid #ffffff;
  position: absolute;

  z-index: 7;
}
.badr2
{
  width: 20px;
  border: 1px solid #E22400;
  position: absolute;

  z-index: 7;
}
.badr10 {
  width: 20px;
  border: 1px solid #1EBB6C !important;
  position: absolute;
  z-index: 7;
}
.h-12-1 {
  font-family: MHeiPRC-Xbold;
  font-size: 12px !important;
  color: #1EBB6C !important;
  letter-spacing: 0;
  line-height: 18px !important;
  font-weight:600;
}
.h-60-f
{
  font-size: 30px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 36px;
font-weight:600;
}
.btn1
{
  background: #FFFFFF;
border-radius: 2px;
width: 200px;
height: 60px;
margin-top: 60px;
color: #E22400;

}
.btn
{
  border-radius:2px !important;
}
.btn11
{
  max-width: 40%;
  flex: 0 0 35%;
  width: 100%;
  height: 48px;
  padding: 0px;
  margin-left: 13px;
  margin-top: 19px;
}

.btn3
{
  text-align: center;
  width: 120px;
  height: 40px;
}
.ig7
{
   background: url(/static/img/7.png);
background-size: 651px 454px;
background-repeat: no-repeat;
background-position: right top;
  
}
.h-140-f
{
  opacity: 0.9;
font-family: MHeiPRC-Xbold;
font-size: 140px;
color: #E22400; 
line-height:165px;
}
.h-200-f
{
  opacity: 0.9;
font-family: MHeiPRC-Xbold;
font-size: 200px;
color: #E22400;
letter-spacing: 0;
line-height: 235px;
}
.ig8
{
  
  background: url(/static/img/8.png)35% 100%;;

    background-repeat: repeat;
    background-repeat: no-repeat;
    background-size: 580px 728px;
   

}
.wirted1 {
  width: 75%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  align-self: center;
  position: absolute;
  padding: 102px 34px 108px 34px;
  top: 0;
  z-index: 15;
  left: 30px;
  margin-top: 30px;
}
.h-40-3
{
  font-family: MHeiPRC-Heavy;
font-size: 20px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 30px !important;
font-weight: 600;
}
.h-24-6
{
  font-family: MHeiPRC-Medium;
font-size: 14px;
color: #666666;
letter-spacing: 0;
line-height: 16px;
}
.ig9
{
  width: 100%!important;
  height: auto;
  max-width: 100%;
}
.sytm1
{
  background: url(/static/img/bg2.png);
    width: 100%;
    min-height: 222px;
    max-width: 480px;
    height: auto;
    padding: 65px;
    float: left;
    background-size: cover
}

.sytm2 {
  height: auto;
  width: 100% !important;
  max-width: 100%;
  position: relative;
}
.pad1
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.sytm3
{
  background-image: url(/static/img/bg.png);
  width: 100%;
  min-height: 222px;
  max-width: 480px;
  height: auto;
  float: right;
 
  padding: 65px;
  background-size: cover
}
.ig10
{
  width: 100%;
  height: auto;
}
.femto1
{

    width: 669px;
    height: 430px;

    display: table-cell; 
    vertical-align: middle;
    text-align: center;
  }
  .femto2
{

    width: 669px;
    height: 316px;

    display: table-cell; 
    vertical-align: middle;
    text-align: center;
  }
 .pt1
 {
  margin-top: 60px !important;
 }
 .pt2
 {
  margin-top: 40px !important;
 }
 .pt3
 {
  margin-top: 16px !important;
 }
 .org1
 {
  color:#e74b2d !important;
 }
 .orel1
 {
  color: #E22400 !important;
 }
 .teal1
 {
  text-align: center;
 }
 .anli p
 {
  
  line-height:20px;
 }
 .anli img
 {
   width:100%;
   height:auto;
   max-width:100%;
 }
 .ig11
 {
  width: 60px !important;
 height: 60px !important;

  border-radius: 50%;
 }
 .user1
 {
  text-align: center;
    background: #fff !important;
    padding: 60px;
 }
 .mrt0 {
  margin-top: 100px !important;
}
.bigt1 {
  width: 16px;
  height: 15px;
  margin-left: 16px;
}
.hbtn1 {
  border: 1px solid #999999;
  border-radius: 4px;
  width: 100%;
  height: auto;
  padding: 10px;
}
 .col-f3
 {
  flex: 0 0 25%;
  max-width: 25%;
 }
 .col-f5
 {
  flex: 0 0 50%;
  max-width: 50%;
 }
 .pdt1 {
  border-bottom: 0.5px solid #e8e8e8;
}
  .pdt3
 {

  border-bottom: 1px solid #e8e8e8;
  
 }
 .bgy1 {
  width: 32%;
  text-align: center;
  height: 60px;
  margin-left: -6px;
}
 .pdt1:hover
 {
   background: #E74b2d ;
   color: #ffffff !important;
 }
 .pdtt1
 {
      
    width: 400px;
    height: auto;
    display: inline-block;
    min-height: 90px;
    padding: 35px 0px 30px 76px;

 }
  .pdtt2
 {
      color: #333333 !important;
    width: 400px;
    height: auto;
    display: inline-block;
    min-height: 90px;
    padding: 30px 0px 30px 76px;

 }
 .pdtt3 {
  color: #333333 !important;
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 60px;
  padding: 20px 0px 20px 20px;
  min-width: 375px;
}
 .pdt4
 {
  border-bottom: 3px solid #df721e;
  padding-bottom: 20px;
}
 
 .pdtt4 {
  
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 90px;
  padding: 30px 30px 30px 20px;
}
 .pdtt1:hover 
 {
  color: #ffffff !important;
 
 }
 .pdt1:hover a
 {
  color: #ffffff !important;
 }
 .user2
 {
  
  background-color:#ffffff;
 }
 .gtme1 {
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #E22400;
  margin-left: 15px;

  margin-right: 15px;
}

.btn7 {
  width: 100px;
  height: 44px;
  text-align: center;
  border-radius: 2px;
  background: #E22400;
  float: left;
  margin-top: 20px;
}
.bg27 {
  background-image: url(/static/img/z1.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 15px 15px;
  margin-top: 6px;
}
 .gtme2
 {

  text-align: left;

   padding-left: 25px;
padding-right: 15px;

 }
 .hr2
 {
   margin-top: -30px;
   border-color: #e8e8e8;
   border: 0.5px solid #e8e8e8;
 }
.mr1
{
  margin-top: -18px;
}
.btn2 {
  width: 100px;
  height: 44px;
  text-align: center;
  background: #DCDCDC;
  float: right;
  margin-right: 20px;
}
.btn4 {
  width: 100px;
  height: 44px;
  text-align: center;
  border-radius: 2px;
  background: #E22400;
  float: right;
}
.btn5
{
   width: 180px;
   height: 68px;
   text-align: center;
   border-radius: 2px;
   background: #E22400;
   float: left

}
.btn6
{
   width: 400px;
   height: 68px;
   text-align: center;
   background: #DCDCDC;
   float: left;
   margin-right: 20px;  
}
.ig12
{
   margin:60px 0px 40px 0px;
   min-width: 400px;
   max-width:400px;
   width: 100%;
   height:auto;
   min-height: 400px;
   max-height: 400px;
}
.h-20-9
{
  font-family: MHeiPRC-Medium;
font-size: 20px !important;
color: #999999 !important;
letter-spacing: 0;
line-height: 24px !important;
}
.ig13
{
   margin:60px 0px 0px 60px;
   min-width: 74px;
   max-width:74px;
   width: 100%;
   height:auto;
   min-height: 80px;
   max-height: 80px;
}
.ig14
{
   margin: 66px 0px 0px 60px;
   min-width: 56px;
   max-width:56px;
   width: 100%;
   height:auto;
   min-height: 56px;
   max-height: 56px;
}
.mars1
{
  margin:20px 0px 0px 60px;
}
.ant {
  float: right !important;
  width: 88px !important;
  height: 44px !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 39% !important;
}


.ig15 {
 max-width: 100%;
  width: auto;
 height: 508px;
}

.badr4 {
  border: 1px solid #7124D3;
  width: 20px;
  position: absolute;
  z-index: 10;
  top: 68px;
  right: 76px;
}
.badr5
{
    width: 20px;
  border: 1px solid #7124D3;
  position: absolute;
  z-index: 7;
}
.ig16
{
    background-image:url(/static/img/15.png);
       position: relative;
    z-index: 4;
    margin-top: -75px;
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
}
.h-26-7
{
  font-family: MHeiPRC-Heavy;
font-size: 14px;
color: #7124D3;
letter-spacing: 0;
line-height: 20px;
}
.h-140-3 {
  font-family: MHeiPRC-Xbold;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 600;
}
.h-100-15
{
  font-family: MHeiPRC-Xbold;
font-size: 50px;
color: #151515;
letter-spacing: 0;
text-align: center;
line-height: 106px;
font-weight: 600 !important;
}
.guy1
{
  text-align: center;
}
.guy2 {
  text-align: left;
  padding: 4rem 2rem 4rem 2rem;
} 
.ig17
{
 background-image:url(/static/img/16.png)  ;
 background-repeat: no-repeat;  
background-position:center right;
    width: 100% !important;
    height: auto;

}
.ig18
{
    
 background-image:url(/static/img/17.png);
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.row1
{
  margin:0px !important; 
}
.h-20-7
{
  font-family: MHeiPRC-Medium;
font-size: 20px;
color: #7124D3;
letter-spacing: 0;
text-align: center;
line-height: 24px;
}
.bg1 {
  background-image: url(/static/img/jth.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  top: 14px;
  background-size: 18px;
  margin-left: 6px;
}
.h-12-7
{
  font-family: MHeiPRC-Xbold;
font-size: 12px !important;
color: #7124D3 !important;
letter-spacing: 0;
line-height: 18px !important;
font-weight:600;
}
.wz12 {
  width: 85%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
  position: absolute;
  top: -44px;
  z-index: 8;
  left: 27px;
}
.wz1 {
  width: 85%;
  height: auto;
  min-height: 100px;
  background-color: rgba(255,255,255,0.9);
  padding: 26px;
  position: absolute;
  bottom: -41px;
  right: -3px;
}

.wz1:hover h4
{
 color: #ffffff !important;
}
.wz1:hover p
{
 color: #ffffff !important;
}
.tp1
{
  width: 100%;
  height: auto;
  position: relative;
}
.igt
{
  width: 100%;
height: auto;
max-width:100%;
object-fit: cover;
}
.igt3
{
  width:auto;
height: auto;

min-height:508px;
}
.igt4
{
  width: 100%;
height: auto;
max-width:100%;
min-height:338px;
object-fit: cover;
}
.igt2
{
  width: 50%;
height: auto;
max-width:100%;
object-fit: cover;
}
.wz2 {
  width: 100%;
  height: auto;
  padding: 60px 42px 72px 42px;
  position: relative;
  top: 0;
}
.tp2
{
  width: 850px;
  height: 975px;
}

.pt4
{
  padding-top: 10px;
}
.dyam1
{
  justify-content: left !important;
  padding-bottom: 43px;
}
.dyam3
{
  justify-content: center !important;
  
}
.dyamt1
{
  border: none !important;
  background-color: #fff !important;
}
.dyamt1:hover
{
  color: #7124D3 !important;
}

.wz3 {
  width: 90%;
  height: auto;
  padding: 20px;
  position: absolute;
  z-index: 8;
  left: 17px;
  top: 219px;
  background-color: rgba(255,255,255,0.9);
  max-height: 172px;
}
.jl2
{
  margin-top: 150px;
}

.ret1
{
  position: relative;

  z-index:5;
 

}
.wz4 {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
  position: absolute;
  z-index: 8;
  top: 193px;
}

.pt0
{
  padding-top: 100px;
}
.fy1 li
{
   padding:60px 0px 60px 12px;
   align-self: center;
font-size: 11px;
}
.fy1
{
  text-align: center;
  align-self: center;
  margin: 0px !important;
  margin-top: 45px !important;
  margin-right: 15px !important;
 
}
.fy1 li a
{
  width: 44px;
  height: 44px;
      padding-top: 9px !important;
      position: relative;
    float: left;
    padding: 8px 12px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #444;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.6em !important;
}

.bs1:hover
{
  color: #7124D3 !important;
}
.bs2:hover
{
  color:#DF721E !important;
}
.hr3
{
      width: 40%;
    border: 2px solid #7124D3 !important;
    text-align: left;
    display: inline-block;
    margin-top: 25px;
}
.mz1:hover
{
  color: #333333 !important;
}
.mz1
{
  overflow: hidden;
}
.hr4 {
  width: 24%;
  border: 1px solid #DF721E !important;
  text-align: left;
  display: inline-block;
  margin-top: 8px;
}
.hr8 {
  width: 11%;
  border: 1px solid #DF721E !important;
  text-align: left;
  display: inline-block;
  margin-top: 8px;
}
.hr5 {
  width: 23%;
  border: 1px solid #DF721E !important;
  text-align: left;
  display: inline-block;
  margin-top: 8px;
}
.tp3
{
  width: 100%;
  height: auto;
}
.wz5 {
  width: 90%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px 20px 0px 20px;
  position: absolute;
  top: 233px;
  z-index: 8;
  left: 18px;
}
.mgr85
{
  margin-top:85px;
  padding-left: 0px;
  padding-right: 0px;
}

.scbn1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 137px;

  left: 44%;
}

.scbn2
{
      width: 100%;
    height: 100%;
  max-width: 340px;
  max-height: 462px;
    position: absolute;
    top: 0px;
    background-color: rgba(255,255,255,0);
}
.in1 {
  background-image: url(/static/img/gusj1.png);
  position: absolute;
  z-index: 399;
  width: 40px;
  height: 40px;
  top: -13px;
  background-repeat: no-repeat;
  left: 6px;
  background-size: contain;
}
.in2 {
  background-image: url(/static/img/24.png);
  width: 20px;
  height: 30px;
  position: absolute;
  left: 16px;
  top: 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.in3 {
  background-image: url(/static/img/gusj1.png);
  position: absolute;
  z-index: 499;
  width: 40px;
  height: 40px;
  top: 135px;
  background-repeat: no-repeat;
  left: -2px;
  background-size: contain;
}
.pt5
{
  min-width: 245px;
height:auto;
}
.wz6 {
  padding: 60px 20px 60px 20px !important;
  background-color: rgba(255,255,255,0.9);
  flex: 0 0 50%;
  max-width: 70%;
  margin-left: auto;
  margin-right: -15px !important;
}
.bg23
{
background-image: url(/static/img/t4.png);
width: 20px !important;
height: 20px;
background-repeat: no-repeat;
position: absolute;

margin-top: 1px;
margin-left: 4px;


}
.bg2
{
 background-image: url(/static/img/gyu4.png);
    width: 100% !important;
    height: auto;
    background-repeat: no-repeat;
background-position: center;
    min-height: 20px;

}
.bg25 {
  background-image: url(/static/img/jt4.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  margin-left: 5px;
  min-height: 20px;
  top: 14px;
  background-size: 16px;
  margin-left: 5px;
}

.bg25 {
  background-image: url(/static/img/jt4.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  top: 14px;
  background-size: 16px;
}
.bg36 {
  background-image: url(/static/img/gyu3.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  top: 14px;
  left: 75px;
}
.bg39
{
  background: url(/static/img/gudt3.png) !important;
  background-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  width: 94%;
  margin-left: auto;
  font-size: 20px !important;
  font-weight: 600;
  padding-left: 38px;
  text-align: left;
}

.bg37 {
  background-image: url(/static/img/gb1.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 15px 15px;
  right: 20px;
  top: 18px;
}
.ig38
{
  background-image:url(/static/img/hdp.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
}
.bg34 {
  background-image: url(/static/img/jt4.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  left: 145px;
  background-size: 16px;
  margin-top: 10px;
}
.bg35 {
  background-image: url(/static/img/16.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50% auto;
}
.hez1 {
  width: 50%;
  height: auto;
  background-color: #7124D3 !important;
  text-align: center;
  padding: 25px;
  position: absolute;
  top: 691px;
  left: 23%;
  z-index: 10;
}
.bg32 {
  background-image: url(/static/img/b1.png);
  width: 22px !important;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  background-size: 12px 14px;
  top: 10px;
  right: 0;
}
.bg33 {
  background-image: url(/static/img/b2.png);
  width: 22px !important;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  background-size: 12px 14px;
  top: 10px;
  right: 0;
}
.bg3
{
  background-image: url(/static/img/dx2.png);
  width: 37px !important;
  height: 20px;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  z-index: 150;
  top: 36px;
  right: 9px;

}
.h-40-f
{
  font-family: MHeiPRC-Heavy;
font-size: 20px !important;
color: #ffffff !important;
letter-spacing: 0;
line-height: 30px !important;
}
.h-12-f1
{
  font-size: 12px;
color: #FFFFFF !important;
letter-spacing: 0;
line-height: 25px;


}
.bg4 {
  background-image: url(/static/img/dxx1.png);
  width: 37px !important;
  height: 20px;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  z-index: 150;
  top: 36px;
  right: 9px;
}
.tah1 p
{
  font-family: MHeiPRC-Medium;
font-size: 26px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 30px !important;
padding-left: 30px;
padding-right: 30px;
}
.tah1 ul li
{
   font-family: MHeiPRC-Medium;
font-size: 26px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 30px !important;
list-style: none;

}
.tah1 ul 
{
   font-family: MHeiPRC-Medium;
font-size: 26px !important;
color: #333333 !important;
letter-spacing: 0;
line-height: 30px !important;
list-style: none;
padding-left: 30px;
padding-right: 30px;
}
.tp4
{
  width: 1005;
  height: auto;
  overflow:hidden;
  float: right;
}
.bg5
{

width: 28px !important;
height: 32px;
background-repeat: no-repeat;
position: absolute;
background-size: 28px 32px;
}
.bg6
{

width: 28px !important;
height: 32px;
background-repeat: no-repeat;
position: absolute;
background-size: 28px 32px;
}
.bg7
{
width: 28px !important;
height: 32px;
background-repeat: no-repeat;
position: absolute;
background-size: 27px 25px;
}
.h-12-0
{
    font-family: MHeiPRC-Xbold;
font-size: 12px;
color: #0086C8;
letter-spacing: 0;
line-height: 18px;
font-weight:600;
}

.badr6
{
  width:20px;
  border: 1px solid #0086C8 ;
  position: absolute;

  z-index: 7;
}
.abutn1
{
  position: absolute;
  background-color: #7124D3 !important;
  width: 114px;
  height: 58px;
  bottom: 0px;
  left: 26%;
  z-index: 14;
}
.abutn3 {
  position: absolute;
  background-color: #7124D3 !important;
  width: 88px;
  height: 44px;
  bottom: 0px;
  left: 39%;
  z-index: 14;
}
.buy
{
  font-size: 12px !important;
  line-height:14px !important;
  width: auto !important;
  height: 36px !important;
}
.aanti {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  color: #ffffff !important;
  margin-right: -5px;
}

.wz7 {
  width: 80%;
  height: auto;

  padding: 84px 33px 90px 33px;
  position: absolute;
  right: 0px;
  bottom: -288px;
  z-index: 15;
}
.abutn2 {
  position: absolute;
  background-color: #247BD3 !important;
  width: 88px;
  height: 44px;
  bottom: 0;
  left: 108px;
  z-index: 14;
}
.abutna1 {
    background-color: #247BD3 !important;
    width: 172px;
    height: 86px;
    text-align: center;
    position: relative;
    left: 43%;

}
.yq1 {
  margin-bottom: 20px;
  font-weight: 600;
  margin-left: 43px;
}
.tab-content {

  padding: 0px !important;
}
.ati3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #fff;
  right: 50%;
  top: 29%;
}
.lbtn1 {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
  background: none !important;
  margin-bottom: 12px;
}
.lbtn1.active
{
  background-color: #0086C8 !important;
  
}
.dyam2

{
  justify-content: left !important;
  padding-left: 0px !important;
}
.pad0
{
  padding-left:0px;
  padding-right:0px;
}
.dyamt2:hover{
  color:#D3246D !important;
}
.dyamt3:hover{
  color:#DF721E !important;
}


.h-26-d
{
  font-family: MHeiPRC-Medium;
font-size: 26px;
color: #D3246D;
letter-spacing: 0;
line-height: 30px;
}
.u-navtg2:visited
{
  color: pink;
}
.h-26-2

{
  font-family: MHeiPRC-Medium;
font-size: 26px;
color: #2A2A2A;
letter-spacing: 0;
line-height: 30px;
}
.ig19

{
  width: 880px;
  height: 426px;
  max-width: 100%;
}
.ig20
{
     width:426px;
  height: 426px;
  max-width: 100%;
}
.h-12-d
{
  font-family: MHeiPRC-Xbold;
font-size: 12px !important;
color: #D3246D !important;
letter-spacing: 0;
line-height: 18px !important;
font-weight:600;
}
.h-12-d1
{
  font-family: MHeiPRC-Xbold;
font-size: 12px !important;
color: #DF721E !important;
letter-spacing: 0;
line-height: 14px !important;
width:100%;
font-weight:600;
}
.wz9 {
  width: 90%;
  height: auto;
  background-color: rgba(255,255,255,0.9) !important;
  padding: 20px;
  position: absolute;
  z-index: 8;
  left: 18px;
  bottom: -88px;
}
.wz8 {
  width: 90%;
  height: auto;
  background-color: rgba(255,255,255,0.9) !important;
  padding: 20px;
  position: absolute;
  z-index: 8;
  left: 17px;
  bottom: -73px;
}

.wz8:hover h4

{
  color: #ffffff !important;
}
.wz8:hover p

{
  color: #ffffff !important;
}
.wz8:hover span

{
  border:1px solid #ffffff !important;
}

.wz9:hover h4

{
  color: #ffffff !important;
}
.wz9:hover p

{
  color: #ffffff !important;
}
.wz9:hover span

{
  border:1px solid #ffffff !important;
}
.badr7
{
  width: 20px;
border: 1px solid #D3246D !important;
position: absolute;
z-index: 7;
}
.ig21
{
  max-width: 100%;
  height: 278px;
  width: 1920px;
}
.navt2:hover a
{
  color: #ffffff !important;
}
.navt2:hover ul
{
  color: #ffffff !important;
}
.navt3:hover a
{
  color: #ffffff !important;
}
.navt3:hover ul
{
  color: #ffffff !important;
}
.navt4:hover a
{
  color: #ffffff !important;
}
.navt4:hover ul
{
  color: #ffffff !important;
}
.navt5:hover a
{
  color: #ffffff !important;
}
.navt5:hover ul
{
  color: #ffffff !important;
}
.navt6:hover a
{
  color: #ffffff !important;
}
.navt6:hover ul
{
  color: #ffffff !important;
}
.ig22
{
  width: 1920px;
  height: 416px;
  max-width: 100%;
}
.ptbom1
{
  padding-bottom: 40px !important;
}
.ig23
{
  max-width: 100% !important;
  width: 1338px;
  height: 694px;
}
.ig24
{
  width: 654px;
  height: 540px;
  max-width: 100%;
}
.ig25
{
  width: 668px;
  height: 480px;
  max-width: 100%;
}
.badr9 {
  width: 20px;
  border: 1px solid #DF721E !important;
  position: absolute;
  z-index: 7;
  top: -2px;
}
.bg8
{
background-image: url(/static/img/48.png);
width: 60px !important;
height: 60px;
background-repeat: no-repeat;
position: absolute;
background-size: 60px 60px;
border-radius:50%;
}
.bg9
{
background-image: url(/static/img/49.png);
width: 80px !important;
height: 80px;
background-repeat: no-repeat;
position: absolute;
background-size: 80px 80px;
border-radius:50%;
}
.bg10
{
background-image: url(/static/img/50.png);
width: 80px !important;
height: 80px;
background-repeat: no-repeat;
position: absolute;
background-size: 80px 80px;
border-radius:50%;
}
.wz10 {
  width: 85%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 238px;
  z-index: 8;
  padding: 20px;
  left: 27px;
}
.pt0-5
{
  margin-top: 180px;
}

.wz10:hover span 
{
 
  border: 1px solid #ffffff !important;
}
.wz10:hover h4
{
  color: #ffffff !important;

}
.wz10:hover p
{
  color: #ffffff !important;
}
.wz11 {
    width: 85%;
    height: auto;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: -32px;
    z-index: 8;
    padding: 20px;
    left: 27px;
}


.wz11:hover span 
{
 
  border: 1px solid #ffffff !important;
}
.wz11:hover h4
{
  color: #ffffff !important;

}
.wz11:hover p
{
  color: #ffffff !important;

}
.cort1:hover
{
  background-color: #DF721E !important;
  color: #ffffff !important;
}
.cort2:hover
{
  background-color: #7124D3!important;
  color: #ffffff !important;
}
.cort4:hover
{
  background-color: #D3246D !important;
  color: #ffffff !important;
}
.cort5:hover
{
  background-color: #24C6D3 !important;
  color: #ffffff !important;
}
.ig26
{
  width: 1920px !important;
  height: 416px !important;
  max-width: 100% !important;
}
.bg11 {
  background-image: url(/static/img/51.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 5px;
}
.hr7
{
  margin-top: 1rem;
  margin-bottom:1rem;
}
.btan1 {
  border: 1px solid #DCDCDC;
  border-radius: 30px;
  color: #dcdcdc !important;
  overflow: hidden;
  padding: 4px 8px 4px 8px;
  margin: 3px;
  background-color: #ffffff;
}
.bg12
{
background-image: url(/static/img/51.png);
width: 10px !important;
height: 18px;
background-repeat: no-repeat;
position: absolute;
background-size: 10px 18px;
margin-top: 6px;

}
.xz1 {
  width: 135px;
  height: 40px;
  padding: 7px;
  text-align: center;
  background-color: #DF721E;
  margin: 50px auto;
}
.tag1 {
  width: 79%;
  height: auto;
  min-height: 74px;
  border: 1px solid #f8f8f8;
  position: relative;
  margin-top: -58px;
  margin-bottom: 20px;
  word-break: break-word;
  word-wrap: break-word;
  background: #f8f8f8;
  margin-left: 58px;
  padding-top: 0px !important;
  padding-left: 10px;
  padding-right: 10px
}
.tag1 em {
  display: block;
  border-width: 8px;
  position: absolute;
  left: 15px;
  border-style: solid dashed dashed;
  border-color: transparent transparent #f8f8f8 transparent;
  font-size: 0;
  line-height: 0;
  top: -17px;
}
.tag1 span {
  display: block;
  border-width: 8px;
  position: absolute;
  left: 15px;
  border-style: solid dashed dashed;
  border-color: transparent transparent #f8f8f8 transparent;
  font-size: 0;
  line-height: 0;
  top: -16px;
}
.bg13 {
  background-image: url(/static/img/52.png);
  width: 13px !important;
  height: 11px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  margin-top: 8px;
}
.bg14 {
  background-image: url(/static/img/53.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 16px 16px;
  margin-top: -11px;
  right: 31px;
}
.bg15 {
  background-image: url(/static/img/54.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: 12px 14px;
  margin-top: 6px;
  right: 60px;
}
.aniu1
{
  width: 890px;
  margin-top: 30px;

}
.user3 {
    text-align: center;
    background: #f8f8f8 !important;
    padding: 60px;
}
.user4 {
    text-align: center;
    background: #ffffff !important;
    padding: 60px;
 
    padding-bottom: 0px !important;
}
.user5 {
    text-align: center;
    background: #ffffff !important;
    padding-bottom: 30px;
    border: 1px solid #e8e8e8;
    border-bottom: none !important;
}
.bors1 {
  border-right: 1px solid #e8e8e8;
}
.bg16
{
background-image: url(/static/img/56.png);
width: 20px !important;
height: 20px;
background-repeat: no-repeat;
position: absolute;
background-size: 17px 18px;
margin-top: 9px;


}
.cora1
{
  background-color: #DF721E !important;
  color: #ffffff !important;
}
.cora2
{
  background-color: #7124D3!important;
  color: #ffffff !important;
}
.cora4
{
  background-color: #D3246D !important;
  color: #ffffff !important;
}
.cora5
{
  background-color: #24C6D3 !important;
  color: #ffffff !important;
}
.cora6
{
  background-color: #1ebb6c !important;
  color: #ffffff !important;
}
.bg17
{
background-image: url(/static/img/55.png);
width: 20px !important;
height: 20px;
background-repeat: no-repeat;
position: absolute;
background-size: 17px 18px;
margin-top: 9px;


}
.ant1 {
  float: right;
  width: 88px;
  height: 44px;
  position: absolute;
  bottom: -50px;
  right: 36%;
}
.ant4 {
  float: right;
  width: 13px;
  height: 58px;
  position: absolute;
  right: -4%;
  opacity: 1;
  top: -37px;
}
.pad5
{
  padding-left:5px;
  padding-right:5px;
}
#boz1
{
  background-image: url(/static/img/55.png);
  background-repeat: no-repeat;
  background-size: 17px 18px;
  margin: 0;
  background-position: 32px;
}
#boz1:hover
{
  background-image: url(/static/img/tb1.png);
  background-repeat: no-repeat;
  background-size: 17px 18px;
  margin: 0;
  background-position: 32px;
}
#boz2
{
  background-image: url(/static/img/56.png);
  background-repeat: no-repeat;
  background-size: 17px 18px;
  margin: 0;
  background-position: 32px;
}
#boz2:hover
{
  background-image: url(/static/img/tb2.png);
  background-repeat: no-repeat;
  background-size: 17px 18px;
  margin: 0;
  background-position: 32px;
}
.ant3 {
  float: right;
  width: 88px;
  height: 44px;
  position: absolute;
  bottom: -96px;
  left: 37%;
}
.ant5 {
  float: right;
  width: 60px;
  height: 58px;
  position: absolute;
  right: 6%;
  top: 8%;
}

.carousel-control-next-icon
{
  background-image: url(/static/img/j2.png);
  z-index: 10;
  background-size: 5px 8px !important;
}
.carousel-control-prev-icon {
  background-image: url(/static/img/j1.png);
  background-size: 5px 8px !important;
}
.bg28 {
  background-image: url(/static/img/j1.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 73px;
}
.bg29
{
  background-image: url(/static/img/j2.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 73px;
}

.bg18 {
  background-image: url(/static/img/j1.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  left: 19px;
  background-size: 5px 8px;
}
.bg19 {
  background-image: url(/static/img/j2.png);
  width: 19px !important;
  height: 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: 4px;
  background-size: 5px 8px;
}
.opt1:hover
{
  background: #E1333A !important;
}
.opc1
{
  background: #E1333A !important;
  pointer-events:none;
}
.opt2:hover
{
  background: #7930CE !important;
}
.opc2
{
  background: #7930CE !important;
  pointer-events:none;
}
.opt3:hover
{
  background: #2F87E0 !important;
}
.opc3
{
  background: #2F87E0 !important;
  pointer-events:none;
}
.ycl1:hover
{
  background-color: #7124D3 !important;
  cursor: pointer ;
}
.ycl2:hover
{
  background-color: #247BD3 !important;
  cursor: pointer ;
}
.ycl3:hover
{
  background-color: #D3246D !important;
  cursor: pointer ;
}
.ycl4:hover
{
  background-color: #DF721E !important;
  cursor: pointer ;
}
.ycl5:hover
{
  background-color: #1EBB6C !important;
  cursor: pointer ;
}
.ycl6:hover
{
  background-color: #24C6D3 !important;
  cursor: pointer ;
}
.ycl7:hover
{
  background-color: #E74B2D !important;
  cursor: pointer ;
}
.ycl1:hover p
{
  color:#ffffff !important;
}
.ycl1:hover span
{
  border:1px solid #fff !important;
}
.ycl1:hover h4
{
  color:#ffffff !important;
}
.ycl2:hover p
{
  color:#ffffff !important;
}
.ycl2:hover span
{
  border:1px solid #fff !important;
}
.ycl2:hover h4
{
  color:#ffffff !important;
}
.ycl3:hover p
{
  color:#ffffff !important;
}
.ycl3:hover span
{
  border:1px solid #fff !important;
}
.ycl3:hover h4
{
  color:#ffffff !important;
}
.ycl4:hover p
{
  color:#ffffff !important;
}
.ycl4:hover span
{
  border:1px solid #fff !important;
}
.ycl4:hover h4
{
  color:#ffffff !important;
}
.ycl5:hover p
{
  color:#ffffff !important;
}
.ycl5:hover span
{
  border:1px solid #fff !important;
}
.ycl5:hover h4
{
  color:#ffffff !important;
}
.ycl6:hover p
{
  color:#ffffff !important;
}
.ycl6:hover span
{
  border:1px solid #fff !important;
}
.ycl6:hover h4
{
  color:#ffffff !important;
}
.ycl7:hover p
{
  color:#ffffff !important;
}
.ycl7:hover span
{
  border:1px solid #fff !important;
}
.ycl7:hover h4
{
  color:#ffffff !important;
}
.ycl8:hover p
{
  color:#ffffff !important;
}
.ycl8:hover span
{
  border:1px solid #fff !important;
}
.ycl8:hover h4
{
  color:#ffffff !important;
}
.ati4::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: #fff;
  right: 0;
  top: 26%;
}


.ant2 {
  float: right;
  width: 88px;
  height: 44px;
  position: absolute;
  bottom: -20%;
  left: 37%;
}
.bg20
{
  background-image: url(/static/img/gyu3.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  top: 17px;
  margin-left:8px;
  background-size: 19px 8px;
}
.bg24
{
  background-image: url(/static/img/jt4.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  top: 17px;
  left: 93px;
}

.bg26
{
  background-image: url(/static/img/jt4.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  background-size: 21px 10px;
  min-height: 20px;
  top: 17px;
  left: 93px;
}
.wezi1
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  word-break: break-word;
  word-wrap: break-word;
}
.col-f2
{
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-f10
{
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.wezi2
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3 ;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  word-break: break-word;
  word-wrap: break-word;

}
.header-masthead h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
  padding-right: 15px;
  margin-top: 0px !important;
}
.col-f9
{
  flex: 0 0 75%;
  max-width: 75%;
}
.hth1 {
  padding: 30px;
  width: 100%;
  height: auto;
  background-image: url(/static/img/63.png);
  margin-bottom: 15px;
}
.header-masthead p
{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  margin-bottom: 5px !important;
  word-break: break-word;
  word-wrap: break-word;
  
}
.h-16-f3
{

font-size: 16px;
color: #FFFFFF !important;
letter-spacing: 0;
text-align: left;
line-height: 19px !important;
}
.ig27
{
  width:426px;
  height:340px;
  max-width:100%;
}
.ig28 {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.ig29
{
  width:100%;
  height:auto;
  max-width:100%;
}
.bg21 {

  background-image: url(/static/img/jt3.png);
  width: 100% !important;
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  min-height: 20px;
  margin-left: -6px;

}

.pl1
{
  padding-right: 60px;
}
.ig30
{
  max-width: 60px;
  min-height: 60px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.sct1 {
  width: 100%;
  height: auto;
  background-color: #ffffff !important;
  padding: 20px;
  margin-top: 20px;
}
.ig31
{
  width:670px;
  height:374px;
  max-width:100%;
}
.wz13 {
  width: 90%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
  position: absolute;
  top: -47px;
  z-index: 8;
  left: 17px;
}
.wz14 {
  width: 90%;
  height: auto;
  background-color: rgba(255,255,255,0.9);
  padding: 20px;
  position: absolute;
  top: 135px;;
  z-index: 8;
  left: 17px;
}
.h-28-3
{
  font-size:18px !important;
  color:#333333 !important;
  padding-left:20px !important;
}
.nav-link:hover
{
  border:none ;
}

.ati6::after {
  content: "";
  position: absolute;
  width: 107px;
  height: 3px;
  background-color: #D3242B;
  left: 18px;
  bottom: 38%;
}
.spr1
{
  padding-bottom:5px;
}
.con2
{
 background-color: #fff !important;

}
.yets
{
  opacity:1 !important;
}
.yets1
{
  opacity:1 !important;
}
.fw1 {
  position: absolute;
  top: 0;
  padding: 94px 119px 0px 20px;
}
.bg30 {
  background-image: url(/static/img/jt7.png);
  width: 20px !important;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;

  top: 41px;
  right: 73px;
}
.bg31
{
background-image: url(/static/img/jt6.png);
width: 20px !important;
height: 20px;
background-repeat: no-repeat;
position: absolute;
top: 41px;
right: 14px;
}
.scdc:hover
{
  background-color: #Df721E !important;
  cursor: pointer !important;

}
.scdc:hover span
{
  color:#ffffff !important;
}
.wz15
{
  width: 100%;

  padding: 22px;
}
.hr6 {
  border: 1px solid #DF721E !important;
  text-align: left;
  margin-top: -4px;
  margin-left: 21px;
  margin-right: 21px;
}
.h-14-3{
  font-size:14px !important;
  line-height:16px !important;
  color:#333333 !important;
}
.bottom-0
{
  margin-bottom: 0px !important;
}
.right-0
{
  margin-right:0px !important;
}
.pa-0
{
  padding:0px !important;
}
.ycl0:hover
{
  background-color: #d3242b !important;
  cursor: pointer ;
  opacity:0.9;
}
.ycl0:hover p
{
  color:#ffffff !important;
}
.ycl0:hover span
{
  border:1px solid #fff !important;
}
.ycl0:hover h4
{
  color:#ffffff !important;
}
	
}
@media (max-width:480px){
	.staff {
		padding: 5em 0 4em 0;
	}
	.staff2 {
		text-align: center;
		margin: 0 auto;
		float: left;
		width: 100%;
		margin-bottom: 3em;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 47px;
	}
	figure.effect-jazz{
		position: relative;
		float: left;
		overflow: hidden;
	    margin: 4px 16%;
		min-width: 310px;
		max-width: 371px;
	}
	figure.effect-jazz h4 {
		font-size: 2.5em;
		opacity: 0;
		margin-top: 1.2em;
	}
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 2px 8%;
		min-width: 299px;
	}
	.portfolio-modal .modal-content h3 {
		margin: 0;
		font-size: 3.5em;
		color: #fff;
		margin-bottom: 0.5em;
	}
	.bnr-btm-right h3, .banner-about h3 {
		font-size: 2.5em;
		margin-bottom: 0.3em;
	}
	.modal-dialog.video {
		width: 437px;
		margin: 110px auto;
	}
	.link--takiri span {
		font-size: 19px;
		font-weight: normal;
		position: absolute;
		right: -22px;
		letter-spacing:0;
		bottom: -17px;
	}
	.modal-body.about iframe {
		width: 100%;
		border: none;
		min-height: 309px;
	}
	#gallery ,.blog,.typography,.section-contact{
		padding:4em 0;
	}
	.bottom-middle-top {
    padding: 3em 0;
	}
	
}
@media (max-width:414px){
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 0%;
		width: 100%;

		height: auto;
		max-width: 100%;
	}
	.inner-content,#gallery {
		padding: 4em 0;
	}
	.modal-dialog.about {
		width: 379px;
		margin: 20px auto;
	}
	.staff {
		padding:4em 0 3em 0;
	}
	.team {
		margin-top: 3em;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 95px;
		left: 18px;
	}
	.bottom-section h4 {
		font-size: 2.5em;
		padding-top: 4em;
		margin: 0 auto;
		padding-right: 7em;
	}
	.bottom-grid {
		padding: 0;
	}
	.bottom-section {
		min-height: 351px;
	}
	.section-contact {
		padding: 2em 0 2em 0;
	}
	h3.tittle, h2.tittle {
		font-size: 3.5em;
		margin-bottom: 0.6em;
	}
	.contact-in h5 {
       font-size: 1.8em;
	}
	.bottom-section h4 {
		font-size: 2.7em;
		padding-top: 4em;
		margin: 0 auto;
		padding-right: 6em;
	}
	.modal-dialog.video {
		width: 373px;
		margin: 110px auto;
	}
	.copy p {
		font-size: 1.4em;
	}
	.pushEffect span {
    animation: push 9.5s linear infinite 0s;
    -ms-animation: push 9.5s linear infinite 0s;
    -webkit-animation: push 9.5s linear infinite 0s;
	}
	.grid.slideanim {
		float: left;
		width: 66%;
		padding: 0;
	}
	.banner-center h3 {
		font-size: 2.5em;
	}
	.grid.slideanim {
		float: left;
		width: 53%;
		padding: 0;
		margin-left: -1em;
	}
	.bottom-middle form input[type="text"] {
      width: 64%;
	}
	.bottom-middle form input[type="submit"] {
       width: 35%;
	}
	.pic {
		padding: 0;
	}
	.pic:nth-child(2) {
		margin-top: 2em;
	}
	.sp-testimonials blockquote {
		font-size: 1.3em;
		margin: 0 21px 20px;
	}
}
@media (max-width:384px){
	figure.effect-ming figcaption::before {
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: 0%;
		left: 6px;
		padding: 2em 1em;
		margin: 0;
	}
	figure.effect-ming h3 {
		margin: 10% 0 0px 0;
		font-size: 2.3em;
	}
	.bnr-btm-right h3,.banner-about h3 {
		font-size: 2.1em;
		margin-bottom: 0.3em;
	}
	
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 1px;
		left: 15px;
		padding: 2em 0em;
	}
	.modal-body.about iframe {
		width: 100%;
		border: none;
		min-height:170px;
	}
	
	.portfolio-modal .modal-content h3 {
		margin: 0;
		font-size: 2.5em;
		color: #fff;
		margin-bottom: 0.5em;
	}
	.portfolio-modal .modal-content p {
		font-size: 1.25em;
		padding: 20px 0;
		line-height: 2em;
	}
	a.buy {
		font-size: 1.3em;
		padding: 0.6em 1em;
		margin: 1em 0 0.5em 0;
	}
	#gallery ,.blog,.typography,.section-contact{
		padding:2em 0;
	}
	h1.title a {
		font-size: 1.1em;
	}
	.content-part span {
		font-size: 16px;
		margin-left: 5em;
		padding: 0;
	}
	.banner {
		min-height: 149px;
	}
	h1.title {
		padding: 1em 10px 20px;
	}
	.Categories ul li a {
		font-size: 1.25em;
		margin: 0;
		color: #777;
		padding-left: 2em;
		line-height: 1.8em;
	}
	.comments-right {
		padding: 0;
		margin-top: 1.8em;
	}
	
	.grid.slideanim {
		float: left;
		width: 57%;
		padding: 0;
		margin-left: -2em;
	}
	.blog-top-left-grid {
		float: right;
		padding: 0;
	}
	.blog-top-right-grid {
		float: left;
		padding: 0;
	}
	.blog-top-left-grid {
		float: right;
		padding: 0;
	}
	.blog-top-left-grid {
		float: right;
		padding: 0;
	}
}
@media (max-width:375px){

	.grid.slideanim {
		float: left;
		width: 65%;
		padding: 0;
		margin: 0 0em;
	}
	figure.effect-jazz {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 10%;
		min-width: 273px;
		max-width: 371px;
	}
	h3.tittle, h2.tittle {
		font-size: 3em;
		margin-bottom: 0.3em;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: 0%;
		left: 1px;
		padding: 2em 1em;
		margin: 0;
	}
	.bnr-btm-left.two {
		float: right;
		width: 100%;
		position: absolute;
		top: 1px;
		left: 11px;
		padding: 2em 0em;
	}
	figure.effect-jazz h4 {
		font-size: 2em;
		opacity: 0;
		margin-top: 1.2em;
	}
	.bottom-section {
		min-height: 304px;
	}
	.bottom-section h4 {
		font-size: 2em;
		padding-top: 7em;
		margin: 0 auto;
		padding-right: 9em;
	}
	.modal-dialog.video {
		width: 338px;
		margin: 99px auto;
	}
	.modal-dialog.about {
		width: 342px;
		margin: 20px auto;
	}
	h4.tittle {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.styled-input {
		width: 100%;
		margin: 1em 0 1em;
		position: relative;
	}
	.copy p {
		font-size: 1.25em;
	}
	.map {
		padding: 2em 1em;
	}
	.staff2 img {
		margin: 0 auto;
		width: 75%;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 58px;
		left: 9px;
	}
	p.vd {
    font-size: 1.3em;
		line-height: 2em;
		margin: 0 auto;
		width: 100%;
	}
	a.play {
		font-size: 5em;
		line-height: 2em;
	}
	.banner-center {
		text-align: center;
		padding-top: 3em;
	}
	.blog-left-right a {
		text-decoration: none;
		margin: 1em 0 1em 0;
		font-size: 1.4em;
		line-height: 1.8em;
	}
}
@media (max-width:320px){
	a.buy {
		font-size: 1.3em;
		padding: 0.6em 1em;
		margin: 1em 0 0.5em 0;
	}
	figure.effect-ming {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 0%;
		min-width: 250px;
		max-width: 354px;
		max-height: 321px;
	}
	.bnr-btm-right.two {
		float: left;
		width: 100%;
		padding: 4em 1em 4em 1em;
	}
	.bnr-btm-left {
		float: left;
		width: 100%;
		position: absolute;
		top: 4%;
		left: 1px;
		padding: 1em 1em;
		margin: 0;
	}
	.bnr-btm-right h3, .banner-about h3 {
		    font-size: 2em;
		margin-bottom: 0.3em;
	}
	p {
		font-size: 1.25em;
	}
	figure.effect-ming h3 {
		margin: 10% 0 0px 0;
		font-size: 2em;
	}
	.staff2 h3 a {
		font-size: 1.8em;
	}
	.view .mask, .view .content {
		position: absolute;
		overflow: hidden;
		top: 58px;
		left: 9px;
	}
	figure.effect-jazz h4 {
		font-size: 1.8em;
		opacity: 0;
		margin-top: 1.2em;
	}
	figure.effect-jazz {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 4px 10%;
		min-width: 233px;
		max-width: 348px;
	}
	figure.effect-jazz p {
		padding: 0.5em 1.2em;
		text-transform: none;
		font-size: 0.95em;
	}
	.contact-in h5 {
		font-size: 1.6em;
	}
    .map {
		padding: 2em 1em;
	}
	.styled-input label {
		padding: 1em;
		top: 0;
		left: 0;
		font-size: 1.35em;
	}
	.bottom-section h4 {
		font-size: 2em;
		padding-top: 5em;
		margin: 0 auto;
		padding-right:7em;
	}
	.modal-dialog.video {
		width: 285px;
		margin: 99px auto;
	}
	.bottom-section h4 {
		font-size: 1.8em;
		margin: 0 auto;
		padding: 3em 11em 0 4em;
		line-height: 1.8em;
	}
	a.play {
		font-size: 4em;
		line-height: 1.5em;
	}
	p.vd {
		font-size: 1.3em;
		line-height: 2em;
		margin: 0 auto;
		width: 100%;
	}
	.modal-body.about iframe {
		width: 100%;
		border: none;
		min-height: 135px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 1.1em;
		color: #999;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th,.table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 0.5em 0.5em!important;
	}
	.bottom-middle form input[type="text"] {
		     width: 63%;
             padding: 11px 12px;
	}
	.bottom-middle form input[type="submit"] {
		    width: 30%;
			font-size: 1.35em;
			padding: 12px 12px;
	}
	.bottom-grid h5 {
      font-size: 2.2em;
	}
	.copy {
		padding: 1.6em 0.5em 1.4em 0.5em;
	}
}