/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
/* line 5, ../sass/screen.scss */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("../stylesheets/loading-white-d.gif") no-repeat center center rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.logo{
  width:78% !important;
}

.navbar-brand{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* line 15, ../sass/screen.scss */
body {
  font-family: 'Raleway' !important;
}

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media (min-width: 1200px) {
  /* line 8, ../sass/print.scss */
  .container {
    max-width: 1407px !important;
  }
}
/* line 13, ../sass/print.scss */
.row {
  display: -webkit-flex;
}

/* line 28, ../sass/print.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after, .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 47, ../sass/print.scss */
.main_h {
font-size: 30px;
color: #010058;
font-weight: 900;
position: relative;
padding-bottom: 20px;
margin-bottom: 20px;
text-transform: capitalize;
margin-top: 10px;

}
/* line 54, ../sass/print.scss */
.main_h:after {
  content: '';
  height: 4px;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #f0ad4e;
  transition: all .4s ease-in-out;
  position: absolute;
}

/* line 67, ../sass/print.scss */
.sub_h {
  margin: .5em 0;
  font-size: 21px;
  line-height: 1.3em;
  font-weight: bolder;
  color: #1e61a5;
  letter-spacing: .02em;
}

.sub_h_b {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sub_h_b:after {
  content: '';
  height: 2px;
  width: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  transition: all .4s ease-in-out;
  position: absolute;
}

/* line 76, ../sass/print.scss */
.z_index {
  z-index: 1;
}

/* line 80, ../sass/print.scss */
.position_a {
  position: absolute !important;
}

/* line 84, ../sass/print.scss */
ul li {
  list-style-type: none;
}
/*.about_page .text_r {
    right: 29px;
}*/
.about_page .digital .box_c-e .text {
  padding: 20px 20px 1px 20px;
  right: 0;
}
/* line 87, ../sass/print.scss */
.padd_t-50 {
  padding-top: 50px;
}

/* line 90, ../sass/print.scss */
.padding_all0 {
  padding: 0;
}

/* line 95, ../sass/print.scss */
.padd_tb-20 {
  padding: 20px 0;
}

/* line 98, ../sass/print.scss */
.padd_tb-30 {
  padding: 30px 0;
}

/* line 101, ../sass/print.scss */
.padd_tb-50 {
  padding: 50px 0;
}

/* line 104, ../sass/print.scss */
.padd_tb-100 {
  padding: 50px 0;
}

/* line 108, ../sass/print.scss */
.padd_tb-150 {
  padding: 150px 0;
}

/* line 112, ../sass/print.scss */
.mar_top-20 {
  margin-top: 20px;
}

/* line 116, ../sass/print.scss */
.mar_top-40 {
  margin-top: 40px;
}

/* line 120, ../sass/print.scss */
.mar_top-60 {
  margin-top: 60px;
}

/* line 124, ../sass/print.scss */
.mar_bottom-40 {
  margin-bottom: 40px;
}

/* line 128, ../sass/print.scss */
.bg_white {
  background: #fff;
}

/* line 131, ../sass/print.scss */
.white_cor {
  color: #fff !important;
}
.text_pri {
color: #000 !important;
}
/* line 139, ../sass/print.scss */
.btn_c {
  background: #00c85b;
    border: 3px solid #00c85b;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 22px;
  width: 155px;
  color: black;
  border-radius: 0;
  font-weight: 600;
}
/* line 151, ../sass/print.scss */
.btn_c:hover {
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}

/* line 158, ../sass/print.scss */
.ellipsis_ {
  overflow: hidden;
  height: 85px;
  line-height: 25px;
  margin: 5px;
}

/* line 166, ../sass/print.scss */
.ellipsis_:before {
  content: "";
  float: left;
  width: 5px;
  height: 200px;
}

/* line 173, ../sass/print.scss */
textarea:focus, input:focus {
  outline: none;
}

/* line 177, ../sass/print.scss */
.ellipsis_ > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

/* line 182, ../sass/print.scss */
.pull-right {
  float: right;
}

/* line 185, ../sass/print.scss */
.pull-left {
  float: left;
}

/* line 188, ../sass/print.scss */
.header_ca {
  background: #d8d8d8;
  color: #000000;
  padding: 20px 20px 14px;
}

/* line 195, ../sass/print.scss */
.ellipsis_:after {
  content: "\02026";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  /* 512x1 image, gradient for IE9. Transparent at 0% -> white at 50% -> white at 100%.*/
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAABCAMAAACfZeZEAAAABGdBTUEAALGPC/xhBQAAAwBQTFRF////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wDWRdwAAAP90Uk5TgsRjMZXhS30YrvDUP3Emow1YibnM9+ggOZxrBtpRRo94gxItwLOoX/vsHdA2yGgL8+TdKUK8VFufmHSGgAQWJNc9tk+rb5KMCA8aM0iwpWV6dwP9+fXuFerm3yMs0jDOysY8wr5FTldeoWKabgEJ8RATG+IeIdsn2NUqLjQ3OgBDumC3SbRMsVKsValZplydZpZpbJOQco2KdYeEe36BDAL8/vgHBfr2CvTyDu8R7esU6RcZ5ecc4+Af3iLcJSjZ1ivT0S/PMs3LNck4x8U7wz7Bv0G9RLtHuEq1TbJQr1OtVqqnWqRdoqBhnmSbZ5mXapRtcJGOc4t2eYiFfH9AS7qYlgAAARlJREFUKM9jqK9fEGS7VNrDI2+F/nyB1Z4Fa5UKN4TbbeLY7FW0Tatkp3jp7mj7vXzl+4yrdsyovx+JYz7mXXNSp/a0RN25JMcLPP8umzRcTZW77tNyk63tdprzXdmO+2zdd9mfe56y9z3lug96mcx02n/CW71JH6Qmf8px/cw77ZvVzB+BCj8D5vxhn/vXZh6D4uzf1rN+Cc347j79q/zUL25TPrJMfG/5LvuNZP8rixeZz/mf+vU+Vut+5nl5gpoeb/sd1dZbTs03hBuvmV5JuaRyMfk849nEM7qnEk6IHI8/qn049hB35QGHiv0yZXuMdkXtYC3ebrglcqvYxoj1muvC1nDlrzJYGbpcdHHIMo2FwYv+j3QAAOBSfkZYITwUAAAAAElFTkSuQmCC);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

/* line 251, ../sass/print.scss */
.dis_in_bl li {
  display: inline-block;
}

/* line 253, ../sass/print.scss */
.overlay_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(49, 108, 175, 0.13);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 265, ../sass/print.scss */
.text_cn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  transition: all .3s ease;
  padding: 0;
  top: 52%;
  z-index: 1;
}
/* line 274, ../sass/print.scss */
.text_cn h3 {
  font-weight: bold;
  color: white;
  font-size: 22px;
}

/* line 281, ../sass/print.scss */
.foo_txxt_ind {
  margin-bottom: 10px;
    /* text-indent: -18px; */
    margin-left: 12px;
    /* display: inline-block; */
    color: #151515;
}
/* line 288, ../sass/print.scss */
.foo_txxt_ind i {
  font-size: 18px;
  text-align: center;
  color: #00c85b;
  padding-right: 16px;
}

/* line 295, ../sass/print.scss */
.slider {
  /* Ow; Slider CSS*/
  /* hide previous and next */
}
/* line 298, ../sass/print.scss */
.slider #title {
  background-color: #000;
  padding: 40px 0px;
}
/* line 301, ../sass/print.scss */
.slider #title .fa {
  color: #fff;
  font-size: 40px;
  padding-left: 40px;
}
/* line 312, ../sass/print.scss */
.slider .owl-wrapper {
  positon: relative;
}
/* line 316, ../sass/print.scss */
.slider .owl-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 325, ../sass/print.scss */
.slider .owl-theme .owl-controls .owl-page span {
  background: #fff !important;
}
/* line 329, ../sass/print.scss */
.slider .owl-img {
  width: 100%;
}
/* line 333, ../sass/print.scss */
.slider .owl-text-overlay {
  position: absolute;
  width: 35%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 46%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 20px;
  border-radius: 15px 50px 30px 5px;
  text-align: center;
}
/* line 364, ../sass/print.scss */
.slider .owl-buttons {
  visibility: hidden;
  display: none;
}
/* line 369, ../sass/print.scss */
.slider .main_h {
  font-size: 47px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  text-transform: unset;
}
/* line 376, ../sass/print.scss */
.slider .main_h:after {
  background-color: #ffffff;
  width: 0px !important;
}
/* line 382, ../sass/print.scss */
.slider .main_h_a:after {
  width: 100px !important;
}

