@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


/*** GENERIC CSS ***/
html,body {
    height: 100%;
}

body {
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    background: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #fff !important;
}

button,a,.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev,
input[type="submit"] {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
/* 
@font-face {
    font-family:"kudryashev-d-contrast";
    src:url("https://use.typekit.net/af/edcbe6/00000000000000007735e0ca/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/edcbe6/00000000000000007735e0ca/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/edcbe6/00000000000000007735e0ca/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}
     */
@font-face {
    font-family:"kudryashev-dr-contast-sans";
    src:url("https://use.typekit.net/af/254a66/00000000000000007735e0d1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/254a66/00000000000000007735e0d1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/254a66/00000000000000007735e0d1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#fff;
    font-family:"kudryashev-dr-contast-sans";
}


.section-title h6 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    opacity: .8;
    text-transform: none;
    letter-spacing: 1.82px;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 3.563rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.06em;
    text-decoration: none;
    letter-spacing: -1.71px;
    margin: 0;
}

.section-title.yellow h2 {
    color: #f5de68;
}

.section-title.white h2 {
    color:#fff;
}

.section-title.white h6 {
    color:#fff;
}

.section-title.white p {
    color:#fff;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 48px;
    line-height: 1.4;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

h6 {
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #fff;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-underline {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-underline:hover {
    color: #100f17!important;
}

.btn-underline:before {
    background-color: #100f17;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .4s;
    width: 100%;
 }
/*
.btn-underline:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    background-color: rgba(38, 56, 87, 1);
    transition: .4s;
    width: 0;
} */

.btn-underline:hover:before {
    width: 0;
}

.btn-default {
    display: inline-block;
    padding:0px 30px;
    border: none;
    border-radius: 0px;
    text-align: center;
    line-height: 52px;
    min-width: 250px;
    font-family: "Work Sans", sans-serif;
    background: rgb(241, 177, 56);
    background: linear-gradient(to right,#9D2CC6 ,#713BD6);
    color:#fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-default.white {
    border-color: #fff;
    color:#fff;
}

.btn-default.white:hover,
.btn-default.white.active {
    background: #fff;
    border-color: #fff;
    color:#000;
}

.btn-default.bordered {
    background: none;
    color:#f5de68;
    padding:13px 35px;
    border: 2px solid #f5de68;
}

.btn-default:hover,
.btn-default.active {
    color: #fff;
    background:#000;
}

.btn-default.active:hover {
    color: #fff;
    background:#000;
    border-color:#000;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#f5de68;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #f5de68;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.gold {
    color: #f5de68;
}

.social-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #a6a6a6;
    z-index: -1;
}

.social-right {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35px;
    z-index: 999;
    text-align: center;
}

.social-right a:last-child {
    margin-bottom: 0;
}

.social-right a {
    display: inline-block;
    margin-bottom: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all .6s ease;
    background: #fff;
    color: #2a2b2c;
    border-radius: 50%;
}

.social-right a.sm {
    font-size: 13px;
}

.social-right a.mts {
    margin-top: 30px;
}

.social-right a:hover {
    background: #000;
    color: #fff;
}

.opacity-0 {
    opacity: 0;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}


/*** HEADER ***/
.header {
	padding:20px 40px;
	z-index:9999;
    position: absolute;
	top:0px;
    left: 0;
    width: 100%;
    background-color: #000;
}

.header .sc_icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(to right,#9D2CC6 ,#713BD6);
    color:#fff;
    font-weight: 400;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    margin-right: 5px;
    padding-top: 1px;
}

.header.none {
    display: none;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav>li {
    margin: 0px 15px;
}

.navbar-nav .nav-link {
    color: #fff;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    transition: all .3s;
    letter-spacing: 0px;
    font-weight: 400;
    padding:0px 0px !important;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}

.navbar-light .navbar-nav .nav-item.active>a {
    color: #fff;
}

.navbar-light .navbar-nav .nav-item.active>a.nav-link::before {
    background:linear-gradient(to right,#9D2CC6 ,#713BD6) !important;
}

.navbar-light .navbar-nav .nav-item.active .nav-link:before {
    width: 100%;
}

.navbar-light .navbar-nav>.nav-item.lts>.nav-link::before {
    opacity: 0;
}

.navbar-light .navbar-nav>.nav-item>.nav-link::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #000;
}

.navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
    width: 100%;
}

.navbar-expand-lg .navbar-nav li {
	display:inline-block;
    vertical-align: top;
}

.navbar-brand img {
    max-height: 70px;
    margin-right: 20px;
    position: relative;
    left: -50px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
    opacity: 1;
    visibility: visible;
}

ul.sub-menu {
    left: 0px;
    top: 150%;
    min-width:300px;
    width: 100%;
    padding:15px 0px;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    background: #000;
    text-align: left;
    margin: auto;
    margin-top: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

ul.sub-menu li {
	width:100%;
    position: relative;
}

ul.sub-menu li a {
    line-height: 1;
    transition: all .3s;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
	width:100%;
	position:relative;
    font-size: 13px;
    line-height: 15px;
    padding: 15px 20px;
    color: #fff!important;
    text-transform: uppercase;
    border: none;
    letter-spacing: 0px;
}

ul.sub-menu li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: 20px;
    transition: all .3s;
}

ul.sub-menu li a:hover:after {
    width: calc(100% - 40px);
}

ul.sub-menu li:last-child::after {
    display: none;
}

.navbar-nav .nav-item ul.sub-menu li:hover a {
	color:#fff !important;
    background: none !important;
}

.header.fixed {
	z-index:99999;
	position:fixed;
	top:0;
	left:0;	
    background:#000;
	transition:all .3s;
}

.social-div {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 45px;
    z-index: 5;
    text-align: center;
}

.social-div a:hover {
    background: #000;
    color: #fff;
}

.social-div a:hover img {
    filter: brightness(1) invert(1);
}

.social-div .fc-divider {
    width: 1px;
    height: 31px;
    background: #000;
    margin: 5px 0px;
    display: inline-block;
}

.social-div .insta {
    position: relative;
}

.social-div a {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 43px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all .6s ease;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.social-div a img {
    max-width: 20px;
    margin: 0;
}

.postion-vidoe {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    object-fit: cover;
}

.overlay {
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.6);
    height:100%;
    width:100%;
}

.overlay-img {
    position: relative;
}


.overlay-img::before {
    content: '';
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(237, 220, 200,.4);
    height:100%;
    width:100%;
}

.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle {
    position: relative;
    padding-right: 15px !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 14px;
    right: 0;
}

.header ul.navbar-upper.navbar-nav>li {
    margin: 0 10px;
}

.header ul.navbar-upper {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
}

.header ul.navbar-upper li a {
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.header ul.navbar-upper li.menu-item-search {
    margin-left: 70px;
}

.header .menu-item-search input {
    background: #000;
    border: #f5de68 1px solid;
}

.input-group-append {
    margin-left: -1px;
}

.navbar-upper .input-group .btn {
    background: #000;
    color: #fff;
    border: none;
}

.menu-btn {
	width:26px;
	border-radius:100%;
	display:inline-block;
    line-height: 4px;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.menu-btn:hover {
}

.menu-btn:hover span {
	background:#000;
}

.menu-btn span {
    height: 2px;
    background: #000;
    display: inline-block;
    margin: 3.5px 0px;
    float: left;
    transition: all .3s;
}

.side-menu {
	background:#000;
	position:fixed;
	top:0px;
	right:-140%;
    width: 400px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	height:100%;
	z-index:9999999;
}

.side-menu.intro {
	right:0px;
}

.side-menu ul.main-menu ul {
	padding: 0;
}

.side-menu ul.main-menu li {
	list-style:none;
	display:inline-block;
	width:100%;
}

.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:50px;
	overflow:hidden;
	overflow-y:auto;
	height:90%;
	width:100%;
    padding-left: 40px;
    padding-right: 40px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    cursor: pointer;
    padding: 14px 0px;
	color:#fff;
    text-transform: uppercase;
    letter-spacing: 2px;
	text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	width: 100%;
    border-bottom: 1px solid #ccc;
}

.side-menu ul.main-menu li a:hover {
	background:none;
    color:#fff;
}

a.CloseBtn {
	float:right;
	color:#fff;
	font-size:26px;
	margin:35px 26px 45px 15px;
	position: relative;
    z-index: 99;
    cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.banner .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

/**/
.banner {
	position: relative;
    height: 100vh;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 1%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000',endColorstr='#80000000',GradientType=0 );
    opacity: 0;
}

.banner h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 1px;
}

.banner h2 {
    color: #fff;
    font-weight: 200;
    font-size: 82px;
    line-height: 81px;
    letter-spacing: -0.9882px;
    margin: 30px 0px;
    font-weight: 300;
}

.banner .logo {
    max-height: 180px;
    max-height: 260px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.banner p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 50px;
}

.banner .zindex {
    padding-top: 100px;
}

.banner:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9dcdc;
	opacity: 0.2;
    transition-property: opacity;
    transition-timing-function: linear;
    z-index: 1;
}

.banner .btn-default {
    margin: 0px 10px;
}

#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

#myVideo2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;	
    right: 0;
}

.zindex {
	position: relative;
	z-index: 3;
}

.h-100vh {
	height: 100vh;
}

/*** ctas ***/
.ctas {
    padding: 80px 0px;
}

.ctas h3 {
    color: #fff;
    font-size: 24px;
    margin: 35px 0px 15px 0px;
    text-transform: uppercase;
    font-family: "Work Sans", sans-serif;
}

.sc_icons_creative {
    display: inline-block;
    padding: 0px 30px 30px 30px;
}

.sc_icons_creative .sc_icons_item .sc_icons_icon .sdf {
    color: #c09f9f;
    color: #fff;
}

.sc_icons_creative .sc_icons_icon, .sc_icons_creative .sc_icons_image {
    position: relative;
    z-index: 2;
    width: 112px;
    height: 112px;
    line-height: 112px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    will-change: color;
}

.sc_icons_creative .sc_icons_icon {
    color: #9D2CC6;
    display: inline-block;
}
.service_page .sc_icons_creative .sc_icon_type_:before {
    top: -5px;
}
.sc_icons_creative .sc_icon_type_:before {
    font-size: 55px;
    top: 11px;
    position: relative;
}

.sc_icons_creative .sc_icons_decoration_bg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: normal;
}

