body {
  font-family: "Uni Neue", sans-serif;
  padding-top: 100px;
  overflow-x: hidden;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Uni Neue", sans-serif;
}

.container {
  max-width: 1320px;
  position: relative;
}

.container1 {
  max-width: 1320px;
  position: relative;
  margin: auto;
}

a.scroll-down-link {
  width: 70px;
  position: absolute;
  left: 0px;
  bottom: 5%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.75;
  width: 60px;
}

/*animated arrow animattion*/

@-webkit-keyframes move_fade_move_down {
  0% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, -5px);
    opacity: 1;
  }
}

@keyframes move_fade_move_down {
  0% {
    transform: translate(0, -5px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -5px);
    opacity: 1;
  }
}

/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  /* padding-top: 20px; */
  border-bottom: 0px;
  /* box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
}
#header.fixed1.fixed2 {
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

.logo {
  float: left;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/ss_pharma_logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 150px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 150px;
  margin-top: 5px;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  top: 0;
}

#header.fixed1 .logo a {
  background-image: url(../images/ss_pharma_logo.svg);
  /* margin: auto; display: table; */
  background-size: 150%;
  background-position: center center;
  transition: all 0.3s ease 0s;
}
#header.fixed1.fixed2 .logo a,
.innerbody #header.fixed1 .logo a {
  width: 90px;
  height: 90px;
}
.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: block;
}

.menu > ul > li {
  float: left;
  position: relative;
  padding-top: 5px;
  padding: 0 15px;
  height: 100px;
  line-height: 100px;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 18px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  font-family: "Uni Neue", sans-serif;
  text-transform: capitalize;
}

.menu > ul > li > a img {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
  color: #41beff;
}

.menu > ul > li.contactli {
}

.menu > ul > li.contactli > a {
  height: 40px;
  line-height: 40px;
  background-color: #005293;
  color: #fff;
  transition: all 0.5s;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  font-size: 17px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
  background-color: #0192b3;
}

#header.fixed1 .menu > ul > li > a {
  color: #191212;
  font-family: "Uni Neue", sans-serif;
  font-weight: bold;
  /* text-transform: uppercase */
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 12px;
}

#header.fixed1 .menu > ul > li.contactli {
  display: flex;
  align-items: center;
}

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
}
#header.fixed1 .menu > ul > li.contactli > a img {
  height: 18px;
}

#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #0192b3;
  opacity: 1;
}

.menu > ul > li > a i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.site-header__link-icon {
  fill: #fff;
  width: 15px;
  display: block;
  float: left;
  margin-right: 6px;
}

.site-header__link-icon svg {
  width: 15px;
  position: relative;
  top: -2px;
}

/* .menu > ul > li > a:before{
    bottom: 10px;
    border-radius: 2px;
    height: 2px;
    background-color: #028cc5;
    display: block;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    right: 0;
    transition-timing-function: ease-in;
    transition: background-color .3s,width .3s,height .12s;
    width: 0%;
}
.menu > ul > li:hover > a:before, .menu > ul > li > a.active:before{width: 100%;}
 */

/* .menu > ul > li > a.icon1 i{margin: 0px;} */

/* .menu > ul > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0b588f;
    transition:all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.menu > ul > li:hover > a:after{
    width: 100%;
}
.menu > ul > li > a.active:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #0b588f;
} */

.menu > ul > li > a.color1 {
  color: #71a642;
}

.menu > ul > li > a.color2 {
  color: #d3148c;
}

.menu > ul > li > a.color3 {
  color: #1eb1e4;
}

.fixed1 .menu > ul > li > a:after {
  background-color: #0b588f;
}

.fixed1 .menu > ul > li > a.active:after {
  background-color: #0b588f;
}

.menu > ul > li > a.color1:after,
.menu > ul > li > a.color2:after,
.menu > ul > li > a.color3:after,
.menu > ul > li.contactli > a:after {
  display: none !important;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 280px;
  /*max-width: 1000px;*/
  background-color: #005293;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  /* line-height: 24px; */
  padding: 10px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
  line-height: normal;
  font-family: "Uni Neue", sans-serif;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover a {
  color: rgba(255, 255, 255, 0.5) !important;
}

ul.submenu1 li:last-child a {
}

.menurt1 {
  float: right;
  display: inline-block;
  margin-right: 30px;
  padding: 20px 0 0;
}

.menurt1 a.phonebx,
.menurt1 a.msgbx {
  text-decoration: none;
  color: #4465d9;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #4465d9;
  border-radius: 5px;
  float: right;
  margin-left: 15px;
  transition: all 0.3s;
}

.menurt1 a.msgbx {
  background-color: #f43379;
  border-color: #f43379;
  color: #fff;
}

/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  /* height: 100vh;
    overflow: hidden; */
}

/* .bannerbox:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.3
} */

/* .bannerbox:after{
    width: 100px;
    height: 300px;
    content: "";
    background-color: #f43379;
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: 1
} */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
}
.bannerboxcont {
  position: absolute;
  left: 0%;
  top: -100px;
  z-index: 2;
  width: 53%;
  height: calc(100% + 100px);
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
  background-image: url(../images/bannershape.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_hd {
  color: #1d345e;
  font-size: 60px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 400;
  font-family: "Uni Neue", sans-serif;
  margin-bottom: 15px;
  margin-top: 50px;
  line-height: 1.2;
  z-index: 9;
  position: relative;
}

.banner_cont {
  color: #1d345e;
  font-size: 17px;
  font-family: "Uni Neue", sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 32px;
  visibility: visible !important;
  width: 90%;
  /* padding: 0 10%; */
  z-index: 9;
  position: relative;
}

.banner_cont span {
  font-weight: 700;
  background-color: #fff;
  padding: 3px 15px;
  color: rgb(12, 149, 236);
  letter-spacing: 4px;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 15px;
  line-height: 25px;
  display: inline-block;
}

.banner_r_more {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 12px 40px;
  background-color: #414141;
  border: 2px solid #414141;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 2px;
  font-family: "Uni Neue", sans-serif;
}

.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #fff;
  color: #414141;
  background-image: none;
  border-color: #fff;
}

.banner_r_more a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 26px;
}

