body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}
/* width */
body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.about-bg {
  background-image: url('../img/about-mis.jpg');   
  background-position:top;
  background-size: cover; 
  /* height: 350px; */
  padding:200px 0px;
  margin-top: 60px;
}

.career-bg {
  background-image: url('../img/diverse-businesspeople-having-meeting.jpg');   
  /* background-position:0% 4; */
  background-size: cover; 
  /* height: 350px; */
  padding:150px 0px;
  margin-top: 60px;
}

.career-page-h2{
  color:#000;
  font-weight:700; 
  font-size:45px;
}

.career-page-h1{
  color:#345374;
  font-weight:900;
  font: size 54px;
}

.career-title-type{
  background-color: white;
  width: max-content;
  padding: 1px 10px;
  border-radius: 33px;
  color:#757575;
  margin: 12px 0px 6px 0px;
}

.careers{
  padding: 70px 0px;
}

@media (max-width:576px) {
    .career-bg{
      background-position: right;
    }
    .career-page-h1{
      color: #fff;
      text-shadow: 1px 1px #000;
    }
    .career-page-h2{
      text-shadow: 1px 1px white;
    }
}

.career-row{
  padding: 4px;
  margin-right: 8px !important;
  margin-top: 8px !important; 
  margin-bottom: 8px !important;
  margin-left: 8px !important;
  background-color: whitesmoke ;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 10px;
  
  background-image: url("../img/pat.png");

  /* Full height */
  height: 100%;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.career-title{
  font-weight:800;
  font-size: larger;
}

.career-title-small{
  font-weight: 600;
  font-size: large;
  color: #222222;
}

.career-info{
  font-weight:600;
  font-size:  normal;
  color: #345374;
  line-height: normal;
  margin-top:10px;
}

.career-about{
  padding: 4px;
  margin-right: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  margin-left: 8px !important;
  background-color: whitesmoke ;
  box-shadow: 1px 1px 1px 1px;
  border-radius: 10px;
}
.btn-career-view{
  background-color: #239ee0 !important;
}

.btn-career-apply,.btn-contact-us{
  background-color: #345374 !important;
  color: #fff !important;
}
.bg-gray{
  background-color: rgb(240, 239, 239);
  padding: 12px;
}
.applicant-message{
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 250px;
}

.btn-round{
  border-radius: 12px;
  padding: .50rem;
  margin: .50rem;
}

.successful-message{
  background-color: rgba(58, 255, 9, 0.192);
  border:1px solid green;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px;
}

.custom-control-file{
  width:40%;
}

.why-join-company{
  padding-inline-start: 15px;
}


.why-join-company li{
  -webkit-padding-start: 0.50em;
  padding-inline-start: 0.50em;
  padding-top: 0.5rem;
}

.why-join-company li::marker{
  content: "✔";
}




.services-bg {
  background-image: url('../img/ourservices.png');   
  background-position:center;
  background-size: cover; 
  /* height: 350px; */
  padding:150px 0px;
  margin-top: 60px;
}

@media (max-width:576px) {
    .services-bg{
      background-position:center center;
    }
    
}


.bpo-carousel{
  width:100%;
}


@media (min-width: 576px) {
  .bpo-carousel{
    width:75%;
    margin-left: 12.5%;
  }
}

.bpo-head{
  background-color: #2427c4;
  color:white;
  font-size: 120%;
  margin-top: 10px;
  padding-top: 10px;
}

.bpo-title{
  font-size: 160%;
}


.btn {
  background-color: #ddd;
  border: none;
  color: black;
  display: block;
  padding: 8px 22px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  border-radius: 20px;
  text-align: center;
}

.btn:hover {
  background-color: #81D4EF;
  color: white;
}

a {
  color: #3498db;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/* ---------------------------------------
# Expertise-lang - Styling
---------------------------------------- */

.lang_icons {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
/* 
.lang_icons img {
  max-width: 40px
} */

.pic-main {
  z-index: 1;
  background: center center no-repeat;
  background-size: cover
}


.cat-1 {
  background: rgba(0, 173, 182, .1)
}

.cat-1 h3>a {
  color: #00adb6
}

.cat-2 {
  background: rgba(247, 179, 32, .1)
}

.cat-2 h3>a {
  color: #0dd6ea
}

.cat-3 {
  background: rgba(241, 7, 80, .1)
}

.cat-3 h3>a {
  color: #f10750
}

.cat-4 {
  background: rgba(154, 222, 69, .1)
}

.cat-4 h3>a {
  color: #9ade45
}

.cat-5 {
  background: rgba(13, 214, 234, .1)
}

.cat-5 h3>a {
  color: #f7b320
}

.cat-6 {
  background: rgba(185, 95, 253, .1)
}

.cat-6 h3>a {
  color: #b95ffd
}

.cat-7 {
  background: rgba(236, 80, 152, .1)
}

.cat-7 h3>a {
  color: #ec5098
}

.cat-8 {
  background: rgba(37, 165, 95, .1)
}

.cat-8 h3>a {
  color: #25a55f
}

.cat-9 {
  background: rgba(234, 105, 13, .1)
}

.cat-9 h3>a {
  color: #ea690d
}

.cat-10 {
  background: rgba(247, 179, 32, .1)
}

.cat-10 h3>a {
  color: #f7b320
}

/* --------------------------------------
# Rating Brand Slider Styling
----------------------------------------- */



.single_brands img {
  transition: all ease .4s;
  max-width: 130px;
  margin: 0 auto;
  display: table;
  opacity: 1
}

.op-1 .single_brands img {
  opacity: 1
}

.op-1.large .single_brands img {
  opacity: 1;
  max-width: 160px
}


.sec-heading {
  margin-bottom: 2rem
}

.sec-heading.lg {
  margin-bottom: 30px
}

.sec-heading.center {
  text-align: center
}

.sec-heading h2,
.sec-heading p {
  margin-bottom: 5px;
  font-weight:800;
  font-size:26px;
}

.sec-heading.light h2,
.sec-heading.light p {
  color: #fff
}

.color-heading .sec-heading h2 {
  color: #d70040
}

.sec-heading p {
  margin-bottom: 0;
  line-height: 1.2
}

@media (max-width:768px) {
  .sec-heading h2,
  .sec-heading p {
    font-weight:700;
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #345374;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #003366;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  z-index: 997;
  transition: all 0.3s;
  /* background-color: #fff; */
  /* background-image: linear-gradient(to bottom,rgb(211, 222, 230),white); */
  background: #fff;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 60px;
  background: #fff;
  /* background-image: linear-gradient(to bottom,rgb(211, 222, 230),white); */

}


#header .logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  /* letter-spacing: 1px; */
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    /* background-color: #fff;
    background-image: linear-gradient(to bottom,rgb(211, 222, 230),white); */
    background-color: #fff;  
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: black;
  padding:8px 20px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #345374;
  text-decoration: none;
}

.wide-navigation .get-started a {
  background: #345374;
  color: #fff;
  border-radius: 50px;
  margin:0px 15px;
  padding:9px 14px;
  transition: all .2s ease-in-out;
}

.wide-navigation .get-started a:hover {
  transform:scale(1.1);
  background:#456484;
  color: #fff;
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  /* background: #fff; */
  
  background-color: #fff;
  background-image: linear-gradient(to bottom,rgb(211, 222, 230),white);
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav .drop-down-menu{
  transition: all 1.5s; 
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  margin-top: 60px;
  display: block;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  /* color: black; */
}

#hero h2 {
  /* color: #484848; */
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 900;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}
/* 
#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
} */

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height:auto;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    width: 70%;
  }
  #hero h1{
    font-size: 24px;
    line-height: 28px;
  }
  #hero h2{
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 60px;
  }
  #hero h1 {
    font-size: 20px;
    line-height: 24px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #hero .hero-img img {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
    height: auto;

  }
}


