@charset "utf-8";

/* CSS Document */

/*====================		 font css start 		==================== */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*==================== 		font css end 	====================*/

/*////////////////////////////////////////

// General Css

///////////////////////////////////////*/



html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;    
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  margin: 0;
  padding: 0;
  font-size: 22px;
  background: #ffffff;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;  
  overflow-x: hidden;
  color: #000;
  font-family: 'Poppins';
}

div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside, canvas, section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style-type: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.parent-wrap {
    width: 100%;
    height: 100%;
    display: table;
}

.child-wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

img {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: antialiased; 
}



h1 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 75px;
    line-height: 1.4;
}
h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 62px;
    line-height: 1.4;
}
h3 {
    font-size: 35px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1.4;
}
p, li, li a {
    font-size: 16px;
    line-height: 1.6;
    color: #5d5d5d;
    font-family: 'Poppins';
    font-weight: normal;
}


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


ul {
  margin-bottom: 0px ;
}

input, textarea{
  font-size: 16px;
  font-weight: 400;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
    font-family: 'Poppins';
}

::-moz-placeholder { /* Firefox 19+ */
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
    font-family: 'Poppins';
}

:-ms-input-placeholder { /* IE 10+ */
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
    font-family: 'Poppins';
}

:-moz-placeholder { /* Firefox 18- */
	color: #ffffff;
	font-weight: 400;	
	font-size: 18px;
    font-family: 'Poppins';
}

::selection {
  background: #1F1F1F;
  color: #fff;
}

::-moz-selection {
 background: #1F1F1F;
 color:#fff;
}

::-webkit-selection {
 background: #1F1F1F;
 color:#fff;
}

::-o-selection {
 background: #1F1F1F;
 color:#fff;
}

::-ms-selection {
 background: #1F1F1F;
 color:#fff;
}


.dFlx{
  display: -webkit-box;   
  display: -moz-box;   
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex;  
}


.btn {
    background: #00BFFF;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins';
    text-align: center;
    padding: 17px 53px;
    text-transform: uppercase;
    min-width: 210px;
    transition: all 0.5s ease-in-out;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
    

.btn-small{
  width: 104px;
  height: 44px;
  line-height: 42px;
}

.btn-fade{
  color: #d2d2c9;
  border: 2px solid #d2d2c9;  
}

.btn-bold{
  color: #000;
  border: 2px solid #000;  
}

.btn:hover{
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transform: scale(1.03, 1.03);
  /*background: #fff;
  color:#282828;*/
}

.btn-banner:hover{
  background: #fff;
  color: #000;
}

.btn-fade:hover {
    background: #d2d2c9;
    color: #000;
}

.btn-bold:hover {
    background-color: #fff;
    border: 2px solid #fff;
}


a{
  text-decoration: none;
  color: #252324;
  outline: none;
  font-weight: 300;
  font-size:14px;
}

a:hover {
    text-decoration: none;
}

.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}

.pt-90{
  padding-top: 90px;
}
.pt-100{
	padding-top: 100px;
}
.pb-140{
	padding-bottom: 140px;
}
.pb-90{
  padding-bottom: 90px;
}
.pt-140{
  padding-top: 140px;
}
.pt-60{
  padding-top: 60px;
}
.pb-60{
  padding-bottom: 60px;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px;
}
.pt-120{
	padding-top:120px;
}
.pb-100{
	padding-bottom:100px;
}
.pt-130{
	padding-top: 130px;
}
.pb-130{
	padding-bottom: 130px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-190{
    padding-bottom: 190px;
}

.pt-150{
    padding-top: 150px;
}

.pb-420{
    padding-bottom: 420px;
}

.pt-50{
    padding-top: 50px;
}

.pb-160{
    padding-bottom: 160px;
}

.pb-110{
    padding-bottom: 110px;
}

.pb-180{
    padding-bottom: 180px;
}

.pt-160{
    padding-top: 160px;
}

.no-gutters{
  margin: 0;
  padding: 0;
}

strong {
    font-weight: bold !important;
}


/*////////////////////////////////////////////////////////////////////////       Custom css       ////////////////////////////////////////////////////////////////*/


/* Animation */



@keyframes fadeInUp {

    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }

}


@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


/*==================== custom css start from begin ====================*/

.container{
  max-width: 1170px;
  margin:auto;
  box-sizing: border-box;
  padding: 0 15px;
}



/*======== Header css start ========*/

.headrTp .logoWrp{
  display: none;
}
.mobile-menu-head{
  display: none;
}
.menu-wrp{
  width: 100%;
}
.menu-wrp .main-menu{
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}
.headrTp .container{
  height: 100%;
}
.headrTp .navi-wrp{
  height: 100%; 
  align-items: center;
  justify-content: space-between;
}

