#head-top{
  background-color: #1f1f1f;
  width: 100%;
}
.head-text{
  display:flex;
  justify-content: flex-end;
  
}
.head-text img{
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  margin: 5px 10px;
}
.head-text a{
  font-size:11px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  margin:10px 10px;
  text-decoration: none !important;
}
.head-text a:hover{
  color: #f56629;
}
.dropdown-item:hover {
  color: #f56629;
  background-color: #ffffff;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color:#000000;
  text-align: inherit;
  white-space: nowrap;
  /* background-color: transparent; */
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #f56629;
  text-decoration: none;
  background-color: #ffffff;
}



/* .active:after {
  content: "" !important;
} */



/* navbar */
.bg-light {
  background-color: #ffffff !important;
}
 .navbar-brand img{
  width: 150px !important;
  height:auto !important;
  object-fit: contain !important;
  margin-top: 5px;
}
.dropdown-menu {
  min-width:30rem;
  }
  @media(max-width:991px){
    .dropdown-menu {
      min-width:18rem;
      width: 280px;
  }
  }
  .dropdown-menu ul {
      list-style: none;
      padding: 0;
  }
  .dropdown:hover .dropdown-menu {
      display: block;
      transition: 0.9s;
  }
  .navbar-nav:hover .dropdown-menu{
    border-bottom: solid 2px #f56629;
  }
  .navbar-light .navbar-nav .nav-link {
    color:#000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color:#f56629;
}
  .btn-outline-success {
    color:#fff;
    background-color:#f56629;
    border: solid 1px #f56629 !important;
    outline: none !important;
}
.btn-outline-success:hover{
  color:#f56629;
  background-color: #fff;
  border: solid 1px #f56629;
}
.navbar-light .navbar-toggler{
  border: none !important;
  outline: #fff !important;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.navbar-link-sec li {
 text-decoration: none;
}
/* end-navbar */

/* banner */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom:16rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
@media(max-width:769px){
  .carousel-caption{
    bottom: 14rem;
  }
  .carousel-caption h5{
    font-size: 20px !important;
  }
}
.carousel-caption h5{
  font-size:35px;
  color: #fff !important;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  line-height:1.5;
  font-family: 'Poppins', sans-serif;
}
@media(max-width:376px){
  .carousel-caption h5{
    font-size: 18px !important;
  }
}
.carousel-caption p{
  font-size:16px;
  color: #fff;
  font-weight: 500;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0px;
}
.button-area-5{
  padding:5px 15px;
  background-color:#f56629 ;
  font-size: 20px;
  color: #fff;
  border: solid 1px #f56629;
  transition: 0.5s;
  border-radius: 5px;
}
.button-area-5:hover{
  background-color: #fff;
  transition: 0.5s;
  color:#f56629;
  border: solid 1px #f56629;
}
.active, .accordion:hover {
  background-color: #fff !important;
}
.carousel-item img{
  width: 100%;
  height:600px;
  object-fit:cover;
}
.carousel-item::after{
  display: none !important;
}
.d-none{
  display:inline !important;
}
/* third-secction */
.box{
  position: relative;
  bottom:35%;
  left: 0;
  margin: 20px 0px;
}
.box a{
  text-decoration: none !important;
}
.box-text{
  padding: 10px;
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 4px solid #f56629!important;
  height: 300px;
}
@media(max-width:1024px){
  .box-text{
    height: 340px;
  }
}
@media(max-width:769px){
  .box-text{
    height: 340px;
  }
}
@media(max-width:575px){
  .box-text{
    height:230px;
  }
}
@media(max-width:540px){
  .box-text{
    height:auto;
  }
}
/* @media(max-width:399px){
  .box-text{
    height: 280px;
  }
} */
.banner-pic{
  text-align: left;
}
.banner-pic img{
  width:85px;
  height: 85px;
  object-fit: contain;
  display: inline-block;
  padding: 10px;
}
.box-text h3{
  font-size:22px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  text-align: left;
  padding:5px 5px;
  line-height: 1.5;
}
.box-text p{
  font-size:14px;
  color: rgb(87, 79, 79);
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  padding: 5px 5px;
}
.box-view{
  padding: 10px;
  position: relative;
  bottom:180%;
  right: 0;
  text-align: end;
}
.box-view button{
  padding: 10px 15px;
  background-color:#f56629;
  font-size: 20px;
  color: #fff;
  border: solid 1px #f56629;
  transition: 0.5s;
  border-radius: 5px;
}
.box-view button:hover{
  background-color: #fff;
  transition: 0.5s;
  color:#f56629;
  border: solid 1px #f56629;
}
@media(max-width:1200px){
  .box-view button{
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media(max-width:993px){
  .box-view {
    text-align: left;
  }
}

/* fourth-section */
.new-one-of-scroll{
  margin-top:-146px;
}
@media(max-width:768px){
  .new-one-of-scroll{
    margin-top: 0;
  }
}
.main1{
  position: relative;
  bottom:20px;
  left: 0;
}
@media(max-width:992px){
  .main1{
    bottom:100px;
  }
}
.text1{
  padding: 10px;
}
.text1 h2{
  font-size:22px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:600;
  text-align: left;
}
.logo {
  /* padding-top: 30px; */
  padding-left: 0px;
  position: relative;
  bottom:95px;
}
@media(max-width:992px){
  .logo{
    bottom: 85px;
  }
}
@media(max-width:575px){
  .logo{
    text-align: center;
  }
}
.logo img{
  height: auto;
  width: 140px;
  padding: 5px 0px;
 -webkit-filter: grayscale(1);
 transition: 0.9s;
}
.logo img:hover{
  -webkit-filter: grayscale(0);
  transition: 0.9s;
  cursor: pointer;
}

/* fifth-section */
.tabs .nav-pills .nav-item{
  margin-bottom: 10px;
}
.tabs .nav-pills .nav-item .nav-link{
  background:#fff;
  border-radius:4px;
  color:#000;
  font-weight:bold;
  /* border:1px solid red; */
  font-size:16px;
  line-height: 30px;
}
@media(max-width:1200px){
  .tabs .nav-pills .nav-item .nav-link{
    line-height: 20px;
  }
}
@media(max-width:993px){
  .tabs .nav-pills .nav-item .nav-link{
    font-size: 14px;
  }
}
.tabs .nav-pills .nav-item .nav-link span{
  color:#053001;
  font-size:30px;
}
.tabs .nav-pills .nav-item .nav-link.active{
  color:#fff;
  background-color:#f56629 !important;
  /* border:1px solid red; */
}
.tabs .nav-pills .nav-item .nav-link.active span{
  color:#fff;
}
.tabs .nav-pills .nav-item .nav-link i{
 float: right;
}
.tabs .tab-content{
  background:#fff;
  padding:0;
}
.tabs .tab-content .tab-pane{
  background-color: #fff;
}
.tab-content h4{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.795);
}
.tab-content h3 a{
  font-size:20px;
  color:#f56629;
  text-decoration: none !important;
}
@media(max-width:432px){
  .tab-content h3 a{
    font-size: 17px;
  }
}
.tab-content p{
  font-size: 15px;
  color: rgba(0, 0, 0, 0.788);
}
.tab-pane::after{
  display: none !important;
}
.flag-main{
  display:flex;
}
.flag-sec{
  margin: 10px;
  text-align: center;
}
@media(max-width:401px){
  .flag-sec{
    margin: 0px 5px;
  }
}
.flag-pic img{
  width:60px;
  height:60px;
  object-fit: contain;
}
.flag-text p{
  font-size: 16px;
}
.flag-view{
  margin: 10px 0px;
}

.flag-view button{
  padding:5px 15px;
  background-color:#f56629;
  font-size:17px;
  color: #fff;
  border: solid 1px #f56629;
  transition: 0.5s;
  border-radius: 5px;
}
.flag-view button:hover{
  background-color: #fff;
  transition: 0.5s;
  color:#f56629;
  border: solid 1px #f56629;
}
.tab-pic{
  margin: 10px 0px;
}
.tab-pic img{
  width: 100%;
  height: 350px;
  object-fit: contain;
}
.card-main1{
  display: flex;

}
.card-sec{
  padding: 10px;
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 4px solid #f56629!important;
  height:350px;
  /* margin: 20px 40px; */
  width:100%;
}
@media(max-width:992px){
  .card-sec{
    width: 145px;
  }
}
@media(max-width:768px){
  .card-sec{
    /* width: 100%*/
    margin: 20px 0px;
    height: 400px;
  }
}
@media(max-width:768px){
  .card-sec{
    width: 100%;
    margin: 20px 0px;
    height: auto;
  }
}
.card-inside{
  text-align: center;
  padding: 10px;
}
.card-inside img{
  width:50px;
  height:50px;
  object-fit: contain;
}
.card-inside h4{
  font-size:15px;
  font-weight: 600;
  padding: 10px 0px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  color:#f56629 !important;
}
.card-inside P {
  font-size: 14PX;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding: 5px 0px;
  text-align: left;
  margin-bottom: 0;
}
.card-inside a{
  text-decoration: none !important;
  color:#000;
  font-size: 16px;
  transition: 0.9s;
}
.card-sec1 {
  padding: 10px;
  border-radius: 3px;
  box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 4px solid #f56629!important;
  height: 215px;
  margin: 20px 10px;
  transition: 0.5s;
  width: 100%;
}
@media(max-width:540px){
  .card-sec1{
    height: auto;
  }
}
  .card-sec1:hover{
    background-color: #f56629;
    transition: 0.5s;
    cursor: pointer;
  }
  .card-inside1{
    padding: 10px;
    text-align: center;
  }
  .card-inside1:hover h4{
    color: #fff;
  }
  .card-inside1:hover p{
    color: rgba(255, 255, 255, 0.774);
  }
  .card-inside1 img{
    width:70px;
    height: 70px;
    object-fit: contain;
    border-radius: 50%;
    position: relative;
    bottom: 50px;
  }
  .card-inside1 h4{
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0px;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
  }
  .card-inside1 p{
    font-size: 14PX;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding: 5px 0px;
  }
/* sixth-section */
@media(max-width:992px){
  .box-mid{
    margin:20px 0px;
  }
}
#back{
  background-color: #2c2f3c;
  margin: 30px 0px;
  padding: 40px 0px;
}
.inside-box-mid{
  background-color: white;
  box-shadow: 0 5px 30px 0 #ff00002b;
  border-radius: 10px;
  padding: 40px 35px;
  text-align: center;
  transition: 0.5s;
}
.inside-box-mid:hover{
  box-shadow: 8px 8px 5px 0 #f56629;
  transition: 0.5s;
}
.inside-box-mid h2{
  font-size: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.788);
  font-weight: 700;
  line-height: 1.5;
}
.inside-box-mid img{
  border-radius: 50%;
  padding: 10px 0px;
  width:40px;
  height:60px;
  object-fit: contain;
  cursor: pointer;
}


