@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');

html {scroll-behavior: smooth;}
@font-face
{
    src:url("../fonts/Montserrat.ttf");
    font-family:'montserrat';
}
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height: 1.4; 
	font-family: 'montserrat' !important;
	font-weight: 400;
	overflow-y: unset !important;
	
}
/*#preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: #fff;*/
/*    z-index: 99999;*/
/*}*/
/*#status {*/
/*    width: 200px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    background-position: center;*/
/*    margin: -55px 0 0 -102px;*/
/*    text-align: center;*/
/*}*/
.container{
	max-width: 90% !important;
	margin: 0 auto; 
	width: 100%;
}
.max-container{
	max-width:1000px;
	margin: 0 auto;
}
.page-container
{
    width:85%;
	margin: 0 auto;
}
.container-min{
	max-width:1250px;
	margin: 0 auto;
}
.pb-20
{
    padding-bottom:20px;
}
.pt-100 {
	padding-top:60px;
}
.pt-50 {
	padding:50px 0;
}
.pt-35 {
	padding-top:35px;
}
.pr-20 {
    padding-right: 2rem !important;
}
.p-b-100{
	padding-bottom:60px;
}
a ,a:hover{
	text-decoration:none !important;
}
ul , ol{
	padding:0;
	margin:0;
	list-style:none;
}
img {
	max-width:100%;
}
hr {
    
    border-top: 1px solid rgb(240 240 240 / 10%)!important;
}
.center
{
    text-align:center;
}
.d-none-m {
    display: none;
}
.m-50
{
    margin:50 auto;
}
.title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
	color:#fff;
}
.header {
    position: fixed;
    width:100%;
    top: 0;
    z-index: 99;
    transition: all 0.5s ease 0.1s;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    border-bottom: 1px solid #eee;
}
.header.sticky:before {
    background: #fff;
    height: unset;
    position:unset;
}
.header.sticky {
    background-color: #ffffff;
    box-shadow:0 4px 12px 0 rgba(0,0,0,.05);
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.1);
            box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    border-bottom: 1px solid #eee;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.top-header
{
   -webkit-transition: .3s ease all;
    -moz-transition: .6s ease all;
    padding: 10px 0;
}
.sticky .top-header {
    padding: 5px 0;
}
.header-logo img {
    display: inline-block;
	width: 100%;
}
.header-logo2 {
    transition: all 0.4s ease;
    position: absolute;
    right:14%;
    width:110px;
    transform: translateX(70%);
}
.sticky .header-logo 
{
    /*width:100px;*/
}
.sticky .header-logo  img {
    width: 100%;
    
}
/*.header.sticky .header-logo .defult-lg {*/
/*   display:none;*/
/*}*/
/*.header.sticky .header-logo .sticky-lg {*/
/*    display:block;*/
/*    width:85%;*/
/*}*/
/*.header-logo .defult-lg {*/
/*   display:block;*/
/*}*/
/*.header-logo .sticky-lg {*/
/*      display:none;*/
/*}*/
/*.header.sticky .header-logo2 .defult-lg {*/
/*   display:none;*/
/*}*/
/*.header.sticky .header-logo2 .sticky-lg {*/
/*    display:block;*/
/*    width: 90%;*/

/*}*/
/*.header-logo2 .defult-lg {*/
/*   display:block;*/
/*}*/
/*.header-logo2 .sticky-lg {*/
/*      display:none;*/
/*}*/
.right-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
   background: rgba(1,78,162,90%);
    height: 100vh;
    width: 47px;
}
i.fab.fa-whatsapp {
    font-size: 28px;
    padding: 10px 0;
    color: aliceblue;
}
i.fab.fa-instagram,i.fab.fa-facebook-f {
    font-size: 28px;
}
.navbar-main {
    display: flex;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	width: 47px;
	align-content: space-between;
}
.navbar {
 padding:unset !important;
}
.menu-detail {width: 100%;}
.togal-menu {
    cursor: pointer;
}
.togal-menu i {
    color: #000;
    font-size: 28px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-weight: 700;
	transition:all 0.4s ease;
	text-decoration: none;
	width: auto;
	z-index: 9;
}
.navbar-menu {
    position: fixed;
    right: -602px;
    top: 0;
    background-image: url(../images/menu-bg.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    width: 500px;
    background-color: #254896;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}
.navbar-menu.active {
    opacity: 1;
	right:0;
}

.menu li {
    display: block;
}
.menu li a {
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    padding: 8px 0;
    display: inline-block;
    position:relative;
}
li.breadcrumb-item {
    text-transform: uppercase;
}
.breadcrumb
{
    justify-content:center;
}
.menu  li a::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    right: -60px;
    background: #fff;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 1;
}
.menu  li a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    top: 50%;
    left: -60px;
    background: #fff;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 1;
}

