@charset "utf-8";
/* CSS Document */

.service-body .header{
	  background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
}
.service-body .header__menu > ul > li > a{
	color: #fff;
}
.service-body .header__menu > ul > li.header__btn--login > a{
	color: #9b5cf6;
}
.service-body .header__menu ul li.header__btn--login > a:hover{
	color: #fff !important;
}
.service-img img{
	width: 100%;
}
.service-img{
	border-radius: 4px;
}
.service-body .logo-1{
	display: none;
}
.logo-3{
	display: none;
}
.service-body .logo-3{
	display: none;
}
.service-body .logo-4{
	display: block;
}
.service-body .header--sticky .logo-3{
	display: none;
}
.service-body .header--sticky .logo-2{
	display: none;
}
.service-header {
    padding-top: 74px;
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    padding-bottom: 0;
}
.count{
	position: relative;
	z-index: 3;
	height:70px;
	width: 70px;
	margin-bottom: 15px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	-webkit-box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 15px 30px 0 rgba(5, 16, 44, .15);
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#915AF2), to(#2D2DCE));
        background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
}
.count1{
	-webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
	animation-delay:.75s;
}
.count2{
	-webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
	animation-delay:1.35s;
}
.count3{
	-webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
	animation-delay:2.1s;
}
.count4{
	position: relative;
	-webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
	animation-delay:3.7s;
}
.main-how{
	position: relative;
	margin-top:64px;
	    background: #f7f8fc;
	padding-bottom: 15px;
}
.how p {
       text-align: left;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #b0b0bd;
}

.main-how:after{
	    position: absolute;
    top:34px;
    left: -215px;
    width: 100%;
    height: 6px;
    background: #fff;
    content: '';
    box-shadow: 2px 2px 9px 2px rgba(0,0,0,.1);
    z-index: 1;
}

.main-how:before{
	    position: absolute;
    top:34px;
    left: -215px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
    content: '';
    box-shadow: 2px 2px 9px 2px rgba(0,0,0,.1);
    z-index: 2;
	-webkit-animation-name: fadeInLeft;
  	animation-name: fadeInLeft;
	-webkit-animation-duration:10s;
    animation-duration: 5s;
}

.head-service-2{
	    margin:15px 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #414B61;
    font-size: 13px;
    text-align: left;
    letter-spacing: .5px;
}

.step1 .tittle p{
	margin-bottom:8px;
	width: auto !important;
	    text-align: justify;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #b0b0bd;
}

.logo-service{
	      background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
}

.service-part img{
	width:120px;
     transform: scale(1);
   
    -webkit-transition: all 0.6s  ease-in-out;
    -moz-transition:all 0.6s  ease-in-out;
    -ms-transition: all 0.6s  ease-in-out;
    -o-transition:all 0.6s  ease-in-out;
    transition:all 0.6s  ease-in-out;
}
.service-part{
	text-align: center;
       cursor: pointer;
}
.service-part:hover.service-part img{
    transform: scale(.8);
}
.service-part:hover .new{
    transform: scale(1.2);
}
.new{
     transform: scale(1);
    font-weight:500;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: all 0.6s  ease-in-out;
    -moz-transition:all 0.6s  ease-in-out;
    -ms-transition:all 0.6s  ease-in-out;
    -o-transition: all 0.6s  ease-in-out;
    transition: all 0.6s  ease-in-out;
}
.ser-img i{
	position: relative;
	top: 3px;
}
.item-icon img{
	width:30px;
}
.item-service{
	padding: 15px 24px;
}
.item-head{
	    margin: 15px 0 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 14px;

}
.item .tittle p{
	text-align: right;
	float: right;
}
.service-port{
	padding: 30px 0;
	background: #fff;
}
.service-port .tittle h3{
	margin-bottom: 0;
}
.service-port .tittle p{
	width: auto;
	margin: 0;
}
.service-port .tittle{
	padding:10px 0;
}
.service-port .btn-grp .btn-1{
	margin: 0;
}
.service-port .btn-grp{
	margin:12px 0 0;
}
.item-head-3{
    margin: 24px 0 0;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 14px;
}
@-webkit-keyframes myfirst {
    0%   {
		left: 0px;
		top: 0px;
		opacity: 1
	}
	25%   {
		left: 0px;
		top:0px;
		opacity: 1
	}
	50%   {
		left: 0px;
		top: 0px;
		opacity: 1
	}
	75%   {
		left: 0px;
		top:-700px;
		opacity: 1
	}
    100%  {
		opacity:0;
		left: 0;
		top: -800px;
	}
}
.service-img{
	position: relative;
	
}
.demo{
	background: #f7f8fc;
	opacity:0;
	left: 0;
	position: absolute;
	-webkit-animation: myfirst 16s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
    animation: myfirst 8s;
    animation-direction: alternate;
}

