@charset "utf-8";

html{ overflow-x:hidden; overflow-y:auto;}
body{background-color:#fff;}
*{ padding:0; margin:0; outline: none;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}

.elli{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.minHeight{min-height:500px;}

/*首页 */
.top1{width:100%; position:absolute; top:0; left: 0; z-index: 9999; border-bottom:1px solid rgba(255,255,255,0.5);}
.top1 .logo{height: auto; margin:25px 0 0 0; float:left;}

.menu_box{float:left; margin-left:10.52%;}
.menu{float:left;}
.menu .nli{float:left; position: relative; text-align: center;margin-left:68px;padding-left:5px;padding-right:5px; }
.menu .nli:first-child{margin-left:0;}
.menu .nli span > a{font-size:18px; color:#fff;padding:42.5px 0; display: block; position: relative;}
.menu .nli span > a .i1{display:block; line-height: 24px;  }
.menu .nli:hover span > a{color:#B60005;}
.menu .nli:hover span > a::after{width:100%; height: 1px; position: absolute; bottom:-1px; left: 0; content: "";background-color:#B60005;}
.menu .nli.on span > a{color:#B60005;}
.menu .nli.on span > a::after{width:100%; height: 1px; position: absolute; bottom:-1px; left: 0; content: "";background-color:#B60005;}

.sub{position: absolute; top:109px; left: 50%; width:140px; background-color:rgba(12,125,245,0.6);text-align: center; z-index: 101; display:none; margin-left:-70px;padding-left:5px;padding-right:5px;}
.sub a{display:block; font-size:14px; color:#fff;  padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.sub a:hover{color:white}

.sub1{position: absolute; top:109px; left: 50%; width:140px; background-color:rgba(12,125,245,0.6);text-align: center; z-index: 101; display:none; margin-left:-70px;padding-left:5px;padding-right:5px;}
.sub1 a{display:block; font-size:14px; color:#fff;  padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.sub1 a:hover{background-color:rgba(12,125,245,0.9);}

.sub2{position: absolute; top:109px; left: 50%; width:140px; background-color:rgba(12,125,245,0.6);text-align: center; z-index: 101; display:none; margin-left:-70px;padding-left:5px;padding-right:5px;}
.sub2 a{display:block; font-size:14px; color:#fff;  padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.sub2 a:hover{background-color:rgba(12,125,245,0.9);}


.tPhone{float:right; margin-top:35.5px; }
.tPhone .ico{width:38px; height: 38px; border-radius: 50%; background-color:#B60005; float:left;}
.tPhone .H6{margin-left:52px; font-size:20px; color:#B60005;line-height: 38px;}

@media screen and (max-width:1549px){
	.menu .nli{margin-left:40px;}
	.menu_box{margin-left:8%;}
}
@media screen and (max-width:1199px){
	.top1 .logo{}
	.menu .nli{margin-left:30px;}
	.menu_box{margin-left:6%;}
	.menu .nli span > a{font-size:16px; padding:30px 0;}
	.tPhone{margin-top:23px;}
}

/*手机头*/
.top2{width:100%; height:60px;display: none ; position: absolute; z-index: 2000; border-bottom:1px solid rgba(255,255,255,0.5);}
.top2.active{border-bottom:1px solid #f2f2f2;}
.top2 .logo{ height:auto; float:left; margin-top:10px;}

@media screen and (max-width:991px){
    .top2{ display:block;}
	.top1{ display:none;}
}



/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #fff;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1029;
    background-color:rgba(0,0,0,0.8);
}
.xialaph .img_d{ display:none;}
.xialaph .ul2,
.xialaph .ul3{
    display: none;
}
.xialaph h4 a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.xialaph h4{
    position: relative;
}
.xialaph h4 .ico{width:22px; line-height: 0; display: inline-block ; vertical-align: middle; margin-right:5px;}
.xialaph li:last-child h4::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
	display: none
}
.xialaph li:first-child h4::after{display:none;}
.xialaph h4::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(255,255,255,0.2);
    /*opacity: 0.1;*/
}
.xialaph h4 em{ font-size: 12px; margin-left: 5px; text-transform: uppercase;}

.xialaph h5 a{
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 42px; padding:0 27px;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    /*opacity: 0.05;*/
}
.xialaph li:last-child h5::after{
    display: none;
}
.xialaph h4 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #fff solid 1px; border-right: #fff solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h4.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}
/*.xialaph .ul2{ padding-left: 30px;  }*/
.xialaph .ul3{
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}
.xialaph .ul3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.xialaph li:last-child .ul3::after{
    display: none;
}
.xialaph .ul3 li a{
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}

.xialaph h5 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #999 solid 1px; border-right: #999 solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h5.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}

 
.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1000;
    display: none;
}
.phonemeng.active{
    display: block;
}


/*banner*/
.pz_banner{clear: both;}
.c_banner{position:relative; overflow: hidden;}
.slide1 .slick-dots{width:100%; left:0; bottom:40px; line-height: 0;}
.slide1 .slick-dots li{width:10px; height: 10px;margin: 0 10px; background-color:#fff; border-radius: 30px;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.slide1 .slick-dots li.slick-active{width:47px;}
.slide1 .slick-dots li button:before,
.slide1 .slick-dots li button{display:none;}
	
.bannerText{width:100%; position: absolute; left: 0; wdith:100%; top:50%; font-weight: bolder;
-webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
        transform: translate(0, -40%);}
.bannerText .H3{font-size:42px; color:#fff; font-family: Arial; font-weight: bolder; text-transform: uppercase; letter-spacing: 2px;}
.bannerText .H3 .color{color:#B60005;}
.bannerText .H4{font-size:55px; color:#fff; margin: 26px 0; letter-spacing: 2px;}
.bannerText .H4 .bold{font-weight: bold;}
.bannerText .H5{font-size:19px; color:#fff; line-height: 36px;letter-spacing: 2px;}
.bannerText .bannerMore{width:229px; height: 45px; line-height: 45px; background-color:#B60005; border-radius: 30px; font-size:14px; color:#fff; font-family: Arial; display: block; text-align: center; font-weight: normal; text-transform: uppercase; margin-top:63px;}
.bannerText .bannerMore:hover{border:1px solid #B60005; background-color:transparent; color:#B60005;}

@media screen and (max-width:1199px){
	.bannerText .H3{font-size:30px;}
	.bannerText .H4{font-size:40px;}
	.bannerText .H5{font-size:14px;}
}
@media screen and (max-width:991px){
	.bannerText{display:none;}
}
@media screen and (max-width:767px){
	.slide1 .slick-dots{bottom:10px;}
	.slide1 .slick-dots li{width:8px; height: 8px;}
	
}

.message1{display:none;}
.message1{position:fixed; top:20%; left: 50%; background-color:rgba(255,255,255,0.95); width:781px;padding:20px; z-index: 99999;
-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);}
.message1 .meForm{border:1px solid #B60005; padding:24px 4.84% 40px 4.84%;}
.message1 .formLogo{width:164px; display: block; margin: auto auto 32px auto;}
.message1 .formList .list{width:48.66%; float:left; margin:0 2.68% 20px 0; border:1px solid #7b7b7b;padding:13px 15px; height: 49px; overflow: hidden;}
.message1 .formList .list:nth-child(2n){margin-right:0;}
.message1 .formList .list .H4{float:left; font-size:16px; color:#7b7b7b; line-height: 21px;}
.message1 .formList .list .H4 .i1{color:#7b7b7b; }
.message1 .formList .list .H4 .ico{width:21px; height: 21px; float:left; line-height: 0; margin-right:8px;}
.message1 .formList .list .input{float:left; width:70%; height: 21px;font-size:14px; color:#666666; margin-left:10px; background-color:transparent;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.message1 .formList .listYzm {padding-right:0;}
.message1 .formList .listYzm .input{width:35%;}
.message1 .yzm{float:right; width:89px; height: 33px; overflow: hidden; margin: -6px 4px 0 0; line-height: 0; text-align: center;}
.message1 .yzm img{vertical-align:middle; height: 100%;}
.message1 .submit{width:217px; height:43px; border-radius: 30px; border:1px solid #B60005; display: block; margin: auto; font-size:16px; color:#B60005; margin-top:10px;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;}
.message1 .submit:hover{background-color:#B60005; color:#fff;}
.message1 .close2{width:15px; height: 15px; position: absolute; top:0; right:0; line-height: 0; cursor: pointer;}

@media screen and (max-width:991px){
	.message1{width:90%;}
	.message1 .formList .list .input{width:68%;}
	.message1 .formList .listYzm .input{width:30%;}
}
@media screen and (max-width:767px){
	.message1{width:98%; top:50%; padding:10px;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
	.message1 .meForm{padding:20px 10px;}
	.message1 .formLogo{width:120px; margin-bottom:20px;}
	.message1 .formList .list{width:100%; margin: 0 0 15px 0; padding:10px; height: 43px;}
	.message1 .formList .list .H4{font-size:14px;}
	.message1 .yzm{width:76px;}
	.message1 .submit{width:100%; height: 34px; background-color:#B60005; color:#fff; margin: 0;}
}

.index1{padding:100px 0;}
.index1 .H3{font-size:36px; color:#B60005; font-weight: bold; text-align: center;}
.index1 .H5{font-size:18px; color:#5f5f5f; text-align: center; margin-top:16px;}
.index1List .list{width:45.58%; margin: 42px 4.415% 0 0; float:left; border:1px solid #ebebeb; padding:65px 1.64% 0 1.64%; text-align: center; height: 218px; position: relative; overflow: hidden;}
.index1List .list:nth-child(3n){margin-right:0;}
.index1List .list .H4{font-size:36px; color:#B60005; font-weight: bold; position: relative; z-index: 1;}
.index1List .list .H4 .span{display:inline-block;width:28px; height: 28px; line-height:28px; border-radius: 50%; background-color:#B60005; font-size:16px; color:#fff; vertical-align: middle; margin:-4px 0 0 14px; font-weight: normal;}
.index1List .list .p{font-size:16px; color:#666666; margin-top:22px;position: relative; z-index: 1;}
.index1List .list .num{font-size:64px; color:#ebebeb; font-family: Arial; font-style: italic; position: absolute; bottom:-15px; right:22px; font-weight: bold;line-height: 40px;}
.yuyue{width:302px; height: 45px; padding:14px 0; text-align: center; background-color:#B60005; border-radius: 30px; font-size:16px; color:#fff; margin: 55px auto auto auto; line-height: 17px; cursor: pointer;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.yuyue .ico{width:18px; height: 17px; display: inline-block; margin-right:10px; line-height: 0;}
.yuyue:hover{background-color:#B60005;}
.index1List .list:hover{background-color:#B60005;}
.index1List .list:hover .H4,
.index1List .list:hover .p{color:#fff;}


@media screen and (max-width:1199px){
	.index1{padding:60px 0;}
	.index1 .H3,
	.index1List .list .H4{font-size:28px;}
}
@media screen and (max-width:767px){
	.index1{padding:30px 0;}
	.index1 .H3{font-size:18px; line-height: 24px;}
	.index1 .H5{font-size:13px; margin-top:5px;}
	.index1List{margin-top:15px;}
	.index1List .list{width:100%; height: auto; padding:10px; margin: 10px 0 0 0;}
	.index1List .list .H4{font-size:18px;}
	.index1List .list .H4 .span{width:22px; height: 22px; line-height: 22px; font-size:14px; margin-left:5px;}
	.index1List .list .p{font-size:13px; line-height: 22px; margin-top:5px;}
	.yuyue{width:240px; height: 34px; line-height: 34px; font-size:13px; padding:0; margin-top:20px;}
}

.index2{}
.title{float:left;}
.title .H4{float:left; font-size:26px; color:#161616; line-height: 32px;}
.title .H4 .color{color:#B60005;}
.title .H5{float:left;line-height: 32px; font-size:18px; color:#9b9b9b; margin-left:19px;}
.more{width:125px; height: 32px; text-align: center; line-height: 30px; float:right; position: relative; border:1px solid #8c8c8c; font-size:14px; color:#666666; text-transform: uppercase;}
.more::after{width:12px; height: 1px; background-color:#8c8c8c; content: ""; position: absolute; top:50%; left: -5px;}
.more::before{width:12px; height: 1px; background-color:#8c8c8c; content: ""; position: absolute; top:50%; right: -5px;}
.more:hover{color:#B60005; border-color:#B60005;}
.more:hover::after,
.more:hover::before{ background-color:#B60005;}

.index2Tab{margin-top:60px;}
.index2Nav{width:12.5%; float:left; text-align: center;}
.index2Nav .list{height:120px; line-height: 120px; background-color:#f7f7f7; border-bottom:1px solid #e1e1e1; cursor: pointer;}
.index2Nav .slick-slide:first-child .list{border-top:1px solid #e1e1e1;}
.index2Nav .list .H5{display:inline-block; font-size:16px; color:#262626; position: relative;}
.index2Nav .list .H5::after{width:18px; height: 1px; background-color:#B60005; content: ""; position: absolute; top:50%; left: -25px; opacity: 0;}
.index2Nav .list .H5::before{width:18px; height: 1px; background-color:#B60005; content: ""; position: absolute; top:50%; right: -25px; opacity: 0;}

@media screen and (min-width:992px){
	.index2Nav .list:hover{background-color:#fff; }
	.index2Nav .list:hover .H5{ color:#B60005;}
	.index2Nav .list:hover .H5::after,
	.index2Nav .list:hover .H5::before{opacity:1;} 
}
.index2Nav .list.on{background-color:#fff; }
.index2Nav .list.on .H5{ color:#B60005;}
.index2Nav .list.on .H5::after,
.index2Nav .list.on .H5::before{opacity:1;} 

.index2R{width:87.5%; float:right;}
.index2RList{overflow:hidden;}
.index2RList .pic{width:62.67%; float:left;}
.index2RList .text{width:37.33%; float:left; background-color:#141414; text-align: center; padding:160px 4.16% 0 4.16%;}
.index2RList .text .H4 a{font-size:30px; color:#fff;}
.index2RList .text .H4{ margin-bottom:15px}
.index2RList .text .H5{font-size:24px; color:#fff; font-family: Arial; text-transform: uppercase; margin: 25px 0 35px 0}
.index2RList .text .p{font-size:14px; color:#fff; line-height: 36px; height: 108px; opacity: 0.3;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.index2RList .slick-dots{bottom:10%;width:37.32%; right:0; text-align: center; line-height: 0;}
.index2RList .slick-dots li{width:11px; height: 11px; background-color:#444444; border-radius: 50%; margin: 0 6px;}
.index2RList .slick-dots li.slick-active{background-color:#B60005;}

.index2Nav .slick-prev,
.index2Nav .slick-next{width:20px; height: 20px; left: 0; background:url(../images/p11.png) center no-repeat; background-size:100%;}
.index2Nav .slick-next{left:auto; right:0; background-image:url(../images/p12.png)}

@media screen and (max-width:1700px){
	.index2RList .slick-dots{bottom:20%;}
}
@media screen and (max-width:1199px){
	.index2Nav .list{height:80px; line-height: 80px;}
	.index2RList .text{padding:60px 4% 0 4%;}
	.index2RList .text .H4{font-size:22px;}
	.index2RList .text .H5{font-size:18px;}
	.index2RList .slick-dots{bottom:20px;}
}
@media screen and (max-width:991px){
	.index2Nav{width:100%;border-bottom: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1;}
	.index2Nav .list{border:none !important; line-height: 40px; height:40px;}
	.index2Nav .list .H5{font-size:14px;}
	.index2R{width:100%; margin-top:20px;}
	.index2RList .text,
	.index2RList .pic{height:340px;}
}
@media screen and (max-width:767px){
	.title .H4{font-size:20px; width:100%;}
	.title .H5{width:100%; margin: 0; font-size:14px; line-height: normal;}
	.index2Tab{margin-top:25px;}
	.index2Nav{padding:0 20px;}
	.index2Nav .list{background-color:transparent;}
	.index2Nav .list.on .H5::after,
	.index2Nav .list.on .H5::before{display:none;}
	.more{font-size:12px; margin: 10px 0 0 0; width:100px;}
	.index2RList .pic{width:100%; height:auto; background:none !important; }
	.index2RList .text{width:100%; height: auto; padding:20px 10px 40px 10px;}
	.index2RList .text .H4{font-size:18px;}
	.index2RList .text .H5{font-size:14px; margin: 15px 0;}
	.index2RList .text .p{font-size:13px; line-height: 22px; height: 66px;}
	.index2RList .slick-dots{width:100%; bottom:10px;}
	.index2RList .slick-dots li{width:8px; height: 8px; margin: 0 4px;}
}

.index3{padding:100px 0 0 0;}
.index3 .img{float:left; line-height: 0; width:16.66%; position: relative; overflow: hidden;}
.index3 .img img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.index3 .img2{width:33.3%;}
.index3 .img3{width:16.7%;}
.index3 .designMore{width:166px; height: 41px; position: absolute; top:50%; left: 50%; border:1px solid #fff; line-height: 39px; font-size:16px; color:#fff; text-align: center;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.index3 .img4{width:16.65%;}
.index3 .img5{width:33.4%;}
.index3 .img:hover img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.index3Ph{display:none; padding:30px 0 0 0;}
.index3Ph .slick-dots{bottom:-20px;width:100%; right:0; text-align: center; line-height: 0; z-index: 99;}
.index3Ph .slick-dots li{width:8px; height: 8px; background-color:#444444; border-radius: 50%; margin: 0 4px;}
.index3Ph .slick-dots li.slick-active{background-color:#B60005;}

@media screen and (max-width:1199px){
	.index3{padding:60px 0 0 0;}
}
@media screen and (max-width:767px){
	.index3{display:none;}
	.index3Ph{display:block;}
	.index3Ph .list{width:96%; margin: auto;}
}

.index4{padding:100px 0; position: relative; background:url(../images/j18.jpg) center no-repeat; background-size:cover;}
.index4 .text{width:48%; float:left; padding:25px 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#B60005; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bolder;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:30px; color:#313131; padding:25px 0 20px 0; position: relative;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#666666; opacity: .3;}
.index4 .text .p{font-size:16px; color:#707070; line-height: 34px; height: 170px; margin: 30px 0;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;}
.more2{display:block; width:163px; height: 38px; line-height: 38px; background-color:#B60005; text-align: center; font-size:14px; color:#fff;}
.more2:hover{background-color:transparent; border:1px solid #B60005; color:#B60005;}
.index4Num{margin-top:55px; padding-top:45px; border-top:1px solid #e4e4e4; }
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:80px; color:#B60005; font-family: Arial; font-weight: bolder; line-height: 58px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#B60005; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p2{display:inline-block; font-size:16px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{position:absolute; top:100px; right:0; width:47.34%;padding:0 0 52px 7.81%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;}
.videoR .pic{height:542px;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

@media screen and (max-width:1549px){
	.index4Num .big{font-size:60px;}
}
@media screen and (max-width:1199px){
	.index4{padding:60px 0;}
	.index4Num .big{font-size:50px;}
	.index4Num .p2{display:block;}
	.videoR{padding:0 0 30px 30px;}
	.videoR .playBtn{width:60px; height: 60px; left: 0px;}
	.index4Num{margin-top:30px; padding-top:30px;}
	.index4 .text .H4{font-size:28px;}
	.index4 .text .H5{font-size:22px;}
	.videoBox2{width:90%;}
}
@media screen and (max-width:767px){
	.index4{padding:40px 0 30px 0;}
	.index4 .text{padding:0; width:100%;}
	.videoR{position:relative;}
	.index4 .text .H4{font-size:20px;}
	.index4 .text .H5{font-size:16px; padding:10px 0;}
	.index4 .text .p{font-size:13px; line-height: 22px; height: 110px; margin: 15px 0;}
	.more2{width:120px; font-size:12px;}
	.index4Num{margin-top:20px; padding-top:20px;}
	.index4Num .big{font-size:30px; line-height: 30px;}
	.index4Num .p2{font-size:13px; margin-top:5px;}
	.videoR{width:100%; top:auto; margin-top:20px; padding:0 0 20px 20px;}
	.videoR .pic{background:none !important; height: auto;}
	.videoR .playBtn{width:30px; height: 30px; top:50%; margin-top:-15px; left: 5px;}
	
}

.index5{padding:100px 0; position:relative; overflow: hidden;}
.title2{width:100%; text-align: center; float:none;}
.title2 .H4,
.title2 .H5{width:100%; margin: 0;}
.index5List{margin-top:40px; padding:0 6.57%; position: relative;z-index: 1;}
.index5List .listBox{width:147px; height: 147px; background:url(../images/p16.png) center no-repeat; background-size:100% 100%; margin: auto;}
.index5List .listBox .img2{display:none;}
.index5List .H6{text-align:center; font-size:16px; color:#666666; margin-top:40px;}
@media screen and (min-width:992px){
	.index5List .list:hover .listBox{background-image:url(../images/p17.png);}
	.index5List .list:hover .listBox .img2{display:block;}
	.index5List .list:hover .listBox .img{display:none;}
	.index5List .list:hover .H6{color:#B60005;}
}

.index5List .slick-prev,
.index5List .slick-next{width:41px; height: 41px; left: 0; background:url(../images/p33.png) center no-repeat #fff; background-size:cover; border:1px solid #d5d5d5; border-radius: 50%;}
.index5List .slick-next{right:0; left: auto; background-image:url(../images/p32.png);}
.index5List .slick-prev:hover{background:url(../images/p30.png) center no-repeat #B60005;border-color:transparent; background-size:cover;}
.index5List .slick-next:hover{background:url(../images/p31.png) center no-repeat #B60005;border-color:transparent; background-size:cover;}
.index5 .line{width:1743px;position: absolute; bottom:186px; left: 50%; line-height: 0;
-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%,0);}

@media screen and (max-width:1199px){
	.index5{padding:60px 0;}
	.index5 .line{bottom:130px;}
	.index5List .listBox{width:100px; height: 100px;}
}
@media screen and (max-width:767px){
	.index5{padding:30px 0;}
	.index5List{margin-top:25px; padding:0;}
	.index5List .listBox{width:80px; height: 80px;}
	.index5List .H6{font-size:13px; margin-top:10px;}
	.index5List .slick-prev, .index5List .slick-next{width:30px; height: 30px; left: -10px;}
	.index5List .slick-next{right:-10px; left: auto;}
	.index5 .line{bottom:75px;}
}

.index6{padding:60px 0 80px 0; background-color:#f8f7f7;}
.index6Tab .hd{text-align: right; font-size:0;}
.index6Tab .hd li{display:inline-block; font-size:16px; color:#262626; line-height: 32px; margin-left:40px; width:110px; border-radius: 30px; text-align: center; cursor: pointer;}
.index6Tab .hd li:first-child{margin:0;}
.index6Tab .hd li.on{background-color:#B60005; color:#fff;}
.index6Tab .bd{padding-top:23px;}
.index6Tab .bdList .list{width:49.34%; margin: 30px 1.32% 0 0; border-radius: 8px; background-color:#fff; float:left; box-shadow: 0 0 20px rgba(0,0,0,0.05); padding:20px 30px 20px 20px; position: relative;}
.index6Tab .bdList .list:nth-child(2n){margin-right:0;}
.index6Tab .bdList .list .pic{width:200px; float:left; overflow: hidden;}
.index6Tab .bdList .list .pic img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.index6Tab .bdList .list .text{margin-left:235px;}
.index6Tab .bdList .list .text .H4{font-size:18px; color:#333333; padding: 18px 0 13px 0;}
.index6Tab .bdList .list .text .p{font-size:14px; color:#333333; line-height: 24px; height: 48px; opacity: 0.66;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index6Tab .bdList .list .text .time{font-size:14px; color:#333333; opacity: 0.6; text-align: right; margin-top:8px;}
.index6Tab .bdList .list .ico{width:28px; height: 28px; position: absolute; bottom:25px; right:30px; opacity: 0; line-height: 0;}
@media screen and (min-width:992px){
	.index6Tab .bdList .list:hover{background-color:#B60005;}
.index6Tab .bdList .list:hover .pic img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.index6Tab .bdList .list:hover .H4{color:#fff;}
.index6Tab .bdList .list:hover .p{color:#fff;}
.index6Tab .bdList .list:hover .time{color:#fff; opacity: 1; text-align: left;}
.index6Tab .bdList .list:hover .ico{opacity:1;}
}

@media screen and (max-width:1199px){
	.index6Tab .hd li{margin-left:0; font-size:14px;}
	.index6Tab .bdList .list{padding:10px;}
	.index6Tab .bdList .list .text{margin-left:210px;}
}
@media screen and (max-width:767px){
	.index6{padding:30px 0;}
	.index6Tab { clear: both; padding-top:25px;}
	.index6Tab .hd{text-align:center;}
	.index6Tab .hd li{width:25%; border-radius: 4px;}
	.index6Tab .bd{padding-top:10px;}
	.index6Tab .bdList .list{width:100%; margin: 10px 0 0 0;}
	.index6Tab .bdList .list .pic{width:130px;}
	.index6Tab .bdList .list .text{margin-left:140px;}
	.index6Tab .bdList .list .text .H4{font-size:16px; margin: 0 0 5px 0;}
	.index6Tab .bdList .list .text .time{font-size:12px; margin: 4px 0 0 0; text-align: left;}
}

.bottom{padding:80px 0 40px 0; background:url(../images/j26.jpg) center no-repeat; background-size:cover;}
.bTitle .H4{font-size:30px; color:#fff; display: inline-block;}
.bTitle .H5{font-size:18px; color:#9b9b9b; display: inline-block; vertical-align: bottom; margin-left:20px;}
.bMessage{width:46.25%; float:right;}
.bMessage .meForm{margin-top:30px;}
.bMessage .formList .list{width:44.95%; float:left; margin:0 10.1% 0 0; border-bottom:1px solid #777777;padding:13px 0; height: 49px; overflow: hidden;}
.bMessage .formList .list:nth-child(2n){margin-right:0;}
.bMessage .formList .list .H4{float:left; font-size:16px; color:#a3abb1; line-height: 21px;}
.bMessage .formList .list .input{float:left; width:70%; height: 21px;font-size:14px; color:#a3abb1; margin-left:10px; background-color:transparent;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;
border-radius:0}
.bMessage .formList .list2{width:100%; margin: 0;}
.bMessage .yzm{float:right; width:84px; height: 30px; overflow: hidden; margin: -4.5px 4px 0 0; line-height: 0; text-align: center;}
.bMessage .yzm img{vertical-align:middle; height: 100%;}
.bMessage .textarea{  border:none; line-height: 21px;  float: left;width: 88%; height: 60px; font-size: 14px;color: #a3abb1;margin-left: 10px; background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;}

.bMessage .submit{width:100%; height:43px; display: block;  font-size:18px; color:#fff; margin-top:35px; background-color:#B60005;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;}
.bMessage .submit:hover{background-color:#B60005;}

@media screen and (max-width:991px){
	.bMessage .formList .listYzm .input{width:32%;}
}
@media screen and (max-width:767px){
	.bMessage{width:100%;}
	.bMessage .meForm{margin-top:10px;}
	.bMessage .formList .list{width:100%; padding:7px 0; height: 35px;}
	.bMessage .formList .list .H4{font-size:14px;}
	.bMessage .formList .listYzm .input{width:30%;}
	.bMessage .yzm{width:70px;}
	.bMessage .formList .list3{height:77px;}
	.bMessage .textarea{height:63px;}
	.bMessage .submit{font-size:12px; margin-top:15px;height: 34px;}
}

.bCon{width:32.56%; float:Left;}
.bCon .p{font-size:18px; color:#fff; margin: 30px 0 45px 0;}
.bEwm2{width:25.25%; float:Left; text-align: center;}
.bEwm2 .pic{display:block; padding:5px; background-color:#fff;}
.bEwm2 .H6{font-size:14px; color:#a3abb1; margin-top:20px;}
.bAddress{width:65%; float:right;}
.bAddress .list{margin-bottom:25px;}
.bAddress .list:last-child{margin:0;}
.bAddress .ico{width:18px; height: auto; float:left; line-height: 0; margin: 3px 0 0 0;}
.bAddress .p2{margin-left:40px; font-size:14px; color:#a3abb1; line-height: 20px;}

.bottom2{background-color:#2b2b2b; padding:35px 0;}
.bShare{float:right; font-size:0;}
.bShare .list{width:36px; height: 36px; border-radius: 50%; margin-left:17px; background-color:#414141; position: relative; display: inline-block;}
.bShare .list:first-child{margin:0;}
.bEwm{width:100px;  position: absolute; bottom:34px; left: 50%; margin-left:-50px; background-color:#fff; height: 0; overflow: hidden; box-sizing: border-box;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.bEwm .img{width:90px; height: 90px; margin: 5px; display: block;}
/*hover*/
@media screen and (min-width:992px){
	.bShare .list:hover{background-color:#B60005;}
   .bShare .list:hover .bEwm{height:100px;}
}

.bottom2 .bLeft{float:left;}
.bLink {display:none;}
.bLink .list{display:inline-block; font-size:14px; color:#a3abb1;}
.bLink .scrollBox,
.bLink .scroll{display:inline-block;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.bLink .i1{margin:0 10px; }
    .bLink .i1:last-child {display:none }
.bLink .top .ico{display:none;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.bLink .a:hover{color:#fff;}

.cr .p{display:inline-block; font-size:14px; color:#a3abb1; margin-top:8px;}

@media screen and (max-width:1549px){
	.bCon{width:40%;}
	.bMessage .textarea{width:85%;}
}
@media screen and (max-width:1199px){
	.bottom{padding:40px 0;}
	.bTitle .H4{font-size:20px;}
	.bCon{width:49%;}
	.bMessage .textarea{width:80%;}
	.bMessage .formList .list .input{width:60%;}
	.bLink .list{font-size:12px;}
	.bSearch{width:200px; margin-top:70px;}
	.bLink .i1{margin:0 5px;}
}
@media screen and (max-width:991px){
    .bLink{text-align:center;}
	.bMessage .textarea{width:75%;}
	.bShare{width:100%; text-align: center;}
	.bShare .list{margin:0 5px 10px 5px !important;}
	.bottom2 .bLeft{width:100%;}
	.cr{text-align:center;}
	.bMessage .formList .list .input{width:55%;}
	.bShare .list.active{background-color:#B60005;}
   .bShare .list.active .bEwm{height:100px;}
	.bLink{width:180px; height: 34px; background-color:#3d3d3d; position: relative; margin: auto;}
	.bLink .top{width:100%; height: 34px; line-height: 34px; padding:0 40px 0 10px; position: relative; text-align: left;}
	.bLink .top .ico{width:20px; height: 20px; position: absolute; top:7px; right:10px; display: block; line-height: 0;}
	.bLink .scrollBox{width:100%; height: 0;overflow-x: hidden; overflow-y: auto; position: absolute; bottom:35px; left: 0; background-color:#3d3d3d;}
	.bLink .scrollBox .scrol{ margin: 10px;}
	.bLink .i1{display:none;}
	.bLink .scrollBox .scrol .a{display:block; line-height: 30px; text-align: left;}
	.bLink.active .scrollBox{height:140px;}
	.bLink .top.active .ico{transform: rotate(180deg);}
}
@media screen and (max-width:767px){
	.bCon{display:none;}
	.bottom{padding:20px 0;}
	.bTitle .H4{font-size:16px;}
	.bTitle .H5{font-size:13px; margin-left:5px;}
	.bottom2{padding:10px 0 75px 0;}
	.cr{margin-top:10px;}
	.cr .p{width:100%; text-align: center; font-size:10px; line-height: 20px; margin: 0}
}

/*底部漂浮*/
.pf_down{ width:100%; float:left; position:fixed; left:0; bottom:0; background:#fff; height:50px; z-index:99;}
.pf_down li{ width:20%; float:left; text-align:center; padding:0 0 5px 0; position:relative;}
.pf_down li .ico{ width:100%; float:left; height:30px;}
.pf_down li .ico img{ height:36px;}
.pf_down li .name{ width:100%; float:left; margin-top:0px; font-size:12px; color:#929292; line-height:14px;}
.pf_down li.l1 a{ display:inline-block; *zoom:1; *display:inline; width:56px; height:56px; background:rgba(255,255,255,0.8); border:solid 2px #B60005; margin-top:-20px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}

/*右漂浮*/
.f_r_box{position:fixed; top:245px; right:8px; z-index: 99;}
.f_r{padding:10px 0; border-radius: 12px 0 0 12px; background-color:rgba(48,48,48,0.8); width:55px; }
.fEwm{width:0; height: 84px; position: absolute; top:50%; margin-top:-42px; right:57px;background-color:rgba(12,125,245,0.8); border-radius: 6px; overflow: hidden;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.fEwm .span{width:87px; height: 84px; padding:5px; display: block; box-sizing: border-box;}
.f_r li{cursor:pointer; position: relative;}

.frNum{position:absolute; top:0; right:-250px;height: 100%;background-color:rgba(12,125,245,0.8);width:177px; overflow: hidden; border-radius: 8px 0 0 8px;
		-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
	.frNum .frNumIco{float:left; width:55px;}
	.frNum .p{font-size:14px; color:#fff; line-height: 16px; margin-top:8px;}
.frNum2 .p{line-height:55px; margin: 0;}
@media screen and (min-width:992px){
	.f_r li:hover .frNum{right:0}
	.f_r li:hover{background-color:rgba(12,125,245,0.8)}
	.f_r li:hover .fEwm{width:87px;}
	.f_r li:hover .imgNone{opacity:0;}
	.f_r_box .c_close{display:none;}
}
.f_r_box .c_close{width:26px; height: 26px; position: absolute; bottom:-50px; left:50%; margin-left:-13px; z-index: 999;  border-radius: 50%; cursor: pointer;}
@media screen and (max-width:991px){
	.f_r li .frNum{display:none;}
	.f_r_box{bottom:100px; right:10px; top:auto;}
	.f_r li.hover{background-color:rgba(12,125,245,0.8)}
	.fEwm{right:40px;}
	.f_r li.hover .fEwm{width:87px;}
	.f_r{width:40px; padding:10px 0;}
	.f_r_box .c_close{bottom:-30px;}
	.frNum .frNumIco{width:40px;}
	.frNum .p{font-size:12px;  margin-top:3px;}
}	

/*关于我们*/
.pageBox{background-color:#f6f6f6;}
.pageNav{float:left;  line-height: 60px; margin-left:3.94%;}
.pageNav a{font-size:16px; color:#333333; margin: 0 10px 0 0; float:left;padding:0 30px; position: relative; text-align: center;}
.pageNav a:last-child{margin:0;}
.pageNav a:hover{background-color:#B60005; color:#fff;}
.pageNav a:hover::after{width:15px; height: 8px; content: ""; position: absolute; bottom:0;left: 50%; margin-left:-7.5px; background:url(../images/p50.png) center no-repeat;background-size:100%;}
.pageNav a.on{background-color:#B60005; color:#fff;}
.pageNav a.on::after{width:15px; height: 8px; content: ""; position: absolute; bottom:0;left: 50%; margin-left:-7.5px; background:url(../images/p50.png) center no-repeat;background-size:100%;}
.local{float:right; font-size:14px; color:#6b6b6b; line-height: 60px;margin-right:3.94%; letter-spacing: 1px; white-space: nowrap;}
.local a{color:#6b6b6b;}
.local a:hover{color:#B60005;}
.local .ico{width:16px; height: 16px; float:left; margin: 22px 0 0 0; line-height: 0; margin-right:10px;}

@media screen and (max-width:1549px){
	.pageNav,.local{margin:0;}
}
@media screen and (max-width:1549px){
	.pageNav a{font-size:14px;}
}

@media screen and (max-width:991px){
	.pageBox{display:none;}
}

/*内页下拉*/
.babyserBox{position: relative; height: 41px; width:100%; display: none; background-color:#f6f6f6;}
.babyser{ position: absolute; z-index: 5; top:0; left: 0;width:100%;}
.babyser h2{ float:left; width:100%; border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:16px; line-height:40px; }
.babyser h2 .imgr{ float:right; margin:10px 0 0 0;}
@media  screen and (max-width:991px){
    .babyser h2 .imgr{ float:right; margin:12px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
}
.pz_SideLayerph{ display:none;  background-color:#f6f6f6;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#337ab7;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

@media screen and (max-width:991px){
	.babyserBox{display:block;}
}

.about1{padding:100px 0;}
.pTitle{text-align:center; font-weight:bolder;}
.pTitle .H4{font-size:40px; font-family: Arial; text-transform: uppercase; font-weight: bolder; color:#000000;}
.pTitle .H5{font-size:26px; color:#555555; margin-top:17px;}
.about1 .p{margin-top:40px; font-size:16px; line-height: 32px;}

@media screen and (max-width:1199px){
	.about1{padding:60px 0;}
	.pTitle .H4{font-size:30px;}
	.pTitle .H5{font-size:20px;}
}
@media screen and (max-width:767px){
	.about1{padding:30px 0;}
	.pTitle .H4{font-size:20px;}
	.pTitle .H5{font-size:16px; margin-top:10px;}
	.about1 .p{font-size:14px; line-height: 24px; margin-top:20px; text-align: justify;}
	.about1 .p br{display:none;}
}

.abou2{padding:110px 0; background:url(../images/j27.jpg) center no-repeat; background-size:cover; position: relative;}
.abou2 .line{width:2px; height: 80px; background-color:#B60005; position: absolute; top:-40px; left: 50%; margin-left:-1px;}
.pTitle2 .H4,
.pTitle2 .H5{color:#fff;}
.abou2Mar{margin:0 -20px;}
.plan_scroll{margin-top:85px;}
.plan_scroll .p{height:137px;width:77%; margin: auto;font-size:14px; color:#fff; opacity: 0.6; line-height: 24px; padding:16px 0 16px 0; box-sizing: border-box; overflow-y: hidden;}
.plan_m{width:100%; height: auto;}
.plan_date_box{width:78px; height: 78px; border-radius: 50%; border:1px solid rgba(255,255,255,0);margin:59px auto auto auto;}
.plan_date{width:72px; height: 72px; border-radius: 50%; background-color:#B60005; margin:2px 0 0 2px; text-align: center; position: relative; }
.plan_date h3{font-size:22px; color:#fff; font-family: Arial; font-weight: bold; padding-top:18px;}
.plan_date h4{font-size:16px; color:#fff; font-family: Arial;}
.plan_date::after{height:60px; width: 2px; background-color:#B60005; content: " "; position: absolute; top:-62px; left: 50%; margin-left:-1px;}
.plan_date::before{height:10px; width: 10px; background-color:#27282c; content: " "; position: absolute; top:-77px; left: 50%; margin-left:-5px; border-radius: 50%;}
.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::after{bottom:-62px; top:auto;} 
.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before{bottom:-77px; top:auto;} 
.plan_scroll .slick-slide:nth-child(2n) > li .plan_date_box{margin: auto auto 59px auto;}
.plan_scroll .slick-slide:nth-child(2n) > li .p{padding:30px 0 10px 0;}
.plan_scroll li:hover .plan_date_box{border:1px solid #B60005;}
.plan_scroll .slick-prev{width:38px; height: 66px; background:url(../images/p53.png); background-size:cover; left: -80px;}
.plan_scroll .slick-next{width:38px; height: 66px; background:url(../images/p54.png); background-size:cover; right: -80px;}
/* .plan_scroll .slick-prev:hover{background-image:url(../images/p56.png);}
.plan_scroll .slick-next:hover{background-image:url(../images/p55.png);} */

@media screen and (max-width:1600px){
	.plan_scroll .slick-prev{left:0; z-index: 200;}	
	.plan_scroll .slick-next{right:0;z-index: 200;}	
}
@media screen and (max-width:1199px){
	.plan_scroll .p{width:100%;}
	.abou2{padding:60px 0;}
	.plan_date::before{top:-80px;}
	.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before{bottom:-80px;}
	.abou2Mar{margin:0;}
}
@media screen and (max-width:991px){
	.plan_date::before{top:-77px;}
	.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before{bottom:-77px;}
	.plan{margin-top:40px; padding:40px 0;}
	.plan_scroll{margin-top:50px;}
	.plan_scroll .p{font-size:13px; line-height: 22px;}
}
@media screen and (max-width:767px){
	.abou2{padding:30px 0;}
	.plan_scroll{margin-top:25px;}
	.plan_date_box{width:60px; height: 60px; border:1px solid #B60005; margin: 40px auto auto auto;}
	.plan_date{width:54px; height: 54px;}
	.plan_date h3{font-size:16px; padding-top:14px;}
	.plan_date h4{font-size:13px;}
	.plan_date::after{height:40px; top:-42px;}
	.plan_date::before{width:6px; height: 6px; top:-56px; margin-left:-3px;}
	.plan_scroll .p{height:96px; margin-bottom:5px;padding:0; font-size:12px; line-height: 20px;}
	.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::after{bottom:-42px; top:auto;} 
	.plan_scroll .slick-slide:nth-child(2n) > li .plan_date::before{bottom:-56px; top:auto;} 
	.plan_scroll .slick-slide:nth-child(2n) > li .plan_date_box{margin: auto auto 40px auto;}
	.plan_scroll .slick-slide:nth-child(2n) > li .p{margin:10px 0 0 0;  height: 90px; padding:0;}
	.plan_scroll .slick-prev{width:20px; height: 35px; left: -15px;}
	.plan_scroll .slick-next{width:20px; height: 35px; right: -15px;}
	.abou2 .line{width:1px; height: 40px; top:-20px; margin: 0;}
}

.abou3{padding:100px 0 90px 0; position: relative; overflow: hidden;}
.abou3D{margin-top:60px;}
.abou3D .pic{width:71.71%; float:left; height:639px; position: relative;}
.abou3D .pic::after{width:171px; height: 4px; background-color:#B60005; content: ""; position: absolute; bottom:112px; left: -100px;}
.abou3D .text{position:absolute; bottom:163px; right:0; background-color:#f6f5f1; width:50%; padding:40px 10.41% 40px 3.12%; min-height: 487px; z-index: 1;}
.abou3D .text .ab3Ti{font-weight: bolder;}
.abou3D .text .H4{font-size:45px; font-weight: bolder; font-family: Arial; text-transform: uppercase; margin-left:-184px;}
.abou3D .text .H4 .coloe{color:#fff;}
.abou3D .text .H5{font-weight:normal; font-size:24px; color:#3f3f3d; position:relative; margin: 23px 0 28px 0;}
.abou3D .text .H5::after{width:71px; height: 5px; position: absolute; top:50%; margin-top:-2.5px; left: -96px; content: ""; background-color:#fff;}
.abou3D .text .p{font-size:16px; line-height: 32px; }

@media screen and (max-width:1549px){
	.abou3D .text .H4{margin-left:-168px;}
    .abou3D .text {width:40%;}
}
@media screen and (max-width:1199px){
	.abou3{padding:60px 0;}
	.abou3D .text .H4{margin-left:-134px; font-size:35px;}
	.abou3D .text{bottom:130px;}
}
@media screen and (max-width:991px){
	.abou3D .text .H4{margin-left:-128px;}
}
@media screen and (max-width:767px){
	.abou3{padding:30px 0;}
	.abou3D .text{width:100%; position: static; min-height: inherit; padding:20px 10px;}
	.abou3D{margin-top:25px;}
	.abou3D .text .H4{font-size:20px; margin: 0;}
	.abou3D .text .H4 .coloe{color:#B60005;}
	.abou3D .text .H5{font-size:18px; margin: 15px 0;}
	.abou3D .text .p{font-size:13px; line-height: 22px;}
	.abou3D .pic{width:100%; height: auto; background:none !important;}
	.abou3D .pic::after{bottom:20px; height: 2px;}
}

.abou4{padding:80px 0 90px 0; background:url(../images/j29.jpg) center no-repeat; background-size:cover;}
.abou4Mar{margin:0 -30px;}
.abou4List{margin-top:55px; width:74.49%; float:left;}
.abou4List .list{width:32.71%; margin: 0 0.93% 10px 0; position: relative; background-color:#000; float:left;}
.abou4List .list:nth-child(3n){margin-right:0;}
.abou4List .list img{opacity:0.4;}
.abou4List .list .textOn{width:100%; left: 0; top:50%; position: absolute; text-align: center;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.abou4List .list .textOn .H5{font-size:18px; color:#fff; font-weight: bold;}
.abou4List .list .textOn .H6{font-size:12px; color:#fff; font-family: Arial; opacity: 0.6; margin-top:10px;}
.abou4List .list:hover img{opacity:0.3;}
.abou4List .list:hover{ background-color:#B60005;}
@media screen and (min-width:992px){
	.abou4List .list:hover .H5{font-size:22px;}
}
.abou4R{width:24.36%; float:right; background-color:#000; margin-top:55px; position: relative;}
.abou4R img{opacity:0.3;}
.abou4R .text{position:absolute; top:50%; left: 0; width:100%; padding:0 10.38%; font-size:16px; line-height: 30px; color:#fff; text-align: justify; max-height: 100%; overflow-y: auto;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.abou4R:hover img{opacity:0.3;}
.abou4R:hover{ background-color:#B60005;}

@media screen and (max-width:1549px){
	.abou4R .text{line-height:24px;}
}
@media screen and (max-width:1199px){
	.abou4R .text{font-size:14px; padding:0 10px;}
	.abou4List .list .textOn .H5{font-size:16px;}
	.abou4{padding:60px 0 50px 0;}
	.abou4Mar{margin:0;}
}
@media screen and (max-width:767px){
	.abou4{padding:30px 0;}
	.abou4List{width:100%; margin-top:25px;}
	.abou4List .list{width:49%; margin:0 2% 10px 0;}
	.abou4List .list:nth-child(3n){margin-right:2%;}
	.abou4List .list:nth-child(2n){margin-right:0%;}
	.abou4List .list .textOn .H5{font-size:12px;}
	.abou4List .list .textOn .H6{display:none;}
	.abou4R{width:100%; margin-top:0;}
}

/*合作伙伴*/
.par .pageNav a{width:177px; margin: 0;}
.partner{padding:100px 0 70px 0;}
.pagePadding{padding:0 3.94%;}
.partnerList{margin-bottom:70px; }
.partnerList .list{width:25%;  border-bottom:1px solid #e2e2e2;border-right:1px solid #e2e2e2; position: relative; float:left;}
.partnerList .list .pic{padding-bottom:160.23%; position: relative;}
.partnerList .list .pic img{width:100%; height: 100%; top:0; left: 0; position: absolute;}
.partnerList .list .textOn{position:absolute; width:100%; height: 100%; top:0; left: 0; background-color:rgba(12,125,245,0.95); transform: scale(0);
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.partnerList .list .textOnBox{position:absolute; top:50%; left: 0; width:100%; text-align: center;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.partnerList .list .textOnBox .H5{font-size:20px; color:#fff;}
.partnerList .list .textOnBox .H6{font-size:14px; color:#fff; margin-top:5px; text-transform: uppercase;}
@media screen and (min-width:992px){
	.partnerList .list:hover .textOn{transform: scale(1);}
}


.partnerList .list1{width:50%;   position: relative; float:left;margin-left:25%}
.partnerList .list1 .pic{ position: relative;text-align:center}
.partnerList .list1 .pic img{width:auto; height: 100%; }
.partnerList .list1 .textOn{position:absolute; width:100%; height: 100%; top:0; left: 0; background-color:rgba(12,125,245,0.95); transform: scale(0);
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.partnerList .list1 .textOnBox{position:absolute; top:50%; left: 0; width:100%; text-align: center;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.partnerList .list1 .textOnBox .H5{font-size:20px; color:#fff;}
.partnerList .list1 .textOnBox .H6{font-size:14px; color:#fff; margin-top:5px; text-transform: uppercase;}
@media screen and (min-width:992px){
	.partnerList .list1:hover .textOn{transform: scale(1);}
}

.partnerList .list3{width:25%; height:auto;  position: relative; float:left;margin-left:5%;}
.partnerList .list3 .pic{ position: relative;text-align:center;height:auto}
.partnerList .list3 .pic img{width:100%; height: auto; }
.partnerList .list3 .textOn{position:absolute; width:100%; height: 100%; top:0; left: 0; background-color:rgba(12,125,245,0.95); transform: scale(0);
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.partnerList .list3 .textOnBox{position:absolute; top:50%; left: 0; width:100%; text-align: center;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.partnerList .list3 .textOnBox .H5{font-size:20px; color:#fff;}
.partnerList .list3 .textOnBox .H6{font-size:14px; color:#fff; margin-top:5px; text-transform: uppercase;}
@media screen and (min-width:992px){
	.partnerList .list3:hover .textOn{transform: scale(1);}
}

.paging{text-align:center; font-size:0;}
.paging a{display:inline-block; vertical-align: middle; width:30px; height: 30px; border-radius: 30px; line-height: 28px; text-align: center; font-size:14px; color:#272727; margin: 0 8px; border:1px solid #e1e1e1; box-sizing: border-box; background-color:#fff;}
.paging .pageup{width:100px; background:url(../images/p60.png) center no-repeat #fff; background-size:100%;}
.paging .pagedown{width:100px; background:url(../images/p59.png) center no-repeat #fff; background-size:100%;}
.paging .pageup:hover{background-image:url(../images/p57.png);}
.paging .pagedown:hover{background-image:url(../images/p58.png);}
.paging .pagedown.hover{background-image:url(../images/p58.png);}
.paging .pageup.hover{background-image:url(../images/p57.png);}
.paging a.hover{background-color:#B60005; color:#fff; border-color:#B60005;}
.paging .aPh{font-size:12px; color:#333; margin: 0 5px; display:none; vertical-align: middle;}

@media screen and (min-width:992px){
	.paging a:hover{background-color:#B60005; color:#fff; border-color:#B60005;}
}

@media screen and (max-width:767px){
	.paging .a{display:none;}
	.paging .aPh{display:inline-block;}
}

@media screen and (max-width:1549px){
	.pagePadding{padding:0;}
}
@media screen and (max-width:1199px){
	.partner{padding:60px 0;}
}
@media screen and (max-width:767px){
	.partner{padding:30px 0;}
	.partnerList{margin-bottom:30px;}
	.partnerList .list{width:50%}
}

/*联系我们*/
.contact{padding:100px 0 80px 0; overflow: hidden;}
.contactLeft{background-color:#ebebeb; padding-bottom:40px; width:64.28%; float:left;}
.contactLeft .name{padding:57px 8.88% 40px 8.88%;}
.contactLeft .name .H3{font-size:30px; color:#151515; line-height: 46px}
.contactLeft .name .H4{font-size:16px; color:#9c9c9c; text-transform: uppercase; letter-spacing: 12px; line-height: 46px;}

.infor .list{padding:30px 6.11%;}
.infor .list{background-color:#f6f6f6; }
.infor .list:nth-child(2n){background-color:#ebebeb;}
.infor .list .div{width:46.83%; float:left; margin: 0 6.34% 0 0;}
.infor .list .div:nth-child(2n){margin:0;}
.infor .list .div .span{width:42px; height: 42px; border-radius: 50%; background-color:#B60005; line-height: 0; margin: 16px 0 0 0; float:left;}
.infor .list .div .p{margin:10px 0 0 4% ; font-size:16px; line-height: 28px; color:#444444; width:62%; float:left; }
.infor .list .div .pEwm{width:79px; height: 79px; border:2px solid #B60005; padding:3px; float:right;}
.infor .list:last-child .div{width:100%; margin: 0;}
    .infor .list:last-child .div .pEwm {display:none;}

.contactR{width:31.92%;height: 481px; float:right;border:2px solid #ededed;  padding:25px 2.14% 20px 2.14%;}
.contactR .H3{text-align:center; font-size:24px; color:#333333; padding-bottom:15px;}
.conForm .formList{margin-top:8px;}
.conForm .H4{line-height:30px;font-size:14px; color:#666666;}
.conForm .inputBox{ background-color:#f7f7f7; border-radius: 2px;}
.conForm .input{display:block; width:100%; height: 44px; padding:0 10px;font-size:14px; color:#666666;background-color:#f7f7f7; 
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;}
.conForm .textarea{display:block; width:100%; height: 116px; background-color:#f7f7f7; border-radius: 2px; padding:10px;font-size:14px; color:#666666; border:none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
outline: 0;}
.formList2 .input{width:66.77%; float:left;}
.formList2 .yzm{width:95px; height: 40px; float:right; margin:2px 2px 0 0; overflow: hidden;}
.conForm .submit{width:229px; height: 44px; background-color:#B60005; border-radius: 30px; font-size:16px; color:#fff; display: block; margin:30px auto auto auto;
border:none;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;}
.conForm .submit:hover{background-color:#B60005;}

@media screen and (max-width:1549px){
	.infor .list,
	.contactLeft .name{padding:25px 2%;}
	.infor .list .div .pEwm{width:70px; height: 70px;}
	.contactR{height:585px;}
}
@media screen and (max-width:1199px){
	.contact{padding:60px 0;}
	.contactLeft .name .H3{font-size:24px;}
	.infor .list .div .p{float:none; margin: 3px 0 0 50px; width:auto;}
	.infor .list .div .pEwm{float:left; margin: 10px 0 0 50px;}
	.contactR{padding:40px 2% 20px 2%}
	.formList2 .input{width:60%;}
}
@media screen and (max-width:991px){
	.contactLeft{width:100%;}
	.contactR{width:100%; margin-top:20px;}
}
@media screen and (max-width:767px){
	.contact{padding:30px 0;}
	.infor .list, 
	.contactLeft .name{padding:10px;}
	.contactLeft .name .H3{font-size:18px; line-height: 24px;}
	.contactLeft .name .H4{font-size:13px; line-height: 22px;}
	.infor .list .div{width:100%; margin:10px 0 0 0!important;}
	.infor .list .div .span{margin:0 0 0 0;}
	.infor .list .div .p{font-size:14px; line-height: 22px; margin-top:0;}
	.contactR{padding:20px 10px; height: auto;}
	.contactR .H3{font-size:18px; padding: 0;}
	.conForm .input{height:34px;}
	.formList2 .yzm{margin:0;}
	.conForm .submit{width:100px; height: 34px; font-size:13px;}
}

.contact2{margin:60px 0; position: relative;}
.contact2 .textOn{position:absolute; width:100%;top:50%; left: 50%; padding:0 15px; box-sizing: border-box; font-size:18px; line-height: 42px; text-align: center;
-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

@media screen and (max-width:1199px){
	.contact2 .textOn{font-size:16px;}
}
@media screen and (max-width:767px){
	.contact2{margin:20px 0;}
	.contact2 .textOn{font-size:10px; line-height: 18px;}
}

.contact3{margin-top:65px;}
.conTi{text-align:center;}
.conTi .H2{font-size:110px; font-family: Arial; font-weight: bold; text-transform: uppercase; color:#f6f6f6; line-height: 80px;}
.conTi .H4{font-size:38px; color:#333333; font-weight: bold; margin:-70px 0 40px 0; position: relative; z-index: 1;}
.conTi .p{font-size:16px; color:#666666; line-height: 36px; }

.joinList{margin:25px 0 60px 0;}
.joinList .list{width:32.21%; margin:  35px 1.68%  0 0; box-shadow: 0 0 16px rgba(0,0,0,0.2); padding:34px; float:left; border-radius: 12px; position: relative;}
.joinList .list:nth-child(3n){margin-right:0;}
.joinList .list .listTop .H4{font-size:24px; color:#333333; position: relative; padding-bottom:18px;}
.joinList .list .listTop .H4::after{width:29px; height: 1px; position: absolute; bottom:0; left: 0; content: ""; background-color:#b2b2b2;}
.joinList .list .H3{font-size:37px; color:#f0f0f0; font-weight: bold; text-transform: uppercase;position: absolute; top:25px; right:22px; }

.joinList .scrollBox{height:224px;margin-top:15px; }

.joinList .scroll{padding:0 10px 0 0; height: 100%;}
.nicescroll-rails{width:2px !important; height: 100%; background-color:#dddddd;}
.joinList .scrollBox .p{font-size:16px; color:#666666; line-height: 28px;}	
.joinList .scrollBox .p .H6{font-weight:bold;font-size:16px;line-height: 28px;}
@media screen and (min-width:992px){
	.joinList .list:hover{background-color:#B60005;}
	.joinList .list:hover .listTop .H4,
	.joinList .list:hover .p{color:#fff;}
	.joinList .list:hover .listTop .H4::after{background-color:#fff; opacity: 0.5;}
	.joinList .list:hover .H3{color:#fff;}
}

#ascrail2000 div{margin-right:-1px;}

.contact3 .text1{text-align:center; font-size:16px; line-height: 30px; color:#666666;}
.contact3 .text1 .bold{font-size:18px; font-weight: bold;}
.contact3 .text1 .color{color:#B60005;font-size:18px; font-weight: bold;}

@media screen and (max-width:1199px){
	.joinList .list{padding:20px ;}
	.joinList .list .H3{top:15px;}
	.conTi .H2{font-size:80px;line-height: 60px;}
	.conTi .H4{font-size:28px; margin: -50px 0 20px 0}
}
@media screen and (max-width:991px){
	.join{padding:50px 0;}
	.joinList .list .listTop .H6{width:100%; margin: 10px 0;}
	
}
@media screen and (max-width:767px){
	.contact3{margin-top:20px;}
	.conTi .H2{font-size:40px; line-height: 40px;}
	.conTi .H4{font-size:20px; line-height: 40px; margin:-40px 0 10px 0;}
	.conTi .p{font-size:12px; line-height: 22px; text-align: justify;}
	.conTi .p br{display:none;}
	.joinList .list{width:100%; margin:20px 0 0  0; padding:15px;}
	.joinList .scrollBox .p,
	.joinList .scrollBox .p .H6{font-size:13px; line-height: 24px; }
	.joinList .scrollBox{height:192px;}
	.joinList{margin:0 0 20px 0;}
	.contact3 .text1{font-size:14px;}
}


/*设计案例*/
@media screen and (max-width:1199px){
	.par .pageNav a{width:auto; padding:0 10px;}
}
.case{padding:100px 0 70px 0;}
.caseList{padding-bottom:24px;}
.caseList .list{width:31.14%; margin:0 3.29% 45px 0; float:left; box-shadow: 0 0 27px rgba(0,0,0,0.1); padding:20px; }
.caseList .list:nth-child(3n){margin-right:0;}
.caseList .list .pic{padding-bottom:70.12%; position: relative; overflow: hidden;}
.caseList .list .pic::after{width:33px; height: 15px; position: absolute; bottom:0; left: 50%; margin-left:-16.5px; content: ""; background:url(../images/p66.png) center no-repeat; background-size:100%; }
.caseList .list .pic img{width:100%; height: 100%; top:0; left: 0; position: absolute;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.caseList .list .text{padding:30px 10px 15px 10px; text-align: center;}
.caseList .list .text .H4{ font-size:20px; color:#363636;}
.caseList .list .text .p{font-size:14px; line-height: 26px; height: 52px; margin: 20px 0;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.caseList .list .text  .more3{width:106px; height: 38px; line-height: 38px; display: block; margin: auto; border-radius: 4px; background-color:#e1e1e1; font-size:14px; color:#B60005;}
.caseList .list:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.caseList .list:hover .H4{color:#B60005;}
.caseList .list:hover .more3{background-color:#B60005; color:#fff;}

@media screen and (max-width:1199px){
	.case{padding:60px 0;}
}
@media screen and (max-width:767px){
	.case{padding:30px 0;}
	.caseList .list{width:48%; margin: 0 4% 20px 0; padding:10px ;}
	.caseList .list:nth-child(3n){margin-right:4%;}
	.caseList .list:nth-child(2n){margin-right:0;}
	.caseList .list .pic::after{width:20px; height: 9px; margin-left:-10px;}
	.caseList .list .text{padding:15px 0 0 0;}
	.caseList .list .text .H4{font-size:16px;}
	.caseList .list .text .p{font-size:13px; line-height: 22px; height: 44px ; margin: 10px 0;}
	.caseList{padding-bottom:10px;}
	.caseList .list .text  .more3{height:30px; line-height: 30px;}
}

/*案例详细*/
.caseDe{padding:100px 0 65px 0;}
.caseDe1List{width:63.92%; float:left;}
.caseDe1List .homedown{margin-top:20px; padding:0 35px;}
.caseDe1List .homedown .list{width:92.3%; margin: auto; border:1px solid rgba(255,255,255,0);}
.caseDe1List .homedown .slick-current .list{border:1px solid #B60005;}
.caseDe1List .homedown .slick-prev,
.caseDe1List .homedown .slick-next{width:30px; height: 30px; left: 0; background:url(../images/p70.png) center no-repeat; background-size:100%;}
.caseDe1List .homedown .slick-next{background-image:url(../images/p69.png); left: auto; right:0;}
.caseDe1List .homedown .slick-prev:hover{background-image:url(../images/p67.png);}
.caseDe1List .homedown .slick-next:hover{background-image:url(../images/p68.png);}

.caseDe1R{width:30%; float:right;}
.caseDe1R .H3{font-size:32px; color:#333333; margin: 35px 0 25px 0;}
.caseDe1R .p{font-size:16px; line-height: 30px; color:#666666;}
.caseDe1R .p2{font-size:14px; line-height: 30px; color:#666666; padding:15px 0 20px 0; margin: 27px 0 17px 0; border-top:1px dashed #cccccc;border-bottom:1px dashed #cccccc;}
.caseDe1R .p3{font-size:14px; color:#666666;}

.btnBox .pageBtn{width:185px; height: 40px; line-height: 40px; float:left; border-radius: 4px; background-color:#B60005; margin: 28px 20px 0 0; font-size:16px; color:#fff; text-align: center; cursor: pointer;}
.btnBox .pageBtn:nth-child(2){margin-right:0;}
.btnBox .pageBtn:hover{background-color:#B60005;}

.caseDe2Con{width:76.42%; float:left; margin-top:70px;}
.conH3{width:100%; text-align: center; line-height: 63px; background-color:#B60005; font-size:20px; color:#fff;}
.caseDe2Con .p{padding:30px 0 85px 0; font-size:16px; line-height: 30px; color:#666666;}
.caseDe2Con .p .p2{padding:0 2.8%;}
.caseDe2Con .p .img{text-align:center;}

.zan{width:80px; height: 80px; border-radius: 50%; border:1px solid #bfbfbf; margin: auto; cursor: pointer;}
.zan .ico{width:37px; height: 25px; display: block; margin: 20px auto 5px auto; background:url(../images/p73.png) center no-repeat; background-size:100%;}
.zan .H5{font-size:12px; color:#8f9499; text-align: center;}
.zan.on .ico{background-image:url(../images/p74.png);}
.zan.on .H5{color:#B60005;}
.zan.on{border-color:#B60005;}

.pageShare{padding:27px 0 51px 0; margin-bottom:30px; border-bottom:1px solid #d9d9d9; text-align: center; line-height: 0;}
.pageShare .H6{display:inline-block; line-height: 26px; font-size:14px; color:#666666; vertical-align: top;}
.pageShare .bdsharebuttonbox{display:inline-block; vertical-align: top;}
.pageShare .bdsharebuttonbox a{width:26px; height: 26px; margin: 0 0 0 17px; padding:0;background:url(../images/p75.png) center no-repeat; background-size:100%; }
.pageShare .bdsharebuttonbox .bds_sqq{background-image:url(../images/p76.png);}
.pageShare .bdsharebuttonbox .bds_qzone{background-image:url(../images/p77.png);}
.pageShare .bdsharebuttonbox .bds_tqq{background-image:url(../images/p78.png);}
.pageShare .bdsharebuttonbox .bds_tsina{background-image:url(../images/p79.png);}

.pageA{ position: relative;}
.pageA a{font-size:12px; color:#666666; line-height: 20px;}
.pageA a:hover{color:#B60005;}
.pageUp{float:left;width: 40%}
.pageDown{float:right; width: 40%; text-align: right;}
.pageA .backUp{position:absolute; bottom:0; left: 50%;font-size:16px; color:#666;  white-space: nowrap;
-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%, 0);}
.backUp .span{width:20px; height: 20px; float:left; margin-right:5px; background:url(../images/p80.png) center no-repeat; background-size:100%;}
.backUp:hover .span{background-image:url(../images/p81.png);}

@media screen and (max-width:767px){
	.pageA{padding-top:40px;}
	.pageA a{width:100%; text-align: center;}
	.pageA .backUp{width:auto; top:10px; bottom:auto;}
}

.tuijian{width:21%; float:right; margin-top:70px;}
.tjList .list{margin-top:37px;}
.tjList .list .pic{width:100%; overflow: hidden;}
.tjList .list .pic img{
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.tjList .list .text{padding:18px 66px 0 18px; position:relative;}
.tjList .list .text .H5{font-size:16px; color:#333333;}
.tjList .list .text .H6{font-size:14px; color:#999999; margin-top:10px;}
.tjList .list .text .ico{width:38px; height: 20px; position: absolute; top:30px; right:24px; background:url(../images/p71.png) center no-repeat; background-size:100%;}
.tjList .list:hover .pic img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.tjList .list:hover .H5{color:#B60005;}
.tjList .list:hover .ico{background-image:url(../images/p72.png);}

@media screen and (max-width:1199px){
	.caseDe{padding:60px 0;}
	.caseDe1List{width:50%;}
	.caseDe1R{width:47%;}
	.caseDe1R .H3{font-size:26px; margin: 20px 0;}
}
@media screen and (max-width:991px){
	.caseDe1List{margin:auto; float:none; width:70%;}
	.caseDe1R{width:100%; float:none;}
	.caseDe2Con{width:62%;}
	.tuijian{width:34%;}
	.pageShare .H6,
	.pageShare .bdsharebuttonbox{display:none;}
	.pageShare{ margin: 30px 0; padding: 0;}
}
@media screen and (max-width:767px){
	.caseDe{padding:30px 0;}
	.caseDe1List{width:100%;}
	.caseDe1R .H3{font-size:20px; margin: 20px 0 10px 0;}
	.caseDe1R .p{font-size:13px; line-height: 22px;}
	.caseDe1R .p2{font-size:13px; line-height: 22px; margin: 15px 0; padding:10px 0;}
	.btnBox .pageBtn{width:48%; margin: 15px 4% 0 0; fotn-size:13px; line-height: 34px; height: 34px;}
	.caseDe2Con{width:100%; margin-top:20px;}
	.conH3{font-size:16px; line-height: 34px;}
	.caseDe2Con .p{padding:30px 0; font-size:13px; line-height: 22px;}
	.pageShare{ margin: 10px 0;}
	.tuijian{width:100%; margin-top:20px;}
	.tjList .list{width:48%; float:left; margin: 15px 4% 0 0;}
	.tjList .list:nth-child(2n){margin-right:0;}
	.tjList .list .text .ico{display:none;}
	.tjList .list .text{padding:10px 0 0 0;}
}

/*设计团队*/
.par3 .pageNav a{width:auto;}
.design{padding:100px 0 70px 0;}
.designList .list{width:30.64%; margin: 0 4% 60px  0; float:left;}
.designList .list:nth-child(3n){margin-right:0;}
.designList .list .pic{width:100%; height: 229px; margin: auto;  padding:10px; background-color:#f5f5f5; border:1px solid #eeeeee;}
.designList .list .text{ background-color:#f5f5f5; border-radius: 8px; padding:120px 40px 70px 40px; margin-top:-90px;border:1px solid #eeeeee;}
.designList .list .text .H4{font-size:21px; color:#333333; text-align: center; position: relative; padding-bottom:24px;}
.designList .list .text .H4::after{width:180px; height: 1px; background-color:#dcdcdc; content: ""; bottom:0; left: 50%; margin-left:-90px; position: absolute;}
.designList .list .text .H4::before{width:20px; height: 3px; background-color:#B60005; content: ""; bottom:1px; left: 50%; margin-left:-10px; position: absolute;}
.designList .list .text .p{font-size:14px; line-height: 28px; color:#666666; margin-top:24px; height: 84px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;}
.designList .list .text .p .H5{display:block; font-size:16px;}
.designList .list .ico{width:50px; height: 50px; background-color:#B60005; border-radius: 50%; margin: -25px auto auto auto; display: block; box-shadow: 0 5px 9px rgba(215,0,15,0.1);}
.designList .list:hover .pic,
.designList .list:hover .text{background-color:#B60005;border-color:#B60005;}
.designList .list:hover .ico{background-color:#B60005;}
.designList .list:hover .H4,
.designList .list:hover .p{color:#fff;}
.designList .list:hover .H4::before{background-color:#fff;}
.designList .list:hover .H4::after{background-color:#B60005;}

@media screen and (max-width:1199px){
	.design{padding:60px 0;}
	.designList .list .pic{width:160px; height: 160px;}
}
@media screen and (max-width:767px){
	.design{padding:30px 0;}
	.designList .list{width:100%; margin: 0 0 20px 0 !important;}
	.designList .list .pic{width:100px; height: 100px; padding:5px;}
	.designList .list .text{padding:60px 10px 20px 10px; margin-top:-50px;}
	.designList .list .text .H4{font-size:16px; padding-bottom:15px;}
	.designList .list .text .p{font-size:13px; line-height: 22px; height: 66px; margin-top:15px;}
	.designList .list .text .p .H5{font-size:13px; line-height: 22px;}
	.designList .list .ico{width:30px; height: 30px; margin-top:-15px;}
}

/*设计详情*/
.designDe{padding:100px 0 35px 0;}
.designDe1 .pic{/*width:46.78%;*/ float:left;}
.designDe1 .text{width:48.21%; float:right;}
.deName .H4{display:inline-block; font-size:36px; color:#B60005; line-height: 36px;}
.deName .H5{display:inline-block; font-size:18px; color:#B60005; padding:0 20px; border-radius: 20px; line-height: 32px; vertical-align: bottom; background-color:#f0f0f0; margin-left:20px;}
.designDe1 .p{font-size:18px; line-height: 30px; padding:33px 0 24px 0 ; color:#444444; border-bottom:5px solid #f3f3f3;}
.designDe1 .p2{font-size:16px; line-height: 32px; height: 448px; overflow-y: auto; color:#444444; margin-top:25px;}
.designDe1 .p2 .H6{font-size:18px; line-height: 40px; display: block;}

.pageA2{margin-top:58px; padding:15px 0 48px 0; border-top:1px solid #e9e9e9; text-align: center;}
.pageA2 a{display:inline-block; font-size:16px; color:#5a4e4a; margin: 0 10px;}
.pageA2 .ico{width:16px; height: 11px; display: inline-block; line-height: 0; background:url(../images/p87.png) center no-repeat; background-size:100%;}
.pageA2 .pU .ico{margin-left:35px;}
.pageA2 .pD .ico{margin-right:35px; background-image:url(../images/p88.png);}
.pageA2 a:hover{color:#B60005;}
.pageA2 a.pU:hover .ico{background-image:url(../images/p90.png);}
.pageA2 a.pD:hover .ico{background-image:url(../images/p89.png);}

.zuopin .H4{font-size:21px; color:#B60005;}
.zuopin .caseList{margin-top:45px;}

@media screen and (max-width:1549px){
	.designDe1 .p2{height:360px;}
}
@media screen and (max-width:1199px){
	.designDe{padding:60px 0 15px 0;}
	.designDe1 .p2{height:260px;}
	.deName .H4{font-size:30px;}
}
@media screen and (max-width:991px){
	.designDe1 .p2{height:140px;}
}
@media screen and (max-width:767px){
	.designDe{padding:30px 0 10px 0;}
	.designDe1 .pic{width:100%; padding:0 20%;}
	.designDe1 .text{width:100%; margin: 20px 0 0 0;}
	.deName .H4{font-size:20px;line-height: 22px;}
	.deName .H5{margin:10px 0 0 5px; font-size:12px; padding:0 5px; line-height: 24px;}
	.designDe1 .p{font-size:13px; line-height: 22px; padding:15px 0;}
	.designDe1 .p2{height:auto;font-size:13px; line-height: 22px;  margin-top:10px;}
	.pageA2{margin-top:20px; padding:15px 0 25px 0;}
	.pageA2 a{font-size:13px;}
	.pageA2 .pU .ico{margin-left:10px;}
	.pageA2 .pD .ico{margin-right:10px;}
	.zuopin .H4{font-size:18px;}
	.zuopin .caseList{margin-top:20px;}
}

/*新闻中心*/
.news{padding:100px 0 70px 0;}
.newList{width:73.14%; float:left; padding-bottom:47px;}
.newList .list{padding:25px 0; background-color:#f7f7f7; margin-bottom:20px;}
.newList .time{width:180px; text-align: center; float:left; padding-top:24.5px;}
.newList .time .H5{font-size:72px; color:#c2c2c2; font-family: Arial; font-weight: bold;}
.newList .time .H6{font-size:20px; color:#4c4c4c; font-family: Arial;}
.newList .pic{width:240px; float:left; overflow: hidden; margin-left:25px}
.newList .pic img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.newList .text{margin-left:270px; padding:10px 25px 0px 20px}
.newList .text .H4{font-size:18px; color:#333333;}
.newList .text .p{font-size:14px; line-height: 26px; height: 78px; margin-top:20px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.newList .list:hover{background-color:#B60005;}
.newList .list:hover .pic img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.newList .list:hover .H4,
.newList .list:hover .H5,
.newList .list:hover .H6{color:#fff;}
.newList .list:hover .p{color:#fff;opacity: 0.5;}

.newsL{width:23.57%; float:right; background-color:#f7f7f7}
.nlTi{width:100%;padding:55px 0; background:url(../images/j62.jpg) center no-repeat; background-size:cover; text-align: center; overflow: hidden;}
.nlTi .H5{display:inline-block; font-size:36px; color:#B60005; font-weight: bold; position: relative;}
.nlTi .H5::after{width:60px; height: 1px; background:url(../images/p91.png) center no-repeat; background-image:100%; content: ""; position: absolute; top:50%; left: -85px;}
.nlTi .H5::before{width:60px; height: 1px; background:url(../images/p92.png) center no-repeat; background-size:100%; content: ""; position: absolute; top:50%; right: -85px;}

.newsList2{margin-top:30px;}
.newsList2 .list{padding:0 25px;}
.newsList2 .list a{display:block; padding:20px 0; border-bottom:1px solid #e7e7e7;
-webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;}
.newsList2 .list .pic{width:95px; float:right; overflow: hidden;}
.newsList2 .list .pic img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.newsList2 .list .text{margin-right:110px;}
.newsList2 .list .text .H4{font-size:14px; line-height: 20px; height: 40px; margin: 8px 0;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.newsList2 .list .text .time{font-size:12px; color:#666666;}
.newsList2 .list:hover{background-color:#B60005;}
.newsList2 .list:hover a{border-color:#B60005;}
.newsList2 .list:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.newsList2 .list:hover .text .H4,
.newsList2 .list:hover .text .time{color:#fff;}

@media screen and (max-width:1199px){
	.news{padding:60px 0;}
	.newList .time{width:120px;}
	.newList .time .H5{font-size:50px;}
	.newList .time .H6{font-size:16px;}
	.newList .pic{width:200px;}
	.newList .text{margin-left:320px; padding:10px 20px 0 20px;}
	.newsList2 .list{padding:0 10px;}
	.nlTi .H5{font-size:30px;}
}
@media screen and (max-width:991px){
	.newList{width:100%}
	.newsL{width:100%; margin: 20px 0 30px 0}
	.newsList2{margin:0;}
	.newsList2 .list{width:48%; margin-right:4%; float:left;}
	.newsList2 .list:nth-child(2n){margin-right:0;}
}
@media screen and (max-width:767px){
	.news{padding:30px 0;}
	.newList .list{padding:10px 0; position: relative;}
	.newList .pic{width:130px; margin-left:10px}
	.newList .text{margin-left:130px;    padding: 10px 10px 0 20px;}
	.mnone{ display:none}
	.newList .text .H4{font-size:16px;}
	.newList .text .p{font-size:13px; line-height: 22px; height: 44px; margin:0 0 0 0;-webkit-line-clamp: 2;}
	.newList .time{position:absolute; bottom:5px; right:5px; padding:0; width:100px }
	.newList .time .H5{float:left; font-size:20px; line-height: 20px; margin-right:10px;}
	.newList .time .H6{float:left; font-size:14px; line-height: 20px;}
	.newList .list{margin-bottom:15px;}
	.newList{padding:0;}
	.nlTi{padding:20px 0;}
	.nlTi .H5{font-size:20px;}
	.newsList2 .list{width:100%;}
	.newsList2 .list a{padding:10px 0;}
	.newsList2 .list:last-child a{border:none;}
}

/*新闻详细*/
.newDeR{width:72.85%; float:left;}
.newDeR .H2{font-size:30px; color:#333333;}
.newDeR .deInfor{padding:22px 0 17px 0; border-bottom:1px solid #e2e2e2;}
.newDeR .deInfor .H6{display:inline-block; font-size:14px; color:#777777; margin-right:0.98%;}
.newDeR .deInfor .H6:last-child{margin-right:0;}
.newDeR .p{padding:30px 0 45px 0; font-size:16px; line-height: 30px; color:#666666;}
.newDeR .img{width:48.23%; margin-right:3.54%; float:left;}
.newDeR .img:nth-child(2n){margin:0;}
.pageA3 a{font-size:14px; color:#8b8b8b; font-weight: bold;}
.pageA3 a .newTitle{display:block; font-size:14px; color:#232323; font-weight: normal;}
.pageA3 a:hover .newTitle{color:#B60005;}
.pageA3 .backUp{bottom:10px;}

@media screen and (max-width:1199px){
	.newDeR .H2{font-size:22px; text-align: center;}
	.newDeR .deInfor{text-align: center;}
}
@media screen and (max-width:991px){
	.newDeR{width:100%;}
}
@media screen and (max-width:767px){
	.newDeR .H2{font-size:18px;}
	.newDeR .deInfor{ padding:15px 0;}
	.newDeR .deInfor .H6{font-size:12px;}
	.newDeR .p{padding:20px 0;}
	.newDeR .p{font-size:13px; line-height: 22px;}
	.pageA3 .backUp{bottom:auto;}
	.newsDe .newsL{margin-bottom:0;}
}

.width2 .pageNav{margin-left:0;}
.width2 .local{margin-right:0;}
.case2{padding:0 5px;}
.case2 .caseList .list .text{padding:50px 20px 30px 20px;}

@media screen and (max-width:767px){
	.case2 .caseList .list .text{padding:20px 0;}
	.ddqt_ly{ display:none}
}


.ddqt_ly {
    padding: 32px 10px 32px 120px;
    border: 1px #f78485 dotted;
    text-indent: 0;
    background: url(../images/say.jpg) no-repeat 0 50%;
    margin-top: 10px;
}



.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}

.feature_area2 {
    background: #f9f9f9;
    padding: 93px 0 95px;
}
.feature_area2 .sub-border-2 .sub-item p {
    padding: 0 30px;
}
.feature_area2 .witr_section_title {
    margin-bottom: 32px;
}



.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.witr_section_title_inner h2 {
    font-size: 16px;
    display: inline-block;
    color: #B60005;
    padding: 0 0 5px 0;
}
.witr_bar_main {
    margin: 10px 0px 10px 0px;
}
.witr_bar_inner {
    height: 4px;
    width:90px;
    position: relative;
    border-radius: 30px;
    background: #4d649f;
    margin: 0 auto;
}
.witr_bar_innerc:before {
    left: 0;
    transform: translateY(-50%);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move_title_bg1;
}
.witr_bar_innerc:after {
    right: 0;
    transform: translateY(-50%);
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: move_title_bg2;
}
.witr_bar_innerc:after, .witr_bar_innerc:before {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}
.witr_bar_innerc:after, .witr_bar_innerc:before {
    border: 6px solid #4d649f;
}
@keyframes move_title_bg1{from{left:0}to{left:100%}}
@keyframes move_title_bg2{from{right:0}to{right:100%}}
.witr_section_title {
    margin-bottom: 50px;
}
.witr_section_title_inner p {
    width: 100%;
    padding: 10px 0 0 0;
    margin-top: 10px;
}

.witr_all_pd0{
	padding:0;
}






/* ===== 1. Top Menu CSS ===== */
 .em40_header_area_main.hdisplay_none {
     display: none;
}
.solarsun-header-top {
    padding: 10px 0;
    background: #B60005;
}
 .top-address p {
     margin-bottom: 0;
}
 .top-address p span, .top-address p a {
     margin-right: 20px;
}
.top-address p span i, .top-address p a i {
    font-size: 13px;
    color: #fff;
    margin-right: 5px;
}
.top-address p a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
/* TOP socia CSS */
 .top-right-menu ul.social-icons {
     margin: 0;
     padding: 0;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.top-right-menu ul.social-icons li a {
     display: inline-block;
     text-decoration: none;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     font-size: 15px;
}
.top-welcomet p span, .top-welcomet p a, .top-welcome p span, .top-welcome p a, .top-welcome p, .top-address p a, .top-right-menu ul.social-icons li a, .top-address p span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
 .top-welcome p a:hover{
     color:#17161a;
}
 .top-right-menu .social-icons li a:hover, .top-right-menu .social-icons li a i:hover {
     color: #17161a;
}
 .top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
     margin-right: 0px;
     margin-left: 12px;
}
/* ===== 2. Menu Area CSS ===== */
.solarsun_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.solarsun_nav_area {
    background: #fff;
}
.solarsun_nav_area.prefix, .hbg2 {
    background-color: rgba(0,0,0,0.7);
}
.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: .5s;
}
.logo-right,
.logo-left {
    align-items: center;
}
.mobile_menu_logo.text-center {
     padding: 20px 0;
}

/* LOGO CSS */
 .logo a {
     display: inline-block;
}
.logo img{ height:80px;}
/* logo sticky */
 .solarsun-main-menu .logo a.main_sticky_main_l {
     display: block;
}
 .solarsun-main-menu .logo a.main_sticky_l {
     display: none;
}
/* logo pre */
 .solarsun-main-menu .prefix .logo a.main_sticky_main_l {
     display: none;
}
 .solarsun-main-menu .prefix .logo a.main_sticky_l {
     display: block;
} 

/* MENU text CSS */
 .solarsun_menu ul {
     text-align: right;
     list-style: none;
}
 .solarsun_menu > ul > li {
     display: inline-block;
     position: relative;
}
.solarsun_menu > ul > li > a {
    display: block;
    margin: 40px 11px 40px;
    transition: .5s;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #272727;
    font-family: Arial,sans-serif;
}
.solarsun_menu ul .sub-menu li a:hover, .solarsun_menu ul .sub-menu li.current-menu-item a, .solarsun_menu>ul>li.current-menu-item>a, .solarsun_menu>ul>li>a:hover, .solarsun_nav_area.prefix .solarsun_menu>ul>li.current-menu-item>a, .solarsun_nav_area.prefix .solarsun_menu>ul>li>a:hover, .hbg2 .solarsun_menu>ul>li.current-menu-item>a, .hbg2 .solarsun_menu>ul>li>a:hover, .heading_style_2 .solarsun_menu>ul>li.current-menu-item>a, .heading_style_2 .solarsun_menu>ul>li>a:hover, .heading_style_3 .solarsun_menu>ul>li.current-menu-item>a, .heading_style_3 .solarsun_menu>ul>li>a:hover, .heading_style_4 .solarsun_menu>ul>li.current-menu-item>a, .heading_style_4 .solarsun_menu>ul>li>a:hover {
    color: #4d649f;
}
 .solarsun_menu > ul > li > a:before, .solarsun_menu > ul > li.current > a:before {
     background: #ffb600 none repeat scroll 0% 0;
     bottom: -7px;
     content: "";
     height: 2px;
     left: 0;
     margin: auto;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     position: absolute;
     right: 0;
     -webkit-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
     width: 15%;
     display:none;
}
 .solarsun_menu ul li:last-child a {
     margin-right: 15px !important;
}
.solarsun_menu > ul > li.current > a, .solarsun_menu > ul > li:hover > a, .creative_header_menu > ul > li:hover > a {
    color: #4d649f;
    background-color: transparent;
	color: #4d649f;
}
 .solarsun_menu > ul > li:hover > a:before, .solarsun_menu > ul > li.current > a:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

 .transprent-menu .solarsun_nav_area {
     left: 0;
     right: 0;
     top: 0;
     z-index: 9999;
     background-color: transparent;
     padding: 0;
     transition: .5s;
     position: absolute;
}
 .solarsun_nav_area.postfix {
     -webkit-transition: .3s;
     transition: .3s;
}
.solarsun_nav_area.prefix, .hbg2 {
    background-color: rgba(0,0,0,.7);
}
 .solarsun_nav_area.prefix .solarsun_menu > ul > li > a {
     color:#fff;
}
.solarsun_nav_area.prefix .solarsun_menu > ul > li.current > a {
    color: #4d649f;
}
 .search_popup_button, .tx_mmenu_together{
     align-items: center;
     display: flex;
     justify-content: flex-end;
}
 .tx_mmenu_together .donate-btn-header {
     padding: 0;
}
@media(max-width:1200px){
    .tx_mmenu_together .donate-btn-header {
        display: none;
    }
}
 .prefix .main_menu_header_address_text h3, .prefix .main_menu_header_address_text h4 a, .prefix .main_menu_header_icon i {
     color: #fff;
}


/* sub menu style */
.solarsun_menu ul .sub-menu{
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.sub-menu1{
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    background: #fff;
    margin: 0;
    padding: 15px 8px 8px 25px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
 .solarsun_menu ul li:hover > .sub-menu1 {
     transition: .5s;
     opacity: 1;
     visibility: visible;
     top: 100%;
     z-index: 9;
}
 .solarsun_menu ul .sub-menu1 li {
     position: relative;
	 transition:.5s;
}
.solarsun_menu ul .sub-menu li a {
    display: block;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: normal;
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
    color: #272727;
    visibility: inherit !important;
    padding: 4px 0px;
    font-family: Arial,sans-serif;
}
 .solarsun_menu ul .sub-menu li:hover > a, .solarsun_menu ul .sub-menu .sub-menu li:hover > a, .solarsun_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .solarsun_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
     color: #4d649f;
}
.solarsun_menu ul .sub-menu li:hover {
    margin-left: 16px;
}
.solarsun_menu ul .sub-menu li:before {
    left: -18px;
}
.solarsun_menu ul .sub-menu li:hover:before{
	opacity:1;
}

.solarsun_menu ul .sub-menu li:before {
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s;
    position: absolute;
    top: 50%;
    content: "//";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.solarsun_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a, .solarsun_menu ul .sub-menu .sub-menu .sub-menu li:hover>a, .solarsun_menu ul .sub-menu .sub-menu li:hover>a, .solarsun_menu ul .sub-menu li:hover:before, .solarsun_menu ul .sub-menu li:hover>a {
    color: #4d649f;
}
/* sub menu 2 */
.solarsun_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}
 .solarsun_menu ul .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 3 */
 .solarsun_menu ul .sub-menu .sub-menu li {
     position: relative;
}
 .solarsun_menu ul .sub-menu .sub-menu .sub-menu {
     right: 100%;
     left: auto;
     top: 130%;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
}
 .solarsun_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}
/* sub menu 4 */
 .solarsun_menu ul .sub-menu .sub-menu .sub-menu li {
     position: relative;
}
 .solarsun_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible;
     top: 0%;
}

/* has menu icon */
.solarsun-main-menu .menu-item-has-children > a:after {
    margin-left: 8px;
    content: "\f107";
    font-family: FontAwesome !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 13px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    font-weight: 600;
}
 .solarsun-main-menu .menu-item-has-children .menu-item-has-children> a:after {
     margin-left: 8px;
     content: "\f107";
}

/* quearys area css */
.solarsun_menu.main-search-menu > .em-header-quearys, .em-quearys-top.msin-menu-search {
    display: inline-block;
}
.em-top-quearys-area {
    position: relative;
}
.solarsun_menu div.em-header-quearys {
    text-align: center;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(0.32, 0, 0, 1), transform .3s .15s cubic-bezier(0.32, 0, 0, 1), background .3s 0s cubic-bezier(0.32, 0, 0, 1), -webkit-transform .3s .15s cubic-bezier(0.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -150%;
    background: rgba(0, 0, 0, 0);
}
.em-s-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    background: #000000e6 !important;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}
.top-form-control {
    position: relative;
}
.top-form-control input {
    background: transparent;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    height: 100px;
    padding: 0 40px 0 15px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid #fff;
}
.top-form-control input::placeholder{
	color:#fff;
}
textarea, input {
    outline: none;
}
.top-form-control button.top-quearys-style {
    position: absolute;
    right: 6px;
    top: 50%;
    background: transparent;
    font-size: 45px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-search-menu .em-header-quearys .em-quearys-menu i {
    cursor: pointer;
    background: 0;
    color: #272727;
}
.solarsun_nav_area.prefix .main-search-menu .em-header-quearys .em-quearys-menu i{
    color: #fff;
}
.mrt10{
	margin-top:10px;
}
.em-quearys-menu i {
    background: #4d649f;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.main_menu_address_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}
.main_menu_address_a::before {
    background: #fbfbfb40;
}
.main_menu_address_a:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 107px;
    left: 0;
}
.main_menu_header_icon {
    margin-left: 25px;
    margin-right: 10px;
}
.main_menu_header_icon i {
    color: #4d649f;
	font-size: 30px;
}
.main_menu_header_address_text h3, .main_menu_header_address_text h4 a {
    margin: 0;
    font-weight: 600;
	font-size: 18px;
	
}
.main_menu_header_address_text h3{
	color: #4d649f;
}
.main_menu_header_address_text h4 {
    margin-bottom: 0;
    color: #030925;
}

/*=======================
#2 solarsun mobile menu css
========================*/
.mobile-menu{
 display:none !important;
}
@media (max-width: 991px){
	.search_popup_button, .tx_mmenu_together{
		display: none;
	}

}
 .mobile_logo_area{
 display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
	padding: 80px 20px 0px;
	    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mobile_p {}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
	display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
	width: auto;
}
.mean-container .mean-nav ul li li a {}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/* menu button */
a.dtbtn {
    border: none;
    display: block;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px 30px;
    color: #fff;
    background: #B60005;
}
a.dtbtn:hover {
    background: #3aa40c;
}
/* ===== 3. Slider Area CSS ===== */
 .witr_swiper_area{
     overflow:hidden;
     position:relative;
}
.witr_swiper_height {
    position: relative;
    background-position: center center;
    height: 820px;
    background-size: cover;
}
.witr_swiper_height:before, .wittr_gallery_swiper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.witr_sw_text_area {
    margin: auto;
    width: 80%;
    height: 100%;
}
.witr_swiper_content {
    position: relative;
    top: 46%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.witr_swiper_content h1 {
    font-size: 20px;
    display: inline;
    font-weight: 700;
    color: #fff;
}
.text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swipers_title h4, .text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swipers_title h4 {
    width: 70%;
}
.text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swipers_title h4 {
    margin: 21px auto 3px 0;
}
.witr_swiper_content h1 span, .witr_swiper_content h2 span, .witr_swiper_content h3 span {
    color: #4d649f;
}
.witr_swiper_content h2, .witr_swiper_content h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.witr_swiper_content h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.text-left .witr_swiper_content h2 {
    color: #fff;
}
.witr_swiper_content h3 {
    color: #fff;
}
.witr_swiper_content p {
    color: #fff;
}
.text-left .witr_swiper_content p, .text-right .witr_swiper_content p {
    width: 51%;
}
.text-left .witr_swiper_content p {
    margin: 38px 0 5px;
    font-size: 22px;
    font-weight: 400;
}
.witr_swiper_content p {
    font-weight: 400;
    font-size: 18px;
}
.slider_btn {
    margin-top: 54px;
}
.text-left .witr_btn_sinner {
    text-align: left;
}
.slider_btn .witr_btn {
    border: none;
    outline: 0;
}
.witr_btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    transition: 1s;
    padding: 16px 35px;
    color: #fff;
    display: inline-block;
    background: #B60005;
}
.witr_btn:hover {
    background: #3aa40c;
    color: #fff;
}
.witr_swiper_content .witr_btn.active {
    color: #fff;
    background: 0;
    border: 1px solid #fff;
}
.slider_btn .witr_btn.active:hover, .solarsun_slider_icon ul li a i, .tx_svd_icon, .witr_video_btn i, .witr_video_btn i:after {
    background: #3aa40c;
    color: #fff;
    border-color: #3aa40c;
}
/* slider thumb css */
.em_slider_s2_image {
    top: 46%;
    right: -30px;
}
.text-left .witr_slider_thumb {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	z-index:1;
}
.em_slider_s2_image img {
    width: 90%;
}
.witr_slider_thumb_inner img {
    border-radius: 10px;
}
/* swiper button css */

/* ===== 4. Feature Area CSS ===== */
.feature_bg_area {
    background-image: url("../images/s3.jpg");
    background-position: center center;
    background-size: cover;
    padding: 90px 0 215px;
    position: relative;
}
.feature_bg_area::before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #B60005;
    opacity: .95;
}
.feature_bg_area .witr_section_title {
    margin-bottom: 0;
}
.feature_bg_area .witr_section_title_inner h1, .feature_bg_area .witr_section_title_inner h2, .feature_bg_area .witr_section_title_inner h3{
    color: #fff;
}
.solarsun_feature_area {
    margin-top: -168px;
    margin-bottom: 0;
}
.witr_feature_13.sub-border-2{
    padding: 30px 30px 6px 40px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}
.sub-item {
    position: relative;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.bgwhite{
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.witr_feature_13 .sub-item i {
    position: relative;
    height: 95px;
    width: 95px;
    line-height: 95px;
    text-align: center;
}
.sub-item i {
    font-size: 30px;
    border-radius: 50%;
    display: inline-block;
    transition: .5s;
	background:#B60005;
	color:#fff;
}
.all_feature_color h2 {
    margin: 20px 0 10px;
	font-size: 25px;
    font-weight: 700;
}
.sub-border-2 .sub-item p {
    padding: 0 20px;
}
.witr_feature_13.sub-border-2:hover .sub-item i {
    background: #3aa40c;
}
.sol_pannerl_ins_page_feat {
    margin-top: 0;
    padding: 100px 0 80px;
}
/* ===== Feature Area CSS ===== */
.feature_area2 {
    background: #f9f9f9;
    padding: 93px 0 95px;
}
.feature_area2 .sub-border-2 .sub-item p {
    padding: 0 30px;
}
.feature_area2 .witr_section_title {
    margin-bottom: 32px;
}
.witr_cfeature9 .all_feature_color {
    box-shadow: 0 5px 10px 0 rgb(240 241 243);
    background: #fff;
    margin-bottom: 25px;
    padding-top:0;
}
.witr_cfeature9 .sub-item {
    position: relative;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_cfeature9 .sub-item h3 {
    margin: 25px 10px 10px;
	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.nyproduct{
    display:flex;
    flex-wrap:wrap;
}
.margin-30{
    display: block;
    margin:20px 0;
}
.feature_positions_thumb, .witr_sub_item_area {
    position: relative;
}
.feature_carsor_icon {
    margin-top: -48px;
    margin-bottom: 29px;
}
.witr_cfeature9 .sub-item i {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
	background: #fff;
	color: #B60005;
}
.witr_cfeature9 .sub-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    color: #B60005;
    background: #fff;
}
.witr_cfeature9 .feature_btn {
    position: relative;
    top: 20px;
}
.feature_btn a {
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    padding: 9px 30px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #B60005;
    color: #B60005;
    color: #fff;
    background: #B60005;
}
.witr_cfeature9 .sub-item i:after, .witr_cfeature9 .sub-item:hover i {
    background: #B60005;
	color:#fff;
}
.witr_cfeature9 .sub-item:hover .feature_btn a {
    background: #fff;
    color: #222429;
    border-color: #fff;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
}
/* ===== 5. About Area CSS ===== */
.solarsun_about_area {
    padding: 82px 0 80px;
}
.witr_widget_list ul li {
    margin-bottom: 12px;
}
.ab_left_content {
    padding: 20px 0px 0 10px;
}
.ab_img_inner {
    padding: 0 0 20px 25px;
}
.ab_left_content .witr_section_title {
    margin-bottom: 40px;
}
.witr_text_widget_inner h2 {
    color: #071c1f;
    font-size: 24px;
    margin-bottom: 15px;
}
 span.witr_list_icon {
    margin: 0 10px 12px 0;
}
.witr_widget_list i {
    color: #B60005;
    font-size: 17px;
}
/* ===== 6. Testimonial Area CSS ===== */
.solarsun_test_area {
    padding: 90px 0 70px;
}
.solarsun_test_area .witr_section_title {
    margin-bottom: 20px;
}
.witr_testi_itemt {
    padding: 0 10px;
}
.em_single_testimonial {
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgb(240 241 243);
    overflow: hidden;
    position: relative;
    text-align: left;
	background:#fff;
}
.em_test_thumb {
    float: left;
    margin-right: 20px;
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.em_test_thumb img {
    border-radius: 50%;
    width: 59px;
}
.em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #B60005;
}
.em_testi_text {
    overflow: hidden;
    padding-top: 15px;
    float: left;
    text-align: left;
}
.test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.test-part ul li {
    display: inline-block;
    padding-top: 0;
}
.execllent_toggol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.em_crating i {
    font-size: 18px;
    color: #B60005;
}
.execllent_star {
    margin-left: 15px;
}
.execllent_star h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-style: italic;
}
.em_single_testimonial:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.13);
}
/* ===== Testimonial Area CSS ===== */
.solarsun_test_area2 {
    background: #F9F9F9;
    padding: 90px 0 70px;
}
.solarsun_test_area2 .witr_section_title {
    margin-bottom: 20px;
}
.witr_testi_itemt {
    padding: 0 10px;
}
.solarsun_test_area2 .em_single_testimonial {
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    padding: 37px 30px 26px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgb(240 241 243);
    overflow: hidden;
    position: relative;
    text-align: center;
}
.solarsun_test_area2 .test_q_icon i {
    font-size: 54px;
    color: #B60005;
}
.solarsun_test_area2 .em_testi_text {
    overflow: hidden;
    padding-top: 15px;
}
.witr_testi_s10 .em_test_thumb {
    float: none;
    margin-right: 0;
}
.solarsun_test_area2 .test-part {
    display: inline-block;
    margin-bottom: 10px;
}
.solarsun_test_area2 .all_color_testimonial h2 {
    font-size: 22px;
}
.solarsun_test_area2 .em_testi_title span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 600;
	color: #B60005;
}
.solarsun_test_area2 .em_test_thumb {
    float: inherit;
    margin-right: 0;
}
.solarsun_test_area2 .em_testi_text {
    text-align: center;
}
/* ===== 7. Portfolio Area CSS ===== */
.solarsun_project_area {
    background: #f9f9f9;
    padding: 85px 0 100px;
}
.witr_single_pslide {
    position: relative;
    overflow: hidden;
}
.witr_pslide3 .witr_single_pslide {
    margin-bottom: 100px;
    overflow: inherit;
}
.witr_pslide_image {
    overflow: hidden;
    position: relative;
}
.witr_pslide_image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    opacity: .5;
    background: #222429;
}
.witr_pslide_image img {
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
}
.witr_single_pslide:hover .witr_pslide_image img, .witr_single_pslide:hover .witr_pslide_image:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ps2.ps1 .witr_content_pslide_text {
    position: absolute;
    bottom: auto;
    top: -100px;
    left: 30px;
    right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
	opacity: 0;
    z-index: 2;
    text-align: left;
}
.witr_content_pslide_text{
    margin: 50px 0 0;
    padding: 25px 0 20px;
}
.all_pslides_color h3 a, .all_pslides_color h3 {
    font-size: 28px;
    color: #fff;
}
.witr_content_pslide_text h3 {
    margin-bottom: 0;
}
.ps1 .witr_content_pslide_text h3 {
    color: #fff;
	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.ps1 .witr_content_pslide_text p {
    color: #fff;
}
.witr_content_pslide_text a {
  
}
.all_pslides_color p {
    margin: 20px 0 0;
}
 .ps1 .witr_content_pslide_text p {
    color: #fff;
}
.witr_pslide_btnb a {
    color: #B60005;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    margin: 30px 0 0;
    padding: 12px 20px;
	color:#B60005;
}
.witr_content_pslide_text a {

}
.ps2.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    top: 25px;
}
.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
    opacity: 1;
    bottom: 30px;
}
.witr_pslide_btnb a:hover {
    color: #fff;
    background: #3aa40c;
    border-style: solid;
    border-color: #3aa40c;
}

.portfolio_nav {
    padding: 0 0 28px;
}
.portfolio_nav ul {}
 .portfolio_nav ul li {
    display: inline;
}
.portfolio_nav ul li {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px 10px;

    position: relative;
    transition: .5s;
    border: 1px solid #f3eaea;
}
.prot_wrap {
    overflow: hidden;
}
.single_protfolio {
    position: relative;
    overflow: hidden;
}
.prot_thumb {} .prot_thumb img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single_protfolio:hover .prot_thumb img {
    transform: scale(1.1);
}
.prot_content {
    position: absolute;
    text-align: center;    
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
}
.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}
.prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
}
.prot_content h3 a:hover {
    color: #4d649f;
}
.prot_content p {
    line-height: 1.2;
    margin: 5px 0 0;
}
.prot_content p span {
    display: inline-block;
    color: #fff;
}
.single_protfolio:hover .prot_content {
    opacity: 1;
    transform: scale(1, 1);
}
.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
    position: relative;
    margin: 0 2px;
}
.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
    bottom: 0;
    content: ",";
    position: absolute;
    right: -5px;
}
.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
    content: "";
}
.nospace.col-xs-12 {
    padding: 0px;
}
.nospace .single_protfolio {
    margin-bottom: 0px;
}
/* load button css */
.gallery_load_button {} .gallery_load_button a {
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0px;
}
.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}
/* single portfolio */
.pimgs img {
    height: 465px;
    width: 100%;
}
.prots-contentg p {} 
/*style 1 */
.em_port_content {
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;   
    transition: .5s;
    text-align: center;
}
.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0px;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {   
    -webkit-transition: .5s;   
    transition: .5s;
}
.portfolio_readmore_btn {
    padding-top: 23px;
}
.portfolio_readmore_btn > a {
    border-radius: 5px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;   
    -webkit-transition: .3s;   
    transition: .3s;
    border: 1px solid transparent;
}
.pstyle_1 .picon a {
    background: #4d649f;
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    transition: .5s;
    color: #fff;
}
.picon a:hover {
    border-color: #191f2d;
    background: #191f2d;
}
.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
    padding: 17px 10px 20px;
}
.pprotfolio4 {
    padding: 20px 10px 23px;
}
.porttitle_inner4 h3 {
    margin: 0;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.porttitle_inner4 h3 a {}
.porttitle_inner4 p {
	margin-bottom: 0;	
}
.porttitle_inner4 p span {
    display: inline-block;
}
.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
    border-color: #B60005;
    background: #B60005;
    color: #fff;
}
.portfolio_nav ul li.current_menu_item a, .portfolio_nav ul li:hover a{
    color: #fff;
}
.portfolio_nav ul li a{ display:block; padding:10px 20px}
.prot_content {
    background: #4d649f80;
}
.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 70%);
    padding: 20px 10px 23px;
    border: 1px solid #f1f1f1;
    border-top: 0 solid #f1f1f1;
}
.portfolio_nav {
    text-align: center;
}
.page-numbers span.current, .paginations a.current, .paginations a:hover {
    border-color: #B60005;
    background: #B60005;
    color: #fff;
}
ul.page-numbers a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.page-num{
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current, a.page-numbers {
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
}
.page-numbers span.current, .paginations a {
    display: inline-block;
    font-weight: 500;
    margin: auto 5px;
}
.page-num-current{
    border-radius: 5px;
    margin-right: 10px;
    padding: 15px 24px;
    font-size: 19px;
    line-height: 1;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    font-weight: 500;
    margin: auto 5px;
    border-color: #B60005;
    background: #B60005;
    color: #fff!important;
}
.paginations a {
    color: #888;
}
.page-numbers li {
    display: inline-block;
}
.paginations {
    text-align: center;
    margin-top: 20px;
}
.portfolio_4column_gutter .single_protfolio {
    margin-bottom: 0px;
}
/* port style 3 */
.em_plus_port {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}
.prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
.single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
}
.picon a {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #4d649f;
}
.picon a:hover {
    border-color: #131313;
    background: #131313;
}
/* style 1 */
.em_port_content {
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;   
    -webkit-transition: .5s;   
    transition: .5s;
    text-align: center;
}
.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0px;
}
.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}
.pstyle_1 .single_protfolio {
    transition: .5s;
    margin-bottom: 23px;
}
.portfolio_readmore_btn {
    padding-top: 23px;
}
.portfolio_readmore_btn > a {
    border-radius: 5px;
    display: inline-block;
    padding: 6px 21px;
    text-transform: uppercase;   
    -webkit-transition: .3s;   
    transition: .3s;
    border: 1px solid transparent;
}
.solarsun_portfolio_area .witr_button_area {
    margin: 30px auto 0;
}
.solarsun_portfolio_area .witr_btn {
    padding: 18px 51px;
}
.portfolio_grid_area .portfolio_nav {
    padding: 0px 0 30px;
}
/* ===== Portfolio Area CSS ===== */
.pstyle2.pstyle3 .prot_content_inner {
    left: 3000px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    padding: 15px 0 20px 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.pstyle2.pstyle3 .prot_content_inner {
    text-align: left;
}
.pstyle2.pstyle3 .prot_content_inner {
    background: #4d649f;
}
.pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner {
    left: 75%;
}
.pstyle2 .single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
}
/* portfolio grid area css */
.port_style02 .pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
.port_style02 .prot_content h3 a {
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    transition: .5s;
    color: #fff;
    margin-bottom: 0px;
    display: inline-block;
}
.port_style02 .picon a:hover {
    border-color: #0a0a0a;
    background: #0a0a0a;
}
.port_style02 .single_protfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.port_style02 .prot_content h3 a:hover {
    color: #4d649f;
}
.portfolio_style2 .port_style02 .pstyle_1 .prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}
.portfolio_style2 .prot_content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}
.portfolio_style2.pstyle2 .single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
    left: 50%;
    right: 50%;
    transform: translateX(-50%),translateY(-50%);
	transition:0;
}
.portfolio_style2 .prot_content h3 a {
    margin-bottom: 0;
}
.portfolio_style2 .single_protfolio:hover .prot_content {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.portfolio_style2 .prot_content h3 a:hover {
    color: #4d649f;
}
.metp_portfolio_area{
    padding: 90px 0 85px;
}
.metp_portfolio_area .prot_content_inner {
    top: 50%;
}
.metp_portfolio_area .picon a {
    background:transparent;
	font-size:25px;
}
.metp_portfolio_area .witr_section_title {
    margin-bottom: 30px;
}
.port_3colmn .pstyle2 .prot_content_inner {
    top: 60%;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}
.port_3colmn .prot_content {
    background: #B6000580;
}

.port_3clmn{
    padding: 95px 0 85px;
}
.port_3clmn .witr_section_title {
    margin-bottom: 30px;
}
.port_3clmn .prot_thumb {
    position: relative;
    overflow: hidden;
}
.port_3clmn .porttitle_inner4 h3 a{
    color: #454545; font-size:18px;
}
.port_3clmn .porttitle_inner4 p {
    color: #454545;
}
/* ===== 8. Team Area CSS ===== */
.metp_team_area {
    padding: 90px 0 80px;
}
.team-part {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.05);
    margin-bottom: 20px;
}
.witr_team_section {
    position: relative;
    text-align: center;
}
.witr_team_section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_team_section:before {
    background: #B600056b;
}
.team_overlay_icon a {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 22px;
    opacity: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
}
.team_overlay_icon a {
    background: #B60005;
	color: #fff;
}
.witr_team_content {
    padding: 23px 5px 23px;
}
.witr_team_content h5 {
    margin: 0;
}
.witr_team_content span {
    font-size: 18px;
}
.witr_team_content h5 a:hover, .witr_team_content h5:hover, .witr_team_content span {
    color: #B60005;
}
.witr_team_section:hover:before {
    opacity: 1;
}
.witr_team_section:hover .team_overlay_icon a {
    opacity: 1;
}
.ab_page_team_area {
    border-top: 1px solid #DDDDDDAB;
}
/* ===== 9. Counter Area CSS ===== */
.counter_area {
    padding: 100px 0 100px;
}
.witr_counter_single {
    text-align: left;
    margin-bottom: 30px;
}
.witr_counter_icon{
	float:left;
}
.all_counter_color i {
    color: #3aa40c;
    font-size: 50px;
    transform: rotate(0deg);
    margin: 0 20px 0 0;
	display:inline-block;
}
.witr_counter_number_inn {
    overflow: hidden;
}
.witr_counter_number_inn h3, .witr_counter_number_inn span {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}
.witr_counter_number_inn h3, .witr_counter_number_inn span {
    color: #B60005;
}
.witr_counter_number_inn span {
    line-height: 0;
}
.all_counter_color h4, .all_counter_color h1 {
    font-size: 19px;
    font-weight: 400;
}
/* ===== Counter Area CSS ===== */
.solar_counter_area {
    background-image: url(../images/choose.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0 80px;
    position: relative;
}
.solar_counter_area::before{
	content:"";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #B60005;
    opacity: .9;
}
.solar_counter_area .witr_section_title_inner h2 {
    color: #fff;
}
.solar_counter_area .witr_section_title_inner h3 {
    color: #fff;
}
.solar_counter_area .witr_section_title_inner p {
    color: #fff;
}

.counter_left_inner .all_color_service {
    padding: 0 40px 0 0;
    margin-bottom: 22px;
}
.counter_left_inner .witr_section_title_inner p {
    width: 100%;
    padding: 20px 0 0 0;
    margin-top: 10px;
}
.counter_left_inner .witr_section_title {
    margin-bottom: 55px;
}
.witr_s_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.em-service2.sleft .em-service-icon {
    margin-right: 20px;
    margin-top: 10px;
}
.em-service2 .em-service-icon i {
	width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    transition: all .5s ease 0s;
	background: #B60005;
    color: #fff;
	margin-bottom: 15px;
}

.counter_inner {
    margin: 0 75px 0 0;
}
.counter_inner .witr_counter_single {
    margin: 0 30px 0 35px;
    padding: 20px 20px 20px 34px;
    background-color: #fff;
    margin-bottom: 20px;
}
.counter_inner .witr_counter_icon i {
    font-size: 50px;
    display: inline-block;
    color: #B60005;
}
.counter_inner  .all_counter_color i, .counter_inner  .witr_counter_img {
    margin: 0 20px 0 0;
}
.counter_inner  .witr_counter_number_inn {
    overflow: hidden;
}
.counter_inner  .witr_counter_number_inn h3, .counter_inner  .witr_counter_number_inn span {
    font-size: 48px;
}
.counter_inner .all_counter_color h4, .counter_inner  .all_counter_color h1 {
    font-size: 19px;
    font-weight: 500;
}
.witr_counter_single.all_counter_color.margin_right{
    margin: 0 0px 20px 65px;
}
.counter_left_inner .all_color_service h3, .counter_left_inner .all_color_service h3 a {
    color: #fff;
    font-size: 24px;
}
.counter_left_inner .all_color_service p {
    color: #fff;
}
.counter_left_inner .all_color_service:hover i{
    background: #3aa40c;
}
/* ===== 10. Faq Area CSS ===== */
.metp_faq_area {
    padding: 100px 0 80px;
}
.faq_img_inner {
    text-align: right;
    margin-bottom: 20px;
    margin-right: 5px;
}
.faq_content_inner .witr_section_title_inner h3 {
    font-size: 33px;
}
.faq_content_inner .witr_section_title {
    margin-bottom: 45px;
}
.accordion_area .card-2 {
    margin-bottom: 15px;
    border: none;
    background: 0;
}
.accordion_area .card-header.witr_ac_card {
    background: 0 0!important;
    padding: 0;
    border-bottom: 0;
    text-align: left;
}
.witr_ac_style {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    color: #222429;
    transition: .5s;
    background: 0;
}
.witr_ac_style:before {
    position: absolute;
    content: '\ea99';
    right: 30px;
    font-family: IcoFont!important;
    font-weight:400;
}
.active .witr_ac_style:before {
    content: '\eaa1';
}
.accordion_area .card-2 p {
    padding: 20px 0 5px 20px;
}
.active .witr_ac_style {
    color: #292020;
}
.witr_ac_style:hover {
    color: #292020;
}
.solarsun_faq_area.faq_page_faq{
    padding: 120px 0 90px;
}
.faq_page_faq .single_image_area {
    margin-right: 10px;
}
.accordion_area .card-2 {
    border-radius: 5px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
}
.witr_ac_style:hover {
    color: #fff;
    background: #B60005;
}
.active .witr_ac_style {
    color: #fff;
    background: #B60005;
}
.faq_content_inner .witr_btn {
    margin-top: 30px;
}
.witr_ac_card i {
    margin-right: 10px;
    font-size: 20px;
}
.service_page_faq {
    background: #F9F9F9;
}
/* ===== Faq Area CSS ===== */
.faq_area2 {
    padding: 100px 0 100px;
}
.writ_ac_style_02:focus, .writ_ac_style_02:hover {
    color: #232323;
    background: none;
}
.active .writ_ac_style_02 {
    background: none;
    color: #232323;
}
.border_bottom_0{
	border-bottom:none;
}
.writ_ac_style_02 {
    margin-left: 40px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 10px 10px;
    color: #232323;
}
.writ_ac_style_02:before {
    position: absolute;
    content: '\f067';
    left: 25px;
    top: 10px;
    margin-right: 5px;
    font-family: fontawesome !important;
    font-weight: 200;
}
.active .writ_ac_style_02:before {
    content: '\f068';
}
.card-header.witr_ac_card.border_bottom_0 {
    background: #fff;
    padding: 0px 5px;
}
.faq_area1 .content_style p, .faq_area1 .conent_style p {
    padding: 15px 25px 15px;
}
.card.card-2.accordion_02_shadow {
    border: 0 !important;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.faq_area2 .witr_ac_style {
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 11px 15px;
    transition: .5s;
    padding: 9px 20px 9px 10px;
    font-family: inherit;
}
.faq_area2 .accordion_area .card-2 p {
    padding: 15px 23px 15px;
}
.writ_ac_style_02:before {
    font-weight: 400;
    font-size: 17px;
    color: #232323;
}
.faq2_img {
    text-align: center;
}
/* ===== 11. Skill Area CSS ===== */
.circle_progress_area {
    padding: 0 0 60px;
}
.witr_circle_area {
    text-align: center;
    margin-bottom: 30px;
}
.witr_cp_class {
    position: relative;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
    color: #B60005;
}
.witr_circle_title {
    margin-top: 10px;
}
.witr_circle_title h3 {
    color: #071c1f;
    font-size: 24px;
}
/* ===== 12. Video Area CSS ===== */
.solarsun_video_area{
    background-image: url("../images/service-bg-img.jpg");
    background-position: center center;
    background-size: cover;
    padding: 110px 0px 105px 0px;
	position:relative;
}
.solarsun_video_area::before{
	content:"";
	height: 100%;
    width: 100%;
    top: 0;
    background-color: #B60005;
    opacity: .5;
    left: 0;
    position: absolute;
}
.video-overlay {
    padding: 50px 0 27px;
}
/*.video-item a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 28px;
    border-radius: 100%;
    background: #B60005;
}*/
.tx_svd_icon {
    line-height: 75px;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.video-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color: #fff;
}
.video-item h3 {
    font-size:30px;
    margin-top: 35px;
    color: #fff;
}
.video-item h1 {
    color: #fff;
}
.video-item h2 {
    color: #fff;
}
.video-item .witr_btn.active {
    color: #fff;
    background: 0;
    border: 1px solid #fff;
}
.metp_video_area {
    background-image: url("../images/video-img.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 112px 0;
}
.metp_video_area::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #B60005;
    opacity: .5;
}
@keyframes witr-shadow{0%{box-shadow:0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3)}100%{box-shadow:0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0)}}
/* ===== Video Area CSS ===== */
.witr_youtube_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_page_area .witr_swiper_height {
    z-index: -1;
}
.bvideo_page_area{
	position:relative;
}
/* ===== 13. Blog Area CSS ===== */
.solarsun_blog_area {
    padding: 115px 0 100px;
    background: #F9F9F9;
}
.solarsun_blog_area .witr_section_title {
    margin-bottom: 25px;
}
.solarsun_blog_area h1.divider_text::before {
    width: 70%;
}
.solarsun_blog_area .witr_section_title_inner h2 {
    padding: 0;
}
.all_blog_color {
    text-align: left;
}
.busi_singleBlog {
    transition: .5s;
    box-shadow: 0 5px 10px 0 rgb(50 65 141 / 7%);
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.witr_sb_thumb {
    overflow: hidden;
    position: relative;
}
.witr_sb_thumb:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.witr_sb_thumb:before {
    background: rgba(0,0,0,.5);
}
.witr_sb_thumb img {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.witr_top_category {
    transform: scale(1);
    transition: .5s;
}
.witr_top_category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
}
.witr_top_category ul li {
    display: inline-block;
}
.witr_top_category ul li a {
    background: #B60005;
    padding: 3px 10px;
}
.witr_top_category ul li a {
    border-radius: 5px;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.witr_top_category ul li a {
	color:#fff;
}
.busi_singleBlog:hover {
    box-shadow: 0 0px 4px 0 rgba(0,0,0,.05);
}
.busi_singleBlog:hover .witr_sb_thumb img, .busi_singleBlog:hover .witr_sb_thumb:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.witr_blog_con {
    padding: 20px 15px 25px 20px;
    margin-bottom: 0;
}
.witr_blog_con h2 {
    margin: 10px 0px 10px 0px;white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.banner-content input, .witr_blog_con h2, .witr_post_Author .comment {
    color: #222429;
}
.witr_blog_con h2 a {
   \
}
.all_blog_color p {
    margin: 10px 0px 20px 0px;
}
.em-blog-content-area_adn {
    padding: 0 10px 22px 0;
}
.learn_btn {
    padding: 10px 30px;
    border-radius: 5px;
    background: #4d649f14;
    color: #4d649f;
    display: inline-block;
}
.learn_btn:hover{
	background:#4d649f;
	color:#fff;
}
.witr_blog_border {
    margin-bottom: 10px;
}
.witr_blog_border {
    border: 1px solid #f2f2f2;
}
.witr_blog_con span {
    font-size: 16px;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 15px;
    margin-right: 2px;
}
.solarsun-blog-meta-left_adn a, .solarsun-blog-meta-left_adn span, .solarsun-event-meta-left_adn a, .solarsun-event-meta-left_adn span, .event_date_5 span, .witr_blog_con span, .witr_blog_con span a, .witr_blog_metan span, .witr_blog_metan span a, .witr_circal_r h6 {
    color: #888;
}
.witr_blog_con span i {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    color: #B60005;
}
.witr_blog_area11 .em-blog-content-area_adn {
    padding: 0 10px 22px 20px;
}
/* ===== Blog Area CSS ===== */
.witr-blog-side-area.blog_sidebar {
    padding: 100px 0px 100px;
}
.blog-left-side > div {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side h2 {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog-left-side .content {
    padding: 0;
}
.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}
.blog-left-side > div:last-child {
    margin-bottom: 0;
}
.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}
.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
    background: 0 0;
    color: #18c8ff;
}
.defaultsearch {
    background: #f7f7f7;
    position: relative;
}
.defaultsearch input {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0 none;
    height: 54px;
    position: relative;
    width: 100%;
}
.defaultsearch button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #858585;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.defaultsearch input[type="text"] {
    padding-left: 10px;
}
.blog-left-side .widget h2 {
    bottom: -1px;
    display: block;
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    text-transform: capitalize;
}
.blog-left-side .widget h2::before {
    background: #4d649f;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 26%;
    top: 30px;
}
.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
}
.footer-middle .widget h5 {
    text-transform: capitalize;
}
.blog-left-side .widget ul {
    list-style: none;
}
.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}
.blog-left-side .widget>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.12);
}
.blog-left-side .widget ul li span {
    font-weight: 300;
}
.blog-left-side .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.blog-left-side .widget ul li a:hover, .blog-left-side .widget ul li:hover::before {
    color: #4d649f;
}
.blog-left-side .widget ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
}
.blog-left-side .widget select {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 5px;
}
.solarsun-blog-meta-left i {
    color: #4d649f;
}
.solarsun-blog-meta-left i {
    font-size: 13px;
    margin-right: 5px;
}
.solarsun-blog-meta-left {
    margin-bottom: 10px;
    margin-top: 5px;
}
.recent-post-text h4 a:hover {
    color: #4d649f;
}
.recent-post-item {
    padding-bottom:0;
}
.recent-post-text h4 {
    margin-bottom: 0;
    line-height: 1;
}
.solarsun-blog-meta-left a, .solarsun-blog-meta-left span {
    color: #888;
}
.widget .screen-reader-text {
    display: none;
}
.textwidget select {
    width: 100%;
}
#wp-calendar {
    width: 100%;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    text-transform: capitalize;
}
.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
    color: #DB2D2E;
}
.tagcloud a:hover {
    background: #DB2D2E;
    color: #fff;
}
#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}
#wp-calendar {
    font-size: 13px;
}
#wp-calendar {
    border: 0 solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
table#wp-calendar td {
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar td,
#wp-calendar th {
    padding: 8px;
}
table#wp-calendar th {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today {
    color: #fff;
    background: #B60005;
}
table#wp-calendar td#today a {
    color: #fff;
}
.textwidget img {
    margin-bottom: 15px;
}
.textwidget p {
    margin-bottom: 0.5rem;
}
.solarsun-blog-thumb img {
    width: 100%;
	transition:.5s;
}
.witr-blog-side-area .imagess_area .slick-slide img {
    display: inline-block;
    margin: auto;
    width: 100%;
}
.witr-blog-side-area.blog_sidebar .solarsun-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
    transform: translate(0px,-38px);
}
.solarsun-single-blog {
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.solarsun-blog-thumb {
    overflow: hidden;
}
.single_blog_thumb img {
    width: 100%;
}
.solarsun-blog-thumb a {
    display: block;
    position: relative;
}
.solarsun-blog-thumb a:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: .5s;
    transition: .5s;
}
.solarsun-blog-thumb a:before {
    background: rgba(0,0,0,.7);
}
.solarsun-blog-thumb img {
    width: 100%;
}
.solarsun_blog_area .em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgb(148 146 245 / 20%);
}
.solarsun-blog-meta.post_blog h2 a {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
}
.solarsun-blog-meta-left {
    margin-bottom: 10px;
    margin-top: 5px;
}
.solarsun-blog-meta-left a, .solarsun-blog-meta-left span {
    color: #888888;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 0;
    display: inline-block;
}
.solarsun-blog-meta-left i {
    color: #B60005;
    margin-right: 5px;
    font-size: 13px;
}
.solarsun-blog-meta-left a, .solarsun-blog-meta-left span {
    color: #888;
}
.em-blog-content-area .witr_btn {
    background: #4d649f;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    transition: 1s;
    font-weight: 400;
    margin-bottom: 20px;
}
.solarsun-single-blog:hover .solarsun-blog-thumb a:before {
    opacity: 1;
}
.solarsun-single-blog:hover .solarsun-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.em-blog-content-area .witr_btn:hover {
    background: #323232;
    color: #fff;
}
.solarsun-blog-meta.post_blog h2 a {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
}
.video-open-inline iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.witr-blog-side-area.blog_sidebar .markit-single-blog {
    margin-bottom: 30px;
    box-shadow: none;
    border-bottom: 1px solid #e7e7e7;
    background: transparent;
}
.witr-blog-side-area blockquote {
    background-color: #f7f7f7;
    border-left: 3px solid #B60005;
    padding: 1em 1em;
    margin-top: 15px;
}
blockquote {
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 7%);
}
.blog-left-side .widget a {
    color: #454545;
    line-height: 1;
}
.blog-left-side>div {
    margin-bottom: 30px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}
.recent-post-text h4 a {
    font-size: 16px;
    font-weight: 600;
}
.widget_recent_data .recent-post-image img {
    margin-bottom: 10px;
    margin-top: 0;
}
.widget_recent_data .recent-post-item {
    margin-bottom: 0;
}
.blog-left-side .single-widget-item h2 {
    color: #030925;
}
/* ===== single blog css ===== */
.witr-blog-side-area.blog_area.single_blog.single_blog_page {
    padding: 100px 0 70px;
}
.solarsun-single-blog-details-inner {
    padding: 38px 45px 45px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}
.block .wp-block-quote.is-large p, .block .wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
    color: #5c727d;
}
.wp-block-group__inner-container {
    text-align: center;
}
.solarsun-single-icon-inner {
    text-align: center;
}
.solarsun-single-icon-inner a {
    border: 1px solid #e6e6e6;
    color: #17161a;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}
.solarsun-single-icon-inner a:hover {
    background: #B60005;
    border-color: #B60005;
    color: #fff;
}
.comment-respond {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 25px 10px 30px;
    background-color: #f1f1f1;
}
.comment_field .input-field {
    width: 33.33%;
    float: left;
    margin-bottom: 25px;
}
.comment_field .input-field label, .comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .input-field label, .comment_field .textarea-field label {
    color: #606060;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.comment_field .input-field input, .comment_field .textarea-field textarea {
    color: #555555;
}
.comment_field .input-field input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 6px 20px;
    height: 54px;
    font-size: 17px;
}
.comment_field .textarea-field textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 150px;
    padding: 10px;
}
.comment_field .input-field input, .comment_field .textarea-field textarea {
    color: #555555;
}
.solarsun_btn {
    background: transparent;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    margin-top: 15px;
    border-radius: 5px;
    transition: .5s;
    color: #444;
}
.solarsun_btn:hover {
    background: #B60005;
    border-color:#B60005;
    color: #fff;
}
/* end sidebar css */
/* ===== 14. Footer Area CSS ===== */
.witrfm_area {
    position: relative;
    background: #B60005;
}
.witrfm_area:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-middle {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 65px 0 80px;
}
.footer-middle .widget ul li, .footer-middle .widget ul li a, .footer-middle .widget ul li::before, .footer-middle .tagcloud a, .footer-middle caption, .footer-middle table, .footer-middle table td a, .footer-middle cite, .footer-middle .rssSummary, .footer-middle span.rss-date, .footer-middle span.comment-author-link, .footer-middle .textwidget p, .footer-middle .widget .screen-reader-text, mc4wp-form-fields p, .mc4wp-form-fields, .footer-m-address p, .footer-m-address, .footer-widget.address, .footer-widget.address p, .mc4wp-form-fields p, .solarsun-description-area p, .solarsun-description-area .phone a, .solarsun-description-area .social-icons a, .recent-review-content h3, .recent-review-content h3 a, .recent-review-content p, .footer-middle .solarsun-description-area p, .footer-middle .recent-post-text h4 a, .footer-middle .recent-post-text .rcomment, .witr_sub_table span {
    color: #ffffff;
}
.footer-middle .widget h2 {
    color: #ffffff;
}
.footer-middle .widget h2 {
    margin-bottom: 26px;
    margin-top: 28px;
    position: relative;
}
.single-widget-item h2 {
    color: #ffffff;
    margin-bottom: 33px;
    margin-top: 28px;
}
.solarsun-description-area a img {
    margin: 26px 0;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    margin: 0;
    float: left;
}
.gallery-icon img {
    margin: 0 auto;
}
.footer-middle .recent-post-text h4 a {
    font-weight: 500;
    font-size: 16px;
}
.footer-middle .recent-post-text>h4 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: .7;
    margin-top: 10px;
}
.recent-post-image {
    float: left;
    margin-right: 15px;
    margin-top: 5px;
}
.recent-post-image img {
    border-radius: 0;
    width: 70px;
}
.recent-post-item {
    clear: both;
    margin-bottom: 15px;
}
.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 17px;
    margin-right: 12px;
}
.footer-middle .recent-post-text>h4 a:hover {
    color: #4d649f;
}
.footer-middle .recent-post-text .rcomment {
    font-size: 14px;
    font-weight: 400;
}
.footer-middle .widget ul li {
    margin-bottom: 10px;
}
.footer-widget.address p {
    margin-bottom: 10px;
}
.footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
    color: #3aa40c;
}
.solarsun-dessolarsuniption-area a img {
    margin: 26px 0;
}
.solarsun-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.solarsun-description-area .social-icons a:hover {
    background: #4d649f;
}
.solarsun-description-area .social-icons a {
    background: #3aa40c;
}
.twr_footer_contact input {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    height: 60px;
    width: 100%;
    padding-left: 30px;
    color: #fff;
    border-radius: 4px;
}
.twr_footer_contact input::placeholder{
	color:#fff;
}
.twr_footer_contact button {
    padding: 15px 30px;
    margin-top: 10px;
    outline: 0;
    border: none;
    background: #4d649f;
    color: #fff;
}
.gallery-columns-3 .gallery-item {
    max-width: 31.33%;
}
figure.gallery-item img {
    width: 75px;
}
.footer-middle .mc4wp-form-fields {
    margin-top: 20px;
}
.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 22px;
}
.footer-middle .mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
}
.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ffffff66;
}
.footer-middle .mc4wp-form-fields input {
    height: 50px;
    position: relative;
    background: 0 0;
    width: 100%;
    line-height: 43px;
    border-radius: 0;
    padding-left: 10px;
}
.mc4wp-form-fields input {
    color: #fff;
}
.mc4wp-form-fields input::placeholder{
	color: #fff;
}
.mc4wp-form-fields input {
    font-size: 16px;
    outline: 0;
    padding: 15px 30px;
}
.footer-middle .mc4wp-form-fields button {
    background: #4d649f;
}
.footer-middle .mc4wp-form-fields button {
    color: #fff;
}
.footer-middle .mc4wp-form-fields button {
    position: absolute;
    right: 0;
    top: 0;
    width: 37%;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 10px;
    line-height: 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.mc4wp-form-fields button {
    border: none;
    outline: 0;
    bottom: 0;
    font-size: 30px;
    text-align: center;
    z-index: 2;
}
.footer-middle .mc4wp-form-fields button:hover {
    background: #fff;
	color: #4d649f;
}
.witr_sub_table {
    border-bottom: 1px solid #ffffff8c;
}
.witr_sub_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.witr_sub_table span {
	color:#fff;
}
/* footer bottom area css */
.footer-bottom {
    padding: 23px 0 22px;
    position: relative;
}
.footer-bottom:before {
    background: #ffffff61;
}
.footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}
.copy-right-text p {
    margin: 0;
    padding: 0;
}
.copy-right-text p, .footer-menu ul li a {
    color: #ffffff;
    text-align: left;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu ul li a {
    padding: 0 10px;
    display: block;
}
.copy-right-text a, .footer-menu ul li a:hover {
    color: #3aa40c;
}
@media(max-width:600px){
    .displaynone{
        display: none;
    }
}
/* ssolarsunoll up css */
#scrollUp {
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 30px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
	background: #4d649f;
}

#scrollUp i {
    color: #fff;
}

button:focus {
    outline: 0;
}
.simages_id11:hover .slick-prev, .simages_id11:hover .slick-next {
	opacity:1;
}
.witr_ds_content_area .slick-prev, .witr_ds_content_area .slick-next {
	top: 48%;
	opacity:1;
}
.witr_ds_content_area:hover .slick-prev, .witr_ds_content_area:hover .slick-next {
	opacity:1;
}
.solarsun_blog_area:hover .slick-prev, .solarsun_blog_area:hover .slick-next{
	opacity:1;
}
.solarsun_feature_area:hover .slick-prev, .solarsun_feature_area:hover .slick-next {
    opacity: 1;
}
.solarsun_test_area:hover .slick-prev, .solarsun_test_area:hover .slick-next{
	opacity:1;
}
.solarsun_team_area:hover .slick-prev, .solarsun_team_area:hover .slick-next{
	opacity:1;
}
.project_area .slick-prev, .project_area .slick-next {
    opacity: 1;
    top: -65px;
}
.project_area .slick-next {
    right: 0;
}
.project_area .slick-prev {
    left: 985px;
}
/*===== 15. Breadcumb Area CSS =====*/
 .breadcumb-inner h2 {
     font-size: 36px;
}
.breadcumb-area {
    padding-top: 155px;
    padding-bottom: 155px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.breadcumb-area:before, .breadcumb-blog-area:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,0.4);
}
.breadcumb-inner ul, .breadcumb-inner ul span a, .breadcumb-inner li, .breadcumb-inner li a {
    color: #ffffff;
    font-display: swap;
}
.breadcumb-inner ul a {
    display: inline-block;
    margin: 0;
    color: #fff;
}
.breadcumb-inner ul a:nth-last-child(-n+1) {
    color: #fff;
}
.breadcumb-inner ul a {
    color: #fff;
    padding:0 10px;
}
.breadcumb-inner ul a:hover {
    color: #4d649f;
}
.brpt h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 5px;
}
 .lcase {
     text-transform: lowercase;
}
 .ucase {
     text-transform: uppercase;
}
 .ccase {
     text-transform: capitalize;
}
/* ===== 16. Pricing Area CSS ===== */
.pricing_plan_area {
    background: #FAFAFA;
    padding: 85px 0px 80px 0px;
}
.pricing_area {
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
    margin-bottom: 20px;
}
.pricing-part {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
    color: #B60005;
}
.prt_content {
    padding: 10px 0 7px;
    font-size: 20px;
}
.pricing-part h5 {
    font-size: 35px;
}
.all_pricing_color h2, .all_pricing_color h3, .all_pricing_color h4, .all_pricing_color h5 {
    margin: 0;
}
.pricing-part span {
    font-size: 24px;
    margin-right: 5px;
}
.pricing_bar_title {
    position: relative;
    margin: 50px 0;
}
.pricing_bar_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    top: 50%;
}
.pricing_style_7.pricing-part h4 {
    font-size: 16px;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    z-index: 1;
    position: relative;
	background: #B60005;
}
.witri_texti_list {
    margin-top: 25px;
}
.pricing-part ul {
    padding: 0 30px;
}
.witri_texti_list ul li {
    list-style: none;
    font-size: 17px;
    margin-bottom: 17px;
}
.witri_texti_list ul li i {
    margin-right: 10px;
}
.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}
.pricing-part a.btn {
    border: 1px solid #B60005;
    padding: 12px 40px 12px 40px;
    display: inline-block;
    background: #B60005;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
.pricing-part a.btn:hover {
    background: 0 0;
}
.pricing-part a.btn:hover {
    color: #B60005;
}
.pricing-part strong {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: 13px;
    padding: 7px 20px;
    width: 160px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #B60005;
    color: #fff;
}
/* ===== 17. Contact Area CSS ===== */
.contact_area {
    padding: 80px 0px 100px 0px;
}
.contact_inner .witr_section_title {
    margin-bottom: 25px;
}
.apartment_area {
    position: relative;
    padding: 60px 35px 75px;
    text-align: left;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 65px 0px rgb(0 0 0 / 8%);
    margin-top: 20px;
}
.apartment_text h1 {
    color: #4d649f;
	font-size: 17px;
    margin-bottom: 5px;
}
.apartment_text h2 {
    margin-bottom: 40px;
    font-size: 29px;
}
.witr_apartment_form input, .witr_apartment_form textarea {
    border: 1px solid #f1f1f1;
}
.witr_apartment_form  .btn {
    margin-top: -10px;
    background: #FE688B;
    transition: .5s;
    border-radius: 0px;
}
.witr_apartment_form textarea {
    margin-bottom: 16px;
    height: 150px;
    width: 100%;
    padding-top: 10px;
    padding-left: 30px;
    color: #888;
    background: #02010100;
    border-radius: 5px;
    border-color: #f1f1f1;
    border-style: solid;
    border-width: 1px;
}
.witr_apartment_form form select, .witr_apartment_form form select, .witr_apartment_form input {
    width: 100%;
    height: 45px;
    outline: none;
    margin-bottom: 23px;
    background: #02010100;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    border-radius: 5px;
    padding: 0;
    padding-left: 30px;
    color: #888;
}
.witr_apartment_form input:focus{
	border-color: #80bdff;	
}
.witr_apartment_form textarea:focus{
	border-color: #80bdff;
}
.witr_apartment_form input, .witr_apartment_form form select, .wpcf7-not-valid-tip, .witr_apartment_form input::-webkit-input-placeholder, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap input::-webkit-input-placeholder, .wpcf7-form-control-wrap a, .wpcf7-form-control-wrap a::-webkit-input-placeholder, .wpcf7-form-control-wrap textarea, .witr_apartment_form textarea:: -webkit-input-placeholder, .wpcf7-submit::-webkit-input-placeholder, .witr_apartment_form form select option {
    color: #888;
}
.witr_apartment_form textarea::placeholder{
	color: #888;
}
.witr_apartment_form .btn {
    border: 0 none;
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0;
    background: #B60005;
    color: #fff;
    width: 100%;
}
.witr_apartment_form .btn:hover {
    background: #3AA40C;
}

.contact_content_inner {
    padding: 20px 30px 0px 10px;
}
.contact_content_inner .witr_section_title {
    margin-bottom: 25px;
}
.contact_content_inner .em-service2.sleft .em-service-icon {
    margin-right: 20px;
    margin-top: 10px;
}
.contact_content_inner .witr_section_title_inner p {
    padding: 20px 0 0 0;
}
.contact_content_inner .em-service2 .em-service-icon i {
    font-size: 20px;
	border-radius:50px;
}
.contact_content_inner .all_color_service h3 {
    margin: 25px 0 0 0;
	font-size:20px;
}
.contact_content_inner .em-service2.sleft.all_color_service {
    margin-bottom: 10px;
}
.contact_content_inner .em-service-title h3:hover {
    color: #3aa40c;
}
.contact_content_inner .all_color_service:hover i{
    background:#3AA40C;
}
/* ===== Contact Area CSS ===== */
.contact_page_area {
    padding: 100px 0 0;
}
.contact_page_area .witr_section_title {
    margin-bottom: 40px;
}
.contact_page_area .witr_section_title_inner p {
    margin-top: 0;
}
.contact_page_area .all_color_service {
    padding: 30px 30px 40px 30px;
    border: 1px solid #2e3748;
}
.contact_page_area .all_color_service, .service_top_image::after {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    border-radius: 0;
    background: #fff;
}
.contact_page_area .service_top_image {
    position: relative;
}
.contact_page_area .service-item i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    transition: .5s;
    border-radius: 50px;
    color: #2e3748;
    background: #f3f3f3;
}
.contact_page_area .all_color_service:hover {
    background: 0;
}
.contact_page_area .service-item h3 {
    padding: 15px 0 10px;
}
.contact_page_area .all_color_service:hover i, .contact_page_area .poly_text_box:hover .contact_page_area .service_icon_box::before {
    background:#4d649f;
}
.contact_page_area .text_box.all_icon_color p {
    margin: 0px;
    color: #030925;
    padding: 0;
}
/* map css */
.map_inner iframe {
    width: 100%;
    height: 450px;
    border: none;
    margin-bottom: -10px;
}


.tx_golobal_color{
     background: #4d649f;
}
 .tx_btn_global_color:hover{
     background:#000;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:瀹嬩綋}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}


/* swiper button css */
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0; 
    left: 0;
    top: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%;
    color: #fff;
    transition: .5s;
    border-radius:5px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    padding: 30px;
    background: #fff;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .witr_ds_content_inner h1 span, .witr_ds_content_inner h2 span, .witr_ds_content_inner h3 span {
    color: #4d649f;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: transparent;
}




/* slick prev slick next css */
/*======== slick ========*/
.slick-prev, .slick-next {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: none;
    background: #ff3d0;
    z-index: 9;
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 50%;
    transform: translate(0px, -50%);
    transition: .5s;
    border: 0px solid #17161a;
    background: #B60005;
}
.slick-prev {
    left: -65px;
}
 .slick-next {
     right: -65px;
}
.slick-arrow{
    opacity: 1;
}
.slick-next:before, .slick-prev:before {
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "\ea93";
    font-family: IcoFont!important;
    line-height: inherit; 
    opacity: 1;
}
.slick-next:before {
    content: "\ea94";
    font-family: IcoFont!important;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: #3aa40c;
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: #fff;
}


/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont ://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - ://icofont.com/license/
*/@font-face {
	font-family:IcoFont;font-weight:400;font-style:Regular;src:url(../fonts/icofont.woff2) format("woff2"),url(../fonts/icofont.woff) format("woff")
}[class*=" icofont-"],[class^=icofont-] {
	font-family: IcoFont!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased
}

.icofont-angry-monster:before {
	content: "\e800"
}

.icofont-bathtub:before {
	content: "\e801"
}

.icofont-bird-wings:before {
	content: "\e802"
}

.icofont-bow:before {
	content: "\e803"
}

.icofont-castle:before {
	content: "\e804"
}

.icofont-circuit:before {
	content: "\e805"
}

.icofont-crown-king:before {
	content: "\e806"
}

.icofont-crown-queen:before {
	content: "\e807"
}

.icofont-dart:before {
	content: "\e808"
}

.icofont-disability-race:before {
	content: "\e809"
}

.icofont-diving-goggle:before {
	content: "\e80a"
}

.icofont-eye-open:before {
	content: "\e80b"
}

.icofont-flora-flower:before {
	content: "\e80c"
}

.icofont-flora:before {
	content: "\e80d"
}

.icofont-gift-box:before {
	content: "\e80e"
}

.icofont-halloween-pumpkin:before {
	content: "\e80f"
}

.icofont-hand-power:before {
	content: "\e810"
}

.icofont-hand-thunder:before {
	content: "\e811"
}

.icofont-king-monster:before {
	content: "\e812"
}

.icofont-love:before {
	content: "\e813"
}

.icofont-magician-hat:before {
	content: "\e814"
}

.icofont-native-american:before {
	content: "\e815"
}

.icofont-owl-look:before {
	content: "\e816"
}

.icofont-phoenix:before {
	content: "\e817"
}

.icofont-robot-face:before {
	content: "\e818"
}

.icofont-sand-clock:before {
	content: "\e819"
}

.icofont-shield-alt:before {
	content: "\e81a"
}

.icofont-ship-wheel:before {
	content: "\e81b"
}

.icofont-skull-danger:before {
	content: "\e81c"
}

.icofont-skull-face:before {
	content: "\e81d"
}

.icofont-snowmobile:before {
	content: "\e81e"
}

.icofont-space-shuttle:before {
	content: "\e81f"
}

.icofont-star-shape:before {
	content: "\e820"
}

.icofont-swirl:before {
	content: "\e821"
}

.icofont-tattoo-wing:before {
	content: "\e822"
}

.icofont-throne:before {
	content: "\e823"
}

.icofont-tree-alt:before {
	content: "\e824"
}

.icofont-triangle:before {
	content: "\e825"
}

.icofont-unity-hand:before {
	content: "\e826"
}

.icofont-weed:before {
	content: "\e827"
}

.icofont-woman-bird:before {
	content: "\e828"
}

.icofont-bat:before {
	content: "\e829"
}

.icofont-bear-face:before {
	content: "\e82a"
}

.icofont-bear-tracks:before {
	content: "\e82b"
}

.icofont-bear:before {
	content: "\e82c"
}

.icofont-bird-alt:before {
	content: "\e82d"
}

.icofont-bird-flying:before {
	content: "\e82e"
}

.icofont-bird:before {
	content: "\e82f"
}

.icofont-birds:before {
	content: "\e830"
}

.icofont-bone:before {
	content: "\e831"
}

.icofont-bull:before {
	content: "\e832"
}

.icofont-butterfly-alt:before {
	content: "\e833"
}

.icofont-butterfly:before {
	content: "\e834"
}

.icofont-camel-alt:before {
	content: "\e835"
}

.icofont-camel-head:before {
	content: "\e836"
}

.icofont-camel:before {
	content: "\e837"
}

.icofont-cat-alt-1:before {
	content: "\e838"
}

.icofont-cat-alt-2:before {
	content: "\e839"
}

.icofont-cat-alt-3:before {
	content: "\e83a"
}

.icofont-cat-dog:before {
	content: "\e83b"
}

.icofont-cat-face:before {
	content: "\e83c"
}

.icofont-cat:before {
	content: "\e83d"
}

.icofont-cow-head:before {
	content: "\e83e"
}

.icofont-cow:before {
	content: "\e83f"
}

.icofont-crab:before {
	content: "\e840"
}

.icofont-crocodile:before {
	content: "\e841"
}

.icofont-deer-head:before {
	content: "\e842"
}

.icofont-dog-alt:before {
	content: "\e843"
}

.icofont-dog-barking:before {
	content: "\e844"
}

.icofont-dog:before {
	content: "\e845"
}

.icofont-dolphin:before {
	content: "\e846"
}

.icofont-duck-tracks:before {
	content: "\e847"
}

.icofont-eagle-head:before {
	content: "\e848"
}

.icofont-eaten-fish:before {
	content: "\e849"
}

.icofont-elephant-alt:before {
	content: "\e84a"
}

.icofont-elephant-head-alt:before {
	content: "\e84b"
}

.icofont-elephant-head:before {
	content: "\e84c"
}

.icofont-elephant:before {
	content: "\e84d"
}

.icofont-elk:before {
	content: "\e84e"
}

.icofont-fish-1:before {
	content: "\e84f"
}

.icofont-fish-2:before {
	content: "\e850"
}

.icofont-fish-3:before {
	content: "\e851"
}

.icofont-fish-4:before {
	content: "\e852"
}

.icofont-fish-5:before {
	content: "\e853"
}

.icofont-fish:before {
	content: "\e854"
}

.icofont-fox-alt:before {
	content: "\e855"
}

.icofont-fox:before {
	content: "\e856"
}

.icofont-frog-tracks:before {
	content: "\e857"
}

.icofont-frog:before {
	content: "\e858"
}

.icofont-froggy:before {
	content: "\e859"
}

.icofont-giraffe-head-1:before {
	content: "\e85a"
}

.icofont-giraffe-head-2:before {
	content: "\e85b"
}

.icofont-giraffe-head:before {
	content: "\e85c"
}

.icofont-giraffe:before {
	content: "\e85d"
}

.icofont-goat-head:before {
	content: "\e85e"
}

.icofont-gorilla:before {
	content: "\e85f"
}

.icofont-hen-tracks:before {
	content: "\e860"
}

.icofont-horse-head-1:before {
	content: "\e861"
}

.icofont-horse-head-2:before {
	content: "\e862"
}

.icofont-horse-head:before {
	content: "\e863"
}

.icofont-horse-tracks:before {
	content: "\e864"
}

.icofont-jellyfish:before {
	content: "\e865"
}

.icofont-kangaroo:before {
	content: "\e866"
}

.icofont-lemur:before {
	content: "\e867"
}

.icofont-lion-head-1:before {
	content: "\e868"
}

.icofont-lion-head-2:before {
	content: "\e869"
}

.icofont-lion-head:before {
	content: "\e86a"
}

.icofont-lion:before {
	content: "\e86b"
}

.icofont-monkey-2:before {
	content: "\e86c"
}

.icofont-monkey-3:before {
	content: "\e86d"
}

.icofont-monkey-face:before {
	content: "\e86e"
}

.icofont-monkey:before {
	content: "\e86f"
}

.icofont-octopus-alt:before {
	content: "\e870"
}

.icofont-octopus:before {
	content: "\e871"
}

.icofont-owl:before {
	content: "\e872"
}

.icofont-panda-face:before {
	content: "\e873"
}

.icofont-panda:before {
	content: "\e874"
}

.icofont-panther:before {
	content: "\e875"
}

.icofont-parrot-lip:before {
	content: "\e876"
}

.icofont-parrot:before {
	content: "\e877"
}

.icofont-paw:before {
	content: "\e878"
}

.icofont-pelican:before {
	content: "\e879"
}

.icofont-penguin:before {
	content: "\e87a"
}

.icofont-pig-face:before {
	content: "\e87b"
}

.icofont-pig:before {
	content: "\e87c"
}

.icofont-pigeon-1:before {
	content: "\e87d"
}

.icofont-pigeon-2:before {
	content: "\e87e"
}

.icofont-pigeon:before {
	content: "\e87f"
}

.icofont-rabbit:before {
	content: "\e880"
}

.icofont-rat:before {
	content: "\e881"
}

.icofont-rhino-head:before {
	content: "\e882"
}

.icofont-rhino:before {
	content: "\e883"
}

.icofont-rooster:before {
	content: "\e884"
}

.icofont-seahorse:before {
	content: "\e885"
}

.icofont-seal:before {
	content: "\e886"
}

.icofont-shrimp-alt:before {
	content: "\e887"
}

.icofont-shrimp:before {
	content: "\e888"
}

.icofont-snail-1:before {
	content: "\e889"
}

.icofont-snail-2:before {
	content: "\e88a"
}

.icofont-snail-3:before {
	content: "\e88b"
}

.icofont-snail:before {
	content: "\e88c"
}

.icofont-snake:before {
	content: "\e88d"
}

.icofont-squid:before {
	content: "\e88e"
}

.icofont-squirrel:before {
	content: "\e88f"
}

.icofont-tiger-face:before {
	content: "\e890"
}

.icofont-tiger:before {
	content: "\e891"
}

.icofont-turtle:before {
	content: "\e892"
}

.icofont-whale:before {
	content: "\e893"
}

.icofont-woodpecker:before {
	content: "\e894"
}

.icofont-zebra:before {
	content: "\e895"
}

.icofont-brand-acer:before {
	content: "\e896"
}

.icofont-brand-adidas:before {
	content: "\e897"
}

.icofont-brand-adobe:before {
	content: "\e898"
}

.icofont-brand-air-new-zealand:before {
	content: "\e899"
}

.icofont-brand-airbnb:before {
	content: "\e89a"
}

.icofont-brand-aircell:before {
	content: "\e89b"
}

.icofont-brand-airtel:before {
	content: "\e89c"
}

.icofont-brand-alcatel:before {
	content: "\e89d"
}

.icofont-brand-alibaba:before {
	content: "\e89e"
}

.icofont-brand-aliexpress:before {
	content: "\e89f"
}

.icofont-brand-alipay:before {
	content: "\e8a0"
}

.icofont-brand-amazon:before {
	content: "\e8a1"
}

.icofont-brand-amd:before {
	content: "\e8a2"
}

.icofont-brand-american-airlines:before {
	content: "\e8a3"
}

.icofont-brand-android-robot:before {
	content: "\e8a4"
}

.icofont-brand-android:before {
	content: "\e8a5"
}

.icofont-brand-aol:before {
	content: "\e8a6"
}

.icofont-brand-apple:before {
	content: "\e8a7"
}

.icofont-brand-appstore:before {
	content: "\e8a8"
}

.icofont-brand-asus:before {
	content: "\e8a9"
}

.icofont-brand-ati:before {
	content: "\e8aa"
}

.icofont-brand-att:before {
	content: "\e8ab"
}

.icofont-brand-audi:before {
	content: "\e8ac"
}

.icofont-brand-axiata:before {
	content: "\e8ad"
}

.icofont-brand-bada:before {
	content: "\e8ae"
}

.icofont-brand-bbc:before {
	content: "\e8af"
}

.icofont-brand-bing:before {
	content: "\e8b0"
}

.icofont-brand-blackberry:before {
	content: "\e8b1"
}

.icofont-brand-bmw:before {
	content: "\e8b2"
}

.icofont-brand-box:before {
	content: "\e8b3"
}

.icofont-brand-burger-king:before {
	content: "\e8b4"
}

.icofont-brand-business-insider:before {
	content: "\e8b5"
}

.icofont-brand-buzzfeed:before {
	content: "\e8b6"
}

.icofont-brand-cannon:before {
	content: "\e8b7"
}

.icofont-brand-casio:before {
	content: "\e8b8"
}

.icofont-brand-china-mobile:before {
	content: "\e8b9"
}

.icofont-brand-china-telecom:before {
	content: "\e8ba"
}

.icofont-brand-china-unicom:before {
	content: "\e8bb"
}

.icofont-brand-cisco:before {
	content: "\e8bc"
}

.icofont-brand-citibank:before {
	content: "\e8bd"
}

.icofont-brand-cnet:before {
	content: "\e8be"
}

.icofont-brand-cnn:before {
	content: "\e8bf"
}

.icofont-brand-cocal-cola:before {
	content: "\e8c0"
}

.icofont-brand-compaq:before {
	content: "\e8c1"
}

.icofont-brand-debian:before {
	content: "\e8c2"
}

.icofont-brand-delicious:before {
	content: "\e8c3"
}

.icofont-brand-dell:before {
	content: "\e8c4"
}

.icofont-brand-designbump:before {
	content: "\e8c5"
}

.icofont-brand-designfloat:before {
	content: "\e8c6"
}

.icofont-brand-disney:before {
	content: "\e8c7"
}

.icofont-brand-dodge:before {
	content: "\e8c8"
}

.icofont-brand-dove:before {
	content: "\e8c9"
}

.icofont-brand-drupal:before {
	content: "\e8ca"
}

.icofont-brand-ebay:before {
	content: "\e8cb"
}

.icofont-brand-eleven:before {
	content: "\e8cc"
}

.icofont-brand-emirates:before {
	content: "\e8cd"
}

.icofont-brand-espn:before {
	content: "\e8ce"
}

.icofont-brand-etihad-airways:before {
	content: "\e8cf"
}

.icofont-brand-etisalat:before {
	content: "\e8d0"
}

.icofont-brand-etsy:before {
	content: "\e8d1"
}

.icofont-brand-fastrack:before {
	content: "\e8d2"
}

.icofont-brand-fedex:before {
	content: "\e8d3"
}

.icofont-brand-ferrari:before {
	content: "\e8d4"
}

.icofont-brand-fitbit:before {
	content: "\e8d5"
}

.icofont-brand-flikr:before {
	content: "\e8d6"
}

.icofont-brand-forbes:before {
	content: "\e8d7"
}

.icofont-brand-foursquare:before {
	content: "\e8d8"
}

.icofont-brand-foxconn:before {
	content: "\e8d9"
}

.icofont-brand-fujitsu:before {
	content: "\e8da"
}

.icofont-brand-general-electric:before {
	content: "\e8db"
}

.icofont-brand-gillette:before {
	content: "\e8dc"
}

.icofont-brand-gizmodo:before {
	content: "\e8dd"
}

.icofont-brand-gnome:before {
	content: "\e8de"
}

.icofont-brand-google:before {
	content: "\e8df"
}

.icofont-brand-gopro:before {
	content: "\e8e0"
}

.icofont-brand-gucci:before {
	content: "\e8e1"
}

.icofont-brand-hallmark:before {
	content: "\e8e2"
}

.icofont-brand-hi5:before {
	content: "\e8e3"
}

.icofont-brand-honda:before {
	content: "\e8e4"
}

.icofont-brand-hp:before {
	content: "\e8e5"
}

.icofont-brand-hsbc:before {
	content: "\e8e6"
}

.icofont-brand-htc:before {
	content: "\e8e7"
}

.icofont-brand-huawei:before {
	content: "\e8e8"
}

.icofont-brand-hulu:before {
	content: "\e8e9"
}

.icofont-brand-hyundai:before {
	content: "\e8ea"
}

.icofont-brand-ibm:before {
	content: "\e8eb"
}

.icofont-brand-icofont:before {
	content: "\e8ec"
}

.icofont-brand-icq:before {
	content: "\e8ed"
}

.icofont-brand-ikea:before {
	content: "\e8ee"
}

.icofont-brand-imdb:before {
	content: "\e8ef"
}

.icofont-brand-indiegogo:before {
	content: "\e8f0"
}

.icofont-brand-intel:before {
	content: "\e8f1"
}

.icofont-brand-ipair:before {
	content: "\e8f2"
}

.icofont-brand-jaguar:before {
	content: "\e8f3"
}

.icofont-brand-java:before {
	content: "\e8f4"
}

.icofont-brand-joomla:before {
	content: "\e8f5"
}

.icofont-brand-kickstarter:before {
	content: "\e8f6"
}

.icofont-brand-kik:before {
	content: "\e8f7"
}

.icofont-brand-lastfm:before {
	content: "\e8f8"
}

.icofont-brand-lego:before {
	content: "\e8f9"
}

.icofont-brand-lenovo:before {
	content: "\e8fa"
}

.icofont-brand-levis:before {
	content: "\e8fb"
}

.icofont-brand-lexus:before {
	content: "\e8fc"
}

.icofont-brand-lg:before {
	content: "\e8fd"
}

.icofont-brand-life-hacker:before {
	content: "\e8fe"
}

.icofont-brand-linux-mint:before {
	content: "\e8ff"
}

.icofont-brand-linux:before {
	content: "\e900"
}

.icofont-brand-lionix:before {
	content: "\e901"
}

.icofont-brand-loreal:before {
	content: "\e902"
}

.icofont-brand-louis-vuitton:before {
	content: "\e903"
}

.icofont-brand-mac-os:before {
	content: "\e904"
}

.icofont-brand-marvel-app:before {
	content: "\e905"
}

.icofont-brand-mashable:before {
	content: "\e906"
}

.icofont-brand-mazda:before {
	content: "\e907"
}

.icofont-brand-mcdonals:before {
	content: "\e908"
}

.icofont-brand-mercedes:before {
	content: "\e909"
}

.icofont-brand-micromax:before {
	content: "\e90a"
}

.icofont-brand-microsoft:before {
	content: "\e90b"
}

.icofont-brand-mobileme:before {
	content: "\e90c"
}

.icofont-brand-mobily:before {
	content: "\e90d"
}

.icofont-brand-motorola:before {
	content: "\e90e"
}

.icofont-brand-msi:before {
	content: "\e90f"
}

.icofont-brand-mts:before {
	content: "\e910"
}

.icofont-brand-myspace:before {
	content: "\e911"
}

.icofont-brand-mytv:before {
	content: "\e912"
}

.icofont-brand-nasa:before {
	content: "\e913"
}

.icofont-brand-natgeo:before {
	content: "\e914"
}

.icofont-brand-nbc:before {
	content: "\e915"
}

.icofont-brand-nescafe:before {
	content: "\e916"
}

.icofont-brand-nestle:before {
	content: "\e917"
}

.icofont-brand-netflix:before {
	content: "\e918"
}

.icofont-brand-nexus:before {
	content: "\e919"
}

.icofont-brand-nike:before {
	content: "\e91a"
}

.icofont-brand-nokia:before {
	content: "\e91b"
}

.icofont-brand-nvidia:before {
	content: "\e91c"
}

.icofont-brand-omega:before {
	content: "\e91d"
}

.icofont-brand-opensuse:before {
	content: "\e91e"
}

.icofont-brand-oracle:before {
	content: "\e91f"
}

.icofont-brand-panasonic:before {
	content: "\e920"
}

.icofont-brand-paypal:before {
	content: "\e921"
}

.icofont-brand-pepsi:before {
	content: "\e922"
}

.icofont-brand-philips:before {
	content: "\e923"
}

.icofont-brand-pizza-hut:before {
	content: "\e924"
}

.icofont-brand-playstation:before {
	content: "\e925"
}

.icofont-brand-puma:before {
	content: "\e926"
}

.icofont-brand-qatar-air:before {
	content: "\e927"
}

.icofont-brand-qvc:before {
	content: "\e928"
}

.icofont-brand-readernaut:before {
	content: "\e929"
}

.icofont-brand-redbull:before {
	content: "\e92a"
}

.icofont-brand-reebok:before {
	content: "\e92b"
}

.icofont-brand-reuters:before {
	content: "\e92c"
}

.icofont-brand-samsung:before {
	content: "\e92d"
}

.icofont-brand-sap:before {
	content: "\e92e"
}

.icofont-brand-saudia-airlines:before {
	content: "\e92f"
}

.icofont-brand-scribd:before {
	content: "\e930"
}

.icofont-brand-shell:before {
	content: "\e931"
}

.icofont-brand-siemens:before {
	content: "\e932"
}

.icofont-brand-sk-telecom:before {
	content: "\e933"
}

.icofont-brand-slideshare:before {
	content: "\e934"
}

.icofont-brand-smashing-magazine:before {
	content: "\e935"
}

.icofont-brand-snapchat:before {
	content: "\e936"
}

.icofont-brand-sony-ericsson:before {
	content: "\e937"
}

.icofont-brand-sony:before {
	content: "\e938"
}

.icofont-brand-soundcloud:before {
	content: "\e939"
}

.icofont-brand-sprint:before {
	content: "\e93a"
}

.icofont-brand-squidoo:before {
	content: "\e93b"
}

.icofont-brand-starbucks:before {
	content: "\e93c"
}

.icofont-brand-stc:before {
	content: "\e93d"
}

.icofont-brand-steam:before {
	content: "\e93e"
}

.icofont-brand-suzuki:before {
	content: "\e93f"
}

.icofont-brand-symbian:before {
	content: "\e940"
}

.icofont-brand-t-mobile:before {
	content: "\e941"
}

.icofont-brand-tango:before {
	content: "\e942"
}

.icofont-brand-target:before {
	content: "\e943"
}

.icofont-brand-tata-indicom:before {
	content: "\e944"
}

.icofont-brand-techcrunch:before {
	content: "\e945"
}

.icofont-brand-telenor:before {
	content: "\e946"
}

.icofont-brand-teliasonera:before {
	content: "\e947"
}

.icofont-brand-tesla:before {
	content: "\e948"
}

.icofont-brand-the-verge:before {
	content: "\e949"
}

.icofont-brand-thenextweb:before {
	content: "\e94a"
}

.icofont-brand-toshiba:before {
	content: "\e94b"
}

.icofont-brand-toyota:before {
	content: "\e94c"
}

.icofont-brand-tribenet:before {
	content: "\e94d"
}

.icofont-brand-ubuntu:before {
	content: "\e94e"
}

.icofont-brand-unilever:before {
	content: "\e94f"
}

.icofont-brand-vaio:before {
	content: "\e950"
}

.icofont-brand-verizon:before {
	content: "\e951"
}

.icofont-brand-viber:before {
	content: "\e952"
}

.icofont-brand-vodafone:before {
	content: "\e953"
}

.icofont-brand-volkswagen:before {
	content: "\e954"
}

.icofont-brand-walmart:before {
	content: "\e955"
}

.icofont-brand-warnerbros:before {
	content: "\e956"
}

.icofont-brand-whatsapp:before {
	content: "\e957"
}

.icofont-brand-wikipedia:before {
	content: "\e958"
}

.icofont-brand-windows:before {
	content: "\e959"
}

.icofont-brand-wire:before {
	content: "\e95a"
}

.icofont-brand-wordpress:before {
	content: "\e95b"
}

.icofont-brand-xiaomi:before {
	content: "\e95c"
}

.icofont-brand-yahoobuzz:before {
	content: "\e95d"
}

.icofont-brand-yamaha:before {
	content: "\e95e"
}

.icofont-brand-youtube:before {
	content: "\e95f"
}

.icofont-brand-zain:before {
	content: "\e960"
}

.icofont-bank-alt:before {
	content: "\e961"
}

.icofont-bank:before {
	content: "\e962"
}

.icofont-barcode:before {
	content: "\e963"
}

.icofont-bill-alt:before {
	content: "\e964"
}

.icofont-billboard:before {
	content: "\e965"
}

.icofont-briefcase-1:before {
	content: "\e966"
}

.icofont-briefcase-2:before {
	content: "\e967"
}

.icofont-businessman:before {
	content: "\e968"
}

.icofont-businesswoman:before {
	content: "\e969"
}

.icofont-chair:before {
	content: "\e96a"
}

.icofont-coins:before {
	content: "\e96b"
}

.icofont-company:before {
	content: "\e96c"
}

.icofont-contact-add:before {
	content: "\e96d"
}

.icofont-files-stack:before {
	content: "\e96e"
}

.icofont-handshake-deal:before {
	content: "\e96f"
}

.icofont-id-card:before {
	content: "\e970"
}

.icofont-meeting-add:before {
	content: "\e971"
}

.icofont-money-bag:before {
	content: "\e972"
}

.icofont-pie-chart:before {
	content: "\e973"
}

.icofont-presentation-alt:before {
	content: "\e974"
}

.icofont-presentation:before {
	content: "\e975"
}

.icofont-stamp:before {
	content: "\e976"
}

.icofont-stock-mobile:before {
	content: "\e977"
}

.icofont-chart-arrows-axis:before {
	content: "\e978"
}

.icofont-chart-bar-graph:before {
	content: "\e979"
}

.icofont-chart-flow-1:before {
	content: "\e97a"
}

.icofont-chart-flow-2:before {
	content: "\e97b"
}

.icofont-chart-flow:before {
	content: "\e97c"
}

.icofont-chart-growth:before {
	content: "\e97d"
}

.icofont-chart-histogram-alt:before {
	content: "\e97e"
}

.icofont-chart-histogram:before {
	content: "\e97f"
}

.icofont-chart-line-alt:before {
	content: "\e980"
}

.icofont-chart-line:before {
	content: "\e981"
}

.icofont-chart-pie-alt:before {
	content: "\e982"
}

.icofont-chart-pie:before {
	content: "\e983"
}

.icofont-chart-radar-graph:before {
	content: "\e984"
}

.icofont-architecture-alt:before {
	content: "\e985"
}

.icofont-architecture:before {
	content: "\e986"
}

.icofont-barricade:before {
	content: "\e987"
}

.icofont-bolt:before {
	content: "\e988"
}

.icofont-bricks:before {
	content: "\e989"
}

.icofont-building-alt:before {
	content: "\e98a"
}

.icofont-bull-dozer:before {
	content: "\e98b"
}

.icofont-calculations:before {
	content: "\e98c"
}

.icofont-cement-mix:before {
	content: "\e98d"
}

.icofont-cement-mixer:before {
	content: "\e98e"
}

.icofont-concrete-mixer:before {
	content: "\e98f"
}

.icofont-danger-zone:before {
	content: "\e990"
}

.icofont-drill:before {
	content: "\e991"
}

.icofont-eco-energy:before {
	content: "\e992"
}

.icofont-eco-environmen:before {
	content: "\e993"
}

.icofont-energy-air:before {
	content: "\e994"
}

.icofont-energy-oil:before {
	content: "\e995"
}

.icofont-energy-savings:before {
	content: "\e996"
}

.icofont-energy-solar:before {
	content: "\e997"
}

.icofont-energy-water:before {
	content: "\e998"
}

.icofont-engineer:before {
	content: "\e999"
}

.icofont-fire-extinguisher-alt:before {
	content: "\e99a"
}

.icofont-fire-extinguisher:before {
	content: "\e99b"
}

.icofont-fix-tools:before {
	content: "\e99c"
}

.icofont-fork-lift:before {
	content: "\e99d"
}

.icofont-glue-oil:before {
	content: "\e99e"
}

.icofont-hammer-alt:before {
	content: "\e99f"
}

.icofont-hammer:before {
	content: "\e9a0"
}

.icofont-help-robot:before {
	content: "\e9a1"
}

.icofont-industries-1:before {
	content: "\e9a2"
}

.icofont-industries-2:before {
	content: "\e9a3"
}

.icofont-industries-3:before {
	content: "\e9a4"
}

.icofont-industries-4:before {
	content: "\e9a5"
}

.icofont-industries-5:before {
	content: "\e9a6"
}

.icofont-industries:before {
	content: "\e9a7"
}

.icofont-labour:before {
	content: "\e9a8"
}

.icofont-mining:before {
	content: "\e9a9"
}

.icofont-paint-brush:before {
	content: "\e9aa"
}

.icofont-pollution:before {
	content: "\e9ab"
}

.icofont-power-zone:before {
	content: "\e9ac"
}

.icofont-radio-active:before {
	content: "\e9ad"
}

.icofont-recycle-alt:before {
	content: "\e9ae"
}

.icofont-recycling-man:before {
	content: "\e9af"
}

.icofont-safety-hat-light:before {
	content: "\e9b0"
}

.icofont-safety-hat:before {
	content: "\e9b1"
}

.icofont-saw:before {
	content: "\e9b2"
}

.icofont-screw-driver:before {
	content: "\e9b3"
}

.icofont-tools-1:before {
	content: "\e9b4"
}

.icofont-tools-bag:before {
	content: "\e9b5"
}

.icofont-tow-truck:before {
	content: "\e9b6"
}

.icofont-trolley:before {
	content: "\e9b7"
}

.icofont-trowel:before {
	content: "\e9b8"
}

.icofont-under-construction-alt:before {
	content: "\e9b9"
}

.icofont-under-construction:before {
	content: "\e9ba"
}

.icofont-vehicle-cement:before {
	content: "\e9bb"
}

.icofont-vehicle-crane:before {
	content: "\e9bc"
}

.icofont-vehicle-delivery-van:before {
	content: "\e9bd"
}

.icofont-vehicle-dozer:before {
	content: "\e9be"
}

.icofont-vehicle-excavator:before {
	content: "\e9bf"
}

.icofont-vehicle-trucktor:before {
	content: "\e9c0"
}

.icofont-vehicle-wrecking:before {
	content: "\e9c1"
}

.icofont-worker:before {
	content: "\e9c2"
}

.icofont-workers-group:before {
	content: "\e9c3"
}

.icofont-wrench:before {
	content: "\e9c4"
}

.icofont-afghani-false:before {
	content: "\e9c5"
}

.icofont-afghani-minus:before {
	content: "\e9c6"
}

.icofont-afghani-plus:before {
	content: "\e9c7"
}

.icofont-afghani-true:before {
	content: "\e9c8"
}

.icofont-afghani:before {
	content: "\e9c9"
}

.icofont-baht-false:before {
	content: "\e9ca"
}

.icofont-baht-minus:before {
	content: "\e9cb"
}

.icofont-baht-plus:before {
	content: "\e9cc"
}

.icofont-baht-true:before {
	content: "\e9cd"
}

.icofont-baht:before {
	content: "\e9ce"
}

.icofont-solarsunin-false:before {
	content: "\e9cf"
}

.icofont-solarsunin-minus:before {
	content: "\e9d0"
}

.icofont-solarsunin-plus:before {
	content: "\e9d1"
}

.icofont-solarsunin-true:before {
	content: "\e9d2"
}

.icofont-solarsunin:before {
	content: "\e9d3"
}

.icofont-dollar-flase:before {
	content: "\e9d4"
}

.icofont-dollar-minus:before {
	content: "\e9d5"
}

.icofont-dollar-plus:before {
	content: "\e9d6"
}

.icofont-dollar-true:before {
	content: "\e9d7"
}

.icofont-dollar:before {
	content: "\e9d8"
}

.icofont-dong-false:before {
	content: "\e9d9"
}

.icofont-dong-minus:before {
	content: "\e9da"
}

.icofont-dong-plus:before {
	content: "\e9db"
}

.icofont-dong-true:before {
	content: "\e9dc"
}

.icofont-dong:before {
	content: "\e9dd"
}

.icofont-euro-false:before {
	content: "\e9de"
}

.icofont-euro-minus:before {
	content: "\e9df"
}

.icofont-euro-plus:before {
	content: "\e9e0"
}

.icofont-euro-true:before {
	content: "\e9e1"
}

.icofont-euro:before {
	content: "\e9e2"
}

.icofont-frank-false:before {
	content: "\e9e3"
}

.icofont-frank-minus:before {
	content: "\e9e4"
}

.icofont-frank-plus:before {
	content: "\e9e5"
}

.icofont-frank-true:before {
	content: "\e9e6"
}

.icofont-frank:before {
	content: "\e9e7"
}

.icofont-hryvnia-false:before {
	content: "\e9e8"
}

.icofont-hryvnia-minus:before {
	content: "\e9e9"
}

.icofont-hryvnia-plus:before {
	content: "\e9ea"
}

.icofont-hryvnia-true:before {
	content: "\e9eb"
}

.icofont-hryvnia:before {
	content: "\e9ec"
}

.icofont-lira-false:before {
	content: "\e9ed"
}

.icofont-lira-minus:before {
	content: "\e9ee"
}

.icofont-lira-plus:before {
	content: "\e9ef"
}

.icofont-lira-true:before {
	content: "\e9f0"
}

.icofont-lira:before {
	content: "\e9f1"
}

.icofont-peseta-false:before {
	content: "\e9f2"
}

.icofont-peseta-minus:before {
	content: "\e9f3"
}

.icofont-peseta-plus:before {
	content: "\e9f4"
}

.icofont-peseta-true:before {
	content: "\e9f5"
}

.icofont-peseta:before {
	content: "\e9f6"
}

.icofont-peso-false:before {
	content: "\e9f7"
}

.icofont-peso-minus:before {
	content: "\e9f8"
}

.icofont-peso-plus:before {
	content: "\e9f9"
}

.icofont-peso-true:before {
	content: "\e9fa"
}

.icofont-peso:before {
	content: "\e9fb"
}

.icofont-pound-false:before {
	content: "\e9fc"
}

.icofont-pound-minus:before {
	content: "\e9fd"
}

.icofont-pound-plus:before {
	content: "\e9fe"
}

.icofont-pound-true:before {
	content: "\e9ff"
}

.icofont-pound:before {
	content: "\ea00"
}

.icofont-renminbi-false:before {
	content: "\ea01"
}

.icofont-renminbi-minus:before {
	content: "\ea02"
}

.icofont-renminbi-plus:before {
	content: "\ea03"
}

.icofont-renminbi-true:before {
	content: "\ea04"
}

.icofont-renminbi:before {
	content: "\ea05"
}

.icofont-riyal-false:before {
	content: "\ea06"
}

.icofont-riyal-minus:before {
	content: "\ea07"
}

.icofont-riyal-plus:before {
	content: "\ea08"
}

.icofont-riyal-true:before {
	content: "\ea09"
}

.icofont-riyal:before {
	content: "\ea0a"
}

.icofont-rouble-false:before {
	content: "\ea0b"
}

.icofont-rouble-minus:before {
	content: "\ea0c"
}

.icofont-rouble-plus:before {
	content: "\ea0d"
}

.icofont-rouble-true:before {
	content: "\ea0e"
}

.icofont-rouble:before {
	content: "\ea0f"
}

.icofont-rupee-false:before {
	content: "\ea10"
}

.icofont-rupee-minus:before {
	content: "\ea11"
}

.icofont-rupee-plus:before {
	content: "\ea12"
}

.icofont-rupee-true:before {
	content: "\ea13"
}

.icofont-rupee:before {
	content: "\ea14"
}

.icofont-taka-false:before {
	content: "\ea15"
}

.icofont-taka-minus:before {
	content: "\ea16"
}

.icofont-taka-plus:before {
	content: "\ea17"
}

.icofont-taka-true:before {
	content: "\ea18"
}

.icofont-taka:before {
	content: "\ea19"
}

.icofont-turkish-lira-false:before {
	content: "\ea1a"
}

.icofont-turkish-lira-minus:before {
	content: "\ea1b"
}

.icofont-turkish-lira-plus:before {
	content: "\ea1c"
}

.icofont-turkish-lira-true:before {
	content: "\ea1d"
}

.icofont-turkish-lira:before {
	content: "\ea1e"
}

.icofont-won-false:before {
	content: "\ea1f"
}

.icofont-won-minus:before {
	content: "\ea20"
}

.icofont-won-plus:before {
	content: "\ea21"
}

.icofont-won-true:before {
	content: "\ea22"
}

.icofont-won:before {
	content: "\ea23"
}

.icofont-yen-false:before {
	content: "\ea24"
}

.icofont-yen-minus:before {
	content: "\ea25"
}

.icofont-yen-plus:before {
	content: "\ea26"
}

.icofont-yen-true:before {
	content: "\ea27"
}

.icofont-yen:before {
	content: "\ea28"
}

.icofont-android-nexus:before {
	content: "\ea29"
}

.icofont-android-tablet:before {
	content: "\ea2a"
}

.icofont-apple-watch:before {
	content: "\ea2b"
}

.icofont-drawing-tablet:before {
	content: "\ea2c"
}

.icofont-earphone:before {
	content: "\ea2d"
}

.icofont-flash-drive:before {
	content: "\ea2e"
}

.icofont-game-console:before {
	content: "\ea2f"
}

.icofont-game-controller:before {
	content: "\ea30"
}

.icofont-game-pad:before {
	content: "\ea31"
}

.icofont-game:before {
	content: "\ea32"
}

.icofont-headphone-alt-1:before {
	content: "\ea33"
}

.icofont-headphone-alt-2:before {
	content: "\ea34"
}

.icofont-headphone-alt-3:before {
	content: "\ea35"
}

.icofont-headphone-alt:before {
	content: "\ea36"
}

.icofont-headphone:before {
	content: "\ea37"
}

.icofont-htc-one:before {
	content: "\ea38"
}

.icofont-imac:before {
	content: "\ea39"
}

.icofont-ipad:before {
	content: "\ea3a"
}

.icofont-iphone:before {
	content: "\ea3b"
}

.icofont-ipod-nano:before {
	content: "\ea3c"
}

.icofont-ipod-touch:before {
	content: "\ea3d"
}

.icofont-keyboard-alt:before {
	content: "\ea3e"
}

.icofont-keyboard-wireless:before {
	content: "\ea3f"
}

.icofont-keyboard:before {
	content: "\ea40"
}

.icofont-laptop-alt:before {
	content: "\ea41"
}

.icofont-laptop:before {
	content: "\ea42"
}

.icofont-macbook:before {
	content: "\ea43"
}

.icofont-magic-mouse:before {
	content: "\ea44"
}

.icofont-micro-chip:before {
	content: "\ea45"
}

.icofont-microphone-alt:before {
	content: "\ea46"
}

.icofont-microphone:before {
	content: "\ea47"
}

.icofont-monitor:before {
	content: "\ea48"
}

.icofont-mouse:before {
	content: "\ea49"
}

.icofont-mp3-player:before {
	content: "\ea4a"
}

.icofont-nintendo:before {
	content: "\ea4b"
}

.icofont-playstation-alt:before {
	content: "\ea4c"
}

.icofont-psvita:before {
	content: "\ea4d"
}

.icofont-radio-mic:before {
	content: "\ea4e"
}

.icofont-radio:before {
	content: "\ea4f"
}

.icofont-refrigerator:before {
	content: "\ea50"
}

.icofont-samsung-galaxy:before {
	content: "\ea51"
}

.icofont-surface-tablet:before {
	content: "\ea52"
}

.icofont-ui-head-phone:before {
	content: "\ea53"
}

.icofont-ui-keyboard:before {
	content: "\ea54"
}

.icofont-washing-machine:before {
	content: "\ea55"
}

.icofont-wifi-router:before {
	content: "\ea56"
}

.icofont-wii-u:before {
	content: "\ea57"
}

.icofont-windows-lumia:before {
	content: "\ea58"
}

.icofont-wireless-mouse:before {
	content: "\ea59"
}

.icofont-xbox-360:before {
	content: "\ea5a"
}

.icofont-arrow-down:before {
	content: "\ea5b"
}

.icofont-arrow-left:before {
	content: "\ea5c"
}

.icofont-arrow-right:before {
	content: "\ea5d"
}

.icofont-arrow-up:before {
	content: "\ea5e"
}

.icofont-block-down:before {
	content: "\ea5f"
}

.icofont-block-left:before {
	content: "\ea60"
}

.icofont-block-right:before {
	content: "\ea61"
}

.icofont-block-up:before {
	content: "\ea62"
}

.icofont-bubble-down:before {
	content: "\ea63"
}

.icofont-bubble-left:before {
	content: "\ea64"
}

.icofont-bubble-right:before {
	content: "\ea65"
}

.icofont-bubble-up:before {
	content: "\ea66"
}

.icofont-caret-down:before {
	content: "\ea67"
}

.icofont-caret-left:before {
	content: "\ea68"
}

.icofont-caret-right:before {
	content: "\ea69"
}

.icofont-caret-up:before {
	content: "\ea6a"
}

.icofont-circled-down:before {
	content: "\ea6b"
}

.icofont-circled-left:before {
	content: "\ea6c"
}

.icofont-circled-right:before {
	content: "\ea6d"
}

.icofont-circled-up:before {
	content: "\ea6e"
}

.icofont-collapse:before {
	content: "\ea6f"
}

.icofont-cursor-drag:before {
	content: "\ea70"
}

.icofont-curved-double-left:before {
	content: "\ea71"
}

.icofont-curved-double-right:before {
	content: "\ea72"
}

.icofont-curved-down:before {
	content: "\ea73"
}

.icofont-curved-left:before {
	content: "\ea74"
}

.icofont-curved-right:before {
	content: "\ea75"
}

.icofont-curved-up:before {
	content: "\ea76"
}

.icofont-dotted-down:before {
	content: "\ea77"
}

.icofont-dotted-left:before {
	content: "\ea78"
}

.icofont-dotted-right:before {
	content: "\ea79"
}

.icofont-dotted-up:before {
	content: "\ea7a"
}

.icofont-double-left:before {
	content: "\ea7b"
}

.icofont-double-right:before {
	content: "\ea7c"
}

.icofont-expand-alt:before {
	content: "\ea7d"
}

.icofont-hand-down:before {
	content: "\ea7e"
}

.icofont-hand-drag:before {
	content: "\ea7f"
}

.icofont-hand-drag1:before {
	content: "\ea80"
}

.icofont-hand-drag2:before {
	content: "\ea81"
}

.icofont-hand-drawn-alt-down:before {
	content: "\ea82"
}

.icofont-hand-drawn-alt-left:before {
	content: "\ea83"
}

.icofont-hand-drawn-alt-right:before {
	content: "\ea84"
}

.icofont-hand-drawn-alt-up:before {
	content: "\ea85"
}

.icofont-hand-drawn-down:before {
	content: "\ea86"
}

.icofont-hand-drawn-left:before {
	content: "\ea87"
}

.icofont-hand-drawn-right:before {
	content: "\ea88"
}

.icofont-hand-drawn-up:before {
	content: "\ea89"
}

.icofont-hand-grippers:before {
	content: "\ea8a"
}

.icofont-hand-left:before {
	content: "\ea8b"
}

.icofont-hand-right:before {
	content: "\ea8c"
}

.icofont-hand-up:before {
	content: "\ea8d"
}

.icofont-line-block-down:before {
	content: "\ea8e"
}

.icofont-line-block-left:before {
	content: "\ea8f"
}

.icofont-line-block-right:before {
	content: "\ea90"
}

.icofont-line-block-up:before {
	content: "\ea91"
}

.icofont-long-arrow-down:before {
	content: "\ea92"
}

.icofont-long-arrow-left:before {
	content: "\ea93"
}

.icofont-long-arrow-right:before {
	content: "\ea94"
}

.icofont-long-arrow-up:before {
	content: "\ea95"
}

.icofont-rounded-collapse:before {
	content: "\ea96"
}

.icofont-rounded-double-left:before {
	content: "\ea97"
}

.icofont-rounded-double-right:before {
	content: "\ea98"
}

.icofont-rounded-down:before {
	content: "\ea99"
}

.icofont-rounded-expand:before {
	content: "\ea9a"
}

.icofont-rounded-left-down:before {
	content: "\ea9b"
}

.icofont-rounded-left-up:before {
	content: "\ea9c"
}

.icofont-rounded-left:before {
	content: "\ea9d"
}

.icofont-rounded-right-down:before {
	content: "\ea9e"
}

.icofont-rounded-right-up:before {
	content: "\ea9f"
}

.icofont-rounded-right:before {
	content: "\eaa0"
}

.icofont-rounded-up:before {
	content: "\eaa1"
}

.icofont-scroll-bubble-down:before {
	content: "\eaa2"
}

.icofont-scroll-bubble-left:before {
	content: "\eaa3"
}

.icofont-scroll-bubble-right:before {
	content: "\eaa4"
}

.icofont-scroll-bubble-up:before {
	content: "\eaa5"
}

.icofont-scroll-double-down:before {
	content: "\eaa6"
}

.icofont-scroll-double-left:before {
	content: "\eaa7"
}

.icofont-scroll-double-right:before {
	content: "\eaa8"
}

.icofont-scroll-double-up:before {
	content: "\eaa9"
}

.icofont-scroll-down:before {
	content: "\eaaa"
}

.icofont-scroll-left:before {
	content: "\eaab"
}

.icofont-scroll-long-down:before {
	content: "\eaac"
}

.icofont-scroll-long-left:before {
	content: "\eaad"
}

.icofont-scroll-long-right:before {
	content: "\eaae"
}

.icofont-scroll-long-up:before {
	content: "\eaaf"
}

.icofont-scroll-right:before {
	content: "\eab0"
}

.icofont-scroll-up:before {
	content: "\eab1"
}

.icofont-simple-down:before {
	content: "\eab2"
}

.icofont-simple-left-down:before {
	content: "\eab3"
}

.icofont-simple-left-up:before {
	content: "\eab4"
}

.icofont-simple-left:before {
	content: "\eab5"
}

.icofont-simple-right-down:before {
	content: "\eab6"
}

.icofont-simple-right-up:before {
	content: "\eab7"
}

.icofont-simple-right:before {
	content: "\eab8"
}

.icofont-simple-up:before {
	content: "\eab9"
}

.icofont-square-down:before {
	content: "\eaba"
}

.icofont-square-left:before {
	content: "\eabb"
}

.icofont-square-right:before {
	content: "\eabc"
}

.icofont-square-up:before {
	content: "\eabd"
}

.icofont-stylish-down:before {
	content: "\eabe"
}

.icofont-stylish-left:before {
	content: "\eabf"
}

.icofont-stylish-right:before {
	content: "\eac0"
}

.icofont-stylish-up:before {
	content: "\eac1"
}

.icofont-swoosh-down:before {
	content: "\eac2"
}

.icofont-swoosh-left:before {
	content: "\eac3"
}

.icofont-swoosh-right:before {
	content: "\eac4"
}

.icofont-swoosh-up:before {
	content: "\eac5"
}

.icofont-thin-double-left:before {
	content: "\eac6"
}

.icofont-thin-double-right:before {
	content: "\eac7"
}

.icofont-thin-down:before {
	content: "\eac8"
}

.icofont-thin-left:before {
	content: "\eac9"
}

.icofont-thin-right:before {
	content: "\eaca"
}

.icofont-thin-up:before {
	content: "\eacb"
}

.icofont-abc:before {
	content: "\eacc"
}

.icofont-atom:before {
	content: "\eacd"
}

.icofont-award:before {
	content: "\eace"
}

.icofont-bell-alt:before {
	content: "\eacf"
}

.icofont-black-board:before {
	content: "\ead0"
}

.icofont-book-alt:before {
	content: "\ead1"
}

.icofont-book:before {
	content: "\ead2"
}

.icofont-brainstorming:before {
	content: "\ead3"
}

.icofont-certificate-alt-1:before {
	content: "\ead4"
}

.icofont-certificate-alt-2:before {
	content: "\ead5"
}

.icofont-certificate:before {
	content: "\ead6"
}

.icofont-education:before {
	content: "\ead7"
}

.icofont-electron:before {
	content: "\ead8"
}

.icofont-fountain-pen:before {
	content: "\ead9"
}

.icofont-globe-alt:before {
	content: "\eada"
}

.icofont-graduate-alt:before {
	content: "\eadb"
}

.icofont-graduate:before {
	content: "\eadc"
}

.icofont-group-students:before {
	content: "\eadd"
}

.icofont-hat-alt:before {
	content: "\eade"
}

.icofont-hat:before {
	content: "\eadf"
}

.icofont-instrument:before {
	content: "\eae0"
}

.icofont-lamp-light:before {
	content: "\eae1"
}

.icofont-medal:before {
	content: "\eae2"
}

.icofont-microscope-alt:before {
	content: "\eae3"
}

.icofont-microscope:before {
	content: "\eae4"
}

.icofont-paper:before {
	content: "\eae5"
}

.icofont-pen-alt-4:before {
	content: "\eae6"
}

.icofont-pen-nib:before {
	content: "\eae7"
}

.icofont-pencil-alt-5:before {
	content: "\eae8"
}

.icofont-quill-pen:before {
	content: "\eae9"
}

.icofont-read-book-alt:before {
	content: "\eaea"
}

.icofont-read-book:before {
	content: "\eaeb"
}

.icofont-school-bag:before {
	content: "\eaec"
}

.icofont-school-bus:before {
	content: "\eaed"
}

.icofont-student-alt:before {
	content: "\eaee"
}

.icofont-student:before {
	content: "\eaef"
}

.icofont-teacher:before {
	content: "\eaf0"
}

.icofont-test-bulb:before {
	content: "\eaf1"
}

.icofont-test-tube-alt:before {
	content: "\eaf2"
}

.icofont-university:before {
	content: "\eaf3"
}

.icofont-angry:before {
	content: "\eaf4"
}

.icofont-astonished:before {
	content: "\eaf5"
}

.icofont-confounded:before {
	content: "\eaf6"
}

.icofont-confused:before {
	content: "\eaf7"
}

.icofont-crying:before {
	content: "\eaf8"
}

.icofont-dizzy:before {
	content: "\eaf9"
}

.icofont-expressionless:before {
	content: "\eafa"
}

.icofont-heart-eyes:before {
	content: "\eafb"
}

.icofont-laughing:before {
	content: "\eafc"
}

.icofont-nerd-smile:before {
	content: "\eafd"
}

.icofont-open-mouth:before {
	content: "\eafe"
}

.icofont-rage:before {
	content: "\eaff"
}

.icofont-rolling-eyes:before {
	content: "\eb00"
}

.icofont-sad:before {
	content: "\eb01"
}

.icofont-simple-smile:before {
	content: "\eb02"
}

.icofont-slightly-smile:before {
	content: "\eb03"
}

.icofont-smirk:before {
	content: "\eb04"
}

.icofont-stuck-out-tongue:before {
	content: "\eb05"
}

.icofont-wink-smile:before {
	content: "\eb06"
}

.icofont-worried:before {
	content: "\eb07"
}

.icofont-file-alt:before {
	content: "\eb08"
}

.icofont-file-audio:before {
	content: "\eb09"
}

.icofont-file-avi-mp4:before {
	content: "\eb0a"
}

.icofont-file-bmp:before {
	content: "\eb0b"
}

.icofont-file-code:before {
	content: "\eb0c"
}

.icofont-file-css:before {
	content: "\eb0d"
}

.icofont-file-document:before {
	content: "\eb0e"
}

.icofont-file-eps:before {
	content: "\eb0f"
}

.icofont-file-excel:before {
	content: "\eb10"
}

.icofont-file-exe:before {
	content: "\eb11"
}

.icofont-file-file:before {
	content: "\eb12"
}

.icofont-file-flv:before {
	content: "\eb13"
}

.icofont-file-gif:before {
	content: "\eb14"
}

.icofont-file-html5:before {
	content: "\eb15"
}

.icofont-file-image:before {
	content: "\eb16"
}

.icofont-file-iso:before {
	content: "\eb17"
}

.icofont-file-java:before {
	content: "\eb18"
}

.icofont-file-javascript:before {
	content: "\eb19"
}

.icofont-file-jpg:before {
	content: "\eb1a"
}

.icofont-file-midi:before {
	content: "\eb1b"
}

.icofont-file-mov:before {
	content: "\eb1c"
}

.icofont-file-mp3:before {
	content: "\eb1d"
}

.icofont-file-pdf:before {
	content: "\eb1e"
}

.icofont-file-php:before {
	content: "\eb1f"
}

.icofont-file-png:before {
	content: "\eb20"
}

.icofont-file-powerpoint:before {
	content: "\eb21"
}

.icofont-file-presentation:before {
	content: "\eb22"
}

.icofont-file-psb:before {
	content: "\eb23"
}

.icofont-file-psd:before {
	content: "\eb24"
}

.icofont-file-python:before {
	content: "\eb25"
}

.icofont-file-ruby:before {
	content: "\eb26"
}

.icofont-file-spreadsheet:before {
	content: "\eb27"
}

.icofont-file-sql:before {
	content: "\eb28"
}

.icofont-file-svg:before {
	content: "\eb29"
}

.icofont-file-text:before {
	content: "\eb2a"
}

.icofont-file-tiff:before {
	content: "\eb2b"
}

.icofont-file-video:before {
	content: "\eb2c"
}

.icofont-file-wave:before {
	content: "\eb2d"
}

.icofont-file-wmv:before {
	content: "\eb2e"
}

.icofont-file-word:before {
	content: "\eb2f"
}

.icofont-file-zip:before {
	content: "\eb30"
}

.icofont-cycling-alt:before {
	content: "\eb31"
}

.icofont-cycling:before {
	content: "\eb32"
}

.icofont-dumbbell:before {
	content: "\eb33"
}

.icofont-dumbbells:before {
	content: "\eb34"
}

.icofont-gym-alt-1:before {
	content: "\eb35"
}

.icofont-gym-alt-2:before {
	content: "\eb36"
}

.icofont-gym-alt-3:before {
	content: "\eb37"
}

.icofont-gym:before {
	content: "\eb38"
}

.icofont-muscle-weight:before {
	content: "\eb39"
}

.icofont-muscle:before {
	content: "\eb3a"
}

.icofont-apple:before {
	content: "\eb3b"
}

.icofont-arabian-coffee:before {
	content: "\eb3c"
}

.icofont-artichoke:before {
	content: "\eb3d"
}

.icofont-asparagus:before {
	content: "\eb3e"
}

.icofont-avocado:before {
	content: "\eb3f"
}

.icofont-baby-food:before {
	content: "\eb40"
}

.icofont-banana:before {
	content: "\eb41"
}

.icofont-bbq:before {
	content: "\eb42"
}

.icofont-beans:before {
	content: "\eb43"
}

.icofont-beer:before {
	content: "\eb44"
}

.icofont-bell-pepper-capsicum:before {
	content: "\eb45"
}

.icofont-birthday-cake:before {
	content: "\eb46"
}

.icofont-bread:before {
	content: "\eb47"
}

.icofont-broccoli:before {
	content: "\eb48"
}

.icofont-burger:before {
	content: "\eb49"
}

.icofont-cabbage:before {
	content: "\eb4a"
}

.icofont-carrot:before {
	content: "\eb4b"
}

.icofont-cauli-flower:before {
	content: "\eb4c"
}

.icofont-cheese:before {
	content: "\eb4d"
}

.icofont-chef:before {
	content: "\eb4e"
}

.icofont-cherry:before {
	content: "\eb4f"
}

.icofont-chicken-fry:before {
	content: "\eb50"
}

.icofont-chicken:before {
	content: "\eb51"
}

.icofont-cocktail:before {
	content: "\eb52"
}

.icofont-coconut-water:before {
	content: "\eb53"
}

.icofont-coconut:before {
	content: "\eb54"
}

.icofont-coffee-alt:before {
	content: "\eb55"
}

.icofont-coffee-cup:before {
	content: "\eb56"
}

.icofont-coffee-mug:before {
	content: "\eb57"
}

.icofont-coffee-pot:before {
	content: "\eb58"
}

.icofont-cola:before {
	content: "\eb59"
}

.icofont-corn:before {
	content: "\eb5a"
}

.icofont-croissant:before {
	content: "\eb5b"
}

.icofont-crop-plant:before {
	content: "\eb5c"
}

.icofont-cucumber:before {
	content: "\eb5d"
}

.icofont-culinary:before {
	content: "\eb5e"
}

.icofont-cup-cake:before {
	content: "\eb5f"
}

.icofont-dining-table:before {
	content: "\eb60"
}

.icofont-donut:before {
	content: "\eb61"
}

.icofont-egg-plant:before {
	content: "\eb62"
}

.icofont-egg-poached:before {
	content: "\eb63"
}

.icofont-farmer-alt:before {
	content: "\eb64"
}

.icofont-farmer:before {
	content: "\eb65"
}

.icofont-fast-food:before {
	content: "\eb66"
}

.icofont-food-basket:before {
	content: "\eb67"
}

.icofont-food-cart:before {
	content: "\eb68"
}

.icofont-fork-and-knife:before {
	content: "\eb69"
}

.icofont-french-fries:before {
	content: "\eb6a"
}

.icofont-fruits:before {
	content: "\eb6b"
}

.icofont-grapes:before {
	content: "\eb6c"
}

.icofont-honey:before {
	content: "\eb6d"
}

.icofont-hot-dog:before {
	content: "\eb6e"
}

.icofont-ice-cream-alt:before {
	content: "\eb6f"
}

.icofont-ice-cream:before {
	content: "\eb70"
}

.icofont-juice:before {
	content: "\eb71"
}

.icofont-ketchup:before {
	content: "\eb72"
}

.icofont-kiwi:before {
	content: "\eb73"
}

.icofont-layered-cake:before {
	content: "\eb74"
}

.icofont-lemon-alt:before {
	content: "\eb75"
}

.icofont-lemon:before {
	content: "\eb76"
}

.icofont-lobster:before {
	content: "\eb77"
}

.icofont-mango:before {
	content: "\eb78"
}

.icofont-milk:before {
	content: "\eb79"
}

.icofont-mushroom:before {
	content: "\eb7a"
}

.icofont-noodles:before {
	content: "\eb7b"
}

.icofont-onion:before {
	content: "\eb7c"
}

.icofont-orange:before {
	content: "\eb7d"
}

.icofont-pear:before {
	content: "\eb7e"
}

.icofont-peas:before {
	content: "\eb7f"
}

.icofont-pepper:before {
	content: "\eb80"
}

.icofont-pie-alt:before {
	content: "\eb81"
}

.icofont-pie:before {
	content: "\eb82"
}

.icofont-pineapple:before {
	content: "\eb83"
}

.icofont-pizza-slice:before {
	content: "\eb84"
}

.icofont-pizza:before {
	content: "\eb85"
}

.icofont-plant:before {
	content: "\eb86"
}

.icofont-popcorn:before {
	content: "\eb87"
}

.icofont-potato:before {
	content: "\eb88"
}

.icofont-pumpkin:before {
	content: "\eb89"
}

.icofont-raddish:before {
	content: "\eb8a"
}

.icofont-restaurant-menu:before {
	content: "\eb8b"
}

.icofont-restaurant:before {
	content: "\eb8c"
}

.icofont-salt-and-pepper:before {
	content: "\eb8d"
}

.icofont-sandwich:before {
	content: "\eb8e"
}

.icofont-sausage:before {
	content: "\eb8f"
}

.icofont-soft-drinks:before {
	content: "\eb90"
}

.icofont-soup-bowl:before {
	content: "\eb91"
}

.icofont-spoon-and-fork:before {
	content: "\eb92"
}

.icofont-steak:before {
	content: "\eb93"
}

.icofont-strawberry:before {
	content: "\eb94"
}

.icofont-sub-sandwich:before {
	content: "\eb95"
}

.icofont-sushi:before {
	content: "\eb96"
}

.icofont-taco:before {
	content: "\eb97"
}

.icofont-tea-pot:before {
	content: "\eb98"
}

.icofont-tea:before {
	content: "\eb99"
}

.icofont-tomato:before {
	content: "\eb9a"
}

.icofont-watermelon:before {
	content: "\eb9b"
}

.icofont-wheat:before {
	content: "\eb9c"
}

.icofont-baby-backpack:before {
	content: "\eb9d"
}

.icofont-baby-cloth:before {
	content: "\eb9e"
}

.icofont-baby-milk-bottle:before {
	content: "\eb9f"
}

.icofont-baby-trolley:before {
	content: "\eba0"
}

.icofont-baby:before {
	content: "\eba1"
}

.icofont-candy:before {
	content: "\eba2"
}

.icofont-holding-hands:before {
	content: "\eba3"
}

.icofont-infant-nipple:before {
	content: "\eba4"
}

.icofont-kids-scooter:before {
	content: "\eba5"
}

.icofont-safety-pin:before {
	content: "\eba6"
}

.icofont-teddy-bear:before {
	content: "\eba7"
}

.icofont-toy-ball:before {
	content: "\eba8"
}

.icofont-toy-cat:before {
	content: "\eba9"
}

.icofont-toy-duck:before {
	content: "\ebaa"
}

.icofont-toy-elephant:before {
	content: "\ebab"
}

.icofont-toy-hand:before {
	content: "\ebac"
}

.icofont-toy-horse:before {
	content: "\ebad"
}

.icofont-toy-lattu:before {
	content: "\ebae"
}

.icofont-toy-train:before {
	content: "\ebaf"
}

.icofont-burglar:before {
	content: "\ebb0"
}

.icofont-cannon-firing:before {
	content: "\ebb1"
}

.icofont-cc-camera:before {
	content: "\ebb2"
}

.icofont-cop-badge:before {
	content: "\ebb3"
}

.icofont-cop:before {
	content: "\ebb4"
}

.icofont-court-hammer:before {
	content: "\ebb5"
}

.icofont-court:before {
	content: "\ebb6"
}

.icofont-finger-print:before {
	content: "\ebb7"
}

.icofont-gavel:before {
	content: "\ebb8"
}

.icofont-handcuff-alt:before {
	content: "\ebb9"
}

.icofont-handcuff:before {
	content: "\ebba"
}

.icofont-investigation:before {
	content: "\ebbb"
}

.icofont-investigator:before {
	content: "\ebbc"
}

.icofont-jail:before {
	content: "\ebbd"
}

.icofont-judge:before {
	content: "\ebbe"
}

.icofont-law-alt-1:before {
	content: "\ebbf"
}

.icofont-law-alt-2:before {
	content: "\ebc0"
}

.icofont-law-alt-3:before {
	content: "\ebc1"
}

.icofont-law-book:before {
	content: "\ebc2"
}

.icofont-law-document:before {
	content: "\ebc3"
}

.icofont-law-order:before {
	content: "\ebc4"
}

.icofont-law-protect:before {
	content: "\ebc5"
}

.icofont-law-scales:before {
	content: "\ebc6"
}

.icofont-law:before {
	content: "\ebc7"
}

.icofont-lawyer-alt-1:before {
	content: "\ebc8"
}

.icofont-lawyer-alt-2:before {
	content: "\ebc9"
}

.icofont-lawyer:before {
	content: "\ebca"
}

.icofont-legal:before {
	content: "\ebcb"
}

.icofont-pistol:before {
	content: "\ebcc"
}

.icofont-police-badge:before {
	content: "\ebcd"
}

.icofont-police-cap:before {
	content: "\ebce"
}

.icofont-police-car-alt-1:before {
	content: "\ebcf"
}

.icofont-police-car-alt-2:before {
	content: "\ebd0"
}

.icofont-police-car:before {
	content: "\ebd1"
}

.icofont-police-hat:before {
	content: "\ebd2"
}

.icofont-police-van:before {
	content: "\ebd3"
}

.icofont-police:before {
	content: "\ebd4"
}

.icofont-thief-alt:before {
	content: "\ebd5"
}

.icofont-thief:before {
	content: "\ebd6"
}

.icofont-abacus-alt:before {
	content: "\ebd7"
}

.icofont-abacus:before {
	content: "\ebd8"
}

.icofont-angle-180:before {
	content: "\ebd9"
}

.icofont-angle-45:before {
	content: "\ebda"
}

.icofont-angle-90:before {
	content: "\ebdb"
}

.icofont-angle:before {
	content: "\ebdc"
}

.icofont-calculator-alt-1:before {
	content: "\ebdd"
}

.icofont-calculator-alt-2:before {
	content: "\ebde"
}

.icofont-calculator:before {
	content: "\ebdf"
}

.icofont-circle-ruler-alt:before {
	content: "\ebe0"
}

.icofont-circle-ruler:before {
	content: "\ebe1"
}

.icofont-compass-alt-1:before {
	content: "\ebe2"
}

.icofont-compass-alt-2:before {
	content: "\ebe3"
}

.icofont-compass-alt-3:before {
	content: "\ebe4"
}

.icofont-compass-alt-4:before {
	content: "\ebe5"
}

.icofont-golden-ratio:before {
	content: "\ebe6"
}

.icofont-marker-alt-1:before {
	content: "\ebe7"
}

.icofont-marker-alt-2:before {
	content: "\ebe8"
}

.icofont-marker-alt-3:before {
	content: "\ebe9"
}

.icofont-marker:before {
	content: "\ebea"
}

.icofont-math:before {
	content: "\ebeb"
}

.icofont-mathematical-alt-1:before {
	content: "\ebec"
}

.icofont-mathematical-alt-2:before {
	content: "\ebed"
}

.icofont-mathematical:before {
	content: "\ebee"
}

.icofont-pen-alt-1:before {
	content: "\ebef"
}

.icofont-pen-alt-2:before {
	content: "\ebf0"
}

.icofont-pen-alt-3:before {
	content: "\ebf1"
}

.icofont-pen-holder-alt-1:before {
	content: "\ebf2"
}

.icofont-pen-holder:before {
	content: "\ebf3"
}

.icofont-pen:before {
	content: "\ebf4"
}

.icofont-pencil-alt-1:before {
	content: "\ebf5"
}

.icofont-pencil-alt-2:before {
	content: "\ebf6"
}

.icofont-pencil-alt-3:before {
	content: "\ebf7"
}

.icofont-pencil-alt-4:before {
	content: "\ebf8"
}

.icofont-pencil:before {
	content: "\ebf9"
}

.icofont-ruler-alt-1:before {
	content: "\ebfa"
}

.icofont-ruler-alt-2:before {
	content: "\ebfb"
}

.icofont-ruler-compass-alt:before {
	content: "\ebfc"
}

.icofont-ruler-compass:before {
	content: "\ebfd"
}

.icofont-ruler-pencil-alt-1:before {
	content: "\ebfe"
}

.icofont-ruler-pencil-alt-2:before {
	content: "\ebff"
}

.icofont-ruler-pencil:before {
	content: "\ec00"
}

.icofont-ruler:before {
	content: "\ec01"
}

.icofont-rulers-alt:before {
	content: "\ec02"
}

.icofont-rulers:before {
	content: "\ec03"
}

.icofont-square-root:before {
	content: "\ec04"
}

.icofont-ui-calculator:before {
	content: "\ec05"
}

.icofont-aids:before {
	content: "\ec06"
}

.icofont-ambulance-crescent:before {
	content: "\ec07"
}

.icofont-ambulance-cross:before {
	content: "\ec08"
}

.icofont-ambulance:before {
	content: "\ec09"
}

.icofont-autism:before {
	content: "\ec0a"
}

.icofont-bandage:before {
	content: "\ec0b"
}

.icofont-blind:before {
	content: "\ec0c"
}

.icofont-blood-drop:before {
	content: "\ec0d"
}

.icofont-blood-test:before {
	content: "\ec0e"
}

.icofont-blood:before {
	content: "\ec0f"
}

.icofont-brain-alt:before {
	content: "\ec10"
}

.icofont-brain:before {
	content: "\ec11"
}

.icofont-capsule:before {
	content: "\ec12"
}

.icofont-crutch:before {
	content: "\ec13"
}

.icofont-disabled:before {
	content: "\ec14"
}

.icofont-dna-alt-1:before {
	content: "\ec15"
}

.icofont-dna-alt-2:before {
	content: "\ec16"
}

.icofont-dna:before {
	content: "\ec17"
}

.icofont-doctor-alt:before {
	content: "\ec18"
}

.icofont-doctor:before {
	content: "\ec19"
}

.icofont-drug-pack:before {
	content: "\ec1a"
}

.icofont-drug:before {
	content: "\ec1b"
}

.icofont-first-aid-alt:before {
	content: "\ec1c"
}

.icofont-first-aid:before {
	content: "\ec1d"
}

.icofont-heart-beat-alt:before {
	content: "\ec1e"
}

.icofont-heart-beat:before {
	content: "\ec1f"
}

.icofont-heartbeat:before {
	content: "\ec20"
}

.icofont-herbal:before {
	content: "\ec21"
}

.icofont-hospital:before {
	content: "\ec22"
}

.icofont-icu:before {
	content: "\ec23"
}

.icofont-injection-syringe:before {
	content: "\ec24"
}

.icofont-laboratory:before {
	content: "\ec25"
}

.icofont-medical-sign-alt:before {
	content: "\ec26"
}

.icofont-medical-sign:before {
	content: "\ec27"
}

.icofont-nurse-alt:before {
	content: "\ec28"
}

.icofont-nurse:before {
	content: "\ec29"
}

.icofont-nursing-home:before {
	content: "\ec2a"
}

.icofont-operation-theater:before {
	content: "\ec2b"
}

.icofont-paralysis-disability:before {
	content: "\ec2c"
}

.icofont-patient-bed:before {
	content: "\ec2d"
}

.icofont-patient-file:before {
	content: "\ec2e"
}

.icofont-pills:before {
	content: "\ec2f"
}

.icofont-prescription:before {
	content: "\ec30"
}

.icofont-pulse:before {
	content: "\ec31"
}

.icofont-stethoscope-alt:before {
	content: "\ec32"
}

.icofont-stethoscope:before {
	content: "\ec33"
}

.icofont-stretcher:before {
	content: "\ec34"
}

.icofont-surgeon-alt:before {
	content: "\ec35"
}

.icofont-surgeon:before {
	content: "\ec36"
}

.icofont-tablets:before {
	content: "\ec37"
}

.icofont-test-bottle:before {
	content: "\ec38"
}

.icofont-test-tube:before {
	content: "\ec39"
}

.icofont-thermometer-alt:before {
	content: "\ec3a"
}

.icofont-thermometer:before {
	content: "\ec3b"
}

.icofont-tooth:before {
	content: "\ec3c"
}

.icofont-xray:before {
	content: "\ec3d"
}

.icofont-ui-add:before {
	content: "\ec3e"
}

.icofont-ui-alarm:before {
	content: "\ec3f"
}

.icofont-ui-battery:before {
	content: "\ec40"
}

.icofont-ui-block:before {
	content: "\ec41"
}

.icofont-ui-bluetooth:before {
	content: "\ec42"
}

.icofont-ui-brightness:before {
	content: "\ec43"
}

.icofont-ui-browser:before {
	content: "\ec44"
}

.icofont-ui-calendar:before {
	content: "\ec45"
}

.icofont-ui-call:before {
	content: "\ec46"
}

.icofont-ui-camera:before {
	content: "\ec47"
}

.icofont-ui-cart:before {
	content: "\ec48"
}

.icofont-ui-cell-phone:before {
	content: "\ec49"
}

.icofont-ui-chat:before {
	content: "\ec4a"
}

.icofont-ui-check:before {
	content: "\ec4b"
}

.icofont-ui-clip-board:before {
	content: "\ec4c"
}

.icofont-ui-clip:before {
	content: "\ec4d"
}

.icofont-ui-clock:before {
	content: "\ec4e"
}

.icofont-ui-close:before {
	content: "\ec4f"
}

.icofont-ui-contact-list:before {
	content: "\ec50"
}

.icofont-ui-copy:before {
	content: "\ec51"
}

.icofont-ui-cut:before {
	content: "\ec52"
}

.icofont-ui-delete:before {
	content: "\ec53"
}

.icofont-ui-dial-phone:before {
	content: "\ec54"
}

.icofont-ui-edit:before {
	content: "\ec55"
}

.icofont-ui-email:before {
	content: "\ec56"
}

.icofont-ui-file:before {
	content: "\ec57"
}

.icofont-ui-fire-wall:before {
	content: "\ec58"
}

.icofont-ui-flash-light:before {
	content: "\ec59"
}

.icofont-ui-flight:before {
	content: "\ec5a"
}

.icofont-ui-folder:before {
	content: "\ec5b"
}

.icofont-ui-game:before {
	content: "\ec5c"
}

.icofont-ui-handicapped:before {
	content: "\ec5d"
}

.icofont-ui-home:before {
	content: "\ec5e"
}

.icofont-ui-image:before {
	content: "\ec5f"
}

.icofont-ui-laoding:before {
	content: "\ec60"
}

.icofont-ui-lock:before {
	content: "\ec61"
}

.icofont-ui-love-add:before {
	content: "\ec62"
}

.icofont-ui-love-broken:before {
	content: "\ec63"
}

.icofont-ui-love-remove:before {
	content: "\ec64"
}

.icofont-ui-love:before {
	content: "\ec65"
}

.icofont-ui-map:before {
	content: "\ec66"
}

.icofont-ui-message:before {
	content: "\ec67"
}

.icofont-ui-messaging:before {
	content: "\ec68"
}

.icofont-ui-movie:before {
	content: "\ec69"
}

.icofont-ui-music-player:before {
	content: "\ec6a"
}

.icofont-ui-music:before {
	content: "\ec6b"
}

.icofont-ui-mute:before {
	content: "\ec6c"
}

.icofont-ui-network:before {
	content: "\ec6d"
}

.icofont-ui-next:before {
	content: "\ec6e"
}

.icofont-ui-note:before {
	content: "\ec6f"
}

.icofont-ui-office:before {
	content: "\ec70"
}

.icofont-ui-password:before {
	content: "\ec71"
}

.icofont-ui-pause:before {
	content: "\ec72"
}

.icofont-ui-play-stop:before {
	content: "\ec73"
}

.icofont-ui-play:before {
	content: "\ec74"
}

.icofont-ui-pointer:before {
	content: "\ec75"
}

.icofont-ui-power:before {
	content: "\ec76"
}

.icofont-ui-press:before {
	content: "\ec77"
}

.icofont-ui-previous:before {
	content: "\ec78"
}

.icofont-ui-rate-add:before {
	content: "\ec79"
}

.icofont-ui-rate-blank:before {
	content: "\ec7a"
}

.icofont-ui-rate-remove:before {
	content: "\ec7b"
}

.icofont-ui-rating:before {
	content: "\ec7c"
}

.icofont-ui-record:before {
	content: "\ec7d"
}

.icofont-ui-remove:before {
	content: "\ec7e"
}

.icofont-ui-reply:before {
	content: "\ec7f"
}

.icofont-ui-rotation:before {
	content: "\ec80"
}

.icofont-ui-rss:before {
	content: "\ec81"
}

.icofont-ui-search:before {
	content: "\ec82"
}

.icofont-ui-settings:before {
	content: "\ec83"
}

.icofont-ui-social-link:before {
	content: "\ec84"
}

.icofont-ui-tag:before {
	content: "\ec85"
}

.icofont-ui-text-chat:before {
	content: "\ec86"
}

.icofont-ui-text-loading:before {
	content: "\ec87"
}

.icofont-ui-theme:before {
	content: "\ec88"
}

.icofont-ui-timer:before {
	content: "\ec89"
}

.icofont-ui-touch-phone:before {
	content: "\ec8a"
}

.icofont-ui-travel:before {
	content: "\ec8b"
}

.icofont-ui-unlock:before {
	content: "\ec8c"
}

.icofont-ui-user-group:before {
	content: "\ec8d"
}

.icofont-ui-user:before {
	content: "\ec8e"
}

.icofont-ui-v-card:before {
	content: "\ec8f"
}

.icofont-ui-video-chat:before {
	content: "\ec90"
}

.icofont-ui-video-message:before {
	content: "\ec91"
}

.icofont-ui-video-play:before {
	content: "\ec92"
}

.icofont-ui-video:before {
	content: "\ec93"
}

.icofont-ui-volume:before {
	content: "\ec94"
}

.icofont-ui-weather:before {
	content: "\ec95"
}

.icofont-ui-wifi:before {
	content: "\ec96"
}

.icofont-ui-zoom-in:before {
	content: "\ec97"
}

.icofont-ui-zoom-out:before {
	content: "\ec98"
}

.icofont-cassette-player:before {
	content: "\ec99"
}

.icofont-cassette:before {
	content: "\ec9a"
}

.icofont-forward:before {
	content: "\ec9b"
}

.icofont-guiter:before {
	content: "\ec9c"
}

.icofont-movie:before {
	content: "\ec9d"
}

.icofont-multimedia:before {
	content: "\ec9e"
}

.icofont-music-alt:before {
	content: "\ec9f"
}

.icofont-music-disk:before {
	content: "\eca0"
}

.icofont-music-note:before {
	content: "\eca1"
}

.icofont-music-notes:before {
	content: "\eca2"
}

.icofont-music:before {
	content: "\eca3"
}

.icofont-mute-volume:before {
	content: "\eca4"
}

.icofont-pause:before {
	content: "\eca5"
}

.icofont-play-alt-1:before {
	content: "\eca6"
}

.icofont-play-alt-2:before {
	content: "\eca7"
}

.icofont-play-alt-3:before {
	content: "\eca8"
}

.icofont-play-pause:before {
	content: "\eca9"
}

.icofont-play:before {
	content: "\ecaa"
}

.icofont-record:before {
	content: "\ecab"
}

.icofont-retro-music-disk:before {
	content: "\ecac"
}

.icofont-rewind:before {
	content: "\ecad"
}

.icofont-song-notes:before {
	content: "\ecae"
}

.icofont-sound-wave-alt:before {
	content: "\ecaf"
}

.icofont-sound-wave:before {
	content: "\ecb0"
}

.icofont-stop:before {
	content: "\ecb1"
}

.icofont-video-alt:before {
	content: "\ecb2"
}

.icofont-video-cam:before {
	content: "\ecb3"
}

.icofont-video-clapper:before {
	content: "\ecb4"
}

.icofont-video:before {
	content: "\ecb5"
}

.icofont-volume-bar:before {
	content: "\ecb6"
}

.icofont-volume-down:before {
	content: "\ecb7"
}

.icofont-volume-mute:before {
	content: "\ecb8"
}

.icofont-volume-off:before {
	content: "\ecb9"
}

.icofont-volume-up:before {
	content: "\ecba"
}

.icofont-youtube-play:before {
	content: "\ecbb"
}

.icofont-2checkout-alt:before {
	content: "\ecbc"
}

.icofont-2checkout:before {
	content: "\ecbd"
}

.icofont-amazon-alt:before {
	content: "\ecbe"
}

.icofont-amazon:before {
	content: "\ecbf"
}

.icofont-american-express-alt:before {
	content: "\ecc0"
}

.icofont-american-express:before {
	content: "\ecc1"
}

.icofont-apple-pay-alt:before {
	content: "\ecc2"
}

.icofont-apple-pay:before {
	content: "\ecc3"
}

.icofont-bank-transfer-alt:before {
	content: "\ecc4"
}

.icofont-bank-transfer:before {
	content: "\ecc5"
}

.icofont-braintree-alt:before {
	content: "\ecc6"
}

.icofont-braintree:before {
	content: "\ecc7"
}

.icofont-cash-on-delivery-alt:before {
	content: "\ecc8"
}

.icofont-cash-on-delivery:before {
	content: "\ecc9"
}

.icofont-diners-club-alt-1:before {
	content: "\ecca"
}

.icofont-diners-club-alt-2:before {
	content: "\eccb"
}

.icofont-diners-club-alt-3:before {
	content: "\eccc"
}

.icofont-diners-club:before {
	content: "\eccd"
}

.icofont-discover-alt:before {
	content: "\ecce"
}

.icofont-discover:before {
	content: "\eccf"
}

.icofont-eway-alt:before {
	content: "\ecd0"
}

.icofont-eway:before {
	content: "\ecd1"
}

.icofont-google-wallet-alt-1:before {
	content: "\ecd2"
}

.icofont-google-wallet-alt-2:before {
	content: "\ecd3"
}

.icofont-google-wallet-alt-3:before {
	content: "\ecd4"
}

.icofont-google-wallet:before {
	content: "\ecd5"
}

.icofont-jcb-alt:before {
	content: "\ecd6"
}

.icofont-jcb:before {
	content: "\ecd7"
}

.icofont-maestro-alt:before {
	content: "\ecd8"
}

.icofont-maestro:before {
	content: "\ecd9"
}

.icofont-mastercard-alt:before {
	content: "\ecda"
}

.icofont-mastercard:before {
	content: "\ecdb"
}

.icofont-payoneer-alt:before {
	content: "\ecdc"
}

.icofont-payoneer:before {
	content: "\ecdd"
}

.icofont-paypal-alt:before {
	content: "\ecde"
}

.icofont-paypal:before {
	content: "\ecdf"
}

.icofont-sage-alt:before {
	content: "\ece0"
}

.icofont-sage:before {
	content: "\ece1"
}

.icofont-skrill-alt:before {
	content: "\ece2"
}

.icofont-skrill:before {
	content: "\ece3"
}

.icofont-stripe-alt:before {
	content: "\ece4"
}

.icofont-stripe:before {
	content: "\ece5"
}

.icofont-visa-alt:before {
	content: "\ece6"
}

.icofont-visa-electron:before {
	content: "\ece7"
}

.icofont-visa:before {
	content: "\ece8"
}

.icofont-western-union-alt:before {
	content: "\ece9"
}

.icofont-western-union:before {
	content: "\ecea"
}

.icofont-boy:before {
	content: "\eceb"
}

.icofont-business-man-alt-1:before {
	content: "\ecec"
}

.icofont-business-man-alt-2:before {
	content: "\eced"
}

.icofont-business-man-alt-3:before {
	content: "\ecee"
}

.icofont-business-man:before {
	content: "\ecef"
}

.icofont-female:before {
	content: "\ecf0"
}

.icofont-funky-man:before {
	content: "\ecf1"
}

.icofont-girl-alt:before {
	content: "\ecf2"
}

.icofont-girl:before {
	content: "\ecf3"
}

.icofont-group:before {
	content: "\ecf4"
}

.icofont-hotel-boy-alt:before {
	content: "\ecf5"
}

.icofont-hotel-boy:before {
	content: "\ecf6"
}

.icofont-kid:before {
	content: "\ecf7"
}

.icofont-man-in-glasses:before {
	content: "\ecf8"
}

.icofont-people:before {
	content: "\ecf9"
}

.icofont-support:before {
	content: "\ecfa"
}

.icofont-user-alt-1:before {
	content: "\ecfb"
}

.icofont-user-alt-2:before {
	content: "\ecfc"
}

.icofont-user-alt-3:before {
	content: "\ecfd"
}

.icofont-user-alt-4:before {
	content: "\ecfe"
}

.icofont-user-alt-5:before {
	content: "\ecff"
}

.icofont-user-alt-6:before {
	content: "\ed00"
}

.icofont-user-alt-7:before {
	content: "\ed01"
}

.icofont-user-female:before {
	content: "\ed02"
}

.icofont-user-male:before {
	content: "\ed03"
}

.icofont-user-suited:before {
	content: "\ed04"
}

.icofont-user:before {
	content: "\ed05"
}

.icofont-users-alt-1:before {
	content: "\ed06"
}

.icofont-users-alt-2:before {
	content: "\ed07"
}

.icofont-users-alt-3:before {
	content: "\ed08"
}

.icofont-users-alt-4:before {
	content: "\ed09"
}

.icofont-users-alt-5:before {
	content: "\ed0a"
}

.icofont-users-alt-6:before {
	content: "\ed0b"
}

.icofont-users-social:before {
	content: "\ed0c"
}

.icofont-users:before {
	content: "\ed0d"
}

.icofont-waiter-alt:before {
	content: "\ed0e"
}

.icofont-waiter:before {
	content: "\ed0f"
}

.icofont-woman-in-glasses:before {
	content: "\ed10"
}

.icofont-search-1:before {
	content: "\ed11"
}

.icofont-search-2:before {
	content: "\ed12"
}

.icofont-search-document:before {
	content: "\ed13"
}

.icofont-search-folder:before {
	content: "\ed14"
}

.icofont-search-job:before {
	content: "\ed15"
}

.icofont-search-map:before {
	content: "\ed16"
}

.icofont-search-property:before {
	content: "\ed17"
}

.icofont-search-restaurant:before {
	content: "\ed18"
}

.icofont-search-stock:before {
	content: "\ed19"
}

.icofont-search-user:before {
	content: "\ed1a"
}

.icofont-search:before {
	content: "\ed1b"
}

.icofont-500px:before {
	content: "\ed1c"
}

.icofont-aim:before {
	content: "\ed1d"
}

.icofont-badoo:before {
	content: "\ed1e"
}

.icofont-baidu-tieba:before {
	content: "\ed1f"
}

.icofont-bbm-messenger:before {
	content: "\ed20"
}

.icofont-bebo:before {
	content: "\ed21"
}

.icofont-behance:before {
	content: "\ed22"
}

.icofont-blogger:before {
	content: "\ed23"
}

.icofont-bootstrap:before {
	content: "\ed24"
}

.icofont-brightkite:before {
	content: "\ed25"
}

.icofont-cloudapp:before {
	content: "\ed26"
}

.icofont-concrete5:before {
	content: "\ed27"
}

.icofont-delicious:before {
	content: "\ed28"
}

.icofont-designbump:before {
	content: "\ed29"
}

.icofont-designfloat:before {
	content: "\ed2a"
}

.icofont-deviantart:before {
	content: "\ed2b"
}

.icofont-digg:before {
	content: "\ed2c"
}

.icofont-dotcms:before {
	content: "\ed2d"
}

.icofont-dribbble:before {
	content: "\ed2e"
}

.icofont-dribble:before {
	content: "\ed2f"
}

.icofont-dropbox:before {
	content: "\ed30"
}

.icofont-ebuddy:before {
	content: "\ed31"
}

.icofont-ello:before {
	content: "\ed32"
}

.icofont-ember:before {
	content: "\ed33"
}

.icofont-envato:before {
	content: "\ed34"
}

.icofont-evernote:before {
	content: "\ed35"
}

.icofont-facebook-messenger:before {
	content: "\ed36"
}

.icofont-facebook:before {
	content: "\ed37"
}

.icofont-feedburner:before {
	content: "\ed38"
}

.icofont-flikr:before {
	content: "\ed39"
}

.icofont-folkd:before {
	content: "\ed3a"
}

.icofont-foursquare:before {
	content: "\ed3b"
}

.icofont-friendfeed:before {
	content: "\ed3c"
}

.icofont-ghost:before {
	content: "\ed3d"
}

.icofont-github:before {
	content: "\ed3e"
}

.icofont-gnome:before {
	content: "\ed3f"
}

.icofont-google-buzz:before {
	content: "\ed40"
}

.icofont-google-hangouts:before {
	content: "\ed41"
}

.icofont-google-map:before {
	content: "\ed42"
}

.icofont-google-plus:before {
	content: "\ed43"
}

.icofont-google-talk:before {
	content: "\ed44"
}

.icofont-hype-machine:before {
	content: "\ed45"
}

.icofont-instagram:before {
	content: "\ed46"
}

.icofont-kakaotalk:before {
	content: "\ed47"
}

.icofont-kickstarter:before {
	content: "\ed48"
}

.icofont-kik:before {
	content: "\ed49"
}

.icofont-kiwibox:before {
	content: "\ed4a"
}

.icofont-line-messenger:before {
	content: "\ed4b"
}

.icofont-line:before {
	content: "\ed4c"
}

.icofont-linkedin:before {
	content: "\ed4d"
}

.icofont-linux-mint:before {
	content: "\ed4e"
}

.icofont-live-messenger:before {
	content: "\ed4f"
}

.icofont-livejournal:before {
	content: "\ed50"
}

.icofont-magento:before {
	content: "\ed51"
}

.icofont-meetme:before {
	content: "\ed52"
}

.icofont-meetup:before {
	content: "\ed53"
}

.icofont-mixx:before {
	content: "\ed54"
}

.icofont-newsvine:before {
	content: "\ed55"
}

.icofont-nimbuss:before {
	content: "\ed56"
}

.icofont-odnoklassniki:before {
	content: "\ed57"
}

.icofont-opencart:before {
	content: "\ed58"
}

.icofont-oscommerce:before {
	content: "\ed59"
}

.icofont-pandora:before {
	content: "\ed5a"
}

.icofont-photobucket:before {
	content: "\ed5b"
}

.icofont-picasa:before {
	content: "\ed5c"
}

.icofont-pinterest:before {
	content: "\ed5d"
}

.icofont-prestashop:before {
	content: "\ed5e"
}

.icofont-qik:before {
	content: "\ed5f"
}

.icofont-qq:before {
	content: "\ed60"
}

.icofont-readernaut:before {
	content: "\ed61"
}

.icofont-reddit:before {
	content: "\ed62"
}

.icofont-renren:before {
	content: "\ed63"
}

.icofont-rss:before {
	content: "\ed64"
}

.icofont-shopify:before {
	content: "\ed65"
}

.icofont-silverstripe:before {
	content: "\ed66"
}

.icofont-skype:before {
	content: "\ed67"
}

.icofont-slack:before {
	content: "\ed68"
}

.icofont-slashdot:before {
	content: "\ed69"
}

.icofont-slidshare:before {
	content: "\ed6a"
}

.icofont-smugmug:before {
	content: "\ed6b"
}

.icofont-snapchat:before {
	content: "\ed6c"
}

.icofont-soundcloud:before {
	content: "\ed6d"
}

.icofont-spotify:before {
	content: "\ed6e"
}

.icofont-stack-exchange:before {
	content: "\ed6f"
}

.icofont-stack-overflow:before {
	content: "\ed70"
}

.icofont-steam:before {
	content: "\ed71"
}

.icofont-stumbleupon:before {
	content: "\ed72"
}

.icofont-tagged:before {
	content: "\ed73"
}

.icofont-technorati:before {
	content: "\ed74"
}

.icofont-telegram:before {
	content: "\ed75"
}

.icofont-tinder:before {
	content: "\ed76"
}

.icofont-trello:before {
	content: "\ed77"
}

.icofont-tumblr:before {
	content: "\ed78"
}

.icofont-twitch:before {
	content: "\ed79"
}

.icofont-twitter:before {
	content: "\ed7a"
}

.icofont-typo3:before {
	content: "\ed7b"
}

.icofont-ubercart:before {
	content: "\ed7c"
}

.icofont-viber:before {
	content: "\ed7d"
}

.icofont-viddler:before {
	content: "\ed7e"
}

.icofont-vimeo:before {
	content: "\ed7f"
}

.icofont-vine:before {
	content: "\ed80"
}

.icofont-virb:before {
	content: "\ed81"
}

.icofont-virtuemart:before {
	content: "\ed82"
}

.icofont-vk:before {
	content: "\ed83"
}

.icofont-wechat:before {
	content: "\ed84"
}

.icofont-weibo:before {
	content: "\ed85"
}

.icofont-whatsapp:before {
	content: "\ed86"
}

.icofont-xing:before {
	content: "\ed87"
}

.icofont-yahoo:before {
	content: "\ed88"
}

.icofont-yelp:before {
	content: "\ed89"
}

.icofont-youku:before {
	content: "\ed8a"
}

.icofont-youtube:before {
	content: "\ed8b"
}

.icofont-zencart:before {
	content: "\ed8c"
}

.icofont-badminton-birdie:before {
	content: "\ed8d"
}

.icofont-baseball:before {
	content: "\ed8e"
}

.icofont-baseballer:before {
	content: "\ed8f"
}

.icofont-basketball-hoop:before {
	content: "\ed90"
}

.icofont-basketball:before {
	content: "\ed91"
}

.icofont-billiard-ball:before {
	content: "\ed92"
}

.icofont-boot-alt-1:before {
	content: "\ed93"
}

.icofont-boot-alt-2:before {
	content: "\ed94"
}

.icofont-boot:before {
	content: "\ed95"
}

.icofont-bowling-alt:before {
	content: "\ed96"
}

.icofont-bowling:before {
	content: "\ed97"
}

.icofont-canoe:before {
	content: "\ed98"
}

.icofont-cheer-leader:before {
	content: "\ed99"
}

.icofont-climbing:before {
	content: "\ed9a"
}

.icofont-corner:before {
	content: "\ed9b"
}

.icofont-field-alt:before {
	content: "\ed9c"
}

.icofont-field:before {
	content: "\ed9d"
}

.icofont-football-alt:before {
	content: "\ed9e"
}

.icofont-football-american:before {
	content: "\ed9f"
}

.icofont-football:before {
	content: "\eda0"
}

.icofont-foul:before {
	content: "\eda1"
}

.icofont-goal-keeper:before {
	content: "\eda2"
}

.icofont-goal:before {
	content: "\eda3"
}

.icofont-golf-alt:before {
	content: "\eda4"
}

.icofont-golf-bag:before {
	content: "\eda5"
}

.icofont-golf-cart:before {
	content: "\eda6"
}

.icofont-golf-field:before {
	content: "\eda7"
}

.icofont-golf:before {
	content: "\eda8"
}

.icofont-golfer:before {
	content: "\eda9"
}

.icofont-helmet:before {
	content: "\edaa"
}

.icofont-hockey-alt:before {
	content: "\edab"
}

.icofont-hockey:before {
	content: "\edac"
}

.icofont-ice-skate:before {
	content: "\edad"
}

.icofont-jersey-alt:before {
	content: "\edae"
}

.icofont-jersey:before {
	content: "\edaf"
}

.icofont-jumping:before {
	content: "\edb0"
}

.icofont-kick:before {
	content: "\edb1"
}

.icofont-leg:before {
	content: "\edb2"
}

.icofont-match-review:before {
	content: "\edb3"
}

.icofont-medal-sport:before {
	content: "\edb4"
}

.icofont-offside:before {
	content: "\edb5"
}

.icofont-olympic-logo:before {
	content: "\edb6"
}

.icofont-olympic:before {
	content: "\edb7"
}

.icofont-padding:before {
	content: "\edb8"
}

.icofont-penalty-card:before {
	content: "\edb9"
}

.icofont-racer:before {
	content: "\edba"
}

.icofont-racing-car:before {
	content: "\edbb"
}

.icofont-racing-flag-alt:before {
	content: "\edbc"
}

.icofont-racing-flag:before {
	content: "\edbd"
}

.icofont-racings-wheel:before {
	content: "\edbe"
}

.icofont-referee:before {
	content: "\edbf"
}

.icofont-refree-jersey:before {
	content: "\edc0"
}

.icofont-result-sport:before {
	content: "\edc1"
}

.icofont-rugby-ball:before {
	content: "\edc2"
}

.icofont-rugby-player:before {
	content: "\edc3"
}

.icofont-rugby:before {
	content: "\edc4"
}

.icofont-runner-alt-1:before {
	content: "\edc5"
}

.icofont-runner-alt-2:before {
	content: "\edc6"
}

.icofont-runner:before {
	content: "\edc7"
}

.icofont-score-board:before {
	content: "\edc8"
}

.icofont-skiing-man:before {
	content: "\edc9"
}

.icofont-skydiving-goggles:before {
	content: "\edca"
}

.icofont-snow-mobile:before {
	content: "\edcb"
}

.icofont-steering:before {
	content: "\edcc"
}

.icofont-stopwatch:before {
	content: "\edcd"
}

.icofont-substitute:before {
	content: "\edce"
}

.icofont-swimmer:before {
	content: "\edcf"
}

.icofont-table-tennis:before {
	content: "\edd0"
}

.icofont-team-alt:before {
	content: "\edd1"
}

.icofont-team:before {
	content: "\edd2"
}

.icofont-tennis-player:before {
	content: "\edd3"
}

.icofont-tennis:before {
	content: "\edd4"
}

.icofont-tracking:before {
	content: "\edd5"
}

.icofont-trophy-alt:before {
	content: "\edd6"
}

.icofont-trophy:before {
	content: "\edd7"
}

.icofont-volleyball-alt:before {
	content: "\edd8"
}

.icofont-volleyball-fire:before {
	content: "\edd9"
}

.icofont-volleyball:before {
	content: "\edda"
}

.icofont-water-bottle:before {
	content: "\eddb"
}

.icofont-whistle-alt:before {
	content: "\eddc"
}

.icofont-whistle:before {
	content: "\eddd"
}

.icofont-win-trophy:before {
	content: "\edde"
}

.icofont-align-center:before {
	content: "\eddf"
}

.icofont-align-left:before {
	content: "\ede0"
}

.icofont-align-right:before {
	content: "\ede1"
}

.icofont-all-caps:before {
	content: "\ede2"
}

.icofont-bold:before {
	content: "\ede3"
}

.icofont-brush:before {
	content: "\ede4"
}

.icofont-clip-board:before {
	content: "\ede5"
}

.icofont-code-alt:before {
	content: "\ede6"
}

.icofont-color-bucket:before {
	content: "\ede7"
}

.icofont-color-picker:before {
	content: "\ede8"
}

.icofont-copy-invert:before {
	content: "\ede9"
}

.icofont-copy:before {
	content: "\edea"
}

.icofont-cut:before {
	content: "\edeb"
}

.icofont-delete-alt:before {
	content: "\edec"
}

.icofont-edit-alt:before {
	content: "\eded"
}

.icofont-eraser-alt:before {
	content: "\edee"
}

.icofont-font:before {
	content: "\edef"
}

.icofont-heading:before {
	content: "\edf0"
}

.icofont-indent:before {
	content: "\edf1"
}

.icofont-italic-alt:before {
	content: "\edf2"
}

.icofont-italic:before {
	content: "\edf3"
}

.icofont-justify-all:before {
	content: "\edf4"
}

.icofont-justify-center:before {
	content: "\edf5"
}

.icofont-justify-left:before {
	content: "\edf6"
}

.icofont-justify-right:before {
	content: "\edf7"
}

.icofont-link-broken:before {
	content: "\edf8"
}

.icofont-outdent:before {
	content: "\edf9"
}

.icofont-paper-clip:before {
	content: "\edfa"
}

.icofont-paragraph:before {
	content: "\edfb"
}

.icofont-pin:before {
	content: "\edfc"
}

.icofont-printer:before {
	content: "\edfd"
}

.icofont-redo:before {
	content: "\edfe"
}

.icofont-rotation:before {
	content: "\edff"
}

.icofont-save:before {
	content: "\ee00"
}

.icofont-small-cap:before {
	content: "\ee01"
}

.icofont-strike-through:before {
	content: "\ee02"
}

.icofont-sub-listing:before {
	content: "\ee03"
}

.icofont-subscript:before {
	content: "\ee04"
}

.icofont-superscript:before {
	content: "\ee05"
}

.icofont-table:before {
	content: "\ee06"
}

.icofont-text-height:before {
	content: "\ee07"
}

.icofont-text-width:before {
	content: "\ee08"
}

.icofont-trash:before {
	content: "\ee09"
}

.icofont-underline:before {
	content: "\ee0a"
}

.icofont-undo:before {
	content: "\ee0b"
}

.icofont-air-balloon:before {
	content: "\ee0c"
}

.icofont-airplane-alt:before {
	content: "\ee0d"
}

.icofont-airplane:before {
	content: "\ee0e"
}

.icofont-articulated-truck:before {
	content: "\ee0f"
}

.icofont-auto-mobile:before {
	content: "\ee10"
}

.icofont-auto-rickshaw:before {
	content: "\ee11"
}

.icofont-bicycle-alt-1:before {
	content: "\ee12"
}

.icofont-bicycle-alt-2:before {
	content: "\ee13"
}

.icofont-bicycle:before {
	content: "\ee14"
}

.icofont-bus-alt-1:before {
	content: "\ee15"
}

.icofont-bus-alt-2:before {
	content: "\ee16"
}

.icofont-bus-alt-3:before {
	content: "\ee17"
}

.icofont-bus:before {
	content: "\ee18"
}

.icofont-cab:before {
	content: "\ee19"
}

.icofont-cable-car:before {
	content: "\ee1a"
}

.icofont-car-alt-1:before {
	content: "\ee1b"
}

.icofont-car-alt-2:before {
	content: "\ee1c"
}

.icofont-car-alt-3:before {
	content: "\ee1d"
}

.icofont-car-alt-4:before {
	content: "\ee1e"
}

.icofont-car:before {
	content: "\ee1f"
}

.icofont-delivery-time:before {
	content: "\ee20"
}

.icofont-fast-delivery:before {
	content: "\ee21"
}

.icofont-fire-truck-alt:before {
	content: "\ee22"
}

.icofont-fire-truck:before {
	content: "\ee23"
}

.icofont-free-delivery:before {
	content: "\ee24"
}

.icofont-helicopter:before {
	content: "\ee25"
}

.icofont-motor-bike-alt:before {
	content: "\ee26"
}

.icofont-motor-bike:before {
	content: "\ee27"
}

.icofont-motor-biker:before {
	content: "\ee28"
}

.icofont-oil-truck:before {
	content: "\ee29"
}

.icofont-rickshaw:before {
	content: "\ee2a"
}

.icofont-rocket-alt-1:before {
	content: "\ee2b"
}

.icofont-rocket-alt-2:before {
	content: "\ee2c"
}

.icofont-rocket:before {
	content: "\ee2d"
}

.icofont-sail-boat-alt-1:before {
	content: "\ee2e"
}

.icofont-sail-boat-alt-2:before {
	content: "\ee2f"
}

.icofont-sail-boat:before {
	content: "\ee30"
}

.icofont-scooter:before {
	content: "\ee31"
}

.icofont-sea-plane:before {
	content: "\ee32"
}

.icofont-ship-alt:before {
	content: "\ee33"
}

.icofont-ship:before {
	content: "\ee34"
}

.icofont-speed-boat:before {
	content: "\ee35"
}

.icofont-taxi:before {
	content: "\ee36"
}

.icofont-tractor:before {
	content: "\ee37"
}

.icofont-train-line:before {
	content: "\ee38"
}

.icofont-train-steam:before {
	content: "\ee39"
}

.icofont-tram:before {
	content: "\ee3a"
}

.icofont-truck-alt:before {
	content: "\ee3b"
}

.icofont-truck-loaded:before {
	content: "\ee3c"
}

.icofont-truck:before {
	content: "\ee3d"
}

.icofont-van-alt:before {
	content: "\ee3e"
}

.icofont-van:before {
	content: "\ee3f"
}

.icofont-yacht:before {
	content: "\ee40"
}

.icofont-5-star-hotel:before {
	content: "\ee41"
}

.icofont-air-ticket:before {
	content: "\ee42"
}

.icofont-beach-bed:before {
	content: "\ee43"
}

.icofont-beach:before {
	content: "\ee44"
}

.icofont-camping-vest:before {
	content: "\ee45"
}

.icofont-direction-sign:before {
	content: "\ee46"
}

.icofont-hill-side:before {
	content: "\ee47"
}

.icofont-hill:before {
	content: "\ee48"
}

.icofont-hotel:before {
	content: "\ee49"
}

.icofont-island-alt:before {
	content: "\ee4a"
}

.icofont-island:before {
	content: "\ee4b"
}

.icofont-sandals-female:before {
	content: "\ee4c"
}

.icofont-sandals-male:before {
	content: "\ee4d"
}

.icofont-travelling:before {
	content: "\ee4e"
}

.icofont-breakdown:before {
	content: "\ee4f"
}

.icofont-celsius:before {
	content: "\ee50"
}

.icofont-clouds:before {
	content: "\ee51"
}

.icofont-cloudy:before {
	content: "\ee52"
}

.icofont-dust:before {
	content: "\ee53"
}

.icofont-eclipse:before {
	content: "\ee54"
}

.icofont-fahrenheit:before {
	content: "\ee55"
}

.icofont-forest-fire:before {
	content: "\ee56"
}

.icofont-full-night:before {
	content: "\ee57"
}

.icofont-full-sunny:before {
	content: "\ee58"
}

.icofont-hail-night:before {
	content: "\ee59"
}

.icofont-hail-rainy-night:before {
	content: "\ee5a"
}

.icofont-hail-rainy-sunny:before {
	content: "\ee5b"
}

.icofont-hail-rainy:before {
	content: "\ee5c"
}

.icofont-hail-sunny:before {
	content: "\ee5d"
}

.icofont-hail-thunder-night:before {
	content: "\ee5e"
}

.icofont-hail-thunder-sunny:before {
	content: "\ee5f"
}

.icofont-hail-thunder:before {
	content: "\ee60"
}

.icofont-hail:before {
	content: "\ee61"
}

.icofont-hill-night:before {
	content: "\ee62"
}

.icofont-hill-sunny:before {
	content: "\ee63"
}

.icofont-hurricane:before {
	content: "\ee64"
}

.icofont-meteor:before {
	content: "\ee65"
}

.icofont-night:before {
	content: "\ee66"
}

.icofont-rainy-night:before {
	content: "\ee67"
}

.icofont-rainy-sunny:before {
	content: "\ee68"
}

.icofont-rainy-thunder:before {
	content: "\ee69"
}

.icofont-rainy:before {
	content: "\ee6a"
}

.icofont-snow-alt:before {
	content: "\ee6b"
}

.icofont-snow-flake:before {
	content: "\ee6c"
}

.icofont-snow-temp:before {
	content: "\ee6d"
}

.icofont-snow:before {
	content: "\ee6e"
}

.icofont-snowy-hail:before {
	content: "\ee6f"
}

.icofont-snowy-night-hail:before {
	content: "\ee70"
}

.icofont-snowy-night-rainy:before {
	content: "\ee71"
}

.icofont-snowy-night:before {
	content: "\ee72"
}

.icofont-snowy-rainy:before {
	content: "\ee73"
}

.icofont-snowy-sunny-hail:before {
	content: "\ee74"
}

.icofont-snowy-sunny-rainy:before {
	content: "\ee75"
}

.icofont-snowy-sunny:before {
	content: "\ee76"
}

.icofont-snowy-thunder-night:before {
	content: "\ee77"
}

.icofont-snowy-thunder-sunny:before {
	content: "\ee78"
}

.icofont-snowy-thunder:before {
	content: "\ee79"
}

.icofont-snowy-windy-night:before {
	content: "\ee7a"
}

.icofont-snowy-windy-sunny:before {
	content: "\ee7b"
}

.icofont-snowy-windy:before {
	content: "\ee7c"
}

.icofont-snowy:before {
	content: "\ee7d"
}

.icofont-sun-alt:before {
	content: "\ee7e"
}

.icofont-sun-rise:before {
	content: "\ee7f"
}

.icofont-sun-set:before {
	content: "\ee80"
}

.icofont-sun:before {
	content: "\ee81"
}

.icofont-sunny-day-temp:before {
	content: "\ee82"
}

.icofont-sunny:before {
	content: "\ee83"
}

.icofont-thunder-light:before {
	content: "\ee84"
}

.icofont-tornado:before {
	content: "\ee85"
}

.icofont-umbrella-alt:before {
	content: "\ee86"
}

.icofont-umbrella:before {
	content: "\ee87"
}

.icofont-volcano:before {
	content: "\ee88"
}

.icofont-wave:before {
	content: "\ee89"
}

.icofont-wind-scale-0:before {
	content: "\ee8a"
}

.icofont-wind-scale-1:before {
	content: "\ee8b"
}

.icofont-wind-scale-10:before {
	content: "\ee8c"
}

.icofont-wind-scale-11:before {
	content: "\ee8d"
}

.icofont-wind-scale-12:before {
	content: "\ee8e"
}

.icofont-wind-scale-2:before {
	content: "\ee8f"
}

.icofont-wind-scale-3:before {
	content: "\ee90"
}

.icofont-wind-scale-4:before {
	content: "\ee91"
}

.icofont-wind-scale-5:before {
	content: "\ee92"
}

.icofont-wind-scale-6:before {
	content: "\ee93"
}

.icofont-wind-scale-7:before {
	content: "\ee94"
}

.icofont-wind-scale-8:before {
	content: "\ee95"
}

.icofont-wind-scale-9:before {
	content: "\ee96"
}

.icofont-wind-waves:before {
	content: "\ee97"
}

.icofont-wind:before {
	content: "\ee98"
}

.icofont-windy-hail:before {
	content: "\ee99"
}

.icofont-windy-night:before {
	content: "\ee9a"
}

.icofont-windy-raining:before {
	content: "\ee9b"
}

.icofont-windy-sunny:before {
	content: "\ee9c"
}

.icofont-windy-thunder-raining:before {
	content: "\ee9d"
}

.icofont-windy-thunder:before {
	content: "\ee9e"
}

.icofont-windy:before {
	content: "\ee9f"
}

.icofont-addons:before {
	content: "\eea0"
}

.icofont-address-book:before {
	content: "\eea1"
}

.icofont-adjust:before {
	content: "\eea2"
}

.icofont-alarm:before {
	content: "\eea3"
}

.icofont-anchor:before {
	content: "\eea4"
}

.icofont-archive:before {
	content: "\eea5"
}

.icofont-at:before {
	content: "\eea6"
}

.icofont-attachment:before {
	content: "\eea7"
}

.icofont-audio:before {
	content: "\eea8"
}

.icofont-automation:before {
	content: "\eea9"
}

.icofont-badge:before {
	content: "\eeaa"
}

.icofont-bag-alt:before {
	content: "\eeab"
}

.icofont-bag:before {
	content: "\eeac"
}

.icofont-ban:before {
	content: "\eead"
}

.icofont-bar-code:before {
	content: "\eeae"
}

.icofont-bars:before {
	content: "\eeaf"
}

.icofont-basket:before {
	content: "\eeb0"
}

.icofont-battery-empty:before {
	content: "\eeb1"
}

.icofont-battery-full:before {
	content: "\eeb2"
}

.icofont-battery-half:before {
	content: "\eeb3"
}

.icofont-battery-low:before {
	content: "\eeb4"
}

.icofont-beaker:before {
	content: "\eeb5"
}

.icofont-beard:before {
	content: "\eeb6"
}

.icofont-bed:before {
	content: "\eeb7"
}

.icofont-bell:before {
	content: "\eeb8"
}

.icofont-beverage:before {
	content: "\eeb9"
}

.icofont-bill:before {
	content: "\eeba"
}

.icofont-bin:before {
	content: "\eebb"
}

.icofont-binary:before {
	content: "\eebc"
}

.icofont-binoculars:before {
	content: "\eebd"
}

.icofont-bluetooth:before {
	content: "\eebe"
}

.icofont-bomb:before {
	content: "\eebf"
}

.icofont-book-mark:before {
	content: "\eec0"
}

.icofont-box:before {
	content: "\eec1"
}

.icofont-briefcase:before {
	content: "\eec2"
}

.icofont-broken:before {
	content: "\eec3"
}

.icofont-bucket:before {
	content: "\eec4"
}

.icofont-bucket1:before {
	content: "\eec5"
}

.icofont-bucket2:before {
	content: "\eec6"
}

.icofont-bug:before {
	content: "\eec7"
}

.icofont-building:before {
	content: "\eec8"
}

.icofont-bulb-alt:before {
	content: "\eec9"
}

.icofont-bullet:before {
	content: "\eeca"
}

.icofont-bullhorn:before {
	content: "\eecb"
}

.icofont-bullseye:before {
	content: "\eecc"
}

.icofont-calendar:before {
	content: "\eecd"
}

.icofont-camera-alt:before {
	content: "\eece"
}

.icofont-camera:before {
	content: "\eecf"
}

.icofont-card:before {
	content: "\eed0"
}

.icofont-cart-alt:before {
	content: "\eed1"
}

.icofont-cart:before {
	content: "\eed2"
}

.icofont-cc:before {
	content: "\eed3"
}

.icofont-charging:before {
	content: "\eed4"
}

.icofont-chat:before {
	content: "\eed5"
}

.icofont-check-alt:before {
	content: "\eed6"
}

.icofont-check-circled:before {
	content: "\eed7"
}

.icofont-check:before {
	content: "\eed8"
}

.icofont-checked:before {
	content: "\eed9"
}

.icofont-children-care:before {
	content: "\eeda"
}

.icofont-clip:before {
	content: "\eedb"
}

.icofont-clock-time:before {
	content: "\eedc"
}

.icofont-close-circled:before {
	content: "\eedd"
}

.icofont-close-line-circled:before {
	content: "\eede"
}

.icofont-close-line-squared-alt:before {
	content: "\eedf"
}

.icofont-close-line-squared:before {
	content: "\eee0"
}

.icofont-close-line:before {
	content: "\eee1"
}

.icofont-close-squared-alt:before {
	content: "\eee2"
}

.icofont-close-squared:before {
	content: "\eee3"
}

.icofont-close:before {
	content: "\eee4"
}

.icofont-cloud-download:before {
	content: "\eee5"
}

.icofont-cloud-refresh:before {
	content: "\eee6"
}

.icofont-cloud-upload:before {
	content: "\eee7"
}

.icofont-cloud:before {
	content: "\eee8"
}

.icofont-code-not-allowed:before {
	content: "\eee9"
}

.icofont-code:before {
	content: "\eeea"
}

.icofont-comment:before {
	content: "\eeeb"
}

.icofont-compass-alt:before {
	content: "\eeec"
}

.icofont-compass:before {
	content: "\eeed"
}

.icofont-computer:before {
	content: "\eeee"
}

.icofont-connection:before {
	content: "\eeef"
}

.icofont-console:before {
	content: "\eef0"
}

.icofont-contacts:before {
	content: "\eef1"
}

.icofont-contrast:before {
	content: "\eef2"
}

.icofont-copyright:before {
	content: "\eef3"
}

.icofont-credit-card:before {
	content: "\eef4"
}

.icofont-crop:before {
	content: "\eef5"
}

.icofont-crown:before {
	content: "\eef6"
}

.icofont-cube:before {
	content: "\eef7"
}

.icofont-cubes:before {
	content: "\eef8"
}

.icofont-dashboard-web:before {
	content: "\eef9"
}

.icofont-dashboard:before {
	content: "\eefa"
}

.icofont-data:before {
	content: "\eefb"
}

.icofont-database-add:before {
	content: "\eefc"
}

.icofont-database-locked:before {
	content: "\eefd"
}

.icofont-database-remove:before {
	content: "\eefe"
}

.icofont-database:before {
	content: "\eeff"
}

.icofont-delete:before {
	content: "\ef00"
}

.icofont-diamond:before {
	content: "\ef01"
}

.icofont-dice-multiple:before {
	content: "\ef02"
}

.icofont-dice:before {
	content: "\ef03"
}

.icofont-disc:before {
	content: "\ef04"
}

.icofont-diskette:before {
	content: "\ef05"
}

.icofont-document-folder:before {
	content: "\ef06"
}

.icofont-download-alt:before {
	content: "\ef07"
}

.icofont-download:before {
	content: "\ef08"
}

.icofont-downloaded:before {
	content: "\ef09"
}

.icofont-drag:before {
	content: "\ef0a"
}

.icofont-drag1:before {
	content: "\ef0b"
}

.icofont-drag2:before {
	content: "\ef0c"
}

.icofont-drag3:before {
	content: "\ef0d"
}

.icofont-earth:before {
	content: "\ef0e"
}

.icofont-ebook:before {
	content: "\ef0f"
}

.icofont-edit:before {
	content: "\ef10"
}

.icofont-eject:before {
	content: "\ef11"
}

.icofont-email:before {
	content: "\ef12"
}

.icofont-envelope-open:before {
	content: "\ef13"
}

.icofont-envelope:before {
	content: "\ef14"
}

.icofont-eraser:before {
	content: "\ef15"
}

.icofont-error:before {
	content: "\ef16"
}

.icofont-excavator:before {
	content: "\ef17"
}

.icofont-exchange:before {
	content: "\ef18"
}

.icofont-exclamation-circle:before {
	content: "\ef19"
}

.icofont-exclamation-square:before {
	content: "\ef1a"
}

.icofont-exclamation-tringle:before {
	content: "\ef1b"
}

.icofont-exclamation:before {
	content: "\ef1c"
}

.icofont-exit:before {
	content: "\ef1d"
}

.icofont-expand:before {
	content: "\ef1e"
}

.icofont-external-link:before {
	content: "\ef1f"
}

.icofont-external:before {
	content: "\ef20"
}

.icofont-eye-alt:before {
	content: "\ef21"
}

.icofont-eye-blocked:before {
	content: "\ef22"
}

.icofont-eye-dropper:before {
	content: "\ef23"
}

.icofont-eye:before {
	content: "\ef24"
}

.icofont-favourite:before {
	content: "\ef25"
}

.icofont-fax:before {
	content: "\ef26"
}

.icofont-file-fill:before {
	content: "\ef27"
}

.icofont-film:before {
	content: "\ef28"
}

.icofont-filter:before {
	content: "\ef29"
}

.icofont-fire-alt:before {
	content: "\ef2a"
}

.icofont-fire-burn:before {
	content: "\ef2b"
}

.icofont-fire:before {
	content: "\ef2c"
}

.icofont-flag-alt-1:before {
	content: "\ef2d"
}

.icofont-flag-alt-2:before {
	content: "\ef2e"
}

.icofont-flag:before {
	content: "\ef2f"
}

.icofont-flame-torch:before {
	content: "\ef30"
}

.icofont-flash-light:before {
	content: "\ef31"
}

.icofont-flash:before {
	content: "\ef32"
}

.icofont-flask:before {
	content: "\ef33"
}

.icofont-focus:before {
	content: "\ef34"
}

.icofont-folder-open:before {
	content: "\ef35"
}

.icofont-folder:before {
	content: "\ef36"
}

.icofont-foot-print:before {
	content: "\ef37"
}

.icofont-garbage:before {
	content: "\ef38"
}

.icofont-gear-alt:before {
	content: "\ef39"
}

.icofont-gear:before {
	content: "\ef3a"
}

.icofont-gears:before {
	content: "\ef3b"
}

.icofont-gift:before {
	content: "\ef3c"
}

.icofont-glass:before {
	content: "\ef3d"
}

.icofont-globe:before {
	content: "\ef3e"
}

.icofont-graffiti:before {
	content: "\ef3f"
}

.icofont-grocery:before {
	content: "\ef40"
}

.icofont-hand:before {
	content: "\ef41"
}

.icofont-hanger:before {
	content: "\ef42"
}

.icofont-hard-disk:before {
	content: "\ef43"
}

.icofont-heart-alt:before {
	content: "\ef44"
}

.icofont-heart:before {
	content: "\ef45"
}

.icofont-history:before {
	content: "\ef46"
}

.icofont-home:before {
	content: "\ef47"
}

.icofont-horn:before {
	content: "\ef48"
}

.icofont-hour-glass:before {
	content: "\ef49"
}

.icofont-id:before {
	content: "\ef4a"
}

.icofont-image:before {
	content: "\ef4b"
}

.icofont-inbox:before {
	content: "\ef4c"
}

.icofont-infinite:before {
	content: "\ef4d"
}

.icofont-info-circle:before {
	content: "\ef4e"
}

.icofont-info-square:before {
	content: "\ef4f"
}

.icofont-info:before {
	content: "\ef50"
}

.icofont-institution:before {
	content: "\ef51"
}

.icofont-interface:before {
	content: "\ef52"
}

.icofont-invisible:before {
	content: "\ef53"
}

.icofont-jacket:before {
	content: "\ef54"
}

.icofont-jar:before {
	content: "\ef55"
}

.icofont-jewlery:before {
	content: "\ef56"
}

.icofont-karate:before {
	content: "\ef57"
}

.icofont-key-hole:before {
	content: "\ef58"
}

.icofont-key:before {
	content: "\ef59"
}

.icofont-label:before {
	content: "\ef5a"
}

.icofont-lamp:before {
	content: "\ef5b"
}

.icofont-layers:before {
	content: "\ef5c"
}

.icofont-layout:before {
	content: "\ef5d"
}

.icofont-leaf:before {
	content: "\ef5e"
}

.icofont-leaflet:before {
	content: "\ef5f"
}

.icofont-learn:before {
	content: "\ef60"
}

.icofont-lego:before {
	content: "\ef61"
}

.icofont-lens:before {
	content: "\ef62"
}

.icofont-letter:before {
	content: "\ef63"
}

.icofont-letterbox:before {
	content: "\ef64"
}

.icofont-library:before {
	content: "\ef65"
}

.icofont-license:before {
	content: "\ef66"
}

.icofont-life-bouy:before {
	content: "\ef67"
}

.icofont-life-buoy:before {
	content: "\ef68"
}

.icofont-life-jacket:before {
	content: "\ef69"
}

.icofont-life-ring:before {
	content: "\ef6a"
}

.icofont-light-bulb:before {
	content: "\ef6b"
}

.icofont-lighter:before {
	content: "\ef6c"
}

.icofont-lightning-ray:before {
	content: "\ef6d"
}

.icofont-like:before {
	content: "\ef6e"
}

.icofont-line-height:before {
	content: "\ef6f"
}

.icofont-link-alt:before {
	content: "\ef70"
}

.icofont-link:before {
	content: "\ef71"
}

.icofont-list:before {
	content: "\ef72"
}

.icofont-listening:before {
	content: "\ef73"
}

.icofont-listine-dots:before {
	content: "\ef74"
}

.icofont-listing-box:before {
	content: "\ef75"
}

.icofont-listing-number:before {
	content: "\ef76"
}

.icofont-live-support:before {
	content: "\ef77"
}

.icofont-location-arrow:before {
	content: "\ef78"
}

.icofont-location-pin:before {
	content: "\ef79"
}

.icofont-lock:before {
	content: "\ef7a"
}

.icofont-login:before {
	content: "\ef7b"
}

.icofont-logout:before {
	content: "\ef7c"
}

.icofont-lollipop:before {
	content: "\ef7d"
}

.icofont-long-drive:before {
	content: "\ef7e"
}

.icofont-look:before {
	content: "\ef7f"
}

.icofont-loop:before {
	content: "\ef80"
}

.icofont-luggage:before {
	content: "\ef81"
}

.icofont-lunch:before {
	content: "\ef82"
}

.icofont-lungs:before {
	content: "\ef83"
}

.icofont-magic-alt:before {
	content: "\ef84"
}

.icofont-magic:before {
	content: "\ef85"
}

.icofont-magnet:before {
	content: "\ef86"
}

.icofont-mail-box:before {
	content: "\ef87"
}

.icofont-mail:before {
	content: "\ef88"
}

.icofont-male:before {
	content: "\ef89"
}

.icofont-map-pins:before {
	content: "\ef8a"
}

.icofont-map:before {
	content: "\ef8b"
}

.icofont-maximize:before {
	content: "\ef8c"
}

.icofont-measure:before {
	content: "\ef8d"
}

.icofont-medicine:before {
	content: "\ef8e"
}

.icofont-mega-phone:before {
	content: "\ef8f"
}

.icofont-megaphone-alt:before {
	content: "\ef90"
}

.icofont-megaphone:before {
	content: "\ef91"
}

.icofont-memorial:before {
	content: "\ef92"
}

.icofont-memory-card:before {
	content: "\ef93"
}

.icofont-mic-mute:before {
	content: "\ef94"
}

.icofont-mic:before {
	content: "\ef95"
}

.icofont-military:before {
	content: "\ef96"
}

.icofont-mill:before {
	content: "\ef97"
}

.icofont-minus-circle:before {
	content: "\ef98"
}

.icofont-minus-square:before {
	content: "\ef99"
}

.icofont-minus:before {
	content: "\ef9a"
}

.icofont-mobile-phone:before {
	content: "\ef9b"
}

.icofont-molecule:before {
	content: "\ef9c"
}

.icofont-money:before {
	content: "\ef9d"
}

.icofont-moon:before {
	content: "\ef9e"
}

.icofont-mop:before {
	content: "\ef9f"
}

.icofont-muffin:before {
	content: "\efa0"
}

.icofont-mustache:before {
	content: "\efa1"
}

.icofont-navigation-menu:before {
	content: "\efa2"
}

.icofont-navigation:before {
	content: "\efa3"
}

.icofont-network-tower:before {
	content: "\efa4"
}

.icofont-network:before {
	content: "\efa5"
}

.icofont-news:before {
	content: "\efa6"
}

.icofont-newspaper:before {
	content: "\efa7"
}

.icofont-no-smoking:before {
	content: "\efa8"
}

.icofont-not-allowed:before {
	content: "\efa9"
}

.icofont-notebook:before {
	content: "\efaa"
}

.icofont-notepad:before {
	content: "\efab"
}

.icofont-notification:before {
	content: "\efac"
}

.icofont-numbered:before {
	content: "\efad"
}

.icofont-opposite:before {
	content: "\efae"
}

.icofont-optic:before {
	content: "\efaf"
}

.icofont-options:before {
	content: "\efb0"
}

.icofont-package:before {
	content: "\efb1"
}

.icofont-page:before {
	content: "\efb2"
}

.icofont-paint:before {
	content: "\efb3"
}

.icofont-paper-plane:before {
	content: "\efb4"
}

.icofont-paperclip:before {
	content: "\efb5"
}

.icofont-papers:before {
	content: "\efb6"
}

.icofont-pay:before {
	content: "\efb7"
}

.icofont-penguin-linux:before {
	content: "\efb8"
}

.icofont-pestle:before {
	content: "\efb9"
}

.icofont-phone-circle:before {
	content: "\efba"
}

.icofont-phone:before {
	content: "\efbb"
}

.icofont-picture:before {
	content: "\efbc"
}

.icofont-pine:before {
	content: "\efbd"
}

.icofont-pixels:before {
	content: "\efbe"
}

.icofont-plugin:before {
	content: "\efbf"
}

.icofont-plus-circle:before {
	content: "\efc0"
}

.icofont-plus-square:before {
	content: "\efc1"
}

.icofont-plus:before {
	content: "\efc2"
}

.icofont-polygonal:before {
	content: "\efc3"
}

.icofont-power:before {
	content: "\efc4"
}

.icofont-price:before {
	content: "\efc5"
}

.icofont-print:before {
	content: "\efc6"
}

.icofont-puzzle:before {
	content: "\efc7"
}

.icofont-qr-code:before {
	content: "\efc8"
}

.icofont-queen:before {
	content: "\efc9"
}

.icofont-question-circle:before {
	content: "\efca"
}

.icofont-question-square:before {
	content: "\efcb"
}

.icofont-question:before {
	content: "\efcc"
}

.icofont-quote-left:before {
	content: "\efcd"
}

.icofont-quote-right:before {
	content: "\efce"
}

.icofont-random:before {
	content: "\efcf"
}

.icofont-recycle:before {
	content: "\efd0"
}

.icofont-refresh:before {
	content: "\efd1"
}

.icofont-repair:before {
	content: "\efd2"
}

.icofont-reply-all:before {
	content: "\efd3"
}

.icofont-reply:before {
	content: "\efd4"
}

.icofont-resize:before {
	content: "\efd5"
}

.icofont-responsive:before {
	content: "\efd6"
}

.icofont-retweet:before {
	content: "\efd7"
}

.icofont-road:before {
	content: "\efd8"
}

.icofont-robot:before {
	content: "\efd9"
}

.icofont-royal:before {
	content: "\efda"
}

.icofont-rss-feed:before {
	content: "\efdb"
}

.icofont-safety:before {
	content: "\efdc"
}

.icofont-sale-discount:before {
	content: "\efdd"
}

.icofont-satellite:before {
	content: "\efde"
}

.icofont-send-mail:before {
	content: "\efdf"
}

.icofont-server:before {
	content: "\efe0"
}

.icofont-settings-alt:before {
	content: "\efe1"
}

.icofont-settings:before {
	content: "\efe2"
}

.icofont-share-alt:before {
	content: "\efe3"
}

.icofont-share-boxed:before {
	content: "\efe4"
}

.icofont-share:before {
	content: "\efe5"
}

.icofont-shield:before {
	content: "\efe6"
}

.icofont-shopping-cart:before {
	content: "\efe7"
}

.icofont-sign-in:before {
	content: "\efe8"
}

.icofont-sign-out:before {
	content: "\efe9"
}

.icofont-signal:before {
	content: "\efea"
}

.icofont-site-map:before {
	content: "\efeb"
}

.icofont-smart-phone:before {
	content: "\efec"
}

.icofont-soccer:before {
	content: "\efed"
}

.icofont-sort-alt:before {
	content: "\efee"
}

.icofont-sort:before {
	content: "\efef"
}

.icofont-space:before {
	content: "\eff0"
}

.icofont-spanner:before {
	content: "\eff1"
}

.icofont-speech-comments:before {
	content: "\eff2"
}

.icofont-speed-meter:before {
	content: "\eff3"
}

.icofont-spinner-alt-1:before {
	content: "\eff4"
}

.icofont-spinner-alt-2:before {
	content: "\eff5"
}

.icofont-spinner-alt-3:before {
	content: "\eff6"
}

.icofont-spinner-alt-4:before {
	content: "\eff7"
}

.icofont-spinner-alt-5:before {
	content: "\eff8"
}

.icofont-spinner-alt-6:before {
	content: "\eff9"
}

.icofont-spinner:before {
	content: "\effa"
}

.icofont-spreadsheet:before {
	content: "\effb"
}

.icofont-square:before {
	content: "\effc"
}

.icofont-ssl-security:before {
	content: "\effd"
}

.icofont-star-alt-1:before {
	content: "\effe"
}

.icofont-star-alt-2:before {
	content: "\efff"
}

.icofont-star:before {
	content: "\f000"
}

.icofont-street-view:before {
	content: "\f001"
}

.icofont-support-faq:before {
	content: "\f002"
}

.icofont-tack-pin:before {
	content: "\f003"
}

.icofont-tag:before {
	content: "\f004"
}

.icofont-tags:before {
	content: "\f005"
}

.icofont-tasks-alt:before {
	content: "\f006"
}

.icofont-tasks:before {
	content: "\f007"
}

.icofont-telephone:before {
	content: "\f008"
}

.icofont-telescope:before {
	content: "\f009"
}

.icofont-terminal:before {
	content: "\f00a"
}

.icofont-thumbs-down:before {
	content: "\f00b"
}

.icofont-thumbs-up:before {
	content: "\f00c"
}

.icofont-tick-boxed:before {
	content: "\f00d"
}

.icofont-tick-mark:before {
	content: "\f00e"
}

.icofont-ticket:before {
	content: "\f00f"
}

.icofont-tie:before {
	content: "\f010"
}

.icofont-toggle-off:before {
	content: "\f011"
}

.icofont-toggle-on:before {
	content: "\f012"
}

.icofont-tools-alt-2:before {
	content: "\f013"
}

.icofont-tools:before {
	content: "\f014"
}

.icofont-touch:before {
	content: "\f015"
}

.icofont-traffic-light:before {
	content: "\f016"
}

.icofont-transparent:before {
	content: "\f017"
}

.icofont-tree:before {
	content: "\f018"
}

.icofont-unique-idea:before {
	content: "\f019"
}

.icofont-unlock:before {
	content: "\f01a"
}

.icofont-unlocked:before {
	content: "\f01b"
}

.icofont-upload-alt:before {
	content: "\f01c"
}

.icofont-upload:before {
	content: "\f01d"
}

.icofont-usb-drive:before {
	content: "\f01e"
}

.icofont-usb:before {
	content: "\f01f"
}

.icofont-vector-path:before {
	content: "\f020"
}

.icofont-verification-check:before {
	content: "\f021"
}

.icofont-wall-clock:before {
	content: "\f022"
}

.icofont-wall:before {
	content: "\f023"
}

.icofont-wallet:before {
	content: "\f024"
}

.icofont-warning-alt:before {
	content: "\f025"
}

.icofont-warning:before {
	content: "\f026"
}

.icofont-water-drop:before {
	content: "\f027"
}

.icofont-web:before {
	content: "\f028"
}

.icofont-wheelchair:before {
	content: "\f029"
}

.icofont-wifi-alt:before {
	content: "\f02a"
}

.icofont-wifi:before {
	content: "\f02b"
}

.icofont-world:before {
	content: "\f02c"
}

.icofont-zigzag:before {
	content: "\f02d"
}

.icofont-zipped:before {
	content: "\f02e"
}

.icofont-xs {
	font-size: .5em
}

.icofont-sm {
	font-size: .75em
}

.icofont-md {
	font-size: 1.25em
}

.icofont-lg {
	font-size: 1.5em
}

.icofont-1x {
	font-size: 1em
}

.icofont-2x {
	font-size: 2em
}

.icofont-3x {
	font-size: 3em
}

.icofont-4x {
	font-size: 4em
}

.icofont-5x {
	font-size: 5em
}

.icofont-6x {
	font-size: 6em
}

.icofont-7x {
	font-size: 7em
}

.icofont-8x {
	font-size: 8em
}

.icofont-9x {
	font-size: 9em
}

.icofont-10x {
	font-size: 10em
}

.icofont-fw {
	text-align: center;
	width: 1.25em
}

.icofont-ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0
}

.icofont-ul>li {
	position: relative;
	line-height: 2em
}

.icofont-ul>li .icofont {
	display: inline-block;
	vertical-align: middle
}

.icofont-border {
	border: solid .08em #f1f1f1;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.icofont-pull-left {
	float: left
}

.icofont-pull-right {
	float: right
}

.icofont.icofont-pull-left {
	margin-right: .3em
}

.icofont.icofont-pull-right {
	margin-left: .3em
}

.icofont-spin {
	-webkit-animation: icofont-spin 2s infinite linear;
	animation: icofont-spin 2s infinite linear;
	display: inline-block
}

.icofont-pulse {
	-webkit-animation: icofont-spin 1s infinite steps(8);
	animation: icofont-spin 1s infinite steps(8);
	display: inline-block
}

@-webkit-keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes icofont-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.icofont-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.icofont-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.icofont-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.icofont-flip-horizontal {
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1)
}

.icofont-flip-vertical {
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1)
}

.icofont-flip-horizontal.icofont-flip-vertical {
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1)
}

:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90 {
	-webkit-filter: none;
	filter: none;
	display: inline-block
}

.icofont-inverse {
	color: #fff
}
