@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');

:root{
    --white-color: #fff;
    --pink-color: #FA00EF;
    --dark-blue: #14107C;
    --black-color: #313131;
}

h1, h2, h3, h4, h5, h6, p, ul{
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

a:focus{
    outline: 0;
}

.container{
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.mobileView{
    display: none;
}

.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.site-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    padding: 20px 0;
    transition: padding 0.5s ease, background-color 0.5s ease, top 0.5s ease;
}

.single-industries,
.page-id-33,
.single-post,
.blog,
.category{
    padding-top: 100px;
}

.site-header.scrolled{
    position: fixed;
    padding: 10px 0;
    background-color: var(--white-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s ease-in-out; 
}

@keyframes fadeIn {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.menuBtn{
    max-width: 1000px;
    width: 100%;
}

.custom-logo-link,
.custom-logo{
    display: block;
    transition: all ease-in-out 0.4s;
}

.custom-logo-black{
    display: none;
    transition: all ease-in-out 0.4s;
}

.site-branding a:hover img{
    transform: scale(1.02);
}

.main-navigation ul li a{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 60px;
    color: var(--white-color);
    margin: 0 15px;
    position: relative;
}

.single-industries .main-navigation ul li a,
.page-id-33 .main-navigation ul li a,
.single-post .main-navigation ul li a,
.blog .main-navigation ul li a,
.category  .main-navigation ul li a,
.site-header.scrolled .main-navigation ul li a{
    color: var(--black-color);
}

/* .main-navigation ul li a:after{
    content: "";
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all ease-in-out 0.4s;
}

.main-navigation ul li a:hover:after{
    width: 100%;
} */

.main-navigation ul li a:hover{
    color: var(--pink-color);
}

.main-navigation ul li a:focus{
    outline: 0;
}

.main-navigation ul li:first-child a{
    margin-left: 0;
}

ul#primary-menu li.menu-item-has-children::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #F30CE6;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
}

ul#primary-menu li.menu-item-has-children > a {
    margin-right: 25px;
}

ul.sub-menu {
    min-width: 415px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #d0cfcf;
    /* border-bottom: 2px solid #FA00EF; */
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);
    /* padding: 10px 0; */
    padding: 32px 25px;
    position: relative;
    display: block !important;
    transform: translate(-20%);
}

li:hover > ul.sub-menu , li.focus > ul.sub-menu{
    top: 100%;
}

#menu-item-27 .sub-menu {
    min-width: 260px;
}

/* .sub-menu::before {
    content: "";
    width: 0;
    height: 4px;
    background: var(--Linear, linear-gradient(90deg, #F30CE6 0%, #FC486A 100%));
    position: absolute;
    bottom: 100%;
    left: 0;
    transition: width ease-in-out 0.4s;
}

ul#primary-menu li#menu-item-27:hover .sub-menu::before {
    width: 70%;
}

ul#primary-menu li.menu-item-has-children:hover .sub-menu::before {
    width: 45%;
} */

ul#primary-menu .sub-menu li{
    display: block;
}

ul#primary-menu .sub-menu li a {
    /* padding: 6px 12px; */
    padding: 12px 0;
    border-radius: 10px;
    transition: all ease 0.5s;
    color: #000;
    line-height: 1.5;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: 400;
    /* margin: 0 15px; */
    margin: 0;
    position: relative;
}

ul#primary-menu .sub-menu li a:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  /* right: 20px; */
  margin: auto;
  margin-left: 10px;
  width: 22px;
  height: 11px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: all ease 0.5s;
}  

/* ul#primary-menu .sub-menu li a:after{
    display: none;
} */

ul#primary-menu > li:hover > a,
ul#primary-menu li a:hover,
ul#primary-menu li.current-menu-item a,
.slidemenu li a:hover,
.slidemenu li a.elementor-item-active {
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul#primary-menu ul.sub-menu li a:hover{
    padding: 12px 15px;
    background: rgba(250, 0, 238, 0.2);
    -webkit-text-fill-color: #000;
}

ul#primary-menu ul.sub-menu li a:hover:after{
    opacity: 1;
}

.rightblock {
    position: relative;
    overflow: hidden;
}

.rightblock a{
    width: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: var(--dark-blue);
    border-radius: 25px;
    text-decoration: none;
    transition: all ease 0.4s;
    position: relative; 
    overflow: hidden; 
    cursor: pointer;
}

.rightblock a:hover{
    gap: 25px;
}

.rightblock a .text{
    line-height: 44px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color) !important;
}

.rightblock a img{
    max-height: 15px;
    width: auto;
}

