* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-y: overlay;
}

.aos-init {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

.font-h1 {
  font-size: 40px;
}

.font-h2 {
  font-size: 32px !important;
}

.font-h3 {
  font-size: 36px;
}

.text-orange {
  color: #fe9435 !important;
}

.quote-btn a {
  background-color: #fe9435;
  padding: 10px 15px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
}
.quote-btn a:hover {
  color: #ffffff;
}

.fixed-top {
  position: fixed;
  top: 45px;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.5s;
}

#header.header-scrolled {
  position: fixed;
  top: 0 !important;
  padding: 5px;
  background-color: #162f6a !important;
}

.banner {
  height: 800px;
  width: 100%;
  background-size: cover !important;
  position: relative;
}
.banner .company-title {
  background-color: rgba(22, 47, 116, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 170px;
  padding-right: 16px;
}
.banner .company-title .banner-heading {
  position: relative;
}
.banner .company-title .banner-heading h4 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  font-weight: 400;
  position: absolute;
  left: -20px;
  top: 30px;
  bottom: 0;
  transform: rotate(270deg);
  transform-origin: center;
  display: block;
  font-size: 22px;
}
.banner .company-title button {
  background-color: #fe9435;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.banner .company-title h1 {
  font-weight: 700;
  font-size: 42px;
}
.banner .company-title p {
  font-weight: 500;
  line-height: 27px;
}
.banner .banner-bottom {
  background-color: #162f6a;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
}
.banner .banner-bottom h4 {
  font-size: 21px;
  font-weight: 700;
}
.banner .banner-bottom h4 span {
  background-color: #fe9435;
}
.banner .banner-bottom p {
  font-size: 13.3px;
  font-weight: 200;
}

.about_us .about-detail button {
  background-color: #fe9435;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-radius: 0;
  width: 134px;
  height: 38px;
  font-weight: 700;
  font-size: 18px;
}
.about_us .about-detail h2 {
  color: #000000;
  font-weight: 700;
}
.about_us .about-detail p {
  color: #000000;
}
.about_us .about-detail .numeric .num {
  margin-top: 22px;
  padding: 10px 0;
  background-color: #162f6a;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  height: 140px;
}
.about_us .about-detail .numeric .num .counting {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 0rem;
}
.about_us .about-detail .numeric .num .counting span {
  font-weight: 600;
}
.about_us .about-detail .numeric .num p {
  color: #fff;
  font-size: 18px;
}

.services {
  background-image: url("https://deorwine.b-cdn.net/images/pic01.jpg");
  background-size: cover;
  padding: 8% 0% 4%;
}
.services .service-heading {
  width: 100%;
  padding-left: 25%;
}
.services .service-heading h6 {
  font-weight: 700;
}
.services .service-heading h6 span {
  color: #fe9435;
  font-weight: 700;
}
.services .service-heading h4 {
  font-weight: 700;
}
.services .service-heading p {
  color: #000000;
  line-height: 25px;
}
.services .service-heading button {
  background-color: #162f6a;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  width: 151px;
  height: 44px;
}
.services .service-slide {
  position: relative;
}
.services .service-slide .block {
  height: 365px;
  margin: 2px 0px;
  width: 95%;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #00000029;
  border-radius: 8px;
}
.services .service-slide .block h4 {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  margin: 20px 0;
}
.services .service-slide .block span {
  background-color: #e8ebf1;
  width: 124px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #fe9435;
  border-radius: 10px 10px 0px 0px;
}
.services .service-slide .block p {
  color: #000000;
  line-height: 18px;
  margin-top: 24px;
  font-size: 14px;
}
.services .service-slide .slide-arrow {
  background-color: #162f6a;
  color: #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 1;
  font-weight: 500;
  font-size: 30px;
}
.services .service-slide .slide-arrow i {
  font-size: 32px;
}
.services .service-slide .prev-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: -70px;
  justify-content: center;
  right: 21%;
  cursor: pointer;
}
.services .service-slide .next-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: -70px;
  justify-content: center;
  right: 13%;
  cursor: pointer;
}
.services .service-slide .prev-arrow:hover,
.services .service-slide .next-arrow:hover {
  color: #fff;
}
.services .slick-initialized .slick-slide {
  padding: 0px 12px;
}

.portfolio {
  width: 100%;
  color: #fff;
}
.portfolio .portfolio-slider {
  position: relative;
}
.portfolio .portfolio-slider .portfolio-content h3 {
  font-weight: 600;
  margin: 2.2rem 0;
}
.portfolio .portfolio-slider .portfolio-content p {
  font-weight: 400;
  line-height: 26px;
}
.portfolio .portfolio-slider .portfolio-content .playstore {
  margin: 2.2rem 0;
}
.portfolio .portfolio-slider .portfolio-content .counts span {
  font-size: 34px;
  font-weight: 600;
}
.portfolio .portfolio-slider .portfolio-content hr {
  width: 2px;
  height: auto;
  border: none;
  background-color: #fff;
}
.portfolio .portfolio-slider .freek,
.portfolio .portfolio-slider .stockpathshala,
.portfolio .portfolio-slider .cashcry,
.portfolio .portfolio-slider .esl,
.portfolio .portfolio-slider .megako {
  height: 723px;
}
.portfolio .slide-arrow-L {
  position: absolute;
  left: 17%;
  bottom: 4%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  cursor: pointer;
}
.portfolio .slide-arrow-L i {
  font-size: 34px;
}
.portfolio .slide-arrow-L:hover {
  color: #fff !important;
}
.portfolio .slide-arrow-R {
  position: absolute;
  bottom: 4%;
  right: 17%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.portfolio .slide-arrow-R i {
  font-size: 34px;
}
.portfolio .slide-arrow-R:hover {
  color: #fff !important;
}

.tech-heading h4 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  border-bottom: 6px solid #fe9435;
  padding-bottom: 0.3rem;
  margin: auto auto 2.2rem;
  color: #000;
  width: 37%;
}
.tech-heading p {
  width: 65%;
  font-size: 18px;
  color: #000;
}

