﻿/*.headerMain{border-bottom: 2px solid #eaeaea;}
.sitelogo{top: 12px;}
.get-btn{height: 76px;line-height: 76px;}*/

.pageHead {
  display: inline-block;
  width: 100%;
  padding: 35px 0;
  /*border-top: 2px solid #eaeaea;*/
}

.pageHead .crumbs {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 10px;
}

.pageHead .crumbs li {
  display: inline-block;
  vertical-align: middle;
}

.pageHead .crumbs a {
  color: #666666;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}

.pageHead .crumbs a:hover {
  color: #ffcb08;
}

.pageHead .crumbs li~li::before {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*.pageHead .crumbs span{font-weight: 600;color: #ffcb08;vertical-align: middle;}*/


#breadcrumbs {
  font-size: 14px;
  color: #666666;
}

.pageHead #breadcrumbs .breadcrumb_last {
  font-weight: 600;
  color: #ffcb08;
  vertical-align: middle;
}


.link-more {
  display: none;
}

.innerpage {
  display: inline-block;
  width: 100%;
}

/* .coninfo{}
.coninfo .condetail{padding-top: 23px;}
.coninfo .condetail .slide-img{}
.coninfo .condetail .slide-img img{}
.coninfo .condetail .slide-caption{} */
.coninfo .condetail .slide-caption .contitle {
  font-size: 36px;
  line-height: 44px;
  color: #000;
  margin: 0;
  font-weight: 700;
  margin-bottom: 20px;
}

.coninfo .condetail .slide-caption .condec {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 26px;
  margin-right: 84px;
  margin-bottom: 45px;
}

.coninfo .condetail .slide-caption .starbtn {
  margin-right: 37px;
  display: inline-block;
}

.coninfo .condetail .slide-caption .starbtn:last-child {
  margin-right: 0px;
}

.coninfo .condetail .slide-caption .starbtn .btn {
  background: #ffcb08;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  display: inline-block;
  min-width: 0;
  letter-spacing: 0;
  padding: 12px 32px 12px 25px;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
}

.coninfo .condetail .slide-caption .dropembtn {}

.coninfo .condetail .slide-caption .dropembtn .btn {
  background: #fff;
  border: 2px solid #000;
}

.coninfo .condetail .slide-caption .starbtn .btn:hover {
  background: #000;
  color: #fff;
  border: 2px solid transparent;
}

/* .fillformmain{} */
.fillformmain .fillformsec {
  margin-left: 110px;
  display: inline-block;
  margin-top: 40px;
}

.fillformmain .fillformsec .fillformleft {
  width: 52%;
  float: left;
  margin-right: 20px;
}

.fillformmain .fillformsec .fillformleft .filformtitle {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 35px;
}

.fillformmain .fillformsec .fillformleft .fillform {
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.fillformmain .fillformsec .fillformleft .fillform .control {
  width: 50%;
  border-right: 2px solid #dcdcdc;
  float: left;
  position: relative;
}

.fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2n+2) {
  border-right: 0px solid #dcdcdc;
}

.fillformmain .fillformsec .fillformleft .fillform .field>.control:nth-child(2n+2) {
  border-right: 0px solid #dcdcdc;
  border-right: 2px solid #dcdcdc;
}

.fillformmain .fillformsec .fillformleft .fillform .field>.control:last-child {
  border-right: 0;
}

/*.fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2){border-right: 0px solid #dcdcdc;}
.fillformmain .fillformsec .fillformleft .fillform .control:nth-child(4){border-right: 0px solid #dcdcdc;}
*/
.fillformmain .fillformsec .fillformleft .fillform .control .input-text,
.field .input-text {
  width: 100%;
  height: 88px;
  padding: 10px 20px;
  font-size: 16px;
  border-bottom: 2px solid #dcdcdc;
  color: #000;
  line-height: 1.4;
}

.fillformmain .fillformsec .fillformleft .fillform .control .input-text::placeholder {
  color: #666;
}

.fillformmain .fillformsec .fillformleft .fillform .control .input-text:-ms-input-placeholder {
  color: #666;
}

.fillformmain .fillformsec .fillformleft .fillform .control .input-text::-ms-input-placeholder {
  color: #666;
}

.fillformmain .fillformsec .fillformleft .fillform .field {
  width: 100%;
  float: left;
  position: relative;
}

.fillformmain .fillformsec .fillformleft .fillform .control .custom-select,
.field .custom-select {
  color: #666;
  cursor: pointer;
  border: 0px;
  background: #fff url("../image/down.png") no-repeat right 1.2rem center;
  font-size: 16px;
  line-height: normal;
  padding: 12px 28px 12px 20px;
  outline: none;
  border-bottom: 2px solid #dcdcdc;
  border-radius: 0;
  height: 88px;
}

.custom-select:focus,
.btn:focus {
  box-shadow: none !important;
}

.fillformmain .fillformsec .fillformleft .fillform .field2 .input-text {
  height: 165px;
  resize: none;
  padding-top: 32px;
}

.fillformmain .fillformsec .fillformleft .fillform .starbtn {
  margin-top: 100px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  padding: 0 20px;
}

.fillformmain .fillformsec .fillformleft .fillform .starbtn .btn {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  min-width: 0;
  padding: 10px 24px;
}

.fillformmain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
  width: 10px;
  height: 10px;
}

.fillformmain .fillformsec .fillformleft .fillform .contact-grid.full-grid.attachfile {
  padding: 28px 20px;
  position: relative;
}