.rightblock a .text,
.rightblock a img {
    position: relative;
    z-index: 2; 
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
    z-index: 1;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

.site-footer{
    position: relative;
    padding: 55px 90px 25px;
    z-index: 1;
}

/* .site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/footerbd.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5; 
    z-index: -1; 
} */

.newsletterblock h3{
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    color: var(--black-color);
    line-height: 32px;
    font-weight: normal !important;
    padding-bottom: 10px;
}

.newsletterblock{
    max-width: 350px;
    width: 100%;
}

.newsletter{
    position: relative;
}

.newsletter input{
    line-height: 44px;
    width: 100%;
    border-radius: 10px;
    padding-left: 20px;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
}

.newsletter input.wpcf7-submit{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50px;
    font-size: 0px;
    background-color: transparent;
    border: 0;
    height: 50px;
    cursor: pointer;
}

.newsletter:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/send.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    pointer-events: none;
}

.wpcf7-spinner{
    display: none !important;
}

.newsletter .wpcf7-not-valid-tip{
    position: absolute;
}

.contactInfo{
    width: 230px;
}

.contactInfo ul li{
    padding-bottom: 10px;
}

.contactInfo ul li a{
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    color: var(--black-color);
    line-height: normal;
}

.contactInfo ul li a:hover{
    font-weight: 700;
    text-decoration: underline;
}

.contactInfo ul li i{
    font-size: 16px;
    color: #FA00EF;
    padding-right: 5px;
}

.footer_mid_content{
    max-width: 960px;
    width: 100%;
    padding: 46px 10px 26px;
    align-items: start;
    justify-content: start;
}

h4.widgetTitle{
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    padding-bottom: 20px;
}

/* .footermenu1{
    padding-right: 60px;
} */

.footermenu ul li a{
    display: block;
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding-bottom: 10px;
    transition: all ease-in-out 0.2s;
}

.footermenu ul li:last-child a{
    padding-bottom: 0;
}

.footermenu2 ul,
.footermenu3 ul{
    column-count: 2;
    column-gap: 30px; 
}

.footermenu2 ul li {
    break-inside: avoid;
    width: 260px;
}

.footermenu3 ul li{
    width: 120px;
}

#footer-menu-2::before,
#footer-menu-2::after {
  content: "";
  flex: 1;
}

/* .footermenu2 ul li:nth-child(5),
.footermenu3 ul li:nth-child(5) {
    margin-bottom: 100%; 
} */

/* .footermenu3{
    margin-left: -60px;
} */

.footermenu.footermenu4{
    width: 300px;
}

.footermenu.footermenu1{
     width: 100px;
}

.footer_mid{
    border-bottom: 1px solid var(--black-color);
}

.copyrightLink {
    padding-top: 15px;
}

.copyrightLink ul{
    text-align: center;
}

.copyrightLink ul li {
    display: inline-block;
    font-size: 12px;
    font-family: "Poppins", sans-serif !important;
    line-height: 13px;
    border-right: 1px solid var(--black-color);
    color: var(--black-color);
    padding:0 10px;
    margin: 4px 0;
}

.copyrightLink ul li a{
    color: var(--black-color) !important;
}

.footermenu ul li a:hover{
    color: var(--pink-color) !important;
    font-weight: 600;
}

.copyrightLink ul li:last-child{
    border-right: 0;
}

.copyrightLink ul li a:hover{
    color: var(--pink-color) !important;
}

.footer_bottom{
    position: relative;
}

ul.socialLink{
    position: absolute;
    top: 15px;
    right: 20px;
}

ul.socialLink li{
    display: inline-block;
    margin-left: 11px;
}

ul.socialLink li a{
    color: var(--black-color);
    font-size: 16px;
}

.logoBlock.owl-carousel .owl-item img{
    width: auto;
    margin: auto;
}

.logoSingle{
    padding: 0 15px;
}

.expertise-block{
    padding-left: 120px;
}

.expertise-block .tabBlock{
    width: 33%;
    /* padding-top: 55px; */
    padding-top: 80px;
    padding-right: 60px;
}

.expertise-block .contentBlock{
    width: 67%;
    background-color: #F8F8F8;
}

.tabBlock h3{
    color: #E2E2E2;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color:  #14107C;
    font-size: 67px;
    line-height: 68px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif !important;
    font-weight: 400;
    max-width: 300px;
    position: relative;
    margin-bottom: 20px;
}

