@charset "UTF-8";
/*
Theme Name: Syscrowd
Theme URI: https://syscrowd.com/
Author: Syscrowd
Author URI: https://syscrowd.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: syscrows
 */

body {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}

a {
  transition: ease all 0.3s;
  color: #653090;
}
a:hover {
  text-decoration: none !important;
}

img {
  transition: ease all 0.3s;
}

p {
  font-size: 15px;
  color: #666666;
}

ul {
  list-style: none;
  padding: 0;
}

strong {
  font-weight: 600;
}

figure {
  margin: 0;
  position: relative;
}

figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

hr {
  border: 1px solid #f04020;
  width: 100px;
  margin: 30px 0px 30px 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.error {
  border-color: #653090 !important;
}

label.error {
  display: none !important;
}

.btnpurple {
  background-image: linear-gradient(to right, #653090, #5f2b8a);
  color: #fff;
  border: 0;
  outline: none;
  min-width: 160px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 9px 30px;
}
@media only screen and (max-width: 480px) {
  .btnpurple {
    min-width: 120px;
    height: 37px;
    font-size: 13px;
  }
}
.btnpurple:focus {
  outline: none;
}
.btnpurple:hover {
  color: #fff;
  background-image: linear-gradient(to left, #653090, #5f2b8a);
}
.btnpurple.nofill {
  background: transparent;
  border: 1px solid #653090;
  color: #653090;
  margin: 0;
  display: none;
}
.btnpurple.nofill:hover {
  background: #653090;
  color: #fff;
}
.btnpurple.white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 0;
}
.btnpurple.white:hover {
  background: #fff;
  color: #18191d;
}

.owl-dot {
  display: inline-block;
  margin-right: 4px;
}
.owl-dot span {
  width: 7px;
  height: 7px;
  background: #ddd;
  display: block;
  border-radius: 20px;
}
.owl-dot.active span {
  background: #653090;
  width: 10px;
}

.fs18 {
  font-size: 18px;
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .mb40 {
    margin-bottom: 0;
  }
}

.mb70 {
  margin-bottom: 70px;
}

.grid-item {
  float: left;
  width: 33.33%;
  padding: 8px;
}

.grid-item.hidden {
  display: none;
}

/* Heading Style Start */
.styleheading, .secheading h2 {
  font-size: 48px;
  font-weight: 600;
}

.paraheading, .secheading p {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 480px) {
  .paraheading, .secheading p {
    font-size: 14px;
  }
}

/* Heading Style End */
.transitions, .close-menu:after, .close-menu:before, .toggle-menu:after, .toggle-menu:before, .toggle-menu {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.readmore {
  font-size: 14px;
  color: #653090;
  display: inline-block;
}
.readmore:hover {
  color: #653090;
}
.readmore:hover:after {
  background-position: -166px 0;
}
.readmore:after {
  content: "";
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png") -188px 0 no-repeat;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  transition: ease all 0.3s;
}
.readmore.white:hover {
  color: #fff;
}
.readmore.white:hover:after {
  background-position: -73px -17px;
}
.readmore.white:after {
  background-position: -92px -17px;
}

section {
  padding: 70px 0;
}

.toggle-menu {
  position: absolute;
  top: -5px;
  right: 15px;
  left: auto !important;
  cursor: pointer;
  z-index: 1;
  float: right;
  display: none;
  background-image: linear-gradient(to right, #653090, #7d38b5);
  width: 50px;
  height: 50px;
  box-shadow: 2px 4px 15px #602c8b;
  border-radius: 61px;
}
.toggle-menu span {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  right: 12px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .toggle-menu {
    display: flex;
  }
}
.toggle-menu:before {
  position: absolute;
  right: 12px;
  top: 24px;
  width: 21px;
  height: 2px;
  background: #fff;
  content: "";
}
.toggle-menu:after {
  position: absolute;
  right: 12px;
  top: 32px;
  width: 14px;
  height: 2px;
  background: #fff;
  content: "";
}
.toggle-menu:hover:before {
  width: 27px;
}
.toggle-menu:hover:after {
  width: 27px;
}

.close-menu {
  position: absolute;
  top: -5px;
  right: 15px;
  left: auto !important;
  width: 28px;
  height: 28px;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  z-index: 1;
  display: none;
  float: right;
  background-image: linear-gradient(to right, #653090, #7d38b5);
  width: 50px;
  height: 50px;
  box-shadow: 2px 4px 15px #602c8b;
  border-radius: 61px;
}
.close-menu:before {
  position: absolute;
  right: 13px;
  top: 23px;
  width: 25px;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
  transform-origin: center;
}
.close-menu:after {
  position: absolute;
  right: 13px;
  top: 23px;
  width: 25px;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
}
.close-menu:hover:before {
  transform: rotate(45deg);
}
.close-menu:hover:after {
  transform: rotate(-45deg);
}

.header {
  position: fixed;
  width: 100%;
  padding: 20px 0;
  z-index: 3;
  transition: ease all 0.3s;
}
.header .logo {
  width: 182px;
  transition: ease all 0.3s;
}
@media only screen and (max-width: 480px) {
  .header .logo {
    width: 170px;
  }
}
.header .logo .logowhite {
  display: block;
}
.header .logo .logoblack {
  display: none;
}
.header nav {
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .header nav {
    display: none;
    position: absolute;
    right: 15px;
    top: 46px;
    background: #653090;
    padding: 6px 0;
  }
}
@media screen and (max-width: 1000px) {
  .header nav .nav {
    display: flex;
    flex-direction: column;
    width: 160px;
  }
}
.header nav ul li a {
  padding: 5px 15px 4px 15px;
  color: #fff;
  position: relative;
  display: block;
}
@media screen and (max-width: 1000px) {
  .header nav ul li a {
    padding: 6px 15px;
    color: #fff;
  }
}
.header nav ul li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: transparent;
  margin: 0 auto;
  border-radius: 21px;
  position: absolute;
  left: 0;
  right: 0;
}
.header nav ul li a:hover:after {
  background: #653090;
}
.header nav ul li.current_page_item a:after {
  background: #653090;
}
.header nav ul li:last-child a {
  padding-right: 0;
}

.content {
  padding-top: 190px;
}
@media screen and (max-width: 480px) {
  .content {
    padding-top: 140px;
  }
}

.fixed-header {
  background: #fff;
  padding: 10px 0;
  box-shadow: 1px 0px 7px #ddd;
}
.fixed-header .logo {
  width: 130px;
}
.fixed-header .logo .logoblack {
  display: block;
}
.fixed-header .logo .logowhite {
  display: none;
}
.fixed-header .primenu ul li a {
  color: #18191d;
}
.fixed-header .primenu ul li:hover a {
  color: #653090;
}
@media screen and (max-width: 480px) {
  .fixed-header .primenu ul li a {
    color: #fff;
  }
}
.fixed-header .toggle-menu, .fixed-header .close-menu {
  transform: scale(0.75);
  top: -8px;
}

.secheading h4 {
  color: #18191d;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
}
.secheading h4:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #653090;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .secheading h4 {
    font-size: 16px;
  }
  .secheading h4:before {
    width: 15px;
    margin-right: 8px;
  }
}
.secheading h2 {
  color: #653090;
  margin-bottom: 20px;
  font-size: 38px;
}
@media screen and (max-width: 480px) {
  .secheading h2 {
    font-size: 26px;
  }
}
.secheading.white h4, .secheading.white h2, .secheading.white p {
  color: #fff;
}
.secheading.white h4:before {
  background: #fff;
}

.bannersec {
  z-index: 0;
  position: relative;
  padding: 0;
  background: #642f8f;
}
.bannersec .controller {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 6;
  bottom: 0;
  height: 75px;
  text-align: right;
  width: 100%;
  margin: auto;
}
.bannersec .controller ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bannersec .controller ul li {
  margin-bottom: 15px;
}
.bannersec .controller ul li a {
  width: 15px;
  height: 15px;
  background: #ddd;
  display: block;
  border-radius: 61px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.7);
}
.bannersec .controller ul li.active a {
  background-image: linear-gradient(to right, #e62c4b, #f2431b);
  box-shadow: 0px 3px 15px rgba(230, 44, 75, 0.7);
}
.bannersec .banner {
  height: 800px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .bannersec .banner {
    height: 520px;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner {
    height: 440px;
    background-attachment: initial !important;
  }
}
.bannersec .banner .desc {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 850px;
  width: 720px;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .bannersec .banner .desc {
    height: 500px;
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner .desc {
    height: 390px;
    margin-top: 50px;
  }
}
.bannersec .banner .desc h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .bannersec .banner .desc h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  .bannersec .banner .desc h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner .desc h2 {
    font-size: 26px;
  }
}
.bannersec .banner .desc h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .bannersec .banner .desc h3 {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner .desc h3 {
    font-size: 20px;
  }
}
.bannersec .banner .desc h4 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .bannersec .banner .desc h4 {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner .desc h4 {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
.bannersec .banner .desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .bannersec .banner .desc p {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  .bannersec .banner .desc p {
    font-size: 14px;
  }
}
.bannersec #banner-home {
  background: url("/wp-content/uploads/2020/02/home-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.bannersec #banner-about {
  background: url("/wp-content/uploads/2020/02/about-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.bannersec #banner-capabilities {
  background: url("/wp-content/uploads/2020/02/capabilities-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.bannersec #banner-work {
  background: url("/wp-content/uploads/2020/02/work-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.bannersec #banner-career {
  background: url("/wp-content/uploads/2020/02/career-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.bannersec #banner-contact {
  background: url("/wp-content/uploads/2020/02/contact-background.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.bannersec .bannerinner.banner {
  background: url("/wp-content/uploads/2020/02/home-background.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0 0 0;
  height: auto;
}
.bannersec .bannerinner.banner .desc {
  height: 300px;
  margin-top: 0;
}
.bannersec .bannerinner.banner .desc h2 {
  font-size: 50px;
}
@media screen and (max-width: 480px) {
  .bannersec .bannerinner.banner .desc h2 {
    font-size: 38px;
  }
}
.bannersec .bannerinner.banner .desc h4 {
 font-size: 18px;
}
@media screen and (max-width: 480px) {
  .bannersec .bannerinner.banner .desc h4 {
    font-size: 14px;
  }
}
.bannersec .bannerinner.banner .desc p {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .bannersec .bannerinner.banner .desc p {
    font-size: 14px;
  }
}


.scrolldown {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .scrolldown {
    display: none;
  }
}
.scrolldown a {
  color: #fff;
  display: block;
  padding: 92px 0 0 0;
}
.scrolldown a:after {
  content: "";
  display: block;
  width: 26px;
  height: 44px;
  border: 2px solid;
  position: absolute;
  border-radius: 60px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.scrolldown a:before {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  border-radius: 60px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 28px;
  animation-name: mousescroll;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cta {
  position: relative;
  padding: 19px 22px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 0;
  background: transparent;
}
@media screen and (max-width: 900px) {
  .cta {
    padding: 15px 17px;
  }
}
.cta:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  border-radius: 28px;
  background-image: linear-gradient(to right, #e62c4b, #f2431b);
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 2px 4px 15px rgba(230, 44, 75, 0.7);
}
@media screen and (max-width: 900px) {
  .cta:before {
    width: 40px;
    height: 40px;
  }
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  color: #fff;
}
.cta:hover:before {
  width: 100%;
  border-radius: 110px;
}

.services {
  text-align: center;
  padding: 100px 0 30px 0;
}
@media screen and (max-width: 900px) {
  .services {
    padding: 100px 0 100px 0;
  }
}
@media screen and (max-width: 480px) {
  .services {
    padding: 50px 0 40px 0;
  }
}
.services .serboxcon {
  margin-top: 60px;
}
.services .serbox {
  transition: ease all 0.3s;
  text-align: left;
  display: flex;
  min-height: 85px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 992px) {
  .services .serbox {
    margin-bottom: 30px;
  }
}
.services .serbox img {
  transition: ease all 0.3s;
}
.services .serbox h3 {
  color: #653090;
  font-weight: 600;
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .services .serbox h3 {
    margin-bottom: 5px;
  }
}
.services .serbox p {
  font-size: 14px;
  color: #666666;
}
.services .serbox .iconsprite {
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png");
  min-width: 66px;
  height: 60px;
  margin: 0 0;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .services .serbox .iconsprite {
    margin-right: 7px;
  }
}
.services .serbox .icon-1 {
  background-position: -7px -73px;
}
.services .serbox .icon-2 {
  background-position: -9px -197px;
}
.services .serbox .icon-3 {
  background-position: -6px -5px;
}
.services .serbox .icon-4 {
  background-position: -8px -135px;
}
.services .serbox .icon-5 {
  background-position: -7px -266px;
}
.services .serbox .icon-6 {
  background-position: -3px -327px;
}
.services .readmore {
  margin-top: 70px;
}

.about {
  background: #f6f6f7;
  padding: 80px 0 80px 0;
}
@media screen and (max-width: 900px) {
  .about {
    padding: 30px 0 40px 0;
  }
}
.about .leftcont {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .about-img {
  box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 900px) {
  .about .about-img {
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .about .about-img {
    margin-top: 50px;
  }
}

.portfolio {
  background: #18191d;
  padding: 0px 0 30px 0;
  text-align: center;
  position: relative;
}
.portfolio:before {
  content: "";
  display: block;
  width: 100%;
  height: 370px;
  background: #653090;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .portfolio:before {
    height: 336px;
  }
}
@media screen and (max-width: 900px) {
  .portfolio:before {
    height: 317px;
  }
}
.portfolio h2 {
  color: #fff;
  font-size: 200px;
  font-weight: 600;
  opacity: 0.2;
}
@media screen and (max-width: 1200px) {
  .portfolio h2 {
    font-size: 130px;
  }
}
@media screen and (max-width: 480px) {
  .portfolio h2 {
    font-size: 80px;
  }
}
.portfolio .portfolioitems {
  margin-bottom: 40px;
}
.portfolio .portfolioitems a {
  overflow: hidden;
  position: relative;
  display: block;
}
.portfolio .portfolioitems a figure {
  position: relative;
  overflow: hidden;
}
.portfolio .portfolioitems a figure img {
  transition: ease all 0.3s;
}
.portfolio .portfolioitems a .overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: ease all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*&:after
  * content: "" attr(title) ""
  * display: flex
  * position: absolute
  * top: 0
  * left: 0
  * bottom: 0
  * margin: auto
  * width: 100%
  * height: 100%
  * align-items: center
  * justify-content: center
  * color: #fff
  * font-size: 26px
  * font-weight: 700
  * text-transform: uppercase*/
}
.portfolio .portfolioitems a .overlay h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.portfolio .portfolioitems a .overlay h5:after {
  content: "";
  display: block;
  margin: 11px auto 0px auto;
  height: 2px;
  background: #fff;
  width: 40%;
}
.portfolio .portfolioitems a:hover .overlay {
  opacity: 1;
}
.portfolio .portfolioitems a:hover figure img {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1.1);
}

.vacancies {
  background: #f6f6f7;
}
@media screen and (max-width: 480px) {
  .vacancies {
    padding: 35px 0;
  }
}
.vacancies h3 {
  color: #653090;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .vacancies h3 {
    font-size: 25px;
  }
}
.vacancies .vacbox {
  background: #fff;
  padding: 30px 30px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  box-shadow: 1px 1px 31px #dddd;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 480px) {
  .vacancies .vacbox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.vacancies .vacbox h4 {
  font-size: 17px;
  margin-bottom: 10px;
}
.vacancies .vacbox p {
  font-size: 14px;
  margin-bottom: 0;
}
.vacancies .vacbox .btnpurple {
  min-width: 150px;
}
@media screen and (max-width: 480px) {
  .vacancies .vacbox .btnpurple {
    margin-top: 20px;
  }
}

.work {
  padding: 90px 0 40px 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .work {
    padding: 40px 0;
  }
}
.work:before {
  content: "";
  /*background: #653090;*/
  width: 100%;
  height: 490px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
  background: url('/wp-content/uploads/2020/02/about-mission-bg.jpg') no-repeat;
}
.work.nobg:before {
  content: none;
}
.work .secheading {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .work .secheading {
    margin-bottom: 26px;
  }
}
.work .secheading h4 {
  margin-bottom: 10px;
}
.work .workbox:hover img {
  transform: scale(1.1);
}
.work .workbox .inner {
  padding: 30px 20px 30px 20px;
}
.work .workbox figure {
  border-radius: 8px;
  overflow: hidden;
}
.work .workbox figure img {
  box-shadow: 1px 1px 1px #ddd;
  transition: ease all 0.3s;
}
.work .workbox h5 {
  color: #653090;
  font-weight: 600;
  margin-bottom: 18px;
}
.work .workbox p {
  font-size: 15px;
}
.work .workbox a {
  text-decoration: underline;
  margin-left: 17px;
}

.capabilities {
  background: url("/wp-content/uploads/2020/02/capabilities-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .capabilities {
    background-position: center right;
  }
}
.capabilities:after {
  content: "";
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  display: block;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .capabilities:after {
    width: 15%;
  }
}
@media screen and (max-width: 480px) {
  .capabilities:after {
    content: none;
  }
}
.capabilities .rightcont {
  position: relative;
  z-index: 1;
}
.capabilities .rightcont .secheading {
  margin: 110px 0 60px 0;
}
@media screen and (max-width: 1300px) {
  .capabilities .rightcont .secheading {
    margin: 60px 0 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .capabilities .rightcont .secheading {
    padding-left: 0;
  }
}
.capabilities .rightcont .secheading h4 {
  color: #fff;
}
.capabilities .rightcont .secheading h4:before {
  background: #fff;
}
.capabilities .rightcont .secheading h2 {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .capabilities .rightcont .secheading h2 {
    font-size: 25px;
  }
  .capabilities .rightcont .secheading h2 br {
    display: none;
  }
}
.capabilities .rightcont .capbox {
  background: linear-gradient(135deg, #653090 40%, #1440a8 100%);
  padding: 50px 50px 50px 70px;
}
@media screen and (max-width: 1300px) {
  .capabilities .rightcont .capbox {
    padding: 40px 30px 40px 60px;
  }
}
@media screen and (max-width: 480px) {
  .capabilities .rightcont .capbox {
    padding: 15px 15px 15px 15px;
    margin-bottom: 50px;
  }
}
.capabilities .rightcont .capbox .inner {
  margin-bottom: 30px;
  display: flex;
}
.capabilities .rightcont .capbox .inner .iconsprite {
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png");
  min-width: 66px;
  height: 60px;
  margin: 0 0;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .capabilities .rightcont .capbox .inner .iconsprite {
    display: none;
  }
}
.capabilities .rightcont .capbox .inner .icon-1 {
  background-position: -88px -73px;
}
.capabilities .rightcont .capbox .inner .icon-2 {
  background-position: -88px -197px;
}
.capabilities .rightcont .capbox .inner .icon-3 {
  background-position: -81px -324px;
}
.capabilities .rightcont .capbox .inner h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 3px;
}
.capabilities .rightcont .capbox .inner p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .capabilities .rightcont .capbox .inner p br {
    display: none;
  }
}
.capabilities .rightcont .capbox .inner:last-child {
  margin-bottom: 0;
}

.calltoaction {
  background: url("/wp-content/uploads/2020/02/call-to-action.jpg");
  background-size: cover;
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  .calltoaction {
    padding: 50px 0;
  }
}
.calltoaction h2 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .calltoaction h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.calltoaction p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 480px) {
  .calltoaction p {
    font-size: 14px;
  }
}
.calltoaction a {
  color: #fff;
  border: 1px solid #ddd;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 0;
}

.getintouch {
  background: url("/wp-content/uploads/2020/02/getintouch.jpg") no-repeat;
  text-align: center;
  background-size: cover;
  min-height: 800px;
}
@media screen and (max-width: 480px) {
  .getintouch {
    padding-bottom: 40px;
    height: auto;
  }
}
.getintouch .secheading h2 {
  color: #fff;
}
.getintouch .secheading p {
  color: #fff;
}

.list {
  padding-left: 18px;
}
.list li {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666666;
}
.list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #653090;
  margin-right: 12px;
  margin-left: -18px;
  font-size: 10px;
}

.footer .menu {
  padding-left: 20px;
}

.footer .menu li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #653090;
  margin-right: 12px;
  margin-left: -18px;
  font-size: 10px;
  transition: ease all 0.3s;
}
.footer .menu li:hover:before {
    margin-right: 15px;
}
.footer {
  background: url("/wp-content/uploads/2020/02/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.footer .footertop {
  padding: 50px 0;
}
@media screen and (max-width: 480px) {
  .footer .footertop {
    padding: 35px 0 0px 0;
  }
}
.footer .footertop .widgetcol {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .footer .footertop .widgetcol {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .footer .footertop .widgetcol .widget {
    padding-left: 30px;
    margin-bottom: 30px;
  }
}
.footer .footertop .widgetcol .widget a.logo {
	width: 180px;
    display: block;
}
@media screen and (max-width: 480px) {
  .footer .footertop .widgetcol .widget a.logo {
    margin-bottom: 15px;
  }
}
.footer h3 {
  color: #653090;
  font-size: 28px;
  font-weight: 700;
}
.footer h4 {
  margin-bottom: 20px;
  color: #18191d;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .footer h4 {
    margin-bottom: 10px;
  }
}
.footer ul {
  padding-left: 30px;
}
.footer ul li {
  font-size: 13px;
  margin-bottom: 8px;
}
@media screen and (max-width: 480px) {
  .footer ul li {
    margin-bottom: 4px;
  }
}
.footer ul li i {
  color: #653090;
  margin-right: 10px;
  width: 18px;
  margin-left: -28px;
  transition: ease all 0.3s;
}
.footer ul li:hover a i {
  margin-right: 13px;
}
.footer ul li a {
  color: #3a3a3a;
}
.footer ul li a:hover {
  color: #653090;
}
.footer ul li p {
  color: #3a3a3a;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .footer ul li p {
    font-size: 13px;
  }
}
.footer .list {
  padding-left: 18px;
}
.footer .copyrights {
  padding: 26px 0;
  border-top: 1px solid #e0d5e8;
}
@media screen and (max-width: 480px) {
  .footer .copyrights {
    padding: 11px 0;
  }
}
.footer .copyrights p {
  color: #272727;
  text-align: center;
  margin: 0;
  font-size: 12px;
}

.backtotop {
  display: block;
  opacity: 0;
  background-image: linear-gradient(to right, #653090, #1440a8);
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  text-align: center;
  cursor: pointer;
  box-shadow: 2px 4px 15px rgba(101, 48, 144, 0.7);
}
.backtotop:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 18px;
  top: 23px;
}
.backtotop:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 24px;
  top: 23px;
}

.contact .infobox {
  display: flex;
}
@media screen and (max-width: 480px) {
  .contact .infobox {
    margin-bottom: 12px;
  }
}
.contact .infobox figure img {
  width: 80px;
}
.contact .infobox .info {
  margin-left: 10px;
}
.contact .infobox .info h5 {
  color: #653090;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.contact .infobox .info a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.contact .infobox .info p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 5px;
}
.contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 50px 0;
}
@media screen and (max-width: 480px) {
  .contact ul {
    display: none;
  }
}
.contact ul li {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 14px;
}
.contact ul li:after {
  content: "/";
  margin: 0 30px;
}
.contact ul li:last-child:after {
  content: none;
}
.contact ul li a {
  color: #000;
}
.contact ul li a:hover {
  color: #653090;
  text-transform: underline;
}

@media screen and (max-width: 480px) {
  .contactsec h3 {
    font-size: 22px;
  }
}
.contactsec .form .inputfield {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.contactsec .form .inputfield:focus {
  background: #f7f7f7;
  border-color: #653090;
}
.contactsec .form .inputfield.error {
  background: #f3f3ff;
}
.contactsec .form input[type=submit] {
  background: #653090;
  border: 1px solid #653090;
  color: #fff;
  margin: 0;
}
.contactsec .form span.wpcf7-not-valid-tip {
  color: #ce0013;
  font-size: 13px;
}
.contactsec div.wpcf7-validation-errors {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.contactsec .form .inputfield.error {
  background: #f3f3ff;
}
.contactsec .contactbox {
  background: url("/wp-content/uploads/2020/02/contact-left.jpg") no-repeat;
  background-size: cover;
  padding: 50px 30px;
}
@media screen and (max-width: 480px) {
  .contactsec .contactbox {
    padding: 40px 15px;
    margin-bottom: 50px;
  }
}
.contactsec .contactbox h3 {
  color: #fff;
}
.contactsec .contactbox .conbox {
  display: flex;
  align-items: flex-start;
  margin-top: 28px;
}
.contactsec .contactbox .conbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  margin-right: 20px;
  border: 2px solid #fff;
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
  .contactsec .contactbox .conbox span {
    min-width: 18px;
    min-height: 25px;
    margin-right: 16px;
    border: 0;
  }
}
.contactsec .contactbox .conbox span i {
  color: #fff;
}
.contactsec .contactbox .conbox p {
  color: #fff;
  margin-bottom: 0;
}
.contactsec .contactbox .conbox h5 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .contactsec .contactbox .conbox h5 {
    font-size: 17px;
  }
}
.contactsec .form .capthafrom {
  margin-left: 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0 10px 0;
}
.form .inputform {
  width: 49%;
  margin-bottom: 15px;
  position: relative;
  display: inherit;
}
@media screen and (max-width: 480px) {
  .form .inputform {
    width: 100%;
  }
}
.form .inputform span.icon {
  background: url(/wp-content/themes/syscrowd/assets/images/sprite-img.png) no-repeat;
  content: "";
  width: 30px;
  height: 27px;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}
.form .inputform span.icouser {
  background-position: -157px -293px;
}
.form .inputform span.icoemail {
  background-position: -157px -320px;
}
.form .inputform span.icophone {
  background-position: -157px -385px;
}
.form .inputform span.icomsg {
  background-position: -157px -349px;
}
.form .fullwd {
  width: 100%;
}
.form .inputfield {
  border: 0;
  padding: 11px 15px 9px 50px;
  outline: none;
  background: #f3f3ff;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 15px;
  transition: ease all 0.3s;
  width: 100%;
}
.form .inputfield:focus {
  background: #fff;
}
.form textarea {
  resize: none;
}
.form input[type=submit] {
  background: transparent;
  border: 1px solid #ddd;
  color: #fff;
  padding: 7px 34px;
  font-size: 15px;
  transition: ease all 0.3s;
  cursor: pointer;
  outline: none;
  margin: 0 auto;
  width: 160px;
}
.form input[type=submit]:hover {
  background: #653090;
  border-color: #653090;
}
.form .note {
  font-size: 14px;
}
.form .note span {
  color: #F00;
  margin-right: 3px;
  font-size: 18px;
}

.form .capthafrom {
    width: auto;
    margin: 0 auto 13px auto;
}

.missionsec {
  padding: 90px 0 90px 0;
  background: url("/wp-content/uploads/2020/02/about-mission-bg.jpg") top center no-repeat;
  background-size: cover;
}
.missionsec .misbox {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .missionsec .misbox {
    margin-bottom: 70px;
  }
  .missionsec .misbox:last-child {
    margin-bottom: 0;
  }
}
.missionsec .misbox .iconsprite {
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png");
  min-width: 75px;
  height: 77px;
  margin: 0 0 22px 0;
  display: inline-block;
}
.missionsec .misbox .icon-1 {
  background-position: -2px -401px;
  margin-left: 10px;
}
.missionsec .misbox .icon-2 {
  background-position: -88px -401px;
}
.missionsec .misbox h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 18px;
}
.missionsec .misbox p {
  font-size: 15px;
  color: #fff;
  margin: 0 40px;
}
@media screen and (max-width: 480px) {
  .missionsec .misbox p {
    margin: 0 0px;
  }
}

.capabsec {
  padding: 90px 0 90px 0;
  background: url("/wp-content/uploads/2020/02/call-to-action.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 480px) {
  .capabsec {
    padding: 60px 0 60px 0;
  }
}
.capabsec .capbox {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .capabsec .capbox {
    margin-bottom: 50px;
  }
  .capabsec .capbox.last {
    margin-bottom: 0px;
  }
}
.capabsec .capbox .iconsprite {
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png");
  min-width: 69px;
  height: 65px;
  margin: 0 0 22px 0;
  display: inline-block;
}
.capabsec .capbox .icon-1 {
  background-position: -154px -534px;
}
.capabsec .capbox .icon-2 {
  background-position: -154px -604px;
}
.capabsec .capbox .icon-3 {
  background-position: -155px -682px;
}
.capabsec .capbox h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 18px;
}
.capabsec .capbox p {
  font-size: 15px;
  color: #fff;
  margin: 0 40px;
}

/*.filter
 * display: flex
 * align-items: center
 * justify-content: center
 * width: 100%
 * position: relative
 * z-index: 1
 * margin: 15px 0 40px 0
 * li
 * display: block
 * margin-right: 15px
 * a
 * display: block
 * padding: 6px 14px
 * border: 1px solid $purple-color
 * color: $purple-color
 * text-transform: uppercase
 * font-weight: 600
 * font-size: 13px
 * a.active
 * background: $purple-color
 * color: #fff*/
.ourteam .teambox {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .ourteam .teambox {
    margin-bottom: 40px;
  }
  .ourteam .teambox:last-child {
    margin-bottom: 0;
  }
}
.ourteam .teambox figure {
  margin-bottom: 20px;
  border-radius: 7px;
  overflow: hidden;
}
.ourteam .teambox h4 {
  font-size: 18px;
  color: #18191d;
}
.ourteam .teambox p {
  font-size: 14px;
  color: #653090;
  margin-bottom: 0;
}

.testmonialsec {
  position: relative;
  padding: 90px 0;
  background: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .testmonialsec {
    padding: 40px 15px 40px 15px;
  }
}
.testmonialsec .testbox {
  background: #fff;
  box-shadow: 1px 1px 34px #ddd;
  border-radius: 7px;
  padding: 90px 40px 70px 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .testmonialsec .testbox {
    padding: 40px 15px 40px 15px;
  }
}
.testmonialsec .testbox h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.testmonialsec .testbox p {
  color: #653090;
  font-size: 26px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .testmonialsec .testbox p {
    font-size: 18px;
  }
}
.testmonialsec .testbox .owl-dots {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .testmonialsec .testbox .owl-dots {
    margin-top: 20px;
  }
}

.arrows {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .arrows {
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.arrows .icon {
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .arrows .icon {
    margin-left: 10px;
    margin-right: 0;
    box-shadow: 1px 6px 10px #ddd;
    transform: scale(0.8);
  }
}
.arrows .icon i {
  background: url("/wp-content/themes/syscrowd/assets/images/sprite-img.png");
  width: 20px;
  height: 13px;
  display: block;
}
.arrows .icon:hover {
  box-shadow: 1px 6px 10px #ddd;
}
.arrows .icon-left i {
  background-position: -116px -5px;
}
.arrows .icon-left:hover i {
  background-position: -146px -5px;
}
.arrows .icon-right i {
  background-position: -116px -28px;
}
.arrows .icon-right:hover i {
  background-position: -146px -28px;
}

.open {
  position: fixed;
  top: 27px;
  right: 40px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
  z-index: 123;
  background-image: linear-gradient(to right, #e62c4b, #f2431b);
  width: 50px;
  height: 50px;
  box-shadow: 2px 4px 15px rgba(230, 44, 75, 0.7);
  border-radius: 61px;
}
@media only screen and (max-width: 1000px) {
  .open {
    display: none;
  }
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 2px;
  width: 28px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 12px;
  top: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 0;
  z-index: 9;
  z-index: 101;
}
.open span:nth-child(2) {
  margin-top: 8px;
  width: 21px;
}
.open span:nth-child(3) {
  margin-top: 16px;
  width: 14px;
  z-index: 101;
}
.open .clos {
  width: 50px;
  height: 50px;
  background: linear-gradient(to right, #e62c4b, #f2431b);
  display: block;
  border-radius: 50px;
  z-index: 99;
  right: 0;
  top: 0;
  box-shadow: 2px 4px 15px rgba(230, 44, 75, 0.7);
  display: none;
}

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(239, 61, 40, 0.7);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .sub-menu {
    display: none;
  }
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 220px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
  transition: none;
}
.sub-menu li a:hover {
  color: #000;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 500px;
  width: 500px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
  transform: rotate(45deg) translateY(12px) translateX(12px);
  margin-top: -9px;
  margin-right: -1px;
}
.oppenned span:nth-child(2) {
  height: 530px;
  width: 530px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(239, 61, 40, 0.7);
}
.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
  width: 28px;
  margin-top: 22px;
  margin-right: -1px;
}
.oppenned .clos {
  display: block;
}
.oppenned li {
  margin-right: 218px;
}


.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
span.wpcf7-not-valid-tip { 
  /*display: none;*/
  color: #fff;
  text-align: left;
  margin-top: 7px;
  font-size: 14px;
}
.wpcf7-not-valid {
  /*background: #f00 !important;*/
}
div.wpcf7-response-output {
    margin: 0;
    padding: 8px 15px;
    color: #fff;
    border: 0 !important;
    font-size: 14px;
    border-radius: 5px;
}

div.wpcf7-mail-sent-ok {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb !important;
}

/*.wpcf7-not-valid::placeholder { 
  color: #fff;
  opacity: 1; 
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: #fff;
}
.wpcf7-not-valid::-ms-input-placeholder {
  color: #fff;
}*/



/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #18191d;
  -webkit-box-shadow: inset 0 0 6px #18191d;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #18191d;
}

::selection {
  background-color: #18191d;
  color: white;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #653090;
  }
}
@keyframes mousescroll {
  0% {
    bottom: 28px;
  }
  50% {
    bottom: 18px;
  }
  100% {
    bottom: 28px;
  }
}


.error404 .search-form { margin-top: 30px; }
.search-form input { border: 1px solid #ddd; padding: 5px 15px; }
.search-form span.screen-reader-text { display: none; }
.search-form [type=submit] { background: #653090; border: 0; min-width: 120px; color: #fff; padding: 5px 15px; }


.awsm-job-single-wrap h4, .awsm-job-single-wrap h4 { margin-bottom: 15px; margin-top: 25px }
.awsm-job-single-wrap ul, .awsm-job-single-wrap ul { padding-left: 18px; }
.awsm-job-single-wrap ul li, .awsm-job-single-wrap ul li { font-size: 14px; margin-bottom: 5px; color: #666666; }
.awsm-job-single-wrap ul li:before, .awsm-job-single-wrap ul li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: ""; color: #653090; margin-right: 12px; margin-left: -18px; font-size: 10px; }
.awsm-filter-wrap .awsm-filter-item .awsm-job-form-control { padding: 0 15px; font-size: 14px; min-width: 300px; outline: none; outline: none; border: 0; }
.awsm-filter-item-search .awsm-job-search-btn { background: #653090; color: #fff; line-height: 40px; }

.awsm-job-specifications-row { margin-top: 35px; }
.awsm-job-specification-label { min-width: 180px; display: inline-block; }
.awsm-job-specification-label strong { font-weight: 500; }
.awsm-job-specification-item { margin-top: 6px; font-size: 15px; }
.awsm-job-form-inner { padding: 25px 25px; box-shadow: 1px 1px 12px #ddd; border-radius: 8px; color: #666666; font-size: 15px; }
.awsm-job-single-wrap .awsm-job-expiration-label { font-weight: 500; font-size: 14px; margin-right: 6px; }
.awsm-job-expiration-content { color: #6f6f6f; font-size: 14px; }
.awsm-job-form-inner h2 { margin: 0 0 30px; font-size: 24px; text-transform: capitalize; color: #653090; }
.awsm-job-form-control { display: block; width: 100%; padding: 7px 15px; outline: none; }
.awsm-job-single-wrap  input[type="submit"] { background: #ddd; }
.awsm-job-single-wrap input[type="submit"] { background: #653090; color: #fff; padding: 7px 20px; min-width: 140px; border: 0; }
input#awsm-application-file { padding: 10px 0 6px 0; border: 0; }
.awsm-filter-item-search { box-shadow: 1px 1px 7px #dddd; border-radius: 5px; overflow: hidden; }
.awsm-lists {border-radius: 6px;overflow: hidden;-webkit-box-shadow: none;box-shadow: none;}
.awsm-job-item {padding: 24px 20px;font-size: 14px;margin-bottom: 12px;border: 0 !important;box-shadow: 1px 1px 8px #ddd;border-radius: 7px;}
.awsm-job-item h2.awsm-job-post-title a:hover { color: #6a00c0; }
.awsm-filter-wrap .awsm-filter-item .awsm-job-form-control { min-height: 40px; }
.awsm-selectric .label { margin: 0 48px 0 12px; line-height: 40px; height: 40px; }
a.awsm-job-more span { margin-left: 5px; }
.awsm-list-item .awsm-job-specification-item:after { content: ''; width: 1px; height: 16px; background: #ddd; display: inline-block; vertical-align: middle; margin-left: 10px; }
.awsm-success-message { color: #155724; background-color: #d4edda; border-color: #c3e6cb; border-radius: 5px; }
.awsm-error-message { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; border-radius: 5px; }
.awsm-job-form-control.awsm-job-form-error, .awsm-job-form-control.awsm-job-form-error:focus { border: 1px solid #b9b9b9; }
.awsm-job-form-error { font-size: 13px; margin-top: 6px; }
p.awsm-job-excerpt { margin: 10px 0 0 0; float: left; }

@media only screen and (max-width: 480px) {
	.awsm-filter-wrap .awsm-filter-item {
    	width: 100%;
	}
	p.awsm-job-excerpt {
		margin: 15px 0 0 0;
		font-size: 14px;
	}
}