/* width */
/* line 24, ../sass/screen.scss */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
/* line 29, ../sass/screen.scss */
::-webkit-scrollbar-track {
  background: #cccccc;
}

/* Handle */
/* line 34, ../sass/screen.scss */
::-webkit-scrollbar-thumb {
  background: #5cb85c;
}

/* Handle on hover */
/* line 39, ../sass/screen.scss */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* line 50, ../sass/screen.scss */
header {
  background: #ccc;
}

/* line 56, ../sass/screen.scss */
#main {
  padding-top: 70px;
}

/* line 60, ../sass/screen.scss */
.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
}

/* line 65, ../sass/screen.scss */
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* fixed to top styles */
/* line 74, ../sass/screen.scss */
.affix.navbar {
  background-color: #fff;
  padding: 0px 14px;
}

/* line 79, ../sass/screen.scss */
.nav_c {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  background: white;
  /* background: linear-gradient(124deg, #ffffff,#f0ad4e, #ffffff,#5cb85c); */
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-shadow: 0px 7px 30px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgb(0 0 0 / 30%);
}
/* line 88, ../sass/screen.scss */
.nav_c .dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 91, ../sass/screen.scss */
.nav_c .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2,2,2,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 95, ../sass/screen.scss */
.nav_c .dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* line 100, ../sass/screen.scss */
.nav_c .nav_left {
  margin-left: auto !important;
}
/* line 105, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #000000 !important;
  font-size: 16px;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
  cursor: pointer;
}
/* line 122, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse li > a {
  display: block;
  position: relative;
}
/* line 126, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a :hover {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-delay: 0.3s;
}
/* line 149, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse i {
  margin-left: -7px;
}
/* line 153, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a::before {
  content: '';
  height: 6px;
  width: 30px;
  background-color: #f0ad4e !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 17%;
  opacity: 0;
  z-index: -1;
  transform: translateY(-50%);
  -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
/* line 169, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .active_a a::before {
  opacity: 1 !important;
  width: 78%;
}
/* line 173, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .active_ad a::before {
  opacity: 1 !important;
  width: 90%;
}
/* line 177, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a:hover {
  color: #0c1218;
  background-color: transparent;
}
/* line 182, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a:hover {
  text-decoration: none;
  background-color: none;
  outline: 0;
}
/* line 188, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .dropdown a:hover::before {
  width: 90%;
}
/* line 206, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse a:hover::before {
  width: 90%;
  opacity: 1;
  background-color: transparent;
}
/* line 211, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .dropdown-menu {
  padding-top: 33px;
  padding-bottom: 0;
}
/* line 215, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .dropdown-menu .dropdown-item {
  height: 30px;
  line-height: 0;
  margin-bottom: 8px;
}
/* line 219, ../sass/screen.scss */
.nav_c .collapse.navbar-collapse .dropdown-menu .dropdown-item:hover {
  color: #000;
}
/* line 228, ../sass/screen.scss */
.nav_c .dropdown-menu {
  height: auto;
  line-height: 14px;
  margin: 0;
  padding: 15px;
  max-width: 690px;
  left: 0;
  font-size: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
  z-index: 99;
  top: 71px;
  border-radius: 0;
}
/* line 247, ../sass/screen.scss */
.nav_c ul li {
  height: 71px;
  line-height: 75px;
  padding-left: 14PX;
}
/* line 253, ../sass/screen.scss */
.nav_c .nav-link {
  padding-right: 15px !important;
  padding-left: 15px  !important;
}

/* line 260, ../sass/screen.scss */
.slider {
  padding-top: 84px;
  background: #fff;
}
/* line 267, ../sass/screen.scss */
.slider .carousel-caption {
  width: 534px;
  position: absolute;
  top: 30%;
  left: 10%;
}
/* line 274, ../sass/screen.scss */
.slider .owl-dots {
  position: absolute;
  bottom: 2%;
}

/* line 281, ../sass/screen.scss */
.body_c {
  margin-bottom: 322px;
  z-index: 1;
  position: relative;
}

/* Chrome only: */
/* line 309, ../sass/screen.scss */
.whatewedo .img_icon {
  margin: 0 auto 25px;
}
/* line 312, ../sass/screen.scss */
.whatewedo img {
  margin-bottom: 20px;
}
/* line 315, ../sass/screen.scss */
.whatewedo .ellipsis_ {
  height: 55px;
  margin-bottom: 55px;
}
/* line 328, ../sass/screen.scss */
.whatewedo .box_c {
  background-color: #ffffff;
  background-size: 0% 100%;
  border: none;
  display: inline-block;
  outline: none;
  padding: 13px 14px;
  text-align: center;
  text-decoration: none;
  transition: background-color .5s;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
/*.col-sm-12.col-lg-2 .btn_c{
  width: auto;
}*/
.contact_c  .btn_c
{
width: auto;

}
/* line 345, ../sass/screen.scss */
.whatewedo .box_c .sub_h {
  color: #ffffff;
}
/* line 348, ../sass/screen.scss */
.whatewedo .box_c .ellipsis_ {
  color: white;
}
/* line 352, ../sass/screen.scss */
/*.whatewedo .main_h {
 margin-bottom: 21px;
margin-top: 7px;
}*/
/* line 357, ../sass/screen.scss */
.whatewedo .box_c:hover {
  background-color: #6bc3ef;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  transition: background-size 1s, background-color 1s;
}
/* line 363, ../sass/screen.scss */
.whatewedo .box_c:hover h4 {
  color: #fff;
}
/* line 366, ../sass/screen.scss */
.whatewedo .box_c:hover p {
  color: #e9e9e9;
}

/* line 374, ../sass/screen.scss */
.clients .owl-carousel .owl-item img {
  margin: 0 auto;
  width: 81%;
  padding: 22px 0;
}
/* line 380, ../sass/screen.scss */
.clients p {
  padding: 1px 91px 29px;
}

/* line 387, ../sass/screen.scss */
.about {
  background: #ddd;
}
/* line 390, ../sass/screen.scss */
.about p {
  text-align: justify;
}
/* line 393, ../sass/screen.scss */
.about .foo_txxt_ind {
  display: block;
}
/* line 396, ../sass/screen.scss */
.about .btn_c {
  color: #fff;
  background: #f0ad4e;
  border: 3px solid #f0ad4e;
}
/* line 408, ../sass/screen.scss */
.about .img_c {
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  width: 100%;
}

/* line 423, ../sass/screen.scss */
.testimonial-Slider .carousel-indicators li {
  width: 20px;
  border-radius: 55px;
}

/* line 428, ../sass/screen.scss */
.testimonial_c, .contact_c, .staffing .slider_cs {
  background: #efefef;
  background: linear-gradient(124deg, #333333, #3333);
  background-repeat: no-repeat;
  background-size: 100%;
}
 .portfolio_detail .carousel-control-next, .portfolio_detail .carousel-control-prev {
background: linear-gradient(30deg, rgb(255, 255, 255), rgb(255, 255, 255)) repeat scroll 0% 0%;
}

.carousel-control-next-icon{

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");

}
.carousel-control-prev-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");

}
/* line 435, ../sass/screen.scss */
.testimonial_c h4, .contact_c h4, .staffing .slider_cs h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  margin-top: 12px;
  margin-bottom: 20px;
}
/* line 442, ../sass/screen.scss */
.testimonial_c p, .contact_c p, .staffing .slider_cs p {
  color: #fff;
}
/* line 443, ../sass/screen.scss */
.testimonial_c .border-shape, .contact_c .border-shape, .staffing .slider_cs .border-shape {
  width: 320px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  border: 4px solid #fff;
  margin-top: -14px;
}
/* line 453, ../sass/screen.scss */
.testimonial_c .carousel-indicators, .contact_c .carousel-indicators, .staffing .slider_cs .carousel-indicators {
  bottom: -36px;
}
/* line 455, ../sass/screen.scss */
.testimonial_c .carousel-inner, .contact_c .carousel-inner, .staffing .slider_cs .carousel-inner {
  padding-bottom: 8px;
}

