html {
  scroll-behavior: smooth;
}
body{
	font-size:15px;
	color:#fff;
    background: #000211;
    font-family: 'Poppins', sans-serif;
}
.container, .container-fluid, div, img, h1, h2, h3, h4, h5, p{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	animation-delay: 2s;
}

.img-responsive{max-width:100%;}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}
P{
    font-size: 14px;
    line-height: 1.6em;
}
ul li{font-size: 14px;}

h1{font-size:50px;}
h2{font-size:40px;}
h3{font-size:28px;}
h4{font-size:18px;}
h5 {
    font-size: 16px;
    line-height: 24px;
	font-weight:normal;
}
h6{font-size:14px;}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-weight:400;
}

.m-auto{margin:auto;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}
.mt-150{margin-top:150px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pr-8{padding-right:8.8%;}
.z-index-9{z-index:9;}

.tb-equal{padding:80px 0px;}
.pl-30{padding-left:30px;}
.pr-30{padding-right:30px;}
.pr-50{padding-right:50px;}

.height-full{height:100%;}

.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}

.border-radius-5{border-radius:5px;}

.logo {
    padding: 0px;
}
.logo-dark{
    display: none;
}
.nav-fixed-top .logo-dark,
.no-top-image .logo-dark{
    display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white{
    display: none;
}

/*** #2.# HEADER ***/

.dark-header nav li a{color:#fff;}
.dark-header .cart-field a{color:#fff;}
header .col-md-5 {
    top: 10px;
}
.menu-nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
    list-style: none;
}
.menu-nav li {
    position: relative;
    margin-bottom: 0;
}

.menu-nav li:first-child {
    margin-left: 0;
}
.menu-nav li::first-child{
    color: #CE9D48;
}

.menu-nav li a {
    color: #fff;
    padding: 0;
    position: relative;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-transform: capitalize;
}
.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
    background: none;
    color: #ffffff55;
    text-decoration: none;
}

.menu-nav ul {
    display: none;
    list-style: none;
    margin-top: 1px;
    padding: 30px 40px;
    width: 530px;
    text-align: left;
    margin: auto;
    right: 0;
    position: absolute;
    z-index: 5;
    left: 50%;
	border-radius:15px;
    transform: translate(-50%);
	background: #01020A;
    border: 1px solid rgba(147, 156, 248, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu-nav li ul ul {
    display: block !important;
    margin: 0;
    position: static;
    width: auto;
    padding: 0;
	border: none;
    box-shadow: none;
	left: inherit;
	border-radius:none;
    transform: none;
}
.menu-nav ul ul li{
	margin-bottom:5px;
}
.menu-nav ul ul li a{
    padding: 0px;
	line-height:22px;
	color:#ffffff88;
	font-weight:300;
}

.menu-nav ul li > a:focus{
    outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
    text-decoration: none;
    color:#ffffff55;
}

.menu-nav li:hover > ul {
    display: block;    
}
.menu-nav li:hover > ul {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 30px;
}

.menu-nav ul.sub-menu a:not([href]){
    margin-bottom: 10px;
}

/*** end menu large screens ***/

/*** menu mobile ***/
.nav-button-holder {
    display: none;
}

.nav-button {
    background: none;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-button:focus{outline:none;}

.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.icon-bar1,
.icon-bar2 {
    width: 18px;
    background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
    left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu-mobile {
    padding: 0px 25px;
}
.menu-mobile li {
    padding-top: 15px;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.menu-mobile li a {
    color: #fff;
    display: block;
    line-height: 24px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-mobile .sub-menu li a {
    line-height: 26px;
    font-size: 14px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
    background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
    color: #939cf8;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "";
    background: url(../images/polygon.png)no-repeat;
    background-size: 12px !important;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    margin-top: 10px;
    overflow: hidden;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.menu-mobile>li.menu-item-has-children.menu-open>a:after {
    content: "";
}
.menu-mobile li.menu-open a:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-mobile ul {
    margin-left: 0;
    padding:0px;
}

.menu-mobile>li>ul {
    display: none;
}

.menu-mobile>li.menu-open>ul {
    display: block;
    margin-top: 8px;
}

.menu-mobile ul li {
    padding-top: 0px;
    text-transform: none;
    display: block;
    text-transform: capitalize;
}

.menu-contact {
    margin-top: 15px;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
}

.menu-contact ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding:0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
    margin-top: 8px;
}

.menu-contact .social-media {
    margin-top: 24px;
    padding-bottom: 48px;
}
.menu-contact .social-media li a{
    color: #fff;
}

header .social-media li a:hover{color:#a4fdcf;}

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
    overflow: hidden;
}

.menu-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.mobile-menu-holder {
    position: fixed;
    z-index: 0;
    right: 0;
    overflow-x: hidden;
    width: 320px;
    height: 100%;
    background: #000211;
    opacity: 0;
    padding: 0px 0px 50px;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
/* .mobile-menu-holder .modal-menu-container{border-top:1px solid #E1D0C1;} */

body.has-active-menu .mobile-menu-holder.is-active{
    z-index: 999;
}

.modal-menu-container {
    position: relative;
    display: grid;
}
.exit-mobile {
    cursor: pointer;
    padding: 0px;
    margin-top: 10px;
    transform: translateX(-10px);
    text-align: right;
    margin-left: auto;
}
.exit-mobile i {
    display: grid !important;
    grid-gap: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(147, 156, 248, .4);
    padding: 8px;
    border-radius: 10px;
    align-items: center;
    font-weight: normal;
    font-size: 10px;
    margin-top: 0px;
    justify-content: space-around;
}

p:last-child{margin:0px;}
.pt-none{padding-top:0px !important;}

.internal-banner{
    overflow: hidden;
}
.internal-banner img {
    object-fit: cover;
    height: 540px;
    width: 100%;
    object-position: bottom;
}
.internal-banner .container{
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    z-index: 99;
}
.internal-banner:before {
    content: "";
    width: 100%;
    height: 300px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6979166666666667) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    z-index: 1;
    top: 0;
}
.internal-banner h2 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 400;
    background: url(../images/blur.svg)repeat;
    padding: 30px 0px;
}

.tel_us {
    background: #1A8CBA;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    padding: 0px 20px;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.tel_us:hover{
    color: #fff;
    background: #62A663;
    text-decoration: none;
}

/*.form-landing {
    padding: 40px;
    position: absolute;
    transform: translateY(-100.2%);
	top:50%;
    background: #fff;
    background:#272727;
    border-radius: 8px 8px 0px 0px;
}
.form-landing h3{
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	font-weight:400;
}
.internal-banner p {
    color: #fff;
    margin: 0;
	font-size:21px;
	line-height:30px;
	font-weight:300;
    padding: 25px 0px;
}

.form-landing input[type=text], .form-landing input[type=tel], .form-landing input[type=email] {
    border: 1px solid #66BD1B;
	background:none;
    height: 40px;
	font-size:14px;
    border-radius: 5px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #fff;
}
.form-landing input[type=text]::placeholder, .form-landing input[type=tel]::placeholder, .form-landing input[type=email]::placeholder{
	color: #fff;
	font-weight:400;
}

.form-landing select {
    border: 1px solid #66BD1B;
	background:url(../images/arrow_down.png)no-repeat right 10px center;
    height: 40px;
	font-size:14px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 40px;
    color: #fff;
}
.form-landing select:focus{
	background:none;
	color: #fff;
}
.form-landing textarea {
    border: 1px solid #66BD1B;
	background:none;
    height: 70px;
	font-size:14px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.form-landing textarea::placeholder{color: #fff;}
.form-landing textarea:focus{color: #fff; background:none;}

.form-landing input[type=submit] {
    background: #66BD1B;
    border: none;
    font-size: 18px;
    border-radius: 5px;
    height: 45px;
	width:100%;
    color: #fff;
    font-family: 'Playfair Display', serif;
    padding: 0px 30px;
    margin: auto;
    margin-top: 15px;
    display: table;
    cursor: pointer;
}
.form-landing input[type=submit]:hover{
	background:#222;
}*/

.list-style{
	padding:0px;
	list-style:none;
}
.list-style li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
    margin-bottom: 12px;
}
.list-style li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    width: 15px;
    text-align: center;
    display: block;
    color: #1A8CBA;
    margin-right: 15px;
}

.left_white_after:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:-100%;
	top:0px;
	background:#fff;
}

.fix-right_stachu{
	right:0px;
	bottom:0px;
}
.scale_tint:after {
    content: "";
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%) skew(190deg);
	-moz-transform: translateY(-50%) skew(190deg);
	-o-transform: translateY(-50%) skew(190deg);
	-ms-transform: translateY(-50%) skew(190deg);
	transform: translateY(-50%) skew(190deg);
    left: -60px;
    width: 120px;
    height: 144%;
    background: #fff;
}

.info_lawyers p{
	padding-right:40%;
}
.info_lawyers h3{
	font-weight:400;
	line-height:35px;
}
.info_lawyers h3 a{
	color:#212529;
}

.ulink h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 30px;
}

.ulink h4 {
    color: #CE9D48;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
}

.ulink ul{
    list-style: none;
    padding: 0px;
}
.ulink ul li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
.ulink ul li a:hover{
    color: #CE9D48;
}

.info_adderss p {
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 28px;
}
.info_adderss ul{
	list-style:none;
	padding:0px;
}
.info_adderss ul li{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.info_adderss ul li span{
	padding-right:10px;
}

.social_info {
    list-style: none;
    padding: 0px;
    display: grid;
    gap: 15px;
    margin-top: 40px;
}
.social_info li a {
    width: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: -65px;
    bottom: 0;
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	-o-transform: translateY(90px);
	transform: translateY(90px);
}
.logo-in {
	position: absolute;
	/* width: 105px;
	height: 105px;
	border-radius: 50%; */
	/* border: 1px solid #ddd; */
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.text-circle{
	position:absolute;
	/* width:100%;
	height:100%; */
	animation: rotateText 10s linear infinite;
}
.text-circle img{width: 160px;}
	
@keyframes rotateText {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.h3-after_num h3{
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    z-index: 1;
}
.h3-after_num h3 span {
    position: absolute;
    font-size: 80px;
    color: #6c953c;
    left: -10px;
    top: -8px;
    height: 42px;
    line-height: 16px;
    z-index: -1;
}
.h3-after_num p{color: #fff;}

.after_purple:after{
    content:"";
    background: #9a1e59;
    width: 85%;
    height: 92%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.h3-after_num ul{
    color: #fff;
    padding-left: 17px;
}
.pr_80{padding-right: 80px;}

.author_box{    
    padding: 40px;
    color: #fff;
}

.col-we_are h2{
    color: #62A663;
    text-transform: uppercase;
}
.col-we_are p {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.col-we_are p a{color: #62A663;}

.services:hover{
    text-decoration: none;
}
.services span {
    background: #ECECEC;
    display: block;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services span img{
    width: 112px;
}
.services p{
    color: #000;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
	font-weight:500;
}
.services:hover p{
    text-decoration: none;
    color: #1A8CBA;  
}

.col-we_are .row div[class^="col-"]{margin-bottom: 15px;}
.services:hover span{
    background: #1A8CBA url(../img/arrow-right.png)no-repeat center;
    background-size: 88px;
}
.services:hover span img{opacity: 0;}

.change_e {
    color: #000;
    padding: 0px 40px;
    font-size: 16px;
    letter-spacing: 0;
}
.change_e:hover{
    background: #1A8CBA;
    color: #fff;
}
.white_h2 h2{color: #fff;}

.info_adderss {
    display: grid;
    gap: 15px;
}
.info_adderss span {
    color: #62a663;
    margin-right: 10px;
    font-size: 18px;
}
.info_adderss p, .info_adderss a{
    color: #fff;
    font-weight: 400;
}

.cta {
    background: url(../img/save-hand.png)no-repeat 0px 30px;
    background-size: 200px;
}

.prodtlist h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 20px 0px;
    z-index: 1;
}
.prodtlist h3:after{
    content:"";
    width:40%;
    height:100%;
    background:#1A8CBA22;
    position:absolute;
    z-index:-1;
    left:-15px;
    top:0px;
}

.prodtlist ul{
    list-style:none;
    padding:0px;
    margin-top:40px;
}
.prodtlist ul li a {
    line-height: 50px;
    color: #282828;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.prodtlist ul li a:hover{
    color:#1A8CBA;
}
.prodtlist ul li:last-child a{border:none;}

.contentAfter{
    padding-left:70px;
    position:relative;
}
.contentAfter p:first-child strong{font-weight:600; color:#333;}
.contentAfter:after{
    content:"";
    width:40px;
    height:40px;
    position:absolute;
    top:0px;
    left:0px;
    background:#1A8CBA;
}

.internaL-banner {
    position:relative;
}
/*.iNpage-banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00000033;
}*/

.internaL-banner .container{
    position:absolute;
    top:50%;
    left:0px;
    right:0px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iNpage-banner h1 {
    color: #fff;
    font-weight: 600;
}
.iNpage-banner .breadcrumb {
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before{color: #ffffff;}
.iNpage-banner .breadcrumb li {
    color: #2998c5;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.iNpage-banner .breadcrumb li a{
    color: #fff;
}

.int_cta h3{
    color: #fff;
    font-size: 30px;
}
.int_cta h3 span {
    color: #ce9d48;
    font-weight: 500;
}
.icOnI{
    background:#ededed;
    width:80px;
    height:80px;
    border-radius:10px;
    margin:auto;
    margin-bottom:25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icOnI img{width:40px;}
.icOnProcess h4{margin-bottom: 15px;}

.abt-box h5 {
    font-weight: 600;
    letter-spacing: 3px;
    color: #1A8CBA;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.abt-box p{
    color:#666;
}

/*.fquoteF input[type=text], .fquoteF input[type=tel], .fquoteF input[type=email]{
    width:100%;
    height:50px;
    margin-bottom:15px;
    padding:0px 15px;
    background:#e8e7e6;
    border:none;
    outline:none;
    border-radius:0px;
}
.fquoteF textarea{
    width:100%;
    height:120px;
    margin-bottom:15px;
    padding:10px 15px;
    background:#e8e7e6;
    border:none;
    outline:none;
    border-radius:0px;
}
.fquoteF input[type=submit]{
    border:none;
    outline:none;
    cursor:pointer;
    margin-top:30px;
    padding:0px 35px;
    height:55px;
}

.faq-section1 .card {
    border: none;
    border-bottom: 1px solid #ffffff33;
    border-radius: 0;
    background: none;
}
.faq-section1 .card .card-header {
    padding: 15px 0px;
    background: none;
    border: none;
}
.faq-section1 .card button {
    padding: 0px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.faq-section1 .card button.btn:before {
    content: "";
    background: url(../img/icon_opened_accordion.svg)no-repeat center;
    background-size: 40px !important;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    border-radius: 50px;
}
.faq-section1 .card button.collapsed:before {
    content: "";
    background:url(../img/icon_closed_accordion.svg)no-repeat center;
    margin-right: 20px;
}
.faq-section1 .card button[aria-expanded=true] {
    color: #fff;    
}

.faq-section1 .card-body {
    padding-left: 60px;
    padding-right: 0px;
    color: #fff;
    padding-top: 0;
}*/
.charityP h2 {
    color: #fff;
}

.h2_fixcenter h3 {
    position: absolute;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.h2_fixcenter h3 span{
    color: #1A8CBA;
}

.pp_styling ul{
    margin-bottom: 30px;
}


/* Blog css */

.blog-iteM{
    margin-bottom:30px;
    display: grid;
    grid-template-columns: auto auto;
    gap:40px;
}

.bloGT{
    /*padding:30px;*/
}
.bloGT h4{
    font-weight:600;
}

.go-now a {
    height: 40px;
    background: #132d50;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0px 20px;
    text-decoration:none;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bloGT:hover .go-now a{
    background:#444;
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}
.go-now a:after {
    font-family: 'FontAwesome';
    content: "\f063";
    font-size: 11px;
    margin-left: 4px;
}
.text-btn {
    font-weight: 600;
    letter-spacing: 3px;
    color: #84223b;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.list-categories{padding:0px;}
.list-categories li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}
.list-categories li a{
    color:#444; 
}
.bSidebar ul li:before {
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: grayscale(100%);
}
.list-categories li:before {
    content: "";
    background: url(../images/arRowi.svg)no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.list-categories li a{
    font-weight:500;
    text-decoration:none;
}
.list-categories li:last-child{margin:0px; padding:0px;}

.bSidebar h3{
    font-weight:700;
    font-size:24px;
    margin-bottom:15px;
    margin-top:30px;
}
.bSidebar h3:first-child{margin-top:0px;}

.bSidebar ul li:before{
    opacity:0.5;
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-filter: grayscale(100%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(100%); /* Current draft standard */
}

.bSidebar ul li:hover:before{
    opacity:1;
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
    -webkit-filter: grayscale(0%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(0%); /* Current draft standard */
}

.mbthree0 {
    margin-bottom: 20px;
}
.article-post div figure {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin: 0;
    margin-right: 15px;    
}
.article-post div a{
    font-weight:600;
    display: block;
    color:#282828;
}
.article-post div a img{
    border-radius:10px;
}
.article-post div date {
    font-weight: 400;
    font-size: 13px;
}
.article-post div date span{color:#132d50;}
.article-post figure{margin-right:15px;}

.bAfterh p{
    font-size: 15px;
}
.blog{margin-bottom: 50px;}

.paginate-li li a {
    border: none;
    background: #132d50;
    color: #fff;
    font-size: 13px;
    font-weight:400;
    line-height:40px;
    padding:0px;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    text-align: center;
}
.paginate-li li.active a{
    background: #444 !important;
    color: #fff;
}
.paginate-li li a:hover{
    background: #444;
    color: #fff;
}
.blogDp h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.list-none{
    list-style: none;
    padding: 0px;
}
.list-none li{
    margin-bottom: 10px;
}

.tel-right {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 15px;
    top: -50px;
}
.tel-right img{
    width: 25px;
}
.tel-right:hover{color: #fff;}

.services-box{
    display: grid;
    gap: 20px;
    padding: 0px 15px;
    grid-template-columns: repeat(5, 1fr);
}
.services-box:hover a{text-decoration: none;}
.services-box img{border-radius: 10px; margin-bottom: 10px;}
.services-box h4{
    color: #fff;
    font-weight: 200;
    line-height: 24px;
}
.services-box a:hover h4{color: #CE9D48;}
.services-box a span{font-weight: 400; display: block;}

.three-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three-column a {
    -webkit-flex: 0 0 31.3%;
    -ms-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
}
span.help-block.form-error {
    display: none;
}
.r-success { text-align: center; padding: 10px; display: none;}
/* My css */

header{
    z-index: 99;
    width: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(147, 156, 248, .3);
    padding: 12px 50px;
    position: fixed;
}

.head-tel {
    color: #fff;
    font-size: 16px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.head-tel:hover i{color: #CE9D48;}

.btn-green {
    color: #fff;
	font-size:14px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(147, 156, 248, .4);
    padding: 5px 20px;
    border-radius: 10px;
	display:inline-flex;
	-ms-flex-align: center;
    align-items: center;
    transition: border-color .2s;
}
.btn-green:hover {
    border-color: rgba(147, 156, 248, 0.7);
    color: #fff;
	text-decoration:none;
}
.btn-green i {
    font-size: 13px;
    margin-left: 8px;
}

.btn-white {
	display:inline-block;
    color: #000211;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    transition: border-color .2s;	
}
.btn-white:hover {
    border-color: rgba(147, 156, 248, 0.7);
    color: #000;
	box-shadow: 0px 0px 30px #da2e80;
	text-decoration:none;
}

.slider-home1 {
    position: relative;    
}
.slider-home1 video{	
	opacity:0.8;
	display:block;
}
.slider-home1 .container {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    z-index: 9;
}
.slider-home1 h1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 60px;
}
.slider-home1 p {
    color: #fff;
    font-size: 16px;
}
.banner-style p:last-child {
    font-size: 13px;
}

.btn-expertise{
    list-style: none;
    padding: 0px;
	margin:0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.btn-expertise li {
    margin-right: 10px;
    background: linear-gradient(180deg, #080A18 0%, #0D1027 100%);
    box-shadow: inset 0px 0px 40px rgba(147, 156, 248, 0.1), inset 0px 0px 80px rgba(147, 156, 248, 0.05);
    border: 1px solid rgba(147, 156, 248, .3);
    color: #fff;
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 15px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn-expertise li:before{
    content: "#";
    margin-right: 1px;
    color: #939CF8;
}
.btn-expertise li:last-child{margin-right: 0px;}

.expertise__bg {
    background: radial-gradient(37.55% 37.55% at 50% 0%, #728BE0 0%, rgba(114, 139, 224, 0) 100%);
    opacity: 0.1;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.expertise-items h5{
    margin-bottom: 20px;
    color: #939cf8;
}
.expertise-items h3{
    
}

.key{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.key div{
    display: grid;
    gap: 25px;
    border-left: 1px solid rgba(147, 156, 248, .2);
}
.key div:first-child{
    border:none;
}
.key h2 {
    color: #fff;
    font-size: 53px;
    font-weight: 500;
}
.key p{
    text-transform: capitalize;
}

.title-services {
    display: grid;
    grid-template-columns: 20px 20px 1fr;
    grid-gap: 30px;
}
.title-services h6{
	color:#999;
}
.title-services div.circle-glow {
    box-shadow: 0px 0px 16px 5px #DA2E80;
    -webkit-flex: 0 0 8px;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    height: 8px;
    background: #DA2E80;
    border-radius: 50px;
    border: 2px solid #fff;
}
.title-services div:last-child span{
	color: #da2e80;
}
.title-services div:last-child h2{
	margin-top:20px;
	font-size:40px;
}

.services__laser {
    width: 2px;
    height: 1250px;
    position: absolute;
    top: -4%;
    margin-left: 52px;
    z-index: -1;
    background: rgb(218,46,128);
	background: linear-gradient(180deg, rgba(218,46,128,0) 0%, rgba(218,46,128,1) 27%, rgba(147,156,248,1) 72%, rgba(218,46,128,0) 100%);
}

#tabs .tab, #tabs2 .t2tab {
    display: inline-block;
    padding: 5px 10px 5px 30px;
	margin-left:50px;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    font-weight: 400;
}
#tabs .tab.active, #tabs2 .t2tab.active{
	padding: 5px 10px 5px 50px;
}
#tabs .tab.active:before, #tabs2 .t2tab.active:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 18px 2px #DA2E80;
}
.change-blue .t2tab.active:before{
	box-shadow: 0px 0px 13px 3px #974AEB !important;
}

#tabs .tabContent, #tabs2 .t2tabContent {
    z-index: 2;
    white-space: normal;
    transition: opacity .25s;
    position: absolute;
    z-index: 1;
    left: 24rem;
    top: -19px;
    background: radial-gradient(100% 100% at 50% 0%, #1D061F 0%, #000211 100%);
    border: 1px solid #DA2E80;
    box-shadow: inset 0px 0px 40px rgba(218, 46, 128, 0.1), inset 0px 0px 80px rgba(218, 46, 128, 0.05);
    padding: 60px;
    border-radius: 20px;
    height: 500px;
}
#tabs .hide, #tabs2 .hide {
    display: none;
}
#tabs .show, #tabs2 .show {
    display: block;
}
.tab-function {
    display: grid;
    gap: 10px;
    position: relative;
    min-height: 24rem;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(218, 46, 128, 0.4);
    backdrop-filter: blur(5rem);
    -webkit-backdrop-filter: blur(5rem);
    border-radius: 20px;
    height: 460px;
    align-content: center;
}
.tab-function .tab-items{
    display: grid;
    grid-template-columns: 32% 60%;
}

.glow-listing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    padding: 0;
}
.glow-listing li{
	font-size: 14px;
	background: linear-gradient(180deg, #180810 0%, #270D1A 100%);
    box-shadow: inset 0px 0px 20px rgba(147, 156, 248, 0.1), inset 0px 0px 20px rgba(147, 156, 248, 0.05);
	grid-column-gap: 8px;
    border: 1px solid #682d4a;
    border-radius: 50px;
    align-items: center;
    padding: 6px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	position:relative;
}
.glow-listing.blue li{
	border: 1px solid #4a2d68;
	background: linear-gradient(180deg, #0D0818 0%, #1A0D27 100%);
    box-shadow: inset 0px 0px 40rem rgba(147, 156, 248, 0.1), inset 0px 0px 80rem rgba(147, 156, 248, 0.05);
}

.glow-listing li:before {
    content: "";
	background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10rem #DA2E80, 0px 0px 10px #DA2E80, 0px 0px 10px #DA2E80;
	width: 7px;
    height: 7px;
    border: 1px solid rgba(248, 147, 196, .3);
    border-radius: 50px;
}

#tabs .tabContent h3, #tabs2 .t2tabContent h3 {
    margin-bottom: 20px;
}
#tabs .tabContent p, #tabs2 .t2tabContent p {
    margin-bottom: 20px;
	font-size:15px;
}

.change-blue .tab-items .t2tabContent{
	background: radial-gradient(100% 100% at 50% 0%, #12061F 0%, #080011 100%) !important;
	border: 1px solid #974AEB !important;
	box-shadow: inset 0px 0px 40px rgba(151, 74, 235, 0.1), inset 0px 0px 80px rgba(151, 74, 235, 0.05) !important;
}

.partners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
}
.partners li{margin:0px;}

.partners__ripples {
	transform: scale(.6);
}

.wave__container {
    position: relative;
    transform: translateX(25%);
    z-index: -1;
}
.wave__circle {
	position: absolute;
	background-color: transparent;
	border: 0.5px solid #939cf8;
	border-radius: 100%;	
	animation-name: ripple;
	animation-duration: 10s;
	animation-timing-function: cubic-bezier(0, 0.2, 0.5, 1);
	animation-iteration-count: infinite;
}

.wave__container .wave__circle:nth-child(2) {
	animation-delay: -1s;
}

.wave__container .wave__circle:nth-child(3) {
	animation-delay: -2s;
}
.wave__container .wave__circle:nth-child(4) {
	animation-delay: -3s;
}

@keyframes ripple {
	0% {
		top: 350px;
		left: 350px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: 0;
		left: 0;
		width: 600px;
		height: 600px;
		opacity: 0;
		-webkit-transform: scale(1);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}
}

.after-cicle li:before {
    content: "";
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10rem #DA2E80, 0px 0px 10px #DA2E80, 0px 0px 10px #DA2E80;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(248, 147, 196, .3);
    border-radius: 50px;
	margin-right: 5px;
}

.marquee {
	position: relative;
	bottom: 0px;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
}
.marquee:after{
	content:"";
	width:250px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background: rgb(0,2,17);
	background: linear-gradient(90deg, rgba(0,2,17,1) 36%, rgba(0,2,17,0) 100%);
	z-index: 9;
}
.marquee:before {
    content: "";
    width: 250px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(0,2,17);
    background: linear-gradient(273deg, rgba(0,2,17,1) 36%, rgba(0,2,17,0) 100%);
    z-index: 9;
}
.marquee span {
    color: #ffffff;
    font-size: 35px;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 3s linear infinite;
    animation-duration: 60s;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.form-tabs {
    background: #0D1027;
    box-shadow: inset 0px 0px 10px rgba(147, 156, 248, 0.1), 
	inset 0px 0px 20px rgba(147, 156, 248, 0.05);
    border-radius: 50px;
    align-self: center;
    font-weight: 300;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: relative;
    border: none;
    width: auto;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
	padding: 10px;
	grid-column-gap:10px;
}
.form-tabs button {
    z-index: 1;
    color: #fff !important;
    cursor: pointer;
    border: none;
    border-radius: 50px!important;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    transition: box-shadow .3s, background-color .3s, border-color .3s;
    position: relative;
    background: none !important;
	outline:none;
}
.form-tabs button.active {
    border: 1px solid #8992e9 !important;
    box-shadow: 0px 0px 15px #8992e9 inset;
}

.lets-form a{
	color:#fff;
}

.hr-line{
	border-bottom: 1px solid #787fcd4f;
    height: 30px;
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}

.lets-form input[type=text],
.lets-form input[type=tel],
.lets-form input[type=email],
.lets-form select{
	background: #0D1027;
    border: 1px solid rgba(147, 156, 248, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 50px;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.25;
    transition: border-color .25s;
	width:100%;
	margin-bottom:15px;
	text-transform:capitalize;
	outline:none;
}
.lets-form select{
	background: #0D1027 url(../images/short-arrow.svg)no-repeat center right 15px;
	background-size:10px;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	outline:none;
	color:#ffffff77;
	
}
.lets-form textarea{
	background: #0D1027;
    border: 1px solid rgba(147, 156, 248, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 100px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 15px 15px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.25;
    transition: border-color .25s;
	width:100%;
	margin-bottom:15px;
	outline:none;
}
.lets-form input[type=submit]{
	border:none;
	cursor:pointer;
}
.lets-form input[type=submit]:hover {
    box-shadow: 0px 0px 30px #da2e80;
}

.lets-form input[type=text]::placeholder,
.lets-form input[type=tel]::placeholder,
.lets-form input[type=email]::placeholder,
.lets-form textarea::placeholder{
	color:#ffffff77;
}

footer{
	padding:20px 0px;
	border-top:1px solid #ffffff11;
}
footer p, footer a{color:#ffffff55;}
footer ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	grid-column-gap:15px;
}
footer ul li a {
    color: #ffffff55;
    line-height: 32px;
}
footer ul li a:hover{
	color: #939cf8;
}

.backto i{
	font-size:12px;
}
.backto:hover{
	color: #939cf8;
}


.ripple--1 {
  z-index: 3;  
  opacity: 0;
  border: 1px solid #939cf8;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ripple--2 {
  z-index: 2;  
  border: 1px solid #939cf8;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ripple--3 {
  z-index: 1;  
  opacity: .3;
  border: 1px solid #939cf8;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ripple--4 {
  z-index: 0;  
  opacity: .1;
  border: 1px solid #939cf8;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partners__ripples{
    position: relative;
    scale: 0.5;
    bottom: -90px;
    left: 0px;
    right: 0px;
    z-index: -1;
}

.marquee {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}


.mode{
	display: flex;
	align-items: center;
	grid-gap: 5px;
	font-size: 14px;
}
.mode a{
	width: 30px;
	cursor: pointer;
	color: red;
}

body.dark{
	background: #000;
}

.androd-grid{
	position:relative;
}
.androd-grid div{
	max-width: 140px 
}
.androd-grid:after {
    content: "";
    background: url(../images/mobile-line-gridi.svg)no-repeat;
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 2px;
    top: 50%;
}
.androd-grid:before {
    content: "";
    position: absolute;
    box-shadow: 0px 0px 10px 4px #DA2E80;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #DA2E80;
    left: 60px;
    top: 30px;
    z-index: 9;
}
.androd-grid.align-end{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.androd-grid.align-end:before {
    right: 43px;
    left: inherit;
}
.androd-grid.align-end:after{
	background-position:right;
}


.accordion-tbs {
    display: grid;
    grid-gap: 12px;
}
.accordion-tbs .card {
    border-radius: 0px;
    border: 0px;
    border-color: #000;
    background: none;
}
.accordion-tbs .card-header {
    background: none;
    border: none;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
}
.accordion-tbs .card-header button {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px;
    text-decoration: none;
    width: 100%;
    border: none;
    text-align: left;
    color: #000;
    background: none;
    display: grid;
    grid-template-columns: 90% 1fr;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    white-space: normal;
}
.accordion-tbs .card-header button[aria-expanded="true"] {
    border-radius: 0px;
    border: none;
    position: relative;
}
.accordion-tbs .card-header button[aria-expanded="true"]:after {
    content: "\f077";
    font-family:'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 100;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0px 0px 4px #DA2E80, 0px 0px 5px rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(218, 46, 128, .1);
    border-radius: 5px;
    text-align: center;
}
.accordion-tbs .card-header button[aria-expanded="false"]:after {
    content: "\f078";
    font-family:'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 200;
    width: 28px;
    height: 28px;
    line-height: 28px;
    box-shadow: 0px 0px 4px #DA2E80, 0px 0px 5px rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(218, 46, 128, .1);
    border-radius: 5px;
    text-align: center;
}
.accordion-tbs .card-body {
    font-size: 16px;
    padding-top:0px;
}
.accordion-tbs .card-body p {
    margin: 0px;
    color: #fff;
}