@font-face {
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Saira SemiCondensed Light'), local('SairaSemiCondensed-Light'), url(https://fonts.gstatic.com/s/sairasemicondensed/v3/AqP7QX0TdaZHs8pWxeHdZYALoa-lc2k1PDLRffdkLu0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('Saira SemiCondensed Regular'), local('SairaSemiCondensed-Regular'), url(https://fonts.gstatic.com/s/sairasemicondensed/v3/E1gvqhdADptsO-uwP-KYOk_viB2zVz6tDDe85Nl1PNo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v14/2HG_tEPiQ4Z6795cGfdivFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}










body {
    color: #28282d;
    font-family: 'Saira Semi Condensed';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li { list-style-type: none; }

ul {
    margin: 0;
    padding: 0;
}

img { width: 100%; }

a { text-decoration: none; }

/*header*/

.header_top {
    background: #fff;
    overflow: hidden;
    padding: 5px 20px;
}

.logo {
    /*   width: 250px;*/
    float: left;
    padding-top: 10px;
}

.logo img { width: 250px; }

.login_link, .header_contact {
    float: right;
    font-size: 14px;
    padding: 14px 0;
    text-align: right;
    width: 50%;
}

.login_link a {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
}

.login {
    background: #60be2f;
    margin-right: 10px;
}

.demo_link { background: #094ab2; }

.login:hover { background: #3f8c17; }

.demo_link:hover, .content_logo a:hover { background: #0e397b; }

.header { margin-bottom: -3px; }

.header_bottom {
    background: #28282d;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    width: 100%;
}

.header_contact { padding: 20px 0px; }

.phone {
    padding-right: 8px;
    position: relative;
}

.phone:after {
    border-right: 2px solid #909090;
    content: '';
    height: 15px;
    position: absolute;
    right: -2px;
    top: 3px;
    width: 1px;
}

.email { padding-left: 8px; }

.menu_container {
    float: left;
    width: 50%;
}

.menu li {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in;
}

.menu li.current_menu a, .menu li .sub_menu a:hover, .menu li a:hover { color: #60be2f; }

.menu li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 20px 15px;
    text-align: left;
}

.menu li:last-child a {
    max-width: 125px;
    padding-right: 0;
}

.menu li .sub_menu {
    -moz-transform: translateY(-2em);
    -moz-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transform: translateY(-2em);
    -o-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -webkit-transform: translateY(-2em);
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    background: #04303f;
    color: #fff;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    position: absolute;
    right: 0;
    top: 70px;
    top: 100%;
    transform: translateY(-2em);
    transition: all 0.3s ease-in;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    visibility: hidden;
    width: 220px;
    z-index: 99;
    z-index: -1;
}

.menu li:hover .sub_menu {
    -moz-transform: translateY(0%);
    -moz-transition: all 0.3s ease-in;
    -moz-transition-delay: 0s, 0s, 0.3s;
    -o-transform: translateY(0%);
    -o-transition: all 0.3s ease-in;
    -o-transition-delay: 0s, 0s, 0.3s;
    -webkit-transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in;
    -webkit-transition-delay: 0s, 0s, 0.3s;
    opacity: 1;
    transform: translateY(0%);
    transition: all 0.3s ease-in;
    transition-delay: 0s, 0s, 0.3s;
    visibility: visible; /* shows sub-menu */
    z-index: 1;
}

.menu li .sub_menu a {
    color: #fff;
    display: inline-block;
    max-width: 100%;
    padding: 5px 20px;
    text-align: left;
    width: 100%;
}

.menu li .sub_menu li {
    min-height: inherit;
    width: 100%;
}

.sub_menu li span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 15px;
    max-width: 100%;
    padding: 5px 20px;
    text-align: left;
    vertical-align: top;
    width: 100%;
}



/*FOOTER*/

.footer {
    background: #28282d;
    color: #fff;
    padding: 30px 40px;
}

.footer_top { }

.footer_txt { padding-bottom: 30px; }

.footer_menu { margin-top: 30px; }

.footer_middle {
    padding-top: 20px;
    text-align: center;
}

.footer_bottom {
    background: #313136;
    color: #fff;
    padding: 30px;
    text-align: center;
}

.footer_menu li:after {
    border-right: 1px solid #464646;
    content: '';
    height: 10px;
    position: absolute;
    right: 0px;
    top: 23px;
    width: 1px;
}

.footer_menu li:last-child:after { display: none; }








/*content*/


.content_baner {
    background-image: url(/../assets/home_images/truck_bg_new.gif);
    background-size: cover;
    min-height: 670px;
    overflow: hidden;
}

.content_container {
    background: #f6faff;
    margin: 0 auto;
    overflow: hidden;
    width: 100%; 
}

.content_baner h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    height: 26px;
    margin: 0;
    margin-top: 6em;
    text-align: center;
}

.content_baner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
    text-align: center;
}

.content_baner .item { }

.content_baner .item1 { }

#does_head {
    position: relative;
    top: 80px;
}

.content_baner a {
    background: -webkit-linear-gradient(left, #60be2f, #094ab2);
    background: -o-linear-gradient(left, #60be2f, #094ab2);
    background: -moz-linear-gradient(left, #60be2f, #094ab2);
    background: linear-gradient(to right, #60be2f, #094ab2);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 10px auto 30px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

.content_baner a:hover {
    /* background: -webkit-linear-gradient(left, #094ab2 , #60be2f);
    background: -o-linear-gradient(right, #094ab2, #60be2f);
    background: -moz-linear-gradient(right, #094ab2, #60be2f);
    background: linear-gradient(to right, #094ab2 , #60be2f);*/
    background: -webkit-linear-gradient(left, #3f8c17, #0e397b);
    background: -o-linear-gradient(left, #3f8c17, #0e397b);
    background: -moz-linear-gradient(left, #3f8c17, #0e397b);
    background: linear-gradient(to right, #3f8c17, #0e397b);
}



.content_feature { overflow: hidden; }

.content_feature li {
    float: left;
    min-height: 330px;
    padding: 30px 2%;
    text-align: center;
    width: 25%;
}

.content_feature li img { width: 50px; }

.content_feature li:first-child { background: #f7faff; }

.content_feature li:nth-child(2) { background: #ecf2fb; }

.content_feature li:nth-child(3) { background: #e5ecf8; }

.content_feature li:last-child { background: #dee7f7; }

.content_feature li h4 {
    font-size: 20px;
    font-weight: 600;
}

.content_feature li p {
    font-size: 16px;
    line-height: 22px;
    min-height: 90px;
}

.content_feature li span {
    background: #60be2f;
    display: inline-block;
    height: 5px;
    margin: 10px 0 20px;
    width: 35px;
}

.content_feature ul { }

.content_feature ul a {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    background: #fff;
    color: #094ab2;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
    top: -18px;
    transition: all 0.3s ease-in;
    width: 150px;
}

.content_feature ul a:hover { color: #60be2f; }

/*.content_feature ul a:before{
	position:absolute;
	content:'See all Features';
	width:100%;
	height:100%;
	transform:scale(0);
	top:0px;
	left:0px;padding: 10px;
background: #094ab2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  opacity:0;
}
.content_feature ul a:hover:before{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	transform:scale(1);opacity:1;
}
*/

.content_logo {
    background-image: url(/../assets/home_images/logo_bg_img.jpg);
    background-size: cover;
    margin-top: -35px;
    min-height: 670px;
    overflow: hidden;
}

.inner_container {
    margin: 0 auto;
    width: 1400px;
}

.content_logo h3 {
    color: #5cdb1a;
    font-size: 34px;
    margin-top: 5em;
}

.content_logo p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    width: 55%;
}

.content_logo p b {
    color: #fff;
    font-weight: 400;
}

.content_logo img {
    margin-right: 25px;
    opacity: 0.2;
    width: inherit;
}

.content_logo a {
    background: #094ab2;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    padding: 13px 30px;
    text-decoration: none;
}

.logo_img_container { margin-top: 5em; }




.content_benifit {
    background: -webkit-linear-gradient(bottom, #60be2f, #094ab2);
    background: -o-linear-gradient(bottom, #60be2f, #094ab2);
    background: -moz-linear-gradient(bottom, #60be2f, #094ab2);
    background: linear-gradient(to top, #60be2f, #094ab2);
    overflow: hidden;
}

.content_benifit h3 {
    color: #fff;
    font-size: 34px;
    margin: 2.5em 0 2em;
    text-align: center;
}

.content_benifit ul li {
    color: #fff;
    float: left;
    width: 25%;
}

.content_benifit ul li img {
    float: left;
    width: 20%;
}

.content_benifit ul li p {
    color: rgba(255, 255, 255, 0.47);
    margin: 10px 0 0;
}

.content_benifit ul li div {
    float: left;
    padding: 0 50px 0 10px;
    width: 80%;
}

.content_benifit ul li h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 0px;
}

.content_benifit .ben_ul {
    border-top: 1px solid #4a8590;
    display: inline-block;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.content_benifit .ben_ul li {
    display: inline-block;
    float: none;
    text-align: left;
    width: 24%;
}

.dashboard_img {
    line-height: 0;
    margin-top: 40px;
}

.content_testimonial {
    background: #ecf2fb;
    overflow: hidden;
    padding-bottom: 4em;
}

.content_testimonial h3 {
    font-size: 34px;
    font-weight: normal;
    margin: 2.5em 0 10px;
    text-align: center;
}

.content_testimonial h3 b, .content_product h2 b { color: #5cdb1a; }

.content_testimonial h3 b span, .content_product h2 b span { color: #094ab2; }

.content_testimonial .item { text-align: center; }

.content_testimonial .item p {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin: 0 auto;
    width: 75%;
}

.content_testimonial .item h5 {    

    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.content_testimonial .item h5 span { color: #094ab2; }

.owl-carousel3, .owl-carousel3 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel3 {
    width: 100%;
    z-index: 1
}

.owl-carousel3 .owl-stage {
    -moz-backface-visibility: hidden;
    -ms-touch-action: pan-Y;
    position: relative;
}

.owl-carousel3 .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel3 .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

.owl-carousel3 .owl-item, .owl-carousel3 .owl-wrapper {
    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel3 .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    float: left;
    min-height: 1px;
}

.owl-carousel3 .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel3 .owl-dots.disabled, .owl-carousel3 .owl-nav.disabled { display: none }

.no-js .owl-carousel3, .owl-carousel3.owl-loaded { display: block }

.owl-carousel3 .owl-dot, .owl-carousel3 .owl-nav .owl-next, .owl-carousel3 .owl-nav .owl-prev {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    cursor: hand;
    user-select: none
}

.owl-carousel3.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel3.owl-hidden { opacity: 0 }

.owl-carousel3.owl-refresh .owl-item { visibility: hidden }

.owl-carousel3.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel3.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel3.owl-rtl { direction: rtl }

.owl-carousel3.owl-rtl .owl-item { float: right }

.owl-carousel3 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel3 .owl-animated-in { z-index: 0 }

.owl-carousel3 .owl-animated-out { z-index: 1 }

.owl-carousel3 .fadeOut { animation-name: fadeOut }

@keyframes fadeOut {
    0% { opacity: 1 }

    100% { opacity: 0 }
}

.owl-height { transition: height .5s ease-in-out }

.owl-carousel3 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel3 .owl-item img.owl-lazy { transform-style: preserve-3d }

.owl-carousel3 .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel3 .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel3 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel3 .owl-video-playing .owl-video-play-icon, .owl-carousel3 .owl-video-playing .owl-video-tn { display: none }

.owl-carousel3 .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel3 .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-dots { text-align: center; }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: #D6D6D6;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    transition: opacity .2s ease;
    width: 12px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span:hover { background: #5cdb1a; }

.owl-carousel3.owl-theme .owl-dots .owl-dot.active:before, .owl-carousel3.owl-theme .owl-dots .owl-dot:hover:before { color: #008998; }

.owl-carousel3 .owl-dots .owl-dot { width: 25px; }

.content_support {
    background-image: url(/../assets/home_images/support_bg2.jpg);
    background-size: cover;
    overflow: hidden;
    padding: 3em 0 7em;
}

.content_support h3 {
    color: #5cdb1a;
    font-size: 34px;
    margin: 1.5em 0 1em;
}

.content_support p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    width: 65%;
}

.content_support img {
    float: left;
    width: 30px;
}

.support_details { margin-top: 30px; }

.support_details div span {
    color: #b8bcc3;
    display: inline-block;
    font-size: 30px;
    padding: 0px 15px;
}

.support_details div { display: inline-block; }







.owl-carousel2, .owl-carousel2 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel2 {
    width: 100%;
    z-index: 1
}

.owl-carousel2 .owl-stage {
    -moz-backface-visibility: hidden;
    -ms-touch-action: pan-Y;
    position: relative;
}

.owl-carousel2 .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel2 .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

.owl-carousel2 .owl-item, .owl-carousel2 .owl-wrapper {
    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel2 .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    float: left;
    min-height: 1px;
}

.owl-carousel2 .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel2 .owl-dots.disabled, .owl-carousel2 .owl-nav.disabled { display: none }

.no-js .owl-carousel2, .owl-carousel2.owl-loaded { display: block }

.owl-carousel2 .owl-dot, .owl-carousel2 .owl-nav .owl-next, .owl-carousel2 .owl-nav .owl-prev {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    cursor: hand;
    user-select: none
}

.owl-carousel2.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel2.owl-hidden { opacity: 0 }

.owl-carousel2.owl-refresh .owl-item { visibility: hidden }

.owl-carousel2.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel2.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel2.owl-rtl { direction: rtl }

.owl-carousel2.owl-rtl .owl-item { float: right }

.owl-carousel2 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel2 .owl-animated-in { z-index: 0 }

.owl-carousel2 .owl-animated-out { z-index: 1 }

.owl-carousel2 .fadeOut { animation-name: fadeOut }

@keyframes fadeOut {
    0% { opacity: 1 }

    100% { opacity: 0 }
}

.owl-height { transition: height .5s ease-in-out }

.owl-carousel2 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel2 .owl-item img.owl-lazy { transform-style: preserve-3d }

.owl-carousel2 .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel2 .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel2 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel2 .owl-video-playing .owl-video-play-icon, .owl-carousel2 .owl-video-playing .owl-video-tn { display: none }

.owl-carousel2 .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel2 .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.owl-carousel4, .owl-carousel4 .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel4 {
    width: 100%;
    z-index: 1
}

.owl-carousel4 .owl-stage {
    -moz-backface-visibility: hidden;
    -ms-touch-action: pan-Y;
    position: relative;
}

.owl-carousel4 .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.owl-carousel4 .owl-stage-outer {
    -webkit-transform: translate3d(0, 0, 0);
    overflow: hidden;
    padding-top: 15px;
    position: relative;
}

.owl-carousel4 .owl-item, .owl-carousel4 .owl-wrapper {
    -moz-backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-backface-visibility: hidden;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel4 .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    float: left;
    min-height: 1px;
}

.owl-carousel4 .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel4 .owl-dots.disabled, .owl-carousel4 .owl-nav.disabled { display: none }

.no-js .owl-carousel4, .owl-carousel4.owl-loaded { display: block }

.owl-carousel4 .owl-dot, .owl-carousel4 .owl-nav .owl-next, .owl-carousel4 .owl-nav .owl-prev {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    cursor: hand;
    user-select: none
}

.owl-carousel4.owl-loading {
    display: block;
    opacity: 0;
}

.owl-carousel4.owl-hidden { opacity: 0 }

.owl-carousel4.owl-refresh .owl-item { visibility: hidden }

.owl-carousel4.owl-drag .owl-item {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.owl-carousel4.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel4.owl-rtl { direction: rtl }

.owl-carousel4.owl-rtl .owl-item { float: right }

.owl-carousel4 .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel4 .owl-animated-in { z-index: 0 }

.owl-carousel4 .owl-animated-out { z-index: 1 }

.owl-carousel4 .fadeOut { animation-name: fadeOut }

@keyframes fadeOut {
    0% { opacity: 1 }

    100% { opacity: 0 }
}

.owl-height { transition: height .5s ease-in-out }

.owl-carousel4 .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel4 .owl-item img.owl-lazy { transform-style: preserve-3d }

.owl-carousel4 .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}

.owl-carousel4 .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform .1s ease;
    width: 80px;
    z-index: 1;
}

.owl-carousel4 .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel4 .owl-video-playing .owl-video-play-icon, .owl-carousel4 .owl-video-playing .owl-video-tn { display: none }

.owl-carousel4 .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel4 .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}


.logo span {
    color: #222;
    display: inline-block;
    font-family: sans-serif;
    font-size: 12px;
    padding: 0 0 10px 6px;
}

.login_link, .header_contact {
    float: right;
    font-size: 14px;
    padding: 24px 0;
    text-align: right;
    width: 50%;
}

.header_contact { padding: 20px 0; }

.content_logo p b i {
    font-size: 12px;
    font-style: normal;
    line-height: 10px;
    position: relative;
    top: -10px;
}

.content_logo li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}

.content_logo li:before {
    background: #D6D6D6;
    border-radius: 30px;
    content: '';
    float: left;
    height: 8px;
    left: 0;
    margin: 5px 7px;
    position: absolute;
    top: 5px;
    width: 8px;
}

.content_logo_slider {
    background: #fff;
    overflow: hidden;
    padding-bottom: 4em;
}

.content_logo_slider img {
    margin: 0 auto;
    width: inherit !important;
}

.content_logo_slider h3 {
    font-size: 34px;
    margin: 2.5em 0 2em;
    text-align: center;
}

.logo_img_container { display: none; }

.owl-next {
    background-image: url(/../assets/home_images/arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 50px;
    opacity: 0.2;
    position: absolute;
    right: -10px;
    top: 26px;
}

.owl-prev {
    background-image: url(/../assets/home_images/arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 50px;
    left: -10px;
    opacity: 0.2;
    position: absolute;
    top: 26px;
}

.content_baner { padding: 0 2em; }

.content_baner .owl-prev {
    background-image: url(/../assets/home_images/arrow_left1.png);
    bottom: 40px;
    opacity: 0.4;
    top: inherit;
}

.content_baner .owl-prev:hover, .content_baner .owl-next:hover { opacity: 0.6; }

.content_baner .owl-next {
    background-image: url(/../assets/home_images/arrow_right1.png);
    bottom: 40px;
    opacity: 0.4;
    top: inherit;
}


.ui-slider-tabs { }

.ui-slider-tabs-list-wrapper {
    font-family: Arial, sans-serif;
    margin: 0 0 -1px 0;
    position: relative;
    width: 100%;
    z-index: 50;
}

.ui-slider-tabs-list-wrapper.bottom { margin: -1px 0 0 0; }

.ui-slider-tabs-list-container { overflow: hidden; }

.ui-slider-tabs-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.ui-slider-tabs-list li {
    border: 0 !important;
    display: inline-block;
    opacity: 0.8;
}

.ui-slider-tabs-list li a {
    display: block;
    margin: 0;
    text-decoration: none;
}

.ui-slider-tabs-list li a:hover { }

.ui-slider-tabs-list li.selected { opacity: 1; }

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected {
    border-bottom-color: #cfcfcf;
    border-top-color: #fff;
}

.ui-slider-tabs-list li.selected a {
    color: #000;
    cursor: default;
}

.ui-slider-tabs-list li:first-of-type { border-left: 1px solid #cfcfcf; }

.ui-slider-tabs-content-container {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.ui-slider-tab-content {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

.ui-slider-left-arrow, .ui-slider-right-arrow, .ui-slider-left-arrow.edge:hover, .ui-slider-right-arrow.edge:hover {
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    border: 1px solid #cfcfcf;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0);
    position: absolute;
}

.ui-slider-left-arrow:hover, .ui-slider-right-arrow:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
    background: linear-gradient(top, #ffffff 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.ui-slider-left-arrow {
    border-top-left-radius: 4px;
    box-shadow: 2px 0px 1px rgba(0, 0, 0, .06);
    left: 0;
    top: 0;
}

.ui-slider-left-arrow div {
    background-image: url('images/leftArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: inherit;
}

.ui-slider-left-arrow.edge div { opacity: .25; }

.ui-slider-left-arrow.edge {
    box-shadow: none;
    cursor: default;
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0;
}

.ui-slider-right-arrow {
    border-top-right-radius: 4px;
    box-shadow: -2px 0px 1px rgba(0, 0, 0, .06);
    right: 0;
    top: 0;
}

.ui-slider-right-arrow div {
    background-image: url('images/rightArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: inherit;
}

.ui-slider-right-arrow.edge div { opacity: .25; }

.ui-slider-right-arrow.edge {
    box-shadow: none;
    cursor: default;
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 0;
}

.ui-slider-tabs-indicator-container {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.ui-slider-tabs-indicator {
    background-image: url('images/indicator.png');
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-right: 3px;
    width: 10px;
}

.ui-slider-tabs-indicator.selected { background-image: url('images/indicatorActive.png'); }

.ui-slider-tabs-leftPanelArrow {
    -moz-opacity: 0.5;
    background-image: url('images/leftPanelArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: alpha(opacity=5);
    height: 35px;
    left: 0px;
    opacity: 0.5;
    position: absolute;
    width: 30px;
}

.ui-slider-tabs-rightPanelArrow {
    -moz-opacity: 0.5;
    background-image: url('images/rightPanelArrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: alpha(opacity=5);
    height: 35px;
    opacity: 0.5;
    position: absolute;
    right: 0px;
    width: 30px;
}

.ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-leftPanelArrow.showOnHover {
    display: none;
    opacity: 0;
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover, .ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover {
    display: inline-block;
    opacity: .5;
}

.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover, .ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover, .ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover, .ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover { opacity: 1; }

.ui-slider-left-arrow, .ui-slider-right-arrow { display: none !important; }

.content_benifit ul li {
    background: transparent !important;
    height: inherit !important;
}

.ui-slider-tabs-list-container {
    background-image: url(images/bg_line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-slider-tabs-list { width: 100% !important; }

.content_benifit ul li h4 {
    border-bottom: 1px solid transparent;
    color: #fff;
    display: inline-block;
}

.ui-slider-tabs-list li.selected h4 { border-bottom: 1px solid #fff; }

.ui-slider-tabs-list li.selected p { color: #fff; }

.ui-slider-tabs-content-container {
    background: transparent !important;
    border: 0px !important;
}

.content_benifit ul li:nth-child(5), .content_benifit ul li:nth-child(6), .content_benifit ul li:nth-child(7) { margin-top: 60px; }

.content_benifit ul li:nth-child(5) { margin-left: 12.5%; }


.content_product {
    border-top: 1px solid #58b33b;
    overflow: hidden;
    padding-bottom: 4em;
}

.content_product img { width: 450px; }

.content_product .img_con {
    float: right;
    margin-top: 1em;
    text-align: center;
    width: 32%;
}

.software_section .img_con {
    float: left;
    margin-top: -7em;
    width: 60%;
}

.content_product h3 {
    font-size: 34px;
    margin: 3em 0 2em;
    text-align: center;
}

.content_product h3 span { color: #222; }

.tabcontent {
    background: #ffffff;
    border: 1px solid #094ab2;
    display: none;
    padding: 20px;
}

.product_details {
    float: left;
    padding-top: 20px;
    width: 65%;
}

.app_con {
    float: right;
    width: 40%;
}







#tab1 { display: block; }

.product_details li {
    float: left;
    min-height: 275px;
    padding: 0px 40px 0 0;
    /*background-color: #094ab2;
    font-weight: 400;
    font-size: 18px;
    color: #eee;*/
    width: 50%;
}

.product_details li:hover { /*background-color: #0f4498;*/ }

.product_details li ul { margin-left: 15px; }

.product_details li ul li {
    min-height: inherit;
    padding: 10px 10px 10px 20px;
    position: relative;
    width: 100%;
}

.product_details li h4 {
    color: #868686;
    font-size: 23px;
    margin: 0 0 18px;
    padding-left: 60px;
    position: relative;
}

.list_h1:before, .product_details li h4:before {
    background: url(/../assets/home_images/QUALITA-ICON.png);
    background-repeat: no-repeat;
    background-size: 50px;
    content: '';
    display: inline-block;
    height: 50px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: -4px;
    width: 50px;
}

.product_details li .list_h4:before {
    background: url(/../assets/home_images/network-icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
}

.product_details li .list_h3:before {
    background: url(/../assets/home_images/enh_icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
    top: -7px;
}

.product_details li .list_h2:before {
    background: url(/../assets/home_images/service_icon.png);
    background-repeat: no-repeat;
    background-size: 50px;
}

.product_details li ul li:before {
    background: #b5b3b3;
    border-radius: 30px;
    content: '';
    float: left;
    height: 5px;
    left: 0;
    margin: 5px 7px;
    position: absolute;
    top: 10px;
    width: 5px;
}

.product_details li ul li:hover:before { background: #5cdb1a; }


#contact #frmQuick table tr {
    float: left;
    width: 50%;
}

.content_contact {
    overflow: hidden;
    padding-bottom: 5em;
}

#frmQuick {
    float: right;
    width: 50%;
}

.content_contact h3 {
    font-size: 34px;
    margin: 2em 0 2em;
    text-align: center;
}

.outline-button {
    background: #094ab2;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: bold;
    padding: 13px 30px;
    text-decoration: none;
}

.outline-button:hover { background: #0e397b; }

#frmQuick label { position: relative; }

#frmQuick .text-input {
    background: #fff;
    border: 0;
    box-shadow: 1px 1px 2px #d8d8d8;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px 10px 10px 20px;
    width: 290px;
}

#frmQuick .label1:before {
    color: #ff0303;
    content: '*';
    font-size: 20px;
    height: 20px;
    left: 8px;
    position: absolute;
    top: 6px;
    width: 20px;
}

#frmQuick textarea.text-input {
    height: 140px;
    resize: none;
    width: 604px;
}

#frmQuick input.error_feild { border: 1px dotted #f60909; }

.contact_address {
    float: left;
    text-align: center;
    width: 50%;
}

.address {
    display: inline-block;
    text-align: left;
}

.address p { font-family: 'Roboto'; }



#frmQuick .text-input::-webkit-input-placeholder { color: #bbb; }

#frmQuick .text-input::-moz-placeholder { color: #bbb; }

#frmQuick .text-input:-ms-input-placeholder { color: #bbb; }

#frmQuick .text-input:-moz-placeholder { color: #bbb; }

.details__subsection { margin-top: 2em; }

.details__subsection a:hover img { box-shadow: 1px 3px 3px 0px #adadad; }










.tablinks {
    background-image: url(images/tab_arrow1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
}

.tablinks.active {
    background-image: url(images/tab_arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
}

.tablinks span {
    border: 1px solid #696969;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    padding: 4px 4px;
    text-align: center;
    width: 30px;
}

.img_con h2 {
    color: #969696;
    font-size: 20px;
}


.product_details .tabcontent li {
    background: transparent;
    color: inherit;
    list-style-type: disc;
    padding: 0px 2px 15px;
}

.product_details .tabcontent ul {
    overflow: hidden;
    padding: 0 25px;
}



.content_about {
    background: url(/../assets/home_images/logo4.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 400px;
    overflow: hidden;
    padding-bottom: 5em;
    position: relative;
}

.content_about:before {
    background: url(images/about_before.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 250px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 160px;
}

.content_about:after {
    background: url(images/about_after.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    content: '';
    height: 330px;
    position: absolute;
    right: 0px;
    width: 200px;
}

.content_about h3 {
    font-size: 34px;
    margin: 2em 0 2em;
    text-align: center;
}

.content_about p {
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    text-align: justify;
}

.content_about h4 {
    color: #868686;
    font-size: 23px;
    margin: 5px 0 0px;
}

.company_details, .team_details {
    margin: 0 auto;
    overflow: hidden;
    width: 75%;
}

.tech-details {
    margin-bottom: 3em;
    overflow: hidden;
}

.tech-details td, .tech-details th {
    border: 1px solid #eee;
    padding: 10px;
}

.tech-details h4 {
    background: #0d50ac;
    color: #fff;
    font-size: 21px;
    margin: 0;
    padding: 10px;
    text-align: center;
}

.tech-details table tr.odd { background: #f9f9f9; }

@media only screen and (max-width: 1450px) {
    .inner_container {
        padding: 0 40px;
        width: 100%;
    }

    .content_baner {
        background-size: cover;
        min-height: 490px;
    }

    .content_logo {
        background-size: cover;
        min-height: inherit;
        padding-bottom: 4em;
    }

    .content_logo h3 { margin-top: 3em; }

    .content_baner h3 { margin-top: 3em; }

    .logo_img_container { margin-top: 3em; }

    .content_support {
        overflow: hidden;
        padding: 1em 0 3em;
    }
}

@media only screen and (max-width: 1024px) {
    .content_feature li { min-height: 350px; }
}

@media only screen and (max-width: 600px) {
    .footer_copyright, .footer_txt2 { font-size: 12px; }

    .content_feature li { min-height: 350px; }

    .hardware_section { padding-bottom: 10em !important; }
}

a[href^=tel] {
    color: inherit;
    text-decoration: inherit;
}