/*
Author: Farzan
*/
:root {
    --font-family: "Comme", sans-serif;
    --blue: #182b49;
    --orange: #ee703c;
}

.new-home {
	display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-top: 25px;
    padding-top: clamp(0rem, -0.71rem + 1.894vw, 1.563rem);
    padding-bottom: 130px;
    padding-bottom: clamp(0rem, -3.693rem + 9.848vw, 8.125rem);
}
.text-block > .vc_column-inner {
    max-width: 600px;
    padding-left: 10px !important;
}
.text-block .boc_heading {
	color: var(--blue);
    font-size: 56px;
    font-size: clamp(1.875rem, 1.136rem + 1.97vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: clamp(1.25rem, 0.114rem + 3.03vw, 3.75rem);
}
.text-block .wpb_text_column {
	padding-bottom: clamp(1.25rem, 0.114rem + 3.03vw, 3.75rem);
    margin-bottom: 0;
}
.image-block .wpb_single_image img {
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 625px;
    object-fit: fill;
}
.btn_theme_color {
	font-size: clamp(1.125rem, 0.955rem + 0.455vw, 1.5rem) !important;
    text-transform: none !important;
    padding: clamp(0.938rem, 0.653rem + 0.758vw, 1.563rem) !important;
    border-radius: 8px !important;
}
.btn_theme_color.btn-right {
	background-color: #3c689e;
    margin-right: 5px;
}
.btn_theme_color.btn-right,
.btn_theme_color.btn-left {
    color: #fff;
}

.partners-block {
	padding-top: clamp(2.5rem, 1.08rem + 3.788vw, 5.625rem);
}
.boc_heading.h2  {
	font-size: clamp(2rem, 1.773rem + 0.606vw, 2.5rem);
    font-weight: 800;
}

.color-list {
    background: #fff;
    padding: clamp(2.5rem, 1.364rem + 3.03vw, 5rem) clamp(1.25rem, 0.682rem + 1.515vw, 2.5rem);
    margin-bottom: clamp(2.5rem, 0.795rem + 4.545vw, 6.25rem) !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.color-list ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    list-style-type: none;
    height: 140px;
}
.color-list ul li {
    width: 50%;
    margin-bottom: 0;
    padding-left: 100px;
    position: relative;
    font-size: 25px;
    line-height: 1;
}
.color-list ul li::before {
	content: '';
	width: 60px;
    height: 60px;
    background: #3c689e;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 8px;
    transform: translate(0px, -50%);
}
.color-list ul li:nth-child(2)::before {
	background-color: #3f306e;
}
.color-list ul li:nth-child(3)::before {
	background-color: #fabd40;
}
.color-list ul li:nth-child(4)::before {
	background-color: #ee703c;
}
.color-list .boc_heading  {
	font-size: 56px;
    font-size: clamp(1.875rem, 1.136rem + 1.97vw, 3.5rem);
    font-weight: 800;
	line-height: 1.2;
    max-width: 500px;
    margin-bottom: 0 !important;
}

.blog-block {
    padding-top: 50px;
    padding-top: clamp(0rem, -1.42rem + 3.788vw, 3.125rem);
    padding-bottom: 100px;
    padding-bottom: clamp(2.188rem, 0.341rem + 4.924vw, 6.25rem);
    margin-bottom: 0;
}
.blog-block .vc_column_container .vc_column-inner  {
    padding-top: 60px !important;
    padding-top: clamp(0.313rem, -1.25rem + 4.167vw, 3.75rem) !important;
    padding-left: clamp(0.938rem, 0.227rem + 1.894vw, 2.5rem);
    padding-right: clamp(0.938rem, 0.227rem + 1.894vw, 2.5rem);
    padding-bottom: 60px;
    padding-bottom: clamp(2.5rem, 1.932rem + 1.515vw, 3.75rem);
    border-radius: 10px;
}
.blog-block .testimonial-block.vc_column_container .vc_column-inner {
    padding-bottom: 120px;
}
.latest-blogs {
    padding-right: clamp(0rem, -1.705rem + 4.545vw, 3.75rem);
}
.latest-blog {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}
.latest-blog span {
    text-transform: lowercase;
    font-size: 18px;
    color: var(--blue);
}
.post_content .latest-blog a {
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 8px;
    color: var(--blue);
}
.post_content .latest-blog a:hover {
    color: var(--orange);
}
.latest-blog p {
    color: var(--blue);
}
.post_content a.more-blogs-link {
    color: var(--orange) !important;
    font-weight: 800;
}
.post_content a.more-blogs-link:hover {
    color: var(--blue) !important;
}
.testimonial-fs {
    color: #fff;
}
.testimonial-block .boc_heading.h2 {
    margin-bottom: 40px;
}
.testimonial-fs__heading {
    display: flex;
    flex-direction: column;
}
.testimonial-fs__wrap p {
    margin-bottom: 50px;
}
.testimonial-fs__title {
    font-weight: 800;
}
.arrows-fs {
    position: absolute;
    bottom: -90px;
    left: 0;
    right: auto;
    background: transparent;
    margin-bottom: 0;
    font-size: 24px;
}
.slick-next.arrows-fs {
    right: 0;
    left: auto;
}
.arrows-fs:hover {
    background: var(--blue);
}

.round-floating-btn p,
.round-floating-btn a {
    position: absolute;
    top: 50%;
    right: 90px;
    background: #fabd40;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding: 5px;
}
.round-floating-btn a strong {
    font-size: 22px;
}
.image-block {
    max-width: 996px;
}