/** anbu Designs **/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  --ed-color-bg-bluebg: #f0f7fe;
  --iconbg-color:#dee9ff;
  --custheme-color:#622fd9;
  --cusbluebg-color:#dee9ff;
  --cusbluebg-lightcolor:#f1f5f9;
  --cuswhite-color:#fff;
  --cusorgbdr-color:#ff4a17;
  --custheme-pinkclor:#ff0349;

   /* PRIMARY BRAND COLORS */
    --color-primary: #DD0031;
    --color-secondary: #004F71;
    --color-accent: #FE000C;

    /* TEXT COLORS */
    --color-text: #000000;
    --color-text-2: #485259;

    /* BACKGROUND COLORS */
    --color-section-bg: #F4F8F9;
    --color-light-bg-pink: #FFEBF0;
    --color-new-item-10: #f9f4f4;
    --color-white: #FFFFFF;

    /* SAVED COLORS */
    --color-saved-6: #F1F1F1;
    --color-saved-8: #FFFFFF;

    /* EXTRA BRAND COLORS */
    --color-dark-blue: #02309F;
    --color-second-blue: #1ECBE1;
    --color-second-red: #E1341E;

    /* BORDER COLORS */
    --color-border-2: #D1D3D4;
    --color-border-3: #CCCCCC;

    --heading-finalblue: #082567;

    --primary-gradient:linear-gradient(0deg, #ca0f1a, #ff033b);
    --primary-gradienthov:linear-gradient(0deg, #980b14, #bf032d);
    --secondblue-gradient:linear-gradient(135deg,#0B2B74 0%,#173D9E 40%,#1A49C6 100%);
    --bluewimage-gradient: url('../images/co-b-r.svg'),linear-gradient(135deg,#0B2B74 0%,#173D9E 40%,#1A49C6 100%);
    --body-font:16px;
    --body-pline-height: 26px;
    --headline-height:1.25;

}
body{
  font-size: var(--body-font);
   --e-global-typography-text-line-height:26px;
}
p{
  font-size: var(--body-font);
  font-family: "Figtree", sans-serif;
  line-height: var(--body-pline-height);
}
body {
    font-family: "Figtree", sans-serif;
    font-size: var(--body-font);
    color: var(--color-text);
}
h1, h2, h3, h4, h5, h6{
  line-height: var(--headline-height);
}
.ekit-wid-con .ekit-fancy-text-lists b{
	/*white-space: normal!important;*/
}
/* 3. Wavy Text */
.waveanimate span.wave-text {
  display: inline-block;
  animation: waveAnim 1s ease-in-out infinite;
}
.waveanimate span.wave-text:nth-child(2) { animation-delay: 0.1s }
.waveanimate span.wave-text:nth-child(3) { animation-delay: 0.2s }
.waveanimate span.wave-text:nth-child(4) { animation-delay: 0.3s }
.waveanimate span.wave-text:nth-child(5) { animation-delay: 0.4s }
.waveanimate span.wave-text:nth-child(6) { animation-delay: 0.5s }
.waveanimate span.wave-text:nth-child(7) { animation-delay: 0.6s }
@keyframes waveAnim {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-12px); }
}

.colorchange-animation .elementor-heading-title{
    background-image: linear-gradient(-120deg, #0B2B74 0%, #173D9E 29%, #1A49C6 67%, #1ECBE1 100%) ;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff!important;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textcolorchange 2s linear infinite;
    animation: textcolorchange 2s linear infinite;
    display: inline-block;

}
.colorchange-animation.elementor-widget-text-editor p{
    background-image: linear-gradient(-120deg, #0B2B74 0%, #173D9E 29%, #1A49C6 67%, #1ECBE1 100%) ;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff!important;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: textcolorchange 2s linear infinite;
    animation: textcolorchange 2s linear infinite;
    display: inline-block;

}
@keyframes textcolorchange {
    to {
        background-position: -200% center;
    }
}

.specialhd-text .elementor-heading-title {
  display: flex;
  align-items: center;
  text-align: left;
  width: auto;
}
.specialhd-text.textcenter .elementor-heading-title {
  text-align: center;
  justify-content: center;
}
.specialhd-text .elementor-heading-title::before,.specialhd-text .elementor-heading-title::after {
    content: " ";
    display: block;
    border-bottom: 2px solid var(--color-dark-blue);
    background-color: #f8f8f8;
    width: 25px;
}
.specialhd-text .elementor-heading-title::before{
      margin-right: 10px;
}
.specialhd-text .elementor-heading-title::after{
  margin-left: 10px;
}

/* 5. Glow */
.glowtext-animate {
  color: #007ee5;
  text-shadow: 0 0 5px #ff0b55, 0 0 10px #ff0b55,
               0 0 20px #ff4081, 0 0 30px #ff4081;
  animation: glowAnim 2s ease-in-out infinite alternate;
}
@keyframes glowAnim {
  from { text-shadow: 0 0 5px #ff0b55; }
  to { text-shadow: 0 0 25px #ff4081, 0 0 40px #ff4081; }
}
/* 4. Flip */
.flip-textanim {
  display: inline-block;
  animation: flipAnim 2s infinite;
}
@keyframes flipAnim {
  0% { transform: rotateX(0); }
  50% { transform: rotateX(180deg); }
  100% { transform: rotateX(360deg); }
}
/* 6. Bounce */
.bounce-textanim {
  animation: bounceAnim 1s infinite;
}
@keyframes bounceAnim {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}
/* 7. Zoom */
.zoomAnim {
  animation: zoomAnim 2s ease-in-out infinite;
}
@keyframes zoomAnim {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* 7. Zoom */
.zoomAnim2 {
  animation: zoomAnim2 2s ease-in-out infinite;
}
@keyframes zoomAnim2 {
  0%, 100% { transform: scale(0.8); }
  50% { transform: scale(1.01); }
}
/* 8. Shimmer (shine across text) */
.shimmer-textanim {
  position: relative;
  display: inline-block;
  color: #222;
  overflow: hidden;
}
.shimmer-textanim::before {
  content: "";
  position: absolute;
  top: 0; left: -150%;
  height: 100%; width: 150%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  animation: shimmerAnim 2s infinite;
}
@keyframes shimmerAnim {
  100% { left: 150%; }
}
.typewriter-text {
  display: inline-block;
  font-size: 26px;
  line-height: 34px!important;
  /*border-right: 3px solid #ff0b55;  cursor */
  white-space: normal;
  overflow: hidden;
  animation: blink-caret 0.7s step-end infinite;
  font-weight: 500;
  padding: 5px 0 6px;
}

/* cursor */
.typewriter-text::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2pt;
    height: 38px;
    background: red;
    margin: -2px 2px 0;
}
  @keyframes blink-caret {
    50% { border-color: transparent; }
  }
.animated-slogan-styleone{
	    animation: glowAnim 2s ease-in-out infinite alternate;
}
/* FULL FIX: Equal height for all infobox items */
.ekit-wid-con,
.ekit-wid-con a.ekit_global_links,
.elementskit-infobox {
    height: 100%;
}

.elementskit-infobox {
    display: flex;
    flex-direction: row;
}

.elementskit-infobox .box-body {
    flex-grow: 1;
}
.animate-bold-text p span{
  animation: zoomAnim 2s ease-in-out infinite;
  display: inline-block;
    padding: 0 12px;
    letter-spacing: -0.1px;
}
.animate-glow-text p span{
      animation: glowAnim 2s ease-in-out infinite alternate;
}
.elementor-widget-container p strong{
  font-weight: 500;
}
.elementor-widget-container p{
  margin-bottom: 0;
}
.elementor-widget-elementskit-fancy-animated-text.offertext-custom {
    position: absolute;
    top: 36px;
    left: -44px;
    transform: rotate(-45deg);
    color: #fff;
    padding: 0;
    font-size: 15px;
    z-index: 99;
    border-radius: 4px;
}
/*.elementor-widget-elementskit-fancy-animated-text.offertext-custom {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    
    color: #fff;
    padding: 0;
    
    font-size: 15px;
    z-index: 99;
    border-radius: 4px;
}*/
.elementor-widget-form .elementor-field-group .elementor-field{
  padding: 11px 20px 15!important;
}
.elementor-widget-form .elementor-field-group textarea.elementor-field{
  padding: 11px 20px 15!important;
  border-radius: 10px!important;
}

.float-downanimate {
  animation: floatDown 3s ease-in-out infinite;
}

@keyframes floatDown {
  0% { transform: translateY(0); }
  50% { transform: translateY(20px); }
  100% { transform: translateY(0); }
}
.float-left-right {
  animation: floatLR 3s ease-in-out infinite;
}

@keyframes floatLR {
  0% { transform: translateX(0); }
  50% { transform: translateX(20px); }
  100% { transform: translateX(0); }
}

.elementor-element.maingradient-clr{
 /* background: url('../images/co-b-l.svg'),linear-gradient(45deg, #9727d7 0%, #5927d7 100%);
 background: url('../images/co-b-l.svg'),linear-gradient(135deg,#0B2B74 0%,#173D9E 40%,#1A49C6 100%);*/
 background: #02309f;
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.maingradient-clr.primaryred-color{
  background: #dd0031;
      background: linear-gradient(135deg, #ca0f1a, #DD0031);
}
/*.specialhd-text b.ekit-fancy-text{
  position: relative;
  display: flex!important;
  align-items: center!important;
  text-align: left!important;
  width: auto!important;
}
.specialhd-text b.ekit-fancy-text::before,.specialhd-text b.ekit-fancy-text::after {
    content: " ";
    display: block;
    border-bottom: 2px solid var(--color-dark-blue);
    background-color: #f8f8f8;
    width: 25px;
}
.specialhd-text b.ekit-fancy-text::before{
      margin-left: auto;
      margin-right: 10px;
}
.specialhd-text b.ekit-fancy-text::after{
  margin-left: 10px;
}*/
.elementor-element .review-wrap {
    padding:10px 28px 10px 17px;
    background-color: var(--color-section-bg);
    border-radius: 10px;
}
.elementor-element .review-wrap .elementor-image-box-content .elementor-image-box-description{
  position: relative;
}
.elementor-element .review-wrap .elementor-image-box-content .elementor-image-box-description::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 5px;
    width: 75px;
    height: 19px;
    background: linear-gradient(135deg, #f5b200 0%, #f5b200 100%);
    -webkit-mask-image: url("../images/star-img.png");
    mask-image: url("../images/star-img.png");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}
/*.ekit-wid-con .ekit-fancy-text-lists b{
  white-space: normal!important;
}*/

.elementor-element.cusborder-divider .ekit-wid-con .ekit-fancy-text.letters:after {
    content: "";
    width: 50px;
    height: 5px;
    display: block;
    background: var(--color-secondary);
    margin: 15px auto 0;
}
.elementor-element.cusborder-divider .ekit-wid-con .ekit-fancy-text.letters{
  position: relative;  
}
.elementor-element.cusborder-divider .ekit-wid-con .ekit-fancy-text.letters::before {
    content: "";
    width: 40%;
    width:150px;
    margin-bottom: 5px;
    margin-bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto 0;
    background: var(--color-secondary);
    border-radius: 5px;
    bottom: 2.2px;
    
}
.elementor-element.cusborder-divider .ekit-wid-con .ekit-heading--title{
  position: relative; 
}
.elementor-element.cusborder-divider .ekit-wid-con .ekit-heading--title:after {
    content: "";
    width: 50px;
    height: 5px;
    display: block;
    background: var(--color-secondary);
    margin: 15px auto 0;
}
.elementor-element.cusborder-divider .ekit-wid-con .ekit-heading--title::before {
    content: "";
    width: 40%;
    width:150px;
    margin-bottom: 5px;
    margin-bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto 0;
    background: var(--color-secondary);
    border-radius: 5px;
    bottom: 2.2px;
    
}
.elementor-element.cusborder-divider.darkbg .ekit-wid-con .ekit-heading--title:after{
  background: var(--color-white);
}
.elementor-element.cusborder-divider.darkbg .ekit-wid-con .ekit-heading--title::before {
  background: var(--color-white);
}
.gridwrp-iconbg .custom-iconwrap{
  padding: 25px 25px 30px;
   
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    background: #fff;
   /*width: calc(33.3% - 10px); border: 1px solid var(--cuswhite-color);*/
}
.gridwrp-iconbg .custom-iconwrap .elementor-image-box-img{
  /*background-color: var(--color-dark-blue); */
  background-color: var(--color-primary);   
    transition: all 0.3s ease-in-out;
    padding: 9px;
    border-radius: 50%;
}
.gridwrp-iconbg .custom-iconwrap .elementor-image-box-img{
  width: 68px!important;
}
.gridwrp-iconbg .custom-iconwrap:hover{
  /*border: 1px solid transparent;
  box-shadow: 0px 10px 28px rgb(19 36 39 / 13%);*/
  border: 1px solid var(--color-primary);
    box-shadow: none;
}
.gridwrp-iconbg .custom-iconwrap:hover .elementor-image-box-img{
  background-color: var(--color-primary);
}
.gridwrp-iconbg .custom-iconwrap .elementor-image-box-img img {
    filter: brightness(0) invert(1);
    filter: brightness(0) invert(1) sepia(1) hue-rotate(260deg) saturate(10)!important;
    transition: 0.3s ease;
}
.gridwrp-iconbg .custom-iconwrap:hover .elementor-image-box-img img{
  filter: brightness(0) invert(1) sepia(1) hue-rotate(260deg) saturate(10)!important;
  
}

/*.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container, .e-con>.elementor-widget>.elementor-widget-container{
  height: auto;
}*/
/* Make each grid row equal height */
.e-grid.gridwrp-iconbg {
    align-items: stretch !important;
}

/* Stretch each grid column */
.e-grid.e-grid.gridwrp-iconbg > .elementor-element {
    display: flex;
    height: 100%;
}

/* Stretch widget wrapper */
.e-grid.e-grid.gridwrp-iconbg > .elementor-element > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Stretch image-box fully */
.elementor-widget-image-box .elementor-widget-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Stretch main wrapper */
.gridwrp-iconbg .elementor-image-box-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Reset ALL unwanted margins/paddings */
.gridwrp-iconbg .elementor-image-box-img,
.gridwrp-iconbg .elementor-image-box-title,
.gridwrp-iconbg .elementor-image-box-description,
.gridwrp-iconbg .elementor-image-box-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Add controlled spacing */
.gridwrp-iconbg .elementor-image-box-img {
    margin-bottom: 0 !important;
    padding: 10px!important;
    margin-right: 10px!important;
}

.gridwrp-iconbg .elementor-image-box-title {
    margin-bottom: 8px !important;
}


.gridwrp-iconbg .elementor-image-box-img {
    margin-bottom: 10px !important;
}

.gridwrp-iconbg .elementor-image-box-title {
    margin-bottom: 12px !important;
}


.customblue-bgclr{
  /*background: var(--cusbluebg-lightcolor)!important;
  background: #e5f0ff!important;*/
}
.elementor-element.leftborder-lightbg{
   border-left: 4px solid var(--cusorgbdr-color);
    background: rgb(255 10 84 / 14%);
    background: var(--cuswhite-color);
    border-radius: 0 10px 10px 0!important;
    height: 100%;
    padding: 20px 25px 20px!important;
    box-shadow: 0 6px 10px rgb(0 0 1 / 20%);
}
.elementor-element.commonwrap-bgwhite{
  padding:20px 20px 10px 20px;
    background-color: var(--cuswhite-color);
    border-radius: 10px;
}
.elementor-element.commonwrap-bglightblue{
  padding:20px 20px 10px 20px;
  background-color: #e5f0ff;
  border-radius: 10px;
}
.elementor-element.commonwrap-bgpink{
  padding:20px 20px 10px 20px;
  background-color: var(--color-primary);
  border-radius: 10px;
}
.elementor-element.commonwrap-bgpink .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgpink .elementor-widget-container p{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgpink .elementor-icon-box-icon .elementor-icon i{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgpink .elementor-widget-container a,.elementor-element.commonwrap-bgpink .elementor-widget-container span{
  color: #FFD41D;
  animation: none;
}
.elementor-element.commonwrap-bgpink .elementor-widget-container span{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgsecondaryblue{
  padding:20px 20px 10px 20px;
  background-color: var(--color-secondary);
  border-radius: 10px;
}
.elementor-element.commonwrap-bgsecondaryblue .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title span{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgsecondaryblue .elementor-widget-container p{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgsecondaryblue .elementor-icon-box-icon .elementor-icon i{
  color: var(--cuswhite-color);
}
.elementor-element.commonwrap-bgsecondaryblue .elementor-widget-container a,.elementor-element.commonwrap-bgsecondaryblue .elementor-widget-container span{
  color: #FFD41D;
  animation: none;
}
.elementor-element.commonwrap-bgsecondaryblue .elementor-widget-container span{
  color: var(--cuswhite-color);
}

.cuscontact-wrap .cantact-cmnitem{

}
.cuscontact-imgwrap{
  z-index: 3;
}
.elementor-element.cuscontact-wrap {
    background: var(--color-section-bg);
    padding: 30px 30px;
    border-radius: 0 30px 30px 30px;
    /*max-width: 80%;
    margin-left: -19%;
    z-index: 1;
    margin-top: 35px;
    padding-left: 22%;*/
    position: relative;
    z-index: 1;
    /*background: linear-gradient(0deg, #ca0f1a, #ff033b);*/
}
.elementor-element.cuscontact-wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 30px 0 30px;
    background: var(--color-section-bg);
    margin-left: -28%;
    z-index: -1;
    margin-top: 0;
    padding-left: 24%;
    top: 0;
    position: absolute;
    /*background: linear-gradient(0deg, #ca0f1a, #ff033b);*/
}
.cuscontact-wrap .cantact-cmnitem{
  padding: 10px 15px 20px 0;
    border-bottom: 1px dashed var(--color-border-2);
    
   /*width: calc(33.3% - 10px);*/
}
.cuscontact-wrap .cantact-cmnitem:last-child{
  border-color: transparent;
}

.cuscontact-wrap .cantact-cmnitem .elementor-image-box-img{
  background-color: var(--color-dark-blue);    
    transition: all 0.3s ease-in-out;
    padding: 12px;
    border-radius: 50%;
}
.cuscontact-wrap .cantact-cmnitem .elementor-image-box-img{
  width: 60px!important;
}
.cuscontact-wrap{
  position: relative;
}
.cuscontact-wrap .contacterap-head{
  background: var(--primary-gradient);
  color: #fff!important;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 15px 20px;
  border-radius: 0px 15px 0 16px;
}
.cuscontact-wrap .cantact-cmnitem:hover{
  /*border: 1px solid transparent;
  box-shadow: 0px 10px 28px rgb(19 36 39 / 13%);*/
  border-color:  var(--color-primary);
    box-shadow: none;
}
.cuscontact-wrap .cantact-cmnitem:hover:last-child{
  border-color: transparent;
}
.cuscontact-wrap .cantact-cmnitem:hover .elementor-image-box-img{
  background-color: var(--color-primary);
}
.cuscontact-wrap .cantact-cmnitem .elementor-image-box-img img {
    filter: brightness(0) invert(1)!important;
    /*filter: brightness(0) invert(1) sepia(1) hue-rotate(260deg) saturate(10)!important;*/
    transition: 0.3s ease;
}
.cuscontact-wrap .cantact-cmnitem:hover .elementor-image-box-img img{
  /*filter: brightness(0) invert(1) sepia(1) hue-rotate(260deg) saturate(10)!important;*/
  
}
.cuscontact-wrap .cantact-cmnitem .elementor-image-box-title {
    margin-bottom: 12px ;
}

.elementor-element.cuscontact-wrap.darkclr-theme{
  background: var(--primary-gradient);
  background: var(--bluewimage-gradient);
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.elementor-element.cuscontact-wrap.darkclr-theme:after {
  background: var(--primary-gradient);
  background: var(--bluewimage-gradient);
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: scroll;
}
.cuscontact-wrap.darkclr-theme .cantact-cmnitem{
  border-bottom-color:var(--color-light-bg-pink) ;
  border-bottom-color: rgba(255,255,255,0.3);
}
.cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-image-box-img{
  background-color:var(--color-white) ;
}
.cuscontact-wrap.darkclr-theme .contacterap-head{
  background: var(--color-secondary);
  background: var(--color-accent);
}
/*.cuscontact-wrap.darkclr-theme .cantact-cmnitem:hover{
  border-color: var(--color-white);
}*/
.cuscontact-wrap.darkclr-theme .cantact-cmnitem:hover .elementor-image-box-img{  
  background: var(--color-accent);
}
.cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-image-box-img img {
    filter:brightness(0)invert(16%)sepia(100%)saturate(7500%)hue-rotate(-2deg)brightness(95%)contrast(105%)!important;
    
}
.cuscontact-wrap.darkclr-theme .cantact-cmnitem:last-child{
  border-color: transparent;
}
.cuscontact-wrap .cantact-cmnitem:hover .elementor-image-box-img img{
  filter: brightness(0) invert(1)!important; 
  
}
.heading-leftbdr{
  border-left: 4px solid var(--color-accent);
  padding-left: 20px;
}
.customround-item .work-lightwrap {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 200px;
    padding: 15px 30px 15px 15px;
    margin-bottom: 20px!important;position: relative;
    z-index: 1;
    animation: floatLR 3s ease-in-out infinite;
}

.customround-item .work-lightwrap .elementor-image-box-wrapper .elementor-image-box-img {
    background: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    padding: 5px;
    width: 58px!important;
}
.work-lightwrap-image .elementor-widget-container{
  border-radius: 300px 300px 0 0;
  margin: 0 30px;
  position: relative;
  z-index: 5;
}
.work-lightwrap-image .elementor-widget-container img{
  border-radius: 300px 300px 0 0;
  
}
.customround-item .work-lightwrap .elementor-widget-container{
  background: transparent;
}
.customround-item .work-lightwrap .elementor-widget-container::before{
    position: absolute;
    content: "";
    right: calc(-100% + 25%);
    border: 1px solid var(--color-white);
    width: 75%;
    z-index: -6;
    top: 50%;
    transform: translateY(-50%);
}
.customround-item .work-lightwrap:last-child .elementor-widget-container::before{
  top: 10%;    width: 78%;
  transform: translateY(-50%) rotate(-23deg);
}
/*.customround-item .work-lightwrap:first-child .elementor-widget-container::before{
  top: 90%;    width: 78%;
  transform: translateY(-50%) rotate(23deg);
}*/
.customround-item .work-lightwrap:first-child .elementor-widget-container::before {
    top: 108%;
    width: 83.2%;
    transform: translateY(-65%) rotate(37deg);
}
.customround-item.customround-itemright .work-lightwrap .elementor-widget-container::before{
  left: calc(-100% + 25%);
}
.customround-item.customround-itemright .work-lightwrap:last-child .elementor-widget-container::before{  
  top: 22%;
  transform: translateY(-50%) rotate(23deg);
}
/*.customround-item.customround-itemright .work-lightwrap:first-child .elementor-widget-container::before{  
  top: 103%;
    transform: translateY(-50%) rotate(-26deg);
    left: calc(-100% + 26%);
}*/
.customround-item.customround-itemright .work-lightwrap:first-child .elementor-widget-container::before {
    top: 99%;
    transform: translateY(-41%) rotate(-35deg);
    left: calc(-100% + 27%);
}
.work-lightwrap-image {
  overflow: visible ;
}
.rippleanimate {
  position: relative;
}

.rippleanimate::before,
.rippleanimate::after {
  content: "";
  position: absolute;border-radius: 300px 300px 0 0;
  top: 50%;
  left: 50%;
  width: 105%;
  height: 105%;
 transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
  animation: glowRipple 3s infinite;
  pointer-events: none;
  z-index: -1;
}

.rippleanimate::after {
  animation-delay: 1.5s;
}

@keyframes glowRipple {
  0% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
  }
  100% {
    box-shadow: 0 0 40px 60px rgba(255,255,255,0);
  }
}

.customaccordion-wrap .customaccordion-item .elementskit-card .elementskit-card-header .elementskit-btn-link{
  background-color:#dd0031 ;
  background-image: linear-gradient(0deg, #ca0f1a, #ff033b);
  border-radius: 10px ;
  background: none;
  border:1px solid var(--color-primary);
}
.customaccordion-wrap .customaccordion-item .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-primary)!important;
  color: var(--color-white)!important;
}
.customaccordion-wrap .customaccordion-item .elementskit-card.active:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-secondary)!important;
  color: var(--color-white)!important;
}
.customaccordion-item .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  border-radius: 10px 10px 0 0;
}
.customaccordion-item .ekit-wid-con .ekit_accordion_icon_group{
  margin-right: 16px;
}
/* Accordion list icon */
.customaccordion-item .ekit-accordion--content ul {
    list-style: none;
    padding-left: 0;
}

.customaccordion-item .ekit-accordion--content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 2px;
}

.customaccordion-item .ekit-accordion--content ul li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #e60023; /* red icon */
    font-size: 14px;
}
.customaccordion-item .ekit-accordion--content{
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(221 0 49 / 40%);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.customaccordion-item .ekit-accordion--content::before{
  content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.customaccordion-wrap .customaccordion-item .elementskit-card:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color:#004f71 ;
  background: linear-gradient(135deg, #003a54 0%, #004f71 50%, #0a6f99 100%);
  background: none;
  border:1px solid var(--color-secondary);
}
.customaccordion-item .ekit-accordion--content ul li::before {

}
.customaccordion-item .elementskit-card:nth-child(even) .ekit-accordion--content{  
  border: 1px solid rgb(0 79 113 / 40%);
  border-top: none;
}
.customaccordion-item .elementskit-card:nth-child(even) .ekit-accordion--content::before{  
    background: rgb(0 79 113 / 30%);    
}
.customaccordion-wrap .customaccordion-item .elementskit-card .elementskit-card-header .elementskit-btn-link .icon{
  font-size: 16px;
}
.customvertical-phdtab .elementkit-tab-wraper.vertical .nav-tabs .elementkit-nav-item .elementkit-nav-link{
  /*background: var(--secondblue-gradient);*/
  color: var(--color-secondary);
}
.customvertical-phdtab .elementkit-tab-wraper.vertical .nav-tabs .elementkit-nav-item .ekit-icon-image{
  width: 40px;
}
.customvertical-phdtab .elementkit-tab-wraper.vertical .nav-tabs .elementkit-nav-item .elementkit-nav-link.active{
  
  color: var(--color-primary);
}
.customvertical-phdtab .customtabcontent-wraper{
  flex-direction: row-reverse;
    justify-content: flex-start;
    display: flex;
}
.customvertical-phdtab .customtabimage-wraper{
  width: 35%;
}
.customvertical-phdtab .customtabimage-wraper img{
  width: 100%;
    object-fit: cover;
    height: 100%;
}
.customtabcont-item{
      
}
.customtabcont-item .customtabcont-iteminner{
      background: #fff;
    padding: 35px 38px;
}
.customtabcont-item .customtabcont-iteminner p{
  margin-bottom: 0;
}
.vertical-tabitem .elementor-image-box-wrapper{
  flex-direction: row-reverse;    
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.vertical-tabwraper .vertical-tabitem .elementor-image-box-content{
  
}
.vertical-tabitem .elementor-image-box-wrapper .elementor-image-box-img{
  /*width: 35%;
  margin-bottom: 0;*/
}

.elementor .customvertical-phdtab .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
  background: none;
  color: var(--color-dark-blue)!important;
  
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title{
  background: none!important;
  color: var(--color-text)!important;
  text-align: left;
  border-bottom: 1px dashed rgba(221,0,49,0.3);
  padding: 10px 20px 10px 0;
      justify-content: flex-start;
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
  margin-right: 8px;
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon svg{
  filter: brightness(0) saturate(100%);
}
.elementor .customvertical-phdtab .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] svg{
    filter: brightness(0) saturate(100%)
            invert(17%)
            sepia(91%)
            saturate(4870%)
            hue-rotate(209deg)
            brightness(93%)
            contrast(102%);
}

/* Make tab headings 2 columns */
.customvertical-phdtab .elementor-widget-n-tabs .e-n-tabs{
  gap: 0;
  align-items: center;
}
.customvertical-phdtab .e-n-tabs-heading {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    min-width: 42%;
    width: 42%;
    padding: 18px;
    padding: 18px 30px;
    border: 3px solid rgb(3 48 148);
    /*min-width: 30%;
    padding-right: 5.2%;*/
    position: relative;
    z-index: 1;
}
.customvertical-phdtab .e-n-tabs-heading::before{
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 17px);
  position: absolute;
  left: 8px;
  top: 8px;
  background: #fff;
  z-index: -1;
  border: 1px solid rgb(3 48 148 / 70%);
  box-shadow: 0 8px 20px rgba(11, 60, 145, 0.25), inset 0 2px 0 rgba(255, 255, 255, 0.7), inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title:last-child{
  border-color: transparent;
}
.customvertical-phdtab .e-n-tabs-content{
  min-width: 70%;
      min-width: 58%;
    padding-left: 3%;
    width: 58%;
}
.customvertical-phdtab .elementor-image-box-img{
  width: 70%;
  margin-bottom: 0!important;
}
.customvertical-phdtab .elementor-image-box-content{  
  background: var(--color-white);
  padding: 35px 38px;
  margin-right: -50px;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  border: 1px solid rgb(2 48 159 / 50%);
  border-radius: 0 20px 0 20px;
}

.customvertical-phdtab .elementor-image-box-content::before{
  content: "";
    background: rgb(2 48 159 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
/* Graduation icon before Image Box title */
.customvertical-phdtab .elementor-widget-image-box .elementor-image-box-title{
  margin-top: 0;
  font-size: 26px !important;
      margin-bottom: 10px;
}
.customvertical-phdtab .elementor-widget-image-box .elementor-image-box-title::before {
    content: "\f19d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-bottom: 15px;
    color: var(--color-white);
    font-size: 25px;
    vertical-align: middle;
    display: block;
    transform-origin: center center;
    animation: pulserippleblue 2s linear infinite;
    width: 50px;
    background: var(--color-dark-blue);
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
}
@keyframes phdIconRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes pulserippleblue {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(2,48,159, 0.4);
        box-shadow: 0 0 0 0 rgba(2,48,159, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(2,48,159, 0);
        box-shadow: 0 0 0 10px rgba(2,48,159, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(2,48,159, 0);
        box-shadow: 0 0 0 0 rgba(2,48,159, 0);
    }
}
@keyframes pulserippleblack {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}




/*  Reusable custom scrollbar */
.vertiscroll-cmnwrap .elementor-element.custom-scrollphd {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding: 10px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #007ee5 #f0f0f0;
}
.custom-scrollphd::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollphd::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.custom-scrollphd::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,#1ecbe1,#02309f);
  border-radius: 8px;
}

.scroll-boxphd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scroll-boxphd li.ekit-stylish-list-content-wrapper {
  background: #f9f9f9;
  margin: 6px 0;
  padding: 10px;
  border-radius: 6px;
  margin: 0 0 5px;
  padding: 5px 10px;
}
.scroll-boxphd .common-list-style li.tick-before .fi{
  color: #007ee5;
  box-shadow: none;
}
.vertiscroll-cmnwrap .elementor-element.scroll-boxphd {
  width: 100%;
  height: 400px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.vertiscroll-cmnwrap .elementor-element.scroll-boxphd.mediumsheight-scrolloxphd{
  height: 300px;
}
.scroll-header {
  text-align: left;
  padding: 10px 76px 11px 20px;
  font-weight: 600;
  background: var(--color-dark-blue);
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 17px;
}
.scroll-buttonsphd {
  display: flex;
  justify-content: space-between;
  /*background: #fafafa;
  border-top: 1px solid #ddd;
  padding: 6px;*/
}
.vertiscroll-cmnwrap .elementor-element.scroll-buttonsphd{
  width: 70px;
  border: none;
  background: none;
  position: absolute;
  top: 7px;
  right: 10px;
  padding: 0;
}
.vertiscroll-cmnwrap .elementor-element.scroll-buttonsphd .scroll-buttonwrap{
  width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.scroll-buttonsphd button {
  flex: 1;
  margin: 0 2px;
  padding: 6px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg,#ff0b55,#e91e63);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.scroll-buttonsphd button{
      flex: 1;
    margin: 0 2px;
    padding: 6px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color:var(--color-dark-blue);
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 32px;
    height: 32px;
}
/*.scroll-buttonsphd button:hover {
  background: linear-gradient(90deg,#43e97b,#38f9d7);
}*/ 
.scroll-buttonsphd button .fi{
  line-height: 10px;
}
.vertiscroll-cmnwrap.leftside-scroll{
  padding-right: 2.5%;
}
.vertiscroll-cmnwrap.rightside-scroll{
  padding-left: 2.5%;
}
/** scroll bar end **/

.custom-steprow .step-item .elementor-image-box-wrapper {
    box-shadow: 5px 6px 0 rgb(0 126 229 / 70%);
    border-radius: 0 30px;
    padding: 15px 20px;
    border: 1px solid rgb(221 0 49 / 10%);
    box-shadow: 6px 7px 0px rgb(221 0 49 / 100%),0 4px 12px rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    background: #f9f9f9;
}
.step-item .elementor-image-box-wrapper .elementor-image-box-img img{
  padding: 5px;
}
.custom-steprow .step-item{
  margin-bottom: 20px;
}
.listgif-iconwrap .giflist-cusitem .ekit-stylish-list-content-icon{
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  margin-right: 12px;
}
.listgif-iconwrap .scroll-header{
  background: none;
  color: var(--color-secondary);
  padding: 16px 76px 11px 25px;
  border-bottom: 1px solid var(--color-secondary);
}
.scroll-boxphd.listgif-iconwrap li.ekit-stylish-list-content-wrapper{
  background: none;
  border-radius: 0;
  padding: 5px 10px 15px;
    border-bottom: 1px dashed #ccc;
}
.listgif-iconwrap .scroll-buttonsphd button{
  background: var(--color-secondary);
  color: var(--color-white);
}
.vertiscroll-cmnwrap .elementor-element.scroll-boxphd.listgif-iconwrap{
  border: 1px solid var(--color-secondary);
  background: #f6f6f6;
  box-shadow: none;
  margin-bottom: 30px;
}
.vertiscroll-cmnwrap .elementor-element.scroll-boxphd.listgif-iconwrap.marginbotzero{
  margin-bottom: 0;    margin-top: 0;
}
.verticalscroll-designtwo .vertiscroll-cmnwrap.leftside-scroll{
  padding-right: 15px;
}
.verticalscroll-designtwo .vertiscroll-cmnwrap.rightside-scroll{
  padding-left: 15px;
}
.verticalscroll-designtwo .vertiscroll-cmnwrap .elementor-element.scroll-boxphd.mediumsheight-scrolloxphd {
    height: 305px;
}
.verticalscroll-designtwo .vertiscroll-cmnwrap .elementor-element.custom-scrollphd {
  
  scrollbar-color: #004F71 #f0f0f0;
}

.verticalscroll-designtwo .custom-scrollphd::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 8px;
}
.verticalscroll-designtwo .custom-scrollphd::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg,#004de1,#004F71);
  border-radius: 8px;
}
.verticalscroll-designtwo .commonwrap-bglightblue{

}
.customvertical-phdtab 
.e-n-tabs-heading 
.e-n-tab-title::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url("../images/educstion-gif.gif");
    background-image: url("../images/tabicon-child2.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
    vertical-align: middle;
}
.customvertical-phdtab 
.e-n-tabs-heading 
.e-n-tab-title:nth-child(1)::before {
  background-image: url("../images/tabicon-childone.gif");
}
.customvertical-phdtab 
.e-n-tabs-heading 
.e-n-tab-title:nth-child(2)::before {
  background-image: url("../images/educstion-gif.gif");
}
.customvertical-phdtab 
.e-n-tabs-heading 
.e-n-tab-title:nth-child(3)::before {
  background-image: url("../images/tabicon-child2.gif");
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
  margin-right: 8px;
}
.customvertical-phdtab .e-n-tabs-heading .e-n-tab-title::before{
  filter: brightness(0) saturate(100%);
}
.elementor .customvertical-phdtab .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before{
    filter: brightness(0) saturate(100%)
            invert(17%)
            sepia(91%)
            saturate(4870%)
            hue-rotate(209deg)
            brightness(93%)
            contrast(102%);
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper{
  width: auto;
  max-width: fit-content;
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(0) invert(100%);
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper {
    position: relative;
    background: #f4f8f9;
    background: #e4f8fc;
    background: #02309F;
    border-radius: 5px;
    overflow: hidden;
    /*border: 0.15rem solid #004f71;*/
        padding: 0px 0px 0px 17px;
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper::after {
    /*content: "";
    width: 55px;
    height: 100%;
    background: rgb(0 126 229 / 50%);
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: -3px;
    transform: skew(0, -49deg);
    transform-origin: bottom right;*/
    
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper::after {
    content: "";
    width: 50px;
    height: 100%;
    border-bottom: solid 28px #fff;
    border-right: solid 28px #fff;
    border-left: solid 28px transparent;
    border-top: solid 28px transparent;
}
/*.customkey-wraper .customkey-headsec .elementor-image-box-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 104%;
    border-left: 0.15rem solid #004f71;
    transform: skewX(-30deg);
    pointer-events: none;
    background: #fff;
    border-radius: 0;
}*/
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper .elementor-image-box-title{
  padding-right: 8px;
  margin: 0;
  color: #fff!important;
}
.customkey-wraper .customkey-headsec .elementor-image-box-wrapper::before {
    
    }
.customkey-wraper .customkey-bodysec .elementor-image-box-content{
    background: #dd0031;
    color: #fff;
    border-radius: 10px;
    padding: 40px 30px 20px;
    text-align: left;
    margin-top: -20px;
    z-index: -1;
    position: relative;
}

.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-img{
  width: 80px!important;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 10px;
  position: relative;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-img {
    width: 120px!important;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 22px;
    /* border: 15px solid #02309f; */
    margin: 0 auto 0 20px!important;
    background: #fff;
    text-align: center;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-img::before {
    content: "";
    width: 150px;
    height: 150px;
    width: 140px;
    height: 140px;
    display: block;
    position: absolute;
    left: -15px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(45deg, #0B2B74 0%, #173D9E 29%, #1A49C6 67%, #1ECBE1 100%);
    background:#007ee5;
    z-index: -1;
    border-radius: 50%;
    text-align: -webkit-match-parent;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content {
    background: #fff;
    padding: 12px 20px;
    margin-left: -35px;
    padding-left: 45px;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: -1;
    border: 1px solid #007ee5;
    border-top: 10px solid #007ee5;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content::before {
    content: "";
    width: 10px;
    height: 30px;
    height: 50%;
    background: #007ee5;
    display: block;
    position: absolute;
    left: auto;
    top: -10px;
    right: -10px;
    z-index: -8;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
  margin: 0 0 5px;
  font-size: 19px !important;
}
.customkey-design .customkeygndesinnumbersec {
    position: absolute;
    right: 27px;
    top: 53%;
    transform: translateY(-50%);
}
/*.customkey-design .customkeygndesinnumbersec .elementor-heading-title{    
    height: 50px;
    width: 46px;
    background: #007ee5;
    color: #fff!important;
    text-align: center;
    line-height: 50px;
    font-size: 20px!important;
    border-radius: 5px;
}*/
.customkey-design .customkeygndesinnumbersec .elementor-heading-title {
    height: 40px;
    width: 41px;
    background: #007ee5;
    color: #fff!important;
    text-align: center;
    line-height: 40px;
    font-size: 19px!important;
    border-radius: 5px;
}
.elementor-element.customkey-design{
  padding-right: 50px!important;
  margin-bottom: 12px!important;
}

.customkey-design.customkey-designeven .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-img::before{
  background: #ff0b55;
}
.customkey-design.customkey-designeven .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content{
  margin-right: -45px;
    padding-right: 45px;
    margin-left: 0;
    padding-left: 0;
    border: 1px solid #ff0b55;
    border-top: 10px solid #ff0b55;
}
.customkey-design.customkey-designeven .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content::before {
  left: -10px;
  right: auto;
  background: #ff0b55;
}
.customkey-design.customkey-designeven .customkeygndesinnumbersec {
    right: auto;
    left: 27px;
}
.customkey-design.customkey-designeven{
  padding-left: 50px!important;
  padding-right: 10px!important;
}
.customkey-design.customkey-designeven .customkeygndesinnumbersec .elementor-heading-title{
  background: #ff0b55;
}

.swiper-slide-inner{
  /*background-color: #fff;
  -webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
  box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
  padding: 30px;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 1;
  height: 100%;*/
}
.sigletestimonial-slider .ekit-wid-con .elementskit-single-testimonial-slider{
  background-color: transparent;
  box-shadow: none;
  padding: 30px 30px;
}
.sigletestimonial-slider,
.sigletestimonial-slider .swiper-wrapper,
.sigletestimonial-slider .swiper-slide {
    height: 100%;
}
.sigletestimonial-slider .equalheight-section{
  height: 100%;
}
.sigletestimonial-slider .equalheight-section .elementskit-testimonial-slider,.sigletestimonial-slider .equalheight-section .elementskit-testimonial-slider .ekit-main-swiper, .sigletestimonial-slider .equalheight-section .elementskit-testimonial-slider .swiper-slide-inner, .sigletestimonial-slider .equalheight-section .elementskit-testimonial-slider .elementskit-single-testimonial-slider{
   height: 100%;
}
.sigletestimonial-slider .equalheight-section .elementskit-testimonial-slider .elementskit-single-testimonial-slider{
  height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.marquee-section {
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 20px 0;
}

.marquee-content {
    display: inline-block;    
    animation: marquee 15s linear infinite;
    font-size: 22px;
    color: #fff;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee-content:hover {
    animation-play-state: paused;
}
.marquee-wrapper {
    width: 100%;
    overflow: hidden!important;
    background: var(--color-dark-blue);
    padding: 18px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeLoop 15s linear infinite;
}
.marquee-track:hover {
    animation-play-state: paused;
}
.marquee-track .elementor-icon-list-items{
  display: flex;
}
.marquee-track .elementor-icon-list-items .elementor-icon-list-item {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-right: 20px;
}

@keyframes marqueeLoop {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.marquefull-bg{
 
  padding: 20px 0;
}
/*:root{
  --gap: calc(var(--size) / 14);
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

.marquee-section {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 10px;
}

.marquee-content {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    gap: 10px;
    min-width: 100%;
    animation: scroll-x 60s linear infinite;
}

#graphSec .reversemarquee .marquee_group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}*/
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content::after {
    width: 95px;
    content: "";
    height: 100%;
    background: #fff;
    display: block;
    position: absolute;
    left: 9px;
    top: 0;
    z-index: -1;
    inset: -26px;
    /* border-radius: 30px; */
    /* border: 4px solid #fff; */
    pointer-events: none;
    top: 0;
}
.customkey-design.customkey-designeven .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-content::after{
  right: 9px;
  left: auto;
}
.customkey-design .customkey-designitem .elementor-image-box-wrapper .elementor-image-box-img img{
  animation: zoomAnim2 2s ease-in-out infinite;
}

.whychoose-wrap .whychoose-section .ekit-stylish-list .ekit-stylish-list-content{
   align-items: center;
      gap: 0 8px;
}
.whychoose-fullimgcont .whychoose-imagesection{
  border-radius: 50%;
  overflow: hidden;
  animation: zoomAnim 2s ease-in-out infinite;
}
.whychoose-wrapleft .whychoose-section .ekit-stylish-list  .ekit-stylish-list-content{
  flex-direction: row-reverse;
  text-align: right; 
}

.whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
  margin-right: -23%;
}
.whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3){
  margin-left: -12%;
}
.whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child{
  margin-right: -23%;
}

.whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
  margin-left: -23%;
}
.whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3){
  margin-right: -12%;
}
.whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child{
  margin-left: -23%;
}

.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  height: 52px;
  padding: 9px;
  background:var(--bluewimage-gradient) ;
  background: var(--color-primary);
  border-radius: 50%;
      margin: 0;
}
.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon img{
  filter: brightness(0) invert(1);
}
.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-text .ekit-stylish-list-content-title{
  font-size: 18px;
    font-weight: 600;
    color: var(--color-secondary);
    margin-bottom: 3px;
}
.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  margin-bottom: 18px;
  width: 100%;
    margin-left: auto;
}
.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
animation: boxpulse infinite 1.3s ease-in-out, pulseeffect infinite 2s ease-in-out;
}
.whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon img{
  
}
@keyframes boxpulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(221 0 49 / 40%);
    box-shadow: 0 0 0 0 rgb(221 0 49 / 40%);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgb(221 0 49 / 0);
      box-shadow: 0 0 0 10px rgb(221 0 49 / 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(221 0 49 / 0);
      box-shadow: 0 0 0 0 rgb(221 0 49 / 0);
  }
}
@keyframes pulseeffect {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/*@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}


.gradietbtn-wrap .gradientmoving-button .elementor-heading-title{
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),#fff,#fff 5%,#fff 60%,#fff 95%);
    --gradient-border: conic-gradient(from var(--border-angle),transparent 25%,#ff0f7b,#f89b29 99%,transparent);
    animation: gradientmoving 3s linear infinite;
    background: var(--main-bg) padding-box,var(--gradient-border) border-box,var(--main-bg) border-box;
    background-position: 50%;
    border: 3px solid transparent;
    padding: 11px 8px;
    place-content: center;
}
@keyframes gradientmoving {
    to {
        --border-angle: 1turn
    }
}

.gradientmoving-button:hover::before {
    animation-play-state: paused;
}*/
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title {
    position: relative;
    padding: 14px 20px;
    background: #fff;
    border-radius: 50px;
    z-index: 0;
    overflow: hidden;
    margin: 4px 3px 4px 3px;
    display: block;
    border: 1px solid #082567;
}

/* animated gradient ring 
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: linear-gradient(90deg, #E1341E, #fc1dd0, #1ecbe1, #E1341E);
    background: linear-gradient(90deg, #ff0f7b, #f89b29, #00c6ff, #ff0f7b);
    background-size: 300% 100%;
    animation: gradientSlide 4s linear infinite;
    border-radius: inherit;
    z-index: -2;
}*/

/* inner mask 
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    border-radius: inherit;
    z-index: -1;
}*/

@keyframes gradientSlide {
    from { background-position: 0% 50%; }
    to   { background-position: 300% 50%; }
}
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title a{
  font-size: 16px !important;
}
.elementor-element.gradietbtn-wrap.e-con {
    width: auto;
}
/*
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title{
     position: relative;
    padding: 14px 34px;
    background: #fff;
    color: #000;
    border-radius: 40px;
    z-index: 0;
    overflow: hidden;
}


.gradietbtn-wrap .gradientmoving-button .elementor-heading-title::before {
     content: "";
    position: absolute;
    inset: -3px;
    background: conic-gradient(
        transparent 25%,
        #ff0f7b,
        #f89b29 99%,
        transparent
    );
    border-radius: inherit;
    animation: rotateBorder 3s linear infinite;
    z-index: -2;
}


.gradietbtn-wrap .gradientmoving-button .elementor-heading-title::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #fff;
    border-radius: inherit;
    z-index: -1;
}

@keyframes rotateBorder {
    to {
        transform: rotate(360deg);
    }
}

.gradientmoving-button:hover::before {
    animation-play-state: paused;
}
*/
.threecolumn-btnwrap .gradietbtn-wrap .gradientmoving-button .elementor-heading-title{
  margin: 3px 5px 3px 2px;
}

.boxshadow-section.pinkshadow-section{

}
.boxshadow-section.blueshadow-section{

}
/*.boxshadow-wraper.blueshadow-wrap{

}
.boxshadow-wraper.pinkshadow-wrap{

}*/
.boxshadow-mainblock{
  gap: 25px 25px;
}
.boxshadow-section .boxshadow-wrapcontent{
  border-left: 1px dashed #CCCCCC;
  padding-left: 20px;
}
.boxshadow-mainblock .elementor-element.boxshadow-section{
  flex-direction: row;
  display: flex;
  align-items: center;
  padding: 20px 18px;
  width: calc(50% - 40px);
  margin-bottom: 20px;
}
.boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-oddsection {
  margin-right: 10px;
}
.boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-evensection {
  margin-left: 10px;
}
.boxshadow-mainblock .boxshadow-section .boxshadow-wraper{
  min-width: 40%;
  width: 40%;
}
.boxshadow-wraper .elementor-image-box-wrapper{
  padding-right: 12px;
}
.boxshadow-wraper .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
.boxshadow-mainblock .boxshadow-wraper .elementor-image-box-wrapper .elementor-image-box-img{
    width: 62px!important;
    margin-bottom: 10px!important;
}
.boxshadow-wraper .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%);
  animation: zoomAnim 2s ease-in-out infinite;
}
.boxshadow-section .boxshadow-wrapcontent ul {
    list-style: none;
    padding-left: 0;
}

.boxshadow-section .boxshadow-wrapcontent ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}
.boxshadow-section .boxshadow-wrapcontent ul li:last-child {
  margin-bottom: 0;
}
.boxshadow-section .boxshadow-wrapcontent ul li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-dark-blue); /* red icon */
    font-size: 14px;
}
.elementor-element.boxshadow-section{
  position: relative;
  overflow: hidden!important;
  border: 1px solid rgb(221 0 49 / 40%);
  border-radius: 10px 10px;
}
.elementor-element.boxshadow-section::before{
  content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;left: auto;top: auto;
}
.elementor-element.boxshadow-section::after{
  content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.elementor-element.boxshadow-section.blueshadow-section{  
  border-color: rgb(0 79 113 / 40%);
}

.elementor-element.boxshadow-section.blueshadow-section::before{
  background: rgb(0 79 113 / 30%); 
}
.elementor-element.boxshadow-section.blueshadow-section::after{
  background: rgb(0 79 113 / 30%); 
}
.boxshadow-section.blueshadow-section .boxshadow-wraper .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) !important;
}
.boxshadow-section.blueshadow-section .boxshadow-wrapcontent ul li::before{
  color: var(--color-primary);
}
.customlistitem-row .customlistitem-threecol .elementor-icon-list-items{
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
}
.customlistitem-row .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
  width: 33.33%;
  margin: 10px 0;
  padding-right: 18px;
}
.customfaq-wraper .custom-faqinnerwrap{

}
.customfaq-wraper .custom-faqinnerwrap .elementskit-card .elementskit-card-header .elementskit-btn-link{
  background-color:#fff ;
  border-radius: 5px ;
  border:1px solid var(--color-border-2);
  padding: 14px 30px 14px 18px;
}
.customfaq-wraper .custom-faqinnerwrap .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-primary)!important;
  color: var(--color-white)!important;
}

.custom-faqinnerwrap .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  border-radius: 5px 5px 0 0;
}
.custom-faqinnerwrap .ekit-wid-con .ekit_accordion_icon_group{
  margin-right: 16px;
}

.customfaq-wraper .custom-faqinnerwrap .ekit-wid-con .elementskit-accordion .elementskit-card-body{
  padding: 20px 30px 20px 30px;
    background: #fff;
}
/* Accordion list icon */
.custom-faqinnerwrap .ekit-accordion--content ul {
    list-style: none;
    padding-left: 0;
}

.custom-faqinnerwrap .ekit-accordion--content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 2px;
}

.custom-faqinnerwrap .ekit-accordion--content ul li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #e60023; /* red icon */
    font-size: 14px;
}
.custom-faqinnerwrap .ekit-accordion--content{
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(221 0 49 / 40%);
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.custom-faqinnerwrap .ekit-accordion--content::before{
  content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*
.customfaq-wraper .custom-faqinnerwrap .elementskit-card.active:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-secondary)!important;
  color: var(--color-white)!important;
}
.customfaq-wraper .custom-faqinnerwrap .elementskit-card:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color:#004f71 ;
  background: linear-gradient(135deg, #003a54 0%, #004f71 50%, #0a6f99 100%);
  background: none;
  border:1px solid var(--color-secondary);
}
.custom-faqinnerwrap .elementskit-card:nth-child(even) .ekit-accordion--content{  
  border: 1px solid rgb(0 79 113 / 40%);
  border-top: none;
}
.custom-faqinnerwrap .elementskit-card:nth-child(even) .ekit-accordion--content::before{  
    background: rgb(0 79 113 / 30%);    
}*/
.custom-faqinnerwrap .ekit-accordion--content ul li::before {

}

.customfaq-wraper .custom-faqinnerwrap .elementskit-card .elementskit-card-header .elementskit-btn-link .ekit_accordion_icon_group i{
  font-size: 18px;
}
.customstage-item .custom-stageitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
  position: relative;
      margin-bottom: 5px;
}
.customstage-item .custom-stageitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #000;
    margin-top: 5px;
    border-radius: 10px;
    background: #fff;
}
.customstage-item .custom-stageitemcont .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(200%) invert(1);
}
.customstage-wraper .customstage-item {
    border-bottom: 1px dashed #cccccc ;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.vertistable-cmnwrap.leftside-scroll{

}
.customtable-fulwrap .customtable-header{

}
.custable-listwrap{

}

