@media all and (min-width: 1024px) {
    .container-slider-width {
        min-height: 720px;
    }
}

.orange-header {
    background: #f09222 url(../webp/orange-header-wave.webp)center top no-repeat
}

.orange-header h1 {
    font-family: Graphiksemibold;
    color: #ffffff;
    font-size: 42px;
    text-align: left;
    margin: 0px auto 40px;
    letter-spacing: -0.5px;
}

.orange-header p.sub-text {
    font-family: GraphikRegular;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    margin: 40px auto;
}

.orange-header a.white-btn {
    font-family: 'GraphikMedium';
    font-size: 18px;
    display: block;
    text-align: left;
    background: #ffffff;
    text-decoration: none;
    color: #f09221;
    padding: 11px 0px 9px;
    width: 160px;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #ffffff;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
}

.orange-header a.white-btn:hover {
    opacity: 0.8;
}

.orange-header .trusted-by-companies p {
    font-family: GraphikRegular;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    margin: 40px auto 10px;
}

.orange-header .trusted-by-companies .trusted-by-companies-list {
    list-style: none;
    margin: 0;
    text-align: left;
    padding: 0;
}

.orange-header .trusted-by-companies .trusted-by-companies-list li {
    display: inline-block;
    margin: 0 10px;
}

.orange-header .trusted-by-companies .trusted-by-companies-list li:first-child {
    margin-left: 0;
}

.product-page-quote {
    background: linear-gradient(to bottom, #f6f6f6 50%, #fff 0);
}

.product-quote-box {
    margin-top: 35px;
}

.product-quote-box .quote-box {
    width: 970px;
    border-radius: 15px;
    background: #333333;
    padding: 0;
    display: flex;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 15%);
}

.product-quote-box .quote-box .quote-box-left {
    background: #f09221;
    width: 630px;
    min-height: 235px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    padding: 0 50px;
    display: inline-block;
    position: relative;
}

.product-quote-box .quote-box .quote-box-right {
    background: #333333;
    width: 335px;
    display: inline-block;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    height: 235px;
}

.product-quote-box img.quote-author {
    width: 75px;
    height: 75px;
    margin-left: 25px;
}