@media (max-width: 350px) {
  #hero .hero-img img {
    width: 70%;
    height: auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0px;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 45px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before, .section-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}


.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

@media (max-width:576px) {
  section{
    padding: 50px 0px;
  }
  .section-title {
    padding-bottom: 25px;
  }
  .section-title h2 {
    font-size: 20px;
    
  }
  .section-title h2::before {
    margin:auto;
  }
  
  .section-title h2::before, .section-title h2::after {
    width: 0px;
    height: 0px;
    background: transparent;
    display: inline-block;
  }

  .section-title h2::after {
    margin: 0px;
  }
  
  .section-title p {
    margin: 0px;
  }

}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}


.about .content {
  margin-bottom: 40px; 
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/


.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .section-title h2{
  font-size: 20px;
}
.counts .section-title h2::before{
  margin:5px 15px 5px 0px;
}

.counts .section-title h2::after{
  margin:5px 0px 5px 15px;
}

@media (max-width:576px) {
  .counts .section-title h3{
    font-size: 24px;
    font-weight: 800 !important;
    margin-top: 3px;
    line-height: 1.2;
    margin-bottom: 5px; 
  }
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counts .content .count-box h1{
  padding-top:10px;
  padding-left: 10px;
}

.counts .content .count-box h6{
  padding-top:10px;
  padding-left: 10px;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 10px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #3498db;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #3498db;
}

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features{
  padding: 100px 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  /* background: #f6f6f6; */
  border-radius: 9px;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}

.features .nav-tabs a.nav-link {
  color: #345374 !important;
  background-color: #cecece;
  /* border-color: #dee2e6 #dee2e6 #fff; */
}

.features .nav-tabs .nav-item.show a.nav-link, .nav-tabs a.nav-link.active {
  color: #345374 !important;
  background-color:#fff;
  /* border-color: #dee2e6 #dee2e6 #fff; */
}
.features .nav-tabs{
  font-weight: 700;
  font-size: 18px;
}

.features .nav-tabs .nav-item{
  margin:0px 2px;
}


.features .nav-tabs .nav-item a.nav-link{
  color: #345374;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.features .features-lang-bg{
  background-color: #fff;
    margin: 10px auto;
    width: 100%;
    padding: 10px;
    border-radius: 30px;  
}

.features .tab-content{
  background-color: #345374;
}
.features .tab-content .row {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #345374;
}

.features .tab-pane h4{
  color:#fff;
  margin-top:3px;
  margin-top:12px;
}

.features .tab-pane p{
  color: #fff;
  font-size: large;
  text-align: justify;
  margin-bottom: 12px;
}

.features .tab-pane{
  background-color:#345374;
}

.features .features-lang-bg img{
  transition: all .2s ease-in-out;
}

.features .features-lang-bg img:hover{
  transform:scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #3498db !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

.brand-bg{
    /* The image used */
  background-image: url("../img/boxed-bg.png");

  /* Full height */
  height: 100%;


  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: 100px; */
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f3f3;
  min-height: 40px;
  margin-top: 80px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3498db !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

.portfolio-hero-title h1{
  padding-top: 60px;
  font-family: Roboto;
  font-size:7vw;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width:991px) {
  .portfolio-hero-title h1{
    font-size: 5.8vw;
  }
}

@media (max-width:576px) {
  .portfolio-hero-title h1{
    font-size: 16vw;
  }
}


@media (max-width:330px) {
  .portfolio-hero-title h1{
    font-size: 12vw;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  /* background-image: linear-gradient(to bottom,white,rgb(211, 222, 230)); */
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  border-top: 2px solid #345434;
  /* margin-top: 10px;     */
  /* z-index:100; */
}

#footer.unique-color-dark{
  background-color:#323232;
  color: #fff;
}

#footer .footer-links a {
  /* color: #345374; */
  color: #cecece;
  padding-left: 15px;
  font-size:1rem;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #fff;
  font-weight: 700;
} 


#footer .footer-tech-links{
  padding-right: 5px;
  font-size:110%;
  color: #d3dee6;
  margin-right: 6px;
  margin-bottom: 1px;
  font-weight: 400;
}

#footer .footer-tech-links:hover{
  color: #fff;
}

#footer .footer-columns{
  margin-bottom: 2px;
}