.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-stylish-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding:  0;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(0 79 113);
    border-color: rgba(255,255,255,0.8);
}

.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
    padding: 6px 10px;
    margin: 0 0 5px;
    margin: 0;
    border-right: 1px dashed rgba(0, 0, 0, 0.8);
    border-color: rgba(255,255,255,0.8);
}
.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:nth-child(even) {
    border-right: none;
}
.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:last-child,.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:nth-last-child(2){
  border-bottom: none !important;
}
.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-icon{
  justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon .icon{
      margin-top: 8px;
}

.custom-testimonial .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-profile-info{
      margin-bottom: 13px;
}
.custom-testimonial .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-stars{
  margin-bottom: 12px;
}
.custom-testimonial .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider{
  padding: 30px 20px;
}
.custom-testimonial .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content>p{
      margin-bottom: 0;
      /*min-height: 140px;*/
}
/* Force equal height testimonial cards */
.custom-testimonial .elementskit-testimonial-slider .swiper-slide {
    height: auto !important;
    display: flex;
}

.custom-testimonial .elementskit-testimonial-slider .swiper-slide-inner,
.custom-testimonial .elementskit-single-testimonial-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.custom-testimonial.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev{
  left: -60px;
}
.custom-testimonial.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next{
  right: -60px;
}
/* Stretch content area */
.elementskit-commentor-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-stylish-list {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
}

.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper {
    position: relative;
    counter-increment: my-awesome-counter;
    padding: 20px;
    padding-left: 4vw;
    width: 100%;
}

.vertistable-cmnwrap .customtable-fulwrap .custable-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:before {
    content: counter(my-awesome-counter);
    position: absolute;
    width: 3vw;
    height: 3vw;
    left: 0;
    color: #ffffff;
    background: #ff0040;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.5vw;
}*/

.customnumbersection .customnumberwrapper .customnumber-listwrap{
  position: relative;
}

.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-stylish-list {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
}

.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper {
    position: relative;
    counter-increment: my-awesome-counter;
    padding: 0;
    padding-left: 55px;
    width: 100%;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper .ekit-stylish-list-content{
  padding: 15px 20px;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:nth-child(odd) .ekit-stylish-list-content{
  background-color: #F4F8F9;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:before {
    content: counter(my-awesome-counter);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    color: #ffffff;
    background: var(--color-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    height: 1px;
    background: var(--color-dark-blue);
    z-index: -1;
    left: 0;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-stylish-list{
  position: relative;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-stylish-list::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 93.5%;
    background: #0575E6;
    z-index: -1;
}
.sticky-contact {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 99999;
    pointer-events: auto;
}

.sticky-item {
    width: 52px;
    height: 52px;
    border-radius: 0;
    pointer-events: auto;
}

.sticky-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
}

/* Colors */
.sticky-item.whatsapp { background: #25D366; background: #00a150;}
.sticky-item.email { background: #dd0031; }
.sticky-item.phone { background: #0b5ed7; }

.cusmaintop-banner .cusmainpage-title .elementor-heading-title{
  text-transform: capitalize;
}
.cusmaintop-banner .custop-breadcrumb{

}
.cusmaintop-banner .cusmain-bannercont{

}
.cusmaintop-banner .cusmain-bannerlist .ekit-wid-con .ekit-stylish-list-content-wrapper:first-child .ekit-stylish-list-content-icon{
  margin-bottom: 0;
    margin-top: 4px;
}
.hero-1 .video-play-btn {
    width: 89px;
    height: 89px;
    line-height: 89px;
    font-size: 30px;
    color: var(--theme-color)
}
.video-play-btn {
    position: relative;
    border: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 35px;
    text-align: center;
    color: var(--color-primary);
    z-index: 1;
    padding: 15px;
}

.video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}


@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.7
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

/*.circle-logo-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    margin: auto;
}

 
.circle-text {
    width: 100%;
    height: 100%;
    animation: rotateText 16s linear infinite;
}

.circle-text text {
    font-size: 17px;
    letter-spacing: 2px;
    fill: #fff;
    font-weight: 600;
}


.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #ffffff;       
    padding: 12px;             
    border-radius: 50%;         
    box-shadow: 0 0 0 6px #fff; 
}*/

.mainbanner-rightvideo .mainbanryt-btmtext{
  display: block;
  color: var(--color-white);
   font-family: "Figtree", sans-serif;
   font-weight: 500;
   margin-top: 18px;
}

/* Rotation */
@keyframes rotateText {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.footer-mainbackground{
  background: #02309f;
}
.footertop-secimg .elementor-widget-container img{
  border: 3px solid #fff;
  border-radius: 50%;
}
.page-id-13483 .site-navigation ul.menu li a{
  color: #000;
   font-family: "Figtree", sans-serif;
   font-size: 15px;
}
.page-id-13483 .site-navigation ul.menu li a i.fa{
  margin-right: 8px;
}
.page-id-13483 .site-header .site-branding .custom-logo-link .custom-logo{
  width: 70px;
}
.page-id-13483 .site-header{
      max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
}

.site-navigation ul.menu li a{
  color: #000;
   font-family: "Figtree", sans-serif;
   font-size: 15px;
}
.site-navigation ul.menu li a i.fa{
  margin-right: 8px;
}
.site-header .site-branding .custom-logo-link .custom-logo{
  width: 70px;
}
.site-header{
      max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
}
.site-navigation ul.menu li.menu-item-has-children:after{
  color: #000;
  content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    line-height: 29px;
}
.footermain-middlesection .footerlogo-invert{
  filter: brightness(0) invert(1);
}
.footermain-middlesection .footerlogo-invert .elementor-widget-container img{
  width: 62px;
}
.footermain-middlesection .footerabout-content p{
  font-size: 15px;
  line-height: 24px;
}
.footermiddle-quicklinks.footermiddle-cmnwrapper{

}
.footermiddle-listwrap{

}
.footermain-abovebotom .footabovebotom-left{

}
.footermain-abovebotom .footabovebotom-right{

}
.footabovebotom-leftitem{

}
.footabovebotom-right .customfoot-gallery .ekit-wid-con .ekit_gallery_grid .elementskit-single-portfolio-item{
  border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 3px;
}
.mainbanner-rightvideo-design2 .video-play-btn {
    position: relative;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 42px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    color: var(--color-primary);
    z-index: 1;
    padding: 5px ;
}
.mainbanner-rightvideo-design2{
      margin-right: 50px;
}
/*.elementor-widget-elementskit-fancy-animated-text .ekit-wid-con .ekit-fancy-text.scale .ekit-fancy-text-lists b.is-visible{
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-wrap: break-word !important;
}
.elementor-widget-elementskit-fancy-animated-text .ekit-wid-con .ekit-fancy-text.scale .ekit-fancy-text-lists b.is-visible i{
  display: inline-block!important;
  animation: none;
  opacity: 1;
  transform: scale(1.0);
}*/
.elementor-widget-post-info.customtopban-infolist .elementor-widget-container .elementor-inline-items.elementor-post-info .elementor-icon-list-item .elementor-icon-list-icon i{
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 10px;
    display: inline-block;
}
.elementor-widget-post-info.customtopban-infolist .elementor-widget-container .elementor-inline-items.elementor-post-info .elementor-icon-list-item .elementor-icon-list-icon {
      margin-right: 7px;
}
#site-footer.site-footer{
  padding: 0;
}
.work-lightwrap-image .elementor-widget-container img{
    height: 526px;
    object-fit: cover;
}
.customnumbersection .customnumberwrapper .customnumber-listwrap .ekit-wid-con .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
      min-width: 55px;
    width: 55px;
}
.invertimage-wrap{

}
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title {
    position: relative;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    z-index: 0;
    overflow: hidden;
    margin: 1px 0;
    display: block;
    border-bottom: 1px solid #082567;
    border: none;
    text-decoration: underline;
}
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title a{
  color: #FE000C !important;
  color: #082567!important;
}
.elementor-element.gradietbtn-wrap.e-con {
    width: auto;
    padding: 6px 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.gradietbtn-wrap .gradientmoving-button .elementor-heading-title {
    color: #082567;
    position: relative;
    padding: 0px;
    background: transparent;
    border-radius: 0;
    z-index: 0;
    overflow: hidden;
    margin: 1px 0;
    display: block;
    border-bottom: 1px solid #082567;
    border: none;
    text-decoration: underline;
}
.elementor-element.gradietbtn-wrap.e-con::before {
    content: "";
    width: 1px;
    height: 12px;
    display: inline-block;
    background: #082567;
    margin-left: 13px;
    margin-top: 4px;
}
.elementor-element.gradietbtn-wrap.e-con::before {
    content: "";
    width: 1px;
    height: 12px;
    display: inline-block;
    background: #082567;
    margin-right: 13px;
    margin-top: 3px;margin-left: 0;
    position: static;
}
.elementor-element.gradietbtn-wrap.e-con:first-child::before{
  display: none;
}
/*.elementor-element.gradietbtn-wrap.e-con::after{
  background: #082567;
}*/
.lightcolor-twocolumn{

}
.elementor-element.lightcolor-twocolumn .lightcolor-twocolumnleft.elementor-element {
    background: #fff!important;
    border: 1px solid #dd0031!important;
    padding: 20px 20px 20px!important;
    /* margin-right: 20px; */
}
/****** thesis writing services ***/
.darkboxshadow-container .cusboxshadow-wrapper {
    position: relative;
    overflow: hidden !important;
    border: 1px solid rgb(221 0 49 / 90%);
    border-radius: 10px 10px;
    z-index: 10;
    padding: 23px 30px 23px;
    background: #fff;
}
.darkboxshadow-container .cusboxshadow-wrapper::before{
  content: "";
  background: rgb(221 0 49 / 30%);
  filter: blur(50px);
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;left: auto;top: auto;
}
.darkboxshadow-container .cusboxshadow-wrapper::after{
  content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.cmnlisttwocol-texteditor ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 10px;
}
.cmnlisttwocol-texteditor ul li {
    margin: 2px 10px 2px 20px;
    flex: 0 0 calc(50% - 32px);
}
.cusroundesign-two .customround-item .work-lightwrap .elementor-image-box-title{
  margin: 0;
  display: inline-block;
  float: left;
  margin-right: 6px;
  font-weight: 600!important;
  color: #fff!important;
}
.cusroundesign-two .customround-item .work-lightwrap .elementor-image-box-description{
  font-size: 15px;
}
.cusroundesign-two .customround-item .work-lightwrap:first-child .elementor-widget-container::before{
  top: 129%;
}
.cusroundesign-two .customround-item.customround-itemright .work-lightwrap:first-child .elementor-widget-container::before{
  top: 138%;
  width: 80%;
}
.cusroundesign-two .customround-item .work-lightwrap:last-child .elementor-widget-container::before{
  top: -6%;
}
.cusroundesign-two .customround-item.customround-itemright .work-lightwrap:last-child .elementor-widget-container::before{
  top: -10%;
}
.cusboxshadow-wrapper .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  margin: 3px 0;
}
.cusboxshadow-wrapper .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content-icon{
  margin: 0px 10px 0 0px;
}
.customstage-item.darkcolor-stageitem{

}
.customstage-item.darkcolor-stageitem .custom-stageitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after{
    background: #000;
}
.customstage-item.darkcolor-stageitem .custom-stageitemcont .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: none;
}
.customvertical-phdtab.tabdesigntwo-vertical{

}
.verticaltabdesign-customtwo{

}
.singleline-listwrap .ekit-stylish-list-content-text{
  display: inline-block!important;
}
.singleline-listwrap .ekit-stylish-list-content-text .ekit-stylish-list-content-title{
  font-weight: 600;
}
.elementor .verticaltabdesign-customtwo.elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {
    content: '';
    width: 10px;
    height: 100%;
    display: block;
    background: #fe000c;
    background: #f1f1f1;
    position: absolute;
    right: -10px;
    z-index: 2;
}
.verticaltabdesign-customtwo.elementor-widget-n-tabs .e-n-tabs .e-n-tabs-heading {
    margin-bottom: auto;
}
.customlist-texteditlwrap ul {
    list-style: none;
    padding-left: 0;
}
.customlist-texteditlwrap ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 12px;
}
.customlist-texteditlwrap ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color-dark-blue);
    font-size: 14px;
}
.elementor .horizontaltab-design.verticaltabdesign-customtwo.elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]::before {    
    content: "";
    background: transparent;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #dd0031 transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 100;
}
.ticklist-wrapper{
  
}
/***home page **/
:root{
   --home-bodyfontsm: 14px;
   --home-bodylinehgtsm: 23px;
}
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn
}


