* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #3a3a3a;
    overflow-x: hidden;
    padding-top: 60px;
    background: #f7f7f7;
}

a.read_more:hover {
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
}

.sup_text1 {
    top: -6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
}

button:focus {
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

figure img {
    width: 100%;
}

body.modal-open {
    padding-right: 0px !important;
}


.white_bg {
    padding: 60px 0;
    background: #ffffff;
}

.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}

.target_services_list {

    position: relative;

    overflow: hidden;

    border-radius: 16px;
}

.target_services_list picture {

    display: block;

    position: relative;
}

.target_services_list picture::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .75) 0%,
            rgba(0, 0, 0, .35) 45%,
            rgba(0, 0, 0, .15) 100%);

    z-index: 1;

    transition: .4s ease;
}

.target_services_list img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform .6s ease,
        filter .4s ease;

    filter:
        brightness(.75) contrast(1.05);
}

/* content */
.target_services_list_contant {

    position: absolute;

    left: 25px;

    bottom: 25px;

    z-index: 2;

    color: #fff;
}

.target_services_list_contant h4 {

    margin: 0;

    color: #fff;

    font-size: 28px;

    line-height: 1.3;

    text-shadow:
        0 2px 10px rgba(0, 0, 0, .55);
}

/* hover effect */
.target_services_list:hover img {

    transform: scale(1.06);

    filter:
        brightness(.65) blur(1px);
}

.target_services_list:hover picture::after {

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .82) 0%,
            rgba(0, 0, 0, .45) 45%,
            rgba(0, 0, 0, .2) 100%);
}

.feature_list li.extra_item {
    display: none;
}

.see_more_btn {

    display: inline-block;

    margin-top: 10px;

    color: #007bff;

    cursor: pointer;

    font-weight: 600;

    text-decoration: none;
}

.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}

.text_common {
    color: #3a3a3a;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.banner_blk {
    position: relative;
}

.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}

.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}

.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}

.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

span.oems {
    text-transform: capitalize;
}

.banner_blk .banner_contant .heading_commons span {
    text-transform: lowercase;
}

/*======= Start robotics page css =======*/
.robotics_capabilities_core {
    gap: 40px 0px;
    margin-top: 40px;
}

.robotics_oc_icon {
    background-color: #fff;
    width: 72px;
    height: 72px;
    align-content: center;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 20px;
}

.robotics_capabilities_List h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 15px;
}

.robotics_capabilities_List ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: Montserrat;
    color: #000000;
    position: relative;
    display: block;
    list-style: none;
    padding-left: 15px;
    line-height: 1.8;
}

.robotics_capabilities_List ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: #747474;
    border-radius: 20px;
    border: 2px solid #ccc;
    top: 10px;
    left: 0;
}

.robotics_capabilities_List ul li ul li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 20px;
    border: 2px solid #9b8383;
    top: 10px;
    left: 0;
}

.afRD_Blog .heading_commons:after {
    margin: 0 auto;
    right: 0;
}

.rd_capabilities_List {
    position: relative;
}

.rd_capabilities_web {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
}

.rd_list_Btn {
    color: #fff;
    position: relative;
    top: -20px;
}

.rd_list_Btn a {
    background-color: #139de9;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    width: 85%;
    margin: 0 auto;
}



.target_services {
    gap: 16px 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 40px;
}

.target_services .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.target_services_list {
    position: relative;
    overflow: hidden;
}

.target_services_list picture img {
    width: 100%;
    transition: all .5s ease;
    transition-duration: 2s;
}

.target_services_list:hover picture img {
    transform: translateY(0%) scale(1.1);
}

.target_services_list .target_services_list_contant {
    position: absolute;
    bottom: 12px;
    text-align: center;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
    vertical-align: top;
    min-height: 54px;
}

.target_services_list .target_services_list_contant h4 {
    font-size: 22px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
}

/*======= End robotics page css =======*/

/*======= Start data center switches page css =======*/
.overview_contant p {
    font-size: 15px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: justify;
}

/* ---- Key technologies (dark band) ---- */
.dcs_key_technologies {
    padding: 60px 0;
    position: relative;
    background: #030b1f url(../images/dcs_key_technologies_bg.png) no-repeat center center;
    background-size: cover;
}

.dcs_key_technologies .heading_commons {
    color: #ffffff;
}
.dcs_key_tech_row {
    gap: 16px 0;
    margin-top: 40px;
    margin-left: -8px;
    margin-right: -8px;
}
.dcs_key_tech_row .col-xl-3{
    padding-left: 8px;
    padding-right: 8px;
}
.dcs_key_tech_card {
    height: 100%;
    padding: 30px 24px;
    border: 1px solid rgba(0, 178, 255, 0.45);
    background: rgb(0 0 0 / 55%);
    transition: all .4s ease;
}

