/*
	Theme Name: Ionic IT Child
	Description: Custom Theme For Ionic IT
	template: ionicit
	Version: 1.0.1
	Author: Developerr
*/

.child-theme h1:not(.box-header), .child-theme.success-stories .top-section-content h1 {
	font-family: "DM Sans";
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
}

.child-theme h2 {
	font-family: "DM Sans";
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
}

.child-theme h3 {
	font-family: "DM Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
}

.child-theme p:not(.headline, .leading, .footer-widget p,  .footer-copyright p, .solution-item-content p) {
	font-family: "DM Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.cs-ss-item-image:after {
	display: none;
}

.cs-ss-item-wrap {
    min-height: 21em !important;
}

.cs-intro-text, .cs-ss-item-text, .cs-title-center-wrapper {
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    color: #000 !important;
    padding: 0rem !important;
    text-align: left !important;
    display: block !important;
    font-size: 1.6rem;
    font-weight: 700;
    z-index: 3;
    box-sizing: border-box;
    height: auto !important;
    width: auto !important;
}

.cs-section-custom .cs-ss-row {
    /*display: block;*/
}

.cs-section-custom .cs-ss-item-wrap {
    min-height: unset;
    box-shadow: none;
    border-radius: 0px;
}

.cs-section-custom .cs-ss-item {
    color: #000;
    display: block;
    position: relative;
    height: 21em;
    transition: all 0.2s linear;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1em;
}

.white-text {
	color: #ffffff;
}

.black-text, .black-text a {
	color: #000000;
}

.black-background {
	background-color: #0b0c1b;
}

.cs-section {
	padding-top: 8em;
	padding-bottom: 6em;
}

ul.services-list {
    list-style-type: none;
    padding: 0px;
}

ul.services-list li {
   display: inline-block;
   margin: 0px;
}