/* line 460, ../sass/screen.scss */
.testimonial_ca .font-weight-normal {
  text-align: justify;
  width: 90%;
  margin: 0 auto;
}
/* line 465, ../sass/screen.scss */
.testimonial_ca .pr-2 {
  font-size: 0.8rem;
}
/* line 466, ../sass/screen.scss */
.testimonial_ca h3 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  position: relative;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  display: inline-block;
}
/* line 474, ../sass/screen.scss */
.testimonial_ca h3::after {
  content: "";
  width: 50%;
  position: absolute;
  height: 4px;
  border-radius: 1px;
  background: #ff5555;
  left: 0;
  bottom: -20px;
}
/* line 487, ../sass/screen.scss */
.testimonial_ca .carousel {
  margin: 0 0 38px;
}
/* line 490, ../sass/screen.scss */
.testimonial_ca .carousel .item {
  color: #999;
  overflow: hidden;
  min-height: 120px;
  font-size: 13px;
}
/* line 496, ../sass/screen.scss */
.testimonial_ca .carousel .media {
  position: relative;
  padding: 0 0 0 20px;
  margin-left: 20px;
}
/* line 501, ../sass/screen.scss */
.testimonial_ca .carousel .media img {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
/* line 509, ../sass/screen.scss */
.testimonial_ca .carousel .testimonial {
  color: #fff;
  position: relative;
  background: #2162a7;
  padding: 15px;
  margin: 0 0 20px 20px;
  text-align: justify;
}
/* line 521, ../sass/screen.scss */
.testimonial_ca .carousel .testimonial::before, .testimonial_ca .carousel .testimonial::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -20px;
}
/* line 528, ../sass/screen.scss */
.testimonial_ca .carousel .testimonial::before {
  width: 20px;
  height: 20px;
  background: #2162a7;
  box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5);
}
/* line 534, ../sass/screen.scss */
.testimonial_ca .carousel .testimonial::after {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f1f1f1;
  border-left-color: #f1f1f1;
}
/* line 541, ../sass/screen.scss */
.testimonial_ca .carousel .item .row > div:first-child .testimonial {
  margin: 0 20px 20px 0;
}
/* line 544, ../sass/screen.scss */
.testimonial_ca .carousel .item .row > div:first-child .media {
  margin-left: 0;
}
/* line 547, ../sass/screen.scss */
.testimonial_ca .carousel .testimonial p {
  text-indent: 40px;
  line-height: 21px;
  margin: 0;
}
/* line 562, ../sass/screen.scss */
.testimonial_ca .carousel .overview {
  padding: 3px 0 0 15px;
}
/* line 565, ../sass/screen.scss */
.testimonial_ca .carousel .overview .details {
  padding: 5px 0 8px;
}
/* line 568, ../sass/screen.scss */
.testimonial_ca .carousel .overview b {
  text-transform: uppercase;
  color: #010058;
}
/* line 572, ../sass/screen.scss */
.testimonial_ca .carousel .carousel-control {
  width: 30px;
  height: 30px;
  background: #2162a7;
  text-shadow: none;
  top: 4px;
}
/* line 579, ../sass/screen.scss */
.testimonial_ca .carousel-control i {
  font-size: 16px;
}
/* line 582, ../sass/screen.scss */
.testimonial_ca .carousel-control.left {
  left: auto;
  right: 40px;
}
/* line 586, ../sass/screen.scss */
.testimonial_ca .carousel-control.right {
  left: auto;
}
/* line 589, ../sass/screen.scss */
.testimonial_ca .carousel-indicators {
  bottom: -80px;
}
/* line 592, ../sass/screen.scss */
.testimonial_ca .carousel-indicators li, .testimonial_ca .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin: 1px 4px;
}
/* line 598, ../sass/screen.scss */
.testimonial_ca .carousel-indicators li {
  background: #2162a7;
  border: 4px solid #fff;
  border-radius: 55px;
  background: #d6d6d6;
}
/* line 604, ../sass/screen.scss */
.testimonial_ca .carousel-indicators li.active {
  color: #fff;
  background: #869791;
  border-radius: 55px;
}
/* line 610, ../sass/screen.scss */
.testimonial_ca .star-rating li {
  padding: 0 2px;
}
/* line 613, ../sass/screen.scss */
.testimonial_ca .star-rating i {
  font-size: 14px;
  color: #ffdc12;
} 