.product-quote-box .quote-box .quote-box-left p {
    font-family: GraphikMedium;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    background: #ffffff00 url(../png/product-quote-start-white.png)left top no-repeat;
    padding: 25px 0px 10px;
    font-style: italic;
    width: 530px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-quote-box .quote-box p img {
    position: absolute;
    width: auto;
    right: 40px;
}

.product-quote-box .quote-box .quote-box-right .author-details {
    bottom: 25px;
    position: absolute;
}

.product-quote-box .quote-box div.quote-author-name {
    font-family: GraphikMedium;
    color: #ffffff;
    font-size: 15px;
    text-align: left;
    margin: 20px auto 0;
    margin-left: 25px;
    line-height: 18px;
}

.product-quote-box .quote-box div.quote-author-name span {
    display: block;
    font-family: GraphikRegular;
    color: #ffffff;
    font-size: 12px;
}

@media only screen and (min-width:1px) and (max-width:1167px) {
    .col-6-img {
        max-width: 558px;
        width: 100%;
        margin: 20px auto 30px;
        display: block;
    }
    .video-play {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto;
    }
    
    .orange-header h1,
    .orange-header p.sub-text,
    .orange-header a.white-btn,
    .orange-header .trusted-by-companies p,
    .orange-header .trusted-by-companies .trusted-by-companies-list {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .product-page-quote {}
    .product-quote-box .quote-box {
        display: block;
    }
    .product-quote-box .quote-box,
    .product-quote-box .quote-box p {
        width: auto;
    }
    .product-quote-box .quote-box .quote-box-left {
        display: block;
        width: auto;
        min-height: auto;
        padding: 40px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
    }
    .product-quote-box .quote-box .quote-box-left p {
        width: auto;
        position: unset;
        top: auto;
        -ms-transform: unset;
        transform: unset;
    }
    .product-quote-box .quote-box .quote-box-right {
        width: auto;
        display: block;
        height: auto;
        position: unset;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        padding: 30px 0;
    }
    .product-quote-box .quote-box .quote-box-right .author-details {
        position: unset;
    }
    .product-quote-box img.quote-author {
        margin-left: 0;
        display: block;
        margin: 0 auto;
    }
    .product-quote-box .quote-box div.quote-author-name {
        margin-left: 0;
        text-align: center;
    }
}

.mobile_second_hed {
    display: none;
}

@media only screen and (min-width:1px) and (max-width:1025px) {
    .quote-box .quote_height {
        min-height: 200px!important;
    }
    .author-details img {
        margin: 0 auto!important;
    }
    .logo_box {
        display: none;
    }
    .second_header {
        display: none;
    }
    .mobile_second_hed {
        display: block;
    }
    .fixedsection {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width:1px) and (max-width:768px) {
    .box-style-middle {
        margin-top: 30px;
        margin-bottom: 30px;
    }
	.col-6-img {
        max-width: 558px;
        width: 100%;
        margin: 20px auto 30px;
        display: block;
    }
}

.logo {
    margin: 5px 12px;
}

.text-block-link {
    color: #f29305;
}

.borderradius8 {
    border-radius: 8px;
}

.border-bottom-1px {
    border-bottom: 1px solid #ddd;
}

.second_header {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

#sidebar_menu .stickypage {}

.second_header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.second_header .navbar-expand-lg .navbar-nav>li.nav-item {
    padding: 0 14px;
}

.second_header .navbar-expand-lg .navbar-nav>li.nav-item:first-child {
    padding-left: 0px;
}

.second_header .navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    padding: 22px 0px 22px 0;
    /*padding-right: 34px;*/
}

.second_header .solutionmenu {
    width: auto;
    padding: 0;
    left: -60px;
    min-width: 230px;
    margin-top: 0px!important;
}

.second_header .solutionmenu.solutionmenuauto {
    left: -0px;
}

.second_header .solutionmenulist li a {
    padding: 8px 0px;
}

.second_header .solutionmenulist {
    padding: 10px 8px 0;
}

.fixedheader {}

@media only screen and (min-width:1025px) {
    .header-style-eg {
        height: 124px;
    }
    .hidefull #mainmenu {
        animation: scale-display--reversed .3s;
        animation-fill-mode: forwards;
    }
    #mainmenu {
        animation: scale-display--reversed2 .3s;
        animation-fill-mode: forwards;
    }
}

@keyframes scale-display--reversed2 {
    0% {
        top: -100px;
    }
    40% {
        top: -40px;
    }
    100% {
        top: 0px;
    }
}

@keyframes scale-display--reversed {
    0% {
        top: 0;
    }
    40% {
        top: -40px;
    }
    100% {
        top: -100px;
    }
}



.mobile_second_hed {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

/*a.nav-link,
a.nav-links_s {
    color: #333;
    padding: 10px 12px;
    text-decoration: none;
}*/

.has-submenu>a:after {
    content: "\ea0a";
    transition: right .1s ease-out;
    display: inline-block;
    font: 10px/1 icomoon;
    margin-left: -31px;
    position: relative;
    left: 100%;
    top: 0px;
    color: #6d6d6d;
    border: 1px solid #dddd;
    padding: 3px;
    width: 18px;
    float: left;
}

.has-submenu>a.open_ul:after {
    content: "\ea0b";
}

.eg-caption-style {
    font-size: 12px;
    font-family: 'GraphikMedium';
    font-style: italic;
}

.greytext_box {
    background: #f1f1f1;
    padding: 10px;
    display: inline-block;
    min-width: 80%;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.headtext {
    font-family: 'GraphikMedium';
}
.ol_style_li_white {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ol_style_li_white li {
    display: block;
    margin: 20px auto;
    padding-left: 35px;
    padding-bottom: 0;
	color: #ffffff;
    background: url(../png/white-bullet.png) no-repeat left 4px top 5px;
}


.box_style_table_row {
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 15%);
    padding: 20px 15px 20px 20px;
    border-radius: 8px;
    height: 155px;
	width: 98%;
	margin: 0 1%;
}

.box_style_table_row table {
    height: 100%;
}

.box_style_table_row::before {
    display: block;
    content: " ";
    width: 45px;
    height: 45px;
    position: absolute;
    content: " ";
    margin-left: -40px;
    top: 50px;
    background-image: url(../png/round-tick.png);
}

.light-gray-bg {
    padding: 0px 0;
}

.slider-product {
    font-family: 'GraphikMedium';
}

.feature-list li {
    padding: 0px 0 100px;
}

.ol_style_li_tick {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ol_style_li_tick li {
    display: block;
    margin: 20px auto;
    padding-left: 40px !important;
    padding-bottom: 0;
    background: url(../png/orange-tick-bullet-3.png) no-repeat left 4px top 5px;
}

.ol_style_li_tick li:last-child {
    margin-bottom: 0;
}

.slider_content_li,
.ol_style_li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider_content_li>li,
.ol_style_li>li {
    display: block;
    margin: 20px auto;
    padding-left: 40px;
    padding-bottom: 0;
    background: url(../png/circle-bullet.png) no-repeat left 4px top 5px;
}

.slider_content_li>li:last-child,
.ol_style_li>li:last-child {
    margin-bottom: 0;
}

#sidebar_menu .stickypage {
    position: absolute;
    top: initial;
    margin-left: -180px;
}

.fixedsection .slidebox-content li:last-child {
    padding: 0px 0 80px;
}

#sidebar_menu {
    position: relative;
}

@media (max-width: 1400px) {
    #sidebar_menu .stickypage img,
    .inner_image {
        max-width: 600px;
    }
    #sidebar_menu .stickypage {
        margin-left: -120px;
    }
}

@media only screen and (min-width:1px) and (max-width:1200px) {
    #sidebar_menu .stickypage {
        margin-left: 15px;
    }
    #sidebar_menu .stickypage img,
    .inner_image {
        max-width: 480px;
    }
    .slider_content_li,
    .ol_style_li,
    .ol_style_li_tick {
        width: 94%;
        margin: 0 auto 25px;
    }
    .slider_content_li>li,
    .ol_style_li>li {
        padding-left: 30px;
    }
}