.menu  li a:hover::after , .menu  li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.menu li a.satva-lg {
    width: 70px;
}
.menu li a.satva-lg img{
    width: 100%;
}
.togal-menu .fa-bars{
	display:block;
}
.togal-menu.active .fa-bars{
	display:none;
}
a
{
    transition:all 0.5s ease;
}
.togal-menu.active i {
    color: #fff;
}
.togal-menu .fa-times{
	display:none;
}
.togal-menu.active .fa-times{
	display:block;
}

.header-social a {
    display: block;
    padding: 5px;
    font-size: 23px;
    color: #fff;
	transition:all 0.4s ease;
}
.main-title h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.banner-main {
    width: 100%;
    padding:6rem 0 0;
}
/*.banner-main  .banner-video*/
/*{*/
/*    width:80%;*/
/*    margin:0 auto;*/
/*}*/
.corporate-sec {
    padding:1rem 0 6rem;
    background:#fff;
}
.corporate-detail p {
    color:#000;
    font-size: 16px;
    text-align: justify;
}
.corporate-item {}.corporate-item {
    padding:0 10px 10px 10px;
}
.corparate-btn {
    font-weight: 500;
    background: #254896;
    color: #ffffff !important;
    display:inline-block;
    margin-top:20px;
    font-size: 14px;
    padding: 10px 35px;
    /* text-transform: uppercase; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: 1px solid #254896;
    outline-offset: 3px;
}
.corparate-btn:hover {
    background: transparent;
    color: #254896 !important;
}
.corporate-detail {
    width: 80%;
    margin:0 auto;
    
}
.no-gutters {
  padding: 0;
}
.corporate-img {
    width: 70%;
    margin: 0 auto;
}
.no-gutters .col {
  padding: 0;
}
.corporate-detail h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.corporate-line{
	position:relative;
}
.corporate-line:after {
    content: "";
    height: 295px;
    color: #000;
    border-left: 2px solid;
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.project-main {
    padding:3rem  0;
    position: relative;
    color: #000;
}
#project-slider .item
{
    width:90%; 

}
.owl-dots {
    display: none;
}
.project-left-group a
{
    text-decoration:none !important;
}
.project-group-text {
    padding: 0;
    transition: 1s all ease;
    text-align: center;
    font-size: 22px;
    font-weight:600;
    position: absolute;
    rotate: 270deg;
    top: 58%;
    left: -25%;
    margin: 0;
    width: 40%;
    display: inline-block;
    color: #000;
}
.completed-sec {
    padding: 80px 0;
}
.completed-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.defail-btn {
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #254896;
    padding-top:10px;
    background-color: #254896;
    transition: all 0.4s ease;
}
.defail-btn:hover {
	background-color: #fff;
	color:#254896;
}
.completed-group span {
    text-align: center;
    font-weight: 700;
    display: block;
}
.madia-sec {
    padding-top: 80px;
	height: 1000px;
	position: relative;
}
.madia-sec:after {
    content: '';
    background-image: url(../images/MEDIA-BG.jpg);
    height: 60vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.madia-group iframe {
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}
.madia-sec .title {
    text-align: center;
    color: #fff;
}

.footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size:100%;
    padding: 20px 0 70px;
}
span.address {
    width: 50%;
    display: block;
}
.footer-details {
    display: grid;
    grid-template-columns: repeat(1, 57% )30%;
    grid-gap: 115px;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 50px;
    margin-top: -350px;
}
.copy-right {
    text-align: center;
    padding: 15px;
    font-size: 12px;
    font-weight: 500;
    border-top: 1px solid #eee;
}
.our-contacts-menu li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.our-contacts-menu li:last-child {
	margin-bottom:0;
}
.our-contacts-menu {
    margin-top: 40px;
}
.our-contacts-icon {
    width: 15%;
}
.our-contacts-text {
    width: 80%;
}
.form-footer h3 {
    margin-bottom: 30px;
    font-weight: bolder;
}
 .form-footer .form-group  label{
	font-size: 17px;
    font-weight: 600;
	margin-bottom: 10px;
 }
 .footer-details {
    position: relative;
	margin-bottom: 80px;
	color:#000;
}
.footer-details:after {
    content: '';
    position: absolute;
    top: 0;
    left: 62%;
    height: 100%;
    width: 1px;
    background-color: #c0c0c0;
}
 .form-footer .form-group  .form-control {
    border: 1.5px solid  #9996;
    border-radius: 0;
    outline: none;
}
.comtact-btn  button:hover {
	background:transparent;
    color: #254896 !important;
}
.comtact-btn  button {
    color: #fff;
    padding: 10px 30px;
     font-weight: 500;
    background: #254896;
    text-transform: uppercase;
    color: #ffffff !important;
    display:inline-block;
    font-size: 14px;
    padding: 8px 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    outline: 1px solid #254896;
    outline-offset: 3px;
}
.our-contacts h3 {
    margin-bottom: 30px;
    font-weight: bolder;
}
.our-contacts h3  span {
    font-weight: 400;
}
.form-group {
    margin-bottom: 20px;
}
.our-contacts-text h6 {
    font-weight: 600;
    margin-bottom: 15px;
}
.our-contacts-text span {
    color:  #3c3c3c;
	font-weight: 300;
}
.our-contacts-text span a {
    color:  #3c3c3c;
}
.footer-bottom {
    display: grid;
    grid-template-columns: repeat(1, 30% )60%;
    grid-gap: 80px;
}
.footer-bottom-logo {
    color: #fff;
}
.footer-bottom-logo img {
    margin-bottom: 20px;
}
.footer-bottom-logo p
{
    font-size:14px;
}
.footer-bottom-social h4 {
    margin-bottom: 30px;
    font-weight: 600;
	color:#fff;
}
ul.footer-bottom-menu li {
    display: flex;
	margin-bottom: 20px;
	color:#fff;
	align-items: center;
	width: fit-content;
}
ul.footer-bottom-menu li span {
	color:#fff;
}
ul.footer-bottom-menu li a {
	color:#fff;
}

.footer-bottom-icon i {
    margin-right: 20px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #254896;
	transition:all 0.4s ease;
}
ul.footer-bottom-menu li:hover .footer-bottom-icon i{
	background-color: #254896;
	color:#fff;
}

.row
{
    margin-right: 0px !important;
    margin-left: 0px!important;

}
.milestone-main {
    padding: 85px 0;
	position: relative;
}
.milestone-main .title h1
{
    position: relative;
    font-weight:bolder;
}
.milestone-main:after {
    content: '';
    background-image: url(../images/milestone-banner.jpg);
    height:100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

    z-index: 1;
}
.milestone-main > .container >.title {
    margin-top: 50px;
	text-align: inherit;
	/*margin-left: 3%;*/
}
.milestone-main .title {
    text-align: center;
	position: relative;
	margin-bottom:50px;
    z-index: 9;
	color:#fff;
}
.milestone-main p
{
    text-align:justify;
    font-size:14px;
}
.milestone-group {
    height: 290px;
    background-color: #fff;
    padding: 25px;
    margin: 0 15px;
    border-radius:20px;
    position: relative;
    z-index: 9;
}
.milestone-group h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.milestone-group.project-title {
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}
.corporate-detail .title {
    color: #000;
	opacity:1;
}
.height {
    width: 100%;
	margin-top: 95px;
}