#footer .foot-border{
  background-color: #000;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
  padding-top: 10px;  
}


#footer .ic:hover{
  color: #fff;
  font-weight: 700;
}



@media (max-width:576px) {
  #footer .footer-columns{
    margin-bottom: 0px;
  }
  #footer .footer-columns p{
    margin-bottom: 0px !important;
  }  
  #footer .top-services{
    text-align: center;
    display: block;
    width: 100%;
  }
  #footer .footer-tech-links{
    font-size:100%;
    padding-right: 2px;
    margin-right: 2px;
    margin-bottom: 1px;
    display: inline-block;
  }
}

#footer .footer-columns p{
  margin-bottom: 2px !important;
}


.error, .warning , .success, .hidden{
  display: none;
}


.techdomain-heading{
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	font-size:20px;
	font-family: poppins,sans-serif!important;
  font-weight: 400;
}


.techstack-title{
	padding: 20px;width:75%;margin-left:25%;height:100px;z-index:1;box-shadow: 0 0 20px rgb(0 0 0 / 20%);transition: all .5s ease 0s;border: 1px solid #e2e2e2;border-radius:5px;
  text-align: right;
}
.techstack-title:hover{
  box-shadow: 5px 10px 10px rgb(0 0 0 / 30%);
    border: 1px solid #345374;
}

