/* Selection Styles*/
::-moz-selection {
    background: #0095da;
    color: #fff;
}

::selection {
    background: #0095da;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body,
table,
input,
textarea,
select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #818285;
    letter-spacing: 0.3px;
}

b {
    font-weight: 700;
}

th,
b.semi {
    font-weight: 500;
}

a {
    color: #212123;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0095da;
    text-decoration: underline;
    outline: none;
}

a,
input,
textarea,
button {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    outline: none !important;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn {
    height: 45px;
}

.top0 {
    margin-top: 0 !important;
}

.btm0 {
    margin-bottom: 0 !important;
}

.top15 {
    margin-top: 15px !important;
}

.btm15 {
    margin-bottom: 15px !important;
}

.no-padding {
    padding: 0 !important;
}

textarea {
    resize: none;
}

hr {
    border-color: #ccc;
}

hr.dashed {
    border-style: dashed;
    border-color: #000;
}

.overlay {
    visibility: hidden;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    transition: all 0.4s ease;
}

.overlay.active {
    display: block;
}

#wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

#page-bg-polygon {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    overflow: hidden;
}

#page-bg-polygon .page-bg {
    max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#page-bg-polygon .page-bg:before {
    content: '';
    position: absolute;
    width: 1351px;
    height: 2987px;
    top: -1428px;
    left: 243px;
    background-color: #0095da;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

#page-bg-polygon.spl .page-bg:before {
    left: 244px;
}

#page-bg-polygon.spl .page-bg:after {
    content: '';
    position: absolute;
    width: 1351px;
    height: 2987px;
    top: -1428px;
    left: 243px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip: rect(1559px, 1351px, 2987px, 0px);
}

header {
    transition: all 0.5s;
    /*-moz-box-shadow: 0 2px 6px rgba(109,110,113,0.25); -webkit-box-shadow: 0 2px 6px rgba(109,110,113,0.25); box-shadow: 0 2px 6px rgba(109,110,113,0.25);*/
}

header * {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

header #logo {
    width: 219px;
    padding: 45px 0;
}

header.fixed {
    transform: translateY(-50px);
}

header.fixed #logo {
    margin: 10px 0;
    width: 140px;
}

#mobile-menu-icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 0px;
    width: 24px;
    height: 17px;
    z-index: 9999;
}

#mobile-menu-icon span,
#mobile-menu-icon span:before,
#mobile-menu-icon span:after {
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 7px;
    transition: all 0.3s;
}

#mobile-menu-icon span:before {
    content: '';
    top: -7px;
}

#mobile-menu-icon span:after {
    content: '';
    top: 7px;
}

#mobile-menu-icon.active {
    opacity: 0;
    visibility: hidden;
}

#mobile-menu-icon.active span {
    background-color: transparent;
}

#mobile-menu-icon.active span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}

#mobile-menu-icon.active span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}

#main-menu {
    float: right;
    margin: 43px 0;
}

#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: none;
}

#main-menu ul li {
    position: relative;
    margin-left: 40px;
}

#main-menu ul li:first-child {
    margin-left: 0;
}

#main-menu ul li a {
    font-size: 114%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    position: relative;
}

#main-menu>ul>li.active>a,
#main-menu>ul>li:hover>a,
#main-menu>ul>li>a:focus {
    background-color: transparent;
    color: #fff;
}

#main-menu ul li a:after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 300ms;
}

#main-menu>ul>li.active>a:after,
#main-menu>ul>li:hover>a:after,
#main-menu>ul>li>a:focus:after {
    width: 100%;
}

#main-menu ul li ul {
    margin: 0;
    padding: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    width: 180px;
    left: 50%;
    top: 60px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

#main-menu>ul>li>ul {
    padding-top: 15px;
}

#main-menu>ul>li>ul:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    margin: 0 auto;
    border-top: 12px solid #0095da;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
}

