html{
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
/* common css strats here */

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
  text-decoration: none !important;
} /* for removing underline for anchor*/

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

textarea {
  resize: none;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
} /* for display inline */

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
} /* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.p-5p {
  padding: 5px;
}

.p-10p {
  padding: 10px;
}

.p-15p {
  padding: 15px;
}

.p-20p {
  padding: 20px;
}

.p-30p {
  padding: 30px;
}

.p-40p {
  padding: 40px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10p {
  padding-top: 10px;
}

.pt-15p {
  padding-top: 15px;
}

.pt-20p {
  padding-top: 20px;
}

.pt-30p {
  padding-top: 30px;
}

.pt-40p {
  padding-top: 40px;
}

.pt-50p {
  padding-top: 50px;
}

.pt-60p {
  padding-top: 60px;
}

.pt-70p {
  padding-top: 70px;
}

.ptb-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20p {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30p {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-10p {
  padding-bottom: 10px;
}

.pb-15p {
  padding-bottom: 15px;
}

.pb-20p {
  padding-bottom: 20px;
}

.pb-30p {
  padding-bottom: 30px;
}

.pb-40p {
  padding-bottom: 40px;
}

.pb-60p {
  padding-bottom: 60px;
}

.pb-70p {
  padding-bottom: 70px;
}

.pb-80p {
  padding-bottom: 80px;
}

.ptb-4060p {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pr-0p {
  padding-right: 0px;
}

.pl-0p {
  padding-left: 0px;
}

.pl-10p {
  padding-left: 10px;
}

.pl-15p {
  padding-left: 15px;
}

.pl-20p {
  padding-left: 20px;
}

.pl-25p {
  padding-left: 25px;
}

.pl-50p {
  padding-left: 50px;
}

.pr-5p {
  padding-right: 5px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-50p {
  padding-right: 50px;
}

/* margin styles */

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0px;
}

.m-15p {
  margin: 15px;
}

.m-lr-auto {
  margin: 0px auto;
}

.mt-5p {
  margin-top: 5px;
}

.mt-10p {
  margin-top: 10px;
}

.mt-15p {
  margin-top: 15px;
}

.mt-20p {
  margin-top: 20px;
}

.mt-22p {
  margin-top: 22px;
}

.mt-25p {
  margin-top: 25px;
}

.mt-30p {
  margin-top: 30px;
}

.mt-40p {
  margin-top: 40px;
}

.mt-50p {
  margin-top: 50px;
}

.mt-60p {
  margin-top: 60px;
}

.mt-70p {
  margin-top: 70px;
}

.mt-80p {
  margin-top: 80px;
}

.mt-90p {
  margin-top: 90px;
}

.mt-100p {
  margin-top: 100px;
}

.mt-120p {
  margin-top: 120px;
}

.mt-130p {
  margin-top: 130px;
}