/*.customheading-designone .headingspecial-wrap{
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),#fff,#fff 5%,#fff 60%,#fff 95%);
    --gradient-border: conic-gradient(from var(--border-angle),transparent 25%,#ff0f7b,#f89b29 99%,transparent);
    animation: gradientmoving 3s linear infinite;
    background: var(--main-bg) padding-box,var(--gradient-border) border-box,var(--main-bg) border-box;
    background-position: 50%;
    border: 3px solid transparent;
    padding: 11px 8px;
    place-content: center;
}
@keyframes gradientmoving {
    to {
        --border-angle: 1turn
    }
}

.gradientmoving-button:hover::before {
    animation-play-state: paused;
}*/


/* ===============================
   HEADING TURN ANIMATION
================================ */
.customheading-designone .headingspecial-wrap {
    position: relative;
    z-index: 1;
    font-weight: 700;
    transform-origin: left center;
    border:1px solid var(--color-primary);
    border-radius: 50px;
    padding: 3px 6px;
    /*animation: headTurn 3s ease-in-out infinite;*/
}

/* Head movement */
@keyframes headTurn {
    0%   { transform: rotateY(0deg); }
    25%  { transform: rotateY(14deg); }
    50%  { transform: rotateY(0deg); }
    75%  { transform: rotateY(-14deg); }
    100% { transform: rotateY(0deg); }
}
.customheading-designone .headingspecial-wrap::before {
    content: "";
    position: absolute;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),#fff,#fff 5%,#fff 60%,#fff 95%);
    --gradient-border: conic-gradient(from var(--border-angle),transparent 25%,#ff0f7b,#f89b29 99%,transparent);
    animation: gradientmoving 3s linear infinite;
    background: var(--main-bg) padding-box,var(--gradient-border) border-box,var(--main-bg) border-box;
    background-position: 50%;
    border: 1px solid transparent;    
    place-content: center;
    width: 100%;
    height: 100%;
    z-index: -1;
     border-radius: 50px;
         left: 0;
    top: 0;

}
@keyframes gradientmoving {
    to {
        --border-angle: 1turn
    }
}
/* Border animation */
@keyframes borderMove {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.customheading-designone .headingspecial-wrap .elementor-image-box-wrapper .elementor-image-box-img img {
    filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) !important;
}

.customheading-designone .ekit-wid-con .elementskit-section-title{
  margin-bottom: 0;
  animation: headTurn 3s ease-in-out infinite;
}
.homegrid-cmnwrapper .custom-homegriditem{

}
.elementor-element .elementor-element.homegrid-cmnwrapper{
    background: #f4f8f9;
    background: #fff;
    padding: 10px 20px!important;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(8, 37, 103, 0.04),
  0 6px 12px rgba(8, 37, 103, 0.06),
  0 6px 12px rgba(20, 36, 74, 0.08);
    border: 1px solid #d2e4fb;
    position: relative;
    margin-top: 16px;
    height: 100%;
}
.homegrid-cmnwrapper .custom-homegriditem .elementor-image-box-wrapper .elementor-image-box-img{
  width: 44px !important;
    background: #dd0031;
    background: #004f71;
    border-radius: 50%;
    margin-top:-25px!important;
    height: 44px;
    padding: 5px;
}
.homegrid-cmnwrapper .custom-homegriditem .elementor-image-box-wrapper .elementor-image-box-img img {
    filter: brightness(0) invert(1) !important;
}
.elementor-element .elementor-element.homegrid-cmnwrapper.borderred{

}
.elementor-element .elementor-element.homegrid-cmnwrapper.borderred::before,.elementor-element .elementor-element.homegrid-cmnwrapper.borderred::after{
  background-color: #dd0031;
}
.elementor-element .elementor-element.homegrid-cmnwrapper::before{
  content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    left: 7px;
    right: auto;
    top: 0;
    transform: skew(45deg);
    background-color: #dd0031;
    background-color: #004f71;
}
.elementor-element .elementor-element.homegrid-cmnwrapper::after{
    content: "";
    width: 50%;
    height: 3px;
    position: absolute;
    transform: skew(45deg);
    right: 7px;
    left: auto;
    bottom: 0;
    background-color: #dd0031;
    /*background-color: #004f71;*/
}
.elementor-element.homegrid-cmnwrapper .elementor-widget-text-editor .elementor-widget-container{
  margin-top: 0!important;
}
.homegrid-cmnwrapper .custom-homegriditem .elementor-image-box-wrapper .elementor-image-box-title{
  font-size: 18px!important;
}
/*.elementor-element.homegrid-cmnwrapper .elementor-widget-text-editor .elementor-widget-container p{
  font-size: 14px;
}*/

.customheading-designtwo{

}

.customheading-designtwo .customheading-designtwo-line {
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, #DD0031, #FE000C);
  margin: 10px auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.customheading-designtwo .customheading-designtwo-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  animation: hadilineanim 2.5s infinite;
}
.customheading-designtwo .customheading-designtwo-line.lighbghead::after{
 background:  #004F71;
}
@keyframes hadilineanim {
  0% { left:-100%; }
  50% { left:100%; }
  100% { left:100%; }
}

.elementor-element .hometimeline-wraper{
  position: relative;
  z-index: 1;
}
.elementor-element .hometimeline-wraper::before{
  content: "";
  width: 100%;
  height: 3px;
  height: 2.5pt;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 0;
}
.elementor-element .hometimeline-wraper.lastwrapper::before{
  background: linear-gradient(
  to right,
  #fff 0%,
  #fff calc(100% - 40px),
  rgba(255,255,255,0) calc(100% - 40px),
  rgba(255,255,255,0) 100%
);
  background: linear-gradient(
  to right,
  #fff 0%,
  #fff calc(100% - 65px),
  rgba(255,255,255,0) calc(100% - 65px),
  rgba(255,255,255,0) 100%
);
}
/*.elementor-element .hometimeline-wraper::after {
  content: "";
  position: absolute;
  top: 35px;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #DD0031, #FE000C);
  animation: hadilineanim 2.5s infinite;
}*/
.elementor-element .hometimeline-wraper::after {
    content: "";
    width: 100%;
    display: block;
    height: 3px;
    height: 2.5pt;
    left: 0;
    right: auto;
    position: absolute;
    margin: 0;
    background: #ef0107;
    border-radius: 5px;
    top: 30px;
    animation: rotateline 100s infinite linear;
    -webkit-animation: rotateline 100s infinite linear;
    background: linear-gradient(to left, transparent 0%,transparent 25%,transparent 25%,#DD0031 30%,#DD0031 100%);
    background-size: 11px;
    border-radius: 0px;
    z-index: 1;
}
.elementor-element .hometimeline-wraper.lastwrapper::after{
   width: 70%;
}
/*.hometimeline-wrapsection.secondtimeline-block.elementor-element .hometimeline-wraper::after{
  top: 36px;
}
.hometimeline-wrapsection.secondtimeline-block.elementor-element .hometimeline-wraper::before{
  height: 3px;
}*/
@keyframes rotateline {
  from {
    background-position: -3000px;
  }
  to { 
    background-position: 0px;
  }
}
.elementor-element .hometimeline-wrapsection{
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.elementor-element .hometimeline-wrapsection::before {
    content: "";
    position: absolute;
    top: 40px;
    top: 40px;
    left: auto;
    right: 0;
    width: 100px;
    width: 135px;
    height: calc(100% + 2px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 240'%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23ffffff' stroke-width='4'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 240'%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23ffffff' stroke-width='4' stroke-dasharray='6 6' stroke-linecap='round'/%3E%3C/svg%3E");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 240'%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23DD0031' stroke-width='2' stroke-dasharray='6%206' stroke-linecap='round'/%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23ffffff' stroke-width='2' stroke-dasharray='6%206' stroke-dashoffset='6' stroke-linecap='round'/%3E%3C/svg%3E");
    /*animation: curveMove 3s linear infinite;*/

}

.elementor-element .hometimeline-wrapsection.beforenone-home::before{
  display: none;
}

.hometimeline-image{

}
.hometimeline-head{

}
.hometimeline-content{

}
.hometimeline-wraper .hometimeline-image{
  position: relative!important;
  z-index: 10;
}
.hometimeline-wraper .hometimeline-image .elementor-widget-container{
  width: 40px;
  height: 40px!important;
  border-radius: 50%;
  border:3px solid var(--color-white);
  background:var(--color-accent) ;
  padding: 3px;
  margin: 0 auto 10px;
}
.hometimeline-wraper .hometimeline-image .elementor-widget-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    width: 40px;
    height: 40px!important;
    margin: 0 auto;
    background: #fe000c;
}
.hometimeline-wraper .hometimeline-image .elementor-widget-container img{
  filter: brightness(0) invert(1);
}
/*.hometimeline-wraper .hometimeline-content .elementor-widget-container{
  margin-top: 5px;
}*/

.overalltimeline-wrapsection{
  padding-right: 170px!important;
  position: relative!important;
}
.overalltimeline-wrapsection-image {
    position: absolute!important;
    right: 0;
    left: auto;
    top: 15%;
        z-index: 1;
    /* transform: translateY(-45px); */
    width: 140px;
    /* height: 100%; */
    /* display: flex; */
    /* align-items: center!important; */
    /* justify-content: center; */
}
.overalltimeline-wrapsection-image::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: -30px;
    z-index:  -1;
}


