/*fonts*/
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Bold.eot');
    src: url('../fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Bold.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Bold.woff') format('woff'),
        url('../fonts/IBMPlexSans-Bold.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans.eot');
    src: url('../fonts/IBMPlexSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans.woff2') format('woff2'),
        url('../fonts/IBMPlexSans.woff') format('woff'),
        url('../fonts/IBMPlexSans.ttf') format('truetype'),
        url('../fonts/IBMPlexSans.svg#IBMPlexSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-SemiBold.eot');
    src: url('../fonts/IBMPlexSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-SemiBold.woff') format('woff'),
        url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-SemiBold.svg#IBMPlexSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Light.eot');
    src: url('../fonts/IBMPlexSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Light.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Light.woff') format('woff'),
        url('../fonts/IBMPlexSans-Light.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-Light.svg#IBMPlexSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/IBMPlexSans-Medium.eot');
    src: url('../fonts/IBMPlexSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IBMPlexSans-Medium.woff2') format('woff2'),
        url('../fonts/IBMPlexSans-Medium.woff') format('woff'),
        url('../fonts/IBMPlexSans-Medium.ttf') format('truetype'),
        url('../fonts/IBMPlexSans-Medium.svg#IBMPlexSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*fonts*/
/*colors*/
:root {
   --main-color: #F29111;
   --medium-yellow:#F39D2B;
   --light-yellow:#FCF5EE;
   --light-main-color:#FEFBF8;
   --white:#ffffff;
   --black:#000000;
   --textcolor:#303030;
   --paracolor:#6A7C92;
   --darkblue:#060816;
   --light-blue:#2C304B;
   --border-color:#E5E5E5;
   --green-bg:#37ba9b;
   --blue-bg:#4a89da;
   --parrot-bg:#89C053;
}
/*colors*/
/*common*/
body{
    margin: 0;
    overflow-x: hidden;
    font-family: 'IBM Plex Sans';
}
*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.custom-container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-map {
    display: flex;
}
.flex{
    display: flex;
}
.dflex {
    display: flex;
    flex-wrap: wrap;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
.alignCenter {
    align-items: center;
}
.justifyCenter {
    justify-content: center;
}
.justifyBetween {
    justify-content: space-between;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a.sw-btn {
    background-color: var(--medium-yellow);
    color: var(--white);
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    padding: 0 20px;
}
a.sw-btn:hover{
    background-color: var(--white);
    color: var(--medium-yellow);
}
h1{
    font-size:70px;
    color: var(--textcolor);
}
h2{
    font-size:46px;
    color: var(--textcolor);
}
h3{
    font-size:36px;
    color: var(--textcolor);
}
h4{
    font-size:28px;
    color: var(--textcolor);
}
h5{
    font-size:22px;
    color: var(--textcolor);
}
h6{
    font-size:20px;
    color: var(--textcolor);
}
p{
    font-size:16px;
    color: var(--paracolor);
}
.swpd-70{
    padding: 70px 0;
}
.swpd-70-top{
    padding-top: 70px;
}
.swpd-70-bottom{
    padding-bottom: 70px;
}
.swmr-70-top{
    margin-top: 70px;
}
::-webkit-input-placeholder {
  color: var(--textcolor);
}
::-moz-placeholder {
  color: var(--textcolor);
}
:-ms-input-placeholder {
  color: var(--textcolor);
}
:-moz-placeholder {
  color: var(--textcolor);
}
/*common*/

/*common-head-wrapper*/
.sw-top-head h2 {
    width: 50%;
}
.sw-top-head-right {
    width: 50%;
    position: relative;
}
.sw-top-head-right:before {
    background-image: url(../images/line.svg);
    position: absolute;
    content: "";
    min-height: 140px;
    width: 92px;
    background-size: contain;
    left: -190px;
    top: 50%;
    background-repeat: no-repeat;
    height: 100%;
    transform: translateY(-50%);
}
.sw-top-head-right h4 {
    padding-bottom: 10px;
}

.sw-top-head-right p {
    line-height: 1.7;
}
.sw-top-head.color-white h2, .sw-top-head.color-white p , .sw-top-head.color-white h4{
    color: var(--white);
}
/*common-head-wrapper*/

/*common-listing*/
ul.swthreelisting {
    margin-left:-15px;
    margin-right:-15px;
    position: relative;
}
ul.swthreelisting li {
    text-align: center;
    width: 33.33%;
    padding: 0 15px;
}
ul.swthreelisting h5{
    font-weight: 600;
}
ul.swthreelisting li span {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    transition: all 1s;
}
ul.swthreelisting li:hover span img {
    transform: rotate(360deg);
    transition: all 1s;
}
ul.swthreelisting li span img {
    max-width: 30px;
}
ul.swthreelisting li p {
    max-width: 340px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 10px 0 0;
}
ul.swthreelisting:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background-image: url(../images/cursorline.svg);
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    max-width: 833px;
    left: 250px;
    top: -6px;
}
ul.swthreelisting li a {
    background: var(--white);
    color: var(--black);
    padding: 10px 25px;
    display: inline-block;
    margin: 20px 0 0 0;
    border-radius: 50px;
    font-size: 14px;
}
ul.swthreelisting li a:hover{
    background-color: var(--medium-yellow);
    color: var(--white);
}
/*common-listing*/

/*header*/
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #ffffff33;
}
nav ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
nav ul li a {
    color: var(--white);
    font-size: 15px;
    padding: 40px 0;
    display: inline-block;
    position: relative;
}
nav ul li a:hover{
    color: var(--medium-yellow);
}
nav ul li.getcontact a {
    background-color: var(--medium-yellow);
    border-radius: 50px;
    padding: 12px 25px;
    color: var(--white) !important;
}
nav ul li.getcontact a:hover{
    background-color: var(--white);
    color: var(--medium-yellow) !important;
}
nav ul li.getcontact a:before{
    display: none !important;
}
nav ul li.current-menu-item a:before,
nav ul li.current-menu-ancestor>a:before {
    position: absolute;
    content: "";
    width: 100%;
    background: var(--medium-yellow);
    height: 2px;
    left: 0;
    bottom: 0;
}
nav ul li ul.sub-menu li a:before{
    display: none !important;
}

nav ul li.current-menu-item a,
nav ul li.current-menu-ancestor>a {
    color: var(--medium-yellow);
}
header.fixedheader {
    background: var(--darkblue);
    border-bottom: 0;
}
.swlogo img{
    max-width: 200px;
}
.mobile-menu{
    display: none;
}
nav ul li:last-child{
    padding-right: 0;
}
.cross-mobile{
    display: none;
}
/*header*/
/*banner*/
.bannerslides {
    position: relative;
    height: 850px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bannerslides-info {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.bannerslides-infoinner{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px 70px;
}
.bannerslides-infoinner h1 {
    font-size: 70px;
    max-width: 750px;
    line-height: 1.3;
    color: var(--white);
}
.bannerslides-infoinner p {
    font-size: 28px;
    max-width: 720px;
    font-weight: 300;
    color: var(--white);
    line-height: 1.6;
    padding: 6px 0 0 0;
}
.bannerslides-infoinner a{
    max-width: 170px;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    height: 55px;
    line-height: 55px;
}
button.slick-prev.slick-arrow
{
    background-image: url(../images/left-arrow-dark.svg);
    background-size: cover;
    left: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
}
button.slick-prev.slick-arrow.slick-disabled, button.slick-next.slick-arrow.slick-disabled{
    display: none !important;
}
button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    display: none;
}
button.slick-next.slick-arrow
{
    background-image: url(../images/right-arrow-dark.svg);
    background-size: cover;
    right: 30px;
    z-index: 9;
    width: 50px;
    height: 50px;
}
.tabs button.slick-next.slick-arrow
{
    background-image: url(../images/right-arrow-black.svg);
         width: 15px;
    height: 15px;
    right: 5px;
}
.tabs button.slick-prev.slick-arrow
{
    background-image: url(../images/left-arrow-black.svg);
        width: 15px;
    height: 15px;
    left: 5px;
}
.swHomeBanner button.slick-next.slick-arrow{
    background-image: url(../images/right-arrow.svg);
}
.swHomeBanner button.slick-prev.slick-arrow{
    background-image: url(../images/left-arrow.svg);
}
.swHomeBanner {
    position: relative;
}
.swHomeBanner img.banner-cut {
    position: absolute;
    bottom: -40px;
}
/*banner*/
/*who-we-are*/
.swwhoweare-steps {
    background-color: var(--light-yellow);
    position: relative;
}
.swwhoweare-inner {
    padding: 20px 0 70px;
    position: relative;
    z-index: 9;
}
/*who-we-are*/
/*counter*/
.swcounter-inner h2{
    width: 50%;
}
.swcounter_wrap {
    width: 50%;
    position: relative;
}
.swcounter_wrap:before {
    background-image: url(../images/line.svg);
    position: absolute;
    content: "";
    height: 140px;
    width: 92px;
    background-size: contain;
    left: -190px;
    top: -12px;
    background-repeat: no-repeat;
}
.swcounter-inner h6 {
    font-weight: 300;
    color: var(--main-color);
}
/*counter*/
/*CTA*/
.swCta {
    background-image: url(../images/ctabanner.jpg);
    background-size: cover;
    text-align: center;
    background-position: center center;
    background-attachment: fixed;
}
.swCta h2 {
    color: var(--white);
    max-width: 90%;
    margin: 0 auto;
}
.swCta h4 {
    color: var(--white);
    font-weight: 300;
    padding: 13px 0 0 0;
}
.swCta a {
    max-width: 210px;
    margin: 35px 0 0;
    height: 55px;
    line-height: 55px;
}
/*CTA*/
/*what-we-do*/
.swwhatwedo {
    background-color: var(--light-yellow);
}
/*what-we-do*/
/*some-of-work*/
.sw-some-work{
    background-color: var(--white);
}
.sw-some-work.serivces-portfolio{
    background-color: var(--light-yellow);
}
.protfilio-img {
    height: 0;
    background-size: cover;
    position: relative;
    background-position: center center;
     width: 100%;
     padding-top: 100%;
}
.swsomework-list{
    display: flex;
    
}
.case-study-slider{
    background: #efefef;
}
.protfilio-img-left {
    width: 50%;
    background: linear-gradient(0, rgb(17 15 49 / 75%), rgb(29 122 106 / 75%) 100%);
}
.portfolio-content {
    width: 50%;
   /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgb(17 15 49 / 75%), rgb(29 122 106 / 75%) 100%);
    opacity: 0;*/
}
/*.protfilio-img:hover .portfolio-content{
    opacity: 1;
}*/
.portfolio-contentinner h3 {
    font-weight: 500;
        font-size: 22px;
}
/*.slick-center .portfolio-content{
    opacity: 1;
}*/

.portfolio-contentinner p {
    padding: 5px 0 0 0;
    max-width: 85%;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px;
}

.portfolio-contentinner {
    position: relative;
    z-index: 9;
    text-align: left;
    padding:15px 50px;
}

.portfolio-contentinner a {
    max-width: 180px;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;
}
/*some-of-work*/
/*testimonials*/
.swtestimonials {
    /*background-color: var(--light-yellow);*/
    position: relative;
}
.swtestimonials.white-bg-testi{
    background-color: var(--white);
}
.testimonials-listing-inner {
        padding: 30px;
    padding-right: 15px;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}
.testimonials-listingLeft span img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 100%;
}
.testimonials-listingLeft {
    width: 165px;
}
.testimonials-listingLeft h6 {
    font-weight: 500;
    color: var(--main-color);
    text-align: center;
    font-size: 18px;
    padding: 10px 0 0 0;
}
.testimonials-listingLeft p {
    text-align: center;
    padding: 2px 0 0;
    font-size: 14px;
}
.testimonials-listingRight img {
    display: table;
    margin: 20px auto;
        opacity: 0.2;
}
.testimonials-read-more.sw-btn {
      display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: auto;
    margin: 5px auto 0;
    background-color: transparent;
    color: var(--medium-yellow);
}
.discuss-section.our-clients {
    padding-top: 0;
}
.testimonials-listingRight p {
    line-height: 1.6;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.testimonials-listing {
    padding: 0 20px;
}
/*testimonials*/
/*resources*/
.resources-slider-wrp {
    position: relative;
    margin: 50px 0 0px 0px;
}
.resources-slider {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    position: static !important;
}
.resource-img {
    height: 260px;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
}
.resources-slider-inner {
    padding: 0 10px;
}
.resource-content {
    background: rgb(252 245 238 / 50%);
    padding: 30px 26px;
}
.resource-content h6 {
    font-size: 14px;
    font-weight: normal;
    color: var(--black);
}
.resource-content h5 {
    font-size: 20px;
    padding: 8px 0;
    color: var(--main-color);
    font-weight: 500;
}
.resource-content p {
    font-size: 16px;
    line-height: 1.6;
}
/*resources*/
/*offices*/
.our-offices{
    background-color: var(--light-yellow);
    padding-bottom: 220px;
}
.office-location {
    max-width: 760px;
    margin: -160px auto 0;
    padding-bottom: 70px;
}

.office-location ul {
    position: relative;
}

.office-location ul li {
    width: 50%;
    padding: 0 14px;
}

.office-location-inner {
    box-shadow: 0px 0px 10px #00000012;
    background: var(--white);
    padding: 30px 0;
    text-align: center;
	height:100%;
}

.office-location-inner h5 {
    color: var(--medium-yellow);
    font-weight: normal;
    padding: 20px 0 5px;
}

.office-location-inner p {
    max-width: 310px;
    margin: 0 auto;
    line-height: 1.5;
    min-height: 48px;
}
span.locationicon {
    width: 80px;
    height: 80px;
    background: var(--medium-yellow);
    border-radius: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*offices*/
/*our-clients*/
.our-clients {
    background-color: var(--light-main-color);
}
.our-clients .slick-track{
    display: flex;
    align-items: center;
}
.client-inner img {
    margin: 0 auto;
}
/*our-clients*/
/*footer*/
footer{
    background-color: var(--darkblue);
}
.footer-list.first-tag {
       width: 33%;
}
.footer-list {
    width: 22.33%;
}
.footer-list p {
    max-width: 360px;
    color: var(--white);
    font-weight: normal;
    line-height: 1.7;
    opacity: 0.7;
    padding: 10px 0 0;
}
.footer-logo img {
    max-width: 200px;
}
.footer-top {
    width: 100%;
}
.footer-list h3 {
    font-size: 16px;
    color: var(--white);
    font-weight: bold;
    padding-bottom: 25px;
}
.footer-list ul li {
    padding-bottom: 15px;
}
.footer-list ul li a {
    color: var(--white);
    opacity: 0.7;
    font-size: 15px;
}
.footer-list ul li a:hover{
    color: var(--main-color);
}
.footer-bottom ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom {
    padding: 30px 0 40px;
    margin: 40px 0 0 0;
    border-top: 1px solid var(--light-blue);
}
.footer-bottom p{
    color: var(--white);
    opacity: 0.7;
}
/*footer*/
/*up-arrow*/
.up-arrow {
    position: fixed;
    bottom: 90px;
    right: 20px;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.up-arrow.showup{
    display: block;
}
/*up-arrow*/
/*about-us*/
.aboutTeam-info-left {
    width: 50%;
    padding-right: 50px;
}

.aboutTeam-info-right {
    width: 50%;
}

.aboutTeam-info {
    padding: 50px 0 80px;
}

.aboutTeam-info-left h5 {
    color: var(--textcolor);
    font-weight: 500;
}

.aboutTeam-info-left ul li {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.aboutTeam-info-left ul {
    padding: 30px 0 0 0;
}

.aboutTeam-info-left ul li img {
    max-width: 30px;
    margin-right: 15px;
}

.aboutContact-btn {
    padding: 10px 0 0;
}

.aboutContact-btn a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 194px;
    border: 1px solid transparent;
}

.aboutContact-btn a:hover {
    border: 1px solid var(--medium-yellow);
}

.aboutTeam-info-left ul li p {
    color: var(--textcolor);
    font-weight: 500;
    font-size: 18px;
}
.our-skills {
    background: var(--light-yellow);
}
.our-skills-left {
    width: 50%;
    padding-right: 50px;
}
.our-skills-right {
    width: 50%;
}
.our-skills-flex {
    padding: 50px 0 0 0;
}
.our-skills-left ul li {
    padding-bottom: 50px;
}
.our-skills-left ul li:last-child{
    padding-bottom: 40px;
}
.our-skills-left ul li .skill-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.skill-btn a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 194px;
    border: 1px solid transparent;
}
.our-skills-left ul {
    max-width: 500px;
}
.our-skills-left ul li .skill-top h6 {
    font-weight: 500;
}
.our-skills-left ul li .skill-top span {
    color: var(--main-color);
    font-weight: 500;
}
.skill-bottom-line {
    width: 100%;
    height: 4px;
    background: var(--white);
    display: inline-block;
    position: relative;
}
.skill-bottom-line span {
    background-color: var(--main-color);
    position: absolute;
    height: 4px;
    overflow: visible !important;
}
.skill-bottom-line span:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 0;
    background-color: var(--main-color);
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid var(--white);
    border-radius: 50px;
}
.sw-process-listing li {
    width: 25%;
    padding: 0 15px;
    text-align: center;
}
.sw-process-listing li span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: var(--medium-yellow);
    margin: 0 auto;
    margin-bottom: 23px;
    transition: all 1s;
    z-index: 9;
    position: relative;
}
.sw-process-listing li span.greenbg{
    background-color: var(--green-bg);
}
.sw-process-listing li span.bluebg{
    background-color: var(--blue-bg);
}
.sw-process-listing li span.parrotbg{
    background-color: var(--parrot-bg);
}
.sw-process-listing li:hover span{
    transition: all 1s;
    transform: rotate(360deg);
}
.sw-process-listing ul {
    padding: 70px 0 0 0;
    margin: 0 auto;
    position: relative;
}
.sw-process-listing li h5 {
    font-weight: 600;
}
.sw-process-listing li p {
    line-height: 1.5;
    padding: 10px 0 0;
    font-size: 15px;
}
.sw-process-listing ul:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background-image: url(../images/curve-four.svg);
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    left: 208px;
    top: 80px;
    max-width: 1080px;
}
/*about-us*/
/*meet-our-team*/
.meet-our-experts{
    background: var(--light-yellow);
}
.team-slider-wrapper {
    padding: 50px 0 0;
}

