body {
  margin: 0;
  padding: 0;
}

a,
span,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Rubik", sans-serif;
}

.floatingNav {
  width: calc(100vh - 100px);
  border-radius: 2px;
  box-shadow: 0px 1px 10px #95c5b4;
  border-radius: 0px 0px 25px 25px;
  /*animation: slideDown 1s ease-out;*/
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header .headerContainer {
  max-width: 1570px;
}
.header #navbarNav {
  justify-content: end;
}
.header .logo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .nav-item {
    border-bottom: 0.5px solid #e7e7e7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header .navbar-light .navbar-nav .nav-item {
    border-bottom: 0.5px solid #e7e7e7;
  }
}
.header .navbar-light .navbar-nav .main-menu {
  position: relative;
}
.header .navbar-light .navbar-nav .main-menu .down {
  margin-left: 5px;
}
.header .navbar-light .navbar-nav .main-menu:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu {
  position: absolute;
  right: -57px;
  width: 224px;
  top: 24px;
  background: #ffffff;
  padding-top: 46px;
  padding-left: 6px;
  padding-right: 0px;
  border-radius: 5px;
  border-bottom: 3px solid #fd5115;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .main-menu .sub-menu {
    left: 20%;
    right: auto;
  }
  .navbar-toggler {
    padding: 1px 6px;
    font-size: 16px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .main-menu .sub-menu {
    left: 35%;
    right: auto;
  }
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li {
  list-style: none;
  padding-left: 10px;
  padding-bottom: 18px;
  font-size: 12px;
  font-weight: 600;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li:hover {
  padding-left: 15px;
  transition: all 0.5s;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li a {
  text-decoration: none;
  color: #696969;
}
.header .navbar-light .navbar-nav .main-menu .sub-menu li a:hover {
  color: #048071;
}
.header .navbar-light .navbar-nav .nav-link {
  color: #3a3a3a;
  font-size: 16px;
  padding: 0px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.header .navbar-light .navbar-nav .nav-link:hover {
  color: #fe5500;
}
@media screen and (max-width: 767px) {
  .header .navbar-light .navbar-nav .nav-link {
    padding: 6px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .navbar-light .navbar-nav .nav-link {
    padding: 5px 15px;
    text-align: center;
  }
}

.banner {
  background: linear-gradient(180deg, #FE5500 8.85%, #B5073B 100%);
  display: flex;
  align-items: center;
}
.banner .bancontainer {
  max-width: 1570px;
  padding: 8%;
}
.banner .bancontainer .row {
  align-items: center;
  margin-top: 3rem;
}
.banner .bancontainer .main_ban {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner .bancontainer .main_ban {
    display: block !important;
  }
}
.banner .bancontainer .ban_img {
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .bancontainer .ban_img img {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .banner .bancontainer .ban_img img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner .bancontainer .ban_img img {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1566px) {
  .banner .bancontainer .ban_img img {
    display: block;
  }
}

.banner .bannerText .drop-in {
  color: #fff;
  font-weight: bold;
  font-size: 55px;
  padding-bottom: 20px;
  /*animation: drop-in 2s ease 200ms backwards;*/
}
@media screen and (max-width: 767px) {
  .banner .bannerText .drop-in {
    font-size: 35px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1366px) {
  .banner .bannerText .drop-in {
    font-size: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner .bannerText .drop-in {
    font-size: 30px;
    padding-bottom: 5px;
    text-align: center;
  }
}
.banner .bannerText .drop-in-2 {
  color: #cbc9c9;
  font-size: 16px;
  /*animation: drop-in 1200ms 2s ease 500ms backwards;*/
}
@media screen and (max-width: 767px) {
  .banner .bannerText .drop-in-2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1366px) {
  .banner .bannerText .drop-in-2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .banner .bannerText .drop-in-2 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}

@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .banner .bancontainer .ban_img img {
    display: block;
  }
  .banner .bannerText .drop-in {
    font-size: 25px;
    text-align:left;
  }
   .banner .bannerText .drop-in-2 {
    font-size: 14px;
    text-align:left;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1566px) {
  .banner .bancontainer .ban_img img {
    display: block;
  }
  .banner .bannerText .drop-in {
  
    text-align:left;
  }
   .banner .bannerText .drop-in-2 {
    font-size: 14px;
    text-align:left;
  }
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.banner .bannerText a {
  color: #fff;
  font-size: 21px;
  background-color: #04203d;
  padding: 14px 45px;
  border-radius: 45px;
  text-decoration: none;
}

/*.drop-in {*/
/*  animation: drop-in 1s ease 200ms backwards;*/
/*}*/

/*.drop-in-2 {*/
/*  animation: drop-in 1200ms ease 500ms backwards;*/
/*}*/

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.tech {
  padding: 4rem 0px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tech {
    padding: 2rem 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tech {
    padding-top: 0px;
    margin-top: 2rem;
  }
}
.tech .ark img {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .tech .ark img {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .tech .ark img {
    width: 170px;
  }
}
@media screen and (min-device-width:468px) and (max-device-width: 1024px) and (orientation: landscape) {
  .tech .ark img {
  width: 55px;
}
    
  }
  
 @media screen and (min-width: 1030px) and (max-width: 1495px){
.tech .ark img {
    width: 100px;
  }
  }
  
.tech .row {
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tech .web-img img {
    width: 70%;
  }
  .tech .ark img {
    display:none;
  }
}



    


@media screen and (min-width: 1024px) and (max-width: 1567px) {
    
.tech .web-img{
   text-align:right;
  }
  }

.tech .web-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #048071;
}
@media screen and (max-width: 767px) {
  .tech .web-text h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tech .web-text h2 {
    font-size: 25px;
  }
}
.tech .web-text p {
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .tech .web-text p {
    font-size: 14px;
  }
}
.tech .web-text .call {
  display: flex;
  justify-content: flex-start;
}
.tech .web-text .call a {
  color: #fff;
  font-size: 18px;
  background-color: #fd5115;
  padding: 10px 30px;
  border-radius: 45px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .tech .web-text .call a {
    font-size: 14px;
    padding: 6px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tech .web-text .call a {
    font-size: 14px;
  }
}

.expert {
  margin-bottom: 4rem;
  position: relative;
}
.expert .ark img {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
}
.expert .app-text h2{
    font-size: 40px;
    font-weight: 700;
    color: #048071;
}
@media screen and (max-width: 767px) {
  .expert .ark img {
    display: none;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .expert .ark img {
    width: 170px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .expert .ark img {
    width: 50px;
  }
}
@media screen and (min-device-width:468px) and (max-device-width: 1024px) and (orientation: landscape) {
   .expert .ark img {
    width: 40px;
  }
    
}
@media screen and (min-width: 1030px) and (max-width: 1495px){
.expert .ark img {
    width: 100px;
  }
  }
@media screen and (max-width: 767px) {
  .expert .app-text h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .expert .app-text h2 {
    font-size: 25px;
  }
   .expert .ark img {
    display:none;
  }
}
.expert .app-text p {
  line-height: 28px;
  font-size: 17px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .expert .app-text p {
    font-size: 14px;
  }
}
.expert .app-text .call a {
  color: #fff;
  font-size: 18px;
  background-color: #fd5115;
  padding: 10px 30px;
  border-radius: 45px;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .expert .app-img img {
    width: 70%;
  }
}

.skill-services .skill {
  height: 300px;
  background-color: #001630;
  padding: 1rem 10px;
  border-radius: 12px;
  margin: 1rem 0px;
}

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.fade-in.four {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 2s;
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


@media screen and (max-width: 767px) {
  .skill-services .skill {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .skill-services .skill {
    padding: 3rem 10px;
  }
}



.skill-services .skill .skill-img {
  text-align: center;
}
.skill-services .skill .skill-img img {
  width: 90px;
}
.skill-services .skill .skill-text {
  padding-top: 2rem;
  text-align: center;
}
.skill-services .skill .skill-text h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.skill-services .skill .skill-text p {
  color: #b9b8b8;
  font-size: 14px;
}

@media screen and (min-width: 1152px) and (max-width: 1365px) {
  .skill-services .skill .skill-text p {
  color: #b9b8b8;
  font-size: 13px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1566px) {
   .skill-services .skill {
  height: 300px;
  background-color: #001630;
  padding: 2rem 10px;
  border-radius: 12px;
  margin: 1rem -8px;
}
.skill-services .skill .skill-text p {
    font-size: 13px;
  }
    
}

@media screen and (min-device-width:468px) and (max-device-width: 1024px) and (orientation: landscape) {
  .skill-services .skill {
  height: 300px;
  background-color: #001630;
  padding: 1rem 10px;
  border-radius: 12px;
  margin: 2rem -11px;
}
    
  }
.footer {
  background-color: #001630;
  width: 100%;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer .foot_logo {
    justify-content: center;
    display: flex;
  }
}
.footer .foot_logo .foot-logo {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .footer .foot_logo .foot-logo {
    width: 130px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .foot_logo {
    text-align: center;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .footer .foot_logo {
    text-align: left;
  }
}
.footer .foot-navbar-nav {
  display: flex;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer .foot-navbar-nav {
    margin: 7px 0px;
    padding: 0px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .foot-navbar-nav {
    justify-content: center;
    padding: 0px;
  }
}
@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .footer .foot-navbar-nav {
    padding: 0px;
  }
}
.footer .foot-navbar-nav li {
  list-style: none;
}
.footer .foot-navbar-nav li a {
  color: #b5b5b5;
}
.footer .foot-navbar-nav li a:hover {
  color: #fe5500;
}
@media screen and (max-width: 767px) {
  .footer .foot-navbar-nav li a {
    font-size: 13px;
    padding: 5px 4px;
  }
}
@media screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
  .footer .foot-navbar-nav li a {
    padding: 0px 6px;
  }
}
.footer hr {
  border: 1px solid #636363;
  width: 80%;
  margin: 0px auto;
}
.footer .policy {
  display: flex;
  color: #747474;
  font-size: 13px;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .footer .policy {
    margin: 7px 0px;
    padding: 0px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .policy {
    justify-content: center;
    padding: 10px 0px;
  }
}
.footer .policy li {
  list-style: none;
}
.footer .policy li .nav-link {
  color: #a1a1a1;
}
@media screen and (max-width: 767px) {
  .footer .policy li .nav-link {
    font-size: 13px;
    padding: 0px 5px;
  }
}
.footer .copyright {
  border-top: 1px solid #a9a9a9;
}
@media screen and (max-width: 767px) {
  .footer .copyright .mt-4 {
    margin-top: 0rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .mt-4 {
    margin-top: 0rem !important;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyright .copyrightText {
    text-align: center;
    color: #b5b5b5;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .copyrightText {
    text-align: center;
  }
}
.footer .copyright .copyrightText .copy_right {
  color: #b5b5b5;
  font-size: 14px;
}
.footer .copyright .social {
  justify-content: end;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer .copyright .social {
    justify-content: center;
    margin: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .copyright .social {
    justify-content: center;
    padding: 0px;
  }
}
.footer .copyright .social .icon {
  color: #048071;
  margin: 0px 8px;
  font-size: 20px;
}
.footer .copyright .social .icon:hover {
  color: #fd5115;
  transition:all .5s
}/*# sourceMappingURL=outsourcing.css.map */