.overalltimeline-wrapsection.lightbg-overallwrap .hometimeline-wraper .hometimeline-image .elementor-widget-container{
      background: #082567;
}
.overalltimeline-wrapsection.lightbg-overallwrap.elementor-element .hometimeline-wrapsection::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 240'%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23FE000C' stroke-width='3' stroke-dasharray='6%206' stroke-linecap='round'/%3E%3Cpath d='M0 0 A120 120 0 0 1 0 240' fill='none' stroke='%23082567' stroke-width='3' stroke-dasharray='6%206' stroke-dashoffset='6' stroke-linecap='round'/%3E%3C/svg%3E");
}
.overalltimeline-wrapsection.lightbg-overallwrap .elementor-element .hometimeline-wraper::before{
  background: #082567;
}
.overalltimeline-wrapsection.lightbg-overallwrap .elementor-element .hometimeline-wrapsection::before{
  background: linear-gradient(to left, transparent 0%,transparent 35%,transparent 35%,#DD0031 40%,#DD0031 100%);
}
.overalltimeline-wrapsection.lightbg-overallwrap .elementor-element .hometimeline-wraper.lastwrapper::before{
  background: linear-gradient(
  to right,
  #082567 0%,
  #082567 calc(100% - 65px),
  rgba(255,255,255,0) calc(100% - 65px),
  rgba(255,255,255,0) 100%
);
}
.overalltimeline-wrapsection.lightbg-overallwrap .overalltimeline-wrapsection-image::before{
  background: #082567;
}
/*** banner ***/

.home-banneritem .homebanner-leftitem{
  border-right: ;
}
.home-banneritem .homebanner-rightitem{
  padding-left: 50px;
}
.home-banneritem .homebanner-listwrpper{

}
:root {
  --bubble-color-primary: #DD0031;
  --bubble-color-secondary: #004F71;
}
/*.homemain-bannerwraper {
  position: relative!important;
  background: #fff;
  overflow: hidden!important;
}

.homemain-bannerwraper canvas {
  position: absolute;
  inset: 0;
}*/
.homemain-bannerwraper{    
    position: relative!important;
    width: 100%;
    overflow: hidden!important;
    z-index: 1;
}
.homemain-bannerwraper #demo-canvas{
  display: inline-block;
  position: absolute;
}
/*.elementor.elementor-2{
  border-top: 1px solid #000;
}*/
.homemain-bannerwraper .e-widget-swiper [data-bullet-index="0"] {
  background:  #dee9ff url('../images/homebanner-image1.png')!important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:2px solid #000;
      background-position: right center;
    background-size: cover !important;
}
.homemain-bannerwraper .e-widget-swiper [data-bullet-index="1"] {
  background:  #dee9ff url('../images/homebanner-image5.png')!important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border:2px solid #000;
      background-position: center;
    background-size: cover !important;
}
.homemain-bannerwraper .e-widget-swiper .swiper-pagination-bullet-active{
  border-color: #DD0031;
}
/*.homemain-bannerwraper .homemainbanner-container{
  position: relative;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 0;
}

.homemain-bannerwraper .homemainbanner-container::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: -10px;
}
.homemain-bannerwraper .homemainbanner-container::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #ddd;
    display: block;
    position: absolute;
    left: 25px;
    top: 0;
}
.homemain-bannerwraper .homemainbanner-container-border::before {
    content: "";
    height: calc(100% - 20px);
    width: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    right: 35px;
    top: 10px;
    left: auto;
}
*/
/*.homemain-bannerwraper .homemainbanner-container-border{
      padding: 0 30px;
}*/
.homemain-bannerwraper .homemainbanner-container-border{
      padding-bottom: 0;
}
.mainheader-fullsection-wrapper{
  margin-bottom: -10px;
}
/*.homemain-bannerwraper .homemainbanner-container::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 100;
    margin-top: 0;
}
.homemain-bannerwraper .homemainbanner-container::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-top: none;
    border-right: none;
    display: block;
    position: absolute;
    left: auto;
    top: -10px;
    right: -10px;
    z-index: 100;
    margin-top: 0;
}*/
.homemain-bannerwraper .homemainbanner-container-border::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 0.15rem solid #DD0031;
    border-top: none;
    border-left: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: 0;
}
.homemain-bannerwraper .homemainbanner-container-border::after {
    content: "";
    width: 25px;
    height: 25px;
    border: 0.15rem solid #082567;
    border-top: none;
    border-right: none;
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    z-index: 100;
    margin-top: 0;
}
.homemainbanner-container.noboxshadow {
  position: relative;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
}
.homemainbanner-container.noboxshadow::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.15rem 0.15rem 0;
  border-radius: inherit;

  background: conic-gradient(
    from var(--angle-banner),
    #DD0031 0deg 90deg,
    #082567 90deg 180deg,
    #DD0031 180deg 270deg,
    #082567 270deg 360deg
  );

  /* HARD isolation */
  transform: translateZ(0);
  will-change: transform;

  /* mask border only */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;

  animation: borderSpin 6s linear infinite;
  pointer-events: none;
  z-index: -1;
}
@property --angle-banner {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes borderSpin {
  to {
    --angle-banner: 360deg;
  }
}


.elementor-element.homemain-bannerwraper {
    padding: 0;
}
.elementor-element.bubble-section{
      padding-top: 0;
      padding-bottom: 0;
}
.homemain-bannerwraper .homemainbanner-container .e-widget-swiper{
    position: relative;
    box-shadow: 0 0 0 0 rgba(221, 0, 49, 0.4),
    0 10px 30px rgba(0, 79, 113, 0.35);
    border-radius: 18px;
    padding: 0 0 30px;
}
.homemain-bannerwraper .homemainbanner-container .e-widget-swiper .swiper-pagination {
  padding-bottom: 30px;
}
.homemain-bannerwraper .homemainbanner-container .e-widget-swiper .elementor-swiper-button-prev{
  margin-left: -35px;    color: #dd0031; color: #082567;
}
.homemain-bannerwraper .homemainbanner-container .e-widget-swiper .elementor-swiper-button-next{
  margin-right: -35px;    color: #dd0031; color: #082567;
}
.homenanner-reviewwrap .homebanner-review-item{
    gap: 0 8px;
    background: #d2e4fb;
    border-radius: 10px;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.homemain-bannerwraper .homemainbanner-container.noboxshadow .e-widget-swiper{
  box-shadow:none;
  border-radius: 0;
  padding: 0;
}
.homemain-bannerwraper .homemainbanner-container.noboxshadow .e-widget-swiper .elementor-swiper-button-prev{
  margin-left: 0;    
}
.homemain-bannerwraper .homemainbanner-container.noboxshadow .e-widget-swiper .elementor-swiper-button-next{
  margin-right: 0;   
}
.homemain-bannerwraper .homemainbanner-container.noboxshadow .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover, .homemain-bannerwraper .homemainbanner-container.noboxshadow .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{
  color: #082567;
}

.darkratehome-wrapper .homenanner-reviewwrap .homebanner-review-item{
  background: #fff;
}
.homemain-bannerwraper .homemainbanner-container.noboxshadow .e-widget-swiper .swiper-pagination {
  padding-bottom: 0;
}
.homebanner-review-head{

}
.homenanner-reviewwrap .homebanner-review-item .homebanner-reviewcontent{
      border-left: 1px dashed rgba(0,0,0,0.8);
      padding-left: 10px;
}
.homenanner-reviewwrap .homebanner-review-item .homebanner-review-head{
    min-width: 40px;
    max-width: 40px;
    width: 40px;
}
.homenanner-reviewwrap .homebanner-review-item .homebanner-review-head .elementor-image-box-img{
  margin: 0 auto;
}
.homenanner-reviewwrap .homebanner-review-item .homebanner-reviewcontent .reviewtitle{
  font-weight: 500;
  color: #DD0031;
}
.homenanner-reviewwrap .homebanner-review-item .reviewsrate-wrap{
  display: flex;
    gap: 0 10px;
    justify-content: center;
    align-items: center;
}
.homebanner-reviewcontent .reviewrating{
  color: #082567;
}
.homenanner-reviewwrap .homebanner-review-item .homebanner-reviewcontent .reviewhm-img {
  width: 80%;
  filter: invert(51%) sepia(71%) saturate(657%) hue-rotate(349deg) brightness(102%) contrast(101%);
}
.homenanner-reviewwrap .homebanner-review-item .reviewspl-text{
  font-size: 13px;
    line-height: 15px;
        display: block;
}
.bubble-section {
  position: relative;
  overflow: hidden;
}

.bubble-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 999999;
}
.bottomhomebanner-review-item{
  
}
.bottomhomebanner-review-item .bothomebanner-review-head{
  margin-right: 10px;
}
.bottomhomebanner-review-item .bothomebanner-reviewcontent .elementor-widget-container{
  display: flex;
    flex-direction: column-reverse;
}

.bottomhomebanner-review-item .botreviewsrate-wrap{
      display: flex;
    gap: 0 10px;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}
.bottomhomebanner-review-item .botreviewsrate-wrap p{
  margin-bottom: 0;
}
.bottomhomebanner-review-item .botreviewsrate-wrap .botreviewrating{
      color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.darkratehome-wrapper .homenanner-reviewwrap .bottomhomebanner-review-item{
  border-right: 1px dashed rgba(255, 255, 255, 0.6);
  padding: 0;
}
.darkratehome-wrapper .homenanner-reviewwrap:last-child .bottomhomebanner-review-item{
  border-right: none;
}
.bottomhomebanner-review-item .botreviewsrate-wrap .botreviewsrate-content p{
  margin-bottom: 0;
}
.botreviewsrate-wrap .botreviewsrate-content .btmreviewhm-img{
  width: 35%;
  filter: brightness(0) saturate(100%) invert(72%) sepia(88%) saturate(760%) hue-rotate(1deg) brightness(103%) contrast(101%);
}
.botreviewsrate-wrap .btmreviewtitle{
  font-weight: 500;
    color: #fff;
}
.bottomhomebanner-review-item .bothomebanner-review-head .elementor-image-box-img {
    padding: 3px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    background: #fff;
    height: 30px;
    min-width: 30px;
}
.bottomhomebanner-review-item .bothomebanner-reviewcontent .btmreviewtitle{
  color: #fff;
  font-weight: 500;
      font-size: 15px;
}


/**header **/
.custommega-menuhide{
  display: none!important;
}
.megamenu-fullsecwrapper .megamenu-custominner-wrap .cusmegamenu-leftwrap{

}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap{
  padding: 0 10px;
  width: 6vw;
  width: 200px;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo{
      width: 5vw;
      width: 5.2vw;
    margin: 0 auto;
}
.mainheader-fullsection-wrapper .mainheader-rightmenuwrap{
   width: calc(100% - 6vw);
   width: calc(100% - 200px);
   width: calc(100% - 5.23vw);
    padding: 0 10px;
    margin: auto 0;
}
.mainheader-fullsection-wrapper .mainheader-rightmenuwrap #ekit-megamenu-header-menu{
  height:73px;
}
.mainheader-fullsection-wrapper .mainheader-rightmenuwrap .elementormenu-wrapper{
 
}
.megamenu-fullsecwrapper .megamenu-custominner-wrap .cusmegamenu-mainmenuwrap{

}
.megamenu-fullsecwrapper{
  padding: 0 5px;
  background: #fff;width: 100%;
  margin: 0 auto;
  max-width:1200px!important;box-shadow: 0 0 10px rgb(0 0 0 / 18%);
      /*border: 1px solid #d7d4d4;
      border: 1px solid #fbb5c4;
    border-top: 4px solid #DD0031;*/
  
}
/*.mainheader-fullsection-wrapper .mainheader-rightmenuwrap .elementskit-megamenu-panel{
opacity: 1!important;
  visibility: visible!important;
  z-index: 5000!important;

}*/
.custommegamenu-tabwrap .elementor-element.elementor-widget-elementskit-tab .elementkit-tab-nav .elementkit-nav-item .elementkit-nav-link {
    text-align: center;
    padding: 5px 0px;
    border: none;
    margin-bottom: 2px;
    font-family: "Outfit", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.01px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    justify-content: space-between;
        align-items: center;
}
.elementor .megamenu-fullsecwrapper .custommegamenu-tabwrap .elementor-element.elementor-widget-elementskit-tab .elementkit-tab-wraper.vertical .elementkit-tab-nav{
        flex-basis: auto;
    margin-right: 10px;
    width: 200px;
    min-width: 200px;
}

.custommegamenu-tabwrap .ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-tab-content {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
    border-left: 1px solid #f6bac7;
    margin-left: 10px;
}
.custommegamenu-tabwrap .elementor-element.elementor-widget-elementskit-tab .elementkit-tab-nav .elementkit-nav-item{
  margin-bottom: 10px!important;
}
/*.custommegamenu-tabwrap .ekit-wid-con .elementkit-nav-item .elementkit-nav-link .ekit-tab-title-group{
  width: auto;
    flex: 0 0 auto;
    text-align: left;
    min-width: 170px;
}*/
.custommegamenu-tabwrap .ekit-wid-con .elementkit-nav-item .elementkit-nav-link .elementskit-tab-icon img {
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%);
    min-width: 17px;
}
.custommegamenu-tabwrap .ekit-wid-con .elementkit-nav-item .elementkit-nav-link.active .elementskit-tab-icon img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) !important;
}
.custommegamenu-tabwrap .ekit-wid-con .elementkit-tab-wraper.elementskit-fitcontent-tab .elementkit-tab-content .tab-pane{
  padding: 0;
}
.custommegamenu-righttabfullwrapper{

}
.custommegamenu-tabwrap.elementor-element,.custommegamenu-tabwrap .elementor-element {
  padding-left: 0;
  padding-right: 0;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .ekit-wid-con .ekit-stylish-list {
    flex-direction: row;
    flex-wrap: wrap;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .ekit-wid-con .ekit-stylish-list-content-wrapper{
  width: 50%;
  margin: 5px 0;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .custommegamenu-righttabcontent .ekit-stylish-list .ekit-stylish-list-content-title{
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .custommegamenu-righttabcontent .ekit-stylish-list .ekit-stylish-list-content{
  align-items: flex-start;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .custommegamenu-righttabcontent .ekit-stylish-list .ekit-stylish-list-content .ekit-stylish-list-content-icon{
  line-height: 20px;
}
.custommegamenu-tabwrap .custommegamenu-righttabwrapper .custommegamenu-righttabimage{

}
/** homepage newmenu**/
.newmegamenu-fullwrap{
  /**border: 1px solid #fbb5c4;
    border-top: 4px solid #DD0031;**/
        border: 1px solid #fbb5c4;
    border-top: none;
}
.newmegamenu-fullwrap::before {
    content: "";
    width: 100%;
    display: block;
    height: 3px;
    height: 2.5pt;
    left: 0;
    right: auto;
    position: absolute;
    margin: 0;
    background: #ef0107;
    border-radius: 5px;
    top: 0;
    animation: rotateline 100s infinite linear;
    -webkit-animation: rotateline 100s infinite linear;
    background: linear-gradient(to left, #023f77 0%, #023f76 40%, #044178 40%, #DD0031 40%, #DD0031 100%);
    background-size: 20px;
    border-radius: 0px;
    z-index: 1;
}
.newmegamenu-fullwrap .newmegamenu-container .e-con-inner{
      padding: 0;
}
.newmegamenu-fullwrap .newmegamenu-container .newmegamenu-innerwrapper{
      padding: 0;
}
.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection{
      margin-bottom: 0s;
      position: relative;
      padding:15px 15px 15px;
}
.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection::before {
    content: "";
    width: 1px;
    height: calc(100% - 80px);
    height: 80%;
    margin: auto 0;
    position: absolute;
    left: auto;
    right: 18px;    
    top: 20px;
    /*top: 40px;border-right: 1px solid #eee;
     bottom: auto; */
}
/*.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection:nth-child(3n)::before{
  display: none;
}*/
/*.newmegamenu-colsection .newmegamenu-customlist{
  border-right: 1px solid #eee;
}
.newmegamenu-colsection:nth-child(3n) .newmegamenu-customlist{
  border-right: none;
}*/
.newmegamenu-colsection .newmegamenu-customlist.newmegamenu-lengthlist{

}
.newmegamenu-colsection .newmegamenu-customlist .ekit-stylish-list .ekit-stylish-list-content .ekit-stylish-list-content-icon{
  margin: 8px 10px 0px 0px;
}
.newmegamenu-colsection .newmegamenu-customlist{
      padding-bottom: 5px;
}

.glowtext-animate-heading{
  animation: glowAnim 2s ease-in-out infinite alternate;
}
/*.newmegamenu-colsection .glowtext-animate-heading{
  animation: glowAnimblue 2s ease-in-out infinite alternate;
  animation: textcolorchange-red 2.2s linear infinite;
}*/
.newmegamenu-colsection .glowtext-animate-heading {
    background: linear-gradient(
        120deg,
        #082567 0%,
        #DD0031 20%,
        #ffffff 40%,
        #DD0031 60%,
        #082567 80%
    );
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmerMove 2.5s linear infinite;
    display: inline-block;
}
.glowtext-animatehead-design2 .elementor-heading-title {
    background: linear-gradient(120deg,#082567 0%,#DD0031 20%,#082567 40%,#DD0031 60%,#082567 80%);
    background-size: 200% auto;
    color: transparent!important;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmerMove 2.5s linear infinite;
    display: inline-block;
}
@keyframes shimmerMove {
    to {
        background-position: 200% center;
    }
}
/*@keyframes glowAnimblue {
  from { text-shadow: 0 0 5px #023f76; }
  to { text-shadow:0 0 25px #1c83e0, 0 0 30px #027eee; }
}*/
@keyframes glowAnimblue {
  from { text-shadow: 0 0 4px #023f76; }
  to { text-shadow:0 0 10px #1c83e0, 0 0 16px #027eee; }
}
.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection.newmegamenu-colsection-lightbg {
  background: #f6f6f6;
}
.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection .newmegamenu-colsection-inner{

}
.newmegamenu-colsection .newmwgamenu-border-botom{
  border-bottom: 1px solid #cac8c8;
    padding-bottom: 16px;
    margin-bottom: 8px;
}
.newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .elementskit-section-title-wraper .elementskit-section-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}
.newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection .elementor-element.glowtext-animate-heading .elementor-heading-title {
    font-size: 15px;
    font-weight: normal;
    color:#023f76 ;
    font-family: "figtree", Sans-serif;
}
.newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{
  width: 40px;
    height: 1px;
}
.newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .elementor-element.newmegamenu-customlist .ekit-stylish-list-content-title{
      font-size: 15px;
    color: #212121;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li.current-menu-item > a{
      color: #DD0031;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li.current-menu-item > a .elementskit-submenu-indicator{
  color: #DD0031;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li:hover > a{
      color: #DD0031;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li:hover > a .elementskit-submenu-indicator{
  color: #DD0031;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
  font-size: 10px;
    margin-top: 3px;
}
.specialtextcolorchange-red .elementor-heading-title {
    background-image: linear-gradient(
        -120deg,
        #FE000C 0%,
        #DD0031 25%,
        #FE000C 50%,
        #DD0031 75%,
        #FE000C 100%
    );
    background-size: 300% auto;
    background-position: 0% center;

    color: transparent !important;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: textcolorchange-red 2.2s linear infinite;
    display: inline-block;
}

@keyframes textcolorchange-red {
    to {
        background-position: -300% center;
    }
}
.colorchange-animredblue{

}
.colorchange-animredblue .elementor-heading-title{
    background-image: linear-gradient(
        -120deg,
        #DD0031 0%,
        #B01035 25%,
        #082567 55%,
        #1B3A8A 75%,
        #DD0031 100%
    );
    
    background-size: 300% auto;
    color: transparent !important;

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: headtextcolorhange 3s ease-in-out infinite;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
}

@keyframes headtextcolorhange {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: -300% center;
    }
}
.mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title{
  font-size: 15px!important;
  line-height: 28px!important;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav .elementskit-submenu-panel{
  /*visibility: visible;
  opacity: 1;*/
  border: 1px solid #fbb5c4;
    border-top: none;
    background: #fff;
    padding: 15px 20px;
    min-width: 230px;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav .elementskit-submenu-panel::before{
  content: "";
    width: 100%;
    display: block;
    height: 3px;
    height: 2.5pt;
    left: 0;
    right: auto;
    position: absolute;
    margin: 0;
    background: #ef0107;
    border-radius: 5px;
    top: 0;
    animation: rotateline 100s infinite linear;
    -webkit-animation: rotateline 100s infinite linear;
    background: linear-gradient(to left, #023f77 0%, #023f76 40%, #044178 40%, #DD0031 40%, #DD0031 100%);
    background-size: 20px;
    border-radius: 0px;
    z-index: 1;
}
.elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav .elementskit-submenu-panel > li > a{
  padding: 0;
}
/**slogan left**/
.mainheader-fullsection-wrapper{
      padding-top: 5px;
      padding-bottom: 0px;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap {
    padding: 0 10px;
    width: 19vw!important;
    margin: 0;
    width: 235px!important;
}
/*.mainheader-fullsection-wrapper .mainheader-leftlogowrap .elementor-element.headerlogo-innerwrapper {
    flex-direction: row;
    width: 16vw;
    width: 245px;
        padding: 0;
}*/
.mainheader-fullsection-wrapper .mainheader-rightmenuwrap{
  width: calc(100% - 235px);
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo{
  width: 5.5vw;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .colorchange-animredblue{
    margin: auto 5px auto 0;
    padding-top: 5px;
}
.mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title{
      font-size: 15px !important;
    line-height: 20px !important;
    padding-top: 5px;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .elementor-element.headerlogo-innerwrapper {
    flex-direction: column;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo{
  width: 4.5vw;
}
.mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title{
      padding-top: 0;
}
.mainheader-fullsection-wrapper .mainheader-leftlogowrap .colorchange-animredblue{
  padding-top: 0;
}
/**megamenu ending**/
/*#mainHeader .megamenuSec .megamenuTabs{}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs{padding-block:10px;border-right:1px solid #f9b8c3;}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li {margin:0;border-bottom:1px solid #f9b8c3;}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li a{padding:0;border:none;color:#333333;}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li a:hover{color:#ca0e2f;}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li a.active{background:#ca0e2f;color:#ffffff;}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li a div {}
#mainHeader .megamenuSec .megamenuTabs ul.nav-tabs li a div span{display:block;text-align: left;    padding-inline: 20px;    line-height: 40px;    text-transform: uppercase;    font-weight: 600;}
#mainHeader .megamenuSec ul.submenu{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;}
#mainHeader .megamenuSec ul.submenu li{width:25%;padding:4px;position:relative;display:flex;}
#mainHeader .megamenuSec ul.submenu li:before{content: '\2713';    position: relative;    display: block;    font-weight: 600;    margin-right: 10px;}
#mainHeader .megamenuSec ul.submenu li a{display:block;color:#333333;}
#mainHeader .megamenuSec ul.submenu li a:hover{text-decoration:underline;}*/

/** 8th segment in home page */

.trustedslider-container .trustedslider-heading{
  
}
.trustedslider-container .trustedslider-heading .elementor-heading-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.trustedslider-container .trustedslider-heading .elementor-heading-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #000;
    border-radius: 10px;  
    margin: 8px auto 0;
}
.trustedslider-container .trustedslider-list{

}
.trustedslider-container .trustedslider-wrapper .trustedslider-list ul {
    list-style: none;
    padding-left: 0;
}

.trustedslider-container .trustedslider-wrapper .trustedslider-list ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
}
.trustedslider-container .trustedslider-wrapper .trustedslider-list ul li strong{
      font-weight: 500;
}
.trustedslider-container .trustedslider-wrapper .trustedslider-list ul li:last-child {
  margin-bottom: 0;
}
.trustedslider-container .trustedslider-wrapper .trustedslider-list ul li::before {
    content: "\f058"; /* fa-check-circle */
        content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary); /* red icon */
    font-size: 11px;
}
.trustedslider-container .trustedslider-wrapper {
    position: relative;
    overflow: hidden!important;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    z-index: 1;
    padding: 25px 25px;
    box-shadow: 0 13px 14px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0, 79, 113, 0.2);
    height: 100%;
}
/*.trustedslider-wrapper .trustedslider-image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.1;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}*/
.trustedslider-container .trustedslider-wrapper:before, .trustedslider-container .trustedslider-wrapper:after {
    content: '';
    position: absolute;
    border-style: solid;
    z-index: -1;
}
.trustedslider-container .trustedslider-wrapper:before {
    top: 11px;
    right: 11px;
    border-width: 10px;
    border-width: 5px;
    border-color: #004F71 #004F71 transparent transparent;
    width: 30px;
    height: 30px;
    left: auto;
}
.trustedslider-container .trustedslider-wrapper:after {
    top: 28px;
    right: 28px;
    border-width: 7px;
    top: 19px;
    right: 19px;
    border-width: 7px;
    border-color: #dd0031 #dd0031 transparent transparent;
}
.trustedslider-wrapper .trustedslider-image {
    width: 85px;
    height: 85px;
    position: absolute;
    bottom: -30px;
    right: -30px;
    /* opacity: 0.1; */
    /* left: 0; */
    margin: 0 auto;
    /* transform: translateY(-50%); */
    background: rgb(221 0 49 / 20%);
    /*background: #fff;*/
    background: #DD0031;
    border-radius: 50%;
    padding: 14px;
    border:3px solid #DD0031;
    animation: trustripplepink 2s linear infinite;
}
@keyframes trustripplepink {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(221,0,49, 0.4);
        box-shadow: 0 0 0 0 rgba(221,0,49, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(221,0,49, 0);
        box-shadow: 0 0 0 10px rgba(221,0,49, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(221,0,49, 0);
        box-shadow: 0 0 0 0 rgba(221,0,49, 0);
    }
}
/*.trustedslider-wrapper .trustedslider-image::before {
    content: "";
    background: rgb(221 0 49 / 30%);
    width: 120px;
    height: 120px;
    border: 3px solid #DD0031;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
}*/
.trustedslider-wrapper .trustedslider-image .elementor-widget-container img {   
    filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) !important; 
    filter: brightness(200%) invert(1) !important;    
    /* opacity: 0.8; */
    transform: rotate(-45deg);
    width: 90%;
}
/*.elementor-element.trustedslider-wrapper::before {
    content: "";
    background: rgb(221 0 49 / 25%);
    filter: blur(50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    display: block;
}
.trustedslider-container .trustedslider-wrapper{
    background-color: #f4f4f4;
    padding: 10px;
    position: relative;
    background-image: url(../images/bg-service-trust.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 1;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -moz-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -ms-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}*/
.trustslider-manicontainer .trustslider-maniwrap.e-widget-swiper .elementor-swiper-button-prev {
    margin-left: -20px;
    color: #dd0031;
    color: #082567;
    margin-top: 30px;
    bottom: 100%;
}

.trustslider-manicontainer .trustslider-maniwrap.e-widget-swiper .elementor-swiper-button-next {
    margin-right: -20px;
    color: #dd0031;
    color: #082567;
    margin-top: 30px;
    bottom: 100%;
}
.trustslider-manicontainer .trustedwoslider-left .trustedsegment-woslider,.trustslider-manicontainer .trustedwoslider-right .trustedsegment-woslider{
  height: 100%;
}
.trustedwoslider-left{
  justify-content: center;
}
.trustedwoslider-center .elementor-widget-image .elementor-widget-container{
      border-radius: 50%;
}
.trustedwoslider-center .elementor-widget-image .elementor-widget-container img{
      border-radius: 50%;
      height: 100%;
      object-fit: cover;
}
.trustedwoslider-right{
  justify-content: center;
}
.trustedslider-container .trustedsegment-woslider .trustedslider-heading .elementor-widget-container .elementor-heading-title{
  font-size: 16px;
      margin-bottom: 13px;
}
.trustedwoslider-center .elementor-widget-image .elementor-widget-container {
    position: relative;
    /*border: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 35px;*/
    text-align: center;
    color: var(--color-primary);
    z-index: 1;
    padding: 0;
    animation: boxpulse infinite 1.3s ease-in-out, pulseeffect infinite 2s ease-in-out;
}

/*.trustedwoslider-center .elementor-widget-image .elementor-widget-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}
.trustedwoslider-center .elementor-widget-image .elementor-widget-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}*/
.trustedslider-container .trustedslider-wrapper {
    position: relative;
    overflow: hidden!important;
    border: 1px solid rgba(0, 79 ,113,0.2);
    border-radius: 0;
    z-index: 1;
    padding: 18px 18px;
    box-shadow: 0 1.411px 2.961px 0 rgba(20,34,74,.03),0 3.392px 7.116px 0 rgba(20,34,74,.04),0 6.386px 13.398px 0 rgba(20,34,74,.05),0 21.307px 44.702px 0 rgba(20,34,74,.06);
    /* box-shadow: 0 5px 15px rgba(0, 79, 113, 0.2); */
    height: 100%;
    box-shadow: 0 15px 26px rgba(0, 79, 113, 0.2);
    /* box-shadow: 0 15px 15px rgba(0, 79, 113, 0.2),inset -12px 0 24px rgba(0, 79, 113, 0.07); */
    color: rgb(0 79 113);
    border-radius: 10px;
}
.trustedslider-container .trustedwoslider-left .trustedslider-wrapper{
  margin-bottom: 10px;
}
.trustedslider-container .trustedwoslider-right .trustedslider-wrapper{
  margin-bottom: 10px;
}
.trustedsegment-woslider .trustedslider-wrapper .trustedslider-image{
 display: none;
}
.trustedslider-container .trustedsegment-woslider .trustedslider-wrapper:before {
    bottom: 0;
    right: 0;
    border-width: 10px;
    border-width: 5px;
    border-color: transparent #004F71 #004F71 transparent;
    width: 30px;
    height: 30px;
    left: auto;
    top: auto;
}
.trustedslider-container .trustedsegment-woslider .trustedslider-wrapper:after {
    bottom: 8px;
    right: 28px;
    border-width: 7px;
    top: auto;
    right: 8px;
    border-width: 7px;
    border-color: transparent #dd0031 #dd0031 transparent;
}
.trustedslider-container .trustedslider-wrapper .trustedslider-list.horiviewlist ul {
    gap: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trustedslider-container .trustedslider-wrapper .trustedslider-list.horiviewlist ul li {
    width: calc(20% - 13px);
}

/*.customphdstep-wrapper .customphd-srepmaincontainer {
    
    background: #DD0031 ;
    padding: 30px 30px;
    border-radius: 10px;
   
    margin: 0 25px 0 auto;
    margin-top: 100px;    z-index: 10;
}*/
.customphdstep-wrapper .customphd-srepmaincontainer {
    /* background: url('../images/phdletterpadbg.png')!important; */
    background: #fff ;
    padding: 30px 30px;
    border-radius: 10px;
   /* max-width: 820px;
    min-width: 820px;
        max-width: 73%;
    min-width: 73%; 
    width: 100%;
    margin: 0 auto;*/
    margin: 0 25px 0 auto;
    margin-top: 100px;    z-index: 10;
    box-shadow: 0px 16px 12.77px rgba(0,0,0,.12),0px 12px 35.54px rgba(0,0,0,.06),0px 34px 50.07px rgba(0,0,0,.03);
    border: 2pt solid #DD0031;
}
.customphdstep-wrapper .customphd-srepmaincontainer::before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    background: url('../images/capimage.png')!important;
    position: absolute;
    margin-top: -124px;
    background-size: 400px!important;
    background-repeat: no-repeat!important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    background-position: top center!important;
}
.customphdstep-wrapper .customphd-srepmaincontainer::after {
    top: 13px;
    content: "";
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    position: absolute;
    border: 0.12rem solid #082567;
    z-index: -2;
    border-radius: 10px;
    left: 13px;
    box-shadow: 0 0 4px 2px rgb(8 37 103 / 20%);
}
.customphdstep-wrapperright{

}
.customphdstep-wrapper .customphdstep-list{

}
.step-wrapperrightcommon.step-wrapperrightcommontop{

}
.step-wrapperrightcommon.step-wrapperrightcommonbottom{

}
.customphd-srepcontainer .elementor-image-box-img img{
  filter: invert(1) brightness(100);  
  filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%);
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;
}
.customphd-srepcontainer .elementor-image-box-title{
  text-decoration: underline;
  color: #DD0031!important;
}
.customphd-srepmaincontainer .customphdstep-list .elementor-widget-container p{
  color: #DD0031!important;
  color: #082567 !important;
    font-weight: 500;
}
.elementor-image-box-wrapper{
      margin-right: 9px;
}
.customphd-srepcontainer {
    display: -webkit-box !important;
}
.customphd-srepcontainer .customphdstep-head{

}
.customphd-srepcontainer .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper{
  line-height: 22px;
}
.customstepryt-list .elementor-widget-container ul{
  padding-left: 25px;
}
.customphdstep-wrapper .customphdstep-wrapperright {
    /* border: 1px solid rgba(0, 0, 0, 0.4); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 25px 12px;
    border-radius: 15px;
}
/*.step-wrapperrightcommon.step-wrapperrightcommonbottom .customstepryt-list .elementor-widget-container ul  {
    gap: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-wrapperrightcommon.step-wrapperrightcommonbottom .customstepryt-list .elementor-widget-container ul li {
    width: calc(33.33% - 13px);
}*/
.step-wrapperrightcommon.step-wrapperrightcommonbottom .customstepryt-list{
  border-left: 1px dashed #004F71;
  padding-left: 18px;
}
.step-wrapperrightcommon.step-wrapperrightcommonbottom .customstepryt-head{
  padding-right: 18px;
}

.coretech-wrapper .coretech-container .coretech-containhead .elementor-widget-container .elementor-heading-title {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
}
.coretech-wrapper .coretech-container .coretech-containhead .elementor-widget-container .elementor-heading-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    /* background: #000; */
    border-radius: 10px;
    margin: 8px auto 0;
    border-bottom: 0.13rem dashed #DD0031;
}
.coretech-wrapper .coretech-container .coretech-section {
    position: relative;
    overflow: hidden!important;
    border: 1px solid rgba(0, 79 ,113,0.2);
    border-radius: 0;
    z-index: 1;
    padding: 18px 18px;
    /*box-shadow: 0 1.411px 2.961px 0 rgba(20,34,74,.03),0 3.392px 7.116px 0 rgba(20,34,74,.04),0 6.386px 13.398px 0 rgba(20,34,74,.05),0 21.307px 44.702px 0 rgba(20,34,74,.06);
     box-shadow: 0 5px 15px rgba(0, 79, 113, 0.2); */
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 79, 113, 0.2);
    /* box-shadow: 0 15px 15px rgba(0, 79, 113, 0.2),inset -12px 0 24px rgba(0, 79, 113, 0.07); */
    color: rgb(0 79 113);
    border-radius: 10px;
}
.coretech-wrapper .coretech-container .coretech-containlist ul {
    list-style: none;
    padding-left: 0;
}
.coretech-wrapper .coretech-container .coretech-containlist ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
}
.coretech-wrapper .coretech-container .coretech-containlist ul li::before {
    content: "\f105";
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stepsection{

}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stepimage{
  position: relative;
      margin: 0 auto;
}
.workflow-stepcontainer.workflow-stepcontainerodd{

}


.workflow-mainwrapper .workflow-stepcontainer .workflow-stepimage .elementor-widget-container{
      width: 70px;
    height: 70px;
    background: var(--color-primary);
    border-radius: 50%;
    padding: 12px;
}
/*
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer .workflow-stepimage {
    top: auto;
    align-items: flex-end;
    
    width: ;
    text-align: right;
    display: flex;
    bottom: 0;
    justify-content: flex-end;
}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stepimage::before{
  content: "";
    width: 100%;
    height: 70px;
    display: block;
    background: url(../images/workflow-arrowup.png) !important;
    position: absolute;
    margin-top: -12px;
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    background-position: top center !important;
}
.workflow-mainwrapper .workflow-stepcontainer.workflow-stepcontainereven .workflow-stepimage::before{  
    background: url(../images/workflow-arrowdown.png) !important;   
    background-size: 100px !important;
    background-repeat: no-repeat !important;    
    background-position: top center !important;
  
}
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer.workflow-stepcontainerodd .workflow-stepimage::before{  
    background: url(../images/workflow-arrowdown.png) !important;   
    background-size: 100px !important;
    background-repeat: no-repeat !important;    
    background-position: top center !important;
    transform: scaleX(-1);
}
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer.workflow-stepcontainereven .workflow-stepimage::before{
  background: url(../images/workflow-arrowup.png) !important;   
    background-size: 100px !important;
    background-repeat: no-repeat !important;    
    background-position: top center !important;
    transform: scaleX(-1);
}
.workflow-fullmainwrapper{
  position: relative;
}
.workflow-fullmainwrapper::before {
    content: "";
    width: 180px;
    height: 184px;
    display: block;
    background: url(../images/workflow-arrowup.png) !important;
    position: absolute;
    margin-top: 0;
    background-size: 100px !important;
    background-repeat: no-repeat !important;
    margin-left: auto;
    margin-right: 0;
    left: auto;
    right: -20px;
    justify-content: right;
    display: flex;
    align-items: center;
    background-position: top center!important;
    transform: rotate(90deg) translateX(-50%);
    top: 39%;
}
.workflow-mainwrapper .workflow-stepcontainer.workflow-stepcontainereven {
    margin-top: 45px;
}
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer.workflow-stepcontainereven {
    margin-top: 0;
}
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer.workflow-stepcontainerodd {
    margin-top: 45px;
}
.workflow-mainwrapper.stepmainwrapperbottom .workflow-stepcontainer .workflow-stephead {
    top: 0;
    right: 56px;
    left: auto;
}
*/


.workflow-mainwrapper .workflow-stepcontainer .workflow-stepimage .elementor-widget-container img{
  filter: invert(1) brightness(200);
}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stephead .elementor-widget-container .elementor-heading-title{
      font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01px;
    color: #fff;
    background: #082567;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
        margin-left: 45px;
    margin-top: -4px;
}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stephead .elementor-widget-container{
      display: flex;
    justify-content: center;
}
.workflow-mainwrapper .workflow-stepcontainer .workflow-stephead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center!important;
}
.workflow-fullmainwrapper .workflow-mainwrapper{
  justify-content: center;
}
.coretech-wrapper.coretech-wrapperbottom .coretech-container .coretech-containhead .elementor-widget-container .elementor-heading-title{
  color: #082567;
}
.workflow-stepimage.elementor-widget-image-box .elementor-image-box-wrapper{
  margin: 0 auto;
}
.workflow-stepimage.elementor-widget-image-box .elementor-image-box-content{
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center !important;
}
.workflow-stepimage.elementor-widget-image-box .elementor-image-box-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01px;
    color: #fff;
    background: #082567;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    margin-left: auto;
    margin-top: -10px;
    margin-right: -8px;
}
.workflow-stepimage.elementor-widget-image-box:hover .elementor-image-box-title
{
  color: #fff;
}
.workflow-mainwrapper.stepmainwrapperbottom{
  justify-content: space-evenly;
}
.workflow-stepcontainer{
     gap: 20px 0;
  justify-content: flex-end!important;
}
.workflow-stepcontainer::before {
    content: "";
    display: block;
    width: 2px;
    height: 100px;
    background: #082567;
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    transform: rotate(-45deg) translateY(51px);
    left: 0;
    margin: auto;
    margin-top: 35px;
}
.workflow-stepcontainer.stemarrowbottom::before {
    transform: rotate(45deg) translateY(-51px);
    right: 0;
    bottom: auto;
    left: 0;
    top: 0;
    margin: auto;
}
.workflow-stepcontainer.stemarrowbottom {
    justify-content: flex-start!important;
}
.workflow-stepcontainer.nobefore-content::before{
  display: none;
}
.workflow-stepimage.logoimage-step:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #082567;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.workflow-stepimage.logoimage-step:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #082567;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}


@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: 0.7
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

.workflow-stepcont.glowtext-animatehead-design2 p strong {
    background: linear-gradient(120deg,#082567 0%,#DD0031 20%,#082567 40%,#DD0031 60%,#082567 80%);
    background-size: 200% auto;
    color: transparent!important;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shimmerMove 2.5s linear infinite;
    display: inline-block;
}
.headingtext-bg{

}
.statgewise-mainwapper .statgewise-mainwapleft .elementor-widget-elementskit-stylish-list.customstage-listwrap{
 /* min-height: 500px;
  background: url(../images/systemonly-image.png) !important;  
    background-size: contain !important;
    background-repeat: no-repeat !important;    
    background-position: top center !important;
    max-width: 800px;
    width: 100%; 
        border: 12px solid #dd0031;
    border-radius: 10px;
    background: #171414;
    outline: 10px solid #082567;*/
    border: 12px solid #dd0031;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 0 10px #082567;
}
.statgewise-mainwapper .statgewise-mainwapleft {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 0;
  height: 100%;
}
.statgewise-mainwapper .statgewise-mainwapleft::after {
    content: "";
    display: block;
    background: url(../images/systembottom-new.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    width: 200px;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.statgewise-mainwapper .statgewise-mainwapleft .customstage-listwrap .ekit-stylish-list {
    margin: 0 25px 0 28px;
    box-shadow: 0 0 8px 1px #00000033;
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
    padding: 30px 20px 30px 10px;
    border-radius: 2px;
    margin-top: -75px;
    background: #fdfdfd;
    z-index: 7;
    position: relative;
    /* border-inline: 1px solid red; */
}
.statgewise-mainwapper .statgewise-mainwapleft .customstage-listwrap .ekit-stylish-list::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -8px;
    right: 10px;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    z-index: -1;
    box-shadow: 0 0 16px 0 #00000057;
}
.statgewise-mainwapper .statgewise-mainwapleft .customstage-listwrap .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  padding: 2px 5px;
}
.statgewise-mainwapper .statgewise-mainwapleft .customstage-listwrap .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(2n+1){
  background: #f1f1f1;
    
}
.statgewise-mainwapper .statgewise-mainwapleft .customstage-listwrap .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(2n+1) .ekit-stylish-list-content-title{
  color: #DD0031;
    
}
.statgewise-mainwapper .statgewise-mainwapright{  
  /*max-width: calc(100% - 800px);
  width: 100%;*/
      padding: 0 20px;
}
.statgewise-mainwapper .statgewise-mainwapleft .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  margin: 3px 0!important;
}
.statgewise-mainwapper .statgewise-mainwapleft .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-text{
  display: inline-block;
}
.statgewise-mainwapright .statgewise-waprytinner .customstageryt-head{

}
.statgewise-mainwapright .statgewise-waprytinner .customstageryt-list ul{
      padding-left: 25px;
}
.statgewise-mainwapright .statgewise-waprytinner .customstageryt-list ul li{
  font-size: 15px;
    line-height: 22px;
}
.statgewise-mainwapright .statgewise-waprytinner{
  border:2pt solid #082567;
  position: relative;
  z-index: 1;
   overflow: visible !important;
   margin-bottom: 120px;
   padding: 20px 15px;
}
/*.statgewise-mainwapright .statgewise-waprytinner:before, .statgewise-mainwapright .statgewise-waprytinner:after {
    content: '';
    position: absolute;
    border-style: solid;
    z-index: -1;
}
.statgewise-mainwapright .statgewise-waprytinner:before {
    bottom: 0;
    right: 0;
    border-width: 10px;
    border-width: 5px;
    border-color: transparent #004F71 #004F71 transparent;
    width: 30px;
    height: 30px;
    left: auto;
    top: auto;
}
.statgewise-mainwapright .statgewise-waprytinner:after {
    bottom: 8px;
    right: 28px;
    border-width: 7px;
    top: auto;
    right: 8px;
    border-width: 7px;
    border-color: transparent #dd0031 #dd0031 transparent;
}*/
.statgewise-mainwapright .statgewise-waprytinner::after {
    content: "";
    /* width: 100%; */
    /* height: 0; */
    /* border-top: solid 120px rgb(200,30,50); */
    /* border-left: solid 120px transparent; */
    /* border-right: solid 120px transparent; */
    /* display: block; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* top: auto; */
    content: "";
    position: absolute;
    left: 0;
    bottom: -120px;
    width: calc(100% + 2pt);
    height: 120px;
    background: rgb(200,30,50);
    clip-path: polygon(
        0 0,
        100% 0,
        50% 100%
    );
}
.statgewise-mainwapright .statgewise-waprytinner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -80px;
    width: calc(100% - 80px);
    height: 80px;
    background: #fff;
    clip-path: polygon(
        0 0,
        100% 0,
        50% 100%
    );
    z-index: 20;
    top: auto;
    border: 1px solid #c81e32;
}
.statgewise-mainwapright .statgewise-waprytinner .elementor-container,.statgewise-mainwapright .statgewise-waprytinner .elementor-widget-wrap {
    overflow: visible !important;
}
.headingtext-bg .elementor-widget-container .elementor-heading-title{
  background: #dd0031;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    box-shadow: 0 0 8px 5px #dd003136;
}
.headingtext-bg.bluedark-bg .elementor-widget-container .elementor-heading-title{
  background: #02309f;
  box-shadow: 0 0 8px 5px #02309f36;
}
.commoncustomhead-phd{

}
.commoncustomtext-editorphd.twocolumn-customlist ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.commoncustomtext-editorphd.twocolumn-customlist ul li{
  width: 50%;
  min-width: 50%;
}
.commoncustomtext-editorphd.twocolumn-customlist ol{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.commoncustomtext-editorphd.twocolumn-customlist ol li{
  width: 50%;
  min-width: 50%;
}
.homepublication-mainfullwarpper{

}
.homepublication-mainfullwarpper .homepublication-maincontainer .homepublication-section .homepublication-item{
  position:relative;
  background:#fff;
  border-radius:14px;
  padding:80px 18px 30px;
  text-align:center;
  border:2px solid #DD0031;
  box-shadow:0 10px 25px rgba(255,255,255,0.12);
  /*animation:floatInhome 1s ease forwards;*/
  transition:all .4s ease;
  overflow:hidden;
  height: 100%;
}


/* FLOAT IN */
@keyframes floatInhome{
  from{opacity:0;transform:translateY(40px) scale(.95);}
  to{opacity:1;transform:translateY(0) scale(1);}
}

/* HOVER */
.homepublication-section .homepublication-item:hover{
  transform:translateY(-12px) scale(1.03);
  box-shadow:0 22px 45px rgba(255,255,255,.22);
}

/* TOP ENVELOPE */
.homepublication-section .homepublication-item::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:70px;
  background:#DD0031;
  clip-path:polygon(0 0,100% 0,50% 80%);
  transition:.4s;
}

/* FLAP ANIMATION */
.homepublication-section .homepublication-item:hover::before{
  height:90px;
}
/*.homepublication-section .homepublication-item .homepublication-head .elementor-heading-title {
    background: #DD0031;
    color: #fff!important;
    padding: 10px 10px 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 16px;
    border-radius: 4px;    
    display: inline-block;
}*/
.invertwhite-image{
  filter: invert(1) brightness(200);
}
.homepublication-img {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 2;
    padding: 7px;
    border: 2pt solid #dd0031;
    line-height: 15px;
}
.homepublication-content{

}
.homecommon-listwrap ul {
    list-style: none;
    padding-left: 0;
}
.homecommon-listwrap ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
}
.homecommon-listwrap ul li::before {
    content: "\f105";
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}

.homepublication-item .homecommon-listwrap ul li::before{
  content: "\f0a1";
}
.homepublication-wrapperrightcommon{

}
.customphdflex-rowlist ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.customphdflex-rowlist ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
}
.customphdflex-rowlist ul li::before {
    content: "\f105";
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}
.oprtunitylistwrap.customphdflex-rowlist ul{
  justify-content: space-between;
      margin-top: 12px;

}

.oprtunitylistwrap.customphdflex-rowlist ul li::before{
  content: "\f0a4";
}
.homethesisworkflow-fullwrapper .homethesisworkflow-container{
  padding: 0;
}
.homethesisworkflow-fullwrapper .homethesisworkflow-container .homethesisworkflow-item{
    padding: 0;
}
.homethesisworkflow-item.homethesis-wfodd{
  /*margin-left: 18px;*/
}
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper .elementor-image-box-img{
  width: 3.2vw;
  width: 2.2vw;
}

/*.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    clip-path: polygon(
        0 0,
        86% 0,
        100% 50%,
        86% 100%,
        0 100%,
        15% 50%
    );
    transition: .4s;
    flex-direction: column;
    background: #DD0031;
    width: 100%;
}
.homethesisworkflow-item.homethesis-wfodd .homethesis-wfhead .elementor-image-box-wrapper{
  background: #DD0031;
}
.homethesisworkflow-item.homethesis-wfeven .homethesis-wfhead .elementor-image-box-wrapper{
background: #082567;
}*/
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: .4s;
    flex-direction: column;
    width: 100%;
    /* The outer shape */
    clip-path: polygon(0 0, 86% 0, 100% 50%, 86% 100%, 0 100%, 15% 50%);
}

/* This creates the border effect */
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper::before {
    content: "";
    position: absolute;
    /* Adjust 'inset' to change border thickness (e.g., 2px) */
    inset: 2px; 
    background: #fff; /* This is your "inner" color or background */
    /* The same polygon shape for the hole */
    clip-path: polygon(1% 0, 86% 0, 100% 50%, 86% 100%, 1% 101%, 15.5% 50%);
    z-index: -1;
}

/* Red Background (Border Color) */
.homethesisworkflow-item.homethesis-wfodd .homethesis-wfhead .elementor-image-box-wrapper {
    background: #DD0031;
}

/* Blue Background (Border Color) */
.homethesisworkflow-item.homethesis-wfeven .homethesis-wfhead .elementor-image-box-wrapper {
    background: #082567;
}


/*.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper {
    position: relative;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    background: transparent; 
}


.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #DD0031;
    clip-path: polygon(
        0 0,
        86% 0,
        100% 50%,
        86% 100%,
        0 100%,
        15% 50%
    );
    z-index: 1;
}


.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper::after {
    content: "";
    position: absolute;
    inset: 6px; 
    background: transparent;
    clip-path: polygon(
        0 0,
        86% 0,
        100% 50%,
        86% 100%,
        0 100%,
        15% 50%
    );
    z-index: 2;
}


.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper > * {
    position: relative;
    z-index: 3;
}*/

.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper {
  margin: 0 auto;
  padding: 8px 17px;
}
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: invert(1) brightness(200);
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;  
}
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-content .elementor-image-box-title{
  font-size: 17px!important;
  line-height: 22px;
    display: block;
    color: #DD0031!important;
    padding-left: 20px;
    padding-right: 10px;
}
.homethesisworkflow-item.homethesis-wfeven .homethesis-wfhead .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: invert(1) brightness(200);
  filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%);
}
.homethesisworkflow-item.homethesis-wfeven .homethesis-wfhead .elementor-image-box-content .elementor-image-box-title{
  color: #082567!important;
}
.homethesisworkflow-fullwrapper {
    justify-content: center;
}
.homethesisworkflow-item .homethesis-wfhead .elementor-image-box-content{
      margin-top: 5px;
}
.homethesisworkflow-item .homethesis-wfcontent .elementor-widget-container{
  padding: 10px 20px 10px 0;
}
.homethesisworkflow-item.homethesis-wfodd .homethesis-wfcontent .elementor-widget-container{
 /* padding: 10px 30px 10px 10px;*/
}
.homethesisworkflow-item.homethesis-wfodd .homethesis-wfcontent .elementor-widget-container p{
  font-size: 15px;
    line-height: 24px;
}
.homethesisworkflow-fullwrapper{
  padding-bottom: 0!important;
}
.cus-texteditor-boxshadowtomcommon {
    position: relative;
    overflow: hidden!important;
    border: 1px solid rgb(0 2 3 / 10%);
    border-radius: 0;
    z-index: 1;
    padding: 18px 18px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 79, 113, 0.2);
     box-shadow: 0 15px 15px rgba(0, 79, 113, 0.2),inset -12px 0 15px rgba(0, 79, 113, 0.04); 
    color: rgb(0 79 113);
    border-radius: 10px;
}