.dcs_key_tech_card:hover {
    border-color: #00b2ff;
}

.dcs_key_tech_icon {
    margin-bottom: 20px;
}

.dcs_key_tech_icon img {
    width: auto;
}

.dcs_key_tech_card h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 22px;
    min-height: 56px;
}

.dcs_key_tech_card ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #e4ecf5;
    position: relative;
    display: block;
    list-style: none;
    padding-left: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.dcs_key_tech_card ul li:last-child {
    margin-bottom: 0;
}

.dcs_key_tech_card ul li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #00b2ff;
    border-radius: 20px;
    top: 9px;
    left: 0;
}

/* ---- Data center network architecture ---- */
.dcs_architecture_contant p {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 25px;
    margin-bottom: 0;
}

.dcs_architecture_img img {
    width: 100%;
}

/* ---- Our services tiles ---- */
.dcs_our_services .text_common {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}

.dcs_our_services .row {
    margin-left: -6px;
    margin-right: -6px;
    gap: 12px 0;
}
.dcs_our_services .row .col-sm-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.dcs_target_services_list {
    position: relative;
    text-align: center;
}
.dcs_target_services_list .dcs_target_services_list_contant {
    position: absolute;
    top: 40%;
    left: 24px;
    right: 24px;
    transition: all 0.4s;
    color: #fff;
}
.dcs_target_services_list:hover .dcs_target_services_list_contant {
    top: 50%;
    transform: translate(0px, -50%);
}
.dcs_target_services_list img {
    width: 100%;
    min-height: 210px;
    object-fit: cover;
}
.dcs_target_services_list_contant h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 0;
    max-width: 210px;
    margin: 0 auto;
}
.dcs_target_services_list .dcs_target_services_list_contant p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    line-height: 1.5;
    margin: 14px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    transform: translateY(50%);
}

.dcs_target_services_list:hover .dcs_target_services_list_contant p {
   opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ---- Fast-track CTA band ---- */
.dcs_fast_track {
    padding: 80px 0;
    position: relative;
    background: #030b1f url(../images/dcs_fast_track_web.jpg) no-repeat center center;
    background-size: cover;
}

.dcs_fast_track .heading_commons {
    color: #ffffff;
}
.dcs_fast_track_contant {
    max-width: 64%;
}
.dcs_fast_track p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 30px;
}

.dcs_fast_track_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 25px;
    position: relative;
    overflow: hidden;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(left, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: linear-gradient(to right, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1662e4', endColorstr='#04a5fb', GradientType=1);
}

.dcs_fast_track_btn:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}

.dcs_fast_track_btn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*======= End data center switches page css =======*/

/* ========================================================
                      INSIGHTS SECTION
   ======================================================== */
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}

.insights_blog_services {
    margin-top: 30px;
}

.insights_blog_services .insights_box {
    position: relative;
    float: left;
    width: 33.3%;
}

.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}

.insights_blog_services .insights_box picture img {
    width: 100%;
}

.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
}

.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.insights_blog_services .single_blog {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}

.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.insights_blog_services .single_blog .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}

.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-weight: bold;
    font-family: Montserrat;
}

.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}

.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}

.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}

.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}

.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}

.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
}

.know_more:hover img.c_arrow {
    margin-left: 8px;
}

.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
}

.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}

.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}

.single-post-blk .row {
    align-items: center;
}

.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}

.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}

.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.right-post-blk {
    padding-left: 20px;
    text-align: right;
}

.right-post-blk img {
    width: 100%;
}

.right-post-blk .blog_tage {
    left: 45px;
}

.mobile-view {
    display: none;
}

.ip_tracker_download_datasheet ul li a {
    cursor: pointer;
}

.right-post-blk a.know_more.mobile-view {
    display: none;
}

.smartspeaker-disclaimer {
    font-size: 13px;
    font-style: italic;
    color: #a3a3a3;
    text-align: left;
    margin-top: 30px;
}




/*================ Start Responsive =================*/

@media (min-width: 1600px) {

    .custom_container,
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }
    .overview_contant p {
        font-size: 16px;
    }
}