ul.services-list li a  {
	color: #ffffff;
	border-radius: 4px;
	border: 1px solid #D73389;
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

ul.services-list li a:hover {
    background-color: #D73389;
}

.single-success-story .top-section-content-wrap .cs-ss-item-category {
    position: static;
    display: inline-block;
    margin-bottom: 1.6rem;
}

.rounded-corners {
    border-radius: 0.83rem;
    overflow: hidden;
}

.grey-background {
	background: #f3f3f3;
}

.text-center {
	text-align: center;
}

.margin-bottom, h1.margin-bottom:last-child, h2.margin-bottom:last-child, h3.margin-bottom:last-child, h4.margin-bottom:last-child, h5.margin-bottom:last-child {
	margin-bottom: 50px;
}

.margin-bottom-medium, h1.margin-bottom-medium:last-child, h2.margin-bottom-medium:last-child, h3.margin-bottom-medium:last-child, h4.margin-bottom-medium:last-child, h5.margin-bottom-medium:last-child {
	margin-bottom: 1em;
}

.icon-outer {
    border-radius: 8px;
    background: #F4F3FF;
    padding: 3rem;
    align-items: center;
    margin-bottom: 2rem;
}
.icon-inner {
	align-items: center;
}

.test-outer {
	border-radius: 8px;
	background: linear-gradient(180deg, #3B3B60 0%, #090C1B 100%);
	padding: 3rem;
}

.quote-image {
    width: 15rem;
    height: 15rem;
    overflow: hidden;
    border-radius: 7.5rem;
}

.quote-image img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.testimonial-quote {
    padding-left: 3rem;
    border-left: solid 1px #ffffff;
}

.single-success-story .cs-ss-item-wrap, .aligned-new-section .cs-ss-item-wrap {
    flex: 1 1 calc(33.33% - 3rem);
}

section.custom-header {
    min-height: 60vh;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding-top: 180px;
    padding-bottom: 180px;
}

.box-header {
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #D73389;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    padding: 10px 20px;
    margin-bottom: 4rem;
}

.headline {
    font-size: 72px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 4rem;
}

@media screen and (max-width: 600px) {
	.headline {
		font-size: 2.4em;
	}

	section.custom-header {
		background: #1A1435;
		background: -webkit-linear-gradient(342deg, rgba(26, 20, 53, 1) 58%, rgba(93, 31, 83, 1) 100%);
		background: -moz-linear-gradient(342deg, rgba(26, 20, 53, 1) 58%, rgba(93, 31, 83, 1) 100%);
		background: linear-gradient(342deg, rgba(26, 20, 53, 1) 58%, rgba(93, 31, 83, 1) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A1435", endColorstr="#5D1F53", GradientType=0);
	}
}

.leading {
	font-size: 18px;
}

span.section-image {
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.services-slider span.section-image {
    width: 483px;
    height: 398px;
}

.services-slider span.section-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right center;
}

span.section-icon {
    width: 74px;
    height: 74px;
    display: block;
}

span.section-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.columns-image {
	height: 300px;
}

.columns-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.lb-sect {
	background-color: #F2F7FF;
}

span.approach-box-number {
    background: #C93289;
    background: linear-gradient(90deg, rgba(201, 50, 137, 1) 0%, rgba(110, 48, 137, 1) 58%, rgba(38, 71, 152, 1) 100%);
    width: 50px;
    height: 50px;
    display: inline-flex;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.approach-box {
	background: #F2F7FF;
	background: linear-gradient(180deg, rgba(242, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 58%);
	border-radius: 8px;
	padding: 50px 7px;
}

.slider-button-prev.services-button-prev, .slider-button-next.services-button-next {
    position: relative;
    margin: 0px;
    top: auto;
    background-image: url('assets/img/icon/btn-right-pink.svg');
    display: inline-block;
    width: 40px;
}

.row.single-service-slide {
    align-items: center;
}

@media screen and (max-width:600px) {
    .services-slider span.section-image {
        width: 100%;
        height: 250px;
        margin-top: 50px;
    }

    span.section-icon {
        margin-top: 50px;
    }
}

.dropdown-menu .dg-sect {
    padding-top: 0px !important;
}

.child-theme .page-nav ul {
    display: inline-flex;
}

.child-theme .page-nav {
    text-align: center;
}

.child-theme .footer-acc {
    width: auto;
}

.child-theme .footer-accreditations {
    padding-top: 2rem;
    width: 100%;
    padding-bottom: 2rem;
}

.child-theme .solution-item-content p {
    font-size: 16px;
    line-height: 2rem;
}

.child-theme .dropdown-menu-row.dg-sect {
    max-height: calc(100vh - 136px);
    overflow-y: scroll;
}

.child-theme .dropdown-menu-row.dg-sect .solution-item {
    padding: 3.2rem 3.0rem;
}

@media screen and (max-width: 800px) {
    .child-theme .footer-widget {
        width: 100%;
    }

    .child-theme .top-section .top-section-inner {
        text-align: left;
    }

    .child-theme .top-section-bg {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        right: auto;
        left: 0px;
        position: absolute;
        top: auto;
        width: 100%;
        bottom: 0px;
    }

    .child-theme .top-section:not(.fullwidth-img) .top-section-inner {
        background: linear-gradient(0deg, transparent, rgba(2, 5, 22, 0.1) 10%, #040719 58%, #07091D 100%);
        padding-bottom: 200px;
    }

    .child-theme .cs-section {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .child-theme .cs-section .col, .child-theme .cs-section div[class^="col-"] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .child-theme h3.sol-title.text-center.margin-bottom {
        text-align: left;
        margin-bottom: 1rem;
    }

    .child-theme .icon-outer {
        padding: 1rem;
    }

    .child-theme .icon-outer div[class^="col-"] {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .testimonial-quote {
        padding-left: 0rem;
        border-top: solid 1px #ffffff;
        border-left: none;
        padding-top: 1rem;
    }

    .single-success-story .cs-ss-item-wrap, .aligned-new-section .cs-ss-item-wrap, .child-theme .cs-ss-item-wrap {
        flex: 1 1 100%;
    }

    span.section-image {
        margin-top: 3rem;
    }

    .row.single-service-slide .section-image {
        display: none;
    }

    .row.single-service-slide {
        text-align: center;
    }

    span.section-icon {
    display: inline-block;
    }

    .services-slider-navigation {
        text-align: center;
    }

    section.custom-header {
        display: flex;
        align-items: center;
        color: #ffffff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
        padding-top: 14rem;
        padding-bottom: 4rem;
    }

    .child-theme .top-section-content h1, .child-theme.success-stories .top-section-content h1  {
        font-size: 36px;
    }

    .child-theme .top-section-inner {
        min-height: 50vh;
    }

    .child-theme .top-section-content-wrap {
    padding: 5rem 0 3rem;
    }

    .margin-bottom, h1.margin-bottom:last-child, h2.margin-bottom:last-child, h3.margin-bottom:last-child, h4.margin-bottom:last-child, h5.margin-bottom:last-child {
        margin-bottom: 0px;
    }

    .icon-outer {
        margin-bottom: 0rem;
    }

    .child-theme h2 {
    font-size: 32px;
    }
}