

body {
	background: #fff;
	color: #666666;
	font-family: "Montserrat", sans-serif;
	Font-size:15px;
	line-height:24px;
}

a {
	color: #03a9f4;
	transition: 0.5s;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #fff;
    cursor: default;
    background-color: #2b69c1;
}
.courses-carousel{
direction: ltr!important;
}

.chosen-container-multi .chosen-choices{
display: block!important;
    width: 97%!important;
    padding: 3px 13px!important;
    font-size: 14px!important;
    line-height: -21.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #cdd8e3!important;
    border-radius: 0.25rem!important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-image: none!important;
    margin: 3px 5px 8px!important;
}
	
	.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 3px 0!important;
    padding: 0;
    height: 17px!important;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}
a:hover,
a:active,
a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}

.form-group {
	margin-bottom: 6px;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #1056bd;
	color: #fff;
	display: inline-block;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 11;
}
.slidertxt{ Padding-left:65px;
text-align:left;}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	background: #fffcfc;
	border: red solid 1px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}




/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	display: table;
	width: 100%;
	height: 100vh;
	background: #000;
}

#intro .carousel-item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#intro .carousel-item::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#intro .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#intro .carousel-content {
	text-align: center;
}

#intro h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}

@media (max-width: 768px) {
	#intro h2 {
		font-size: 28px;
	}
}

#intro p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #fff;
}

@media (min-width: 1024px) {
	#intro p {
		width: 60%;
	}
}

#intro .carousel-fade .carousel-inner .carousel-item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
	opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
	width: 10%;
}

@media (min-width: 1024px) {
	#intro .carousel-control-prev,
	#intro .carousel-control-next {
		width: 5%;
	}
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
	background: none;
	font-size: 32px;
	line-height: 1;
}

#intro .carousel-indicators li {
	cursor: pointer;
}

#intro .btn-get-started {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #18d26e;
}

#intro .btn-get-started:hover {
	background: #fff;
	color: #18d26e;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 32px;
	color: #1056bd;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}

.about h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0 0 12px 0;
	padding: 0;
	color: #1056bd;
}

.std {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700!important;
	margin: 0 0 0px 0;
	color: #1056bd!important;
	line-height: 39px!important;
	font-size: 34px!important;
}

.section-header h3::before {
	content: '';
	position: relative;
	display: block;
	width: 120px;
	height: 3px;
	background: #1056bd;
	bottom: 9px;
	left: calc(50% - 60px);
}

.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 0px;
	background: #1056bd;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}


/* Section with background
--------------------------------*/

.section-bg {
	background: #f7f7f7;
}




/* About Us Section
--------------------------------*/

#about1 {
	background: url(../img/sijoul.jpg) center top no-repeat;
	background-size: cover;
	padding: 60px 0 0px 0;
	background-attachment: fixed;
}

#about3 {
	background: url(../img/socse/Recruiter-background.jpg) top center no-repeat;
	background-size: cover;
	padding: 90px 0 90px 0;
}

#about1 h1 {
	Padding-top: 40px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin: 0 0 12px 0;
	color: #fff;
	font-size: 56px;
}

#about1 h2 {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0 0 0px 0;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
}

#about {
	/*background: url("../img/about-bg.jpg") center top no-repeat fixed;*/
	background-size: cover;
	padding: 60px 0 40px 0;
	position: relative;
}

#about h1 {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0 0 0px 0;
	color: #1056bd;
	line-height: 57px;
	font-size: 51px;
}

#about h2 {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #1056bd;
	font-size: 24px;
	line-height: 35px;
}

#about h4 {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0 0 0px 0;
	color: #1056bd;
	font-size: 24px;
	line-height: 35px;
}

.padd {
	padding-top: 124px;
}

.padd-left {
	margin-left: 40%!important;
}

#about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #cbeaff;
	z-index: 9;
}

#about .container {
	position: relative;
	z-index: 10;
}

#about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #cbeaff;
	z-index: 9;
}

#about .container {
	position: relative;
	z-index: 10;
}

#about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}

#about .about-col .img {
	position: relative;
}