/* seventh-section */
.main3{
  margin: 20px 0px;
}
.text-log{
  padding: 10px;
}
.text-log h2{
  font-size:33px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:bolder;
  padding: 5px 0px;
  text-align: left;
}
.text-log h3{
  font-size:22px;
  color: #000;
  font-weight:700;
  text-align: left;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0px;
}
.text-log p{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.808);
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}
.box-log button{
  padding: 10px 15px;
  background-color:#f56629;
  font-size: 20px;
  color: #fff;
  border: solid 1px #f56629;
  transition: 0.5s;
  border-radius: 5px;
  margin-top: 44%;
}
.box-log button:hover{
  background-color: #fff;
  transition: 0.5s;
  color:#f56629;
  border: solid 1px #f56629;
}
/* another-section */
.text-box{
  text-align: center;
  background-color:#f56629;
  height: 140px;
  padding:23px;
  position: relative;
  top:50%;
  left: 0;
}
.text-box h2{
  font-size:20px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 7px 0px;
  text-align:center;
}
@media(max-width:469px){
  .text-box h2{
    font-size:15px;
  }
}
.text-box button{
  padding: 10px 50px;
  background-color:#f56629;
  border:solid 1px #fff;
  border-radius:5px;
  color:#fff;
  transition: 0.5s;
}
.text-box button:hover{
  background-color: #fff !important;
  color:#f56629;
  transition: 0.5s;
}


/* footer-section */
.foot-sec{
  background-color:#2c2f3c;
  padding-top:90px;
}
.foot-text h3{
  font-size: 20px;
  color: #fff;
  padding: 10px 0px;
  text-align:left;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}
.foot-text p{
  font-size:16px;
  color: #fff;
  padding: 10px 0px;
  text-align:left;
  font-weight:400;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}
.foot-text li{
  list-style-type: none ;
}
.foot-text a{
  list-style-type: none;
  text-align: left;
  color:rgba(255, 255, 255, 0.829);
  line-height:2.5;
  font-size:14px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
}
.foot-text iframe{
  width: 100%;
}
.foot-text a:hover{
  text-decoration: underline !important;
}
.foot-text a:hover{
  text-decoration: none;
}
.foot-icon{
  display:flex;
}
.foot-icon i{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.788);
  border-radius: 50%;
  background-color: #2c2f3c;
  border: solid 2px rgba(255, 255, 255, 0.788);
  margin: 15px 5px;
  padding: 11px 15px;
  transition: 0.9s;
  cursor: pointer;
}
.foot-icon .link-icon{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.788);
  border-radius: 50%;
  background-color: #2c2f3c;
  border: solid 2px rgba(255, 255, 255, 0.788);
  margin: 15px 5px;
  padding: 11px 12px;
  transition: 0.9s;
}
.foot-icon .link-icon1{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.788);
  border-radius: 50%;
  background-color: #2c2f3c;
  border: solid 2px rgba(255, 255, 255, 0.788);
  margin: 15px 5px;
  padding: 11px 12px;
  transition: 0.5s;
}
.foot-icon i:hover{
  box-shadow: 0px 0px 15px 0px #f56629;
  transition: 0.5s;
}
.copy-text{
  background-color: #262934;
  text-align: center;
  height:70px;
  margin-top: 10px;
  padding: 15px 0px;
}
.copy-text b{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media(max-width:642px){
  .copy-text b{
    font-size: 10px;
  }
}
.copy-text a{
  color: #f56629;
}

/* contact-page-section */
.banner-contact img{
  width: 100%;
  height:450px;
  object-fit: cover;
  -webkit-filter: grayscale(1);
}


/* second-contact-section */
.contact-main{
  position:relative;
  bottom:300px;
  left: 0;
}
@media(max-width:991px){
  .contact-main{
    bottom:320px;
  }
}
@media(max-width:371px){
  .contact-main{
    bottom:260px
  }
}
.contact-sec{
  padding: 25px;
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgba(51, 51, 53, 0.39);
  background-color: #fff;
  height: auto;
}
@media(max-width:991px){
  .contact-sec{
    margin: 25px 0px;
  }
}
/* .contact-text{
  padding: 10px;
} */
.contact-text h2{
  font-size:25px;
  color: #000;
  padding: 10px 0px;
  text-align:left;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}
.formarea label{
  display: flex;
  padding: 0px 5px;
  margin-top:5px;
  margin-bottom: 0px;
}
.formarea label span{
  color:red
}
.inputsec {
  border: solid 1px rgb(216, 210, 210) ;
  border-radius: 5px;
  width:100%;
  padding: 10px 10px;
  outline: none !important;
}
@media(max-width:1025px){
  .inputsec{
      width: 100%;
      margin: 10px 0px;
  }
}
@media(max-width:426px){
  .inputsec{
      padding: 15px 5px;
  }
}
.msg-contact textarea{
  border: solid 1px rgb(216, 210, 210);
  padding: 10px;
  border-radius: 5px;
  margin:5px 0px;
  width: 100%;
  outline: none !important;
}
@media(max-width:426px){
  .msg-contact textarea{
      margin: 0;
  }
}
.msg-contact label{
  display: block;
  padding:0px 5px;
  margin-bottom: 0px;
}
.formarea button{
  background-color:#f56629;
  padding: 10px 20px;
  border: solid 1px #f56629;
  color: white;
  font-size: 16px;
  font-family: 'Scheherazade New', serif;
  margin: 7px 15px;
  transition: 0.5s;
  border-radius: 5px 0px;
  width: 94%;
}
@media(max-width:426px){
  .formarea button{
      padding: 5px 15px;
  }
}
.formarea button:hover{
  color:#f56629;
  font-family: 'Scheherazade New', serif;
  transition: 0.5s;
  border-radius: 0px;
  background: none;
  border: 1px solid #f56629;
  border-radius: 0px 5px;
}
.contact-box{
  padding: 25px;
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgba(51, 51, 53, 0.644);
  background-color: #000000!important;
  height:503px;
}
@media(max-width:1199px){
  .contact-box{
    height: auto !important;
  }
}
.contact-text-inside{
  padding: 10px;
}
.contact-text-inside h2{
  font-size:20px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  text-align: justify;
  padding: 5px 0px;
}
@media(max-width:991px){
  .contact-text-inside h2{
    font-size: 17px;
    line-height: 1.8;
  }
}
.contact-text-inside h3{
  font-size:18px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  text-align: justify;
  padding:10px 0px;
  line-height: 1.5;
}
@media(max-width:991px){
  .contact-text-inside h3{
    font-size: 15px;
  }
}
.contact-us{
  padding: 10px 0px;
}
.contact-link{
  padding: 10px 0px;
}
.contact-us h4{
  font-size:20px;
  color:#fff;
  padding: 5px 0px;
}
.contact-us i{
  font-size: 25px;
}
.contact-us p{
  font-size: 16px;
  color: #fff;
}
.contact-us a{
  text-decoration: none !important;
  color: #fff;
  font-size:16px;
  font-weight: 500;
}
.contact-link{
  padding: 0px 15px;
}
.contact-link a{
  color: #fff;
  font-size:18px;
  font-weight: 600;
  text-decoration: underline;
}
@media(max-width:335px){
  .contact-link a{
    font-size: 16px;
  }
}
.contact-link h4{
  font-size:20px;
  color:#fff;
  padding: 5px 0px;
}
.contact-us  hr{
  border: solid 1px rgba(255, 255, 255, 0.233);
  width: 100%;
}

/* third-section */
/* .map-card{
  padding:25px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgb(241, 238, 238);
  margin-top:15px;
  margin-bottom: 20px;
} */
#map-section{
  position: relative;
  bottom:250px;
  left: 0;
  margin-bottom: -290px;
}
.contact-head{
  padding: 10px;
}
.contact-head h2{
  font-size:30px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-weight:700;
  text-align: center;
  padding: 5px 0px;
}
@media(max-width:389px){
  .contact-head h2{
    font-size: 23px;
  }
}
.contact-map iframe{
  width: 100%;
  height: 520px;
}
/* .contact-map::after{
    content: '';
    position: absolute;
    border: solid 7px rgb(255 255 255);
    box-shadow: 0px 0px 10px 0px lightgrey;
    right: -4%;
    bottom: 55%;
    width: 40px;
    overflow: hidden;
    transform: translate(360deg);
    transform: rotate(360deg)
} */
.map-content{
  padding: 25px;
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgba(125, 125, 131, 0.329);
  background-color: #fff;
  height:520px;
  margin-bottom:30px;
}
@media(max-width:479px){
  .map-content{
    height: auto !important;
  }
}
@media(max-width:371px){
  .map-content{
    padding:17px;
    margin-top: 25px;
  }
}
.text-map{
  padding: 10px;
}
@media(max-width:371px){
  .text-map{
    padding: 0px;
  }
}
.text-map img{
  width:85px;
  height:85px;
  object-fit: contain;
  padding: 5px 0px;
}
@media(max-width:451px){
  .text-map img{
    width: 60px;
    height: 60px;
  }
}
.text-map h2{
  font-size:25px;
  color:#f56629;
  font-family: 'Mulish', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  font-weight:500;
  display:inline-block;
  padding:10px 0px;
}
@media(max-width:451px){
  .text-map h2{
    font-size: 18px;
  }
}
.text-map h5{
  font-size:16px;
  color: #000;
  font-family: 'Mulish', sans-serif;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 700;
}
@media(max-width:451px){
  .text-map h5{
    font-size: 14px;
  }
}
.text-map p{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.712);
  padding:10px 0px;
}
@media(max-width:451px){
  .text-map p{
    font-size: 14px;
  }
}
.text-map span{
  font-size: 18px;
  font-weight: 800;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0px;
}
@media(max-width:451px){
  .text-map span{
    font-size: 15px;
  }
}
.text-map a{
  font-size:16px;
  color: rgb(44, 44, 124);
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0px;
  text-decoration: none !important;
}
.text-min-sec1{
  margin: 10px 0px;
}
.text-min-sec1 b{
  font-size:20px;
  color: #000;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.541);
  box-shadow: 1px 2px 30px 1px rgba(125, 125, 131, 0.096);
}
/* .text-min-sec1 b:hover{
  background-color:#000;
  color:#f56629;
  transition: 0.5s;
} */
@media(max-width:475px){
  .text-min-sec1 b{
    font-size: 14px;
  }
}
@media(max-width:471px){
  .text-min-sec1 b{
    font-size: 13px;
  }
}
.text-min-sec1 :hover{
  color:rgb(3, 3, 78);
  transition: 0.5s;
}

.text-min-sec1 i{
  padding: 8px 8px;
  font-size: 25px;
  font-weight: 500;
  color:#000;
  animation: slide-left 1.5s ease-in-out infinite alternate both;
  margin-left: 3px;
}
@media(max-width:475px){
  .text-min-sec1 i{
    font-size: 14px;
  }
}
@keyframes slide-left{
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);

 }
}
/* .text-min-sec1 :hover i{
  color:#f56629;
} */

.tvygbu li{
  border:solid 1px #000;
  border-radius: 50%;
}

