@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{  font-family: "Poppins", sans-serif;
}
.container{
max-width:1170px;	
}
.top-contact a{margin: 0px 15px;
color:#175aff;
}
.top-contact a:hover::after{
  content: '';
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 750ms ease-in-out;
}
.login-links .btns a.lgin{
	color:#000;
}
.site-header .right-login-links .btns a{
	    font-size: 16px;
    position: relative;
}
.abt-middle-text{
	padding:125px;
	text-align:center;
	margin:0;
}
.whatsappchat {
	background: #468f34;
    position: fixed;
    bottom: 20px;
    left: 10px;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    font-size: 28px;
    z-index: 99999999999;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 52px;
		animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.op{background-color:#000;
border-radius: 25px;}
.business-develop .business-main a{
	color:#000;
}
.business-item::before{
	background: linear-gradient(to top, #232323 0%, rgba(35, 35, 35, 0));
    opacity: 0;
    z-index: 1;
}
.business-item{
	background-size:350px 450px;
	background-repeat:no-repeat;
	border-radius: 25px;
	opacity: 0.85;
}
.slide-intro img{
	    border-radius: 25px;
    width: 350px;
    height: 450px;
}
.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
#bsnismanager.content{border-radius: 25px;}
#bsnismanager.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

#bsnismanager.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#bsnismanager.content:hover .content-overlay{
  opacity: 0.85;
}

#bsnismanager.content-image{
  width: 100%;
}

#bsnismanager.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#bsnismanager.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

#bsnismanager.content-details h3{
  color: #fff;
	text-align:left;
	font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

#bsnismanager.content-details p{
  color: #fff;
  font-size: 16px;
	text-align:left;
}
#bsnismanager .content-details h3{
	color:#175aff;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.digi-learning{
	background-repeat: no-repeat;
   background-size: 48% auto;
	background-position: 100% 71%;
	background-color: #34356b;
}
.digi-contents p{font-size: 18px;
font-weight:400;}
.digi-points{
	font-size:18px;
}
.head-title span{color:#175aff;
font-weight: bold;
font-size: 30px;
}
.trst-icons{
	    display: flex;
    align-items: center;
}
.trst-icons .icon img{
	background: #34356b;
    border-radius: 50px;
    padding: 14px;
}
.success-icons .trs-icon img{
	background: #34356b;
    border-radius: 60px;
    padding: 20px;
}
.icon{
	width: 100%;
    max-width: 18%;
}
.icon-text{
    margin: 10px 0px;
}
.icon-text b{
	font-size: 28px;
}
.trs-icon{
	width:40%;
}
.trs-text{
	margin: 20px 0px;
	font-size: 16px;
}
.corp-section{background-repeat:no-repeat;
background-size: cover;}
ul.iconlist{list-style-type:none; 
}

.inner-icon{
	position: relative;
    color: #6f6f6f;
    font-size: 40px;
    background: transparent;
    border: 1px solid rgba(230, 230, 230, 0.2);
    height: 160px;
    width: 160px;
    line-height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: .5s ease;
}

