html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto-Regular", sans-serif !important;
}

* {
  margin: 0;
  padding: 0;
}

/*  Basic Css  */

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

::selection {
  background-color: #5E2DFA;
  color: white;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light.ttf");
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../font/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../font/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../font/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url("../font/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../font/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../font/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}

/**** Start webkit scrollbar ******/
div::-webkit-scrollbar {
  width: 6px;
}

div::-webkit-scrollbar-track {
  border-radius: 12px;
  border: 1px solid #5E2DFA;

}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 12px;
  border: 1px solid #5E2DFA;
}

::-webkit-scrollbar-thumb {
  background: #5E2DFA;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #313131;
}

/* sticky whatsaap start  */
.whatsapp-sticky {
  position: fixed;
  bottom: 55px;
  right: 61px;
  display: none;
  float: right;
  z-index: 999;
}

.whatsapp-sticky button {
  background: #52cd60;
  border: 1px solid #52cd60;
  outline: none;
  height: 46px;
  width: 46px;
  border-radius: 9px;
  color: white;
  font-size: 25px;
  transition: all 0.7s;
}

.whatsapp-sticky button a i {
  color: white;
}

.whatsapp-sticky button:hover {
  background: transparent;
}

.whatsapp-sticky button:hover a i {
  color: #52cd60;
}

/* sticky whatsaap end  */


/* main navbar start  */
.nav-main-container {
  background: white;
  box-shadow: 0px 3px 6px #00000012;
  padding: 10px 0px;
}

.nav-main-container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar-text ul li .nav_sub_dropdown.show {
  position: absolute;
  top: 12px !important;
}

.nav_sub_dropdown li .dropdown-item:hover,
.nav_sub_dropdown li .dropdown-item:active {
  background-color: #5e2dfa17;
  color: #5E2DFA;
  font-size: 15px;
}

.navbar-text>ul {
  display: flex;
  align-items: center;
}

.navbar-text ul .nav-item a {
  color: #828282;
  font-size: 14px;
  font-family: "Montserrat-SemiBold";
  display: inline-block;
  padding: 6px 14px;
}

.navbar-text ul .nav-item.active a {
  color: #5E2DFA;
}

 .navbar-text>ul>.nav-item>a::after,
.navbar-text>ul>.nav-item.active>a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: relative;
  top: 16px;
  background: #1c2e5c;
  transition: width .3s;
  border: none;
}

.navbar-text ul .nav-item a:hover::after,
.navbar-text ul .nav-item.active a::after {
  width: 100%;
  transition: width .7s;
}

.navbar-text ul .register-btn {
  background: #5E2DFA;
  color: white;
  width: 112px;
  border: 1px solid #5E2DFA;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  margin-left: 10px;
  transition: all 0.7s;
}

.navbar-text ul .register-btn a {
  color: white;
  font-size: 14px;
  font-family: "Montserrat-SemiBold";
  transition: all 0.7s;
}

.navbar-text ul .register-btn:hover,
.navbar-text ul .register-btn:hover a {
  background: transparent;
  color: #5E2DFA;
}

.navbar-text ul .nav-item a.menu-active {
  color: #1c2e5c;
}

/* mobile navbar start  */
.mobile-nav-main {
  height: 62px;
  width: 100%;
}

.stycky-navbar-main {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 9999;
}

