@import url("https://fonts.googleapis.com/css?family=Montserrat:300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i&display=swap&subset=cyrillic, cyrillic-ext, latin-ext, vietnamese");
@font-face {
  font-family: georgia-bold;
  src: url(../font/georgia-bold.ttf) format("ttf"),
    url(../font/georgia-bold-webfont.woff2) format("woff2"),
    url(../font/georgia-bold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0;
  outline: 0 !important;
}
:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
body {
  overflow-x: hidden !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.gray {
  color: #747474;
}
.mb {
  margin-bottom: 1.2rem;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  color: #000;
}
h3 {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif !important;
  line-height: 1.5;
  font-size: 32px;
  margin-bottom: 0;
  color: #000;
}
h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.5;
  margin-bottom: 0;
}
p {
  font-family: Montserrat, sans-serif !important;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
p > a {
  color: #05a9d6;
}
p > a:hover {
  color: #05a9d6;
  text-decoration: underline;
}
ul > li {
  font-family: Montserrat, sans-serif !important;
  color: #383838;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
section {
  padding: 60px 0;
  position: relative;
}
.relative {
  position: relative;
}
.heading-big {
  margin-bottom: 75px;
  width: 100%;
}
.heading-big p {
  max-width: 68%;
  margin-bottom: 0;
}
.section-main-heading {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 400;
  color: #000;
  line-height: 60px;
  margin-bottom: 32px;
  position: relative;
  display: table;
}
.section-main-heading b {
  color: #61dafb;
}
.section-main-heading:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background-color: #61dafb;
  bottom: -7px;
  left: 2px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.section-main-heading:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 2px;
  background-color: #61dafb;
  bottom: -14px;
  left: 2px;
  -webkit-transition: 0.5s all linear;
  -o-transition: 0.5s all linear;
  transition: 0.5s all linear;
}
.section-main-heading:hover::after,
.section-main-heading:hover::before {
  width: 100%;
}
.georgia-font span {
  font-family: georgia-bold !important;
}
.headet-content {
  width: 100%;
  padding: 0;
  position: relative;
  top: -5px;
}
.header-logo-part {
  width: 25%;
  display: inline-block;
}
.header-logo {
  width: 270px;
}
.navbar-brand {
  padding: 0;
}
.header-navigation-part {
  display: inline-block;
  width: 100%;
}
.header-navigation-part .navbar-nav {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-navigation-part .navbar-nav .nav-item {
  display: inline-block;
}
.header-navigation-part .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 8px;
  line-height: normal;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0;
}
.header-navigation-part .navbar-nav .nav-item .nav-link:hover {
  color: #61dafb;
}
.header-navigation-part .navbar-nav .megamenu {
  position: static;
}
.header-navigation-part .navbar {
  padding: 0 0 !important;
}
.header-navigation-part .navbar-nav .custom-button {
  margin-left: 9px;
}
.header-navigation-part .dropdown-toggle::after {
  vertical-align: middle;
}
.header-top-part {
  padding: 0 0 10px 0;
  display: inline-block;
  width: 100%;
}
.stickeyheader .header-background {
  position: fixed;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: -1px 1px 9px 0 rgba(35, 35, 35, 0.16);
  box-shadow: -1px 1px 9px 0 rgba(35, 35, 35, 0.16);
  -webkit-animation: smoothScroll 1s forwards;
  animation: smoothScroll 1s forwards;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.stickeyheader .header-top-part {
  display: none;
}
.stickeyheader .headet-content {
  top: 0;
}
.header-background {
  background-color: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-top-part .social-link {
  float: right;
}
.header .social-link li {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.header .social-link li a {
  font-size: 13px;
}
.dropdown-menu .nav-item {
  width: 100%;
}
.clutch-upwork-icon {
  position: absolute;
  right: 0;
  top: 166%;
}
.clutch-upwork-icon .icon-background {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.clutch-upwork-icon .icon-background:hover {
  background-color: #202e78;
}
.clutch-upwork-icon .icon-background:last-child {
  margin-bottom: 0;
}
.expert-logo {
  margin: 0 0 0 15px;
  width: 200px;
}
.expert-logo > img {
  width: 100%;
}
.custom-button {
  background-color: #61dafb;
  color: #000 !important;
  padding: 15px 10px 16px 10px !important;
  border-radius: 5px;
  font-weight: 600 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0;
  font-size: 15px;
  line-height: normal;
  white-space: nowrap;
  display: inline-block;
}
.custom-button.active,
.custom-button:hover {
  background-color: #000;
  color: #fff !important;
}
.red-button {
  background-color: #333;
  color: #fff !important;
}
.red-button.active,
.red-button:hover {
  border: 1px solid #000;
  color: #000 !important;
  background-color: transparent;
}
.link-button {
  font-size: 15px;
  color: #61dafb;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
}
.link-button.active,
.link-button:focus,
.link-button:hover {
  color: #000;
}
.main-heading {
  font-size: 160px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  letter-spacing: 0;
  display: inline-block;
  font-family: georgia-bold;
}
.main-heading span:last-child:before {
  content: "";
  position: absolute;
  background-image: url(../images/u-shap.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  left: -49px;
}
#uiux {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.ui-ux-background {
  position: relative;
  padding-bottom: 0;
}
.ui-ux-heading {
  position: relative;
  display: inline-block;
  padding-right: 0;
  margin-bottom: 30px;
}
.ui-ux-heading .small-design-heading {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  position: absolute;
  left: 6px;
  bottom: -25px;
  font-family: Montserrat, sans-serif !important;
}
.ui-ux-background:before {
  position: absolute;
  content: attr(data-content);
  left: 0;
  top: 40px;
  color: #e0e0e0;
  width: 100%;
  height: auto;
  font-size: 225px;
  z-index: -9;
  font-family: georgia-bold !important;
  font-weight: 700;
  line-height: 220px;
}
.vertical-shap {
  max-width: 108px;
  max-height: 180px;
  position: absolute;
  top: -58px;
  right: 34px;
}
.yellow-back-uiux {
  position: relative;
  padding-top: 85px;
  padding-bottom: 100px;
  width: 100%;
}
.yellow-back-uiux:before {
  content: "";
  position: absolute;
  width: 250%;
  height: calc(100% - 193px);
  z-index: -1;
  bottom: 0;
  background-color: #61dafb;
  left: 0;
}
.pencil-shap {
  position: absolute;
  bottom: -70px;
  max-width: 410px;
  left: 178px;
}
.three-red-column {
  position: absolute;
  bottom: 0;
  height: 38px;
}
.three-red-column .red-colum {
  width: 12px;
  height: 38px;
  background-color: #333;
  display: inline-block;
  margin: 0 3px;
}
.ui-ux-background .three-red-column {
  left: -59px;
}
.top-section-p {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.react-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  opacity: 0.3;
  height: 218px;
  display: none;
}
#video-part {
  padding: 0 0 60px;
}
.round-circel {
  max-width: 120px;
  position: absolute;
  right: -86px;
  z-index: 0;
  top: -55px;
}
#video-part .round-circel-big {
  width: 360px;
}
.round-circel-big {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  pointer-events: none;
}
.video-content {
  max-width: 100%;
  padding: 50px 30px 0 30px;
  float: none;
  margin: 0;
}
.video-content.video-content-list {
  padding-left: 15px;
}
.video-content p {
  font-size: 18px;
}
.video-content-bottom {
  max-width: 90%;
}
.three-x {
  position: absolute;
  left: -100px;
  bottom: 0;
}
.video-left-part {
  padding-right: 15px;
  position: relative;
}
.video-left-part::after,
.video-left-part::before {
  content: "";
}
.video-left-part::after {
  display: table;
  clear: both;
}
.video-ifram-part {
  padding-left: 15px;
  vertical-align: top;
  position: relative;
}
.video-ifram-part img {
  width: 100%;
}
.play-button img {
  -o-object-fit: none;
  object-fit: none;
  width: auto;
}
.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play-btn-bg {
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 500px;
  width: 500px;
  background-color: rgba(97, 218, 251, 0.6);
  z-index: -1;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.play-button:hover .play-btn-bg {
  height: 116px !important;
  width: 116px !important;
}
.video-part-list > li {
  font-size: 18px;
}
.video-title {
  display: table;
  position: relative;
  padding-bottom: 12px;
}
.video-title::after,
.video-title::before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #61dafb;
  position: absolute;
  left: 0;
}
.video-title::before {
  bottom: 5px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.video-title::after {
  bottom: 0;
  -webkit-transition: 0.7s all linear;
  -o-transition: 0.7s all linear;
  transition: 0.7s all linear;
}
.video-title:hover::after,
.video-title:hover::before {
  width: 100%;
}
.video-container > img {
  border: 1px solid #ccc;
  border-right: 0;
}
.videohtmlsrc {
  padding-bottom: 1px;
  border: 1px solid #ccc;
  border-right: 0;
}
.react-about-container {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.react-about-container > .black-colm {
  height: 100%;
  border: 1px dashed;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.react-about-container > .black-colm::after,
.react-about-container > .black-colm::before {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.react-about-container > .black-colm:hover {
  border: 1px solid #61dafb;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.react-about-container > .black-colm:hover::after,
.react-about-container > .black-colm:hover::before {
  background-color: #61dafb;
}
#services {
  background-color: #fafafa;
}
#services .heading-big {
  margin-bottom: 40px;
}
#services .left-images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#services .left-images i {
  font-size: 100px;
  position: absolute;
  color: #202e78;
  text-shadow: 0 0 0 transparent;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
#services .left-images i.active {
  text-shadow: 15px 16px 13px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.services-part .left-images i:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.services-part .left-images i:nth-child(2) {
  top: 120px;
  left: 42px;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg);
}
.services-part .left-images i:nth-child(3) {
  top: 160px;
  right: 32px;
  -webkit-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  transform: rotate(13deg);
}
.services-part .left-images i:nth-child(4) {
  top: 240px;
  left: 62px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
.services-part .left-images i:nth-child(5) {
  top: 330px;
  right: 32px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.services-part .left-images i:nth-child(6) {
  top: 380px;
  left: 50px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.perticular-services {
  margin-bottom: 35px;
}
.perticular-services p {
  margin-bottom: 0;
}
.estimate-part-services p {
  margin-bottom: 0;
  margin-left: 30px;
}
.estimate-part-services {
  max-width: 100%;
  margin-top: 23px;
  width: 100%;
  text-align: center;
}
.perticular-services .services-background {
  background-color: #fafafa;
  height: 100%;
  border: 1px dashed;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  position: relative;
  z-index: 1;
}
.perticular-services .services-background:hover {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border: 1px solid #61dafb;
  -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.perticular-services .services-background::after,
.perticular-services .services-background::before {
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.perticular-services .services-background:hover::before {
  background-color: #61dafb;
}
.perticular-services .services-background:hover::after {
  background-color: #61dafb;
}
.perticular-services .services-background svg {
  position: absolute;
  width: 90px;
  z-index: -1;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.perticular-services .services-background:hover svg {
  width: 110px;
  fill: #61dafb;
}
.mb-35 {
  margin-bottom: 35px;
}
.service-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.service-desc {
  font-size: 15px;
}
.black-colm:before {
  width: 5px;
  height: 55px;
  background-color: #242021;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
  content: "";
  left: -3px;
}
.black-colm:after {
  width: 5px;
  height: 55px;
  background-color: #242021;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
  content: "";
  right: -3px;
}
.black-colm {
  position: relative;
}
.work-step-part {
  width: 100%;
}
.work-step-part .icon {
  max-width: 33px;
  margin: 0 auto 18px auto;
  display: block;
}
.work-step {
  max-width: 235px;
  border: 2px dashed #000;
  border-radius: 132px;
  -webkit-border-radius: 132px;
  -moz-border-radius: 132px;
  width: 100%;
  min-height: 283px;
  padding: 17px 30px 17px 30px;
  margin: 0 0 0 auto;
  position: relative;
}
.work-step:hover {
  border-color: transparent;
}
.work-step h3 {
  margin-bottom: 5px !important;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.work-step:before {
  content: "";
  position: absolute;
  left: -44px;
  width: 200px;
  height: 200px;
  background-color: #61dafb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: -10px;
  z-index: -1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.work-step:hover:before {
  left: 0;
  bottom: 0;
  border-radius: 132px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.work-step-counter {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
  line-height: 70px;
  position: absolute;
  bottom: 40px;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.work-step:hover .work-step-counter {
  color: #000;
}
.triangle-right {
  position: absolute;
  right: -30px;
  top: 45.5%;
}
.colm-css {
  width: 5px;
  height: 55px;
  background-color: #242021;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
}
.right-colum {
  right: -4px;
}
.left-colum {
  left: -3px;
}
.work-title p {
  max-width: unset;
}
.workslider .owl-item img {
  width: auto;
}
#project {
  padding: 100px 0;
}
#project .round-circel-big {
  left: 20px;
  width: 320px;
  top: -100px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.form-error-message {
  position: relative;
  margin-bottom: 2rem;
}
.upper-text-background {
  background-color: rgba(97, 218, 251, 0.8);
  padding: 15px 30px;
  position: absolute;
  bottom: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  left: 1px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.project-image-part:hover .upper-text-background {
  opacity: 1;
}
.upper-text-background .project-img-heading {
  margin-bottom: 0 !important;
  line-height: 1;
}
ul.prj-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}
ul.prj-links > li {
  padding: 0 5px;
}
.upper-text-background .project-img-heading > a > span {
  font-weight: 400;
  font-size: 24px;
}
.upper-text-background .project-img-heading a {
  color: #fff !important;
}
.content-part {
  margin-top: 20px;
}
.project-image-part {
  position: relative;
  background-color: #fff;
}
.project-image {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.project-part .owl-slider {
  width: 100%;
  padding: 0 30px;
}
.owl-nav {
  display: none;
}
.owl-dot {
  width: 48px;
  height: 48px;
  background: #f3f3f3 !important;
  margin: 0 0 6px 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.owl-dot.active {
  width: 60px;
  background: #000 !important;
}
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: -90px;
  top: 0;
  counter-reset: dots;
}
.owl-dot {
  position: relative;
}
.owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
  position: absolute;
  top: 0;
  font-size: 35px;
  font-weight: 500;
  right: -2px;
  line-height: 48px;
}
.owl-dot.active:before {
  color: #fff;
  right: 5px;
}
.project-part .three-red-column {
  left: auto;
  right: -45px;
}
#expertise_comparison {
  position: relative;
  background-color: #fafafa;
}
#expertise_comparison .round-circel-big {
  opacity: 1;
  left: unset;
  right: 10%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  z-index: 0;
  width: 170px;
}
#expertise_comparison .round-circel-second {
  opacity: 0.3;
  top: unset;
  bottom: 0;
  right: 0;
  width: 400px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.table-colm li:nth-child(odd) {
  background-color: #eaeaea;
}
.table-colm li {
  padding: 14px 26px;
  min-height: 53px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
.table-colm:first-child li {
  font-size: 18px;
}
.table-comparison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.table-colm {
  width: 25%;
  border-right: 1px dashed #dedede;
  padding-bottom: 50px;
}
.table-colm:last-child {
  border-right: 0;
}
.table-heading {
  font-size: 18px;
  color: #000;
  padding: 14px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  min-height: 123px;
  line-height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-colm:first-child .table-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.table-colm.active .table-heading {
  background-color: #61dafb;
}
.table-colm.active {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 9px 2px #00000038;
  box-shadow: 0 0 9px 2px #00000038;
  z-index: 9;
  border: transparent;
}
.last-estimate-button {
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}
#dedicated_developers h3.pt-2 {
  color: #353535;
}
.heading-hiring-background > h2 {
  font-size: 27px;
}
.white {
  color: #fff;
}
.hiring-part-background {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 1px hsla(0, 0%, 0%, 0.15);
  box-shadow: 0 0 20px 1px hsla(0, 0%, 0%, 0.15);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.hiring-part-background .images-part {
  max-height: 428px;
  height: 100%;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hiring-part-background .images-part img {
  max-width: 100%;
}
.heading-hiring-background {
  text-align: center;
  background-color: #61dafb;
  padding: 7px 0;
  border-top: 9px solid #000;
}
.flip-hover-effect {
  position: relative;
  float: left;
  width: 100%;
  height: 530px;
  background: #fff;
  -webkit-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}
.flip-card-inner {
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
}
.flip-hover-effect.active .flip-card-inner {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}
.flip-hover-effect.active .flip-card-inner .hiring-part-background {
  opacity: 0;
  pointer-events: none;
}
.flip-hover-effect .flip-card-inner .hiring-part-background {
  opacity: 1;
  pointer-events: all;
}
.hiring-hover-part {
  border: 1px dashed #000;
  border-radius: 15px;
  padding: 15px 24px;
  position: absolute;
  width: 100%;
  max-width: 360px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  background-color: #fff;
  height: 100%;
}
.hiring-hover-part .colm-css {
  height: 65px;
}
.hiring-hover-part .icon-part {
  text-align: center;
  margin-bottom: 6px;
}
.hiring-hover-part h2 {
  text-transform: capitalize;
  margin-bottom: 16px;
  font-size: 30px;
}
.hiring-hover-part p {
  color: #747474;
}
.hiring-hover-part.icon-part img {
  max-width: 83px;
  width: 100%;
}
.hiring-hover-partp {
  color: #747474;
}
.dashed-rular {
  border-top: 1px dashed #000;
  margin: 5px 0 20px 0;
}
.Communication-icon li a {
  width: 32px;
  height: 32px;
  background-color: #61dafb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.Communication-icon li {
  display: inline-block;
  margin: 0 4px 0 0;
}
.Communication-icon li a i {
  color: #fff;
}
.Communication-icon li:hover a {
  background-color: #000;
}
#faq.whyreactjs.react-js {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.faq-background {
  width: 100%;
  max-width: 955px;
  margin: 0 auto;
}
.faq-background .accordion {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.09);
}
.faq-background .accordion > li .link {
  background-color: #fff;
  padding: 22px 90px 22px 20px;
  border-bottom: 2px solid #eee;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 24px;
  position: relative;
  color: #000;
}
.accordion .submenu {
  display: none;
  padding: 30px 20px;
  background-color: #f8f8f8;
}
.submenu p:last-child {
  margin-bottom: 0;
}
.plus-minas-icon {
  width: 48px;
  height: 43px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
  background-color: #333;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.plus-minas-icon:before {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.plus-minas-icon:after {
  width: 3px;
  height: 25px;
  background-color: #fff;
  display: inline-block;
  border-radius: 6px;
  content: "";
  position: absolute;
  left: 47%;
  top: 8px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.accordion li.open .plus-minas-icon {
  background-color: #61dafb;
}
.accordion li.open .plus-minas-icon:after {
  opacity: 0;
}
#faq .round-circel-big {
  opacity: 1;
  width: 170px;
  bottom: 0;
  top: unset;
  -webkit-transform: translateY(48%);
  -ms-transform: translateY(48%);
  transform: translateY(48%);
  left: 20px;
  z-index: -1;
}
#blog {
  padding: 100px 0;
  background-color: #fafafa;
}
.blog-slider {
  padding: 0 5px 0 0;
}
.images-part-blog img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.images-part-blog {
  max-width: 63%;
  margin-left: auto;
  height: 366px;
}
.blog-slider .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-slider .item .content-part {
  padding: 20px 20px 20px 1px;
  position: absolute;
  background-color: #fafafa;
  max-width: 376px;
  margin-top: 0;
}
.blog-slider .item .content-part h3 {
  margin-bottom: 11px;
}
.blog-slider .item .content-part .link-button {
  margin-top: 12px;
  display: inline-block;
}
.blog-slider .three-red-column {
  left: auto;
  right: -70px;
}
.blog-slider .item .border-part {
  border: 1px dashed #000;
  border-radius: 10px;
  padding: 20px 10px 20px 28px;
  position: relative;
}
.blog-slider .owl-dot {
  background: #cecece !important;
}
.blog-slider .owl-dot.active {
  background: #000 !important;
}
.blog-desc {
  width: 100%;
  height: 60px;
  overflow: hidden;
}
.use-full-link {
  margin-bottom: 0;
  border-left: 1px dashed;
  padding: 10px 0;
}
.use-full-link li {
  position: relative;
  padding: 2px 0 2px 40px;
}
.use-full-link li:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 25px;
  border-top: 1px dashed;
  top: 14px;
}
.use-full-link li a {
  font-size: 15px;
  color: #000;
  text-decoration: underline !important;
}
.use-full-link li:after {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  content: "";
  position: absolute;
  left: 25px;
  top: 11px;
}
.usefull-link-heading {
  font-weight: 500 !important;
  margin-bottom: 15px;
  margin-left: 40px;
}
.use-full-link li a:hover {
  color: #61dafb;
}
.form-fiel {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
}
.form-fiel::-webkit-input-placeholder {
  color: #000;
}
.form-fiel::-moz-placeholder {
  color: #000;
}
.form-fiel:-ms-input-placeholder {
  color: #000;
}
.form-fiel::-ms-input-placeholder {
  color: #000;
}
.form-fiel::placeholder {
  color: #000;
}
.form-fiel:focus {
  border-color: #202e78;
}
.contact-form {
  padding: 40px 25px;
  border: 2px dashed #000;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 389px;
  position: relative;
  background-color: #61dafb;
}
textarea.form-fiel {
  min-height: 180px;
}
#hire_expert_frm .form-fiel {
  padding: 7px 15px;
}
button.custom-button {
  border: 0;
  min-width: 146px;
  margin: 0 auto;
  display: block;
}
.contact-content .icon-back {
  width: 46px;
  height: 46px;
  background-color: #61dafb;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.contact-content .icon-back i {
  color: #fff;
  font-size: 20px;
}
.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-content a {
  color: #000;
}
.contact-content address {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif !important;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.map-background {
  background-image: url(../images/map-img.png);
  background-size: 100%;
  padding: 70px 5px;
  margin: 20px auto;
}
.map-background.nbg {
  background-image: none;
  padding: 80px 30px 80px 100px;
}
section.brouchure {
  padding: 0;
}
.brouchure-heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.brouchure-content {
  padding: 12px 25px 15px 0;
}
.brouchure-content p {
  color: #fff;
  margin-bottom: 0;
}
section#brouchure {
  position: relative;
  background-color: #e6e6e6;
}
.brouchure::after {
  content: "";
  position: absolute;
  width: 58%;
  height: 100%;
  background: red;
  top: 0;
  left: -100px;
  -webkit-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  transform: skewX(-40deg);
  z-index: -1;
  background-image: -ms-linear-gradient(102deg, #fe0000 0, #520101 100%);
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 35, 35, 0.2);
  box-shadow: 0 10px 10px 0 rgba(35, 35, 35, 0.2);
}
section#brouchure {
  position: relative;
  z-index: 1;
}
.dwonload-button {
  border: 0;
  padding: 0;
  background-repeat: no-repeat;
  width: 278px;
  height: 74px;
  background-color: transparent;
  margin: 18px auto 0 auto;
  display: block;
  font-size: 20px;
  padding-left: 52px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 74px;
  background-image: -ms-linear-gradient(102deg, #fe0000 0, #520101 100%);
  border-radius: 51px;
  position: relative;
  -webkit-box-shadow: 0 5px 6px 0 rgba(35, 35, 35, 0.5);
  box-shadow: 0 5px 6px 0 rgba(35, 35, 35, 0.5);
  transition: all 0.5s;
}
.dwonload-icon {
  max-width: 78px;
  position: absolute;
  left: 10px;
}
.dwonload-button:hover {
  background-image: -ms-linear-gradient(102deg, #000 0, #504747 100%);
}
.social-link li {
  width: 35px;
  height: 35px;
  background-color: #202e78;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-link li:last-child {
  margin-right: 0;
}
.social-link li a {
  color: #fff;
  font-size: 18px;
}
.social-link ul {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.linkdin:hover {
  background-color: #026499;
}
.twitter:hover {
  background-color: #00a7e7;
}
.facebook:hover {
  background-color: #4664a5;
}
.insta:hover {
  background-color: #c5256f;
}
.medium:hover {
  background-color: #12100e;
}
.pinterest:hover {
  background-color: #e00018;
}
.footer-first-part {
  width: 85%;
}
.footer-background {
  background-color: #e6e6e6;
  padding: 60px 0 40px 0;
}
.footer-logo img {
  max-width: 200px;
}
.footer-logo {
  margin-bottom: 14px;
}
.footer-desc {
  font-size: 13px;
  color: #000;
}
.footer-links li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.footer-links li:hover a {
  color: #05a9d6;
}
.half-menu li {
  width: 49% !important;
}
.footer-links li {
  line-height: 1.6;
  display: inline-block;
  width: 100%;
}
.footer-links {
  line-height: normal;
}
.footer-link-heading {
  width: auto;
  display: inline-block;
  border-bottom: 1px dashed #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.company-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}
.company-logo li img {
  -webkit-filter: grayscale(1) brightness(0.7);
  filter: grayscale(1) brightness(0.7);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.company-logo li:hover img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}
.associate-sister-company {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 35px;
}
.company-heading {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
}
.company-logo li {
  margin: 0 15px;
}
.copyright {
  background-color: #000;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.copyright p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.copyright p a {
  color: #fff;
}
.modal-form {
  max-width: unset;
}
.modal {
  z-index: 999999;
}
.modal-backdrop {
  z-index: 9999;
}
.quotemodal .modal-title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.quotemodal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
}
label.error {
  font-size: 14px;
  margin: 0;
  color: red;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}
label#contact_message-error,
label#quote_messsage-error {
  top: 106%;
}
.phone-control {
  height: 48px;
}
.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background-color: #f5f5f5 !important;
}
.form-group {
  margin-bottom: 2rem;
}
.red-msg {
  color: red;
}
.gren-msg {
  color: green;
}
.comparison-acordion > .card > .card-header {
  padding: 0;
  background-color: transparent;
}
.comparison-acordion > .card > .card-header .btn {
  display: block;
  border: 0;
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-align: left;
  font-weight: 600;
  background-color: #61dafb;
  border-radius: 0;
  color: #000;
}
.comparison-acordion > .card > .card-header .btn > i {
  float: right;
  font-size: 24px;
}
.comparison-acordion > .card > .card-header .btn:focus,
.comparison-acordion > .card > .card-header .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comparison-acordion > .card > .card-header .btn.collapsed {
  color: #000;
  background-color: transparent;
}
.comparison-acordion > .card > .card-header .btn > i::before {
  content: "\f077";
}
.comparison-acordion > .card > .card-header .btn.collapsed > i::before {
  content: "\f078";
}
.comparison-acordion .table-colm {
  padding-bottom: 0;
}
.g-recaptcha > div {
  max-width: 100%;
  margin: 0 auto;
}
.header-navigation-part .navbar-nav .nav-item.menu-active a {
  color: #61dafb;
}
.table-colm li > span {
  display: none;
}
@media (min-width: 1200px) and (max-width: 1456px) {
  .ui-ux-background:before {
    font-size: 15.4vw;
  }
}
@media (max-width: 1919px) {
  .video-content {
    max-width: unset;
    width: 100%;
    padding-top: 50px;
  }
  .three-x {
    left: 15px;
    bottom: -30px;
  }
  .project-part .owl-slider {
    width: calc(100% - 60px);
    padding-left: 0;
  }
  .project-part .three-red-column {
    right: 15px;
  }
  .blog-slider {
    width: calc(100% - 85px);
  }
  .blog-slider .three-red-column {
    right: 15px;
  }
  .pr-ext-30 {
    padding-right: 30px;
  }
  .yellow-back-uiux {
    padding-bottom: 50px;
  }
  .round-circel-big {
    left: unset;
    opacity: 0.05;
  }
  #blog,
  #project {
    padding: 60px 0;
  }
  #project .round-circel-big {
    left: 50%;
    width: 270px;
  }
  #expertise_comparison .round-circel-second {
    width: 250px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: -70px;
    right: 30px;
  }
  .brouchure::after {
    width: 66%;
  }
}
@media (max-width: 1459px) {
  .react-icon {
    max-width: 260px;
  }
  .react-about-container {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .react-icon {
    display: none;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4,
  label {
    font-size: 18px;
  }
  p,
  ul > li {
    font-size: 16px;
  }
  .expert-logo {
    margin: 0 30px 0 auto;
  }
  #video-part {
    padding-top: 50px;
  }
  .video-content {
    padding: 50px 15px 0;
  }
  .round-circel {
    right: 0;
    top: -125px;
  }
  .round-circel-big {
    bottom: 150px;
  }
  .ui-ux-background:before {
    top: 0;
    font-size: 144px;
    line-height: 1;
    color: #ececec;
  }
  .yellow-back-uiux {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .yellow-back-uiux:before {
    height: calc(100% - 110px);
  }
  .main-heading {
    font-size: 140px;
  }
  .ui-ux-heading .small-design-heading {
    font-size: 36px;
    bottom: -17px;
  }
  .top-section-p {
    font-size: 16px;
    line-height: 1.3;
  }
  .section-main-heading {
    font-size: 55px;
  }
  #services .left-images i {
    font-size: 80px;
  }
  .services-part .left-images i:nth-child(1) {
    top: 10px;
  }
  .services-part .left-images i:nth-child(2) {
    left: 42px;
    top: 100px;
  }
  .services-part .left-images i:nth-child(3) {
    right: 32px;
    top: 140px;
  }
  .services-part .left-images i:nth-child(4) {
    top: 210px;
    left: 42px;
  }
  .services-part .left-images i:nth-child(5) {
    top: 270px;
    right: 32px;
  }
  .services-part .left-images i:nth-child(6) {
    top: 320px;
    left: 40px;
  }
  .mb-35 {
    margin-bottom: 15px;
  }
  .service-title {
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .service-desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .heading-big {
    margin-bottom: 35px;
  }
  .table-heading {
    min-height: 80px;
  }
  .table-colm:first-child li {
    font-size: 16px;
  }
  .table-colm li,
  .table-heading {
    padding: 14px 16px;
  }
  .hiring-hover-part h2 {
    margin-bottom: 0;
  }
  .hiring-hover-part label {
    margin-bottom: 5px;
  }
  .hiring-hover-part p {
    margin-bottom: 10px;
  }
  .dashed-rular {
    margin-bottom: 15px;
  }
  .faq-background .accordion > li .link {
    font-size: 16px;
  }
  .map-background.nbg {
    padding: 50px 30px;
  }
  .contact-content address {
    font-size: 14px;
  }
  .header-menu > .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .video-content p {
    font-size: 16px;
  }
  .video-part-list > li {
    font-size: 16px;
  }
  .video-container > img,
  .videohtmlsrc {
    border-right: 1px solid #ccc;
  }
  .work-step:before {
    left: -14px;
    width: 170px;
    height: 170px;
  }
  .work-step {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .hiring-part-background .images-part img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .hiring-part-background .images-part {
    position: relative;
  }
  .flip-hover-effect {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .ui-ux-background:before {
    font-size: 94px;
  }
  .yellow-back-uiux {
    padding-top: 10px;
  }
  .yellow-back-uiux:before {
    height: calc(100% - 70px);
  }
  .main-heading {
    font-size: 110px;
  }
  .table-colm {
    width: 33.333333%;
  }
  img.right-wrong-icon {
    width: 15px;
    margin-right: 5px;
  }
  .table-colm li {
    text-align: left;
  }
  .table-heading {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left;
  }
  .heading-big p {
    max-width: unset;
  }
  .brouchure::after {
    width: calc(100% + 42px);
    height: 120px;
  }
  .footer-background .social-link {
    margin-bottom: 20px;
  }
  .ui-ux-heading .small-design-heading {
    font-size: 32px;
    bottom: -19px;
  }
  .react-about-container {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .work-step {
    margin-bottom: 35px;
  }
  .project-image-part {
    overflow: hidden;
  }
  .upper-text-background {
    opacity: 1;
    height: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 0;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3),
      0 -2px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3), 0 -2px 12px rgba(0, 0, 0, 0.3);
  }
  ul.prj-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
  ul.prj-links > li + li {
    margin-top: 15px;
  }
  .hiring-part-background .images-part {
    height: 79%;
    background-color: #fff;
  }
  .hiring-part-background .images-part img {
    position: relative;
    bottom: -33px;
  }
  .flip-hover-effect {
    height: 400px;
    margin-bottom: 30px;
  }
  .heading-hiring-background {
    padding: 0 0;
  }
  .g-recaptcha iframe {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashed-rular {
    margin-bottom: 10px;
  }
  .hiring-hover-part h2 {
    font-size: 18px;
  }
  .icon-part img {
    width: 60px;
  }
  .contact-mail {
    word-break: break-all;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .header-menu > .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0 0;
  }
  .ui-ux-background:before {
    display: none;
  }
  .main-heading {
    font-size: 75px;
  }
  .ui-ux-heading .small-design-heading {
    font-size: 35px;
    bottom: -20px;
  }
  .pr-ext-30 {
    padding-left: 30px;
  }
  .video-content.video-content-list,
  .video-ifram-part {
    padding-left: 0;
  }
  .video-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hiring-hover-part {
    max-width: unset;
    text-align: center;
  }
  .hiring-hover-part .icon-part {
    margin-bottom: 20px;
  }
  .flip-hover-effect {
    margin-bottom: 30px;
    height: 500px;
  }
  .dashed-rular {
    margin: 25px 0 20px 0;
  }
  .map-background.nbg {
    margin-bottom: 30px;
  }
  .brouchure::after {
    height: 140px;
  }
  .footer-background {
    padding: 20px 0 0;
  }
  .expert-logo {
    display: none !important;
  }
  .blog-slider {
    margin-top: 20px;
  }
  .images-part-blog {
    max-width: 100%;
    height: auto;
  }
  .blog-slider .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-slider .item .content-part {
    position: static;
  }
  .blog-slider .item .content-part {
    padding: 20px;
  }
  .header-box-shadow {
    -webkit-box-shadow: -1px 1px 9px 0 rgba(35, 35, 35, 0.16);
    box-shadow: -1px 1px 9px 0 rgba(35, 35, 35, 0.16);
  }
  .hiring-part-background .images-part img {
    -o-object-fit: contain;
    object-fit: contain;
    width: unset;
    height: unset;
    max-width: 100%;
  }
  .g-recaptcha iframe {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -43px;
  }
  .heading-hiring-background {
    padding: 8px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #dedicated_developers .container,
  #project .col-md-12,
  .container.services-part .header-background > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .footer-imp-link,
  .footer-nav-link {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  #project .round-circel-big {
    left: unset;
    right: 0;
  }
  .section-main-heading {
    font-size: 40px;
    line-height: 1;
  }
  #expertise_comparison .round-circel-big {
    top: -50px;
    right: 0;
    opacity: 0.1;
  }
  .table-comparison {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-colm {
    width: 100%;
  }
  #expertise_comparison .round-circel-second {
    top: unset;
  }
  .owl-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: static;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .owl-dot {
    margin: 0 5px;
  }
  .project-part .three-red-column {
    display: none;
  }
  .project-part .owl-slider {
    padding: 0;
    width: 100%;
  }
  #video-part .round-circel-big {
    width: 100%;
    bottom: -90px;
  }
  .ui-ux-heading {
    padding: 0 15px;
  }
  .main-heading {
    font-size: 14vw;
  }
  .ui-ux-heading .small-design-heading {
    font-size: 4.9vw;
    bottom: -4.2vw;
    left: 15px;
  }
  .yellow-back-uiux:before {
    left: 6px;
  }
  .header-top-part .social-link {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .expert-logo {
    margin: 8px auto 0 0;
  }
  .header-navigation-part .navbar-toggler {
    margin-top: 4px;
  }
  .header-navigation-part .navbar-brand {
    margin-right: 5px;
  }
  .header-logo {
    width: 241px;
  }
  .map-background.nbg {
    padding: 30px 10px;
  }
  .contact-mail {
    word-break: break-all;
    line-height: 1;
  }
  .modal-form {
    padding: 40px 9px;
  }
  .blog-slider {
    width: 100%;
  }
  .blog-slider .item .content-part {
    max-width: 100%;
  }
  .blog-slider .three-red-column {
    display: none;
  }
  .play-button {
    width: 80px;
    height: 80px;
  }
  .play-button img {
    -o-object-fit: unset;
    object-fit: unset;
    width: 100%;
  }
  .work-step {
    margin: 0 auto 35px;
  }
  .triangle-right {
    top: calc(100% + 10px);
    right: 50%;
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }
  .react-about-container {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .upper-text-background {
    padding: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    bottom: 1px;
    border-radius: 0 0 4px 4px;
  }
  .upper-text-background .project-img-heading {
    font-size: 4vw;
  }
  ul.prj-links {
    padding: 0;
  }
  ul.prj-links > li + li {
    margin-top: 10px;
  }
  .yellow-back-uiux:before {
    height: calc(100% - 50px);
  }
  .rc-anchor-normal {
    width: 100%;
  }
  .navbar-collapse {
    overflow: auto;
    max-height: calc(100vh - 62px);
  }
}
@media (max-width: 991px) and (min-width: 0) {
  .hiring-part-background .images-part img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}
.phone-form-fiel {
  position: absolute;
  width: calc(100% - 60px);
  right: 0;
  z-index: 9;
  height: 38px;
}
.ui.fluid.dropdown {
  width: 60px;
  pointer-events: all;
  line-height: 12px;
  min-height: unset;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
}
.ui.fluid.active.dropdown {
  width: 100%;
}
.ui.fluid.dropdown > .text > .country_code,
.ui.fluid.dropdown > .text > .text_name {
  display: none;
}
.phone-form-fiel + .dropdown.example {
  pointer-events: none;
}
.ui.fluid.dropdown > .dropdown.icon {
  float: none;
  width: 100%;
  text-align: left;
  padding: 0 0 0 10px;
  line-height: 36px;
}
.ui.fluid.dropdown > .dropdown.icon::before {
  position: absolute;
  right: 5px;
}
.ui.fluid.active.dropdown > .dropdown.icon {
  display: none;
}
.ui.selection.dropdown .menu {
  padding: 0 0.742857rem !important;
}
.ui.selection.dropdown .menu > .item {
  padding: 0.78571429rem 0.642857rem !important;
  border: 1px solid #202e78;
  background-color: rgba(32, 46, 120, 0.12);
  border-radius: 5px;
  margin: 5px 0;
}
.ui.selection.dropdown .menu > .item > .country_code {
  float: right;
}
.ui.fluid.dropdown > label.error {
  white-space: nowrap;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}
.ui.fluid.dropdown > .text > i.default_flag::before {
  display: none !important;
}
.react-js .container {
  max-width: 1600px;
}
.whyreactjs {
  padding: 50px 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-use-content .why-heading h2 span.b {
  color: #61dafb;
}
.why-use-content .why-heading p {
  font-family: Montserrat, sans-serif !important;
  color: #383838;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}
.why-use-content .why-heading h2 {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 600;
  color: #263238;
  line-height: 60px;
  margin-bottom: 32px;
  position: relative;
  display: table;
  z-index: 1;
}
.why-use-content .why-heading h2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -71px;
  top: -57px;
  background-image: url(../images/react-js/text-bg.png);
  height: 145px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.whyreactjs .videohtmlsrc {
  border-radius: 20px;
}
.carousel-indicators li {
  background-color: transparent;
  position: absolute;
  font-weight: bolder;
  font-size: 20px;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -202px;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  width: 30px;
}
.carousel-indicators li.active {
  text-indent: initial;
}
.carousel-indicators::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 1px;
  background-color: #263238;
  left: 18px;
  top: 25px;
}
.carousel-indicators::after {
  content: "3";
  position: absolute;
  left: 70px;
  top: 15px;
}
.carousel-control-prev {
  left: auto;
  right: 80px;
  top: auto;
  opacity: 1;
  bottom: -30px;
}
.carousel-control-prev-icon {
  background-image: url(../images/react-js/prev.png);
  height: 40px;
  width: 40px;
  background-size: contain;
}
.carousel-control-next {
  left: auto;
  right: 40px;
  top: auto;
  opacity: 1;
  bottom: -30px;
}
.carousel-control-next-icon {
  background-image: url(../images/react-js/next.png);
  height: 40px;
  width: 40px;
  background-size: contain;
}
section.whyreactjs.react-js.hire {
  background: #f3fcff;
  padding-bottom: 50px;
}
.why-use-content .why-heading h5 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #263238;
  line-height: 60px;
  margin-bottom: 32px;
  position: relative;
  display: table;
}
#expertise_comparison.whyreactjs {
  background-color: transparent;
  padding-top: 60px;
  padding-bottom: 0;
}
.expert-bg {
  position: relative;
}
.expert-bg::before {
  content: "";
  position: absolute;
  background: #f0fcff;
  -webkit-filter: blur(88.7302px);
  filter: blur(88.7302px);
  width: 100%;
  height: 100%;
}
.expert-bg img.right-wrong-icon {
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.expert-bg .table-comparison {
  background-color: #fff;
  padding: 40px;
  margin: 50px 0 10px;
}
.expert-bg .table-colm li:nth-child(odd) {
  background-color: #f8f8f8;
}
.slick-slider.slick-initialized.slick-dotted {
  width: 100%;
}
.slick-slide {
  width: 400px;
}
.slider-rj {
  background: #f2fcff;
  border-radius: 5px;
  min-height: 340px !important;
  margin: auto 20px;
  padding: 25px;
}
.slider-img {
  text-align: center;
  margin: 10px auto 40px;
}
.slider-img img {
  height: 140px;
}
.slider-title h5 {
  margin-bottom: 20px;
  padding: 0 15px;
}
.slick-track {
  margin: 60px 0;
}
.slick-slide img {
  display: unset !important;
}
#fullt {
  position: relative;
}
#fullt::before {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  border-radius: 50%;
  background-color: #f2f9fb;
  left: -380px;
  top: 53px;
}
.h-title h2 {
  font-weight: 700;
  font-size: 72.5233px;
  line-height: 88px;
  color: #263238;
  text-transform: capitalize;
  position: relative;
}
.h-title h2::before {
  content: "";
  position: absolute;
  width: 171px;
  height: 0.2px;
  border: 4px solid #ccf3fe;
  top: -13px;
  border-radius: 10px;
}
.h-title {
  margin-left: 310px;
}
.h-content .hiring-part {
  border: 1px dashed #000;
  border-radius: 15px;
  padding: 15px 24px;
  position: relative;
  width: 100%;
  max-width: 360px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  height: auto;
}
.Communication-icon img {
  height: 17px;
}
.h-content {
  background: #f2f9fb;
  padding: 80px;
  border-radius: 50%;
  height: 610px;
  width: 610px;
}
#faq .nav-pills .nav-link.active,
#faq .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f4f4f4;
}
#faq .nav-pills .nav-link {
  color: #000;
  background-color: #fff;
  width: 490px;
  margin: 2px 44px 2px 20px;
  border: none;
  padding: 15px;
  text-align: start;
  line-height: 1.6;
  padding-left: 40px;
}
.whyreactjs.react-js .contact-content .icon-back {
  background-color: #263238;
}
.whyreactjs.react-js .icon-back img {
  height: 20px;
}
#faq .tab-content > .active {
  display: block;
  height: auto;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 15px;
  background: #edfbff;
  line-height: 2;
  font-size: 18px;
}
#faq .d-flex.align-items-start {
  margin: 60px auto;
}
#faq .nav-link {
  position: relative;
}
#faq .nav-link::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 21px;
  background-image: url(../images/react-js/point.png);
  height: 20px;
  width: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-logo img {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
.faq-ques {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto;
}
.image-slider img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.play-btn-bg {
  height: 431.094px;
  width: 431.094px;
}
#fullt .slider-rj {
  background: 0 0;
  padding: 0;
}
#fullt .slick-track,
#project-worked .slick-track {
  margin: 0;
}
#project-worked .slider-rj {
  padding-top: 0;
}
#faq button.accordion-button {
  background-color: transparent;
  border: none;
  text-align: inherit;
  font-size: 16px;
  position: relative;
}
#faq button.accordion-button::before {
  content: "";
  position: absolute;
  left: -22px;
  background-image: url(../images/react-js/point.png);
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
}
#faq .accordion-body {
  background: #f4f4f4;
  padding: 20px;
}
#faq #accordionExample {
  display: none;
}
#fullt .slick-dots li button:before,
#project-worked .slick-dots li button:before {
  font-family: slick;
  font-size: 80px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