.eg-nav-tabs.nav-pills .nav-link {
    color: #333;
    font-family: 'GraphikMedium';
    background-color: transparent;
    width: 190px;
    font-size: 15px;
    border-bottom: 2px solid #ddd;
    min-height: 150px;
    border-radius: 0;
}

.eg-nav-tabs.nav-pills .nav-link.active {
    color: #f09221;
    background-color: transparent;
    border-bottom: 2px solid #f09221;
}

.eg-nav-tabs.nav-pills .nav-link img.act {
    display: none
}

.eg-nav-tabs.nav-pills .nav-link.active img.act {
    display: inline-block
}

.eg-nav-tabs.nav-pills .nav-link.active img.inact {
    display: none
}

ul.slidebox-content li {
    list-style: none;
}

.feature-list ul.slider_content_li {
    margin-bottom: 0px;
}

.details h3 {
    font-size: 34px;
}

.eg-nav-tabs.nav-pills .nav-link img {
    width: 80px;
}

#fixedsectioninfo2 {
    height: 0;
    opacity: 0;
    animation: scale-display--reversed33 .30s;
    animation-fill-mode: forwards;
}

#fixedsectioninfo2.scrolling {
    height: auto;
    opacity: 1;
    animation: scale-display--reversed233 .30s;
    animation-fill-mode: forwards;
    border-bottom: 1px solid rgb(221, 221, 221);
}

@keyframes scale-display--reversed233 {
    0% {
        opacity: 0;
    }
    40% {}
    100% {
        opacity: 1;
        height: auto;
    }
}