.project-group {
    transition: 0.6s ease all;
    height: 370px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.project-left-group {
    width: 100%;
    position:relative;
    transition:all 0.5s ease;
}
.project-left-group:hover p {
    color: #000;
}
.project-left-group p {
    text-align: justify;
    font-size: 16px;
     color: #a5a5a5;
     transition:all 1.5s ease;
}
.project-left-group p:hover
{
    color:#000;
}
.sec-center {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.top-banner-img {
    position: relative;
    margin-bottom: 5%;
    margin-top: -90px;
}
.section-topba-text {
    position: absolute;
    bottom: 30px;
    text-transform:uppercase;
    left: 8%;
    color: #fff;
}
ul.section-menu {
    display: flex;
}
ul.section-menu li {
    margin: 0 7px;
    color: #fff;
    font-weight: 600;
}
ul.section-menu li a {
	color: #000;
}
ul.section-menu li:nth-child(1) {
    margin-left: 0;
}
.contact-main {
    padding: 4rem 0;
}
.contact-details {
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    grid-row-gap: 20px;
    align-content: flex-start;
    flex-direction: column;
}
.contact-title h1 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
}
.address p {
    width: 60%;
    padding-left:20px;
    position: relative;
}
.address p a {
	color:#000;
}
.sales h3 {
    font-size: 19px;
    font-weight: 600;
}
.contact-type {
    font-weight: 500;
    min-width: 30px;
    display: inline-block;
}
.contact-information a{
	color:#000;
}
/*.hr-line {*/
/*    border-bottom: 1px solid #272727;*/
/*}*/
.con-form-group {
	position: relative;
	margin-bottom: 20px;
}
.con-form-group .form-control-new {
	border:1.5px solid  #9996;
	background: none;
	padding: 1em;
	font-size: 14px;
	color: #000;
	transition: 150ms cubic-bezier (0.4, 0, 0.2, 1);
	width: 100%;
} 
.con-form-group label {
	position: absolute;
	left: 16px;
	color: #000;
	pointer-events: none;
	transform: translateY(1rem); 
	opacity:0;
	transition: 150ms cubic-bezier (0.4, 0, 0.2, 1);
}
.con-form-group .form-control-new:focus {
	outline: none;
	border: 2px solid #254896;
	opacity:1;
}
.con-form-group .form-control-new:focus ~ label  {
	transform: translateY(-50%) scale(0.8); 
	background-color: #254896;
	padding:5px 10px; 
	color: #fff;
	opacity:1;
}
.form-btn button {
    color: #fff;
    padding: 10px 30px;
    border:none;
	cursor: pointer;
	font-weight: 500;
    display:inline-block;
    font-size: 14px;
    padding: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    outline: 1px solid #254896;
    outline-offset: 3px;
    background: #254896;
}
.form-btn button:hover {
    background:transparent;
    color: #254896;
}
.des-none{
	display:block;
}
.res-none{
	display:none;
}
.footer-bottom-menu li:last-child{
	margin-bottom:0;
}
a.footer-btn {
    font-size: 14px;
    transition: all 0.5s ease;
}
a.footer-btn
{
    color:#000;
}
.topbanner-box{
	width:100%;
}
.margin-0 {
    margin: 0;
}
.main-column {
    width: 8.333333%;
}
.corpo-right {
    margin-right: -15px;
}
.about-details {
    padding-top: 2rem;
    margin-bottom: 5%;
}
.corpo-details{

	padding-top:4rem;
	margin-bottom:4rem;
}
.bgcolor {
    background: #f7f7f7;

}
.max-width {
    width: 95%;
}
.page-title {
    font-size:30px;
    padding-top: 2rem;
}
.page-title h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.corpo-title {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.corpo-text {
    padding: 3rem 0 0 0;
    width: 90%;
}
.text-details {
    padding:10px 0 3rem 0;
}
.corpo-text p{
	text-align:justify;
	color: #000;
    font-size: 16px;
}
.corpo-left {
	width: 85%;
}
.corpo-left p {
	width:100%;
}
.card-data {
    display: flex;
    flex-direction: column;
    position: relative;
}
.left-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-content {
    width: 100%;
    /* margin-left: 2.08333vw; */
    text-align: justify;
}
.mile-main {
    background-color: #ffffff;
    color: #000;
}
.mileston-details {
    margin-right: 20px;
}
.mileston-details h5 {
    font-size: 18px !important;
    margin-top: -20px;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mileston-details:hover p
{
    color:#000;
}
.mileston-details p {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    font-size:16px;
    color:#a5a5a5;
    transition:all 0.5s ease;
}
.mileston-details p:hover
{
    color:#000;
}
.Industry-left-group p{
    color:#a5a5a5;
    transition:all 0.5s ease;
}
.Industry-left-group p:hover
{
    color:#000;
}
.mileston-main-sli {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.competitve-main {
    background: #f7f7f7;
    color: #000;
    padding: 50px 0 0 0;
}
.Industry-group-text {
    font-size: 18px;
    text-transform: uppercase;
    margin:  10px 0;
}
.Industry-left-group {
    width: 95%;
}
svg#Layer_1 {
    margin-right: -3px;
    margin-top: -3px;
}
.competitve-main  .container-min {
    max-width: initial;
    margin: 0 auto;
}
.competitve-main .project-group {
    transition: 0.6s ease all;
    height: auto;
}
.project-title {
    padding-bottom: 2rem;
}
.project-main .title h1
{
    position:relative;
    text-transform:uppercase;
    color:#000;
    font-size: 30px;
}
.project-title h3 {
    font-size: 26px;
}
.description p {
    color: #333;
    font-size: 16px;
    
}
.pt
{
    padding:10px 0;
}
.project-sec {
    padding-top: 30px;
}
.competitve-main .corpo-text {
    padding: 0;
    width: 100%;
    text-align: left;
}
.competitve-main .project-sec {
    padding: 0px 0;
    background-color: #f7f7f7;
    position: relative;
    height: auto;
    color: #000;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: none !important;
    border:none important;

}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 34px !important;
    
}
.owl-nav i {
    color: #254896;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    left: 49%;
    top: 100%;
    width: fit-content;
}
.competitve-main  .project-group-text {
    font-size: 18px;
    text-align: left;
    text-align: left;
    rotate: none;
    position: unset;
    text-transform: uppercase;
    position: unset;
    display: inline-block;
    transform: unset;
}
.owl-theme .owl-nav {
    /* margin-top: 10px; */
    position: absolute;
    right: 100px;
    top: -130px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 6px !important;
    background: #8393b8 !important;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #254896 !important;
}

.owl-prev {
    left: -34px;
}
.owl-prev, .owl-next {
   
}
/*carousel*/
.col-carousel {
	margin: 10px 0;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 9 !important;
}
/* owl nav */
.owl-prev span, .owl-next span {
	color: #fff;
	display: none;
}
.owl-prev, .owl-next {

}
.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}
/*end*/
.section-padding{
	width:100%;
	margin: 0 auto;
	
}

.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: auto; /* OVERWRITE PLUGIN MARGIN */
  margin-bottom:30px;
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}
.item h3 {
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    font-weight:700;
    font-size:18px;
    text-transform:uppercase;
}
#project-slider .item img
{
    position: relative;
    border-radius: 10px;
}
.item span {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    text-transform: uppercase;
    width: 100%;
    text-align: -webkit-center;
}
.group-box span{
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
    text-align: -webkit-center;
}
.group-box img
{
    position: relative;
    border-radius: 10px;
}
.overly-image {
    position: relative;
    width:100%;
    overflow:hidden;
}
.res-boxes .group-box .v-btn {
      text-align: center;
      width: 100%;
      display: block;
      position: absolute;
      color: #fff;
      bottom:-10px;
      opacity:0;
      text-transform: uppercase;
      font-size: 18px;
      padding: 18px 0;
      transition: all 0.5s ease;
}
.res-boxes .group-box:hover .v-btn
{
      bottom:0;
      background:rgb(0 0 0 / 50%);
      opacity:1;
     
}
#project-slider .item .v-btn {
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    color: #fff;
    bottom: -10px;
    opacity: 0;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
    transition: all 0.5s ease;
}
#project-slider .item:hover .v-btn
{
      bottom:0;
      background:rgb(0 0 0 / 50%);
      opacity:1;
     
}
.owl-item.active.center span
{
    padding:20px 0;
    font-size:24px;
}
.owl-item.active.center h3
{
    font-size:26px;
     padding: 22px 0;
}
.media-main {
    margin-top: 2.5rem;
}
/*tabbing*/
.plan {
    margin-top: 10%;
    width: 90%;
    margin:0 auto;
}
.title {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.title-demo {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
}
.tabs {
    display: flex;
    flex-direction: row;
}
.tab {
    cursor: pointer;
    width: 250px;
    padding: 3px;
    font-size: 26px;
    margin: 0 5px;
    background: #ffffff;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    color: #afafaf;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 3px 3px 0px 0px;
    border: 2px solid #eee;
}
.image-tab {
    width: 310px;
    display: inline-grid;
    overflow:hidden;
    padding:20px;
}
.title-sub {
    display: inline-block;
    font-size: 16px;
    color: #000;
    padding:10px 0;
}
.panels {
    padding-top: 30px;
    width: 100%;
    text-align: center;
}
.panel{
  display:none;
  animation: fadein .8s;
}
p img
{
    margin:20px;
}
.fancybox-caption__body
{
    text-transform:uppercase!important;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bolder;
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel,
#five:checked ~ .panels #five-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab,
#five:checked ~ .tabs #five-tab{
  background:#254896;
  color:#fff;
}

/*end*/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    
}
button.owl-prev {
  display:none;
}
button.owl-next {
    display:none;
}
.section-padding button.owl-prev {
    display: block !important;
    top:0;
    position: absolute;
    font-size:35px;
}
.section-padding button.owl-next {
    
    display: block !important;
    position: absolute;
    left: 50px;
}
.section-padding button.owl-next i,.section-padding button.owl-prev i
{
    font-size:35px;
    transition: all 0.4s ease;
}
p.add-icon::before {
    content: "\f3c5";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}   
