:root {
  --4F2862: #4F2862;
  --ct-accent-hover: #411d52;
  --ct-accent-yelow: #F5D248;
}

.ct-container h1,
.ct-container h2,
.ct-container h3,
.ct-container h4,
.ct-container h5,
.ct-container p {
    margin-top: 0;
}

.ct-container-fluid{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block !important;
    position: relative;
    background-size: cover;
    background-position: top center;
}

div.ct-container {
    margin: 0 auto;
    display: block;
}
.ct-container p:last-child {
    margin-bottom: 0;
}

.ct-page-banner:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	left: 0;
	top: 0;
	z-index: 1;
}

.ct-page-banner > .ct-container{
	position: relative;
	z-index: 2;
}

.ct-productregistration-banner-white {
    background-image: url(/wp-content/uploads/2024/05/elegant-services-product-registration-page-banner-1.jpg);
}

.ct-food-registration-banner {
    background-image: url(/wp-content/uploads/2023/12/cosmetic-product-registration-banner-image.jpg);
}

.ct-food-registration-banner-white {
    background-image: url(/wp-content/uploads/2023/06/bg-white-1.jpg);
}


.ct-pet-animal-banner-white {
    background-image: url(/wp-content/uploads/2024/01/Pet-Animal-Food-Banner-Image.jpg);
}

.ct-cosmetic-banner-white {
    background-image: url(/wp-content/uploads/2023/12/cosmetic-product-registration-banner-image.jpg);
}

.ct-health-banner-white {
    background-image: url(/wp-content/uploads/2024/01/Health-and-Supplement-Banner-Image.jpg);
}

.ct-detergent-banner-white {
    background-image: url(/wp-content/uploads/2023/12/detergent-and-disinfectant-banner-image.jpg);
}

.ct-container-fluid {
    padding: 60px 20px; 
}

.ct-container, .ct-columns {
    padding: 30px 10px
}

div.m-0 figure, .m-0 {
    margin: 0 !important;
}

.font-open-sans, 
.font-open-sans h1, 
.font-open-sans h2, 
.font-open-sans h3, 
.font-open-sans h4, 
.font-open-sans h5,  
.font-open-sans p {
  font-family: "Open Sans",sans-serif;
}

.font-h1, .font-h2 {
  font-size: 49px;
  line-height: 1.15em;
}

.font-h3 {
  font-size: 39px;
  line-height: 1.3em;
}

.font-25, .font-h4 {
    font-size: 25px;
    line-height: 1.5em;
}

.font-20, .font-20 p {
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 28px;
}

.text-white {
  color: #fff;
}

.bg-lightgray {
  background-color: #F8F8F8;
}



.ct-container.container {
    width: 90%;
    max-width: 1220px;
}
.ct-btn {
    position: relative;
}

.ct-btn a {
   background-color: var(--4F2862);
   border-radius: 10px;
   transition: all 250ms ease-in-out;
}

.ct-btn-small a {
    font-size: 16px;
    padding: 15px 28.5px;
    font-weight: bold;
    cursor: pointer;
}

.ct-btn a:hover {
    color: #fff;
    background-color: #411d52;
}

.ct-btn-transparent a {
    background: transparent;
   color: var(--4F2862);
}

.ct-btn.ct-btn-transparent a {
    padding: 0;
}

.ct-btn.ct-btn-transparent a:hover {
    background: transparent;
    color: #411d52;
}

.ct-btn.ct-btn-transparent a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
    border: 0px solid #411d52;
    transition: all 250ms ease-in-out;
}

.ct-btn.ct-btn-transparent a:hover:before {
    width: 100%;
    border-width: 1px;
}

.ct-btn.ct-btn-transparent a:after {
    content: url(/wp-content/uploads/2023/06/l1-1.png);
    padding-left: 10px;
    position: relative;
    top: 4px;
   display: inline-block;
}

