@charset "utf-8";

/*===========common css start here=============*/
html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    perspective: none !important;
    color: #000 !important;
    font-family: "Elms Sans", sans-serif;
    font-size: 14px !important;
    /* letter-spacing: 1px; */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: none;
}
.section-up {
    margin-top: -30px;
    background: #fff;
    box-shadow: 0 5px 30px rgb(11 53 90 / 6%);
}
img,
fieldset {
    border: 0;
}

a:hover,
a:focus {
    outline: 0;
    color: #000;
}

a {
    outline: 0;
    color: #000;
}

a img {
    border: 0px;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2 {
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    line-height: 1.3;
    color:
        #023579;
    font-family: "Elms Sans", sans-serif;
    font-weight: 500;
}

p {
    font-weight: 400;
    color: #000000;
    line-height: 1.9;
}

p a,
p a:hover,
p a:focus {
    color: #000;
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}
.container-new{
    width: 100%;
    /* padding: 0 10px; */
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}
label {
    color: #023579;
    font-size: 18px;
    font-weight: 600;
}

.mr-tb-in {
    margin-top: 100px;
    margin-bottom: 20px;
}

.black-bg {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
}

.purple-btn {
    background-color:
        #023579;
    border-color:
        #023579;
    color: #fff;
}

.purple-text {
    color:
        #023579;
}

.step-img {
    background: #f7921e !important;
    border: 5px solid #023579 !important;
}

.btn-red-1 {
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
}

/* .btn-red {
    border-radius: 0 !important;
} */

.btn-red:hover {
    box-shadow: inset -13.35em 0 0 0 #d8780a !important;
    color: #fff;
}

.bg-area {
    height: 210px !important;
}
.imm-s{
    border-radius: 160px;
    width: 280px;
    box-shadow: 0 10px 25px #14407630;
        top: -175px;
}
.imm-s-animation {
  position: relative;
  animation: surf 5s infinite ease-in-out;
}
@keyframes surf {
  0%, 100% {
    translate: 0;
  }
  50% {
    translate: 0 2rem;
    rotate: 2deg;
  }
}
.type {
  position: relative;
  /* font-family: Consolas, Monaco, monospace;
  width: 50ch; */
  color: #023579;
			font-size: 5.5rem;
			line-height: 1.2;
			font-weight: 800;
  word-break: break-all;
  overflow: hidden;
  background:transparent;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    outline: 0;
}

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

.text-white {
    color: #fff;
}

.red-text {
    color:
        #023579;
}

.ft-20 {
    font-size: 20px !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.light-bg {
    background: #f7fafd;
    padding: 15px 10px;
}

/*=========common css end======*/

/*========Header css start=======*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #023579!important;
    border-color: #023579!important;
}
.page-link{color: #023579;}
.banner-bg {
    background: url(images/banner__bg.png);
    background-position: center;
    background-size: cover;
}
.banner-bg-in {
    background: url(images/banner__bg.png);
    background-position: top;
    background-size: cover;
}

.search-btn {
    color: #fff;
    background-color:#023579;
    width: 100%;
    border-radius: 0;
    padding: 11px;
    line-height: 1.6;
    display: inline-block;
    border: 1px solid #023579;
}
.search-btn:hover {
    color: #fff;
    background-color: #f7921e;
    width: 100%;
    border-radius: 0;
    padding: 11px;
    line-height: 1.6;
    display: inline-block;
    border: 1px solid #f7921e;
}

.search-form {
    border-radius: 0px;
    font-size: 15px;
    border: none;
    padding: 13px;
    width: 100%;
    min-height: 49px;
}

/* .search-form1 {
    border-radius: 0px;
    font-size: 15px;
    padding: 13px;
    width: 100%;
    height: auto;
} */

.sticky {

    position: fixed;
    width: 100%;
    z-index: 1;

}

.experience {
    text-align: left;
    padding-left: 28px;
}


.card {
    background-color: #dfe6f6;
    border-color: #dfe6f6;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
}

.nav-item {
    padding: 0 15px!important;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    border-top: 3px solid transparent;
    font-weight: 500;
}
.black-bg.navbar-dark .navbar-nav .nav-link {
    color: #000;}
.navbar-dark .navbar-nav .active>.nav-link {
    color:
        #f7921e;
    border-top: 3px solid #f7921e;
}
.black-bg.navbar-dark .navbar-nav .active>.nav-link{ color:
        #f7921e;}
.navbar-dark .navbar-brand {
    color: #000;
    margin-top: -5px;
}
.navbar-nav .nav-item .nav-link:hover {
    color:
        #f7921e
}
.icons-m{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    color: #f7921e;
    margin-right: 5px;
}
/* .swiper-wrapper{height:auto!important;} */

.swiper-button-next, .swiper-button-prev {
    width: 24px!important;;
    color: #023579;
}
.tabs-red {
    /* width: 80%; */
    /* margin: 0 auto; */
     border: 0px solid #ccc!important; 
    border-radius: 50px;
}

.tabs-red .nav-item>.nav-link.active {
    background:
        #023579;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}

.tabs-red .nav-item>.nav-link.active:hover {
    background:
        #023579;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
}

.tabs-red .nav-item a {
    padding: 8px 15px;
    transition: color 0.50s ease-in-out, background-color 0.50s ease-in-out, border-color 0.50s ease-in-out, box-shadow 0.50s ease-in-out;
    border-radius: 50px;
}

.tabs-red .nav-item a:hover {
    box-shadow: inset 17.35em 0 0 0 #f7921e;
    border-radius: 50px;
    color:#000;
}

.tabs-red .nav-item {
    padding: 0;
    text-transform:capitalize;
    font-size: 14px;
    margin-top: 0;
}

.tab-text-align {
    align-items: baseline;
    text-align: center;
}

.btn-red {
    background:
        #f7921e;
    color: #fff!important;
    padding: 8px 25px;
    border-radius: 5px;
    transition: color 0.50s ease-in-out, background-color 0.50s ease-in-out, border-color 0.50s ease-in-out, box-shadow 0.50s ease-in-out;
    display: inline-block;
    border: 0px;
    text-transform: uppercase;
}

.btn-red-border {
    background: transparent;
    color:
        #023579;
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #023579;
    display: inline-block;
    transition: color 0.50s ease-in-out, background-color 0.50s ease-in-out, border-color 0.50s ease-in-out, box-shadow 0.50s ease-in-out;
}

.btn-red-border:hover {
    box-shadow: inset -10.35em 0 0 0 #023579;
    color: #fff;
}

.btn-red:hover {
    box-shadow: inset -13.35em 0 0 0 #922f19;
    color: #fff;
}
.navbar-brand img{width: 120px;}
.btn-red1 {
    background:
        #023579;
    border: 1px solid #023579;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    transition: color 0.50s ease-in-out, background-color 0.50s ease-in-out, border-color 0.50s ease-in-out, box-shadow 0.50s ease-in-out;
    display: inline-block;
}

.btn-red1:hover {
    box-shadow: inset -10.35em 0 0 0 #922f19;
    color: #fff;
}

/*========Header css end=========*/
/*========section css =========*/
.step-div {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
}

.step-img {
    width: 100px;
    height: 100px;
    background: #023579;
    border-radius: 50%;
    display: inline-block;
    padding: 18px;
    border: 8px solid #f7921e;
    margin-bottom: 10px;
    transition: all 0.5s;
}

/* .step-img:hover {background:#f7921e;} */
.step-div:before {
    top: 100px;
    position: absolute;
    content: " ";
    width: 65%;
    height: 5px;
    border-bottom: 2px dashed #c1c1c1;
    z-index: 0;
    left: 18%;
    right: 0;
}

.line {
    border-bottom: 5px solid #f7921e;
    width: 15%;
    margin: 0 auto 40px auto;
}

.border-bottom {
    border-bottom: 1px solid #fcfcfc;
}

.search-btn:hover {
    box-shadow: inset -10.35em 0 0 0 #f7921e !important;
    color: #fff;

}

.bg-company {
    background: #fff;
    transition: all 0.5s;
    padding: 25px 10px;
    box-shadow: 0px 4px 8px rgba(163, 193, 197, 0.26);
    border: 1px solid #f7f7f7;
}

.bg-company:hover {
    margin-top: -10px;
}

.bg-area {
    background: #fff;
    padding: 25px 10px 35px 10px;
    transition: all 0.5s;
    height: 250px;
}

.bg-area:hover {
    box-shadow: 0px 4px 8px rgba(163, 193, 197, 0.1);
    margin-top: -10px;
}

.overlap-btn {
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -20px;
    transition: all 0.5s;
}

.bg-area:hover .overlap-btn {
    bottom: -8px;
}

.bg-area h5 {
    font-size: 16px;
}

.bg-company1 {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 4px 8px rgba(163, 193, 197, 0.1);
}
table{white-space: nowrap;}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px 10px 10px!important;
    border-bottom: 1px solid #111;
}
.active-d{
    background: #14780f;
    margin-right: 5px;
    color: #fff!important;
}
.icon-service {
    font-size: 25px !important;
    float: left;
    margin-right: 10px;
    color:
        #0b375e;
}

.profile-div {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding: 25px;
    /* box-shadow: 0px 7px 7px 0px #5e91bf; */
    /* box-shadow: 0px 7px 7px rgba(0,0,0,0.1); */
}

.profile-tab {
    display: block;
}

.profile-tab .nav-item a {
    background: #f1f4f9;
    padding: 20px;
    border-left: 5px solid #f1f4f9;
    border-bottom: 1px solid #fff;
}

.profile-tab .nav-item a.active {
    background: #fff;
    border-left: 5px solid #023579;
}

.side-bar {
    display: block;
}

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

.job-des-btn {
    display: inline-block;
    /* margin-top: 7px; */
    text-decoration: underline !important;
}

.job-des-btn:hover {
    color:
        #023579;
}
.f-18{
    font-size: 18px;
}

.list {
    list-style: disc;
    margin-bottom: 1em;
    padding-left: 20px;
    line-height: 2;
}

.heading-job-title {
    color: #f7921e;
    font-weight: 700;
}

.job-function {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.job-text-function {
    width: 200px;
    display: table-cell;
    color: #565656;
}

.key-skill-btn {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 25px;
    background: #efefef;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    border: none;
}

.custom-file-label:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.custom-file-label::after {
    height: auto;
    padding: inherit;
}

.custom-file-input {
    height: calc(2.5em + 0.75rem + 2px);
}

.custom-file {
    height: auto;
}

/*========section css end=========*/
/*========footer css start======*/
.footer-bg {
    /* background-image:url(images/footer-bg.jpg); */
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #000;
    /* box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2); */
}

.footer-bg p {
    color: #000;
}

.footer-bg a {
    color: #000 !important;
}

.fb-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f2f2f;
    text-align: center;
    font-size: 25px;
    padding: 2px;
    float: left;
    margin-right: 5px;
    transition: all 0.5s;
}

.fb-icon:hover {
    background:
        #0b375e;
}

.footer-list {
    list-style: disc;
    /* margin-left: 20px; */
    color:
        #023579;
}

.footer-list li {
    padding: 7px 5px;
}

/*========footer css end=======*/

#myTab a:hover {
    text-decoration: underline;
    background:
        #023579;
    color: #FFFFFF;
    text-decoration: none;
}

#myTab a.active {
    background:
        #023579;
    color: #fff;
    text-decoration: none;
}

#des {
    margin-top: 4%;
}


.termui {
    list-style: disc;
    padding-left: 30px;
}


.navbar-dark .navbar-toggler {
    color: #0b375e;
    border-color: rgba(0, 0, 0, 0.1);
}

.powerer_by_text {
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    color:
        #0b375e;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}
@media (min-width: 992px) {
    .navbar-expand-lg > .container-new, .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.navbar > .container-new, .navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
  .black-bg.navbar-dark .navbar-toggler{color:#000;}
  .swiper-button-next:after, .swiper-button-prev:after{font-size: 20px!important;color:#023579}
@media all and (max-width:768px){
    .swiper-slide{width: 100%!important;}
    .sh-wid{width:100%;}
    .mr-tb {
        padding-top: 100px;
        margin-bottom: 50px;
    }
    .bg-company1 {
        height: 630px;
        overflow-x: hidden;
    }
    .type {
        font-size: 2.1rem;        word-break: break-word!important;
    }
  
}

@media all and (max-width:767px){
    #des {
        margin-top: 4%!important;
    }
     .mobile-n{background-color:#fff;padding-bottom: 10px;}
   .mobile-n .nav-link{color:#000!important;}
}
@media (max-width: 479px){
	#des {
        margin-top: 4%!important;
    }
     .mobile-n{background-color:#fff;padding-bottom: 10px;}
   .mobile-n .nav-link{color:#000!important;}
}



@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 600px) {
    .mob-12 {
        width: 100%;
        text-align: center;
        display: block !important;
        margin: 0;
        margin-bottom: 5px;
        line-height: 1.5;
    }

    .mob-12 p {
        width: 100%;
        text-align: center;
        display: block !important;
        margin: 0;
        margin-bottom: 5px;
        line-height: 1.5;
    }
}

/*========Addtional css start=======*/
.btn-yellow, .btn-yellow:hover {
    background-color: #f7921e;
    color: #fff;
    border-color: #f7921e;
}

.btn-blue {
    background-color: #023579;
    color: #f7921e;
    border-color: #023579;
}
.btn-primary {
    color: #fff;
    background-color: #023579 !important;
    border-color: #023579 !important;
    min-width: 11ch;
    border:0px;
}
.activ-deactive-span {
    min-width: 10ch;
    display: inline-block;
}
.table th {
    color: #fff;
    background-color: #023579;
    border-color: #023579;
}
.heading-b{
    font-size: 60px;
}
/* .bg-bb{background: rgb(0 0 0 / 25%);} */
/*========Addtional css start=======*/
.arrow-s{
    width: 114px;
    /* transform: rotate(61deg); */
    top: -75px;
    position: relative;
}
.arrow-s1 {
    width: 114px;
    transform: rotate(47deg);
    bottom: 0;
    left:20px;
    position: absolute;
}
.top-heading{
    margin-bottom: 0;
    color: #f7921e;
    font-size: 20px;
    font-weight: 600;
}
.sub-heading{font-weight: 800;
font-size: 55px;}
.sh{    box-shadow: 0 10px 25px #14407630;}
.bg-oran{
    background: #023579;
    /* box-shadow: 0 10px 10px #ccc; */
    padding: 0 10px 25px;
    position: relative;
    top: -40px;
}
.bg-oran .stats-item h2{color:#fff;}
.twm-bg-ring-left {
    width: 495px;
    height: 495px;
    border: 100px solid #56d8b1;
    right: 0px;
    bottom: -115px;
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
}
.oorg{
    border-radius: 80px;
}
.c{background-image: url("/template/images/dotted.webp");background-repeat: no-repeat;
    background-position: left;
    background-size: cover;}
    .home-tabs .nav-link.active{
    background: #022f6b;
    color: #fff;
    border-radius: 5px;
}
.home-tabs .nav-link{
    background: #fff;border-radius: 5px;
}
.home-tabs .nav-link:hover{ background: #022f6b;color: #fff;}
.bg-company1 {
			height: 425px;
			overflow-x: hidden;
		}

		.mr-tb {
			padding-top: 170px !important;
			margin-bottom: 0px;
		}

		.typing-animation {
			width: 22ch;
			border-right: 5px solid #000;
			overflow: hidden;
			white-space: break-all;
			color: #0a365e;
			font-size: 4.0rem;
			line-height: 1.4;
			font-weight: 700;
			animation: typing 3s steps(18), blink .4s step-end infinite alternate;
		}

		/* @keyframes typing {
			from {
				width: 0;
			}
		}

		@keyframes blink {
			50% {
				border-color: transparent;
			}
		}

		@keyframes letters {
  from {
    left: 0;
  }
  to {
    left: 50ch;
  }
}
@keyframes lines {
  from {
    top: 0;
  }
  to {
    top: 100%;
  }
}
@keyframes cursor-type {
  50% {
    border-color: #000;
  }
}
@keyframes cursor-wait {
  0% {
    box-shadow: inset 2px 0 0 0 rgba(0, 0, 0, 0);
  }
  1% {
    box-shadow: inset 2px 0 0 0 black;
  }
  40% {
    box-shadow: inset 2px 0 0 0 black;
  }
}
.test {
  display: none;
  animation-name: cursor-wait;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-fill-mode: backward;
  animation-delay: 0s;
  padding-left: 10px;
} */
.type-inn {
  position: relative;
  /* font-family: Consolas, Monaco, monospace;
  width: 50ch; */
  color: #023579;
			font-size: 4rem;
			line-height: 1.2;
			font-weight: 800;
  word-break: break-all;
  overflow: hidden;
  background:transparent;
}
.type {
  position: relative;
  /* font-family: Consolas, Monaco, monospace;
  width: 50ch; */
  color: #023579;
			font-size: 5.5rem;
			line-height: 1.2;
			font-weight: 800;
  word-break: break-all;
  overflow: hidden;
  background:transparent;
}
@supports (width: 1ch) {
  .type:before, .type:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    height: 1.2em;
    width: 100%;
    background-color: #f0f0f0;
  }
  .type:before {
    border-left: 2px solid transparent;
    top: 100%;
    animation-name: letters, lines, cursor-type, cursor-wait;
    animation-fill-mode: both, both, both, backwards;
  }
  .type:after {
    content: "";
    height: 100%;
    top: 100%;
    left: 0;
    margin-top: 1.2em;
  }
}

.type:before {
  animation-duration: 1.4285714286s, 1.4285714286s, 0.0285714286s, 0.8s;
  animation-timing-function: steps(50, end), steps(1, end), step-end, ease-out;
  animation-iteration-count: 1, 1, 35, 2;
  animation-delay: 1.6s, 1.6s, 1.6s, 0s;
}
.type:after {
  animation: lines 1.4285714286s steps(1, end) 1;
  animation-fill-mode: both;
  animation-delay: 1.6s;
}

.type + .type:before {
  animation-duration: 1.4285714286s, 5.7142857143s, 0.0285714286s, 0.8s;
  animation-timing-function: steps(50, end), steps(4, end), step-end, ease-out;
  animation-iteration-count: 4, 1, 181, 2;
  animation-delay: 4.2s, 4.2s, 4.2s, 2.6s;
}
.type + .type:after {
  animation: lines 5.7142857143s steps(4, end) 1;
  animation-fill-mode: both;
  animation-delay: 4.2s;
}

.type + .type + .type:before {
  animation-duration: 1.4285714286s, 4.2857142857s, 0.0285714286s, 0.8s;
  animation-timing-function: steps(50, end), steps(3, end), step-end, ease-out;
  animation-iteration-count: 3, 1, 120, 2;
  animation-delay: 10.9714285714s, 10.9714285714s, 10.9714285714s, 9.3714285714s;
}
.type + .type + .type:after {
  animation: lines 4.2857142857s steps(3, end) 1;
  animation-fill-mode: both;
  animation-delay: 10.9714285714s;
}

.type + .type + .type + .type:before {
  animation-duration: 1.4285714286s, 7.1428571429s, 0.0285714286s, 0.8s;
  animation-timing-function: steps(50, end), steps(5, end), step-end, ease-out;
  animation-iteration-count: 5, 1, 215, 2;
  animation-delay: 16s, 16s, 16s, 14.4s;
}
.type + .type + .type + .type:after {
  animation: lines 7.1428571429s steps(5, end) 1;
  animation-fill-mode: both;
  animation-delay: 16s;
}


/* .each-home-banner-job-box:hover i.fa.fa-codepen {
			color: #0b375e;
		} */
		i.fa.fa-codepen {
			color: #f7921e;
			font-size: 3em;
		}

		.bdr-top-8694bc {
			border-top: 1px solid #0a365e;
		}

		.each-home-banner-job-box {
			position: relative;
		}

		.each-home-banner-job-box {
			padding: 30px 20px 30px;
			text-align: center;
		}

		.no-gutters>.col,
		.no-gutters>[class*=col-] {
			padding-right: 0;
			padding-left: 0;
		}

		.border-job-box {
			border-right: 1px solid #ffffff;
			border-bottom: 1px solid #ffffff;
			/* background: #0a365e; */
		}
		 .border-job-box:hover{background: #023579;} 
         .border-job-box.active{background: #023579;} 
		 .border-job-box:hover .dev-job{color:#fff;}
		.each-home-banner-job-box .dev-job {
			font-size: 16px;
			display: block;
			text-align: center;
			/* color: #fff; */
			margin-bottom: 0px;
			line-height: normal;
			font-weight: 400;
			margin-top: 25px;
			text-transform:uppercase;
		}
        .text-black{color:#000;}
 .stats-section {
      background: #fff;
      padding: 0 0;
    }

    .stats-item h2 {
      font-size: 3.5rem;
      font-weight: 700;
      color: #0b0c2a;
      margin-bottom: 0px;
    }

    .stats-item p {
      color: #6c757d;
      margin-bottom: 0;
      font-size: 1rem;
    }

    @media (max-width: 767px) {
      .stats-item {
        margin-bottom: 30px;
        word-break: break-word!important;
      }
    }
    @media (max-width: 479px){
    .type {
        font-size: 30px;
    }
}
		.each-home-banner-job-box .count-job {
			font-size: 14px;
			display: block;
			text-align: center;
			color: #fff;
			margin-bottom: 0px;
			line-height: normal;
			font-weight: 400;
			margin-top: 5px;
		}
		.bg-company1 h6 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.button {
		display: inline-block;
		position: relative;
		padding: 20px 40px;
		background-color: transparent;
		border: 2px solid #fff;
		border-radius: 50px;
		color: #fff;
		font-size: 24px;
		text-decoration: none;
		text-transform: uppercase;
		overflow: hidden;
	}

	.sun {
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		border-radius: 50%;
		background-image: linear-gradient(to bottom, #ffeb3b, #f44336);
		animation: rotate-sun 5s linear infinite;
	}

	/* 
	@keyframes rotate-sun {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
	} */

	.button:hover .sun {
		animation-play-state: paused;
	}

	.button span {
		position: relative;
		z-index: 1;
		font-size: 16px;
	}

	.button:hover {
		color: #fff;
	}


	p {
		font-family: "Elms Sans", sans-serif;
		font-weight: normal;
		margin: 0 0 1rem;
	}

	.centerbox {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		/* IE 9 */
		-webkit-transform: translate(-50%, -50%);
		/* Chrome, Safari, Opera */
		width: 620px;
		min-height: 52px;
		z-index: 2
	}

	.centerbox h1 {
		margin-bottom: 25px;
		font-size: 36px;
		font-family: "Webly Sleek SemiLight";
		font-weight: normal;
		text-align: center;
	}

	.centerbox p.description {
		margin-bottom: 40px;
		text-align: center;
	}

	.description a {
		text-decoration: none;
	}

	.main-input {
		background: #fff;
		height: 50px;
		width: 327px;
		color: #a7b1ab;
		border: 1px solid #cccccc;
		margin-bottom: 0px;
		-webkit-appearance: none;
		border-radius: 4px 0px 0px 4px;
		-moz-border-radius: 4px 0px 0px 4px;
		-webkit-border-radius: 4px 0px 0px 4px;
		display: inline-block;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		padding: 0px 0px 0px 57px;
		font-size: 16px;
		border-right: 0px;
		background-size: 18px 18px;
		float: left;
	}

	.main-location {
		display: none;
	}

	#main-submit {
		background: #0b375e;
		color: #fff;
		display: inline-block;
		border-color: #f7921e;
		font-size: 19px;
		font-weight: 500;
		text-align: center;
		cursor: pointer;
		margin-bottom: 0px;
		-webkit-appearance: none;
		border-radius: 0px 4px 4px 0px;
		-moz-border-radius: 0px 4px 4px 0px;
		-webkit-border-radius: 0px 4px 4px 0px;
		width: 141px;
		height: 50px;
		border: 0px;
		padding-top: 0px;
		float: left;
	}

	#main-submit:hover {
		background: #f7921e;
		color: #fff !important;
		-webkit-appearance: none;
	}

	#main-submit-mobile {
		display: none;
	}

	footer {
		border-top: 0px;
	}

	.main-btn {
		display: inline-block;
		width: 150px;
		height: 50px;
		border: 1px solid #cccccc;
		padding: 0px 0px 0px 29px;
		position: relative;
		float: left;
		border-right: 0px;
		background: #ffffff url("http://seodesigns.com/projects/TD/images/main-bullet.png") 122px 23px no-repeat;
		background-size: 6px 6px;
		cursor: pointer;
	}

	.search-small {
		font-size: 12px;
		margin: 0px;
		color: #9B9B9B;
		position: absolute;
		top: 6px;
		left: 16px;
		display: inline-block;
		width: 80px;
		height: 20px;
		text-align: left;
	}

	.search-large {
		font-size: 16px;
		margin: 0px;
		color: #4A4A4A;
		position: absolute;
		top: 19px;
		left: 16px;
		display: inline-block;
		width: 105px;
		height: 20px;
		font-weight: 900;
		text-align: left;
	}

	.main-form-container {
		height: 50px;
		position: relative;
		margin-left: 17%;
	}

	ul.search-description {
		width: 150px;
		position: absolute;
		background: #fff;
		right: 143px;
		top: 55px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 14px 0px;
		border: 1px solid #E5E5E5;
		display: none;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
	}

	.search-description li {
		font-size: 16px;
		color: #4A4A4A;
		font-weight: 900;
		padding: 6px 0px;
		display: block;
		padding-left: 16px;
		cursor: pointer;
	}

	.search-description li:hover {
		background: #f8f8f8;
	}

	#myButton {
		display: inline-block!important;
		background: #f7921e;
		padding: 5px 25px;
		color: #0a365e;
		font-size: 25px;
		border-radius: 6px;
		text-align: center;
	}

	/* .fix-height-desk {
		height: 12vh;
	} */
	 /* Search Bar */
    .search-bar {
      background: #fff;
      border-radius: 60px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      padding: 10px 15px;
	  margin-bottom:10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
    }

    .search-bar select {
      border: none;
      outline: none;
      font-size: 1rem;
      color: #555;
      background: transparent;
      width: 100%;
      padding: 8px 12px;
    }

    .search-bar .divider {
      width: 1px;
      height: 30px;
      background: #ddd;
    }

    .search-bar button {
      background: #f18f1d;
      border: none;
      border-radius: 50px;
      padding: 10px 25px;
      font-weight: 600;
      color: #fff;
      font-size: 1rem;
      transition: all 0.3s ease;
    }

    .search-bar button:hover {
      background: #d8780a;
    }

	.job-card {
      background: #fff;
      border-radius: 10px;
      box-shadow:0 4px 10px 0px rgb(221 228 244);
      transition: all 0.3s ease;
      border: none;
	  background-color:#fafbff!important;
    }
    .job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 14px rgba(221 228 244);
    }
    .verified-badge {
      font-size: 12px;
      background-color: #eaf7ea;
      color: #5cb85c;
      border-radius: 5px;
      padding: 4px 10px;
      font-weight: 500;
      display: inline-block;
    }
    .job-meta {
      font-size: 14px;
      color: #777;
    }
    .salary {
      color: #333;
      font-weight: 500;
	  font-size:16px;
    }
    .apply-btn {
      background-color: #f18f1d;
      color: #fff;
      font-weight: 500;
      border: none;
      border-radius: 5px;
      padding: 8px 20px;
      font-size: 14px;
      transition: 0.3s;
    }
    .apply-btn:hover {
      background-color: #d8780a;
    }
.reson {
    box-shadow: 0px 10px 21px rgb(0 64 133 / 10%);
    border-radius: 15px !important;
}
    /* Responsive */
    @media (max-width: 768px) {
        .twm-bg-ring-left { z-index: -1;}
        .sa{width: 100%!important;}
        .sub-heading {
    font-size: 35px;
}
        .arrow-s1{display:none;}
        .section-up {
    margin-top: 0px;}
        .type {
    font-size: 38px;}
        .mobile-none{display: none!important;}
     .type-inn {
  position: relative;
  /* font-family: Consolas, Monaco, monospace;
  width: 50ch; */
  color: #023579;
			font-size: 1.5rem;
}
.oorg {
    border-radius: 15px;
}
      .search-bar {
        flex-direction: column;
        border-radius: 25px;
        padding: 15px;
        width: 100%;
      }

      .search-bar .divider {
        display: none;
      }

      .search-bar button {
        width: 100%;
      }
    }
@media all and (max-width:767px){
    .type{
        font-size: 34px;
    }
}
@media (max-width: 479px){

}