#main-menu ul li.submenu-one:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 46px;
}

#main-menu ul li ul li {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
}

#main-menu ul li ul li:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    background-color: #ebebeb;
}

#main-menu ul li ul li:last-child:after {
    display: none;
}

#main-menu ul li ul li a,
#main-menu ul li ul li a:focus {
    font-size: 100%;
    font-weight: 400;
    border-radius: 0;
    background-color: #fff;
    color: #818285;
    padding: 10px 15px;
    margin: 0;
    height: auto;
    line-height: normal;
}

#main-menu ul li ul li:hover>a,
#main-menu ul li ul li a:focus {
    background-color: #fff;
    color: #0095da;
}

#main-menu ul li ul li ul {
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid #28323A;
    position: absolute;
    width: 180px;
    top: -10px;
    left: 200px;
    transform: none;
}

#main-menu ul li ul li ul:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    position: absolute;
    left: -7px;
    right: auto;
    top: 13px;
    display: block;
    z-index: 1;
    filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.2));
}

#main-menu ul li ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 190px;
}

#main-menu ul li.submenu-one>ul:before {
    background: #fff;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin: 0 auto;
    right: 0;
    top: -10px;
    transform: rotate(45deg);
    width: 18px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    display: none;
}

#main-menu ul li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

#main-menu ul.right {
    left: auto;
    right: 0;
}

#main-menu ul.right li:hover ul {
    left: auto;
    right: 201px !important;
}

#main-menu ul li.spl {
    margin-left: 50px;
}

#main-menu ul li.spl>a {
    background-color: #fff;
    color: #848688;
    padding: 10px 15px;
}

#main-menu ul li.spl>ul {
    left: 0;
    transform: translateX(0);
    padding-top: 0;
    z-index: 11;
}

#main-menu ul li.spl>ul:after {
    display: none;
}

#language {
    width: 180px;
    height: 40px;
    margin-left: 40px;
    position: relative;
    padding-left: 25px;
}

#language:before {
    content: '';
    background: url('../images/sprite.png') no-repeat -92px 0 !important;
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 11.5px);
}

#language:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    right: 11px;
    top: 4px;
    position: absolute;
    pointer-events: none;
}

#language .goog-te-gadget-simple {
    border: none;
    padding: 0 5px;
    background-color: transparent;
    line-height: 23px;
}

#language a {
    text-decoration: none;
}

/*#language .goog-te-gadget-simple .goog-te-menu-value, #language .goog-te-gadget-simple .goog-te-menu-value span {font-family: 'Roboto', sans-serif !important; font-size: 103%; color: #fff !important; font-weight: 400 !important;}
#language .goog-te-menu-frame {box-shadow: none !important; background-color: #fff !important;}
#language .goog-te-gadget {font-family: 'Roboto', sans-serif !important; font-weight: 400 !important; padding: 8px 0;}*/
/*#language #google_translate_element:hover {background-color: #fff;}
#language #google_translate_element:hover .goog-te-gadget-simple .goog-te-menu-value, #language #google_translate_element:hover .goog-te-gadget-simple .goog-te-menu-value span {color: #848688 !important;}*/
/*#language .goog-te-menu-value span:nth-child(3n) {display: none !important;}
#language .goog-te-gadget-icon {background: url('../images/sprite.png') no-repeat -92px 0 !important; width: 23px; height: 23px;}*/
.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
    position: relative;
    margin: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 #fff;
    border: none;
    padding: 10px 5px;
    background-color: transparent;
}

select.goog-te-combo option {
    color: initial;
    background-color: #fff;
}

/* Mobile Menu */
#mobile-menu {
    display: none;
    position: fixed;
    width: 250px;
    top: 0;
    height: 100%;
    z-index: 99;
    overflow-y: scroll;
    right: -250px;
    border-left: 3px solid #0095da;
    background-color: #fff;
}

#mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none !important;
}

