:root {
--primary-color:#1A053F;
/*--darkblue-color:#fd8923;
--green-color:#82FF68;*/
--blue-color:#002CC9;
--green-color:#A2E542;
}
html,body{
overflow-x:hidden;
}
body{
font-family: "Sora", serif;
font-size:16px;
font-weight:600;
overflow-x:hidden;
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active{
border:0;
}
.submit-btn, .signup-btn{
background:#27BF7D;
}
header .header-topbar a{
color:#1FA971;
}
.center-btn{
color:#27BF7D;
}
p,h2,h3,h4,h5{
color:#000000;
}

header .header-topbar{
background:#F3FFF8;
padding:10px 0;
}
header .header-topbar p{
margin:0;
}
header .header-topbar a{
margin-left:20px;
}
header .header-logo-container .header-part-main{
display:flex;
align-items:center;
justify-content:space-between;
}
header .header-logo-container{
border-bottom:1px solid #E8E8E8;
padding: 8px 0;
}
header .header-logo-container ul{
margin-bottom:0;
}
header li{
margin:0 4px;
}
header .nav-link, .header-logo-container ul li a{
color:#fff;
}
.icon2{
width:15px;
}
header .header-logo-container .signup-btn{
padding:10px 20px;
border-radius:7px;
color:#fff !important;
}
header .header-logo-container .header-signup-right li{
margin-left:30px;
}
header nav{
padding: 0 20px !important;
}
header .navbar-brand img{
width:240px;
}
.nav-link:focus, .nav-link:hover {
color: var(--green-color);
}
header .nav-link{
padding:40px 0;
font-size: 14px;
}
.megadropdown-col{
width:100%;
padding:30px;
background: #edfdfc;
}
.megadropdown-col ul li{
margin:10px 0;	
padding: 9px 9px;
}
.megadropdown-col ul li a:hover h5{
color: var(--green-color);
}
.service-ic{
width:100px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
border-radius:0;
}
header nav{
position: absolute !important;
width:100%;
}
.quote-w{
border: 1px solid #fff;
padding: 9px 13px;
color: #fff;
text-decoration:none;
}
.quote{
padding: 9px 13px;
color: var(--primary-color);
font-weight:600;
text-decoration:none;
background: var(--green-color);
border: 1px solid var(--green-color);
margin-left:10px;
}
.navbar-nav .nav-link.active{
color: var(--green-color);
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
color: rgb(255 255 255);
}
.service_menu{
color: var(--primary-color);
}
.megadropdown-col .service_menu_list h6{
color: var(--primary-color);
font-weight:700;
border-bottom:2px solid var(--green-color);
padding-bottom:30px;
margin-bottom:30px;
}
.megadropdown-col ul h5{
color: var(--primary-color);
font-weight:700;
font-size:16px;
}
.megadropdown-col ul p{
color: var(--primary-color);
font-weight:500;
font-size:13px;
margin-bottom:0
}
.megadropdown-col:before{
content:"";
position:absolute;
width:360px;
background:#ffffff;
right:0;
height:100%;
top:0;
}
.megadropdown-col ul{
list-style:none;
padding:0;
}
.service_menu{
position: relative;
}
.megadropdown-col ul li:hover {
background: #fff;
}
.dropdown-menu a {
text-decoration: none;
color: #000000;
}

.dropdown-menu{
-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(50px);
transform: translateY(50px);
}
}
@keyframes slide-top {
0% {
-webkit-transform: translateY(0);
transform: translateY(50px);
}
100% {
-webkit-transform: translateY(50px);
transform: translateY(00px);
}
}

.nav-item.dropdown{
position: static;
}
.navbar-expand-lg .navbar-collapse {
align-items: center;
justify-content: center;
}
.erp-solution-row{
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    gap:15px;
}
.erp-solution-row .erp-li{
    width:25%;
}
.erp-solution-row .erp-li img{
    width:80px;
    margin-bottom: 20px;
}
.erp-solution-row .erp-li h4{
    font-size:18px;
    margin-bottom: 15px;
}
.erp-solution-row .erp-li p{
    font-size:14px;
    font-weight:normal;
}
.erp-block1 .title-h {
    width: 100%;
    margin: 0 auto;
}
.erp-block-img img{
    width:500px;
}
.erp-process ul{
    display:flex;
    gap:20px;
    list-style:none;
    position:relative;
}
.erp-process ul li{
    width:25%;
    position:relative;
        padding: 20px 0 0 0;
}
.erp-process ul li:before{
    content:"";
    position:absolute;
    width:15px;
    height:15px;
    background:var(--green-color);
    border-radius:50px;
    top:-4px;
    z-index:1;
}
.erp-process ul:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    border-radius: 50px;
    top: 2px;
}
/*.erp-process ul li:nth-child(even){
    margin-top:60px;
}*/
.erp-process ul li h4{
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a053f;
}
.erp-process ul li p{
    font-weight:normal;
    font-size:13px;
}

