body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
nav.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 5px 0;
}
.navbar-brand img {
    max-height: 75px;
}
nav.navbar .navbar-nav.gap-4 {
    gap: 2.5rem !important;
}
.navbar li.nav-item .nav-link {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s !important;
    padding: 5px 0px;
}
.navbar li.nav-item .nav-link:hover, .navbar li.nav-item .nav-link.active {
    color: #f6921e;
	background-size: 100% 2px;
}
.top-header {
    padding: 10px 0px;
    background-color: #f6921e;
}
.header-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 50px;
}
.header-info ul li {
    display: inline-flex;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    align-items: center;
    gap: 8px;
}
.header-info ul li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
}
.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
	list-style: none;
	gap: 12px;
}
.social-icon ul li a {
    display: block;
}
.social-icon ul li i {
    color: #050a1e;
    display: inline-block;
    font-size: 13.5px;
    transition: 0.5s;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
}
.social-icon ul li i:hover {
    background-color: #26a9e0;
    color: #fff;
}
/* Hero Section */
.banner_sec {
    background: url(../images/banner.jpg) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    padding: 115px 0;
}
.banner_sec:before {
    content: '';
    background: rgb(0 0 0 / 55%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.banner_sec .container {
    z-index: 2;
}
.banner_info {
    max-width: 1055px;
    margin: 0 auto;
    text-align: center;
}
.banner_sec h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.banner_sec h2 {
    font-size: 62px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 12px;
}
.banner_sec h2 span {
    color: #f6921e;
}
.banner_sec p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.btns .btn.custom_btn {
    min-width: 180px;
}
.btn.custom_btn {
    background: #26a9e0;
    text-decoration: none;
    padding: 10px 32px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    transition: 0.5s;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: none;
}
.solutek-hover-btn {
    background-color: #f69321;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5sease 0s;
    width: 25%;
    z-index: -1;
}
.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 30px 0 0px 30px;
}
.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 30px 30px 0;
}
.btn.custom_btn:hover .solutek-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn.custom_btn.primary {
    background: #f69321;
}
.btn.custom_btn.primary .solutek-hover-btn {
    background: #26a9e0;
}
.partners-section {
    background: #ffffff;
    padding: 65px 0;
}
.partners-section h2 {
    line-height: 1.3;
    font-size: 36px;
    font-weight: 600;
}
.partners-carousel .item {
    text-align: center;
    padding: 15px;
}
.partners-carousel .item img {
    max-width: 150px;
    height: auto;
    transition: 0.3s;
}
.partners-carousel .item img:hover {
    transform: scale(1.1);
}
.partners-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: #f6921e;
    margin: 0 4px;
	opacity: 0.45;
}
.partners-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}
.partners-section .owl-dots {
    display: none;
}
.web_dev_sec {
    background: #f8f9fa;
    padding: 65px 0;
    overflow: hidden;
}
.service-content .icon {
    margin-bottom: 20px;
}
.service-content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #080a3c;
}
.service-content p {
    margin-bottom: 25px;
    max-width: 540px;
    color: #545454;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 15px;
}
.service-content .row.gx-3 {
    margin-bottom: -16px;
}
.feature-box {
    color: #4a6f8a;
    background-color: #ffffff;
    border: 1px solid #f2effc;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    box-shadow: 0px 2px 4px 0px rgb(12 0 46 / 4%);
    border-radius: 30px;
    font-size: 15px;
    padding: 12px 22px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
}
.feature-box i {
    margin-right: 3px;
    position: relative;
    top: 1px;
    color: #f6921e;
}
.feature-box:hover {
    color: #ffffff;
    background-color: #f6921e;
    padding-left: 25px;
}
.feature-box:hover i {
    color: #ffffff;
}
.service_img {
	position: relative;
}
.web_dev_sec.gray_bg {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.web_dev_sec.gray_bg::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    width: 35%;
    height: 215%;
    z-index: 0;
    -webkit-transform: skewY(66deg);
    transform: skewY(66deg);
    width: 45%;
    background-color: #26a9e0;
}
.sservice-area {
    position: relative;
    z-index: 1;
    background: rgb(244, 244, 244);
    padding: 60px 0px;
    overflow: hidden;
}
.section-title {
    margin-bottom: 40px;
}
.section-main-title {
    font-size: 42px;
    line-height: 52px;
    color: rgb(5, 10, 30);
    font-weight: 600;
    margin: 0px;
}
.section-main-title span {
    display: inline-block;
	color: #f6921e;
}
.service-single-box {
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    padding: 35px 30px 32px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.service-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    clip-path: polygon(50% 0px, 50% 0px, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    background: url(../images/service6.png) center center / cover no-repeat;
    background-position: center center;
    transition: 0.4s;
	filter: invert(1);
}
.service-single-box:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.service-icon {
    margin-bottom: 33px;
}
.service-single-box:hover .service-icon img {
    filter: brightness(0) invert(1);
}
.service-title {
    font-size: 22px;
    color: rgb(5, 10, 30);
    font-weight: 600;
    cursor: pointer;
    margin: 0px;
    transition: 0.5s;
}
.service-single-box:hover .service-title, .service-single-box:hover .service-text {
    color: rgb(255, 255, 255);
}
.service-text {
    margin: 0px;
    padding: 11px 0px 32px;
    transition: 0.5s;
}
.service-btn a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-decoration: none;
}
.service-btn i {
    display: inline-block;
    color: #26a9e0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-right: 11px;
    background: rgb(244, 244, 244);
    border-radius: 50%;
    transition: 0.5s;
}
.section-sub-title {
    font-size: 15px;
    color: #0799d7;
    font-weight: 600;
    position: relative;
    margin-bottom: 6px;
    line-height: 21px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.4px;
}
.project-area {
    padding: 65px 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.project-single-box {
    margin-bottom: 30px;
}
.project-single-box .project-thumb {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    position: relative;
    max-height: 345px;
}
.project-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(255, 60, 0, 0) 50%, rgb(45 45 45) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    right: 0;
    transition: 0.5s;
    top: 0;
}
.project-content {
    background: #fff;
    padding: 13px 15px 18px;
    text-align: center;
    border-radius: 0 0 15px 15px;
}
.project-title {
    margin: 0;
    line-height: 28px;
}
.project-title a {
    display: inline-block;
    font-size: 20px;
    color: #171a2b;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 12px;
}
.project-text {
    display: inline-block;
    border-radius: 20px;
    background-color: #050a1e;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 400;
    font-size: 11.75px;
    padding: 3px 15px;
    position: relative;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}