i.fas.fa-arrow-alt-circle-left:hover,i.fas.fa-arrow-alt-circle-right:hover {
    opacity: 1;
}
i.fas.fa-arrow-alt-circle-left,i.fas.fa-arrow-alt-circle-right
{
    transition: all 0.4s ease;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{
    outline:none;
}
button:focus {
    outline: unset !important;
}

	/*------------- Form ---------------*/
.scrolled {
    display: none;
}
.nb-form.open {
    bottom: 0 !important;
}
.quick-enquiry .nb-form {
     position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FFF;
    right: 90px;
    bottom:-410px;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
}
div#g_recaptcha {
    transform: scale(0.8);
}

/*-- User Icon --*/

.quick-enquiry .nb-form .user-icon {
    position: absolute;
    top: -49px;
    right: 12px;
    display: block;
    width: 58px;
    margin: 20px auto 15px;
    border-radius: 100%;
}

/*-- Title --*/

.quick-enquiry  .title {
    background: #254896;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 18px;
    color: #fff;
    font-weight: 500;
}

/*-- Text --*/

.quick-enquiry .nb-form p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.quick-enquiry .nb-form p.message {
    margin-left: 7px;
}

/*-- Form Elements --*/

.quick-enquiry .nb-form form {
    padding: 20px;
    display:block;
}