@media only screen and (min-width: 992px) {
.dropdown-menu {
width: 100%;
right:0;
}
/*.dropdown:hover .dropdown-menu {
display: inline-flex;
}
.dropdown-menu.show {
display: inline-flex;
}*/
}

/**/
.banner-section{
background:url(../img/bg01.jpg), var(--primary-color);
background-size:cover;
padding:80px 0 100px;
color:#fff;
height:100vh;
}
.banner-section .banner-image img{
width:19%;
}
.banner-section .banner-image{
margin-top:50px;
}
.banner-section h2{
font-size:50px;
color:#fff;
font-weight:400;
position:relative;
z-index:1;
line-height:60px;
}
.banner-section h2 span{
display:block;
}
.banner-section .span1{
font-weight:800;
position:relative;
}
.banner-section .span1:before{
content:"";
position:absolute;
top:0;
left:0;
width:15px;
height:15px;
background: var(--primary-color);
border-radius:50px;
}
.banner-section .span2{
color:var(--green-color);
font-weight:900;
font-family: "Poppins", serif;
}
.btn-a{
padding: 10px 35px;
color: var(--primary-color);
font-weight:600;
text-decoration:none;
background:var(--green-color);
border:1px solid var(--green-color);
font-size:18px;
display:inline-block;
}
.btn-outline{
padding: 10px 35px;
color: #fff;
font-weight:600;
text-decoration:none;
border:1px solid #fff;
font-size:18px;
display:inline-block;
}
.margin-left-1{
margin-left:10px;
}
.banner-section .banner-caption{
width: 660px;
margin-top:80px;
position:relative;
z-index:1;
}
.banner-section .banner-caption h4{
font-size:16px;
text-transform:uppercase;
color:  var(--green-color);
letter-spacing:3px;
}
.banner-section p{
font-size:18px;
font-weight:300;
color:#fff;
}
.banner-section h2 strong{
display:block;
}

.banner-section .banner-search{
display:flex;
}
.banner-section .banner-search .search-input{
width:80%;
height:50px;
padding:0px 0 0 40px;
border-radius:8px 0 0px 8px;
border:0;
background:url('../img/search.png') no-repeat 15px 15px, #ffffff;
}
.banner-section .submit-btn{
width:20%;
border:0;
border-radius:0px 8px 8px 0px;
color:#fff;
}

.img-01 {
animation: leftic 20s infinite;
}
@keyframes leftic {
0% {
transform: translate3d(100%, 0, 0);
}
50% {
transform: none;
}
100% {
transform: translate3d(50%, 0, 0);
}
}

/* Skills-Home */  
.skills-section{
padding:50px 0;
position:relative;
background:#002CC9;
}
.get-in-touch-section{
background: url(../img/ic15.png) no-repeat left, url(../img/ic15.png) no-repeat right, #002CC9;
background-size:250px;
}
.skills-section:after{
content:"";
position:absolute;
bottom:-16px;
right:-50px;
width:400px;
height:30px;
background: var(--blue-color);
transform:skew(30deg);
}
.skills-section img{
width:50px;
}
.skills-section img {
filter: grayscale(100%);
}

