@font-face {
    font-family: 'Nunito-Light';
    src: url('fonts/Inter-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('fonts/BricolageGrotesque-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Medium';
    src: url('fonts/BricolageGrotesque-500.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Regular';
    src: url('fonts/PublicSans-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('fonts/BricolageGrotesque-600.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Black';
    src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Semibold';
    src: url('fonts/BricolageGrotesque-600.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Thin';
    src: url('fonts/PublicSans-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Black';
    src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Bold';
    src: url('fonts/BricolageGrotesque-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('fonts/BricolageGrotesque-500.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Light';
    src: url('fonts/PublicSans-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik-Regular';
    src: url('fonts/PublicSans-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/PublicSans-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Light';
    src: url('fonts/PublicSans-300.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/BricolageGrotesque-700.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('fonts/BricolageGrotesque-600.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova-Black';
    src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaA-Extrabld';
    src: url('fonts/BricolageGrotesque-800.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'ProximaNovaA-Regular';
    src: url('fonts/PublicSans-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {overflow-x: hidden;}

img{max-width:100%;height: auto;}
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline:0;
}
/*h1,h2,h3,h4,h5,h6{line-height: 1.9;}*/
h1,h2,h3,h4,h5,h6,p{margin:0px;}
p {
    text-transform: none !important;
}
input:focus{outline:0;}
textarea:focus{outline:0;}
button:focus{outline:0;}
a{cursor: none;text-decoration:none;transition:all 0.5s ease;}
a:focus, a:hover{text-decoration:none;outline:0;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}
abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}
body{
    font-family: 'Graphik-Regular';
}
.p_0{
    padding: 0px;
}
.pl-0{
    padding-left: 0px;
}
.main{
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1410px;
    margin: 0px auto;
}
.topbar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	background: #fbfbfd;
	border-bottom: 1px solid #eef0f6;
}

.header{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid rgba(0,0,0,0.48);*/

}
.topbar-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 9px 0px;
    justify-content: space-between;
}
.topbar-left{
    width: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topbar-link{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 0;
    transition: opacity 0.2s ease;
}
.topbar-link img{
    margin-right: 10px;
    max-width: 18px;
}
.topbar-divider{
    width: 1px;
    height: 13px;
    background: rgba(21,23,35,0.14);
    margin: 0 16px;
    display: inline-block;
}
.topbar-link-phone{
    align-items: center;
}
.topbar-link-phone h6 a{
    display: inline-flex;
    align-items: center;
}
.topbar-ico{
    font-size: 13px;
    color: #e20281;
    margin-right: 8px;
    transition: color 0.2s ease;
}
.topbar-link h6 a{
    text-decoration-line: none;
    color: #454963;
    font-family: 'ProximaNova-Regular';
    font-size: 13.5px;
    letter-spacing: 0.2px;
    transition: color 0.2s ease;
}
.topbar-link:hover h6 a{
    color: #e20281;
}
.topbar-link:hover .topbar-ico{
    color: #e20281;
}
.header-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo{
    width: auto;
    display: flex;
    align-items: flex-end;
    padding: 0px 0px 20px;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 200px;
}
.menubar{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menubar nav ul{
    padding: 0px;
    margin: 0px;
}
.menubar ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
}
.menubar li a{
    font-size: 14px;
    text-decoration-line: none;
    display: block;
    font-family: 'Nunito-Bold';
    color: #151723;
    padding: 30px 0; 
    text-transform: uppercase;
    position: relative;
}

.menubar li a::before{
    width: 0px;
    height: 5px;
    border-radius: 3px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(103deg, #670dad 0%, #e20281 100%);
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.menubar li a:hover::before,
.menubar li a.active::before{
    width: 100%;
}
.btn-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.menubar .btn-main{
    width: auto;
}
.btn-md {
    width: auto;
    display: flex;
	    background: transparent;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #e20281;
    font-family: 'ProximaNova-Regular';
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
    /* background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%); */
    min-height: 50px;
    padding: 0px 20px;
    min-width: 180px;
    transition: all 0.5s ease;
    border: 1px solid #e20281;
}
.btn-sm{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13.5px;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    border-radius: 30px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
	border:1px solid #e20281;
	color:#e20281;
    min-height: 38px;
    padding: 0px 20px;
    min-width: 0;
    transition: all 0.5s ease;
}

.btn-md:hover,
.btn-sm:hover{
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    color: #fff;
}
.btn-md i{
    margin-left: 10px;
    transition: all 0.5s ease;
}
.btn-md:hover i{
    transform: translateX(10px);
}
.topbar-right{
    width: auto;
    float: right;
}
.topbar-right ul{
    padding: 0px;
    margin: 0px;
}
.topbar-right ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 8px;
}
.topbar-right li a{
    display: inline-block;
    font-size: 16px;
    text-decoration-line: none;
    color: #151723;
}
.header-main{
    width: 100%;
    position: relative;
}
.home-banner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:0px !important;
    height:auto !important;
    position: relative;
    z-index: 99;
}
.home-banner-main{
    padding:150px 0;
    width: 100%;
    text-align: center;
}
.home-banner-main h1{
    font-size:40px;
    font-family: 'Graphik-Bold';
    color: #000;
    max-width: 100%;
    padding-top: 20px;
}
.home-banner-main h1 span{
    color: #db0384;
    text-transform: uppercase;
}
.header-bg-wh .menubar li a{
    color: #000;
}
.header-bg-wh .topbar-link h6 a,
.header-bg-wh .topbar-right li a{
    color: #454963;
}
.header-bg-wh .topbar-link:hover h6 a{
    color: #e20281;
}


.talk-about{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -60px;
}
.talk-about-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 100%;
    border-radius: 15px;
    background-color: #fff;
    padding:40px 50px;
    position: relative;
    z-index: 99;
    align-items: center;
	/*border: 1px solid #e01e81;*/
	box-shadow:0px 0px 44px 0px rgba(32, 32, 32, 0.1);
}
/*.talk-about-main::before{
    height: 100%;
    border-radius:0px 20px 20px 200px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-color: #e20281;
    width: 372px;
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    z-index:-9;
}*/
.talk-about-left{
    width: 75%;
    
    padding:0 !important;
}
.talk-about-left h2{
    font-size: 35px;
    color: #000;
    font-family: 'Graphik-Bold';
    padding-bottom: 0px;
}
.talk-about-left h2 span{
    color: #db0384;
}
.talk-about-left h6 a{
    font-size: 20px;
    color: #000;
    font-family: 'ProximaNova-Regular';
    text-decoration-line: none;
    display: inline-block;
}
.talk-about-left h6 a i{
    margin-left: 5px;
}
.talk-about-right{
    position: unset;
    padding:0 0 0 30px;
    width:25%;
}

.talk-about-right img {
    max-height: 200px;
    width: auto;
}
.services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 0 0;
    position: relative;
    background:#f5f9ff;
    margin: 70px 0 0 0;
}
.services::before {
    position: absolute;
    content: '';
    background-image: url(../images/nodes.png);
    width: 260px;
  height: 200px;
    background-repeat: repeat-x;
    background-position: right;
    top: 40px;
    right: 0;
    background-size: cover;
	opacity:0.3;
}
.title-main-left {
    text-align: center;
	    width: 100%;
}
.title-main-right {
    text-align: center;
    width: 100%;
	    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.services-wrapper .title-main-left h4{
    font-size: 23px;
    color: #ad0693;
	    padding-bottom: 20px;

  font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.services-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.title-main{
    width: 100%;
}
.title-space-bet{
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.title-main h4{
    font-size: 26px;
    color: #ad0693;
    font-family: 'Graphik-Bold';
    text-transform: uppercase;
}
.title-main h2, .title-main h3 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    text-align: center;
}
/*.services-wrapper .title-main h2{
    text-transform: uppercase;
}*/
.title-main .line{
    padding-bottom: 10px;
    display: inline-block;
}
.title-space-bet .btn-main{
    width: auto;
}
.services-wrapper{
    width: 100%;
}
.services-wrapper .title-main{
    width: 100%;
    max-width: 1410px;
    margin: 0px auto;
}
.services-main{
    width: 100%;
    padding: 40px 0px 0px;
    overflow: hidden;
}
.services-main-rtl{
    width: calc(100% + 110px);
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.services-main-rtl .col-lg-4{
    padding: 0px 10px 30px;
}
.services-sing-box{
    border-radius: 20px;
    background-color: #e7ebee;
    width: 100%;
    padding: 50px 25px 40px;
    height: 100%;
    float: left;
}
.ser-icon{
    width: 123px;
    height: 123px;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(172,176,178,0.30); 
    margin-bottom: 30px;
    padding: 20px 20px 0px 0px;
}
.services-sm-box-dtl{
    width: 100%;
    float: left;
}
.services-sm-box-dtl h3{
    font-size: 30px;
    font-family: 'Graphik-Bold';
    color: #151723;
    padding: 5px 0px;
}
.services-sm-box-dtl p{
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #454963;
    line-height: 23px;
    max-width: 90%;
}
.counter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	padding:60px 0px;
    background: #fff;
    margin-bottom: 60px;
}
.counter-bg-pic{
    width: 100%;
    float: left;
}
.counter-bg-pic img{
    width: 100%;
    object-fit: cover;
    min-height: 580px;
    max-height: 580px;
}
.counter-dtl-section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.counter-dtl-left{
    width: 100%;
    text-align: center;
}
.btn-border-blk {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    font-family: 'ProximaNova-Regular';
    color: #e20281;
    border-radius: 40px;
    min-height: 50px;
    border: 1px solid #e20281;
    padding: 10px 30px;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
}

.btn-border-blk:hover {
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    color: #fff;
}
.btn-border-blk i{
    margin-left: 7px;
}
.counter-dtl-right{
    width: 100%;
    float: left;
}
.counter-bg-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.counter-bg-box .col-lg-3{
    display: flex;
}
.counter-inner{
    display: flex;
    width: 100%;
}
.counter-sing-box{
    width: 100%;
}
/*.counter-bg-box .col-lg-3{
    padding: 0px 15px 40px;
}*/
.counter-sing-box{
width: 100%;
  float: left;
  background-color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  margin-bottom: 30px;
}
.counter-sing-sm-icn{
width: 110px;
  height: 80px;
  border-radius: 10px;
  background-image: linear-gradient(130deg, #670dad 0%, #e20281 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.counter-inner
{
    width: 100%;
    padding:0;
    float: left;
    /*background-image: linear-gradient(130deg, #670dad 0%, #e20281 100%);*/
}
.counter-sing-sm-icn img{
max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.counter-sing-box-dtl{
    width: 100%;
    float: left;
}
.counter-sing-box-dtl h1{
    font-size: 62px;
    font-family: 'Graphik-Bold';
    color: #fff;
    line-height: 62px;
}
.counter-sing-box-dtl h5{
    font-size: 14px;
    font-family: 'Graphik-Regular';
    color: #000;
}
.counter-head{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.counter-head h3, .counter-head span {
    font-size: 30px;
    font-family: 'Graphik-Bold';
    color: #000;
    /* padding: 0 0 5px; */
    margin: 0 !important;
    line-height: normal;
}
.relationships{
    padding:60px 0px 75px;
	background:#f5f9ff;
}
.wrapper{
    width: 100%;
    /*   max-width: 86%;*/
    margin-left: auto;
}
.relationships-head{
    width: 100%;
}
.max-1410{
    max-width: 1410px;
    margin: 0px auto;
    width: 100%;
}

.relationships-head h6 {
    font-size: 23px;
    color: #ad0693;
    padding-bottom: 20px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.relationships-head h3 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.relationships-rtl{
    width:100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 55px 0px 0px !important; 
}
.relationships-rtl .col-lg-2{
    padding: 0px 7px 15px;
}
.rel-sing-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height:130px;
    border-radius: 0;
    padding: 15px;
	background: transparent;
}
.rel-sing-box img{
    max-height:50px;
    width:100%; 
    object-fit: contain;
}
.relationships-main{
    overflow: hidden;
	display: flex;
  justify-content: center;
}
.relationships-footer{
    width: 100%;
    padding: 40px 0px 0px;
}
.relationships-footer h4{
    font-size: 40px;
    font-family: 'Graphik-Regular';
    color: #151723;
}
.relationships-footer .btn-main{
    justify-content: center;
    margin-top: 25px;
}
.who-we-are{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
}
.who-we-are-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 90px 0px 65px;
    background:  linear-gradient(rgba(10,6,20,.30), rgba(23, 4, 38, 0.55)), url(../images/who-we-are-bg.jpg) no-repeat center center;
	background-size:cover;
}

.who-we-are-top .title-main h6{
    font-size: 23px;
    color: #e20281;
    padding-bottom: 20px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.who-we-are-top .title-main h3{
    font-size: 35px;
    color: #fff;
    font-family: 'Graphik-Bold';
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}


.who-we-are-top .title-main p{
    font-size: 18px;
	    padding-top: 20px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #fff;
}

.who-we-are-top .title-main {
    max-width:85%;
    margin: 0px auto;
}
.who-we-are-top .title-main h2{
    text-transform: unset;
    line-height: normal;
    margin:10px 0px;
}
.who-we-are-top .btn-border-blk {
    width: auto;
    margin-top: 65px;
    min-width: 200px;
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    border: none;
    color: #fff;
    font-family: 'Graphik-SemiBold';
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 14px 34px -10px rgba(226,2,129,0.55);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.who-we-are-top .btn-border-blk:hover {
    background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px -10px rgba(103,13,173,0.65);
}
.who-we-are-post-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.who-we-are-sing-box{
    width: 100%;
    float: left;
    position: relative;
}
.who-we-are-sing-picture{
    width: 100%;
    float: left;
}
.who-we-are-sing-dtl{
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 50px 35px; 
}
.who-we-are-sing-dtl h6{
    font-size: 20px;
    font-family: 'Graphik-Bold';
    color: #bb058f;
}
.who-we-are-sing-dtl p{
    font-size: 23px;
    font-family: 'Graphik-Regular';
    color: #fff;
    max-width: 80%;
}
.who-we-are-sing-dtl .btn-sm{
    font-size: 14px;
    min-height: 45px;
    min-width: 145px;
    margin-top: 10px;
}
.who-we-are-sing-dtl .btn-sm i{
    margin-left: 5px;
}
.who-we-are-sing-picture img{
    min-height: 425px;
    max-height: 425px;
    object-fit: cover;
    width: 100%;
    display: block;
    filter: grayscale(1);
}
.how-it-going{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px 170px;
}
.how-it-going .title-main h2{
    text-transform: unset;
}
.title-main h2 span{
    color: #ad0794;
}
.how-it-going .title-main {
    max-width: 100%;
    margin: 0px auto;
}
.how-it-going-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 110px 0px 0px;
    position: relative;
}
.how-it-going-list-line{
    width: 100%;
}
.how-it-going-list-line img{
    width: 100%;
}
.how-it-going-list-sub-main{
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 60px;
    left: 40px;
}
.how-it-going-step-sm{
    width: auto;
    text-align: center;
    position:absolute;
    z-index: 9;
}
.how-it-going-step-sm:hover {}

.how-it-going-step-sm:nth-child(even){
    padding-top: 150px;
}
.how-it-going-step-sm:nth-child(1){
    padding-left: 120px;
}
.how-it-going-step-sm:nth-child(2){
    left: 29%;
}
.how-it-going-step-sm:nth-child(3){
    left: 43.5%;
}
.how-it-going-step-sm:nth-child(4){
    left: 60%;
}
.how-it-going-step-sm:nth-child(5) {
    left: 77%;
    padding: 60px 0px 0px;
}
.how-it-going-step-sm:nth-child(1) h6{
    padding-top: 30px;
}
.how-it-going-step-sm h5{
   font-size: 16px;
  font-family: 'Nunito-Regular';
  color: #151723;
  font-weight: bold;
  position: absolute;
  top: -10px;
  right: 0;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.step-bg{
    width: 83px;
    height: 83px;
    margin: 0px auto;
    border-radius: 100%;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
	display: block;
  align-content: center;
}
.step-bg img {filter:invert();max-width: 40px;}
.how-it-going-step-sm h6{
    font-size: 20px;
    font-family: 'Nunito-Regular';
    color: #151723;
    padding-top: 20px;
	font-weight: bold;
}
.finest-work{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0px 65px;
    background: #e7ebee url(../images/finest-work-bg.jpg) no-repeat center top;
	background-size:cover;
}
.finest-work-main{
    width: 100%;
    float: left;
}
.finest-work-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.finest-work-sub.wrapper .card {transform:none !important;}

.finest-work-rtl{
    width: calc(100% + 100px);
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    padding: 20px 0px 0px !important;
}
.finest-work-rtl .slick-list {padding-top:20px; }
.finest-work-rtl .col-lg-4{
    padding: 0px 10px 40px;
}
.finest-work-sm-main{
    width: 100%;
    float: left;
    position: relative;
    border-radius:15px;
    border: 0;
    overflow: hidden;
	box-shadow: none;
}
.finest-work-sing-picture{
    width: 100%;
    float: left;
}
.finest-work-sm-icon{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%); 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}
.finest-work-sm-icon a{
    display: inline-block;
    color: #fff;
}
.finest-work-icon-bg{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
	border-radius:15px;
}
.finest-work-sm-main:hover .finest-work-icon-bg{
    transform: translateY(0px);
    opacity: 1;
}
.finest-work-sing-picture{
    background: #151723;
}
.finest-work-sing-picture img{
    min-height: 355px;
    max-height: 355px;
    object-fit: contain;
    object-position: center;
    width: 100%;
	border-radius:15px;
}
.finest-arrow{
    width: auto;
    display: flex;
    flex-wrap: wrap;
	z-index:9;
}
.finest-arrow .slick-arrow {
    position: unset;
    margin-right: 10px;
}
.finest-arrow .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
    background-image: linear-gradient(130deg, #670dad 0%, #e20281 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.finest-arrow .slick-arrow img {
    max-width: 16px;
}
.finest-work-footer{
    width: 100%;
    text-align: center;
}
.finest-work-footer h3{
    font-size: 25px;
    color: #151723;
    font-family: 'Graphik-Bold';
}
.finest-work-footer .btn-main{
    margin-top: 25px;
    justify-content: center;
}
.finest-work-footer .btn-main .btn-sm {
    min-height: 50px;
    font-size: 17px;
    min-width: 190px;
}

.btn-sm i{
    margin-left: 10px;
}
.technologies{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 75px 0px 70px;
    background-color: #fff;
}
.technologies-list{
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 0px;
}
.technologies-list .col-lg-2{
    padding: 0px 5px 10px;
}
.technologies-sm-boxes{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 100%;
    min-height: 150px;
	position: relative;
}

.tech-border {
  height:280px;
  width:1px;
  background:#E6EAF5;
  position:absolute;
  right:-4px;
  top:0
}
.tech-border:after {
  content:"";
  height:50px;
  width:1px;
  right:0;
  background:#e20281;
  bottom:50px;
  border-radius:50%;
  position:absolute
}
 .tech-border:after{
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
  -webkit-animation-name:MOVE-BG;
  animation-name:MOVE-BG
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform:translateY(-180px);
    transform:translateY(-180px)
  }
  to {
    -webkit-transform:translateY(50px);
    transform:translateY(50px)
  }
}
@keyframes MOVE-BG {
  from {
    -webkit-transform:translateY(-180px);
    transform:translateY(-180px)
  }
  to {
    -webkit-transform:translateY(50px);
    transform:translateY(50px)
  }
}
@-webkit-keyframes MOVE-BC {
  from {
    -webkit-transform:translateY(50px);
    transform:translateY(50px)
  }
  to {
    -webkit-transform:translateY(-180px);
    transform:translateY(-180px)
  }
}
@keyframes MOVE-BC {
  from {
    -webkit-transform:translateY(50px);
    transform:translateY(50px)
  }
  to {
    -webkit-transform:translateY(-180px);
    transform:translateY(-180px)
  }
}

.technologies-sm-boxes img{
    width: 150px;
    height: 150px;
	object-fit: contain;
}
.home-blog{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
    background-color: #e7ebee;
}
.home-blog-list{
    width: calc(100% + 30px);
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 0px;
}
.home-blog-list .col-lg-4{
    padding: 0px 20px 40px;
}
.home-blog-sm{
    width: 100%;
    height: 100%;
    position: relative;
    float: left;

}
.home-blog-picture{
    width: 100%;
    float: left;
    position: relative;
	border-radius: 30px;
  overflow: hidden;
}
.home-blog-picture::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.arrow-button { position: absolute; right: 0; bottom: 0; background:linear-gradient(130deg, #670dad 0%, #e20281 100%); width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; z-index: 9; border-radius: 100%; }
.arrow-button.top { top: 0; bottom: inherit; }
.arrow-button svg { width: 15px; height: 15px; }
.arrow-button svg line { stroke-width: 2; stroke-miterlimit: 10; stroke-dasharray: 25px; stroke-dashoffset: 50px; transition: stroke-dashoffset 1s cubic-bezier(.61, 1, .88, 1); stroke: #fff; }
.arrow-button:hover svg line { stroke-dashoffset: 0; stroke: #fff; }

.arrow-button svg {
  width: 15px;
  height: 15px;
}

.home-blog-picture img{
    max-height: 515px;
    min-height: 515px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.home-blog-box-cnt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 20px 30px 30px;
}
.home-blog-box-cnt h3,
.home-blog-box-cnt h3 a{
    font-size: 18px;
    color: #fff;
    font-family: 'Graphik-Bold';
    text-decoration-line: none;
    display: inline-block;
    text-transform: uppercase;
}
.home-blog-box-cnt p{
    font-size: 16px;
    color: #fff;
    font-family: 'Graphik-Regular';
}
.home-blog-box-cnt h3{
    position: relative;
    padding-bottom: 5px;
}
.home-blog-box-cnt h3::before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    border-radius: 2px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(174deg, #670dad 0%, #e20281 100%);
    left: -30px;
}
.home-blog-list .btn-main{
    justify-content: center;
    margin-top: 20px;
}
.home-blog-list .btn-sm{
    min-height: 45px;
    padding: 0px 30px;
}
footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
footer::before{
    position: absolute;
    content: '';
    background-color: rgba(26,28,38,0.90);
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: -9;
}
.footer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:30px 0px 10px; 
}
.footer-sub{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ftr-left-cnt{
    width: 100%;
    float: left;
}
.ftr-logo{
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ftr-left-cnt p{
    font-size: 13px !important;
    line-height: 1.6;
    font-family: 'ProximaNova-Regular';
    color: rgba(255,255,255,0.8);
    width: 100%;
    float: left;
    max-width:100% !important;
}
.ftr-link-block{
    width: 100%;
    float: left;
}
.ftr-head{
    width: 100%;
    padding-top: 30px;
}
.ftr-head h4{
font-size: 12.5px !important;
  font-family: 'Graphik-Medium';
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding-bottom:12px !important;
    margin-bottom:16px !important;
    position: relative;
}
.ftr-head h4::before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 32px;
    height: 2px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(91deg, #670dad 0%, #e20281 100%);
}
.ftr-logo img {
    max-height: 60px;
}
.ftr-link{
    width: 100%;
    float: left;
}
.ftr-link ul{
    padding: 0px;
    margin: 0px;
}
.ftr-link ul li{
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 10px;
    transition: all 0.4s ease;
}
.ftr-link ul li::before{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    left: 0px;
    top: 8px;
    content: '';
    position: absolute;
}
.ftr-link ul li:hover{
    transform: translateX(5px);
}
.ftr-link li a{
    font-size: 12.5px !important;
    font-family: 'Graphik-Regular';
    text-decoration-line: none;
    display: inline-block;
    padding: 4px 0px 4px 5px;
    color: rgba(255,255,255,0.82);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: normal;
}
.ftr-form{
    width: 100%;
    float: left;
}
.ftr-contact-list{
    width: 100%;
    float: left;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}
.ftr-contact-list li{
    display: block;
    width: 100%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}
.ftr-contact-list li::before{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    left: 0px;
    top: 8px;
    content: '';
    position: absolute;
}
.ftr-contact-list li a{
    font-size: 13px !important;
    font-family: 'Graphik-Regular';
    text-decoration-line: none;
    color: rgba(255,255,255,0.82);
    transition: color 0.3s ease;
}
.ftr-contact-list li a:hover{
    color: #ff5fb0;
}
.ftr-form form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.ftr-form-sm-newslatter{
    width: 100%;
    float: left;
}
.n-inp{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    font-family: 'Graphik-Regular';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 45px 0px 20px;
    box-shadow: none;
    background-color: transparent;
    height: 50px;
}
.n-inp::placeholder{
    color: #fff;
}
.n-inp-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%);
    min-height: 50px;
    padding: 0px 20px;
    transition: all 0.5s ease;
    border: 0px;
    box-shadow: none;
    margin-top: 20px;
}
.ftr-inp-sing{
    position: relative;
    width: 100%
}
.ftr-inp-sing .user-icn {
    position: absolute;
    right: 15px;
    top: 12px;
}
.ftr-inp-sing .user-icn img {
    max-width: 16px;
}
.copyright{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:10px 0px;
    border-top: 1px solid rgba(255,255,255,0.20);
}
.sub-copy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sub-copy-left{
    width: auto;
}
.sub-copy-left p{
    font-size: 14px;
    color: #fff;
    font-family: 'Graphik-Regular';
}
.sub-copy-right ul{
    padding: 0px;
    margin: 0px;
}
.sub-copy-right ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 3px;
}
.sub-copy-right ul li:last-child{
    padding-right: 0px;
}
.sub-copy-right ul li:first-child{
    padding-left: 0px;
}
.sub-copy-right li a{
    width: 32px;
    height: 32px;
    display: flex;
    color: #fff;
    border-radius: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.20);
    font-size: 14px;
    text-decoration-line: none;
    transition: all 0.5s ease;
    position: relative;
}
.sub-copy-right li a:hover {
    background-color: #fff;
    color: #151723;
}
.menubar .btn-md {
    min-height: 50px;
    min-width: 180px;
}

/*About-us*/
.about-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 100px 0px 100px;
    background-position: center;
}
.about-banner::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
.about-banner-dtl{
    width: 100%;
	    text-align: center;
    float: left;
    position: relative;
}
.about-banner-dtl h1{
    font-size: 50px;
    font-family: 'Graphik-Bold';
    color: #fff;
    padding-top: 10px;
    line-height: normal;
}
.about-banner-dtl p
{
    font-size: 18px;
    color: #fff;
    padding: 15px 0 30px;
    font-family: 'ProximaNova-Regular';
    max-width: 65%;
    margin: auto;
}
.breadcrumb-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px 0px;
    text-align: center;
    justify-content: center;
}
.breadcrumb-main ol {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}

.breadcrumb-main ol li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #fff;
    text-decoration-line: none;
    text-transform: uppercase;
}
.breadcrumb-item.active {
    color: #bb058f;
}
.breadcrumb-main li a {
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #fff;
    text-decoration-line: none;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #fff;
    content: "-----";
}
.read-about{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	    text-align: left;
    padding: 100px 0;
}
.read-about-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.read-about-left{
    width: 100%;
    float: left;
    height: 100%;
}
.read-about-left img{
    width: 100%;
    max-width: 98%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    max-height:550px;
}
.read-about-right{
    width: 100%;
    float: left;
	padding-right: 40px;
}
.read-about-right h6{
    font-size: 23px;
    color: #e20281;
    padding-bottom: 20px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}
.read-about-right h2{
font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    text-align: left;
}
.read-about-right .btn-main{    justify-content: flex-start;}
.read-about-right p{
	font-size: 17px;
    padding-top: 10px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
}
.read-about-right .btn-main{
    margin-top:20px;
}
.btn-sm-sec{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-family: 'ProximaNova-Regular';
    border-radius: 40px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%);
    min-height: 50px;
    padding: 0px 20px;
    min-width: 180px;
    transition: all 0.5s ease;
}
.btn-sm-sec:hover{
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    color: #fff;
}
.about-flow{
    width: 100%;
    float: left;
    padding: 60px 0px;
	background:#f5f9ff;
}
.about-flow-list{
    width: calc(100% + 60px);
    display: flex;
    flex-wrap: wrap;
    padding:70px 0px 0px;
    margin: 0px -30px;
}
.about-flow-list .col-lg-4{
    padding:50px 30px;
}
.about-flow-sing-box{
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 40px;
    background-color: #fff;
    /*border: 2px solid #d21e85;
    border-style: dashed;*/
    padding: 65px 30px 20px;
    float: left;
	box-shadow: 0px 0px 44px 0px rgba(32, 32, 32, 0.1);
}
.about-flow-sing-box::after{
    position: absolute;
    content: '';
    top: 50%;
    transform:translateY(-50%);
    right: -56px;
    height: 35px;
    width: 50px;
    z-index: 9;
    background-repeat: no-repeat;
    background-image: url('../images/arw.png');
    background-size: contain;
}
.about-flow-icon{
    width: 95px;
  height: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
	overflow: hidden;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.about-flow-icon img {max-width: 60px;}
.about-flow-dtl{
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0px 0px;
}
.about-flow-dtl h6{
    font-size: 24px;
    font-family: 'Graphik-Bold';
    color: #ae0794;
    margin-bottom: 5px;
}
.about-flow-dtl p{
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #454963;
    max-width:94%;
    margin: 0px auto;
}
.about-flow-sing-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-flow-sing-row::after{
    position: absolute;
    content: '';
    background-color: #f1f1f1;
    height: 15px;
    left: 0px;
    width: 100%;
}
.about-flow-sing-row:first-child::after{
    width: 0px;
    height: 0px;
}
.about-flow-sing-row .col-lg-4:last-child .about-flow-sing-box::after{
    width: 0px;
    height: 0px;
}
.about-flow-list .about-flow-sing-row:nth-child(even) .about-flow-sing-box{
    flex-wrap: wrap-reverse;
    padding: 25px 30px 65px;
}
.about-flow-list .about-flow-sing-row:nth-child(even) .about-flow-sing-box .about-flow-icon{
    top: unset;
    bottom: -50px;
}
.flow-mark{
    position: absolute;
    height: 70px;
    border-right:3px dotted #ccc;
    bottom: 0px;
    left: 100px;
}
.flow-mark::before {
    position: absolute;
    content: '';
    left: -8px;
  width: 18px;
  height: 18px;
    border-radius: 100%;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    top: -12px;
}
.about-flow-list .about-flow-sing-row:nth-child(even) .flow-mark{
    bottom: unset;
    top: 0px;
    transform: rotate(180deg);
    left: unset;
    right: 100px;
}
.ethics{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:70px 0px;
    background-color: #fff;
}
.max-800 p {
    max-width:90%;
    margin: 5px auto 0px;
}
.ethics-list{
    width:calc(100% + 30px);
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
    padding:50px 0px 0px; 
}
.ethics-list .col-lg-4{
 padding: 0px 15px 30px;
}
.ethics-list-sm-box {
    width: 100%;
    float: left;
    background: white;
    padding: 40px;
    border-radius: 20px;
	min-height: 355px;
    box-shadow: 0px 0px 44px 0px rgba(32, 32, 32, 0.1);
	position: relative;
	overflow:hidden;
}

.ethics-list-sm-box .line {    
    background-color: #fff;
    position: absolute;
}

.ethics-list-sm-box .line span {
    background: linear-gradient(130deg, #670dad 0%, #e20281 100%);
    position: inherit;
    display: block;
    transition: all .4s ease-out;
}

.ethics-list-sm-box .line-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.ethics-list-sm-box .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.ethics-list-sm-box .line-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.ethics-list-sm-box .line-left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.ethics-list-sm-box .line-top span {
    top: inherit;
    left: inherit;
    width: 0;
    height: 100%;
}

.ethics-list-sm-box .line-right span {
    top: inherit;
    right: inherit;
    width: 100%;
    height: 0;
}

.ethics-list-sm-box .line-bottom span {
    right: inherit;
    bottom: inherit;
    width: 0;
    height: 100%;
}

.ethics-list-sm-box .line-left span {
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 0;
}

.ethics-list-sm-box:hover .line-top span,
.ethics-list-sm-box:hover .line-bottom span {
    width: 100%;
}

.ethics-list-sm-box:hover .line-left span,
.ethics-list-sm-box:hover .line-right span {
    height: 100%;
}
.ethics-list-sm-icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-image: linear-gradient(130deg, #670dad 0%, #e20281 100%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.ethics-list-dtl{
    width: 100%;
    float: left;
    padding-top:15px;
    text-align: center;
}
.ethics-list-dtl h4{
    font-size:26px;
    font-family: 'Graphik-Bold';
    color: #151723;
    margin-bottom: 10px;
}
.ethics-list-dtl h4 span{
    color: #ad0794;
}
.ethics-list-dtl p{
    font-size:16px;
    font-family: 'Graphik-Regular';
    line-height: 22px;
    color: #454963;
    max-width:100%;
}
.expert{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:50px 0px 20px;
}
.expert-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin: 0px -25px;
    padding:30px 0px 0px;
}

.expert-main .col-lg-4{
    padding: 0px 15px 30px;
}
.expert-sing-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.expert-sing-picture{
    width: 100%;
    float: left;
}
.expert-sing-picture img{
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}
.expert-sing-box-dtl{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 0px;
    left:0px;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.expert-sing-name{
    width: auto;
    border-radius: 3px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(111deg, #670dad 0%, #e20281 100%);
    padding: 15px;
    min-width: 250px;
}
.expert-sing-name h5{
    font-size: 20px;
    color: #fff;
    font-family: 'Graphik-Bold'
}
.expert-sing-name h6{
    font-size: 16px;
    color: #fff;
    font-family: 'Graphik-Regular'
}

.expert-sing-social{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px 10px 0px;
}
.expert-sing-social ul {
    padding: 0px;
    margin: 0px;
}
.expert-sing-social ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}
.expert-sing-social li a{
    font-size: 21px;
    color: #fff;
    display: inline-block;
    text-decoration-line: none;
}
.consultations{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 80px;
    z-index: 9;
}
/*
.consultations::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.65);
    z-index: -9;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}*/
.consultations-main{
    width: 100%;
    text-align: center;
	position: relative;
}
.consultations-main h6{
    font-size: 21px;
    font-family: 'Graphik-Bold';
    color: #000;
    text-transform: uppercase;
}
.consultations-main h2{
    font-size: 50px;
    font-family: 'Graphik-Bold';
    color: #000;
}
.consultations-main .btn-main{
    justify-content: center;
    margin-top: 30px;
}

/*contact-us page*/
.contact-us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.contact-us-main{
width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
  /*background: #EFF1F5;*/
  padding: 0px 0px;
  border-radius: 40px;
  align-items:center;
}
.contact-us-left{
    width: 100%;
    float: left;
}
.contact-us-left h5{
    font-size: 20px;
    font-family: 'Graphik-Bold';
    color: #bb058f;
    margin:5px 0;
}
.contact-us-left h2{
    font-size:22px;
    font-family: 'Graphik-Medium';
    color: #151723;
}
.contact-us-left p{
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #454963;
    padding: 0px 5px 0px 0px;
}
.contact-us-social{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px 0px;
}
.contact-us-social-sing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top:20px;
}
.cnt-social-icon{
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    border-radius: 100%
}
.cnt-social-icon img 
{
    max-width:25px;
    max-height: 25px;
}
.cnt-social-name{
    width: calc(100% - 60px);
    padding-left:15px;
}
.cnt-social-name h4{
    font-size: 20px;
    font-family: 'Graphik-Bold';
    color: #bb058f;
	margin-bottom: 10px;
}
.cnt-social-name h6,
.cnt-social-name h6 a{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    color: #151723;text-decoration-line: none;
}
.contact-us-right{
    width: 100%;
  float: right;
    padding-left: 0;
  background: #fff;
  border-radius: 40px;
  padding-top: 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.contact-us-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px 0 0px;
    border-radius: 34px;
    /* background-color: #f7f7f7; */
}
.contact-us-form form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.contact-us-form h3{
    font-size:28px;
    font-family: 'Graphik-Bold';
    color: #1f222d;
    padding: 0px 10px 0px;
    margin-bottom: 25px;
}
.contact-us-form form .col-lg-6,
.contact-us-form form .col-lg-12{
    padding: 0px 10px;
}
.c-inp-part{
    width: 100%;
    float: left;
}
.c-inp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px;
    border-radius:5px;
    filter: drop-shadow(0px 3px 14.5px rgba(0,0,0,0.12));
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    height:45px;
    font-size: 14px;
    color: #989898;
    font-family:'Graphik-Regular';
    margin-bottom: 15px;
    outline: 0px;
}
textarea.c-inp{
    resize: none;
    padding: 15px;
    height: 110px;
}
select.c-inp {
    background-image: url(../images/down-arw.png);
    background-position: 96%;
    background-repeat: no-repeat;
    appearance: none;
    cursor: pointer;
}
.cus-check {
    display: block;
    position: relative;
    padding-left: 80px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Graphik-Regular';
    color: #1f222d;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 50px;
}
.cus-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
height: 50px;
border-radius: 11px;
filter: drop-shadow(0px 3px 14.5px rgba(0,0,0,0.12));
background-color: #ffffff;
border: 1px solid #b9b9b9;
}
.cus-check:hover input ~ .checkmark {
  background-color: #eaeaea;
}
.cus-check input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  transform: scale(0);
  transition: all 0.5s ease;
}
.cus-check input:checked ~ .checkmark:after {
  transform: scale(1);
}
.cus-check .checkmark:after {
    background-image: url('../images/check.png');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    top: 0;
    left: 2px;
    line-height: 21px;
    background-position: center;
}
.c-inp-part-btn{
    padding-top: 30px;
}
.c-inp-btn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size:20px;
    font-family: 'Graphik-Regular';
    color: #fff;
    text-transform: uppercase;
    border-radius:5px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(99deg, #670dad 0%, #e20281 100%);
    padding:15px 70px;
    border: 0px;
    line-height: 1;
    max-width:fit-content;
}
input.c-inp[type=number]::-webkit-inner-spin-button, 
input.c-inp[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.cnt-consultations{
    padding: 80px 0px 80px;
    margin-top: 0px;
	position:relative;
}
/*
.cnt-consultations::before {
  position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
}*/

.cnt-consultations.consultations::before{
    background-color: rgba(26,28,38,0.78);
}
.cnt-consultations .consultations-main h6{
    color: #bb058f;
}
.faq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f9ff;
    padding: 90px 0px 50px;
	text-align: left;
}
.faq-main{
    width: 100%;
    float: left;
    padding: 50px 0px 0px;
    max-width: 1180px;
    margin: 0px auto;
}
.acc{
    width: 100%;
    float: left;
}
.acc__card {
    width: 100%;
    border-radius: 20px;
	padding: 5px;
    margin: 0;
  filter: unset;
}
.acc__title{
width: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
}
.acc__title h3{
    font-size: 20px;
    color: #151723;
    font-family: 'Nunito-Bold';
    width: calc(100% - 30px);
}
.acc-plus {
    position: relative;
    font-size: 30px;
background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acc-plus:hover {opacity:0.8;}
.acc__panel{
    display: none;
	background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(32, 32, 32, 0.1);
}
.acc__panel p{
    font-size:18px;
    line-height:26px;
    color: #454963;
    font-family: 'Graphik-Regular';
}
.acc__title.active .bi-arrow-down-circle::before{
    content: '\F13A'
}
.acc__title.active{
    /*padding:0px 0px 15px;*/
	margin-bottom: 20px;
	box-shadow: 0px 0px 14px 0px rgba(32, 32, 32, 0.1);
}

/*Services*/
.services-page-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
}
.services-top-part{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 45px;
    border-bottom: 1px solid #afafaf;
}
.services-top-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-tp-sing-box{
    width: 14.28%;
    padding: 0px 5px;
	transition:all 0.5s ease;
}

.services-tp-bg-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    background-color: #f5f9ff; 
    padding: 15px;
    min-height: 120px;
    justify-content: center;
    cursor: pointer;
	transition: all 0.5s ease;
}

.services-tp-bg-box img {width:70px;}
.services-tp-sing-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  background-color: var(--ztc-bg-bg-11);
  transition: all 0.5s ease;
}
.services-tp-bg-box img {max-width: 70px;}
.services-tp-bg-box.active{
    background-image: linear-gradient(126deg, #670dad 0%, #e20281 100%); 
}
.services-sub-list-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.services-sub-sing-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	background:#f9f9f9;
}
.services-sub-sing-left{
    width: 100%;
    max-width: 460px;
    padding: 0px 10px 0px 0px;
}
.services-sub-sing-left h2{
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Graphik-Bold';
    padding-bottom: 10px;
}
.services-sub-sing-left p{
    font-size: 16px;
    color: #151723;
    font-family: 'Graphik-Regular';
}
.services-sub-sing-bg-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    max-width: 1410px;
    padding: 65px 0px 60px;
    min-height: auto;
    align-items: flex-start;
}
.services-sub-sing-right{
    width: calc(100% - 460px);
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 0px 30px;
}
.services-sub-sm-box-bg{
    width: 100%;
    float: left;
    border-radius: 20px;
    background-color: #fff;
  padding:25px 25px 25px 30px;
  height: 100%;
  box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.1);
  position:relative;
  overflow:hidden;
}
.featured-number {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 9;
}
.featured-number img {width:40px; filter:invert();transition: all 0.5s ease; }
.featured-number span {
  background:linear-gradient(130deg, #670dad 0%, #e20281 100%);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  color:#fff;
}
.ht-shape-btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: auto;
  height: auto;
  border-radius: 0 30px 0 0;
}
.ht-shape-btn svg {}
.services-sub-sm-box-bg .line {    
    background-color: #eee;
    position: absolute;
}

.services-sub-sm-box-bg .line span {
    background: linear-gradient(130deg, #670dad 0%, #e20281 100%);
    position: inherit;
    display: block;
    transition: all .4s ease-out;
}

.services-sub-sm-box-bg .line-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.services-sub-sm-box-bg .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.services-sub-sm-box-bg .line-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}
.services-sub-sm-box-bg .line-left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.services-sub-sm-box-bg .line-top span {
    top: inherit;
    left: inherit;
    width: 0;
    height: 100%;
}
.services-sub-sm-box-bg .line-right span {
    top: inherit;
    right: inherit;
    width: 100%;
    height: 0;
}

.services-sub-sm-box-bg .line-bottom span {
    right: inherit;
    bottom: inherit;
    width: 0;
    height: 100%;
}

.services-sub-sm-box-bg .line-left span {
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 0;
}

.services-sub-sm-box-bg:hover .line-top span,
.services-sub-sm-box-bg:hover .line-bottom span {
    width: 100%;
}

.services-sub-sm-box-bg:hover .line-left span,
.services-sub-sm-box-bg:hover .line-right span {
    height: 100%;
}

.services-sub-icon{
    width: 100%;
    padding-bottom: 10px;
}
.services-sub-sm-box-bg:hover .featured-number span {background:#fff;transition: all 0.5s ease;}
.services-sub-sm-box-bg:hover .featured-number span a img, .services-sub-sm-box-bg:hover .featured-number span img {filter: invert(0);}

.services-sub-icon img {
    height: 60px;
    max-width: 60px;
    object-fit: contain;
}
.services-sub-sm-box-bg h3, .services-sub-sm-box-bg h3 a{
font-size: 22px;
  font-family: 'Graphik-Medium';
  color: #151723;
  padding-right:60px;
}
.services-sub-sm-box-bg h4{
font-size: 22px;
  font-family: 'Graphik-Medium';
  color: #151723;
  padding-right:60px;
}


.services-sub-sm-box-bg p{
    font-size: 14px;
    font-family: 'Graphik-Regular';
    color: #454963;
	padding-right:50px;
}
.services-sub-sing-right .col-lg-6{
    padding: 0px 15px 30px;
}
.services-sub-list-main .services-sub-sing-block:nth-child(even){
    background-color: #f1f1f1;
}
.services-sub-list-main .services-sub-sing-block:nth-child(even) .services-sub-sing-left{
    order: 1;
}
.services-sub-list-main .services-sub-sing-block:nth-child(even) .services-sub-sing-right{
    padding: 0px 30px 0px 0px;
}
.services-sub-list-main .services-sub-sing-block:nth-child(even) .services-sub-sm-box-bg{
    background-color: #fff;
}
.services-sub-sing-left .btn-main{
    margin-top: 45px;
}
.services-sub-in-sing-box .services-sub-sing-right {
    justify-content: flex-end;
    padding-right: 70px;
}
.services-sub-in-sing-box .services-sub-sing-bg-main{
    align-items: center;
}
.services-tp-bg-box.active img {
    filter: invert(1) brightness(10);
	width:50px;
}

/*website-development page*/
.website-development-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0px 20px;
	
}
.website-development-top .btn-main {justify-content: center;}
.services-tp-sing-box h6{
    font-size: 14px;
    font-family: 'Graphik-Semibold';
    color: #151723;
    padding-top: 15px;
    text-align: center;
}
.website-dev-word-development{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}
.website-dev-word-development .max-800 p{
    max-width: 840px;
}
.website-dev-word-development .title-main h2{
    font-size: 38px;
    padding-bottom: 30px;
	text-align: left;
}
.website-development-listing{
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;*/
	padding:50px 0;
}
.web-dev-list-sing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.web-dev-list-sing-main{
    width: 100%;
    /*display: flex;
    flex-wrap: wrap; 
    align-items: center;*/
}
.web-dev-list-sing-main .row {margin:0;}
.web-dev-list-sing-main .row .col-lg-6 {padding:0;}

.web-dev-list-left{
    width: 100%;
	padding: 0 7%;
}
.website-development-listing .web-dev-list-sing:nth-child(odd){
    /*background-color: #f2f2f2;*/
}
.web-dev-list-right{
    width: 100%;
    float: left;
	padding: 0 7%;
}
.web-dev-list-right h3{
    font-size: 38px;
    color:#000;
    font-family: 'Graphik-Bold';
    margin-bottom: 15px;
    text-transform: uppercase;
}
.web-dev-list-right h3 span{
    color: #bb058f;
}
.web-dev-list-right h4{
    font-size: 30px;
    color:#151723;
    font-family: 'Graphik-Semibold';
    text-transform: uppercase;
}
.web-dev-list-right p{
    font-size: 16px;
    color:#151723;
    font-family: 'Graphik-Regular';
    margin-bottom: 15px;
}
.web-dev-list-right p:last-child {margin-bottom:0;}

.web-dev-list-right ul {
margin: 15px 0;
  list-style: disclosure-closed;
  padding-left: 15px;}
  .web-dev-list-right ul li {margin:5px 0;}

.pl-85 {
    padding-left: 85px;
}
.web-dev-list-sing.web-dev-wordpress{
    padding: 40px 0;
    position: relative;
}
.web-dev-wordpress-righ-pic{
    position: relative;
    /*top: 150px;
    bottom: 150px;
    right: 0;
    height: calc(100% - 300px);*/
    width: 100%;
    max-width:100%; 
    z-index:9;
	padding: 0;
}
/*.web-dev-wordpress-righ-pic::before{
    position: absolute;
    content: '';
    width: 100%;
    left: -20px;
    height: calc(100% - 90px);
    top: 55px;
    border-radius: 20px;
    z-index: -9;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(124deg, #670dad 0%, #e20281 100%);
}*/
.web-dev-wordpress .col-lg-6 {
    position: unset;
}
.pr-80{
    padding-right: 80px;
}
@media screen and (min-width: 1650px){
    .web-dev-wordpress-righ-pic img{
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

}

.web-dev-wordpress-righ-pic img{
    width: 100%;
}
.web-dev-list-sing.web-dev-engage{
    padding: 90px 0px 120px;
}
.wordpress-work{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px 150px 9%;
    overflow: hidden;
}
.wordpress-work-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 0px;
    
}
.wordpress-work-rtl{
    width: calc(100% + 300px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.wordpress-work-rtl .col-lg-3{
    padding: 0px 10px 40px;
}
.wordpress-work-sing-box{
    width: 100%;
    float: left;
}
.wordpress-work-sing-box img{
    width: 100%;
    min-height: 430px;
    max-height: 430px;
    object-fit: cover;
    border: 1px solid #707070; 
}
.wordpress-work-wrapper{
    width: 100%;
}
.wordpress-arrow{
    width: calc(100% + 15%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    left: -6%;
    position: relative;
}
.wordpress-arrow .slick-arrow {
    top: unset;
    bottom: 0px;
    width: 80px;
    height: 60px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(130deg, #670dad 0%, #e20281 100%);
    border-radius: 30px;
    left: 0px;
    right: 0px;
    position: relative;
}
.wordpress-arrow .slick-prev.slick-arrow{
    left: -15px;
}
.wordpress-arrow .slick-next.slick-arrow{
    right:-15px;
}
.get-free-consultation{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px;
    background: #f5f9ff url(wp-content/uploads/2025/09/contact-bg.webp) no-repeat right top;
	background-size:cover;
    position: relative;
	background-attachment:fixed;
}

.get-free-consultation-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0px auto;
    padding: 60px 0px 0px;
    border-radius: 0px;
    overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  margin-top: 20px; 
  box-shadow: 0px 0px 44px 0px rgba(32, 32, 32, 0.1);

}
.hl_wrapper--inner.form-builder, .hl_form-builder--main{overflow:hidden!important; }
.get-free-con-frame{
    position: absolute;
    right: 30px;
    bottom: 0px;
}
/*.web-dev-word-functi-main{
    height: 650px;
}*/
.web-dev-list-left.web-dev-word-functi {
    position: relative;
    /*top: 40px;*/
	padding: 0;
}
.web-dev-list-left.web-dev-word-functi img, .web-dev-wordpress-righ-pic img { border-radius:30px;}
 

.portfolio-galley{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px 70px 0;
    
}
.gallery-main{
    width: 100%;
    float: left;
}
.gallery-listing{
    width: calc(100% + 20px);
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}
.gallery-list-link{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius:6px;
    -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.45);
}

.gallery-list-picture{
    width: 100%;
	background:#000;
}
.gallery-list-picture img{
    width: 100%;
    max-height: 310px;
	min-height: 310px;
    object-fit: cover;
	object-position: top;
	transition: all 0.4s;
	
}
.gallery-list-link:hover .gallery-list-picture img {
  transition: all 0.4s;
  transform: scale(1.1) rotate(2deg);
}
.gallery-list-hover{
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(130,11,164,0.70);
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-list-hover span{
    width: 70px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #d00387;
    border-radius: 100%;
}
.gallery-list-link:hover .gallery-list-hover{
    top: 0px;
}
.gallery-listing .col-lg-4{
    padding: 0px 15px 20px;
  /*  max-width:25%;
    flex: 0 0 25%;*/
}
.nav.nav-tabs {
    border: 0px;
    justify-content: center;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
    padding: 0px 5px;
}
.nav-tabs .nav-link {
    border: 0px;
    border-radius: 0px;
    background-color: #414243;
    color: #fff;
    font-size: 18px;
    font-family: 'Graphik-Regular';
    text-decoration-line: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 40px;
    border-radius: 40px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-item .nav-link:hover{
    color: #fff;
    background-image: linear-gradient(105deg , #670dad 0%, #e20281 100%);
    border-color: transparent;
}
.tab-content{
    margin-top:40px;
    width: 100%;
}
.gallery-main .tab-content .btn-main {
    justify-content: center;
    margin-top: 30px;
}

.our-customer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #e7ebee;
    padding: 100px 0px 60px;
}
.our-customer-main-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 30px;
}
.rating-star-main{
    width: 100%;
    margin-top: 25px;
}
.rating-star-main ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rating-star-main ul li{
    display: inline-block;
    list-style: none;
    padding: 0px 1px;
}
.rating-star-main ul li i{
    font-size: 24px;
    color: #f2b50f;
    cursor: pointer;
}
.rating-star-main span{
    font-size: 18px;
    color:#393939;
    margin-top: 5px;
    font-family: 'Graphik-Regular'
}
.our-customer-bg-box{
    width: calc(100% + 20px);
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 0px;
}
.our-customer-bg-box .col-lg-6{
    padding: 0px 10px 20px;
}
.our-customer-sm-bg-box{
    width: 100%;
    float: left;
    background-color: #f3f3f3; 
    padding: 20px 30px;
}
.our-customer-sm-bg-box .rating-star-main{
    margin-top: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.our-customer-sm-bg-box .rating-star-main ul li i{
    font-size: 16px;
}
.our-customer-sm-bg-box .rating-star-main span{
    padding-left: 10px;
    margin-top: 0px;
    color: #000;
}
.our-customer-sm-bg-box h4{
    font-family: 'Graphik-Bold';
    color: #2d2d2d;
    font-size: 22px;
    margin: 10px 0px;
}
.our-customer-sm-bg-box p{
    font-family: 'Graphik-Regular';
    color: #000;
    font-size: 16px;
    max-width: 75%;
}
.our-customer-main-top .title-main p{
    color: #393939;
}
/*CAREER PAGE*/
.open-postion{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0px 65px;
}
.careers-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0px;
    background-color: #f2f2f2;
}
.careers-list-main{
    width: calc(100% + 30px);
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}
.careers-list-main .col-lg-4{
    padding: 0px 15px 70px;
}
.careers-list-sm-box{
    width: 100%;
    background-color: #fff;
    height: 100%;
    border-radius: 34px;
    padding: 30px 0px 60px 30px;
    position: relative;
}
.careers-list-sm-box .btn-main{
    position: absolute;
    bottom: -30px;
    left: 30px;
}
.careers-list-sm-box h3{
    font-size: 28px;
    color: #151723;
    font-family: 'Graphik-Bold';
    margin-bottom: 10px;
}
.careers-list-sm-box ul{
    padding: 0px;
    margin: 0px;
}
.careers-list-sm-box ul li{
    list-style: none;
    display: flex;
    width: 100%;
    font-size: 20px;
    font-family: 'Graphik-Regular';
    color: #454963;
    font-size: 16px;
    align-items: center;
    margin-bottom: 10px;
    line-height: 22px;
}
.careers-list-sm-box ul li i{
    color: #bb058f;
    font-size: 22px;
    margin: 0px 10px 0px 0px;
    line-height: normal;
}
.skilled-engineers{
    width: 100%;
    padding: 100px 0px 85px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.skilled-engineers::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-color: #e7ebee;
    top: 0px;
    left: 0px;
    z-index: -9;
}
.skilled-engineers::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, #670dad 0%, #bb058f 100%);
    bottom:0px;
    left: 0px;
    z-index: -9;
}
.skilled-engineers-main{
    width: 100%;
    float: left;
    position: relative;
}
.skilled-engineers-picture{
    width: 100%;
    float: left;
    position: relative;
}
.skilled-engineers-picture::before{
    position: absolute;
    content: '';
    background-color: rgba(45,47,58,0.70);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.skilled-engineers-picture img{
    width: 100%;
    min-height: 950px;
    max-height: 950px;
    object-fit: cover;
}
.skilled-engineers-top-dtl{
    position: absolute;
    padding: 130px;
    top: 0px;
    left: 0px; 
}
.skilled-engineers-top-dtl h2::before{
    display: block;
    content: '';
    width: 100px;
    height: 10px;
    background-color: #bb058f;
    margin-bottom: 20px;
}
.skilled-engineers-top-dtl h2{
    font-size: 55px;
    color: #fff;
    font-family: 'Graphik-Bold';
}
.careers-bg-box-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0px 160px;
}
.careers-bg-sub-box-list .careers-list-sm-box{
    border-radius: 34px;
    filter: drop-shadow(0px 3px 8.5px rgba(104,104,104,0.16));
    background-color: #ffffff;
    padding: 30px;
}
.careers-bg-sub-box-list .careers-list-sm-box ul{
    max-width: 450px;
}
.careers-bg-sub-box-list .careers-list-sm-box.active h3,
.careers-bg-sub-box-list .careers-list-sm-box.active ul li,
.careers-bg-sub-box-list .careers-list-sm-box.active ul li i{
    color: #fff;
}
.careers-bg-sub-box-list .careers-list-sm-box.active{
    background-color: #9a0a92;
}
.careers-bg-sub-box-list .col-lg-6{
    padding: 0px 15px 40px;
}
.industries-category{
    width: 100%;
    padding: 95px 0px;
}
.industries-category-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.industries-category-sing-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.industries-cat-icon{
    margin-bottom: 30px;
    width: 100%;
}
.industries-category-sing-box h4{
    font-size:28px;
    color: #000000;
    font-family: 'Graphik-Bold';
    margin-bottom: 10px;
}
.industries-category-sing-box p{
    font-size:18px;
    color: #454963;
    font-family: 'Graphik-Regular';
    max-width: 75%;
    margin: 0px auto; 
}
.expert-consultants{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0px 240px;
    background-color: #f2f2f2;
}
.expert-consultants-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.expert-consultants-left-pic{
    width: 100%;
    float: left;
}
.expert-consultants-right-part{
    width: 100%;
    float: left;
    padding: 0px 0px 0px 50px;
}
.expert-consultants-right-part h2{
    font-size: 48px;
    color: #151723;
    font-family: 'Graphik-Bold';
    margin-bottom: 15px;
}
.expert-consultants-right-part h2 span{
    color: #bb058f;
}
.expert-consultants-right-part p{
    font-size: 16px;
    color: #151723;
    max-width: 80%;
    line-height: 23px;
    font-family: 'Graphik-Regular';
    margin-bottom: 15px;
}
.expert-consultants-right-part .btn-main{
    margin-top: 30px;
}
.industries-counter{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -115px;
}
.industries-counter-main{
    width: 100%;
    padding: 50px 0px;
    display: flex;
    flex-wrap: wrap;
    background-image: linear-gradient(180deg, #670dad 0%, #bb058f 100%);
}
.industries-counter-sing{
    width: 100%;
    text-align: center;
}
.industries-counter-icn{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.industries-counter-sing .counter-sing-box-dtl h1,
.industries-counter-sing .counter-head span{
    font-size: 48px;
}
.industries-counter-sing .counter-head{
    justify-content: center;
}
.industries-counter-sing .counter-sing-box-dtl h5{
    font-size: 24px;
    margin-top: 10px;
    font-family: 'Graphik-Bold';
    text-transform: capitalize;
}
.industries-counter-sing .counter-sing-box-dtl{
    margin-top: 0px;
}
.industries-our-recent-work{
    padding: 80px 0px 60px 9%;
}
.industry-how-it-work{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 0px 70px;
}
.industry-how-it-work-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 65px 0px 0px;
}
.industry-how-it-work-main .col-lg-3{
    padding: 0px 15px 30px;
}
.industry-how-it-work-sing{
    width: 100%;
    float: left;
    text-align: center;
}
.how-it-work-dig{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #bb058f; 
    font-size: 28px;
    font-family: 'Graphik-Medium';
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    color: #fff;
}
.industry-how-it-work-sing h5{
    font-size: 28px;
    font-size: 24px;
    font-family: 'Graphik-Bold';
    font-family: 'Graphik-Semibold';
    color: #000000;
    margin:15px 0px 10px;
}
.industry-how-it-work-sing p{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    color: #454963;
    max-width: 75%;
    margin: 0px auto;
}
.industries-free-consultation{
    background-color: #fff;
    padding: 110px 0px 130px;
}

/*Privacy Policy*/
.privacy-policy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
}
.privacy-policy-ctn-part{
    width: 100%;
    float: left;
}
.privacy-policy-ctn-part h3{
    font-size: 32px;
    color: #2a2a2a;
    font-family: 'Graphik-Bold';
    margin: 24px 0px 10px; 
}
.privacy-policy-ctn-part p{
    font-size: 18px;
    color: #393939;
    font-family: 'Graphik-Regular';
    margin: 0px 0px 16px; 
}

.privacy-policy-ctn-part ul li,
.privacy-policy-ctn-part ol li{
    font-size: 18px;
    color: #393939;
    font-family: 'Graphik-Regular';
    padding: 0px 0px 10px 25px;
    position: relative; 
    list-style:none;
}
.privacy-policy-ctn-part ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 11px;
    height: 11px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    transform: rotate(45deg);
}
.privacy-policy-ctn-part ul,
.privacy-policy-ctn-part ol{
    padding-left: 10px;
}

/*terms-and-condition*/
.terms-and-condition .privacy-policy-ctn-part ul li:before{
    width: 0px;
    height: 0px;
}
.terms-and-condition .privacy-policy-ctn-part ul li,
.terms-and-condition .privacy-policy-ctn-part ol li{
    padding: 0px 0px 10px 0px;
    list-style: unset;
}
.terms-and-condition .privacy-policy-ctn-part ul {
    padding-left:40px;
}

.terms-and-condition .privacy-policy-ctn-part ol
{
    padding-left: 25px;
}
/*case-studies*/
.case-studies{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.case-studies-main{
    width: 100%;
    float: left;
    padding: 50px 0px 0px;
}
.gallery-list {
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.gallery[class*="gallery-col"] .gallery-list>li {
    float: left;
}
.gallery-col3 .gallery-list>li {
    width: 33.333333%;
}
.gallery-list li {
    padding: 15px;
    position: relative;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    transform-style: preserve-3d;
}


.gallery-item img {
    width: 100%;
    height: auto;
    transition: all 1s;
    -ms-border-radius: inherit;
    border-radius: inherit;
        max-height: 400px;
    object-fit: cover;
    min-height: 400px;
}
.gallery-item:hover>img {
    transform: scale(1.2);
}
.gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.5s;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.gallery-item-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
    transition: all 0.3s;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.gallery.hover-zoom.has-filtered .gallery-item:hover>img {
    transform: scale(1.2);
}

.gallery-item-link {
    opacity: 0;
    transition: .4s;
}
.gallery-item-link .link-block {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(40%);
    transition: all 0.3s;
    transform-style: preserve-3d;
    z-index: 2;
}
.gallery-item-link a:not(.btn) {
    overflow: hidden;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: .875em;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ad0794;
    background-color: #ad0794;
    margin: 0 5px;
    z-index: 8;
}
.gallery-item-caption h3, .gallery-item-caption h4, .gallery-item-caption h5, .gallery-item-caption p {
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: inherit;
    margin: 0;
}
.gallery-item-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #000;
    padding: 20px;
    width: 100%;
    transition: opacity .3s;
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.gallery-item-caption.dark .item-cat {
    top: 20px;
    font-size: 14px;
    letter-spacing: .04em;
    padding: 3px 7px;
    background: rgba(255,255,255,0.3);
    background-color: rgba(207,207,207,0.8);
    color: #000;
}

.gallery-item-caption .item-title {
    bottom: 20px;
}
.gallery-item-caption .item-cat, .gallery-item-caption .item-title {
    position: absolute;
    left: 20px;
    z-index: 3;
    font-family: 'Graphik-Medium';
}
.gallery-item-caption:after {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 100%);
    -ms-border-radius: inherit;
    border-radius: inherit;
}
.gallery-item-caption.dark:after {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 100%);
}


.gallery-item:hover .gallery-item-link, .gallery-item:focus .gallery-item-link {
    opacity: 1;
}
.gallery-item:hover .gallery-item-link .link-block, .gallery-item:focus .gallery-item-link .link-block {
    transform: translateY(-50%);
}
.gallery.hover-zoom.has-filtered .gallery-item:hover .gallery-item-link:after {
    opacity: .4;
}
.gallery.hover-zoom .gallery-item:hover .gallery-item-caption, 
.gallery.hover-zoom .gallery-item:focus .gallery-item-caption, 
.gallery.hover-fade .gallery-item:hover .gallery-item-caption, 
.gallery.hover-fade .gallery-item:focus .gallery-item-caption {
    opacity: 0;
}


.item-cat-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 20px;
    z-index: 3;
}
.item-cat-list .item-cat{
    margin-right: 5px;
    position: unset;
}
.item-cat-list .item-cat:last-child{
    margin-right: 0px;
}
.gallery-list.grid .col-lg-3 {
    padding: 0px 15px 30px;
}
.gallery-item:hover .gallery-item-caption.dark:after {
    opacity: 0;
}
.request-quote-main .contact-us-form {
    max-width: 80%;
    padding: 0px;
    border-radius: 10px;
    margin: 0px auto;
    position: relative;
}
.request-quote-main .c-inp-btn{
    font-size: 24px;
    border-radius: 10px;
    padding: 11px 20px;
}
.request-quote-main .c-inp{
    padding: 0px 20px;
    border-radius: 10px;
    height: 60px;
}
.c-inp-part-btn {
    padding-top: 20px;
}
/*.request-quote-main .contact-us-form::before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    background-image: linear-gradient(99deg, #670dad 0%, #e20281 100%);
    height: 100%;
    z-index: -9;
    border-radius: 10px;
    top: 10px;
    margin: 0px auto;
    right: 0;
    left: 0;
}*/
/*blog*/
.blog{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0px;
}
.blog-listing .home-blog-picture img {
    filter: unset;
    max-height: 400px;
    min-height: 400px;
}
.blog-listing .home-blog-box-cnt {
    position: relative;
    float: left;
    padding: 20px;
}
.blog-listing .home-blog-box-cnt h3, 
.blog-listing .home-blog-box-cnt h3 a {
    color: #000;
        text-transform: uppercase;
    font-size: 17px;
	font-family: 'Graphik-Medium';
}
.blog-listing .home-blog-box-cnt p{
    color: #151723;
}
.blog-listing .home-blog-box-cnt h3{
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.blog-listing .home-blog-box-cnt p{
    font-size: 18px;
}
.blog-listing .home-blog-box-cnt h3::before{
    left: -20px;
}
.blog-update-dtl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.blog-update-dtl ul{
    padding: 0px;
    margin: 0px;
}
.blog-update-dtl ul li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #e7ebee;
    font-size: 15px;
    color: #151723;
    font-family: 'Graphik-Regular';
    line-height: 22px;
}
.blog-update-dtl ul li strong{
    font-family: 'Graphik-Bold';
    padding-right: 5px;
}
.blog-update-dtl ul li:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px;
}
.blog-listing.home-blog-list .col-lg-4 {
    padding: 0px 20px 20px;
}

/*blog-details*/
.blog-details{
    width: 100%;
    float: left;
    padding: 70px 0px;
}
.blog-details{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blog-details-left{
    width: 100%;
    float: left;
    padding-right:30px;
    border-right:1px solid #ddd;
}
.blog-dtl-top-head{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.blog-dtl-top-head h2{
    color: #000;
    font-size: 26px;
     font-family: 'Graphik-Semibold';
    margin-bottom: 10px;
    text-transform: capitalize;
}
.blog-dtl-lg-picture{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.blog-dtl-lg-picture img{
    width: 100%;
    object-fit: cover;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
}
.blog-dtl-sub-entro{
    width: 100%;
    float: left;
}
.blog-dtl-sub-entro p {
    font-size: 17px;
    color: #151723;
    font-family: 'Nunito-Regular';
    margin-bottom: 20px;
}


/*.blog-dtl-sub-entro p::first-letter {
    float: left;
    font-family: 'Graphik-SemiBold';
    margin: 0px 5px 5px 0px;
    font-size: 200%;
    color: #ad0794;
}*/
.blog-dtl-sidebar{
    width: 100%;
    float: left;
    padding-left: 30px;
}
.blog-dtl-search{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px 40px;
}
.blog-dtl-search form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.blog-search-inp {
    border-radius: 10px;
    filter: drop-shadow(0px 3px 14.5px rgba(0,0,0,0.12));
    background-color: #ffffff;
    border: 1px solid #b9b9b9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    box-shadow: none;
    border: 0px;
    font-size: 16px;
    padding: 0px 20px;
    color: #989898;
    font-family: 'Graphik-Regular';
}
.blog-dtl-side-sing{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.blog-dtl-head{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.blog-dtl-head::before{
    position: absolute;
    content: '';
    background-color: #e7ebee;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: -9;
}
.blog-dtl-head h4{
    font-size: 18px;
    color: #151723;
    padding: 0px 15px;
    background-color: #ffffff;
    font-family: 'Graphik-Semibold';
}
.blog-details-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding:35px 25px;
    background-color: #fff;
    
    border-radius: 15px;
}
.blog-pop-post-list{
    width: 100%;
    float: left;
}
.blog-pop-post-sing{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.blog-pop-sing-picture{
    width: 80px;
    height: 80px;
    border-radius:10px;
    overflow: hidden;
}
.blog-pop-sing-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-pop-sing-dtl{
    width: calc(100% - 80px);
    padding-left:10px;
}
.blog-pop-sing-dtl h6{
    font-size: 16px;
    color: #ad0794;
    font-family: 'Nunito-Bold';
    margin-bottom: 5px;
    text-transform:capitalize;
}
.blog-pop-sing-dtl h4{
    font-size: 15px;
    color: #151723;
    font-family: 'Nunito-Regular';
    text-transform: capitalize;
}
.blog-pop-sing-dtl h4 a{
    text-decoration-line: none;
    color: #151723;
}
.blog-dtl-tags{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blog-dtl-tags ul{
    padding: 0px;
    margin: 0px;
}
.blog-dtl-tags ul li{
    list-style: none;
    display: inline-block;
    padding:0px 5px 10px 0px;
}
.blog-dtl-tags li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    font-size: 16px;
    color: #151723;
    text-decoration-line: none;
    font-family: 'Graphik-Regular';
    border:1px solid #e7ebee;
}
.blog-dtl-tags li a:hover {
    color: #ad0794;
    border-color: #ad0794;
}
.blog-dtl-social{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blog-dtl-social ul{
    padding: 0px;
    margin: 0px;
}
.blog-dtl-social ul li{
    list-style: none;
    display: inline-block;
}
.blog-dtl-social li a{
    font-size: 18px;
    color: #151723;
    text-decoration-line: none;
}
.blog-dtl-social ul li::after {
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    margin: 0px 14px 4px;
    background-color: #151723;
    transform: rotate(45deg);
}
.blog-dtl-social ul li:last-child::after{
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.blog-releted-post{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0px 70px;
}
.ftr-form .n-inp input.mailpoet_text {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-family: 'Graphik-Regular';
        height: 100%;
    padding: 0 !important;
}
.ftr-form .n-inp input.mailpoet_text::placeholder{
    color: #fff;
}
.ftr-form .n-inp-btn input.mailpoet_submit {
    background-color: transparent !important;
    border: 0px !important;
    color: #fff !important;
}
.ftr-form .n-inp {
    margin-bottom: 0px !important;
}
.ftr-form form.mailpoet_form {
    width: 100%;
    padding: 0px !important;
}
.ftr-form .n-inp {
    margin-bottom: 0px !important;
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 16px;
}
.menubar li.current_page_item a::before{
    width: 100%;
}
.wpcf7-response-output {
    margin: 0px !important;
}
.c-inp-part.c-inp-chcek .wpcf7-checkbox.c-inp {
    padding: 0px;
    margin: 0px;
    box-shadow: none;
    filter: none;
    border: 0px;
    background-color: transparent;
}
.c-inp-part.c-inp-chcek .wpcf7-checkbox.c-inp input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
}
.c-inp-part.c-inp-chcek .wpcf7-checkbox.c-inp label {
    cursor: pointer;
    font-size:16px;
    font-family: 'Graphik-Regular';
    color: #1f222d;
    display: flex;
    align-items: center;
}
.c-inp-part.c-inp-chcek .wpcf7-checkbox.c-inp span.wpcf7-list-item {
    margin: 0;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000;
}
.header-main.header-bg-wh .animated-icon1 span{
    background:#db0384;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
.animated-icon1 span:nth-child(2) {
    top: 7px;
}
.animated-icon1 span:nth-child(3) {
    top: 14px;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mobile-menu-toggle button:focus{
    outline: none;
    box-shadow: none;
}
.menu-res{
    display: none;
}
@media (min-width: 992px){
    .mobile-menu-toggle{display: none;}
    .mobile-nav-cta{display: none;}
}
.mobile-nav-cta{
    display: none;
}
.mobile-menu-toggle {
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
    top: 43px;
    z-index: 9999;
}
.blog .btn-main {
    justify-content: center;
    margin-top: 20px;
}
.consultations-main.request-quote-main .c-inp-part{
    text-align: left;
}
/*.nav-tabs .nav-link{
    padding: 14px 10px;
}*/
#tabs-1 .gallery-listing .col-lg-4,
#tabs-2 .gallery-listing .col-lg-4,
#tabs-3 .gallery-listing .col-lg-4,
#tabs-4 .gallery-listing .col-lg-4,
#tabs-5 .gallery-listing .col-lg-4,
#tabs-6 .gallery-listing .col-lg-4,
#tabs-7 .gallery-listing .col-lg-4{
    display: none;
}
.wordpress-work-sing-box img{
    border-radius: 30px;
}
.careers-list-sm-box .btn-main{
    width: calc(100% - 30px);
}
.web-dev-word-functi-main {
    height: auto;
   /* min-height: 650px;*/
}
.team-one
{
    width: 100%;
    padding:80px 0;
}
.team-left
{
    width: 100%;
    height: 100%;
}
.team-left img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;            
}
.team-right
{
    width: 100%;
    padding:0 0 0 30px;
}
.team-right h3
{
    font-size: 55px;
    color: #151723;
    font-family: 'Graphik-Bold';
    text-transform: uppercase;
    margin-bottom:20px;
    line-height: 1;
}
.team-right p
{
    font-size: 16px;
    color: #454963;
    font-family: 'Graphik-Regular';
    margin-bottom:15px;
    line-height:22px;
    width: 100%;
}
.team-right p span
{
    font-family: 'Graphik-Bold';
}
.team-right ul
{
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
}
.team-right ul li
{
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    padding-left:25px;
    font-size: 16px;
    color: #454963;
    font-family: 'Graphik-Regular';
    margin-bottom:10px;
}
.team-right ul li::before 
{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-image: linear-gradient(137deg,#670dad 0%,#e20281 100%);
    left: 0;
    top: 5px;
    content: '';
    position: absolute;
}
.team-certificate
{
    background-color: #e7ebee;
}
.team-certificate .team-right
{
    padding:0 30px 0 0;
}
.team-certi-table
{
    width: 100%;
    margin-bottom:30px;
    z-index:99;
    position: relative;
}
.team-certi-table table
{
    width: 100%;
    border-radius: 10px;
    background: #fff;
}
.team-certi-table:before {
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% - 10px);
    top: 20px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%);
    z-index: -9;
    border-radius: 10px;
}
.team-certi-table td
{
    padding: 12px 25px;
    font-size: 16px;
    color: #454963;
    font-family: 'Graphik-Regular';
}
.team-certi-table tr td:last-child
{
    font-family:'Graphik-Bold';
}

.team-certi-table tr:nth-child(odd)
{
    background: #f5f5f5;
}
.team-certi-table tr:nth-child(even)
{
    background: #fff;
}
.team-certi-table tr:first-child td:first-child
{
    border-top-left-radius:10px;
}
.team-certi-table tr:first-child td:last-child
{
    border-top-right-radius:10px;
}
.team-certi-table tr:last-child td:first-child
{
    border-bottom-left-radius:10px;
}
.team-certi-table tr:last-child td:last-child
{
    border-bottom-right-radius:10px;
}

/*23/09/2022*/
.portfolio-galley-front .gallery-list-hover{
    top: unset;
    opacity: 0;
    background-color: transparent;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    bottom: 0px;
    padding: 20px;      
}

.portfolio-galley-front .gallery-list-hover::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.portfolio-galley-front .gallery-list-link:hover .gallery-list-hover{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-galley-front .gallery-list-link:hover .gallery-list-hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-galley-front .gallery-list-hover span {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #fff;
    z-index: 9;
    font-size: 26px;
    font-family: 'Graphik-SemiBold';
    text-align: center;
}
.gallery .bg{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
}
.gallery{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gallery>a{
    display: inline-block;
    width: 33.33%;
}

.home-banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
div.wpcf7
{
    width: 100%;
}



.cursor {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background: #670dad;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
    transform: scale(1);
    opacity: 1;
    transition: background 0.5s ease, transform 0.5s ease, opacity 0.5s ease-out;
    transform-origin: center;
    /** Hover Effect */
    /** Click Effect */
  }
  .cursor.hover {
    transform: rotate(90deg) scale(2);
    background: #db0384;
  }
  .cursor.click {
    transform: scale(0.5);
    opacity: 0.6;
  }

  * {
    /*cursor: none;*/
  }
  
  
  .butsso-an {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    margin-top: 40px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    /* height: 100%; */
    /* background: #eee; */
    margin-left: 110px;
}
  
.effect1 {
    color: #000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 9px;
    position: relative;
    padding: 5px 27px 5px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    text-transform: uppercase;
}
  
.effect1 .bg {
    background: linear-gradient(105deg,#670dad 0%,#e20281 100%);
    width: 15px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* background-image: linear-gradient(105deg,#670dad 0%,#e20281 100%); */
}
.effect1:hover {
    padding-right: 20px;
    color: #fff;
    /* background-image: linear-gradient(105deg,#670dad 0%,#e20281 100%); */
}
  
  .effect1:hover .bg {
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  
  .effect1 .bg:before, .effect1 .bg:after {
    content: '';
    height: 2px;
    width: 7px;
    /* background: #fff; */
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-image: linear-gradient(105deg,#670dad 0%,#e20281 100%);
}
  
  .effect1 .bg:before {
    bottom: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .effect1 .bg:after{
    top: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .effect1:hover .bg:before,
  .effect1:hover .bg:after{
    right: 0;
  }
  
  .effect1:hover .bg:before {
    bottom: 6px;
    background: transparent;
}
  
.effect1:hover .bg:after {
    top: 6px;
    background: transparent;
}
canvas#demo-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
div#large-header
{
    background-color: #fff;
}
.talk-about
{
    position: relative;
    z-index:99;
    /*border-top:1px solid #e20281;
    margin:0 !important;
    padding:80px 0 40px 0;*/
}
.header-main
{
    z-index:9999;
}
/*.home-banner
{
    position: relative;
}*/
/*.header-main
{
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
}
.home-banner
{
    position: relative;
}
.banner-cnt-main
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/




@keyframes gradient {
    0%{background-position:0% 50%}
    100%{background-position:100% 100%}
  }
  
.how-it-going-list-sub-main .card {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255, 50%);
    background-image: linear-gradient(135deg, rgb(255, 255, 255, 15%), rgb(21, 25, 31, 0%));
    transition: all ease;
    cursor: pointer;  
    border: 0;
    background: transparent;
    z-index: 5;
  }
  
  .how-it-going-list-sub-main .card:hover {
    filter: drop-shadow(0 0 0px rgb(255, 255, 255, 60%));
    color: rgb(255, 255, 255, 80%);
  }
  
.services-tp-sing-box h3 {
    font-size: 15px;
    text-align: center;
        font-weight: bold;
    padding-top: 15px;
}



.blog-dtl-sub-entro h2, .blog-dtl-sub-entro h3{
    font-size:24px;
    color: #151723;
    font-family: 'Nunito-Bold';
    margin-bottom: 15px;
}
.blog-dtl-sub-entro p strong
{
    font-size:20px;
    color: #151723;
    font-family: 'Nunito-Bold';
}
.logos {
    width: 100%;
    display: flex;
    max-width: 1410px;
    margin: 0px auto;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 60px !important;
}
.logos .col-lg-3:last-child .rel-sing-boxx img{
    width: 260px;
}

.rel-sing-boxx img {
    width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.rel-sing-boxx {
	padding:10px;
    width: 100%;
}
.logos .title-main-left {
	padding-bottom: 40px;
	width:100%;
}
.logos .title-main-left h2 {
    font-size: 55px;
	width:100%;
    color: #151723;
    font-family: 'Graphik-Bold';
}
.home-banner-main h1 p
{
    font-size:80%;
    margin-top:10px;
}
.banner-eyebrow
{
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ff5fb0;
    font-family: 'ProximaNova-Bold';
    margin: 0 0 18px;
}
.home-banner-main h2,
.banner-headline
{
    font-size:56px;
    line-height: 1.12;
    color: #fff;
    font-family: 'ProximaNova-Bold';
    margin:0 0 26px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom:0;
    letter-spacing: -0.5px;
}


.home-banner-main h6
{
    font-size:19px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    margin-bottom:8px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.banner-sub-2
{
    color: rgba(255,255,255,0.6);
    font-size: 16px;
}
/*.home-banner-main h6 span
{
    text-transform:uppercase;
    color: #db0384;
}*/
.banner-btn
{
    width: 100%;
    margin:48px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.banner-btn a:hover {
	border: 0px;
}
.banner-btn a {
    margin: 0;
    border-color: white;
    color: white;
	transition: all 0.5s ease;
}
.btn-banner-primary{
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    border: 1px solid transparent;
    color: #fff !important;
    box-shadow: 0 12px 30px -8px rgba(226,2,129,0.55);
}
.btn-banner-primary:hover{
    background-image: linear-gradient(105deg, #670dad 0%, #e20281 100%);
    box-shadow: 0 16px 36px -6px rgba(103,13,173,0.6);
    transform: translateY(-2px);
}
.btn-banner-secondary{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.55);
    color: #fff !important;
    backdrop-filter: blur(2px);
}
.btn-banner-secondary:hover{
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    border-color: transparent;
    transform: translateY(-2px);
}
.home-banner:after
{
    position: absolute;
    content: '';
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index:-9;
}
/*.home-banner-main h2:after
{
    position: absolute;
    content: '';
    background-color:#fff;
    width:200px;
    height:3px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}*/
.ethics-list-sm-icon img {
    max-width: 50px;
    max-height: 50px;
    filter: invert(1);
}
.relationships .col-lg-3
{
    flex:0 0 20%;
    max-width:20%;
}
.counter-bg-box .col-lg-3:nth-child(1) .counter-inner, .counter-bg-box .col-lg-3:nth-child(2) .counter-inner, 
.counter-bg-box .col-lg-3:nth-child(3) .counter-inner, .counter-bg-box .col-lg-3:nth-child(4) .counter-inner
{
    padding:3px 0 0;
}
.counter .btn-border-blk
{
    margin-top:40px;
}
#cookie-notice .cookie-notice-container
{
    background-color:#000;
}
#cookie-notice .cn-button:not(.cn-button-custom)
{
    background-image: linear-gradient(105deg,#670dad 0%,#e20281 100%);
}
.cn-close-icon:before, .cn-close-icon:after
{
    background-color:#fff !important;
}
.cn-close-icon
{
    opacity:1 !important;
}
.acc-dtl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.acc-left, .acc-right
{
    width:49%;
}
.services-accrodian .acc__title.active .acc-plus
{
    transform: rotate(45deg);
}
.acc-right img 
{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height:300px;
    object-position: top;
}
.services-accrodian
{
    width: 100%;
    margin:20px 0 50px;
    float: left;
}
.services-accrodian .acc__card
{
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(21,23,35,0.05);
    border: 1px solid #ecebf1;
    margin:0 0 10px !important;
    filter: unset;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.services-accrodian .acc__card:hover
{
    box-shadow: 0 10px 26px -8px rgba(103,13,173,0.16);
    border-color: #e6d3f2;
}
.services-accrodian .acc__title
{
    border-radius: 12px;
    padding: 14px 20px;
}
.services-accrodian .acc__title.active
{
    border-radius: 14px 14px 0 0;
    box-shadow: none;
    margin-bottom: 0;
}
.services-accrodian .acc__panel
{
    border-radius: 0 0 14px 14px;
    box-shadow: none;
}
/*.services-accrodian .acc__card:first-child
{
    border-top: 1px solid #000;
}*/
.services-accrodian .acc__title h3
{
    font-family: 'Nunito-Bold';
    font-size:16px;
}
.services-accrodian .acc__panel p
{
    font-family: 'Nunito-Regular';
    font-size:16px;
    line-height:24px;
    padding-bottom:10px;
}
.services-accrodian .acc__title .acc-plus
{
    font-size:13px;
    width:24px;
    height:24px;
}
.finest-work-sm-icon:hover
{
    background:#000;
}
.logos .title-main
{
    margin-bottom:60px;
}
.wordpress-work .title-main h2, .title-main h3 {
    font-size: 26px;
    width: 100%;
    margin: 0 auto;
}
.how-it-going .title-main h3 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
.how-it-going .title-main p {
    font-size: 18px;
    padding-top: 20px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
	max-width: 70%;
  margin: 0 auto;
}
.enterprise {
    width: 100%;
    background: #e7ebee;
    padding: 100px 0;
}
.enterprise .title-main h2 {
    margin-bottom: 35px;
    max-width: 100%;
    text-align: center;
}
.enterprise .title-main p 
{
    margin-bottom:10px;
}
.enterprise .title-main p:last-child {margin-bottom:0;}
.services_description
{
    width: 100%;
}
.services_description strong, .services_description b
{
    color: #2a2a2a;
font-family: 'Graphik-Medium';
  font-size: 22px;
  margin: 20px 0;
  display: block;
}
.services_description p
{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
    margin-bottom:10px;
}
.services_description ul  
{
    padding:0 0 0 10px;
    margin:20px 0;
}
.services_description ul li 
{
    font-size: 18px;
    color: #393939;
    font-family: 'Graphik-Regular';
    padding: 0 0 10px 25px;
    position: relative;
    list-style: none;
}
.services_description ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 11px;
    height: 11px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-image: linear-gradient(137deg,#670dad 0%,#e20281 100%);
    transform: rotate(45deg);
}
a {
    cursor: pointer;
}
.header-main {
    position: fixed;
    background: white;
}
.blak-space {
    padding-top: 110px;
}
.carban-page
{
    padding:100px 0 0;
}
.carban-left
{
width: 100%;
  height:460px;
  border: 14px solid #fff;
  box-shadow: 0px 0px 44px 0px rgba(32, 32, 32, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.carban-left img
{
    width:100%;
    height:460px;
    object-fit: cover;
	border-radius: 20px;
}
.carban-right
{
    width: 100%;
}
.carban-right h3 
{
    font-size:34px;
    color: #2a2a2a;
    font-family: 'Graphik-Bold';
    margin: 0px 0px 15px;
}
.carban-right p
{
    font-size: 16px;
    color: #393939;
    font-family: 'Graphik-Regular';
    margin: 0px 0px 10px;
}
.carban-right ol  
{
    padding-left: 25px;
    margin:0 0 10px;
}
.carban-right ol li 
{
    padding: 0px 0px 10px 0px;
    font-size: 16px;
    color: #393939;
    font-family: 'Graphik-Regular';
}
.carban-one
{
    margin:0 0 80px;
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}
.carbon-banner
{
    width: 100%;
    height:auto;
	position:relative;
}

.carbon-banner::before{
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.35);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
}
.carbon-banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.bannerCaption {position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.bannerCaption h2 {font-size: 58px;
  font-weight: 900;
  text-transform:uppercase;
  margin:20px 0 20px;
  color: #fff;
}
.bannerCaption h6 {font-size: 20px;color: #fff;}
.bannerCaption h4 {margin-bottom: 30px;color: #fff;}
.bannerCaption p {text-transform: uppercase !important;
  color: #e20281;
  font-weight: 600;

}




/* ------ carbon-icon------ */
.carbon-all-icon{
    width: 100%;
    padding: 80px 0;
    background-color: #f1f1f1;
}
.carbon-icon-titel h2 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    margin-bottom: 25px;
    text-align: left;
}
.carbon-all-icon .carbon-icon-one{
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    height: 170px;
        visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeInRight;
	transition: all 0.5s ease;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.icon-m{
    margin-top: 20px;
} 
.carbon-all-icon .carbon-icon-one h4{
    font-size: 18px;
    color: #393939;
    font-family: 'Graphik-medium';
    padding-top: 10px;
}
.carbonIcHolder {background:linear-gradient(130deg, #670dad 0%, #e20281 100%); width:90px; height:90px; border-radius:50%;margin: 0 auto;
  padding: 10px;display: flex;
  justify-content: center;
  align-items: center;}
.carbon-all-icon .carbon-icon-one img{
  max-width: 55px;
  height: auto;
  object-fit: cover;
  filter: contrast(275%);
}

.carbon-all-icon .carbon-icon-one:hover{
    background: linear-gradient(126deg, #670dad 0%, #e20281 100%);
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.carbon-icon-one:hover h4
{
    color: #fff;
}
.carbon-icon-one:hover .carbonIcHolder  {background:#fff;}
.carbon-icon-one:hover img{
filter:contrast(175%) brightness(3%);
}




/* --------------------child-------------------- */

.carbon-accounting-child h1{
    font-size: 48px;
    padding-top: 35px;
    padding-bottom: 15px;
    color: #151723;
    font-family: 'Graphik-Bold';
    visibility: visible;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-name: fadeInUp;
}
.carbon-accounting-child .western b{
    color: #2a2a2a;
    font-family: 'Graphik-Bold';
    font-size: 18px;
}
.carbon-accounting-child p{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
    margin-bottom: 10px;
    text-decoration: none !important;
}
.carbon-accounting-child .container{
    margin: 0 auto;
}
.carbon-accounting-child u{
    text-decoration: none;
}
.carbon-accounting-child ul {
    padding: 0 0 0 10px;
    margin: 0 0 10px;
}
.carbon-accounting-child ul li {
    font-size: 18px;
    color: #393939;
    font-family: 'Graphik-Regular';
    padding: 0 0 10px 25px;
    position: relative;
    list-style: none;
}
.carbon-accounting-child ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 11px;
    height: 11px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-image: linear-gradient(137deg,#670dad 0%,#e20281 100%);
    transform: rotate(45deg);
}

.carban-right p a span {
    text-decoration: none !important;
}

.carban-right p a {
	font-size: 18px;
    color: #d31e85;
    text-decoration: none;
}

.carban-right p span{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none !important;
}

/* --------- partner-form--------- */
 .partnership-all-ctn{
    width: 100%;
    padding: 50px 0 50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
}
/* .partner-contact-form{
    width: 100%;
}
.partner-contact-name{
    width: 100%;
    margin-top: 15px;
}
.partner-contact-name .col-lg-6 input{
    border: 2px solid;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border-top-color: #720CA9;
    border-left-color:#720CA9 ;
    border-right-color: #C7058B;
    border-bottom-color:#C7058B ;
}
.partner-contact-name textarea{
    resize: none;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    height: 110px;
    border: 2px solid;
    border-top-color: #720CA9;
    border-left-color:#720CA9 ;
    border-right-color: #C7058B;
    border-bottom-color:#C7058B ;
}
.partner-contact-name select{
    width: 100%;
    padding: 8px;
    border: 2px solid;
    border-radius: 10px;
    border-top-color: #720CA9;
    border-left-color:#720CA9 ;
    border-right-color: #C7058B;
    border-bottom-color:#C7058B ;
    background-image: url(../images/down-arw.png);
    background-position: 96%;
    background-repeat: no-repeat;
    appearance: none;
    cursor: pointer;
}
.partner-contact-name input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    accent-color:#C7058B ;
}
.partner-contact-name label{
    cursor: pointer;
    font-size: 16px;
    font-family: 'Graphik-Regular';
    color: #1f222d;
    display: flex;
    align-items: center;
}
.partner-contact-name input[type=submit]{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Graphik-Regular';
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    background-image: linear-gradient(99deg, #670dad 0%, #e20281 100%);
    padding: 15px 70px;
    border: 0px;
    line-height: 1;
    max-width: fit-content;
    margin-top: 25px;
} */
.partner-head h2{
    font-size: 50px;
    color: #151723;
    font-family: 'Graphik-Bold';
    margin-bottom: 25px;
    text-align: center;
}
.partner-contact-ctn{
    width: 100%;
    margin-top: 0px;
}
.partner-contact-ctn p{
    font-size: 16px;
    color: #393939;
    font-family: 'Graphik-Regular';
    margin: 0px 0px 20px;
}
.partner-contact-ctn b{
    font-size: 16px;
    color:#e20281 ;
    font-family: 'Graphik-Regular';
} 

.partner-contact-ctn img {border-radius:20px;}

/* --------- partner-form--------- */

.popular-posts-blog-side-bar {
    font-weight: bolder;
    font-size: 17px;
    font-family: 'Nunito-Bold';
}

/* 2-10-24 R */
.une-search-page-main {border-top: 1px solid #eee;
  margin: 10px 0 0;}
  .searchInner {padding: 10px 30px;
  box-shadow: 0px 0px 44px 0px rgba(32, 32, 32, 0.1);
  border-radius: 20px;
  margin-top: 30px;
}
.une-search-page-main h1
{
font-size: 30px;
  color: #151723;
  font-family: 'Graphik-Medium';
  margin: 40px 0 10px;
}
.une-search-page-main .form-inline
{
    position: relative;
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.48);
    margin-bottom: 40px;
}
.une-search-page-main .form-group.mb-2
{
    width: 100%;
    margin: 0!important;
}
.une-search-page-main .form-inline .btn.btn-primary.mb-2
{
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto!important;
    background: linear-gradient(105deg,#e20281 0%,#670dad 100%);
    border-radius: 50px;
    height: fit-content;
    padding: 7px 30px;
    border: 0;
}
.une-search-page-main .form-inline .form-control
{
    border: 0;
    width: 100%;
    padding: 0 12px!important;
    height: 30px;
}
.une-search-page-main .form-inline .form-control:focus
{
    outline: 0;
    border: 0;
    box-shadow: none;
}
.une-search-page-main .content
{
    margin-bottom: 60px;
    text-align: center;
}
.une-search-page-main .content thead th
{
    border: 0;
    font-family: 'Graphik-Bold';
    font-size: 18px;
}
.une-search-page-main .content td
{
    font-family: 'Graphik-regular';
    font-size: 16px;
}
.une-search-page-main .content h2
{
    text-align: left;
    font-family: 'Graphik-Bold';
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}
.une-search-page-main .content p
{
    color: #000;
    text-align: left;
    padding: 3px 0;
    font-size: 16px;
    
    font-family: 'Graphik-regular';

}
.une-search-page-main .content table
{
    margin-top: 30px;
}

/* 2-10-24 R */
/* 14-11-24 R */

#react-chatbot-iframe
{
    top: 0%!important;
    bottom: 0!important;
    margin: auto!important;
    right: 12px!important;
}

/* 14-11-24 R */

.new-lo-so {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.our-cert {
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.finest-work-main .title-main-left {
    text-align: left;
    width: 75%;
}

.finest-work-main .title-main-left h3{
font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin: 0 auto;
}
.finest-work-main .title-main-right {
        justify-content: flex-end;
    width: 25%;
}

.relationships-rtl button{margin-top:40px;}

.technologies .title-main h3 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
}
.techno-sldier {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.enter-main {
    width: 100%;
    display: flex;
	max-width: 75%;
    margin: 0 auto;
	text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.enterprise .title-main p {
    font-size: 17px;
    padding-top: 0px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
    margin-bottom: 20px;
}

.enter-imgs img {
    width: 100%;
    height: 840px;
    object-fit: cover;
}
.enter-imgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.services-wrapper .title-main-left h4 {

}
.read-about-right-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.read-about-right-img img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 810px;
    object-fit: cover;
    object-position: top;
	border-radius: 40px;
}

.about-flow .title-main h6{
	font-size: 23px;
    color: #e20281;
    padding-bottom: 20px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
}

.ethics .title-main p {
    font-size: 17px;
    padding-top: 10px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
	    max-width: 90%;
    margin: 15px auto 0px;
}

.read-about-right .btn-sm-sec{
	background:transparent;
	font-size: 18px;
	    border: 1px solid #e20281;
		color: #e20281;
}

.read-about-right .btn-sm-sec:hover {
    background-image: linear-gradient(105deg, #e20281 0%, #670dad 100%);
    color: #fff;
}

.services-sub-sing-left .btn-main{
	    justify-content: flex-start;
}

.carban-sun {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.carban-sun .image-section-class {margin:20px 0;}
.carbon-icon-fr {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.partner-contact-ctn .carbon-icon-titel h2{
	font-size:38px;
	padding: 30px;
  border-left: 7px solid #e20281;
}

.contact-us-form .c-inp-btn{
	    font-size: 18px;
		    border-radius: 50px;
			    padding: 15px 50px;
}

.blog .title-main h6 {
    font-size: 23px;
    color: #e20281;
    padding-bottom: 20px;
    font-family: 'Graphik-Medium';
    text-transform: uppercase;
	    margin-bottom: 0 !important;
}

.NEW.about-banner-dtl.contact-us {
    padding: 0;
}

/* 16-12-24 R */

.verifast-all {
    width: 100%;
    padding: 80px 0;
}
.verifast-all .verifast-head h1
{
    color: #151723;
    font-size: 35px;
    font-family: 'Graphik-Bold';
    text-align: center;
}
.verifast-all .verifast-head p
{
    font-size: 18px;
    font-family: 'Graphik-Regular';
    line-height: 25px;
    color: #454963;
    padding: 20px 0 60px;
    text-align: center;
}
/*
.verifast-all .col-lg-4 {
    margin-bottom: 20px;
}*/

.verifast-head h3 {

    font-size: 50px;
    margin-bottom: 70px;
    text-align: center;
    letter-spacing: -.100rem;
}

.verifast-box-one {
width: 100%;
  text-align: left;
  margin: 30px auto 0;
  position: relative;
  box-shadow:0px 0px 24px 0px rgba(32, 32, 32, 0.1);
  padding: 30px 80px 30px 30px;
  height: auto;
  min-height: 230px;
  border-radius: 20px;
  overflow: hidden;
}
.verifast-box-one .featured-number span {background:linear-gradient(90deg, rgba(9,49,143,1) 0%, rgba(0,108,255,1) 100%);}

.verifast-box-one img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    filter: brightness(0)invert(1);
}

.verifast-box-one h5 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700 !important;
    font-family: 'Nunito-Bold';
    color: #000;
}
.verifast-box-one p
{
    font-family: 'Graphik-Regular';
    line-height: 26px;
}
.verifast-goal {
    background-color: #09318F;
    padding: 10px;
    border-radius: 15px;
    width: fit-content;
    margin: 0 auto 20px;
}



.service-item {
    position: relative;
    padding: 30px;
    background: #FFFFFF;
    transition: .5s;
    margin: 15px;
    width: 26%;
	box-shadow: 0px 0px 24px 0px rgba(32, 32, 32, 0.1);
	border-radius:20px;
  overflow: hidden;
}
.service-all-icon{
    background-color:#f5f9ff;
}

.service-item .line {    
    background-color: #eee;
    position: absolute;
}

.service-item .line span {
    background: linear-gradient(90deg, rgba(9,49,143,1) 0%, rgba(0,108,255,1) 100%);
    position: inherit;
    display: block;
    transition: all .4s ease-out;
}

.service-item .line-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.service-item .line-right {
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
}

.service-item .line-bottom {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}
.service-item .line-left {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
}

.service-item .line-top span {
    top: inherit;
    left: inherit;
    width: 0;
    height: 100%;
}
.service-item .line-right span {
    top: inherit;
    right: inherit;
    width: 100%;
    height: 0;
}

.service-item .line-bottom span {
    right: inherit;
    bottom: inherit;
    width: 0;
    height: 100%;
}

.service-item .line-left span {
    left: inherit;
    bottom: inherit;
    width: 100%;
    height: 0;
}

.service-item:hover .line-top span,
.service-item:hover .line-bottom span {
    width: 100%;
}

.service-item:hover .line-left span,
.service-item:hover .line-right span {
    height: 100%;
}
/*.service-item:hover {
    background: linear-gradient(130deg, #670dad 0%, #e20281 100%);
}*/
.service-all-icon h2
{
    margin-bottom: 30px;
    color: #151723;
    font-size: 35px;
    font-family: 'Graphik-Bold';
    text-align: center;
}
.service-all-icon .row
{
    justify-content: center;
}
.service-all-icon .border {
    border-color: #09318F !important;
}

.rounded-pill {
    border-color: #09318F !important;
}

.service-all-icon h1 {
    color: #0a369d !important;
}

.service-item .service-icon {
    margin: 0 auto 10px auto;
    width: 85px;
    height: 85px;
    color: #09318F;
    background: linear-gradient(90deg, rgba(9,49,143,1) 0%, rgba(0,108,255,1) 100%);
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.service-item .service-icon img
{
    width: 40px;
    height: auto;
}
.service-item h5 {
    transition: .5s;
    font-size: 22px;
    font-family: 'Graphik-Medium';
    color: #000;
    margin: 10px 0 0;
}
/*.service-item:hover h5{
    color: #FFFFFF;
}*/
.service-icon-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-icon-box .col-12{
    width: 33.33%;
    padding: 0 10px;
    margin-top: 20px;
}
.service-all-icon  .service-icon-box img
{
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(15%) hue-rotate(303deg) brightness(104%) contrast(103%);
}

/* 16-12-24 R */

/* 17-12-24 R */

.ai-services-wrapper
{
    padding: 60px 0!important;
}
.ai-services-wrapper img
{
    width: 62%;
    height: auto;
    object-fit: contain;
}
.ai-services-wrapper .rel-sing-boxx
{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 60px 10px;
  border-radius: 10px;
  margin: 10px 0;
}
.ai-contact-form .d-flex
{
    flex-wrap: wrap;
}
.ai-contact-form input.c-inp
{
    text-transform: unset;
    font-family: 'Nunito-Bold';
}
.ai-contact-form 
{
    background-color:#f5f9ff;
}
.ai-contact-form .contact-us-right
{
    padding: 40px 0 0;
}
.ai-contact-form .contact-us-form h3
{
    padding: 0;
    margin-bottom: 15px;
    text-align: center;
}
.ai-contact-form .contact-us-right .col-12
{
    padding: 0 8px;
}
.ai-contact-form .contact-us-left h5
{
    font-size: 35px;
    color: #09318F;
}
.ai-contact-form .contact-us-left h2
{
    font-size: 18px;
    padding: 5px 0;
    line-height: 33px;
}
.ai-contact-form .contact-us-left p
{
    font-size: 17px;
    padding: 0;
    line-height: 24px;
}
.ai-contact-form .contact-us-form
{
    padding: 0;
    display: block;
}
.ai-contact-form .contact-us-form .c-inp-btn
{
    margin: auto;
    background: linear-gradient(90deg, rgba(9,49,143,1) 0%, rgba(0,108,255,1) 100%);
}
.ai-contact-form .contact-us-form p
{
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'ProximaNova-Regular';
    color: #111;
}
.ai-contact-form .contact-us-form p a
{
    color: #09318F;
}
.ai-contact-form .contact-us-form p a:hover
{
    text-decoration: underline;
}
.ai-contact-form textarea.c-inp
{
    font-family: 'Nunito-Bold';
}
.ai-banner .about-banner-dtl
{
    width: 80%;
    margin: auto;
}
.ai-banner .about-banner-dtl h1
{
   /* background: linear-gradient(90deg, rgb(229 229 229) 0%, rgb(28, 153, 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;*/
    -webkit-text-fill-color: #fff;
    line-height: 60px;
}
.ai-banner .about-banner-dtl p
{
    color: #fff;
    font-size: 24px;
    max-width: 75%;
    padding-bottom: 0;
}
.ai-banner:before
{
    display: none;
}
.about-banner.ai-banner 
{
    padding: 130px 0;
}

/* 17-12-24 R */
/* 19-12-24 R */

#menu-item-3482
{
    position: relative;
}
#menu-item-3482 .sub-menu
{
    display: grid;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1111;
    text-align: left;
    width: 200px;
    background-color: #fff;
    animation-name: unset;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    -ms-transform: rotatex(90deg);
    -webkit-transform: rotatex(90deg);
    transform: rotatex(90deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	border-radius:6px;
}
#menu-item-3482:hover .sub-menu
{
    transform: rotatex(0);
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
}
#menu-item-3482 .sub-menu li
{
    background-color: #fff;
}
#menu-item-3482 .sub-menu li:first-child {border-radius:6px 6px 0 0;}
#menu-item-3482 .sub-menu li:last-child {border-radius:0 0 6px 6px;}

#menu-item-3482 .sub-menu a
{
    margin: 15px 0;
    padding: 0;
}
#menu-item-3482 .sub-menu a:before
{
    display: none;
}

#menu-item-3482 .sub-menu li:hover {background:#f7edf3;}
#menu-item-3482 .sub-menu li:hover a { color:#e20281;}

/* 19-12-24 R */
/* 27-03-2025 */
.request-quote-without-d-flex{
    display: unset !important;
}
/* 27-03-2025 */


div#webopt-widget-root section {
    padding: 0 !important;
}

/*========= New css 08-09-2025 =======*/

.single-client.image-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    margin: 10px 0;
    padding: 10px 10px;
    transition: 0.35s ease;
    height: 110px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}
.our-cert.row {
  border: 0;
  border-radius: 15px;
  overflow: hidden;
}
.content-image {
  transition:0.4s
}
.single-client.image-switcher:hover {
  transform: translateY(-3px);
}
.our-cert img {
border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: auto;

}

.ai-contact-form .contact-us-right {
    padding: 0 !important;
}




/*
.our-cert [class*="col-"]:nth-child(5) .single-client.image-switcher,
.our-cert [class*="col-"]:nth-child(6) .single-client.image-switcher,
.our-cert [class*="col-"]:nth-child(7) .single-client.image-switcher,
.our-cert [class*="col-"]:nth-child(8) .single-client.image-switcher {
  border-bottom:0;
}
.our-cert [class*="col-"]:nth-child(1) .single-client.image-switcher,
.our-cert [class*="col-"]:nth-child(5) .single-client.image-switcher {
  border-left:0
}
@media screen and (max-width:991px) {
  .our-cert [class*="col-"]:nth-child(3) .single-client.image-switcher,
  .our-cert [class*="col-"]:nth-child(7) .single-client.image-switcher {
    border-left:0
  }
}
@media screen and (max-width:991px) {
  .our-cert [class*="col-"]:nth-child(2) .single-client.image-switcher,
  .our-cert [class*="col-"]:nth-child(4) .single-client.image-switcher,
  .our-cert [class*="col-"]:nth-child(6) .single-client.image-switcher,
  .our-cert [class*="col-"]:nth-child(8) .single-client.image-switcher {
    border-left:0
  }
}*/

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blinkCaret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #ccc;
  }
} 

.description {}


.ai-crm-one .carban-left {
    height: 335px;
}



/*============ New Css 10.12.2025 =====================*/

.introduction {padding:70px 0;position:relative;}
.introduction p {max-width: 70%;
  margin: 110px auto 0;
  text-align: center;
  font-size: 18px;
}


.intro-heading h2 {font-size: 120px;
  text-align: center;
  color: #edecf9;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  font-weight: bold;
  letter-spacing: 10px;
  font-family: 'Graphik-Bold';
  top: 6%;
}
.intro-text {text-align:center;position: relative; z-index: 1;margin-top: 40px;}
.intro-text p {max-width:70%; margin:0 auto;}

.intro-img {}
.intro-img img {max-width: 70%;
  border-radius: 30px;
  margin-bottom: 30px;box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);}


.our-approach-content h4 {
  font-size: 35px;
  color: #151723;
  font-family: 'Graphik-Bold';
  margin: 0 auto 20px;
}
.ai-crm-sec-1 {padding: 80px 0;}
.ai-crm-sec-1 h3 {font-size: 35px;
  color: #151723;
  font-family: 'Graphik-Bold';}
.our-approach-image {
  position: relative;
  z-index: 1;
}
.our-approach-image img {
max-width: 70%;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  margin: 40px auto 0;
  display: block;
}

.our-approach-content{
	position: relative;
	z-index: 2;
}

.key-benefits-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 30px;
	padding: 25px 30px;
	box-shadow: 0px 0px 100px 2px #0000000D;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	margin: 15px 0;
}

.key-benefits-item:before{
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background:linear-gradient(91deg, #670dad 0%, #e20281 100%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.key-benefits-item:hover:before{
	top: 0;
	bottom: auto;
    height: 100%;
}

.key-benefits-item:last-child{
	margin-bottom: 0;
}

.key-benefits-item .icon-box{
	position: relative;
	margin-right: 30px;
	z-index: 1;
}

.key-benefits-item .icon-box img{
	width: 100%;
	max-width: 80px;
	transition: all 0.4s ease-in-out;
}

.key-benefits-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.mission-vision-content{
	position: relative;
	width: calc(100% - 110px);
	z-index: 1;
}

.mission-vision-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}

.mission-vision-content p{
	margin: 0;
	transition: all 0.4s ease-in-out;
}

.key-benefits-item:hover .mission-vision-content h3,
.key-benefits-item:hover .mission-vision-content p{
	color: #fff;
}


.ai-crm-sec-2 {padding: 80px 0;}

.why-choose{
	padding: 100px 0;
}

.why-choose-content{
	margin-right: 30px;
}
.why-choose-content h3 {font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
.work-step-item{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
}

.work-step-item::before{
    content: "";
    display: block;
    position: absolute;
    left:-7px;
    bottom: 0;
    transform: translate(30px, 55px);
    border: 1px dashed #e20281;
    width: 1px;
    height: 100%;
    z-index: 0;
}

.work-step-item:last-child:before{
	display: none;
}

.work-step-item:last-child{
	margin-bottom: 0px;
}

.work-step-item .work-step-no{
	height: 50px;
	width: 50px;
	background: linear-gradient(91deg,#670dad 0%,#e20281 100%);
    background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.work-step-item:hover .work-step-no{
	background-position: right center;
}

.work-step-no h4{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.work-step-content{

}

.work-step-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom:0;
}

.work-step-content p{
	margin: 0;
}

.why-choose-img {}
.why-choose-img img {border-radius: 30px;
  box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);}

.why-choose-top {margin-bottom:30px;}
.why-choose-top h3 {font-size: 35px;
  color: #151723;
  font-family: 'Graphik-Bold';
  text-transform:capitalize;
}
.why-choose-top p {font-size:18px;}

.ai-crm-sec-3 {padding:80px 0;background:#fbfbfb;}
.ai-crm-sec-3 h3 {font-size: 35px;
  color: #151723;
  font-family: 'Graphik-Bold';
}

.ai-crm-sec-3  .services-sub-sm-box-bg p {
  font-size: 18px;
  font-family: 'Graphik-Regular';
  color: #454963;
  padding-right: 50px;
}
.ai-crm-sec-3 .col-lg-4 {
  padding: 0 15px 30px;
}

.imageArea {}
.feature-img {}
.feature-img img {max-width: 70%;
  border-radius: 30px;
  margin:0 auto;
  box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
  margin: 0 auto;
  display: block;
 }


.ai-crm-card-holder {padding:80px 0 0;}
.ai-crm-card-holder .card {border:0;background: transparent;}
.ai-crm-card-holder .card img{
  height: auto;
  max-width: 100%;
  border-radius: 30px;
  margin:0 auto;
  box-shadow: 0px 35px 38px 0px rgba(0,0,0,.06);
  -webkit-box-shadow:0px 35px 38px 0px rgba(0,0,0,.06);
  -moz-box-shadow:0px 35px 38px 0px rgba(0,0,0,.06);
  margin: 0 auto;
  display: block;
  border-top: 3px solid #e20281;
  
}
.ai-crm-card-holder .card:nth-child(1) {
  height: 350vh;
}
.ai-crm-card-holder .card:nth-child(2) {
  margin-top: -360vh;
  height: 360vh;
}
.ai-crm-card-holder .card:nth-child(3) {
  margin-top: -270vh;
  height: 270vh;
}
.ai-crm-card-holder .card:nth-child(4) {
  margin-top: -180vh;
  height: 180vh;
}
.ai-crm-card-holder .card:nth-child(5) {
  margin-top: -90vh;
  height: 90vh;
}
.ai-crm-card-holder .cards_wrap__card-stick {
  top: 12rem;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 2rem;
  background-position: center;
  background-size: cover;
  height: auto;
  max-width: 70%;
  border-radius: 30px;
  margin: 0 auto;
  display: block;

}
.ai-crm-card-holder .card h2 {
  font-size: 5vw;
  text-align: center;
}
.ai-crm-card-holder .card h2 span {
  margin-top: 1rem;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}




.ai-crm-sec-4 {padding:80px 0; position:relative;}
.ai-crm-sec-4::before {
position: absolute;
  content: '';
  background-color: rgba(0,0,0,0.55);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.ai-crm-sec-4 h3 {color:#fff;position:relative;}
.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1)!important;
  padding:15px 15px 15px;
  margin:10px 0;
  border-radius:10px;
  height:90%;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box .icon-main img {max-width:70px; filter:invert();}
.tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background:linear-gradient(91deg,#670dad 0%,#e20281 100%);
  border-color:1px solid transparent;
  color: #fff;
}



.blog-nete h1 {
    font-size: 35px;
    color: #151723;
    font-family: 'Graphik-Bold';
    text-align: center;
}.container {
    width: 100%;
    max-width: 1410px !important;
    margin: 0 auto;
}
/* ===== Technologies: static named grid (replaces carousel) ===== */
.tech-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;width:100%;padding:10px 0 0;}
.tech-item{display:flex;align-items:center;justify-content:center;padding:14px 8px;}
.tech-item img{width:64px;height:64px;object-fit:contain;filter:none;transition:transform .25s ease;}
.tech-item:hover img{transform:scale(1.12);}
@media(max-width:991px){.tech-grid{grid-template-columns:repeat(5,1fr);}}
@media(max-width:575px){.tech-grid{grid-template-columns:repeat(4,1fr);gap:6px;}.tech-item img{width:44px;height:44px;}}

/* ===== Hero background video (Seedance 2.0 generated) ===== */
.home-banner{ overflow:hidden; }
.hero-bg-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-10;
  pointer-events:none;
}
@media (prefers-reduced-motion: reduce){
  .hero-bg-video{ display:none; }
  .home-banner{
    background-image:url("assets/video/hero-bg-poster.jpg");
    background-size:cover;
    background-position:center;
  }
}

/* ===== Footer credit ===== */
.built-by{
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    font-family: 'Graphik-Regular';
    margin: 0;
}
.built-by a{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}
.built-by a:hover{
    color: #ff4fae;
}

/* ===== Client logos: dense grid (99 logos, was 18 + dead Load More) ===== */
#clients-container{
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    gap: 4px 22px;
    width: 100%;
}
#clients-container > div[class*="col-"]{
    width: auto;
    min-width: 0;
    max-width: none;
    flex: none;
    padding: 0;
}
#clients-container .rel-sing-box{
    min-height: 72px;
    min-width: 0;
    padding: 10px 6px;
}
#clients-container .rel-sing-box img{
    max-height: 40px;
    max-width: 100%;
    width: auto;
}
@media (max-width: 991px){
    #clients-container{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 575px){
    #clients-container{ grid-template-columns: repeat(2, 1fr); gap: 8px 14px; }
    #clients-container .rel-sing-box{ min-height: 56px; }
    #clients-container .rel-sing-box img{ max-height: 32px; }
}

/* ===== Portfolio: continuous showcase reel ===== */
.finest-work-sub{
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.finest-work-rtl .slick-slide{
    padding: 0 12px;
}
.finest-work-sm-main{
    border-radius: 14px;
    box-shadow: 0 8px 28px -12px rgba(21,23,35,0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.finest-work-sm-main:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 40px -14px rgba(103,13,173,0.28);
}

/* ===== Header Request Quote: proportional sizing ===== */
.header .btn-main .btn-md{
    font-size: 14px;
    min-height: 38px;
    min-width: 0;
    padding: 0 22px;
}

/* ===== Portfolio card labels ===== */
.finest-work-label{
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 14px 16px;
    background: linear-gradient(0deg, rgba(21,23,35,0.85), rgba(21,23,35,0));
    border-radius: 0 0 14px 14px;
}
.finest-work-label span{
    color: #fff;
    font-family: 'Graphik-Medium';
    font-size: 14px;
    letter-spacing: 0.2px;
}

/* ===== Counter stat cards: fix mobile overflow (flex children need min-width:0 to shrink) ===== */
.counter-sing-box-dtl{
    min-width: 0;
}
.counter-sing-box{
    min-width: 0;
}
@media (max-width: 575px){
    .counter-sing-sm-icn{ width: 46px; height: 46px; }
    .counter-sing-sm-icn img{ max-width: 24px; max-height: 24px; }
    .counter-sing-box{ gap: 10px; padding: 12px; }
    .counter-head h3, .counter-head span{ font-size: 20px; }
    .counter-sing-box-dtl h5{ font-size: 11.5px; line-height: 1.3; }
}

/* ===== Counter stat cards: single column on narrow phones (2-up was too tight for long numbers) ===== */
@media (max-width: 480px){
    .counter-bg-box .col-lg-3{
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .counter-sing-box{ gap: 14px; }
    .counter-head h3, .counter-head span{ font-size: 26px !important; }
}

/* ===== Our Process: replaces the old absolutely-positioned "how-it-going" wave layout
   (nth-child left:% hardcoded per breakpoint, tuned for exactly 5 items - fragile and the
   source of the scrambled step order). Plain responsive grid instead. ===== */
.process-list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 90px 0 0;
    position: relative;
}
.process-list::before{
    content: '';
    position: absolute;
    top: 41px;
    left: calc(12.5% - 1px);
    right: calc(12.5% - 1px);
    height: 2px;
    background: linear-gradient(90deg, rgba(103,13,173,0.18), rgba(226,2,129,0.18));
    z-index: 0;
}
.process-step{
    position: relative;
    z-index: 1;
    text-align: center;
}
.process-step-icon{
    position: relative;
    width: 82px;
    height: 82px;
    margin: 0 auto 22px;
    border-radius: 100%;
    background-image: linear-gradient(137deg, #670dad 0%, #e20281 100%);
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-step-icon i{
    color: #fff;
    font-size: 30px;
}
.process-step-no{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: #fff;
    color: #151723;
    font-family: 'Graphik-Bold';
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.process-step h6{
    font-size: 19px;
    font-family: 'Graphik-Bold';
    color: #151723;
    margin-bottom: 10px;
}
.process-step p{
    font-size: 14.5px;
    line-height: 1.55;
    font-family: 'Graphik-Regular';
    color: #5a5f72;
    max-width: 260px;
    margin: 0 auto;
}
@media (max-width: 991px){
    .process-list{ grid-template-columns: repeat(2, 1fr); row-gap: 48px; padding-top: 60px; }
    .process-list::before{ display: none; }
}
@media (max-width: 575px){
    .process-list{ grid-template-columns: 1fr; row-gap: 36px; padding-top: 40px; }
}