/* .pavcontentslider .carousel-control{opacity: 0.3;} */

.abtbtn {
  position: relative;
  clear: both;
  display: inline-block;
  margin-left: 60px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 45px 15px 25px;
  background-color: #414141;
  color: #000;
}

/* .abtbtn:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 8.3rem;
    opacity: 0.5;
    background: rgba(181, 181, 181, 0.5);
}
.abtbtn:after {
    position: absolute;
    content: '';
    bottom: 0;
    top: auto;
    left: 0;
    opacity: 0.5;
    height: 1px;
    width: 8.3rem;
    background: rgba(181, 181, 181, 0.5);
} */

.abtbtn a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

/* .abtbtn a:before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    background: rgba(181, 181, 181, 0.5);
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 65px;
} */

.abtbtn a svg {
  width: 1.1875rem;
  height: 0.875rem;
  position: relative;
  top: 50%;
  top: 0px;
  right: -20px;
  transition: all 0.3s;
}

.abtbtn a:hover svg {
  right: -30px;
}

/*------bannerbox---------*/

.banner_btm_scroll {
  background-color: #005293;
  width: 100%;
  display: table;
  color: #fff;
  font-size: 21px;
  letter-spacing: 1px;
  padding: 8px 0;
}

/*servicessec*/

.servicessec {
  width: 100%;
  display: inline-block;
  padding: 50px 0;
  background-color: #fff;
}

/*servicessec*/

/*section2*/
.section2 {
  background-color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  background-image: url(../images/abtbg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 40%;
}
.section2::before {
  position: absolute;
  right: -2px;
  bottom: -2px;
  content: "";
  border: 2px solid #0192b3;
  width: 53%;
  height: 70%;
}
.section2in {
  padding: 60px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 100px;
  align-items: center;
}
.section2 h2 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #005393;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.section2 p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #002746;
}
.inner_section2 p {
  line-height: 1.8;
}

.section2 a {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background-color: #005293;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  border-radius: 30px;
  font-family: "Uni Neue", sans-serif;
  margin-top: 20px;
  gap: 5px;
}

.section2 a img {
  height: 12px;
}

.section2 a:hover {
  background-color: #0192b3;
  color: #fff;
}
.section2in_right {
  padding-left: 100px;
}
.sec2box {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
  min-height: 250px;
  border: 2px solid #0192b3;
  background-color: #fff;
}
.sec2box h3 {
  color: #0192b3;
  font-size: 72px;
  margin: 0 0 10px 0;
  font-weight: 400;
}
.sec2box p {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: rgba(29, 52, 94, 0.75);
}
.mt50 {
  margin-top: 50px;
}
/*section2_end*/

/*section3*/
.section3 {
  background-color: #f3fbfc;
  position: relative;
  display: grid;
  grid-template-columns: 33fr 67fr;
  align-items: center;
  gap: 50px;
  width: 100%;
}
.sec3_left {
  position: relative;
  display: block;
}
.sec3_left img {
  width: 100%;
  display: block;
}
.sec3_left::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1d345e;
  opacity: 0.51;
}
.sec3_right {
  padding: 40px 100px 80px 30px;
}
.section3_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section3_hd h2 {
  font-size: 55px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #005393;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.section3_hd h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #1d345e;
  font-size: 23px;
  margin: 0 0 30px;
}
.section3_hd img {
  height: 100px;
}
.sec3_right ul {
}
.sec3_right ul li {
  padding: 25px 0;
  border-bottom: 1px solid rgba(1, 146, 179, 0.07);
}
.sec3_right ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.sec3_right ul li h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1d345e;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}
.sec3_right ul li h3 img {
  height: 40px;
}
.sec3_right ul li p {
  color: #1d345e;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
/*section3_end*/

/*section4*/
.section4 {
  padding: 80px 0 40px;
  width: 100%;
  display: table;
  background-color: #fff;
  background-image: url(../images/shapebtm1.svg);
  background-position: center bottom;
  background-size: 30%;
  background-repeat: no-repeat;
}
.section4_in {
  display: grid;
  grid-template-columns: 30fr 40fr 30fr;
  gap: 50px;
  align-items: center;
}
.section4_in h2 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #005393;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.section4_in p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #002746;
}

.section4_in a {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background-color: #005293;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  border-radius: 30px;
  font-family: "Uni Neue", sans-serif;
  margin-top: 20px;
  gap: 5px;
}

.section4_in a img {
  height: 12px;
}

.section4_in a:hover {
  background-color: #0192b3;
  color: #fff;
}
img.sec4img {
  width: 90%;
  margin: auto;
  display: table;
}
/*section4*/