/*service-client*/
.cl-left img{
	width: 100%;
}
.cl-left{
	    border: 5px solid #f7f8fc;
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    top:0px;
}
.cl-right{
    position: relative;
    top: -15px;
	margin-left: 15px;
}
.cl-right h5{
	    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px
}
.cl-right h6{
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
}
.cl-left, .cl-right{
	display: inline-block;
	color: #fff;
}
.cl-sec{
	position: relative;
	    text-align: justify;
    font-size: 15px;
	color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
.service-cl{
	border-radius: 4px;
	  background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);

	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
	padding: 15px 15px 15px;
}
.icon-about{
	height:114px;
	line-height:114px;
	text-align: center;
	width: 114px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.icon-about img{
	width:50px;
	z-index: 5;
	position: relative;
}
.main-why, .text-why{
	float: left;
}
.main-why{
	width: 28%;
	position: relative;
}
.main-why:after{
	position: absolute;
	content:'';
	background: #fff;
	height: 90%;
	margin: auto;
	z-index:1;
	width:5px;
	left: 0;
	right:37px;
	display: block;
	top: 0;
}
.text-why{
	width:72%
}
.text-about{
	font-weight: 600;
    letter-spacing: .5px;
    font-size: 14px;
    text-transform: uppercase;
color: #00aef0 ;
    margin-bottom: 8px;
}
.section-text p{
	font-size: 14px;
    text-align: justify;
    margin: 0;
}
.section-text{
	margin-bottom: 48px;
	padding: 2px 0;
}
.section-why{
	margin-bottom: 48px;
}
/*--think--*/
.think-icon{
	height:140px;
	width:140px;
	border-radius: 50%;
	text-align: center;
	line-height: 140px;
	background: #fff;
	margin: auto;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.think-icon img{
	width: 100px;
}
.cretive{
	padding: 30px 0;
	 background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
}
.think-head{
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	color: #ffff;
    font-size: 15px;
    letter-spacing:1px;
}
/*
.think-line{
    display: inline-block;
}
.think-line{
	position: absolute;
	border-top: 3px dashed #01c4ff;
    border-image: none;
    border-radius: 50%;
    border-style: dashed;
    border-width: 3px;
    height: 75px;
    margin: 0 -50px;
    padding: 30px;
    width: 250px;
    border-top: 3px dashed #e9866e;
    border-bottom: 3px dashed hsla(0, 0%, 0%, 0);
}
*/
/*--team--*/
.team{
	margin: 24px 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	height: 320px;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);	
}

.team-img img{
	 width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-img{
	height: 100%;
}
.team:hover .hover-text{
	top: 0;
	bottom: 0;
}
.team:hover .dist{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.team:hover .main-hover .ul-1 li{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

}
.main-hover .ul-1 .li-1{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 1s ease-in-out;
}
.main-hover .ul-1 .li-2{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 1.2s ease-in-out;
}
.main-hover .ul-1 .li-3{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1.4s ease-in-out;
}
.main-hover .ul-1 .li-1{
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-text{
	position: absolute;
    height: 96%;
    padding:5px 15px;
    width: 96%;
    left: 0;
    overflow: hidden;
    bottom: -273px;
    right: 0;
    display: block;
    margin: auto;
    opacity: .8;
    background: -webkit-linear-gradient(150deg, #141da2 10%, #9b5cf6 100%);
	  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dist{
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
	  -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ul-1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ul-1 li{
	margin: 0 2px;
	list-style: none;
    display: inline-block;
    background: #f7f8fc;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
}

.ul-1 li a{
	color: #414B61;
}
/*--about-slider--*/
.vertical{
	padding: 30px 0;
	 background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
}
.vr-circle{
	background:#fff;
	height:50px;
	margin: 3px 0;
	width:50px;
	border-radius: 50%;
	line-height:60px;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
	text-align: center;
}
.vr-circle svg{
	color: #55acee;
	font-size: 24px;
}
.vr-p{
	text-align: justify;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}
.form:focus{
	outline:none !important;
	border: 1px solid #2D2DCE;
	border-radius: 20px;
	    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background: #fff;
}
.contact-form{
	background: #fff;
	margin-bottom: 17px;
	padding:15px 24px;
	box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}
.form{
	padding:5px 15px;
	width: 100%;
	background: #fff;
	font-size: 12px;
	border-radius:20px;
	border: 1px solid #b0b0bd;
}
.form::placeholder{
	color:rgba(0,0,0,.4);
}
.en .form::placeholder{
	color:rgba(0,0,0,.6);
}
.contact-grp{
	margin:14px 0;
}
.second-cont{
	padding: 0 !important;
	margin: 0 !important;
}
.top-contact{
	margin-bottom: 15px;
	text-align: center;
}
.top-contact ul li{

}
.top-contact ul li a{
        color: #414B61;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.top-contact ul li a.active{
    color: #9b5cf6 ;
}
.name-city{
	position:absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.top-contact ul li img{
	width:70px;
}
.top-contact .nav-tabs{
	border:none;
	display: -webkit-inline-box;
	margin: autol
}
.cont-main{
	position: relative;
	padding-left:56px;
}
.cont{
	position: absolute;
	top: 0;
	left: 0;
	 background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
	text-align: center;
	height: 32px;
	font-size: 14px !important;
	width: 32px;
	line-height: 32px !important;
	color: #fff !important;
	border-radius: 50%;
}
.cont-main{
	margin:23px 0;
}
.cont-main li{
	font-size: 14px;
	text-transform: capitalize;
	line-height: 26px;
	font-weight: 500;
	color: #414B61;
}
.sec-li{
	position: relative;
}
.sec-li:after{
	position:absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height:1px;
	width:50px;
	background-image: linear-gradient(40deg,#00adef 20%,#52cff2 51%,#00abeb 90%);
	content: '';
}
.second-cont li{
	padding:10px 0;
}
.contact-form .btn-grp{
	margin: 16px 0;
}
.main-map{
	position: relative;
}
.main-map:after{
	position: absolute;
	bottom: 0;
	content: '';
	height:80px;
	width: 100%;
	left: 0;
	transform-origin: 0 0;
	background:-webkit-linear-gradient(0,#f7f8fc 30%,rgba(255,255,255,0) );
    background: linear-gradient(0,#f7f8fc 30%,rgba(255,255,255,0) );
}
/*--portfolio--*/
.portfolio .nav-tabs .nav-link.active, .portfolio .nav-tabs .nav-item.show .nav-link{
    color: #9b5cf6 ;
    font-weight:600;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    position: relative;
    border: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-bottom: 4px solid # ;
    transition: all 0.4s ease-in-out;
}
.portfolio .nav-tabs .nav-link.active:after{
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 5px;
    width: 100%;
    background: #9b5cf6;
    content: '';
}
.portfolio .nav-tabs .nav-link{
     color: #414B61 ;
    font-weight:600;
    font-size: 13px;
    background: transparent;
    border-radius: 0;
    border: none;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.portfolio .nav-tabs {
    border-bottom: 1px solid #414B61;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.portfolio .nav-tabs .nav-item {
   display: inline-block
}
.main-port{
    width: 100%;
    margin-top:48px;
}
.img-part{
    height:280px;
}
.img-part img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.port-des{
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    padding: 10px;
}
.port-head{
        font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.port-head a{
        font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    color: #414B61;
}
.cat-port{
    float: right;
    border-left: 1px solid;
    padding-left: 10px;
}
.main-img-part{
    position: relative;
    cursor: pointer;
}
.back-port{
    background:-webkit-linear-gradient(150deg, rgba(20, 29, 162,.6) 10%, rgba(155, 92, 246,.6) 100%);
    position: absolute;
    left: 0;
    top:0;
    opacity:0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.port:hover .back-port{
    opacity: 1;
}
.ul-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ul-2 li svg{
    color:#414B61;
}
.ul-2 li {
    margin: 0 2px;
    list-style: none;
    display: inline-block;
    background: #f7f8fc;
    height:36px;
    width: 36px;
    text-align: center;
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    border-radius: 50%;
    line-height: 36px;
}
.port:hover .ul-2 li {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ul-2 .li-1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.ul-2 .li-2 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.port{
    margin-bottom:36px;
}
.single-img img{
    width: 100%;
}
.port-right{
       background: #fff;
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    padding: 10px 15px;
}
.port-first{
 
}
.single_head{
        font-size:20px;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 500;
    margin-bottom:8px;
    color: #414B61;
}
.single_cl{
        font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    color: #414B61;
}
.port-first p{
    text-align: justify;
    margin-bottom: 32px;
    color: #414B61;
    font-size: 13px;
    font-weight: 400;
}
.port-sec{
    padding-left: 35px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}
.port-icon svg{
    color: #995bf5;
}
.port-icon{
    position: absolute;
    left: 0;
    top: 0;
}
.single_name a{
      color: #414B61;
}
.single_name{
        font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #414B61;
}
.port-pop{
    position: absolute;
}

/* Styles the thumbnail */

a.lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
width: 100%;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top:70px;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:50px;
height:50px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
z-index: 2;
left: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width:80%;
}

.lightbox-target:target a.lightbox-close {
top:70px;
}
.single-img{
    height: 477px;
    overflow: auto;
}
.single-img::-webkit-scrollbar {
    width:4px
}
 
.single-img::-webkit-scrollbar-track {
    
}
.btn-grp .btn-1:focus{
	outline: none;
}
.single-img::-webkit-scrollbar-thumb {
  background-color: #414B61;
 
}
.bb-1{
    border: none;
}
.none-class, .none-class-1{
    display: none;
}
.form-grp{
    margin-top: 39px;
}
.gt-p{
	    color: #b4b3bd;
    font-size: 14px;
}
.en button.close:focus{
	outline: none;
}

.en button.close{
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    background: #00adef;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
    opacity: 1;
    z-index: 38;
}
.en .cont-main p{
	    font-size: 12px;
    font-weight: 300;
    color: #8f8f8f;
    padding: 0 30px;
    letter-spacing: 1.5px;
}
.en .cont-main li{
	padding: 0;
}