#mobile-menu ul li {
    float: none;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    border-bottom: 1px solid #ccc;
}

#mobile-menu ul li a {
    padding: 12px 20px;
    display: block;
    background-color: #eee;
    color: #4d4d57;
    font-weight: 400;
    text-decoration: none;
}

#mobile-menu ul li ul li a {
    color: #4d4d57;
    font-size: 90%;
    text-decoration: none;
}

#mobile-menu ul li.active ul li a {
    color: #818285;
}

#mobile-menu ul li ul li a:hover {
    color: #244372;
}

#mobile-menu ul li>a:hover,
#mobile-menu ul li.active>a,
#mobile-menu ul li a:hover {
    color: #1992ff;
    border-bottom: none;
    background: none;
}

#mobile-menu ul li a:focus {
    background-color: transparent;
}

#mobile-menu ul li.changebg>a {
    background-color: #1992ff;
    color: #fff !important;
}

#mobile-menu ul li.has-ul.active>a {
    background-color: #0095da;
    color: #fff !important;
}

#mobile-menu ul li.has-megamenu .has-ul.active>a {
    background-color: #0095da;
    color: #fff !important;
}

#mobile-menu ul li:hover>a {
    border-bottom: none;
}

#mobile-menu ul li a .submenu {
    position: absolute;
    height: 20px;
    right: 15px;
    top: 10px;
    display: block;
    cursor: pointer;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

#mobile-menu ul li a .submenu:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: x-large;
    color: #4d4d57;
    display: block;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

#mobile-menu ul li.has-ul>a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size1: x-large;
    font-weight: bold;
    color: #aeb2b7;
    display: block;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    right: 20px;
}

#mobile-menu ul li.has-megamenu .has-ul>a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size1: x-large;
    font-weight: bold;
    color: #aeb2b7;
    display: block;
    -moz-transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    right: 20px;
}

#mobile-menu ul li a:hover .submenu:before {
    color: #fff;
}

#mobile-menu ul li.changebg>a>.submenu:before {
    content: "\f107";
}

#mobile-menu ul li.has-ul.active>a:before {
    content: "\f107";
    color: #fff;
}

#mobile-menu ul li.has-megamenu .has-ul.active>a:before {
    content: "\f107";
    color: #fff;
}

#mobile-menu ul li ul li a .submenu {
    top: 2px;
}

#mobile-menu ul li>ul {
    padding: 0;
    border: none;
}

#mobile-menu ul li.submenu-one:hover>ul {
    top: 0;
}

#mobile-menu ul li.submenu-one ul {
    margin: 0;
}

#mobile-menu ul li ul,
#mobile-menu ul li:hover>ul,
#mobile-menu ul li ul li ul,
#mobile-menu ul li ul li:hover>ul {
    width: auto;
    display: none;
    opacity: 1;
    position: relative;
    left: 0;
    top: 0;
    visibility: visible;
    transition: none;
    box-shadow: none;
}

#mobile-menu ul li ul li a {
    background-color: #fff;
}

#mobile-menu ul li ul li ul li a {
    padding: 10px 45px;
}

/*****/

#quotes {
    padding: 20px 0;
    text-align: right;
    letter-spacing: 1px;
}

#quotes p.title {
    font-size: 129%;
    color: #1066b3;
    line-height: normal;
}

#quotes p.author {
    font-size: 114%;
    font-weight: 700;
    font-style: italic;
    color: #333333;
    margin: 15px 0 0;
}

.social-connect li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 4px;
    line-height: normal;
}

.social-connect a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    color: #fff;
    position: relative;
}

.social-connect a:hover {
    color: #fff;
}

.social-connect .facebook a:hover {
    background-color: #3C5899;
}

.social-connect .twitter a:hover {
    background-color: #2EACF6;
}

.social-connect .linkedin a:hover {
    background-color: #0177B5;
}

.social-connect .instagram a:hover {
    background-color: #c50187;
}

