h1,h2,h3,h4,h5,h6{text-transform: capitalize;}
/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #000;
  /* padding: 20px 0; */
  /*background-image: url(../images/pngwingcom.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center left;*/
  /*background-size: contain;*/
  /* margin-top: 95px; */
}
/*.inner_banner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-image: url(../images/banner_shape.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  height: 100%;
  z-index: 1;
}*/
.inner_banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: right center;
  float: right;
}
.ban_img {
  float: right;
  width: 350px;
  height: 350px;
  border-radius: 100%;
  background: #2b2a29;
  border: 2px dashed #fff;
  padding: 15px;
  margin-right: 150px;
}
.ban_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
img.innerbannerf {
  position: absolute;
  left: 0px;
  top: 20%;
  width: 350px;
  opacity: 0.5;
  z-index: 9;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0%;
  padding: 10px 35px;
  z-index: 9;
}
.searchbxtxt {
  top: 42%;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: ">";
  color: rgb(255, 255, 255);
  position: absolute;
  font-size: 18px;
  right: 6px;
  top: 0;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  display: inline;
  line-height: 1.4;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

.contactmainpgggg {
  padding: 50px 50px;
  background-color: #fff;
  width: 100%;
  display: table;
}
.contactmainpgggg h2 {
  color: #000000;
  font-weight: 300;
  font-size: 32px;
  width: 100%;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.contactmainpgggg h2 b {
  font-weight: 600;
}

.contactmainpgggg ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.contactmainpgggg ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
  position: relative;
}
.contactmainpgggg ul li h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contactmainpgggg ul li p,
.contactmainpgggg ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
.contactmainpgggg ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #eb6f35;
}

.careertopbx {
  width: 100%;
  display: table;
  padding: 75px 0 50px;
  clear: both;
  position: relative;
  background-color: #f6f6f6;
}
/* .careertopbx::before {
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      width: 25%;
      height: 100%;
      background-color: #e8e8e8;
    } */
img.hss {
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
  width: 35%;
  display: table;
}
.careertopbx img.hss {
  width: 45%;
}
.careertopbx h2 {
  color: #172f2d;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 20px;
}
.careertopbx p {
  font-size: 18px;
  line-height: 38px;
  width: 100%;
  clear: both;
  font-style: normal;
  color: #333;
  margin-bottom: 30px;
}

.careersmainpg {
  background-color: #fbfbfb;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.hditworksbx img {
  width: 250px;
  border: 25px solid #061e4a;
  border-radius: 100%;
}
.hditworksbx p {
  font-size: 18px;
  color: #fff;
  margin-top: 100px;
  text-align: left;
}
.hbefore,
.hbafter {
  position: relative;
}
.hbefore:before {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/right_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 83%;
  content: "";
  background-size: 100%;
  z-index: 99;
}
.hbafter:after {
  position: absolute;
  width: 30px;
  height: 120px;
  background-image: url("../images/1/leftt_arrow.png");
  background-repeat: no-repeat;
  top: 85%;
  left: 5%;
  content: "";
  z-index: 99;
  background-size: 100%;
}
.contact-section .info-column .contact-list {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  list-style: none;
}
.careersmainpg {
  background-color: #f6f6f6;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #000;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#347184+0,d5713f+100 */
  background: #347184; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #347184 0%,
    #d5713f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347184', endColorstr='#d5713f',GradientType=1 ); /* IE6-9 */
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5713f+0,347184+100 */
  background: #d5713f; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #d5713f 0%,
    #347184 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5713f', endColorstr='#347184',GradientType=1 ); /* IE6-9 */
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
.careersmainpg {
  background-color: #fff;
  display: table;
  padding: 60px 0;
  width: 100%;
}

.innerservmenu {
  position: sticky;
  top: 89px;
  width: 100%;
  display: flex;
  z-index: 9;
  text-align: center;
  background-color: #fff;
}
.innerservmenu li {
  /* display: inline-flex; */
  display: inline-grid;
  position: relative;
  flex-grow: 1;
  align-items: center;

  color: #000;
  font-size: 16px;
}
.innerservmenu li a {
  text-decoration: none;
  color: #000;
  padding: 20px 15px;
  display: block;
  transition: all 0.3s;
  border-bottom: 2px solid #000;
}
.innerservmenu li a:hover,
.innerservmenu li a.active {
  background-color: #eb6f35;
  color: #fff;
  border-color: #eb6f35;
}

.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding: 60px 0;
}
.innersec1 h1 {
  color: #000;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: capitalize;

  position: relative;
}

