@import url("https://fonts.googleapis.com/css?family=Montserrat|Roboto:300");
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
@import url("../css/menu.css");
body {
  font-family: "Montserrat", sans-serif;
}
.flex-container_item-wrapper_1 {
    padding: 20px;
    display: flex;
    width: 100%;
    height: 80px;;
}
.custom_gray_bg{
  background: #dee2e6;
}
.custom_table>.table-bordered td, .table-bordered th{
  border:1px solid #c2c5c9 !important;
}
.btn-green{
    background-color: #41b14f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#9ec14c),to(#41b14f));
    background-image: linear-gradient(#9ec14c,#41b14f);
    color: #fff;
}
.home_link:hover{
    border-bottom: 3px solid red;  
}

.btn-green:hover{
    background: #41b14f;
    color: #fff;
    border-color: #41b14f;
}
.color-green{
  color: #1ca55f;
  font-size: 35px;
}
.flex-container_text_1{
  font-size: 14px;
}
.know-more-btn{
  background-color:#f06e76;
  left:100px;

  margin-top:300px;
}
.Implementation_block{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.bg_Pardot{
  background-image: url("../img/sales_force/Pardot_final.jpg");
  background-size: 100%;
}
.bg_Analytics{
  background-image: url("../img/sales_force/Analytics_final.jpg");
  background-size: 100%;
}
.bg_community{
  background-image: url("../img/sales_force/Community_Final.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_market{
  background-image: url("../img/sales_force/Marketing_Cloud_Final.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_service{
  background: #2b2935;
}
#slide4.know-more-btn{
  position: relative;
}
.custom-slider-textbox{
  top:75% !important;
  left:25% !important;
}
.top-slider-collaboration{
  background-image: url("../img/Collaboration_Inside.png");
  height:550px;
  margin-top:50px;
  background-size: 100% 100% !important;
  background-repeat:no-repeat;
  background-position:center;
}
.blockchain_bg{
  background-image: url(../img/blockchain.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 120px;
}
.big-data-analytics{
  background-image: url("../img/Big-Data-analytics.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 120px;

}
/* .chatbot_bg{
  background-image: url("../img/chatbot.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 120px;

} */
.font-30{
  font-size: 30px;
}
.chatbot_bg {
    background-image: url(../img/chatbot.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    height: 120px;
}
.datascience-bg{
  background-image: url("../img/DATA-SCIENCE-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 120px;
}
.rpa_bg{
   background-image: url("../img/rpa.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  height: 120px;

}
.w-40{
    width: 45% !important;
    height: auto !important;
   
}
.dropdown-menu{
  margin-top: -2px;
  margin-left: -30px;
}
@media(max-width:990px){
    .custom-sal-res{
        flex: 0 0 100% !important;
        margin-left:0 !important;
        max-width: 100% !important;
    }
}
@media(max-width:659px){
    .custom-sal-res{
        flex: 0 0 100% !important;
        margin-left:0 !important;
        max-width: 100% !important;
    }
   
}
.custom-big .custom-dropdown{
  margin-top: -2px;
  margin-left: -325% !important;
    overflow: hidden;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    right:100%;

    margin-left: -170px;
}
.custom-build{
    background: #d7e0ef;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(90deg);
} 

.fa-size{
  font-size:8px;
}

img {
  max-width: 100%;
}
li>.text-white{
  text-decoration: none;
  font-size: 14px;
}

.text-white {
  color: #fff;
}

.h-space-1 {
  margin-bottom: 10px;
}

.h-space-2 {
  margin-bottom: 20px;
}

.h-space-3 {
  margin-bottom: 30px;
}

.h-space-4 {
  margin-bottom: 40px;
}

.h-space-5 {
  margin-bottom: 50px;
}

.h-space-8 {
  margin-bottom: 80px;
}

.padding_5 {
  padding: 5px;
}

.lighting-max-550{
    max-height: 540px;
   
    height: 100%;
    width: 100%;
    
}
.qa-max-550{
     max-height: 540px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media(max-width:1290px){
    .qa-max-550{
    object-fit: fill !important;
    }
}
.migration-max-550{
     max-height: 540px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    
}
.support-max-550{
    max-height: 540px;
    height: 100%;
    width: 100%;
   object-fit: cover;
    
}
.max-550{
  max-height: 540px;
    height: 100%;
    width: 100%;
     
    
}
@media(max-width:1060px){
    .custom-wrap{
        flex-wrap: wrap;
    }
    .custom-wrap .card{
        max-width: 40rem;
    }
}
.bhoomi-max-550{
    max-height: 540px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}  
    @media(min-width:760px) and (max-width:1280px){
        .custom-mt-5{
            margin-top: 3rem;
        }
    }

.border-radius_6 {
  border-radius: 6px;
}


.slider_carousel-indicators {
  right: initial;
  margin-left: 10%;
}
.slider_carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.slider-textbox {
  position: absolute;
  top: 45%;
  left: 2%;
  width: 80%;
}

@media screen and (min-width: 992px) {
  .slider-textbox {
    width: 30%;
  }
}
.slider-textbox_header {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
@media (max-width:420px){
  .slider-textbox_header {
    font-size: 7px;
   
  }
  .slider-textbox {
    top: 45%;
    width: 32%;
  }
}
@media (max-width:820px){
  .slider-textbox_header {
    font-size: 10px !important;
   
  }
  .slider-textbox {
    top: 25%;
    width: 31% !important;
  }
}
@media screen and (min-width: 767px) {
  .slider-textbox_header {
    font-size: 35px;
    line-height: 38px;
  }
}
.slider-textbox_sub-text {
  font-size: 16px;
  font-weight: 500;
  text-transform: initial;
  line-height: initial;
  margin-top: 20px;
}

.slider-heading {
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.slider-text {
  font-size: 16px;
  color: #fff;
}

.slider-controllers {
  width: 56px;
  bottom: 23px;
  position: absolute;
  right: 10%;
}
.slider-controllers .carousel-control-prev {
  opacity: 1;
}
.slider-controllers .carousel-control-next {
  opacity: 1;
}
.slider-controllers_icons {
  transform: skew(22deg);
  color: #fff;
}

.slider-next {
  width: initial;
  background-color: #138de2;
  display: inline-block;
  transform: skew(-22deg);
  padding: 13px 14px 6px;
}
.custom-sal-btn{
    background: #a8cf45 !important;
}
.custom-force-btn{
    background: #179bd7 !important;
}
.slider-prev {
  width: initial;
  background-color: #138de2;
  display: inline-block;
  transform: skew(-22deg);
  padding: 13px 14px 6px;
}

.custom-header {
  display: block;
  font-size: 25px;
}

@media screen and (min-width: 576px) {
  .custom-header {
    font-size: 38px;
  }
  
}
.custom-header--font-24 {
  font-size: 24px;
}
.custom-header--bold {
  font-weight: bold;
}
.custom-header--text-white {
  color: #fff;
}
.custom-header--sub-text {
  font-size: 14px;
  /* line-height: 34px; */
}
.custom-header--h-bar {
  border-bottom: 3px solid #ffce0b;
  width: 60px;
  height: 6px;
  display: inline-block;
}

.custom-header--padding-top-testing {
  padding-top: 50%;
}
.custom-col-bg{
    background: #f9f7f7;
}
@media screen and (min-width: 576px) {
  
  .custom-header--h-bar {
    display: block;
  }
  
}
.banner-middle-container_text-small p{
  font-size: 14px;
}
@media(max-width:950px){
.banner-middle-container_text-small p{
  font-size: 12px;
}
}
.custom-sa-text{
  margin-top: -20px;
}
@media(max-width:767px){
  .top-img-auto{
    height: auto !important;
  }
  .custom-big-data{
    display: flex;
    
    height: 400px !important;
  }
  .custom-btn {
    padding: 7px !important;


  }
  .top-slider_android-native-page{
    height: 420px !important;
   
  }
  .iot-secong-header{
    display: none;
  }
  .top-slider-ai{
    height: auto !important;
  }
  .top-slider-payment{
    height: auto !important;  
  }
  .top-sales_Customization{
      height:auto !important;
  }
  .top-slider-video-solutions{
    height: auto !important; 
  }
  .top-slider-automotive-page{
    height: auto !important;
  }
  .top-slider_rpa{
    height: auto !important;
  }
  .top-slider_chatbots{
    height: 350px !important;
  }
  .banner-middle-container_text-small p{
    
    width: 40%;
    float: right;
    margin-top: -40px ;

  }
  .top-slider-collaboration{
    height: 210px !important;
    margin-top: 50px;
  }
.top-slider_datascience{

  height: auto !important;

}
  .top-slider-block-chain{
   
    height: auto !important;
   
  }
  .top-slider-sales_implementation{
margin-top: 58px;
    height: 100% !important;
      margin-bottom: 3rem;

  }
    .custom-top{
        margin-top: 3rem;
    }
  .top-sales_integration{
      height: auto !important;
  }
  .top-sales_tools{
      height: auto !important;
  }
}
.custom-header--padding-top {
  padding-top: 12%;
}
.custom-header--padding-top-about-us{
  padding-top: 15%;
}
.custom-header--padding-top_automotive {
  padding-top: 100px;
}
.icon-text-box_image {
  /* width: 50px; */
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.icon-text-box_header {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.icon-text-box_text {
  font-size: 16px;
  display: block;
}

.bg-gray {
  background-color: #e6e6e6;
}

.bg-light-gray {
  background-color: #f7f8f9;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #0d1d3e;
}

.bg-dark-blue {
  background-color: #1b50b1;
}

.ios-native-application-bg {
  background-image: url("../img/ios_native/ios-native-bg-2.jpg");
  background-size: cover;
  
  background-position: left;
}
@media screen and (min-width: 767px) {
  .ios-native-application-bg {
    background-image: url("../img/ios_native/ios-native-bg.jpg");
    background-position: left;
    background-size: cover;
 
  }
}

.android-native-application-bg {
  background-image: url("../img/android-native/android-native-bg.jpg");
  background-size: cover;
  background-position: left;
 
}
@media screen and (min-width: 767px) {
  .android-native-application-bg {
    background-position: left;
    background-size: cover;
    
  }

}

.custom-btn {
  padding: 8px 50px;
  border-radius: 30px;
}
.custom-btn--bordered {
  border: 1px solid #138de2;
  background-color: #fff;
}
.custom-btn--bordered:hover {
  background-color: #138de2;
  color: #fff;
}
.custom-btn--bordered-blue {
  background-color: #138de2;
  color: #fff;
}
.custom-btn--bordered-blue:hover {
  border: 1px solid #fff;
  color: #fff;
}
.custom-btn--with-bg {
  background-color: orange;
  color: #fff;
}
.custom-btn--with-bg:hover {
  background-color: #fff;
  border: 1px solid #138de2;
  color: #138de2;
}

.custom-navbar {
  background-color: #0d1d3e !important;
}

.header-line {
  border-top: 10px solid #138de2;
}


.top-slider {
  margin-right: -15px;
  margin-left: -15px;
  background-size: cover;
}
.top-slider_home-page {
  background-image: url("../img/main-slider.jpg");
  height: 708px;
}

.top-slider_ios-native-page {
  background-color: #f7f8f9;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .top-slider_ios-native-page {
    background-image: url("../img/ios-native-banner.jpg");
    height: 515px;
    background-position-x: 50%;
  }


  .top-slider-ecommerce-page{
  background-image: url("../img/e-commerce/header_bg1.png");
 
  height: 550px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
}
.top-slider_mobility-page {
  background-image: url("../img/mobility/main_bg.jpg");
  height: 718px;
  background-position: bottom;
  background-size: cover;
}
.top-slider_android-native-page {
  background-image: url("../img/android-native/android_bg.jpg");
  height: 515px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.top-slider_software-testing-page {
  background-color: #2e308c;
  height: initial;
  background-position-x: 50%;
  background-size: cover;
}

.top-slider_staff-agumentation-page {
  /*background-color: #2e308c;*/
  /* height: initial;
  background-position-x: 50%;
  background-size: cover; */
  background-image: url("../img/staff_agumentation/staffbg.jpg");
   background-size: cover;
  height: 450px;
  background-repeat: repeat;
}

/* .top-slider-iot-page {
  height: initial;
  background-position-x: 50%;
  background-size: cover;
  background-image: url("../img/staff_agumentation/staffbg.jpg");
} */

@media screen and (min-width: 767px) {
  .top-slider_software-testing-page {
    background-color: #fff;
    background-image: url("../img/software-testing/theme_img.png");
    background-size: 100% 100%;
    height: 550px;
    background-repeat: repeat;
  }
  .top-slider_staff-agumentation-page {
    /*background-color: #fff;*/
    background-image: url("../img/staff_agumentation/staffbg.jpg");
    background-size: 100% 100%;
    height: 450px;
    background-repeat: repeat;
  }
}

.top-slider_web-application-dev-page {
  background-image: url("../img/web-app-devlopment/main_bg.png");
  background-position-x: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .top-slider_web-application-dev-page {
    height: 740px;
  }
}
.custom_support .card{
    margin: 10px;
}

@media screen and (max-width: 1200px) {
    
  .top_sales{
    height: 400px !important;
  }
    .top-slider-sales_implementation{
        height: 400px !important;
    }
/*
    .top-sales_Customization{
       height: 400px !important; 
    }
*/
    .top-sales_support{
        background-size:100% 100% !important; 
         height: 400px !important; 
    }
}
.custom_chat_top .chat_news{
    width: 13%;
}
.custom_chat_bottom .chat_news{
    width: 18%;
}
@media screen and (max-width: 1130px) {
    .migration-max-550{
        object-fit: fill !important;
    }
    .bhoomi-max-550{
         object-fit: fill !important;
    }
    .support-max-550{
        object-fit: fill !important;
    }
   
}
@media screen and (max-width: 786px) {
    
    .top-slider-sales_implementation{
        height: 240px !important;
    }
/*
     .top-sales_Customization{
       height: 240px !important; 
    }
*/
     .top-sales_support{
         height: 240px !important; 
    }
    .custom_support .card{
       
            width: 100% !important;
      
    }
}
.top_sales {
  background-image: url("../img/sales_force/sales_force_bg.jpg");
    background-size: cover;
    height: 540px;
    margin-top: 58px;
  
    background-position: right;
    background-repeat: no-repeat;
}

.banner-border-top {
  border-top: 5px solid #138de2;
}

.why-nunc_left-side {
  background-image: url("../img/bg-2.png");
  background-size: cover;
  height: 400px;
  background-position: right;
}

.why-nunc_right-side {
  padding: 0 40px;
}

.why-nunc_mobile-txt {
  font-weight: bold;
  transform: skew(18deg);
  display: block;
  font-size: 20px;
}

.why-nunc_mobile-txt-box {
  background-color: #138de2;
  color: #fff;
  transform: skew(-18deg);
  padding: 8px 15px;
  z-index: 1;
  display: inline-block;
}

.why-nunc_middle-txt {
  font-weight: bold;
  transform: skew(18deg);
  display: block;
  font-size: 24px;
}

.why-nunc_middle-txt-box {
  background-color: #138de2;
  color: #fff;
  transform: skew(-18deg);
  position: absolute;
  top: 18%;
  right: -18px;
  padding: 8px 15px;
  z-index: 1;
}
.flex-container_text_1 a{
  text-decoration: none !important;
  color:black;
}
.latest-thinking {
  border-top: 5px solid #138de2;
  border-radius: 8px;
  box-shadow: 4px 13px 16px 0px #d0d0d0;
}
@media screen and (min-width: 767px) {
  .latest-thinking {
    margin-top: -40px;
  }
}
.latest-thinking_bg {
  background-image: url("../img/latest-thinking-img.jpg");
  background-size: cover;
}
.latest-thinking_middle-txt {
  transform: skew(18deg);
  display: block;
}
.latest-thinking_middle-txt-box {
  background-color: #138de2;
  color: #fff;
  transform: skew(-18deg);
  position: absolute;
  top: 14%;
  right: 25px;
  padding: 8px 15px;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
}
.latest-thinking_middle-txt-box2 {
  position: absolute;
  top: 44%;
  right: -10%;
  padding: 8px 15px;
  z-index: 1;
  font-size: 20px;
  font-weight: bold;
}
.custom-kgs{
  bottom: 15px !important;
}
.case-studies {
  background-image: url("../img/slider-1.jpg");
  background-size: cover;
  height: 625px;
}

.testimonial-div {
  background-color: #0d1d3e;
  /* background-image: url("../img/client_say_img1.png"); */
  background-repeat: no-repeat;
  padding: 45px 30px 45px 30px;
  text-align: center;
}
.testimonial-div_header {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .testimonial-div_header {
    font-size: 48px;
  }
}
.testimonial-div_body {
  font-size: 18px;
  color: #fff;
  padding-top: 20px;
}
.testimonial-div_bar {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
}

.career-div {
  /* background-color: #fff; */
  padding: 100px 0px 100px 0px;
  text-align: center;
}

.career-div_body {
  font-size: 24px;
  color: #0d1d3e;
}
.career-div_btn {
  background-color: #138de2;
  margin-top: 20px;
  padding: 8px 50px;
  border-radius: 30px;
}

.footer {
  background-color: #0d1d3e;
  border-bottom: 8px solid #138de2;
}
.footer_icon {
  color: #138de2;
  font-size: 30px;
}
.footer_link {
  color: #fff;
  color: #fff;
}

.footer-social_link {
  color: #fff;
  line-height: 50px;
}

.footer-social_icon-box {
  color: #138de2;
  display: inline-block;
  font-size: 18px;
  padding: 12px;
  width: 40px;
  transform: skew(-30deg);
  margin: 0 -4px;
}

.footer-social_icon {
  transform: skew(30deg);
}

.banner-middle-container {
  padding-top: 30%;
}
@media screen and (min-width: 576px) {
  .banner-middle-container {
    padding-top: 20%;
  }
}
.banner-middle-container_text {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .banner-middle-container_text {
    font-size: 40px;
  }
}
.banner-middle-container_text-bold {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .banner-middle-container_text-bold {
    font-size: 40px;
  }
}
.banner-middle-container_text-small {
  font-size: 16px;
}

.middle-text {
  font-size: 14px;
  color: #0d1d3e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.middle-text_padding-bottom-5 {
  padding-bottom: 5px;
}

.advertisement-box_inner-div {
  padding: 30px 20px;
}

.advertisement-box_image {
  width: 80%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 576px) {
  .advertisement-box_image {
    padding-top: 40%;
  }
}
@media screen and (max-width: 420px) {
  .custom-dropdown{
    margin-left: 0;
  }
}
.advertisement-box_heading {
  font-size: 24px;
  font-weight: bold;
}

.advertisement-box_text {
  font-size: 16px;
}

.iocns-box {
  padding: 30px;
  background-color: #fff;
}
.iocns-box_image {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.development-box {
  width: 100%;
  border-radius: 10px;
  padding: 20px 0px;
  float: left;
  text-align: center;
  box-shadow: 12px 10px 63px #d4d4d4;
}
.development-box_icon {
  width: 24%;
  display: inline-block;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  .development-box {
    padding: 20px 90px;
  }
}

.development-box_icon img {
  width: 120px;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.flex-container_border-right-dotted {
  border-right: none;
  border-bottom: 1px dotted;
}
.flex-container_icon_home img{
 border-radius:20px;
}
@media screen and (min-width: 576px) {
  .flex-container_border-right-dotted {
    border-right: 1px dotted;
    border-bottom: none;
  }
}
.flex-container_item-wrapper {
  padding: 20px;
  display: flex;
  width: 100%;
}
.e-Commerce-list ul li{
  list-style: none;
}
.flex-container_icon {
  width: 30%;
  text-align: center;
  align-self: center;
}
.flex-container_icon_home {
  width: 100%;
  text-align: center;
  align-self: center;
}
.flex-container_text {
  width: 70%;
  align-self: center;
  text-align: left;
  font-size: 13px;
}

.flex-container-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-right: none;
}
@media screen and (min-width: 767px) {
  .flex-container-2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .custom-dropdown{
    margin-left: 0;
  }
    .top_sales{
        height: 240px !important;
    }
}
@media screen and (min-width: 992px) {
  .flex-container-2 {
    width: 20%;
  }
}
@media screen and (min-width: 576px) {
  .flex-container-2_border-right-dotted:after {
    border-right: 1px solid #138de2;
  }
}
.flex-container-2_item-wrapper {
  padding: 20px;
  width: 100%;
  text-align: center;
}
.flex-container-2_heading {
  font-size: 16px;
}
.flex-container-2_footer-divider:after {
  content: " ";
  height: 148px;
  border-right: 1px solid #1f2f4e;
  position: absolute;
  right: 0;
  top: 57px;
}
.flex-container-2_border-bottom {
  border-bottom: 1px solid #1f2f4e;
}
@media screen and (min-width: 767px) {
  .flex-container-2_border-bottom {
    border-bottom: none;
  }
    
}
.flex-container-2_icon {
 max-width: 100%;
  height: auto;
  align-self: center;
}
.flex-container-2_text {
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.portfolio-box {
  text-align: center;
  padding-top: 100px;
}
@media screen and (min-width: 576px) {
  .portfolio-box {
    text-align: left;
  }
}

.portfolio-page .right-image-box img {
  width: 240px;
}

.ios-native-page .advertisement-box {
  padding-bottom: 60px;
}

.mobility-banner-mobile {
  width: 80%;
  float: right;
}

.sales-force-page .consulting-section {
  padding-bottom: 200px;
}

@media screen and (min-width: 767px) {
  .web-application-page .curved-bg {
    background-size: cover;
    clip-path: polygon(0% 100%, 100% 100%, 100% -284%);
  }
}

@media screen and (min-width: 767px) {
  .ios-native-page .curved-bg {
    background-size: cover;
    clip-path: polygon(0% 100%, 100% 100%, 100% -284%);
  }
}

.shadow {
  box-shadow: 4px 13px 16px 0px #d0d0d0;
}

/*latest css*/

.staff_agumentation_text_middle {
  margin-top: 200px;
}
.progresive-middle-text {
  font-size: 42px;
  color: #0d1d3e;
  padding-top: 30px;
  padding-bottom: 30px;
}
.progressive_line_height {
  line-height: 2;
}

hr {
  border: none;
  height: 20px;
  width: 40%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 20px 20px -20px #e3e3e3;
  margin: -50px auto 50px;
}
.implementation_color{
    color:#4f81bd !important;
}
.customization_color{
    color:#c0504d !important;
}
.integration_color{
    color:#9bbb59 !important;
}
.migration_color{
    color:#8064a2 !important;
}
.iot {
  /* border-top: 5px solid #138de2;*/
  border-radius: 100px;
  box-shadow: 0px 2px 23px 11px #d0d0d0;
}
.iot_mb {
  margin-bottom: 150px;
}
.iot-mr {
  margin-top: -130px;
}

.flex-container_icon_ecommerce{
    width: 100px;
    text-align: center;
    align-self: center;
    /* background: #f5f5f5; */
    height: 100px;
    border-radius: 50px;
}
.dotted_color{
  color:red;
}

.flex-container_icon_agriculture {
    width: 100px;
    text-align: center;
    align-self: center;
    background: #fff;
    height: 100px;
    border-radius: 50px;
}
.big_data_border_radius{
   border-radius: 35px;
  box-shadow: 0px 2px 23px 11px #d0d0d0;
}
.middle-text-automotive{
    font-size: 28px;
    color: #0d1d3e;
    padding-top: 10px;
    padding-bottom: 30px;
}

.middle-text-paddingtop{
  padding-top: 100px;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 25px;
    right: 20px;
    margin-top: 0;
}



.margin-topminus{
  margin-top: -200px
}
.automotive_margintop{
  margin-top: -135px;
}
.top-slider-contactus-page{
  background-image: url("../img/banner-2.jpg");
  height: 450px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  
}
.top-slider-progressiveweb-app-page{
  background-image: url("../img/progressive_web/header_img.png");
  height: 760px;
}
.top-slider_enterprise{
  background-image: url("../img/enterprise/enterprise.jpg");
  color:#1f9bd7;
  background-size: cover;
  height: 550px;
  background-position: center;
  background-repeat: repeat;
}
.top-slider_digital-marketing{
  background-image: url("../img/digital-marketing/dg-bg.jpg");
  
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.top-slider_kgs{
  background-image: url("../img/kgs/krishi-gyan.jpg");
  background-size:100% 100%;
  height: 550px;
  background-repeat: repeat;
}
.top-slider_green{
  background-image: url("../img/green_phablet/green-phablet.jpg");
  background-size:100% 100%;
  height: 550px;
  background-repeat: repeat;
}
.top-slider_smart{
  background-image: url("../img/smarttoolkit/Smart-ToolKit.jpg");
  background-size:100% 100%;
  height: 550px;
  background-repeat: repeat;
}
.top-slider_scoutpro{
  background-image: url("../img/scoutpro/scout-pro.jpg");
  background-size:100% 100%;
  height: 550px;
  background-repeat: repeat;
}
.home_links{
  text-decoration: none;
}
.font-size-11{
  font-size: 11px;
}
.custom-margin-top{
  margin-top: 0.45rem !important;
}
.ai-image{
  border-radius:10px;
}
.top-slider_chatbots{
  background-image: url("../img/chatbots/chatbot-bg.jpg");
  background-size: cover;
  height: 550px;
  background-repeat: repeat;
  background-position: top;
  display: flex;
  align-items: center;
}
.custom_morgin_top{
  margin-top: 100px !important;
}
.custom-banner-chatbot{
  margin-top: 15px;
  margin-left: -8px;
}

/* .contact-mt{
  margin-top:-275px;
  position: absolute;
} */
.contact-header--padding-top {
  padding-top: 100px;
}
.contact-formheader--padding-top {
  padding-top: 50px;
}
.contactus_border_radius {
    border-radius: 15px;
    /* box-shadow: 0px 2px 23px 11px #d0d0d0; */
}
.contact_us{
  background-color: #0d1d3e;
}


.contact_button_radius{
  border-radius: 30px;
}

.contact_button{
  width: 100%
}
/* .contactus_border_top_radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
} */

/* input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    
} */

input[type="text"],
.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: -28px;
}
.videosolutions_img{
  width:50%;
}

input[type="text"]:focus,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #e6e6e6;
}

.flex-container_web_text{
    width: 70%;
    align-self: center;
    text-align: left;
    font-size: 16px;

}
.flex-container_webtext_content{
    width: 70%;
    align-self: center;
    text-align: left;
    font-size: 14px;
    font-weight: 600
}

.top-slider-aboutus-page{
   background-image: url("../img/about_nunc/about_nunc_img.png");
   height: 450px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;

}
.top-slider-iot-page{

   background-image: url("../img/iot/iot_bg.jpg");
   background-size: 100% 100%;
   height: 550px;
   background-repeat:no-repeat; 
}
.top-slider-automotive-page{
   background-image: url("../img/automotive/header_bg.png");
   background-size: 100% 100%;
   height: 550px;
   background-repeat:no-repeat; 
}
.iot-secong-header{
  margin-top: -48px;
    margin-left: -14px;
}
/* .top-slider-iot1-page{
  background-image: url("../img/iot/header_bg_img.png");
} */

.top-slider_rpa{
  background-image:  url("../img/rpa/rpa-bg.jpg");

  height: 550px;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
/* .send-query-bg{
  background-image: url("../img/send-bd.png");
  background-size: cover;
  background-repeat: no-repeat;
} */
.aboutus_mb{
  margin-bottom: 80px;
}
.flex-container-aboutus_text {
    width: 100%;
    font-size: 14px;
}
.flex-container-2-about-wrapper{
    padding: 20px;
    width: 100%;
   
}
.img_width{
  width:35px;
}

/* .logo-wrapper {
  width: 200px;
  height: 50px;
} */

.nunc_sys_logo{
  width: 150px;
  height: 40px;
  object-fit: contain;
}
.social_media_icons{
  width: 50%;
}
.form-control_aboutus{
  border-radius: 25px;
  padding-left: 11px;
  border: 1px solid #fff;
  background:transparent;
  color: #fff;
}
.aboutus-button{
  border-radius: 26px;
  margin-left: -35px;
  border-color: #007bff;
}

.footer_aboutus{
    background-color: #0d1d3e;
}
.hr_line{
  border-top: 2px solid #fff;
}

.border_radius{
  border-radius: 10px;
}

.softwaretesting_footer{
 background-color: #20298b;
    border-bottom: 8px solid #138de2; 
}
.image_top{
  top: 200px;
}

.data-scienceimg-top{
 top: 100px;
}
.custom-header-enterprise{
  margin-top: 20%;
}
.custom-header-kgs{
  margin-top: 17%;
}
.custom-header-datascience{
          margin-top: 32%;
      }
      .custom-header-smart{
        margin-top: 20%;
    }
      .rpa-works-img{
        width: 65%;
      }
.top-slider_datascience {
      background-image: url("../img/data_science/Data-science.png");
     
      height: 550px;
      background-size: cover;
      background-position: top right;
      background-repeat: no-repeat;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
}
.data_science_lf{
  
  width: 60% !important;
  display: block;
  margin: auto;
}

.top-slider-crossplatform-page{
   background-image: url("../img/cross_plotform/header_newbg1.png");
   height: 590px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
}
.custom-h-bar{
  border-bottom: 3px solid #ffce0b;
    width: 60px;
    height: 6px;
    display: inline-flex;
}

/* .data-science-sideimg{
  background-image: url("../img/data_science/data-science-bg.png");
  margin-top: 50px;
} */

.cp{
 
    border-radius: 30px;
    background: #fff;
}
.mt-top-cp{
  top: 15%;
}
.custom_response{
    width: 100%;
    
}
.mt-58{
    margin-top: 58px;
}
.trends .custom_card_width{
    margin: 10px;
}
.custom_card_width{
    max-width: 320px;
}
.top-slider-block-chain{
  background-image: url("../img/block_chain/blockchain.png");
  background-size: 100% 100%;
  height: 550px;
  background-repeat:no-repeat; 
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.top-slider-sales_implementation{
  background-image: url("../img/sales_force/Implementation.jpg");
   background-size: 100% 100%; 
  height: 540px;
    margin-top: 58px;
/*    background-size: cover;*/
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* background-repeat:no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; */
}
.bg_sales_cloud{
    background-image: url("../img/sales_force/Sales_cloud_final.jpg");
    background-size: cover;
}
.bg-dash{
    background: #fafafa;
}
.bg-cal{
    background: #eee7e7;
}
.w-50{
    width: 50%;
}
.top-sales_integration{
    background-image: url("../img/sales_force/Integration.jpg");
    background-size: auto;
    height: 540px;
    margin-top: 58px;
    background-position: center;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_Customization{
    background-image: url("../img/sales_force/Customization.png");
    background-size: 100% 100%;
   height:540px;
    margin-top:58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.top-sales_migration{
    background-image: url("../img/sales_force/Migration2.png");
    background-size: 100% 100%;
    height: 508px;
    margin-top:58px;
    background-position: center;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.custom_imp_card{
  margin: 10px;
  height: auto !important;
  width:100%;
  max-width: 20rem;
}
.custom_sal_cloud{
    height: auto !important;
    width: 100%;
    max-width: 17rem;
    margin: 10px;
}
.custom_imp_market{
  margin: 10px;
  height: auto !important;
  width:100%;
  max-width: 20rem;
}
.custom_imp_pardot{
     margin: 10px;
  height: auto !important;
  width:100%;
  max-width: 30rem;
}
.custom_imp_community{
     margin: 10px;
  height: auto !important;
  width:100%;
  max-width: 50rem;
}
.custom_imp_analytics{
      margin: 10px;
  height: auto !important;
  width:100%;
  max-width: 25rem;
}
.top-sales_lighting{
    background-image: url("../img/sales_force/Lightning.jpg");
    background-size: 100% 100%;
    height: 540px;
    margin-top:58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_consultant{
    background-image: url("../img/sales_force/Consultant.png");
    background-size: contain;
    height: 540px;
    margin-top:58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_tools{
    background-image: url("../img/sales_force/Features and Tools.png");
    background-size: cover;
background-position: 50% 50%;
    height: 540px;
    margin-top:58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_bhoomi{
    background-image: url("../img/sales_force/Dell_Bhoomi_Inside_page.png");
    background-size: 100% 100%;
    height: 540px;
    margin-top: 58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_tableau{
    background-image: url("../img/sales_force/tableau_insidepage.png");
    background-size: 100% 100%;
    height: 540px;
    margin-top: 58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_vlocity{
    background-image: url("../img/sales_force/Vlocity_Inside_Page.png");
    background-size: 100% 100%;
    height: 540px;
    margin-top: 58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_mulesoft{
    background-image: url("../img/sales_force/Mulesoft1.png");
    background-size: cover;
    height: 540px;
    background-position:50% 50%;
    margin-top: 58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.top-sales_support{
    background-image: url("../img/sales_force/Support.png");
    background-size: cover;
    height: 540px;
    margin-top: 58px;
    background-repeat:no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.custom_sales{
border:none !important;
}
.custom_sales a{
    text-decoration: none !important;
}
.custom_sales a .card-body{
  text-align: center;
  padding: 0.8rem !important;
  margin-top: -3px;
  background-color: #eee !important;
  color: #c0504d !important;
  margin-bottom: 25px;
  width: 99.2%;
  font-weight: bold;
  margin-left: 1px;
}
.top-slider-ai{
  background-image: url("../img/ai/ai_bg.jpg");
 
 height: 550px;
 background-size: cover;
background-position: top right;
background-repeat: no-repeat;
 display: flex;
align-items: flex-end;
}
.font_404{font-size: 110px !important;font-weight: 800; font-family: sans-serif;}
.top-slider-payment{
  background-image: url("../img/payment/Payment-Processing-Solutions.png");
  background-size: cover;
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-slider-career{
  background-image: url("../img/career/career_bg.jpg");
background-size: 100% 100%;
height: 550px;
 background-repeat:no-repeat;
 display: flex;
 align-items: flex-end;
 justify-content: center; 
}

.top-slider-video-solutions{
  background-image: url("../img/video_solutions/Video-Solution.jpg");
background-size: cover;
height: 550px;
 background-repeat:no-repeat; 
}

.top-slider-cloud-solutions{
  background-image: url("../img/cloud_solutions/cloud-solution.jpg");


background-size: cover;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
 
}
.block_chaintext{
  width: 50%;
}
.block_chaintop{
  margin-top: 60px;
}
.career-img{
  max-width: 100px;
}
.blockchain_secondbg{
  background-image: url("../img/block_chain/block_chain_2bg.png");
  /* background-repeat: no-repeat; */
}
.mobility_second_bg{
  background-image: url("../img/mobility/mobility-2bg.png");
  background-repeat: round;
}

.top-slider-agriculture-page{
 background-image: url("../img/agriculture/header_bg.png");
    background-size: 100% 100%;
    height: 550px;
    background-repeat: repeat;
}
.middle_img{
  width: 80%;
  height: auto;
}
.agriculture_top_img{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.top-slider-bigdata-page{
  background-image: url("../img/big_data/big-data-bg.jpg");
  height: 520px;
  background-size: 100% 100%;
 
  background-repeat: repeat;
}
.top-slider-ecommerce-page{
  /* background-image: url("../img/e-commerce/header_bg1.png"); */
  /* height: 600px; */
  background-color: #cc0532;
}
.top-slider-ecommerce-img2{
  background-image: url("../img/e-commerce/bg_1.png")
}

.top-slider-big-data-page{
  background-image: url("../img/big_data/big-data-bg.jpg");
  background-size: 100% 100%;
  height: 550px;
  background-repeat: repeat;
}
.img_down_text{
  position: absolute;
  top: 100px;
  font-weight: bold;
  font-size: 12px;
}
.custom-btn-ecommerce{
    background-color: #cc0532;
    color: #fff;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%,  rgba(224,105,0,0.5) 51%, rgba(255,255,255,0) 50%);
}

.footer-social_link a{
text-decoration: none
}
.card{
  height: 100%;
}
.cloud-img{
width:50%;
}
.devicon-java-plain{
  font-size: 85px;
}
.devicon-dot-net-plain{
  font-size: 85px;
}
.devicon-php-plain{
  font-size: 85px;
}
.devicon-drupal-plain{
  font-size: 85px;
}
.devicon-mysql-plain{
  font-size: 85px;
}
/* @media screen and (min-width: 320px) {
  .iot {
     border-top: 5px solid #138de2;
    border-radius: 15px;
    box-shadow: 0px 2px 23px 11px #d0d0d0;
  }
} */

.carousel-inner{
  
  background-size: 100% 100%;

  background-repeat: repeat;
}
@media only screen and (max-width: 600px) {
  .iot {
    /* border-top: 5px solid #138de2;*/
    border-radius: 15px;
    box-shadow: 0px 2px 23px 11px #d0d0d0;
  }

  input[type="text"],
.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: -15px;
}

.valid-feedback.feedback-icon,
.invalid-feedback.feedback-icon {
    position: absolute;
    width: auto;
    bottom: 10px;
    right: 20px;
    margin-top: 0;
}

}

@media only screen and (min-width: 1200px) {
 .contact-mt{
  margin-top:-275px;
  position: absolute;
  z-index: 1;
}
input[type="text"],
.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  /* margin-top: -28px; */
}
.contactus_border_top_radius {
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px;
}

.middle-text {
  font-size: 28px;
  color: #0d1d3e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.carosel_video{
  height: auto;
}
}
.custom-card{
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-card-img{
max-width: 100%;
height: auto;
}
.mt-content-50{
  margin-top: none;
}
@media(max-width:580px){
  .custom-cb-p{
    margin-top: -40px !important;
  }
}
@media(max-width:375px){
  .js-carouselVideo{
    margin-top: 36px !important;
  }
}
@media(max-width:390px){
  .custom_morgin_top{
    margin-top: -22px !important;
  }
}
@media(max-width:767px){
  .dropdown,.custom-dropdown{
    text-align: center;
  }
  .custom-footer_social_link{
    display: none;
  }
  .image_top{
  display: none;
}
.top-slider_smart{
  height: auto !important;
}
.custom-pwa{
  margin-top: -100px;
}
.mt-content-50{
  margin-top: 50px;
}
  .top-slider-crossplatform-page{
    height: auto !important;
    background-size: auto !important;
    padding: 20px;
    
  }
  .custom-header--padding-top-about-us{
    margin-bottom: 20px;
  }
  .top-slider-aboutus-page{
    
    margin-top: 50px;
    height: auto !important;
    
  }
.top-slider_sales-force-page {
height: 320px !important  ;
}
}
#dg_led_gen{
  margin-top: -15px;
}
h2{
  font-family: auto !important;
}
h1{
  font-size: 2rem !important;
}

@media(max-width:420px){
  .carousel-top-banner-height{
height: auto;
  }
  .w-100{
    height: 247px;
  }
  .carousel-inner{
    height: auto;
  }
 
  #collapsibleNavbar{
    margin-top: -2px;
  }
}
@media(max-width:385px){
  .iot-mr {
    margin-top: -80%;
  }
}
.mobile_imgs{
  width: 100%;
  max-width: 263px;
  margin: 5px 0;
}
@media(max-width:380px){
  .custom-cb-p{
    margin-top: 30px !important;
  }
  }Z
  .custom-datascience{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .custom-no-gutters{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-mt{
    margin-bottom: 150px;
  }
  
  @media (max-width: 440px){
    .js-carouselVideo {
        
        margin-top: 14px;
    }
  }
  @media (max-width: 370px){
    .js-carouselVideo {
        
        margin-top: 34px;
    }
  }
  @media (max-width: 340px){
    .js-carouselVideo {
        
        margin-top: 57px;
    }
  }
  @media (max-width: 470px){
  .top-slider_chatbots {
      height: auto !important;
      margin-top: 52px;
  }
}

.demo-slider .slick-list{
    height: 250px;
}
.custom-sales-force .custom_sales{
    margin:10px;
}
.custom-dropdown{
    font-family: Roboto,Arial,sans-serif !important;
    font-size: 14px;
    
}
.custom-dropdown li:first-child{
    font-weight:600;
}
@media screen and (max-width: 767px) {
 
    .custom-big .custom-dropdown{
        margin-left: 0 !important;
        
    }
    .custom-big:hover>.custom-dropdown{
        display: block !important;
    }
    .different::after {
        width: 0 !important;
        background-color: none !important;
    }
     .custom-big .show{
        
        display: block !important;
    }
    .navbar-nav .dropdown{
        padding: 0 !important;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 0.5rem 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 830px) {
 
    .custom-big .custom-dropdown{
        margin-left: -340% !important;
       
    }
    
}
