@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: "Inter", sans-serif!important;
}
body {
	font-family: "Inter", sans-serif!important;
	overflow-x: hidden;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1200px!important;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
	position: relative;
}

h5 {
    font-size: 30px;
    margin: 0 0 40px;
}
p, li {
    font-size: 14px;
    line-height: 24px;
    color: #5a6673;
    margin: 10px 0 0;
}
.section_title {
    font-size: 35px;
    line-height: 45px;
    position: relative;
    font-weight: 700;
    margin: 0 0 40px;
}
.section_title span {
    display: block;
    position: absolute;
    font-size: 14px;
    letter-spacing: 7px;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    top: 160px;
    left: -60px;
    color: #1175D1;
}


.banner_wrapper {
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
    height: 540px;
	    position: relative;
}
.banner_wrapper {
    display: flex;
    justify-content: center;
}
.banner_wrapper:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 48%;
    height: 100%;
    background-image: url(../images/banner_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_wrapper .container {
    display: flex;
}
.main_header {
    padding: 5px 0;
    background-color: #fff;
}
.main_header section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: block;
}
.menu_round {
    display: none;
}
.menu_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
ul.menu_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}
ul.menu_bar li {
    margin: 0 12px;
}
ul.menu_bar li a {
    color: #000;
    letter-spacing: 1px;
    position: relative;
}
ul.menu_bar li a:after {
    background-color: #405aed;
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    bottom: -15px;
    left: 0;
    border-radius: 13px;
	display:none;
}
ul.menu_bar li a:hover {
	color: #0e239b;
}
ul.menu_bar li a:hover:after {
	display:block;
}
li.register a {
    display: block;
    padding: 4px 10px;
    border: solid 1px #203499;
    color: #203499 !important;
}
li.register a {
    display: block;
    padding: 4px 10px;
    border: solid 1px #203499;
    color: #203499 !important;
}
li.register a:hover:after {
    display: none!important;
}
.banner_img {
	display:none;
}
.banner_img img {
	width:100%;
}
.banner_content {
    display: flex;
    align-items: center;
}
.banner_wrapper h1 {
    font-size: 55px;
    line-height: 55px;
    color: #fff;
    margin: 0 0 40px;
}
.banner_wrapper p {
    color: #E2E2E2;
    margin: 0;
}
.btn_wrapper {
    display: flex;
}
.btn_wrapper a {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
	border-radius: 0;
}
.banner_content .btn_wrapper {
    margin: 50px 0 0;
}
.banner_content .btn_wrapper a {
	background-color:#3F5AEA;
	    color: #fff;
}


.product_wrapper {
    padding: 50px 0;
    background-color: #EFF4FF;
}
.product_wrapper h2 {
    margin: 0 0 50px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}
.product_wrapper section h4 {
    font-size: 18px;
    margin: 25px 0;
}
.product_wrapper section p {
    color: #757575;
}





.welcome_wrapper img {
    width: 100%;
}
.welcome_content {
    display: flex;
    align-items: center;
}
.welcome_content section {
    padding: 0 0 0 45px;
}
.welcome_content .btn_wrapper {
    margin: 40px 0 0;
}
.welcome_content .btn_wrapper a {
    background-color: #000;
    color: #fff;
}
a.contact_btn {
    background-color: transparent !important;
    color: #000 !important;
    background-image: url(../images/btn_arow.png);
    background-repeat: no-repeat;
    background-position: right 18px;
    padding: 10px 32px 10px 20px;
}











.value_wrapper {
    padding: 50px 0;
    background-color: #F8F8F8;
}
.value_intro section {
    padding: 0 0 0 45px;
}
.value_intro {
    display: flex;
    justify-content: center;
    align-items: center;
}
.value_intro .btn_wrapper {
    margin: 40px 0 0;
}
.value_intro .btn_wrapper a {
    background-color: #112693;
    color: #fff;
}
.value_wrapper article {
    background-color: #fff;
    padding: 20px 30px 20px 115px;
    position: relative;
    margin: 15px 0;
}
.value_wrapper article i {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #3F5AEA;
    border-radius: 0;
}
.value_wrapper article i img {
    width: 45px;
}
.value_wrapper article h5 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
}












.expertise_wrapper {
    padding: 50px 0;
}
.expertise_content article {
    padding: 0 0 0 115px;
    display: flex;
    align-items: center;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
    min-height: 115px;
    margin: 0 0 15px;
}
.expertise_content article img {
    position: absolute;
    left: 15px;
    top: 10px;
}
.expertise_content article h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 35px;
}
.expertise_img section {
    background-color: #202B63;
    max-width: 300px;
    float: right;
    padding: 25px;
}
.expertise_img section h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.expertise_img section p {
    color: #E0E0E0;
    font-size: 13px;
    line-height: 20px;
    margin: 25px 0 0;
}
.expertise_img section a {
    display: block;
    width: 28px;
    height: 16px;
    background-image: url(../images/btn_arow_white.png);
    margin: 60px 0 0;
}
.expertise_content section {
    margin: 115px 0 0;
}