.quick-enquiry .nb-form input {
    font-size: 15px;
    width: 100%;
    
    margin-bottom: 30px;
    padding: 10px;
    border: none;
    color: #254896;
    border-bottom: 1px solid #eee;
	font-family: 'Saira', sans-serif !important;
}


.quick-enquiry .nb-form input:focus {
    outline: none;
    box-shadow: none;
}

.quick-enquiry .nb-form input[type='submit'] {
    display: block;
    width: 120px;
    margin: 0 auto;
    padding: 5px 20px;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff !important;
    border: none;
}
.quick-enquiry .nb-form  button {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    padding: 6px 15px;
    background-color: #254896;
    border: 2px solid #254896;
    outline: none;
    font-size: 15px;
    color: #fff;
    transition: all .4s ease;
    font-family: 'Saira', sans-serif !important;
	cursor:pointer;
}
.quick-enquiry .nb-form button:hover {
   background-color: transparent;
    border: 2px solid #254896;
    color: #254896;
}


.quick-enquiry .nb-form ::-webkit-input-placeholder {
    color: #254896;
}

.quick-enquiry .nb-form ::-moz-placeholder{
    color: #d2b356;
}

.quick-enquiry .nb-form :-ms-input-placeholder {
    color: #c09a7d;
}

.quick-enquiry .nb-form :-moz-placeholder {
    color: #d2b356;
}

