/*
Theme Name: covisiontech
Theme URI: https://covisiontech.com/
Author: Abaca Web Developement team
Author URI: https://covisiontech.com/
Description: Covisiontech is run by people who have decades of experience in working for domains like IT, Product Development, e-Commerce, Manufacturing, Pharma.
*/
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
@font-face {
    font-family: 'Covision-regular';
    src: url('../fonts/matteo-regular-webfont.woff2') format('woff2'),
         url('../fonts/matteo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Covision-medium';
    src: url('../fonts/matteo-medium-webfont.woff2') format('woff2'),
         url('../fonts/matteo-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Covision-bold';
    src: url('../fonts/matteo-bold-webfont.woff2') format('woff2'),
         url('../fonts/matteo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
p {
    font-size: 20px;
	line-height: 30px;
    font-family: Covision-regular;
}
b, strong{
	    font-family: 'Covision-medium';
           font-weight: 500;
}
h1 {
    font-size: 61px;
    line-height: 82px;
    font-family: 'Covision-regular';
    margin-bottom: 10px;
	 font-weight: 400;
}
 h2 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 15px;
    font-family: 'Covision-regular';
	 font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol{
	list-style: none;
	list-style: none;
    margin: 0;
    padding: 0;
}
a, a:hover {
	text-decoration: none;
	text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: lightgray;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--main-bg-color);
}
.section-bg {
    background: #221429;
}
:root {
    --main-bg-color: #172d77;
    --section-bg-color: #221429;
}
.p-50 {
    padding: 50px 0;
}

.p-70 {
    padding: 70px 0;
}

.p-75 {
    padding: 75px 0;
}

.p-85 {
    padding: 85px 0;
}

.p-94 {
    padding: 94px 0;
}

.p-100 {
    padding: 100px 0;
}

.p-125 {
    padding: 125px 0;
}

.p-150 {
    padding: 150px 0;
}

.p-175 {
    padding: 175px 0;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-60 {
	padding-top: 60px;
}
.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.w-90 {
    width: 90%
}
.min-100 {
    min-height: 100px;
}

.pt-0 {
    padding-top: 0;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.abaca-header {
    padding: 12px 0;
    background: #FFFFFF;
}
.p-relative{
	  position: relative;
}
.logo img {
    max-width: 100px;
}
.cov-container {
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
}
.header-menu.forr-desktop {
    display: flex;
    justify-content: flex-end;
}

.header-menu.forr-desktop li {
    display: inline-block;
    padding-left: 50px;
}

.header-menu.forr-desktop li a {
    color: #000000;
    font-size: 19px;
    font-family: 'Covision-regular';
	cursor: pointer;
}
.header-menu.forr-desktop .current-menu-item a {
    color: var(--main-bg-color) !important;
   font-family: 'Covision-regular';
}
.header-menu.forr-desktop .current_page_item a {
    color: var(--main-bg-color) !important;
   font-family: 'Covision-regular';
}
.header-menu.forr-desktop li:last-child a {
    border: 2px solid var(--main-bg-color);
    padding: 10px 15.88px;
    font-size: 20px;
    color: #221429;
    font-family: 'Covision-regular';
    border-radius: 4px;
}
.header-menu.forr-desktop li:last-child a:hover{
	background:  var(--main-bg-color);
    color: #ffffff;
}
.cov-btns a {
    color: #ffffff;
    background: var(--main-bg-color);
    border-radius: 4px;
    padding: 14px 25.88px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-family: 'Covision-regular';
    font-size: 18px;
}
section.hero-banner {
    display: flex;
    align-items: center;
}
.hero-content h1 {
    font-size: 61px;
    line-height: 82px;
    font-family: 'Covision-regular';
    margin-bottom: 10px;
}
.hero-content p {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Covision-regular';
    margin-bottom: 64px;
}
p.before-line {
    padding-left: 15px;
	position: relative;
}
p.before-line:before {
    content: '';
    background: var(--main-bg-color);
    width: 5px;
    height: 57%;
    left: 0;
    top: 12px;
    display: block;
    position: absolute;
    z-index: 1;
    max-height: 59px;
}
.single-hero-blog {
    background: #F6F6F6;
    max-width: 473px;
    margin-left: auto;
    padding: 125px 76px 124px;
}

.single-hero-blog:nth-child(1) {
    background: #fff;
}

.blog-title h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Covision-regular';
    margin-bottom: 30px;
    color: #343434;
    min-height: 45px;
}

.theme-hypon {
    height: 2px;
    width: 49px;
    background: var(--main-bg-color);
    margin-bottom: 26px;
}
a.read {}

.single-hero-blog a.read {
    font-size: 18px;
    line-height: 24px;
    color: var(--main-bg-color);
    font-family: 'Covision-regular';
}
.mobile-toggle {
    display: none;
}
section.adapt {
    padding: 58px 0;
}
.title-line {
    background: var(--main-bg-color);
    height: 3px;
    width: 105px;
    text-align: center;
}
section.adapt h2 {
    font-size: 35px;
    line-height: 61px;
    font-family: 'Covision-regular';
}
section.cov-impowring {
    padding: 70px 0;
}
section.it-partner {
    padding: 90px 0 66px;
}
.before-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
figure {
    margin: 0;
}
.partner-cnt {
    background: #ffffff;
    padding: 20px 28px 20px;
}
.partner-cnt h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Covision-regular';
}
.partner-cnt p {
    max-width: 377px;
}
.page-template-cloud .partner-cnt p {
	max-width: 100%;
}
.partner-image img {
    width: 100%;
}

.relative {
    position: relative;
}
.partner-cnt h3:before {
    content: '';
    display: block;
    background: var(--main-bg-color);
    width: 3px;
    height: 80%;
    position: absolute;
    left: -11px;
    top: 4px;
    max-height: 20px;
}
.service-box {
    background-size: cover !important;
    margin: 0 auto;
}

section.cov-services {
    padding: 66px 0;
}
.service-cnt {
    background: #ffffff;
    max-width: 604px;
    padding: 82px 75px 61px;
}
.service-cnt h4 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Covision-regular';
    margin-bottom: 15px;
}
.serv-hypon {
    height: 2px;
    width: 50px;
   background: var(--main-bg-color);
    margin-bottom: 15px;
}
.service-cnt h2 {
    font-size: 35px;
    line-height: 39px;
    margin-bottom: 15px;
    font-family: 'Covision-regular';
    padding-right: 56px;
}
section.cov-customers {
    padding: 170px 0 68px;
}
.see-why {
    padding: 62px 106px 295px;
}
.before-line:before {
    content: '';
    background: #172d77;
    width: 3px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: -11px;
    top: 8px;
    max-height: 44px;
}
.see-why h2 {
    padding-right: 50px;
}
.see-why p {
    margin-bottom: 41px;
}
.cov-btns a {
    display: block;
    max-width: 210px;
    text-align: center;
}
.abacasys-casestudy {
    background: #F9F9F9;
    padding: 37px 42px 38px 36px;
}
.casestudy-desc {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 27px;
    color: #343434;
    font-family: 'Covision-regular';
	min-height: 110px;
}
a.read-more {
    color: #172d77;
    font-size: 18px;
     font-family: 'Covision-regular';
}
section.connect-expert {
    padding: 90px 0;
    background-position: center;
}
section.connect-expert h2 {
    max-width: 649px;
    margin: 0 auto 44px;
}
.cov-btns.white-btn a {
    background: transparent;
    border: 2px solid #FFFFFF;
    display: inline-block;
}
section.sameless-it {
    padding: 97px 0 67px;
}
.sameless-cnt p {
    max-width: 551px;
}

.sameless-cnt {
    padding-left: 10%;
}
.sameless-cnt h2 {
	max-width: 480px;
    margin-bottom: 22px;
}
.sameless-cnt h3.choice {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Covision-medium';
}
.service-box {
    padding: 87px 92px 87px;
}
.partner-cards {
    width: 95%;
    margin: 0 auto;
}
.emp-cnt p {
    max-width: 588px;
}
.emp-cnt h2 {
    max-width: 452px;
}
.animatedlayer-three {
    position: absolute;
    bottom: 0;
    left: 0;
}

.animatedlayer-two {
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 100%;
}

.animatedlayer-one {
    position: absolute;
    right: 0;
    bottom: -34px;
}
.why-cnt {
    z-index: 2;
}
.animatedlayer-one {
    animation: bounce_one 5s linear infinite;
}
.animatedlayer-two {
    animation: bounce_one 7s linear infinite;
}

@keyframes bounce_two {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, 0.9) translateY(0);
    }
    30% {
        transform: scale(0.9, 1.1) translateY(-1.375rem);
    }
    50% {
        transform: scale(1, 1) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-0.1875rem);
    }
    64% {
        transform: scale(1, 1) translateY(0);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}  