/*section5*/
.section5 {
  position: relative;
  padding: 80px 0 40px;
  width: 100%;
  display: table;
  background-image: url(../images/Pharma-Export-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section5::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #e2f3f7;
  opacity: 0.86;
}
.section5_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section5_in h2 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d345e;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.section5_in p {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  color: #002746;
  width: 60%;
}
.section5_in_rt {
  display: flex;
  justify-content: end;
  gap: 15px;
  flex-basis: 30%;
}
.section5_in a {
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  background-color: #1d345e;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  border-radius: 30px;
  font-family: "Uni Neue", sans-serif;
  margin-top: 20px;
  text-wrap: nowrap;
  gap: 10px;
}
.section5_in a:last-child {
  background-color: #0192b3;
}

.section5_in a img {
  height: 12px;
}

.section5_in a:hover {
  background-color: #005293;
  color: #fff;
}
/*section5*/

/*--------footer--------*/
.footer {
  clear: both;
  width: 100%;
  display: block;
  /*background: linear-gradient(-50deg, #162c55, #0e2248, #0192b3);*/
  background: linear-gradient(-50deg, #d1e1ff, #dde8ff, #effcff);
  padding: 70px 0 30px;
  position: relative;
}
.pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.footer_in {
  display: flex;
  justify-content: space-between;
  color: #005293;
}
.footer_in img {
  height: 130px;
  position: relative;
}
.footer_in h2 {
  font-size: 38px;
  font-weight: 400;
  margin: 10px 0 30px;
}
.footer_in p {
  font-size: 14px;
  line-height: 1.6;
}
.footer_in a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #005293;
  display: block;
  margin-bottom: 25px;
  transition: all 0.3s;
  font-weight: 600;
}
.footer_in a:hover {
  opacity: 0.5;
}
.ft_soc,
.ft_add {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ft_soc {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ft_soc a {
  font-size: 24px;
  margin-left: 10px;
}
.ft_add a {
  font-size: 14px;
}
.footer_in_right {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.copy {
  color: #005293;
  opacity: 0.5;
  font-size: 14px;
  text-align: right;
}
/*--------footer_end--------*/

/*innerbanner*/
.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #005293;
}
.inner_banner img {
  width: 100%;
  opacity: 0.85;
  display: block;
}
.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: 0px;
  padding-left: 0px;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: hsl(187, 100%, 81%);
}
.innertxt1 ul li:last-child {
  padding-right: 0px;
}
.innertxt1 ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: 3px;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}
.inner_banner h1 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inner_banner h1 span {
  color: #fff;
}
.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}
/*innerbanner*/

.fullgrid {
  grid-template-columns: repeat(1, 1fr);
}
.inner_section2::before {
  display: none;
}
.sec3_right ul ul li {
  padding: 10px 0;
  border-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 30px;
}
.sec3_right ul ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  font-family: FontAwesome;
  content: "\f105";
  font-size: 21px;
  color: #0270ad;
}
.inner_section4 h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 55px;
  color: #c82839;
}
.inner_section4 img {
  width: 600px;
  max-width: 100%;
  margin: auto;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
  display: table;
}
/*innersec1*/
.innersec1 {
  padding: 50px 0;
  background-color: #fff;
  display: table;
  width: 100%;
  position: relative;
}
.aboutpg:before {
  position: absolute;
  content: "";
  background-image: url("../images/round01.png");
  background-repeat: no-repeat;
  background-position: center 100px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
  margin: auto;
}
.innersec1 hr {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.innersec1 h1 {
  color: #1c6ea1;
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 50px;
  margin-top: 20px;
  text-transform: capitalize;
}
.innersec1 h1 span {
  border-bottom: 2px solid #000;
}
.innersec1 h3 {
  color: #1c6ea1;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}
.innersec1 p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}
.visionimg {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #fff3c5;
  padding: 20px;
  text-align: center;

  float: left;
  margin-right: 30px;
}
.visionimg img {
  width: 100%;
  display: block;
}

.cv {
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border-radius: 10px;
}
.cv img {
  width: 100px;
  margin-bottom: 0px;
}
.cv h4 {
  text-align: center;
  font-weight: 800;
  color: #0c5d43;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cv p {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  min-height: 72px;
  display: inline-block;
}
.image-column1 {
  position: relative;
}
.image-column1 .inner,
.image-column1 .image {
  position: relative;
  display: block;
  width: 100%;
}
.image-column1 .image img {
  display: block;
  width: 90%;
  position: relative;
}
.image-column1 .icon-box {
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  font-size: 54px;
  line-height: 120px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.image-column1 .icon-box img {
  width: 70px;
}
/*innersec1*/
.innersec1 {
  clear: both;
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.svg");
}
.innersec1 b {
  color: #242424;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  line-height: 32px;
  font-weight: 700;
}
.innerleft {
  padding: 50px 20px !important;
}
.innerleft p b {
  text-align: left;
  float: left;
  width: 100%;
  display: table;
  clear: both;
  color: #137ab1;
  margin-bottom: 20px;
  font-size: 21px;
}
.innerleft ul li {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
  position: relative;
}
.innerleft ul li {
  text-align: left;
  padding-left: 30px;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.innerleft h3 {
  color: #0c5d43;
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 0;
}

.parallax2 img {
  width: 70%;
  margin: auto;
  display: table;
  margin-top: 50px;
}

.job1bx {
  width: 100%;
  display: table;
  padding: 15px 0;
  clear: both;
  transition: all 0.3s;
}
.job1bx:last-child {
  border-bottom: 0px;
}
.job1bx a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: block;
  position: relative;
  min-height: 100px;
  transition: all 0.3s;
}
.job1bx img {
  width: 90%;
  display: block;
  border: 1px solid #fff;
  padding: 10px;
  margin: 0px;
  border-radius: 100%;
  transition: all 0.6s;
}
.job1bx:hover img {
  /* transform: scale(1.1, 1.1); transform: rotate(360deg);
background-color: rgba(255, 255, 255, 0.2); */
  border: 3px solid #f49941;
}
.job1bx h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
  color: #e38917;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.job1bx h6 {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #777;
}
.job1bx p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ltjb p {
  width: 80%;
}

.page1 {
  padding: 70px 0;
  color: #000;
  font-size: 19px;
  line-height: 32px;
  display: table;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.svg");
  width: 100%;
  overflow: hidden;
}

.section123 {
  width: 100%;
  float: left;
  position: relative;
}

.page1 h2 {
  margin: 0 0 20px 0;
  font-size: 32px;
  font-weight: 900;
  color: #1e6fa2;
  text-transform: uppercase;
}

.page_ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.page_ul ul li {
  width: 100%;
  float: left;
  color: #000;
  position: relative;
  padding: 6px 0 6px 25px;
}

.page_ul ul li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f105";
  color: #1c6ea1;
}

.page_left {
  width: 72%;
  float: left;
}

.page_right {
  width: 25%;
  float: right;
}

.page1 .sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
  display: inline-block;
}

.page_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page_right ul li,
.page_right ul li a {
  width: 100%;
  float: left;
  position: relative;
}
.page_right ul li {
  margin-bottom: 10px;
}
.page_right ul li a {
  color: #333;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background-color: #fff;
}