.quick-enquiry .nb-form input[type='submit'] {
    background: #c09a7d;
}
.thank-youmain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.thank-youdetaias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.thank-youtitle {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.thank-youpera {
    font-size: 20px;
}
.thank-youicon {
    margin: 30px 0;
	font-size: 60px;
    color: #00ff2b;
}
/*satva-page*/

.about-title {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.satva-title {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.satva-details {
    padding:1rem 0;
}
.satva-title {
    padding-bottom:1rem;
}
p {
    font-size: 16px;
    text-align:justify;

}
.satva-details p {
    line-height: 25px;
}
.satva-text h4 {
    display: inline-block;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    text-align:center;
}
.satva-text .sub-tt
{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    text-align:center;
}
.satva-text h5 {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
}
.satva-text ul {
    padding: 0;
    list-style: disc;
}
.satva-text ul li {
    line-height:30px;
}
/*.award-tt {*/
/*    position: relative;*/
/*    padding-left: 15px;*/
/*}*/
.award-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    justify-content:space-between;
    min-height: 350px;
    max-height: 100%;
}

.awd-img {
    width: 160px;
}
.awd-img img
{
    width:100%;
    filter:drop-shadow(0 30px 10px rgba(0,0,0,0.15));
}
/*.award-tt::before {*/
/*    content:'' ;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top:5px;*/
/*    background: #333;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-radius: 100%;*/
/*}*/
#social {
  position: fixed;
  left:15px;
  width: 40px;
  bottom: 0;
  text-align: left;
  height: auto;
  display: flex;
  z-index: 3000;
  background: transparent;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}
#social li {
  /* margin: 10px 5px; */
  list-style: none;
  font-size: 26px;
}
#social li a{
  color:#000;
}
#social li a,
#social li a:visited {
  color: #254896;
  padding: 0 0px;
}

#social li a:hover,
#social li a:visited:hover {
  color: #254896;
}

.inquery-main{
    position: relative;
    padding:4rem 0;
    background: #ffffff;
}


.inquery-us{
	position:relative;	
}

.inquery-us h2{
	position:relative;
	font-size: 26px;
	font-weight:600;
	margin-bottom:15px;
	text-transform: uppercase;
}

.inquery-us .form-group{
	position:relative;
	margin-bottom:15px;	
}

.inquery-us .inquery-form{
	position:relative;
	padding-right:20px;
	margin-bottom:30px;
}

.inquery-us input[type="email"],.inquery-us input[type="text"]{
	position:relative;
	width:100%;
	line-height:30px;
	padding:14px 25px 14px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:60px;
	font-size:14px;
	color:#2d2d2d;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
}
.inquery-us textarea{
	position:relative;
	width:100%;
	line-height:24px;
	padding:12px 25px 12px 25px;
	border:1px solid #efefef;
	background:#ffffff;
	color:#2d2d2d;
	height:230px;
	font-size:14px;
	outline:none;
	color:#2d2d2d;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	resize:none;
}

.inquery-us input[type="email"]:focus,.inquery-us input[type="text"]:focus,.inquery-us textarea:focus{
	border-color:#254896;	
}

.inquery-us input.error:focus,.inquery-us textarea.error:focus{
	border-color:#ff0000;	
}
.inquery-form label.error{
	display:none !important;	
}
.career-box p {
    line-height: 25px;
}

.inquery-us input[type="submit"]{
	padding: 6px 35px;
    background-color: #254896;
    border: 2px solid #254896;
    outline: none;
    font-size: 15px;
    color: #fff;
    transition: all .4s ease;
    font-family: 'Saira', sans-serif !important;
    text-transform:uppercase;
	cursor:pointer;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.inquery-us input[type="submit"]:hover{
	background-color: transparent;
    border: 2px solid #254896;
    color: #254896;
}

.inquery-us .inquery-info{
	position:relative;
	padding-left:20px;
	visibility: hidden;
}
.inquery-info .info-box{
	position:relative;
	margin-bottom:25px;	
}
.inquery-info .info-box li{
	position:relative;
	padding-left:40px;
	color:#a3a5a5;
	font-size:13px;	
	line-height:25px;
}
.inquery-info .info-box li .fa{
	position:absolute;
	left:0px;
	top:5px;
	width:25px;
	height:25px;
	text-align:center;
	color:#ffffff;
	line-height:25px;
	font-size:14px;
	background:#254896;
}
.inquery-info .info-box li strong{
	color:#41403f;	
}
.inquery-info .info-box li a{
	color:#a3a5a5;	
}
.inquery-info .info-box li a:hover{
	color:#254896;	
}
.location-map{
	position:relative;
	width:100%;
	height:270px;
	background:#e7e7e7;	
}
.location-map .gm-style-iw p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    padding: 20px 20px 0;
	text-align:center;
}