.mobile-nav-main .icon-logo_navs {
  height: 62px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jobs_menu-btn {
  background-color: white;
  border-radius: 49px 48px 78px 54px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
  cursor: pointer;
  height: 44px;
  left: 0;
  position: relative;
  top: 0;
  width: 44px;
  z-index: 999;
}

.jobs_menu {
  bottom: 0;
  background-color: #1c2e5c;
  left: 0;
  margin: 0;
  padding: 80px 0px;
  position: fixed;
  top: 0px;
  width: 288px;
  transform: translate3d(-100%, 0, 0);
  transition: transform .2s linear;
  border-radius: 0;
  border-radius: 0px 20px 20px 0px;
  z-index: 99;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
  /* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
}

.jobs_menu-btn li {
  background-color: #5e2dfa;
  bottom: 0;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 20px;
  top: 0;
  transition: all .3s ease-in-out;
}

.jobs_menu-btn li:first-child {
  transform: translate3d(0, -6px, 0);
}

.jobs_menu-btn li:last-child {
  transform: translate3d(0, 6px, 0);
}

.menu-btn--on li:first-child {
  transform: rotate(135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:last-child {
  transform: rotate(-135deg) translate3d(0, 0, 0);
}

.menu-btn--on li:nth-child(2) {
  opacity: 0;
}

.menu--open {
  transform: translate3d(0, 0, 0);
}

.mobile-job_nav ul li {
  padding: 8px 22px;
}

.mobile-job_nav ul li a {
  padding: 8px;
  color: white;
  font-size: 14px;
  font-family: 'OpenSans-SemiBold';
}

/* header section start   */
.main-jobs-header-s {
  position: relative;
}

.main-jobs-header-s #banner-jobs img {
  width: 100%;
  position: relative;
  height: 595px;
  object-fit: cover;
}

.main-jobs-header-s #banner-jobs .banner-item::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #00000087;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.main-jobs-header-s .owl-theme .owl-nav {
  margin: 0;
}

.main-jobs-header-s .owl-theme .owl-nav .owl-prev span,
.main-jobs-header-s .owl-theme .owl-nav .owl-next span {
  display: none;
}

.main-jobs-header-s .owl-theme .owl-nav .owl-prev::after {
  content: "\f104";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}

.main-jobs-header-s .owl-theme .owl-nav .owl-prev,
.main-jobs-header-s .owl-theme .owl-nav .owl-prev:hover {
  color: white;
  height: 42px;
  border-radius: 100% !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 42px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #9a989a;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  left: 33px;
  top: 50%;
  z-index: 999;
}

.main-jobs-header-s .owl-theme .owl-nav .owl-next::after {
  content: "\f105";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}

.main-jobs-header-s .owl-theme .owl-nav .owl-next,
.main-jobs-header-s .owl-theme .owl-nav .owl-next:hover {
  color: white;
  height: 42px;
  border-radius: 100% !important;
  box-shadow: 0px 3px 16px #00000029;
  width: 42px;
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #9a989a;
  filter: Alpha(Opacity=50);
  opacity: 1;
  position: absolute;
  right: 33px;
  top: 50%;
}

.header-contens-mid {
  margin-top: 90px;
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  opacity: 1;
  z-index: 1;
  text-align: center;
}

.header-contens-mid h1 {
  font-family: "Montserrat-Bold";
  color: white;
  font-size: 40px;
}

.header-contens-mid h3 {
  font-family: "OpenSans-SemiBold";
  color: white;
  font-size: 19px;
  margin-top: 24px;
}

.header-contens-mid button {
  width: 203px;
  height: 50px;
  border: none;
  background: #2d37cb;
  color: white;
  border-radius: 34px;
  border: 1px solid #2d37cb;
  margin-top: 60px;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  transition: all 0.7s;
}

.header-contens-mid button:hover {
  background: transparent;
  color: white;
}

.skill-search input {
  height: 50px;
  width: 100%;
  border-radius: 40px;
  padding-left: 46px;
  font-size: 14px;
  border: none;
  outline: none;
  color: #000000;
  font-family: "OpenSans-Regular";
}

.skill-search input::placeholder,
.location-search input::placeholder {
  color: #828282;
}

.location-search input {
  height: 50px;
  width: 100%;
  border-radius: 40px;
  padding-left: 46px;
  font-size: 14px;
  border: none;
  outline: none;
  color: #000000;
  font-family: "OpenSans-Regular";
}

.skill-search::after {
  content: "";
  background: url(../images/skill-icon.png) no-repeat;
  right: 40%;
  color: #2e2e2e;
  position: absolute;
  right: auto;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 34px;
}