@keyframes scale-display--reversed33 {
    0% {
        opacity: 0;
    }
    40% {}
    100% {
        opacity: 0;
        height: 0px;
    }
}

.slider_li {
    display: inline-block;
    width: 5px;
    height: 55px;
    border-radius: 3px;
    background-color: #f29305;
    position: absolute;
    z-index: 1200;
    top: 40px;
    transition: all .2s linear;
}

.supported_li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0
}

.supported_li li {
    padding: 10px 30px;
    border-left: 4px solid #edf1f4;
    color: #ababab;
    font-size: 22px;
    font-family: 'GraphikMedium';
    cursor: pointer;
}

.supported_li li.active,
.supported_li li:hover {
    color: #333;
}

.logo_box li {
    margin: 20px 40px;
}

.logo_box li img {
    opacity: 0.4;
}

.logo_box li img.active {
    opacity: 1;
}

.logo_box ul {
    display: inline-flex;
    text-align: center;
    padding: 0;
}

.logo_box {
    text-align: center;
}

.red_color {
    background: #d51840!important;
    min-height: 340px!important;
}

.quote_height {
    min-height: 340px!important;
}

#notfixedsection .quote_content p {
    font-size: 16px;
}

.whitecolor {
    color: #fff;
}

.gray-bg-color {
    width: 100%;
    height: auto;
    background: #444444;
    padding: 60px 0 20px;
}

.box-style>.col-xl-4>.row {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 0 4px;
}

.box_style_table {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    margin: 12px 4px;
    padding: 10px 0;
}

.box_style_table table {
    width: 100%;
    min-height: 120px;
}

.box_style_table td {
    padding: 0px;
    vertical-align: middle;
}

.tdboximg {
    text-align: center;
    width: 22%;
    border-right: 1px solid #ddd;
    ;
}

td.tdboxcontent {
    padding-left: 15px;
    font-size: 15px;
   padding-right: 10px;
}

.fixedheader {
    position: fixed;
    width: 100%;
    z-index: 10101;
    border-bottom: 1px solid #ddd;
    top: 0;
}

.footer .address p {
    margin: 10px 0 0;
}

.logo {
    overflow: hidden;
}

.tech-logos {
    position: relative;
}
.logos .logo{
    background: #fff;
}
.slider-content .owl-item p {
    -webkit-transition: opacity 3s, visibility 3s;
    transition: opacity 3s, visibility 3s;
    opacity: 0;
    visibility: hidden;
}

.slider-content .owl-item.active p {
    visibility: visible;
    opacity: 1;
}

.img-shadowno {
    background-size: 100%!important;
}

g a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

g a:hover path:not(.st11) {
    fill: #f8f8f8;
}

ul.social-icons li .social-icon-round {
    margin-right: 6px;
}

.three-box-list .box {
    margin: 14px 1%;
}

.get-started-now .ol_style_li {
    margin-bottom: 35px;
}