.go-to-top{
	position:fixed;
	bottom:40px;
	right:15px;
	width:32px;
	height:32px;
	border:2px solid #000000;
	color:#000000;
	background-color:transparent;
	font-size:24px;
	line-height:24px;
	text-align:center;
	z-index:1000;
	cursor:pointer;
	display:none;	
}

.go-to-top:hover{
	border-color:#254896;
	background-color:#254896;
	color:#ffffff;
}
.project-listing {
  margin-bottom: 30px;
}
.project-listing img {
    width: 100%;
}
.project-listing {
    width: 350px;
    background: #fff;
}
.project-listing h4 {
    font-size: 18px;
    padding: 15px 0;
    color: #000;
}
.project-listing a {
  display:inline-block;
  padding:35px;
}
.project-listing a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.project-listing a:active {
  opacity: 1;
}
.career-box li {
    margin-bottom: 1em;
}
.career .form-group {
    position: relative;
    margin-bottom: 15px;
}
.form-control {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px 8px;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.career-form .btn {
    padding: 6px 35px;
    background-color: #254896;
    border: 2px solid #254896;
    outline: none;
    font-size: 15px;
    color: #fff;
    transition: all .4s ease;
    font-family: 'Saira', sans-serif !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.career-form .btn:hover {
    background-color: transparent;
    border: 2px solid #254896;
    color: #254896;
}
.form-control:focus
{
    color: #000;
    background-color: #fff;
    border-color: #000 !important;
    outline: 0;
    box-shadow: unset !important;
}
.career-info ul
{
    padding-left:0;
}
.page-title  h4{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
form#career-form {
    position: sticky;
    top: 75px;
}
.career-box ul {
    list-style: disc;
}
.bg-img {
    /*background: url(../images/bg.jpg);*/
    /*background-size: 100%;*/
    /*background-repeat: no-repeat;*/
    padding: 2rem 0 ;
    background:#fff;
}

#infographic .circle {
   width: 360px;
   height: 360px;
   border-radius: 50%;
   border: 7px double;
   border-color: #ccc;
   display: flex;
   flex-direction: column;
   justify-content: center;
   text-align: center;
   padding: 40px;
   position: absolute;
   left: 50%;
   margin: 30px 0;
   align-items: center;
}
#infographic section:nth-child(odd) .circle {
   transform: translateX(-50%);
}
.seconnd {
   position: absolute;
   top: 50%;
   left: 50%;
    transform: translate(-50%,-50%);
}
.seconnd article header 
{
   flex-flow: row-reverse;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
#infographic .seconnd article
{
   max-width: 380px;
   margin-bottom: 25px;
   cursor: pointer;
   left:50%;
   position: relative;
   transform: translateX(50%);
}
#infographic article {
   max-width: 380px;
   margin-bottom: 25px;
   cursor: pointer;
   left: 50%;
   position: relative;
  transform: translateX(50%);
}
#infographic article header {
   border-top-right-radius: 30px;
   border-bottom-right-radius: 30px;
   border: 1px solid #ccc;
}
#infographic article header i {
    display: flex;
    font-size: 20px;
    border-radius: 50%;
    background-clip: padding-box;
    padding: 18px 18px;
    width: 60px;
    text-align: -webkit-center;
    transition: transform 0.4s;
    color: #4e4e4e;
    border: 1px solid #cccccc;
    margin: -16px 0 -16px -20px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
}
#infographic article:hover header i {
   transform: scale(1.2);
}
#infographic article.active header i {
   transform: none;
}

#infographic article .body {
   background: var(--bgColor);
   padding: 0 20px;
   border-bottom-right-radius: 30px;
   border-bottom-left-radius: 30px;
   border-top: none;
   max-height: 0;
   transition: max-height 0.5s, padding 0.5s;
   overflow: hidden;
}
#infographic article:hover .body {
   padding: 20px;
   max-height: 300px;
   border: 1px solid #ccc;
   text-align: left;
   color: #000;
}

#infographic .seconnd article:hover .body {
   padding: 20px;
   max-height: 300px;
   border: 1px solid #ccc;
   text-align: left;
   color: #000;
}
#infographic article:hover header
{
    border-bottom-right-radius: 0; 
    background:#254896;
 border-color:#fff;
}
#infographic .text-sec article:hover header
{
    border-bottom-left-radius: 0;
    background:#254896;
    border-color:#fff;
}
#infographic article:hover span
{
     color:#fff;
}
#infographic article:hover header i
{
    background:#254896;
    color:#fff;
    border-color:#fff;
}
#infographic article .body .btn {
   padding: 3px 10px;
   text-transform: uppercase;
   border: 1px solid #eee;
   transition: all 0.5s ease;
   outline:none;
}
#infographic article .body .btn:hover
{
    background:#254896;
    color:#fff;
}
#infographic :nth-child(even) article {
   text-align: right;
   transform: translateX(-154%);
}
#infographic :nth-child(even) article header {
   flex-flow: row-reverse;
   border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}