.ml-30 {
    margin-left: 30px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-0 {
  padding-bottom: 0;
}
.p-0 {
  padding: 0;
}

.pd-20{
	padding-left: 20px;
	padding-right: 20px;
}
.pt-0 {
  padding-top: 0;
}

.ptlr-0 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.ct-page-banner {
    padding: 70px 10px;
}

.ct-group-overlap {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    z-index: 1;
}
.ct-group-overlap-left {
    margin-left: -275px;
}
.ct-group-overlap-right {
    margin-right: -280px;
}

.remove-text-justify p, .remove-text-justify {
    text-align: initial;
}

.border-radius20 img {
  border-radius: 20px;
}

.ct-highlight {
    background-color: #69487A;
    color: #fff;
    padding: 11px 18px;
    display: inline-block;
    border-radius: 10px;
}

.ct-container.container.mw-600 {
    max-width: 780px;
}

.mw-714 {
    max-width: 320px;
    margin: 0 auto !important;
}

.mw-670 {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}

.ct-register-box {
   background-color: #f8f8f8;
   padding: 80px 40px;
   border-radius: 20px;
   transition: all 250ms ease-in-out;
}

.ct-register-box:hover {
    background-color: #4F2862;
    box-shadow: 0px 0px 30px rgba(79, 40, 98, 0.7);
}

.ct-register-box:hover h4, .ct-register-box:hover p, .ct-register-box:hover img {
    color: #fff;
    filter: brightness(0) invert(1);
}

.ct-register-number {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 24px;
  border-radius: 50%;
  background-color: #4F2862;
  color: #fff;
  width: 50px;
  line-height: 50px;
  margin: 0 auto 10px;
}

.ct-register-box:hover .ct-register-number {
  color: #4F2862;
  background-color: #fff;
}

.ct-icon-list {
    list-style-type: none; /* Remove the default list style */
    padding: 0;
}

.ct-icon-list li {
    padding-left: 50px; /* Add space before the content of each list item */
    background-image: url('/wp-content/uploads/2023/06/Check-1.png'); /* Add the custom list-style image */
    background-repeat: no-repeat; /* The image should not repeat */
    background-size: 30px; /* Set the size of your image */
    color: #4F2862;
    margin-bottom: 10px;
    font-weight: 500;
}

.ct-icon-list li:last-child {
    margin-bottom: 0;
}

.ct-list-inline-3 li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 2%;
}

.w-100, .img-w-100 img {
  width: 100%;
}

.ct-group-20 {
    padding: 20px;
}

.ct-group-30 {
    padding: 96px 52px;
}

.ct-group-2 {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.br-tr-bl img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.br-tl-bl img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.mw-690 {
  max-width: 690px;
}
  
/* float navigation */
#ct-float-nav .ct-column:first-child {
    width: 20%;
}

#ct-float-nav .ct-column:nth-child(2) {
    width: 80%;
    text-align: right;
}

#ct-float-nav .ct-column {
    float: left;
}

.ct-navigation-menu li {
    display: inline-block;
    margin-right: 30px;
}

.ct-navigation-menu {
	margin-top: 0;
    margin-right: 20px;
}

.ct-navigation-menu li:last-child {
    margin-right: 0;
}

.ct-navigation-menu li a {
    font-weight: 500;
    color: #000;
    position: relative;
    transition: all 250ms ease-in-out;
}

.ct-navigation-menu ul {
    padding: 0;
    margin: 0;
}
#ct-main-float {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    top: 0;
    box-shadow: 0 0 16px #0000002e;
}


#ct-float-nav .ct-container {
    padding: 0;
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
}

#ct-float-nav .ct-container .hide-mobile {
    display: flex;
    flex-flow: row-reverse;
    justify-content: end;
    align-items: center;
}

#ct-float-nav.ct-container-fluid {
    padding: 22px 0 12px;
}

.ct-navigation-menu li a:before {
    border-bottom: 2px solid #4F2862;
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    transition: all 250ms ease-in-out;
}



.ct-navigation-menu li a:hover:before {
    width: 100%;
}

/* end float navigation */


.font-25.ct-icon-list li {
    background-position: 0 8px;
}