/* career-section */
.career{
  margin-bottom: -100px;
}
@media(max-width:779px){
  .career{
    margin-bottom: -150px;
  }
}
@media(max-width:455px){
  .career{
    margin-bottom: -185px;
  }
}
.career-pic img{
  width: 100%;
  height:350px;
  object-fit: cover;
}
.career-text{
  padding: 10px;
  text-align: center;
  position: relative;
  top: -255px;
  left: 0;
}
.career-text h2{
  font-size:30px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  letter-spacing: 2px;
  display:inline-block;
  padding:10px 0px;
}
.career-text p{
  font-size:20px;
  color: #fff;
  padding: 5px 0px;
}
.career-blog img{
  width:60px;
  height:60px;
  object-fit: contain;
  padding: 5px 0px;
  margin-top: -10px;
}
.career-blog h2{
  font-size:30px;
  color: #f56629;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  display:inline-block;
  padding:10px 0px;
  margin-left: 20px;
}
@media(max-width:393px){
  .career-blog h2{
    font-size: 25px;
  }
}
@media(max-width:343px){
  .career-blog h2{
    font-size: 21px;
  }
}
.career-blog span{
  color: rgba(0, 0, 0, 0.658);
  font-size: 25px;
}
@media(max-width:393px){
  .career-blog span{
    font-size: 20px;
  }
}
.extra-pic{
  padding: 10px 0px;
}
.extra-pic img{
  width:100%;
  height:auto;
  object-fit: contain;
}
@media(max-width:991px){
  .extra-pic img{
    width: auto;
  }
}
.career-para p{
  font-size:18px;
  color: rgba(0, 0, 0, 0.712);
  padding: 5px 0px;
  text-align: justify;
}
.career-box{
  height: auto !important;
  background-color: #303031;
  padding: 20px;
  width: 600px;
  margin: 20px 0px;
}
@media(max-width:769px){
  .career-box{
    width: auto;
  }
}
.career-box h2{
  font-size: 25px;
  color: #f56629;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 10px 0px;
}
.career-box h3 a{
  font-size:18px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  padding: 10px 10px;
}@media(max-width:341px){
  .career-box h3 a{
    font-size:15px;
  }
}
.career-box h3{
  color: #fff;
}
.career-box h4 a{
  font-size:18px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  padding: 10px 10px;
}
@media(max-width:341px){
  .career-box h4 a{
    font-size:15px;
  }
}
.career-box h4{
  color: #fff;
  display: flex;
}
.career-text-area{
  text-align: left !important;
}
.career-text-area h2{
  font-size: 25px;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:500;
  padding: 10px 0px;
  color: #f56629;
}
.career-text-area p{
  font-size:18px;
  font-weight: 600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}
@media(max-width:769px){
  .career-text-area p{
    font-size:16px;
    line-height:2;
  }
}
.career-text-area h4{
  color:#f56629;
  font-size:16px;
  font-weight:600;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding-top: 5px;
  margin-left: 10px;
}
.career-text-area img{
  width: 10px;
  height: 11px;
  object-fit: contain;
  margin-top: 8px;
  margin:7px 10px;
}
.career-text-area li{
  font-size:16px;
  color: #000000b6;
  padding: 10px 0px;
  list-style-type: none;
  display: flex;
}
.career-text-area span{
  color:#000000b6;
  font-size: 16px;
  display: flex;
}
.career-text-area b{
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1fa2;
}
.career-text-area button{
  border: solid 1px  #f56629;
  font-size:18px;
  padding:7px 50px;
  background-color:  #f56629;
  color: #fff;
  margin: 10px 0px;
  transition: 0.5s;
}
.career-text-area button:hover{
  background-color: #fff;
  color: #f56629;
  transition: 0.5s;
  border: solid 1px  #f56629;
}
.career-text-area hr {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 3px dotted #ccc;
}

/* custom-software-development */
.custom{
  margin-bottom: -265px;
}
@media(max-width:768px){
  .custom{
    margin-bottom: -330px;
  }
}
@media(max-width:540px){
  .custom{
    margin-bottom:-420px;
  }
}
@media(max-width:425px){
  .custom{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom{
    margin-bottom: -550px;
  }
}
@media(max-width:320px){
  .custom{
    margin-bottom: -720px;
  }
}


.custom1{
  margin-bottom: -265px;
}
@media(max-width:769px){
  .custom1{
    margin-bottom: -350px;
  }
}
@media(max-width:641px){
  .custom1{
    margin-bottom: -450px;
  }
}
@media(max-width:425px){
  .custom1{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom1{
    margin-bottom: -550px;
  }
}
@media(max-width:321px){
  .custom1{
    margin-bottom: -700px;
  }
}



.custom-start{
  margin-bottom: -265px;
}
@media(max-width:768px){
  .custom-start{
    margin-bottom: -330px;
  }
}
@media(max-width:540px){
  .custom-start{
    margin-bottom:-420px;
  }
}
@media(max-width:425px){
  .custom-start{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom-start{
    margin-bottom: -550px;
  }
}
@media(max-width:320px){
  .custom-start{
    margin-bottom: -720px;
  }
}


.custom-pic-start img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .custom-pic-start img{
    height:530px;
  }
}
@media(max-width:375px){
  .custom-pic-start img{
    height:600px;
  }
}
@media(max-width:320px){
  .custom-pic-start img{
    height:690px;
  }
}



.pic-arounds img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:375px){
  .pic-arounds img{
    height:600px;
  }
}
@media(max-width:320px){
  .pic-arounds img{
    height:630px;
  }
}

.custom-pic-soft img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .custom-pic-soft img{
    height:530px;
  }
}
@media(max-width:375px){
  .custom-pic-soft img{
    height:620px;
  }
}
@media(max-width:320px){
  .custom-pic-soft img{
    height:700px;
  }
}


.custom-care{
  margin-bottom: -265px;
}
@media(max-width:769px){
  .custom-care{
    margin-bottom: -350px;
  }
}
@media(max-width:641px){
  .custom-care{
    margin-bottom: -450px;
  }
}
@media(max-width:425px){
  .custom-care{
    margin-bottom: -500px;
  }
}
@media(max-width:375px){
  .custom-care{
    margin-bottom: -530px;
  }
}
@media(max-width:320px){
  .custom-care{
    margin-bottom: -700px;
  }
}







