@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

/* reset */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.eot');
  src: url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/Montserrat-Regular.woff2') format('woff2'),
       url('../font/Montserrat-Regular.woff') format('woff'),
       url('../font/Montserrat-Regular.ttf') format('truetype'),
       url('../font/Montserrat-Regular.svg#ubuntulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../font/Montserrat-Medium.eot');
  src: url('../font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
       url('../font/Montserrat-Medium.woff2') format('woff2'),
       url('../font/Montserrat-Medium.woff') format('woff'),
       url('../font/Montserrat-Medium.ttf') format('truetype'),
       url('../font/Montserrat-Medium.svg#ubuntulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../font/Montserrat-Bold.eot');
  src: url('../font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/Montserrat-Bold.woff2') format('woff2'),
       url('../font/Montserrat-Bold.woff') format('woff'),
       url('../font/Montserrat-Bold.ttf') format('truetype'),
       url('../font/Montserrat-Bold.svg#ubuntulight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot?t=1680508674902'); /* IE9 */
  src: url('../font/iconfont.eot?t=1680508674902#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/iconfont.woff2?t=1680508674902') format('woff2'),
       url('../font/iconfont.woff?t=1680508674902') format('woff'),
       url('../font/iconfont.ttf?t=1680508674902') format('truetype'),
       url('../font/iconfont.svg?t=1680508674902#iconfont') format('svg');
}


/*********** reset start **************/
html {
  -webkit-text-size-adjust: none;
}
body {
 
  margin: auto !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;transition: 0.6s  all;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #666;
  font-size:16px;font-family: 'Montserrat-Regular';
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;overflow-x:hidden;
}

a {
  color: inherit;transition: .3s all;
}
a:active {
	star:expression(this.onFocus=this.blur());
}
a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