.page_right ul li:last-child a {
  border-bottom: 0px solid #eee;
}

.page_right ul li a:hover,
.page_right ul li a.active {
  background: #1e6fa2;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
}

/*careers*/
.careerspg {
  width: 100%;
  display: table;
  padding: 40px 0;
}
.careerspg h3 {
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 65px;
}
a.carbx1 {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
a.carbx1 img {
  max-width: none;
  transform: translate3d(-40px, 0px, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: calc(100% + 40px);
}
a.carbx1:hover img {
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.stories-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
a.carbx1 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 600;
}
.careerspg h4 {
  font-size: 36px;
  font-weight: 900;
  text-transform: capitalize;
  margin-top: 0px;
  clear: both;
  margin-bottom: 40px;
  display: inline-block;
  color: #1c6ea1;
}
.jobsbx1 {
  clear: both;
  width: 100%;
  display: table;
  padding-left: 100px;
  position: relative;
}
.jobsbx1 a {
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #000;
  display: block;
}
p.offering-title {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
  line-height: 32px;
}
.offerings-row {
  color: #555;
  font-size: 14px;
}
.offerings-row span {
  font-style: normal;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.sub {
  font-style: normal;
  padding: 10px 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  display: table;
  margin: auto;
  transition: all 0.3s;
  color: #000;
  font-weight: 600;
}
.border-left {
  width: 20px;
  height: 0%;
  top: 0px;
  position: absolute;
  left: 0;
  background: #1c6ea1;
  transition: all 0.5s;
}
.jobsbx1 a:hover .border-left {
  height: 100%;
}
.jobsbx1 a:hover .sub {
  background-color: #1c6ea1;
  color: #fff;
  transition: all 0.5s;
  border-color: #1c6ea1;
}

.jobdescription {
  width: 100%;
  display: table;
  padding: 40px 0;
  background-size: 100%;
  background-image: url("../images/bg-tabs3.svg");
}
.jobdescription1 {
  width: 100%;
  display: table;
  overflow: hidden;
  padding: 50px 0;
  background-image: url("../images/bg-right.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  background-size: auto !important;
}
.jobdesinner {
  width: 100%;
  display: table;
  padding: 30px 0;
}
.jobdesinner h3 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-top: 0px;
}
.jobdesinner h3 span {
  margin: 6px;
  padding: 5px;
  font-size: 13px;
  border-radius: 5px;
  background-color: #f4f4f4;
}
.jobdesinner h4 {
  font-size: 18px;
  font-weight: 500;
  color: #9e9e9e;
}
.jobdesinner p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
}
.jobdesinner p b {
  font-weight: 600;
}
a.jobapply {
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1c6ea1;
  border-radius: 3px;
  display: table;
  transition: all 0.3s;
  text-decoration: none;
  margin: auto;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  margin-top: 60px;
}
a.jobapply:hover {
  background-color: #fff;
  color: #1c6ea1;
}
.jobdesinner h6 {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.54);
}
.isrtsoc a {
  float: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  clear: none;
  border-radius: 40px;
  color: #fff;
  transition: all 0.3s;
  margin-right: 5px;
}
.isrtsoc a.fb {
  background-color: #4064ac;
}
.isrtsoc a.lin {
  background-color: #0270ad;
}
.isrtsoc a.twitter {
  background-color: #1c9bea;
}

.isrtsoc a.fb:hover {
  background-color: #0d3583;
  color: #fff;
}
.isrtsoc a.lin:hover {
  background-color: #004e7a;
  color: #fff;
}
.isrtsoc a.twitter:hover {
  background-color: #006caf;
  color: #fff;
}

.line1 {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 25px 0;
  clear: both;
  display: table;
}
.jobdesinner h2 {
  font-size: 24px;
  font-weight: 600;
}
.jobdesc1 p {
  font-size: 18px;
  line-height: 28px;
}
.jobdesc1 ul li {
  line-height: 28px;
}

.jobdesinner h1 {
  width: 100%;
  display: block;
  color: #1c6ea1;
  font-size: 38px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.jobdesinner h1:before {
  position: absolute;
  left: calc(50% - 161px);
  bottom: 0px;
  width: 322px;
  height: 4px;
  content: "";
  background-color: #ececec;
  /* background-image: url('../images/border2.png'); */

  display: block;
}
.jobdescription label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.jobdescription label span {
  color: #ff7149;
  width: auto;
}
.jobdescription input.form-control,
.jobdescription textarea.form-control {
  background-color: #ccc;
  border-radius: 0px;
  height: 40px;
  border: 0px;
  margin-bottom: 20px;
}
.jobdescription textarea.form-control {
  height: 100px;
}
.jobdescription .col-sm-12 {
  display: table;
  width: 100%;
}
input.subres {
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: #1c6ea1;
  transition: all 0.3s;
  margin: auto;
  display: table;
}
input.subres:hover {
  background-color: #f01f10;
  color: #fff;
}
/*careers*/

.innerserv {
  font-size: 18px;
  color: #000;
  text-align: justify;
  padding: 50px 0;
  line-height: 28px;
  background-color: #fff;
  display: table;
  width: 100%;
  background-size: 100%;
  /* overflow: hidden; */
  background-image: url("../images/bg-tabs3.svg");
}
/*.page_content*/
.page_content {
  width: 68%;
  float: left;
  color: #333;
}

.page_content h2 {
  width: 100%;
  float: left;
  margin: 0;
  color: #028cc5;
  font-weight: 900;
  font-size: 36px;
}
.pageTxt h3 {
  display: table;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}
.page_ul ul {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  list-style: none;
}

.page_ul ul li {
  width: 100%;
  float: left;
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
  color: #333;
}

.page_ul ul li:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50px;
  border: 2px solid #028cc5;
}

.page_ul ul li:last-child {
  margin-bottom: 0px;
}

.page_ul ol {
  width: 100%;
  float: left;
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 15px;
}

/*.page_nav*/
.page_nav {
  float: right;
  width: 25%;
  background: #fbfbfb;
  padding-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #dfeaff;
}

.stickme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}
.job_dets {
  width: 26%;
  float: right;
  text-align: left;
}
.fixme {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  -o-position: sticky;
  -ms-position: sticky;
  top: 100px;
  right: 0;
}
.job_nav {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  display: table;
}
.job_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.job_nav li {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 10px 30px;
}
.job_nav li b {
  color: #028cc5;
  font-weight: 400;
}
.job_nav li span {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.job_nav li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #028cc5;
}
.job_nav li:last-child {
  padding: 0;
}
.job_nav li:last-child a {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #000;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s;
}
.job_nav li:last-child a:hover {
  background-color: #1c6ea1;
}
.job_dets h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 400;
  color: #222;
}
.page_nav h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.2;
  display: block;
  text-align: center;
  padding: 15px;
  background: #1f1c66;
}
.page_nav ul {
  list-style: none;
}
.page_nav ul li {
  width: 100%;
  float: left;
  text-align: left;
}