@media (max-width: 1599px) {
    .heading_commons {
        font-size: 34px;
    }

    .banner_blk .banner_contant p {
        font-size: 18px;
        line-height: inherit;
    }


    .robotics_capabilities_List h3 {
        font-size: 18px;
    }

    .robotics_capabilities_List ul li {
        font-size: 15px;
    }

    .rd_list_Btn a {
        font-size: 17px;
        width: 96%;
    }

    .target_services_list .target_services_list_contant h4 {
        font-size: 18px;
    }
    .dcs_key_tech_card {
        padding: 24px 16px;
    }
    .dcs_key_tech_icon img {
        width: 60px;
    }
    .dcs_key_tech_card h3 {
        font-size: 17px;
        min-height: 48px;
        margin-bottom: 15px;
    }

    .dcs_key_tech_card ul li,
    .dcs_architecture_contant p {
        font-size: 15px;
    }
    .dcs_target_services_list_contant h4 {
        font-size: 16px;
    }
    .dcs_target_services_list .dcs_target_services_list_contant {
        left: 20px;
        right: 20px;
    }
    .dcs_target_services_list .dcs_target_services_list_contant p {
        font-size: 13px;
        margin: 10px 0 0;
    }
    .dcs_fast_track {
        padding: 60px 0;
    }
    .dcs_fast_track p {
        font-size: 16px;
    }
}

@media (max-width:1280px) {
    .heading_commons {
        font-size: 30px;
    }

    .dcs_key_tech_card {
        padding: 25px 20px 30px;
    }
    
}

@media (max-width:1199px) {
    .heading_commons {
        font-size: 28px;
    }

    .rd_list_Btn a {
        font-size: 16px;
        width: 100%;
    }
     .dcs_fast_track p {
        font-size: 15px;
    }
    .dcs_key_tech_card h3 {
        font-size: 16px;
        min-height: auto;
    }
    .dcs_our_services .text_common {
        font-size: 15px;
    }
    .dcs_fast_track_btn {
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .insights_blog_services .insights_box .insights_contant {
        left: 14px;
        right: 14px;
    }

    .insights_blog_services .insights_box .insights_contant.insights_ip_tracker h4 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .insights_blog_services .insights_box {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .heading_commons {
        font-size: 24px;
    }

    .banner_blk .banner_contant p {
        font-size: 16px;
        line-height: 24px;
    }

    .target_services_list {
        max-height: 220px;
    }

    .dcs_key_tech_card h3 {
        min-height: 0;
    }

    .dcs_key_tech_icon {
        min-height: 0;
        margin-bottom: 20px;
    }

    .dcs_architecture_contant {
        margin-bottom: 30px;
    }
    .dcs_target_services_list .dcs_target_services_list_contant {
        top: 50%;
        transform: translate(0px, -50%);
    }
    .dcs_target_services_list .dcs_target_services_list_contant p {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .dcs_fast_track_contant {
        max-width: 82%;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 65px;
    }

    .dcs_key_technologies,
    .dcs_our_services {
        padding: 40px 0;
    }

    .dcs_fast_track .dcs_fast_track_contant {
        top: 8%;
        transform: translate(0px, 0%);
    }

    .dcs_fast_track p {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .dcs_fast_track_btn {
        font-size: 13px;
        padding: 10px 15px;
    }

    .banner_bg_Blk {
        height: 660px;
    }

    .banner_blk .banner_contant {
        top: 16%;
        transform: translate(0px, 0%);
    }

    .insights_blog_services .insights_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .insights_blog_services .single_blog {
        margin-bottom: 0px;
    }

    .insights_blog_services .single_blog .insights_contant {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .right-post-blk {
        padding-left: 0px;
    }

    .single-post-blk {
        padding: 15px 15px;
    }

    .single-post-blk a.know_more.desktop-view {
        display: none;
    }

    .readmpsn a.know_more.desktop-view {
        display: none;
    }

    .right-post-blk a.know_more.mobile-view {
        display: block;
        float: left;
        margin-top: 20px;
    }

    .right-post-blk a.know_more.mobile-view img.c_arrow {
        width: auto;
    }
    .dcs_fast_track_contant {
        max-width: 100%;
    }
    .dcs_key_technologies .heading_commons br {
        display: none;
    }
}

@media (max-width: 575px) {
    .target_services_list {
        max-height: 320px;
    }
}

@media (max-width: 480px) {
    .target_services_list {
        max-height: 240px;
    }
}

@media (max-width: 375px) {
    .banner_blk .banner_contant p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 320px) {
    .heading_commons {
        font-size: 21px;
    }

    .banner_blk .banner_contant p {
        font-size: 14px;
        line-height: 20px;
    }

}