@-webkit-keyframes animationFramesOne {
    0% {
        transform: translate(0) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    to {
        transform: translate(0) rotate(0deg);
    }
}
@keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
section.meet-abaca-experts {
    padding: 115px 0 82px;
    background-position: center !important;
}
.experts-tetle p {
    max-width: 770px;
    margin-bottom: 50px;
}
.leftspace-container {
    width: 90%;
    margin-left: auto;
    overflow-x: hidden;
}
.expertslider {
    padding-top: 68px;
}
.experts-box {
    background: #ffffff;
	padding: 42px;
}
.experts-img img {
    width: 100%;
}
button.slick-arrow {
    width: 91px;
    height: 56px;
    border: 2px solid #FFFFFF;
    background: transparent;
    color: #ffffff;
    border-radius: 4px;
    font-size: 32px;
	position: absolute;
    top: 0;
    right: 30px;
}
button.slick-arrow:hover{
	background : var(--main-bg-color);
	border: 2px solid var(--main-bg-color);
}
button.slick-prev.slick-arrow {
    right: 132px;
}
.Expert-job {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Covision-regular';
	margin-bottom: 12px;
}
.experts-cnt h2 {
    margin-bottom: 4px;
}
.emp-icon {
    margin-bottom: 22px;
}
/* Slider */

.slick-slide {
    margin: 0px 30px 0 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
section.page-banner {
    min-height: 743px;
}
section.page-banner.relative:after {
    content: '';
    background: linear-gradient(90deg, rgba(4, 17, 9), rgba(31, 42, 35), rgb(233 239 235 / 0%));
    width: 100%;
    height: 242px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 1;
	opacity: 0.7;

}
.dropdown-pages-title {
    position: absolute;
    bottom: 37px;
    z-index: 2;
	width: 100%;
	padding-left: 10%;
	left: 0;
}

.dropdown-pages-title h1 {
    color: #ffffff;
        max-width: 90%;

}
.before-heading {
	padding-left: 14px;
}
.before-heading:before {
    content: '';
    background: var(--main-bg-color);
    width: 6px;
    height: 45%;
    position: absolute;
    left: 0;
    top: 21px;
    max-height: 62px;
}
section.dynamic-form {
    padding: 77px 0 150px;
}
.dynamic-cnt h4 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'Covision-regular';
    color: #282828;
}
.dynamic-cnt h2 {
    font-size: 55px;
    line-height: 68px;
    margin-bottom: 28px;
}
section.why-upgread {
    padding: 120px 0 73px;
}
h2.before-heading:before {
    top: 8px;
    max-height: 30px;
}
.engineers-box {
    margin-bottom: 52px;
}
.engineers-box h4 {
    font-size: 28px;
    line-height: 36px;
        font-family: 'Covision-regular';
    margin-bottom: 20px;
}
.engineers-box p {
    max-width: 416px;
}
.why-a {
    font-size: 14rem;
    color: #F6F6F6;
    font-family: 'Covision-regular';
    letter-spacing: -4.82px;
    line-height: 1;
}
section.case-stydy-area {
    background: #F6F6F6;
    padding: 80px 0;
}
section.case-stydy-area .abacasys-casestudy {
    background: #ffffff;
}
section.capabilities-cust {
    padding: 80px 0;
}
section.capabilities-cust h4.before-heading:before {
    top: 5px;
    max-height: 20px;
}
.capabilities-cust-cnt h4 {
    font-size: 24px;
    line-height: 30px;
    font-family: Covision-regular;
}
.capabilities-cust-cnt p {
    padding-left: 14px;
	max-width: 610px;
}
.capabilities-cust-box {
    margin-bottom: 66px;
    align-items: center;
}

.capabilities-cust-box:last-child {
    margin-bottom: 0;
}
.before-imag {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.dynamic-box {
    background: #FFFFFF;
    padding: 75px;
}
.left-before-img {
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    max-height: 626px;
    max-width: 140px;
}
.ukap button.slick-arrow:hover {
    border: 2px solid  var(--main-bg-color);
    color: #ffffff;
}
.right-before-img {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.static-stud-box h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: 'Covision-regular';
}
section.why-abacasys.why-choose .why-a {
    font-size: 12rem;
}
.before-bullet {
    position: relative;
    padding-left: 35px;
}

.before-bullet:before {
    content: '';
    background: var(--main-bg-color);
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.consultation p.min-75 {
    min-height: 150px;
}
.light-bg {
    background: #F6F6F6;
}
.with-white-bg p.min-75 {
    max-width: 100%;
}

.with-white-bg .partner-cnt {
    min-height: 277px;
}
.full-width .engineers-box p {
    max-width: 100%;
    font-size: 30px;
    line-height: 48px;
    padding-left: 25px;
    letter-spacing: -0.54px;
    color: #000000;
}
h2.choice {
    max-width: 510px;
}
.experts-cnt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: Covision-regular;
}
.experts-cnt h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: Covision-regular;
	max-width: 340px;
}
.transparent-box .experts-box p{
	  font-size: 18px;
    line-height: 24px;
    font-family: 'Covision-regular';
}
.Expert-cnt li {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Covision-regular';
    margin-bottom: 10px;
}

.Expert-cnt ul {
    list-style: disc;
    padding-left: 1rem;
}
.transparent-box .experts-box {
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.ukap button.slick-arrow {
    border: 2px solid #000000;
    color: #000000;
}
.w-1000 {
    max-width: 1000px !important;
}
.left-padding-p .engineers-box p {
    padding-left: 25px;
}
.vertical-text {
    font-size: 160px;
    line-height: 169px;
    color: #C71A19;
    opacity: 15%;
    position: absolute;
    right: 2%;
    top: 5%;
	writing-mode: vertical-rl;
    text-orientation: mixed;
}
section.aim-videos {
    padding: 100px 0;
}
.video-box {
    background: #ffffff;
    box-shadow: 0 0 10px #e7e7e7;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.video-box iframe {
    min-height: 225px;
}
.video-title h3 {
    font-size: 20px;
    margin-top: 18px;
        font-family: 'Covision-medium';
}
.capabilities-cust-cnt .cov-btns {
    padding-left: 15px;
}
p.theme-bullet:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
    background: var(--main-bg-color);
}
section.connect-expert p {
    max-width: 1295px;
    margin: 0 auto 50px;
}
.w-100 {
    max-width: 100% !important;
}
.np-before:before {
    display: none !important;
}
.theme-color {
    color: var(--main-bg-color);
}
.partner-cnt h3 span {
    padding-right: 10px;
}
.cov-container-fluid {
    width: 100%;
    overflow-x: hidden;
}

/* footer css */
.top-footer {
    background: #F2F2F2;
    padding: 75px 0 50px;
}
.bottom-footer {
    background: #ffffff;
    padding: 48px 0;
}
.footer-copy-area.for-mobile {
    display: none;
}
.footer-columns h2 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
   font-family: 'Covision-regular';
	color: #000000;
}
.footer-address h3 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 8px;
	font-family: 'Covision-regular';
	color: #000000;
}
.footer-address p {
    font-size: 17px;
    line-height: 26px;
	font-family: 'Covision-regular';
}
.footer-address.footer-links li a {
	color: #000000;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Covision-regular';
}
.footer-address p, a {
    font-size: 17px;
    line-height: 25px;
	 font-family: 'Covision-regular';
	color: #000000;
	
}
.footer-address span {
    font-family: 'Covision-regular';
}
.social-links a {
    display: inline-block;
    margin-right: 4px;
}
.social-links i {
    height: 34px;
    background: #000000;
    width: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}