.font-20.ct-icon-list li {
    background-position: 0 2px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.bg-card-accent {
    background-color: #4f2862;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 60px rgba(79, 40, 98, 0.7);
}

.ct-accordion-content {
    width: 100%;  
   height: 0;
   overflow: hidden;
   transition: height 0.5s ease-out;
}

.ct-accordion-content-open {
    height: auto;
}

.ct-accordion-content .wp-block-group__inner-container {
    padding: 0 30px 30px;
}

.ct-accordion .wp-block-heading {
    margin: 0;
    
}
.ct-accordion {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 20px;
}

.ct-accordion-header {
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 30px 60px 30px 30px;
}
.ct-accordion-header:after {
    position: absolute;
    content: url(/wp-content/uploads/2023/06/ct-arrow-down-1.png);
    right: 30px;
    top: 32px;
}
.ct-arrow-up.ct-accordion-header::after {
  transform: rotate(180deg);
}

.ct-link-white a {
    color: #fff;
}

.ct-testimonial-slider {
    margin: 0 auto !important;
    max-width: 740px;
}

.ct-testimonial-slider.ct-testimonial-mw-2 {
    max-width: 1080px;
}

.ct-testimonial-slider .active {
    background: none;
}

.ct-testimonail-container {
    display: flex;
    font-size: 14px;
    line-height: 1.5em;
}

.ct-testimonial-author {
    color: #000;
    display: flex;
    align-items: center;
}

.ct-testimonial-slider .ct-testimonial-author img {
    width: 88px;
    margin-right: 10px;
}

.ct-testimonial-content {
    margin-bottom: 4px;
}

.ct-testimonial-thumb img {
    max-width: 67px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    margin: 0 auto;
}

.ct-testimonial-col-1 {
    margin-right: 30px;
    width: 88%;
}

.ct-testimonial-col-2 {
    width: 12%;
}

.ct-btn-small a:focus {
    color: #fff;
}

.ct-btn-small a:focus, 
.ct-navigation-menu a:focus {   
    text-decoration: none;
}


.ct-test-span {
   display: block;
   position: relative;
}



.back-top {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #411d52;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}



/* animation slides */

/* end animation slides */


/* meeting confirmation */
.ct-meeting-items {
    width: 100%;
}

.ct-meeting-items-number {
    justify-content: center;
    display: flex;
	padding-top: 20px;
}

.ct-meeting-items-number strong {
    border-radius: 50%;
    border: 2px solid;
    display: inline-block;
    width: 48px;
    line-height: 44px;
    text-align: center;
}

.ct-meeting-items {
    background-color: #f7f7f7;
    padding: 30px;
}

.ct-meeting-items-group {
    margin: 20px 0 !important;
}

.ct-meeting-h1 {
    font-size: 40px;
}

.ct-meeting-items p {
    text-align: left;
}

.text-transform-none {
	text-transform: none;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.ct-btn.ct-btn-transparent a:hover:after {
    animation: bounce 0.5s;
}

#header.fixed-top.header-scrolled {
    position: fixed;
    z-index: 9999;
    top: 0;
    opacity: 1;
    background: #fff;
}



@media screen and (min-width: 767px) {
    .ct-test-span:before {
        content: "-";
        margin-right: 5px;
    }
    .ct-test-span:after {
        content: ",";
        margin-right: 5px;
    }
}


@media screen and (min-width: 991px) {
    .page-template-page-fullwidth #header.fixed-top.header-scrolled {
        opacity: 0;
    }
    #header {
        width: 100%;
    } 
   .show-mobile {
        display: none;
    }
}


@media screen and (max-width: 1440px) {
    .ct-group-30 {
        padding: 46px 52px;
    }
}

@media screen and (max-width: 1366px) {
    .font-h1, .font-h2 {
        font-size: 38px;
    }
    
    .font-20, .font-20 p {
        font-size: 18px;
    }
    
    .font-h3 {
        font-size: 32px;
    }
    
    .font-25, .font-h4 {
        font-size: 22px;
    }
    
    .ct-container-fluid {
        padding: 40px 20px;
    }
    
    .ct-accordion:last-child {
        margin-bottom: 0;
    }
    
    .ct-group-30 {
        padding: 0 10px;
    }

}

@media screen and (max-width: 980px) {

    .ct-group-overlap-right {
        margin-right: 0;
    }
    
    .ct-group-overlap-left {
        margin-left: 0;
    }
    
    .ct-group-overlap {
        padding: 0;
    }
    
    .ct-container-fluid {
      padding: 20px;
  }
    
    .font-h1, .font-h2 {
        font-size: 34px;
    }
    
    .font-h3 {
        font-size: 26px;
    }
    
    .ct-container, .ct-columns {
        padding: 20px;
    }
    
    .ct-group-30 {
        max-width: 100%;
    }
    
    .font-25, .font-h4 {
        font-size: 20px;
    }
    
    .font-25.ct-icon-list li {
        background-size: 26px;
        background-position: 0px 6px;
        padding-left: 40px;
    }
    

    .font-20.ct-icon-list li {
        background-position: 0 0;
    }
    
    .ct-container.container {
        width: 100%;
    }
  .hide-mobile {
        display: none !important;
    }
    
    .ct-menu-bar {
        font-size: 24px;
        display: inline;
    }

    .ct-logo {
        max-width: 80px;
        width: 100%;
    }

    .ct-logo img {
        width: 100%;
    }

    #ct-float-nav .ct-container {
        width: 96%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ct-menu-bar .fa-bars {
        display: inline !important;
    }

    #ct-float-nav.ct-container-fluid {
        padding: 12px 10px;
    }
  
  #ct-float-nav-mobile {
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