.team-first-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.team-first-slider {
    width: 271px;
}

.teamBigImage {
    position: relative;
}

.teamSocialicons {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.teamSocialicons ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamSocialicons ul li {
    padding: 0 10px;
}

.team-second-wrapper {
    width: calc(100% - 271px);
    padding-left: 20px;
}

.teamSmallImage {padding-right: 10px;}

.teamText {
    box-shadow: 0px 0px 10px #0000000D;
    background: var(--white);
    padding: 20px 25px;
}

.team-third-slider {
    margin: 15px 0 0 0;
}

.teamText h5 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
}

.teamText h6 {
    font-size: 14px;
    padding: 5px 0 0;
    font-weight: normal;
    color: var(--black);
}

.teamText p {
    padding: 10px 0 0 0;
    line-height: 1.5;
    font-size: 15px;
}
.team-second-wrapper button.slick-prev.slick-arrow {
    background-image: url(../images/team-leftarrow.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-color: var(--border-color);
    width: 30px;
    height: 30px;
    background-position: center center;
    left: auto;
    right: 70px;
    top: 35px;
}

.team-second-wrapper button.slick-next.slick-arrow {
    background-image: url(../images/team-rightarrow.svg);
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    background-position: center center;
    background-size: 7px;
    background-repeat: no-repeat;
    right: 30px;
    top: 35px;
}
.teamSmallImage.slick-current.slick-active{
    display: none !important;
}
/*meet-our-team*/
/*career*/
.come-aboard ul {
    margin: 70px 0;
}
.current-openings {
    background: var(--light-yellow);
}
.from-our-employees {
    position: relative;
}
.openings-listing {
    padding: 60px 0 0;
}
.openings-listing ul {
    background-color: var(--white);
    padding: 40px 30px;
}
.openings-listing ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 22px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.open-list-left {
    width: calc(100% - 200px);
}
.open-list-right a {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.open-list-right a:hover {border: 1px solid var(--medium-yellow);}
.open-list-right {
    width: 140px;
}
.openings-listing ul li:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.open-list-left h4 {
    font-size: 25px;
}
.open-list-left h4 span {
    display: inline-block;
    padding-left: 15px;
    color: var(--paracolor);
    font-weight: normal;
    font-size: 18px;
}
.open-list-left p {
    line-height: 1.7;
    padding: 6px 0 0 0;
    font-size: 14px;
}
.perks-benefits {
    background-image: url(../images/perks.jpg);
    background-size: cover;
    background-position: center center;
}
.perks_listing_left {
    width: 50%;
    padding-right: 100px;
}
.perks_listing_right {
    width: 50%;
}
.perks_listing {
    padding: 50px 0 0px;
}
.perks_listing_left ul li {
    padding-left: 25px;
    position: relative;
    padding-bottom: 20px;
}
.perks_listing_left ul li:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    left: 0;
    top: 2px;
}
.perks_listing_left ul li h6 {
    color: var(--white);
    font-weight: 300;
    font-size: 16px;
}
.perks_listing_left ul li p {
    color: var(--white);
    font-weight: 300;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 1.6;
}
.perks_listing_left ul li:last-child {
    padding-bottom: 0;
}
/*career*/
/*services*/
.service-listing-info {
    padding: 60px 0 0 0;
}
.service-listing-info-left {
    width: 50%;
    padding-right: 100px;
}
.service-listing-info-right {
    width: 50%;
}
.service-listing-info-left h5 {
    font-weight: 500;
}
.service-listing-info-left ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.service-listing-info-left ul li {
    width: 50%;
    color: var(--textcolor);
    padding-bottom: 25px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}
.service-listing-info-left ul li:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    height: 11px;
    width: 5px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    left: 0;
    top: 3px;
}
.servicesList:nth-child(1){
    padding-top: 0;
}
.servicesList:nth-child(even) {
    background: var(--light-yellow);
}
.get-a-quote-service a {
    height: 50px;
    line-height: 50px;
    max-width: 180px;
    text-align: center;
}