/*Services-Home*/
.service-h-section{
background:url(../img/ic2.png) no-repeat;
background-position:right bottom;
position:relative;
}
.service-h-section .container{
position:relative;
}
.padding-70{
padding:70px 0;
}
.service-h-section .service_box{
border: 1px solid var(--primary-color);
padding:30px;
color:var(--primary-color);
transition:0.2s;
min-height:590px;
}
.service-h-section .service_box:hover{
background:var(--primary-color);
}
.service-h-section .service_box:hover h4, .service-h-section .service_box:hover p, .service-h-section .service_box:hover ul li{
color:#fff;
}
.service-h-section .service_box .services-ic{
text-align:right;
margin-bottom:30px;
}
.mob-v{
display:none;
}
.service-h-section .service_box img{
width:90px;
transition:0.2s;
}
.service-h-section .service_box:hover img.mob-v{
display:block;
}
.service-h-section .service_box:hover img.web-v{
display:none;
}
.service-h-section .service_box h4{
font-size:35px;
font-weight:bold;
color:var(--primary-color);
}
.service-h-section .service_box p{
color:var(--primary-color);
}
.service-h-section .service_box ul{
list-style:none;
padding:0;
margin-top:20px;
}
.service-h-section .service_box ul li{
background:url(../img/ic4.png) no-repeat;
background-position:0 2px;
background-size:17px;
padding-left:30px;
margin-bottom:10px;
}
.service-h-section .container:before{
content: "Our Services";
position: absolute;
left: -400px;
font-size: 90px;
text-transform: uppercase;
font-weight: bold;
color: #e7e9ef;
transform: rotate(-90deg);
top: 50%;
}
.designservice-h-section .container:before{
content: "UI Experts";
position: absolute;
left: -200px;
font-size: 90px;
text-transform: uppercase;
font-weight: bold;
color: #e7e9ef;
transform: rotate(-90deg);
top: 50%;
}
.designservice-h-section{
background:url(../img/ic2.png) no-repeat;
background-position:right bottom;
position:relative;
}
.title-h{
width:80%;
margin:0 auto;
}
.title-h h2{
font-size:50px;
font-weight:800;
color:var(--primary-color);

}
.title-h h2 span{
background:url(../img/ic6.png) no-repeat;
background-size: 100% 100%;
padding: 10px 40px;
}
.title-h p{
color:var(--blue-color);
font-size:18px;
}

/**/
.get-touch-h h2{
color:#fff;
font-weight:700;
font-size:40px;
margin-bottom:20px;
}
.get-touch-h p{
color:#fff;
font-weight:400;
}
.get-touch-h a {
border: 1px solid #fff;
padding: 10px 30px;
color: #fff;
display: inline-block;
margin-top: 10px;
font-size: 16px;
text-transform: uppercase;
text-decoration:none;
margin:0 15px;
}

/* process_section_h */
.process_section_h{
background: #E2F1FD;
}
.process_panel{
display:flex;
gap:40px;
position:relative;
}
.process_panel:before{
content:"";
position:absolute;
top:70px;
left:0;
width:100%;
height:150px;
background:url(../img/ic11.png) no-repeat;
background-size:100%;

}
.process_box{
text-align:center;
position:relative;
width:25%;
}
.process_box h4{
text-transform:uppercase;
font-size:18px;
font-weight:800;
color:var(--primary-color);
}
.process_box p{
color:var(--primary-color);
}
.p-box2, .p-box4{
margin-top:100px;
}
.process_section_h .process_box img{
width:100px;
}
.process_section_h .process_box .img_process{
background: #e3f1e0;
width: 150px;
height: 150px;
display: flex
;
align-items: center;
justify-content: center;
border-radius: 140px;
border: 5px solid #fff;
box-shadow: 10px 10px 20px #b0c1cf;
margin-bottom: 30px;
margin: 0 auto 30px;
}

/* testimonials */
.testimonial-box{
background:var(--primary-color);
min-height:480px;
width:480px;
border-radius:100%;
padding: 0 50px;
display:flex;
justify-content:center;
align-items:center;
color:#fff;
margin: 0 auto;
}
.testimonial-box p{
color:#fff;
}
.testimonial-box i{
color:#82ff68;
margin-top:20px;
display:inline-block;
}
.testimonial-section h2{
font-size:50px;
color:var(--primary-color);
font-weight:800;
position:relative;
}
.testimonial-section h2:before{
content: "Testimonials";
position: absolute;
top: -50px;
left: 0;
font-size: 80px;
color: #e2f1fd;
z-index: -1;
}
.testimonial-section h2 span{
background:var(--green-color);
}
.testimonial-heading{
margin-top:100px;
}
.testimonial-content{
width:100%;
}
.testimonial-heading p{
padding:0 100px 0 0;
font-size:18px;
line-height:30px;
}
.testimonial-content .owl-carousel .owl-item img{
width:100px;
margin:0 auto 30px;
}
.testimonial-section .owl-nav{
width: 150px;
position: absolute;
left: -190px;
}
.testimonial-section .owl-nav .owl-prev,.testimonial-section .owl-nav .owl-next{
background: var(--primary-color) !important;
padding: 3px 20px !important;
font-size: 30px !important;
border-radius: 60px;
width: 46px;
margin:3px;
}
.testimonial-section .owl-nav .owl-prev:hover, .testimonial-section .owl-nav .owl-next:hover{
background: var(--blue-color) !important;
}

