/* add our service section custom style start */
.col-md-3 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.our-service-section-title {
    text-align: center;
}

.our-service-section-title h2 {
    font-family: 'Poppins';
    font-style: normal;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    line-height: 124%;
    letter-spacing: -0.035em;
    text-transform: capitalize;
    background-image: linear-gradient(-225deg,
			#F2623F 0%,
			#F2623F 29%,
			#1148d7 67%,
			#F2623F 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #F2623F;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textanim 2s linear infinite;
	display: inline-block;
}

.our-service-section-custom {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}

.single-service-item {
    height: 175px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(173, 173, 173, 0.69);
    padding: 10px;
    margin: 0 auto;
    transition: .2s all;
    margin: 10px;
}

.single-service-item:hover {
    transform: scale(1.05);
}

.single-service-wrap {
    text-align: center;
    margin-top: 20px;
}

.single-service-wrap img {
    width: 70px;
    height: 73px;
}

.card-service-content h3 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140.02%;
    text-align: center;
    text-transform: capitalize;
    color: #0F205C;
}


/* add hero section style start */

.hero-section-row-wrapping {
    padding-bottom: 50px;
    background-image: url("{{ URL::asset('images/hero/Pink Color.png') }}");
}

.hero-right-section-wrap {
    position: relative;
    padding-top: 80px!important;
}

.right-box-absolute {
    position: absolute;
    text-align: center;
    color: #fff;
    background-color: #F2623F;
    border-radius: 9px;
    padding: 10px 15px;
    right: 395px;
    top: 329px;
}

.right-box-absolute h2{
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.right-box-absolute h2 span{
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #FFFFFF;
}

/* We serve industry section style */

.col-md-2 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.we-serve-industry-section-custom {
    background-color: #F3F2F2;
    padding: 80px 0px;
}

.we-serve-title-wrapping {
    text-align: center;
    padding-bottom: 20px;
}

.we-serve-title-wrapping h2{
    color: #1F2964;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 124%;
    letter-spacing: -0.035em;
    text-transform: capitalize;
    
}

.we-serve-title-wrapping h2 span {
	background-image: linear-gradient(-225deg,
			#F2623F 0%,
			#F2623F 29%,
			#1148d7 67%,
			#F2623F 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #F2623F;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textanim 2s linear infinite;
	display: inline-block;
}

@keyframes textanim {
	to {
		background-position: 200% center;
	}
}


.we-serve-title-wrapping p {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1F2965;
    padding: 0px;
    margin: 0px;
}


.single-we-serve-item {
    width: auto;
    height: 180px;
    max-height: 220px;
    background: #FFFFFF;
    padding: 10px;
    margin: 0 auto;
    transition: .2s all;
    margin: 10px;
}

.single-we-serve-item:hover {
    transform: scale(1.08);
}

.single-we-serve-wrap {
    text-align: center;
    padding: 5px;
}

.single-we-serve-wrap img {
    width: 89px;
    height: 82px;
}

.card-we-serve-content h3 {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #0F205C;
    padding-top: 15px;
}


/* Our global client section style */

.our-global-client-section-image {
    text-align: center;
    margin-top: -100px;
}

.our-global-client-section-image  img {
    width: 100%;
}

@media screen and (min-device-width: 220px) and (max-device-width: 768px) { 
    .our-global-client-section-image {
        margin-top: -50px;
    }
}


/* customer feedback styling code */

.our-customer-feedback-section-custom {
    background-color: #F3F2F2;
    padding: 60px 0px;
}

.customer-feedback-wrapper {
    margin-top: 30px;
}

.customer-feedback-images-wrap {
    vertical-align: middle;
}

.customer-feedback-images-wrap img {
    width: 442px;
    height: 295px;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 16px;
}

.customer-feedback-content-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 280px;
}

.customer-feedback-content-child h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #F2623F;
    margin: 0px!important;
}

.customer-feedback-content-child span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #0F205C;
    padding-bottom: 20px;
}

.devide-details-content-review {
    width: 50%;
    height: 2px;
    background-color:#DCDCDC;
    margin: 15px 0px;
}


.customer-feedback-content-child p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 193.02%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #424242;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f2623e!important;
}

@media screen and (min-device-width: 220px) and (max-device-width: 768px) { 
    .customer-feedback-content-child h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: left;
        letter-spacing: 0.025em;
        text-transform: capitalize;
        color: #F2623F;
        margin-top: 20px!important;
    }
}

/* our happy client section style */
.our-heppy-client-section-custom {
    background-color: #fff;
    padding: 60px 0px;
}

/* header style custom design */



/* our happy client section style */

.our-happy-client-section-inner-wrap {
    text-align: center;
}

.happy-client-child-inner {
    display: inline;
    text-align: center;
}

.happy-client-child-inner img {
    padding: 0px 15px;
    width: 130px;
    height: auto;
}


/* Technology we used  */
.technology-we-use-custom-wrap {
    background-color: #F3F2F2;
    padding: 80px 0px;
}