.tabBlock h3 .shadow{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.tabBlock h3 .gradient{
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabBlock h3:after{
    content: "";
    position: absolute;
    bottom: 7px;
    left: calc(100% + 10px);
    width: 25px;
    height: 42px;
    background-image: url(../images/angel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.expertTab button{
    padding: 15px 22px;
    background: transparent;
    border: 0;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CBCBCB;
    border-radius: 0;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    font-family: "Poppins", sans-serif !important;
    cursor: pointer;
}

.expertTab button:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 22px;
    height: 11px;
    background-image: url(../images/arrowGray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.expertTab button:hover:after,
.expertTab button.active:after{
    background-image: url(../images/arrow.svg);
}

.expertTab button:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 0;
    background: transparent;
    transition: all ease-in-out 0.4s;
}

.expertTab button:hover:before,
.expertTab button.active:before{
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    height: 100%;
}

.expertTab button:first-child{
    border-top: 1px solid #CBCBCB;
}

.expertTab button:last-child{
    border-bottom: 0;
}

.expertContent{
    display: none;
}

.expertContent:first-child{
    display: block;
}

.aboutServices p,
.aboutIndustries p{
    padding-bottom: 20px;
}

.aboutServices p:last-child,
.aboutIndustries p:last-child{
    padding-bottom: 0;
}

.contentInnerBlock{
    background: #F9F9F9;
    cursor: pointer;
}

.contentInnerBlock div{
    width: 50%;
    overflow: hidden;
} 

.contentInnerBlock:hover img{
    transform: scale3d(1.1, 1.1, 1);
}

.contentInnerBlock img{
    display: block;
    transition: transform ease-in-out 0.5s;
    width: 100%;
}

.contentInnerBlock .textblock{
    padding: 30px;
}

.textblock h4{
    font-size: 25px;
    color: var(--black-color);
    line-height: 38px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    padding-bottom: 10px;
}

.textblock p{
    font-size: 18px;
    color: var(--black-color);
    line-height: 28px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    padding-bottom: 15px;
}

.textblock p:last-child{
    padding-bottom: 0;
}

a.learnBtn,
span.learnBtn{
    color: var(--pink-color) !important;
    line-height: 29px;
    font-size: 19px;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    position: relative;
    display: inline-block;
    max-width: 110px;
}

a.learnBtn:after,
span.learnBtn:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 10px);
    margin: auto;
    width: 22px;
    height: 11px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: left ease-in-out 0.4s;
}

a.learnBtn:hover:after,
span.learnBtn:hover:after{
    left: calc(100% + 20px);
}

.industries-block{
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.industries-block .swiper-slide{
    overflow: hidden;
}

.industrySingle {
    position: relative;
    cursor: pointer;
    border-right: 1px solid transparent;
}

.industrySingle .overlay{
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .64));
    top: 0;
    left: 0;
    z-index: 2;
    transition: all ease-in-out 0.3s;
}

.industrySingle:hover .overlay,
.industries-block .firstactiveitem .industrySingle .overlay{
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .8));
}

.industrySingle img{
    display: block;
    width: 100%;
    max-height: 740px;
}

.industrySingle .industryLink{
    position: absolute;
    top: 79%;
    left: 0;
    transition: all ease-in-out 0.5s;
    z-index: 9;
    padding: 100px 60px;
    width: 100%;
}

.industrySingle:hover .industryLink,
.industries-block .firstactiveitem .industrySingle .industryLink{
    top: 50%;
}

.industrySingle figcaption h4{
    font-family: "Poppins", sans-serif !important;
    color: var(--white-color);
    line-height: 41px;
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 10px;
}

.industrySingle figcaption p{
    font-family: "Poppins", sans-serif !important;
    color: var(--white-color);
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}

.getTouch{
    background: #EFEFEF;
    padding: 50px 120px;
}

.getTouch .leftBlock,
.getTouch .formBlock{
    width: 50%;
}

.formFlex p{
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}

.formFlex .wpcf7-form-control-wrap{
    width: calc(50% - 8px);
    position: relative;
}

.fullblock.formFlex .wpcf7-form-control-wrap{
    width: 100%;
}

.formFlex .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    font-size: 11px;
    position: absolute;
    top: 78%;
}

.formFlex.fullblock .wpcf7-not-valid-tip{
    display: none;
}

.formBlock .wpcf7-response-output{
    position: absolute;
    margin: 0 !important;
}


.formFlex .wpcf7-form-control-wrap input,
.formFlex .wpcf7-form-control-wrap textarea{
    width: 100%;
    border: 0;
    background: var(--white-color);
    border-radius: 0;
    height: 57px;
    margin-bottom: 15px;
    padding: 18px 25px;
    /* color: #CBCBCB; */
    color: #1E1D28;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    line-height: 21px;
    box-shadow: 0px 4px 20px 0px rgba(0, 11, 255, 0.05);
}