.footer-copy-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer-logo {
    max-width: 159px;
}
.footer-logo {
    max-width: 159px;
}
.copy-right p {
    font-size: 17px;
    color: #221429;
    font-weight: 400;
    margin-bottom: 0;
}
/* end footer */
/* Mega menu  */
.highlights-box {
    background: #F6F6F6;
    padding: 40px 60px 44px;
}
.ctstom-mega-menu {
    background: #ffffff;
}

.highlights-box {
    background: #F6F6F6;
    padding: 40px 60px 44px;
}

.menu-label {
    color: #343434;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Covision-medium';
    margin-bottom: 30px;
    margin-top: 80px;
}


.highlights-box .menu-label {
    margin-bottom: 20px;
	margin-top: 0;
}
.menu-list li a {
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: 'Covision-regular';
}

.menu-list li {
    margin-bottom: 38px;
}
.ctstom-mega-menu {
    border-top: 1px solid #e7e7e7;
}
.highlights-box h3 {
    color: #343434;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: Covision-regular;
    max-width: 180px;
}
.highlights-img {
    margin-bottom: 33px;
}
.abaca-header {
    height: 90px;
}
.overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 100; /* Ensure it is on top of other content */
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    }
    .overlay.show {
      display: block;
		transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    }
.abaca-header {
    position: relative;
    z-index: 101;
}

