@import url('../modules/bootstrap/css/bootstrap.min.css');
@import url('../modules/font-awesome/css/font-awesome.min.css');
@import url('../modules/owlcarousel/assets/owl.carousel.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:400,500,600,700&display=swap');
@import url('core.css');
body {
  font-family: 'Lato', sans-serif;
  color: #343A40;
  font-weight: 400;
  background-color: #fbfbfb;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

button:hover,
button:focus {
  outline: none;
}

.error, .wpcf7-not-valid {
  border-color: #f00 !important;
}

.form-control--1.error, .form-control--1.wpcf7-not-valid {
  box-shadow: 0px 0px 1px 2px rgba(255, 0, 0, 0.6)!important;
}

.lh-0 {
  line-height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.raleway {
  font-family: 'Raleway', sans-serif;
}

.container--1 {
  max-width: 1200px;
}


/* List */

.list--1 li {
  position: relative;
  color: #434343;
  line-height: 150%;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 70px;
  background-image: url(../svg/list-tick.svg);
  background-repeat: no-repeat;
  background-position: center left;
}


/* Buttons */

.btn {
  -webkit-transition: .5s;
  transition: .5s;
}

.btn:hover,
.btn:focus {
  outline: none;
}

.btn-md {
  line-height: 42px;
  padding: 0 20px;
  font-size: 14px;
}

.btn-arrow {
  padding-right: 44px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

.btn-arrow:hover {
  background-position: calc(100% - 10px) center;
}

.btn-primary {
  background-color: #29828F;
  color: #fff;
  border-color: #29828F;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  border-color: #0c5661;
  background-color: #0c5661;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-white {
  color: #29828F;
  background-color: #fff;
  border: 1px solid #29828F
}

.btn-white.btn-arrow {
  background-image: url(../svg/btn-white.svg);
}

.btn-primary.btn-arrow {
  background-image: url(../svg/btn-dark.svg);
}


/* Input */

.form-group--1 {
  margin-bottom: 13px;
}

.form-control--1 {
  padding: 0 15px;
  height: auto;
  min-height: 51px;
  line-height: 51px;
  border: none;
  box-shadow: 0px 0px 1px 2px rgba(41, 130, 143, 0.2);
  color: #A4A4A4;
  font-size: 16px;
}

.form-control--1::-webkit-input-placeholder {
  /* Edge */
  color: #A4A4A4;
}

.form-control--1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A4A4A4;
}

.form-control--1::placeholder {
  color: #A4A4A4;
}

textarea.form-control--1 {
  min-height: 100px;
  padding: 15px;
  line-height: inherit;
}


/* Top Navigation */

.main-header {
  padding-top: 70px;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 992px) {
  .headerfixed {
    position: fixed;
    background-color: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    animation: pulse 1s 1;
  }
  @keyframes pulse {
    0% {
      top: -120px;
    }
    100% {
      top: 0;
    }
  } 
}

@media screen and (min-width: 1200px) {
  .social-ui {
    top: 50%;
    position: fixed;
    right: 0;
    z-index: 999;
    background-color: #fbfbfb;
    border-radius: 50px 0 0 50px;
    width: 90px;
    padding: 60px 10px;
    margin-top: -168px;
  }
}


.navbar .navbar-nav .nav-link {
  font-size: 16px;
  color: #496D73;
  padding: 0;
  position: relative;
}

.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #496D73;
  bottom: -7px;
  -webkit-transition: .5s;
  transition: .5s;
}

.navbar .navbar-nav .nav-link:hover:before,
.navbar .navbar-nav .nav-link.active::before {
  width: 100%;
}

.navbar .navbar-nav .nav-item {
  padding: 0 17px;
}

.navbar-brand {
  margin-right: 50px;
}


/* Home Slider */

.home-slider {
  padding-top: 460px;
}

.home-slider .container {
  position: relative;
  z-index: 2;
}

.homeSlider-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 1;
}

