﻿.contact_us { /* background: #f5f5f5; */ padding: 45px 0 50px; overflow: visible; position: relative; } .contact-heading { margin-bottom: 24px; font-size: 26px; font-weight: 500; } .bold-detail-text { font-weight: 400; font-size: 13px; margin-bottom: 2px; color: #6f6f6f; } .contact-detail-text { font-weight: 500; font-size: 14px; margin-bottom: 5px; color: #249ea3; } .contact_us h2.eff_tri { text-align: left; margin-bottom: 25px; font-size: 24px; } .contact_us h2.eff_tri:before { left: 0 !important; } /* LEFT FORM */ .form-box { /* flex: 1; */ /* background: #ffffffb3; */ /* padding: 25px; */ /* border-radius: 15px; */ /* border: 1px solid #ffffff4d; */ /* box-shadow: 0 5px 20px rgba(0,0,0,0.08); */ } .form-box input, .form-box textarea { font-size: 14px; width: 100%; border-width: 1px; padding: 9px 12px; /* padding-bottom: .75rem; */ background: #ffffffcc; border-radius: 3px; border: 1px solid #1b42803b; outline: none; margin-bottom: 0; } .form-box textarea { height: auto; resize: none; } /* Button */ .form-box button { width: 100%; padding: 12px; border: none; /* background: linear-gradient(45deg, #0d47a5, #1b4280); */ color: #fff; border-radius: 3px; cursor: pointer; font-weight: bold; transition: 0.3s; background: #1b4280; } .info-box { flex: 1; display: flex; flex-direction: column; gap: 0; padding-right: 50px; border-right: 1px solid #dadada; margin-right: 50px; position: sticky; top: 180px; } .input-text-box { margin-top: 10px; } /* Cards */ .card { background: #ffffff00; /* padding: 20px; */ /* border: 1px solid #ffffff4d; */ /* border-radius: 15px; */ /* box-shadow: 0 5px 20px rgba(0,0,0,0.08); */ border: 0; border-radius: 0; font-size: 14px; } .highlight-text { color: #000000; font-size: 13px; margin: 0 0 5px; font-weight: 400; display: block; } .eiugiu_tri { margin-bottom: 15px; display: flex; } p.contact-heading.yjyyguy_tri { margin-bottom: 0; } p.grh_tri { font-size: 14px; color: #4f4f4f; font-weight: 400; margin-top: 6px; } .efiuy_tri { width: 35px; height: 35px; min-width: 35px; border: 1px solid #dfdfdf; display: flex; align-items: center; justify-content: center; margin-right: 10px; border-radius: 50px; color: #1b4280; font-size: 16px; animation: gradient1 3s ease infinite, rocking 3s ease infinite; padding: 6px; } /*========Popup Css Start============*/ .Click-here { cursor: pointer; background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%); color: #fff; width: 180px; text-align: center; font-size: 16px; padding: 18px 0; margin: 0 auto; transition: background-image 3s ease-in-out; } .Click-here:hover { transition: background-image 3s ease-in-out; background-image: linear-gradient(90deg, #fee140 0%, #f83600 100%); } .custom-model-main { text-align: center; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; /* z-index: 1050; */ -webkit-overflow-scrolling: touch; outline: 0; opacity: 0; -webkit-transition: opacity 0.15s linear, z-index 0.15; -o-transition: opacity 0.15s linear, z-index 0.15; transition: opacity 0.15s linear, z-index 0.15; z-index: -1; overflow-x: hidden; overflow-y: auto; } .model-open { z-index: 99999; opacity: 1; overflow: hidden; } .custom-model-inner { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: -webkit-transform 0.3s ease-out; -o-transition: transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; display: inline-block; vertical-align: middle; width: 600px; margin: 30px auto; max-width: 97%; } .custom-model-wrap { display: block; width: 100%; position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; text-align: left; padding: 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .model-open .custom-model-inner { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); position: relative; z-index: 999; } .model-open .bg-overlay { background: rgba(0, 0, 0, 0.6); z-index: 99; } .bg-overlay { background: rgba(0, 0, 0, 0); height: 100vh; width: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 0; -webkit-transition: background 0.15s linear; -o-transition: background 0.15s linear; transition: background 0.15s linear; } .success-card { text-align: center; padding: 28px 30px 4px; position: relative; } .success-card h2 { font-size: 32px; margin-top: 25px; color: #2c2c54; font-weight: 700; } .success-card p { font-size: 16px; color: #666; margin-top: 10px; } .continue-btn { margin-top: 25px; background: linear-gradient(90deg, #1b4280, #1b4280); border: none; color: #fff; padding: 9px 35px; border-radius: 7px; font-size: 16px; cursor: pointer; transition: 0.3s; } .continue-btn:hover { transform: translateY(-2px); } .success-icon { position: fixed; top: -33px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, #184387 0%, #219ea3 100%); width: 90px; height: 90px; border-radius: 50%; display: flex; align-items: center; justify-content: center; } .success-icon svg { width: 45px; height: 45px; } .check-circle { stroke: #fff; stroke-width: 3; stroke-dasharray: 166; stroke-dashoffset: 166; animation: circle 0.6s forwards; } .check-path { stroke: #fff; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; animation: check 0.4s 0.6s forwards; } @keyframes circle { to { stroke-dashoffset: 0; } } @keyframes check { to { stroke-dashoffset: 0; } } @media screen and (min-width:800px) { .custom-model-main:before { content: ""; display: inline-block; height: auto; vertical-align: middle; margin-right: -0px; height: 100%; } } @media screen and (max-width:799px) { .custom-model-inner { margin-top: 45px; } } /*==========Popup Css Start==========*/ @media (max-width: 767.98px) { .info-box { border: 0; padding: 0; margin: 20px 0 0; } } .rtgyu_tri { display: flex; background: #eef3f8; padding: 7px 12px; border-radius: 0 0 5px 5px; margin-bottom: 10px; justify-content: center; } .fuiguy_tri.formactive { border-bottom: 1px solid #ffffff !important; background: #249ea3; color: #ffffff; } .fuiguy_tri { padding: 6px 30px; width: 50%; text-align: center; cursor: pointer; border-radius: 5px; font-size: 14px; font-weight: 500; } .rtgyrgfu_tri { margin-top: 12px; } .egfuigfduy_tri { max-height: unset; min-height: unset; } input[type="file"] { position: absolute; top: 0; left: 0; height: 100%; padding: 0; opacity: 0; z-index: 99; } .efiughy_tri { position: absolute; top: -130px; } .dhvahavha--new-ami.grghrhr_tri { position: relative; padding: 10px 12px; } .efiuy_tri img { width: 100%; } .efuiguy_tri { max-height: unset; min-height: unset; } .contact-section { position: relative; } .rfugyu_tri { font-weight: 600; margin-bottom: 18px; font-size: 16px; display: flex; align-items: center; white-space: nowrap; } .rfugyu_tri:after { content: ""; border-bottom: 1px solid; border-image: linear-gradient(91deg, #0000004d, #0000001c, #ffffff00) 1; width: 90%; margin-left: 10px; } .feuiguy_tri { margin-bottom: 25px; } .feuiguy_tri:last-child { margin-bottom: 0; } section.contact-address-area { background-attachment: fixed; padding: 40px 0 70px; background-color: #eef3f8; background-color: #1c468e; background-image: url(../images/vps_bg.webp); position: relative; } .contact-address-box {display: flex;justify-content: center;flex-direction: row;flex-wrap: wrap;position: relative;} .single-contact-address-box {position: relative;display: block;padding: 15px 50px 0;width: 40%;border-right: 1px solid;border-image: linear-gradient(357deg, #ffffff00, #ffffff4d, #ffffff00) 1;} .contact-inner-box { text-align: center; line-height: 23px; color: #fff; } .single-contact-address-box .contact-inner-box .kujklui_tri { font-size: 24px; color: #229ca1; width: 42px; height: 42px; min-width: 42px; display: flex; align-items: center; justify-content: center; margin: auto; border: 1px solid #229ca130; border-radius: 50%; background: #fff; box-shadow: 2px 2px 0px 0px #d1d1d17a; } .kujklui_tri img {width:100%;height: 100%;padding: 5px;} .single-contact-address-box .contact-inner-box h4 { font-size: 16px; font-weight: 500; margin: 12px 0px 7px; /* color: #1b3b71; */ color: #88faff; } .single-contact-address-box a { color: #000000; display: block; font-size: 13px; margin-bottom: 4px; } section.contact-address-area h2.eff_tri { margin-bottom: 12px; color: #fff; } .efuyguy_tri { margin-bottom: 0; padding: 0; font-size: 14px; text-align: center; line-height: 25px; color: #ffffffb8; } section.contact-address-area:before { content: ""; position: absolute; left: 0; width: 100%; top: 0; height: 100%; background: radial-gradient(rgb(0, 55, 111), rgb(0, 18, 42)); opacity: .8; } section.contact-address-area .ggrrfgu_tri { margin-bottom: 25px; position: relative; } .single-contact-address-box:last-child{border:0;} @media (max-width: 767.98px) { .single-contact-address-box { width: 100%;         border-bottom: 1px solid; border-right: 0px solid; border-image: linear-gradient(90deg, #ffffff00, #ffffff4d, #ffffff00) 1; padding: 15px 30px 15px; } .contact_us { padding: 10px 0 50px; } .efuyguy_tri { width: 62%; margin: auto; } }.eiugihtghu_tri { margin-bottom: 8px; display: flex; align-items: center; } .eiugihtghu_tri a.highlight-text { margin: 0; } span.rgrfg_tri { font-size: 13px; font-weight: 600; margin-right: 5px; } span.uiyh_tri { display: block; }