.googlemeet-mainwarp-item.googlemeet-mainwarp-itemryt{

}
.googlemeet-mainwarp-item.googlemeet-mainwarp-itemleft{

}
.googlemeet-mainwarp-item{
  background:#000;
  background: #082567;
    border-radius:30px;
    overflow:hidden;
    position:relative;    box-shadow: 0 5px 20px rgb(0 0 0 / 30%);
}
.googlemeet-mainwarp-item .googlemeetcard{
  width:100%;
    height:100%;
    background:#fff;
    border-radius:22px 22px 22px 22px;
    display:flex;
    flex-direction:column;
        padding: 10px 0;
}
/* Header */
.googlemeetcardhead .chat-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:14px 16px;
    border-bottom:1px solid #e0e0e0;
}

.googlemeetcardhead .chat-header .chat-headerleft{
    display:flex;
    align-items:center;
    gap:12px;
}

.googlemeetcardhead .chat-header i{
    font-size:18px;
    color:#DD0031;
}

.googlemeetcardhead .chat-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #DD0031;
}
.googlemeetcard .googlemeetcard-body{
  flex:1;
    padding:14px;
    overflow-y:auto;
    background:#f1f3f4;
}
.googlemeetcard .googlemeetcard-body .googlemsg{
    max-width:78%;
    padding:10px 14px;
    font-size:16px;
    line-height:24px;
    margin-bottom:10px;
    border-radius:14px;
}
.googlemeetcard .googlemeetcard-body .googlemsg ul{
      margin-top: 10px;
}
.googlemeetcard .googlemeetcard-body .googlemsg ul li{
  padding-left:26px ;
}
.googlemeetcard .googlemeetcard-body .googlemsg.goglein{
    background:#cdd2de;
    color:#000;
    border-top-left-radius:4px;    margin-top: 10px;
}
.googlemeetcard .googlemeetcardhead{

}
.googlemeet-mainwarp-itemimage {
    padding: 10px 25px;
    justify-content: center;
}
.googlemeet-mainwarp-itemimage .googlemeet-iocnimage {
    z-index: 10;
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.googlemeet-mainwarp-itemimage .googlemeet-iocnimage .elementor-widget-container {
    width: 60px;
    height: 60px!important;
    border-radius: 50%;
    border: 3px solid var(--color-primary);
    background: #fff;
    padding: 5px 6px 6px 7px;
    margin: 0 auto 10px;
}
.googlemeet-mainwarp-itemimage .googlemeet-iocnimage .elementor-widget-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    width: 60px;
    height: 60px!important;
    margin: 0 auto;
    background: #fe000c;
}
.googlechat-footer .googlechat-input{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border-top:1px solid #e0e0e0;
    background:#fff;
        border-radius: 0 0 22px 22px;
}