.get-a-quote-service {
    padding: 20px 0 0 0;
}

.get-a-quote-service a:hover {
    border: 1px solid var(--medium-yellow);
}
/*contact-us*/
.small-banner{
    background-size: cover;
    background-position: center center;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.small-banner img.banner-cut {
    position: absolute;
    bottom: -35px;
    z-index: 99;
}
.small-banner-content {
    width: 100%;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 0;
}
.small-banner-content-info {
    position: relative;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.small-banner-content-info h1 {
    color: var(--white);
}
.small-banner-content-info h4 {
    color: var(--white);
    font-weight: 300;
    max-width: 920px;
    padding: 5px 0 0;
    line-height: 1.4;
}
.google-map {
    width: 100%;
    line-height: 0;
}

.google-map iframe {
    width: 100%;
    height: 350px;
}
.contact-info-wrapper-left {
    width: 100%;
}

/*.contact-info-wrapper-right {
    width: 50%;
}
*/
.contact-info-wrapper-right input, .contact-info-wrapper-right select {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    appearance: none;
    outline: 0;
    color: var(--textcolor);
     -webkit-appearance:none;
}

.contact-us-form {
    margin: 0 -10px;
}

.contact-us-fields {
    width: 50%;
    margin-bottom: 25px;
    padding: 0 10px;
}

.contact-us-fields.full-width {
    width: 100%;
}

.contact-us-fields textarea {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 100%;
    height: 100px;
    -webkit-appearance:none;
    appearance: none;
    resize: none;
    outline: 0;
    font-family: 'IBM Plex Sans';
    -webkit-appearance:none;
    padding: 15px 15px;
}

.contact-info-wrapper-left ul li {
    display: flex;
    align-items: center;
    width: 33.33%;
    justify-content: center;
}

.contact-info-wrapper-left .contact-us-leftImg {
    background: var(--medium-yellow);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: relative;
    z-index: 9;
}
.contact-info-wrapper-left .contact-us-leftImg.green{
    background-color: var(--green-bg);
}
.contact-info-wrapper-left .contact-us-leftImg.blue{
    background-color: var(--blue-bg);
}
.contact-info-wrapper-left ul li img{
    transition: all 0.5s;
}
.contact-info-wrapper-left ul li:hover img{
    transform: rotate(360deg);
    transition: all 1s;
}
.contact-us-leftInfo {
    padding-left: 24px;
}

.contact-info-wrapper-left ul li h6 {
    color: var(--textcolor);
    font-weight: 500;
}

.contact-info-wrapper-left ul li p a {
    color: var(--paracolor);
    padding: 8px 0 0 0;
    display: inline-block;
}

.contact-info-wrapper-left ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-wrapper-left ul:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 100%;
    background-image: url(../images/vertical-curve.svg);
    background-repeat: no-repeat;
    top: 40px;
    left: 0px;
    display: none;
}

.contact-info-wrapper-left ul li:last-child {
    padding-bottom: 0;
}

.submit-button input {
    width: 100%;
    background: var(--main-color);
    border-radius: 50px;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    font-family: 'IBM Plex Sans';
    border: 1px solid var(--medium-yellow);
    cursor: pointer;
    appearance: none;
    -webkit-appearance:none;
}

.contact-info-wrapper-right span.ajax-loader {
    margin: 15px auto  0 !important;
    display: table !important;
}

.submit-button input:hover{
    background-color: var(--white);
    color: var(--medium-yellow);
    border: 1px solid var(--medium-yellow);
}

.submit-button {
    width: 100%;
    padding: 0px 10px 0;
}
.contact-us-select {
    position: relative;
}

.contact-us-select:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: transparent;
    border-top: 2px solid var(--textcolor);
    border-left: 2px solid var(--textcolor);
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(225deg);
    right: 15px;
    top: 20px;
    pointer-events: none;
    z-index: 9;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    padding: 8px 0 0;
}