#ct-float-nav-mobile.ct-slide-toggle {
    opacity: 1;
    display: block;
}

  #ct-float-nav-mobile .ct-navigation-menu {
      margin: 0;
  }

  #ct-float-nav-mobile {
      background-color: var(--4F2862);
      padding: 0;
      display: none;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
  }

  #ct-float-nav-mobile .ct-navigation-menu li {
      display: block;
      margin: 0;
      text-align: center;
      border-bottom: 1px solid #fff;
  }

  #ct-float-nav-mobile .ct-navigation-menu li a {
      color: #fff;
      display: block;
      padding: 10px;
      font-size: 14px;
  }
  
  .full-width-btn.ct-btn a {
      display: block;
      border-radius: 0;
      position: fixed;
      bottom: 0;
      z-index: 9999999999999;
      width: 100%;
      padding: 20px;
  }
  
  .whats-up.full-width-btn.ct-btn a {
      bottom: 60px;
      background-color: #4cca5a;
      box-shadow: 0 0 10px #00000059;
  }
  
  .back-top {
        display: none; 
    }
  
}

@media screen and (max-width: 1024px) {
    .ct-meeting-h1 {
        font-size: 32px;
    }
    .ct-meeting-items .wp-block-heading {
        text-align: center;
    }
    
    .ct-meeting-items:where(.wp-block-columns.is-layout-flex) {
        gap: 0.5em;
    }
	  .ct-meeting-items-number {
			padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
    .font-h1, .font-h2 {
        font-size: 30px;
    }
    
    .font-20, .font-20 p {
        margin-bottom: 14px;
    }
    
    .font-h1, .font-h2 {
        font-size: 28px;
    }
    
    .ct-register-box {
        padding: 40px;
    }
  
     #ct-float-nav .ct-container {
        width: 90%;
    }
    .ct-logo {
        max-width: 80px; 
    }
    #ct-float-nav.ct-container-fluid {
        padding: 10px;
    }
   .br-tr-bl img, .br-tl-bl img {
      border-radius: 20px;
  }
  
  .ct-group-2 {
      padding: 0;
  }

  .ct-list-inline-3 li {
      width: 100%;
      margin-right: 0;
  }
    
  .ct-container, .ct-columns {
      padding: 5px;
  }
  .ct-register-box figure {
      width: 50%;
  }
  
  .ct-accordion .wp-block-heading {
    font-size: 18px;
  }

  .ct-accordion-header {
      padding: 20px 40px 20px 20px;
  }

  .ct-accordion-header:after {
      right: 10px;
  }

  .ct-accordion-content .wp-block-group__inner-container{
      padding: 0 20px 30px;
  }

  .ct-accordion-content p {
      font-size: 16px;
  }
  
  .ct-gap-0-mobile {
      gap: 0;
  }
  
  #book-consultation {
      padding: 0 30px;
  }

  #book-consultation .bg-card-accent {
      padding: 30px;
  }
  
  .ct-testimonial-col-1, .ct-testimonial-col-2 {
      width: 100%;
  }

  .ct-testimonail-container, .ct-testimonial-author {
      display: block;
  }

  .ct-testimonial-author {
      text-align: center;
      margin-top: 4px;
  }

  .ct-testimonial-slider .ct-testimonial-author img {
      margin: 0 auto;
      padding-bottom: 6px;
  }
  
  .ct-register-number {
      font-size: 20px;
      width: 40px;
      height: 40px;
      line-height: 40px;
  }
	
	 .ct-meeting-h1 {
        font-size: 26px;
    }
  
}

@media screen and (max-width: 600px) {
.owl-carousel .owl-item img {
    width: 50%;
}
}