.custom2{
  margin-bottom: -265px;
}
@media(max-width:769px){
  .custom2{
    margin-bottom: -350px;
  }
}
@media(max-width:641px){
  .custom2{
    margin-bottom: -450px;
  }
}
@media(max-width:425px){
  .custom2{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom2{
    margin-bottom: -550px;
  }
}
@media(max-width:320px){
  .custom2{
    margin-bottom: -770px;
  }
}

.custom3{
  margin-bottom: -265px;
}
@media(max-width:769px){
  .custom3{
    margin-bottom: -350px;
  }
}
@media(max-width:641px){
  .custom3{
    margin-bottom: -450px;
  }
}
@media(max-width:425px){
  .custom3{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom3{
    margin-bottom: -550px;
  }
}
@media(max-width:321px){
  .custom3{
    margin-bottom: -640px;
  }
}

.custom4{
  margin-bottom: -265px;
}
@media(max-width:769px){
  .custom4{
    margin-bottom: -350px;
  }
}
@media(max-width:641px){
  .custom4{
    margin-bottom: -450px;
  }
}
@media(max-width:425px){
  .custom4{
    margin-bottom: -500px;
  }
}
@media(max-width:377px){
  .custom4{
    margin-bottom: -550px;
  }
}
@media(max-width:321px){
  .custom4{
    margin-bottom: -600px;
  }
}


.custom-pic img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
.image-new img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .image-new img{
    height:620px;
  }
}
.custom-pic-new2 img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .image-new img{
    height:620px;
  }
}
@media(max-width:375px){
  .custom-pic-new2 img{
    height: 600px;
  }
}
.custom-pic-new-one img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .custom-pic-new-one img{
    height:620px;
  }
}
@media(max-width:375px){
  .custom-pic-new-one img{
    height: 600px;
  }
}
@media(max-width:320px){
  .custom-pic-new-one img{
    height:650px;
  }
}
.new-pic-data img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .new-pic-data img{
    height:620px;
  }
}
@media(max-width:375px){
  .new-pic-data img{
    height: 600px;
  }
}
@media(max-width:320px){
  .new-pic-data img{
    height:650px;
  }
}
.image-new-inner img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .image-new-inner img{
    height:620px;
  }
}
@media(max-width:375px){
  .image-new-inner img{
    height: 600px;
  }
}
@media(max-width:320px){
  .image-new-inner img{
    height:650px;
  }
}
.new-api-pic img{
  width: 100%;
  height:550px;
  object-fit: cover;
}
@media(max-width:425px){
  .new-api-pic img{
    height:620px;
  }
}
@media(max-width:375px){
  .new-api-pic img{
    height: 600px;
  }
}
@media(max-width:320px){
  .new-api-pic img{
    height:610px;
  }
}
/* @media(max-width:425px){
  .custom-pic img{
    height:530px;
  }
}
@media(max-width:375px){
  .custom-pic img{
    height:520px;
  }
}
@media(max-width:320px){
  .custom-pic img{
    height:620px;
  }
} */
.custom-text{
  padding: 10px;
  text-align: center;
  position: relative;
  top: -440px;
  left: 0;
}
@media(max-width:425px){
  .custom-text{
    top:-490px;
    text-align: left;
  }
}
@media(max-width:320px){
  .custom-text{
    top:-540px;
  }
}
.custom-text-new{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
@media(max-width:425px){
  .custom-text-new{
    top:-50px;
    text-align: left;
  }
}
@media(max-width:375px){
  .custom-text-new{
    top:-70px;
  }
}
@media(max-width:320px){
  .custom-text-new{
    top:-30px;
  }
}
.custom-text-new1{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
@media(max-width:425px){
  .custom-text-new1{
    top:-50px;
    text-align: left;
  }
}
@media(max-width:375px){
  .custom-text-new1{
    top:-100px;
  }
}
@media(max-width:320px){
  .custom-text-new1{
    top:-90px;
  }
}
.custom-text-top{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
@media(max-width:425px){
  .custom-text-top{
    top:-30px;
    text-align: left;
  }
}
@media(max-width:375px){
  .custom-text-top{
    top:-100px;
  }
}
@media(max-width:320px){
  .custom-text-top{
    top:-150px;
  }
}
.new-para-data{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
@media(max-width:425px){
  .new-para-data{
    top:-70px;
    text-align: left;
  }
}
@media(max-width:375px){
  .new-para-data{
    top:-100px;
    text-align: left;
  }
}
@media(max-width:320px){
  .new-para-data{
    top:-130px;
  }
}
.new-custom-sec-innner{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
/* @media(max-width:425px){
  .new-custom-sec-innner{
    top:-70px;
    text-align: left;
  }
} */
@media(max-width:375px){
  .new-custom-sec-innner{
    top:-60px;
    text-align: left;
  }
}
@media(max-width:320px){
  .new-custom-sec-innner{
    top:-100px;
  }
}
.new-api-text{
  padding: 5px;
  position: relative;
  top: 0;
}
@media(max-width:425px){
  .new-api-text{
    top:-50px;
    text-align: left;
  }
}
@media(max-width:375px){
  .new-api-text{
    top:-70px;
  }
}
@media(max-width:320px){
  .new-api-text{
    top:-65px;
  }
}
.text-soft{
  padding: 5px;
  position: relative;
  top: 0;
}
@media(max-width:425px){
  .text-soft{
    top:-50px;
    text-align: left;
  }
}
@media(max-width:375px){
  .text-soft{
    top:-120px;
  }
}
@media(max-width:320px){
  .text-soft{
    top:-150px;
  }
}
.text-around{
  padding: 10px;
  text-align: center;
  position: relative;
  top:0px;
  left: 0;
}
@media(max-width:425px){
  .text-around{
    top:-50px;
    text-align: left;
  }
}
@media(max-width:375px){
  .text-around{
    top:-100px;
  }
}
@media(max-width:320px){
  .text-around{
    top:-100px;
  }
}
/* @media(max-width:769px){
  .custom-text{
    top: -500px;
    text-align: initial !important;
  }
}
@media(max-width:425px){
  .custom-text{
    top: -500px;
  }
}
@media(max-width:375px){
  .custom-text{
    top: -520px;
  }
}
@media(max-width:320px){
  .custom-text{
    top: -600px;
  }
} */
.custom-text h2{
  font-size:30px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding:10px 0px;
}
@media(max-width:768px){
  .custom-text h2{
    text-align: left;
    font-size:26px;
  }
}
.custom-text p{
  font-size:16px;
  color: #fff;
  /* padding: 5px 180px; */
  text-align: center;
  line-height:2;
}
@media(max-width:769px){
  .custom-text p{
    text-align: left;
  }
}
.button-mark {
  padding: 10px;
}
@media(max-width:769px){
  .button-mark{
    margin-top: -20px;
  }
}
.button-mark button{
  border: solid 1px  #f56629;
  font-size:18px;
  padding:7px 60px;
  background-color: #f56629;
  color: #fff;
  margin: 10px 0px;
  transition: 0.5s;
  font-size: 16px;
}
.button-mark button:hover{
  background-color: #fff;
  color: #f56629;
  transition: 0.5s;
  border: solid 1px #f56629;
}
@media(max-width:425px){
  .button-mark button{
    font-size: 15px;
  }
}
.new-para-enter{
  padding: 10px;
}
@media(max-width:425px){
  .new-para-enter{
    margin-top:-50px;
  }
}
@media(max-width:320px){
  .new-para-enter{
    margin-top:-20px;
  }
}
/* .custom-area {
  padding: 10px;
} */
.new-para-data-1{
  padding: 5px;
}
@media(max-width:425px){
.new-para-data-1{
  margin-top:-50px;
}
}
@media(max-width:375px){
  .new-para-data-1{
    margin-top:-70px;
  }
}
@media(max-width:320px){
  .new-para-data-1{
    margin-top:-50px;
  }
}
.text-inner{
  padding: 5px;
}
@media(max-width:425px){
.text-inner{
  margin-top:-30px;
}
}
@media(max-width:375px){
  .text-inner{
    margin-top:-50px;
  }
}
@media(max-width:320px){
  .text-inner{
    margin-top:-20px;
  }
}
.custom-area h2{
  font-size:25px;
  color: #f56629;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:800;
  letter-spacing: 2px;
  display:inline-block;
}
.custom-area h3{
  font-size:30px;
  color:#000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 10px 0px;
}
@media(max-width:376px){
  .custom-area h3{
    font-size:20px;
  }
}
.custom-area img{
  width: auto;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
  display: block;
  color: #f56629;
  background: transparent !important;
}
.custom-area p{
  font-size: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.733);
  line-height:1.8;
  text-align:justify;
}
.custom-box{
  padding:40px 20px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: border-box;
  height:400px;
  transition: 0.5;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin:20px 0px;
}
@media(max-width:1200px){
  .custom-box{
    height: 455px;
  }
}
@media(max-width:769px){
  .custom-box{
    height:450px;
  }
}
@media(max-width:767px){
  .custom-box{
    height:auto;
  }
}
.custom-text1{
  padding: 5px;
}
@media(max-width:375px){
  .custom-text1{
    margin-top:-10px;
  }
}
@media(max-width:320px){
  .custom-text1{
    margin-top:-130px;
  }
}
.last-sec-text{
  padding: 5px;
}
@media(max-width:375px){
  .last-sec-text{
    margin-top:20px;
  }
}
@media(max-width:320px){
  .last-sec-text{
    margin-top:130px;
  }
}
.text-new-around{
  padding: 5px;
}
@media(max-width:425px){
  .text-new-around{
    margin-top:-60px;
  }
}
@media(max-width:375px){
  .text-new-around{
    margin-top:-50px;
  }
}
@media(max-width:320px){
  .text-new-around{
    margin-top:-30px;
  }
}
.text-down{
  padding: 5px;
}
@media(max-width:375px){
  .text-down{
    margin-top:-10px;
  }
}
@media(max-width:320px){
  .text-down{
    margin-top:100px;
  }
}
.text-new-mobile{
  padding: 5px;
}
@media(max-width:375px){
  .text-new-mobile{
    margin-top:-10px;
  }
}
@media(max-width:320px){
  .text-new-mobile{
    margin-top:120px;
  }
}
.text-new-custom{
  padding: 5px;
}
@media(max-width:375px){
  .text-new-custom{
    margin-top:20px;
  }
}
@media(max-width:320px){
  .text-new-custom{
    margin-top:140px;
  }
}
.text-soft-another{
  padding: 5px;
}
@media(max-width:375px){
  .text-soft-another{
    margin-top:-20px;
  }
}
@media(max-width:320px){
  .text-soft-another{
    margin-top:100px;
  }
}
.custom-box:hover{
  border-left:8px solid  #f56629;
  box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
  cursor: pointer;
  transition: 0.3s;
  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.custom-text-pattern{
  padding: 10px;
}
.custom-text-pattern img{
  width:80px;
  height:80px;
  object-fit: contain;
}
@media(max-width:1200px){
  .custom-text-pattern img{
    width: 55px;
    height: 55px;
  }
}
.custom-text-pattern h3{
  font-size:18px;
  color:#000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 10px 0px;
}
@media(max-width:1200px){
  .custom-text-pattern h3{
    font-size: 15px;
  }
}
.custom-text-pattern  hr{
  width:150px;
  margin:0px 2px;
  border: solid 1px #f56629;
  margin-top: -10px;
}
/* .custom-text-pattern h3::after{
  content: '';
  width: 120px;
  position: absolute;
  bottom:230px;
  left:45px;
  border: solid 1px #ff0000;
  
}
.custom-text-pattern h3::after:hover{
  margin-left: 15px;
} */
.custom-text-pattern p{
  font-size:15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.733);
  line-height:1.8;
}
.custom-area {
  margin-top: 40px;
}
@media(max-width:991px){
  .custom-area{
    margin-top:50px;
  }
}
@media(max-width:481px){
  .custom-area{
    margin-top:50px;
  }
}
@media(max-width:320px){
  .custom-area{
    margin-top:155px;
  }
}


/* tab-content */
.back-pic{
  background: url(../images/graybanner.jpg);
  width: 100%;
  height: 580px;
  object-fit: contain;
}
@media(max-width:769px){
  .back-pic{
    height: auto;
  }
}
.tabs input[type=radio] {
  display: none; 
}
.tabs label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  width: 24%;
  height: 3em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #FCFCFC;
  text-align: center;
  line-height: 3em; 
  background-color:#555;
}
@media(max-width:769px){
  .tabs label{
    width: 49%;
  }
}
.tabs label:last-of-type {
  border-bottom: none; 
}
.tabs label:hover {
  background: #777;
  color:#ffffff;
}
@media screen and (max-width: 600px) {
.tabs label {
  width: 100%;
  display: block;
  border-bottom: 2px solid #C7C6C4;
  border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
  margin: 0; 
} 
} 

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
  background: #777;
  color: #FFFFFF; 
}

.tabs-content {
  position: absolute;
  top: -9999px;
  padding: 10px; 
}

.tab-content-wrapper{
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
  border: none;
  border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4 {
  position: relative;
  top: 0px;
 }
 .tab-pic5{
   text-align: center !important;
 }
.tab-pic5 img{
  width:75px;
  height:75px;
  object-fit: contain;
  cursor: pointer;
}
.tab-pic5 h4{
  font-size:18px;
  color:#000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 30px 0px;
  text-align: center;
  cursor: pointer;
}

/* box2-section */
.main-custom-box{
  background-color: #303031;
  padding-bottom: 30px;
}
.custom-pic-sec{
  text-align: center;
  padding: 20px 5px;
  border: dotted 2px #fff;
  height: 200px;
  margin: 10px 0px;
}
.custom-pic-sec img{
  width:60px;
  height:60px;
  object-fit: contain;
  color: #fff;
}
.custom-pic-sec h4{
  font-size:16px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 5px 0px;
}
.custom-pic-sec p{
  font-size:13px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
}

.custom-area1 {
 margin:70px 0px;
}
@media(max-width:575px){
  .custom-area1{
    margin: 70px 15px;
  }
}
.custom-area1 h2{
  font-size:25px;
  color: #fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  letter-spacing: 2px;
  display:inline-block;
}
@media(max-width:376px){
  .custom-area1 h2{
    font-size: 20px;
  }
}
.custom-area1 h3{
  font-size:30px;
  color:#fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 10px 0px;
}
@media(max-width:376px){
  .custom-area1 h3{
    font-size: 20px;
  }
}
.custom-area1 img{
  width: auto;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
  display: block;
  color: #f56629;
}
.custom-area1 p{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height:1.8;
  text-align:justify;
}
.first-box{
  margin: 20px 0px;
  transition: 0.5s;
}
.first-box:hover{
  border-radius:3px;
  box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
  background-color: #fff;
  transition: 0.5s;
}
.box-inside{
  border: solid 1px #d5d5d5;
  padding: 20px;
  height: 400px;
}
.border-pic{
  width:70px;
  height: 70px;
  object-fit: contain;
  border-radius: 50%;
  position: relative;
  bottom: 50px;
  background-color: #f56629;
  text-align: center;
  margin: auto;
}
.border-pic img{
  width: 65px !important;
  height:70px !important;
  object-fit: contain;
  text-align: center;
}
.text-custom-sec{
  position: relative;
  bottom:30px;
}
.box-inside h3{
  font-size:18px;
  color:#000;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 5px 0px;
  text-align: center;
}
.box-inside hr{
  border: solid 1px  #f56629;
  width:100%;
  /* padding: 0px 20px; */
  margin-bottom: 5px;
  margin-top: 0px;
}
.box-inside p{
  font-size: 15px;
  color: rgba(0, 0, 0, 0.705);
  line-height:1.8;
  text-align: center;
}
.box-inside h5{
  font-size: 14px;
  color: #000;
  line-height: 1.8;
}
.box-inside img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media(max-width:350px){
  .box-inside img{
    width: 12px;
    height: 12px;
  }
}
/* accordion */
.custom-main-section{
  background-color: #f5f6f6;
}
.accordion-sec{
  margin:15px 0px;
}
.accordion {
  background-color: #eee;
  color: #f56629;
  cursor: pointer;
  font-weight: bold;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 8px 0px;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content:"\2212" !important;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/* form */
.form-box{
  padding:20px;
  background-color: #171f2c;
  margin: 20px 0px;
}
.form-inside{
  margin: 10px 0px;
}
.form-inside h3{
  font-size:20px;
  color:#fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 5px 0px;
}
.form-inside p{
  font-size: 15px;
  color: #fff;
  line-height:1.8;
}
.form-inside input{
  padding:8px 10px;
  width: 100%;
  border: solid 1px rgba(255, 255, 255, 0.534);
  margin: 10px 0px;
  border-radius: 5px;
  outline: none !important;
}
.input-msg textarea{
  padding:2px 9px;
  margin: 5px 0px;
  border-radius: 5px;
  width: 100%;
}
.button-form {
  margin: 5px 0px;
  text-align: center;
}
.button-form button{
  padding:10px 30px;
  color: #fff;
  background-color: #f56629;
  font-size: 16px;
  border:solid 1px #f56629;
  border-radius: 5px;
  transition: 0.5s;
}
.button-form button:hover{
  background-color: #fff;
  color: #f56629;
  transition: 0.5s;
  border: solid 1px #f56629;
}
/* mobile-app-development */
.boxes-back{
  padding: 40px 0px;
  background-color: #303031;
}
.mobile-area h2{
  font-size:25px;
  color:#fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  letter-spacing: 2px;
  display:inline-block;
}
.mobile-area h3{
  font-size:30px;
  color:#fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-weight:700;
  padding: 10px 0px;
}
@media(max-width:376px){
  .mobile-area h3{
    font-size:20px;
  }
}
.mobile-area img{
  width: auto;
  height: auto;
  object-fit: contain;
  margin-left: 5px;
  display: block;
}
.mobile-area p{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height:1.8;
  text-align:justify;
}

.mobile {
  display: flex;
  border:solid 1px #fff;
  margin:20px 0px;
  height:320px;
}
@media(max-width:360px){
  .mobile{
    height: auto;
  }
}
.mobile1 {
  display: flex;
  border:solid 1px #fff;
  margin:20px 0px;
  height:auto;
}
.icon-sec i{
  font-size: 25px;
  color: #fff;
  text-align: center;
  background-color: #f56629;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 83% 55%, 0 54%);
  height: 90px;
  width: 55px;
  padding-top:12px;
}
.mobile-text{
  padding: 10px;
}
.mobile-text h3{
  font-size:18px;
  color:#fff;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  text-align: left;
  margin-bottom: 10px;
}
.mobile-text p{
  font-size: 14px;
  color: #fff;
  line-height:1.8;
  font-family: 'Mulish', sans-serif;
  font-family: 'Poppins', sans-serif;
  padding-top: 5px;
}


.mobile-back-pic{
  background: url(../images/graybanner.jpg);
  width: 100%;
  height:440px;
  margin-bottom: 10px;
}
@media(max-width:991px){
  .mobile-back-pic{
    height: auto;
  }
}
.mobile-sec{
  text-align: center;
}
.inside-mobile-pic{
  text-align: center;
}
.inside-mobile-pic img{
  width: 80px;
  height: 80px;
  padding: 10px 0px;
  object-fit: contain;
}
.inside-mobile-pic p{
  font-size: 16px;
  color: #000;
  padding: 10px 0px;
  text-align: center;
}

.button-mobile button{
    padding:10px 30px;
    color: #fff;
    background-color: #f56629;
    font-size: 14px;
    border:solid 1px #f56629;
    border-radius: 5px;
    transition: 0.5s;
    text-align: center;
    margin-top: 20px;
    margin-right: 150px;
  }
  @media(max-width:769px){
    .button-mobile button{
      margin-right: 0px;
    }
  }
  .button-mobile button:hover{
    background-color: #fff;
    color: #f56629;
    transition: 0.5s;
    border: solid 1px #f56629;
  }

  .web-box{
    padding:40px 20px;
    border-radius: 3px;
    background-color: #fff;
    background-clip: border-box;
    height:480px;
    transition: 0.5;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin:20px 0px;
  }
  @media(max-width:991px){
    .web-box{
      height:350px;
    }
  }
  @media(max-width:767px){
    .web-box{
      height:auto;
    }
  }
  
  .web-box:hover{
    border-left:8px solid #f56629;
    box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
    cursor: pointer;
    transition: 0.3s;
    border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
  }

  .web-text-pattern{
    padding: 10px;
  }
  .web-text-pattern img{
    width:80px;
    height:80px;
    object-fit: contain;
  }
  @media(max-width:1200px){
    .web-text-pattern img{
      width: 55px;
      height: 55px;
    }
  }
  .web-text-pattern h3{
    font-size:18px;
    color:#000;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding: 10px 0px;
  }
  @media(max-width:1200px){
    .web-text-pattern h3{
      font-size: 15px;
    }
  }
  .web-text-pattern  hr{
    width:150px;
    margin:0px 2px;
    border: solid 1px #f56629;
    margin-top: -10px;
  }
  /* .web-text-pattern h3::after{
    content: '';
    width: 120px;
    position: absolute;
    bottom:230px;
    left:45px;
    border: solid 1px #ff0000;
    
  }
  .web-text-pattern h3::after:hover{
    margin-left: 15px;
  } */
  .web-text-pattern p{
    font-size:14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.733);
    line-height:1.8;
  }


  /* API-Section */
  .API-section{
    background-color: #f6f3f5;
    padding-bottom: 20px;
  }
  .main-API{
    background: #fff;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.116);
    cursor: pointer;
    border-radius:5px;
    padding: 30px;
    margin-bottom:20px;
  }
  .api-text{
    margin: 20px 0px;
  }
  .api-text h3{
    font-size:20px;
    color:#000;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding: 10px 0px;
  }
  .api-text p{
    font-size:14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.733);
    line-height:1.8;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
  }
  .api-pic img{
    max-width:100%;
    height:auto;
    object-fit: contain;
  }
  .api-pic-sec{
    text-align: center;
  }
  .api-pic-sec img{
  max-width:100%;
    height:auto;
    object-fit: contain;
    margin: 20px 0px;
  }
  @media(max-width:991px){
    .api-pic-sec img{
      margin: 0;
    }
  }
  .api-section1{
    background-image: url(../images/api-bg.webp);
    border-radius: 10px;
    background-color: #303031;
    height: 250px;
    margin-bottom: 60px;
  }
  @media(max-width:991px){
    .api-section1{
      height: auto;
      background-repeat: no-repeat;
      margin-bottom: 10px;
    }
  }
  .content-center{
    padding:60px 0px;
  }
  .api-text1{
    padding: 10px 0px;
  }
  .api-text1 p{
    font-size:22px;
    font-weight: 600;
    color: #fff;
    line-height:1.8;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
  }
  .api-text1 h3{
    font-size:25px;
    color:#fff;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding:5px 0px;
  }
  .button-api{
    margin:30px 0px;
  }
  @media(max-width:991px){
    .button-api{
      text-align: center;
      margin: auto;
    }
  }
  .button-api button{
    padding:10px 30px;
    color: #000;
    background-color:#fff;
    font-size:15px;
    border:solid 1px #fff;
    border-radius: 5px;
    transition: 0.5s;
    text-align: center;
  }
  .button-api button:hover{
    background-color:#000;
    color: #fff;
  }



  .api-section-back{
    margin: auto;
    padding:30px 0px;
    background-color: #f6f3f5;
  }
.text-api1-box{
  box-shadow: 0 0 12px 7px #eaeaea;
  text-align: center;
  background: #fff;
  padding: 30px 30px;
  border-radius: 8px;
  position: relative;
  height: 180px;
  margin: 10px 0px;
  transition: 0.5s;
}
@media(max-width:991px){
  .text-api1-box{
    margin: 30px 0px;
  }
}
.text-api1-box:hover .api-icon-sec{
  transition: 0.5s;
  border: solid 4px #fff;
}
.text-api1-box:hover{
  box-shadow: 0 12px 7px 0px #ccc;
  transition: 0.5s;
}
.api-icon-sec{
  border: 4px solid #f56629;
  border-radius: 12px;
  height: 60px;
  margin: auto;
  text-align: center;
  background: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width:60px;
  transform: rotate(45deg);
}
  .api-icon-sec i{
    font-size:35px;
    color: #000;
    text-align: center;
    padding: 10px;
    transform: rotate(-45deg);
  }
  .text-api1-box h3{
    font-size:20px;
    color:#000;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding:5px 0px;
    margin-top: 25px;
  }
  .text-api1-box p{
    font-size:17px;
    color: #000;
    line-height:1.8;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
  }

  /* business-section */
  .bpos-section{
    margin: 20px 0px;
  }
  .bpos-text{
    margin: 10px 0px;
  }
  .bpos-text h3{
    font-size:20px;
    color:#000;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding:5px 0px;
  }
.bpos-pic{
  text-align: center;
  margin: 17px 0px;
}
  .bpos-pic img{
    width:55px;
    height:55px;
    object-fit: contain;
  }

  .bpos-para-section{
    margin: 20px 0px;
  }
  .bpos-para-section p{
    font-size:17px;
    color: rgba(0, 0, 0, 0.89);
    line-height:1.8;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 13px 0px;
  }
  @media(max-width:991px){
    .bpos-para-section p{
      text-align: center;
    }
  }
/*Combined*/
.timeline-container,
.timeline-container li {
	position: relative;
  list-style-type:none !important;
}
.timeline-container li h2{
  font-size: 23px;
  color: #f56629;
  
}
.timeline-container:after,
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	content: '';
	position: absolute;
}

/* color */
.timeline-container li > div,
.timeline-container li:before,
.timeline-container li > div:before,
.timeline-container:after {
	background-color: #f56629;
}

.timeline-container:after,
.timeline-container li small,
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	left: 50%;
	transform: translateX(-50%);
}