#about .about-col .img img {
	border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #18d26e;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}

#about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}

#about .about-col:hover .icon {
	background-color: #fff;
}

#about .about-col:hover i {
	color: #18d26e;
}

#about .about-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}

#about .about-col h2 a {
	color: #000;
}

#about .about-col h2 a:hover {
	color: #18d26e;
}

#about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}

 ul {
    margin-top: 0;
    margin-bottom: 0px;
}
/* Services Section
--------------------------------*/

#services {
	background: #fff;
	background-size: cover;
	padding: 60px 0 0px 0;
}

.hrline {
	padding: 7px 0px;
	border: 0;
	border-top: 3px solid rgb(18 88 189);
	width: 20%;
	margin: auto auto;
}

#services .box {
	margin-bottom: 30px;
}

#services .icon {
	float: left;
}

#services .icon i {
	color: #18d26e;
	font-size: 36px;
	line-height: 1;
	transition: 0.5s;
}

#services .title {
	margin-left: 60px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#services .title a {
	color: #111;
}

#services .box:hover .title a {
	color: #18d26e;
}

#services .description {
	font-size: 14px;
	margin-left: 60px;
	line-height: 24px;
	margin-bottom: 0;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
	background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
	background-size: cover;
	padding: 60px 0;
}

#call-to-action h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

#call-to-action p {
	color: #fff;
}

#call-to-action .cta-btn {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 25px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #fff;
	color: #fff;
}

#call-to-action .cta-btn:hover {
	background: #18d26e;
	border: 2px solid #18d26e;
}


/* Call To Action Section
--------------------------------*/

#skills {
    padding: 50px 0 13px 0px;
}

#skills .progress {
	height: 35px;
	margin-bottom: 10px;
}

#skills .progress .skill {
	font-family: "Open Sans", sans-serif;
	line-height: 35px;
	padding: 0;
	margin: 0 0 0 20px;
	text-transform: uppercase;
}

#skills .progress .skill .val {
	float: right;
	font-style: normal;
	margin: 0 20px 0 0;
}

#skills .progress-bar {
	width: 1px;
	text-align: left;
	transition: .9s;
}


/* Facts Section
--------------------------------*/

#facts {
	background: url("../img/facts-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}

#facts::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.88);
	z-index: 9;
}

#facts .container {
	position: relative;
	z-index: 10;
}

#facts .counters span {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 48px;
	display: block;
	color: #18d26e;
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #111;
}

#facts .facts-img {
	text-align: center;
	padding-top: 30px;
}




/* Clients Section
--------------------------------*/

#clients {
	padding: 60px 0;
}

#clients img {
	padding: 15px 0;
}

#clients img:hover {
	opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

#clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}

#clients .owl-dot.active {
	background-color: #18d26e;
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #cbeaff;
	padding: 0 0 10px 0;
	color: #625959;
	font-size: 14px;
	    margin-top: 118px;
}


#footer .copyright {
	text-align: center;
	padding-top: 15px;
	font-weight: 600;
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}

.teaser {
	border-end-start-radius: 10px;
	border-end-end-radius: 10px;
	padding: 20px 18px;
	background-color: #fff;
	box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-webkit-box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-moz-box-shadow: -5px 4px 16px 0 rgba(151, 136, 136, .68);
	z-index: -9999;
	margin-top: -12px;
}

.hed {
	background: #f51112;
	color: #fff;
	margin: 0px!important;
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
	margin-bottom: 0px;
}

.hed h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0 0 0px 0;
	padding: 15px;
	font-size: 25px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 3px 13px;
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border:1px solid #cdd8e3;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control:not([size]):not([multiple]) {
	height: 27px;
	color: #868e96;
}

.box1 {
	margin-bottom: 30px;
	background-color: #fff;
	border: #e2e2e2 solid 1px;
	padding: 20px;
}
.box1 img {
width:27%;
}
.box1:hover {
	box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-webkit-box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-moz-box-shadow: -5px 4px 16px 0 rgba(151, 136, 136, .68);
  box-sizing: content-box;
  border-width:2px;
  border-style: solid;
  border-image: linear-gradient(to right bottom, #36d1dc, #5b86e5);
  border-image-slice: 1;
}

#services h4 {
Font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 20px;
}

