@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
html {
  font-size: 100%
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary, title {
  display: block
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 15px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
::-moz-selection { background-color:#0d467d; color: #fff; }
::selection { background-color:#0d467d; color: #fff;  }
*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
* {
  outline: none !important;
}
a {
  transition: all 0.3s ease-in-out;
  color: #a30004;
}
a:active, a:focus, a:hover, input[type="image"], select:focus, input, input[type="button"]:focus, :focus {
  outline: 0;
  text-decoration: none;
}
.clearfix {
  *zoom: 1
}
.clearfix:before, .clearfix:after {
  display: block;
  content: "";
  line-height: 0
}
.clearfix:after {
  clear: both
}
.clear {
  clear: both
}
.btn {
  outline: 0px;
}
.lists {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mainpage {
  position: relative;
}
p {
  line-height: 24px;
  font-size: 15px;
  color: #000000;
  text-align: justify;
}
img {
  max-width: 100%;
}
.btn {
  line-height: 1.8;
}
.btn-default {
  background-color: #eaeaea;
  transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-color: #dcdcdc;
}
.container {
  max-width: 1400px;
  width: 100%;
}
ul {
  margin: 0;
  padding: 0;
}
.mrgn_rt_prfl ul.dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
  margin-top: 10px;
  right: 0px;
}
.mrgn_rt_prfl ul.dropdown-menu li a {
  font-size: 14px;
}
.mrgn_rt_prfl ul.dropdown-menu li a i {
  margin-right: 5px;
}
h4 {
  font-size: 18px;
}
h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #313131;
}
h2 {
  font-size: 70px;
}
.container-fluid {
  width: 100%;
  max-width: 100%;
  padding-left: 130px;
  padding-right: 130px;
}
#header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
}
#header .header_nav .navbar-nav .nav-link {
  padding-right: 1.0rem;
  padding-left: 1.0rem;
  color: #333;
}
a.button, a.button.border, input[type="submit"] {
  transition: all .2s ease-in-out;
}
#header .header_nav .nav-link.post_ad_bt {
  border-radius: 80px;
  padding: 0.9rem 1.4rem;
  transition: all 0.2s ease-in-out;
}
#header .navbar {
  padding: 0px 0px;
}
#header .navbar-brand img {
  max-width: 160px;
}
#header .navbar-brand {
  margin-right: 50px;
}
#lang-dropdown {
  margin-left: 15px;
  position: relative;
}
#lang-dropdown .btn {
  padding: 3px 12px;
}
#lang-dropdown .dropdown-menu {
  right: 0px;
  left: auto;
  padding: 10px 0px;
  margin: 12px 0 20px !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
}
#lang-dropdown .dropdown-menu li a {
  padding: 7px 15px;
  display: block;
  font-size: 14px;
  color: #666;
}
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  margin: 0;
  overflow: visible;
}
.btn:focus, .btn.focus {
  box-shadow: none;
}
.home_banner {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.home_banner h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 20px #6a6a6a;
}
.home_banner .banner_content {
  display: inline-block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.banner_content .caption {
  position: absolute;
  z-index: 1;
  left: 130px;
}
.banner_img {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.home_banner h1.text_black {
  color: #000;
}
.h_about {
  padding: 50px 0 50px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.h_about, .h_about p {
  text-align: center;
}
.h_about h2 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 600;
  margin-bottom: 20px;
}
.h_about h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 34px;
  font-weight: 400;
  margin: 50px 0 30px 0;
}
.track_record {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background: url("../img/track_img.jpg") center top no-repeat;
  background-size: cover;
  padding: 115px 0 230px 0;
  text-align: center;
  margin-top: 60px;
}
.track_record h2 {
  background: url("../img/track_hd_bg.png") center top no-repeat;
  color: #fff;
  padding: 13px 15px 38px 15px;
  margin-top: -160px;
}
.track_record p {
  text-align: center;
}
.track_content {
  margin-top: 60px;
}
.track_content ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  padding: 25px 0;
  position: relative;
  padding-left: 30px;
}
.track_content ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background: #d2731d;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
h2 {
  font-family: 'Bebas Neue', cursive;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 26px;
}
.outsourcing {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 60px 0;
}
.outsourcing p {
  text-align: center;
  color: #fff;
}
.project_idea {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
  background: #bdccd4;
}
.project_idea h2 {
  text-align: right;
  font-weight: 400;
}
.idea_img {
  max-width: 300px;
  display: inline-block;
}
.idea_con {
  padding-left: 0px;
  padding-top: 30px;
}
.idea_con p {
  line-height: 40px;
}
.services_sec {
  text-align: center;
  padding: 70px 0 20px 0;
}
.s_panel {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}
.service_blc {
  margin-bottom: 50px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.1);
    position: relative; 
}
.services_sec h2 {
  margin-bottom: 10px;
}
.services_sec p {
  text-align: center;
}
.service_hd_sec {
    padding: 15px 15px 15px 15px;
}
.service_hd_sec .services_hd_bg { 
}
.service_hd_sec .services_hd_bg p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.service_hd_sec .services_hd_bg p br{display: none;}
.services_hd_bg a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #f6921e;
  position: relative;
}
.services_hd_bg a:hover {
  color: #d27a14;
}
.services_hd_bg a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f4c187;
  top: -5px;
  position: absolute;
  display: inline-block;
}
.testimonial_sec {
  width: 100%;
  display: inline-block;
  background: url("../img/testimonial_bg.jpg") center top 100px no-repeat;
  background-size: cover;
  text-align: center;
  padding: 20px 0 0 0px;
  min-height: 1000px;
  position: relative;
}
.testimonial_panel {
  max-width: 930px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 100px;
  margin: auto;
  padding: 30px 30px 100px 30px;
  text-align: left;
}
.testimonial_con h3 {
  color: #ff0000;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  margin-bottom: 15px;
}
.testimonial_con h3 span {
  color: #013575;
  font-size: 17px;
  font-weight: 600;
}
.testimonial_con p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.testimonial_sec ul.slick-dots li button {
  border-radius: 50%;
  font-size: 0px;
  background: #ddd;
  border: 0px;
  padding: 0px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}