.timeline-container li small,
.timeline-container li > div:before {
	top: 50%;
	transform: translateY(-50%);
}

/*clearfix*/
.timeline-container li:after {
	clear: both;
	content:'';
	display: table;
}

.timeline-container li {
	/* margin: 60px 0; */
}

.timeline-container li:first-child {
	margin-top: 0;
}

.timeline-container li:last-child {
	margin-bottom: 0;
}

/*timeline content*/
.timeline-container li > div {
	width: 40%;
	color: #f56629;
	padding: 15px 25px;
	border-radius: 1px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 1px 30px 5px rgba(128, 128, 128, 0.11);
  text-align: left !important;
}

.timeline-container li:nth-child(odd) > div {
	float: left;
  text-align: end !important;
}
@media(max-width:769px){
  .timeline-container li:nth-child(odd) > div {
    text-align: left !important;
    margin-top: 20px;
  }
}

.timeline-container li:nth-child(even) > div {
	float: right;
}

/* Main vertical line middile */
.timeline-container:after {
	width: 2px;
	height: 100%;
	top: 0;
	bottom: 0;
  margin-left: 20px;
}

/* date */
.timeline-container li small {
  position: absolute;
  color: #f56629;
  font-size: 25px;
  font-weight: 600;
  margin-left:40px;
  border: solid 2px #f56629;
  border-left: solid 10px #f56629 !important;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  text-align: center;
  padding-top: 13px;
}
.timeline-container li p{
  color: #000;
}