.home-slider-con {
  width: 100%;
  max-width: 735px;
}

.home-slider-con-inner {
  background-color: #29828F;
  padding: 65px;
  padding-bottom: 45px;
  border-radius: 0px 40px 0px 40px;
  position: relative;
}

.home-slider-con-inner::before {
  background-image: url(../svg/banner-icon.svg);
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 60px);
  top: 10px;
  right: -40px;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}

.home-slider-con-inner * {
  position: relative;
  z-index: 2;
}

.home-slider-con-inner span {
  font-size: 24px;
  font-weight: 300;
  display: block;
  padding-bottom: 6px;
}

.home-slider-con-inner h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 130%;
}

.btn-link-arrow {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  background-image: url(../svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 60px;
  line-height: 22px;
  display: inline-block;
  padding-bottom: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-link-arrow:hover,
.btn-link-arrow:focus {
  color: #fff;
  background-position: calc(100% - 5px) center;
}


/* Fixed Social */

.social-ui li:not(:last-child) {
  margin-bottom: 24px;
}

.social-ui li a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  background-color: #C4C4C4;
  border-radius: 50%;
  color: #fff;
  transition: .5s;
  -webkit-transition: .5s;
  text-align: center;
}

.social-ui li a:hover {
  background-color: #29828F;
}


/* Headings */

.sub-head h3 {
  color: #4F4F4F;
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 15px;
}

.sub-head--1 h3 {
  position: relative;
  padding-left: 40px;
}

.sub-head--1 h3::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #29828F;
  border-radius: 50%;
}

.sub-head p {
  font-size: 22px;
  color: #434343;
  line-height: 150%;
  font-weight: 300;
  padding-top: 5px;
  margin-bottom: 0;
}

.widget-testimonials-left p {
  font-size: 22px;
  line-height: 150%;
  color: #434343;
  font-weight: 300;
  margin-bottom: 25px;
}

.widget-testimonials-left span {
  color: #434343;
  font-size: 16px;
  font-weight: bold;
}


/* testimonials */

.section-testimonials {
  background-image: url(../svg/testimonials-bg.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.widget-testimonials-img {
  position: relative;
  padding-top: 47px;
}

.widget-testimonials-img-inner {
  width: 450px;
  height: 440px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #f0f0f0;
  border-radius: 40px 0px 40px 0px;
  margin-left: auto;
}

.icon-quote {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #29828F;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45px;
  background-image: url(../svg/quote.svg);
}

.widget-testimonials-img .icon-quote {
  position: absolute;
  top: 0;
  right: 32px;
}

.owl-testimonials.owl-carousel .owl-nav button {
  background-color: #29828F;
  width: 47px;
  height: 47px;
  border: 5px solid #fff;
  background-image: url(../svg/arrow-carousel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  margin: 3px;
}

.owl-testimonials.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.owl-testimonials.owl-carousel .owl-nav button.disabled {
  background-color: #CACACA;
}

.owl-testimonials.owl-carousel .owl-nav button span {
  display: none;
}

.owl-testimonials.owl-carousel .owl-nav {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  width: 50%;
}


/* Owl Clients */

.section-clients {
  padding: 50px 0;
}

.owl-carousel.owl-clients .owl-item img {
  width: auto;
  display: inline-block;
}

.owl-clients .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-clients .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 10px;
  margin: 0 5px;
}

.owl-clients .owl-dots .owl-dot.active {
  background-color: #000;
}

.cli-img {
  height: 44px;
}

.section-clients {
  position: relative;
}

.gradient-ui {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: calc(100% * 3);
  background: #29828f;
  -ms-transform: skew(0deg, -4deg);
  -webkit-transform: skew(0deg, -4deg);
  transform: skew(0deg, -4deg);
}

.section-clients .container {
  position: relative;
  z-index: 2;
}

.gradient-ui:before { 
  background: #fbfbfb;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
}

.section-footer-above {
  background-image: url(../svg/bg-footer-above.svg);
  background-repeat: no-repeat;
  background-position: center right;
	background-color: #fbfbfb
}


/* Widget */

.widget--1 {
  width: 100%;
  max-width: 540px;
  padding-right: 90px;
  padding-bottom: 133px;
  position: relative;
}

.widget-icon {
  height: 442px;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 40px 0 0 0;
  background-size: cover;
}

.widget-con {
  position: absolute;
  background-color: #29828F;
  padding: 55px;
  padding-bottom: 40px;
  border-radius: 40px 0px 40px 0px;
  width: calc(100% - 15px);
  max-width: 400px;
  right: 0;
  bottom: 0;
}

.widget-con h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 150%;
}

.widget-con p {
  line-height: 150%;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}

.widget-right {
  margin-left: auto;
}

.ui-address {
  width: 100%;
  max-width: 435px;
  margin-left: auto;
  background-color: #29828F;
  border-radius: 0px 40px 0px 40px;
  padding: 35px 50px;
}

.widget--2 {
  background-color: #29828F;
  width: 100%;
  padding: 30px 5px;
  border-radius: 14px 0px 14px 0;
}

.widget--2 h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 18px;
}