/* line 621, ../sass/screen.scss */
.contact_c h2, .contact_c h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}
.webdevelopment_p {

}
/* line 624, ../sass/screen.scss */
footer {
  background: #efefef;
  background: linear-gradient(124deg, #ffffff,#f0ad4e, #ffffff,#5cb85c);
  background-repeat: no-repeat;
  background-size: 100%;
  /* background: #f0ad4e; */
  padding: 33px 0 0;
  z-index: 0;
  color: #878c93;
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* line 633, ../sass/screen.scss */
footer h4, footer h5 {
  color: #3c3c3c;
  font-weight: 600;
}
/* line 637, ../sass/screen.scss */
footer hr {
  border-top: 1px solid #a8a8a8;
}
/* line 640, ../sass/screen.scss */
footer a, footer p, footer h3, footer span {
  color: #151515;
  font-family: 'Raleway' !important;
  font-size: 15px;
}
/* line 645, ../sass/screen.scss */
footer .logo_text {
  padding-top: 15px;
}
/* line 648, ../sass/screen.scss */
footer .footer_sicon {
  color: #8a8a8a !important;
  padding-top: 20px;
}
/* line 651, ../sass/screen.scss */
footer .footer_sicon li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 655, ../sass/screen.scss */
footer .footer_sicon li i {
  font-size: 32px;
  color: #929292;
}
/* line 663, ../sass/screen.scss */
footer .address_c .add_ul {
  padding: 0 12px 0;
}
/* line 668, ../sass/screen.scss */
footer .foo_txxt_ind i {
  color: #6d6d6d;
}
/* line 671, ../sass/screen.scss */
footer .copyright {
  background: #c3c3c3;
  padding: 12px;
}
/* line 674, ../sass/screen.scss */
footer .copyright p {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
/* line 680, ../sass/screen.scss */
footer a:hover {
  text-decoration: none;
  color: #0098c9;
}
/* line 683, ../sass/screen.scss */
footer a:hover span, footer a:hover i {
  color: #0098c9;
}

/* line 688, ../sass/screen.scss */
[class^='imghvr-'], [class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #ffffff;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 706, ../sass/screen.scss */
[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}

/* line 711, ../sass/screen.scss */
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
  background-color: #135796;
  padding: 0px;
  position: absolute;
  top: 119px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

/* line 724, ../sass/screen.scss */
[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
  color: #ffffff;
  margin-top: 12px;
  font-size: 20px;
}

/* line 730, ../sass/screen.scss */
[class^='imghvr-'] a, [class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* line 739, ../sass/screen.scss */
[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
/* line 751, ../sass/screen.scss */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
  opacity: 0;
}

/* line 755, ../sass/screen.scss */
[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
  opacity: 0;
}

/* line 759, ../sass/screen.scss */
[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
  opacity: 1;
}

/* line 763, ../sass/screen.scss */
[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */
/* imghvr-fade-in-up
   ----------------------------- */
/* line 775, ../sass/screen.scss */
.imghvr-fade-in-up figcaption {
  -webkit-transform: translate(0, 15%);
  -moz-transform: translate(0, 15%);
  -ms-transform: translate(0, 15%);
  -o-transform: translate(0, 15%);
  transform: translate(0, 15%);
}

/* imghvr-fade-in-down
   ----------------------------- */
/* line 785, ../sass/screen.scss */
.imghvr-fade-in-down figcaption {
  -webkit-transform: translate(0, -15%);
  -moz-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  -o-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

/* imghvr-fade-in-left
   ----------------------------- */
/* line 795, ../sass/screen.scss */
.imghvr-fade-in-left figcaption {
  -webkit-transform: translate(-15%, 0);
  -moz-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  -o-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

/* imghvr-fade-in-right
   ----------------------------- */
/* line 805, ../sass/screen.scss */
.imghvr-fade-in-right figcaption {
  -webkit-transform: translate(15%, 0);
  -moz-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  -o-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

/* imghvr-push-*
   ----------------------------- */
/* line 815, ../sass/screen.scss */
[class^='imghvr-push-']:hover figcaption, [class*=' imghvr-push-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* imghvr-push-up
   ----------------------------- */
/* line 825, ../sass/screen.scss */
.imghvr-push-up {
  width: 100%;
}

/* line 828, ../sass/screen.scss */
.imghvr-push-up figcaption {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 836, ../sass/screen.scss */
.imghvr-push-up:hover > img {
  -webkit-transform: translateY(-31%);
  -moz-transform: translateY(-31%);
  -ms-transform: translateY(-31%);
  -o-transform: translateY(-31%);
  transform: translateY(-31%);
}

/* line 843, ../sass/screen.scss */
.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
}

/* line 849, ../sass/screen.scss */
.testimonials {
  background: #161d25;
}

/* line 853, ../sass/screen.scss */
.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

/* line 860, ../sass/screen.scss */
.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

/* line 870, ../sass/screen.scss */
.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

/* line 880, ../sass/screen.scss */
.prev {
  left: -2.25rem;
}

/* line 884, ../sass/screen.scss */
.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  /* line 889, ../sass/screen.scss */
  .testimonials {
    max-height: 700px;
  }

  /* line 892, ../sass/screen.scss */
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }

  /* line 896, ../sass/screen.scss */
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }

  /* line 901, ../sass/screen.scss */
  .prev {
    left: 0;
  }

  /* line 904, ../sass/screen.scss */
  .next {
    right: 0;
  }

  /* line 907, ../sass/screen.scss */
  .control i {
    font-size: .7rem;
  }

  /* line 910, ../sass/screen.scss */
  .testimonials .message {
    font-size: 1rem;
  }

  /* line 913, ../sass/screen.scss */
  .testimonials h2 {
    font-size: 1.5rem;
  }
}
/* line 919, ../sass/screen.scss */
#doughnut, #doughnut2, #doughnut3, #doughnut4, #doughnut5 {
  position: absolute;
}

/* line 922, ../sass/screen.scss */
#skill1, #skill2, #skill3, #skill4, #skill5 {
  position: relative;
}

/* line 927, ../sass/screen.scss */
.about_p .img_c {
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgb(253 171 75 / 73%);
  width: 100%;
}
/* line 934, ../sass/screen.scss */
.about_p .body_c {
  padding-top: 84px;
}
/* line 938, ../sass/screen.scss */
.about_p .sub_header {
  background: #07549c;
  padding: 98px 44px;
}
/* line 945, ../sass/screen.scss */
.about_p .sub_header .main_h:after {
  background-color: #ffffff;
}
/* line 948, ../sass/screen.scss */
.about_p .sub_header .text-center {
  width: 80%;
}
/* line 952, ../sass/screen.scss */
.about_p .testimonial_c h4, .about_p .contact_c h4, .about_p .staffing .slider_cs h4, .staffing .about_p .slider_cs h4, .about_p .contact_c h4 {
  font-size: 40px;
}
/* line 955, ../sass/screen.scss */
.about_p .testimonial_c .carousel-indicators, .about_p .contact_c .carousel-indicators, .about_p .staffing .slider_cs .carousel-indicators, .staffing .about_p .slider_cs .carousel-indicators, .about_p .contact_c .carousel-indicators {
  bottom: -15px;
}
/* line 957, ../sass/screen.scss */
/*.about_p .white_cor {
  text-transform: uppercase;
}*/

/* line 977, ../sass/screen.scss */
.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 984, ../sass/screen.scss */
.info-card {
width: 100%;
position: relative;
margin-bottom: 0;
border-radius: 0 0 10px 10px;
box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
border-bottom: 5px solid #376fb2;
overflow: hidden;
height: 458px;
}
/* line 993, ../sass/screen.scss */
.info-card > img {
  width: 100%;
}
/* line 998, ../sass/screen.scss */
.info-card .info-card-details {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -71%;
  left: 0;
  padding: 0 15px;
  background: white;
  z-index: 1;
}
/* line 999, ../sass/screen.scss */
.info-card .info-card-details .foo_txxt_ind {
  margin-left: 0;
}
/* line 1011, ../sass/screen.scss */
.info-card .info-card-details .info-card-header {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0 15px;
  background: white;
  text-align: center;
  height: auto;
  bottom: 100%;
  padding: 10px 5px;
}
/* line 1023, ../sass/screen.scss */
.info-card .info-card-details .info-card-header h1 {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1031, ../sass/screen.scss */
.info-card .info-card-details .info-card-header h3 {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 0 !important;
  color: #8eb634;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
}
/* line 1044, ../sass/screen.scss */
.info-card .info-card-details::-webkit-scrollbar {
  width: 8px;
}
/* line 1047, ../sass/screen.scss */
.info-card .info-card-details::-webkit-scrollbar-button {
  width: 8px;
  height: 0px;
}
/* line 1051, ../sass/screen.scss */
.info-card .info-card-details::-webkit-scrollbar-track {
  background: transparent;
}
/* line 1054, ../sass/screen.scss */
.info-card .info-card-details::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}
/* line 1056, ../sass/screen.scss */
.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
  background: #828282;
}
/* line 1061, ../sass/screen.scss */
.info-card .info-card-details .info-card-detail .social {
  list-style: none;
  padding: 0px;
  margin-top: 25px;
  text-align: center;
}
/* line 1066, ../sass/screen.scss */
.info-card .info-card-details .info-card-detail .social a {
  position: relative;
  display: inline-block;
  min-width: 40px;
  padding: 10px 0px;
  margin: 0px 5px;
  overflow: hidden;
  text-align: center;
  background-color: #d7d7d7;
  border-radius: 40px;
}
/* line 1081, ../sass/screen.scss */
.info-card:hover .info-card-details {
  bottom: 0px;
  overflow: auto;
}
/* line 1085, ../sass/screen.scss */
.info-card:hover .info-card-details .info-card-header {
  position: relative;
  bottom: 0px;
  padding-top: 29px;
  padding-bottom: 25px;
}

/* line 1094, ../sass/screen.scss */
a.social-icon {
  text-decoration: none !important;
  box-shadow: 0px 0px 1px #333333;
  box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
}
/* line 1098, ../sass/screen.scss */
a.social-icon:hover {
  color: white !important;
}

/* line 1102, ../sass/screen.scss */
a.facebook {
  color: #3b5a9a !important;
}
/* line 1104, ../sass/screen.scss */
a.facebook:hover {
  background-color: #3b5a9a !important;
}

/* line 1108, ../sass/screen.scss */
a.twitter {
  color: #2da8e1 !important;
}
/* line 1110, ../sass/screen.scss */
a.twitter:hover {
  background-color: #2da8e1 !important;
}

/* line 1114, ../sass/screen.scss */
a.github {
  color: #333333 !important;
}
/* line 1116, ../sass/screen.scss */
a.github:hover {
  background-color: #333333 !important;
}

/* line 1120, ../sass/screen.scss */
a.google-plus {
  color: #f45e4b !important;
}
/* line 1122, ../sass/screen.scss */
a.google-plus:hover {
  background-color: #f45e4b !important;
}

/* line 1126, ../sass/screen.scss */
a.linkedin {
  color: #0174b3 !important;
}
/* line 1128, ../sass/screen.scss */
a.linkedin:hover {
  background-color: #0174b3 !important;
}

/* line 1133, ../sass/screen.scss */
.contact_p .input_c {
  padding: 13px 40px;
  border: 1px solid transparent;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgb(0 200 92 / 73%);
  width: 100%;
  outline: none;
}
/* line 1145, ../sass/screen.scss */
.contact_p .foo_txxt_ind {
  display: block;
}
/* line 1148, ../sass/screen.scss */
.contact_p .btn_c {
  background: #1e61a5;
  border: 3px solid #2f7ac5;
  color: white;
}
/* line 1153, ../sass/screen.scss */
.contact_p fieldset {
  position: relative;
  width: 78%;
  margin: 0 auto;
}
/* line 1158, ../sass/screen.scss */
.contact_p fieldset p {
  position: absolute;
  top: 11px;
  right: 15px;
  color: red;
  font-size: 13px;
}

/* line 1168, ../sass/screen.scss */
.portfolio_p .box_p {
  float: left;
  position: relative;
  padding: 30px 0 0;
  overflow: hidden;
}
/* line 1173, ../sass/screen.scss */
.portfolio_p .box_p:hover .thamb {
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(0deg) rotateX(0deg);
}
/* line 1176, ../sass/screen.scss */
.portfolio_p .box_p .thamb {
  float: left;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0px 40px;
  box-shadow: 30px 0 25px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s ease;
  transition-delay: 0s;
  position: relative;
  transform: perspective(50em) translateZ(0) translate(0%, 0%) rotateY(30deg) rotateX(20deg);
  z-index: 2;
}
/* line 1190, ../sass/screen.scss */
.portfolio_p .box_p .thamb img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}
/* line 1199, ../sass/screen.scss */
.portfolio_p .box_p .box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  /*border-radius: 10px;*/
  height: 75%;
  background: #d65f85;
}
/* line 1209, ../sass/screen.scss */
.portfolio_p .box_p .box:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 10px;
}
/* line 1224, ../sass/screen.scss */
.portfolio_p .box_p .text, .portfolio_p .box_p .ecommercedevelopment .box_c-e .text_r, .ecommercedevelopment .box_c-e .portfolio_p .box_p .text_r, .portfolio_p .box_p .digital .box_c-e .text_r, .digital .box_c-e .portfolio_p .box_p .text_r {
  overflow: hidden;
  position: relative;
  padding: 22px 1px;
  text-align: center;
  color: #fff;
}
/* line 1231, ../sass/screen.scss */
.portfolio_p .box_p .text .btn_c, .portfolio_p .box_p .ecommercedevelopment .box_c-e .text_r .btn_c, .ecommercedevelopment .box_c-e .portfolio_p .box_p .text_r .btn_c, .portfolio_p .box_p .digital .box_c-e .text_r .btn_c, .digital .box_c-e .portfolio_p .box_p .text_r .btn_c {
  background: transparent;
  border: 3px solid #aaebff;
  padding: 5px 17px;
  color: white;
}
/* line 1241, ../sass/screen.scss */
.portfolio_p .btn_all {
  text-align: center;
}
/* line 1244, ../sass/screen.scss */
.portfolio_p .but_port {
  font-size: 14px;
  text-transform: uppercase;
  transition: all .3s ease;
  padding: 6px 20px;
  color: #6987ab;
  font-weight: 700;
  border-radius: 0;
  box-shadow: 0px 0px 20px 1px rgba(16, 16, 16, 0.17);
  background: transparent;
}
/* line 1258, ../sass/screen.scss */
.portfolio_p .but_port:hover, .portfolio_p .is-checked {
  background-color: #0083ff;
  color: #fff;
  box-shadow: 10px 0 30px rgba(0, 131, 255, 0.3);
}
.portfolio_p .foo_txxt_ind {
  display: block;
}

/* line 1266, ../sass/screen.scss */
.portfolio_detail .btn_c {
  padding: 7px 15px;
}
/* line 1270, ../sass/screen.scss */
.portfolio_detail a {
  text-decoration: none;
}
/* line 1274, ../sass/screen.scss */
/*.portfolio_detail .foo_txxt_ind {
  margin-left: -11px;
  display: block;
}*/
/* line 1280, ../sass/screen.scss */
.portfolio_detail .details .btn_c {
background: #ffffff;
border: 3px solid #fff;
box-shadow: 7px 1px 20px 0px rgba(16, 16, 16, 0.17);
margin: 4px;
float: left;
font-size: 12px;
width: auto ;
cursor: unset;
}
.portfolio_detail .details li{
float: left;
}
/* line 1289, ../sass/screen.scss */
/*.portfolio_detail .details .display_ul {
  margin-top: 20px;
}*/

/* line 1296, ../sass/screen.scss */
.whoweare_p .text_p, .ecommercedevelopment .text_p, .digital .text_p {
  padding: 10px 21px 0px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 1301, ../sass/screen.scss */
.whoweare_p .text_p b, .ecommercedevelopment .text_p b, .digital .text_p b {
  margin-bottom: 2px;
  color: #2967ab;
}
/* line 1304, ../sass/screen.scss */
.whoweare_p .text_p b h4, .ecommercedevelopment .text_p b h4, .digital .text_p b h4 {
  font-weight: 600;
  font-size: 22px;
}
/* line 1310, ../sass/screen.scss */
.whoweare_p .card_default, .ecommercedevelopment .card_default, .digital .card_default {
  display: flex;
  flex-flow: column nowrap;
  transition: all .5s ease;
  height: 100%;
  position: relative;
  background: #eaeaea;
}
/* line 1318, ../sass/screen.scss */
.whoweare_p .card_default .img_t, .ecommercedevelopment .card_default .img_t, .digital .card_default .img_t {
  overflow: hidden;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1323, ../sass/screen.scss */
.whoweare_p .card_default .img_t .img_bg, .ecommercedevelopment .card_default .img_t .img_bg, .digital .card_default .img_t .img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease;
  width: 100%;
  padding-bottom: 70.25%;
}

/* line 1335, ../sass/screen.scss */
.career .box, .animated .box {
  cursor: pointer;
  padding: 30px;
  background: #efefef;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* line 1343, ../sass/screen.scss */
.career .box .btn_c, .animated .box .btn_c {
  background: #00c85b;
  border: 3px solid #00c85b;
  padding: 7px 16px;
  color: white;
  margin-top: 20px;
  width: 160px;
}
/* line 1353, ../sass/screen.scss */
.career .box:hover, .animated .box:hover {
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}
/* line 1360, ../sass/screen.scss */
.career .box p, .animated .box p {
  margin-bottom: 0rem;
}
/* line 1361, ../sass/screen.scss */
.career .box .ellipsis_, .animated .box .ellipsis_ {
  height: 98px;
}
/* line 1363, ../sass/screen.scss */
.career .box .ellipsis_::before, .animated .box .ellipsis_::before {
  width: auto;
}
/* line 1369, ../sass/screen.scss */
.career .header_c, .animated .header_c {
  background: #ffaa52;
  color: #ffffff;
  padding: 85px 41px 114px;
}
/* line 1373, ../sass/screen.scss */
.career .header_c .foo_txxt_ind, .career .header_c i, .career .header_c .sub_h, .animated .header_c .foo_txxt_ind, .animated .header_c i, .animated .header_c .sub_h {
  color: #ffffff;
}
/* line 1380, ../sass/screen.scss */
.career a span, .animated a span {
  color: #fff;
}
/* line 1382, ../sass/screen.scss */
.career a span:hover, .animated a span:hover {
  color: #6baff8;
}
/* line 1387, ../sass/screen.scss */
.career a:hover, .animated a:hover {
  text-decoration: none;
  color: #000;
}

/* line 1395, ../sass/screen.scss */
.career_details .dis_in_bl li {
  display: block;
}
/* line 1398, ../sass/screen.scss */
.career_details .howtoapply .header_c {
  padding: 85px 41px 114px;
  background: #ffaa52;
}
/* line 1401, ../sass/screen.scss */
.career_details .howtoapply .header_c ul {
  padding-left: 26px;
}
/* line 1402, ../sass/screen.scss */
.career_details .howtoapply .header_c .heading_c {
  font-weight: 300;
  color: white;
  margin-bottom: 21px;
}
/* line 1407, ../sass/screen.scss */
.career_details .howtoapply .header_c li, .career_details .howtoapply .header_c p, .career_details .howtoapply .header_c i {
  color: #fff;
}
/* line 1408, ../sass/screen.scss */
.career_details .howtoapply .header_c i {
  color: #0c569c;
  float: right;
}
/* line 1410, ../sass/screen.scss */
.career_details .howtoapply .header_c .input_c {
  color: #848484;
  margin: 8px auto;
  text-align: left;
}
/* line 1417, ../sass/screen.scss */
.career_details .sub_h {
  color: #ffffff;
}
/* line 1420, ../sass/screen.scss */
.career_details .html_btn {
  display: none;
}
/* line 1422, ../sass/screen.scss */
.career_details .input_c {
  padding: 6px 35px;
  margin-bottom: 20px;
  width: 100%;
}
/* line 1426, ../sass/screen.scss */
.career_details .input_c input, .career_details .input_c textarea {
  border: 0;
}
/* line 1427, ../sass/screen.scss */
.career_details .input_c input:hover, .career_details .input_c textarea:hover {
  border: 0;
}
/* line 1432, ../sass/screen.scss */
.career_details .btn_c {
  background: #054786;
  border: 3px solid #ffffff;
  color: #ffffff;
  margin-top: 30px;
  width: 187px;
}
/* line 1439, ../sass/screen.scss */
.career_details fieldset p {
  position: absolute;
  top: 47px;
  right: 15px;
  color: #ff6060 !important;
  font-size: 13px;
}

/* line 1449, ../sass/screen.scss */
.webdevelopment .margin-b {
  margin-bottom: 46px;
}

/* line 1458, ../sass/screen.scss */
.ecommercedevelopment .box_c-e, .digital .box_c-e {
  padding: 10px;
  margin-bottom: 20px;
}
/* line 1464, ../sass/screen.scss */
.ecommercedevelopment .box_c-e h3, .digital .box_c-e h3 {
  color: #2967ab;
font-size: 22px;
font-weight: 600;
}
/* line 1467, ../sass/screen.scss */
.ecommercedevelopment .box_c-e .text, .digital .box_c-e .text, .ecommercedevelopment .box_c-e .text_r, .digital .box_c-e .text_r {
padding: 20px;
background: #fbfbfb;
position: relative;
right: -32px;
z-index: 99;
box-shadow: 0 20px 100px rgba(0, 0, 0, 0.13);
}
/* line 1475, ../sass/screen.scss */
.ecommercedevelopment .box_c-e .text_r, .digital .box_c-e .text_r {
right: 32px;
}
/* line 1480, ../sass/screen.scss */
.ecommercedevelopment .box_ec, .digital .box_ec {
  background: #fff !important;
  margin-bottom: 40px;
}
/* line 1483, ../sass/screen.scss */
/*.ecommercedevelopment .box_ec a, .digital .box_ec a, .ecommercedevelopment .box_ec p, .digital .box_ec p, .ecommercedevelopment .box_ec h3, .digital .box_ec h3 {
  color: #fff;
}*/
/* line 1486, ../sass/screen.scss */
.ecommercedevelopment .box_ec:nth-last-child(1), .digital .box_ec:nth-last-child(1) {
  margin-bottom: 0px;
}
/* line 1490, ../sass/screen.scss */
.ecommercedevelopment p, .digital p {
  /* font-size: 19px; */
}

/* line 1497, ../sass/screen.scss */
.digital .box_c-e {
  margin-bottom: 0px;
}

/* line 1508, ../sass/screen.scss */
.staffing .slider_cs {
  background: linear-gradient(124deg, #2f79ca, #2665a9);
}
/* line 1511, ../sass/screen.scss */
.staffing .slider_cs p {
  color: #fff;
  font-size: 18px;
  /* text-align: center; */
}
/* line 1516, ../sass/screen.scss */
.staffing .slider_cs .why {
  background: url(../image/why1.png);
  background-size: 19%;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
}
/* line 1523, ../sass/screen.scss */
.staffing .slider_cs .slide h4 {
  font-size: 33px;
}
/* line 1526, ../sass/screen.scss */
.staffing .slider_cs i {
  font-size: 18px;
  padding-right: 8px;
  color: #fff;
}
/* line 1530, ../sass/screen.scss */
.staffing .slider_cs .foo_txxt_ind {
  text-indent: -19px;
  margin-left: 17px;
}
/* line 1533, ../sass/screen.scss */
.staffing .slider_cs .foo_txxt_ind i {
  padding-right: 18px;
}
/* line 1536, ../sass/screen.scss */
.staffing .box_c-e {
  background: #e7e7e7;
}

/* line 1542, ../sass/screen.scss */
.contect_c {
  border-bottom: 8px solid #1e61a5;
}
/* line 1545, ../sass/screen.scss */
.contect_c .img_c
a, .contect_c i, .contect_c span {
  color: #58595c;
}
/* line 1549, ../sass/screen.scss */
.contect_c a:hover {
  text-decoration: none;
  color: #0098c9;
}
/* line 1552, ../sass/screen.scss */
.contect_c a:hover span, .contect_c a:hover i {
  color: #0098c9;
}

/* line 1559, ../sass/screen.scss */
.privacy ul li {
  list-style-type: unset;
}
/* line 1564, ../sass/screen.scss */
.privacy p {
  line-height: 2;
}

@media (min-width: 320px) and (max-width: 1223px) {
  /* line 1570, ../sass/screen.scss */
  .info-card {
    height: auto;
  }

  /* line 1573, ../sass/screen.scss */
  .info-card:hover .info-card-details {
    bottom: unset;
    overflow: auto;
    height: 100%;
  }

  /* line 1578, ../sass/screen.scss */
  .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  /* line 1584, ../sass/screen.scss */
  .info-card .info-card-details {
    position: relative;
    padding: 23px 1px 1px;
  }

  /* line 1589, ../sass/screen.scss */
  .info-card .info-card-details .info-card-header {
    position: relative;
    padding: 0;
  }

  /* line 1593, ../sass/screen.scss */
  .career_details .input_c {
    padding: 6px 7px;
  }
}
@media (min-width: 320px) and (max-width: 640px) {
  /* line 1598, ../sass/screen.scss */
  .nav_c ul li {
    height: 47px;
  }

  /* line 1601, ../sass/screen.scss */
  .slider {
    padding-top: 62px;
  }

  /* line 1605, ../sass/screen.scss */
  .about_p .body_c {
    margin-bottom: 0;
    padding-top: 55px;
  }

  /* line 1606, ../sass/screen.scss */
  footer .foo_txxt_ind {
    display: block;
  }

  /* line 1608, ../sass/screen.scss */
  footer {
    z-index: 1;
    position: relative;
  }

  /* line 1609, ../sass/screen.scss */
  .contact_c h2, .contact_c h3 {
    margin-top: 0px;
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
  }

  /* line 1616, ../sass/screen.scss */
/*  .about_p .white_cor {
    font-size: 31px;
  }*/
  /* line 1619, ../sass/screen.scss */
.about_p h2 {
    font-size: 21px;
}
.about_p p {
    font-size: 12px;
}
  /* line 1620, ../sass/screen.scss */
  .about_p .sub_header {
    padding: 58px 10px;
  }

  /* line 1626, ../sass/screen.scss */
  .nav_c .navbar-brand {
    width: 75%;
  }
  /* line 1628, ../sass/screen.scss */
  .nav_c .navbar-brand img {
    width: 100%;
  }
  /* line 1629, ../sass/screen.scss */
  .nav_c .navbar-brand ul li {
    height: 48px;
  }
  /* line 1636, ../sass/screen.scss */
  .nav_c .collapse.navbar-collapse .dropdown-menu {
    position: absolute;
    top: 53px;
    z-index: 9999;
  }
  /* line 1641, ../sass/screen.scss */
  .nav_c .collapse.navbar-collapse a {
    width: 94%;
  }
  /* line 1645, ../sass/screen.scss */
  .nav_c .collapse.navbar-collapse a:hover::before {
    opacity: 0;
  }
  /* line 1649, ../sass/screen.scss */
  .nav_c .navbar-collapse a::before {
    width: 100% !important;
  }
  /* line 1653, ../sass/screen.scss */
  .nav_c .navbar-nav {
    padding-bottom: 20px;
  }

  /* line 1658, ../sass/screen.scss */
  .padd_tb-100 {
    padding: 41px 0;
  }

  /* line 1665, ../sass/screen.scss */
  .about .main_h {
    padding-top: 21px;
  }

  /* line 1671, ../sass/screen.scss */
  .whatewedo img {
    width: 30%;
    height: auto;
  }
  /* line 1675, ../sass/screen.scss */
/*  .whatewedo .main_h {
    margin-bottom: 35px;
    margin-top: 12px;
  }
*/
  /* line 1681, ../sass/screen.scss */
  .testimonial_c h4, .contact_c h4, .staffing .slider_cs h4, .contact_c h4, .staffing .slider_cs h4 {
    font-size: 31px;
  }

  /* line 1685, ../sass/screen.scss */
  .contact_p fieldset p {
    top: 4px;
    font-size: 10px;
  }

  /* line 1692, ../sass/screen.scss */
  .digital .box_c-e {
    padding: 22px 0px 20px 0;
    background: #dedede;
    margin-top: -4px;
  }
  /* line 1698, ../sass/screen.scss */
  .digital .text, .ecommercedevelopment .box_c-e .digital .text_r, .digital .box_c-e .text_r {
    padding: 0 !important;
    right: 0 !important;
    background: transparent !important;
    box-shadow: unset !important;
  }
  /* line 1706, ../sass/screen.scss */
  .digital p {
    font-size: 17px;
  }

  /* line 1708, ../sass/screen.scss */
  .staffing .slider_cs p {
    padding: 0 49px;
  }

  /* line 1712, ../sass/screen.scss */
  .staffing .slider_cs .why {
    background-size: 0%;
  }

  /* line 1715, ../sass/screen.scss */
  .text_cn {
    top: 162px;
  }

  /* line 1719, ../sass/screen.scss */
  footer .col-sm-6.col-lg-2 {
    margin: 30px 0;
  }

  /* line 1725, ../sass/screen.scss */
  .about_p .sub_header .text-center {
   width: 82%;
   margin-top: 94px;
  }
  /* line 1728, ../sass/screen.scss */
  .about_p .sub_header {
background-size: 210% 121px !important;
background-position: -283px !important;
/* padding: 29px 10px; */
padding: 116px 4px 41px 38px;
background-repeat: no-repeat !important;
  }
  /* line 1734, ../sass/screen.scss */
  .about_p .white_cor {
    font-size: 8px;
    margin: 0;
  }
.pt-5, .py-5 {
    padding-top: 1rem !important;
}
.padd_tb-50 {
    padding: 10px 0;
}
.sub_h_b {

    font-size: 40px;
    padding-bottom: 9px;
    margin-bottom: 8px;

}
  /* line 1740, ../sass/screen.scss */
  .slider .owl-text-overlay {
    width: 92%;
    top: 80%;
    margin: 0 auto;
    right: 0;
  }
  /* line 1746, ../sass/screen.scss */
  .slider .main_h {
    font-size: 20px;
    margin-bottom: -7px;
  }
  /* line 1750, ../sass/screen.scss */
  .slider p {
    font-size: 12px;
  }
  /* line 1753, ../sass/screen.scss */
  .slider .owl-dots {
    position: absolute;
    bottom: -1%;
  }
}
/* line 1763, ../sass/screen.scss */
.sitemap a, .privacy a {
  color: #807e7e;
}
/* line 1765, ../sass/screen.scss */
.sitemap a:hover, .privacy a:hover {
  color: #0098c9;
  text-decoration: none;
}
/* line 1770, ../sass/screen.scss */
.sitemap li, .privacy li {
  line-height: 2;
}

@media (min-width: 481px) and (max-width: 640px) and (orientation: landscape) {
  /* line 1779, ../sass/screen.scss */
  .about_p .body_c {
    padding-top: 100px;
  }

  /* line 1784, ../sass/screen.scss */
  .owl-dots {
    right: 41%;
  }

  /* line 1785, ../sass/screen.scss */
  .slider .owl-carousel .owl-item img {
    width: 100%;
  }

  /* line 1788, ../sass/screen.scss */
  .about_p .sub_header {
    background-size: 139% 157px !important;
    background-position: -161px !important;
    padding: 53px 20px;
  }

  /* line 1793, ../sass/screen.scss */
  .ecommercedevelopment .box_c-e, .digital .box_c-e, .digital .box_c-e, .digital .box_c-e {
    padding: 7px 1px;
    margin-bottom: 20px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* line 1800, ../sass/screen.scss */
  .about_p .sub_header {
    background-size: 137% 193px !important;
    background-position: -119px !important;
    padding: 54px 29px;
  }

  /* line 1805, ../sass/screen.scss */
  .career .box .btn_c, .animated .box .btn_c {
    width: 100%;
    font-size: 10px;
  }

  /* line 1809, ../sass/screen.scss */
  .career .header_c, .animated .header_c {
    padding: 75px 10px 114px;
  }

  /* line 1812, ../sass/screen.scss */
  .career a span, .animated a span {
    font-size: 11px;
  }

  /* line 1815, ../sass/screen.scss */
  .career .box, .animated .box {
    padding: 19px;
  }

  /* line 1818, ../sass/screen.scss */
  .padd_tb-50.address_c {
    padding: 31px 0;
  }
  /* line 1820, ../sass/screen.scss */
  .padd_tb-50.address_c .ml-auto, .padd_tb-50.address_c .mx-auto {
    margin-left: auto !important;
    padding: 0;
  }
  /* line 1824, ../sass/screen.scss */
  .padd_tb-50.address_c textarea {
    height: 179px;
  }

  /* line 1829, ../sass/screen.scss */
  .contect_c .img_c a, .contect_c i, .contect_c span {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {

  /* line 1834, ../sass/screen.scss */
  .slider .owl-text-overlay {
    width: 49%;
  }

  /* line 1837, ../sass/screen.scss */
  .slider .main_h {
    font-size: 28px;
  }

  /* line 1840, ../sass/screen.scss */
  .padd_tb-100 {
    padding: 46px 0;
  }

  /* line 1841, ../sass/screen.scss */
  .main_h {
    font-size: 26px;
    padding-bottom: 14px;
    margin-bottom: 15px;
  }

  /* line 1842, ../sass/screen.scss */
  .mar_top-60 {
    margin-top: 0px;
  }

  /* line 1843, ../sass/screen.scss */
  .padd_tb-50 {
    padding: 20px 0;
  }

  /* line 1844, ../sass/screen.scss */
  footer {
    z-index: 1;
    position: relative;
  }

  /* line 1845, ../sass/screen.scss */
  .body_c {
    margin-bottom: 0;
  }

  /* line 1849, ../sass/screen.scss */
  .nav_c .navbar-brand
  img {
    width: 161px;
  }
  /* line 1853, ../sass/screen.scss */
  .nav_c .collapse.navbar-collapse a {
    font-size: 13px;
  }
  /* line 1856, ../sass/screen.scss */
  .nav_c ul li {
    height: 62px;
    line-height: 64px;
    padding-left: 2px;
  }

  /* line 1864, ../sass/screen.scss */
  .whatewedo img {
    width: 55px;
    height: auto;
  }
  /* line 1869, ../sass/screen.scss */
  .whatewedo h4 {
    font-size: 15px;
    font-weight: 666;
  }
  /* line 1871, ../sass/screen.scss */
  .whatewedo .ellipsis_ {
    height: 76px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  /* line 1876, ../sass/screen.scss */
  .whatewedo .main_h {
    margin-bottom: 48px;
    margin-top: 16px;
  }

  /* line 1881, ../sass/screen.scss */
  .testimonial_c h4, .contact_c h4, .staffing .slider_cs h4, .contact_c h4, .staffing .slider_cs h4 {
    font-size: 37px;
    margin-bottom: 0px;
  }

  /* line 1885, ../sass/screen.scss */
  .testimonial_ca .carousel {
    margin: -33px 0 57px;
  }

  /* line 1888, ../sass/screen.scss */
  .contact_c h2, .contact_c h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  /* line 1893, ../sass/screen.scss */
  footer .col-sm-6.col-lg-2 .navbar-nav {
    margin-left: 52px;
  }
  /* line 1896, ../sass/screen.scss */
  footer .col-sm-6.col-lg-4, footer .col-sm-6.col-lg-2 {
    margin-bottom: 30px;
    margin-top: 22px;
  }

  /* line 1901, ../sass/screen.scss */
  .about .img_c, .about_p .img_c {
    display: none;
  }

  /* line 1904, ../sass/screen.scss */
  .about_p .sub_header {
    background-size: 180% 311px !important;
    background-position: -414px !important;
   padding: 30px 44px;
  }

  /* line 1908, ../sass/screen.scss */
  .whoweare_p .text_p b h4, .ecommercedevelopment .text_p b h4, .digital .text_p b h4, .ecommercedevelopment .text_p b h4, .digital .text_p b h4, .digital .text_p b h4 {
    text-align: left;
  }

  /* line 1911, ../sass/screen.scss */
  .ecommercedevelopment .box_c-e, .digital .box_c-e, .digital .box_c-e {
    padding: 13px 21px;
  }

  /* line 1914, ../sass/screen.scss */
  .ecommercedevelopment .box_c-e .text, .digital .box_c-e .text, .ecommercedevelopment .box_c-e .text_r, .digital .box_c-e .text_r, .digital .box_c-e .text, .digital .box_c-e .text_r, .ecommercedevelopment .box_c-e .text_r, .digital .box_c-e .text_r, .digital .box_c-e .text_r {
    padding: 21px;
    right: 0;
  }

  /* line 1918, ../sass/screen.scss */
  .nav_c .collapse.navbar-collapse .dropdown-menu {
    position: absolute;
    top: 53px;
    z-index: 9999;
  }

  /* line 1923, ../sass/screen.scss */
  .career_details .howtoapply .header_c i {
    display: none;
  }

  /* line 1927, ../sass/screen.scss */
  .career_details .input_c input, .career_details .input_c textarea {
    width: 100%;
  }

  /* line 1930, ../sass/screen.scss */
  .career a span, .animated a span {
    color: #fff;
    font-size: 13px;
  }

  /* line 1937, ../sass/screen.scss */
  .contect_c .img_c {
    display: block !important;
  }

  /* line 1941, ../sass/screen.scss */
  .about_p .sub_header .text-center {
    width: 43%;
  }

  .gray_bg{
    background-color: #333333;
  }

  /* line 1946, ../sass/screen.scss */
  .box_c-e .col-sm-6.align-self-center .text, .ecommercedevelopment .box_c-e .col-sm-6.align-self-center .text_r, .digital .box_c-e .col-sm-6.align-self-center .text_r {
    padding: 1px 15px !important;
  }
}
@media (min-width: 1023px) and (max-width: 1223px) and (orientation: landscape) {
   .about_page .ecommercedevelopment .box_c-e, .digital .box_c-e {
    padding: 0;
}
.row.about.pt-4, .py-4 {
    padding-top: 0rem !important;
}
.about_page .digital .box_c-e .text {
    padding: 13px;
    right: 0;
}

  /* line 1952, ../sass/screen.scss */
  .padd_tb-100 {
    padding: 63px 0;
  }

  /* line 1955, ../sass/screen.scss */
  .mar_top-60 {
    margin-top: 15px;
  }

  /* line 1958, ../sass/screen.scss */
  .body_c {
    margin-bottom: 370px;
  }

  /* line 1962, ../sass/screen.scss */
  .main_h {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 13px;
  }

  /* line 1967, ../sass/screen.scss */
  .about .img_c {
    margin-top: 89px;
  }

  /* line 1970, ../sass/screen.scss */
  .testimonial_c h4, .contact_c h4, .staffing .slider_cs h4, .contact_c h4, .staffing .slider_cs h4 {
    font-size: 41px;
    margin-top: 7px;
    margin-bottom: -2px;
  }

  /* line 1975, ../sass/screen.scss */
  .about_p .sub_header {
    background-size: 177% 306px !important;
    background-position: -461px !important;
    padding: 78px 44px;
  }

  /* line 1979, ../sass/screen.scss */
  .whatewedo {
    font-size: 22px;
  }

  /* line 1983, ../sass/screen.scss */
  footer a, footer p, footer h3, footer span {
    font-size: 12px;
  }

  /* line 1986, ../sass/screen.scss */
  .career .box .btn_c, .animated .box .btn_c {
    width: 100%;
  }

  /* line 1990, ../sass/screen.scss */
  .about_p .sub_header .text-center {
    width: 55%;
  }
}
@media (min-width: 1280px) and (max-width: 1680px) {
  /* line 2001, ../sass/screen.scss */
  .about_p .sub_header {
    background-size: 154% 330px !important;
    background-position: -343px !important;
  }

  /* line 2005, ../sass/screen.scss */
  .slider .main_h {
    font-size: 34px;
  }
  .container {
    max-width: 1240px !important;
}
.text_cn h3 {
    font-size: 19px;
}
}
@font-face {
  font-family: Raleway;
  src: url("../stylesheets/font/Raleway-Regular.ttf") format("woff2");
  font-style: normal;
}
