@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 100px !important;
    top: 50px !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu.technologies{
    left: 10px !important;
}
}
.home_services_sec h2{font-size: 30px;}
.home_services_sec .featured-icon img{width: 80px;height: 80px;}
.home_services_sec .featured-title h5
    {
        margin: 15px 0; 
        font-size: 16px;
        /*min-height: 55px;*/
        font-weight: 600;
        color: #292884;
        letter-spacing: 0;
    }
.home_services_sec .featured-desc p{color: #888;}
.home_services_sec .featured-item 
    {
        /*border-top-left-radius: 20px; */
        background: #fff;
        margin: 10px 0;
        min-height: 360px;
        box-shadow:inset 0 0 10px #ccc;
        outline: 1px solid #ccc;
        outline-offset: -7px;
    }
.home_services_sec .featured-item:hover{box-shadow: inset 0 0 10px rgba(41,40,132,1);}
.more_invences_sec .featured-item.style-2{padding: 20px;}
.about_invences_count .counter{text-align: center;padding-left: 0;}
.about_invences_count .counter span{font-size: 30px;}
.about_invences_count .counter h5{font-size:14px;margin-top: 0;}
.about_invences_count .counter i{font-size: 55px;color: #fff;}
.empowering_bus_sec .title{font-size: 30px;}
.seo_prove .title{font-size: 30px;}
.empowering_bus_sec p{text-align: justify;}
/*.border_top_light {border-top: 1px dashed #fff;}*/

/* The actual timeline (the vertical ruler) */

.timeline_sec{ background: #fff;box-shadow: 0px 0px 10px 10px #f2f2f2;}
.timeline_sec h2{font-size: 25px;margin-bottom: 5px;color: #292884;}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #292884;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline_container {
    padding: 10px 25px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline_container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #292884;
    border: 2px solid #010e2b;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1;
    right: 15px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent #010e2b transparent #010e2b;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1;
    left: 15px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #010e2b transparent #010e2b;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 15px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    outline: 1px solid #ccc;
    outline-offset: -8px;
    border:1px solid #010e2b;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .timeline_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.rate_sec{margin-bottom: 20px;}
.rate_sec .beautypress-rating li {list-style: none; display: inline-block;}
.rate_sec .beautypress-rating li i{color: red;}
.rate_sec li:last-child i{color: #fff !important;}

.home_blog_sec .post .post-desc{padding: 30px 30px 20px;}
.home_technologies_sec .techpics img {width: 100%;height: 70px;}
.home_technologies_sec .techpics {border: 1px solid #ccc;padding: 10px;text-align: center;}
.home_technologies_sec span{font-size: 12px;color: #292884;}
.home_portfolio_sec .portfolio-item img{width: 100%;height: 300px;}
.home_portfolio_sec figcaption{display: none !important;}
.pd_lz{padding-left: 0;}
.pd_rz{padding-right: 0;}
.home_whychoose_sec .box_sec{padding: 10px;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
.home_whychoose_sec .box_sec h5{color: #fff;}
.home_whychoose_sec .box_sec h6{color: #fdfdfd;}
#mc-form{display: flex;}
.subscribe-form{width: 100%;}
#mc-form input[type="text"] {
    width: 60%;
    border: 2px solid #e2dfdf;
    background: #ffffff;
    border-radius: 5px;
    color: #111121;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    margin-right: 5px;
}
#mc-form input[type="email"] {
    width: 100%;
    border: 2px solid #e2dfdf;
    background: #ffffff;
    border-radius: 5px;
    color: #111121;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    margin-right: 5px;
}
#mc-form .btn{width: 30%;}
.social-icons li{margin: 3px;}
.social-icons li a{width: 35px !important;height: 35px !important;line-height: 35px !important;}
#header-wrap .container{max-width: 100%;padding: 0 30px;}
#header-wrap .navbar-nav .nav-link{font-size: 14px;/*color: #292884;*/}
.map_section iframe{width: 98%;}
.home_technologies_tabs .tab.style-2 .nav-tabs .nav-link{width: calc(100% / 7);padding: 10px 5px;font-size: 15px;}
.technologies_inner {text-align: center;}
.technologies_inner_list ul li{color:#000;list-style: square;}
.technologies_inner img {width: auto;height: 55px;margin-bottom: 10px;}
.technologies_inner span{color: #292884;}
.sidebar-links{text-align: left;}
.sidebar-links h4{font-size: 18px;margin-bottom: 25px;color: #292884;font-weight: 600;}
.pdl_z{padding-left: 0;}
.text_jsty{text-align: justify;}
.text_cntr{text-align: center;}
.work-process h4{margin-bottom: 20px;margin-top: 30px;}
.process-inner img {height: auto;}
.work-process p{margin-bottom: 20px;}
.work-process .tw-work-process p{color: #292884;}
/*.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
    background-position: left center;
}*/
.work-bg-pattern img {
    position: absolute;
    left: 0;
    bottom: 385px;
}
.tw-work-process {
    text-align: center;
}
.process-wrapper {
    width: 100px;
    background-color: #32cc73;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 15px;
}
.d-table {display: table!important;}
.process-inner {vertical-align: middle;text-align: center;}
.d-table-cell {display: table-cell!important;}
.work-process {z-index: 2;}
.bg-orange {background: #FA6742 !important;}
.bg-blue {background: #478FFF !important;}
.bg-yellow {background: #FFB72F !important;}
.benfits_sec img{width: 100%;}
.benfits_sec {padding: 15px;box-shadow: inset 0 0 10px #dcdcdc;}
.box-contact h4{margin-bottom: 20px;text-align: center;color: #fff;}
.box-contact .btn{
    width: 100%;
    box-shadow: unset;
    border: 1px solid #fff;
    padding: 8px 0;}
.box-contact .form-control {
    height: 40px;
    border-radius: 0;
    font-size: 13px;
    background:  #fff;
    border: 1px solid #fff;
    box-shadow: unset;
}
.theme-bg .form-control:focus { 
    border-color: #fff !important;
}
nav.page-breadcrumb {
    display: none;
}
.services_bg_inner{
    background-image: url(../images/bl_bg_invences.jpg);
    padding: 50px 0;
}
.title{font-size: 20px;}
.main_top_inner{text-align: center;}
.main_top_inner .title:before{left: 40%;}
.services_bg_inner .section-title{margin-bottom: 15px;}
.services_bg_inner .title{color: #292884;}
.services_bg_inner p{color: #fff;}
.services_bg_inner ul li{color: #fff;}
.footer_top img{height: 100px;}
.why_hire_inner ul li {
    margin: 10px 0;
    font-size: 16px;
}
.talktoexpert_form{
    background-image: url(../images/bl_bg_invences.jpg);
    padding: 50px 0;
}
.talktoexpert_form input{margin-bottom: 10px;height: 50px;}
.talktoexpert_form textarea{margin-bottom: 10px;/*height: 50px;*/}
.talktoexpert_form .form-control:focus {
    box-shadow: none;
    background: #ffffff;
    border-color: #292884;
}
.talktoexpert_form .form-control:hover {
    border-color: #292884;
}
.talktoexpert_form .btn{text-align: center !important;background: #292884;color: #fff;width: auto;}
.talktoexpert_form{text-align: center;}
.talktoexpert_form .title{color: #292884;}
.talktoexpert_form p{color: #fff;}
.talktoexpert_form .title:before{left: 50%;}
.border_sec .title:before{width: 100%;left: 0;}
.feedback_sec h6, .feedback_sec span, .feedback_sec a{color: #fff;}
.phone_numbers_box {
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    padding: 10px;
}
.phone_numbers_box a{color: #000;font-size: 20px;}
.phone_numbers_box img{margin-bottom: 10px;}
.technologies_used_inner .title{text-align: center;}
.technologies_used_inner .title:before{left: 50%;}
.technologies_used_inner .languages{
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 10px;
}
.page-title.grey-bg{
    background-image: url(../images/dgm_invences_bg.png) !important;
    padding: 100px 0;
    position: relative;
    margin-top: 100px;
}
.page-title.grey-bg::before {
    background: rgba(0, 0, 0, 0.24) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-title h1{color: #292884;}
.page-title p{color: #fff !important;}
.tools_built_sec{text-align: left;}
.tot_sec{display: flex;}
.icon_sec img{margin-right: 20px;height: 80px;}
.cont_sec h5{color: #292884;}
.why_total_box{text-align: center;}
.why_total_box img{margin-bottom: 20px;}
.why_total_box p strong{color: #000;}
.why_choose_buss {text-align: center;}
.why_choose_buss .title:before{left: 50%;}
.why_choose_buss p{margin-bottom: 40px;}
.hire_buss {text-align: center;}
.hire_buss .title:before{left: 50%;}
.hire_btn a{background: #292884;color: #fff;}
.hire_btn a:hover{background: #292884;color: #fff;}
.invences_slider {height: 550px !important;margin-top: 100px;}
.invences_slider h1{font-size: 45px;}
.invences_slider .owl-carousel .owl-nav.disabled, .invences_slider .owl-carousel .owl-dots.disabled {
    display: block;
}
.invences_slider .owl-carousel .owl-nav{bottom: 40px;}
.widget{border-radius: 10px;}

::placeholder {
    color: #ccc !important;
}
.faqs_figures_table tr td {
    text-align: right;
    padding: 0 30px;
}
.fac_row {display: flex;}
.facts_figures_inner p{
    font-size: 17px;
    width: 25%;
    text-align: right;
    margin-right: 20px;
}
.facts_figures_inner span{font-size: 17px;}
.awards_rec_inner {text-align: center;}
.awards_rec_inner .title:before{left: 45%;}
.left_align_fmt{text-align: left;} 
.left_align_fmt .title:before{left: 0%;}
.left_align p{text-align: left;}
.left_align p strong{font-size: 17px;color: #000;}
html {scroll-behavior: smooth;}
.list_right img{width: 100%;}
.list_left ul li{padding: 5px 0;list-style: square;margin-left: 20px;}
.industries_inner .featured-item{box-shadow: 0px 0px 20px rgba(0,0,0,0.2);}
.industries_inner .featured-item{min-height: 240px;}
.industries_inner .featured-icon img {height: 130px;}
.technologies_list ul li {
    list-style: none;
    background: #292884;
    margin-bottom: 10px;
    padding: 12px;
    color: #fff;
    border-left: 5px solid #0000005c;
    border-radius: 10px;
}
.technologies_list ul li a{color: #fff;font-size: 17px;}
.why_choose_tech{text-align: center;}
.why_choose_tech .title:before{left: 50%;}
.tech_box {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    padding: 10px;
    margin-bottom: 30px;
    min-height: 172px;
}
.tech_use_sec{text-align: center;}
.tech_use_sec .title:before{left: 45%;}
.tech_use_sec fieldset{border: 1px solid #292884;min-height: 105px;border-radius: 10px;}
.tech_use_sec legend {width: auto;text-align: center;color: #292884;font-size: 18px;}
.tech_use_sec .tec_use_box{text-align: center;margin-bottom: 30px;box-shadow: 0px 0px 15px rgba(0,0,0,0.1);border-radius: 10px;}
.hire_tech{text-align: center;}
.hire_tech .title:before{left: 45%;}
.contact_main{text-align: center;}
.contact_main .title{text-align: center;}
.contact_main .title:before{left: 45%;}
.contact_form_sec{
    background-image: url(../images/bl_bg_invences.jpg);
    padding: 50px 0;
}
.contact_form_sec input[type=text]{width: 100%;margin-bottom: 10px;height: 50px;padding: 10px;}
.contact_form_sec input[type=mail]{width: 100%;margin-bottom: 10px;height: 50px;padding: 10px;}
.contact_form_sec textarea{width: 100%;margin-bottom: 10px;padding: 10px;}
.contact_form_sec select{width: 100%;margin-bottom: 10px;padding: 10px;}
.contact_form_sec input[type=checkbox]{margin-right: 10px;margin-bottom: 10px;}
.cont_sub_btn{text-align: center;}
.cont_sub_btn button{background: #292884;color: #fff;padding: 10px 60px;}
.contact_form h5{color: #292884;text-align: center;}
.req_sec span{color: #fff;font-size: 17px;}
.req_sec {background: #2928846b;margin: 20px 0;padding: 10px 0;}
.case_studies_head{padding-bottom: 100px;}
.career_main{text-align: center;}
.career_main .title:before{left: 45%;}
.available_positions .section-title{text-align: center;}
.available_positions .title:before{left: 45%;}
.available_positions .featured-item.style-2 {padding: 30px;outline: 2px solid #292884;outline-offset: -5px;}
.available_positions .featured-item.style-2 p{min-height: 160px;}
.available_positions .featured-title h5 {margin: 10px 0 20px;}
.career_details{text-align: center;}
.career_details .title:before{left: 45%;}
.position_apply_sec{
    background-image: url(../images/bl_bg_invences.jpg);
    padding: 50px 0;
}
.apply_btn_sec a{background: #292884;color: #fff;padding: 10px 40px;}
.apply_btn_sec a:hover{background: #292884;color: #fff;}
.position_apply_sec h6{color: #fff;}
.position_apply_sec input[type=text]{border:1px solid #fff;border-radius:5px;width: 100%;margin-bottom: 10px;height: 50px;padding: 10px;}
.position_apply_sec input[type=mail]{border:1px solid #fff;border-radius:5px;width: 100%;margin-bottom: 10px;height: 50px;padding: 10px;}
.position_apply_sec input[type=file]{border:1px solid #fff;border-radius:5px;background: #fff;width: 100%;margin-bottom: 10px;height: 50px;padding: 10px;}
.form_apply_btn{text-align: center;}
.form_apply_btn .btn{background: #292884;color: #fff;padding: 10px 40px;}
.technologies_main .sidebar-links ul li{list-style: none;}

.clients_slide_sec{padding: 60px 0; box-shadow: 0px 0px 10px 10px #f2f2f2;}
.clients_slide_sec .owl-carousel.owl-loaded{text-align: center;}
.clients_slide_sec .testimonial-content{background: unset;padding: 10px;display: flex;}
.clients_slide_sec .testimonial-content img{margin: 0 10px;height: 90px;width: 180px;padding: 5px;}
.clients_slide_sec .testimonial {background: unset;margin: 0;}
.clients_slide_sec .testimonial:before {border-top: unset;}
.clients_slide_sec .owl-carousel .owl-stage-outer{padding-bottom: 0;}




@media screen and (max-width: 600px) {
    .page-title.grey-bg{margin-top: 120px;}
    #header-wrap.fixed-header{position: relative;}
    .invences_slider {height: auto !important; margin-top: 120px;}
    .invences_slider h1{font-size: 30px;}
    .invences_slider .owl-carousel .owl-nav{bottom: -60px;}
	.home_technologies_sec .techpics img{width: auto;}
	#mc-form{display: block;}
	#mc-form input[type="text"] {width: 100%;margin-bottom: 5px;}
	#mc-form input[type="email"] {width: 100%;margin-bottom: 5px;}
	#mc-form .btn{width: 100% !important;}
    .home_technologies_tabs .tab.style-2 .nav-tabs .nav-link {width: 100%;}
    .work-bg-pattern img{display: none;}
    .facts_figures_inner p{width: 35%;}
    .pd_lz {padding-left: 15px;}
    .footer_top{text-align: center;}
    .clients_slide_sec .testimonial-content {display: block;}
    .clients_slide_sec .testimonial-content img {margin: 5px 0;}
}