#services h5 {
	Padding-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 0 0 30px 0;
	color: #1056bd;
	font-size: 24px;
	line-height: 35px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #f51112;
	margin: 0 auto;
	z-index: 9999;
	position: relative;
}

.box2 {
	    margin-bottom: 30px;
    background-color: #fff;
    border: #e0e0e0 solid 2px;
    width: 100%;
    Height: auto;
    padding: 20px;
    border-radius: 10px;
}

.box2:hover,
.box3:hover {
	box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-webkit-box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-moz-box-shadow: -5px 4px 16px 0 rgba(151, 136, 136, .68);
}

.box3 {
	background-color: #fff;
	border: #ccc solid 1px;
	width: 100%;
	Height: auto;
	border-radius: 10px;
	    text-align: center;
}

.box3 h3 {
	font-size: 22px;
	padding: 9px 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px;
}

.box3 img {
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

.box3 p {
	font-size: 15px;
	padding: 0px 7px;
	margin: 0 0 10px 0;
	font-weight:500;
}

.thumb {
	width: 100px;
	height: 100px;
	    margin-bottom: 8px;
}

.thumb1 {
	Padding: 7px 0px;
}

.partnerlogo {
	padding: 7px;
	border-radius: 0;
	width: 122px;
	Background: #fff;
	margin: 10px;
	box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-webkit-box-shadow: 0px 0px 5px 4px rgb(151 136 136 / 18%);
	-moz-box-shadow: -5px 4px 16px 0 rgba(151, 136, 136, .68);
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
	background: #ff9800;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.blog .carousel-indicators .active {
	background: #707070;
}

.client-bx {
	background: #fff;
	border-radius: 0;
}

.courses-bx {
	background: #fff;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
	margin: 15px 15px;
	border-radius: 10px;
	text-align: center;
	padding: 0;
	text-align: left;
}

.partnerlogo1 {
	padding: 7px;
	border-radius: 0;
	width: 144px;
	Background: #fff;
	margin: 10px;
	box-shadow: -5px 4px 16px 0 rgb(151 136 136 / 68%);
	-webkit-box-shadow: 0px 0px 5px 4px rgb(151 136 136 / 18%);
	-moz-box-shadow: -5px 4px 16px 0 rgba(151, 136, 136, .68);
}

@media only screen and (max-width: 768px) {
	#about1 h1 {
		font-size: 33px;
	}
	#about1 h2 {
		font-size: 17px;
		line-height: 28px;
		padding-bottom: 20px;
	}
	.partnerlogo1 {
		width: 86px;
		    margin: 10px 3px;
	}
	#services .box {
		margin-bottom: 0px;
	}
	.padd-left {
		margin-left: 0px!important;
	}
	.padd1 {
    padding-top: 0px;
}
	#about3 {
    background: url(../img/socse/Recruiter-background.jpg) top left no-repeat;
}
.partnerlogo {
    width: 148px;
}
.logo-img {
    width: 66%!important;
}
.padd {
    padding-top: 0px!important;
}
.slidertxt{ Padding-left:0px;
text-align:center;}
#about1 {

    padding: 30px 0 0px 0;
}
.owl-theme .owl-dots .owl-dot span {
    height: 5px!important;
	    width: 14px!important;
}

}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-btn-center-lr .owl-nav {
	margin: 0;
}

.owl-carousel.owl-loaded {
	display: block;
}

.dropbtn {
	background-color: #04AA6D;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
    display: none;
    background-color: #cbeaff;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 14;
    padding: 10px;
    margin-top: -203px;
    position: absolute;
    height: 202px;
    font-size: 14px;
    border-radius: 10px;
	    direction: ltr;
		text-align:left;
}
.pos{
    position: relative;
    margin-bottom: -35px;
}
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.logo-img{width:38%;}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

#content-desktop {
	display: block;
}

#content-mobile {
	display: none;
}

@media (max-width: 767px) {
	#content-desktop {
		display: none
	}
	#content-mobile {
		display: block
	}