/* footer */
footer {
    position: relative;
}

footer #top {
    padding-bottom: 40px;
}

footer #top .sep {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

footer #top .sep span {
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

footer #top .sep img {
    max-width: 77px;
}

footer #top .sep:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #d7d8d8;
    position: absolute;
    left: 0;
    top: 45%;
}

footer #top .column {
    position: relative;
    height: 100%;
}

footer #top h3 {
    font-size: 150%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 20px;
}

footer #top .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #top .column ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 17px;
}

footer #top .column ul li:before {
    content: '';
    background: url('../images/sprite.png') left top no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 12px;
}

footer #top .column ul li a {
    font-size: 114%;
    color: #818285;
}

footer #top .column a:hover,
footer #top a:focus {
    color: #0095da;
    text-decoration: none;
}

footer #top .column p {
    font-size: 114%;
    font-weight: 300;
    line-height: 26px;
}

footer #top .column p.contact {
    font-weight: 400;
}

footer #top .column p b {
    font-weight: 500;
}

footer #top .column p a {
    color: #818285;
}

footer #bottom {
    padding: 15px 0;
    color: #fff;
    background-color: #818285;
}

footer #bottom p {
    margin-bottom: 0;
    line-height: 1.5em;
}

footer #bottom span.reserved,
footer a {
    color: #fff;
}

footer #bottom a {
    color: #fff;
    font-weight: 500;
}

footer #bottom a:hover {
    color: #fff;
}

.btm-logo-none .sep,
.btm-none footer #top {
    display: none;
}

/* Sprite Image */
.sprite {
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

#totop {
    bottom: 80px;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 9;
    background-color: #444;
    text-align: center;
    border-radius: 2px;
    transition: background-color .2s linear;
    opacity: 0;
}

#totop i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 2px;
}

#totop:hover {
    background-color: #000;
}

.btn-custom {
    color: #0095da;
    font-size: 114%;
    text-decoration: none;
    border-radius: 0;
    padding: 9px 0;
    position: relative;
}

.btn-custom:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: -14px;
    top: 6px;
}

.btn-custom:hover {
    text-decoration: underline;
    color: #0095da;
}

.red {
    color: #ff0000 !important;
}

.owl-nav.disabled .owl-next,
.owl-nav.disabled .owl-prev {
    display: none !important;
}

/*::-webkit-input-placeholder {text-transform: uppercase;}
:-moz-placeholder {text-transform: uppercase;}
::-moz-placeholder {text-transform: uppercase;}
:-ms-input-placeholder {text-transform: uppercase;}*/

.owl-dots,
.owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-nav {
    margin-top: 10px;
}

.owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #869791;
}

.style1 .owl-nav [class*=owl-] {
    background-color: #b6b6b6;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 110px;
}

.style1 .owl-nav .owl-prev {
    left: -100px;
}

.style1 .owl-nav .owl-next {
    right: -100px;
}

.style1 .owl-nav .owl-prev:before,
.style1 .owl-nav .owl-next:before {
    content: '';
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 18px;
    display: block;
}

.style1 .owl-nav .owl-prev:before {
    background-position: -10px 0;
}

.style1 .owl-nav .owl-next:before {
    background-position: -26px 0;
}

.style1 .owl-nav [class*=owl-]:hover {
    background: #0095da;
    color: #FFF;
}

.style1 .owl-nav .owl-prev.disabled,
.style1 .owl-nav .owl-next.disabled {
    background: rgba(182, 182, 182, 0.5);
    color: #000;
}

.form-content {
    margin-left: 30px;
}

form .form-control {
    height: 42px;
    font-size: 114%;
    border: 1px solid #e9e9e9;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-control:focus {
    background-color: #fff;
}

form .form-control.error {
    border-color: #a94442;
}

form textarea.form-control {
    resize: none;
    height: 130px;
}