span.ajax-loader {
    display: block !important;
    margin: 0px auto !important;
}
.submitting span.ajax-loader{
    margin: 10px auto 0 !important
}
/*contact-us*/
/*get-a-quote-pop*/
.openpop{
    height: 100vh;
    overflow: hidden;
}
.get-quotePop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 999;
    height: 100%;
    display: none;
}
span.quote-cross {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.get-quotePop:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
}
.quotePop-inner {
    max-width: 800px;
    height: 100%;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.quotePop-innerflex {
    background: var(--white);
    position: relative;
    padding: 20px;
    align-items: center;
    max-height: 90%;
    overflow-y: auto;
}
.quotePop-innerLeft {
    width: 35%;
}
span.quote-cross img {
    max-width: 23px;
}
.quotePop-innerRight {
    width: 65%;
    padding: 20px 0px 0 20px;
}
.quotePop-innerRight h4 {
    text-align: center;
}
.quotePop-innerRight p {
    text-align: center;
    padding: 5px 0 0 0;
}
.quote-form-flex {
    padding: 26px 0 0 0;
}
.quote-formFields {
    width: 50%;
    padding: 0 10px 20px;
}
.quote-formFields input, .quote-formFields select {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance:none;
    outline: 0;
    color: var(--textcolor);
    font-size: 12px;
}
.quote-formFields.full-width {
    width: 100%;
}
.quote-formFields textarea {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 100%;
    height: 90px;
    appearance: none;
    resize: none;
    outline: 0;
    font-family: 'IBM Plex Sans';
    padding: 10px 10px;
    -webkit-appearance:none;
    font-size: 12px;
}
.quote-button.full-width {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.quote-button input {
    background-color: var(--medium-yellow);
    color: var(--white);
    display: inline-block;
    border-radius: 50px;
    width: 100%;
    padding: 0 20px;
    appearance: none;
    border: 1px solid transparent;
    height: 40px;
    max-width: 140px;
    appearance: none;
    -webkit-appearance:none;
    cursor: pointer;
}
.quote-button input:hover {
    background-color: var(--white);
    color: var(--medium-yellow);
    border: 1px solid var(--medium-yellow);
}
.openpop .get-quotePop {
    display: block;
}
.quote-formSelect{
    position: relative;
}
.quote-formSelect:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background: transparent;
    border-top: 2px solid var(--textcolor);
    border-left: 2px solid var(--textcolor);
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(225deg);
    right: 15px;
    top: 50%;
    pointer-events: none;
    z-index: 9;
}
/*get-a-quote-pop*/
/*jobform*/
.jobformPop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 999;
    height: 100%;
    display: none;
}
.jobformPop:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000066;
}
.jobformPop-inner {
    max-width: 800px;
    height: 100%;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.jobformPop-innerflex {
    background: var(--white);
    position: relative;
    padding: 20px;
    align-items: center;
    max-height: 90%;
    overflow-y: auto;
}
span.jobformPop-cross {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
span.jobformPop-cross img {
    max-width: 23px;
}
.jobformPop-innerLeft {
    width: 35%;
}
.jobformPop-innerRight {width: 65%;padding: 20px 0px 0 20px;}
.jobformPop-innerRight h4 {
    text-align: center;
}
.jobformPop-innerRight p {
    text-align: center;
    padding: 5px 0 0 0;
}
.openjob .jobformPop {
    display:block;
}
.upload-cv-design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 0 0 0 12px;
    cursor: pointer;
    position: relative;
}
.upload-cv-design h3 {
    font-size: 12px;
    font-weight: normal;
}
.quote-formFields .choose-file input {
    border: 0;
}
.upload-cv-design p {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    padding: 0;
}
.quote-formFields.choose-file input {
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: 0;
    height: 100%;
}
.upload-cv-design h4 {
    font-size: 12px;
    font-weight: normal;
    border-left: 1px solid var(--border-color);
    padding: 12px;
}

.services-wrapper{
    padding: 30px 0 70px;
}
.serviceboxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.serviceboxes li {
    width: 25%;
    padding: 0 15px;
}

.service-box {
    background-color: var(--white);
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    min-height: 305px;
    transition: 0.5s;
}

.service-box img {
    margin-bottom: 15px;
    height: 60px;
    transition: 0.2s;
    opacity: 1;
}

.service-box h5 {
    color: var(--black);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.service-box p {
    font-size: 15px;
    font-weight: 300;
}

.service-box-inner {
    position: relative;
     padding-top: 10px;
}
.service-box span.sw-btn {
    padding: 8px 20px;
    background-color: var(--white);
    color:var(--black);
    font-size: 14px;
        transition: 0.2s;
    width: 120px;
    margin: 10px auto 0;
    opacity: 0;
        display: inline-block;
    border-radius: 50px;

}
.service-box:hover {
    background-color: var(--main-color);
     display: flex;
    align-items: center;
}
.service-box:hover .service-box-inner {
    padding-top: 45px;
}
.service-box:hover h5, .service-box:hover p {
    color: #fff;
}

.service-box:hover img {
opacity: 0;
    height: 0;
}

.service-box:hover span.sw-btn {
 opacity: 1;
 
}
.service-box-content{
    position: relative;
       bottom: -45px;
           margin-top: -45px;
           transition: 0.4s;
}
.service-box:hover .service-box-content {
    bottom: 0;
}
.maxheading{
    max-width: 30%;
}
.service-listing-info-left ul li a{
        color: var(--textcolor);
}
.service-listing-info-left ul li a:hover {
    color: var(--main-color);
}

nav ul.sub-menu {
    position: absolute;
    width: 210px;
    background: #060816;
    border-radius: 0;
    padding: 10px;
    display: none;
    margin: 0 auto;
    right: -65px;
}

nav ul.sub-menu ul.sub-menu {
    position: static;
    width: 100%;
    padding: 10px 0 0 0;
    border-top: 1px solid #595885;
    margin-top: 12px;
    border-radius: 0;
}

nav ul li ul.sub-menu li {
       padding: 10px 5px;
    width: 100%;
    float: left;
}

nav ul li ul.sub-menu li a {
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

nav ul.sub-menu ul.sub-menu li {
    width: 100%;
    padding: 4px 0;
}

nav ul.sub-menu ul.sub-menu li a {
    font-size: 12px;
    font-weight: 300;
}
nav  li.current-menu-item ul.sub-menu li a:before,
nav  li ul.sub-menu li.current-menu-item a:before{
    display: none;
}
nav ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
nav ul li ul.sub-menu li:first-child ul li {
    width: 50%;
}
nav ul li ul.sub-menu li a:hover{
     color: var(--main-color);
}
#rmp-container-630{
    background-color: #000000 !important;
     background-image: none !important;
}
.current_page_item>a,
.current-menu-parent>a,
.current-menu-ancestor>a,
.current-menu-item>a {
    color: #f29111 !important;
}
#rmp_menu_trigger-630 {
 cursor: pointer;
}
/*.logged-in #rmp_menu_trigger-630 {
    top: 55px !important;
}*/
nav ul li ul.sub-menu li.current-menu-item>a,
nav ul li ul.sub-menu li.current-menu-parent>a {
    color: #f39d2a;
}
#rmp-menu-wrap-630 .rmp-menu-subarrow {
    transform: rotate(90deg);
}

#rmp-menu-wrap-630 .rmp-menu-subarrow.rmp-menu-subarrow-active {
    transform: rotate(0deg);
}
#rmp-menu-wrap-630 .rmp-submenu .rmp-submenu {
    padding-left: 15px;
}
.fileupload input[type="file"] {
    border: 0;
    padding: 0;
    opacity: 0;
    width: 120px;
    height: 42px;
}

.fileupload {
    position: relative;
}

.fileupload:after {
    content: "Upload Resume";
    position: absolute;
    left: 10px;
    background-color: #ffffff;
    color: #303030;
    padding: 13px;
    font-size: 12px;
    width: 90px;
    pointer-events: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    top: 0;
}


  .custom-file-input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.custom-file-input input {
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    width: 100%;
    resize: none;
    outline: 0;
    font-family: 'IBM Plex Sans';
       padding: 10px 140px 10px 10px;
    -webkit-appearance: none;
    font-size: 12px;
    cursor: default;
}
.custom-file-input input[type="button"] {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 130px;
    height: 40px;
    background: #f39d2a;
    color: #fff;
    border: 0;
    cursor: pointer;
        padding: 0;
}
.custom-file-input .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: left;
}
.wpcf7-not-valid-tip{
    text-align: left;
}
.custom-file-input br{
    display: none;
}
    .custom-file-input input[type="file"]{
        height: 40px;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 142px;
    padding: 0;
    left: auto;
    }
    .custom-file-input .wpcf7-form-control-wrap {
    position: static;
}
body.error404 {
    padding-top: 99px;
}
body.error404 header {
    top: 0;
    background-color: #000;
}
body.error404.logged-in header {
    top: 32px;
}
.page404{
    background-color: #f4f4f4;
    position: relative;
    background-image: url(../images/bg404.svg);
    background-size: cover;
    background-repeat: no-repeat;
        min-height: 100vh;
            background-position: center center;
}
.pagenotfoundwrapper {
display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
        flex-wrap: wrap;
}
.pagenotfound {
    max-width: 640px;
    margin-right: -90px;
}
.pagenotfound__title {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 30px;
    width: 236px;
    height: 60px;
    color: #4B7390;
    font-size: 24px;
    text-align: center;
    padding: 12px 0;
}
.pagenotfound a.sw-btn {
    display: table;
    padding: 20px 0;
    width: auto;
    min-width: 220px;
    text-align: center;
    margin-top: 30px;
}
  .pagenotfound h1 {
    font-size: 60px;
}
.error404 footer.swpd-70-top{
display: none;
}
.page-template-template-contentpages .small-banner.contactBanner {
    height: 443px;
}
.contetpage-secton h2{
    font-size: 24px;
    margin-bottom: 10px;
}
.contetpage-secton p+h2{
    margin-top: 50px;
}
.contetpage-secton p{
  color: #6A7C92;
  font-size: 24px;  
      font-weight: 300;
          word-break: break-word;
          line-height: 1.5;
}
.contetpage-secton {
    padding-bottom: 80px;
}
.contetpage-secton p:not(:last-child){
   margin-bottom: 30px; 
}
.head-content {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
.head-content h2 { 
    margin-bottom: 15px;
}
.mb-50{
    margin-bottom: 50px !important;
}
.servic-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 5%);
    height: 100%;
}
.noUlAfter ul.swthreelisting:before{
    display: none;
}
.logo-section {
    padding-top: 70px;
}