@media (max-width: 1024px) and (min-width: 700px) {
    .header-style-eg {
        height: 58px;
    }
    /*.text-center img {
        max-width: 100%;
    }*/
	.tab-res-br{
		display: block;
	}
	
    .pt-5 {
        padding-top: 20px!important;
    }
    .pb-5 {
        padding-bottom: 20px!important;
    }
    .gray-bg-color {
        padding: 20px 0 20px;
    }
	
    /*.headtext {
        font-size: inherit;
    }*/
    .box_style_table_row {
        margin-bottom: 20px;
        /*min-height: 155px;*/
        height: auto;
		width: 96%;
		margin: 15px auto;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
    }
	
    .mobile_space_top {
        padding-top: 20px !important;
    }
    .box_style_table_row::before {
        margin-left: -40px;
		top: 25%;
    }
    td.tdboxcontent {
        padding-left: 30px;
    }
    .mobilebr {
        margin: 0;
        padding-bottom: 20px;
    }
    .product-page-quote {
        min-height: max-content;
        max-height: 100%;
    }
    .light-gray-bg {
        padding: 50px 0 0;
    }
    .fixedsection {
        margin-bottom: 0px;
    }
    .product-quote-box {
        margin-top: 20px;
    }
    /*  .ol_style_li li {
        padding-bottom: 10px;
    }*/
    .orange-header p.sub-text,
    .orange-header .trusted-by-companies p {
        margin: 20px auto;
    }
    .orange-header h1 {
        color: #ffffff;
        font-size: 2.2em;
        text-align: center;
        margin: 0px auto 20px;
        letter-spacing: -0.5px;
    }
    .pt-4 {
        padding-top: 0px!important;
    }
    h3.text-left,
    h3.text-center,
    .details h3 {
        text-align: center!important;
        font-size: 1.5em!important;
        line-height: normal;
    }
    .details h3 {
        font-size: 22px!important;
        /* margin-bottom: 0;*/
        line-height: 28px;
    }
    .feature-list .get-started-img.fullwidth {
        margin-bottom: 30px;
    }
    .get-started-img {
        margin-bottom: 0px;
    }
    .supported_li li {
        font-size: 18px;
    }
    .get-started-nows.ps-4 {
        padding-top: 20px;
    }
    .light-gray-bg {
        padding: 10px 0 0;
    }
    .text-block-link {
        width: auto;
    }
    .eg-nav-tabs,
    .eg-nav-tabs li {
        width: 100%;
    }
    .eg-nav-tabs.nav-pills .nav-link {
        width: 100%;
        min-height: auto;
    }
    .details .slider_content_li {
        padding-top: 20px;
    }
    h3.text-left,
    h3.text-center,
    .gray-bg-color h3 {
        font-size: 2.2em!important;
        line-height: 44px;
    }
    .details h3 {
        font-size: 2.0em!important;
        line-height: 40px;
    }
    .get-started-now h4 {
        margin-bottom: 20px;
        font-size: 1.8em!important;
    }
    .gray-bg-color h3 {
        padding-top: 10px;
    }
    .video-play img,
    .get-started-img,
    .fullwidth2,
    .fullwidth {
        max-width: 558px;
    }
}

@media (min-width: 1025px) {
    .borderradius8 {
        max-width: 100%;
    }
	.tab-res-br{
		display: none;
	}
}

@media (max-width: 1024px) and (min-width: 10px) {
    .orange-header p.sub-text {
        margin: 20px auto;
    }
    .gray-bg-color a.orange-btntop {
        display: block;
        margin: 40px auto 0;
    }
    .ol_style_li_white li:last-child {
        MARGIN-BOTTOM: 0;
    }
    .trusted-by-companies {
        margin: 30px 0 40px;
    }
    .trusted-by-companies p {
        margin-bottom: 10px;
    }
    .orange-header .trusted-by-companies p {
        font-size: 18px;
    }
    .gray-bg-color {
        padding: 30px 0 20px;
    }
    .gray-bg-color .get-started-nows.ps-4 {
        padding-left: 0rem!important;
    }
    .slider_content_li>li:last-child,
    .ol_style_li>li:last-child {
        margin-bottom: 20px;
    }
    .slider_content_li>li,
    .ol_style_li>li {
        margin: 0 auto 20px;
    }
    .details .slider_content_li {
        padding-top: 0px;
    }
    .fixed-free-trial {
        height: 60px;
    }
    .pb-5 {
        padding-bottom: 20px!important;
    }
    .pt-5 {
        padding-top: 20px!important;
    }
    h3 {
        margin: 30px auto 20px;
    }
    .get-started-now {
        padding-top: 20px!important;
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
    }
	.get-started-img, .fullwidth2, .fullwidth{
		max-width: 558px;
		width: 100%;
	}
	.res-br{
		display: none;
	}
    
}