form .has-captcha .input-group .form-control {
    width: 44.6%;
    display: inline-block;
    border-right: 0;
}

form .input-group-addon:last-child {
    display: inline-block;
    width: auto;
    background: #fff;
    border: 1px solid #e9e9e9;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin-left: -1px;
}

form .form-group label {
    position: relative;
    font-size: 114%;
    font-weight: 400;
    color: #999999;
}

form .form-group.required label:before {
    color: red;
    content: "*";
    position: absolute;
    right: -10px;
    top: 0;
}

form .refresh {
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

form #imgCaptcha {
    border-right: 1px solid #e9e9e9;
}

form .btn-wrap {
    margin-top: 15px;
}

form .btn {
    font-size: 120%;
    background-color: #1c1c1c;
    border-radius: 0;
    border: none;
    color: #fff;
    min-width: 130px;
    height: 45px;
    border-radius: 5px;
    line-height: 35px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

form .btn:hover,
form .btn:focus {
    color: #fff;
    background-color: #000;
}

form .error-inline {
    padding: 2px 5px;
}

form .btn-reset {
    border: 1px solid #244372;
    background-color: transparent;
    color: #244372;
}

form .error {
    background-color: #fff;
    color: #a94442;
    padding: 5px 12px;
}

.hover-zoom a {
    display: block;
    position: relative;
}

.hover-zoom a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 149, 218, 0.5);
    transform: scale(0);
    transition: all 0.4s;
}

.hover-zoom a:after {
    content: '\f00e';
    font-family: 'FontAwesome';
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: calc(50% - 16.5px);
    top: calc(50% - 25.5px);
    opacity: 0;
    transition: all 0.4s;
}

.hover-zoom:hover a:before {
    transform: scale(1);
}

.hover-zoom:hover a:after {
    opacity: 1;
}

.menu_inr {
    display: flex;
    justify-content: center;
}

#product-menu {
    position: relative;
    z-index: 10;
    background-color: #818285;
}

#product-menu .logo {
    position: absolute;
    left: 15px;
    top: 0%;
    width: 40px;
    transform: translateY(-100%);
    transition: all 0.4s;
}

#product-menu .logo img {
    filter: grayscale(0) brightness(100);
}

#product-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: none;
}

#product-menu ul.nav>li {
    position: relative;
    padding: 10px 0;
}

#product-menu ul.nav li.has-megamenu {
    position: initial;
}

#product-menu ul.nav>li:first-child {
    margin-left: 0;
}

#product-menu ul.nav li a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 13.5px 6px;
    position: relative;
}

#product-menu ul.nav li a:before {
    content: '';
    width: 13px;
    height: 13px;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    opacity: 0;
    z-index: 11;
}

#product-menu ul.nav>li.active>a,
#product-menu ul.nav>li:hover>a,
#product-menu ul.nav>li>a:focus {
    background-color: transparent;
    color: #fff;
}

#product-menu ul.nav>li.active>a:before,
#product-menu ul.nav>li:hover>a:before {
    opacity: 1;
}

#product-menu.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    animation: stickyTop .4s ease-in-out;
    -webkit-animation: stickyTop .4s ease-in-out;
    -moz-animation: stickyTop .4s ease-in-out;
    -o-animation: stickyTop .4s ease-in-out;
}

@-webkit-keyframes stickyTop {
    0% {
        -webkit-transform: translateY(-55px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes stickyTop {
    0% {
        -moz-transform: translateY(-55px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes stickyTop {
    0% {
        -o-transform: translateY(-55px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

#product-menu.fixed .logo {
    top: 50%;
    transform: translateY(-50%);
}

#product-menu.fixed ul.nav {
    float: right;
}

#product-menu.fixed ul.nav>li>a {
    padding: 9px 12px 6px;
}

#product-menu ul.nav li.has-megamenu>div {
    background-color: #fff;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 55px;
    box-shadow: 0 2px 28px 1px rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    transition: all 0.3s;
}

#product-menu ul.nav li.has-megamenu:hover>div {
    opacity: 1;
    visibility: visible;
}

#product-menu ul.nav li.has-megamenu:hover>div ul {
    padding: 20px 0;
    width: 100%;
}

#product-menu ul.nav li ul li {
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
}

#product-menu ul.nav li ul li a {
    font-size: 100%;
    font-weight: 400;
    background-color: #fff;
    color: #818285;
    padding: 7px 10px;
}

#product-menu ul.nav li ul li:hover>a,
#product-menu ul.nav li ul li a:focus {
    color: #0095da;
}

