@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900";
* {
margin:0px;
padding:0px;
}
html {
scroll-behavior: smooth;
}

a:focus, a:hover{outline: none; text-decoration: none;}
body {
line-height: 26px;
font-size: 16px;
color: #4E4E4E;
font-family:'Roboto',sans-serif;font-weight:400;
font-style: normal;
overflow-x: hidden;
}
.wrapper{overflow-x: hidden;}
img {
width: 100%;
}
a:hover {
text-decoration: none;
}
h1{font-size: 32px; margin: 0px 0 15px;}
h2 {
line-height: 44px;
font-size:32px;
}
h3 {
font-size: 18px;
}
h1,h2, h3, h4, h5, h6 {
text-transform:uppercase;
font-weight: 600;
color: #000
}
a:active, a:hover {
outline-width: 0;
outline: 0;
border: 0;
text-decoration: none;
}
input:focus{outline: none;}
.about_info {
display: inline-block;
width: 100%;
clear: both;
background: #f9f8f8;
padding: 40px 0;
}

.tel_number {
    margin: 10px 0 20px;
    display: inline-block;
    width: 100%;
}

.phone_inputs .pure-material-textfield-outlined{margin: 0px;}
.about_img{width: 100%;}
.information_whatsnext{display: inline-block; clear: both; padding: 35px 0px; width: 100%;}
.about_whats-next {
vertical-align: middle;
display: table-cell;
position: relative;
height: 100%;
padding:0px;
}
.content-info-about{
display: table;vertical-align: middle;
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;
}
.content-abouts {
max-width: 650px;
margin: 0 auto;
}
.about_whats-next h2 span{color: #0C73B9;}
.cta_btn {display: inline-block; width: 100%; clear: both; margin: 10px 0 0;}
.cta_btn a{
background: none!important;
color: #000!important;
border: 0px;
border: 2px solid #000;
font-size: 18px;
letter-spacing: 2px;
font-weight: 500;
padding: 13px 20px;
margin: 10px 0 0;
display: inline-block;
text-transform: uppercase;
}
.cta_btn a:hover{background: #000!important; color: #fff!important;}
.enquiry_form {
display: inline-block;
width: 100%;
padding: 50px 50px 50px 20px;
}
.pure-material-textfield-outlined {
--pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
position: relative; width: 100%;
display: inline-block; margin:15px 0px;
padding-top: 6px;
font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
font-size: 16px;
line-height: 1.5;
overflow: hidden;
}
.whats-next-logo {
    /* width: 300px; */
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
}

.error_com {
    position: absolute;
    left: 0;
    bottom: -18px!important;
    color: #f00;
    font-size: 13px;
}
.tel_number .error_com {
    left:0px!important;
}
.about_info .container{width: 90%;}


.tel_number .pure-material-textfield-outlined > input:focus + span{left: 0px!important;}
.tel_number .intl-tel-input input{background: none!important; border: 0px!important; width: 100%;}
.tel-mobile {
    width: 100px; margin-right: 10px;
    float: left; margin-top: 6px;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border: 1px solid;
    padding: 10px;
    border-radius: 4px;
}
.tel_number{
    margin: 10px 0 20px;
}
.phone_inputs{ float: left; width: calc(100% - 113px);}
.intl-tel-input .flag-dropdown{left: 10px;}
.form_details{text-align: center;}
.whats-next-logo img{width: 50%;}
/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
box-sizing: border-box;
margin: 0;
border: solid 1px; /* Safari */
border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
border-top-color: transparent;
border-radius: 4px;
padding: 15px 13px 15px;
width: 100%;
height: inherit;
color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
background-color: transparent;
box-shadow: none; /* Firefox */
font-family: inherit;
font-size: inherit;
line-height: inherit;    font-weight: 400;
font-size: 14px;
caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
transition: border 0.2s, box-shadow 0.2s;
}
input.largerCheckbox {
width: 20px;
height: 20px;
}
input.largerCheckbox {
width: 20px;
float: left;
height: 20px;
margin-right: 10px;
}
input[type=submit] {
background-color: #1d499f;
border: 0; width: 100%;
color: #fff;
border: 0!important;
font-size: 18px;
font-weight: 400;
margin-top: 20px;
padding: 10px 33px;
display: inline-block;
border-radius: 0px;
text-transform: uppercase;
letter-spacing: 2px;
}
input[type=submit]:hover{background: #000;}
/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
position: absolute;
top: 0;
left: 0; font-weight: 400;
display: flex;
border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
width: 100%;
max-height: 100%;
color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
font-size: 75%;
line-height: 15px;
cursor: text;
transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
content: "";
display: block;
box-sizing: border-box;
margin-top: 6px;
border-top: solid 1px;
border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
min-width: 10px;
height: 8px;
pointer-events: none;
box-shadow: inset 0 1px transparent;
transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
margin-right: 4px;
border-left: solid 1px transparent;
border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
flex-grow: 1;
margin-left: 4px;
border-right: solid 1px transparent;
border-radius: 0 4px;
}
/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
border-top-color: transparent;
}
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
font-size: inherit;
line-height: 68px;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
border-top-color: transparent;
}
/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
border-top-color: transparent;
box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
outline: none;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
border-top-color: var(--pure-material-safari-helper1) !important;
box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
border-top-color: transparent !important;
color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
border-top-color: transparent !important;
}
/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea,
.pure-material-textfield-outlined > textarea + span,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
transition-duration: 0.1s;
}
}
}
.center-heading{display: inline-block; text-align: center; width: 100%;}
.journey-omaxe-info {
width: 100%;
margin: 45px 0 0;
background: #f2f2f2;
}
.padd-right0{
padding-right: 0px;
}
.padding-0 {
padding: 0px;
}
.journey-left {
display: inline-block;
width: 100%;
background: rgb(0, 88, 156);
padding: 0px;
}
.journey-left-text {
display: inline-block;
width: 100%;
padding:65px;
}
.journey-left-text h3 {
color: #fff; margin-bottom: 35px;
text-transform: uppercase;
font-size: 36px;
letter-spacing: 2px;
line-height: 44px;
}
.omaxe-journey-logo {
display: inline-block;
width: 200px; margin-bottom: 20px;
clear: both;
}
.journey-left-text p {
font-size: 24px;
color: #fff;
font-weight: 300;
letter-spacing: 1px;
}
.journey-image-2 {
margin-bottom: 10px;
overflow: hidden;
}
.simply-scroll {
width: 100%;
height:100%;
margin-bottom: 0em;
}
.simply-scroll .simply-scroll-clip {
width: 3600px;
height:100%;
}
.simply-scroll-clip {
position: relative;
overflow: hidden;
}
.simply-scroll-list {
overflow: hidden;
margin: 0px;
padding: 0px;
list-style: none;
}
.simply-scroll .simply-scroll-list li {
float: left;
width: 2830px;
height:100%;
}
#pp {
display: block;
}
.simply-scroll-list li img {
display: block;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
}
.journey-image-2 img {
width: 2830px;
position: relative;
}
/*Fotter Wrapper*/
.fotter-wrapper {
float: left;
width: 100%;
clear: both;
background:#000 url(../images/Journery-footer-icon.png);
background-repeat: repeat-x;
background-position: bottom;
padding: 30px 0 60px 0;
background-color: #1e1e1e;
}
.copy-right {
text-align: center;
}
.f-socail ul li{display: inline-block;}
.f-socail ul li a.fa {
padding: 10px 0;
font-size: 19px;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.f-socail ul li a.fa:hover {
opacity: 0.9; color: #fff;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-youtube{
background:#bb0000;
color: white;
}
.fa-instagram{
background:#125688;
color: white;
}
.f-socail{text-align: center; clear:both;}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.copy-right p {
color: #ddd; font-size: 14px;
}
.fotter-wrapper .center-heading h2 {
margin: 0px 0 10px;
color: #fff; letter-spacing: 2px;
}
.content-section{
width: 100%;
clear: both;
}
.whats-next-infos {
    display: inline-block;
    clear: both;
    margin: 70px 0 0;
    width: 100%;
    background: #f2f1ff;
}
.owl-nav button {
width: 50px;
height: 50px;
opacity: 1;
display: inline-block;
border: 0;
background: #fff!important;
box-shadow: 0 0 14px 0 rgb(0 0 0 / 25%);
}
.owl-nav button:hover{
background: #000!important;
color: #fff!important;
}
.owl-prev{position: relative; left: -5px;}
.owl-nav span{font-size: 30px;}
.owl-nav{
text-align: right;
position: absolute;
right: 20px;
bottom: 20px;
}
.owl-dots{display: none;}
.mobile{display: none;}
.modal-dialog {
    width: 400px;
    margin: 23vh auto;
}
.modal-body {
    padding: 0px;
}
button.close {
    border-radius: 50%;
    position: absolute;
    right: -16px;
    background: #fff;
    color: #000!important;
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 29px;
    text-align: center;
    line-height: 0;
    opacity: 1!important;
    top: -17px;
    text-shadow: none;
    padding: 0;
}
.popup-heading {
    background: #a12525;
    padding: 10px 15px 10px;
    display: inline-block;
    width: 100%;
}
.popup-heading h2 {
    margin: 0px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
}
.product-form-popup {
    padding: 0px 15px 15px;
    display: inline-block;
    clear: both; width: 100%;
}
.form-column {
    display: inline-block;
    width: 100%; position: relative;
    clear: both;
    margin: 10px 0;
}
.google-captcha{margin-top: 20px;}
.product-form-popup .pure-material-textfield-outlined{margin: 0px;}
.submit {
    background: #000;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}
.f-socail a:focus, .f-socail a:hover{color: #fff;}
.form-group{position: relative;}
.whats-next-infos .error_com {
    position: absolute;
    left: 15px;
    bottom: -5px!important;
}
.whats-next-infos .tel_number .error_com {
    left: 15px!important;
    bottom: -18px!important;
}
.product-form-popup .tel_number {
    margin: 0;
}
.fa-whatsapp{
    background: #25D366;
    color: white; font-size: 21px;
}
.corporate_video_thumb{display: inline-block; width: 100%; padding: 35px 0 0;}
.thumb-icon-video {
    position: absolute;
    z-index: 9;
    top: 42%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
.video_thumb_corporate {
    position: relative;
    border: 1px solid #ddd;
}
.video-main {
    position: relative; cursor: pointer;
    display: inline-block;
}
.corporate_video_thumb .fa-youtube-play {
    color: #f00;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 68px;
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f00;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lity {
    z-index: 99999999;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@media (max-width:600px) {
.thankyou-container {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 11px;
    /* border: 7px solid #dc9b3c; */
    border-radius: 5px;
    text-align: center;
    margin: 7em 0;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}
}