@media (max-width: 700px) and (min-width: 10px) {
    .orange-header h1 {
        font-size: 1.8em;
        margin: 30px auto 20px;
    }
    .fixed-free-trial{
        display:none;
    }
    .footer{
        padding-bottom: 100px;
    }
    
    #fixedsectioninfo2.scrolling {
            bottom: 0!important;
    top: inherit!important;
    }
    .gray-bg-color h3 {
        font-size: 1.5em!important;
    }
    .details h3 {
        font-size: 1.5em!important;
    }
    .gray-bg-color .col-6-img {
        margin-bottom: 30px!important;
    }
	.box_style_table_row {
        margin-bottom: 20px;
        /*min-height: 155px;*/
        height: auto;
		width: 90%;
		margin: 15px auto;
		box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%);
    }
    .box_style_table_row::before {
        margin-left: -40px;
		top: auto;
    }
	.tab-res-br{
		display: none;
	}
}

#fixedsectioninfo2 {
    width: 100%;
    background: #fff;
    left: 0;
    right: 0
}

#menu>.active-sub>a:after {
    content: "";
    background: #2f2f2f;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
}

.second_header .navbar-expand-lg .navbar-nav>li.nav-item a {
    position: relative;
    font-size: 16px;
}

.solutionmenulist .sub-active-menu a {
    color: #f09222!important;
}

.ob-logos {
    display: block;
    width: 116px !important;
    height: 116px;
    background: url("../svg/orange-banner-logo.svg")no-repeat;
    background-size: 800px 800px;
}

.ob-citrix-ready {
    background-position: -0px 0px;
}

.ob-vmware-ready {
    background-position: -120px 0px;
}

.ob-nutanix-ready {
    background-position: -240px 0px;
}

.ob-redhat-ready {
    background-position: -360px 0px;
}

.ob-igel-ready {
    background-position: -480px 0px;
}

.ob-aws {
    background-position: -600px -0px;
}

.ob-citrix {
    background-position: -0px -120px;
}

.ob-vm-horizon {
    background-position: -120px -120px;
}

.ob-ms-wvd {
    background-position: -240px -120px;
}

.ob-ms-rds {
    background-position: -360px -120px;
}

.ob-ms-hyperv {
    background-position: -480px -120px;
}

.ob-oraclev {
    background-position: -600px -120px;
}

.ob-citrix-server {
    background-position: -0px -240px;
}

.ob-solaris {
    background-position: -120px -240px;
}

.ob-redhatv {
    background-position: -240px -240px;
}


.ob-micro-avd {
    background-position: -360px -240px;
}

.ob-sqlserver {
    background-position: -480px -240px;
}

.ob-windowserver {
    background-position: -600px -240px;
}
.ob-openshift {
    background-position: -0px -360px;
}
.ob-cri-o {
    background-position: -120px -360px;
}
.ob-redhat-linux {
    background-position: -240px -360px;
}
.ob-windows {
    background-position: -356px -355px;
}
.ob-aix {
    background-position: -480px -360px;
}
.ob-linux {
    background-position: -600px -360px;
}
.ob-hp-ux {
    background-position: -0px -480px;
}
.ob-zendesk {
    background-position: -120px -480px;
}
.ob-nimble-works {
    background-position: -240px -480px;
}
.ob-hitachi {
    background-position: -360px -480px;
}
.ob-nimble-storage {
    background-position: -480px -480px;
}
.ob-dellemc {
    background-position: -600px -480px;
}

/**************LOGO FULL LIST***************/

.tech-logos {
    display: block;
    width: 116px !important;
    height: 116px;
    background: url(../svg/all-logo-client-eg22af.svg?new)no-repeat;
    background-size: 1080px 1320px;
}

.tech-sap {
    background-position: 0 0px;
}

.tech-vmware {
    background-position: -120px 0px;
}

.tech-redhat {
    background-position: -240px 0px;
}

.tech-dell {
    background-position: -360px 0px;
}

.tech-docker {
    background-position: -480px 0px;
}

.tech-net {
    background-position: -600px 0px;
}

.tech-citrix {
    background-position: -720px 0px;
}

.tech-apache {
    background-position: -840px 0px;
}

.tech-nutanix {
    background-position: -960px 0px;
}

.tech-aws {
    background-position: 0 -120px;
}