.testimonial_wrapper {
    padding: 55px 0;
    background-color: #EFF4FF;
}
.testimonial_wrapper section {
    padding: 0 0 0 420px;
    position: relative;
    min-height: 335px;
    /*display: flex;
    align-items: center;*/
}
.testimonial_wrapper section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 335px;
    height: 335px;
    background-image: url(../images/testimonial_tag.png);
	background-size:100% auto;
}
.testimonial_wrapper section article p {
    font-size: 24px;
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: solid 1px #B8B8B8;
}
.author {
    display: flex;
    align-items: center;
}
.author img {
    border-radius: 130px;
    margin: 0 15px 0 0;
    width: 65px !important;
}
.author h5 {
    margin: 0;
}
.author h5 span {
    display: block;
    font-size: 14px;
    margin: 2px 0 0;
    color: #555;
}
img.testimonial_tag {
    display: none;
}









footer {
    background-color: #000;
    padding: 30px 0;
}
ul.social_icons {
    display: flex;
    margin: 35px 0 0;
}
ul.social_icons li {
    font-size: 22px;
    margin: 0 10px 0 0;
}
ul.social_icons li a {
    display: flex;
	color:#fff;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
	transition: all 0.6s ease 0s;
	border-radius:6px;
}
ul.social_icons li a:hover {
	background-color:#3F5AEA;
}
.footer_desc p {
    color: #A7A7A7;
}
.footer_link {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
a.footer_register {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #3F5AEA;
    color: #fff;
}
a.footer_more {
    display: block;
    color: #fff;
    text-decoration: underline;
    margin: 25px 0 0;
}
ul.footer_menu {
    display: flex;
    margin: 35px 0 35px;
}
ul.footer_menu li {
    margin: 0;
    width: 20%;
    text-align: center;
    border: solid 1px #8D8D8D;
    border-right: none;
}
ul.footer_menu li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
	transition: all 0.6s ease 0s;
}
ul.footer_menu li a:hover {
	background-color:#1e2b6e;
}
ul.footer_menu li:last-child {
    border-right: solid 1px #8D8D8D;
}
.footer_credit p {
    margin: 0;
    color: #fff;
	text-align: center;
}
.footer_email {
    display: flex;
    justify-content: end;
}
.footer_email a {
    color: #fff;
    background-image: url(../images/send.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    background-size: 21px auto;
    padding: 0 0 0 30px;
}


.inner_banner_wrapper.about_banner {
    padding: 40px 0 200px;
}
.inner_banner_wrapper {
    background-color: #151580;
    padding: 40px 0;
    background-image: url(../images/inner_banner_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_banner_wrapper h1 {
    color: #fff;
    position: relative;
    padding: 0 0 0 170px;
    font-size: 48px;
}
.inner_banner_wrapper h1 span {
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 20px 3px;
    border: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}
.inner_banner_wrapper h1 p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 20px 0 0;
    opacity: 0.8;
}


.about_wrapper {
    padding: 50px 0;
}
.about_wrapper img {
    width: 100%;
    margin: -300px 0 0;
}
.about_wrapper p span {
    font-size: 19px;
    display: block;
    margin: 0 0 30px;
}






.service_wrapper {
    padding: 50px 0;
}
.service_title {
    display: flex;
    align-items: start;
}
.service_title section h3 {
    margin: 0 0 30px;
}
.service_title section img {
    width: 90%;
}
.service_list h4 {
    font-size: 28px;
    margin: 0 0 30px;
}
.service_list h4 span {
    color: #3a478b;
}
.service_list section {
    padding: 15px 0 15px 100px;
    border-bottom: dashed 1px #ccc;
    position: relative;
}
.service_list section h5 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
}
.service_list section i {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 15px;
    background-color: #3F5AEA;
    border-radius: 0;
}
.service_list section i img {
    width: 45px;
}

.products_details {
    padding: 50px 0;
}
.products_details_img section img {
    width: 100%;
}
.products_details h4 {
    text-align: center;
    margin: 0 0 50px;
}
.products_details_content section h5 {
    font-size: 24px;
    margin: 0 0 30px;
}
.products_details_img, .products_details_content {
    margin: 35px 0;
}
.products_details_content section p {
    margin: 0 0 30px;
}
.products_details_content section ul {
    margin: 0 0 25px;
}
.products_details_content section p, .products_details_content section li {
    line-height: 20px;
}
.products_details_content section li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: left 5px;
    padding: 0 0 0 32px;
}