.mt-220p {
  margin-top: 220px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-70p {
  margin-bottom: 70px;
}

.mb-80p {
  margin-bottom: 80px;
}

.mtb-2040p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mtb-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60p {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mlr-10p {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-20p {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.ml-20p {
  margin-left: 20px;
}

.ml-50p {
  margin-left: 50px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-20p {
  margin-right: 20px;
}

.mr-25p {
  margin-right: 25px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-50p {
  margin-right: 50px;
}

/* for box shadow */

/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-2 {
  border-radius: 2px;
}

.brad-3 {
  border-radius: 3px;
}

.brad-4 {
  border-radius: 4px;
}

.brad-5 {
  border-radius: 5px;
}

.brad-6 {
  border-radius: 6px;
}

.brad-8 {
  border-radius: 8px;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

.br-gray-1p {
  border: 1px solid #e0dcdc;
}

.br-blue-1p {
  border: 1px solid #223b74;
}

.br-btmgray-1p {
  border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
  border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
  border: 1px solid #dee2e6;
}

/* for letter spacing  */

.ls-0p {
  letter-spacing: 0px !important;
}

.ls-1p {
  letter-spacing: 1px;
}

.ls-2p {
  letter-spacing: 2px;
}

.ls-3p {
  letter-spacing: 3px;
}

.ls-4p {
  letter-spacing: 4px;
}

.ls-7p {
  letter-spacing: 7px;
}

/* for text-patterns*/

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-undline {
  text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

.bg-gray {
  background-color: #f0f0f4;
}

.bg-blue {
  background-color: #4c4a9c;
}

/* for text-colors*/

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-color {
  color: #222222;
}

.text-blue {
  color: #4c4a9c;
}

.text-s1color {
  color: #262626;
}

.text-s2color {
  color: #101010;
}

.text-s3color {
  color: #171717;
}

/* for text-alignment*/

.align-items {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.wh-space {
  white-space: pre-line;
}

.obj-fit {
  object-fit: cover;
}

/*.btn_pd {padding:10px 25px;}*/

.cursor-pointer {
  cursor: pointer;
}

/* for font-size */

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font44 {
  font-size: 44px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

/* for line-hieght */

.lh-15p {
  line-height: 15px;
}

.lh-16p {
  line-height: 16px;
}

.lh-18p {
  line-height: 18px;
}

.lh-19p {
  line-height: 19px;
}

.lh-20p {
  line-height: 20px;
}

.lh-22p {
  line-height: 22px;
}

.lh-23p {
  line-height: 23px;
}

.lh-24p {
  line-height: 24px;
}

.lh-25p {
  line-height: 25px;
}

.lh-26p {
  line-height: 26px;
}

.lh-27p {
  line-height: 27px;
}

.lh-28p {
  line-height: 28px;
}

.lh-30p {
  line-height: 30px;
}

.lh-32p {
  line-height: 32px;
}

.lh-33p {
  line-height: 33px;
}

.lh-42p {
  line-height: 42px;
}

.lh-44p {
  line-height: 44px;
}

/* for font-weight */

.fw-600 {
  font-weight: 600;
}

/* for font related css */

.fnt-Gotham-book {
  font-family: 'Gellix-Sem';
}

.fnt-Gotham-book {
  font-family: "MONT-BOOK";
}

.fnt-Gotham-light {
  font-family: "GothamLight";
}

.fnt-Gotham-reg {
  font-family: "Gotham Book Regular";
}

.fnt-Gotham-medium {
  font-family: "gotham-medium";
}

.fnt-pop-light {
  font-family: "Poppins-Light";
}

.fnt-pop-regular {
  font-family: "Poppins-Regular";
}

.fnt-pop-medium {
  font-family: "Poppins-Medium";
}

.fnt-pop-semibold {
  font-family: "Poppins-SemiBold";
}

.fnt-pop-bold {
  font-family: "Poppins-Bold";
}

.fnt-bebas {
  font-family: "Bebas-Regular";
}

.fnt-arial {
  font-family: "ARIAL";
}

.fnt-mont-book {
  font-family: "MONT-BOOK";
}

.fnt-monst-reg {
  font-family: "Montserrat Regular";
}

.fnt-robo-light {
  font-family: "Roboto-Light";
}

.fnt-robo-reg {
  font-family: "Roboto-Regular";
}

.fnt-robo-bold {
  font-family: "Roboto-Bold";
}

.fnt-robo-med {
  font-family: "Roboto-Medium";
}

.fnt-robo-italic {
  font-family: "Roboto-Italic";
}

.fnt-robo-LightItalic {
  font-family: "Roboto-LightItalic";
}

.fnt-robo-black {
  font-family: "Roboto-Black";
}

.fnt-mont-reg {
  font-family: "MONT-REGULAR";
}

.fnt-montsemi-bold {
  font-family: "Mont-SemiBold";
}

.fnt-mont-bold {
  font-family: "MONT-BOLD";
}

/* for text-alignment*/

.align-center {
  align-items: center;
}

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

.text-right {
  text-align: right;
}

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

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-initial {
  text-align: initial;
}

body {
  /* font-size: 15px;
  font-family: "MONT-BOOK"; */
  color: #222222;
  line-height: 24px;
  font-family: "MONT-BOOK";
  font-size: 15px;
  
}

.container {
  max-width: 1230px !important;
  padding-left: 0;
  padding-right: 0;
}

/*----- navbar toggler  css -----*/
.navbar {
  padding: 0rem 1rem;
}
.navbar-toggler.x {
  border: none;
}
.navbar-toggler.x:focus {
  outline: none;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.sub_title {
  font-size: 16px;
  letter-spacing: 2px;
  color: #3b7cf4;
  font-family: "MONT-BOLD";
}
.section_title {
  font-size: 40px;
  letter-spacing: 1px;
  color: #111111;
  font-family: "MONT-BOLD";
  margin-bottom: 20px;
}



.form-control:focus {
  box-shadow: none;
}

/* HEADER SECTION STARTS HERE   */
.navbar-nav > li > a {
  padding: 29px 16px !important;
}

.header-sec {
  filter: drop-shadow(0px 4px 7.5px rgba(0, 0, 0, 0.25));
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-sec .container {
  max-width: 1400px !important;
  width: 98%;
}

.header_bottom_block {
  background-color: #ffffff;
}

/* HEADER-BOTTOM CSS  */

/* .headerlogo {margin-top: -21px;transform: translateY(-8px);} */

.menu li {
  margin-left: 15px;
  position: relative;
}
.menu a {
  font-size: 15px;
  color: #191919;
  /* text-transform: uppercase; */
  font-family: "MONT-BOOK";
  letter-spacing: 0.5px;
}
.menu a:hover,
.menu .menu-active a {
  color: #fe7b08;
}

.menu li:hover .dropdown-menu {
  display: block;
}
.menu li:focus .dropdown-menu {
  display: block;
}
.menu li:focus-within .dropdown-menu {
  display: block;
}
.navbar-nav > li.contact-menu > a {
  padding: 8px 20px 6px !important;
}
.contact-menu a,
.cal-menu a {
  background-color: #fe7b08;
}
.contact-menu a:hover,
.cal-menu a:hover {
  background-color:  #faab1d;
}
.contact-menu a {
  color: #fff !important;
  padding: 10px 25px 9px 25px !important;
  border-radius: 50px;
}
.cal-menu a {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  position: relative;
}
.cal-menu a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-sec.extraclass {
  background-color: #ffffff;
}

/* sub menu */

.dropdown-menu {
  border: 0;

  border-radius: 0px 0px 5px 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-width: 200px;
  margin: 0px;
}

.dropdown-item {
  display: block;
  position: relative;
  padding: 10px 20px;
  letter-spacing: 0px;
  color: #000000 !important;
  filter: none;
  font-size: 14px !important;
 
  /* border-bottom: 1px dashed #e8e8e8; */
}
.dropdown-menu a {
  color: #fff;
}
.dropdown-item:last-child {
  border-bottom: 0px dashed #e8e8e8;
}
.dropdown-item:hover {
  background-image:  linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  color: #fff !important;
}
.dropdown-item:hover a {
  color: #fff !important;
}
.res-toggle {
  position: absolute;
  right: -2px;
  top: 8px;
  cursor: pointer;
  display: none;
}

/* banner-sec css */

.banner-thoery {
  position: absolute;
  bottom: 5.7%;
  right: 0;
  left: 0;
  width: 100%;
}
/* .ban_ico {height: 420px;} */
.banner_title {
  font-size: 44px;
  /* filter: drop-shadow(0px 3px 1.5px rgba(0, 0, 0, 0.7)); */
  line-height: 50px;
  color: #fff;
}
.banner_subtitle {
  /* filter: drop-shadow(0px 2px 1.5px rgba(0, 0, 0, 0.8)); */
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  padding-top: 5px;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: #faab1d;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
}

/* form css */
.qsb-sec:before,
.qsb-sec:after {
  content: "";
  height: 30px;
  width: 50px;
  background-color: #ff9638;
  position: absolute;
  top: 35%;
  transform: rotateZ(-90deg);
}
.qsb-sec:before {
  right: -10px;
  border-radius: 150px 150px 0 0;
}
.qsb-sec:after {
  left: -10px;
  border-radius: 0px 0px 150px 150px;
}

.qsb-sec {
  padding: 25px;
  background: #00000073;
}
.qsbWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.qsbWrapper .qsb {
  display: flex;
  align-items: center;
  padding: 3px 4px 3px 24px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100px;
}

.qsbWrapper .qsb .searchIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.suggestor-wrapper {
  position: relative;
}

.qsbWrapper .qsb .suggestor-wrapper .suggestor-box {
  border: none;
  padding: 4px 12px;
  width: 240px;
}

.qsbWrapper .qsb .keywordSugg .suggestor-box {
  width: 400px;
  padding: 4px 12px 4px 4px;
}

.suggestor-wrapper .suggestor-box {
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  display: flex;
}
input.active {
  outline: none !important;
}
::placeholder {
  font-family: "Roboto-Regular";
  color: #626f8a;
}
.qsbWrapper .qsb .suggestor-wrapper .suggestor-box .suggestor-input {
  font-size: 16px;
  line-height: 22px;
  color: #505b73;
  font-weight: 400;
  font-family: "Roboto-Regular";
}
.suggestor-wrapper .suggestor-box .suggestor-input {
  border: none;
  flex-grow: 1;
  min-width: 145px;
  font-size: 16px;
  line-height: 20px;
  color: #091e42;
  padding: 8px 0;
  font-weight: 500;
  font-family: "Roboto-Regular";
}

.qsbWrapper .qsb .pipe {
  background: #b0c0cb;
  border-radius: 2.53846px;
  width: 1px;
  height: 28px;
}
.qsbWrapper .qsb .locationSugg {
  margin-left: 0;
}
.qsbWrapper .qsb .qsbSubmit {
  padding: 11px 30px;
  background-color: #4c4a9c;
  border-radius: 100px;
  color: #fff;
  font-family: "Mont-SemiBold";
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 19px;
  white-space: nowrap;
}

.suggestor-wrapper .suggestor-box .suggestor-input:active,
.suggestor-wrapper .suggestor-box .suggestor-input:focus {
  outline: none;
}

/* About section */

.abt-content {
  filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.1));
  border-left: 5px solid #faab1d;
  padding: 25px;

}

/* highest ranked section */

.bluestripe-bg {
  background-image: url("../images/careers-img.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  border-radius: 8px;
}

.call-box {
  border-radius: 10px;
  background-color: #6160ad;
  padding: 23px 35px;
}

/* Services section */
.owl-sec{padding-bottom: 80px;}
.owl-theme .owl-dots, .owl-theme .owl-nav{display: none;}
.e-mask-solution {
  background-image: url("../images/white-layer.png");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .service-blk .item {
  margin: 20px 10px 35px;
} */
.service-box-icon img{width: auto !important;}
/* -------------------- */
.service-box {
  padding: 3.75rem 1.5rem 3.0625rem;
  position: relative;
  z-index: 1;
  color: #f7f7fc;

  border-left: 1px solid #e8e8ea;
  background-color: #14142b;
  min-height: 375px;
  
}
.service-box > div {
  overflow: hidden;
  transition: all 1s ease;
}
.service-box-icon img {
  height: 72px;
  margin-bottom: 25px;
object-fit: contain;
/* position: relative;
right: 145px; */
}
.service-box > div img {
  overflow: hidden;
  transition: all 1s ease;

}
.service-box .cmn-btn {
  -webkit-filter: brightness(0) invert(1);
}
.service-box .cmn-btn {
  background-color: transparent !important;
  padding: 0px !important;
  line-height: 20px !important;
}
.service-box .cmn-btn {
  position: absolute;
  bottom: 30px;
  display: inline-block;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #3a8bcf;
  font-weight: 500;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.service-box > div {
  overflow: hidden;
  transition: all 1s ease;
}
.cmn-btn {
  background: #fcfcfc;
    background-color: rgb(252, 252, 252);
  border-radius: 5px;
  padding: 0 1.875rem !important;
  color: #3a8bcf !important;
  font-size: 16px !important;
  line-height: 3.125rem;
  display: inline-block;
  -webkit-transition: all .45s cubic-bezier(.65, 0, .076, 1);
  -o-transition: all .45s cubic-bezier(.65, 0, .076, 1);
  transition: all .45s cubic-bezier(.65, 0, .076, 1);
}

.service-box .cmn-btn::after {
  -webkit-filter: brightness(0) invert(1);
}
.service-box .cmn-btn::after {
  content: "";
  background: url("../images/readmore-arrow.svg") no-repeat;
  width: 18px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  margin-top: 0.0625rem;
}
.service-box:hover .cmn-btn::after {
  left: 100%;
}
.cmn-btn:hover::after {
  margin-left: 0.8125rem;
}
.service-box::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  
  /* background: -webkit-linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  background: -o-linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  background:  linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%); */
  /* background: -webkit-linear-gradient(90.3deg, #0059a9 .28%, #5eaee0 99.78%);
  background: -o-linear-gradient(90.3deg, #0059a9 .28%, #5eaee0 99.78%);
  background:  linear-gradient(90.3deg, #0059a9 .28%, #5eaee0 99.78%); */
  background: linear-gradient(to right,#024551,#0ab8bc);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}
.service-box:hover::after {
  opacity: 1;
}
.service-box:hover .service-box-icon .ser-img {
  opacity: 1;
}
.service-box .cmn-btn span {
  color: transparent;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
}
.service-box:hover .cmn-btn span {
  color: inherit;
}

.service-box:hover .service-box-content{transform: translateY(-22px);}


/* ------------------------ */


/* owl carosel css */
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
.owl-prev:hover,
.owl-next:hover {
  background: none !important;
}

.owl-carousel .prev-slide:before,
.owl-carousel .next-slide:before {
  font-size: 26px;
  position: absolute;
  top: -19%;
  background-color: #f0fafd;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  color: #a0a0a0;
}
.owl-nav {
  margin-top: 0 !important;
}
.owl-carousel .prev-slide:before {
  content: "\2190";
  right: 8%;
  padding: 9px 14px 8px 13px;
}
.owl-carousel .next-slide:before {
  content: "\2192";
  right: 4%;
  padding: 9px 14px 8px 13px;
}
.owl-carousel .prev-slide:hover:before,
.owl-carousel .next-slide:hover:before {
  background-color: #195ede;
  color: #fff;
  border: 1px solid #195ede;
}

/* Login section */

.employer-box,
.joblogin-blk {
  height: 100%;
}
.employer-box {
  background-image: url(../images/leaf.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px;
}
.joblogin-blk {
  filter: drop-shadow(0px 4px 15px rgba(36, 36, 78, 0.15));
}

.seeker-box {
  width: 48%;
}
.employee-box {
  background-image: url(../images/login-user.png);
  width: 430px;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: ellipse(105% 100% at 105% 50%);
}

.seeker-box,
.login-user-content {
  padding: 35px;
}

/* Help section */

.help-sec {
  margin-bottom: -95px;
}
.back_gray{
  background: linear-gradient(to bottom,#f0f0f4 60%,#f0f0f4 50%); 
} 
.help-blk {
  padding: 70px 50px;
}

/* subscribe box css */

.subscribe-box {
  width: 451px;
}
.subscribe-box input {
  font-size: 14px;
  color: #999999;
  font-family: "Roboto-Regular";
  background-color: transparent;
  border: 0;
}

.subscribe-box .input-group {
  border-radius: 50px;
  filter: drop-shadow(0px 4px 9.5px rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
  align-items: center;
  padding: 0px 5px 0px 15px;
  height: 50px;
}
.subscribe-box button {
  padding: 0px;
  border: 0px;
  background: transparent;
}

.subscribe-box input:focus {
  border-color: 0;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
}

.subscribe-box ::placeholder {
  color: #999999 !important;
}

/* FOOTER SECTION CSS */

.text-f1color {
  color: #cacaca;
}
.text-f2color {
  color: #d2d2d2;
}

.quicklink_block {
  padding-top: 15px;
  font-size: 20px;
  display: none;
}
.mobile-visible {
  display: block;
}
/* nav css */
.footer-sec {
  background-color: #101010;
  padding-top: 100px;
}
.footer-sec .footer-menus {
  display: flex; /*justify-content: space-between;*/
  border-bottom: 1px solid #222222;
  text-align: center;
}
.footer-menus .active .nav-link {
  color: #fff71d !important;
}
.footer-sec .footer-menus .nav-item .nav-link {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 18px;
  color: #d2d2d2;
  font-family: "Poppins-Regular";
  text-align: center;
  padding: 25px 10px;
  position: relative;
  text-transform: uppercase;
}
/* footer block css */

.footer-blk {
  padding-top: 35px;
  padding-bottom: 35px;
}

.flogo_title {
  font-size: 65px;
  color: #f8f8f8;
  letter-spacing: 1px;
  font-family: "MONT-BOLD";
}
.footer_title {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #d2d2d2;
  font-family: "MONT-BOLD";
  text-transform: uppercase;
}

.fbox2 {
  margin-left: -35px;
}
.fbox3 {
  margin-left: -35px;
}

.hotline-box {
  border: 1px solid #222222;
  padding: 40px 20px 36px;
  text-align: center;
}

/* copy right section css */

.copy-right {
  border-top: 1px solid #222222;
  background-color: #101010;
  padding: 30px 0px;
  font-family: "MONT-BOOK";
  font-size: 14px;
  color: #b7b7b1;
}
.fsoc-blk a {
  color: #b7b7b1;
  margin-left: 25px;
}

/* -------------------------------------------- */
/* INNER PAGES COMMON CSS */
/* -------------------------------------------- */
.innpage-block .container {
  max-width: 1230px !important;
}

.innerban_ico {
  height: 304px;
}
.innerban-theory {
  position: absolute;
  top: 11%;
  right: 0;
  left: 6%;
  border-left: 7px solid #00b8c1;
  padding: 30px 20px 25px 20px;
}
.off-text {
  font-size: 40px;
  letter-spacing: 2px;
  color: #3e4f0f;
  font-family: "Bebas-Regular";
}

.innersec_title {
  font-size: 38px;
  color: #222222;
  position: relative;
  font-family: "MONT-REGULAR";
}

.innersec_br::before,
.innersec_br::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.innersec_br::before {
  width: 120px;
  background: #ddd;
}
.innersec_br::after {
  width: 60px;
  background: #00b8c1;
}

.page_top {
  padding-top: 40px;
}
.page_btm {
  padding-bottom: 70px;
}

/* -------------------------------------------- */
/* ABOUT US PAGE CSS */
/* -------------------------------------------- */

.insub_hd {
  font-size: 30px;
  color: #01878e;
  font-family: "MONT-REGULAR";
}

.list-li li {
  background: url(../images/list-li.png) no-repeat left 6px;
  margin-bottom: 1.1%;
  line-height: 28px;
  padding-left: 25px;
  vertical-align: middle;
  margin-left: 22px;
}
.clien-li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 173px;
}

/* -------------------------------------------- */
/* SKIN TREATMENT PAGE CSS */
/* -------------------------------------------- */

.surgical-cont {
  padding: 15px 15px 15px 50px;
}

.skin_br::before,
.skin_br::after {
  top: auto;
  bottom: -10px !important;
}

/* -------------------------------------------- */
/*CONTACT PAGE CSS */
/* -------------------------------------------- */

.contact-block {
  grid-gap: 0;
  grid-column-gap: 1px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 25px 0;
  padding: 25px;
  text-align: center;
  width: 100%;
}
.contact-box {
  border-left: 1px solid #dedede;
  font-size: 14px;
  padding: 1rem;
  text-align: center;
}
.contact-box:first-child {
  border-left: 0;
}
.contact-box i {
  font-size: 40px;
  color: #019397;
}
.contact-box a {
  color: #019397;
}

.contact-form input {
  height: 50px;
  border-radius: 0px;
}
.contact-form textarea {
  border-radius: 0px;
}
.contact-form button {
  background-image: linear-gradient(90deg, #08b9bd 0%, #007d80 100%);
  padding: 10px 45px !important;
}
.contact-form button:hover {
  background-image: linear-gradient(90deg, #007d80 0%, #08b9bd 100%);
}

/* -------------------------------------------- */
/* skk start */
/* -------------------------------------------- */
.headerlogo {
  width: 270px;
 
}
.common-btn a {
  border: 1px solid #2d70ed;
  padding: 13px 25px 10px;
  color: #2d70ed;
  font-family: "MONT-BOOK";
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.common-btn a:hover {
  color: #fff;
  background-color: #2d70ed;
}

.common-btn3 a {
  border: 1px solid #fff;
  padding: 13px 25px 10px;
  color: #2d70ed;
  font-family: "MONT-BOOK";
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
  background-color: #fff;
}
.common-btn3 a:hover {
  border: 1px solid #fe7b08;
  color: #fff;
  background-color: #fe7b08;
}

.employer-box p,
.seeker-box p,
.employee-box p {
  min-height: 110px;
}
.btn_pd {
  padding: 12px 45px;
}
/* .greg-bg2 {
  background-color: #f5f5f5;
} */



.t-p8 {
  padding-top: 8px;
}

.cet-img-absus {
  position: absolute;
  right: 0px;
  bottom: -100px;
}

.common-sec1 {
  padding-top: 80px;
}
.common-sec2 {
  padding-bottom: 80px;
}

/*.scrool-l-pad{margin-left:-80px;}*/

.b-p3 {
  padding-bottom: 3px;
}
/* ----------------------Siva CSS-------------- */
.inner-main{padding: 70px 0px;}
.about-left img{width: 40px;margin-right: 10px;}
.about-left{padding: 10px 10px 10px 0px;
  height: 100%;
}
.about-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
margin-top: 15px;
  column-gap: 15px;
}

.about-right img{width: 550px;}

/* .banner-sec, .inner-banner {
  margin-top: 100px;
} */
.pos-relative {
  position: relative;
}
.inner_content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.alt-inner-bottom{top: 85%;}
.inner_content h1 {
  font-size: 38px;
  margin: 0;
}
.training-btn a {
  filter: drop-shadow(0px 5px 3px rgba(68, 38, 1, 0.1));
  background-image: linear-gradient(90deg, #fe7b08 0%,  #faab1d 100%);
  color: white;
  font-size: 18px;
  padding: 10px 35px;
  border-radius: 23px;
  cursor: pointer;
  margin-top: 20px;
  transition: all .8s ease;
}
/* .training-btn:hover a{
  background-image: linear-gradient(90deg, #58a9dd 0%, #005fad 100%);
  transition: all .8s ease;
} */
.inner_content p{
  color: #fff;
}
 .sec_title {
  font-size: 30px;
  line-height: 40px;
  color: #161c2d;
}
.inner-banner img{
  height: 380px;
}
.inner-page-pad {
  padding-top: 50px;
}
.ab-bg {
  background-color: #000;
}
.gredent-text {
  background: linear-gradient(271.6deg, #00bf7c 0.72%, #00a9f1 104.94%);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.ab-bg2:hover {
  border: 1px solid transparent;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%)1;
  border-radius: 50% !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.ab-bg2 {
  border: 1px solid transparent;
}
.ab-paad1 {
  padding: 25px 25px 22px;
}
.t-b-pad{padding: 50px 50px;}
.vision-box_1 {
  padding: 23px;
  filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.08));
  height: 100%;
}
.vision-box_1:hover {
  background-image: linear-gradient(90deg, #00a9f1 10%, #00bf7c 100%);
  border-radius: 8px;
  transition: .3s;
  color: #fff !important;
}
.valu-img img {
  filter: brightness(0) !important;
}
.valu-img img {
  height: 60px;
  margin-bottom: 12px;
}
.valu-img:hover img {
  filter: none !important;
}
.valu-img:hover h4 {
  color: #fff !important;
}
.counter-blk {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.count-border {
  border: 1px solid #dbdbdb;
}
.count-r-border {
  border-right: 1px solid #dbdbdb;
}
.coun-bg {
  padding: 25px 15px 25px 15px;
  height: 100%;
  background-color: #fff;
}
.counter {
  font-size: 40px;
  letter-spacing: -2px;
  line-height: 22px;
  color: #000048;
  text-align: center;
  font-family: 'Gellix-Sem';
}
.counter::after {
  content: '+';
  transform: translateY(-2px);
  display: inline-block;
}
.countet-title2 {
  font-size: 14px;
  line-height: 20px;
  color: #282879;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.valu-img:hover .dg-ico_1 {
  filter: brightness(1) invert(0) !important;
}
.valu-img .dg-ico_1 {
  filter: brightness(1) invert(1) !important;
}
.vision-box_1 p {
  color: black;
}
.vision-box_1:hover p {
  color: #fff;
}
/* --------------Digita-services inner-page------------------ */
.native-sec {
  padding: 30px !important;
  border-radius: 5px;
  border: 5px solid;
  border-image: linear-gradient(to right, #fe7b08,  #faab1d) 1;
}
.native-title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 20px;
}
.native-icon {
  width: 32px;
}
.native-content h5 {
  color: #000;
  margin-bottom: 0px;
}
.native-grid{margin-bottom: 20px;}
.native-box {
  padding-top: 15px;
  height: 100%;
  background: #f9f9f930;
  color: #fff;
}
.vision-box_1 {
  padding: 23px;
  filter: drop-shadow(0px 6px 7.5px rgba(0, 0, 0, 0.08));
  height: 100%;
}
.vision-box_1:hover {
  background-image: linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  border-radius: 8px;
  transition: .3s;
  color: #fff !important;
}
.valu-img:hover .dg-ico {
  filter: brightness(0) invert(1) !important;
}
.client-block {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.client-flex-1 img {
  height: 150px;

}
.service-sec {
  padding: 70px 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.client-block2 .client-flex-1 {
  border: 1px solid #e5e3e3;
}
.client-block2 .client-flex-1 img {
  height: 100px;
  padding: 5px;
  object-fit: contain;
}
/* -------------------------------training page--------------------------------- */
.form_head {
  background-image: linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  padding: 16px 25px;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  text-align: center;
}
.form_body {
  padding: 30px;
}
#forem_input {
  color: #666a72 !important;
  color: #666a72 !important;
  border: navajowhite;
    border-bottom-color: navajowhite;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom-color: navajowhite;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  padding-bottom: 10px;
}
.studyform-btn {
  background-image: linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%);
  padding: 11px 25px;

}
.main-form .form-control:focus {
  box-shadow: none;
  /* background-image: linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%); */
  padding: 10px 10px;
  color: #000 !important;
  position: relative;
}
.form-group select option{
  font-family: "Roboto-Regular" !important;
}


/* sri */

.bg_img{
  padding: 45px;
  border-radius: 5px;
  background-image: url(../images/expert-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec-title {
  font-size: 30px;
  line-height: 42px;
  color: #000048;  
  font-weight: 700; 
  font-family: "Mont-SemiBold";
  
}
.metrix-box {
  text-align: center;
  margin-left: auto;
  width: 350px;
  
 
}
.metrix-box p {
  font-size: 18px;
  margin-bottom: 0;
  border: 1px solid #f9f9f930;
  padding: 20px 0px;
  color: white;
  
}
.metrix-box p span {
  font-size: 30px;
  color: #ffbe35;
  display: block;
  font-family: "Mont-SemiBold";
  margin-bottom: 10px;
   
}

.mb-0 {
  margin-bottom: 0 !important;
}
.sub_title {
  font-size: 16px;
  line-height: 24px;
  /* color: #0077c5; */
  color: #fe7b08;
  
}
.txt-cap {
  text-transform: capitalize;
}
.wh-space {
  white-space: pre-line;
}
.contact-info {
  padding: 30px 30px 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.contact-info:hover {
  box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.contact-info i {
  font-size: 30px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  /* color: #43baff; */
  /* color: #fe7b08; */
  color: #004551;
}
.main-form {
  padding: 45px 45px;  
  /* background: linear-gradient(90.3deg, #fe7b08 .28%,  #faab1d 99.78%); */
  background: linear-gradient(to right,#024551,#0ab8bc);
  color: #fff;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.main-form input {
  background-image: linear-gradient( 90deg, #f7fcfb 100%, #fe7b08 0%);
  border: 0;
  /* color: #fff !important; */
  background-image: linear-gradient( 90deg, #fff 100%, #fe7b08 10%);
  height: 45px;
}
.main-form input, .main-form textarea {
  background-image: linear-gradient( 90deg, #f7fcfb 100%, #fe7b08 0%);
  border: 0;
  /* color: #fff !important; */
  background-image: linear-gradient( 90deg, #fff 100%, #fe7b08 10%);
}
.contact_btn {
  padding: 10px 45px;
  height: 55px !important;
  border-radius: .25rem;
}
.contact_btn:hover {
  padding: 10px 45px;
  height: 55px;
  background-color:  #faab1d !important;
}
.fnt-robo-med {
  font-family: 'Roboto-Medium';
}
.service-grid{display: grid;grid-template-columns: repeat(3, 1fr);row-gap: 1px;}
.native-content h5{
  color: #000;
}
#train-inner{top: 70%;}

/* SRI CSS */
.ab-but-f-r {
  float: right;
}
.about-btn a {
  border-radius: 23px;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  padding:7px 30px 7px 30px;
  color: #111;
  font-size: 15px;
  transition: all 0.3s linear;
}
.about-btn:hover a{
  background-color: #faab1d ;
  border-color: transparent;
  color: #fff;
  transition: all 0.3s linear;
}
.fnt_mount{
  font-family: 'Mont-SemiBold';
}
.footer-content a:hover {
  color: #faab1d ;} 
.con_imgs{
  width: auto;
}

.error{
  color: red !important;
}
.form-control.error{
  color: red;
  border: 1px solid red;
}
.contact-msg .notifications.alert.alert-success.alert-block a.close{
  border: 1px solid green;
  color: green;
  padding: 5px 10px;
}