.project-text::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ff3b00;
    left: 0;
    top: 0;
    z-index: -12;
    border-radius: 20px;
    transform: scale(0);
    transition: 0.5s;
}
.project-text:hover::before {
    transform: scale(1);
}
.project-area .owl-dots {
    text-align: center;
    padding-top: 10px;
}
.project-area .project_list .owl-dot, .project-area .project_list .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin-right: 26px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.project-area .owl-dot::before, .owl-dot.active::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px dashed #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}
.project-area .owl-dot.active .owl-dot::before, .owl-dot.active::before {
    border: 1px dashed #fff !important;
}
.project-area .project_list .owl-dot.active {
    background: #ff3b00;
    line-height: 10px;
}
.project-area .row.carousel {
    margin-bottom: -250px;
    z-index: 9;
}
.fun-fact-section {
    position: relative;
    padding: 335px 0 60px;
    background: #05091d;
}
.fun-fact-section .fact-counter {
    max-width: 1020px;
    margin: 0 auto;
}
.counter-block {
    position: relative;
    margin-bottom: 25px;
}
.counter-block .inner {
    position: relative;
    text-align: center;
}
.counter-block .inner:before {
    position: absolute;
    right: -12px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #b6b3c2;
    opacity: .2;
    content: "";
}
.counter-block:last-child .inner:before {
	display: none;
}
.counter-block .icon-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 92px;
    width: 92px;
    font-size: 45px;
    color: #fff;
    background-color: #f69321;
    border-radius: 50%;
    margin: 0 auto 15px;
}
.counter-block .icon-box:Before {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: #efedf8;
    opacity: .1;
    content: "";
    border-radius: 50%;
}
.counter-block .icon-box i {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3sease;
}
.counter-block .count-box {
    position: relative;
    display: block;
    font-size: 52px;
    font-weight: bold;
    line-height: 1em;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
.counter-block .counter-title {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.counter-block .inner:hover .icon-box i {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: auto;
    bottom: 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-pattern {
    background-image: url(../images/pattern.jpg);
}

.growth_sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
}
.growth_sec .content {
    max-width: 775px;
    margin: 0 auto;
    text-align: center;
	z-index: 1;
}
.growth_sec h2 {
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}
.growth_sec p {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
}
.testi-single-box {
    text-align: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 20px;
    padding: 36px 25px 30px;
}
.testi-icon img {
    display: inline-block !important;
    width: auto !important;
}
p.testi-text {
    color: #050a1e;
    opacity: 0.85;
    position: relative;
    z-index: 1;
    padding: 30px 0px 25px;
    margin: 0px;
}
p.testi-text::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0px;
    background: rgb(41 44 59 / 35%);
}
ul.testi-rating {
    padding: 20px 0px 5px;
}
ul.testi-rating li {
    display: inline-block;
    list-style: none;
}
ul.testi-rating li i {
    display: inline-block;
    color: rgb(255, 198, 0);
    font-size: 15px;
    margin: 0px 4px;
}
h3.testi-title {
    font-size: 18px;
    line-height: 26px;
    color: #050a1e;
    font-weight: 600;
    margin: 0px;
}
h3.testi-title span {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #f6921e;
    font-weight: 500;
    margin-left: 14px;
}
.testi-author {
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.testi-author img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.testi-author::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    right: -31%;
    background: url(../images/testi7.png) center center no-repeat;
    background-position: center center;
	filter: invert(1);
	opacity: 0.75;
}
.testi-author::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: -31%;
	background: url(../images/testi8.png) center center no-repeat;
    background-position: center center;
	filter: invert(1);
	opacity: 0.75;
}
.main_footer {
    background: #08090b;
	padding: 50px 0px 45px;
}
.main_footer h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.main_footer ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
}
.main_footer ul.list-unstyled li {
    width: 48%;
    text-align: left;
}
.main_footer a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}
.main_footer p {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 15px;
}
.contact_info p a {
    display: flex;
    align-items: center;
    gap: 8px;
    word-break: break-word;
}
.contact_info p .fas {
    min-width: 16px;
}
.main_footer .logo {
    margin-bottom: 18px;
    display: inline-block;
}
.main_footer .logo img {
    max-height: 75px;
}
.main_footer .social-icon ul {
    justify-content: flex-start;
	gap: 18px;
}
.main_footer .social-icon i {
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
}
.main_footer .social-icon a:hover i{
    color: #f6921e;
    background: transparent;
}
.copyright {
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding: 18px 10px;
    background: #08090b;
    color: #fff;
    font-size: 13px;
}
.sub_banner {
    position: relative;
    padding: 95px 0px;
    min-height: 315px;
    display: flex;
    align-items: center;
}

