:root {
    /* Color */
  
    --color-primary:  #e20074; 
    --color-secondary:#232323; 
    --white:  #FFFFFF; 
    --black:  #000000; 
    --body: #000000;
/* 		#6F6F6F; */

    /* Font Family */
    --roboto:"Poppins", Sans-serif;
    --montserrat : "Poppins", sans-serif;

    /* Font Size */
  
    --f100: 100px;
    --f48: 48px;
    --f40: 40px;
    --f32: 32px;
    --f25: 25px;
	--f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f16: 16px;
    --f14: 14px;
  
    --s250: 250px;
    --s150: 100px;
    --s100: 100px;
    --s80: 80px;
    --s50: 50px;
    --s40: 40px;
    --s30: 30px;
    --s20: 20px;

    --g100: 100px;
	  --g60: 60px;
    --g30: 30px;
    --g40: 40px;
  
    --headerHeight:160px;

    --container-big: 1720px;
    --container: 1170px;
}
body .about-us-grid.elementor-element {
	align-items: center;
    justify-content: center;
    display: flex;
}
body{-webkit-font-smoothing:antialiased;/* For better font rendering */ font-smoothing:antialiased;}
html,body{margin: 0; padding: 0;}
.elementor *{ font-family: "Poppins", Sans-serif !important;}
* {box-sizing: border-box; }
b, strong{font-weight:bold;}
em {font-style:italic;}
header{position:fixed;top:0;left:0;width:100%;z-index: 99; transition:transform 0.3s ease-in-out;}
header.small-header {box-shadow: 0px 0px 20px -16px rgba(0, 0, 0, 0.5);}
/* header.header-hide {transform: translateY(-80px);} */
/*! CSS Used from:Embedded */
*{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
::selection{background:  rgb(from var(--color-primary) r g b / 60%);  ;color:var(--black);}
::-webkit-scrollbar{display:none;}
p{margin-top: 0;}
p:last-child{margin-bottom:0 !important;}

.top-header nav ul.elementor-nav-menu li.current-menu-parent > a {color: var(--color-primary) !important;}
.top-header .elementor-nav-menu--dropdown a {
  border: 0 !important;
  transform: translateX(0px);
  background: transparent !important;
}

.top-header .elementor-nav-menu--dropdown a:hover{
  transform: translateX(5px);
}
.top-header .elementor-nav-menu--main .elementor-nav-menu ul {
  padding: 10px !important;
  min-width: 17em !important;
}
.top-header .elementor-nav-menu .sub-arrow{display: none;}
.top-header .current-menu-item > a{color :  var(--color-primary) !important;}
.top-subheader{background: var(--color-primary) !important;}
.top-header .elementor-menu-toggle .e-font-icon-svg{
	transform: translateX(.35em);
}
.elementor-widget .elementor-icon-list-item a {
  display: inline-flex !important;
}
.legacy .elementor-widget .elementor-icon-list-item a {
   display: inline !important;
}
.f-title h2 {
  text-transform: uppercase;
}
/* .swiper-slide {
  cursor: url(/wp-content/uploads/2025/02/icon-move-black.png), move;
} */
/* .swiper-testimonials .swiper-slide {
  cursor: url(/wp-content/uploads/2025/02/icon-move-light.png), move;
} */
.swiper-testimonials *{
  font-style:  normal !important;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text{
	font-weight:500 !important;
}
.icon-counter{
  transition: all 0.1s ease-in-out;
  box-shadow: inset 5px 5px 0 transparent, inset -5px -5px 0 transparent;
}
.icon-counter:hover{
  border-color: var(--color-primary);
  box-shadow: inset 5px 5px 0 var(--color-primary), inset -5px -5px 0 var(--color-primary);
}
.icon-counter .elementor-counter-title{ text-align: center;}
.domain-list  .elementor-icon-box-title{margin-bottom: 0 !important;}
.domain-list  .elementor-icon-box-title{margin-top: -5px !important;}
.domain-list  .left-icontext .elementor-icon-box-icon {
  position: relative;
  padding-right: 20px;
}
.domain-list  .elementor-icon-box-title a:hover{color: var(--color-primary);}

.domain-list .left-icontext .elementor-icon-box-icon{position: relative;}
.domain-list .left-icontext .elementor-icon-box-icon:before {
    content: '';
    width: 1px;
    height: 20px;
    background: var(--color-primary);
    position: absolute;
    right: 0;
    top: 6px;
}
.brand-logo img{height:90px;}
/* Custom Animation */
.fadeInUp{animation-name:fadeInUpCustom !important;}
@keyframes fadeInUpCustom {
    from{opacity:0;transform:translate3d(0,30px,0);-webkit-filter:blur(2px);filter:blur(2px);}
    to{opacity:1;transform:none;-webkit-filter:blur(0);filter:blur(0);}
}

@keyframes slideDownCustom {
    from {
        clip-path: inset(0% 0% 100%);
        visibility: visible;
    }
    to {
        clip-path: inset(0% 0% 0%);
    }
}

.elementor-widget-image.fadeInUp:not(.elementor-element-edit-mode){
    clip-path: inset(0% 0% 100%); 
    visibility: hidden; 
    animation-fill-mode: forwards; 
}

.elementor-widget-image.fadeInUp.animated:not(.elementor-element-edit-mode) {
    visibility: visible; 
    animation-name: slideDownCustom !important;
    animation-delay: 0.5s !important;
    animation-duration: 1s; 
}

/* End Custom Animation */
.pagecontent{min-height: 80vh; margin-top: var(--headerHeight);}

.elementor-icon-list-text a{display:inline;}
.elementor-icon-box-title{margin-top: 0;}

.home-slider .swiper-slide{
  display: flex;
  flex-direction: row-reverse;
  background-color: var(--color-primary);
}
.home-slider .elementor-slides .swiper-slide-bg{
  width: 50%;
    flex: 0 0 50%;
    min-width: 50% !important;
    position: unset;
    transition: none;
}
.home-slider .elementor-slides .swiper-slide-inner{
 
  flex: 0 0 50%;
  max-width: 50%;
  position: unset !important;
}
.home-slider .swiper-pagination-clickable{
  bottom: 35px !important;
  width: 100%;
}
.home-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  height: 3px;
  width: 30px;
  border-radius: 0;
  background: #fff;
}

.elementor-sub-item {
  border: 0;
}
.custom-testimonial .elementor-testimonial-meta:not(.cloned-meta) .elementor-testimonial-image{display: none !important;}
.custom-testimonial .elementor-testimonial-meta.cloned-meta .elementor-testimonial-details{display: none !important;}
.custom-testimonial .elementor-testimonial-meta .elementor-testimonial-details .elementor-testimonial-name{color: var(--color-secondary) !important;}

.custom-testimonial .elementor-testimonial-meta.cloned-meta .elementor-testimonial-image:before {
  content: "";
  display: block;
  background: url(../svg/qu.svg);
  height: 50px;
  width: 50px;
}
.custom-testimonial {
  padding-bottom: var(--s50);
  border-bottom: 2px solid var(--body);
}
.custom-testimonial .elementor-testimonial-meta.cloned-meta .elementor-testimonial-image img{display: none;}
.domain-list .elementor-icon-box-title span, .domain-list .elementor-icon-box-title a {
/*   word-break:break-all */
	font-size:16px !important;
}
.e-link-in-bio__bio.e-link-in-bio__bio--footer{display: none  !important;}
.e-link-in-bio__title{color: var(--body) !important;}
/* .profile-card .has-type-button{margin-top: 20px; width: auto !important;} */
.profile-card .has-type-button {
  margin-block-start: 0 !important;
  position: absolute;
  width: 100% !important;
  left: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
}
.e-link-in-bio__cta-text{background-color: transparent !important; font-size: 0;}
.profile-card:hover .has-type-button {pointer-events: all;}
.e-link-in-bio__identity-image{position: relative;}
.e-link-in-bio__identity-image::before{
  position: absolute;
  width: 100%;
  height: 0%;
  content: '';
  background-color: var(--black);
  opacity: 0.7;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.profile-card:hover .e-link-in-bio__identity-image::before{
  height: 100%;
}
.e-link-in-bio__icons{position: absolute; bottom: 120px; left: 0; max-width: 100% !important; z-index: 99; opacity: 0; transition: all 0.2s ease-in-out;}
.profile-card:hover .e-link-in-bio__icons{ opacity: 1;}
.profile-card .e-link-in-bio__icon {
  max-width: 50px !important;
}
.profile-card .e-link-in-bio {
  padding-bottom: 0 !important;
}
.custom-post .elementor-posts .elementor-post__badge{
	background-color:var(--color-primary) !important;
}
.custom-post .elementor-post__title a:hover{
	color:var(--color-primary) !important;
}
.custom-post .post .elementor-post__thumbnail:before{
	position: absolute;
  width: 100%;
  height: 0%;
  content: '';
  background-color: var(--black);
  opacity: 0.7;
  bottom: 0;
	z-index:9;
  transition: all 0.2s ease-in-out;
}
.custom-post .post:hover .elementor-post__thumbnail:before{
	height: 100%;
}
.articel-list .elementor-icon-list-items.elementor-inline-items {
    display: grid !important;
    margin-left: 0px;
    margin-right: 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.articel-list a{
	color:  var( --color-secondary) !important;
}
.articel-list a:hover{
	color:  var( --color-primary) !important;
}
.domain-info-icon a:not(:hover) {
    color: var(--e-global-color-fad5825) !important;
}
/* General form styling */

/* Cunter style one css - About page */
.counter-style-1 {
    counter-reset: item;
}

.counter-style-1 .elementor-widget-heading:before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    font-family: Montserrat;
    font-size: var(--e-global-typography-4e3d6d3-font-size);
    font-weight: 400;
    top: 10px;
    bottom: 0;
	left: -45px;
}

.counter-percentage .elementor-counter {
    padding: 15px;
    background-color: white;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 25px;
}

/* .counter-percentage .elementor-counter .elementor-counter-number-wrapper {
    !i;!;
    align-items: center;
} */


@media (max-width:991.98px){
	.counter-style-1 .elementor-widget-heading:before  {
		top: 8px;
		left: -35px;
	}
}
/* Cunter style one css - End */
.domain-info {
    background-color: #F7F7F7 !important;
}
.domain-info .elementor-widget-heading .elementor-heading-title{
  color: var(--e-global-color-b2d1621) !important;
}
.domain-info  .elementor-icon-list-item:not(:last-child):after{
  border-color: #9c9c9c !important;
}
/* Input fields */
.wpcf7 .row.two-col p{display:flex;gap:20px;}
.wpcf7 p{margin-bottom:20px !important;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:6px;font-family:var(--roboto);font-size:var(--f16);box-sizing:border-box;transition:border-color 0.3s,box-shadow 0.3s;}

/* Focus effect */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{border-color:var(--color-primary);box-shadow:0 0 5px rgba(0,115,230,0.5);outline:none;}

/* Submit button */
.wpcf7 input[type="submit"]{display:inline-block;padding:12px 20px;background-color:var(--color-primary);color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color 0.3s;}
.wpcf7 input[type="submit"]:hover{background-color:var(--color-primary);}

/* Labels */
.wpcf7 label{display:block;font-weight:bold;color:var(--black);font-size:16px;width:100%;}

 /* Error message styling */
.wpcf7-response-output{margin-top:15px;padding:10px;border:1px solid #f44336;background-color:#fdecea;color:#f44336;border-radius:4px;display:none;}

/* Success message styling */
.wpcf7 .wpcf7-mail-sent-ok{margin-top:15px;padding:10px;border:1px solid #4caf50;background-color:#e8f5e9;color:#4caf50;border-radius:4px;}

/* Validation error styling */
.wpcf7 .wpcf7-not-valid{border-color:#f44336;box-shadow:0 0 5px rgba(244,67,54,0.5);}

/* Gravity Form */
/* Input fields */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper textarea{width:100%;padding: 12px 20px !important;border:1px solid #ccc !important;border-radius: 0px !important;font-family:var(--roboto) !important;font-size:16px !important;box-sizing:border-box;box-shadow:none !important;transition:border-color 0.3s,box-shadow 0.3s;}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"]{min-height: 60px !important;}


/* Focus effect */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper textarea:focus{border-color:var(--color-primary) !important;box-shadow:0 0 5px rgba(0,115,230,0.5) !important;outline:none;}

/* Submit button */
/* Submit button */
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"]{display:inline-block;padding:12px 24px !important;background-color: var(--black) !important;color: var(--white) !important;border: 2px solid var(--color-secondary) !important;font-family: var(--montserrat) !important;border-radius:0px !important;font-size: var(--f16) !important;line-height:1.25em !important;font-weight:600 !important;cursor:pointer;transition:background-color 0.3s;text-transform: uppercase !important;min-width: 230px !important;}
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper button[type="submit"]:hover{background-color:var(--white) !important;color: var(--black) !important;}
.gform_wrapper input[type="submit"]:focus{outline:0 !important;box-shadow:none !important;}
.gform-theme--foundation .gform_fields{gap:30px !important;}

/* Labels */
.gform_wrapper .gfield_label{display:block;font-weight:bold;color:var(--black);font-size:16px;width:100%;}

/* Error message styling */
.gform_wrapper .gform_validation_error{margin-top:15px;padding:10px;border:1px solid #f44336;background-color:#fdecea;color:#f44336;border-radius:4px;}

/* Success message styling */
.gform_confirmation_message{margin-top:15px;padding:10px;border:1px solid #4caf50;background-color:#e8f5e9;color:#4caf50;border-radius:4px;}

/* Validation error styling for fields */
.gform_wrapper .gfield_error input[type="text"],
.gform_wrapper .gfield_error input[type="email"],
.gform_wrapper .gfield_error input[type="tel"],
.gform_wrapper .gfield_error textarea{border-color:#f44336;box-shadow:0 0 5px rgba(244,67,54,0.5);}
.project-without-excerpt a.elementor-post__thumbnail__link {
    margin-bottom: 0;
}

body{
	overflow-x: hidden;
}

body .about-us-grid.elementor-element {
	align-items: center;
    justify-content: center;
    display: flex;
	
}
.the-company img.swiper-slide-image {
    height: 50px;
    object-fit: contain;
}
.projects.elementor-location-single{
	    margin-top: var(--headerHeight);
}
.elementor-location-single.domains {
    margin-top: var(--headerHeight);
}
.elementor-posts .elementor-post__excerpt p{
	color:var(--body) !important;
	font-size: var(--f18) !important;
}
.elementor-posts .elementor-post__excerpt p:after {
    content: '...';
    display: inline-block;
}

@media (min-width: 768px) {
    .home-slider .elementor-slide-heading {
        font-size: 32px !important;
    }
}
@media (min-width: 992px) {
    .home-slider .elementor-slide-heading {
        font-size: 40px !important;
    }
}
@media (min-width: 1465px) {
    .home-slider .elementor-slide-heading {
        font-size: 70px !important;
    }
}
@media (min-width:992px) {
  .left-icontext .elementor-icon-box-icon{position: relative; padding-right: 30px;}
  .left-icontext .elementor-icon-box-icon:before {
    content: '';
    width: 1px;
    height: 20px;
    background: var(--color-primary);
    position: absolute;
    right: 0;
    top: 6px;
  }
}
@media (min-width:1199.98px) {
  .pagecontent{padding-left: 60px; padding-right: 60px;}
.full-section{
	    width: calc(100vw + 60px) !important;
    margin-left: -60px !important;
    max-width: calc(100vw + 0px) !important;
}
}
@media (max-width:1700.98px) {
  :root{
    /* row space */
    --s250: 200px;
    --s150: 100px;
    --s100: 80px;
    --s80: 80px;
	  --s50: 40px;
	  --s40: 35px;
    --s30: 30px;
    --s20: 20px;	
	  --g60: 40px;
    --g40: 30px;
  }
}

@media (max-width:1200.98px) {
    :root{  
    /* Font Size */
    --f100: 60px;

    /* row space */
    --s250: 100px;
    --s150: 80px;
    --s100: 60px;
    --s80: 60px;
    --s50: 40px;
    --s40: 35px;
    --s30: 30px;
    --s20: 20px;
    /* col gap */
	--g100: 60px;
    --g60: 30px;
    --g40: 20px;
  }
}

@media (max-width:991.98px) {
  :root{
    /* Font Size */  
    --f48: 40px;
    --f40: 30px;
    --f32: 28px;
    --f25: 24px;
	--f22: 20px;

    /* row space */
    --s250: 80px;
    --s150: 60px;
    --s100: 50px;
    --s80: 50px;
    --s50: 40px;
    --s40: 30px;
    --s30: 20px;
    --s20: 15px;
  }    
	.articel-list .elementor-icon-list-items.elementor-inline-items {
    	grid-template-columns: repeat(1, 1fr);
	}
  
}

@media (max-width:767.98px) {
  :root{
     /* Font Size */ 
     --f100: 40px;
	 --f22: 18px;
	  
    /* row space */
    --s250: 80px;
    --s150: 60px;
    --s100: 50px;
    --s80: 50px;
    --s50: 40px;
    --s40: 30px;
    --s20: 15px;
	--g100: 30px;
  }
  .home-slider .elementor-slides .swiper-slide-bg{
    width: 100%;
      flex: 0 0 100%;
      min-width: 100% !important;

  }
  .home-slider .elementor-slides .swiper-slide-inner{
   
    width: 100%;
    flex: 0 0 100%;
    min-width: 100% !important;
    position: absolute !important;
    background: rgb(0 0 0 / 57%);
  }
  .home-slider .elementor-slides .swiper-slide-inner .swiper-slide-contents {
    max-width: 100% !important;
  }
  .top-header .elementor-nav-menu--dropdown a {
    transform: translateX(0px) !important;
  }
  .top-header .elementor-nav-menu {
    max-width: 640px;
    margin: 0 auto;
}
  .top-header .elementor-nav-menu--dropdown{top: 40px !important;}
  .top-header .elementor-nav-menu .sub-arrow{width:60px;height:100%;z-index: 2;position:absolute;right:0;padding:10px 20px;display:flex;align-items:center;justify-content:flex-end;}
	.top-header .elementor-nav-menu .sub-arrow svg{width:1em !important;height:1em !important;transform:rotate(0deg);transition:all 0.2s;}
  .top-header .elementor-nav-menu .sub-arrow svg path{ fill: #6F6F6F; }
	.top-header .elementor-nav-menu .menu-item a.highlighted .sub-arrow svg{transform:rotate(180deg);}
	.top-header .elementor-nav-menu .menu-item a.highlighted .sub-arrow svg path{ fill: #ffffff; }
	.top-header .elementor-nav-menu--main .elementor-nav-menu ul{position:unset;margin-top:0 !important;margin-left:0 !important;}
	.top-header .elementor-nav-menu .sub-arrow svg{pointer-events:none;}
  .top-header .elementor-nav-menu .elementor-nav-menu--dropdown{margin-left: 20px;}
  .top-header .sub-menu{padding-top: 5px !important; padding-bottom: 5px !important;}
  .top-header .sub-menu li a{padding-top: 5px; padding-bottom: 5px;}
}

@media (max-width:640.98px) {

}

@media (max-width:575.98px) {
  :root{
    /* row space */
    --s250: 60px;
    --s150: 50px;
    --s100: 40px;
    --s80: 40px;
    --s50: 20px;
    --s40: 25px;
    --s30: 20px;
    --s20: 15px;
	/* Font Size */  
    --f48: 30px;
  }
}




/* Branding Work Page - CSS  */
.work-loop-items .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important; 
  gap: 20px !important; 
  grid-template-rows: repeat(1, 1fr);
}

.work-loop-items .elementor-loop-container .e-loop-item {
  width: 100%;
  min-height: 400px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 2) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.work-loop-items  .e-loop-item {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.work-loop-items .work-card-img{
    height: 100%;
}
.work-loop-items .work-card-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.work-loop-items .work-card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 6),
.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 7)  {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 10){
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}

.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 13), 
.work-loop-items .elementor-loop-container .e-loop-item:nth-child(14n + 14) {
  grid-column: span 2;
  grid-row: span 2;
  height: 100%;
}
.work-loop-items .work-card:hover .work-card-info {
  transition: auto;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .8) !important;
  transform: scale(1);
  transform-origin: center center;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  transition: all ease .3s;
}

.work-loop-items .work-card .work-card-info {
  transform: scale(1);
  transform-origin: center center;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition: all ease .3s;
  display: flex !important;
  bottom: auto !important;
  top: auto;
}

.work-loop-items  .work-card .work-card-img {
  top: 0 !important;
}

.work-loop-items .work-card:hover .work-card-img {
  top: 0 !important;
}
.work-loop-items .work-card .work-card-img img{
  transition: all ease .3s;
}
.work-loop-items .work-card:hover .work-card-img img{
  transform: scale(1.2);
  transition: all ease .3s;
}

.work-loop-items .first-post-title,.work-loop-items .post-copy-content {
  text-transform: uppercase;
}
.work-loop-items .first-post-title:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100px;
  background: #ff214f;
  left: 0;
  top: -15px;
  right: 0;
  margin: 0 auto;
}
.work-loop-items .first-post-title {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1199.98px) {
  .work-loop-items .elementor-loop-container .e-loop-item {
      grid-column: span 2;
      grid-row: span 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .work-loop-items .elementor-loop-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .work-loop-items .elementor-loop-container .e-loop-item {
    min-height: 300px !important;
  }
}
@media(max-width: 575px) {
    .elementor-12 .elementor-element.elementor-element-606ee2b .elementor-slide-heading {
        font-size:var( --e-global-typography-34e91cb-font-size );
        line-height: var( --e-global-typography-34e91cb-line-height );
        font-size: 28px !important;!i;!;
    }

.domain-days.e-flex.e-con.e-child h3 {
    font-size:16px;
}
	.gform-theme--foundation .gform_fields {
   
    display: flex !important;
    flex-direction: column;
}
}
.please-note a:hover {
    color:white !important;
}
.domain-list .elementor-icon-box-title {
    font-size: var(--f20);
    font-weight:500;
    line-height: 1.5
}
.domain-list span.elementor-icon {
    fill: var(--color-primary);
    color: var(--color-primary);
    border-color: var(--color-primary);
    font-size: 29px;
}
/* Scroll Bar */

::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* for horizontal scrollbar */
}
::-webkit-scrollbar-track {
  background: #F0F0F0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 2px solid #F0F0F0; /* to create space around thumb */
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* For Firefox */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* for horizontal scrollbar */
}
::-webkit-scrollbar-track {
  background: #F0F0F0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 2px solid #F0F0F0; /* to create space around thumb */
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* For Firefox */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* for horizontal scrollbar */
}
::-webkit-scrollbar-track {
  background: #F0F0F0;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 2px solid #F0F0F0; /* to create space around thumb */
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
* {
  scrollbar-width: thin; /* options: auto, thin, none */
  scrollbar-color: #888 #F0F0F0; /* thumb color, track color */
}
@media only screen and (max-width: 399.98px){
	.elementor-widget-heading {
    word-break: break-word;
}
}