h3.top-section-title {
  font-weight: 400;
}
.ui-ux-heading {
  position: relative;
  display: inline-block;
  padding-right: 0;
  margin-bottom: 30px;
  margin-left: 36px;
  width: inherit;
}
.inner-sec {
  margin-left: 82px;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0 30px;
}
span.small-design-heading {
  margin-left: 40px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1692px;
}
.slider-title.text-center a {
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #61dafb;
  color: #000;
  font-weight: 500;
  display: inline-block;
}
.slider-title.text-center a:hover {
  background-color: #000;
  color: #fff;
}
#fullt .slick-dots li.slick-active button:before,
#project-worked .slick-dots li.slick-active button:before {
  opacity: 100%;
}
.iti {
  display: block;
}
.inner-sec .red-button {
  margin-top: 70px;
  border: 1px solid transparent;
}
.services .slick-dots li button {
  background-color: #000;
  border-radius: 50%;
  opacity: 0.25;
  width: 10px;
  height: 10px;
}
.services .slick-dots li.slick-active button {
  opacity: 1;
}
.services .slick-next:before,
.services .slick-prev:before {
  color: #000;
}
#fullt button.slick-next.slick-arrow,
#fullt button.slick-prev.slick-arrow {
  width: 50px;
  height: 30px;
}
#fullt button.slick-prev.slick-arrow {
  left: 60px;
  z-index: 99;
}
#fullt button.slick-next.slick-arrow {
  right: 60px;
  z-index: 99;
}
#fullt button.slick-arrow::before {
  opacity: 1;
  color: #263238;
  font-size: 30px;
  font-weight: 700;
}
.carousel-control-next,
.carousel-control-prev {
  width: auto;
}
.inner-sec .red-button:hover {
  border: 1px solid #000;
  color: #000 !important;
  background-color: transparent;
}
.quotemodal.popup_show {
  display: flex;
  padding: 30px 0;
  overflow: auto;
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.322);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
  animation-timing-function: cubic-bezier(0.66, 0.12, 0.49, 0.89);
}
.quotemodal.popup_show .modal-dialog {
  margin: auto !important;
  transform: unset;
}
.quotemodal .modal-dialog textarea.form-fiel {
  min-height: 100px;
}
.quotemodal .contact-form {
  padding: 30px 25px;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#faq .card {
  border: none;
}
#faq .card-header {
  background-color: transparent;
  border: none;
  text-align: inherit;
  font-size: 16px;
  position: relative;
}
#faq .card-body {
  margin-left: 30px;
}
#faq button.btn.btn-link {
  color: #001d00;
  position: relative;
}
#faq .btn-link.focus,
#faq .btn-link:focus,
#faq .btn-link:hover {
  text-decoration: none;
}
#faq button::before {
  content: "";
  position: absolute;
  left: -22px;
  background-image: url(../images/react-js/point.png);
  height: 20px;
  width: 15px;
  background-repeat: no-repeat;
}
#faq .card-body {
  background: #f4f4f4;
  padding: 20px;
}
#faq #accordionExample {
  display: none;
}
.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.footer_social li {
  margin-right: 10px;
}
.footer_social li a {
  width: 40px;
  height: 40px;
  background-color: #61dafb;
  border-radius: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.footer_social li a:hover {
  background-color: #000;
  color: #fff;
}
.footer_social li a:hover svg {
  fill: #fff;
}
.footer_social li a svg {
  transition: all 0.2s linear;
}

/* Hem 14-07-2022 css Strat */

.ci_uppper_wrapper {
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ci_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 50px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 14px 3px #80808069;
  box-shadow: 0 0 14px 3px #80808069;
}

.ci_img {
  width: 50%;
}
.ci_img img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
}