.fillformmain .fillformsec .fillformleft .fillform .atcfname {
  font-size: 16px;
  color: #666;
  line-height: normal;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add {
  position: absolute;
  right: 30px;
  top: 17px;
  background: #000;
  width: 50px;
  height: 50px;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add:hover {
  background: #ffcb08;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add .broatte {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  position: relative;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add .broatte::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 3px;
  background: #fff;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 600ms all;
  -webkit-transition: 600ms all;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add:hover .broatte::before {
  background: #000;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add:hover .broatte::after {
  background: #000;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add .broatte::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 3px;
  background: #fff;
  transition: 600ms all;
  -webkit-transition: 600ms all;
}

.fillformmain .fillformsec .fillformleft .fillform .field .add .filadd {
  height: 50px;
  background: rgba(0, 0, 0, 0);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  cursor: pointer;
  z-index: 2;
}

.fillformmain .fillformsec .browse .BrowseBtn .wpcf7-form-control-wrap {
  position: static;
}

.fillformmain .fillformsec .browse .BrowseBtn:hover {
  background: #ffcb08;
}

.fillformmain .fillformsec .browse .BrowseBtn:hover .broatte::before {
  background: #000;
}

.fillformmain .fillformsec .browse .BrowseBtn:hover .broatte::after {
  background: #000;
}

.fillformmain .fillformsec .fillformright {
  width: 24.8%;
  display: inline-block;
  vertical-align: top;
  margin-top: 65px;
}

.fillformmain .fillformsec .fillformright .startupidea {
  padding: 30px 20px 40px 25px;
  background: #f8f8f8;
  border-radius: 5px;
}

.fillformmain .fillformsec .fillformright .startupidea .starideatile {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
}

.fillformmain .fillformsec .fillformright .startupidea .stardec {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}

.fillformmain .fillformsec .fillformright .startupidea .stardec2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain {
  margin-top: 40px;
  margin-bottom: 30px;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg {
  width: 48%;
  margin-right: 6px;
  display: inline-block;
  text-align: center;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg:last-child {
  margin-right: 0px;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .userimg {
  position: relative;
  display: inline-block;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .userimg img {
  display: block;
  width: 76px;
  height: 76px;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .userapp {
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #008ecf, #007bbb);
  position: absolute;
  bottom: -10px;
  right: -18px;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .userapp .icon {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
}

.fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg .prousername {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
  text-align: center;
}

.fillformmain .fillformsec .fillformleft .fillform div.wpcf7-response-output {
  display: none !important;
  position: absolute;
  bottom: 0;
  width: 97%;
  font-size: 14px;
  text-align: center;
}

.fillformmain .fillformsec .fillformleft .fillform .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: -55px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 11px !important;
  line-height: 11px !important;
  background: #fb0101;
  padding: 5px 5px 4px !important;
  color: #fff !important;
}

.fillformmain .fillformsec .fillformleft .fillform .wpcf7-form-control-wrap .wpcf7-not-valid-tip:after {
  border-color: #fb0101 transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-right: 6px solid transparent;
  border-style: solid;
  border-width: 6px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  top: 100%;
  width: 0;
}

.fillformmain .fillformsec .browse {
  float: left;
  width: 100%;
  padding: 15px 20px;
  position: relative;
}

.fillformmain .fillformsec .browse .browse-box {
  float: left;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 0;
}

.fillformmain .fillformsec .browse .BrowseBtn {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background-color: #000;
  text-align: left;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  float: right;
  position: relative;
  border-radius: 5px;
}

.fillformmain .fillformsec .browse .browse-box .text {
  line-height: 44px;
  vertical-align: middle;
  padding: 0;
  word-break: break-all;
  font-size: 16px;
  color: #666;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.fillformmain .fillformsec .browse .browse-box input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 99;
}

.fillformmain .fillformsec .browse .BrowseBtn .broatte {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

.fillformmain .fillformsec .browse .BrowseBtn .broatte::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 3px;
  background: #fff;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 600ms all;
  -webkit-transition: 600ms all;
}

.fillformmain .fillformsec .browse .BrowseBtn .broatte:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 3px;
  background: #fff;
  transition: 600ms all;
  -webkit-transition: 600ms all;
}

.countrydetail {
  margin-bottom: 30px;
}

.countrydetail:last-child {
  margin-bottom: 0px;
}

.countrydetail .couimg {
  display: inline-block;
  margin-bottom: 0;
}

.countrydetail .couimg img {
  width: 30px;
  height: 30px;
  float: left;
}

.countrydetail .couimg .couname {
  vertical-align: sub;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.countrydetail .couconta {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.countrydetail .couconta:last-child {
  margin-bottom: 0px;
}

.countrydetail .couconta label {
  float: left;
  font-weight: 600;
  color: #000;
  margin-right: 3px;
  position: absolute;
  left: 0;
  top: 0;
}

.countrydetail .couconta span {
  display: inline-block;
}

.countrydetail .couconta span a {
  color: #000;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.countrydetail .couconta span a:hover {
  color: #ffcb08;
}

.coninfo .lookmain {
  display: inline-block;
  width: 100%;
}

.coninfo .lookmain .looksec {
  margin-left: 110px;
  margin-top: 50px;
  width: 71.8%;
}

.coninfo .lookmain .lookingcontacts {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 100px;
  padding-bottom: 40px;
}

.coninfo .lookmain .lookinghead {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.coninfo .lookmain .heading5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
}

.coninfo .lookmain .careerprospects {
  margin-bottom: 60px;
  margin-top: 40px;
}

.coninfo .lookmain .careerprospects ul {
  font-size: 0;
}

.coninfo .lookmain .careerprospects ul li {
  display: inline-block;
  width: 336px;
}

.coninfo .lookmain .careerprospects ul li:last-child {
  margin-right: 0;
}

.coninfo .lookmain .careerprospects ul li a {
  color: #000;
  background: #eaeaea;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  padding: 12px 15px;
  padding-left: 25px;
  border-radius: 50px;
  margin-right: 20px;
  transition: all 0.4s ease-in-out;
  display: block;
}

.coninfo .lookmain .careerprospects ul li a .icon {
  font-size: 17px;
  display: inline-block;
  margin-right: 6px;
  margin-top: 5px;
  vertical-align: middle;
}

.coninfo .lookmain .careerprospects ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.coninfo .lookmain .careerprospects ul li a:hover {
  background: #ffea9c;
  border: 2px solid #ffcb08;
}

.coninfo .lookmain .starbtn .btn {
  font-size: 19px;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  text-transform: none;
}

.coninfo .lookmain .starbtn .btn i::after {
  width: 7px;
  height: 7px;
}

.coninfo .lookmain .starbtn .btn:hover {
  color: #ffcb08;
}

.globallocamain {
  display: inline-block;
  width: 100%;
}

/*.globallocamain .globallocasec{width: 71.8%;margin-top: 100px;margin-left: 110px;margin-bottom: 100px;}*/
.globallocamain .globallocasec .glotitle {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.globallocamain .globallocasec .state {
  width: 309px;
  padding: 35px 25px;
  border: 2px solid #dcdcdc;
  margin: 0 2px;
  display: inline-block;
  vertical-align: top;
  min-height: 314px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

/*.globallocamain .globallocasec .state:first-child{margin-left: 0;}
.globallocamain .globallocasec .state:last-child{margin-right: 0;}*/
.globallocamain .globallocasec .state .coutname {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
}

.globallocamain .globallocasec .state .couaddress {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 35px;
}

.globallocamain .globallocasec .state .couconta label {
  float: left;
  font-weight: 600;
  color: #000;
  margin-right: 3px;
  font-size: 20px;
}

.globallocamain .globallocasec .state .couconta span {
  display: inline-block;
}

.globallocamain .globallocasec .state .couconta a {
  color: #000;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  font-size: 20px;
}

.globallocamain .globallocasec .state .activebadge {
  display: none;
}

.globallocamain .globallocasec .state .couicon {
  margin-bottom: 40px;
}

.globallocamain .globallocasec .state .couicon .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d3d2d2;
  line-height: 30px;
  height: 76px;
  font-size: 76px;
  transition: all 0.4s ease-in-out;
}

.globallocamain .globallocasec .state .couicon .icon-australia {
  position: absolute;
  right: -1px;
  bottom: 25px;
  color: #d3d2d2;
  font-size: 126px;
  transition: all 0.4s ease-in-out;
}

.globallocamain .globallocasec .state:hover .couicon .icon {
  color: #ffdc57;
}

.globallocamain .globallocasec .state:hover {
  background: #ffcb08;
  border: 2px solid transparent;
}

.globallocamain .globallocasec .state:hover .activebadge {
  display: block;
  transition: all 0.4s ease-in-out;
}

.globallocamain .globallocasec .state:hover .activebadge .icon {
  color: #000;
  position: absolute;
  top: -6px;
  left: 21px;
  font-size: 28px;
}

.coninfo .lookmain {
  position: relative;
}

.coninfo .lookmain:after {
  content: '';
  position: absolute;
  right: -151px;
  top: 300px;
  background: url(../image/pattern-bg.png) no-repeat;
  opacity: 0.3;
  width: 301px;
  height: 300px;
}

/*-----portfolio-listing----*/

.coninfo .condetail .slide-caption .contitle1 {
  font-weight: 800;
}

.coninfo .condetail .concol {
  margin: auto;
}

.coninfo .portmain {
  margin: 50px 0;
  margin-bottom: 0;
}

.listingsec .listinrow {
  display: block;
  margin: 0 -14px;
}

.listingsec .listinrow .fillterliscol {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  padding: 0 14px;
  margin: 0 -2px;
  margin-bottom: 40px;
}

.listingsec .listinrow .fillboxmain {
  margin-bottom: 30px;
}

.listingsec .listinrow .fillboxmain:last-child {
  margin-bottom: 0px;
}

/*-----portfolio-listing----*/

.filterbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f2f2f2;
  position: relative
}

.filterbar .tabfilter {
  padding-bottom: 20px;
  position: relative
}

.filterbar .tabfilter a {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px;
  padding-bottom: 21px
}

.filterbar .tabfilter a:hover {
  color: #ffcb08
}

.filterbar .tabfilter a.active {
  color: #ffcb08;
  border-bottom: 2px solid #ffcb08;
  font-weight: 600;
}

.filterbar .tabfilter a:first-child {
  margin: 0 20px 0 0
}

.filterbysec {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px
}

.filterbysec h4 {
  font-size: 24px;
  font-weight: 800
}

.listingfilter {
  display: none
}

.categoryfilter .dropdown {
  display: inline-block;
  cursor: pointer;
  padding: 0 0 20px;
  margin: 0 50px 0 0
}

.categoryfilter .dropdown:last-child {
  margin: 0
}

.categoryfilter .dropdown .drop {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px 0 0;
  position: relative
}

.categoryfilter .dropdown .dropdown-menu {
  margin: 0;
  transition: all .5s ease;
  padding: .5rem 0;
  height: auto;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15);
  border-radius: 4px;
  border: none;
  min-width: 150px;
  right: 0;
  left: inherit
}

.categoryfilter .dropdown .dropdown-menu.twoparttab {
  /*min-width:350px*/
}

.categoryfilter .dropdown .dropdown-menu.twoparttab li {
  display: inline-block;
  width: 100%;
  float: left;
}

.categoryfilter .dropdown .dropdown-menu.three-part-tab {
  min-width: 350px
}

.categoryfilter .dropdown .dropdown-menu.three-part-tab li {
  display: inline-block;
  width: 50%
}

.categoryfilter .dropdown:hover .dropdown-menu {
  display: block;
}

.categoryfilter .dropdown>.dropdown-menu>li>a {
  padding: .2rem 1rem;
  display: inline-flex;
  color: #000;
  text-align: left;
  transition: all .25s linear;
  font-weight: 500;
  font-size: 14px
}

.categoryfilter .dropdown>.dropdown-menu>li>a.filter-active,
.categoryfilter .dropdown>.dropdown-menu>li>a:hover {
  color: #ffcb08;
}

.categoryfilter .dropdown .drop::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  display: inline-block;
  margin-left: 6px;
  top: 10px;
  right: 3px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: all .25s ease-in
}

.categoryfilter .dropdown .drop.dropdown-active::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #f13c31;
  display: inline-block;
  right: 17px;
  top: 3px;
  transform: rotate(0);
  transition: all .25s ease-in;
  border-radius: 30px
}

.categoryfilter .dropdown .drop:hover::after {
  transform: rotate(225deg);
  transition: all .25s ease-out
}

.categoryfilter .dropdown .dropdownArrow {
  position: absolute;
  top: 42px;
  right: 50%;
  margin: 0 0 0 -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border-radius: 4px 0 0;
  background: #fff;
  box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
  will-change: transform;
  transition-property: transform;
  z-index: 9999;
  display: none
}

.categoryfilter .dropdown:hover .dropdownArrow {
  display: block
}

.mbfilterclose {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  padding: 3px 13px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease-in-out !important;
  border: 2px solid #000;
  z-index: 9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  cursor: pointer
}

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

.filterdropdownsec .resetic {
  padding: 0 0 20px
}

.filterdropdownsec .resetic a {
  position: relative
}

.filterdropdownsec .resetic a .icon {
  color: #000;
}

.filterdropdownsec .resetic .tooltiptext {
  visibility: hidden;
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background-color: #fff;
  color: #252b33;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .15)
}

.filterdropdownsec .resetic a:hover .tooltiptext {
  visibility: visible;
  opacity: 1
}

.filterdropdownsec .resetic .tooltip-top::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent
}

.listingsec {
  padding: 30px 0;
}

.fillterliscol {
  margin-top: 0px
}

.noresult {
  font-weight: 600
}

.popular-brands-sec .noresult {
  margin-top: 60px;
}

.caselistingcol .listingimg {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.caselistingcol .listingimg img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: .4s ease;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: static;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.caselistingcol .listingimg:hover img {
  transform: scale(1.08)
}

.caselistingcol .projectdetail {
  margin-top: 15px
}

.caselistingcol .projectdetail .prosmull {
  color: #8191a6;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  min-height: 26px;
  text-transform: uppercase;
}

/* .caselistingcol .projectbio{} */
.caselistingcol .projectdetail p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.caselistingcol .projectdetail p.projectbio {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 0;
}

.listingsec .caselistingcol .bloglist .projectbio {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caselistingcol .projectdetail .procomti {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
  transition: all 0.4s ease-in-out;
}

.caselistingcol .projectdetail .procomti:hover {
  color: #ffcb08;
}

.caselistingcol .technology {
  margin-top: 20px
}

.caselistingcol .technology a {
  border: 1px solid #e1e7e9;
  border-radius: 12px;
  font-size: 14px;
  color: #8e9499;
  font-weight: 500;
  padding: 4px 10px;
  margin-right: 5px
}


/*-----portfolio-detail----*/
.prowebbanner {
  width: 100%;
  background: url(../image/prowebbannerimg.png) no-repeat top center;
  display: inline-block;
}

/* .renmain{}
.renmain .rensec{}
.renmain .rensec .renzoncon{} */
.renmain .rensec .renzoncon .rentitle {
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 5px;
}

.renmain .rensec .renzoncon .rendec {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #000;
  margin: 0 auto;
  max-width: 958px;
  margin-bottom: 25px;
}

.renmain .rensec .renzoncon .starbtn {
  text-align: center;
}

.renmain .rensec .renzoncon .starbtn .btn {
  display: inline-block;
  width: auto;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: 000;
  background-color: #ffcb08;
  padding: 10px 35px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  text-transform: none;
}

.renmain .rensec .renzoncon .starbtn .btn:hover {
  background-color: #000;
  color: #fff;
}

.clirevslisec {
  margin-top: 20px;
  margin-bottom: 0px;
}

.clirevslisec .slick-list {
  padding: 20px 0;
}

.clirevslisec .visitweb {
  width: 100%;
  display: block;
}

.clirevslisec .visitweb .visiwebbox {
  display: inline-block;
  width: auto;
}

.clirevslisec .visitweb .visiwebbox .visisiteimg {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 41%;
}

.clirevslisec .visitweb .visiwebbox .visisiteimg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(44, 44, 44, 0.15);
}

.clirevslisec .slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 25px 0 0 0;
}

.clirevslisec .visitweb .slick-dots li {
  background: #e5e5e5;
  border-radius: 50%;
  opacity: 1;
}

.clirevslisec .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  font-size: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  opacity: .4;
}

.clirevslisec .visitweb .slick-dots li.slick-active {
  background: #ffcb08;
}

.clirevslisec .slick-dots li button {
  display: none;
}

.cuswebdesmain {
  margin: 80px 0;
}

.cuswebdesmain .row.flex-column-reverse {
  display: -webkit-box;
}

.cuswebdesmain .cuswebcol {
  margin: auto;
}

.cuswebdesmain .cuswebsec {
  margin: auto;
}

.cuswebdesmain .cuswebsec .cuswebtitle {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.cuswebdesmain .cuswebsec .cuswebdec {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

.cuswebdesmain .cuswebdesuse {
  margin-top: 70px;
}

.cuswebdesmain .cuswebdesuse ul {
  font-size: 0;
}

.cuswebdesmain .cuswebdesuse ul li {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
}

.cuswebdesmain .cuswebdesuse ul li:last-child {
  margin-right: 0;
}

.cuswebdesmain .cuswebdesuse ul li .boxmain {
  padding: 15px;
  background: #efefef;
  width: 133px;
  height: 133px;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.cuswebdesmain .cuswebdesuse ul li .boxmain .desbox {
  position: relative;
  width: 100%;
  height: 100%;
}

.cuswebdesmain .cuswebdesuse ul li .boxmain .desbox img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cuswebdesmain .cuswebdesuse ul li .desusename {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

.cuswebdesmain .cuswebimg {
  position: relative;
  width: 100%;
  padding-bottom: 97%;
}

.cuswebdesmain .cuswebimg img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.comcusdecmain {
  margin-bottom: 80px;
}

.comcusdecmain .comcussec {
  position: relative;
  width: 100%;
  height: 100%;
}

.comcusdecmain .comcussec:before {
  content: "";
  position: absolute;
  background: url(../image/bikeimg.png) no-repeat;
  background-position: center;
  bottom: 30px;
  right: -55px;
  margin: auto;
  display: block;
  width: 874px;
  height: 409px;
  z-index: 2;
  background-size: cover;
}

.comcusdecmain .comcussec .chooseimg {
  width: 100%;
  position: relative;
  padding-bottom: 79%;
}

.comcusdecmain .comcussec .chooseimg .overlay {}

.comcusdecmain .comcussec .chooseimg .overlay img {
  max-width: inherit;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: rgba(255, 203, 8, 0.8);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comcusdecmain .comcussec .concusmain {
  position: absolute;
  top: 35%;
  margin: auto;
  margin-left: 70px;
  margin-right: 263px;
}

.comcusdecmain .comcussec .concusmain .concusmtitle {
  font-size: 40px;
  line-height: 60px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.comcusdecmain .comcussec .concusmain .concusmdec {
  font-size: 19px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

.coninfomain {
  background: #f8f8f8;
  padding: 75px 0;
}

.coninfomain .coninfo {
  max-width: 960px;
  margin: 0 auto;
}

.coninfomain .coninfo .rentitle {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.coninfomain .coninfo .starbtn {
  text-align: center;
}

.coninfomain .coninfo .starbtn .btn {
  background: #ffcb08;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  display: inline-block;
  min-width: 0;
  letter-spacing: 0;
  padding: 12px 37px 12px 28px;
  transition: all 0.4s ease-in-out;
  border: 0;
}

.coninfomain .coninfo .starbtn .btn i::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.coninfomain .coninfo .starbtn .btn:hover {
  background: #000;
  color: #fff;
  border: 0;
}

.viewallmain {
  margin: 85px 0;
  width: 100%;
  display: inline-block;
}

.viewallmain .viewsec {
  text-align: center;
}

.viewallmain .viewsec .viewleft {
  width: auto;
  position: relative;
  padding-right: 110px;
  display: inline-block;
}

.viewallmain .viewsec .viewleft:before {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  content: "";
  right: 0;
  top: 0;
}

.viewallmain .viewsec .viewleft .viewbox {}

.viewallmain .viewsec .viewleft .viewbox .viewtext {
  display: block;
  color: #868686;
  font-weight: 700;
  font-size: 13px;
  line-height: normal;
  transition: all 0.4s ease-in-out;
}

.viewallmain .viewsec .viewleft .viewbox .viewicon {
  display: block;
  font-size: 66px;
  transition: all 0.4s ease-in-out;
  height: 66px;
  margin-top: 5px;
}

.viewallmain .viewsec .viewleft .viewbox:hover .viewtext {
  color: #ffcb08;
}

.viewallmain .viewsec .viewleft .viewbox:hover .viewicon {
  color: #ffcb08;
}

.viewallmain .viewsec .upnextright {
  width: auto;
  display: inline-block;
  padding-left: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.viewallmain .viewsec .upnextright .upnextbox {}

.viewallmain .viewsec .upnextright .upnextbox .upnexttext {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  line-height: normal;
  display: block;
  text-align: left;
}

.viewallmain .viewsec .upnextright .upnextbox .upcomtitle {
  color: #000;
  font-weight: 700;
  text-align: left;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-size: 0;
}

.viewallmain .viewsec .upnextright .upnextbox .upcomtitle a {
  color: #000;
  font-size: 30px;
}

.viewallmain .viewsec .upnextright .upnextbox .upcomtitle a:after {
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 2px;
}

.viewallmain .viewsec .upnextright .upnextbox .upcomtitle a:hover {
  color: #ffcb08;
}

.comcusmain2 {
  margin: 70px 0;
}

.comcusmain2 .chooseimg {
  position: relative;
  width: 100%;
  padding-bottom: 79%;
}

.comcusmain2 .chooseimg .choosseimgInner {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  height: 100%;
  left: -284px;
  /*background: url(../img/concusbannerimg.png) no-repeat center;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  display: block;
  max-height: 100%;
  max-width: inherit;
  border-radius: 5px;
}

.comcusmain2 .chooseimg:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  bottom: 0;
  height: 100%;
  left: -284px;
  display: inline-block;
  background: rgba(255, 203, 8, 0.8);
  /*z-index: -2;*/
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.comcusmain2 .comcussec {
  position: relative;
  width: 100%;
  height: 100%;
}

.bikeimg {
  position: absolute;
  right: -60px;
  bottom: 0;
}

.comcusmain2 .concusmain {
  position: absolute;
  top: 35%;
  margin: auto;
  max-width: 55%;
  left: 70px;
  z-index: 1;
}

.comcusmain2 .concusmain .concusmtitle {
  font-size: 28px;
  line-height: 40px;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.comcusmain2 .concusmain .concusmdec {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

/*-----portfolio-detail----*/

/*-----portfolio-mobile----*/
.sealogmain {}

.sealogmain .sealogsec {
  margin-bottom: 20px;
}

.sealogmain .sealogsec .mobilcol {
  padding-right: 0;
}

.sealogmain .sealogsec .mobildeccol {
  padding-left: 0;
}

.sealogmain .sealogsec .mobileimgmain {
  position: relative;
  padding-bottom: 527px;
}

.sealogmain .sealogsec .mobileimgmain img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 40px;
  border: 10px solid #fff;
  box-shadow: 0px 1px 20px 0px rgba(44, 44, 44, 0.15);
  max-height: 100%;
  max-width: 100%;
}

.sealogmain .sealogsec .mobileconmain {
  margin-right: 150px;
}

.sealogmain .sealogsec .mobileconmain .mobiletitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #000;
  margin-bottom: 10px;
}

.sealogmain .sealogsec .mobileconmain .mobildec {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin-bottom: 35px;
}

.sealogmain .sealogsec .builtoptions {}

.sealogmain .sealogsec .builtoptions ul {
  width: 100%;
  display: block;
  font-size: 0;
}

.sealogmain .sealogsec .builtoptions ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox {
  padding: 10px 15px;
  background: #ffcb08;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .mobile {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .android {
  display: inline-block;
  color: #000;
  font-size: 50px;
  line-height: 50px;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .dettitle {
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  display: block;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .proname {
  font-size: 22px;
  line-height: normal;
  font-weight: bold;
  color: #000;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  position: relative;
}

.sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 .icon {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  color: #000;
  font-size: 50px;
  height: 52px;
  bottom: 0;
  margin: auto;
}

.detailemobilemain {}

.detailemobilemain .detamobilesec {
  height: 696px;
  margin-bottom: 50px;
  position: relative;
  padding: 0;
}

.detailemobilemain .detamobilesec .detamobilebanneimg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 42%;
  overflow: hidden;
  right: 0;
}

.detailemobilemain .detamobilesec .detamobilebanneimg .datemobilebg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.detailemobilemain .detamobilesec .detaconwrapper {
  position: relative;
}

.detailemobilemain .detamobilesec .detaconwrapper .mobileimg {
  width: 280px;
  height: 574px;
  position: absolute;
  display: inline-block;
  right: 450px;
  top: 60px;
}

.detailemobilemain .detamobilesec .detaconwrapper .mobileimg .desktop {
  border-radius: 40px;
  border: 10px solid #fff;
  box-shadow: 0px 1px 20px 0px rgba(44, 44, 44, 0.15);
}

.detailemobilemain .detamobilesec .detaconwrapper .detainfotext {
  display: inline-block;
  width: 570px;
  text-align: left;
  padding-top: 150px;
}

.detailemobilemain .detamobilesec:nth-child(even) .detamobilebanneimg {
  left: 0;
}

.detailemobilemain .detamobilesec:nth-child(even) .detamobilebanneimg .datemobilebg {
  background-position: right;
}

.detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper {
  float: right;
}

.detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper .mobileimg {
  right: 630px;
}

.applictionmain {
  width: 100%;
  display: inline-block;
  margin: auto;
  text-align: center;
  padding-bottom: 66px;
  border-bottom: 1px solid #e5e5e5;
}

.applictionmain .appstoimg {
  margin-right: 10px;
  display: inline-block;
}

.applictionmain .appstoimg .appstore {
  max-width: 190px;
}

.applictionmain .appstoimg:last-child {
  margin-right: 0;
}

.highlifeaturesmain {
  margin: 55px 0;
}

.highlifeaturesmain .highlifeaturessec {}

.highlifeaturesmain .highlifeaturessec .highlititle {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.highlifeaturesmain .highlifeaturessec .highlibox {
  text-align: center;
}

.highlifeaturesmain .highlifeaturessec .highlibox .icon {
  font-size: 60px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  line-height: 60px;
}

.highlifeaturesmain .highlifeaturessec .highlibox .highliboxtitle {
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
  color: #000;
}

.highlifeaturesmain .highlifeaturessec .highlibox .highliboxdec {
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

/*-----cms Con-----*/
.cmsCon {
  padding: 0px 0;
}

.cmsCon h1 {
  font-size: 32px;
  color: #000;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px 0;
  margin-bottom: 10px;
}

.cmsCon h1 span {
  color: #ff9833;
  font-size: 40px;
}

.cmsCon h2 {
  font-size: 26px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.cmsCon h3 {
  font-size: 22px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.cmsCon h4 {
  font-size: 18px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.cmsCon h5 {
  font-size: 16px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.cmsCon h6 {
  font-size: 15px;
  color: #000;
  margin: 0 0 10px 0;
  font-weight: 600;
}

.cmsCon ul {
  list-style: none;
  padding: 0px;
  display: inline-block;
  margin-bottom: 20px;
}

.cmsCon ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 17px;
  line-height: 34px;
  color: #000;
  font-weight: normal;
  padding-bottom: 0px;
  text-align: left;
}

.cmsCon ul li:before {
  content: '';
  background: url(../image/checkmark.svg) no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 12px;
  position: absolute;
  margin: auto;
  border-radius: 50%;
}

.cmsCon p {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}

.cmsCon p a {
  color: #fdc800;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
}

.cmsCon p a:hover {
  color: #28304b;
}

.cmsCon ul li a {
  color: #ff9833;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
}

.cmsCon ul li a:hover {
  color: #28304b;
}

.cmsCon .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 30px 30px 0;
}

.cmsCon .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 30px 30px;
}

.cmsCon .aligncenter {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
}

.cmsCon ol {
  padding: 10px 5px;
  margin-left: 10px;
}

.cmsCon ol li {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-style: normal;
  padding-bottom: 15px;
}

.cmsCon ol li ul {
  display: block;
}
.blogdetailsec .cmsCon ol{
  padding: 10px 0;
  margin-left: 0;
}
.blogdetailsec .cmsCon ol li ul li {
  position: relative;
  display: block;
  padding-left: 20px;
  font-size: 17px;
  line-height: 34px;
  color: #000;
  font-weight: normal;
  padding-bottom: 0px;
  text-align: left;
}

/*-----/ end cms Con-----*/
/*-----portfolio-mobile----*/

/*---aboutus inner page-----*/
.coninfo .condetail .slide-caption .contitle1 {
  font-size: 36px;
  font-weight: bold;
}

.coninfo .condetail .slide-caption .condec1 {
  margin-right: 0;
  margin-bottom: 35px;
}

.digiitfirmmain {
  padding-top: 65px;
  padding-bottom: 50px;
}

.digiitfirmmain .digiitfirmsec {}

.digiitfirmmain .digiitfirmsec .didifirsttitle {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.digiitfirmmain .digiitfirmsec .digititle {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.digiitfirmmain .digiitfirmsec .digidec {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  margin: 0 60px;
}

.digivideomain {}

.digivideomain .digivideosec {}

.digivideomain .digivideosec .digivideo {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: 430px;
}

.digivideomain .digivideosec .digivideo .videoicon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 106px;
  height: 106px;
  color: #ffcb08;
  font-size: 100px;
}

.digivideomain .digivideosec .digivideocol {
  padding: 0;
  flex: 926px;
  max-width: 926px;
  margin: auto;
}

.digivideomain .digivideosec .digivideo img {
  height: 430px;
  width: 100%;
}

.digivideomain .digivideosec .digivideo .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.workprocess_section1 {
  padding-top: 90px;
  position: relative;
}

.workprocess_section1:after {
  content: '';
  position: absolute;
  right: -250px;
  top: 370px;
  background: url(../image/pattern-bg.png) no-repeat;
  width: 301px;
  height: 300px;
  z-index: 0;
}

.counter_section1 {
  padding-bottom: 0;
}

.happycustommain {
  padding: 100px 0;
}

.happycustomsec {
  position: relative;
}

.happycustommain .secHead {
  display: block;
  margin-bottom: 22px;
  position: relative;
}

.happycustommain .secHead .secTitle {
  font-size: 34px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.happycustomsec .happycustom {
  width: 100%;
  display: block;
  font-size: 0
}

.happycustomsec .happycustom .happycustomBox {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  padding: 10px 2px;
}


.happycustommain .happycustomBox .teamboximg {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
  display: block;
}

.happycustommain .happycustomBox .teamboximg img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  /*border-top-left-radius:10px;
border-top-right-radius:10px;*/
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}

/*.happycustommain .happycustomBox{border-radius: 10px;background: #000;}*/

.happycustommain .happycustomBox .teamconmain {
  background: #fff;
  /*border:1px solid #dcdcdc;*/
  border-top: 0;
  padding: 10px 10px;
  /*border-bottom-left-radius:10px;
border-bottom-right-radius:10px;*/
  transition: all 0.4s ease-in-out;
}

.happycustommain .happycustomBox .teamconmain .teamname {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  text-align: left;
}

.happycustommain .happycustomBox .teamconmain .teamposition {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  margin: 0;
  text-align: left;
}

.happycustommain .happycustomBox .teamboxmain {
  transition: all 0.4s ease-in-out;
}

.happycustommain .happycustomBox:hover .teamboximg img {
  filter: grayscale(0);
}

.happycustommain .happycustomBox:hover .teamboxmain {
  /*box-shadow: 0px 1px 15px 0px rgba(44, 44, 44, 0.15);*/
}

.happycustommain .happycustomBox:hover .teamconmain {
  background: #fff;
  /*border:1px solid transparent;border-top: 0;*/
  /*box-shadow: 0px 1px 15px 0px rgba(44, 44, 44, 0.15);*/
}

/*.happycustommain .happycustomBox:hover .teamboximg img{box-shadow: 0px 1px 15px 0px rgba(44, 44, 44, 0.15);}*/

.happycustomsec .happycustom .slick-prev {
  background: #fff;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  font-size: 0;
  border: none;
  outline-color: transparent;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.happycustomsec .happycustom .slick-prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
  right: 0;
  margin: auto;
  border-top: 0;
  border-right: 0;
  border-radius: 1px;
}

.happycustomsec .happycustom .slick-next {
  background: #fff;
  width: 47px;
  height: 47px;
  border-radius: 50px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -20px;
  z-index: 99;
  font-size: 0;
  border: none;
  outline-color: transparent;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.happycustomsec .happycustom .slick-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(225deg);
  right: 0;
  margin: auto;
  border-top: 0;
  border-right: 0;
  border-radius: 1px;
}

.happycustomsec .happycustom .slick-prev:arrow .slick-next:arrow {
  color: #000645;
}

.opnedigicommculmain {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

.opnedigicommculmain .opnecomculsec {}

.opnedigicommculmain .opnecomculsec .opnecol1 {
  flex: 39.6%;
  max-width: 39.6%;
}

.opnedigicommculmain .opnecomculsec .opnecol2 {
  flex: 60.4%;
  max-width: 60.4%;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg1 {
  padding-bottom: 626px;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg1 img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg2 {
  padding-bottom: 282px;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg2 img {
  position: absolute;
  top: 0;
  right: 0;
  left: inherit;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.opnedigicommculmain .opnecomculsec .opnedigicomtitle {
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg3 {
  padding-bottom: 337px;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg3 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg4 {
  padding-bottom: 492px;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}

.opnedigicommculmain .opnecomculsec .opnecomculimg4 img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}


.ourexpertisemain {
  padding: 70px 0;
  background: #f8f8f8;
  width: 100%;
}

.ourexpertisemain .ourexpertisesec {}

.ourexpertisemain .ourexpertisesec .ourexpertitle {
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
  color: #000;
  margin-bottom: 30px;
  text-align: center;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain {}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul {
  font-size: 0;
  text-align: center;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox {
  display: inline-block;
  margin-right: 28px;
  vertical-align: top;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox:last-child {
  margin-right: 0;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
  width: 195px;
  height: 160px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(44, 44, 44, 0.15);
  padding: 23px 15px;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .experimg {
  position: relative;
  width: 100%;
  padding-bottom: 78px;
  display: block;
  margin-bottom: 15px;
}

/*.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .experimg1{padding-bottom: 62px;}*/
.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .experimg img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .expertitle {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.companylogo_section1 {
  padding-top: 50px;
  padding-bottom: 90px;
}

.companylogo_section1 .logo_slider {
  position: static;
  width: 100%;
}

.aboutcontacinfomain {
  margin-bottom: 100px;
  width: 100%;
  display: inline-block;
}

.aboutcontacinfomain .abouconinfosec {}

.aboutcontacinfomain .abouconinfosec .abouconinfotitle {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.aboutcontacinfomain .abouconinfosec .abouconimg {
  margin-left: 110px;
}

.fillformmain .fillformsec1 {
  margin-left: 0;
  margin-top: 0;
}

.fillformmain .fillformsec1 .fillformleft1 {
  width: 80%;
  float: none;
  margin-right: 0;
}

.fillformmain .fillformsec1 .fillformleft1 .fillform .control .input-text1,
.field .input-text1 {
  height: 80px;
}

.fillformmain .fillformsec1 .fillformleft1 .fillform .field2 .comment1 {
  height: 130px;
}

.fillformmain .fillformsec1 .fillformleft1 .fillform .starbtn1 {
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
}

.opnedigicommculmain .opnecomculsec .row.flex-column-reverse {
  display: -webkit-box;
}

.companylogo_section.comp-logo {
  padding: 120px 0;
}

.companylogo_section.comp-logo .logo_slider {
  top: 50px;
}

.page-template-aboutus-template .fillformmain .fillformsec .fillformleft .fillform .starbtn {
  margin-top: 58px;
}

/*---aboutus inner page-----*/

/*------blog-listing-----*/
.coninfo .condetail .slide-caption .contitle2 {
  font-size: 36px;
  font-weight: 800;
}

.categoryfilter .dropdown .dropdown-menu1 {
  right: inherit;
}

.filterbar .categoryfilter1 {
  width: 100%;
}

.filterbar .categoryfilter .filterdropdownsec1 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.filterbar .categoryfilter .filterdropdownsec1 .dropdleft {
  float: left;
}

.filterbar .categoryfilter .filterdropdownsec1 .fileright {
  float: right;
}

.listingsec .caselistingcol .bloglist {
  padding: 18px 20px;
  background: #fafafa;
  margin-top: 0;
}

.listingsec .caselistingcol .bloglist .procomti {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  height: 50px;
  overflow: hidden;
}

.listingsec .caselistingcol .bloglist .blog-tags {
  display: none;
}

.listingsec .caselistingcol .bloglist .projectbio {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}

/* .caselistingcol .listingimg1{padding-bottom:70%;} */
.listingsec .caselistingcol .bloglist .blog-tags {
  margin-top: 20px;
}

.listingsec .caselistingcol .bloglist .blog-tags a {
  border: 1px solid #e1e7e9;
  border-radius: 12px;
  font-size: 14px;
  color: #8e9499;
  font-weight: 500;
  padding: 4px 10px;
  margin-right: 2px;
  margin-bottom: 4px;
  display: inline-block;
}

.listingsec .caselistingcol .bloglist .blogdatemain {
  margin-bottom: 10px;
}

.listingsec .caselistingcol .bloglist .blogdatemain .blogmonth {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin: 0;
  display: inline-block;
  margin-right: 8px;
}

.listingsec .caselistingcol .bloglist .blogdatemain .blogtechno {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fdc800;
  margin: 0;
  display: inline-block;
}

.listingsec .caselistingcol .bloglist .blogdatemain .blogtechno a {
  color: #fdc800;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.4s ease-in-out;
}

.listingsec .caselistingcol .bloglist .blogdatemain .blogtechno a:hover {
  color: #28304b;
}

.blogdetailmain .a2a_kit.a2a_kit_size_32 span {
  background-color: transparent !important;
}

.blogdetailmain .a2a_kit a {
  padding: 10px 0 0;
  display: inline-block;
}

.a2a_kit svg {
  width: 32px !important;
  height: 32px !important;
  fill: #9e9d9d;
  transition: .5s ease-in-out all;
  -webkit-transition: .5s ease-in-out all;
  -moz-transition: .5s ease-in-out all;
  -ms-transition: .5s ease-in-out all
}

.a2a_kit svg path {
  fill: #666666 !important;
}

.a2a_button_facebook:hover svg path {
  fill: #3b5998 !important;
}

.a2a_button_twitter:hover svg path {
  fill: #1da1f2 !important;
}

.a2a_button_messenger:hover svg path {
  fill: #0084ff !important;
}

.a2a_button_tumblr:hover svg path {
  fill: #37455c !important;
}

.a2a_button_google_plusone_share:hover svg path {
  fill: #dc4e41 !important;
}

.a2a_button_compact:hover svg path {
  fill: #ff6550 !important;
}

.a2a_button_linkedin:hover svg path {
  fill: #0077b5 !important;
}

.a2a_button_whatsapp:hover svg path {
  fill: #12af0a !important;
}

.a2a_button_email:hover svg path {
  fill: #f07c00 !important;
}

.a2a_button_pinterest:hover svg path {
  fill: #e60023 !important;
}

.a2a_dd:hover svg path {
  fill: #f07c00 !important;
}

/*------blog-listing-----*/

/*------blog-detail-----*/
.blogdetailmain {}

.blogdetailmain .blogdetailsec {
  margin-bottom: 30px;
}

.blogdetailmain .blogdetailsec .blogdetailimg {
  position: relative;
  padding-bottom: 412px;
  width: 100%;
  display: block;
}

.blogdetailmain .blogdetailsec .blogdetailimg img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.blogdetailmain .blogdetailsec .imgshadow {
  position: relative;
  padding: 40px 0;
}

.blogdetailmain .blogdetailsec .imgshadow:before {
  position: absolute;
  background: #fff2c1;
  content: "";
  left: -600px;
  bottom: 0;
  top: 0;
  right: 228px;
}

.blogdetailmain .blogdetailsec .blogdetailcon {
  margin-left: 20px;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain {
  margin-bottom: 20px;
  margin-top: 20px;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogmonth {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogtechno {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  color: #fdc800;
  margin: 0;
  display: inline;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogcomp {
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin: 0;
  margin-top: 10px;
}

.blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogcomp .comby {
  color: #666666;
}

.blogdetailconinfo {
  position: relative;
  margin-bottom: 70px;
  overflow: hidden;
}

.blogdetailconinfo .container {
  max-width: 1170px;
}

.blogdetailconinfo .digivideo {
  position: relative;
  display: block;
  width: 80%;
  padding: 0;
  height: 433px;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blogdetailconinfo .digivideo .videoicon1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 59px;
  color: #ff0000;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.blogdetailconinfo .digivideo img {
  margin: auto;
}

.blogdetailmain .blogdetailsec .blogdetailimg1 {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.blogdetailmain .blogdetailsec .blogdetailimg1 img {
  margin: auto;
  /*max-width: 100%;max-height: 100%;*/
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: static;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 14px;
}

.BlogImgpart {
  width: 50%;
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}

.bloginnerContent {
  padding-left: 60px;
}

.sticky_social {
  position: absolute;
  /*bottom:-214px;*/
  z-index: 99;
  overflow: hidden;
  margin-left: -50px;
}

.sticky_social a {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
}

.sticky_social a:hover {
  color: #fdc800;
}


.blogdetailcon {
  position: relative;
}

/*.blog_sticky {position: absolute; left: 0; top:27%;}

.blog_sticky.fixed {position: fixed;}*/

/*------blog-detail-----*/


/*-----sticky social----*/
/*.sticky_social{position: absolute;top: 50%;z-index: 9999;
overflow: hidden;margin-left: -100px;}
.sticky_social a{display: block;font-size: 18px;color: #666666;line-height: 18px;padding: 10px 15px;transition: all 0.4s ease-in-out;}
.sticky_social a:hover{color: #fdc800;}*/
/*-----sticky social----*/

/*-----sticky social----*/
.stickysocial {
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.stickysocial a {
  display: inline-block;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  padding: 10px 15px;
  transition: all 0.4s ease-in-out;
}

.stickysocial a:hover {
  color: #fdc800;
}

/*-----sticky social----*/


/*---service Page---*/

/*----seevice banner sec----*/
.servicebanemain {
  width: 100%;
  display: block;
  margin: auto;
  position: relative;
  background: #ffcb08;
  overflow: hidden;
  display: flex;
  height: 285px;
}

.servicebanemain .serviceleft {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: relative;
}

.servicebanemain .serviceleft .servicecont {
  padding-left: 20px;
  padding-right: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*padding-top: 60px;padding-bottom:60px;*/
}

.servicebanemain .serviceleft .servicecont .sertitle {
  display: block;
  width: 100%;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}

.servicebanemain .serviceleft .servicecont .serdec {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.servicebanemain .serviceright {
  width: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 50%;
  /*background: url(../img/servicebannerimg.jpg) no-repeat center;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*.servicebanemain .serviceright .servbannerimg{position: relative;padding-bottom: 305px;width: 100%;display: none;}
.servicebanemain .serviceright .servbannerimg img{position: absolute;top: 0;bottom: 0;left: 0;margin: auto;max-height: inherit;max-width: 100%;}*/
.imgbox-border {
  border: 1px solid #dcdcdc;
  margin: 3px;
  background: rgb(255 255 255 / 40%);
  border-radius: 4px;
  padding: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

/*----seevice banner sec----*/
/*---ecommerce solution----*/
.ecommercemain {
  width: 100%;
  display: block;
  background: #f3f4f4;
  padding: 70px 0;
}

.ecommercemain .ecommercesec {}

.ecommercemain .ecommercesec .ecommcol {
  margin-bottom: 30px;
}

.ecommercemain .ecommercesec .ecommercetitle {
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
  padding-bottom: 30px;
}

.eCommerceboxmain {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: -1px 0px 13px 0px rgba(0, 0, 0, 0.1);
  /*min-height: 315px;*/
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-bottom: 6px solid transparent;
}

.eCommerceboxmain:hover {
  border-bottom: 6px solid #ffcb08;
}

.eCommerceboxmain .eCommerceicon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.eCommerceboxmain .bgicon-1 {
  background-image: linear-gradient(to bottom, #0ab3cf, #1ccde2);
}

.eCommerceboxmain .bgicon-2 {
  background-image: linear-gradient(to bottom, #fe9599, #f97491);
}

.eCommerceboxmain .bgicon-3 {
  background-image: linear-gradient(to bottom, #fdc15a, #f7af33);
}

.eCommerceboxmain .bgicon-4 {
  background-image: linear-gradient(to bottom, #56cc73, #30a873);
}

.eCommerceboxmain .bgicon-5 {
  background-image: linear-gradient(to bottom, #8389ff, #4e58ff);
}

.eCommerceboxmain .bgicon-6 {
  background-image: linear-gradient(to bottom, #33bffd, #09a7ff);
}

.eCommerceboxmain .bgicon-7 {
  background-image: linear-gradient(to bottom, #ffb583, #ffa084);
}

.eCommerceboxmain .bgicon-8 {
  background-image: linear-gradient(to bottom, #ed9bd5, #d082ba);
}

.eCommerceboxmain .bgicon-9 {
  background-image: linear-gradient(to bottom, #ff306a, #fb8151);
}

.eCommerceboxmain .bgicon-10 {
  background-image: linear-gradient(to bottom, #0ab3cf, #1ccde2);
}

.eCommerceboxmain .eCommerceicon .icon {
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 64px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: auto;
}

.eCommerceboxmain .eCommerceboxcon {}

.eCommerceboxmain .eCommerceboxcon .ecommboxtitle {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 24px;
  padding-top: 7px;
  padding-bottom: 15px;
  position: relative;
}

.eCommerceboxmain .eCommerceboxcon .ecommboxtitle:before {
  content: "";
  height: 3px;
  width: 58px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-1:before {
  background-image: linear-gradient(to bottom, #0ab3cf, #1ccde2);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-2:before {
  background-image: linear-gradient(to right, #f97491, #fe9599);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-3:before {
  background-image: linear-gradient(to bottom, #fdc15a, #f7af33);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-4:before {
  background-image: linear-gradient(to right, #30a873, #56cc73);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-5:before {
  background-image: linear-gradient(to right, #4e58ff, #8389ff);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-6:before {
  background-image: linear-gradient(to right, #09a7ff, #33bffd);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-7:before {
  background-image: linear-gradient(to right, #ffa084, #ffb583);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-8:before {
  background-image: linear-gradient(to right, #d082ba, #ed9bd5);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-9:before {
  background-image: linear-gradient(to right, #fb8151, #ff306a);
}

.eCommerceboxmain .eCommerceboxcon .boxtitle-10:before {
  background-image: linear-gradient(to bottom, #0ab3cf, #1ccde2);
}

.eCommerceboxmain .eCommerceboxcon p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  color: #000;
  margin: 0;
  margin-top: 7px;
}

.getfreequotemain {
  width: 100%;
  margin-bottom: 40px;
}

.getfreequotemain .fillformsec1 {
  margin-left: 0;
  margin-top: 0;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.getfreequotemain .fillformsec1 .fillformleft1 {
  width: 100%;
  float: none;
  margin-right: 0;
}

.getfreequotemain .fillformsec .fillformleft .fillform {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  display: inline-block;
}

.getfreequotemain .fillformsec .fillformleft .fillform .control {
  width: 50%;
  border-right: 0px solid #dcdcdc;
  float: left;
}

.getfreequotemain .fillformsec1 .fillformleft1 .fillform .input-text {
  height: 50px;
  width: 100%;
  padding: 10px 17px;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
  color: #000;
  line-height: 1.4;
  resize: none;
}

.getfreequotemain .fillformsec .fillformleft .fillform .control:nth-child(2) {
  border-right: 1px solid #dcdcdc;
}

.getfreequotemain .fillformsec .fillformleft .fillform .field {
  width: 100%;
}

.getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .input-text {
  height: 100px;
  resize: none;
  padding: 15px 17px;
  /*padding-top: 30px;*/
}

.starbtn1 {
  margin-top: 50px;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
}

.starbtn1 .btn {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  min-width: 0;
  padding: 12px 15px;
  min-width: 200px;
}

.starbtn1 .btn i::after {
  width: 12px;
  height: 12px;
  border-bottom: 3px solid currentColor;
  border-right: 3px solid currentColor;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
}

.getfreequotemain .fillformsec1 .fillformleft1 .fillform .input-text::placeholder {
  color: #333;
}

.getfreequotemain .fillformsec1 .fillformleft1 .fillform .input-text:-ms-input-placeholder {
  color: #333;
}

.getfreequotemain .fillformsec1 .fillformleft1 .fillform .input-text::-ms-input-placeholder {
  color: #333;
}

/*.getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .comment1::placeholder {color:#333;}
.getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .comment1:-ms-input-placeholder {color:#333;}
.getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .comment1::-ms-input-placeholder {color:#333;}*/


.getfreequotemain .starbtn1 {
  margin-top: -6px;
  margin-bottom: 0;
}

.getfreequotemain .starbtn1 .btn {
  border-radius: 0;
  width: 100%;
}

.getfreetitle {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 15px;
}

.getfreetitle .getfreequotitle {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  color: #000;
  padding-left: 15px;
}

.getfreetitle .quonow {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  padding-left: 15px;
}

.getfreetitle p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.servicefaqsmain .faqssec {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
}

.faqstitle {
  padding: 15px 18px;
  border-bottom: 1px solid #dcdcdc;
}

.faqstitle .faqsertitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #000;
}

.servicefaqsmain .faqssec .faqtitle {
  font-size: 40px;
  text-align: center;
  line-height: normal;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
}

.servicefaqsmain .faqssec .stylefaq {
  background: #fff;
  border-top: 1px solid #dcdcdc;
  margin-bottom: 0px;
}

.servicefaqsmain .faqssec .stylefaq:first-child {}

.servicefaqsmain .faqssec .stylefaq:last-child {
  border-bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.servicefaqsmain .faqssec .stylefaq .stylefaqTitle h2 {
  padding: 15px 30px 15px 18px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

.servicefaqsmain .faqssec .stylefaq .stylefaqTitle h2::before {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-135deg);
  position: absolute;
  right: 18px;
  top: 0;
  bottom: -3px;
  margin: auto;
  transition: all 0.4s ease-in-out;
}

.servicefaqsmain .faqssec .stylefaq .stylefaqTitle>h2.collapsed {
  position: relative;
  color: #000;
}

/*.servicefaqsmain .faqssec .stylefaq .stylefaqTitle > h2.collapsed::before {position: absolute;content: '';display: block;left: inherit;top: 0;border-top: 2px solid #5a7b88;width: 12px;margin-top: 24px;}*/
.servicefaqsmain .faqssec .stylefaq .stylefaqTitle>h2.collapsed::before {
  content: "";
  width: 8px;
  height: 8px;
  border: none;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 3px;
  margin: auto;
}

.collapse:not(.show) {
  display: none;
}

.otheservice {
  padding: 0px 30px 10px 18px;
}

.otheservice ul {
  font-size: 0;
}

.otheservice ul li {
  display: block;
}

.otheservice ul li a {
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  color: #666666;
  transition: all 0.4s ease-in-out;
}

.otheservice ul li a:hover {
  color: #ffcb08;
  font-weight: 600;
}

.otheservice ul li a.active {
  color: #ffcb08;
  font-weight: 600;
}

.servicefaqsmain .faqssec .stylefaqTitle {
  position: relative;
  padding-left: 0px;
}

/*---ecommerce solution----*/

/*---ecommerce package---*/
.ecommpackmain {
  padding: 80px 0;
  padding-bottom: 100px;
  position: relative;
}

.ecommpackmain:before {
  content: '';
  position: absolute;
  left: -150px;
  top: 35%;
  width: 305px;
  height: 305px;
  background: #ffefb5;
  border-radius: 50%;
  display: block;
}

.ecommpackmain .servicesec {
  background: #ffcb08;
}

.ecommpackmain .servicesec .digimain {
  padding-top: 15px;
  padding-bottom: 55px;
  font-size: 0;
}

.ecommpackmain .servicesec .digimain .ecommpackcol {
  width: 65%;
  display: inline-block;
}

.ecommpackmain .servicesec .digimain .ecommpacktabimg {
  position: relative;
  width: 35%;
  display: inline-block;
}

.ecommpackmain .servicesec .digimain .ecommpacktabimg img {
  text-align: center;
}

/*.ecommpackmain .servicesec .digimain .ecommpacktabimg:before{position: absolute;content: "";background: url(../img/servicesecommimg.png) no-repeat center;background-size: cover;
width: 568px;height: 392px;right: 30px;bottom: 0;}*/
.ecommpackmain .servicesec .digimain .digiser {
  padding-left: 105px;
}

.ecommpackmain .servicesec .digimain .digititlemain {
  padding-bottom: 25px;
}

.ecommpackmain .servicesec .digimain .digititlemain h5 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 17px;
}

.ecommpackmain .servicesec .digimain .digititlemain ul {
  margin-top: 0px;
  margin-bottom: 20px;
}

.ecommpackmain .servicesec .digimain .digititlemain ul li {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 19px;
}

.ecommpackmain .servicesec .digimain .digititlemain ul li:last-child {
  margin-bottom: 0;
}

.ecommpackmain .servicesec .digimain .digititlemain ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: url(../image/correct.svg) no-repeat center;
  background-size: cover;
}

.digibtn {
  margin-top: 15px;
  width: auto;
  display: inline-block;
}

.digibtn .btn {
  min-width: 0px;
  padding: 8px 35px 8px 25px;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  color: #000;
}

.digibtn .btn i {
  margin-left: 5px;
}

.digibtn .btn i::after {
  width: 10px;
  height: 10px;
}

.ecommpackmain .digimain .digiimgsec {
  padding-top: 45px;
}

.digibtn .btn:hover {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}

.ecommpackmain .digimain .digiimgsec .digiimg {
  width: 100%;
  position: relative;
  padding-bottom: 45%;
}

.ecommpackmain .digimain .digiimgsec .digiimg img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: block;
}

.ecommpackmain .sercategory {
  position: relative;
}

.ecommpackmain .sercategory:after {
  position: absolute;
  top: -55px;
  right: -270px;
  content: "";
  width: 378px;
  height: 376px;
  background: url(../image/pattern-bg1.png) no-repeat;
}

.ecommpackmain .sercategory .catemain {
  margin: auto;
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  border: 0;
  border-top: 1px solid #eee;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: -6px;
  font-size: 0;
}

.ecommpackmain .sercategory .catemain:before {
  content: '';
  background: #ffefb5;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -3px;
}

.ecommpackmain .sercategory .catemain .sercet {
  margin: auto;
  display: inline-block;
  text-align: center;
  padding: 0 0px;
  margin: 0 13px;
  position: relative;
}

.ecommpackmain .sercategory .catemain .sercet .serbtn {
  color: #d4a725;
  transition: all 0.4s ease-in-out;
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  padding-top: 15px;
}

.ecommpackmain .sercategory .nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ecommpackmain .sercategory .catemain .sercet .serbtn:hover,
.ecommpackmain .sercategory .catemain .sercet .active {
  color: #000;
  border: 0;
  border-top: 12px solid #000;
  background: transparent;
}

/*---ecommerce package---*/

/*---ecommerce app our package---*/
.ecommapppackmain {
  padding: 60px 0;
  background: #f3f4f4;
  overflow: hidden;
}

.ecommapppackmain .ecommapppacksec {}

.freeappimg {
  position: relative;
  width: 100%;
  margin-bottom: -200px;
}

.freeappimg img {
  margin: auto;
}

.freeappconmain {
  padding-right: 140px;
  padding-left: 0px;
}

.freeappconmain .freeapptieimg {
  width: 100%;
  margin-left: -12px;
}

.freeappconmain .freeapptieimg img {}

.freeappconmain .getfreeapptitle {
  font-size: 52px;
  line-height: 53px;
  font-weight: bold;
  color: #000;
  padding-bottom: 30px;
  padding-top: 15px;
}

.freeappconmain p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin: 0;
}

/*---ecommerce app our package---*/

/*---need help sec----*/
/*.needhelpconmain{padding-top: 80px;padding-bottom: 125px;}
.needhelpconmain .needhelpconsec{}
.needhelpchoos{}
.needhelpchoos .needtitle{font-size: 61px;line-height: 70px;font-weight: 800;color: #ffcb08;text-align: center;}
.needhelpchoos .choosripactitle{font-size: 32px;line-height: 40px;font-weight: 800;color: #000;text-align: center;}
.needhelpchoos .needboxmain{padding: 45px 0;}
.needhelpchoos .needboxmain ul{width: 100%;display: inline-block;font-size: 0;}
.needhelpchoos .needboxmain ul li{width: 33.33%;display: inline-block;text-align: center;padding: 0 29px;vertical-align: top;}
.needhelpchoos .needboxmain ul li .icon{font-size: 45px;line-height: 45px;text-align: center;color: #000;margin-bottom: 15px;
display: inline-block;}
.needhelpchoos .needboxmain ul li .needconboxtitle{font-size: 18px;line-height: 26px;color: #000;font-weight: 600;text-align: center;}
.needhelpchoos .needboxmain ul li span{font-weight: bold;}
.needhelpchoos .callustitle{font-size: 16px;line-height: 26px;font-weight: 600;color: #000;text-align: center;margin: 0;margin-bottom: 12px;}
.needhelpchoos a{font-size: 78px;line-height: 80px;font-weight: 900;color: #ffcb08;text-align: center;display: block;
    transition: all 0.4s ease-in-out;}
.needhelpchoos a:hover{color: #000;}*/

/*---need help sec----*/
.needhelpconmain {
  padding-top: 80px;
  padding-bottom: 125px;
}

.needhelpconmain .needhelpconsec {}

.needhelpchoos {}

.needhelpchoos .needtitle {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  color: #ffcb08;
  text-align: center;
}

.needhelpchoos .choosripactitle {
  font-size: 22px;
  line-height: 34px;
  font-weight: 800;
  color: #000;
  text-align: center;
}

.needhelpchoos .needboxmain {
  padding: 30px 0;
}

.needhelpchoos .needboxmain ul {
  width: 100%;
  display: inline-block;
  font-size: 0;
}

.needhelpchoos .needboxmain ul li {
  width: calc(33.33% - 15px);
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
}

.needhelpchoos .needboxmain ul li:hover {
  box-shadow: -1px 0px 13px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.needhelpchoos .needboxmain ul li:last-child {
  margin-right: 0;
}

.needhelpchoos .needboxmain ul li a {
  display: inline-block;
  text-align: center;
  padding: 25px 25px;
  vertical-align: top;
  width: 100%;
}

/*.needhelpchoos .needboxmain ul li a:hover{box-shadow: -1px 0px 13px 0px rgba(0, 0, 0, 0.1);border:1px solid transparent;}*/

.needhelpchoos .needboxmain ul li .icon {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  display: inline-block;
}

.needhelpchoos .needboxmain ul li .needconboxtitle {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.needhelpchoos .needboxmain ul li .needboxtitow {
  font-weight: bold;
  color: #ffcb08;
}

.needhelpchoos .callustitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 12px;
}

.needhelpchoos .needconnumer {
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  color: #ffcb08;
  text-align: center;
  display: block;
  transition: all 0.4s ease-in-out;
}

.needhelpchoos .needconnumer:hover {
  color: #000;
}

.needhelpimg {}

.needhelpimg img {
  margin: auto;
}

.serviceformmain {
  background: #fff;
  border-radius: 5px;
  padding-left: 100px;
}

.serviceformmain .fillformsec1 {
  margin-left: 0;
  margin-top: 0;
  display: inline-block;
  width: 373px;
}

.serviceformmain .fillformsec1 .fillformleft1 {
  width: 100%;
  float: none;
  margin-right: 0;
}

.serviceformmain .fillformsec .fillformleft .fillform {
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}

.serviceformmain .fillformsec .fillformleft .fillform .control {
  width: 50%;
  border-right: 2px solid #dcdcdc;
  float: left;
}

.serviceformmain .fillformsec1 .fillformleft1 .fillform .input-text {
  height: 80px;
  width: 100%;
  padding: 10px 17px;
  font-size: 16px;
  border-bottom: 2px solid #dcdcdc;
  color: #000;
  line-height: 1.4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.serviceformmain .fillformsec .fillformleft .fillform .control:nth-child(2) {
  border-right: 0px solid #dcdcdc;
}

.serviceformmain .fillformsec .fillformleft .fillform .field {
  width: 100%;
}

.serviceformmain .fillformsec1 .fillformleft1 .fillform .field2 .comment1 {
  height: 130px;
  resize: none;
  padding-top: 30px;
  padding-bottom: 10px;
}

.starbtn1 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  text-align: center;
}

/*.starbtn .btn{text-align: center;font-size: 22px;font-weight: 700;min-width: 0;
padding: 12px 115px;}
.starbtn .btn i::after{width: 14px;height: 14px;border-bottom: 3px solid currentColor;
border-right: 3px solid currentColor;border-radius: 2px;position: absolute;top: 0;bottom: 0;margin: auto;}
*/
.serviceformmain .fillformsec .fillformleft .fillform .control .custom-select,
.field .custom-select {
  color: #000;
  cursor: pointer;
  border: 0px;
  background: #fff url("../image/down.png") no-repeat right 1.2rem center;
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 28px 12px 20px;
  outline: none;
  border-bottom: 2px solid #dcdcdc;
  border-radius: 0;
}

.serviceformmain .fillformsec1 .fillformleft1 .fillform .input-text::placeholder {
  color: #333;
}

.serviceformmain .fillformsec1 .fillformleft1 .fillform .input-text:-ms-input-placeholder {
  color: #333;
}

.serviceformmain .fillformsec1 .fillformleft1 .fillform .input-text::-ms-input-placeholder {
  color: #333;
}

/*---need help sec----*/

/* sidebar menu */
.service-categories {}

.service-categories li {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
}

.service-categories li:last-child {
  border-bottom: 0;
}

.catopne {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.service-categories li a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #000;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 5px 0px;
}

.service-categories li.current_page_item>a,
.service-categories li.current-menu-parent>a {
  color: #ffcb08;
}


.service-categories li ul {
  display: none;
  width: 100%;
  text-align: left;
  padding: 10px 0px;
  position: relative;
  padding-left: 10px;
}

.service-categories li ul li:first-child {
  padding-top: 0;
}

.service-categories li ul li:last-child {
  padding-bottom: 0;
}

.service-categories li ul li {
  border: 0;
  padding: 7px 0;
  position: relative;
}

.service-categories li ul li a {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #666666;
  position: relative;
  padding: 0;
  transition: all 0.4s ease-in-out;
}

.service-categories li ul li a:hover {
  color: #ffcb08;
}

.service-categories li ul li.active a {
  color: #ffcb08 !important;
}

.service-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 43px;
  z-index: 99;
}

.service-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  top: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-315deg);
  margin: auto;
  transition: all 0.6s ease-in-out;
}

.service-arrow.minus:before {
  transform: rotate(-135deg);
  top: 15px;
}

/* sidebar menu */

/*---why choo help---*/
.whychohelpmain {}

.headtitlemain {
  display: block;
  padding: 50px 0;
}

.headtitlemain .headtitle {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.headtitlemain p {
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.whychohelpmain .chohelp {
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  height: 300px;
  width: 100%;
  background-size: cover;
}

.whychohelpmain .chohelp:before {
  background: #000;
  content: "";
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.6s ease-in-out
}

.whychohelpmain .chohelp .whyBoxTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  max-width: 80%;
  text-align: center;
  margin: auto;
}

.whychohelpmain .chohelprow {
  margin: 0;
}

.chohelprow .chohelpcol {
  padding: 0;
}

.chohelpbox {
  width: 100%;
  padding: 20px 70px;
  height: auto;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chohelpbox .chohelptitle {
  font-size: 22px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  margin: 50px 0;
  transition: all 0.4s ease-in-out
}

.chohelpbox .chohelpsmalltitle {
  font-size: 21px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.chohelpbox p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  margin: 50px 0;
  transition: all 0.4s ease-in-out;
  max-height: 180px;
  overflow: auto;
  padding-right: 10px;
}

/* width */
.chohelpbox p::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.chohelpbox p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.chohelpbox p::-webkit-scrollbar-thumb {
  background: #3a3a3a;
}

/* Handle on hover */
.chohelpbox p::-webkit-scrollbar-thumb:hover {
  background: #3a3a3a;
}

/*.whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp{background-color: #ffcb08;}
.whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp:before{opacity: 0.95;background: #ffcb08;}
.whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp .chohelpbox .chohelptitle, .whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp .chohelpbox .chohelpsmalltitle,  .whychohelpmain .chohelprow .chohelpcol:nth-child(2) .chohelp .chohelpbox p{color: #000;}*/


.getfreequotemain .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  top: -51px;
}

/*---why choo help---*/

/*---thank you and 404---*/
.thanksec {
  width: 100%;
  display: block;
  max-width: 1090px;
  margin: auto;
}

.thanksec .conimg {}

.thanksec .conimg img {
  margin: auto;
}

.thanksec .webcon {}

.thanksec .webcon .contitle {
  font-size: 92px;
  line-height: normal;
  font-weight: bold;
  color: #000;
  text-align: left;
}

.thanksec .webcon p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.thanksec .webcon .btn {}

/*---thank you and 404---*/

.technologies_section.services_techno {
  padding-top: 50px;
}

.blogdetailcon .blogTitle a {
  color: #000;
}

.blogdetailcon .blogTitle a:hover {
  color: #fdc800;
}

/*---pagination---*/
.pagination {
  text-align: center;
  margin: 30px 0;
  position: relative;
  display: block;
  width: 100%;
  right: 0;
  background-image: none !important;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: inline-block;
  height: 40px;
  border-radius: 35px;
  font-size: 0;
  background: transparent;
  max-width: 500px;
  position: relative;
  border: 2px solid #e1e7e9;
  overflow: hidden;
}

.navigation.pagination {
  visibility: visible;
  opacity: 1;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 0 15px;
  color: #8e9499;
  transition: all 0.4s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 36px;
  border-right: 1px solid #e1e7e9;
  border-left: 1px solid #e1e7e9;
}

.pagination .page-numbers:first-child {
  border-left: 0;
}

.pagination .page-numbers:last-child {
  border-right: 0;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background: #ffcb08;
  color: #000;
}

.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
  background: transparent;
  color: #ffcb08;
}

.pagination .prev.page-numbers .screen-readertext {}

.pagination .next.page-numbers .screen-readertext {}

.pagination .screen-readertext {
  color: #8e9499;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  transition: all 0.4s ease-in-out;
}

.pagination .screen-readertext:hover {
  color: #ffcb08;
}

.pagination .icon {
  display: none;
}

/*---pagination---*/


.page-template-contact-template .fillformmain .fillformsec {
  margin-left: 0;
  display: block;
  max-width: 976px;
  margin: auto;
}

.page-template-contact-template .fillformmain .fillformsec .fillformleft {
  width: 65%;
}

.fillformmain .fillformsec .fillformright {
  width: 32%;
}

.coninfo .lookmain .looksec {
  margin-left: 0;
  display: block;
  max-width: 976px;
  margin: auto;
  margin-top: 40px;
  width: 100%;
}

.globallocamain .globallocasec {
  max-width: 976px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.globallocamain .globallocasec .state {
  width: 32.3%;
}

.pageTitle {
  margin-bottom: 0;
}

/*---apply-now---*/

.applyformSec {
  padding-top: 4rem;
}

/*.applyformSec .fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2n+1){border-right: 2px solid #dcdcdc;}
.applyformSec .fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2n+2) {border-right: none;}*/
.fieldboxtitle {
  padding: 10px 20px;
  margin-bottom: 0;
}

.applyformSec .fillformmain .fillformsec .fillformleft {
  float: none;
  margin: auto;
  width: 70%;
}

.applyformSec .fillformmain .fillformsec {
  margin: 0;
}


/*---apply-now---*/

/*---technologies---*/
.technologieSec {
  width: 100%;
  display: block;
  max-width: 1092px;
  margin: auto;
  padding-bottom: 115px;
  padding-top: 0px;
  position: relative;
  z-index: 2;
}

.technologieSec .secHead {
  margin-bottom: 70px;
}

.technologieSec .secHead .secTitle {
  font-size: 38px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  text-align: center;
  display: block;
}

.techno-logolist {
  font-size: 0;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.techno-logolist li {
  width: 20%;
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}

.tech-logo {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 38%;
  filter: grayscale(1);
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}

.tech-logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
}

.tech-service {
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  width: 150px;
  height: 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.techno-logolist li:hover .tech-service {
  border: 1px solid #eee;
  background: #fff;
  box-shadow: -1px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.tech-service span {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  font-weight: 600;
}

.techno-logolist li:hover .tech-logo {
  filter: grayscale(0);
}

.technolomain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}

.technolomain:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  bottom: 0;
}

.technolomain .technonav {
  text-align: center;
}

.technolomain .technonav .technobtn {
  min-width: 160px;
  line-height: 1.4;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding-bottom: 16px;
}

.technolomain .technonav .technobtn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0px;
}

.technolomain .slick-current .technonav .technobtn:after {
  background: #ffcb08;
}

.technologieboxs {
  padding: 0 10px;
}

/*---technologies---*/


.coninfo .fillformmain .fillformsec .fillformleft .fillform .control {
  border-right: 0px solid #dcdcdc;
}

.coninfo .fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2n+2) {
  border-right: 2px solid #dcdcdc;
}

@media only screen and (max-width:1599px) {
  .ecommpackmain:before {
    display: none;
  }

  .bikeimg {
    right: 0px;
  }

  .bikeimg img {
    margin-left: auto;
  }
}


/*---service Page---*/
@media only screen and (max-width:1290px) {

  /*.fillformmain .fillformsec{margin-left: 30px;}
.coninfo .lookmain .looksec{margin-left: 30px;}
.globallocamain .globallocasec{margin-left: 30px; width: 80%;}
.globallocamain .globallocasec .state{width: 320px;}
*/
  .globallocamain .globallocasec .state .couaddress {
    font-size: 16px;
    line-height: 38px;
  }

  .needhelpchoos .needboxmain ul li {
    width: calc(33.33% - 10px);
    margin-right: 10px;
  }

  /*.fillformmain .fillformsec .fillformright {width: 28%;}
.coninfo .lookmain .looksec {width: 80%;}*/

  /*-----portfolio-detail----*/
  .comcusmain2 .concusmain {
    left: 0;
  }

  .comcusdecmain .comcussec::before {
    width: 790px;
    height: 375px;
  }

  .comcusmain2 .chooseimg {
    padding-bottom: 70%;
  }

  .comcusmain2 .concusmain {
    top: 26%;
  }

  .bikeimg {
    top: 18%;
  }

  /*-----portfolio-detail----*/

  /* about css */
  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox {
    margin-right: 15px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
    width: 182px;
    height: 178px;
  }

}

@media only screen and (max-width:1199px) {
  /*.coninfo .condetail .slide-caption .contitle{font-size: 46px;line-height: 60px;}*/

  .headermenu .navigation ul li a:hover,
  .headermenu .navigation ul li.current-menu-item>a,
  .headermenu .navigation ul li.current-menu-ancestor>a {
    color: #fdc800;
  }

  .coninfo .condetail .slide-caption .condec {
    margin-right: 0;
  }

  .coninfo .condetail .slide-caption .starbtn {
    margin-right: 20px;
  }

  .fillformmain .fillformsec {
    margin-top: 30px;
    margin-left: 0;
  }

  .fillformmain .fillformsec .fillformleft .filformtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .control .input-text,
  .field .input-text {
    height: 64px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field2 .comment {
    height: 75px;
    padding-top: 15px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 18px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 9px;
    height: 9px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field .add {
    width: 45px;
    height: 45px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field .add .filadd {
    height: 45px;
  }

  .fillformmain .fillformsec .fillformright {
    margin-top: 50px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .starideatile {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .stardec {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .stardec2 {
    font-size: 14px;
    line-height: 24px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    vertical-align: top;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg:last-child {
    margin-bottom: 0px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg .prousername {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  /*.fillformmain .fillformsec .fillformright{width: 38%;}*/
  .countrydetail .couconta span a {
    font-size: 14px;
  }

  .countrydetail .couconta label {
    font-size: 14px;
  }

  .coninfo .lookmain .looksec {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }

  .coninfo .lookmain .lookingcontacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fillformmain .fillformsec .fillformright .startupidea {
    padding: 30px 15px 40px 15px;
  }

  .coninfo .lookmain .lookinghead {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .coninfo .lookmain .heading5 {
    font-size: 14px;
    line-height: 24px;
  }

  .coninfo .lookmain .careerprospects ul li {
    font-size: 14px;
  }

  .coninfo .lookmain .careerprospects {
    margin: 30px 0;
  }

  .coninfo .lookmain .starbtn .btn {
    font-size: 16px;
    padding: 0;
  }

  .globallocamain .globallocasec .glotitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .globallocamain .globallocasec .state .coutname {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .globallocamain .globallocasec .state .couaddress {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .globallocamain .globallocasec .state .couconta label {
    font-size: 16px;
  }

  .globallocamain .globallocasec .state .couconta a {
    font-size: 16px;
  }

  .globallocamain .globallocasec .state {
    min-height: 0;
    width: 32.5%;
  }

  .globallocamain .globallocasec {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .coninfo .lookmain::after {
    display: none;
  }

  .globallocamain .globallocasec .state .couicon {
    margin-bottom: 20px;
  }

  .globallocamain .globallocasec .state .couicon .icon {
    height: 50px;
    font-size: 50px;
  }

  .globallocamain .globallocasec .state .couicon .icon-australia {
    font-size: 65px;
    bottom: 2px;
  }

  .countrydetail .couconta span a {
    vertical-align: super;
  }

  .fillformmain .fillformsec .fillformleft {
    width: 59%;
  }

  .caselistingcol .projectdetail .prosmull {
    min-height: 0;
  }

  .caselistingcol .projectdetail .procomti {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .caselistingcol .technology {
    margin-top: 10px;
  }

  .caselistingcol .projectdetail p.projectbio {
    font-size: 14px;
    line-height: 24px;
  }

  .caselistingcol .technology a {
    font-size: 12px;
    padding: 2px 10px;
  }

  .categoryfilter .dropdown .drop::after {
    width: 6px;
    height: 6px;
    top: 7px;
    right: 6px;
  }

  .filterbar .tabfilter a {
    margin: 0 10px
  }

  .filterbar .tabfilter a:first-child {
    margin: 0 10px 0 0
  }

  .categoryfilter .dropdown {
    padding: 0 5px 20px 0;
    margin: 0 10px 0 0
  }

  .categoryfilter .dropdown .dropdown-menu.three-part-tab {
    min-width: 650px
  }

  .categoryfilter .dropdown .drop,
  .filterbar .tabfilter a {
    font-size: 14px
  }

  .listingsec {
    padding: 30px 0 50px
  }

  .fillterliscol {
    margin-top: 0px
  }

  .caselistingcol .listingimg img {
    min-height: 100%;
    width: 100%;
  }

  .caselistingcol .listingimg {
    height: 100%;
  }

  .fillformmain .fillformsec .fillformleft .fillform .control .custom-select,
  .field .custom-select {
    height: 64px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: -42px;
  }


  /*-----portfolio-detail----*/
  .renmain .rensec .renzoncon .rentitle {
    font-size: 28px;
    line-height: 40px;
  }

  .renmain .rensec .renzoncon .rendec {
    font-size: 16px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
  }

  .clirevslisec .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .cuswebdesmain {
    margin: 30px 0;
  }

  .cuswebdesmain .cuswebsec .cuswebtitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .cuswebdesmain .cuswebsec .cuswebdec {
    font-size: 16px;
  }

  .cuswebdesmain .cuswebdesuse {
    margin-top: 30px;
  }

  .cuswebdesmain .cuswebdesuse ul li .boxmain {
    width: 100px;
    height: 100px;
    padding: 10px;
  }

  .comcusdecmain .comcussec .concusmain .concusmtitle {
    font-size: 28px;
    line-height: 40px;
  }

  .comcusdecmain .comcussec .concusmain .concusmdec {
    font-size: 16px;
  }

  .comcusdecmain .comcussec .chooseimg {
    padding-bottom: 65%;
  }

  .comcusdecmain .comcussec .concusmain {
    margin-right: 145px;
    margin-left: 30px;
  }

  .comcusdecmain .comcussec::before {
    width: 400px;
    height: 200px;
    right: 100px;
  }

  .comcusdecmain {
    margin-bottom: 30px;
  }

  .coninfomain {
    padding: 30px 0;
  }

  .coninfomain .coninfo .rentitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .coninfomain .coninfo .starbtn .btn {
    font-size: 14px;
  }

  .viewallmain {
    margin: 30px 0;
  }

  .viewallmain .viewsec .viewleft .viewbox .viewtext {
    font-size: 12px;
  }

  .viewallmain .viewsec .viewleft .viewbox .viewicon {
    font-size: 57px;
    height: 57px;
  }

  .viewallmain .viewsec .viewleft {
    padding-right: 80px;
  }

  .viewallmain .viewsec .upnextright {
    padding-left: 80px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upnexttext {
    font-size: 14px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle {}

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle a {
    font-size: 24px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle a:after {
    width: 12px;
    height: 12px;
  }

  .bikeimg {
    width: 65%;
  }

  .comcusmain2 .concusmain {
    max-width: 60%;
  }

  /*-----portfolio-detail----*/

  .sealogmain .sealogsec .mobileimgmain {
    padding-bottom: 450px;
  }

  .sealogmain .sealogsec .mobileconmain {
    margin-right: 0;
  }

  .sealogmain .sealogsec .mobileconmain .mobiletitle {
    font-size: 26px;
    line-height: 40px;
  }

  .sealogmain .sealogsec .mobileconmain .mobildec {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox {
    padding: 5px 10px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .mobile {
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .android {
    font-size: 40px;
    line-height: 40px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .dettitle {
    font-size: 14px;
    line-height: 26px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .proname {
    font-size: 16px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 .icon {
    font-size: 40px;
    height: 40px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 {
    padding-left: 50px;
  }

  .detailemobilemain .detamobilesec .detamobilebanneimg {
    width: 37%;
  }

  .detailemobilemain .detamobilesec {
    height: 450px;
    margin-bottom: 30px;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .mobileimg {
    width: 180px;
    height: 400px;
    right: 270px;
    top: 40px;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .mobileimg .desktop {
    border: 5px solid #fff;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .detainfotext {
    width: 500px;
    padding-top: 100px;
  }

  .detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper .mobileimg {
    width: 180px;
    height: 400px;
    right: 535px;
  }

  /*.applictionmain .appstoimg .appstore{width: 150px;height: 50px;}*/
  .applictionmain .appstoimg {
    margin-right: 5px;
  }

  .applictionmain {
    padding-bottom: 30px;
  }

  .highlifeaturesmain {
    margin: 30px 0;
  }

  .highlifeaturesmain .highlifeaturessec .highlititle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .highlifeaturesmain .highlifeaturessec .highlibox .icon {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px;
  }

  .highlifeaturesmain .highlifeaturessec .highlibox .highliboxtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .highlifeaturesmain .highlifeaturessec .highlibox .highliboxdec {
    font-size: 14px;
  }

  .coninfomain .coninfo .rentitle {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .viewallmain .viewsec .viewleft .viewbox .viewtext {
    font-size: 10px;
  }

  .viewallmain .viewsec .viewleft .viewbox .viewicon {
    font-size: 50px;
    line-height: 50px;
  }

  .viewallmain .viewsec .viewleft {
    padding-right: 30px;
  }

  .viewallmain .viewsec .upnextright {
    padding-left: 20px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upnexttext {
    font-size: 12px;
  }

  /*.viewallmain .viewsec .upnextright .upnextbox .upcomtitle{font-size: 18px;line-height: 30px;}*/
  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle a {
    font-size: 18px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle i::after {
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }

  .sealogmain .sealogsec .mobileimgmain img {
    border: 5px solid #fff;
  }

  .cmsCon h1 {
    font-size: 24px;
  }

  .cmsCon h1 span {
    font-size: 22px;
  }

  .cmsCon h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .cmsCon h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 500;
  }

  .cmsCon h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 500;
  }

  .cmsCon h5 {
    font-size: 15px;
    margin: 0 0 5px 0;
    font-weight: 500;
  }

  .cmsCon h6 {
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 500;
  }

  .cmsCon .alignleft {
    margin: 0 20px 20px 0;
  }

  .cmsCon .alignright {
    margin: 0 0 20px 20px;
  }

  .cmsCon p {
    font-size: 14px;
    line-height: 1.6;
  }

  .cmsCon p a {
    font-size: 14px;
  }

  .cmsCon ul {
    padding: 0px 5px;
  }

  .cmsCon ul li {
    font-size: 14px;
    line-height: 24px;
  }

  .cmsCon ol li {
    font-size: 14px;
    line-height: 24px;
  }

  /* about us css */

  .digiitfirmmain {
    padding: 30px 0;
  }

  .digiitfirmmain .digiitfirmsec .didifirsttitle {
    font-size: 16px;
    line-height: 28px;
  }

  .digiitfirmmain .digiitfirmsec .digititle {
    font-size: 24px;
    line-height: 34px;
  }

  .digiitfirmmain .digiitfirmsec .digidec {
    margin: 0;
  }

  .workprocess_section1 {
    padding-top: 30px;
  }

  .workprocess_section1::after {
    display: none;
  }

  .happycustommain {
    padding: 30px 0;
  }

  .happycustommain .secHead .secTitle {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .happycustommain .secHead {
    margin-bottom: 0;
  }

  .happycustommain .happycustomBox .teamconmain {
    padding: 15px 10px;
  }

  .happycustommain .happycustomBox .teamconmain .teamname {
    font-size: 16px;
  }

  .happycustommain .happycustomBox .teamconmain .teamposition {
    font-size: 14px;
  }

  .happycustomsec .happycustom .slick-prev {
    width: 30px;
    height: 30px;
  }

  .happycustomsec .happycustom .slick-prev::before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .happycustomsec .happycustom .slick-next {
    width: 30px;
    height: 30px;
  }

  .happycustomsec .happycustom .slick-next::before {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .opnedigicommculmain .opnecomculsec .opnedigicomtitle {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .opnedigicommculmain {
    margin-bottom: 30px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg1 {
    padding-bottom: 466px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg4 {
    padding-bottom: 363px;
  }

  .ourexpertisemain {
    padding: 30px 0;
  }

  .ourexpertisemain .ourexpertisesec .ourexpertitle {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
    width: 150px;
    padding: 15px 10px;
    height: 110px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .experimg {
    padding-bottom: 45px;
    margin-bottom: 10px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .expertitle {
    font-size: 14px;
  }

  .aboutcontacinfomain .abouconinfosec .abouconinfotitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .aboutcontacinfomain .abouconinfosec .abouconimg {
    margin-left: 0;
  }

  .fillformmain .fillformsec1 {
    margin-top: 0;
  }

  .fillformmain .fillformsec .fillformleft {
    width: 100%;
  }

  .aboutcontacinfomain {
    margin-bottom: 30px;
  }

  .companylogo_section.comp-logo {
    padding: 50px 0;
  }

  .companylogo_section.comp-logo .logo_slider {
    top: 0;
  }

  /* blog page css start */
  .listingsec .caselistingcol .bloglist {
    padding: 15px 15px;
  }

  .listingsec .caselistingcol .bloglist .procomti {
    font-size: 18px;
    line-height: 26px;
  }

  .listingsec .caselistingcol .bloglist .projectbio {
    font-size: 14px;
    line-height: 24px;
  }

  .blog_sticky {
    top: 25%;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 300px;
  }

  .blogdetailconinfo {
    margin-bottom: 30px;
    padding-left: 35px;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg1 {
    /*padding-bottom: 291px;*/
    padding-bottom: 0;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg1 img {
    padding: 0;
  }

  .sticky_social {
    margin-left: -50px;
  }

  .blogdetailmain .blogdetailsec {
    padding: 0 14px;
  }

  .blogdetailmain .blogdetailsec .imgshadow::before {
    right: 200px;
  }

  .single-post iframe {
    height: 350px;
  }

  /* blog page css end */

  /*---why choo help---*/
  .headtitlemain {
    padding: 30px 0;
  }

  .headtitlemain .headtitle {
    font-size: 26px;
    line-height: 40px;
  }

  .headtitlemain p {
    font-size: 16px;
  }

  .chohelpbox {
    padding: 20px 15px;
  }

  .chohelpbox .chohelptitle {
    font-size: 18px;
  }

  .chohelpbox .chohelpsmalltitle {
    font-size: 16px;
  }

  .chohelpbox p {
    font-size: 14px;
  }

  /*---why choo help---*/

  /*---service Page---*/

  /*---need help sec----*/
  .needhelpconmain {
    padding: 30px 0;
  }

  .needhelpchoos .needtitle {
    font-size: 26px;
    line-height: 36px;
  }

  .needhelpchoos .choosripactitle {
    font-size: 18px;
    line-height: 26px;
  }

  .needhelpchoos .needboxmain {
    padding: 20px 0;
  }

  .needhelpchoos .needboxmain ul li a {
    padding: 15px 15px;
  }

  .needhelpchoos .needboxmain ul li .icon {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .needhelpchoos .needboxmain ul li .needconboxtitle {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
  }

  .needhelpchoos .needboxmain ul li .needboxtitow {
    font-weight: 600;
  }

  .needhelpchoos .callustitle {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .needhelpchoos .needconnumer {
    font-size: 30px;
    line-height: 33px;
  }

  .serviceformmain {
    padding-left: 0;
  }

  .serviceformmain .fillformsec1 {
    width: 100%;
  }

  .serviceformmain .fillformsec1 .fillformleft1 .fillform .control .input-text1,
  .field .input-text1 {
    height: 64px;
  }

  .serviceformmain .fillformsec1 .fillformleft1 .fillform .field2 .comment1 {
    padding-top: 15px;
    height: 90px;
  }

  .serviceformmain .fillformsec1 .fillformleft1 .fillform .starbtn1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 16px;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    border-radius: 1px;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .starbtn .btn i {
    margin-left: 3px;
  }

  /*---need help sec----*/

  /*---ecommerce app our package---*/
  .ecommapppackmain {
    padding: 30px 0;
  }

  .freeappconmain {
    padding-right: 0;
  }

  .freeappconmain .freeapptieimg {
    padding-bottom: 20px;
  }

  .freeappconmain .getfreeapptitle {
    font-size: 26px;
    line-height: 36px;
    padding: 15px 0;
  }

  .freeappimg {
    margin-bottom: -170px;
  }

  /*---ecommerce app our package---*/

  /*---ecommerce package---*/
  .ecommpackmain .sercategory .catemain .sercet .serbtn:hover,
  .ecommpackmain .sercategory .catemain .sercet .active {
    border-top: 8px solid #000;
  }

  .ecommpackmain .sercategory .catemain .sercet {
    margin: 0 10px;
  }

  .ecommpackmain .sercategory .catemain .sercet .serbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 34px;
  }

  .ecommpackmain .servicesec .digimain .digiser {
    padding-left: 15px;
  }

  .ecommpackmain .servicesec .digimain {
    padding-bottom: 30px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain h5 {
    font-size: 20px;
    line-height: 30px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain ul li {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain ul li::before {
    width: 12px;
    height: 12px;
    top: 7px;
  }

  .ecommpackmain .servicesec .digimain .ecommpacktabimg::before {
    width: 300px;
    height: 220px;
  }

  .ecommpackmain {
    padding: 50px 0;
  }

  /*---ecommerce package---*/

  /*---ecommerce solution----*/
  .ecommercemain {
    padding: 30px 0;
  }

  .ecommercemain .ecommercesec .ecommercetitle {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .ecommercemain .ecommercesec .ecommrow {
    margin-left: -7px;
    margin-right: -7px;
  }

  .ecommercemain .ecommercesec .ecommcol {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
  }

  .eCommerceboxmain {
    padding: 10px 15px;
    /*min-height: 285px;*/
  }

  .eCommerceboxmain .eCommerceicon {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .eCommerceboxmain .eCommerceicon .icon {
    line-height: 50px;
    font-size: 30px;
  }

  .eCommerceboxmain .eCommerceboxcon .ecommboxtitle {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .eCommerceboxmain .eCommerceboxcon .ecommboxtitle::before {
    width: 50px;
    height: 2px;
  }

  .eCommerceboxmain .eCommerceboxcon .ecommboxdec {
    font-size: 14px;
  }

  .getfreetitle .getfreequotitle {
    font-size: 28px;
    line-height: 30px;
    padding-left: 15px;
  }

  .getfreetitle .quonow {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    margin-bottom: 10px;
  }

  .getfreetitle .receivequodec {
    font-size: 14px;
    line-height: 26px;
  }

  .getfreequotemain .fillformsec .fillformleft .fillform .control:nth-child(2) {
    border-right: 0;
  }

  .getfreequotemain .fillformsec .fillformleft .fillform .control {
    width: 100%;
    float: none;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .control .input-text1,
  .field .input-text1 {
    padding: 7px 12px;
    height: 60px;
    font-size: 14px;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .comment1 {
    font-size: 14px;
    padding: 10px 12px;
    height: 100px;
  }

  /*.getfreequotemain .fillformsec1 .fillformleft1 .fillform .starbtn1{margin-top: 20px;margin-bottom: 20px;}*/
  .getfreequotemain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 16px;
    padding: 10px 55px;
  }

  .getfreequotemain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }

  .getfreequotemain {
    margin-bottom: 30px;
  }

  .faqstitle {
    padding: 12px 15px;
  }

  .faqstitle .faqsertitle {
    font-size: 18px;
    line-height: 26px;
  }

  .servicefaqsmain .faqssec .stylefaq .stylefaqTitle h2 {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
  }

  .servicefaqsmain .faqssec .stylefaq .otheservice {
    padding: 0 30px 10px 15px;
  }

  .servicefaqsmain .faqssec .stylefaq .otheservice ul li .service {
    font-size: 13px;
    line-height: 26px;
  }

  /*---ecommerce solution----*/

  /*--- seevice banner sec ---*/
  .servicebanemain .serviceleft .servicecont {
    padding: 15px 0;
    padding-right: 50px;
  }

  .servicebanemain .serviceleft .servicecont .sertitle {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 15px;
  }

  /*--- seevice banner sec ---*/

  .starbtn1 .btn {
    padding: 12px 10px;
    width: 90%;
    font-size: 20px;
  }

  .starbtn1 .btn i:after {
    width: 12px;
    height: 12px;
  }

  /*---service Page---*/

  .thanksec .webcon .contitle {
    font-size: 36px;
  }

  .thanksec .webcon p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .counter_section1 {
    padding-bottom: 50px;
  }

  .happycustomsec .happycustom .happycustomBox {
    width: 20%;
  }

  /*---apply-now---*/

  .applyformSec {
    padding-top: 2rem;
  }

  /*---apply-now---*/
  /*---technologies---*/
  .technologieSec .secHead .secTitle {
    font-size: 30px;
  }

  .technologieSec {
    padding-bottom: 50px;
  }

  .technolomain .technonav .technobtn {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .technolomain {
    margin-bottom: 30px;
  }

  .technolomain .technonav .technobtn {
    min-width: 150px;
  }

  .tech-service span {
    font-size: 14px;
  }

  .blogdetailsec .cmsCon ol li ul li {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.5;
    padding-left: 15px;
  }

  /*---technologies---*/
}

@media only screen and (max-width:991px) {
  .coninfo .condetail .slide-caption .contitle {
    font-size: 28px;
    line-height: 40px;
  }

  .coninfo .condetail .slide-caption .condec {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .coninfo .condetail .slide-caption .starbtn .btn {
    font-weight: 600;
  }

  .coninfo .condetail .slide-caption .dropembtn {
    margin-top: 15px;
  }

  .fillformmain .fillformsec .fillformleft {
    width: 60%;
  }

  .fillformmain .fillformsec .fillformright {
    width: 37%;
  }

  .globallocamain .globallocasec .state .couaddress {
    font-size: 14px;
    line-height: 26px;
    min-height: 78px;
  }


  .listingsec .listinrow .fillterliscol {
    width: 50%;
    margin-bottom: 30px;
  }

  .filterbar .tabfilter a {
    padding-bottom: 12px;
  }

  .filterbar,
  .mbfilterclose {
    display: block
  }

  .listingfilter {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
  }

  .categoryfilter .dropdown {
    padding: 0 0 10px;
    margin: 0 30px 0 0
  }

  .categoryfilter .dropdown .dropdown-menu {
    margin: 0;
    box-shadow: none;
    background-color: #fff;
    right: 0;
    top: 130px;
    width: 100%;
    padding: 0 15px;
  }

  .filterdropdownsec .resetic {
    display: none;
  }

  .categoryfilter .dropdown .dropdown-menu.twoparttab {
    min-width: 100%;
  }

  .categoryfilter .dropdown .dropdown-menu.twoparttab li {
    width: 33.333333%;
  }

  .categoryfilter .dropdown>.dropdown-menu>li>span {
    padding: .4rem 0;
    font-size: 14px;
  }

  .categoryfilter .dropdown .drop {
    color: #000;
    padding: 0;
  }

  .categoryfilter .dropdown .drop.active {
    color: #252b33;
  }

  .filterbar .categoryfilter {
    display: none;
    background: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99999999999;
    padding: 20px 10px;
    overflow-y: scroll
  }

  .filterbysec {
    display: flex;
    margin-bottom: 30px;
    position: relative;
  }

  .filterbar .categoryfilter.slideMenu {
    right: 0;
    text-align: left;
    display: inline-block;
    overflow-y: auto;
  }

  .openPopupFilter {
    position: relative;
    z-index: 1051;
  }

  .categoryfilter .dropdown.show .dropdown-menu {
    display: block;
  }

  .categoryfilter .dropdown .drop:after {
    right: -15px;
  }

  .categoryfilter .dropdown>.dropdown-menu>li>a {
    padding: .2rem 0;
  }

  /*.categoryfilter .downcaret, .categoryfilter .dropdown .drop::after, .categoryfilter .dropdown .dropdownArrow, .categoryfilter .dropdown:hover .dropdownArrow 
{display:none;}*/
  .categoryfilter .dropdown .drop.dropdown-active::before {
    right: 0;
    top: 0;
  }

  .filterbar .tabfilter {
    padding-bottom: 9px;
  }

  .filterbar .tabfilter a {
    font-size: 12px;
  }

  .filterdropdownsec .dropdown {
    position: inherit;
  }

  .filterdropdownsec {
    border-bottom: 1px solid #eee;
  }

  .coninfo .condetail .slide-caption .starbtn {
    margin-right: 10px;
  }

  .coninfo .condetail .slide-caption .starbtn .btn {
    padding: 12px 26px 12px 15px;
  }

  .blog .listingfilter {
    position: static;
    font-weight: 600;
  }

  .blog .listingfilter img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
  }

  .filterclose {
    position: absolute;
    right: 0;
    top: 2px;
    width: 30px;
    height: 30px;
  }

  .filterclose:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 77%;
    height: 2px;
    background: #000;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
  }

  .filterclose:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 77%;
    height: 2px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 600ms all;
    -webkit-transition: 600ms all;
  }

  /*-----portfolio-detail----*/
  .renmain .rensec .renzoncon .rentitle {
    font-size: 24px;
    line-height: 30px;
  }

  .cuswebdesmain .cuswebsec .cuswebtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .cuswebdesmain .cuswebdesuse ul li .boxmain {
    width: 80px;
    height: 80px;
  }

  .cuswebdesmain .cuswebdesuse ul li .desusename {
    font-size: 14px;
    margin-top: 5px;
  }

  .cuswebdesmain .cuswebdesuse ul li {
    margin-right: 10px;
  }

  .comcusdecmain .comcussec .chooseimg {
    padding-bottom: 75%;
  }

  .comcusdecmain .comcussec .concusmain {
    top: 25%;
  }

  .comcusdecmain .comcussec .concusmain {
    margin-left: 0;
    margin-right: 80px;
  }

  .comcusdecmain .comcussec::before {
    right: 90px;
    bottom: 10px;
    width: 300px;
    height: 140px;
  }

  .coninfomain .coninfo .rentitle {
    font-size: 24px;
    line-height: 30px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle {
    /*font-size: 20px;line-height: 28px;*/
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle i::after {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
  }

  .prowebbanner {
    background: none;
  }

  .comcusmain2 {
    background: #f8c81a;
    margin-right: -15px;
    margin-left: -15px;
  }

  .comcusmain2 .chooseimg {
    padding-bottom: inherit;
  }

  .comcusmain2 .chooseimg:before,
  .comcusmain2 .chooseimg:after {
    display: none;
  }

  .comcusmain2 .chooseimg .choosseimgInner {
    display: none;
  }

  .comcusmain2 .concusmain {
    max-width: 100%;
    position: relative;
  }

  .comcusmain2 .comcussec {
    position: relative;
    padding: 30px 15px;
  }

  .bikeimg {
    width: 100%;
    position: relative;
    right: inherit;
    margin-top: 30px;
    padding: 0 15px;
  }

  /*-----portfolio-detail----*/

  .sealogmain .sealogsec .mobilcol {
    flex: 40%;
    max-width: 40%;
  }

  .sealogmain .sealogsec .mobildeccol {
    flex: 60%;
    max-width: 60%;
  }

  .sealogmain .sealogsec .mobileimgmain {
    padding-bottom: 350px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox {
    padding: 5px 5px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .dettitle {
    font-size: 12px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .proname {
    font-size: 14px;
  }

  .sealogmain .sealogsec .builtoptions ul li {
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .sealogmain .sealogsec .builtoptions ul li:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 {
    padding-left: 45px;
  }

  .sealogmain .sealogsec .builtoptions ul li .bulitbox .bulitbox1 .icon {
    font-size: 35px;
    height: 35px;
  }

  .detailemobilemain .detamobilesec {
    height: 450px;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .mobileimg {
    width: 150px;
    height: 350px;
    right: 190px;
  }

  .detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper .mobileimg {
    width: 150px;
    height: 350px;
    right: 390px;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .detainfotext {
    width: 370px;
    padding-top: 50px;
  }

  .cmsCon ul li::before {
    width: 10px;
    height: 10px;
    bottom: inherit;
    top: 6px;
  }

  .highlifeaturesmain .highlifeaturessec .highlicol {
    flex: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .highlifeaturesmain {
    margin-bottom: 10px;
  }

  /* about css */
  .digivideomain .digivideosec .digivideocol {
    padding: 0 15px;
    flex: 100%;
    max-width: 100%;
  }

  .digivideomain .digivideosec .digivideo {
    height: 350px;
  }

  .digivideomain .digivideosec .digivideo .videoicon {
    width: 50px;
    height: 50px;
    font-size: 45px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg1 {
    padding-bottom: 346px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg2 {
    padding-bottom: 279px;
    margin-top: 20px;
  }

  .opnedigicommculmain .opnecomculsec .opnedigicomtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg3 {
    padding-bottom: 290px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg4 {
    margin-top: 20px;
    padding-bottom: 271px;
  }

  .opnedigicommculmain .opnecomculsec .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .opnedigicommculmain .opnecomculsec .opnecol1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .opnedigicommculmain .opnecomculsec .opnecol2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
    width: 110px;
    padding: 10px 10px;
    height: 90px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .experimg {
    padding-bottom: 25px;
    margin-bottom: 5px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg .expertitle {
    font-size: 12px;
    line-height: 20px;
  }

  .fillformmain .fillformsec1 .fillformleft1 {
    width: 100%;
  }

  .aboutcontacinfomain .abouconinfosec .formconcol {
    flex: 50%;
    max-width: 50%;
  }


  /* Blog page css start */
  .blogdetailmain .blogdetailsec .imgshadow {
    padding: 20px 0;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 220px;
  }

  .blogdetailmain .blogdetailsec .imgshadow::before {
    right: 150px;
  }

  .blogdetailmain .blogdetailsec .blogdetailcon {
    margin-left: 0;
  }

  .blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogmonth {
    margin-right: 15px;
    font-size: 14px;
  }

  .blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogtechno {
    font-size: 14px;
  }

  .blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .blogdetailmain .blogdetailsec .blogdetailcon .blogdatemain .blogcomp {
    margin-top: 5px;
    font-size: 14px;
  }

  .blogdetailconinfo {
    margin: 0;
    margin-bottom: 30px;
  }

  .blogdetailconinfo .digivideo {
    height: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blogdetailconinfo .digivideo .videoicon1 {
    width: 50px;
    height: 37px;
    border-radius: 10px;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg1 {
    /*padding-bottom: 213px;*/
    padding-bottom: 0;
  }

  .BlogImgpart {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .bloginnerContent {
    padding-left: 0;
  }

  .blog_sticky.fixed,
  .blog_sticky {
    position: static;
  }

  .blogdetailmain .a2a_kit a {
    padding: 0;
    display: inline-block;
  }

  .single-post iframe {
    height: 310px;
  }

  /* Blog page css end */

  .freeappconmain .freeapptieimg {
    padding-bottom: 0;
  }

  .page-template-aboutus-template .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 25px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field2 .input-text {
    height: 100px;
    padding-top: 15px;
  }

  .page-template-contact-template .fillformmain .fillformsec .fillformleft {
    width: 60%;
  }

  .globallocamain .globallocasec .state {
    min-height: 0;
    width: 32.3%;
  }

  .counter_section {
    padding: 50px 0 0 !important;
  }

  .happycustomsec .happycustom .happycustomBox {
    width: 33.33%;
  }

  /*---apply-now---*/

  .applyformSec .fillformmain .fillformsec .fillformleft {
    width: 95%;
  }

  /*---apply-now---*/
  /*---technologies---*/
  .technologieSec {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .technolomain {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .technolomain .slick-arrow {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    font-size: 0;
    background: none;
    border: none;
    outline: none !important;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .technolomain .slick-arrow span {
    display: none;
  }

  .technolomain .slick-prev.slick-arrow:before {
    content: "\6d";
    font-family: "digitalrooar" !important;
    left: 0;
    border: 0;
    font-size: 22px;
    color: #000;
    width: auto;
    height: auto;
  }

  .technolomain .slick-next.slick-arrow:before {
    content: "\6d";
    font-family: "digitalrooar" !important;
    right: 0;
    border: 0;
    font-size: 22px;
    color: #000;
    width: auto;
    height: auto;
  }

  .technolomain .slick-arrow.slick-next {
    left: inherit;
    right: -42px;
    top: 6px;
  }

  .technolomain .slick-arrow.slick-prev {
    right: inherit;
    left: -42px;
    transform: rotate(180deg);
  }

  /*.technolomain{display: inline-block;}*/
  .technologieSec {
    max-width: 100%;
  }

  .technologieSec .secHead {
    margin-bottom: 40px;
  }

  .techno-logolist li {
    width: 25%;
    margin-bottom: 20px;
  }

  .techno-logolist li:last-child {
    margin-bottom: 0;
  }

  /* .tech-service{border: 1px solid #eee;background: #fff;box-shadow: -1px 0px 13px 0px rgba(0, 0, 0, 0.1);} */
  .techno-logolist li .tech-logo {
    filter: grayscale(0);
  }

  /*---technologies---*/
  .bikeimg img {
    margin-left: 0;
  }
}

@media only screen and (max-width:767px) {
  .digiitfirmmain .digiitfirmsec .didifirsttitle {
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .coninfo .condetail .slide-caption .contitle {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .coninfo .condetail .slide-caption .condec {
    margin-bottom: 15px;
  }

  .coninfo .condetail .slide-caption .starbtn {
    margin-right: 15px;
  }

  .coninfo .condetail .slide-caption .starbtn .btn {
    font-size: 12px;
    padding: 10px 25px 10px 15px;
  }

  .btn i::after {
    width: 7px;
    height: 7px;
  }

  .fillformmain .fillformsec .fillformleft .filformtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .control .input-text,
  .field .input-text {
    font-size: 14px;
    padding: 5px 15px;
    height: 50px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .control .custom-select,
  .field .custom-select {
    height: 50px;
    font-size: 14px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .atcfname {
    font-size: 14px;
  }

  .fillformmain .fillformsec .fillformleft {
    width: 100%;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field2 .comment {
    height: 50px;
    padding-top: 5px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .contact-grid.full-grid.attachfile {
    padding: 15px 15px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field .add {
    right: 10px;
    top: 10px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field .add {
    width: 35px;
    height: 35px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field .add .filadd {
    height: 35px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 14px;
    padding: 10px 15px;
  }

  .fillformmain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 7px;
    height: 7px;
    margin-left: 3px;
  }

  .fillformmain .fillformsec .fillformright {
    width: 100%;
  }

  .fillformmain .fillformsec .fillformright .startupidea {
    padding: 20px 20px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .starideatile {
    font-size: 16px;
    line-height: 26px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .stardec {
    margin-bottom: 10px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .userapp {
    width: 35px;
    height: 35px;
    bottom: 0;
    right: -14px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .userapp .icon {
    font-size: 16px;
    line-height: 2.5;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .proimg .prousername {
    margin-top: 5px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain .userimg img {
    width: 65px;
    height: 65px;
  }

  .fillformmain .fillformsec .fillformright .startupidea .profilemain {
    margin: 20px 0;
  }

  .countrydetail {
    margin-bottom: 20px;
  }

  .countrydetail .couconta {
    margin-bottom: 5px;
  }

  .coninfo .lookmain .lookinghead {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .coninfo .lookmain .careerprospects {
    margin: 20px 0;
  }

  .coninfo .lookmain .careerprospects ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .coninfo .lookmain .careerprospects ul li:last-child {
    margin-bottom: 0px;
  }

  .coninfo .lookmain .lookingcontacts {
    padding: 20px 0;
  }

  .coninfo .lookmain .starbtn .btn {
    font-size: 14px;
  }

  .globallocamain .globallocasec .glotitle {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .globallocamain .globallocasec .state {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px
  }

  .globallocamain .globallocasec .state:last-child {
    margin-bottom: 0px;
  }

  .globallocamain .globallocasec {
    margin: 20px 0;
  }

  .globallocamain .globallocasec .state .couaddress {
    min-height: 0;
    margin-bottom: 10px;
  }

  .globallocamain .globallocasec .state .coutname {
    margin-bottom: 10px;
  }

  .coninfo .portmain {
    margin: 0px 0;
    margin-top: 10px;
  }

  .listingsec .listinrow .fillterliscol {
    width: 50%;
    margin-bottom: 15px;
  }

  .listingsec .listinrow .fillterliscol:last-child {
    margin-bottom: 0;
  }

  .listingsec .listinrow .fillboxmain {
    margin-bottom: 0;
  }

  .categoryfilter .dropdown .dropdown-menu.three-part-tab {
    min-width: 100%
  }

  .categoryfilter .dropdown .dropdown-menu.three-part-tab li {
    width: 50%
  }

  .listingsec {
    padding: 20px 0;
  }

  .caselistingcol .projectdetail .procomti {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .caselistingcol .projectdetail p {
    margin-bottom: 0
  }

  .caselistingcol .technology {
    margin-top: 5px
  }

  .fillformmain .fillformsec .browse .BrowseBtn {
    width: 40px;
    height: 40px;
  }

  .fillformmain .fillformsec .browse .browse-box input {
    height: 40px;
  }

  .fillformmain .fillformsec .browse .BrowseBtn .broatte::before,
  .fillformmain .fillformsec .browse .BrowseBtn .broatte:after {
    width: 30%;
  }

  .coninfo .lookmain .careerprospects ul li a {
    margin-right: 0;
  }

  .fillformmain .fillformsec .fillformleft .fillform .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    top: -34px;
  }

  .categoryfilter .dropdown .dropdown-menu.twoparttab li {
    width: 50%;
  }

  .categoryfilter .dropdown>.dropdown-menu>li>a {
    font-size: 12px;
  }


  /*-----portfolio-detail----*/
  .renmain .rensec .renzoncon .rentitle {
    font-size: 20px;
  }

  .renmain .rensec .renzoncon .rendec {
    font-size: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .cuswebdesmain .row.flex-column-reverse {
    display: flex;
  }

  .renmain .rensec .renzoncon .starbtn .btn {
    font-size: 14px;
    padding: 8px 30px;
  }

  .clirevslisec .visitweb .visiwebbox .visisiteimg {
    padding-bottom: 58%;
  }

  .cuswebdesmain {
    margin: 20px 0;
  }

  .clirevslisec {
    margin-top: 25px;
  }

  .cuswebdesmain .cuswebsec .cuswebtitle {
    font-size: 20px;
    margin-top: 15px;
    line-height: 1.4;
  }

  .cuswebdesmain .cuswebsec .cuswebdec {
    font-size: 14px;
  }

  .cuswebdesmain .cuswebdesuse ul li .desusename {
    font-size: 12px;
  }

  .cuswebdesmain .cuswebdesuse ul li .boxmain {
    width: 65px;
    height: 65px;
    padding: 5px;
  }

  .comcusdecmain .comcussec::before {
    display: none;
  }

  .comcusdecmain .comcussec .chooseimg {
    padding-bottom: 100%;
  }

  .comcusdecmain .comcussec .concusmain .concusmtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .comcusdecmain .comcussec .concusmain .concusmdec {
    font-size: 14px;
  }

  .comcusdecmain .comcussec .concusmain {
    margin: 0;
    top: 15%;
    margin-right: 25px;
  }

  .coninfomain {
    padding: 20px 0;
  }

  .coninfomain .coninfo .rentitle {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
    line-height: 26px;
  }

  .coninfomain .coninfo .starbtn .btn {
    padding: 10px 32px 10px 25px;
  }

  .viewallmain .viewsec .viewleft {
    padding-right: 0;
  }

  .viewallmain .viewsec .viewleft::before {
    display: none;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle {
    text-align: center;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle a {
    font-size: 16px;
  }

  .viewallmain .viewsec .upnextright {
    padding-left: 0;
    display: block;
    padding: 5px 0;
  }

  .viewallmain {
    margin: 20px 0;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upcomtitle i::after {
    width: 8px;
    height: 8px;
  }

  .viewallmain .viewsec .upnextright .upnextbox .upnexttext {
    text-align: center;
  }

  .comcusmain2 .concusmain .concusmtitle {
    font-size: 20px;
  }

  .comcusmain2 .concusmain .concusmdec {
    font-size: 14px;
    line-height: 22px;
  }

  /*-----portfolio-detail----*/

  .sealogmain .sealogsec .mobilcol {
    padding-right: 15px;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sealogmain .sealogsec .mobildeccol {
    padding-left: 15px;
    flex: 100%;
    max-width: 100%;
  }

  .sealogmain .sealogsec .mobileconmain .mobiletitle {
    text-align: center;
  }

  .sealogmain .sealogsec .mobileconmain .mobildec {
    text-align: center;
  }

  .sealogmain .sealogsec .mobileconmain .mobiletitle {
    font-size: 18px;
    line-height: 30px;
  }

  .detailemobilemain {
    position: relative;
    text-align: center;
  }

  .detailemobilemain .detamobilesec .detamobilebanneimg {
    width: 100%;
    height: 400px;
  }

  .detailemobilemain .detamobilesec {
    height: auto;
    margin-bottom: 20px;
  }

  .detailemobilemain .detamobilesec .detaconwrapper {
    position: relative;
    display: block;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .mobileimg {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: auto;
  }

  .detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper .mobileimg {
    width: auto;
  }

  .detailemobilemain .detamobilesec .detaconwrapper .detainfotext {
    width: 100%;
    position: relative;
  }

  .detailemobilemain .detamobilesec:nth-child(even) .detaconwrapper {
    float: none;
  }

  .applictionmain .appstoimg .appstore {
    max-width: 130px;
  }

  .applictionmain {
    padding-bottom: 20px;
  }

  .highlifeaturesmain {
    margin: 20px 0;
  }

  .highlifeaturesmain .highlifeaturessec .highlititle {
    font-size: 18px;
    line-height: 30px;
  }

  .highlifeaturesmain .highlifeaturessec .highlicol {
    /*flex: 100%;max-width: 100%;*/
    margin-bottom: 15px;
  }

  .highlifeaturesmain .highlifeaturessec .highlicol:last-child {
    margin-bottom: 0;
  }

  .coninfomain .coninfo .rentitle {
    font-size: 16px;
    font-weight: 600;
  }

  .viewallmain .viewsec .viewleft .viewbox .viewicon {
    font-size: 40px;
    line-height: 40px;
  }

  .sealogmain .sealogsec .mobileimgmain {
    padding-bottom: 300px;
  }

  .pageHead {
    padding: 20px 0;
  }

  .cmsCon {
    padding: 20px 0;
    padding-bottom: 0;
  }

  .cmsCon h1 {
    font-size: 22px;
  }

  .cmsCon h1 span {
    font-size: 22px;
  }

  .cmsCon h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cmsCon h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .cmsCon h4 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  .cmsCon h5 {
    font-size: 15px;
    margin: 0 0 5px 0;
  }

  .cmsCon h6 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }

  .cmsCon p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .cmsCon p a {
    font-size: 14px;
    line-height: 24px;
  }

  .cmsCon ul {
    padding: 0;
  }

  .cmsCon ul li {
    font-size: 14px;
    padding-bottom: 5px;
    line-height: 1.5;
    padding-left: 15px;
  }

  .cmsCon .alignleft {
    float: none;
    max-width: 100%;
    margin: 0 0px 10px 0;
  }

  .cmsCon .aligncenter {
    margin: 0 auto 20px auto;
  }

  .cmsCon .alignright {
    float: none;
    max-width: 100%;
    margin: 0 0px 10px 0;
  }

  .cmsCon ol li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
  }

  .pageTitle {
    font-size: 20px;
    margin-bottom: 0;
  }

  .page-template-default .pageHead {
    padding: 20px 0 0;
  }

  /* about css */

  .digiitfirmmain {
    padding: 20px 0;
  }

  .digiitfirmmain .digiitfirmsec .digititle {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .digiitfirmmain .digiitfirmsec .digidec {
    font-size: 14px;
    line-height: 1.5;
  }

  .digivideomain .digivideosec .digivideo {
    height: auto;
  }

  .digivideomain .digivideosec .digivideo img {
    height: auto;
  }

  .happycustommain {
    padding: 20px 0;
  }

  .happycustommain .secHead .secTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .opnedigicommculmain .opnecomculsec .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  /*.opnedigicommculmain .opnecomculsec .row.flex-column-reverse{display: flex;}*/
  .opnedigicommculmain .opnecomculsec .opnecol1 {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
  }

  .opnedigicommculmain .opnecomculsec .opnecol2 {
    flex: 50%;
    max-width: 50%;
    padding: 0 5px;
  }

  .opnedigicommculmain .opnecomculsec .opnedigicomtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .counter_section1 {
    padding: 20px 0;
  }

  .workprocess_section1 {
    padding: 20px 0;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg3 {
    padding-bottom: 0;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg4 {
    padding-bottom: 0;
    margin-top: 10px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg1 {
    padding-bottom: 0;
    margin-top: 0px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg2 {
    padding-bottom: 0;
    margin-top: 10px;
  }

  .opnedigicommculmain .opnecomculsec .opnecomculimg1 img,
  .opnedigicommculmain .opnecomculsec .opnecomculimg3 img,
  .opnedigicommculmain .opnecomculsec .opnecomculimg2 img,
  .opnedigicommculmain .opnecomculsec .opnecomculimg4 img {
    position: relative;
    width: 100%;
  }

  .happycustommain .happycustomBox .teamconmain {
    width: 100%;
    margin: auto;
    padding: 10px 10px;
  }

  .ourexpertisemain {
    padding: 20px 0;
  }

  .ourexpertisemain .ourexpertisesec .ourexpertitle {
    font-size: 20px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox {
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
    width: 86px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul {
    margin-left: -5px;
    margin-right: -5px;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0;
  }

  .ourexpertisemain .ourexpertisesec .ourexperboxmain ul .ourexperbox .experboximg {
    width: 100%;
  }

  .aboutcontacinfomain .abouconinfosec .abouconinfotitle {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .companylogo_section1 {
    padding: 20px 0;
  }

  .fillformmain .fillformsec1 {
    width: 100%;
    margin-top: 20px;
  }

  .aboutcontacinfomain .abouconinfosec .formconcol {
    flex: 100%;
    max-width: 100%;
  }

  .aboutcontacinfomain .abouconinfosec .formconcol {
    flex: 100%;
    max-width: 100%;
  }

  #consultation.aboutcontacinfomain .abouconinfosec .formconcol .abouconimg {
    display: none;
  }

  .companylogo_section.comp-logo {
    padding: 30px 0;
  }

  .happycustomsec .happycustom .happycustomBox {
    padding: 10px 4px;
  }

  .happycustommain .happycustomBox .teamconmain .teamname {
    font-size: 14px;
  }

  .happycustommain .happycustomBox .teamconmain .teamposition {
    font-size: 12px;
  }

  /* Blog page css start */
  .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 210px;
  }

  .blogdetailmain .blogdetailsec .imgshadow {
    margin-bottom: 15px;
  }

  .blogdetailmain .blogdetailsec {
    margin-bottom: 15px;
  }

  .blogdetailconinfo {
    margin-bottom: 15px;
    padding: 0;
  }

  .sticky_social a {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 16px;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg1 {
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  /*.blogdetailmain .blogdetailsec .blogdetailimg1{padding-bottom: 175px;}*/
  .sticky_social {
    display: none;
  }

  .stickysocial {
    display: flex;
    width: 100%;
  }

  .stickysocial a {
    padding: 10px 10px;
    margin: auto;
  }

  .blogdetailconinfo .digivideo {
    height: 200px;
    width: 100%;
  }

  .single-post iframe {
    height: 100%;
  }

  .a2a_kit svg {
    width: 25px !important;
    height: 25px !important;
  }

  /* Blog page css end */

  /*---why choo help---*/
  .headtitlemain {
    padding: 20px 0;
  }

  .headtitlemain .headtitle {
    font-size: 20px;
    line-height: 36px;
  }

  /*---why choo help---*/


  /*---service Page---*/

  /*---need help sec----*/
  .needhelpconmain {
    padding: 20px 0;
  }

  .needhelpchoos .needtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .needhelpchoos .choosripactitle {
    font-size: 16px;
    line-height: 24px;
  }

  .needhelpchoos .needboxmain {
    padding: 15px 0;
  }

  .needhelpchoos .needboxmain ul li .icon {
    font-size: 24px;
    line-height: 24px;
  }

  .needhelpchoos .needboxmain ul li .needconboxtitle {
    font-size: 12px;
    line-height: 1.5;
  }

  .needhelpchoos .needconnumer {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .serviceformmain .fillformsec1 .fillformleft1 .fillform .control .input-text1,
  .field .input-text1 {
    font-size: 14px;
    padding: 5px 10px;
    height: 50px;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .control {
    width: 100%;
    border-right: 0;
    float: none;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 14px;
    padding: 12px 80px;
    min-width: 85%;
  }

  .serviceformmain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 8px;
    height: 8px;
  }

  .needhelpchoos .needboxmain ul li a {
    min-height: 110px;
    padding: 10px 10px;
  }

  .needhelpchoos .needboxmain ul li {
    padding: 0;
  }

  /*---need help sec----*/

  /*---ecommerce app our package---*/
  .ecommapppackmain {
    padding: 20px 0;
  }

  .freeappimg {
    max-width: 150px;
    margin: auto;
    padding-bottom: 15px;
  }

  .freeappconmain .getfreeapptitle {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
  }

  .freeappconmain .getfeeappdec {
    font-size: 14px;
  }

  /*---ecommerce app our package---*/

  /*---ecommerce package---*/
  .ecommpackmain .servicesec .digimain .ecommpacktabimg {
    display: none;
  }

  .ecommpackmain .sercategory::after {
    display: none;
  }

  .ecommpackmain {
    padding: 30px 0;
  }

  .ecommpackmain .sercategory .catemain .sercet {
    margin: 0 5px;
  }

  .ecommpackmain .sercategory .catemain .sercet .serbtn {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain {
    padding-bottom: 15px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain h5 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
  }

  .ecommpackmain .servicesec .digimain .digititlemain ul li::before {
    width: 10px;
    height: 10px;
  }

  .ecommpackmain .servicesec .digimain .ecommpackcol {
    width: 100%;
  }

  .ecommpackmain .servicesec .digimain .digiser {
    padding-right: 15px;
  }

  .digibtn .btn {
    font-size: 12px;
  }

  .digibtn .btn i::after {
    width: 8px;
    height: 8px;
  }

  .digibtn .btn {
    padding: 8px 28px 8px 20px;
  }

  /*---ecommerce package---*/

  /*---ecommerce solution----*/
  .ecommercemain {
    padding: 20px 0;
  }

  .ecommercemain .ecommercesec .ecommercetitle {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 1.4;
    padding-bottom: 0;
  }

  /*.ecommercemain .ecommercesec .ecommrow{white-space: nowrap;overflow: auto;display: inline-block;max-width: 100%;overflow-y: hidden;}*/
  /*.ecommercemain .ecommercesec .ecommcol{white-space: normal;display: inline-block;vertical-align: top;max-width: 285px;margin-top: 15px;}*/
  .eCommerceboxmain .eCommerceicon {
    width: 45px;
    height: 45px;
  }

  .eCommerceboxmain .eCommerceicon .icon {
    line-height: 45px;
    font-size: 27px;
  }

  .eCommerceboxmain .eCommerceboxcon .ecommboxtitle {
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
  }

  /*.eCommerceboxmain{min-height: 276px;}*/

  .getfreetitle {
    padding-top: 10px;
  }

  .getfreetitle .getfreequotitle {
    font-size: 26px;
    line-height: 28px;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .control .input-text1,
  .field .input-text1 {
    height: 50px;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .comment1 {
    height: 80px;
  }

  /*.getfreequotemain .fillformsec1 .fillformleft1 .fillform .starbtn1{margin:30px 0;}*/
  .getfreequotemain .fillformsec .fillformleft .fillform .starbtn .btn {
    font-size: 14px;
    min-width: 85%;
  }

  .getfreequotemain .fillformsec .fillformleft .fillform .starbtn .btn i::after {
    width: 8px;
    height: 8px;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .field2 .input-text {
    height: 80px;
  }

  .faqstitle {
    padding: 12px 12px;
  }

  .faqstitle .faqsertitle {
    font-size: 18px;
    line-height: 24px;
  }

  .servicefaqsmain .faqssec .stylefaq .stylefaqTitle h2 {
    padding: 10px 25px 10px 12px;
  }

  .servicefaqsmain .faqssec .stylefaq .stylefaqTitle>h2.collapsed::before {
    right: 12px;
  }

  .servicefaqsmain .faqssec .stylefaq .stylefaqTitle h2::before {
    right: 12px;
  }

  .servicefaqsmain .faqssec .stylefaq .otheservice {
    padding: 0px 25px 10px 12px;
  }

  .getfreequotemain {
    margin-bottom: 20px;
    margin-top: 15px;
  }

  /*---ecommerce solution----*/

  /*--- seevice banner sec ---*/
  .servicebanemain {
    height: auto;
  }

  .servicebanemain .serviceleft .servicecont {
    position: static;
    top: inherit;
    transform: none;
  }

  .servicebanemain .serviceright {
    display: none;
  }

  .servicebanemain .serviceleft {
    width: 100%;
  }

  .servicebanemain .serviceleft .servicecont {
    padding: 20px 0;
  }

  .servicebanemain .serviceleft .servicecont .sertitle {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 0px;
  }

  .servicebanemain .serviceleft .servicecont .serdec {
    font-size: 14px;
    line-height: 1.5;
  }

  /*--- seevice banner sec ---*/

  .ecommpackmain .servicesec .digimain {
    padding-bottom: 0;
  }

  .eCommerceboxmain .eCommerceboxcon p {
    font-size: 14px;
    line-height: 1.5;
  }

  .starbtn1 .btn {
    font-size: 16px;
    padding: 8px 10px;
  }

  .starbtn1 .btn i:after {
    width: 10px;
    height: 10px;
  }

  .technologies_section.services_techno {
    padding: 20px 0;
  }

  .imgbox-border {
    width: calc(33.33% - 6px);
  }

  .imgbox-border.imgboxsmall-border {
    width: calc(20% - 6px);
  }

  /*---service Page---*/

  .thanksec .webcon {
    text-align: center;
    padding-bottom: 30px;
  }

  .thanksec .webcon .contitle {
    font-size: 26px;
    text-align: center;
  }

  .thanksec .webcon p {
    margin-bottom: 15px;
    text-align: center;
  }

  .getfreetitle p {
    text-align: left;
    padding: 0 16px;
  }

  .comcusmain2 {
    margin: 30px 0;
  }

  .page-template-contact-template .fillformmain .fillformsec .fillformleft {
    width: 100%;
    margin-top: 30px;
  }

  .fillformmain .fillformsec .fillformright {
    margin-top: 30px;
  }

  .globallocamain .globallocasec .state .couaddress {
    line-height: 1.5;
  }

  .eCommerceboxmain .eCommerceicon img {
    width: 28px;
    height: 28px;
  }

  .getfreequotemain .fillformsec1 .fillformleft1 .fillform .input-text {
    font-size: 14px;
  }

  .happycustomsec .happycustom .happycustomBox {
    width: 33.33%;
  }

  /*---apply-now---*/

  .applyformSec .fillformmain .fillformsec .fillformleft {
    width: 100%;
  }

  .fieldboxtitle {
    padding: 5px 15px;
  }

  .applyformSec .fillformmain .fillformsec .fillformleft .fillform .field2 .comment {
    padding-top: 10px;
    height: 80px;
  }

  /*---apply-now---*/
  /*---technologies---*/
  .msearvices div[class^='col-'] {
    border-right: 1px solid #e2e2e2;
  }

  .msearvices div[class^='col-']:nth-child(3+4) {
    border-right: 0;
  }

  .msearvices div[class^='col-']:last-child {
    border-left: 1px solid #e2e2e2;
    border-bottom: 0;
  }

  .technologieSec {
    padding-top: 50px;
  }

  .technolomain .technonav .technobtn {
    font-size: 14px;
    min-height: 48px;
  }

  .techno-logolist li {
    margin-bottom: 0;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }

  .techno-logolist li:nth-child(n+5) {
    border-right: 1px solid #e2e2e2;
    border-bottom: 0;
  }

  /* .techno-logolist li:first-child {border-left: 0;} */
  /* .techno-logolist li:nth-child(-n+3){border-top: 0;} */
  .technologieboxs {
    padding: 0 10px;
  }

  .technologieSec .secHead .secTitle {
    font-size: 24px;
  }

  .technolomain .slick-arrow.slick-prev {
    left: -30px;
  }

  .technolomain .slick-arrow.slick-next {
    right: -30px;
  }

  .technolomain .technonav .technobtn {
    min-width: 110px;
  }

  /*---technologies---*/
  .blog-contact-btn .btn {
    min-width: fit-content;
  }

  .blog-contact-btn .btn+.btn {
    margin-left: 5px;
  }

  .recent-post-sec {
    padding: 35px 0;
  }
}

@media only screen and (max-width:568px) {
  .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 156px;
  }

  .happycustomsec .happycustom .happycustomBox {
    width: 50%;
  }

  .fillformmain .fillformsec .fillformleft .fillform .field>.control:nth-child(2n+2) {
    border-right: 0;
  }


  /*---technologies---*/
  .msearvices div[class^='col-']:nth-child(n+3) {
    border-left: 0;
    border-bottom: 0;
  }

  .tech-service {
    border: 1px solid transparent;
    width: 100%;
    height: unset;
  }

  .techno-logolist li {
    width: 33.3333%;
  }

  .techno-logolist li:nth-child(4) {
    border-right: 1px solid #e2e2e2;
  }

  .techno-logolist li:nth-child(3n+4) {
    border-bottom: 0;
  }

  .techno-logolist li:nth-child(5) {
    border-left: 0;
  }

  /*---technologies---*/



  .whychohelpmain div.chohelp {
    height: auto;
  }

  .chohelpbox p {
    max-height: inherit;
  }

  /* .blog-contact-btn{
  margin-top: 10px;
} */
  .btn-blog-group.cmsCon .btn+.btn {
    margin-left: 0;
    margin-top: 5px;
  }

  .blog-contact-btn .btn+.btn {
    margin-left: 0px;
    margin-top: 4px;
  }

  .blog-contact-btn .btn {
    width: 100%;
  }

  .blog-contact-btn {
    justify-content: start;
    flex-wrap: wrap;
  }

  .btn-blog-group.cmsCon .btn {
    width: 100%;
  }

  .recent-post-head .secHead .secTitle {
    font-size: 25px;
  }

  .recent-post-sec .listingsec {
    padding: 5px 0;
  }

  .recent-post-sec {
    padding: 30px 0;
  }

  .recent-post-inner {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:479px) {

  .fillformmain .fillformsec .fillformleft .fillform .control {
    width: 100%;
    float: none;
    border-right: 0;
  }

  .fillformmain .fillformsec .browse .browse-box .text {
    font-size: 14px;
  }

  .coninfo .lookmain .careerprospects ul li a {
    font-size: 14px;
  }

  .highlifeaturesmain .highlifeaturessec .highlicol {
    flex: 100%;
    max-width: 100%;
  }

  .listingsec .listinrow .fillterliscol {
    width: 100%;
  }

  /*.blogdetailmain .blogdetailsec {padding:0;}*/
  .BlogImgpart {
    width: 100%;
  }

  .blogdetailmain .blogdetailsec .imgshadow {
    padding: 0;
  }

  .blogdetailmain .blogdetailsec .imgshadow:before {
    display: none;
  }

  .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 180px;
  }

  .single-post .blogdetailmain .blogdetailsec {
    padding: 0;
  }

  .single-post .blogdetailmain .blogdetailsec .blogdetailimg {
    padding-bottom: 210px;
  }

  .coninfo .condetail .slide-caption .starbtn .btn {
    padding: 10px 16px 10px 12px;
  }

  .page-template-aboutus-template .fillformmain .fillformsec .fillformleft .fillform .starbtn {
    margin-top: 15px;
  }

  .coninfo .fillformmain .fillformsec .fillformleft .fillform .control:nth-child(2n+2) {
    border-right: 0;
  }

  .blog-contact-btn .btn.quotePopBtn {
    background-color: #ffcb08;
    padding: 10px 24px;
    min-width: 149px;
    margin-top: 0;
    border-radius: 60px;
  }
}

@media only screen and (max-width:360px) {
  .filterbysec h4 {
    font-size: 20px
  }

  .filterbar .tabfilter a:first-child {
    margin: 0 5px 0 0
  }

  .filterbar .tabfilter a {
    margin: 0 5px
  }
}

@media only screen and (max-width:350px) {
  .blog-contact-btn .btn+.btn {
    margin-left: 0px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {

  .imgbox-border {
    width: auto;
  }

  .imgbox-border.imgboxsmall-border {
    width: auto;
  }

  .needhelpchoos .needboxmain ul li a {
    min-height: 100%;
  }
}


.companylogo_section {
  display: inline-block;
  width: 100%;
}

.contact_section {
  padding-bottom: 100px;
}

@media only screen and (max-width:1199px) {
  .contact_section {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width:767px) {

  .companylogo_section {
    margin-top: 0;
  }

  .footerMain {
    padding-top: 30px;
  }

}

#seoPopup .seo_form .wpcf7-spinner {
  position: absolute;
}