/* drop down menu */
li.collps-menu {
    width: 100%;
}
.dropdown-menu {
    list-style-type: none;
    margin: 23px 0 0 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
/*     width: 100dvw; */
	width : 100%;
    left: 0;
    overflow: hidden;
    max-width: 100%;
    display: none;
    border-radius: 0;
    border: 0;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.dropdown-menu li {
    margin: 0;
}
.dropdown-menu a {
    padding: 10px;
    white-space: nowrap;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
}
.caret.up {
    transform: rotate(180deg);
}
.dropdown, .dropend, .dropstart, .dropup {
    position: inherit;
}
.header-menu.forr-desktop .menu-list li {
    padding-left: 0;
    display: block;
    margin-bottom: 25px;
}
.menu-label {
    min-height: 50px;
}
.header-menu.forr-desktop .menu-list li a:hover {
    color: #e32124;
    border-bottom: 1px solid #e32124;
    border-radius: 0;
}

.header-menu.forr-desktop .menu-list li a {
    border: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Covision-regular';
}
.header-menu.forr-desktop .menu-list li a:hover {
    background: transparent;
    color: inherit;
}
.highlights-box a.read {
    border: 0 !important;
    padding: 0 !important;
}
.highlights-box a.read:hover {
    border: 0 !important;
    padding: 0 !important;
	color: inherit;
}
.menu-list.column-count ul {
    column-count: 2;
}
.dropdown-toggle::after{
	display: none;
}
.caret {
    margin-left: 5px;
    transition: transform 0.3s ease;
    position: absolute;
}
body.no-scroll {
    overflow: hidden;
	padding-right: 7px;
}
li.dropdown:after {
    content: '';
    background: #e32124;
    display: block;
    width: 0;
    height: 2px;
    position: relative;
    top: 21px;
    transition: 0.5s ease;
}

li.dropdown:hover:after {
    width: 100%;
}
a.dropdown-toggle::active li.dropdown:hover:after {
	width: 100%;
}

/* blog page */
section.all-blogs {
    padding: 70px 0;
}
a.read:hover {
    color: inherit;
}
.blog-image {
    transform: scale(1.1);
    max-width: 90%;
    transition: .4s ease-in-out;
}
.all-blog-box:hover .blog-image {
    transform: translate(0px, 0px);
}
span.page-numbers.current {
    color: var(--main-bg-color);
}
a.page-numbers {
    color: #000000;
}
.highlights-box a:hover {
    background: transparent !important;
    color: #000000 !important;
}
.small-title {
    font-family: 'Covision-bold';
}
.blog-cat {
    margin: 0 40px;
}
.post-datas {
    font-family: 'Covision-bold';
}
.all-detail-cnt h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 70px;
   font-family: 'Covision-medium';
}

.all-detail-cnt h3 {
    font-size: 24px;
    line-height: 35px;
    margin-top: 60px;
	font-family: 'Covision-medium';

}
.all-detail-cnt h4 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 40px;
    font-weight: bold;
}

.blog-cat {
    margin: 0 40px;
}

.recent-post-widget ul li {
    font-size: 12px;
    background: #ffffff;
    display: block;
    padding: 5px 8px;
    margin-bottom: 4px;
    line-height: 18px;
}
.recent-post-widget ul li a { 
	 font-size: 12px;
}
.all-detail-cnt ul, ol {
    list-style: inherit;
    margin-left: 1rem;
}