.service_bg{
	background: url(../images/banner_4.jpg) center / cover no-repeat;
}
.success_bg{
	background: url(../images/banner_1.jpg) center / cover no-repeat;
}
.gallery_bg{
	background: url(../images/gallery_bg.png) center / cover no-repeat;
}
.contact_bg{
	background: url(../images/contact_bg.png) center / cover no-repeat;
}
.saas_bg{
	background: url(../images/banner_7.jpg) center / cover no-repeat;
}
.web_bg{
	background: url(../images/banner_6.jpg) center / cover no-repeat;
}
.ui_ux_bg{
	background: url(../images/banner_5.jpg) center / cover no-repeat;
}
.cms_bg{
	background: url(../images/banner_2.jpg) center / cover no-repeat;
}
.database_bg{
	background: url(../images/banner_3.jpg) center / cover no-repeat;
}
.app_bg{
	background: url(../images/banner_9.jpg) center / cover no-repeat;
}
.blog_bg{
	background: url(../images/banner_8.jpg) center / cover no-repeat;
}
.sub_banner:before {
    content: '';
    background: rgb(0 0 0 / 62%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sub_banner h2 {
    font-size: 54px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin: 0 0 18px;
    letter-spacing: 1px;
}
.sub_banner p {
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.55;
	color: #ffffff;
	font-weight: 300;
}
.about-us-list {
    margin: -8px 0 30px;
}
.about-us-list ul {
    padding: 0;
    margin: 0;
}
.about-us-list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.about-us-list ul li::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #f69321;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.about-us-list ul li span {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #050a1e;
    font-weight: 300;
    margin-left: 25px;
}
.single-counter-box {
    background-color: #f4f4f4;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    right: 65px;
    bottom: -10px;
    padding: 50px 25px 15px;
}
.counter-icon img {
    max-width: 60px;
}
.counter-icon {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
}
.counter-content h4, .counter-content span {
    display: inline-block;
    font-size: 36px;
    line-height: 28px;
    color: #f6921e;
    font-weight: 600;
    margin: 0;
}
.counter-content p {
    font-size: 14px;
    text-transform: uppercase;
    color: #7a7a7a;
    margin: 0;
    font-weight: 500;
}
.about_sec .service_img img {
    max-height: 525px;
}
.about_sec .service_img {
    text-align: right;
}
.partners-section .service-content p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.partners-section .count-box, .partners-section .counter-title {
    color: #212529;
}
.border-t {
    border-top: 2px solid #f4f4f4;
}
.project_info .project-single-box {
    margin-bottom: 0;
}
.contact-details {
    padding: 60px 0 55px;
}
.form-control {
    height: calc(27px + 2.25rem);
    background-color: rgb(244, 245, 248);
    color: rgb(104, 106, 111);
    font-size: 15px;
    width: 100%;
    padding: 14px 24px;
    outline: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(244, 245, 248);
    border-image: initial;
}
.form-control:focus {
    color: rgb(33, 37, 41);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(134, 183, 254);
    outline: 0px;
}
textarea.form-control {
    height: auto;
}
.section-title .text {
    margin-top: 30px;
	color: #6f7174;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}
.contact-details__info {
    position: relative;
    display: block;
    margin-top: 41px;
}
.contact-details__info li {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.contact-details__info li .icon {
    height: 62px;
    width: 62px;
    min-width: 62px;
    background-color: #18191c;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: 0.5s;
}
.contact-details__info li .icon i {
    color: #fff;
    font-size: 25px;
    transition: 0.5s;
}
.contact-details__info li .icon .fa-phone {
    transform: rotate(90deg);
}
.contact-details__info li:hover .icon i {
    color: #fff;
}
.contact-details__info li:hover .icon {
    background-color: #f69321;
}
.contact-details__info li .text {
    margin-left: 22px;
}
.contact-details__info li + li {
    margin-top: 22px;
}
.contact-details__info h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4rem;
    margin-bottom: 5px;
}
.contact-details__info li .text a {
    font-size: 16px;
    transition: 0.5s;
    color: #18191c;
    text-decoration: none;
}

.gallery_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	align-items: center;
}
.gallery_main .card {
    color: #252a32;
    border-radius: 0;
    background: #ffffff;
    border: 2px solid #fff;
}
.gallery_main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
    overflow: hidden;
}
.gallery_main .card-image img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.gallery_main .card-image:hover img{
	transform: scale(1.05);
}
.gallery_main .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.gallery_main .card-image:hover .overlay {
	opacity: 1;
}
.gallery_main .section-title {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.sc_blogger_item_body {
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 20px rgb(8 3 55 / 3%);
    -ms-box-shadow: 0 3px 20px rgb(8 3 55 / 3%);
    box-shadow: 0 3px 20px rgb(8 3 55 / 3%);
    border-radius: 15px;
    overflow: hidden;
}
.bg_gray {
	background: #f9faff !important;
}
.sc_blogger_item_body .post_featured {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	overflow: hidden;
}
.sc_blogger_item_body .post_featured img {
	will-change: transform;
    -webkit-transition: -webkit-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    transform: scale(1.01, 1.01);
	position: relative;
    z-index: 2;
	min-width: 100%;
    height: auto;
}
.sc_blogger_item_body:hover .post_featured img{
	-webkit-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
    transform: scale(1.07, 1.07);
}
.sc_blogger_item_body a {
    text-decoration: none;
}
.sc_blogger_item_body .sc_blogger_item_content {
    padding: 35px 25px 25px;
    position: relative;
    z-index: 9;
}
.sc_blogger_item_body .sc_blogger_item_content .post_meta_date {
    margin: 0;
    text-align: right;
    position: absolute;
    right: 30px;
    top: -42px;
    width: auto;
    z-index: 9999;
    padding: 0;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}
.sc_blogger_item_body .sc_blogger_item_content .post_meta_date .post_date {
    width: auto;
    min-width: 75px;
    max-width: 100px;
    padding: 17px 15px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #080337;
    color: #fff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.sc_blogger_item_body .sc_blogger_item_content .post_meta_date b {
    margin-top: -5px;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.sc_blogger_item_body .post_meta {
    margin: 0 0 0.7em 0;
    color: #a0a4b4;
}
.sc_blogger_item_body .post_meta .post_meta_item.post_categories {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #080337;
}
.sc_blogger_item_body .post_meta .post_meta_item {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
	font-size: 12px;
}
.post_meta .post_categories:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: baseline;
    font-size: 5px;
    font-weight: 600;
    margin: 0 8px 0 12px;
    color: #a0a4b4;
}
.post_meta .post_meta_item .post_meta_number + .post_meta_label {
    margin-left: 0.3em;
}
.sc_blogger_item_body .sc_blogger_item_title {
    font-size: 22px;
    line-height: 1.2em;
	margin: 0px;
	color: #080337;
}
.sc_blogger_item_body .sc_blogger_item_content .post_meta_date span {
    color: inherit;
    text-decoration: none;
    display: block;
    margin-bottom: -2px;
}
.blog_sec .sc_blogger_item_body .sc_blogger_item_content {
    padding: 18px 0px 8px;
}
.blog_sec .sc_blogger_item_body {
    background: transparent;
    box-shadow: none;
}
.blog_sec .sc_blogger_item_body .post_featured {
    border-radius: 15px;
}
.post_meta.post_meta_other {
    margin: 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post_meta_other .post_author {
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    font-weight: 600;
    font-size: 13px;
}
.post_meta_item.post_author {
    display: flex;
    align-items: center;
}
.post_meta_item.post_date {
    color: #838692;
    font-size: 14px;
}
.post_meta_item.post_author:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: baseline;
    font-size: 5px;
    font-weight: 600;
    margin: 0 8px 0 12px;
    color: #a0a4b4;
}
.blog_details .container {
    max-width: 875px;
}
.blog_details p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
}
.blog_details p:last-child {
    margin-bottom: 5px;
}
.portfolios_middle-section {
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}
.head_box {
    margin-bottom: 30px;
}
.head_box p {
    max-width: 925px;
    margin: 0 auto;
	color: #525252;
}
.white_box_row {
    row-gap: 25px;
}
.white_box {
    background: #fff;
    padding: 15px 30px !important;
    min-height: 65px;
    height: 175px;
    box-shadow: 0px 0px 12px rgb(206 206 206 / 25%);
    display: flex;
    gap: 10px;
    transition: 0.3s ease-in;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
	border: 1px solid #ededed;
}
.white_box:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-in;
}
.inner-white-box img {
    width: 88px;
}
.white_box h3 {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    text-transform: capitalize;
    width: 80%;
    padding: 0px;
}
.design-service-content a {
    text-decoration: none;
}
[data-aos=fade-left] {
    transform: translate3d(300px, 0, 0);
}
[data-aos=fade-right] {
    transform: translate3d(-300px, 0, 0);
}
[data-aos=fade-up] {
    transform: translate3d(0, 150px, 0);
}
[data-aos=fade-down] {
    transform: translate3d(0, -150px, 0);
}
.video_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    right: 0;
}
.noomm__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.project_info .project-content {
    text-align: left;
}
.project-content p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    margin-bottom: 12px;
}
.project_info .project-title a {
    margin-bottom: 7px;
}
.project-single-box.project_info .project-thumb {
    max-height: 315px;
}
.we_are_sec .section-main-title {
    max-width: 480px;
    margin-bottom: 25px;
}
.we_are_sec .section-title {
    margin-bottom: 35px;
}
.we_are_sec .sc_skills_item_title {
    font-size: 18px;
    font-weight: 500;
    color: #080337;
    margin-bottom: 10px;
}
.we_are_sec .sc_skills_digits {
    font-size: 45px;
    font-weight: 600;
    color: #26a9e0;
    line-height: 42px;
    display: block;
}
.why-choose-us {
    position: relative;
    background-color: rgb(242, 243, 246);
    padding: 60px 0;
}
.why-choose-us .section-title {
    max-width: 525px;
}
.why-choose-us .info-box {
    position: relative;
    margin-bottom: 32px;
}
.inner-column > .row {
    margin-bottom: -32px;
}
.why-choose-us .info-box .inner {
    position: relative;
}
.why-choose-us .info-box .title-box {
    position: relative;
    padding-left: 88px;
    min-height: 70px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 12px;
}
.why-choose-us .info-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    color: #f6921e;
    font-size: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}