.widget--3 {
  padding: 40px 5px;
  background-color: #D4D4D4;
}

.widget--3 h4 {
  color: #4F4F4F;
}


/* Media */

.media-address {
  margin-bottom: 20px;
}

.media-address .media-icon {
  width: 71px;
}

.media-address .media-body p {
  font-size: 19px;
  color: #fff;
  line-height: 150%;
  font-weight: 300;
  margin: 0;
}

.media-address .media-body p a {
  color: inherit;
}

.ui-icon {
  display: block;
  width: 44px;
  line-height: 44px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 21px;
  color: #29828F;
}

.media-icon-bg {
  width: 120px;
  height: 160px;
  background-color: #29828F;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 14px 0px 14px 0px;
  margin-right: 52px;
}

.media-software-services .media-icon-bg {
  width: 50px;
  height: 50px;
  margin-right: 25px;
  border-radius: 50%;
  background-image: url(../svg/logo-icon.svg);
}

.media-services .media-body h4 {
  color: #434343;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.media-software-services .media-body h4 {
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 8px;
}

.media-services .media-body p {
  color: #434343;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  line-height: 160%;
}

.form--1 {
  max-width: 460px;
}


/* Footer */

.main-footer {
  padding: 40px 0;
  background-color: #29828F;
}

.footer-menu a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s; 
	position: relative;
  margin-bottom: 6px;
  display: block;
}
.footer-menu a:after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
	-webkit-transition: .5s;
  transition: .5s; 
}
.footer-menu a:hover:after, .footer-menu a.active:after{
  width: 100%;
}

.footer-menu li.list-inline-item {
  margin-right: 30px;
}

.footer-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  padding-right: 20px;
  font-weight: 300;
  margin-top: 10px;
}


/* Inner Banner */

.inner-banner {
  position: relative;
}

.inner-banner-con {
  height: 615px;
}

.inner-banner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
}

.inner-banner-coni {
  width: 100%;
  max-width: 700px;
  padding: 65px;
  border-radius: 0px 40px 0px 40px;
  background-color: #29828F;
}

.inner-banner-coni::before {
  background-image: url(../svg/banner-icon.svg);
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 60px);
  top: 10px;
  right: -40px;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 1;
}

.inner-banner-coni span {
  font-size: 24px;
  font-weight: 300;
  display: block;
  padding-bottom: 6px;
}

.inner-banner-coni h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 130%;
}

.inner-banner-coni * {
  position: relative;
  z-index: 2;
}

.txt--1 p {
  font-size: 22px;
  color: #434343;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 32px;
}

.txt--1.no-margin-p p:last-child {
  margin-bottom: 0;
}