.timeline-container li:nth-child(even) small {
	margin-left: 0;
	left: auto;
	right: 50%;
	margin-right:40px;
}

/* Square */
.timeline-container li:before {
	height: 7px;
	width: 8px;
	border: 3px solid #fff;
	z-index: 2;
	left:50.4%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Horizontal line */
.timeline-container li > div:before {
	height: 2px;
	left: 40%;
	width:13.8%;
}
@media(max-width:767px){
  .timeline-container li > div:before {
    display: none !important;
  }
}
.timeline-container li:nth-child(even) div:before {
	left: auto;
	right: 40%;
}

/* Remove the top part of main vertical line */
.timeline-container li:first-child div:after,
.timeline-container li:last-child div:after {
	width: 2px;
	top: 0;
	background-color: #fff;
	height: 50%;
	z-index: 1;
}

.timeline-container li:last-child div:after {
	top: auto;
	bottom: 0;
}


/* Responsive CSS */
@media screen and (max-width: 767px) {
	.timeline-container ul{
    padding:0;
  }

	.timeline-container li:nth-child(odd) > div,
	.timeline-container li:nth-child(even) > div{
		float:none;
		width:100%;
    margin-top: 20px;
	}
	
	.timeline-container li:first-child div:after,
	.timeline-container li:last-child div:after {
		content: none;
	}
	
	.timeline-container:after,
	.timeline-container li:first-child div:after,
	.timeline-container li:last-child div:after,
	.timeline-container li:before {
		top: 0;
		left: 0;
    display: none !important;
	}
	
	.timeline-container li small,
	.timeline-container li:nth-child(even) small {
		top: 0;
		left: 3%;
		right: auto;
    margin: 20px 0px;
	}
	
	.timeline-container li {
		margin: 0;
		padding: 35px 0;
	}
	
	.timeline-container li:last-child > div:after {
		content: '';
		height: 7px;
		width: 8px;
		position: absolute;
		top: 100%;
		border: 3px solid #fff;
		z-index: 2;
		background-color: #00c4cc;
	}
	
}
  /* Start-up-solution */
  .web-box5{
    padding:40px 20px;
    border-radius: 3px;
    background-color: #fff;
    background-clip: border-box;
    height:375px;
    transition: 0.5;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin:20px 0px;
  }
  @media(max-width:991px){
    .web-box5{
      height:450px;
    }
  }
  @media(max-width:767px){
    .web-box5{
      height:auto;
    }
  }
  
  .web-box5:hover{
    border-left:8px solid #f56629;
    box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
    cursor: pointer;
    transition: 0.3s;
    border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
  }


  .custom-pic-sec5{
    text-align: center;
    padding: 20px 5px;
    border: dotted 2px #fff;
    height:300px;
    margin: 10px 0px;
  }
  @media(max-width:1199px){
    .custom-pic-sec5{
      height: 345px;
    }
  }
  @media(max-width:991px){
    .custom-pic-sec5{
      height:260px;
    }
  }
  @media(max-width:376px){
    .custom-pic-sec5{
      height: auto;
    }
  }
  .custom-pic-sec5 img{
    width:60px;
    height:60px;
    object-fit: contain;
    color: #fff;
  }
  .custom-pic-sec5 h4{
    font-size:16px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0px;
    border-bottom: dotted 2px #ffffff3d;
  }
  .custom-pic-sec5 p{
    font-size:13px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
  }

  .web-box6{
    padding:40px 20px;
    border-radius: 3px;
    background-color: #fff;
    background-clip: border-box;
    height:450px;
    transition: 0.5s;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin:20px 0px;
  }
  @media(max-width:991px){
    .web-box6{
      height:450px;
    }
  }
  @media(max-width:767px){
    .web-box6{
      height:auto;
    }
  }
  
  .web-box6:hover{
    border-left:8px solid #f56629;
    box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
    cursor: pointer;
    transition: 0.3s;
    border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
  }

  .custom1{
    margin-bottom: -265px;
  }
  @media(max-width:1199px){
    .custom1{
      margin-bottom: -340px;
    }
  }
  @media(max-width:769px){
    .custom1{
      margin-bottom: -350px;
    }
  }
  @media(max-width:641px){
    .custom1{
      margin-bottom: -450px;
    }
  }
  @media(max-width:426px){
    .custom1{
      margin-bottom: -550px;
    }
  }
  @media(max-width:376px){
    .custom1{
      margin-bottom: -600px;
    }
  }
  @media(max-width:320px){
    .custom1{
      margin-bottom: -815px;
    }
  }


  .custom-care1{
    margin-bottom: -265px;
  }
  @media(max-width:1199px){
    .custom-care1{
      margin-bottom: -340px;
    }
  }
  @media(max-width:769px){
    .custom-care1{
      margin-bottom: -350px;
    }
  }
  @media(max-width:641px){
    .custom-care1{
      margin-bottom: -450px;
    }
  }
  @media(max-width:426px){
    .custom-care1{
      margin-bottom: -550px;
    }
  }
  @media(max-width:376px){
    .custom-care1{
      margin-bottom: -600px;
    }
  }
  @media(max-width:320px){
    .custom-care1{
      margin-bottom: -800px;
    }
  }

  .custom-text-sec{
    padding: 10px;
    text-align: center;
    position: relative;
    top: -440px;
    left: 0;
  }
  @media(max-width:769px){
    .custom-text-sec{
      top: -500px;
    }
  }
  @media(max-width:425px){
    .custom-text-sec{
      top: -535px;
    }
  }
  @media(max-width:375px){
    .custom-text-sec{
      top: -550px;
    }
  }
  @media(max-width:320px){
    .custom-text-sec{
      top:-630px;
    }
  }
  .custom-text-sec h2{
    font-size:30px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    padding:10px 0px;
  }
  @media(max-width:376px){
    .custom-text-sec h2{
      font-size: 25px;
    }
  }
  .custom-text-sec p{
    font-size:16px;
    color: #fff;
    /* padding: 5px 180px; */
    text-align: center;
    line-height:2;
  }



  .object-fixed{
    /* background-color: rgba(13, 13, 13, 0.87);
    background: url(../images/contactwrap-bg.webp); */
    width: 100%;
    height:240px;
    background-attachment: fixed;
    background-image: linear-gradient(360deg,rgba(13, 13, 13, 0.87) 0, rgba(13, 13, 13, 0.87) 100%), url(../images/contactwrap-bg.webp);
          background-position: center;
  }
  .picture-back-section{
    text-align: center;
    margin-top:60px;
  }
  .picture-back-section p{
    font-size:20px;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 0px;
  }
  .picture-back-section button{
      padding: 10px 30px;
      background-color: #f56629;
      border:solid 1px #f56629;
      border-radius:5px;
      color:#fff;
      transition: 0.5s;
    }
    .picture-back-section button:hover{
      background-color: #fff !important;
      color: #f56629;
      transition: 0.5s;
      border: solid 1px #f56629;
    }


    /*  */
    .it-box-section{
      background: #fff;
      box-shadow: 0 3px 26px rgba(0, 0, 0, 0.116);
      cursor: pointer;
      border-radius:5px;
      padding:10px;
      transition: 0.5s;
      margin-bottom: 20px;
    }
    .it-box-section:hover{
      background-color: #f56629;
      transition: 0.5s;
    }
    .it-box-inside{
      text-align: center;
      transition: 0.5s;
      padding: 15px;
    }
    .it-box-inside:hover h3 i p{
      color: #fff;
    }
    .it-box-inside i{
      font-size:40px;
      color: #f56629;
      text-align: center;
      padding:15px 0px;
    }
    .it-box-inside:hover i {
      font-size: 40px;
      color: #fff;
    }
    .it-box-inside:hover p{
      color: #fff;
    }
    .it-box-inside:hover h3{
      font-size: 16px;
      color: #fff;
    }
    .it-box-inside h3{
      font-size:16px;
      color: #f56629;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      font-weight:700;
    }
    .it-box-inside p{
      font-size:14px;
      color: rgba(0, 0, 0, 0.733);
      line-height: 21px;
      font-family: 'Mulish', sans-serif;
      /* font-family: 'Poppins', sans-serif; */
    }


    /* outsourcing */
    .outsourcing{
      margin-bottom: -265px;
    }
    @media(max-width:768px){
      .outsourcing{
        margin-bottom: -510px;
      }
    }
    @media(max-width:641px){
      .outsourcing{
        margin-bottom: -710px;
      }
    }
    @media(max-width:425px){
      .outsourcing{
        margin-bottom: -850px;
      }
    }
    @media(max-width:375px){
      .outsourcing{
        margin-bottom: -920px;
      }
    }
    @media(max-width:320px){
      .outsourcing{
        margin-bottom:-1020px;
      }
    }
    .outsourcing-pic img{
      width: 100%;
      height:550px;
      object-fit: cover;
    }
    @media(max-width:769px){
      .outsourcing-pic img{
        height:670px;
      }
    }
    @media(max-width:767px){
      .outsourcing-pic img{
        height:850px;
      }
    }
    @media(max-width:527px){
      .outsourcing-pic img{
        height:980px;
      }
    }
    @media(max-width:377px){
      .outsourcing-pic img{
        height:1000px;
      }
    }
    @media(max-width:320px){
      .outsourcing-pic img{
        height:1115px;
      }
    }
    /* @media(max-width:480px){
      .outsourcing-pic img{
        height: 600px;
      }
    }
    @media(max-width:389px){
      .outsourcing-pic img{
        height:700px;
      }
    } */
    .outsourcing-text-sec{
      padding: 10px;
      position: relative;
      top: -480px;
      left: 0;
    }
    @media(max-width:1200px){
      .outsourcing-text-sec{
        top: -520px;
      }
    }
    @media(max-width:991px){
      .outsourcing-text-sec{
        top: -550px;
      }
    }
    @media(max-width:769px){
      .outsourcing-text-sec{
        top: -650px;
      }
    }
    @media(max-width:767px){
      .outsourcing-text-sec{
        top: -800px;
      }
    }
    @media(max-width:527px){
      .outsourcing-text-sec{
        top: -940px;
      }
    }
    @media(max-width:377px){
      .outsourcing-text-sec{
        top: -970px;
      }
    }
    @media(max-width:320px){
      .outsourcing-text-sec{
        top: -1100px;
      }
    }
    /* @media(max-width:480px){
      .outsourcing-text-sec{
        top: -580px;
      }
    }
    @media(max-width:389px){
      .outsourcing-text-sec{
        top: -695px;
      }
    } */
    .outsourcing-text-sec h2{
      font-size:30px;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      font-weight:700;
      padding:10px 0px;
    }
    @media(max-width:992px){
      .outsourcing-text-sec h2{
        font-size: 20px;
        line-height: 2;
      }
    }
    @media(max-width:376px){
      .outsourcing-text-sec h2{
        font-size: 25px;
      }
    }
    .outsourcing-text-sec p{
      font-size:16px;
      color: #fff;
      /* padding: 5px 180px; */
      line-height:2;
    }
    @media(max-width:992px){
      .outsourcing-text-sec p{
        font-size: 14px;
      }
    }

    .form-box1{
      background: #fff;
      max-width: 500px;
      margin: 0 auto;
      padding: 15px 30px;
      border-radius: 4px;
      text-align: center;
      -webkit-box-shadow: 0 0 50px 10px rgb(0 0 0 / 5%);
      box-shadow: 0 0 50px 10px rgb(0 0 0 / 5%);
      position: relative;
      bottom: 110%;
    }
    @media(max-width:992px){
      .form-box1{
        bottom:130%;
      }
    }
    @media(max-width:991px){
      .form-box1{
        bottom:95%;
      }
    }
    @media(max-width:769px){
      .form-box1{
        bottom:100%;
      }
    }
    @media(max-width:767px){
      .form-box1{
        bottom:210%;
      }
    }
    @media(max-width:527px){
      .form-box1{
        bottom:240%;
      }
    }
    @media(max-width:377px){
      .form-box1{
        bottom:255%;
      }
    }
    @media(max-width:320px){
      .form-box1{
        bottom:290%;
      }
    }
    /* @media(max-width:993px){
      .form-box1{
        bottom: 107%;
      }
    } */
    .form-inside1 h3{
      font-size:20px;
      color:#171f2c;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      font-weight:700;
      padding: 5px 0px;
    }
    .form-inside1 input{
      width: 100%;
      padding: 5px 15px;
      background: #fff;
      border-bottom: 1px solid #9999a1;
      border-top: 0px solid #9999a1;
      border-left: 0px solid #9999a1;
      border-right: 0px solid #9999a1;
      margin-bottom: 15px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0px;
      color: #666;
      font-family: inherit;
    }
    .input-msg1 textarea{
      width: 100%;
      padding: 8px 15px;
      height: 75px;
      background: #fff;
      border-bottom: 1px solid #9999a1;
      border-top: 0px solid #9999a1;
      border-left: 0px solid #9999a1;
      border-right: 0px solid #9999a1;
      margin-bottom: 15px;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0px;
      color: #666;
      font-family: inherit;
    }
    .button-form1 {
      margin: 5px 0px;
      text-align: center;
    }
    .button-form1 button{
      width: 100%;
      border-radius: 5px;
      font: 500 18px/24px calibri;
      transition: all .5s ease 0s;
      cursor: pointer;
      padding: 13px 0;
      border: none;
      display: block;
      text-align: center;
      background: #f56629;
      border: 1px solid #f56629;
      color: #fff;
      text-shadow: 0 0px 0px rgb(0 0 0);
    }
    .button-form1 button:hover{
      background-color: #fff;
      color: #f56629;
      transition: 0.5s;
      border: solid 1px #f56629;
    }

    /*  */
    /* .section-box-outsourcing{
      margin-top: -360px;
    } */
    .center-outsourcing-text {
      text-align: center;
    }
    @media(max-width:540px){
      .center-outsourcing-text{
        text-align: left;
      }
    }
    .center-outsourcing-text h2{
      font-size:25px;
      color:#0a1d3e;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      font-weight:700;
      padding: 5px 0px;
    }
    @media(max-width:540px){
      .center-outsourcing-text h2{
        font-size: 22px;
      }
    }
    .center-outsourcing-text p{
      font-size:16px;
      color: #000;
      padding: 5px 0px;
      line-height:2;
    }

    .outsourcing-box{
      padding:20px 20px;
      border-radius: 3px;
      background-color: #fff;
      background-clip: border-box;
      height:450px;
      transition: 0.5;
      box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
      margin:20px 0px;
    }
    @media(max-width:1200px){
      .outsourcing-box{
        height:500px;
      }
    }
    @media(max-width:1992px){
      .outsourcing-box{
        height:465px;
      }
    }
    @media(max-width:769px){
      .outsourcing-box{
        height:auto;
      }
    }
    @media(max-width:768px){
      .outsourcing-box{
        height:auto;
      }
    }
    
    .outsourcing-box:hover{
      border-left:8px solid  #f56629;
      box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
      cursor: pointer;
      transition: 0.3s;
      border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    /* logos-section */
            #basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 200px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 50px;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
    .logoss .col-lg-2 .logos-section{
      background-color: #fff;
      border:1px solid #e1e1e1;
      padding: 10px;
      text-align: center;
      border-radius: 5px;
      margin-bottom: 20px;
      transition: 0.3s;       
    }
    .logoss .col-lg-2 .logos-section:hover{
     background-color: #f56629;
      box-shadow: 1px 2px 30px 1px rgb(20 27 202 / 17%);
      transition: 0.5s;
    }
    .logoss .col-lg-2 .logos-section a{
      text-decoration: none !important;
    }
    .logoss .col-lg-2 .logos-section img{
      width:70px;
      height:70px;
      object-fit: contain;
      margin: auto;
      color: #000 !important;
    }
    .logoss .col-lg-2 .logos-section .img {
      background-image: url(../images/services-red-white.png);
      /* background-image: url(../images/frontend-red.png); */
      background-repeat: no-repeat;
      width: 100px;
      height: 100px;
      background-size: 300px;
      background-position: 2px -20px;
      margin: auto;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2 .logos-section .img{
        background-position: 0px -20px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2 .logos-section .img{
        background-position: 0px -20px;
      }
    }





    .logoss .col-lg-2:nth-child(2) .logos-section .img {
      background-position: 2px -120px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(2) .logos-section .img {
        background-position: 0px -120px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(2) .logos-section .img {
        background-position:0px -120px;
      }
    }



    .logoss .col-lg-2:nth-child(3) .logos-section .img {
      background-position: 2px -210px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(3) .logos-section .img {
        background-position: 0px -210px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(3) .logos-section .img {
        background-position:0px -210px;
      }
    }


    
    .logoss .col-lg-2:nth-child(4) .logos-section .img {
      background-position: 2px -330px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(4) .logos-section .img {
        background-position: 2px -330px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(4) .logos-section .img {
        background-position:0px -330px;
      }
    }



    .logoss .col-lg-2:nth-child(5) .logos-section .img {
      background-position: 2px -440px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(5) .logos-section .img {
        background-position: 2px -440px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(5) .logos-section .img {
        background-position:0px -440px;
      }
    }


    .logoss .col-lg-2:nth-child(6) .logos-section .img {
      background-position: -5px -585px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(6) .logos-section .img {
        background-position: -5px -585px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(6) .logos-section .img {
        background-position:-5px -585px;
      }
    }


    .logoss .col-lg-2:nth-child(7) .logos-section .img {
      background-position: 0px -730px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(7) .logos-section .img {
        background-position: 0px -730px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(7) .logos-section .img {
        background-position:0px -730px;
      }
    }


    .logoss .col-lg-2:nth-child(8) .logos-section .img {
      background-position: 0px -865px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(8) .logos-section .img {
        background-position: 0px -865px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(8) .logos-section .img {
        background-position:0px -865px;
      }
    }



    .logoss .col-lg-2:nth-child(9) .logos-section .img {
      background-position: 0px -1005px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(9) .logos-section .img {
        background-position: 0px -1005px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(9) .logos-section .img {
        background-position:0px -1005px;
      }
    }



    .logoss .col-lg-2:nth-child(10) .logos-section .img {
      background-position: 0px -1140px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(10) .logos-section .img {
        background-position: 0px -1140px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(10) .logos-section .img {
        background-position:0px -1140px;
      }
    }


    .logoss .col-lg-2:nth-child(11) .logos-section .img {
      background-position: 0px -1260px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(11) .logos-section .img {
        background-position: 0px -1260px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(11) .logos-section .img {
        background-position:0px -1260px;
      }
    }
    


    .logoss .col-lg-2:nth-child(12) .logos-section .img {
      background-position: 0px -1395px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(12) .logos-section .img {
        background-position: 0px -1395px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(12) .logos-section .img {
        background-position:0px -1395px;
      }
    }

    .logoss .col-lg-2:nth-child(13) .logos-section .img {
      background-position: 0px -1550px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(13) .logos-section .img {
        background-position: 0px -1550px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(13) .logos-section .img {
        background-position:0px -1550px;
      }
    }
    
    .logoss .col-lg-2:nth-child(14) .logos-section .img {
      background-position: 0px -1695px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(14) .logos-section .img {
        background-position: 0px -1695px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(14) .logos-section .img {
        background-position:0px -1695px;
      }
    }
      
    .logoss .col-lg-2:nth-child(15) .logos-section .img {
      background-position:-1px -1835px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(15) .logos-section .img {
        background-position:-1px -1835px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(15) .logos-section .img {
        background-position:-1px -1835px;
      }
    }

    .logoss .col-lg-2:nth-child(16) .logos-section .img {
      background-position:-1px -1975px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(16) .logos-section .img {
        background-position:-1px -1975px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(16) .logos-section .img {
        background-position:-1px -1975px;
      }
    }

    .logoss .col-lg-2:nth-child(17) .logos-section .img {
      background-position:-1px -2110px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(17) .logos-section .img {
        background-position:-1px -2110px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(17) .logos-section .img {
        background-position:-1px -2110px;
      }
    }

    .logoss .col-lg-2:nth-child(18) .logos-section .img {
      background-position:-5px -2260px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(18) .logos-section .img {
        background-position:-5px -2260px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(18) .logos-section .img {
        background-position:-5px -2260px;
      }
    }




    .logoss .col-lg-2 .logos-section:hover a{
      color: #fff !important;
    }
    .logoss .col-lg-2 .logos-section p{
      font-size: 16px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.788);
    }
    .logoss .col-lg-2 .logos-section:hover p{
      color: #fff;
    }



    .logoss .col-lg-2 .logos-section:hover .img {
      background-position: -196px -20px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2 .logos-section:hover .img {
        background-position: -198px -20px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2 .logos-section:hover .img {
        background-position: -198px -20px;
      }
    }



    .logoss .col-lg-2:nth-child(2) .logos-section:hover .img {
      background-position: -198px -120px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(2) .logos-section:hover .img {
        background-position: -198px -210px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(2) .logos-section:hover .img {
        background-position: -198px -120px;
      }
    }




    .logoss .col-lg-2:nth-child(3) .logos-section:hover .img {
      background-position: -198px -210px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(3) .logos-section:hover .img {
        background-position: -198px -210px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(3) .logos-section:hover .img {
        background-position: -198px -210px;
      }
    }


    .logoss .col-lg-2:nth-child(4) .logos-section:hover .img {
      background-position: -198px -330px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(4) .logos-section:hover .img {
        background-position: -198px -330px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(4) .logos-section:hover .img {
        background-position: -198px -330px;
      }
    }


    
    .logoss .col-lg-2:nth-child(5) .logos-section:hover .img {
      background-position: -196px -440px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(5) .logos-section:hover .img {
        background-position: -196px -440px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(5) .logos-section:hover .img {
        background-position: -196px -440px;
      }
    }


    .logoss .col-lg-2:nth-child(6) .logos-section:hover .img {
      background-position: -196px -585px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(6) .logos-section:hover .img {
        background-position: -196px -585px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(6) .logos-section:hover .img {
        background-position: -196px -585px;
      }
    }



    .logoss .col-lg-2:nth-child(7) .logos-section:hover .img {
      background-position: -196px -730px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(7) .logos-section:hover .img {
        background-position: -196px -730px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(7) .logos-section:hover .img {
        background-position: -196px -730px;
      }
    }
    
    .logoss .col-lg-2:nth-child(8) .logos-section:hover .img {
      background-position: -199.5px -865px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(8) .logos-section:hover .img {
        background-position: -199.5 -865px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(8) .logos-section:hover .img {
        background-position: -199.5 -865px;
      }
    }


    .logoss .col-lg-2:nth-child(9) .logos-section:hover .img {
      background-position: -199.5px -1005px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(9) .logos-section:hover .img {
        background-position: -199.5 -1005px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(9) .logos-section:hover .img {
        background-position: -199.5 -1005px;
      }
    }


    .logoss .col-lg-2:nth-child(10) .logos-section:hover .img {
      background-position: -199.5px -1140px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(10) .logos-section:hover .img {
        background-position: -199.5 -1140px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(10) .logos-section:hover .img {
        background-position: -199.5 -1140px;
      }
    }


    .logoss .col-lg-2:nth-child(11) .logos-section:hover .img {
      background-position: -194px -1260px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(11) .logos-section:hover .img {
        background-position: -194px -1260px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(11) .logos-section:hover .img {
        background-position: -194px -1260px;
      }
    }


    .logoss .col-lg-2:nth-child(12) .logos-section:hover .img {
      background-position: -196.5px -1395px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(12) .logos-section:hover .img {
        background-position: -196.5px -1395px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(12) .logos-section:hover .img {
        background-position: -196.5px -1395px;
      }
    }

    .logoss .col-lg-2:nth-child(13) .logos-section:hover .img {
      background-position: -198px -1550px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(13) .logos-section:hover .img {
        background-position: -196.5px -1550px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(13) .logos-section:hover .img {
        background-position: -196.5px -1550px;
      }
    }

    .logoss .col-lg-2:nth-child(14) .logos-section:hover .img {
      background-position: -200px -1695px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(14) .logos-section:hover .img {
        background-position: -196.5px -1695px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(14) .logos-section:hover .img {
        background-position: -196.5px -1695px;
      }
    }
    .logoss .col-lg-2:nth-child(15) .logos-section:hover .img {
      background-position: -198px -1835px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(15) .logos-section:hover .img {
        background-position: -196.5px -1835px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(15) .logos-section:hover .img {
        background-position: -196.5px -1835px;
      }
    }
    .logoss .col-lg-2:nth-child(16) .logos-section:hover .img {
      background-position: -200px -1975px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(16) .logos-section:hover .img {
        background-position: -196.5px -1975px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(16) .logos-section:hover .img {
        background-position: -196.5px -1975px;
      }
    }
    .logoss .col-lg-2:nth-child(17) .logos-section:hover .img {
      background-position: -200px -2110px;
    }
    @media(max-width:1153px){
      .logoss .col-lg-2:nth-child(17) .logos-section:hover .img {
        background-position: -196.5px -2110px;
      }
    }
    @media(max-width:992px){
      .logoss .col-lg-2:nth-child(17) .logos-section:hover .img {
        background-position: -196.5px -2110px;
      }
    }
    .logoss .col-lg-2:nth-child(18) .logos-section:hover .img {
      background-position: -188px -2260px;
    }


    /* para-section */
    .para-section-outsourcing{
      padding: 10px 0px;
    }
    .para-section-outsourcing p{
      font-size: 16px;
      color: #000;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      text-align: justify;
    }

      .outsourcing-pic-area{
        border: 1px solid #ccc!important;
        margin-top: 10px;
        text-align: center;
        padding: 2px 10px;
        width: 100%!important;
        display: inline-block;
      }
    .outsourcing-pic-area img{
      max-width: 100px;
      height: auto;
      object-fit: contain;
    }
    @media(max-width:769px){
      .outsourcing-pic-area img{
        width: 130px;
        height: 150px;
      }
    }

    /* card-section */
    .main-card{
      background-color: #262934;
      padding: 20PX 0PX;
    }
    .center-outsourcing-text1 {
      padding: 10px 0px;
    }
    .center-outsourcing-text1 h2{
      font-size: 25px;
      font-weight: 600;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding: 10px 0px;
      line-height: 2;
      text-align: center;
    }
    .center-outsourcing-text1 p{
      font-size:16px;
      font-weight:500;
      color: #fff;
      line-height: 2;
      font-family: 'Mulish', sans-serif;
      padding: 10px 0px;
    }
    .center-outsourcing-text1 h5{
      font-size:18px;
      font-weight: 600;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding: 10px 0px;
      line-height: 2;
    }
    .text-card{
      display: flex;

    }
    .content-card{
      text-align: center;
      margin:20px 20px;
      padding: 10px 5px;
      border: 1px  solid #ccc!important;
      transition: 0.3s;
      border-radius:10px;
      width: 100%;
      height: 180px;
    }
    @media(max-width:769px){
      .content-card{
        margin:10px 0px;
      }
    }
    .content-card:hover{
      background-color: #fff;
      transition: 0.3;
    }
    .content-card:hover i{
      color: #000;
    }
    .content-card:hover p{
      color: #000;
    }
    .content-card i{
      font-size:30px;
      color: #FFF;
      border-radius: 50%;
      padding: 10px 0px;
    }
    .content-card p{
      font-size:18px;
      font-weight:400;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding: 10px 0px;
    }
    .content-card a{
      text-decoration: none !important;
    }
    .para-section1 {
      margin: 15px 0px;
    }
    .para-section1 p{
      font-size:16px;
      font-weight:500;
      color: #fff;
      line-height: 2;
      font-family: 'Mulish', sans-serif;
      padding: 10px 0px;
    }


    /* accordion-last */
    .text-center-head  h2{
      font-size: 25px;
      font-weight: 600;
      color: #262934;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding:20px 0px;
      text-align: center;
      line-height: 1.5;
      margin-top: 20px;
    }

    .accordion1 span{
      font-size:16px;
      border: solid 2px #f56629;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      border-radius: 50%;
      margin: auto;
      color: #f56629;
      padding: 8px 15px;
      margin: 0px 10px;
      transition: 0.3;
    }
    .accordion1 span:hover{
      background-color: #f56629;
      transition: 0.3;
      color: #fff;
    }
    /* @media(max-width:2px){
      .accordion1 span{
        display: flex;
      }
    } */
    .accordion1{
      background-color: #fff;
      color: #000;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-weight: 600;
      font-size: 17px;
      transition: 0.4s;
      margin: 8px 0px;
      border-radius:40px;
      box-shadow:0px 1px 7px 0px rgb(20 27 202 / 17%);
    }
    @media(max-width:1153px){
      .accordion1{
        font-size: 15px;
        display: flex;
      }
    }
    
    .active, .accordion1:hover {
      background-color: #ccc;
    }
    
    .accordion:after  .accordion1{
      content: '\002B';
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }

    /* service-section */
    .card-service{
      padding: 20px;
      margin: 15px  0px;
      border: solid 1px azure;
      border-radius: 5px;
      height:350px;
    }
    .card-service i{
      font-size:30px;
      font-weight: 500;
      color: #fff;
      padding: 13px 15px;
      border-radius: 50%;
      border: solid 2px #fff;
      margin-bottom:10px
    }
    .card-service h3{
      font-size:20px;
      font-weight:600;
      color: #fff;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding:20px 0px;
      line-height: 1.5;
      border-bottom: 1px solid #fff;
    }
    @media(max-width:426px){
      .card-service h3{
        font-size: 18px;
      }
    }
    .card-service p{
      font-size:16px;
      font-weight:500;
      color: #fff;
      line-height: 2;
      font-family: 'Mulish', sans-serif;
    }

    /* new-section */
    .center-outsourcing-header h2{
      font-size: 25px;
      font-weight: 600;
      color: #262934;
      font-family: 'Mulish', sans-serif;
      font-family: 'Poppins', sans-serif;
      padding:20px 0px;
      text-align: center;
      line-height: 1.5;
      margin-top: 20px;
    }
    .center-outsourcing-header p{
      font-size:16px;
      font-weight:500;
      color: #000;
      line-height: 2;
      font-family: 'Mulish', sans-serif;
    }

    /* circle-section */
    .saparate-section{
      display: flex;
      margin-top: 40px;
      padding: 0px 20px;
    }
    @media(max-width:992px){
      .saparate-section{
        padding: 0;
      }
    }
    .saparate-section1{
      display: flex;
      margin-top: 40px;
      padding: 0px 20px;
      justify-content: end;
    }
    @media(max-width:992px){
      .saparate-section1{
        padding: 0;
        flex-direction: row-reverse;
        justify-content: flex-end;
      }
    }
    .icon-saparate i {
      font-size: 30px;
      font-weight: 500;
      color: #f56629;
      padding: 14px 16px;
      border-radius: 50%;
      border: solid 2px #f56629;
      width: 60px;
      height: 59px;
      margin: auto;
  }
  .icon-saparate4 i {
    font-size: 30px;
    font-weight: 500;
    color: #f56629;
    padding: 14px 10px;
    border-radius: 50%;
    border: solid 2px #f56629;
    width: 60px;
    height: 59px;
    margin: auto;
  }
  .icon-saparate3 i {
    font-size: 30px;
    font-weight: 500;
    color: #f56629;
    padding: 14px 18px;
    border-radius: 50%;
    border: solid 2px #f56629;
    width: 60px;
    height: 59px;
    margin: auto;
  }
  .icon-saparate2 i {
    font-size: 30px;
    font-weight: 500;
    color: #f56629;
    padding: 14px 13px;
    border-radius: 50%;
    border: solid 2px #f56629;
    width: 60px;
    height: 59px;
    margin: auto;
}
.icon-saparate1 i {
  font-size: 30px;
  font-weight: 500;
  color: #f56629;
  padding: 14px 11px;
  border-radius: 50%;
  border: solid 2px #f56629;
  width: 60px;
  height: 59px;
  margin: auto;
}
    .text-saparate p{
      font-size:18px;
      font-weight: 600;
      color: #000;
      margin-top:15px;
      padding: 0px 25px;
    }
    @media(max-width:992px){
      .text-saparate p{
        white-space:nowrap;
      }
    }
    @media(max-width:376px){
      .text-saparate p{
        white-space: normal;
        font-size: 16px;
      }
    }
    .pic-circle {
      margin:80px 0px;
    }
    @media(max-width:769px){
      .pic-circle{
        margin: 0;
      }
    }
    .circle-text ul li .fa-thumbs-o-up{
    border: 2px solid #f56629;
    width: 30px hei;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 28px;
    color: #f56629;
    }
    .circle-text ul li{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 40px;
      font-weight: 600;
      padding: 0;
    }
    @media(max-width:991px){
      .circle-text ul li{
        flex-direction: row-reverse;
      }
    }
    .pic-circle img{
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    @media(max-width:992px){
      .pic-circle img{
        display: none;
      }
    }