.page_nav ul li a {
  width: 100%;
  float: left;
  color: #333;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 20px;
  font-weight: 400;
  border-top: 1px solid #dfeaff;
  transition: all ease-in-out 0.5s;
}

.page_nav ul li:first-child a {
  border-top: 0px;
}

.page_nav ul li a:hover,
.page_nav ul li a.active {
  color: #012c8a;
}
.innerserv p strong {
  font-weight: 600;
}
.innerserv h1 {
  width: 100%;
  display: block;
  color: #414141;
  font-size: 38px;
  font-weight: 800;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 0px;
}
.innerserv h1::before {
  position: absolute;
  left: calc(50% - 161px);
  bottom: 0px;
  width: 322px;
  height: 4px;
  content: "";
  background-color: #196ca0;
  /* background-image: url('../images/border2.png'); */
  display: block;
}
.innerserv label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 400;
}
.innerserv label span {
  color: #ff7149;
}
.innerserv input.form-control,
.innerserv textarea.form-control {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #777777;
  height: 50px;
  font-size: 18px;
  background: none;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #efefef;
  outline: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
.innerserv textarea.form-control {
  height: 100px;
}
.innerserv .col-sm-12 {
  display: table;
  width: 100%;
}
input.subres {
  padding: 10px 40px 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 0px;
  background-color: #1c6ea1;
  transition: all 0.3s;
  margin: auto;
  display: table;
}
input.subres:hover {
  background-color: #000;
}

.jobloc_map {
  width: 100%;
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 10px 0px 20px 0;
}
.jobloc_map li,
.page_ul .jobloc_map li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  color: #3b3b3b;
  clear: none;
  font-weight: 400;
  display: inline-block;
  width: auto;
  padding-left: 0px;
}

a.backbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 20px;
  background-color: #c8212f;
  color: #fff;
  text-decoration: none;
}
a.backbtn i {
  margin-right: 10px;
}
img.deskno {
  display: none;
}
.pageTxt {
  width: 100%;
  float: left;
  position: relative;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #414141;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #ed681c;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx1 {
  width: 90%;
  background: linear-gradient(-50deg, #162c55, #0e2248, #0192b3);
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
}
.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 26px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}
img.deskno {
  display: none;
}