.section-it-services {
  background-image: url(../svg/bg-footer-above.svg);
  background-repeat: no-repeat;
  background-position: right 40%;
}

.section-it-staffing {
  background-position: right 75%;
}

.talk-to-an-expert {
  max-width: 900px;
  margin: 0 auto;
  background-color: #29828F;
  border-radius: 40px 0px 40px 0;
  background-repeat: no-repeat;
  background-position: -30px 20px;
  background-size: contain;
  background-image: url(../svg/talk-to-an-expert-bg.svg);
}

.talk-to-an-expert * {
  position: relative;
  z-index: 2;
}

.talk-to-an-expert h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
}

.talk-to-an-expert p {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 150%;
  font-weight: 300;
}

.ui-logo-icon {
  background-image: url(../svg/logo-icon-greeen.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 63px;
  height: 63px;
  background-color: #fff;
  border-radius: 50%;
}

.ui-logo-icon-small {
  width: 50px;
  height: 50px;
  background-size: 25px;
}

.widget--4 {
  background-color: #29828F;
  padding: 60px 35px;
  border-radius: 40px 0px 40px 0px;
}

.widget--4 h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 15px;
  text-transform: uppercase;
  margin-top: 40px;
}

.widget--4 p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 150%;
}

.form-head--1 {
  padding-left: 45px;
}

.form-head--1::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #29828F;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.form-ui-error::before {
  background-color: #C75B5B;
}

.form-ui-success::before {
  background-color: #97C75B;
}

.form-head--1 p,
.form-head--1 span {
  color: #434343;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
  display: block;
}

.form-head--1 span {
  font-weight: 300;
  margin-bottom: 35px;
}