#product-menu ul.nav>li>ul {
    margin: 0;
    padding: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 220px;
    z-index: 10;
    left: 0;
    top: 55px;
    box-shadow: 0 2px 28px 1px rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#product-menu ul.nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

#product-menu ul.nav>li:last-child ul {
    left: auto;
    right: 0;
}

/* modal popup */
/*.modal-backdrop.in{filter: alpha(opacity=90); opacity: .9;}*/
.modal-content {
    border-radius: 7px;
    overflow: hidden;
}

.modal-header {
    background-color: #0095DA;
    color: #fff;
    padding: 15px;
    position: relative;
}

.modal-header .title {
    font-size: 200%;
    font-weight: 500;
}

.modal-header .text {
    font-size: 94%;
}

.modal-header .close {
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.modal-header .close i {
    color: #0095DA;
}

.panel-body {
    padding: 0;
    border: none;
}

.modal-body .panel {
    box-shadow: none;
    margin: 0;
}

.modal-body iframe {
    border: 0;
}

/* delay */
.delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.delay-1000 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

.delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}

.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.delay-3000 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}

.delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

/* Mansi CSS */
.form-group.form_name {
    margin: 0;
    display: flex;
}

.form-group.form_email_num {
    margin: 0;
    display: flex;
    padding-bottom: 10px;
}

.form_fname {
    width: 50%;
}

.inquiry_form_inr .form_company_name {
    width: 50%;
    padding-left: 25px;
}

.form_lname {
    padding-left: 25px;
    width: 50%;
}

.form_email {
    width: 50%;
}

.inquiry_form_inr .form_contact {
    width: 50%;
    padding-left: 25px;
}

.form-group.form_add {
    margin: 0;
}

.form-group.form_company_name {
    margin: 0;
}

.form-group.form_contact {
    margin: 0;
}

.form-group.form_contact .form_inputbox {
    display: flex;
}

.form-group.form_contact .form_inputbox .form-control {
    width: 10%;
    margin-right: 10px;
}

.form-group.form_contact .form_inputbox .last_block {
    width: 50%;
}

.form-group.form_machine_dropdown {
    margin: 0;
}

.inquiry_form_inr {
    width: 83%;
    padding: 40px;
    border: 1px solid grey;
    border-radius: 10px;
}

.inquiry_form_inr h2 {
    margin-top: 0;
}

.inquiry_content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

div#main-container .container.wrapper .content.contact {
    margin-top: 50px;
}

.form-horizontal .form-group {
    margin-left: 0;
}

.vendor_reg_form_inr {
    width: 83%;
    padding: 40px;
    border: 1px solid grey;
    border-radius: 10px;
}

.vendor_reg_content {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.vendor_reg_form_inr h2 h4 {
    margin: 0;
}

.vendor_reg_form_inr h2 {
    color: #007cc2;
}

.vendor_reg_form_inr {
    border: 1px solid #D9D9D9;
    margin: 0px 0px;
    border-radius: 15px;
    padding: 0px 25px 15px 25px;
    min-height: 500px;
    background: none !important;
}

.slick_item {
    text-decoration: none;
    display: block;
}

span.slick_img-container {
    height: 390px;
    background-color: #fff;
    display: block;
    position: relative;
    overflow: hidden;
}

span.bg-triangle {
    background-color: #d3d3d4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -250px;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: all 0.4s;
}

img.product-img-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    width: auto;
}

