body {
  font-family: 'open_sansregular';
  line-height: 24px;
  margin: 0;
  padding: 0px;
  color: #353535;
  font-size: 15px;
}

@font-face {
  font-family: 'open_sansregular';
  src: url(' ../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

img {
  max-width: 100%;
  display: block
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: none
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.slide-section {
    position: relative;
}
.slide-section .site-logo {
    margin-top: 10px;
}
.slide-section header.sticky .site-logo {
    margin: 6px 0 0 0;
}
.slide-section header.sticky .site-logo img {
    width: 98px;
    margin-top: 6px;
}
.slide-section header {
    position: absolute;
    z-index: 1050;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    max-width: 1170px;

}
.slide-section header.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    width: 100%;
    max-width: 100%;
    height: 48px;
    -webkit-transition: background-color 2s ease-out;
      -moz-transition: background-color 2s ease-out;
      -o-transition: background-color 2s ease-out;
      transition: background-color 2s ease-out;
}
.slide-section .site-navigaion {
    float: right;
}
.site-navigaion nav.navbar.navbar-default {
    background: transparent;
    border: 0;
    min-height: auto;
    margin-bottom: 0;
}
.site-navigaion .navbar-collapse{
  padding: 0;
}
.site-navigaion .navbar-default .navbar-nav li a{
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.site-navigaion .navbar-default .navbar-nav li a:hover{
  text-decoration: none;
  color: #ed3e2b !important;
}
.industry-small-summary {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.industry-small-summary li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 18%;
    color: #b8b8b8;
    border-right: solid 1px #b8b8b8;
}
.industry-small-summary li img{
  margin: 0 auto;
  display: block;
  margin-bottom: 3px;
}
.industry-small-summary li span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.slider-revl{
  position: relative;
}
.slider-revl .item img{
  width: 100%;
}
.slider-revl .carousel-caption {
    top: 30%;
}
.slider-revl .carousel-caption h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.slider-revl .carousel-caption p{
  font-size: 22px;
}
.about-bg{
  /*background-image:url(../images/about-bg.jpg);*/
 /* background-repeat: no-repeat;*/
  padding: 60px 0;
  text-align: center; 
}
.about-bg h2{
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-family: 'open_sansbold';
}
.about-bg p{
  margin-bottom: 20px;
}
.about-bg a{
  color: #353535;
  text-decoration: none;
}
.talent-zone{
  padding: 60px 0;
  text-align: center;
}
.talent-zone h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
}
.talent-zone h2 span{
  color: #ed3e2b !important;
}
.service-grid .service-colm {
    width: 19%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}
.service-grid .service-colm a span.oval-circle {
    background: #eee;
    max-width: 141px;
    height: 141px;
    display: block;
    padding-top: 34px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
}
.service-grid .service-colm a span.oval-circle img{
  margin: 0 auto
}
.service-grid .service-colm a span.service-name{
  font-size: 18px;
  font-family: 'open_sanssemibold';
  color: #353535;
}
.service-grid .service-colm a p{
  color: #353535;
  margin-top: 10px;
}
.service-grid .service-colm a:hover .oval-circle {
    background: #353535;
    box-shadow: 0 0 40px #b7b7b7;
    -webkit-transition: background-color 2s ease-out;
      -moz-transition: background-color 2s ease-out;
      -o-transition: background-color 2s ease-out;
      transition: background-color 2s ease-out;
}
.service-grid {
    margin-top: 40px;
}
.industry-served {
    padding: 60px 0 130px;
    text-align: center;
    background-image: url(../images/industry-service.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.industry-served h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  color: #fff;
}
.industry-served h2 span{
  color: #ed3e2b !important;
}
.industry-served p{
  color: #fff;
}
.service-provider .title-center{
  color: #fff;
  margin-bottom: 8px;
}
.service-provider .circle-line .circle{
  width: 11px;
  height: 11px;
  margin: 0 auto;
  background: #a2a0a3;
  display: block;
  border-radius: 50%; 
}
.service-provider .circle-line .line{
  width: 1px;
  height: 62px;
  margin: 0 auto;
  background: #a2a0a3;
  display: block;
}
.service-provider .oval {
    background: transparent;
    border: solid 2px #a2a0a3;
    max-width: 106px;
    height: 106px;
    display: block;
    border-radius: 50%;
    padding-top: 18px;
    margin: 0 auto;
}
.service-provider .oval img{
  margin: 0 auto;
}
.grid-colm {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.industry-grid-section {
    margin-top: 30px;
}
.build-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-work {
    padding: 60px 0;
    text-align: center;
}
.our-work h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
}
.our-work h2 span{
  color: #ed3e2b !important;
}
.portfolio-section {
    padding-top: 30px;
}
.portfolio-btn{
  background: #ed3e2b !important;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  font-family: 'open_sansbold';
  font-size: 18px;
  display: inline-block;
  margin-top: 40px;
}
.portfolio-btn:hover{
  background:#353535;
  color: #fff;
}
.reviews-bg {
    padding: 60px 0;
    text-align: center;
    background-image: url(../images/rev-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.reviews-bg h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  color: #fff;
  text-transform: uppercase;
}
.tetimonial-block .client-image img{
  margin: 0 auto;
  margin-bottom: 20px;
}
.reviews-bg .tetimonial-block {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.reviews-bg .tetimonial-block .client-name{
  font-style: italic;
  font-family: 'open_sanssemibold';
}
.reviews-bg .tetimonial-block .test-white{
  position: absolute;
  left: 0;
  top: 90px;
}
.reviews-bg .tetimonial-block .test-black{
  position: absolute;
  right: 0;
  bottom: 0;
}
.lets-talk{
  background-image: url(../images/ex-talk-bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  display: table;
  width: 100%;
  overflow: hidden;
}
.lets-talk .leftBlockDetails {
    background: #fff;
    display: table-cell;
    padding: 50px 30px;
    position: relative;
    vertical-align: middle;
    width: 45%;
}
.lets-talk .leftBlockDetails::before {
    border-right: 120px solid rgba(0,0,0,0);
    border-top: 554px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -120px;
    top: 0;
    width: 0;
}
.lets-talk .rightBlockDetails {
    display: table-cell;
    padding: 50px;
    vertical-align: middle;
    width: 55%;
}
.lets-talk .rightBlockDetails .caller-man {
    padding: 0 0 0 90px;
    text-align: center;
    color: #fff;
}
.lets-talk .rightBlockDetails .caller-man img {
    margin: 0 auto;
    margin-bottom: 20px;
}
.lets-talk h4{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  color: #ed3e2b !important;
}
.excited-talk {
    text-align: center;
    margin-top: 25px;
}
.excited-talk li img {
    margin-bottom: 10px;
}
.excited-talk li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 32.33%;
    padding: 0 5px;
    font-size: 13px;
}
footer{
  padding: 60px 0;
  background:#12202d;
}
footer h2 {
    color: #ed3e2b !important;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'open_sansextrabold';
}
footer h3{
  color: #fff;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'open_sansextrabold';
  text-transform: uppercase;
}
footer .links-services h4 {
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 17px;
}
footer .links-services li{
  margin: 0;
  padding: 0;
}
footer .links-services li a{
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
.footer-social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
}
.footer-social-links li a {
    background: #ababb5;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    color: #353535;
    font-size: 19px;
    padding-top: 7px;
    border-radius: 50%;
}
.footer-social-links li a:hover{
  background:#f7b152;
}
.copyright {
    color: #fff;
    font-size: 12px;
    margin-top: 13px;
}
.other-links {
    margin-top: 5px;
}
.other-links a {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
}
.intrative-custom{
  padding: 60px 0;
  text-align: center;
}
.intrative-custom h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 38px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
}
.intrative-custom h2 span{
  color: #ed3e2b !important;
}
.custom-php-services{
  padding: 60px 0;
  background: #ed3e2b !important; 
}
.custom-php-services .srvices-nuke{
  text-align: center;
}
.custom-php-services .srvices-nuke img{
  margin: 0 auto;
  padding-bottom: 6px;
}
.custom-php-services .srvices-nuke li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 12px 15px;
    margin: 0 10px;
    border-radius: 5px;
}
.php-development-services{
  padding: 50px 0;
}
.php-development-services h3{
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'open_sansbold';
  text-transform: uppercase;
  text-align: center;

}
.service-management {
    margin-bottom: 40px;
}
.service-management h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'open_sanssemibold';
    display: inline-block;
}
.service-management .belief-block span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.service-management .belief-block span img {
    width: 50px;
}
.service-management .belief-block {
    margin-bottom: 10px;
}
.sbg_green {
    background-color: #2f1d12;
    padding: 60px 0;
}
.magento_bg {
    background-image: url(../images/magento_bg.png);
    background-position: center 17px;
    background-repeat: repeat-x;
}
.sbg_green .title-center {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: 'open_sansextrabold';
}
.get-quote{
  background-image: url(../images/quote.jpg);
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 0;
  background-position: center center;
}
.get-quote h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 38px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.fill-form {
    text-align: center;
}
.fill-form input[type="text"] {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 39px;
    color: #fff;
    border-bottom: solid 1px #fff;
}
.fill-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.fill-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.fill-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.fill-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.fill-form .form-group {
    margin-bottom: 30px;
}
.fill-form select{
  height: 39px;
  background:transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.fill-form textarea{
  height: 150px;
  background:transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  border-bottom: solid 1px #fff;
}
.fill-form select option{
  color: #353535;
}
.fill-form input[type="submit"] {
    background: #ed3e2b !important;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: 'open_sansbold';
    font-size: 18px;
    display: inline-block;
    margin-top: 30px;
    border: 0;
}
.fill-form input[type="submit"]:hover{
  background:#353535;
}
.client-satisfacion {
    padding: 40px 0 20px;
    text-align: center;
}
.client-satisfacion h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    font-family: 'open_sansextrabold';
    text-transform: uppercase;
    line-height: 54px;
    text-align: center;
}
.client-satisfacion h2 span{
  color: #ed3e2b !important;
}
.client-satisfacion img{
  margin:0 auto;
}
.huge-relation{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6b7eb6+1,6b7eb6+44,6364a5+100 */
  background: #6b7eb6; /* Old browsers */
  background: -moz-linear-gradient(top, #6b7eb6 1%, #6b7eb6 44%, #6364a5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6b7eb6 1%,#6b7eb6 44%,#6364a5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6b7eb6 1%,#6b7eb6 44%,#6364a5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b7eb6', endColorstr='#6364a5',GradientType=0 ); /* IE6-9 */
}
.huge-relation{
  text-align: center;
  color: #fff;
}
.huge-relation h3{
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'open_sansbold';
  text-align: center;
  text-transform: uppercase;
}
.huge-relation h4 {
    margin: 15px 0;
    font-size: 22px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}
.huge-relation li {
    margin: 0 0 10px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.huge-relation li:before {
    content: "\f0a9";
    color: #fff;
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}
.hire-developer-res{
  background: #eb0d88;
  padding: 60px 0;
  text-align: center;
  color: #fff;
}
.hire-developer-res img{
  margin:0 auto; 
  padding-bottom: 15px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hire-developer-res img:hover{
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.hire-developer-res .content-center {
    margin-bottom: 30px;
}
.hire-developer-res .content-center span{
  display: block;
}
.hire-developer-res h3{
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  font-family: 'open_sansbold';
  text-align: center;
  text-transform: uppercase;
}
.hire-steps{
  padding: 50px 0;
  text-align: center;
  background: #2677e2;
}
.hire-steps h3{
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'open_sansbold';
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.step-row {
    padding: 30px 0;
    width: 100%;
}
.step-row .col-md-2 {
    width: 20%;
    float: left;
}
.dev-steps {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.dev-steps:before {
    position: absolute;
    right: -60px;
    top: 38px;
    content: "";
    background: url(../images/step-arrow.png) no-repeat center top;
    width: 99px;
    height: 16px;
}
.dev-steps i {
    display: inline-block;
    width: 100%;
    height: 72px;
    margin-bottom: 10px;
    position: relative;
}
.dev-steps i img {
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.dev-steps h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.worked-companies{
  padding: 50px 0;
  text-align: center;
}
.worked-companies .title-center{
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'open_sansbold';
  text-align: center;
  text-transform: uppercase;
}
.worked-companies img{
  margin:0 auto;
}
.about_polygone_abstract img {
    height: 107px;
}
.about_timeline_animation_bg {
    background: #fdf6ea;
    min-height: 1621px;
}
.timeline_long_row {
    text-align: center;
    background: url(../images/timeline_animation.png) no-repeat center top;
    height: 1645px;
}
.our_metho_btn {
    margin-top: -84px;
}
.our_metho_btn img {
    margin-right: 0;
    margin: 0 auto;
}
.mtehology_container {
    max-width: 1030px;
    margin: 0 auto;
}
.about_clint_req_dv {
    margin-top: 115px;
    clear: both;
}
.about_clint_req_dv h4 {
    float: left;
    color: #6b450a;
    font-size: 25px;
    width: 361px;
    text-align: right;
    margin-top: 37px;
}
.about_clint_req_dv.Imli_1 h4 {
    margin-left: 21px;
}
.about_clint_req_dv .round_circle {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    background: #ff6d00;
    float: left;
    margin-left: 71px;
}
.about_clint_req_dv.Imli_1 .round_circle {
    margin-left: 50px;
}
.about_clint_req_dv .round_circle span {
    margin: 19px 0;
    display: block;
}
.shrink {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.about_clint_req_dv .square_try {
    float: right;
    background: url(../images/time_line_box_1.png) no-repeat;
    width: 469px;
    height: 182px;
    margin-top: -40px;
}
.hide_about_big {
    display: none;
}
.about_clint_req_dv .square_try p {
    color: #fff;
    font-size: 16px;
    margin: 42px 77px 17px 94px;
    text-align: justify;
    width: 345px;
}
.about_clint_req_dv.Imli_2 {
    margin-top: 105px;
}
.about_clint_req_dv .square_try.bg_2 {
    background: url(../images/time_line_box_2.png) no-repeat;
    margin-left: 54px;
}
.about_clint_req_dv .square_try.bg_2 p {
    margin: 42px 57px 17px 38px;
}
.about_clint_req_dv.Imli_2 .round_circle {
    margin-left: 15px;
    background: #b3b434;
}
.about_clint_req_dv.Imli_2 .round_circle span {
    margin: 27px 0 19px;
}
.about_clint_req_dv.Imli_2 h4 {
    text-align: left;
    padding-left: 28px;
}
.flot_left {
    float: left !important;
}
.flot_left {
    float: left;
    margin-bottom: 14px;
    margin-right: 15px;
}
.about_clint_req_dv.Imli_3 {
    margin-top: 74px;
}
.about_clint_req_dv.Imli_3 h4 {
    margin-left: 24px;
}
.about_clint_req_dv.Imli_3 .round_circle {
    margin-left: 46px;
    background: #eec217;
}
.about_clint_req_dv.Imli_3 .round_circle span {
    margin: 27px 0 19px;
}
.about_clint_req_dv .square_try.bg_3 {
    background: url(../images/time_line_box_3.png) no-repeat;
    margin-left: auto;
}
.about_clint_req_dv.Imli_4 {
    margin-top: 105px;
}
.about_clint_req_dv .square_try.bg_4 {
    background: url(../images/time_line_box_4.png) no-repeat;
    margin-left: 54px;
}
.about_clint_req_dv .square_try.bg_4 p {
    margin: 42px 57px 17px 38px;
}
.about_clint_req_dv.Imli_4 .round_circle {
    margin-left: 15px;
    background: #86419c;
}
.about_clint_req_dv.Imli_4 h4 {
    margin-top: 21px;
}
.about_clint_req_dv.Imli_4 h4 {
    text-align: left;
    padding-left: 41px;
}
.about_clint_req_dv.Imli_5 {
    margin-top: 98px;
}
.about_clint_req_dv.Imli_5 h4 {
    text-align: left;
    padding-left: 110px;
}
.about_clint_req_dv.Imli_5 .round_circle {
    margin-left: 11px;
    background: #e2472a;
}
.about_clint_req_dv .square_try.bg_5 {
    background: url(../images/time_line_box_5.png) no-repeat;
    margin-left: auto;
}
.about_clint_req_dv .square_try.bg_5 {
    margin-right: 61px;
}
.about_clint_req_dv.Imli_6 {
    margin-top: 106px;
}
.about_clint_req_dv .square_try.bg_6 {
    margin-left: 61px;
}
.about_clint_req_dv .square_try.bg_6 {
    background: url(../images/time_line_box_6.png) no-repeat;
    margin-left: auto;
}
.about_clint_req_dv .square_try.bg_6 p {
    margin: 42px 77px 17px 38px;
}
.about_clint_req_dv.Imli_6 .round_circle {
    margin-left: 69px;
    background: #007bad;
}
.about_clint_req_dv.Imli_6 .round_circle span {
    margin: 19px 0;
}
.about_clint_req_dv.Imli_6 h4 {
    text-align: left;
    padding-left: 29px;
}
.location-area-telephone {
    margin-top: 30px;
}
.location-area-telephone .company i {
    background: #ed3e2b !important;
    width: 50px;
    height: 50px;
    font-size: 28px;
    padding: 11px 0 0 0;
    color: #fff;
    border-radius: 50%;
}
.contact-info p {
    font-size: 15px;
    min-height: 115px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
    padding: 23px 7px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}
.contact-info p:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
.contact-info p span {
    display: block;
}
.contact-info {
    margin-top: 30px;
}
.address-detail {
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
}


/******************* dropdown-menu ******************/

.nav > li.dropdown.open, .nav > li.dropdown {
    position: static;
}
.nav > li.dropdown.open, .nav > li.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 48px;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.8);
    width: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu {
    float: none;
    width: 100%;
    border: 0px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.service .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.service .list-one {
    border-right: 0;
}
.service .container .col-md-12 {
    padding: 0 10px;
}
.service .col-md-6 {
    width: 33%;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.dropdown-menu p.submenu-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.dropdown-menu p {
    color: #ffffff;
    text-align: left;
    padding: 15px 0px 0;
    border-bottom: 0;
}
.dropdown-menu p:after {
    content: "";
    border-bottom: solid 1px #eee;
    width: 30px;
    display: block;
    padding-top: 10px;
}
.service ul.list-unstyled li {
    position: relative;
    display: block;
    padding: 10px 0px;
    float: none;
}
.dropdown-menu li a {
    font-size: 14px;
    color:#585858;
    padding: 5px 0;
    text-decoration: none;
    display: inline-block;
}
/*.dropdown-menu li a:before {
    content: "\f101";
    color: #777279;
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}*/
.dropdown-menu li a:hover{
    background: transparent;
    color: #353535;
    text-decoration: none;
}
.dropdown .caret {
    margin-top: 13px;
    margin-left: 8px;
}
.dropdown-menu p.submenu-title i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.dropdown-menu p.submenu-title i {
    font-size: 20px;
}
.dropdown-menu p.submenu-title i.fa.fa-mobile {
    font-size: 25px;
}
.site-navigaion .navbar{
  position: static;
}
header .col-md-4.col-sm-4 {
  width: auto;
  float: left;
  display: inline-block;
  vertical-align: top;
}
header .col-md-8.col-sm-8 {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.site-navigaion .navbar-default .navbar-nav li ul li a {
    font-size: 13px;
    padding: 0;
    text-transform: capitalize;
}
.site-navigaion .navbar-default .navbar-nav li ul li a:before {
    border-right: solid 2px #fff;
    content: "";
    margin-right: 10px;
}
.portfolio-blocks {
    text-align: center;
    background: #f2f5f8;
    border-radius: 8px;
}
.portfolio-blocks .port-padding {
    padding: 15px;
}
.portfolio-blocks h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 25px 0;
    font-family: 'open_sansbold';
}
.portfolio-blocks img {
    margin: 0 auto;
    padding-bottom: 20px;
}
.portfolio-blocks .white-bg {
    background: #fff;
    box-shadow: 0 0 20px #dedede;
    padding: 15px;
}
.portfolio-blocks a {
    background:#ed3e2b !important;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 40px;
    font-family: 'open_sansbold';
    font-size: 13px;
    display: inline-block;
    margin: 11px 0;
    border: 0;
}
.portfolio-blocks a:hover{
  background: #353535;
  text-decoration: none;
  color: #fff;
}
.bottom-space{
  margin-bottom: 30px;
  /*written by start sam*/
background: rgba(0,0,0,0.8);
width: 100%;
max-width: 100%;
height: 48px;
/*written by end sam*/
}
.more-impressed{
  background: #1abc9c;
  padding: 50px 0;
  text-align: center;
  color: #ffffff;
}
.more-impressed h3 {
    font-size: 32px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}
.more-impressed a{
    background: #35eac7;
    padding: 8px 26px;
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 25px;
    font-family: 'open_sansbold';
}
.social-touch-media li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social-touch-media li a {
    display: inline-block;
    margin: 0 6px;
    padding: 9px 0 0 0;
    color: #9debdc;
    font-size: 30px;
    border: solid 1px #9debdc;
    background: transparent;
    width: 50px;
    height: 50px;
}
.bunch-portfolio{
  background:#2d373c;
  padding: 72px 0;
  color: #fff; 
  text-align: center;
}
.bunch-portfolio h4{
  font-size: 32px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'open_sansbold';
}
.bunch-portfolio .innerpage_slider {
    background: url(../images/portfolio-bg.jpg) center top repeat;
    padding: 124px 0px;
    text-align: center;
    margin-top: 60px;
    position: relative;
}
.bunch-portfolio .innerpage_slider img{
  margin:0 auto;
}
.loopslider-nav-button{
  display: none;
}
.loopslider{
  position:relative;
  overflow:hidden;
}
.loopslider-body{
  position:relative;
}
.loopslider-item-wraper{
  display:inline-block;
}
.loopslider-fullscreen .loopslider-body,
.loopslider-fullscreen .loopslider-item-wraper,
.loopslider-fullscreen .loopslider-item-wraper > *{
  height: 100%;
}
.loopslider-pagination{
  display:block;
  text-align:center;
  margin: 10px 0;
}
.loopslider-page-nav-item{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:5px;
  background:#999;
  margin:0 5px;
  cursor:pointer;
}
.loopslider-page-nav-item.loopslider-active,
.loopslider-page-nav-item:hover{
  background:#777;
}
.loopslider-nav-button{
  cursor: pointer;
    height: 81px;
    width: 81px;
  position: absolute;
  fill: transparent; /* default nav buttons color */
}
.loopslider:hover .loopslider-nav-button{
  fill: #999;
}
.loopslider:hover .loopslider-nav-button:hover{
    fill: #fff;
}
.loopslider-nav-button > svg{
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  transform: translateX(0px);
}
.loopslider-prev-button{
  left:0;
}
.loopslider-next-button{
  right:0;
}
.loopslider-parallax-container{
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#animatedModal {
    /*background: rgba(0,0,0,0.5) !important;*/
     background: #ffffff !important;
}
.modal-content-box {
    max-width: 800px;
    margin: 0 auto;
}
#animatedModal {
    text-align: center;
    padding: 40px 20px;
}
#animatedModal h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
}
#animatedModal p {
    margin-bottom: 30px;
}
.quote-form input[type="text"], .quote-form select, .quote-form textarea {
    border: 0;
    box-shadow: none;
    border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}
.quote-form textarea {
  height: 120px;
}
.quote-form input[type="submit"] {
    background: #0db7eb;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    font-family: 'open_sansbold';
    font-size: 18px;
    display: inline-block;
    margin-top: 30px;
    border: 0;
}
#btn-close-modal {
    float: right;
}
#btn-close-modal i.fa.fa-times {
    font-size: 30px;
    cursor: pointer;
    /*sam start*/
    color: #fff;
    padding-top: 8px;
    /*sam end*/
}
.get-quote-right-fixed a#demo01 {
    background: #ed3e2b !important;
    padding: 8px 20px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
.get-quote-right-fixed {
    position: fixed;
    z-index: 1050;
    right: -68px;
    top: 120px;
}
.get-quote-right-fixed a {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0;
    bottom: 9px;
}

/******************* dropdown-menu ******************/


/******************* career detail ******************/

section.job-title-description {
    text-align: center;
    padding: 72px 0;
}
section.job-title-description h2{
  font-size: 44px;
  margin-top: 0;
  color: #303741;
  margin-bottom: 30px;
}
section.job-title-description p {
    line-height: 26px;
    font-size: 16px;
}
.job-post-block .container {
    width: 100%;
}
section.job-post-block {
    background: #162d42;
    color: #fff;
    text-align: center;
}
section.job-post-block img {
    margin: 0 auto;
    padding-bottom: 15px;
}
.job-post-block .col-md-3.col-sm-3 {
    padding: 50px 0;
}
.job-post-block .title-head-name {
    color: #afaaaa;
}
.job-post-block .nth-color{
  background: #2e4e6b;
}
.job-post-block a.apply-now-btn {
    background: #00c2e5;
    padding: 9px 18px;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 5px;
    margin-top: 6px;
    text-decoration: none;
}
.job-post-block a.apply-now-btn:hover {
    background: #353535;
    text-decoration: none;
}
.career-responsibility{
  padding: 72px 0;
}
.career-skills{
  padding:0 0 72px;
}
.career-responsibility ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.career-responsibility ul li {
    list-style: none;
    color: #555;
    background: url(../img/bullets-arrow.png) no-repeat scroll 0 5px;
    padding-left: 27px;
    padding-bottom: 21px;
    line-height: 27px;
}
.career-responsibility h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
}
.career-responsibility .shadow-blox{
  background: #fff;
  border-radius: 8px;
  padding: 32px 25px;
  box-shadow: 0 1px 4px #e2e2e2;
}
.career-responsibility .container {
    max-width: 950px;
}
.jobs-career{
  text-align: center;
  padding-bottom: 72px;
}
.jobs-career h3 {
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
}
.jobs-career .title-heading-center {
    font-size: 20px;
    margin: 12px 0;
}
.jobs-career .ground-space{
  margin-bottom: 30px;
}
.jobs-career .container {
    width: 100%;
}
.job-car-blox img {
    margin: 0 auto;
}
/******************* career detail ******************/



/******************************* Media ********************************/

@media (min-width: 1036px){
.hide_about_big {
    display: none;
}
}

@media (max-width:1199px) and (min-width:980px) {
  .slider-revl .carousel-caption h2 {
      font-size: 30px;
      margin-bottom: 10px;
  }
  .slider-revl .carousel-caption p {
      font-size: 18px;
  }
}

@media (max-width:979px) and (min-width:768px) {
  .site-navigaion .navbar-default .navbar-nav li a {
      font-size: 12px;
      padding: 15px 12px;
  }
  .slide-section .site-logo {
      margin-top: 10px;
      width: 200px;
  }
  .slider-revl .carousel-caption {
      top: 20%;
  }
  .slider-revl .carousel-caption h2 {
      font-size: 22px;
      margin-bottom: 5px;
  }
  .slider-revl .carousel-caption p {
      font-size: 13px;
  }
  .industry-small-summary li img {
      margin-bottom: 0px;
      width: 40px;
      height: 40px;
  }
  .industry-small-summary li span {
      font-size: 10px;
  }
  .about-bg h2 {
      font-size: 28px;
  }
  .about-bg {
      background-size: cover;
  }
  .talent-zone h2 {
      font-size: 28px;
  }
  .service-grid .service-colm {
      width: 24%;
  }
  .industry-served h2 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 28px;
  }
  .grid-colm {
      width: 24%;
  }
  .our-work h2 {
      font-size: 28px;
  }
  .reviews-bg h2 {
      font-size: 28px;
  }
  .lets-talk h4 {
      font-size: 28px;
  }
  .lets-talk .leftBlockDetails {
      width: 100%;
  }
  .lets-talk .rightBlockDetails {
      display: none;
  }
  .intrative-custom h2 {
      font-size: 28px;
  }
  .huge-relation h3 {
      font-size: 28px;
  }
  .technial-expertise {
      text-align: left;
  }
  .hire-developer-res h3 {
      font-size: 28px;
  }
  .hire-steps h3 {
      font-size: 28px;
  }
  .dev-steps:before{
    display: none;
  }
  .worked-companies .title-center {
      font-size: 28px;
  }
  .client-satisfacion h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .client-satisfacion {
      padding: 30px 0 0;
      text-align: center;
  }
  .php-development-services h3 {
      font-size: 28px;
  }
  .service-management h4 {
      font-size: 15px;
  }
  .sbg_green .title-center {
      font-size: 28px;
  }
  .get-quote h2 {
      margin-bottom: 20px;
      font-size: 28px;
  }
  
}

@media (max-width:767px) {
  .slide-section header {
      position: relative;
  }
  .industry-small-summary {
      position: relative;
      bottom: 0;
      background: #000;
      padding: 20px 0 0;
  }
  .slide-section header {
      position: relative;
      top: 0;
      background: #000;
      padding: 18px 0;
  }
  .slider-revl .carousel-caption {
      top: 30%;
      display: none;
  }
  .slide-section .site-logo {
      margin-top: 0;
      width: 170px;
  }
  .navbar-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin-top: 13px;
      margin-right: 0;
      margin-bottom: 8px;
      background-color: #0db7eb;
      background-image: none;
      border: 0;
      border-radius: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff;
  }
  .industry-small-summary li {
      display: inline-block;
      margin: 0;
      padding: 12px 0 12px 0;
      width: 100%;
      color: #b8b8b8;
      border-right: 0;
      vertical-align: text-bottom;
      border-bottom: solid 1px #b8b8b8;
  }
  .industry-small-summary li:last-child {
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .about-bg h2 {
      font-size: 22px;
  }
  .about-bg {
      padding: 36px 0;
      background-size: cover;
  }
  .talent-zone {
      padding: 36px 0;
  }
  .talent-zone h2 {
      margin-bottom: 10px;
      font-size: 22px;
  }
  .service-grid .service-colm {
      width: 49%;
  }
  .industry-served {
      padding: 36px 0 66px;
      background-size: cover;
  }
  .grid-colm {
      width: 49%;
  }
  .industry-served h2 {
      font-size: 22px;
  }
  .our-work {
      padding: 36px 0;
      text-align: center;
  }
  .our-work h2 {
      margin-bottom: 10px;
      font-size: 22px;
  }
  .tetimonial-block .client-image img {
      margin: 0 auto;
      margin-bottom: 20px;
      width: 110px;
  }
  .reviews-bg .tetimonial-block .test-white {
      position: absolute;
      left: 0;
      top: 50px;
  }
  .lets-talk .leftBlockDetails {
      background: #fff;
      display: block;
      padding: 36px 30px;
      position: relative;
      vertical-align: middle;
      width: 100%;
  }
  .lets-talk .rightBlockDetails {
      display: none;
  }
  .lets-talk h4 {
      font-size: 22px;
  }
  .excited-talk li {
      width: 100%;
      padding-bottom: 8px;
  }
  .excited-talk li img{
    margin: 0 auto;
    padding-bottom: 8px;
  }
  footer h3 {
      font-size: 22px;
  }
  .links-services {
      margin-bottom: 15px;
  }
  footer {
      padding: 36px 0;
  }
  .worked-companies .title-center {
      font-size: 22px;
  }
  .get-quote h2 {
      margin-bottom: 15px;
      font-size: 22px;
  }
  .get-quote {
      padding: 36px 0;
      background-position: center center;
      background-size: cover;
  }
  .client-satisfacion h2 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 22px;
      line-height: 30px;
  }
  .fill-form input[type="submit"] {
      width: 100%;
  }
  .intrative-custom h2 {
      font-size: 22px;
  }
  .intrative-custom {
      padding: 36px 0;
  }
  .custom-php-services {
      padding: 36px 0;
  }
  .huge-relation h3 {
      font-size: 22px;
  }
  .technial-expertise {
      text-align: left;
  }
  .hire-developer-res {
      padding: 36px 0;
  }
  .hire-developer-res h3 {
      font-size: 22px;
  }
  .hire-steps {
      padding: 36px 0;
  }
  .hire-steps h3 {
      font-size: 22px;
      margin-bottom: 10px;
  }
  .step-row .col-md-2 {
      width: 100%;
      float: left;
  }
  .dev-steps:before{
    display: none;
  }
  .portfolio-btn {
    width: 100%;
  }
  .custom-php-services .srvices-nuke li {
    display: block;
  }
  .php-development-services h3 {
      margin-bottom: 15px;
      font-size: 22px;
  }
  .service-management .belief-block span {
      display: block;
      margin-bottom: 12px;
  }
  .service-management .belief-block span img{
    margin: 0 auto;
  }
  .service-management h4 {
      display: block;
      text-align: center;
  }
  .sbg_green .title-center {
      font-size: 28px;
      line-height: 32px;
  }
  .portfolio-blocks {
      margin-bottom: 30px;
  }
  .more-impressed a {
      width: 100%;
  }
  .more-impressed h3 {
      font-size: 22px;
  }
  .more-impressed {
      padding: 36px 0;
  }
  .bunch-portfolio {
      padding: 36px 0;
  }
  .bunch-portfolio .innerpage_slider {
      margin-top: 0;
  }
  .bunch-portfolio h4 {
    font-size: 28px;
  }
  .slide-section .site-navigaion {
      float: none;
  }
  .site-navigaion .navbar-collapse {
      padding: 0 20px;
      background: #000;
      border: 0;
      height: 254px;
      overflow: auto;
  }
  .service .col-md-6 {
      width: 100%;
      float: none;
      display: block;
      vertical-align: top;
  }
  .nav > li.dropdown.open, .nav > li.dropdown:hover .dropdown-menu {
      display: block;
      position: relative;
      top: 0;
      width: 100%;
      max-width: 100%;
  }
  .get-quote-right-fixed {
      right: -63px;
  }
  .get-quote-right-fixed a#demo01 {
      font-size: 14px;
  }
  .modal-content-box {
      padding-top: 40px;
  }
  .modal-content-box .col-md-5.col-sm-5 {
      width: 66%;
      float: left;
  }
  .modal-content-box .col-md-7.col-sm-7 {
      width: 33%;
      float: left;
  }
  #btn-close-modal i.fa.fa-times {
      font-size: 20px;
      cursor: pointer;
  }
  #animatedModal h2 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 22px;
  }
  .quote-form input[type="submit"] {
      margin-top: 0px;
      width: 100%;
  }
}

@media(min-width:320px) and (max-width:480px) {
  
}
/*custom*/
.name-tag{
  color:#ed3e2b !important;
}
.ariseit-bt{
  background: #ed3e2b !important;

padding: 8px 20px;

color: #fff;

display: inline-block;

text-decoration: none;
border: 1px solid #ed3e2b !important !important;

border-radius: 5px;
}
.ariseit-bt:hover{
    background: #ed3e2b !important;

padding: 8px 20px;

color: #fff;

display: inline-block;

text-decoration: none;
border: 1px solid #ed3e2b !important;

border-radius: 5px;
}

/******************************* Media ********************************/