.location-search::after {
  content: "";
  background: url(../images/location-icon.png) no-repeat;
  right: 40%;
  color: #2e2e2e;
  position: absolute;
  right: auto;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 34px;
}

.search-btn-home button {
  height: 50px;
  width: 50px;
  margin: 0;
  background: #1c2e5c;
  border: 1px solid #1c2e5c;
}

.search-btn-home {
  text-align: start;
}

.search-main-bn {
  margin-top: 90px;
}

/* header section end   */

/* Top Companies logo section start */
.cmny-main-trsd {
  padding: 51px 0px;
}

.job-top-titlee h1 {
  color: #2d37cb;
  font-size: 28px;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  margin: 0;
}

.job-top-titlee h1 span {
  color: #000000;
}

.cmny-main-trsd .cmy-logo-box {
  height: 121px;
  width: 121px;
  border: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: auto;
}

.cmny-main-trsd .cmy-logo-box img {
  height: 50px;
  width: 50px !important;
}

.cmny-main-trsd .owl-theme .owl-nav .owl-prev span,
.cmny-main-trsd .owl-theme .owl-nav .owl-next span {
  display: none;
}

.cmny-main-trsd .owl-theme .owl-nav .owl-prev::after {
  content: "";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  display: flex;
  align-items: center;
  background: url(../images/chevron-circle-left.png);
  height: 30px;
  width: 30px;
  justify-content: center;
  position: relative;
  top: 2px;
}

.cmny-main-trsd .owl-theme .owl-nav .owl-prev,
.cmny-main-trsd .owl-theme .owl-nav .owl-prev:hover {
  zoom: 1;
  *display: inline;
  margin: 0px;
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 38%;
  background-color: transparent;
}

.cmny-main-trsd .owl-theme .owl-nav .owl-next::after {
  content: "";
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  display: flex;
  background: url(../images/chevron-circle-right.png);
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}

.cmny-main-trsd .owl-theme .owl-nav .owl-next,
.cmny-main-trsd .owl-theme .owl-nav .owl-next:hover {
  zoom: 1;
  *display: inline;
  margin: 0px;
  font-size: 12px;
  opacity: 1;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 38%;
}

/* Top Companies logo section end */

/* catagories section start  */
.catagory_set-main {
  padding: 47px 0px 58px 0px;
  background: #F6F6F6;
}

.catagory_set-main .tabbable-panel {
  border: none;
  padding: 0px;
}

.tabbable-line>.nav-tabs {
  border-bottom: 4px solid #5E2DFA;
  margin: 0px;
  position: relative;
}

.tabbable-line .nav-tabs .li-advance {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 14px;
  color: #000000;
  font-family: 'OpenSans-SemiBold';
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
  width: 139px;
  height: 43px;
  background: transparent;
  color: white;
  border-radius: 6px 6px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabbable-line>.nav-tabs>li>a.active {
  border: 0;
  margin-right: 0;
  width: 139px;
  height: 43px;
  background: #2d37cb;
  color: white;
  border-radius: 6px 6px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabbable-line>.nav-tabs>li>a {
  width: 139px;
  height: 43px;
  color: #242424;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Roboto-Medium";
}

.tabbable-line>.nav-tabs>li.active {
  /* border-bottom: 4px solid #32465B; */
  position: relative;
}

.catagory_set-main .tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 24px 27px;
  box-shadow: 0px 5px 15px #3333331A;
  border-radius: 0px 0px 6px 6px;
}

.catagory-city-tx ul li {
  line-height: 33px;
}

.catagory-city-tx ul li button {
  font-size: 14px;
  color: #313131;
  font-family: 'OpenSans-SemiBold';
  text-align: start;
  transition: all 0.5s;
  background:none;
  border:0px;
}

.catagory-city-tx ul li button::before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
  font-weight: 700;
  background:none;
  border:0px;
}

.catagory-city-tx ul li button:hover {
  margin-left: 3px;
  color: #5E2DFA;
  background:none;
  border:0px;
}

