.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.pagination_main{
width: 100%;
display: flex;
justify-content: center;
}
.pagination_main .page-numbers{
margin-right: 1.2rem;
width: 40px!important;
height: 45px!important;
line-height: 2.6rem!important;
font-size: 1.3rem;
font-weight: 600;
text-align: center;
border-radius: 6px;
border: 2px solid #3333ff;
background: #fff;
color: #222;
}
.pagination .page-numbers:hover{
background: var(--vtc-bg-main-1);
color: #222;
}
.pagination .current {
background: var(--vtc-bg-main-1);
color: #222;
}
.pagination .page-numbers:last-child{
margin-right: 0rem;
} .service-details-sec1 ul{
margin-top: 10px;
}
.service-details-sec1  ul li{
list-style-type: disc;
margin-left: 20px;
}
.swoff h5{
margin: 10px 0;
font-weight: 600;
}
.num_icon{
display: flex;
justify-content: center;
}
.num_icon span{
height: 40px;
width: 40px;
background: #fff;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-weight: 700;
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.sidebarbgwhite img{
background: #fff;
padding: 10px;
border-radius: 10px;
}
.hero1 {
min-height: auto;
padding: 180px 0 80px 0;
}
.about1 .images-all .image1 {
position: absolute;
left: 0;
bottom: 0px;
border-bottom: 5px solid #0f3df1;
border-radius: 150px;
}
.about1 .images-all .image2 {
position: absolute;
bottom: 100px;
left: -100px;
width: 350px;
}
.about1 .images-all .image3 {
position: absolute;
bottom: -50px;
right: -50px;
width: 430px;
}
.sm_icon img{
max-height: 16px;
}
.hero1 .main-heading .hero_span{
background: #eee!important;
}
.txtred{
color: #ef404d;
}
.txtblue{
color: #0f3df1;
}
.gradient {
background: conic-gradient(from 45deg at bottom, #ef404d 0%, #0f3df1 100%);
}
.service_main .service-box{
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}
.service_box{
padding: 36px 24px 50px 24px;
border-radius: 10px;
transition: all 0.3s ease-in-out;
text-align: center;
border: 1px solid #ccc;
position: relative;
}
.service_box h4{
margin: 10px 0;
}
.service_box p{
line-height: 24px;
}
.service_box a i{
background: #fff;
color: #0f3df1;
height: 40px;
width: 40px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
bottom: -18px;
left: 50%;
transform: translate(-50%, 0);
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
border: 1px solid #ccc;
transition: all 0.3s ease-in-out;
}
.service_box h4 a:hover{
color: #0f3df1;
}
.service_box a i:hover{
background: #0f3df1;
color: #fff;
}
.project-showcase {
margin: 0 auto;
padding: 40px 20px;
}
.project-card {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
background-color: #fff;
border-radius: 16px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
overflow: hidden;
border: 2px solid #ccc;
}
.project-card.reverse {
flex-direction: row-reverse;
}
.project-content,
.project-image {
flex: 1;
min-width: 300px;
}
.project-content {
padding: 30px;
}
.project-content h3 {
font-size: 24px;
margin-bottom: 16px;
color: #222;
}
.project-content p {
font-size: 16px;
color: #555;
line-height: 1.6;
margin-bottom: 20px;
}
.project-link {
color: #e63946;
font-weight: bold;
text-decoration: none;
}
.project-link:hover {
text-decoration: underline;
}
.project-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.service5 .service5-items::after {
border: 2px solid #000;
}
.service5 .service5-items .service5-heading {
padding: 60px 60px 60px 0px;
}
.service5 .service5-items .images .image2 {
position: absolute;
top: 10%;
left: 50px;
}
.heading5 .title {
background-color: #FFF0EC;
}
.heading5 .title span.span {
display: inline-block;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 14px;
text-transform: uppercase;
background: var(--SEO-Marketing-Gradient-Color, linear-gradient(90deg, #FB3F52 0%, #FA7D3C 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.insudtry_row{
display: grid;
grid-template-columns: auto auto auto auto auto;
gap: 20px; 
}
.industry_item{
border: 1px solid #ddd;
padding: 25px 15px;
border-radius: 5px;
transition: 0.3s all ease-in-out;
}
.industry_item:hover{
transform: scale(1.05);
transform-origin: center;
}
.industry_item .item_wrapper{
text-align: center;
}
.industry_item .item_wrapper img{
height: 50px;
margin-bottom: 10px;
}
.bgi1{
background: #fffcf1;
}
.bgi2{
background: #edf4fa;
}
.bgi3{
background: #f1fdf8;
}
.bgi4{
background: #faf2f1;
}
.bgi5{
background: #f5f1fc;
}
.srbt_imgmain{
display: flex;
align-items: center;
margin-top: 50px;
}
.cta_home_main .cta-section {
border-radius: 15px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.cta_home_main .cta-text {
flex: 1 1 400px;
padding-right: 20px;
}
.cta_home_main .cta-text h2 {
font-size: 2rem;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
}
.cta_home_main .cta-text h2 span {
color: #0f3df1;
}
.cta_home_main .cta-text p {
font-size: 18px;
color: #333;
margin-bottom: 30px;
}
.cta_home_main .cta-text .btn {
background-color: white;
color: #000;
padding: 12px 25px;
border-radius: 30px;
font-weight: 600;
display: inline-flex;
align-items: center;
text-decoration: none;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.cta_home_main .cta-text .btn:hover {
background-color: #28a745;
color: white;
}
.cta_home_main .cta-text .btn span {
display: inline-block;
background-color: #28a745;
color: white;
margin-left: 12px;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
font-size: 16px;
transition: background 0.3s ease;
}
.cta_home_main .cta-text .btn:hover span {
background-color: white;
color: #28a745;
}
.cta_home_main .cta-image {
flex: 1 1 300px;
text-align: center;
position: relative;
}
.arrow_image{
position: absolute;
top: 100px;
left: 0px;
}
.cta_home_main .cta-image img {
max-width: 100%;
max-height: 350px;
border-radius: 10px;
}
.pdnew{
padding-top: 100px;
}
@media (max-width: 768px) {
.cta_home_main .cta-section {
flex-direction: column;
text-align: center;
}
.cta_home_main .cta-text {
padding-right: 0;
}
.cta_home_main .cta-text .btn {
justify-content: center;
}
}
.sweoffimage img{
height: 300px;
width: 100%;
object-fit: cover;
}
.hero5{
min-height: auto!important;
}
.footer1 p{
color: #ddd;
}
.footer1 .menu-list h3{
color: #fff;
}
.footer1 .menu-list ul li a {
color:#ddd;
}
.footer1 .menu-list.contact-list .contact-box .pera a {
color:#ddd;
}
.footer1 .menu-list.contact-list .contact-box .icon {
background: #fff;
border-radius: 100%;
padding: 5px;
}
.footer1 .footer-social li a {
color: #fff;
}
.footer1 .footer-border {
margin: 10px 0px;
}
.footer_bottom_row{
padding-bottom: 10px;
}
.footer_logo img{
background: #fff;
padding: 10px 20px;
border-radius: 6px;
}
.service_type .blog-box {
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.service_type .blog-box .heading1 {
padding: 5px 25px 25px 25px;
}
.service_type .blog-box .heading1 p{
font-size: 16px;
line-height: 24px;
}
.service_type .blog-box .image img {
border-radius: 0px;
}
.service_type .blog-box:hover img{
border-radius: 0px!important;
}
.reverse_row{
display: flex;
flex-direction: row-reverse;
}
.image_new img{
height: 100%;
width: 100%;
object-fit: cover;
margin-top: 70px;
}
.content_pd{
padding-top: 60px;
} #popupOverlay {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
z-index: 999;
justify-content: center;
align-items: center;
} #popupBox {
background: #fff;
width: 80%;
max-width: 800px;
border-radius: 12px;
display: flex;
overflow: hidden;
animation: fadeIn 0.4s ease;
position: relative;
} #popupBox .popup-img {
flex: 1;
min-height: 300px;
} #popupBox .popup-form {
flex: 1;
padding: 30px;
display: flex;
flex-direction: column;
justify-content: center;
} #popupBox .closeBtn {
position: absolute;
top: 12px; right: 15px;
font-size: 32px;
font-weight: bold;
color: #333;
cursor: pointer;
transition: 0.3s;
}
#popupBox .closeBtn:hover {
color: #e74c3c;
} #popupBox input, 
#popupBox textarea {
width: 100%;
padding: 12px;
margin: 8px 0;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 15px;
}
#popupBox button {
background: #3498db;
color: #fff;
padding: 12px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
margin-top: 10px;
transition: 0.3s;
}
#popupBox button:hover {
background: #2980b9;
}
.popup-img img{
width: 100%;
height: 100%;
object-fit: cover;
}
.ctbox1 .single-box{
background: #dbe2ff!important;
}
.ctbox2 .single-box{
background: #ffeeec!important;
}
.abt_pagesec .heading1{
padding-left: 0px!important;
}
.servive_about .service_box{
margin-bottom: 25px;
}
.service_box h5{
font-weight: 600;
margin: 10px 0;
}
.servive_about .service_box img{
height: 70px;
} @media(max-width: 768px) {
#popupBox {
flex-direction: column;
width: 90%;
}
#popupBox .popup-img {
height: 200px;
}
} @keyframes fadeIn {
from { opacity: 0; transform: scale(0.8); }
to { opacity: 1; transform: scale(1); }
}
.buttonCustom{
background: #3333ff!important;
color: #fff;
padding: 10px 40px!important;
border-radius: 6px;
font-size: 18px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.menu-close .fa-xmark::before{
color:red;
} @media (max-width: 768px) {
.project-card,
.project-card.reverse {
flex-direction: column;
}
.project-content {
padding: 20px;
}
}
@media screen and (max-width: 1400px){
.service5 .service5-items .images .image2 {
top: 16%;
left: 40px;
}
}
@media screen and (max-width: 1200px){
.about1 .images-all .image2 {
bottom: 200px;
left: -110px;
}
.about1 .images-all .image3 {
bottom: -50px;
right: -50px;
}
.about1 .images-all .image1 {
top: 0px;
}
.insudtry_row{
grid-template-columns: auto auto auto auto;
}
}
@media screen and (max-width: 992px){
.hero1 {
min-height: auto;
padding: 0px 0 60px 0;
}
.banner_form{
margin-top: 40px;
}
.about_row{
display: flex;
flex-direction: column-reverse;
}
.about1 .images-all .image1 {
bottom: 0px;
}
.service5 .service5-items .images .image2 {
top: 0;
left: 0;
padding: 4px;
}
.service5 .service5-items .images {
max-height: 400px;
}
.service5 .service5-items .service5-heading {
padding:  40px;
}
.insudtry_row{
grid-template-columns: auto auto auto;
}
.arrow_image{
display: none;
}
.home_testi .btm_img{
display: none;
}
.home_testi .heading1{
margin-bottom: 25px;
}
.content_area{
margin-top: 60px;
}
.content_area .main-images {
margin: 0;
}
.cta_home_main {
padding-top: 50px;
}
.cntd_row{
margin-bottom: 30px;
}
}
@media screen and (min-width: 992px){
.hero1 .hero_heading{
padding-top: 0;
}
.hero1 .hero_heading h1{
font-size: 56px;
line-height: 65px;
margin: 16px 0;
}
}
#popupBox .popup-form {
padding-bottom: 0px;
}
#popupBox .closeBtn{
color: red;
}
@media screen and (max-width: 768px){
.service5 .service5-items .images {
max-height: 300px;
}
.service5 .service5-items::after {
background-position:  center left!important;
}
.insudtry_row{
grid-template-columns: auto auto;
}
.cta_home_main {
padding-top: 50px;
}
.cta_home_main .cta-text {
flex: 1 1 0px;
}
.home_testi .container{
padding-bottom: 80px!important;
}
.home_testi .pagination-buttons{
width: 100%;
display: inline-flex;
justify-content: center;
}
#popupBox .popup-img {
margin-bottom: -50px;
height: 260px;
overflow:hidden!important;
}
.popup-img img {
width: 100%;
height: 260px;
object-fit: cover;
}
}
@media screen and (max-width: 616px){
.about1 .images-all .image2 {
bottom: 0px;
left: 40%;
}
.about1 .images-all .image3 {
bottom: -100px;
right: 0px;
}
}
@media screen and (max-width: 550px){
.service5 .service5-items .images {
height: 280px;
}
}
@media screen and (max-width: 480px){
.about1 .images-all .image2 {
bottom: 60px;
left: 35%;
max-width: 280px;
}
.about1 .images-all .image3 {
bottom: -30px;
right: 30px;
max-width: 380px;
}
.about1 .images-all .image1 {
border-bottom: 0px solid #0f3df1;
}
.about_row{
margin-bottom: -50px;
}
.service5 .service5-items .images {
height: 260px;
}
.service5 .service5-items .images img{
background: #fff;
height: 260px!important;
width: 100%!important;
object-fit: contain!important;
}
.insudtry_row{
gap: 10px; 
grid-template-columns: 50% 50%;
margin: 10px;
margin-left: 0;
}
.industry_item{
padding: 16px 10px;
}
.industry_item .item_wrapper img{
height: 40px;
}
.industry_item h5{
font-size: 16px;
}
.content_area .main-images {
height: 400px;
margin-top: 20px;
}
}
@media screen and (max-width: 420px){
.about1 .images-all .image2 {
bottom: 120px;
left: 35%;
max-width: 280px;
}
.about1 .images-all .image3 {
bottom: 50px;
right: 0px;
max-width: 320px;
}
.about_row{
margin-bottom: -120px;
}
.content_area{
padding-bottom: 0!important;
}
.faq-contact .faq-contact-form {
padding: 30px 16px;
}
}
@media only screen and (max-width: 991px) {
.hero1.gradient .main-heading {
padding-top: 40px;
}
.service_main .service_box{
margin-bottom: 40px;
}
}
.recaptcha_div2{
margin-top: -20px;
margin-bottom: 15px;
background: #fff;
border-radius: 4px;
}
@media only screen and (max-width: 768px) {
.recaptcha_div2{
margin-top: -10px;
margin-bottom: 15px;
}
.details-tagsdates .date{
margin-top: 10px;
}
}
.details-tagsdates ul{
margin-left: -20px;
}
#popupBox input, #popupBox textarea {
padding: 6px;
margin: 5px 0;
}
#popupBox .popup-form {
padding-top: 20px;
padding-bottom: 20px;
}
.details-posts .image-anime img{
height: 100%;
width: 100%;
object-fit:cover;
}
.details-posts p{
margin-top: 10px;
margin-bottom: 20px;
}
.details-posts h1{
color: #ef404d;
}
.details-posts h2{
margin-top: 30px;
margin-bottom: 10px;
color: #0f3ff1;
}
.details-posts ul li{
margin-left: 20px;
list-style-type: disc;
}
.details-posts ol li{
margin-left: 20px;
list-style-type: numbers;
}
.details-posts ul, .blog-details-area ol {
margin-bottom: 20px;
}