span.slick_text {
    display: block;
    text-align: center;
    font-size: 143%;
    font-weight: 300;
    color: #818285;
    padding: 15px;
    position: relative;
}

.slick_item:hover {
    color: #0095da;
    text-decoration: none;
}

.slick_item:hover .img-container .bg-trianglehover {
    color: #000;
}

#page-bg-polygon.spl .page-bg:after {
    content: '';
    position: absolute;
    width: 1351px;
    height: 2987px;
    top: -1428px;
    left: 243px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip: rect(1559px, 1351px, 2987px, 0px);
}

/*Mansi CSS Starts*/
section.optional_accessories {
    padding: 40px 0px 40px;
}

section.product_overview {
    padding: 40px 0px;
}

.product-overview {
    padding: 40px 0px 0px;
}

section#products_inr {
    padding: 40px 0px 0px;
}

#products_inr .container .content {
    padding: 40px 0px;
}

.product_content {
    padding: 40px 0px 0px;
}

/*Mansi CSS Ends*/

.items_inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .items_inr_right img.img-responsive {width: 80%;} */
.items_inr_right {
    width: 50%;
}

.items_inr_left {
    width: 50%;
}

.items_content {
    display: flex;
    justify-content: center;
}

/* .items.owl-carousel.style1.owl-loaded.owl-drag {padding-top: 30px;} */
.items_inr_left h3:nth-child(1) {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #0095da;
    margin-bottom: 30px;
}

.items_inr_left h3:nth-child(2) {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 23px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
}

.items_inr .items_inr_left p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
}

.industry_list li {
    font-size: 16px;
    line-height: 32px;
    list-style: disc !important;
}

.industry_types .industry_list strong {
    font-size: 16px;
    line-height: 32px;
}

.industry_list {
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.style1 .owl-nav [class*=owl-] {
    top: 140px;
}

.products_inr .owl-next {
    right: -75px;
}

/* section#products_inr {padding-top: 50px;} */

/*Optional Accessories Starts*/
.op_imgs {
    height: 150px;
    width: 200px !important;
}

.op_items_inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .op_items.owl-carousel.style1.owl-loaded.owl-drag {padding-top: 30px;} */
.op_items.owl-carousel.style1.owl-loaded.owl-drag .owl-prev {
    top: 47px;
    left: -80px;
}

.op_items.owl-carousel.style1.owl-loaded.owl-drag .owl-next {
    top: 47px;
    right: -20px;
}

/* section.optional_accessories {margin-bottom: 50px;margin-top: 25px;} */
/*Optional Accessories Ends*/

/*Features Starts*/
.features_inr h3 {
    font-size: 143%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 10px;
    text-transform: none;
}

.features_inr ul.style1 {
    margin: 20px;
    padding: 0;
    list-style: none;
}

.features_inr p,
.features_inr ul {
    font-size: 114%;
    font-weight: 300;
    margin-bottom: 20px;
    color: #666;
}

.features_inr ul.style1 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}

.features_inr ul.style1 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/sprite.png) 0 0 no-repeat;
    width: 7px;
    height: 12px;
}

/*Features Ends*/

/*Whatsapp Starts*/
#whatsapp {
    bottom: 80px;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 9;
    background-color: green;
    text-align: center;
    border-radius: 2px;
    transition: background-color .2s linear;
    opacity: 0;
}

#whatsapp i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 3px;
}

#whatsapp:hover {
    background-color: #000;
    ;
}

/*Whatsapp Ends*/

/*Inquiry Starts*/
#Inquiry {
    bottom: 129px;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    position: fixed;
    right: 30px;
    width: 40px;
    z-index: 9;
    background-color: #444;
    text-align: center;
    border-radius: 2px;
    transition: background-color .2s linear;
    opacity: 0;
}

