/*!

Theme Name: w3ondemand

Theme URI: w3ondemand.com

Author: W3ondemand

Author URI: 

Description: Description

Version: 1.2.0

License: GNU General Public License v2 or later

License URI: LICENSE

Text Domain: w3ondemand

Tags: software company, mobile app development, website development, ios app development

*/
/*---------------------------------------------------

               THEM CSS

----------------------------------------------------*/
/* css seclector */
::-moz-selection {
  color: white;
  background: #ea5a4b; }

::selection {
  color: white;
  background: #ea5a4b; }

/* end css seclector */
/*back to top button start */
#scroll {
  position: fixed;
  right: 20px;
  bottom: 50px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #ffb400;
  border-color: 1px solid #ffb400;
  text-indent: -9999px;
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  -webkit-box-shadow: 0 0px 15px 1px #efeded;
  box-shadow: 0 0px 15px 1px #efeded; }

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #222; }

#scroll:hover {
  opacity: 1;
  filter: "alpha(opacity=0.5)";
  -ms-filter: "alpha(opacity=0.5)"; }

/*back to top button end*/
.checkbox {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox:hover input ~ .checkmark {
    border: 1px solid #b1b0b0; }
  .checkbox input {
    opacity: 0;
    margin-right: 5px; }
    .checkbox input:checked ~ .checkmark {
      background-color: #ffb400;
      border: 1px solid #ffb400; }
    .checkbox input:checked ~ .checkmark:after {
      display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 0px;
    border: 1px solid #b1b0b0; }
    .checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.radio {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio:hover input ~ .checkmark {
    background-color: #f3f1f1;
    border: 1px solid #d8d8d8; }
  .radio input {
    opacity: 0;
    margin-right: 5px; }
    .radio input:checked ~ .checkmark {
      background-color: #ffb400;
      border: 1px solid #ffb400; }
    .radio input:checked ~ .checkmark:after {
      display: block; }
  .radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #d8d8d8; }
    .radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 4px;
      top: 4px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: white; }

.onof {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px; }
  .onof input {
    opacity: 0;
    width: 0;
    height: 0; }
    .onof input:checked + .slider {
      background-color: #ffb400; }
    .onof input:focus + .slider {
      -webkit-box-shadow: 0 0 1px #2196F3;
      box-shadow: 0 0 1px #2196F3; }
    .onof input:checked + .slider:before {
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px); }
  .onof .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 25px; }
    .onof .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 2px;
      bottom: 3px;
      background-color: #fff;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      border-radius: 50%; }

/*

.form-control::placeholder {color: $main;opacity:0.7;}

.form-control:-ms-input-placeholder {color: $main;opacity:0.7;}

.form-control::-ms-input-placeholder {color: $main;opacity:0.7;}*/
@-webkit-keyframes ak_rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ak_rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes ak_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes ak_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes ak_movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes ak_movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes ak_movebounce2 {
  0% {
    -webkit-transform: translateY(0px) translateX(-3.5px);
    transform: translateY(0px) translateX(-3.5px); }
  50% {
    -webkit-transform: translateY(15px) translateX(-3.5px);
    transform: translateY(15px) translateX(-3.5px); }
  100% {
    -webkit-transform: translateY(0px) translateX(-3.5px);
    transform: translateY(0px) translateX(-3.5px); } }

@keyframes ak_movebounce2 {
  0% {
    -webkit-transform: translateY(0px) translateX(-3.5px);
    transform: translateY(0px) translateX(-3.5px); }
  50% {
    -webkit-transform: translateY(15px) translateX(-3.5px);
    transform: translateY(15px) translateX(-3.5px); }
  100% {
    -webkit-transform: translateY(0px) translateX(-3.5px);
    transform: translateY(0px) translateX(-3.5px); } }

@-webkit-keyframes ak_skycloud {
  0% {
    top: -0%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }

@keyframes ak_skycloud {
  0% {
    top: -0%; }
  50% {
    top: 25%; }
  100% {
    top: 0%; } }

@-webkit-keyframes ak_skycloud2 {
  0% {
    left: -0%; }
  50% {
    left: 30%; }
  60% {
    left: 30%;
    bottom: 60%; }
  100% {
    left: 0%; } }

@keyframes ak_skycloud2 {
  0% {
    left: -0%; }
  50% {
    left: 30%; }
  60% {
    left: 30%;
    bottom: 60%; }
  100% {
    left: 0%; } }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 5px; }

.btn:focus,
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0; }

.btn:focus {
  background: #ffb400 !important;
  border-color: #ffb400 !important;
  color: #fff !important; }

.form-control:focus {
  border-color: #ffb400; }

a {
  text-decoration: none;
  color: #ffb400; }
  a:hover {
    text-decoration: none; }

.height_auto {
  height: auto; }

.margin_auto {
  margin: 0 auto; }

.section_padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.section_margin {
  margin-top: 40px;
  margin-bottom: 40px; }

.section_padding_top {
  padding-top: 40px; }

.section_padding_bottom {
  padding-bottom: 40px; }

.section_margin_top {
  margin-top: 40px; }

.section_margin_bottom {
  margin-bottm: 40px; }

.underline {
  text-decoration: underline; }

.theme_button {
  background: #ffb400;
  color: #000 !important;
  border-radius: 12px;
  padding: 8px 30px;
  -webkit-box-shadow: 0 0px 10px 1px #909090 !important;
  box-shadow: 0 0px 10px 1px #909090 !important; }

.theme_button2 {
  background: #003b91;
  color: #fff !important;
  border-radius: 12px;
  padding: 8px 30px;
  -webkit-box-shadow: 0 0px 10px 1px #909090 !important;
  box-shadow: 0 0px 10px 1px #909090 !important; }

.theme_button3 {
  background: #fff;
  color: #222 !important;
  border-radius: 12px;
  padding: 8px 30px;
  -webkit-box-shadow: 0 0px 10px 1px #909090 !important;
  box-shadow: 0 0px 10px 1px #909090 !important; }

.text_limit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.theme_color {
  color: #ffb400; }

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.ul_check {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ul_check li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px; }
    .ul_check li:before {
      content: "\f00c";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #beb4b4;
      position: absolute;
      left: 0;
      top: 4px; }

/* Main Styles */
/* header css start */
.main_header {
  background: #fff;
  /*

    border-bottom: 1px solid #dedada;*/
  -webkit-box-shadow: 0 -18px 22px 6px black;
  box-shadow: 0 -18px 22px 6px black;
  padding: 10px 0px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .main_header .ak_menu {
    padding: 0; }
    .main_header .ak_menu .navbar-brand img {
      width: 170px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .main_header .ak_menu .navbar-nav {
      padding: 5px 0px;
      margin-top: 5px;
      /*

			li:nth-last-child(1) a {

				padding-right:0!important;  

			}*/ }
      .main_header .ak_menu .navbar-nav li a {
        padding: 10px 20px !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background: transparent;
        font-size: 15px;
        display: block;
        color: #000;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif; }
        .main_header .ak_menu .navbar-nav li a:hover, .main_header .ak_menu .navbar-nav li a.active {
          color: #ffb400; }
        .main_header .ak_menu .navbar-nav li a i {
          position: relative;
          top: 0px; }
      .main_header .ak_menu .navbar-nav .dropdown a::after {
        display: none; }
      .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu {
        min-width: 630px;
        border-radius: 0;
        -webkit-box-shadow: 0 0px 10px 1px #807a7a;
        box-shadow: 0 0px 10px 1px #807a7a;
        border: none;
        top: 65px;
        padding: 18px 0px;
        border-radius: 15px;
        left: auto;
        right: -50%; }
        .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li {
            width: 50%;
            float: left; }
            .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li a {
              position: relative;
              margin: 0px 25px;
              font-weight: 600;
              color: #003b91;
              font-size: 14px;
              letter-spacing: 0;
              padding: 15px 0px 15px 30px !important; }
              .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li a span {
                font-size: 12px;
                color: #222;
                letter-spacing: 0; }
              .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu .mega_menu_ul li a:before {
                content: "\f05d";
                display: inline-block;
                font: normal normal normal 14px/1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                font-size: 24px;
                color: #ffb400;
                left: 0; }
        .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu a {
          padding: 8px 25px !important;
          line-height: initial;
          font-size: 14px;
          font-weight: 400;
          color: #4f4747; }
          .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu a:hover, .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu a.open_menu_active {
            color: #ffb400; }
        .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu:before {
          content: "";
          border-style: solid;
          border-width: 10px;
          border-color: transparent #fff transparent transparent;
          position: absolute;
          right: 100px;
          top: -20px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
      .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown {
        min-width: 600px;
        padding: 15px 30px;
        left: auto;
        right: 0; }
        .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown:before {
          content: "";
          border-style: solid;
          border-width: 10px;
          border-color: transparent #fff transparent transparent;
          position: absolute;
          right: 40px;
          left: auto;
          top: -20px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box {
          padding: 15px 15px; }
          .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box h5 {
            margin-bottom: 10px;
            font-size: 18px; }
            .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box h5 span {
              background: #ffb400;
              width: 33px;
              height: 33px;
              line-height: 33px;
              display: inline-block;
              border-radius: 50px;
              text-align: center;
              margin-right: 5px; }
              .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box h5 span img {
                width: 20px;
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1); }
          .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box a {
            padding: 8px 6px !important; }
  .main_header.affix {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    padding: 15px 0px; }

.video_section {
  position: relative; }
  .video_section .home_slider .slider_row {
    overflow: hidden; }
    .video_section .home_slider .slider_row .video_slider::before {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .video_section .home_slider .slider_row video {
      width: 100%;
      position: relative;
      display: block; }
    .video_section .home_slider .slider_row .content_slide {
      text-align: center;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 40%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 2; }
      .video_section .home_slider .slider_row .content_slide .slider_shape {
        position: absolute;
        top: -30px;
        width: 290px !important;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: -1;
        opacity: 0.5; }
      .video_section .home_slider .slider_row .content_slide .with {
        position: relative; }
        .video_section .home_slider .slider_row .content_slide .with::before {
          content: "";
          width: 150px;
          height: 1px;
          background: #c2c2c2;
          position: absolute;
          left: 50%;
          top: 10px;
          margin-left: -180px; }
        .video_section .home_slider .slider_row .content_slide .with::after {
          content: "";
          width: 150px;
          height: 1px;
          background: #c2c2c2;
          position: absolute;
          right: 50%;
          top: 10px;
          margin-right: -180px; }
      .video_section .home_slider .slider_row .content_slide h2 {
        font-size: 45px;
        text-shadow: 3px 5px #252525;
        font-weight: 600;
        margin-bottom: 35px; }
      .video_section .home_slider .slider_row .content_slide .spacing_text {
        letter-spacing: 0px;
        font-size: 16px;
        font-weight: normal;
        color: #bcbcbc;
        margin-bottom: 65px; }
      .video_section .home_slider .slider_row .content_slide .lets_start_btn {
        background: #ffb400;
        padding: 10px 30px;
        border-radius: 50px;
        color: #000; }
        .video_section .home_slider .slider_row .content_slide .lets_start_btn:hover, .video_section .home_slider .slider_row .content_slide .lets_start_btn:focus {
          color: #000 !important; }
  .video_section .video_slider_services {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
    display: inline-block;
    width: 100%; }
    .video_section .video_slider_services .carousel-caption {
      position: relative;
      right: auto;
      bottom: auto;
      left: auto;
      z-index: 10; }
    .video_section .video_slider_services .right-border {
      border-right: 1px solid #fff; }
    .video_section .video_slider_services .top-slide img {
      width: 25%; }
    .video_section .video_slider_services .top-slide h5 {
      font-size: 14px;
      text-transform: uppercase;
      margin-top: 10px;
      margin-bottom: 10px;
      font-family: 'Open Sans', sans-serif; }
    .video_section .video_slider_services .carousel-caption h1 {
      font-size: 32px;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      font-weight: 600; }
    .video_section .video_slider_services .carousel-caption h2 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-weight: normal; }
    .video_section .video_slider_services hr {
      border-top: 1px solid #fff; }
    .video_section .video_slider_services .top-slide {
      margin-top: 35px; }

.title {
  margin-bottom: 35px; }
  .title.text-left h1 {
    font-size: 38px;
    font-weight: bold;
    position: relative; }
    .title.text-left h1::before {
      content: "";
      width: 88px;
      height: 5px;
      background: #ffb400;
      position: absolute;
      bottom: -20px;
      border-radius: 50px;
      left: 0; }
  .title.text-center h1 {
    font-size: 38px;
    font-weight: bold;
    position: relative; }
    .title.text-center h1::before {
      content: "";
      width: 88px;
      height: 5px;
      background: #ffb400;
      position: absolute;
      bottom: -20px;
      border-radius: 50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
  .title.text-right h1 {
    font-size: 38px;
    font-weight: bold;
    position: relative; }
    .title.text-right h1::before {
      content: "";
      width: 88px;
      height: 5px;
      background: #ffb400;
      position: absolute;
      bottom: -20px;
      border-radius: 50px;
      right: 0; }
  .title.bottom_space {
    margin-bottom: 75px; }

.get_more_section .right .effect_img {
  position: relative; }
  .get_more_section .right .effect_img .bg {
    padding: 50px;
    width: 100%; }
  .get_more_section .right .effect_img .mobile {
    position: absolute;
    top: 25px;
    z-index: 99;
    left: 0;
    width: 100%;
    -webkit-animation: ak_movebounce 3s infinite linear;
    animation: ak_movebounce 3s infinite linear; }
  .get_more_section .right .effect_img .effect_icons .effect {
    position: absolute;
    width: 35px;
    z-index: 99;
    -webkit-animation: ak_bounce 6s infinite linear;
    animation: ak_bounce 6s infinite linear; }
    .get_more_section .right .effect_img .effect_icons .effect.effect_1 {
      right: 200px;
      top: 45px; }
    .get_more_section .right .effect_img .effect_icons .effect.effect_2 {
      left: 160px;
      bottom: 150px; }
    .get_more_section .right .effect_img .effect_icons .effect.effect_3 {
      right: 120px;
      top: 205px; }

.featured_section .featured_slider_home {
  display: none; }

.featured_section .featured_box {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .featured_section .featured_box .featured_box_img {
    overflow: hidden; }
    .featured_section .featured_box .featured_box_img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .featured_section .featured_box .featured_box_img .overlay_showing {
      position: absolute;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      width: 100%;
      text-align: center;
      padding: 15px 15px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .featured_section .featured_box .featured_box_img .overlay_showing h5 {
        font-size: 18px;
        margin-bottom: 8px; }
      .featured_section .featured_box .featured_box_img .overlay_showing p {
        margin: 0;
        font-size: 15px;
        font-weight: 200; }
  .featured_section .featured_box .overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff; }
    .featured_section .featured_box .overlay .overlay_content {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 25px 25px; }
      .featured_section .featured_box .overlay .overlay_content .theme_button {
        background: #fff !important;
        color: #222 !important;
        margin-top: 15px; }
        .featured_section .featured_box .overlay .overlay_content .theme_button:hover, .featured_section .featured_box .overlay .overlay_content .theme_button.active {
          background: #fff !important; }
      .featured_section .featured_box .overlay .overlay_content h3 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 20px; }
  .featured_section .featured_box:hover .featured_box_img {
    overflow: hidden; }
    .featured_section .featured_box:hover .featured_box_img img {
      width: 100%;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .featured_section .featured_box:hover .featured_box_img .overlay_showing {
      position: absolute;
      bottom: -100%;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      width: 100%;
      text-align: center;
      padding: 15px 15px; }
  .featured_section .featured_box:hover .overlay {
    top: 0; }

.service_section .service_box {
  margin: 0px 15px 40px 15px;
  border-radius: 35px;
  -webkit-box-shadow: 0 5px 15px -5px #909090;
  box-shadow: 0 5px 15px -5px #909090;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .service_section .service_box .service_box_img {
    width: auto;
    margin: 0 auto;
    position: relative; }
    .service_section .service_box .service_box_img img {
      width: 100%; }
    .service_section .service_box .service_box_img .service_img {
      width: 100%;
      margin: 0 auto;
      -webkit-transition: 0.9s;
      -o-transition: 0.9s;
      transition: 0.9s;
      padding: 50px 100px; }
  .service_section .service_box .service_box_body {
    padding: 0px 25px 30px 25px; }
    .service_section .service_box .service_box_body p {
      margin: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
    .service_section .service_box .service_box_body h5 {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 18px; }
  .service_section .service_box:hover {
    -webkit-box-shadow: 0 5px 20px -5px #868080;
    box-shadow: 0 5px 20px -5px #868080; }
    .service_section .service_box:hover .service_box_img .service_img {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }

.skill_section .owl-carousel .owl-dots {
  margin: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .skill_section .owl-carousel .owl-dots .owl-dot {
    outline: none; }
    .skill_section .owl-carousel .owl-dots .owl-dot span {
      width: 13px;
      height: 13px; }

.why_choose_section {
  position: relative;
  margin-top: 30px; }
  .why_choose_section .content {
    padding: 0px 50px; }
  .why_choose_section .container {
    position: relative;
    z-index: 1; }
  .why_choose_section .background_choose_us {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    -webkit-animation: ak_rotate 100s infinite alternate;
    animation: ak_rotate 100s infinite alternate;
    /*

		transform: translate(-50%, -0%);*/ }

.bullet {
  margin: 0;
  padding-left: 0px;
  list-style: none; }
  .bullet li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px; }
    .bullet li::before {
      content: "";
      position: absolute;
      left: 0;
      width: 12px;
      height: 12px;
      background: #003b91;
      border-radius: 50px;
      top: 5px; }

.platform_section .platform_box {
  text-align: center; }
  .platform_section .platform_box img {
    width: auto;
    margin: 0 auto; }
  .platform_section .platform_box h5 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: normal; }

.platform_section .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffb400 !important;
  font-size: 20px !important; }
  .platform_section .owl-nav button:hover, .platform_section .owl-nav button:focus {
    background: none !important;
    outline: none;
    color: #ffb400 !important; }
  .platform_section .owl-nav button.owl-prev {
    left: 0; }
  .platform_section .owl-nav button.owl-next {
    right: 0; }

.testimonials_section {
  background-attachment: fixed;
  background-position: center;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .testimonials_section .testimonials_box {
    text-align: center; }
    .testimonials_section .testimonials_box .img-box {
      width: 135px;
      height: 135px;
      margin: 0 auto;
      padding: 0;
      border: 1px solid #ddd;
      border-radius: 50%; }
      .testimonials_section .testimonials_box .img-box img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 50%; }
    .testimonials_section .testimonials_box .testimonial {
      padding: 30px 0 10px;
      text-align: center; }
    .testimonials_section .testimonials_box .overview {
      font-style: italic;
      text-align: center;
      color: #fff; }
      .testimonials_section .testimonials_box .overview b {
        color: #ffb400; }
  .testimonials_section .owl-carousel .owl-dots {
    margin-top: 30px !important; }
    .testimonials_section .owl-carousel .owl-dots .owl-dot {
      outline: none; }
      .testimonials_section .owl-carousel .owl-dots .owl-dot span {
        width: 13px;
        height: 13px; }
      .testimonials_section .owl-carousel .owl-dots .owl-dot.active span, .testimonials_section .owl-carousel .owl-dots .owl-dot:hover span, .testimonials_section .owl-carousel .owl-dots .owl-dot:focus span {
        background: #ffb400; }

.logo_section .logo_slider {
  background: #f3f3f3;
  padding: 50px 0px; }
  .logo_section .logo_slider .logo_box {
    text-align: center;
    border-right: 1px solid #cacaca;
    padding: 20px 0px; }
    .logo_section .logo_slider .logo_box img {
      width: auto;
      margin: 0 auto; }

.main_footer {
  padding: 4rem 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background: #2a2a2a; }
  .main_footer .widget {
    color: #fff;
    margin-top: 30px; }
    .main_footer .widget .widget-title {
      color: #fff;
      font-size: 20px;
      padding: 0 0 20px;
      margin: 0;
      line-height: 1;
      position: relative;
      margin-bottom: 20px; }
      .main_footer .widget .widget-title::before {
        content: "";
        width: 40px;
        height: 6px;
        background: #ffb400;
        position: absolute;
        bottom: 0px;
        border-radius: 50px;
        left: 0; }
    .main_footer .widget .contact_widget {
      font-size: 14px;
      font-weight: 200; }
    .main_footer .widget .newsletter_form .form-control {
      border-radius: 0;
      font-size: 14px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      height: 48px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff; }
    .main_footer .widget .newsletter_form .theme_button {
      border-radius: 0;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      margin-left: 5px;
      padding: 0px 24px; }
    .main_footer .widget .ft_memu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main_footer .widget .ft_memu li a {
        color: #fff;
        display: inline-block;
        margin-bottom: 8px; }
    .main_footer .widget a {
      color: #fff; }
      .main_footer .widget a:hover {
        color: #fff; }
  .main_footer .copyrights {
    border-top: 1px solid #a2a2a2;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 200; }
    .main_footer .copyrights p {
      margin: 0; }
    .main_footer .copyrights a:hover {
      color: #ffb400; }

.contact_section {
  padding: 130px 0px 80px 0px; }
  .contact_section .contact_img .contact_1 {
    width: 430px; }
  .contact_section .contact_img .contact_2 {
    width: 210px;
    position: absolute;
    left: 120px;
    top: -60px; }
  .contact_section .contact_img .contact_3 {
    width: 135px;
    position: absolute;
    left: 180px;
    top: 150px;
    -webkit-animation: ak_movebounce2 3s infinite linear;
    animation: ak_movebounce2 3s infinite linear; }
  .contact_section .right_contact h1 {
    font-weight: 600;
    font-size: 52px;
    position: relative; }
    .contact_section .right_contact h1::before {
      content: "";
      width: 70px;
      height: 2px;
      background: #222;
      position: absolute;
      top: 32px;
      border-radius: 50px;
      left: -80px; }
  .contact_section .contact_form {
    margin-top: 70px; }
    .contact_section .contact_form .input-group {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .contact_section .contact_form .input-group i {
        border-bottom: 1px solid #b1b1b1;
        height: calc(1.5em + .75rem + 2px);
        padding: 9px 0px; }
      .contact_section .contact_form .input-group.with_icon {
        margin-bottom: 30px; }
        .contact_section .contact_form .input-group.with_icon .form-control {
          border: none;
          border-bottom: 1px solid #b1b1b1;
          border-radius: 0;
          color: #222; }
          .contact_section .contact_form .input-group.with_icon .form-control::-webkit-input-placeholder {
            color: #222; }
          .contact_section .contact_form .input-group.with_icon .form-control:-ms-input-placeholder {
            color: #222; }
          .contact_section .contact_form .input-group.with_icon .form-control::-ms-input-placeholder {
            color: #222; }
          .contact_section .contact_form .input-group.with_icon .form-control::placeholder {
            color: #222; }
    .contact_section .contact_form .form-group {
      margin-bottom: 30px; }
      .contact_section .contact_form .form-group .form-control {
        border: 1px solid #b1b1b1; }
      .contact_section .contact_form .form-group .uplad_file {
        text-align: center;
        border-style: dashed;
        border-color: #c6c6c6;
        cursor: pointer;
        display: inline-block;
        padding: 40px 30px;
        border-radius: 5px; }
        .contact_section .contact_form .form-group .uplad_file input[type="file"] {
          opacity: 0;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          z-index: 1;
          top: 0;
          cursor: pointer; }
        .contact_section .contact_form .form-group .uplad_file span {
          display: inline-block;
          font-size: 14px;
          text-align: left;
          position: relative;
          padding-left: 20px; }
          .contact_section .contact_form .form-group .uplad_file span i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 18px; }
      .contact_section .contact_form .form-group .submit_btn {
        color: #000 !important;
        font-weight: 500;
        font-size: 14px; }

.career_section {
  position: relative; }
  .career_section .container_bg {
    margin: 0;
    padding: 0; }
  .career_section .bg_img {
    width: 90%; }
  .career_section .mobile {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%; }
    .career_section .mobile .mobile_img {
      position: absolute;
      right: 0;
      width: 100%;
      top: 0; }
    .career_section .mobile .android {
      position: absolute;
      right: 200px;
      top: 200px;
      width: 260px; }
    .career_section .mobile .ios {
      position: absolute;
      left: 240px;
      top: 330px;
      width: 260px; }
  .career_section .content_box {
    position: absolute;
    top: 110px;
    color: #fff; }
    .career_section .content_box h1 {
      font-size: 70px;
      font-weight: bold;
      margin-bottom: 0; }
    .career_section .content_box h3 {
      font-size: 40px;
      margin: 0px 0px 15px 0px; }
    .career_section .content_box p {
      margin-bottom: 35px; }
  .career_section .animations_caree {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .career_section .animations_caree .animation_1 {
      position: absolute;
      left: 30%;
      -webkit-animation: ak_skycloud 20s infinite linear;
      animation: ak_skycloud 20s infinite linear; }
    .career_section .animations_caree .animation_2 {
      position: absolute;
      left: 4%;
      top: 40px;
      -webkit-animation: ak_bounce 6s infinite linear;
      animation: ak_bounce 6s infinite linear; }
    .career_section .animations_caree .animation_3 {
      position: absolute;
      left: 4%;
      bottom: 50%;
      -webkit-animation: ak_skycloud2 22s infinite linear;
      animation: ak_skycloud2 22s infinite linear; }
    .career_section .animations_caree .animation_4 {
      position: absolute;
      right: 60%;
      bottom: 65%;
      -webkit-animation: ak_rotate 6s infinite alternate;
      animation: ak_rotate 6s infinite alternate; }
    .career_section .animations_caree .animation_5 {
      position: absolute;
      right: 80%;
      bottom: 65%;
      -webkit-animation: ak_movebounce 3s infinite linear;
      animation: ak_movebounce 3s infinite linear; }
  .career_section .career_content_section {
    position: absolute;
    bottom: -20px; }
    .career_section .career_content_section .content {
      padding: 0px 50px; }
      .career_section .career_content_section .content h5 {
        color: #000;
        font-size: 22px; }

.web_development_section {
  background: #f2f2f2;
  margin-top: 90px; }
  .web_development_section img {
    width: 100%; }

.life_w3ondemand_section .life_w3ondemand_ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .life_w3ondemand_section .life_w3ondemand_ul li {
    width: 24%;
    display: inline-block; }
    .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(1), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(7), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(13) {
      margin-left: 90px; }
    .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(4), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(10), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(16) {
      margin-left: 180px; }
    .life_w3ondemand_section .life_w3ondemand_ul li .life_w3ondemand_box {
      text-align: center;
      padding: 15px 25px; }
      .life_w3ondemand_section .life_w3ondemand_ul li .life_w3ondemand_box h1 {
        font-size: 115px;
        font-weight: bold;
        margin: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#fdfdfd), to(#dfdfdf));
        background-image: -webkit-linear-gradient(bottom, #fdfdfd, #dfdfdf);
        background-image: -o-linear-gradient(bottom, #fdfdfd, #dfdfdf);
        background-image: linear-gradient(to top, #fdfdfd, #dfdfdf);
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        position: relative;
        top: 25px;
        left: 25px; }
      .life_w3ondemand_section .life_w3ondemand_ul li .life_w3ondemand_box h5 {
        font-weight: 600; }

.office_in_section {
  background: #f2f2f2; }
  .office_in_section .ss {
    margin-top: 75px; }
  .office_in_section .left img {
    padding: 0px 70px;
    width: 100%; }

.employee_testimonials .owl-carousel {
  margin-left: -30px;
  margin-top: 60px; }

.employee_testimonials .employee_testimonials_box {
  margin: 25px 40px;
  -webkit-box-shadow: 0 0px 25px 1px #d4d4d4;
  box-shadow: 0 0px 25px 1px #d4d4d4;
  padding: 30px 60px;
  border-radius: 30px; }
  .employee_testimonials .employee_testimonials_box .user_img {
    width: 100px;
    height: 90px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 50%; }
  .employee_testimonials .employee_testimonials_box .icon {
    text-align: center;
    color: #ffb400; }
    .employee_testimonials .employee_testimonials_box .icon i {
      font-size: 30px;
      margin-bottom: 20px; }

.employee_testimonials .owl-carousel .owl-dots {
  margin-top: 30px !important; }
  .employee_testimonials .owl-carousel .owl-dots .owl-dot {
    outline: none; }
    .employee_testimonials .owl-carousel .owl-dots .owl-dot span {
      width: 13px;
      height: 13px; }
    .employee_testimonials .owl-carousel .owl-dots .owl-dot.active span, .employee_testimonials .owl-carousel .owl-dots .owl-dot:hover span, .employee_testimonials .owl-carousel .owl-dots .owl-dot:focus span {
      background: #ffb400; }

.employee_testimonials .mm {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px; }
  .employee_testimonials .mm li a {
    color: #222;
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
    background: #f3f3f3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .employee_testimonials .mm li a i {
      float: right;
      font-size: 25px; }
    .employee_testimonials .mm li a:hover, .employee_testimonials .mm li a:focus, .employee_testimonials .mm li a.active {
      background: #fff;
      -webkit-box-shadow: 0 6px 21px 1px #c6c6c6;
      box-shadow: 0 6px 21px 1px #c6c6c6;
      color: #ffb400; }

.service_brid_section {
  background: #fece7a;
  background-size: 100% 100%;
  position: relative; }
  .service_brid_section .background_brid_img {
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .service_brid_section .title_service {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .service_brid_section .title_service h1 {
      font-size: 70px;
      font-weight: 600; }
    .service_brid_section .title_service p {
      font-size: 18px;
      letter-spacing: 24px;
      margin: 30px 0px 60px 0px; }
  .service_brid_section .shape {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 420px; }
  .service_brid_section .magento {
    width: 420px;
    position: absolute;
    bottom: -100px;
    left: 120px; }

.magento_content_section {
  margin-top: 80px; }
  .magento_content_section .left img {
    padding: 0px 30px;
    width: 100%; }

.magento_service_section .magento_service_box {
  background: #003b91;
  color: #fff;
  border-radius: 10px;
  padding: 40px 40px;
  text-align: center;
  margin: 30px 15px; }
  .magento_service_section .magento_service_box .title {
    margin-bottom: 45px; }
    .magento_service_section .magento_service_box .title h1 {
      font-size: 24px; }
  .magento_service_section .magento_service_box p {
    font-size: 15px; }

.magento_why_choose_section .right img {
  width: 100%; }

.featured_service_section .featured_service_slider {
  margin-top: 55px; }

.featured_service_section .featured_box {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 10px 15px; }
  .featured_service_section .featured_box .featured_box_img {
    overflow: hidden;
    border-radius: 10px; }
    .featured_service_section .featured_box .featured_box_img img {
      width: 100%;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .featured_service_section .featured_box .overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    border-radius: 10px; }
    .featured_service_section .featured_box .overlay .overlay_content {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 25px 25px; }
      .featured_service_section .featured_box .overlay .overlay_content .theme_button {
        background: #fff !important;
        color: #222 !important;
        margin-top: 15px; }
        .featured_service_section .featured_box .overlay .overlay_content .theme_button:hover, .featured_service_section .featured_box .overlay .overlay_content .theme_button.active {
          background: #fff !important; }
      .featured_service_section .featured_box .overlay .overlay_content h3 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px; }
      .featured_service_section .featured_box .overlay .overlay_content p {
        font-size: 14px; }
  .featured_service_section .featured_box:hover .featured_box_img {
    overflow: hidden; }
    .featured_service_section .featured_box:hover .featured_box_img img {
      width: 100%;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .featured_service_section .featured_box:hover .overlay {
    top: 0; }

.featured_service_section .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffb400 !important;
  font-size: 20px !important; }
  .featured_service_section .owl-nav button:hover, .featured_service_section .owl-nav button:focus {
    background: none !important;
    outline: none;
    color: #ffb400 !important; }
  .featured_service_section .owl-nav button.owl-prev {
    left: -15px; }
  .featured_service_section .owl-nav button.owl-next {
    right: -30px; }

.service_step_section {
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed; }
  .service_step_section .service_step_ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .service_step_section .service_step_ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 33.33%;
      float: left;
      position: relative;
      margin: 35px 0px; }
      .service_step_section .service_step_ul li img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 5px solid #c79b6a;
        -o-object-fit: cover;
        object-fit: cover; }
      .service_step_section .service_step_ul li h1 {
        color: #626262;
        font-size: 105px;
        font-weight: bold;
        margin-left: -65px;
        margin-bottom: 0;
        -webkit-text-stroke-width: 1.5px;
        -webkit-text-stroke-color: white; }
      .service_step_section .service_step_ul li h5 {
        color: #fff;
        font-size: 28px;
        margin-left: -108px;
        margin-top: 40px;
        -webkit-text-stroke-width: 1.3px;
        -webkit-text-stroke-color: black;
        font-weight: bold; }

.php_development {
  background-size: 100% 100%;
  color: #fff; }

.php_development_section {
  padding: 80px 0px;
  position: relative;
  background-size: cover; }
  .php_development_section::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 80px;
    background-image: url(../../assets/images/top.png);
    left: 0px;
    background-size: 100% 100%; }
  .php_development_section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 80px;
    background-image: url(../../assets/images/top.png);
    left: 0px;
    background-size: 100% 100%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .php_development_section .center_img img {
    width: 100%;
    padding: 30px 105px 30px 90px; }
  .php_development_section .php_service_box {
    margin: 15px 0px; }
    .php_development_section .php_service_box .title h1 {
      font-size: 24px; }
      .php_development_section .php_service_box .title h1::before {
        background: #fff;
        width: 57px; }
    .php_development_section .php_service_box p {
      font-size: 13px;
      font-weight: 500;
      margin: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical; }
    .php_development_section .php_service_box .shape {
      position: absolute; }
    .php_development_section .php_service_box .shape_1 {
      right: -105px;
      top: 50%; }
    .php_development_section .php_service_box .shape_2 {
      right: -105px;
      top: 58%; }
    .php_development_section .php_service_box .shape_3 {
      right: -105px;
      top: -25%; }
    .php_development_section .php_service_box .shape_4 {
      left: -105px;
      top: 50%; }
    .php_development_section .php_service_box .shape_5 {
      left: -105px;
      top: 58%; }
    .php_development_section .php_service_box .shape_6 {
      left: -105px;
      top: -25%; }

.web_design_section {
  background: #414141; }
  .web_design_section .web_design {
    position: absolute;
    width: 800px;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

.contect_section {
  margin-top: 60px; }

.design_service_section {
  background: #ffb400; }
  .design_service_section .title h1::before {
    background: #ffffff; }
  .design_service_section .right img {
    width: 100%; }

.responsive_design_section {
  background: #003b91;
  color: #fff;
  margin-bottom: 90px;
  margin-top: 20px;
  padding: 70px 0px; }
  .responsive_design_section .right .img_1 {
    position: absolute;
    width: 100%;
    padding: 0px 90px;
    bottom: -130px; }
  .responsive_design_section .right .img_2 {
    position: absolute;
    width: 250px;
    top: -112px;
    left: 200px; }

.logo_design_section {
  margin-bottom: 50px; }
  .logo_design_section .left img {
    width: 100%;
    padding: 0px 85px; }

.portfolio_brid_section {
  background-image: -webkit-gradient(linear, left top, right top, from(#3a7fe2), to(#1734b7));
  background-image: -webkit-linear-gradient(left, #3a7fe2, #1734b7);
  background-image: -o-linear-gradient(left, #3a7fe2, #1734b7);
  background-image: linear-gradient(to right, #3a7fe2, #1734b7);
  color: #fff;
  height: 400px;
  overflow: hidden; }
  .portfolio_brid_section .title h1::before {
    content: "";
    width: 70px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 25px;
    border-radius: 50px;
    margin-left: -145px; }
  .portfolio_brid_section .title img {
    width: 100%;
    margin-top: 60px; }

.portfolio_section {
  margin-top: 25px;
  margin-bottom: 25px; }
  .portfolio_section .menu_portfolio {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .portfolio_section .menu_portfolio li {
      display: inline-block; }
      .portfolio_section .menu_portfolio li a {
        color: #000;
        display: inline-block;
        border: 1px solid #222;
        padding: 6px 15px;
        border-radius: 50px;
        margin: 5px 8px;
        min-width: 110px; }
        .portfolio_section .menu_portfolio li a.active_fliter {
          background: #003b91;
          border: 1px solid #003b91;
          color: #fff; }
  .portfolio_section .portfolio_box {
    padding: 15px 15px;
    -webkit-box-shadow: 0 0px 10px 1px #b3b3b3;
    box-shadow: 0 0px 10px 1px #b3b3b3;
    border-radius: 30px;
    margin: 15px 0px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    .portfolio_section .portfolio_box .portfolio_box_img {
      height: 340px;
      border-radius: 30px;
      overflow: hidden;
      border: 1px solid #e1e1e1;
      position: relative; }
      .portfolio_section .portfolio_box .portfolio_box_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .portfolio_section .portfolio_box .portfolio_box_img .view_icon {
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        padding: 25px 25px 0px 0px;
        cursor: pointer; }
    .portfolio_section .portfolio_box .portfolio_box_body {
      padding: 25px 15px 15px 15px; }
      .portfolio_section .portfolio_box .portfolio_box_body h5 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600; }
        .portfolio_section .portfolio_box .portfolio_box_body h5 a {
          color: #000; }
    .portfolio_section .portfolio_box:hover {
      -webkit-box-shadow: 0 0px 16px 4px #b3b3b3;
      box-shadow: 0 0px 16px 4px #b3b3b3; }
      .portfolio_section .portfolio_box:hover .portfolio_box_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .portfolio_section .portfolio_box:hover .portfolio_box_img .view_icon {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .portfolio_section .portfolio_box.center_box {
      margin-top: 50px; }
  .portfolio_section .portfolio_row {
    margin-top: 50px; }
  .portfolio_section .view_more {
    margin-top: 50px; }
    .portfolio_section .view_more a {
      color: #003b91; }

.ecommerce_development {
  background: #debbff;
  background-size: 100% 100%; }
  .ecommerce_development .ecommerce {
    width: 420px;
    position: absolute;
    bottom: -80px;
    left: 120px; }

.ecommerce_service_section {
  padding: 80px 0px;
  position: relative;
  background: #f4f4f4; }
  .ecommerce_service_section .center_img img {
    width: 100%;
    padding: 30px 50px 30px 15px; }
  .ecommerce_service_section .php_service_box {
    margin: 15px 0px; }
    .ecommerce_service_section .php_service_box .title h1 {
      font-size: 24px; }
      .ecommerce_service_section .php_service_box .title h1::before {
        background: #ffb400;
        width: 57px; }
    .ecommerce_service_section .php_service_box p {
      font-size: 13px;
      font-weight: 500;
      margin: 0;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical; }

.ecommerce_service_step::before {
  background: #f4f4f4; }

.wordpress_development {
  overflow: hidden;
  background: #b7def9;
  background-size: 100% 100%; }
  .wordpress_development .shape {
    width: 630px; }

.wordpress_life_section .life_w3ondemand_ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wordpress_life_section .life_w3ondemand_ul li {
    width: 24%;
    display: inline-block; }
    .wordpress_life_section .life_w3ondemand_ul li:nth-child(1), .wordpress_life_section .life_w3ondemand_ul li:nth-child(7), .wordpress_life_section .life_w3ondemand_ul li:nth-child(13) {
      margin-left: 90px; }
    .wordpress_life_section .life_w3ondemand_ul li:nth-child(4), .wordpress_life_section .life_w3ondemand_ul li:nth-child(10), .wordpress_life_section .life_w3ondemand_ul li:nth-child(16) {
      margin-left: 180px; }
    .wordpress_life_section .life_w3ondemand_ul li .life_w3ondemand_box {
      text-align: right;
      padding: 15px 25px; }
      .wordpress_life_section .life_w3ondemand_ul li .life_w3ondemand_box h1 {
        font-size: 115px;
        font-weight: bold;
        margin: 0;
        color: #ffb400;
        -webkit-background-clip: text;
        background-clip: text;
        position: relative;
        top: 25px;
        left: -25px; }
      .wordpress_life_section .life_w3ondemand_ul li .life_w3ondemand_box h5 {
        font-weight: 600;
        margin-top: -60px;
        position: relative;
        z-index: 1; }
      .wordpress_life_section .life_w3ondemand_ul li .life_w3ondemand_box p {
        font-size: 11px;
        position: relative;
        z-index: 1;
        margin-top: 20px;
        font-weight: 500;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical; }

.mobile_app_development {
  background: #c3c3c3;
  color: #fff;
  background-size: 100% 100%; }
  .mobile_app_development .mobile_app {
    width: 790px;
    position: absolute;
    bottom: -120px;
    left: 120px; }

.wearable_section .right img {
  padding: 0px 70px; }

.app_development_section {
  padding: 80px 0px; }
  .app_development_section .title {
    margin-bottom: 60px; }
    .app_development_section .title h1::before {
      background: #fff; }
  .app_development_section p {
    font-weight: 500;
    padding: 0px 120px; }

.about_brid_section {
  background: #0048b2;
  color: #fff;
  padding: 0px 0px;
  overflow: hidden; }
  .about_brid_section .title_service h1 {
    font-size: 50px;
    margin-bottom: 25px; }
  .about_brid_section .title_service p {
    letter-spacing: normal;
    margin-top: 50px; }
  .about_brid_section .title_service .theme_button {
    background: transparent;
    color: #fff !important;
    border: 1px solid white; }
  .about_brid_section .shape {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }

.who_we_are_section {
  padding: 75px 0px; }
  .who_we_are_section .left .shape {
    position: absolute;
    top: 50%;
    left: 0;
    width: 430px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .who_we_are_section .right img {
    width: 100%;
    padding: 0px 60px; }

.counter_section .counter_box {
  text-align: center;
  padding: 35px 20px; }
  .counter_section .counter_box h1 {
    font-size: 58px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
  .counter_section .counter_box h5 {
    color: #fff;
    font-weight: bold;
    font-size: 24px; }
  .counter_section .counter_box img {
    margin-top: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0px 24px 1px #a39393;
    box-shadow: 0 0px 24px 1px #a39393;
    border-radius: 100%;
    background: #fff; }
  .counter_section .counter_box.counter_box_1 {
    background: #ffbc00; }
  .counter_section .counter_box.counter_box_2 {
    background: #ffb400; }
  .counter_section .counter_box.counter_box_3 {
    background: #ffa900; }

.team_section {
  padding: 80px 0px; }
  .team_section .team_slider_about {
    margin-top: 40px; }
  .team_section .about_service_row {
    background: #fff;
    -webkit-box-shadow: 0 0px 25px 1px #cccccc;
    box-shadow: 0 0px 25px 1px #cccccc;
    border-radius: 30px;
    padding: 30px 35px;
    margin-top: -90px;
    position: relative;
    z-index: 1; }
    .team_section .about_service_row .about_service_box {
      text-align: center;
      padding: 50px 20px; }
      .team_section .about_service_row .about_service_box p {
        margin: 0; }
      .team_section .about_service_row .about_service_box h5 {
        margin: 15px 0px;
        font-weight: 600; }

.it_partners_section .life_w3ondemand_ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .it_partners_section .life_w3ondemand_ul li {
    width: 28%;
    display: inline-block; }
    .it_partners_section .life_w3ondemand_ul li:nth-child(4), .it_partners_section .life_w3ondemand_ul li:nth-child(10), .it_partners_section .life_w3ondemand_ul li:nth-child(16) {
      margin-left: 180px; }
    .it_partners_section .life_w3ondemand_ul li .life_w3ondemand_box {
      text-align: left;
      padding: 35px 35px;
      -webkit-box-shadow: 0 0px 10px 1px #afafaf;
      box-shadow: 0 0px 10px 1px #afafaf;
      border-radius: 30px;
      margin: 15px 15px; }
      .it_partners_section .life_w3ondemand_ul li .life_w3ondemand_box h5 {
        font-weight: 600;
        margin: 30px 0px 10px 0px;
        font-size: 18px; }
      .it_partners_section .life_w3ondemand_ul li .life_w3ondemand_box p {
        margin: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }

.client_reviews_section .right img {
  padding: 0px 20px;
  width: 100%; }

.iphone_app_dev_brid {
  color: #fff; }
  .iphone_app_dev_brid .background_brid_img {
    height: auto; }
  .iphone_app_dev_brid .content_box_container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
    .iphone_app_dev_brid .content_box_container .container {
      position: relative; }
      .iphone_app_dev_brid .content_box_container .container .row {
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .iphone_app_dev_brid .content_box_container .container .row .content_box_service h1 {
          font-size: 80px;
          font-weight: 600;
          letter-spacing: 0; }
        .iphone_app_dev_brid .content_box_container .container .row .content_box_service p {
          margin: 15px 0px 50px 0px; }
        .iphone_app_dev_brid .content_box_container .container .row .img_box_service img {
          width: 100%;
          padding-top: 40px; }

.pillars_section {
  background: #f3f3f3;
  padding: 40px 0px; }

.ios_app_development_featured .development_content .development_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px;
  padding: 0px 15px; }
  .ios_app_development_featured .development_content .development_content_box img {
    width: 50px;
    height: 50px;
    margin-right: 15px; }
  .ios_app_development_featured .development_content .development_content_box .development_content_box_body p {
    margin: 0; }

.ios_app_development_featured .development_img img {
  width: 100%; }

.travel_industry {
  background: #fff; }
  .travel_industry .background_brid_img {
    height: auto; }
  .travel_industry .title_service {
    margin-top: -30px; }
    .travel_industry .title_service h1 {
      color: #ffb400;
      text-shadow: 2px 4px #232222; }
    .travel_industry .title_service p {
      letter-spacing: 0;
      color: #fff;
      text-shadow: 1px 2px #232222; }

.treval_industry_section .title_service {
  margin-bottom: 30px; }
  .treval_industry_section .title_service h1 {
    font-size: 40px;
    font-weight: 600;
    color: #003b91; }
  .treval_industry_section .title_service span {
    font-size: 28px;
    color: #000; }

.treval_industry_section .itravel_solution_slider_box {
  text-align: center;
  margin: 15px 15px;
  border-radius: 25px;
  padding: 25px 15px; }
  .treval_industry_section .itravel_solution_slider_box img {
    padding: 0px 20px;
    width: auto;
    margin: 0 auto; }
  .treval_industry_section .itravel_solution_slider_box h5 {
    margin: 20px 0px 15px 0px;
    font-size: 18px;
    font-weight: 600; }
  .treval_industry_section .itravel_solution_slider_box p {
    margin: 0; }
  .treval_industry_section .itravel_solution_slider_box:hover {
    -webkit-box-shadow: 0 0px 10px 1px #909090;
    box-shadow: 0 0px 10px 1px #909090; }

.youtube_video_section .youtube_video_slider {
  margin-top: 60px; }
  .youtube_video_section .youtube_video_slider .youtube_video_slider_box {
    margin: 0px 15px; }
    .youtube_video_section .youtube_video_slider .youtube_video_slider_box iframe {
      width: 100%;
      height: 350px;
      border: 5px solid #ffb400; }

.youtube_video_section .owl-carousel .owl-dots {
  margin-top: 30px !important; }
  .youtube_video_section .owl-carousel .owl-dots .owl-dot {
    outline: none; }
    .youtube_video_section .owl-carousel .owl-dots .owl-dot span {
      width: 13px;
      height: 13px; }
    .youtube_video_section .owl-carousel .owl-dots .owl-dot.active span, .youtube_video_section .owl-carousel .owl-dots .owl-dot:hover span, .youtube_video_section .owl-carousel .owl-dots .owl-dot:focus span {
      background: #ffb400; }

.key_featured_section {
  background: #f3f3f3; }
  .key_featured_section .img_box img {
    width: 100%; }
  .key_featured_section .content_box .content_box_btn {
    background: #fff;
    padding: 10px 20px;
    display: inline-block;
    color: #000;
    -webkit-box-shadow: 0 0px 5px 1px #d0d0d0;
    box-shadow: 0 0px 5px 1px #d0d0d0;
    border-radius: 50px;
    margin: 12px 0px; }

.education_industry .title_service h1 {
  color: #ff0000; }

.education_industry .title_service p {
  color: #000;
  text-shadow: none; }

.retail_industry .title_service h1 {
  color: #fff; }

.portfolio_popup .modal-content {
  border-radius: 15px;
  border: none; }
  .portfolio_popup .modal-content .modal-body {
    padding: 0;
    overflow: hidden; }
    .portfolio_popup .modal-content .modal-body .close {
      position: absolute;
      right: 35px;
      top: 35px;
      z-index: 2;
      color: white;
      text-shadow: 0 1px 0 #000;
      opacity: 1; }
    .portfolio_popup .modal-content .modal-body .img_box {
      padding: 15px 15px 15px 15px;
      color: #fff; }
      .portfolio_popup .modal-content .modal-body .img_box img {
        border-radius: 20px;
        overflow: hidden; }
      .portfolio_popup .modal-content .modal-body .img_box .conent_position {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px 15px; }
        .portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n {
          text-align: center;
          display: block;
          font-size: 14px;
          padding: 16px 0px;
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }
          .portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 50%;
            width: 90px;
            height: 1px;
            background: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-left: -58px; }
          .portfolio_popup .modal-content .modal-body .img_box .conent_position .title_n::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 50%;
            width: 90px;
            height: 1px;
            background: #fff;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-right: -150px; }
        .portfolio_popup .modal-content .modal-body .img_box .conent_position .category {
          font-size: 20px;
          text-align: center;
          margin-top: 52px;
          font-weight: normal; }
        .portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio {
          position: absolute;
          bottom: 50px;
          text-align: center;
          left: 50%;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }
          .portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio h2 {
            font-size: 33px;
            font-weight: 600;
            margin-bottom: 20px;
            text-shadow: 2px 4px #272424; }
          .portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio p {
            display: inline-block;
            margin: 0; }
            .portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio p a {
              display: inline-block;
              margin: 0px 5px; }
              .portfolio_popup .modal-content .modal-body .img_box .conent_position .ft_portfolio p a img {
                width: 150px;
                border-radius: 0; }
      .portfolio_popup .modal-content .modal-body .img_box.img_2 .overview {
        text-align: center;
        position: absolute;
        bottom: 100px;
        padding: 0px 50px; }
        .portfolio_popup .modal-content .modal-body .img_box.img_2 .overview h2 {
          font-size: 34px;
          font-weight: 600;
          margin-bottom: 20px; }
        .portfolio_popup .modal-content .modal-body .img_box.img_2 .overview p {
          font-size: 14px;
          margin: 0;
          font-weight: 300;
          line-height: 24px; }
    .portfolio_popup .modal-content .modal-body .owl-nav {
      margin: 0; }
      .portfolio_popup .modal-content .modal-body .owl-nav button {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #ffffff !important;
        font-size: 20px !important;
        background: rgba(255, 255, 255, 0.5);
        width: 35px;
        height: 35px; }
        .portfolio_popup .modal-content .modal-body .owl-nav button:hover, .portfolio_popup .modal-content .modal-body .owl-nav button:focus {
          outline: none;
          color: #ffffff !important;
          background: rgba(255, 255, 255, 0.5) !important; }
        .portfolio_popup .modal-content .modal-body .owl-nav button.owl-prev {
          left: 35px; }
        .portfolio_popup .modal-content .modal-body .owl-nav button.owl-next {
          right: 0; }
        .portfolio_popup .modal-content .modal-body .owl-nav button.disabled {
          display: none; }

.treval_industry_section_2 .title_service {
  margin-bottom: 30px; }
  .treval_industry_section_2 .title_service h1 {
    font-size: 40px;
    font-weight: 600;
    color: #003b91; }
  .treval_industry_section_2 .title_service span {
    font-size: 28px;
    color: #000; }

.treval_industry_section_2 .itravel_solution_slider_box {
  text-align: center;
  margin: 15px 15px;
  border-radius: 25px;
  padding: 25px 15px; }
  .treval_industry_section_2 .itravel_solution_slider_box img {
    padding: 0px 20px;
    width: auto;
    margin: 0 auto;
    height: 110px; }
  .treval_industry_section_2 .itravel_solution_slider_box h5 {
    margin: 20px 0px 15px 0px;
    font-size: 18px;
    font-weight: 600; }
  .treval_industry_section_2 .itravel_solution_slider_box p {
    margin: 0; }
  .treval_industry_section_2 .itravel_solution_slider_box:hover {
    -webkit-box-shadow: 0 0px 10px 1px #909090;
    box-shadow: 0 0px 10px 1px #909090; }

.user_app_section .user_app_box {
  margin: 50px 0px;
  padding: 0px 20px; }
  .user_app_section .user_app_box img {
    width: 100%; }
  .user_app_section .user_app_box .body {
    text-align: center; }
    .user_app_section .user_app_box .body h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 10px; }

.user_app_section .get_a_quote {
  background: #003b91;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 35px;
  border-radius: 50px;
  margin-bottom: 30px; }

.how_does_it_work_section {
  overflow: hidden;
  position: relative; }
  .how_does_it_work_section .how_does_it_work_ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box {
      width: 20%;
      display: block;
      float: left;
      text-align: center; }
      .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box img {
        height: 130px;
        margin: 0 auto;
        margin-bottom: 35px; }
      .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box .border_box {
        width: 100%;
        height: 15px;
        background: #ff0000;
        border: 1.5px solid #000;
        margin-left: 50%; }
      .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box .step_count {
        width: 35px;
        height: 35px;
        line-height: 31px;
        display: block;
        background-image: -webkit-linear-gradient(220deg, red, whitesmoke);
        background-image: -o-linear-gradient(220deg, red, whitesmoke);
        background-image: linear-gradient(-130deg, red, whitesmoke);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-weight: 600;
        border: 1.5px solid #000;
        margin: -26px 0px 0px 43%;
        font-size: 20px; }
      .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box h5 {
        margin-top: 15px; }

.apps_panel_section .nav-tabs {
  border: none;
  margin-top: 70px; }
  .apps_panel_section .nav-tabs li {
    width: 33.33%;
    text-align: center; }
    .apps_panel_section .nav-tabs li a {
      color: #000;
      border: none;
      font-size: 20px;
      font-weight: 500;
      border-bottom: 4px solid transparent;
      display: inline-block;
      padding: 2px 5px; }
      .apps_panel_section .nav-tabs li a:hover, .apps_panel_section .nav-tabs li a.active {
        border-bottom: 4px solid #ffb400;
        color: #000; }

.apps_panel_section .tab-pane {
  padding: 40px 0px 20px 0px; }
  .apps_panel_section .tab-pane .check {
    list-style: none;
    margin: 0;
    padding: 0; }
    .apps_panel_section .tab-pane .check li {
      position: relative;
      padding-left: 28px;
      margin-top: 10px;
      font-size: 17px; }
      .apps_panel_section .tab-pane .check li:before {
        content: "\f05d";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffb400;
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 22px; }

.food_brid {
  background: transparent; }
  .food_brid .background_brid_img {
    height: auto; }
  .food_brid .title_service {
    margin-top: 0px; }
    .food_brid .title_service h1 {
      color: #000;
      text-shadow: none;
      font-size: 50px; }
    .food_brid .title_service p {
      letter-spacing: 0;
      color: #000;
      text-shadow: none; }

.img_box_section img {
  width: 100%; }

.book_your_taxi_section {
  background: #472d99;
  color: #fff;
  padding: 60px 0px; }
  .book_your_taxi_section .book_your_taxi_box {
    text-align: center;
    margin-top: 60px;
    padding: 0px 15px; }
    .book_your_taxi_section .book_your_taxi_box img {
      height: 140px; }
    .book_your_taxi_section .book_your_taxi_box p {
      margin: 15px 0px 0px 0px; }

.taxi_brid {
  color: #fff; }
  .taxi_brid .title_service h1 {
    color: #fff; }
  .taxi_brid .title_service p {
    color: #fff; }

/*************Shivani 28-10-21*******************/
section.blog_detail {
    margin: 80px 0px;
}
.blog-col-9 {
  padding-right: 30px;
}
.blog-col-3 {
  padding-left: 30px;
}
.blog_left {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.blog_list ul {
  display: inline-block;
}
.blog_list ul li{
  display: inline-block;
  list-style: none;
}
.blog_list ul li i {
  color: #ffb501;
}
.blog_list ul.blog_tab li a{
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 10px;
  letter-spacing: 1px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #282828;
  border-radius: 3px;
}
.blog_list ul.blog_tab li.active a{
  background-color: #ffb501;
}
.blog_content p {
    font-weight: 500;
}
.blog_list {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.search_post {
  position: relative;
  margin-bottom: 30px;
}
.search_post .search_input {
  padding: 0 1em;
  background: transparent;
  height: 50px;
  width: 100%;
  display: block;
  border-radius: 50px;
  border: 1px solid rgba(0,0,0,.1);
}
.search_post .search_input::placeholder {
  font-size:14px;
}
.search_post .search_btn{
  position: absolute;
  right: 0;
  width: 38px;
  height: 38px; 
  border: 0;
  margin: -41px 15px 0 0;
  cursor: pointer;
  padding: 0 !important;
  background: transparent;
}
.recent_posts h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 22px
}
.search_post .search_btn:focus {
  outline: none;
}
.recent_post_img img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 15px;
}
.recent_post_content h6 {

}
.recent_post_content p {
  font-size: 13px;
  color: #5c5c5c;
  margin-bottom: 0;
  margin-top: 10px;
}
.recent_posts_list ul {
  padding-left: 0;
}
.recent_posts_list ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  list-style: none;
}

.recent_post_content a {
  color:#282828;
}
.blog_content img {
  margin-bottom: 20px;
  border-radius: 10px;
  max-height: 490px;
  object-fit: cover;
  width: 100%;
}
blockquote {
  font-size: 24px;
  display: block;
  margin: 0;
  padding: 1em 0 0;
  line-height: 36px;
  margin-bottom: 30px;
}
blockquote:before {
  content: "\f10e";
  display: block;
  color: #ffb501;
  padding: 0 0 15px;
  font:normal normal normal 14px/1 FontAwesome;
  font-size: 40px !important;
}
.btn.btn_more {
  background: #ffb400;
  color: #282828;
  padding: 10px 28px;
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  box-shadow: 1px 6px 12px rgb(185 132 4 / 26%);
  margin-top: 10px;
}
.related_blog {
  margin-bottom: 50px;
}
.related_blog p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.related_blog .card-img-top {
  height: 288px;
  max-height: 260px;
  object-fit: cover;
  width: 100%;
  height: 290px;
  box-shadow: 1px 6px 12px rgb(0 0 0 / 20%);
}
.related_blog  .card-title {
  font-size: 20px;
  line-height: normal;
  margin-top: 18px;
}

/*=======================================================

//////////////RESPONSIVE MEDIA QUERY START///////////////

=======================================================*/
@media (max-width: 767.98px) {
  html {
    font-size: 14px
  }
  .blog_detail h1 {
    font-size: 2.15rem;
  }
  .blog_detail p {
    font-size: 1rem;
    font-weight: 400;
  }
  .blog_list {
    display: block;
  }
  .blog_list ul {
    padding-left: 0;
  }
  blockquote {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_left {
      margin-bottom: 50px;
  }
    .blog-col-9 {
      padding-right: 15px;
    }
  .blog-col-3 {
      padding-left: 15px;
    }
  .related_blog .card {
      margin-bottom: 30px;
    }
  .copyrights li {
      position: unset !important;
  }
  section.blog_detail {
    margin: 45px 0px;
  }
  .related_blog {
    margin-bottom: 0px;
  }
  .badge_1 {
    width: 76px !important;
  }
  .badge_2 {
    width: 85px !important;
  }
  .badge_3 {
    width: 75px !important;
  }
}
@media (max-width: 767px) {
  /* mobile menubar start */
  .main_header {
    z-index: 999; }
    .main_header .navbar-toggler {
      cursor: pointer;
      background-color: transparent;
      border: 1px solid transparent;
      color: #000;
      padding: 0px 15px; }
    .main_header .navbar-collapse {
      position: fixed;
      top: 0;
      width: 100%;
      height: 100vh;
      left: -100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      display: block; }
      .main_header .navbar-collapse .menu_box {
        height: 100vh;
        background: #fff;
        width: 70%;
        float: left;
        overflow: scroll;
        -webkit-box-shadow: 0 0px 10px 2px #252525;
        box-shadow: 0 0px 10px 2px #252525; }
        .main_header .navbar-collapse .menu_box .mobile_logo {
          padding: 15px 15px 15px 15px;
          position: relative; }
          .main_header .navbar-collapse .menu_box .mobile_logo .mobile_close {
            color: #000;
            position: absolute;
            right: 5px;
            font-size: 15px;
            top: 5px;
            padding: 10px; }
        .main_header .navbar-collapse .menu_box .navbar-nav {
          float: left;
          padding: 0px 0px;
          width: 100%; }
      .main_header .navbar-collapse .hide_box {
        width: 30%;
        height: 100vh;
        float: right;
        background: rgba(0, 0, 0, 0.35); }
      .main_header .navbar-collapse.slide_effect {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        left: 0px; }
  /* mobile menubar end */
  .why_choose_section .background_choose_us {
    width: 100%;
    margin-left: -187px; }
  .why_choose_section .content {
    padding: 0px 20px; }
  .main_footer {
    padding: 1rem 0 0 0; }
  .title.text-center h1 {
    font-size: 28px; }
  .platform_section .owl-nav button.owl-prev {
    left: 20px; }
  .platform_section .owl-nav button.owl-next {
    right: 10px; }
  .title.bottom_space {
    margin-bottom: 50px; }
  .why_choose_section {
    margin-top: 0px;
    overflow: hidden; }
  .service_section .service_box {
    margin: 0px 25px 25px 25px; }
  .video_section .home_slider .slider_row .content_slide h2 {
    font-size: 30px;
    margin-bottom: 5px; }
  .video_section .home_slider .slider_row .content_slide .spacing_text {
    letter-spacing: 8px;
    font-size: 13px;
    margin-bottom: 10px; }
  .video_section .home_slider .slider_row .content_slide .with::before {
    content: "";
    width: 100px;
    margin-left: -130px; }
  .video_section .home_slider .slider_row .content_slide .with::after {
    content: "";
    width: 100px;
    margin-right: -150px; }
  .video_section .home_slider .slider_row {
    height: auto; }
  .video_section .home_slider .slider_row .content_slide {
    top: 50%; }
  .title.text-left h1 {
    font-size: 28px; }
  .video_section .home_slider .slider_row .content_slide .lets_start_btn {
    padding: 6px 20px;
    font-size: 12px; }
  .video_section .home_slider .slider_row .content_slide .with {
    position: relative;
    margin-bottom: 5px; }
  .video_section .video_slider_services {
    position: relative;
    display: none; }
  .get_more_section .right .effect_img {
    display: none; }
  .video_section .video_slider_services .top-slide {
    color: #222;
    margin-left: 0;
    margin-right: 0; }
  .video_section .video_slider_services .carousel-caption h1 {
    font-size: 15px;
    color: #000; }
  .video_section .video_slider_services .top-slide img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1); }
  .video_section .video_slider_services .box_slider {
    border: 1px solid #d2d2d2;
    margin: 0px;
    padding: 10px 10px; }
  .video_section .video_slider_services hr {
    border-top: 1px solid #d8d8d8; }
  .contact_section .contact_img .contact_1 {
    width: 315px; }
  .contact_section .contact_img .contact_2 {
    width: 170px;
    left: 82px;
    top: -56px; }
  .contact_section .contact_img .contact_3 {
    width: 135px;
    left: 130px;
    top: 110px; }
  .contact_section .right_contact h1 {
    font-size: 32px; }
  .contact_section .right_contact h1::before {
    display: none; }
  .contact_section .contact_form {
    margin-top: 25px; }
  .contact_section .right_contact {
    margin-top: 30px; }
  .featured_section_row {
    display: none; }
  .career_section .mobile {
    display: none; }
  .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(1), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(7), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(13),
  .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(4), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(10), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(16) {
    margin-left: 0px; }
  .life_w3ondemand_section .life_w3ondemand_ul li {
    width: 100%; }
  .life_w3ondemand_section .life_w3ondemand_ul li .life_w3ondemand_box {
    padding: 0px 0px; }
  .employee_testimonials .employee_testimonials_box {
    margin: 20px 20px;
    padding: 30px 20px; }
  .employee_testimonials .owl-carousel {
    margin-left: 0px; }
  .employee_testimonials .employee_testimonials_box .user_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 25px;
    position: relative; }
  .career_section .bg_img {
    width: 100%; }
  .career_section .career_content_section .content {
    padding: 0px 25px; }
  .career_section .career_content_section {
    position: relative;
    bottom: 0; }
  .career_section .content_box {
    top: 15px;
    left: 0; }
  .career_section .content_box h1 {
    font-size: 45px; }
  .career_section .content_box h3 {
    font-size: 24px; }
  .career_section .content_box p {
    margin-bottom: 22px;
    font-size: 12px;
    padding-right: 90px; }
  .career_section .career_content_section .content .theme_button {
    margin-top: 15px; }
  .career_section .career_content_section .content h5 {
    font-size: 18px; }
  .featured_section .featured_slider_home {
    display: block; }
  .service_step_section .service_step_ul li {
    width: 100%;
    margin: 20px 0px !important; }
  .service_step_section .service_step_ul li::after {
    display: none; }
  .service_brid_section .shape {
    width: 140px; }
  .service_brid_section .title_service h1 {
    font-size: 38px; }
  .service_brid_section .magento {
    display: none; }
  .service_brid_section .title_service p {
    font-size: 15px;
    letter-spacing: 8px;
    margin: 30px 0px 20px 0px; }
  .about_brid_section .title_service h1 {
    font-size: 28px; }
  .service_brid_section .background_brid_img {
    height: 290px; }
  .magento_content_section {
    margin-top: 0px; }
  .magento_content_section .left img {
    margin-bottom: 20px; }
  .magento_service_section .magento_service_box {
    padding: 25px 15px;
    margin: 15px 0px; }
  .service_step_section {
    padding: 50px 0px; }
  .featured_service_section .owl-nav button.owl-prev {
    left: -5px; }
  .featured_service_section .owl-nav button.owl-next {
    right: -20px; }
  .web_design_section .web_design {
    width: 100%;
    bottom: -70px; }
  .responsive_design_section .right {
    display: none; }
  .logo_design_section .left img {
    padding: 0px 35px;
    margin-bottom: 25px; }
  .magento_why_choose_section .right img {
    margin-bottom: 25px; }
  .php_development_section .php_service_box .shape {
    display: none; }
  .php_development_section::before, .php_development_section::after {
    height: 20px; }
  .portfolio_brid_section .title h1::before {
    top: 18px;
    margin-left: -110px; }
  .portfolio_brid_section .title img {
    margin-top: 35px; }
  .portfolio_brid_section {
    height: 220px; }
  .portfolio_section .menu_portfolio li a {
    padding: 6px 15px;
    margin: 5px 0px;
    min-width: auto;
    font-size: 13px; }
  .portfolio_section .portfolio_row {
    margin-top: 20px; }
  .portfolio_section .portfolio_box .portfolio_box_img {
    height: auto; }
  .portfolio_section .portfolio_box.center_box {
    margin-top: 0px; }
  .ecommerce_development .ecommerce {
    display: none; }
  .wordpress_life_section .life_w3ondemand_ul li {
    width: 100%; }
  .wordpress_life_section .life_w3ondemand_ul li:nth-child(1), .wordpress_life_section .life_w3ondemand_ul li:nth-child(7), .wordpress_life_section .life_w3ondemand_ul li:nth-child(13), .wordpress_life_section .life_w3ondemand_ul li:nth-child(4), .wordpress_life_section .life_w3ondemand_ul li:nth-child(10), .wordpress_life_section .life_w3ondemand_ul li:nth-child(16) {
    margin-left: 0; }
  .mobile_app_development .mobile_app {
    display: none; }
  .app_development_section p {
    padding: 0px 0px; }
  .about_brid_section .title_service p {
    letter-spacing: normal; }
  .it_partners_section .life_w3ondemand_ul li {
    width: 100%; }
  .it_partners_section .life_w3ondemand_ul li:nth-child(4), .it_partners_section .life_w3ondemand_ul li:nth-child(10), .it_partners_section .life_w3ondemand_ul li:nth-child(16) {
    margin-left: 0; }
  .it_partners_section .title.text-left {
    padding-left: 20px; }
  .main_header.affix {
    padding: 10px 0px; }
  .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu {
    min-width: 100%;
    padding: 0px 15px;
    background: #edebeb; }
  .main_header .ak_menu .navbar-nav .dropdown .mega_dropdown .mega_dropdown_box {
    padding: 5px 15px; }
  .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu a {
    padding: 5px 5px !important;
    font-size: 12px; }
  .who_we_are_section .left .shape {
    width: 100%; }
  .video_section .home_slider .slider_row .video_slider .slider_shape {
    width: 140px !important; }
  .web_design_section .web_design {
    width: 700px; }
  .iphone_app_dev_brid .content_box_container .container .row .content_box_service h1 {
    font-size: 36px; }
  .iphone_app_dev_brid .content_box_container .container .row .img_box_service img {
    display: none; }
  .iphone_app_dev_brid .content_box_container {
    padding-top: 35px; }
  .iphone_app_dev_brid .content_box_container {
    left: 0; }
  .contect_section {
    margin-top: 0; }
  .travel_industry .title_service p {
    letter-spacing: 0; }
  .key_featured_section .content_box .title {
    margin-top: 20px; }
  .food_brid .title_service p {
    letter-spacing: 0; }
  .food_brid .title_service h1 {
    font-size: 28px; }
  .food_brid .background_brid_img {
    height: 460px; }
  .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box {
    width: 100%;
    padding-bottom: 25px; }
  .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box .border_box {
    display: none; }
  .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box .step_count {
    margin: -10px 0px 0px 43%; }
  .taxi_brid {
    background: #472d99;
    height: 360px;
    margin-bottom: 30px; }
  .taxi_brid .background_brid_img, .ecommerce_service_brid .background_brid_img, .food_service_brid .background_brid_img {
    display: none; }
  .ecommerce_service_brid {
    background: #b3e2f6;
    height: 360px;
    margin-bottom: 30px; }
  .food_service_brid {
    background: #f49f3f;
    height: 360px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header .ak_menu .navbar-nav li a {
    padding: 10px 10px !important;
    font-size: 11px; }
  .main_header .ak_menu .navbar-brand img {
    width: 100px; }
  .featured_section .featured_box .overlay .overlay_content h3 {
    font-size: 26px;
    margin-bottom: 5px; }
  .featured_section .featured_box .overlay .overlay_content .theme_button {
    margin-top: 0px; }
  .why_choose_section .content {
    padding: 0px 20px; }
  .contact_section .contact_img .contact_1 {
    width: 300px; }
  .contact_section .contact_img .contact_2 {
    width: 170px;
    left: 80px;
    top: -55px; }
  .contact_section .contact_img .contact_3 {
    width: 135px;
    left: 130px;
    top: 95px; }
  .life_w3ondemand_section .life_w3ondemand_ul li .life_w3ondemand_box {
    text-align: center;
    padding: 15px 10px; }
  .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(1), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(7), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(13) {
    margin-left: 50px; }
  .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(4), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(10), .life_w3ondemand_section .life_w3ondemand_ul li:nth-child(16) {
    margin-left: 100px; }
  .career_section .content_box h3 {
    font-size: 24px; }
  .career_section .content_box h1 {
    font-size: 46px; }
  .career_section .career_content_section .content h5 {
    font-size: 13px; }
  .career_section .mobile .android {
    right: 93px;
    top: 106px;
    width: 163px; }
  .career_section .mobile .ios {
    left: 130px;
    top: 188px;
    width: 163px; }
  .career_section .career_content_section {
    bottom: -65px; }
  .service_brid_section .magento {
    display: none; }
  .responsive_design_section .right {
    display: none; }
  .service_step_section .service_step_ul li img {
    width: 90px;
    height: 90px; }
  .service_step_section .service_step_ul li h1 {
    font-size: 65px; }
  .service_step_section .service_step_ul li h5 {
    font-size: 14px;
    margin-left: -50px; }
  .php_development_section .php_service_box .title h1 {
    font-size: 15px; }
  .portfolio_section .portfolio_box.center_box {
    margin-top: 15px; }
  .mobile_app_development .mobile_app {
    width: 560px; }
  .app_development_section p {
    padding: 0px 30px; }
  .it_partners_section .life_w3ondemand_ul li:nth-child(4), .it_partners_section .life_w3ondemand_ul li:nth-child(10), .it_partners_section .life_w3ondemand_ul li:nth-child(16) {
    margin-left: 0px; }
  .it_partners_section .life_w3ondemand_ul li {
    width: 49%; }
  .video_section .home_slider .slider_row .content_slide .spacing_text {
    margin-bottom: 15px;
    letter-spacing: 14px;
    font-size: 13px; }
  .video_section .home_slider .slider_row .content_slide h2 {
    font-size: 40px;
    margin-bottom: 10px; }
  .video_section .video_slider_services .carousel-caption h1 {
    font-size: 18px; }
  .about_brid_section .title_service h1 {
    font-size: 30px; }
  .about_brid_section .title_service p {
    margin-top: 20px; }
  .iphone_app_dev_brid .content_box_container .container .row .content_box_service h1 {
    font-size: 50px; }
  .service_brid_section .title_service h1 {
    font-size: 30px; }
  .service_brid_section .title_service p {
    font-size: 15px;
    margin: 16px 0px 60px 0px; }
  .food_brid .title_service {
    margin-top: 30px; }
  .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box img {
    height: 78px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video_section .home_slider .slider_row {
    height: auto; }
  .main_header .ak_menu .navbar-nav li a {
    padding: 10px 12px !important;
    font-size: 14px; }
  .career_section .mobile .android {
    right: 157px;
    top: 153px;
    width: 200px; }
  .career_section .mobile .ios {
    left: 180px;
    top: 243px;
    width: 200px; }
  .portfolio_section .portfolio_box .portfolio_box_img {
    height: auto; }
  .video_section .home_slider .slider_row .content_slide .spacing_text {
    margin-bottom: 50px; }
  .key_featured_section .content_box .content_box_btn {
    padding: 10px 15px;
    font-size: 11px; }
  .how_does_it_work_section .how_does_it_work_ul .how_does_it_work_box img {
    height: 110px; }
  .taxi_brid .title_service h1, .food_brid .title_service h1, .food_service_brid .title_service h1 {
    font-size: 30px; } }

@media only screen and (max-width: 5520px) and (min-width: 768px) {
  .ak_menu .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }
  .main_header .ak_menu .navbar-nav .dropdown .dropdown-menu.mega-menu {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    display: block;
    opacity: 0;
    z-index: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  .main_header .ak_menu .navbar-nav .dropdown:hover .dropdown-menu.mega-menu {
    visibility: inherit;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 999; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1240px; } }

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .container {
    max-width: 1180px; }
  .career_section .mobile .android {
    right: 187px;
    top: 180px;
    width: 236px; }
  .career_section .mobile .ios {
    left: 220px;
    top: 299px;
    width: 236px; }
  .it_partners_section .life_w3ondemand_ul li {
    width: 27%; }
  .key_featured_section .content_box .content_box_btn {
    font-size: 15px; } }

/*=======================================================

//////////////RESPONSIVE MEDIA QUERY END///////////////

=======================================================*/
