body{
  font-family: 'Montserrat-Light';
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf')
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.ttf')
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf')
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf')
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf')
}
.main-header{
  box-shadow: 3px 3px 10px #ccc;
  z-index: 1000;
}
#nav-icon3{
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 11px;
}
.navbar-toggler{
  box-shadow: none !important;
  outline: none !important;
}
.navbar-brand img{
  width: 140px;
  height: auto;
}
.navbar-nav .nav-item{
    padding: 0px 20px;
}
.nav-link img{
  width: 18px;
}
.navbar{
  z-index: 100;
   box-shadow: 3px 3px 10px #ccc;
}
.nav-img{
  border-left:2px solid #009444;
}
 #nav-icon3 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 6px;
}
#nav-icon3 span:nth-child(4) {
  top: 13px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-nav{
  align-items: center;
}
.navbar-nav .nav-item .nav-link {
  position: relative;
  transform: perspective(1px) translateZ(0);
  font-family: 'Montserrat-Regular';
}
.primary_menu > ul > li > a {
  display: block;
  white-space: nowrap;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 40px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
   font-family: 'Montserrat-Regular';
}
.navbar-nav .nav-item .nav-link:hover:before, .navbar-nav .nav-item .nav-link:focus:before, .navbar-nav .nav-item .nav-link:active:before {
  left: 0;
  right: 0;
}
.navbar-nav .nav-item .nav-link.active{
  font-family: 'Montserrat-SemiBold';
}
.navbar .nav-link.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0%;
  right: 0%;
  bottom: -10px;
  background: #c42b2e;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar .nav-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -10px;
  background: #c42b2e;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.copy-right span{
  color: #c42b2e;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  transition: 0.3s;
}
.sidenav .nav-link i{
  color: #f23b33;
  padding-right: 15px;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
}
.sidenav .nav-links{
  padding-left: 0px !important;
  margin-top: 25px !important;
}
.sidenav .navbar-nav .nav-link {
  padding: 10px;
  color: #000;
}
.sidenav .navbar-nav {
  align-items: start;
  padding-left: 30px;
}
.main-slider{
  position: relative;
  z-index: 1;
}
.carousel-caption{
  position: absolute;
  top: 15%;
  left: -25%;
}
.carousel-caption h2{
  color: #c42b2e;
  font-family: 'Montserrat-Medium';
}
.carousel-caption h1{
  color: #000;
   font-family: 'Montserrat-ExtraBold';
}
.prev-box{
  width: 45px;
  height: 45px;
  background-color: #c42b2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome-details h1 span{
  color: #c42b2e;
  font-family: 'Montserrat-Medium';
}
.welcome-details h1 b{
  font-family: 'Montserrat-ExtraBold';
}
.welcome-details h5{
  letter-spacing: 4px;
}
.btn-warning{
  background-color: #c42b2e !important;
  border-color: transparent !important;
  border-radius: 25px !important;
  color: #fff !important;
  outline: 1px solid transparent;
  box-shadow: none !important;
  padding: 12px 45px;
  font-family: 'Montserrat-Medium';
}
.btn-warning:hover{
  box-shadow: rgba(242, 59, 51) 1px 1px 4px 1px !important;
}
.technology-box{
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  background-color: #fff;
}
.technologys-info img{
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: all .3s ease-in-out; 
  width: 60px;
  margin-bottom: 15px;
}
.technologys-details {
  display: flex;
  align-items: center;
  margin: 15px 0px;
  justify-content: center;
  min-height: 100%;
}
.technologys-info p, .solution-info h4{
  font-family: 'Montserrat-SemiBold';
}
.technology .col-6:hover img{
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}
.about-company-details h5{
  letter-spacing: 4px;
}
.technology .col-6:hover {
  cursor: pointer;
  box-shadow: rgb(242 59 51) 0px 2px 8px 0px;
}
.about-company{
  background-color: #fff;
}
.about-company-box{
  background-color: #fafafa;
  padding: 3rem 150px;
}
.about-company-img{
  position: relative;
}
.about-company-img img{
  position: absolute;
  right: -100px;
  z-index: 1000;
  top: 150px;
}
.about-company-details h1 span{
  color: #c42b2e;
  font-family: 'Montserrat-Medium';
}
.about-company-details h1 b{
  font-family: 'Montserrat-ExtraBold';
}
.about-company-details a{
  color: #c42b2e;
  text-decoration: none;
}
.about-company{
  padding: 100px 0rem;
  margin-bottom: 60px;
}
.main-tittle h1 b, .our-approach-details h1 b{
  font-family: 'Montserrat-ExtraBold';
}
.main-tittle h1 span{
  color: #c42b2e;
  font-family: 'Montserrat-Medium';
}
.our-approach-details h1{
  font-family: 'Montserrat-Medium';
}
.main-about-us{
  background-color: #fff;
  margin-top: 40px;
}
.main-tittle h5, .our-approach-details h5{
  letter-spacing: 4px;
}
.solution-icon{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c42b2e;
  margin: auto;
}
.solution-info{
  background-color: #fff;
  min-height: 100%;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.solution-icon i{
  font-size:  30px;
  color: #fff;
}
.solution-info a{
  color: #c42b2e;
  font-family: 'Montserrat-Medium';
}
.solution-info:hover{
  box-shadow: rgb(242 59 51) 0px 2px 8px 4px;
  cursor: pointer;
  transition: 0.3s;
      border-radius: 5px;
}
.solution-info:hover .solution-icon{
  background-color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 4px;
  transition: 0.3s;
}
.owl-item .solution-info{
  height: 350px;
}
.solution-info:hover .solution-icon i{
  color: #c42b2e;
}
.connect-box h2{
  font-family: 'Montserrat-ExtraBold';
}
.connect-box {
  background-color: #2194f1;
  color: #fff;
  margin-top: 3rem;
}
#carouselExampleControls2 .carousel-control-prev {
  left: 45%;
  top: 625px;
}
#carouselExampleControls2 .carousel-control-next {
  right: 36%;
  top: 625px;
}
.carousel-wrap {
  margin: 00px auto;
  width: 100%;
  position: relative;
}
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  padding: 15px;
}
.devlop-info{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 80%;
  color: #fff;
}
.owl-nav .owl-prev {
  left: -145px;
}
.owl-nav .owl-next {
  left: -85px;
}
.owl-prev:hover, .owl-next:hover{
  background-color: transparent;
  border:1px solid #ccc;
  color: #ccc;
}
.owl-prev, .owl-next{
  width: 45px;
  height: 45px;
  background-color: #c42b2e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-dots{
  display: none;
}
.fa-caret-left:before {
    content: "\f053";
}
.fa-caret-right:before {
  content: "\f054";
}
.our-approach-info{
  background-color: #c42b2e;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.our-approach-infos p{
  font-size: 22px;
}
.border-box-2, .border-box-1{
  background-color: #fafafa;
  margin-top: -30px;
}
.border-box-1{
  border-radius: 0px 35px 0px 0px;
}
.border-box-2{
  border-radius: 35px 0px 0px 0px;
}
#carouselExampleControls3 .carousel-control-next {
  right: 0px;
  bottom: -200px;
}
#carouselExampleControls3 .carousel-control-prev {
  right: 55px;
  left: inherit;
  bottom: -200px;
}
.abot-box{
  background-color: #fff;
  min-height: 100%;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.about-user{
  margin-top: -85px;
}
.about-user img{
  width: 85px;
}
.abou-us-info{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer{
  background-color: #2194f1;
  color: #fff;
}
.footer-text{
  min-height: 100%;
  display: flex;
  align-items: center;
}
.sociel-icon img{
  width: 35px;
  border: 1px solid transparent;
  border-radius: 50%;
}
.sociel-icon ul {
  display: flex;
  align-items: center;
  padding-left: 0px;
  justify-content: center;
  margin-bottom: 0px;
}
.sociel-icon ul li {
  list-style: none;
}
#more {display: none;}
.sociel-icon ul li a {
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.sociel-icon ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}
.sociel-icon ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.sociel-icon ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}
.sociel-icon ul li a:hover:before {
  top: 0;
}
.sociel-icon ul li:nth-child(1) a:before{
  background: #3b5999;
}
.sociel-icon ul li:nth-child(2) a:before{
  background: #55acee;
}
.sociel-icon ul li:nth-child(3) a:before {
  background: #0077b5;
}
.sociel-icon ul li:nth-child(4) a:before {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.welcome{
  padding: 100px 3rem;
  background-color: #fafafa;
  padding-bottom: 20%;
}
.technology{
  margin-top: -13%;
}
.solution{
  background-color: #fafafa;
  padding: 100px 3rem;
  padding-bottom: 15%;
}
.solution-boxes{
  padding-bottom: 100px;
  margin-top: -13%;
}
.our-product{
  padding: 100px 0rem 180px 3rem;
   background-color: #fafafa;
}
.main-devlopment{
  padding: 100px 0px 100px 100px;
}
.our-approach{
  background-color: #fafafa;
  padding-bottom: 100px;
}
.our-approach-infos{
  margin-bottom: 75px;
}




/*Product-page-css-start*/
.product-bg{
  background-image: url(../../assets/images/product-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}
.product-tittle-info h2{
  color: #fff;
  margin-top: 25px;
  font-family: 'Montserrat-ExtraBold';
}
.product-tittle{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details{
  background-color: #fff;
}
.businesses-details span{
  color: #c42b2e;
}
.product-boxes .solution-info{
  min-height: auto;
  margin-bottom: 15px;
}
.nav-item .active{
  border-bottom: 
}
.product-boxes{
  padding: 100px;
  background-color: #fafafa;
}



/*contact-page-css*/
.map-responsive{
  position:relative;
}
.map-responsive iframe{
  width:100%;
}
.contact-icon{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c42b2e;
}
.contact-detail:hover .contact-icon{
  background-color: #fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  transition: 0.3s;
  color: #c42b2e;
  cursor: pointer;
}
.contact-detail {
  align-items: center;
  cursor: pointer;
}
.contact-form-header{
  color: #fff;
  background-color: #c42b2e;
}
.contact-form-header{
  display: flex;
  align-items: center;
}
.contact-form-box{
  margin-top: -151px;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  background-color: #fff;
}
.contact-form-box .form-control{
  border-radius: 0px;
  background-color: #f5f5f7;
}
.contact-form-box .form-control:focus{
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
  background-color: #fff;
  border-color: #f5f5f7; 
}
.contact-form-box .form-group {
  margin-bottom: 1.5rem;
}
.contact-btn .btn-danger{
  border-radius: 25px;
  padding: 12px 45px;
  font-family: 'Montserrat-Medium';
}
.contact-infos{
  min-height: 100%;
  display: flex;
  align-items: center;
}
.carousel-control-next, .carousel-control-prev{
  opacity: 10;
}
#carouselExampleControls2 .carousel-control-prev .prev-box:hover, #carouselExampleControls2 .carousel-control-next .prev-box:hover{
  background-color: #fff;
  color: #ccc;
  border:1px solid #ccc;
}

/*Service-page*/
.service-main-bg{
  background-image: url(../../assets/images/service-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}
.service-main-details{
  margin-top: 20%;
}
.service-details{
  padding-top: 100px;
  background-color: #fff;
}
.welcome-service{
  padding: 100px 3rem;
  background-color: #fafafa;
}
.service-details-img{
  background-color: #fafafa;
}
.service-details-2{
  min-height: 100%;
  display: flex;
  align-items: center;
}
.service-details-img{
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
      padding: 100px !important;
}
.partners{
  padding: 100px 0px;
  margin-top: 100px;
  background-color: #fafafa;
}
#tile-1{
  background-color: #fafafa;
}
#tile-1 .tab-pane
{
  padding:15px;
}
#tile-1 .nav-tabs
{
  width: 75%;
  margin: auto;
  position:relative;
  border:none!important;
  border-radius:0px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a i{
  color: transparent;
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0px;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  padding: 15px 25px!important;
  font-size:16px;
  display: grid;
  border:none!important;
  color:#fff;
  font-weight: bold;
  border-radius: 0px;
}
.partners-tabs{
  background-color: #c42b2e;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#c42b2e;
  position:absolute;
  z-index:1200;
  top: -4px;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active i{
  color: #c42b2e;
}
#tile-1 .nav-tabs .active
{
  background-color:#fafafa!important;
  border:none!important;
  color:#000!important;
}
#tile-1 .technologys-info img{
  width: 200px;
}
#tile-1 .technologys-details{
  height: 150px;
}
.service-main-info h1{
  font-family: 'Montserrat-ExtraBold';
}
.service-main-details .btn-warning{
      padding: 8px 20px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 575px){
  .about-company-img img {
    position: relative;
    right: 0;
    z-index: 1000;
    top: 0px;
  }
  .btn-warning{
    padding: 7px 15px !important;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .technology {
      margin-top: 15px;
  }
  .main-about-us{
    margin-top: 0px;
  }
  .container-fluid{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .about-company-box, .footer{
    padding: 15px !important;
  }
  .about-company{
    margin-bottom: 15px;
  }
  .solution-boxes{
    padding-bottom: 0px;
  }
  .our-approach-info{
    padding: 15px;
  }
  .welcome, .solution, .our-product, .main-devlopment{
    padding: 15px !important;
  }
   .main-about-us{
    padding: 0px !important;
   }
  .welcome-details h3, .connect-box h2 {
      font-size: 22px;
      font-weight: bold;
  }
  .carousel-caption h2{
    font-size: 14px;
  }
  .carousel-caption h1{
    font-size: 18px;
  }
  .welcome-details h1, .about-company-details h1, .main-tittle h1, .our-approach-details h1 {
    font-size: 24px;
  }
  .welcome-details h5, .about-company-details h5, .main-tittle h5, .our-approach-details h5{
    font-size: 16px;
  }
  .main-slider{
    margin-bottom: 20px;
  }
  .technology-box, .about-company{
    padding: 15px 0px !important;
  }
  .technology .col-md-1 {
    display: none;
  }
  .show-more-height {
    height: 375px;
    overflow: hidden;
    padding: 15px;
  }
  .show-more-height .col-6{
    border-right: 1px solid #dee2e6!important;
  }
  .solution-info{
    margin-bottom: 15px;
    min-height: auto;
  }
  .prev-box, .border-box-1, .border-box-2{
    display: none;
  }
  .solution-icon{
    width: 50px;
    height: 50px;
  }
  .solution-icon i {
      font-size: 20px;
      color: #fff;
  }
  .our-approach .col-md-6{
    padding: 0px 15px !important;
  }
  .our-approach-infos p {
    font-size: 18px;
  } 
  #carouselExampleControls3 .carousel-item{
   padding: 15px;
  }
  .technology .col-sm-6{
    border: 1px solid #dee2e6!important;
  }
  .our-approach-infos {
      margin: 15px 0px !important;
  }
  .our-approach{
    padding-bottom: 0px;
  }
  .product-boxes{
    padding: 15px 0px !important;
  }
  .product-bg{
    background-size: cover;
    padding: 15px !important;
  }
  .product-tittle-info h2{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .footer {
    text-align: center;
  }
  .footer-text{
    justify-content: center;
  }
  .contact-form-box{
    margin-top: 15px !important;
  }
  .contact-form{
    padding: 15px 0px !important;
  }
  .contact-form-header {
      display: block;
      text-align: center;
  }
  .contact-infos{
    justify-content: center;
    text-align: center;
  }
  .all-right{
    display: inline-block;
  }
  .copys, .abou-us-info{
    display: block;

  }
  .about-company-details, .main-tittle{
    text-align: center !important;
  }
  .carousel-caption{
    left: -37%;
    top: 0px;
  }
  .owl-item .solution-info{
    height: auto;
  }
  .service-main-bg, .welcome-service{
    padding: 15px !important;
  }
  .service-main-info h1{
    font-size: 32px;
  }
  .service-main-info h3{
    font-size: 22px;
  }
  .service-main-bg {
    height: 300px;
  }
  .service-details{
    padding-top: 25px;
  }
  .service-details-2{
    margin-left: 0px !important;
    margin-top: 15px !important;
    margin-right: 0px !important;
  }
  .check-details1{
    text-align: left; 
  }
  .check-details2{
    text-align: right; 
  }
  .check-details2 img, .check-details1 img{
    width: 15px;
  }
  #tile-1 .nav-tabs li a{
    width: 240px;
    margin: auto;
  }
  #tile-1 .slider{
    display: none;
  }
  .partners-tabs {
      padding: 15px 0px;
  }
  .service-details-2 .main-tittle p br, .welcome-service p br{
    display: none;
  }
}
@media only screen and (min-device-width : 576px) and (max-device-width : 767px){
  .technology .col-md-1 {
    display: none;
  }
  .show-more-height {
    height: 375px;
    overflow: hidden;
    padding-top: 15px;
  }
  .show-more-height .col-sm-6{
    border-right: 1px solid #dee2e6!important;
      border-left: 1px solid #dee2e6!important;
  }
   .about-company-img img {
    position: relative;
    right: 0;
    z-index: 1000;
    top: 0px;
  }
  .about-company-box {
      background-color: #fafafa;
      padding: 3rem;
  }
  .about-company {
      padding: 15px 0px;
      margin-bottom: 0px;
  }
  .solution-boxes {
      padding-bottom: 15px;
      margin-top: -5%;
  }
  .our-approach{
    padding-bottom: 1px;
  }
  .container-fluid{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
   .welcome, .solution, .our-product, .main-devlopment, .main-about-us{
    padding: 15px !important;
  }
    .technology {
      margin-top: 15px;
  }
   .main-slider{
    margin-bottom: 20px;
  }
  .solution-info{
    margin-bottom: 15px;
    min-height: auto;
  }
   .prev-box, .border-box-1, .border-box-2{
    display: none;
  }
  .our-approach-info{
    padding: 15px;
  }
  .our-approach-infos p {
      font-size: 16px;
  }
  .technology .col-sm-6{
    border: 1px solid #dee2e6!important;
  }
    .contact-form-box{
    margin-top: 15px !important;
  }
  .contact-form{
    padding: 15px 0px !important;
  }
  .contact-form-header {
      display: block;
      text-align: center;
  }
  .owl-item .solution-info{
    height: auto;
  }
  .service-main-bg {
    height: 400px;
  }
  #tile-1 .nav-tabs{
    width: 100%;
  }
  #tile-1 .nav-tabs li a{
        padding: 15px 6px!important;
    font-size: 12px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px){
  .technology .col-md-1 {
    display: none;
  }
  .technology-box .col-sm-6{
    border: 1px solid #dee2e6!important;
  }
   .about-company-img img {
    position: relative;
    right: 0;
    z-index: 1000;
    top: 0px;
  }
  .about-company-box {
      background-color: #fafafa;
      padding: 3rem;
  }
  .about-company {
      padding: 3rem;
  }
  .welcome, .solution, .our-product, .main-devlopment, .main-about-us, .container-fluid{
    padding: 15px !important;
  }
  #carouselExampleControls2 .carousel-control-prev {
      left: 0px;
      top: 15%;
  }
  #carouselExampleControls2 .carousel-control-next {
      right: 0px;
      top: 15%;
  }
  .border-box-1, .border-box-2{
    display: none;
  }
  .our-approach-infos p {
      font-size: 18px;
  }
  .solution-info{
    margin-bottom: 15px;
    min-height: auto;
  }
  .abou-us-info{
    margin-bottom: 70px;
  }
  .product-tittle-info h2{
    font-size: 21px;
  }
  .technology {
      margin-top: 0%;
  }
  .welcome-details p, .solution p{
    font-size: 21px;
  }
  .solution-boxes{
    margin-top: -5%;
  }
   .solution-info h4{
    font-size: 20px;
  }
  .our-approach{
    padding-bottom: 1px;
  }
  .service-main-bg{
    height: auto;
    background-size: 100%;
  }
  .service-main-info .btn-warning{
    padding: 7px 30px;
        font-size: 10px;
  }
  .service-details-2 .main-tittle h1{
    font-size: 28px;
  }
  .service-details-2 .main-tittle p br, .welcome-service p br{
    display: none;
  }
  #tile-1 .nav-tabs {
    width: 100%;
  }
  #tile-1 .nav-tabs li a{
    font-size: 12px;
  }
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1199px){
  .about-company-details h1, .main-tittle h1{
      font-size: 28px;
  }
  .connect-box h2{
    font-size: 22px;
  }
  .connect-box h2 br{
    display: none;
  }
  .about-company-img img {
      position: relative;
      right: 0;
      z-index: 1000;
      top: 0px;
  }
  .about-company-box {
      background-color: #fafafa;
      padding: 15px;
  }
  .about-company {
      padding: 25px;
  }
  .our-product {
    padding: 100px 0rem 100px 3rem;
    background-color: #fafafa;
  }
  #carouselExampleControls2 .carousel-control-prev {
      left: 40%;
      top: 65%;
  }
  #carouselExampleControls2 .carousel-control-next {
    right: 36%;
    top: 65%;
  }
 .product-tittle-info h2{
    font-size: 24px;
  }
 
.solution-icon {
    width: 60px;
    height: 60px;
  }
  .solution-icon i{
    font-size: 24px;
  }
  .solution-info h4{
    font-size: 20px;
  }
  .owl-item .solution-info{
    height: auto;
  }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1386px){
 .main-devlopment p{
    font-size: 13px;
  }
  .service-main-bg {
    background-image: url(../../assets/images/service-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 450px;
}
.service-details-2 .main-tittle p br, .welcome-service p br{
    display: none;
  }
  #tile-1 .nav-tabs li a{
    font-size: 12px;
  }
}

/* new update css */

.connect-wrapp{
  margin-top:0rem !important
}