.contact_wrapper {
    padding: 50px 0;
}
.contact_form section {
    padding: 0 0 0 40px;
}
.contact_form input {
    width: 100%;
    border: none;
    height: 38px;
    padding: 0;
    border-bottom: solid 1px;
    /* margin: 0 0 40px; */
}
.contact_form textarea {
    width: 100%;
    border: none;
    height: 120px;
    padding: 0;
    border-bottom: solid 1px;
    /* margin: 0 0 40px; */
}
.contact_form input:focus, .contact_form textarea:focus {
    border: none !important;
    outline: none !important;
    border-bottom: solid 1px !important;
}
.address_wrapper h3 span {
    display: block;
    font-size: 16px;
    margin: 12px 0 15px;
}
a.email_id {
    font-size: 1.75rem;
    display: block;
    margin: 20px 0 55px;
    color: #000;
    text-decoration: underline;
    background-image: url(../images/send_icon.png);
    background-repeat: no-repeat;
    background-position: left 13px;
    background-size: 26px auto;
    padding: 0 0 0 40px;
}
.address_wrapper h3 {
    font-size: 24px;
}
.address_wrapper ul.social_icons {
    margin: 20px 0 0;
}
.address_wrapper ul.social_icons li a {
    background-color: #000;
    border-radius: 45px;
    width: 50px;
    height: 50px;
    font-size: 21px;
}
.contact_form button {
    background-color: #3f5bea;
    border: none;
    color: #fff;
    width: 200px;
    padding: 15px 0;
}
.address_wrapper ul.social_icons li a {
    background-color: #000;
    border-radius: 45px;
    width: 50px;
    height: 50px;
    font-size: 21px;
    transition: all 0.6s ease 0s;
}
.address_wrapper ul.social_icons li a:hover {
	background-color: #3f5bea;
}






.form-section{
    /*margin-bottom: 20px;*/
	margin-bottom: 0px;
}
  .form-group {
    position: relative;
    margin-bottom: 0px!important;
  }
.form-group.select_box, .form-group.no-validation {
    margin-bottom: 20px !important;
}
.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border: solid 1px #bbb;
    margin: 0 0 10px;
}
.form-group textarea {
    height: 120px;
}
.form-group input:focus, .form-group textarea:focus {
    outline: none !important;
    border: solid 1px #bbb!important;
}
.form-group label {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #888;
    pointer-events: none;
    transition: 0.2s all;
    font-size: 14px;
}

  .form-group input:focus + label,
  .form-group input:not(:placeholder-shown) + label,
  .form-group textarea:focus + label,
  .form-group textarea:not(:placeholder-shown) + label {
    top: -22px;
    left: 0px;
    padding: 0 0;
    font-size: 12px;
    color: #333;
  }
  .registration_img img {
    width: 100%;
}
.form-group.select_box label {
    position: relative;
    top: 0;
    left: 0;
}
span.form_info {
    display: block;
    margin: -5px 0 0;
    font-size: 13px;
    color: #384fc5;
}
.registration_form section {
    padding: 0 0 0 55px;
}
.registration_img h3 {
    font-size: 35px;
    margin: 0 0 25px;
}
.registration_img h3 span {
    display: block;
    font-size: 22px;
}
.registration_form button {
    background-color: #3f5bea;
    border: none;
    color: #fff;
    width: 160px;
    padding: 15px 0;
}
.products_details_content img {
    width: 100%;
    margin: 0 0 35px;
	display:none;
}

/* new css for validations*/
.form-groups {
     margin: 0 0 30px;
}
.form-groups.error input,
.form-groups.error textarea {
    border-bottom: 1px solid #dc3545;
}

.form-groups-list.error input,
.form-groups-list.error textarea {
    border: 1px solid #dc3545;
}

.contact_wrapper .error-message {
    margin-top: 0;
}
.error-message {
    color: #dc3545;
    font-size: 14px;
	    margin-top: -10px;
    margin-bottom: 15px;
    display: block;
    min-height: 20px;
}

.success-message {
    color: #28a745;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* Beautiful Loader styles */
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(108, 117, 125, 0.9));
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(10px);
    animation: fadeIn 0.3s ease-in-out;
}

.loader-content {
    text-align: center;
    color: white;
    transform: scale(0.8);
    animation: scaleIn 0.5s ease-out;
}

.spinner-container {
    position: relative;
    margin-bottom: 20px;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    position: relative;
}

.spinner::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.7);
    animation: spin 1.5s linear infinite reverse;
}

.loading-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    animation: pulse 1.5s ease-in-out infinite;
}