.inner-icon-las{
	position: relative;
    color: #6f6f6f;
    font-size: 40px;
    background: transparent;
    border: 1px solid rgba(230, 230, 230, 0.2);
    height: 160px;
    width: 160px;
    line-height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: .5s ease;
}
.icon-las:before{
	position: absolute;
    content: '';
    border: 1px solid rgba(230, 230, 230, 0.2);
    border-radius: 50%;
    left: 38px;
    top: 38px;
    right: 38px;
    bottom: 38px;
}
.inner-icon:hover{
	transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.work-box .inner-icon{
	    position: relative;
    margin-bottom: 30px;
}
.work-box .inner-icon:before{
	position: absolute;
    content: '';
    height: 24px;
    width: 67px;
  
	left:177px;
    top: 80px;
    background-image: url(https://clientwork.thewebsoles.com/mntllc/wp-content/uploads/2024/03/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
.work-box .inner-icon:hover,.work-box-las .inner-icon-las:hover{
	background-color:green;
}
.connect-imag img{
	border-radius:30px;
}
.count-section{
	background-repeat: no-repeat;
	background-size: cover;
}
.employe-content .head-title span{
	color: #fff;
}
.testimonials-section .testibox{
	color: #000;
    font-size: 14px;
    margin: auto;
    font-weight: 300;
    padding: 22px 15px;
    position: relative;
    text-align: justify;
    border-radius: 8px;
	min-height:625px;
}
.testibox{
	   background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.testibox i{
	color: #34356b !important;
	font-size : 30px;
}
.cl-logo{
	border-radius:22px;
	padding:8px;
}
/** Accordian Css **/
.faq-wrapper {
	width:100%;
}
.question {
  font-size: 18px;
  font-weight: 300;
  padding: 20px 80px 20px 0px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #34356b;
}

.question::after {
  content: "\002B";
  font-size: 1rem;
  position: absolute;
  right: 60px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
.btn.btn-submit{
	    background-color: #fff;
    color: #175aff !important;
    border-radius: 10px;
    font-weight: 500;
    width: 50%;
	margin-left:68px;
}
.btn.btn-submit:hover{
	background-color:#175aff;
	color:#fff !important;
}
.question.active + .answercont {
}
.form-section{background: #34356b;
border-radius:10px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}
/** Accordian Css End **/
@media (min-width:769px){
.site-branding-container{
display: grid;
grid-template-columns:150px auto auto;
}	
.site-header  .site-branding-container{
	        grid-template-columns: 150px auto auto;
        gap: 10px;	
	align-items: center;
}	
.site-header .main-navigation {
        width: 100%;
        text-align: left;
	    margin-top: 0;
}
.site-header .right-login-links .btns a{
	font-size:16px;
	position:relative;
}
.site-header .right-login-links .btns .btn.btn-primary{
		color:#fff;
		border-radius:25px;
}
a.lgin::after{
	content: "";
    border-radius: 2px;
    position: absolute;
    left: 50px;
    bottom: -3px;
    width: 2px;
    height: 28px;
    background-color: #bac1c9;
	}
.plan-section{
	background: rgb(249 249 249);
    padding: 12px 10px;
    border-radius: 25px;
	box-shadow:1px 1px 8px 2px #00000017;
	min-height:300px;
}
.plan-btn{
    bottom: 15px;
	left:60px;
}
.boxes-payroll{
min-height:450px;	
}
.shape_top {
        position: absolute;
        z-index: -999;
        left:0;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: auto;
        top: 20px;
}
.career-top{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	min-height:470px;
}
.career-text{
		padding:150px 0px;
}
body.page-id-2856 .site-header{
		position:absolute;
		width:100%;
		z-index:999999;
}
body.page-id-2856 .main-navigation .main-menu > li > a, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg{
		color:#ffffff !important;
}
.thank-hero{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	height:800px;
}
.thank-text{
	position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top: 24%;
	background: rgb(0 0 0 / 52%);
	color:#ffffff;
    width: 50%;
	text-align: center;
	margin: auto;
    padding: 70px 0px;
	border:1px solid #ffffff;
	border-radius:25px;
}
.icon-message{
	width:80px;
	height:80px;
	border-radius:50%;
}
.icon-message .fa.fa-envelope{
	    margin: 15px 0px;
    font-size: 45px;
}
}
 .site-header .right-login-links .btns a.lgin {
		color:#000;
	}
.site-header .right-login-links .btns a{
	font-size:16px;
	position:relative;
}
.btn.btn-demo{
	background:transparent;
	color:#000;
	border:1px solid #333e6b;
	border-radius:25px;
	margin-left:16px;
	font-size:14px;
	}
.btn.btn-demo:hover{
	background:#34356b;
	color:#fff !important;
	transition:all .3s ease;
	}
.btn.btn-lite{
background:transparent;
	color:#fff;
	border:1px solid #fff;
	border-radius:25px;
	margin-left:16px;
	font-size:14px;	
}
.btn.btn-lite:hover{
	background:#34356b;
	color:#fff !important;
	transition:all .3s ease;
	}
body.page-id-1188  .site-header .right-login-links{
display:block;	
}

.socialicons a{
display: inline-block;
    width: 32px;
    height: 32px;
    margin:0 5px;
    border-radius: 17px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
	background:#34356b;
}
.socialicons a:hover{
	background:#175aff;
}
.iconlist a{text-transform:lowercase;}
.copyrite p{color: #000;
text-align:center;}
.menu li a{font-weight:400;
text-transform: uppercase;}
.iconlist i{ width: 32px;
    height: 32px;
        margin: 4px 5px;
    border-radius: 17px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
	background:#549713;
	display: inline-block;}
.iconlist i:hover{
	background:#2247b2;
}
.widget a:hover{color: #cf4326;}
h2.widget-title {
font-weight: 500;
    font-size: 21px;}

.btn.btn-primary{background: #34356b;
color: #fff;
border:0;
	box-shadow:1px 1px 8px 2px #0000002b;
font-size:16px;	
margin: 10px;
font-weight:400;}

.btn.btn-quote{
	background: #175aff;
    border: 0;
    border-radius: 0px;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.btn.btn-org{background: #cf4326;
	font-family: "Sora", sans-serif;
color: #fff;
border:0;
border-radius:5px;
font-size:16px;	
font-weight:400;
height:43px; 
line-height:12px;}
.btn.btn-primary:hover{background:#2247b2;}
.btn.btn-secondary{
	    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #ff9800;
    color: #fff;
    border-radius: 70px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
}
.btn.btn-secondary:hover{background:#000;}
.btn.btn-explore{
	background:#fff;
	color:#175aff;
	border-radius:35px;
	font-size: 14px;
    font-weight: 500;
}
.btn.btn-explore:hover{
background: transparent;
	border:1px solid #fff;
	color:#fff;
}
.hero-banner{
position:relative;	
}
.hero-banner .sma-img{
position: absolute;
    bottom: -3px;
}
.hero-banner .slide-banner{
bottom: 0;
    width: 45%;
    right: 0;
    position: absolute;
}
.hero-banner .item{color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	height:100%;
    }
.hero-banner .item .container{
	position: relative;
    display: flex;
    align-items: center;
}
.pr-md-0, .px-md-0{padding-right:0 !important;}
.hero-banner h1{
margin: 0 0 22px;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
	font-weight:400;
    }
.hero-banner .hero-text{
	max-width:601px;
    Color: #000;
    padding: 75px 0;
	
}
.hero-text p{color: #fff;
	font-size: 14px;
text-align:justify;}
.hero-banner .hero-text h1 span{color:#cf4326;text-transform: unset;}
.section{padding: 70px 0;}
.clearfix{clear: both;}
.suport-content{
	max-width:700px;
	    text-align: center;
    margin: auto;
}
.bg-grey{
	background: #f8f8f8;
}
.bg-secondary{
	background: #34356b;
}
.seam{
	border: 1px solid #fff;
    padding: 20px 18px 45px 18px;
    border-radius: 10px;
    position: relative;
    height: 94%;
	 transition: transform 0.5s;
}
.btn.btn-more{
	background: #34356b;
    color: #fff;
    border: 0;
    box-shadow: 1px 1px 8px 2px #0000002b;
    font-size: 16px;
    margin: 10px;
    font-weight: 400;
}
.btn.btn-more:hover{
	background: transparent;
    color: #34356b;
    border: 0;
    box-shadow: 1px 1px 8px 2px #0000002b;
    font-size: 16px;
    margin: 10px;
    font-weight: 400;
}
.seam:hover{
	 transform: scale(1.1);
}
.project{
	background: #34356b;
    padding: 20px 18px 45px 18px;
    border-radius: 10px;
    position: relative;
    height: 94%;
	 transition: transform 0.5s;
}
.btn.btn-lrn-more{
	background-color: #fff;
	color: #34356b;
	font-size:14px;
}
.se-content{min-height:200px;}
.head-title h1 span{color:#cf4326;}
.org-content{padding:20px;
border-radius:15px;
box-shadow: 1px 1px 12px 7px #00000047;
}
p.hr-cont{
	    font-size: 20px;
    font-weight: 300;
}
.consultancy-content h2{
	font-size:3rem;
}
.consultancy-content span{
	color : #34356b;
	font-weight: bold;
}
.consultancy-section{
	background-repeat: no-repeat;
	background-size: cover;
}
.business-man{
	    margin: -463px 0px -200px 0px;
}
.consult-title{
	    max-width: 700px;
    text-align: center;
    margin: auto;
	color:#34356b;
}
.consult-title span{
    font-weight: bold;
	color: #175aff;
}
.cnslt-box{
	background-position: center center;
    background-size: cover;
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 0px 40px -15px rgba(0,0,0,0.5);
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #f5f5f5;
    border-radius: 10px 10px 10px 10px;
}
.cnslt-box{
	color:#34356b;
}
.cnslt-box .box-icon{
	background:#34356b;
}
.cnslt-box .box-icon{}
.cnslt-box:hover{
	background-color: #34356b;
	color: #fff;
}
.topic{min-height: 225px;}
.box-icon{
	
	border-radius: 60px 60px 60px 60px;
	    border-radius: 50%;
    width: 90px;
    height: 90px;
    line-height: 90px;
}
.box-icon:hover{
	background-color: #175aff;
}

.topic a{
	letter-spacing: 2px;
    font-size: 14px;
    font-weight: 400;
}
.hr-success{background-size:cover;
background-repeat: no-repeat;}
.wrapper {
 display: inline-block;
  transform: translate(-50%,-50%)
}

.playbtn {
  height: 150px;
  width: 150px;
  line-height: 150px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
 border: 1px solid #175aff;
  z-index: 999;
}
.cntent-area span{font-weight: bold;
font-size: 20px;
}
.lms-hero{
	height: 667px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position:center;
}
.lms-text{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    top: 24%;
}
.lms-text .sub-title span{
	font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}
.lms-text .head-title h2{
	font-weight:700;
	font-family:'Poppins', sans-serif;
}
.lms-text .head-title p{
	font-size:18px;
}
.training-video{
	width:100%;
}
#train-video{
	border-left: 1px;
    border-right: 1px;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: white;
    position: absolute;
    left: 12%;
    top: 7%;
    width: 75.9%;
    height: 83%;
}
.team-section .team-head span{
	font-size:33px;
	font-weight:300;
	line-height:20px;
}
.training-program .head-title h3{
	font-weight:300;
}
.training-program .head-title .bold-txt{
	font-weight:600;
}
.train-head p{
	font-size:18px; 
	line-height:30px;
}
.prog-images img{
	border-radius:25px;
}
.prog-images a{
	font-family:'Poppins', sans-serif;
	font-weight: 500;
	font-size:18px;
    line-height: 1.4;
    display: inline-block;
    padding-top: 12px;
}
a.link-text  {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
a.link-text::after {
     content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #175aff;
    transition: width .3s;
}
a.link-text:hover::after {
    width: 100%;
    //transition: width .3s;
}
.talent-section .talent-content .talent-title{
	line-height:0;
}
.talent-section .talent-content .talent-title span{
	font-size:32px; 
	font-weight:300;
}
.talent-section .talent-content p{
	width:490px; 
	font-size:16px;
}
.talent-section .talent-intro{
	background-size:cover;
	background-repeat:no-repeat;
	height:330px;
}
.help-text span{
	font-size: 34px;
    line-height: 34px;
	font-weight:300;
}
.help-text p{
	font-size:16px; 
	line-height:26px;
}
.plus-points{
	padding:25px;
}
.tiles-belive{
	box-shadow:0 0 11px 0 rgba(0,0,0,0.18);
}
/** Play Button Frames **/
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
 position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/** End Play Buttons Frames **/
ul.checklist{list-style-type:none;
padding:0;
margin:0;}
ul.checklist li span{font-family: "Sora", sans-serif;
font-size:16px;}
.checklist li.fa{display:block;
line-height:1.5;}
button, input, select, optgroup, textarea{color: #fff !important;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{outline: none !important;}
/* Responsive */
@media (max-width:768px){
	.site-logo{width:150px;}
	.intro-banner{
		
	}
.btn.btn-demo{font-size:18px;
	    width: 55%;
        margin-top: 12px;
        padding: 0;
    }
	
.right-login-links{
		display:none;
}
.business-man{display:none;}
.icon{width:40% !important;}
.trst-icons .icon img{
    background: #34356b;
    border-radius: 30px;
    padding: 12px;
}
	.trs-icon{width:50%;}
	.success-icons .trs-icon img{
		border-radius: 60px;
    padding: 12px;
	}
	.success-icons{display:flex;}
	.trs-text{
		margin-left: 12px;
    margin-top: 0px;
	}
.plan-btn{
		text-align:center;
		margin:auto;
}
.features_pricing .includes-section h3{
font-size:20px;
}
.features_pricing .includes-section span{
font-size:12px;
}
.career-top{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	min-height:250px;
}
.career-text{
		padding:150px 0px;
}
.thank-hero{
		height: 590px;
        background-size: cover;
        background-repeat: no-repeat;
}
.thank-text{
	position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    top:23%;
    background: rgb(0 0 0 / 52%);
    color: #ffffff;
    width: 250px;
    text-align: center;
    margin: auto;
    padding: 10px 0px;
    border: 1px solid #ffffff;
    border-radius: 25px;
}
.icon-message{
	width:60px;
	height:60px;
	border-radius:50%;
}
.icon-message .fa.fa-envelope{
	    margin: 15px 0px;
    font-size: 28px;
}
.testimonials-section .testibox{
		padding:45px 10px;
}
.consultancy-content h2{
		font-size:30px;
}
}
.plans-section{
	background: rgb(249 249 249);
    padding: 12px 10px;
    border-radius: 25px;
}
.plans-section .head span{
	    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
	color:#000;
	letter-spacing:2px;
}
.plans-section .head p{
	    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.plans-section .tile{
	background:#272869;
	color:#fff;
	border-radius:10px;
	padding:10px 0px;
	max-width:65%;
	margin:auto;
	margin-top:15px;
}
.plans-section .tile p{
	font-size:12px;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-45%);
	}
	100% {
		opacity: 1;
		transform: translateX(-45%);
	}
}



/*# sourceMappingURL=bootstrap.min.css.map */

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-controls{
position:absolute;
bottom:25px;
width:100%;
text-align:center;
	display: none;
}
.owl-carousel .owl-controls .owl-dot{
width:12px;
height:12px;
border-radius:50%;
border:1px solid #fff;
display:inline-block;
margin:0 5px;
}
.btn.btn-contact{background: #175aff;
    color: #fff;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px;
	letter-spacing: 1px;
}
.owl-carousel .owl-controls .owl-dot.active{
background:#e96d09;
border:1px solid #e96d09;
}
.head-title.started h3{font-size:37px;}
.head-title.started p{font-size:15px;}
.owl-carousel .owl-controls {}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;height:auto;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}
.bg-secondary{background-color:#34356b !important;margin-right:0px !important;}
.pay-go .plan-details ul.include-go{
	padding-left:0;
}
.tabs_head {
    display: block;
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 62px;
    background-color: #fff;
    color: #fff;
    padding: 4px;
    border-radius: 25px;
}
.porttabs {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    width: 100%;
    gap: 17px;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}
.pricing-wrapper-v2__bg {
    width: 100%;
    background: linear-gradient(24.86deg, #1B68B1 38.91%, #28BADD 82.39%);
    z-index: 999;
}
.pricing-wrapper-v2__bg ul#tabs-nav li.active a {
    border-bottom: 0;
    font-size: 16px;
    background: #34356b;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    width: 150px;
}
#tabs-nav li a {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    color: #000;
}
.pay-go .plan-details ul.include-go li{
	list-style-type:none;
}
.features_pricing .includes-section{
	border-radius:22px; 
	padding:10px 0px;
}
.osynix-recruiterpak .ptr-plans{
	padding:12px;
	border-radius:12px;
}
.osynix-recruiterpak .ptr-intro{
	padding:6px 0px;
	border-radius:22px;
}
.pay-go .plan-details p, .annual-plan .plan_details p, .osynix-recruiterpak .plan_details p{
	text-align:justify;
}
.blog-section .blog-info h4 a{
	color:#000;
}
.blog-box .blog-info a{
	color:#000000;
}
a.tutorial_link{
	display:none;
}
.sk-job-item{
	border: 1px solid rgba(51, 51, 51, .15);
    box-shadow: none !important;
    background-color: transparent !important;
    position: static !important;
    width: 100% !important;
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
    padding: 40px !important;
    text-align: left;
}
.sk-jobs-masonry{
	    display: flex;
    flex-direction: column;
    gap: 20px;
    height: auto !important;
}
.int-text span{
	font-size:32px;
}
.jobbox{
	border: 1px solid grey;
    padding: 14px 20px;
    border-radius: 22px;
}
.awsm-job-form-plugin-style .awsm-job-form-control{
	text-align:left !important;
}
.testimonial-artt img{
	width:80px !important;
	border-radius:50%;
	text-align:center;
	margin:auto;
}
.stars{
	color: #34356b;
}
