@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all 0.2s linear;
}

body {
    font-size: 100%;
    font-family: Poppins-Regular, Poppins-Medium, Poppins-SemiBold;
}


/* carousel start */

.homeV2022 .fa-chevron-left {
    color: white !important;
}
.homeV2022 .fa-chevron-right {
    color: white !important;
}

.homeV2022 .carousel-control {
    background-image: none !important;
	top:-120px;
}

.homeV2022 .carousel-control .glyphicon {
        padding: 8px 12px;
    border: 1x solid black;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    border: #ccc solid 2px;
}

.homeV2022 .carousel-control .glyphicon::before {
    color: #333333 !important;
        right: 7px;
    font-size: 16px;
    position: relative;
    top: -21px;

}

.homeV2022 .slider1 {
    padding: 0px;
    line-height: 3;
}

.homeV2022 .slider-heading-1 {
    font-size: 43px;
    color: #333333;
    width: 60%;
    font-weight: bolder;
    line-height: 1;
    padding-top: 15px;
	font-family: Poppins-SemiBold;
}

.homeV2022 .slider-heding-2 {
    /*color: #1AD588;*/
    font-weight: 600;
    margin-top: 25px;
}

.homeV2022 .slider1-btn {
    background-color: #FDC705;
    color: #333333;
    border: 1px solid #FDC705;
    padding: 0px 10px;
    font-size: 12px;
    margin-top: 15px;
    line-height: 28px;

}

.homeV2022 .slider1-img {
    height: 390px;
    width: auto;
    float: right;
}

.homeV2022 .slider1-img-1 {
    float: right;
    height: 390px;
}

.homeV2022 .left-indicator {
    border: 1px solid #9b9b9b;
    padding: 8px;
    border-radius: 50%;
    background-color: #ffff;
}

.homeV2022 .left-indicator .fa-angle-left {
    font-size: 16px !important;
    color: #333333;
    position: relative;
    top: 9px;
    left: -2px;
}

.homeV2022 .right-indicator {
    border: 1px solid #9b9b9b;
    padding: 8px;
    border-radius: 50%;
    background-color: #ffff;
}

.homeV2022 .right-indicator .fa-angle-right {
    font-size: 16px !important;
    color: #333333;
    position: relative;
    top: 9px;
    left: 2px
}

.homeV2022 .slider2 {
    background-color: #333333;
}

.homeV2022 .slider2-details {
    padding: 30px 0px;
}

.homeV2022 .slider2-heading-1 {
    font-size: 43px;
    width: 60%;
    font-family: Poppins-SemiBold;
    font-weight: bolder;
    color: #ffff;
    padding-top: 15px;
}

.homeV2022 .slider2-para , .homeV2022 .slid2 p {
    color: white;
    font-family: Poppins-Regular;
    font-size: 15px;
    width: 80%;
    line-height: 1.4;
}

.homeV2022 .dots {
    padding: 8px;
    background-color: #333 !important;
    border: none;
    margin: 0 5px;
}

.homeV2022 .dots:active {
    background-color: #333 !important;
}
.card-body p {
    font-size: 15px !important;
    font-family: 'Poppins-Regular' !important;
}
.homeV2022 ol.carousel-indicators.container.active .dots {
    background-color: #fff !important;
}
.homeV2022 ol.carousel-indicators.container.active .dots.active {
    background-color: #FDC705 !important;
}
.homeV2022 .dots:checked {
    background-color: #333 !important;
}

.homeV2022 .dots:target {
    background-color: #333;
}
.homeV2022 .dots.active {
    background-color: #FDC705 !important;
}
ol.homeV2022 .carousel-indicators {
    left: 13%;
    top: 85%;
}

.homeV2022 .slider3-heading-1 {
    font-size: 43px;
    font-family: Poppins-SemiBold;
    color: #333333;
    width: 85%;
    padding-top: 15px;
}

.homeV2022 .slider3-para , .homeV2022 .slid3 p {
    color: #333333;
    font-family: Poppins-Regular;
    font-size: 15px;
    width: 85%;
    line-height: 1.4;
}


/* carousel end */


/* work section */

.homeV2022 .work1 {
    border: 1px solid black;
}

.homeV2022 .work {
    padding: 40px 0px;
}

.homeV2022 .work-heading1 {
    font-size: 18px;
    color: #333333;
    font-family: Poppins-SemiBold;
}

.homeV2022 .work-para1 {
    color: #333333;
    font-size: 14px;
    font-family: Poppins-Regular;
}

.homeV2022 .d-flex {
    display: flex;
    flex-wrap: wrap;
}



.homeV2022 .justify-center {
    justify-content: center;
}

.homeV2022 .justify-between {
    justify-content: space-between;
}

.homeV2022 .justify-around {
    justify-content: space-around;
}

.homeV2022 .margin-top-65 {
    margin-top: 65px;
}

.homeV2022 .mt-20 {
    margin-top: 20px;
}

.homeV2022 .work-btn {
background-color: #FDC705;
    color: #333333;
    border: 1px solid #FDC705;
    padding: 6px 12px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 40px;
}

.homeV2022 .mt-30 {
    margin-top: 25px;
}