/* solution-card-home */
.our-solution-h{
padding:0 0 120px 0;
}
.our-solution-h .solution-card, .ai-solution-h .solution-card{
display:flex;
gap:60px;
}
.solution-card nav{
width:24%;
}
.tab-content{
width:76%;
}
.our-solution-h .solution-box, .ai-solution-h .solution-box{
display:flex;
}
.our-solution-h .solution-content, .ai-solution-h .solution-content{
width:40%;
}
.our-solution-h .solution-image, .ai-solution-h .solution-image{
width:60%;
}
.our-solution-h .solution-content, .ai-solution-h .solution-content{
width: 40%;
background: #fff;
border: 4px solid var(--blue-color);
position: relative;
left: 70px;
top: 50px;
padding:40px;
}
.our-solution-h .solution-content h4, .ai-solution-h .solution-content h4{
color:var(--blue-color);
}
.our-solution-h .solution-content p, .ai-solution-h p{
color:var(--primary-color);
margin-top:20px;
}
.our-solution-h .solution-card button, .ai-solution-h .solution-card button{
width:100%;
text-align:left;
}
.our-solution-h .nav-tabs .nav-link.active, .ai-solution-h .nav-tabs .nav-link.active{
border:0;
color:var(--blue-color);
}
.our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link{
font-size:22px;
font-weight:800;
color:var(--primary-color);
margin:10px 0;
}
.our-solution-h .nav-tabs, .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link{
border:0;
}
.form-control{
margin-bottom:15px;   
}

/* footer */
footer{
background:url(../img/ic12.png) no-repeat, var(--primary-color);
background-position:right bottom;
}
.footer-section01 img{
width:300px;
}
.footer-section01 ul{
list-style:none;
padding:0;
margin-top:30px;
color:#fff;
}
.footer-section01 ul li{
margin-bottom:15px;
}

.address-inner{
width:80%; 
margin:auto;
}
.address-left{
width:40%; 
float:left;
}
.address-right {
background: #fff none repeat scroll 0 0;
box-shadow: 0px 15px 34px rgba(0, 0, 0, 0.18);
float: right;   
padding: 10px 30px 50px;
position: relative;
width: 54%;
top: 100px;
}
.address-txt {
color: #c5292a;
font-size: 18px;
line-height: 42px;
padding: 0;
color:var(--primary-color);
}
.address-txt p {
color: #000;
font-size: 14px;
line-height: 25px;
}
.address-detail {
border-bottom: 1px solid #d8d8d8;
clear: both;
color:var(--primary-color);
font-size: 14px;
line-height: 31px;
margin: 0;
padding: 0;
}
.address-detail p {
color: #000;
font-size: 14px;
line-height: 22px;
}
.address-input {
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
height: 46px;
margin: 0 0 16px;
box-shadow:none;
}
.address-textarea{
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #ccc;
border-radius: 0;
margin: 0 0 16px;
box-shadow:none;
height:150px;
}
.say-button{
background:var(--blue-color);
width:100%;
clear:both;
border:none;
color:#fff;
font-size:16px;
padding: 13px 0;  
text-transform:uppercase;    
}
.footer-section02{
padding:0 40px;
}
.footer-section02 h4{
color:#fff;
margin-bottom:20px;
}
.footer-section02 p{
color:#fff;
font-size:14px;
font-weight:400;
line-height:25px;
}
.footer-nav{
margin-top:30px;
}
.footer-nav ul{
list-style:none;
padding:0;
}
.footer-nav ul li{
display:inline;
}
.footer-nav ul li a{
color:#fff;
text-decoration:none;
padding:0 15px;
}
.footer-nav ul li a:hover, .footer-social li a:hover{
color:var(--green-color);
}
.footer-social li a{
color:#fff;
}
.footer-social li{
margin:0 10px;
}

