/* @font-face {
    font-family: "dinregular";
    src: url("../assets/fonts/dinregular-webfont.woff");
}

@font-face {
    font-family: "dinbold";
    src: url("../assets/fonts/dinbold-webfont.woff");
} */


@font-face {
    font-family: "GowunDodum";
    src: url("../assets/fonts/GowunDodum-Regular.woff");
}

/* @font-face {
    font-family: "dinbold";
    src: url("../assets/fonts/dinbold-webfont.woff");
} */


body {
    overflow-x: hidden;
    font-family: "GowunDodum";
}

.body {
    overflow-x: hidden;
}


/* sticky  */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


/* sticky end */

.side-bar {
    width: 230px;
    height: 100vh;
    background-color: #002e2f;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999999;
}

.bt-12 {
    margin-bottom: 12px;
}

.menu-list {
    padding: 0px;
    list-style: none;
    margin-left: 30px;
}

.menu-list a {
    color: white !important;
    font-weight: 400;
    list-style: none;
    text-decoration: none;
}

.menu-list li {
    padding-top: 10px;
}

.side-bar img {
    width: 40%;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.hide-menu-item {
    display: none !important;
}

.show-menu-item {
    display: inline-block !important;
}

.show-menu {
    width: 250px;
    transition: width 1s;
}

.hide-menu {
    width: 0px;
    transition: width 1s;
}

.overlay {
    background-color: rgba(0, 0, 0, .5);
    opacity: .5;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999;
    position: absolute;
    opacity: .8;
}

section {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.img-full-width {
    width: 100%;
}

.toggle-button {
    position: absolute;
    right: 0;
    transform: translateX(-50%);
    top: 40px;
    font-size: 47px;
    z-index: 999999;
    color: black;
}


/* .toggle-button:hover {
    color: white !important;
} */

.lang {
    background: transparent;
    border: navajowhite;
    color: white;
    font-weight: 600;
}

.language {
    position: absolute;
    right: 10%;
    top: 30px;
    font-size: 27px;
    z-index: 50;
    text-decoration: none;
    color: black;
}

.slide-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
}

@media screen and (max-width:768px) {
    .slide-text {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 107px;
    }
    .slide-text .primary-text,
    .slide-text .secondary-text {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .toggle-button {
        position: absolute;
        right: 0;
        transform: translateX(-50%);
        top: 7px;
        font-size: 28px;
        z-index: 999999;
        color: black;
    }
}

.slide-text {
    text-align: center;
}

.primary-text {
    font-size: 49px;
    font-weight: 600;
    text-transform: uppercase;
}

.secondary-text {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}


/*  */

.header {
    padding: 0;
    background: url('../assets/images/main-slider.jpg');
    background-size: cover;
    height: 900px;
    z-index: 10;
    width: 100%;
    margin: 0;
}

.bg {
    padding: 0;
    background: url('../assets/images/bg.jpg');
    background-size: cover;
    height: 700px;
    z-index: 10;
    width: 100%;
    margin: 0;
}

.logo-pos {
    /*  margin-left: 197px; */
    margin-top: 27px;
}

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

.language-margin {
    margin-top: 30px;
}

.para-margin {
    margin-top: 40px;
}

.know-more {
    background-color: #012f2f !important;
    color: white !important;
    border: none !important;
    border-radius: 0px !important;
}

.secondary-text2 {
    color: #21b899;
    font-weight: 600;
}

.primary-text2 {
    font-size: 37px;
    font-weight: 600;
    color: #012f2f;
    font-family: 'GowunDodum', sans-serif;
}

.list-size {
    font-size: 19px;
}


/* slider start */

.slick span {
    display: block;
    color: #fff;
    font-size: 36px;
    height: auto;
    line-height: 100px;
    position: relative;
    text-align: center;
    transform: translate(0, 0) scale(0.4);
    transition: all 0.4s ease;
    opacity: 0.5;
}

.slick-slide {
    /*   border: solid 1px #2dc37f; */
    height: 300px !important;
}

.slick-slide.lt2 span {
    transform: translate(10%, 0) scale(0.6);
}

.slick-slide.lt1 span {
    opacity: 0.7;
    transform: translate(5%, 0) scale(0.8);
}

.slick-slide.gt1 span {
    opacity: 1;
    transform: translate(-5%, 0) scale(0.8);
}

.slick-slide.gt2 span {
    transform: translate(-10%, 0) scale(0.6);
}

.slick-slide.slick-center span {
    z-index: 1;
    transform: scale(1.5);
    opacity: 1;
    color: #e67e22;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    appearance: none;
    margin-top: -10px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    color: transparent;
    outline: none;
    z-index: 100;
}

.slick-prev {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #21b899 transparent transparent;
    left: 0;
}

.slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #21b899;
    right: 0;
}

.slick-slide img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 300px !important;
}

.slick-track {
    padding-top: 50px !important;
}

.slick-slider-text {
    height: 49px;
    width: 300px;
    background-color: #16282e;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    color: #21b899;
    padding-top: 11px;
    font-size: 19px;
    font-weight: 600;
}