.all-detail-cnt  li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.all-detail-cnt li {
    margin-bottom: 25px;
}
.all-detail-cnt li::marker {
    color: var(--main-bg-color);
}
.all-detail-cnt p {
    font-size: 18px;
}
.form-control {
    background: #F7F4F2;
    height: 60px;
    border-radius: 8px;
    border: 0;
    color: #282828;
    outline: 0;
    font-size: 18px;
    padding-left: 20px;
        font-family: 'Covision-regular';
    font-weight: 400;
}
.send-btn {
    width: 210px;
    background: var(--main-bg-color);
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
	border: 0;
}
select.selectpicker {
    background: url(../images/159119.png) no-repeat;
    background-size: 18px;
    background-color: #F7F4F2;
    background-position: right 3% center;
    cursor: pointer;
}
.phone_code_cont.form-control {
    width: auto;
    border-radius: 8px 0 0 8px;
}
.phone_num_fld.form-control {
    border-radius: 0 8px 8px 0;
}
.html_form_cont {
    margin-bottom: 15px;
}
.capabilities-cust-cnt p span {
    font-size: xxx-large;
    vertical-align: text-bottom;
    padding-right: 8px;
}
.engineers-box p span {
    font-size: xxx-large;
    vertical-align: text-bottom;
    padding-right: 8px;
}
.perfect-data {
    position: absolute;
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}

.content-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    z-index: 9;
    background: linear-gradient(359deg, #DC2E27, #0D56DC00);
}

.fadeIn-bottom {
   bottom: 0;
}

.perfect-box:hover .perfect-data {
    bottom: 10%;
    left: 50%;
    opacity: 1;
}

.perfect-box:hover .content-overlay {
    opacity: 1;
}

.singel-perfect-image img {
    min-width: 100%;
    min-height: 100%;
}

.perfect-info h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.perfect-info p {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 400;
}
.client-sucess-story .partner-cnt h3 {
    min-height: 92px;
}
.w-auto {
    max-width: max-content !important;
}
/* faqs */
.acc-btn {
    width: 100%;
    padding: 1.6rem 0;
    font-size: 25px;
	line-height: 48px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    transition: all 0.5s linear;
     font-family: 'Covision-regular';
}

.acc-btn:after {
    content: "\27A4";
    color: var(--main-bg-color);
    float: right;
    transition: all 0.3s linear;
}

.acc-btn.is-open:after {
    transform: rotate(90deg);
}

.acc-btn:hover,
.acc-btn.is-open {
    color: #000;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    margin: 0;
    padding-left: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}
/* sidebar menu */
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    overflow-x: hidden;
    padding: 70px 0 0 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px #dfdfdf;
}

.sidenav .current-menu-item a {
    color: var(--main-bg-color); !important;
    font-weight: bold;
}

.sidenav a {
    font-weight: 400;
}

.sidenav a {
    padding: 30px 0 30px 20px;
    font-size: 20px;
    display: block;
    text-decoration: none;
    color: var(--main-bg-color);
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav a {
    padding: 30px 0 30px 20px;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 40px !important;
    color: #000000;
}

.sidenav .contact-btn a {
    padding: 10px;
    margin-left: 15px;
}
.mobile-menu li a {
    color: #000000 !important;
}
.all-detail-cnt b, strong {
    font-family: 'Covision-medium';
}
.all-detail-cnt ul, ol {
    margin-bottom: 30px;
}
.why-a {
    margin-bottom: 40px;
}
h1.entry-title {
    display: none;
}
.journy-video {
    max-width: 1128px;
    margin: 4rem auto 0;
}
.bg-light {
    background: #F6F6F6 !important;
}
.page-template-aboutus .partner-cnt p {
    max-width: 100%;
}
.page-template-aboutus .engineers-box.why-choose {
    max-width: 477px;
}
.footer-address.footer-links li {
    margin-bottom: 12px;
}
.footer-columns .footer-address p {
    max-width: 287px;
}
.find-on {
    margin-top: 80px;
}
.abaca-casestudy-image {
    min-height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    max-width: fit-content;
    padding: 10px;
}


.experts-tetle p {
    max-width: 647px;
    line-height: 36px;
}
.hero-blogs .blog-title h3 {
    max-width: 270px;
}
.page-template-applications .partner-cnt p {
    max-width: 100%;
    min-height: 211px;
}
.sameless-cnt h2.choice {
    line-height: 47px;
}
.engineers-box.why-choose h4.before-bullet {
    max-width: 430px;
}
.highlights-box a {
    color: var(--main-bg-color) !important;
    font-size: 16px !important;
}
p.before-bullet:before {
    width: 10px;
    height: 10px;
}
.page-template-multifaceted-teams .before-line:before {
    max-height: 20.5px;
}
.page-template-multifaceted-teams .engineers-box h4 {
    font-family: 'Covision-medium';
}
.page-template-partnetship-program  .partner-cnt p.min-75 {
    min-height: 180px;
}

.partner-img-box {
    text-align: center;
}
.interview-process .partner-cnt p {
    max-width: 100%;
    font-size: 16px;
    min-height: 245px;
}
.page-template-software-development-services .engineers-box.why-choose h4.before-bullet {
    max-width: 100%;
}
.single-review {
    background: #FFFFFF;
    padding: 25px;
    position: relative;
}
.single-review h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    font-family: 'Covision-medium';
}
p.review-job {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Covision-regular';
    color: #000000;
    margin-bottom: 15px;
}
.single-review p {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Covision-regular';
    color: #3F3F3F;
}
.page-template-oracle-services .partner-cnt p {
    min-height: 180px;
}
.privacy-menu ul {
    display: flex;
}

.privacy-menu li {
    margin-right: 20px;
}
.privacy-menu li a {
    font-size: 14px;
}
.abaca-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	    box-shadow: 0 0 10px #dddddd;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #333;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: #555;
}
.theme-bullet:before {
    position: absolute;
    left: 0;
    top: 7px;
}