.logo-section ul {
    gap: 30px;
}
.logo-section ul li{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.noUlAfter ul.swthreelisting li{
    margin-bottom: 30px;
        padding-bottom: 0;
}
.discuss-project {
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0px 0px 17px rgb(71 71 71 / 6%);
}

.discuss-project a.sw-btn {
    text-align: center;
    width: 310px;
    text-transform: capitalize;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.discuss-project a.sw-btn img {
    width: 20px;
}
.discuss-project a.sw-btn:hover {
  background-color: #000;
  color: #fff;
}
.discuss-project p {
    max-width: 700px;
    margin-top: 10px;
    line-height: 1.5;
}
.indusrries-serve .slick-slide {
    padding:15px;
}
.discuss-project-left{
    max-width: 50%;
}
.indusrries-serve {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.industrie-box {
    padding: 15px;
    box-shadow: 1px 1px 5px #00000026;
    border-radius: 4px;
}

.industrie-box figure {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.industrie-box figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.industrie-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
    .mb-30{
        margin-bottom: 30px !important;
    }
    /* Tabs menu */
.tabs {
  margin: 50px 0 0;
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-radius: 2px 2px 0px 0px;
}

/* Tab Links */
.tablinks {
background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  width: 25%;
  /*change depending on the number of tabs*/
  height: 50px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: hidden;
  transition: 0.3s ease;
}


.tablinks:before {
  background: #f39d2a;
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: -1;
  bottom: 0;
}


/* Tab active */
.tablinks.active {
  background-color: white;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  bottom: 0px;
  overflow: hidden;
}


.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p{
  color: #f39d2a;
}

.tablinks p {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: var(--paracolor);
  backface-visibility: hidden;
  font-weight: 400;
}

.tablinks:hover p {
  color: white;
  opacity: 1;
}


/* Tabs text bigger */
.tablinks p:before {
  content: attr(data-title);
  position: absolute;
  height: auto;
  width: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.1;
  font-size: 40px;
  transition: 1s ease-out;
  z-index: -1;
  font-weight: 600;
  top: 110%;
}


.tablinks:hover p:before {
  opacity: 0.1;
  font-size: 40px;
  top: -80%;
}

/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  opacity: 1;
  padding: 30px;
  overflow: hidden;
  transition: all 1s ease;
  top: 0;
}

.tabcontent {
  display: none;
}


.tabcontent.active {
  transition: all 1s ease;
  display: block;
}
.tabcontent ul{
    gap: 50px;
    justify-content: center;

}
.tabcontent ul li {
    display: flex;
    align-items: center;
  justify-content: center;

}
.tabcontent ul li figure {
       margin: 0;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    height: 90px;
    border-radius: 100%;
}
.tabs .slick-list{
    width: 100%;
}
.tabcontent ul li img {
        width: 50px;
    height: 50px;
    object-fit: contain;
}
.testimonials-quote {
    width: 100%;
    opacity: 0.2;
}
.industrie-box .testimonials-read-more.sw-btn {
  margin-left: 0;
    width: 130px;
    margin-top: 10px;
    background-color: transparent;
    color: #f39d2a;
    padding: 0;
    width: auto;
    text-align: left;
    display: inline-flex;
    height: auto;
        border: 1px solid #e9e9e9;
    font-size: 14px;
    padding-left: 15px;
        position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.indusrries-serve button.slick-prev.slick-arrow {
    left: -20px;
    background-color: rgb(0 0 0 / 37%);
    border-radius: 100%;
}

.indusrries-serve button.slick-next.slick-arrow {
    right: -20px;
    background-color: rgb(0 0 0 / 37%);
    border-radius: 100%;
}
.toggleP p {
    display: block;
}
.readLess {
    display: none !important;
}
.toggleP .readMore{
    display: none !important;
}
.toggleP .readLess{
    display: flex !important;
}

.sw-btn-arrow span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cc790b;
    border-radius: 50%;
}
.sw-btn-arrow {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.sw-btn-arrow img {
    width: 18px;
}
.industrie-box .testimonials-read-more.sw-btn:after {
    content: "";
    width: 0;
    height: 100%;
    background-color: #f39d2a;
    position: absolute;
    right: 0;
    z-index: -1;
    transition: 0.5s;
}
.industrie-box .testimonials-read-more.sw-btn span {
    background-color: #f39d2a;
}
.industrie-box .testimonials-read-more.sw-btn:hover:after {
    width: 100%;
}

.industrie-box .testimonials-read-more.sw-btn:hover {
    color: #fff;
}
.discuss-project a.sw-btn:hover span {
    background-color: #000;
}
.archive .head-content {
    max-width: 960px;
}
.archive ul.serviceboxes li {
    margin-bottom: 30px;
    width: 33.3%;
}

.archive ul.serviceboxes {
    justify-content: center;
}
.thfaqf-faq-list.thfaqf-theme-wrapper-strategywerks h3.thfaqf-faq-list-title {
    display: none;
}
.pb-50{
padding-bottom: 50px;
}
.web-app-service {
    margin-top: 50px;
}

.web-app-service ul li {
    width: 50%;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
}

.web-app-service ul li:nth-child(even) {
    transform: translate(calc(100% - 2px));
    background-color: #f39d2a;
    color: #fff;
}

.web-app-service ul li h3 {
    font-size: 22px;
}

.web-app-service ul li:nth-child(even) h3, .web-app-service ul li:nth-child(even) p {
    color: #fff;
}
.webdesign-service {
    margin-top: 30px;
}

.webdesign-service ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.webdesign-service ul li {
    width: calc(33.3% - 14px);
}

.webdesign-service ul li {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px #dec4a1;
}

.webdesign-service ul li h2 {
    font-size: 20px;
    margin-bottom: 5px;
}

.webdesign-service ul li:nth-child(even) {
    background-color: #f39d2a;
    color: #fff;
    box-shadow: 5px 5px #bd7413;
}

.webdesign-service ul li:nth-child(even) h2, .webdesign-service ul li:nth-child(even) p {
    color: #fff;
}

.process-box {
    background-color: #f39d2a;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 6px;
    font-size: 40px;
    font-weight: bold;
    padding: 15px;
    color: #fff;
    max-width: calc(100% - 50px);
    position: relative;
}

.webdesign-process ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.process-info {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    transform: translateX(50px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    width: calc(100% + 50px);
}

.process-no {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
        width: 30px;
}

.webdesign-process ul li:nth-child(2) {
    padding-left: 10px;
}

.webdesign-process ul li:nth-child(3) {
    padding-left: 20px;
}

.webdesign-process ul li:nth-child(4) {
    padding-left: 30px;
}

.webdesign-process ul li:nth-child(5) {
    padding-left: 40px;
}
.webdesign-process ul li:nth-child(6) {
    padding-left: 50px;
}
.webdesign-process ul li:nth-child(7) {
    padding-left: 60px;
}
.webdesign-process ul li:nth-child(8) {
    padding-left: 70px;
}
.webdesign-process ul li:nth-child(9) {
    padding-left: 80px;
}
.webdesign-process ul li:nth-child(10) {
    padding-left: 90px;
}
.process-info h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #f39d2a;
}

.process-info p {
    font-size: 16px;
    font-weight: normal;
}
.why-choose-market ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 960px;
}

.why-choose-market ul li {
    width: calc(50% - 8px);
    padding: 15px;
    background-color: #fee8cb;
    text-align: center;
    box-shadow: 5px 5px 0px #d2841c;
    border-radius: 6px;
}
.cloud-service ul li {
    text-align: left;
    background-color: #fff;
    padding: 17px;
    width: calc(50% - 10px);
}

.cloud-service ul {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cloud-service ul li h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.cloud-service ul li:nth-child(3n), .cloud-service ul li:nth-child(2), .cloud-service ul li:nth-child(7) {
    background-color: #f39d2a;
}

.cloud-service ul li:nth-child(3n) h3, .cloud-service ul li:nth-child(2) h3, .cloud-service ul li:nth-child(7) h3, .cloud-service ul li:nth-child(3n) p, .cloud-service ul li:nth-child(2) p, .cloud-service ul li:nth-child(7) p {
    color: #fff;
}
.cloud-process ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cloud-process .process-box {
    padding: 10px;
    background-color: #fedaab;
    flex-direction: column;
    max-width: 100%;
    gap: 10px;
    border-radius: 8px;
    height: 100%;
}

.cloud-process .process-box .process-no {
   display: none;
}

.cloud-process .process-box .process-info {
    width: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    height: 100%;
    padding: 15px;
}

.cloud-process ul li {
    width: calc(50% - 10px);
}
.it-consultation {
    margin-top: 30px;
}

.it-consultation ul li h3 {
    font-size: 22px;
    background-color: #edc99a;
    padding: 10px;
    color: #9e6921;
    border-radius: 6px;
}

.it-consultation ul li {
    background-color: #f7e9d8;
    width: calc(50% - 15px);
    border-radius: 6px;
}

.it-consultation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.it-consultation ul li p {
    padding: 15px;
}
.webdesign-process.it-process .process-box {
    flex-direction: column;
    background-color: transparent;
    max-width: calc(100% - 100px);
}

.webdesign-process.it-process .process-no {
    /* position: static; */
    height: 40px;
    font-size: 16px;
    background-color: #f39d2a;
    border-radius: 100%;
    z-index: 2;
    width: 40px;
    top: 38px;
}

.webdesign-process.it-process ul {
    gap: 0px;
    margin-bottom: 0px;
}
.webdesign-service.qa-services ul li {
    box-shadow: 1px 1px 5px rgb(187 173 173 / 48%);
    background-color: #fff;
}

.webdesign-service.qa-services ul li h2 {
    color: #f39d2a;
}

.webdesign-service.qa-services ul li p {
    color: var(--paracolor);
}
ul.swthreelisting.swthreelistnew li a {
    padding: 0;
}
.blog {
    margin: 30px auto;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.blog-box {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 6px;
    overflow: hidden;
    width: calc(50% - 15px);
}
.post-image img {
       height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.post-image {
        height: 0;
    overflow: hidden;
    padding-top: 55.5%;
    position: relative;
  }
  .blog-content-image {
    margin-bottom: 30px;
}
.blog-single h3 {
    font-size: 26px;
    margin-bottom: 10px;
}
  .post-info {
    padding: 26px;
}
.blog-single {
    margin: 20px auto 70px auto;
    display: flex;
    align-items: self-start;
    gap: 30px;
    justify-content: space-between;
}
.blog-sidebar ul li {
    position: relative;
    padding-left: 20px;
}

.blog-sidebar ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #f29111;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.blog-single h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.blog-single p {
    margin-bottom: 20px;
}
.single-post .small-banner-content-info h1,
.page-template-template-blog .small-banner-content-info h1,
.page-template-template-blog .small-banner-content-info h4 {
    text-align: center;
}
.page-template-template-blog .small-banner-content-info h4 {
    margin: 0 auto;
}
.post-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.date-post {
    font-size: 14px;
    color: #9a9a9a;
    margin-bottom: 10px;
}

.post-excerpt {
    margin-bottom: 10px;
}

.post-info a {
    color: #f39d2a;
}
.post-info a:hover {
   text-decoration: underline;
}
.blog-content-image img {
    height: auto;
}
.blog-sidebar {
    min-width: 320px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 15px;
}
.blog-sidebar h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.blog-sidebar li {
    margin-bottom: 10px;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    font-size: 12px;
    margin-top: 4px;
    color: var(--paracolor);
}
.blog-sidebar li a {
        display: block;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: var(--paracolor);
}

.blog-sidebar li a:hover {
    color: #f39d2a;
}
.blog-post {
    width: 100%;
        display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
nav.navigation.pagination {
        display: block;
    width: 100%;
    position: static;
    background-color: transparent;
    height: auto;
    overflow: visible;
}

nav.navigation.pagination .page-numbers {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 21%);
    padding: 0 10px;
    color: #f39d2a;
}

nav.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
}
#rmp-menu-wrap-630 .rmp-menu-subarrow {
       display: flex !important;
    transform: none !important;
    width: 100% !important;
    justify-content: flex-end;
}

#rmp-menu-wrap-630 .rmp-menu-subarrow span.rmp-font-icon {
    transform: rotate(90deg)!important;
}

#rmp-menu-wrap-630 .rmp-menu-subarrow.rmp-menu-subarrow-active span.rmp-font-icon {
    transform: rotate(0deg) !important;
}
.submit-button.full-width {
    position: relative;
}

.submit-button.full-width span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 13px;
    left: 0;
    margin: 0 auto;
    transform: translateX(50px);
    opacity: 0.8;
}
.page-template-template-blog .footer-list .menu-quick-links-container ul li:last-child a {
    color: #f29111 !important;
}
.swHomeBanner button.slick-arrow.slick-disabled {
    display: none !important;
}
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none;
}
#rmp-menu-wrap-630 .rmp-menu-item-link:hover {
    color: #f29111 !important;
}
body.openjob {
    overflow: hidden;
}
.head-content.no-blogs p a {
    color: #f39d2a;
    text-decoration: underline;
    text-transform: capitalize;
}