.innersec1 h1 span {
}
.innersec1 h1 img {
  position: absolute;
  bottom: 0;
  height: 31px;
  left: 35px;
  z-index: -1;
}
.innersec1 h3 {
  color: #000;
  font-size: 21px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;

  margin-top: 0;
}

.innersec1 p {
  color: #66737c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.aboutpg .row {
}
.aboutpg .col-sm-8 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  clear: both;
}

.aboutpg .col-sm-8 ul li {
  float: left;
  position: relative;
  padding: 5px 0 5px 35px;
  color: #66737c;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  display: inline-block;
}

.aboutpg .col-sm-8 ul li:before {
  position: absolute;
  top: 9px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f0a4";
  font-size: 14px;
  color: #eb6f35;
}

.asection44 {
  width: 100%;
  display: table;
  padding: 60px 80px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.asection44 h2 {
  color: #000;
  font-size: 42px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-align: left;
  font-weight: bold;
  margin-top: 0px;

  padding-left: 50px;
}
.asection44 .col-sm-4 {
  padding: 0 10px;
}
a.asec4an1 {
  display: block;
  width: 100%;
  padding: 30px;
  /* border: 4px solid transparent; */
  transition: all 0.3s;
  color: #fff;
  /* outline: 1px solid #c7faff; */
  min-height: 340px;
  background: -o-linear-gradient(right top, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    -o-linear-gradient(225deg, transparent 2.25rem, #f6f6f6 0);
  background: linear-gradient(to left bottom, transparent 51%, #f2f6f7 0)
      no-repeat 100% 0/3.2rem 3.2rem,
    linear-gradient(-135deg, transparent 2.25rem, #f6f6f6 0);
  position: relative;
  top: 0;
}
a.asec4an1:hover {
  /* border: 4px solid #c7faff */
  top: -10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05709+0,0c7094+100 */
  background: #f05709; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f05709 0%,
    #0c7094 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05709', endColorstr='#0c7094',GradientType=0 ); /* IE6-9 */
}
.asec4img1 {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 150px;
  display: table;
  margin: auto;
  text-align: center;
  box-shadow: inset 0 -30px 30px rgba(0, 0, 0, 0.1);
}
.asec4img1 img {
  margin-top: 50px;
  width: 60px;
}
a.asec4an1 h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin: 15px 0;
  height: 40px;
  line-height: 26px;
  text-transform: capitalize;
}
a.asec4an1:hover h3{color: #fff;}
a.asec4an1 p {
  color: #66737c;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
a.asec4an1:hover p{color: #fff;}
.asection44 .col-sm-4 {
  width: 33.33%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.oss_scroll li {
  float: left;
  transition: all ease-in-out 0.5s;
}
.oss_scroll li:hover {
  transform: translateY(-10px);
}
.oss_scroll li .hoverTxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.oss_scroll li .hoverTxt img {
  max-height: 70px;
  max-width: 120px;
  display: inline-block;
}
.oss_scroll li .hoverTxt h4 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
  transition: all ease-in-out 0.5s;
}
.oss_scroll li:hover .hoverTxt h4 {
  color: #e51a4b;
}
.oss_scroll li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}
.oss_scroll li .img {
  width: 100%;
  width: 450px;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.aaboutbx3 {
  padding: 50px 100px 50px;
  background-image: url(../images/team-business-people-stacking-.jpg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.aaboutbx3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc5603+0,02bbfe+100 */
  background: #fc5603; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fc5603 0%,
    #02bbfe 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fc5603 0%,
    #02bbfe 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fc5603 0%,
    #02bbfe 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5603', endColorstr='#02bbfe',GradientType=0 ); /* IE6-9 */

  opacity: 0.9;
}
.aaboutbx3in {
  width: 100%;
  display: block;
  position: relative;
}
.aaboutbx3 h2 {
  font-size: 48px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;

  font-weight: 700;
}
.aaboutbx3in_box {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  width: 100%;
  gap: 40px;
  min-height: 240px;
  align-items: center;
}
.aab3bbimg img {
  height: 65px;
}
.aab3bbcont h3 {
  color: #000;
  font-size: 21px;
  margin-bottom: 15px;
}
.aab3bbcont p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 0;
  font-weight: 400;
}
.aaboutbx3 .col-sm-6 {
  padding: 20px;
}

.asection2 {
  /* padding: 40px 0;
    clear: both;
    width: 100%;
    display: table;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #efeeee; */
  /*background-image: url("../images/poly1.png");
  background-size: 32%;
  background-repeat: no-repeat;
  background-position: 110% 50px;*/
  padding: 75px 100px;
  width: 100%;
  display: table;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.161);
  position: relative;
}

.aboutbx2 {
  background-color: #fff;
  /* background-image: url(../images/h8-bg-section2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
  width: 100%;
  display: table;
  padding: 60px 0 100px;
  /* background-image: url('../images/bg1.jpg');
  background-size: 50%;
  background-repeat: repeat;
  background-position: left center; */
}
.aboutbx2 img {
  width: 90%;
  display: block;
}
.aboutbx2 h2 {
  color: #282828;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.aboutbx2 h2 span {
  color: #17adc3;
}
.aboutbx2 p {
  font-size: 18px;
  line-height: 32px;
  /* font-weight: 300; */
  width: 100%;
  clear: both;
  font-style: normal;
  color: #3f3f3f;
  margin-bottom: 30px;
}
.abtbtm1 {
  margin-top: 30px;
}
.abtbtm1 h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
}
.abtbtm1 h4:before {
  content: "\f101";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #17adc3;
  font-size: 24px;
  padding-right: 0.5em;
  position: absolute;
  top: -3px;
  left: 0;
}
.abtbtm1 p {
  color: #000;
  line-height: 28px;
  font-size: 15px;
  margin-top: 10px;
}

.innermainbox {
  padding: 75px 100px;
  background-color: #fff;
  width: 100%;
  display: table;
}
.asection2 h2 {
  font-size: 55px;
  line-height: 66px;
  font-weight: 400;
  margin-bottom: 0px;

  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.asection2 h2 span {
  position: relative;
}
.asection2 h3 {
  color: #000000;
  font-weight: 300;
  font-size: 26px;
  width: 80%;
  line-height: 42px;
  margin-bottom: 40px;
}
.asection2 p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 40px;
  font-weight: 400;
  width: 92%;
}
.aaboutbx2 img {
}
.careersmainpg h3{
    text-align: center;
margin-top: -20px;
color: #ea7337;
margin-bottom: 30px;
font-size: 32px;
font-style: italic;
}
.aaboutbx2_in1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    background-color: #f8f8f8;
}
.aaboutbx2_in {
  
  padding: 50px 50px;
  width: 100%;
}
.aaboutbx2_in h3 {
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 36px;
  margin-top: 0;

  margin-bottom: 30px;
}
.aaboutbx2_in h3 img {
  height: 55px;
}
.aaboutbx2_in p {
  font-size: 18px;
  line-height: 32px;
  color: #697c86;
  margin-bottom: 0;
  font-weight: 400;
}

/* contact_section */
.contact_section {
  background-image: url(../images/Untitled-1b.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
.contact_section .container {
  max-width: 1400px;
  padding: 0 15px;
}
.contact_section .cs_textMask {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(40, 38, 37, 0.73) 0%,
    transparent 100%
  );
}
.contact_section .cs_textMask:before {
  width: 100%;
  position: absolute;
  bottom: 0;
  content: "";
  left: -100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(40, 38, 37, 0.73) 0%,
    transparent 100%
  );
}
.contact_section .cs_text {
  width: 60%;
  position: absolute;
  bottom: 20px;
  left: 5%;
  color: #fff;
  z-index: 1;
}
.contact_section .cs_text h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.contact_section .cs_text h5 {
  font-size: 56px;
  font-weight: 700;
}
.contact_section .cs_form {
  float: right;
  width: 40%;
  position: relative;
  padding: 70px 30px 70px 70px;
  color: #fff;
  font-size: 13px;
  background-color: rgba(40, 38, 37, 0.73);
}
.contact_section .cs_form:after {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -300%;
  content: "";
  background-color: rgba(40, 38, 37, 0.73);
}
.span-2 {
  width: 48%;
  float: left;
}
.span-2:nth-child(even) {
  float: right;
}
.input_control {
  width: 100%;
  float: left;
  background: transparent;
  color: #fff;
  border: 0px;
  font-size: 13px;
  height: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  transition: all ease-in-out 0.5s;
}
.input_control:hover,
.input_control:focus {
  border-bottom: 1px solid #333;
}
.input_control::-webkit-placeholder,
.input_control::placeholder {
  color: #fff;
}
textarea.input_control {
  height: 100px;
}
.captcha {
  margin-top: 30px;
}
.button_control {
  margin-top: 30px;
  float: left;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#347184+0,d5713f+100 */
  background: #347184; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #347184 0%,
    #d5713f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347184', endColorstr='#d5713f',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1px;
  border: 0px;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all ease-in-out 0.5s;
}
.button_control:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5713f+0,347184+100 */
  background: #d5713f; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #d5713f 0%,
    #347184 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5713f', endColorstr='#347184',GradientType=1 ); /* IE6-9 */
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .mtop {
    margin-top: 60px;
  }
  .inner_banner {
    /* background-color: #fff; */
  }
  .innertxt1 ul li::after {
    top: -2px;
  }
  .innersec1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .innersec1 p,
  .aboutpg .col-sm-8 ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .asection2 {
    padding: 40px 30px;
  }
  .asection2 h2 {
    font-size: 32px;
  }
  .asection2 h3 {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
  }
  .careerspgbox1 p,
  .accordion-content .jobdescripp p,
  .asection2 p {
    font-size: 14px;
    line-height: 26px;
    clear: both;
    display: inline-block;
    width: 100%;
  }
  .innermainbox,
  .it_solutions_box2 {
    display: block;
    padding: 40px 20px;
  }
  .accordion-content .jobdescripp ul li,
  .aaboutbx2_in p {
    font-size: 14px;
    line-height: 26px;
  }
  .aaboutbx3 h2 {
    font-size: 32px;
  }
  .aaboutbx3in_box {
    flex-direction: column;
  }
  .aab3bbcont p,
  .embright p,
  .proj_staff_serv p {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
  }
  .proj_staff_serv h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .proj_staff_serv h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .aaboutbx2_in {
    padding: 40px;
  }
  .inner_banner h1 {
    font-size: 18px;
    line-height: 28px;
  }
  .innertxt1 {
    padding: 10px;
  }
  .innersec1 h1 {
    font-size: 16px;
    margin-top: 0;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .oss_scroll {
    padding-right: 15px !important;
    display: table;
  }
  .oss_scroll li .img {
    width: 100% !important;
    height: auto !important;
  }
  .page1,
  .innerserv,
  .contact-section {
    padding: 40px 15px;
  }
  .careerspg h4,
  .page_content h2,
  .innerserv h1 {
    font-size: 24px;
  }
  .jobsbx1 {
    padding-left: 50px;
  }
  .page_content,
  .job_dets {
    width: 100%;
    clear: both;
  }
  .contact-section {
    padding: 40px 5px;
  }
  .contact-section .info-column .image {
    display: none;
  }
  .contact-section .info-column h5 {
    font-size: 24px;
  }
  .contact-section .info-column p {
    font-size: 16px;
  }
  .contact-section .info-column {
    display: table;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    width: 100%;
    padding: 0px;
  }
  .default-form .form-group input[type="text"],
  .default-form .form-group input[type="email"],
  .default-form .form-group select,
  .default-form .form-group textarea {
    font-size: 12px;
  }
  .default-form .form-group {
    width: 100%;
  }
  .sub {
    float: right;
  }
  .ftul2 li {
    width: 100%;
    clear: both;
  }
  .innerservmenu {
    display: none !important;
  }
  .asection44 {
    display: block;
    padding: 40px 20px;
  }
  .asection44 .col-sm-4 {
    width: 100%;
    padding: 15px;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .careersmainpg h1 {
    font-size: 24px !important;
  }
  .text {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-section .info-column .contact-list {
    margin-top: 30px;
  }
  .contact-section .info-column .contact-list li h3 {
    font-size: 24px;
  }
  .contact-section .info-column .contact-list li strong {
    letter-spacing: 0;
    font-size: 14px;
  }
  .innersec1 h3 {
    font-size: 18px;
    line-height: 32px;
    margin-top: 20px;
  }
  .transformationpg,
  .careertopbx {
    padding: 40px 20px !important;
    margin-top: 0;
  }
  img.hss {
    position: relative;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .careertopbx h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .careertopbx p,
  .accordion-content .jobdescripp p,
  .accordion-content .jobdescripp ul li {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .hwdibx {
    margin-bottom: 30px;
  }

  .bpmpgbx h2 {
    font-size: 21px;
    line-height: 32px;
  }
  .jobdescripp {
    padding: 20px !important;
  }
  .contactmainpgggg,
  .careerspgbox1,
  .contactusform,
  .careerspgbox2 {
    display: inline-block;
    padding: 40px 20px;
  }
  .contactmainpgggg h2,
  .careerspgbox2in h2,
  .careerspgbox1 h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .contactmainpgggg ul,
  .contactmainpgggg ul li {
    display: block;
  }
  .contactmainpgggg ul li {
    margin-bottom: 30px;
  }
  .contactmainpgggg ul li::before {
    top: 10%;
  }
  .contact_section .cs_text{left: 0}

  .contact_section .cs_text {
    width: 100%;
    position: relative;
    bottom: 0;
    float: left;
    padding-top: 30px;
    text-align: center;
    background-color: rgba(40, 38, 37, 0.73);
  }
  .contact_section {
    padding: 30px 0;
  }
  .cs_textMask,
  .contact_section .cs_form::after {
    display: none;
  }
  .contact_section .cs_form {
    width: 100%;
  }
  .fcnt .box {
    max-width: 200px;
  }
  .fooLinks .fbox .flogo,
  .fooLinks::after {
    display: none;
  }
  .contact_section .cs_text h5 {
    font-size: 22px;
  }
  .contact_section .cs_form {
    padding: 15px;
  }
  .ban_img {
    margin-right: 0;
    width: 200px;
    height: 200px;
  }
  .inner_banner::after {
    background-position: center center;
  }
  .inner_banner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
  }
  .aaboutbx2_in1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    margin-bottom: 15px;
  }
  .aaboutbx2_in1_img_mob{order: 2;}
  .aaboutbx2_in_mob{order: 1;}
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
    .innermainbox{padding: 75px 35px;}
}