.googlechat-footer .googlechat-input input {
    flex: 1;
    border: none;
    outline: none;
    background: #f1f3f4;
    border-radius: 20px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.googlechat-footer .googlechat-input input::placeholder {
    color: #dd0031;
    color: #082567;
}
.googlechat-footer .googlechat-input i{
    font-size:18px;
    color:#5f6368;
}

.googlechat-footer .googlechat-input .send-btn{
    width:38px;
    height:38px;
    background:#DD0031;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
}
.googlechat-footer .googlechat-input .send-btn i{
  color:#fff;
}
.homeevolution-youtube{

}
.homeevolution-fullmainwrapper{
  background: url(../images/homeevolution-innerimgbg.png) no-repeat;
  background-size: cover;
}
/*.evolutionyoutube-badge{
    position:absolute;
    top:50px;
    bottom:auto;
    right:40px;
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff0000,#b30000);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    box-shadow:0 0 20px rgba(255,0,0,0.6);
    transition:0.4s;
}
.evolutionyoutube-badge::before,
.evolutionyoutube-badge::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #ff0000;
    animation:rippleevolution 2s infinite;
}
.evolutionyoutube-badge::after{
    animation-delay:1s;
}*/
.evolutionyoutube-badge {
    position: absolute;
    top:50px;
    top:18px;
    bottom:auto;
    right:50px;
    width:90px;
    height:90px;
    line-height: 90px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-white);
    margin: 0 auto;
    display: inline-block;
    font-size: 35px;
    text-align: center;
    color: var(--color-primary);
    z-index: 1;
    padding: 0;
}
.homeevolution-youtube.elementor-widget.elementor-widget-html{
  position: static!important;
}
/* Ripple Animation */

.evolutionyoutube-badge:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
.evolutionyoutube-badge:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid var(--color-white);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}


@keyframes rippleevolution{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(1.6);
        opacity:0;
    }
}

/* Play Icon */
.evolutionyoutube-badge span{
    color:#DD0031;
    font-size:38px;
    margin-left:6px;
}

/* Hover Effect */
.evolutionyoutube-badge:hover{
    transform:scale(1.15) rotate(5deg);
    box-shadow:0 0 35px rgba(255,0,0,0.9);
}
.evolutionyoutube-badge .fa-play:before {
    content: "\f04b";
    line-height: 90px;
}

.homechosse-left .homechoose-section .ekit-stylish-list  .ekit-stylish-list-content{
  flex-direction: row-reverse;
  text-align: right; 
  justify-content: flex-start;
}