.technologies {
  background-color: #162f6a;
  border-radius: 10px;
  color: #fff;
}
.technologies .logo-img {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
}
.technologies .logo-img img {
  width: 60%;
}
.technologies h5 {
  font-size: 18px;
  font-weight: 600;
}
.technologies .tech-icon-banner {
  background: url("https://deorwine.b-cdn.net/images/banner-2.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner:nth-of-type(1) {
  background-position: -43px 0;
}
.technologies .tech-icon-banner:nth-of-type(2) {
  background-position: -179px 0;
}
.technologies .tech-icon-banner:nth-of-type(3) {
  background-position: -321px 0;
}
.technologies .tech-icon-banner:nth-of-type(4) {
  background-position: -465px 0;
}
.technologies .tech-icon-banner:nth-of-type(5) {
  background-position: -607px 0;
}
.technologies .tech-icon-banner:nth-of-type(6) {
  background-position: -736px -1.8px;
}
.technologies .tech-icon-banner:nth-of-type(7) {
  background-position: -872px 0;
}
.technologies .tech-icon-banner:nth-of-type(8) {
  background-position: -43px 0;
}
.technologies .tech-icon-banner-1 {
  background: url("https://deorwine.b-cdn.net/images/banner-6.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-1:nth-of-type(1) {
  background-position: -47px 1px;
}
.technologies .tech-icon-banner-1:nth-of-type(2) {
  background-position: -167px 2px;
}
.technologies .tech-icon-banner-1:nth-of-type(3) {
  background-position: -297px 3px;
}
.technologies .tech-icon-banner-1:nth-of-type(4) {
  background-position: -431px 3px;
}
.technologies .tech-icon-banner-1:nth-of-type(5) {
  background-position: -560px 3px;
}
.technologies .tech-icon-banner-1:nth-of-type(6) {
  background-position: -684px 3px;
}
.technologies .tech-icon-banner-1:nth-of-type(7) {
  background-position: -807px 3px;
}
.technologies .tech-icon-banner-1:nth-of-type(8) {
  background-position: -931px 3px;
}
.technologies .tech-icon-banner-2 {
  background: url("https://deorwine.b-cdn.net/images/banner-7.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-2:nth-of-type(1) {
  background-position: -30px 3px;
}
.technologies .tech-icon-banner-2:nth-of-type(2) {
  background-position: -159px 2px;
}
.technologies .tech-icon-banner-2:nth-of-type(3) {
  background-position: -270px 2px;
}
.technologies .tech-icon-banner-2:nth-of-type(4) {
  background-position: -400px 2px;
}
.technologies .tech-icon-banner-2:nth-of-type(5) {
  background-position: -536px 1px;
}
.technologies .tech-icon-banner-2:nth-of-type(6) {
  background-position: -667px 3px;
}
.technologies .tech-icon-banner-2:nth-of-type(7) {
  background-position: -796px 1px;
}
.technologies .tech-icon-banner-2:nth-of-type(8) {
  background-position: -30px 3px;
}
.technologies .tech-icon-banner-3 {
  background: url("https://deorwine.b-cdn.net/images/banner-8.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-3:nth-of-type(1) {
  background-position: -35px 1px;
}
.technologies .tech-icon-banner-3:nth-of-type(2) {
  background-position: -163px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(3) {
  background-position: -297px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(4) {
  background-position: -425px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(5) {
  background-position: -545px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(6) {
  background-position: -663px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(7) {
  background-position: -787px 3px;
}
.technologies .tech-icon-banner-3:nth-of-type(8) {
  background-position: -915px 3px;
}
.technologies .tech-icon-banner-4 {
  background: url("https://deorwine.b-cdn.net/images/banner-9.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-4:nth-of-type(1) {
  background-position: -38px 3px;
}
.technologies .tech-icon-banner-4:nth-of-type(2) {
  background-position: -155px 3px;
}
.technologies .tech-icon-banner-4:nth-of-type(3) {
  background-position: -291px 3px;
}
.technologies .tech-icon-banner-4:nth-of-type(4) {
  background-position: -419px 3px;
}
.technologies .tech-icon-banner-5 {
  background: url("https://deorwine.b-cdn.net/images/banner-10.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-5:nth-of-type(1) {
  background-position: -38px 3px;
}
.technologies .tech-icon-banner-5:nth-of-type(2) {
  background-position: -168px 3px;
}
.technologies .tech-icon-banner-5:nth-of-type(3) {
  background-position: -298.5px 3px;
}
.technologies .tech-icon-banner-6 {
  background: url("https://deorwine.b-cdn.net/images/banner-11.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-6:nth-of-type(1) {
  background-position: -32px 3px;
}
.technologies .tech-icon-banner-6:nth-of-type(2) {
  background-position: -165px 3px;
}
.technologies .tech-icon-banner-6:nth-of-type(3) {
  background-position: -297px 4px;
}
.technologies .tech-icon-banner-7 {
  background: url("https://deorwine.b-cdn.net/images/banner-12.webp") no-repeat;
  width: 80px;
  height: 46px;
}
.technologies .tech-icon-banner-7:nth-of-type(1) {
  background-position: -21px 3px;
}
.technologies .tech-icon-banner-7:nth-of-type(2) {
  background-position: -155px 3px;
}
.technologies .tech-icon-banner-7:nth-of-type(3) {
  background-position: -282px 4px;
}

.solutions {
  background-color: #162f6a;
  color: #fff;
}
.solutions .solution-heading h3 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  border-bottom: 6px solid #fe9435;
  padding-bottom: 0.3rem;
  margin: auto auto 2.2rem;
  color: #fff;
  width: 44%;
}
.solutions .solution-heading p {
  width: 76%;
  font-size: 18px;
}
.solutions .service-provide ul {
  flex-wrap: wrap;
}
.solutions .service-provide ul li {
  width: 16%;
  margin: 12px auto;
  text-align: center;
}
.solutions .service-provide ul li figure figcaption {
  width: 71%;
  margin: 16px auto 0;
}

.DevOps .DevOps-heading {
  position: relative;
}
.DevOps .DevOps-heading h3 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  border-bottom: 6px solid #fe9435;
  padding-bottom: 0.3rem;
  margin: auto auto 2.2rem;
  color: #000000;
  width: 28%;
}
.DevOps .DevOps-heading span {
  position: relative;
  background-color: #fe9435;
  width: 48px;
  right: 8px;
  z-index: -1;
  display: inline-block;
  font-weight: 600;
}
.DevOps .DevOps-heading p {
  margin: auto;
  width: 80%;
  text-align: center;
  color: #000000;
  font-weight: 400;
  line-height: 25px;
  word-spacing: 2px;
}
.DevOps hr {
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background-color: #5e6fb5;
}
.DevOps .cycle_1 {
  width: 20%;
}
.DevOps .cycle_1 .discover {
  width: 159px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border: none;
}
.DevOps .cycle_1 .dis-app {
  box-shadow: 0px 3px 6px #00000029;
  width: 180px;
  height: 242px;
  border-radius: 15px;
  margin: 0 20px;
}
.DevOps .cycle_1 .dis-app h4 {
  color: #5e6fb5;
  text-align: right;
  padding: 15px 15px 0 0;
}
.DevOps .cycle_1 .dis-app span {
  background-color: #5e6fb5;
  width: 130px;
  height: 85px;
  border-radius: 0px 15px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevOps .cycle_1 .dis-app p {
  color: #000;
  font-weight: 600;
  padding: 15px;
}
.DevOps .cycle_2 {
  width: 40%;
  margin: auto;
  position: relative;
}
.DevOps .cycle_2 .transform-top .transform {
  width: 159px;
  height: 40px;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 99;
}
.DevOps .cycle_2 .transform-top .img-1 {
  position: absolute;
  left: 95px;
  top: 9px;
}
.DevOps .cycle_2 .transform-top .img-2 {
  position: absolute;
  top: 9px;
}
.DevOps .cycle_2 .infrastructure .dis-app {
  box-shadow: 0px 3px 6px #00000029;
  width: 180px;
  height: 242px;
  border-radius: 15px;
  margin: 0 20px;
}
.DevOps .cycle_2 .infrastructure .dis-app h4 {
  color: #04aa67;
  text-align: right;
  padding: 15px 15px 0 0;
}
.DevOps .cycle_2 .infrastructure .dis-app span {
  background-color: #04aa67;
  width: 130px;
  height: 85px;
  border-radius: 0px 15px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevOps .cycle_2 .infrastructure .dis-app p {
  color: #000;
  font-weight: 600;
  padding: 15px;
}
.DevOps .cycle_2 .infrastructure #Cruize_1 h4 {
  color: #ea5252;
}
.DevOps .cycle_2 .infrastructure #Cruize_1 span {
  background-color: #ea5252;
}
.DevOps .cycle_2 .automated .dis-app {
  box-shadow: 0px 3px 6px #00000029;
  width: 180px;
  height: 242px;
  border-radius: 15px;
  margin: 0 20px;
}
.DevOps .cycle_2 .automated .dis-app h4 {
  color: #fe9435;
  text-align: right;
  padding: 15px 15px 0 0;
}
.DevOps .cycle_2 .automated .dis-app span {
  background-color: #fe9435;
  width: 130px;
  height: 85px;
  border-radius: 0px 15px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.DevOps .cycle_2 .automated .dis-app p {
  color: #000;
  font-weight: 600;
  padding: 15px;
}
.DevOps .cycle_2 .automated #Cruize_2 h4 {
  color: #733489;
}
.DevOps .cycle_2 .automated #Cruize_2 span {
  background-color: #733489;
}

.client-testimonail {
  background-color: #fff4eb;
}
.client-testimonail .SL {
  position: relative;
}
.client-testimonail .SL .prevArrow {
  position: absolute;
  bottom: 11%;
  left: 38%;
  z-index: 99;
}
.client-testimonail .SL .nextArrow {
  position: absolute;
  bottom: 11%;
  left: 43%;
  z-index: 99;
}
.client-testimonail .SL .slick-slide {
  padding: 0px 2px;
}
.client-testimonail .client-testimonail-heading h3 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  border-bottom: 6px solid #fe9435;
  padding-bottom: 0.3rem;
  margin: auto auto 2.2rem;
  color: #000;
  margin-bottom: 0.4rem;
  width: 50%;
}
.client-testimonail .client-testimonail-heading p {
  font-weight: 400;
  color: #000000;
}
.client-testimonail .client-testimonail-heading p span {
  font-weight: 700;
}
.client-testimonail .client-text {
  color: #000000;
}
.client-testimonail .client-text h3 {
  font-size: 26px;
  font-weight: 700;
}
.client-testimonail .client-text .person span {
  width: 20%;
  display: block;
}
.client-testimonail .client-text .person span img {
  border-radius: 100%;
  border: 3px solid #fe9435;
  width: 100%;
}
.client-testimonail .client-text .person .person-title h5,
.client-testimonail .client-text .person .person-title p {
  font-weight: 600;
}
.client-testimonail .client-text .person .person-title h6 {
  font-size: 14px;
}
.client-testimonail .client-video iframe {
  width: 100%;
  height: 100%;
}
.client-testimonail .another-client {
  background-color: #fff;
  position: relative;
  color: #000;
  width: 355px;
  margin: 60px 0px 10px;
  box-shadow: 0px 0px 5px 1px #00000029;
  border-radius: 8px;
  height: 410px;
}
.client-testimonail .another-client figure img {
  position: absolute;
  top: -35px;
}
.client-testimonail .another-client figure figcaption {
  margin: 2rem 0 0;
  height: 50px;
}
.client-testimonail .another-client figure figcaption h4 {
  font-weight: 600;
  font-size: 22px;
}
.client-testimonail .another-client figure figcaption p {
  font-size: 14px;
  font-weight: 400;
}
.client-testimonail .another-client p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}
.client-testimonail .another-client p b {
  color: #000;
  font-weight: 700;
}
.client-testimonail .client-block {
  margin-left: 8px !important;
}
.client-testimonail .slick-dots {
  position: absolute;
  bottom: -64px;
  opacity: 1;
}
.client-testimonail .slick-dots li button:before {
  font-size: 50px !important;
  opacity: 1;
  color: #e8ebf1 !important;
}
.client-testimonail .slick-dots li.slick-active button:before {
  color: #162f6a !important;
  opacity: 1;
}

.news_articles {
  overflow-x: hidden;
  padding: 2% 0 2.5%;
}
.news_articles .title-heading h3 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  border-bottom: 6px solid #fe9435;
  padding-bottom: 0.3rem;
  margin: auto auto 2.2rem;
  color: #000;
  width: 31%;
}
.news_articles .title-heading p {
  width: 60%;
  color: #000;
}
.news_articles .news_card {
  box-shadow: 0px 3px 6px #00000029;
  height: 290px;
  position: relative;
  cursor: pointer;
  margin: 0.5rem;
  width: 345px;
}
.news_articles .news_card p {
  color: #162f6a;
  font-weight: 600;
  margin: 10px;
}
.news_articles .news_card:hover .blue-card {
  display: block;
  width: 60px;
  height: 56px;
  position: absolute;
  background-color: #162f6a;
  bottom: 0;
  right: 0px;
  border-radius: 100% 0 0 0;
  cursor: pointer;
}
.news_articles .news_card:hover .blue-card img {
  width: 80%;
  padding-left: 20px;
  padding-top: 24px;
}
.news_articles button.blog-btn {
  padding: 10px;
  background-color: #162f6a;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  width: 190px;
  height: 55px;
  text-transform: capitalize;
}

.text-danger {
  font-size: 12px;
}

.Query_form {
  background-color: #162f6a;
  color: #fff;
}
.Query_form .Query_text {
  margin-top: 50px;
}
.Query_form .Query_text h4 {
  font-weight: 600;
  font-size: 22px;
}
.Query_form .Query_text p {
  opacity: 0.8;
}
.Query_form .Query_text .query_help {
  background-color: #5e6fb5;
  border-radius: 10px;
  display: block;
}
.Query_form .Query_text .query_help hr {
  width: 1px;
  margin: 0;
  height: 40px;
  border: none;
  background-color: #fff;
}
.Query_form .Query_text .query_help span {
  border-left: 1px solid #fff;
  padding: 0 0px 0 18px;
}
.Query_form .Query_text .query_help span h6 {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 400;
  margin-bottom: 5px;
}
.Query_form .Query_text .query_help span p {
  font-weight: 600;
  opacity: 1;
  margin: 0;
}
.Query_form .Query_text .query_help #skype {
  margin-left: 1.89rem;
}
.Query_form .Query_text ul {
  list-style-position: inside;
}
.Query_form .Query_text ul h5 {
  margin: 60px 0 0;
}
.Query_form .Query_text ul li {
  font-weight: 400;
  opacity: 0.9;
  line-height: 26px;
  list-style: inside;
}
.Query_form .Query_text ul li::marker {
  margin: 0;
}
.Query_form .circle {
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}
.Query_form .circle hr {
  width: 1px;
  height: 85%;
  background-color: #5e6fb5;
  margin: auto;
}
.Query_form .circle span {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #5e6fb5;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 25px;
  bottom: 0;
  top: 38%;
}
.Query_form .Q-form {
  background-color: #fff;
  border-radius: 10px !important;
  padding: 3rem;
}
.Query_form .Q-form .file {
  position: relative;
  display: flex;
}
.Query_form .Q-form .file > input[type=file] {
  display: none;
}
.Query_form .Q-form .file > label {
  font-size: 1rem;
  cursor: pointer;
  outline: 0;
  user-select: none;
  border-radius: 4px;
  background-color: #162f6a;
  color: #ffffff;
  width: 120px;
  height: 38px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Query_form .Q-form .file > label:hover {
  border-color: #363636;
}
.Query_form .Q-form .file > label:active {
  background-color: whitesmoke;
}
.Query_form .Q-form .file > label > i {
  padding-right: 5px;
}
.Query_form .Q-form .custom-input {
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
.Query_form .Q-form .custom-input .input-text {
  border: none;
  background: none;
  padding: 12px 1px 12px 0;
}
.Query_form .Q-form .custom-input .input-text img {
  height: 15px;
  width: auto;
}
.Query_form .Q-form .custom-input .form-control {
  cursor: pointer;
  border: none;
  font-weight: 500;
  color: #162f6a;
}
.Query_form .Q-form .custom-input .form-control:focus {
  box-shadow: none;
}
.Query_form .Q-form .custom-input input::placeholder {
  color: #162f6a;
}
.Query_form .Q-form .Q-text textarea {
  border-radius: 0;
}
.Query_form .Q-form .Q-text label {
  color: #162f6a;
}
.Query_form .Q-form .Q-text label span {
  padding: 12px;
  font-weight: 500;
}
.Query_form .Q-form .Browse h6 {
  color: #232323;
  font-weight: 600;
}
.Query_form .Q-form .Browse span {
  font-weight: 500;
  font-size: 12px;
  color: #232323;
  display: block;
}
.Query_form .Q-form .Browse button {
  background-color: #162f6a;
  color: #fff;
  border-radius: 3px !important;
  width: 104px;
  height: 35px;
  font-family: "Montserrat", sans-serif;
}
.Query_form .Q-form .inquiry-btn button {
  width: 248px;
  height: 55px;
  float: right;
  border-radius: 10px !important;
  color: #fff;
  background-color: #162f6a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.locations .countries {
  background-color: #162f6a;
  color: #fff;
  border-radius: 10px;
}
.locations .countries .location-bg {
  background-image: url("../images/pattern-22.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 205px;
}
.locations .countries .location-bg span {
  font-weight: 600;
}
.locations .countries .location-bg span img {
  height: 48px;
}
.locations .countries .location-bg span i {
  font-size: 20px;
  margin-right: 11px;
}
.locations .countries .location-bg span h4 {
  font-weight: 600;
}

footer {
  background-color: #292928;
  color: #fff;
}
footer a:hover {
  text-decoration: none;
}
footer .top-footer .address .footer-logo {
  width: 100%;
}
footer .top-footer .address a {
  color: #c1c0c0;
  font-family: "Poppins", sans-serif;
}
footer .top-footer .address a:hover {
  color: #fe9435;
}
footer .top-footer .address a P {
  word-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
footer .top-footer button {
  width: 190px;
  height: 35px;
  background-color: #162f6a;
  color: #fff;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}
footer .top-footer button:hover {
  color: #fe9435;
}
footer .top-footer .Quick-links {
  width: 80%;
  margin: auto;
}
footer .top-footer .Quick-links h4 {
  font-weight: 600;
}
footer .top-footer .Quick-links ul li {
  line-height: 35px;
}
footer .top-footer .Quick-links ul li a {
  color: #c1c0c0;
  font-family: "Poppins", sans-serif;
}
footer .top-footer .Quick-links ul li a:hover {
  color: #fe9435;
}
footer .top-footer .servings h5 {
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  font-weight: 400;
}
footer .top-footer .servings hr {
  width: 50%;
  background-color: #c1c0c0;
  border-top: 3px solid #c1c0c0;
}
footer .top-footer .servings p {
  font-size: 14.5px;
  font-weight: 400;
  line-height: 28px;
  color: #c1c0c0;
  font-family: "Poppins", sans-serif;
}
footer .top-footer .servings .social-links .links {
  width: 50%;
}
footer .top-footer .servings .social-links .links a {
  font-size: 25px;
  color: #ffffff;
}
footer .top-footer .servings .social-links .links a i {
  margin: 0px 7px;
  font-size: 25px;
  color: #ffffff;
}
footer .top-footer .servings .social-links .links a i:hover {
  color: #fe9435;
}
footer .mid-footer {
  border-bottom: 1px solid #c1c0c0;
}
footer .mid-footer h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-family: "Poppins", sans-serif;
}
footer .mid-footer ul li {
  line-height: 35px;
}
footer .mid-footer ul li a {
  color: #fff;
  font-size: 13.5px;
  font-family: "Poppins", sans-serif;
}
footer .mid-footer ul li a:hover {
  color: #fe9435;
}
footer .last-footer h2 {
  font-weight: 600;
  color: #fff;
  font-weight: 600;
}
footer .last-footer h2 span {
  padding: 0 5px;
  background-color: #fe9435;
  font-weight: 600;
}
footer .last-footer .score-icon {
  text-align: right;
}
footer .last-footer .score-icon img {
  margin-left: 15px;
  height: 89px;
}
footer .last-footer .rating-p img {
  width: 15%;
}
footer .last-footer .rating-p p {
  font-size: 19px;
  font-weight: 500;
  word-spacing: 1px;
}
footer .iso {
  width: 11%;
}
footer .dmca {
  width: 21%;
}
footer .copyright-text {
  font-size: 18px !important;
  margin: auto 0;
}
footer .copyright-text p {
  margin-bottom: 0rem;
}
footer .iso-cer {
  text-align: right;
}

a {
  color: #ffffff;
}

a:hover {
  color: #fe9435;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #fe9435;
  border-color: #fe9435;
  font-size: 18px;
  border-radius: 8px;
  font-weight: 600;
  padding: 13px 20px 13px;
  width: fit-content;
}

.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  transition: 0.2s ease-in-out;
}

header .topbar {
  background-color: #162f6a;
  height: 45px;
  color: #fff;
}
header .topbar a {
  color: #fff;
}
header .topbar a span {
  font-size: 15px;
  font-weight: 500;
}
header .topbar a:hover {
  color: #fe9435;
}
header .topbar hr {
  margin: 0;
  width: 1px;
  height: 20px;
  background-color: #fff;
  border: none;
}
header .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: transparent;
}
header .navigation .nav-btn {
  background-color: #fe9435;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-left: 1rem;
  margin-top: 16px;
}
header .navigation .nav-btn span {
  background-color: #5e6fb5;
  border-radius: 5px;
  padding: 3px 5px;
  margin-right: 1px;
}
header .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
header .navigation-portrait {
  height: 48px;
}
header .navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}
header .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
header .align-to-right {
  float: right;
}
header .nav-header {
  float: left;
}
header .nav-header .logo img {
  width: 270px;
  padding-top: 6%;
}
header .navigation-hidden .nav-header {
  display: none;
}
header .nav-brand:hover,
header .nav-brand:focus {
  color: #343a40;
}
header .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
header .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
header .nav-logo:focus > img {
  outline: initial;
}
header .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
header .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 15px;
  display: none;
  cursor: pointer;
}
header .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #ffffff, 0 1em 0 0 #ffffff;
}
header .navigation-portrait .nav-toggle {
  display: block;
}
header .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
header .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
header .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}
header .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
header .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
header .navigation-portrait .nav-menu {
  width: 100%;
}
header .navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}
header .navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}
header .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
header .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
header .navigation-portrait .nav-menu > li:last-child {
  border-bottom: none;
}
header .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
header .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  transition: color 0.3s, background 0.3s;
}
header .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
header .nav-menu > li:hover > a,
header .nav-menu > li.active > a,
header .nav-menu > li.focus > a {
  color: #ff6b00;
}
header .nav-menu > li > a > i,
header .nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
header .nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
header .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
header .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
header .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
header .nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
header .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
header .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
header .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}
header .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
header .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #ffffff;
  transform: rotate(45deg);
  transition: border 0.2s;
}
header .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
header .nav-menu > li:hover > a .submenu-indicator-chevron,
header .nav-menu > .active > a .submenu-indicator-chevron,
header .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}
header .navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
header .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
header .no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
header .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
header .navigation-hidden .nav-search {
  display: none;
}
header .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
header .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
header .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}
header .nav-search-icon:after,
header .nav-search-icon:before {
  content: "";
  pointer-events: none;
}
header .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}
header .nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}
header .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
header .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
header .navigation-portrait .nav-search-inner {
  height: 48px;
}
header .nav-search-inner input[type=text],
header .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
header .navigation-portrait .nav-search-inner input[type=text],
header .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
header .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
header .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
header .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
header .nav-button:hover,
header .nav-button:focus {
  color: #fff;
  text-decoration: none;
}
header .navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}
header .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}
header .navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
header .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
header .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
header .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
header .nav-dropdown .nav-dropdown {
  left: 100%;
}
header .nav-menu > li > .nav-dropdown {
  border-top: solid 3px #203b75;
}
header .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
header .nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #343a40;
  background-color: #ffffff;
}
header .nav-dropdown > li:hover > a,
header .nav-dropdown > li.focus > a {
  color: #ff6b00;
}
header .nav-dropdown.nav-dropdown-left {
  right: 0;
}
header .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
header .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
header .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
header .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
header .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
header .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
header .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
header .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}
header .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
header .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}
header .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
header .nav-dropdown > li:hover > a .submenu-indicator-chevron,
header .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}
header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
header .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}
header .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
header .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
header .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
header .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
header .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
header .nav-dropdown-horizontal > li > a {
  position: relative;
}
header .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}
header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
header .megamenu-panel {
  width: 67%;
  padding: 9px 0px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 3px #203b75;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch {
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e2;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-logo {
  display: table-cell;
  vertical-align: middle;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-logo img {
  width: 74px;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info h3 {
  font-size: 20px;
  font-weight: 600;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info p {
  padding-bottom: 8px;
  color: #858585;
  margin-bottom: 0rem;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info .star-ico {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info .star-ico i {
  margin: 0px;
  font-size: 15px;
  color: #ffc107;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info .star-ico .rating-label {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -7px;
  width: auto;
  height: auto;
  padding: 1px 5px;
  background-color: #2ba709;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  z-index: 1;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch .clutch-info .star-ico .rating-label i {
  margin: -4px -2px 0 0;
  color: #ffffff;
  font-size: 14px;
}
header .megamenu-panel .megamenu-lists .megamenu-list .clutch:last-child {
  border-bottom: none;
}
header .megamenu-panel .megamenu-lists .menu-service-bottom {
  background-color: #5e6fb5;
  padding: 2% 2%;
  flex-wrap: wrap;
}
header .megamenu-panel .megamenu-lists .menu-service-bottom img {
  height: 45px;
  display: block;
  margin: auto;
}
header .megamenu-panel .megamenu-lists .menu-service-bottom h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0rem;
}
header .megamenu-panel .megamenu-lists .menu-service-bottom p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0rem;
}
header .service-menu .megamenu-panel {
  width: 100%;
  padding: 8px 0px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list {
  padding-top: 3.5%;
  padding-bottom: 4%;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a {
  background-color: transparent;
  width: 100%;
  padding: 1.7% 2% 1.7% 10%;
  margin: 0px 0px 0px 0px;
  text-transform: capitalize;
  color: #000000;
  font-size: 15px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a img {
  width: 22px;
  margin-right: 2px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-menu {
  width: 27px;
  height: 28px;
  background: url("../images/menu/solutions/solutions-banner.png");
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-menu-services {
  width: 27px;
  height: 28px;
  background: url("../images/menu/services/services-banner12.png");
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-1 {
  background-position: -606px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-2 {
  background-position: -819px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-3 {
  background-position: -425px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-4 {
  background-position: -354px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-5 {
  background-position: -311px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-6 {
  background-position: -238px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-7 {
  background-position: -644px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-8 {
  background-position: -135px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-9 {
  background-position: 433px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-10 {
  background-position: -496px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-11 {
  background-position: -570px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-12 {
  background-position: -753px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-13 {
  background-position: -64px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-14 {
  background-position: -33px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-15 {
  background-position: 693px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-16 {
  background-position: 931px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-17 {
  background-position: 726px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-18 {
  background-position: 504px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-19 {
  background-position: -534px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-20 {
  background-position: -782px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-21 {
  background-position: -274px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-22 {
  background-position: -682px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-23 {
  background-position: -717px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-24 {
  background-position: 0px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-1 {
  background-position: -42px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-2 {
  background-position: -90px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-3 {
  background-position: -151px -3px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-4 {
  background-position: -208px -4px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-5 {
  background-position: -274px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-6 {
  background-position: -342px -3px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-7 {
  background-position: -405px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-8 {
  background-position: -470px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-9 {
  background-position: -541px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-11 {
  background-position: -676px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-12 {
  background-position: -746px 8px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-13 {
  background-position: -813px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-14 {
  background-position: -602px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-15 {
  background-position: -884px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-16 {
  background-position: -944px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-17 {
  background-position: -1008px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-18 {
  background-position: -1069px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-19 {
  background-position: -1129px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-20 {
  background-position: -1192px -3px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-21 {
  background-position: -1261px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-22 {
  background-position: -1329px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-23 {
  background-position: -1399px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-24 {
  background-position: -1460px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-25 {
  background-position: -1532px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-26 {
  background-position: -1594px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-27 {
  background-position: -1675px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-28 {
  background-position: -1759px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-29 {
  background-position: -1844px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-30 {
  background-position: -1909px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-31 {
  background-position: -1995px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-32 {
  background-position: -2077px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-33 {
  background-position: 212px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-34 {
  background-position: -2217px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a .icon-services-35 {
  background-position: 74px 0px;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a:hover {
  color: #162f6a;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list .megamenu-list-title a {
  color: #fe9435;
}
header .service-menu .megamenu-panel .megamenu-lists .megamenu-list .megamenu-list-title a {
  font-size: 16px;
}
header .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
header .megamenu-panel [class*=container] {
  width: 100%;
}
header .megamenu-panel [class*=container] [class*=col-] {
  padding: 0;
}
header .megamenu-panel-half {
  width: 50%;
}
header .megamenu-panel-quarter {
  width: 25%;
}
header .navigation-portrait .megamenu-panel-half,
header .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
header .megamenu-panel-row {
  width: 100%;
}
header .megamenu-panel-row:before,
header .megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}
header .megamenu-panel-row:after {
  clear: both;
}
header .megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
header .megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0;
}
header .navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
header .navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0;
}
header .megamenu-panel-row .col-1 {
  width: 5.5833333333%;
}
header .megamenu-panel-row .col-2 {
  width: 14.1666666667%;
}
header .megamenu-panel-row .col-3 {
  width: 22.75%;
}
header .megamenu-panel-row .col-4 {
  width: 31.3333333333%;
}
header .megamenu-panel-row .col-5 {
  width: 39.9166666667%;
}
header .megamenu-panel-row .col-6 {
  width: 48.5%;
}
header .megamenu-panel-row .col-7 {
  width: 57.0833333333%;
}
header .megamenu-panel-row .col-8 {
  width: 65.6666666667%;
}
header .megamenu-panel-row .col-9 {
  width: 74.25%;
}
header .megamenu-panel-row .col-10 {
  width: 82.8333333333%;
}
header .megamenu-panel-row .col-11 {
  width: 91.4166666667%;
}
header .megamenu-panel-row .col-12 {
  width: 100%;
}
header .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
header .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
header .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
header .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}
header .megamenu-tabs-nav > li.active a,
header .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
header .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}
header .megamenu-tabs-pane.active {
  display: block;
}
header .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
header .megamenu-lists {
  width: 100%;
  display: table;
}
header .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
header .megamenu-list:last-child {
  margin: 0;
  border: none;
}
header .navigation-landscape .megamenu-list {
    margin: -32px 0;
    padding: 23px 0;
}
header .navigation-landscape .megamenu-list:last-child {
  border: none;
}
header .megamenu-list > li > a {
    width: 100%;
    padding: 22px 16px;
    margin: 2px 0px 0px 0px;
    font-weight: 400;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    background-color: #FFFFFF;
    border-right: 1px solid #EFEFEF;
    font-size: 14px;
    /*border-bottom: 1px solid #EFEFEF;*/
}
header .company-m > li > a
{
border-bottom: 1px solid #EFEFEF;
}
header .megamenu-list > li > a:hover {
  color: #fe9435;
}
header .megamenu-list > li.megamenu-list-title > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fe9435;
}
header .megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}
header .navigation-landscape .list-col-2 {
  width: 50%;
}
header .navigation-landscape .list-col-3 {
  width: 33.33%;
}
header .navigation-landscape .list-col-4 {
  width: 25%;
}
header .navigation-landscape .list-col-5 {
  width: 20%;
}
header .navigation-landscape .list-col-6 {
  width: 50%;
}
.navigation-landscape .list-col-7 {
    width: 40%;
  }
  .navigation-landscape .list-col-8 {
    width: 60%;
  }
header .navigation-landscape .list-col-12 {
  width: 100%;
}
header .nav-menu > li > a {
  color: #ffffff;
}
header .nav-dropdown > li > a {
  color: #000000;
  padding: 10px 20px;
  border-bottom: solid 1px #d8d8d8;
}
header .nav-dropdown > li > a:hover,
header .nav-dropdown > li > a:focus {
  color: #ff6b00;
}
header .main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
header .transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
header .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  header .nav-dropdown > li > a,
header .megamenu-list > li > a {
    width: 65%;
  }
}

.mobileapp {
  width: 100%;
  background-size: cover !important;
  position: relative;
}

.bg-services {
  color: #ffffff;
}
.bg-services h3 {
  font-size: 28px;
  font-weight: 500;
}
.bg-services h1 {
  font-size: 24px;
  font-weight: 700;
}
.bg-services p {
  font-weight: 500;
  line-height: 26px;
}

.services-image {
  width: 30px;
}

.free-consultation {
  padding-top: 4%;
  padding-bottom: 4%;
}
.free-consultation h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 600;
  line-height: 46px;
  padding: 2% 0;
}
.free-consultation h2 span {
  color: #fe9435;
  font-weight: 600;
}
.free-consultation p {
  text-align: justify;
}
.free-consultation .consultation-form {
  background-color: #162f6a;
  border-radius: 20px;
  padding: 10%;
}
.free-consultation .consultation-form h3 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}
.free-consultation .consultation-form h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fe9435;
}
.free-consultation .consultation-form .form-block {
  padding-top: 10%;
}
.free-consultation .consultation-form .form-block input {
  width: 100%;
  background: transparent;
  border: 2px solid #5e6fb5;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 50px;
  padding: 0px 20px;
}
.free-consultation .consultation-form .form-block input::placeholder {
  color: #ffffff;
}
.free-consultation .consultation-form .form-block .free-consult-button {
  height: 47px;
  width: 100%;
  background-color: #fe9435;
  border-radius: 5px;
  color: #ffffff;
  border: none !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.mobile-platform {
  background-color: #e8ebf1;
  padding: 4% 0%;
}
.mobile-platform h4 {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
}
.mobile-platform h4 span {
  color: #fe9435;
  font-weight: 700;
}
.mobile-platform .platform-block {
  background-color: #162f6a;
  border-radius: 15px;
  padding: 19px 8px 8px 15px;
  width: 214px;
  height: 85px;
}
.mobile-platform .platform-block img {
  float: left;
  padding-top: 5px;
}
.mobile-platform .platform-block P {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
  margin-bottom: 0rem;
}

.technology-team h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.technology-team h3 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-team p {
  text-align: center;
  margin-bottom: 0rem;
}
.technology-team .technology-team-block {
  padding: 14% 0%;
  height: 220px;
  text-align: center;
  border: 1px solid #efefef;
}
.technology-team .technology-team-block h5 {
  color: #162f6a;
  font-weight: 600;
  font-size: 20px;
}

.Mobile-apps-portfolio {
  position: relative;
}
.Mobile-apps-portfolio .shape-img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 83%;
}
.Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L {
  position: absolute;
  left: 12%;
  bottom: 20%;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff !important;
  font-weight: 600;
  z-index: 1;
}
.Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L img {
  width: 30px;
  float: left;
  margin-top: 3px;
}
.Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R {
  position: absolute;
  bottom: 20%;
  left: 46%;
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R img {
  width: 30px;
  float: right;
  margin-top: 3px;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-content {
  width: 50%;
  height: 490px;
  background-color: #162f6a;
  display: block;
  margin: auto 0% auto 9%;
  z-index: 99;
  padding: 50px 35px;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-content p {
  color: #ffffff;
  padding-top: 20px;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-img {
  width: 50%;
  padding: 5% 0%;
  z-index: 99;
  background-color: #fff4eb;
}
.Mobile-apps-portfolio .mobile-app-slide .mobile-app-img img {
  margin: auto;
  display: block;
}

.get-a-quote {
  background-color: #242424;
}
.get-a-quote .quote-content {
  padding-top: 3%;
}
.get-a-quote .quote-content h4 {
  font-weight: 700;
  color: #ffffff;
}
.get-a-quote .quote-content p {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}
.get-a-quote .quote-btn {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.get-a-quote .quote-btn a {
  background-color: #fe9435;
  padding: 10px 15px;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 500;
}

.top-develop-rank {
  background-color: #e8ebf1;
}
.top-develop-rank h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.top-develop-rank h3 span {
  font-weight: 700;
  color: #fe9435;
}
.top-develop-rank .rank-sec {
  background-color: #ffffff;
  padding: 4% 0%;
  margin-top: 3%;
}
.top-develop-rank .rank-sec .rank-block {
  border-right: 1px solid #e8ebf1;
  text-align: center;
  width: 220px;
  padding: 10px 5px;
}
.top-develop-rank .rank-sec .rank-block p {
  padding-top: 20px;
}
.top-develop-rank .rank-block:last-child {
  border-right: none;
}

.business-solution h3 {
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 5%;
}
.business-solution h3 span {
  font-weight: 700;
  color: #fe9435;
}
.business-solution .solution-slide .solution-block {
  width: 265px;
  z-index: 0;
}
.business-solution .solution-slide .solution-block img {
  z-index: 0;
}
.business-solution .solution-slide .solution-block .solution-title {
  background-color: #162f6a;
  width: 198px;
  height: 67px;
  align-items: center;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  z-index: 99;
  position: relative;
  margin-top: -22px;
  margin-right: auto;
  margin-left: auto;
}
.business-solution .solution-slide .solution-block .solution-title a {
  color: #ffffff;
  font-weight: 600;
}
.business-solution .slide-arrow {
  background-color: #162f6a;
  color: #ffffff !important;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 1;
  font-weight: 500;
  font-size: 30px;
}
.business-solution .prev-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  left: -21px;
  cursor: pointer;
}
.business-solution .next-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  right: -10px;
  cursor: pointer;
}

.development-process {
  background-color: #fff4eb;
}
.development-process h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.development-process h3 span {
  font-weight: 700;
  color: #fe9435;
}
.development-process p {
  text-align: center;
  width: 63%;
  margin: auto;
  display: block;
}
.development-process .process-section {
  padding-top: 5%;
}
.development-process .process-section .process-block {
  position: relative;
}
.development-process .process-section .process-block .process-content {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.development-process .process-section .process-block .process-content h4 {
  position: absolute;
  top: 42px;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}
.development-process .process-section .process-block .process-content .process-icon {
  position: absolute;
  top: 52%;
  transition: transform 0.7s ease-in-out;
}
.development-process .process-section .process-block .process-content .process-icon:hover {
  transform: rotateY(180deg);
}
.development-process .process-section .process-block .process-content .process-border {
  position: absolute;
  bottom: 28%;
}
.development-process .process-section .process-block .process-content h5 {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  bottom: 30px;
}

.mobile-development-faq h3 {
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.mobile-development-faq h3 span {
  font-weight: 700;
  color: #fe9435;
}
.mobile-development-faq .card-title {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.mobile-development-faq .card-body {
  color: #fff;
  background-color: #162f6a !important;
  padding: 0 !important;
}
.mobile-development-faq .card-body p {
  margin-bottom: 0rem;
  padding: 1.25rem;
}
.mobile-development-faq .accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  color: #041041;
}
.mobile-development-faq .accordion .card-header.collapsed:after {
  content: "\f067";
}
.mobile-development-faq .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0px !important;
}

.portfolio-banner {
  background-color: #5e6fb5;
  padding: 4% 0 0%;
  color: #fff;
}
.portfolio-banner h4 {
  padding-top: 0% !important;
}
.portfolio-banner h2 {
  font-size: 36px;
  font-weight: 700;
}

.portfolio-web-app .tab-content > .active {
  display: flex;
}
.portfolio-web-app h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.portfolio-web-app h1 span {
  font-weight: 700;
  color: #fe9435;
}
.portfolio-web-app p {
  text-align: center;
  width: 86%;
  margin: auto;
  display: block;
}
.portfolio-web-app #main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.portfolio-web-app .portfolio-tab {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  flex: 1 1 auto;
  padding: 10px 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.portfolio-web-app .nav-item .nav-link {
  position: relative;
  padding: 0 5px;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  line-height: 1.5;
}
.portfolio-web-app .nav-item .nav-link:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fe9435;
  transition: all 500ms;
}
.portfolio-web-app .nav-item .nav-link.active {
  color: #fe9435;
  transition: all 350ms;
}
.portfolio-web-app .nav-item .nav-link.active:before {
  width: 100%;
}
.portfolio-web-app .project {
  position: relative;
  flex: 1 0 calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 10px;
  background-color: #fff;
  cursor: pointer;
}
.portfolio-web-app .project:hover .project-info {
  background: rgba(89, 89, 89, 0.7);
}
@media (min-width: 520px) {
  .portfolio-web-app .project {
    flex: 0 0 calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .portfolio-web-app .project {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
.portfolio-web-app .project .portfolio-block-content {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #162f6a;
}
.portfolio-web-app .project .portfolio-block-content h5 {
  font-size: 18px;
}
.portfolio-web-app .project .portfolio-block-content p {
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.portfolio-web-app .project-image {
  position: relative;
}
.portfolio-web-app .project-image img {
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.portfolio-web-app .project-image .portfolio-download {
  position: absolute;
  bottom: 3%;
  left: 5%;
  background-color: #fff;
  border-radius: 5px;
}
.portfolio-web-app .project-image .portfolio-download p, .portfolio-web-app .project-image .portfolio-download i {
  font-size: 12px;
  font-weight: 600;
}
.portfolio-web-app .project-image .portfolio-download h6 {
  font-size: 9.5px;
  font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .font-h1 {
    font-size: 28px;
  }

  .font-h2 {
    font-size: 28px !important;
  }
}
.bg-services {
  background-color: #5e6fb5;
  background-size: cover;
  -webkit-background-size: cover;
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
.bg-services:after {
  content: "";
  width: 300%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 85%;
  left: 60%;
  transform: translateX(-50%);
}
.bg-services .banner-right-img {
  margin-top: 50px;
  z-index: 1;
}

.technology-therory h2 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}
.technology-therory h2 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-therory p {
  text-align: justify;
}
.technology-therory img {
  width: 92%;
}

.technology-services h3 {
  color: #000000;
  font-weight: 700;
}
.technology-services h3 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-services .technology-service-block {
  padding: 20px 30px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  margin-bottom: 40px;
}
.technology-services .technology-service-block img {
  height: 60px;
}
.technology-services .technology-service-block h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0rem;
}
.technology-services .technology-service-block p {
  color: #000000;
}
.technology-services .color-one {
  background-color: #80cffa;
}
.technology-services .color-two {
  background-color: #ccea7d;
}
.technology-services .color-three {
  background-color: #fdb6cf;
}
.technology-services .color-four {
  background-color: #dad2fb;
}
.technology-services .color-five {
  background-color: #71ead7;
}
.technology-services .color-six {
  background-color: #fce08a;
}
.technology-services .color-seven {
  background-color: #58ddf6;
}

.technology-choose {
  background: url("../images/technology/technology-choose-bg.png") no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
}
.technology-choose h3 {
  color: #000000;
  font-weight: 700;
}
.technology-choose h3 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-choose ul li {
  list-style: circle;
  margin-left: 16px;
  margin-bottom: 5px;
}
.technology-choose .text-bg {
  background-color: #fe9435;
  border-radius: 15px;
}
.technology-choose .text-bg p {
  color: #ffffff;
  margin-bottom: 0rem;
  font-weight: 500;
}

.technology-develop-process h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
}
.technology-develop-process h3 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-develop-process .develop-process-block {
  position: relative;
}
.technology-develop-process .develop-process-block .develop-process-content {
  justify-content: center;
  display: flex;
}
.technology-develop-process .develop-process-block .develop-process-content img {
  position: absolute;
  top: 24%;
}
.technology-develop-process .develop-process-block .develop-process-content h5 {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  bottom: 36px;
  color: #ffffff;
}
.technology-develop-process .process-block-top {
  position: relative;
  margin-top: 3%;
}
.technology-develop-process .process-block-top .develop-process-content {
  justify-content: center;
  display: flex;
}
.technology-develop-process .process-block-top .develop-process-content img {
  position: absolute;
  top: 28%;
}
.technology-develop-process .process-block-top .develop-process-content h5 {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  bottom: 2px;
  color: #ffffff;
}

.development-expertise {
  background-color: #fff4eb;
}
.development-expertise h3 {
  color: #000000;
  width: 52%;
  font-weight: 700;
}
.development-expertise h3 span {
  color: #fe9435;
  font-weight: 700;
}
.development-expertise ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 8px;
}
.development-expertise ul li span {
  color: #fe9435;
  font-weight: 600;
}
.development-expertise ul li::marker {
  color: #fe9435;
}

.technology-build {
  background-color: #000000;
}
.technology-build h4 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}
.technology-build h4 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-build p {
  color: #ffffff;
}
.technology-build .technology-counter .tech-count-block {
  border-radius: 15px;
  width: 150px;
  height: 188px;
}
.technology-build .technology-counter .tech-count-block p {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0rem;
}
.technology-build .technology-counter .tech-count-block p span {
  font-weight: 700;
}
.technology-build .technology-counter .tech-count-block h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.technology-build .technology-counter .c-one {
  background-color: #19b5bf;
}
.technology-build .technology-counter .c-two {
  background-color: #ae19bf;
}
.technology-build .technology-counter .c-three {
  background-color: #19bf64;
}
.technology-build .technology-counter .c-four {
  background-color: #bf8719;
}

.career-banner {
  background: url("../images/career-bg-min.jpg");
  background-position: center;
  padding-top: 4.5%;
  background-size: cover;
  width: 100%;
  height: 515px;
}
.career-banner .banner-left {
  display: block;
  margin: auto;
}
.career-banner .banner-left h1 {
  color: #fff;
  font-weight: 700;
}
.career-banner .banner-left h1 span {
  color: #fe9435;
  font-weight: 700;
}
.career-banner .banner-left p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 70%;
  margin-top: 1rem;
}
.career-banner .banner-right img {
  width: 100%;
}

.career-about {
  padding-top: 2%;
  padding-bottom: 2%;
}
.career-about .about-content h3,
.career-about .about-content h2 {
  font-weight: 700;
  color: #000;
  margin: 20px 0;
}
.career-about .about-content h3 span,
.career-about .about-content h2 span {
  color: #fe9435;
  font-weight: 700;
}

.positions {
  background-color: #162f6a;
  color: #fff;
  padding: 3% 0;
}
.positions .positions-heading h3 {
  font-weight: 700;
}
.positions .positions-heading h3 span {
  color: #fa8d0c;
  font-weight: 700;
}
.positions .positions-heading p {
  margin: 2% auto 3.5%;
  width: 90%;
  font-size: 17px;
}
.positions .nav-pills-custom {
  width: 90%;
}
.positions .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
  padding: 0;
  border-radius: 0;
  height: 60px;
  border-bottom: 1px solid #ccc;
}
.positions .nav-pills-custom .nav-link img {
  width: 70px;
}
.positions .nav-pills-custom .nav-link h6 {
  color: #000;
}
.positions .nav-pills-custom .nav-link p {
  width: 30px;
  height: 30px;
  background-color: #162f6a;
  border-radius: 50%;
  line-height: 30px;
  color: #ffff;
  font-weight: 500;
  font-size: 13px;
}
.positions .nav-pills-custom .nav-link.active {
  background: #fff4eb;
  cursor: pointer;
  border-bottom: none;
}
.positions .nav-pills-custom .nav-link.active h6 {
  font-weight: 700;
}
.positions .tab-content {
  width: 90%;
}
.positions .tab-content .requirments {
  color: #000;
  background-color: #fff4eb;
  padding: 1.5rem 2rem;
  margin-bottom: 12px;
}
.positions .tab-content .requirments h5 {
  font-weight: 600;
}
.positions .tab-content .requirments p {
  font-weight: 600;
  color: #000;
}
.positions .tab-content .requirments button {
  width: 80px;
  height: 32px;
  color: #fff;
  background-color: #fe9435;
  border-radius: 5px;
  line-height: 30px;
  padding: 0;
  font-weight: 600;
  margin-top: 0.8rem;
}

.our-team {
  background-color: #000;
  color: #ffff;
}
.our-team h3 {
  font-weight: 700;
  margin-bottom: 4%;
}
.our-team h3 span {
  color: #fe9435;
  font-weight: 700;
}
.our-team img {
  height: 65px;
  width: auto;
  transition: transform 0.7s ease-in-out;
  cursor: pointer;
}
.our-team img:hover {
  transform: rotateY(180deg);
}
.our-team h5 {
  margin: 20px 0 14px;
  font-size: 22px;
  font-weight: 500;
}
.our-team p {
  font-size: 15px;
  line-height: 25px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header .nav-header .logo img {
    width: 260px;
  }
  header .nav-menu li a.title {
    padding: 26px 10px;
  }

  .career-banner {
    background-position: right;
    padding-top: 11.5%;
    height: 500px;
  }

  .positions {
    padding: 5% 0 5.5%;
  }

  .our-team h5 {
    font-size: 20px;
  }
  .our-team p {
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .career-banner {
    background-position: right;
    padding-top: 11.5%;
    height: 430px;
  }
  .career-banner .banner-left h2 {
    font-size: 28px;
  }
  .career-banner .banner-left p {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
  }

  .career-about .career-about-left {
    display: flex;
    align-items: center;
  }
  .career-about .about-content h3 {
    font-size: 25px;
  }
  .career-about .about-content p {
    font-size: 14px;
  }

  .positions .positions-heading p {
    font-size: 15px;
  }

  .our-team .team-content {
    margin-top: 2rem;
  }

  .career-tab-content {
    margin-top: 2rem !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .career-banner {
    height: 100%;
    padding-top: 20%;
  }
  .career-banner .banner-left p {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
  }
  .career-banner .banner-right img {
    width: 80%;
    margin: auto;
    display: block;
  }

  .career-about .career-about-left img {
    display: block;
    margin: auto;
  }
  .career-about .about-content {
    padding-left: 1rem !important;
  }
  .career-about .about-content h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  .career-about .about-content p {
    font-size: 14px;
  }

  .positions {
    padding: 6% 0;
  }
  .positions .positions-heading p {
    font-size: 14px;
    width: 100%;
    margin: 1rem 0 1.5rem;
  }
  .positions .nav-pills-custom {
    width: 100%;
  }
  .positions .tab-content {
    width: 100%;
    margin-top: 2rem !important;
  }

  .our-team {
    padding: 5%;
  }
  .our-team h2 {
    margin-bottom: 0;
  }
  .our-team .team-content {
    margin-top: 2rem;
  }
  .our-team .team-content p {
    width: 55%;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .career-banner {
    padding-bottom: 10%;
    height: 100%;
    padding-top: 40%;
  }
  .career-banner .banner-left h2 {
    font-size: 28px;
  }
  .career-banner .banner-left p {
    line-height: 24px;
    font-size: 15px;
    width: 100%;
  }
  .career-banner .banner-right img {
    width: 80%;
    margin: auto;
    display: block;
  }

  .career-about .career-about-left img {
    display: block;
    margin: auto;
    width: 80%;
  }
  .career-about .about-content {
    padding-left: 1rem !important;
  }
  .career-about .about-content h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  .career-about .about-content p {
    font-size: 14px;
  }

  .positions {
    padding: 6% 0;
  }
  .positions .positions-heading h2 {
    font-size: 24px;
  }
  .positions .positions-heading p {
    font-size: 12px;
    width: 100%;
    margin: 1rem 0 1.5rem;
  }
  .positions .nav-pills-custom {
    width: 100%;
  }
  .positions .tab-content {
    width: 100%;
  }
  .positions .tab-content .requirments {
    margin-top: 12px;
    padding: 1.5rem 1rem;
  }
  .positions .tab-content .requirments h5 {
    font-size: 16px;
  }
  .positions .tab-content .requirments span {
    font-size: 14px;
  }

  .our-team h2 {
    margin-bottom: 0;
  }
  .our-team .team-content {
    margin-top: 2rem;
  }
  .our-team .team-content p {
    margin: 0 auto;
  }
}
.detail-banner {
  background-color: #5e6fb5;
  width: 100%;
  height: 350px;
  color: #fff;
}
.detail-banner h1 {
  font-weight: 700;
  font-size: 36px;
}
.detail-banner h1 span {
  color: #fe9435;
}
.detail-banner ul li {
  display: inline-block;
  padding-right: 8px;
  font-size: 18px;
  font-weight: 500;
}
.detail-banner ul li::after {
  content: "";
  height: 20px;
  border-right: 2px solid #fff;
  padding-left: 12px;
}
.detail-banner ul li:last-child:after {
  border-right: none;
}
.detail-banner ul li::after:nth-last-child(1) {
  border: none;
}

.job-description {
  padding: 2.5% 0;
}
.job-description .descriptions h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 2rem 0 1rem;
}
.job-description .descriptions h2 span {
  color: #fe9435;
  font-weight: 700;
}
.job-description .descriptions h5 {
  color: #fe9435;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}
.job-description .descriptions p {
  margin-bottom: 2px;
  width: 90%;
}
.job-description .descriptions ul li {
  list-style: disc;
  margin-left: 1rem;
}
.job-description .descriptions ul li::marker {
  font-size: 1.6rem;
}
.job-description .apply-form {
  background-color: #162f6a;
  border-radius: 20px;
  color: #fff;
}
.job-description .apply-form form {
  padding: 2rem;
}
.job-description .apply-form form .form-heading h4 {
  font-weight: 700;
  font-size: 26px;
}
.job-description .apply-form form .form-heading p {
  font-size: 14px;
}
.job-description .apply-form form .form-heading hr {
  background-color: #5e6fb5;
}
.job-description .apply-form form .form-heading h6 {
  color: #fe9435;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.job-description .apply-form form input {
  background: transparent;
  height: 50px;
  border-color: #5e6fb5;
  border-width: 2px;
  margin-bottom: 1.5rem;
}
.job-description .apply-form form input::placeholder {
  color: #fff;
}
.job-description .apply-form form .Browse {
  margin: 30px 0;
}
.job-description .apply-form form .Browse h6 {
  font-weight: 600;
}
.job-description .apply-form form .Browse span {
  font-size: 12px;
  font-weight: 500;
}
.job-description .apply-form form .Browse .for-detail {
  background-color: #fff4eb;
  border-radius: 3px;
  color: #000000;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.job-description .apply-form form button {
  background-color: #fe9435;
  height: 50px;
  color: #fff;
  border-radius: 5px;
  border: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.job-description .apply-form form button:focus {
  outline: none;
}

.required-skills {
  background: url("../images/Xac-min.jpg");
  width: 100%;
  color: #fff;
  padding: 1.5% 0 2.5%;
  background-size: cover;
  background-position: right;
}
.required-skills h4 {
  color: #fe9435;
  font-weight: 600;
  font-size: 22px;
}
.required-skills ul li {
  list-style: disc;
  margin-left: 1rem;
}
.required-skills ul li::marker {
  font-size: 1.6rem;
}

.how-to-apply {
  padding: 2% 0 1%;
}
.how-to-apply h1 {
  font-size: 36px;
  font-weight: 700;
}
.how-to-apply h1 span {
  color: #fe9435;
  font-weight: 700;
}
.how-to-apply p {
  line-height: 28px;
  font-size: 17px;
}
.how-to-apply ul li {
  list-style: disc;
  margin-left: 1rem;
}
.how-to-apply ul li::marker {
  font-size: 1.6rem;
}
.how-to-apply ul h4 {
  color: #fe9435;
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .apply-form {
    height: 625px;
  }
  .apply-form form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .required-skills .skill-logo img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .descriptions h2 {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .descriptions {
    margin-bottom: 2rem;
  }
  .descriptions h2 {
    margin-top: 0;
  }

  .apply-form form {
    padding-left: 0;
    padding-right: 0;
  }

  .required-skills .skill-logo {
    text-align: center;
  }
  .required-skills .skill-logo img {
    width: auto;
  }
}
@media (max-width: 575.98px) {
  .detail-banner h1 {
    font-size: 24px;
  }
  .detail-banner p {
    font-size: 13px;
  }

  .required-skills {
    padding: 10% 0;
    background-position: left;
  }
  .required-skills img {
    width: 100%;
  }
  .required-skills ul li {
    margin-left: 2rem;
  }

  .job-description {
    padding-top: 4%;
    padding-bottom: 8%;
  }
  .job-description .descriptions h2 {
    margin-top: 0;
    font-size: 32px;
  }
  .job-description .descriptions p {
    font-size: 13px;
  }
  .job-description .descriptions ul li {
    font-size: 13px;
    margin-left: 2rem;
  }
  .job-description .apply-form form {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-apply {
    padding: 5% 0;
  }
  .how-to-apply h1 {
    font-size: 32px;
  }
  .how-to-apply p {
    font-size: 14px;
  }
  .how-to-apply ul li {
    font-size: 14px;
    margin-left: 2rem;
  }
}
.contact-banner {
  background-blend-mode: overlay;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.contact-banner h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.contact-banner h1 span {
  color: #fe9435;
  font-weight: 700;
}
.contact-banner p {
  letter-spacing: 1px;
  margin: auto;
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  width: 85%;
}

.contact-detail {
  padding: 3% 0 2%;
}
.contact-detail .info {
  background-color: #162f6a;
  color: #fff;
  border-radius: 20px;
  padding: 3rem 2rem;
}
.contact-detail .info h6 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
.contact-detail .info h3 {
  margin: 20px 0 37px;
  font-weight: 700;
}
.contact-detail .info h3 span {
  color: #fe9435;
  font-weight: 700;
}
.contact-detail .social-info {
  margin-bottom: 36px;
}
.contact-detail .social-info:last-child {
  margin-bottom: 0;
}
.contact-detail .social-info span {
  width: 60px;
  height: 60px;
  line-height: 72px;
  background-color: #fe9435;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 12px;
}
.contact-detail .social-info span i {
  font-size: 30px;
  cursor: pointer;
}
.contact-detail .social-info h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact-detail .social-info p:hover {
  color: #fe9435;
}
.contact-detail .contact-form h2 {
  font-weight: 700;
  margin-top: 1rem;
}
.contact-detail .contact-form h2 span {
  color: #fe9435;
  font-weight: 700;
}
.contact-detail .contact-form p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 40px;
}
.contact-detail .contact-input {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 50px;
  cursor: pointer;
}
.contact-detail .contact-input .input-group-text {
  background: none;
  border: none;
  padding-right: 5px;
}
.contact-detail .contact-input .input-group-text::after {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  content: "";
  height: 24px;
  padding-left: 13px;
}
.contact-detail .contact-input .input-group-text img {
  width: 15px;
}
.contact-detail .contact-input input.form-control {
  border: none;
  font-weight: 500;
  color: #162f6a;
  font-weight: 500;
  cursor: pointer;
}
.contact-detail .contact-input input.form-control:focus {
  box-shadow: none;
}
.contact-detail .contact-input input::placeholder {
  color: #162f6a;
  padding-left: -10px;
}
.contact-detail .contact-textarea {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 200px;
  cursor: pointer;
}
.contact-detail .contact-textarea .input-group-text {
  background: none;
  border: none;
  padding-right: 5px;
  align-items: flex-start;
}
.contact-detail .contact-textarea .input-group-text::after {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
  content: "";
  height: 24px;
  padding-left: 13px;
}
.contact-detail .contact-textarea .input-group-text img {
  width: 15px;
  padding-top: 5px;
}
.contact-detail .contact-textarea textarea.form-control {
  border: none;
  font-weight: 500;
  color: #162f6a;
  font-weight: 500;
  cursor: pointer;
}
.contact-detail .contact-textarea textarea.form-control:focus {
  box-shadow: none;
}
.contact-detail .contact-textarea textarea.form-control::placeholder {
  color: #162f6a;
  padding-left: -10px;
}
.contact-detail button {
  width: 248px;
  height: 55px;
  border-radius: 10px !important;
  color: #fff;
  background-color: #162f6a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.contact-detail button:hover {
  color: #fe9435;
}

.contact-text {
  background-color: #fa8d0c;
  width: 100%;
  height: 155px;
  color: #fff;
  font-weight: 700;
}
.contact-text h3 {
  width: 85%;
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .contact-banner p {
    font-size: 18px;
  }

  .contact-detail .contact-form h2 {
    margin-top: 2rem;
  }
  .contact-detail .contact-form p {
    margin-bottom: 25px;
  }
  .contact-detail .social-info span {
    margin-right: 25px;
  }

  .contact-text h3 {
    width: 80%;
    font-size: 22px;
    line-height: 30px;
  }

  .portfolio .portfolio-slider .p-slider {
    flex-direction: column-reverse;
    height: auto;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .playstore {
    margin: 1rem 0 !important;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .playstore img {
    width: auto;
    height: 42px;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .count-section .counts span {
    font-size: 26px;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .count-section hr {
    margin: 1rem 2rem !important;
  }
  .portfolio .portfolio-slider .freek,
.portfolio .portfolio-slider .bekgrocer,
.portfolio .portfolio-slider .megako,
.portfolio .portfolio-slider .doorserve,
.portfolio .portfolio-slider .bekcart,
.portfolio .portfolio-slider .esl,
.portfolio .portfolio-slider .cashcry,
.portfolio .portfolio-slider .stockpathshala {
    height: 1232px;
  }
  .portfolio .portfolio-slider .freek .p-left,
.portfolio .portfolio-slider .bekgrocer .p-left,
.portfolio .portfolio-slider .megako .p-left,
.portfolio .portfolio-slider .doorserve .p-left,
.portfolio .portfolio-slider .bekcart .p-left,
.portfolio .portfolio-slider .esl .p-left,
.portfolio .portfolio-slider .cashcry .p-left,
.portfolio .portfolio-slider .stockpathshala .p-left {
    justify-content: center;
    margin-top: 2rem;
  }
  .portfolio .portfolio-slider .slide-arrow-L {
    left: 4%;
    bottom: 2%;
  }
  .portfolio .portfolio-slider .slide-arrow-R {
    bottom: 2%;
    right: 4%;
  }
  .portfolio .portfolio-slider .logo-img-port {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .contact-banner {
    height: 425px;
    background-position: center;
  }
  .contact-banner h1 {
    font-size: 24px;
  }
  .contact-banner p {
    font-size: 14px;
  }

  .contact-detail {
    padding: 8% 0;
  }
  .contact-detail .contact-form h2 {
    margin-top: 2rem;
    font-size: 26px;
  }
  .contact-detail .contact-form p {
    margin-bottom: 18px;
    font-size: 15px;
  }
  .contact-detail button {
    width: 100%;
  }

  .contact-text h3 {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767.98px) {
  .mobile-nav-toggle {
    display: none !important;
  }

  .mobile-nav {
    display: none !important;
  }

  header .topbar {
    display: none !important;
  }

  header .nav-header .logo img {
    width: 220px;
    padding-top: 0%;
  }

  header .navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  header .nav-menu > li > a {
    color: #000000;
  }

  header .submenu-indicator-chevron {
    border-color: #fe9435;
  }

  header .navigation-portrait {
    height: 48px;
    margin-top: -20px;
  }

  #header.header-scrolled {
    top: 0px;
    padding: 35px 0px;
    height: 68px;
    background-color: #162f6a;
  }

  header .megamenu-panel {
    width: 100%;
  }

  .banner-slide h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 30%;
  }

  .mobileapp img {
    margin-top: 4rem;
  }

  .mobileapp {
    background-position: center;
  }

  header .nav-dropdown > li {
    background-color: #162f6a;
  }

  header .nav-dropdown > li > a,
header .megamenu-list > li > a {
    width: 100%;
  }

  .banner {
    height: 650px;
  }

  .banner .company-title h1 {
    font-weight: 700;
    font-size: 24px;
  }

  .banner .banner-content {
    margin-left: 55px;
  }

  .banner .company-title .banner-heading h4 {
    left: 45px;
    top: 75px;
  }

  .banner .company-title {
    background-color: rgba(22, 47, 116, 0.8);
    color: #fff;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translateY(-50%);
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner .banner-bottom h4 {
    font-size: 14px;
  }

  .banner .banner-bottom p {
    font-size: 12px;
    font-weight: 200;
  }

  .about_us figure {
    width: 100%;
  }
  .about_us figure img {
    width: 100%;
  }
  .about_us figure figcaption {
    bottom: 83px;
    left: 78px;
  }
  .about_us .about-detail h1 {
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 32px;
  }

  .tech-heading h2 {
    font-size: 32px;
  }
  .tech-heading p {
    width: 100%;
  }

  .technologies span img {
    width: 80px;
  }

  .mobile-platform h4 {
    text-align: center;
  }
  .mobile-platform .develop-platform {
    justify-content: center !important;
  }
  .mobile-platform .develop-platform .platform-block {
    margin-top: 8px;
  }

  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L {
    bottom: 50%;
    left: 7%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R {
    bottom: 50%;
    left: 71%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block {
    flex-wrap: wrap;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content {
    width: 100%;
    height: 570px;
    margin: 0;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content .playstore-btn img {
    height: 45px;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-img {
    width: 100%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-img img {
    width: 80%;
  }

  .get-a-quote .quote-mr {
    text-align: center;
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .top-develop-rank h2 {
    font-size: 26px;
  }
  .top-develop-rank .rank-sec .rank-block-mr {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-develop-rank .rank-sec .rank-block-mr .rank-block {
    border-right: none;
    width: 100%;
  }

  .business-solution .solution-slide .solution-block {
    margin: auto;
  }

  .development-process h2 {
    font-size: 26px;
  }
  .development-process p {
    width: 100%;
  }
  .development-process .process-section {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .development-process .process-section .process-block {
    margin-top: 20px;
  }

  .portfolio-web-app .portfolio-tab {
    padding: 10px 0px;
  }
  .portfolio-web-app .portfolio-tab .nav-item .nav-link {
    padding: 0 0px;
    margin: 0 15px;
    font-size: 16px;
  }

  .portfolio-banner {
    padding: 30% 0 5%;
    height: auto;
  }
  .portfolio-banner .portfolio-banner-right {
    margin-top: 2rem;
  }

  .bg-services {
    padding-top: 28%;
    height: auto;
  }
  .bg-services h2 {
    font-size: 22px;
  }
  .bg-services h2 img {
    width: 40px;
  }
  .bg-services .banner-right-img {
    justify-content: center;
    display: flex;
    margin-bottom: 48px;
  }
  .bg-services .banner-right-img img {
    width: 80%;
  }

  .technology-therory .react-col-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  .technology-therory .react-col-rev h2 {
    font-size: 18px;
  }
  .technology-therory .react-col-rev img {
    padding-top: 10%;
  }

  .technology-services h1 {
    font-size: 20px;
  }

  .technology-choose {
    background-position: right;
  }
  .technology-choose .react-col-rev {
    display: flex;
    flex-direction: column-reverse;
  }
  .technology-choose .react-col-rev img {
    width: 100%;
  }

  .technology-develop-process h2 {
    font-size: 26px;
  }
  .technology-develop-process .mobile-flex {
    flex-wrap: wrap;
  }
  .technology-develop-process .develop-process-block {
    margin-top: 2%;
  }
  .technology-develop-process .develop-process-block .develop-process-content img {
    top: 28%;
  }
  .technology-develop-process .develop-process-block .develop-process-content h5 {
    bottom: 3px;
  }
  .technology-develop-process .process-block-top {
    margin-top: 2%;
  }
  .technology-develop-process .process-block-top .develop-process-content img {
    top: 28%;
  }
  .technology-develop-process .process-block-top .develop-process-content h5 {
    bottom: 3px;
  }

  .development-expertise h2 {
    width: 100%;
    font-size: 26px;
  }

  .technology-build .technology-counter {
    flex-wrap: wrap;
  }
  .technology-build .technology-counter .tech-count-block {
    margin-top: 9%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .client-testimonail .client-testimonail-heading h3 {
    width: 59%;
  }
  .client-testimonail .client-block .another-client {
    margin: 60px auto 0;
  }

  .news_articles .title-heading h3 {
    width: 37%;
  }
  .news_articles .news_card {
    width: 290px;
    height: 260px;
  }

  .Query_form .circle span {
    position: absolute;
    right: 23%;
  }

  footer .top-footer .address .footer-logo {
    width: auto;
  }
  footer .top-footer .servings {
    margin-top: 40px;
  }
  footer .top-footer .servings .social-links {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  footer .last-footer h1 {
    font-size: 31px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .client-testimonail .client-testimonail-heading h3 {
    width: 78%;
  }
  .client-testimonail .SL .prevArrow {
    bottom: -28px;
    left: 0;
  }
  .client-testimonail .SL .nextArrow {
    bottom: -28px;
    left: 15%;
  }
  .client-testimonail .SL .client-text .person span {
    width: 12%;
  }
  .client-testimonail .client-video {
    height: 240px;
  }
  .client-testimonail .client-block .another-client {
    width: 315px;
    height: 452px;
  }

  .news_articles {
    padding: 4% 0;
  }
  .news_articles .title-heading h3 {
    width: 51%;
  }
  .news_articles .news_card {
    width: 220px;
    height: 233px;
  }
  .news_articles .news_card p {
    font-size: 14px;
  }
  .news_articles .title-heading p {
    width: 100%;
    margin-bottom: 0;
  }

  .Query_form .Query_text {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .Query_form .Query_text ul h5 {
    margin-top: 30px;
  }

  .locations .countries .location-bg {
    margin-top: 10px;
  }

  footer .top-footer .address .footer-logo {
    width: auto;
  }
  footer .top-footer .servings {
    margin-top: 40px;
  }
  footer .top-footer .servings .social-links {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  footer .last-footer h1 {
    text-align: center;
  }
  footer .last-footer .score-icon {
    text-align: center;
  }
  footer .last-footer .rating-p p {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .client-testimonail .client-testimonail-heading h3 {
    width: auto;
  }
  .client-testimonail .SL .prevArrow {
    bottom: -28px;
    left: 0;
  }
  .client-testimonail .SL .nextArrow {
    bottom: -28px;
    left: 15%;
  }
  .client-testimonail .SL .client-text .person span {
    width: 15%;
  }
  .client-testimonail .client-block .another-client {
    margin: 60px auto 0;
  }

  .news_articles {
    padding: 4% 0;
  }
  .news_articles .title-heading h3 {
    width: auto;
  }
  .news_articles .news_card {
    margin: auto;
  }
  .news_articles .title-heading p {
    width: 100%;
    margin-bottom: 0;
  }
  .news_articles button.blog-btn {
    width: 80%;
  }

  .Query_form .Query_text {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .Query_form .Query_text ul h5 {
    margin-top: 30px;
  }
  .Query_form .Q-form .inquiry-btn button {
    float: left;
    margin-top: 1rem;
  }

  .locations .countries .location-bg {
    margin-top: 10px;
  }

  footer .top-footer {
    padding-bottom: 2rem !important;
  }
  footer .top-footer .address .footer-logo {
    width: auto;
  }
  footer .top-footer .Quick-links {
    width: 50%;
    margin: 25px 0 0;
  }
  footer .top-footer .Quick-links div {
    margin-top: 2rem !important;
  }
  footer .top-footer .servings .social-links {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  footer .last-footer h1 {
    text-align: center;
    font-size: 28px;
  }
  footer .last-footer .score-icon {
    text-align: center;
  }
  footer .last-footer .score-icon img {
    width: 83px;
  }
  footer .last-footer .rating-p img {
    width: 140px;
  }
  footer .last-footer .rating-p p {
    font-size: 15px;
  }
  footer .last-footer .copyright-text {
    font-size: 15px !important;
  }
}
@media (max-width: 575.98px) {
  .client-testimonail .client-testimonail-heading h3 {
    width: 100%;
    font-size: 28px;
  }
  .client-testimonail .SL .slider-content .row {
    margin-top: 0 !important;
  }
  .client-testimonail .SL .client-text h3 {
    font-size: 18px;
  }
  .client-testimonail .SL .prevArrow {
    bottom: -28px;
    left: 0;
  }
  .client-testimonail .SL .nextArrow {
    bottom: -28px;
    left: 25%;
  }
  .client-testimonail .client-block .another-client {
    margin: 60px auto 0;
    width: 95%;
  }
  .client-testimonail .client-block .another-client p {
    font-size: 12px;
  }

  .news_articles {
    padding: 5% 0 8%;
  }
  .news_articles .title-heading h3 {
    width: 100%;
    font-size: 28px;
  }
  .news_articles .news_card {
    margin: auto;
    width: 100%;
  }
  .news_articles .news_card p {
    font-size: 13px;
  }
  .news_articles .title-heading p {
    width: 100%;
    margin-bottom: 0;
  }
  .news_articles button.blog-btn {
    width: 100%;
  }

  .Query_form .Query_text {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .Query_form .Query_text ul h5 {
    margin-top: 30px;
  }
  .Query_form .Q-form {
    padding: 2rem 1rem;
  }
  .Query_form .Q-form .inquiry-btn button {
    float: left;
    margin-top: 1rem;
  }

  .locations .countries .location-bg {
    margin-top: 15px;
  }

  footer .top-footer {
    padding-bottom: 2rem !important;
  }
  footer .top-footer .address .footer-logo {
    width: auto;
  }
  footer .top-footer .Quick-links {
    margin: 25px 0 0;
  }
  footer .top-footer .Quick-links div {
    margin-top: 2rem !important;
  }
  footer .top-footer .servings .social-links {
    margin-top: 0 !important;
    padding-top: 0 !important;
    flex-wrap: wrap;
  }
  footer .top-footer .servings .social-links .links {
    width: 100%;
    padding-top: 2rem;
  }
  footer .last-footer h1 {
    text-align: center;
    font-size: 28px;
  }
  footer .last-footer .score-icon {
    text-align: center;
  }
  footer .last-footer .score-icon img {
    height: 83px;
  }
  footer .last-footer .rating-p img {
    width: 140px;
  }
  footer .last-footer .rating-p p {
    font-size: 15px;
  }
  footer .copyright-sec {
    flex-wrap: wrap;
  }
  footer .copyright-sec .copyright-text {
    text-align: center;
  }
  footer .copyright-sec .iso-cer {
    text-align: center;
    margin-top: 10px;
  }
  footer .copyright-sec .iso-cer img {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-nav-toggle {
    display: none !important;
  }

  .mobile-nav {
    display: none !important;
  }

  header .topbar {
    display: none !important;
  }

  header .nav-header .logo img {
    width: 220px;
    padding-top: 0%;
  }

  header .navigation-portrait .nav-menus-wrapper {
    width: 80%;
    height: 100%;
    top: 0;
    left: -841px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  header .nav-menu > li > a {
    color: #000;
    padding: 9px 10px;
  }

  header .submenu-indicator-chevron {
    border-color: #fe9435;
  }

  header .navigation-portrait {
    height: 48px;
    margin-top: -20px;
  }

  #header.header-scrolled {
    top: 0px;
    padding: 35px 0px;
    height: 68px;
    background-color: #162f6a;
  }

  header .navigation .nav-btn {
    margin-top: 0px;
  }

  header .megamenu-panel {
    width: 100%;
    padding-left: 1rem !important;
  }

  .banner-slide h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 30%;
  }

  .mobileapp {
    background-position: center;
  }

  header .nav-dropdown > li {
    background-color: #162f6a;
  }

  header .nav-dropdown > li > a,
header .megamenu-list > li > a {
    width: 100%;
  }

  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a {
    padding-left: 1%;
  }
  header .custom-margin {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #header.header-scrolled {
    padding: 9px 10px;
  }

  header .nav-menu > li > a {
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199.98px) {
  header .nav-menu > li > a {
    color: #fff;
    padding: 26px 9px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .header-menu .navigation .nav-header .logo {
    width: 185px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list1 .megamenu-list-title a {
    padding: 16px 0 9px 0px !important;
  }

  .banner .abc {
    width: 60%;
  }
  .banner .abc .company-title {
    width: 90%;
  }
  .banner .abc .company-title h1 {
    font-size: 32px;
  }
  .banner .abc .company-title .banner-heading h4 {
    position: absolute;
    left: -19px;
  }

  .about_us .about-detail h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .about_us .about-detail .numeric .num p {
    font-size: 13.5px;
  }

  .services .service-heading {
    padding-left: 10%;
  }
  .services .service-heading h4 {
    font-size: 28px;
    line-height: 35px;
  }
  .services .service-heading p {
    font-size: 15px;
  }
  .services .service-slide .block {
    width: 100% !important;
  }
  .services .service-slide .block h4 {
    font-size: 18px;
  }

  .tech-heading h4 {
    width: 50%;
  }

  .DevOps .DevOps-heading h3 {
    width: 34%;
  }
  .DevOps .cycle_1 {
    width: 20%;
  }
  .DevOps .cycle_1 .dis-app {
    width: 160px;
  }
  .DevOps .cycle_2 {
    width: 39%;
  }
  .DevOps .cycle_2 .transform-top .img-1 {
    position: absolute;
    left: 56px;
    top: 9px;
  }
  .DevOps .cycle_2 .infrastructure .dis-app {
    width: 160px;
    margin: 0 10px;
  }
  .DevOps .cycle_2 .automated .dis-app {
    width: 160px;
    margin: 0 10px;
  }

  .solutions .solution-heading h3 {
    width: 54%;
  }
  .solutions .service-provide ul li figure figcaption {
    width: 84%;
  }

  .portfolio .slide-arrow-L {
    position: absolute;
    left: 6%;
    bottom: 3%;
  }
  .portfolio .slide-arrow-R {
    position: absolute;
    right: 6%;
    bottom: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list1 .megamenu-list-title a {
    padding: 12px 0 9px 3px !important;
  }

  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  header .megamenu-panel {
    width: 100%;
  }

  .banner .abc {
    width: 80%;
    top: 28%;
  }
  .banner .abc .company-title {
    width: 91%;
  }
  .banner .abc .company-title h1 {
    font-size: 32px;
  }
  .banner .abc .company-title .banner-heading h4 {
    position: absolute;
    left: -19px;
  }
  .banner .banner-bottom {
    text-align: center;
  }

  .about_us .about-detail h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .about_us .about-detail .numeric .num p {
    font-size: 13.5px;
  }

  .services {
    background-position: right;
    padding-bottom: 6%;
  }
  .services .service-heading {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
  .services .service-heading h1 {
    font-size: 32px;
    line-height: 35px;
  }
  .services .service-slide .block {
    width: 100% !important;
    height: 323px;
    margin-bottom: 20px;
  }
  .services .service-slide .block h4 {
    font-size: 24px;
  }
  .services .service-slide .prev-arrow {
    bottom: -69px;
    left: 42%;
    right: 0;
    top: unset;
    margin: 20px 0;
  }
  .services .service-slide .next-arrow {
    bottom: -69px;
    right: 42%;
    top: unset;
    margin: 20px 0;
  }

  .tech-heading h4 {
    width: 60%;
  }

  .solutions .solution-heading h3 {
    width: 73%;
  }
  .solutions .service-provide ul li {
    width: 30%;
  }
  .solutions .service-provide ul li figure figcaption {
    width: 100%;
  }

  .DevOps {
    padding-bottom: 2rem !important;
  }
  .DevOps .DevOps-heading h3 {
    width: 45%;
  }
  .DevOps .cycle_2 {
    margin-top: 2rem;
  }
  .DevOps .cycle_2 .transform-top .img-1 {
    position: absolute;
    left: 228px;
    top: 9px;
  }
  .DevOps .cycle_2 .cycle-block-one {
    justify-content: center !important;
  }
  .DevOps .cycle_2 .infrastructure .dis-app {
    margin: 0 2rem;
  }
  .DevOps .cycle_2 .automated .dis-app {
    margin: 0 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner .abc {
    width: 95%;
    top: 28%;
  }
  .banner .abc .company-title {
    width: 91%;
  }
  .banner .abc .company-title h1 {
    font-size: 32px;
  }
  .banner .abc .company-title .banner-heading h4 {
    position: absolute;
    left: -19px;
  }

  .solutions .solution-heading h3 {
    width: auto;
  }
  .solutions .service-provide ul li {
    width: 30%;
  }
  .solutions .service-provide ul li figure figcaption {
    width: 82%;
  }

  .DevOps {
    padding-bottom: 2rem !important;
  }
  .DevOps .DevOps-heading h3 {
    width: auto;
  }
  .DevOps .cycle_2 {
    margin-top: 2rem;
  }
  .DevOps .cycle_2 .transform-top .img-1 {
    position: absolute;
    left: 139px;
    top: 9px;
  }
  .DevOps .cycle_2 .cycle-block-one {
    justify-content: center !important;
  }
  .DevOps .cycle_2 .infrastructure .dis-app {
    margin: 0 2rem;
  }
  .DevOps .cycle_2 .automated .dis-app {
    margin: 0 2rem;
  }

  .banner .company-title .banner-heading h4 {
    position: absolute;
    left: 0;
  }

  .services {
    background-position: right;
    padding-bottom: 7%;
  }
  .services .service-heading {
    padding-left: 0;
  }
  .services .service-slide .block {
    width: 100% !important;
    margin-top: 1.5rem;
    margin-bottom: 20px;
  }
  .services .service-slide .prev-arrow {
    bottom: -49px;
    left: 40%;
    top: unset;
  }
  .services .service-slide .next-arrow {
    bottom: -49px;
    right: 40%;
    top: unset;
  }

  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a {
    padding: 10px 0 10px 0px;
  }
}
@media (max-width: 576px) {
  .banner .abc {
    width: 95%;
    top: 50%;
  }
  .banner .abc .company-title {
    width: 91%;
  }
  .banner .abc .company-title h1 {
    font-size: 28px;
  }
  .banner .abc .company-title .banner-heading h4 {
    position: absolute;
    left: 38px;
  }
  .banner .abc .company-title .banner-heading p {
    font-size: 15px;
    line-height: 22px;
  }

  .solutions .solution-heading h3 {
    width: 100%;
    font-size: 28px;
  }
  .solutions .solution-heading p {
    width: 100%;
  }
  .solutions .service-provide ul li {
    width: 100%;
  }
  .solutions .service-provide ul li figure figcaption {
    width: 100%;
  }

  .services {
    background-position: right;
    padding: 8% 0% 10%;
  }
  .services .service-heading {
    padding-left: 15px;
  }
  .services .service-slide .prev-arrow {
    position: absolute;
    bottom: -49px;
    left: 33%;
    top: unset;
  }
  .services .service-slide .next-arrow {
    position: absolute;
    bottom: -49px;
    right: 33%;
    top: unset;
  }
  .services .service-slide .block {
    height: 342px;
    margin: 0 auto 20px;
    width: 100% !important;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    display: block;
  }

  .DevOps .DevOps-heading h3 {
    width: 100%;
    font-size: 28px;
  }
  .DevOps .DevOps-heading p {
    width: 100%;
  }
  .DevOps .cycle_1 {
    width: 100%;
  }
  .DevOps .cycle_2 {
    width: 100%;
  }
  .DevOps .cycle_2 .transform-top {
    transform: rotate(90deg);
    position: absolute;
    right: -11px;
    top: 50%;
  }
  .DevOps .cycle_2 .transform-top .img-1 {
    position: absolute;
    left: -50px;
    top: 19px;
  }
  .DevOps .cycle_2 .transform-top .img-2 {
    position: absolute;
    top: 19px;
    right: -49px;
  }
  .DevOps .cycle_2 .cycle-block-one {
    flex-wrap: wrap;
  }
  .DevOps .cycle_2 .cycle-block-one .infrastructure {
    width: 100%;
  }
  .DevOps .cycle_2 .cycle-block-one .infrastructure .dis-app {
    margin: auto;
  }
  .DevOps .cycle_2 .cycle-block-one .automated {
    width: 100%;
    padding-top: 25px;
  }
  .DevOps .cycle_2 .cycle-block-one .automated .dis-app {
    margin: auto;
  }

  .portfolio .portfolio-slider .p-slider {
    flex-direction: column-reverse;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content hr {
    margin: 0 1rem !important;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .playstore {
    flex-wrap: wrap;
    margin: 1rem 0;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .playstore a img {
    width: auto;
    height: 45px;
    margin: 1rem 0.5rem !important;
  }
  .portfolio .portfolio-slider .p-slider .portfolio-content .counts span {
    font-size: 28px;
  }
  .portfolio .portfolio-slider .freek,
.portfolio .portfolio-slider .bekgrocer,
.portfolio .portfolio-slider .megako,
.portfolio .portfolio-slider .doorserve,
.portfolio .portfolio-slider .bekcart,
.portfolio .portfolio-slider .esl,
.portfolio .portfolio-slider .cashcry,
.portfolio .portfolio-slider .stockpathshala {
    height: 1232px;
  }
  .portfolio .portfolio-slider .freek .p-left,
.portfolio .portfolio-slider .bekgrocer .p-left,
.portfolio .portfolio-slider .megako .p-left,
.portfolio .portfolio-slider .doorserve .p-left,
.portfolio .portfolio-slider .bekcart .p-left,
.portfolio .portfolio-slider .esl .p-left,
.portfolio .portfolio-slider .cashcry .p-left,
.portfolio .portfolio-slider .stockpathshala .p-left {
    margin-top: 2rem;
  }
  .portfolio .portfolio-slider .freek .p-slider .p-left img {
    width: 100%;
  }
  .portfolio .portfolio-slider .stockpathshala .p-slider .p-left img {
    width: 80%;
  }
  .portfolio .portfolio-slider .esl .p-slider .p-left img {
    width: 55%;
  }
  .portfolio .portfolio-slider .megako .p-slider .p-left img {
    width: 65%;
  }
  .portfolio .portfolio-slider .cashcry .p-slider .p-left img {
    width: 72%;
  }
  .portfolio .portfolio-slider .slide-arrow-L {
    left: 4%;
    bottom: 2%;
  }
  .portfolio .portfolio-slider .slide-arrow-R {
    bottom: 2%;
    right: 4%;
  }
  .portfolio .portfolio-slider .logo-img-port {
    margin-top: 0 !important;
  }

  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list li a {
    padding: 10px 0 10px 0px;
  }
  header .service-menu .megamenu-panel .megamenu-lists .ml-custom {
    padding-left: 1rem;
  }
  header .service-menu .megamenu-panel .megamenu-lists .ml-custom-2 {
    margin: 1rem 0;
  }
  header .service-menu .megamenu-panel .megamenu-lists .ml-custom-3 {
    margin-left: 5px;
  }
  header .service-menu .megamenu-panel .megamenu-lists .menu-service-bottom h4 {
    font-size: 22px;
  }
  header .service-menu .megamenu-panel .megamenu-lists .menu-service-bottom p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 380px) {
  .DevOps .cycle_2 .transform-top {
    position: absolute;
    right: 0;
    top: 50%;
  }
}
@media (min-width: 445px) and (max-width: 575px) {
  .banner .company-title .banner-heading h4 {
    position: absolute;
    left: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mobile-platform .platform-block {
    margin: 5px;
  }

  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-content {
    margin: auto 0 auto 5%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L {
    position: absolute;
    bottom: 18%;
    left: 8.5%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R {
    position: absolute;
    bottom: 18%;
    left: 42.5%;
  }

  .business-solution .solution-slide .solution-block {
    width: 210px;
  }
  .business-solution .solution-slide .solution-block .solution-title {
    width: 190px;
  }

  .development-process .process-section .process-block img:first-child {
    width: 95%;
    margin: auto;
    display: block;
  }

  .banner-slide p {
    line-height: 22px;
  }
  .banner-slide .banner-right-img img {
    margin-top: 50px;
  }

  .technology-therory h2 {
    font-size: 28px;
  }
  .technology-therory p {
    font-size: 15px;
  }

  .technology-choose h2 {
    font-size: 28px;
  }
  .technology-choose ul li {
    font-size: 15px;
  }

  .technology-develop-process .mobile-flex .develop-process-block .block-first-img {
    width: 105px;
  }
  .technology-develop-process .mobile-flex .develop-process-block .develop-process-content img {
    width: 35px;
    top: 21%;
  }
  .technology-develop-process .mobile-flex .develop-process-block .develop-process-content h5 {
    bottom: 29px;
    font-size: 12px;
  }
  .technology-develop-process .mobile-flex .process-block-top .block-first-img {
    width: 105px;
  }
  .technology-develop-process .mobile-flex .process-block-top .develop-process-content img {
    width: 35px;
    top: 21%;
  }
  .technology-develop-process .mobile-flex .process-block-top .develop-process-content h5 {
    bottom: 5px;
    font-size: 12px;
  }

  .technology-build .technology-counter .tech-count-block {
    width: 125px;
  }
  .technology-build .technology-counter .tech-count-block h6 {
    font-size: 14px;
  }

  .client-pr-requirement {
    background-position: right;
  }
  .client-pr-requirement h3 {
    font-size: 32px;
  }
  .client-pr-requirement ul li {
    font-size: 14px;
  }

  .case-key-features {
    padding: 2rem 0 1rem !important;
  }
  .case-key-features .tabs {
    width: 100%;
  }

  .portfolio-banner {
    padding: 11% 0 0 5%;
  }
  .portfolio-banner h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .banner-slide h4 {
    font-size: 20px;
  }
  .banner-slide h2 {
    font-size: 25px;
  }

  .free-consultation .consulting-left {
    margin-bottom: 1rem;
  }

  .mobile-platform .platform-block {
    margin: 5px;
  }

  .get-a-quote .quote-content h4 {
    font-size: 24px;
  }
  .get-a-quote .quote-content p {
    font-size: 15px;
  }

  .top-develop-rank .rank-sec .rank-block {
    padding: 5px;
  }
  .top-develop-rank .rank-sec .rank-block p {
    font-size: 14px;
  }

  .business-solution .solution-slide .solution-block {
    margin: 0 auto;
    display: block;
  }
  .business-solution .next-arrow {
    position: absolute;
    right: 15px;
  }
  .business-solution .prev-arrow {
    position: absolute;
    left: 15px;
  }

  .development-process .process-section .process-block img:first-child {
    width: 95%;
    margin: auto;
    display: block;
  }
  .development-process .process-section .process-block .process-content h4 {
    position: absolute;
    top: 20px;
    left: 34%;
  }
  .development-process .process-section .process-block .process-content .process-icon {
    height: 38px;
    width: auto;
  }
  .development-process .process-section .process-block .process-content h5 {
    position: absolute;
    bottom: 25px;
    font-size: 14px;
  }

  .Mobile-apps-portfolio {
    background-color: #fff4eb;
  }
  .Mobile-apps-portfolio .shape-img {
    display: none;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-content {
    margin: auto;
    height: auto;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-content .playstore-btn a img {
    width: 120px;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L {
    position: absolute;
    bottom: 14%;
    left: 4.5%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R {
    position: absolute;
    bottom: 14%;
    left: 34%;
  }

  .bg-services {
    height: 500px;
  }
  .bg-services p {
    font-size: 14px;
    line-height: 22px;
  }

  .technology-therory {
    padding-bottom: 0 !important;
  }
  .technology-therory img {
    margin: auto;
    display: block;
    width: auto;
    margin-bottom: 30px;
    width: 65%;
  }

  .technology-choose {
    padding-top: 0 !important;
    background-position: right;
  }
  .technology-choose .react-col-rev img {
    margin: auto;
    display: block;
    width: 65%;
  }

  .get-a-quote .quote-mr {
    align-items: center;
  }
  .get-a-quote .quote-mr .quote-btn a {
    margin-top: 10px;
  }

  .technology-develop-process .mobile-flex {
    flex-wrap: wrap;
  }
  .technology-develop-process .process-block-top,
.technology-develop-process .develop-process-block {
    margin-top: 10px;
  }
  .technology-develop-process .develop-process-block .develop-process-content h5 {
    bottom: 1%;
  }

  .development-expertise h2 {
    width: 100%;
  }

  .technology-build .quote-btn {
    margin-bottom: 25px;
  }

  .case-study-details p {
    font-size: 14px;
    line-height: 22px;
    background-position: right;
  }
  .case-study-details .d-block {
    padding-bottom: 1rem;
  }

  .abstract-sec p {
    width: 100%;
  }

  .client-pr-requirement img {
    margin: auto;
    display: block;
    width: 55%;
    float: none;
  }

  .proposed-solution .row {
    flex-direction: column-reverse;
  }
  .proposed-solution .row img {
    margin: auto;
    display: block;
    width: auto;
  }

  .case-key-features {
    padding: 2rem 0 1rem !important;
  }
  .case-key-features .tabs {
    width: 100%;
  }
  .case-key-features .tab-pane .tab-panel .mid-img img {
    width: 50%;
    margin: 20px auto;
  }
  .case-key-features .left-panel {
    flex-direction: row-reverse;
    justify-content: flex-start !important;
    float: left !important;
  }
  .case-key-features .left-panel .left-panel-text {
    text-align: left !important;
  }
  .case-key-features .left-panel .left-panel-ico {
    margin-right: 1.5rem !important;
  }

  .case-key-results {
    padding: 1.5rem 0 !important;
  }
  .case-key-results h3 {
    padding-bottom: 0 !important;
  }
  .case-key-results .results-right img {
    width: auto;
    margin: auto;
    display: block;
    float: none;
  }

  .portfolio-banner {
    padding: 14% 0 3%;
  }

  .portfolio-web-app h1 {
    font-size: 30px;
  }
  .portfolio-web-app p {
    width: 100%;
  }
  .portfolio-web-app a img {
    width: 36px;
  }

  .case-study-section .case-row {
    flex-direction: column-reverse;
  }
  .case-study-section .section1-img img,
.case-study-section .section2-img img {
    margin-top: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .portfolio-web-app .project .portfolio-block-content {
    flex-wrap: wrap;
  }
  .portfolio-web-app .project .portfolio-block-content .block-content-1 {
    width: 100%;
    margin-top: 8px;
  }
}
@media (max-width: 575.98px) {
  .portfolio-web-app .project .portfolio-block-content h4 {
    font-size: 16px;
  }
  .portfolio-web-app .project .portfolio-block-content p {
    font-size: 11px;
  }
  .portfolio-web-app .project .portfolio-block-content a img {
    width: 36px;
  }
}
.about-it-solutions .left-sidebar h3 {
  font-size: 36px;
  font-weight: 700;
}
.about-it-solutions .left-sidebar h3 span {
  color: #fe9435;
  font-weight: 700;
}
.about-it-solutions .left-sidebar p {
  line-height: 24.5px;
}
.about-it-solutions .left-sidebar .shadow {
  box-shadow: none !important;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link.active {
  background-color: #162f6a;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link.active h6 {
  color: #fff;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link {
  background: none;
  padding: 11px 10px;
  letter-spacing: 1px;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link h6 {
  color: #162f6a;
  font-size: 14px;
  font-weight: 600;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs {
  border-left: 1.5px solid #cccccc;
}
.about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs h6 {
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 20px;
}
.about-it-solutions .right-sidebar figure {
  position: relative;
}
.about-it-solutions .right-sidebar figure figcaption {
  position: absolute;
  top: 28%;
  left: -16%;
  width: 220px;
  height: 196px;
  background-color: #162f6a;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  padding-top: 11%;
}
.about-it-solutions .right-sidebar figure figcaption h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 10px;
}
.about-it-solutions .right-sidebar figure figcaption p {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}

.best-fact {
  width: 100%;
  background: url("../images/bg-about-us.jpg");
  background-size: cover;
  position: relative;
  color: #fff;
}
.best-fact::before {
  background-color: #162f6a;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.85;
}
.best-fact .best-fact-h1 h2 {
  font-size: 36px;
  font-weight: 700;
}
.best-fact .best-fact-h1 h2 span {
  color: #fe9435;
  font-weight: 700;
}
.best-fact .best-fact-p {
  border-left: 1px dashed #ccc;
}
.best-fact .best-fact-p p {
  font-size: 20px;
  float: right;
  width: 90%;
}
.best-fact .satisfied-client {
  text-align: center;
  margin-top: 2rem;
}
.best-fact .satisfied-client p {
  color: #fe9435;
  font-weight: 700;
  font-size: 42px;
}
.best-fact .satisfied-client p span {
  font-weight: 700;
}
.best-fact .satisfied-client h4 {
  font-weight: 700;
}

.image-section {
  width: 100%;
}
.image-section .margin-tb {
  margin-bottom: 3rem;
}
.image-section img {
  width: 542px;
}
.image-section .section-content {
  background-color: #162f6a;
  border-radius: 15px;
  padding: 30px 30px 15px;
  height: max-content;
  color: #fff;
}
.image-section .section-content h4 {
  font-size: 26px;
  font-weight: 600;
}
.image-section .section-content h6 {
  font-weight: 600;
  margin: 1rem 0;
}
.image-section .section-content_1 img {
  width: 542px;
  margin-left: -90px;
}
.image-section .section-content_1 .section-content {
  background-color: #162f6a;
  border-radius: 15px;
  padding: 30px 30px 15px;
  height: max-content;
  color: #fff;
}
.image-section .section-content_1 .section-content h4 {
  font-size: 26px;
  font-weight: 600;
}
.image-section .section-content_1 .section-content h6 {
  font-weight: 600;
  margin: 1rem 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills img {
    padding-right: 8px !important;
    height: 20px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs {
    padding-left: 0;
    border: none;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs h6 {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs p {
    font-size: 13.5px;
    line-height: 22px;
  }

  .best-fact .best-fact-h1 h1 {
    font-size: 32px;
  }
  .best-fact .best-fact-p p {
    font-size: 16px;
    width: 95%;
  }
  .best-fact .satisfied-client h4 {
    font-size: 20px;
  }

  .image-section .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .image-section .margin-tb {
    margin-bottom: 0;
  }
  .image-section img {
    margin-top: 3rem;
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
  .image-section .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 30px;
  }
  .image-section .section-content_1 .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 30px;
  }
  .image-section .section-content_1 img {
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills {
    flex-direction: unset !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills img {
    padding-right: 8px !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills a {
    margin-right: 2rem;
    padding: 0;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link {
    margin-bottom: 22px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs {
    padding-left: 15px;
    border: none;
  }
  .about-it-solutions .right-sidebar figure img {
    margin: auto;
    display: block;
  }
  .about-it-solutions .right-sidebar figure figcaption {
    position: absolute;
    left: 0;
    padding-top: 6%;
  }

  .best-fact {
    background-position: center;
  }
  .best-fact .best-fact-h1 h1 {
    text-align: center;
  }
  .best-fact .best-fact-p {
    border: none;
  }
  .best-fact .best-fact-p p {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }

  .image-section .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .image-section .margin-tb {
    margin-bottom: 0;
  }
  .image-section img {
    margin-top: 3rem;
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
  .image-section .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 30px;
  }
  .image-section .section-content_1 .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 30px;
  }
  .image-section .section-content_1 img {
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-banner h1 {
    font-size: 28px;
  }
  .contact-banner p {
    font-size: 14px;
  }

  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills {
    flex-direction: unset !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills img {
    padding-right: 8px !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills a {
    margin-right: 2rem;
    padding: 0;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link {
    padding: 11px;
    margin-bottom: 14px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs {
    padding-left: 15px;
    border: none;
  }
  .about-it-solutions .right-sidebar figure img {
    margin: auto;
    display: block;
  }
  .about-it-solutions .right-sidebar figure figcaption {
    position: absolute;
    left: 0;
    padding-top: 6%;
  }

  .best-fact {
    background-position: center;
  }
  .best-fact .best-fact-h1 h1 {
    text-align: center;
    font-size: 32px;
  }
  .best-fact .best-fact-p {
    border: none;
  }
  .best-fact .best-fact-p p {
    width: 100%;
    font-size: 1rem;
    text-align: center;
  }

  .image-section {
    padding-top: 1rem !important;
  }
  .image-section .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .image-section .margin-tb {
    margin-bottom: 0;
  }
  .image-section img {
    margin-top: 3rem;
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
  .image-section .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 0;
  }
  .image-section .section-content_1 .section-content {
    width: 80%;
    display: block;
    margin: -5% auto 0;
  }
  .image-section .section-content_1 img {
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }

  .technologies {
    justify-content: flex-start !important;
  }
  .technologies h5 {
    margin: auto 8px;
  }
  .technologies .host {
    margin: auto 8px !important;
  }

  .tech-heading h4 {
    width: auto;
  }
}
@media (max-width: 576px) {
  .contact-banner h1 {
    font-size: 25px;
  }
  .contact-banner p {
    font-size: 14px;
    width: 100%;
  }

  .about-it-solutions .left-sidebar h1 {
    font-size: 30px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills {
    flex-direction: unset !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills img {
    padding-right: 8px !important;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills a {
    margin-right: 8px;
    padding: 11px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .about-nav-pills .nav-link {
    padding: 11px;
    margin-bottom: 14px;
  }
  .about-it-solutions .left-sidebar .left-sidebar-tabs .right-sidebar-tabs {
    padding-left: 15px;
    border: none;
  }
  .about-it-solutions .right-sidebar figure img {
    margin: auto;
    display: block;
  }
  .about-it-solutions .right-sidebar figure figcaption {
    position: unset;
    width: 100%;
    height: 160px;
    padding-top: 14%;
    margin-top: 1rem;
  }
  .about-it-solutions .right-sidebar figure figcaption h1 {
    font-size: 38px;
    font-weight: 500;
  }
  .about-it-solutions .right-sidebar figure figcaption p {
    font-size: 24px;
  }

  .best-fact {
    background-position: center;
  }
  .best-fact .best-fact-h1 h1 {
    text-align: center;
    font-size: 32px;
  }
  .best-fact .best-fact-p {
    border: none;
  }
  .best-fact .best-fact-p p {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .image-section {
    padding-top: 1rem !important;
  }
  .image-section .row:nth-child(even) {
    flex-direction: column-reverse;
  }
  .image-section .margin-tb {
    margin-bottom: 0;
  }
  .image-section img {
    margin-top: 3rem;
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }
  .image-section .section-content {
    width: 80%;
    display: block;
    margin: -10% auto 0;
  }
  .image-section .section-content_1 .section-content {
    width: 80%;
    display: block;
    margin: -10% auto 0;
  }
  .image-section .section-content_1 img {
    width: 90%;
    margin: 3rem auto 0;
    display: block;
  }

  .tech-heading h4 {
    width: 100%;
    font-size: 28px;
  }
}
.testimonial-banner {
  background-color: #5e6fb5;
  height: 550px;
}
.testimonial-banner span {
  padding-top: 2rem;
  color: #fff;
}
.testimonial-banner span img {
  height: 72px;
}
.testimonial-banner span h1 {
  font-size: 36px;
  font-weight: 700;
}
.testimonial-banner span h5 {
  font-size: 22px;
  font-weight: 500;
}
.testimonial-banner p {
  font-size: 19px;
  color: #fff;
  margin: 28px 0 35px;
}

.testimonial-section {
  padding: 3% 0;
}
.testimonial-section .testimonial-heading h2 {
  font-weight: 700;
}
.testimonial-section .testimonial-heading h2 span {
  color: #fe9435;
  font-weight: 700;
}
.testimonial-section .testimonial-heading p {
  font-size: 18px;
}
.testimonial-section .testimonial-left {
  width: 97%;
  padding: 1.2rem 1.5rem 0.5rem;
  background-color: #fdfdfd;
  border-radius: 20px;
  box-shadow: 0px 0px 6px #00000029;
  margin-bottom: 2.5rem;
}
.testimonial-section .testimonial-left h4 {
  font-weight: 600;
}
.testimonial-section .testimonial-left p.usa {
  font-weight: 18px;
  font-weight: 600;
  color: #fe9435;
}
.testimonial-section .testimonial-left p {
  font-size: 17px;
  text-align: justify;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .testimonial-banner span h2 {
    font-size: 29px;
  }
  .testimonial-banner p {
    font-size: 1rem;
    margin: 1rem 0;
  }

  .testimonial-section .testimonial-left {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .testimonial-banner {
    height: auto;
    padding-top: 30%;
  }
  .testimonial-banner p {
    font-size: 15px;
    margin: 1rem 0;
  }
  .testimonial-banner .test-banner-right img {
    width: 80%;
    margin: 2rem auto;
    display: block;
  }

  .testimonial-section {
    padding: 8% 0;
  }
  .testimonial-section .testimonial-left span img {
    width: 25%;
  }
  .testimonial-section .testimonial-left h4 {
    font-size: 20px;
  }
  .testimonial-section .testimonial-left p {
    font-size: 14px;
  }
}
.LAD-banner {
  height: 550px;
  background-blend-mode: overlay;
  background-size: cover !important;
}
.LAD-banner h1 {
  margin-bottom: 1rem;
}

.our-history-left {
  background-color: #162f6a;
  color: #fff;
}
.our-history-left h2 {
  font-weight: 700;
  margin: 1rem 0;
}
.our-history-left h2 span {
  font-weight: 700;
  color: #fe9435;
}
.our-history-left p {
  font-size: 18px;
}
.our-history-left .quote-btn {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.our-history-left .quote-btn a {
  padding: 15px 25px;
}

.group-img img {
  height: 100%;
}

.fun-moments {
  background-color: #162f6a;
  color: #fff;
}
.fun-moments .moment-heading {
  margin-bottom: 1.5rem;
}
.fun-moments .moment-heading img {
  position: relative;
}
.fun-moments .moment-heading h6 {
  position: absolute;
  top: 38%;
  color: #000;
  left: 30px;
  font-size: 15px;
  font-weight: 600;
}
.fun-moments .moment-heading p {
  line-height: 21px;
}
.fun-moments .moment-gallery .gallery-title {
  width: 85%;
  border-radius: 15px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  color: #000;
  margin: auto;
  position: relative;
  bottom: 32px;
}
.fun-moments .moment-gallery .gallery-title h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.fun-moments .experience h3 {
  font-weight: 300;
  font-size: 70px;
  margin: 1.3rem 0 2rem;
}
.fun-moments .experience .deorwine-exp-content {
  width: 48%;
}
.fun-moments .experience .deorwine-exp-content h4 {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 1.5rem;
}
.fun-moments .experience .deorwine-exp-content p {
  font-size: 16px;
  line-height: 25px;
}
.fun-moments .experience .deorwine-exp-content .quote-btn {
  height: 36px;
}
.fun-moments .experience .moment-slide-img {
  width: 50%;
}
.fun-moments .deorwine-exp .slick-dots {
  bottom: -50px;
}
.fun-moments .deorwine-exp .slick-dots li button::before {
  color: white;
  font-size: 50px;
  opacity: 1;
}
.fun-moments .deorwine-exp .slick-dots li.slick-active button::before {
  color: #5E6FB5;
  font-size: 55px;
  opacity: 1;
}

.opportunity h3 {
  font-weight: 700;
  color: #162f6a;
  margin-bottom: 1rem;
}
.opportunity .quote-btn {
  margin-top: 1.5rem;
}
.opportunity .opportunity-left {
  border-right: 1px solid rgba(204, 204, 204, 0.4);
}
.opportunity .opportunity-right {
  padding-left: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .fun-moments .moment-gallery .gallery-title h5 {
    font-size: 16px;
  }
  .fun-moments .experience .moment-slide p {
    font-size: 14px;
    line-height: 21px;
  }
  .fun-moments .moment-heading h6 {
    left: 40px;
    top: 42%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .group-img img {
    width: 100%;
    height: auto;
  }

  .fun-moments .moment-heading h6 {
    left: 40px;
    top: 33%;
  }
  .fun-moments .moment-heading p {
    font-size: 13.5px;
  }
  .fun-moments .moment-gallery img {
    margin: auto;
    display: block;
  }
  .fun-moments .moment-gallery .gallery-title {
    width: 70%;
  }

  .LAD {
    flex-wrap: wrap;
  }

  .opportunity .quote-btn {
    margin: 1.5rem 0;
  }
  .opportunity .opportunity-left {
    border-right: none;
  }
  .opportunity .opportunity-right {
    padding-left: 15px;
    margin-top: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .LAD-banner {
    height: 430px;
  }

  .group-img img {
    width: 100%;
    height: auto;
  }

  .fun-moments .moment-heading h6 {
    top: 47%;
    left: 39px;
  }
  .fun-moments .moment-heading p {
    font-size: 13.5px;
  }
  .fun-moments .moment-gallery .gallery-title h5 {
    font-size: 16px;
  }

  .LAD {
    flex-wrap: wrap;
  }

  .opportunity .quote-btn {
    margin: 1.5rem 0;
  }
  .opportunity .opportunity-left {
    border-right: none;
  }
  .opportunity .opportunity-right {
    margin-top: 2rem;
    padding-left: 15px;
  }

  .testimonial-banner {
    padding-top: 19%;
    height: auto;
  }
  .testimonial-banner .test-banner-right img {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .LAD-banner {
    height: 430px;
  }

  .our-history-left p {
    font-size: 1rem;
  }

  .group-img img {
    width: 100%;
    height: auto;
  }

  .fun-moments .row {
    padding: 1rem !important;
  }
  .fun-moments .moment-heading h6 {
    top: 47%;
    left: 40px;
  }
  .fun-moments .moment-heading p {
    font-size: 13.5px;
  }
  .fun-moments .moment-gallery .gallery-title h5 {
    font-size: 14px;
    text-align: center;
  }

  .LAD {
    flex-wrap: wrap;
  }

  .fun-moments .experience h3 {
    font-size: 46px;
  }

  .opportunity .quote-btn {
    margin: 1.5rem 0;
  }
  .opportunity .opportunity-left {
    border-right: none;
  }
  .opportunity .opportunity-right {
    margin-top: 2rem;
    padding-left: 15px;
  }
}
.partnership-banner {
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 440px;
  padding-top: 3%;
}
.partnership-banner h1 {
  font-weight: 700;
  color: #fff;
  font-size: 36px;
}
.partnership-banner h1 span {
  color: #fe9435;
  font-weight: 700;
}
.partnership-banner p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 1rem auto;
  width: 56%;
  line-height: 30px;
}
.partnership-banner .quote-btn {
  margin-top: 2rem;
}
.partnership-banner .quote-btn a {
  padding: 14px 28px;
}

.partner-business-right h2,
.partner-business-right h3 {
  font-size: 32px;
  margin-bottom: 1.5rem;
  line-height: 50px;
  font-weight: 700;
  color: #000;
}
.partner-business-right h2 span,
.partner-business-right h3 span {
  color: #fe9435;
  font-weight: 700;
}
.partner-business-right p {
  border-left: 3px solid #fe9435;
  padding-left: 1rem;
  font-size: 18px;
}
.partner-business-right .quote-btn {
  margin-top: 2.5rem;
}
.partner-business-right .quote-btn a {
  padding: 15px 28px;
}

.partner-center-banner {
  background-color: #162f6a;
  color: #fff;
}
.partner-center-banner .center-banner {
  width: 54%;
}
.partner-center-banner .center-banner h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.partner-center-banner .center-banner h4 span {
  color: #fe9435;
  font-weight: 700;
}
.partner-center-banner .center-banner p {
  line-height: 28px;
  margin-bottom: 0;
}
.partner-center-banner .quote-btn a {
  padding: 14px 28px;
}

.partner-with-deorwine h4 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.partner-with-deorwine h4 span {
  color: #fe9435;
  font-weight: 700;
}
.partner-with-deorwine .business-card {
  margin-top: 2rem;
  border: 1px solid #e8ebf1;
  padding: 2rem 1.5rem 1rem;
  height: 330px;
}
.partner-with-deorwine .business-card img {
  cursor: pointer;
  transition: transform 0.7s ease-in-out;
}
.partner-with-deorwine .business-card img:hover {
  transform: rotateY(180deg);
}
.partner-with-deorwine .business-card h4 {
  font-weight: 600;
  margin: 1.2rem auto 1rem;
  width: 80%;
}

.network {
  background-size: cover !important;
  padding: 3.5rem 0 4rem;
  color: #fff;
}
.network .network-content {
  padding-left: 4rem;
}
.network .network-content h4 {
  font-weight: 700;
  line-height: 40px;
}
.network .network-content h4 span {
  color: #fe9435;
  font-weight: 700;
}
.network .network-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 1.5rem 0 2.5rem;
}
.network .network-content .quote-btn a {
  padding: 14px 28px;
}

.client-partner {
  background-color: #fdfdfd;
  width: 100%;
}
.client-partner .client-partner-title p {
  font-size: 23px;
  font-weight: 500;
  text-transform: uppercase;
}
.client-partner .client-partner-title h4 {
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 2rem;
}
.client-partner .client-partner-title h4 span {
  color: #fe9435;
  font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .partner-business-left img {
    width: 90%;
  }

  .partner-with-deorwine .business-card {
    padding: 1.3rem 1.5rem 1rem;
  }
  .partner-with-deorwine .business-card p {
    font-size: 15px;
  }

  .network {
    background-position: right;
  }

  .client-partner ul li img {
    height: 65px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .partnership-banner p {
    width: 80%;
  }

  .partner-business-left img {
    width: 50%;
    margin: 0 auto 2rem;
    display: block;
  }
  .partner-business-left:nth-last-child(1) {
    margin: 0 !important;
  }
  .partner-business-left:nth-last-child(1) img {
    float: none !important;
  }

  .client-partner ul {
    flex-wrap: wrap;
  }
  .client-partner ul li {
    width: 25%;
    margin: 3% auto 0;
    display: block;
  }
  .client-partner ul li img {
    height: 75px;
    width: auto;
  }

  .network .network-content p {
    width: 90%;
  }

  .partner-with-deorwine .business-card {
    height: 335px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partnership-banner h1 {
    font-size: 32px;
  }
  .partnership-banner p {
    font-size: 1rem;
    width: 100%;
  }

  .partner-business-left img {
    width: 60%;
    margin: 0 auto 2rem;
    display: block;
  }
  .partner-business-left:nth-last-child(1) {
    margin: 0 !important;
  }
  .partner-business-left:nth-last-child(1) img {
    float: none !important;
  }

  .client-partner ul {
    flex-wrap: wrap;
  }
  .client-partner ul li {
    width: 25%;
    margin: 3% auto 0;
    text-align: center;
    display: block;
  }
  .client-partner ul li img {
    height: 60px;
    width: auto;
  }

  .network .network-content {
    padding: 0 2.5rem;
  }

  .partner-center-banner .center-banner p {
    line-height: 25px;
    font-size: 14px;
  }

  .partner-with-deorwine .business-card {
    height: 260px;
  }
  .partner-with-deorwine .business-card h4 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .partnership-banner h1 {
    font-size: 28px;
  }
  .partnership-banner p {
    font-size: 14px;
    width: 100%;
  }

  .partner-business-left img {
    width: 75%;
    margin: 0 auto 2rem;
    display: block;
  }
  .partner-business-left:nth-last-child(1) {
    margin: 0 !important;
  }
  .partner-business-left:nth-last-child(1) img {
    float: none !important;
  }

  .client-partner ul {
    flex-wrap: wrap;
  }
  .client-partner ul li {
    width: 50%;
    margin: 3.5% auto 0;
    display: block;
    text-align: center;
  }
  .client-partner ul li img {
    height: 60px;
    width: auto;
  }

  .network .network-content {
    padding: 0 2.5rem;
  }

  .partner-center-banner .col-12 {
    flex-wrap: wrap;
  }
  .partner-center-banner .center-banner {
    width: 100%;
  }
  .partner-center-banner .center-banner p {
    line-height: 25px;
    font-size: 14px;
  }
  .partner-center-banner .quote-btn {
    margin-top: 2rem;
  }
}
.ios-hiring-banner {
  background: #5e6fb5;
  height: 550px;
  padding-top: 1.8%;
}
.ios-hiring-banner .ios-hiring-banner-left p {
  font-size: 19px;
}
.ios-hiring-banner .ios-hiring-banner-left .quote-btn a {
  padding: 16px 35px;
}

.ios-hiring-consultation .ios-consulting-left h5 {
  font-weight: 600;
  font-size: 22px;
}
.ios-hiring-consultation ul li {
  list-style: disc;
  line-height: 32px;
}
.ios-hiring-consultation ul li::marker {
  font-size: 25px;
}

.benefits-of-ios-hiring p {
  font-size: 18px;
  line-height: 28px;
}

.benefit-block {
  border-radius: 30px 0px;
  background-color: #162f6a;
  height: 190px;
}
.benefit-block span {
  background-color: #2f4684;
  width: fit-content;
}
.benefit-block span img {
  transition: transform 0.7s ease-in-out;
  cursor: pointer;
}
.benefit-block span img:hover {
  transform: rotateY(180deg);
}
.benefit-block p {
  line-height: inherit;
}

.ios-dev-services {
  background-color: #162f6a;
}
.ios-dev-services p {
  font-size: 18px;
  line-height: 28px;
}
.ios-dev-services .ios-services-block {
  width: 98%;
  border: 2px dashed #5e6fb5;
  border-radius: 20px;
}
.ios-dev-services .ios-services-block h5 {
  font-weight: 600;
}
.ios-dev-services .ios-services-block p {
  width: 98%;
  font-size: 1rem;
  margin: 12px 0 25px;
}

.hiring-modules p {
  font-size: 18px;
  line-height: 28px;
}
.hiring-modules .hiring-modules-block {
  height: 288px;
}
.hiring-modules .hiring-modules-block p {
  font-size: 16px;
  line-height: 25px;
}

.hiring-process {
  background-color: #fdfdfd;
}
.hiring-process p {
  font-size: 18px;
}
.hiring-process .hiring-process-block {
  height: 60px;
  border-radius: 12px;
  background-color: #fff4eb;
  border-left: 10px solid #162f6a;
}

.hiring-resources p {
  font-size: 18px;
}
.hiring-resources .hiring-resources-block {
  background-color: #162f6a;
  border-radius: 30px 0px;
  height: 211px;
}
.hiring-resources .hiring-resources-block span {
  background-color: #2f4684;
  width: fit-content;
}
.hiring-resources .hiring-resources-block span img {
  transition: transform 0.7s ease-in-out;
  cursor: pointer;
}
.hiring-resources .hiring-resources-block span img:hover {
  transform: rotateY(180deg);
}
.hiring-resources .hiring-resources-block h5 {
  font-size: 1.25rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ios-hiring-consultation .ios-consulting-left p {
    line-height: 24px;
  }
  .ios-hiring-consultation .ios-consulting-left ul li {
    line-height: 24px;
  }

  .benefit-block p {
    font-size: 16px;
  }

  .ios-dev-services .ios-services-block {
    height: 515px;
  }

  .hiring-modules .hiring-modules-block {
    height: 337px;
  }

  .hiring-resources .hiring-resources-block {
    height: 236px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .ios-hiring-banner h1 {
    font-size: 28px;
  }
  .ios-hiring-banner p {
    line-height: 24px;
  }

  .hiring-modules .hiring-modules-block {
    width: 80%;
  }

  .ios-dev-services .block_2 {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .ios-hiring-banner {
    height: auto;
    padding: 20% 0 5%;
  }
  .ios-hiring-banner .ios-hiring-banner-right {
    margin-top: 3rem;
  }

  .benefits-of-ios-hiring .benefit-block {
    height: auto;
  }

  .hiring-modules .hiring-modules-block {
    height: auto;
  }

  .hiring-resources .hiring-resources-block {
    height: auto;
  }

  .ios-dev-services .block_2 {
    margin-top: 2rem;
  }
}
@media (max-width: 575.98px) {
  .ios-hiring-banner {
    height: auto;
    padding: 34% 0 5%;
  }
  .ios-hiring-banner .ios-hiring-banner-right {
    margin-top: 3rem;
  }

  .free-consultation .consultation-form {
    padding: 10% 5%;
  }
  .free-consultation .consultation-form .form-block .free-consult-button {
    font-size: 1rem;
  }

  .benefits-of-ios-hiring .benefit-block {
    height: auto;
  }

  .ios-dev-services .block_2 {
    margin-top: 2rem;
  }

  .hiring-modules .hiring-modules-block {
    height: auto;
  }

  .hiring-resources .hiring-resources-block {
    height: auto;
  }
}
.solution-app-dev-banner {
  background-blend-mode: overlay;
  background-position: center !important;
  background-size: cover !important;
  padding: 10% 0;
  color: #fff;
}
.solution-app-dev-banner h1 {
  font-weight: 700;
}
.solution-app-dev-banner p {
  font-size: 20px;
  width: 81%;
  margin: 1rem auto 2.5rem;
}
.solution-app-dev-banner .quote-btn a {
  padding: 16px 25px;
}

.solution-service-section .solution-right h3 {
  font-weight: 700;
}
.solution-service-section .solution-right h3 span {
  color: #fe9435;
  font-weight: 700;
}
.solution-service-section .solution-right p {
  text-align: justify;
}

.solution-app-consultation .solution-consultaion-left {
  width: 98.5%;
}
.solution-app-consultation .solution-consultaion-left h3 {
  padding: 0;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.solution-app-consultation .solution-consultaion-left h3 span {
  color: #fe9435;
  font-weight: 700;
}

.business-models {
  background-color: #162f6a;
}
.business-models h2 {
  font-weight: 700;
  color: #fff;
}
.business-models h2 span {
  color: #fe9435;
  font-weight: 700;
}
.business-models p {
  color: #fff;
  font-size: 18px;
}
.business-models .business-models-icon span {
  width: 85px;
  height: 85px;
  background-color: #fff4eb;
  border-radius: 50%;
}
.business-models .business-models-icon span img {
  transition: transform 0.7s ease-in-out;
  cursor: pointer;
}
.business-models .business-models-icon span img:hover {
  transform: rotateY(180deg);
}
.business-models .business-models-icon h5 {
  font-weight: 600;
  color: #fff;
}
.business-models .business-models-icon p {
  font-size: 14px;
}

.solution-app-features h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
.solution-app-features h3 span {
  color: #fe9435;
  font-weight: 700;
}
.solution-app-features p {
  font-size: 18px;
  width: 90%;
  margin: auto;
}
.solution-app-features .app-features-tabs ul li.app-features a {
  display: block;
  width: 202px;
  height: 44px;
  border-radius: 50px;
  background-color: #e8ebf1;
  color: #162f6a;
  line-height: 44px;
  text-align: center;
  margin: 10px;
  font-weight: 600;
}
.solution-app-features .app-features-tabs ul li.app-features a:hover {
  background-color: rgba(22, 47, 116, 0.8);
  color: #ffffff;
}
.solution-app-features .app-features-tabs ul .active {
  background-color: rgba(22, 47, 116, 0.8) !important;
  color: #ffffff !important;
}
.solution-app-features .app-features-tabs .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin: 1.5rem 0;
}
.solution-app-features .tab-content .features-block {
  width: 25%;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  width: 255px;
  height: 212px;
  padding: 2rem 2rem;
  text-align: center;
  margin: 1rem 0;
}
.solution-app-features .tab-content .features-block img {
  width: auto;
  height: 60px;
  cursor: pointer;
  margin-bottom: 1rem;
  transition: transform 0.3s linear;
}
.solution-app-features .tab-content .features-block h5 {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 24px;
}
.solution-app-features .tab-content .features-block:hover {
  cursor: pointer;
}
.solution-app-features .tab-content .features-block:hover img {
  transform: rotateY(180deg);
  transition: transform 0.7s linear;
}

.solution-devices {
  background: url("../images/solutions/banner/shape-background.jpg");
  width: 100%;
  background-size: cover;
  overflow-x: hidden;
}
.solution-devices .solution-devices-slide div img {
  margin: 0 auto;
  display: block;
}
.solution-devices .slick-slide {
  margin: 10px;
}
.solution-devices .slick-dots {
  position: absolute;
  bottom: -64px;
  opacity: 1;
}
.solution-devices .slick-dots li button:before {
  font-size: 50px !important;
  opacity: 1;
  color: #e8ebf1 !important;
}
.solution-devices .slick-dots li.slick-active button:before {
  color: #162f6a !important;
  opacity: 1;
}

.solution-app-working h3 {
  font-weight: 700;
}
.solution-app-working h3 span {
  color: #fe9435;
  font-weight: 700;
}
.solution-app-working p {
  font-size: 18px;
}
.solution-app-working .app-working {
  margin: 1rem 0 2.5rem;
  height: 77px;
}
.solution-app-working .app-working div {
  width: 80%;
  text-align: right;
}
.solution-app-working .app-working div h5 {
  font-weight: 500;
  margin-bottom: 5px;
}
.solution-app-working .app-working div p {
  font-size: 16px;
}
.solution-app-working .app-working span {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #162f6a;
  color: #fff;
  line-height: 45px;
  text-align: center;
}
.solution-app-working .app-working-1 {
  margin: 1rem 0 2.5rem;
  height: 77px;
}
.solution-app-working .app-working-1 div {
  width: 80%;
  margin-left: auto;
}
.solution-app-working .app-working-1 div h5 {
  font-weight: 500;
  margin-bottom: 5px;
}
.solution-app-working .app-working-1 div p {
  margin: 0;
  font-size: 16px;
}
.solution-app-working .app-working-1 span {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fe9435;
  padding: 1px;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.solution-bg-partner {
  background-size: cover !important;
  padding: 6.5% 0;
}
.solution-bg-partner h4 {
  font-weight: 500;
}
.solution-bg-partner h3 {
  font-weight: 700;
}
.solution-bg-partner p {
  margin: 1rem 0 2.5rem;
}

.choose-deorwine {
  background-color: #fdfdfd;
}
.choose-deorwine h3 {
  font-weight: 700;
}
.choose-deorwine h3 span {
  color: #fe9435;
  font-weight: 700;
}
.choose-deorwine p {
  font-size: 18px;
  margin-bottom: 2rem 1rem;
}
.choose-deorwine .features-of-deorwine {
  background-color: #e8ebf1;
  border: 1px solid #b3c3e3;
  border-radius: 15px;
  height: 265px;
}
.choose-deorwine .features-of-deorwine img {
  cursor: pointer;
  height: 60px;
  margin-bottom: 0.5rem;
  transition: transform 0.7s ease-in-out;
}
.choose-deorwine .features-of-deorwine h6 {
  font-size: 16px;
  font-weight: 600;
  width: 83%;
  margin: 0 auto 5px;
}
.choose-deorwine .features-of-deorwine p {
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px;
  line-height: 20px;
}
.choose-deorwine .features-of-deorwine:hover {
  cursor: pointer;
}
.choose-deorwine .features-of-deorwine:hover img {
  transform: rotateY(180deg);
  transition: transform 0.7s linear;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .solution-app-dev-banner {
    height: 500px;
  }
  .solution-app-dev-banner p {
    line-height: 26px;
    width: 80%;
  }

  .solution-app-consultation {
    padding-bottom: 0 !important;
  }
  .solution-app-consultation .solution-consultaion-left h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 1rem;
  }
  .solution-app-consultation .solution-consultaion-left p {
    font-size: 15px;
  }

  .solution-bg-partner {
    background-position: right !important;
  }

  .solution-app-features .tab-content .features-block {
    width: 216px;
    height: 166px;
    padding: 1rem;
  }

  .choose-deorwine .features-of-deorwine h6 {
    width: 65%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .solution-app-dev-banner {
    height: 500px;
    padding-bottom: 0;
  }
  .solution-app-dev-banner p {
    font-size: 18px;
    width: 100%;
  }

  .free-consultation .consultation-form {
    padding: 5%;
  }

  .solution-bg-partner {
    background-position: center !important;
  }

  .solution-app-features p {
    width: 100%;
  }
  .solution-app-features .tab-content .features-block {
    width: 216px;
    height: 166px;
    padding: 1rem;
  }

  .solution-app-working .app-working {
    flex-direction: row-reverse;
    text-align: left;
  }
  .solution-app-working .app-working div {
    margin-left: 0 !important;
    text-align: left !important;
  }
  .solution-app-working .app-working span {
    margin-left: 0 !important;
    margin-right: 24px !important;
  }
  .solution-app-working .app-working-1 div {
    margin-left: 0;
  }

  .solution-devices {
    background-position: left;
  }

  .choose-deorwine .features-of-deorwine {
    height: 230px;
  }
  .choose-deorwine .features-of-deorwine h6 {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .solution-app-dev-banner {
    padding: 25% 0;
  }
  .solution-app-dev-banner p {
    font-size: 14px;
    width: 100%;
    line-height: 22px;
  }

  .solution-app-consultation .solution-consultaion-left h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-L {
    bottom: 50%;
    left: 7%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .slide-arrow-R {
    bottom: 50%;
    left: 71%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block {
    flex-wrap: wrap;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content {
    width: 100%;
    height: 570px;
    margin: 0;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content .playstore-btn img {
    height: 45px;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content .playstore-btn .mobile-app-img {
    width: 100%;
  }
  .Mobile-apps-portfolio .mobile-app-slide .mobile-app-block .mobile-app-content .playstore-btn .mobile-app-img img {
    width: 80%;
  }

  .solution-bg-partner {
    background-position: right;
  }

  .solution-app-features p {
    width: 100%;
  }
  .solution-app-features .tab-content .features-block {
    margin: 1rem auto;
    width: 216px;
    height: 166px;
    padding: 1rem;
  }

  .app-features-tabs ul li.app-features {
    width: 50%;
    text-align: center;
  }
  .app-features-tabs ul li.app-features a {
    margin: 10px auto !important;
  }

  .solution-devices {
    background-position: left;
  }

  .solution-app-working .app-working {
    flex-direction: row-reverse;
  }
  .solution-app-working .app-working div {
    text-align: left;
  }
  .solution-app-working .app-working span {
    margin-left: 0 !important;
    margin-right: 24px !important;
  }

  .choose-deorwine .features-of-deorwine {
    height: 210px;
  }
  .choose-deorwine .features-of-deorwine h6 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .solution-app-dev-banner {
    padding: 35% 0;
  }
  .solution-app-dev-banner p {
    font-size: 14px;
    width: 100%;
    line-height: 22px;
  }

  .solution-app-consultation .solution-consultaion-left h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .solution-bg-partner {
    background-position: left;
  }

  .solution-app-features p {
    width: 100%;
  }
  .solution-app-features .tab-content .features-block {
    margin: 1rem auto;
  }

  .app-features-tabs ul {
    flex-wrap: wrap;
  }
  .app-features-tabs ul li.app-features {
    width: 100%;
    text-align: center;
  }
  .app-features-tabs ul li.app-features a {
    margin: 10px auto !important;
  }

  .solution-devices {
    background-position: left;
  }

  .solution-app-working .app-working {
    flex-direction: row-reverse;
  }
  .solution-app-working .app-working div {
    text-align: left;
  }
  .solution-app-working .app-working span {
    margin-left: 0 !important;
    margin-right: 24px !important;
  }

  .choose-deorwine .features-of-deorwine {
    height: 260px;
  }
  .choose-deorwine .features-of-deorwine h6 {
    width: 64%;
  }
}
.thankyou-banner {
  background-image: url("../images/thankyou-banner.jpg");
  background-repeat: no-repeat;
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: center;
}
.thankyou-banner h1 {
  font-weight: 700;
}
.thankyou-banner h1 span {
  color: #fa8d0c;
  font-weight: 700;
}
.thankyou-banner h4 {
  font-weight: 600;
  margin: 1rem 0;
}
.thankyou-banner p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.thankyou-banner a {
  border-radius: 8px;
  padding: 17px 32px;
  background-color: #fa8d0c;
  font-size: 22px;
  font-weight: 500;
}
.thankyou-banner a:hover {
  color: #041041;
}

.thankyou-counter {
  background: none;
}
.thankyou-counter .technology-counter .tech-count-block {
  width: 90%;
  height: 240px;
  margin: auto;
}
.thankyou-counter .technology-counter .tech-count-block h6 {
  font-size: 24px;
  font-weight: 500;
}
.thankyou-counter .quote-btn a {
  padding: 15px 30px;
  font-size: 20px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .thankyou-banner {
    background-position: left;
    height: 650px;
  }

  .thankyou-counter .technology-counter .tech-count-block {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .thankyou-banner {
    background-position: left;
    height: 640px;
  }

  .thankyou-counter .technology-counter .tech-count-block {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.custom-modal .modal-span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin: 0 0.5rem;
}
.custom-modal .modal-dialog-custom {
  max-width: 100%;
}
.custom-modal .modal-content .modal-header {
  border-bottom: none;
  height: 40px;
}
.custom-modal .modal-content .modal-header .close {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  opacity: 1;
}
.custom-modal .modal-content .modal-header .close:focus {
  outline: none !important;
}
.custom-modal .modal-content .modal-header .close span {
  height: inherit;
}
.custom-modal .modal-content .modal-custom-body .modal-title-custom h4 {
  font-weight: 500;
  color: #fff;
  margin: 1.1rem 0;
}
.custom-modal .modal-content .modal-custom-body #d_logo img {
  width: 255px;
}
.custom-modal .modal-content .modal-custom-body .listner-img {
  margin: 1.7rem 0;
}
.custom-modal .modal-content .modal-custom-body .listner-img img {
  width: 73%;
  display: block;
  margin: auto;
}
.custom-modal .modal-content .modal-custom-body .listner-img:nth-of-type(3) img {
  margin-top: 4rem;
}
.custom-modal .modal-content .modal-custom-body .modal-overview {
  color: #fff;
}
.custom-modal .modal-content .modal-custom-body .modal-overview h3 {
  font-weight: 600;
}
.custom-modal .modal-content .modal-custom-body .modal-overview h5 {
  font-size: 18px;
  width: 72%;
  line-height: 26px;
  margin: 1rem auto;
}
.custom-modal .modal-content .modal-custom-body .modal-overview p {
  font-weight: 400;
  margin: 2rem 0;
}
.custom-modal .modal-content .modal-custom-body .modal-overview img {
  height: 60px;
  width: auto;
}
.custom-modal .modal-content .modal-custom-body .modal-social {
  border-bottom: 2px solid #f7f7f7;
  margin: 2rem 0 0;
}
.custom-modal .query-form-modal .Query_text .query_help {
  background: none;
  border: 2px solid #fff;
}
.custom-modal .query-form-modal .circle hr {
  background-color: #f7f7f7;
}
.custom-modal .query-form-modal .circle span {
  background: none;
  color: #000;
  background-color: #ffffff;
}
.custom-modal .modal-rating {
  background-color: #fff;
  width: fit-content;
  margin: 1.7rem auto 0;
  padding: 0 2.5rem;
  border-radius: 10px;
}
.custom-modal .modal-rating h5 i {
  font-size: 1rem;
}
.custom-modal .modal-rating h5,
.custom-modal .modal-rating p {
  color: #162f6a !important;
  font-weight: 600;
}
.custom-modal .modal-rating .modal-rating-1 {
  border-right: 2px solid #162f6a;
}

.custom-modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
  transition: 0.5s all ease-in-out;
}

.custom-modal.show .modal-dialog {
  transform: translate3d(0, 0, 0);
  transition: 0.5s all ease-in-out;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .portfolio-web-app .project .portfolio-block-content h4 {
    font-size: 16px;
  }
  .portfolio-web-app .project .portfolio-block-content p {
    font-size: 11px;
  }
  .portfolio-web-app .project .portfolio-block-content a img {
    width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .thankyou-counter .technology-counter .tech-count-block {
    margin-top: 1.5rem;
  }

  .custom-modal .modal-span {
    padding: 10px;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .custom-modal .modal-content .modal-custom-body .listner-img {
    margin: 1.5rem 0;
  }
  .custom-modal .modal-content .modal-custom-body .listner-img img {
    width: 60%;
    display: block;
    margin: auto;
  }
  .custom-modal .modal-content .modal-custom-body .listner-img:nth-of-type(3) img {
    margin-top: 0rem;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview h5 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .custom-modal .modal-content .modal-custom-body .modal-title-custom .modal-span-wrapper {
    flex-wrap: wrap;
  }
  .custom-modal .modal-content .modal-custom-body .modal-title-custom .modal-span-wrapper .modal-span {
    margin: 0.5rem;
  }
  .custom-modal .modal-content .modal-custom-body .listner-img {
    margin: 1.5rem 0;
  }
  .custom-modal .modal-content .modal-custom-body .listner-img img {
    width: 70%;
    display: block;
    margin: auto;
  }
  .custom-modal .modal-content .modal-custom-body .listner-img:nth-of-type(3) img {
    margin-top: 0rem;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview h5 {
    width: 100%;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview .modal-span-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview .modal-span-wrapper .modal-span {
    margin: 0.5rem;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview .modal-social {
    flex-wrap: wrap;
  }
  .custom-modal .modal-content .modal-custom-body .modal-overview .modal-social img {
    margin: 0.5rem 0;
  }
}
@media (max-width: 576px) {
  .custom-modal .modal-span {
    width: 100%;
  }
  .custom-modal .modal-rating {
    width: 100%;
    padding: 0;
  }
  .custom-modal .modal-custom-body .listner-img img {
    width: 100% !important;
  }
}
.modal-index .modal-header {
  border: none;
}
.modal-index .modal-header .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 25px;
}
.modal-index .modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.modal-index .modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #162f6a;
}
.modal-index .sidebar-form {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 3%;
  color: #fff;
}
.modal-index .sidebar-form h3 {
  font-weight: 600;
}
.modal-index .form-group {
  margin: 8px 0;
}
.modal-index .form-group .form-control {
  font-size: 14px;
  color: #9b9b9b;
  height: calc(1.5em + 0.75rem + 4px);
}
.modal-index .form-group textarea {
  height: 80px !important;
}
.modal-index .form-group .free-consult-button {
  background-color: #fe9435;
  color: #ffffff;
  border: none !important;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  float: right;
}
.modal-index .sidebar-form-content {
  background-color: #fe9435;
  padding: 5% 5%;
  border-radius: 10px;
}
.modal-index .sidebar-form-content .award-rating {
  position: relative;
  color: #fff;
}
.modal-index .sidebar-form-content .award-rating img {
  width: 155px;
}
.modal-index .sidebar-form-content .award-rating p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 22px;
  font-weight: 600;
  transform: translateY(25%);
}
.modal-index .sidebar-form-content h4 {
  color: #fff;
}
.modal-index .sidebar-form-content h4 strong {
  font-weight: 600;
}
.modal-index .address a {
  font-size: 18px;
}
.modal-index .address a:hover {
  color: #162f6a;
}
.modal-index .address a:hover p {
  font-weight: 500;
}
.modal-index .address .brochure-btn {
  width: 100%;
  height: 50px;
  background-color: #162f6a;
  color: #fff;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .modal-index .sidebar-form {
    height: auto;
  }
  .modal-index .sidebar-form-content {
    height: auto;
    margin-top: 2rem;
  }

  header .navigation .nav-btn {
    position: fixed;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    user-select: auto;
    right: 0;
    top: calc(50% - 100px);
  }
}
@media (max-width: 414px) {
  .modal-index .form-group .free-consult-button {
    width: 100%;
    padding: 0;
    font-size: 13px;
  }
}
.web-dev-banner {
  background-blend-mode: overlay;
  height: 525px;
  display: flex;
  align-items: center;
  background-position: center !important;
  background-size: cover !important;
}

.web-dev-team .technology-team-block img {
  width: auto;
  height: 72px;
}

.fegex-slider {
  width: 100%;
  background: transparent linear-gradient(107deg, #da1c46 0%, #edb64f 100%) 0% 0% no-repeat padding-box;
}
.fegex-slider .feg-container .feg-left {
  width: 50%;
}
.fegex-slider .feg-container .feg-right {
  width: 50%;
  padding-left: 8%;
}
.fegex-slider .feg-container .feg-right img.feg-logo {
  width: 35%;
}
.fegex-slider .feg-container .feg-right p {
  font-size: 19px;
  line-height: 28px;
}
.fegex-slider .feg-container .feg-right a {
  width: 170px;
  height: 50px;
  display: block;
  border-radius: 7px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.fegex-slider .feg-arrow-pre {
  position: absolute;
  left: 0;
  bottom: -41px;
  cursor: pointer;
}
.fegex-slider .feg-arrow-pre:hover {
  color: #fff;
}
.fegex-slider .feg-arrow-next {
  position: absolute;
  right: 0;
  bottom: -41px;
  cursor: pointer;
}
.fegex-slider .feg-arrow-next:hover {
  color: #fff;
}

.deorwine-choise {
  width: 100%;
  background-color: #f7f7f7;
}
.deorwine-choise h3 {
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.deorwine-choise h3 span {
  color: #fe9435;
  font-weight: 700;
}
.deorwine-choise .choise-block1 div img {
  padding: 15px 10px;
  border-radius: 10px;
}
.deorwine-choise .choise-block1 p,
.deorwine-choise .choise-block1 h6 {
  color: #000;
}
.deorwine-choise .choise-block1 p span {
  font-weight: 600;
  display: inline-block;
  font-size: 26px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fegex-slider .feg-container .feg-left {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .fegex-slider .feg-container {
    flex-wrap: wrap;
  }
  .fegex-slider .feg-container .feg-left {
    width: 100%;
  }
  .fegex-slider .feg-container .feg-left img {
    width: 80%;
    margin: auto;
  }
  .fegex-slider .feg-container .feg-right {
    width: 100%;
    padding-left: 0;
  }

  .development-process .process-section .process-block {
    margin: 20px auto;
  }
}
@media (max-width: 576px) {
  .web-dev-banner {
    padding-top: 18%;
  }

  .fegex-slider .feg-container {
    flex-wrap: wrap;
  }
  .fegex-slider .feg-container .feg-left {
    width: 100%;
  }
  .fegex-slider .feg-container .feg-right {
    width: 100%;
    padding-left: 0;
  }

  .top-develop-rank {
    background: none;
  }

  .technology-team h3 {
    font-size: 28px;
  }
}
.marketing-banner {
  height: 525px;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.marketing-banner h1 span {
  color: #fe9435;
  font-weight: 700;
}

.about_us a {
  width: 142px;
  background-color: #162f6a;
}
.about_us h4 {
  position: relative;
  font-weight: 600;
}
.about_us h4 span {
  color: #fe9435;
  font-weight: 600;
}
.about_us h4::after {
  content: "";
  position: absolute;
  width: 18%;
  left: 0;
  background-color: #fe9435;
  height: 3px;
  bottom: -9px;
}
.about_us ul li {
  line-height: 30px;
}
.about_us ul li i {
  color: #162f6a;
}
.about_us .about-us-right {
  background: url("../images/digital-marketing/shape2.png") no-repeat;
  background-position: -75px;
}
.about_us .about-us-right .about_us-1 {
  background-color: #fff;
  box-shadow: 0px 0px 3px #00000029;
}
.about_us .about-us-right .about_us-1 img {
  transition: all 0.7s ease-in-out;
}
.about_us .about-us-right .about_us-1 img:hover {
  transform: rotateY(180deg);
  cursor: pointer;
}
.about_us .about_us_icon h5 {
  font-weight: 600;
  color: #fe9435;
}
.about_us .about_us_icon p span {
  font-weight: 700;
}

.marketing-providers {
  background-color: #fff4eb;
}
.marketing-providers .div1 {
  width: 40%;
  border-radius: 80px 0px 0px 0px;
  background-color: #244594;
  height: 160px;
  position: relative;
  bottom: -51px;
}
.marketing-providers .div1 h3 {
  font-weight: 700;
}
.marketing-providers .div2 {
  width: 40%;
  height: 211px;
  border-radius: 0px 80px 0px 0px;
  background-color: #fe9435;
}
.marketing-providers .div2 h3 {
  font-weight: 700;
}
.marketing-providers .div2 h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.marketing-providers p {
  color: #707070;
  width: 80%;
}
.marketing-providers a {
  width: 130px;
  background-color: #fe9435;
  border-radius: 8px;
  font-weight: 500;
}

.why-choose-us .why-choose-us-left h3 {
  font-weight: 700;
}
.why-choose-us .why-choose-us-left h3 span {
  color: #fe9435;
  font-weight: 700;
}
.why-choose-us .why-choose-us-left ul li {
  font-weight: 500;
  font-style: italic;
  line-height: 30px;
}
.why-choose-us .why-choose-us-left ul li .fa {
  color: #244594;
}
.why-choose-us .digital-blocks {
  background-color: #5046af;
  border-radius: 25px 0px;
  width: 95%;
  margin-left: auto;
  height: auto;
}
.why-choose-us .digital-blocks p {
  font-weight: 300;
  font-size: 14px;
}
.why-choose-us .digital-blocks img {
  transition: all 0.7s ease-in-out;
}
.why-choose-us .digital-blocks img:hover {
  transform: rotateY(180deg);
  cursor: pointer;
}

.our-services h3 {
  font-weight: 700;
}
.our-services h3 span {
  color: #fe9435;
  font-weight: 700;
}
.our-services h5 {
  font-weight: 600;
}
.our-services .our-services-shade {
  background: url("../images/digital-marketing/shape1.png") no-repeat;
  background-position: center;
}
.our-services .our-services-shade img {
  transition: all 0.7s ease-in-out;
}
.our-services .our-services-shade img:hover {
  transform: rotateY(180deg);
  cursor: pointer;
}
.our-services .our-services-shade p {
  width: 83%;
}
.our-services .best-seo .best-seo-right h4 {
  line-height: 40px;
}
.our-services .best-seo .best-seo-left img {
  width: 95%;
}

.our-work h3 {
  font-weight: 600;
}
.our-work h3 span {
  color: #fe9435;
  font-weight: 600;
}
.our-work h5 {
  font-weight: 500;
}
.our-work .work-block {
  width: 65%;
  border: 1px dashed #707070;
  height: 200px;
  position: relative;
  border-radius: 10px;
}
.our-work .work-block img {
  width: 50%;
  transition: all 0.7s ease-in-out;
}
.our-work .work-block img:hover {
  transform: rotateY(180deg);
  cursor: pointer;
}
.our-work .work-block::after {
  content: "01";
  padding: 1rem;
  background-color: #fe9435;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -26px;
  right: -16px;
  font-weight: 700;
}
.our-work .work-block-2::after {
  content: "02";
}
.our-work .work-block-3::after {
  content: "03";
}
.our-work h4 {
  font-weight: 600;
}
.our-work p {
  width: 90%;
  margin: auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about_us ul li {
    line-height: 30px;
    font-size: 15px;
  }

  .why-choose-us .digital-block-odd {
    margin-top: 1.8rem;
  }

  .marketing-providers .div2,
.marketing-providers .div1 {
    width: 50%;
  }
  .marketing-providers p {
    width: 100%;
  }

  .our-services p {
    width: 88%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .why-choose-us .digital-block-odd {
    margin-top: 1.5rem;
  }
  .why-choose-us .why-choose-us-left img {
    display: block;
    margin: 0 auto 40px;
  }

  .best-seo .best-seo-left img {
    width: 70%;
    margin: 0 auto 40px;
    display: block;
  }

  .our-work .work-block {
    width: 95%;
  }
  .our-work .work-block img {
    width: 75%;
  }
  .our-work p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .marketing-banner {
    height: auto;
    padding: 10rem 0 3rem;
  }

  .why-choose-us .digital-blocks {
    margin: auto;
  }
  .why-choose-us .digital-blocks-even {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .marketing-banner {
    height: auto;
    padding: 10rem 0 3rem;
  }
  .marketing-banner img {
    margin-top: 2rem;
  }

  .about_us ul li {
    font-size: 14px;
  }

  .about-us-right {
    flex-wrap: wrap;
  }

  .about_us-1 {
    padding: 1rem;
  }

  .marketing-providers .div2,
.marketing-providers .div1 {
    width: 50%;
  }
  .marketing-providers p {
    width: 100%;
  }

  .why-choose-us .digital-blocks {
    margin: auto;
  }
  .why-choose-us .digital-blocks-even {
    margin-top: 3rem;
  }
}
.web-design-banner {
  height: 525px;
  padding-top: 50px;
  background-size: cover !important;
}
.web-design-banner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  width: 83%;
}
.web-design-banner h1 span {
  color: #162f6a;
  font-weight: 700;
}
.web-design-banner h5 {
  font-weight: 500;
  margin: 21px 0 38px;
  line-height: 30px;
}

.title-design h3 {
  color: #000;
  font-weight: 700;
}
.title-design h3 span {
  color: #fe9435;
  font-weight: 700;
}
.title-design p {
  width: 88%;
}

.web-design-services h3 {
  color: #000000;
  font-weight: 700;
}
.web-design-services h3 span {
  color: #fe9435;
  font-weight: 700;
}
.web-design-services .design-cards {
  min-height: 300px;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px #00000029;
}
.web-design-services .design-cards h5 {
  font-weight: 600;
}
.web-design-services .design-cards p {
  font-size: 14px;
}
.web-design-services .design-cards .design-icons-1 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-1 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/brand1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards .design-icons-2 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-2 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/web-design.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards .design-icons-3 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-3 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/mobile-design.png") no-repeat;
  background-size: 60% 60%;
  background-position: center;
}
.web-design-services .design-cards .design-icons-4 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-4 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/animated-video.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards .design-icons-5 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-5 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/responsive-design.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards .design-icons-6 {
  border-radius: 0 0 50px 50px;
  background-color: #162f6a;
  width: 78px;
  height: 78px;
}
.web-design-services .design-cards .design-icons-6 span {
  width: 68px;
  height: 68px;
  background: url("../images/web-designing/graphic-design.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover {
  color: #fff;
  background-color: #162f6a;
  transition: all 0.3s linear;
  cursor: pointer;
}
.web-design-services .design-cards:hover .design-icons-1 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-1 span {
  background: url("../images/web-designing/brand1-copy.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover .design-icons-2 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-2 span {
  background: url("../images/web-designing/web-design-1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover .design-icons-3 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-3 span {
  background: url("../images/web-designing/mobile-design-1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover .design-icons-4 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-4 span {
  background: url("../images/web-designing/animated-video-1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover .design-icons-5 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-5 span {
  background: url("../images/web-designing/responsive-design-1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}
.web-design-services .design-cards:hover .design-icons-6 {
  background-color: #fff;
}
.web-design-services .design-cards:hover .design-icons-6 span {
  background: url("../images/web-designing/graphic-design-1.png") no-repeat;
  background-position: center;
  background-size: 60% 60%;
}

.Design-Features .features-left h6 {
  color: #fe9435;
  font-weight: 700;
}
.Design-Features .features-left h3 {
  font-weight: 600;
}
.Design-Features .features-right span {
  background-color: #162f6a;
  width: 90px;
  height: 90px;
  border-radius: 10px;
}
.Design-Features .features-right span img {
  width: 50px;
  height: 50px;
}
.Design-Features .features-right h6 {
  font-weight: 500;
}

.creative-team {
  background-color: #fdfdfd;
}
.creative-team h4 {
  font-weight: 600;
  line-height: 36px;
}
.creative-team h4 span {
  color: #fe9435;
  font-weight: 600;
}
.creative-team ul li {
  line-height: 30px;
}
.creative-team ul li .fa {
  color: #5e6fb5;
}

.web-design-btn:hover {
  background-color: #162f6a;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-design-services .design-cards {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .web-design-services .design-cards {
    height: 280px !important;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .web-design-services .design-cards {
    height: 340px;
  }

  .web-design-banner {
    height: auto;
    padding: 20% 0 10%;
  }
  .web-design-banner h3 {
    width: auto;
  }
  .web-design-banner img {
    margin-top: 40px;
  }

  .Design-Features .features-right h6 {
    font-size: 15px;
  }

  .creative-team img {
    margin-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .web-design-services .design-cards {
    height: auto;
  }

  .web-design-banner {
    height: auto;
    padding: 35% 0 10%;
  }
  .web-design-banner h3 {
    font-size: 28px;
    width: auto;
  }
  .web-design-banner img {
    margin-top: 40px;
  }

  .title-design p {
    width: 100%;
  }

  .creative-team ul li {
    font-size: 14px;
  }

  .Design-Features .features-right h6 {
    font-size: 14px;
  }
}
.hybrid-banner {
  height: 525px;
  background-blend-mode: overlay;
  background-size: cover !important;
  padding-top: 50px;
  padding-bottom: 0;
}

.hybrid-app-form .consulting-left h5 {
  font-weight: 700;
}
.hybrid-app-form .consulting-left p b {
  font-weight: 500;
}

.build-hybrid-app {
  background-color: #162f6a;
  color: #fff;
}
.build-hybrid-app h3 {
  font-weight: 700;
}
.build-hybrid-app h3 span {
  color: #fe9435;
  font-weight: 700;
}

.hybrid-app-development .hybrid-app-development-left h3 {
  font-weight: 700;
}
.hybrid-app-development .hybrid-app-development-left h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.hybrid-app-development .hybrid-app-development-right h4 {
  font-weight: 500;
  margin-bottom: 34px;
}
.hybrid-app-development ul li i {
  color: #162f6a;
}
.hybrid-app-development ul li p {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .hybrid-banner {
    height: auto;
    padding: 100px 0;
  }
  .hybrid-banner .hybrid-banner-right {
    margin-top: 2rem;
    text-align: center !important;
  }

  .hybrid-app-form .consulting-left {
    margin-bottom: 2rem;
  }
}
.cms-banner {
  background-size: cover;
  background-position: center;
  height: 525px;
}

.cms-range {
  position: relative;
}
.cms-range::before {
  background: url(../images/cms/bg-1.png) no-repeat;
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -10%;
  left: 0;
  background-size: contain;
}
.cms-range .cms-range-left h5 {
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.cms-range .cms-range-left h3 {
  font-weight: 700;
  font-size: 33px;
}
.cms-range .cms-range-left p {
  line-height: 28px;
}
.cms-range .cms-range-right h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
.cms-range .cms-range-right ul li i {
  color: #fe9435;
}
.cms-range .cms-solution h3 {
  font-weight: 500;
}
.cms-range .cms-solution p {
  line-height: 28px;
}

.cms-needs {
  position: relative;
}
.cms-needs h3 {
  font-weight: 700;
}
.cms-needs h3 span {
  color: #fe9435;
  font-weight: 700;
}
.cms-needs::before {
  background: url(../images/cms/bg-3.png) no-repeat;
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: -12%;
  right: 0;
  background-size: contain;
  background-position: right;
}
.cms-needs .cms-card {
  background-color: #162f6a;
  color: #fff;
  border-radius: 15px;
}
.cms-needs .cms-card img {
  height: 60px;
  width: auto;
}
.cms-needs .cms-card h6 {
  font-size: 17px;
  font-weight: 500;
}
.cms-needs .cms-card p {
  font-size: 13.8px;
}

.cms-web-dev {
  position: relative;
}
.cms-web-dev h3 {
  font-weight: 700;
}
.cms-web-dev h3 span {
  font-weight: 700;
  color: #fe9435;
}
.cms-web-dev p {
  width: 85%;
}
.cms-web-dev::before {
  background: url(../images/cms/bg-2.png) no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: left;
  z-index: -1;
}
.cms-web-dev .cms-dev-block span {
  background-color: #162f6a;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.cms-web-dev .cms-dev-block h6 {
  line-height: 28px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .development-expertise h3 {
    width: 100%;
  }

  .technologies .tech-icon-banner,
.technologies .tech-icon-banner-1,
.technologies .tech-icon-banner-2,
.technologies .tech-icon-banner-3,
.technologies .tech-icon-banner-4,
.technologies .tech-icon-banner-5,
.technologies .tech-icon-banner-6,
.technologies .tech-icon-banner-7 {
    margin-top: 4px;
  }
  .technologies .techno-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .get-a-quote .quote-content {
    width: 46%;
  }
}
.privacy-banner {
  background: url("../images/privacy/privacy-policy-banner.jpg");
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.privacy-banner h1 {
  font-size: 50px;
  font-weight: 700;
}

.our-policy .policy-heading h2 {
  font-weight: 700;
}
.our-policy .policy-heading h2 span {
  color: #fe9435;
  font-weight: 700;
}
.our-policy .policy-heading p {
  font-size: 18px;
}
.our-policy .info-collect h3 {
  font-weight: 600;
  font-size: 22px;
}
.our-policy .info-collect ul {
  padding-left: 1rem;
}
.our-policy .info-collect ul li {
  list-style: disc;
  line-height: 30px;
  font-size: 18px;
}

.terms-condition {
  background: url("../images/privacy/terms.jpg"), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center;
}

.react-banner-text {
  color: #fff;
}
.react-banner-text h1 {
  font-weight: 600;
}
.react-banner-text h3 {
  font-weight: 500;
}

.web-design-services .design-cards .web-design-usa-1 span {
  background: url("../images/mobileApp-development-USA/apple.png") no-repeat;
}
.web-design-services .design-cards .web-design-usa-2 span {
  background: url("../images/mobileApp-development-USA/android.png") no-repeat;
}
.web-design-services .design-cards .web-design-usa-3 span {
  background: url("../images/mobileApp-development-USA/hybrid.png") no-repeat;
}
.web-design-services .design-cards .web-design-usa-4 span {
  background: url("../images/mobileApp-development-USA/react.png") no-repeat;
}
.web-design-services .design-cards .web-design-usa-5 span {
  background: url("../images/mobileApp-development-USA/iconic.png") no-repeat;
}
.web-design-services .design-cards .web-design-usa-6 span {
  background: url("../images/mobileApp-development-USA/graphic-design.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-1 span {
  background: url("../images/mobileApp-development-USA/apple-blue.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-2 span {
  background: url("../images/mobileApp-development-USA/android-blue.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-3 span {
  background: url("../images/mobileApp-development-USA/hybrid-blue.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-4 span {
  background: url("../images/mobileApp-development-USA/react-blue.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-5 span {
  background: url("../images/mobileApp-development-USA/iconic-blue.png") no-repeat;
}
.web-design-services .design-cards:hover .web-design-usa-6 span {
  background: url("../images/mobileApp-development-USA/graphic-design-blue.png") no-repeat;
}

.mobile-tabs {
  background-color: #fdfdfd;
}
.mobile-tabs h3 span {
  color: #fe9435;
}
.mobile-tabs .nav-pills .nav-link.active {
  background-color: #fe9435;
}
.mobile-tabs .nav-pills .nav-link {
  background-color: #162f6a;
  border-radius: 10px;
}
.mobile-tabs .nav-pills .nav-link span {
  font-size: 15px;
}
.mobile-tabs .nav-pills .nav-link:hover {
  color: #fff;
}
.mobile-tabs .tab-content h4 {
  color: #162f6a;
}

.mobile-app-dev-usa {
  background-color: #fdfdfd;
}
.mobile-app-dev-usa .text-dev-block {
  background-color: #162f6a;
  border-radius: 10px;
}

.on-demand-consultation h2 {
  color: #162f6a;
}

.on-app-demand {
  background-color: #162f6a;
}
.on-app-demand h3 span {
  color: #fe9435;
}
.on-app-demand p {
  line-height: 28px;
}

.on-demand-application {
  background-color: #fff4eb;
}
.on-demand-application .cms-card {
  height: 420px;
}

.on-demand-solution h3 span {
  color: #fe9435;
}
.on-demand-solution .demand-solution-block {
  background-color: #fff4eb;
  border: 1px solid #fe9435;
  border-radius: 25px 0px;
  height: 190px;
}
.on-demand-solution .demand-solution-block p {
  font-size: 15px;
  color: black;
}

.on-demand-app-solution {
  background-color: #e8e8fa;
}
.on-demand-app-solution .cms-card {
  height: 277px;
}
.on-demand-app-solution .cms-card img {
  height: 70px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .on-demand-application .cms-card {
    height: 292px;
  }

  .on-demand-solution .demand-solution-block {
    height: 191px;
  }

  .on-demand-app-solution .cms-card {
    height: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .on-demand-application .cms-card {
    height: 337px;
  }

  .on-demand-solution .demand-solution-block {
    height: auto;
  }

  .on-demand-app-solution .cms-card {
    height: 298px;
  }
}
@media (max-width: 767.98px) {
  .on-demand-solution .demand-solution-block {
    height: auto;
  }

  .on-demand-application .cms-card {
    height: auto;
  }

  .on-demand-app-solution .cms-card {
    height: auto;
  }
}
.banner-404 {
  background: linear-gradient(145deg, #8094db 23%, #bca1e3 120%);
  height: 550px;
}
.banner-404 h1 {
  color: #bca1e3;
}
.banner-404 h2 {
  font-weight: 600;
}
.banner-404 h5 {
  line-height: 30px;
  width: 80%;
}
.banner-404 .home-404 {
  background: linear-gradient(145deg, #8094db 23%, #6b44a5 120%);
  font-weight: 500;
  width: 130px;
}

@media (max-width: 576px) {
  .banner-404 {
    padding: 26% 0;
    height: auto;
  }
  .banner-404 h5 {
    width: 97%;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  header .service-menu .megamenu-panel .megamenu-lists .megamenu-list1 .megamenu-list-title a {
    padding: 16px 0 12px !important;
  }

  .on-demand-solution .demand-solution-block {
    height: auto;
  }

  .on-demand-application .cms-card {
    height: auto;
  }

  .mobile-app-dev-usa img {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
.hiring-banner {
  background-position: center !important;
  padding-top: 4.5%;
  background-size: cover !important;
  width: 100%;
  height: 720px;
}
.hiring-banner .banner-left {
  display: block;
  margin: auto;
}
.hiring-banner .banner-left h1 {
  color: #fff;
  font-weight: 700;
}
.hiring-banner .banner-left h1 span {
  color: #fe9435;
  font-weight: 700;
}
.hiring-banner .banner-left p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 70%;
  margin-top: 1rem;
}
.hiring-banner .banner-right img {
  width: 100%;
}

.offshore-developers h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
}
.offshore-developers p {
  text-align: justify;
}
.offshore-developers img {
  width: 92%;
}
.offshore-developers ul li {
  list-style: disc;
  line-height: 32px;
}
.offshore-developers ul li::marker {
  font-size: 25px;
}

.hire-steps {
  background-color: #5e6fb5;
}
.hire-steps p {
  font-size: 18px;
  line-height: 28px;
}
.hire-steps .hire-steps-block {
  width: 100%;
  border-bottom-right-radius: 20px;
  height: 240px;
  position: relative;
}
.hire-steps .hire-steps-block .steps {
  font-size: 75px;
  -webkit-text-stroke: 3px #fe9435;
  bottom: 0;
  color: #ffffff;
  left: -15px;
  font-family: fantasy;
  position: absolute;
}
.hire-steps .hire-steps-block .circle-icon {
  position: absolute;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 1000%;
  top: -40px;
  right: -15px;
  width: 80px;
  background-color: #fe9435;
}
.hire-steps .hire-steps-block .circle-icon img {
  height: 39px;
}
.hire-steps .hire-steps-block h3 {
  font-size: 26px;
  font-weight: 600;
}
.hire-steps .hire-steps-block h5 {
  font-weight: 600;
  color: #ffffff;
  height: 50px;
  font-size: 28px;
  width: 50px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
  border-radius: 50px;
  background-color: #162f6a;
}
.hire-steps .hire-steps-block p {
  width: 98%;
  font-size: 1rem;
  margin: 12px 0 25px;
}

@media (max-width: 576px) {
  .hire-steps .hire-steps-block {
    margin-top: 10px;
  }
}
.why-hire h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 45px;
}
.why-hire h2 span {
  color: #fe9435;
}
.why-hire h4 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 700;
}
.why-hire h4 span {
  color: #fe9435;
}
.why-hire p {
  font-size: 1.2rem;
}
.why-hire p span {
  color: #fe9435;
  font-weight: 600;
}
.why-hire .hire-block {
  height: 135px;
}
.why-hire .hire-block img {
  height: 55px;
}
.why-hire .hire-block .hire-content h4 {
  font-size: 1.2rem;
  line-height: 24px;
}
.why-hire .hire-block .hire-content p {
  font-size: 1rem;
}
.why-hire .b-right {
  border-right: 1px solid #D8D8D8;
}
.why-hire .b-bottom {
  border-bottom: 1px solid #D8D8D8;
}

.success-stories h3 {
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 5%;
}
.success-stories h3 span {
  font-weight: 700;
  color: #fe9435;
}
.success-stories .solution-slide .solution-block {
  width: 265px;
  z-index: 0;
}
.success-stories .solution-slide .solution-block img {
  z-index: 0;
}
.success-stories .solution-slide .solution-block .solution-title {
  background-color: #162f6a;
  width: 198px;
  height: 67px;
  align-items: center;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  z-index: 99;
  position: relative;
  margin-top: -22px;
  margin-right: auto;
  margin-left: auto;
}
.success-stories .solution-slide .solution-block .solution-title a {
  color: #ffffff;
  font-weight: 600;
}
.success-stories .solution-slide .solution-block .solution-title a:hover {
  color: #fe9435;
}
.success-stories .slide-arrow {
  background-color: #162f6a;
  color: #ffffff !important;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 1;
  font-weight: 500;
  font-size: 30px;
}
.success-stories .prev-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  left: -21px;
  cursor: pointer;
}
.success-stories .next-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  right: -10px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .why-hire .b-right {
    border-right: none !important;
  }
  .why-hire .b-bottom {
    border-bottom: none !important;
  }
  .hire-steps .hire-steps-block .steps {
    left: -7px;
  }
  .hire-steps .hire-steps-block .circle-icon {
    right: 5px;
  }
  .success-stories .solution-slide .solution-block {
    width: 100% !important;
  }
  .success-stories .solution-slide .solution-block .solution-title {
    background-color: #162f6a;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .why-hire .b-right {
    border-right: none !important;
  }
  .why-hire .b-bottom {
    border-bottom: none !important;
  }
  .success-stories .solution-slide .solution-block {
    width: 323px;
    margin-left: 10px;
  }
  .success-stories .solution-slide .solution-block .solution-title {
    width: 90%;
  }
  .hire-steps .hire-steps-block .steps {
    left: -7px;
  }
  .hire-steps .hire-steps-block .circle-icon {
    right: 5px;
  }
  .hire-steps .tab-m {
    margin-top: 50px;
  }
}
.hiring-banner {
  background-position: center !important;
  padding-top: 4.5%;
  background-size: cover !important;
  width: 100%;
  height: 650px;
}
.hiring-banner .banner-left {
  display: block;
  margin: auto;
}
.hiring-banner .banner-left h1 {
  color: #fff;
  font-weight: 700;
}
.hiring-banner .banner-left h1 span {
  color: #fe9435;
  font-weight: 700;
}
.hiring-banner .banner-left p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 70%;
  margin-top: 1rem;
}
.hiring-banner .banner-right img {
  width: 100%;
}
.hiring-banner .comp-cert {
  background-color: #162f6a !important;
  border-radius: 10px;
  opacity: 0.9;
}
.hiring-banner .comp-cert img {
  height: 80px;
  opacity: 0.5;
}

.offshore-developers h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
}
.offshore-developers p {
  text-align: justify;
}
.offshore-developers img {
  width: 92%;
}
.offshore-developers ul li {
  list-style: disc;
  line-height: 32px;
}
.offshore-developers ul li::marker {
  font-size: 25px;
}

.hire-steps {
  background-color: #5e6fb5;
}
.hire-steps p {
  font-size: 18px;
  line-height: 28px;
}
.hire-steps .hire-steps-block {
  width: 100%;
  border-bottom-right-radius: 20px;
  height: 240px;
  position: relative;
}
.hire-steps .hire-steps-block .steps {
  font-size: 75px;
  -webkit-text-stroke: 3px #fe9435;
  bottom: 0;
  color: #ffffff;
  left: -15px;
  font-family: fantasy;
  position: absolute;
}
.hire-steps .hire-steps-block .circle-icon {
  position: absolute;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 1000%;
  top: -40px;
  right: -15px;
  width: 80px;
  background-color: #fe9435;
}
.hire-steps .hire-steps-block .circle-icon img {
  height: 39px;
}
.hire-steps .hire-steps-block h3 {
  font-size: 26px;
  font-weight: 600;
}
.hire-steps .hire-steps-block h5 {
  font-weight: 600;
  color: #ffffff;
  height: 50px;
  font-size: 28px;
  width: 50px;
  align-items: center;
  justify-content: center;
  margin: auto;
  display: flex;
  border-radius: 50px;
  background-color: #162f6a;
}
.hire-steps .hire-steps-block p {
  width: 98%;
  font-size: 1rem;
  margin: 12px 0 25px;
}

@media (max-width: 576px) {
  .hire-steps .hire-steps-block {
    margin-top: 10px;
  }
  .hiring-banner {
    background-position: center !important;
    padding-top: 4.5%;
    background-size: cover !important;
    width: 100%;
    height: 800px;
  }
  .technology-serve .technology-team-block {
    padding: 7% 0% !important;
  }
}
.why-hire h2 {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 45px;
}
.why-hire h2 span {
  color: #fe9435;
}
.why-hire h4 {
  font-size: 1.8rem;
  line-height: 34px;
  font-weight: 700;
}
.why-hire h4 span {
  color: #fe9435;
}
.why-hire p {
  font-size: 1.2rem;
}
.why-hire p span {
  color: #fe9435;
  font-weight: 600;
}
.why-hire .hire-block {
  height: 135px;
}
.why-hire .hire-block img {
  height: 55px;
}
.why-hire .hire-block .hire-content h4 {
  font-size: 1.2rem;
  line-height: 24px;
}
.why-hire .hire-block .hire-content p {
  font-size: 1rem;
}
.why-hire .b-right {
  border-right: 1px solid #D8D8D8;
}
.why-hire .b-bottom {
  border-bottom: 1px solid #D8D8D8;
}

.success-stories h3 {
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 5%;
}
.success-stories h3 span {
  font-weight: 700;
  color: #fe9435;
}
.success-stories .solution-slide .solution-block {
  width: 265px;
  z-index: 0;
}
.success-stories .solution-slide .solution-block img {
  z-index: 0;
}
.success-stories .solution-slide .solution-block .solution-title {
  background-color: #162f6a;
  width: 198px;
  height: 67px;
  align-items: center;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  z-index: 99;
  position: relative;
  margin-top: -22px;
  margin-right: auto;
  margin-left: auto;
}
.success-stories .solution-slide .solution-block .solution-title a {
  color: #ffffff;
  font-weight: 600;
}
.success-stories .solution-slide .solution-block .solution-title a:hover {
  color: #fe9435;
}
.success-stories .slide-arrow {
  background-color: #162f6a;
  color: #ffffff !important;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 1;
  font-weight: 500;
  font-size: 30px;
}
.success-stories .prev-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  left: -21px;
  cursor: pointer;
}
.success-stories .next-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  top: 35%;
  justify-content: center;
  right: -10px;
  cursor: pointer;
}

.technology-serve {
  background-color: #ffffff;
}
.technology-serve h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}
.technology-serve h3 span {
  color: #fe9435;
  font-weight: 700;
}
.technology-serve p {
  text-align: center;
  margin-bottom: 0rem;
}
.technology-serve .technology-team-block {
  padding: 14% 0%;
  height: 155px;
  text-align: center;
  border: 1px solid #efefef;
  background-color: #ffffff;
}
.technology-serve .technology-team-block img {
  height: 50px;
}
.technology-serve .technology-team-block h5 {
  color: #162f6a;
  font-weight: 600;
  font-size: 20px;
}

@media (max-width: 576px) {
  .why-hire .b-right {
    border-right: none !important;
  }
  .why-hire .b-bottom {
    border-bottom: none !important;
  }
  .hire-steps .hire-steps-block .steps {
    left: -7px;
  }
  .hire-steps .hire-steps-block .circle-icon {
    right: 5px;
  }
  .success-stories .solution-slide .solution-block {
    width: 100% !important;
  }
  .success-stories .solution-slide .solution-block .solution-title {
    background-color: #162f6a;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .why-hire .b-right {
    border-right: none !important;
  }
  .why-hire .b-bottom {
    border-bottom: none !important;
  }
  .success-stories .solution-slide .solution-block {
    width: 323px;
    margin-left: 10px;
  }
  .success-stories .solution-slide .solution-block .solution-title {
    width: 90%;
  }
  .hire-steps .hire-steps-block .steps {
    left: -7px;
  }
  .hire-steps .hire-steps-block .circle-icon {
    right: 5px;
  }
  .hire-steps .tab-m {
    margin-top: 50px;
  }
}