.sliderbg {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.sliderbg img {
    width: 100%;
}
.sliderbg::after{
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.55);
}
.sliderbg .textcontent {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    text-align: center;
}
.sliderbg .container {
    position: relative;
    height: 100%;
}
.sliderbg .textcontent .caption {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.sliderbg .textcontent .caption p {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #08172c;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
}
.sliderbg .textcontent .caption .title {
    display: block;
    font-size: 6.85rem;
    color: #fff;
    line-height: 0.7;
    font-weight: 800;
    font-family: var(--font-oswald);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.sliderbg .textcontent .caption .title span {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #08172c;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
    background: rgb(255, 255, 255);
    color: #08172c;
    padding: 7px 25px;
    border-radius: 4px;
}
.getcontact{
    display:block;
    width:100%;
    text-align:center;
    margin-top:2rem;
    position:relative;
}
.getcontact::after{
    content:'';
    display:block;
    clear:both;
}
.getcontact a{
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 45px;
    background: #08172c;
    color: #fff;
    font-weight: 600;
    transition:all 0.3s ease-in-out;
}
.getcontact a:hover{
    background:#6D7BB4;
    color:#fff;
}
.whatwedo {
    width: 100%;
    margin: 0;
    padding: 40px 0 0;
    overflow: hidden;
    text-align: center;
    background: #f7f7f7;
}
.whatwedo .inner {
    width: 767px;
    max-width: 100%;
    margin: 0 auto;
}
.whatwedo .inner p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-primary);
}
.steptopbg {
    width: 100%;
    margin: 0 0 0;
    padding: 0;
    position: relative;
}
.steptopbg::after {
    content: "";
    display: table-cell;
    clear: both;
}
.steptopbg ul {
    margin-right: -7px;
    margin-left: -7px;
    position: relative;
}
.steptopbg ul li {
    float: left;
    width: 25%;
    padding: 0 7px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    border-right: 1px solid #efefef;
}
.steptopbg ul li:last-child {
    border-right: 0;
}
.steptopbg .stepbx {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    position: relative;
}
.circle-ribbon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--bg-primary);
    color: var(--whitecolor);
    font-size: 17px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: -15px;
}
.steptopbg .stepbx .icon {
    width: 40px;
    margin: 15px auto;
}
.steptopbg .stepbx .caption {
    display: block;
    font-size: 1.05rem;
    color: #1a202c;
    line-height: 1.1;
    vertical-align: bottom;
    font-weight: 600;
    margin-bottom: 10px;
}
.steptopbg .stepbx p {
    display: block;
    font-size: 0.9rem;
    color: #777;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.designstepbg {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    overflow: hidden;
    background: #f7f7f7;
}
.designstep {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 15px;
}
.stepsilder {
    width: 60%;
    margin-right: 2rem;
    background: #000;
    border-radius: 6px;
    background: url(../images/eventbg2.webp) no-repeat top right;
    background-size: cover;
    box-sizing: border-box;
    padding: 2.75rem 3.75rem;
    position: relative;
    overflow: hidden;
    max-height: calc(100% - 15px);
}
.stepsilder .slick-slider,
.stepsilder .slick-track,
.stepsilder .slick-list,
.stepsilder .slick-slide div:first-of-type {
    height: 100%;
}
.stepsilder .stepcontainer {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: relative;
    top: 50% !important;
    height: auto;
    transform: translate(0, -50%);
}
.stepsilder .stepcontainer .logostep {
    width: 190px;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.stepsilder .stepcontainer .logostep img {
    width: 100%;
}
.stepsilder .stepcontainer .newstedpcaps {
    width: calc(100% - 205px);
    float: left;
}
.stepsilder .stepcontainer .newstedpcaps .title {
    display: block;
    font-size: 1.2rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 600;
}
.stepsilder .stepcontainer .newstedpcaps p {
    display: block;
    color: var(--primary-color);
    font-size: 0.9rem;
    line-height: 1.4;
}
.stepsilder .stepcontainer .newstedpcaps .viewmore {
    display: block;
    overflow: hidden;
}
.stepsilder .stepcontainer .newstedpcaps .viewmore a {
    display: inline-block;
    padding: 0 25px;
    font-size: 0.9rem;
    font-weight: 400;
    border: none;
    line-height: 2.3rem;
    background: var(--primary-color);
    border-left: 2px solid var(--secondary-color);
    color: var(--whitecolor);
    text-shadow: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}
.stepsilder .stepcontainer .newstedpcaps .viewmore a:hover {
    background: var(--secondary-color);
    border-left: 2px solid var(--primary-color);
}
.stepnav {
    width: auto;
    flex: 1;
    max-height: 30rem;
}
.stepnav .thumbslider {
    width: 100%;
    margin: 0 0 0.9rem;
    background: #282830;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 19.6px 15px;
    display: flex;
    flex-direction: row;
}
.stepnav .slick-slide:last-of-type {
    margin: 0 0 0.1rem;
}
.stepnav .thumbslider .thumblogobg {
    width: 72px;
    float: left;
    margin-right: 1rem;
    box-shadow: 0 8px 24px 0 rgba(29, 140, 242, 0.16);
}
.stepnav .thumbslider .thumblogo {
    width: 72px;
    float: left;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    margin-right: 1rem;
    box-sizing: border-box;
    overflow: hidden;
}
.stepnav .thumbslider .thumblogo img {
    max-width: 100%;
    max-height: 67px;
    position: relative;
    vertical-align: bottom;
    object-fit: contain;
}
.stepnav .thumbslider .thumbcaps {
    width: calc(100% - (72px + 1rem));
    flex: 1;
    float: left;
}
.stepnav .thumbslider .thumbcaps .title {
    display: block;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.stepnav .thumbslider .thumbcaps p {
    display: block;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
}
.outclients {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
}
.outclients .newrow {
    display: flex;
    flex-direction: row;
}
.outclients .newrow .newcoulmn {
    flex: 1;
}
.quickconnect {
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #282830;
    overflow: hidden;
}
.quickconnect h3 {
    color: var(--whitecolor);
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.quickconnect input[type="text"],
.quickconnect input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: var(--whitecolor);
    color: var(--text-primary);
    font-size: 1rem;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    text-shadow: none;
    display: block;
}
.quickconnect input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    background: #3e557a;
    color: var(--whitecolor);
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 50px;
    border: none;
    text-shadow: none;
    display: block;
}
.coonectquote {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
.coonectquote .ctntitle {
    display: block;
    max-width: 350px;
    flex: 0 0 350px;
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.coonectquote a {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 45px;
    background: #fff;
    color: #121f32;
    font-weight: 600;
}
.home-nextslider {
    width: 60%;
    margin-right: 1rem;
    background: transparent;
    border-radius: 6px;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.home-nextslider .figure {
    position: relative;
    height: 100%;
    width: 100%;
}
.home-nextslider .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 6px;
}
.home-nextslider .slick-dots {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 90%;
}
.home-nextslider .slick-dots li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.home-nextslider .slick-dots li:last-child {
    margin-right: 0;
}
.home-nextslider .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 0%;
    border: 0;
    background: #f6f6f6;
    font-size: 0;
}
.home-nextslider .slick-active button {
    background: #adc4e9 !important;
}
.tradecustombg {
    width: 100%;
    margin: 0;
    padding: 60px 0;
    overflow: hidden;
}
.tradecustombg .customhead {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
}
.tradecustombg .shrtdesc {
    width: 767px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.tradecustombg .row {
    margin-left: -10px;
    margin-right: -10px;
}
.tradecustombg [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin: 15px 0;
}
.tradecustombg .tradcustmbox {
    width: 100%;
    min-height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    box-shadow: 0 8px 24px 0 rgba(29, 140, 242, 0.16);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.tradecustombg .figure {
    width: 100%;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
.tradecustombg .figure img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.tradecustombg .title,
.tradecustombg .title a {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #08172c;
    line-height: 1.2;
    text-align: center;
    margin: 1rem 0;
    transition: all 0.3s ease-in-out;
}
.tradecustombg .title a:hover {
    color: #677ab8;
}
.tradecustombg .disginbuild {
    display: inline-block;
    line-height: 46px;
    padding: 0 15px;
    border: 1px dashed #ddd;
    font-size: 1rem;
    margin: 0 auto;
}
.tradecustombg .readmorebg {
    display: block;
    text-align: center;
    margin: 1rem;
}
.tradecustombg .readmorebg a {
    display: inline-block;
    padding: 0 25px;
    border-radius: 6px;
    background: #121f32;
    font-size: 0.99rem;
    line-height: 42px;
    color: var(--whitecolor);
    transition: all 0.3s ease-in-out;
}
.tradecustombg .readmorebg a:hover {
    background: #adc4e9;
    color: #000;
}
.homebullte {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 2.5rem;
}
.homebullte ul {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 5px 15px;
}
.homebullte ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #08172c;
    font-weight: 600;
    position: relative;
}
.homebullte ul li:last-child {
    margin-right: 0;
}
.homebullte ul li::before {
    content: "\f192";
    font-size: 1.2rem;
    line-height: 1.2;
    color: #e61d1f;
    margin-right: 8px;
    font-family: "FontAwesome";
}

.portfoliobg {
    width: 100%;
    margin: 0;
    padding: 0 0 60px 0;
    overflow: hidden;
}
.portfoliobg .row {
    margin: 0;
}
.portfoliobg [class*='col-'] {
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.portfolioimg {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.portfolioimg img {
    width: 100%;
    height: auto;
}
.portfoliobg .portfoliohead {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
}
.portfoliobg .shrtdesc {
    width: 767px;
    max-width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
}
.portfoliobg .readmorebg {
    display: block;
    text-align: center;
    margin: 1rem 0 0;
}
.portfoliobg .readmorebg a {
   display: inline-block;
    padding: 5px 45px;
    border-radius: 6px;
    background: #121f32;
    font-size: 1.2rem;
    line-height: 42px;
    color: var(--whitecolor);
    transition: all 0.3s ease-in-out;
}
.portfoliobg .readmorebg a:hover {
    background: #adc4e9;
    color: #000;
}
.seosection ul{
    margin:1rem 0 2rem 0;
}
.seosection ul li,
.seosection ol li {
    display: block;
    padding-left: 30px;
    color: #414141;
    position: relative;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem;
    text-align: justify
}

.seosection ul li::after,
.seosection ol li::after {
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: transparent;
    top: 5px;
    left: 0;
    border: 2px solid #000;
    border-radius: 50%;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    content: "";
    transform: rotate(145deg);
}
.awardbg{
    width: 100%;
    margin:0;
    padding:70px 0;
    overflow: hidden;
    background: url(../images/row-bgimage.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.awardbg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33,0.95);
}
.awardbg .container{
    position: relative;
    z-index: 1;
}
.awardbg .awrdbx{
    width: 100%;
    margin:0;
    padding:0;
    height: 100%;
    text-align: center;
}
.awardbg .awrdbx .icon{
    width: 80px;
    height: 80px;
    text-align: center;
    margin:0 auto;
    display: inline-block;
    border-radius: 5px;
    background: #2D4A8A;
}
.awardbg .awrdbx .icon img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.awardbg .awrdbx .awnumber{
    display: block;
    margin:1rem 0;
    line-height: 1.5;
    font-size: 2.1rem;
    font-weight:700;
    color: var(--whitecolor);
    font-family: var(--font-oswald);
    text-transform: uppercase;
}
.awardbg .awrdbx p{
    display: block;
    font-size:1rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: var(--whitecolor);
    font-weight: 700;
}
.iframesection{
    display:block;
    width:100%;
}
.iframesection iframe{
    width:100%;
    height:450px;
}
@media screen and (max-width: 991px) {
    .homebullte ul li {
        margin-right: 10px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 900px) {
    .sliderbg .textcontent {
        position: relative;
    }
    .sliderbg {
        background: #000 url(../../images/homebannertwo.webp) no-repeat center center;
        background-size: cover;
    }
    .sliderbg img {
        display: none;
    }
    .sliderbg .textcontent .caption {
        padding: 30px 0;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
    }
    .sliderbg .textcontent .caption .title {
        font-size: 3.85rem;
    }
    .home-nextslider {
        display: none !important;
    }
    .stepnav {
        overflow: hidden;
        max-height: 40rem;
    }
    .designstep {
        display: block;
    }
    .stepsilder {
        width: 100%;
        margin-right: 0;
        padding: 1rem;
    }
    .stepsilder .stepcontainer {
        top: 0;
        transform: translate(0, 0);
    }
    .stepsilder .stepcontainer .logostep {
        float: none;
        margin: 0 auto;
    }
    .stepsilder .stepcontainer .newstedpcaps {
        width: 100%;
        padding-top: 15px;
        text-align: center;
    }
    .outclients {
        display: none;
    }
    .quickconnect {
        padding: 30px 0;
    }
    .quickconnect input[type="text"],
    .quickconnect input[type="email"] {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .homebullte {
        display: none;
    }
    .sliderbg .textcontent .caption .title span {
        padding: 0;
    }
    .coonectquote .ctntitle {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px) {
    .slider-custom .figure {
        height: auto;
    }
}