.tech-nginx {
    background-position: -120px -120px;
}

.tech-azure {
    background-position: -240px -120px;
}

.tech-ibm {
    background-position: -360px -120px;
}

.tech-java {
    background-position: -480px -120px;
}

.tech-kubernetes {
    background-position: -600px -120px;
}

.tech-mysql {
    background-position: -720px -120px;
}

.tech-office365 {
    background-position: -840px -120px;
}

.tech-php {
    background-position: -960px -120px;
}

.tech-sharepoint {
    background-position: 0 -240px;
}

.tech-microsoft {
    background-position: -120px -240px;
}

.tech-team {
    background-position: 0 -360px;
}

.tech-connectwise {
    background-position: -120px -360px;
}

.tech-ivanti {
    background-position: -240px -360px;
}

.tech-pagerduty {
    background-position: -360px -360px;
}

.tech-servicenow {
    background-position: -480px -360px;
}

.tech-topdesk {
    background-position: -600px -360px;
}

.tech-slack {
    background-position: -720px -360px;
}

.tech-zendesk {
    background-position: -840px -360px;
}

.tech-bmc {
    background-position: -960px -360px;
}

.tech-autodesk {
    background-position: 0px -480px;
}

.tech-jira {
    background-position: -120px -480px;
}

.tech-opsginue {
    background-position: -240px -480px;
}

.tech-moogsoft {
    background-position: -360px -480px;
}

.tech-leaf {
    background-position: -480px -480px;
}

.tech-whatsapp {
    background-position: -600px -480px;
}

.tech-hipchat {
    background-position: -720px -480px;
}

.tech-hp {
    background-position: -840px -480px;
}

.tech-scom {
    background-position: -960px -464px;
}

.tech-oracle {
    background-position: -240px -240px;
}

.tech-trend {
    background-position: -360px -240px;
}

.tech-leostream {
    background-position: -480px -240px;
}

.tech-adobe {
    background-position: -600px -240px;
}

.tech-appvolumes {
    background-position: -720px -240px;
}

.tech-vmware-horizon-view {
    background-position: -840px -240px;
}



.tech-ms-exchange {
    background-position: -0 -600px;
}

.tech-onedrive {
    background-position: -120px -600px;
}

.tech-skype {
    background-position: -240px -600px;
}

.tech-salesforce {
    background-position: -360px -600px;
}

.tech-couchdb {
    background-position: -480px -600px;
}

.tech-redis {
    background-position: -600px -600px;
}

.tech-cassandra {
    background-position: -720px -600px;
}

.tech-ibmdb2 {
    background-position: -840px -600px;
}

.tech-azure-sql {
    background-position: -363px -1080px;
}

.tech-hadoop {
    background-position: -960px -600px;
}

.tech-mariadb {
    background-position: -0px -720px;
}

.tech-mongodb {
    background-position: -120px -720px;
}

.tech-postgresql {
    background-position: -240px -720px;
}

.tech-progress {
    background-position: -360px -720px;
}

.tech-sap-hana {
    background-position: -480px -720px;
}

.tech-sybase {
    background-position: -600px -720px;
}

.tech-tomcat {
    background-position: -720px -720px;
}

.tech-glassfish {
    background-position: -840px -720px;
}

.tech-jboss {
    background-position: -960px -720px;
}

.tech-wildfly {
    background-position: -0px -840px;
}

.tech-activemq {
    background-position: -120px -840px;
}

.tech-fiorano {
    background-position: -240px -840px;
}

.tech-mosquitto {
    background-position: -360px -840px;
}

.tech-tibco {
    background-position: -480px -840px;
}

.tech-active-directory {
    background-position: -600px -840px;
}

.tech-dot-net {
    background-position: -720px -840px;
}

.tech-ms-dynamics {
    background-position: -840px -840px;
}

.tech-symantec {
    background-position: -960px -840px;
}

.tech-veeam {
    background-position: -0px -960px;
}

.tech-commvault {
    background-position: -120px -960px;
}

.tech-siebel {
    background-position: -240px -960px;
}