.theme-bullet {
    position: relative;
    padding-left: 20px;
}
.client-images {
    width: 100%;
    box-shadow: 0 2px 10px 0 rgb(0 26 87 / 10%);
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.client-images img {
    max-width: 160px !important;
    height: auto !important;
}
.challanges {
    max-width: 749px;
    margin-bottom: 75px;
}
.challanges h4 {
    color: #000000;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 25px;
    font-family: 'Covision-medium';
}
.challanges li {
    font-size: 20px;
    line-height: 30px;
    font-family: Covision-regular;
    margin-bottom: 40px;
}
.partner-box-card {
    margin-bottom: 15px;
}
section.creating .engineers-box p {
    padding-left: 38px;
}
.page-template-auality-assurance .partner-cnt p {
    max-width: 100%;
    min-height: 214px;
}
.page-template-dedicated-developmentteams .partner-cnt p {
    max-width: 100%;
    min-height: 182px;
}
.page-template-dedicated-developmentteams section.no-min p.min-75 {
    min-height: 125px;
}
.setup-a .partner-cnt h3 {
    font-size: 18px;
    line-height: 24px;
}
.page-template-abaca-precision .partner-cnt p {
    min-height: 120px;
}
a.internal-linking {
    color: var(--main-bg-color);
    text-decoration: underline;
    font-size: inherit;
    text-underline-offset: 4px;
}
.all-detail-cnt a {
    color: var(--main-bg-color);
}
strong.d-block {
    font-weight: bold;
}
/* responsive */
@media only screen and (max-width: 1650px) {
	section.page-banner {
    min-height: 580px;
}
	section.connect-expert h2 {
    font-size: 24px;
}
	h1 {
    font-size: 45px;
    line-height: 60px;
}
	.engineers-box h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
}
section.why-abacasys.why-choose .why-a {
    font-size: 10rem;
}
	.before-bullet:before {
    width: 14px;
    height: 14px;
}
.static-stud-box h2 {
    font-size: 28px;
    line-height: 35px;
}
	.header-menu.forr-desktop li a {
    font-size: 16px;
}
.header-menu.forr-desktop li {
    padding-left: 45px;
}
.header-menu.forr-desktop li:last-child a {
    font-size: 16px;
}
.menu-label {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 70px;
}
.header-menu.forr-desktop .menu-list li {
    margin-bottom: 30px;
}
.highlights-box {
    padding: 30px 50px 35px;
}
.cov-container {
    max-width: 85%;
}
.single-hero-blog {
    padding: 80px 76px 80px;
}
.hero-content h1 {
    font-size: 54px;
    line-height: 75px;
}
	.hero-content p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 58px;
}
	.single-hero-blog {
    max-width: 458px;
}
p {
    font-size: 18px;
    line-height: 28px;
}
.partner-cnt h3 {
    font-size: 20px;
    line-height: 26px;
}
.service-box {
    padding: 75px 75px 75px;
}
    .service-cnt {
        max-width: 500px;
        padding: 40px 40px 30px;
    }
	.service-cnt h2 {
    padding-right: 20px;
}
    .see-why {
        padding: 62px 66px 250px;
    }
