* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
        color: #fc585b;
    }

button,
input,
textarea {
    outline: none !important;
}


form {
    margin-top: 0;
}

img {
    height: auto;
    max-width: 100%;
}

.clearfix {
    clear: both;
}

.full-container {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

.container_content {
    margin: 0 auto; /* overflow: hidden;*/
    padding: 0 80px;
}

.menu_nav {
    float: right;
    padding-top: 0.5em;
}

.container_content .navbar-header {
    width: 100%;
}
/* ul.nav.navbar-nav.navbar-right li a {
     color: #000;
 }*/
ul.nav.navbar-nav.navbar-right li a {
    color: #000;
    font-weight: bold;
    padding: 0.8em 0;
    position: relative;
    background: none !important;
}

ul.nav.navbar-nav.navbar-right li {
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
}

.navigation_menu {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

/*.outer_section {
    padding: 30px 0px;
}*/

section {
    position: relative;
}

.navigation_menu {
    background: none;
    border: none;
}

.content,
.product_heading,
.product_dec {
    padding: 15px 0px 40px;
}

.work_text { /* padding:10px 0px 20px; */
    padding: 1.1em 0 4em;
}

.carousel-indicators.development_carousel_indiactor_listing {
    left: 0;
    bottom: inherit;
    display: inline-block;
    top: 100%;
    margin-top: -10px;
    margin-left: 0;
    width: auto;
}

    .carousel-indicators.development_carousel_indiactor_listing .active {
         background-image: linear-gradient(to left, #2439FF, #9000FF);
        width: 38px !important;
        height: 10px;
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}

/*div#carousel-example-generic .carousel-inner {
    padding-bottom: 40px;
}*/

li.development_carousel_indiactor_list {
    border: 1px solid #2439FF !important;
    width: 38px !important;
    height: 8px;
    border-radius: 0 !important;
}

.heading_content {
    padding: 1em 0;
}

.dec {
    padding: 3em 0px 5em;
    text-align: left;
}

.description {
    padding: 0.5em 0 1.2em;
}

.digital_product_banner {
    position: relative;
    padding-left: 40px;
}

.arrow_img {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    z-index: 1;
    display: inline-block;
}

.line_height {
    line-height: 1.3em;
}

button.learn_btn {
    padding: 0.6em 1em;
    outline: none !important;
    background: #fc585b;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
    border-radius: 4px;
    word-spacing: 0.1em;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc585b), to(#ff6a31));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #fc585b, #ff6a31);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #fc585b, #ff6a31);
    /* IE 10 */
    background: -ms-linear-gradient(top, #fc585b, #ff6a31);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #fc585b, #ff6a31);
}

.button {
    display: inline-block;
}

.product_section {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.theme_clr { /*color: #ee4f31;*/
}

.theme_clr {
    /* color: #ee4f31; */
    background: -webkit-linear-gradient(-63deg, #fc3d85, #ffab55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.masking_imagee img {
    /*max-height: calc(100vh - 230px);*/
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.theme_scroll_clr {
    color: #fc8c67;
}

.arrow_img_sec .arrow_botton {
    position: absolute;
    content: "";
    width: 1px;
    height: 65px;
    left: 50%;
    top: -68px;
    background: #fc8c67;
}

.arrow_botton span {
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    position: absolute;
    transform: rotate(45deg);
    left: -3px;
    border-color: #fc8c67;
    bottom: 0;
}

.arrow_img_sec {
    position: relative;
}

.product_subheading h3:before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: 50%;
    background: #fc8c67;
    width: 1px;
    height: 30px;
}

.product_subheading h4:before {
    content: '';
    position: absolute;
    top: -40px;
    bottom: 0px;
    left: 50%;
    background: #fc8c67;
    width: 1px;
    height: 30px;
}

.product_subheading {
    padding: 58px 5px 0px;
}

    .product_subheading h3 {
        position: relative;
        padding: 5px 0px 0px;
    }

    .product_subheading h4 {
        position: relative;
        padding: 5px 0px 0px;
    }

.service_block {
    height: 19vw;
}

.service_col { /*  padding-top: 20px;*/
}

.service_chhosing_block {
    margin-top: 3em;
    padding-bottom: 2em;
}

.service_content {
    padding: 20px 40px;
    text-align: center;
}

.service_heading {
    padding: 10px 0px;
}

.product_dec p {
    line-height: 1.65em;
}

.border_box {
    border: 1px solid #46474c;
    background: #fff;
    transition: background 0.5s ease;
}

.service_content {
    padding: 0px 2.5vw;
    text-align: center;
    position: relative;
    top: 20%;
    /* margin-top: -25%; */
    transition: all 0.5s ease;
}

.service_dec {
    visibility: hidden;
    opacity: 0;
}

.border_box:hover .service_content {
    top: 10%;
}

.service_img {
    min-height: auto;
    height: 6em;
}

    .service_img img {
        width: auto;
        height: 100%;
    }

.border_box:hover .service_dec {
    visibility: visible;
    opacity: 1;
}

.service_col,
.carousel_section,
.clients_section,
.carrer_section,
.contact_content {
    text-align: center;
}

.border_box:hover {
    background: #343851;
    color: #fff;
}

.digital_product_image {
    text-align: center;
}

.carousel_content {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: left;
    padding-left: 70px;
    z-index: 1;
    padding-top: 40px;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
}

.carousel_dec {
    float: left;
    max-width: 685px;
    width: calc(100% - 9em);
    position: relative;
}

.carousel_num {
    width: 8em;
    float: left;
    display: inline-block;
    height: auto;
    margin-right: 14px;
    position: relative;
}
/* .item.carousel_img {height: 700px;}*/
.item.carousel_img img {
    width: 100%;
}

.clearfix {
    clear: both;
}

.carousel_arrow {
    position: absolute;
    top: 50%;
    opacity: 1;
    width: auto;
    height: auto;
    bottom: initial;
    margin-top: -25px;
    background: #fff !important;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px dashed #000;
    border-left: none;
}

span.slider_arrow {
    position: absolute;
    left: 15px;
    height: 1px;
    display: block;
    right: 10px;
    background: #fc6461;
    top: 50%;
    transition: all 0.3s ease;
}

    span.slider_arrow:before {
        content: "";
        width: 7px;
        height: 7px;
        left: 0;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #fc655e;
        position: absolute;
        transform: rotate(45deg);
        top: -3px;
    }

a.left.carousel_arrow {
    left: -1px;
}

a.right.carousel_arrow {
    right: -1px;
    left: inherit;
    transform: rotate(180deg);
}

.carousel_arrow:hover,
.carousel_arrow:focus {
    opacity: 1;
}

    .carousel_arrow:hover span.slider_arrow {
        left: 5px;
    }

.carousel_dec:after {
    position: absolute;
    /* content: ""; */
    top: 12px;
    left: -15px;
    width: 1px;
    background: #fff;
    bottom: 10px;
}

.clients_dec {
    padding: 15px 0px;
}

.clients_name_dec {
    padding: 0px 0px 20px;
}

.clients_dec {
    text-align: center;
    position: relative;
    /*    padding-left: 80px;
    padding-right: 80px;*/
}
/* a.left.carousel_arrow.carousel_arrow_client_left.carousel-control {top: 0;left: -120px;}
 a.right.carousel_arrow.carousel-control.carousel_arrow_client_right {top: 0;right: -120px;}*/
/*slick slide editing start...........*/
/* .slick-slide.slick-current img {width: 90px;height: 60px;}*/
.clients_section {
    height: 120px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

section.variable.slider {
    padding-left: 50px;
    padding-right: 50px;
}

button.slick-arrow {
    position: absolute;
    top: 5%;
    opacity: 1;
    bottom: initial;
    background: none;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-indent: -9999;
    border-radius: 0;
    border: none;
    outline: none !important;
    color: #fff !important;
    overflow: hidden;
}

    button.slick-arrow:before {
        content: "";
        position: absolute;
        left: 15px;
        height: 1px;
        display: block;
        right: 10px;
        background: #fc6461;
        top: 50%;
        transition: all 0.3s ease;
    }

    button.slick-arrow:after {
        content: "";
        width: 7px;
        height: 7px;
        left: 15px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #fc655e;
        position: absolute;
        transform: rotate(45deg);
        top: 50%;
        margin-top: -3px;
        transition: all 0.3s ease;
    }

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow {
    right: 0px;
    left: inherit;
    transform: rotate(180deg);
}

button.slick-arrow:hover:before,
button.slick-arrow:hover:after {
    left: 5px;
}
/*slick slide editing end...........*/
.carrer_outer_section {
    padding-top: 20px;
}

.career_image img {
    width: 100%;
}

.fun_image { /* height: 600px;*/
}

.career_image.work_image img { /* height: 630px;*/
}

.work_image { /* height: 600px;*/
}

.career_image.work_image img { /* height: 688px;*/
}

.work_text_sec {
    text-align: right;
    padding-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0.75;
}

.food_img {
    padding-top: 10px; /*  height: 290px;*/
}
/*.food_img {height: 350px;}*/
.career_image {
    padding: 0px 8px;
    position: relative;
}

.work_carasouel {
    margin: 0 8px 8px;
}

.food_img {
    padding-top: 10px;
}

.work_carasouel {
    text-align: left;
    border: 1px solid #343851;
    background: #343851; /* margin-bottom: 15px;*/
}

span.arrow_both_icon {
    background: #fff;
    padding: 15px;
    border: 1px dashed #000;
}

    span.arrow_both_icon svg {
        fill: #ff5f2b !important;
        width: 60px;
        height: 60px;
        padding: 13px;
    }

.arrow_icon svg {
    fill: #ff5f2b !important;
}

.work_dec {
    padding: 15px 15px;
    text-align: left;
}

.work_dec_heading { /* padding: 1em 0px 0.8em; */
    padding: 1em 0px 1.5em;
}

.work_btn {
    display: inline-block;
    padding: 4em 0px 0;
}

    .work_btn .learn_btn {
        border-radius: 0;
    }

.button_sec {
    text-align: center;
    padding-right: 15px;
}

.work_dec_content {
    color: #ddd;
}

.carousel-indicators.work_carasouel_indiactor {
    bottom: 0px !important;
}
/* .work_carasouel_item {padding: 20px 5px;}*/
.no_padding {
    padding: 0;
}

.no_margin {
    margin: 0;
}

.contact_subheading {
    text-align: left;
    padding-bottom: 15px;
}

.contact_outer_section {
    border: 1px solid #343851;
    background: #343851;
}

.contact_outer {
    padding: 25px 10px 40px;
}

.contact_dec { /* padding-right: 6em;*/
    padding-top: 20px;
    text-align: left;
    color: #ddd;
    max-width: 330px;
}

    .contact_dec p.line_height {
        line-height: 1.4em;
    }

.phone_contact {
    padding: 25px 0px;
}

.contact_tab {
    border-bottom: none !important;
    padding: 12px 0px;
}
    /* .nav-tabs>li.active>a,
 .nav-tabs>li.active>a:focus,
 .nav-tabs>li.active>a:hover {color: #ee4f31;background: none;cursor: default;border: none;border-bottom: 4px solid #ee4f31;}
 .nav-tabs>li>a:hover {border-color: none;}
 .nav>li>a:focus,
 .nav>li>a:hover {text-decoration: none;background: none;border: none;color: #ee4f31;}
 .nav-tabs>li>a {border: none;}*/
    /*ul.nav.navbar-nav li:hover a {color: #fc585b;transition: 0.3s ease;}*/
    .contact_tab li a {
        color: #fff;
    }

.social_link {
    padding: 25px 0px;
}

a.social_icon svg {
    width: 1em;
    height: 1em;
    display: inline-block;
}

a.social_icon {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.5em;
    background: #fff;
    margin-right: 2px;
    transition: all 0.3s ease;
}

.discussion_section {
    text-align: left;
    padding: 2.3em 20px;
}

.discussion_section_outer { /* background: url(../images/Image_2.png); opacity: 0.8; background-repeat: no-repeat; background-size: cover;*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fa3c8f), to(#ff875a));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(left, #fa3c8f, #ff875a);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(left, #fa3c8f, #ff875a);
    /* IE 10 */
    background: -ms-linear-gradient(left, #fa3c8f, #ff875a);
    /* Opera 11.10+ */
    background: -o-linear-gradient(left, #fa3c8f, #ff875a);
    position: relative;
    border-left: 6px solid #fff;
}

    .discussion_section_outer:before {
        background: url(../../../../storage/app/media/images/image_2.png); /*background-color: #fc585b;*/
        opacity: 1;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.discussion_section p {
    padding: 1.4em 0;
}

.contact_outer_sec {
    height: 550px;
    display: inline-block;
    margin-bottom: 60px;
}

.discussion_section_img {
    padding-top: 50px;
}
/* button.discussion_btn {padding: 16px 15px;background: #fff;border: 4px solid #ee4f31;border-radius: 5px;color: #000;}*/
.discussion_section_btn {
    padding: 1.2em 0px 0;
}

.further_discussion_arrow img {
    padding: 6px 10px 10px 5px;
}

.discussion_section_text {
    width: 400px;
    float: left;
}

.discussion_section_img_outer {
    width: calc(100% - 400px);
    float: left;
}

.further_discussion_arrow {
    border: none;
    background: none;
    padding: 0.25em 0.6em;
    margin-left: 0;
    display: inline-block;
    position: absolute;
    right: 0.5em;
    top: 0.7em;
}

span.further_discussion_arrow svg {
    height: 1em;
    width: 1em;
    fill: #000;
}

.footer_section {
    background-color: #eee;
}

.product_overview {
    padding: 1.8em 0px;
    opacity: 0.8;
}

.contact_listing {
    list-style: none;
    padding-top: 1em;
    padding-left: 0;
}

.contact_list a {
    padding-bottom: 0.85em;
    padding-left: 1em;
    position: relative;
    margin: 0;
    display: block;
    font-size: 0.95em;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.listing_content {
    padding: 10px;
}

.contact_list a:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 0.6em;
    background: #000;
    top: 0.6em;
    transition: all 0.3s ease;
}

.contact_list a:hover {
    padding-left: 1.5em;
    opacity: 1;
}

    .contact_list a:hover:before {
        width: 1em;
    }

.condition_section .contact_listing { /*  padding-top: 0;*/
}

.condition_section { /*  padding-top: 20px;*/
}

.footer_section_col {
    padding: 0px 15px;
}

.logo_image img {
    height: auto;
    width: 15em;
}

.product_overview p {
    line-height: 1.65em;
}

.item.carousel_img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
}

ul.contact_listing a {
    color: #000;
    text-decoration: none;
}
/* .footer_product_overview { width: 500px; display: inline-block; float: left;}
 .footer_listing_product_overview {width: calc(100% - 500px);float: left;}*/
.copyright_sec {
    padding: 20px 0px;
    text-align: center;
}

    .copyright_sec p a {
        color: #000;
    }

        .copyright_sec p a:hover {
            text-decoration: none;
        }

.footer_sec {
    padding-bottom: 50px;
}

a span.glyphicon.glyphicon-chevron-right,
a span.glyphicon.glyphicon-chevron-left {
    color: #F44336 !important;
    font-size: 1.5em;
}

.carousel-indicators.content_carousel_indicator li {
    border: 1px solid #fc8c67;
}

.clients_name_dec {
    padding: 0px 0px 50px;
}
/* ul.contact_listing a li:hover {padding-left: 20px;opacity: 1;color: #000;transition: 0.3s all ease;}*/
button.learn_btn:hover { /* background: #fff;color: #fc585b;box-shadow: 0px 0px 7px 1px #fc585b;transition: all 0.3s ease;*/
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.26);
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff6a31), to(#fc585b));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ff6a31, #fc585b);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ff6a31, #fc585b);
    /* IE 10 */
    background: -ms-linear-gradient(top, #ff6a31, #fc585b);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ff6a31, #fc585b);
}

button.discussion_btn {
    padding: 0.8em 3.8em 0.8em 0.5em;
    background: #fff;
    border: 4px solid #fc6387;
    border-radius: 0;
    color: #000;
    font-size: 1.3em;
    text-align: left;
    position: relative;
    outline: none !important;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.02);
}

    button.discussion_btn svg,
    button.discussion_btn span {
        transition: all 0.3s ease;
    }

    button.discussion_btn:hover span {
        background: -webkit-linear-gradient(-63deg, #fc3d85, #ffab55);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

        button.discussion_btn:hover span.further_discussion_arrow {
            background: none;
        }

    button.discussion_btn:hover svg {
        fill: #ffab55;
    }

    button.discussion_btn:hover {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10);
    }

a.social_icon:hover {
    background: transparent;
}

    a.social_icon:hover svg { /* fill: #fff; */
    }
/*button.btn_disscuss_sec:hover .further_discussion_arrow {background: transparent;color: red;box-shadow: 0px 0px 0px 1px #000;}
 button.discussion_btn.btn_disscuss_sec:hover {background: transparent;color: #fff;border: 4px solid;box-shadow: 0px 0px 6px 1px #fff;}*/
.career_image.fun_image { /*  height: 600px;*/
}
/*service-col editing.................................*/
.development_service_block_dec {
    padding: 0 0 1.2em;
}

.development_service_block_listing {
    display: inline-block;
    border: 1px solid #fc8c67;
    padding: 20px;
    border-radius: 50%;
}

.development_service_list_section {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    min-width: 12%;
    position: relative;
}

    .development_service_list_section:before {
        content: "";
        position: absolute;
        left: -12px;
        right: -12px;
        height: 1px;
        top: 14px;
        background: #ddd;
    }
/*.development_service_listing_section:before {position: absolute;content: "";top: 42px;background: #27252545;height: 2px;left: 0;right: 216px;}*/
.development_service_listing_section {
    position: relative;
    text-align: left;
    padding: 20px 0px;
}

.development_service_block_listing {
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    margin-bottom: 20px;
    width: 2em;
    height: 2em;
    position: relative;
    z-index: 1;
    background: #fff;
}

.development_service_list__text_section {
    display: inline-block;
    margin: 0px 60px;
}
/* .development_service_text_block {padding: 15px;}*/
/*.development_service_block {padding: 25px;}*/
#case_studies_slide .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 1px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 0 2px;
    opacity: 0.7;
}

#case_studies_slide .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background-color: #fff;
    opacity: 1;
}

.client_comma_icon {
    width: 3.5em;
    position: absolute;
    transform: rotate(180deg);
    height: 3.5em;
    top: 50%;
    margin-top: -40px;
}

    .client_comma_icon svg {
        fill: #fc665d;
        transform: scaleX(0.8);
    }

.end_icon.client_comma_icon {
    right: 0;
    transform: rotate(0);
    top: 0.7em;
    margin-top: 0;
}

.clients_name_dec {
    text-align: center;
}

.start_icon.client_comma_icon {
    left: 0;
    top: 0;
    margin-top: 0;
}

.clients_dec p {
    font-style: italic;
}

div#clients_text_slider .carousel-inner { /* padding-left: 100px;padding-right: 100px;*/
    padding-bottom: 30px;
}

#clients_text_slider .carousel-indicators li {
    background: #fff;
    border-color: #000;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    margin: 0 2px;
    transition: all 0.3s ease;
}

    #clients_text_slider .carousel-indicators li.active {
        background: #ddd;
        opacity: 0.9;
    }

.client_carousel_sec {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}

button.navbar-toggle {
    background: none !important;
    border: none;
    margin-right: 0 !important;
    transition: all 0.3s ease;
}

.navbar-toggle .icon-bar {
    background-color: #000;
    transition: all 0.3s ease;
}

    .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }

.navbar-toggle.collapsed .icon-bar {
    transform: none;
    opacity: 1;
}
/*service*/
section.sercice_top_content {
    background-image: url(../../../../storage/app/media/images/service_outsorce_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #343851;
    border-top: 1px solid #ff6a31;
}

    section.sercice_top_content .content_color {
        color: #ccc;
    }

.development_service_block_heading h3 {
    font-weight: 900;
}

.service_col_heading {
    width: 40%;
    padding-right: 25px;
    float: left;
}

.service_col_data {
    width: 60%;
    float: left;
}

    .service_col_data p.content_color {
        font-weight: 300;
        color: #666;
    }

        .service_col_data p.content_color.bold_text {
            font-weight: bold;
        }

.service_row_outer .service_column_block:nth-child(even) {
    background: #f0f0f0;
}

.service_column_block {
    padding-top: 4em;
    text-align: left;
    padding-bottom: 3em;
}

.development_service_block_heading p {
    color: #999;
    font-weight: bold;
}
/*- input ====================================*/
/*input*/
.input_main {
    display: flex;
    position: relative;
    width: 100%;
}

.control-label {
    color: #fff !important;
    font-weight: normal;
    pointer-events: none;
    position: absolute;
    transform: translate3d(3px, 18px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
    font-size: 1.12em;
}

.input_main.focused .control-label {
    opacity: 0.90;
    transform: translate3d(3px, 0px, 0) scale(0.95);
    font-size: 0.95em;
}

.input_main.input_with_icon.focused .control-label {
    transform: translate3d(-49px, -25px, 0) scale(0.95);
}

.input_textbox {
    align-self: flex-end;
    padding: 1.1em 10px 0.5em 3px !important;
    display: block;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background: none;
    color: #fff !important;
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none;
    font-size: 1.12em;
}

    .input_textbox::-webkit-input-placeholder {
        color: transparent;
        transition: 240ms;
    }

    .input_textbox:focus::-webkit-input-placeholder {
        transition: none;
    }

.input_main.focused .input_textbox::-webkit-input-placeholder {
    color: #bbb;
}

.input_file_upload .input_textbox::-webkit-input-placeholder {
    color: #666 !important;
    text-transform: uppercase;
}
/*placeholder*/
.input_textbox.placeholder_open::-webkit-input-placeholder {
    color: #bbb;
    transition: none;
}

.input_textbox.placeholder_open:focus::-webkit-input-placeholder {
    transition: none;
}

.input_main.focused .input_textbox::-webkit-input-placeholder {
    color: #bbb;
    transition: none;
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none;
}

label.error {
    position: absolute;
    bottom: -14px;
    left: 3px;
    font-size: 0.75em;
    color: #ff7075;
    right: 0;
    text-align: left;
}

.input_main.required:before {
    content: "";
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background: #ff7075;
    bottom: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.input_main.required.error:before {
    width: 100%;
}

.discussion_content_outer {
    position: relative;
    overflow: hidden;
}

.discussion_content {
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.discussion_form {
    transition: all 0.5s ease;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.discussion_content_outer.open_form .discussion_content {
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.discussion_content_outer.open_form .discussion_form {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.discussion_form .input_main {
    margin-top: 1em;
}
/*send button*/
.send_button_animate {
    font-size: 1.4em;
    overflow: visible;
    border-radius: 0;
    position: relative;
    padding-right: 2em;
    background-color: #ffffff;
    border: 3px solid #fd6e7f;
    color: #3b405b;
    margin: 1.5em 0 0;
    height: 2.3em;
    width: 6em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

    .send_button_animate:hover {
        background-color: #ddf7ff;
    }

        .send_button_animate:hover svg {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            -ms-transform: rotate(10deg);
            transform: rotate(10deg);
            -webkit-transition: -webkit-transform 0.15s;
            -moz-transition: -moz-transform 0.15s;
            -o-transition: -o-transform 0.15s;
            -ms-transition: -ms-transform 0.15s;
            transition: transform 0.15s;
        }

    .send_button_animate p {
        padding: 0.35em 0;
    }

    .send_button_animate svg {
        position: absolute;
        top: 0.3em;
        right: 0.5em;
        height: 1.5em;
        width: auto;
        -webkit-transition: -webkit-transform 0.15s;
        -moz-transition: -moz-transform 0.15s;
        -o-transition: -o-transform 0.15s;
        -ms-transition: -ms-transform 0.15s;
        transition: transform 0.15s;
    }

        .send_button_animate svg path {
            fill: #fb4799;
        }

    .send_button_animate.clicked {
        background-color: #f6f6f5;
        border: 2px solid #fc588d;
        color: #3b405b;
        padding-right: 0;
        -webkit-animation: bounce-in 0.3s;
        -moz-animation: bounce-in 0.3s;
        -o-animation: bounce-in 0.3s;
        -ms-animation: bounce-in 0.3s;
        animation: bounce-in 0.3s;
        cursor: default;
    }

        .send_button_animate.clicked svg {
            -webkit-animation: flyaway 1.3s linear;
            -moz-animation: flyaway 1.3s linear;
            -o-animation: flyaway 1.3s linear;
            -ms-animation: flyaway 1.3s linear;
            animation: flyaway 1.3s linear;
            top: -80px;
            right: -1000px;
        }

            .send_button_animate.clicked svg path {
                fill: #fefdfd;
            }

@-moz-keyframes flyaway {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 15px;
        height: 30px;
    }

    5% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 0px;
        height: 30px;
    }

    20% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        top: 13px;
        right: -70px;
        height: 45px;
    }

    40% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: -40px;
        right: -130px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        top: -200px;
        right: -500px;
        height: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes flyaway {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 15px;
        height: 30px;
    }

    5% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 0px;
        height: 30px;
    }

    20% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        top: 13px;
        right: -70px;
        height: 45px;
    }

    40% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: -40px;
        right: -130px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        top: -200px;
        right: -500px;
        height: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes flyaway {
    0%;

{
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 15px;
    height: 30px;
}

5% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: 13px;
    right: 0px;
    height: 30px;
}

20% {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 13px;
    right: -70px;
    height: 45px;
}

40% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    top: -40px;
    right: -130px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    top: -200px;
    right: -500px;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

}

@keyframes flyaway {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 15px;
        height: 30px;
    }

    5% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: 13px;
        right: 0px;
        height: 30px;
    }

    20% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        top: 13px;
        right: -70px;
        height: 45px;
    }

    40% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        top: -40px;
        right: -130px;
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        top: -200px;
        right: -500px;
        height: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce-in {
    0% {
        padding-right: 30px;
    }

    40% {
        padding-right: 6px;
    }

    50% {
        padding-left: 30px;
    }

    100% {
        padding-left: 6px;
    }
}

@-webkit-keyframes bounce-in {
    0% {
        padding-right: 30px;
    }

    40% {
        padding-right: 6px;
    }

    50% {
        padding-left: 30px;
    }

    100% {
        padding-left: 6px;
    }
}

@-o-keyframes bounce-in {
    0%;

{
    padding-right: 30px;
}

40% {
    padding-right: 6px;
}

50% {
    padding-left: 30px;
}

100% {
    padding-left: 6px;
}

}

@keyframes bounce-in {
    0% {
        padding-right: 30px;
    }

    40% {
        padding-right: 6px;
    }

    50% {
        padding-left: 30px;
    }

    100% {
        padding-left: 6px;
    }
}
/*industry*/
.service_with_bg_image {
    margin-top: 3em;
    margin-bottom: 2em;
    text-align: center;
    display: block;
}

.service_heading_bg {
    padding-left: 1.7em;
    padding-right: 1.7em;
    margin-top: -3.8em;
}

    .service_heading_bg h4 {
        background-color: #fff !important;
        display: block;
        width: 100%;
        padding: 0.6em 0;
        position: relative;
        line-height: 1.3em;
        transition: all 0.5s ease;
    }

.service_image {
    overflow: hidden;
}

    .service_image img {
        width: 100%;
        transition: all 0.5s ease;
        transform: scale(1);
    }

.service_with_bg_image:hover .service_image img {
    transform: scale(1.1);
}

.service_with_bg_image:hover .service_heading_bg h4 {
    color: #000;
}

.sercice_landing_top {
    background: #343851;
    text-align: center;
    color: #ddd;
    padding-top: 2em; /* padding-bottom: 2.5em;margin-bottom: -3.5em; */
    border-top: 1px solid #ff6a31;
}

    .sercice_landing_top .heading_content {
        padding: 1em 0;
        width: 66%;
        margin: 0 auto;
        font-size: 1.1em;
        padding-bottom: 2em;
    }

        .sercice_landing_top .heading_content h3 {
            line-height: 1.4em !important;
        }

    .sercice_landing_top .dec {
        text-align: center;
    }

.top_extra_space {
    margin-top: 2em;
}

.caps_font {
    text-transform: uppercase;
}

.more_icon {
    width: 5em;
    height: 5em;
    display: inline-block;
    background: #ff6a31;
    border-radius: 50%;
    padding: 1em;
}

    .more_icon svg {
        fill: #fff;
        width: 100%;
        height: 100%;
    }

.more_service.border_box:hover .service_content {
    top: 20%;
}

.border_box {
    cursor: pointer;
}

.service_dec button {
    padding: 0.4em 0.8em;
    margin-top: 0.5em;
}

.service_chhosing_block .service_img {
    height: 7em;
}

ul.nav.navbar-nav.navbar-right li ul.dropdown-menu {
    left: 0;
    right: auto;
    padding: 0;
    border-top: 4px solid #ff6a31;
}

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu:before {
        content: "";
        position: absolute;
        left: 2em;
        top: -0.7em;
        background: #ff7538;
        width: 1em;
        height: 1em;
        transform: rotate(-45deg);
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu li {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1;
        background: #fff;
    }

        ul.nav.navbar-nav.navbar-right li ul.dropdown-menu li a {
            font-weight: 400!important;
            padding-left: 0.8em;
            padding-right: 0.8em;
        }

ul.dropdown-menu li:first-child {
    display: none;
}

ul.nav.navbar-nav.navbar-right li.active a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    bottom: -4px;
    background: #ff6a31;
}

ul.nav.navbar-nav.navbar-right li.active ul.dropdown-menu li a:before {
    display: none;
}

ul.nav.navbar-nav.navbar-right li a:hover {
    color: #ff6a31;
}
/*industry*/
section.industry_top_content {
    background-image: url(../../../../storage/app/media/images/industry_heading_banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}

section.industry_hot_content {
    background-image: url(../../../../themes/chimera/assets/css/images/Low_No_Banner.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}

.industry_service_image {
    width: 100%;
    padding: 0 25px;
    text-align: center;
}

.service_row_outer.lift_right_image_section .service_column_block:nth-child(even) {
    background: #fff;
}

    .service_row_outer.lift_right_image_section .service_column_block:nth-child(even) .service_col_heading {
        float: right;
    }

.lift_right_blog_heading {
    width: 60%;
    float: right;
    padding-bottom: 20px;
}

.service_row_outer.lift_right_image_section .service_column_block:nth-child(even) .lift_right_blog_heading {
    float: left;
}

.carousel_dec .button {
    margin-top: 15px;
}

    .carousel_dec .button button.learn_btn {
        border-radius: 0;
    }

ul.nav.nav-tabs.contact_tab a {
    border: none;
    background: none;
    font-size: 1.2em;
    font-weight: 300;
}

ul.nav.nav-tabs.contact_tab .active a {
    border-bottom: 4px solid #e84633;
    color: #e84633;
}
/*contact*/
section.contact_top_content {
    background-image: url(../../../../storage/app/media/images/contact_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
    height: 75vh;
    position: relative;
    margin-bottom: -20vh;
}

    section.contact_top_content .container_content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20vh;
        margin-bottom: -20px;
    }

.outer_section.contact_content_sec {
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 15px;
    color: #333;
}

.contact_outer.contact_main {
    padding: 15px;
}

.contact_main .contact_dec {
    color: #333;
    margin-top: 50px;
}

.contact_main .contact_tab {
    border-bottom: none !important;
    padding: 12px 0px;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 22;
}

.contact_main ul.nav.nav-tabs.contact_tab a {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 15px;
}

.contact_main ul.nav.nav-tabs.contact_tab .active a {
    color: #e84633;
}

.contact_main .contact_dec a {
    color: #000;
}

.contact_main a.social_icon {
    border-color: #333;
    margin-right: -4px;
    font-size: 1.2em;
    padding: 0.5em 0.7em 0.4em;
}

    .contact_main a.social_icon:hover { /* box-shadow: inset 0 0 0 50px #000; */
    }

.map_outer {
    position: relative;
    overflow: hidden;
    width: 100%; /*  height: 100%; */
}

    .map_outer:before {
        top: 0;
        bottom: 0;
        left: 0;
        content: "";
        position: absolute;
        background: url(../../../../storage/app/media/images/map_white_opecity.png);
        background-repeat: repeat-y;
        width: 10%;
        background-size: 100%;
        background-position: left;
    }

.contact_from_outer {
    width: 66%;
    float: left;
}

.contact_form_conact .discussion_section_img_outer {
    width: 34%;
}

.contact_from_outer .discussion_section,
.contact_from_outer .contact_form {
    width: 50%;
    float: left;
    padding: 5em 2.5em;
}

.contact_from_outer .discussion_form {
    transition: all 0.5s ease;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    text-align: left;
}

.contact_outer_sec .discussion_section_outer:before {
    background: url(..storage/app/media/images/image_2.html);
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.contact_from_outer .contact_form {
    padding-right: 20px;
    padding-left: 3.5em;
}

.form_with_border .input_textbox {
    border: 1px solid #fff !important;
    padding-top: 0.8em !important;
    margin-bottom: 18px;
}

.form_with_border .control-label {
    transform: translate3d(2px, 10px, 0) scale(1);
    padding: 0 3px;
}

.form_with_border .input_main.focused .control-label {
    opacity: 1;
    transform: translate3d(5px, -10px, 0) scale(0.95);
    font-size: 0.95em;
    background: #ec6874;
    z-index: 2;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0.75);
}

.map_outer img { /*  min-height: 100%; */
    min-width: 100%; /*   max-width: none; */
}

section.about_top_content {
    background-image: url(../../../../storage/app/media/images/about_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 1em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
    text-align: center;
}

    section.about_top_content .outer_section {
        padding-bottom: 0;
        padding-top: 30vh;
    }

.about_heading_text .description {
    padding-bottom: 0;
}

.about_heading_text {
    width: 80%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    max-width: 540px;
}

.about_midd_sec .midd_col {
    width: 50%;
    float: left;
    border: 2px solid #ddd;
    padding: 2em 4em 3.5em;
    background: #fff;
    margin-left: -1px;
    margin-right: -1px;
}

.about_midd_content p {
    line-height: 1.6em;
}

.about_midd_icon img {
    width: auto;
    max-height: 15vw;
}

.midd_col.midd_col_right {
    margin-top: 25%;
}

.about_midd_content h4 {
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}

.midd_col_left .about_midd_content h4 {
    padding-top: 0;
}

.heading_about_team {
    position: absolute;
    bottom: 0;
    left: 80px;
    right: 80px;
    background: #fff;
    padding: 15px 15px 5px;
}

    .heading_about_team h4 {
        padding-bottom: 5px;
    }

.heading_about_team {
    position: relative;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px 15px 10px;
    width: 70%;
    margin: -4em auto 0;
}

.team_content_text {
    padding: 0 1em;
}

    .team_content_text p {
        line-height: 1.6em;
    }
/*timeline*/
.timeline_outer {
    display: table;
    width: 100%;
    border: none;
}

.timeline_dot {
    display: table-cell !important;
    position: relative;
    margin: 0 !important;
    float: none !important;
}

    .timeline_dot:before {
        position: absolute;
        content: "";
        left: 0px;
        right: 0;
        top: 2px;
        height: 16px;
        background: #ff7e53;
    }

.timeline_outer .timeline_dot:first-child:before {
    left: 50%;
}

.timeline_outer .timeline_dot:last-child:before {
    right: 50%;
}

a.timeline_dot_line {
    display: inline-block !important;
    position: relative;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

    a.timeline_dot_line span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #ff5f2b;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    a.timeline_dot_line p {
        margin-top: 10px;
    }

    a.timeline_dot_line:hover span,
    .active a.timeline_dot_line span {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.30);
    }

.about_timeline,
.developement_round_ourter {
    margin-top: 4em;
    margin-bottom: 5em;
}

.about_timeline_content {
    height: 190px;
    position: relative;
}

.time_line_data_image {
    width: 100px;
    float: left;
}

.time_line_data_text {
    width: calc(100% - 100px);
    float: left;
    padding-left: 12px;
}

    .time_line_data_text p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; /* overflow: hidden; */
        overflow-y: auto;
        text-overflow: ellipsis;
        margin-top: 0.1em;
    }

.arrow_active {
    bottom: calc(100% - 0px);
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    z-index: -1;
    border-color: #ff6a31 transparent;
    border-style: solid;
    border-width: 0px 10px 60px 10px;
    height: 0px;
    width: 0px;
    transform: rotate(180deg);
    opacity: 0;
    -webkit-transition-property: opacity;
    /* Safari */
    -webkit-transition-duration: 0.1s;
    /* Safari */
    -webkit-transition-delay: 0s;
    /* Safari */
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-delay: 0s;
}

.active .arrow_active {
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-delay: 0.3s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.3s;
}

.about_timeline_content .tab-pane {
    max-width: 500px;
    width: 40%;
    border: 1px solid #ff895d;
    background: #fff;
    padding: 12px;
    box-shadow: inset 1px 0px 12px #ddd;
    text-align: left;
    position: absolute;
    bottom: 60px;
    right: 0;
    -webkit-transition-duration: 0.6s;
    /* Safari */
    transition-delay: 0.2s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.2s;
}

    .about_timeline_content .tab-pane:nth-child(1) {
        left: 0;
    }

    .about_timeline_content .tab-pane:nth-child(2) {
        left: 5%;
    }

    .about_timeline_content .tab-pane:nth-child(3) {
        left: 10%;
    }

    .about_timeline_content .tab-pane:nth-child(4) {
        left: 20%;
    }

    .about_timeline_content .tab-pane:nth-child(5) {
        left: 25%;
    }

    .about_timeline_content .tab-pane:nth-child(6) {
        left: 35%;
    }

    .about_timeline_content .tab-pane:nth-child(7) {
        left: 45%;
    }

    .about_timeline_content .tab-pane:nth-child(8) {
        left: 50%;
    }

    .about_timeline_content .tab-pane:nth-child(9) {
        left: 55%;
    }
/*round timeline*/
.developement_round_ourter {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.big_round {
    width: 35vw;
    height: 35vw;
    background: #ff5f2b;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.round_data_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

    .round_data_text p {
        color: #fff;
        font-weight: 500;
    }

        .round_data_text p span {
            display: block;
        }

.round_sec, .round_three, .round_four {
    position: absolute;
    left: 50%;
    top: -3px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.70);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    z-index: 2;
}

    .round_sec:before, .round_three:before, .round_four:before, .big_round:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        border-radius: 50%;
        z-index: 1;
    }

.big_round:before {
    background: #ff5f2b;
}

.round_sec {
    width: 28vw;
    height: 28vw;
    margin-left: -14vw;
    z-index: 2;
}

    .round_sec:before {
        background: #fe5732;
    }

.round_three {
    width: 20vw;
    height: 20vw;
    margin-left: -10vw;
    z-index: 3;
}

    .round_three:before {
        background: #fe5d3e;
    }

.round_four {
    width: 12vw;
    height: 12vw;
    margin-left: -6vw;
    z-index: 4;
}

    .round_four:before {
        background: #fb305d;
    }

span.development_bottom_arrow {
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    bottom: -1.6vw;
    left: 50%;
    margin-left: -1.25vw;
    z-index: 2;
}

    span.development_bottom_arrow svg {
        fill: #fff;
        width: 100%;
        height: 100%;
    }

.round_outer_text {
    position: absolute;
    width: 20vw;
    text-align: right;
    right: calc(100% + 13vw);
    bottom: 45px; /*    z-index: -1;*/
    max-width: 220px;
}

.round_line {
    position: absolute;
    left: calc(100% + 40px);
    width: 15vw;
    background: #ddd;
    height: 1px;
    top: 50%;
}

    .round_line:before {
        width: 1vw;
        height: 1vw;
        content: "";
        position: absolute;
        background: #fc3867;
        left: -0.5vw;
        top: -0.5vw;
        border-radius: 50%;
    }

.round_outer_text.text_right {
    left: calc(100% + 13vw);
    right: initial;
    text-align: left;
}

.text_right .round_line {
    left: initial;
    right: calc(100% + 40px);
}

    .text_right .round_line:before {
        left: initial;
        ;
        right: -0.5vw;
    }

.big_round .round_outer_text.text_left {
    right: 100%;
}

.big_round .round_outer_text.text_right {
    left: 100%;
}

.round_sec .round_outer_text.text_left {
    right: calc(100% + 6vw);
}

.round_sec .round_outer_text.text_right {
    left: calc(100% + 6vw);
}

.round_three .round_outer_text.text_left {
    right: calc(100% + 11vw);
}

.round_three .round_outer_text.text_right {
    left: calc(100% + 11vw);
}

.round_four .round_outer_text.text_left {
    right: calc(100% + 12vw);
}

.round_four .round_outer_text.text_right {
    left: calc(100% + 12vw);
}

.round_four .round_data_text {
    bottom: 40px;
}
/*after cms change*/
.service_chhosing_block .service_img > div {
    height: 100%;
}

.service_img > div {
    height: 100%;
}

.service_img > .more_icon {
    height: 5em;
    width: 5em;
}

p.errors.visible {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    color: rgba(255, 255, 255, 0.6);
}

.form_with_border p.errors.visible {
    bottom: 0;
}

section.sercice_top_content.sharepoint_bg_image {
    background-image: url(../../../../storage/app/media/images/sharepoint-services-2.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

section.sercice_top_content.service_team_extension {
    background-image: url(../../../../storage/app/media/images/managed-team-extensions.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
/*sticky nevigation*/
header {
    height: 100px;
}

nav.navbar.navbar-default.navigation_menu {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    background: #fff;
}

.logo_image img, .menu_nav {
    transition: all 0.3s ease;
}

nav.navbar.navbar-default.navigation_menu.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.078);
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixed-header .logo_image img {
    width: 11em;
}

.fixed-header .menu_nav {
    padding-top: 0;
}

.industry_service_image img {
    width: auto;
    max-height: 280px;
}
/*news*/
.news_top_content {
    background-image: url(../../../../storage/app/media/images/news.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #343851;
    border-top: 1px solid #ff6a31;
}

    .news_top_content p {
        color: #fff;
    }

.news_main .development_service_block_heading h3 {
    font-weight: 300;
    margin-bottom: 0.5em;
    margin-top: 0.1em;
}

.news_main .development_service_block {
    padding-right: 20px;
}

.news_image {
    display: inline-block;
    border: 3px solid #ddd;
}

.read_more_btn {
    margin-top: 5px;
}

.learn_btn {
    padding: 0.6em 1em;
    outline: none !important;
    background: #fc585b;
    color: #fff !important;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    border-radius: 4px;
    word-spacing: 0.1em;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fc585b), to(#ff6a31));
    background: -webkit-linear-gradient(top, #fc585b, #ff6a31);
    background: -moz-linear-gradient(top, #fc585b, #ff6a31);
    background: -ms-linear-gradient(top, #fc585b, #ff6a31);
    background: -o-linear-gradient(top, #fc585b, #ff6a31);
}

.news_main .development_service_block_dec p {
    display: block;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word; /* Important for long words! */
}

.news_main .development_service_block_heading p {
    color: #fc8c67;
}

section.blog_top_content {
    background-image: url(../../../../storage/app/media/images/blog.html);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
    margin-bottom: 30px;
}

a.service_with_bg_image.blog_main {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease;
    margin-top: 2.5px;
}

    a.service_with_bg_image.blog_main:hover {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.30);
    }

.blog_content {
    padding: 15px;
    text-align: left;
}

    .blog_content h4 {
        color: #000;
        margin-bottom: 0.6em;
    }

span.more_arrow {
    width: 1em;
    display: inline-block;
    height: 1em;
    vertical-align: middle;
    position: relative;
    transition: all 0.3s ease;
}

    span.more_arrow:before, span.more_arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        transition: all 0.3s ease;
    }

    span.more_arrow:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        top: 50%;
        background: #000;
    }

    span.more_arrow:after {
        width: 7px;
        height: 7px;
        border-width: 1px 1px 0 0;
        border-color: #000;
        margin-top: -3px;
        border-style: solid;
        right: 0;
        transform: rotate(45deg);
    }

p.more {
    margin-top: 10px;
    font-size: 0.9em;
    color: #fc8c67;
}

a:hover span.more_arrow {
    width: 1.3em;
}

    a:hover span.more_arrow:before {
        background: #fc8c67;
    }

    a:hover span.more_arrow:after {
        border-color: #fc8c67;
    }

.discussion_content_outer.open_form .discussion_form {
    position: relative;
}

div#genericForm_forms_flash > .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: auto;
    z-index: 2;
}

.alert-success {
    color: #343851;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0;
}
/*Blog-content-page*/
section.blog_top_content.blog-single-post.aos-init.aos-animate {
    background-image: none;
    background-size: cover;
    padding-top: 5em;
    padding-bottom: 10em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
    margin-bottom: 30px;
    position: relative;
}

.outer_section.blogpost-heading {
    margin: 0 auto !important;
    text-align: center;
    max-width: 800px;
}

h4.text_sm.main-title.blog-title {
    font-weight: 600;
    font-size: 3em;
}

p.info.date {
    padding: 0;
    font-weight: 500;
    font-size: 1.2em;
}

.container_content.blog_body_content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 !important;
}

.container_content.blog_body_content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 !important;
    border: 1px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-top: -150px;
    position: relative;
    background: #fff;
    margin-bottom: 50px;
}

.outer_section.blog-main-content {
    padding: 50px;
}

.featured-images.text-center.blog-content-image.blog-post-image {
    padding-top: 20px;
}

    .featured-images.text-center.blog-content-image.blog-post-image img {
        width: 100%;
        height: auto;
    }

.content.blog-post-detail p {
    font-size: 1.2em;
    line-height: 1.8em;
}
/*blog navigation*/
.blog-navigation {
    position: absolute;
    top: -5em;
}

    .blog-navigation.blog-left {
        left: 0;
    }

    .blog-navigation.blog-right {
        right: 0;
    }

.blog-navigation-link {
    transition: all 0.3s ease;
}

.left.blog-navigation-link {
    left: 0 !important;
}

.right.blog-navigation-link {
    right: 0 !important;
}

.blog-navigation-link.carousel_arrow:hover { /*background: transparent !important;*/ /*transform: translateY(-25%);*/
}
/*.right.blog-navigation-link:hover {height:100px;transform: translateY(-25%) rotate(180deg) !important;}*/
.next-prev-blog {
    position: absolute;
    height: 80px;
    top: 50%; /* background: #fff;*/
    text-align: left;
    width: 250px;
    left: 100%;
    margin-top: -40px;
    overflow: hidden;
    padding-left: 10px;
    transition: all 0.5s ease;
}

.right .next-prev-blog {
    transform: rotate(-180deg);
    padding-left: 0;
    padding-right: 10px;
}

.next-prev-img {
    height: 80px;
    width: 80px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

    .next-prev-img img {
        width: auto;
        height: 100%;
        max-width: none;
    }

.next-prev-heading {
    width: calc(100% - 80px);
    float: left;
}

.right .next-prev-img {
    float: right;
}

.next-prev-heading {
    width: calc(100% - 100px);
    float: left;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px;
}

.right .next-prev-heading {
    left: initial;
    right: 100px;
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
}

.next-prev-img, .next-prev-heading {
    opacity: 0;
    -webkit-transition: -webkit-all .5s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1), -webkit-all .5s cubic-bezier(.645, .045, .355, 1);
}

.next-prev-img {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}

.next-prev-heading {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.left .next-prev-img {
    transform: translateX(-100%) scale(0);
}

.right .next-prev-img {
    transform: translateX(100%) scale(0);
}

.left .next-prev-heading {
    transform: translateX(-160%) translateY(-50%);
}

.right .next-prev-heading {
    transform: translateX(160%) translateY(-50%);
}

.next-prev-blog {
    pointer-events: none;
}

.left.blog-navigation-link.carousel_arrow:hover .next-prev-img,
.right.blog-navigation-link.carousel_arrow:hover .next-prev-img {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.left.blog-navigation-link.carousel_arrow:hover .next-prev-heading,
.right.blog-navigation-link.carousel_arrow:hover .next-prev-heading {
    transform: translateX(0) translateY(-50%);
    opacity: 1;
}

.news-title {
    font-size: 1em;
}

section.career_top_content {
    background-image: url(../../../../storage/app/media/images/careers_top_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 3em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}

.carrer_section.career_collase {
    margin-top: 50px;
}

.work_sec.career_midd_top {
    margin-top: -80px;
}

.career_midd_bottom {
    margin-top: 15px;
}

.career_midd_bottom {
    margin-top: 15px;
    padding: 22px; /* height: 413px;*/
    text-align: center;
}

.career_content ul {
    font-weight: 300;
    padding-top: 15px;
}

.career_content ul {
    font-weight: 300;
    padding-top: 30px;
    padding-left: 24px;
    list-style: circle;
    text-align: left;
    position: relative;
}

    .career_content ul:before {
        position: absolute;
        top: 14px;
        left: 25%;
        right: 25%;
        height: 1px;
        background: #fff;
        content: "";
        opacity: 0.7;
    }

.career_content h4 {
    padding: 10px 0;
}

.career_content ul li {
    margin-bottom: 8px;
}

.career_content_bottom {
    text-align: center;
    margin-top: 29px;
}

.career_work_icon {
    margin-bottom: 10px;
}

.career_people_say .timeline_content_data {
    text-align: left;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
}

.career_people_say .slick-initialized .slick-slide {
    width: calc(50vw - 130px);
    height: auto !important;
    outline: none !important;
}

.people_say {
    background: #f1f1f1;
    padding-top: 4em;
    padding-bottom: 3em;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}

.about_timeline.career_timeline {
    margin-top: 0;
}

.profile_image_says {
    width: 8em;
    height: 8em;
    float: left;
    overflow: hidden;
    border: 9px solid #fff;
    border-radius: 6px;
    transform: rotate(45deg);
    box-shadow: 4px -3px 8px #ddd;
}

    .profile_image_says img {
        width: 140%;
        height: 140%;
        max-width: none;
        transform: rotate(-45deg) translateY(-20%);
    }

.profile_say_image_outer:after {
    display: table;
    content: "";
    clear: both;
}

.profile_say_image_outer {
    display: inline-block;
    float: left;
    position: relative;
}

.says_icon {
    width: 2.2em;
    height: 2.2em;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1.1em;
    overflow: hidden;
    background: #ff6a31;
    border-radius: 1px;
    transform: rotate(45deg);
    padding: 0.4em;
}

    .says_icon svg {
        width: 100%;
        height: 100%;
        fill: #fff;
        transform: rotate(-45deg);
    }

.profile_data_says {
    width: calc(100% - 12em);
    float: right;
    padding-top: 0.7em;
}

.career_people_say button.slick-arrow {
    top: 50%;
    margin-top: -25px;
}

.career_people_say button.slick-arrow {
    top: 50%;
    margin-top: -35px;
    background: rgba(255, 255, 255, 0.8);
    height: 60px;
    width: 35px;
}

    .career_people_say button.slick-arrow:hover {
        background: rgba(255, 255, 255, 1);
    }

.says_content_text {
    margin-top: 8px;
    font-style: italic;
}

h4.post_count {
    float: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    background: #ff6a31;
    color: #fff;
    margin-right: 6px;
    text-align: center;
    padding: 3px 5px;
}

.post_text {
    display: inline-block;
    float: left;
}

.job_post {
    display: inline-block;
    max-width: calc(25% - 5px);
    text-align: left;
    padding: 15px;
    border: 1px solid #ddd;
    margin-right: 2px;
    background: #fff;
    margin-top: 4px;
    vertical-align: middle;
}

.job_opening {
    width: 100%;
    text-align: center;
}

span.opening_count {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0.15em;
    position: relative;
}

.job_heading {
    margin-bottom: 4px;
}

.discussion_form.career_contact_form {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.carrer_section.career_collase .career_midd_bottom {
    margin-top: 8px !important;
}

.carrer_section.career_collase .career_image {
    padding: 8px 8px 8px;
}

/*media start =====================================================*/
@media (min-width:1800px) {


    .discussion_section_text {
        width: 500px;
        float: left;
    }

    .discussion_section_img_outer {
        width: calc(100% - 500px);
        float: left;
    }

    .contact_form_conact .discussion_section_img_outer {
        width: 34%;
    }
}

@media (max-width:1401px) {

    .contact_from_outer {
        width: 70%;
    }

    .contact_form_conact .discussion_section_img_outer {
        width: 30%;
    }

    .team_content_text {
        padding: 0 10px;
    }

    .about_chimera .content {
        padding-bottom: 1.5em;
    }

    .round_outer_text {
        bottom: 24px;
    }

    .round_sec .round_outer_text.text_left {
        right: calc(100% + 8vw);
    }

    .round_sec .round_outer_text.text_right {
        left: calc(100% + 8vw);
    }

    .round_three .round_outer_text.text_left {
        right: calc(100% + 13vw);
    }

    .round_three .round_outer_text.text_right {
        left: calc(100% + 13vw);
    }

    .round_four .round_outer_text.text_left {
        right: calc(100% + 15vw);
    }

    .round_four .round_outer_text.text_right {
        left: calc(100% + 15vw);
    }

    .round_four .round_data_text {
        bottom: 26px;
    }
}

@media (max-width:1240px) {


    .text_lg2 {
        font-size: 3.0em;
    }

    .container_content {
        padding: 0 50px;
    }

    .development_service_list_section {
        min-width: 9.2%;
    }
}

@media (max-width:1030px) {


    .container_content {
        padding: 0 20px;
    }

    .service_content {
        padding: 0;
        /* top: 0;*/
    }

    .service_heading_bg {
        padding-left: 1em;
        padding-right: 1em;
        margin-top: -3.7m;
    }

    .sercice_landing_top .heading_content {
        padding: 1em 0;
        width: 80%;
    }

    .service_block {
        height: 22vw;
    }

    .industry_service_image img {
        max-height: 260px;
    }

    .round_data_text {
        bottom: 18px;
    }

    header {
        height: 85px;
    }
}

@media (max-width:667px) {


    .text_xl {
        font-size: 3.2em;
    }

    .text_lg {
        font-size: 2.2em;
    }

    .text_md2 {
        font-size: 1.8em;
    }

    .text_md {
        font-size: 1.65em;
    }

    .container_content {
        padding: 0 15px;
    }

        .container_content .navbar-header {
            width: 100%;
            position: fixed;
            padding: 17px 15px;
            z-index: 9999;
            background: #fff;
            box-shadow: 0 2px 5px #00000014;
            left: 0;
            top: 0; /* added */
        }

    nav.navbar.navigation_menu {
        padding: 0;
    }

    .menu_nav {
        float: none;
        position: fixed;
        width: 14rem;
        height: calc(100vh - 80px)!important;
        top: 80px;
        right: 0;
        background: rgba(255, 255, 255, 0.58);
        padding: 2em 0;
        z-index: 1;
        -webkit-transform: translateX(100vh) scale(0.5, 0.25);
        -ms-transform: translateX(100vh) scale(0.5, 0.25);
        transform: translateX(100vh) scale(0.5, 0.25);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        z-index: 111;
    }

        .menu_nav.collapse.in {
            -webkit-transform: translateX(0) scale(1, 1);
            -ms-transform: translateX(0) scale(1, 1);
            transform: translateX(0) scale(1, 1);
            position: fixed;
            width: 100%;
            background-color: rgba(255, 255, 255, 1);
        }

    ul.nav.navbar-nav.navbar-right {
        margin: 0;
    }

    .menu_nav ul.nav li {
        text-align: left;
        margin: 0;
        padding: 0.4em 0;
        border-bottom: 1px dashed #eee;
    }

    .digital_product_image.masking_imagee {
        display: none;
    }

    .carousel-indicators.development_carousel_indiactor_listing {
        margin-top: -20px;
        right: 0;
    }

    /*.outer_section {
        padding: 30px 0px 0px;
    }*/

    /*.mobile_top_slider_img img {
        width: 60%;
    }*/

    .career_image {
        padding: 10px 0;
        position: relative;
    }

    .content,
    .product_heading,
    .product_dec {
        padding: 10px 0px 20px;
    }

    .work_text { /* padding: 10px 0px 20px; */
        padding: 1.1em 0 4em;
    }

    a.arrow_img {
        display: none;
    }

    .service_block {
        height: 70vw;
    }

    .service_col .row .border_box:nth-child(even) {
        background: #343851;
        color: #fff;
    }

    .service_col .row .border_box:nth-child(odd):hover {
        background: #fff;
        color: #343851;
    }

    .border_box .service_content {
        top: 15%;
    }

    .border_box .service_dec {
        visibility: visible;
        opacity: 1;
    }

    .product_section {
        width: 100%;
    }

    .item.carousel_img img {
        width: auto;
        height: 380px;
        max-width: none;
    }

    .carousel_content {
        padding-left: 10px;
        padding-top: 10px;
    }

    .carousel_num {
        width: 100%;
        font-size: 0.6em;
        margin: 0;
    }

    .carousel_arrow {
        margin-top: -18px;
        background: rgba(255, 255, 255, 0.65) !important;
        width: 38px;
        height: 38px;
    }

    .carousel_dec {
        width: 100%;
        padding-left: 40px;
    }

        .carousel_dec:after {
            display: none;
        }

        .carousel_dec p.text_lg {
            font-size: 2.5em;
            padding-bottom: 15px;
        }

    .client_carousel_sec {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .client_comma_icon {
        width: 2.5em;
    }

    .clients_name_dec {
        padding: 0 0 20px;
    }

    .end_icon.client_comma_icon {
        top: 100%;
        margin-top: -100px;
    }

    .clients_section {
        margin-top: 30px;
    }

    .career_image {
        padding: 10px 0;
        position: relative;
    }

    .work_text_sec {
        bottom: 10px;
    }

    .work_carasouel {
        height: auto !important;
        margin: 10px 0;
    }

    .work_btn {
        display: inline-block;
        padding: 0;
        text-align: left;
    }

    .work_dec {
        padding: 0 15px;
    }

    .button_sec {
        text-align: left;
        padding: 0 15px 35px;
    }

    .discussion_section_outer {
        border: none;
        height: auto !important;
        margin-top: 15px;
    }

    div#contactHeight {
        height: auto !important;
    }

    .discussion_section_text {
        width: 100% !important;
    }

    .discussion_section_img_outer {
        display: none !important;
    }

    .listing_content {
        padding: 0;
    }

    .footer_section_col {
        padding: 0 15px;
    }

        .footer_section_col .footer_section_col {
            padding: 0;
        }

    .dec {
        padding: 0;
    }
    /* services*/
    section.sercice_top_content {
        background-image: url(../../../../storage/app/media/images/service-top-bg.jpg);
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        padding-top: 1em;
        padding-bottom: 0;
        color: #fff;
        background-color: #343851;
        position: relative;
    }

        section.sercice_top_content:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: rgba(52, 56, 81, 0.7);
        }

        section.sercice_top_content .outer_section {
            padding: 60px 0px 30px;
        }

    .service_col_heading {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-bottom: 15px;
    }

    .service_col_data {
        width: 100%;
        float: none;
    }

    .development_service_listing_section {
        position: relative;
        text-align: left;
        padding: 0;
    }

    .development_service_list_section {
        min-width: 9.2%;
        margin-top: 25px;
    }

    .sercice_landing_top .heading_content {
        padding: 1em 0 0;
        width: 100%;
    }

    .sercice_landing_top .text_xl {
        font-size: 2.8em;
    }

    ul.nav.navbar-nav.navbar-right li.active a:before {
        display: none;
    }

    ul.nav.navbar-nav.navbar-right li a.dropdown-toggle {
        pointer-events: none;
        cursor: default;
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu:before {
        display: none;
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu {
        left: 143px;
        position: fixed;
        top: 0;
        padding-top: 2vh;
        bottom: 0;
        right: 0;
        border: none;
        box-shadow: none;
        border-left: 1px solid #ddd;
        background: #f0f0f0;
        transform: translateX(100%);
    }

    li.upercase_font.dropdown.open_dropdown {
        background: #f0f0f0;
        position: relative;
    }

    ul.dropdown-menu li:first-child {
        display: block;
        border-bottom: 2px solid #ff6a31;
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu li a {
        white-space: normal;
    }

    .job_post {
        display: block;
        max-width: 100%;
    }

    .work_sec.career_midd_top {
        margin-top: 0;
    }

    .career_people_say .slick-initialized .slick-slide {
        width: auto;
    }

    section.variable.slider {
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu li:first-child a {
        font-weight: 900;
    }

    li.upercase_font.dropdown.open_dropdown:before {
        content: "";
        left: 141px;
        top: 0;
        bottom: 0;
        background: #f1f1f1;
        z-index: 22222;
        width: 3px;
        position: absolute;
    }

    ul.nav.navbar-nav.navbar-right li ul.dropdown-menu li {
        background: #f0f0f0;
    }

    ul.nav.navbar-nav.navbar-right li.open_dropdown ul.dropdown-menu {
        transform: translateX(0);
    }
    /*industry*/
    section.industry_top_content:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(52, 56, 81, 0.7);
    }

    .lift_right_blog_heading {
        width: 100%;
    }

    .industry_service_image img {
        max-height: 180px;
    }

    div#contact_map_height {
        height: auto !important;
    }

    .map_outer {
        height: auto;
    }

        .map_outer img {
            min-height: 0;
            min-width: 100%;
            max-width: 100%;
        }

        .map_outer:before {
            display: none;
        }

    .contact_from_outer {
        width: 100%;
    }

        .contact_from_outer .discussion_section,
        .contact_from_outer .contact_form {
            width: 100%;
            float: left;
            padding: 3em 15px;
        }

        .contact_from_outer .contact_form {
            padding-top: 0;
        }

    section.contact_top_content {
        height: 50vh;
        margin-bottom: -25vh;
    }

    .about_midd_sec .midd_col {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }

    .about_midd_icon img {
        width: auto;
        max-height: 50vw;
    }

    .team_content_text {
        margin-bottom: 4em;
    }

    .about_timeline {
        position: relative;
    }

    .about_timeline_content {
        left: 90px;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto;
        position: absolute;
    }

    .timeline_outer {
        display: block;
        width: 80px;
        border: none;
    }

    .timeline_dot {
        display: block !important;
        text-align: right;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    a.timeline_dot_line {
        display: block !important;
    }

        a.timeline_dot_line span {
            float: right;
        }

        a.timeline_dot_line p {
            margin-top: 0;
            margin-right: 0;
            float: left;
            width: calc(100% - 20px);
            padding-right: 15px;
        }

    .timeline_dot:before {
        position: absolute;
        content: "";
        left: initial !important;
        right: 4px !important;
        top: 0;
        height: auto;
        bottom: 0;
        width: 16px;
        background: #ff7e53;
    }

    .timeline_outer .timeline_dot:last-child:before {
        bottom: 25px;
    }

    .timeline_outer .timeline_dot:first-child:before {
        top: 25px;
    }

    a.timeline_dot_line:after {
        display: table;
        content: "";
        clear: both;
    }

    .about_timeline_content .tab-pane {
        left: 0 !important;
        right: 0;
        width: auto;
        bottom: 5px;
        top: initial;
        height: 105px;
    }

    .time_line_data_image {
        display: none;
    }

    .time_line_data_text {
        width: 100%;
        padding-left: 0;
    }

    .about_timeline_content .tab-pane:nth-child(1) {
        top: 0;
    }

    .about_timeline_content .tab-pane:nth-child(2) {
        top: 55px;
    }

    .about_timeline_content .tab-pane:nth-child(3) {
        top: 110px;
    }

    .about_timeline_content .tab-pane:nth-child(4) {
        top: 155px;
    }

    .about_timeline_content .tab-pane:nth-child(5) {
        top: 210px;
    }

    .about_timeline_content .tab-pane:nth-child(6) {
        top: 255px;
    }

    .about_timeline_content .tab-pane:nth-child(7) {
        top: 320px;
    }

    .about_timeline_content .tab-pane:nth-child(8) {
        bottom: 185px;
    }

    .about_timeline_content .tab-pane:nth-child(9) {
        bottom: 125px;
    }

    .about_timeline_content .tab-pane:nth-child(10) {
        bottom: 70px;
    }

    .about_timeline_content .tab-pane:nth-child(11) {
        bottom: 35px;
    }

    .arrow_active {
        bottom: 50%;
        left: 100%;
        margin-bottom: -9px;
        margin-left: -8px;
        z-index: -1;
        border-color: #ff6a31 transparent;
        border-style: solid;
        border-width: 0px 12px 15px 12px;
        transform: rotate(-90deg);
    }

    .round_outer_text {
        max-width: none !important;
        left: -25vw !important;
        text-align: center !IMPORTANT;
    }

    .developement_round_ourter {
        padding-left: 0;
        padding-right: 0; /*   padding-top: 150px;padding-bottom: 150px;*/
    }

    span.development_bottom_arrow {
        position: absolute;
        width: 5vw;
        height: 5vw;
        bottom: -4vw;
        left: 50%;
        margin-left: -2.50vw;
    }

    .round_sec, .round_three, .round_four, .big_round {
        position: relative !important;
        width: 120px;
        height: 120px;
        left: 50%;
        margin-left: -60px;
        margin-bottom: 140px;
    }

    .round_outer_text.text_left {
        width: 83vw;
        bottom: initial;
        margin-left: 0;
        left: -25vw;
        top: calc(100% + 15px);
        text-align: center;
        right: inherit !important;
        position: relative;
    }

    .round_outer_text.text_right {
        width: 83vw;
        left: -25vw !important;
        text-align: center;
        right: inherit !important;
        bottom: initial;
        top: calc(100% + 20px);
        position: relative;
    }

    .round_line {
        position: absolute;
        left: 0 !important;
        width: 1em;
        height: 1em;
        display: inline-block;
        margin-top: 0;
        background: none;
        top: 0.3em;
        right: inherit !important;
        display: none;
    }

        .round_line:before {
            width: 1em;
            height: 1em;
            content: "";
            position: absolute;
            background: #fc3867;
            left: inherit;
            top: 0;
            border-radius: 50%;
        }

    span.development_bottom_arrow {
        bottom: inherit;
        top: calc(100% + 80px);
        width: 30px;
        height: 30px;
        margin-left: -15px;
        display: inline-block;
        ;
    }

        span.development_bottom_arrow svg {
            fill: #fe6239;
        }

    .contact_outer_sec {
        display: block;
    }

    .about_chimera .content {
        padding-bottom: 0.5em;
    }

    section section {
        padding-top: 1.8em !important;
    }

    .round_data_text {
        bottom: inherit;
        top: 28px;
    }

    #carousel-example-generic .carousel-inner {
        padding-bottom: 40px;
        min-height: 77vh;
    }

    .service_col .row .border_box:nth-child(even) a.service-block-link {
        color: #fff;
    }
}

@media (min-width: 668px) {
    .mobile_top_slider_img {
        display: none;
    }
}
/* CSS changes after october integration */
/*Industry field force css*/
section.industry_top_content.field-force {
    background-image: url(../../../../storage/app/media/images/field-force-tracking-systems.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}
/* end of field force css*/
/*Industry hrtech css*/
section.industry_top_content.hrtech {
    background-image: url(../../../../storage/app/media/images/chimera-webpage-photos-08.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}
/* end of hrtech css*/
/*Services analytics css*/
section.sercice_top_content.analytics {
    background-image: url(../../../../storage/app/media/images/data-analytics.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}
/* end of analytics css*/
/*Services sharepoint css*/
section.sercice_top_content.sharepoint {
    background-image: url(../../../../storage/app/media/images/sharepoint-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}
/* end of analytics css*/
/*Services extension css*/
section.sercice_top_content.team-extension {
    background-image: url(../../../../storage/app/media/images/managed-team-extensions-bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 2em;
    color: #fff;
    background-color: #373850;
    border-top: 1px solid #ff6a31;
}
/* end of analytics css*/
a.service-block-link {
    color: #333;
}

    a.service-block-link:hover {
        color: #fff;
    }

ul.nav.nav-tabs.contact_tab .active a {
    font-weight: bold;
}

span.phone-heading {
    font-weight: bold;
}

a.mailid:hover {
    color: #fff;
}

a.mailid {
    color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .news_image img {
        width: 100%;
    }

    .theme_clr {
        color: #ee4f31;
    }
}