.main-menu li a{
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.main-menu .active a:after {
    transform: scaleX(100%);    
}
.main-menu a::after {
    content: "";
    position: absolute;
    width: 50%;
    min-width: 32px;
    height: 2px;
    background: #00BFFF;
    transform: scaleX(0);
    transform-origin: 0;
    bottom: -10px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.main-menu li a:hover:after {
  transform: scaleX(100%);
}

.headrTp{
  background: #000;
  height: 80px;
  position: relative;
  z-index: 9;
}

.Desktoplogo{
  height: 140px;
  justify-content: center;  
  align-items: center;
}

.headrBtm{
    background: #fff;
}

.main-menu li{
    position: relative;
}

.main-menu li .sub-menu {
    position: absolute;
    padding-top: 26px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.35s ease;
    transform-origin: top center;
    z-index: 999;
}
.main-menu li .sub-menu li a {
    padding: 15px 40px;
    display: block;
    border-bottom: 1px solid #fff;
    background: #8A2BE2;
    box-sizing: border-box;
    display: block;
}
.main-menu li .sub-menu li:hover a{
    background: #00BFFF;
}
.main-menu li .sub-menu li a::after{
    display: none;
}



/* Show on hover */
.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* Individual items animation */
.main-menu li .sub-menu li {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* Stagger effect */
.main-menu li:hover .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}



/*======== Header css End ========*/

/*======== Footer css start ========*/

.MainFooter{
  background: #313032;
  position: relative;
  z-index:5;
}
.footerTopInr{
  justify-content: space-between;
  padding: 45px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.footerTopInr::after {
    position: absolute;
    content: '';
    height: 200px;
    width: 200px;
    transform: skewX(-30deg);
    top: 0;
    right: 50%;
    background: #fff;    
}
.footerBtm{
  padding: 15px 0;
  box-sizing: border-box;
}
.footerTopRght h3{
  color: #fff;
  text-transform: uppercase;
}
.footerBtm p{
  color: #fff;
  font-size: 15px;
}
footer .productNav li a{
  color: #fff;
  font-size: 15px;
}
footer .productNav li a:hover{
  color: #00BFFF;
}
footer .productNav li{
  position: relative;
  padding: 0 22px;
  box-sizing: border-box;
}
footer .productNav li:after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #ffffff;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}
footer .productNav li:last-child:after{
  display: none;
}
footer .productNav li:first-child{
  padding-left: 0;
}
.footerTopRght .productNav {
  margin-top: 10px;
}
.termsNav ul li a {
    font-size: 15px;
    color: #000000;    
}
.termsNav ul li a:hover{
    color: #00BFFF;
}

.terms-nav ul li:after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #000000;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}
.termsNav ul li{
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
.termsNav ul li:after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #000000;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}
.termsNav ul li:last-child:after{
  display: none;
}
.termsNav ul li:first-child{
  padding-left: 0;
}

.termsNav{
  margin-top: 15px;
  position: relative;
  z-index: 5;
}

.footerTop{
  position: relative;  
}

.footerTop::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: 45%;
}

.footerStyle1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 8;  
}

.footerBtmInr{
  display: flex;
  justify-content: space-between;
}

.PrivacyTerms li a{
  color: #fff;
  font-size: 15px;
}
.PrivacyTerms li a:hover{
  color: #00BFFF;
}
.PrivacyTerms li{
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
.PrivacyTerms li:after {
    content: "";
    position: absolute;
    display: block;
    border-right: 1px solid #ffffff;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}
.PrivacyTerms li:last-child:after{
  display: none;
}
footer {
  width: 100%;
}


/*======== Footer css End ========*/



/* Page background */


.homeLayout{
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.overlayContainer{
    max-width: 1920px;
    margin: auto;
    overflow-x: clip;
}


/* Wrapper */
.HomeHeroSec {
  position: relative;
  width: 100%;
  height: 1780px;
  background: #fff;
  overflow-x: clip;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;    
}

/* LEFT DIAGONAL COMMON */


/* LEFT DIAGONAL 1 */
.left-diagonal.one {
    z-index: 2;
    width: 1035px;
    height: 860px;
    position: absolute;
    background: #8A2BE2;
    transform: rotate(45deg);
    left: -13%;
    top: -21%;
}

/* LEFT DIAGONAL 2 */
.left-diagonal.two {  
  top: 450px;
  /*left: 0;*/
  position: relative;
  left: -11%;
}

/* RIGHT DIAGONAL */
.shape-right {
  position: relative; 
  z-index: 1;    
}

/* BOTTOM SHAPE */

.bottom-shape {
    position: relative;
    /*top: 198px;*/
    left: -114px;
    top: 38px;
}

.bottom-shape .lines{
    position: absolute;
    z-index: 3;
    right: 270px;
    bottom: -200px;
}

.btmSec{  
  position: relative;
  z-index: 8;
  background: #fff;  
  overflow: hidden;
}


.left-diagonal.one .lineImg {
    width: 644px;
    height: 848px;
    position: absolute;
    z-index: 3;
    transform: rotate(-45deg);
    left: 294px;
    top: 71px;
}


/*======== heroSlider start ========*/

 .heroSlider {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.heroSlider .itemNew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.heroSlider .slick-list {
    height: 100%;
}
.heroSlider .slick-list .slick-track {
    height: 100%;
}

.heroSlider .slick-slide > div, 
.heroSlider .itemNew{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroSlider .slick-dots {
    bottom: unset;
    top: 100px;
    right: 250px;
    width: fit-content;

    display: flex;
    width: 10px;
    flex-direction: column;
    row-gap: 3px;
    text-align: right;
    z-index: 6;
}

.heroSlider .slick-dots li button {
    border: 1px solid #000000;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.heroSlider .slick-dots li button:before {
  color: #000000;
  opacity: 0;
  left: -3.5px;
  font-size: 7px;
  line-height: 15px;
}
.heroSlider .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*======== heroSlider end ========*/

.smallH1 {
    font-size: 35px;
}

.homeContact h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
}


.form-wrapper h2{
    color: #fff;   
}

.shape-right .content{
    text-align: right;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
    z-index: 3;
    max-width: 500px;
    margin-left: auto;
}

.shape-right .content .description{
    max-width: 450px;
}
.powerCommunicationBlock {
    width: 1700px;
    height: 1700px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    zoom: 1;
    z-index: 2;
}
.shape-right .content .description p {
    color: #5d5d5d;
    margin-top: 25px;
}


.left-diagonal.two .productSquare {
    width: 1300px;
    height: 1300px;
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    top: -129px;
    left: -38%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.left-diagonal.two .content {
    position: relative;
    z-index: 99;
    max-width: 500px;
    top: 346px;
    min-height: 232px;
}
.left-diagonal.two .content .list {
    margin-top: 25px;
}
.left-diagonal.two .content .list li {
    list-style-type: none;
    position: relative;
    padding: 5px 0 5px 25px;
}
.left-diagonal.two .content .list li:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.left-diagonal.two .content .list li a {
    font-family: 'Poppins';
    font-size: 26px;
    font-weight: normal;
    line-height: 36px;
    color: #000000;
}
.left-diagonal.two .content .list li a:hover{
    color: #00BFFF;
}

.bottom-shape .networkModelWrp{
    margin: 0 auto;
    max-width: 850px;
}

.bottom-shape .mobile-product{
    display: none;
}

.network-model-slider .slick-dots {
  /*left: 126px;
  width: fit-content;*/

    left: 50%;
    width: fit-content;
    position: absolute;
    bottom: 34%;
    transform: translateX(-50%);
}
.network-model-slider .slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.network-model-slider .slick-dots li button:before {
  color: #ffffff;
  opacity: 0;
  left: -3.5px;
  font-size: 7px;
  line-height: 15px;
}
.network-model-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}



.black-triangle{
    position: absolute;
    top: -50px;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 955px solid #000;
}


.bottom-shape p,
.bottom-shape h2, 
.bottom-shape h1, 
.bottom-shape h3, 
.bottom-shape h4{
    color: #fff;
}

.bottom-shape .content{
    position: relative;
    z-index: 3;
    max-width: 800px;
    margin: 0 auto;
}




.frmWrp input[type="text"],
.frmWrp input[type="email"],
.frmWrp input[type="tel"],
.frmWrp input[type="number"],
.frmWrp textarea {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 6px;
    min-height: 65px;
    text-indent: 28px;
    width: 100%;
    color: #ffffff;
    font-size: 18px;

}
.frmWrp textarea{
    height: 150px;
    resize: none;
    padding: 20px 0;
    box-sizing: border-box;
}


.frmWrp input[type="submit"] {
    cursor: pointer;    
    background: #00BFFF;
    border-radius: 6px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Poppins';
    text-align: center;
    padding: 15px 53px;
    text-transform: uppercase;
    min-width: 210px;
    transition: all 0.5s ease-in-out;
}


.homeContact .contact {
    position: absolute;
    width: 100%;
    z-index: 6;
}

.homeContact .contact .content {
    max-width: 43%;
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.homeContactSliderWrap .home-contact-slider {
    position: absolute;
    right: 0;
    width: fit-content;
    max-width: 464px;
    margin-top: 50px;
}

.home-contact-slider .slick-dots {
    right: -32px;
    top: 0;
    width: fit-content;
     display: flex;
    width: 10px;
    flex-direction: column;
    row-gap: 3px;
    text-align: right;
    z-index: 6;
}

.home-contact-slider .slick-dots li button {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.home-contact-slider .slick-dots li button:before {
  color: #ffffff;
  opacity: 0;
  left: -3.5px;
  font-size: 7px;
  line-height: 15px;
}
.home-contact-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}



.homeContact .contact .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.homeContact .contact .content h2, 
.homeContact .contact .content p,
.homeContact .contact .content h3 {
    color: #ffffff;
}

.homeContact .story .content {
    max-width: 375px;
    padding-top: 120px;
}

.homeContact .purpleShade {
    display: block;
    text-align: right;
    position: relative;
    z-index: 0;
}

.homeContact .purpleShade img{
    display: block;
    margin-left: auto;
}

.homeContact .story {
    position: absolute;
    width: 100%;
    z-index: 1;    
}

.homeContact .story .content .txt p {
    margin-bottom: 25px;
}

.homeContact .contact .form-wrapper {
    position: absolute;
    width: 100%;
    top: 550px;
}

.homeContact .contact .form-wrapper .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.homeContact .btmGraphics{
    position: relative;
    top: 480px;
    will-change: transform;
}


.homeContact .btmGraphics .form-bg-graphics {
    position: absolute;
    left: 40.5%;
    top: -295px;
    z-index: 6;
}

.homeContact .btmGraphics .form-bg {
    position: absolute;
    bottom: -438px;
    z-index: -2;
    width: 0;
    height: 0;
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
    border-bottom: 1080px solid #000;
}

.homeContact .frmWrp .form-row {
    margin: 15px 0;
}

.homeContact .frmWrp form {    
    max-width: 582px;
    width: 100%;
    margin: auto;
    margin-top: 35px;
}


.bottom-shape .description p{
    margin: 35px 0 35px 0;
}

.form-wrapper.frmWrp .wpcf7.js{
    width: 100%;
    margin: auto;
}


/*============  Small graphics start   ============*/

.shape.shape-right .content .square {
    width: 33px;
    height: 33px;
    transform: rotate(-15deg);
    left: -52px;
    top: 90px;
    background: #00BFFF26;
    position: absolute;
}
.shape.shape-right .content .big-circle{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: -60px;
    right: -40px;
    background: #00BFFF26;
    position: absolute;
}
.shape.shape-right .content .small-circle{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    background: #00BFFF26;
    position: absolute;
}
.shape.shape-right .content .triangle{
    position: absolute;
    bottom: -2px;
}
.shape.shape-right .content .triangle:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 26px solid #00BFFF26;
    bottom: -40px;
    right: -90px;
    transform: rotate(-15deg);
}

.left-diagonal.two .content .circle {
    background: #00BFFF26;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    left: -38%;
    top: -4%;
}

.left-diagonal.two .content .small-triangle {
    left: -146px;
    top: 48px;
    background: #00BFFF26;
    position: absolute;
}
.left-diagonal.two .content .small-triangle:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 25px solid #00BFFF26;
    transform: rotate(236deg);
}
.left-diagonal.two .content .big-triangle {
    left: -66px;
    bottom: 134px;
    background: #00BFFF26;
    position: absolute;
}
.left-diagonal.two .content .big-triangle:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 33px solid #00BFFF26;
}
.left-diagonal.two .content .small-square {
    width: 20px;
    height: 20px;
    transform: rotate(-60deg);
    bottom: -100px;
    left: -115px;
    background: #00BFFF26;
    position: absolute;
}
.left-diagonal.two .content .big-square {
    width: 32px;
    height: 32px;
    transform: rotate(-60deg);
    left: 190px;
    top: 16px;
    background: #00BFFF26;
}

/*============  Small graphics end   ============*/


/*============  Partner css start   ============*/

.innerPage h1{
    font-weight: 600;
    position: relative;
    z-index: 5;
}

.innerH2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
}



.partner-item {
  display: flex;
  flex-direction: column;
  gap: 50px;  
  position: relative;  
  padding-bottom: 90px;
}
.partner-item:last-child{
  padding-bottom: 0;   
}

.partner-content{
    max-width: 638px;
}

.partner-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.partner-content p {  
  margin-bottom: 20px;
}

.partner-item.leftShift{
    margin-left: 25%;
}


/* ===============================
   Background Shapes
================================ */
.partners-section {
  position: relative;  
  overflow-x: clip;
}

/* Blue Shape */

.InnerShapeBlue {
    position: absolute;
    width: 1500px;
    height: 1500px;
    background: #0db4ff;
    transform: rotate(45deg);
    left: -64%;
    top: 21%;
    z-index: 1;
}

.InnerShapeBlue .box {
    background: #00BFFF26;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 27px;
    top: -30px;
}

.InnerShapePurple .triangle1 {
    position: absolute;
    top: 80%;
    left: -12%;
}
.InnerShapePurple .triangle1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid #00BFFF26;
    bottom: -42px;
    right: -128px;
    transform: rotate(261deg);
}

/* Purple Shape */
.InnerShapePurple {
    position: absolute;
    width: 1500px;
    height: 1500px;
    background: #8a2be2;
    transform: rotate(45deg);
    right: -49%;
    top: -12%;
    z-index: 1;
}

.InnerShapePurple .circle1 {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #00BFFF26;
    position: absolute;
    top: 105%;
    left: 23%;
}


/* Black Shape */
.InnerShapeBlack {
    position: absolute;
    width: 900px;
    height: 900px;
    background: #000;
    transform: rotate(45deg);
    right: -21%;
    bottom: -1%;
    z-index: 0;
}

.InnerShapeBlack .circle2 {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #00BFFF26;
    position: absolute;
    left: -6%;
    top: 51%;
}

.InnerShapeBlack .triangle2 {
    position: absolute;
    left: -14%;
    top: 42%;
}

.InnerShapeBlack .triangle2::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 32px solid #00BFFF26;
    bottom: -42px;
    right: -128px;
    transform: rotate(261deg);
}

/*============  Partner css end   ============*/


/*============  Product css start   ============*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}


.ProductsSec .partner-item.twoCol {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 300px;
}
.ProductsSec .partner-item.twoCol:last-child{
    padding-bottom: 0;
}
.ProductsSec .partner-item.twoCol .Productlogo{
    width: 322px;
    height: 338px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.ProductsSec .partner-item.twoCol .ProductContent {
    width: 47%;
    max-width: 270px;
}

.productH3{
    font-weight: 500;
    font-size: 40px;
}

.ProductsSec .ProductContent .btn{
    margin-top: 25px;
}

.ProductsSec .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: 37%;
}

.ProductsSec .InnerShapePurple {
    right: -53%;
    top: -18%;
}
.ProductsSec .PartnerItemWrp{
    position: relative;
    z-index: 3;
}
.ProductsSec .InnerShapeBlack.change2Blue {
    background: #0db4ff;
    width: 800px;
    height: 800px;
    right: -22%;
    bottom: 1%;
}
.ProductsSec .InnerShapeBlue.change2Black{
    background: #000;
}

.pb-250{
    padding-bottom: 250px;
}


.ProductsSec .InnerShapePurple .triangle1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 38px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 50px solid #BEEEFE;
    transform: rotate(72deg);
}

.ProductsSec .InnerShapePurple .circle1{
    width: 59px;
    height: 59px;
    background: #BEEEFE;
}

.ProductsSec .InnerShapeBlack.change2Blue .square2{
    background:#BEEEFE;
    height: 34px;
    width: 34px;
    position: absolute;
    left: -6%;
    top: 100%;
    transform: rotate(77deg);
}
.ProductsSec .InnerShapeBlack.change2Blue .circle2 {
    left: -22%;
    top: 28%;
    background: #BEEEFE;
}
.ProductsSec .InnerShapeBlack.change2Blue .triangle2{
    left: -31%;
    top: 20%;
}
.ProductsSec .InnerShapeBlack.change2Blue .triangle2::after {
    transform: rotate(314deg);
    border-left: 32px solid #BEEEFE;
}

.ProductsSec .InnerShapeBlue.change2Black .circle3 {
    background: #BEEEFE;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 45px;
    top: 7px;
}
.ProductsSec .InnerShapeBlue.change2Black .box{
    background: #BEEEFE;
    right: 34px;
    top: -43px;
}

.ProductsSec .InnerShapeBlue.change2Black .triangle3 {        
    position: absolute;
    right: -13%;
    top: 13%;
}
.ProductsSec .InnerShapeBlue.change2Black .triangle3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 48px solid #BEEEFE;
    transform: rotate(72deg);
}
.ProductsSec .InnerShapeBlue.change2Black .circle4 {
    background: #BEEEFE;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    position: absolute;
    right: -18%;
    top: 21%;
}



/*============  Product css end   ============*/


/*============  About css Start   ============*/

.aboutTop{
    overflow-x: clip;
    position: relative;
}

.aboutTextTitle{
    color: #C71010;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-slider .slick-dots {
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    text-align: right;
    z-index: 6;
    width: fit-content;
    top: 8px;
    left: -41px;
}

.about-slider .slick-dots li button {
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.about-slider .slick-dots li button:before {
    color: #ffffff;
    opacity: 0;
    left: -3.5px;
    font-size: 7px;
    line-height: 15px;
}
.about-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.aboutText {
    padding-left: 38%;
    box-sizing: border-box;
}

.aboutSliderWrp {
    max-width: 530px;
    margin-top: -22%;
}


.aboutShapePurple {
    position: absolute;
    height: 1600px;
    width: 1600px;
    background: #8A2BE2;
    transform: rotate(45deg);
    top: -1%;
    left: -48%;
}

.aboutIntro{
    position: relative;
    z-index: 3;
}
.aboutShapePurple .shapeWrp {
    position: absolute;        
    transform: rotate(-45deg);
    left: 34%;
}

.btmArw.dFlx{
    justify-content: center;
    margin: 15px auto;
}

.aboutShapeBlack {
    width: 1200px;
    height: 1200px;
    position: absolute;
    top: 18%;
    right: -38%;
    background: #000;
    transform: rotate(45deg);
}

.abtCircle01 {
    position: absolute;
    height: 59px;
    width: 59px;
    border-radius: 50%;
    background: #BEEEFE;
    top: 27%;
    right: -12%;
}

.abtCircle02{
    position: absolute;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: #BEEEFE;
    top: 60%;
    right: -6%;
}

.abtCircle03 {
    position: absolute;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #BEEEFE;
    top: 111%;
    left: 27%;
}

.abtTringle02{
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 41px solid #BEEEFE;

  position: absolute;
  top: 105%;
  left: 33%;
}

.jobCreation{
    padding-top: 580px;   
    position: relative;
    z-index: 2;
}


.jobCreation h2,
.jobCreation h3,
.jobCreation p,
.jobCreation ul li{
    color: #fff;
}
.jobCreation p,
.jobCreation ul li{
    margin-bottom: 10px;
}

.aboutShapeBlue {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 61vw solid transparent;
    border-right: 58vw solid transparent;
    border-bottom: 1078px solid #05B5F2;
    bottom: 0;
    left: -5%;
}

.aboutShapeBlue .blueLineImg {
    position: absolute;
    left: 2vw;
    height: 560px;
    width: 700px;
    top: 50vh;
}

.jobCreationTxt{
    max-width: 580px;
}


/*====== Accordion css start ======*/
.acc-title {
  cursor: pointer;
  padding: 30px 15px;  
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acc-title h3{
    font-weight: 600;
}
.acc-content {
  display: none;
  padding: 15px;  
  padding-top: 0;
  box-sizing: border-box;
}
/* Arrow */
.acc-arrow {
  width: 23px;
  height: 23px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}
/* Rotate arrow on open */
.acc-item.active .acc-arrow {
  transform: rotate(-135deg);
}
.accordion .acc-item{
    border-bottom: 1px solid #fff;
}
.acc-content ul li{
    position: relative;
    padding-left: 25px;
}
.acc-content ul li::before {
    position: absolute;
    height: 12px;
    width: 12px;
    content: '';
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 7px;
}
/*====== Accordion css End ======*/

.aboutBottom{
    position: relative;
    background: #fff;
}

.aboutBtmPurple{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 104vw solid transparent;
    border-top: 1850px solid #8A2BE2;
}

.AboutTriangleWrap{
  width: 100%;
  margin: 0 auto;
  overflow-x: clip;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;  
}

.AboutTriangleShape{
  width: 0;
  height: 0;

  border-left: 60vw solid transparent;   /* half of 1620 */
  border-right: 60vw solid transparent;  /* half of 1620 */
  border-bottom: 860px solid #000;     /* height */

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.aboutBottomContent .container{
    position: relative;
    z-index: 3;
}

.wdth650{
    max-width: 650px;
}

.aboutBottomContent .ourTeam h2{
    color: #fff;
}

.aboutBottomContent .ourTeam p{
    color: #fff;
}

.teamGrid{
    padding-top: 50px;   
     gap: 70px;
     flex-direction: column;
}

.teamGrid .teamGridRw{
    margin-left: 5%;
    gap: 70px;
}
.teamGrid .teamGridRw:nth-child(2){
    margin-left: 38%;
}
.teamGrid .teamGridRw:nth-child(3){
    justify-content: flex-end;
}

.aboutCta h2,
.aboutCta p{
    color: #fff;    
}

.aboutBottomContent h2,
.aboutBottomContent p{    
    margin-bottom: 25px;
}

.aboutBottomContent p:last-child{
    margin-bottom: 0;
}

.aboutCta .wdth650{
    margin: auto;
}

.teamMemberWrp{
    position: relative;
    overflow: hidden;
    width: 315px;
}

.teamMemberWrp .TeamMemberImg{
    width: 100%;
}

.teamMemberWrp .teamMember{
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    background: #000000AD;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    top: 0;
    left: -100%;
}
.teamMemberWrp:hover .teamMember{
    opacity: 1;
    left: 0;
}

.teamMemberWrp .teamMember .icnImg{
    background: #00BFFF;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    overflow: hidden;    
    display: flex;
    justify-content: center;
    align-items: center;
}

.teamMemberWrp .teamMember .icnImg img{
    max-width: 18px;
    display: block;
    margin: auto;
}

.memberName .cmn35H2{
    color: #fff;
}
.teamMemberContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.memberName .cmn35H2{
    text-align: center;
}

.TeamMemberImg img{
    height: 100%;    
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.aboutBottom{
    overflow-x: clip;
}

/*============  Popup css Start   ============*/

/* Overlay */
.teamPopup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);  
  z-index: 9999;  
  align-items: center;      /* vertical center */
  justify-content: center;  /* horizontal center */

  display: none;
}

.teamPopup.isOpen{
  display: flex;
}

/* Popup Box */
.teamPopupBox{
  position: relative; 
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

/* Close Button */
.popupClose{
  position: absolute;
  top: -40px;
  right: -40px;
  background: #00b3ff;
  color: #fff;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.popupClose img{
    max-width: 14px;
    margin: auto;
}

/* Layout */
.teamPopupContent{
  display: flex;
  gap: 30px;
}

/* Image */
.teamPopupImg img{
  width: 260px;
  object-fit: cover;
}

/* Text */
.teamPopupText h4{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.popupOpen{
    overflow: hidden;
}

.teamPopupText h3{
  font-size: 20px;
  margin-bottom: 15px;
  font-family: 'Poppins';
  font-weight: 600;
}

.teamPopupText .contactInfo{
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.teamPopupText .contactInfo li{
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teamPopupText .contactInfo a{
  color: #8A2BE2;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  width: calc(100% - 34px); 
}

.teamPopupText p{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.teamPopupText h4 {
    margin-top: 0;
    font-size: 16px;
}

.teamPopupTopContent{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.teamPopupImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.teamPopupImg{
    width: 28%;
}

.teamPopupText{
    width: 68%;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teamPopupBtmContent p{
    padding-bottom: 20px;
}
.teamPopupBtmContent p:last-child{
    padding-bottom: 0;
}
.teamPopupBtmContent h4{
    padding-bottom: 10px;
}

.popupBtmTxt p{
    padding-bottom: 5px;
}

.popUpCntWrp {
    background: #fff;
    border: 12px solid #00b3ff;
    padding: 30px;
    height: 80vh;
    overflow-y: scroll;
}

/*============  Popup css end   ============*/



/*============  About css end   ============*/


/*============  ProductCategory Start   ============*/

.ProductsCategoryPg .productHeaderTtl,
.ProductDetailsPg .productHeaderTtl{
    line-height: 1;
}

.ProductsCategoryPg .productHeaderTtl span,
.ProductDetailsPg .productHeaderTtl span{
    font-size: 50px;
    font-weight: 600;
}


.seriesHeadTtl{
    font-size: 35px;
    font-weight: 600; 
    padding-bottom: 10px;   
}
.contactH2{
    font-size: 35px;
    font-weight: 600; 
    padding-bottom: 25px;
}

.ProductsCategoryPg .productSeriesWrp .likeH3{
    font-size: 20px;
    font-weight: 700; 
    color: #000;
    font-family: 'Poppins';
}
.ProductsCategoryPg .productSeriesWrp h3.likeH3{
    text-transform: uppercase;
    padding-bottom: 10px;
}

.ProductsCategoryPg .productGrid.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ProductsCategoryPg .productSeriesWrp .series{
    position: relative;
    z-index: 5;
}

.ProductsCategoryPg .productSeriesWrp .series.pt-80:nth-child(1){
    padding-top: 0;
}

.ProductsCategoryPg .productGrid .PrdctImg{
    background: #fff;    
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    box-sizing: border-box;    
    position: relative;
    overflow: hidden;
    height: 395px;    
    display: block;
    margin: 20px;
}

.ProductsCategoryPg .productGrid .PrdctCnt{
    padding: 28px 30px;
    box-sizing: border-box;
    padding-top: 10px;
}

.ProductsCategoryPg .productGrid{
    /*gap: 30px;*/
    justify-content: center;
    gap: 0;
}

.ProductsCategoryPg .productGrid .productCard{
    max-width: 360px;        
    overflow: hidden;
}

.ProductsCategoryPg .productGrid .productCard .badge{
    position: absolute;
    top: 0;
    left: 0;
}

.ProductsCategoryPg .PrdctImg .imgWrp{
    display: flex;
    justify-content: center;
    align-items: center;
}



.ProductsCategoryPg .badgeCstm {
    position: absolute;
    width: 180px;
    height: 180px;
    background: #00BFFF;
    transform: rotate(45deg);
    top: -90px;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductsCategoryPg .badgeCstm span {
    color: #ffffff;
    transform: rotate(-90deg);
    display: block;
    font-size: 15px;
    margin-top: 6px;
    margin-left: 112px;
    max-width: 50%;
    text-align: center;
    line-height: 0.9;
}

.ProductsCategoryPg .ProductsSec .InnerShapePurple{
    right: -56%;
    top: -15%;
}

.ProductsCategoryPg .InnerShapeBlue{
    top: 25%;
}

.ProductsCategoryPg .ProductsSec .InnerShapeBlack.change2Blue {  
    right: -23%;
    bottom: 27%;
}



.ProductsCategoryPg .ProductsSec .InnerShapePurple .triangle1:after{
    border-top: 30px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 40px solid #BEEEFE;
}

.ProductsCategoryPg .InnerShapePurple .triangle1 {    
    top: 91%;    
}

.ProductsCategoryPg .ProductsSec .InnerShapeBlack.change2Blue .square2 {
    left: -8%;
    top: 99%;    
}
.ProductsCategoryPg .ProductsSec .InnerShapeBlue.change2Black .box {    
    right: 80px;
    top: -75px;
}
.ProductsCategoryPg .ProductsSec .InnerShapeBlue.change2Black .circle3 {
    right: 89px;
    top: -16px;
}
.ProductsCategoryPg .ProductsSec .InnerShapeBlue.change2Black .triangle3{
    display: none;
}
.ProductsCategoryPg .ProductsSec .InnerShapeBlue.change2Black .circle4 {    
    right: -4%;
    top: 9%;
}

/*============  ProductCategory End   ============*/

/*============  ProductDetails Start   ============*/

.ProductDetailsInr{
    position: relative;
    z-index: 9;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ProductDetailsLeft{
    width: 67%;
    max-width: 595px;
}
.ProductDetailsRght{
    width: 36%;    
}
.ProductDetailsLeft .ProductDetailsSbTtl{
    font-size: 35px;
    font-weight: 600;
    padding: 60px 0 30px 0;
    box-sizing: border-box;
}
.ProductDetailsLeft .btnWrp{
    margin-top: 50px;
}
.ProductDetailsLeft ul{
    padding-left: 30px;
}
.ProductDetailsLeft ul li{
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
.ProductDetailsLeft ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #5d5d5d;
    border-radius: 50%;
    left: -22px;
    top: 20px;
}
.ProductDetailsLeftTop .ProductDetailsSbTtl{
    padding-top: 0 !important;
}
.ProductDetailsPg .ProductsSec .InnerShapeBlue.change2Black {    
    width: 1000px;
    height: 1000px;
    left: -47%;
    top: 38%;
}
.ProductDetailsPg .ProductsSec .InnerShapePurple {
    right: -53%;
    top: -20%;
}
.ProductDetailsPg .ProductsSec .InnerShapeBlack.change2Blue {
    right: -23%;
    bottom: 7%;
}
.ProductDetailsPg .ProductsSec .InnerShapePurple .triangle1:after {    
    border-top: 31px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 43px solid #BEEEFE;    
}
.ProductDetailsPg .InnerShapePurple .triangle1 {    
    top: 88%;
    left: -11%;
}
.ProductDetailsPg .ProductsSec .InnerShapeBlack.change2Blue .square2{
    left: 23%;
    top: 125%;
}
.ProductDetailsPg .ProductsSec .InnerShapeBlack.change2Blue .circle2 {
    left: -6%;
    top: 57%;    
}
.ProductDetailsPg .ProductsSec .InnerShapeBlack.change2Blue .triangle2 {
    left: -17%;
    top: 47%;
}

/*============  ProductDetails End   ============*/

/*============  NetworkModel Start   ============*/

.NetworkModelCntInr{
    flex-wrap: wrap;
    gap: 50px;
    position: relative;
    z-index: 4;
    justify-content: center;
}
.useCaseCard{    
     width: calc(50% - 25px);
}
.smallH2{
    font-size: 20px;
    font-weight: 600;
}
.useCaseContent {
    padding: 30px 80px;
    box-sizing: border-box;
    padding: 30px 10px;
}
.useCaseContent .smallH2{
    padding-bottom: 10px;
}
.NetworkModelPg .ProductsSec .InnerShapePurple {
    width: 1400px;
    height: 1400px;
    right: -60%;
    top: -22%;
}

.NetworkModelPg .ProductsSec .imgWrp.lineShape {    
    top: 32%;
}
.NetworkModelPg .ProductsSec .InnerShapeBlue.change2Black {
    width: 800px;
    height: 800px;
    left: -22%;
    top: 48%;
}
.NetworkModelPg .ProductsSec .InnerShapeBlack.change2Blue {
    background: #0db4ff;
    width: 181px;
    height: 380px;
    right: -4%;
    bottom: -15%;
}
.NetworkModelPg .InnerShapePurple .triangle1{
    display: none;
}
.NetworkModelPg .ProductsSec .InnerShapeBlack.change2Blue .circle2 {
    left: -94%;
    top: 35%;
}
.NetworkModelPg .ProductsSec .InnerShapeBlack.change2Blue .square2{
    display: none;
}
.NetworkModelPg .ProductsSec .InnerShapeBlack.change2Blue .triangle2 {
    left: -150%;
    top: 11%;
}

/*============  NetworkModel End   ============*/


/*============  Network-Model-Single Start   ============*/

.NetworkModelSinglePg .ProductDetailsLeft {
    width: 67%;
    max-width: 555px;
}
.NetworkModelSinglePg .ProductDetailsRght {
    width: 42%;
}
.NetworkModelSinglePg .InnerShapeBlue{
    width: 1000px;
    height: 1000px;
    left: -44%;
    top: 32%;
}
.NetworkModelSinglePg .ProductsSec .InnerShapeBlack.change2Blue{
    width: 500px;
    height: 500px;
    right: -9%;
    bottom: -9%;
}
.NetworkModelSinglePg .InnerShapePurple .triangle1 {
    top: 78%;    
    left: -11%;
}
.NetworkModelSinglePg .ProductsSec .InnerShapePurple .circle1{
    display: none;
}
.NetworkModelSinglePg .ProductsSec .InnerShapeBlack.change2Blue .square2 {
    left: -29%;
    top: 105%;
}
.NetworkModelSinglePg .ProductsSec .InnerShapeBlack.change2Blue .circle2 {
    left: -25%;
    top: 33%;    
}
.NetworkModelSinglePg .ProductsSec .InnerShapeBlack.change2Blue .triangle2 {
    left: -38%;
    top: 24%;
}

/*============  Network-Model-Single End   ============*/


/*============  Contact page Start   ============*/

.ContactPgsection .InnerShapeBlue.contactPurpleShed{
    position: absolute;
    width: 886px;
    height: 886px;
    background: #8A2BE2;
    transform: rotate(45deg);
    left: -24%;
    top: 17%;
    z-index: 1;
}

.ContactPgsection .InnerShapeBlue .imgWrp {
    position: absolute;
    transform: rotate(-45deg);
    left: 34%;
    top: -17%;
}

.ContactPgsection .InnerShapePurple.contactBlackShed {
    background: #000;
    width: 1000px;
    height: 1000px;
    top: 1%;
    right: -31%;
}

.contactWrp{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    flex-wrap: wrap;
}
.contactWrp .contactImg{
    position: relative;
    width: 52%;
}
.contactWrp .contactImg::after {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 200px;
    height: 100%;
    background: #fff;
    transform: skewX(12deg);
}

.contactWrp .contactFrm{
    position: relative;
    width: 48%;
    box-sizing: border-box;
    padding: 40px 80px;
    padding-left: 0;
    box-sizing: border-box;
}
.contactWrp .contactImg img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ContactCntTop{
    position: relative;
    z-index: 4;
}
.ContactCntBtm{
    position: relative;
    z-index: 4;
}
   .form-group {
      margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 9px 15px;
      border: 1px solid #666;
      border-radius: 6px;
      font-size: 14px;
      outline: none;
      font-family: 'Poppins';
      font-weight: normal;
    }

    .form-group textarea {
      height: 100px;
      resize: none;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: #666;
    }

    .sbmtBtnWrp input[type="submit"]{
        background: #00BFFF;
        border-radius: 6px;
        display: inline-block;
        color: #ffffff;
        font-size: 18px;
        font-weight: normal;
        font-family: 'Poppins';
        text-align: center;
        padding: 17px 53px;
        text-transform: uppercase;
        min-width: 210px;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }
    .sbmtBtnWrp input[type="submit"]:hover{
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        transform: scale(1.03, 1.03);
    }

    
  .ContactCntBtmInr{
    justify-content: space-between;
    margin: auto;
    flex-wrap: wrap;
    max-width: 890px;
  }

  .ContactCntBtmLeft {
    width: 59%;
    padding: 0 8%;
    box-sizing: border-box;    
  }
  .ContactCntBtmRght{
    width: 40%;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .ContactCntBtmInr .iconBox {
     flex-wrap: wrap;
     justify-content: space-between;
     padding-bottom: 10px;
   }

   .ContactCntBtmInr .iconBox .IcnWrp{
     width: 28px;
     height: 28px;
     display: flex;
     justify-content: center;
     align-items: center;
   }

   .ContactCntBtmInr .iconBox .IncTitle{
      width: calc(100% - 34px);
   }

   .ContactCntBtmInr .formInr .contactH2{
        padding-bottom: 20px;
   }

   .ContactCntBtmInr .contactH2{
        padding-bottom: 40px;
   }

   .ContactCntBtmInr .infoItemBx .infoItem{
        padding-bottom: 30px;
   }

   .ContactCntBtmInr .IncTitle h4{
      font-weight: 600;
   }

   .ContactCntBtmInr .infoText p a{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
   }

   .ContactCntBtmInr .socialItem{
        align-items: center;
        margin-bottom: 18px;
        justify-content: space-between;
   }

   .socialItem .socialIcon{
    height: 40px;
    width: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
   }

   .socialItem .socialTxt{
        width: calc(100% - 55px);
   }

   .ContactPgsection .InnerShapePurple .triangle1{
        position: absolute;
        top: 77%;
        left: -46%;
   }

   .ContactPgsection .InnerShapePurple .triangle1:after{
        border-top: 31px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 41px solid #BEEEFE;
        transform: rotate(194deg);
   }

   .ContactPgsection .InnerShapePurple .circle1{
        height: 32px;
        width: 32px;
        background: #BEEEFE;
        position: absolute;
        top: 108%;
        left: 34%;
   }

   .ContactPgsection .InnerShapePurple .triangle2 {
        position: absolute;
        top: 77%;
        left: -46%;
    }
    .ContactPgsection .InnerShapePurple .triangle2:after {
        content: '';
        position: absolute;
        border-top: 15px solid transparent;
        border-bottom: 22px solid transparent;
        border-left: 35px solid #BEEEFE;
        transform: rotate(194deg);
    }
    .ContactPgsection .InnerShapePurple .triangle2 {
        position: absolute;
        top: 103%;
        left: 35%;
    }

    .ContactPgsection .InnerShapePurple .square1 {
        height: 34px;
        width: 34px;
        background: #BEEEFE;
        position: absolute;
        top: 139%;
        left: 53%;
    }

/*============  Contact page End   ============*/


/*============  Solutions page Start   ============*/

.SolutionSection{
    position: relative;
}

.SolutionSection .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: 37%;
}

.cmn35H2{
    font-size: 35px;
    font-weight: 600;
}

.cmn55H2{
    font-size: 55px;
    font-weight: 600;
}

.SolutionItemWrp{
    position: relative;
    z-index: 3;    
}

.SolutionItemWrp .SolutionTxt{
    max-width: 666px;
}

.SolutionItemWrp .SolutionItem:nth-child(1) .SolutionTxt{
    max-width: 510px;
}

.SolutionItem .cmn35H2{
    padding-bottom: 40px;
}

.SolutionItemWrp .SolutionItem{
    box-sizing: border-box;
}
.SolutionItemWrp .SolutionItem:nth-child(1){
    padding-bottom: 180px;
}
.SolutionItemWrp .SolutionItem:nth-child(2){
    padding-bottom: 260px;
}
.SolutionItemWrp .SolutionItem:nth-child(3){
    padding-bottom: 130px;
}
.SolutionItemWrp .SolutionItem:nth-child(even){
    padding-left: 36%;    
}
.SolutionSection .InnerShapeBlue{
    top: 14%;
}
.SolutionSection .shape.InnerShapeBlue .box {
    background: #00BFFF26;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -7%;
    top: 12%;
}
.SolutionSection .shape.InnerShapeBlue .circleBlue1{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #00BFFF26;
    position: absolute;
    right: -6%;
    top: 15%;
}
.SolutionSection .shape.InnerShapeBlue .circleBlue2{
    height: 59px;
    width: 59px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    right: -24%;
    top: 7%;
}
.SolutionSection .shape.InnerShapeBlue .circleBlue3 {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    right: -23%;
    top: 26%;
}

.SolutionSection .shape.InnerShapePurple{
    right: -54%;
    top: -16%;
}

.SolutionSection .shape.InnerShapePurple .triangle1:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 35px solid #00BFFF26;
    bottom: -42px;
    right: -128px;
    transform: rotate(261deg);
}

.SolutionSection .shape.InnerShapePurple .triangle1 {    
    top: 92%;
    left: -13%;
}
.SolutionSection .shape.InnerShapePurple .circle1 {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 89%;
    left: -2%;
}
.SolutionSection .shape.InnerShapePurple .circlePurple2{
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 103%;
    left: 17%;
}
.SolutionSection .shape.InnerShapePurple .circlePurple3{
    height: 59px;
    width: 59px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 102%;
    left: 22%;    
}

.SolutionSection .shape.InnerShapeBlack{
    right: -32%;
    bottom: 10%;
}

/*============  Solutions page End   ============*/


/*============  WhoWeServe page Start   ============*/

.WhoWeServeSec .shape.InnerShapePurple {
    right: -54%;
    top: -23%;
}
.WhoWeServeSec .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: 37%;
}
.WhoWeServeSec .shape.InnerShapePurple .triangle1 {
    top: 92%;
    left: -13%;
}
.WhoWeServeSec .shape.InnerShapePurple .circle1 {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 91%;
    left: -2%;
}
.WhoWeServeSec .shape.InnerShapePurple .circlePurple2{
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 103%;
    left: 17%;
}
.WhoWeServeSec .shape.InnerShapePurple .circlePurple3 {
    height: 59px;
    width: 59px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    top: 102%;
    left: 22%;
}

.WhoWeServeSec .shape.InnerShapeBlue .box {
    background: #00BFFF26;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -7%;
    top: 12%;
}
.WhoWeServeSec .shape.InnerShapeBlue .circleBlue1 {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #00BFFF26;
    position: absolute;
    right: -6%;
    top: 15%;
}
.WhoWeServeSec .shape.InnerShapeBlue .circleBlue2 {
    height: 59px;
    width: 59px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    right: -24%;
    top: 7%;
}
.WhoWeServeSec .shape.InnerShapeBlue .circleBlue3 {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    background: #BEEEFE;
    position: absolute;
    right: -24%;
    top: 39%;
}
.WhoWeServeSec .cmn35H2 {
    padding-bottom: 30px;
}

.WhoWeServeItemWrp .WhoWeServeItem{
    padding-bottom: 90px;
}
.WhoWeServeTxt{
    max-width: 650px;
}
.WhoWeServeItemWrp{
    position: relative;
    z-index: 2;
}
.WhoWeServeItemWrp .WhoWeServeItem:nth-child(2){
    padding-left: 24%;
}
.WhoWeServeItemWrp .WhoWeServeItem:nth-child(3){
    padding-left: 44%;
}
.WhoWeServeItemWrp .WhoWeServeItem:nth-child(5){
    padding-left: 24%;
}
.WhoWeServeSec .shape.InnerShapeBlue {
    top: 25%;    
    width: 1168px;
    height: 1168px;
    left: -45%;
}
.WhoWeServeSec .shape.InnerShapeBlack {
    bottom: 0;
    right: -41%;
}
.WhoWeServeItemWrp .WhoWeServeItem:last-child{
    padding-bottom: 0;
}
.WhoWeServeSec .InnerShapePurple .triangle1:after{
    border-top: 26px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 32px solid #BEEEFE;
}

.WhoWeServeSec{
    overflow-x: clip;
}

.innerPage{
    max-width: 1920px;
    overflow-x: clip;
    margin: auto;
    position: relative;
}

/*============  WhoWeServe page End   ============*/

/*============  News Page Start   ============*/

/* ===== News Grid ===== */

.NewsSec {
    min-height: 1300px;
}

.NewsItemWrp{
    flex-wrap:wrap;
    gap:30px;
    position: relative;
    z-index: 3;    
}

.NewsItem{
    width:calc((100% - 60px) / 3); /* 3 items, 2 gaps */
    background:#fff;
    /*box-shadow:0 0 15px rgba(0,0,0,.05);*/
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

}

.newsImg img{
    width:100%;
    display:block;
}

.newsInfo{
    padding:20px;
}

.cmn35H4{
    font-size:20px;
    font-weight: 600;
    margin-bottom:10px;
}

.NewsDate p{
    font-size:13px;
    color: #8C8C8C;
    margin-bottom:10px;
}

.newsTxt p{
    font-size:14px;
    line-height:1.6;
    color:#444;
}

.readMore{
    margin-top:15px;
}


.ReadMoreBtn {
    text-decoration: none;
    color: #00BFFF;
    font-size: 14px;    
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* ===== Pagination ===== */
.paginationWrp{
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-top:60px;
}

.pageBtn{
    padding:8px 16px;
    border:none;
    background:#e5e5e5;
    cursor:pointer;
}

.pageBtn:disabled{
    opacity:.4;
    cursor:not-allowed;
}

.pageNumbers{
    list-style:none;
    padding:0;
    margin:0;
    gap:10px;
}

.pageNumbers li{
    width:32px;
    height:32px;
    background:#e5e5e5;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color: #000;
    border-radius: 4px;
}

.pageNumbers li.active{
    background:#00b4ff;    
}

.pageBtn.next{
    background: #00b4ff;
}


.paginationWrp > .page-numbers{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.paginationWrp > .page-numbers > li > .page-numbers{
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
    border-radius: 4px;
    padding: 3px 14px;
    box-sizing: border-box;
}

.paginationWrp > .page-numbers > li > .page-numbers.current {
    background: #00b4ff;
}

.NewsSec .shape.InnerShapeBlue{
    width: 1000px;
    height: 1000px;
    left: -44%;
    top: 24%;
}
.NewsSec .shape.InnerShapePurple {
    width: 1000px;
    height: 1000px;
    right: -27%;
    top: -7%;
}
.NewsSec .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: -1%;
    left: -5%;
}
.NewsSec .shape.InnerShapeBlack {
    width: 700px;
    height: 700px;
    right: -22%;
    bottom: 5%;
}

/*============  News Page End   ============*/

/*============  News Details Start  ============*/

.NewsDetailsWrp {
    position: relative;
    z-index: 3;
}
.NewsDetailsTitle{
    font-size: 45px;
    padding-bottom: 10px;  
    max-width: 85%;  
}
.NewsInfoListWrp li{
    color: #8A2BE2;
    margin-right: 15px;
    font-size: 16px;
}
.NewsInfoListSec{
    padding-bottom: 40px;
}
.newsFeaturedImg{
    padding-bottom: 60px;
}
.newsContent h2{
    font-size: 32px;
    padding-bottom: 20px;
}
.newsContent h3{
    font-size: 28px;
    padding-bottom: 20px;
}
.newsContent h4{
    font-size: 26px;
    padding-bottom: 20px;
}
.newsContent p{
    padding-bottom: 20px;
}
.newsContent p:last-child{
    padding-bottom: 0;
}
.newsContent ul {
    padding-left: 40px;
    padding-bottom: 20px;
}
.newsContent ul:last-child{
    padding-bottom: 0;
}
.newsContent ul li{
    position: relative;
    padding-bottom: 10px;    
}
.newsContent ul li::before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #5d5d5d;
    left: -17px;
    top: 12px;
}
.NewsDetailsSec .shape.InnerShapePurple{
    position: absolute;
    width: 1000px;
    height: 1000px;
    background: #8a2be2;
    transform: rotate(45deg);
    right: -28%;
    top: -4%;
}
.NewsDetailsSec .shape.InnerShapeBlack{
    width: 510px;
    height: 510px;
    right: -14%;
    bottom: 21%;
}
.NewsDetailsSec .shape.InnerShapeBlue {
    width: 700px;
    height: 700px;
    left: -26%;
    top: 27%;
}

.NewsDetailsSec .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: -3%;
    left: -3%;
}

/*============  News Details End   ============*/

/*============  Privacy policy start   ============*/


.PrivacyPolicyCntInr .cmn35H2{
    padding-bottom: 15px;
}

.PrivacyPolicySec .InnerShapeBlue {
    position: absolute;
    width: 600px;
    height: 600px;
    left: -21%;
    top: 20%;
}
.PrivacyPolicySec .InnerShapePurple {
    position: absolute;
    width: 600px;
    height: 600px;
    right: -20%;
    top: 3%;
}
.PrivacyPolicySec .InnerShapePurple .imgWrp.lineShape {
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 30%;
}
.PrivacyPolicySec .InnerShapePurple .triangle1 {    
    top: 71%;
    left: -28%;
}

.PrivacyPolicySec .InnerShapeBlack{
    position: absolute;
    width: 600px;
    height: 600px;    
    right: -20%;
}

.PrivacyPolicyCntInr ul{
    padding: 10px 0;
    box-sizing: border-box;
    padding-left: 20px;    
    padding-bottom: 30px;
}
.PrivacyPolicyCntInr ul li{
    position: relative;
    margin-bottom: 10px;
}
.PrivacyPolicyCntInr ul li:last-child{
    margin-bottom: 0;
}
.PrivacyPolicyCntInr ul li::before {
    position: absolute;
    content: '';
    background: #000;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    left: -16px;
    top: 10px;
}

.PrivacyPolicyCntInr h2 {
    font-size: 32px;  
    padding-bottom: 10px;  
    padding-top: 20px;
}
.PrivacyPolicyCntInr h3{
    font-size: 28px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.PrivacyPolicyCntInr h4{
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.PrivacyPolicyCntInr h2:last-child,
.PrivacyPolicyCntInr h3:last-child,
.PrivacyPolicyCntInr h4:last-child{
    padding-bottom: 0;
}
.PrivacyPolicyCntInr ul:last-child{
    padding-bottom: 0;
}

.PrivacyPolicyCntInr p a,
.PrivacyPolicyCntInr ul li a{     
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

.PrivacyPolicyHeader h1{
    padding-bottom: 10px;
}

.PrivacyPolicyCntInr p{
    padding-bottom: 0px;
}

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


/*============  Privacy policy End   ============*/


/*============  404 page css Start   ============*/

.cstm404{
    max-width:600px;
    padding:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    min-height: 70vh;
}

.cstm404 h1{
    font-size:120px;
    margin-bottom:10px;
    letter-spacing:5px;
    font-weight: 600;
}

 .cstm404 h2{
    font-size:28px;
    margin-bottom:15px;
}

.cstm404 p{
    margin-bottom:30px;
    opacity:0.9;
}

/*============  404 page css End   ============*/

/*============  Thankyou page css start   ============*/

.thankyouWrp{
    max-width:600px;
    padding:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    flex-direction: column;
    min-height: 70vh;
}

.thankyouWrp .checkmark{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#4BB543;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
}
.thankyouWrp h1{    
    margin-bottom:15px;    
}
.thankyouWrp p{
    font-size:16px;
    margin-bottom:25px;
    line-height:1.6;
    opacity:0.9;
}
.thankyouWrp .footer-text{
    margin-top:25px;
    font-size:14px;
    opacity:0.7;
}

.thankyouWrp .btnWrp{
    display: flex;
    justify-content: center;
}

/*============  Thankyou page css End   ============*/


.frmWrp .wpcf7 form.sent .wpcf7-response-output { 
    color: #fff;
    font-size: 16px;
}
.frmWrp .wpcf7-not-valid-tip{
    font-size: 16px;
}

.frmWrp .wpcf7 form .wpcf7-response-output{
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 2px 2px;
    box-sizing: border-box;
}

.contactFrm .wpcf7-not-valid-tip{
    font-size: 16px !important;
}
.contactFrm .wpcf7 form .wpcf7-response-output{
    font-size: 16px;
    margin: 0;
    padding: 2px 2px;
    box-sizing: border-box;
    margin-top: 8px;
}

#aboutBottomSec .aboutCta .wdth650{
	height:311px;
}

#aboutBottomSec .aboutCta .wdth650 h2{
	display:none;
}
#aboutBottomSec .aboutCta .wdth650 p{
	display:none;
}
#aboutBottomSec .aboutCta .wdth650 a{
	display:none;
}

#aboutBottomSec.ourTeam .aboutCta .wdth650 h2{
    display:block;
}
#aboutBottomSec.ourTeam .aboutCta .wdth650 p{
    display:block;
}
#aboutBottomSec.ourTeam .aboutCta .wdth650 a{
    display:block;
    width: fit-content;
    margin: 0 auto;
}


.pb-50{
    padding-bottom: 50px;
}


/*=============     aoh-hoa start       =============*/

.aohhoaTitleWrp .cmn55H2{
    padding-left: 10%;
    box-sizing: border-box;
}

.WhoWeServePage.aohhoaLanding .WhoWeServeItemWrp .WhoWeServeItem:nth-child(1){
    padding-left: 10%;
    box-sizing: border-box;
}
.aohhoaLanding .H1title {
    padding-bottom: 30px;
}

.btmSec .homeContact .contact h2{
    font-size:44px;
    color: #00BFFF;
}

.btmSec .homeContact .contact h2 a{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.homeContact .contact .form-wrapper{
    display: none;
}

.homeLayout .story .content{
    display: none;
}

.newaddContent .content{
    padding-top: 50px;
}


/*=============     aoh-hoa end       =============*/


/*=============     Home Page cstm-strategy-section Start       =============*/

.cstm-strategy-section {
  padding: 80px 20px;
  position: relative;
  z-index: 8;
}

.cstm-container {
  max-width: 1200px;
  margin: auto;
}

/* Row 1 */
.cstm-row-top {
  text-align: center;
  margin-bottom: 60px;
}

.cstm-heading {
  font-size: 42px;
  margin-bottom: 20px;
}

.cstm-description {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
}

/* Row 2 */
.cstm-row-bottom {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.cstm-col {
  width: calc(33.33% - 27px);
  text-align: center;
}

.cstm-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

.cstm-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.cstm-text {
  line-height: 1.6;
}
.about-se2{
    position: relative;
}
/* Responsive */
@media (max-width: 768px) {
  .cstm-col {
    width: 100%;
  }

  .cstm-heading {
    font-size: 28px;
  }
}

/*=============     Home Page cstm-strategy-section End       =============*/


/*=============     why-partner-with-us Start       =============*/

.page-template-template-who-we-serve.page-id-251 .WhoWeServeSec .shape.InnerShapeBlue {
    left: -55%;
}
.page-template-template-who-we-serve.page-id-251 .WhoWeServeSec .shape.InnerShapePurple {
    right: -74%;    
}

/*=============     why-partner-with-us End       =============*/