.why-choose-us .info-box .inner:hover .icon {
    background-color: #18191c;
    color: #f6921e;
}
.why-choose-us .info-box .text {
    line-height: 25px;
    margin-bottom: 0px;
    font-size: 15px;
}
.info-box h5.title {
    font-weight: 600;
}
.max_w_950 {
	max-width: 950px;
}
.service-card {
	border: none;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 6px 30px rgba(0,0,0,0.15);
}
.service-card .card-text, .service-box p, .glass-card .card-text{
    font-size: 14px;
    margin-bottom: 5px;
}
.service-icon {
	font-size: 2.5rem;
	color: #f79422;
	margin-bottom: 15px;
}
.highlight-section {
	background-color: #e9ecef;
	padding: 60px 0;
}
.service-content ul {
    padding-left: 22px;
    margin: -10px 0 0;
}
.service-content ul li {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}
.service-content ul li b {
    font-weight: 500;
}
strong {
    font-weight: 500 !important;
}
    
.service-content ul li:not(:last-child) {
    margin-bottom: 8px;
}
.list-unstyled li {
    margin-bottom: 7px;
}
.max_w_100 {
	max-width: 100% !important;
}
.accordion-button::after {
  transition: transform 0.2s;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0px 5px 15px rgb(4 4 4 / 5%);
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}
.accordion .accordion-item .accordion-button {
    background: none;
    font-weight: 500;
    box-shadow: none;
    font-size: 17px;
}
.accordion .accordion-button:not(.collapsed) {
    color: #f6921e;
}
.accordion .accordion-body {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-top: 8px;
}
.feature-icon {
    font-size: 2.5rem;
    color: #26a9e0;
    margin-bottom: 15px;
}
.glass-card {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 30px;
  transition: transform 0.3s ease;
}
.glass-card:hover {
  transform: translateY(-10px);
}
.service-box .service-icon {
  color: #764ba2;
}
.service-box {
    padding: 15px;
}
.service-box:hover {
  transform: translateY(-8px);
}
.database_cards .service-icon {
  color: #11998e;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1199px) {
	.header-info ul {
		gap: 35px;
	}
	.social-icon ul {
		gap: 10px;
	}
	nav.navbar .navbar-nav.gap-4 {
		gap: 2rem !important;
	}
	.navbar li.nav-item .nav-link {
		padding: 4px 0px;
		font-size: 15px;
	}
	.section-main-title {
		font-size: 42px;
		line-height: 50px;
	}
	.service-single-box {
		padding: 30px 25px 25px;
	}
	.service-icon {
		margin-bottom: 25px;
	}
	.service-text {
		padding: 10px 0px 25px;
	}
	.counter-block .count-box {
		font-size: 46px;
	}
	.counter-block .icon-box {
		height: 85px;
		width: 86px;
		font-size: 40px;
		margin: 0 auto 18px;
	}
	.testi-single-box {
		margin-bottom: 18px;
		padding: 30px 20px 25px;
	}
	p.testi-text {
		padding: 25px 0px 20px;
	}
	h3.testi-title {
		font-size: 16px;
		line-height: 25px;
	}
	h3.testi-title span {
		font-size: 14px;
		line-height: 25px;
		margin-left: 12px;
	}
	.sc_blogger_item_body .sc_blogger_item_content {
        padding: 30px 14px 18px;
    }
	.sc_blogger_item_body .sc_blogger_item_title {
		font-size: 20px;
	}
	.sc_blogger_item_body .sc_blogger_item_content .post_meta_date .post_date {
		min-width: 75px;
		max-width: 100px;
		padding: 15px 13px;
	}
	.sc_blogger_item_body .sc_blogger_item_content .post_meta_date b {
		margin-top: -5px;
		font-size: 30px;
		margin-bottom: 5px;
	}
	.single-counter-box {
		right: 5px;
		bottom: -5px;
		padding: 50px 25px 15px;
	}
	.blog_sec .sc_blogger_item_body .sc_blogger_item_content {
		padding: 30px 0px 8px;
	}
}