.techstack-element:hover{
	box-shadow: 5px 10px 10px rgb(0 0 0 / 30%);
  border: 1px solid #3498db;
}
.techstack-text{
  display: flex;
  align-items: flex-end;
  float: right;
  padding: 5px 5px;
  border-color: black;
  font-family: poppins,sans-serif!important;
  font-weight: 600;
  font-size: 20px;
  border-width: 10px;
  text-align: center!important;
  margin-top: 0px;
  margin-right: 0px;
}
.tech-icon{
  padding: 7px; border-radius:50%;box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2); 
  display:flex;justify-content:center;align-items:center;
  width:60px;height:60px;position:absolute;top:20px;left:40px;z-index:2;background-color:#fff;
}

.why-hire{
  width:100%;
	/* float:left; */
}

.wh-main-section{
  padding: 50px 0;
}

.whc{
  background: #c0c0c0;
}

.why-hire-sectionhead{
  width:100%;
	float:left;
  position: relative;
  margin: 0;
}

.why-hire-textcenter{
  text-align: center;
}

.why-hire-sectionhead.why-hire-textcenter{
  text-align: center;
}

.why-hire-sectiontitle{
  width:100%;
	float:left;
  padding-bottom:30px;
  position: relative;
  margin: 0 0 50px;
}
.why-hire-sectiontitle:after{
  left: 0;
	bottom: 0;
	height: 4px;
	content: '';
	width: 160px;
	border-radius: 2px;
	position: absolute;
  background-color: #3498db;
}

.why-hire-sectiontitle h2{
  margin: 0 0 13px;
	display: block;
	color: #323232;
	font-size: 36px;
  font-weight: 900;
	line-height: 36px;
	text-transform:none!important;
}

.why-hire-textcenter .why-hire-sectiontitle:after{
  left: 50%;
  margin: 0 0 0 -80px;
}
.why-hire-categoryexpl2 .float-left{
  padding-bottom: 20px;
}

.why-hire-categorycontent{
  background:#f9f9f9;
	float: left;
	width: 100%;
	min-height: 255px;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	text-align: center;
	border:1px solid #eff2f5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  align-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
}

.why-hire-categorycontent:hover{
  -webkit-box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.25);
}

.hire-process h3{
  font-size:16px;
}

.hire-process p{
  font-size:13px; 
}

.why-hire-bannerholder{
  background-color: #330033;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='392' height='392' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404' stroke-width='2.6'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23505'%3E%3Ccircle cx='769' cy='229' r='9'/%3E%3Ccircle cx='539' cy='269' r='9'/%3E%3Ccircle cx='603' cy='493' r='9'/%3E%3Ccircle cx='731' cy='737' r='9'/%3E%3Ccircle cx='520' cy='660' r='9'/%3E%3Ccircle cx='309' cy='538' r='9'/%3E%3Ccircle cx='295' cy='764' r='9'/%3E%3Ccircle cx='40' cy='599' r='9'/%3E%3Ccircle cx='102' cy='382' r='9'/%3E%3Ccircle cx='127' cy='80' r='9'/%3E%3Ccircle cx='370' cy='105' r='9'/%3E%3Ccircle cx='578' cy='42' r='9'/%3E%3Ccircle cx='237' cy='261' r='9'/%3E%3Ccircle cx='390' cy='382' r='9'/%3E%3C/g%3E%3C/svg%3E");
  position: relative;
}