@media screen and (max-width:992px) {
    .slick-slider-text {
        font-size: 9px;
        padding-top: 8px;
        height: 27px;
        width: auto;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .slick-slider-text {
        width: 300px;
    }
}


/* slider end */

.range-serice {
    font-size: 27px;
    line-height: 14px;
}

.slider-head {
    margin-left: -50px;
}

@media screen and (max-width:768px) {
    .slider-head {
        margin-left: 0px !important;
    }
}

.footer-design {
    background-color: #012f2f;
    color: #44b7a8;
    padding: 60px;
    padding-bottom: 10px !important;
}

.footer-p {
    margin-top: 30px;
    font-size: 17px;
}

.footer-social {
    font-size: 41px !important;
}

@media screen and (max-width:996px) {
    .footer-social {
        font-size: 18px !important;
    }
}

.footer-social-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center
}

.footer-social-icon a {
    color: #44b7a8;
}

.footer-social-icon h3 {
    font-weight: 600;
    margin-top: 14px;
}

.usefull-links h2 {
    font-size: 28px;
    font-weight: 600;
}

.usefull-links ul {
    list-style: none;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    margin-top: 27px;
}

.footer-adress {
    line-height: 23px;
    font-size: 17px;
    margin-top: 30px;
}

.loc-icon {
    margin-top: 11px;
    font-size: 48px !important;
}

.footer-border {
    border-top: 1px solid #21b899;
    border-bottom: 1px solid #21b899;
    padding-top: 34px;
    padding-bottom: 34px;
}


/* ====================================== mission  ========================*/

.nav-pad {
    padding: 15px;
    padding-right: 33px;
}

.nav-bg {
    background-color: #012f2f;
    color: white;
}

.nav-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: baseline;
    align-items: baseline;
    width: 157px;
}

.nav-icon-size {
    width: 60px;
}

@media screen and (max-width:568px) {
    .nav-box {
        width: 111px;
    }
    .inner-logo {
        width: 156px;
    }
}

.width-100 {
    width: 100%;
}

.zero-padding {
    padding: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

.mission-head {
    font-size: 47px;
    font-weight: 800;
    color: #012f2f;
    font-family: 'GowunDodum', sans-serif;
    letter-spacing: -2px;
}

.row-top-margin {
    margin-top: 30px;
}

.row-bottom-margin {
    margin-bottom: 30px;
}

.zero-margin {
    margin: 0px;
}


/* ====================================== end mission ====================== */


/* =============== corporate -value start */

.img-pos {
    margin-left: 52px;
    display: block;
    width: 89%;
}

.img-pos2 {
    margin-top: -119px;
    margin-left: -60px;
    border: 12px solid white;
}

.bold-text {
    font-weight: 600;
    color: #012f2f;
}

.corporate p {
    /* font-size: 19px; */
}

.corporate ul {
    font-size: 20px;
    font-weight: 600;
    color: #012f2f;
}

.corporate ul {
    list-style: none;
    padding: 0px;
}

.corporate ul li {
    line-height: 28px;
}

.corporate ul li:before {
    content: "•";
    font-size: 33px;
    padding-right: 12px;
    line-height: 30px;
}


/* =======================corporate -value end */


/* contact-us  start */

.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

.contact-icons {
    font-size: 62px !important;
    color: #21b899;
    margin-right: 41px;
    margin-top: -11px;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
}

.map-pos {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

@media screen and (max-width:1000px) {
    .msg-icon {
        font-size: 40px !important;
    }
}

.initiative ul li::before {
    content: "•";
    font-size: 32px;
    padding-right: 12px;
    line-height: 30px;
}

.initiative ul {
    list-style: none;
    padding: 0px;
    list-style-position: outside;
}


/* contact-us end */


/* approach start  */

.img-100 {
    width: 100% !important;
    margin-bottom: 10px;
}

@media screen and (max-width:576px) {
    .img-100 {
        width: 90% !important;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.last-para {
    margin-top: 34px;
    margin-bottom: 34px;
}


/* aporach end */


/* client  start */

.client-logo {
    border: 1px solid black;
}

.sub-text {
    font-size: 19px;
    font-weight: 800;
}

.usefull-links a {
    color: #44b7a8 !important;
    text-decoration: none;
}


/* client end */


/* range of service */

.text-justify {
    text-align: justify;
}


/* range of service end  */




/* new updates */

 .home-menu-seperator{
    
border-top: 1px solid #21b899;
width: 80%;
margin-left: auto;
margin-right: auto;
 }

 .home-language{
    margin-right: 30px;
background-color: #42b5a6;
padding-left: 8px;
padding-right: 9px;
margin-top: 10px;
border-radius: 5px;
border: none;
 }
.video-js .vjs-tech {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
}

.my-video-dimensions {
    width: 100% !important;
    height: 100% !important;
}

.vjs-control-bar {
    display: none !important;
}

.video-js {
    z-index: -1;
}
.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-break: initial;
	width: 100% !important;
	height: 100% !important;
}