.head-content.no-blogs p a:hover {
    text-decoration: none;
}
/*job-form*/

/****product page css*****/

.product-banner h1 span {
    font-size: 40px;
    display: block;
}
.product-banner{
    text-align: center;
}
.product-banner p {
    color: #fff;
    margin:0 auto 30px;
    max-width: 920px;
    font-weight: 400;
    font-size: 20px;
}

.product-banner a.sw-btn {
    display: inline;
    padding: 10px 20px;
  
}
.product-section {
    padding: 100px 0;
    text-align: center;
}
.pt-0{
    padding-top: 0 !important;
}
.product-section h2 span {
    display: block;
    color: #F29111;
}
.section-gray {
    background-color: #FAFAFA;
}
.product-section h2 {
    margin-bottom: 30px;
}

.product-section h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    max-width: 1100px;
    margin: 0 auto;
}
.product-box {
    width: calc(50% - 25px);
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 35px;
}

.product-box-section {
    gap: 50px;
        max-width: 1100px;
    margin: 0 auto;
}
.product-box figure {
    height: 100px;
    margin: 0;
}
.product-box .sw-btn {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin: 30px auto 0;
}
.product-box h4 {
    color: #797979;
    font-size: 16px;
    font-weight: normal;
    margin: 8px 0 20px;
}
.product-box p {
    color: #000;
    margin-bottom: 30px;
}
.meet-section p {
    max-width: 980px;
    margin: 0 auto;
    color: #000;
    font-size: 20px;
}

.meet-section p.small-gray-text {
    margin: 20px auto;
    color: #797979;
    font-size: 16px;
}
.trusted-section h3 {
    max-width: 880px;
    font-size: 40px;
    margin-bottom: 30px;
}
.meet-section .sw-btn {
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin: 0 auto;
}
.product-contact {
    background-color: #F29111;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-contact aside {
    max-width: 660px;
    padding-right: 30px;
}
.product-contact .wpcf7{

     width: 270px; 
}
.product-contact h2, .product-contact p{
    color: #fff;
    text-align: left;
    margin: 0;
}
.booking-form {
    width: 270px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 auto;
}

.booking-form input, .booking-form textarea {
    width: 100%;
    background-color: #F4F4F4;
   border: 1px solid #F4F4F4;
    border-radius: 10px;
    resize: none;
    padding: 10px 20px;
        font-family: 'IBM Plex Sans';
}
.product-contact .wpcf7-response-output {
    font-size: 12px;
    margin-top: 5px !important;
    color: #fff;
}
.booking-form input.wpcf7-not-valid, .booking-form textarea.wpcf7-not-valid {
    border-color: red;
}

.booking-form span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    right: 8px;
    bottom: 2px;
}
.booking-form textarea {
    height: 78px;
}
.booking-form br {
    display: none;
}
.booking-form .wpcf7-submit {
    background-color: #F29111;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.booking-form .wpcf7-submit:hover {
    opacity: 0.8;
}
.booking-form span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 10px;
}
.booking-form .wpcf7-spinner{
    display: none !important;
}
.page-template-template-aicaller header {
    background: var(--darkblue);
}
.ai-banner {
    padding: 150px 0 50px;
    align-items: center;
}

.ai-banner-left {
    width: 60%;
}

.ai-banner-right {
    width: 40%;
}
.ai-banner-left img {
    max-width: 120px;
}

.ai-banner-left h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
        max-width: 626px;
}

.ai-banner-left p {
    color: #000;
    max-width: 480px;
    margin-bottom: 30px;
}
.ai-banner-left .sw-btn{
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin: 0;
}
.human-reuired h3 {
    font-size: 20px;
}
.human-reuired h3 {
    font-size: 20px;
}

.human-reuired ul {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    gap: 100px;
}

.human-reuired ul h4 {
    font-size: 60px;
}