.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
  margin-right: -23%;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(2){
  margin-right: -6%;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3){
  margin-left: -4%;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(4){
  margin-left: -4%;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(5){
  margin-right: -4%;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child{
  margin-right: -18%;
}

.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
  margin-left: -23%;
}
.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(2){
  margin-left: -6%;
}
.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3){
  margin-right: -4%;
}
.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(4){
  margin-right: -4%;
}
.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(5){
  margin-left: -4%;
}
.homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child{
  margin-left: -18%;
}

.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  padding: 9px;
  background:var(--bluewimage-gradient) ;
  background: var(--color-primary);
  border-radius: 50%;
      margin: 0;
}
.homechosse-center .homechoose-imagesection {
    border-radius: 50%;
    overflow: hidden;
    animation: zoomAnim 2s ease-in-out infinite;
    margin:0 15px;
    /*padding:0 10px;*/
}
.homechosse-center .homechoose-imagesection img {
    border: 5px solid #02309f;
    height: auto;
    border-radius: 50%;
    box-shadow:  0 0 8px 5px #02309f36;
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon img{
  filter: brightness(0) invert(1);
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-text .ekit-stylish-list-content-title{
  font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  margin-bottom: 18px;
  width: 100%;
    margin-left: auto;
}
.homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper{
  
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
animation: boxpulse infinite 1.3s ease-in-out, pulseeffect infinite 2s ease-in-out;
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon img{
  
}
.homechoose-section .ekit-stylish-list .ekit-stylish-list-content {
    align-items: center;
    gap: 0 13px;
}
.homechosse-mainwrapper{
  margin-top: 15px;
}
.onecomplete-container{

}
.onecomplete-container .onecompletewrap {
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.onecomplete-container .onecompletewrap .onecomplete-item {
  box-shadow: 5px 6px 0 rgb(221 0 49 / 70%);
  border-radius: 0 30px;
  padding: 15px 20px;
  border: 1px solid rgb(221 0 49 / 10%);
  box-shadow: 6px 7px 0px rgb(221 0 49 / 100%),0 4px 12px rgba(0,0,0,0.2);
  height: 100%;
      overflow: hidden !important;
    position: relative;
}
.onecompletewrap .onecomplete-item::after {
    content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*.onecomplete-container .onecompletewrap:nth-child(even) .onecomplete-item .onecomplete-imgwrap .elementor-image-box-img img{
  filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%);
}*/
.onecomplete-container .onecompletewrap:nth-child(even) .onecomplete-item{
  box-shadow: 6px 7px 0px rgb(8 37 103), 0 12px 25px rgba(0, 0, 0, 0.2);
}
.onecomplete-container .onecompletewrap:nth-child(even) .onecomplete-item::after{
  background: rgb(0 79 113 / 30%);
}
.onecompletewrap.onecompletewrap-even{

}
.onecompletewrap.onecompletewrap-odd{

}
.onecomplete-item .onecomplete-content{
 margin-top: 10px;
}
.onecomplete-item .onecomplete-imgwrap .elementor-image-box-img {
    width: 58px;
    background-color: #f9dedd;
    border-radius: 50%;
    padding: 7px;
    /* background: #f0f0f0; */
    /* box-shadow: 0 8px 16px 6px rgb(221 0 49 / 20%); */
    margin-bottom: 0!important;
}
.onecomplete-item .onecomplete-imgwrap .elementor-image-box-img img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;  
}
.onecomplete-item .onecomplete-imgwrap .elementor-image-box-title{
      margin: 0;
}
.onecomplete-container {
    counter-reset: my-awesome-counter;
}

.onecomplete-container .onecompletewrap{
    position: relative;
    counter-increment: my-awesome-counter;
}

.onecomplete-container .onecompletewrap:before {
    content: counter(my-awesome-counter);
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    left: auto;
    color: #ffffff;
    background: var(--color-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    top: 5px;
    /* transform: translateY(-50%); */
    line-height: 30px;
    z-index: 10;
}

/*.onecompletewrap .onecomplete-item .onecomplete-imgwrap .elementor-image-box-wrapper {
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 15px;
}*/
.homecustomfaq-wraper .homecustom-faqinnerwrap .elementskit-card .elementskit-card-header .elementskit-btn-link{
  background-color:#fff ;
  border-radius: 5px ;
  border:1px solid var(--color-border-2);
  padding: 14px 30px 14px 18px;
}
.homecustomfaq-wraper .homecustom-faqinnerwrap .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-primary)!important;
  color: var(--color-white)!important;
}

.homecustom-faqinnerwrap .elementskit-card.active .elementskit-card-header .elementskit-btn-link{
  border-radius: 5px 5px 0 0;
}
.homecustom-faqinnerwrap .ekit-wid-con .ekit_accordion_icon_group{
  margin-right: 16px;
}

.homecustomfaq-wraper .homecustom-faqinnerwrap .ekit-wid-con .elementskit-accordion .elementskit-card-body{
  padding: 20px 30px 20px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
}
/* Accordion list icon */
.homecustom-faqinnerwrap .ekit-accordion--content ul {
    list-style: none;
    padding-left: 0;
}

.homecustom-faqinnerwrap .ekit-accordion--content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 2px;
}

.homecustom-faqinnerwrap .ekit-accordion--content ul li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #e60023; /* red icon */
    font-size: 14px;
}
.homecustom-faqinnerwrap .ekit-accordion--content{
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(221 0 49 / 40%);
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.homecustom-faqinnerwrap .ekit-accordion--content::before{
  content: "";
    background: rgb(221 0 49 / 20%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*
.homecustomfaq-wraper .homecustom-faqinnerwrap .elementskit-card.active:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color: var(--color-secondary)!important;
  color: var(--color-white)!important;
}
.homecustomfaq-wraper .homecustom-faqinnerwrap .elementskit-card:nth-child(even) .elementskit-card-header .elementskit-btn-link{
  background-color:#004f71 ;
  background: linear-gradient(135deg, #003a54 0%, #004f71 50%, #0a6f99 100%);
  background: none;
  border:1px solid var(--color-secondary);
}
.homecustom-faqinnerwrap .elementskit-card:nth-child(even) .ekit-accordion--content{  
  border: 1px solid rgb(0 79 113 / 40%);
  border-top: none;
}
.homecustom-faqinnerwrap .elementskit-card:nth-child(even) .ekit-accordion--content::before{  
    background: rgb(0 79 113 / 30%);    
}*/
.homecustom-faqinnerwrap .ekit-accordion--content ul li::before {

}

.homecustomfaq-wraper .homecustom-faqinnerwrap .elementskit-card .elementskit-card-header .elementskit-btn-link .ekit_accordion_icon_group i{
  font-size: 18px;
}
.homefaqwrap-left{

}
.cursorclick-button .ekit-btn-wraper{
  position: relative;
}
.dataset-buttonwrap-design .common-clickbtn {
    position: relative;
    border: 0;
    width: 50px;
    height: 50px;
    line-height: 41px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #DD0031;
    margin: 0 auto;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 5px 5px 5px 3px;
}
.common-clickbtn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #DD0031;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.common-clickbtn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #DD0031;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.dataset-buttonwrap{
  text-align: center;
}
.milestone-listwrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        gap: 5px 0;
}
.milestone-listwrap ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.milestone-listwrap ul li strong{
  color: #DD0031;
}
.milestone-listwrap ul li::before {
    content: "\f105";
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}
.milestonefullwrapper{
  max-width: 860px;
  max-width: 100%;
  width: 100%;
}
.elementor-element.homecuscontact-wrap {
    background: #fff;
    padding: 30px 30px 30px 10px;
    border-radius: 0 30px 30px 30px;
    position: relative;
    z-index: 1;
    /* background: linear-gradient(0deg, #ca0f1a, #ff033b); */
    border: 2pt solid #004F71;
    border-left: none;
}
.elementor-element.homecuscontact-wrap:after {
    content: "";
    width: calc(100% + 2pt);
    height: calc(100% + 4pt);
    border-radius: 0;
    background: #fff;
    margin-left: -17%;
    z-index: -1;
    margin-top: 0;
    padding-left: 16%;
    top: -3px;
    position: absolute;
    /* background: linear-gradient(0deg, #ca0f1a, #ff033b); */
    border: 2pt solid #004F71;
    border-right: none;
}
.homecuscontact-wrap .homecontacterap-head {
    background: #d7081a;
    color: #fff!important;
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 13px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    animation: boxpulse infinite 1.3s ease-in-out;
}
.homecuscontact-wrap .homecontacterap-head img{
  filter: invert(1) brightness(200);
}
.elementor-element.milestonefullwrapper{
  position: relative;
  overflow: hidden;    padding: 0;z-index: 3;
}
.elementor-element.milestonefullwrapper::before {
    content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    left: auto;
    top: auto;
}
.homecuscontact-imgwrap{
  position: relative;
  overflow: hidden!important;    padding: 0;z-index: 3;
  width: 100%;
  max-width: 280px;
}
.elementor-element.homecuscontact-wrap::before {
    content: "";
    background: rgb(221 0 49 / 30%);
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: -20%;
}

.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-profile-info{
      margin-bottom: 0;
          width: calc(100% - 65px);
    text-align: left;
    padding-left: 10px;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-bio {
      width: 55px;
          height: 52px;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-bio .elementskit-commentor-image img{
border: 1px solid #e3e2e2;
    padding: 3px;
    border-radius: 50%;

}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-bio .ekit-testimonial--avatar{
  margin-bottom: 0;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-stars {
    padding-left: 0;
    margin-bottom: 3px;
    text-align: left;
    margin-top: 8px;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content{
height: 100%;
justify-content: flex-start;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-stars li a{
  font-size: 12px;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider{
  padding: 30px 20px;
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.customer-homereview-section .elementskit-testimonial-slider .ekit-main-swiper .swiper-slide-inner .elementskit-single-testimonial-slider .elementskit-commentor-content>p{
      margin-bottom: 0;
      /*min-height: 140px;*/
          text-align: left;
}
/* Force equal height testimonial cards */
.customer-homereview-section .elementskit-testimonial-slider .swiper-slide {
    height: auto !important;
    display: flex;
}

.customer-homereview-section .elementskit-testimonial-slider .swiper-slide-inner,
.customer-homereview-section .elementskit-single-testimonial-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.customer-homereview-section.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev{
  left: -60px;
}
.customer-homereview-section.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next{
  right: -60px;
}
.customhome-datahubsection {
    position: relative;
    padding-left: 60px;
    z-index: 2;ss
}
.customhome-datahubsection::before {
    background: url(../images/abt_dot.png) no-repeat;
    content: "";
    position: absolute;
    width: 40%;
    height: 55%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: transparent;
    display: block;
}
.customhome-datahub-wrapper {
    box-shadow: 0 26px 33px -4px rgb(0 0 0 / 0.3);
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 20px 30px 30px;
    border: 5px solid #fff!important;
    border-radius: 10px;
}
.homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-wrapper {
    margin-right: 0;
    animation-range: 0;
    position: relative;
    z-index: 1;
    padding: 20px 20px 25px 20px;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    margin-bottom: calc(var(--collapse-size)/ 2);
    --collapse-size: 44px;
    border: 1px solid #082567;
    border-left: 3pt solid #DD0031;
    box-shadow:0 26px 33px -4px rgb(0 0 0 / 0.3);
}
.homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-title{
  margin-bottom: 5px;
  display: block;
}
.homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0!important;
    width: var(--collapse-size);
    height: var(--collapse-size);
    border: 5px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    font-size: 13px;
    background-color: #DD0031;
    color: #fff;
    padding: 5px;
}
.homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-img img{
  filter: invert(1) brightness(200);
  padding: 5px;
}
.homeonepreice-wrapper .homeonepreice-itemleft .homeonepreice-item{
    padding: 0;
}

.homeonepreice-wrapper .homeonepreice-itemcenter{
    /* align-items: self-start; justify-content: space-between;*/
    box-shadow: 0 10px 20px rgb(8 37 103 / 40%);
    border: 1px solid rgb(8 37 103 / 30%);
    border-radius: 10px;
   height: auto;
}
.homeonepreice-wrapper .homeonepreice-itemcenter .elementskit-section-title span{
  font-size: 22px!important;
}
.homeonepreice-wrapper .homeonepreice-itemleft,.homeonepreice-wrapper .homeonepreice-itemright {
  height: auto;
}
.homeonepreice-wrapper .homeonepreice-itemleft .homeonepreice-itemleftinner {
    position: relative;
    border: 1px solid rgb(8 37 103 / 50%);
    border-radius: 0;
    z-index: 1;
    padding: 18px 18px;
    height: 100%;
    box-shadow: 0 10px 20px rgb(8 37 103 / 40%);
    /* box-shadow: 0 15px 15px rgba(0, 79, 113, 0.2),inset -12px 0 24px rgba(0, 79, 113, 0.07); */
    color: rgb(0 79 113);
    border-radius: 10px;
    background: rgba(255,255,255,1);
     height: 100%;
}
.homeonepreice-item .homeonepreice-containhead {
    border-bottom: 1px solid rgb(8 37 103 / 50%);
    padding: 10px 0;
    margin-bottom: 17px!important;
    display: block;
}
.homeonepreice-wrapper.e-con.e-con-boxed,
.homeonepreice-wrapper .e-con.e-con-full {
  /*align-items: stretch;*/
}

.homeoneprice-itemleftinner,
.homeoneprice-itemcenterinner,
.homeoneprice-itemrightinner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Equal height for bottom 3 boxes */
.homeoneprice-wrapper {
    display: flex;
    align-items: stretch;
    gap: 20px; /* adjust spacing */
}

.homeoneprice-wrapper > .elementor-column {
    display: flex;
    flex-direction: column;
}

.homeoneprice-wrapper .elementor-widget-container {
    flex-grow: 1;
}
/* Equal height for hero two-column section */
.datahub-econtainer .e-con-inner {
  align-items: stretch;
}

/* Left & right cards */
.customhome-datahubsection,
.dataset-call-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.homesuccess-wrappersection {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.homesuccess-wrappersection::before {
    content: "";
    border-radius: 10px;
    transform: rotate3d(1, 1, 1, -10deg);
    width: calc(100% + 20px);
    height: calc(100% - 20px);
    display: block;
    position: absolute;
    left: -1%;
    top: 0;
    z-index: -2;
    /* filter: blur(1.08px); */
    background: rgb(255 255 255 / 35%);
}
/*.homesuccess-wrappersection:before {
    content: '';
    height: 90%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 5%;
    background: rgb(221 0 49 / 40%);
    z-index: -1;
    transform: rotate(7deg);
    border-radius: 10px;
    background: rgb(255 255 255 / 35%);
}
.homesuccess-wrappersection:after {
    content: '';
    height: 90%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 5%;
    left: auto;
    background: rgb(221 0 49 / 40%);
    z-index: -1;
    transform: rotate(-7deg);
    border-radius: 10px;
    background: rgb(255 255 255 / 35%);
}
.homesuccess-wrappersection:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 25px;
    height: 70%;
    width: 94%;
    background-color: #ffffff;
    transform: rotate(-4deg);
    box-shadow: 0 0 16px 0 #0000001f;
    z-index: -1;
}
.homesuccess-wrappersection:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 43px;
    height: 70%;
    width: 82%;
    background-color: #ffffff;
    transform: rotate(-10deg);
    box-shadow: 0 0 16px 0 #0000001f;
    z-index: -2;
}*/
.homesuccess-wrapper{
  position: relative;
    overflow: hidden !important;
    border: 1px solid rgb(221 0 49 / 40%);
    /*border: 1px solid rgb(0 79 113 / 40%);*/
    border-radius: 10px 10px;
    background: #fff;
    z-index: 1;
        padding: 35px 5px 30px;
          box-shadow: 0 34px 45px -10px rgb(0 0 0 / 0.3);
}
.elementor-element.homesuccess-wrapper::before {
    content: "";
    background: rgb(221 0 49 / 30%);
     /*background: rgb(0 79 113 / 30%);*/
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    left: auto;
    top: auto;
}
.elementor-element.homesuccess-wrapper::after {
    content: "";
    background: rgb(221 0 49 / 30%);
     /*background: rgb(0 79 113 / 30%);*/
    filter: blur(50px);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.homesuccess-listwrap{
  position: relative;
  z-index: 2;
}
.homesuccess-listwrap::before {
    content: "";
    width: 1px;
    height: 100%;
    border-right: 0.1rem dashed rgb(221 0 49 / 40%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.homesuccess-listwrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        gap: 5px 0;
}
.homesuccess-listwrap ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
    margin-left: 30px;
    margin-right: 20px;
}
.homesuccess-listwrap ul li strong{
  color: #DD0031;
  font-weight: 500;
}
.homesuccess-listwrap ul li::before {
    content: "\f0f3";
    content: "\f164";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}
.homevisalist ul li strong{
  font-weight: 500;
}
.homevisalist ul{
  margin-bottom: 5px;
}
.homeendsupport-listsection .homeendsupport-listwrap{

}
.homeendsupport-listsection .homeendsupport-listwrap .homeendsupport-listimg{

}
.homeendsupport-listsection .homeendsupport-listwrap .homeendsupport-listcont ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 40px;
}
.homeendsupport-listsection .homeendsupport-listwrap .homeendsupport-listcont ul li strong, .homeendsupport-listsection .homeendsupport-listwrap .homeendsupport-listcont p strong{
  color: #DD0031;
  font-weight: 600;
}
.homeendsupport-listsection .homeendsupport-listwrap{
  position: relative;
}

.homeendsupport-listsection {
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
}

.homeendsupport-listsection .homeendsupport-listwrap {
    position: relative;
    counter-increment: my-awesome-counter;
    padding: 0;
    
    width: 100%;
}
.homeendsupport-listsection .homeendsupport-listwrap:before {
    content: counter(my-awesome-counter);
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    color: #ffffff;
    background: var(--color-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    font-family: "Figtree", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
}
.homeendsupport-listsection .homeendsupport-listwrap{
  padding: 5px 0;
      padding-left: 55px;
      position: relative;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-widget-container{
  margin: 0;
   padding-left: 68px;
}
.homeendsupport-listsection .homeendsupport-listwrap:nth-child(odd) .elementor-widget-container{
  background-color: #F4F8F9;
}
/*.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-img{
  position: absolute;
  left: 0;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
}*/
.homeendsupport-listimg, .homeendsupport-listimg .elementor-widget-container, .homeendsupport-listimg .elementor-image-box-wrapper{
  position: static;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-img {
    height: 40px;
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    margin-right: 10px!important;
    z-index: 10;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-wrapper .elementor-image-box-title{
  margin: 0 0 5px;
}
.homeendsupport-listimg .elementor-widget-container{
  padding-top: 13px;
}
.homeendsupport-listcont .elementor-widget-container{
  padding-bottom: 13px;
}
.homeendsupport-listsection .homeendsupport-listwrap:after {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    height: 1px;
    background: var(--color-dark-blue);
    z-index: -1;
    left: 0;
}
.homeendsupport-listsection{
  position: relative;
}
.homeendsupport-listsection::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 91.5%;
    background: #0575E6;
    z-index: -1;
}

/** redesign**/
/*.homeendsupport-listsection .homeendsupport-listwrap {
    padding: 5px 0;
    padding-left: 55px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-img{
  position: static;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-widget-container {
    margin: 0;
    padding-left:30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.homeendsupport-listsection .homeendsupport-listwrap:nth-child(odd) .elementor-widget-container {
    background-color: transparent;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-img {
    height: auto;
    position: static;
    left: 70px;
    top: 50%;
    transform: none;
    width: 40px;
    margin-right: 10px!important;
    z-index: 10;
}
.homeendsupport-listcont .elementor-widget-container {
    padding-right:30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.homeendsupport-listsection .homeendsupport-listwrap .elementor-image-box-wrapper .elementor-image-box-title {
    margin: 0;    white-space: nowrap;
}
.homeendsupport-listimg .elementor-widget-container {
    padding-top: 0;
}*/
.homejournalslist ul{
  margin-top: 10px;
}
.homejournalslist ul li strong{
  color: #DD0031;
}
.journals-boxshadow-wrapper{

}
.journals-texteditor-boxshadow {
    position: relative;
    overflow: hidden!important;
    border: 2pt solid rgba(221, 0 , 49, 0.4);
    border-radius: 0;
    z-index: 1;
    padding: 25px 30px 20px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(221, 0 , 49, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25),inset -12px 0 15px rgba(221, 0, 49, 0.04);
    /* color: rgb(221, 0 ,49); */
    border-radius: 10px;
    height: auto;
    background: #fff;
}

.journals-texteditor-boxshadow .journalslist-wrapper ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
        gap: 5px 0;
        margin-top: 10px;
}
.journals-texteditor-boxshadow .journalslist-wrapper ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
    /* margin-left: 30px; */
    /* margin-right: 20px; */
    margin-right: 15px;
}
.journals-texteditor-boxshadow .journalslist-wrapper.twocol-listwrap ul {
  margin-top: 10px;
  flex-direction: row;
}
.journals-texteditor-boxshadow .journalslist-wrapper.twocol-listwrap ul li {
   width: calc(50% - 50px);
    min-width: calc(50% - 50px);
}
.journals-texteditor-boxshadow .journalslist-wrapper ul li strong{
  color: #DD0031;
  font-weight: 500;
}
.journals-texteditor-boxshadow .journalslist-wrapper ul li::before {
    content: "\f0f3";
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 12px;
}

.customphds-marqueewrapper .customphds-marquee {
  overflow: hidden!important;
}


.customphds-marquee {
    overflow: hidden;
}
.customphds-marquee .customphds-marqueegallery .ekit-wid-con .ekit_gallery_grid{
  display: flex;
  flex-wrap: nowrap;
  height: auto!important;
}

.customphds-marqueewrapper .customphds-marquee.customphds-marquee-left .customphds-marqueegallery {
    animation: mscroll-left 45s linear infinite;
}
.customphds-marqueewrapper .customphds-marquee.customphds-marquee-right .customphds-marqueegallery{
  animation: mscroll-right 45s linear infinite;
}
/*.customphds-marquee-right .customphds-marqueegallery {
    animation: mscroll-right 45s linear infinite;
}*/

.customphds-marquee:hover .customphds-marqueegallery {
    animation-play-state: paused;
}

/*.customphds-marqueegallery img {
    height: 110px !important;
    width: auto !important;
    object-fit: contain;
    background: #f2f2f2;
    padding: 10px;
}*/
/* STEP 1: Disable Masonry absolute positioning */
.customphds-marquee .customphds-marqueegallery .ekit_gallery_grid_item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}

/* STEP 2: Enable Flex layout */
.customphds-marquee .customphds-marqueegallery .ekit_gallery_grid_wrapper {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}
.customphds-marquee .customphds-marqueegallery .ekit-wid-con .ekit_gallery_grid .gallery_grid_style.ekit_gallery_grid_item {
  height: auto;
}
.customphds-marquee .customphds-marqueegallery .ekit-wid-con .ekit_gallery_grid .gallery_grid_style.ekit_gallery_grid_item .elementskit-grid__img {
    height: auto;
    -o-object-fit: cover;
    object-fit: contain;
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    /*height: 110px !important;*/
    width: 100%!important;
    object-fit: cover;
}
.customphds-marquee .customphds-marqueegallery .ekit-wid-con .gallery_grid_style.ekit_gallery_grid_item .elementskit-portfolio-thumb{
    padding: 0  !important;
    height: auto;
}
/* STEP 3: Equal width & height */
.customphds-marquee .customphds-marqueegallery .ekit_gallery_grid_item {
    /*flex: 0 0 calc(16.66% - 20px); 
    box-sizing: border-box;*/
}

@keyframes mscroll-left {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes mscroll-right {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.customphds-marqueewrapper .customphds-marquee .e-gallery-grid{
  animation: mscroll-left 45s linear infinite;
}
.customphds-marqueewrapper .customphds-marquee .ekit-wid-con .gallery_grid_style.ekit_gallery_grid_item .elementskit-single-portfolio-item {
    margin: 0;
    border: 1px solid rgb(221 0 48 / 90%);
    padding: 0;
    height: auto;
}
.customphds-marqueewrapper .customphds-marquee.customphds-marquee-right .ekit-wid-con .gallery_grid_style.ekit_gallery_grid_item .elementskit-single-portfolio-item {
    border-color:#082567;
}
.customphds-marqueewrapper .customphds-marquee.customphds-marquee-right .ekit-wid-con .gallery_grid_style.ekit_gallery_grid_item .elementskit-single-portfolio-item {
    border-color:#082567;
}
.workflow-stepcontainer .workflow-stepcont .elementor-widget-container {
    background: #fff;
    border: 1px solid rgb(221 0 49 / 50%);
    border: 1px solid rgba(221, 0, 49, 0.4);
    border-radius: 0;
    z-index: 1;
    padding: 10px 10px;
    height: 100%;
    box-shadow: 0 10px 20px rgba(221, 0, 49, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25), inset -12px 0 15px rgba(221, 0, 49, 0.04);
    /* color: rgb(221, 0, 49); */
    border-radius: 10px;
    height: 100%;
    display: flex;
    width: 100%;
        justify-content: center;
        /*align-items: flex-end;*/
}
/*.workflow-stepcontainer.stemarrowbottom .workflow-stepcont .elementor-widget-container {
  align-items: flex-start;
}*/
.workflow-stepcontainer .workflow-stepcont.elementor-widget.elementor-widget-text-editor {
    width: 100%;
    display: flex;
    height: 100%;
}
.customhome-datahubsection{
      padding-top: 0;
    padding-bottom: 0;
    height: auto;
}
.customhome-datahub-wrapper{
  height: 100%;
}
.datahub-econtainer {
    align-items: unset;
    justify-content: unset;padding-top: 25px;
}
.dataset-buttonwrap{
      margin-top: 20px;
}
.customhome-datahubsection::before{
      top: -20px;
}
.customphds-marqueewrapper {
    background: #fff;
    padding: 10px 16px 10px;
    border: 1px solid rgb(2 48 159 / 80%);
    box-shadow: 0 15px 15px rgb(2 48 159 / 20%), inset -12px 0 15px rgb(2 48 159 / 10%);
    border-radius: 10px;
}
.ekit-wid-con .elementskit-single-portfolio-item .elementskit-gallery-icon{
     background: #fff;
    border-radius: 50%;
    color: #dd0031 !important;
}
.homestagewise-wrapper.bluecolor-theme{

}

/* FORCE EQUAL HEIGHT FOR EXPERT BOXES */
.homestagewise-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Each box */
.homestagewise-wrapper > div {
    display: flex;
}

/* Inner container */
.homestagewise-wrapper .e-con-inner,
.homestagewise-wrapper .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Card itself */
.homestagewise-wrapper .bluecolor-theme {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Push icon to bottom */
.homestagewise-wrapper .elementor-widget-icon {
    margin-top: auto;
}
.onecomplete-container .onecompletewrap .onecomplete-item{
  position: relative;
      overflow: visible !important;
      box-shadow: 6px 7px 0px rgb(221 0 49 / 100%), 0 4px 12px rgba(0, 0, 0, 0.2), 0 26px 33px -4px rgb(0 0 0 / 0.3);
          border: 1px solid rgb(221 0 49 / 21%);
}
.onecomplete-container .onecompletewrap:nth-child(even) .onecomplete-item {
    box-shadow: 6px 7px 0px rgb(8 37 103), 0 12px 25px rgba(0, 0, 0, 0.2), 0 26px 33px -4px rgb(0 0 0 / 0.3);
    overflow: visible!important;
    border-color: rgb(8 37 103 / 21%);
}
.onecomplete-item .onecomplete-imgwrap, .onecomplete-item .onecomplete-imgwrap .elementor-image-box-wrapper,.onecomplete-item .onecomplete-imgwrap .elementor-widget-container{
  position: static;
}
.onecomplete-item .onecomplete-imgwrap .elementor-image-box-img {
    width: 45px;
    background-color: #dd0031;
    border-radius: 50%;
    padding: 7px;
    /* background: #f0f0f0; */
    /* box-shadow: 0 8px 16px 6px rgb(221 0 49 / 20%); */
    margin-bottom: 0!important;
    position: absolute;
    bottom: -26px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto!important;
    border: 5px solid #fff;
}
.onecomplete-container .onecompletewrap:nth-child(even) .onecomplete-item .onecomplete-imgwrap .elementor-image-box-img{
  background-color: #082567;
}
.onecomplete-item .onecomplete-imgwrap .elementor-image-box-img img {
    filter: invert(1) brightness(100);
}
.homepublication-section .homepublication-item::before{
  display: none;
}
.homepublication-img {
    position: absolute;
    top: -12px;
    right: -12px;
    left: auto;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    z-index: 9999;
    padding: 7px;
    border: 2pt solid #dd0031;
    line-height: 15px;
}
.homepublication-section .homepublication-item .homepublication-head .elementor-heading-title {
    color:#DD0031!important;
}
.homepublication-section .homepublication-item .homepublication-head .elementor-heading-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    /* background: #000; */
    border-radius: 10px;
    margin: 1px auto 10px;
    border-bottom: 0.13rem dashed #DD0031;
}
.homepublication-mainfullwarpper .homepublication-maincontainer .homepublication-section .homepublication-item{
  overflow: visible;padding: 30px 18px 30px;
}
.workflow-stepcontainer .workflow-stepcont.elementor-widget.elementor-widget-text-editor{
  margin-bottom: 18px;
}
.workflow-fullmainwrapper {
    padding: 10px 20px;
    border: 1pt dashed #02309f;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px 10px 3%;
    background: #e8f1fd;
    box-shadow: 0 15px 30px -17px rgb(0 0 0 / 25%);
    border-top: none;
}
.workflow-fullmainwrapper .workflow-mainwrapper{
  padding-top: 22px;
}
.workflow-stepcontainer .workflow-stepcont .elementor-widget-container{
  align-items: center;
}
/*.workfloheading-wrap .elementor-widget-container {
    background-color: #fff;
    background: linear-gradient(180deg, #fff 0%, #fff 12px,transparent 12px,transparent 100%);
    background: linear-gradient(180deg, transparent 0%, transparent 11px,#fff 11px,#fff 12px,transparent 12px,transparent 100%);
    background: linear-gradient(180deg, transparent 0%, transparent 11px,#e8f1fd 11px,#e8f1fd 12px,transparent 12px,transparent 100%);
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 10px;
    
}*/
.elementor-element.workfloheading-wrap {
    border: 1pt dashed #02309f;
    border-bottom: none;
    background: #e8f1fd;
    padding-top: 10px;
    margin-top: 20px;
}
.homebanner-rightitem .colorchange-animation{

}
.homemainbanner-container .homebanner-rightitem.secondhomebanner .colorchange-animation{
  padding-left: 26px;
}
/**single page design**/

.newsinglepage-fulltitlewrapper .cusmaintop-bannersingle{

}
/*.singlepage-breadcrumb{

}
.singlepage-title{

}
.singlepage-bannercont{

}
.singlepageban-infolist{

}
.singlepage-bannerleft{

}*/
.newsinglepage-fulltitlewrapper{

}
.singlepage-bannerleft .singlepage-title .elementor-heading-title{
  text-transform: capitalize;
}

.singlepage-bannerleft .singlepageban-infolist .ekit-wid-con .ekit-stylish-list-content-wrapper:first-child .ekit-stylish-list-content-icon{
  margin-bottom: 0;
    margin-top: 4px;
}
.elementor-widget-post-info.singlepageban-infolist .elementor-widget-container .elementor-inline-items.elementor-post-info .elementor-icon-list-item .elementor-icon-list-icon i{
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 10px;
    display: inline-block;
}
.elementor-widget-post-info.singlepageban-infolist .elementor-widget-container .elementor-inline-items.elementor-post-info .elementor-icon-list-item .elementor-icon-list-icon {
      margin-right: 7px;
}
.singlapagenew-bodyfullwrapper{

}
.singlapagenew-bodyfullwrapper .singlapagenew-bodyleftwrap{
      width: calc(100% - 400px);
    gap: 0;
}
.singlapagenew-bodyfullwrapper .singlapagenew-bodyrightwrap{
      width: 400px;
}

.singlapagenew-bodyfullwrap{

}


/* Right section keeps natural width */
.sidebarsinglepage-topsection {
    flex: 0 0 auto;
}
.singlapagenew-bodyrightwrap .singlerytwrap-toptile{
  border-bottom:1px solid rgb(8 37 103 / 30%);
}
.sidebarsinglepage-topsection {
    background: #ffffff;
    box-shadow: 0px 5px 25px 5px rgb(0 0 0 / 16%);
    padding: 30px 25px 20px;
    border-radius: 10px;
    border: 1px solid rgb(8 37 103 / 30%);
}

.singlapagenew-bodyrightwrap .singlerytwrap-toptile .elementskit-section-title{
  margin-bottom: 15px;
}
.singlapagenewrapperw-counterwrapper{
      gap: 5px 0;
}
.singlapagenewrapperw-counterwrapper .elementor-counter {
    gap: 6px !important;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.singlapagenewrapperw-counterwrapper .elementor-widget-counter{
  
}
.singlapagenewrapperw-counterwrapper .elementor-counter .elementor-counter-title{
  justify-content: flex-start;
}
.singlapagenewrapperw-counterwrapper .elementor-counter .elementor-counter-number-wrapper{
  flex:none!important;
  font-size: 19px!important;
}
.singlemew-sidehead .elementor-heading-title{
  position: relative;
}
.singlemew-sidehead .elementor-heading-title::after {
    content: "";
    display: block;
    width: 25%;
    height: 2px;
    background: #082567;
    margin-top: 5px;
    border-radius: 10px;
    /* background: #fff; */
    margin: 10px auto 0;
}
/*.trustedslider-container .trustedslider-heading .elementor-heading-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: #000;
    border-radius: 10px;
    margin: 8px auto 0;
}*/
.sidebarsinglepage-middlesection{
  background: #ffffff;
    box-shadow: 0px 5px 25px 5px rgb(0 0 0 / 16%);
    padding: 30px 0 20px;
    border-radius: 10px;
    border: 1px solid rgb(8 37 103 / 30%);
}
.singlapagenew-bodyrightwrap .sidebarsinglepage-middlesection .singlerytwrap-toptile .elementskit-section-title span{
  font-size: 19px!important;
}
.sidebarsinglepage-middlesection .singlemew-sidehead .elementor-heading-title::after{
  display: none;
}
.padstart-endsame{
  padding-left: 30px;
  padding-right: 30px;
}
.sidebarsinglepage-middlesection .singlemidle-innersection:nth-child(odd){
  background: #e8f1fd;
}
.singlemidle-innercontent{

}
.singlemidle-innersection .singlemidle-innercontent ul {
    list-style: none;
    padding-left: 0;    margin-top: 10px;
}
.singlemidle-innersection .singlemidle-innercontent ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
}
.singlemidle-innersection .singlemidle-innercontent ul li::before {
    content: "\f058";
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--color-primary);
    font-size: 11px;
}
.sidebarsinglepage-middlesection .singlemidle-innersection:nth-child(even) .singlemew-sidehead .elementor-heading-title{
  color: #082567!important;
}
/*.sidebarsinglepage-middlesection .singlemidle-innersection:nth-child(even) .singlemidle-innercontent ul li::before{
  color: #082567;
}*/
.singlenewpage-middlemainwrapper{

}
.customcheck-item .custom-checkitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    position: relative;
    margin-bottom: 5px;
    font-size: 20px!important;
}
.customcheck-item .custom-checkitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 1pt;
    background: #000;
    margin-top: 5px;
    border-radius: 10px;
    background: #DD0031;
}
/*.customcheck-item .custom-checkitemcont .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;
  filter:brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;
}*/
.customcheck-wraper .customcheck-item {
    border-bottom: 1px dashed #cccccc ;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.customcheck-item .customcheck-content p{
  font-size: 14px;
}
.customcheck-item .custom-checkitemcont .elementor-image-box-wrapper .elementor-image-box-img{
    width: 30px;
    margin-right: 6px!important;
}
.customcheck-item .customcheck-content h6{
      margin-bottom: 5px;
    font-weight: 600;
}
.customcheck-item .custom-checkitemcont{
      padding: 10px 20px 18px;
      height: 100%;
}

.singlenewpage-middlecheckleft ul {
    list-style: none;
    padding-left: 0;    margin-top: 12px;
}
.singlenewpage-middlecheckleft ul li {
    position: relative;
    padding-left: 21px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 22px;
}
.singlenewpage-middlecheckleft ul li::before {
    content: "\f058";
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #DD0031;
    font-size: 11px;
}
.newsinglepage-bottomaward-wrapper .newsinglepage-awardimage-section {
    max-width: 520px;
    margin: 0;
    gap: 0 28px;
    padding-left: 25px;
}
.newsinglepage-bottomaward-wrapper .newsinglepage-awardimage-section .newsingle-awardimage.newsingle-awardimagetwo{
      width: 38%;
}
.newsinglepage-bottomaward-wrapper .newsinglepage-awardimage-section .newsingle-awardimage.newsingle-awardimageone{
      width: 75%;
}
.newsinglepage-bottomaward-wrapper .elementor-heading-title {
    border-bottom: 2pt solid #dd0031;
    padding-bottom: 2px;
}
.newsinglepage-bottomaward-parent{
      background: linear-gradient(180deg, #ffffff, #c3d8f2);
          background: #c3d8f2;
}
.newsinglepage-bottomaward-wrapper {
      border-top: 1px dashed #dd0031;
    padding-top: 25px;
}
/**single page design**/

/**contact page **/
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content{
  align-items: center;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-description .city{
  display: block;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-description .contact-block{
display: block;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon {
    width: 40px;
    height: 40px;
    background: #DD0031;
    border-radius: 50%;
        margin: 0 10px 0 0;
    padding: 2px;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon {
  margin: 0 20px 0 0;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon img{
      filter: invert(1) brightness(200);
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-wid-con ul{
  justify-content: space-between;
}
.newcontact-topwrapper .newcontact-topwrapperlist{
  background: #fff;
    border: 1px solid #d0d5e7;
    border-radius: 12px;
    padding: 20px 30px 18px;
    box-shadow: 0 1.411px 2.961px 0 rgba(20, 34, 74, .03), 0 3.392px 7.116px 0 rgba(20, 34, 74, .04), 0 6.386px 13.398px 0 rgba(20, 34, 74, .05), 0 11.392px 23.9px 0 rgba(20, 34, 74, .05);
}
.customlistitem-row.newcontact-listdownload{

}
.customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
  position: relative;
  width: 25%;
}
.customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item::after {
    content: "";
    position: static;
    right: -10px;
    top: 5px;
    width: 25px;
    height: 25px;
    background: url("../images/contact-download.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    /* background-color: red; */
    filter: invert(1) brightness(200);
    /* border-radius: 50%; */
    /* padding: 10px; */
    display: inline-block;
    min-width: 25px;
}
.customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon i::before{
  font-size: 13px;
}
.customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
padding-left: 0;
}
.newcontactmail-wrapper .newcontactmail-leftwrap .newcontactmail-leftmailsection{
   background: var(--white,#fff);
    border: 1px solid #d0d5e7;
    border-radius: 10px;
    box-shadow: 0 1.411px 2.961px 0 rgba(20,34,74,.03),0 3.392px 7.116px 0 rgba(20,34,74,.04),0 6.386px 13.398px 0 rgba(20,34,74,.05),0 21.307px 44.702px 0 rgba(20,34,74,.06);    
    padding: 50px;
    position: relative;
    
}
.newcontactmail-wrapper .newcontactmail-rightwrap{

}

.commondivpart-texteditor{
      margin-top: 12px;
}
.newcontactmail-wrapper .newcontactmail-leftwrap .newcontactmail-leftmailsection::after {
    position: absolute;
    content: "";
    height: 50%;
    left: 0;
    width: 100%;
    z-index: -1;
    bottom: -1px;
    background: #f8f9fb;
}
.newcontactmail-wrapper .newcontactmail-leftwrap .newcontactmail-leftmailsection .elementor-widget-text-editor h4{
    font-family: "Outfit", Sans-serif;
    font-size: 20px;
    margin: 12px 0 14px;
}
.emailbefore-icon{
  position: absolute;
    right: 10px;
    top: 10px;
    width: 74px;
    left:auto;
    
}
.emailbefore-icon img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%);
}
.emailbefore-icon::before {
    content: "";
    content: "";
    font-family: "Font Awesome 5 Free";
    background: url(../images/email-contact.png) 0 0 no-repeat;
    filter: invert(1) brightness(200);
    background-size: 100% auto;
    width: 25px;
    height: 25px;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 23px;
    color: #fff;
    font-size: 11px;
    right: 0;
    margin: 0 auto;
    z-index: 10;
}
/*.newcontactmail-wrapper .newcontactmail-leftwrap .newcontactmail-leftmailsection:before {
    background: url(../images/free-features-title-icon.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    height: 74px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 74px;
    left:auto;
}*/
.contactpregress-ratingwrapper{

}
/* SECTION */

.rating-section-contact {
    /* width: 95%; */
    /* max-width: 1200px; */
    margin: 30px auto 0;
    background: #fff;
    padding: 40px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid #d0d5e7;
    box-shadow: 0 1.411px 2.961px 0 rgba(20, 34, 74, .03), 0 3.392px 7.116px 0 rgba(20, 34, 74, .04), 0 6.386px 13.398px 0 rgba(20, 34, 74, .05), 0 11.392px 23.9px 0 rgba(20, 34, 74, .05);
}

.rating-section-contact .rating-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:35px;
}

/* MAIN WRAPPER */
.rating-section-contact .rating-main{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:40px;
}

/* LEFT BLOCK */
.rating-section-contact .rating-summary{
    width:25%;
    margin: auto 0;
}

.rating-section-contact .rating-number{
    font-size:42px;
    font-weight:700;
    color: #dd0031;
}

.rating-section-contact .rating-number span{
    font-size:20px;
    color:#777;
    color: #082567;
}

.rating-section-contact .stars{
    color:#f4b400;
    font-size:20px;
    margin:8px 0;
}

.rating-section-contact .review-text{
    color:#000;
    font-size:14px;
}

/* MIDDLE BLOCK */
.rating-section-contact .rating-bars{
    width:40%;
}

.rating-section-contact .bar-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin:10px 0;
}

.rating-section-contact .bar-row span{
    width:35px;
        
}
.rating-section-contact .bar-row span .stari-text{
font-style: normal;
}
.rating-section-contact .bar-row span.barcount{
  color: #082567;
    font-weight: 600;
}
.rating-section-contact .bar-row span.barpercent{
  color: #dd0031;
    font-weight: 600;
}
.rating-section-contact .bar{
    flex:1;
    height:8px;
    background:#e5e7eb;
    border-radius:20px;
    overflow:hidden;
}

.rating-section-contact .bar-fill{
    height:100%;
    background:#5a9f3f;
}

/* DIVIDER */
.rating-section-contact .divider{
    width:1px;
    background:#ddd;
    height:160px;
}

/* RIGHT BLOCK */
.rating-section-contact .satisfaction{
    width:30%;
}

.rating-section-contact .satisfaction-title{
    font-weight:600;
    margin-bottom:20px;
    color:#dd0031;
    display:flex;
    align-items:center;
    gap:8px;
}

.rating-section-contact .s-row{
    display:flex;
    align-items:center;
    gap:12px;
    margin:14px 0;
}

.rating-section-contact .s-row label{
    width:80px;
        color: #082567;
    font-weight: 600;
}

.rating-section-contact .s-bar{
    flex:1;
    height:10px;
    background:#e5e7eb;
    border-radius:20px;
    overflow:hidden;
}

.rating-section-contact .s-fill{
    height:100%;
    background:#6fb44a;
}

.rating-section-contact .percent{
    width:40px;
    text-align:right;
        color: #dd0031;
    font-weight: 600;
}
.custom-questionitemcont {
    box-shadow: 0 10px 20px rgb(8 37 103 / 40%);
    border: 3px solid #fff;
    border-radius: 10px;
    background: none;
    /*outline: 2px solid #fff;border: 1px solid rgb(8 37 103 / 20%);*/
    height: 100%;
}
.customquestion-item .custom-questionitemcont .elementor-image-box-wrapper .elementor-image-box-img {
    width: 30px;
    margin-right: 6px!important;
}
.customquestion-item .custom-questionitemcont .elementor-image-box-wrapper .elementor-image-box-img img{
  filter: brightness(0) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-2deg) brightness(92%) contrast(80%) ;
  filter:brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(4150%) hue-rotate(214deg) brightness(72%) contrast(98%) ;
}
.customquestion-item .custom-questionitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    position: relative;
    margin-bottom: 5px;
    font-size: 20px!important;
}
.customquestion-item .custom-questionitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after {
    content: "";
    display: block;
    width: 45px;
    height: 1pt;
    background: #000;
    margin-top: 5px;
    border-radius: 10px;
    background: #DD0031;
}
.custom-questionitemcont ul {
    list-style: none;
    padding-left: 0;
}
.custom-questionitemcont ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 20px;
}
.custom-questionitemcont ul li::before {
    content: "\f105";
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #082567;
    font-size: 11px;
}
.trustedslider-wrapper-contact .trustedslider-contactsection .swiper-slide-inner {
    /*background: #dee9ff;
    border: 1px solid #082567;
    padding: 10px;
    height: 100%;
    display: flex;*/
    padding: 10px;
}
/** contact page end **/
.homestagewise-wrapper.bluecolor-themebox.ourvissionpage-boxdesign{

}
.homestagewise-wrapper.bluecolor-themebox{

}
.homestagewise-wrapper.ourvissionpage-boxdesign .homestagewise-itemimgbox {
    height: 100%;
    display: flex;
}
.homestagewise-wrapper.ourvissionpage-boxdesign .homestagewise-itemimgbox .elementor-widget-container{
  height: 100%;
}
.homestagewise-wrapper.ourvissionpage-boxdesign .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-wrapper{
  height: 100%;
  border-left-color: #082567;
}
.homestagewise-wrapper.ourvissionpage-boxdesign .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-img{
  background-color: #082567;
}
.homestagewise-wrapperitem .elementor-image-box-description strong{
  color: #DD0031;
}
.customcommon-hdborderbox-section .customcommon-hdborderboxitem .customcommon-hdborderbox{}
.customcommon-hdborderbox-section .elementor-widget-image{
      display: flex;
    height: 100%;
}
.customcommon-hdborderbox-section .customcommon-hdborderbox-image .elementor-widget-container{
  display: flex;
    height: 100%;
}
.customcommon-hdborderbox-section .customcommon-hdborderbox-image .elementor-widget-container img{
  object-fit: cover;
    object-position: right;
}
.customcommon-hdborderbox-section{
      border: 2px solid #082567;
    padding: 0;

}
.customcommon-hdborderbox-content ul {
    list-style: none;
    padding-left: 0;
}
.customcommon-hdborderbox-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
}
.customcommon-hdborderbox-content ul li::before {
    content: "\f105";
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #082567;
    font-size: 11px;
}
.customcommon-hdborderbox-section.ourvision-block .customcommon-hdborderbox-content ul li::before{
  content: "\f06e";
}
.redbanner-customboxdesign .ekit-stylish-list-content-title h6{
margin: 0;
    font-weight: 700;
    color: #ffd41d;
}
.homebox-design.homesuccess-wrappersection{
  margin-top: 10px;
}
.headingtext-bg.whitecolor-bg .elementor-widget-container .elementor-heading-title {
    background: #fff;
    box-shadow: 0 0 8px 5px #ffffff36;
}
.homebox-design.homesuccess-wrappersection::before{
  display: none;
}
.cus-texteditor-boxshadowtomcommon.custextedittwocol-sectiondesign2{
  padding: 30px 20px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.25),inset -12px 0 15px rgba(221, 0, 49, 0.04);
  border:2pt solid rgba(221, 0 , 49, 0.4);
}
.innerpage-counterwrapper{
  border: 1px solid rgb(8 37 103 / 50%);
  box-shadow: 0 10px 20px rgb(8 37 103 / 40%);
  border-radius: 10px;
    background: rgba(255, 255, 255, 1);
        align-items: center;
}
.innerpage-counterwrapper .elementor-counter{
  justify-content: center;
    align-items: center;
    text-align: center;
        gap: 10px 0;
}
.customnew-datatabledesign .ekit_table table.dataTable thead th{
  /*background: #DD0031;color: #fff;*/
  background-color: hsla(0,0%,50%,.071)!important;color: #000!important;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px!important;
  
}
/*.customnew-datatabledesign .ekit_table table.dataTable tbody td{
  border: 1px solid hsla(0,0%,50%,.502)!important;
}*/
.customnew-datatabledesign .ekit_table table {
    background-color: transparent!important;;
    border-collapse: collapse!important;;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end:15px;width: 100%
}

.customnew-datatabledesign .ekit_table table td,.customnew-datatabledesign .ekit_table table th {
    border: 1px solid hsla(0,0%,50%,.502)!important;;
    line-height: 1.5;
    padding: 15px;
    vertical-align: top
}

.customnew-datatabledesign .ekit_table table th {
    font-weight: 700;
}

.customnew-datatabledesign .ekit_table table tfoot th,.customnew-datatabledesign .ekit_table table thead th {
    font-size: 1em;
}

.customnew-datatabledesign .ekit_table table caption+thead tr:first-child td,.customnew-datatabledesign .ekit_table table caption+thead tr:first-child th,.customnew-datatabledesign .ekit_table table colgroup+thead tr:first-child td,.customnew-datatabledesign .ekit_table table colgroup+thead tr:first-child th,.customnew-datatabledesign .ekit_table table thead:first-child tr:first-child td,.customnew-datatabledesign .ekit_table table thead:first-child tr:first-child th {
    border-block-start:1px solid hsla(0,0%,50%,.502)!important;}
.customnew-datatabledesign .ekit_table table tbody>tr:nth-child(odd)>td,.customnew-datatabledesign .ekit_table table tbody>tr:nth-child(odd)>th {
    background-color: transparent;!important;
}
.customnew-datatabledesign .ekit_table table tbody>tr:nth-child(even)>td,.customnew-datatabledesign .ekit_table table tbody>tr:nth-child(even)>th {
    background-color: hsla(0,0%,50%,.071)!important;
}

.customnew-datatabledesign .ekit_table table tbody tr:hover>td,.customnew-datatabledesign .ekit_table table tbody tr:hover>th {
    background-color: hsla(0,0%,50%,.102)!important;
}

.customnew-datatabledesign .ekit_table table tbody+tbody {
    border-block-start:2px solid hsla(0,0%,50%,.502)!important;}
/*.customnew-datatabledesign .ekit_table table.dataTable tbody td {
    border-bottom: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important;
}*/
table tbody>tr th.tablehead-datahub {
    background-color: #dd0031 !important;
    color: #fff;
    border-color: #fff;
    font-size: 20px;
}
.newcontact-topwrapper .newcontact-topwrapperlist .ekit-stylish-list-content-wrapper .ekit-stylish-list-content .ekit-stylish-list-content-icon{
  min-width: 40px;
}
/** redesign **/
.newsinglepage-fulltitlewrapper {
    margin-top: 10px;
}
.mainheader-fullsection-wrapper {
    padding-top: 0;
}
/**Anbu responsive**/
@media screen and (min-width:768px ){
  .threecolumn-btnwrap .elementor-element.gradietbtn-wrap.e-con {
    width: 33.33%;
  }
}
@media screen and (max-width:1260px ){
  .custom-testimonial{
    overflow: hidden;
  }
  .custom-testimonial.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    position: static;
    transform: none;
    margin: 10px auto 0;
    display: inline-block;
  }
 .custom-testimonial.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next {
    position: static;
    transform: none;
    margin: 0 auto;
    display: inline-block;
  }
 .customer-homereview-section{
    overflow: hidden;
  }
  .customer-homereview-section.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-prev {
    position: static;
    transform: none;
    margin: 10px auto 0;
    display: inline-block;
  }
 .customer-homereview-section.elementor-element .elementor-widget-container .ekit-wid-con .elementskit-testimonial-slider .swiper-button-next {
    position: static;
    transform: none;
    margin: 0 auto;
    display: inline-block;
  }
}
@media screen and (max-width: 1199px){
  .work-lightwrap-image .elementor-widget-container img{
    height: 526px;
    object-fit: cover;
  }
  html{
    overflow-x:hidden!important ;
  }
  body {
      overflow-x: hidden;
  }
  .mainheader-fullsection-wrapper .e-con-inner{
    padding: 10px;
  }

}

@media screen and (max-width: 1150px){
  .mainheader-rightmenuwrap .elementor-widget-container nav .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
    font-size: 14px;
    padding: 0 9px;
  }
  .customphd-srepcontainer .elementor-position-left{
    width: 35%;
  }
  .customphd-srepcontainer .customphdstep-list{
    width: 65%;
  }
  .customphd-srepcontainer .elementor-position-left span.elementor-image-box-title {
    display: inline-block;
    font-size: 15px!important;
    /* text-align: right; */
  }
  .customphd-srepcontainer .customphdstep-list p{
    font-size: 14px!important;
  }
  .workflow-stepcontainer .workflow-stepcont.elementor-widget.elementor-widget-text-editor .elementor-widget-container p{
    font-size:14px ;
  }
  .datahub-econtainer .e-con-inner{
    flex-direction: row!important;
    gap: 0 20px;
  }
  .datahub-econtainer .e-con-inner .dataset-call-card{
    width: 45%;
  }
  .customtopban-infolist .elementor-post-info .elementor-icon-list-item .elementor-post-info__item {
    font-size: 15px;
  }
  .breadcrumb-rytlogo{
    align-items: flex-end;
  }
  .newcontactmail-rightwrap .newcontact-innerfullwidth{
    width: 100%;
  }
  .customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
    font-size: 15px;
  }
  .footecopyrytlist .ekit-stylish-list-content-title{
    font-size: 15px!important;
  }
}

@media (max-width: 1024px) {
    /*.customvertical-phdtab .e-n-tabs-heading {
        grid-template-columns: 1fr;
        min-width: auto;
    }*/
    .cusmain-bannerlist .ekit-wid-con .ekit-stylish-list{
      flex-wrap: wrap;
      gap: 12px 0;
    }
    
    .elementor-element .review-wrap{
      padding: 10px 25px 10px 25px;
      min-width: 30% !important;
    }

    .customfull-2coltable{

    }
    .elementor .mainheader-fullsection-wrapper .elementor-element.elementormenu-wrapper .elementskit-menu-hamburger {
        width: 36px;
        background: linear-gradient(180deg, #ff033b, #ca0f1a);
        border: none;
    }
    .elementor .mainheader-fullsection-wrapper .elementor-element.elementormenu-wrapper .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
      background-color: #fff;
      width: 20px;
      height: 2px;
      border-radius: 10px;
  }
  .elementor .mainheader-fullsection-wrapper .ekit_menu_responsive_tablet .elementskit-submenu-indicator{
    border: none!important;
  }
  .elementor .mainheader-fullsection-wrapper .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li > a .elementskit-submenu-indicator{
    font-size: 12px;
  }
  .elementor .mainheader-fullsection-wrapper .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav > li > a .elementskit-submenu-indicator::before{
    font-weight: 600;
  }
  .elementor .mainheader-fullsection-wrapper .elementskit-navbar-nav-default .elementskit-navbar-nav>li{
    margin: 8px 0;
  }
  .elementor .elementor-element.elementor-widget-ekit-nav-menu .ekit-wid-con .elementskit-navbar-nav .elementskit-submenu-panel{
    min-width: auto;
    max-width: 100%;
    width: calc(100% - 2px);    
  }
  .newmegamenu-fullwrap .newmegamenu-container .newmegamenu-innerwrapper{
    flex-direction: column;
    width: 100%;
  }
  .newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection{
        width: 100%;
  }
  .newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .elementskit-section-title-wraper .elementskit-section-title{
    font-size: 15px;
  }
  .newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .newmegamenu-customlist ul li{
    font-size: 14px;
  }
  .newmegamenu-fullwrap .elementor-element .newmegamenu-innerwrapper .newmegamenu-colsection .elementor-element.newmegamenu-customlist .ekit-stylish-list-content-title {
      font-size: 13px;
      line-height: 28px;
      margin: 1px 0;
  }
  .newmegamenu-fullwrap .newmegamenu-innerwrapper .newmegamenu-colsection .elementor-element.glowtext-animate-heading .elementor-heading-title{
    font-size: 14px;
    line-height: 22px;
    display: block;
  }
  .newmegamenu-fullwrap{
    padding: 0;
  }
  .newmegamenu-fullwrap .newmegamenu-container{
    padding: 0;
  }
  .elementor .mainheader-fullsection-wrapper .elementskit-navbar-nav-default .elementskit-menu-close {
    padding: 5px 5px;
    margin: 0 6px 0;
    width: 45px;
    border-radius: 3px;
    width: 32px;
    background: linear-gradient(180deg, #ff033b, #ca0f1a);
    border: none;
    height: 32px;
    line-height: 18px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    font-family: outfit;
  }
  .elementor .mainheader-fullsection-wrapper .elementskit-navbar-nav-default .elementskit-nav-logo{
    margin: 0;
    padding: 0 5px;
  }
  .elementor-16252 .elementor-element.elementor-element-41cf740 .elementskit-nav-identity-panel {
    padding: 10px 5px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mainheader-rightmenuwrap .elementor-widget-container nav .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a{
    padding: 0 0 0 15px;
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap {   
      width: 195px!important;
  }
  .mainheader-fullsection-wrapper .mainheader-rightmenuwrap{
    width: calc(100% - 195px);
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo{
        width: 5.5vw;
  }
  .mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap .colorchange-animredblue{
    margin: 0;
  }
  .bottomhomebanner-review-item .bothomebanner-reviewcontent .btmreviewtitle{
    font-size: 13px;
  }
  .hometimeline-wrapsection .hometimeline-wraper{
        width: 100%!important;
  }
  .elementor-element .hometimeline-wrapsection{
    flex-wrap: wrap;
  }
  .elementor-element .hometimeline-wraper::before {    
    left: 0;
    width: 3.5pt;
    height: 100%;
    right: 0;
    margin: 0 auto;
  }
  .elementor-element .hometimeline-wraper::after{
    left: 0;
    width: 3.5pt!important;
    height: 100%;
    right: 0;
    margin: 0 auto;
  }
  .elementor-element .hometimeline-wrapsection::before{
    display: none;
  }
  .overalltimeline-wrapsection-image::before{
    display: none;
  }
  .overalltimeline-wrapsection-image{
    position: static !important;
    margin: 0 auto;
  }
  .elementor-element .hometimeline-wrapsection{
    order: 2;
  }
  .overalltimeline-wrapsection{
        padding-right: 0 !important;
  }
  .elementor-element .hometimeline-wrapsection{
        padding-right: 10px;
  }
  .hometimeline-wrapsection .hometimeline-wraper .hometimeline-head{
    padding: 15px 20px 2px;
    background: rgb(53 89 178);
    z-index: 9999;
    position: relative;
  }
  .hometimeline-wrapsection .hometimeline-wraper .hometimeline-content {
    padding: 2px 20px 20px;
    background: rgb(53 89 178);
    z-index: 9999;
    position: relative;
  }
  .elementor-element .hometimeline-wraper.lastwrapper::before{
    background: #fff;
  }
  .elementor-element .secondtimeline-block .hometimeline-wraper.lastwrapper::before{
    height: 60%;
  }
  .elementor-element .secondtimeline-block .hometimeline-wraper.lastwrapper::after{
    height: 60%;
  }
  .customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
        width: 33.3%;
  }
  .rating-section-contact .rating-main{
    gap: 20px;
  }
  .rating-section-contact{
    padding: 30px 30px;
  }
  .homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-title{
        font-size: 16px;
    line-height: 22px;
  }
  .homestagewise-wrapper .homestagewise-wrapperitem .homestagewise-itemimgbox .elementor-image-box-content .elementor-image-box-description{
        font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .footercopt-rytsection {
    text-align: center;
  }
  .innerpage-counterwrapper.customnewinnerpagecounter .elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-title{
    font-size: 17px;
    line-height: 24px;
  }
  .innerpage-counterwrapper.customnewinnerpagecounter .elementor-widget-counter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper{
        font-size: 30px;
  }
}
@media screen and (max-width:1000px ){
  .customround-item .work-lightwrap .elementor-widget-container::before{
    display: none;
  }
  .contacttop-forminfo-cotsiner{
    flex-direction: column!important;
  }
  .contacttop-forminfo-left{
    width: 100%!important;
  }
  .contacttop-forminfo-right{
    width: 100%!important;
  }
  .formblockright-contact{
    width: 100%;
  }
  .cusmain-bannercont .elementor-widget-container {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width:991.99px ){
  .customround-item .work-lightwrap .elementor-widget-container::before{
    display: none;
  }
  .elementor-element.customround-wrapper{
    flex-direction: column!important;
  }
  .elementor-element.customround-wrapper .elementor-element.customround-item.customround-itemleft{
    width: 100%!important;
    order: 2;
  }
  .elementor-element.customround-wrapper .elementor-element.customround-image{
    width: 100%!important;
    order: 1;
  }
  .elementor-element.customround-wrapper .elementor-element.customround-item.customround-itemright{
    width: 100%!important;
    order: 3;
  }
  .work-lightwrap-image .elementor-widget-container img {
      height: 300px;
      width: 200px;
  }
  .customvertical-phdtab .e-n-tabs-heading {
      grid-template-columns: 1fr;
      min-width: auto;
  }
  .customvertical-phdtab .elementor-image-box-content{
    padding: 20px;
  }

}
@media screen and (max-width: 768px){
  .customvertical-phdtab .e-n-tabs-heading {
        grid-template-columns: 1fr;
        min-width: auto;
    }
    .customlistitem-row .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
      width: 50%;
    }
    .mainheader-fullsection-wrapper .mainheader-leftlogowrap {   
      width: 145px!important;
  }
  .mainheader-fullsection-wrapper .mainheader-rightmenuwrap{
    width: calc(100% - 145px);
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo {
    width: 10.5vw;
  }
  .mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title {
      font-size: 10px !important;
      line-height: 15px !important;
  }
  .mainheader-fullsection-wrapper .e-con-inner{
            padding: 0 0px 6px;
  }
  .mainheader-fullsection-wrapper {
    padding-top: 0;
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap .elementor-element.headerlogo-innerwrapper{
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px){
  .boxshadow-mainblock .elementor-element.boxshadow-section{
    width: 100%;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-oddsection {
    margin-right: 0px;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-evensection {
    margin-left: 0px;
  }
  
}
@media screen and (max-width: 767px) {
  .sticky-contact {
      right: 10px;
  }

  .sticky-item {
      width: 46px;
      height: 46px;
  }

  .sticky-item a {
      font-size: 18px;
  }
  .elementor-element .review-wrap .elementor-image-box-wrapper .elementor-image-box-img{
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .elementor-element .review-wrap .elementor-image-box-content .elementor-image-box-description::after{
    position: static;
    display: block;
    margin: 0 auto;
  }
  .customvertical-phdtab .e-n-tabs-heading{
    grid-template-columns: repeat(2, 1fr);
    min-width: 90%;
    width: 90%;
  }
  .whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
    margin-right: 0;
  }
  .whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3) {
    margin-left: 0;
  }
  .whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child{
    margin-right: 0;
  }
  .whychoose-wrapleft .whychoose-section .ekit-stylish-list .ekit-stylish-list-content {
    flex-direction: row;
    text-align: left;
    gap: 0 20px;
  }
  .whychoose-wrap .whychoose-section .ekit-stylish-list .ekit-stylish-list-content{
    gap: 0 20px;
  }
  .whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:first-child{
    margin-left: 0;
  }
  .whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:last-child {
    margin-left: 0;
  }
  .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3) {
    margin-right: 0;
  }

  .whychoose-wrapright .whychoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper:nth-child(3){
    margin-right: 0;
  }
  .whychoose-imgwrap .elementor-element.whychoose-imagesection{
    width: 50%;
    margin: 0 auto;
  }
  .whychoose-fullimgcont .whychoose-imgwrap{
    order: 1;
  }
  .whychoose-fullimgcont .whychoose-wrap.whychoose-wrapleft{
    order: 2;
  }
  .whychoose-fullimgcont .whychoose-wrap.whychoose-wrapright {
    order: 3;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section{
    flex-wrap: nowrap;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section{
    width: 100%;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-oddsection {
    margin-right: 0px;
  }
  .boxshadow-mainblock .elementor-element.boxshadow-section.boxshadow-evensection {
    margin-left: 0px;
  }
  .cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-widget-container{
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-image-box-img{
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
  .cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-widget-container .elementor-image-box-wrapper{
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .cuscontact-wrap.darkclr-theme .cantact-cmnitem .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content{
      text-align: left;
  }
  .elementor-element .elementor-element.cuscontact-halfwrapper{
    flex-wrap: nowrap;
  }
  .footercopt-rytsection .footecopyrytlist.elementor-widget-elementskit-stylish-list .ekit-wid-con .ekit-stylish-list.list-inline{
    flex-wrap: wrap;
  }
  .elementor-widget-elementskit-fancy-animated-text .ekit-wid-con .ekit-fancy-text.type .ekit-fancy-text-lists b.is-visible{
    white-space: normal;
  }
  :root{
    --body-font:15px;
    --body-pline-height: 24px;
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap {   
      width: 145px!important;
  }
  .mainheader-fullsection-wrapper .mainheader-rightmenuwrap{
    width: calc(100% - 145px);
  }
  .mainheader-fullsection-wrapper .mainheader-leftlogowrap .headersite-logo {
    width: 10.5vw;
  }
  .mainheader-leftlogowrap .colorchange-animredblue .elementor-heading-title {
      font-size: 10px !important;
      line-height: 15px !important;
  }
  .darkratehome-wrapper .homenanner-reviewwrap{
    width: 50%;
  }
  .trustslider-manicontainer .trustedwoslider-left .trustedsegment-woslider, .trustslider-manicontainer .trustedwoslider-right .trustedsegment-woslider {
    height: auto;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .trustedslider-container .trustedwoslider-left .trustedslider-wrapper {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .trustedslider-container .trustedwoslider-right .trustedslider-wrapper{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .trustedwoslider-center .elementor-widget-image {
    width: 70%;
    margin: 0 auto;
  }
  .trustedslider-container .trustedslider-wrapper .trustedslider-list.horiviewlist ul li {
      width: calc(50% - 13px);
  }
  .customphd-srepcontainer {
    justify-content: flex-start;
    display: flex !important;
    flex-direction: column!important;
    align-items: flex-start;
  }
  .customphd-srepcontainer .elementor-position-left {
        width: 100%;
  }
  .customphd-srepcontainer .elementor-widget-image-box .elementor-widget-container .elementor-image-box-wrapper {
    line-height: 22px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customphd-srepcontainer .customphdstep-list {
    width: 100%;
  }
  .customphdstep-wrapper .customphdstep-wrapperright{
    margin-top: 20px;
  }
  .datahub-econtainer .e-con-inner .dataset-call-card {
        width: 70%;
        margin: 20px auto 0;
  }
  .workflow-stepcontainer .workflow-stepcont .elementor-widget-container{
    height: auto;
  }
  .workflow-stepcontainer::before{
    height: 100%;
    transform: none;
    margin-top: 0;
  }
  .workflow-stepcontainer:first-child::before {
    height: 80%;
    top: auto;
    bottom: 0;
  }
  .workflow-stepcontainer.stemarrowbottom::before{
    height: 100%;
    transform: none;
    margin-top: 0;
  }
  .workflow-stepcontainer.stemarrowbottom:first-child::before {
    height: 80%;
    top: 0;
    bottom: auto;
  }
  .workflow-stepcontainer{
      align-items: center;
      justify-content: center!important;
      gap: 0 20px;
      height: auto;
      /* margin: auto; 
      flex-direction: row!important;*/
      flex-direction:column-reverse;
  }
  .workflow-stepcontainer .workflow-stepcont.elementor-widget.elementor-widget-text-editor {
    width: calc(100% - 100px);
    display: flex;
    height: auto;
  }
  .workflow-stepcontainer.stemarrowbottom {
      align-items: center;
      justify-content: center!important;
      gap: 0 20px;
      height: auto;
      /* margin: auto; */
      flex-direction: column;
  }
  .workflow-stepcontainer.workflow-stepcontainerodd {
    flex-direction: column-reverse;
    gap: 10px 0;
  } 
  root{
    --e-global-typography-text-font-size: 14px!important;
  }
  .homethesisworkflow-fullwrapper .homethesisworkflow-container {
    padding: 0;
    width: 50%;
  }
  .homethesisworkflow-item .homethesis-wfhead .elementor-image-box-wrapper .elementor-image-box-img{
    width: 5.2vw;
  }
  .homechosse-left .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper {
    margin: 10px 10px!important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .homechosse-left .homechoose-section .ekit-stylish-list  .ekit-stylish-list-content {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    margin-right: auto;
  }
  .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper{
    margin: 10px 10px!important;
  }
  .homechosse-right .homechoose-section .ekit-stylish-list .ekit-stylish-list-content-wrapper{
     margin: 10px 10px!important;
  }
  .homechosse-center .homechoose-imagesection{
        width: 70%;
    margin: 0 auto;
  }
  .elementor-element.milestonefullwrapper{
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
  .homecuscontact-imgwrap{
    max-width: 160px;
  }
  .milestone-listwrap ul li{
        width: 100%;
    min-width: 100%;
        font-size: 14px;
  }
  .elementor-element.homecuscontact-wrap:after{
    margin-left: -27%;
    padding-left: 23%;
  }
  .homesuccess-listwrap ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .journals-texteditor-boxshadow .journalslist-wrapper.twocol-listwrap ul li {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
  .breadcrumb-rytlogo {
    align-items: center;
    margin-top: 28px;
  }
  .newcontactmail-leftmailsection .elementor-widget-elementskit-heading .ekit-heading--title.elementskit-section-title {
    padding-right: 35px;
  }
  .singlapagenew-bodyfullwrapper .singlapagenew-bodyrightwrap{
    width:100%;
  }
  .singlapagenew-bodyfullwrapper .singlapagenew-bodyleftwrap{
    width:100%!important;
  }
  .customcheck-item .custom-checkitemcont .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title::after{
    margin: 5px auto 5px;
  }
  .newsinglepage-awardimage-section{
        flex-wrap: nowrap!important;
  }
  .singlenewpage-middlecheckright .custom-checkitemcont .elementor-widget-container .elementor-image-box-wrapper{
        display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .customheading-designone .elementor-widget-container .elementor-image-box-wrapper{
        display: flex;
    margin: 0 auto;
    align-items: center;
  }
  .singlapagenew-bodyfullwrapper .singlapagenew-bodyleftwrap table{
    /*overflow-x: scroll!important;*/
  }
  .singlapagenew-bodyfullwrapper .singlapagenew-bodyleftwrap .elementor-widget-text-editor table{
    display:block;
    width:100% !important;
    overflow-x:auto;
    /*white-space:nowrap;*/
  }

  .singlapagenew-bodyfullwrapper .singlapagenew-bodyleftwrap .elementor-widget-text-editor table tbody{
    display:table;
    width:100%;
  }
  .newdataset-customtable table{
    display:block;
    width:100% !important;
    overflow-x:auto;
    /*white-space:nowrap;*/
  }

  .newdataset-customtable table tbody{
    display:table;
    width:100%;
  }
}
@media screen and (max-width: 700px){
  .newcontact-topwrapper .newcontact-topwrapperlist .ekit-wid-con ul{
    flex-direction: column;
        gap: 10px 0;
  }
  .newcontact-topwrapper .newcontact-topwrapperlist .ekit-wid-con .ekit-stylish-list-divider-inline:not(:last-child){
    
    margin: 5px 0;
    width: 100%;
    line-height: 1px;
    height: 1px;
  }
  .newcontact-topwrapper .newcontact-topwrapperlist .ekit-wid-con .ekit-stylish-list-divider-inline:not(:last-child)::before{
        border-left: 0;
    border-bottom: 1px dashed #00000080;
    line-height: 1px;
    height: 1px;
  }
  .customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
    width: 50%;
  }
  .rating-section-contact .rating-main{
    flex-wrap: wrap;
  }
  .rating-section-contact .rating-summary{
    width: 40%;
  }
  .rating-section-contact .rating-bars {
    width: calc(60% - 22px);
  }
  .rating-section-contact .satisfaction {
    width:100%;
  }
  .rating-section-contact .divider{
    width: 100%;
    height: 1px;
  }
  .rating-section-contact .stars{
        font-size: 16px;
  }
  .custom-questionitemcont ul li{
    font-size: 14px;
  }
  .elementor-element.customquestion-item{
        padding-left: 0;
    padding-right: 0;
  }
  .elementor-element.customquestion-itempadzero{
    padding-left: 0;
    padding-right: 0;
  }
  .newcontactmail-wrapper .newcontactmail-leftwrap .newcontactmail-leftmailsection{
        padding: 40px 20px;
  }
  .elementor-element.newcontactmail-leftwrap,.elementor-element.newcontactmail-wrapper{
     /*padding-left: 0;
    padding-right: 0;*/
  }
  .padleft-padryt-zero{
    padding-left: 0;
    padding-right: 0;
  }
  .cusmaintop-banner{
     padding-left: 0;
    padding-right: 0;
  }
  :root{
    --body-font:15px;
    --body-pline-height: 24px;
  }
  .elementor-element.redbanner-innerpage-right{
    border-width: 1px 0 0!important;
    padding-top: 18px;
  }
}
@media screen and (max-width: 559.99px){
  .customlistitem-row .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
      width: 100%;
  }
  .trustedslider-container .trustedslider-wrapper .trustedslider-list.horiviewlist ul li {
      width: calc(100% - 13px);
  }
  /*.homesuccess-listwrap ul li {
    
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }*/
  .journals-texteditor-boxshadow .journalslist-wrapper.twocol-listwrap ul li {
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 479.99px){
  .homethesisworkflow-fullwrapper .homethesisworkflow-container {
    padding: 0;
    width: 100%;
  }
  .customlistitem-row.newcontact-listdownload .customlistitem-threecol .elementor-icon-list-items .elementor-icon-list-item{
    width: 100%;
  }
  .elementor-element.cusmaintop-banner .cusmainpage-title .elementor-widget-container .elementor-heading-title{
    font-size: 30px;
  }
}
@media screen and (max-width: 400px){
  .rating-section-contact .rating-summary{
    width: 100%;
  }
  .rating-section-contact .rating-bars {
    width: 100%;
  }

  .elementor-element.newcontactmail-leftwrap,.elementor-element.newcontactmail-wrapper{
     padding-left: 0;
    padding-right: 0;
  }
  .maingradient-clr{
    padding-left: 0;
    padding-right: 0;
  }
}