.loading-subtitle {
    font-size: 14px;
    opacity: 0.8;
    animation: fadeInOut 2s ease-in-out infinite;
}

/* Beautiful Popup styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease-in-out;
}

.popup {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
    width: 90%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: scale(0.7);
    animation: popIn 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.popup::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #007bff, #28a745, #007bff);
    border-radius: 22px;
    z-index: -1;
    animation: borderGlow 3s linear infinite;
    opacity: 0.7;
}

.popup-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    animation: bounceIn 0.8s ease-out;
}

.popup.success .popup-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(40, 167, 69, 0.4);
}

.popup.success .popup-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(40, 167, 69, 0.3), transparent);
    animation: ripple 2s infinite;
}

.popup.error .popup-icon {
    background: linear-gradient(135deg, #dc3545, #e74c3c);
    color: white;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.popup.error .popup-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.3), transparent);
    animation: ripple 2s infinite;
}

.popup h3 {
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.popup p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.popup-button {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.popup-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.popup-button:hover::before {
    left: 100%;
}

.popup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 123, 255, 0.4);
}

.popup-button:active {
    transform: translateY(0);
}

.submit-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
    transform: none;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes scaleIn {
    from { transform: scale(0.5); opacity: 0; }
    to { transform: scale(0.8); opacity: 1; }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes fadeInOut {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 0.4; }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.5) rotate(-10deg);
    }
    50% {
        transform: scale(1.1) rotate(2deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes borderGlow {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}
/* new css for validations final step*/


@media (min-width:250px) and (max-width:1200px) {

}


@media (min-width:250px) and (max-width:991px) {
.menu_round {
    display: block;
    font-size: 27px;
    background-color: #112693;
    color: #fff;
    padding: 3px 10px;
    margin: 0 0 0;
}
.menu_wrapper {
    flex-direction: column;
}	
    ul.menu_bar {
        display: none;
        margin: 20px 0 0;
        width: 100%;
        background-color: #3F5AEA;
        position: absolute;
        left: 0;
        top: 70px;
    }
ul.menu_bar li {
    margin: 0;
    font-size: 13px;
    padding: 0;
    text-align: center;
}
ul.menu_bar li a {
    letter-spacing: 0px;
    display: block;
    padding: 10px 0;
	color: #fff;
}
ul.menu_bar li {
   border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}	
ul.menu_bar li:last-child {
    border-bottom: none;
}



	
.product_wrapper section {
    margin: 25px 0;
}
.testimonial_wrapper section:before {
	display:none;
}
.testimonial_wrapper section {
    padding: 0;
    position: relative;
    min-height: 335px;
    display: block;
    text-align: center;
}
img.testimonial_tag {
    display: block;
    width: 250px;
    margin: 0 auto 25px;
}
.author {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_banner_wrapper h1 {
    padding: 50px 0 0;
    font-size: 38px;
}
.inner_banner_wrapper h1 span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}
}


@media (min-width:250px) and (max-width:767px) {
.banner_wrapper:after {
	display:none;
}
.banner_img {
    display: block;
    margin: 0 0 30px;
}
.banner_wrapper {
    padding: 40px 20px;
	height: auto;
}
.banner_wrapper h1 {
    font-size: 45px;
    line-height: 45px;
}
.welcome_wrapper img {
    width: 340px;
    display: block;
    margin: 0 auto;
}
.welcome_content section {
    padding: 50px 0 50px 45px;
}
.value_wrapper article {
    margin: 15px 0 15px 45px;
}
.value_intro section {
    padding: 0 0 25px 45px;
}
.inner_banner_wrapper.about_banner {
    padding: 40px 0;
}
.about_wrapper img {
        width: 100%;
        margin: 20px 0 0;
    }
.products_details_img {
    display: none;
}	
.products_details_content img {
	display:block;
}
.service_title section, .registration_img section {
    max-width: 345px;
    margin: 0 auto 70px;
    text-align: center;
}
.service_list h4 {
    font-size: 20px;
    text-align: center;
}	
.contact_form section, .registration_form section {
    padding: 0;
    margin: 50px 0 0;
}
.registration_form section {
    padding: 0;
    margin: 0!important;
}
}



@media (min-width:250px) and (max-width:576px) {
.expertise_img img {
    width: 100%;
}
ul.footer_menu li a {
    font-size: 11px;
}
.footer_email {
    justify-content: flex-start;
    margin: 15px 0 0;
}
}



@media (min-width:250px) and (max-width:500px) {
.service_list section {
    padding: 15px 0 15px 80px;
}	
.service_list section i {
    width: 60px;
    height: 60px;
    left: 0;
    top: 15px;
}
.service_list section h5 {
    font-size: 16px;
}	
}