/* Recent Jobs section start   */
.recent_jobs-content {
  background: white;
  padding: 51px 0px 61px 0px;
}

.recent_jobs-box {
  height: 100%;
  width: 100%;
  box-shadow: 0px 4px 23px #0000000D;
  border-radius: 6px;
  padding: 14px 11px;
  position: relative;
}

.recent_jobs-box .ctm_advotes-sg {
  display: inline-flex;
  gap: 16px;
}

.ctm_advotes-sg .recent-lg-im img {
  height: 46px;
  width: 55px;
  object-fit: cover;
}

.ctm_advotes-sg .recent-lg-im {
  height: 58px;
  width: 58px;
  background: #F6F6F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recent-cont-tds a h4 {
  font-size: 15px;
  color: #000000;
  font-family: 'Montserrat-Bold';
}

.recent-cont-tds h5 {
  font-size: 13px;
  color: #5E2DFA;
  font-family: 'OpenSans-Regular';
}

.job_exp-yers h5 {
  font-size: 13px;
  color: #C2C2C2;
  margin-right: 30px;
  font-family: 'OpenSans-Regular';
}

.job_exp-yers h5 i {
  font-size: 15px;
  color: #2d37cb;
}

.recent_jobs-box .recent_bottom-btn {
  display: inline-flex;
  gap: 16px;
}

.btn-job_saves {
  width: 58px;
  text-align: center;
}

.btn-job_saves .save_jop-pvt {
  width: 38px;
  padding: 8px 8px;
  height: 38px;
  background: #2d37cb;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  font-family: roboto-medium;
}

.btn-job_saves .save_jop-pvt:hover {
  background: #1c2e5c;
}

.more_btn-tgl button {
  border: none;
  outline: none;
  background: transparent;
  transform: rotate(90deg);
  border-radius: 50%;
}

.apply_jobs-s .btn_apply-btn {
  width: 128px;
  height: 38px;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #5E2DFA;
  outline: none;
  color: #5E2DFA;
  font-size: 14px;
  font-family: 'Montserrat-Medium';
  transition: 0.7s;
}

.apply_jobs-s .btn_apply-btn:hover {
  background-color: #1c2e5c;
  color: white;
}

.posted-time h5 {
  font-size: 13px;
  color: #C2C2C2;
  font-family: 'OpenSans-Regular';
  transition: all 0.5s;
}

.posted-time h5:hover {
  color: #5E2DFA;
  margin-right: 1px;
}

.more_btn-tgl .dropdown-toggle::after {
  border: none;
}

.more_btn-tgl .dropdown-menu.show {
    position: absolute !important;
    left: -74px !important;
}

.more_btn-tgl>.dropdown-menu>.dropdown-item {
  color: #000000;
  font-size: 15px;
  font-family: 'OpenSans-Regular';
}

.browse_jobs-btn button {
  width: 235px;
  height: 50px;
  background: #1c2e5c;
  border: 1px solid #5E2DFA;
  border-radius: 40px;
  color: white;
  font-size: 14px;
  font-family: 'Montserrat-SemiBold';
  outline: none;
  transition: all 0.7s;
}

.browse_jobs-btn button:hover {
  color: #5E2DFA;
  background: transparent;
}