/***
Mareting Page
**/
.innerbanner-section{
background: url(../img/marketing_bg.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 200px 0 200px;
color: #fff;
}
.innerbanner h2 {
font-size: 50px;
color: #fff;
font-weight: 400;
position: relative;
z-index: 1;
line-height: 60px;
} 
.innerbanner .span2 {
color: var(--green-color);
font-weight: 900;
font-family: "Poppins", serif;
}
.digital-card nav{
margin-bottom:30px;
display: flex;
justify-content: center;
}
.marketing-block3 .title-h{
width:100%;
}
.marketing-block3 .title-h h2{
line-height:70px;
}
.marketing-block1 p{
color: var(--primary-color);
}

/**
Design page
**/
.innerbanner .banner-caption h4 {
font-size: 16px;
text-transform: uppercase;
color: var(--green-color);
letter-spacing: 3px;
}
.design-banner{
background: url(../img/design_bg.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 170px 0 150px;
color: #fff;
}
.design_block2{
background:var(--primary-color);
color:#fff;
}
.design_block2 p, .design_block2 h3{
color:#fff;
}
{
    
}
.service-h-section.design-service-col .service_box {
    min-height: 480px;
}
.marketing-service .tab-content{
    width:100%;
}
/*
ai-block1
*/
.ai-block1{
background: url(../img/artificial-Intelligence-bg2.jpg), #f1f5fd;
background-size: 500px; 
background-repeat:no-repeat;
background-position:left top;
padding: 120px 0 100px;
}
.ai-solution-h {
padding: 70px 0 120px 0;
}
.artificail-i-innerbanner{
background: url(../img/artificial-Intelligence-banner.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 140px 0 100px;
color: #fff;
}
.small-innerbanner h2, .innerbanner h2 {
font-size: 50px;
color: #fff;
font-weight: 400;
position: relative;
z-index: 1;
line-height: 60px;
} 
.innerbanner .span2, .small-innerbanner h2 .span2 {
color: var(--green-color);
font-weight: 900;
font-family: "Poppins", serif;
}
.small-innerbanner .banner-caption h4 {
font-size: 16px;
color: var(--green-color);
}
.android-innerbanner{
background: url(../img/android-app-bg.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 140px 0 100px;
color: #fff;
}
.android-panel{
background:var(--primary-color);
padding:50px;
}
.android-panel p{
color:#fff;
margin-top:15px;
}
/**/
.ios-innerbanner{
background: url(../img/ios-app.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 140px 0 100px;
color: #fff;
}
.ios-col {
display: flex;
border: 1px solid #dfdfdf;
border-radius: 30px;
padding: 30px;
}
.ios-col h4{
color:var(--primary-color);
}
.ios-panel1{
width:35%;
}
.ios-panel2{
width:65%;
}

.ios-process-col h4 {
font-size: 35px;
font-weight: bold;
color:#fff;
}
.ios-process-col{
display:flex;
flex-wrap: wrap;
gap: 20px;
justify-content:center;
}
.ios-panels{
background:var(--primary-color);
width:32%;
padding:15px;
}
.ios-panels p{
color:#fff;
}
.ios-panels h5{
color: var(--green-color);
}
/**/
.mobile-app{
background: url(../img/mobile-app.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 140px 0 100px;
color: #fff;
}
/*contact us page*/
.contact-innerbanner{
background: url(../img/img22.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 200px 0 150px;
color: #fff;
}
.get-touch-col{
padding:70px 0;
background:url(../img/img21.jpg) no-repeat bottom right, url(../img/img20.jpg) no-repeat left top;
}
.get-touch-col .form-contcact-col input{
width:100%;
font-size: 14px;
padding: 5px 15px 5px 15px;
display: block;
border: none;
border: 1px solid #dbdbdb;
background: #fff;
color: #515151;
height:45px;
}
.form-group{
margin-bottom: 15px;
}
.get-touch-col .input-message{
height:150px;
width:100%;
border: 1px solid #dbdbdb;
padding: 5px 10px 10px 5px;
color: #515151;
}
.get-touch-col .form-contcact-col .submit{
background: #A2E542;
color: #1a053f;
border-radius: 0px;
border: 0;
padding: 11px 80px;
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
width: auto;
}
.contact-col-address span{
color:#1A053F;
}
.contact-col-address ul{
list-style:none;
padding:0;
}
.contact-col-address ul li{
background: #eee;
padding: 10px 20px;
margin-bottom: 15px;
}
.contact-col-address{
padding: 0 80px 0 30px;
}
.contact-col-address h3, .form-contcact-col h3{
margin-bottom:40px;
}
.form-contcact-col h3, .contact-col-address h3{
color: #020819;
font-weight:600;
position:relative;
font-size: 30px;
}
.form-contcact-col h3:before, .contact-col-address h3:before, .h2-title:before{
background:url(../img/line-01-left.png) no-repeat;
content:"";
position:absolute;
bottom:-14px;
left:0;
height:5px;
width:150px;
}
.get-quote-btn {
position: fixed;
z-index: 1;
transform: rotate(90deg);
right: -43px;
top: 50%;
}
.get-quote-btn a {
background: #A2E542;
color: #1A053F;
padding: 4px 10px;
display: block;
text-transform: uppercase;
border-radius: 0 0 10px 10px;
text-decoration:none;
font-size:13px;
}
.page-template-contact #addres-sec{
display:none;
}
.app-services.service-h-section .service_box{
    min-height: 480px;
}
.erpbanner-section{
background: url(../img/erp-banner.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 190px 0 150px;
color: #fff;
}
.erp-solution-box{
    display:flex;
        align-items: center;
        gap:20px;
}
.erp-service .tab-content {
    width: 100%;
}
.erp-service .erp-content{
    padding: 0 40px 0 120px;
}
.erp-service .erp-image, .erp-content{
    width:50%;
}
.erp-service .erp-image{
    border-radius:50px;
    overflow:hidden;
}
.erp-service h4 {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 800;
    position: relative;
    margin-bottom:30px;
}
.erp-service .nav-tabs .nav-link{
    color: #1a053f;
}
.erp-service .nav-tabs .nav-link.active {
    color: #002cc9;
}
.managedbanner-section{
background: url(../img/img23.jpg), var(--primary-color);
background-size: cover;
background-position:right top;
padding: 220px 0 200px;
color: #fff;
}
.port-view{
    background: var(--green-color);
    padding:10px 30px;
    color:var(--primary-color);
    text-decoration:none;
}
.view-portfolio{
        display: inline-block;
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

@media(min-width:1160px) and (max-width:1280px){
header .navbar-brand img {
width: 200px;
}
.quote-w, .quote{
font-size: 13px;
padding: 9px 9px;
}
header .nav-link{
font-size: 13px;
}
.banner-section h2 {
font-size: 37px;
line-height: 55px;
}
.our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link{
font-size: 17px;
}
.title-h h2 {
font-size: 40px;
}
}
@media(min-width:1024px) and (max-width:1159px){
header .navbar-brand img {
width: 140px;
}

.quote-w, .quote{
font-size: 12px;
padding: 9px 9px;
}
header .nav-link{
font-size: 12px;
}
.banner-section h2 {
font-size: 37px;
line-height: 55px;
}
.our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link{
font-size: 17px;
}
.title-h h2 {
font-size: 40px;
}
.process_section_h .process_box img {
width: 60px;
}
.process_section_h .process_box .img_process {
background: #e3f1e0;
width: 110px;
height: 110px;

}
.testimonial-box {
min-height: 420px;
width: 420px;
padding: 0 20px
}
.get-in-touch-section{
background-size: 120px;
}
.service-h-section .service_box h4 {
font-size: 28px;
}
}
@media(min-width:1024px) and (max-width:1100px){
.header-left-contact{
display:none;
}
.navbar-expand-lg .navbar-collapse {
align-items: center;
justify-content: end;
}
}
@media(min-width:992px) and (max-width:1023px){
header .navbar-brand img {
width: 140px;
}
.navbar-expand-lg .navbar-collapse {
align-items: center;
justify-content: end;
}
.header-left-contact{
display:none;
}
.quote-w, .quote{
font-size: 12px;
padding: 9px 9px;
}
header .nav-link{
font-size: 12px;
}
.banner-section h2 {
font-size: 37px;
line-height: 55px;
}
.our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link{
font-size: 17px;
}
.title-h h2 {
font-size: 40px;
}
.process_section_h .process_box img {
width: 60px;
}
.process_section_h .process_box .img_process {
background: #e3f1e0;
width: 110px;
height: 110px;

}
.testimonial-box {
min-height: 420px;
width: 420px;
padding: 0 20px
}
.get-in-touch-section{
background-size: 120px;
}
}
@media(min-width:768px) and (max-width:991px){
.small-innerbanner h2, .innerbanner h2 {
font-size: 30px;
line-height: 40px;
}
.title-h {
width: 100%;
}
.design-banner {
padding: 110px 0 70px;
}
.service-h-section .service_box{
min-height: 430px;
}
.address-inner{
width:100%;
}
.header-left-contact{
display:none;
}
.navbar-expand-lg .navbar-collapse {
align-items: center;
justify-content: end;
}
.navbar-toggler{
background:#fff;
}
.navbar-collapse{
background: #21164e;
z-index:5;
}
.footer-nav ul li a {
padding: 0 11px;
font-size: 13px;
}
header .nav-link {
padding: 7px 20px;
font-size: 14px;
}
.banner-section{
height: 500px;
}
.navbar-expand-lg .navbar-collapse {
align-items: center;
justify-content: end;
}
.banner-section h2{
font-size:30px;
line-height:35px;
}
.skills-section {
padding: 30px 0 10px;
}
.service-h-section .service_box{
padding:10px;
}
.title-h h2,.testimonial-section h2 {
font-size: 35px;
}
.service-h-section .service_box h4{
font-size:18px;
}
.service-h-section .service_box p, .our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link, p, .process_box h4 {
font-size: 13px;
}
.testimonial-heading {
margin-top: 0px;
text-align: center;
}
.testimonial-heading p {
padding: 0;
font-size: 14px;
line-height: 23px;
margin: 17px 0 20px 0 !important;
}
.our-solution-h .solution-content, .ai-solution-h .solution-content{
width: 75%;
padding: 20px;
left: 0;
}
.get-in-touch-section {
background-size: 100px;
}
.process_section_h .process_box img {
width: 60px;
}
.process_section_h .process_box .img_process {
width: 100px;
height: 100px;
}
}
@media(max-width:767px){
.navbar-toggler{
background:#fff;
}
.erp-solution-row {
    display:block;
}
.erp-solution-box{
    flex-wrap: wrap;
}
header nav{
margin-top: 20px;
}
.navbar-collapse{
background: #231852;
z-index:9;
position: fixed;
left: 0;
width: 76%;
top: 0;
height:100%;
overflow: scroll;
}
header .nav-link {
padding: 5px 0;
}
.erp-service .erp-content{
    padding:0;
}
.megadropdown-col{
padding:10px;
}
.megadropdown-col .ps-3 {
padding-left: 0rem !important;
}
.banner-section{
height:auto;
}
.banner-section .banner-caption, .erp-solution-row .erp-li, .erp-service .erp-content, .erp-service .erp-image{
width:100%;
}
.erp-solution-row .erp-li{
    margin-bottom:50px;
}
.banner-section h2 {
font-size: 32px;
line-height: 40px;
}
.skills-section {
padding: 50px 0 10px;
}
 .erp-service .nav-tabs .nav-link{
        padding: 5px 6px;
}
.erp-service .nav-tabs{
    justify-content:center;
}
.quote-w, .quote, .erp-service .nav-tabs .nav-link {
font-size: 12px;
}
.btn-outline, .btn-a{
font-size:14px;
}
.title-h h2, .testimonial-section h2, .get-touch-h h2, .small-innerbanner h2, .innerbanner h2, .erp-service h4{
font-size: 30px;
}
.testimonial-section h2:before{
font-size:40px;
}
.service-h-section .service_box{
margin-bottom:10px;
}
.header-left-contact{
display:none;
}
.our-solution-h .solution-card, .ai-solution-h .solution-card, .our-solution-h .solution-box, .ai-solution-h .solution-box, .process_panel{
display:block;
}
.solution-card nav, .tab-content, .our-solution-h .solution-content, .ai-solution-h .solution-content, .our-solution-h .solution-image, .ai-solution-h .solution-image, .process_box, .testimonial-box, .address-inner, .address-left, .address-right, .title-h{
width:100%;
}
.our-solution-h .nav-tabs .nav-link, .ai-solution-h .nav-tabs .nav-link {
font-size: 18px;
margin: 00px 0;
}
.our-solution-h .solution-content, .ai-solution-h .solution-content{
left: 0;
top: 0;
}
.get-touch-h a{
font-size: 14px;
width:100%;
margin: 0 0 10px;
}
.get-in-touch-section{
background-size: 60px;
}
.process_panel:before, .designservice-h-section .container:before, .megadropdown-col:before{
content:none;
}
.p-box2, .p-box4 {
margin-top: 0;
}
.testimonial-heading p {
padding: 0;
font-size: 16px;
line-height: 24px;
}
.testimonial-box{
border-radius:0;
}
.design-banner {
background-position: left top;
padding: 130px 0 100px;
color: #fff;
}
}