#Inquiry i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 3px;
}

#Inquiry:hover {
    background-color: #000;
    ;
}

/*Whatsapp Ends*/

/*Product Slider Starts*/
#products_inr .container {
    position: relative;
}

#products_inr .container:before {
    content: '';
    background-color: #e9e9e9;
    position: absolute;
    left: -465px;
    top: 0;
    width: 2651px;
    height: 100%;
    transform: skew(-47deg) translateX(93px);
    z-index: 1;
    display: block;
}

#products_inr .container .content {
    position: relative;
    z-index: 2;
}

#products_inr h2.title {
    margin-bottom: 50px;
}

.items_inr_right {
    width: 50%;
    display: flex;
    justify-content: end;
}

.items_inr .items_inr_right a {
    text-decoration: none;
    display: block;
}

.items_inr .items_inr_right a .img-container {
    height: 330px;
    background-color: #fff;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 470px;
    align-items: flex-end;
}

.items_inr .items_inr_right a .img-container .bg-triangle {
    width: 504px;
    height: 360px;
    left: 34px;
}

#products_inr .items .item:hover .img-container .bg-triangle {
    background-color: #0095da;
}

.items_inr .items_inr_right a .img-container .img-responsive {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    width: auto;
    top: 40px;
}

#products_inr .items .item .text {
    position: relative;
    display: block;
}

#products_inr .items .item .text:before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #e9e9e9;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg);
}

/*Product Slider Ends*/

.product_content .content h3 {
    font-size: 143%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 10px;
    text-transform: none;
}

/* .product_content {margin-top: 50px;} */
.technical_specification .content h3 {
    font-size: 143%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 10px;
    text-transform: none;
}

.available_models .content h3 {
    font-size: 143%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 10px;
    text-transform: none;
}

.form-group.form_company_name {
    padding-bottom: 10px;
}

.form-group.form_name {
    padding-bottom: 10px;
}

.form-group.form_ssi_unit {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}

.form-group.form_FC {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}

.form-group.form_person_name {
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.form-group.form_contact {
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.form-group.form_company_email {
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 10px;
}

ul.style1 {
    margin: 20px;
    padding: 0;
    list-style: none;
    font-size: 114%;
    font-weight: 300;
    margin-bottom: 20px;
    color: #666;
}

ul.style1 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
}

ul.style1 li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../images/sprite.png) 0 0 no-repeat;
    width: 7px;
    height: 12px;
}

h3 {
    font-size: 143%;
    font-weight: 400;
    color: #0095da;
    margin: 0 0 10px;
    text-transform: none;
}

p {
    font-size: 114%;
    font-weight: 300;
    margin-bottom: 20px;
    color: #666;
}

footer #bottom p {
    color: #fff;
}

/*Responsive Css*/

/* Style for the pop-up form */
.popupForm {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 9999;overflow-y: auto;}
.popupForm .inquiry_form_inr {background-color: white;width: 50%;}
.popupForm .inquiry_content{margin-bottom: 40px;}
.popupForm .close_button {text-align: end;}
/* .popupForm .inquiry_form_inr .form-group.form_name {display: block;}
.popupForm .inquiry_form_inr .form_fname {width: 100%;}
.popupForm .inquiry_form_inr .form_company_name {width: 100%;padding-left: 0px;}
.popupForm .inquiry_form_inr .form-group.form_email_num {display: block;}
.popupForm .inquiry_form_inr .form_email {width: 100%;}
.popupForm .inquiry_form_inr .form_contact {width: 100%;padding-left: 0px;}
.popupForm .inquiry_form_inr .form_lname {width: 100%;padding-left: 0px;padding-top: 10px;} */

/* .formContent {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

#closeForm {
    margin-top: 10px;
}

#Inquiry {
    cursor: pointer;
} */
/* CSS for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    padding: 20px;
    width: 50%;
    height: 100%;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}