@media (max-width: 991px) {
	.container{
        max-width: 760px;
    }
	.header-info ul li {
		font-size: 13px;
		gap: 6px;
	}
	.header-info ul {
        gap: 16px;
    }
	.social-icon ul {
        gap: 6px;
    }
	.social-icon ul li i {
		font-size: 13px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.navbar-brand img {
		max-height: 70px;
	}
	button.navbar-toggler {
		border: none;
		padding: 0;
		box-shadow: none !important;
	}
	.banner_sec h3 {
		font-size: 15px;
		margin-bottom: 14px;
	}
	.banner_sec h2 {
		font-size: 52px;
		line-height: 65px;
		margin-bottom: 10px;
	}
	.banner_sec p {
		font-size: 17px;
		line-height: 27px;
	}
	.banner_sec {
		padding: 90px 0;
	}
	.btn.custom_btn {
		padding: 8px 28px;
		font-size: 14px;
		height: 45px;
	}
	.btns .btn.custom_btn {
		min-width: 160px;
	}
	.partners-section {
		padding: 55px 0;
	}
	.partners-section h2 {
		line-height: 1.3;
		font-size: 34px;
	}
	.partners-section h2.mb-4 {
		margin-bottom: 15px !important;
	}
	.why-choose-us, .web_dev_sec, .sservice-area {
		padding: 55px 0;
	}
	.section-main-title {
        font-size: 40px;
        line-height: 48px;
    }
	.inner-column > .row {
		margin-bottom: 10px;
	}
	.web_dev_sec.bg-white .row.gx-4 {
		gap: 30px;
	}
	.project-area {
		padding: 55px 0 0px;
	}
	.section-title {
		margin-bottom: 32px;
	}
	.counter-block .counter-title {
		font-size: 14px;
		line-height: 22px;
		margin-top: 12px;
	}
	.fun-fact-section {
		padding: 300px 0 55px;
	}
	.project-area .row.carousel {
		margin-bottom: -230px;
	}
	.growth_sec {
		padding: 65px 0;
	}
	nav.navbar .navbar-nav.gap-4 {
        gap: 0.56rem !important;
        padding: 8px 0 15px;
    }
	.about_sec .service_img {
		text-align: center;
	}
	.sc_blogger_item_body .sc_blogger_item_content .post_meta_date {
		right: 22px;
	}
	nav.navbar .navbar-nav li.nav-item:last-child {
		margin-top: 12px;
	}
	.contact-details {
		padding: 55px 0 50px;
	}
	.section-title .text {
		margin-top: 15px;
		font-size: 15px;
		line-height: 26px;
	}
	.contact-details__info {
		margin-top: 25px;
	}
	.contact-details__right {
		padding-bottom: 25px;
	}
	div#navbarNav {
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
		top: 100%;
		border-top: 1px solid #ddd;
		padding-bottom: 2px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14.5px;
	}
	[data-aos=fade-left] {
		transform: translate3d(210px, 0, 0);
	}
	[data-aos=fade-right] {
		transform: translate3d(-210px, 0, 0);
	}
	[data-aos=fade-up] {
		transform: translate3d(0, 110px, 0);
	}
	[data-aos=fade-down] {
		transform: translate3d(0, -110px, 0);
	}
	.sc_blogger_item_body {
		max-width: 375px;
		margin: 0 auto 20px;
	}
	.navbar-brand img {
        max-height: 62px;
    }
	.banner_sec h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
	.banner_sec h2 br {
		display: none;
	}
	.banner_sec h2 {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 8px;
        letter-spacing: -1px;
    }
	.banner_sec p {
        font-size: 16px;
        line-height: 25px;
    }
	.btn.custom_btn {
        padding: 7px 24px;
        font-size: 13px;
        height: 42px;
        min-width: 140px;
    }
	.btns .btn.custom_btn {
        min-width: 150px;
    }
	.banner_sec {
        padding: 65px 0;
    }
	.partners-section h2 {
        line-height: 1.25;
        font-size: 28px;
    }
	.partners-section {
        padding: 50px 0;
    }
	.partners-carousel .item {
		padding: 10px 14px;
	}
	.why-choose-us, .web_dev_sec, .sservice-area {
        padding: 50px 0;
    }
	.section-sub-title {
		font-size: 14px;
		letter-spacing: 0.3px;
	}
	.section-main-title {
        font-size: 35px;
        line-height: 44px;
    }
	.why-choose-us .info-box .icon {
		height: 65px;
		width: 65px;
		font-size: 28px;
	}
    .growth_sec {
        background: url(../images/img5_bg.jpg) no-repeat;
        background-size: cover !important;
        background-position: center !important;
        padding: 75px 0 !important;
        position: relative !important;
        background-attachment: fixed !important;
    }
	.why-choose-us .info-box .title-box {
		padding-left: 78px;
		min-height: 65px;
		margin-bottom: 10px;
	}
	.info-box h5.title {
		font-size: 17px;
	}
	.section-title {
        margin-bottom: 28px;
    }
	.why-choose-us .info-box {
		margin-bottom: 26px;
	}
	.we_are_sec .section-main-title {
		margin-bottom: 18px;
	}
	.we_are_sec .section-title {
		margin-bottom: 22px;
	}
	.we_are_sec .sc_skills_item_title {
		font-size: 16px;
	}
	.we_are_sec .sc_skills_digits {
		font-size: 40px;
		line-height: 40px;
	}
	.section-main-title br {
		display: none;
	}
	.section-main-title {
        font-size: 30px;
        line-height: 38px;
    }
	.service-title {
		font-size: 20px;
	}
	.solutek-btn.text-end {
		text-align: left !important;
	}
	.section-title {
        margin-bottom: 23px;
    }
	.project-single-box .project-thumb {
		max-height: 300px;
	}
	.project-title a {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.project_info .project-title a {
		margin-bottom: 4px;
	}
	.project-text {
		font-size: 11px;
		padding: 3px 12px;
	}
	.project-area .owl-dots {
		padding-top: 0px;
	}
	.counter-block .icon-box {
        height: 75px;
        width: 76px;
        font-size: 34px;
        margin: 0 auto 20px;
    }
	.counter-block .count-box {
        font-size: 42px;
    }
	.counter-block .counter-title {
        font-size: 13.5px;
        line-height: 21px;
        margin-top: 10px;
    }
	.fun-fact-section {
        padding: 265px 0 40px;
    }
	.growth_sec {
        padding: 58px 0 62px;
    }
	.growth_sec p {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 22px;
	}
	.header-info ul {
        gap: 12px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        row-gap: 2px;
        margin-bottom: 5px;
    }
	.social-icon ul {
        justify-content: center;
    }
	.top-header {
		padding: 7px 0px 9px;
	}
	nav.navbar .navbar-brand {
		padding: 3px 0;
	}
	.main_footer {
		padding: 44px 2px 25px;
	}
	.main_footer .logo img {
		max-height: 65px;
	}
	.main_footer .row {
		gap: 25px;
	}
	.main_footer p {
		font-size: 12.5px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.main_footer h5 {
		font-size: 16px;
		margin-bottom: 13px;
	}
	.main_footer ul.list-unstyled {
		margin-bottom: 5px;
	}
	.main_footer a {
		font-size: 13px;
	}
	.contact_info p a {
		gap: 7px;
	}
	.copyright {
		padding: 14px 10px;
		font-size: 12px;
	}
	.project-area .row.carousel {
        margin-bottom: -200px;
        margin-top: 30px;
    }
	.gallery_list {
        grid-template-columns: repeat(2, 1fr);
    }
	.top-header {
        display: none;
    }
	.banner_sec {
        padding: 58px 0;
    }
	.sub_banner {
		padding: 70px 0px;
	}
	.sub_banner h2 {
        font-size: 40px;
        line-height: 49px;
        margin: 0 0 12px;
        letter-spacing: 0.5px;
    }
	.sub_banner p {
		font-size: 15.5px;
		line-height: 1.5;
	}
	.service-content h2 {
		font-size: 30px;
	}
	.service-content p {
		margin-bottom: 24px;
		line-height: 1.5;
		font-size: 14.5px;
		margin-top: 13px;
	}
	.about-us-list ul li span {
		font-size: 15px;
		line-height: 22px;
		margin-left: 22px;
	}
	.about-us-list {
		margin: -10px 0 24px;
	}
	.single-counter-box {
        right: 0;
        bottom: 0;
        padding: 50px 25px 15px;
        position: relative;
        margin: 25px 25px 15px;
    }
	.counter-icon img {
		max-width: 50px;
	}
	.counter-icon {
		top: -22px;
	}
	.counter-content h4, .counter-content span {
		font-size: 32px;
	}
	.counter-content p {
		margin: 3px 0 0;
	}
	.fact-counter .row {
		margin-bottom: -15px;
	}
	.blog_sec .sc_blogger_item_body .sc_blogger_item_content {
        padding: 30px 0px 0px;
    }
	.post_meta.post_meta_other {
		margin: 16px 0 22px;
	}
	.blog_details p {
		font-size: 14px;
		line-height: 21px;
	}
	.blog_details h5 {
		font-size: 18px;
	}
	.contact-details {
        padding: 50px 0 50px;
    }
	.section-title .text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 24px;
    }
	.contact-details__info li .icon {
		height: 55px;
		width: 55px;
		min-width: 55px;
	}
	.contact-details__info li .icon i {
		font-size: 20px;
	}
	.contact-details__info li .text {
		margin-left: 15px;
	}
	.contact-details__info h6 {
		font-size: 16px;
		margin-bottom: 2px;
	}
	.contact-details__info li .text a {
		font-size: 14px;
	}
	.contact-details__info li + li {
		margin-top: 16px;
	}
	.form-control {
		height: calc(27px + 1.5rem);
		font-size: 14px;
		padding: 13px 18px;
	}
	.contact-details__right .section-title {
		margin-bottom: 20px;
	}
	.contact-details__info li .text {
        font-size: 14px;
    }
	.section-main-title.mb-4 {
		margin-bottom: 15px !important;
	}
	.head_box {
		margin-bottom: 18px;
	}
	.portfolios_middle-section {
		padding: 45px 0px;
	}
	.inner-white-box img {
		width: 75px;
	}
	.white_box h3 {
		font-size: 15px;
		width: 100%;
	}
	.white_box_row {
		row-gap: 16px;
	}
	.white_box {
		padding: 13px 13px !important;
		min-height: 65px;
		height: 155px;
		gap: 8px;
	}
	.gallery_main .overlay {
		font-size: 32px;
	}
	.list-unstyled li {
		margin-bottom: 6px;
		font-size: 14px;
	}
	.list-unstyled li .me-2 {
		margin-right: 5px !important;
	}
	.accordion .accordion-item .accordion-button {
		font-size: 16px;
		padding: 15px;
	}
	.accordion .accordion-body {
		font-size: 14px;
		line-height: 21px;
		padding: 4px 15px 15px;
	}
	.highlight-section {
		padding: 50px 0;
	}
	.lead {
		font-size: 15px;
	}
}

@media (max-width: 370px) {
	.btns.d-flex.gap-3 {
		gap: 10px !important;
	}
	.btns .btn.custom_btn {
        min-width: 142px;
    }
	.partners-section h2 br {
		display: none;
	}
	.partners-section h2 {
        font-size: 28px;
    }
	.sub_banner h2 {
        font-size: 40px;
    }
	.sub_banner p {
        font-size: 15px;
        line-height: 1.4;
    }
	.sub_banner {
        padding: 70px 0px;
    }
}