/* Careers */
.careers-ui-header{
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 25px; 
  padding-bottom: 25px; 
  cursor: pointer;
}
.careers-ui-header:not(.active){
  border-bottom: 1px solid #29828F; 
}
.careers-ui-header h5{
  font-weight: bold;
  color: #29828F;
  font-size: 18px;
  margin-bottom: 0px;
}
.careers-ui-header p{
  color: #434343;
  font-size: 21px;
  font-weight: 200;
  margin: 0;
}
.career-ui-body{
  display: none;
}
.career-ui-form{
  display: none;
  margin-bottom: 70px;
}
.career-ui-inner{
  max-width: 930px;
  margin: 0 auto; 
  padding-bottom: 50px;
}
.career-ui-inner h3{
  color: #434343;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 32px;
}
.career-ui-inner h4{
  color: #434343;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.career-ui-inner ul{
  padding-left: 0;
  list-style: none; 
  margin-bottom: 0;
  padding-bottom: 40px;  
}
.career-ui-inner ul li{
  color: #434343;
  font-size: 22px;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
}
.career-ui-inner ul li:before{
  content:"";
  background: #29828F;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.apply-btn{
  padding-left: 30px;
  padding-right: 54px;
  background-position: calc(100% - 30px) center;
}
.career-ui-form{
  background: #29828F;
  border-radius: 40px;
  padding: 15px;
  padding-top: 80px;
  padding-bottom: 40px;
}
.career-ui-form-thanks{
  padding: 40px 80px;
}
.career-ui-form-inner{
  max-width: 930px;
  margin: 0 auto;
}
.career-ui-form .form-control--1{
  box-shadow: 0px 0px 0px 2px #d8e8eb;  
}
.ui-fupload-1 input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.ui-fupload-1 .choose-option{
  color: #29828F;
  font-size: 14px;
  line-height: 46px;
  display: block;
  position: absolute;
  right: 0;
  background: #fff;
  top: 3px;
  padding-left: 20px;
  padding-right: 40px;
  background-image: url(../svg/arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  border-left: 2px solid rgba(41, 130, 143, 0.2);
}
.btn-primary.btn-arrow.apply-form-btn{
  padding-left: 30px;
  padding-right: 54px;
  background-position: calc(100% - 30px) center;
  background-image: url(../svg/arrow-blue.svg);
  background-color: #FFFFFF;
  color: #29828F;
  margin-top: 30px
}
.btn-primary.btn-arrow.apply-form-btn:hover, .btn-primary.btn-arrow.apply-form-btn:focus{
  background-color: #FFFFFF;
  color: #29828F;
  background-position: calc(100% - 20px) center;
}
@media screen and (min-width: 1200px) {
  .gutters--50 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .gutters--50>div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gutters--40 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .gutters--40>div {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gutters--25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .gutters--25>div {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 75px;
  }
  body.mobile-menu {
    overflow: hidden;
  }
  .main-header {
    position: fixed;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .navbar-toggler {
    border: none;
    position: absolute;
    padding: 0;
    right: 0;
    top: 19px;
    width: 30px;
    cursor: pointer;
  }
  .main-header .navbar-toggler i {
    display: block;
    background: #29828f;
    height: 2px;
    width: 100%;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }
  .main-header .navbar-toggler i:nth-child(2) {
    margin: 8px auto;
    width: 22px;
  }
  body.mobile-menu .main-header .navbar-toggler i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
  }
  body.mobile-menu .main-header .navbar-toggler i:nth-child(2) {
    opacity: 0;
  }
  body.mobile-menu .main-header .navbar-toggler i:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -9px;
  }
  .social-ui {
    margin-bottom: 20px;
  }
  .social-ui li {
    display: inline-block;
  }
  .social-ui li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #topHeader {
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    top: 100px;
    height: calc(100vh - 76px);
    width: 100%;
    left: 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  body.mobile-menu #topHeader {
    opacity: 1;
    visibility: visible;
    top: 76px;
  }
  .navbar .navbar-nav .nav-item {
    padding: 15px;
    text-align: center;
  }
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
  }
  .home-slider {
    padding-top: 80px;
  }
  .home-slider-con-inner {
    padding: 30px;
  }
  .home-slider-con-inner h1 {
    font-size: 21px;
  }
  .home-slider-con-inner span,
  .sub-head h3 {
    font-size: 22px;
  }
  .widget-testimonials-left p {
    font-size: 18px;
  }
  .widget-testimonials-img {
    margin-top: 30px;
  }
  .section-clients {
    padding-bottom: 20px;
  }
  .section-footer-above {
    padding: 50px 0;
  }
  .sub-head p {
    font-size: 20px;
  }
  .widget--1 {
    padding-right: 30px;
    padding-bottom: 100px;
  }
  .widget-con {
    padding: 30px;
  }
  .widget-right {
    margin-top: 30px
  }
  .ui-address {
    padding: 30px;
    margin-top: 20px;
  }
  .main-footer {
    padding: 30px 0;
  }
  .footer-menu a {
    font-size: 13px;
  }
  .footer-menu li.list-inline-item {
    margin-right: 20px;
  }
  .footer-right {
    margin-top: 20px;
  }
  .widget-testimonials-img-inner {
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-testimonials.owl-carousel .owl-nav {
    left: 0;
  }
  .ui-address,
  .form--1 {
    margin-left: auto;
    margin-right: auto;
  }
  .inner-banner-coni {
    padding: 30px;
  }
  .inner-banner-coni::before {
    right: -15px
  }
  .inner-banner-coni h1,
  .inner-banner-coni span,
  .talk-to-an-expert h3 {
    font-size: 21px;
  }
  .inner-banner-con {
    height: inherit;
    padding-top: 80px;
  }
  .sub-head--1 h3::before {
    top: 9px;
  }
  .txt--1 p {
    font-size: 20px;
  }
  .media-services:not(.media-software-services) .media-icon-bg {
    margin-right: 30px;
  }
  .list--1 li {
    font-size: 20px;
  }
  .talk-to-an-expert p {
    font-size: 20px;
  }
  .media-services .media-body h4 {
    font-size: 18px;
  }
  .widget--4 {
    padding: 40px 20px;
  }
  .widget--4 h4 {
    font-size: 18px;
  }
  .navbar .navbar-nav .nav-link:hover:before, .navbar .navbar-nav .nav-link.active::before{
    width: 100px;
    left: calc(100% / 2 - 50px);
  }
}