/* Contact with Our Recruiters start  */
.wit_contect_rm {
  background: url(../images/mobile_app_bg3.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.wit_contect_rm::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #ffffffd9, #ffffffd9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.conten_recruite-box {
  padding-top: 52px;
}

.conten_recruite-box h2 {
  text-align: center;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
  line-height: 50px;
  font-size: 28px;
}

.conten_recruite-box h6 {
  text-align: center;
  color: #313131;
  margin-top: 15px;
  font-size: 17px;
  font-family: 'OpenSans-Regular';
}

.conten_recruite-box button {
  text-align: center;
  background: #1c2e5c;
  color: white;
  font-size: 14px;
  width: 179px;
  height: 46px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #1c2e5c;
  font-family: 'Montserrat-SemiBold';
  margin-top: 42px;
  transition: all 0.7s;
}

.conten_recruite-box button:hover {
  background: transparent;
  color: #1c2e5c;
}

.main_userset_viewsdiv {
  margin-top: -99px;
  position: relative;
  z-index: 9;
  margin-bottom: 26px;
}

.recute_pad_ic {
  padding: 0px 42px 45px 42px;
  background: white;
  box-shadow: 0px 4px 23px #0000000D;
  border-radius: 139px;
  border: 1px solid #5f32f1;
}

.reqqq_rmds-mn {
  display: flex;
  gap: 16px;
  align-items: center;
}

.reqqq_rmds-mn .cnt_counter_rm h3 {
  color: #000000;
  margin: 0;
  font-size: 24px;
  font-family: 'Montserrat-Bold';
}

.reqqq_rmds-mn .cnt_counter_rm h6 {
  font-size: 14px;
  color: #313131;
  font-family: 'OpenSans-Regular';
  margin: 0;
  line-height: 24px;
}




/* highlighted jobs section start   */
.highlight-set_mains {
  padding: 125px 0px 57px 0px;
}

.highlight_job-box {
  height: 100%;
  width: 100%;
  box-shadow: 0px 4px 23px #0000000D;
  background: white;
  padding: 15px 8px;
}

.highlight_job-box .box_set_heigh {
  display: flex;
  align-items: center;
  gap: 15px;
}

.box_set_heigh .left_img {
  height: 71px;
  width: 71px;
  background: #F6F6F6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_set_heigh .left_img img {
  height: 34px;
  width: 34px;
}

.highlight_conten-tx a h2 {
  font-size: 15px;
  color: #000000;
  font-family: 'Montserrat-Bold';
}

.highlight_conten-tx h4 {
  color: #5E2DFA;
  font-size: 13px;
  font-family: 'OpenSans-Regular';
}

.highlight_conten-tx h4 span {
  color: #C2C2C2;
}

.highlight_conten-tx button {
  width: 108px;
  height: 32px;
  background: #17D27C;
  color: white;
  font-size: 13px;
  border-radius: 26px;
  outline: none;
  border: 1px solid #17D27C;
  margin-top: 8px;
  transition: 0.7s;
}

.highlight_conten-tx button:hover {
  background: transparent;
  color: #17D27C;
}

/* Get instant job section start  */
.get_jobs-instant {
  padding-top: 40px;
  background: white;
}

.right-getting_rm h1 {
  font-size: 36px;
  color: #031224;
  font-family: 'Montserrat-Bold';
  line-height: 50px;
}

.mobile_app_bg img {
  width: 100%;
  position: relative;
  /* bottom: -11px; */
  bottom: -43px;
}

.right-getting_rm h1 span {
  color: #5E2DFA;
}

.right-getting_rm h6 {
  margin-top: 21px;
  color: #031224A8;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
}

.right-getting_rm p {
  font-size: 17px;
  color: #2d37cb;
  font-family: 'OpenSans-Bold';
  margin-top: 40px;
}

.right-getting_rm p span {
  font-size: 19px;
  color: #2d37cb;
}

.right-getting_rm .google_apps {
  margin-top: 60px;
}

.google_apps a img {
  width: 173px;
  height: 51px;
}

/* Make a Difference with Your Online Resume! section  start */
.rm_diff-nsss {
  background: url(../images/mobile_app_bg3.png);
  background-size: contain;
  background-position: center;
  position: relative;
}

.rm_diff-nsss::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #ffffffd9, #ffffffd9);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.rm_diff-nsss .blue_box_jobsrm {
  width: 60%;
  height: 375px;
  background: #2d37cb;
  position: absolute;
  border-radius: 0px 146px 0px 0px;
}

.make_rm_resmain {
  padding: 59px 42px;
  border-radius: 0px 146px 0px 0px;
}