.icon-redaction::before {
    content:'';
    background:url(../img/agreement_3188047.svg) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-fusion::before {
    content:'';
    background:url(../img/testing.png) 50% 50% no-repeat;
    background-size:cover;
    width: 60px;
    height: 60px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-incorporation::before {
    content:'';
    background:url(../img/website.png) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-fiscals::before {
    content:'';
    background:url(../img/profit_3188136.svg) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.sc_icons_creative:hover .icon-fiscals::before,
.sc_icons_creative:hover .icon-baux::before,
.sc_icons_creative:hover .icon-autres::before {
    filter: brightness(0) invert(1);
}

.icon-baux::before {
    content:'';
    background:url(../img/web-design.png) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-autres::before {
    content:'';
    background:url(../img/logodesign.png) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-language::before {
    content:'';
    background:url(../img/global-communication_6876693.svg) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.icon-formation::before {
    content:'';
    background:url(../img/mortarboard_114806.svg) 50% 50% no-repeat;
    background-size:cover;
    width: 55px;
    height: 55px;
    margin-top:14.5px;
    filter: invert(26%) sepia(80%) saturate(3963%) hue-rotate(276deg) brightness(87%) contrast(97%);

}

.sc_icons_creative:hover .icon-language::before, .sc_icons_creative:hover .icon-formation::before, .sc_icons_creative:hover .icon-redaction::before, .sc_icons_creative:hover .icon-fusion::before, .sc_icons_creative:hover .icon-incorporation::before  {
    filter: brightness(1) invert(1);
}

.sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    width: 112px;
    height: 112px;
    -webkit-transition: fill .3s ease;
    -ms-transition: fill .3s ease;
    transition: fill .3s ease;
    will-change: fill;
}

.sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    fill: #fff !important;
    stroke: none;
}

.sc_icons_creative:hover .sc_icons_icon {
    color: #000;
    display: inline-block;
}

.sc_icons_creative:hover .sc_icons_decoration_bg svg.decor-svg {
    fill: #9D2CC6 !important;
}

.about .sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    fill:#f7f5f1 !important;
}

.about .sc_icons_creative:hover .sc_icons_decoration_bg svg.decor-svg {
    fill:#B9A58E !important;
}

.sc_icons_creative .link_text {
    margin-top: 10px;
}

.sc_icons_creative .link_text .text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    -ms-transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    transition: visibility .4s ease, margin-right .4s ease-out, text-indent .5s ease-out, opacity .4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.sc_icons_creative .link_text .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}

.sc_icons_creative .link_text {
    overflow: hidden;
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}


.sc_icons_creative .link_text .link_icon:before {
    font-size: 11px;
    line-height: inherit;
    font-weight: 400;
    font-style: inherit;
    content: '\E9A4';
    font-family: fontello;
    display: inline-block;
    vertical-align: top;
    background: linear-gradient(to right, #9D2CC6, #713BD6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for Firefox */
  color: transparent; /* fallback */
}

.sc_icons_creative:hover .link_text .text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    -webkit-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
    -ms-transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
    transition: visibility .4s ease, margin-right .3s ease-out, text-indent .4s ease-out, opacity .4s ease;
}

/***  ***/
.biggerlink {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 2em 2.2em 2.4em;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.biggerlink:before {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    opacity: .7;
    z-index: -1;
}

.biggerlink.active + .imgs {
    opacity: 1;
}

.biggerlink:hover + .imgs {
    opacity: 1;
}

.position-inherit {
    position: initial;
    position: initial !important;
}

.biggerlink + .imgs {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    pointer-events: none;
}


.biggerlink + .imgs:before {
    content: '';
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(237, 220, 200,.4);
    height:100%;
    width:100%;
}


.biggerlink .num {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    color: #fff;
    font-family: "kudryashev-dr-contast-sans";
    position: relative;
    font-size: 22px;
    display: inline-block;
}

.biggerlink:hover .num {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.biggerlink h4 {
    color: #fcfcfc;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0;
    padding-top: 220px;
    min-height: 283px;
    font-family: "Work Sans", sans-serif;
    text-transform: uppercase;
}

.biggerlink p {
    font-size: 16px;
    line-height: 1.65em;
    max-height: 4.8em;
    overflow: hidden;
    color: rgba(255, 255, 255, .8);
    margin-top: 0.6em;
}


/*** About ***/
.about {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
    background: linear-gradient(to left,#ae2cdd ,#713BD6);
}

.about .img {
    position: relative;
    display: inline-block;
}

.about .img .al {
    position: relative;
    transform: translate(0%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    z-index: -1;
}

.about .container {
    max-width: 1290px;
}

.about .section-title h2 {
    padding-bottom: 35px;
}

.about .btn-default {
    margin-top: 35px;
}

.about p {
    margin-bottom: 20px;
}

.about .btn-underline {
    margin-top: 0px;
}


.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a {
    color: #263857;
    color: #000;
    font-size: 21px;
    background: #fff;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
    transition: all .3s;
    display: inline-block;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
}



.social-links a .lts {
    font-size: 14px;
}

.social-links a:hover {
    color: #fff !important;
    background: #000;
}


@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1170px;
}
}


/*** faqs ***/
.faq {
    padding: 70px 0px;
    background: #000;
}

.faq p span {
    color:#fff;
    font-weight: 600;
}

.faq .card, .faq .card-header {
    background: none;
    border: none;
    padding: 0;
}

.faq .accordion>.card>.card-header {
    margin-bottom: 0;
}

.faq .card {
    margin-bottom: 0px;
    border-radius: 0px;
}

.faq .card-body {
    border-top:none !important;
    border-bottom: 1px solid #100f17;
    border-radius: 0px;
    padding: 0px 0px 40px 0px;
}

.faq .card h5 button:focus {
    box-shadow: none !important;
}

.faq .card h5 button {
    display: inline-block;
    width: 100%;
    border-width: 1px;
    padding: 32px 50px 32px 0px;
    text-align: left;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    border: none;
    border-bottom: 1px solid transparent;
    /* background: linear-gradient(to left, #9D2CC6, #713BD6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; for Firefox */
    color: #fff; /* fallback */
    position: relative;
    border-radius: 0;
    font-family:"kudryashev-dr-contast-sans";
    text-decoration: none;
    border-radius:3px 3px 0px 0px;
}

.faq .card h5 button.collapsed {
    background: none;
    /* background: linear-gradient(to left, #9D2CC6, #713BD6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; for Firefox */
    color: #fff; /* fallback */
    border: none;
    border-bottom: 1px solid #e5dfdb;
    border-radius: 3px 3px;
}


.faq .card h5 button:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 2px;
    /* background: #cca6a5; */
    background: linear-gradient(to left, #9D2CC6, #713BD6);
}

.faq .card h5 button.collapsed:before {
    background: linear-gradient(to left, #9D2CC6, #713BD6);
}

.faq .card h5 button.collapsed:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -9px;
    width: 2px;
    height: 20px;
    background: linear-gradient(to left, #9D2CC6, #713BD6);
}

/*** blog ***/
.blog {
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.blog .al1 {
    width: 30%;
    max-width: 30%;
    --container-widget-width: 30%;
    --container-widget-flex-grow: 0;
    top: 55px;
    z-index: 1;
    position: absolute;
    left: -8%;
}

.blog .al2 {
    width: 30%;
    max-width: 30%;
    bottom: 25px;
    z-index: 1;
    position: absolute;
    right: -12%;
}

.blog .container {
    max-width: 1290px;
}

.blogbox .img {
    overflow: hidden;
}

.blogbox .img img {
    transition: all .3s;
}

.blogbox:hover .img img {
    -webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}

.blogbox .text h6 {
    font-size: 14px;
    font-weight: 400;
    color: #100f17;
    opacity: .8;
    text-transform: none;
    margin: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-family:"kudryashev-dr-contast-sans";
}

.blogbox .text h2 {
    color: #100f17;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 15px;
    font-family:"kudryashev-dr-contast-sans";
}

.blogbox .text p {
    color: #a4a4a8;
    font-size: 14px;
}

.blogbox h6 a:hover {
    color: #dc9a1e;
}

.blogbox h2 a:hover {
    color: #7d7d84;
}

.blogbox p span:after {
    content: '\e83c';
    font-family: fontello;
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0.75em;
}

.blogbox p span:last-child:after {
    display: none;
}

/**/
.contact-form {
    position: relative;
    background: #292432;
}

.contact-form .bgs {
    padding: 77px 85px 75px;
}

.contact-form figure {
    height: 100%;
    margin: 0;
    min-height: 350px;
}

.contact-form .section-title {
    margin-bottom: 30px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0.25rem;
    padding: 20px 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form .form-control {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px 0px;
    padding-top: 14px;
    border-bottom: 1px solid #e4deda;
    color: #fff;
    margin-bottom: 12px;
    height: 52px;
    letter-spacing: 0.5px;
    outline: 0px;
}

input::placeholder,
textarea::placeholder {
  color: #fff !important;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #7d7d84;
}

.contact-form .form-control:focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-color:#e4deda;
}

.contact-form textarea.form-control {
    resize: none;
}

.contact-form .btn-default {
    margin-top: 30px;
    min-width: 200px;
}

.contact-form .btn-default i {
    margin-left: 5px;
    font-size: 15px;
}

.contact-form .btn-default span:before {
    content: '\e9a5';
    font-family: fontello;
    font-weight: 400;
    display: inline-block;
    z-index: 1;
    left: 36px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em;
    margin-right: 3px;
}


/*** FOOTER ***/
.footer {
    position: relative;
    padding: 100px 0px 0px 0px;
    background: #000;
}

.footer .logo img {
    margin-bottom: 30px;
    max-height: 110px;
}

.footer .logos a {
    display: inline-block;
}

.footer .logobroke img {
    display: inline-block;
    max-height: 71px;
    margin-right: 20px;
}

.footer h3 {
    font-size:18px;
    display: block;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
}

.footer .mts {
    margin-top: 100px;
    margin-bottom: 40px;
}

.footer .social-link:hover,
.footer .social-link:hover,
.footer .social-link:hover {
    color: #fff;
}

.footer .social-link:hover .fa {
}

.footer p {
    color: #fff;
    font-weight: 400;
}

.footer .links a {
    color: #fff;
    font-size: 16px;
    min-width: 45px;
    line-height: 43px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all .3s;
    display: inline-block;
}

.footer .links a:hover {
    color: #000 !important;
    background: #fff !important;
}

.footer ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 10px 0px;
}

.footer ul li {
    margin: 10px 10px;
    display: inline-block;
}

.footer ul li a {
    font-weight: 400;
    color: #d0d2d3;
    font-size: 18px;
    display: inline-block;
    line-height: 32px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    font-family: "Work Sans", sans-serif;
}

.footer ul li a:before {
    content: '';
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 1px;
    transition: all .3s;
}

.footer ul li a:hover:before {
    width: 100%;
}

.footer ul li a:hover {
    color: #fff;
}

.footer ul li li a {
    font-weight: 500;
    font-size: 12px;
}

.footer .line {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-color: #434951;
    margin-top: 80px;
    width: 100%;
}

.footer .copy p {
}

.footer .line p {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #d0d2d3;
    padding: 30px 0 30px 0;
}

.footer .copy p img {
    width: 130px;
    padding-left: 10px;
    filter: invert(1);
}

/*** industryinner ***/
.industryinner {
    padding: 80px 0px;
}

.industryinner figure {
    position: relative;
}

.industryinner figure:before {
    content: '';
}

.industryinner.tps {
    padding-top: 190px;
}

.industryinner .section-title h2 {
    font-size: 70px;
    letter-spacing: 0;
}

.industryinner p {
    color:#000;
    margin: 30px 0px;
}

.industryinner .spright {
    padding-right: 70px;
}


.industryinner .img {
    height: 100%;
    width: 100%;
    margin: 0;
    min-height: 500px;
}

.industryinner .cta-txt {
    display: flex;
    align-items: center;
}

.industryinner .sc_icons_creative {
    padding: 0;
}

.industryinner .sc_icons_creative .sc_icons_icon, 
.industryinner .sc_icons_creative .sc_icons_image {
    width: 60px;
    margin-right: 15px;
    height: 78px;
}

.industryinner .sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    width: 60px;
    height: 84px;
}

.industryinner .icon-incorporation::before {
    background-size: contain;
    width: 28px;
    height: 57px;
    top: -4px;
}

.industryinner h3 {
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -0.5px;
}

.industryinner .btn-default {
    margin-top: 20px;
    text-transform: uppercase;
    min-width: 230px;
    padding: 0px 20px;
}

.industryinner.bg-white .sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    fill: #f7f5f1 !important;
}

.industryinner.bg-white .sc_icons_creative:hover .sc_icons_decoration_bg svg.decor-svg {
    fill: #B9A58E !important;
}

/**** services ***/
.service-inner {
    padding: 80px 0px;
    padding-top: 190px;
    background: linear-gradient(to right,#9D2CC6 ,#713BD6);
}

.service-inner .img {
    height: 100%;
    width: 100%;
    margin: 0;
    min-height: 600px;
}

.service-inner p {
    font-size: 16px;
    margin: 20px 0px 10px 0px;
}

.service-inner p {
    color:#fff;
    margin: 30px 0px;
}

.service-inner .spright {
    padding-right: 70px;
}

.service-inner .btn-default {
    margin-top: 20px;
    text-transform: uppercase;
    background: #292432;
    min-width: 230px;
    padding: 0px 20px;
}

/**** porinfo ***/
.porinfo {
    padding: 50px 0px 20px 0px;
}

.porinfo .cta-txt {
    display: flex;
    align-items: start;
}

.porinfo .sc_icons_creative {
    padding: 0;
}

.porinfo .sleft {
    padding-left: 35px;
}

.porinfo .bts {
    padding-bottom: 60px;
}

.porinfo h4 {
    margin-bottom: 0;
    font-family: "Work Sans", sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.porinfo p {
    color: #fff;
    font-size: 16px;
}

.porinfo .sc_icons_creative .sc_icons_icon, 
.porinfo .sc_icons_creative .sc_icons_image {
    width: 80px;
    height: 78px;
    margin-top: -10px;
    margin-right: 0px;
}

.porinfo .sc_icons_creative .sc_icons_decoration_bg svg.decor-svg {
    width: 80px;
    height: 84px;
}

.porinfo .icon-incorporation::before {
    background-size: contain;
    width: 38px;
    height: 57px;
    top: -4px;
}


.social-link:hover {
    color: #B9A58E;
}

.social-link {
    margin-right: 15px;
}

.about.inner {
    padding-top: 170px;
}

.faq.inner {
    padding-top: 170px;
}

.blog.inner {
    padding-top: 170px;
}

.blogbox {
    margin-bottom: 30px;
}


.pagination ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
}

.pagination ul li a .fa {
    margin: 0;
}

.pagination ul li a {
    display: inline-block;
    color:#000;
    font-size: 16px;
    border: 1px solid #ccc;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content:center;
}

.pagination ul li a:hover,
.pagination ul li a.active {
    border: 1px solid #B9A58E;
    color: #fff;
    background: #B9A58E;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
    font-size: 22px;
    background: #e9e9e9;
}

.pagination ul li:first-child a:hover,
.pagination ul li:last-child a:hover,
.pagination ul li:first-child a.active,
.pagination ul li:last-child a.active {
    background: #B9A58E;
    border: 1px solid #B9A58E;
    color: #fff;
}

.contact-form.contactpage {
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.contact-form.contactpage .social-link {
    color: #fff;
    display: flex;
}

.contact-form.contactpage .social-link .icon {
    color: #fff;
    font-size: 20px;
    width: 20px;
    min-width: 20px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: all .3s;
    margin-right: 10px;
}

.contact-form.contactpage .social-link:hover,
.contact-form.contactpage .social-link:hover .icon {
    color: #fff;
}

.contact-form.contactpage .contact-img {
    display: block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    height: 101%;
    width: 42vw;
    z-index: 2;
    overflow: hidden;
    background: linear-gradient(to right,#9D2CC6 ,#713BD6);
}

.contact-form.contactpage .contact-img img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    -webkit-transition: .5s -webkit-transform ease, opacity .5s;
    transition: .5s transform ease, opacity .5s;
    width: 100%;
}

.contact-form.contactpage .contact-img:hover img {
    transform: scale(1.1);
}

.contact-form.contactpage textarea.form-control {
    resize: none;
    padding-top: 17px;
    height: 108px;
    border-radius: 0px;
}

.sc_icons_creative .list li {
    margin: 10px 0px;
}

.sc_icons_creative .list {
    color: #727272;
    padding-left: 20px;
    margin: 0;
}


.sc_icons_creative .list li:last-child {
}

/* 
.sc_icons_creative .list li {
    position: relative;
    padding-left: 20px;
}

.sc_icons_creative .list li:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    background: #727272;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border-radius: 50%;
} */


.service-inner .list {
    color: #000;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.6;
}

/**/
.info-new p {
    font-size: 22px;
}
.info-new {
    background: linear-gradient(to right,#9D2CC6 ,#713BD6);
}
.service-inner.bgins {
    background: #f7f5f1;
}

.service-inner.sps {
    padding: 80px 0px;
}

.industryinner .sc_icon_type_::before {
    background-size: contain;
    width: 28px;
    height: 57px;
    top: -4px;
}

ul.sub-menu li.active a {
    color: #fff;
}

ul.sub-menu li a:hover:after,
ul.sub-menu li.active a:after {
    width: calc(100% - 40px);
}