.alliancespg {
  display: table;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.alliancespg:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: 5vw;
  top: 5vw;
  background-image: url("../images/dots-green__sm.svg");
}
.alliancebx1 {
  display: table;
  position: relative;
  width: 100%;
}
.allianceleft {
  width: 35%;
  position: sticky;
  top: 175px;
  float: left;
}
.allianceright {
  float: right;
  display: inline-block;
  width: 100%;
  padding: 0 40px;
}
.allianceleft h2 {
  color: #f15d21;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}
.allianceleft p {
  font-size: 18px;
  line-height: 28px;
}
.abox1 {
  width: 100%;
  display: block;
}
.abox1 a {
  text-decoration: none;
  width: 100%;
  display: block;
  position: relative;
  transition: all 0.3s;
  box-shadow: none !important;
  border: 1px solid #e7e7f4;
  border-radius: 20px;
  padding: 40px 40px 20px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
}
.abox1 a:hover {
  background-color: #f17a26;
}
.abox1 a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5.75rem;
  top: 2.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-image: url("../images/arrow-right-light.svg");
}
.abox1 a:hover::before {
  visibility: visible;
  opacity: 1;
  right: 2rem;
}
.icon-boxed {
  width: 150px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  overflow: hidden;
  line-height: 100px;
  padding: 0 10px;
  padding-top: 15px;
}
.icon-boxed img {
  display: inline-block;
}
.abox1 a p {
  font-size: 18px;
  margin-top: 15px;
  color: #01a5e3;
}
.abox1 a:hover p {
  color: #fff;
}
.inner_section2 h3 {
  color: #c8212f;
  font-size: 26px;
}
.table {
  background-color: #fff;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #c6c6c6;
  padding: 10px 30px;
  font-size: 18px;
}
.table-bordered > tbody > tr > th {
  background-color: #005293;
  color: #fff;
  border-color: #2581cd;
}
.galimg {
  display: block;
  cursor: pointer;
}
.inner_section2 img {
  width: 100%;
  display: block;
  border: 2px solid #028cc5;
}
.contactpg {
  padding: 60px 0;
  width: 100%;
}
.contactpg_grid{
    display: grid;
      grid-template-columns: 100fr;
  gap: 30px;
}
.contactpg_grid1 .contact_address1_left ul{
    display: grid;
    justify-content: space-between;
    gap: 30px;
    grid-template-columns: 40fr 30fr 30fr;
  border: 1px solid #ebf7ff;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 21px 10px 40px rgba(235, 247, 255, 1);
  padding: 30px;
  align-items: center;
}
.contactpg_grid1 .contact_address1_left ul li{
}
.contact_address1 {
  display: grid;
  /*grid-template-columns: 55fr 45fr;*/
  gap: 0;
  border: 1px solid #ebf7ff;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 21px 10px 40px rgba(235, 247, 255, 1);
}
.contact_address1_left {
  padding: 30px;
}
.contact_address1_left h3 {
  color: #005393;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
}
.contact_address1_left ul {
}
.contact_address1_left ul li {
  padding-left: 40px;
  font-size: 21px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
  position: relative;
}
.contact_address1_left ul li img {
  height: 21px;
  position: absolute;
  left: 0;
  top: 10px;
}
.contact_address1 iframe {
  width: 100%;
  display: block;
  border: 0;
  height: 350px;
}
.careers_form {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #ebf7ff;
}
.heading-secondary {
  font-size: 42px;
  margin-bottom: 20px;
  text-align: center;
  color: #005393;
  margin-top: 0;
}
.careers_form p {
  margin-bottom: 2rem;
  font-size: 18px;
  text-align: center;
}
.grid--3-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.form-group .grid-full {
  grid-column: 1 / span 3;
}
.careers_form .form-group input.form-control,
.careers_form .form-group textarea.form-control {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 20px;
}
.careers_form .form-group textarea.form-control {
  height: 120px;
  padding-top: 20px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.careers_form .form-group button {
  height: auto;
  line-height: normal;
  padding: 10px 30px;
  color: #fff;
  margin-top: 0;
  font-weight: 400;
  background: #005293;
  font-size: 16px;
  border-radius: 30px;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  transition: all 0.3s;
  gap: 10px;
}
.careers_form .form-group button:hover {
  background: #0192b3;
}
.fixedWhatsapp {
  padding: 8px 24px;
  background-color: #25d366;
  border-radius: 50px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #fff;
  transition: all 0.3s;
  gap: 8px;
  text-decoration: none;
  color: #fff;
  /*animation: zoomin 1s infinite;*/
}

.fixedWhatsapp i {
  font-size: 19px;
}
.fixedWhatsapp:hover {
  background-color: #25d366;
  color: #fff;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    padding-top: 80px;
  }
  /* #header.fixed1{height: 80px;} */
  .home_link {
    height: auto;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video video {
    width: 150%;
    left: -25%;
  }
  .hl_circle {
    width: 100%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
    width: 90px;
    height: 90px;
  }
  .logo a img {
    padding: 10px 0;
    height: 70px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 40px 0 !important;
    left: 0;
    top: 35% !important;
    position: relative !important;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    padding: 10px 10px 0;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
    font-size: 16px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .section1::before {
    width: 96vw;
  }
  .abtbtn a {
    font-size: 14px;
  }
  .abtbtn {
    margin-left: 0px;
  }
  .section1 h2 {
    padding-left: 0px;
  }
  .section1 p,
  .section1 h4 {
    padding-left: 0;
    margin-top: 20px;
  }
  .section1 h4::before {
    left: -20px;
  }
  .section1 {
    padding: 20px;
    margin-top: 0;
  }
  .aboutleft img {
    width: 100%;
  }
  .sec1left {
    padding: 20px;
    width: 100%;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .sec1right {
    min-height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .aboutleft {
    margin-top: 30px;
  }
  .section2 h2 {
    font-size: 36px;
  }
  .section2in_right {
    padding: 0;
  }
  .section2 p {
    font-size: 14px;
    line-height: 24px;
  }
  .section2 a {
    margin-bottom: 30px;
  }
  .percent-block {
    position: relative;
    width: 100%;
    clear: both;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    display: block;
  }
  .percent-block:nth-child(1),
  .percent-block:nth-child(2),
  .percent-block:nth-child(3) {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .section1 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .section1 p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .box2 h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .sec1inner ul {
    padding: 0;
  }
  .section0 {
    padding: 20px 0;
  }
  .section0 h2 {
    font-size: 24px;
  }
  .section0 h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .section0 h3 {
    font-size: 18px;
  }
  .section6 {
    display: block;
  }
  .section6 h2 {
    font-size: 32px;
  }
  .home_tests h3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home_careers h2,
  .testimonials h2,
  .fbox h4 {
    font-size: 24px;
  }
  .home_careers p,
  .testimonials ul li p {
    font-size: 16px;
    line-height: 21px;
  }
  .section7 ul li {
    width: 50%;
    padding: 10px;
  }
  .fabout,
  .fbox {
    width: 100%;
    display: block;
  }

  .innertxt1 {
    top: 30%;
    padding-left: 10px;
  }
  .inner_banner h1 {
    margin-top: 0px;
    font-size: 18px;
  }
  .insec1left {
    padding: 0px;
  }
  .insec1left h2 {
    margin-left: 0px;
    font-size: 24px;
    line-height: 32px;
  }
  .insec1left p {
    margin-left: 0px;
    padding: 20px;
  }
  .sec4bx1 {
    border-left: 0px;
    text-align: left;
  }
  .insection2 ul li {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .box5 h2 {
    font-size: 21px;
  }
  .news-block .inner-box .lower-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .box555 ul.technologies li {
    width: 50%;
  }
  .box555 ul.technologies li {
    padding: 10px;
    margin: -1px;
    background-color: #fff;
  }
  .innerpgbx1,
  .innerpgbx {
    padding: 30px 0;
  }
  ul.careersul li span,
  .job_nav span {
    width: 100%;
    clear: both;
  }
  ul.careersul li a {
    bottom: 0px;
    top: auto;
    right: 0px;
  }
  ul.careersul li h2 {
    margin-top: 10px;
  }
  .enroll_form {
    padding: 20px 0;
  }
  .contactfielddiv {
    margin-bottom: 0px;
  }
  .fields_two {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .section5 h1,
  .section3 h1 {
    font-size: 36px;
  }
  .section3 h1::before {
    left: 90%;
  }
  a.solbx1 h3 {
    font-size: 24px;
  }
  .section2 h1 {
    font-size: 32px;
    margin-top: 30px;
  }
  .section2 h1::before {
    right: 50%;
  }
  .divisions {
    display: table;
    padding: 0;
  }
  .flip-box-front h2 {
    font-size: 24px;
  }
  .flip-box-back h2 {
    font-size: 26px;
  }
  .percent-block p span {
    font-size: 42px;
  }

  .sec2bx {
    margin-top: 0px !important;
    width: 100%;
    float: left;
  }
  .clientsbx ul li {
    width: 33.33%;
    padding: 10px;
  }
  .clientsbx ul li:nth-of-type(1),
  .clientsbx ul li:nth-of-type(3),
  .clientsbx ul li:nth-of-type(5),
  .clientsbx ul li:nth-of-type(7) {
    background-color: #e5eef6;
  }

  .clientsbx ul li:nth-of-type(2),
  .clientsbx ul li:nth-of-type(4),
  .clientsbx ul li:nth-of-type(6),
  .clientsbx ul li:nth-of-type(8) {
    background: #fff;
  }
  .footer {
    background-size: cover;
    padding: 40px;
  }
  .footersection {
    margin-top: 40px;
    display: inline-block;
  }

  .top_social {
    display: none;
  }
  .footersection {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
  }

  .inner_banner img {
    width: 150%;
    left: -25%;
  }

  .whyUs .whyleft {
    width: 100%;
  }
  .whyUs .whyright,
  .whyright li {
    width: 100%;
    clear: both;
  }
  .whyleft h2 {
    font-size: 28px;
  }
  .solcont1 h3 {
    font-size: 21px;
    line-height: 28px !important;
  }
  .solcont1 p {
    font-size: 14px;
    line-height: 21px;
  }

  .box1_left,
  .box1_right {
    width: 100%;
    clear: both;
    position: relative;
    top: auto;
  }
  .job_des {
    width: 100%;
    clear: both;
    margin-top: 20px;
  }
  .job_des p {
    font-size: 14px;
    line-height: 21px;
  }
  .box1_left h2 {
    font-size: 24px;
  }
  .formbox h2 {
    font-size: 24px;
  }
  .formbox .form-group {
    padding: 0;
  }
  .formbox input.form-control,
  .formbox textarea.form-control,
  .modal-body input.form-control,
  .modal-body textarea.form-control {
    font-size: 14px;
  }
  input.subres {
    font-size: 14px;
  }
  .adbxin {
    padding: 0;
  }
  .adbxin h2 {
    margin-top: 0px;
    font-size: 24px !important;
  }
  .add1 h5 {
    font-size: 18px;
  }
  .adbxin a {
    font-size: 18px;
  }

  .headerright1 {
    display: none;
  }
  .ftleft1 {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .mFooter {
    height: auto;
    line-height: normal;
    padding: 15px 0;
    font-size: 12px;
  }
  .mFooter a::before {
    top: 5px;
  }

  .innersec1 h2,
  .page1 h2,
  .careerform h2,
  .jobpositions1 h2 {
    font-size: 24px;
  }
  .innersec1 p,
  .page1,
  .jobpositions1 p {
    font-size: 16px;
    line-height: 24px;
  }
  a.solbxx {
    margin-top: 40px !important;
  }
  .careerform .form-group {
    padding: 0;
  }
  .fulltime,
  .parttime {
    top: -50px;
  }
  .com_name {
    font-size: 18px;
  }
  .page_left,
  .page_right {
    width: 100%;
    clear: both;
  }
  .page_right {
    margin-top: 30px;
  }
  .page1 .sticky {
    position: -webkit-relative;
    position: -moz-relative;
    position: -o-relative;
    position: -ms-relative;
    position: relative;
    top: 0px;
    z-index: 1;
    display: inline-block;
  }

  .modal-dialog {
    width: 90%;
  }

  .modal-dialog1 {
    width: 90%;
  }
  .contrvb p span {
    float: none;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
  }

  .socialrt {
    display: none;
  }

  .banner_txt::before {
    width: 150px;
  }
  .pavcontentslider .carousel-control {
    top: 80% !important;
  }
  .section0 img {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .section0 p {
    font-size: 16px;
    line-height: 24px;
  }

  .section3 h2 {
    font-size: 32px;
  }
  a.servbx1 {
    background-image: none !important;
    padding: 0px;
  }
  img.deskno {
    display: block;
    width: 100%;
  }
  .sec3bx::before {
    display: none;
  }
  .sec3bx {
    padding: 25px;
  }
  .sec3bx h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .section6 .container {
    position: relative;
    z-index: 1;
  }
  .section6::before {
    opacity: 0.5;
  }
  .sec3left span {
    font-size: 60px;
  }

  .sec6bx1 {
    width: 50%;
  }
  .section7 h3 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .section7 h3 a {
    float: none;
    display: table;
    margin: auto;
    margin-top: 30px;
  }
  .section8 h2 {
    font-size: 32px;
  }
  .halfspan {
    width: 100%;
    clear: both;
  }
  .sec1inner {
    padding: 20px;
  }
  .section-title1 h2 {
    font-size: 26px;
  }
  .section-title1 h3 {
    font-size: 18px;
  }
  .sec2bxin {
    padding: 40px 0;
  }
  .sec2bxin a {
    margin: 20px 0;
  }
  .contactpg h2 {
    font-size: 24px;
  }
  .contactpg h4 b {
    font-size: 18px;
  }
  .contactpg p a {
    font-size: 14px;
  }
  .contactpg h4 {
    font-size: 16px;
  }

  .blogpg ul li {
    width: 100%;
    display: block;
  }
  .blogpg1 {
    padding: 40px 20px;
  }
  a.backbtn {
    font-size: 12px;
    top: -30px;
  }

  .cspt-right-box {
    display: none;
  }

  .sec1bg1 {
    margin-bottom: 20px;
  }
  .section1 h4 {
    font-size: 18px;
  }
  .aboutimg {
    margin-bottom: 30px;
  }
  .sec-title.light h2,
  .sec-title h2,
  .innersec1 h3 {
    font-size: 21px;
    line-height: 36px;
  }
  .innersec1 h3 {
    margin-top: 30px;
  }
  .image-column1 .icon-box {
    left: 10px;
  }
  .innersec1 h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .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,
  .contact-section .info-column .contact-list li a {
    font-size: 16px;
  }

  .contact-section .info-column {
    display: table;
  }
  .contact-section .form-column .inner-column {
    margin: 0;
    width: 100%;
    padding: 20px;
  }

  .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;
  }

  .section2in {
    padding: 10px;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .inner_section2 .section2in {
    display: block;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    font-size: 14px;
  }
  .mt50 {
    margin-top: 0;
  }
  .sec2box {
    width: 100%;
    margin-bottom: 30px;
  }
  .section2 {
    padding: 50px 0;
  }

  .section2 h3 {
  }

  .section3,
  .section4_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec3_left img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .section3 {
    padding: 0;
  }
  .sec3_right {
    padding: 40px;
  }
  .section3_hd {
    flex-direction: column;
  }

  .sec3left {
    padding: 30px;
  }

  .sec3left p {
    font-size: 14px;
    line-height: 26px;
  }
  .sec3left a {
    margin-bottom: 20px;
  }

  .section4 {
    background-position: center center;
    background-size: 100%;
    padding: 40px 20px;
  }

  .section4 h3 {
    font-size: 14px;
  }
  .section4 h2,
  .section5_in h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .section4 .sec4bx1 {
    top: 0;
  }
  .section5_in,
  .footer_in {
    flex-direction: column;
  }
  .section5_in p {
    font-size: 14px;
    width: 100%;
  }
  .footer_in h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .footer_in_right {
    margin-top: 40px;
    align-items: baseline;
  }
  .ft_add {
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    align-items: baseline;
  }
  .ft_add a {
    margin-bottom: 0;
  }
  .section4 .owl-nav {
    display: none !important;
  }
  .owl-prev {
    margin: 0px !important;
  }
  .owl-next {
    margin: 0px !important;
  }

  .section4 .owl-dots {
    display: block !important;
    bottom: 20px;
  }
  .section6 h3,
  .section5 h3 {
    padding-left: 70px;
    font-size: 24px;
  }
  .section6 h3:before,
  .section5 h3:before {
    width: 50px;
  }
  #header.fixed1 {
    height: 100px;
  }
  .copy {
    margin-top: 20px;
  }
  .contact_address1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid--3-cols {
    display: block;
  }
  .contact_address1_left ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_address1_left h3,
  .heading-secondary {
    font-size: 26px;
  }
  .careers_form .form-group input.form-control,
  .careers_form .form-group textarea.form-control {
    margin-bottom: 20px;
  }
  .contactpg_grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  }
  .contactpg_grid1 .contact_address1_left ul{
      flex-direction: column;
      gap: 0;
  }
  .fixedWhatsapp{width: 100%; margin-bottom: 15px;}
  .banner_btm_scroll{font-size: 14px;}
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 600px) and (max-width: 960px) {
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: 80vh;
    line-height: 1;
    width: auto !important;
    left: 0% !important;
    position: relative;
  }
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner_txt {
    top: 30% !important;
  }
  .hl_circle {
    width: 80%;
  }
  .hl_circle h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .hl_circle p {
    font-size: 18px;
  }
  .section7 ul li {
    width: 25%;
  }
  .innertxt1 {
    top: 35%;
  }
  .hl_circle a {
    font-size: 18px;
  }
  .section1 h2 {
    font-size: 32px;
  }
  .section1 p {
    font-size: 16px;
    line-height: 32px;
  }
  .inner_banner h1 {
    font-size: 32px;
  }
  .box555 ul.technologies li {
    width: 33.33%;
  }
  .banner_hd {
    font-size: 32px;
    line-height: 42px;
  }
  .banner_cont {
    font-size: 21px;
    height: auto;
  }
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 125%;
    max-width: 125%;
  }
  .banner_txt {
    width: 70%;
  }
  .bannercu {
    height: auto;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  .fabout,
  .fbox {
    clear: none;
    width: 33.33%;
    float: left;
  }
  .insection2 ul li {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu {
    margin: 0;
  }
  .menu > ul > li > a {
    padding: 0;
    font-size: 12px;
  }
  .dropdownm1 {
    left: -15%;
  }
  .banner_cont {
    padding: 0;
  }
  .dropdownm1 ul {
    display: block;
    margin: 0;
  }
  .dropdownm1 ul li {
    padding: 0 10px;
  }
  .percent-block:nth-child(1) {
    bottom: 0;
  }
  .percent-block:nth-child(2) {
    bottom: 180px;
  }
  .sec2bx {
    width: 100%;
  }
  /* .footersection{width: 22%;} */
  .socialrt a img {
    width: 50px;
  }
  .solcont1 h3 {
    font-size: 24px;
  }
  .section1 p {
    line-height: 26px;
  }
  .menu > ul > li {
    padding: 0 10px;
  }
  ul.submenu1 li a {
    font-size: 12px;
  }
  .section1::before {
    width: 98vw;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .box555 ul.technologies li {
    width: 20%;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  a.callus1 {
    margin-left: 0px;
  }
  .menu > ul > li {
    padding: 0 3px;
  }
  .menu > ul > li > a {
    padding: 0px 8px;
  }
  .banner_hd {
    padding: 10px 0;
  }
  .menu {
    margin: 0;
  }
  .logo a {
    width: 220px;
  }
  .top_social ul li a {
    font-size: 14px;
  }
  .hl_circle h2 {
    font-size: 42px;
  }
  .sec2bx {
    width: 100%;
  }
  .percent-block p span {
    font-size: 42px;
  }
  .section1 p {
    line-height: 32px;
  }
  /* .footersection{width: 22%;} */
  .whyright .txt {
    font-size: 12px;
  }
  .solcont1 h3 {
    font-size: 26px;
  }
  .banner_cont {
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .menu {
    margin: 0 0 0 50px;
  }
}
