/* CSS */
/* 
1] Header
*/


/* HEADER */

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif;
    width: 100%;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden
}

p:empty {
    display: none
}

p {
    margin: 0 0 40px 0
}

p:last-child {
    margin-bottom: 0
}

.elev_paragraph {
    margin-bottom: 20px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    font-family: Inter, sans-serif;
    color: #1D3F75;
    font-weight: 600;
    line-height: 1.5
}

h1 {
    font-size: 48px;
    letter-spacing: -1px
}

h2 {
    font-size: 34px;
    letter-spacing: -1px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 20px
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: 0 !important;
    color: #1a1a1a;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    color: #003893
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #878787
}

:-ms-input-placeholder {
    opacity: 1;
    color: #878787
}

::-moz-placeholder {
    opacity: 1;
    color: #878787
}

:-moz-placeholder {
    opacity: 1;
    color: #878787
}

img {
    max-width: 100%
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=number] {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000;
    border: 1px solid #ccc;
    height: 48px;
    padding: 0 16px
}

textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px
}

select {
    border: 1px solid #b8b8b8;
    width: 100%;
    padding: 0 11px;
    background: url(#) no-repeat calc(100% - 16px) center;
    background-color: #fff;
    background-size: 18px;
    padding-right: 40px;
    outline: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

.page-id-45 .row>* {
    padding-left: 15px;
    padding-right: 15px
}

.form-control {
    border-radius: 0;
    border: 1px solid #b8b8b8;
    padding: 12px 16px
}

input[type=submit],
input[type=reset],
input[type=button] {
    background: #e92f11;
    color: #fff;
    height: 48px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
    background: #feb620
}

a,
button {
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none
}

.cmn_gap {
    padding: 60px 0
}

.cmn_btn {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ff4133;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    border-color: #ff4133
}

.text_color1 {
    color: #ff4133
}

:focus {
    outline: 0
}

.bd-0 {
    border: 0 !important
}

.wow {
    visibility: hidden
}

.page-id-11185 .dc_center_mob {
    padding: 60px 0 60px !important
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #efefef
}

::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 7px
}

.partner_intro_sec.cmn_gap.home_partner {
    padding: 10px 0
}

.container {
    max-width: 1280px
}

.img_container {
    display: none
}

.zoom_prtner_event_site_logo {
    display: block;
    background-image: url(#);
    height: 100px;
    width: 105px;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
}

.img_div {
    height: 100px;
}

.main-head {
    background-color: transparent;
    position: relative
}

.main-head .navbar {
    padding: 10px 30px;
    background: #FFF;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
    border-radius: 15px
}

.cmn_sec_benefittd .prgphp p {
    padding-bottom: 30px
}

.page-id-3520 .contact_location_sec.cmn_gap {
    padding: 20px 0 57px
}

.page-id-3520 .partner_intro_sec.cmn_gap.elevate_services {
    margin: 60px 0 0 0 !important
}

.partner_intro_sec.cmn_gap.elevate_services {
    margin: 35px 0 0 0 !important
}

.navbar-brand {
    padding: 0;
    margin: 0 30px 0 0
}

.page-id-1170 .collbrntn_sec_space.cmn_gap.banner_gap {
    padding: 60px 0 40px 0
}

.page-id-1170 .case_study_collaborated.mob {
    padding: 0 0 0
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: 0;
    border-radius: 0
}

.navbar-nav li {
    position: relative;
    list-style: none
}

.navbar-nav>li {
    margin: 0 25px;
    padding: 15px 0;
    position: relative
}

.navbar-nav>li:last-child {
    margin-right: 0
}

.navbar-nav>li:first-child {
    margin-left: 0
}

.navbar-nav>li>a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1a1a1a
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #EF8321
}

.navbar-nav>li>a {
    position: relative
}

.pagination.animate__.animate__fadeInUp.wow.coming_soon {
    margin-bottom: 40px
}

.main_img.collab {
    width: 95%
}

.sub-menu {
    background: #fff;
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    width: 250px;
    padding: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.sub-menu>li>a {
    color: #000;
    display: block;
    width: 100%;
    padding: 5px 10px
}

.sub-menu>li {
    width: 100%;
    display: block
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a {
    background: #00bce4;
    color: #fff
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0
}

#erroremail,
#errorcompany_name,
#errorphone_no,
#errorfullname,
#errorcountry {
    color: red;
    font-size: 13px
}

.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 120%;
    top: 0;
    opacity: 0;
    visibility: hidden
}

#submit {
    margin-top: 15px;
    margin-left: 10px
}

.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
}

input#cpatchaTextBox {
    margin-right: -4px
}

.header_right .lan_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#cpatchaTextBox {
    padding-left: 20px !important;
    margin-left: 10px
}

.header_right .lan_bar img {
    margin-right: 10px
}

.page-id-1846 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-351 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-1890 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px;
    padding-top: 0
}

.lan_bar select,
.lan_sel {
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    width: auto;
    padding-right: 20px
}

.page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 30px
}

#message {
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: 12px 16px;
    padding: 14px 20px 20px 40px !important;
    color: #1a1a1a
}

select#country {
    font-size: 14px;
    padding-left: 40px;
    border-radius: 5px;
    border-color: #939eb0;
    color: #333
}

.lan_dropdown {
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #FFF;
    box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 494px;
    right: -305px;
    overflow: hidden;
    display: none
}

.lan_dropdown_lists {
    width: 208px;
    border-right: 1px solid rgba(195, 195, 195, .44)
}

.lan_dropdown_lists li::after,
.lan_dropdown_lists li::before {
    display: none
}

.lan_dropdown_lists li {
    width: 100%
}

.lan_dropdown_lists li a {
    display: block;
    color: #1A1A1A;
    padding: 12px 25px;
    font-weight: 400;
    font-size: 14px
}

.lan_dropdown_lists>li>a:hover,
.lan_dropdown_lists>li.current-menu-item>a,
.lan_dropdown_lists>li.menu-item-has-children:hover>a,
.lan_dropdown_lists>li.current-menu-item:hover>a {
    background: rgba(255, 204, 158, .35);
    color: #1A1A1A
}

.lan-dropdown-sub-menu {
    width: calc(100% - 212px);
    position: absolute;
    top: 0;
    right: 4px;
    height: 100%;
    overflow: auto;
    background: #fff;
    display: none
}

.lan-dropdown-sub-menu::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    background-color: transparent
}

.lan-dropdown-sub-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C4C4C4
}

.lan-dropdown-sub-menu::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.lan_dropdown_lists li>.lan-dropdown-sub-menu>li>a {
    display: flex;
    align-items: center
}

.lan_dropdown_lists li>.lan-dropdown-sub-menu>li.selected>a::after {
    content: "";
    width: 7px;
    height: 13px;
    border: solid #EF8321;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    margin-top: -4px
}

.lan_dropdown_lists li>.lan-dropdown-sub-menu>li>a:hover {
    color: #EF8321
}

.navbar-collapse {
    justify-content: flex-end
}

.header_right a.search {
    margin-right: 15px
}

.header_right .btn_grp a+a {
    margin-left: 10px
}

.header_right .btn_grp a {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 15px
}

.header_right .btn_grp a:first-child {
    background-color: transparent;
    border: 1px solid #ff4133;
    color: #ff4133;
    line-height: 33px
}

.header_right .btn_grp a:first-child:hover {
    background-color: #EA6F00;
    border-color: #EA6F00;
    color: #fff
}

.breadcrumb_bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0
}

.breadcrumb_bar li {
    font-size: 14px;
    padding-right: 10px;
    color: #ff4133
}

.breadcrumb_bar li.disable {
    color: #94A3B8
}

.breadcrumb_bar li+li:before {
    content: "/";
    color: #828282;
    margin-right: 10px
}

.breadcrumb_bar a {
    color: #94A3B8
}

.breadcrumb_bar li:last-child,
.breadcrumb_bar li:last-child a {
    color: #ff4133
}

.page-id-268 .pro_text {
    display: none !important
}

.breadcrumb_bar li:first-child a {
    color: #828282
}

.contact_main_sec {
    overflow: hidden
}

.contact_main_sec .cont_main_left {
    padding-right: 50px
}

.contact_main_sec .cont_main_left p {
    line-height: 30px
}

.contact_main_sec .cont_main_left figure img {
    width: 100%;
    padding-bottom: 60px
}

.contact_main_sec .cont_main_left figure {
    margin: 20px 0 35px
}

.contact_main_sec .cont_main_left h4 {
    font-weight: 600
}

.cmn_list li {
    padding-left: 35px;
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: left top 6px
}

.contact_main_sec .cmn_list {
    margin-bottom: 30px
}

#captcha {
    opacity: 1
}

#zoomeventcaptcha {
    opacity: 1
}

.cmn_list li+li {
    margin-top: 15px
}

.cont_main_right form {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 15px;
    height: 97%;
    padding: 35px 25px
}

.cont_main_right label {
    font-size: 14px;
    margin-bottom: 10px;
    width: 85%
}

.cont_main_right input {
    height: 52px;
    border-radius: 6px;
    font-size: 14px;
    color: #8A96AA;
    border-color: #8A96AA;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px 16px;
    vertical-align: middle
}

.cont_main_right .form_group {
    margin-bottom: 30px
}

.cont_main_right .form_group>img {
    width: 100%;
    height: 52px
}

.cont_main_right ::-webkit-input-placeholder {
    color: #8A96AA
}

.cont_main_right ::-moz-placeholder {
    color: #8A96AA
}

.cont_main_right :-ms-input-placeholder {
    color: #8A96AA
}

.cont_main_right ::-ms-input-placeholder {
    color: #8A96AA
}

.cont_main_right ::placeholder {
    color: #8A96AA
}

.cont_main_right input#name,
.cont_main_right input.name {
    background-image: url(#)
}

.cont_main_right input.email {
    background-image: url(#)
}

.cont_main_right input.cmname {
    background-image: url(#)
}

.cont_main_right textarea.msg {
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: 12px 16px
}

.page-id-3870 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow {
    margin-top: 30px;
    margin-bottom: 40px
}

.cont_main_right label span {
    color: red
}

.cont_main_right label .off_text {
    color: #8A96AA
}

.modal-content {
    padding: 20px
}

#case-study .modal-header {
    padding: 25px 27px 0
}

.cont_main_right textarea {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #8A96AA;
    height: 150px;
    font-size: 14px;
    padding: 14px 20px 20px 40px
}

.page-id-11186 .slide_prev.slick-arrow {
    margin: -12px -48px
}

.page-id-11186 .slide_nxt.slick-arrow.slick-disabled {
    margin: -12px -45px
}

.cont_main_right .form_group.checkbox_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

td.tright {
    padding-right: 20px;
    font-size: 13px
}

td.texxt,
.search_author {
    font-size: 12px !important;
    color: #808080 !important
}

#myTable tr {
    padding: 0 0 5px
}

td.texxt a {
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 5px
}

.cont_main_right .form_group.checkbox_item input {
    height: auto
}

.cont_main_right .form_group.checkbox_item label {
    margin: 0 0 0 15px
}

.cont_main_right .form_group.captcha_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 15%
}

.cont_main_right input.captcha {
    padding: 0 16px;
    margin-right: 15px
}

.cont_main_right .form_group.captcha_item span {
    font-size: 24px
}

.cont_main_right .form_group.captcha_item img {
    width: 24px;
    margin-left: 15px
}

.cont_main_right .form_group_btn {
    text-align: center
}

.cont_main_right button.cmn_btn {
    border: 0;
    padding: 0 50px;
    margin-right: 500px;
    margin-top: 25px
}

.contact_location_sec {
    padding-bottom: 0;
    text-align: center
}

.contact_location_sec .nav-pills {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 10px
}

.contact_location_sec .nav-link {
    font-size: 14px;
    padding: 0 0 5px;
    background: transparent !important;
    color: #1a1a1a;
    margin-right: 20px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin-bottom: -11px
}

.contact_location_sec .nav-pills li:last-child .nav-link {
    margin-right: 0
}

.contact_location_sec .nav-link.active {
    color: #ff4133;
    border-color: #ff4133
}

.job_desc_sec.cmn_gap {
    padding: 0
}

.item_block.item_block2 {
    padding-bottom: 60px
}

.inner_banner .inner_ban_main {
    position: relative;
    z-index: 1;
    min-height: 335px;
    background: #F3F8FF;
    border-radius: 15px;
    padding: 25px 40px 90px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.inner_banner .ban_text {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px
}

.inner_banner .breadcrumb_bar ul {
    padding: 10px 0 0;
    text-align: left
}

.inner_banner.cmn_gap {
    padding-top: 8px;
    padding-bottom: 0
}

.tabstyle1 .nav-pills {
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 10px
}

.tabstyle1 .nav-link {
    font-size: 14px;
    padding: 0 0 7px;
    background: transparent !important;
    color: #1a1a1a;
    margin-right: 25px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    margin-bottom: -11px
}

.tabstyle1 .nav-pills li:last-child .nav-link {
    margin-right: 0
}

.tabstyle1 .nav-link.active {
    color: #ff4133;
    border-color: #ff4133
}

.tabstyle1 .tab-pane {
    padding-top: 50px
}

.blog_items .item_inner {
    height: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    overflow: hidden;
    padding: 0 0 116px;
    position: relative
}

.blog_items .item_inner .img_part {
    position: relative
}

.blog_items .item_inner .img_part img {
    width: 100%
}

.blog_items .caption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px;
    background: #1D3F75;
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.blog_items .blog_item {
    margin-bottom: 40px
}

.blog_items .text_part {
    padding: 25px 20px
}

.blog_items .text_part h6 {
    font-size: 15px;
    color: #495057;
    font-weight: 400;
    margin-bottom: 15px
}

.blog_items .text_part h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.blog_items .text_part p {
    font-size: 15px;
    margin-bottom: 20px
}

.blog_items .views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.blog_items .views .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #E5F0FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_items .views p {
    font-size: 12px;
    margin-left: 10px;
    margin: 0 0 0 15px
}

.blog_items .pro_text {
    border-top: .629842px solid #E5E5E5;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 40px);
    padding: 25px 0;
    transform: translate(-50%, 0)
}

.blog_items .btn_cont a {
    font-size: 12px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px
}

.blog_items .pro_text .pic {
    margin-right: 15px
}

.blog_items .pro_text .pic img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_items .pro_text .text h6 {
    font-size: 15px;
    font-weight: 700;
    color: #495057;
    margin-bottom: 0
}

.blog_items .pro_text .text h6 span {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.blog_items .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pagination a {
    border: 1px solid #E2E8F0;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333
}

.pagination li.prev a {
    font-size: 12px
}

.pagination li.next a {
    font-size: 12px
}

.pagination a:hover,
.pagination a.active {
    color: #ff4133
}

.single_blog_header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99
}

.single_blog_banner {
    position: relative;
    padding-top: 155px !important;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0
}

.single_blog_banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: -1
}

.single_blog_banner .breadcrumb_bar li+li:before {
    color: #f2f2f2
}

.single_blog_banner .ban_text {
    padding-top: 40px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center
}

.single_blog_banner .ban_text h6 {
    display: inline-block;
    background: rgba(255, 255, 255, .15);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 10px
}

.single_blog_banner .ban_text h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px
}

.single_blog_banner .ban_text p {
    max-width: 400px;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px
}

.single_blog_banner .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single_blog_banner .profile img {
    width: 35px;
    height: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 15px
}

.single_blog_banner .profile p {
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.blog_dtls_main .container {
    max-width: 900px
}

.blog_dtls_main .date_iime {
    font-size: 15px;
    font-weight: 500;
    color: #EF8321;
    margin-bottom: 30px
}

.blog_dtls_main .date_iime span {
    color: #c4c4c4
}

.blog_dtls_main p {
    font-size: 17px
}

.blog_dtls_main h3 {
    font-size: 36px
}

.blog_dtls_main .cat_bar a {
    font-size: 11px;
    font-weight: 400;
    background: #EBF2FF;
    padding: 9px 15px;
    border-radius: 30px;
    display: block;
    margin: 10px
}

.blog_dtls_main .cat_bar a:hover {
    background-color: #ff4133;
    color: #fff
}

.blog_dtls_main .cat_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -10px 40px
}

.blog_dtls_main .author_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: .5px solid #C4C4C4
}

.blog_dtls_main .accordion-item {
    border-color: #CBD5E1
}

.blog_dtls_main .accordion-button {
    background: #f8fafc;
    font-size: 16px;
    color: #0F172A
}

.blog_dtls_main .accordion-button:not(.collapsed) {
    background: #f8fafc;
    font-size: 16px;
    color: #0F172A
}

.blog_dtls_main .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule=evenodd d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.blog_dtls_main .auth_pro_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    padding: 15px 20px;
    border-bottom: 1px solid #94A3B8
}

.blog_dtls_main .auth_pro_info:last-child {
    border-bottom: 0
}

.blog_dtls_main .auth_pro_info .pic img {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blog_dtls_main .auth_pro_info .pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin-right: 15px
}

.blog_dtls_main .auth_left {
    width: 80%
}

.blog_dtls_main .auth_right {
    width: 20%;
    padding: 0 0 0 12px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog_dtls_main .auth_right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_dtls_main .auth_right li+li {
    margin-left: 30px
}

.blog_dtls_main .auth_right li a {
    font-size: 20px;
    display: block;
    position: relative;
    padding-bottom: 5px
}

.blog_dtls_main .auth_right li a .hv_text {
    padding: 10px;
    background: #f8fafc;
    border-radius: 5px;
    color: #475569;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.blog_dtls_main .auth_right li a .hv_text:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #f8fafc;
    -webkit-clip-path: polygon(50% 25%, 0 100%, 100% 100%);
    clip-path: polygon(50% 25%, 0 100%, 100% 100%)
}

.blog_dtls_main .auth_right li a:hover .hv_text {
    opacity: 1
}

.blog_dtls_main .auth_right li.fb a {
    color: #275090
}

.blog_dtls_main .auth_right li.tw a {
    color: #1C9CEA
}

.blog_dtls_main .auth_right li.lin a {
    color: #0176AF
}

.blog_dtls_main .auth_pro_info .info h6 {
    font-size: 11px;
    line-height: 1.5;
    color: #1a1a1a;
    font-weight: 600;
    margin: 10px 0
}

.blog_dtls_main .auth_pro_info .info h6 span {
    display: block;
    font-weight: 400
}

.blog_dtls_main .auth_pro_info .info p {
    font-size: 14px
}

.blog_dtls_main .accordion-body {
    font-size: 14px
}

.blog_dtls_main .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog_dtls_main.cmn_gap {
    margin-top: 40px
}

.footer-single-post {
    margin-top: 30px
}

.related_blog_posts .caption {
    font-size: 12px
}

.related_blog_posts .blog_items .text_part h6 {
    font-size: 12px;
    color: #1a1a1a;
    margin-bottom: 14px
}

.related_blog_posts .blog_items .text_part h5 {
    color: #1a1a1a;
    font-size: 17px;
    margin-bottom: 18px
}

.related_blog_posts .blog_items .text_part p {
    font-size: 14px;
    margin-bottom: 20px
}

.related_blog_posts .blog_items {
    margin: 0 -12px
}

.related_blog_posts .blog_item {
    margin: 10px 12px
}

.related_blog_posts .blog_items .item_inner {
    background: #fff
}

.related_blog_posts .blog_items {
    margin-bottom: -30px
}

.author_post_slider {
    padding: 30px 50px
}

.author_post_slider .blog_item {
    margin: 10px
}

.author_post_slider .slick-arrow {
    width: 35px;
    height: 35px;
    background: #ff4133;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.author_post_slider .slick-arrow.slick-disabled {
    background: #ededed;
    opacity: 1
}

.author_post_slider .slick-arrow.slick-disabled:before {
    color: #8C8A8A;
    opacity: 1
}

.author_post_slider .slick-arrow:before {
    content: "\f061";
    font-size: 12px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free"
}

.author_post_slider .slick-prev:before {
    content: "\f060"
}

.author_post_slider .slick-prev {
    left: 0
}

.author_post_slider .slick-next {
    right: 0
}

.author_post_slider .btn_cont {
    margin-bottom: 0 !important
}

.author_post_slider .caption {
    font-size: 9px
}

.author_post_slider .text_part h6 {
    font-size: 12px
}

.author_post_slider h5 {
    font-size: 12px;
    color: #1a1a1a
}

.author_post_slider .text_part p {
    font-size: 11px
}

.author_post_slider .btn_cont a {
    font-size: 9px;
    padding: 0 15px;
    height: 25px;
    line-height: 25px
}

.main_lead {
    padding-bottom: 0
}

.main_lead .item_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 40px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 20px
}

.main_lead .pic_info {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.main_lead .text_cont {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 40px
}

.main_lead .container {
    max-width: 1100px
}

.main_lead .pic {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 28px
}

.main_lead .pic img {
    width: 100%;
    height: 100%
}

.main_lead .pic a {
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0E76A8;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28px;
    height: 28px
}

.main_lead .pic a:hover {
    background-color: #fff;
    color: #0E76A8;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.main_lead .pic_info h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.main_lead .pic_info h6 {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 15px
}

.main_lead .text_cont p {
    font-size: 17px
}

.main_lead .item {
    margin-bottom: 40px
}

.management_team {
    padding-bottom: 0;
    text-align: center
}

.management_team .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -40px
}

.management_team .container {
    padding-bottom: 30px;
    border-bottom: 1px solid #C4C4C4
}

.management_team .item {
    margin: 30px 0;
    padding: 0 40px
}

.management_team .item_inner .team_body img {
    width: 100%;
    border-radius: 9px
}

.management_team .item_inner {
    border-radius: 9px
}

.management_team .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px 30px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.management_team .team_body {
    position: relative
}

.management_team h3 {
    font-size: 40px;
    margin-bottom: 15px
}

.management_team .caption h5 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px
}

.management_team .caption h6 {
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 0
}

.management_team .pro_link {
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0E76A8;
    color: #fff;
    font-size: 13px;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    line-height: 28px
}

.management_team .team_body .pro_link:hover {
    background-color: #fff;
    color: #0E76A8;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2)
}

.awards_slider_dated {
    border-bottom: 1px solid #D6E0E8;
    width: 100%;
    cursor: pointer
}

.awards_slider_dated .dated {
    display: table;
    padding: 0 10px;
    padding-bottom: 7px;
    position: relative;
    font-size: 17px;
    line-height: 1.3;
    color: #1A1A1A;
    font-weight: 400
}

.awards_slider_dated .dated:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ff4133;
    opacity: 0
}

.slick-current .awards_slider_dated .dated {
    color: #ff4133
}

.slick-current .awards_slider_dated .dated:after {
    opacity: 1
}

.awrads_accolades_part {
    padding-bottom: 0
}

.awrads_accolades_part .container {
    padding-bottom: 60px;
    border-bottom: 1px solid #E5E5E5
}

.awrads_accolades_part_slider_bmtd {
    margin-top: 80px
}

.award_team_sales_innner_col_lft .main_img {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden
}

.award_team_sales_innner_col_lft .main_img img {
    width: 100%
}

.cmn_hdd_rttd h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px
}

.cmn_hdd_rttd {
    font-size: 17px
}

.award_team_sales_innner_col_rtt {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.award_team_sales_innner {
    position: relative;
    padding-bottom: 66px;
    margin-bottom: 66px
}

.award_team_sales_innner:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    background: #E5E5E5;
    height: 1px;
    margin: 0 auto
}

.award_team_sales_innner:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.award_team_sales_innner:last-child:after {
    display: none
}

.cmn_sec_benefittd {
    font-size: 17px;
    line-height: 1.6;
    color: #1A1A1A;
    margin: 0
}

.cmn_sec_benefittd h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1D3F75
}

.cmn_sec_benefittd h3:last-child {
    margin-bottom: 0
}

.cmn_sec_benefittd:last-child {
    margin-bottom: 0
}

.cmn_sec_benefittd.centerd {
    text-align: center
}

.back_bl {
    background: #F7FAFF
}

.next_gen_customised_col_rtt {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.home .main-head .navbar {
    padding: 10px 0
}

.next_gen_customised_col_rtt .main_img {
    margin-bottom: 0
}

.main_img_brd {
    margin-bottom: 0
}

.main_img_brd img {
    border-radius: 24px
}

.tab_area_part_main .nav-tabs,
.tab_area_part_main .nav-item,
.tab_area_part_main .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    border-radius: 0
}

.tab_area_part_main .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E2E8F0
}

.tab_area_part_main .nav-item:last-child {
    padding-right: 0
}

.tab_area_part_main .nav-tabs .nav-link {
    padding: 0 10px;
    padding-bottom: 7px;
    font-size: 17px;
    color: rgba(51, 51, 51, .5);
    line-height: 1.4;
    position: relative
}

.tab_area_part_main .nav-tabs .nav-link:after {
    position: absolute;
    content: "";
    background: #EF8321;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    opacity: 0
}

.page-id-4136 .noc_cs.cmn_gap.noc_gap {
    padding: 60px
}

.best_seller_partd_btmmmm_tabcnt {
    margin-top: 60px
}

.tab_area_part_main .nav-tabs .nav-link.active:after {
    opacity: 1
}

.tab_area_part_main .nav-tabs .nav-link.active {
    color: #EF8321
}

.pop_blog_tab .tab_area_part_main .nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pop_blog_tab .tab_area_part_main li {
    padding-right: 39px
}

.cmn_sec_benefittd h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px
}

.back_light_figd {
    background: -o-linear-gradient(141.06deg, #FDE5CF 0, rgba(255, 255, 255, 0) 105.7%, rgba(255, 255, 255, 0) 110.3%);
    background: linear-gradient(308.94deg, #FDE5CF 0, rgba(255, 255, 255, 0) 105.7%, rgba(255, 255, 255, 0) 110.3%);
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .08));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .08));
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 40px
}

.back_light_figd .main_img img {
    width: 100%;
    border-radius: 15px
}

.back_light_figd .main_img {
    margin-bottom: 32px
}

.vbtn.smald {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #ff4133 !important;
    color: #fff !important;
    border-radius: 50px
}

.vbtn {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #ff4133 !important;
    color: #fff !important;
    border-radius: 50px
}

.back_light_figd_btm_col_rtt {
    text-align: right
}

.cntr_hd h2 {
    text-align: center
}

.vbtn.center {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.video_conference_slz_maint {
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto
}

.video_conference_slz_maint .main_img {
    margin-bottom: 0
}

.video_confere_icon_container {
    opacity: 0;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    background: #fff;
    z-index: 10;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px -6px #000;
    box-shadow: 0 0 10px -6px #000;
    border-radius: 15px;
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ff4133 #f1f1f1
}

.video_confere_icon_container::-webkit-scrollbar {
    width: 10px
}

.video_confere_icon_container::-webkit-scrollbar-track {
    background: #f1f1f1
}

.video_confere_icon_container::-webkit-scrollbar-thumb {
    background: #ff4133
}

.video_confere_icon_container .main_img_inner {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden
}

.video_confere_icon_container .main_img_inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.video_conference_slz_maint .iconnsd {
    position: absolute
}

.video_conference_slz_maint .icon1 {
    left: 5%;
    bottom: 31%
}

.video_conference_slmn_icon {
    display: inline-block
}

.video_conference_slmn_icon img {
    width: 46px;
    -webkit-animation: rotate_scale 1.5s 0s ease-in-out infinite alternate;
    animation: rotate_scale 1.5s 0s ease-in-out infinite alternate
}

@-webkit-keyframes rotate_scale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2)
    }
}

@keyframes rotate_scale {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2)
    }
}

.video_conference_slmn_icon.small img {
    width: 30px
}

.hvr_icc:hover .video_confere_icon_container {
    opacity: 1;
    pointer-events: all
}

.video_confere_icon_container_para {
    padding-top: 20px
}

.video_confere_icon_container_para p {
    font-size: 12px;
    margin-bottom: 10px
}

.video_confere_icon_container_para p:last-child {
    margin-bottom: 0
}

.video_confere_icon_container_para .vbtn.smald {
    margin-top: 10px
}

.video_conference_slz_maint .icon2 {
    left: 16.6%;
    top: 16.6%
}

.video_conference_slz_maint .icon3 {
    left: 42.6%;
    top: 1%
}

.find_wrkshop_productivity_col_rghtt {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.find_wrkshop_productivity_col_rghtt .main_img {
    margin-bottom: 0
}

.find_wrkshop_productivity_col_lft {
    /* padding-bottom: 60px; */
    margin: auto;
}

.find_wrkshop_productivity .prgphp {
    min-height: 90px
}

.career_growth {
    text-align: center
}

.career_growth_desktop {
    margin: 200px 0 50px
}

.career_growth .cr_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.career_growth .circle {
    width: 58px;
    height: 58px;
    background: -webkit-gradient(linear, left top, left bottom, from(#53709D), color-stop(48.96%, #1D3F75));
    background: -o-linear-gradient(top, #53709D 0, #1D3F75 48.96%);
    background: linear-gradient(180deg, #53709D 0, #1D3F75 48.96%);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 70px
}

.career_graph_cont .line {
    width: 99%
}

.career_growth .circle:nth-child(1) {
    -webkit-transform: translateY(-33px);
    -ms-transform: translateY(-33px);
    transform: translateY(-33px)
}

.career_growth .circle:nth-child(2) {
    transform: translateY(-34px);
    position: absolute;
    top: 90.5%;
    left: 10%
}

.career_growth .circle:nth-child(3) {
    transform: translateY(-52px);
    position: absolute;
    top: 90%;
    left: 21.4%
}

.career_growth .circle:nth-child(4) {
    top: 88%;
    transform: translateY(-76px);
    position: absolute;
    left: 31.5%
}

.career_growth .circle:nth-child(5) {
    transform: translateY(-107px);
    position: absolute;
    top: 86%;
    left: 42.5%
}

.career_growth .circle:nth-child(6) {
    -webkit-transform: translateY(-155px);
    -ms-transform: translateY(-155px);
    transform: translateY(-198px);
    position: absolute;
    right: 36%
}

.career_growth .circle:nth-child(7) {
    -webkit-transform: translateY(-216px);
    -ms-transform: translateY(-216px);
    transform: translateY(-271px);
    position: absolute;
    left: 63%
}

.career_growth .circle:nth-child(8) {
    -webkit-transform: translateY(-290px);
    -ms-transform: translateY(-290px);
    transform: translateY(-352px);
    position: absolute;
    right: 191px
}

.career_growth .circle:nth-child(9) {
    -webkit-transform: translateY(-382px);
    -ms-transform: translateY(-382px);
    transform: translateY(-423px);
    right: 100px;
    position: absolute
}

.career_growth .circle:nth-child(10) {
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-505px);
    right: -6px;
    position: absolute;
    bottom: 11px
}

.career_graph_cont {
    max-width: 1200px;
    margin: 0 auto
}

.career_graph_cont {
    position: relative
}

.floating_blocks .fl_item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.floating_blocks .top {
    position: absolute;
    top: 28%;
    left: -40px;
    width: 144px
}

.floating_blocks .top p {
    font-size: 14px
}

.floating_blocks .top:after {
    content: '';
    position: absolute;
    bottom: -170px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 160px;
    width: 1px;
    border-left: 1px dashed #ff4133
}

.floating_blocks .fl_item:nth-child(2) {
    left: 5%;
    top: 93px
}

.floating_blocks .fl_item:nth-child(2) .top {
    top: 66%
}

.floating_blocks .fl_item:nth-child(2) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .bottom {
    position: absolute;
    bottom: -42px;
    left: -40px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 144px;
    font-size: 14px
}

.floating_blocks .bottom:after {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 1px dashed #ff4133;
    width: 1px;
    height: 50px
}

.floating_blocks .fl_item:nth-child(3) {
    left: 15.5%;
    top: 66px
}

.floating_blocks .fl_item:nth-child(3) .top {
    top: 71%
}

.floating_blocks .fl_item:nth-child(3) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(3) .bottom {
    bottom: -29px
}

.floating_blocks .fl_item:nth-child(4) {
    left: 20.9%;
    top: 26%
}

.floating_blocks .fl_item:nth-child(5) {
    left: 25.5%;
    top: 58px
}

.floating_blocks .fl_item:nth-child(5) .top {
    top: 61%
}

.floating_blocks .fl_item:nth-child(5) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(5) .bottom {
    bottom: -2px
}

.floating_blocks .fl_item:nth-child(6) {
    left: 36.5%;
    top: 12px
}

.floating_blocks .fl_item:nth-child(6) .top {
    top: 29%
}

.floating_blocks .fl_item:nth-child(6) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(6) .bottom {
    bottom: 40px
}

.floating_blocks .fl_item:nth-child(7) {
    top: -4%;
    left: 42.2%
}

.floating_blocks .fl_item:nth-child(7) .top:after {
    height: 224px;
    top: 50px
}

.floating_blocks .fl_item:nth-child(8) {
    left: 47.5%;
    top: 11px
}

.floating_blocks .fl_item:nth-child(8) .top {
    top: 54%
}

.floating_blocks .fl_item:nth-child(8) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(8) .bottom {
    bottom: 91px
}

.floating_blocks .fl_item:nth-child(9) {
    top: -16%;
    left: 52.7%
}

.floating_blocks .fl_item:nth-child(9) .top:after {
    height: 224px;
    top: 50px
}

.floating_blocks .fl_item:nth-child(10) {
    left: 58%;
    top: 23px
}

.floating_blocks .fl_item:nth-child(10) .top {
    top: 19%
}

.floating_blocks .fl_item:nth-child(10) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(10) .bottom {
    bottom: 159px
}

.floating_blocks .fl_item:nth-child(11) {
    top: -37%;
    left: 62.5%
}

.floating_blocks .fl_item:nth-child(11) .top:after {
    height: 224px;
    top: 72px
}

.floating_blocks .fl_item:nth-child(12) {
    left: 67%;
    top: 37px
}

.floating_blocks .fl_item:nth-child(12) .top {
    top: 8%
}

.floating_blocks .fl_item:nth-child(12) .top:after {
    height: 50px;
    bottom: -54px;
    display: none
}

.floating_blocks .fl_item:nth-child(12) .bottom {
    bottom: 225px
}

.floating_blocks .fl_item:nth-child(13) {
    top: -58%;
    left: 72.9%
}

.floating_blocks .fl_item:nth-child(13) .top:after {
    height: 230px;
    top: 81px
}

.floating_blocks .fl_item:nth-child(14) {
    left: 80.5%;
    top: -21px
}

.floating_blocks .fl_item:nth-child(14) .top {
    top: 4.7%;
    position: absolute;
    left: -77px
}

.floating_blocks .fl_item:nth-child(14) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(14) .bottom {
    bottom: 316px;
    position: absolute;
    left: -77px
}

.floating_blocks .fl_item:nth-child(15) {
    left: 88%;
    bottom: -2%
}

.floating_blocks .fl_item:nth-child(15) .top {
    top: 54%
}

.floating_blocks .fl_item:nth-child(15) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(15) .bottom {
    bottom: 393px;
    position: absolute;
    left: -85px
}

.floating_blocks .fl_item:nth-child(16) {
    left: 89%;
    top: 94px
}

.floating_blocks .fl_item:nth-child(16) .top {
    top: -21%;
    left: -34px
}

.floating_blocks .fl_item:nth-child(16) .top:after {
    height: 50px;
    bottom: -54px
}

.floating_blocks .fl_item:nth-child(16) .bottom {
    bottom: 439px;
    left: -31px
}

.floating_blocks .fl_item:nth-child(17) {
    left: 89%;
    top: 94px
}

.floating_blocks .fl_item:nth-child(17) .top {
    top: -28%;
    left: 75px
}

.floating_blocks .fl_item:nth-child(17) .top:after {
    display: none
}

.floating_blocks .fl_item:nth-child(17) .bottom {
    display: none
}

.graph_headline_block {
    position: absolute;
    top: -23%;
    left: -35px;
    text-align: left
}

.career_wlcm_chart {
    padding-bottom: 100px;
    padding-top: 10px
}

.career_wlcm_chart .chart_box {
    margin-bottom: 100px;
    border: 3px dashed rgba(171, 178, 188, .4);
    border-radius: 15px;
    padding: 75px 60px;
    text-align: center;
    position: relative
}

.career_wlcm_chart .content {
    max-width: 800px;
    margin: 0 auto
}

.career_wlcm_chart h2 {
    margin-bottom: 20px
}

.career_wlcm_chart h6 {
    color: #1a1a1a
}

.career_wlcm_chart p strong {
    font-weight: 600
}

.career_wlcm_chart .team {
    position: absolute;
    text-align: left
}

.career_wlcm_chart .team.team1 {
    top: -6%;
    left: 16.5%
}

.career_wlcm_chart .team img {
    width: 65px;
    height: 65px;
    background: #F1F3F6;
    padding: 2px;
    border-radius: 100%;
    border: 2.53925px solid rgba(255, 255, 255, .75);
    -webkit-box-shadow: -2.54729px -2.54729px 6.57364px #fff, 2.46512px 2.46512px 6.57364px rgb(75 85 116 / 10%), inset .328682px .328682px 1.64341px #fff;
    box-shadow: -2.54729px -2.54729px 6.57364px #fff, 2.46512px 2.46512px 6.57364px rgb(75 85 116 / 10%), inset .328682px .328682px 1.64341px #fff
}

.career_wlcm_chart .msg_box {
    position: absolute;
    min-width: 140px;
    position: absolute;
    bottom: -35px;
    right: -136px;
    background: #E7F3FC;
    border-radius: 0 16px 16px 16px;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 13px
}

.career_wlcm_chart .team.team2 {
    right: -26px;
    top: 50px
}

.career_wlcm_chart .team.team2 img {
    width: 65px;
    height: 65px
}

.career_wlcm_chart .team.team2 .msg_box {
    font-size: 13px;
    padding: 10px 17px;
    left: -165px;
    right: auto;
    border-radius: 16px 0 16px 16px
}

.career_wlcm_chart .team.team3 {
    right: 4.5%;
    bottom: -24px
}

.career_wlcm_chart .team.team3 img {
    width: 65px;
    height: 65px
}

.career_wlcm_chart .team.team4 {
    bottom: 60px;
    left: -33px
}

.career_wlcm_chart .team.team4 img {
    width: 65px;
    height: 65px
}

.career_wlcm_chart .team.team3 .msg_box {
    padding: 11px 19px;
    bottom: -70px;
    right: -160px;
    font-size: 14px;
    width: 165px
}

.career_wlcm_chart .team.team4 .msg_box {
    right: 41px;
    left: auto;
    border-radius: 16px 0 16px 16px;
    padding: 10px 15px
}

.career_wlcm_chart .container {
    padding: 0 125px
}

.career_wlcm_chart .icon {
    position: absolute;
    z-index: -1
}

.career_wlcm_chart .icon.icon1 {
    left: 3%;
    top: 15%
}

.career_wlcm_chart .icon.icon2 {
    bottom: 10%;
    left: 15%
}

.career_wlcm_chart .icon.icon3 {
    bottom: 10%;
    right: 30%
}

.career_wlcm_chart .icon.icon4 {
    bottom: 22%;
    right: 3%
}

.career_wlcm_chart .icon.icon5 {
    top: 5%;
    right: 3%
}

.career_assets {
    background: #F7FAFF;
    text-align: center
}

.career_assets .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career_assets .item {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 15px;
    text-align: left
}

.career_assets .item img {
    margin-bottom: 20px
}

.career_assets .item h5 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500
}

.career_assets .item h5 span {
    font-weight: 600;
    color: #ff4133;
    display: block;
    margin-bottom: 20px
}

.career_rule {
    text-align: center
}

.career_rule .quote {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center
}

.career_rule .rule_cont {
    margin: 160px 0 35px;
    position: relative
}

.career_rule .rule_cont .pic img {
    background: #fbf1e8;
    border-radius: 100%
}

.career_rule .rule_cont .pic {
    width: 390px;
    height: 390px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    z-index: 2
}

.career_rule .list li {
    font-size: 17px;
    position: relative
}

.career_rule .list li {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.career_rule .list li:before,
.career_rule .list li:after {
    border: 2px dashed rgba(71, 85, 105, .5);
    border-top: 0 !important;
    border-left: 0 !important
}

.career_rule .list li:nth-child(1) {
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.career_rule .list li:nth-child(1):after {
    content: '';
    width: 100px;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px
}

.career_rule .list li:nth-child(5) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17%
}

.career_rule .list li:nth-child(5):before {
    content: '';
    width: 100px;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px
}

.career_rule .list li:nth-child(3) {
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_rule .list li:nth-child(3):after {
    content: '';
    width: 1px;
    height: 100px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_rule .list li:nth-child(2) {
    top: 5%;
    left: 24%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_rule .list li:nth-child(2):after {
    content: '';
    width: 50px;
    height: 1px;
    margin-left: 20px
}

.career_rule .list li:nth-child(2):before {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    right: -38px;
    top: 5px;
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    transform: rotate(-42deg)
}

.career_rule .list li:nth-child(4) {
    top: 5%;
    right: 7%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_rule .list li:nth-child(4):before {
    content: '';
    width: 50px;
    height: 1px;
    margin-right: 20px
}

.career_rule .list li:nth-child(4):after {
    content: '';
    width: 1px;
    height: 100px;
    position: absolute;
    left: -38px;
    top: 5px;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg)
}

.career_rule .btn_cont a {
    color: #ff4133;
    border: 1px solid #ff4133;
    background: transparent
}

.career_rule .btn_cont a:hover {
    background-color: #EA6F00;
    color: #fff
}

.career_rule .btn_cont {
    margin-bottom: 40px
}

.career_rule .quote_auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}

.career_rule .quote_auth img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 20px
}

.career_rule .quote_auth .msg_box {
    background: #EF8321;
    padding: 18px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    position: relative
}

.career_rule .quote_auth .msg_box:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -12px;
    width: 15px;
    height: 15px;
    background: #ef8321;
    display: block;
    -webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
    clip-path: polygon(0 50%, 100% 100%, 100% 0)
}

.last-item {
    padding-right: 0 !important
}

.career_proud {
    margin-top: 20px;
    padding-top: 0;
    text-align: center
}

.career_proud figure {
    margin-bottom: 0
}

.inner_ban_main.job-role-page-banner {
    padding-bottom: 130px
}

.career_imp {
    background: #F3F8FF;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px
}

.career_imp .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.career_imp .item_inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 50px
}

.career_imp .item {
    margin-bottom: 50px;
    padding: 0 30px
}

.career_imp .items {
    margin-bottom: -40px
}

.career_imp .item_inner img {
    margin-bottom: 30px
}

.career_meet {
    text-align: center;
    margin-bottom: 40px
}

.career_meet img {
    border-radius: 10px
}

.career_open_pos {
    text-align: center
}

.career_open_pos .items {
    margin-bottom: -20px
}

.career_open_pos .item {
    padding: 0 25px
}

.career_open_pos .item_inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 15px;
    padding: 40px
}

.career_open_pos .icon {
    width: 92px;
    height: 92px;
    background: #F3F8FF;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px
}

.career_open_pos .item_inner p {
    font-size: 16px
}

.career_open_pos .item {
    margin-bottom: 60px
}

.partner_intro_sec {
    text-align: center;
    overflow: hidden;
    background: #fff
}

.partner_intro_slider {
    margin-top: 10px
}

.partner_intro_sec .item_inner {
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner_intro_sec .item {
    padding: 25px 15px
}

.partner_main_sec {
    padding-bottom: 0
}

.partner_main_sec .container {
    max-width: 1300px;
    padding: 0 12px 80px;
    border-bottom: 1px solid #E5E7EB
}

.partner_main_sec h2 {
    text-align: center
}

.partner_main_sec .tab_area_part_main .nav-tabs .nav-link {
    padding: 0 0 7px
}

.partner_main_sec .tab_area_part_main .nav-item {
    padding-right: 22px
}

.partner_main_sec .tab_area_part_main .nav-item:last-child {
    padding-right: 0
}

.partner_main_sec .tab_area_part_main .nav-tabs {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.partner_main_sec .tab_area_part_main .nav-item:last-of-type {
    padding: 0
}

.partner_main_sec .search_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
}

.partner_main_sec .search_filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partner_main_sec .search_fld_grp {
    width: 61%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 35px
}

.partner_main_sec .search_fld_grp input {
    font-size: 12px;
    background: rgba(249, 249, 249, .75);
    border: 0;
    height: 41px
}

.partner_main_sec select {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 25px;
    font-size: 14px;
    background-size: 12px;
    height: 41px;
    border-color: #CBD5E1
}

.partner_main_sec .cmn_btn {
    height: 35px;
    line-height: 35px;
    border: 0;
    font-size: 14px
}

.partner_main_sec .catg {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.partner_main_sec .catg a {
    font-size: 14px;
    margin: 0 4px
}

.partner_main_sec .item_logo {
    width: 100%;
    height: 200px;
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px
}

.partner_main_sec .item_inner {
    text-align: center
}

.partner_main_sec .logo_name {
    font-size: 16px;
    margin-bottom: 5px
}

.partner_main_sec .logo_name a {
    font-size: 16px;
    font-weight: 600;
    color: #0F172A
}

.partner_main_sec .partner_symbol {
    font-size: 14px;
    color: #475569
}

.partner_main_sec .item {
    margin-bottom: 50px
}

.partner_main_sec .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px
}

.partner_main_sec .item {
    width: 20%;
    padding: 0 25px
}

.partner_main_sec .partner_box_cont h5 {
    color: #16325B
}

.search_fld_grp .mob_btn {
    display: none
}

.bulleted_listed_ul ul {
    padding: 0;
    margin: 0
}

.bulleted_listed_ul ul li {
    padding: 0;
    margin-bottom: 14px
}

.bulleted_listed_ul ul li:last-child {
    margin-bottom: 0
}

.bulleted_listed_ul ul li span {
    display: table;
    background: url(#) no-repeat 0 5px;
    background-size: 20px;
    padding: 2px 0;
    padding-left: 35px
}

.bulleted_listed_ul.dblld ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -20px
}

.bulleted_listed_ul.dblld ul li {
    padding: 0 15px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 20px
}

.custdd_av_designed_col_lft .main_img {
    margin-bottom: 0
}

.cmn_sec_benefittd .prgphp:last-child {
    margin-bottom: 0
}

.rad15 img {
    border-radius: 15px
}

.multipld_uccc_pltfrmd_col_lft .main_img {
    display: inline-block;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .08));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .08))
}

.cmn_partner_cssul ul {
    padding: 0;
    margin: 0
}

.cmn_partner_cssul li {
    display: inline-block;
    margin-right: 50px
}

.cmn_partner_cssul li:last-child {
    margin-right: 0
}

.multipld_uccc_pltfrmd_col_rttt {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.cmn_partner_cssul_inner .main_img {
    min-height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmn_partner_cssul_inner .main_img img {
    max-height: 73px;
    -o-object-fit: contain;
    object-fit: contain
}

.company_partner_nmmd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-bottom: -30px
}

.company_partner_nmmd ul li {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-bottom: 30px
}

.company_partner_nmmd_inner {
    min-height: 167px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

.company_partner_nmmd_inner img {
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain
}

.high_performing_solhrd {
    position: relative;
    z-index: 1
}

.high_performing_solhrd:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background: -o-linear-gradient(214.01deg, #FEF0E3 29.85%, rgba(254, 240, 227, 0) 100%);
    background: linear-gradient(235.99deg, #FEF0E3 29.85%, rgba(254, 240, 227, 0) 100%);
    z-index: -1
}

.tab_area_part_main.left_vertical_area .nav-tabs {
    display: block
}

.tab_area_part_main.left_vertical_area .nav-item {
    border: 0;
    padding: 0
}

.tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
    padding: 30px;
    border: 0;
    border-left: 4px solid #E2E8F0;
    font-size: 20px;
    color: rgba(193, 193, 193, .84)
}

.tab_area_part_main.left_vertical_area .nav-tabs .nav-link:after {
    bottom: 0;
    left: -4px;
    top: 0;
    height: 100%;
    width: 4px
}

.tab_area_part_main.left_vertical_area .nav-tabs .nav-link.active {
    color: #1D3F75;
    font-weight: 500
}

.tab_vertical_cntnt_img .main_img {
    display: inline-block;
    margin-bottom: 0
}

.tab_vertical_cntnt_img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.tab-pane.show .tab_vertical_cntnt_img {
    -webkit-transform: scale(100%);
    -ms-transform: scale(100%);
    transform: scale(100%)
}

.double-banner-heading-col-lft {
    text-align: left
}

.double-banner-heading-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px
}

.message_benefitted_sld_nav .slick-list {
    margin: 0 -15px
}

.message_benefitted_sld_nav .slick-slide {
    padding: 0 15px
}

.br_fig_slider_sec {
    position: relative;
    display: table;
    margin: 0 auto;
    margin-bottom: 16px
}

.br_fig_slider_sec .main_img {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.br_fig_slider_sec .main_img img {
    max-height: 35px;
    max-width: 35px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.message_benefitted_sld_nav_inner h6 {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #1D3F75;
    margin: 0
}

.message_benefitted_sld_nav_inner {
    text-align: center;
    position: relative;
    padding-bottom: 30px
}

.message_benefitted_sld_nav_br svg {
    fill: #fff;
    width: 90px;
    height: 90px
}

.slick-current .br_fig_slider_sec .main_img img {
    -webkit-filter: inherit;
    filter: inherit
}

.slick-current .message_benefitted_sld_nav_br svg {
    fill: #FDE5CF
}

.message_benefitted_sld_for_fig .main_img {
    display: inline-block;
    margin-bottom: 0
}

.message_benefitted_sld_for_fig .main_img img {
    border-radius: 15px;
    -webkit-filter: drop-shadow(0 4.20149px 4.20149px rgba(0, 0, 0, .08));
    filter: drop-shadow(0 4.20149px 4.20149px rgba(0, 0, 0, .08))
}

.slick-current .nav_rect_svg {
    stroke: #ef8321;
    stroke-dasharray: 225.551px;
    stroke-dashoffset: 0
}

.slick-current .nav_rect_svg {
    -webkit-animation: mymove 6s;
    animation: mymove 6s
}

@-webkit-keyframes mymove {
    from {
        stroke-dashoffset: 225.551px
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes mymove {
    from {
        stroke-dashoffset: 225.551px
    }

    to {
        stroke-dashoffset: 0
    }
}

.intgrtd_sl_communicate_slid_row.right .intgrtd_sl_communicate_slid_col_lft {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.intgrtd_sl_communicate_slid_row.right .intgrtd_sl_communicate_slid_col_rght {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.message_benefitted_sld_nav_inner .brrm_slde_hd {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    min-width: 250px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none
}

.slick-current .message_benefitted_sld_nav_inner .brrm_slde_hd {
    opacity: 1;
    pointer-events: all
}

.message_benefitted_sld_nav {
    margin: 0 -10px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden
}

.nav_benefitted_indf {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px
}

.nav_benefitted_indf:last-child {
    margin-right: 0
}

.eleveate_secrvices_pr_line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px
}

.eleveate_secrvices_pr_line li {
    padding: 0 15px;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px
}

.eleveate_secrvices_pr_line_otr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.eleveate_secrvices_pr_line_otr .mn_img {
    margin-bottom: 0;
    max-width: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    text-align: center
}

.eleveate_secrvices_pr_line_otr .rtt_s {
    -ms-flex-preferred-size: calc(100% - 45px);
    flex-basis: calc(100% - 45px);
    max-width: calc(100% - 45px);
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-left: 23px;
    font-size: 17px
}

.eleveate_secrvices_part {
    overflow: hidden
}

.eleveate_secrvices_part_btt {
    margin-top: 40px
}

.key_featudre_sect_col_in h5 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1D3F75
}

.key_featudre_sect_col_in p {
    font-size: 17px
}

.key_featudre_sect_col_in .main_img {
    margin-bottom: 24px;
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.key_featudre_sect_col_in .main_img img {
    max-height: 44px;
    -o-object-fit: contain;
    object-fit: contain
}

.cntr_hd h4 {
    text-align: center
}

.right_listed_ulll li {
    margin-bottom: 20px
}

.right_listed_ulll li:last-child {
    margin-bottom: 0
}

.right_listed_ulll li span {
    background: url(#) no-repeat 0 7px;
    background-size: 16px;
    display: inline-block;
    padding-left: 33px
}

.right_listed_ulll {
    margin-bottom: 30px
}

.right_listed_ulll:last-child {
    margin-bottom: 0
}

.right_listed_ulll.doubl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -20px
}

.right_listed_ulll.doubl ul li {
    padding: 0 15px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px
}

.we_deliver_what_matters {
    overflow: hidden;
    margin-bottom: 0
}

.case_study2.cmn_gap {
    margin-top: 40px
}

.we_deliver_what_matters_slider .slick-list {
    margin: 0
}

.we_deliver_what_matters_slider .slick-slide {
    padding: 30px 40px
}

.we_deliver_slidprod_in_left h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.we_deliver_slidprod_in_left p {
    font-size: 14px
}

.we_deliver_slidprod_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(289.44deg, rgba(245, 250, 255, 0) 52.14%, #F6FBFF 95.15%);
    background: linear-gradient(160.56deg, rgba(245, 250, 255, 0) 52.14%, #F6FBFF 95.15%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #D6E0E8;
    padding: 38px 27px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.slick-current.slick-center .we_deliver_slidprod_in {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.we_deliver_slidprod_in_left {
    -ms-flex-preferred-size: calc(100% - 220px);
    flex-basis: calc(100% - 220px);
    max-width: calc(100% - 220px);
    padding-right: 10px
}

.we_deliver_slidprod_in_right {
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    max-width: 220px
}

.slipro_right_ptt_figd .main_img {
    display: table;
    margin-bottom: 0;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out
}

.slipro_right_ptt_figd .main_img.hover {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slick-current .we_deliver_slidprod_in .main_img.hover {
    opacity: 1;
    pointer-events: all;
    position: static
}

.slick-current .we_deliver_slidprod_in .main_img:not(.hover) {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0
}

.page-id-3790 .slick-current .we_deliver_slidprod_in .main_img:not(.hover) {
    top: 1px;
    left: 38px
}

.slipro_right_ptt_figd {
    position: relative
}

.we_deliver_what_matters .cmn_sec_benefittd {
    margin-bottom: 60px
}

.cmn_tyl_arrow {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px
}

.cmn_tyl_arrow .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff4133;
    border: 0;
    margin: 0 8px
}

.cmn_tyl_arrow .slick-arrow svg path {
    stroke: #fff
}

.cmn_tyl_arrow .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.cmn_tyl_arrow .slick-arrow img {
    width: 14px
}

.cmn_tyl_arrow .slick-arrow.slick-disabled {
    background: #F7FAFF
}

.cmn_tyl_arrow .slick-arrow.slick-disabled img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.int_hard_solztt_col_rght .company_partner_nmmd_inner {
    min-height: 130px
}

.int_hard_solztt_col_rght .company_partner_nmmd_inner img {
    max-height: 83px
}

.cmn_mistake_wp h2 {
    text-align: center
}

.cmn_mistake_wp .row {
    margin-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmn_mistake_wp .cmn_list ul {
    margin-bottom: 30px
}

.cmn_mistake_wp .cmn_list li+li {
    margin-top: 25px
}

.cmn_mistake_wp .cmn_list li {
    font-size: 17px;
    background-image: url(#);
    background-size: 19px;
    background-position: left top 2px
}

.cmn_mistake_wp .text_col p {
    font-size: 17px
}

.case_study_workplace .row {
    padding: 50px;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.case_study_workplace .row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    background: #F3F8FF;
    border-radius: 15px;
    z-index: -1
}

.case_study_workplace .vid_col {
    font-size: 0
}

.case_study_workplace .vid_col iframe {
    width: 100%;
    height: 285px;
    border-radius: 15px
}

.workspace_sol_factor {
    text-align: center
}

.workspace_sol_factor .item {
    margin-bottom: 40px
}

.workspace_sol_factor .item_inner {
    text-align: left
}

.workspace_sol_factor .icon {
    margin-bottom: 20px
}

.workspace_sol_factor h6 {
    font-weight: 500;
    margin-bottom: 15px
}

.custom_meeting_space_sol {
    text-align: center
}

.meeting_space_tab .tab_area_part_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.meeting_spc_btm_text {
    margin-top: 60px
}

.es_tech {
    text-align: center
}

.cmn_vrt_slider .slick-track {
    height: 100% !important
}

.cmn_vrt_slider .item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 30px 0
}

.cmn_vrt_slider .item_text {
    width: 50%;
    padding: 0 100px;
    text-align: left
}

.cmn_vrt_slider .item_img {
    width: 50%
}

.cmn_vrt_slider .item_img img {
    width: 70%;
    border-radius: 30px
}

.cmn_vrt_slider .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cmn_vrt_slider .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.cmn_vrt_slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.cmn_vrt_slider .slick-dots li button:before {
    display: none
}

.cmn_vrt_slider .slick-dots {
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
    top: 45%;
    left: -48%;
    right: auto;
    bottom: auto
}

.cmn_vrt_slider .slick-slide {
    height: inherit
}

.custom_meeting_space {
    text-align: center;
    overflow: hidden
}

.es_tech {
    overflow: hidden
}

.tech_vrt_slider {
    margin-bottom: -20px !important
}

.left_vertical_area.tab_area_part_main .nav-tabs {
    border: 0
}

.partner_box_cont+.partner_box_cont {
    margin-top: 50px
}

.tab_section_collaboration .tab_area_part_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.case_study_collaborated_row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1140px;
    margin: 0 auto
}

.contact_location_sec .tab_area_part_main .nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact_location_sec.cmn_gap {
    padding: 60px 0 57px
}

.contact_location_sec.cmn_gap.main-pages {
    padding: 0 0 60px
}

.career_imp.cmn_gap {
    background: #F3F8FF;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px
}

.tab_area_part_main .dropdown-arrow {
    display: none;
    z-index: 2
}

canvas {
    position: relative;
    max-width: 60vw;
    max-height: 60vh;
    margin: 0 auto;
    opacity: 0
}

.sec_outer {
    position: relative;
    width: 100%;
    margin: 50px auto
}

.tab_outer {
    text-align: center;
    margin-bottom: 30px
}

.tab_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    background-color: rgba(255, 255, 255, .2);
    position: relative;
    border-bottom: 1px solid #E2E8F0
}

.anim_tab_list {
    display: inline-block
}

.anim_tab_list a {
    font-size: 17px;
    color: rgba(51, 51, 51, .5);
    padding: 7px 10px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 1
}

.anim_tab_list.active a {
    color: #ff4133
}

.tab_slider {
    background: #ff4133;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: -1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: -3px;
    height: 3px
}

.canvas_container {
    position: relative;
    min-height: auto;
    width: 100%
}

#anim_title {
    font-weight: 500;
    color: #ff4133;
    margin-bottom: 10px
}

.partner_main_sec .tab-pane {
    padding: 0 25px
}

.press_reports_sec .tab_area_part_main .nav-tabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.press_reports_sec .nav-pills {
    margin-bottom: 40px !important
}

.press_reports_sec .item_inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 4px 4px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 15px;
    padding: 35px
}

.brochures_sec.cmn_gap {
    margin-bottom: 40px
}

.press_reports_sec .item {
    margin-bottom: 50px
}

.press_reports_sec .item_inner figure {
    width: 100%;
    margin-bottom: 30px
}

.press_reports_sec .item_inner figure img {
    width: 100%;
    border-radius: 15px
}

.press_reports_sec h6 {
    color: #232E52;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

.press_reports_sec h3 {
    margin-bottom: 15px;
    letter-spacing: -1px
}

.page-id-796 .press_reports_sec h3 {
    margin-bottom: -10px !important
}

.press_reports_sec p {
    margin-bottom: 20px
}

.press_reports_sec .pagination {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brochures_sec .tab_area_part_main .nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brochures_sec .tab_area_part_main .nav-tabs li {
    padding-right: 28px
}

.brochures_sec .bros_block_lg {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15), inset 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15), inset 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 0 40px;
    margin: 100px 0
}

.brochures_sec .bros_block_lg .row {
    position: relative
}

.brochures_sec .bros_block_lg .img_part {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.brochures_sec .bros_block_lg .text_part {
    padding: 50px 30px 50px 12px
}

.brochures_sec .bros_block_lg .img_part img {
    width: 100%;
    border-radius: 15px
}

.brochures_sec .bros_block_lg .row .img_part figure {
    margin-bottom: 0
}

.bros_block_sm .inner_part {
    margin: 160px 0 50px;
    background: #FFF;
    -webkit-box-shadow: 0 3.61835px 3.61835px rgba(0, 0, 0, .05), inset 0 3.61835px 3.61835px rgba(0, 0, 0, .02);
    box-shadow: 0 3.61835px 3.61835px rgba(0, 0, 0, .05), inset 0 3.61835px 3.61835px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 0 35px 35px;
    height: auto
}

.bros_block_sm .img_part img {
    width: 100%;
    border-radius: 10px
}

.bros_block_sm .row {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px
}

.bros_block_sm .img_part figure {
    margin: -130px 0 0
}

.bros_block_sm .text_part {
    padding-bottom: 35px
}

.brochures_sec .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team {
    opacity: 0;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease
}

body.animate .team {
    opacity: 1
}

body.animate .team1 {
    animation: team1 8s infinite;
    -webkit-animation: team1 8s infinite
}

@-webkit-keyframes team1 {

    5%,
    95% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    40%,
    60% {
        transform: translateX(60px);
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px)
    }
}

@keyframes team1 {

    5%,
    95% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    40%,
    60% {
        transform: translateX(60px);
        -webkit-transform: translateX(60px);
        -moz-transform: translateX(60px);
        -ms-transform: translateX(60px);
        -o-transform: translateX(60px)
    }
}

body.animate .team3 {
    animation: team3 8s infinite;
    -webkit-animation: team3 8s infinite
}

@-webkit-keyframes team3 {

    5%,
    95% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    40%,
    60% {
        transform: translateX(-60px);
        -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -o-transform: translateX(-60px)
    }
}

@keyframes team3 {

    5%,
    95% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }

    40%,
    60% {
        transform: translateX(-60px);
        -webkit-transform: translateX(-60px);
        -moz-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -o-transform: translateX(-60px)
    }
}

body.animate .team2 {
    animation: team2 8s infinite;
    -webkit-animation: team2 8s infinite
}

@-webkit-keyframes team2 {

    5%,
    95% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    60% {
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px)
    }
}

@keyframes team2 {

    5%,
    95% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    60% {
        transform: translateY(60px);
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px)
    }
}

body.animate .team4 {
    animation: team4 8s infinite;
    -webkit-animation: team4 8s infinite
}

@-webkit-keyframes team4 {

    5%,
    95% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    60% {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px)
    }
}

@keyframes team4 {

    5%,
    95% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }

    40%,
    60% {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px)
    }
}

.banner_fig_anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.usr_anim img {
    width: 170px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.usr_anim img:nth-child(1) {
    z-index: -2
}

.usr_anim img:nth-child(3) {
    z-index: -2
}

body.animate .usr_anim img:nth-child(1) {
    transform: translateX(-150%);
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%)
}

body.animate .usr_anim img:nth-child(2) {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform-origin: 150% 100%;
    -ms-transform-origin: 150% 100%;
    transform-origin: 150% 100%
}

body.animate .usr_anim img:nth-child(3) {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%)
}

.blog_anim img {
    width: 430px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(100%);
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    -o-transform: translateX(-50%) translateY(100%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.mid_anim img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    -o-transition: transform1ss ease-in-out;
    -o-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out
}

body.animate .mid_anim img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

body.animate .blog_anim img {
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0)
}

.award_anim img {
    width: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity .8s ease, -webkit-transform 1s ease;
    transition: opacity .8s ease, -webkit-transform 1s ease;
    transition: transform 1s ease, opacity .8s ease;
    transition: transform 1s ease, opacity .8s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease, opacity .8s ease;
    -moz-transition: transform 1s ease, opacity .8s ease;
    -ms-transition: transform 1s ease, opacity .8s ease;
    -o-transition: transform 1s ease, opacity .8s ease;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0
}

.award_anim img:nth-child(1) {
    transform: translate(-50%, -50%) rotate(25deg);
    -webkit-transform: translate(-50%, -50%) rotate(25deg);
    -moz-transform: translate(-50%, -50%) rotate(25deg);
    -ms-transform: translate(-50%, -50%) rotate(25deg);
    -o-transform: translate(-50%, -50%) rotate(25deg)
}

.award_anim img:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-25deg);
    -webkit-transform: translate(-50%, -50%) rotate(-25deg);
    -moz-transform: translate(-50%, -50%) rotate(-25deg);
    -ms-transform: translate(-50%, -50%) rotate(-25deg);
    -o-transform: translate(-50%, -50%) rotate(-25deg)
}

body.animate .award_anim img:nth-child(1) {
    opacity: 1;
    transform: translate(-85%, -50%) rotate(0deg);
    -webkit-transform: translate(-85%, -50%) rotate(0deg);
    -moz-transform: translate(-85%, -50%) rotate(0deg);
    -ms-transform: translate(-85%, -50%) rotate(0deg);
    -o-transform: translate(-85%, -50%) rotate(0deg)
}

body.animate .award_anim img:nth-child(2) {
    opacity: 1;
    transform: translate(-15%, -50%) rotate(0deg);
    -webkit-transform: translate(-15%, -50%) rotate(0deg);
    -moz-transform: translate(-15%, -50%) rotate(0deg);
    -ms-transform: translate(-15%, -50%) rotate(0deg);
    -o-transform: translate(-15%, -50%) rotate(0deg)
}

.rule_cont_inner {
    background-color: transparent;
    position: relative;
    z-index: 1
}

.rule_cont_inner:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    background: #FDE5CF;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1
}

body.animate .rule_cont_inner:after {
    animation: car_pls 1.5s infinite alternate;
    -webkit-animation: car_pls 1.5s infinite alternate
}

@-webkit-keyframes car_pls {
    0% {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0)
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3)
    }
}

@keyframes car_pls {
    0% {
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0)
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        -moz-transform: translate(-50%, -50%) scale(1.3);
        -ms-transform: translate(-50%, -50%) scale(1.3);
        -o-transform: translate(-50%, -50%) scale(1.3)
    }
}

@media(max-width:991px) {
    @-webkit-keyframes car_pls {
        0% {
            transform: translate(-50%, -50%) scale(0);
            -webkit-transform: translate(-50%, -50%) scale(0);
            -moz-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            -o-transform: translate(-50%, -50%) scale(0)
        }

        100% {
            transform: translate(-50%, -50%) scale(1.1);
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1)
        }
    }

    @keyframes car_pls {
        0% {
            transform: translate(-50%, -50%) scale(0);
            -webkit-transform: translate(-50%, -50%) scale(0);
            -moz-transform: translate(-50%, -50%) scale(0);
            -ms-transform: translate(-50%, -50%) scale(0);
            -o-transform: translate(-50%, -50%) scale(0)
        }

        100% {
            transform: translate(-50%, -50%) scale(1.1);
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -moz-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            -o-transform: translate(-50%, -50%) scale(1.1)
        }
    }

    .lan_dropdown .lan_dropdown_lists>li>.sub-menu {
        position: absolute
    }
}

.case_study_tab .tab_area_part_main .nav-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.company_overview_video_sec h2 {
    text-align: center;
    font-size: 34px
}

.video_box {
    max-width: 725px;
    margin: 0 auto;
    background: #1D3F75;
    border-radius: 20px
}

.cmp-overview-link {
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 25px
}

.cmp-overview-link:hover .cmn_play_btn,
.vd_item_inner:hover .cmn_play_btn {
    color: #1d3f75
}

.cmn_play_btn i {
    text-indent: 2px
}

.video_box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video_box h3 {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px
}

.video_box .time {
    padding: 2px 15px;
    background: #242730;
    display: inline-block;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px
}

.video_box .img_col figure {
    margin-bottom: 0
}

.cmn_play_btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: rgb(237 130 34 / 80%)
}

.cmn_play_btn span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Service_video_sec h2 {
    text-align: center
}

.vd_item {
    margin: 12px 0
}

.vd_item_inner img {
    width: 100%
}

.vd_item_inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%
}

.vd_item_inner .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .42);
    -webkit-backdrop-filter: blur(36px);
    backdrop-filter: blur(36px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px 15px 15px
}

.vd_item_inner .caption p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    padding-right: 15px
}

.vd_item_inner .cmn_play_btn {
    width: 42px;
    height: 42px;
    font-size: 10px
}

.vd_item_inner .cmn_play_btn span {
    width: 29px;
    height: 29px
}

.vid_time {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(98, 98, 98, .5);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 3px 12px 2px;
    border-radius: 8px
}

.vid_grid_cont h2 {
    font-size: 34px;
    text-align: center
}

.update_video_sec .vid_time {
    font-size: 9px
}

.update_video_sec .vd_item_inner .caption p {
    font-size: 11px
}

.update_video_sec .vd_item_inner .cmn_play_btn {
    width: 35px;
    height: 35px;
    font-size: 8px
}

.update_video_sec .vd_item_inner .cmn_play_btn span {
    width: 25px;
    height: 25px
}

.customer_video_slider .slick-list {
    margin: 0 -12px
}

.customer_video_slider .vd_item {
    padding: 0 12px
}

.cus_vid_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.cus_vid_arrows button {
    background: #ff4133;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 100%;
    font-size: 14px;
    color: #fff
}

.cus_vid_arrows button+button {
    margin-left: 15px
}

.cus_vid_arrows button:hover {
    background: #EA6F00
}

.cus_vid_arrows button svg path {
    stroke: #fff
}

.tab_area_part_nrml .nav-tabs,
.tab_area_part_nrml .nav-item,
.tab_area_part_nrml .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    border-radius: 0
}

.tab_area_part_nrml .nav-tabs {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0
}

.tab_area_part_nrml .nav-item:last-child {
    padding-right: 0
}

.tab_area_part_nrml .nav-tabs .nav-link {
    padding: 0 10px;
    padding-bottom: 7px;
    font-size: 15px !important;
    color: rgba(51, 51, 51, .5);
    line-height: 1.4;
    position: relative
}

.tab_area_part_nrml .nav-tabs .nav-link:after {
    position: absolute;
    content: "";
    background: #EF8321;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    opacity: 0
}

.tab_area_part_nrml .nav-tabs .nav-link.active:after {
    opacity: 1
}

.tab_area_part_nrml .nav-tabs .nav-link.active {
    color: #EF8321;
    border-color: #EF8222
}

.cmn_event_sec .tab_area_part_nrml {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.cmn_event_sec .tab_area_part_nrml .nav-tabs {
    width: 80%;
    margin: 0 !important
}

.cmn_event_sec form {
    width: 20%;
    padding-left: 20px
}

.cmn_event_sec select {
    border-color: #CBD5E1;
    font-size: 14px;
    height: 32px;
    background-size: 10px;
    border-radius: 5px
}

.cmn_event_sec .date_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.cmn_event_sec .date_tag .tag {
    padding: 10px 30px;
    background: #EBF2FE;
    border-radius: 10px 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #232E52
}

.cmn_event_sec .date {
    padding: 10px 30px;
    font-size: 14px;
    color: #232E52;
    font-weight: 500;
    text-transform: uppercase
}

.cmn_event_sec .item_inner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cmn_event_sec h5 {
    color: #232E52
}

.cmn_event_sec h6 {
    font-size: 14px;
    font-weight: 600;
    color: #EF8321
}

.cmn_event_sec .item_inner {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07);
    border-radius: 15px;
    padding: 40px
}

.big_row {
    margin: 0 -40px
}

.big_row>div {
    padding-left: 40px;
    padding-right: 40px
}

.item_box,
.arrow_sl_item.box {
    text-align: center;
    color: #1D3F75;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px
}

.item_box figure {
    height: 100px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 24px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px
}

.cmn_sec_benefittd+.big_row {
    margin-top: 60px
}

.main_img.w-100 img {
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.slide_sec .cmn_sec_benefittd h4 {
    color: #1A1A1A
}

.arrow_sl,
.arrow_sl2,
.slide_arrow_control {
    padding-left: 8%;
    padding-right: 8%
}

.slide_arrow_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    pointer-events: none
}

.slide_arrow_control .slide_prev {
    margin-left: 0;
    margin-right: 0
}

.slide_arrow_control svg {
    cursor: pointer;
    width: 35px;
    height: 35px;
    color: #ff4133;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    pointer-events: all
}

.slide_arrow_control svg circle {
    fill: #ff4133;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease
}

.slide_arrow_control svg path {
    stroke: #fff
}

.slide_arrow_control svg:hover {
    color: #fff
}

.slide_arrow_control svg:hover circle {
    fill: #EA6F00
}

.custom_slider {
    position: relative
}

.custom_slider .cmn_sec_benefittd {
    padding-bottom: 115px
}

.custom_slider .slide_arrow_control {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.arrow_sl2 .arrow_sl_item {
    padding: 0 15px;
    text-align: center
}

.custom_slider2 {
    position: relative
}

.custom_slider2 .slide_arrow_control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.custom_slider2 .slide_arrow_control .slide_nxt,
.custom_slider2 .slide_arrow_control .slide_prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: -25px 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.custom_slider2 .slide_arrow_control .slide_nxt {
    right: 0
}

.custom_slider2 .slide_arrow_control .slide_prev {
    left: 0
}

.slide_dot_control .slick-dots {
    position: static;
    margin-top: 30px
}

.slide_dot_control .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slide_dot_control .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.slide_dot_control .slick-dots li button:before {
    display: none
}

.slide_dot_control .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.arrow_sl_item.box label {
    margin-top: 25px
}

.rt_case {
    padding-left: 3%
}

.hdr_sub {
    max-width: 80%;
    margin: 0 auto
}

.collbrntn_sec_space.career_assets .items {
    margin-bottom: 40px
}

.collbrntn_sec_space.career_assets .item {
    text-align: center;
    min-width: 180px
}

.collbrntn_sec_space.career_assets .item img {
    opacity: .25;
    filter: grayscale(1);
    -webkit-filter: grayscale(1)
}

.cmn_border {
    background-color: #E5E7EB;
    margin: 0;
    opacity: .6
}

.meeting_space_tab {
    margin-top: 50px
}

.collaboration_spaces_solution .tab_section_collaboration .tab_area_part_main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.case_slider {
    padding-left: 3%;
    padding-right: 3%
}

.back_light_figd_btm_col_rtt img {
    display: inline-block
}

.num_counter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1D3F75;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 0 25px;
    width: 40px
}

.ban_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 25px
}

.ban_list li {
    display: inline-block;
    padding: 0 12px
}

.ban_list li a:hover {
    opacity: .5
}

.ban_text label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px
}

.ban_text p strong {
    color: #000
}

.ban_text .gap {
    margin-bottom: 20px;
    font-weight: 600
}

.vbtn.vbtn-alt {
    background-color: #EAEAEA;
    color: #1A1A1A
}

.vbtn.vbtn-alt:hover {
    background-color: #2473B1;
    color: #fff
}

.career_form_inner {
    max-width: 525px;
    margin: 0 auto 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.career_form_header {
    background-color: #F9FBFD;
    padding: 20px 30px
}

.career_form_header h4 {
    font-size: 14px;
    margin: 0;
    font-weight: 400
}

.career_form_body {
    padding: 25px 30px;
    color: #1A1A1A
}

.input_container {
    margin-bottom: 30px
}

.career_form_body .input_container:last-child {
    margin-bottom: 0
}

.input_container label {
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 10px
}

.input_container input[type=text],
.input_container input[type=email],
.input_container input[type=number],
.input_container input[type=file] {
    border-radius: 8px;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 52px;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 14px
}

.input_container input[type=file] {
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 40px
}

.input_container.ico input {
    background-position: left 12px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    padding-left: 45px
}

.input_container_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.inp_flag {
    background: #f1f1f1;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.input_container_inner input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important
}

.input_container.ico.ico_usr input {
    background-image: url(#)
}

.input_container.ico.ico_mail input {
    background-image: url(#)
}

.input_container.ico.ico_ph input {
    background-image: url(#)
}

.input_container input[type=number]::-webkit-outer-spin-button,
.input_container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input_container input[type=number] {
    -moz-appearance: textfield
}

.star {
    color: red
}

.all_career_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.all_career_btns .prev_btn {
    margin-right: 15px
}

.prev_btn {
    width: 130px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #ff4133;
    background-color: transparent;
    border: 1px solid #ff4133;
    padding: 9px 15px;
    text-align: center
}

.prev_btn:hover {
    background-color: #ff4133;
    color: #fff
}

.next_btn {
    width: 130px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ff4133;
    color: #fff;
    border: 1px solid #ff4133;
    padding: 9px 15px;
    text-align: center
}

.next_btn:hover {
    background-color: #EA6F00;
    color: #fff
}

.career_nav_box {
    margin-bottom: 50px
}

.career_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

.career_nav a {
    padding: 8.5px 15px;
    background-color: #F9FBFD;
    color: #1A1A1A;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    font-size: 14px
}

.career_nav a:hover {
    background-color: #ecf4ff
}

.career_nav li.active a {
    background-color: #85C784;
    color: #fff
}

.career_nav li {
    position: relative;
    z-index: 1
}

.career_nav li:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #475569;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.career_nav li:last-child:after,
.career_nav li:last-child:before {
    content: none
}

.career_nav li.active:after {
    border-top: 1px dashed #85C784;
    width: 100%
}

.job_alert {
    margin-bottom: 40px;
    margin-top: -80px;
    position: relative;
    z-index: 2
}

.job_alert .container {
    max-width: 1100px
}

.job_alert .box {
    padding: 30px;
    background: #FFF;
    mix-blend-mode: normal;
    -webkit-box-shadow: 0 4px 4px rgba(186, 184, 184, .25);
    box-shadow: 0 4px 4px rgba(186, 184, 184, .25);
    border-radius: 15px
}

.job_alert .box form input {
    border-color: #d6d6d6;
    border-radius: 6px 0 0 6px;
    border-right: 0;
    height: 54px;
    font-size: 17px
}

.job_alert .box form button {
    background: #ff4133;
    width: 60px;
    border: 0;
    border-radius: 0 6px 6px 0;
    color: #fff
}

.job_alert .box form button:hover {
    background: #EA6F00
}

.job_alert form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job_alert h6 {
    color: #0A142F;
    margin-bottom: 5px
}

.job_alert .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job_op_filter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px
}

.job_op_filter input[type=text] {
    height: 42px;
    background: #F9F9F9;
    font-size: 12px;
    border: 0;
    width: 30%;
    margin: 0 20px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 5px
}

.job_op_filter select.jb_select1 {
    width: 15%
}

.job_op_filter select {
    width: 30%;
    height: 42px;
    font-size: 14px;
    background-size: 10px;
    border-color: #CBD5E1;
    margin: 0 20px;
    border-radius: 5px
}

.job_op_filter select.jb_select3 {
    margin-right: 0;
    width: auto
}

.job_op_filter .cmn_btn {
    height: 42px;
    line-height: 40px;
    border: 0;
    font-size: 14px
}

.job_op_item {
    background: #FFF;
    border: 1px solid #E2E8F0;
    border-radius: 15px;
    margin-bottom: 40px
}

.job_op_item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 30px;
    border-bottom: 1px solid #E2E8F0
}

.job_op_item h6 {
    margin: 0;
    font-weight: 500;
    text-transform: none
}

.job_tag_info {
    margin-left: auto
}

.job_tag_info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job_tag_info li {
    padding: 6px 15px;
    font-size: 11px;
    background: #EBF2FF;
    border-radius: 30px
}

.job_tag_info li+li {
    margin-left: 10px
}

.job_op_item .bottom {
    padding: 20px 30px
}

.job_op_item .btn_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.job_op_item .right_btn {
    margin-left: auto;
    font-size: 11px;
    height: 31px;
    line-height: 31px;
    padding: 0 15px;
    background: #1D3F75
}

.job_op_item .post_date {
    margin-top: 10px;
    font-size: 10px;
    text-align: right
}

.inner_ban_main .job_tag_info ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.inner_ban_main .post_date {
    font-weight: 500;
    font-size: 11px
}

.job_desc_sec .cmn_list li {
    background-image: none;
    position: relative;
    padding-left: 25px
}

.job_desc_sec .cmn_list li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #EF8321;
    position: absolute;
    left: 0;
    top: 8px
}

.job_desc_sec .item_block img {
    width: auto
}

.job_desc_sec .item_block .img_col {
    text-align: right
}

.job_desc_sec .item_block {
    margin-bottom: 40px
}

.job_desc_sec .item_block .btn_cont {
    margin-top: 30px
}

.job_love {
    margin-bottom: 40px;
    background: #F3F8FF;
    padding: 0
}

.job_love .text_col {
    padding: 60px 0
}

.job_love .img_inner {
    position: relative;
    width: 100%;
    z-index: 0;
    height: 100%
}

.job_love .img1 {
    width: 50%;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 2;
    border-radius: 15px
}

.job_love .img2 {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 60%;
    border-radius: 15px
}

.job_benefits .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.job_benefits .item {
    width: 16.6666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 20px
}

.job_benefits .icon {
    width: 130px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F3F8FF;
    -webkit-box-shadow: 0 1.74426px 1.74426px rgba(0, 0, 0, .08);
    box-shadow: 0 1.74426px 1.74426px rgba(0, 0, 0, .08);
    border-radius: 7px;
    margin-bottom: 15px
}

.job_benefits h6 {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a
}

.career_form_banner {
    background-image: none;
    background-color: #F8FAFC !important
}

.arrow_sl4 .slick-list {
    margin: -30px -40px
}

.arrow_sl4 .slick-slide {
    padding: 30px 40px
}

.we_deliver_what_matters.with_count .slide_arrow_control {
    margin-top: 60px
}

.list_sol_sec .list_cont {
    margin-top: 30px
}

.list_sol_sec .inner {
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    border-radius: 21.1615px
}

.list_sol_sec .top {
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid rgb(158 158 158 / 40%)
}

.list_sol_sec .top h6 {
    margin-bottom: 0;
    font-weight: 500
}

.list_sol_sec .btm {
    padding: 20px 40px
}

.cmn_list.dotted li {
    position: relative;
    background-image: none;
    padding-left: 20px
}

.cmn_list.dotted li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #ff4133
}

.comp_sol .tab_area_part_main .nav-tabs li+li {
    margin-left: 20px
}

.cmn_boxes_grid .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4.67005px 4.67005px rgba(0, 0, 0, .08);
    box-shadow: 0 4.67005px 4.67005px rgba(0, 0, 0, .08);
    border-radius: 17.5127px;
    padding: 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cmn_boxes_grid .box_item {
    margin-bottom: 40px;
    padding: 0 35px
}

.cmn_boxes_grid h6 {
    font-weight: 500;
    margin-bottom: 0
}

.networking_solution_offerings .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.networking_solution_offerings .item {
    margin-bottom: 50px
}

.networking_solution_offerings .item h6 {
    margin-bottom: 0;
    font-weight: 500
}

.networking_product_sec {
    text-align: center
}

.networking_product_sec .btn_cont {
    margin-top: 30px
}

.networking_product_sec .item .inner {
    background: #EFF8FF;
    -webkit-box-shadow: 0 3.16863px 3.16863px rgba(0, 0, 0, .08);
    box-shadow: 0 3.16863px 3.16863px rgba(0, 0, 0, .08);
    border-radius: 11.8824px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.networking_product_sec h6 {
    font-weight: 500;
    margin-bottom: 0
}

.networking_product_sec {
    text-align: center
}

.networking_product_sec .item .inner {
    background: #EFF8FF;
    -webkit-box-shadow: 0 3.16863px 3.16863px rgba(0, 0, 0, .08);
    box-shadow: 0 3.16863px 3.16863px rgba(0, 0, 0, .08);
    border-radius: 11.8824px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px
}

.networking_product_sec h6 {
    font-weight: 500;
    margin-bottom: 0
}

.dc_colocation .cmn_boxes_grid {
    max-width: 1100px;
    margin: 0 auto
}

.dc_colocation .inner {
    background: #EFF8FF;
    padding: 40px 47px
}

.pis_tablist .prgphp {
    margin-bottom: 30px
}

.pis_tablist .sub_list {
    margin-top: 20px
}

.pis_tablist .sub_list li:before {
    content: '';
    width: 8px !important;
    height: 2px !important
}

.data_migration_solution .item {
    padding: 0 30px
}

.dc_migration_approach {
    text-align: center
}

.dc_migration_approach .cintent-box {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dc_migration_approach .slider2-content {
    padding-left: 80px;
    text-align: left
}

.dc_migration_approach .slider2-content img {
    margin-bottom: 15px
}

.dc_migration_approach .cmn_list.dotted li:before {
    background-color: #1a1a1a
}

.dc_migration_approach h6 {
    font-weight: 500;
    margin-bottom: 20px
}

.dc_migration_approach .image-box img {
    width: 100%;
    border-radius: 20px
}

.dc_migration_approach .btn_cont {
    margin-top: 30px
}

.dc_net_security_icon_block .item {
    padding: 0 50px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dc_net_security_icon_block .row {
    margin: 0 -50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dc_net_security_icon_block .item_inner img {
    margin-bottom: 15px
}

.dc_net_security_icon_block h6 {
    font-weight: 500;
    margin-bottom: 0
}

.partners_sec_grid {
    text-align: center;
    display: none
}

.partners_custom_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners_custom_blocks .item {
    margin: 20px 10px
}

.partners_custom_blocks .item_inner {
    background: #FFF;
    -webkit-box-shadow: 0 30px 40px rgba(212, 217, 232, .2);
    box-shadow: 0 30px 40px rgba(212, 217, 232, .2);
    border-radius: 16px;
    padding: 25px 20px
}

.dc_security_sol .btn_cont {
    margin-top: 40px
}

.nc_slider {
    position: relative
}

.nc_slider_for img {
    width: 100%;
    height: 530px;
    border-radius: 210px 210px 0 0;
    object-fit: cover
}

.nc_slider_for {
    padding-right: 28%;
    padding-bottom: 15%
}

.nc_slider_nav {
    position: absolute;
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    right: 0;
    bottom: 0;
    width: 60%;
    padding: 25px
}

.nc_slider_nav h2 {
    font-size: 28px
}

.nc_slider_nav_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
    position: relative
}

.nc_slider_nav_controls .pagingInfo {
    font-size: 20px;
    font-weight: 500;
    margin: 0 20px
}

.nc_slider_nav_controls .slick-arrow {
    cursor: pointer
}

.nc_slider_nav_controls .slick-arrow svg circle {
    fill: #ff4133
}

.nc_slider_nav_controls .slick-arrow svg path {
    stroke: #fff
}

.nc_slider_nav_controls .slick-arrow.slick-disabled svg circle {
    fill: rgba(214, 224, 232, .65)
}

.nc_slider_nav_controls .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.press_items .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 35px
}

.customer_video_Info {
    margin: 0 20px;
    font-size: 20px;
    font-weight: 500
}

.unified_community_ban.inner_banner .inner_ban_main {
    padding-bottom: 30px
}

.cmn_pagingInfo {
    font-size: 20px;
    color: #1D3F75;
    font-weight: 500;
    margin: 0 20px
}

.meeting_spc_showcase lottie-player {
    height: 500px
}

.custom_slider2 .slick-arrow.slick-disabled svg circle {
    fill: rgba(214, 224, 232, .65)
}

.custom_slider2 .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.slide_arrow_control .slick-arrow.slick-disabled svg circle {
    fill: #F4F8FD
}

.slide_arrow_control .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.career_assets .item-icon {
    position: relative;
    display: inline-block
}

.career_assets .item .line {
    position: absolute;
    left: 85px;
    top: 27px;
    height: 1px;
    width: calc(238px - 85px)
}

.career_assets .item .line>span {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    height: 100%;
    border-top: 1px dashed #EF8321;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.career_assets .item .line>span.linedraw {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cabling_solution .item .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    text-align: left
}

.cabling_solution h6 {
    margin-bottom: 10px
}

.cabling_solution .btn_cont {
    margin-bottom: 30px
}

.cabling_offering .multiple_used_aud_tab_row {
    margin-top: 15px;
    border: 1px solid #E2E8F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 20px
}

.cabling_offering .tab_area_part_main.left_vertical_area {
    background: #F7FAFF;
    border-radius: 20px;
    padding: 50px 30px 50px 50px
}

.cabling_offering .multiple_used_aud_tab_col_rght {
    padding: 25px;
    text-align: center
}

.cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link:after {
    display: none
}

.cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
    border: 0;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: #1a1a1a;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2
}

.cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link.active {
    color: #1D3F75
}

.cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link img {
    position: absolute;
    left: -25px;
    top: -25px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link.active img {
    opacity: 1;
    filter: grayscale(0%)
}

.cabling_offering .multiple_used_aud_tab_col_lft {
    padding-right: 80px
}

.cable_tab_dtls figure {
    margin-bottom: 60px
}

.cable_tab_dtls img {
    border-radius: 12px;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cabling_offering .fade {
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear
}

.cabling_offering .tab-pane.show .cable_tab_dtls img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.cloud_offering h2 {
    text-align: center
}

.cloud_offering_slider .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cloud_offering .img_col img {
    width: 100%
}

.cloud_offering_slider {
    max-width: 1024px;
    margin: 0 auto
}

.cloud_offering_slider .slick-dots li {
    border: 2px solid var(--main-color);
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cloud_offering_slider .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #C4C4C4;
    border-radius: 100%
}

.cloud_offering_slider .slick-dots li.slick-active button {
    width: 18px;
    height: 18px;
    background-color: #ff4133
}

.cloud_offering_slider .slick-dots li button:before {
    display: none
}

.cloud_benefit {
    background: #FFF;
    border-radius: 15px;
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 40px
}

.cloud_benefit ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cloud_benefit li {
    width: 50%;
    padding: 10px 40px;
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: left 14px
}

.eleveate_secrvices_pr_line.col2 li {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.appr_text_col {
    padding-right: 80px
}

.cloud_approach h2 {
    text-align: center
}

.cloud_approach .inner {
    padding: 25px;
    border-radius: 15px
}

.cloud_approach .item {
    position: relative;
    z-index: 2;
    cursor: pointer
}

.cloud_approach .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.cloud_approach .head img {
    margin-right: 10px
}

.cloud_approach .head h6 {
    margin: 0;
    font-weight: 500
}

.cloud_approach .btn_cont {
    padding: 10px 25px
}

.appr_img_wrap {
    position: relative;
    min-height: 525px
}

.appr_img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 16px
}

.cloud_approach .appr_img.appr_img1 {
    z-index: 2
}

.appr_img.appr_img2 {
    -webkit-transform: translateY(-50%) rotate(-5deg);
    -ms-transform: translateY(-50%) rotate(-5deg);
    transform: translateY(-50%) rotate(-5deg);
    z-index: 1
}

.appr_img.appr_img3 {
    -webkit-transform: translateY(-50%) rotate(-10deg);
    -ms-transform: translateY(-50%) rotate(-10deg);
    transform: translateY(-50%) rotate(-10deg)
}

.sls_container {
    position: relative;
    padding-top: 70%;
    width: 100%
}

.sls_container_outer {
    overflow: hidden;
    padding: 40px
}

.sls_item span {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#tab_sls,
.cmn_tab_sls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #F5FAFF;
    z-index: -1;
    display: block;
    opacity: 1;
    border-radius: 15px
}

.sls_list {
    position: relative;
    margin: 30px;
    display: block;
    padding: 0
}

.cmn_sls_list {
    position: relative
}

.cmn_tab_sls {
    z-index: 1;
    background-color: #fff
}

.scenes {
    position: relative;
    overflow: hidden
}

.scenes__wrap,
.scenes__items {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.scene-spacing {
    height: auto
}

.scene {
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 auto
}

.scene__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2em minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 2em;
    margin: 0 auto
}

@media (min-width:50em) {
    .scene__grid {
        grid-column-gap: 3em
    }
}

.scene__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-left: auto;
    padding: 0
}

.scene__img {
    display: block;
    width: 100%;
    max-height: 100vh;
    height: auto;
    border-radius: 20px
}

.scene__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.migration_offering .row {
    margin-top: 35px
}

.migration_offering .item .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    text-align: left
}

.migration_transfer {
    text-align: center
}

.migration_transfer .mt_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto
}

.migration_transfer .mt_item {
    width: 33.333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 10px
}

.migration_transfer .mt_item .inner {
    padding: 30px;
    text-align: left;
    background: -o-linear-gradient(289.44deg, rgba(245, 250, 255, 0) 52.14%, #F5FAFF 95.15%);
    background: linear-gradient(160.56deg, rgba(245, 250, 255, 0) 52.14%, #F5FAFF 95.15%);
    border-radius: 13px;
    border: 1px solid #D6E0E8
}

.migration_transfer h6 {
    margin-bottom: 10px;
    font-size: 17px
}

.migration_transfer .mt_item:nth-child(2) {
    margin-top: 45px
}

.migration_eleveate_secrvices h3 {
    text-align: left
}

.migration_eleveate_secrvices .message_benefitted_sld_nav_inner h6 {
    display: none
}

.migration_eleveate_secrvices .message_benefitted_sld_nav_inner {
    padding-bottom: 0
}

.migration_eleveate_secrvices .cmn_list {
    margin-bottom: 25px
}

.migration_eleveate_secrvices .cmn_list.dotted li:before {
    width: 10px;
    height: 10px;
    top: 8px
}

.var_sol {
    text-align: center
}

.var_sol .var_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto
}

.var_sol .item {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 25px
}

.var_sol .icon {
    background: rgba(239, 248, 255, .65);
    border-radius: 21.5389px;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.sas_service h2 {
    text-align: center
}

.sas_service .text_col .cmn_list {
    margin-bottom: 30px
}

.sas_service .img_col {
    text-align: right
}

.sas_service .img_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px
}

.sas_service .img_grp img {
    width: 100%;
    border-radius: 12px
}

.sas_service .img_grp .grp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sas_service .img_grp .grp+.grp {
    margin-left: 20px
}

.sas_service .img_grp .grp+.grp img {
    margin-top: 20px
}

.sas_service .cmn_list.dotted li:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ff4133;
    z-index: 1
}

.sas_service .cmn_list.dotted li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #F90;
    opacity: .1
}

.sas_service .cmn_list.dotted li {
    padding-left: 30px
}

.var_sols_sec .vr_tab_wrap {
    text-align: center
}

.var_sols_sec .box3 .inner {
    background: #F5FAFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 50px
}

.var_sols_sec .item {
    margin-bottom: 24px
}

.var_sols_sec h6 {
    font-weight: 500;
    margin-bottom: 0
}

.var_sols_sec .box3 img {
    margin-bottom: 15px
}

.var_sols_sec .box4 .icon {
    width: 141px;
    height: 141px;
    background: #F5FAFF;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 20px
}

.vr_tab_wrap .text_col {
    text-align: left
}

.var_sols_sec .text_col h6 {
    margin-bottom: 15px
}

.var_sols_sec .cmn_list {
    margin-bottom: 25px
}

.var_sols_sec .img_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.var_sols_sec .img_grp .grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.var_sols_sec .img_col {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.var_sols_sec .img_col img {
    border-radius: 8px
}

.var_sols_sec .grp .item {
    margin: 15px
}

.var_sols_sec .grp .item h6 {
    margin-top: 20px
}

.var_sols_sec .tab_area_part_main .nav-tabs .nav-item {
    padding: 0 20px
}

.we_deliver_what_matters_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.we_deliver_what_matters_slider .we_deliver_slidprod_in {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.we_deliver_what_matters_slider .slick-current.slick-center .we_deliver_slidprod_in {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cus_vid_arrows .slick-arrow.slick-disabled {
    background-color: rgba(214, 224, 232, .65)
}

.cus_vid_arrows .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.hci_services h2 {
    text-align: center
}

.hci_services .item img {
    border-radius: 12px;
    margin-bottom: 15px
}

.hci_services .item {
    text-align: center
}

.hci_services .item h6 {
    font-weight: 500;
    margin-bottom: 10px
}

.hci_services .slick-dots {
    position: static
}

.hci_services .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hci_services .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.hci_services .slick-dots li button:before {
    display: none
}

.hci_services .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.why_hc {
    text-align: center
}

.why_hc .inner {
    margin-top: 50px;
    background: rgba(239, 248, 255, .65);
    -webkit-box-shadow: 0 1.53355px 1.53355px rgba(0, 0, 0, .08);
    box-shadow: 0 1.53355px 1.53355px rgba(0, 0, 0, .08);
    border-radius: 15px;
    padding: 0 50px 30px
}

.why_hc .item {
    margin-bottom: 24px
}

.why_hc .icon {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
    min-height: 89px
}

.why_hc h6 {
    font-weight: 500;
    margin-top: -25px;
    margin-bottom: 10px
}

.why_hc .row {
    padding: 0 70px
}

.why_hc .btn_cont {
    margin-top: 15px
}


.sddc_services {
    text-align: center
}

.sddc_services .row {
    max-width: 1100px;
    margin: 0 auto
}

.sddc_services .item {
    margin-bottom: 24px
}

.sddc_services .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 50px
}

.sddc_services .inner img {
    margin-bottom: 20px
}

.sddc_services .inner h6 {
    font-weight: 500;
    margin: 0
}

.sddc_services .btn_cont {
    margin-top: 30px
}

.sddc_services2 {
    text-align: center
}

.sddc_services2 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sddc_services2 .item+.item {
    margin-top: 15px
}

.sddc_services2 .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 5px;
    text-align: left;
    padding: 30px 40px
}

.sddc_services2 .inner h6 {
    color: #1D3547;
    margin-bottom: 10px
}

.sddc_services2 .img_wrap {
    margin-bottom: 20px
}

.sddc_services2 .img_wrap img {
    margin: 0 auto;
    border-radius: 15px
}

.sddc_services_list .item {
    position: relative;
    cursor: pointer
}

.sddc_services_list .item .line {
    position: absolute;
    left: 0;
    width: 5px;
    border-radius: 15px 0 0 15px;
    height: 0;
    background-color: #ef8321;
    top: 0;
    transition: height .4s ease-in-out
}

.sddc_services_list .item.slick-current .line {
    height: 100%
}

.sddc_services_outer:hover .sddc_services_list .item.slick-current .line {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes linedraw {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes linedraw {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.ss_product_offering {
    text-align: center
}

.ss_product_offering .ss_pro_row {
    max-width: 1100px;
    margin: 0 auto
}

.ss_product_offering .pro_item {
    width: 33.3333333333%;
    padding: 8px;
    text-align: left
}

.ss_product_offering .inner {
    background: #F5FAFF;
    padding: 30px;
    position: relative;
    min-height: 208px;
    z-index: 0;
    overflow: hidden
}

.ss_product_offering h6 {
    color: #333;
    font-weight: 500;
    word-break: break-word
}

.ss_product_offering .inner img {
    position: absolute;
    z-index: -1;
    width: 145px;
    right: -30px;
    bottom: 20px
}

.ss_product_offering .pro_item:nth-child(1) .inner {
    min-height: 436px
}

.ss_product_offering .pro_item:nth-child(1) .inner img {
    width: auto
}

.ss_product_offering .pro_item:nth-child(3) .inner {
    min-height: 320px
}

.ss_product_offering .pro_item:nth-child(3) .inner img {
    width: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.ss_product_offering .pro_item:nth-child(5) .inner {
    min-height: 320px
}

.ss_product_offering .pro_item:nth-child(5) .inner img {
    width: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.ss_product_offering .btn_cont {
    margin-top: 25px
}

.storage_offerings {
    margin-top: 100px;
    position: relative
}

.storage_offerings::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(192.11deg, #FEF0E3 -28.06%, rgba(254, 240, 227, .19) 53.58%);
    background: linear-gradient(257.89deg, #FEF0E3 -28.06%, rgba(254, 240, 227, .19) 53.58%);
    border-radius: 369px 0 0 369px;
    z-index: -1
}

.cmn_list.round_tick li {
    background-image: url(#);
    background-position: left top 4px
}

.storage_offerings .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.storage_offerings .right_col h3 {
    font-size: 28px
}

.storage_offerings .left_col h3 {
    max-width: 310px
}

.storage_offerings .img_col figure {
    margin-bottom: 0
}

.storage_offerings .img_col img {
    width: 100%
}

.storage_offerings .right_col .btn_cont {
    margin-top: 40px
}

.storage_offerings .storage_offer_controls {
    margin-top: 40px
}

.storage_solution .btn_cont {
    margin-bottom: 35px
}

.storage_solution .inner {
    padding: 30px;
    text-align: left
}

.storage_solution .row {
    max-width: 100%
}

.cmn_slider_ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -40px;
    position: relative
}

.cmn_slider_ctrl .slick-arrow {
    cursor: pointer
}

.cmn_slider_ctrl .slick-arrow svg circle {
    fill: #ff4133
}

.cmn_slider_ctrl .slick-arrow svg path {
    stroke: #fff
}

.cmn_slider_ctrl .slick-arrow.slick-disabled svg circle {
    fill: rgba(214, 224, 232, .65)
}

.cmn_slider_ctrl .slick-arrow.slick-disabled svg path {
    stroke: #4A4949
}

.pro_services_sec h2 {
    text-align: center;
    padding-bottom: 20px
}

.pro_services_sec .blocks_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pro_services_sec .blocks_row .block {
    width: 55%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #EAF4FC
}

.auto_width_blocks {
    border: 1px solid #EAF4FC;
    border-radius: 15px;
    overflow: hidden
}

.pro_services_sec .blocks_row .block+.block {
    width: 45%
}

.pro_services_sec .block img {
    margin-bottom: 15px
}

.pro_services_sec .block h6 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0
}

.pro_service_offering .tab_area_part_main .nav-tabs .nav-link {
    padding-left: 50px;
    padding-right: 50px
}

.case_study_icons {
    margin-bottom: -20px
}

.case_study_icons .item {
    margin-bottom: 25px
}

.case_study_icons .item img {
    width: 40px;
    margin-bottom: 20px
}

.case_study_icons h6 {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 17px
}

.case_study_icons h6 span {
    color: #1D3F75
}

.main_circle_anim_wrap {
    position: relative;
    width: 450px;
    margin: 50px auto;
    min-height: 450px
}

.main_circle_anim_wrap .outer_circle {
    width: 348px;
    height: 348px;
    border: 3px solid #FDE5CF;
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main_circle_anim_wrap .main_circle {
    width: 225px;
    height: 225px;
    background: #F5FAFF;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main_circle_anim_wrap .circle_inner {
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    color: #EF8222
}

.main_circle_anim_wrap li {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px
}

.main_circle_anim_wrap .icon {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .149);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .149);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.main_circle_anim_wrap li:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -4%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
}

.main_circle_anim_wrap li:nth-child(2) {
    top: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -54%
}

.main_circle_anim_wrap li:nth-child(3) {
    top: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: -52%
}

.main_circle_anim_wrap li:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -4%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%)
}

.main_circle_anim_wrap li:nth-child(5) {
    top: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: -52%
}

.main_circle_anim_wrap li:nth-child(6) {
    top: 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: -54%
}

.remote_services h2 {
    text-align: center
}

.remote_services .message_benefitted_sld_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.remote_services .nav_benefitted_indf {
    margin-right: 0;
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333333333%
}

.remote_services .message_benefitted_sld_nav_inner {
    padding-bottom: 0
}

.remote_services .message_benefitted_sld_nav_inner h6 {
    display: none
}

.remote_services .btn_cont {
    margin-top: 30px
}

.remote_services .intgrtd_sl_communicate_slid_col_lft h3 {
    font-size: 20px;
    font-weight: 500
}

.remote_services .intgrtd_sl_communicate_slid_col_lft .message_benefitted_sld_for {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px)
}

.remote_services .intgrtd_sl_communicate_slid_row.right .intgrtd_sl_communicate_slid_col_lft {
    padding-left: 50px;
    text-align: center
}

.remote_sol_offering {
    text-align: center
}

.remote_sol_offering .inner {
    border: 1px solid #D0DEEB;
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center
}

.remote_sol_offering .inner img {
    margin-bottom: 25px
}

.noc_service_level h2 {
    text-align: center
}

.noc_service_level .table thead th,
.table tbody td {
    border-color: #CDCDD0 !important;
    text-align: center;
    vertical-align: middle
}

.noc_service_level .table>thead {
    border-bottom: 1px solid #ccc !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important
}

.noc_service_level .table>:not(:first-child) {
    border: 0
}

.noc_service_level .table thead th:nth-child(even),
.noc_service_level .table tbody td:nth-child(even) {
    background: rgb(226 114 13 / 8%)
}

.noc_service_level .table thead th {
    font-size: 20px;
    font-weight: 500;
    color: #1D3F75;
    padding: 10px;
    position: relative;
    text-align: center
}

.noc_service_level .table thead th span {
    background: #ff4133;
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    padding: 2px 15px;
    border-radius: 8px;
    color: #fff
}

.noc_service_level .table-responsive {
    padding-top: 30px
}

.noc_service_level .table thead th:first-child {
    text-align: left
}

.noc_service_level .table tbody td:first-child {
    text-align: left
}

.noc_service_level tbody tr:last-child td {
    border: 0
}

.noc_service_level .btn_cont {
    margin-top: 30px
}

.global_service_verticals {
    text-align: center
}

.global_service_verticals .left_col {
    text-align: left
}

.global_service_verticals .left_col h3 {
    font-size: 20px;
    font-weight: 600
}

.global_service_verticals .left_col .btn_cont {
    margin-top: 30px
}

.global_vartical_slider img {
    border-radius: 40px
}

.global_slide_for {
    margin-bottom: 30px
}

.global_slide_nav {
    text-align: left
}

.global_slide_nav h6 {
    color: #1D3F75;
    margin-bottom: 10px
}

.global_slide_for {
    width: 100%;
    position: relative;
    overflow: hidden
}

.global_slide_for .img_item {
    height: 100%;
    top: 0;
    left: 0;
    position: relative;
    max-width: 100%
}

.global_slide_for .img_item:not(:first-child) {
    position: absolute
}

.find_wrkshop_productivity_row {
    position: relative
}

.find_wrkshop_productivity_col_rghtt {
    position: absolute;
    right: 0
}

.find_wrkshop_productivity_col_rghtt lottie-player {
    width: 90%;
    margin-left: auto
}

.logistic_service_approach h2 {
    text-align: center
}

.logistic_service_approach .approach_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden
}

.logistic_service_approach .col_item {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom
}

.logistic_service_approach .col_item:nth-child(2) {
    background-color: #FFECDA;
    background-image: url(#)
}

.logistic_service_approach h3 {
    font-size: 20px;
    font-weight: 500
}

.cmn_number_list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px
}

.cmn_number_list li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    background: #F3F8FC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px
}

.logistic_service_approach .cmn_list.dotted li:before {
    width: 10px;
    height: 10px;
    top: 9px
}

.logistic_service_approach .btn_cont {
    margin-top: 25px
}

.logistic_service_offering .text_col .btn_cont {
    margin-top: 25px
}

.logistic_service_offering .cmn_list.dotted li:before {
    width: 9px;
    height: 9px;
    top: 9px
}

.logistic_advantage_sec h2 {
    text-align: center
}

.logistic_advantage_sec .btn_cont {
    margin-top: 25px
}

.logistic_advantage_sec .cmn_list li {
    background-image: url(#);
    background-position: left top 3px
}

.solution_item_sec {
    text-align: center
}

.solution_item_sec .item_cont {
    background: #F5FAFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    margin: 12px 0;
    padding: 30px 35px
}

.solution_item_sec .icon {
    margin-bottom: 20px
}

.solution_item_sec h3 {
    font-size: 20px;
    font-weight: 500
}

.solution_item_sec .cmn_btn {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    padding: 0 20px
}

.solution_item_sec .row {
    max-width: 1170px;
    margin: 0 auto
}

.ior_overview {
    text-align: center
}

.ior_overview .row {
    margin: 0
}

.ior_overview .process_item {
    padding: 0 70px;
    margin-bottom: 40px
}

.ior_overview .box {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 15px;
    padding: 25px 20px;
    margin-bottom: 25px;
    position: relative;
    z-index: 0
}

.ior_overview .box p {
    margin-bottom: 20px
}

.ior_overview .box p:last-child {
    margin-bottom: 0
}

.ior_overview .box img {
    margin-bottom: 20px
}

.ior_overview .box:after {
    content: '';
    border-top: 2px dashed #D6DDE3;
    width: 44%;
    height: 1px;
    position: absolute;
    left: 102%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.ior_overview .process_cont {
    position: relative
}

.ior_overview .process_cont>img {
    position: absolute;
    left: 15%;
    top: 28%;
    -webkit-animation: car_move 7s 0s ease-in-out infinite;
    animation: car_move 7s 0s ease-in-out infinite
}

.ior_overview .process_item:last-child .box:after {
    display: none
}

@-webkit-keyframes car_move {
    0% {
        left: 15%
    }

    50% {
        left: 45%
    }

    100% {
        left: 80%
    }
}

@keyframes car_move {
    0% {
        left: 15%
    }

    50% {
        left: 45%
    }

    100% {
        left: 80%
    }
}

.ior_offering {
    text-align: center
}

.ior_offering .graph_col h3 {
    display: none
}

.ior_offering .graph_col li .icon {
    display: none
}

.ior_offering .graph_bg {
    text-align: right
}

.ior_offering .graph_bg img {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.ior_offering .graph_col {
    position: relative;
    padding-right: 30px
}

.ior_offering .graph_col li {
    position: absolute;
    width: 195px;
    text-align: left
}

.ior_offering .graph_col li:after {
    content: '';
    top: 14px;
    left: 169px;
    position: absolute;
    width: 345px;
    height: 1px;
    border-top: 2px dashed rgba(71, 85, 105, .3)
}

.ior_offering .graph_col li:nth-child(1) {
    top: -40px
}

.ior_offering .graph_col li:nth-child(1):before {
    content: '';
    top: 15px;
    left: 512px;
    position: absolute;
    width: 1px;
    height: 25px;
    border-left: 2px dashed rgba(71, 85, 105, .3)
}

.ior_offering .graph_col li:nth-child(2) {
    top: 120px
}

.ior_offering .graph_col li:nth-child(2):after {
    width: 139px;
    left: 185px
}

.ior_offering .graph_col li:nth-child(3) {
    bottom: 28%
}

.ior_offering .graph_col li:nth-child(3):after {
    width: 245px;
    top: 43px;
    left: 89px
}

.ior_offering .graph_col li:nth-child(4) {
    width: 325px;
    bottom: -40px
}

.ior_offering .graph_col li:nth-child(4):after {
    width: 218px;
    top: 15px;
    left: 295px
}

.ior_offering .graph_col li:nth-child(4):before {
    content: '';
    top: -18px;
    left: 512px;
    position: absolute;
    width: 1px;
    height: 34px;
    border-left: 2px dashed rgba(71, 85, 105, .3)
}

.ior_offering .row {
    padding: 60px 0
}

.ior_offering .text_col {
    text-align: left
}

.ior_offering .text_col h3 {
    font-size: 20px
}

.ior_offering .cmn_list li {
    background-image: url(#);
    background-position: left top 3px
}

.subs_services_sec1 {
    text-align: center
}

.subs_services_sec1 .icon {
    margin-bottom: 15px;
    height: 57px
}

.subs_services_sec1 .circle {
    position: relative;
    width: 11px;
    height: 11px;
    background: #c4c4c4;
    border-radius: 100%;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: point_progress 4s 1s ease-in-out infinite;
    animation: point_progress 4s 1s ease-in-out infinite
}

.subs_services_sec1 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #c4c4c4
}

.subs_services_sec1 .item {
    position: relative
}

.subs_services_sec1 .item .line {
    content: '';
    position: absolute;
    left: 49%;
    top: 49%;
    width: 100%;
    height: 1px;
    background: #c4c4c4
}

.subs_services_sec1 .item .line2 {
    position: absolute;
    left: 49%;
    top: 49%;
    width: 0;
    height: 1px;
    background: #ff4133
}

.subs_services_sec1 .item:last-child .line,
.subs_services_sec1 .item:last-child .line2 {
    display: none
}

.subs_services_sec1 .icon img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.subs_services_sec2 {
    text-align: center
}

.subs_services_sec2 .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4.26795px 4.26795px rgba(0, 0, 0, .08);
    box-shadow: 0 4.26795px 4.26795px rgba(0, 0, 0, .08);
    border-radius: 16.0048px;
    padding: 40px
}

.subs_services_sec2 .row {
    margin-bottom: -30px
}

.subs_services_sec2 .item {
    margin-bottom: 30px;
    padding: 0 30px
}

.subs_global_sec h2 {
    text-align: center
}

.subs_global_sec .img_col {
    text-align: center
}

.subs_global_sec .img_col img {
    border-radius: 20px
}

.subs_global_sec .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.managed_services h2 {
    text-align: center
}

.managed_services .cus_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.managed_services .mini_block_services .icon {
    width: 100%;
    background: #F7FAFF;
    border-radius: 8px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.managed_services .mini_block_services .item {
    padding: 20px;
    width: 16.6666666666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

.managed_services .mini_block_services h6 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0
}

.managed_tab_cont {
    margin-top: 35px
}

.managed_tab_cont .nav-tabs {
    border: 0
}

.managed_tab_cont .nav-tabs .nav-link {
    padding: 15px;
    border: 1px solid #D0DEEB;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #1D3F75
}

.managed_tab_cont .nav-tabs .nav-item {
    width: 33.333333333%
}

.managed_tab_cont .nav-tabs .nav-link.active {
    background: rgba(255, 230, 207, .65);
    color: #1D3F75
}

.managed_tab_cont .nav-tabs .nav-link.active:after {
    display: none
}

.managed_services .nav-tabs {
    margin-bottom: 0 !important
}

.managed_services .tab-content {
    border: 1px solid #D0DEEB;
    padding: 60px 30px;
    margin: 0;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    text-align: center
}

.managed_services .tab-content .icon {
    margin-bottom: 15px
}

.managed_services .tab-content h6 {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    word-break: break-all;
    color: #1a1a1a
}

.managed_services .tab-content .item {
    margin-bottom: 40px
}

.managed_services .tab-content .img_col img {
    border-radius: 15px
}

.managed_services .tab-content .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 8px 0 0 0
}

.managed_services .tab-content .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0 8px 0 0
}

.pos.circle_inner {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2;
    opacity: 0
}

.pos.main_circle {
    background: transparent
}

.pos.main_circle:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #F5FAFF;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    height: 0;
    width: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%
}

.pos.main_circle.active:after {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

.pos_list li .icon,
.pos_list li .text {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0
}

.outer_circle.pos {
    border: 0;
    opacity: 0
}

.outer_circle.pos.active {
    opacity: 1
}

.ring_cls {
    stroke: #FDE5CF;
    stroke-width: 3px
}

.elevate_services .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 40px
}

.elevate_services .item {
    margin-bottom: 40px
}

.elevate_services .icon {
    margin-bottom: 20px
}

.elevate_services h3 {
    font-size: 20px;
    font-weight: 500
}

.cmn_slide_blocks_sec {
    text-align: center
}

.nav_benefitted_indf .message_benefitted_sld_text {
    text-align: center;
    opacity: 0
}

.nav_benefitted_indf.slick-current .message_benefitted_sld_text {
    opacity: 1
}

.cmn_slide_blocks_sec .nav_benefitted_indf {
    position: relative
}

.cmn_slide_blocks_sec .nav_benefitted_indf:after {
    content: '';
    position: absolute;
    top: 33%;
    left: 59%;
    width: 100%;
    height: 1px;
    border-top: 2px dashed #ccc;
    z-index: -1
}

.cmn_slide_blocks_sec .nav_benefitted_indf:last-child:after {
    display: none
}

.cmn_slide_blocks_sec .message_benefitted_sld_nav {
    max-width: 1000px;
    margin: 0 auto !important
}

.cmn_slide_blocks_sec .nav_benefitted_indf h6 {
    margin-bottom: 0
}

.elevate_journey .img_col img {
    width: 100%;
    border-radius: 15px
}

.elevate_journey .text_col {
    text-align: left
}

.elevate_journey .img_col {
    padding-right: 60px
}

.elevate_journey figure {
    margin-bottom: 0
}

.elevate_journey .btn_cont {
    margin-top: 25px
}

.elevate_journey .text_img_row .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elevate_offering {
    position: relative;
    z-index: 0
}

.elevate_offering:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #FFE6CF;
    z-index: -1
}

.elevate_offering .cmn_tyl_arrow {
    margin-top: 35px;
    -webkit-transform: translateX(-5vw);
    -ms-transform: translateX(-5vw);
    transform: translateX(-5vw)
}

.elevate_offering figure {
    margin-bottom: 0
}

.elevate_offering .img_col {
    width: 55%;
    z-index: 1
}

.elevate_offering .img_col img {
    width: 100%;
    border-radius: 20px !important
}

.elevate_offering .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elevate_offering .text_col {
    width: calc(45% + 150px);
    padding: 30px 30px 30px 200px;
    background: #FFE6CF;
    border-radius: 0 12px 12px 0;
    margin-left: -150px
}

.elevate_offering h3 {
    font-size: 20px
}

.cc_service .btn_cont {
    margin-top: 30px
}

.cc_service .item_col {
    padding: 10px;
    border: 0 !important
}

.cc_service .item_col .inner {
    padding: 40px 25px;
    border: 1px solid #E6E6E6;
    border-radius: 15px
}

.cc_service .row {
    margin: 10px;
    padding: 0;
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    border-radius: 15px;
    text-align: left
}

.cc_service .item_col+.item_col {
    border-left: 1px solid #E6E6E6
}

.cc_service h3 {
    font-size: 20px;
    font-weight: 500
}

.cc_service h2 {
    font-weight: 600
}

.cc_expert {
    text-align: center
}

.cc_expert .icon {
    width: 135px;
    height: 135px;
    background: #F5FAFF;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 25px
}

.cc_expert h6 {
    margin-bottom: 0
}

.thank_you_sec {
    text-align: center
}

.thank_you_sec figure {
    margin-bottom: 40px
}

.thank_you_sec h1 {
    font-size: 28px
}

.thank_you_sec lottie-player {
    margin-bottom: 30px;
    width: 55%;
    margin: 0 auto 30px
}

.service_intro_sec {
    text-align: center
}

.service_intro_sec .row {
    max-width: 900px;
    margin: 0 auto
}

.service_intro_sec .icon {
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service_intro_sec h3 {
    font-size: 20px;
    font-weight: 500;
    color: #C7C7C7;
    margin-bottom: 0
}

.service_intro_sec .icon img {
    padding: 0 25px;
    background: #fff;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.service_intro_sec .inner {
    position: relative
}

.service_intro_sec .inner .line {
    width: 0;
    height: 1px;
    border-top: 2px dashed #ccc;
    position: absolute;
    top: 37%;
    left: 37%;
    z-index: -1
}

.service_intro_sec .inner .line2 {
    width: 0;
    height: 1px;
    border-top: 2px dashed #ff4133;
    position: absolute;
    top: 37%;
    left: 37%;
    z-index: -1
}

.service_intro_sec .item:last-child .inner .line,
.service_intro_sec .item:last-child .inner .line2 {
    display: none
}

.services_offering {
    text-align: center
}

.services_offering .row {
    max-width: 1000px;
    margin: 0 auto
}

.services_offering .inner {
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 9px 18px rgba(0, 0, 0, .15);
    border-radius: 21.1615px;
    padding: 40px 20px
}

.services_offering .icon {
    height: 60px;
    margin-bottom: 15px
}

.services_offering h6 {
    font-size: 17px;
    margin-bottom: 0
}

body.page-404 {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.page_404_sec {
    text-align: center;
    background: #e5e5e5
}

.bg_404 {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%)
}

.page-404 .bg_404 {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0)
}

.content_404 {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0)
}

.page-404 .content_404 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.bg_404 svg {
    width: 23vw;
    margin: 0 auto;
    -webkit-transform: translateX(1vw);
    -ms-transform: translateX(1vw);
    transform: translateX(1vw);
    height: auto
}

.plug_group {
    margin-bottom: 50px
}

.plug_group svg {
    width: 55vw;
    height: auto
}

.page_404_sec h1 {
    font-size: 34px;
    color: #1a1a1a
}

.plug_group * {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.plug_group line {
    stroke: #ededed
}

.plug_group line+path {
    fill: #1D3F75
}

.plug_group path.cube {
    fill: #162F56
}

.plug_group path.cube+path {
    fill: #678FCF
}

.plug_group .line_lt {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.plug_group .line_rt {
    -webkit-transform: translatex(-10px);
    -ms-transform: translatex(-10px);
    transform: translatex(-10px)
}

.page-404 .plug_group line {
    stroke: #fff
}

.page-404 .plug_group line+path {
    fill: #767676
}

.page-404 .plug_group path.cube {
    fill: silver
}

.page-404 .plug_group path.cube+path {
    fill: #A0A0A0
}

.page-404 .plug_group .line_lt {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.page-404 .plug_group .line_rt {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0)
}

.bg_404 g.cir {
    opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.page-404 .bg_404 g.cir {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-animation: blick_circle 2s;
    animation: blick_circle 2s
}

@-webkit-keyframes blick_circle {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blick_circle {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.plug_group .line_z * {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    stroke-dasharray: 39.39;
    stroke-dashoffset: 39.39;
    stroke: #ff4133;
    stroke-width: 4px
}

.page-404 .plug_group .line_z * {
    stroke-dashoffset: 0
}

.partner_sub_hero {
    text-align: center
}

.partner_sub_hero .logo {
    margin-bottom: 15px
}

.partner_sub_hero .type {
    font-size: 14px
}

.partner_sub_hero h6 {
    color: #1a1a1a;
    font-weight: 400;
    padding-top: 30px
}

.partner_sub_hero figure img {
    width: 100%;
    border-radius: 15px
}

.partner_sub_hero p {
    text-align: left
}

.partner_diff_sec .left_col {
    text-align: center
}

.partner_diff_sec .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner_diff_sec .item {
    width: 50%;
    padding: 15px;
    text-align: center
}

.partner_diff_sec .icon {
    margin-bottom: 20px
}

.partner_diff_sec h6 {
    font-weight: 500
}

.cmn_partner_sub_block h3 {
    font-size: 24px;
    color: #ff4133;
    margin-bottom: 5px
}

.cmn_partner_sub_block .img_col img {
    width: 100%;
    border-radius: 15px
}

.cmn_partner_sub_block .img_col p {
    font-size: 16px;
    color: #1D3F75;
    font-weight: 500
}

.cmn_partner_sub_block .img_text {
    margin-bottom: 60px
}

.cmn_partner_sub_block .inner {
    background: #FFF;
    -webkit-box-shadow: 0 3.84481px 3.84481px rgba(0, 0, 0, .1);
    box-shadow: 0 3.84481px 3.84481px rgba(0, 0, 0, .1);
    border-radius: 14.4181px;
    padding: 40px 25px;
    text-align: center
}

.cmn_partner_sub_block .inner img {
    width: 100%;
    border-radius: 12px
}

.cmn_partner_sub_block figure {
    margin-bottom: 30px
}

.cmn_partner_sub_block h6 {
    margin-bottom: 0
}

.partner_sub_offers .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partner_sub_offers .cmn_list {
    margin-bottom: 30px
}

.partner_sub_offers .cmn_list li:before {
    width: 9px;
    height: 9px;
    top: 10px
}

.partner_sub_products {
    text-align: center
}

.partner_sub_products .inner {
    background: #F5FAFF;
    -webkit-box-shadow: 0 3.3489px 3.3489px rgba(0, 0, 0, .08);
    box-shadow: 0 3.3489px 3.3489px rgba(0, 0, 0, .08);
    border-radius: 12.5584px;
    padding: 25px
}

.partner_sub_products h6 {
    font-size: 14px;
    color: #1a1a1a
}

.partner_sub_products a {
    font-size: 15px
}

a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left.related-each-post {
    box-shadow: 2px 5px 5px #3e3e3e17
}

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    margin-left: 40px
}

.breadcrumb_bar li:last-child,
.breadcrumb_bar li:last-child a {
    text-transform: capitalize
}

.eleveate_secrvices_part_btt .cmn_sec_benefittd {
    margin: 32px auto !important
}

.cont_main_right #input_1_5 {
    padding-left: 40px
}

.map-con {
    display: flex;
    flex-direction: column
}

.map-list.active {
    background: rgba(255, 237, 221, .6)
}

.ubermenu-submenu.ubermenu-submenu-id-4207.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear {
    width: 240px
}

.who_we_are_sec.cmn_gap .icon_grps .icon img {
    width: 100px;
    height: 50px;
}

.col-lg-6.elevate-technology-home-icons.text_col.animate__.animate__fadeInUp.wow.animated {
    width: 50%
}

.pos_list li div img {
    width: 50%
}

.block img {
    width: 18%
}

.main_img_brd {
    width: 80%
}

.video_conference_slz.cmn_gap {
    padding: 60px 0 0
}

.contact_location_sec.cmn_gap h2 {
    padding: 0 0 20px
}

.find_wrkshop_productivity h2 {
    padding: 0
}

.home_resources.cmn_gap {
    padding: 0 0 80px
}

.home_inovative_work.back_bl.cmn_gap {
    padding: 60px 0 40px
}

.partner_intro_sec {
    padding: 40px 0 75px
}

.who_we_are_sec.cmn_gap h2 {
    padding: 40px 0 0
}

.main-head.index_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.main-head.index_header .navbar {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.d-lg-none {
    display: none !important
}

.index_header .navbar-nav>li>a {
    color: #fff
}

.index_header .lan_bar img {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.index_header a.search {
    margin-left: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.home_banner {
    background-color: #1D3F75;
    position: relative;
    padding: 100px 0 70px 0px
}

.home_banner:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-clip-path: ellipse(50% 2% at 50% 100%);
    clip-path: ellipse(50% 2% at 50% 100%)
}

.home_banner h1 {
    font-size: 30px;
    color: #fff
}

.home_banner p {
    color: #fff;
    text-transform: capitalize;
}

.home_banner .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_banner_bottom {
    margin-top: -200px;
    position: relative
}

.home_banner_bottom .container {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.home_btm_navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB
}

page-id-1349 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
    margin-top: 60px
}

.home_btm_navs .item {
    width: 14.286746%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    border-right: 1px solid #EBEBEB;
    padding: 30px 0 20px
}

.home_btm_navs .item:last-child {
    border-right: 0
}

.page-id-1349 .multiple_used_aud_tab.cmn_gap.pt-0 {
    padding-bottom: 0
}

.home_btm_navs .icon {
    min-height: 70px;
    /* margin-bottom: 10px; */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.home_btm_navs .slick-current .icon {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.home_banner_bottom.animate__animated.animate__fadeInUp.ihsa_1 .inner .icon img {
    width: 100px;
    height: 100px;
}

.home_btm_navs p {
    margin-bottom: 0;
    font-size: 17px;
    /* color: #282828 */
    color: #6c757d;
}

.hm_btm_info {
    padding: 20px
}

.hm_btm_info .btn_col {
    text-align: right;
    margin-left: -35px
}

.hm_btm_info .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_ban_for .slick-slide img {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.home_ban_for .slick-slide.slick-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.who_we_are_sec h2 {
    text-align: center
}

.who_we_are_sec .vid_col {
    text-align: left
}

.who_we_are_sec .vid_wrap {
    margin-right: 10%;
    position: relative
}

.who_we_are_sec .vid_wrap img {
    width: inherit;
    border-radius: 15px
}

.who_we_are_sec .vid_loc {
    position: absolute;
    top: 80%;
    left: 65%;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px;
    background: rgba(255, 255, 255, .22);
    border-radius: 115px
}

.who_we_are_sec .cmn_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.who_we_are_sec .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 15px
}

.who_we_are_sec .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(237 130 34 / 8%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px
}

icon img {
    width: 55%
}

.who_we_are_sec h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 11px 0 0
}

.who_we_are_sec .item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.ind_serve_sec .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ind_serve_sec h2 {
    margin-bottom: 0
}

.ind_serve_sec .item_grps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ind_serve_sec .item_grps .item {
    width: 16.66666666%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 0 12px
}

.ind_serve_sec .heading {
    padding-right: 45px
}

.ind_serve_sec .inner .icon {
    min-height: 65px;
    margin-bottom: 10px
}

.ind_serve_sec h6 {
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 500
}

.hm_service {
    background: -o-linear-gradient(bottom, #FFF 0, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(180.12deg, #F7FAFF 100%, rgba(255, 244, 212, 0) 98.1%);
    background: linear-gradient(0deg, #FFF 0, rgba(255, 255, 255, 0) 100%), linear-gradient(269.88deg, #F7FAFF 100%, rgba(255, 244, 212, 0) 98.1%)
}

.hm_service .item_col h2 {
    font-weight: 600
}

.hm_service .box {
    border: .66px solid rgba(148, 163, 184, .8);
    border-radius: 12px;
    background: #fff;
    padding: 25px
}

.hm_service a {
    font-size: 19px;
    font-weight: 600;
    color: #EF8321;
    border-bottom: 1px solid
}

.partner_intro_sec .btn_cont {
    margin-top: 30px
}

.home_inovative_work {
    text-align: center
}

.home_inovative_work .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home_inovative_work .text_col {
    text-align: left
}

.home_inovative_work .vid_col {
    text-align: left
}

.home_inovative_work .vid_wrap {
    margin-right: 10%;
    position: relative
}

.home_inovative_work .vid_wrap:hover a {
    color: #003893
}

.home_inovative_work .vid_wrap img {
    width: 100%;
    border-radius: 15px
}

.home_inovative_work .cmn_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.global_locations {
    text-align: center
}

.home_resources h2 {
    text-align: center
}

.home_resources .item .inner {
    background: #F7FAFF;
    border-radius: 15px;
    padding: 15px
}

.home_resources figure img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.home_resources figure {
    text-align: center
}

.ian_service .row.grid_style {
    border: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ian_service .item .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    border-radius: 15px;
    padding: 20px
}

.ian_service .item {
    padding: 15px
}

.cmn_faq_sec h2 {
    text-align: center
}

.cmn_faq_sec .container {
    max-width: 800px
}

.cmn_faq_sec .accordion-item {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 5px;
    border: 0
}

.cmn_faq_sec .accordion-item+.accordion-item {
    margin-top: 25px
}

.cmn_faq_sec .accordion-button:not(.collapsed) {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cmn_faq_sec .accordion-button {
    font-size: 17px;
    font-weight: 700;
    color: #000 !important
}

.cmn_faq_sec .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule=evenodd d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.global_dc_mod_service .content {
    background: -o-linear-gradient(289.44deg, rgba(245, 250, 255, 0) 52.14%, #F5FAFF 95.15%);
    background: linear-gradient(160.56deg, rgba(245, 250, 255, 0) 52.14%, #F5FAFF 95.15%);
    border-radius: 15px;
    padding: 25px 25px 0;
    text-align: left;
    border: 1px solid #D6E0E8
}

.global_dc_mod_service h2 {
    text-align: center
}

.global_dc_mod_service .cmn_list {
    margin-bottom: 30px
}

.global_dc_mod_service .cmn_slider_ctrl {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dcg_service_offerings h2 {
    text-align: center
}

.dcg_service_offerings .inner {
    background: #F5FAFF;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dcg_service_offerings .item {
    margin-bottom: 24px
}

.dcg_service_offerings .img_col {
    width: 50%
}

.dcg_service_offerings .img_col img {
    width: 100%
}

.dcg_service_offerings .text_col {
    width: 50%;
    padding: 40px
}

.dcg_service_offerings h3 {
    font-size: 20px;
    font-weight: 500
}

.dcg_service_offerings .btn_cont {
    text-align: center
}

.audio_video_service .text_col {
    text-align: left
}

.audio_video_service .btn_cont {
    margin-top: 30px
}

.audio_video_service .img_col img {
    width: 100%
}

.audio_video_service .item_col {
    text-align: left
}

.audio_video_service .nm_sld_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.audio_video_service .nm_sld_nav .item h6 {
    display: none
}

.audio_video_service .nm_sld_nav .item {
    padding: 0 30px;
    position: relative;
    padding-bottom: 10px
}

.audio_video_service .nm_sld_nav .item:after {
    content: '';
    position: absolute;
    top: 37%;
    left: 37%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #BDBEBE
}

.audio_video_service .nm_sld_nav .item:last-child:after {
    display: none
}

.audio_video_service .nm_sld_nav .item.active .nav_rect_svg {
    stroke: #ff4133
}

.audio_video_service .nm_sld_nav .item.active .br_fig_slider_sec .main_img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.audio_video_service .nm_sld_nav .item.active h6 {
    display: block;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0
}

.audio_video_service.asv2 {
    padding-bottom: 0
}

.culture_banner {
    background: #fff !important
}

.our_val_sec .container {
    background: -o-linear-gradient(bottom, #FFF 0, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(180.12deg, #EEF5FF 100%, rgba(255, 244, 212, 0) 98.1%);
    background: linear-gradient(0deg, #FFF 0, rgba(255, 255, 255, 0) 100%), linear-gradient(269.88deg, #EEF5FF 100%, rgba(255, 244, 212, 0) 98.1%);
    border-radius: 60px;
    padding: 60px 0 90px
}

.our_val_sec .row {
    margin: 0 120px
}

.our_val_sec .inner {
    position: relative;
    background: #fff !important;
    border: 0 !important;
    -webkit-box-shadow: 0 2.82663px 7.53767px -.942209px rgba(50, 50, 71, .05);
    box-shadow: 0 2.82663px 7.53767px -.942209px rgba(50, 50, 71, .05);
    -webkit-filter: drop-shadow(0 0 .942209px rgba(12, 26, 75, .24));
    filter: drop-shadow(0 0 .942209px rgba(12, 26, 75, .24));
    margin-top: 50px;
    margin-bottom: 0;
    padding: 30px;
    text-align: left;
    border-radius: 13px
}

.our_val_sec .col-lg-4:nth-child(2) {
    margin-top: 50px
}

.our_val_sec .col-lg-4:nth-child(5) {
    margin-top: 30px
}

.our_val_sec .col-lg-4:nth-child(4),
.our_val_sec .col-lg-4:nth-child(6) {
    margin-top: -20px
}

.our_val_sec .icon {
    position: absolute;
    left: 28px;
    top: -30px
}

.our_val_sec .migration_transfer h6 {
    margin-top: 20px
}

.pround_sec {
    text-align: center
}

.our_skills_area {
    background: rgba(239, 248, 255, .65)
}

.page-id-630 .networking_product_sec .item .inner {
    background: #fff
}

.our_skills_area {
    padding-top: 0;
    margin: 40px 0 60px;
    position: relative
}

.our_skills_area .row {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.our_skills_area h3 {
    font-size: 33px;
    margin-top: 30px;
    color: #ff4133;
    font-weight: 500;
    margin-bottom: 20px
}

.our_skills_area h3 span {
    display: block;
    font-size: 24px
}

.our_skills_area a {
    font-weight: 500;
    color: #1a1a1a;
    font-size: 20px
}

.culture_team_sec {
    text-align: center
}

.culture_team_sec .bg_wrap>img {
    width: 100%
}

.culture_team_sec .bg_wrap {
    position: relative
}

.culture_team_sec {
    padding-bottom: 0
}

.culture_team_sec .pointers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.culture_team_sec .pointers img {
    width: 70%;
    margin: 0 -15px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px)
}

.home_inovative_work .vid_loc {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 5px 15px;
    background: rgba(255, 255, 255, .22);
    border-radius: 115px
}

.cmn_slide_blocks_sec .content_box .row {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cmn_slide_blocks_sec .content {
    text-align: left
}

.cmn_slide_blocks_sec .content h2 {
    text-align: center
}

.cmn_slide_blocks_sec .content_box {
    text-align: left;
    margin: 10px;
    padding: 25px 60px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09)
}

.cmn_slide_blocks_sec .content_box h2 {
    text-align: center
}

.cmn_slide_blocks_sec .content_box .item_col {
    padding: 0
}

.group_cols .item_col {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    padding: 0 12px
}

.row.group_cols {
    -webkit-box-shadow: none;
    box-shadow: none
}

.group_cols .inner {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    border-radius: 15px;
    padding: 40px 25px
}

.global_dc_mod_service .item_col {
    padding-bottom: 80px
}

.global_dc_mod_service .img_col {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.audio_video_service_slider .carousel-control-next,
.audio_video_service_slider .carousel-control-prev {
    position: static;
    opacity: 1;
    width: auto
}

.audio_video_slider_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.audio_video_slider_controls svg circle {
    fill: #FDE5CF
}

.audio_video_slider_controls svg path {
    stroke: #EF8321
}

.audio_video_slider_controls button+button {
    margin-left: 20px
}

.cmn_blocks_img_btn {
    margin-top: 30px;
    position: relative
}

.cmn_blocks_img_btn img {
    width: 100%;
    border-radius: 15px 15px 0 0
}

.cmn_blocks_img_btn .btn_cont {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cmn_blocks_img_text_sec .row {
    background: #F5FAFF;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.cmn_blocks_img_text_sec .img_col img {
    width: 100%
}

.cmn_blocks_img_text_sec .text_col {
    padding: 50px
}

.cmn_blocks_rowsc2 .inner {
    background: #F5FAFF;
    border-radius: 15px;
    padding: 35px 25px
}

.cmn_blocks_rowsc2 .item {
    margin-bottom: 24px
}

.back_light_figd .vid_col iframe {
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 20px
}

.case_study2.cmn_gap {
    margin-top: 0
}

.eleveate_secrvices_part .vbtn {
    margin-top: 30px
}

.message_benefitted_sld_for.sld2 {
    margin-top: -30px
}

.contact_location_sec_mobile .nav-pills {
    margin: 0 0 0 20px
}

.contact_location_sec_mobile .nav-pills .nav-link {
    border: 1px solid #d6e0e8;
    font-size: 17px;
    color: #e0e0e0;
    padding: 2px 10px
}

.contact_location_sec_mobile .nav-item {
    padding: 0 5px
}

.contact_location_sec_mobile .nav-pills .nav-link.active,
.contact_location_sec_mobile .nav-pills .show>.nav-link {
    color: #ff4133;
    background: transparent;
    border-color: #ff4133
}

.contact_location_sec_mobile .accordion-button:not(.collapsed) {
    color: #b3b3b3;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500
}

.contact_location_sec_mobile .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule=evenodd d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.contact_location_sec_mobile .footer_info {
    padding: 0;
    border: 0
}

.contact_location_sec_mobile .footer_info a {
    position: relative;
    padding-left: 25px;
    display: block
}

.contact_location_sec_mobile .footer_info p svg {
    position: absolute;
    left: 0;
    top: 5px
}

.contact_location_sec_mobile .footer_info a+a {
    margin-top: 32px
}

.contact_location_sec_mobile .footer_info p+p {
    margin-top: 5px
}

.contact_location_sec_mobile .accordion-button::after {
    background-size: 16px
}

.contact_location_sec_mobile .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact_location_sec_mobile .accordion-body {
    padding-top: 0
}

.contact_location_sec_mobile .accordion-item {
    margin-bottom: 10px
}

.contact_location_sec_mobile .accordion-item {
    border: 1px solid #d6e0e8 !important;
    border-radius: 5px;
    overflow: hidden
}

.contact_location_sec_mobile .accordion-button {
    color: #b3b3b3 !important
}

.contact_location_sec_mobile h2 {
    text-align: center
}

.contact_location_sec_mobile {
    display: none
}

.multiple_used_aud_slider .item img {
    width: 80%;
    margin: 0 auto;
    border-radius: 15px
}

.multiple_used_aud_slider_mobile {
    display: none
}

.collaboration_spaces_solution_mobile {
    display: none
}

.collaboration_spaces_solution_mobile .item img {
    width: 100%
}

.collaboration_spaces_solution_mobile figure.main_img_brd {
    margin-bottom: 30px
}

.collaboration_spaces_solution_mobile .cmn_sec_benefittd {
    text-align: center
}

.collaboration_spaces_solution_mobile .cmn_sec_benefittd h3 {
    text-align: left
}

.collaboration_spaces_solution_mobile .cmn_sec_benefittd p {
    text-align: left
}

.infrastructure_solutions_offering_mobile {
    display: none
}

.structured_cabling_offerings_mobile {
    display: none
}

.canvas_title {
    overflow: hidden
}

.sl_brtn {
    font-size: 0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff4133;
    color: #fff;
    cursor: pointer
}

.sl_brtn.off {
    pointer-events: none;
    background-color: #EDEDED;
    color: #8C8A8A
}

.canvas_ctrl_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.tot_canvas_sl {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 20px;
    color: #1D3F75;
    width: 70px;
    font-weight: 500
}

.migration_approach_mobile {
    display: none
}

.career_growth_mobile {
    display: none
}

.appr_styling_mobile {
    display: none
}

.physical_infrastructure_solutions_mobile {
    display: none
}

.var_sols_mobile {
    display: none
}

.hci_services_mobile {
    display: none
}


.sddc_services_mobile {
    display: none
}

.grid_part_slider .item {
    padding: 20px 15px
}

.grid_part_slider .slick-arrow {
    top: auto;
    bottom: -30px;
    width: 45px;
    height: 45px;
    background-color: #EF8321;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.grid_part_slider .slick-arrow.slick-disabled {
    background-color: #EDEDED
}

.grid_part_slider .slick-arrow.slick-disabled:before {
    color: #8C8A8A
}

.grid_part_slider .slick-arrow:before {
    content: "\f061";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 1
}

.grid_part_slider .slick-prev:before {
    content: "\f060"
}

.grid_part_slider .slick-prev {
    left: 13%
}

.grid_part_slider .slick-next {
    right: 13%
}

.grid_part_slider .slick-dots {
    position: static;
    margin-top: 30px
}

.grid_part_slider .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid_part_slider .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.grid_part_slider .slick-dots li button:before {
    display: none
}

.grid_part_slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.sub_products_slider .item {
    padding: 20px 15px
}

.sub_products_slider .slick-arrow {
    top: auto;
    bottom: -30px;
    width: 45px;
    height: 45px;
    background-color: #EF8321;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.sub_products_slider .slick-arrow.slick-disabled {
    background-color: #EDEDED
}

.sub_products_slider .slick-arrow.slick-disabled:before {
    color: #8C8A8A
}

.sub_products_slider .slick-arrow:before {
    content: "\f061";
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 1
}

.sub_products_slider .slick-prev:before {
    content: "\f060"
}

.sub_products_slider .slick-prev {
    left: 10%
}

.sub_products_slider .slick-next {
    right: 10%
}

.sub_products_slider .slick-dots {
    position: static;
    margin-top: 30px
}

.sub_products_slider .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sub_products_slider .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.sub_products_slider .slick-dots li button:before {
    display: none
}

.sub_products_slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.sub_products_slider figure img {
    margin: 0 auto
}

.mng_service_nav .slick-arrow {
    width: 35px;
    height: 35px;
    background-color: #EF8321;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.mng_service_nav .slick-arrow.slick-disabled {
    background-color: #EDEDED
}

.mng_service_nav .slick-arrow.slick-disabled:before {
    color: #8C8A8A
}

.mng_service_nav .slick-arrow:before {
    content: "\f061";
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    opacity: 1
}

.mng_service_nav .slick-prev:before {
    content: "\f060"
}

.mng_service_nav .slick-prev {
    left: 30px
}

.mng_service_nav .slick-next {
    right: 30px
}

.mng_service_nav .slick-dots {
    bottom: -42px
}

.mng_service_nav .slick-dots li {
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mng_service_nav .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.mng_service_nav .slick-dots li button:before {
    display: none
}

.mng_service_nav .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1
}

.mng_service_nav .item {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 15px;
    margin: 0 3%
}

.mng_service_nav .item figure {
    margin: 0 auto 15px
}

.mng_service_nav h6 {
    margin-bottom: 0
}

.mng_service_for {
    margin-bottom: 40px
}

.managed_services_mobile {
    display: none
}

.managed_services_mobile .btn_cont {
    margin-top: 30px !important
}

.manage_tab_mobile {
    display: none
}

.pro_service_offering_mobile {
    display: none
}

.global_vartical_mobile {
    display: none
}

.graph_content_ipad {
    display: none
}

.graph_content_mobile {
    display: none
}

.logistic_service_desktop .tab_area_part_nrml .nav-tabs {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.logistic_service_desktop .tab_area_part_nrml {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cmn_blks_box_mobile {
    display: none
}

.breadcrumb_bar .spt {
    color: #828282;
    margin-right: 10px;
    font-size: 14px
}

.breadcrumb_bar li strong {
    font-weight: 400
}

.pagination li.active,
.pagination li.no-element {
    border: 1px solid #E2E8F0;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 400;
    display: block;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333
}

.pagination li.active {
    color: #ff4133
}

.pagination li.no-element {
    font-size: 12px
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.bros_block_item {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0 -15px
}

.bros_block_item>* {
    padding: 0 15px
}

.pagination ul {
    align-items: center
}

.author_panel .norm_row {
    width: 100% !important;
    text-align: right !important
}

.author_panel .sfsi_shortcode_container {
    width: 100%
}

.author_panel .sfsi_wicons {
    padding-top: 0 !important;
    width: auto !important;
    height: auto !important
}

.cont_main_right .name_first input {
    background-image: url(#)
}

.cont_main_right .ginput_container_email input {
    background-image: url(#)
}

.cont_main_right .ginput_container_text input {
    background-image: url(#)
}

.cont_main_right .ginput_container_textarea textarea {
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: 12px 16px;
    padding: 14px 20px 20px 40px !important;
    color: #8A96AA
}

.cont_main_right .gfield_label {
    font-weight: 400 !important;
    font-size: 14px !important
}

.cont_main_right input[type=text],
.cont_main_right input[type=email] {
    padding-left: 40px !important
}

.cont_main_right .gform_button {
    padding: 0 50px;
    margin-right: 500px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ff4133;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px
}


.cont_main_right input {
    font-size: 14px !important
}

.career_form_inner.career_form_innnerpage_wrap {
    max-width: 100%;
    margin: 0;
    border: 0;
    box-shadow: none
}

#gform_wrapper_2 .gf_page_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 0
}

#gform_wrapper_2 .gf_step {
    position: relative;
    z-index: 1;
    margin: 0
}

#gform_wrapper_2 .gf_step:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 100%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #475569;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#gform_wrapper_2 span.gf_step_number {
    display: none
}

#gform_wrapper_2 span.gf_step_label {
    padding: 12px 15px;
    background-color: #F9FBFD;
    color: #1A1A1A;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    font-size: 14px
}

#gform_wrapper_2 .gf_step.gf_step_active span.gf_step_label {
    background-color: #85C784;
    color: #fff
}

#gform_wrapper_2 .gf_step.gf_step_active:after {
    border-top: 1px dashed #85C784;
    width: 100%
}

#gform_wrapper_2 .gform_body.gform-body {
    max-width: 525px;
    margin: 40px auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%)
}

#gform_wrapper_2 .gform_page {
    padding: 25px 30px;
    color: #1A1A1A
}

#gform_wrapper_2 .career_form_header {
    margin-top: -25px;
    margin-left: -30px;
    margin-right: -30px
}

#gform_wrapper_2 label.gfield_label {
    color: #1A1A1A;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400
}

#gform_wrapper_2 input {
    background-position: left 12px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 52px;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    font-size: 14px;
    border: 1px solid #ccc
}

#gform_wrapper_2 .ginput_container {
    margin-bottom: 10px
}

#gform_wrapper_2 input#input_2_1,
#gform_wrapper_2 input#input_2_8,
#gform_wrapper_2 input#input_2_15 {
    background-image: url(#)
}

#gform_wrapper_2 input#input_2_3 {
    background-image: url(#)
}

#gform_wrapper_2 input#input_2_4 {
    background-image: url(#)
}

#gform_wrapper_2 .gform_page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

#gform_wrapper_2 .gform_page_footer .gform_previous_button {
    width: 130px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #ff4133;
    background-color: transparent;
    border: 1px solid #ff4133;
    padding: 9px 15px;
    text-align: center;
    margin-right: 15px;
    height: auto;
    text-transform: capitalize
}

#gform_wrapper_2 .gform_page_footer .gform_next_button {
    width: 130px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ff4133;
    color: #fff;
    border: 1px solid #ff4133;
    padding: 9px 15px;
    text-align: center;
    height: auto;
    text-transform: capitalize
}

#gform_wrapper_2 .gform_page_footer .gform_previous_button:hover {
    background-color: #ff4133;
    color: #fff
}

#gform_wrapper_2 input[type=file] {
    padding: 0;
    border: 0;
    height: auto;
    border-radius: 0
}

#gform_wrapper_2 .gform_page_footer input[type=submit] {
    width: 130px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: #ff4133;
    color: #fff;
    border: 1px solid #ff4133;
    padding: 9px 15px;
    text-align: center;
    height: auto;
    text-transform: capitalize
}

.all_career_form .gform_confirmation_message {
    text-align: center;
    color: #168b1a
}

.pro_services_sec .auto_width_blocks.accelerate_business_growth_blocks .blocks_row .block {
    width: 50%
}

.main-head .ubermenu-skin-black-white-2 {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: inherit
}

.main-head .ubermenu-nav>li>a {
    padding: 0 !important;
    margin: 0;
    background: transparent !important;
    font-size: 15px !important;
    line-height: 1.3;
    font-family: Inter, sans-serif;
    font-weight: 500 !important;
    color: #1A1A1A !important;
    border: 0 !important;
    box-shadow: inherit !important;
    text-transform: none !important;
    position: relative
}

.main-head .ubermenu-nav>li.ubermenu-active>a,
.main-head .ubermenu-nav>li>a:hover {
    color: #EF8321 !important
}

.main-head .ubermenu-nav>li.ubermenu-has-submenu-drop>a {
    padding-right: 17px !important
}

.main-head .ubermenu-nav>li>a .ubermenu-sub-indicator {
    right: 0 !important
}

.main-head .ubermenu-nav>li {
    margin-right: 50px
}

.main-head .ubermenu-nav>li:last-child {
    margin-right: 0
}

.main-head .ubermenu-bound {
    position: static
}

.main-head .ubermenu-nav>li>.ubermenu-submenu {
    left: 0;
    right: 0;
    top: 100%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #f9f9f9;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15)
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #1A1A1A;
    padding: 22px 48px;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target .ubermenu-image {
    margin-bottom: 0;
    max-width: 28px;
    flex-basis: 28px;
    align-self: flex-start;
    filter: grayscale(100%)
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target .ubermenu-target-title {
    max-width: calc(100% - 28px);
    flex-basis: calc(100% - 28px);
    align-self: center;
    padding-left: 11px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab:hover>.ubermenu-target .ubermenu-image,
.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target .ubermenu-image {
    filter: inherit
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target .ubermenu-sub-indicator {
    display: none
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target {
    background: #F9F9F9;
    color: #EF8321
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group {
    width: 30%
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    width: 70%;
    background: #f9f9f9;
    padding: 40px 26px;
    margin-bottom: -28px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li {
    padding: 0 15px;
    margin-bottom: 28px;
    float: none;
    display: inline-block
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target {
    padding: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #151B26;
    display: flex
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li.ubermenu-current-menu-item>.ubermenu-target,
.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li:hover>.ubermenu-target {
    color: #EF8321
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target .ubermenu-image {
    margin-bottom: 0;
    max-width: 30px;
    filter: grayscale(100%)
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li:hover>.ubermenu-target .ubermenu-image,
.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li.ubermenu-current-menu-item>.ubermenu-target .ubermenu-image {
    filter: inherit
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target .ubermenu-target-title {
    padding-left: 11px;
    align-self: center;
    font-size: 15px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block {
    padding: 0;
    font-size: 13px;
    color: #7A7C7B;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 40px;
    padding-top: 10px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block.related-article-wrap {
    padding: 0
}

.ubermenu-content-block .related-article p {
    font-size: 16px !important;
    line-height: 1.3;
    font-weight: 500;
    color: #5C5C5C;
    margin-bottom: 0
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post {
    background: #FFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    min-height: 120px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-image {
    flex-basis: 128px;
    max-width: 128px;
    filter: inherit
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
    flex-basis: calc(100% - 128px);
    max-width: calc(100% - 128px);
    padding: 15px 15px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #1A1A1A
}

.main-head.index_header .ubermenu-nav>li.ubermenu-active>a,
.main-head.index_header .ubermenu-nav>li>a:hover {
    color: #EF8321 !important
}

.index_header .lan_bar select,
.index_header .lan_sel {
    color: #fff;
    background-size: 12px
}

.index_header .lan_bar select option {
    color: #000
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu) {
    position: relative
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu {
    width: 303px;
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
    top: calc(100% + 30px)
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item>.ubermenu-target {
    padding: 23px 33px;
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1.3;
    display: flex
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item>.ubermenu-target .ubermenu-image {
    margin: 0;
    max-width: 28px;
    filter: grayscale(100%)
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item.ubermenu-current-menu-item>.ubermenu-target,
.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item:hover>.ubermenu-target {
    color: #EF8321
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item.ubermenu-current-menu-item>.ubermenu-target .ubermenu-image,
.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item:hover>.ubermenu-target .ubermenu-image {
    filter: inherit
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item>.ubermenu-target .ubermenu-target-title {
    padding-left: 11px;
    align-self: center
}

.contact_mn_modal .modal-dialog {
    max-width: 592px;
    margin-left: auto;
    margin-right: auto
}

.contact_mn_modal .modal-content {
    padding: 50px 43px
}

.contact_mn_modal .modal-header {
    padding: 0;
    margin-bottom: 35px;
    border: 0
}

.contact_mn_modal .modal-body {
    padding: 0
}

.contact_mn_modal .cont_main_right form {
    padding: 0;
    margin: 0;
    box-shadow: inherit;
    height: auto;
    border-radius: 0;
    background: transparent
}

.model-header-wrapper {
    width: 100%
}

.model-header-wrapper h3 {
    font-size: 34px;
    line-height: 1.3;
    color: #1D3F75;
    font-weight: 600;
    margin-bottom: 7px
}

.model-header-wrapper p {
    font-size: 14px;
    line-height: 1.3;
    color: #1A1A1A;
    margin-bottom: 0;
    font-weight: 400
}

.model-header-wrapper .btn-close {
    position: absolute;
    right: 30px;
    top: 26px;
    font-size: 20px;
    color: #000;
    opacity: 1;
    padding: 0;
    margin: 0
}

.contact_mn_modal .cont_main_right input {
    border-color: #8A96AA
}

.contact_mn_modal .cont_main_right input[type=submit],
.contact_mn_modal .cont_main_right input[type=button],
.contact_mn_modal .cont_main_right button[type=submit],
.contact_mn_modal .cont_main_right button[type=button] {
    margin: 0
}

.contact_mn_modal .cont_main_right .ginput_container_checkbox {
    position: relative;
    padding-left: 22px
}

.contact_mn_modal .cont_main_right .ginput_container_checkbox input[type=checkbox] {
    height: auto;
    position: absolute;
    left: 0;
    top: 8px
}

.contact_mn_modal .cont_main_right #field_3_1 .ginput_container_text input {
    background-image: url(#)
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
    padding: 28px 26px !important
}

.blog-read-more .ubermenu-badge {
    bottom: 25px !important;
    right: auto !important;
    left: 141px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #808080 !important;
    background: transparent !important;
    padding: 0 !important
}

.blog-read-more .ubermenu-target-title {
    align-self: normal !important
}

.blog-read-more .ubermenu-badge {
    position: relative;
    transition: all ease-in-out .3s
}

.blog-read-more .ubermenu-badge:after {
    position: absolute;
    content: "";
    background-image: url(#);
    width: 11px;
    height: 5px;
    right: -14px;
    top: 6px;
    transition: all ease-in-out .3s;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.blog-read-more .ubermenu-badge:hover {
    color: #EF8321 !important;
    transition: all ease-in-out .3s
}

.blog-read-more .ubermenu-badge:hover::after {
    background-image: url(#);
    width: 11px;
    height: 5px;
    transition: all ease-in-out .3s
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block {
    font-size: 13px;
    padding-left: 0
}

.blog-details-button a {
    position: relative;
    transition: all ease-in-out .3s
}

.blog-details-button a:after {
    position: absolute;
    content: "";
    background-image: url(#);
    width: 11px;
    height: 5px;
    right: -16px;
    top: 7px;
    transition: all ease-in-out .3s;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.blog-details-button a:hover {
    color: #EF8321 !important;
    transition: all ease-in-out .3s
}

.blog-details-button a:hover::after {
    background-image: url(#);
    width: 11px;
    height: 5px;
    transition: all ease-in-out .3s
}

.press_reports_sec .item_inner {
    min-height: 735px
}

.margin-top {
    margin-top: 60px
}

.both {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-bottom2 {
    margin-bottom: 80px
}



.banner_space {
    margin-bottom: 40px
}

.coming_soon {
    margin-bottom: 20px;
    margin-top: 20px !important
}

.press-release {
    margin-bottom: 40px
}

.brochures_banner {
    margin-bottom: 40px
}

.videos_banner {
    margin-bottom: 40px
}

.videos_cmn {
    margin-top: 20px
}

.webinars_banner {
    margin-bottom: 40px
}

.events_banner {
    margin-bottom: 40px
}

.awards_banner {
    margin-bottom: 40px
}

.sales {
    margin-bottom: 20px !important
}

.unified_communication_banner {
    margin-bottom: 40px
}

.workplace_banner {
    margin-bottom: 40px
}

.common-mistakes {
    margin-top: 40px;
    margin-bottom: 40px
}

.factors_banner {
    margin-top: 40px;
    margin-bottom: 40px
}

.case-study {
    margin-top: 40px
}

.workplace_productivity {
    margin-top: 60px;
    margin-bottom: 80px
}

.av_banner {
    margin-bottom: 40px
}

.equpping_av {
    margin-bottom: 40px !important
}

.custom_av {
    margin-top: 40px
}

.img_main {
    margin-bottom: 60px !important
}

.uc_platforms {
    margin-bottom: 60px
}

.uses_av {
    margin-top: 40px
}

.case_study {
    margin-top: 40px
}

.case_study_container {
    margin-bottom: 60px
}

.workplace_productivity {
    margin-bottom: 80px
}

.collaboration_banner {
    margin-bottom: 40px
}

.collaboration_spaces {
    margin-bottom: 40px !important
}

.wrkplace_productivity {
    margin-bottom: 80px
}

.collaboration_solution {
    margin-top: 60px
}

.case_study_collab {
    margin-top: 60px
}

.video_conferencing {
    margin-top: 60px
}

.dc_design_banner {
    margin-bottom: 40px
}

.Modern_data_center {
    margin-bottom: 40px !important
}

.wrkplace_productivity_solutions {
    margin-top: 60px;
    margin-bottom: 80px
}

.dc_electric_fit_out {
    margin-bottom: 40px
}

.exponential_increase {
    margin-bottom: 40px !important
}

.case_study_dc {
    margin-top: 40px
}

.wrkplace_productivity_dc {
    margin-top: 40px;
    margin-bottom: 80px
}

.stratergic_partners {
    margin-top: 60px !important
}

.press_reports_sec .item_inner {
    min-height: 450px;
    height: 100%
}

.blog_items .text_part h3 {
    letter-spacing: -1px;
    line-height: 1.3
}

.sddc_services2 .btn_cont {
    margin-top: 35px
}

.storage_offer_slider .slick-slide p {
    min-height: 155px
}

.int_hard_solztt .vbtn {
    margin-top: 25px !important
}

.canvas_container {
    text-align: center
}

.nextgn_cmnct_meeting .bulleted_listed_ul {
    margin-top: 30px
}

.map-con {
    max-width: 320px;
    margin-left: auto;
    height: 430px;
    overflow-y: auto
}

.map-list {
    background: #F7FAFF;
    border-radius: 12.0423px;
    text-align: left;
    padding: 24px;
    font-size: 14px;
    margin-bottom: 6px
}

.map-list p {
    margin: 0 0 10px 0;
    color: #333
}

.map-list p a:hover {
    color: #FF7900
}

.map-list h5 {
    font-size: 17px;
    margin-bottom: 15px
}

.map-list.active {
    background: rgba(255, 237, 221, .6)
}

.map-img {
    position: relative
}

.pointer {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FA9B45;
    border: 2px solid #FFF;
    box-shadow: 0 5.33333px 8px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 5.33333px 8px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5.33333px 8px rgba(0, 0, 0, .12);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.map-responsive {
    margin-top: -12% !important;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.location-name {
    position: absolute;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 16px;
    color: #1D3F75;
    text-align: center;
    z-index: 10 !important;
    top: 20px;
    transform: translate(-48%, 0);
    display: none;
    font-weight: 500
}

.na-1,
.north-america-map .location-center-position1 {
    position: absolute;
    top: 51%;
    left: 23%
}

.na-2,
.north-america-map .location-center-position2 {
    position: absolute;
    top: 58%;
    left: 25%
}

.na-3,
.north-america-map .location-center-position3 {
    position: absolute;
    bottom: 52%;
    left: 25%
}

.na-4,
.north-america-map .location-center-position4 {
    position: absolute;
    bottom: 50%;
    left: 20%
}

.na-5,
.north-america-map .location-center-position5 {
    position: absolute;
    bottom: 44%;
    left: 22%
}

.na-6,
.north-america-map .location-center-position6 {
    position: absolute;
    bottom: 42%;
    left: 27%
}

.na-7,
.north-america-map .location-center-position7 {
    position: absolute;
    bottom: 42%;
    left: 41%
}

.na-8,
.north-america-map .location-center-position8 {
    position: absolute;
    bottom: 50%;
    left: 45%
}

.na-1:hover .pointer,
.na-2:hover .pointer,
.na-3:hover .pointer,
.na-4:hover .pointer,
.na-5:hover .pointer,
.na-6:hover .pointer,
.na-7:hover .pointer,
.na-8:hover .pointer,
.north-america-map .location-center-position1:hover .pointer,
.north-america-map .location-center-position2:hover .pointer,
.north-america-map .location-center-position3:hover .pointer,
.north-america-map .location-center-position4:hover .pointer,
.north-america-map .location-center-position5:hover .pointer,
.north-america-map .location-center-position6:hover .pointer,
.north-america-map .location-center-position7:hover .pointer,
.north-america-map .location-center-position8:hover .pointer {
    transform: scale(2.2)
}

.na-1:hover .location-name,
.na-2:hover .location-name,
.na-3:hover .location-name,
.na-4:hover .location-name,
.na-5:hover .location-name,
.na-6:hover .location-name,
.na-7:hover .location-name,
.na-8:hover .location-name,
.north-america-map .location-center-position1:hover .location-name,
.north-america-map .location-center-position2:hover .location-name,
.north-america-map .location-center-position3:hover .location-name,
.north-america-map .location-center-position4:hover .location-name,
.north-america-map .location-center-position5:hover .location-name,
.north-america-map .location-center-position6:hover .location-name,
.north-america-map .location-center-position7:hover .location-name,
.north-america-map .location-center-position8:hover .location-name {
    display: block
}

.north-america-map .map-img {
    max-width: 644px;
    margin: 0 auto
}

.latin-america-map .map-img {
    max-width: 234px;
    margin: 0 auto
}

.la-1:hover .pointer,
.latin-america-map .location-center-position1:hover .pointer {
    transform: scale(2.2)
}

.la-1:hover .location-name,
.latin-america-map .location-center-position1:hover .location-name {
    display: block
}

.la-1,
.latin-america-map .location-center-position1 {
    position: absolute;
    bottom: 46%;
    right: 24%
}

.europea-map .map-img {
    max-width: 452px;
    margin: 0 auto
}

.eu-1:hover .pointer,
.eu-2:hover .pointer,
.eu-3:hover .pointer,
.eu-4:hover .pointer,
.eu-5:hover .pointer,
.eu-6:hover .pointer,
.europea-map .location-center-position1:hover .pointer,
.europea-map .location-center-position2:hover .pointer,
.europea-map .location-center-position3:hover .pointer,
.europea-map .location-center-position4:hover .pointer,
.europea-map .location-center-position5:hover .pointer,
.europea-map .location-center-position6:hover .pointer {
    transform: scale(2.2)
}

.eu-1:hover .location-name,
.eu-2:hover .location-name,
.eu-3:hover .location-name,
.eu-4:hover .location-name,
.eu-5:hover .location-name,
.eu-6:hover .location-name,
.europea-map .location-center-position1:hover .location-name,
.europea-map .location-center-position2:hover .location-name,
.europea-map .location-center-position3:hover .location-name,
.europea-map .location-center-position4:hover .location-name,
.europea-map .location-center-position5:hover .location-name,
.europea-map .location-center-position6:hover .location-name {
    display: block
}

.apac-map .map-img {
    max-width: 578px;
    margin: 0 auto
}

.apac-1:hover .pointer,
.apac-2:hover .pointer,
.apac-3:hover .pointer,
.apac-4:hover .pointer,
.apac-5:hover .pointer,
.apac-6:hover .pointer,
.apac-7:hover .pointer,
.apac-8:hover .pointer,
.apac-9:hover .pointer,
.apac-10:hover .pointer,
.apac-11:hover .pointer,
.apac-12:hover .pointer,
.apac-13:hover .pointer,
.apac-14:hover .pointer,
.apac-15:hover .pointer,
.apac-16:hover .pointer,
.apac-map .location-center-position1:hover .pointer,
.apac-map .location-center-position2:hover .pointer,
.apac-map .location-center-position3:hover .pointer,
.apac-map .location-center-position4:hover .pointer,
.apac-map .location-center-position5:hover .pointer,
.apac-map .location-center-position6:hover .pointer,
.apac-map .location-center-position7:hover .pointer,
.apac-map .location-center-position8:hover .pointer,
.apac-map .location-center-position9:hover .pointer,
.apac-map .location-center-position10:hover .pointer,
.apac-map .location-center-position11:hover .pointer,
.apac-map .location-center-position12:hover .pointer,
.apac-map .location-center-position13:hover .pointer,
.apac-map .location-center-position14:hover .pointer,
.apac-map .location-center-position15:hover .pointer,
.apac-map .location-center-position16:hover .pointer {
    transform: scale(2.2)
}

.apac-1:hover .location-name,
.apac-2:hover .location-name,
.apac-3:hover .location-name,
.apac-4:hover .location-name,
.apac-5:hover .location-name,
.apac-6:hover .location-name,
.apac-7:hover .location-name,
.apac-8:hover .location-name,
.apac-9:hover .location-name,
.apac-10:hover .location-name,
.apac-11:hover .location-name,
.apac-12:hover .location-name,
.apac-13:hover .location-name,
.apac-14:hover .location-name,
.apac-15:hover .location-name,
.apac-16:hover .location-name,
.apac-map .location-center-position1:hover .location-name,
.apac-map .location-center-position2:hover .location-name,
.apac-map .location-center-position3:hover .location-name,
.apac-map .location-center-position4:hover .location-name,
.apac-map .location-center-position5:hover .location-name,
.apac-map .location-center-position6:hover .location-name,
.apac-map .location-center-position7:hover .location-name,
.apac-map .location-center-position8:hover .location-name,
.apac-map .location-center-position9:hover .location-name,
.apac-map .location-center-position10:hover .location-name,
.apac-map .location-center-position11:hover .location-name,
.apac-map .location-center-position12:hover .location-name,
.apac-map .location-center-position13:hover .location-name,
.apac-map .location-center-position14:hover .location-name,
.apac-map .location-center-position15:hover .location-name,
.apac-map .location-center-position16:hover .location-name {
    display: block
}

.apac-1,
.apac-map .location-center-position1 {
    position: absolute;
    top: 53%;
    right: 43%
}

.apac-2,
.apac-map .location-center-position2 {
    position: absolute;
    top: 59%;
    right: 36%
}

.apac-3,
.apac-map .location-center-position3 {
    position: absolute;
    top: 62%;
    right: 52%
}

.apac-10,
.apac-map .location-center-position10 {
    position: absolute;
    bottom: 30%;
    right: 45%
}

.apac-11,
.apac-map .location-center-position11 {
    position: absolute;
    bottom: 32%;
    right: 50%
}

.apac-15,
.apac-map .location-center-position15 {
    position: absolute;
    bottom: 20%;
    right: 47%
}

.apac-16,
.apac-map .location-center-position16 {
    position: absolute;
    bottom: 12%;
    right: 45%
}

.indian-map .map-img {
    max-width: 330px;
    margin: 0 auto
}

.india-1:hover .pointer,
.india-2:hover .pointer,
.india-3:hover .pointer,
.india-4:hover .pointer,
.india-5:hover .pointer,
.india-6:hover .pointer,
.indian-map .location-center-position1:hover .pointer,
.indian-map .location-center-position2:hover .pointer,
.indian-map .location-center-position3:hover .pointer,
.indian-map .location-center-position4:hover .pointer,
.indian-map .location-center-position5:hover .pointer,
.indian-map .location-center-position6:hover .pointer {
    transform: scale(2.2)
}

.india-1:hover .location-name,
.india-2:hover .location-name,
.india-3:hover .location-name,
.india-4:hover .location-name,
.india-5:hover .location-name,
.india-6:hover .location-name,
.indian-map .location-center-position1:hover .location-name,
.indian-map .location-center-position2:hover .location-name,
.indian-map .location-center-position3:hover .location-name,
.indian-map .location-center-position4:hover .location-name,
.indian-map .location-center-position5:hover .location-name,
.indian-map .location-center-position6:hover .location-name {
    display: block
}

.india-1,
.indian-map .location-center-position1 {
    position: absolute;
    left: 26%
}

.india-4,
.indian-map .location-center-position4 {
    position: absolute;
    bottom: 43%;
    left: 19%
}

.india-5,
.indian-map .location-center-position5 {
    position: absolute;
    bottom: 20%;
    left: 30%
}

.india-6,
.indian-map .location-center-position6 {
    position: absolute;
    bottom: 20%;
    left: 39%
}

.india-4,
.indian-map .location-center-position4 {
    position: absolute;
    bottom: 15%;
    left: 30%
}

.india-5,
.indian-map .location-center-position5 {
    position: absolute;
    bottom: 15%;
    right: 59%
}

.india-7,
.indian-map .location-center-position7 {
    position: absolute;
    top: 60%;
    right: 27%
}

.india-8,
.indian-map .location-center-position8 {
    position: absolute;
    top: 40%;
    left: 28%
}

.india-7:hover .location-name,
.india-8:hover .location-name,
.indian-map .location-center-position7:hover .location-name,
.indian-map .location-center-position8:hover .location-name {
    display: block
}

.indian-map .location-center-position7:hover .pointer,
.indian-map .location-center-position8:hover .pointer {
    transform: scale(2.2)
}

.india-6,
.indian-map .location-center-position6 {
    position: absolute;
    bottom: 31%;
    left: 36%
}

.mea-map .map-img {
    max-width: 318px;
    margin: 0 auto
}

.uae-1:hover .pointer,
.mea-map .location-center-position1:hover .pointer {
    transform: scale(2.2)
}

.uae-1:hover .location-name,
.mea-map .location-center-position1:hover .location-name {
    display: block
}

.uae-1,
.mea-map .location-center-position1 {
    position: absolute;
    top: 34%;
    right: 27%
}

.australia-map .map-img {
    max-width: 387px;
    margin: 0 auto
}

.aust-1:hover .pointer,
.aust-2:hover .pointer,
.australia-map .location-center-position1:hover .pointer,
.australia-map .location-center-position2:hover .pointer {
    transform: scale(2.2)
}

.aust-1:hover .location-name,
.aust-2:hover .location-name,
.australia-map .location-center-position1:hover .location-name,
.australia-map .location-center-position2:hover .location-name {
    display: block
}

.aust-1,
.australia-map .location-center-position1 {
    position: absolute;
    bottom: 14%;
    right: 13%
}

.aust-2,
.australia-map .location-center-position2 {
    position: absolute;
    bottom: 2%;
    right: 28%
}

.uae-map .map-img {
    max-width: 378px;
    margin: 0 auto
}

.uae-1:hover .pointer,
.uae-map .location-center-position1:hover .pointer {
    transform: scale(2.2)
}

.uae-1:hover .location-name,
.uae-map .location-center-position1:hover .location-name {
    display: block
}

.uae-1,
.uae-map .location-center-position1 {
    position: absolute;
    top: 34%;
    right: 27%
}

.gmap {
    max-width: 1000px;
    margin: 0 auto
}

.g-map .location-center-position1:hover .pointer,
.g-map .location-center-position2:hover .pointer,
.g-map .location-center-position3:hover .pointer,
.g-map .location-center-position4:hover .pointer,
.g-map .location-center-position5:hover .pointer,
.g-map .location-center-position6:hover .pointer,
.g-map .location-center-position7:hover .pointer,
.g-map .location-center-position8:hover .pointer,
.g-map .location-center-position9:hover .pointer,
.g-map .location-center-position10:hover .pointer,
.g-map .location-center-position11:hover .pointer,
.g-map .location-center-position12:hover .pointer,
.g-map .location-center-position13:hover .pointer,
.g-map .location-center-position14:hover .pointer,
.g-map .location-center-position15:hover .pointer,
.g-map .location-center-position16:hover .pointer,
.g-map .location-center-position17:hover .pointer,
.g-map .location-center-position18:hover .pointer,
.g-map .location-center-position19:hover .pointer,
.g-map .location-center-position20:hover .pointer,
.g-map .location-center-position21:hover .pointer,
.g-map .location-center-position22:hover .pointer,
.g-map .location-center-position23:hover .pointer,
.g-map .location-center-position4:hover .pointer,
.g-map .location-center-position25:hover .pointer,
.g-map .location-center-position26:hover .pointer,
.g-map .location-center-position27:hover .pointer,
.g-map .location-center-position28:hover .pointer,
.g-map .location-center-position29:hover .pointer .g-map .location-center-position30:hover .pointer,
.g-map .location-center-position31:hover .pointer,
.g-map .location-center-position32:hover .pointer,
.g-map .location-center-position33:hover .pointer,
.g-map .location-center-position34:hover .pointer,
.g-map .location-center-position35:hover .pointer,
.g-map .location-center-position36:hover .pointer,
.g-map .location-center-position37:hover .pointer,
.g-map .location-center-position38:hover .pointer,
.g-map .location-center-position39:hover .pointer,
.g-map .location-center-position40:hover .pointer,
.g-map .location-center-position41:hover .pointer,
.g-1:hover .pointer,
.g-2:hover .pointer,
.g-3:hover .pointer,
.g-4:hover .pointer,
.g-5:hover .pointer,
.g-6:hover .pointer,
.g-7:hover .pointer,
.g-8:hover .pointer,
.g-9:hover .pointer,
.g-10:hover .pointer,
.g-11:hover .pointer,
.g-12:hover .pointer,
.g-13:hover .pointer,
.g-14:hover .pointer,
.g-15:hover .pointer,
.g-16:hover .pointer,
.g-17:hover .pointer,
.g-18:hover .pointer,
.g-19:hover .pointer,
.g-20:hover .pointer,
.g-21:hover .pointer,
.g-22:hover .pointer,
.g-23:hover .pointer,
.g-4:hover .pointer,
.g-25:hover .pointer,
.g-26:hover .pointer,
.g-27:hover .pointer,
.g-28:hover .pointer,
.g-29:hover .pointer .g-30:hover .pointer,
.g-31:hover .pointer,
.g-32:hover .pointer,
.g-33:hover .pointer,
.g-34:hover .pointer,
.g-35:hover .pointer,
.g-36:hover .pointer,
.g-37:hover .pointer,
.g-38:hover .pointer,
.g-39:hover .pointer,
.g-40:hover .pointer,
.g-41:hover .pointer {
    transform: scale(2.2)
}

.g-map .location-center-position1:hover .location-name,
.g-map .location-center-position2:hover .location-name,
.g-map .location-center-position3:hover .location-name,
.g-map .location-center-position4:hover .location-name,
.g-map .location-center-position5:hover .location-name,
.g-map .location-center-position6:hover .location-name,
.g-map .location-center-position7:hover .location-name,
.g-map .location-center-position8:hover .location-name,
.g-map .location-center-position9:hover .location-name,
.g-map .location-center-position10:hover .location-name,
.g-map .location-center-position11:hover .location-name,
.g-map .location-center-position12:hover .location-name,
.g-map .location-center-position13:hover .location-name,
.g-map .location-center-position14:hover .location-name,
.g-map .location-center-position15:hover .location-name,
.g-map .location-center-position16:hover .location-name,
.g-map .location-center-position17:hover .location-name,
.g-map .location-center-position18:hover .location-name,
.g-map .location-center-position19:hover .location-name,
.g-map .location-center-position20:hover .location-name,
.g-map .location-center-position21:hover .location-name,
.g-map .location-center-position22:hover .location-name,
.g-map .location-center-position23:hover .location-name,
.g-map .location-center-position24:hover .location-name,
.g-map .location-center-position25:hover .location-name,
.g-map .location-center-position26:hover .location-name,
.g-map .location-center-position27:hover .location-name,
.g-map .location-center-position28:hover .location-name,
.g-map .location-center-position29:hover .location-name,
.g-map .location-center-position30:hover .location-name,
.g-map .location-center-position31:hover .location-name,
.g-map .location-center-position32:hover .location-name,
.g-map .location-center-position33:hover .location-name,
.g-map .location-center-position34:hover .location-name,
.g-map .location-center-position35:hover .location-name,
.g-map .location-center-position36:hover .location-name,
.g-map .location-center-position37:hover .location-name,
.g-map .location-center-position38:hover .location-name,
.g-map .location-center-position39:hover .location-name,
.g-map .location-center-position40:hover .location-name,
.g-map .location-center-position41:hover .location-name,
.g-1:hover .location-name,
.g-2:hover .location-name,
.g-3:hover .location-name,
.g-4:hover .location-name,
.g-5:hover .location-name,
.g-6:hover .location-name,
.g-7:hover .location-name,
.g-8:hover .location-name,
.g-9:hover .location-name,
.g-10:hover .location-name,
.g-11:hover .location-name,
.g-12:hover .location-name,
.g-13:hover .location-name,
.g-14:hover .location-name,
.g-15:hover .location-name,
.g-16:hover .location-name,
.g-17:hover .location-name,
.g-18:hover .location-name,
.g-19:hover .location-name,
.g-20:hover .location-name,
.g-21:hover .location-name,
.g-22:hover .location-name,
.g-23:hover .location-name,
.g-24:hover .location-name,
.g-25:hover .location-name,
.g-26:hover .location-name,
.g-27:hover .location-name,
.g-28:hover .location-name,
.g-29:hover .location-name,
.g-30:hover .location-name,
.g-31:hover .location-name,
.g-32:hover .location-name,
.g-33:hover .location-name,
.g-34:hover .location-name,
.g-35:hover .location-name,
.g-36:hover .location-name,
.g-37:hover .location-name,
.g-38:hover .location-name,
.g-39:hover .location-name,
.g-40:hover .location-name,
.g-41:hover .location-name {
    display: block
}

.g-map .location-center-position1,
.g-1 {
    position: absolute;
    top: 42%;
    left: 10%
}

.g-map .location-center-position2,
.g-2 {
    position: absolute;
    top: 47%;
    left: 11%
}

.g-map .location-center-position3,
.g-3 {
    position: absolute;
    top: 52%;
    left: 9%
}

.g-map .location-center-position4,
.g-4 {
    position: absolute;
    top: 52%;
    left: 11%
}

.g-map .location-center-position5,
.g-5 {
    position: absolute;
    top: 56%;
    left: 10%
}

.g-map .location-center-position6,
.g-6 {
    position: absolute;
    top: 59%;
    left: 13%
}

.g-map .location-center-position7,
.g-7 {
    position: absolute;
    top: 56%;
    left: 18%
}

.g-map .location-center-position8,
.g-8 {
    position: absolute;
    top: 56%;
    left: 18%
}

.g-map .location-center-position9,
.g-9 {
    position: absolute;
    bottom: 24%;
    left: 29%
}

.g-map .location-center-position10,
.g-10 {
    position: absolute;
    top: 42%;
    left: 43%
}

.g-map .location-center-position11,
.g-11 {
    position: absolute;
    top: 43%;
    left: 45%
}

.g-map .location-center-position12,
.g-12 {
    position: absolute;
    top: 46%;
    left: 46%
}

.g-map .location-center-position13,
.g-13 {
    position: absolute;
    top: 45%;
    left: 48%
}

.g-map .location-center-position14,
.g-14 {
    position: absolute;
    top: 51%;
    left: 54%
}

.g-map .location-center-position15,
.g-15 {
    position: absolute;
    top: 51%;
    left: 54%
}

.g-map .location-center-position16,
.g-16 {
    position: absolute;
    bottom: 58%;
    right: 37%
}

.g-map .location-center-position17,
.g-17 {
    position: absolute;
    top: 61%;
    right: 30%
}

.g-map .location-center-position18,
.g-18 {
    position: absolute;
    bottom: 57%;
    right: 26%
}

.g-map .location-center-position19,
.g-19 {
    position: absolute;
    bottom: 56%;
    right: 30%
}

.g-map .location-center-position20,
.g-20 {
    position: absolute;
    bottom: 53%;
    right: 29%
}

.g-map .location-center-position21,
.g-21 {
    position: absolute;
    bottom: 49%;
    right: 28%
}

.g-map .location-center-position22,
.g-22 {
    position: absolute;
    bottom: 49%;
    right: 29%
}

.g-map .location-center-position23,
.g-23 {
    position: absolute;
    top: 50%;
    right: 19%
}

.g-map .location-center-position24,
.g-24 {
    position: absolute;
    top: 55%;
    right: 22%
}

.g-map .location-center-position25,
.g-25 {
    position: absolute;
    top: 55%;
    right: 12%
}

.g-map .location-center-position26,
.g-26 {
    position: absolute;
    top: 55%;
    right: 15%
}

.g-map .location-center-position27,
.g-27 {
    position: absolute;
    top: 57%;
    right: 17%
}

.g-map .location-center-position28,
.g-28 {
    position: absolute;
    bottom: 58%;
    right: 17%
}

.g-map .location-center-position29,
.g-29 {
    position: absolute;
    bottom: 60%;
    right: 18%
}

.g-map .location-center-position30,
.g-30 {
    position: absolute;
    bottom: 60%;
    right: 15%
}

.g-map .location-center-position31,
.g-31 {
    position: absolute;
    bottom: 57%;
    right: 15%
}

.g-map .location-center-position32,
.g-32 {
    position: absolute;
    bottom: 52%;
    right: 22%
}

.g-map .location-center-position33,
.g-33 {
    position: absolute;
    bottom: 48%;
    right: 19%
}

.g-map .location-center-position34,
.g-34 {
    position: absolute;
    bottom: 52%;
    right: 15%
}

.g-map .location-center-position35,
.g-35 {
    position: absolute;
    bottom: 46%;
    right: 22%
}

.g-map .location-center-position36,
.g-36 {
    position: absolute;
    bottom: 44%;
    right: 21%
}

.g-map .location-center-position37,
.g-37 {
    position: absolute;
    bottom: 42%;
    right: 20%
}

.g-map .location-center-position38,
.g-38 {
    position: absolute;
    bottom: 36%;
    right: 19%
}

.g-map .location-center-position39,
.g-39 {
    position: absolute;
    bottom: 17%;
    right: 7%
}

.g-map .location-center-position40,
.g-40 {
    position: absolute;
    bottom: 14%;
    right: 10%
}

.g-map .location-center-position41,
.g-41 {
    position: absolute;
    bottom: 16%;
    right: 46%
}

.map-list p a svg {
    margin-top: -2px;
    margin-left: 0;
    width: 15px;
    height: 15px
}

.map-list p a svg path {
    stroke: #f29b45;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.meeting_spc_showcase {
    padding-left: 100%;
    padding-top: 30vw;
    position: relative
}

.meeting_spc_showcase svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.home_resources .inner h6,
.home_resources .inner p {
    margin-bottom: 15px
}

.career_open_pos .item_inner a:hover {
    color: #ff4133
}

.career_growth .head1 {
    width: 60px;
    margin: 0 auto
}

.cc_service .btn_cont {
    text-align: center
}

.ubermenu-submenu {
    margin-top: 5px !important
}

.headquarter_location .pointer {
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2)
}

.headquarter_location .location-name {
    display: block
}

.map-list p a svg path {
    stroke: #000
}

.map-list p a:hover svg path {
    stroke: #fa9b45
}

.location-tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px
}

.location-tab-wrapper .accordion-item {
    width: calc(50% - 10px);
    margin: 5px
}

.logistic_service_desktop lottie-player {
    width: 85% !important;
    height: 100% !important
}

.logistic_service_desktop .best_seller_partd_btmmmm_tabcnt {
    margin-top: 0
}

.pro_services_sec .btn_cont {
    margin-top: -40px
}

.pro_services_sec .left_col p {
    padding-bottom: 50px
}

.home_banner lottie-player {
    width: 100% !important;
    height: 100% !important
}

.thank_you_sec p {
    margin: 0 0 20px 0
}

.thank_you_sec p:last-child {
    margin: 0 0 30px 0
}

.elevate_journey h2 {
    margin-bottom: 65px
}

.jnt_service_blk .item_col .inner {
    border: 0;
    border-right: 1px solid #E6E6E6;
    border-radius: 0
}

.jnt_service_blk .row {
    border: 1px solid #E6E6E6
}

.jnt_service_blk .item_col {
    padding: 0
}

.jnt_service_blk .item_col:last-child .inner {
    border-right: 0
}

.jnt_service_blk .image-text-row {
    padding: 40px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.jnt_service_blk .image-text-row img {
    width: 100%;
    border-radius: 15px
}

.elivate_jr_service .item_col {
    padding: 30px;
    border-right: 1px solid #e6e6e6 !important
}

.elivate_jr_service .item_col:last-child {
    border: 0
}

.index_header.main-head .ubermenu-nav li span.ubermenu-target {
    padding: 0;
    font-size: 15px !important;
    line-height: 1.3;
    font-family: Inter, sans-serif;
    font-weight: 500 !important;
    color: #fff
}

.index_header.main-head .ubermenu-nav li.ubermenu-has-submenu-drop span.ubermenu-target,
.main-head .ubermenu-nav li.ubermenu-has-submenu-drop span.ubermenu-target {
    padding-right: 17px
}

.index_header.main-head .ubermenu-nav li.ubermenu-has-submenu-drop span.ubermenu-target .ubermenu-sub-indicator,
.main-head .ubermenu-nav li.ubermenu-has-submenu-drop span.ubermenu-target .ubermenu-sub-indicator {
    right: 0
}

.index_header.main-head .ubermenu-nav li span.ubermenu-target:hover,
.main-head .ubermenu-nav li span.ubermenu-target:hover {
    color: #EF8321
}

.index_header.main-head .ubermenu-nav li.ubermenu-item-level-0:hover span.ubermenu-target,
.main-head .ubermenu-nav li.ubermenu-item-level-0:hover span.ubermenu-target {
    background-color: transparent
}

.index_header.main-head .ubermenu-skin-black-white-2 li.ubermenu-item-level-0:hover>span.ubermenu-target {
    background: transparent !important
}

.main-head .ubermenu-nav li span.ubermenu-target {
    padding: 0;
    font-size: 15px !important;
    line-height: 1.3;
    font-family: Inter, sans-serif;
    font-weight: 500 !important;
    color: #000
}

.main-head .ubermenu-skin-black-white-2 li.ubermenu-item-level-0:hover>span.ubermenu-target {
    background: transparent !important;
    color: #EF8321
}

.main-head .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active span.ubermenu-target {
    background: transparent !important;
    color: #EF8321
}

.main-head .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor>.ubermenu-target {
    background: transparent !important;
    color: #000
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
    text-transform: none !important
}

.main-head .ubermenu-skin-black-white-2 .ubermenu-item-level-0>.ubermenu-target {
    border-left: none;
    box-shadow: none
}

#gform_fields_5.gfield-choice-input {
    display: none
}

#gform_fields_5 .gchoice label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: rgba(157, 157, 157, .8);
    padding: 7px 33px 7px 16px;
    max-width: inherit
}

#gform_fields_5 .gchoice label::before {
    position: absolute;
    content: '+';
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(157, 157, 157, .8);
    right: 13px;
    top: 50%;
    transform: translateY(-50%)
}

#gform_fields_5 .gchoice input:checked~label::before {
    position: absolute;
    content: '';
    background: url(#) no-repeat center center;
    width: 16px;
    height: 16px;
    right: 12px;
    background-size: 16px
}

#gform_fields_5 .gchoice input:checked~label {
    background: #ef8321;
    border-color: #ef8321;
    color: #fff
}

#gform_fields_5 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -8px 22px
}

#gform_fields_5 .gchoice {
    width: auto;
    padding: 0 8px;
    margin-bottom: 14px
}

#gform_fields_5 {
    background: rgba(250, 252, 253, .67);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 0 0 15px 15px
}

#gform_5 .gform_page_footer .button {
    background: #ef8321;
    border-radius: 50px;
    border: 1px solid #ef8321;
    color: #f8fafc
}

#gform_5 .gform_page_footer .button:hover {
    border: 1px solid #ff4133;
    background: #fff;
    color: #ff4133
}

#gform_5 .gform_page_footer {
    display: flex;
    justify-content: center
}

#gform_fields_5_2 .gfield-choice-input {
    display: none
}

#gform_fields_5_2 .gchoice label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: rgba(157, 157, 157, 1);
    padding: 15px 53px 90px 21px;
    max-width: inherit;
    width: 100%
}

#gform_fields_5_2 .gchoice label::before {
    position: absolute;
    content: '+';
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(157, 157, 157, .8);
    top: -10px;
    right: 31px;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .49);
    border: 1px solid #c3c9d4;
    border-radius: 50%;
    padding-bottom: 3px
}

#gform_fields_5_2 .gchoice label::after {
    position: absolute;
    content: '';
    right: 23px;
    bottom: 25px;
    background: url(#) no-repeat center center;
    background-size: 120px;
    width: 121px;
    height: 72px
}

#gform_fields_5_2 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px 5px
}

#gform_fields_5_2 .gchoice {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 21px
}

#gform_fields_5_2 {
    background: rgba(250, 252, 253, .67);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 0 0 15px 15px
}

#gform_fields_5_2 .gchoice input:checked~label {
    border-color: #ef8321;
    color: #ef8321
}

#gform_fields_5_2 .gchoice input:checked~label::before {
    content: '';
    background: url(#) no-repeat center center #ff4133;
    background-size: 12px;
    border-color: #ff4133
}

#gform_fields_5_2 .gchoice input:checked~label::after {
    background: url(#) no-repeat center center;
    background-size: 120px
}

#gform_page_5_3 .gfield_label {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    font-family: Inter, sans-serif
}

#gform_page_5_3 .gfield_required {
    color: rgba(255, 0, 0, 1);
    font-weight: 400;
    font-size: 14px
}

#gform_page_5_3 .ginput_container input {
    border: 1px solid rgba(138, 150, 170, .5);
    border-radius: 6px;
    padding: 12px 45px;
    font-weight: 400;
    font-size: 14px;
    font-family: Inter, sans-serif
}

#gform_page_5_3 #field_5_5 input {
    background: url(#) no-repeat center left 12px;
    background-size: 25px
}

#gform_page_5_3 #field_5_7 input {
    background: url(#) no-repeat center left 12px;
    background-size: 25px
}

#gform_page_5_3 #field_5_8 input {
    background: url(#) no-repeat center left 12px;
    background-size: 25px
}

#gform_page_5_3 #field_5_9 input {
    background: url(#) no-repeat center left 12px;
    background-size: 19px
}

#gform_page_5_3 #field_5_10 input {
    background: url(#) no-repeat center left 12px;
    background-size: 13px
}

#gform_page_5_3 #field_5_11 textarea {
    background: url(#) no-repeat top 16px left 12px;
    background-size: 25px;
    padding: 12px 45px
}

#gform_page_5_3 ::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_page_5_3 :-ms-input-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, 10.5)
}

#gform_page_5_3 ::-moz-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_page_5_3 :-moz-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_wrapper_5 .gf_step {
    padding: 0 5px
}

#gform_wrapper_5 .gf_page_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 0
}

#gform_wrapper_5 .gf_step {
    position: relative;
    z-index: 1;
    margin: 0
}

#gform_wrapper_5 .gf_step:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #475569;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

#gform_wrapper_5 .gf_step:last-child::after {
    display: none
}

#gform_wrapper_5 span.gf_step_number {
    display: none
}

#gform_wrapper_5 span.gf_step_label {
    padding: 12px 15px;
    background-color: #f9fbfd;
    color: #1a1a1a;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    font-size: 14px
}

#gform_wrapper_5 .gf_step.gf_step_active span.gf_step_label {
    background-color: #85c784;
    color: #fff
}

#gform_wrapper_5 .gf_step.gf_step_active:after {
    border-top: 1px dashed #85c784;
    width: 100%
}


.job_op_filter input[type=text] {
    margin: 0
}

.job_op_filter select {
    margin: 0 6px
}

.partner_main_sec .search_filter form {
    width: 45%
}

.partner_main_sec .search_fld_grp {
    width: calc(70% - 32px)
}

.partner_main_sec .search_filter {
    justify-content: space-between
}

.partner_main_sec select {
    margin-right: 0
}


.menu-search-wrap-body {
    position: fixed;
    overflow: hidden
}

.menu-search-wrap-body .js-header-search {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999999;
    display: none;
    height: 100%;
    background: #f1f1f1
}

.menu-search-wrap-body .main-head {
    background-color: transparent;
    position: static
}

.header-search-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -40px;
    right: -32px;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1)
}

.header-search-wrapper {
    position: relative;
    max-width: 910px;
    margin: 0 auto
}

.searchandfilter select {
    border: .5px solid #CBD5E1;
    border-radius: 5px;
    height: 41px;
    padding: 0 18px;
    color: #475569;
    font-size: 14px;
    background-size: 8px
}

.searchandfilter input[type=submit] {
    background: #EF8321;
    border-radius: 50px;
    font-size: 14px;
    height: 41px;
    text-transform: capitalize
}

.searchandfilter input[type=submit]:hover {
    background-color: #EA6F00;
    color: #fff
}

.searchandfilter li:nth-child(3) {
    order: 2
}

.search-results .blog-item h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.search-results .blog-item {
    height: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 8%);
    overflow: hidden;
    text-align: left !important;
    padding: 25px 20px;
    position: relative
}

.search-results .blog-img {
    margin-bottom: 25px
}

.search-results .blog-item h5 {
    font-size: 15px;
    color: #495057;
    font-weight: 400;
    margin-bottom: 15px
}

.search-results .blog-item a {
    font-size: 12px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    background-color: #ff4133;
    color: #fff;
    display: inline-block;
    border-radius: 50px
}

.search-results .blog-item a:hover {
    background-color: #ea6f00;
    color: #fff
}

.search-results .blog-section .col-lg-4 {
    margin-bottom: 40px
}

.search-results .inner-slider .heading {
    padding: 20px 0
}

.sddc_services_list .item.slick-current .line {
    -webkit-animation: linedraw 3s;
    animation: linedraw 3s
}

.sddc_services_outer:hover .sddc_services_list .item.slick-current .line {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes linedraw {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes linedraw {
    from {
        height: 0
    }

    to {
        height: 100%
    }
}

.nav_benefitted_indf.current_pause .nav_rect_svg,
.nav_benefitted_indf.current_pause:hover .nav_rect_svg {
    -webkit-animation: none;
    animation: none;
    stroke-dasharray: 0 !important;
    stroke: #ccc
}

.nav_benefitted_indf.current_pause .message_benefitted_sld_nav_br svg {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.nav_benefitted_indf.current_pause .message_benefitted_sld_nav_br svg {
    fill: #fff !important
}

.nav_benefitted_indf.current_pause .main_img img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important
}

.lan_dropdown .lan_dropdown_lists>li>.sub-menu {
    width: calc(100% - 212px);
    overflow: auto;
    top: 0;
    right: 4px;
    left: inherit;
    border: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    height: 100%
}

.lan_dropdown .lan_dropdown_lists>li>.sub-menu>li>a {
    background: transparent !important
}

.lan_dropdown .lan_dropdown_lists>li>.sub-menu>li>a:hover {
    color: #ef8321 !important
}

.cmn-video-overview-wrap:hover .cmn_play_btn {
    color: #003893
}

.catg.alp a.active {
    color: #ef8321
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    min-height: 30px;
    margin-top: 10px;
    padding: 0 10px 0
}

.ubermenu-submenu #menu-item-4365>.ubermenu-target .ubermenu-badge.ubermenu-badge-bottomright {
    display: none
}

.ubermenu .ubermenu-badge-bottomright {
    bottom: auto !important;
    top: 52px;
    left: 135px !important
}

.map-responsive {
    position: absolute
}

.map-responsive.highlight .pointer {
    transform: scale(2.2)
}

.map-responsive.highlight .location-name {
    display: block
}

.lan_dropdown>.lan_dropdown_lists>li>.sub-menu>li.selected>a::after {
    content: "";
    width: 7px;
    height: 13px;
    border: solid #EF8321;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    margin-top: -4px;
    display: inline-block
}

.main-head .ubermenu .ubermenu-badge-bottomright {
    top: 74px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
    margin: auto
}

.cont_main_right input[type=text]#name {
    background-image: url(#)
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }

    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin-right: 28px
    }
}

@media(min-width:992px) {
    .custom-mega-menu>a {
        pointer-events: none !important;
        cursor: pointer !important
    }

    .main-head.index_header .ubermenu-nav>li>a {
        color: #fff !important
    }

    .index_header .header_right .btn_grp a:first-child {
        color: #fff;
        border-color: #fff
    }

    .clickD {
        display: none
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        top: 100%;
        visibility: visible;
        opacity: 1
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu li.menu-item-has-children:hover>.sub-menu {
        top: 0;
        left: 100%;
        visibility: visible;
        opacity: 1
    }

    .lan_bar {
        position: relative;
        padding: 26px 0
    }

    .header_right .lan_bar:hover .lan_dropdown {
        display: block
    }
}

@media (max-width:1500px) {
    .ior_offering .graph_col li:after {
        width: 310px
    }

    .ior_offering .graph_col li:nth-child(1):before {
        left: 478px
    }

    .ior_offering .graph_col li:nth-child(4):before {
        left: 486px
    }

    .ior_offering .graph_col li:nth-child(4):after {
        width: 193px
    }

    .ior_offering .graph_col li:nth-child(4) {
        bottom: -20px
    }

    .career_assets .item:last-child .line {
        width: 4vw
    }

    .thank_you_sec lottie-player {
        width: 35%
    }
}

@media(max-width:1300px) {
    .navbar-nav>li {
        margin: 0 8px
    }

    .navbar-nav>li>a {
        font-size: 14px
    }

    .find_wrkshop_productivity .row {
        margin: 0
    }

    .partner_main_sec .tab-pane {
        padding: 0
    }

    .multipld_uccc_pltfrmd_row {
        margin: 0
    }

    .high_performing_solhrd_row {
        margin: 0
    }

    .multiple_used_aud_tab_row {
        margin: 0
    }

    .cmn_sec_benefittd.cntr_hd {
        padding: 0 15px
    }

    .bulleted_listed_ul {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tab_vertical_cntnt_img .main_img {
        width: 100%
    }

    .tab_vertical_cntnt_img .main_img img {
        width: 100%
    }

    .brochures_sec .tab_area_part_main .nav-tabs li {
        padding-right: 0
    }

    .bros_block_sm .text_part {
        padding: 25px 15px
    }

    .job_benefits .item {
        padding: 12px
    }

    .job_benefits .items {
        margin: 0 -12px
    }

    .job_love .img1 {
        width: 65%
    }

    .job_love .img2 {
        width: 80%
    }

    .job_love .text_col {
        padding: 60px 12px
    }

    .big_row {
        margin: 0
    }

    .big_row>div {
        padding-left: 12px;
        padding-right: 12px
    }

    .career_assets .item .line {
        left: 7vw;
        width: 11vw
    }

    .collbrtd_tab_innnr_row {
        margin: 0
    }

    .dc_net_security_icon_block .row {
        margin: 0 -12px
    }

    .dc_net_security_icon_block .item {
        padding: 0 12px
    }

    .cabling_offering .multiple_used_aud_tab_col_lft {
        padding-right: 12px
    }

    .remote_services .intgrtd_sl_communicate_slid_col_lft h3 {
        font-size: 18px
    }

    .ior_overview .process_item {
        padding: 0 40px
    }

    .partner_main_sec {
        overflow: hidden
    }

    .career_growth_mobile {
        display: block
    }

    .career_growth_desktop {
        display: none
    }
}

@media(max-width:1199px) {
    .press_reports_sec .item_inner {
        min-height: 748px
    }

    .main-head .ubermenu-nav>li {
        margin-right: 15px
    }

    .header_right a.search {
        margin-right: 7px
    }

    .header_right .lan_bar {
        margin-right: 11px
    }

    .header_right .btn_grp a+a {
        margin-left: 1px
    }

    .sub-menu>li>a {
        font-size: 12px
    }

    .sub-menu {
        width: 200px
    }

    .we_deliver_slidprod_in_left p {
        font-size: 15px
    }

    .navbar-nav>li>a {
        font-size: 10px
    }

    .tab_area_part_main .nav-tabs .nav-link {
        font-size: 14px
    }

    .career_rule .list li:nth-child(2) {
        left: 20%
    }

    .career_rule .list li:nth-child(4) {
        right: -2%
    }

    .career_rule .list li:nth-child(1) {
        left: 7%
    }

    .career_rule .list li:nth-child(5) {
        right: 9%
    }

    .partner_main_sec .search_filter form {
        width: 100%;
        margin-bottom: 15px
    }

    .partner_main_sec .catg {
        width: 100%
    }

    .anim_tab_list a {
        font-size: 14px
    }

    .pop_blog_tab .tab_area_part_main li {
        padding-right: 0
    }

    .brochures_sec .bros_block_lg {
        margin: 50px 0
    }

    .bros_block_sm .inner_part {
        margin: 50px 0
    }

    .cmn_event_sec .tab_area_part_main .nav-tabs .nav-link:after {
        bottom: -5px
    }

    .find_wrkshop_productivity_col_lft {
        padding: 0 0 60px
    }

    .storage_offerings::before {
        border-radius: 0
    }

    .remote_services .nav_benefitted_indf {
        margin-bottom: 20px
    }

    .remote_services .intgrtd_sl_communicate_slid_col_lft h3 {
        display: none
    }

    .main-head .navbar {
        padding: 20px
    }

    .home_ban_for {
        display: none
    }

    .home_banner .text_col {
        width: 100%
    }

    .home_banner_bottom {
        margin-top: -4px
    }

    .home_banner {
        padding: 25px 0 160px
    }

    .home_banner:after {
        display: none
    }

    .home_btm_navs p {
        font-size: 14px
    }

    .home_banner_bottom {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .home_btm_navs .item {
        border: 0;
        width: 33.33333333%;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 30px 0 20px
    }

    .hm_btm_info .row {
        text-align: center
    }

    .hm_btm_info .text_col {
        margin-bottom: 25px
    }

    .hm_btm_info .btn_col {
        text-align: center
    }

    .who_we_are_sec .vid_wrap {
        margin-right: 0;
        margin-bottom: 30px
    }

    .who_we_are_sec h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .who_we_are_sec .item .icon {
        width: 65px;
        height: 65px
    }

    .ind_serve_sec .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ind_serve_sec .heading {
        padding: 0 0 30px
    }

    .ind_serve_sec .item_grps .item {
        width: 33.3333333333%;
        margin-bottom: 30px
    }

    .ind_serve_sec .item_grps {
        margin-bottom: -30px
    }

    .hm_service .item_col {
        margin-bottom: 30px
    }

    .home_inovative_work .vid_wrap {
        margin: 0 0 30px
    }

    .home_resources .item {
        margin-bottom: 24px
    }

    .our_skills_area:after {
        display: none
    }

    .tab_area_part_nrml .nav-tabs .nav-link {
        font-size: 14px
    }

    .brochures_tab .bros_block_sm .inner_part {
        margin: 120px 0 50px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
        font-size: 13px
    }

    .press_reports_sec .item_inner {
        min-height: 460px
    }

    .inner_banner .inner_ban_main {
        min-height: 280px
    }

    .cmn_gap {
        padding: 45px 0
    }

    .cloud_approach .row {
        align-items: center
    }

    .lan_dropdown {
        right: -266px
    }

    .job_op_filter select {
        width: 25%
    }

    .remove-filter {
        margin: 15px auto 0
    }

    .header-search-close {
        right: 0
    }
}

@media(max-width:1024px) {
    .main-head .ubermenu-nav>li {
        margin-right: 13px
    }

    .sub-menu.show {
        display: block
    }

    .ior_offering .graph_bg img {
        width: 55%
    }

    .ior_offering .graph_col li:after {
        width: 200px
    }

    .ior_offering .graph_col li:nth-child(1):before {
        left: 368px
    }

    .ior_offering .graph_col li:nth-child(3) {
        bottom: 50%
    }

    .ior_offering .graph_col li:nth-child(4) {
        bottom: 30%
    }

    .ior_offering .graph_col li:nth-child(4):after {
        width: 90px
    }

    .ior_offering .graph_col li:nth-child(4):before {
        left: 384px
    }

    .main-head .ubermenu-nav>li>a {
        font-size: 13px !important
    }
}

@media (max-width:991px) {
    .main-head .navbar {
        padding: 20px
    }

    .navbar-collapse {
        display: flex;
        justify-content: space-between;
        padding: 11px 15px
    }

    .navbar-collapse {
        background-color: transparent !important
    }

    .navbar-toggler:focus {
        box-shadow: none !important
    }

    .blog-read-more .ubermenu-badge-bottomright {
        bottom: 19px !important
    }

    body {
        font-size: 14px
    }

    h1 {
        font-size: 35px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 25px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }

    h6 {
        font-size: 18px
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #ff4133;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px)
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px)
    }

    .navbar-nav>li {
        margin: 0;
        padding: 2px 15px
    }

    .navbar-nav>li>a {
        display: block;
        padding: 5px 15px
    }

    .navbar-nav>li>a:after {
        display: none
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li.active>a,
    .navbar-nav>li.current-menu-item>a {
        background-color: #003893;
        color: #fff
    }

    .navbar-collapse {
        background-color: #ffffff !important;
        margin-top: 0;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        padding: 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: auto;
        overflow-x: inherit
    }

    .navbar .btn_style1 a {
        font-size: 14px;
        color: #fff
    }

    button.navbar-toggler img {
        height: 25px
    }

    .navbar-nav .clickD {
        top: 6px;
        right: 10px
    }

    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        visibility: visible;
        opacity: 1;
        display: none
    }

    .sub-menu.show {
        position: relative;
        display: block !important
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0
    }

    .navbar-nav>li>a {
        padding: 6px 10px;
        display: inline-block;
        width: 100%
    }

    .sub-menu>li>a {
        padding-left: 20px
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 40px
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 60px
    }

    .awrads_accolades_part_slider_bmtd {
        margin-top: 40px
    }

    .pbtm_lg {
        padding-bottom: 0
    }

    .pbtp_lg {
        padding-top: 0
    }

    .pball_lg {
        padding: 0
    }

    .responsive-tabs {
        position: relative;
        border: 1px solid #ccc
    }

    .responsive-tabs li {
        width: 100%;
        margin: 0
    }

    .responsive-tabs li a {
        display: none;
        border: 0;
        border-radius: 0
    }

    .responsive-tabs.open li a,
    .responsive-tabs li a.active {
        display: block
    }

    .responsive-tabs .dropdown-arrow {
        position: absolute;
        top: 14px;
        right: 15px;
        border: solid #1a1a1a;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        vertical-align: middle;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        cursor: pointer
    }

    .responsive-tabs.open .dropdown-arrow {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .cmn_sec_benefittd h3 {
        font-size: 30px
    }

    .next_gen_customised_col_rtt {
        text-align: center
    }

    .tab_area_part_main .nav-tabs .nav-link::after {
        display: none
    }

    .tab_area_part_main .nav-item {
        border: 0;
        padding: 0
    }

    .tab_area_part_main .nav-tabs .nav-link {
        border: 1px solid #E2E8F0;
        padding: 10px 15px;
        padding-right: 40px
    }

    .cmn_sec_benefittd h4 {
        margin-bottom: 25px
    }

    .collbrtd_tab_innnr_col_rttt {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center
    }

    .collbrtd_tab_innnr_col_lft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .video_conference_slmn_icon.small img {
        width: 25px
    }

    .video_conference_slmn_icon img {
        width: 36px
    }

    .find_wrkshop_productivity_col_lft {
        padding-bottom: 0
    }

    .find_wrkshop_productivity_col_rghtt {
        text-align: center;
        position: static
    }

    .find_wrkshop_productivity_col_rghtt lottie-player {
        width: 60%
    }

    .find_wrkshop_productivity .cmn_sec_benefittd .prgphp {
        min-height: auto;
        margin-bottom: 0
    }

    .bulleted_listed_ul.dblld ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .custdd_av_designed_col_lft {
        text-align: center
    }

    .multipld_uccc_pltfrmd_col_lft {
        text-align: center
    }

    .high_performing_solhrd::after {
        width: 100%
    }

    .tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
        padding: 20px;
        padding-right: 50px;
        border: 1px solid #E2E8F0
    }

    .left_vertical_area .responsive-tabs .dropdown-arrow {
        padding: 6px;
        top: 23px
    }

    .double-banner-heading-col-rght {
        text-align: center;
        margin-top: 20px
    }

    .intgrtd_sl_communicate_slid_col_rght {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        text-align: center
    }

    .intgrtd_sl_communicate_slid_col_lft {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .nav_benefitted_indf:first-child .message_benefitted_sld_nav_inner .brrm_slde_hd {
        left: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        text-align: left
    }

    .nav_benefitted_indf:last-child .message_benefitted_sld_nav_inner .brrm_slde_hd {
        left: inherit;
        right: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        text-align: right
    }

    .slick-current.slick-center .we_deliver_slidprod_in {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .we_deliver_what_matters_slider .slick-slide {
        padding: 0 20px
    }

    .we_deliver_what_matters_slider .slick-list {
        margin: 0 -20px
    }

    .footer_col {
        margin-bottom: 40px;
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer_top .row {
        margin-bottom: -40px
    }

    .footer_location {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer_location .map_lists ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer_location .map_lists li {
        padding: 10px 10px 0 0
    }

    .footer_info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        text-align: left
    }

    .footer_info a {
        text-align: left
    }

    .footer_btm .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .footer_social ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .footer_social li {
        margin: 5px 10px
    }

    .copyright p {
        text-align: center
    }

    .footer_btm_link {
        margin-bottom: 10px
    }

    .footer_btm_link a {
        margin: 0 5px
    }

    .footer_links li+li {
        margin-top: 0
    }

    .bulleted_listed_ul.dblld ul {
        margin: 0 -12px
    }

    .pagination ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination a {
        margin: 5px
    }

    .blog_items .text_part h3 {
        font-size: 18px
    }

    .career_wlcm_chart .team {
        display: none
    }

    .career_wlcm_chart .chart_box {
        padding: 25px 15px
    }

    .career_wlcm_chart .container {
        padding: 15px
    }

    .career_assets .item {
        width: 33.3333333%;
        text-align: center
    }

    .career_assets .items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .career_assets {
        text-align: center
    }

    .career_assets .item h5 span {
        margin-bottom: 5px
    }

    .career_wlcm_chart {
        padding-top: 15px;
        padding-bottom: 35px
    }

    .career_rule .rule_cont {
        margin: 50px 0 35px;
        text-align: center
    }

    .career_rule .rule_cont .pic {
        width: auto;
        height: auto;
        background: transparent;
        margin-bottom: 15px
    }

    .career_imp .item_inner {
        padding: 20px
    }

    .tab_area_part_main .nav-tabs {
        width: 100%
    }

    .management_team .caption h5 {
        font-size: 16px
    }

    .management_team .caption h6 {
        font-size: 12px
    }

    .main_lead .item_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 15px
    }

    .main_lead .text_cont {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .main_lead .pic_info {
        width: 100%
    }

    .management_team .item {
        margin: 25px 0;
        padding: 0 12px
    }

    .management_team .row {
        margin: 0 -12px
    }

    .main_lead .text_cont p {
        font-size: 14px
    }

    .tab_area_part_main .nav-tabs {
        border: 0
    }

    .partner_main_sec .tab_area_part_main .nav-item {
        padding: 0
    }

    .partner_main_sec .tab_area_part_main .nav-tabs .nav-link {
        padding: 10px
    }

    .partner_main_sec .item {
        width: 33.333333%
    }

    .blog_dtls_main h3 {
        font-size: 22px
    }

    .blog_dtls_main .auth_left {
        width: 100%;
        margin-bottom: 20px
    }

    .blog_dtls_main .auth_right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 12px
    }

    .blog_dtls_main p {
        font-size: 14px
    }

    .we_deliver_what_matters_slider .slick-list {
        margin: 0
    }

    .interg_hd_soft_aprent {
        padding: 0 15px
    }

    .eleveate_secrvices_part_btt {
        padding: 0 15px
    }

    .cmn_vrt_slider .item_inner {
        text-align: center;
        padding-left: 50px
    }

    .cmn_vrt_slider .item_text {
        width: 100%;
        padding: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .cmn_vrt_slider .item_img {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .case_study_workplace .row {
        padding: 15px;
        text-align: center
    }

    .case_study_workplace .row:before {
        display: none
    }

    .case_study_workplace .text_col {
        margin-bottom: 30px
    }

    .cmn_vrt_slider .item_inner {
        height: auto
    }

    .tab_sec {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0
    }

    .tab_slider {
        display: none
    }

    .brochures_sec .bros_block_lg .img_part {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .brochures_sec .bros_block_lg .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .brochures_sec .bros_block_lg {
        padding: 25px
    }

    .bros_block_sm .img_part figure {
        margin: 0
    }

    .bros_block_sm .inner_part {
        margin: 0;
        padding: 25px
    }

    .bros_block_sm {
        margin-bottom: 40px
    }

    .career_nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .career_nav li {
        margin: 10px
    }

    .career_nav li.active:after {
        display: none
    }

    .career_nav li:after {
        display: none
    }

    .career_nav a {
        font-size: 10px
    }

    .career_form_body {
        padding: 25px 15px
    }

    .all_career_btns button {
        font-size: 14px
    }

    .job_desc_sec .item_block img {
        width: auto
    }

    .job_love .img1 {
        position: relative;
        margin-bottom: -41%;
        width: 50%
    }

    .job_love .img2 {
        position: static;
        margin-top: 20px;
        width: 60%;
        margin-left: 40%
    }

    .job_benefits .item {
        width: 33.3333333333%
    }

    .job_op_filter form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .job_op_filter input[type="text"] {
        width: 100%;
        margin: 0 0 15px 0
    }

    .job_op_filter select.jb_select1 {
        width: 48%;
        margin: 0 0 15px 0
    }

    .job_op_filter select {
        width: 48%;
        margin: 0 0
    }

    .job_op_filter select.jb_select3 {
        width: 48%
    }

    .custom_slider .slide_arrow_control {
        margin-top: 20px;
        position: static
    }

    .rt_case {
        padding: 12px;
        margin-top: 15px
    }

    .cmn_event_sec select {
        height: 41px
    }

    .cmn_event_sec .item_inner {
        padding: 25px 15px
    }

    .cmn_event_sec .item_inner .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cmn_event_sec .date_tag .tag {
        padding: 10px 15px;
        font-size: 12px
    }

    .cmn_event_sec .date {
        padding: 10px 15px;
        font-size: 12px
    }

    .company_overview_video_sec h2 {
        font-size: 25px
    }

    .video_box h3 {
        font-size: 10px
    }

    .vid_grid_cont h2 {
        font-size: 25px
    }

    .vid_grid_cont {
        padding: 30px 0
    }

    .mid_anim img {
        width: 200px;
        margin: 0 auto
    }

    .management_team h3 {
        font-size: 25px
    }

    .footer_location h6 {
        padding-right: 0;
        margin-bottom: 15px
    }

    .meeting_spc_showcase lottie-player {
        height: auto
    }

    .career_assets .item .line {
        left: 9vw;
        width: 19vw
    }

    .career_assets .item:nth-child(3) .line {
        display: none
    }

    .message_benefitted_sld_nav {
        margin-top: 20px
    }

    .list_sol_sec .list_item {
        margin: 20px 0
    }

    .list_sol_sec .list_cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .comp_sol .tab_area_part_main .nav-tabs li+li {
        margin-left: 0
    }

    .partners_custom_blocks .item_inner {
        padding: 10px
    }

    .partners_custom_blocks .item_inner img {
        width: 70px
    }

    .partners_custom_blocks .item {
        margin: 10px
    }

    .dc_net_security_icon_block .item {
        margin-top: 40px
    }

    .dc_net_security_icon_block p {
        margin-bottom: 0
    }

    .nc_slider_for {
        padding-right: 0;
        padding-bottom: 0;
        max-width: 80%;
        margin: 0 auto
    }

    .nc_slider_part {
        margin-bottom: 60px
    }

    .nc_slider_nav {
        position: static;
        width: 80%;
        margin: 0 auto
    }

    .nc_slider_nav_controls {
        margin: 20px 0 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cabling_offering .multiple_used_aud_tab_row {
        padding: 0;
        border: 0
    }

    .cabling_offering .left_vertical_area.tab_area_part_main .nav-tabs {
        padding: 0
    }

    .cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link img {
        display: none
    }

    .cabling_offering .tab_area_part_main.left_vertical_area .nav-tabs .nav-link.active {
        background: #f5faff;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px 25px 15px 15px
    }

    .left_vertical_area .responsive-tabs .dropdown-arrow {
        top: 18px
    }

    .left_vertical_area .responsive-tabs.open .dropdown-arrow {
        top: 25px
    }

    .sddc_services_outer .img_col {
        margin-bottom: 30px
    }

    .we_deliver_what_matters_slider .slick-current.slick-center .we_deliver_slidprod_in {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .migration_transfer .mt_item {
        width: 50%
    }

    .cloud_offering_slider .text_col {
        margin-bottom: 30px
    }

    .appr_text_col {
        padding-right: 12px
    }

    .appr_styling .appr_img_col {
        margin-bottom: 50px
    }

    .hci_services .text_col {
        margin-bottom: 30px
    }

    .why_hc .row {
        padding: 0
    }

    .sas_service .img_grp {
        margin-top: 30px;
        padding: 0
    }

    .ss_product_offering .pro_item {
        width: 50%
    }

    .var_sol .item {
        width: 33.3333333333%
    }

    .storage_offerings .left_col {
        margin-bottom: 40px
    }

    .storage_offerings .right_col h3 {
        font-size: 22px
    }

    .cabling_offering .cmn_tab_sls {
        display: none
    }

    .cabling_offering .tab_area_part_main.left_vertical_area {
        padding: 0
    }

    .var_sols_sec .tab_area_part_main .nav-tabs .nav-item {
        padding: 0
    }

    .intgrtd_sl_communicate_slid_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .inner_banner .inner_ban_main {
        padding: 25px 15px
    }

    .remote_services .intgrtd_sl_communicate_slid_row.right .intgrtd_sl_communicate_slid_col_lft {
        padding-left: 12px
    }

    .managed_services .mini_block_services .item {
        width: 33.3333333%
    }

    .managed_tab_cont .nav-tabs .nav-item {
        width: 33.333333333333%;
        margin: 0px !important
    }

    .managed_tab_cont .nav-tabs .nav-link {
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        background: transparent !important
    }

    .managed_tab_cont .nav-tabs .nav-link.active {
        color: #1D3F75
    }

    .managed_services .tab-content {
        border: 0
    }

    .managed_services .tab_inner>.row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .managed_services .img_col {
        margin-bottom: 50px
    }

    .pro_services_sec .left_col {
        margin-bottom: 30px
    }

    .pro_services_sec .right_col {
        margin-bottom: 30px
    }

    .pro_service_offering .tab_area_part_main .nav-tabs .nav-link {
        padding-left: 15px;
        padding-right: 35px
    }

    .main_circle_anim_wrap {
        width: auto;
        min-height: auto
    }

    .main_circle_anim_wrap .outer_circle {
        width: auto;
        height: auto;
        position: static;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        display: none
    }

    .main_circle_anim_wrap .circle_inner {
        width: auto;
        height: auto;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: transparent
    }

    .main_circle_anim_wrap .main_circle {
        width: auto;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: static;
        border-radius: 0;
        background: transparent !important
    }

    .pos.main_circle.active:after {
        display: none
    }

    .main_circle_anim_wrap li {
        width: 33.333333%;
        padding: 0 10px;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-bottom: 20px
    }

    .main_circle_anim_wrap .pos_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .remote_sol_offering .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -24px
    }

    .remote_sol_offering .item {
        margin-bottom: 24px
    }

    .noc_service_level .table thead th {
        font-size: 14px
    }

    .noc_service_level .table thead th span {
        font-size: 10px;
        top: -10px
    }

    .noc_service_level .table tbody td img {
        width: 25px !important
    }

    .noc_service_level .btn_cont a {
        font-size: 12px
    }

    .noc_service_level .btn_cont {
        text-align: center
    }

    .global_slide_for {
        padding-right: 0px !important;
        padding-left: 0px !important
    }

    .global_service_verticals .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .global_vartical_slider {
        margin-bottom: 30px
    }

    .global_slide_for img {
        border-radius: 30px;
        width: 100%
    }

    .global_slide_for .img_item {
        opacity: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .global_slide_for .img_item.active {
        opacity: 1 !important
    }

    .ior_overview .process_cont>img {
        display: none
    }

    .ior_overview .process_item {
        width: 33.33333333333%;
        padding: 0 15px
    }

    .ior_offering .graph_bg {
        display: none
    }

    .ior_offering .graph_col h3 {
        display: block
    }

    .ior_offering .graph_col li {
        position: static;
        width: 50% !important;
        margin-bottom: 30px;
        text-align: center;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .ior_offering .graph_col li .icon {
        display: block;
        margin-bottom: 15px
    }

    .ior_offering .graph_col li:after {
        display: none
    }

    .ior_offering .graph_col li:before {
        display: none
    }

    .ior_offering .graph_col {
        text-align: center;
        padding-right: 12px
    }

    .ior_offering .graph_col ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cmn_btn {
        font-size: 14px
    }

    .logistic_service_approach .col_item {
        background-image: none !important;
        width: 100%;
        padding: 25px 15px
    }

    .logistic_service_offering .text_col+.text_col {
        margin-top: 40px
    }

    .logistic_advantage_sec figure {
        margin-bottom: 30px
    }

    .subs_global_sec .img_col {
        margin-bottom: 30px
    }

    .elevate_services .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elevate_journey .img_col {
        padding-right: 12px
    }

    .elevate_journey figure {
        margin-bottom: 30px
    }

    .elevate_offering .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .elevate_offering .img_col {
        width: 100%
    }

    .elevate_offering .text_col {
        width: 100%;
        margin: 0;
        padding: 20px 0 0
    }

    .elevate_offering:after {
        width: 100%
    }

    .elevate_offering .cmn_tyl_arrow {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .cmn_slide_blocks_sec .nav_benefitted_indf:after {
        display: none
    }

    .cmn_slide_blocks_sec .nav_benefitted_indf h6 {
        display: none
    }

    .cc_service .item_col {
        padding: 20px 15px
    }

    .cc_expert .item {
        margin-bottom: 30px
    }

    .cmn_list li {
        background-size: 16px
    }

    .audio_video_service .text_col {
        margin-bottom: 30px
    }

    .audio_video_service .item_col {
        margin-bottom: 30px
    }

    .dcg_service_offerings .img_col {
        width: 100%
    }

    .dcg_service_offerings .text_col {
        width: 100%
    }

    .cmn_slide_blocks_sec .item_col {
        margin-bottom: 30px
    }

    .home_banner h1 {
        font-size: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .cmn_partner_sub_block .text_col {
        margin-bottom: 30px
    }

    .cmn_partner_sub_block .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cmn_partner_sub_block .item {
        margin-bottom: 30px
    }

    .img_col {
        margin-bottom: 30px
    }

    .partner_sub_products .item {
        margin-bottom: 24px
    }

    .services_offering .item {
        margin-bottom: 20px
    }

    .best_seller_partd_btmmmm_tabcnt {
        margin-top: 45px
    }

    .our_skills_area .row {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: -50px
    }

    .our_skills_area {
        margin: 0;
        padding: 60px 0
    }

    .our_skills_area .item {
        margin-bottom: 50px
    }

    .culture_team_sec .pointers img {
        border: 1px;
        width: 40px;
        height: 40px;
        margin: 0 -5px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    .home_inovative_work .vid_loc {
        font-size: 12px
    }

    .cmn_slide_blocks_sec .content_box {
        padding: 25px 15px
    }

    .group_cols .inner {
        padding: 25px 15px
    }

    .group_cols .item_col {
        padding: 0
    }

    .global_dc_mod_service .item_col {
        padding-bottom: 0
    }

    .cmn_blocks_img_btn .btn_cont {
        margin-top: 30px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .cmn_blocks_img_text_sec .text_col {
        padding: 25px 15px
    }

    .job_alert form {
        margin-top: 10px
    }

    .job_alert .box form input {
        height: 40px;
        font-size: 14px
    }

    .job_alert .box {
        padding: 15px 25px
    }

    .job_op_filter {
        margin-bottom: 30px
    }

    .job_desc_sec .item_block .img_col {
        text-align: center
    }

    .author_post_slider {
        padding: 30px 35px
    }

    .brochures_sec .bros_block_lg .img_part img {
        width: 50%
    }

    .bros_block_sm .img_part img {
        width: 50%
    }

    .message_benefitted_sld_nav_inner h6 {
        display: none
    }

    .message_benefitted_sld_nav_inner {
        padding-bottom: 0
    }

    .nav_benefitted_indf {
        margin-bottom: 0
    }

    .int_hard_solztt.cmn_gap {
        padding-top: 0
    }

    .cmn_mistake_wp .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cmn_mistake_wp .img_col {
        margin-top: 30px;
        margin-bottom: 0px !important
    }

    .cmn_mistake_wp .img_col img {
        width: 50%
    }

    .audio_video_service .nm_sld_nav .item:after {
        display: none
    }

    .audio_video_service .nm_sld_nav .item h6 {
        display: none !important
    }

    .audio_video_service .nm_sld_nav .item {
        padding: 0 15px
    }

    .audio_video_service.asv2 {
        padding-bottom: 60px
    }

    .find_wrkshop_productivity .prgphp {
        margin-bottom: 20px !important
    }

    .video_conference_slz .vbtn.gp_top {
        margin-top: 30px
    }

    .multiple_used_aud_tab {
        padding-bottom: 0
    }

    .video_conference_slz {
        padding-top: 0
    }

    .back_light_figd .vid_col iframe {
        height: 300px
    }

    .collbrtd_tab_innnr_row .vbtn {
        margin-top: 30px
    }

    .case_study_collaborated {
        padding-bottom: 60px
    }

    .arrow_sl2 {
        margin-bottom: 30px
    }

    .cont_main_right {
        overflow: hidden
    }

    .cont_main_right .form_group_btn {
        margin-bottom: 40px
    }

    .contact_main_sec .cont_main_left figure img {
        display: none;
        width: 85%
    }

    .contact_main_sec .cont_main_left h3 {
        display: none
    }

    .contact_main_sec .cont_main_left .cmn_list {
        display: none
    }

    .contact_main_sec .cont_main_left .cmn_list+p {
        display: none
    }

    .message_benefitted_sld_for.sld2 {
        margin-top: 0
    }

    .eleveate_secrvices_part {
        text-align: center
    }

    .message_benefitted_sld_nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cmn_boxes_grid .box_item {
        padding: 0 12px
    }

    .cmn_boxes_grid .inner {
        padding: 30px 15px
    }

    .cmn_boxes_grid h6 {
        font-size: 14px
    }

    .cmn_boxes_grid figure img {
        width: 40px
    }

    .networking_solution_offerings .row {
        max-width: 600px;
        margin: 0 auto
    }

    .networking_product_sec .item .inner {
        padding: 25px 10px
    }

    .networking_product_sec h6 {
        font-size: 14px
    }

    .data_migration_solution .item {
        padding: 0 12px
    }

    .career_rule .rule_cont .pic {
        width: 28vw
    }

    .career_rule .rule_cont {
        margin: 130px 0 40px
    }

    .career_rule .list li:nth-child(2) {
        left: 20%
    }

    .career_rule .list li:nth-child(4) {
        right: -10%
    }

    .career_rule .list li:nth-child(5) {
        right: 10vw
    }

    .career_rule .list li:nth-child(4) {
        right: -19vw
    }

    .career_rule .list li:nth-child(1) {
        left: 8vw
    }

    .career_rule .list li:nth-child(2) {
        left: 15vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .career_rule .list li {
        width: 36vw
    }

    .career_rule .list li:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -10vw
    }

    .partner_main_sec .search_fld_grp {
        width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .partner_main_sec .search_fld_grp .mob_btn {
        display: block;
        border-radius: 5px;
        margin-left: 5px;
        height: 41px
    }

    .partner_main_sec .cmn_btn {
        display: none
    }

    .partner_main_sec select {
        width: 100%
    }

    .contact_location_sec {
        display: none
    }

    .contact_location_sec_mobile {
        display: block
    }

    .collaboration_spaces_solution .tab_section_collaboration .tab_area_part_main {
        margin-bottom: 30px
    }

    .tab_area_part_nrml {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .tab_area_part_nrml form {
        margin-top: 20px
    }

    .tab_area_part_nrml .nav-tabs {
        width: 100%;
        border: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tab_area_part_nrml .nav-tabs .nav-link:after {
        display: none
    }

    .tab_area_part_nrml .nav-tabs .nav-link {
        border: 1px solid #d6e0e8;
        padding: 5px 10px
    }

    .tab_area_part_nrml .nav-tabs .nav-item {
        margin: 3px 5px
    }

    .cmn_event_sec form {
        width: 70%;
        padding: 0
    }

    .eleveate_secrvices_part .vbtn {
        margin-top: 30px
    }

    .tab_area_part_nrml .nav-tabs {
        border: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .cmn_event_sec .tab_area_part_nrml .nav-tabs {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cmn_wdt_blk .tab_area_part_nrml .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .multiple_used_aud_tab_row {
        display: none
    }

    .multiple_used_aud_slider_mobile {
        display: block
    }

    .collaboration_spaces_solution_mobile {
        display: block
    }

    .collaboration_spaces_solution_mobile .vbtn.gp_top {
        margin-top: 25px
    }

    .cloud_offering .img_col img {
        width: 50%;
        margin: 0 auto
    }

    .eleveate_secrvices_pr_line.col2 {
        text-align: left
    }

    .info_bars {
        text-align: left
    }

    .info_bars h3 {
        text-align: center
    }

    .sas_service .img_grp {
        width: 100%;
        margin: 0 auto
    }

    .storage_offerings {
        text-align: center
    }

    .storage_offerings .left_col {
        margin-bottom: 0
    }

    .storage_offerings .img_col img {
        width: 50%;
        margin: 0 auto
    }

    .storage_offerings .text_col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .storage_offerings .cmn_list ul {
        width: 80%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .storage_offerings .cmn_list ul li {
        width: 50%;
        text-align: left
    }

    .storage_offerings .cmn_list li+li {
        margin-top: 0
    }

    .storage_offerings .cmn_list li {
        margin-bottom: 10px
    }

    .storage_offerings .cmn_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .storage_offerings .storage_offer_controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .infrastructure_solutions_offering_mobile {
        display: block
    }

    .infrastructure_solutions_offering_mobile figure.main_img_brd {
        margin-bottom: 20px
    }

    .infrastructure_solutions_offering_mobile .main_img_brd img {
        margin: 0 auto
    }

    .infrastructure_solutions_offering_mobile .prgphp {
        margin-bottom: 25px
    }

    .infrastructure_solutions_offering_mobile .cmn_list.dotted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .infrastructure_solutions_offering_mobile .cmn_list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 80%
    }

    .infrastructure_solutions_offering_mobile .cmn_list li {
        width: 50%;
        padding: 0 20px;
        margin-bottom: 10px;
        text-align: left
    }

    .infrastructure_solutions_offering_mobile .cmn_list li+li {
        margin-top: 0
    }

    .infrastructure_solutions_offering_mobile .item {
        text-align: center
    }

    .infrastructure_solutions_offering_mobile .vbtn.gp_top {
        margin-top: 15px
    }

    .structured_cabling_offerings_mobile {
        display: block
    }

    .structured_cabling_offerings_mobile .item {
        text-align: center
    }

    .structured_cabling_offerings_mobile .item img {
        margin: 0 auto;
        border-radius: 20px
    }

    .var_sols_mobile {
        display: block
    }

    .var_sols_mobile .box3 img {
        margin: 0 auto 15px
    }

    .var_sols_mobile .cmn_tyl_arrow {
        margin-top: 10px
    }

    .hci_services_desktop {
        display: none
    }

    .hci_services_mobile {
        display: block
    }

    .hci_services .item img {
        margin: 0 auto 30px
    }

    .hci_services .cmn_tyl_arrow {
        margin-top: 30px
    }


    .sddc_services_outer {
        display: none
    }

    .sddc_services_mobile {
        display: block
    }

    .sddc_services_mobile .item img {
        margin: 0 auto;
        border-radius: 15px
    }

    .sddc_services_mobile .cmn_tyl_arrow {
        margin-top: 30px
    }

    .job_love .img_inner {
        width: 60%;
        margin: 0 auto
    }

    .job_love .text_col {
        margin-bottom: 25px
    }

    .migration_transfer .mt_item {
        margin-top: 0px !important
    }

    .page_404_sec h1 {
        font-size: 25px
    }

    .remote_services .intgrtd_sl_communicate_slid_col_lft h3 {
        display: block
    }

    .managed_services_desktop .nav_benefitted_indf {
        width: 16.6666666%;
        margin-bottom: 0
    }

    .managed_services_desktop .intgrtd_sl_communicate_slid_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .managed_services_desktop .intgrtd_sl_communicate_slid_col_lft .message_benefitted_sld_for {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .managed_services_desktop .intgrtd_sl_communicate_slid_row.right .intgrtd_sl_communicate_slid_col_lft {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .managed_services .mini_block_services .inner {
        border-radius: 8px;
        padding: 20px 15px
    }

    .pro_service_offering_mobile {
        display: block
    }

    .main_circle_anim_wrap .pos_list * {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .pro_service_offering_slider {
        text-align: center
    }

    .pro_service_offering_mobile .pos_list li {
        width: calc(33.33333333% - 20px);
        margin: 10px;
        background: #F5FAFF;
        padding: 20px 10px;
        border-radius: 8px
    }

    .pro_service_offering_mobile .main_circle_anim_wrap .icon {
        width: auto;
        height: auto;
        background: no-repeat;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .pro_service_offering_mobile .cmn_tyl_arrow {
        margin-top: 20px
    }

    .pro_service_offering_mobile .main_circle_anim_wrap {
        margin: 0
    }

    .pro_service_offering_mobile .main_circle_anim_wrap .main_circle {
        display: none
    }

    .pro_service_offering_mobile h3 {
        margin-bottom: 15px
    }

    .global_vartical_mobile {
        display: block
    }

    .global_service_verticals .right_col {
        display: none
    }

    .global_service_verticals .left_col .btn_cont {
        display: none
    }

    .global_service_verticals .left_col {
        text-align: center;
        margin-bottom: 30px
    }

    .global_service_verticals .cmn_list.dotted li {
        text-align: left
    }

    .global_vartical_mobile .img_item {
        margin: 0 auto 15px;
        border-radius: 15px
    }

    .global_vartical_mobile h6 {
        margin-bottom: 10px
    }

    .global_vartical_mobile .cmn_tyl_arrow {
        margin-top: 30px
    }

    .global_vartical_mobile .btn_cont {
        margin-top: 20px
    }

    .graph_content_desktop {
        display: none
    }

    .graph_content_ipad {
        display: block
    }

    .ior_offering .text_col {
        margin-top: 30px
    }

    .ior_offering .row {
        padding: 0
    }

    .process_cont_desktop {
        display: none
    }

    .process_cont_mobile .box img {
        margin: 0 auto 15px
    }

    .logistic_service_mobile {
        display: none
    }

    .logistic_service_desktop {
        display: block !important
    }

    .logistic_service_desktop .tab_area_part_nrml .nav-tabs .nav-item {
        margin: 0 0 10px
    }

    .logistic_service_desktop .tab_area_part_nrml .nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .logistic_service_desktop .tab_area_part_nrml .nav-tabs .nav-link {
        border-top: 0;
        border-left: 0;
        border-right: 0
    }

    .subs_services_sec1 h3 {
        min-height: 60px
    }

    .subs_services_sec1 .item .line,
    .subs_services_sec1 .item .line2 {
        top: 41%
    }

    .subs_global_sec {
        text-align: center
    }

    .cmn_blks_box_mobile {
        display: none
    }

    .elevate_offering:after {
        background: transparent
    }

    .elevate_offering .text_col {
        background: transparent
    }

    .multiple_used_aud_slider_mobile h5 {
        text-align: center;
        color: #1a1a1a;
        font-weight: 600
    }

    .av_infrastructure_slider_for {
        text-align: center
    }

    .av_infrastructure_slider_for .heading {
        margin-bottom: 20px
    }

    .av_infrastructure_slider_for .heading img {
        margin-bottom: 15px !important
    }

    .av_infrastructure_slider_for .heading span {
        font-size: 20px;
        font-weight: 500
    }

    .av_infrastructure_slider_nav {
        margin-top: 20px
    }

    .av_infrastructure_slider_nav .btn_cont {
        margin-top: 20px;
        text-align: center
    }

    .blog_dtls_main .auth_right .sfsi_wDiv {
        text-align: center !important
    }

    .brochures_tab .bros_block_sm .inner_part {
        margin: 10px 0
    }

    .bros_block_sm .row {
        margin-bottom: 0
    }

    .brochures_tab .pagination a {
        margin: 0
    }

    .brochures_sec.cmn_gap {
        margin-bottom: 0
    }

    .bros_block_item {
        margin: 0 -10px
    }

    .contact_mn_modal .cont_main_right .ginput_container_checkbox input[type="checkbox"] {
        top: 6px
    }

    .main-head.index_header {
        position: relative;
        background: #1d3f75
    }

    .home_banner {
        padding: 43px 0 60px
    }

    .job_love .job_love_wrap .img_inner {
        width: 100%
    }

    .job_love .job_love_wrap .text_col {
        margin-bottom: 0
    }

    .job_love_wrap {
        align-items: center
    }

    .job_love_wrap .img_col {
        margin-bottom: 0
    }

    .pagination a {
        margin: 0
    }

    .inner_banner .inner_ban_main {
        min-height: 260px
    }

    .career_assets .item:last-child .line {
        width: 19vw
    }

    .nc_slider_nav h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .dc_migration_approach .btn_cont {
        margin-top: 0
    }

    .sddc_services .row,
    .var_sol .var_row {
        justify-content: center
    }

    .cmn_gap {
        padding: 30px 0
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted {
        text-align: center;
        max-width: 600px;
        margin: 0 auto
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted ul {
        display: inline-block;
        text-align: left
    }

    .storage_offer_slider .slick-slide p {
        min-height: auto
    }

    .message_benefitted_sld_nav_br svg {
        width: 60px;
        height: 60px
    }

    p {
        margin: 0 0 15px 0
    }

    .cc_service .item_col {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .cc_service .item_col:last-child {
        margin-bottom: 0
    }

    .cc_service .row {
        margin: 10px 0
    }

    .sddc_services_slider .slick-slide {
        padding-right: 1px
    }

    .pro_services_sec .btn_cont {
        margin-top: 0;
        text-align: center
    }

    .back_light_figd_btm_col_lft {
        width: 100%;
        text-align: center
    }

    .subs_services_sec1 p {
        margin: 0 0 30px 0
    }

    .subs_services_sec1 h3 {
        font-size: 17px
    }

    .jnt_service_blk .item_col .inner {
        border: 0
    }

    .jnt_service_blk .item_col {
        border-bottom: 1px solid #dcdcdc !important;
        padding: 0;
        margin: 0
    }

    .jnt_service_blk .image-text-row .info-call {
        margin-bottom: 30px
    }

    .elivate_jr_service .item_col {
        border-right: 0px !important;
        border-bottom: 1px solid #e6e6e6 !important
    }

    .sddc_services_mobile .item img {
        border-radius: 0
    }

    .lan_bar {
        margin: 0 18px
    }

    .lan_bar_click {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .mobile-nav-header {
        width: 100%;
        padding: 20px 44px 0 25px
    }

    .mobile-nav-header .stick,
    .mobile-nav-header .stick:after,
    .mobile-nav-header .stick:before {
        background: #1A1A1A
    }

    .mobile-nav-header .stick.open {
        background: transparent
    }

    .main-head .ubermenu-skin-black-white-2 {
        width: 100%
    }

    .main-head .ubermenu-nav>li {
        margin-right: 0;
        width: 100%
    }

    .main-head .ubermenu-nav>li>a {
        font-size: 14px !important;
        border-bottom: 1px solid #E8E8E8 !important;
        padding: 20px 42px 20px 25px !important
    }

    .main-head .ubermenu-nav>li.ubermenu-has-submenu-drop>a {
        padding-right: 68px !important
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
        max-height: none !important;
        visibility: visible !important;
        height: auto !important;
        overflow: visible !important;
        display: block;
        opacity: 1 !important;
        z-index: 999;
        position: unset;
        margin: 0 !important;
        width: 100% !important;
        min-height: auto !important
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-item>.ubermenu-submenu {
        display: block;
        position: inherit;
        margin: 0 !important
    }

    .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
        right: 26px !important;
        margin-top: -12px !important;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px
    }

    .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
        right: 28px !important;
        margin-top: 15px !important;
        width: 25px !important;
        height: 25px !important;
        text-align: center !important;
        line-height: 25px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
        background: rgba(255, 242, 230, 1);
        color: #ff4133;
        font-size: 14px;
        padding: 22.3px 40px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target .ubermenu-image {
        filter: unset
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
        background: #fff;
        border: none;
        padding-left: 48px !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block {
        padding-left: 40px;
        font-size: 12px;
        color: gray;
        padding-top: 8px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li {
        padding: 0;
        margin-bottom: 24px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li:last-child {
        margin-bottom: 0
    }

    .header_right .btn_grp {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 32px auto 78px
    }

    .header_right .btn_grp .cmn_btn {
        min-width: 168px;
        font-size: 18px;
        height: auto;
        max-height: unset;
        padding: 8px 0
    }

    .header_right .btn_grp .cmn_btn:last-child {
        margin-bottom: 20px
    }

    .index_header.main-head .ubermenu-nav li span.ubermenu-target,
    .main-head .ubermenu-nav li span.ubermenu-target {
        font-size: 15px !important;
        border-bottom: 1px solid #E8E8E8 !important;
        padding: 20px 42px 20px 25px !important;
        color: #000
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group,
    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
        width: 100%
    }

    .lan_dropdown {
        right: 0
    }

    .remove-filter {
        padding: 6px 20px;
        padding-right: 30px
    }

    .search-results .blog-item h3 {
        font-size: 18px
    }
}

@media (max-width:959px) {
    .main-head .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
        max-height: unset !important;
        visibility: visible !important
    }

    .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
        display: none !important
    }

    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
    .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
        min-width: 100% !important
    }
}

@media (min-width:767px) and (max-width:991px) {
    .nc_slider_for .slick-list {
        height: 100% !important
    }

    .nc_slider_for img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }
}

@media (max-width:959px) {
    .navbar-collapse {
        display: block
    }

    .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
        padding: 7px 10px;
        margin-top: 10px
    }

    .header_right {
        padding-left: 0;
        margin-top: 10px
    }

    .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
        margin-top: 10px
    }

    .main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu {
        transform: translateX(0%);
        width: 100% !important;
        max-width: 100% !important;
        position: static
    }

    .ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
        background: #1a3454 !important
    }
}

@media(min-width:1300px) and (max-width:1600px) {
    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin-right: 28px !important
    }
}

@media (max-width:767px) {
    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-image {
        flex-basis: 100%;
        max-width: 100%
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
        flex-basis: 100%;
        max-width: 100%
    }

    .ubermenu .ubermenu-badge-bottomright {
        position: relative !important;
        display: block !important;
        margin: 0 !important;
        left: unset !important;
        bottom: 5px !important;
        padding: 0 0 8px 16px !important
    }

    .press_reports_sec .item_inner {
        min-height: initial
    }

    .cmn_hdd_rttd h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .cmn_hdd_rttd {
        font-size: 16px
    }

    .award_team_sales_innner {
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .pbtm_md {
        padding-bottom: 0
    }

    .pbtp_md {
        padding-top: 0
    }

    .pball_md {
        padding: 0
    }

    .cmn_sec_benefittd h3 {
        font-size: 26px
    }

    .cmn_sec_benefittd {
        font-size: 14px;
        margin: 0
    }

    .cmn_sec_benefittd h4 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .vbtn {
        padding: 10px 20px
    }

    .company_partner_nmmd ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .eleveate_secrvices_pr_line li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .we_deliver_slidprod_in_left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .we_deliver_slidprod_in_right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .cont_main_right .form_group.captcha_item {
        padding: 0
    }

    .partner_main_sec .item {
        width: 50%
    }

    .partner_main_sec input[type="text"] {
        width: 100%;
        margin: 0 0 10px
    }

    .partner_main_sec .items {
        margin: 0 -12px
    }

    .partner_main_sec .item {
        padding: 0 12px
    }

    .partner_main_sec .partner_box_cont h5 {
        text-align: center
    }

    .video_conference_slmn_icon img {
        width: 20px
    }

    .video_conference_slmn_icon.small img {
        width: 15px
    }

    .award_anim img {
        width: 120px
    }

    .blog_anim img {
        width: 260px
    }

    .job_benefits .item {
        width: 50%
    }

    .job_alert .text_col {
        margin-bottom: 10px
    }

    .job_op_item .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px
    }

    .job_tag_info {
        margin: 10px 0 0
    }

    .job_op_item .bottom {
        padding: 15px
    }

    .item_box,
    .arrow_sl_item.box {
        margin-bottom: 30px
    }

    .slide_sec {
        padding: 60px 15px
    }

    .usr_anim img {
        width: 90px
    }

    .press_items .item {
        width: 100%
    }

    .career_assets .item .line {
        display: none
    }

    .press_items .row {
        padding: 0
    }

    .we_deliver_what_matters_slider .we_deliver_slidprod_in {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .we_deliver_what_matters_slider .slick-current.slick-center .we_deliver_slidprod_in {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .dc_net_security_icon_block .item {
        width: 50%
    }

    .cloud_benefit {
        padding: 25px 15px
    }

    .cloud_benefit li {
        width: 100%
    }

    .eleveate_secrvices_pr_line.col2 li {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .sls_list {
        margin: 0
    }

    .career_imp .item {
        width: 50%;
        padding: 0 12px
    }

    .career_imp .item_inner {
        padding: 20px 15px
    }

    .career_imp .item_inner p {
        font-size: 12px
    }

    .career_imp .item_inner img {
        width: 60px
    }

    .footer_location .map_lists li {
        width: 50%
    }

    .career_rule .rule_cont .pic {
        display: none
    }

    .footer_location {
        display: none
    }

    .footer_info p svg {
        position: absolute;
        left: 0;
        top: 5px
    }

    .footer_info a {
        position: relative;
        padding-left: 27px
    }

    .footer_info p svg+svg {
        position: static
    }

    .career_rule .quote_auth {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main_circle_anim_wrap li {
        width: 50%
    }

    .pro_services_sec .block h6 {
        font-size: 14px
    }

    .home_btm_navs p {
        font-size: 10px
    }

    .home_btm_navs .icon {
        min-height: auto
    }

    .home_btm_navs .icon img {
        width: 60px !important;
        height: 60px !important;
    }

    .who_we_are_sec .vid_loc {
        font-size: 10px
    }

    .ind_serve_sec .item_grps .item {
        width: 50%
    }

    .service_intro_sec .inner .line,
    .service_intro_sec .inner .line2 {
        display: none
    }

    .bg_404 svg {
        width: 40vw
    }

    .plug_group svg {
        width: 80vw
    }

    .page_404_sec h1 {
        font-size: 20px
    }

    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 26px
    }

    .career_wlcm_chart h1 {
        font-size: 22px
    }

    .career_wlcm_chart h6 {
        font-size: 14px
    }

    .career_assets .item h5 {
        font-size: 16px
    }

    .cmp-overview-link {
        padding: 20px 15px
    }

    .video_box h3 {
        font-size: 24px
    }

    .cmn_play_btn {
        width: 40px;
        height: 40px;
        font-size: 10px
    }

    .cmn_play_btn span {
        width: 30px;
        height: 30px
    }

    .cmn_play_btn i {
        text-indent: 0
    }

    .networking_solution_offerings .row {
        max-width: 400px;
        margin: 0 auto
    }

    .career_rule {
        overflow: hidden
    }

    .career_rule .rule_cont .pic {
        display: none
    }

    .career_rule .list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .career_rule .list li::before,
    .career_rule .list li::after {
        display: none
    }

    .career_rule .list li {
        display: block !important;
        position: static;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: calc(50% - 10px);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 14px;
        border: 1px solid #ff4133;
        border-radius: 5px;
        margin: 5px;
        padding: 10px
    }

    .career_rule .rule_cont {
        margin: 35px 0
    }

    .contact_location_sec_mobile .nav-item {
        padding: 5px
    }

    .contact_location_sec_mobile .nav-pills .nav-link {
        font-size: 14px;
        padding: 2px 7px
    }

    .contact_location_sec_mobile .accordion-button {
        font-size: 14px;
        padding: 12px
    }

    .contact_location_sec_mobile .accordion-body {
        padding: 0 12px 12px
    }

    .cmn_event_sec .tab_area_part_nrml .nav-tabs .nav-item {
        width: calc(25% - 10px);
        text-align: center
    }

    .job_alert {
        display: none
    }

    .cmn_wdt_blk .tab_area_part_nrml .nav-tabs .nav-item {
        width: calc(25% - 10px);
        text-align: center
    }

    .var_sol .item {
        width: 50%;
        padding: 10px
    }

    .sddc_services .inner {
        padding: 25px 10px
    }

    .storage_offerings .cmn_list ul li {
        width: 100%
    }

    .storage_offerings .cmn_list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .infrastructure_solutions_offering_mobile .prgphp {
        text-align: left
    }

    .infrastructure_solutions_offering_mobile .cmn_list li {
        width: 100%
    }

    .infrastructure_solutions_offering_mobile .cmn_list ul {
        width: 100%
    }

    .migration_screen_pin_wrap {
        display: none
    }

    .migration_approach_mobile {
        display: block
    }

    .migration_approach_mobile .item {
        text-align: center
    }

    .migration_approach_mobile .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        border-radius: 8px;
        background: #FDE5CF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 2px solid #ff4133;
        margin-bottom: 20px
    }

    .migration_approach_mobile .icon img {
        width: 30px
    }

    .migration_approach_mobile .cmn_list.dotted {
        text-align: left
    }

    .appr_styling {
        display: none
    }

    .appr_styling_mobile {
        display: block
    }

    .appr_styling_mobile .item .inner {
        background: #F5FAFF;
        border-radius: 20px;
        overflow: hidden;
        padding: 0 0 40px;
        text-align: center
    }

    .appr_styling_mobile .inner img {
        width: 100%
    }

    .appr_styling_mobile .head {
        padding-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .appr_styling_mobile .icon img {
        width: 40px;
        margin: 0 auto 10px !important
    }

    .appr_styling_mobile .btn_cont {
        text-align: center;
        margin-top: 20px
    }

    .appr_styling_mobile .cmn_tyl_arrow {
        margin-top: 20px
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .sas_service .text_col {
        margin-bottom: 30px
    }

    .job_desc_sec .item_block img {
        margin-top: 30px
    }

    .job_love .img_inner {
        width: 100%
    }

    .find_wrkshop_productivity_col_rghtt lottie-player {
        width: 100%
    }

    .custom_slider2 .slide_arrow_control .slide_nxt,
    .custom_slider2 .slide_arrow_control .slide_prev {
        top: 48%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .thank_you_sec lottie-player {
        width: 80%
    }

    .case_study_icons .item {
        width: 50%
    }

    .managed_services_desktop {
        display: none
    }

    .managed_services_mobile {
        display: block
    }

    .managed_tab_desktop {
        display: none
    }

    .manage_tab_mobile {
        display: block
    }

    .manage_tab_mobile .img_col img {
        width: 100%;
        border-radius: 15px
    }

    .manage_tab_mobile .icons_col .item {
        width: calc(50% - 20px);
        margin: 10px;
        background: #F5FAFF;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .02);
        border-radius: 15px;
        padding: 20px 10px;
        text-align: center
    }

    .manage_tab_mobile .icons_col .item h6 {
        margin-bottom: 0;
        font-size: 14px
    }

    .manage_tab_mobile img {
        margin: 0 auto 15px
    }

    .manage_tab_mobile .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .manage_tab_mobile .btn_cont {
        margin-top: 25px;
        text-align: center
    }

    .manage_tab_mobile .cmn_tyl_arrow {
        margin-top: 30px
    }

    .manage_tab_mobile h3 {
        margin-top: 30px;
        text-align: center
    }

    .managed_services .img_col {
        margin-bottom: 15px
    }

    .pro_service_offering_mobile .pos_list li {
        width: calc(50% - 10px);
        margin: 5px
    }

    .graph_content_ipad {
        display: none
    }

    .graph_content_mobile {
        display: block
    }

    .ior_overview .box:after {
        display: none
    }

    .logistic_service_mobile {
        display: block
    }

    .logistic_service_desktop {
        display: none !important
    }

    .logistic_service_mobile {
        text-align: center
    }

    .logistic_service_mobile h3 {
        font-size: 20px
    }

    .logistic_service_mobile ul,
    .logistic_service_mobile p {
        text-align: left
    }

    .logistic_service_mobile .btn_cont {
        margin-top: 30px
    }

    .subs_services_sec1 .item .line2,
    .subs_services_sec1 .item .line,
    .subs_services_sec1 .circle {
        display: none
    }

    .subs_services_sec1 .item .inner {
        background: #FFF;
        -webkit-box-shadow: 0 4.26795px 4.26795px rgba(0, 0, 0, .08);
        box-shadow: 0 4.26795px 4.26795px rgba(0, 0, 0, .08);
        border-radius: 16.0048px;
        padding: 20px 10px
    }

    .subs_services_sec1 .item {
        margin-bottom: 24px
    }

    .subs_services_sec1 h3 {
        min-height: auto;
        font-size: 15px;
        margin-bottom: 0
    }

    .cmn_blks_box_desktop {
        display: none
    }

    .cmn_blks_box_mobile {
        display: block
    }

    .cmn_blks_box_mobile .nav_rect_svg {
        stroke-dashoffset: 0 !important
    }

    .cmn_blks_box_mobile .btn_cont {
        text-align: center
    }

    .service_intro_sec .item {
        margin-bottom: 40px
    }

    #gform_wrapper_2 .gf_step {
        max-width: 100%;
        flex: auto;
        text-align: center;
        margin-bottom: 20px
    }

    #gform_wrapper_2 .gf_page_steps {
        flex-wrap: wrap
    }

    #gform_wrapper_2 .gf_step:after,
    #gform_wrapper_2 .gf_step.gf_step_active:after {
        display: none
    }

    #gform_wrapper_2 span.gf_step_label {
        font-size: 10px
    }

    #gform_wrapper_2 .gform_page_footer .gform_next_button,
    #gform_wrapper_2 .gform_page_footer .gform_previous_button,
    #gform_wrapper_2 .gform_page_footer input[type="submit"] {
        font-size: 14px
    }

    #gform_wrapper_2 span.gf_step_label {
        font-size: 12px
    }

    .contact_mn_modal .modal-dialog {
        max-width: 90%
    }

    .inner_banner .inner_ban_main {
        min-height: 250px
    }

    .case_slider .lft_case .back_light_figd {
        padding: 40px
    }

    .row>*,
    .home_banner_bottom,
    .container {
        padding-left: 18px;
        padding-right: 18px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0
    }

    .find_wrkshop_productivity_col_lft {
        padding: 0 0 60px
    }

    .who_we_are_sec .vid_wrap {
        max-width: 90%;
        margin: 0 auto 20px
    }

    .footer_top {
        padding: 0
    }

    .location-tab-wrapper {
        margin: 0 -10px
    }

    .location-tab-wrapper .accordion-item {
        width: calc(100% - 10px)
    }

    .br_fig_slider_sec .main_img img {
        max-height: 30px;
        max-width: 30px
    }

    #gform_fields_5_2 .gchoice {
        width: 100%
    }

    #gform_fields_5_2 .gfield_checkbox {
        margin-right: 0;
        margin-left: 0
    }

    #gform_wrapper_5 .gf_step {
        max-width: 100%;
        flex: auto;
        text-align: center;
        margin-bottom: 20px
    }

    #gform_wrapper_5 .gf_page_steps {
        flex-wrap: wrap
    }

    #gform_wrapper_5 .gf_step:after,
    #gform_wrapper_5 .gf_step.gf_step_active:after {
        display: none
    }

    #gform_wrapper_5 span.gf_step_label {
        font-size: 10px
    }

    #gform_wrapper_5 .gform_page_footer .gform_next_button,
    #gform_wrapper_5 .gform_page_footer .gform_previous_button,
    #gform_wrapper_5 .gform_page_footer input[type='submit'] {
        font-size: 14px
    }

    #gform_wrapper_5 span.gf_step_label {
        font-size: 12px
    }

    .searchandfilter ul {
        flex-wrap: wrap
    }

    .searchandfilter ul li:first-child {
        width: 100%
    }

    .searchandfilter li:nth-child(3) {
        order: inherit
    }

    .searchandfilter li {
        width: 50%;
        margin-bottom: 10px;
        padding: 0 5px
    }

    .searchandfilter ul li:last-child {
        width: 100%;
        text-align: center;
        margin-bottom: 0
    }

    .header-search-wrapper .header-search-field {
        margin-top: 60px
    }

    .ubermenu .ubermenu-badge-bottomright {
        bottom: auto !important;
        top: 5px;
        left: 0 !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
        margin-top: 10px
    }

    .main-head .ubermenu .ubermenu-badge-bottomright {
        top: inherit !important;
        margin-top: 5px !important
    }
}

@media (max-width:575px) {
    .pbtm_sm {
        padding-bottom: 0
    }

    .pbtp_sm {
        padding-top: 0
    }

    .pball_sm {
        padding: 0
    }

    .video_confere_icon_container {
        width: 240px;
        left: 0;
        top: 100%;
        max-height: 200px
    }

    .back_light_figd_btm_col_rtt {
        text-align: left
    }

    .bulleted_listed_ul.dblld ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
        font-size: 20px;
        padding: 12px 16px;
        padding-right: 50px
    }

    .left_vertical_area .responsive-tabs .dropdown-arrow {
        padding: 4px;
        top: 20px
    }

    .key_featudre_sect_col_in p {
        font-size: 15px
    }

    .career_assets .item {
        width: 50%
    }

    .career_open_pos .item {
        padding: 0 12px
    }

    .career_open_pos .item_inner {
        padding: 20px 12px
    }

    .career_open_pos .icon {
        width: 65px;
        height: 65px;
        margin-bottom: 15px
    }

    .career_open_pos .icon img {
        width: 30px
    }

    .management_team .caption {
        padding: 12px 10px 22px
    }

    .management_team .caption h5 {
        font-size: 13px;
        margin-bottom: 0
    }

    .management_team .caption h6 {
        font-size: 10px
    }

    .partner_main_sec .item_logo {
        height: 150px
    }

    .case_study_workplace .vid_col iframe {
        height: 200px
    }

    .anim_tab_list a {
        font-size: 12px;
        padding: 2px 5px
    }

    .career_rule .rule_cont .pic {
        width: 85%
    }

    .cmn_event_sec .tab_area_part_main .nav-tabs {
        width: 100%;
        margin-bottom: 15px !important
    }

    .mid_anim img {
        width: 200px
    }

    .footer_info a {
        display: inline-block !important
    }

    .direction_img_icon {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important
    }

    .we_deliver_what_matters {
        padding-left: 12px;
        padding-right: 12px
    }

    .breadcrumb_bar li {
        font-size: 12px
    }

    .dc_migration_approach .slider2-content {
        padding-left: 0
    }

    .partners_custom_blocks .item_inner {
        padding: 5px
    }

    .partners_custom_blocks .item_inner img {
        width: 38px
    }

    .partners_custom_blocks .item {
        margin: 5px
    }

    .migration_transfer .mt_item {
        width: 100%;
        margin: 0px !important
    }

    .managed_services .mini_block_services .item {
        width: 50%;
        padding: 12px
    }

    .managed_services .tab-content h6 {
        font-size: 14px;
        word-break: inherit
    }

    .managed_services .mini_block_services h6 {
        font-size: 14px
    }

    .managed_services .tab-content {
        padding: 30px 15px
    }

    .partner_diff_sec .item {
        width: 100%
    }

    .back_light_figd .vid_col iframe {
        height: 200px
    }

    .collbrntn_sec_space .item_box label {
        font-size: 14px
    }

    .case_study2 .lft_case {
        width: 100%
    }

    .multiple_used_aud_slider .item img {
        width: 100%
    }

    .cloud_offering .img_col img {
        width: 100%
    }

    .sas_service .img_grp {
        width: 100%
    }

    .mng_service_nav .slick-prev {
        left: 0
    }

    .mng_service_nav .slick-next {
        right: 0
    }

    .brochures_sec .bros_block_lg .text_part {
        padding: 20px 10px 20px 12px
    }

    .bros_block_sm {
        margin-bottom: 20px
    }

    .lan_dropdown_lists {
        width: 100%;
        border-right: none
    }

    .lan-dropdown-sub-menu {
        width: 100%;
        position: inherit;
        max-height: 154px;
        right: inherit
    }

    .lan_dropdown_lists li>.lan-dropdown-sub-menu>li>a {
        padding: 12px 25px 12px 45px
    }

    .lan_dropdown {
        max-width: 100%
    }

    .lan_dropdown_lists>li {
        position: relative;
        border-bottom: 1px solid #fceddd
    }

    .lan_dropdown_lists>li:last-child {
        border-bottom: none
    }

    .langclickD {
        width: 54px;
        background: url(#) no-repeat center center #ed822354;
        height: 48px;
        background-size: 14px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99
    }

    .lan-dropdown-sub-menu.show {
        display: block
    }

    .searchandfilter li {
        width: 100%;
        padding: 0
    }

    .lan_dropdown .lan_dropdown_lists>li>.sub-menu {
        width: 100%;
        position: inherit;
        max-height: 154px;
        right: inherit;
        display: none;
        top: inherit
    }

    .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel {
        padding-left: 25px !important
    }
}

@media (max-width:479px) {
    .navbar-collapse {
        padding: 11px 0
    }

    .main-head .navbar {
        padding: 20px 7px
    }

    .video_confere_icon_container {
        width: 160px;
        padding: 10px
    }

    .video_confere_icon_container_para {
        padding-top: 10px
    }

    .video_confere_icon_container_para p {
        font-size: 10px
    }

    .back_light_figd {
        padding: 20px
    }

    .cmn_partner_cssul li {
        margin-right: 20px
    }

    .cmn_partner_cssul_inner .main_img img {
        max-height: 50px
    }

    .cmn_partner_cssul_inner .main_img {
        min-height: 50px
    }

    .company_partner_nmmd ul {
        margin: 0 -10px;
        margin-bottom: -20px
    }

    .company_partner_nmmd ul li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .company_partner_nmmd ul li:last-child {
        margin: auto
    }

    .company_partner_nmmd_inner {
        min-height: 130px
    }

    .company_partner_nmmd_inner img {
        max-height: 50px
    }

    .tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 10px;
        padding-right: 40px
    }

    .left_vertical_area .responsive-tabs .dropdown-arrow {
        top: 12px
    }

    .left_vertical_area .responsive-tabs.open .dropdown-arrow {
        top: 17px
    }

    .message_benefitted_sld_nav_inner .brrm_slde_hd {
        min-width: 130px
    }

    .nav_benefitted_indf {
        margin-right: 5px;
        margin-left: 5px
    }

    .message_benefitted_sld_nav_inner h6 {
        font-size: 13px
    }

    .eleveate_secrvices_pr_line li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .right_listed_ulll.doubl ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .cabling_offering .left_vertical_area .responsive-tabs .dropdown-arrow {
        top: 19px
    }

    .ss_product_offering .pro_item {
        width: 100%
    }

    .contact_mn_modal .modal-content {
        padding: 50px 23px
    }

    .model-header-wrapper h3 {
        font-size: 27px
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted {
        text-align: left
    }

    .audio_video_service .nm_sld_nav .item {
        padding: 0 10px
    }

    .message_benefitted_sld_nav_br svg {
        width: 65px;
        height: 65px
    }

    .br_fig_slider_sec {
        margin-bottom: 10px
    }
}

@media (max-width:365px) {
    .header_right .btn_grp a {
        font-size: 12px;
        padding: 0 9px
    }

    .audio_video_service .nm_sld_nav {
        flex-wrap: wrap
    }

    .index_header a.search {
        margin-left: 0
    }

    .lan_bar {
        margin: 0 13px
    }
}

.btncus {
    margin-left: 8%;
    margin-top: 30px
}

.collbrtd_tab_innnr .prgphp {
    padding-bottom: 24px
}

.career_assets .item:last-child .line {
    display: none !important
}

.related_blog_post_slider .slick-track,
.author_post_slider .slick-track {
    display: flex
}

.related_blog_post_slider .slick-slide,
.author_post_slider .slick-slide {
    height: auto
}

.related_blog_posts .blog_items .item_inner,
.author_post_slider .item_inner {
    height: 100%;
    position: relative;
    padding-bottom: 30px
}

.related_blog_posts .blog_items .item_inner .btn_cont,
.author_post_slider .btn_cont {
    position: absolute;
    bottom: 25px
}

.blog_dtls_main li:not(.pp-multiple-authors-layout-boxed ul li, .pp-multiple-authors-layout-centered ul li) {
    padding-left: 22px;
    position: relative;
    margin-bottom: 18px
}

.blog_dtls_main li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed8223
}

.pp-multiple-authors-layout-boxed ul li::before,
.pp-multiple-authors-layout-centered ul li::before {
    display: none
}

@media (max-width:575px) {
    .blog_items .pro_text {
        padding: 14px 0
    }

    .blog_items .pro_text .pic img {
        width: 40px;
        height: 40px
    }

    .blog_items .item_inner {
        padding: 0 0 74px
    }

    .pagination.animate__.animate__fadeInUp.wow.coming_soon {
        margin-bottom: 8px;
        margin-top: 0 !important
    }

    .blog_dtls_main .auth_right {
        margin-bottom: 0
    }

    .related_blog_posts {
        margin: 0
    }

    .related_blog_posts .blog_items {
        margin-bottom: 0
    }

    .related_blog_post_slider_arrow {
        margin-top: 18px
    }
}

.js-header-search {
    width: 100%;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 9;
    display: none
}

.header-search-field {
    width: 100%;
    max-width: 570px;
    margin: 0 0 0 auto;
    background: #fff;
    padding: 12px 15px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.header-search-field input[type="search"] {
    color: #8A96AA;
    border-color: #8A96AA !important;
    height: 48px;
    border-radius: 6px;
    background: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px !important
}

.header-search-field input[type="search"]::placeholder {
    color: #8A96AA !important
}

.js-header-search .is-search-submit {
    height: 48px !important;
    border-radius: 6px;
    background: #8a96aa !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff
}

.js-header-search .is-search-submit:hover {
    background: #ed8223 !important
}

.js-header-search .is-form-style input.is-search-submit,
.js-header-search .is-search-icon {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #ffffff !important
}

.js-header-search .is-form-style .is-search-submit path {
    fill: #fff
}

@media (max-width:575px) {
    div.is-ajax-search-result {
        width: 89% !important;
        left: 4% !important
    }
}

.blog_dtls_main .auth_pro_info .widget-title {
    display: none
}

.blog_dtls_main .auth_pro_info {
    display: block;
    padding: 0
}

.blog_dtls_main .auth_pro_info .pp-multiple-authors-wrapper {
    width: 100%
}

.blog_dtls_main .auth_pro_info ul {
    width: 100%
}

.blog_dtls_main .auth_pro_info ul li {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: wrap
}

.blog_dtls_main .auth_pro_info ul li>div:first-child {
    width: 42px;
    height: 42px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 42px
}

.blog_dtls_main .auth_pro_info ul li>div:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog_dtls_main .auth_pro_info ul li>div:last-child {
    width: calc(100% - 42px);
    padding-left: 15px
}

.blog_dtls_main .auth_pro_info ul li .multiple-authors-name a {
    font-size: 13px;
    line-height: 1.5;
    color: #1a1a1a;
    font-weight: 600;
    margin: 14px 0 0 0;
    display: block
}

.blog_dtls_main .auth_pro_info ul li .multiple-authors-links {
    display: none !important
}

.blog_dtls_main .auth_pro_info ul li .multiple-authors-description {
    font-size: 14px;
    margin: 0 0 0
}

#gform_fields_4 .gfield-choice-input {
    display: none
}

#gform_fields_4 .gchoice label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: rgba(157, 157, 157, .8);
    padding: 7px 33px 7px 16px;
    max-width: inherit
}

#gform_fields_4 .gchoice label::before {
    position: absolute;
    content: '+';
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(157, 157, 157, .8);
    right: 13px;
    top: 50%;
    transform: translateY(-50%)
}

#gform_fields_4 .gchoice input:checked~label::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: 12px;
    background-size: 16px
}

#gform_fields_4 .gchoice input:checked~label {
    background: #ef8321;
    border-color: #ef8321;
    color: #fff
}

#gform_fields_4 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -8px 22px
}

#gform_fields_4 .gchoice {
    width: auto;
    padding: 0 8px;
    margin-bottom: 14px
}

#gform_fields_4 {
    background: rgba(250, 252, 253, .67);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 0 0 15px 15px
}

#gform_4 .gform_page_footer .button {
    background: #ef8321;
    border-radius: 50px;
    border: 1px solid #ef8321;
    color: #f8fafc
}

#gform_4 .gform_page_footer .button:hover {
    border: 1px solid #ff4133;
    background: #fff;
    color: #ff4133
}

#gform_4 .gform_page_footer {
    display: flex;
    justify-content: center
}

#gform_fields_4_2 .gfield-choice-input {
    display: none
}

#gform_fields_4_2 .gchoice label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: rgba(157, 157, 157, 1);
    padding: 15px 53px 90px 21px;
    max-width: inherit;
    width: 100%
}

#gform_fields_4_2 .gchoice label::before {
    position: absolute;
    content: '+';
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(157, 157, 157, .8);
    top: -10px;
    right: 31px;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .49);
    border: 1px solid #c3c9d4;
    border-radius: 50%;
    padding-bottom: 3px
}

#gform_fields_4_2 .gchoice label::after {
    position: absolute;
    content: '';
    right: 23px;
    bottom: 25px;
    background-size: 120px;
    width: 121px;
    height: 72px
}

#gform_fields_4_2 .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px 5px
}

#gform_fields_4_2 .gchoice {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 21px
}

#gform_fields_4_2 {
    background: rgba(250, 252, 253, .67);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
    border-radius: 0 0 15px 15px
}

#gform_fields_4_2 .gchoice input:checked~label {
    border-color: #ef8321;
    color: #ef8321
}


#gform_page_4_3 .gfield_label {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif
}

#gform_page_4_3 .gfield_required {
    color: rgba(255, 0, 0, 1);
    font-weight: 400;
    font-size: 14px
}

#gform_page_4_3 .ginput_container input {
    border: 1px solid rgba(138, 150, 170, .5);
    border-radius: 6px;
    padding: 12px 45px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Inter', sans-serif
}

#gform_page_4_3 ::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_page_4_3 :-ms-input-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, 10.5)
}

#gform_page_4_3 ::-moz-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_page_4_3 :-moz-placeholder {
    opacity: 1;
    color: rgba(138, 150, 170, .5)
}

#gform_wrapper_4 .gf_step {
    padding: 0 5px
}

#gform_wrapper_4 .gf_page_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 0
}

#gform_wrapper_4 .gf_step {
    position: relative;
    z-index: 1;
    margin: 0
}

#gform_wrapper_4 .gf_step:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #475569;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

#gform_wrapper_4 .gf_step:last-child::after {
    display: none
}

#gform_wrapper_4 span.gf_step_number {
    display: none
}

#gform_wrapper_4 span.gf_step_label {
    padding: 12px 15px;
    background-color: #f9fbfd;
    color: #1a1a1a;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    font-size: 14px
}

#gform_wrapper_4 .gf_step.gf_step_active span.gf_step_label {
    background-color: #85c784;
    color: #fff
}

#gform_wrapper_4 .gf_step.gf_step_active:after {
    border-top: 1px dashed #85c784;
    width: 100%
}

@media (min-width:576px) {

    .lan_dropdown_lists>li.menu-item-has-children:hover>.lan-dropdown-sub-menu,
    .lan_dropdown_lists>li.current-menu-item>.lan-dropdown-sub-menu {
        display: block
    }

    .lan_dropdown .lan_dropdown_lists>li.current-menu-item>.sub-menu,
    .lan_dropdown .lan_dropdown_lists>li.menu-item-has-children:hover>.sub-menu {
        display: block
    }
}

hm_service a.cmn_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff
}


#cn-accept-cookie {
    background: #ff4133 !important;
    border-radius: 40px !important;
    padding: 10px 20px !important
}

#cn-close-notice {
    color: #000 !important;
    opacity: 1 !important
}

#cn-notice-text {
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 75%;
    margin-right: auto
}

#cn-notice-text:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#cookie-notice .cookie-notice-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.searchandfilter input[type="text"] {
    background-repeat: no-repeat;
    background-position: center left 7px;
    background-size: 20px
}

.press_items .pro_text {
    padding-top: 25px;
    margin-top: 30px;
    border-top: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.press_items .pro_text .pic img {
    width: 60px;
    border-radius: 15px;
    margin-right: 15px
}

.press_items .pro_text .text h6 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 600
}

.eleveate_secrvices_pr_line {
    margin-bottom: 30px
}

.page-id-11185 .cmn_text_block.back_bl.cmn_gap.dc_soln_center {
    padding: 35px 0 0 0
}


.career_open_pos2 {
    background: #F7FAFF;
    text-align: center
}

.career_open_pos2 .op_pos_wrap .icon_back {
    width: 90px;
    height: 90px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08);
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 15px
}

.career_open_pos2 h6 {
    font-weight: 400;
    color: #000;
    font-size: 17px
}

.career_open_pos2 .btn_cont {
    margin-top: 20px
}

.career_imp.cmn_gap {
    margin: 0
}

.career_proud2 {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.career_proud2 h6 {
    font-size: 16px;
    font-weight: 600
}

.career_proud2 .award_back {
    margin-bottom: 25px
}

.career_proud2 .awrd_item_col {
    padding: 0 20px
}

.career_value2 {
    background: #F3F8FF;
    text-align: center
}

.career_value2 .value_infograph {
    min-height: 775px;
    position: relative
}

.career_value2 .main_bg {
    opacity: 0;
    width: 400px;
    position: absolute;
    top: 36%;
    left: 51.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_value2 .val_items .item {
    position: absolute;
    width: 350px;
    opacity: 0
}

.career_value2 .val_items .item .icon {
    margin-bottom: 10px
}

.career_value2 .val_items .item h6 {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px
}

.career_value2 .val_items .item p {
    line-height: 1.4
}

.career_value2 .val_items .item:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_value2 .val_items .item:nth-child(1):after {
    content: '';
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 117px;
    border-left: 2px dashed rgba(71, 85, 105, .5)
}

.career_value2 .val_items .item:nth-child(2) {
    top: 15%;
    right: 4%
}

.career_value2 .val_items .item:nth-child(2):after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    border-top: 2px dashed rgba(71, 85, 105, .5);
    bottom: 34px;
    left: -55px
}

.career_value2 .val_items .item:nth-child(2):before {
    content: '';
    position: absolute;
    left: -110px;
    top: 87px;
    height: 145px;
    width: 2px;
    border-left: 2px dashed rgba(71, 85, 105, .5);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.career_value2 .val_items .item:nth-child(3) {
    top: 45%;
    right: 4%
}

.career_value2 .val_items .item:nth-child(3):after {
    content: '';
    position: absolute;
    left: -86px;
    top: 106px;
    width: 80px;
    height: 2px;
    border-top: 2px dashed rgba(71, 85, 105, .5)
}

.career_value2 .val_items .item:nth-child(4) {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.career_value2 .val_items .item:nth-child(4):after {
    content: '';
    position: absolute;
    top: -85px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 70px;
    border-left: 2px dashed rgba(71, 85, 105, .5)
}

.career_value2 .val_items .item:nth-child(5) {
    top: 45%;
    left: 4%
}

.career_value2 .val_items .item:nth-child(5):after {
    content: '';
    position: absolute;
    right: -90px;
    top: 107px;
    width: 102px;
    height: 2px;
    border-top: 2px dashed rgba(71, 85, 105, .5)
}

.career_value2 .val_items .item:nth-child(6) {
    top: 15%;
    left: 4%
}

.career_value2 .val_items .item:nth-child(6):after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    border-top: 2px dashed rgba(71, 85, 105, .5);
    bottom: 55px;
    right: -48px
}

.career_value2 .val_items .item:nth-child(6):before {
    content: '';
    position: absolute;
    right: -90px;
    top: 97px;
    height: 105px;
    width: 2px;
    border-left: 2px dashed rgba(71, 85, 105, .5);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.career_life {
    background: #F7FAFF;
    text-align: center
}

.cmn_list3 {
    background: #fff;
    padding: 50px 30px 100px
}

.cmn_list3 ul {
    text-align: left
}

.cmn_list3 li:before {
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background: #ff4133;
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 8px
}

.cmn_list3 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 17px
}

.cmn_list3 li strong {
    color: #1D3F75;
    font-weight: 600
}

.life_full_width_slider {
    margin-top: -80px
}

.life_full_width_slider .item {
    margin: 0 10px
}

.life_full_width_slider .item img {
    width: 100%;
    border-radius: 8px
}

.career_imp {
    background: #fff !important
}



.location-tab-wrapper .acc-button {
    padding: 0 25px;
    margin: 15px auto;
    font-size: 14px;
    font-weight: 400;
    background-color: #ff4133;
    color: #fff;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50px;
    border: 0
}

.location-tab-wrapper .accordion-item-block2 {
    display: none
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-current_page_item>.ubermenu-target {
    color: #ef8321 !important
}

.main-head.sticky .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-current_page_item>.ubermenu-target>.ubermenu-target-text {
    color: #ef8321 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target>.ubermenu-target-text {
    color: #ef8321 !important
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item>.ubermenu-target:hover,
.main-head.sticky .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item>.ubermenu-target:hover>span {
    color: #ef8321 !important
}

header.main-head.sticky .ubermenu .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-current_page_item>.ubermenu-target>span {
    color: #ef8321 !important
}

header.main-head.sticky {
    z-index: 9999
}

header.main-head.sticky .ubermenu>.ubermenu-submenu>.ubermenu-current_page_item>span {
    color: #ef8321 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-current_page_item>.ubermenu-target>.ubermenu-image {
    -webkit-filter: inherit !important;
    filter: inherit !important
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item.ubermenu-current-menu-item>.ubermenu-target span,
.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu>.ubermenu-item:hover>.ubermenu-target span {
    color: #ef8321 !important
}

.cont_main_right form {
    margin-bottom: 25px
}

.new-custom-contact-form .controls {
    margin-top: 20px
}

.new-custom-contact-form textarea.massage {
    background-image: url(#);
    background-repeat: no-repeat;
    background-position: 12px 16px
}

.new-custom-contact-form input.fname,
#blog_contact_form input.fname {
    background-image: url(#)
}

#cn-notice-buttons .cmn_btn {
    font-size: 10px
}

#cn-notice-buttons a.btn_liner {
    border: 1px solid #ff4133;
    background: transparent;
    border-radius: 40px;
    padding: 8px 7px;
    font-size: 10px;
    color: #ff4133;
    margin-right: 5px
}

#cn-accept-cookie {
    font-size: 10px !important;
    margin-left: 5px !important;
    padding: 10px 15px !important
}

.phn_num_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #8A96AA;
    border-radius: 6px;
    position: relative
}

.phn_num_field #selectator_select1 {
    border: 0;
    width: 150px !important;
    background: #f0f0f0;
    height: 52px;
    min-height: 100% !important;
    border-radius: 6px 0 0 6px
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_right {
    display: none
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_remove {
    display: none
}

.phn_num_field input#activate_selectator1 {
    display: none
}

.phn_num_field input#phone_no {
    border: 0;
    width: calc(100% - 150px)
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
    margin-top: 7px
}

.phn_num_field .selectator_options .selectator_option .selectator_option_right {
    display: none
}

.phn_num_field #selectator_select1 {
    position: static !important;
    left: 0;
    right: auto;
    width: 75px !important
}

.phn_num_field input.selectator_input {
    top: 50px;
    right: 0
}

.phn_num_field .selectator_element:after {
    display: none
}

.phn_num_field .selectator_selected_items {
    position: relative
}

.phn_num_field .selectator_selected_items:after {
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    top: 14px;
    right: 0;
    line-height: 1
}

.phn_num_field .options-visible .selectator_selected_items:after {
    content: '\f077'
}

.fancybox-slide--html {
    padding: 20px 10px
}

#dialog-content h3 {
    margin-bottom: 0
}

#dialog-content p {
    margin-bottom: 15px
}

#dialog-content .controls {
    margin-bottom: 10px
}

#dialog-content button#submit {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #ff4133;
    color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    padding: 8px 30px;
    border: 0
}

#dialog-content button#submit:hover {
    background: #EA6F00
}

.phn_num_field .selectator_selected_item_title {
    display: none
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left img {
    height: 40px
}

.phn_num_field .selectator_options .selectator_option .selectator_option_left img {
    margin-right: 8px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target {
    color: #1a1a1a
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target:hover {
    color: #ef8321 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target:hover .ubermenu-target-text {
    color: #ef8321 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target>.ubermenu-target-text {
    color: #1a1a1a !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-item>.ubermenu-target>.ubermenu-target-text {
    color: #ef8321 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target .ubermenu-image {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-item>.ubermenu-target .ubermenu-image {
    filter: inherit !important;
    -webkit-filter: inherit !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target:hover .ubermenu-image {
    filter: inherit !important;
    -webkit-filter: inherit !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-parent>.ubermenu-target .ubermenu-target-title {
    color: #ff4133 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-parent>.ubermenu-target .ubermenu-image {
    filter: inherit !important;
    -webkit-filter: inherit !important
}

.main-head.sticky .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li.ubermenu-current-menu-item>.ubermenu-target .ubermenu-target-title {
    color: #ff4133 !important
}

.partner_intro_slider .slick-arrow {
    display: none !important
}

.wlcm_step {
    text-align: center
}

.wlcm_step h4 {
    font-weight: 500;
    margin-bottom: 10px
}

.wlcm_step .btn_cont {
    margin-top: 25px
}

.wlcm_step .cmn_btn {
    border: 0
}

.new_ess_form .step2form_cont,
.new_ess_form .step3form_cont {
    display: none
}

.form_road_map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.form_road_map ul li {
    padding: 12px 15px;
    background-color: #f9fbfd;
    color: #1a1a1a;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-box-shadow: 0 0 0 8px #fff;
    box-shadow: 0 0 0 8px #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.form_road_map ul li:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 100%;
    width: 221%;
    height: 1px;
    border-top: 1px dashed #475569;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

.form_road_map ul li:last-child:after {
    display: none
}

.form_road_map ul li.active {
    background: #85c784;
    color: #fff
}

.new_ess_form .btn_cont {
    text-align: center
}

.new_ess_form .cmn_btn {
    border: 1px solid #ef8321;
    padding: 0 30px
}

.new_ess_form button {
    line-height: inherit
}

.new_ess_form .cmn_btn:hover {
    background: transparent;
    color: #ef8321
}

.new_ess_form .btn_cont button+button {
    margin-left: 10px
}

.new_ess_form .btn_cont {
    margin-top: 30px
}

.new_ess_form h6 {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px !important;
    padding: 0;
    color: #000
}

.new_ess_form .suggest_loc {
    background: #F7FAFF;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 3%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 3%);
    border-radius: 0 0 15px 15px;
    padding: 45px !important
}

.new_ess_form .suggest_loc_grp label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: #1a1a1a;
    padding: 7px 33px 7px 16px;
    max-width: inherit
}

.new_ess_form .suggest_loc_grp input[type="checkbox"] {
    display: none
}

.new_ess_form .suggest_loc_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 22px
}

.new_ess_form .suggest_loc_grp .input_grp {
    width: auto;
    padding: 0 8px;
    margin-bottom: 14px
}

.new_ess_form .suggest_loc_grp label:before {
    position: absolute;
    content: '+';
    font-family: inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #1a1a1a;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new_ess_form .suggest_loc_grp input:checked+label {
    background: #ef8321;
    border-color: #ef8321;
    color: #fff
}

.new_ess_form .suggest_loc_grp input:checked+label:before {
    position: absolute;
    content: '';
    background: url(#04/cus-check.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    right: 12px;
    background-size: 16px;
}

.servixe_platform {
    background: rgba(250, 252, 253, .67);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 3%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 3%);
    border-radius: 0 0 15px 15px
}

.servixe_platform_grp label {
    position: relative;
    border-radius: 25px;
    border: 1px solid rgba(138, 150, 170, .5);
    color: #1a1a1a;
    padding: 15px 53px 90px 21px;
    max-width: inherit;
    width: 100%
}

.servixe_platform_grp input {
    display: none
}

.servixe_platform_grp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -10px 5px
}

.servixe_platform_grp .input_grp {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 10px;
    margin-bottom: 21px
}

.servixe_platform_grp label:before {
    position: absolute;
    content: '+';
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(157, 157, 157, .8);
    top: -10px;
    right: 31px;
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .49);
    border: 1px solid #c3c9d4;
    border-radius: 50%;
    padding-bottom: 3px
}

.page-id-6609 label.Unified.communications:after {
    background: url(#06/Unified_Communication_Grey-121.svg)
}

.page-id-6609 label.Unified.communications:hover:after {
    background: url(#06/Unified_Communication-121.svg)
}

.page-id-6609 label.Security:after {
    background: url(#06/Security-Grey-121.svg)
}

.page-id-6609 label.Security:hover:after {
    background: url(#06/Security-121.svg)
}

.page-id-6609 label.Physical.Infrastructure:after {
    background: url(#06/Physical-Infrastructure-â€“-121-grey.svg)
}

.page-id-6609 label.Physical.Infrastructure:hover:after {
    background: url(#06/Physical-Infrastructure-â€“-121.svg)
}

.page-id-6609 label.Wired.and.wireless.network.infrastructure:after {
    background: url(#06/Wired_wireless-grey-121.svg)
}

.page-id-6609 label.Wired.and.wireless.network.infrastructure:hover:after {
    background: url(#06/Wired_wireless-121.svg)
}

.servixe_platform_grp label:after {
    position: absolute;
    content: '';
    right: 23px;
    bottom: 25px;
    background: url(#04/cus-check2.svg) no-repeat center center;
    background-size: 120px;
    width: 121px;
    height: 72px
}

.servixe_platform_grp input:checked+label {
    border-color: #ef8321;
    color: #ef8321
}

.servixe_platform_grp input:checked+label:before {
    content: '';
    background: url(#04/cus-check3.svg) no-repeat center center #ff4133;
    background-size: 12px;
    border-color: #ff4133
}

.servixe_platform_grp input:checked+label:after {
    background: url(#04/cus-check4.svg) no-repeat center center;
    background-size: 120px
}

.additional_info label {
    font-weight: 400;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 5px
}

.additional_info label span {
    color: red
}

.additional_info input {
    border: 1px solid rgba(138, 150, 170, .5);
    border-radius: 6px;
    padding: 12px 45px;
    font-weight: 400;
    font-size: 14px;
    font-family: inter, sans-serif
}

.additional_info textarea {
    border: 1px solid rgba(138, 150, 170, .5);
    border-radius: 6px;
    padding: 12px 45px;
    font-weight: 400;
    font-size: 14px;
    font-family: inter, sans-serif;
    width: 100%;
    height: 288px
}

.additional_info .input_grp {
    margin-bottom: 10px
}

.additional_info input.fname {
    background: url(#04/ibg1.svg) no-repeat center left 12px;
    background-size: 25px
}

.additional_info .input_grp:last-of-type {
    margin-bottom: 0px !important
}

.additional_info input.Wemail {
    background: url(#04/ibg2.svg) no-repeat center left 12px;
    background-size: 25px
}

.additional_info input.Wphoneno {
    background: url(#04/ibg3.svg) no-repeat center left 12px;
    background-size: 25px
}

.additional_info input.cWebsite {
    background: url(#04/ibg4.svg) no-repeat center left 12px;
    background-size: 19px
}

.additional_info input.noe {
    background: url(#04/ibg5.svg) no-repeat center left 12px;
    background-size: 13px
}

.additional_info textarea.addmessage {
    background: url(#04/ibg6.svg) no-repeat top 16px left 12px;
    background-size: 25px;
    padding: 12px 45px
}

.main-head.sticky .navbar {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:1199px) {
    .career_value2 .val_items .item:nth-child(2):before {
        left: -72px;
        top: 106px;
        height: 65px;
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    .career_value2 .val_items .item:nth-child(6):before {
        right: -65px;
        top: 108px;
        height: 60px;
        -webkit-transform: rotate(-23deg);
        -ms-transform: rotate(-23deg);
        transform: rotate(-23deg)
    }

    .career_value2 .val_items .item:nth-child(5) {
        left: 0
    }

    .career_value2 .val_items .item:nth-child(3) {
        right: 0
    }

    .career_value2 .val_items .item:nth-child(5):after {
        right: -55px;
        width: 80px
    }

    .career_value2 .val_items .item:nth-child(3):after {
        left: -53px;
        width: 50px
    }
}

@media(max-width:991px) {
    .mob_country_select {
        display: block
    }

    .main-head .lan_sel {
        display: none
    }

    #cookie-notice .cookie-notice-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        text-align: center
    }

    #cn-notice-text {
        width: 100%;
        margin: 0 0 10px
    }

    .cookie-notice-container #cn-notice-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 12px;
        line-height: 16px;
        padding-right: 18px
    }

    #cn-notice-text:before {
        margin-right: 15px;
        width: 50px;
        height: 50px;
        background-size: 50px
    }

    #cookie-notice .cn-button:not(.cn-button-custom) {
        margin-right: 35px !important;
        width: 90px
    }

    .cn-close-icon {
        top: 20px
    }

    .career_value2 .main_bg {
        position: static;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: -20px;
        opacity: 1 !important
    }

    .career_value2 .val_items .item {
        position: static
    }

    .career_value2 .val_items .item {
        position: static !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        margin: 0 auto
    }

    .val_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .career_value2 .val_items .item:after,
    .career_value2 .val_items .item:before {
        display: none
    }

    .career_value2 .val_items .item {
        margin-top: 30px;
        padding: 0 15px
    }

    .career_proud2 .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .career_proud2 .awrd_item_col {
        margin: 0 0 20px
    }

    .contact_location_sec_mobile {
        padding-bottom: 70px;
        position: relative
    }

    .location-tab-wrapper .acc-button {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 auto;
        display: inline-block
    }
}

@media(max-width:767px) {
    .location-tab-wrapper .acc-button {
        margin-top: 5px;
        position: static;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    #cookie-notice {
        width: 95%
    }

    .form_road_map ul li:after {
        display: none
    }

    .servixe_platform_grp .input_grp {
        width: 100%
    }

    .form_road_map ul li {
        padding: 7px 15px
    }
}

@media(max-width:575px) {
    .form_road_map ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form_road_map ul li {
        margin-top: 15px;
        margin: 15px 15px 0
    }
}

@media(max-width:479px) {
    .navbar-brand img {
        width: 90px
    }

    .life_full_width_slider {
        margin: 40px 0 0
    }
}

div#hs-eu-cookie-confirmation {
    display: none
}

.page-id-3870 .partner_intro_sec .btn_cont {
    margin-top: 30px;
    margin-bottom: 40px
}

.page-id-2188 figure.first_img {
    margin-bottom: 18px;
    height: 65px
}

.single-brochure .single_blog_banner.cmn_gap {
    display: none !important
}

.single-brochure .related_blog_posts.cmn_gap {
    display: none !important
}

.single-brochure .author_panel {
    display: none !important
}

.single-brochure .blog_dtls_main .date_iime {
    display: none !important
}

.single-brochure .ban_text {
    display: none !important
}

.single-brochure .inner_banner .inner_ban_main {
    background: none !important;
    min-height: 120px !important
}

.single-brochure .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 0 30px 0 30px !important;
    padding-top: 0 !important
}

.single-brochure .bros_block_lg {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    padding: 40px;
    border-radius: 20px
}

.postid-5351 .cmn_partner_sub_block.cmn_gap_enco {
    padding: 40px 0 0 0
}

.postid-4430 .grid_part.mobile_code {
    display: none
}

.postid-4436 .btn_cont.animate__.animate__fadeInUp.wow.animated {
    margin-bottom: 40px
}

.postid-4436 .cmn_list.dotted ul {
    padding: 0;
    text-align: left
}

.btn_cont.report_btn {
    margin-bottom: 41px
}

.postid-4436 .accordion__header.last_neat_header {
    border-bottom: 0 !important
}

.postid-4436 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
    text-align: left
}

.postid-4430 .cmn_partner_sub_block.cmn_gap.nu_foundation.nutanix_fo {
    padding: 30px !important
}

.postid-4436 .partner_sub_hero h6 {
    color: #1D3F75 !important
}

.postid-4519 .slick-dotted.slick-slider {
    padding-bottom: 30px
}

.postid-4519 .slick-dotted.slick-slider {
    margin-bottom: 50px !important
}

.postid-4519 .slick-dots li.slick-active button::before {
    opacity: .75;
    color: unset !important;
    display: none !important
}

.postid-4519 .perle_images.perle_wire {
    width: 70%;
    text-align: center;
    margin: 0 auto
}

.postid-4420 .col-lg-6.animate__.animate__fadeInUp.wow.super_new.animated {
    text-align: center;
    margin: 0 auto
}

.super_img.super_mico.super_images {
    border-radius: 10px
}

.serverrack {
    margin: 20px 0 5px 80px !important
}

.postid-4428 .accordion__header {
    border-bottom: 0 solid #ccc
}

.postid-4414 .btn_cont.report_btn {
    text-align: center
}

.postid-8136 .partner_sub_hero .logo {
    margin-bottom: -40px
}

.postid-8136 .cmn_partner_sub_block .img_text {
    margin-bottom: 35px
}

.postid-8136 .avo_heading {
    padding: 10px 15% !important
}

.postid-4436 .logo.animate__.animate__fadeInUp.wow.animated {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px
}

.postid-4414 .logo.animate__.animate__fadeInUp.wow.animated {
    width: 220px;
    text-align: center;
    margin: 0 auto
}

.postid-4414 .cmn_gap {
    padding: 40px 0 !important
}

.postid-4519 .logo.animate__.animate__fadeInUp.wow.animated {
    margin-bottom: -40px;
    margin-top: -40px
}

.postid-4519 .accordion__header.last_neat_header {
    border-bottom: 0
}

.postid-4519 .cmn_gap {
    padding: 40px 0
}

.postid-4519 .perle_images {
    border-radius: 30px
}

.postid-4519 .perle_img {
    border-radius: 30px
}

.postid-4430 .cmn_gap {
    padding: 60px 0 40px 0 !important
}

.slick-dots li button::before {
    color: unset !important
}

.postid-4476 .cis_images {
    margin-bottom: 20px
}

.postid-4476 .cmn_gap {
    padding: 40px 0 !important
}

.postid-4476 .cmn_partner_sub_block.cmn_gap.cis_wireless {
    margin-top: -25px
}

.postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_block {
    padding: 30px
}

.btn_cont.report_btn {
    margin-bottom: 0 !important
}

.postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_block {
    padding-top: 30px !important
}

.postid-5351 .flex-item-right.better_sec {
    margin-left: 100px !important
}

.postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.hi_poe_btn.learn_btn {
    margin-top: 30px !important
}

.postid-5351 .cmn_partner_sub_block.Customizable_Network_Cabling.cust_block {
    padding: 40px 0
}

.postid-5351 .cmn_partner_sub_block.reliable_block.cost_sec {
    padding-bottom: 40px
}

.postid-4430 .nu_banner {
    border-radius: 20px;
    margin-bottom: 40px
}

.btn_cont.enco_btn.power_btn {
    margin: 0 auto;
    text-align: center;
    padding: 30px
}

.postid-5351 .power_supply {
    text-align: center
}

.plug_play_cmn {
    padding-bottom: 40px !important
}

.page-id-868 .empty_result {
    text-align: center !important;
    color: #1d3f75;
    font-size: 24px;
    font-weight: 500
}

.page-id-751 .empty_result {
    text-align: center !important;
    color: #1d3f75;
    font-size: 24px;
    font-weight: 500
}

.page-id-3555 .empty_result {
    color: #1d3f75;
    font-size: 24px;
    font-weight: 500;
    padding-left: 26px
}

.single-press_release .single_blog_banner {
    padding-top: 5px !important
}

.page-id-96 .views {
    display: none !important
}

.page-id-2837 .partner_intro_sec.cmn_gap {
    padding: 30px 0 !important
}

.page-id-2837 h2.animate__.animate__fadeInUp.wow.elevate {
    margin-top: 0 !important
}

.page-id-2837 .subs_services_sec2.cmn_gap {
    padding: 50px 0 70px 0 !important
}

.page-id-1588 .col-lg-7.img_col.av-col img {
    width: 70% !important;
    margin-left: 40px !important
}

.page-id-1588 .audio_video_service.asv2.back_bl.cmn_slide_blocks_sec.cmn_gap {
    padding-top: 50px !important
}

.page-id-3168 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 10px 0 10px !important
}

.page-id-3168 .cmn_faq_sec.cmn_gap .container .FAQ {
    display: none
}


.page-id-2837 #subs_anim_sec {
    padding: 40px 0 !important
}

.page-id-3572 .elevate_services.back_bl.cmn_gap {
    text-align: center !important
}

.page-id-3572 .partner_intro_sec.back_bl.cmn_gap.dc-modern {
    padding: 10px 0 35px !important
}

.page-id-11186 .slide_sec2.cmn_gap {
    padding: 60px 0 30px 0 !important
}

.page-id-2277 .collaboration_spaces_solution.logistic_service_offering.cmn_gap {
    padding: 50px 0 20px 0 !important
}

.page-id-765 .mid_anim img {
    width: 15% !important
}

.page-id-2277 .contact_location_sec.cmn_gap {
    margin-top: -30px
}

.page-id-3516 .cmn_list.dotted {
    margin-bottom: 40px
}

.page-id-415 .cc_service .animate__.animate__fadeInUp.wow.animated {
    margin: 0 0 30px 0 !important
}

.page-id-415 .cc_expert.cmn_gap {
    padding: 40px !important
}

.page-id-3058 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 30px 0 40px !important
}

.page-id-1588 .audio_video_service_slider.slick-initialized.slick-slider {
    left: 100px
}

.page-id-1588 .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
    padding-top: 40px !important
}

.page-id-1588 .cmn_blocks_rowsc2 {
    padding-bottom: 30px
}

.page-id-3264 .col-lg-8.info-call {
    padding: 30px
}

.page-id-3264 .elevate_services.back_bl.cmn_gap {
    padding-bottom: 40px
}

.apge-id-3264 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every {
    margin-top: 30px
}

.page-id-3168 .cmn_faq_sec.cmn_gap {
    padding-top: 30px;
    display: none
}

.page-id-11185 .col-lg-6.collbrtd_tab_innnr_col_rttt {
    padding-right: 13%
}

.inner_ban_main.job-role-page-banner {
    padding-bottom: 60px !important;
    min-height: auto !important
}

.single-brochures .bros_block_lg.animate__.animate__fadeInUp.wow.animated {
    background: #FFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .15), inset 0 4px 4px rgba(0, 0, 0, .02);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15), inset 0 4px 4px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 30px 40px;
    margin: 0 0 60px 0
}

.single-brochures .ban_text {
    display: none
}

.single-webinar .single_blog_banner.cmn_gap {
    background-image: none !important
}

.single-webinar .related_blog_posts.cmn_gap {
    display: none
}

.single-webinar .ban_text {
    display: none
}

.page-id-3168 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 10px 0 30px !important
}

.postid-2729 .col-lg-8.text_part {
    padding-top: 35px
}

.postid-2714 .col-lg-8.text_part {
    padding-top: 35px
}

.postid-2726 .col-lg-8.text_part {
    padding-top: 15px
}

.postid-2712 .col-lg-8.text_part {
    padding-top: 55px
}

.single-brochures .inner_banner .inner_ban_main {
    background-image: none !important;
    min-height: 0 !important;
    background: none !important
}

.single-brochures .blog_dtls_main .date_iime {
    display: none !important
}

.single-brochures .related_blog_posts {
    display: none !important
}

.single-brochures .blog_dtls_main.cmn_gap {
    margin-top: 0 !important;
    padding: 0 !important
}

.single-webinar .single_blog_banner.cmn_gap {
    background-image: none !important;
    background: none !important;
    padding: 0 !important
}

.single-brochures .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 0 30px 0 30px
}

.single-brochures .btn_cont {
    cursor: pointer
}

.single-webinar .blog_dtls_main .date_iime {
    display: none !important;
    visibility: hidden !important
}

.single-webinar .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 0 30px 0 30px
}

.single-event .related_blog_posts.cmn_gap {
    display: none !important
}

.single-event .inner_ban_main {
    background: none !important;
    min-height: 0 !important
}

.single-event .ban_text {
    display: none !important
}

.single-event .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 0 30px 0 30px !important;
    padding-top: 0 !important
}

.single-event .date_iime.animate__.animate__fadeInUp.wow.animated {
    padding-top: 20px
}

.single-event .blog_dtls_main.cmn_gap img {
    border-radius: 20px
}

.single-case-study .related_blog_posts.cmn_gap {
    display: none
}

.single-case-study .inner_ban_main {
    background: none !important;
    padding-bottom: 60px !important;
    min-height: 0 !important
}

.single-case-study .ban_text {
    display: none
}

.single-case-study .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 0 30px 0 30px !important;
    padding-top: 0 !important
}

.single-case-study .blog_dtls_main .date_iime {
    padding-top: 20px !important
}

.single-award .single_blog_banner {
    display: none
}

.single-award .author_panel {
    display: none !important
}

.single-award .related_blog_posts.cmn_gap {
    display: none !important
}

.single-award .blog_dtls_main .date_iime {
    display: none !important
}

.single-award .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 60px 30px 0 30px !important;
    padding-top: 0 !important
}

.single-video .single_blog_banner.cmn_gap {
    display: none
}

.single-video .blog_dtls_main .date_iime {
    display: none
}

.single-video .author_panel {
    display: none !important
}

.single-video .related_blog_posts.cmn_gap {
    display: none !important
}

.single-video .blog_dtls_main.cmn_gap {
    border-bottom: 1px solid #0003;
    margin: 60px 30px 0 30px !important;
    padding-top: 0 !important
}

.single-video .vd_item_inner img {
    border-radius: 20px
}

.postid-12590 .trasform {
    text-align: center;
    padding: 60px 0 60px 0
}

.postid-12590 .reshape_sec {
    padding: 60px 0 !important;
    text-align: center
}

.postid-12590 .heding_mtr {
    text-align: center
}

.postid-12590 .fexible_working {
    padding-bottom: 60px
}

.postid-12590 .btn_cont.how_btn.check_elib {
    text-align: center;
    margin: 20px 0 !important
}

.postid-12590 .fea_section {
    font-size: 18px !important;
    color: #000 !important;
    text-align: center
}

.postid-12590 .col-lg-3.ennconex_solution.sol_block.enconnex_background {
    height: 280px;
    background: #F7FAFF !important
}

.postid-12590 h1 {
    font-size: 35px !important
}

.postid-12590 p {
    margin-bottom: 20px !important
}

.postid-12590 .cmn_gap.animate__.animate__fadeInUp.wow.animated {
    border-top: 1px solid #E5E7EB;
    width: 95%;
    margin: 0 auto
}

.single-video .vid_time {
    top: 40px !important
}

.postid-780 .blog_dtls_main img {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.cmn_mistake_wp .cmn_list li {
    font-size: 17px;
    background-image: url(#06/Cross-Circle-3.svg) !important;
    background-size: 19px;
    background-position: left top 2px
}

.page-id-11186 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    display: none
}

.page-id-11186 .container.for.mobile {
    display: none
}

.page-id-11186 p.onsite_dec {
    margin: 0 0 30px 0
}

img.onsite_img {
    border-radius: 10px
}

.page-id-11186 .dc_center_list_item_mob {
    margin: 10px -20px
}

.experties_events {
    margin-bottom: 40px !important
}

.page-id-11186 .choose_event_locn {
    padding-bottom: 40px !important
}

.page-id-11186 .virtuandhyb_cloud {
    padding: 60px 0 0 0 !important
}

.page-id-11186 p.virtual_des {
    margin-bottom: 20px !important;
    text-align: center
}

.page-id-11186 .onsite_heading {
    margin: 60px 0 30px 0 !important
}

.page-id-11186 .custom_slider2 .slide_arrow_control .slide_prev {
    left: -50px
}

.page-id-11186 .custom_slider2 .slide_arrow_control .slide_nxt {
    right: -50px
}

.page-id-11186 .events_virtualnhybrid {
    padding: 25px 0 40px 0 !important
}

.inner_events {
    width: 312px
}

.page-id-11186 .list_sol_sec .list_cont {
    margin-top: 30px;
    margin-left: 155px
}

.page-id-11186 .event_produc {
    padding: 0 0 15px 0 !important
}

.onsite_services {
    padding: 40px 0 40px 0 !important
}

.page-id-11186 .list_sol_sec .btm {
    padding: 40px 40px
}

.page-id-11186 .slide_sec2.cmn_gap {
    padding: 65px 0 50px 0 !important
}

.page-id-11186 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding: 20px 0 0 0
}

.page-id-11185 .tab_area_part_main .nav-item {
    border: 0;
    text-align: left;
    padding: 0
}

.video_conference_slz.cmn_gap {
    padding-bottom: 0;
    margin-bottom: -10px
}

.elevate_services {
    text-align: center
}

.page-id-1349 .video_conference_slz.cmn_gap.avs_cmn.av_soln_it.img_soln_it {
    padding-top: 40px
}

.page-id-1349 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 0
}

.page-id-1183 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.slider_hardware {
    margin-top: 25px
}

.page-id-1183 .collab_spaces_uc {
    padding-top: 40px !important
}

.page-id-630 .cloud_offerings {
    margin-bottom: -10px !important
}

.page-id-630 .cm_cs_offerings {
    padding: 40px 0 40px 0
}

.page-id-3240 .center_aligned_cloud_services {
    text-align: left
}

.page-id-630 .cloud_migration_slider {
    margin-top: 20px
}

.page-id-2279 .row.ipad_version_gs {
    display: none
}

.page-id-2279 .cmn_list.dotted.desktop_version_gs {
    display: block
}

.postid-11383 .blog_dtls_main.cmn_gap {
    padding: 20px 0 50px !important
}

.page-id-1890 .cabling_solution .btn_cont {
    margin-bottom: 0
}

.page-id-1890 .cloud_approach .btn_cont {
    padding: 0 56px 27px 56px
}

.page-id-351 .cloud_approach .btn_cont {
    padding: 0 56px 27px 56px
}

.page-id-351 .cabling_solution .btn_cont {
    margin-bottom: 0
}

.page-id-1846 .cloud_approach .btn_cont {
    padding: 0 56px 27px 56px
}

.page-id-3240 .elevate_services_para {
    text-align: left
}

.page-id-3240 .partner_intro_sec.cmn_gap.cloud {
    padding: 0 0 25px 0
}

.page-id-11185 figure img {
    border-radius: 20px
}

.page-id-11185 .dotted_2 {
    margin-bottom: 60px
}

.page-id-11185 .partner_intro_sec.cmn_gap {
    padding: 0
}

.page-id-3165 .cabling_solution .btn_cont {
    margin-bottom: 0
}

.page-id-3165 .partner_intro_sec.cmn_gap {
    padding: 10px 0 20px 0
}

.page-id-2188 .partner_intro_sec {
    padding: 0 0 27px 0 !important
}

.page-id-2188 .dc_net_security_icon_block h6 {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 17px
}

.page-id-2188 .cmn_sec_benefittd h3 {
    font-size: 20px
}

.page-id-2188 figure.first_img {
    margin-bottom: 18px
}

.page-id-2188 .row_desktop.all_combine {
    display: flex
}

.page-id-2188 .row_mobile {
    display: none
}

.page-id-2188 .row_desktop {
    display: block
}

.page-id-903 .cmn_list.round_tick.round_tick_tab.ipad_dcstorage {
    display: none
}

.page-id-903 .btn_cont.btn_cont_mob.getstart_storage {
    margin-top: 20px !important
}

.page-id-3165 .inner {
    background: #fff !important
}

.page-id-11383 .cmn_tyl_arrow .slick-arrow.slick-disabled {
    background: #E2E8F2 !important
}

.page-id-2877 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px
}

.page-id-585 .slide_arrow_control .slick-arrow.slick-disabled svg circle {
    fill: #EAEFF4
}

.page-id-2279 .case_study2 {
    padding: 50px 0 80px !important
}

.case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px
}

.networking_solution_offerings img {
    border-radius: 15px
}

.dc-design-case.study {
    margin-bottom: 0
}

.dc-design-case.study {
    margin-bottom: 0
}

.container.dc-casestudy {
    padding-bottom: 30px
}

.dc-cs {
    padding-top: 20px
}

.item_box {
    font-size: 17px !important
}

.page-id-585 .main_img.w-100.m-0.proffesional.img_dc_electric {
    width: 80% !important;
    margin-left: 50px !important
}

.slide_prev.slide_prev_arrow.slick-arrow {
    margin: -15px -34px
}

.page-id-903 .storage_offerings {
    margin-top: 60px;
    position: relative;
    margin-bottom: 0
}

.page-id-2955 .mobile_items {
    display: none
}

.page-id-585 a.vbtn.animate__.animate__fadeInUp.wow.btn_electricfitout_soln {
    margin-bottom: 60px
}

.page-id-585 .slide_sec.cmn_gap.dc_space_cooling {
    padding-bottom: 20px
}

.page-id-1349 .tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
    padding: 20px 30px
}

.page-id-11185 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 20px
}

.page-id-11185 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every {
    margin-top: 40px
}

.page-id-11185 .collaboration_spaces_solution.comp_sol.cmn_gap.back_bl.solution_dc {
    padding-bottom: 20px
}

.page-id-1890 .cabling_solution .btn_cont {
    margin-bottom: 0
}

.partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
    padding-top: 60px
}

.page-id-2188 p.animate__.animate__fadeInUp.wow.animated {
    text-align: left
}

.page-id-2955 .slide_prev.dc_slide_prev_design.slick-arrow.slick-disabled {
    margin-top: 0;
    margin-right: 20px
}

.page-id-2955 .slide_nxt.dc_slide_next_design.slick-arrow {
    margin-top: 0;
    margin-left: 20px
}

.page-id-2955 .slide_prev.slick-arrow.slick-disabled {
    margin: -22px -35px
}

.page-id-2955 .slide_nxt.slick-arrow {
    margin: -22px -35px
}

.page-id-585 .electric_fit_out_slide_prev {
    left: 0 !important;
    margin: -25px 35px !important;
    top: 55% !important
}

.page-id-585 .electric_fit_out_slide_nxt {
    right: 0 !important;
    margin: -25px 35px !important;
    top: 55% !important
}

.page-id-585 a.vbtn.center.animate__.animate__fadeInUp.wow {
    margin-top: 20px
}

.page-id-2279 .we_deliver_what_matters.with_count.cmn_gap {
    padding: 0
}

.page-id-2279 .slick-list.draggable {
    margin: 0
}

.page-id-2279 div#global_service_verticals {
    padding-bottom: 0
}

.page-id-3058 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding-top: 0 !important
}

.page-id-3058 .partner_intro_sec.back_bl.cmn_gap.storage_dm.elevate_storage_partner {
    padding-top: 10px !important
}

.page-id-1588 .cmn_tyl_arrow.audio_video_slider_controls.av-btn {
    margin-top: 45px
}

.page-id-3264 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 0 0 40px !important
}

img.lang-flag {
    border-radius: 2px !important
}

.page-id-2423 .collbrntn_sec_space.cmn_gap {
    padding: 55px 0 30px 0
}

.page-id-2423 .ss_product_offering.cmn_gap {
    padding: 0;
    margin-bottom: 20px
}

.page-id-2423 .partner_intro_sec.back_bl.cmn_gap {
    padding-bottom: 0
}

.page-id-1984 p.animate__.animate__fadeInUp.wow.software.animated {
    margin-bottom: 0
}

.page-id-1984 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 50px
}

.page-id-3871 .var_sol.cmn_gap {
    padding: 0 0 70px 0
}

.page-id-3871 .row.box3 {
    margin-bottom: 20px
}

.page-id-3871 .partner_intro_sec.back_bl.cmn_gap {
    padding: 10px 0 0 0
}

.img_slick_sec {
    margin: auto
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
    padding: 22.3px 40px
}

.cloud_benefit li {
    background-image: url(#)
}

.page-id-1846 .networking_product_sec .item .inner {
    background: #F8FBFF
}

.page-id-1032 .partner_intro_sec .btn_cont {
    margin-bottom: 50px
}

.eleveate_secrvices_pr_line_otr .rtt_s {
    align-self: center
}

.page-id-3240 .eleveate_secrvices_part .vbtn {
    margin-right: 90%
}

.Service_video_sec.vid_grid_cont.cmn_gap {
    padding: 0 0 60px
}

.press_reports_sec .item_inner {
    padding: 40px
}

.banner_space {
    margin-bottom: 0
}

header.main-head.sticky {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .08)
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post {
    flex-wrap: nowrap
}

.main-head .ubermenu .ubermenu-badge-bottomright {
    top: 80px;
    position: absolute;
    width: inherit
}

.cloud_benefit li {
    background-image: url(#)
}

.dc_colocation .inner {
    background: #F7FAFF
}

.career_meet {
    position: relative
}

.career_meet .play_btn {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .22);
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.career_meet .play_btn i {
    color: #f3a258;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-indent: 2px
}

.page-id-2188 .col-md-3.col-6.item.animate__.animate__fadeInUp.wow.animated {
    height: 100%
}

.page-id-3790 .contact_location_sec.cmn_gap {
    padding-top: 25px
}

.page-id-3516 .collaboration_spaces_solution.pis_tablist.comp_sol.cmn_gap {
    padding-top: 0
}

.page-id-3516 .partner_intro_sec {
    padding: 0 0 0
}

.cloud_approach.sls_section.cmn_gap.public_cloud_cmn {
    padding-bottom: 20px
}

.prgphp.prgphp_dc_compute {
    padding-bottom: 0
}

.slide_datacenter {
    margin-top: 60px
}

.cmn_sec_benefittd.centerd.animate__.animate__fadeInUp.wow.datacenter_wow.animated {
    margin-bottom: 60px
}

.collbrntn_sec_space.cmn_gap.dc_collbrntn_sec_space_mob.collbrntn_sec_space_mob.consistent_dc_space {
    padding-bottom: 0 !important
}

.networking_product_sec .item .inner {
    background: #F7FAFF
}

.circle {
    z-index: 9
}

.form-span {
    color: red
}

.our_val_sec .inner {
    margin-top: 0
}

.inner_ban_main.culture_banner {
    padding-bottom: 60px !important
}

.juniper_img_bord {
    border-radius: 15px;
    margin: auto;
    display: block
}

.juniper_head {
    padding-bottom: 10px
}

.junifer_sol_anch {
    color: #EF8321;
    border-bottom: 1px solid
}

.accordion_partner {
    border: 1px solid #ccc
}

.accordion.accordion_partner>div:last-child,
.accordion.accordion_partner>div:nth-last-child(2) {
    border-bottom: none !important
}

.slide_main_sec {
    width: 500px;
    display: block;
    margin: 0 auto
}

.slide_main_sec .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1;
    border-radius: 100%
}

.slide_main_sec .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

.slide_main_sec .slick-arrow button {
    display: none
}

.info_text {
    text-align: center
}

img.alignnone.size-full.wp-image-11029 {
    height: 65px !important
}

.partner_diff_sec.cmn_gap.back_bl.bottom_sec {
    padding: 60px 0 20px
}

img.partner_diff_logo {
    width: 100%
}

.lines_partner {
    width: 70%;
    margin: auto
}

.btn_cont.zoom_learn_more.learn_btn {
    margin-bottom: 20px !important
}

.inner.first_hcl {
    padding: 85px 25px !important
}

.inner.sec_avh {
    padding: 55px 25px !important
}

.inner.sec_stop {
    padding: 70px 25px !important
}

.slide_nxt.electric_fit_out_slide_nxt.slick-arrow.cis_arrow {
    top: 70% !important
}

.slide_prev.electric_fit_out_slide_prev.slick-arrow.slick-disabled.cis_arrow {
    top: 70% !important
}

.page-id-2877 .dc_colocation .btn_cont {
    margin-top: 10px !important
}

.page-id-2544 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 10px
}

a.cmn_btn.btn_dcnetworking_desktop {
    margin-top: 25px
}

.page-id-1846 .networking_product_sec.cabling_solution.back_bl.cmn_gap {
    padding: 30px 0
}


.page-id-3790 .we_deliver_what_matters.cmn_gap {
    padding-top: 0;
    padding-bottom: 0
}

.postid-4430 .cmn_partner_sub_block.cmn_gap.nu_foundation {
    padding: 0 !important
}

.btn_cont.read_it {
    padding-bottom: 35px
}

.cmn_btn.apply-now-button {
    background-color: #ff4133;
    color: #fff;
    height: 40px;
    border-radius: 50px;
    text-transform: inherit
}

.cmn_btn.apply-now-button:hover {
    background-color: #EA6F00;
    color: #fff
}

.cmn_event_sec .date_tag .tag.upcomming-webinar {
    background: #FEEDDE
}

.features_andbenifits {
    text-align: center;
    margin-top: 20px
}

body.animate.page-id-883 .mid_anim img {
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0)
}

.page-id-883 .mid_anim img {
    position: absolute;
    top: 27%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(100%);
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    -o-transform: translateX(-50%) translateY(100%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.multiple_used_aud_tab.cabling_offering.slide_sec_cus.cmn_gap.multiple_used_aud_tab_mob.dc_structure_cabling {
    padding-bottom: 0
}

.pp-multiple-authors-wrapper.multiple-authors-target-the-content {
    display: none !important
}

.serverrack {
    margin: 20px 0 5px 70px
}

.enconnex_head {
    text-align: center
}

.col-lg-3.ennconex_solution.first_row_enconnex {
    margin-left: 204px;
    margin-top: 40px
}

.col-lg-3.ennconex_solution.second_row_enconnex {
    margin-top: 40px
}

h2.solution_enco {
    text-align: center;
    padding: 60px 0 0 0
}

.cmn_partner_sub_block.cmn_gap_enco {
    padding: 80px 0 0 0
}

.featurenbenifits {
    margin: 0 25px !important
}

.customizable_nw {
    align-items: center;
    padding-left: 25%;
    display: flex
}

h2.flexible_working_environment {
    text-align: center;
    margin: 0 0 45px 0
}

a.cmn_btn.server_racks {
    margin-top: 35px
}

h2.network_cabling {
    text-align: center;
    margin-bottom: 40px
}

img.alignnone.size-medium.wp-image-3857.ups {
    width: 874px !important;
    margin-left: 16%;
    margin-top: 20px
}

.ups_para {
    text-align: center
}

p.intro_zoom_video {
    margin: -11px !important;
    text-align: center
}

h2.introducing_zoom {
    text-align: center;
    margin-bottom: 40px
}

.zoom_buisness_challanges {
    margin-top: 25px
}

.phone_intro {
    background-color: #F7FAFF
}

.row.zoom_solution_cmn {
    padding-bottom: 60px
}

.partner_sub_hero.cmn_gap {
    padding: 0 0 60px
}

.btn_cont.zoom_learn_more {
    text-align: center;
    margin-top: 20px
}

.enconnex_background {
    background-color: #F7FAFF
}

.row.pdu_enconnex {
    padding-bottom: 40px
}

.cmn_partner_sub_block.cmn_gap_top_enco {
    padding-top: 60px
}

.reliable_pdu {
    padding-top: 60px
}

h2.power_cord {
    text-align: center
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 30px;
    text-align: center
}

.flex-item-left {
    font-size: 17px;
    padding: 10px;
    margin-left: 20px
}

.btn_cont.uninterrupted_ups {
    text-align: center
}

.flex-container.ups_flex {
    margin-top: 10px
}

.flex-item-right {
    font-size: 17px;
    margin-top: 11px;
    margin-left: 142px
}

a.cmn_btn.server_racks.uninterrupted_ups {
    margin-top: 0 !important
}

.cmn_partner_sub_block.cmn_gap_power_cords.enconnex_background {
    padding-top: 45px;
    padding-bottom: 35px
}

.cmn_partner_sub_block.cmn_gap_ups.enconnex_background {
    padding-top: 40px;
    padding-bottom: 35px
}

.plug_play_cmn {
    padding-bottom: 60px
}

.avacor_download {
    margin-top: 50px
}

.dc_cmn_extra {
    padding-bottom: 0 !important
}

.cmn_extra_dc {
    padding-bottom: 0
}

.down_arrow_button {
    margin-top: 30px
}

.partner_inner {
    height: 276px;
    width: 370px
}

.server_vertu_sec {
    min-height: 0 !important;
    padding: 30px !important
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: none
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+) !important;
    transform: rotate(0deg)
}

.accordion-button::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzIxMjUyOSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+) !important
}

.specific_btn {
    border: 1px solid #ff4133;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #fff;
    color: #ff4133;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    padding: 13px 20px;
    float: right
}

.accordion-button:focus {
    box-shadow: none
}

.nutanix_heading {
    color: #1D3F75 !important
}

.nutanix_heading {
    color: #1D3F75
}

.postid-4430 .partner-subblock {
    margin-top: 40px
}

.partner-subblock {
    text-align: center
}

.story_success {
    text-align: center
}

.near_des {
    text-align: center !important
}

.icon.values {
    width: 18%;
    align-items: center;
    display: inline-block
}

.career_meet.cmn_gap {
    padding-top: 0
}

.nutanix_heading {
    color: #1D3F75 !important
}

#cookie-notice {
    border-radius: 20px 20px 0 0;
    bottom: 0
}

.home_inovative_work .vid_loc {
    left: 85px
}

#cookie-notice .cn-button:not(.cn-button-custom) {
    font-size: 14px !important;
    margin-right: 35px
}

#cn-notice-buttons a.btn_liner {
    font-size: 14px
}

.home_ban_bg.home_ban_for_1 .item {
    display: none
}

.home_ban_bg.home_ban_for_1 .item.active {
    display: block
}

.home_btm_navs {
    border: 0 !important
}

.home_btm_navs .slick-current {
    border-bottom: none !important
}

.home_btm_nav_item {
    border-bottom: 1px solid #EBEBEB
}

.mb-3 {
    margin-bottom: 2rem !important
}

.pop_blog_sec.cmn_gap {
    padding-bottom: 30px
}

.page-template-blog .banner_space {
    margin-bottom: 0
}

.video_conference_slz_maint {
    margin-top: 45px
}

.ess-form {
    padding: 60px 0
}

.ess-form .gchoice .gfield-choice-input {
    display: none
}

.ess-form .container {
    max-width: 900px
}

.main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu {
    top: calc(100% + 37px)
}

.partner_main_sec .search_filter {
    padding-bottom: 40px
}

.case_study2.cmn_gap.public-cloud.public {
    padding-top: 0
}

.proud_class {
    padding: 0 25px
}

.career_rule.cmn_gap {
    padding: 40px 0
}

.career_value2 {
    background: #fff
}

.career_wlcm_chart {
    padding-bottom: 160px
}

.collbrntn_sec_space.cmn_gap.collbrntn_storage_sec.storage_bottom_tab.dc_colocation {
    padding: 40px !important
}

.career_imp .item_inner {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .08)
}

.electric_fit_out_slide_prev {
    left: 0 !important;
    margin: -25px -4px !important
}

.electric_fit_out_slide_nxt {
    right: 0 !important;
    margin: -25px -4px !important
}

.career_value2 {
    background: #fff
}

.career_proud2 {
    background: #F7FAFF;
    background-image: none
}

.case_study2.cmn_gap.public-cloud.public {
    margin-bottom: 30px
}

.who_we_are_sec h3 {
    font-weight: 600;
    letter-spacing: 0
}

.breadcrumb_bar a {
    color: #828282
}

.cmn_list_bottom_2 {
    margin-bottom: 30px
}

.dc_center_mob {
    padding: 60px 0 0 !important
}

.dc_center_bl {
    padding: 30px !important
}

.dc_center_list_item_mob {
    margin: 10px 0
}

.main_img_brd_mob {
    display: none
}

.sddc_services_mobile .item img {
    border-radius: 0
}

a.vbtn.gp_top.soln {
    margin-top: 25px
}

p.animate__.animate__fadeInUp.wow.physical-infra.physical-infra {
    margin-bottom: 35px
}

p.animate__.animate__fadeInUp.wow.software.animated {
    margin-bottom: 35px
}

.cmn_sec_benefittd.server {
    margin-bottom: 30px
}

p.animate__.animate__fadeInUp.wow.physical-infra.physical-infra.animated {
    margin-bottom: 35px
}

p.animate__.animate__fadeInUp.wow.hypercon.animated {
    margin-bottom: 35px
}

p.virtualization {
    margin-bottom: 55px
}

p.animate__.animate__fadeInUp.wow.physical-infra.animated {
    margin-bottom: 25px
}

a.vbtn.gp_top.physical-infra-button {
    margin-top: 35px
}

.cmn_sec_benefittd.centerd.animate__.animate__fadeInUp.wow.it-infra.animated {
    margin-bottom: 20px
}

.cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.infra {
    margin-top: 25px
}

.latin-america-map .location-center-position4 {
    left: 48%;
    bottom: 65%
}

.g-map .location-center-position52,
.g-52 {
    left: 21.1%;
    bottom: 42.5%
}

.g-map .location-center-position42,
.g-42 {
    position: absolute;
    left: 14%;
    bottom: 53%
}

.g-map .location-center-position41,
.g-41 {
    position: absolute;
    bottom: 15%;
    right: 76%
}

.g-map .location-center-position40,
.g-40 {
    position: absolute;
    bottom: 16%;
    right: 72%
}

.g-map .location-center-position37,
.g-37 {
    position: absolute;
    bottom: 52%;
    right: 15%
}

.g-map .location-center-position34,
.g-34 {
    position: absolute;
    bottom: 15%;
    right: 7.5%
}

.eu-9,
.europea-map .location-center-position9 {
    left: 72%;
    bottom: 55.5%
}

div#pills2 .map-list.map-list-location.map-list-location5 {
    display: none !important
}

.g-map .location-center-position48,
.g-48 {
    left: 78%;
    bottom: 46%
}

.g-map .location-center-position47,
.g-47 {
    left: 83.5%;
    bottom: 58.5%
}

.g-map .location-center-position46,
.g-46 {
    left: 82%;
    bottom: 62%
}

.g-map .location-center-position45,
.g-45 {
    left: 47.2%;
    bottom: 77.5%
}

.g-map .location-center-position44,
.g-44 {
    left: 92px;
    bottom: 70%
}

.g-map .location-center-position43,
.g-43 {
    left: 101px;
    bottom: 73%
}

.g-map .location-center-position49,
.g-49 {
    left: 98.5%;
    top: 110%
}

.na-8,
.north-america-map .location-center-position8 {
    position: absolute;
    bottom: 37%;
    left: 26%
}

.na-3,
.north-america-map .location-center-position3 {
    position: absolute;
    bottom: 21%;
    left: 48%
}

.na-10,
.north-america-map .location-center-position10 {
    left: 21%;
    bottom: 51%
}

.na-9,
.north-america-map .location-center-position9 {
    left: 24%;
    bottom: 27%
}

.apac-15,
.apac-map .location-center-position15 {
    position: absolute;
    bottom: 47%;
    right: 40.5%
}

.apac-14,
.apac-map .location-center-position14 {
    position: absolute;
    bottom: 21.2%;
    right: 48%
}

.g-map .location-center-position4,
.g-4 {
    position: absolute;
    top: 51%;
    left: 8%
}

.g-map .location-center-position2,
.g-2 {
    position: absolute;
    top: 54%;
    left: 21%;
    display: none
}

.g-map .location-center-position5,
.g-5 {
    position: absolute;
    top: 56%;
    left: 19%
}

.g-map .location-center-position6,
.g-6 {
    position: absolute;
    top: 42%;
    left: 10.3%
}

.g-map .location-center-position1,
.g-1 {
    position: absolute;
    top: 55%;
    left: 8%
}

.g-map .location-center-position3,
.g-3 {
    position: absolute;
    top: 54%;
    left: 21%
}

.g-map .location-center-position8,
.g-8 {
    position: absolute;
    top: 49%;
    left: 9%
}

.g-map .location-center-position7,
.g-7 {
    position: absolute;
    top: 31%;
    left: 45%
}

.g-map .location-center-position10,
.g-10 {
    position: absolute;
    top: 43%;
    left: 43%
}

.g-map .location-center-position11,
.g-11 {
    position: absolute;
    top: 43%;
    left: 45%
}

.g-map .location-center-position12,
.g-12 {
    position: absolute;
    top: 47%;
    left: 46%
}

.g-map .location-center-position7,
.g-7 {
    top: 43%;
    left: 47%
}

.g-map .location-center-position14,
.g-14 {
    position: absolute;
    top: 59%;
    left: 79%
}

.g-map .location-center-position15,
.g-15 {
    position: absolute;
    top: 52%;
    left: 54%
}

.g-map .location-center-position16,
.g-16 {
    position: absolute;
    bottom: 58%;
    right: 37%
}

.g-map .location-center-position17,
.g-17 {
    position: absolute;
    top: 62%;
    right: 30%
}

.g-map .location-center-position19,
.g-19 {
    position: absolute;
    bottom: 56%;
    right: 27%
}

.g-map .location-center-position23,
.g-23 {
    position: absolute;
    top: 71%;
    right: 29%
}

.g-map .location-center-position21,
.g-21 {
    position: absolute;
    bottom: 53%;
    right: 29.5%
}

.g-map .location-center-position20,
.g-20 {
    position: absolute;
    bottom: 55%;
    right: 30.5%
}

.g-map .location-center-position23,
.g-23 {
    position: absolute;
    top: 72%;
    right: 29%
}

.g-map .location-center-position22,
.g-22 {
    position: absolute;
    bottom: 53%;
    right: 28%
}

.g-map .location-center-position18,
.g-18 {
    position: absolute;
    bottom: 50%;
    right: 28%
}

.g-map .location-center-position29,
.g-29 {
    position: absolute;
    bottom: 52%;
    right: 22%
}

.g-map .location-center-position28,
.g-28 {
    position: absolute;
    bottom: 46%;
    right: 22%
}

.g-map .location-center-position30,
.g-30 {
    bottom: 57% !important;
    right: 15%
}

.g-map .location-center-position33,
.g-33 {
    position: absolute;
    bottom: 15%;
    right: 48%
}

.g-map .location-center-position24,
.g-24 {
    position: absolute;
    top: 51%;
    right: 19%
}

.g-map .location-center-position35,
.g-35 {
    position: absolute;
    bottom: 12%;
    right: 10%
}

.g-map .location-center-position38,
.g-38 {
    position: absolute;
    bottom: 51%;
    right: 19%
}

.g-map .location-center-position36,
.g-36 {
    position: absolute;
    bottom: 62%;
    right: 16%
}

.g-map .location-center-position31,
.g-31 {
    position: absolute;
    bottom: 57%;
    right: 17%
}

.g-map .location-center-position32,
.g-32 {
    position: absolute;
    bottom: 59.2%;
    right: 17.3%
}

.g-map .location-center-position39,
.g-39 {
    position: absolute;
    bottom: 35.5%;
    right: 19%
}

.g-map .location-center-position27,
.g-27 {
    position: absolute;
    top: 78%;
    right: 21%
}

.g-map .location-center-position9,
.g-9 {
    position: absolute;
    bottom: 24%;
    left: 30%
}

.aust-3,
.australia-map .location-center-position3 {
    bottom: 22%;
    left: 94%
}

.aust-2,
.australia-map .location-center-position2 {
    position: absolute;
    bottom: 23%;
    right: 54%
}

.aust-1,
.australia-map .location-center-position1 {
    position: absolute;
    bottom: 33%;
    right: 41%
}

.g-map .location-center-position51,
.g-51 {
    left: 21%;
    bottom: 42.5%
}

.g-map .location-center-position50,
.g-50 {
    left: 70%;
    bottom: 53.5%
}

.india-8,
.indian-map .location-center-position8 {
    position: absolute;
    top: 71%;
    left: 23%
}

.india-1,
.indian-map .location-center-position2 {
    position: absolute;
    top: 39%;
    left: 32%
}

.india-3,
.indian-map .location-center-position3 {
    position: absolute;
    top: 68%;
    left: 15%
}

.india-5,
.indian-map .location-center-position5 {
    position: absolute;
    bottom: 14%;
    left: 42%
}

.india-4,
.indian-map .location-center-position4 {
    position: absolute;
    bottom: 14%;
    left: 33%
}

.india-2,
.indian-map .location-center-position1 {
    position: absolute;
    bottom: 36%;
    left: 21%;
    right: 24%
}

.apac-12,
.apac-map .location-center-position12 {
    position: absolute;
    bottom: 13%;
    right: 45%
}

.apac-13,
.apac-map .location-center-position13 {
    position: absolute;
    bottom: 24%;
    right: 49.5%
}

.apac-8,
.apac-map .location-center-position8 {
    position: absolute;
    bottom: 56%;
    right: 35%
}

.apac-9,
.apac-map .location-center-position9 {
    position: absolute;
    bottom: 34%;
    right: 37%
}

.apac-5,
.apac-map .location-center-position5 {
    position: absolute;
    top: 73.5%;
    right: 41%
}

.apac-1,
.apac-map .location-center-position1 {
    position: absolute;
    top: 67%;
    right: 39%
}

.apac-15,
.apac-map .location-center-position15 {
    position: absolute;
    bottom: 47%;
    right: 40.5%
}

.apac-17,
.apac-map .location-center-position17 {
    left: 50%;
    bottom: 23%
}

.apac-16,
.apac-map .location-center-position16 {
    position: absolute;
    bottom: 42.5%;
    right: 38%
}

.eu-2,
.europea-map .location-center-position2 {
    position: absolute;
    bottom: 81.2%;
    left: 34%
}

.eu-1,
.europea-map .location-center-position1 {
    position: absolute;
    bottom: 82.5%;
    left: 30%
}

.eu-4,
.europea-map .location-center-position4 {
    position: absolute;
    bottom: 77%;
    left: 36%
}

.eu-5,
.europea-map .location-center-position5 {
    position: absolute;
    bottom: 83.1%;
    left: 41%
}

.eu-3,
.europea-map .location-center-position3 {
    position: absolute;
    bottom: 80%;
    left: 42%
}

.eu-6,
.europea-map .location-center-position6 {
    position: absolute;
    bottom: 70%;
    right: 44%
}

.eu-8,
.europea-map .location-center-position8 {
    bottom: 0;
    left: 47%
}

.la-1,
.latin-america-map .location-center-position1 {
    position: absolute;
    bottom: 36%;
    right: 12%
}

.latin-america-map .location-center-position5 {
    position: absolute;
    left: 21%;
    bottom: 81%
}

.eu-7,
.europea-map .location-center-position7 {
    left: 40.4%;
    bottom: 81%
}

.na-7,
.north-america-map .location-center-position7 {
    position: absolute;
    bottom: 51%;
    left: 26%
}

.latin-america-map .location-center-position3 {
    position: absolute;
    left: 56%;
    bottom: 23%
}

.latin-america-map .location-center-position2 {
    position: absolute;
    bottom: 24%;
    left: 71%
}

.na-2,
.north-america-map .location-center-position2 {
    position: absolute;
    top: 98%;
    left: 22%
}

.na-6,
.north-america-map .location-center-position6 {
    position: absolute;
    bottom: 14%;
    left: 44%
}

.na-5,
.north-america-map .location-center-position5 {
    position: absolute;
    bottom: 57%;
    left: 22%;
    display: none
}

.na-4,
.north-america-map .location-center-position4 {
    position: absolute;
    bottom: 36%;
    left: 24%
}

.na-1,
.north-america-map .location-center-position1 {
    position: absolute;
    top: 112%;
    left: 22%
}

.uae-1,
.mea-map .location-center-position1 {
    position: absolute;
    top: 107%;
    right: 46%
}

.uae-1,
.uae-map .location-center-position1 {
    position: absolute;
    top: 50%;
    right: 37%
}

.g-map,
.north-america-map,
.latin-america-map,
.europea-map,
.apac-map,
.indian-map,
.mea-map,
.australia-map,
.uae-map {
    padding-top: 40px
}

.latin-america-map .map-img {
    max-width: 280px
}

.europea-map .map-img {
    max-width: 500px
}

.apac-map .map-img {
    max-width: 640px
}

.indian-map .map-img {
    max-width: 400px
}

.australia-map .map-img {
    max-width: 500px
}

.uae-map .map-img {
    max-width: 500px
}

.uae-map .location-center-position2 {
    position: absolute;
    top: 30%;
    right: 8%
}

.apac-4,
.apac-map .location-center-position4 {
    position: absolute;
    top: 66%;
    right: 47%
}

.apac-3,
.apac-map .location-center-position3 {
    position: absolute;
    top: 72%;
    right: 42%
}

.apac-2,
.apac-map .location-center-position2 {
    position: absolute;
    top: 54%;
    right: 43%
}

.apac-7,
.apac-map .location-center-position7 {
    position: absolute;
    bottom: 56%;
    right: 29%
}

.apac-6,
.apac-map .location-center-position6 {
    position: absolute;
    bottom: 40.5%;
    right: 38%
}

.btn_cont.noc-btn {
    padding: 0 0 60px
}

.partner_intro_sec.back_bl.cmn_gap.noc-partner {
    padding: 0
}

.noc_cs.cmn_gap {
    padding-bottom: 80px;
    padding-top: 50px
}

.page-id-8163 .ess-form .container,
.page-id-7110 .ess-form .container,
.page-id-8170 .ess-form .container,
.page-id-8180 .ess-form .container,
.page-id-8182 .ess-form .container,
.page-id-8187 .ess-form .container,
.page-id-8951 .ess-form .container,
.page-id-8944 .ess-form .container,
.page-id-7112 .ess-form .container,
.page-id-3 .ess-form .container,
.page-id-9543 .ess-form .container {
    max-width: 1320px !important
}

.single_blog_banner::after {
    background: none
}

.single_blog_banner .ban_text h1 {
    color: #1D3F75
}

.single_blog_banner .ban_text {
    max-width: 1100px
}

.single_blog_banner .ban_text p {
    color: #1a1a1a
}

.single_blog_banner .breadcrumb_bar li+li::before {
    color: #94A3B8
}

.single_blog_banner .ban_text h6 {
    background: rgb(255, 238, 223);
    color: #1a1a1a
}

.single_blog_banner .ban_text {
    padding-top: 0
}

.blog_dtls_main.cmn_gap {
    margin-top: 40px
}

.page-id-8163 .ess-form .container ul,
.page-id-8163 .ess-form .container li {
    list-style: unset;
    padding-left: 15px
}

.page-id-7110 .ess-form .container ul,
.page-id-7110 .ess-form .container li {
    list-style: unset;
    padding-left: 15px
}

.page-id-8170 .ess-form .container ul,
.page-id-8163 .ess-form .container li {
    list-style: unset;
    padding-left: 15px
}

.page-id-8180 .ess-form .container ul,
.page-id-8180 .ess-form .container li {
    list-style: unset;
    padding-left: 15px
}

.page-id-8187 .ess-form .container ul,
.page-id-8187 .ess-form .container li {
    list-style: unset;
    padding-left: 15px
}

.elevate_cloud_migartion.animated {
    text-align: center;
    padding: 0 0 30px
}

.partner_intro_sec {
    padding: 0
}

.our_skills_area:after {
    bottom: -40%
}

.our_val_sec .icon {
    position: relative;
    left: 0;
    top: 0
}

.icon.our_values-icons {
    padding-bottom: 20px
}

.our_skills_area h3 {
    color: #1D3F75
}

.contact_img {
    width: 70% !important
}

.cont_main_right .gform_button {
    padding: 0 25px
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 400 !important
}

.remote_services .intgrtd_sl_communicate_slid_col_lft h3 {
    letter-spacing: -1px
}

.main-head .ubermenu-nav li span.ubermenu-target {
    font-size: 16px !important
}

.main-head .ubermenu-nav>li>a,
.lan_sel,
.index_header.main-head .ubermenu-nav li span.ubermenu-target {
    font-size: 16px !important
}

.partner_main_sec .search_fld_grp {
    width: calc(69% - 30px)
}

.best_seller_partd_btmmmm_tabcnt {
    margin-top: 5px
}

.partner_main_sec h2 {
    padding-bottom: 25px
}

.partner_main_sec .items {
    justify-content: left
}

.cmn_list.dotted-2 li {
    background: none;
    padding: 0
}

.slick-current:hover .nav_rect_svg {
    animation-play-state: paused
}

.cmn_list.round_tick {
    height: 190px
}

.btncus {
    margin-top: 0 !important
}

.custom_slider .slide_arrow_control {
    bottom: 50px
}

.pointer {
    width: 11px;
    height: 11px
}

.tab_area_part_main.left_vertical_area .nav-tabs .nav-link {
    padding: 30px
}

figure.main_img.rad15 {
    width: 90%;
    padding: 25px
}

.arrow_sl2_2_2 .arrow_sl_item {
    padding: 0 70px
}

.cmn_list.dotted ul {
    padding: 15px
}

lottie-player {
    margin: auto
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target .ubermenu-target-title {
    margin: auto
}

.ubermenu-submenu-id-4207 a {
    font-size: 16px !important
}

.ubermenu-submenu-id-4207 {
    width: 150px
}

.ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded.related-article-wrap {
    margin: 0 !important
}

.eleveate_secrvices_part.remote_services.back_bl.cmn_gap {
    padding: 60px 0 0
}

.breadcrumb_bar li:last-child,
.breadcrumb_bar li:last-child a {
    text-transform: initial
}

.career_wlcm_chart .msg_box {
    background: #F1F7FF
}

.cont_main_right input[type=text]#name {
    background-image: url(#)
}

.cont_main_right input[type=text]#company_name {
    background-image: url(#)
}

.cont_main_right input[type=text]#phone_no {
    background-image: url(#05/Group-390.svg);
    background-size: 22px
}

.contact_mn_modal #contactForm {
    margin: 0 -23px
}

.contact_mn_modal #contactForm .form-group>label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
    display: inline-block
}

.contact_mn_modal #contactForm .form-group {
    margin-bottom: 12px
}

.contact_mn_modal #contactForm button[type=submit] {
    background-color: #ff4133;
    color: #fff;
    padding: 0 25px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    border: 0;
    margin-top: 10px
}

.contact_mn_modal #contactForm button[type=submit]:hover {
    background-color: #EA6F00;
    color: #fff
}

.cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.services {
    padding: 0;
    margin-top: 25px
}

.cmn_sec_benefittd.centerd.animate__.animate__fadeInUp.wow.cloud-services.animated {
    margin-bottom: 20px
}

.brochures_sec_mob {
    margin-bottom: 0 !important
}

.list_cont_btn {
    margin-top: 30px;
    margin-bottom: 10px
}

.tab_main_bottom {
    padding-bottom: 0 !important
}

.elevate-technology-home-icons {
    width: 50%
}

.colocation_serv_off {
    padding-top: 30px
}

.storage_bottom_tab {
    padding: 30px 0 !important
}

.desk_partner_intro {
    padding: 0 0 40px
}

li.animate__.animate__fadeInUp.wow.elevate_service.animated {
    text-align: left
}

.company_overview_video_sec_mob {
    padding: 60px !important
}

.update_video_sec_mob {
    padding: 0 !important
}

.cus_vid_arrows_mob {
    margin-top: 30px !important
}

.vid_grid_contmob {
    padding-top: 0 !important
}

.list_cont_bottom {
    margin: 30px 0
}

.vbtn_gp_top {
    margin-top: 30px
}

.cmn_list li {
    background-image: url(#)
}

.cmn_list.round_tick li {
    background-image: url(#)
}

.row.cloud_services_solutions {
    text-align: left
}

.main_img_brd_tab img {
    max-width: 100%
}

h3.h2\.center_aligned_cloud_services {
    text-align: center
}

p.animate__.animate__fadeInUp.wow.physical-infra.text-center.dc_power.animated {
    margin-bottom: 15px
}

p.animate__.animate__fadeInUp.wow.dc_colocation_prg.animated {
    margin-bottom: 30px
}

.find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every {
    margin-top: 10px
}

.collbrntn_sec_space.cmn_gap.dc_nw {
    padding-bottom: 40px
}

.cmn_tyl_arrow.appr_styling_controls.cloud {
    padding: 0;
    margin: 0
}

.case_study2_mob {
    padding-bottom: 0
}

.cmn_boxes_grid .box_item {
    margin-bottom: 25px
}

.networking_solution_offerings .item {
    margin-bottom: 30px
}

.audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
    padding: 30px 0 0 !important
}


.who_we_are_sec.cmn_gap {
    padding: 30px 0 60px
}

.dc_design_services_mob {
    padding: 0 !important
}

.blog_dtls_main.cmn_gap {
    margin-top: 0
}

.sddc_services_mobile .item img {
    border-radius: 0
}

.bros_block_sm {
    margin-bottom: 30px !important
}

.bros_pagination_mob {
    margin-top: 20px
}

.round_tick_tab ul {
    justify-content: unset;
    width: 100% !important
}

.round_tick_tab li {
    width: 100% !important
}

.cmn_tyl_arrow_mob {
    margin-top: 30px !important
}

.multiple_used_aud_tab_mob {
    padding: 30px 0 0
}

.dc_security_sol_mob {
    padding: 30px 0
}

.list_mob li {
    padding-left: 20px !important
}

.list_mob li:before {
    left: 0 !important
}

.nc_slider_part_mob {
    margin-bottom: 30px
}

.storage_offerings_mob {
    margin-top: 0
}

.img_col_mob {
    margin-bottom: 0
}

.btn_cont_mob {
    margin-top: 0 !important
}

.infrastructure_heading_mob {
    font-size: 22px
}

.slide_arrow_control_justify {
    justify-content: center
}

.arrow_sl2_mob label {
    font-size: 18px
}

.we_deliver_what_matters.with_count .slide_arrow_control {
    margin-top: 30px
}

.dc_collbrntn_sec_space_mob {
    padding-top: 0 !important
}

.we_deliver_what_matters .cmn_sec_benefittd {
    margin-bottom: 30px
}

.arrow_sl2_mob {
    margin-bottom: 0 !important
}

h3.mob-sub-heading {
    font-size: 24px
}

.remote_services .btn_cont {
    margin-bottom: 50px !important
}

p.text-center {
    padding-bottom: 40px
}

.page-id-2955 p.text-center {
    padding-bottom: 0 !important
}

.page-id-2955 .container.dc-casestudy {
    padding-bottom: 20px
}

.page-id-2955 .dc-design-case.study {
    margin-bottom: 30px
}

.mid_anim img {
    width: auto
}

.noc_cs.cmn_gap {
    padding-bottom: 0;
    padding-top: 20px
}

.case_slider .lft_case .back_light_figd {
    padding: 30px
}

.case_study2.cmn_gap.professional-case-study {
    margin: 0 !important
}

.main_img_brd {
    width: 100%
}

.cmn_tyl_arrow.collaboration_spaces_solution_controls {
    margin: 20px 0 30px
}

.case_study_collaborated.mob {
    padding: 0 0 40px
}

.vbtn.gp_top.mob {
    margin-top: 0
}

.page-id-883 .mid_anim img {
    top: 30%
}

.lan_bar_click img {
    padding-right: 10px
}

.cmn_tyl_arrow.audio_video_slider_controls {
    justify-content: center
}

.partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 30px 0 60px !important
}

.find_wrkshop_productivity_col_rghtt {
    position: static;
    margin-top: 0;
    margin-left: 0;
    width: 40%
}

.breadcrumb_bar ul {
    padding: 40px 0 40px
}

.career_wlcm_chart .chart_box {
    margin-bottom: 0
}

.career_open_pos .item_inner p {
    font-size: 14px
}

.career_rule.cmn_gap {
    padding: 0 0 30px
}

.career_imp.cmn_gap {
    margin: 0
}

.partner_main_sec .search_filter {
    margin: 20px 0 0
}

.audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
    padding: 50px 0 70px !important
}

.col-lg-7.img_col.av-col img {
    width: 100% !important;
    margin-left: 0 !important;
    border-radius: 20px !important
}

.audio_video_service.asv2.back_bl.cmn_slide_blocks_sec.cmn_gap {
    padding-top: 30px
}

.audio_video_service.asv2 {
    padding-bottom: 0
}

.audio_video_service.asv3.cmn_slide_blocks_sec.cmn_gap {
    padding: 50px 0 10px !important
}

.partner_intro_sec_mob {
    padding-bottom: 30px !important
}

.col-5.img_col {
    padding: 30px 0 0
}

.cmn_list.dotted ul {
    padding: 0
}

.home_inovative_work.back_bl.cmn_gap {
    margin: 60px 0 0
}

.home_inovative_work .vid_wrap img {
    width: 80%;
    height: auto
}

.home_inovative_work .vid_wrap {
    margin-right: 0
}

.home_inovative_work.back_bl.cmn_gap {
    padding: 60px 0 60px
}

.home_inovative_work.back_bl.cmn_gap h2 {
    padding: 0 0 10px
}

.map-list {
    padding: 14px
}

.dcg_service_offerings h2 {
    padding: 0 0 20px
}

.dcg_service_offerings .btn_cont {
    padding: 25px 0 40px;
    margin-bottom: -15px
}

.partner_intro_sec.back_bl.cmn_gap.dc-modern {
    padding: 10px 0 60px
}

.col-lg-6.img_col.dc-modernization img {
    border-radius: 20px 20px 0 0
}

.dcg_service_offerings.cmn_gap {
    padding: 20px 0
}

.col-lg-7.img_col.av-col img {
    width: 75%;
    margin-left: 70px;
    border-radius: 20px
}

.audio_video_service .text_col {
    text-align: left
}

.audio_video_service.asv3.cmn_slide_blocks_sec.cmn_gap {
    padding: 100px 0 40px
}

.col-lg-5.text_col h3 {
    letter-spacing: -1px
}

.audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
    padding: 100px 0 70px
}

.cmn_slide_blocks_sec .content h2 {
    padding-bottom: 5px
}

.audio_video_service.asv4.cmn_slide_blocks_sec.cmn_gap {
    padding-bottom: 0
}

.partner_intro_sec.back_bl.cmn_gap.av_services {
    padding-bottom: 60px
}

.cc_expert h6 {
    margin-bottom: 0;
    font-weight: 400;
    color: #1a1a1a;
    font-size: 17px
}

.cc_expert.cmn_gap .container h2 {
    padding-bottom: 30px
}

.partner_intro_sec.back_bl.cmn_gap.cloud_.computing {
    padding-bottom: 70px
}

.partner_intro_sec.back_bl.cmn_gap.storage_dm {
    padding: 0 0 60px
}

.remote_services .btn_cont {
    margin-bottom: 50px
}

.partner_intro_sec.back_bl.cmn_gap.professional {
    padding: 0 0 10px
}

.case_study2.cmn_gap.professional-case-study {
    margin: 0 0 25px
}

.remote_services .btn_cont {
    margin-top: 40px
}

.we_deliver_what_matters.cmn_gap.managed_services {
    padding: 0
}

.cmn_sec_benefittd.centerd.managed_offer {
    margin-bottom: 0
}

.case_study2.cmn_gap.managed_services {
    padding-top: 20px;
    padding-bottom: 80px
}

.cmn_gap.pbtm_lg.collaboartion-para {
    padding: 25px 0 0
}

.tab_area_part_main {
    padding-bottom: 40px
}

.partner_intro_sec.back_bl.cmn_gap.ior {
    padding-top: 0
}

.collbrntn_sec_space.cmn_gap {
    padding-bottom: 60px
}

.prgphp.collab p {
    padding-bottom: 0
}

.case_study_collaborated {
    padding: 40px 0
}

.btn_cont.logistic {
    margin-top: 35px !important
}

h2.animate__.animate__fadeInUp.wow.logianddist.animated {
    margin-bottom: 40px
}

.cmn_sec_benefittd.prob-state {
    margin-bottom: 35px
}

h2.animate__.animate__fadeInUp.wow.elevate {
    margin-top: 20px
}

.single_blog_banner {
    background-color: #F7FAFF
}

.CommingSoon {
    text-align: center;
    color: #1d3f75;
    font-size: 24px;
    font-weight: 500
}

.hm_service a.cmn_btn {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cmn_btn:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid;
}

#menu-item-4363 .ubermenu-target.related-each-post .ubermenu-image {
    max-width: 95px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target .ubermenu-target-title {
    margin: auto 0
}

.ubermenu-submenu.ubermenu-submenu-id-4207.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width.ubermenu-autoclear {
    width: 200px !important
}

.arrow_sl2_2_2 .arrow_sl_item {
    padding: 0 25px !important
}

.igel_icon_sec figure {
    display: flex;
    justify-content: center
}

.igel_icon_sec {
    text-align: center
}

.igel_services_sec {
    background: linear-gradient(0deg, #FFF -10%, rgba(255, 255, 255, 0) 100%), linear-gradient(200.88deg, #EEF5FF 98.1%, rgba(255, 244, 212, 0) 98.1%);
    height: 800px
}

.igel_services_sec .igel_services_box {
    margin: 7% 5% 1% 20%;
    background: #fff;
    height: 315.17px;
    border-radius: 15px;
    padding: 5% 5% 10%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09)
}

.igel_services_sec .igel_services_box1 {
    margin: 7% 20% 1% 5%;
    background: #fff;
    height: 315.17px;
    border-radius: 15px;
    padding: 5% 5% 10%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09)
}

.service_heading {
    margin-bottom: 15px !important
}

.igel_compu_img {
    width: 80%;
    display: block;
    margin: auto
}

.bottom_banner {
    width: 100%;
    padding: 60px 0
}

.igel_os {
    margin: 0 5%;
    ;
    background: #fff;
    padding: 30px;
    border-radius: 15px
}

.aryaka_list_content {
    padding: 0 10%
}

.aryaka_left {
    left: 100px !important
}

.aryaka_right {
    right: 100px !important
}

.core_capability {
    margin-bottom: 10px
}

.aryaka_smartcdn {
    padding-top: 60px;
    padding-bottom: 60px
}

.remote_sol_box {
    margin: 3% 0 1% 5%;
    background: #fff;
    height: 315.17px;
    border-radius: 15px;
    padding: 5% 5% 10%;
    text-align: left;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09)
}

.infoblox_sec {
    background-color: #F7FAFF
}

.infoblox_feature_sec {
    padding: 5%;
    border-radius: 15px;
    background: #fff;
    text-align: center;
    width: 329px;
    height: 276px
}

.accordion_partner {
    border: 1px solid #ccc;
    border-radius: 15px
}

.accordion__header {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ccc
}

.accordion__header>* {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: #1D3F75
}

.accordion__header:last-child {
    border-bottom: none
}

.accordion__header.is-active {
    color: #000;
    border-bottom: none
}

.accordion__toggle {
    margin-left: 10px;
    height: 3px;
    background-color: #ccc;
    width: 13px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px
}

.accordion__toggle::before {
    content: "";
    width: 3px;
    height: 13px;
    display: block;
    background-color: #ccc;
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px
}

.is-active .accordion__toggle::before {
    display: none
}

.accordion__body {
    display: none;
    padding: 1em;
    border-top: 0;
    border-bottom: 1px solid #ccc
}

.accordion__body.is-active {
    display: block
}

#sub-partner-slider .slick-carousel {
    margin: 0 auto;
    width: 1000px
}

#sub-partner-slider .slick-next::before,
#sub-partner-slider .slick-prev::before {
    color: #000
}

#sub-partner-slider .slick-prev.slick-disabled {
    background-color: #d6e0e6a6 !important
}

#sub-partner-slider .slick-prev.slick-disabled:hover {
    background-color: #d6e0e6a6
}

#sub-partner-slider .slick-next.slick-disabled {
    background-color: #d6e0e6a6 !important
}

#sub-partner-slider .slick-next.slick-disabled:hover {
    background-color: #d6e0e6a6
}

#sub-partner-slider .slick-prev:before {
    content: url(#04/left-white.svg)
}

#sub-partner-slider .slick-next:before {
    content: url(#04/right-white.svg)
}

#sub-partner-slider .slick-prev.slick-disabled:before {
    content: url(#04/left-grey.svg)
}

#sub-partner-slider .slick-next.slick-disabled:before {
    content: url(#04/right-grey.svg)
}

#sub-partner-slider .slick-prev.slick-disabled:before,
#sub-partner-slider .slick-next.slick-disabled:before {
    opacity: 1
}

#sub-partner-slider .slick-prev:hover,
#sub-partner-slider .slick-prev:focus,
#sub-partner-slider .slick-next:hover,
#sub-partner-slider .slick-next:focus {
    background-color: #ff4133
}

#sub-partner-slider .slick-carousel .slick-dots {
    display: none
}

#sub-partner-slider .slick-prev {
    left: -50px
}

#sub-partner-slider .slick-next {
    right: -50px
}

#sub-partner-slider .slick-carousel .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    background: #EF8321;
    opacity: 1;
    border-radius: 100%
}

#sub-partner-slider .slick-carousel .slick-dots li button {
    width: 7px;
    height: 7px;
    background: #FDE5CF;
    border-radius: 100%;
    opacity: 1
}

#sub-partner-slider .slick-prev {
    cursor: pointer;
    width: 35px;
    height: 35px;
    color: #000;
    background-color: #ff4133;
    border-radius: 100%;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    pointer-events: all
}

#sub-partner-slider .slick-next {
    cursor: pointer;
    width: 35px;
    height: 35px;
    color: #000;
    background-color: #ff4133;
    border-radius: 100%;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    pointer-events: all
}

.cmn_gap_partner.back_bl {
    padding-top: 20px;
    padding-bottom: 20px
}

.btn_cont.download_data_sheet {
    margin-top: 50px
}

.cmn_gap_partner {
    padding-top: 35px;
    padding-bottom: 0
}

.neo {
    padding-top: 20px
}

.nlyte_main {
    padding-top: 70px !important
}

.ennconex_solution {
    width: 258px;
    height: 257px;
    background: #fff;
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px;
    margin: 40px 30px 40px
}

.phn_num_field #selectator_select1 {
    left: 0;
    right: auto;
    width: 100% !important;
    background: #fff;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 16px 16px
}

.single .selectator_selected_items .selectator_selected_item {
    display: none
}

.selectator_options .selectator_option .selectator_option_left img {
    height: 20px
}

.single .selectator_selected_items .selectator_selected_item {
    display: block
}

.phn_num_field .selectator_selected_item_title {
    display: block
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
    margin-left: 35px;
    line-height: 2.7;
    margin-top: 0
}

.form-control.success i.fa-check-circle {
    color: #2ecc71;
    visibility: visible
}

.form-control.error i.fa-exclamation-circle {
    color: #e74c3c;
    visibility: visible
}

.form-control i {
    visibility: hidden;
    position: absolute;
    top: 40px;
    right: 10px
}

.phn_num_field .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
    font-size: 14px;
    line-height: 2.7;
    color: #8a96aa;
    border-color: #8a96aa
}

.phn_num_field .selectator_selected_items:after {
    right: 10px;
    color: #8a96aa
}

p.gdpr-p {
    font-size: 14px;
    color: #1a1a1a;
    padding: 30px 0 0;
    margin: 0
}

.career_value2 .val_items .item:nth-child(2):after {
    bottom: 53px !important
}

.career_value2 .val_items .item:nth-child(5) {
    top: 45% !important;
    left: 10% !important
}

.career_value2 .val_items .item:nth-child(3) {
    top: 45% !important;
    right: 10% !important
}

.career_value2 .val_items .item:nth-child(4) {
    bottom: 25px !important;
    left: 50.5% !important
}

.career_value2 .val_items .item:nth-child(6):before {
    right: -105px !important;
    height: 130px !important
}

.career_value2 .val_items .item:nth-child(6):after {
    bottom: 70px !important
}

.home_inovative_work .vid_loc {
    left: 85px
}

.our_skills_area .row {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-top: 60px
}

.our_skills_area::after {
    height: 252px
}

.migration_transfer.our_val_sec.cmn_gap {
    padding: 0
}

.pround_sec {
    padding: 0 0 30px 30px
}

.Search_input img {
    width: 7%
}

#label_1_7_1 {
    display: inline
}

#checkboxes {
    padding: 11px;
    font-size: 15px
}

.page-id-415 .partner_intro_sec.back_bl.cmn_gap.cloud_.computing {
    padding-bottom: 40px
}

div#captcha {
    padding: 5px 5px
}

i.fa.fa-refresh {
    padding: 15px 25px
}

#sub-partner-slider .slick-carousel .slick-dots {
    display: none !important
}

.partner_inner_aws_sec {
    height: 276px
}

.arista_mob {
    display: none !important
}

.arista_desk {
    display: block
}

.info_subtext {
    font-weight: 500
}

.infoblox_accordion_header {
    font-size: 24px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target:hover {
    background: #f9f9f9
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target {
    color: #ff4133
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target>.ubermenu-target-text {
    color: #ff4133 !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-active>.ubermenu-target>.ubermenu-image {
    filter: unset !important
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target .ubermenu-target-title:hover {
    color: #ff4133 !important
}

.igel_services_sec {
    padding-top: 25px
}

.igel_os {
    height: 295px;
    display: flex;
    align-items: center
}

.info_text {
    margin-bottom: 0
}

.bottom_banner {
    padding: 60px 0 0
}

.postid-4464 .partner_sub_products .inner {
    background: #F7FAFF
}

.infoblox_feature_sec {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    display: grid;
    align-items: center
}

.infoblox_feature_sec1 {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07), inset 0 1.49417px 1.49417px rgba(0, 0, 0, .09);
    display: grid;
    align-items: center;
    padding: 7%;
    border-radius: 15px;
    background: #F7FAFF;
    text-align: center;
    width: 329px;
    height: 276px
}

#sub-partner-slider .slick-prev.slick-disabled:before {
    content: "\f060" !important;
    color: #8C8A8A !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600
}

#sub-partner-slider .slick-prev:before {
    content: "\f060" !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

#sub-partner-slider .slick-next.slick-disabled:before {
    content: "\f061" !important;
    color: #8C8A8A !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600
}

#sub-partner-slider .slick-next:before {
    content: "\f061" !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

.cmn_partner_sub_block .img_text {
    margin-bottom: 0
}

.stayonline_fig_sec {
    margin-bottom: 0px !important
}

.postid-4549 .logo.animate__.animate__fadeInUp.wow.animated {
    width: 10%;
    margin: auto;
    padding-bottom: 25px
}

.infoblox_feature_sec {
    padding: 10%
}

.postid-4462 .cmn_partner_sub_block figure {
    margin-bottom: 15px
}

.postid-5367 hr,
.postid-4534 hr,
.postid-4480 hr {
    margin: 60px 0 0;
    background-color: #E5E7EB;
    opacity: .75
}

.stay_header_block_sec {
    box-shadow: 0 3.68777px 3.68777px rgb(0 0 0 / 8%);
    padding: 10%;
    border-radius: 15px;
    height: 128px;
    display: flex;
    align-items: center
}

.postid-5367 .stay_header_block_sec h6 {
    color: #1D3F75;
    font-weight: 500
}

.features_mob_sec {
    padding: 30px
}

.info_sec_feat {
    padding-bottom: 60px
}

.info_head_text_sec {
    text-align: center !important
}

.postid-4534 .cmn_partner_sub_block figure {
    margin-bottom: 0
}

.nlyte_bot_sec {
    padding-bottom: 60px
}

.arista_bottom_sec {
    padding-bottom: 60px
}

.postid-4530 .opentxt_bot_sec {
    padding-bottom: 10px
}

.postid-4530 .logo.animate__.animate__fadeInUp.wow {
    max-width: 20%;
    margin: auto
}

.postid-4445 .accord_txt_sec {
    margin: 0 0 20px
}

.postid-4445 .scribe_sub_heading {
    padding: 0
}

.postid-4445 .scribe_btn_sec {
    padding-top: 10px
}

.whitebrd_img_sec {
    padding-bottom: 30px
}

.huddle_btn_sec {
    margin-top: 30px
}

.partner_inner_aws_sec figure {
    display: flex;
    justify-content: center
}

.partner_aws_img_logo {
    width: 20% !important
}

.specific_btn:hover {
    color: #ff4133
}

body.modal-open {
    overflow-y: hidden;
    position: fixed
}

#case-study_footer input {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px;
    border-radius: 6px;
    color: #000;
    font-size: 14px
}

#case-study_footer input#name {
    background-image: url(#)
}

#case-study_footer input#email {
    background-image: url(#)
}

#case-study_footer input#phone_no {
    background-image: url(#05/Group-390.svg);
    background-size: 22px
}

#case-study_footer input#company_name {
    background-image: url(#)
}

#case-study_footer label {
    font-size: 14px;
    margin-bottom: 10px
}

#case-study_footer .controls {
    margin-top: 10px
}

#case-study_footer select#country {
    border: 1px solid #ccc;
    color: #000 !important
}

#case-study_footer .btn-success {
    border-color: #ff4133;
    margin-left: 0;
    margin-top: 30px
}

#case-study_footer .modal-header {
    border-bottom: none
}

#case-study_footer #errorname {
    color: red;
    font-size: 13px
}

#case-study_footer ::placeholder {
    color: #333
}

.index_header .lan_sel {
    background: none
}

.cont_main_right input {
    color: #000
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title {
    margin-top: 30px
}

.blog-read-more .ubermenu-badge:after {
    top: 2px;
    background-image: url(#06/Frame-3368.svg);
    width: 13px;
    height: 15px;
    right: -18px
}

.blog-read-more .ubermenu-badge:hover::after {
    top: 2px;
    background-image: url(#06/orange.svg);
    width: 13px;
    height: 15px;
    right: -18px
}

header.main-head.sticky .blog-read-more .ubermenu-badge:hover {
    color: #EA6F00 !important
}

a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_above.related-each-post {
    box-shadow: 2px 5px 5px #3e3e3e17
}

span.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_left.related-each-post {
    box-shadow: 2px 5px 5px #3e3e3e17
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post .ubermenu-target-title span.ubermenu-target-title.ubermenu-target-text {
    margin: auto !important
}

#menu-item-4363 .ubermenu-target.related-each-post .ubermenu-image {
    max-width: 128px;
    max-height: 120px
}

.main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li>.ubermenu-target.related-each-post {
    background: #FFFFFF !important
}

.index_header .header_right .btn_grp a:first-child:hover {
    border-color: #EA6F00;
    background-color: #EA6F00
}

.captchaError {
    color: red;
    font-size: 13px;
    position: absolute;
    top: 55px;
    left: 12px
}

.page-id-1032 .pround_sec {
    display: none
}

.page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-1984 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px
}

.page-id-4136 .btn_cont.noc-btn {
    padding: 0
}

.page-id-4136 .eleveate_secrvices_part.remote_services.back_bl.cmn_gap,
.page-id-260 .eleveate_secrvices_part.remote_services.back_bl.cmn_gap,
.page-id-4007 .pro_services_sec.back_bl.cmn_gap {
    padding-top: 40px
}

.page-id-1032 .our_skills_area {
    margin: 0 0 60px
}

.page-id-4007 .case_slider {
    padding-left: 0;
    padding-right: 0
}

.page-id-4007 .collaboration_spaces_solution.pro_service_offering.cmn_gap {
    padding-bottom: 30px
}

.page-id-1032 .home_inovative_work.cmn_gap {
    padding-top: 30px
}

.related_blog_posts .blog_items .cmn_tyl_arrow .slick-arrow.slick-disabled {
    background: #E2E8F2
}

.more_details_case_study {
    padding-top: 5px
}

.page-id-260 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-4136 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-4007 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding: 40px 0 60px
}

.subscribe_txt_sec {
    padding-top: 20px
}

.footer_subs_box {
    border-radius: 6px
}

.page-id-3790 .slick-slide .we_deliver_slidprod_in .main_img {
    display: flex;
    justify-content: center
}

.page-id-3790 .slick-slide.slick-current .we_deliver_slidprod_in .main_img {
    display: flex;
    justify-content: center
}

.page-id-3790 .slick-current .we_deliver_slidprod_in .main_img.hover {
    display: flex;
    justify-content: center
}

.page-id-3516 .physical_infra_case_sec {
    padding: 40px 0
}

.cont_main_right ::placeholder {
    color: #333
}

.page-id-1984 .collbrntn_sec_space.cmn_gap {
    padding-bottom: 40px
}

.page-id-2423 .partner_intro_sec.back_bl.cmn_gap {
    padding-top: 30px
}

.page-id-2423 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-3871 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px
}

.page-id-2423 .sas_ser_tab_sec {
    display: none
}

.page-id-3871 .collbrntn_sec_space.cmn_gap {
    padding-bottom: 30px
}

.page-id-3871 .var_sol .cmn_gap {
    margin: 0 0 10px
}

.page-id-3871 .collaboration_spaces_solution.var_sols_sec.cmn_gap {
    padding: 60px 0 50px
}

.page-id-2544 .collbrntn_sec_space p {
    margin-bottom: 0px !important
}

.page-id-2544 .slick-dotted.slick-slider {
    margin-bottom: 0
}

.page-id-2544 .partner_intro_sec {
    padding: 30px 0
}

.page-id-2544 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(1) .inner img {
    right: auto !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(2) .inner img {
    right: 100px !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(3) .inner img {
    right: 50% !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(4) .inner img {
    right: 100px !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(5) .inner img {
    right: 50% !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(6) .inner img {
    right: 100px !important;
    bottom: 10px !important
}

.page-id-2423 .ss_product_offering .pro_item:nth-child(7) .inner img {
    right: 100px !important;
    bottom: 10px !important
}

.page-id-1170 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 0
}

.page-id-1170 .cmn_sec_benefittd.cntr_hd {
    text-align: center
}

.page-id-1170 .video_conference_slz.cmn_gap {
    margin-bottom: 0
}

.page-id-1170 .vbtn.smald {
    display: inline-block;
    margin-top: 20px
}

.page-id-1170 .vbtn.gp_top {
    margin-top: 15px !important;
    display: inline-block
}

.page-id-1170 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 70px !important
}

.postid-4445 .vbtn,
.postid-4445 .specific_btn {
    display: inline-block
}

.postid-4482 #sub-partner-slider {
    padding-top: 40px
}

.postid-4482 .remote_access_sol_sec {
    padding-top: 40px
}

.postid-4482 .last_mile_ser_sec {
    padding-bottom: 20px
}

.term-190 .cmn_btn.right_btn.single_term_value_bttn {
    display: none
}

.coming_soon {
    color: #1d3f75;
    font-size: 24px;
    font-weight: 500;
    display: block;
    text-align: center
}

.postid-4482 .cmn_sec_benefittd.centerd.cmn_sec_tab_benefittd {
    padding-bottom: 30px
}

.page-id-2955 .case_study2 p.text-center {
    padding-bottom: 40px !important
}

.page-id-8 .home_btm_navs p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.page-id-2955 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding: 0 0 30px
}

.page-id-630 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 0
}

.page-id-1183 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-1185 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-1349 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 30px
}

.page-id-2279 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 60px !important
}

.page-id-3722 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-2277 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-3264 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 0
}

.page-id-2837 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding: 30px 0
}

.page-id-3520 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-1588 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-bottom: 0
}

.page-id-415 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding-top: 20px
}

.page-id-3572 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-3058 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
.page-id-3168 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
    padding: 0 0 40px
}

.search_outter .search_bar .removes span img {
    cursor: pointer
}

.search_outter .search_result #datafetch #myTable tr {
    display: table-row
}

.video_confere_icon_container .main_img_inner {
    padding-bottom: 0;
    padding-top: 10px
}

.video_confere_icon_container .main_img_inner img {
    width: 70%;
    margin: auto;
    object-fit: contain;
    position: static
}

.video_confere_icon_container_para p {
    font-size: 16px
}

.video_confere_icon_container_para .vbtn.smald {
    font-size: 13px
}

.video_confere_icon_container_para {
    padding-bottom: 20px
}

.page-id-11186 .slide_nxt.slick-arrow.slick-disabled {
    margin: -25px 15px
}

.back_light_figd_btm_col_lft {
    text-align: center
}

.new_ess_form .additional_info ::placeholder {
    color: #333
}

.new_ess_form .additional_info input,
.new_ess_form .additional_info textarea {
    border-color: #8A96AA
}

.new_ess_form .cmn_btn.ess_next_submit {
    border-radius: 50px;
    text-transform: none;
    cursor: pointer
}

.new_ess_form input.cmn_btn.ess_next_submit:hover {
    color: #fff
}

.page-id-6609 label.Wired.and.wireless.network.infrastructure:hover::after {
    background: url(#06/Wired_wireless-grey-121.svg)
}

.page-id-6609 label.Security:hover::after {
    background: url(#06/Security-Grey-121.svg)
}

.page-id-6609 label.Physical.Infrastructure:hover::after {
    background: url(#06/Physical-Infrastructure-–-121-grey.svg)
}

.page-id-6609 label.Unified.communications:hover::after {
    background: url(#06/Unified_Communication_Grey-121.svg)
}

.servixe_platform_grp input#choice_sr_pl1:checked+label:after {
    background: url(#06/Wired_wireless-1.svg) no-repeat center center;
    background-size: 76px;
    margin-right: -1px
}

.servixe_platform_grp input#choice_sr_pl2:checked+label:after {
    background: url(#06/Physical-Infrastructure-1.svg) no-repeat center center;
    background-size: 87px
}

.servixe_platform_grp input#choice_sr_pl3:checked+label:after {
    background: url(#06/Security-1.svg) no-repeat center center;
    background-size: 76px
}

.servixe_platform_grp input#choice_sr_pl4:checked+label:after {
    background: url(#06/Unified_Communication-1.svg) no-repeat center center;
    background-size: 89px
}

.page-id-6609 .servixe_platform {
    background: #f7faff;
    padding: 45px
}

.page-id-6609 .error {
    color: red;
    font-size: 13px
}

#cookie-law-info-bar {
    height: auto;
    padding: 5px 30px !important
}

.cli-style-v2 {
    font-size: 14px
}

.cli-bar-message {
    width: 78%;
    display: flex;
    align-items: center;
    color: #000
}

#wt-cli-settings-btn {
    font-size: 12px;
    border: 1px solid #ff4133;
    background: transparent;
    border-radius: 40px;
    padding: 8px 7px;
    color: #ff4133 !important;
    margin: 0
}

#wt-cli-accept-btn {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    letter-spacing: .25px;
    font-size: 12px;
    margin: 0 0 0 10px !important;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 10px 15px !important;
    line-height: 1;
    color: inherit
}

#cookie-law-info-bar,
.wt-cli-cookie-bar {
    border-radius: 20px 20px 0 0 !important;
    left: 13%;
    background-color: #fff !important
}

.cli-bar-message:before {
    content: '';
    background-image: url(#08/Cookies.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    flex-shrink: 0
}

.list_mob_sec {
    display: none !important
}

.page-id-3790 .we_deliver_what_matters_slider .slick-slide,
.page-id-3240 .we_deliver_what_matters_slider .slick-slide,
.page-id-630 .we_deliver_what_matters_slider .slick-slide,
.page-id-1183 .we_deliver_what_matters_slider .slick-slide,
.page-id-3870 .we_deliver_what_matters_slider .slick-slide {
    padding: 30px 20px
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #ff4133 !important;
    border-radius: 25px
}

.page-id-3555 #cloud-services div.partner_box_cont:nth-child(3) {
    display: none
}

.partner_intro_sec .item_inner {
    height: 150px
}

.page-id-351 .dc_cmn_extra,
.page-id-903 .dc_cmn_extra,
.page-id-1846 .dc_cmn_extra,
.page-id-1890 .dc_cmn_extra,
.page-id-630 .dc_cmn_extra {
    padding-bottom: 40px !important
}

.page-id-2188 .partner_intro_sec,
.page-id-3165 .partner_intro_sec.cmn_gap {
    padding: 0 0 60px 0px !important
}

.page-id-11185 .partner_intro_sec.cmn_gap {
    padding-bottom: 20px
}

.page-id-3240 .partner_intro_sec.cmn_gap.cloud {
    padding-bottom: 50px
}

.page-id-1170 .dc_cmn_extra {
    padding-bottom: 60px !important
}

.page-id-3520 .elevate_services .partner_intro_slider .item {
    margin-bottom: 0
}

.page-id-3520 .partner_intro_sec.cmn_gap.elevate_services {
    padding-bottom: 30px !important
}

.cmn_btn {
    cursor: pointer
}

.dc_migration_approach .message_benefitted_sld_nav {
    max-width: 1000px;
    margin: 0 auto !important
}

.dc_migration_approach .nav_benefitted_indf:after {
    content: '';
    position: absolute;
    top: 33%;
    left: 59%;
    width: 100%;
    height: 1px;
    border-top: 2px dashed #ccc;
    z-index: -1
}

.dc_migration_approach .nav_benefitted_indf:last-child:after {
    display: none
}

.page-id-2652 .message_benefitted_sld_for .img_col img {
    width: 80%;
    margin: auto;
    border-radius: 15px
}

.page-id-2652 .message_benefitted_sld_for .text_col {
    text-align: left;
    margin: auto
}

.interg_hd_soft_aprent .nav_benefitted_indf {
    position: relative
}

.page-id-13128 .inner_banner {
    display: none
}

.page-id-2128 .career_proud2 h6.proud_class {
    margin-bottom: 0
}

.page-id-2128 .career_assets .item {
    margin-top: 0
}

.floating_blocks .fl_item:nth-child(12) .top::after {
    height: 13px;
    top: 205px
}

.floating_blocks .fl_item:nth-child(12) .top::after {
    display: block
}

.row1_img {
    position: relative;
    padding: 10px 0;
    display: flex
}

.career_row_sec {
    padding-top: 0
}

.row1_img img:nth-child(1),
img:nth-child(4) {
    max-width: 434px;
    border-radius: 10px
}

.row1_img img:nth-child(2),
img:nth-child(3) {
    max-width: 230px;
    border-radius: 10px
}

.first_img {
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.first_img1 {
    height: 140px;
    width: 423px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.second_img {
    height: 140px;
    width: 230px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.third_img {
    height: 140px;
    width: 230px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.third_img1 {
    height: 140px;
    width: 230px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: inherit;
    background-size: cover
}

.forth_img {
    height: 140px;
    width: 423px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: inherit;
    background-size: cover
}

.forth_img1 {
    height: 140px;
    width: 423px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.txt_blck_img {
    height: 170px;
    width: 230px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-right: 10px;
    background-position: inherit;
    background-size: cover
}

.txt_blck_img1 {
    height: 170px;
    width: 230px;
    background-repeat: no-repeat;
    border-radius: 10px;
    float: right;
    background-position: inherit;
    background-size: cover
}

.txt_div_blck {
    width: 30%;
    padding-left: 0
}

.sub_head_img {
    position: relative;
    top: 8px;
    left: -4px
}

.sub_head_txt {
    position: relative;
    left: -19px
}

.career_img img {
    border-radius: 10px
}

.career_img {
    padding: 0
}

.caree_head {
    text-align: center
}

.career_txt {
    margin: auto;
    width: 40%
}

.career_wlcm_chart .career_txt h1,
.career_wlcm_chart .career_txt h6 {
    margin-bottom: 0
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target {
    color: #000 !important;
    background: transparent !important
}

.page-id-2538 .partner_intro_sec.cmn_gap {
    padding-top: 40px
}

@media only screen and (min-width :1199px) and (max-width :1290px) {
    .main-head .ubermenu-nav>li {
        margin-right: 35px !important
    }
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .physical_infrastructure_solutions_mobile {
        display: block
    }

    .physical_infrastructure_solutions_mobile figure.main_img_brd img {
        width: 100%;
        margin-bottom: 20px
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted ul ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .physical_infrastructure_solutions_mobile .item {
        text-align: center
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted {
        text-align: left
    }

    .physical_infrastructure_solutions_mobile .cmn_tyl_arrow {
        margin-top: 25px
    }

    .page-id-415 a.vbtn.gp_top.button_getintouch {
        margin-bottom: 40px;
        margin-right: 95px !important
    }

    .page-id-3516 .cmn_list.dotted {
        margin-bottom: 0
    }

    .page-id-1349 a.vbtn.gp_top.button_getintouch {
        margin-bottom: 40px;
        margin-right: 165px !important
    }

    .page-id-1349 .cmn_sec_benefittd {
        font-size: 14px;
        margin-top: 25px
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-parent>.ubermenu-target {
        background: rgba(255, 242, 230, 1) !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
        background: #f9f9f9 !important;
        color: #000 !important
    }

    .main-head .ubermenu-submenu>#menu-item-4359.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
        background: #fff !important;
        color: #000 !important
    }

    .ubermenu-current-menu-ancestor>a {
        background: #fff2e6 !important
    }

    #sub-partner-slider .cmn_sec_tab_benefittd {
        padding-bottom: 30px
    }

    .igel_compu_mob_img {
        padding-top: 30px
    }

    div>.juniper_img_bord {
        margin-top: 30px;
        width: 100%
    }

    div>.juniper_img_bord_multicloud {
        margin-bottom: 30px;
        width: 100%
    }

    .accolarate_points {
        padding-top: 30px
    }

    .accolarate_points1 {
        padding-top: 30px
    }

    .download_juniper_btn {
        text-align: center
    }

    .infoblox_feature_sec {
        width: auto !important;
        height: auto !important;
        margin-bottom: 30px
    }

    .partner_inner_aws_sec {
        margin: 20px 0
    }

    .arista_mob {
        display: table !important
    }

    .arista_desk {
        display: none !important
    }

    #sub-partner-slider .slick-prev.slick-disabled:before {
        content: "\f060" !important;
        color: #8C8A8A !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    #sub-partner-slider .slick-prev:before {
        content: "\f060" !important;
        color: #fff !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: 1
    }

    #sub-partner-slider .slick-prev,
    #sub-partner-slider .slick-next {
        width: 45px !important;
        height: 45px !important
    }

    #sub-partner-slider .slick-next.slick-disabled:before {
        content: "\f061" !important;
        color: #8C8A8A !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    #sub-partner-slider .slick-next:before {
        content: "\f061" !important;
        color: #fff !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: 1
    }

    .small_room_heading {
        text-align: center;
        margin-top: 30px
    }

    .specific_btn {
        padding: 10px 20px
    }

    .logitech_bottom_header {
        padding-top: 30px
    }

    .igel_services_sec {
        margin: 60px 0
    }

    .igel_os {
        height: auto
    }

    .juniper_icons {
        padding: 60px 0
    }

    .postid-4460 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-4462 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-5367 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-4484 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-4480 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 0 !important
    }

    .find_wrkshop_productivity_col_lft .cmn_sec_benefittd {
        text-align: left
    }

    .infoblox_accordion_header {
        text-align: center
    }

    .postid-5367 .img_col {
        margin-bottom: 0
    }

    .storyonline_glob_img {
        padding-bottom: 30px
    }

    .glob_power_sec {
        margin-bottom: 0 !important
    }

    .stay_look_power {
        padding-bottom: 30px
    }

    .features_mob_sec {
        padding: 30px 0 0
    }

    .infoblox_feature_sec1 {
        width: auto !important;
        height: auto !important;
        margin-bottom: 30px
    }

    .postid-4549 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-4534 .btn_cont.animate__.animate__fadeInUp.wow.animated,
    .postid-4530 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-top: 30px;
        padding-bottom: 0
    }

    .btn_cont.download_data_sheet {
        margin-top: 30px
    }

    .postid-4549 .logo.animate__.animate__fadeInUp.wow.animated {
        width: 30%;
        margin: auto
    }

    .download_btn_ixia {
        padding-bottom: 30px
    }

    .postid-5367 .stayonline_mob_sec {
        padding: 0 0 30px
    }

    .postid-5367 .stay_btn_sec {
        padding: 20px 0
    }

    .postid-5367 .stay_btn_sec1 {
        padding: 20px 0 0
    }

    .info_sec_feat {
        padding-top: 0
    }

    .info_feature_la_block {
        margin-bottom: 0
    }

    .arista_bottom_sec {
        padding-bottom: 60px
    }

    .postid-4534 .img_text {
        text-align: center
    }

    .postid-4534 .img_col {
        margin-bottom: 0
    }

    .postid-4534 .nlyte_btn_sec_tab,
    .postid-4530 .opentxt_btn_sec {
        padding-top: 20px
    }

    .postid-4534 .nlyte_text_mob_sec {
        margin-bottom: 0
    }

    .postid-4534 .nlyte_bot_sec {
        padding-top: 30px
    }

    .postid-4530 .opentxt_header_mob,
    .postid-4480 .opentxt_header_mob {
        text-align: center
    }

    .postid-4530 .opentxt_bot_sec {
        padding: 60px 0 10px
    }

    .postid-4530 .logo.animate__.animate__fadeInUp.wow {
        max-width: 60%;
        margin: auto
    }

    .postid-4445 .med_text_mob_sec {
        margin: 0
    }

    .partner_inner_aws_sec {
        height: auto
    }

    .partner_inner_aws_sec1 {
        margin: 0
    }

    .postid-4480 .aws_list_mob {
        margin-top: 15px
    }

    .postid-4480 .aws_mob_img {
        padding-top: 30px
    }

    .postid-4480 .aws_mob_img1 {
        padding-bottom: 30px
    }

    .serachicon {
        display: none
    }

    .serachicon.mobileonly {
        display: block
    }

    .page-id-3870 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .page-id-3870 .we_deliver_slidprod_in {
        text-align: center
    }

    .page-id-1984 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-3871 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2544 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px
    }

    .page-id-4136 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 50px
    }

    .page-id-4136 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 20px !important;
        padding-bottom: 0
    }

    .page-id-4136 .noc_cs.cmn_gap.noc_gap {
        padding: 30px 0 0
    }

    .page-id-4136 .case_slider,
    .page-id-260 .case_slider {
        padding-left: 0;
        padding-right: 0
    }

    .page-id-4007 .pos_list li .icon,
    .page-id-4007 .pos_list li .text {
        opacity: 1
    }

    .page-id-4007 .pos_list li div img {
        width: 50px
    }

    .page-id-4007 .pro_services_sec h2 {
        padding-bottom: 0
    }

    .page-id-4007 .pro_services_sec .left_col p {
        padding-bottom: 0
    }

    .page-id-4007 .pro_services_sec.back_bl.cmn_gap {
        padding-bottom: 50px
    }

    .page-id-4007 .collaboration_spaces_solution.pro_service_offering.cmn_gap {
        padding: 40px 0
    }

    .page-id-4007 .pro_service_offering_mobile .cmn_tyl_arrow {
        margin-top: 30px
    }

    .page-id-1032 .home_inovative_work.cmn_gap {
        padding-top: 0
    }

    .page-id-1032 .our_skills_area {
        padding: 0
    }

    .page-id-1032 .culture_team_sec .btn_cont {
        padding: 20px
    }

    .page-id-1032 .our_val_sec .container {
        padding-top: 40px
    }

    .page-id-260 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-4136 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-4007 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 30px 0 40px
    }

    .page-id-3790 .we_deliver_slidprod_in {
        justify-content: center
    }

    .page-id-3790 .partner_intro_sec.back_bl.cmn_gap {
        padding-top: 0 !important
    }

    .page-id-3790 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow {
        margin-bottom: 0
    }

    .page-id-3516 .sub_list {
        display: block !important
    }

    .page-id-3516 a.vbtn.gp_top {
        margin-top: 20px
    }

    .page-id-3516 .physical_infra_case_sec {
        padding: 30px 0 60px
    }

    .page-id-3516 .partner_intro_sec {
        padding: 10px 0 0
    }

    .page-id-3516 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 20px
    }

    .page-id-1984 .sddc_services.back_bl.cmn_gap,
    .page-id-2423 .sddc_services.back_bl.cmn_gap {
        padding: 40px 0
    }

    .page-id-2423 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px
    }

    .page-id-2423 .ss_product_offering.cmn_gap {
        margin-bottom: 0
    }

    .page-id-2423 .collbrntn_sec_space.cmn_gap {
        padding: 35px 0 40px
    }

    .page-id-2423 .sas_service.cmn_gap {
        padding-top: 40px
    }

    .page-id-2423 .ss_product_offering .pro_item:nth-child(1) .inner {
        min-height: 356px
    }

    .page-id-3871 .var_sol.cmn_gap {
        padding-bottom: 50px
    }

    .page-id-2544 .collbrntn_sec_space p {
        margin-bottom: 30px !important
    }

    .page-id-2544 .hci_services.back_bl.cmn_gap {
        padding: 40px 0
    }

    .page-id-2544 .hci_services.back_bl.cmn_gap .btn_cont {
        padding-top: 20px
    }

    .page-id-2544 .why_hc.cmn_gap {
        padding: 40px 0
    }

    .page-id-2544 .hc_workload_mobile .cmn_tyl_arrow {
        margin-top: 15px;
        margin-bottom: 40px
    }

    .page-id-3516 .physical_infrastructure_solutions_slider.slick-initialized.slick-slider .slick-list.draggable {
        height: 790px !important
    }

    .page-id-3516 .dotted_list_mob_sec {
        padding-bottom: 20px
    }

    .page-id-3871 .var_sols_sec .grp .item {
        margin: 15px;
        background: #F5FAFF;
        -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
        box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
        border-radius: 15px;
        padding: 30px
    }

    .page-id-3871 .var_sols_sec .grp .item img {
        margin: auto
    }

    .page-id-3871 .var_sols_mobile .img_grp .grp {
        display: block
    }

    .postid-4482 .cmn_partner_sub_block.cmn_gap.aryaka_main_sec {
        padding-top: 10px;
        padding-bottom: 40px
    }

    #sub-partner-slider .slick-next,
    #sub-partner-slider .slick-prev {
        top: 110%
    }

    .postid-4482 #sub-partner-slider {
        padding-bottom: 110px
    }

    .postid-4482 .aryaka_smrtcdn_tab {
        padding-top: 40px
    }

    .postid-4482 .aryaka_smrtcdn_tab .aryaka_header_sec {
        text-align: center
    }

    .postid-4482 .remote_access_sol_sec {
        padding-bottom: 60px
    }

    .postid-4482 .remote_sol_box {
        height: auto
    }

    .postid-4482 .last_mile_ser_sec {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .postid-4482 .last_mile_ser_sec .aryaka_header_sec {
        text-align: center
    }

    .postid-4482 .aryaka_main_sec .row>* {
        padding-left: 13px;
        padding-right: 13px
    }

    .page-id-3516 .tab_section_collaboration,
    .page-id-11185 .tab_section_collaboration,
    .page-id-422 .tab_section_collaboration,
    .page-id-1170 .tab_section_collaboration,
    .page-id-2544 .tab_section_collaboration,
    .page-id-3871 .tab_section_collaboration,
    .page-id-4007 .tab_section_collaboration {
        display: none
    }

    .page-id-11185 p.data_center_dec {
        padding-bottom: 30px !important
    }

    .page-id-11185 .right-list,
    .page-id-11185 .left-list {
        width: 100%
    }

    .page-id-11185 .collbrntn_sec_space.cmn_gap.dc_center_mob {
        padding-top: 30px !important
    }

    .page-id-2955 .partner_intro_sec {
        padding: 15px 0 30px !important
    }

    #pillsM1 .location-tab-wrapper>div:nth-child(2),
    #pillsM1 .location-tab-wrapper>div:nth-child(13),
    #pillsM5 .location-tab-wrapper>div:nth-child(2),
    #pillsM5 .location-tab-wrapper>div:nth-child(3),
    #pillsM5 .location-tab-wrapper>div:nth-child(4) {
        display: none
    }

    .case_study2 h3 {
        font-size: 20px
    }

    .case_study2 p {
        padding-bottom: 20px
    }

    .page-id-422 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2280 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2652 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2877 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2188 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2955 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-585 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-3240 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0px !important
    }

    .page-id-903 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-630 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-3790 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 10px !important
    }

    .page-id-2280 .partner_intro_sec.cmn_gap {
        padding: 0 0 20px !important
    }

    .page-id-3165 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 40px;
        padding-bottom: 0 !important
    }

    .page-id-1846 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-351 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-1890 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 20px !important
    }

    .page-id-1185 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2837 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0 !important
    }

    .page-id-1349 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 30px
    }

    .page-id-1170 .video_conference_slz.cmn_gap {
        padding-bottom: 50px;
        padding-top: 0
    }

    .page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 20px !important
    }

    .page-id-2279 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px !important
    }

    .page-id-3722 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2277 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 20px 0
    }

    .page-id-3520 .partner_intro_sec.cmn_gap.elevate_services {
        margin-top: 0 !important
    }

    .page-id-415 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 0
    }

    .page-id-1588 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 40px;
        padding-bottom: 0 !important
    }

    .page-id-1588 .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
        padding-top: 0px !important
    }

    .page-id-3058 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 10px !important;
        padding-top: 20px
    }

    .page-id-3168 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0 !important
    }

    .page-id-11185 .physical_infrastructure_solutions_slider .item.slick-slide.slick-current.slick-center {
        padding-bottom: 10px
    }

    .page-id-2955 .btn_design_services {
        margin-top: 30px
    }

    .page-id-1170 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0px !important
    }

    .video_confere_icon_container_para p {
        font-size: 12px
    }

    .mobile-nav-header {
        padding: 0 18px 0 18px
    }

    .page-id-11186 .slide_nxt.slick-arrow.slick-disabled {
        margin: -40px 15px
    }

    #cookie-law-info-bar,
    .wt-cli-cookie-bar {
        left: 3%;
        max-width: 94% !important;
        padding: 20px 20px !important
    }

    .cli-bar-message {
        width: 100%;
        margin: 0 0 10px
    }

    .cli-bar-message:before {
        margin-right: 15px;
        width: 50px;
        height: 50px;
        background-size: 50px
    }

    .list_mob_sec {
        display: block !important
    }

    .list_desk_sec {
        display: none !important
    }

    .page-id-6609 .form_road_map ul.list_mob_sec li {
        font-size: 14px;
        width: 30%;
        border-radius: 50%;
        text-align: center
    }

    .page-id-6609 .form_road_map ul.list_mob_sec li.step_nav2 {
        width: 38%
    }

    .mob_list_disp_sec {
        display: flex
    }

    .mob_list_disp_sec1 {
        display: grid;
        text-align: center;
        justify-items: center
    }

    .form_road_map ul.list_mob_sec div.mob_list_disp_sec1:after {
        position: absolute;
        content: '';
        top: 35%;
        left: 27%;
        width: 45%;
        height: 1px;
        border-top: 1px dashed #475569;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        z-index: -1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease
    }

    .page-id-6609 .form_road_map ul.list_mob_sec li.active {
        width: 38px
    }

    .servixe_platform_grp label:after {
        bottom: 10px
    }

    .page-id-6609 .form_road_map ul.list_mob_sec {
        position: relative
    }

    .page-id-422 .infrastructure_solutions_offering_mobile .cmn_list ul {
        margin-bottom: 10px
    }

    .page-id-422 .cmn_list.dotted2.dc_compute_list_mob {
        padding-bottom: 20px
    }

    .page-id-2188 .nc_slider_for img {
        height: auto !important
    }

    .page-id-2188 .slick-list.draggable {
        height: auto !important
    }

    .page-id-1185 .cmn_vrt_slider .slick-slide {
        height: auto !important
    }

    .page-id-1170 .dc_cmn_extra {
        padding-bottom: 40px !important
    }

    .page-id-45 .form-check {
        padding: 0
    }

    #cpatchaTextBox {
        margin-left: 0
    }

    input#choice_1_7_1 {
        height: 18px;
        width: 18px;
        padding-left: 10px
    }

    li.gchoice.gchoice_1_7_1 {
        padding-bottom: 20px
    }

    .postid-4430 .btn_cont.read_it {
        padding-bottom: 25px !important
    }

    .postid-5351 .plug_play_cmn {
        padding-bottom: 0
    }

    .postid-5351 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 0 !important
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_power_cords.enconnex_background {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .postid-5351 .btn_cont.enco_btn {
        text-align: center;
        padding-bottom: 30px
    }

    .postid-5351 .solution_enco {
        margin-top: -30px
    }

    .postid-5351 img.alignnone.size-medium.wp-image-3857.ups {
        width: 100% !important;
        margin: 0 !important
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_power_cords.enconnex_background {
        margin-top: 0
    }

    .postid-5351 .cmn_partner_sub_block.reliable_block {
        margin-top: -30px
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_ups.enconnex_background.better_block {
        margin-top: -20px
    }

    .postid-5351 .cmn_partner_sub_block.Customizable_Network_Cabling.cust_block {
        margin-top: -40px !important
    }

    .postid-5351 .network_cabling.network_heading {
        margin-bottom: 10px
    }

    .postid-5351 .col-lg-3.ennconex_solution.first_row_enconnex {
        margin-left: unset;
        margin-right: 2px
    }

    .postid-5351 .sol_block {
        margin-top: 0 !important;
        margin-bottom: 30px
    }

    .postid-4414 .zpe_node {
        margin-top: 30px
    }

    .postid-4414 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -70px
    }

    .postid-4414 .vbtn.center.animate__.animate__fadeInUp.wow.zpe_dwnload_img {
        margin-bottom: 30px
    }

    .postid-4414 .cmn_gap {
        padding: 10px 0
    }

    .find_wrkshop_productivity .prgphp {
        margin-bottom: 25px !important;
        text-align: left
    }

    .avocor_btn {
        text-align: center
    }

    .postid-4430 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -69px !important
    }

    .postid-4430 .grid_part.desktop_view {
        display: none
    }

    .postid-4430 .grid_part.mobile_code {
        display: block
    }

    .postid-4436 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -0px !important
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_images.animated {
        margin-top: 20px
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.neat_image.animated {
        margin-bottom: 20px
    }

    .postid-4420 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 35px !important
    }

    .postid-4417 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 0 !important;
        margin-bottom: -75px !important
    }

    .postid-4428 .col-lg-6.animate__.animate__fadeInUp.wow.pure_img.animated {
        margin: 40px
    }

    .postid-4519 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -60px !important
    }

    .postid-4519 .col-lg-6.animate__.animate__fadeInUp.wow.perle_info.animated {
        margin: 30px
    }

    .postid-4519 .igel_os {
        height: 180px !important
    }

    .postid-4519 .main_img.m-0.pe_img {
        width: 73%
    }

    .postid-4519 .cmn_gap {
        padding: 10px 0
    }

    .postid-4476 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -40px !important
    }

    .postid-4417 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.zoom_img.create_img.animated {
        margin-bottom: 10px !important
    }

    .postid-8136 .cmn_partner_sub_block figure {
        margin: 0 !important
    }

    .postid-4420 .super_img {
        width: 100% !important;
        margin-left: 0 !important
    }

    .postid-4420 .super_img.super_mico.super_images {
        margin-top: 20px
    }

    .postid-4417 h2.solution_enco {
        text-align: center;
        padding: 20px 0 0 0
    }

    .postid-4417 .col-lg-3.ennconex_solution.first_row_enconnex.f_row {
        margin-left: auto !important;
        margin-top: 30px !important
    }

    .postid-5351 a.cmn_btn.server_racks {
        margin-top: 35px;
        margin-bottom: 30px
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.animated {
        margin-top: 40px;
        margin-bottom: 20px
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.neat_board_img.animated {
        margin-bottom: 20px !important;
        padding-bottom: 40px
    }

    .postid-4414 .col-lg-6.animate__.animate__fadeInUp.wow.zpe_img.zpe_images.animated {
        margin-bottom: 30px
    }

    .col-lg-6.animate__.animate__fadeInUp.wow.zpe_img.animated {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .postid-8136 .avacor_download {
        margin-top: 30px
    }

    .postid-4417 .btn_cont.zoom_learn_more {
        margin-bottom: 10px
    }

    .postid-4414 .cmn_partner_sub_block.cmn_gap {
        padding: 20px 0 !important
    }

    .postid-4519 .perle_img {
        width: 73%;
        padding-right: 40px
    }

    .postid-4519 .slick-dots {
        width: 73% !important
    }

    .postid-4430 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -60px !important
    }

    .postid-4430 .partner-subblock.success_block {
        padding: 20px !important
    }

    .postid-4476 .img_col {
        margin-bottom: -20px !important
    }

    .postid-4417 h2.introducing_zoom {
        padding-bottom: 20px !important
    }

    .postid-4476 .cmn_partner_sub_block.cmn_gap.cis_wireless {
        margin-top: -50px !important
    }

    .postid-4476 .cis_images {
        margin-bottom: 20px;
        margin-top: 20px !important
    }

    .postid-4476 .alignnone.size-medium.wp-image-11621.cisco_images {
        margin-top: 30px !important
    }

    .postid-4519 .slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }

    .postid-4519 .slick-dotted.slick-slider {
        padding-bottom: 0 !important
    }

    .postid-4519 .text-center {
        padding: 20px 0 0 0;
        margin: 0
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_fo.desktop_view {
        display: none
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.mobile_view {
        visibility: visible;
        display: block
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_fo.desktop_view {
        display: none;
        visibility: hidden
    }

    .postid-4430 .btn_cont.report_btn {
        padding: 0 !important;
        margin-bottom: -30px !important
    }

    .postid-4430 .cmn_partner_sub_block.cmn_gap.nu_foundation.nutanix_fo {
        padding: 0 !important
    }

    .postid-4430 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 60px !important
    }

    .postid-4430 .slick-dots {
        display: none !important
    }

    .postid-4430 .grid_part_slider .slick-next {
        right: 35% !important
    }

    .postid-4430 .grid_part_slider .slick-prev {
        left: 35% !important
    }

    .cmn_partner_sub_block.reliable_block.cost_sec {
        padding-bottom: 0 !important
    }

    .postid-5351 a.cmn_btn.server_racks {
        margin-bottom: 0 !important
    }

    .postid-5351 .btn_cont.enco_btn.power_btn {
        padding-bottom: 0
    }

    .postid-5351 .btn_cont.enco_btn.cust_btns {
        padding-bottom: 0 !important
    }

    .postid-5351 .btn_cont.enco_btn {
        padding-bottom: 0 !important
    }

    .flex-item-right {
        font-size: 14px !important
    }

    .postid-5351 .flex-item-right.better_sec {
        margin-left: 0 !important
    }

    .btn_cont.enco_btn.plug_btn {
        margin-bottom: 30px
    }

    .postid-5351 .img_col {
        margin-bottom: 0 !important
    }

    .postid-5351 .alignnone.size-medium.wp-image-3857.enco_partner {
        padding-bottom: 40px
    }

    .postid-5351 .flex-item-right.increase_sec {
        margin-left: 0 !important
    }

    .postid-5351 .flex-item-right.small_sec {
        margin-left: 0;
        margin-right: 100px
    }

    .postid-5351 .flex-item-right.opex_sec {
        margin-left: 0
    }

    .postid-5351 .flex-item-right.better_sec {
        margin-left: 0 !important;
        margin-right: 200px
    }

    .postid-5351.flex-item-right.high_sec {
        margin-left: 0 !important
    }

    .postid-5351 .flex-item-right.wide_sec {
        margin-left: 0 !important;
        margin-right: 200px !important
    }

    .postid-5351 .flex-item-right.fast_sec {
        margin-left: 0 !important
    }

    .postid-5351 .flex-item-right.high_sec {
        margin-left: 0
    }

    .postid-5351 .flex-item-right.Global_sec {
        margin-left: 0 !important;
        margin-right: 200px !important
    }

    .postid-5351 .ups_para {
        text-align: left
    }

    .postid-4519 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -50px !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.hi_poe_btn {
        margin-bottom: 30px !important
    }

    vbtn.center.animate__.animate__fadeInUp.wow.hi_poe_btn {
        margin-bottom: 30px !important
    }

    .postid-4519 .perle_images {
        width: 100% !important;
        text-align: center !important;
        margin-top: 40px !important
    }

    .postid-4519 .learn_btn {
        margin-bottom: 20px !important;
        margin-top: 40px
    }

    .postid-4519 .slick-dotted.slick-slider {
        padding-bottom: 0 !important
    }

    .perle_images.perle_wire.wireless_img {
        margin-top: 30px !important
    }

    .postid-4519 .perle_images.perle_wire.wireless_img {
        margin-top: 30px !important
    }

    .page-id-765 .mid_anim img {
        width: 35% !important
    }

    a.loc_explore {
        padding-left: 5px !important
    }

    .direction_img_icon {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important
    }

    svg.location_svg_symb {
        position: relative !important;
        margin-bottom: 12px
    }

    .page-id-45 .acc.accordion-item-block1.location_acc_box {
        width: 100%
    }

    .page-id-45 .acc.accordion-item-block2.location_acc_box {
        width: 100%
    }

    .page-id-45 .location-tab-wrapper .acc-button {
        margin-top: 30px;
        margin-left: 33%
    }

    .page-id-45 .contact_location_sec_mobile .accordion-button:not(.collapsed):focus {
        color: #1d3f75 !important
    }

    .contact_location_sec_mobile .acc_map_location.active button {
        color: #1d3f75 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .acc_map_location.active .accordion-button::after {
        transform: rotate(-180deg)
    }

    .contact_location_sec_mobile .accordion-button:not(.collapsed) {
        color: #b3b3b3 !important;
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 400
    }

    .page-id-45 .contact_location_sec_mobile .accordion-button:not(.collapsed) {
        color: #b3b3b3 !important
    }

    .acc.accordion-item-block1.accordion_map_locations.location_acc_box_before_rm {
        margin: 15px 0 0 0 !important
    }

    .acc-head.acc_map_location {
        padding: 0 !important
    }

    .location_acc_box {
        margin: 15px 0 0 0
    }

    .acc {
        border: 1px solid #D6E0E8 !important;
        border-radius: 5px;
        overflow: hidden;
        width: 100%
    }

    .acc.accordion-item-block1.accordion_map_locations.location_acc_box {
        width: 100% !important
    }

    .page-id-2955 .custom_slider2 .slide_arrow_control {
        top: 20px
    }

    h3.mob-sub-heading {
        font-size: 18px !important
    }

    #submit {
        margin-top: 35px
    }

    .career_imp.cmn_gap.perks-bottom {
        padding-bottom: 20px
    }

    .page-id-11186 label.labelhybrid {
        margin-bottom: 25px !important
    }

    .page-id-11186 .virtualhybpoints {
        padding-bottom: 45px
    }

    .page-id-11186 p.onsite_dec {
        margin: 0
    }

    .page-id-11186 .container.for.desktop {
        display: none
    }

    .page-id-11186 .container.for.mobile {
        display: block
    }

    .page-id-11186 .partner_intro_sec.cmn_gap {
        padding-top: 31px !important
    }

    .page-id-11186 .case_study_dc-design-services.back_bl.cmn_gap.dc_design_services_mob {
        padding-bottom: 0 !important
    }

    .page-id-11186 p.onsite_dec {
        text-align: center
    }

    .page-id-11186 .container.for.desktop {
        display: none
    }

    .page-id-11186 .custom_slider2 .slide_arrow_control .slide_nxt {
        right: -28px
    }

    .page-id-11186 .custom_slider2 .slide_arrow_control .slide_nxt {
        right: -28px;
        top: 50%
    }

    .page-id-11186 .custom_slider2 .slide_arrow_control .slide_prev {
        left: -30px;
        top: 50%
    }

    .page-id-11186 .slide_sec2.cmn_gap {
        padding: 40px 0 0 0 !important
    }

    .page-id-11186 .list_sol_sec .list_cont {
        margin-top: 30px;
        margin-left: 4px
    }

    .page-id-1183 .uc_new_infra {
        text-align: center
    }

    .page-id-1183 .uc_top {
        padding-top: 0 !important
    }

    .find_wrkshop_productivity_col_rghtt {
        position: static;
        margin-top: 30px;
        margin-left: 0;
        width: 100% !important
    }

    .g-map .location-center-position2,
    .g-2 {
        position: absolute;
        top: 54%;
        left: 21%;
        display: none !important
    }

    .na-5,
    .north-america-map .location-center-position5 {
        position: absolute;
        bottom: 57%;
        left: 22%;
        display: none !important
    }

    .datacontainersoln {
        padding-bottom: 0;
        margin-bottom: 15px !important
    }

    .page-id-11185 .data_center_list li {
        padding-bottom: 10px;
        text-align: left
    }

    .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px !important
    }

    .page-id-903 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 20px
    }

    .page-id-422 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px
    }

    .page-id-2652 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px
    }

    .page-id-2955 .dc-design-case.study {
        margin-bottom: 0
    }

    h3 {
        font-size: 20px
    }

    .page-id-4007 .block img {
        width: 30%
    }

    .page-id-1349 .video_conference_slz.cmn_gap.avs_cmn.av_soln_it.img_soln_it {
        padding-top: 0
    }

    .page-id-1349 h6.multiple_uses {
        text-align: center;
        font-size: 20px
    }

    .page-id-1349 figure.main_img.img_hardware_btn {
        padding-bottom: 10px
    }

    .page-id-1349 .next_gen_description {
        text-align: left
    }

    .page-id-1183 .prgphp.integ_para {
        margin-bottom: 25px
    }

    .page-id-1183 .av_infrastructure_slider_nav .btn_cont {
        margin-top: 30px;
        text-align: center
    }

    .page-id-1183 .slipro_right_ptt_figd.icon_img {
        padding-left: 25px
    }

    .page-id-1183 .slick-slide.slick-current.slick-center {
        text-align: center
    }

    .page-id-1183 .col-lg-5.intgrtd_sl_communicate_slid_col_rght.animate__.animate__fadeInUp.wow.img_slider_uc.animated {
        margin-bottom: 35px
    }

    .integrated_hardandsoftware {
        text-align: center
    }

    .page-id-1183 .message_benefitted_sld_nav_br svg {
        width: 57px;
        height: 65px
    }

    .we_deliver_slidprod_in_left p {
        margin-bottom: 30px
    }

    .page-id-630 h6.eleve_services_cm {
        text-align: center;
        margin-top: 20px
    }

    .page-id-630 .cloudsliders {
        margin-left: 40px
    }

    .page-id-630 .elevate_cloud_migartion.animated {
        text-align: center;
        padding: 0 0 0
    }

    .page-id-630 .cloud_migration_slidprod {
        text-align: center
    }

    .page-id-3722 .advantages_ior_services {
        text-align: center
    }

    .page-id-3240 .center_aligned_cloud_services {
        text-align: center
    }

    .page-id-630 .cloud_migration_slider {
        margin: 35px 0 0 0 !important
    }

    .page-id-1984 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 20px
    }

    .page-id-3790 .we_deliver_slidprod_in_left {
        text-align: center
    }

    .page-id-3790 .we_deliver_slidprod_in_left p {
        padding-bottom: 20px
    }

    .page-id-1846 .networking_product_sec h6,
    .page-id-351 .networking_product_sec h6,
    .page-id-1890 .networking_product_sec h6 {
        font-size: 18px
    }

    .page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 0
    }

    .page-id-1846 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px !important;
        padding-top: 20px
    }

    .page-id-351 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px !important;
        padding-top: 20px
    }

    .page-id-1890 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px !important;
        padding-top: 20px
    }

    .page-id-765 .mid_anim img {
        width: 35% !important
    }

    .single-post .breadcrumb_bar.container {
        padding-top: 30px !important
    }

    .page-id-96 .blog_items .pro_text .text h6 {
        font-size: 13px !important
    }

    .page-id-268 .mid_anim img {
        width: 50% !important
    }

    .page-id-2188 figure.first_img {
        margin-bottom: 8px !important
    }

    .page-id-3722 .sddc_services_slider .slick-slide {
        padding-right: 15px
    }

    .page-id-2877 .partner_intro_sec.cmn_gap.oupartner_dc_colocation {
        padding-bottom: 20px !important
    }

    .page-id-2877 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 30px 0 20px
    }

    .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .sddc_services_mobile .cmn_tyl_arrow {
        margin-top: 30px
    }

    .cmn_tyl_arrow .slick-arrow.slick-disabled {
        background: #E2E8F2
    }

    .page-id-585 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .managed_services .mini_block_services .inner {
        padding: 0
    }

    a.cmn_btn.btn_dcnetworking_desktop {
        margin-top: 0
    }

    .page-id-2280 .partner_intro_sec.cmn_gap {
        padding: 20px 0 20px !important
    }

    .career_rule.cmn_gap {
        padding: 0 0 0
    }

    .btn_design_services {
        margin-top: -30px
    }

    .page-id-2955 .btn_design_services {
        margin-top: 0
    }

    .dc-cs {
        padding-top: 0
    }

    .arrow_sl_item.box {
        margin-bottom: 0
    }

    .arrow_sl_item.box label {
        font-size: 18px;
        margin-bottom: 25px
    }

    .case_slider {
        padding-top: 10px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0
    }

    .container.dc-casestudy {
        padding-bottom: 0
    }

    .page-id-3240 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow {
        margin: 0
    }

    .page-id-3240 .prgphp.elevate_services {
        text-align: center
    }

    .page-id-3240 .cloud_servicing_offerings_slider {
        text-align: center
    }

    .page-id-3240 .img_cs {
        margin: 0 0 0 45px
    }

    .page-id-3240 .elevate_para {
        text-align: center !important
    }

    .center_aligned_cloud_services {
        text-align: center
    }

    .page-id-3240 .eleveate_secrvices_part .vbtn {
        margin-top: 0
    }

    .page-id-11185 .partner_intro_sec.cmn_gap {
        padding: 0 0 25px 0
    }

    .page-id-3165 .partner_intro_sec.cmn_gap {
        padding: 0 0 20px 0
    }

    .page-id-2188 .nc_slider_nav.slick-initialized.slick-slider {
        border-radius: 0 0 10px 10px !important
    }

    .page-id-2188 .partner_intro_sec.cmn_gap {
        padding: 0 0 27px 0 !important
    }

    .page-id-2188 .dc_net_security_icon_block h6 {
        font-weight: 500;
        margin-bottom: 0;
        font-size: 17px
    }

    .page-id-2188 .cmn_sec_benefittd h3 {
        font-size: 20px
    }

    .igel_icon_sec {
        margin: 0 15px 0 15px
    }

    .page-id-2188 .row_desktop.all_combine {
        display: none
    }

    .page-id-2188 .row_mobile {
        display: block
    }

    .page-id-2188 .row_desktop {
        display: none
    }

    .page-id-903 .btn_cont.btn_cont_mob.getstart_storage {
        margin-top: 0 !important
    }

    .page-id-903 .cmn_list.round_tick.round_tick_tab.ipad_dcstorage {
        display: none
    }

    .page-id-903 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .page-id-903 .storage_offerings {
        margin-top: 0;
        position: relative;
        margin-bottom: 0
    }

    .page-id-2955 .slide_prev.slide_prev_arrow.slick-arrow.slick-disabled {
        padding-bottom: 0
    }

    .page-id-2955 .slide_prev_arrow {
        margin: -23px 0 !important
    }

    .page-id-585 .getintouch_electric {
        padding-bottom: 30px
    }

    .page-id-585 .slide_sec.cmn_gap.dc_space_cooling {
        padding-top: 40px
    }

    .page-id-585 .main_img.w-100.m-0.proffesional.img_dc_electric {
        width: 80% !important;
        margin-left: 25px !important
    }

    .page-id-2279 .we_deliver_what_matters .cmn_sec_benefittd {
        margin-bottom: 0
    }

    .page-id-2279 .arrow_sl4 .slick-slide {
        padding: 10px 40px
    }

    .page-id-2279 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 30px
    }

    .page-id-2279 .we_deliver_slidprod_in {
        text-align: center;
        margin: auto
    }

    .page-id-2279 .case_study2 {
        padding: 50px 0 30px !important
    }

    .page-id-585 .fitout_soln {
        padding-bottom: 25px !important
    }

    .page-id-422 .virtualization_soln_slider {
        margin-top: 15px
    }

    .page-id-2955 .dc_offerings_getstarted {
        margin-top: 30px
    }

    .items.items_desktop {
        display: none
    }

    .page-id-2955 .mobile_items {
        display: block
    }

    .combine {
        display: flex
    }

    .page-id-2955 .item.animate__.animate__fadeInUp.wow.animated {
        display: inline-block
    }

    .page-id-585 a.vbtn.animate__.animate__fadeInUp.wow.btn_electricfitout_soln {
        margin-bottom: 0
    }

    .page-id-585 .col-lg-5.case_study_collaborated_col_rtt.animate__.animate__fadeInUp.wow {
        padding-bottom: 0
    }

    .page-id-1349 figure.main_img.rad15.av_uc {
        padding-top: 0;
        padding-bottom: 0
    }

    .page-id-1349 .cmn_partner_cssul ul {
        padding: 35px 0 0 0;
        margin: 0;
        display: flex
    }

    .page-id-1349 .bulleted_listed_ul ul li:last-child {
        margin-bottom: 0;
        text-align: left
    }

    .page-id-11185 .cmn_text_block.back_bl.cmn_gap.dc_soln_center {
        padding: 1px 0 0 0
    }

    .page-id-11185 .list_cont.row.list {
        margin-top: 0
    }

    .page-id-630 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-top: 9px
    }

    .cmn_sec_benefittd.animate__.animate__fadeInUp.wow.animated {
        text-align: center
    }

    .page-id-1183 .rtt_s.unified_communication_eleve {
        text-align: left
    }

    .page-id-1890 .cmn_tyl_arrow.appr_styling_controls.cloud {
        margin-top: 0
    }

    .page-id-1890 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .page-id-1890 .cabling_solution .btn_cont {
        margin-bottom: 0
    }

    .page-id-351 .cmn_tyl_arrow.appr_styling_controls.cloud {
        padding: 0;
        margin: 0
    }

    .page-id-351 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .page-id-351 .cabling_solution .btn_cont {
        margin-bottom: 0
    }

    .page-id-1846 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .page-id-1846 .item.slick-slide.slick-current.slick-center {
        padding-top: 40px !important
    }

    .page-id-1846 .cmn_tyl_arrow.appr_styling_controls.cloud {
        margin-top: 0
    }

    .page-id-1846 .cabling_solution .btn_cont {
        margin-bottom: 0
    }

    .page-id-3264 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 0
    }

    .page-id-3520 .contact_location_sec_mobile.cmn_gap {
        padding-top: 0
    }

    .page-id-2188 p.animate__.animate__fadeInUp.wow.animated {
        text-align: center !important;
        margin-top: 20px
    }

    .page-id-2955 .slide_prev.slick-arrow.slick-disabled {
        padding-bottom: 25px
    }

    .page-id-2955 .slide_nxt.slick-arrow {
        padding-bottom: 25px
    }

    .page-id-585 .custom_slider .cmn_sec_benefittd {
        padding-bottom: 35px
    }

    .page-id-585 .slide_arrow_control.animate__.animate__fadeInUp.wow.slide_arrow_control_justify {
        margin: 0 !important
    }

    .page-id-585 a.vbtn.center.animate__.animate__fadeInUp.wow {
        margin-top: 10px
    }

    .page-id-585 .electric_fit_out_slide_prev {
        left: 0 !important;
        margin: -25px -4px !important
    }

    .page-id-585 .electric_fit_out_slide_nxt {
        right: 0 !important;
        margin: -25px -4px !important
    }

    .page-id-1183 a.vbtn.mt-2.uc_btn_design {
        margin: 25px 0 25px 0 !important
    }

    .page-id-1183 .right_listed_ulll.doubl ul {
        text-align: left
    }

    .page-id-1183 .cmn_sec_benefittd.cntr_hd {
        padding-bottom: 20px
    }

    .page-id-655 .arrow_sl4 .slick-slide {
        padding: 30px 40px 15px 40px
    }

    #captcha {
        display: inline-block
    }

    canvas {
        max-width: 90vw;
        max-height: 90vh
    }

    i.fa.fa-refresh {
        padding: 15px 15px
    }

    .col-lg-6.find_wrkshop_productivity_col_lft.animate__.animate__fadeInUp.wow.animated {
        margin: 0
    }

    .cmn_sec_benefittd .prgphp p {
        padding-bottom: 0
    }

    .cont_main_right form {
        padding: 10px 10px 35px
    }

    .form-check {
        padding: 10px 5px
    }

    .home_ban_bg.home_ban_for_1.slider-container>div {
        height: 200px !important
    }

    .page-id-3572 .collbrntn_sec_space.cmn_gap.dc_modernization_cmn {
        padding: 40px 0 40px 0
    }

    .page-id-3572 .partner_intro_sec.back_bl.cmn_gap.dc-modern {
        padding: 0 0 40px
    }

    .page-id-1588 h2.animate__.animate__fadeInUp.wow {
        margin: 0
    }

    .page-id-1588 .cmn_tyl_arrow.audio_video_slider_controls.av-btn {
        margin: 10px 0 40px 0
    }

    .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
        margin-top: 40px
    }

    .company_overview_video_sec_mob {
        padding: 30px 0 !important
    }

    .cookie-notice-container #cn-notice-buttons {
        margin: auto
    }

    .career_wlcm_chart {
        padding-bottom: 30px
    }

    .career_wlcm_chart .chart_box {
        padding: 40px 0 50px
    }

    .career_meet {
        margin-bottom: 20px
    }

    .career_wlcm_chart {
        padding-top: 0
    }

    .btn_cont.animate__.animate__fadeInUp.wow.careers_readourwp_btn.animated {
        margin-bottom: 0
    }

    .career_rule .quote_auth {
        margin-top: 50px
    }

    .job_btn.btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 0 !important
    }

    .page-id-3870 .eleveate_secrvices_part.remote_services.back_bl.cmn_gap {
        padding: 40px 0 0
    }

    .page-id-3870 .partner_intro_sec.cmn_gap.managed_services_partnersection {
        padding-top: 0
    }

    .page-id-3870 .case_study2.cmn_gap.managed_services {
        padding-bottom: 25px
    }

    .cmn_sec_benefittd:last-child {
        margin-bottom: 0;
        text-align: center
    }

    .who_we_are_sec .vid_wrap img {
        margin: 13px 0 20px;
        height: auto
    }

    .page-id-1170 .cmn_tyl_arrow.collaboration_spaces_solution_controls {
        margin: 20px 0 0
    }

    .page-id-1170 .collbrntn_sec_space.cmn_gap.banner_gap {
        padding: 40px 0 40px 0
    }

    .cmn_btn.partner-home-list {
        margin: 20px 0 10px
    }

    .col-lg-6.item_col.services_heading_home.animated {
        text-align: center
    }

    .home_banner {
        padding: 120px 0 0
    }

    .who_we_are_sec .vid_col {
        text-align: center
    }

    .who_we_are_sec.cmn_gap h2 {
        padding: 20px 0 10px
    }

    .col-lg-5.text_col.banner-home-subtext p {
        display: none
    }

    .home_banner h1 {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .col-lg-5.text_col.banner-home-subtext .btn_cont {
        display: none
    }

    .page-id-1349 .cmn_tyl_arrow.multiple_used_aud_slider_controls {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .video_conference_slz.cmn_gap.avs_cmn {
        padding: 0
    }

    .page-id-1183 .int_hard_solztt.cmn_gap {
        padding-bottom: 50px
    }

    a.vbtn.mt-2.uc_btn_design {
        margin: 0 0 25px 0
    }

    .page-id-2423 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 10px !important
    }

    .page-id-1183 .int_hard_solztt.cmn_gap {
        padding: 0 0 60px 0
    }

    .page-id-2423 .sas_service.cmn_gap {
        padding-bottom: 20px
    }

    .page-id-2423 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-top: 25px
    }

    .page-id-2423 .partner_intro_sec.back_bl.cmn_gap {
        padding-top: 20px
    }

    .page-id-2423 .collbrntn_sec_space.cmn_gap {
        padding: 35px 0 20px 0
    }

    .page-id-655 .we_deliver_slidprod_in {
        text-align: center
    }

    .page-id-655 .slipro_right_ptt_figd {
        margin-left: 78px
    }

    .page-id-1984 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 0 !important
    }

    .page-id-1984 .partner_intro_sec.back_bl.cmn_gap {
        padding: 20px
    }

    .page-id-3871 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 35px
    }

    .page-id-3871 .var_sol.cmn_gap {
        padding: 0 0 10px 0
    }

    .page-id-1183 a.vbtn.gp_top.mt-3 {
        margin: 22px 0 20px 0 !important
    }

    .prgphp.uc_prgrph_design p {
        padding: 0
    }

    .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow {
        margin: 30px
    }

    .page-id-1183 .int_hard_solztt .vbtn {
        margin-top: 0 !important
    }

    .container.slide_datacenter {
        margin-top: 0
    }

    .postid-4430 .cmn_partner_sub_block .img_text {
        margin-bottom: 0 !important
    }

    .postid-4430 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -80px !important
    }

    .postid-4430.btn_cont.report_btn {
        margin-bottom: -50px
    }

    .postid-4420 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -70px !important
    }

    .postid-4417 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 40px !important
    }

    .zoom_center {
        margin: 20px auto 10px auto !important
    }

    .postid-4417 .row.zoom_solution_cmn {
        padding-bottom: 20px
    }

    .zoom_img {
        margin-bottom: -30px !important
    }

    .col-lg-3.ennconex_solution.sol_box {
        margin: 15px
    }

    .postid-4417 h2.introducing_zoom {
        margin-bottom: 0 !important
    }

    .solve_img {
        margin-bottom: -20px !important
    }

    .btn_cont.how_btn {
        margin-bottom: 20px
    }

    .postid-8136 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -60px !important
    }

    .btn_cont.read_it {
        padding-bottom: 0 !important
    }

    .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 0 !important
    }

    .page-id-2544 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 10px
    }

    .page-id-422 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 15px !important
    }

    .page-id-655 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 25px
    }

    .page-id-1890 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .page-id-1890 .networking_product_sec .btn_cont {
        margin-top: 0
    }

    .page-id-655 .slick-slide.slick-current.slick-center {
        padding-top: 15px
    }

    .page-id-655 .partner_intro_sec.cmn_gap.dc-infra.desk_partner_intro.dc_cmn_extra.dc_infra_partner_mob {
        padding-top: 0 !important
    }

    .img_slick_sec {
        padding-bottom: 30px
    }

    #sub-partner-slider .slick-slide img {
        margin: auto
    }

    .postid-4464 .partner_sub_hero .btn_cont {
        padding-top: 30px
    }

    .postid-4464 .cmn_partner_header {
        padding-bottom: 0
    }

    #sub-partner-slider {
        padding: 60px 0
    }

    #sub-partner-slider {
        padding: 60px 0
    }

    #sub-partner-slider .slick-prev {
        left: 100px;
        top: 105%
    }

    #sub-partner-slider .slick-next {
        right: 100px;
        top: 105%
    }

    .cmn_partner_sub_block .igel_os_col_sec {
        padding-bottom: 30px
    }

    #sub-partner-slider .slick-carousel {
        width: auto
    }

    .cmn_partner_sub_block .igel_icon_sec_mob {
        margin-top: 30px
    }

    .igel_services_sec {
        height: auto
    }

    .igel_services_sec .igel_services_box {
        height: auto;
        margin: 7% 5% 1% 7%
    }

    .igel_services_sec .igel_services_box1 {
        height: auto;
        margin: 7% 5% 1% 7%
    }

    .page-id-1032 .pround_sec {
        padding: 0 20px 30px 20px !important
    }

    .page-id-1032 .partner_intro_sec {
        padding: 40px 0 0 !important
    }

    .culture_team_sec.back_bl.cmn_gap {
        padding: 30px 0 0 !important
    }

    .col-lg-3.ennconex_solution.first_row_enconnex.f_row {
        margin: 0 auto !important;
        margin-left: auto
    }

    .page-id-903 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 0
    }

    .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.services {
        margin-top: 25px !important
    }

    .page-id-3240 .eleveate_secrvices_part .vbtn {
        margin-right: 0
    }

    .press_reports_sec .item_inner {
        padding: 40px 25px
    }

    .hm_service.cmn_gap {
        padding: 30px 0 0
    }

    .home_inovative_work.back_bl.cmn_gap {
        margin: 10px 0 0
    }

    .home_resources.cmn_gap {
        padding: 20px 0 10px
    }

    .elevate-technology-home-icons {
        width: 100% !important
    }

    .partner_main_sec .search_fld_grp {
        width: calc(100% - 0px)
    }

    .cmn_sec_benefittd.cloudservices_banner {
        text-align: center
    }

    .cmn_sec_benefittd.dc_networkingbanner {
        text-align: center
    }

    .col-lg-3.ennconex_solution.first_row_enconnex.f_row {
        margin-left: auto !important
    }

    .postid-8136 .cmn_partner_sub_block .img_text {
        margin-bottom: 0 !important
    }

    .partner_diff_logo {
        width: 400px !important
    }

    .super_img {
        width: 60%;
        margin-left: 100px
    }

    .case_study2.cmn_gap.public-cloud.public {
        padding: 10px 0 0
    }

    .cmn_list.round_tick {
        height: 160px
    }

    .slide_nxt.electric_fit_out_slide_nxt.slick-arrow.cis_arrow {
        top: 55% !important
    }

    .key_fea {
        padding-bottom: 20px
    }

    img.partner_diff_logo {
        width: 70%
    }

    .page-id-2955 .partner_intro_sec {
        padding: 0 0 30px !important
    }

    .page-id-585 .mob-dc-electrical {
        text-align: center;
        margin-right: 7%
    }

    .storage_offerings {
        margin-top: 70px;
        position: relative
    }

    .nav_benefitted_indf {
        margin-right: 0;
        margin-left: 5px
    }

    .cmn_sec_benefittd.dc_storagebanner {
        text-align: center
    }

    .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 0
    }

    .storage_solution .inner {
        text-align: center
    }

    .partner_intro_sec.cmn_gap.desk_partner_intro.our_partner_dc_compute {
        margin-top: 0
    }

    .cmn_tyl_arrow.infrastructure_solutions_offering_controls.tyl_arrow_mob {
        padding: 0
    }

    .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn {
        margin-top: 0
    }

    .contact_location_sec_mobile.cmn_gap.mobile_cmn {
        padding-bottom: 40px
    }

    a.vbtn.gp_top.button_getintouch {
        margin-bottom: 40px;
        margin-right: 160px !important
    }

    .breadcrumb_bar.container {
        padding-top: 0
    }

    .message_benefitted_sld_nav.message_benefitted_sld_nav_mob {
        padding: 0
    }

    .collbrntn_sec_space.cmn_gap.dc_center_mob {
        text-align: center;
        padding-top: 20px !important
    }

    .page-id-2280 .case_slider.dc_storage {
        margin-bottom: 0
    }

    .contact_location_sec_mobile {
        padding-bottom: 30px
    }

    .location-tab-wrapper .acc-button {
        margin-top: 30px
    }

    .our_val_sec .container {
        padding: 60px 0 50px
    }

    .page-id-3240 .partner_intro_sec {
        padding: 5px 0 15px 0 !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
        padding: 23.5px 20px
    }

    .page-id-2955 .custom_slider2 .slide_arrow_control .slide_prev {
        left: -15px;
        margin: 0
    }

    .page-id-2955 .custom_slider2 .slide_arrow_control .slide_nxt {
        right: -14px;
        margin: 0
    }

    .page-id-2955 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 0
    }

    .page-id-3165 .cmn_tyl_arrow {
        padding: 0
    }

    .page-id-2280 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0
    }

    .page-id-2877 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 20px
    }

    .postid-4476 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 20px;
        margin-bottom: -30px
    }

    .col-lg-5.img_col.animate__.animate__fadeInUp.wow.meraki_img.animated {
        margin-bottom: -20px
    }

    .page-id-2188 .partner_intro_sec {
        padding: 0 0 0 !important
    }

    .home_inovative_work .vid_loc {
        left: 45px
    }

    #menu-item-4204 .ubermenu-image {
        filter: grayscale(100%)
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li.ubermenu-current-menu-item>.ubermenu-target .ubermenu-image {
        filter: unset !important
    }

    #menu-item-4205 .ubermenu-image {
        filter: grayscale(100%)
    }

    #menu-item-4206 .ubermenu-image {
        filter: grayscale(100%)
    }

    #menu-item-4206 .ubermenu-current-menu-item .ubermenu-image {
        filter: unset
    }

    #menu-item-4206 .ubermenu-current-menu-item .ubermenu-target-text {
        color: #EF8321
    }

    .resources_menu_mob a {
        background: none !important;
        color: #000 !important;
        border-width: 0 !important;
        padding: 23px 33px !important
    }

    .resources_menu_mob ul {
        padding: 0 !important
    }

    .custom_article_bottom_mob {
        margin-bottom: 0 !important
    }

    .custom_article_mob {
        display: none !important
    }

    .ubermenu-dynamic-post {
        display: none !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block {
        display: none
    }

    .slide_prev.electric_fit_out_slide_prev.slick-arrow.slick-disabled.cis_arrow {
        top: 55% !important
    }

    img.partner_diff_logo {
        width: 70%
    }

    .cmn_partner_sub_block.cmn_gap.cis_wireless {
        padding: 0;
        margin-top: -50px !important
    }

    .find_wrkshop_productivity_col_lft {
        padding: 0 0 0
    }

    .contact_mn_modal #contactForm {
        margin: 0 -15px
    }

    .cmn_slide_blocks_sec .nav_benefitted_indf:after {
        display: none !important
    }

    .contact_mn_modal .modal-content {
        padding: 50px 15px
    }
}

@media only screen and (min-width :1200px) and (max-width:1299px) {
    .container {
        padding: 0 40px
    }

    .main-head .ubermenu-nav>li>a,
    .main-head .ubermenu-nav li span.ubermenu-target {
        font-size: 15px !important
    }

    .main-head .navbar {
        padding: 10px 16px
    }

    .flexi_envi_subtext {
        padding: 0 80px 0 0
    }

    .cmn_partner_sub_block.cmn_gap.sub-partner-page {
        padding: 100px 0
    }

    .cmn_partner_sub_block h6 {
        margin-bottom: 18px
    }

    .cmn_partner_sub_block.back_bl.cmn_gap {
        padding: 80px 0
    }

    .sub-partner-page-2.animated {
        padding: 0 0 0 80px
    }

    .partner_sub_products.cmn_gap {
        padding: 20px
    }
}

@media (max-width:1199px) {
    .ess-form {
        padding: 30px 0
    }

    .main-head .ubermenu-nav>li:not(.custom-mega-menu)>.ubermenu-submenu {
        top: calc(100% + 45px)
    }
}

@media only screen and (min-width :767px) and (max-width :1024px) {
    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab.ubermenu-current-menu-parent>.ubermenu-target {
        background: rgba(255, 242, 230, 1) !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-target {
        background: #f9f9f9 !important;
        color: #000 !important
    }

    .ubermenu-current-menu-ancestor>a {
        background: #fff2e6 !important
    }

    #menu-item-4204 .ubermenu-image {
        filter: grayscale(100%)
    }

    #menu-item-4204 .ubermenu-current-menu-item .ubermenu-image {
        filter: unset
    }

    #menu-item-4205 .ubermenu-image {
        filter: grayscale(100%)
    }

    .igel_icon_sec {
        padding-top: 30px
    }

    .aryaka_smartcdn .aryaka_header_sec {
        text-align: center
    }

    .igel_compu_tab_img {
        padding-top: 30px
    }

    .aryaka_main_sec {
        padding-bottom: 60px !important
    }

    #sub-partner-slider .cmn_sec_tab_benefittd {
        padding-bottom: 30px
    }

    .juniper_img_bord {
        width: 80%
    }

    div>.juniper_img_bord_multicloud {
        margin-bottom: 30px
    }

    .download_juniper_btn {
        text-align: center
    }

    .accolarate_points {
        justify-content: end;
        display: flex;
        padding-right: 50px;
        padding-top: 30px
    }

    .accolarate_points1 {
        padding-top: 30px
    }

    .infoblox_feature_sec {
        width: 250px !important;
        height: 310px !important
    }

    .arista_mob {
        display: table !important
    }

    .arista_desk {
        display: none !important
    }

    .small_room_heading {
        text-align: center
    }

    .igel_services_sec {
        margin: 60px 0
    }

    .igel_os {
        height: 308px
    }

    .juniper_icons {
        padding: 60px 0
    }

    .infoblox_accordion_header {
        text-align: center
    }

    .cmn_partner_sub_block .text_col,
    .cmn_partner_sub_block .img_col {
        margin-bottom: 0
    }

    .postid-4549 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-top: 30px;
        padding-bottom: 0
    }

    .btn_cont.download_data_sheet {
        margin-top: 0
    }

    .postid-4549 .logo.animate__.animate__fadeInUp.wow.animated {
        width: 15%;
        margin: auto
    }

    .col_tab_sec {
        width: 20%;
        padding-bottom: 30px
    }

    .stay_header_block_sec {
        padding: 0
    }

    .features_mob_sec {
        padding: 30px 0
    }

    .info_sec_feat {
        padding-top: 0
    }

    .infoblox_feature_sec1 {
        width: auto;
        height: 300px
    }

    .info_img_dns {
        margin-bottom: 0 !important
    }

    .arista_bottom_sec {
        padding-bottom: 60px
    }

    .postid-4534 .img_text {
        text-align: center
    }

    .postid-4534 .cmn_partner_sub_block .img_col img {
        width: 80%
    }

    .postid-4534 .nlyte_img_sec {
        padding-top: 30px
    }

    .postid-4534 .nlyte_img_sec1 {
        padding-bottom: 30px
    }

    .postid-4534 .nlyte_bot_sec {
        padding-top: 30px
    }

    .postid-4534 .nlyte_btn_sec_tab,
    .postid-4530 .opentxt_btn_sec {
        padding-top: 20px
    }

    .postid-4530 .opentxt_header_mob,
    .postid-4480 .opentxt_header_mob {
        text-align: center
    }

    .postid-4530 .opentxt_bot_sec {
        padding: 60px 0 10px
    }

    .opentxt_img_tab {
        width: 80% !important;
        margin: auto;
        display: block
    }

    .postid-4530 .logo.animate__.animate__fadeInUp.wow {
        max-width: 30%;
        margin: auto
    }

    .huddle_btn_sec {
        margin-top: 0
    }

    .accordion_tab_sec {
        padding-top: 20px
    }

    .last_child {
        padding-bottom: 0 !important
    }

    .postid-4480 .cmn_list.dotted li:last-child {
        padding-bottom: 0
    }

    .postid-4480 .aws_list_tab {
        margin-top: 15px
    }

    .serachicon {
        display: none
    }

    .serachicon.mobileonly {
        display: block
    }

    .page-id-1032 .our_cultu_tab_sec {
        margin: 15px 0 !important
    }

    .page-id-1032 .culture_team_sec.back_bl.cmn_gap {
        padding: 40px 0 0
    }

    .page-id-3870 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0
    }

    .page-id-3870 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow {
        margin: 0
    }

    .page-id-3870 .managed_services.cmn_gap.services_we_offer {
        padding-top: 30px
    }

    .page-id-3870 .managed_services .mini_block_services .item {
        padding: 0
    }

    .page-id-3870 .tab_area_part_nrml .nav-tabs .nav-link {
        font-size: 15px
    }

    .page-id-3870 .managed_services .tab-content {
        padding: 60px 30px 30px
    }

    .page-id-4136 .noc_cs.cmn_gap.noc_gap {
        padding: 0
    }

    .page-id-4136 .case_slider,
    .page-id-260 .case_slider {
        padding-left: 0;
        padding-right: 0
    }

    .page-id-260 .collbrntn_sec_space.cmn_gap,
    .page-id-4007 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .page-id-260 .remote_sol_offering .inner {
        height: 458px
    }

    .page-id-4007 .pro_services_sec.back_bl.cmn_gap {
        padding-bottom: 60px
    }

    .page-id-4007 .pos_list li .icon,
    .page-id-4007 .pos_list li .text {
        opacity: 1
    }

    .page-id-4007 .pos_list li div img {
        width: 65px
    }

    .page-id-4007 .pro_services_sec h2 {
        padding-bottom: 0
    }

    .page-id-4007 .pro_services_sec .left_col p {
        padding-bottom: 0
    }

    .page-id-4007 .collaboration_spaces_solution.pro_service_offering.cmn_gap {
        padding: 40px 0
    }

    .page-id-4007 .pro_service_offering_mobile .cmn_tyl_arrow {
        margin-top: 0;
        padding: 20px 0 0
    }

    .page-id-4007 .case_study2.cmn_gap.professional-case-study {
        padding-bottom: 20px
    }

    .page-id-1032 .home_inovative_work.cmn_gap {
        padding-top: 10px
    }

    .page-id-1032 .our_val_sec .container {
        padding-top: 40px
    }

    .page-id-1032 .our_skills_area {
        margin: 0 0 30px
    }

    .page-id-1032 .culture_team_sec .btn_cont {
        padding-top: 20px
    }

    .page-id-4136 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-260 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-4007 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 20px 0 40px
    }

    .page-id-3790 .contact_location_sec_mobile.cmn_gap {
        padding-top: 30px
    }

    .page-id-3790 .case_slider.dc_storage {
        margin-bottom: 40px
    }

    .page-id-3516 .physical_infra_case_sec .slide_arrow_control {
        padding: 30px 0
    }

    .page-id-1984 .sddc_services.back_bl.cmn_gap {
        padding: 40px 0
    }

    .page-id-1984 .sddc_services2.cmn_gap {
        padding: 40px 0 20px
    }

    .page-id-2423 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px
    }

    .page-id-630 .migration_transfer .mt_item:nth-child(3),
    .page-id-630 .migration_transfer .mt_item:nth-child(4) {
        top: 225px !important
    }

    .page-id-630 .migration_transfer .mt_item:nth-child(5),
    .page-id-630 .migration_transfer .mt_item:nth-child(6) {
        top: 450px !important
    }

    .page-id-630 .trans_cloud_migr_sec {
        margin-top: 60px !important;
        padding-bottom: 20px
    }

    .page-id-630 .migration_eleveate_secrvices .cmn_list {
        margin-bottom: 0
    }

    .page-id-630 .eleveate_secrvices_part.migration_eleveate_secrvices.back_bl.cmn_gap.clud_migration_elevate {
        padding: 40px 0 50px
    }

    .page-id-630 .networking_product_sec.migration_offering.back_bl.cmn_gap {
        padding: 40px 0
    }

    .page-id-630 .networking_product_sec .btn_cont {
        margin-top: 20px;
        padding-bottom: 10px
    }

    .page-id-630 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.cloud_migration {
        padding: 20px 0 0
    }

    .page-id-2423 .sddc_services .btn_cont {
        margin-top: 10px
    }

    .page-id-2423 .sddc_services.back_bl.cmn_gap {
        padding: 40px 0 60px
    }

    .page-id-2423 .sas_service.cmn_gap {
        padding: 40px 0 50px
    }

    .page-id-2423 .sddc_services.back_bl.cmn_gap p,
    .page-id-3871 .var_sols_mobile .vr_tab_wrap p {
        margin: 0 0 30px 0
    }

    .page-id-2423 .sas_ser_desk_sec {
        display: none
    }

    .page-id-2423 .sas_ser_tab_sec {
        display: block
    }

    .page-id-2423 .ss_product_offering .pro_item:last-child {
        left: 25% !important
    }

    .page-id-3871 .var_sol .var_row .item {
        padding: 25px 25px 0
    }

    .page-id-3871 .sas_service.back_bl.cmn_gap {
        padding: 40px 0 50px
    }

    .page-id-3871 .collaboration_spaces_solution.var_sols_sec.cmn_gap {
        padding: 40px 0 30px
    }

    .page-id-2544 .why_hc.cmn_gap {
        padding: 40px 0
    }

    .page-id-2544 .collbrntn_sec_space p {
        margin-bottom: 30px !important
    }

    .page-id-3516 .cmn_tyl_arrow {
        padding-top: 20px
    }

    .page-id-3871 .var_sols_mobile .server_vertu_sec {
        padding: 20px !important
    }

    .page-id-3871 .var_sols_sec .grp .item {
        margin: 15px;
        background: #F5FAFF;
        -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
        box-shadow: 0 4px 4px rgb(0 0 0 / 2%);
        border-radius: 15px;
        padding: 30px
    }

    .page-id-3871 .var_sols_sec .grp .item img {
        margin: auto
    }

    .page-id-3871 .var_sols_mobile .vr_tab_wrap .tab_margin_sec {
        margin-top: -50px
    }

    .page-id-2423 .ss_product_offering .inner img {
        right: 0 !important;
        bottom: 10px !important
    }

    #sub-partner-slider .slick-prev,
    #sub-partner-slider .slick-next {
        top: 115%
    }

    .postid-4482 #sub-partner-slider {
        padding-bottom: 110px
    }

    .postid-4482 .aryaka_smrtcdn_tab {
        padding-top: 40px
    }

    .postid-4482 .remote_access_sol_sec {
        padding-bottom: 60px
    }

    .postid-4482 .last_mile_ser_sec {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .page-id-11185 .tab_section_collaboration,
    .page-id-422 .tab_section_collaboration,
    .page-id-1170 .tab_section_collaboration,
    .page-id-2544 .tab_section_collaboration,
    .page-id-3871 .tab_section_collaboration,
    .page-id-4007 .tab_section_collaboration {
        display: none
    }

    .page-id-11185 .collbrntn_sec_space.cmn_gap.dc_center_mob {
        padding: 40px 0 !important
    }

    .page-id-11185 .right-list,
    .page-id-11185 .left-list {
        width: 100%
    }

    .physical_infrastructure_solutions_mobile .cmn_list.dotted ul.data_center_list {
        column-count: auto;
        display: block
    }

    .page-id-11185 p.data_center_dec {
        padding-bottom: 30px !important
    }

    .page-id-11185 .dc_center_bl {
        padding: 0 50px !important
    }

    .page-id-2955 .partner_intro_sec {
        padding: 20px 0 30px !important
    }

    .container.dc-casestudy {
        padding-top: 20px
    }

    .page-id-2652 .collbrntn_sec_space.cmn_gap {
        padding: 40px 0
    }

    .page-id-2652 .networking_product_sec {
        padding-bottom: 60px
    }

    #pillsM1 .location-tab-wrapper>div:nth-child(2) {
        display: none
    }

    .case_study2 h3 {
        font-size: 24px
    }

    .case_study2 p {
        padding-bottom: 5px
    }

    .page-id-422 .case_study2 .cmn_sec_benefittd_tab {
        margin-top: 0
    }

    .case_slider.dc_storage {
        margin-bottom: 20px
    }

    .page-id-2188 .partner_intro_sec.cmn_gap {
        padding-top: 0 !important
    }

    .page-id-2955 .case_slider.dc_storage {
        margin-bottom: 0
    }

    .page-id-351 .cloud_approach .btn_cont,
    .page-id-1890 .cloud_approach .btn_cont {
        padding: 0 56px 10px 56px
    }

    .page-id-3516 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px
    }

    .page-id-3871 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2544 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-1984 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 40px
    }

    .page-id-1183 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 10px
    }

    .page-id-1185 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0
    }

    .page-id-1349 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 30px
    }

    .page-id-1170 .cmn_tyl_arrow.collaboration_spaces_solution_controls {
        margin-bottom: 0
    }

    .page-id-1170 .video_conference_slz.cmn_gap {
        margin-top: 0
    }

    .page-id-1170 .collaboration_spaces_solution_mobile .cmn_sec_benefittd h3 {
        text-align: center
    }

    .page-id-1170 .collaboration_spaces_solution_mobile .item img {
        margin: auto
    }

    .page-id-3870 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 50px
    }

    .page-id-2279 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px !important
    }

    .page-id-3722 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-2277 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 30px 0
    }

    .page-id-415 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 0 0 30px
    }

    .page-id-3264 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 30px
    }

    .page-id-3168 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-11185 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 20px !important
    }

    .page-id-11185 .physical_infrastructure_solutions_mobile .cmn_tyl_arrow {
        margin-top: 0
    }

    .page-id-11185 .physical_infrastructure_solutions_slider .slick-track img {
        width: 80%;
        margin: auto
    }

    .page-id-11185 .collaboration_spaces_solution.comp_sol.cmn_gap.back_bl.solution_dc {
        padding-top: 40px
    }

    .page-id-11185 .physical_infrastructure_solutions_slider .item.slick-slide.slick-current.slick-center {
        padding-bottom: 10px
    }

    .page-id-1170 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0px !important
    }

    .mobile-nav-header {
        padding: 10px 25px 0 25px
    }

    #cookie-law-info-bar,
    .wt-cli-cookie-bar {
        left: 5%;
        max-width: 90% !important;
        padding: 20px 20px !important
    }

    .cli-bar-message {
        width: 98%;
        margin: 0 0 10px
    }

    .ubermenu-submenu-id-4361,
    .ubermenu-submenu-id-4362,
    .ubermenu-submenu-id-4363,
    .ubermenu-submenu-id-4364,
    .ubermenu-submenu-id-4365,
    .ubermenu-submenu-id-4366,
    .ubermenu-submenu-id-4367,
    .ubermenu-submenu-id-4368 {
        display: none !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>.ubermenu-tab>.ubermenu-tab-content-panel>li .ubermenu-content-block {
        display: none
    }

    .dc_migration_approach .nav_benefitted_indf:after {
        top: 25%;
        left: 19%;
        width: 65%
    }

    .page-id-2652 .message_benefitted_sld_nav {
        padding-bottom: 0
    }

    .page-id-2652 .message_benefitted_sld_for .img_col img {
        width: 80%
    }

    .page-id-2652 .dc_migration_approach .btn_cont {
        margin-top: 0 !important;
        margin: auto
    }

    .page-id-2652 .message_benefitted_sld_for .text_col {
        justify-content: center;
        display: grid
    }

    .page-id-3572 .message_benefitted_sld_nav {
        padding-bottom: 0 !important
    }

    .page-id-3572 .con_sec {
        padding-bottom: 40px !important
    }

    .page-id-2837 .partner_intro_sec.cmn_gap {
        padding: 30px 0 !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.media_sec {
        margin: 30px 330px !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.console_btn {
        margin-bottom: -60px !important
    }

    .page-id-765 .mid_anim img {
        width: 50% !important
    }

    .postid-4476 .row.key_sec {
        display: inline-block
    }

    .postid-4430.inner.sec_stop {
        padding-bottom: 120px !important
    }

    .postid-4476 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -10px !important
    }

    .postid-4430 .cmn_partner_sub_block.cmn_gap.nu_foundation {
        margin-top: -65px !important
    }

    .postid-4430 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -20px !important
    }

    .postid-4430 .inner.first_hcl {
        padding-bottom: 130px !important
    }

    .postid-4430 .partner-subblock.nutanix_heading {
        margin-top: 0
    }

    .postid-5351 .solution_enco {
        margin-top: 0
    }

    .postid-5351 .btn_cont.enco_btn {
        text-align: center;
        padding: 0 0 20px 0 !important
    }

    .postid-5351 .col-lg-3.ennconex_solution.first_row_enconnex {
        margin-left: 0
    }

    .postid-5351 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.animated {
        width: 70%
    }

    .postid-5351 img.alignnone.size-medium.wp-image-3857.ups {
        width: 574px !important
    }

    .postid-4476 .alignnone.size-medium.wp-image-11621.cisco_images {
        width: 60%
    }

    .postid-4476 .alignnone.size-medium.wp-image-11652.cisco_images {
        width: 60%
    }

    .postid-5351 .cmn_partner_sub_block.reliable_block {
        margin-top: 0
    }

    .postid-5351 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.plug_block.animated {
        margin: 0 auto
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_power_cords.enconnex_background {
        margin-top: 0
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_ups.enconnex_background.better_block {
        margin-top: 0
    }

    .postid-4420 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        padding-bottom: 30px
    }

    .postid-4414 .col-lg-6.animate__.animate__fadeInUp.wow.zpe_node.animated {
        margin-top: 30px;
        width: 70%
    }

    .postid-4414 .col-lg-6.animate__.animate__fadeInUp.wow.zpe_man_img.animated {
        width: 70%
    }

    .postid-4414 .vbtn.center.animate__.animate__fadeInUp.wow.zpe_dwnload_img {
        margin-bottom: 25px
    }

    .postid-4414 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -20px !important
    }

    .postid-4436 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 20px !important
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.neat_images.animated {
        width: 70%;
        margin-top: 20px
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_images.animated {
        margin-top: 20px;
        width: 70%
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.neat_image.animated {
        width: 70%;
        margin-bottom: 20px
    }

    .postid-4428 .col-lg-6.animate__.animate__fadeInUp.wow.pure_storage_img.animated {
        width: 70%
    }

    .postid-4428 .col-lg-6.animate__.animate__fadeInUp.wow.pure_img.animated {
        margin: 40px;
        text-align: center
    }

    .postid-4519 .col-lg-6.animate__.animate__fadeInUp.wow.perle_info.animated {
        margin: 0
    }

    .postid-4519 .perle_images {
        width: 70%;
        margin: 0 auto
    }

    .postid-4519 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -30px !important
    }

    .postid-4519 .igel_os {
        height: 200px !important
    }

    .postid-4519 .cmn_gap {
        padding: 0
    }

    .postid-4417 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -35px !important
    }

    .postid-4417 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.zoom_img.animated {
        text-align: center
    }

    .postid-4417 .cmn_list.dotted li:last-child {
        padding-bottom: 10px !important
    }

    .postid-4417 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.zoom_img.zoom_sol_img.animated {
        margin-bottom: -30px
    }

    .postid-4476 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.zoom_img.create_img.animated {
        margin-bottom: 10px !important
    }

    .postid-8136 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.animated {
        width: 60% !important;
        margin-bottom: 30px !important
    }

    .postid-8136 .avocor_btn {
        margin-top: -10px !important;
        margin-bottom: 20px
    }

    .postid-8136 .cmn_partner_sub_block .img_col {
        margin-bottom: 10px !important
    }

    .postid-8136 .cmn_partner_sub_block figure {
        margin-bottom: 5px
    }

    .postid-8136 .avacor_download {
        margin-top: 20px
    }

    .postid-4420 .super_img.super_mico {
        margin-left: 0 !important
    }

    .postid-4417 h2.solution_enco {
        text-align: center;
        padding: 20px 0 0 0
    }

    .postid-4417 .row.zoom_solution_cmn {
        padding-bottom: 30px
    }

    .postid-4436 .col-lg-6.animate__.animate__fadeInUp.wow.neat_img.neat_board_img.animated {
        margin-bottom: 40px
    }

    .postid-4414 .col-lg-6.animate__.animate__fadeInUp.wow.zpe_img.animated {
        text-align: center
    }

    .postid-4414 .col-lg-6.animate__.animate__fadeInUp.wow.zpe_img.zpe_images.animated {
        margin-bottom: 30px
    }

    .postid-8136 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -35px !important
    }

    .postid-8136 .postid-8136 h2 {
        padding: 10px 15%
    }

    .postid-4417 .btn_cont.zoom_learn_more {
        margin-bottom: 20px;
        margin-top: 40px
    }

    .postid-4414 .cmn_partner_sub_block.cmn_gap {
        padding: 20px 0 !important
    }

    .postid-4430 .partner-subblock.success_block {
        padding-top: 20px
    }

    .postid-4430 .cmn_partner_sub_block.cmn_gap.nu_foundation.nutanix_fo.nuta_info {
        padding: 50px !important
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_block {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .postid-5351 .eno_heding {
        text-align: center
    }

    .postid-4476 .img_col {
        margin-bottom: 0;
        margin: 0 auto;
        text-align: center
    }

    .postid-4476 .cisco_images {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        height: 300px
    }

    .cis_meraki {
        text-align: center
    }

    .postid-4476 .cisco_secure {
        text-align: center;
        margin-top: 20px
    }

    .postid-4476 .alignnone.size-medium.wp-image-11621.cisco_images {
        margin-top: 30px !important
    }

    .postid-4519 .cmn_partner_sub_block.cmn_gap.enp_block {
        margin-top: -70px
    }

    .postid-4519 .slick-dotted.slick-slider {
        padding-bottom: 25px !important
    }

    .postid-4519 .slick-dotted.slick-slider {
        margin-bottom: 0 !important
    }

    .postid-4519 .slick-dotted.slick-slider {
        padding-bottom: 0 !important
    }

    .postid-5351 h2.flexible_working_environment {
        padding: 0 !important
    }

    .postid-5351 .cmn_partner_sub_block.cmn_gap_top_enco {
        padding: 40px 0 !important
    }

    .postid-5351 a.cmn_btn.server_racks {
        margin-top: 0 !important
    }

    .postid-5351 .cmn_partner_sub_block.Customizable_Network_Cabling.cust_block {
        margin-top: -20px
    }

    .postid-5351 .ennconex_solution {
        margin: 20px
    }

    .postid-4430 .btn_cont.pri_btn {
        padding-bottom: 30px
    }

    .postid-4430 .btn_cont.best-btn {
        margin-bottom: 20px
    }

    .postid-4430 .cmn_partner_sub_block .item {
        margin-bottom: 0
    }

    .postid-4430 .partner-subblock.success_block {
        padding: 0 !important
    }

    .postid-4430 .btn_cont.report_btn {
        margin-bottom: 0
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_block {
        padding: 0 !important
    }

    .postid-5351 .cmn_partner_sub_block.Customizable_Network_Cabling.cust_block {
        padding: 0 !important
    }

    .postid-5351 .flex-item-right.better_sec {
        margin-left: 142px !important
    }

    .reliable_pdu {
        padding: 30px 20px 0 20px !important
    }

    .postid-4476 .cmn_partner_sub_block.cmn_gap.cis_wireless {
        padding: 0 0 40px 0 !important
    }

    .postid-4476 .cis_col {
        text-align: center
    }

    .vbtn.center.animate__.animate__fadeInUp.wow.hi_poe_btn {
        margin-bottom: 40px
    }

    .page-id-868 .mid_anim img {
        width: 25% !important
    }

    .page-id-1588 .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
        padding-top: 30px !important
    }

    .page-id-8 .home_ban_bg.home_ban_for_1.slider-container>div {
        height: 300px !important
    }

    .page-id-8 .hm_service .item_col {
        margin-top: 30px
    }

    .direction_img_icon {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important
    }

    svg.location_svg_symb {
        position: relative !important;
        margin-bottom: 12px
    }

    .page-id-45 ul#pills-tab2 {
        margin: 0 0 0 20px
    }

    .contact_location_sec_mobile .accordion-button:focus {
        color: #1d3f75;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .accordion_map_locations {
        width: calc(70% - 10px) !important;
        margin: 10px 50px 0 150px !important
    }

    .location_acc_box {
        margin: 10px 150px 0 150px !important
    }

    .acc-head.acc_map_location {
        padding: 0 !important
    }

    .accordion-btn {
        position: relative;
        width: 50%
    }

    .acc {
        border: 1px solid #d6e0e8 !important;
        border-radius: 5px;
        overflow: hidden
    }

    a.loc_explore {
        padding-left: 5px !important
    }

    .contact_location_sec_mobile .footer_info a {
        position: relative;
        padding-left: 23px;
        display: block
    }

    svg.email_svg_map {
        top: 8px !important
    }

    .direction_img_icon {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important
    }

    svg.location_svg_symb {
        position: relative !important;
        margin-bottom: 12px
    }

    .footer_info a {
        display: inline-block !important
    }

    .page-id-2652 p.animate__.animate__fadeInUp.wow.dc_migration.animated {
        margin-bottom: 0
    }

    .col-md-12.onsite_services_para {
        text-align: center;
        margin-bottom: 0 !important
    }

    .page-id-11186 .partner_intro_sec.cmn_gap {
        padding-top: 0 !important
    }

    .page-id-11186 p.virtual_list_dec {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .page-id-11186 .container.for.desktop {
        display: none
    }

    .page-id-11186 .container.for.mobile {
        display: block
    }

    .page-id-11186 .custom_slider2 .slide_arrow_control .slide_prev {
        left: -19px
    }

    .page-id-11186 .custom_slider2 .slide_arrow_control .slide_nxt {
        right: -17px
    }

    .page-id-11186 .slick-slide img {
        display: inline
    }

    .page-id-11186 img.every_type_event {
        max-width: 90%
    }

    .page-id-11186 .list_sol_sec .list_cont {
        margin-top: 30px;
        margin-left: 32px
    }

    .g-map .location-center-position2,
    .g-2 {
        position: absolute;
        top: 54%;
        left: 21%;
        display: none
    }

    .na-5,
    .north-america-map .location-center-position5 {
        position: absolute;
        bottom: 57%;
        left: 22%;
        display: none
    }

    .page-id-11185 .tab_area_part_main .nav-item {
        border: 0;
        text-align: center;
        padding: 0
    }

    .page-id-2652 .dc_migration_approach .btn_cont {
        margin-top: 0
    }

    .page-id-1349 .video_conference_slz.cmn_gap.avs_cmn.av_soln_it.img_soln_it {
        padding-top: 0
    }

    .page-id-1349 .img_soln_it {
        padding-top: 0
    }

    .page-id-1349 h6.multiple_uses {
        text-align: center;
        font-size: 22px
    }

    .page-id-1185 .video_conference_slz_maint.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -61px !important
    }

    .page-id-1349 .high_performing_result {
        padding-top: 0 !important
    }

    .page-id-1349 figure.main_img.img_hardware_btn {
        padding-bottom: 10px
    }

    .page-id-1183 .av_infrastructure_slider_nav .btn_cont {
        margin-top: 0;
        text-align: center
    }

    .page-id-1183 .message_benefitted_sld_for_fig {
        margin-bottom: 20px
    }

    .page-id-630 h6.eleve_services_cm {
        text-align: center;
        font-size: 24px
    }

    .page-id-630 .service_offerings_heading {
        margin-bottom: -5px !important
    }

    .page-id-630 .elevate_cloud_migartion.animated {
        text-align: center;
        padding: 0 0 0
    }

    .page-id-630 .servicesofferings_innertext {
        text-align: center !important
    }

    .page-id-3722 .ior_advantages {
        padding-left: 12%
    }

    .page-id-3722 .advantages_ior_services {
        text-align: center
    }

    .page-id-2279 .ipad_stream {
        padding-left: 35px
    }

    .page-id-3240 .center_aligned_cloud_services {
        text-align: center
    }

    .page-id-2279 .row.ipad_version_gs {
        display: block
    }

    .page-id-2279 .cmn_list.dotted.desktop_version_gs {
        display: none
    }

    .page-id-2279 .streamline_gs {
        display: flex
    }

    .page-id-2279 .we_deliver_what_matters .cmn_sec_benefittd {
        margin-bottom: -10px
    }

    .page-id-2279 .case_study2 {
        padding: 0 0 0 !important
    }

    .page-id-2279 .global_vartical_mobile .cmn_tyl_arrow {
        margin-top: 0
    }

    .page-id-2279 .slider_global_services {
        margin-top: 15px !important
    }

    .page-id-1846 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-351 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study,
    .page-id-1890 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0;
        padding-top: 0
    }

    .single-post .breadcrumb_bar.container {
        padding-top: 55px !important
    }

    .postid-11383 .blog_dtls_main .auth_right {
        margin-bottom: 0 !important
    }

    .page-id-765 .mid_anim img {
        width: 20% !important
    }

    .page-id-1846 .networking_product_sec h6 {
        font-size: 18px
    }

    .page-id-415 .message_benefitted_sld_nav {
        padding-bottom: 0
    }

    .page-id-2877 .case_slider.dc_storage {
        padding: 30px 0 0;
        margin-bottom: 20px !important
    }

    .page-id-2877 .partner_intro_sec.cmn_gap.oupartner_dc_colocation {
        padding-bottom: 10px !important
    }

    .page-id-2877 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding: 20px 0
    }

    .page-id-3722 .sddc_services_mobile .cmn_tyl_arrow {
        display: none
    }

    .page-id-903 .cmn_list.round_tick {
        height: 100px !important
    }

    .cmn_tyl_arrow .slick-arrow.slick-disabled {
        background: #E2E8F2
    }

    .networking_solution_offerings .btn_cont {
        margin-top: -20px
    }

    .container.dc-casestudy {
        padding-top: 30px
    }

    .container.dc-casestudy {
        padding-bottom: 0
    }

    .dc-cs {
        margin-top: 30px
    }

    .managed_services .mini_block_services h6 {
        font-size: 14px
    }

    .page-id-2279 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px !important
    }

    .page-id-3240 .eleveate_secrvices_part .vbtn {
        margin-top: 0
    }

    .page-id-3240 .col-lg-8.text_col.center_aligned_cloud_services {
        text-align: center
    }

    .page-id-3240 .elevate_para {
        text-align: center !important
    }

    .page-id-1846 .case_study2.cmn_gap.public-cloud.public {
        margin-bottom: 0
    }

    .page-id-11185 .partner_intro_sec.cmn_gap {
        padding: 0 0 25px 0
    }

    .page-id-2188 .nc_slider_nav.slick-initialized.slick-slider {
        border-radius: 0 0 10px 10px
    }

    .page-id-2188 .partner_intro_sec.cmn_gap {
        padding: 20px 0 0 0 !important
    }

    .page-id-2188 .igel_icon_sec {
        padding: 35px 29px 0 19px
    }

    .page-id-2188 figure.first_img {
        margin-bottom: 18px
    }

    .page-id-2188 .row_desktop.all_combine {
        display: flex
    }

    .page-id-2188 .row_mobile {
        display: none
    }

    .page-id-2188 .row_desktop {
        display: block
    }

    .page-id-903 .btn_cont.btn_cont_mob.getstart_storage {
        margin-top: 0 !important
    }

    .page-id-903 .cmn_list.round_tick.round_tick_tab.ipad_dcstorage {
        display: block
    }

    .divcombi {
        margin-right: 100px
    }

    .divcombi1 {
        margin-left: 100px
    }

    .page-id-903 .round_tick_tab li {
        width: 100% !important
    }

    .page-id-903 .cmn_list.round_tick.round_tick_tab {
        display: none
    }

    .page-id-903 .storage_offerings {
        margin-top: 0;
        position: relative;
        margin-bottom: 0
    }

    .page-id-585 .custom_slider .slide_arrow_control {
        margin-top: 40px;
        position: relative
    }

    .page-id-585 .slide_sec.cmn_gap.dc_space_cooling {
        padding-bottom: 0
    }

    .page-id-585 .main_img.w-100.m-0.proffesional.img_dc_electric {
        width: 50% !important;
        margin-left: 25% !important
    }

    .page-id-585 .optimization {
        text-align: center
    }

    .page-id-2955 .arrow_sl2_2_2 .arrow_sl_item {
        padding: 0 45px !important
    }

    .page-id-2955 .slide_prev.slick-arrow.slick-disabled {
        margin: -25px -3px
    }

    .page-id-2955 .slide_nxt.slick-arrow {
        margin: -25px -6px
    }

    .page-id-585 figure.main_img.w-100.m-0.proffesional {
        margin-bottom: 25px !important
    }

    .page-id-585 .slide_sec2.back_bl.cmn_gap.contact_sales {
        padding-bottom: 50px
    }

    .page-id-585 a.vbtn.animate__.animate__fadeInUp.wow.btn_electricfitout_soln {
        margin-top: 20px
    }

    .page-id-585 p.animate__.animate__fadeInUp.wow.fit_out_services.animated {
        text-align: center
    }

    .page-id-1349 .cmn_partner_cssul {
        text-align: center
    }

    .page-id-1349 .video_conference_slz .vbtn.gp_top {
        margin-top: 0
    }

    .page-id-1349 .video_conference_slz.cmn_gap.avs_cmn.av_soln_it {
        padding-bottom: 0
    }

    .page-id-11185 .list_sol_sec .list_cont {
        margin-top: 0
    }

    .page-id-1588 .audio_video_service .text_col {
        margin-bottom: 30px
    }

    .page-id-1588 .cmn_tyl_arrow.audio_video_slider_controls.av-btn {
        margin-top: 0
    }

    .page-id-1588 .audio_video_service .btn_cont {
        margin-top: 0 !important
    }

    .page-id-585 .electric_fit_out_slide_prev {
        left: 0 !important;
        margin: -25px -34px !important
    }

    .page-id-585 .electric_fit_out_slide_nxt {
        right: 0 !important;
        margin: -25px -16px !important
    }

    .page-id-415 .partner_intro_sec.back_bl.cmn_gap.cloud_.computing {
        padding: 40px 0 40px 0
    }

    .page-id-415 .collbrntn_sec_space.cmn_gap.cloud_services {
        padding: 40px 0 40px 0
    }

    .page-id-3058 .partner_intro_sec.back_bl.cmn_gap.storage_dm.elevate_storage_partner {
        padding-bottom: 40px !important
    }

    .page-id-3058 .collbrntn_sec_space.cmn_gap {
        padding: 40px 0 40px 0
    }

    .page-id-3058 .elevate_services.back_bl.cmn_gap {
        padding-bottom: 45px
    }

    .page-id-3572 .collbrntn_sec_space.cmn_gap {
        padding: 40px 0 40px 0
    }

    .page-id-3572 .elevate_services.back_bl.cmn_gap {
        padding: 40px 0 50px 0
    }

    .page-id-3572 .partner_intro_sec.back_bl.cmn_gap.dc-modern {
        padding: 0 0 40px 0
    }

    .page-id-3572 a.cmn_btn.global_elevate {
        margin: 20px 0 20px 0
    }

    .page-id-3572 .cmn_list.dotted li:last-child {
        padding-bottom: 0
    }

    .page-id-3572 .partner_intro_sec.back_bl.cmn_gap.dc-modern.dc_elevate_partners {
        padding-bottom: 40px
    }

    .page-id-3572 .collbrntn_sec_space.cmn_gap.dc_modernization_cmn.dc_modernization_ess {
        padding: 40px 0 40px 0
    }

    .page-id-3572 a.cmn_btn.global_elevate.global_ess_services {
        margin: 20px 0 20px 0
    }

    .page-id-1588 .collbrntn_sec_space.cmn_gap.av_cmn_gap {
        padding: 40px 0 40px 0
    }

    .page-id-1588 a.cmn_btn.av_services_cmn_elevatenow {
        margin: 20px 0 20px 0
    }

    .page-id-1588 .audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
        padding: 50px 0 0 !important
    }

    .page-id-1588 h2.animate__.animate__fadeInUp.wow {
        margin: 0
    }

    .page-id-2955 .slide_prev.slide_prev_arrow.slick-arrow {
        margin: -25px 0
    }

    .page-id-1183 .collbrntn_sec_space.cmn_gap.uc {
        padding: 40px 0 40px 0
    }

    .page-id-3520 .elevate_services .item {
        margin-bottom: 10px
    }

    .page-id-3520 .cmn_tyl_arrow.elivate_slider_arrow.eleve_services {
        padding: 0 0 20px 0
    }

    .life_full_width_slider {
        margin-top: -15px
    }

    .page-id-3520 .btn_cont.it_landscape {
        margin-top: 0
    }

    .img_col {
        margin-bottom: 0
    }

    .page-id-3520 .btn_cont.animate__.animate__fadeInUp.wow.elevate_services_btn.animated {
        padding-bottom: 25px;
        padding-top: 29px
    }

    .cmn_list3 {
        padding: 50px 30px 20px
    }

    .career_rule.cmn_gap {
        padding: 20px 0
    }

    .page-id-2128 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 13px !important
    }

    .career_open_pos2 .btn_cont {
        margin-top: 0
    }

    .career_wlcm_chart {
        padding-bottom: 30px !important;
        padding-top: 0
    }

    #cookie-notice {
        width: 100%
    }

    #cn-notice-buttons {
        margin: auto
    }

    .container.noc_cont {
        padding-top: 31px
    }

    .cmn_sec_benefittd.centerd.noc_case_study {
        padding-top: 25px
    }

    .page-id-3870 .partner_intro_sec.cmn_gap.managed_services_partnersection {
        padding-top: 0
    }

    .page-id-3870 .managed_services.cmn_gap.services_we_offer {
        padding: 0
    }

    .home_resources.cmn_gap {
        padding: 0 0 20px
    }

    .col-lg-6.item_col.animate__.animate__fadeInUp.wow.services_heading_home.animated {
        text-align: center
    }

    .page-id-3870 .collbrntn_sec_space.cmn_gap.managed_services_cmn_banner {
        padding: 40px 0 40px 0
    }

    .page-id-3870 .eleveate_secrvices_part.remote_services.back_bl.cmn_gap.global_presence {
        padding-top: 40px
    }

    .hm_service.cmn_gap.home_services {
        padding: 0
    }

    .home_inovative_work.back_bl.cmn_gap {
        padding: 40px 0 20px
    }

    .col-lg-5.text_col.banner-home-subtext .btn_cont {
        display: none
    }

    .who_we_are_sec.cmn_gap h2 {
        padding: 40px 0 0
    }

    .who_we_are_sec .vid_wrap img {
        margin: 20px 0 15px
    }

    .home_banner {
        padding: 120px 0 0
    }

    .home_banner .text_col {
        text-align: center
    }

    .page-id-1170 .collaboration_spaces_solution.cmn_gap.collab_spaces {
        padding: 40px 0 20px 0 !important
    }

    .page-id-1185 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 60px
    }

    .page-id-1170 .video_conference_slz.cmn_gap {
        margin: 20px 0 35px 0
    }

    .page-id-1185 .collbrntn_sec_space.cmn_gap {
        padding: 40px 0 40px 0
    }

    .page-id-1183 .eleveate_secrvices_part.cmn_gap.uc_cmn_gap {
        padding-bottom: 40px
    }

    .page-id-1183 .eleveate_secrvices_part.cmn_gap.uc_cmn_gap {
        padding-bottom: 40px
    }

    .page-id-1349 .cmn_tyl_arrow.multiple_used_aud_slider_controls {
        padding: 30px 0 25px 0
    }

    .multipld_uccc_pltfrmd.cmn_gap.back_bl.av_soln_cmn {
        margin-bottom: 20px
    }

    .collbrntn_sec_space.cmn_gap.first_cmn {
        padding: 40px 0 40px 0
    }

    .page-id-1984 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin: 0 0 10px 0 !important
    }

    .page-id-1984 .sddc_services_mobile .cmn_tyl_arrow {
        margin-top: 0
    }

    .page-id-1984 .partner_intro_sec.back_bl.cmn_gap {
        padding: 0
    }

    .page-id-1984 .cmn_tyl_arrow.sddc_services_controls {
        padding: 36px 0 28px 0
    }

    .page-id-3871 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 30px !important
    }

    .page-id-3871 .var_sols_mobile .cmn_tyl_arrow {
        margin-top: 10px;
        padding: 0
    }

    .page-id-1183 .sddc_services_mobile .cmn_tyl_arrow {
        margin-top: 0
    }

    .page-id-1183 .int_hard_solztt .vbtn {
        margin-top: 0 !important
    }

    .page-id-1183 .company_partner_nmmd {
        margin: 20px 0 30px 0
    }

    .postid-4420 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -70px !important
    }

    .super_img {
        width: 60%;
        margin-left: 80px !important
    }

    .postid-4417 .btn_cont.how_btn {
        margin-bottom: 20px;
        text-align: center
    }

    .postid-4417 .col-lg-3.ennconex_solution.first_row_enconnex {
        margin-left: 104px;
        margin-top: 40px
    }

    .ipad_box {
        margin: 0 auto;
        margin-top: 0
    }

    .postid-8136 .avo_btn {
        text-align: center;
        margin-top: -50px
    }

    .postid-4417 .ipad_solution {
        margin-top: 15px !important;
        margin-bottom: 20px
    }

    .postid-4417 .col-lg-3.ennconex_solution.second_row_enconnex {
        margin-top: 0 !important
    }

    .postid-4417.ennconex_solution {
        margin: 0 30px 40px !important
    }

    .postid-4417 .col-lg-3.ennconex_solution.first_row_enconnex {
        margin-top: 0 !important
    }

    .postid-4417 .col-lg-3.ennconex_solution.second_row_enconnex {
        margin-top: 0 !important
    }

    .avocor_btn {
        text-align: center;
        margin-top: -10px !important
    }

    .page-id-2188 .partner_intro_sec {
        padding: 0 0 0 !important
    }

    .btn_cont.animate__.animate__fadeInUp.wow.colocationdc.animated {
        margin-bottom: 20px !important
    }

    .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -8px !important
    }

    .partner_main_sec .container {
        padding: 0 12px 0 !important
    }

    .storage_offerings .cmn_list ul {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .page-id-2280 .partner_intro_sec.cmn_gap {
        padding: 0 !important
    }

    .networking_product_sec .btn_cont {
        margin-top: 15px
    }

    .page-id-2280 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 15px !important
    }

    a.cmn_btn.btn_dcnetworking_desktop {
        margin: 25px 0 0 0
    }

    .cmn_tyl_arrow.hci_services_controls.hyperinfra_cmn {
        padding: 0 0 15px 0
    }

    .cmn_tyl_arrow.hc_workload_controls.hyper_infra_cmn_second {
        padding: 0
    }

    .page-id-422 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 25px !important
    }

    .page-id-2544 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 10px !important
    }

    .page-id-2544 .cmn_sec_benefittd.centerd {
        margin-top: 30px
    }

    .page-id-2544 .partner_intro_sec.back_bl.cmn_gap {
        padding-bottom: 0 !important
    }

    .page-id-655 .partner_intro_sec.cmn_gap.dc-infra.desk_partner_intro.dc_cmn_extra.dc_infra_partner_mob {
        padding-top: 20px !important
    }

    .page-id-3790 .contact_location_sec_mobile.cmn_gap {
        padding-top: 0
    }

    .page-id-3790 .partner_intro_sec.back_bl.cmn_gap {
        padding-top: 0 !important
    }

    .page-id-3790 .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.infra {
        margin-top: 0
    }

    .page-id-3790 .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-top: 0
    }

    .page-id-3516 p.animate__.animate__fadeInUp.wow.physical-infra.text-center.dc_power.animated {
        padding-bottom: 0
    }

    .page-id-3516 .cmn_tyl_arrow {
        padding: 0
    }

    .page-id-3516 .partner_intro_sec.back_bl.cmn_gap {
        padding: 15px 0 0 0 !important
    }

    .page-id-3516 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 40px
    }

    .cmn_partner_sub_block .igel_icon_sec_mob {
        margin-top: 30px
    }

    .igel_services_sec {
        height: auto
    }

    .igel_services_sec .igel_services_box {
        height: 275px
    }

    .igel_services_sec .igel_services_box1 {
        height: 275px
    }

    .cmn_partner_sub_block .igel_os_col_sec {
        padding-bottom: 30px
    }

    #sub-partner-slider .slick-carousel {
        width: auto
    }

    #sub-partner-slider .slick-prev {
        left: 200px;
        top: 110%
    }

    #sub-partner-slider .slick-next {
        right: 200px;
        top: 110%
    }

    #sub-partner-slider {
        padding: 60px 0
    }

    .cmn_sec_benefittd_mob {
        text-align: center
    }

    .mid_anim img {
        width: 30% !important
    }

    .page-id-1890 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 50px
    }

    .page-id-1890 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-top: 10px;
        margin-bottom: 15px !important
    }

    .page-id-1890 h2.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 0
    }

    .page-id-1890 .case_study2.cmn_gap.public-cloud.public {
        padding-bottom: 50px
    }

    .page-id-1032 .partner_intro_sec .btn_cont {
        margin-bottom: 0
    }

    .page-id-1890 .row.align-items-center.m-0 {
        padding-top: 20px
    }

    .blog_anim img {
        width: 50% !important
    }

    .press_reports_sec .item_inner {
        padding: 20px
    }

    .elevate-technology-home-icons {
        width: 100% !important
    }

    .page-id-8 .partner_intro_sec {
        padding: 0
    }

    .partner_main_sec select {
        width: 30%
    }

    .partner_intro_sec.cmn_gap.oupartner_dc_colocation {
        padding-top: 0 !important
    }

    .accordion_partner {
        margin-bottom: 30px
    }

    .cmn_list.dotted li:last-child {
        padding-bottom: 30px
    }

    .partner_diff_logo {
        width: 400px !important
    }

    .super_img {
        width: 60%;
        margin-left: 100px
    }

    .page-id-3240 .eleveate_secrvices_part .vbtn {
        margin-right: 0
    }

    .container.slide_datacenter {
        margin-top: 25px
    }

    .accordion_partner {
        margin-bottom: 30px
    }

    .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 0
    }

    li.nav-item.our_location_dc {
        margin: 5px 0
    }

    .contact_location_sec_mobile.cmn_gap.mobile_cmn {
        padding-top: 0
    }

    .consistent_dc_space {
        padding-bottom: 0 !important
    }

    .case_study2.cmn_gap.cmn_gap_mob.dc_ipad_case_study {
        padding-bottom: 0
    }

    .case_slider.dc_storage {
        margin-bottom: 60px
    }

    .storage_offerings {
        margin-top: 60px;
        position: relative
    }

    .contact_location_sec_mobile .nav-item {
        padding: 5px 5px
    }

    .bg_wrap {
        padding-top: 30px
    }

    .contact_location_sec_mobile {
        margin-bottom: 40px
    }

    .migration_transfer .mt_item {
        padding: 0 30px 0 30px
    }

    .pround_sec {
        padding: 0 0 15px 30px
    }

    .our_skills_area .row {
        padding: 10px 30px
    }

    .our_skills_area.cmn_gap {
        margin-bottom: 30px
    }

    .culture_team_sec.back_bl.cmn_gap {
        margin-top: 40px
    }

    .home_inovative_work .vid_wrap img {
        width: 50%
    }

    .home_inovative_work .vid_loc {
        left: 200px
    }

    .culture_team_sec.back_bl.cmn_gap {
        padding: 0
    }

    .postid-8136 .alignnone.size-medium.wp-image-3857 {
        width: 60%
    }

    .postid-8136 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.animated {
        text-align: center
    }

    .page-id-1846 .networking_product_sec.cabling_solution.back_bl.cmn_gap {
        padding: 40px 0
    }

    .page-id-1846 .collbrntn_sec_space.cmn_gap {
        padding-top: 55px
    }

    .page-id-1846 .sls_list {
        position: relative;
        margin: 10px;
        display: block;
        padding: 0
    }

    .page-id-1846 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 0 !important
    }

    .page-id-351 .case_study2.cmn_gap.public-cloud.public {
        padding-bottom: 50px
    }

    .page-id-351 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 0 !important
    }

    .page-id-1846 .case_slider {
        padding-top: 20px;
        padding-bottom: 25px
    }

    .page-id-3240 .partner_intro_sec {
        padding: 0 0 25px !important
    }

    .page-id-2955 .partner_intro_sec {
        padding: 40px 0 35px !important
    }

    .page-id-2955 a.vbtn.center.animate__.animate__fadeInUp.wow.contact_sales_btn.btn_design_services {
        margin-top: 30px
    }

    .page-id-2955 svg.design_services_right {
        margin-right: 7px
    }

    .page-id-2955 svg.design_services_left {
        margin-left: 0
    }

    .page-id-3165 .partner_intro_sec {
        padding: 0 0 25px !important
    }

    .page-id-2188 .case_slider.dc_storage {
        margin-bottom: 40px
    }

    .page-id-2188 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 40px
    }

    .page-id-2877 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 25px
    }

    .page-id-655 .case_slider.dc_storage {
        margin-bottom: 25px
    }

    .page-id-422 .cmn_sec_benefittd_tab {
        margin-bottom: 15px;
        margin-top: 30px
    }

    .page-id-2280 .case_slider.dc_storage {
        margin-bottom: 60px
    }

    .page-id-2280 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 30px
    }

    img.partner_diff_logo {
        width: 70%
    }

    .postid-8136 .cmn_partner_sub_block .img_text {
        margin-bottom: 0 !important
    }

    .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -20px
    }

    .we_deliver_slidprod_in {
        text-align: left
    }

    .cmn_event_sec form {
        width: 30%
    }

    .press_items .row {
        padding: 0
    }

    .remote_services .btn_cont {
        margin-bottom: 0 !important
    }

    .mid_anim img {
        width: 400px
    }

    .btn_cont.noc-btn {
        padding: 0 0 0
    }

    .cmn_tyl_arrow.we_deliver_what_matters_slider_arrow.cloud_migration {
        padding: 0;
        margin: 0
    }

    li.nav-item.locations {
        padding: 5px !important
    }

    button.acc-button.btn_read_more {
        margin-bottom: 15px
    }

    h2.animate__.animate__fadeInUp.wow.get_in_touch.animated {
        margin-bottom: 0
    }

    a.vbtn.animate__.animate__fadeInUp.wow.btncus.btn_get_start {
        margin: 0
    }

    svg.svg_circle_left {
        margin-left: 30px
    }

    svg.svg_circle_right {
        margin-right: 30px
    }

    svg.svg_circle_left.fit_out_services_left {
        margin-left: 50px !important
    }

    svg.svg_circle_left.fit_out_services_right {
        margin-right: 50px !important
    }

    svg.design_services_left {
        margin-left: 8px
    }

    svg.design_services_right {
        margin-right: 13px
    }

    a.vbtn.center.animate__.animate__fadeInUp.wow.contact_sales_btn {
        margin-top: 25px
    }

    .electric_fit_out_slide_prev {
        left: -40px !important;
        margin: -35px 15px !important
    }

    .electric_fit_out_slide_nxt {
        right: -10px !important;
        margin: -35px 5px !important
    }

    .case_slider.arrow_sl3.slider_dc_design.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0
    }

    a.vbtn.center.animate__.animate__fadeInUp.wow.contact_sales_btn.btn_design_services {
        margin-top: 0
    }

    p.animate__.animate__fadeInUp.wow.dc_migration.animated {
        margin-bottom: 30px
    }

    p.animate__.animate__fadeInUp.wow.dc_networking.animated {
        margin-bottom: 25px
    }

    .cmn_tyl_arrow.structured_cabling_offerings_controls.cmn_tyl_arrow_mob.structured_offerings {
        padding: 0;
        margin: 0
    }

    .cmn_tyl_arrow.structured_cabling_offerings_controls.cmn_tyl_arrow_mob.structured_offerings.get_started_dc_structure {
        margin-bottom: 20px
    }

    .cmn_text_block.dc_colocation.cmn_gap.pt-0.colocation {
        padding-bottom: 45px
    }

    .collbrntn_sec_space.cmn_gap.dc_nw {
        padding-top: 40px
    }

    .collab-case_study {
        font-size: 17px
    }

    .message_benefitted_sld_nav {
        padding-bottom: 30px
    }

    .back_light_figd {
        padding: 25px
    }

    .case_study2.cmn_gap.managed_services {
        padding-bottom: 20px !important
    }

    .main_img.collab {
        width: 40%;
        margin-left: 50%
    }

    .collaboration_spaces_solution_mobile .item img {
        width: 80%;
        margin-left: 140px
    }

    .cmn_tyl_arrow {
        margin: 0
    }

    .cmn_tyl_arrow.audio_video_slider_controls {
        justify-content: center
    }

    .blog_dtls_main.cmn_gap {
        margin-top: 0
    }

    .cmn_tyl_arrow {
        padding: 40px 0
    }

    .related_blog_posts {
        margin-top: 0
    }

    .storage_center_mob {
        text-align: center
    }

    .audio_video_service.asv3.cmn_slide_blocks_sec.cmn_gap {
        padding: 50px 0 10px !important
    }

    .audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
        padding: 50px 0 40px
    }

    .cmn_boxes_grid .box_item {
        margin-bottom: 25px
    }

    .networking_solution_offerings .item {
        margin-bottom: 30px
    }

    .case_slider {
        padding-top: 0
    }

    .noc_cs.cmn_gap {
        padding-bottom: 0
    }

    .navbar-toggler {
        padding: 0 20px
    }

    .lan_bar_click img {
        padding-right: 10px
    }

    .sddc_services_mobile .item img {
        border-radius: 0
    }

    .message_benefitted_sld_nav_br svg {
        width: 65px;
        height: 65px
    }

    .col-lg-6.img_col.dc-modernization {
        margin-bottom: 0
    }

    .find_wrkshop_productivity_col_rghtt {
        position: relative;
        margin-top: -30px;
        margin-left: 15%;
        width: 100%
    }

    .we_deliver_what_matters .cmn_sec_benefittd {
        margin-bottom: 30px
    }

    .we_deliver_what_matters.with_count .slide_arrow_control {
        margin-top: 30px
    }

    .message_benefitted_sld_nav_mob {
        margin-top: 0 !important;
        padding-bottom: 15px !important
    }

    .mob-sub-heading {
        font-size: 24px !important
    }

    .cmn_sec_benefittd {
        font-size: 16px
    }

    .custom_slider .cmn_sec_benefittd {
        padding-bottom: 50px
    }

    .mob-dc-electrical {
        text-align: center;
        margin-top: 0
    }

    .slide_arrow_control_justify {
        justify-content: center
    }

    #menu-item-4206 .ubermenu-image {
        filter: grayscale(100%)
    }

    #menu-item-4206 .ubermenu-current-menu-item .ubermenu-image {
        filter: unset
    }

    #menu-item-4206 .ubermenu-current-menu-item .ubermenu-target-text {
        color: #EF8321
    }

    .resources_menu_mob a {
        background: none !important;
        color: #000 !important;
        border-width: 0 !important;
        padding: 23px 33px !important
    }

    .resources_menu_mob ul {
        padding: 0 !important
    }

    .custom_article_bottom_mob {
        margin-bottom: 0 !important
    }

    .bros_pagination_mob {
        margin-top: 15px
    }

    .bros_block_sm_inner_part {
        height: 100% !important
    }

    .brochures_sec_mob ul {
        justify-content: center !important
    }

    .storage_bottom_tab {
        padding-bottom: 30px !important
    }

    .main_img_brd_tab {
        width: 100%
    }

    .main_img_brd_tab img {
        max-width: 40%
    }

    .tyl_arrow_mob {
        padding: 30px 0 0
    }

    .update_video_sec_mob {
        padding: 0 !important
    }

    .cus_vid_arrows_mob {
        margin-top: 30px !important
    }

    .vid_grid_contmob {
        padding-top: 15px !important
    }

    .text_heading_tab {
        font-size: 17px !important
    }

    .cmn_sec_benefittd_tab {
        margin-bottom: 15px
    }

    .collbrntn_storage_sec {
        padding-bottom: 30px !important
    }

    .dc_center_mob {
        padding: 30px 0 0 !important
    }

    .networking_product_cmn_gap {
        padding: 0
    }

    .dc_design_services_mob {
        padding: 0 !important
    }

    .cmn_tyl_arrow_mob {
        margin-top: 30px !important
    }

    .multiple_used_aud_tab_mob {
        padding: 30px 0 0
    }

    .nc_slider_part_mob {
        margin-bottom: 30px
    }

    .dc_security_sol_mob {
        padding: 30px 0 0
    }

    .storage_offerings_mob {
        margin-top: 0
    }

    .img_col_mob {
        margin-bottom: 0
    }

    .btn_cont_mob {
        margin-top: 0 !important
    }

    .round_tick_tab ul {
        justify-content: end;
        width: 100% !important
    }

    .round_tick_tab li {
        width: 60% !important
    }

    .dc_compute_list_mob {
        display: flex;
        justify-content: center
    }

    .cmn_tyl_arrow_tab {
        margin-top: 20px
    }

    .career_wlcm_chart .chart_box {
        margin-bottom: 10px
    }

    .cmn_slide_blocks_sec .nav_benefitted_indf:after {
        display: block !important
    }

    .cmn_slide_blocks_sec .nav_benefitted_indf:last-child:after {
        display: none !important
    }

    .breadcrumb_bar.container {
        padding-top: 0
    }
}

img.lang-flag {
    width: 24px;
    filter: none !important;
    border-radius: 2px !important
}

ul.sub-menu li a {
    padding: 10px 10px;
    font-size: 14px
}

lan_bar_click:hover+.lan_dropdown,
.lan_dropdown:hover {
    display: block !important
}

.header_right .btn_grp {
    margin: 10px auto 20px
}

.lang-menu {
    display: none !important
}

.lang-menu a span img {
    margin-right: 10px
}

.ubermenu-submenu-id-9948 .ubermenu-target {
    padding: 10px 15px !important
}

.ubermenu-submenu-id-9948 .ubermenu-target span img {
    margin-right: 10px !important
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .postid-4519 .perle_images.perle_wire.wireless_img {
        margin-top: 30px !important
    }

    .postid-4519 .slick-dotted.slick-slider {
        margin-bottom: 0px !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.hi_poe_btn.learn_btn {
        margin-bottom: 30px
    }

    .postid-4519 .cmn_gap {
        padding: 20px 0
    }

    .page-id-751 .mid_anim img {
        width: 70% !important
    }

    .postid-4519 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: -40px !important
    }

    .postid-4519 .perle_images {
        width: 100% !important;
        margin-top: 30px
    }

    .postid-4519 .slick-dots {
        width: 70% !important
    }

    .page-id-868 .mid_anim img {
        width: 50% !important
    }

    .postid-4519 .perle_img {
        width: 70% !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.console_btn {
        margin-top: 40px !important
    }

    .postid-4519 .vbtn.center.animate__.animate__fadeInUp.wow.media_sec {
        margin: 30px 120px !important
    }

    .page-id-3058 .partner_intro_sec.back_bl.cmn_gap.storage_dm {
        padding: 0 0 30px !important;
        padding-top: 0
    }

    .page-id-3572 .partner_intro_sec.back_bl.cmn_gap.dc-modern {
        padding: 0 0 20px !important
    }

    .page-id-1588 .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
        margin-top: 0px !important
    }

    .page-id-3168 .cmn_faq_sec.cmn_gap {
        padding: 20px 0 40px 0px !important
    }

    .page-id-3572 .sddc_services_mobile .item img {
        border-radius: 10px !important
    }

    .page-id-2277 .btn_cont.logistic {
        text-align: center
    }

    .page-id-3516 .case_study_dc-design-services.cmn_gap.physical_infra_case_sec {
        padding: 20px 0 60px 0px !important
    }
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .page-id-3572 .sddc_services_mobile .item img {
        border-radius: 10px
    }

    .page-id-3572 .elev_icon {
        border-radius: 0px !important
    }

    .page-id-11186 .slide_sec2.cmn_gap {
        padding: 40px 0 10px 0px !important
    }

    .page-id-11186 .case_study_dc-design-services.back_bl.cmn_gap.dc_design_services_mob {
        padding-bottom: 50px !important
    }

    .page-id-11186 .main_img img {
        border-radius: 12px !important
    }

    .page-id-11186 .rt_case.col-md-9.text_col.animate__.animate__fadeInUp.wow {
        padding-bottom: 40px
    }

    .page-id-415 .partner_intro_sec.back_bl.cmn_gap.cloud_.computing {
        padding: 10px 0 25px !important;
        margin-top: -30px
    }

    .page-id-1588 .audio_video_service_slider.slick-initialized.slick-slider {
        left: 0px !important
    }

    .page-id-1588 .audio_video_service.asv1.cmn_slide_blocks_sec.cmn_gap {
        padding: 50px 0 0px !important
    }

    .page-id-1588 .partner_intro_sec.back_bl.cmn_gap.av_services.partner_intro_sec_mob {
        padding-top: 40px !important
    }

    .page-id-3168 .collbrntn_sec_space.cmn_gap {
        padding-top: 0px !important
    }

    .postid-5351 .flex-item-right.opex_sec {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .page-id-1588 .audio_video_service .img_col img {
        width: 60% !important;
        border-radius: 30px
    }

    .page-id-1588 .col-lg-6.img_col {
        text-align: center
    }

    .page-id-1588 .col-lg-7.img_col.av-col img {
        width: 70% !important;
        margin: 0 auto !important
    }

    .page-id-3264 .message_benefitted_sld_nav {
        padding-bottom: 0px !important
    }

    .page-id-2837 .collbrntn_sec_space.cmn_gap {
        padding-bottom: 20px !important
    }

    .page-id-3264 .message_benefitted_sld_nav {
        padding-bottom: 0px !important
    }

    .logistic_advantage_sec.cmn_gap .col-lg-5.img_col.animate__.animate__fadeInUp.wow.animated {
        text-align: center !important
    }

    .page-id-3264 .message_benefitted_sld_nav {
        padding: 0px !important
    }

    .page-id-3516 .cmn_list.dotted {
        margin-bottom: 0px !important
    }

    .page-id-415 .partner_intro_sec.back_bl.cmn_gap.cloud_.computing {
        padding: 10px 0 40px !important;
        margin-top: -30px
    }

    .page-id-1588 .audio_video_service_slider.slick-initialized.slick-slider {
        left: 0px !important
    }

    .page-id-3168 .cmn_faq_sec.cmn_gap {
        padding-top: 20px !important;
        padding-bottom: 65px !important
    }

    .contact_location_sec_mobile .acc_map_location.active button {
        color: #1d3f75 !important;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .acc_map_location.active .accordion-button::after {
        transform: rotate(-180deg)
    }

    .contact_location_sec_mobile .accordion-button:not(.collapsed) {
        font-weight: 400
    }
}

@media only screen and (min-width:700px) and (max-width:2000px) {
    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.mobile_view {
        visibility: hidden;
        display: none
    }
}

@media only screen and (min-width:610px) and (max-width:2000px) {
    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.nu_fo.desktop_view {
        display: block
    }

    .postid-4430 .cmn_partner_sub_block.back_bl.cmn_gap.mobile_view {
        visibility: hidden;
        display: none
    }
}

.Search_input {
    width: 47%;
    display: flex;
    background-color: #f7f7f7;
    padding-left: 16px;
    border-radius: 10px
}

span.closeme {
    position: absolute;
    right: -3%;
    top: -25px;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

.search_outter {
    background: #000c;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none
}

.search_bar {
    background: #fff;
    box-shadow: 0 0 7px #33333336;
    border-radius: 12px;
    position: absolute;
    z-index: 999999;
    top: 50%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding: 20px;
    max-height: 80%
}

.sinner {
    display: flex;
    justify-content: space-between
}

div#datafetch {
    overflow-y: unset;
    overflow-x: hidden
}

span.closeme {
    position: absolute;
    right: -6%;
    top: -52px;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

span.closeme img {
    width: 100%;
    max-width: 24px
}

#datafetch table {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    max-height: 405px;
    display: block
}

#datafetch table::-webkit-scrollbar {
    display: none
}

.search_result {
    padding-top: 25px
}

.sfooter {
    border-top: unset;
    padding-bottom: 0;
    color: #aeaeae;
    display: flex;
    justify-content: space-between;
    margin: 23px 0 7px
}

div#moreposts {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    display: flex;
    width: 215px !important;
    justify-content: right
}

div#moreposts img {
    max-width: 32px
}

.search_bar form {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search_bar input#keyword {
    background: #f7f7f7;
    border: none;
    font-size: 12px;
    border-radius: 7px
}

.search_bar a.btn.btn-search {
    height: 45px;
    background: #ff4133;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    width: 100%;
    max-width: 110px
}

.search_bar select {
    background: url(#06/down-arrow.svg) no-repeat calc(100% - 10px) center !important;
    background-size: 20px !important
}

.ess-form .container {
    max-width: 1140px !important
}

.search_bar select#sort {
    max-width: 135px;
    border: 1px solid #dad6d6;
    border-radius: 10px;
    animation: none;
    font-weight: 400;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #ff4133
}

.search_bar div#checkboxes {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 114%;
    border-radius: 6px;
    font-weight: 500;
    color: #ff4133
}

.search_bar .multiselect {
    position: relative
}

.search_bar .selectBox select {
    border: 1px solid #dad6d6;
    border-radius: 10px;
    animation: none;
    font-weight: 400;
    width: 100%;
    height: 48px;
    font-size: 15px;
    color: #ff4133
}

.search_bar #checkboxes label:hover {
    background-color: inherit;
    color: inherit
}

.search_bar #checkboxes label {
    display: block;
    padding: 1px 6px;
    font-weight: 400;
    color: #333
}

.search_bar #checkboxes label input {
    margin-right: 6px
}

.search_result {
    padding-top: unset
}

.search_result .removes {
    margin-top: 4px
}

table#myTable {
    margin-top: 10px
}

.search_result .remove_all {
    background-color: #F6F7F8
}

.search_result .removes span {
    border: 1px solid #c3c3c357;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    color: #333;
    line-height: 50px
}

.search_result span.show.separate {
    border: unset;
    padding: 4px
}

div#datafetch ul li span.right {
    position: absolute;
    right: 0
}

div#datafetch ul li {
    display: flex;
    align-items: center;
    justify-content: start
}

div#datafetch ul li img {
    max-width: 100px;
    border-radius: 13px;
    margin-right: 10px
}

div#datafetch ul li:before {
    display: none
}

div#datafetch ul li a {
    font-size: 20px;
    color: #333
}

#myTable tr {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#myTable td img {
    width: 90px;
    height: auto;
    border-radius: 10px;
    margin: 6px 0;
    margin-right: 20px
}

.multiselect {
    width: 170px
}

td.texxt,
td.tright {
    color: #aeaeae
}

td.tright {
    width: 200px;
    text-align: right;
    text-transform: capitalize
}

td.texxt a {
    font-weight: 500;
    font-size: 18px;
    line-height: 0
}

td.texxt a:hover {
    color: #ff4133
}

td.texxt {
    font-size: 14px
}

.selectBox {
    position: relative
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#checkboxes {
    display: none;
    border: 1px #dadada solid
}

#checkboxes label {
    display: block
}

#checkboxes label:hover {
    background-color: #1e90ff
}

.removes span {
    display: none
}

.mobileonly {
    display: none
}

@media screen and (max-width:900px) {
    .mobileonly {
        display: block
    }

    .serachicon img {
        width: 26px;
        margin-right: 15px
    }

    .search_bar {
        top: 0;
        width: 100%
    }

    .search_bar .multiselect,
    .search_bar #sort,
    .search_bar .btn-search {
        display: none !important
    }

    .Search_input {
        width: 90%;
        border-radius: 0
    }

    .search_bar {
        top: 33px;
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: transparent
    }

    span.closeme img {
        width: 100%;
        max-width: 16px
    }

    span.closeme {
        top: 5px;
        right: 8px;
        border-radius: 50%;
        background: #ffffff7a;
        width: 35px;
        text-align: center;
        font-size: 20px
    }

    .search_bar {
        top: 5%;
        width: 94%;
        padding: 0;
        border-radius: 0;
        background: transparent;
        transform: translate(0, 0);
        left: 5%
    }

    .search_result {
        width: 90%;
        background: #fff;
        padding: 10px;
        border-radius: 5px;
        margin-top: 5px
    }

    #myTable tr {
        border-bottom: 1px solid #cec7c7;
        padding: 10px 0
    }

    td.texxt {
        margin-left: 10px
    }

    td.tright span {
        text-align: center;
        background: #ebebeb;
        color: #333;
        padding: 10px;
        font-size: 9px;
        border-radius: 7px;
        display: block
    }
}

@media screen and (max-width:550px) {
    .Search_input {
        width: 85%;
        border-radius: 0
    }

    .search_result {
        width: 85%
    }

    td.tright {
        font-size: 14px;
        width: 27%
    }

    div#moreposts {
        font-size: 13px;
        width: auto !important
    }

    span.closeme {
        right: 0
    }

    table#myTable br {
        display: none
    }

    #myTable tr {
        align-items: flex-start;
        padding-bottom: 24px
    }

    td.texxt a {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: block
    }

    td.tright {
        font-size: 14px
    }

    td.texxt {
        font-size: 14px;
        padding-left: 16px
    }
}

#wt-cli-accept-btn {
    border-radius: 25px !important;
    background-color: #ff4133 !important
}

#cookie-law-info-bar,
.wt-cli-cookie-bar {
    max-width: 75%
}

.wg-default,
.wg-default .country-selector {
    display: none
}

footer {
    visibility: visible !important
}

select#country {
    padding-left: 40px;
    border-radius: 5px;
    border-color: #939eb0
}

img.country-flag {
    top: 45px;
    position: absolute;
    left: 8px;
    height: 30px
}

.form-group.select-input {
    position: relative
}

.map-con {
    overflow: scroll;
    display: block;
    position: relative
}

.map-responsive.highlighted .pointer {
    transform: scale(2.2)
}

.map-responsive.highlighted .location-name {
    display: block
}

@media only screen and (min-width:1300px) and (max-width:1399px) {
    .main-head .navbar {
        padding: 10px 15px
    }
}

@media(max-width:991px) {
    .lang-menu {
        display: block !important
    }
}

.home_ban_bg.home_ban_for_1.slider-container>div {
    height: 720px !important;
    background: #1D3F75 !important
}

.home_ban_bg h2 {
    background: #1d3f75;
    padding-top: 20px;
    margin: 0;
    color: #fff
}

div.hbtn,
.home_ban_bg h2 {
    display: none
}

.home_btm_navs .item {
    border-bottom: 1px solid #EBEBEB
}

@media (max-width:900px) {
    .home_btm_navs .item {
        border-bottom: none
    }

    .home_banner_bottom .container {
        box-shadow: none !important
    }

    .home_banner_bottom {
        padding: 0 !important
    }

    .hbtn {
        display: block !important;
        background: #1c3e74 !important
    }

    .home_btm_navs .slick-current img {
        width: 60px !important;
        height: 60px !important;
        margin-top: -5px !important
    }

    .home_btm_navs .inner {
        width: 40px;
        margin: auto
    }

    .home_banner_bottom .container {
        background: #1c3e74 !important;
        border-radius: 0 !important
    }

    .home_btm_navs .item {
        width: 14% !important
    }

    .home_btm_navs .item p,
    .hm_btm_info {
        display: none
    }

    .home_ban_bg h2 {
        display: block;
        padding-top: 0;
    }

    .home_ban_bg.home_ban_for_1.slider-container>div {
        height: 250px !important
    }
}

.slider-container {
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: transparent
}

.slider-container div {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    display: none;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.slider-container div.active {
    display: inline-block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.btn-wrapp {
    max-width: 400px;
    text-align: center;
    margin: 15px auto
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.home_ban_bg.home_ban_for_1 .item.active {
    display: block !important
}

.home_ban_bg.home_ban_for_1 .item {
    display: none !important
}

.home_ban_forr2 .item {
    display: none
}

.home_ban_forr2 .item.active {
    display: block
}

input#submit {
    padding: 0 30px;
    border: none;
    cursor: pointer;
    background-color: #ff4133;
    color: #fff;
    height: 40px;
    border-radius: 50px;
    font-size: 16px
}

.postid-4584 .igel_services_sec {
    background: #F7FAFF !important;
    height: unset !important;
    padding-bottom: 60px
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .zoom_video {
        height: 350px !important
    }

    .postid-4584 .partner_sub_hero.cmn_gap {
        padding: 0 0 30px !important
    }

    .postid-4584 .aryaka_smartcdn {
        padding-top: 0px !important;
        padding-bottom: 40px !important
    }

    .postid-4584 .cmn_partner_sub_block.cmn_gap.aryaka_smartcdns {
        padding: 40px 20px 0 20px !important
    }

    .postid-4584 .aryaka_smartcdns .cmn_list.dotted li:last-child {
        padding-bottom: 0px !important
    }

    .postid-12590 .col-lg-5.img_col.animate__.animate__fadeInUp.wow.solve_img.zoom_img.animated {
        text-align: center
    }

    nav>ul {
        min-width: auto !important
    }
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .page-id-8 .img_col {
        margin-bottom: 119px
    }

    .zoom_video {
        height: 250px !important
    }

    .postid-4584 .aryaka_smartcdn {
        padding-top: 0px !important;
        padding-bottom: 60px
    }

    .postid-4584 .aws_mob_img.arayaka_img img {
        margin-top: 40px !important
    }

    .postid-4584 .partner_sub_hero.cmn_gap {
        padding: 0 0 30px !important
    }

    .postid-4584 .cmn_partner_sub_block.cmn_gap.aryaka_smartcdns {
        padding: 40px 0 10px !important
    }

    .postid-12590 .ennconex_solution {
        margin: 10px 30px 40px 10px !important
    }

    .d-lg-none {
        display: flex !important
    }

    .mobile-brand-logo-sticky {
        display: block;
        background-image: url(#06/RS-blue.svg);
        height: 44px;
        width: 105px;
        background-repeat: no-repeat
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        height: auto !important
    }

    nav>ul {
        min-width: auto !important
    }

    .main-head .ubermenu-submenu>.ubermenu-item>.ubermenu-tabs-group>#menu-item-4362.ubermenu-tab>.ubermenu-tab-content-panel {
        padding: 0 !important
    }

    .main-head .ubermenu-nav>li>.ubermenu-submenu {
        box-shadow: 0 0 5px rgba(0, 0, 0, .15)
    }

    .header_right .btn_grp {
        margin: 20px auto 0 !important
    }
}

.postid-12590 .partner_sub_hero.cmn_gap {
    padding: 0 0 40px !important
}

.zoom_video {
    width: 100%;
    height: 500px
}

.postid-4417 .partner_btn {
    padding-top: 30px
}

.postid-13418 .part_img_sec {
    margin-top: 60px;
    padding-bottom: 50px
}

.postid-13418 .part_img_sec1 {
    margin-top: 0;
    margin-bottom: 60px
}

.postid-13418 .part_img_sec .img_part1 {
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%), inset 0 4px 4px rgb(0 0 0 / 3%) !important;
    border-radius: 15px
}

.postid-13418 .part_img_sec1 .img_part1 {
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%), inset 0 4px 4px rgb(0 0 0 / 3%) !important;
    border-radius: 15px
}

.postid-13418 .img_part1 img {
    padding: 30px
}

.postid-13418 .col-lg-6.text_part .btn_cont {
    padding-bottom: 50px !important
}

.postid-13418 .blog_dtls_main .container {
    max-width: 1300px
}

.postid-13418 .text_part {
    margin: auto 0
}

.postid-13418 .part_img_sec1 {
    width: 600px
}

ul.ubermenu-tabs-group.ubermenu-column.ubermenu-column-1-4.ubermenu-submenu.ubermenu-submenu-id-4359.ubermenu-submenu-type-auto.ubermenu-submenu-type-tabs-group {
    min-height: 0 !important
}

picture.ubermenu-image.ubermenu-image-size-thumbnail img {
    height: 128px
}

.postid-13524 .single_blog_banner .ban_text h6 {
    display: none
}

.postid-13532 .event_det_box_sec {
    background: #F5F9FF;
    padding: 50px;
    border-radius: 15px;
    position: relative
}

.postid-13532 .tech-day-logo {
    position: absolute;
    width: 29%;
    left: 75%;
    top: -20%
}

.postid-13532 .tech-day-banner {
    background-image: url(#08/banner-1-1024x591-1.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: 5px;
    min-height: 530px;
    border-radius: 15px;
    text-align: center;
    background-size: cover;
    background-position: center
}

.postid-13532 .blog_dtls_main .container {
    max-width: 1320px
}

.postid-13532 .event_det_box_sec h6 {
    text-align: center
}

.postid-13532 .inner_banner.cmn_gap {
    display: none
}

.postid-13532 .guidline_block_sec {
    background: #F5F9FF
}

.postid-13532 .register_btn {
    position: absolute;
    bottom: -15px;
    left: 35%
}

.postid-13532 .guidline_img {
    margin: auto;
    display: block
}

.postid-13532 a.link {
    color: #ff4133;
    text-decoration: underline !important
}

.postid-13532 .tech_partner {
    background: #FFF;
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px !important;
    padding: 25px 50px;
    display: flex;
    width: 200px;
    align-items: center;
    margin: 30px;
    height: 150px;
    justify-content: center
}

.postid-13532 .partner_sec_box {
    display: flex;
    justify-content: center
}

.postid-13532 .vid_time {
    top: 50px
}

.postid-13532 p.text-center {
    padding-bottom: 0
}

.postid-13532 .single-event .blog_dtls_main.cmn_gap {
    margin: 0 !important
}

.postid-13532 .agenda_blk_sec {
    background: #F5F9FF;
    padding: 25px 50px;
    border-radius: 15px
}

.postid-13532 .agenda_blk_sec ul li {
    margin-bottom: 5px !important;
    margin-top: 0
}

.postid-13532 .nav_benefitted_indf:after {
    content: '';
    position: absolute;
    top: 43%;
    left: 59%;
    width: 100%;
    height: 1px;
    border-top: 2px dashed #ccc;
    z-index: -1
}

.postid-13532 .nav_benefitted_indf:last-child:after {
    display: none
}

.postid-13532 .ban_img_sec {
    position: relative
}

.postid-13532 .ban_logo_img {
    padding-top: 50px
}

.postid-13532 .ban_map_img {
    position: absolute;
    top: 100px;
    left: 60%
}

.postid-13532 .counter {
    padding: 10px 20px;
    background: #fff;
    margin: 5px;
    font-size: 30px;
    color: #1D3F75;
    font-weight: 500;
    border-radius: 10px
}

.postid-13532 .counter_sec_blk {
    display: inline-block;
    padding-top: 10px
}

.postid-13532 .counter_div {
    display: inline-block;
    margin: 10px;
    position: relative
}

.postid-13532 .counter_day {
    position: absolute;
    top: 75px;
    left: 20px;
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.postid-13532 .counter_day1 {
    position: absolute;
    top: 75px;
    left: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.postid-13532 .icon_img {
    width: 25px
}

.postid-13532 .videos_sec {
    padding-bottom: 0
}

.page-id-868 .main-event-container {
    display: none
}

.postid-13532 .featured_img {
    display: none
}

.postid-13532 .date_iime {
    display: none
}

.postid-13532 .main-display-event {
    display: none
}

.postid-13532 .banner_sec_tech {
    padding-top: 0;
    padding-bottom: 60px
}

.postid-13532 .tech_day_partner img {
    border-radius: 0 !important
}

.postid-13532 .counter_colen {
    position: absolute;
    left: 95px
}

.postid-13532 .start_sec {
    margin: 0
}

.postid-13532 .tech_day_partner .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.postid-13532 .tech_day_partner .item {
    width: 20%;
    padding: 0 25px;
    margin-bottom: 50px
}

.postid-13532 .tech_day_partner .item_inner {
    text-align: center
}

.postid-13532 .tech_day_partner .item_logo {
    width: 100%;
    height: 200px;
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px
}

.postid-13532 .tech_day_partner .item:last-child {
    margin-bottom: 0
}

.postid-13532 .tech_day_partner .item_logo:last-child {
    margin-bottom: 0
}

.postid-13532 .item_logo_last {
    margin-bottom: 0 !important
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .postid-13532 .counter {
        padding: 10px 10px;
        font-size: 20px
    }

    .postid-13532 .counter_day {
        top: 65px;
        left: 10px
    }

    .postid-13532 .counter_day1 {
        top: 65px;
        left: 10px
    }

    .postid-13532 .ban_map_img {
        width: 50%;
        margin: auto;
        position: relative;
        top: 0;
        left: 0
    }

    .postid-13532 .ban_logo_img {
        width: 50%;
        margin: auto;
        padding-top: 30px
    }

    .postid-13532 .tech-day-banner {
        min-height: 630px
    }

    .postid-13532 .event_det_box_sec {
        padding: 15px 15px 30px;
        margin-top: 30px
    }

    .postid-13532 .register_btn {
        left: 30%
    }

    .postid-13532 .guidline_img {
        width: 50%;
        padding-bottom: 20px
    }

    .postid-13532 .tech_partner {
        padding: 15px 15px;
        margin: 5px;
        height: auto;
        display: grid;
        width: 65px
    }

    .postid-13532 .banner_sec_tech {
        padding-bottom: 0
    }

    .postid-13532 .migration_approach_mobile .icon img {
        width: auto
    }

    .postid-13532 .cmn_partner_sub_block {
        margin-top: 30px
    }

    .postid-13532 .blog_dtls_main.cmn_gap .container {
        padding-left: 0;
        padding-right: 0
    }

    .postid-13532 .guidline_header_sec {
        padding-left: 18px;
        padding-right: 18px
    }

    .postid-13532 .counter_colen {
        left: 55px
    }

    .postid-13532 .start_sec {
        padding-top: 20px;
        font-size: 17px
    }

    .postid-13532 .tech_day_partner .item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 0
    }

    .postid-13532 .counter_div {
        margin: auto
    }

    .postid-13532 .guidline_block_sec .col-md-8 {
        text-align: center
    }

    .postid-13532 .icon_img {
        width: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .single-event.postid-13532 .blog_dtls_main.cmn_gap {
        margin: 0 !important
    }

    .postid-13532 .ban_logo_img {
        padding-top: 30px
    }

    .postid-13532 .ban_map_img {
        width: 25%;
        top: 120px;
        left: 65%
    }

    .postid-13532 .start_sec {
        font-size: 17px
    }

    .postid-13532 .event_det_box_sec {
        padding: 40px
    }

    .postid-13532 .container.cmn_gap.section-two-techday {
        padding-bottom: 60px
    }

    .postid-13532 .guidline_img {
        width: 70%
    }

    .postid-13532 .guidline_div {
        display: flex
    }

    .postid-13532 .img_col {
        display: none
    }

    .postid-13532 .tech_day_partner .item {
        width: 33.333333%;
        margin-bottom: 0
    }

    .postid-13532 .icon_img {
        width: 20px
    }

    .postid-13532 .tech_day_partner .item:last-child {
        margin-bottom: 30px
    }

    .postid-4538 .micro_benifit_sec .item {
        width: 23.333333% !important
    }

    .postid-4538 .tab_section_collaboration {
        display: none
    }

    .postid-4538 .migration_approach_mobile {
        display: block;
        text-align: center
    }

    .postid-4538 .live_caption img {
        width: 65% !important
    }

    .postid-4538 .cmn_tyl_arrow_mob {
        padding: 0
    }

    .postid-4538 .migration_approach_mobile img {
        margin: auto
    }

    .postid-4538 .cmn_partner_sub_block .item {
        margin-bottom: 0
    }

    .postid-4538 .micro_advantage_sec {
        padding-bottom: 30px
    }

    .postid-4538 .micro_application_sec {
        padding-bottom: 30px
    }

    .postid-4538 .micro_advantage_sec1 {
        padding-bottom: 0
    }
}

.page-id-796 .cmn_hdd_rttd img {
    display: none !important
}

.postid-12132 .inner_ban_main {
    background-image: none !important
}

.page-id-13631 .vbtn_we_hire {
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    margin-left: 10px;
    font-weight: 400;
    background: #fff !important;
    color: #ff4133 !important;
    border-radius: 50px;
    border: 1px solid #ff4133
}

.page-id-13631 .breadcrumb_bar {
    display: none
}

.page-id-13631 .partner_main_sec .logo_name {
    font-weight: 600
}

.page-id-13631 .structure_list_sec li:before {
    content: '';
    background-image: url(#08/Vector-6.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    position: absolute
}

.page-id-13631 .structure_list_sec li {
    position: relative;
    margin-top: 15px
}

.page-id-13631 .recurit_image {
    width: 55%
}

.page-id-13631 .partner_main_sec .item {
    margin-bottom: 0
}

.page-id-13631 .job_title:before {
    content: '';
    background-image: url(#08/Vector-8.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    position: absolute
}

.page-id-13631 .job_loc:before {
    content: '';
    background-image: url(#08/Vector-9.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    position: absolute
}

.page-id-13631 .per_emp:before {
    content: '';
    background-image: url(#08/Ellipse-164-1.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    position: absolute
}

.page-id-13631 .job_oppor_sec span,
.page-id-13631 .structure_list_sec span {
    padding-left: 30px
}

.page-id-13631 .job_oppor_sec li {
    position: relative;
    margin-top: 15px
}

.page-id-13631 .inner_banner .inner_ban_main {
    padding: 60px 40px 60px
}

.page-id-13631 .structure_list_sec li::before {
    top: 5px
}

.page-id-13631 .inner_banner .ban_text {
    padding-top: 0
}

.page-id-13631 .per_emp::before {
    top: 8px
}

.page-id-13631 .job_op_item .right_btn {
    cursor: auto
}

.postid-4538 .micro_sub_head {
    padding-bottom: 0
}

.postid-4538 .micro_benifit_sec {
    width: 100%;
    padding-bottom: 30px
}

.postid-4538 .advantage_img {
    width: 66px;
    height: 66px;
    margin-bottom: 10px
}

.postid-4538 .micro_benifit_sec .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.postid-4538 .micro_benifit_sec .item {
    width: 14%;
    padding: 0 25px
}

.postid-4538 .micro_benifit_sec .item_inner {
    text-align: center
}

.postid-4538 .micro_advantage_sec .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.postid-4538 .micro_advantage_sec .item {
    width: 25%;
    padding: 0 25px 30px
}

.postid-4538 .micro_advantage_sec .item_inner {
    text-align: center
}

.postid-4538 .micro_application_sec .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.postid-4538 .micro_application_sec .item {
    width: 20%;
    padding: 0 25px
}

.postid-4538 .micro_application_sec .item_inner {
    text-align: center
}

.postid-4538 .micro_contact_btn {
    text-align: center;
    padding-top: 40px
}

.postid-4538 .partner_sub_hero figure {
    display: none
}

.postid-4538 .vid_conf_sec {
    margin-top: 40px
}

.postid-4538 .tab_section_collaboration .tab_area_part_main {
    justify-content: center
}

.postid-4538 .tab_text_content {
    padding-bottom: 30px
}

.postid-4538 .logitech_micro_team {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 35px 25px;
    height: 100%;
    background-color: #f7faff
}

.postid-4538 .logitech_micro_team img {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    background-color: #fff
}

.postid-4538 .logitech_micro_team1 {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 35px 25px;
    height: 100%;
    background-color: #fff
}

.postid-4538 .logitech_micro_team1 img {
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    background-color: #f7faff
}

.postid-4538 .logitech_micro_team_header {
    padding-bottom: 20px
}

.postid-4538 .logitech_micro_team_content {
    margin-bottom: 0;
    padding-bottom: 0
}

.postid-4538 .logitech_micro_team_content1 {
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0
}

.postid-4538 .glob_sec_text {
    padding-bottom: 0
}

.postid-4538 .tab_area_part_main .nav-tabs .nav-link {
    padding: 0 30px 10px
}

.postid-4538 .revol_head_content {
    display: flex;
    align-items: center
}

.postid-4538 .item_text {
    font-weight: 500
}

.postid-4538 .micro_head_txt {
    padding-bottom: 10px
}

.postid-4538 .live_caption img {
    width: 44%;
    border-radius: 15px
}

.postid-4538 .micro_sub_head1 {
    margin-bottom: 0;
    padding-bottom: 0
}

.postid-4538 .team_col {
    color: #7B83EB
}

.postid-4538 .exchange_col {
    color: #0078D4
}

.postid-4538 .onedrive_col {
    color: #0078D4
}

.postid-4538 .share_col {
    color: #1A9BA1
}

.postid-4538 .outlok_col {
    color: #0078D4
}

.postid-4538 .word_col {
    color: #103F91
}

.postid-4538 .excel_col {
    color: #185C37
}

.postid-4538 .power_col {
    color: #D35230
}

.postid-4538 .publish_col {
    color: #038387
}

.postid-4538 .access_col {
    color: #881421
}

.postid-3646 .grid_part {
    padding-top: 30px
}

.postid-4538 .elevate_img img {
    border-radius: 15px
}

.postid-4538 .elevate_img {
    border-radius: 15px
}

.postid-13782 .col-md-8 {
    width: 100%
}

.postid-13782 .job_love,
.postid-13782 .job_benefits {
    display: none
}

.postid-13782 .item_block.item_block2 {
    padding-bottom: 0
}

.term-190 .emea_text {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block
}

body.single.single-brochures .single_blog_banner.cmn_gap {
    display: none
}

body.single.single-brochures .author_panel {
    display: none
}

.home_ban_bg lottie-player {
    display: block !important
}

nav.navbar.navbar-expand-lg.navbar-light {
    height: 100px
}

.post_int_link {
    text-decoration: underline !important;
    color: #ff4133
}

nav>ul {
    width: 100% !important;
    min-width: 700px
}

.header_right .btn_grp {
    margin: auto;
    display: flex;
    min-width: 220px
}

.len-text {
    min-width: 40px;
    display: inline-block
}

.header_right {
    min-width: 35%
}

.header_right .lan_bar {
    left: 0 !important;
    position: relative
}

body.error404 footer {
    display: block
}

.page_404_sec {
    background: #e5e5e5
}

body.page-404 {
    background: #fff
}

.blg_link_txt {
    color: #ff4133
}

.blg_link_txt:hover {
    color: #ff4133
}

.page-id-868 .event_inner_txt_sec {
    display: none
}

.postid-13821 .event_txt_sec {
    display: none
}

.page-id-868 .event_txt_sec {
    margin-bottom: 20px
}

.postid-13823 .event_txt_sec {
    display: none
}

.slick-list.draggable:not(.tech_vrt_slider .slick-list.draggable) {
    height: auto !important
}

.dc_migration_approach {
    height: auto !important
}

.vid_img img {
    padding-top: 20px
}

.investments_plans_philippins {
    color: #EF8321
}

.postid-13879 .single_blog_banner .ban_text p {
    max-width: 100%
}

.postid-4436 .partner_sub_hero .logo {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px
}

.postid-13870 .single_blog_banner .ban_text p {
    max-width: 700px !important
}

.zpeblockquote {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgb(20 3 67 / 8%);
    box-shadow: 0 10px 30px 0 rgb(20 3 67 / 8%);
    border-radius: 6px;
    padding: 28px 40px 22px !important;
    position: relative;
    overflow: hidden;
    border-left: 6px solid #5e2ced;
    z-index: 0;
    margin: 40px 0 45px
}

.postid-13879 .single_blog_banner .ban_text p .short_desk {
    max-width: 100% !important;
    margin: 0 auto;
    font-size: 17px;
    color: #fff;
    margin-bottom: 15px
}

span#tab_sls {
    height: 160px !important
}

.download_btn_serv {
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #fff !important;
    color: #ff4133 !important;
    border-radius: 50px;
    border: 1px solid #ff4133
}

.postid-14399 .server_sub_head {
    padding-bottom: 0
}

.vbtn1.center {
    display: table;
    margin-left: auto
}

.vbtn1 {
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #ff4133 !important;
    color: #fff !important;
    border-radius: 50px
}

.postid-14399 .accordion_partner {
    background: #fff
}

.page-id-14528 .android_dev_img img {
    margin-bottom: 30px;
    border-radius: 15px
}

.page-id-14528 .android_item_sec .items {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -25px
}

.page-id-14528 .android_item_sec .item {
    width: 20%;
    padding: 0 25px
}

.page-id-14528 .android_item_sec .item_inner {
    text-align: center
}

.page-id-14528 .android_item_sec .item_logo {
    width: 100%;
    height: 200px;
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px
}

.page-id-14528 .android_icon {
    width: 55%
}

.page-id-14528 .android_icon1 {
    width: 35%
}

.page-id-14528 .logo_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.page-id-14528 .para_txt {
    padding-bottom: 0
}

.page-id-14528 .para_txt1 {
    padding-bottom: 0;
    margin-bottom: 1rem
}

.page-id-14528 .accordion__body table {
    border-collapse: collapse;
    width: 100%
}

.page-id-14528 .accordion__body tr {
    border-bottom: 1px solid #ddd
}

.page-id-14528 .accordion__body td {
    padding: 15px
}

.page-id-14528 .accordion__body th {
    padding: 0 15px
}

.page-id-14528 .accordion__body tr:last-child {
    border: none
}

.page-id-14528 .accordion_partner {
    margin-bottom: 20px
}

.page-id-14528 .dev_test_sec {
    display: flex;
    align-items: center
}

.page-id-14595 .haas_page_sec .items {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 0 -25px
}

.page-id-14595 .haas_page_sec .item {
    width: 20%;
    padding: 0 25px
}

.page-id-14595 .haas_page_sec .item_inner {
    text-align: center;
    width: 100%;
    height: 250px;
    background: #F5F9FF;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px
}

.page-id-14595 .haas_page_sec .logo_name {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600
}

.page-id-14595 .android_icon {
    width: 40%
}

.page-id-14595 .para_txt {
    padding-bottom: 0
}

.page-id-14595 .col-lg-4 .cmn_list.dotted ul {
    display: flex;
    justify-content: center
}

.page-id-14595 .spare_blg_sec {
    width: 70%;
    height: 230px;
    background: #fff;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    padding: 35px 50px;
    margin: 40px 0
}

.page-id-14595 .spare_del_blg {
    display: flex;
    justify-content: end
}

.page-id-14595 figure.main_img.m-0.pe_img {
    width: 80%
}

.page-id-14595 .slide_main_sec {
    width: auto
}

.page-id-14595 .haas_glob_map {
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 30px
}

.page-id-14595 .haas_glob_map img {
    width: 80%;
    margin: auto;
    display: block
}

span.eco-friendly-head {
    font-weight: 600;
    color: #1D3F75
}

.postid-3371 .cmn_tyl_arrow {
    display: none
}

.postid-3371 .cmn_tyl_arrow {
    display: none
}

.postid-3771 .cmn_tyl_arrow {
    display: none
}

.page-id-14654 .cyber_sol_img img {
    margin: auto;
    display: block
}

.page-id-14654 hr {
    width: 80%;
    left: 10%;
    position: absolute
}

.page-id-14654 .cyber_sol_div {
    position: relative;
    z-index: 0;
    padding-top: 80px
}

.page-id-14654 .cyber_sol_div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 35%;
    height: 40%;
    background: #FFE6CF;
    z-index: -1
}

.page-id-14654 .cyber_sol_div1 {
    position: relative;
    z-index: 0;
    padding-top: 80px
}

.page-id-14654 .cyber_sol_div1:after {
    content: '';
    position: absolute;
    left: 70%;
    top: 30%;
    width: 35%;
    height: 40%;
    background: #FFE6CF;
    z-index: -1
}

.page-id-14654 .partner_intro_sec .btn_cont {
    margin-bottom: 50px
}

.postid-14790 .event_det_box_sec {
    background: #F5F9FF;
    padding: 50px;
    border-radius: 15px;
    position: relative;
    width: 80%
}

.postid-14790 .tech-day-logo {
    position: absolute;
    width: 29%;
    left: 75%;
    top: -20%
}

.postid-14790 .tech-day-banner1 {
    background-image: url(#);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: 5px;
    min-height: 530px;
    border-radius: 15px;
    text-align: center;
    background-size: cover;
    background-position: center
}

.postid-14790 .blog_dtls_main .container {
    max-width: 1320px
}

.postid-14790 .event_det_box_sec h6 {
    text-align: center
}

.postid-14790 .inner_banner.cmn_gap {
    display: none
}

.postid-14790 .guidline_block_sec {
    background: #F5F9FF
}

.postid-14790 .register_btn {
    position: absolute;
    bottom: -15px;
    left: 35%
}

.postid-14790 .guidline_img {
    margin: auto;
    display: block
}

.postid-14790 .ban_img_sec {
    position: relative
}

.postid-14790 .ban_logo_img {
    padding-top: 50px
}

.postid-14790 .ban_map_img {
    position: absolute;
    top: 100px;
    left: 60%
}

.postid-14790 .counter {
    padding: 10px 20px;
    background: #fff;
    margin: 5px;
    font-size: 30px;
    color: #1D3F75;
    font-weight: 500;
    border-radius: 10px
}

.postid-14790 .counter_sec_blk {
    display: inline-block;
    padding-top: 10px
}

.postid-14790 .counter_div {
    display: inline-block;
    margin: 10px;
    position: relative
}

.postid-14790 .counter_day {
    position: absolute;
    top: 75px;
    left: 20px;
    color: #000;
    font-size: 17px;
    font-weight: 400
}

.postid-14790 .counter_day2 {
    position: absolute;
    top: 75px;
    left: 20px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    color: #fff
}

.postid-14790 .counter_day3 {
    position: absolute;
    top: 75px;
    left: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    color: #fff
}

.postid-14790 .icon_img {
    width: 25px
}

.postid-14790 .featured_img {
    display: none
}

.postid-14790 .date_iime {
    display: none
}

.postid-14790 .main-display-event {
    display: none
}

.postid-14790 .banner_sec_tech {
    padding-top: 0;
    padding-bottom: 60px
}

.postid-14790 .tech_day_partner img {
    border-radius: 0 !important
}

.postid-14790 .counter_colen1 {
    position: absolute;
    left: 95px;
    color: #fff
}

.postid-14790 .start_sec {
    margin: 0
}

.postid-14790 .tech_day_partner .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.postid-14790 .tech_day_partner .item {
    width: 20%;
    padding: 0 25px;
    margin-bottom: 50px
}

.postid-14790 .tech_day_partner .item_inner {
    text-align: center
}

.postid-14790 .tech_day_partner .item_logo {
    width: 100%;
    height: 200px;
    background: #FFF;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin-bottom: 30px
}

.postid-14790 .gso_head_txt {
    color: #fff
}

.postid-14790 .ban_logo_img1 {
    padding-top: 80px;
    padding-bottom: 20px
}

.name-web {
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0
}

.designation-web {
    color: #B0B0B0;
    font-weight: 400
}

.individual-img {
    text-align: center;
    padding-bottom: 30px
}

.page-id-14963 .glob_sol_prov_sec .items,
.page-id-14654 .glob_sol_prov_sec .items {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.page-id-14963 .glob_sol_prov_sec .item,
.page-id-14654 .glob_sol_prov_sec .item {
    width: 16.666%;
    padding: 0 25px
}

.page-id-14963 .glob_sol_prov_sec .item_inner,
.page-id-14654 .glob_sol_prov_sec .item_inner {
    text-align: center;
    width: 100%;
    height: 200px;
    background: #F5F9FF;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px
}

.page-id-14963 .glob_sol_prov_sec .logo_name,
.page-id-14654 .glob_sol_prov_sec .logo_name {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600
}

.page-id-14654 .android_icon {
    width: 40%
}

.page-id-14963 .glob_cyb_sol_sec .items {
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 0 -25px
}

.page-id-14963 .glob_cyb_sol_sec .item {
    width: 25%;
    padding: 0 25px
}

.page-id-14963 .glob_cyb_sol_sec .item_inner {
    text-align: center;
    width: 100%;
    height: 200px;
    background: #fff;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    margin-bottom: 30px
}

.page-id-14963 .glob_cyb_sol_sec .logo_name {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600
}

.page-id-14963 .haas_glob_map {
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 30px
}

.page-id-14963 .haas_glob_map img {
    width: 80%;
    margin: auto;
    display: block
}

.page-id-14963 .simple_apprc_img {
    display: block;
    margin: revert
}

.page-id-14963 .simp_ul_sec {
    padding-top: 15px !important
}

.page-id-14963 .simp_ul_sec li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: #ff4133 1px solid;
    background: #fff
}

.page-id-14963 .list_content_sec {
    display: flex;
    align-items: center
}

.page-id-14963 .diff_sec_img {
    display: none
}

.page-id-14963 .cyber_sol_img {
    margin-bottom: 0
}

.page-id-14963 .cyber_sol_img1 {
    margin-bottom: 0;
    padding: 30px 0 60px;
    display: flex;
    justify-content: center
}

.page-id-14963 .sol_port_sec {
    background: #fff;
    padding: 40px;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 15%);
    box-shadow: 0 9px 18px rgb(0 0 0 / 15%)
}

.page-id-14963 .sol_port_row {
    padding-bottom: 20px
}

.page-id-14963 .sol_img {
    display: flex
}

.page-id-14963 .arrow_sl4 .slick-slide {
    padding: 80px 40px
}

.page-id-14963 .leading_way_sec img {
    display: block;
    margin: auto
}

.page-id-14963 .leading_way_sec {
    position: relative
}

.page-id-14963 .pioneers_sec {
    position: absolute;
    top: 15px
}

.page-id-14963 .exceptional_sec {
    position: absolute;
    top: 270px;
    left: 60px
}

.page-id-14963 .industry_sec {
    position: absolute;
    top: 360px;
    left: 450px
}

.page-id-14963 .world_wide_sec {
    position: absolute;
    right: -20px;
    top: 300px
}

.page-id-14963 .seamless_sec {
    position: absolute;
    top: 15px;
    right: 0
}

.page-id-14963 .pioneers_sec:before {
    content: '';
    border: 1px dashed rgba(71, 85, 105, .3);
    width: 110px;
    height: 1px;
    position: absolute;
    left: 240px;
    top: 15px
}

.page-id-14963 .exceptional_sec:before {
    content: '';
    border: 1px dashed rgba(71, 85, 105, .3);
    width: 150px;
    height: 1px;
    position: absolute;
    left: 240px;
    top: 0;
    transform: rotate(145deg)
}

.page-id-14963 .industry_sec:before {
    content: '';
    border: 1px dashed rgba(71, 85, 105, .3);
    width: 1px;
    height: 30px;
    position: absolute;
    left: 200px;
    top: -35px
}

.page-id-14963 .world_wide_sec:before {
    content: '';
    border: 1px dashed rgba(71, 85, 105, .3);
    width: 90px;
    height: 1px;
    position: absolute;
    left: -65px;
    top: -45px;
    transform: rotate(45deg)
}

.page-id-14963 .seamless_sec:before {
    content: '';
    border: 1px dashed rgba(71, 85, 105, .3);
    width: 30px;
    height: 1px;
    position: absolute;
    left: -45px;
    top: 15px
}

.page-id-14963 .partner_intro_sec.cmn_gap.dc-infra.dc_cmn_extra.dc_infra_partner_mob {
    margin-top: 17%;
    margin-bottom: 3%
}

.page-id-14963 .igel_os {
    height: 540px;
    background: linear-gradient(160.56deg, rgba(245, 250, 255, 0) 52.14%, #F6FBFF 95.15%);
    border: 1px solid #D6E0E8;
    border-radius: 15px
}

.page-id-14963 .slick-carousel {
    margin: 0 auto;
    width: 1250px
}

.page-id-14963 .slick-next,
.page-id-14963 .slick-prev {
    cursor: pointer;
    width: 35px;
    height: 35px;
    color: #000;
    background-color: #ff4133;
    border-radius: 100%;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    pointer-events: all
}

.page-id-14963 .slick-prev.slick-disabled,
.page-id-14963 .slick-next.slick-disabled {
    background-color: #d6e0e6a6 !important
}

.page-id-14963 .slick-prev.slick-disabled:before {
    content: "\f060" !important;
    color: #8C8A8A !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

.page-id-14963 .slick-next.slick-disabled:before {
    content: "\f061" !important;
    color: #8C8A8A !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

.page-id-14963 .slick-prev:before {
    content: "\f060" !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

.page-id-14963 .slick-next:before {
    content: "\f061" !important;
    color: #fff !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 1
}

.page-id-14963 .cyber_off_width {
    width: 100%
}

.page-id-14963 .professional_list_sec {
    justify-content: center;
    display: flex
}

.page-id-14963 .cyber_off_width img {
    margin: auto;
    width: 70%
}

.page-id-14963 .it_ot_img {
    width: 50%
}

.page-id-14963 .security_first_sec img {
    margin: auto;
    display: block;
    padding-top: 10%
}

.page-id-14963 .cyber_sec_sol_sec img {
    margin: auto;
    display: block;
    padding: 5% 0 30%;
    width: 60%
}

.page-id-14963 .cyber_sec_sol_sec {
    position: relative
}

.page-id-14963 .security_first_sec {
    position: relative
}

.page-id-14963 .backup_recovery {
    position: absolute;
    top: 0;
    left: 34%;
    border: 1px solid #D6E0E8;
    padding: 30px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .strategy {
    position: absolute;
    top: 0;
    left: 54%;
    border: 1px solid #D6E0E8;
    padding: 45px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .business_architect {
    position: absolute;
    top: 150px;
    left: 65%;
    border: 1px solid #D6E0E8;
    padding: 35px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .business_alignment {
    position: absolute;
    top: 80%;
    left: 62%;
    border: 1px solid #D6E0E8;
    padding: 35px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .business_cost_analysis {
    position: absolute;
    bottom: -40%;
    left: 44%;
    border: 1px solid #D6E0E8;
    padding: 24px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .governance {
    position: absolute;
    top: 80%;
    left: 26%;
    border: 1px solid #D6E0E8;
    padding: 25px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .checks_balances {
    position: absolute;
    top: 150px;
    left: 22%;
    border: 1px solid #D6E0E8;
    padding: 25px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    font-weight: 600;
    align-items: center;
    font-size: 15px;
    display: flex;
    text-align: center
}

.page-id-14963 .practice_areasec {
    margin-top: 10%
}

.page-id-14963 .cloud_sec_sec {
    position: absolute;
    top: 35px;
    left: 100px
}

.page-id-14963 .application_security {
    position: absolute;
    top: 280px;
    left: 20px
}

.page-id-14963 .enterprise_security {
    position: absolute;
    top: 460px;
    left: 150px
}

.page-id-14963 .managed_sec_serv {
    position: absolute;
    top: 550px;
    right: 350px
}

.page-id-14963 .global_services_sec {
    position: absolute;
    top: 470px;
    right: 60px
}

.page-id-14963 .cyber_sec_consult {
    position: absolute;
    top: 220px;
    right: 90px
}

.page-id-14963 .data_cen_sec {
    position: absolute;
    top: 0;
    right: 150px
}

.zoom_event_banner {
    background-image: url(#);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    top: 5px;
    min-height: 530px;
    border-radius: 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    margin-bottom: 50px
}

.zoom_event_banner h1,
.zoom_event_banner p {
    color: #fff;
    text-align: center
}

.zoom_event_header {
    padding-top: 120px
}

.zoom_choose_sec {
    display: grid;
    align-items: center
}

.postid-15687 .partner_diff_sec,
.postid-15687 .partner_sub_hero,
.postid-15687 .breadcrumb_bar {
    display: none
}

.zoom_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -25px
}

.zoom_item {
    width: 33.333%;
    padding: 20px 25px
}

.zoom_item .item_inner {
    width: 100%;
    height: 180px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px
}

.zoom_item .item_inner h6 {
    margin-bottom: 0;
    padding-bottom: 10px
}

.zoom_item .item_inner p {
    margin: 0;
    line-height: 1.6
}

.zoom_item .item_inner .col-lg-4 {
    display: flex;
    align-items: center
}

.zoom_label_sec {
    position: absolute;
    bottom: 30px;
    color: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    margin-top: 0
}

.zoom_slide_div {
    position: relative
}

.postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt,
.postid-15687 .custom_slider2 .slide_arrow_control .slide_prev {
    top: 50% !important
}

.postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt {
    margin: 0 -45px
}

.postid-15687 .slide_prev.slide_prev_arrow.slick-arrow {
    margin: -15px -45px
}

.zoom_off_sec {
    padding-bottom: 0 !important
}

#zoom_contact_form .form-control {
    border: 1px solid #8a96aa;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-position: 12px 16px;
    background-color: transparent;
    vertical-align: middle;
    padding-left: 40px;
    height: 52px;
    font-size: 14px
}

#zoom_contact_form textarea {
    width: 100%;
    resize: auto;
    overflow: hidden;
    padding: 14px 20px 20px 40px !important
}

#zoom_contact_form .controls {
    margin-bottom: 30px
}

#zoom_contact_form label span {
    color: red
}

#zoom_contact_form label {
    font-size: 14px;
    margin-bottom: 10px
}

#zoom_contact_form .fname_image {
    background: url(#) no-repeat 12px 16px
}

#zoom_contact_form .email_image {
    background: url(#) no-repeat 12px 16px
}

#zoom_contact_form input[type=text]#others__please_specify {
    background: url(#) no-repeat 12px 16px
}

#zoom_contact_form .phone_image {
    background: url(#) no-repeat 12px 16px;
    background-size: 22px
}

#zoom_contact_form #type_of_event {
    background: url(#) no-repeat;
    background-size: 18px;
    background-position: calc(100% - 16px) !important
}

#zoom_contact_form select {
    background-size: 18px;
    background-position: calc(100% - 16px) !important
}

.zoom_flag {
    top: 15px;
    position: absolute;
    left: 8px;
    height: 20px;
    border-radius: 0
}

.zoom_country-flag {
    top: 48px;
    position: absolute;
    left: 8px;
    height: 30px;
    border-radius: 0
}

.postid-15687 .info_bars p {
    margin-bottom: 40px
}

.postid-15687 .custom_slider2 .slide_arrow_control {
    height: 100% !important
}

#zoom_contact_form .cmn_btn {
    padding: 0 50px;
    margin-left: 0
}

#zoom_contact_form input::placeholder,
#zoom_contact_form textarea::placeholder {
    color: #000
}

#zoom_contact_form .btn-success:focus {
    box-shadow: none
}

input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-background-clip: text
}

.selectBox {
    position: relative
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#zoom_event_checkBoxes {
    display: none;
    border: 1px solid #8a96aa;
    border-radius: 0 0 10px
}

#zoom_event_checkBoxes label {
    display: block;
    padding: 0 35px
}

#zoom_event_checkBoxes label:hover {
    background-color: dodgerblue;
    color: #fff
}

.we_provide_sub_title {
    padding: 0 60px 10px;
    text-align: center
}

.we_provide_sub_head {
    padding: 0 60px;
    text-align: center
}

.postid-15687 .header_info_sec,
.postid-15687 nav {
    display: none
}

.zoom_prtner_event_site_logo {
    display: none !important
}

.postid-15687 .zoom_prtner_event_site_logo {
    display: block !important
}

.img_container,
.postid-15687 header.main-head.sticky,
.postid-15687 footer,
.partner_header {
    display: none
}

.postid-15687 .img_container {
    display: block
}

.lottie_img {
    /* width: 500px; */
    height: 500px;
}

.learn_more_btn:hover {
    color: #ff4133
}

@media only screen and (min-width :320px) and (max-width :480px) {
    .page-id-13631 .col-lg-8 {
        width: 100%
    }

    .page-id-13631 .col-lg-4 {
        width: 100%
    }

    .page-id-13631 .inner_banner .inner_ban_main {
        padding: 0
    }

    .page-id-13631 .cmn_btn {
        font-size: 12px
    }

    .postid-4538 .micro_benifit_sec .item {
        width: 50% !important
    }

    .postid-4538 .slide_main_sec1 {
        width: auto;
        margin-top: 30px
    }

    .postid-4538 .micro_advantage_sec .item {
        width: 50% !important
    }

    .postid-4538 .micro_application_sec .item {
        width: 50% !important
    }

    .postid-4538 .benifit_include_sec {
        padding-bottom: 15px
    }

    .postid-4538 .aryaka_smartcdn1 {
        padding: 40px 0 !important
    }

    .postid-4538 .cmn_partner_sub_block .item {
        margin-bottom: 20px
    }

    .postid-4538 .slide_main_sec {
        width: auto
    }

    .postid-4538 .para_micro_teams {
        padding-top: 30px
    }
    .postid-4538 .app_every_need_sec {
        margin-bottom: 0 !important
    }

    .postid-4538 .logitech_sec {
        margin-bottom: 30px
    }

    .postid-4538 .fiber_connec_img {
        margin-top: 30px
    }

    .postid-4538 .tab_section_collaboration {
        display: none
    }

    .postid-4538 .live_caption img {
        width: 100% !important
    }

    .postid-4538 .cmn_tyl_arrow_mob {
        margin-top: 0 !important
    }

    .vid_img img {
        margin: 13px 0 30px;
        padding-top: 0 !important
    }

    .vbtn1.center {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .download_btn_serv {
        display: table;
        margin-left: auto;
        margin-right: auto
    }

    .download_btn_serv1 {
        margin-bottom: 30px
    }

    .partner_sub_hero ul li {
        text-align: left
    }

    .page-id-14528 .android_item_sec .item {
        width: 50%;
        margin-top: 15px
    }

    .page-id-14528 .android_item_sec .item_logo {
        height: 150px
    }

    .page-id-14528 .slide_main_sec1 {
        width: auto
    }

    .page-id-14528 .wide_fld_btn {
        margin-bottom: 30px
    }

    .page-id-14595 .haas_page_sec .item,
    .page-id-14654 .glob_sol_prov_sec .item,
    .page-id-14963 .glob_sol_prov_sec .item {
        width: 50%;
        margin-top: 15px
    }

    .page-id-14595 .spare_del_blg {
        display: block;
        justify-content: normal
    }

    .page-id-14595 .spare_blg_sec {
        width: 100%;
        margin: 20px 0
    }

    .page-id-14595 .spare_blg_sec ul {
        text-align: left
    }

    .page-id-14595 figure.main_img.m-0.pe_img {
        width: 70%;
        margin: auto !important
    }

    .page-id-14595 .cmn_list.dotted li {
        padding-left: 16px
    }

    .custom_slider2 .slide_arrow_control .slide_nxt,
    .custom_slider2 .slide_arrow_control .slide_prev {
        top: 42% !important;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .page-id-14654 .cyber_sol_div:after,
    .page-id-14654 .cyber_sol_div1:after {
        display: none
    }

    .page-id-14654 .cyber_sol_img img {
        padding: 30px 0
    }

    .page-id-14654 hr {
        margin: 0
    }

    .page-id-14654 .cyber_sol_div,
    .page-id-14654 .cyber_sol_div1 {
        padding: 30px 0
    }

    .postid-14790 .counter {
        padding: 10px 10px;
        font-size: 20px
    }

    .postid-14790 .counter_day2 {
        top: 65px;
        left: 10px
    }

    .postid-14790 .counter_day3 {
        top: 65px;
        left: 10px
    }

    .postid-14790 .event_det_box_sec {
        padding: 15px 15px 30px;
        margin-top: 30px;
        width: 100%
    }

    .postid-14790 .banner_sec_tech {
        padding-bottom: 0
    }

    .postid-14790 .blog_dtls_main.cmn_gap .container {
        padding-left: 0;
        padding-right: 0
    }

    .postid-14790 .counter_colen1 {
        left: 55px
    }

    .postid-14790 .tech_day_partner .item {
        width: 50%;
        padding: 0 12px;
        margin-bottom: 0
    }

    .page-id-14963 .list_content_sec {
        text-align: left
    }

    .page-id-14963 .diff_sec_desk {
        display: none
    }

    .page-id-14963 .diff_sec_img {
        display: block
    }

    .page-id-14963 .meaning_sol_img {
        padding-top: 30px
    }

    .page-id-14963 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 10px
    }

    .page-id-14963 .cyber_sol_img1 {
        padding: 10px 0 40px
    }

    .page-id-14963 .sol_port_sec {
        height: auto;
        margin: 0 0 30px
    }

    .page-id-14963 .sol_port_row {
        padding-bottom: 0
    }

    .page-id-14963 .cmn_list.dotted {
        text-align: left
    }

    .page-id-14963 .cyber_sec_sol {
        padding-bottom: 20px
    }

    .page-id-14963 .practice_areasec {
        margin-top: 0
    }

    .page-id-14963 .slick-carousel {
        width: auto
    }

    .page-id-14963 .igel_os {
        height: auto
    }

    .page-id-14963 .list_sec_mob {
        padding-top: 20px;
        text-align: left
    }

    .page-id-14963 .slick-next {
        top: 104%;
        right: 35%
    }

    .page-id-14963 .slick-prev {
        top: 104%;
        left: 35%
    }

    .page-id-14963 .offering_mob {
        padding: 30px 0 80px
    }

    .page-id-14963 .partner_intro_sec.cmn_gap.dc-infra.dc_cmn_extra.dc_infra_partner_mob {
        margin-top: 0%;
        margin-bottom: 10%
    }

    .our_val_sec .row {
        margin: 0
    }

    .our_val_sec .col-sm-12 {
        margin-top: 20px !important
    }

    .postid-15687 .info_bars p {
        margin-bottom: 0
    }

    .zoom_off_sec {
        padding-bottom: 40px !important
    }

    .zoom_item {
        width: 50%;
        padding: 10px 15px
    }

    .zoom_item .item_inner {
        height: 300px;
        padding: 10px
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt {
        margin: 0;
        right: -14px
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_prev {
        left: -15px;
        margin: 0
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt,
    .postid-15687 .custom_slider2 .slide_arrow_control .slide_prev {
        top: 50% !important
    }

    .zoom_label_sec {
        bottom: 0
    }

    .lottie_img {
        /* width: 300px; */
        /*height: -webkit-fill-available;*/
        width: 250px;
        height: 250px;
        padding: 40px 0;
    }
}

@media only screen and (min-width :768px) and (max-width :1024px) {
    .partner_sub_hero ul li {
        text-align: left
    }

    .down_btn_serv_lft {
        margin-bottom: 30px
    }

    .page-id-14528 .android_item_sec .item {
        width: 33.3333%;
        margin-top: 15px
    }

    .page-id-14528 .wide_fld_btn {
        margin-bottom: 30px
    }

    .page-id-14595 .haas_page_sec .item,
    .page-id-14654 .glob_sol_prov_sec .item,
    .page-id-14963 .glob_sol_prov_sec .item {
        width: 33.333%
    }

    .page-id-14595 .cmn_list.dotted li:last-child {
        padding-bottom: 0
    }

    .page-id-14595 .spare_del_blg {
        display: block;
        justify-content: normal
    }

    .page-id-14595 .spare_blg_sec {
        width: 100%
    }

    .page-id-14595 figure.main_img.m-0.pe_img {
        width: 100%
    }

    .page-id-2955 .slide_prev.slide_prev_arrow.slick-arrow {
        margin: -30px 0 !important
    }

    .page-id-2955 .slide_nxt.slick-arrow {
        margin: -30px -6px !important
    }

    .page-id-14654 .cyber_sol_div:after,
    .page-id-14654 .cyber_sol_div1:after {
        display: none
    }

    .page-id-14654 .cyber_sol_img img {
        padding: 30px 0
    }

    .page-id-14654 hr {
        margin: 0
    }

    .page-id-14654 .cyber_sol_div,
    .page-id-14654 .cyber_sol_div1 {
        padding: 30px 0
    }

    .page-id-14654 .col-lg-7 {
        text-align: center
    }

    .page-id-14654 .partner_intro_sec .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 50px !important
    }

    .postid-14790 .event_det_box_sec {
        padding: 30px;
        width: 100%
    }

    .postid-14790 .tech_day_partner .item {
        width: 33.33333%;
        margin-bottom: 0
    }

    .page-id-14963 .diff_sec_img img {
        width: 100%
    }

    .page-id-14963 .find_wrkshop_productivity.cmn_gap.back_bl.pb-0.bottom_every.everybottom_cmn.dc_compute {
        margin-top: 10px
    }

    .page-id-14963 .cyber_sol_img1 {
        padding: 0 0 60px
    }

    .page-id-14963 .diff_sec_desk {
        display: none
    }

    .page-id-14963 .diff_sec_img {
        display: block
    }

    .page-id-14963 .slick-carousel {
        width: auto
    }

    .page-id-14963 .igel_os {
        height: auto
    }

    .page-id-14963 .slick-next {
        top: 110%;
        right: 42%
    }

    .page-id-14963 .slick-prev {
        top: 110%;
        left: 42%
    }

    .page-id-14963 .offering_mob {
        padding: 30px 0 80px
    }

    .page-id-14963 .partner_intro_sec.cmn_gap.dc-infra.dc_cmn_extra.dc_infra_partner_mob {
        margin-top: 0%;
        margin-bottom: 10%
    }

    .page-id-14963 .practice_areasec {
        margin-top: 0
    }

    .page-id-14963 .sol_port_sec {
        margin-left: 0;
        margin-right: 0
    }

    .page-id-14963 .pt-0 {
        padding-bottom: 30px
    }

    .page-id-14963 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 0px !important
    }

    .our_val_sec .row {
        margin: 0
    }

    .our_val_sec .col-sm-12 {
        margin-top: 20px !important
    }

    .zoom_item {
        width: 33.333%;
        padding: 10px 25px
    }

    .zoom_item .item_inner {
        height: 330px;
        padding: 20px
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt {
        margin: 0;
        right: -14px
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_prev {
        left: -15px;
        margin: 0
    }

    .postid-15687 .custom_slider2 .slide_arrow_control .slide_nxt,
    .postid-15687 .custom_slider2 .slide_arrow_control .slide_prev {
        top: 50% !important
    }

    .zoom_label_sec {
        bottom: 0
    }

    .postid-15687 .arrow_sl2_2_2 .arrow_sl_item {
        padding: 0 45px !important
    }

    .lottie_img {
        /* width: 300px; */
        /*height: -webkit-fill-available;*/
        width: 250px;
        height: 250px;
        padding: 40px 0;
    }
}

.cat_bar.animate__.animate__fadeInUp.wow.animated {
    visibility: hidden !important;
    animation-name: none !important
}

.location_btn {
    margin-right: 10px
}

.btn_cont.animate__.animate__fadeInUp.wow.partner_btn.animated {
    animation-duration: 0s !important
}

figure.animate__animated.animate__fadeInUp {
    animation: none !important
}

.partner_sub_hero.cmn_gap {
    animation-duration: 0s !important
}

.breaks {
    display: block
}

.cmn_play_btn-understanding {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    left: 50%;
    margin-top: 200px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: absolute;
    color: rgb(237 130 34 / 80%)
}

.g-map .location-center-position14,
.g-map .location-center-position24,
.g-map .location-center-position32,
.apac-map .location-center-position2,
.apac-map .location-center-position3,
.apac-map .location-center-position4,
.apac-map .map-list-location2,
.apac-map .map-list-location3,
.apac-map .map-list-location4 {
    display: none !important
}

.terms_sec {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px
}

.terms_sec tr {
    border-bottom: 1px solid #E3E3E3
}

.terms_sec tr:last-child {
    border-bottom: none
}

.terms_sec td {
    padding: 10px;
    width: 33.333%
}

.terms_row {
    background-color: #F4F4F4;
    border-bottom: none !important
}

.terms_row th {
    padding: 10px
}

.terms_link a:hover,
.page-id-15622 .cmn_list li a:hover {
    color: #ff4133
}

.terms_link a:hover svg path {
    stroke: #ff4133
}

.partner_header_pname {
    display: none
}

@media only screen and (max-width:768px) {
    .page-id-13631 .double-banner-heading-col-rght {
        width: 100% !important
    }

    .page-id-13631 .double-banner-heading-col-lft {
        width: 100% !important
    }
}

.page-id-13631 .double-banner-heading-col-rght {
    width: 50%
}

.page-id-13631 .double-banner-heading-col-lft {
    width: 50%
}

.sfsi_widget.sfsi_shortcode_container {
    float: none !important;
    margin-top: -10px
}

.share_profile {
    display: inline-flex
}

.multiple-authors-name {
    display: flex !important
}

.profile_linkedin {
    padding-left: 5px
}

.author.url.fn {
    pointer-events: none;
    font-weight: 500;
    display: block
}

.page-id-415 .ban_text p {
    font-size: 20px
}

.postid-16318 .event_txt_sec {
    display: none
}

.newsform {
    display: flex
}

.subscribe_thankyou {
    display: none
}

input.btn.cmn_btn.newslettersubmit {
    background-color: #ff4133;
    border-radius: 0 6px 6px 0;
    font-size: 16px;
    padding: 0 20px
}

.fl_item:nth-child(1) {
    position: absolute;
    bottom: -236px;
    left: -4px
}

p.acqasition {
    position: absolute;
    left: 98.3%;
    font-size: 14px;
    top: -2%
}

img.Acqasition {
    position: absolute;
    left: 97%;
    top: -14%
}

span.wesco_acqasition {
    font-weight: 600
}

.sub_list_sec {
    padding-top: 20px
}

@media (min-width:481px) and (max-width:990px) {
    .page-id-14654 .col-lg-5.col-md-12.animate__animated.animate__fadeInUp {
        text-align: center
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .page-id-2279 .btn_cont.animate__.animate__fadeInUp.wow.animated {
        margin-bottom: 0px !important
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .page-id-2652 .dc_migration_approach .btn_cont {
        padding-top: 29px
    }
}

.page-id-16685 .views {
    display: none
}

.popup_btn {
    position: fixed;
    top: 40%;
    right: -40px;
    transform: rotate(90deg);
    z-index: 9999
}

.blog_dtls_main.cmn_gap {
    display: flex
}

.popup_btn .cmn_btn {
    border-radius: 0 0 10px 10px
}

#blog_form input {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px;
    border-radius: 6px;
    color: #000;
    font-size: 14px
}

#blog_form input#name {
    background-image: url(#)
}

#blog_form input#email {
    background-image: url(#)
}

#blog_form input#phone_no {
    background-image: url(#05/Group-390.svg);
    background-size: 22px
}

#blog_form input#company_name {
    background-image: url(#)
}

#blog_form label {
    font-size: 14px;
    margin-bottom: 10px
}

#blog_form .controls {
    margin-top: 10px
}

#blog_form select#country {
    border: 1px solid #ccc;
    color: #000 !important
}

#blog_form .btn-success {
    border-color: #ff4133;
    margin-left: 0;
    margin-top: 30px
}

#blog_form .modal-header {
    border-bottom: none
}

#blog_form #errorname {
    color: red;
    font-size: 13px
}

#blog_form ::placeholder {
    color: #333
}

.career_growth .circle:nth-child(11) {
    display: none
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset>div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset>div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

.fb_dialog_content .dialog_title>span {
    background: url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px
}

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}


.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}


@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fb_iframe_widget {
    display: inline-block;
    position: relative
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify
}

.fb_iframe_widget iframe {
    position: absolute
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative
}

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

.fb_iframe_widget_fluid span {
    width: 100%
}

.fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in
}

.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}

@keyframes fb_mpn_landing_page_slide_out {
    0% {
        margin: 0 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
        left: 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        left: 12px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_up {
    0% {
        bottom: 0;
        opacity: 0
    }

    100% {
        bottom: 24px;
        opacity: 1
    }
}

@keyframes fb_mpn_bounce_in {
    0% {
        opacity: .5;
        top: 100%
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_mpn_fade_out {
    0% {
        bottom: 30px;
        opacity: 1
    }

    100% {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fb_mpn_bounce_out {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: .5;
        top: 100%
    }
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_from_left {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom left
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_from_left {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: .1;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInFromBottomDelay {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    97% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

html.hs-messages-widget-open.hs-messages-mobile,
html.hs-messages-widget-open.hs-messages-mobile body {
    overflow: hidden !important;
    position: relative !important
}

html.hs-messages-widget-open.hs-messages-mobile body {
    height: 100% !important;
    margin: 0 !important
}

#hubspot-messages-iframe-container {
    display: initial !important;
    z-index: 2147483647;
    position: fixed !important;
    bottom: 0 !important
}

#hubspot-messages-iframe-container.widget-align-left {
    left: 0 !important
}

#hubspot-messages-iframe-container.widget-align-right {
    right: 0 !important
}

#hubspot-messages-iframe-container.internal {
    z-index: 1016
}

#hubspot-messages-iframe-container.internal iframe {
    min-width: 108px
}

#hubspot-messages-iframe-container .hs-shadow-container {
    display: initial !important;
    z-index: -1;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    content: ""
}

#hubspot-messages-iframe-container .hs-shadow-container.internal {
    display: none !important
}

#hubspot-messages-iframe-container .hs-shadow-container.active {
    width: 400px;
    height: 400px
}

#hubspot-messages-iframe-container iframe {
    display: initial !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    background: transparent !important
}

div#hs-eu-cookie-confirmation {
    background: #fff;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100000000 !important;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 18px
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    position: fixed;
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: 0 -1px 3px #eaf0f6
}

div#hs-eu-cookie-confirmation * {
    box-sizing: border-box !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    text-decoration: none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #0091ae;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    text-decoration: underline !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 12px
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin-right: 72px;
    justify-content: flex-end;
    align-items: center
}

@media (max-width:800px) {
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
        justify-content: center;
        margin-right: 0
    }
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    justify-content: center
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    margin: 6px !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border-radius: 3px;
    display: inline-block;
    padding: 10px 16px !important;
    text-decoration: none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #425b76 !important;
    border: 1px solid #425b76 !important;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid #425b76 !important;
    color: #425b76;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    color: #425b76 !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 72px 12px;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important
}

@media (max-width:800px) {
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
        margin: 0 20px 12px
    }
}

#hs-eu-close-button-container {
    display: flex;
    justify-content: end;
    margin-top: 8px;
    margin-right: 8px
}

#hs-eu-close-button-container a#hs-eu-close-button[role=button] {
    float: right;
    width: 1.5rem;
    font-size: 40px !important;
    text-align: center !important;
    cursor: pointer;
    color: #8b8589 !important
}

#hs-eu-close-button-container a#hs-eu-close-button[role=button]:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #0091ae;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
    text-decoration: none !important
}

@media (max-width:800px) {
    #hs-eu-close-button-container a#hs-eu-close-button[role=button] {
        margin-right: 10px;
        font-size: 30px;
        line-height: 50px
    }
}

@media (min-width:800px) {
    #hs-eu-close-button-container a#hs-eu-close-button[role=button] {
        margin-bottom: 10px
    }
}

@media print {
    div#hs-eu-cookie-confirmation {
        display: none !important
    }
}

@media screen and (max-width:480px) {
    div#hs-eu-cookie-confirmation {
        font-size: 12px !important
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
        padding: 8px 14px 14px !important
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
        font-size: 12px !important
    }

    div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
        font-size: 12px !important;
        margin-bottom: 12px !important;
        line-height: 15px !important
    }
}

@media only screen and (min-width:960px) {
    div#hs-eu-cookie-confirmation {
        position: fixed
    }
}

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon:before {
    content: "\f160";
    color: #02CA02;
    top: 3px;
}

#wpadminbar #wp-admin-bar-wccp_free_top_button .ab-icon {
    transform: rotate(45deg);
}

.wp-block-audio figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-image figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video figcaption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video figcaption {
    color: hsla(0, 0%, 100%, .65)
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-template-part.has-background {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}

.cli-modal-content,
.cli-tab-content {
    background-color: #ffffff;
}

.cli-privacy-content-text,
.cli-modal .cli-modal-dialog,
.cli-tab-container p,
a.cli-privacy-readmore {
    color: #000000;
}

.cli-tab-header {
    background-color: #f2f2f2;
}

.cli-tab-header,
.cli-tab-header a.cli-nav-link,
span.cli-necessary-caption,
.cli-switch .cli-slider:after {
    color: #000000;
}

.cli-switch .cli-slider:before {
    background-color: #ffffff;
}

.cli-switch input:checked+.cli-slider:before {
    background-color: #ffffff;
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
}

.cli-switch input:checked+.cli-slider {
    background-color: #28a745;
}

.cli-modal-close svg {
    fill: #000000;
}

/** Font Awesome 4 Compatibility **/
.fa {
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: FontAwesome;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.home_btm_navs .item {
    width: 14.279999%;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {

    .header_info_desk {
        display: none;
    }
}


@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes fb_mpn_landing_page_slide_out {
    0% {
        margin: 0 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
        left: 12px;
        width: 100% - 24px
    }

    60% {
        border-radius: 18px
    }

    100% {
        border-radius: 50%;
        left: 12px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_up {
    0% {
        bottom: 0;
        opacity: 0
    }

    100% {
        bottom: 24px;
        opacity: 1
    }
}

@keyframes fb_mpn_bounce_in {
    0% {
        opacity: .5;
        top: 100%
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_mpn_fade_out {
    0% {
        bottom: 30px;
        opacity: 1
    }

    100% {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fb_mpn_bounce_out {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: .5;
        top: 100%
    }
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_from_left {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }

    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom left
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_from_left {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }

    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: .1;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInFromBottomDelay {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }

    97% {
        opacity: 0;
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

#cl_slider .slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

#cl_slider .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

#cl_slider .slider .slide {
    height: 150px;
    width: 150px;
    margin: 0 50px;
}

div#cl_slider {
    padding: 40px 0;
}


.who_we_are_sec.cmn_gap .col-lg-6.vid_col.animate__.animate__fadeInUp.wow.animated {
    text-align: center;
}

.who_we_are_sec.cmn_gap .col-lg-6.vid_col.animate__.animate__fadeInUp.wow.animated p {
    text-align: justify;
}

svg {
    height: 23rem;
    margin-right: 4rem;
    width: inherit;
}

#envelope {
    animation: float 2s ease-in-out infinite;
}

#star1,
#star2,
#star3,
#star4,
#star5,
#star6 {
    animation: blink 1s ease-in-out infinite;
}

#star2 {
    animation-delay: 100ms;
}

#star3 {
    animation-delay: 500ms;
}

#star4 {
    animation-delay: 700ms;
}

#star5 {
    animation-delay: 300ms;
}

#star6 {
    animation-delay: 200ms;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.home_banner_bottom.animate__animated.animate__fadeInUp.ihsa_1{
    padding-left: 20px;
    padding-right: 20px;   
}


@media only screen and (min-width :1200px) and (max-width:1999px) {
    .col-lg-5.text_col.banner-home-subtext.animate__animated.animate__fadeInUp.wbcl_1{
        bottom: 96px;
    }
}

/* BACK TO TOP */
#scroll {
    position:fixed;
    right: 20px;
    bottom: 50px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#1d3e76;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 2;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* BACK TO TOP END */


/* LOGO START*/
.site-logo-wrap .site-logo img {
    width: 140px;
    height: 90px;
}
/* LOGO END*/