.why-hire-bannercontent{
  float: left;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  align-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	height: 100%;
}

.why-hire-bannerhead{
  float: left;
	width: 100%;
	margin: 0 0 13px;
}

.why-hire-bannercontent .why-hire-title h1{
	font-size: 31px;
    font-weight: 600;
    line-height: 55px;
    color: #fff;
    margin: 10px 0 0px;	
	text-transform: inherit;
}
.why-hire-bannercontent .why-hire-title h1 span{
	display: initial;
	font-weight:400; 
}
.why-hire-bannercontent .why-hire-bannerhead .why-hire-description p{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.why-hire-bannercontent .why-hire-bannerhead .why-hire-description p a{
	color: #fff!important;
	font-size: 17px;

}

.why-hire-bannerholder:before{
	top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(50,50,50,0.40);
}
.why-hire-bannerimages{
	float: left;
	padding: 99px 0;
}
.why-hire-bannermanimg{
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
.why-hire-bannermanimg img{
	width: 100%;
	display: block;
}

.why-hire-btnarea{
  float: left;
	width: 100%;
}

.why-hire-btn{
  color: #fff;
	padding: 0 25px;
	background: #fff;
	position:relative;
	text-align:center;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	font:700 15px/50px 'Poppins', Arial, Helvetica, sans-serif;
}

.why-hire-btn:hover{
  -webkit-box-shadow: 10px 10px 25px 0 rgba(0,0,0,0.25);
	box-shadow: 10px 10px 25px 0 rgba(0,0,0,0.25);
}

.why-hire-btn:hover,
.why-hire-btn:focus{color:#fff;}
.why-hire-btn-lg { width: 100%;}

.why-hire-main {padding: 20px 0;}

.why-hire-main-section {padding: 50px 0;}

.why-hire-mobileimg{
	margin: 0;
	float: left;
	width: 100%;
}
.why-hire-mobileimg{
	width: 100%;
	display: block;
}

.why-hire-experienceholder{
	width: 100%;
	float: left;
	padding: 57px 0;
}
.why-hire-experienceholder .why-hire-sectiontitle{margin: 0 0 44px;}
.why-hire-experienceholder .why-hire-description p{
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 26px;
}
.why-hire-experienceholder .why-hire-appicon{margin-top: 6px;}

.hire-resource ul {
	list-style: none;
	margin: 0 40px 60px 0;
	justify-content: flex-start;
	flex-wrap: wrap
}
.hire-resource li {
	width: 32%;
	border: 1px dashed #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 0 8px 10px 0;
	padding: 10px 5px 10px 45px;
	font: 15px/28px mulilight, sans-serif;
	color: #fff;
	display: inline-block;
	position: relative;
	background: 0 0
}
.hire-resource li:after {
	content: '\f058';
	font-size: 24px;
	font-family: FontAwesome;
	position: absolute;
	left: 12px;
	top: 10px
}
.ios-hire-resource ul {
	list-style: none;
	margin: 0 40px 60px 0;
	justify-content: flex-start;
	flex-wrap: wrap
}
.ios-hire-resource li {
	width: 32%;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 0 8px 10px 0;
	padding: 10px 5px 10px 45px;
	font: 15px/28px mulilight, sans-serif;
	color: #000;
	display: inline-block;
	position: relative;
	background: 0 0
}
.ios-hire-resource li:after {
	content: '\2713';
	font-size: 24px;
	font-family: FontAwesome;
	position: absolute;
	left: 12px;
	top: 10px;
  color: #111;
  transition: all 300ms ease-in-out;
}
.ios-points h5{
	font-size:18px;
	font-weight:600;
	padding-bottom:18px;
}

@media (max-width:576px) {
.ios-hire-resource li {
  width: 96%;  
}
}