.experts-box {
    padding: 25px;
}
.experts-cnt h2 {
    font-size: 24px;
    line-height: 26px;
}
.Expert-cnt p {
    font-size: 16px;
    line-height: 24px;
}
.casestudy-desc {
   font-size: 16px;
        line-height: 24px;
        margin: 10px 0 10px;
}
.theme-hypon {
    margin-bottom: 10px;
}
	.abaca-header {
    height: auto;
}
	.vertical-text {
    font-size: 100px;
    line-height: 110px;
}
.page-template-oracle-apex-development  .transparent-box .experts-box p {
    font-size: 16px;
    line-height: 24px;
}
.page-template-oracle-apex-development  .Expert-cnt li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
	section.aim-videos {
    padding: 30px 0;
}
	.perfect-info h3 {
    font-size: 20px;
    line-height: 28px;
}
.perfect-info p {
    font-size: 14px;
    line-height: 22px;
}
.abacasys-casestudy {
    padding: 30px 25px 28px 25px;
}
.abaca-casestudy-image {
    min-height: 68px;
}
.abaca-casestudy-image img {
    width: 70px !important;
}
section.connect-expert h2 {
    max-width: 600px;
}


}
@media only screen and (max-width: 1441px) { 
      .cov-container {
        max-width: 90%;
    }
	.logo img {
    max-width: 130px;
}
    .header-menu.forr-desktop li {
        padding-left: 40px;
    }
    .single-hero-blog {
        padding: 50px 40px 50px;
    }
.single-hero-blog {
        max-width: 380px;
    }
	    .header-menu.forr-desktop li:last-child a {
        font-size: 16px;
    }
	    .hero-content h1 {
        font-size: 45px;
        line-height: 60px;
    }
.hero-content p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 50px;
    }
	    .menu-label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .header-menu.forr-desktop .menu-list li {
        margin-bottom: 20px;
    }
	.highlights-box {
        padding: 30px 40px 35px;
    }
	section.adapt h2 {
    font-size: 30px;
    line-height: 55px;
}
	    p {
        font-size: 16px;
        line-height: 24px;
    }
	.blog-title h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
	.single-hero-blog a.read {
    font-size: 16px;
    line-height: 20px;
}
h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}
.mb-70 {
    margin-bottom: 35px;
}

    .partner-cnt h3 {
        font-size: 17px;
        line-height: 24px;
    }

	.partner-cnt {
    padding: 20px 20px 20px;
}
.service-cnt h2 {
    font-size: 30px;
    line-height: 35px;
    padding-right: 0;
}
.mt-60 {
    margin-top: 30px;
}
.service-box {
        padding: 50px 50px 50px;
    }
	    .service-cnt {
        max-width: 545px;
        padding: 30px 30px 30px;
    }
	    .see-why {
        padding: 20px 29px 185px;
    }
	.abacasys-casestudy {
    padding: 15px 15px 15px 15px;
}
a.read-more {
    font-size: 16px;
}
    .casestudy-desc {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 20px;
    }
	section.connect-expert {
    padding: 50px 0;
    background-position: center;
}
.leftspace-container {
    width: 95%;
}
    .experts-box {
        padding: 15px;
    }
	.Expert-job {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
	    .experts-cnt h2 {
        font-size: 18px;
        line-height: 20px;
    }
	    .Expert-cnt p {
        font-size: 14px;
        line-height: 20px;
    }
	section.meet-abaca-experts {
    padding: 50px 0 50px;
}
	.footer-address p, a {
    font-size: 16px;
    line-height: 24px;
}
	    h1 {
        font-size: 45px;
        line-height: 60px;
    }
	    .engineers-box h4 {
        font-size: 22px;
        line-height: 32px;
    }
	section.dynamic-form {
    padding: 30px 0 60px;
}
	.dynamic-cnt h2 {
    font-size: 40px;
    line-height: 50px;
}
	.dynamic-cnt h4 {
    font-size: 20px;
    line-height: 30px;
}
	section.why-upgread {
    padding: 60px 0 20px;
}
.why-a {
    font-size: 10rem;;
}
}
@media only screen and (max-width: 1300px) { 
 .header-menu.forr-desktop li:last-child a {
        font-size: 14px;
    }

    .page-template-templates .partner-cnt p.min-75 {
        min-height: 120px;
    }
}
@media only screen and (max-width: 1367px) { 
	.footer-address.footer-links li a {
    font-size: 16px;
    line-height: 25px;
}
.find-on {
    margin-top: 45px;
}

.partner-cnt p.min-75 {
    min-height: 75px;
}
.footer-address h3 {
    font-size: 18px;
    line-height: 28px;
}
.copy-right p {
    font-size: 14px;
}
	.partner-logo img {
    max-width: 170px;
}
.footer-logo {
    max-width: 120px;
}
.bottom-footer {
    padding: 25px 0;
}
    .static-stud-box h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1322px) {  
    section.why-abacasys.why-choose .why-a {
        font-size: 9rem;
    }
}
@media only screen and (max-width: 1240px) { 
    h1 {
        font-size: 40px;
        line-height: 55px;
    }
	section.page-banner {
    min-height: 600px;
}
section.case-stydy-area {
    padding: 40px 0;
}
.p-100 {
    padding: 60px 0;
}
}
@media only screen and (max-width: 1024px) {  
	.header-menu.forr-desktop {
    display: none;
}
	    .single-hero-blog {
        max-width: 100%;
    }
.mobile-toggle {
    display: flex;
    justify-content: flex-end;
}
.single-hero-blog {
        padding: 15px 15px 15px;
    }
    .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
	    .hero-content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
.blog-title h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
    }
	    .single-hero-blog a.read {
        font-size: 14px;
        line-height: 16px;
    }
	.cov-btns a {
    max-width: fit-content;
}
.cov-btns a {
    padding: 12px 20.88px;
    font-size: 16px;
}
	section.adapt {
    padding: 30px 0;
}
	section.adapt h2 {
        font-size: 25px;
        line-height: 45px;
    }
	    .cov-container {
        max-width: 95%;
    }
	    h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
	section.cov-impowring {
    padding: 30px 0;
}
	section.it-partner {
    padding: 30px 0 30px;
}
    .partner-cnt {
        padding: 15px 15px 15px;
    }
    .service-cnt h2 {
        font-size: 25px;
        line-height: 35px;
    }
section.connect-expert h2 {
    max-width: 100%;
    margin: 0 auto 30px;
}
	.footer-columns {
    margin-bottom: 30px;
}
	section.page-banner {
    min-height: 440px;
}
	.dropdown-pages-title h1 {
    font-size: 35px;
    line-height: 50px;
}
.w-75 {
    width: 100% !important;
}
	    section.why-abacasys.why-choose .why-a {
        font-size: 6rem;
    }
	    .static-stud-box h2 {
        font-size: 18px;
        line-height: 26px;
    }
.mb-50 {
    margin-bottom: 35px;
}
.page-template-consulting .partner-cnt p.min-75 {
        min-height: 120px;
    }
	    p {
        font-size: 14px;
        line-height: 20px;
    }
	    .dynamic-cnt h2 {
        font-size: 30px;
        line-height: 40px;
    }
	.dynamic-box {
    padding: 30px;
}
	.why-a {
        font-size: 6rem;
    }
	section.all-blogs {
    padding: 40px 5%;
}
section.single-post-wrapper {
    padding: 40px 0;
}
    .vertical-text {
        font-size: 60px;
        line-height: 70px;
        position: inherit;
        writing-mode: horizontal-tb;
    }
.video-title h3 {
    font-size: 12px;
}	
.video-box iframe {
    min-height: auto;
}	
	.emp-cnt {
    margin-bottom: 30px;
}
    .highlights-box {
        padding: 15px 15px 15px;
    }