.homeV2022 .mt-50 {
    margin-top: 40px;
}

.homeV2022 .work-card {
    padding: 20px 40px;
    box-shadow: 0px 0px 7px 1px rgb(178 173 173 / 40%);
    position: relative;
    top: -25px;
}

.homeV2022 .work-heading2 {
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
}

ul.homeV2022 .work-para1 li {
    margin-left: 20px;
    font-family: Poppins-Regular;
}

.homeV2022 .work1 {
    background-image: url(/application/themes/emcoruk_new_theme/assets/img/Image/tiles3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    border: none;
}
.skyBg {
	    background: #ececec;
}
.slick-next:before , .slick-prev:before {
    font-size: 64px !important;
}
.homeV2022 .work2 {
    background-image: url(/application/themes/emcoruk_new_theme/assets/img/Image/tiles2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    border: none;
}

.homeV2022 .work3 {
    background-image: url(/application/themes/emcoruk_new_theme/assets/img/Image/tiles.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
    border: none;
}

.homeV2022 .work-txt-center {
    text-align: center;
    color: #ffff;
    font-size: 24px;
    font-weight: bold;
    padding-top: 145px;
}
.homeV2022 .mt-30.know-card-1 img {
    width: 100%;
    height: 173px;
}
.homeV2022 .better-work-btn {
    background-color: #FDC705;
    color: #333333;
    border: 1px solid #FDC705;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 14px !important;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 15px;
}


/* work end */


/* know */

.homeV2022 .know {
    padding: 40px 0px;
}

.homeV2022 .mt-55 {
    margin-top: 55px;
}

.homeV2022 .know-card-1 {
    background-color: #F5F5F5;
}

.homeV2022 .know-card-1-para {
    padding: 20px 15px;
}
.homeV2022 .know-card-1-para p {
    min-height: 110px;
}

.homeV2022 .know-para1, .homeV2022 .know-card-1-para p, .homeV2022 .know-card-1 a {
    font-size: 15px;
    font-family: Poppins-Regular;
    display: block;
}

.homeV2022 .know-link {
    color: #FC721E;
}

.homeV2022 .know-img {
    width: 100%;
}

.homeV2022 .view-btn {
    background-color: #FDC705;
    color: #333333;
    border: 1px solid #FDC705;
    padding: 5px 15px;
    font-size: 14px;
    margin-top: 14px !important;
    font-weight: 500;
}


/* know end */


/* study */

.homeV2022 .study-img {
    width: 100%;
}

.homeV2022 .study-card {
    background-color: #F5F5F5;
    padding: 30px 20px;
}

.homeV2022 .studies {
    padding: 0px 0px 40px 0px;
}


/* study end */


/* career */

.homeV2022 .career {
    background-image: url(/application/themes/emcoruk_new_theme/assets/img/Image/-7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.skyBg .col-sm-12 {
    padding-left: 0;
}
.homeV2022 .career-heading-1 {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    color: #ffff;
    width: 55%;
}

.homeV2022 .career-container {
    padding: 60px;
}

.homeV2022 .career-para {
    color: #ffff;
    font-family: Arial !important;
    font-size: 18px;
    width: 40%;
}

button.slider1-btn a {
    color: #333;
}
/* career end */
a.left.carousel-control {
    left: -80px;
}
a.right.carousel-control {
    right: -80px;
}
.homeV2022 ul.work-para1 {
    padding-left: 15px;
}
.cardWrapper h5.card-title {
    font-size: 18px;
}
.cardWrapper p.card-text {
    font-size: 14px;
}
/* media query */
@media screen and (min-width: 1650px) {
    .homeV2022 .career {
		background-size:cover
    }
}
@media screen and (min-width: 1350px) {
    .homeV2022 .container {
        width: 1170px !important;
        margin: auto !important;
    }
    .homeV2022 .career-container {
        width: 92%;
        margin: auto;
    }
    .homeV2022 .carousel-indicators {
        position: relative;
    top: 330px !important;
    left: 10px !important;
    margin: 0 auto !important;
    text-align: left;
    }

}
@media screen and (min-width: 780px) and (max-width: 1024px) {
a.left.carousel-control {
    left: -50px;
}
a.right.carousel-control {
    right: -50px;
}
}

@media screen and (max-width: 1200px) {
    .homeV2022 .know-card-1-para p {
        min-height: 150px;
    }
}
@media screen and (max-width: 990px) {
        .homeV2022 .know-card-1-para p {
        min-height: auto;
    }
}
    
@media screen and (max-width: 1024px) {
    body {
        font-size: 75%;
    }
    .homeV2022 .pad-30 {
        padding-bottom: 30px;
    }
    .homeV2022 .slider1 {
        padding-left: 0px 0px 0px 0px !important;
    }
    .homeV2022 .slider1-img-1 {
        width: 500px;
    }
    .homeV2022 .slider-heding-2 {
        font-size: 20px;
    }
    .homeV2022 .carousel-indicators {
        position: relative;
    top: 330px !important;
    left: 10px !important;
    margin: 0 auto !important;
    text-align: left;
    }
    .homeV2022 .slider-heading-1 {
        font-size: 35px;
        width: 75%;
    }
    .homeV2022 .slider-heding-2 {
        font-size: 15px;
    }
    .homeV2022 .slider2-heading-1 {
        font-size: 35px;
    }
    .homeV2022 .slider2-para , .homeV2022 .slid2 p {
        font-size: 12px;
    }
    .homeV2022 .slider3-heading-1 {
        font-size: 35px;
    }
    .homeV2022 .slider3-para , .homeV2022 .slid3 p {
        font-size: 12px;
    }
    .homeV2022 .better-work-btn {
        left: 58.8%;
    }
    .homeV2022 .slider1-img {
        width: auto;
    }

    .homeV2022 .know .col-md-4 {
        margin-bottom: 60px;
    }
    .homeV2022 .know .col-md-4:last-child {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 900px) {
    .homeV2022 .slider1-img,
    .homeV2022 .slider1-img-1 {
        width: 100%;
        height: 390px !important;
    }
    .homeV2022 .slider1 {
        padding: 70px 0px 70px 110px;
    }
    .homeV2022 .carousel-indicators {
        position: relative;
        
    }
    .homeV2022 .better-work-btn {
        left: 83.3%;
    }
    .homeV2022 .know-card-1-para {
        height: auto;
    }
    .homeV2022 .mt-40 {
        margin-top: 20px;
    }
    .homeV2022 .career-para,
    .homeV2022 .career-heading-1 {
        width: 80%;
    }

}

@media screen and (max-width: 768px) {
	.textAreaFac2 {
    padding-left: 25px;
    }
    h1.slider2-heading-1 , .slid1 p , .slid2 p , .slid3 p {
	color:#000 !important;
    }
    .homeV2022 .career {
    background-size: cover !important;
    }	
    a.left.carousel-control {
    left: -30px;
    }
    a.right.carousel-control {
    right: -30px;
    }
    .homeV2022 .carousel-control .glyphicon::before {
    color: #333333 !important;
    right: 1px;
    font-size: 16px;
    position: relative;
    top: -2px;
    }
    .homeV2022 .carousel-indicators {
        position: relative;
        
    }
    .homeV2022 .better-work-btn {
        left: 83%;
    }
	.homeV2022 .margin-top-65 {
		margin-top: 15px;
	}
	.homeV2022 .slider1.container {
		background: rgb(0 0 0 / 14%);
		
	}
	.homeV2022 .carousel-inner .item {
	min-height: 375px !important;
    background-position: bottom !important;
    background: none !important;
	}
	.homeV2022 .carousel-indicators {
		text-align: center;
		position: relative !important;
		top: 345px !important;
	}
	
}

@media screen and (max-width: 414px) {
    .homeV2022 .slider1-img,
    .homeV2022 .slider1-img-1 {
        width: 100%;
        height: 390px !important;
    }
    .homeV2022 .slider2-heading-1 {
        font-size: 35px;
        width: 90%;
    }
    .homeV2022 .slider2-para , .homeV2022 .slid2 p {
        font-size: 14px;
        width: 80%;
    }
    .homeV2022 .slider-heading-1 {
        font-size: 40px;
        width: 100% !important;
    }
    .homeV2022 .slider-heding-2 {
        font-size: 18px;
    }
    .homeV2022 .slider1 {
        padding: 0px 0px 60px 50px;
		
    }
	
    .homeV2022 .carousel-indicators {
        position: relative !important;
        
    }
    .homeV2022 .carousel-control .glyphicon {
        padding-left: 0px 0px 0px 0px !important;
    }
    .homeV2022 .carousel-control .glyphicon::before {
        color: #333333 !important;
        position: relative;
        top: 0;
        right: 0px;
    }
    .homeV2022 .better-work-btn {
        left: 68.7%;
    }
    .homeV2022 .career-para,
    .homeV2022 .career-heading-1 {
        width: 100%;
    }
    .homeV2022 .glyphicon-chevron-left {
        position: relative;
        left: 14px !important;
    }
    .homeV2022 .glyphicon-chevron-right {
        position: relative;
        right: 14px !important;
    }
    .homeV2022 .career-container {
        padding: 60px 0px;
    }
	.homeV2022 .carousel-indicators {
		text-align: center;
		position: relative !important;
		top: 345px !important;
	}
}

@media screen and (max-width: 390px) {
    .homeV2022 .better-work-btn {
        left: 66.7%;
    }
    .homeV2022 .slider3-para , .homeV2022 .slid3 p,
    .homeV2022 .slider2-para , .homeV2022 .slid2 p {
        width: 95%;
    }
}

@media screen and (max-width: 375px) {
    .homeV2022 .better-work-btn {
        left: 65.2%;
    }
}

@media screen and (max-width: 280px) {
    .homeV2022 .better-work-btn {
        left: 51.8%;
    }
    .homeV2022 .slider1 {
        height: 700px;
    }
    .homeV2022 .slider1-img,
    .homeV2022 .slider1-img-1 {
        width: 100%;
        height: auto !important;
    }
    .homeV2022 .carousel-indicators {
        position: relative !important;
        
    }
}