#infographic :nth-child(even) article header i {
   margin: -16px -20px -16px 0;
}

#infographic section:nth-child(odd) article.active header {
   border-bottom-right-radius: 0;
}
#infographic section:nth-child(even) article.active header {
   border-bottom-left-radius: 0;
}
#infographic section:nth-child(odd) .seconnd article.active header {
    border-bottom-left-radius: 0;
}
#infographic article.active .body {
   padding: 20px;
   max-height: 300px;
    border: 1px solid #ccc; 
   text-align: left;
   color: #000;
}
section.step.two.text-sec {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#infographic article span {
    font-size: 14px;
    color:#4e4e4e;
}
.bg-new-color
{
    /* background: #eeeeee; */
}
.btn-outline-new {
    color: #254896;
    border-color: #254896;
}
/* 
   Articles Positioning
   Uncomment these for debugging article positions
*/
/*#infographic .circle {
   outline: 96px solid yellow;
}
#infographic article header i {
   opacity: 0.5;
   position: relative;
}
#infographic article header i:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 4px;
   height: 4px;
   transform: translate(-2px, -2px);
   background: blue;
}*/

/*#infographic article[data-step="1"]:hover:before{*/
/*    background:unset;*/
/*    width: 0;*/
/*    height: 0;*/
/*  content: unset;*/
/*}*/

/*#infographic section.step.one article:before*/
/*{*/
/*	opacity:1;*/
/*}*/
#infographic section.step.one article:before
{
    transition:all 1s ease;
	opacity:1;
}
#infographic section.step.two article:before
{
    transition:all 1s ease;
	opacity:1;
}
#infographic section.step.one:hover article:before
{
	opacity:0;
}
#infographic section.step.two:hover article:before
{
	opacity:0;
}
#infographic section.step.one article[data-step="1"] {
   margin-left: 0px;
   position: relative;
}
#infographic section.step.one article[data-step="1"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -74px;
    width: 66px;
    transform: rotate(325deg);
    top: 60px;
}
#infographic section.step.one article[data-step="2"] {
   margin-left: 54px;
   position: relative;
}
#infographic section.step.one article[data-step="2"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -88px;
    width: 71px;
    transform: rotate(349deg);
    top: 35px;
}
#infographic section.step.one article[data-step="3"] {
   margin-left: 71px;
}
#infographic section.step.one article[data-step="3"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -83px;
    width: 65px;
    transform: rotate(0deg);
    top: 25px;
}
#infographic section.step.one article[data-step="4"] {
   margin-left: 61px;
   position: relative;
}
#infographic section.step.one article[data-step="4"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -75px;
    width: 60px;
    transform: rotate(20deg);
    top: 8px;
}
#infographic section.step.one article[data-step="5"] {
   margin-left: 22px;
   position: relative;
}
#infographic section.step.one article[data-step="5"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -68px;
    width: 56px;
    transform: rotate(30deg);
    top: 2px;
}
#infographic section.step.one article[data-step="6"] {
   margin-left: -50px;
   position: relative;
}
#infographic section.step.one article[data-step="6"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    left: -61px;
    width: 60px;
    transform: rotate(45deg);
    top: -13px;
}
#infographic article[data-step="7"] {
   margin-left:12px;
   position: relative;
}
#infographic article[data-step="7"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -75px;
    width: 67px;
    transform: rotate(34deg);
    top: 60px;
}
#infographic article[data-step="8"] {
   margin-left: -45px;
   position: relative;
}
#infographic article[data-step="8"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -89px;
    width: 73px;
    transform: rotate(16deg);
    top: 44px;
}
#infographic article[data-step="9"] {
   margin-left: -60px;
   position: relative;
}
#infographic article[data-step="9"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -87px;
    width: 69px;
    transform: rotate(0deg);
    top: 30px;
}
#infographic article[data-step="10"] {
   margin-left: -50px;
   position: relative;
}
#infographic article[data-step="10"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -80px;
    width: 63px;
    transform: rotate(350deg);
    top: 15px;
}
#infographic article[data-step="11"] {
   margin-left: -20px;
   position: relative;
}
#infographic article[data-step="11"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -80px;
    width: 67px;
    transform: rotate(331deg);
    top: 3px;
}
#infographic article[data-step="12"] {
   margin-left:50px;
   position: relative;
}
#infographic article[data-step="12"]:before {
    position: absolute;
    content: "";
    background:#ccc;
    height: 2px;
    right: -64px;
    width: 66px;
    transform: rotate(311deg);
    top: -18px;
}
/*receptcha*/
/*div#g_recaptcha1 {*/
/*    transform: scale(0.6);*/
/*    margin-left: -40px;*/
/*}*/
div#mobf {
    transform: scale(0.8);
    width: 120px;
}
div#g_recaptcha2 {
    scale: 0.7;
    margin-left: -2em;
}
.header-logo a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    font-size: 9px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.header-logo span {
    margin: 2px 0;
}