.menu-label {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px;
        margin-top: 16px;
    }
.menu-list li a {
    font-size: 12px;
    line-height: 12px;
}
	.ctstom-mega-menu .menu-list li a {
    padding-left: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}
.mobile-menu li {
    border-bottom: 1px solid #e7e7e7;
}
.mobile-menu .menu-list li {
    border-bottom: 0;
}
li.dropdown:after {
    height: 1px;
    top: 0;
	left: 20px;
}
.ctstom-mega-menu {
    border-top: 0;
}
.mobile-menu	i.fa-solid.fa-angle-down {
    font-size: 16px;
}

li.dropdown:hover:after {
    width: 100px;
}
a.dropdown-toggle::active li.dropdown:hover:after {
	width: 100px;
}

}
@media only screen and (max-width: 767px) {  
	section.hero-banner {
    align-items: center;
    padding: 30px 0;
}
.hero-content {
    margin-bottom: 20px;
}
.hero-blogs {
    display: flex;
}
        .cov-container {
            max-width: 90%;
        }
	.w-75 {
    width: 100% !important;
}
    .service-box {
        padding: 20px 20px 21px;
    }
.casestydy-area {
    padding-top: 30px;
}
	.sameless-cnt {
    padding-left: 0;
}
	section.sameless-it {
    padding: 30px 0 30px;
}
	.experts-img {
    margin-bottom: 10px;
}
	.order-row {
    flex-wrap: wrap-reverse;
}
	figure {
    margin: 0 0 1rem;
}
	.footer-copy-area.for-mobile {
    display: block;
}
.footer-copy-area.for-dektop {
    display: none;
}
.footer-logo {
    margin: 0 auto 30px;
}
	.blog-title h3 {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
	.emp-cnt {
    margin-bottom: 30px;
}
	.experts-img {
    max-height: 150px;
    max-width: 150px;
    margin-bottom: 25px;
}
	.dropdown-pages-title h1 {
        font-size: 25px;
        line-height: 35px;
        max-width: 100%;
    }
	.dropdown-pages-title h1 br {
		display: none;
	}
	.dropdown-pages-title {
    padding-left: 5%;
}
	    .page-template-consulting .partner-cnt p.min-75 {
        min-height: auto;
    }
	    section.why-abacasys.why-choose .why-a {
        font-size: 3rem;
        padding: 10px 0;
    }
.static-stud-box {
    margin-bottom: 20px;
}
.w-80 {
    width: 100%;
}
section.page-banner.relative:after {
    height: 200px;
} 
	    .dynamic-box {
        padding: 0;
    }
	.dynamic-img {
    margin-bottom: 20px;
}
	    .why-a {
        font-size: 4rem;
    }
	.cov-container-fluid {
    max-width: 85%;
    margin: 0 auto;
}
	.capabilities-cust-img {
    margin-bottom: 15px;
}
	section.connect-expert h2 {
    font-size: 22px;
    line-height: 32px;
}
	.engineers-box h4 {
    font-size: 18px;
}
	.p-100 {
    padding: 40px 0;
}
	.blog-image {
    margin-bottom: 30px;
}
	section.single-post-wrapper .w-75 {
    width: 75% !important;
}
	    .oedering .row {
        flex-wrap: wrap-reverse;
    }
	.all-detail-cnt p, li {
        font-size: 15px;
        line-height: 24px;
    }
	.all-detail-cnt h3 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 60px;
    font-weight: bold;
}
	.all-detail-cnt p {
    font-size: 16px;
    margin-bottom: 2rem;
}
.detail-page-title h1 {
    font-size: 20px;
    line-height: 45px;
    max-width: 90%;
}
.post-datas.d-flex {
    display: block !important;
}
	.blog-cat {
    margin: 10px 0;
}
	    section.single-post-wrapper .w-75 {
        width: 85% !important;
    }
	.social-btn h4 {
    margin-bottom: 20px;
}
    .vertical-text {
        font-size: 36px;
        line-height: 45px;
    }
	.perfect-info h3 {
    font-size: 16px;
    line-height: 20px;
}
.perfect-info p {
    font-size: 14px;
    line-height: 20px;
}
.p-125 {
    padding: 40px 0;
}
.find-on {
    margin-top: 0;
}
	.journy-video iframe {
    height: auto;
}
	.journy-video {
    margin: 2rem auto 0;
}
	.before-heading:before {
    top: 7px;
}
section.meet-abaca-experts .cov-btns {
    margin-bottom: 40px;
}
	.hero-content p br {
		display: none;
	}
	section.page-banner {
    background-position: center !important;
}
	button.slick-arrow {
    width: 60px;
    height: 36px;
    font-size: 16px;
}
button.slick-prev.slick-arrow {
    right: 100px;
}
.full-width .engineers-box p {
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.single-review p {
    font-size: 16px;
    line-height: 28px;
}
    .engineers-box h4 {
        margin-bottom: 5px;
    }
	    .service-cnt h2 {
        font-size: 20px;
        line-height: 28px;
    }
.privacy-menu ul {
    display: flex;
    justify-content: center;
}
	.privacy-menu li a {
    font-size: 12px;
}
	.left-before-img {
		display: none;
	}
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-content input,
.modal-content textarea {
  width: 100%;
  padding: 10px;
  margin: 6px 0 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.modal-content button {
  background: #0073e6;
  color: #fff;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.modal-content button:hover {
  background: #005bb5;
}