.make_rm_resmain .make_conten-diff h1 {
  font-size: 33px;
  color: #FFFFFF;
  font-family: 'Montserrat-SemiBold';
  line-height: 50px;
}

.make_rm_resmain .make_conten-diff p {
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'OpenSans-Regular';
  margin-top: 25px;
  margin-bottom: 39px;
}

.make_rm_resmain .make_conten-diff button,
.make_rm_resmain .make_conten-diff button a {
  width: 220px;
  height: 48px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #1c2e5c;
  background: #1c2e5c;
  color: white;
  font-size: 18px;
  font-family: 'OpenSans-Regular';
  transition: 0.7s;
}

.make_rm_resmain .make_conten-diff button:hover,
.make_rm_resmain .make_conten-diff button a:hover {
  color: #5E2DFA;
}

/*  Latest Blog section start  */
.blog_jobs_latest {
  padding: 57px 0px;
  background: white;
}

.jobs_blogs_box {
  height: 100%;
  width: 100%;
  /* box-shadow: 0px 4px 23px #0000000D; */
  border-radius: 6px;
  background: white;
}

.jobs_blogs_box .blog-imgs img {
  width: 352px;
  height: 208px;
  border-radius: 6px;
}

.jobs_blogs_box .blog_text-conten {
  padding: 21px 14px 21px 22px;
  box-shadow: 0px 4px 23px #0000000D;
}

.blog_text-conten h2 {
  font-size: 18px;
  line-height: 24px;
  color: #1C2C3E;
  font-family: 'Montserrat-Bold';
}

.blog_text-conten p {
  font-size: 14px;
  color: #1C2C3ED6;
  font-family: 'OpenSans-Regular';
  line-height: 24px;
  margin-top: 11px;
}

.blog_text-conten p span a {
  color: #5E2DFA;
  font-family: 'OpenSans-Bold';
}

.blog_text-conten h6 {
  font-size: 13px;
  color: #6D6D6D;
  font-family: 'OpenSans-Regular';
  margin-top: 20px;
  transition: all .5s;
}

.blog_text-conten h6:hover {
  color: #5E2DFA;
  margin-left: 1px;
}




/* footer section start  */
.jobs_footer-bg {
  background: #18212E;
  height: 100%;
  width: 100%;
}

.footer_tittle h3 {
  color: white;
  font-size: 19px;
  font-family: 'Montserrat-Medium';
  margin-top: 15px;
}

.footer_para p {
  color: #CCCCCC;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  line-height: 27px;
}

.footer_list ul li {
  line-height: 35px;
}

.footer_list ul li a {
  color: #CCCCCC;
  font-size: 14px;
  font-family: 'OpenSans-Regular';
  transition: all 0.5s;
}

.footer_list ul li a:hover {
  color: white;
  margin-left: 3px;
}

.icon-footer-main {
  margin-right: 10px;
}

.icon-footer-s {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}

.icon-footer-s:hover {
  background-color: transparent;
  border: 1px solid #CCCCCC;
}

.icon-footer-s:hover i {
  color: white;
}

.icon-footer-s i {
  color: #18212E;
  text-align: center;
  font-size: 14px;
}

.settt-footer-btn button {
  background: #2d37cb;
  height: 42px;
  width: 148px;
  border-radius: 40px;
  border: 1px solid #2d37cb;
  outline: none;
  color: white;
  font-size: 15px;
  font-family: "Roboto-Regular";
  transition: 0.7s;
}

.settt-footer-btn button:hover {
  background: transparent;
}

.bottom_footer {
  width: 100%;
  border-top: 1px solid #8d9ca542;
  height: 47px;
  background-color: #18212E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-tittle h3 {
  font-size: 13px;
  color: #BBBBBB;
  margin: 0px;
  font-family: 'OpenSans-Regular';
  opacity: 0.79;
}
.main_userset_viewsdiv{
  margin-top: -99px;
  position: relative;
  z-index: 9;
  margin-bottom: 26px;
}