.formFlex .wpcf7-form-control-wrap input:focus,
.formFlex .wpcf7-form-control-wrap textarea:focus{
    outline: 0;
}

.formFlex .wpcf7-form-control-wrap textarea{
    height: 156px;
}

.formBlock .wpcf7-submit{
    border-radius: 50px;
    float: right;
    background: #14107C;
    padding: 8px 40px;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    cursor: pointer;
    border: 0;
}

.formBlock .wpcf7-submit:hover{
    background-color: var(--pink-color);
}

p.additonal{
    line-height: 44px;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
}

.buttonBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.getTouch h3,
.multicolorText h3{
    color: #E2E2E2;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #14107C;
    font-size: 67px;
    line-height: 68px;
    text-transform: uppercase;
    font-family: "Sansita", sans-serif !important;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
    /* font-style: italic; */
}

.getTouch h3 .shadow,
.multicolorText h3 .shadow{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.getTouch h3 .gradient,
.multicolorText h3 .gradient {
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.getTouch .leftBlock p{
    font-size: 16px;
    line-height: 32px;
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    max-width: 420px;
    margin-bottom: 50px;
}

.layerblock > div{
    width: 33.33%;
}

.layerblock .iamgeTextSlide{
    width: 66.67%;
}

.blubg{
    background: #003BD1;
}

.postBlock span.learnBtn{
    color: var(--white-color) !important;
    font-weight: 600;
}

.postBlock span.learnBtn:after{
    background-image: url(../images/warrow.svg);
}

.layerblock .iamgeTextSlide > div{
    width: 50%;
}

.postBlock .layerblock{
    /* background: #103174; */
    position: relative;
    cursor: pointer;
    align-items: unset;
}

.postBlock .imageblock,
.iamgetextblock{
    overflow: hidden;
}

.postBlock .imageblock img,
.iamgetextblock img{
    width: 100%;
    display: block;
    transition: transform ease-in-out 1s;
}

.postBlock .imageblock:hover img,
.iamgetextblock:hover img,
.iamgeTextSlide:hover img{
    transform: scale(1.2);
}

.postBlock .textblock{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .postBlock .firstBlock:after{
    content: "";
    width: 33.33%;
    height: 4px;
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    bottom: 0;
    left: 0;
    position: absolute;
} */

.postBlock .midBlock:after{
    content: "";
    /* width: 66.66%; */
    width: 33.33%;
    height: 4px;
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    bottom: 0;
    right: 0;
    position: absolute;
}

/* .postBlock .lastBlock:after{
    content: "";
    width: 33.33%;
    height: 4px;
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    bottom: 0;
    right: 0;
    position: absolute;
} */

.postBlock .lastBlock:before{
    content: "";
    width: 33.33%;
    height: 4px;
    background: linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 9;
}

.postBlock h4{
    font-family: "Poppins", sans-serif !important;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    padding-bottom: 10px;
}

.postBlock p{
    font-family: "Poppins", sans-serif !important;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 15px;
}

.postBlock a.learnBtn{
    width: 120px;
}

.textblock.iamgetextblock{
    position: relative;
    padding: 0;
}

.postBlock .textContent{
    padding: 0 60px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.iamgetextblock .textContent{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.textLink:hover h4{
    text-decoration: underline;
}

.textb h4,
.textb p,
.textb span.learnBtn{
    color: var(--black-color) !important;
}

.postBlock .textb span.learnBtn:after{
    background-image: url(../images/barrow.svg);
}

.shadowbg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.breadcrumb{
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--black-color);
}

.breadcrumb .currentpage,
.multiColor{
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.topBorder::after{
    width: 100%;
    height: 5px;
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.titleBlock{
    color: #FFF;
    font-family: "Sansita", sans-serif !important;
    font-size: 43px;
    font-weight: 400;
    line-height: 53px;
}

.titleBlock .gradient{
    background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonialsContent{
    padding-top: 60px;
}

.reviewItems .topContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.reviewItems .topContent img{
    max-width: 85px;
    border-radius: 50%;
    width: 100%;
    height: 85px;
}

.reviewItems{
    max-width: 375px;
    margin-left: 10px;
}

.reviewInfo{
    width: calc(100% - 85px);
    padding-left: 25px;
}

.reviewInfo h4{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
}

.reviewInfo p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    line-height: 25px;
}

.messageText{
    padding-top: 15px;
}

.messageText p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    line-height: 28px;
    position: relative;
}

.messageText p:before{
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    background-image: url(../images/a.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: -10px;
}

.quote{
    position: relative;
}

.quote:after{
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    background-image: url(../images/a.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.expertiseFeature .leftBlock,
.expertiseFeature .rightBlock{
    width: 50%;
}

.expertiseFeature{
    background: linear-gradient(180deg, #1E1D28 0%, #292644 48.44%, #1E1D28 100%);
}

.expertiseFeature .leftBlock{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.expertiseFeature .featuresSingle figcaption{
    max-width: 400px;
}

.expertiseFeature .featuresSingle{
    padding-bottom: 50px;
}

.expertiseFeature .featuresSingle:last-child{
    padding-bottom: 0;
}

.expertiseFeature .featuresSingle h5{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 5px;
}

.expertiseFeature .featuresSingle p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.expertiseFeature .featuresSingle img{
    display: block;
    margin-right: 50px;
}

.topfeaturesblock div,
.bottomfeaturesblock div{
    width: 50%;
}

.expertiseFeature .rightBlock{
    background-color: var(--white-color);
}

.rightBlock .textblock{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.rightBlock .imageblock img{
    display: block;
    width: 100%;
}

.rightBlock .textblock h5{
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 15px;
}

.rightBlock .textblock p{
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    line-height: 27px;
}

.focusBtn a:focus{
    outline: 0;
}

.topProjects{
    max-width: 1260px;
    margin: auto;
}

.topProjects .bigSingle,
.topProjects .smallmulti,
.smallmultibottom a,
.topPost .bigSingle,
.topPost .smallmulti{
    width: 50%;
}

.smallmultibottom a{
    display: block;
}

.topProjects .bigSingle{
    padding-right: 5px;
}

.topProjects .smallmulti{
    padding-left: 5px;
}

.topPost .bigSingle{
    padding-right: 10px;
}

.topPost .smallmulti{
    padding-left: 10px;
}

.topProjects .bigSingle img,
.topProjects .smallmulti img,
.topPost .bigSingle img,
.topPost .smallmulti img{
    width: 100%;
    object-fit: cover;
    display: block;
}

.topPost .smallmulti img{
    height: 225px;
}

.topPost .bigSingle img{
    height: 460px;
}

.topProjects .bigSingle figure,
.topProjects .smallmulti figure,
.topPost .bigSingle figure,
.topPost .smallmulti figure{
    position: relative;
}

.topProjects .bigSingle figure,
.topProjects .smallmulti figure{
    border-radius: 10px;
    overflow: hidden;
}

.topProjects figure:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
}

.topProjects .bigSingle figcaption,
.topProjects .smallmulti figcaption,
.topPost .bigSingle figcaption,
.topPost .smallmulti figcaption{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 99;
}

.topProjects figcaption ul li{
    display: inline-block;
    color: var(--pink-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.topProjects figcaption ul li:after{
    content: "/";
    padding: 0 3px 0 5px;
}

.topProjects figcaption ul li:last-child:after{
    display: none;
}

.topProjects figcaption h3{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
}

.topProjects .smallmulti figcaption h3{
    font-size: 24px;
    line-height: 40px;
}

.topProjects figcaption p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.topProjects .smallmultitop figure{
    max-height: 287px;
    margin-bottom: 5px !important;
}

.topPost .smallmultitop figure{
    max-height: 226px;
    margin-bottom: 10px;
}

.topProjects .smallmultibottom a{
    max-width: calc(50% - 5px);
    margin-top: 5px;
}

.topProjects img{
    position: relative;
    display: block;
}

.topPost .smallmultibottom a{
    max-width: calc(50% - 5px);
    margin-top: 10px;
}

.postblog h4 {
    color: var(--black-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 33px;
    line-height: 50px;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
}

.postblog ul{
    padding-left: 25px;
}

.postblog ul li{
    list-style-type: disc;
    padding-bottom: 10px;
}

.postblog ul li:last-child{
    padding-bottom: 0;
}

.post-slide a{
    display: block;
    cursor: pointer;
}

.elementor .post-slide img{
    height: 310px;
    object-fit: cover;
}

.post-slide figure{
    position: relative;
    overflow: hidden;
}

.post-slide figure:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9;
}

.post-slide figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 99;
}

.post-slide figcaption h3{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.post-slide figcaption p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    line-clamp: 2;
}

.topPost figcaption h3{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 10px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 54px;
}

.topPost figcaption p{
    color: var(--white-color);
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
    text-overflow: ellipsis; 
    -webkit-line-clamp: 2; 
    line-clamp: 2;
}

.topPost figure:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9;
}

.whats_icon {
    display: grid;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 1;
    text-decoration: none;
}

.whats_icon .bg-whats {
    background-color: #4FCE5D;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-size: 30px;
    position: relative;
    margin: 0 auto;
}

.blogPoint{
    pointer-events: none;
}

.blogLoop:hover span.learnBtn::after {
    left: calc(100% + 20px);
}


@media(max-width: 1280px){
    .site-header{
        padding: 15px;
    }

    .reviewItems{
        padding-left: 10px;
    }

    .expertise-block .tabBlock{
        padding-top: 0;
    }

    .postBlock .textContent{
        padding: 10px 30px;
    }
}

@media(max-width: 1200px){
    .menuBtn {
        max-width: 900px;
    }

    .expertise-block {
        padding-left: 20px;
    }

    .expertise-block .tabBlock{
        padding-right: 20px;
    }

    .industrySingle .industryLink{
        top: 82%;
        padding: 60px 40px;
    }

    .postBlock h4{
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 1024px) {
    .menuBtn {
      max-width: 750px;
    }

    .expertise-block.flex{
        display: block;
        padding: 35px 0 0;
    }

    .expertise-block .tabBlock{
        width: 100%;
        padding-right: 0;
    }

    .tabBlock h3 {
        max-width: 100%;
        padding: 0 20px;
    }

    .tabBlock h3::after{
        left: 73%;
    }

    .expertTab.tab{
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
    }

    .expertTab.tab::-webkit-scrollbar {
        height: 0;
    }

    /* Track */
    .expertTab.tab::-webkit-scrollbar-track {
        background: red; 
    }
    
    /* Handle */
    .expertTab.tab::-webkit-scrollbar-thumb {
        background: #888;
    }
    
    /* Handle on hover */
    .expertTab.tab::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .expertTab button::after {
        display: none;
    }

    .expertTab button:first-child {
        border-top: 0;  
    }

    .expertTab button::before {
        top: unset;
        right: 0;
        height: 3px;
        width: 100%;
        z-index: -1;
    }

    .expertTab button.active,
    .expertTab button:hover{
        color: var(--white-color);
    }

    .expertise-block .contentBlock{
        width: 100%;
    }

    #industries-block{
        max-height: 550px;
    }

    .industrySingle .industryLink {
        top: 60%;
    }

    .industrySingle:hover .industryLink, 
    .industries-block .firstactiveitem .industrySingle .industryLink {
        top: 35%;
    }

    .layerblock .iamgeTextSlide {
        width: 100%;
    }

    .layerblock > div{
        width: 100%;
        max-height: 400px;
    }

    .postBlock .firstBlock::after,
    .postBlock .midBlock::after,
    .postBlock .lastBlock::after{
        width: 100%;
    }

    .postBlock .lastBlock::before{
        width: 0;
    }

    .postBlock .imageblock img, .iamgetextblock img{
        object-fit: cover;
        height: 100%;
    }

    .getTouch{
        padding: 40px;
    }

    p.additonal{
        line-height: 22px;
    }

    .site-footer{
        padding: 40px 30px 25px;
    }

    .expertiseFeature .leftBlock, 
    .expertiseFeature .rightBlock {
        width: 100%;
    }

    .topProjects .bigSingle, 
    .topProjects .smallmulti,
    .topPost .bigSingle, 
    .topPost .smallmulti{
        width: 100%;
    }

    .topProjects .bigSingle,
    .topPost .bigSingle{
        padding-right: 0;
        padding-bottom: 20px;
    }

    .topProjects .smallmulti, 
    .topPost .smallmulti{
        padding-left: 0;
    }

    .smallmultitop{
        padding-bottom: 20px;
    }

    .blogmenu ul{
        justify-content: center;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #cbcbcb;
    }

    .blogmenu ul li a{
        font-family: "Poppins", sans-serif !important;
        font-size: 20px;
        line-height: 30px;
        padding: 10px 25px;
        color: #cbcbcb;
        display: block;
        position: relative;
    }

    .blogmenu ul li a:after{
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        height: 2px;
        background: transparent;
        position: absolute;
    }

    .blogmenu ul li.current_page_item a,
    .blogmenu ul li a:hover{
        background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .blogmenu ul li a:hover:after,
    .blogmenu ul li.current_page_item a:after{
        background: var(--Gradient, linear-gradient(90deg, #FA00EF 0%, #FF4E65 100%));
    }


}

@media(max-width: 900px){
    .desktopView,
    .site-header.activeView .regularView{
        display: none;
    }

    .mobileView,
    .site-header.activeView .menulogoView{
        display: block;
    }

    .site-header {
        padding: 15px 25px;
    }

    .site-branding{
        max-width: 150px;
        z-index: 999;
    }

    ul.sub-menu{
        display: none !important;
        padding: 0;
        border: 0;
        box-shadow: none;
        transform: translate(0);
    }

    .menulogoView{
        display: none;
    }

    #menuToggle{
        background-color: var(--white-color);
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        padding: 125px 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        transition: left ease-in-out 0.4s;
    }

    #menuToggle.activeView{
        left: 0;
        z-index: 9;
    }

    .toggler{
        cursor: pointer;
    }

    .toggler span{
        display: flex;
        width: 30px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                    opacity 0.55s ease;
    }

    .toggler.activeView span,
    .toggler.blackColor span{
        background: var(--black-color);
        transition: all ease-in-out 0.5s;
    }

    .toggler.activeView span:last-child{
        transform: rotate(-45deg) translate(0px, -2px);
    }

    .toggler.activeView span:nth-child(2){
        opacity: 0;
    }

    .toggler.activeView span:first-child{
        transform: rotate(45deg) translate(3px, 1px);
    }

    .toggler.activeView{
        position: relative;
        z-index: 99;
    }

    .mobileView.scrolled .regularView{
        display: none;
    }

    .mobileView.scrolled .menulogoView{
        display: block;
        position: relative;
        z-index: 999;
    }

    .mobileView.scrolled .menulogoView .custom-logo{
        display: block !important;
    }

    .site-header.scrolled{
        padding: 15px 25px;
    }

    .site-header.scrolled .toggler span{
        background-color: #000;
    }

    .mainMenu{
        padding-bottom: 30px;
    }

    .menu li{
        position: relative;
    }

    .menu li a{
        font-size: 25px;
        /* line-height: 70px; */
        line-height: 50px;
        color: var(--black-color);
        display: block;
        width: 100%;
    }

    ul#primary-menu li.menu-item-has-children::after{
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #F30CE6;
        bottom: unset;
        top: 32px;
    }

    .dropDown .sub-menu{
        display: block !important;
        margin-left: 0;
        background: #fff;
        border-bottom: 0;
        box-shadow: unset;
    }

    .sub-menu::before{
        display: none;
    }

    body.activeView{
        overflow: hidden;
    }

    .getTouch .leftBlock, .getTouch .formBlock {
        width: 100%;
    }

    .tabBlock h3::after {
        display: none;
    }

    .getTouch .leftBlock p{
        margin-bottom: 20px;
    }

    .footer_logo .custom-logo{
        margin: auto;
    }

    .footer_logo{
        margin-bottom: 25px;
    }

    .newsletterblock {
        max-width: 100%;
        margin-bottom: 35px;
    }

    ul.socialLink {
        position: unset;
        margin-bottom: 40px;
    }

    .footer_top{
        padding-bottom: 30px;
        align-items: start;
        gap: 20px;
    }

    .footermenu2 ul, .footermenu3 ul {
        column-count: unset;
        column-gap: 0;
    }

    .footermenu2 ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .footermenu3 {
        margin-left: 0;
    }

    .footer_bottom{
        border-top: 1px solid var(--black-color);
    }
    
    .getTouch {
        padding: 35px 25px;
    }

    .single-industries, .page-id-33, .single-post, .blog, .category {
        padding-top: 84px;
    }

}

@media(max-width: 767px){
    .blogLoop .e-con-boxed {
        max-width: 65%;
        right: 0;
        margin: auto;
    }

    .footermenu2 ul li{
        width: 230px;
    }

}

@media(max-width: 600px){
    .contentInnerBlock div{
        width: 100%;
    }

    .bottomblock.contentInnerBlock .imageblock{
        order: 2;
        display: none;
    }

    .bottomblock.contentInnerBlock .textblock{
        order: 1;
    }

    .industrySingle .industryLink {
        top: 68%;
    }

    .layerblock .iamgeTextSlide > div {
        width: 100%;
    }

    .postBlock .textContent {
        padding: 35px 25px;
    }

    .layerblock > div{
        max-height: unset;
    }

    .site-footer {
        padding: 40px 20px 25px;
    }

    .tabBlock h3,
    .getTouch h3, 
    .multicolorText h3{
        font-size: 55px;
        line-height: 55px;
    }

    .formFlex .wpcf7-form-control-wrap {
        width: 100%;
    }

    /* .formBlock .wpcf7-submit{
        float: unset;
        margin-top: 50px;
    } */

    /* p.additonal {
        position: relative;
        top: -100px;
    } */
    
    .footermenu ul li a{
        font-size: 13px;
    }

    .footermenu1 {
        padding-right: 10px;
    }

    .topfeaturesblock div, 
    .bottomfeaturesblock div {
        width: 100%;
    }

    .expertiseFeature .rightBlock {
        padding: 35px 25px;
    }

    .topfeaturesblock .textblock{
        order: 2;
        border: 1px solid #CBCBCB;
    }

    .topfeaturesblock .imageblock{
        order: 1;
    }

    .topfeaturesblock{
        margin-bottom: 30px;
    }

    .bottomfeaturesblock .textblock{
        border: 1px solid #CBCBCB;
    }

    .topProjects .smallmultibottom a {
        max-width: 100%;
        margin-top: 0;
        width: 100%;
    }

    .topProjects .smallmultibottom a:first-child{
        margin-bottom: 20px;
    }

    .blogLoop .e-con-boxed {
        max-width: 80%;
    }

    .postblog h4{
        font-size: 20px;
        line-height: 30px;
    }

    .postBlock .firstBlock > .imageblock{
        display: none;
    }

    .postBlock .midBlock .imageblock{
        order: 3;
    }

    .postBlock .midBlock .iamgetextblock.shadowbg{
        order: 1;
    }

    .postBlock .midBlock .iamgetextblock.textb{
        order: 2;
    }
}

@media(max-width: 500px){
    .expertiseFeature .leftBlock{
        padding: 35px 25px;
    }

    .featuresSingle .flex{
        justify-content: center;
    }

    .expertiseFeature .featuresSingle img{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .expertiseFeature .featuresSingle figcaption{
        text-align: center;
    }

    .expertiseFeature .featuresSingle p{
        line-height: 28px;
    }

    .expertiseFeature .featuresSingle{
        padding-bottom: 30px;
    }

    .blogLoop .e-con-boxed {
        max-width: 100%;
    }

    .blogmenu ul {
        justify-content: start;
        overflow-x: scroll;
    }

    .blogmenu ul::-webkit-scrollbar{
        height: 0;
    }
    
    .blogmenu ul::-webkit-scrollbar-thumb {
        background-color: #888; 
        border-radius: 4px; 
    }

    .blogmenu ul::-webkit-scrollbar-thumb:hover {
        background-color: #555; 
    }

    .multicolorText h3{
        margin-bottom: 0;
    }

    .iamgetextblock{
        min-height: 340px;
    }

    .iamgetextblock img{
        height: 100% !important;
    }

    .buttonBlock{
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 430px) {
    #menuToggle{
        padding: 100px 20px;
    }
}

/* New Footer */
.newletterblockN{
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.fncontent{
    max-width: 600px;
    margin: auto;
}

.fncontent h3{
    text-align: center;
    font-size: 34px;
    line-height: 60px;
}

.fncontent p{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}

.newletterblockN .newsletter p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    max-width: 500px;
    margin: auto;
}

.newsletter input.wpcf7-email:focus{
    outline: 0;
}

.newletterblockN .newsletter input.wpcf7-email{
    line-height: 32px;
    border-radius: 5px;
}

.newletterblockN .newsletter input.wpcf7-submit{
    position: unset;
    max-width: 130px;
    font-size: 16px;
    line-height: 20px;
    background-color: var(--black-color);
    border-radius: 5px;
    color: #ffF;
    height: 40px;
    width: 100%;
}

.newletterblockN .wpcf7-form-control-wrap{
    width: 100%;
}

.fncontent .wpcf7-response-output{
    display: none !important;
}

.newletterblockN .newsletter::after {
    display: none;
}

.fmenuBlock{
    padding: 50px 0;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.midBottomblock{
    padding: 20px 0;
}

.menuBlockC{
    max-width: 1350px;
    margin: auto;
    align-items: start;
    gap: 30px;
}

.midBottomblockC,
.copyrightC{
    max-width: 1350px;
    margin: auto;
}

.fcustom-logo{
    max-width: 125px;
}

.fsocialLink{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.fsocialLink a{
    font-size: 20px;
}

.copyrightC .copyrightLink li:first-child{
    padding-left: 0;
}

.copyrightC .copyrightLink li:last-child{
    padding-right: 0;
}

/* Ffor Autofill Color */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: var(--white-color) !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #1E1D28 !important;
}


.serviceBtn .elementor-button-content-wrapper{
    transition: all ease-in-out 0.3s;
}

.serviceBtn .elementor-button:hover .elementor-button-content-wrapper{
    gap: 17px !important;
}