.elementor-kit-6{--e-global-color-primary:#053149;--e-global-color-secondary:#ECC781;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:29px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-family:"Poppins", "Poppins", sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

p {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #828DA5;
    margin-bottom: 15px;
    line-height: 26px;
}





.main-section{
	padding:80px 0px;
}

@media (max-width:768px){
	.main-section{
		padding:40px 0px;
	}
}
.service-icon{
        display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 64px;
    text-align: center;
    border: 3px solid #ECC781;
    font-size: 35px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.service-icon svg{
    display: inline-block;
    color: #ECC781;
    -webkit-transform: rotate(-45deg) translateX(1px);
    -moz-transform: rotate(-45deg) translateX(1px);
    -ms-transform: rotate(-45deg) translateX(1px);
    transform: rotate(-45deg) translateX(1px);
    height: 45px !important;
    font-size: 65px !important;
}
 .service-icon .elementor-icon{
     font-size: 60px !important;
 }
 .service-icon:hover{
      transform: rotate(0deg);
 }
 .service-icon:hover svg{
     transform: rotate(0deg);
     transition-duration: .0s;
 }
 
.elementor-24 .elementor-element.elementor-element-3bf239d9:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-3bf239d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: transparent !important;
}


.ceo-name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Adjust spacing between text and lines */
}

.ceo-name::before,
.ceo-name::after {
    content: "";
    display: inline-block;
    width: 30px; /* Width of the lines */
    height: 2px; /* Thickness of the lines */
    background-color: #ffffff; /* Color of the lines */
}


.team-card{
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
}
.cta-actions .elementor-icon-list-item{
    background-color: white;
    border-radius:40px;
    padding: 8px 15px 8px 8px !important;
}
.service-card{
    border: 1px solid #EFF0F3;
    padding: 25px;
}

@media (min-width:768px) and (max-width:1350px){
    .breadcrumb-main{
        min-height:70vh;
    }
}
input, textarea, select {
  font-size: 16px;
}/* End custom CSS */