.tech-confluence {
    background-position: -360px -960px;
}

.tech-blue-coat {
    background-position: -480px -960px;
}

.tech-cisco {
    background-position: -600px -960px;
}

.tech-elasticsearch {
    background-position: -720px -960px;
}

.tech-netapp {
    background-position: -840px -960px;
}

.tech-raspberry {
    background-position: -960px -960px;
}
.tech-cerner {
    background-position: -0px -1080px;
}
.tech-allscript {
    background-position: -120px -1080px;
}

.tech-nodejs {
    background-position: -240px -1080px;
}

.tech-citrix-icon {
    background-position: -480px -1080px;
}

.tech-windows-icon {
    background-position: -600px -1080px;
}

.tech-backup-server-icon {
    background-position: -720px -1080px;
}

.tech-infrastructure-servers-icon {
    background-position: -840px -1080px;
}

.tech-others-icon {
    background-position: -920px -1080px;
}

.tech-ups-icon {
    background-position: -0px -1200px;
}

.tech-sap-icon {
    background-position: -120px -1200px;
}

.tech-2x-icon {
    background-position: -240px -1200px;
}

.tech-msg-server-icon {
    background-position: -360px -1200px;
}

.tech-app-server-icon {
    background-position: -480px -1200px;
}

.tech-mail-server-icon {
    background-position: -600px -1200px;
}

.tech-web-server-icon {
    background-position: -720px -1200px;
}

.tech-db-server-icon {
    background-position: -840px -1200px;
}

.tech-vdi-icon {
    background-position: -960px -1200px;
}


.techclient-logos {
    display: block;
    width: 116px !important;
    height: 116px;
    background: url(../svg/client-logo-eg99c5.svg?567)no-repeat;
    background-size: 1080px 242px;
}


.techclient-alibabacloud {
    background-position: 0px 0px;
}

.techclient-f5 {
    background-position: -120px 0px;
}

.techclient-fortigate {
    background-position: -240px 0px;
}

.techclient-juniper {
    background-position: -360px 0px;
}

.techclient-redhatopenshift {
    background-position: -480px 0px;
}

.techclient-broadcom  {
    background-position: -600px 0px;
}

.techclient-googlecloud {
    background-position: -720px 0px;
}

.eg-clients-logo {
    background-size: 1080px 240px;
    display: block;
    height: 40px;
}

#samsung {
    width: 100px !important;
    background-position: -0px 0px;
}

#ebay {
    width: 75px !important;
    background-position: -120px 0px;
}

#anthem {
    width: 120px !important;
    background-position: -200px 0px;
}

#staples {
    width: 100px !important;
    background-position: -340px 0px;
}

#allianz {
    width: 130px !important;
    background-position: -480px 0px;
}

#humana {
    width: 110px !important;
    background-position: -630px 0px;
}

#atos {
    width: 70px !important;
    background-position: -760px 0px;
}

#dachser {
    width: 115px !important;
    background-position: -840px 0px;
}

.logo a {
    text-decoration: none;
}

/*@media (max-width: 1024px) and (min-width: 700px) {
	.res-br#disable-tab{
		display: none;
	}
}
@media (max-width: 699px) and (min-width: 10px) {
	.res-br#disable-mobile{
		display: none;
	}
}*/

.leadinModal {
    position: absolute !important;
}

@media (max-width: 640px) { 
    .orange-header 
    { 
    background-image: none !important; 
    } 
}

.title-one{
    font-family: 'GraphikMedium';
    color: #333333;
    font-size: 44px;
    line-height: 54px;
    margin: 30px auto 30px;
}

@media (max-width: 1024px) and (min-width: 700px) {
    .title-one{
        font-size: 2.2em!important;
        line-height: 44px;
    }
}

@media (max-width: 640px) {
    .title-one{
    font-size: 1.5em !important;
    line-height: 30px;
    }
}

@media (max-width: 1024px) and (min-width: 10px) {
   .title-one {
    margin: 30px auto 20px;
}
}