@media screen and (max-width: 480px){
  .ui-fupload-1 .choose-option{
	display: none;
  }
}

@media screen and (max-width: 575px) {
  .media-services:not(.media-software-services) .media-icon-bg {
    margin-right: 20px;
    width: 70px;
    height: 120px;
    background-size: 50px;
  }
  .media-services .media-body h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .media-services .media-body p {
    font-size: 18px;
  }
  .form-head--1 p,
  .form-head--1 span {
    font-size: 18px;
  }
  .careers-ui-header{
	margin-bottom: 15px;
	padding-bottom: 15px;
  }
  .careers-ui-header h5{
	font-size: 14px;
  }
  .careers-ui-header p{
	font-size: 14px;
	margin-bottom: 8px;
  }
  .career-ui-inner{ 
	padding-bottom: 30px;
  }
  .career-ui-inner h3{
	font-size: 20px;
	margin-bottom: 20px;
  }
  .career-ui-inner h4{
	font-size: 18px;
  }
  .career-ui-inner ul li{
	font-size: 18px;
  }
  .career-ui-form{
	padding: 15px;
	border-radius: 5px;
  }
  .career-ui-form{
	font-size: 12px;
	padding-left: 10px;
	border: none;
	margin-bottom: 30px;
  } 
  .career-ui-form-thanks h5{
	font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px){
  .career-ui-form{
	padding-top: 40px;
	padding-bottom: 30px;
	border-radius: 10px;
	margin-bottom: 40px;
  }
  .sn-pisvs p{
	margin-bottom: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 85px;
  }
  .main-header {
    padding: 15px 0;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .headerfixed {
    padding: 15px 0;
  }
  .social-ui {
    margin-bottom: 20px;
  }
  .social-ui li {
    display: inline-block;
  }
  .social-ui li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .home-slider {
    padding-top: 200px;
  }
  .sub-head h3 {
    font-size: 24px;
  }
  .widget-con {
    padding: 40px;
  }
  .ui-address {
    padding: 30px 40px;
  }
  .footer-menu li.list-inline-item {
    margin-right: 20px;
  }
  .footer-menu a {
    font-size: 14px;
  }
  .inner-banner-con {
    height: inherit;
    padding-top: 120px;
  }
  .txt--1 p,
  .list--1 li {
    font-size: 20px;
  }
  .sub-head--1 h3::before {
    top: 11px
  }
  .media-services:not(.media-software-services) .media-icon-bg {
    width: 100px;
    margin-right: 30px;
  }
  .media-services .media-body h4 {
    font-size: 16px;
  }
  .media-services .media-body p {
    font-size: 18px;
  }
  .widget--3 {
    padding: 30px 5px;
  }
  .navbar-brand{
	margin-right: 10px;
  }
  .navbar .navbar-nav .nav-item{
	padding-left: 15px;
	padding-right: 0;
  }
  .navbar .navbar-nav .nav-link{
	padding: 0;
	font-size: 14px;
  }
  .sn-pisvs p{
	margin-bottom: 25px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-slider {
    padding-top: 360px;
  }
  .main-header:not(.headerfixed) {
    padding-top: 50px;
  }
  .navbar .navbar-nav .nav-item{
	padding-left: 25px;
	padding-right: 0;
  }
  .navbar .navbar-nav .nav-link{
	padding: 0;
	font-size: 14px;
  }
  .social-ui {
    margin-bottom: 20px;
	text-align: left !important;
  }
  .social-ui li {
    display: inline-block;
  }
  .social-ui li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .footer-right p{
	font-size: 12px; 
  }
}