.testimonial_sec ul.slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}
.testimonial_sec ul.slick-dots {
  text-align: right;
  position: absolute;
  bottom: -90px;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  padding: 4px 0px 9px;
  border-radius: 70px;
}
.testimonial_sec ul.slick-dots li.slick-active button {
  background: #ff0000;
}
.technologies_img {
  margin-top: 30px;
  margin-bottom: 40px;
}
.clients_sec h2 {
  position: relative;
}
.clients_sec h2:after {
  content: "";
  width: 800px;
  height: 1px;
  background: #a6a6a6;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.client_slider {
  margin-top: 50px;
  margin-bottom: 50px;
}
/*footer css*/
.projects_title {
    background: url("../img/projects_title_bg.jpg") center top no-repeat;
    height: 260px;
    padding: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    float: left;
    background-color: #fff;
    background-size: cover;
    background-position: left center;
}
.projects_done {
  width: 480px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.projects_done h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 37px;
  font-weight: 600;
}
.projects_done strong {
  font-size: 80px;
  color: #fff;
  font-weight: 800;
}
.oris_sec {
  background: url("../img/rating_m_bg.jpg") center top no-repeat;
  background-size: cover;
  height: 260px;
  padding: 70px 30px 30px 85px;
  width: 50%;
  float: left;
}
.rating {
  position: relative;
  width: 390px;
  display: inline-block;
  vertical-align: top;
}
.rating h3 {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
}
.rating .rt {
  font-size: 64px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 800;
  display: inline-block;
  line-height: 30px;
}
.rating .rt span {
  font-size: 20px;
  font-weight: normal;
}
.rating .stars_sec {
  position: absolute;
  left: 130px;
  top: 60px;
}
.rating .stars_sec p {
  color: #fff;
  font-size: 17px;
}
.second_rat {
  width: auto !important;
}
.footer_sec {
  width: 100%;
  display: inline-block;
  background: #052149;
  vertical-align: top;
}
.footer_lf_sec {
  width: 50%;
  float: left;
  background: #010528;
  min-height: 50px;
}
.footer_rg_sec {
  width: 50%;
  float: left;
  padding: 30px 130px 0 100px;
}
.footer_lf_con {
  padding: 30px 70px 0 130px;
}
.footer_top_nav {
  border-bottom: 1px solid #2e3192;
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.footer_top_nav ul {
  float: left;
  width: 33.33%;
}
.footer_top_nav ul li a {
  display: inline-block;
  padding: 12px 0px;
  color: #fff;
}
.footer_top_nav ul li a:hover {
  color: #66fdff;
}
.footer_top_nav.sec_nav {
  border: none;
  margin-top: 30px;
}
.footer_social {
  background: #01132c;
  width: 100%;
  display: inline-block;
  min-height: 20px;
  padding-left: 130px;
}
.footer_social a {
  padding: 50px 30px;
  display: inline-block;
}
.footer_social a:first-child {
  padding-left: 60px;
}
.contact_block {
  width: 40%;
  float: left;
  text-align: center;
}
.contact_blk {
  width: 100%;
  display: inline-block;
  color: #fff;
  margin-bottom: 30px;
}
.contact_blk h2 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.contact_blk h2:after {
  content: "";
  width: 200px;
  position: absolute;
  height: 1px;
  background: #45fbff;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -30px;
}
.contact_block p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.contact_block a {
  color: #66fdff;
}
.contact_blk_img {
  text-align: center;
  margin-bottom: 18px;
  height: 100px;
}
.download_b {
  margin-top: 30px;
  padding-top: 70px;
  position: relative;
}
.download_b:before {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #35c5d2;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
}
.download_b a {
  margin-top: 10px;
  display: inline-block;
}
.contact_block.location_blk {
  width: 60%;
}
.flag_img {
  float: left;
}
.location_con {
  padding-left: 80px;
  position: relative;
}
.location_con:after {
  content: "";
  position: absolute;
  width: 146px;
  height: 1px;
  background: #35c5d2;
  left: 120px;
  bottom: -20px;
}
.location_con p {
  line-height: 21px;
  text-align: left;
}
.location_blk ul {
  padding: 0 0px 0 30px;
}
.location_blk ul li {
  padding: 10px 0;
  position: relative;
  margin-bottom: 15px;
}
.location_blk ul li:last-child .location_con:after {
  display: none;
}
.copyright_sec {
  width: 100%;
  display: inline-block;
  padding: 30px 15px;
  background: #000000;
}
.copyright_sec p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
  line-height: 24px;
}
.navbar-brand {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 70px;
}
p {
  margin-bottom: 15px;
}
.inner_sec {
  padding: 60px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.inner_sec p {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.inner_sec h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 40px;
}
.process_sec { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#22375b+1,002238+98 */
  background: rgb(34, 55, 91); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(34, 55, 91, 1) 1%, rgba(0, 34, 56, 1) 98%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(34, 55, 91, 1) 1%, rgba(0, 34, 56, 1) 98%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(34, 55, 91, 1) 1%, rgba(0, 34, 56, 1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22375b', endColorstr='#002238', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.process_sec h2, .process_sec h4, .process_sec p {
  color: #fff;
  text-align: center;
}
.process_sec ul li {
  padding: 30px 0 0 0;
}
.process_sec ul li h4 {
  font-size: 26px;
  font-weight: 800;
}
.process_sec ul.rg_process li {
  padding: 15px 0 0 0;
}
.core_com_sec {
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,dee0e3+100 */
  background: rgb(254, 254, 254); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(222, 224, 227, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(222, 224, 227, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(222, 224, 227, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dee0e3', GradientType=0); /* IE6-9 */
}
.core_competencies li {
  width: 20%;
  float: left;
  padding: 15px;
}
.core_competencies .core_comp {
  width: 100%;
  height: 198px;
  background: #fff;
  box-shadow: 0 10px 15px #c1c1c1;
  border-radius: 24px;
  text-align: center;
  padding: 15px;
}
.core_competencies .core_comp p {
  text-align: center;
}
.core_competencies .core_img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core_competencies li p {
  font-family: 'Roboto Condensed', sans-serif;
}
.why_choose_sec h2 {
  text-align: center;
}
.why_choose_sec ul li {
  padding: 0 40px;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.why_ch_block {
  background: #e7e7e7;
  width: 100%;
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
}
.num_img {
  float: left;
  margin-left: -90px;
  margin-top: 15px;
}
.why_ch_content {
  padding-left: 30px;
}
.why_ch_content p {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.num_img {
  flex: 0 0 138px;
  max-width: 138px;
}
/*banner*/
.inner_banner {
  width: 100%;
  display: inline-block;
  position: relative;
}
.inner_banner h1 {
  font-size: 46px;
  color: #fff;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-shadow: 0 0 20px #6a6a6a;
  margin-bottom: 50px;
}
.inner_banner_img {
  position: relative;
  z-index: 1;
}
section.ready-use-banne-area {
  float: left;
  width: 100%;
}
.banner_content {
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin: auto;
  padding-top: 0px;
  display: block;
}
.android_b_con li {
  background: rgba(20, 27, 75, 0.80);
  padding: 20px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
}
.android_b_con li p {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;
}
.why_ch_content p {
  margin-bottom: 0px;
}
.android_banner .btn_sec a {
  margin-top: 30px;
  display: inline-block;
}
.ipad_banner .android_b_con li {
  background: rgba(3, 68, 134, 0.90);
  border-radius: 0px;
}
.ipad_banner .android_b_con li p {
  line-height: 27px;
}
.ipad_banner .btn_sec a {
  margin-top: 11%;
  display: inline-block;
}
.ipad_sec {
  padding-bottom: 0px;
  background: #e7e6e8;
}
.ipads_image img {
  margin-right: -130px;
  float: right;
}
.cost_efds ul li {
  width: 25%;
  float: left;
  padding: 15px;
}
.cost_efds ul li .cost_con {
  background: #65c8d0;
  height: 110px;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #2e6064;
}
.cost_efds ul li .cost_con p {
  text-align: center;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0px;
  width: 100%;
}
.wc_for_ipad {
  background: #2a2c3c;
}
.wc_for_ipad h2 {
  text-align: center;
  color: #fff;
}
.wc_for_ipad ul li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.benefits_sec h2 {
  text-align: center;
}
.benefits_sec ul li {
  text-align: left;
  width: 100%;
  display: inline-block;
  padding-bottom: 14px;
}
.benefits_sec ul li h5 {
  font-weight: 600;
}
.benefits_sec ul li p {
  font-size: 16px;
}
.benefits_sec ul li h5 {
  font-size: 21px;
}
.industries_sec {
  padding-bottom: 0px;
}
.industries_sec ul {
  max-width: 1320px;
  text-align: center;
  margin: auto;
}
.industries_sec ul li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.industries_sec ul li .ind_con {
  position: absolute;
  top: 56px;
  left: 0px;
  right: 0px;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}
.industries_sec h2 {
  text-align: center;
}
.development_aperoach {
  padding: 0px;
  position: relative;
  vertical-align: top;
}
.development_aperoach .container-fluid {
  position: absolute;
  top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.development_aperoach_img {
  background: url("../img/our_development_aperoach.jpg") right center no-repeat;
  height: 540px;
  width: 50%;
  float: right;
}
.our_strength_sec {
  padding: 0px;
  position: relative;
  vertical-align: top;
  background: #1f2835;
}
.our_strength_sec_img {
  background: url("../img/our_strengrh_bg.jpg") left center no-repeat;
  height: 540px;
  width: 50%;
  float: left;
}
.our_strength_sec .container-fluid {
  position: absolute;
  top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.ot {
  justify-content: end;
}
.our_strength_sec h2, .our_strength_sec p {
  color: #fff;
}
.development_aperoach p, .our_strength_sec p {
  line-height: 26px;
}
.ios_apps {
  background: #ebebeb;
}
.ios_apps p {
  line-height: 28px;
}
.ios_apps .ipads_image img {
  margin-right: -100px;
}
.we_offer {
  background: #1f2835;
  color: #fff;
}
.we_offer p {
  text-align: center;
  color: #fff;
}
.business_slider {
  margin-top: 50px;
}
.business_slider .slick-slide {
  margin: 0 15px;
}
.business_slider .services_hd_bg p {
  height: auto;
  min-height: inherit;
  margin-bottom: 0px;
  line-height: 21px;
}
.business_slider .services_hd_bg {
  padding: 15px;
  height: 75px;
  border-radius: 10px;
}
.business_slider .slick-arrow {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 31%;
  text-align: center;
  z-index: 1;
  font-size: 0px;
  opacity: 0.5;
  cursor: pointer;
}
.business_slider .slick-prev {
  left: -15px;
  width: 64px;
  height: 64px;
  background: url("../img/arrow_lf.png") center no-repeat;
}
.business_slider .slick-next {
  right: -15px;
  width: 64px;
  height: 64px;
  background: url("../img/arrow_rg.png") center no-repeat;
}
.business_slider .slick-arrow:hover {
  opacity: 1;
}
.ios_app_d_banner ul li {
  background: rgba(7, 16, 64, 0.80)
}
.ios_app_d_banner ul li span {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
.ios_app_d_banner ul li p {
  font-size: 15px;
  font-weight: normal;
  line-height: 21px;
  font-family: 'Roboto Condensed', sans-serif;
}
.methodology_sec h2 {
  text-align: center;
  margin-bottom: 50px;
}
.methodology_sec h3 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}
.methodology_sec ul li {
  padding: 7px 0 7px 18px;
  font-size: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
  line-height: 33px;
}
.methodology_sec ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #000;
  left: 0px;
  top: 20px;
  border-radius: 10px;
}
.wc_for_iosapp {
  background: url("../img/wc_iosbg.jpg") center top no-repeat;
  background-size: cover;
}
.wc_for_iosapp h2 {
  color: #fff;
}
.wc_for_iosapp .row {
  display: flex;
  align-items: center;
}
.wc_for_iosapp h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.wc_for_iosapp p {
  color: #fff;
  font-size: 17px;
}
.wc_for_iosapp ul li {
  margin-bottom: 26px;
}
.ios_app_d_banner .btn_sec a {
  display: inline-block;
  position: relative;
  top: 10px;
}
.hybrid_appsec {
  background: url("../img/hybrid_app_img.png") right bottom no-repeat;
  background-color: #e7e6e8;
}
.hybrid_ben_sec {
  background: url("../img/react_mobile_img.jpg") right top no-repeat;
}
.hybrid_ben_sec ul {
  margin-top: 50px;
}
.hybrid_ben_sec ul li {
  width: 84%;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
  font-family: 'Poppins', sans-serif;
  background: rgb(0, 194, 183); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 194, 183, 1) 0%, rgba(0, 142, 133, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 194, 183, 1) 0%, rgba(0, 142, 133, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 194, 183, 1) 0%, rgba(0, 142, 133, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c2b7', endColorstr='#008e85', GradientType=1); /* IE6-9 */
}
.hybrid_ben_sec ul li h3 {
  font-size: 26px;
  color: #fff;
  margin: 0px;
  font-weight: 700;
}
.hybrid_ben_sec ul li p {
  color: #fff;
  margin-bottom: 0px;
}
.hybrid_ben_sec ul li:nth-of-type(2n+1) {
  margin-left: 55px;
}
.whide_ind_sec {
  background: #253243;
  text-align: center;
  color: #fff;
}
.whide_ind_sec ul li {
  float: left;
  width: 25%;
  padding: 30px 15px;
  text-align: center;
}
.whide_ind_sec ul li p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.wy_for_hybapp {
  background: url("../img/why_fhybrid_bg.png") left top no-repeat;
  background-color: #4b00a7;
}
.wy_for_hybapp ul li {
  margin-bottom: 15px;
  width: 100%;
  display: inline-block;
}
.wy_for_hybapp ul li h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}
.wy_for_hybapp ul li h3, .wy_for_hybapp ul li p {
  color: #fff;
}
.h_ad_banner ul li {
  background: rgba(48, 125, 229, 0.40);
  border-radius: 4px;
}
.h_ad_banner ul li p {
  line-height: 25px;
}
.h_ad_banner .btn_sec {
  position: relative;
  top: 170px;
}
.your_identity {
  background: url("../img/your_identity.jpg") right center no-repeat;
  background-color: #e7e6e8;
}
.your_identity h2, .your_identity p {
  color: #fff;
}
.spd {
  background: #77bdcb;
  text-align: center;
}
.spd h4 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  margin-bottom: 30px;
}
.spd p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 30px;
}
.key_aspects {
  background: #002c4f;
  overflow: hidden;
}
.key_aspects h2 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.key_aspects ul {
  margin-top: 50px;
}
.key_aspects ul li {
  color: #fff;
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 28px;
  position: relative;
  padding-left: 28px;
}
.key_aspects ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffaf00;
}
.key_aspects .key_asimg {
  margin-top: -150px;
}
.ecommerce_web {
  background: #bbdc99;
}
.ecommerce_web h4 {
  font-size: 59px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.ecommerce_web ul {
  margin-top: 30px;
}
.ecommerce_web ul li {
  background: url("../img/check_green.png") left 15px center no-repeat;
  background-color: #a73966;
  margin-bottom: 15px;
  padding: 20px 15px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: 70%;
  padding-left: 60px;
}
.ecom_img img {
  margin-top: 100px;
}
.ecom_leanmore {
  position: relative;
}
.ecom_leanmore a {
  top: -100px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.custom_web {
  background: url("../img/custom_webimg.png") right bottom no-repeat;
}
.custom_web h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 300;
}
.custom_web ul {
  margin-top: 30px;
}
.custom_web ul li {
  background: url("../img/check_blue.png") left center no-repeat;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  width: 70%;
  padding-left: 45px;
}
.wy_for_customweb {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000062+0,0065fe+100 */
  background: rgb(0, 0, 98); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 0, 98, 1) 0%, rgba(0, 101, 254, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 98, 1) 0%, rgba(0, 101, 254, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 98, 1) 0%, rgba(0, 101, 254, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000062', endColorstr='#0065fe', GradientType=1); /* IE6-9 */
}
.wy_for_customweb ul li {
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.cwd_img {
  float: left;
  width: 50px;
}
.cwd_con {
  padding-left: 80px;
}
.wy_for_customweb ul li p {
  color: #fff;
}
.wy_for_customweb .why_cm {
  text-align: right;
}
.corporate_web {
  background: url("../img/corporate_webdesign.jpg") right center no-repeat;
}
.corporate_web ul {
  margin-top: 30px;
}
.corporate_web ul li {
  background: url("../img/check_yellow.png") left center no-repeat;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  width: 70%;
  padding-left: 45px;
}
.dynamic_web {
  background: url("../img/dynamic_webbg.jpg") center no-repeat;
  background-size: cover;
}
.esy_manage {
  margin-bottom: 40px;
}
.dynamic_web ul {
  margin-bottom: 30px;
}
.dynamic_web ul li {
  width: 70%;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31444e+0,455a64+100 */
  background: rgb(49, 68, 78); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(49, 68, 78, 1) 0%, rgba(69, 90, 100, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(49, 68, 78, 1) 0%, rgba(69, 90, 100, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(49, 68, 78, 1) 0%, rgba(69, 90, 100, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31444e', endColorstr='#455a64', GradientType=1); /* IE6-9 */
}
.dynamic_web ul li h3 {
  color: #fff;
  margin: 0px;
}
.dynamic_web ul li p {
  color: #fff;
  margin-bottom: 0px;
}
.ben_dynamic_web h2 {
  text-align: center;
}
.ben_dynamic_web #v-pills-tab {
  width: 300px;
  float: left;
}
.ben_dynamic_web #v-pills-tabContent {
  padding-left: 350px;
}
/*
#header{display:none;}
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Poppins', sans-serif;

*/
/*29-8-2021*/
.inner_banner .banner_content {
  top: 50px;
}

p.d-flex.iso-icon {
    margin: 0 20px 0  0;
}
.certificates p {
    margin: 0 15px 0 0;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    display: flex;
    border-right: solid #fff 1px;
    padding: 0 15px 0 10px;
    flex-direction: column;
    justify-content: center;
}
.certificates p span {
    font-weight: normal;
}
.certificates {
    display: flex;
}
.d-flex.justify-content-center.align-items-center.footer-para-bottom {
    width: 100%; 
}
.certificates p:last-child {
    border: 0;
}

p.cmi- {
    width: 110px;
}

/********************Web Designer*****************/
.heading-,.second-content-section h5 {
    font-size: 46px;
    color: #fff;
	text-transform: uppercase;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 50px;
}
.inner_banner .page-title h1 {
    margin-bottom: 15px;
}
.page-title p {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}
.webdesign-points nav {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    max-width: 100%;
}
.webdesign-points nav ul li {
    display: block;
    background-color: #292929;
    color: #fff;
    font-size: 18px;
    padding: 20px 20px;
    font-weight: bold;
	font-family: 'Poppins', sans-serif;
    width: auto;
    margin: 0 0 15px 0;
}
.webdesign-points {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.webdesign-points nav ul li.lst-btn {
    background-color: transparent;
    padding: 10px 0 0 0;
}
section.second-section {
    padding: 40px 0;
}
.second-content-section ul li {
    margin: 0 0 30px 0;
    color: #fff;
    line-height: normal;
}
section.second-section {
    padding: 40px 0;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #0f054c;
}
section.smv-media-section {
    padding: 50px 0;
    text-align: center;
    background-color: #76bdcb;
}
.media-content b {
    font-size: 18px;
    line-height: normal;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    display: inline-block;
}
.media-content p {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    display: inline-block;
    text-align: center;
}
section.key-offer-section {
    background-color: #002d4f;
    padding: 40px 0;
    overflow: hidden;
}
.key-offer-content ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 25px 0;
    color: #fff;
    line-height: 21px;
}
.key-offer-content ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffaf00;
    border-radius: 50%;
    left: 0;
    pointer-events: all;
    position: absolute;
    top: 4px;
}
.key-offer-section h5.heading- {
    text-align: center;
    z-index: 1;
    position: relative;
}
.offer-img {
    margin: -200px 0 0 0;
}

section.plan-list {
    background: rgb(249,249,251);
    background: linear-gradient(0deg, rgba(249,249,251,1) 0%, rgba(206,209,222,1) 100%);
    padding: 50px 0;
}
.plan-content h5.heading- {
    text-align: center;
    color: #000;
}
.plan-p {
    display: flex;
    flex-direction: row;
}
.plan-p p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 25px 0;
    line-height: normal;
}
.plan-p span {
    padding: 0 50px;
}
.plan-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.plan-1 {
    background-image: url("../img/web-designer/plan-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 560px;
    background-position: center 0;
}
.plan-dec {
    width: 100%;
    text-align: center;
}
.plan-1.silver{
	background-image: url("../img/web-designer/plan-2.png");}
.plan-1.gold{
	background-image: url("../img/web-designer/plan-3.png");}
.plan-1.platinum{
	background-image: url("../img/web-designer/plan-4.png");}
.plan-1 b {
    font-size: 30px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.plan-1 strong {
    font-size: 55px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: bold;
    height: 130px;
    font-family: 'Poppins', sans-serif;
    line-height: 120px;
}
.plan-1 ul {
    padding: 0 51px;
}
.plan-1 ul li {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #333;
    line-height: normal;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 15px;
    position: relative;
}

.plan-1 ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffaf00;
    border-radius: 50%;
    left: 0;
    pointer-events: all;
    position: absolute;
    top: 4px;
}
section.ecommerce-web-section {
    padding: 50px 0 30px 0;
    background-color: #bbdc99;
}
section.ecommerce-web-section h5.heading- {
    margin: 0 0 15px 0;
    color: #000;
}
.ecommerce_web-design p {
    font-size: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    text-align: left;
    line-height: 60px;
}
.ecommerce_web-design ul li {
    background-color: #a73966;
    margin: 0 0 10px 0;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.ecommerce_web-design ul li img {
    margin: 0 5px 0 0px;
}
.ecommerce_web-design ul {
    width: 380px;
    max-width: 100%;
}
section.custom-webdesign-section {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 700px;
    padding: 60px 0 50px 0;
}
section.custom-webdesign-section h5.heading- {
    color: #000;
    margin: 0 0 30px 0;
}
.custom-webdesign-points b {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: normal;
    padding: 25px 0 30px 0;
}
.custom-webdesign-points ul li {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.custom-webdesign-points ul li img {
    width: 20px;
    margin: 0 5px 0 0;
}
section.why-custom-webdesign {
    background: rgb(0,0,98);
    background: linear-gradient(90deg, rgba(0,0,98,1) 0%, rgba(0,101,254,1) 100%);
    padding: 50px 0;
}
section.why-custom-webdesign h5.heading- {
    font-size: 40px;
}
.why-content ul li center {
    position: absolute;
    margin: 0 10px 0 0;
    left: 0;
}
.why-content ul li {
    padding: 0 0 0 60px;
    position: relative;
    color: #fff;
    font-size: 17px;
    margin: 0 0 20px 0;
    line-height: normal;
    font-weight: 500;
}
.why-img {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
section.corporate-section {
    background-repeat: no-repeat;
    background-position: right center;
    padding: 50px 0;
    background-size: contain;
}
section.corporate-section h5.heading- {
    color: #000;
    margin: 0 0 25px 0;
}
.corporate-text ul li {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.corporate-text ul li img {
    width: 20px;
    margin: 0 5px 0 0;
}
.corporate-text ul {
    padding: 60px 0 0 0;
}
.dynamic-head-content {
    display: flex;
    justify-content: space-between;
}
.dynamic-head-content h5.heading- {
    margin: 0 0 15px 0;
    color: #000;
}
.dynamic-head {
    width: 50%;
}
.dynami-use {
    width: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.dynami-use ul li {
    background-color: #455a64;
    padding: 20px 20px;
    margin: 0 0 15px 0;
}
.dynami-use ul li b {
    display: block;
    font-size: 20px;
    line-height: normal; 
}
.dynami-use ul li {
    background-color: #455a64;
    padding: 10px 20px;
    margin: 0 0 15px 0;
    width: 320px;
    border-radius: 10px;
    text-align: left;
    max-width: 100%;
    color: #fff;
    line-height: 25px;
}
section.dynamic-web-section {
    padding: 50px 0;
}
.easy-manage-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.easy-manage-points .point1 {
    width: 500px;
    padding: 0 0;
    max-width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: column;
}

.easy-manage-points .point1 img {
    width: 55px;
    margin: 0 0 15px 0;
}
.easy-manage-points .point1 b {
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
section.discuss-section {
    background-color: #36c9e5;
    padding: 20px 0;
    text-align: center;
}
.discuss-content b {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin: 0 10px 0 0px;
}
section.benefits-section h5.heading- {
    color: #000;
    text-align: center;
}
section.benefits-section {
    padding: 50px 0;
}
.benefots-tabs {
    display: flex;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.benefots-tabs ul li {
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
}
.benefots-tabs ul li a.active {
    background-image: url("../img/web-designer/tab-active.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    background-color: transparent;
}
.benefots-tabs ul {
    padding: 0 10px 0 0;
    width: 450px;
    max-width: 100%;
}
.benefots-tabs ul li a {
    font-size: 18px;
    font-weight: bold;
	background-color: transparent;
    line-height: normal;
    display: block;
    color: #828282;
}
.benefots-tabs .tab-content {
    width: 100%;
    padding: 20px 20px;
    border: solid 1px #ffaf00;
    border-radius: 20px;
}
.benefots-tabs .tab-content div {
    background-color: transparent;
}
.container.banner_content {
    display: flex;
    top: 0;
    align-items: center;
}
.contact-banner p {
    font-size: 20px;
    color: #fff;
    margin: 15px 0 0 0;
    line-height: normal;
}
.contact-banner h1 {
    text-align: left;
    margin-bottom: 20px;
}
 
.contac-form- {
    text-align: center;
}
.contact-head h5 {
    font-size: 35px;
    font-weight: bolder;
    font-family: 'Poppins', sans-serif;
}
.contact-head p {
    text-align: center;
    line-height: normal;
    margin: 0 0 25px 0;
}
 
.contact-head .inp-form {
    border-bottom: solid 1px #333;
    margin: 0 0 30px 0;
    width: 400px;
    max-width: 100%;
}
.contact-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-head .inp-form select, .contact-head .inp-form input, .contact-head .inp-form textarea {
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 0 0 10px 0px;
}
.contact-head .inp-form textarea {
    min-height: 100px;
}
.inp-form.btn-div {
    border: 0;
    text-align: left;
}
.inp-form.btn-div button {
    border: 0;
    background-color: #c61d24;
    padding: 16px 25px;
    font-size: 16px;
    color: #fff;
}

.cms-page .inner_banner .page-title h1 {
    margin-bottom: 60px;
}
.cms-page .webdesign-points nav ul li { 
    background-color: #d13f54; 
}
.cms-page .webdesign-points nav ul li.lst-btn {
    background-color: transparent; 
}
section.cms-section {
    background-color: #040404;
    background-repeat: no-repeat;
    background-position: right center;
}
.cms-content-section h5 {
    text-transform: none;
    margin: 50px 0 20px 0;
}
.cms-content-section p {
    color: #fff;
    width: 780px;
    max-width: 100%;
}
section.seo-section {
    background-repeat: no-repeat;
    background-position: right center;padding: 120px 0;
}
section.seo-section h5 {
    color: #000;
    text-transform: none;
    margin-top: 0;
}
section.seo-section h5 {
    color: #000;
    text-transform: none; 
}
section.seo-section p {
    color: #000;
    width: 780px;
    max-width: 100%;
}
section.oris-section {
    background-color: #8accc4;
    padding: 50px 0;
}
section.oris-section h5 {
    color: #000;
    text-transform: none;
    margin-top: 0;
}
section.why-hire-section h5 {
    color: #000;
    text-transform: none;
    margin-top: 0;
}
section.why-hire-section {
    background-color: #cccacb;
    text-align: center;
    padding: 40px 0;
}
.cms-icon-cont {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin: 0 0 30px 0;
    box-shadow: 0px 5px 10px 0 #0000003b;
    gap: 20px;
    display: flex;
}
.cms-icon-cont center {
    flex: 80px 0 0;
}
.cms-contents {
    text-align: left;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.cms-contents b {
    font-size: 18px;
}
.cms-contents p {
    margin: 0;
}
section.discuss-section.new-dis .discuss-content b {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    margin: 0 10px 0 0px;
    text-align: left;
    line-height: normal;
    display: inline-block;
    padding: 0 70px 0 0;
    position: relative;
}
section.discuss-section.new-dis .discuss-content b img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}
section.discuss-section.new-dis .discuss-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.crm-page .container.banner_content {
    display: flex;
    top: 0;
    align-items: flex-start;
    justify-content: center;
}
.crm-page .container.banner_content .page-title {
    margin: 60px 0 0 0;
}
.crm-page .crm-first-section h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
.crm-page .crm-first-section p {
    color: #000;
    width: 780px;
    max-width: 100%;
}
.crm-page .crm-first-section p {
    color: #000;
    max-width: 100%;
    text-align: center;
}
section.crm-first-section {
    padding: 50px 0;
}
section.crm-second-section {
    background-color: #ecefff;
    text-align: center;
    padding: 50px 0;
}
.crm-page section.crm-second-section h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
section.crm-second-section ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 860px;
    max-width: 100%;
    text-align: left;
}
section.crm-second-section ul li {
    width: 50%;
    margin: 0 0 15px 0;
    position: relative;
    padding: 0 0 0 40px;
    line-height: normal;
}
section.crm-second-section ul li img {
    width: 25px;
    position: absolute;
    margin: 0 10px 0 0;
    left: 0;
}
.benef-sec {
    display: flex;
    width: 100%;
    justify-content: center;
}
.crm-third-section h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
section.crm-third-section {
    padding: 60px 0;
}
section.crm-third-section ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.crm-third-section ul li {
    width: 150px;
    height: 150px;
    background: linear-gradient(180deg, #EAEAEA 0%, #EAEAEA 24%, #F4F4F4 48%, #FFF 70.5%, #FFF 100%);
    line-height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 5px 5px 10px 0 #00000036;
    text-align: center;
    margin: 0 25px 30px 25px;
}
section.crm-fourth-section h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
section.crm-fourth-section {
    background: linear-gradient(270deg, #99B1BB 0%, #8FAAB5 16.86%, #BDCCD3 80.31%, #BCCBD2 100%);
    padding: 50px 0;
    text-align: center;
}
.hide-web {
    display: none;
}
.cwa-section .custom-we-section h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
.cwa-section .custom-we-section .offer-img {
    margin: 0;
}
section.custom-we-section {
    padding: 40px 0;
    background-color: #c1c1c1;
}
.cwa-section section.we-offer-web h5 {
    color: #000;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
}
section.we-offer-web {
    padding: 50px 0;
}
.plan-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
 
.plan-content ul li {
    width: calc(50% - 20px);
    position: relative;
    background-color: #00a6b4;
    border-radius: 15px;
    margin: 10px 10px;
    color: #fff;
    padding: 20px 20px 20px 70px;
    line-height: normal;
}
.plan-content ul li img {
    position: absolute;
    left: 20px;
    width: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
}
section.domain-expert-section {
    background-color: #60687b;
    text-align: center;
    padding: 50px 0;
}
.domain-expert-section ul li {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px 15px 10px;
    box-shadow: 10px 10px 10px 0 #0003;
    background-color: #fff;
    padding: 10px 10px;
}
.somain-cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.domain-expert-section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 900px;
    max-width: 100%;
}
.multi-colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.multi-colors .color-div {
    width: 50%;
    padding: 40px 40px;
}
.multi-colors .color-div b {
    font-size: 16px;
    margin: 0 0 15px 0;
    display: block;
}
.cms-content-section {
    background-color: #0000008f;
}
section.seo-section .container{background-color: #ffffff9e;}
@media screen and (max-width:1360px) {
.plan-list {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
 .webdesign-points nav { 
    width: 100%;
    max-width: 100%;
}
	.inner_banner_img { 
    overflow: hidden;
}
	.plan-dec {
    width: 330px;
    text-align: center;
}
}
@media screen and (max-width:1150px) {
	img.banner-img {
    max-inline-size: 120%;
    block-size: auto;
    aspect-ratio: 2/1;
    object-position: top center;
    object-fit: cover;
}
	.heading-, .second-content-section h5 {
    font-size: 30px; 
}
	.heading- br, .second-content-section h5 br {
    display: none;
}
	.rating {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
	.oris_sec {
    padding: 70px 30px 30px 30px;
    display: flex;
}
}
@media screen and (max-width:767px) {
	.certificates {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}
	.projects_title {
    width: 100%;
    height: auto;
}
	.plan-p {
    display: flex;
    flex-direction: column;
}
	.plan-p span {
    padding: 0;
}
	.plan-p p { 
    margin: 0 0 15px 0; 
}
.certificates {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
    width: 100%;
    text-align: center;
    padding: 100px 0 0 0;
    position: relative;
    justify-content: center;
}
	section.dynamic-web-section {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #e9a9a7;
}
	.benefots-tabs {
    display: flex;
    flex-direction: column;
}
	.benefots-tabs ul {
    padding: 0 10px 0 0;
    width: 100%;
    max-width: 100%;
}
	.benefots-tabs ul li a br {
    display: none;
}
	.dynamic-head-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.dynamic-head {
    width: 100%;
}
	.dynami-use {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
	section.custom-webdesign-section .col-md-8, .corporate-section .corporate-text {
    background-color: #ffffffc9;
    padding-bottom: 20px;
}
	p.cmi- {
    width: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
	.projects_title {
    width: 100%;
    height: auto;
    padding: 25px 10px;
}
	section.discuss-section.new-dis .discuss-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	section.discuss-section.new-dis .discuss-content b br {
    display: none; 
}
	section.discuss-section.new-dis .discuss-content b {
    font-size: 22px; 
    line-height: 30px; 
}
	section.discuss-section.new-dis .discuss-content a {
    margin: 20px 0 0 0;
}
	.inner_banner .banner_content { 
    display: block;
}
	section.cms-section { 
    background-color: #000;
    background-image: none !important;
}
	
	.multi-colors .color-div {
    width: 100%;
    padding: 20px 20px;
}
	.plan-content ul li {
    width: 100%;
    position: relative;
    background-color: #00a6b4;
    border-radius: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 15px 15px 15px 70px;
    line-height: normal;
}
	.plan-content h5.heading- {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin: 0 0 10px 0;
}
	.offer-img {
    margin: 0;
}
	.contact-banner p {
    font-size: 15px; 
}
	.contact-banner p br{display: none;}
	.contact-banner p {display: none;}
	.contact-head h5 {
    font-size: 20px; 
}
	.contact-head p { 
    font-size: 13px;
    margin: 0 0 25px 0;
}
	.contact-head p br {
    display: none;
}
	
	.contact-banner.inner_banner h1 {
    font-size: 21px;
    margin: 60px 0 0 0;
    text-align: center;
}
	.oris_sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}
	.rating .rt {
    font-size: 30px;
}
	.rating .rt span,.rating .stars_sec p {
    font-size: 14px;
    font-weight: normal;
}
	.rating h3 {
    font-size: 20px; 
    font-weight: 700; 
    margin: 0 0 0 0;
}
	.rating.second_rat {
    margin: 20px 0 0 0;
}
	.footer_social a { 
    width: 60px;
}
	.footer_social a {
    padding: 13px 5px;
}
	.footer_social a:first-child {
    padding-left: 5px;
}
.certificates p {
    font-size: 14px;
    width: 33.333%;
    margin: 0;
}
	.certificates p.cmi- {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
}
.certificates {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}
	body { 
    font-size: 14px;
    line-height: normal; 
}
	.projects_title {
    width: 100%;
    padding: 15px 0;
}
	.certificates p:last-child {
    border: 0;
    padding: 0;
}

}
	.brand-logo {
    position: absolute;
    z-index: 4;
    top: 10px;
    width: 180px;
    left: 60px;
    background-color: #000;
    padding: 10px 10px !important;
    border-radius: 7px;
}
.dashboard-nav-list {
    margin-top: 35px;
}
 
.responsive-map iframe {
    width: 100%;
}
nav.dashboard-nav-list div {
    padding: 0;
}
.dashboard-nav a {
    padding: 15px 10px;
    border-bottom: solid 1px #000;
}
.col-lg-2.collapse.show.d-md-flex.min-vh-100 {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}
.slider.client_slider img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.client_logo {
    line-height: 100px;
    display: flex !important;
    align-items: center;
    height: 100px;
    justify-content: center;
}