.clearfix{
	overflow: hidden;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {color:#212121;font-weight:normal;font-family: 'Montserrat-Bold';}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#212121;}
h2,h2 a{font-size: 36px;}
h3,h3 a{font-family: 'Montserrat-Medium';font-size:18px;}
h4,h4 a{font-size: 16px;}
h5,h5 a{font-size: 14px;}
h6,h6 a{font-size:12px;}
    
p{margin-top:20px;font-size:16px;color: #666;line-height:30px;}

.float-left{float: left;}
.float-right{float:right;}
  
  
                                    
/*********** reset end **************/
::-webkit-input-placeholder{color:#666;}
:-ms-input-placeholder{color:#666;}

:-moz-placeholder,::-moz-placeholder{color:#666;opacity:1;}

.newsletter input::-webkit-input-placeholder,.head-searchbg input::-webkit-input-placeholder{color:#fff;}
.newsletter input:-ms-input-placeholder,.head-searchbg input:-ms-input-placeholder{color:#fff;}

.newsletter input:-moz-placeholder,.newsletter input::-moz-placeholder,.head-searchbg input:-moz-placeholder,.head-searchbg input::-moz-placeholder{color:#fff;opacity:1;}

@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-200px, 0, 0)}to{opacity:1;transform:none}}
.fadeInLeft{
	animation-name:fadeInLeft
}
@keyframes fadeInRight{
	from{opacity:0;transform:translate3d(200px, 0, 0)}
	to{opacity:1;transform:none}}
.fadeInRight{
	animation-name:fadeInRight
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.padding-top{
	padding-top: 100px;
}
.paddinga-top{
  padding-top: 90px;
}
.padding{
  padding: 100px 0;
}
.paddinga{
  padding: 90px 0;
}
.margin-top{
    margin-top: 100px;
}
.margina-top{
    margin-top: 90px;
}
@keyframes bounce-down {     
    25% {transform: translateY(-3px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(3px);}
    100% {transform: translateY(0);}
}
@keyframes bounce-down2 {     
    25% {transform: translateY(-30px);}
    50%{transform: translateY(0);}
    75% {transform: translateY(15px);}
    100% {transform: translateY(0);}
}
@keyframes scale2 { 
from {-webkit-transform:scale(1);transform:scale(1);}
  50% {-webkit-transform:scale(1.4);transform:scale(1.4);}
  to {-webkit-transform:scale(1);transform:scale(1);} 
}
@keyframes scale1 { 
from {-webkit-transform:scale(0.6);transform:scale(0.6);}
  50% {-webkit-transform:scale(1);transform:scale(1);}
  to {-webkit-transform:scale(0.6);transform:scale(0.6);} 
}

.flex-between-wrap{display:flex;justify-content:space-between;flex-wrap: wrap;}
                            
.wpa{
  display: flex;
  flex-wrap: wrap;
}
.wpb{
  display: flex;
  justify-content: space-between;
}
.lg-01{
  width: 50%;
}
.lg-02 li{
  width: 48.8%;
  margin-left: 2.4%;
}
.lg-02 li:nth-child(2n+1){
  margin-left: 0;
}
.lg-03 li{
  width: 31%;
}
.lg-03 li{
  margin-left: 2.33%;
}
.lg-03 li:nth-child(3n+1){
  margin-left: 0;
}
.lg-04 li{
  width: 23%;
  margin-left: 2.66%;
}
.lg-04 li:nth-child(4n+1){
  margin-left: 0;
}
.mg-04 li{
  width: 25%;
}
.lg-05 li{
  width: 19%;
}
@media screen and (max-width: 1580px){  
  .padding-top{
      padding-top: 80px;
  }
  .paddinga-top,.paddinga{
      padding-top: 70px;
  }
  .padding{
        padding: 80px 0;
  }
  .paddinga{
    padding: 70px 0;
  }
  .margin-top{
      margin-top: 80px;
  }
}
@media screen and (max-width: 960px){
  .lg-01,.lg-02 li,.lg-03 li,.lg-04 li,.lg-05 li,.mg-04 li{
  width: 100%;
  }
  .lg-02 li,.lg-03 li,.lg-04 li{
    margin-left: 0;
  }
  .lg-04 li:nth-child(4){
    margin-top: 40px;
  }
  .padding-top,.paddinga-top,.paddinga{
    padding-top: 50px;
  }
  .padding,.paddinga{
    padding: 50px 0;
  }
  .margin-top,.margina-top{
      margin-top: 50px;
  }
}


                        
/*************** common class start ********************/
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.cl {
  zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.pr {
  position: relative;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}
/*************** common class end ********************/


/***************** grid and size start ***********************/
.visible-xs,
.visible-xs-block {
  display: none !important
}

@media(max-width: 768px) {
  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }
}

@media(max-width: 768px) {
  .hidden-xs {
    display: none !important
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media(min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media(min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}
/***************** grid and size end ***********************/



/******************* frame start ************************/
.wp {
  margin: 0 auto;
  width: 1440px;
}

@media screen and (max-width: 1500px) {
  .wp {
    width: 1200px
  }
}

@media screen and (max-width: 1280px) {
  .wp {
    width: 942px
  }
}

@media screen and (max-width: 992px) {
  .wp {
    width: 718px
  }
}

@media screen and (max-width: 768px) {
  .wp {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
    padding-left: 20px
  }
}

@media screen and (max-width: 576px) {
  .wp {
    width: 100%;
    padding-right: 12px;
    box-sizing: border-box;
    padding-left: 12px
  }
}


/******************* frame end ************************/
.search-result .cl{
  width:100%;
  /* justify-content: space-between; */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-result .cl li{
  /* width: 20% !important; */
  text-align: center;
  margin-top: 50px;
  /* display: inline-block; */
  padding: 0 10px 40px 10px;
}
.search-result .cl li .t h6 a{
  font-size: clamp(14px, 0.9vw, 17px);
}
.search-result .cl li .t{
  padding:20px 0;
}
    
@media screen and (max-width:768px) {
.search-result .cl li{
  width: 50% !important;
  padding: 0px 10px 15px 10px;
   margin-top: 15px;
}
}    