:root {
    --global-palette1: #00e7aa;
    --global-palette2: #60067e;
    --global-palette3: #222222;
    --global-palette4: #353535;
    --global-palette5: #454545;
    --global-palette6: #676767;
    --global-palette7: #00e7aa;
    --global-palette8: #eeeeee;
    --global-palette9: #ffffff;
    --global-palette9rgb: 255, 255, 255;
    --global-palette-highlight: var(--global-palette1);
    --global-palette-highlight-alt: var(--global-palette2);
    --global-palette-highlight-alt2: var(--global-palette9);
    --global-palette-btn-bg: var(--global-palette1);
    --global-palette-btn-bg-hover: var(--global-palette2);
    --global-palette-btn: var(--global-palette9);
    --global-palette-btn-hover: var(--global-palette9);
    --global-body-font-family: 'Open Sans', var(--global-fallback-font);
    --global-heading-font-family: Montserrat, var(--global-fallback-font);
    --global-primary-nav-font-family: Montserrat, var(--global-fallback-font);
    --global-fallback-font: sans-serif;
    --global-display-fallback-font: sans-serif;
    --global-content-width: 1290px;
    --global-content-narrow-width: 842px;
    --global-content-edge-padding: 1.5rem;
    --global-calc-content-width: calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );
}
.solution h4 {
	font-size: 19px;
}
.title-head {
	text-align: center;
    font-size: 30px;
    font-family: 'Raleway-Bold';
    padding: 50px 0px 50px 0px;
}


.box-img-customers img {
	width: 250px
}
.box-img-customers{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border: 0 solid transparent;
    transition: all .3s cubic-bezier(.17,.67,.35,.95);
    margin-bottom: 30px;
}


.services {
	background-image: url(/VEAS/Images/Home/2nd-bnr.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.services .title-head {
	color: white !important
}
.partners {
	opacity: 1;
    background-image: linear-gradient(230deg, #b7b7b7 0%, #ebd7d7 100%);
}
.item_partner {
	width: 100% !important;
    aspect-ratio: 3/2;
    mix-blend-mode: color-burn;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
}
@media (min-width:769px)  {
	.services,.customers,.solution,.partners {
	padding: 50px
}
.h-755 {
	height: 755px;
}
.title-banner {
	position: absolute;
    color: white;
    font-family: 'Raleway-Bold';
    font-size: 37px;
    max-width: 639px;
    top: 40%;
    bottom: 50%;
}
.box-img{
	height: 200px;
    border-radius: 15px;
    overflow: hidden;	
}
.box-img img {
	    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
	.wrap-service {
    background-color: white;
    padding: 15px;
    text-align: center;
    width: 360px;
    height: 342px;
    margin: auto;
    border: 1px solid white;
    border-radius: 10px;
}

.wrap-service img {
    margin-top: 40px;
    margin-bottom: 40px;
}
.first-text-service {
    font-size: 24px;
    line-height: 32px;
    color: #2d2d2d;
}
.second-text-service {
    font-family: 'Raleway-Bold';
    font-size: 24px;
    line-height: 32px;
    color: red;
}
.third-text-service {
    margin-top: 12px;
    margin-bottom: 4px;
}
}
@media (max-width:768px)  {
	.title-banner {
	position: absolute;
    color: white;
    font-family: 'Raleway-Bold';
    font-size: 12px;
    max-width: 587px;
    top: 40%;
    bottom: 50%;
}
	.solution h4 {
		font-size: 16px;
		text-align: center;
	}
	#carouselExampleIndicators {
	    margin-top: 70px;
	}
.box-img img {
	height: 210px
}
.wrap-service img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wrap-service {
    background-color: white;
    padding: 0;
    text-align: center;
    width: 265px;
    height: 250px;
    margin: auto;
    border: 1px solid white;
    border-radius: 10px;
    margin-bottom: 18px;
}
.line-icon-wrap {
    width: 96%;
    height: 1px;
    background-color: #e8e8e8;
    margin: auto;
}
.first-text-service {
    font-size: 17px;
    line-height: 22px;
    color: #2d2d2d;
}
.second-text-service {
   font-family: 'Raleway-Bold';
    font-size: 17px;
    line-height: 22px;
    color: red;
}
.third-text-service {
    margin-top: 6px;
    margin-bottom: 4px;
}
}