.ci_content {
  width: 50%;
  text-align: right;
  border-right: 5px solid #61dafb;
  padding: 80px 40px 80px 0;
}

.ci_content h2 {
  text-transform: capitalize;
  font-size: 44px;
  font-weight: 600;
  color: #263238;
  line-height: 60px;
  margin-bottom: 25px;
  text-align: right;
}

.ci_content p {
  color: #5c5c5c;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

/* new contact section */
.why-use-content {
  padding: 50px 0px;
}
.react-js-new {
  background-color: #f7f7f7;
  padding: 50px 0;
}
.contact-inner-section {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.contact-inner-section .contact-content {
  position: relative;
  z-index: 1;
  padding: 20px 10%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50%;
  -ms-flex-line-pack: center;
  align-content: center;
}
.contact-inner-section .contact-content:first-child {
  background-color: #fff;
}
.contact-info li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}
.contact-info li:last-child {
  margin-bottom: 0;
}
.contact-info span.fas,
.contact-info span.fa {
  margin-right: 10px;
  color: #61dafb;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info li a {
  color: #383838;
}
.contact-info li a:hover {
  color: #61dafb;
}
.react-js-new .contact-form {
  padding: 45px 25px;
}
.contact-form-outer {
  padding: 50px;
}
.contact-flag {
  width: 80px;
  height: 80px;
  border: 4px solid rgb(0 0 0);
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.contact-info {
  width: 100%;
}

/* new contact section */

@media only screen and (max-width: 1200px) {
  .why-use-content {
    padding: 30px 0px;
  }
  .contact-info li {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .ci_uppper_wrapper {
    padding: 20px;
  }
  .ci_wrapper {
    padding: 20px;
  }
  .ci_content h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ci_content p {
    font-size: 16px;
  }
  .ci_content {
    padding: 50px 20px 50px 0;
    margin-right: 10px;
  }
  .ci_img img {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-inner-section .contact-content {
    max-width: 50%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 30px 25px;
  }
  .contact-form-outer {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 840px) {
  .ci_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ci_img,
  .ci_content {
    width: 100%;
  }
  .ci_content {
    margin-right: 0;
    border: none;
    text-align: center;
    padding: 40px 0 10px;
  }
  .ci_content h2 {
    text-align: center;
    line-height: normal;
    margin-bottom: 10px;
  }
  .ci_img img {
    width: 100%;
    height: 100%;
  }

  .contact-form-outer {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-flag {
    width: 65px;
    height: 65px;
    border: 2px solid rgb(0 0 0);
  }
  .contact-info span.fas {
    height: 30px;
    width: 31px;
    border: 1px solid #000;
    font-size: 16px;
  }

  .contact-info li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  .contact-inner-section .contact-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  section.whyreactjs.react-js.hire .container {
    display: block !important;
  }
  .ci_uppper_wrapper {
    padding: 10px;
  }
  .ci_content h2 {
    font-size: 22px;
  }
  .ci_content p {
    font-size: 14px;
  }
}

/* Hem 14-07-2022 css End */

