/*HEADER*/
body {
  font-family: "Poppins", sans-serif;
  color: #000;
}

a {
  transition: 0.4s ease all;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  color: #f9b233;
}
.fw-semibold {
  font-weight: 600 !important;
}
p {
  color: #000;
  line-height: 28px;
}

img {
  max-width: 100%;
}

.form-control:focus {
  color: #000;
  border-color: #f9b233;
  box-shadow: 0px 0 10px 3px rgb(249 178 51 / 32%);
}
.btn_secondary {
  background-color: #fff;
  border: 2px solid #1c1e24;
  color: #1c1e24;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 10px;
}
.btn_secondary:hover {
  background-color: #1c1e24;
  color: #fff;
}

.btn {
  border-radius: 10px;
  background-color: #f9b233;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
}

.btn:hover {
  color: #f9b233;
  background: #353535;
}

.btn-white {
  background: #fff;
  color: #f9b233;
}

.text-yellow {
  color: #f9b233 !important;
}

.text-blue {
  color: #394963 !important;
}

.p-color {
  color: #8182a8 !important;
}

header {
  position: fixed;
  padding: 20px 0;
  width: 100%;
  transition: 0.4s ease all;
  background: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.navbar-light .navbar-nav .nav-link {
  color: #3d3d3c;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f9b233;
}

.menu ul li + li {
  margin-left: 30px;
}

header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .col-md-6,
.navbar,
.menu ul li {
  position: static;
  list-style: none;
}

.dropdown-menu {
  margin: 0;
  top: 100%;
  border-radius: 0;
  width: 100%;
  z-index: 99;
  border: 1px solid #ccc;
  padding: 30px 15px;
}

.dropdown-menu p {
  color: #394963;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.menu ul li p a {
  padding: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #394963;
}

.dropdown-menu .subMenu {
  padding: 0;
  margin: 0;
}

.dropdown-menu .subMenu li {
  margin: 0;
  padding: 0;
}

.dropdown-menu .subMenu li a {
  color: #8182a8;
  padding: 4px 0;
  font-size: 15px;
}

.submenu_btn a {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(41, 159, 218);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  max-width: 147px;
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.submenu_btn a.join_btn {
  border-style: solid;
  border-width: 1px;
  border-color: #f9b437;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  color: #f9b437;
  max-width: 147px;
  margin-top: 15px;
}

.dropdown-menu .subMenu li a:hover {
  background: none;
  color: #f9b437;
}

.dropdown-menu .w_33_menu,
.dropdown-menu .w_50_menu {
  display: flex;
  flex-wrap: wrap;
}

.dropdown-menu .w_33_menu li {
  width: 33.33%;
}

/*  Banner */

.banner {
  padding: 140px 0 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work_stats {
  padding: 0px 0 80px;
  background: #f4f4f4;
}

.banner_wrapper h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.banner_wrapper h1 span {
  display: block;
  font-weight: 700;
}

.banner_wrapper p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.btn_wrap .btn {
  max-width: 200px;
  margin-right: 10px;
  width: 100%;
}

.banner_form form {
  max-width: 545px;
  background: #fff;
  border-top: 10px solid #f9b233;
  padding: 30px;
  border-radius: 20px;
}

.banner_form form h2 {
  color: #394963;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.banner_form .form-control {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  color: #737373;
  font-size: 15px;
  height: auto;
  padding: 11px 15px;
}

.banner_form .form-group {
  margin-bottom: 20px;
}

.banner_form textarea.form-control {
  height: 90px;
}

.banner_form .form-group span {
  color: #737373;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

.work_stats .box {
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 80px 0 rgba(65, 65, 65, 0.1);
  padding: 35px 55px;
  text-align: center;
}

.work_stats .box span {
  color: #394963;
  font-size: 40px;
  font-weight: 500;
  display: block;
}

.work_stats .box h6 {
  color: #8182a8;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.hdr_step {
  padding: 60px 0 145px;
}

.hdr_step ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.hdr_step ul li {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  width: 33.33%;
  color: #8182a8;
  font-size: 16px;
}

.check {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -3px;
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.time_work .outer_box {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-radius: 10px;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 22px 0;
  margin-top: -85px;
}

.time_work .outer_box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px;
}

.white_box {
  background-color: rgb(255, 255, 255);
  padding: 50px 15px 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.time_icon {
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 15px;
  top: -30px;
  width: 61px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.time_work {
  margin-bottom: 60px;
}

.time_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.time_wrap p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.time_wrap p .hrs {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.time_wrap p .hrs span {
  font-size: 20px;
  color: #000000;
}

.hire_developer {
  padding: 70px 0;
}

.webdevelopment {
  position: relative;
}

.webdevelopment .content-box {
  background: #394963;
  position: relative;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

.webservice {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0;
}

.webservice li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 15px 0;
  text-align: center;
}

.webservice li picture {
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.webservice li a {
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  border-radius: 8px;
  display: block;
}

.webservice li a img {
  max-width: 100%;
  display: block;
  margin: 0;
}

.webdevelopment .content-box p {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
  margin: 15px 0 0;
  max-width: 326px;
  position: relative;
  z-index: 1;
}

.webdevelopment .content-box .btn {
  margin: 25px 0 0;
}

.webdevelopment .laptop {
  bottom: 0;
  position: absolute;
  right: 0;
  width: 190px;
}

.webdevelopment .laptop img {
  max-width: 100%;
  display: block;
}

.webdevelopment .pricetag {
  bottom: 75px;
  right: 118px;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #484848;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.22);
  border: 5px solid #fff;
  background-color: #f9b233;
  text-align: center;
  position: absolute;
  padding-top: 20px;
}

.bottom_heading {
  padding: 35px 20px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(57, 73, 99, 0.15);
}

.bottom_heading h3 {
  color: #394963;
  font-size: 25px;
  margin: 0;
  font-weight: 600;
}

.bottom_heading h3 span {
  display: block;
  color: #f9b233;
}

.pricetag span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  color: #fff;
  line-height: 26px;
}

.pricetag strong {
  font-size: 25px;
  display: block;
  font-weight: 600;
}

.right_hdd .webdevelopment .pricetag {
  right: 15px;
  bottom: 30px;
}

.right_hdd .bottom_heading {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.right_hdd .bottom_heading a.btn {
  margin-left: 60px;
}

/*Ashok CSS*/

.talk_consult_bg {
  background: #394963;
  padding: 0 25px 0 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(57, 73, 99, 0.15);
}

.app_idea_img {
  display: flex;
  align-items: center;
}

.app_idea_img img {
  margin-top: -115px;
}

.app_idea_img .text {
  margin-left: 24px;
}

.app_idea_img h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.app_idea_img p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.services_octal {
  padding: 80px 0 40px;
}

.section_heading {
  margin-bottom: 20px;
}

.section_heading .title {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

.section_heading .title span {
  color: #f9b233;
  display: block;
}

.sub_heading {
  color: #8182a8;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}

.five_steps_list {
  padding: 0;
  margin: 0;
}

.five_steps_list li {
  list-style: none;
  color: #8182a8;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}

.check_icon {
  background-image: url(../images/sprite_home.png);
  background-repeat: no-repeat;
  background-position: 0 -59px;
  width: 14px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.technology_octal {
  background: #3da7db;
  padding: 50px 0px;
}

.technology_octal .tab-content {
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(57, 73, 99, 0.15);
  background-image: url(../images/tab_bg.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.technology_octal ul {
  border: 0;
  display: flex;
}

.technology_octal .nav-tabs li {
  margin: 0;
  border: 0;
}

.technology_octal ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 25px;
  position: relative;
  border: 0 !important;
  background: #394963;
  border-radius: 5px 5px 0 0 !important;
  margin-right: 3px;
}

.technology_octal .nav-tabs .nav-link.active,
.technology_octal ul li a:focus,
.technology_octal ul li a:hover {
  color: #fff;
  background: #f9b233;
  border: 0;
}

.why_octal .tab-content {
  padding: 30px 0;
}

.bg-yellow {
  background-color: #f9b233 !important;
}

.bg-dark {
  background: #1f2127 !important;
}

.text-dark {
  color: #1c1e24 !important;
}

.hire_web_developers_list li {
  width: 16.66%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.07rem 0.8rem;
}

.hwd_list_img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 2px solid #f9b233;
}

.hwd_list_title {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #000;
  word-break: break-all;
  margin-bottom: 0;
}

/*css By RaJu*/

.hds_faq {
  margin: 60px 0px 10px;
}

.career_opening_wrap {
  background-color: #1c1e24;
  padding: 50px 35px 45px;
  border-radius: 18px;
}

.career_opening_wrap h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.career_opening_wrap .card {
  margin-bottom: 20px;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.career_opening_wrap .card-header {
  padding: 0;
  margin: 0 !important;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.career_opening_wrap h2 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}

.career_opening_wrap .card-header button {
  display: block;
  color: #394963;
  font-size: 20px;
  padding: 20px;
  border: 0;
  width: 100%;
  text-align: left;
  outline: none;
  box-shadow: none;
  font-weight: 500;
  background: #fff;
}

.career_opening_wrap .card-header button i {
  float: right;
}

.career_opening_wrap .card-body p {
  color: #1d1d21;
  font-size: 18px;
  line-height: 32px;
}

.blogouter {
  border: 1px solid #eceff2;
}

.blogcontent {
  padding: 15px;
}

.blogcontent h5 {
  color: #394963;
  margin-bottom: 20px;
}

.date {
  color: #8182a8;
  font-size: 18px;
  font-weight: 500;
}

.getQuote {
  padding: 50px 0;
}

.quote_form {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 31px 48px 0 rgba(85, 94, 104, 0.08);
  display: flex;
  width: 100%;
}

.client_rating {
  background: url(../images/rating_bg.png) no-repeat center top;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 75px 30px 42px;
  margin-bottom: 11px;
}

.quateleft p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.social_info a {
  font-size: 13px;
  color: #fff;
  background: #f9b233;
  margin-bottom: 10px;
  display: flex;
  transition: 0.4s ease all;
  align-items: center;
}

.social_info a span {
  margin-right: 10px;
  padding: 9px 8px;
  display: inline-block;
  border-right: 1px solid #fff;
}

.skype {
  width: 33px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -415px 0px;
  height: 31px;
  display: inline-block;
}

.whatsapp {
  width: 33px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -90px -24px;
  height: 26px;
  display: inline-block;
}

.social_info a:hover {
  background: #f9b233;
  color: #fff;
  text-decoration: none;
}

.mail {
  width: 33px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -379px 0px;
  height: 24px;
  display: inline-block;
}

.contactinfo h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

.office_address {
  margin-bottom: 25px;
}

.office_address:last-child {
  margin: 0px;
}

.country_flag {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.flag_us {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -129px 0px;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.flag_uk {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -157px 0px;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.flag_india {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -186px 0px;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.flag_singapore {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -216px 0px;
  width: 24px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.country_flag span {
  margin-left: 10px;
}

.office_address p {
  color: #fff;
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.office_address p a {
  color: #fff;
  font-size: 12px;
  padding: 0;
  display: block;
  margin: 0;
  text-decoration: none;
}

.office_address p a:hover {
  color: #f9b233;
}

.quateright input.form-control,
.quateright select {
  border: 0px;
  border-bottom: 1px solid #e7e7e7 !important;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}

.quateright file {
  outline: none !important;
}

.quateright textarea {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e7e7e7 !important;
}

.quateright .form-group {
  margin-bottom: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

footer {
  background: #1c1e24;
  padding: 55px 0 40px;
}

footer h5 {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer h5:after {
  position: absolute;
  content: "";
  width: 71px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.quick_links ul {
  margin: 0;
  padding: 0;
}

.quick_links ul li {
  margin-bottom: 4px;
  list-style: none;
}

.quick_links ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.quick_links ul li a:hover {
  color: #f9b233;
}

.quick_links_outer p {
  font-size: 15px;
  color: #f9b233;
}

.quick_links_outer p span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
}

.copyright {
  background-color: #2e9dd5;
  padding: 12px 0;
}

.copyright a,
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

/*12/1/2020*/
.appleft {
  width: 50%;
  float: left;
}

.iosouter {
  border: 1px solid #e7e7e7;
  width: 100%;
  display: inline-flex;
}

.iPhone_Application {
  padding: 70px 0px;
}

.appright {
  width: 50%;
  float: left;
  padding: 40px;
  position: relative;
  padding-bottom: 100px;
}

.appright p {
  color: #8182a8;
  font-size: 15px;
  line-height: 34px;
}

.bottomsteps {
  background: #394963;
  position: absolute;
  left: -136px;
  border-radius: 9px;
  color: #fff;
  padding: 20px 13px;
  width: 760px;
  max-width: 760px;
  bottom: 0px;
}

.paySafe h4 {
  font-size: 15px;
  font-weight: normal;
}

.stepsicon {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.uniqueapps {
  overflow: hidden;
  padding: 70px 0px;
  background: #fbfbfb;
}

.cashstudyoutre {
  padding: 35px 15px 0px;
  border-radius: 5px 5px 0px 0px;
}

.cashimg img {
  display: inline-block;
  margin: 40px auto 0px;
}

.cashstudyoutre h4 {
  font-size: 24px;
  color: #394963;
}

.cashstudyoutre p {
  color: #8182a8;
}

.cashstudyoutre a.btn {
  border-radius: 55px;
}

.uniqueapps .owl-nav {
  position: absolute;
  top: -45px;
  right: 0px;
}

.esaysteps {
  background-image: -webkit-linear-gradient(
    bottom,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
  background-image: linear-gradient(
    to top,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
  padding: 50px 0px;
}

.esaysteps h3 {
  color: #fff;
  font-size: 32px;
}

.developerstep {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 80px 15px 10px;
  border-radius: 10px;
}

.stepimg img {
  margin: 0 auto;
}

.stepimg img {
  margin-bottom: 20px;
}

span.steolabel {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/pricelabel.png);
  background-size: 100%;
  width: 100px;
  height: 60px;
  color: #fff;
  padding: 0px 42px;
  background-repeat: no-repeat;
}

span.steolabel b {
  font-size: 24px;
}

.stepimg p {
  font-size: 16px;
  color: #8182a8;
  min-height: 50px;
}

.hireadeveloper .talk_consult_bg {
  background: #ffffff;
  border: 1px dashed #f9b233;
}

.hireadeveloper .app_idea_img h2 {
  color: #394963;
}

.hireadeveloper .app_idea_img p {
  color: #8182a8;
}

.hireiosdeveloper.technology_octal {
  padding: 50px 0px 230px;
}

.hireadeveloper {
  margin-top: -110px !important;
}

.bg-light {
  background: #f6f6f6 !important;
}

.industry_serve {
  padding: 4rem 0 3.5625rem;
}

.industry_serve li {
  list-style: none;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 1.5625rem;
}

.industry_serve li a {
  pointer-events: none;
}

.shadow {
  box-shadow: 0 0 11px -2px rgb(23 23 23 / 10%);
}

.radius {
  border-radius: 6px;
}

.industry_serve li h5 {
  color: #394963;
  font-weight: 500;
  font-size: 1.25rem;
}

.industry_serve li a:hover h5 {
  color: #f9b233;
}

.clock {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -70px -2px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.arrow {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -97px -2px;
  width: 27px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.quateright input.form-control,
.quateright select.form-control {
  padding-left: 34px;
}

.quateright .user {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -240px 0px;
}

.quateright .country {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -125px -23px;
}

.quateright .phone {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -264px 0px;
}

.quateright .email {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -293px 3px;
}

.quateright .dollar {
  position: absolute;
  top: 5px;
  left: 0px;
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -319px 1px;
}

.quateright .message {
  background-image: url(../images/sprite.png);
  width: 29px;
  height: 28px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: -345px 2px;
  margin-right: 10px;
}

.hds_faq {
  padding: 60px 0px 10px;
  margin: 0;
}

.check {
  margin-top: 5px;
}

.developerstep {
  min-height: 13.7rem;
}

.stepimg p {
  min-height: auto;
}

.industry_serve li .shadow {
  height: 100%;
}

.hdr_step ul li {
  display: flex;
}

.stepimg img {
  width: auto !important;
}

.uniqueapps .owl-nav button {
  margin-left: 10px;
  outline: none !important;
}

.webdevelopment .pricetag {
  z-index: 1;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: none;
}

.arrow-white-left {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -30px -24px;
  width: 27px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.arrow-white-right {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -24px;
  width: 27px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.arrow-grey-left {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -97px -12px;
  width: 27px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.arrow-grey-right {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -97px -2px;
  width: 27px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

/*========================== 404 =========================*/

.banner_404 {
  padding: 350px 0 250px;
}

/*========================== Career =========================*/

.career_main {
  background: #f4f4f4;
  padding: 220px 0 75px;
}

.job_opening {
  margin: 90px 0 -170px;
  z-index: 9;
  position: relative;
}

.job_opening .outer {
  padding: 25px 60px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 80px 0px rgba(65, 65, 65, 0.1);
}

.career_iphone_app {
  padding-bottom: 232px;
}

.job_opening .form-control {
  color: #8182a8;
  font-size: 16px;
  border: 0px;
  padding: 18px;
  height: auto !important;
  border-radius: 9px;
  background-color: rgb(247, 247, 247);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.job_opening .search_field .form-control {
  padding: 18px 18px 18px 65px;
}

.search_field span {
  position: absolute;
  top: 17px;
  left: 25px;
}

.select_field span {
  position: absolute;
  top: 26px;
  right: 20px;
}

.search_icon {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -64px -26px;
  width: 23px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.arrowB_icon {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -36px;
  width: 14px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
}

.switch {
  width: 70px;
  height: 30px;
  display: inline-block;
  border-radius: 35px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.switch input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 0px 0px;
  margin: 0px 0px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-indent: 30px;
  font-size: 14px;
  color: #2196f3;
}

.switch input:checked + .slider:before {
  right: calc(100% - 26px);
  content: "";
  color: #ffffff;
  text-indent: -30px;
}

.switch input:checked + .slider {
  background-color: #f9b233;
}

.requirement .outer {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 80px 0px rgba(65, 65, 65, 0.1);
  padding: 25px;
  margin-bottom: 22px;
}

.requirement .outer h3 {
  color: #394963;
  font-size: 24px;
  margin-bottom: 12px;
}

.requirement .outer p {
  margin-bottom: 30px;
}

.requirement .outer .btn {
  color: #f9b233;
  background: #fff0d5;
}

.requirement .outer .btn:hover {
  background: #f9b233;
  color: #fff0d5;
}

.career_main:after {
  clear: both;
  display: block;
  content: "";
}

/*==================================== Contact ==================================*/

.noImg_banner {
  padding: 230px 0;
}

.office {
  padding: 90px 0 30px;
}

.octal_contact {
  padding: 30px 30px 0px;
}

.location h3 {
  color: #394963;
  font-size: 24px;
}

.location {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
}

.location p {
  color: #8182a8;
  font-size: 15px;
}

.location a {
  color: #299fda;
  word-break: break-all;
}

/*==================== ============== PRivacy Policy ============================*/

.policy {
  padding: 70px 0 0;
}

.policy .box {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 31px 48px 0px rgba(39, 152, 208, 0.08);
  padding: 25px 18px;
  height: 100%;
}

.policy .box h4 {
  color: #394963;
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.policy .box li,
.policy .box p {
  color: #8182a8;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
}

/*================================= TESTIMONIAL ================================*/

.testi_client {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.testi_client img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}

.testi_client h5 {
  color: #299fda;
  font-size: 18px;
  margin: 0;
}

.testi_client h5 span {
  display: block;
  color: #394963;
  font-size: 20px;
  margin-top: 10px;
}

.testimonial .box p:after {
  position: absolute;
  content: "";
  background: url(../images/blockquotes.png) no-repeat;
  width: 39px;
  height: 32px;
  margin-top: 2px;
  margin-left: 10px;
}

.thankYou {
  padding: 195px 0 105px;
}

.thankYou h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 600;
  text-shadow: 2px 2px 1px #ee9554;
}

.thankYou h1 span {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  text-shadow: none;
  display: block;
}

/*========================== About Us ============================*/

.about_banner {
  padding: 175px 0 0;
}

.about_banner h1 span {
  font-weight: 600;
}

.about_banner h1 {
  text-align: center;
  margin-bottom: 35px;
  color: #394963;
  font-size: 50px;
  font-weight: 400;
}

.abtBanner_wrap {
  max-width: 1920px;
  position: relative;
  display: flex;
  margin: auto;
}

.abtBanner_wrap .squre {
  background: rgba(57, 73, 99, 0.8);
  max-width: 630px;
  padding: 25px;
}

.square_outer {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.abtBanner_wrap .squre ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.abtBanner_wrap .squre ul li {
  list-style: none;
  margin: 0;
  padding: 40px 30px;
  width: 50%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #939caa;
  border-right: 1px solid #939caa;
}

.abtBanner_wrap .squre .icon {
  margin-right: 8px;
}

.abtBanner_wrap .squre .icon span {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abtBanner_wrap .squre h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
}

.abtBanner_wrap .squre h4 span {
  font-size: 16px;
  display: block;
  font-weight: 300;
  margin-top: 5px;
}

.abtBanner_wrap .squre ul li:nth-child(even) {
  border-right: 0px;
}

.abtBanner_wrap .squre ul li:nth-child(3),
.abtBanner_wrap .squre ul li:nth-child(4) {
  border-bottom: 0px;
}

.about_step h3 {
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  text-align: left;
}

.about_step h3 span {
  display: block;
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  margin-top: 5px;
}

.accolads_box {
  display: flex;
  flex-wrap: wrap;
}

.accolads_box .award_logo {
  width: 25%;
  text-align: center;
  border: 1px solid #cacaca;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.accolads_box .award_logo p {
  color: #394963;
  width: 100%;
  font-size: 18px;
  margin: 15px 0 0;
}

.accolads {
  padding: 50px 0;
  background: #f4f4f4;
  margin-top: 50px;
}

.about_aproach {
  padding: 70px 0 210px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(39, 151, 206) 0%,
    rgb(73, 176, 226) 45%,
    rgb(107, 200, 246) 100%
  );
}

.about_aproach .box {
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 31px 48px 0 rgba(39, 152, 208, 0.08);
  height: 100%;
  padding: 25px 20px;
}

.about_aproach .box h5 {
  color: #394963;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.about_aproach .box p {
  color: #8182a8;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 27px;
}

.talk_consult {
  z-index: 9;
  margin-top: -70px;
  position: relative;
}

.talk_consult .btn:hover {
  background-color: #ffb72d;
  color: #fff;
}

/*
.talk_consult_bg {
    border-width: 1px;
    border-color: rgb(237, 125, 43);
    border-style: dashed;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(57, 73, 99, 0.15);
    padding: 0 25px 0 40px;
}
*/

.app_idea_img {
  display: flex;
  align-items: center;
}

.app_idea_img .text {
  margin-left: 24px;
}

.app_idea_img h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

.app_idea_img p {
  color: #fff;
  font-size: 15px;
  margin: 0;
}

.industry_serve li {
  list-style: none;
  width: 20%;
  padding: 0 15px;
  margin-bottom: 1.5625rem;
}

.industry_serve li h5 {
  color: #394963;
  font-weight: 500;
  font-size: 1.25rem;
}

/*Tab Panel*/

.tab_bg {
  border-radius: 10px;
  background: #f5efef;
  box-shadow: 0 0 20px 0 rgba(57, 73, 99, 0.15);
}

.left_tab {
  height: 100%;
  border-right: 1px solid #e9ebee;
}

.left_tab ul {
  border: 0;
  display: block;
  padding: 30px 0;
}

.left_tab ul.nav-tabs li {
  margin: 0 0 6px;
  border: 0;
}

.left_tab .nav-tabs .nav-link {
  border: 0;
  position: relative;
  display: block;
  width: 100%;
}

.testi_img {
  text-align: center;
}

.left_tab .nav-tabs .nav-item.show .nav-link .testi_img img,
.left_tab .nav-tabs .nav-link.active .testi_img img {
  border: 2px solid #f76b1d;
  box-shadow: 0 0 25px rgb(247 107 29 / 40%);
}

.left_tab .nav-tabs .nav-link .testi_img img {
  border: 2px solid transparent;
}

.testi_img img {
  width: 90px !important;
  height: 90px;
  border-radius: 100%;
}

.left_tab .nav-tabs .nav-item.show .nav-link:after,
.left_tab .nav-tabs .nav-link.active:after {
  width: 5px;
  height: 50px;
  right: -3px;
  top: 50%;
  position: absolute;
  content: "";
  background: #f76b1d;
  margin-top: -25px;
}

.left_tab .nav-tabs .nav-item.show .nav-link,
.left_tab .nav-tabs .nav-link.active {
  border: 0;
  background: none;
}

.why_octal .tab-content {
  padding: 30px 30px 30px 0;
}

.testimonial_text h3 {
  color: #1f2a3a;
  font-size: 24px;
  font-weight: 600;
}

.testimonial_text h4 {
  color: #299fda;
  font-size: 16px;
  font-weight: 500;
}

.rating {
  color: #ffb72d;
  font-size: 12px;
  margin-bottom: 12px;
}

.feedback {
  position: relative;
  padding: 20px 0 0;
}

.feedback:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20px;
  height: 17px;
  background-image: url(https://cdn.octalsoftware.com/images/sprite_home.webp);
  background-repeat: no-repeat;
  background-position: -427px 0;
}

.feedback p {
  color: #21223e;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.feedback p:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 20px;
  height: 17px;
  margin-left: 10px;
  background-image: url(https://cdn.octalsoftware.com/images/sprite_home.webp);
  background-repeat: no-repeat;
  background-position: -402px 0;
}

.summary {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
}

.summary ul {
  padding: 0;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.summary ul li {
  list-style: none;
  justify-content: space-between;
  color: #8f8f8f;
}

.summary ul li span {
  display: block;
  font-weight: 600;
  color: #303030;
  margin-bottom: 6px;
}

.summary ul li a {
  color: #f76b1d;
  text-decoration: underline;
}

.testimonial_octal {
  padding: 50px 0;
}

.summary h5 {
  color: #222;
  font-size: 18px;
}

.summary p {
  color: #333;
  font-size: 15px;
}

.ml-auto {
  margin-left: auto;
}

/*19-7-22*/

.banner_dph {
  padding: 330px 0 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

.ser_banner {
  padding: 50px 0;
}

.ser_banner .outer {
  display: flex;
  align-items: center;
  border-right: 1px solid #dbdce6;
}

.ser_banner .outer h3 {
  margin: 0 0 0 10px;
  color: #2f3f56;
  font-size: 24px;
}

.ser_banner .outer h3 span {
  display: block;
  font-weight: 400;
  color: #666666;
  font-size: 18px;
  margin-top: 4px;
}

.services_octal .box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  margin: 20px auto;
}

.services_octal .box:hover {
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}

.services_octal .box img {
  max-height: 70px;
  max-width: 150px;
}

.zee5 {
  padding: 90px 0;
  background: url(../images/zee_bg.jpg) no-repeat right center;
}

.zee5 .icon {
  width: 86px;
}

.zee5 .text {
  width: calc(100% - 100px);
}

.global {
  padding: 80px 0;
}

.global ul {
  margin: 0;
  padding: 0;
  display: block;
}

.global ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.global img {
  max-width: 90%;
}

.our_tech {
  background: #1c1e24;
  padding: 80px 0;
}

.our_tech p {
  color: #fff;
}

.our_tech ul {
  margin: 0;
  padding: 0;
  display: block;
}

.our_tech ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.our_tech .box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-bottom: 30px;
}

.our_tech .box ul {
  display: flex;
  justify-content: space-between;
}

.our_tech .box ul:last-child {
  display: flex;
  justify-content: space-between;
}

.our_tech .row .col-md-6:last-child ul {
  justify-content: space-evenly;
}

.our_tech .box ul li img {
  transition: 0.4s ease all;
  max-width: 35px;
}

.flex_hiring_outer {
  background: #f9f9f9;
  padding: 80px 0 70px;
}

.hire_industry .btn {
  padding: 8px 40px;
}

.flex_hiring_outer .col-md-6 {
  padding: 0 45px;
}

.flex_hiring_outer .right {
  background: #f9f9f9;
  border-left: 1px solid #cdcdcd;
}

.flex_hiring_outer p {
  color: #000;
  margin-bottom: 6px;
}

.flex_hiring_outer ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

.flex_hiring_outer ul li {
  list-style: none;
  padding: 0;
}

.program_octal ul li .icon,
.flex_hiring_outer ul li .icon {
  width: 75px;
  padding-right: 10px;
}

.program_octal .right li .icon {
  padding-left: 10px;
}

.flex_hiring_outer ul li .text {
  width: calc(100% - 75px);
}

.program_octal {
  padding: 50px 0;
}

.program_octal ul {
  margin: 0;
  padding: 0;
  display: block;
}

.program_octal ul li {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.program_octal ul li h4 {
  width: calc(100% - 75px);
  font-size: 18px;
  line-height: 30px;
}

.program_octal .right li {
  text-align: right;
  margin-bottom: 36px;
  margin-top: 10px;
}

.step_bg {
  background: url(../images/step_bg.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.step_bg .para {
  position: absolute;
  top: 60px;
  left: 15px;
  color: #fff;
}

.easy_step ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.easy_step ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 16.66%;
  text-align: center;
}

.easy_step ul li p {
  text-align: center;
  color: #fff;
  min-height: 90px;
}

.easy_step ul li span {
  color: #fff;
  font-size: 80px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.4);
}

.easy_step ul li span:before {
  background: url(../images/step_count_after.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 208px;
  height: 207px;
  top: 50px;
  left: -59px;
  z-index: -1;
}

.lamp1 img.off {
  display: none;
}

.easy_step ul li.lamp1 .off {
  display: none;
}

.easy_step ul li.lamp1 span:before {
  background: url(../images/step_count_after_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li.lamp2:hover span:before {
  background: url(../images/step_count_after2_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li.lamp3:hover span:before {
  background: url(../images/step_count_after3_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li.lamp4:hover span:before {
  background: url(../images/step_count_after4_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li.lamp5:hover span:before {
  background: url(../images/step_count_after5_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li.lamp6:hover span:before {
  background: url(../images/step_count_after6_h.png) no-repeat top center;
  background-size: cover;
}

.easy_step ul li .lamp img {
  margin: 0 auto;
}

.lamp1 .lamp .on {
  display: block;
}

.lamp .on {
  display: none;
}

.easy_step ul li:hover .lamp .on {
  display: block;
}

.easy_step ul li:hover .lamp .off {
  display: none;
}

.easy_step ul li.lamp1 span,
.easy_step ul li:hover span {
  text-shadow: 0px 0px 20px rgb(255 255 255 / 90%);
}

.hire_industry {
  padding: 60px 0;
}

.hire_industry .d-md-flex p {
  max-width: 80%;
}

.hire_industry li {
  list-style: non;
  margin: 0 0 15px;
  padding: 0;
  display: block;
  color: #000;
}

.easy_step ul li.lamp1 p,
.lamp1:hover p {
  color: #f89340;
}

.lamp2:hover p {
  color: #ff5057;
}

.lamp3:hover p {
  color: #fcf637;
}

.lamp4:hover p {
  color: #f00088;
}

.lamp5:hover p {
  color: #00a858;
}

.lamp6:hover p {
  color: #f89158;
}

.model_works {
  background: #272727;
  padding: 50px 0;
}

.model_works ul {
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.model_works ul li {
  list-style: none;
  margin: 0;
  padding: 0 15px;
  width: 25%;
  position: relative;
}

.model_works ul + ul li:after {
  background: url(../images/move_arrow.png) no-repeat;
  top: -34px;
  right: 0;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
}

.model_works ul li img {
  max-width: 80px;
  margin-bottom: 20px;
  display: block;
}

.model_works ul li h4 {
  color: #fff;
  font-size: 22px;
}

.model_works ul li p {
  color: #bbb;
}

.model_works ul + ul li {
  padding-top: 50px;
}

.model_works ul + ul:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
}

.text_up:after {
  background: url(../images/arrow_up.png) no-repeat;
  bottom: -29px;
  left: 60px;
  position: absolute;
  content: "";
  width: 16px;
  height: 40px;
}

.text_bottom:before {
  background: url(../images/arrow_down.png) no-repeat;
  top: -29px;
  left: 60px;
  position: absolute;
  content: "";
  width: 16px;
  height: 40px;
}

.career_opening_wrap .accordion-item h2 {
  margin: 0;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 0;
}

.technology_octal .nav-link {
  color: #000;
  padding: 15px 10px;
  border: 0;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f9b233;
  box-shadow: none;
}

.our_tech .box .p-3.border-bottom {
  min-height: 172px;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
  float: right;
}

.zee5 .owl-nav {
  position: absolute;
  top: 100px;
}

.zee5 .owl-nav button {
  margin-right: 25px;
}

.social_link {
  display: flex;
  text-align: center;
  max-width: 180px;
  flex-wrap: wrap;
}

.social_link a {
  color: #fff;
  font-size: 22px;
  padding: 4px;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
}

.social_link li {
  list-style: none;
  padding: 0;
  width: 33.33%;
  margin: 0 0 20px;
}

.social_link a:hover {
  background: #f9b233;
  color: #1c1e24;
  border-color: #1c1e24;
}

.latestblog .owl-carousel .owl-item img {
  display: block;
  margin: auto;
  float: none;
}

/*mm*/

.m-banner {
  padding: 170px 0 0px;
  background: #fbf6f2;
}

.common-color {
  color: #f9b233;
}

.full-time-stack .outer_box {
  background: #1c1e24;
  padding: 40px 22px 23px;
  margin-top: 0px;
  box-shadow: none;
}

.full-time-stack .outer_box:hover .time_icon {
  background: #f9b233 !important;
}

/*
.full-time-stack .outer_box:hover .time_icon img{
    filter: brightness(0) invert(1);
}
*/
.full-time-stack .outer_box h3 {
  text-align: center;
  color: #fff;
}

.full-time-stack .outer_box .white_box {
  border-radius: 10px;
  margin-top: 45px;
  background: #f9b233;
}

.full-time-stack .outer_box .white_box .time_icon {
  right: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  background: #f1f1f1;
  border: 5px solid #fff;
  box-shadow: none;
}

.free-quote-staper {
  background: #1f2127;
}

.free-quote-staper .box span {
  font-size: 36px;
  font-weight: 500;
  padding-left: 11px;
}

.free-quote-staper .box h6 {
  font-size: 18px;
  font-weight: normal;
}

.free-quote-staper .box {
  color: #fff;
  position: relative;
}

/*
.free-quote-staper .box::after {
    content: "";
    position: absolute;
    right: 0px;
    border: 0.2px solid #ffffff8c;
    top: 50%;
    height: 64%;
    transform: translateY(-50%);
    text-align: center;
}
*/

.free-quote-staper .box span {
  font-size: 26px;
  font-weight: 500;
  padding-left: 11px;
}

.free-quote-staper .box h6 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 11px;
}

.free-quote-staper .banner_form {
  position: relative;
  margin-top: -100px;
}

.m-our-tech .box {
  border: none;
  background: linear-gradient(129.71deg, #191a20 27.32%, #0e1016 90.35%);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 7px;
}

.m-our-tech .box h3 {
  font-size: 20px;
  margin-bottom: 22px;
  position: relative;
}

.m-our-tech .box p {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  position: relative;
  margin: 0;
}

.m-our-tech .box h3::after {
  border-bottom: 3px solid #d9d9d9;
  bottom: 0;
  width: 22%;
  top: "";
  position: absolute;
  left: 0;
  content: "";
  bottom: -13px;
  border-radius: 2px;
}

.m-our-tech .box .figure {
  width: 68px;
  height: 68px;
}

.m-our-tech .box .figcaption {
  width: calc(100% - 68px);
  padding-left: 22px;
}

.m-industry-sec {
  background: #f5efef;
}

.m-industry-sec ul li {
  width: 25%;
}

.m-industry-sec .inner-box {
  display: flex;
  align-items: center;
  color: #000;
}

.m-industry-sec .inner-box h5 {
  width: calc(100% - 50px);
  padding-left: 18px;
  text-align: left;
  font-size: 18px;
  line-height: 29px;
}

.m-industry-sec .box {
  border: 1px solid #d1d1e1;
  margin-bottom: 33px;
  width: 100%;
  transition: 0.5s;
}

.m-our-tech {
  background-image: url(../images/dedicated/back-light-after.png),
    url(../images/dedicated/back-light-before.png);
  background-position: right top, left bottom;
  background-repeat: no-repeat;
}

.join-fast-sec {
  background: #1c1e24;
  padding: 70px 0px;
  position: relative;
  background-image: url(../images/dedicated/back-light-after.png),
    url(../images/dedicated/back-light-before.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat;
}

.join-fast-sec::before {
  background-image: url(../images/dedicated/join-before.png);
  left: 0px;
  top: 0px;
  background-position: top;
}

.join-fast-sec::after {
  background-image: url(../images/dedicated/join-after.png);
  right: 0px;
  background-position: bottom;
  bottom: 0px;
}

.join-fast-sec::before,
.join-fast-sec::after {
  position: absolute;
  content: "";
  width: 93px;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.join-fast-sec ul {
  display: flex;
  justify-content: space-between;
  max-width: 1147px;
  margin: 0 auto;
}

.soft-dev-sec {
  padding: 60px 0px;
}

.soft-dev-sec ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
  background-image: url(../images/dedicated/check-a.png);
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding-left: 30px;
  margin-bottom: 21px;
  background-size: 20px;
}

/*mm*/

/* by-rrrrrr */

.discuss_you_project {
  background-color: #1c1e24;
  padding: 70px 0;
  text-align: center;
  position: relative;
  color: #fff;
  background-image: url(../images/home/cta_before.png),
    url(../images/home/cta_after.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.discuss_you_project p {
  font-size: 18px;
  color: #bdb7b7;
}

.sm_section_heading h3 {
  font-size: 28px;
}

.how_to_hire {
  background-color: #1c1e24;
  padding: 70px 0;
}

.developer_cost {
  background-color: #f9f8f8;
  padding: 75px 0;
}

.developer_cost_value {
  background: #1c1e24;
  border-radius: 10px;
  border-bottom: 10px solid #f9b233;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

.developer_cost_value:hover .price_vl,
.developer_cost_value:hover .price_point li {
  color: #fff;
}

.developer_cost_value:hover .check {
  filter: brightness(0) invert(1);
}

.number {
  display: flex;
  width: 64px;
  height: 64px;
  background: #f9b233;
  align-items: center;
  color: #000;
  font-size: 32px;
  justify-content: center;
  font-weight: 600;
  border-radius: 100px;
  margin: 0 auto 32px auto;
}

.android_dev h3 {
  font-size: 24px;
}

.android_dev p {
  font-size: 16px;
  line-height: 1.5;
}

.number {
  display: flex;
  width: 64px;
  height: 64px;
  background: #f9b233;
  align-items: center;
  color: #000;
  font-size: 32px;
  justify-content: center;
  font-weight: 600;
  border-radius: 100px;
  margin: 0 auto 32px auto;
}

.android_dev h3 {
  font-size: 24px;
}

.android_dev p {
  font-size: 16px;
  line-height: 1.5;
}

.how_to_hire_list {
  padding: 36px 0 24px 0;
}

.price_point ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.price_point {
  padding: 36px;
}

.value_head {
  background: #f9b233;
  padding: 36px 10px;
  text-align: center;
  clip-path: ellipse(67% 64% at 51% 33%);
}

.price_point li {
  padding: 10px 0;
  color: #fff;
  font-weight: 500;
}

.price_point li i {
  margin-right: 10px;
}

.price_vl {
  display: block;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
}

.discuss_you_project .btn {
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  padding: 15px 36px;
  min-width: 296px;
  font-size: 18px;
  margin: 15px 0 0;
}

.discuss_you_project .btn:hover {
  background-color: #fff;
  color: #000;
}

.m-industry-sec .inner-box img {
  max-width: 50px;
  max-height: 50px;
}

.developer_cost .check {
  filter: brightness(0) invert(1);
}

.m-banner .caption {
  padding-bottom: 73px;
}

.our_projects {
  padding: 75px 0;
}

.our_projects h3 {
  clear: both;
  font-size: 28px;
  padding: 0;
}

.transparent_btn {
  border: 1px solid #fff;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
}

.transparent_btn:hover {
  background: #f9b233;
  color: #fff;
  border-color: #f9b233;
}

.m-industry-sec .box:hover {
  background: #f9b233 !important;
  /* color: #fff!important; */
  border: 1px solid transparent;
}

.recent_work_slider .item {
  position: relative;
  transition: 0.4s;
}

.recent_work_slider .item:hover img {
  transform: skewX(2deg);
  transition: 0.4s;
}

.how_to_hire .row {
  position: relative;
  background-image: url(../images/dedicated/process_line_1.png);
  background-repeat: no-repeat;
  background-position: right 17px top -21px;
}

.android_dev1,
.android_last {
  position: relative;
  z-index: 2;
}

.android_dev1::before {
  content: "";
  position: absolute;
  top: -15px;
  width: 142px;
  height: 100px;
  background: #1c1e24;
  z-index: -1;
  left: -12px;
}

.android_last::after {
  content: "";
  position: absolute;
  top: -15px;
  width: 147px;
  height: 100px;
  background: #1c1e24;
  z-index: -1;
  left: auto;
}

.how_to_hire_list .col-lg-3.col-md-6:nth-child(1) {
  margin-top: 56px;
}

.how_to_hire_list .col-lg-3.col-md-6:nth-child(2) {
  margin-top: 43px;
}

.how_to_hire_list .col-lg-3.col-md-6:nth-child(3) {
  margin-top: 23px;
}

a {
  color: #222;
  text-decoration: underline;
}

.hiring_model .container-fluid {
  max-width: 1900px;
  margin: 0 auto;
}

.hiring_model .rightContentBG,
.hiring_model .leftContentBG {
  background: #1f2127;
}

.hiring_model .rightImg:after,
.hiring_model .lftImg:after {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  top: 0;
  background: #1f2127;
  height: 100%;
  z-index: -1;
  border-radius: 70px 0 0 70px;
}

.hiring_model .rightContent {
  color: #fff;
  padding: 80px 0 0 80px;
  max-width: 760px;
}

.hiring_model .leftContent ul,
.hiring_model .rightContent ul {
  margin: 50px 0 0;
  padding: 0;
}

.hiring_model .leftContent li,
.hiring_model .rightContent li {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
}

.hiring_model .leftContent li p,
.hiring_model .rightContent li p {
  color: #fff;
  margin: 0;
}

.hiring_model .leftContent li h4,
.hiring_model .rightContent li h4 {
  font-size: 22px;
}

.hiring_model .leftContent li span,
.hiring_model .rightContent li span {
  width: 68px;
}

.hiring_model .rightContent li .text {
  width: calc(100% - 68px);
  padding-left: 20px;
}

.leftContent p,
.rightContent p {
  color: #fff;
}

.hiring_model .rightImg img,
.hiring_model .lftImg img {
  margin-bottom: -80px;
  margin-top: 40px;
}

.hiring_model .rightImg,
.hiring_model .lftImg {
  padding-top: 80px;
  text-align: right;
}

@supports (-webkit-text-stroke: 1px black) {
  .hiring_model .text-outline {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: #1f2127;
    font-size: 48px;
    font-weight: 800;
  }
}

.leftImg_sec:before,
.rightImg_sec:before {
  background: #1f2127;
  width: 50%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
  height: 100%;
}

.leftImg_sec,
.rightImg_sec {
  margin-top: 110px;
  position: relative;
}

.hiring_model .rightImg:after {
  left: 0;
  right: auto;
  border-radius: 0 70px 70px 0;
}

.hiring_model .leftContent {
  color: #fff;
  padding: 80px 40px 0 0px;
  max-width: 700px;
  float: right;
}

.hiring_model .leftContent li .text {
  width: calc(100% - 68px);
  padding-left: 20px;
}

.hiring_model .rightImg {
  text-align: left;
}

.leftImg_sec:before {
  left: auto;
  right: 0;
}

.buy_model_num {
  padding: 90px 0;
}

.number_process span {
  width: 86px;
  height: 86px;
  background: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.1);
  margin: -43px 0 30px;
  transform: rotate(45deg);
}

.number_process span spamp {
  display: block;
  transform: rotate(-45deg);
  font-size: 40px;
  font-weight: 600;
  padding: 13px 14px;
}

.number_process .outer {
  position: relative;
}

.number_process .outer:after {
  position: absolute;
  content: "";
  width: 155px;
  border: 1px dashed #fff;
  top: -50px;
  right: 20px;
}

.number_process .col-md-3:last-child .outer:after {
  display: none;
}

.our_tech .home_tech li + li {
  margin-left: 50px;
}

.home_form .banner_form form {
  background: #1f2127;
}

.banner_form form h2 {
  color: #f9b233;
}

.home_form .banner_form .form-group span {
  color: #c7c7c7;
}

.fs-7 {
  font-size: 14px;
}

.feature_sport {
  padding: 60px 0;
}

.feature_sport .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 60px;
}

.feature_sport .nav-tabs li {
  list-style: none;
}

.feature_sport .nav-tabs .nav-link {
  margin: 0;
  border: 0;
  background: #262e42;
  color: #6b748a;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  padding: 13px 35px;
}

.feature_sport .nav-tabs .nav-item.show .nav-link,
.feature_sport .nav-tabs .nav-link.active {
  background: #171d2c;
  color: #ffc55c;
}

.feature_sport .nav-tabs li:first-child button {
  border-radius: 50px 0 0 50px;
}

.feature_sport .nav-tabs li:last-child button {
  border-radius: 0 50px 50px 0;
}

.feature_sport .tab-pane ul {
  margin: 0;
  padding: 0;
}

.feature_sport .tab-pane ul li {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}

.various_games .box {
  width: 25%;
  padding: 32px;
  color: #666666;
  font-size: 20px;
  font-weight: 600;
}

.various_games .box:nth-child(odd) {
  background: #fff url(../images/fantasy/feature_1.png) repeat-x left top;
}

.various_games .box:nth-child(even) {
  background: #fff url(../images/fantasy/feature_2.png) repeat-x left bottom;
}

.various_games .box .icon {
  min-height: 127px;
}

.feature_sport .tab-pane ul li img {
  margin-bottom: 15px;
}

.mw-none,
.mh-auto {
  min-width: none !important;
  max-height: none !important;
}

/* New Hire Dedicated Developer */

.ser_banner_outer {
  background: #fff;
  margin-top: -52px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, 0.1);
}
.hdd_new .banner {
  padding: 220px 0 160px;
}
.hdd_new .ser_banner .outer {
  padding-left: 15px;
}
.hdd_new .services_octal {
  background: #1c1e24;
  padding: 70px 0px;
  position: relative;
  background-image: url(../images/dedicated/back-light-after.png),
    url(../images/dedicated/back-light-before.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat;
}
.dot_marker li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 32px;
}
.dot_marker li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  background-color: #f9b233;
  outline: 2px solid #f9b233;
  padding: 0;
  border-radius: 100%;
  border: 2px solid #1c1e24;
}
.hdd_new .our_tech .home_tech li + li {
  margin-left: 0;
}
.hdd_new .our_tech .home_tech {
  gap: 34px;
}
.accordion-button {
  font-weight: 500;
}
.why_hire_developer {
  padding: 60px 0;
}

.section_nav li .nav-link {
  display: block;
  padding: 12px 15px;
  font-weight: 500;
  border-radius: 6px;
}
.section_nav li .nav-link.active,
.section_nav li .nav-link:hover {
  background-color: #f9b233;
}
.why_hire_developer .section_nav {
  max-height: 340px;
  overflow-y: auto;
  padding-right: 10px;
}

.why_hire_developer .section_nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.why_hire_developer .section_nav::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.why_hire_developer .section_nav::-webkit-scrollbar-thumb {
  background-color: #f90;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.chatbot_list_icon .d-flex > span {
  width: 56px;
}

.chatbot_list_icon .d-flex > .text {
  width: calc(100% - 56px);
}
.chatbot_list_icon ul li {
  list-style: disc !important;
}
.chatbot_list_icon ul {
  list-style: disc;
  padding: 0 0 0 22px !important;
}
.grid-item-box {
  transition: all 0.5s ease;
  border: 1px solid #cfe5f7;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
}
.grid-item-box:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 32px rgba(23, 22, 22, 0.2);
}
.w_16_menu li {
  width: 16.66%;
}


.readMore {
    background: transparent;
    border: none;
    color: #f9b233;
}

.readmore_content {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.readmore_content h2,.readmore_content h3 {
    font-size: 20px;
}

.readmore_content p {
    font-size: 16px;
    color: #333;
}

.readmore_content hgroup {
    margin-bottom: 20px;
}.add-new-content {
    padding: 32px 0 0 0;
}