.human-reuired ul p {
    color: #797979;
    font-size: 16px;
}
.communication-box {
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.communication-box .c-box {
    width: calc(33.3% - 34px);
    border-radius: 20px;
    background-color: #FFF1E0;
    padding: 32px;
}
.communication-box .c-box.c-box-gray{
    background-color: #FAFAFA;
}
.communication-box .c-box figure {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto 10px;
}

.communication-box .c-box h4 {
    font-size: 20px;
    font-weight: 600;
    max-width: 198px;
    margin: 0 auto 10px;
}

.communication-box .c-box p {
    color: #797979;
    font-size: 14px;
}
.smart-section {
    max-width: 1100px;
    margin: 0 auto;
}

.smart-section ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.smart-section ul li figure {
    width: 120px;
    height: 120px;
    background-color: #F29111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

.smart-section ul li h5 {
   max-width: 160px;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto 0;
}
.smart-section ul li p {
    max-width: 270px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}
.business-section {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}

.business-section .business-box {
    width: 33.3%;
        padding: 0 15px;
}
.business-section .business-box figure {
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    display: block;
    position: relative;
        max-height: 333px;
}

.box-overlay {
        position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 20px;
    justify-content: flex-end;
    opacity: 0;
    height: 0;
    transition: all 0.5s;
}
.business-section .business-box:hover .box-overlay {
    opacity: 1;
    height: 100%;
}
.box-overlay h5 {
    color: #fff;
    font-weight: 700;
}

.box-overlay p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.business-section .business-box figure img {
    width: 100%;
    max-height: 333px;
    object-fit: cover;
}
.tools-section h3 {
    font-size: 20px;
    max-width: 875px;
}

.tools-section ul {
    max-width: 1100px;
    margin: 20px auto 0;
    justify-content: space-evenly;
    align-items: center;
}
.trusted-section.ai-trusted h3 {
    font-size: 40px;
}

.demo-section {
    background: #F29111;
    margin: 30px auto 0;
    max-width: 1100px;
    border-radius: 20px;
    padding: 50px;
}

.demo-section h2 {
    color: #fff;
    max-width: 600px;
    margin: 0 auto 15px;
}

.demo-section p {
    color: #fff;
}

.demo-section .sw-btn {
    background-color: #fff;
    width: fit-content;
    padding: 10px 20px;
    color: #000;
    display: inline-block;
    margin-top: 35px;
}
.ai-banner-right img {
    max-height: 480px;
}
.heading-text-area{
    margin-bottom: 30px;
}
.heading-text-area h2{
    margin-bottom: 5px;
}
/****product page css*****/


/*Responsive*/
@media only screen and (min-width: 2300px){
.swHomeBanner img.banner-cut{
bottom: -4vw;
    z-index: 0;
}
}
@media only screen and (max-width: 1499px){
.bannerslides-infoinner {
    padding: 0px 95px 70px;
}
}
@media only screen and (max-width: 1440px){
.pagenotfound {
    max-width: 530px;
    margin-right: 0;
}
}
@media only screen and (max-width: 1300px){

    .product-banner p{
        margin: 0 auto 10px;
         font-size: 14px;
    text-align: center;
    }
    .product-banner a.sw-btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
       
}
.product-banner h1 span {
    font-size: 16px;
}
    .bannerslides-infoinner h1 {
        margin: 0 auto;
        text-align: center;
        font-size: 50px;
        max-width: 850px;
    }

    .bannerslides-infoinner p {
        text-align: center;
        margin: 0 auto;
        font-size: 22px;
        max-width: 570px;
    }

    .bannerslides-infoinner a {
        display: table;
        margin: 20px auto;
    }
    .bannerslides-infoinner {
        padding: 0 50px;
    }

    .bannerslides {
        height: 640px !important;
    }

    nav ul li:last-child {
        padding-right: 0;
    }
     .swHomeBanner button.slick-prev.slick-arrow {
        display: inline-block !important;
    }

    .swHomeBanner button.slick-next.slick-arrow{
        display: inline-block !important;
    }
    .swHomeBanner button.slick-arrow.slick-disabled {
    display: none !important;
}
    .small-banner-content-info h1 {
        font-size: 50px;
        text-align: center;
        padding-bottom: 5px;
    }

    .small-banner-content-info h4 {
        font-size: 20px;
        max-width: 690px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    .small-banner {
        height: 470px;
    }

    .small-banner-content {
        top: 50%;
    }
    ul.swthreelisting:before{
        display: none;
    }
    .sw-process-listing ul:before {
        display: none;
    }

    .sw-process-listing li {
        width: 50%;
        padding-bottom: 50px;
    }

    .sw-process-listing li:nth-child(3), .sw-process-listing li:nth-child(4) {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1240px){
.page404 {
    background-image: none;
}
.pagenotfound {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    text-align: center;
}
.pagenotfoundwrapper{
    min-height: 0;
}
.page404 {
    min-height: calc(100vh - 99px);
}
.pagenotfoundwrapper{
    padding: 30px; 
}
  .pagenotfound h1 {
    font-size: 32px;
    margin: 10px 0;
}
.imagepagenotfound{
    max-width: 300px;
    margin: 0 auto 50px;
}
.pagenotfound__title {
    margin: 0 auto;
}

a.sw-btn {
    margin: 30px auto 0;
}
}
@media only screen and (max-width: 1199px){
    .maxheading {
    max-width: 100%;
}
.archive ul.serviceboxes li {
    width: 50%;
}
.contetpage-secton p{
    font-size: 16px;
}
    nav ul li{
        padding: 0 14px;
    }
    .footer-list.first-tag {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }

    .footer-list p {
        margin: 0 auto;
        max-width: 560px;
        padding-bottom: 30px;
    }

    .footer-list {
        width: 33.33%;
        text-align: center;
    }
    .sw-top-head h2 {
        width: 100%;
        text-align: center;
    }

    .sw-top-head h2 br {
        display: none;
    }

    .sw-top-head-right {
        width: 100%;
    }

    .sw-top-head-right p {
        margin: 0 auto;
        text-align: center;
        max-width: 690px;
        padding: 5px 0 0 0;
    }

    .sw-top-head-right h4 {
        text-align: center;
        padding: 5px 0 0;
        font-weight: 500;
    }

    h2 {
        font-size: 35px;
    }

    .swpd-70 {
        padding: 50px 0;
    }
    .swpd-70-top{
        padding-top: 50px;
    }
    .swpd-70-bottom{
        padding-bottom: 50px;
    }

    .our-offices {
        padding-bottom: 220px;
    }

    h4 {
        font-size: 20px;
    }

    .swcounter-inner h2 {
        width: 100%;
        text-align: center;
    }

    .swcounter-inner h2 br {
        display: none;
    }

    .swcounter_wrap {
        width: 100%;
        padding: 30px 0 0;
        max-width: 700px;
        margin: 0 auto;
    }

    .swcounter_wrap:before {
        display: none;
    }

    .sw-top-head-right:before {
        display: none;
    }
    ul.swthreelisting li {
        width: 50%;
        padding-bottom: 40px;
    }

    ul.swthreelisting {
        justify-content: center;
    }

    ul.swthreelisting li:last-child {
        padding-bottom: 0;
    }
    .swcounter_wrap h2 {
        font-size: 50px;
    }
    .swCta{
        background-attachment: inherit;
    }
    .perks_listing_left {
        width: 100%;
        padding: 0 20px;
    }

    .perks_listing_right {
        width: 100%;
        padding: 40px 20px 0;
    }
    .come-aboard {
        padding: 30px 0 0px;
    }
    .serviceboxes li {
    width: 50%;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
body.error404 {
    padding-top: 81px;
}
}
@media only screen and (max-width: 991px){
    .page404 {
    min-height: calc(100vh - 81px);
}
.product-section {
    padding: 30px 0;
}
.product-box figure{
    height: auto;
}
.product-section h3 {
    font-size: 18px;
}
.product-section h2 {
    margin-bottom: 15px;
}
.tabcontent ul {
    gap: 10px 30px;          
}
    nav {
        display: none;
    }
    header {
        padding: 15px 0;
    }
    .about-company {
        padding: 30px 0 0;  
    }
    .swlogo img {
        max-width: 160px;
    }
    .mobile-menu span {
        width: 25px;
        height: 2px;
        background: var(--white);
        display: block;
        margin: 5px 0;
    }
  /*  .mobile-menu {
        display: inline-block;
        cursor: pointer;
    }*/
    .mobile-menu span:last-child {
        margin-bottom: 0;
    }

    .mobile-menu span:first-child {
        margin-top: 0;
    }
    .swHomeBanner svg{
        bottom: -20px;
    }
    .bannerslides-infoinner h1{
        font-size: 40px;
    }
    .bannerslides-infoinner p{
        font-size: 18px;
        max-width: 480px;
        padding: 15px 0 0 0;
    }
    .swHomeBanner img.banner-cut{
        height: 120px;
    }
    .small-banner {
        height: 380px;
    }
    .small-banner-content {
        top: 50%;
    }
    .small-banner-content-info h1 {
        font-size: 40px;
        padding-bottom: 0;
    }
    .small-banner img.banner-cut{
        bottom: -10px;
    }
    .contact-info-wrapper-left {
        width: 100%;
    }
    .contact-info-wrapper-left ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        align-items: flex-start;
    }
    .contact-info-wrapper-left ul li {
        width: 33.33%;
        padding-bottom: 0;
        flex-wrap: wrap;
    }
    .contact-us-leftInfo {
        width: 100%;
        text-align: center;
        padding: 20px 0 0;
    }
    .contact-info-wrapper-left .contact-us-leftImg {
        margin: 0 auto;
    }
    .contact-info-wrapper-right {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        padding: 50px 0 0;
    }
    .contact-info-wrapper-left ul:before {
        display: none;
    }
    .contact-info-wrapper-left ul li p a {
        max-width: 240px;
        line-height: 1.6;
    }
    nav {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--darkblue);
        left: 0;
        padding: 50px 0 0;
        overflow-y: auto;
    }
    .openMenu nav{
        display: block;
    }

    nav ul li {
        display: block;
    }

    nav ul li:last-child {
        margin: 35px 0;
    }

    nav ul li:before {
        display: none;
    }

    nav ul li.current-menu-item a:before {
        display: none;
    }

    nav ul li a {
        padding: 35px 0;
        font-size: 20px;
    }

    nav ul li {
        text-align: center;
    }
    .openMenu{
        overflow: hidden;
    }
    .openMenu .cross-mobile{
        display: block;
    }
    .cross-mobile {
        position: absolute;
        z-index: 9;
        width: 60px;
        left: auto;
        right: 0;
        top: 40px;
        cursor: pointer;
        height: 60px;
    }
    .cross-mobile span {
        width: 35px;
        height: 3px;
        background: var(--white);
        display: block;
        margin: 5px 0;
        top: 0;
        position: absolute;
    }
    .cross-mobile span:nth-child(1) {
        transform: rotate(135deg);
    }
    .cross-mobile span:nth-child(2) {
        transform: rotate(-135deg);
        top: 0px;
    }
    .quotePop-innerRight {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .jobformPop-innerRight{
        width: 100%;
        padding: 20px 0 0 0;   
    }
    .quotePop-innerLeft {
        display: none;
    }
    .jobformPop-innerLeft{
        display: none;
    }
    .protfilio-img{
        height: 380px;
    }
    .testimonials-listingRight p{
        font-size: 12px;
    }
    .aboutTeam-info {
        padding: 40px 0;
    }
 .aboutTeam-info-left ul{
    gap: 15px;
 }
    .aboutTeam-info-left ul li {
        width: calc(50% - 8px);
    }

    .aboutTeam-info-left ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

    }

    .aboutTeam-info-left {
        width: 100%;
        padding: 0;
    }

    .aboutTeam-info-left h5 {
        text-align: center;
    }

    .aboutContact-btn {
        text-align: center;
    }

    .aboutContact-btn a {margin: 0 auto;}

    .our-skills-left {
        width: 100%;
        padding: 0;
    }

    .our-skills-left ul {
        width: 100%;
        max-width: 100%;
    }

    .our-skills-right {
        width: 100%;
        padding: 30px 0 0;
    }
    .aboutTeam-info-right {
        width: 100%;
        padding: 40px 0 0 0;
    }
    .about-company {
        padding: 30px 0 0;
    }
    .team-first-slider{
        width: 100%;
    }
    .team-first-slider img{
        margin: 0 auto;
    }
    .team-second-slider {
        display: none !important;
    }
    .team-second-wrapper {
        width: 100%;
        padding: 0;
    }
    .team-first-slider {
        margin: 0 auto;
    }
    .team-slider-wrapper{
        padding: 30px 0 0 0;
    }
    .service-listing-info-left {
        width: 100%;
        padding: 0px;
    }

    .service-listing-info-right {
        width: 100%;
    }

    .service-listing-info {
        padding: 30px 0 0 0;
    }

    .service-listing-info-left h5 {
        text-align: center;
    }

    .service-listing-info-left ul li {width: 25%;}

    .get-a-quote-service a {
        margin: 0 auto;
        display: table;
    }

    .get-a-quote-service {padding-bottom: 40px;}
    .mb-50{
    margin-bottom: 30px !important;
}
}

@media only screen and (max-width: 767px){
    .ai-banner.dflex {
    flex-direction: column;
    padding-top: 120px;
}

.trusted-section.ai-trusted h3 {
    font-size: 20px;
}
.business-section {
    flex-direction: column;
}

.business-section .business-box {
    width: 100%;
    margin-top: 15px;
}
.smart-section ul li figure {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0 auto 10px;
}

.smart-section ul li h5 {
    font-size: 16px;
    margin: 0 auto 15px;
}

.smart-section ul {
    flex-wrap: wrap;
    gap: 0;
}

.smart-section ul li {
    width: 100%;
    text-align: center;
}
.smart-section ul li p {
    margin: 0 auto 20px;
}
.human-reuired ul {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.human-reuired ul h4 {
    font-size: 30px;
}
.communication-box {
    gap: 15px;
    flex-direction: column;
}

.communication-box .c-box {
    width: 100%;
}
.ai-banner-right {
    display: none;
}

.ai-banner-left {
    width: 100%;
    text-align: center;
}

.ai-banner-left h1 {
    font-size: 32px;
}

.ai-banner-left p {margin: 0 auto;}

.ai-banner-left .sw-btn {
    margin: 15px auto 0;
}
    .product-box {
    width: 100%;
}
.pt-mobile{
padding-top: 30px !important;
}
.logo-section {
    padding-top: 30px;
}
.product-box-section {
    gap: 20px;
}
.product-contact {
    flex-direction: column;
            padding: 30px;
}
.product-contact aside{
    padding-right: 0;
}
.product-contact .wpcf7{
    width: 100%;
    margin-top: 30px;
}
    .contact-map {
    flex-direction: column;
}
    .cloud-process ul li {
    width: 100%;
}
.blog-box {
    width: 100%;
}
.webdesign-process.it-process .process-box {
    gap: 0;
    max-width: 100%;
    text-align: center;
}

.webdesign-process.it-process .process-no {
    margin-bottom: -20px;
}

.webdesign-process.it-process .process-box .process-info {
    padding: 30px 15px 15px;
}
.it-consultation ul li {
    width: 100%;
}
    .cloud-service ul li {
    width: 100%;
    background-color: #fff !important;
}
.cloud-service ul li:nth-child(even) {
    background-color: #f39d2a !important;
}
.cloud-service ul li h3 {
    color: var(--textcolor) !important;
}

.cloud-service ul li p {
    color: var(--paracolor) !important;
}
.cloud-service ul li:nth-child(even) h3,
.cloud-service ul li:nth-child(even) p{
    color: #fff !important;
}
    .footer-bottom {
    gap: 15px;
    padding: 15px;
}
    .process-info {
    padding: 15px;
    width: 100%;
    transform: none;
}
.why-choose-market ul li {
    width: 100%;
}
.discuss-project a.sw-btn{
    width: 100%;
}
.process-box {
    max-width: 100%;
    flex-direction: column;
}

.webdesign-process ul li {
    padding: 0 !important;
}

.process-no {
    position: static;
}
    .web-app-service ul li {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 80%;
}
.webdesign-service ul li {
    width: 100%;
}
.web-app-service ul li:nth-child(even) {
    transform: none;
}
    .tablinks:hover p {
    color: #686868;
    opacity: 0.6;
  }
  .service-box {

    min-height: 345px;
}
  .archive ul.serviceboxes li {
    width: 100%;
}
    .service-listing-info-left ul {
    max-width: 340px;
    margin: 0 auto;
}
    .serviceboxes li {
    width: 100%;
}
    .swlogo img{
        max-width: 160px;
    }
    .bannerslides {
        height: 400px !important;
    }

    .bannerslides-infoinner h1 {
        font-size: 20px;
        line-height: 1.5;
    }

    .bannerslides-infoinner p {
        font-size: 15px;
        padding: 10px 0 0 0;
    }

    .bannerslides-infoinner a {
        height: 45px;
        line-height: 45px;
        font-size: 17px;
    }
    .swHomeBanner button.slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        left: 10px;
    }

    .swHomeBanner button.slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        right: 10px;
    }

    .bannerslides-info {
        padding: 40px 0 0 0;
    }
    .small-banner-content-info h1 {font-size: 30px;}
    .small-banner-content-info h4 {
        font-size: 17px;
        line-height: 1.5;
    }
    .small-banner-content {
        top: 50%;
    }
    .contact-info-wrapper-left ul li {
        width: 50%;
        padding-bottom: 40px;
    }
    .contact-us-leftInfo {
        padding: 15px 0 0 0;
    }
    .contact-info-wrapper-left ul li p a {
        padding: 4px 0 0 0;
    }
    .google-map iframe {
        height: 250px;
    }
    nav ul li a {
        padding: 35px 0 20px;
        font-size: 18px;
    }
     .cross-mobile span {
        width: 25px;
        height: 3px;
    }
    .cross-mobile{
        width: 45px;
        height: 45px;
    }
    .contact-info-wrapper.swpd-70 {
        padding-bottom: 20px;
    }
    .footer-list {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }
    .footer-list p {
        padding-bottom: 20px;
    }
    .footer-list.first-tag img {
        max-width: 200px !important;
    }
    .footer-bottom p {
        text-align: center;
        width: 100%;
        padding-bottom: 20px;
    }
    .footer-bottom ul {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .footer-list:last-child {
        padding-bottom: 0;
    }
    ul.swthreelisting li {
        width: 100%;
    }

    .swcounter_wrap ul li {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .swcounter_wrap ul {
        justify-content: center;
    }

    .swcounter_wrap h2 {
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    .swcounter_wrap ul li:last-child {
        padding-bottom: 0;
    }
    .testimonials-listingLeft {
        width: 100%;
    }

    .testimonials-listingRight {
        width: 100%;
        padding-left: 0;
    }

    .office-location ul li {
        width: 100%;
        padding-bottom: 30px;
    }

    .office-location ul li:nth-child(2) {
        padding-bottom: 0;
    }
    .swpd-70 {
        padding: 35px 0;
    }
    .swpd-70-top{
        padding-top: 35px;
    }
    .swpd-70-bottom{
        padding-bottom: 35px;
    }

    .our-offices {
        padding-bottom: 200px;
    }
    .up-arrow {
        bottom: 30px;
    }

    .up-arrow img {
        max-width: 50px;
    }
    h2 {
        font-size: 26px;
    }

    p {
        font-size: 14px;
    }

    .sw-top-head-right p {
        padding: 10px 0 0;
        line-height: 1.8;
    }

    h5 {
        font-size: 20px;
    }

    ul.swthreelisting li span {
        margin-bottom: 20px;
    }

    .swcounter_wrap h2 {
        font-size: 45px;
        padding-bottom: 3px;
    }

    h4 {
        font-size: 18px;
    }

    .swCta h4 {
        line-height: 1.6;
        padding: 6px 0 0 0;
    }

    .swCta h2 {
        line-height: 1.5;
    }

    .swCta a {
        height: 45px;
        line-height: 45px;
        margin: 25px 0 0 0;
    }

    ul.swthreelisting {
        margin: 30px 0 0;
    }

    .sw-top-head-right h4 {
        line-height: 1.6;
    }

    .office-location {
        padding-bottom: 50px;
    }
    .swHomeBanner button.slick-prev.slick-arrow, .swHomeBanner button.slick-next.slick-arrow{
        display: none !important;
    }
    .bannerslides-infoinner{
        padding: 0 8px;
    }
    .testimonials-listingLeft h6 {
        font-size: 16px;
    }
    .testimonials-listingLeft p {font-size: 13px;}
    .sw-process-listing li {
        width: 100%;
        padding-bottom: 40px;
    }

    .sw-process-listing li:nth-child(3) {
        padding-bottom: 30px;
    }

    .sw-process-listing ul {
        padding: 30px 0 0 0;
    }
    .service-listing-info-left ul li{
        width: 50%;
        padding-right: 10px;
    }
    .openings-listing {
        padding: 30px 0 0;
    }

    .open-list-left {
        width: 100%;
    }

    .open-list-right {
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
        padding: 20px 0 0 0;
    }
    .openings-listing ul {
        padding: 20px;
    }

    .open-list-left h4 span {
        display: block;
        padding: 3px 0 0 0;
    }
    .come-aboard {
        padding: 30px 0 40px;
    }
    .swsomework-list {
    flex-direction: column;
}
.protfilio-img-left {
    width: 100%;
}

.portfolio-content {
    width: 100%;
}

.portfolio-contentinner {
    text-align: center;
    padding: 15px;
}
.discuss-project{
        flex-direction: column;
    text-align: center;
}
.discuss-project h3{
    font-size: 26px;
}
.discuss-project-left {
    max-width: 100%;
}
  .tablinks p:before {
    display: none;
  }
  .tablinks:hover::before {
    height: 0;
  }
  .blog-sidebar {
    min-width: 0px;
    width: 100%;
}
.blog-single{
    flex-wrap: wrap;
}
.indusrries-serve button.slick-prev.slick-arrow {
    left: 0px;
}

.indusrries-serve button.slick-next.slick-arrow {
    right: 0px;
}
}
@media only screen and (max-width: 500px){
    .contact-info-wrapper-left ul li{
        width: 100%;
    }
    .contact-us-fields{
        width: 100%;
    }
    .small-banner-content{
        top: 59%;
    }
/*    .small-banner {
        height: 320px;
    }*/
    .small-banner-content-info h1{
        font-size: 24px;
    }
    .small-banner-content-info h4{
        font-size: 14px;
    }
    .quote-formFields {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .aboutTeam-info-left ul li {
        width: 100%;
    }
}
/*responsive*/