@charset "UTF-8";

/* CSS Document */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}


/* ########################## Home Page  CSS  Start ############################ */


/* Header Area CSS */

.header-area {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 80px;
}

.header-area .top-header {
    width: 100%;
    height: 95px;
}

.header-area .top-header .login-content a {
    display: inline-block;
    font-weight: 600;
}

.header-area .top-header .login-content a:hover {
    color: #69bc5f;
}

.header-area .charter-main-menu {
    position: absolute;
    width: 100%;
    height: 85px;
    background-color: transparent;
    top: 15px;
    z-index: 100;
    left: 0;
    right: 0;
}

.header-area .charter-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .charter-main-menu .classy-navbar {
    background-color: #fff;
    height: 85px;
    padding: 10px 65px 10px 65px;
}

.openBtn {
    background: #fff;
    border: .2px solid #CCC;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 5px;
}

@media screen and (max-width: 1024px) {
    .header-area .charter-main-menu .classy-navbar {
        padding: 10px 45px 10px 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .header-area .charter-main-menu .classy-navbar {
        padding: 0;
        padding-left: 3em;
        padding-right: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .charter-main-menu .classy-navbar {
        padding: 0;
        padding-left: 3em;
        padding-right: 2em;
    }
}

.header-area .charter-main-menu .classy-navbar .classynav ul li a {
    font-weight: 500;
}

.header-area .charter-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .charter-main-menu .classy-navbar .classynav ul li a:focus {
    color: #000;
    font-weight: 500;
}

.header-area .charter-main-menu .classynav {
    padding-left: 8em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .charter-main-menu .classynav {
        padding-left: 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .header-area .charter-main-menu .classynav {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .charter-main-menu .classynav {
        padding-left: 0;
    }
}

.header-area .charter-main-menu .calling-info {
    position: relative;
    padding-left: 80px;
    overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .charter-main-menu .calling-info {
        padding-left: 50px;
    }
}

.header-area .charter-main-menu .calling-info .call-center .top-header {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    padding: 0 60px;
    line-height: 85px;
    height: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .charter-main-menu .calling-info .call-center .top-header {
        padding: 0 15px 0 30px;
    }
}

.header-area .charter-main-menu .calling-info .call-center .top-header a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

.header-area .charter-main-menu .calling-info .call-center .top-header a i {
    width: 45px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .charter-main-menu .calling-info .call-center .top-header a i {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .charter-main-menu .calling-info .call-center .top-header a span {
        display: none;
    }
}

.header-area .charter-main-menu .calling-info .call-center .top-header :before {
    position: absolute;
    width: 50px;
    height: 120%;
    top: 3px;
    left: -28px;
    z-index: 1;
    background-color: #61ba6d;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .charter-main-menu .calling-info .call-center .top-header:before {
        width: 42px;
    }
}

.header-area .is-sticky .charter-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f5f7fa;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2);
}

.header-area .is-sticky .charter-main-menu::after {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    content: '';
}

@media screen and (max-width: 425px) {
    .header-area .charter-main-menu .classy-navbar {
        padding: 0;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media screen and (max-width: 992px) {
    .openBtn {
        background: #fff;
        border: .2px solid #CCC;
        padding: 5px 10px;
        font-size: 20px;
        cursor: pointer;
        margin-left: 10px;
        margin-top: 5px;
        top: 10px !important;
        position: absolute !important;
    }
    .classy-nav-container a {
        color: #ffffff;
    }
}

@media screen and (max-width: 1024px) {
    .classynav ul li a {
        padding: 0 10px;
        display: block;
        height: 35px;
        font-size: 15px;
        line-height: 34px
    }
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}


/* Header Area CSS End*/


/* Banner Area CSS */

.hero-slides {
    position: relative;
    z-index: 1;
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 746px;
    padding-top: 10%;
    position: relative;
    z-index: 1;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .hero-slides .single-hero-slide {
        height: 400px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height: 350px;
        padding-top: 30%;
    }
}

.hero-slides .single-hero-slide h4 {
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
    }
}

.hero-slides .single-hero-slide h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900 !important;
    font-family: 'Work Sans', sans-serif;
}

.hero-slides .single-hero-slide span {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 200 !important;
    font-family: 'Poppins', sans-serif;
}

.hero-slides h2 {
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-left: 15px;
    text-align: center;
    background: #4dabff9e;
    padding: 19px 35px;
    display: inline-block;
    border: 2px;
}

.hero-slides .single-hero-slide h1 {
    background: #4dabff9e;
    padding: 19px 35px;
    display: inline-block;
    border: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide h1 {
        font-size: 48px;
    }
    .hero-slides .single-hero-slide span {
        font-size: 44px;
    }
    .hero-slides .single-hero-slide h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 993px) {
    .hero-slides .single-hero-slide h1 {
        font-size: 36px;
    }
    .hero-slides .single-hero-slide span {
        font-size: 34px;
    }
    .hero-slides .single-hero-slide h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h1 {
        font-size: 30px;
        margin-bottom: 0px;
        margin-left: 0px;
        text-align: center;
    }
    .hero-slides .single-hero-slide span {
        font-size: 28px;
    }
    .hero-slides .single-hero-slide h2 {
        font-size: 30px;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
        text-align: center;
    }
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    /*	background: #61ba6d;
	background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
	background: linear-gradient(to right, #61ba6d, #83c331);*/
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-prev,
    .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-prev:focus,
.hero-slides .owl-next:hover,
.hero-slides .owl-next:focus {
    background-color: transparent !important;
    color: #ffffff;
}

.hero-slides .owl-next {
    left: auto;
    right: 5%;
}

.hero-slides:hover .owl-prev,
.hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
    font-size: 75px;
}

.charter-btn {
    display: inline-block;
    min-width: 140px;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    margin-top: 15px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparenttrans;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .charter-btn {
        display: inline-block;
        min-width: 110px;
        color: #fff !important;
        padding: 7px 7px;
        font-size: 14px;
        margin-top: 15px;
    }
}


/* Banner Area CSS End*/


/* ##### Hover CSS Start ##### */

.second_hover_sec {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
    top: -50px;
    padding: 0px;
    margin-bottom: 5px;
    background-image: -webkit-linear-gradient(to right, #084875 0%, #2a436a 30%, #713550 45%, #e72025 89%);
    background-image: linear-gradient(to right, #084875 0%, #2a436a 30%, #713550 45%, #e72025 89%);
}

.second_hover_sec h3 {
    color: #ffffff;
    text-align: center;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    padding-top: 15px;
}

.second_dvs1 {
    border-right: solid .2px #491f2e;
    text-align: center;
    padding: 15px 5px;
}

.second_dvs2 {
    border-right: solid .2px #491f2e;
    text-align: center;
    padding: 15px 5px;
}

.second_dvs3 {
    border-right: solid .2px #491f2e;
    text-align: center;
    padding: 15px 5px;
}

.second_dvs4 {
    border-right: none;
    padding: 15px 5px;
    text-align: center;
}

@media screen and (max-width: 993px) {
    .second_dvs1 {
        border-right: solid .2px #491f2e;
        text-align: center;
        padding: 25px 5px;
    }
    .second_dvs2 {
        border-right: none;
        text-align: center;
        padding: 25px 5px;
    }
    .second_dvs3 {
        border-right: solid .2px #491f2e;
        text-align: center;
        padding: 25px 5px;
    }
    .second_dvs4 {
        border-right: none;
        padding: 25px 5px;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .second_dvs1 {
        border-right: none;
        border-bottom: solid .2px #491f2e;
        text-align: center;
        padding: 25px 0px;
    }
    .second_dvs2 {
        border-right: none;
        border-bottom: solid .2px #491f2e;
        text-align: center;
        padding: 25px 0px;
    }
    .second_dvs3 {
        border-right: none;
        border-bottom: solid .2px #491f2e;
        text-align: center;
        padding: 25px 0px;
    }
    .second_dvs4 {
        border-right: none;
        padding: 25px 0px;
        text-align: center;
    }
}


/* ##### Hover CSS Start ##### */


/* ##### Service CSS Start ##### */

.hm_service {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background-image: url(../images/service_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.hm_service h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 5px !important;
}

.hm_service h5 {
    font-size: 16px;
    text-align: left;
    padding-top: 35px;
    color: #d81f2a;
    margin-bottom: -5px;
}

@media screen and (max-width: 768px) {
    .hm_service h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 10px;
        color: #d81f2a;
        margin-bottom: -5px;
    }
}


/* ##### Service CSS end ##### */


/* ##### Our Network CSS start### */

.ournet {
    background-color: #FFFFFF;
}

.ournet_map {
    background-image: url(../images/out-network.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 500px;
    margin-top: 40px;
}

.ournet h2 {
    font-size: 36px;
    font-weight: 200;
    padding-left: 15px;
    text-align: left !important;
    padding-top: 100px;
    color: #e7e7e7 !important;
    margin-bottom: 0px;
}

.ournet h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 15px;
    text-align: left !important;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 5px !important;
}

.ournet h5 {
    font-size: 16px;
    text-align: left !important;
    padding-left: 15px;
    padding-top: 15px;
    color: #d81f2a;
    margin-bottom: -5px;
}

.ournet-btn {
    display: inline-block;
    position: absolute;
    left: 25px;
    min-width: 140px;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #003a71;
    font-weight: 400;
}

.ournet p {
    padding-left: 15px;
    text-align: left !important;
}

@media screen and (max-width: 992px) {
    .ournet_map {
        margin-top: 5px;
    }
    .ournet-btn {
        display: inline-block;
        position: relative;
        min-width: 110px;
        color: #fff !important;
        padding: 7px 7px;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center !important;
    }
    .ournet h2 {
        font-size: 32px;
        font-weight: 200;
        padding-left: 15px;
        padding-top: 20px;
        color: #003a71 !important;
        margin-bottom: 0px;
        text-align: center !important;
    }
    .ournet h3 {
        font-size: 28px;
        text-align: center !important;
        padding-left: 0px;
    }
    .ournet h5 {
        text-align: center !important;
    }
    .ournet p {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .ournet-btn {
        display: inline-block;
        min-width: 110px;
        color: #fff !important;
        padding: 7px 7px;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
        left: 0px;
    }
    .ournet h2 {
        font-size: 26px;
        font-weight: 200;
        text-align: left;
        padding-left: 0px;
        padding-top: 20px;
        color: #003a71 !important;
        margin-bottom: 0px;
    }
    .ournet_map {
        min-height: 440px;
    }
}

@media screen and (max-width: 425px) {
    .ournet_map {
        min-height: 250px;
    }
}

@media screen and (max-width: 375px) {
    .ournet_map {
        min-height: 220px;
    }
}

@media screen and (max-width: 320px) {
    .ournet_map {
        min-height: 180px;
    }
}


/* ##### Our Networks  CSS end ##### */


/* ##### Misson and vission CSS start### */

.mi_vi {
    background-image: url(../images/mi_vi_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: unset;
    margin-top: 40px;
    padding-top: 19px;
    padding-bottom: 55px;
}

.MV {
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-top: 85px;
    background: #f3f0f0;
    border-radius: 6px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.MV h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 25px;
    text-align: left !important;
    padding-bottom: 0px;
    color: #000000;
    margin-top: 50px !important;
}

.MV img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.MV_img-box {
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.MV p {
    padding: 10px 15px 10px 20px;
    text-align: left !important;
}

.MV-btn {
    display: inline-block;
    min-width: 140px;
    margin-left: 20px;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #4dabff;
    font-weight: 400;
}

.MV_search {
    background-image: url(../images/carrer.jpg);
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 608px; */
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    margin-top: 85px;
    height: 100%;
    min-height: 477px;
    border-radius: 7px;
}

.MV_search h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3px;
    padding-left: 15px;
    text-align: left !important;
    padding-bottom: 10px;
    color: #FFFFFF;
    margin-top: 5px !important;
}

.MV_search h5 {
    font-size: 16px;
    text-align: left !important;
    padding-left: 15px;
    padding-top: 100px;
    color: #003a71;
    margin-bottom: -5px;
    margin-top: 0px;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image: linear-gradient(45deg, #000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #4dacff;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

select {
    min-width: 175px;
    background-color: white;
    border: thin solid #fff;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 7px 10px;
    margin: 0;
    margin-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.go-btn {
    display: inline-block;
    min-width: 50px;
    margin-left: 10px;
    color: #ffffff !important;
    padding: 7px 15px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #d81f2a;
    border-radius: 5px;
    background-color: #d81f2a;
    font-weight: 400;
}

@media screen and (max-width: 998px) {
    .go-btn {
        min-width: 50px;
        margin-left: 10px;
        padding: 5px 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .MV {
        margin-top: 50px;
        padding: 49px 15px;
    }
    .MV_search {
        min-height: 410px;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
        background-size: cover;
        background-position: center;
        padding: 0px 25px;
    }
    .MV h2 {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 2px;
        padding-left: 10px;
        margin-top: 30px !important;
    }
    .MV-btn {
        display: inline-block;
        min-width: 100px;
        margin-left: 10px;
        padding: 6px 11px;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 25px
    }
    .MV h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 10px;
        color: #d81f2a;
        margin-bottom: -5px;
    }
    .MV p {
        padding: 0px 10px 10px 10px;
        text-align: left;
    }
    .go-btn {
        min-width: 50px;
        margin-left: 10px;
        padding: 5px 10px;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 520px) {
    .MV_search {
        min-height: 410px;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0px;
        margin-bottom: 30px;
    }
    .go-btn {
        min-width: 50px;
        margin-left: 10px;
        padding: 7px 10px;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    select {
        min-width: 275px;
    }
}

@media screen and (max-width: 375px) {
    select {
        min-width: 240px;
    }
    .go-btn {
        min-width: 50px;
        margin-left: 15px;
        padding: 7px 10px;
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 0px;
    }
}


/* ##### Misson and vission  CSS end ##### */


/* ##### ABOUT US  CSS Start ##### */

.abt_hm {
    padding-top: 60px;
    padding-bottom: 60px;
}

.abt_hm img {
    border-radius: 8px;
}

.abt_hm h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 5px !important;
}

.abt_hm h5 {
    font-size: 16px;
    text-align: left;
    padding-top: 35px;
    color: #d81f2a;
    margin-bottom: -5px;
}

.abt_hm p {
    padding: 0px 0px 10px 0px;
    text-align: left !important;
    line-height: 24px;
}

.abt-btn {
    display: inline-block;
    min-width: 140px;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #003a71;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .abt_hm h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 0px;
        color: #d81f2a;
        margin-bottom: -5px;
        margin-top: 0px;
    }
    .abt_hm h3 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: left;
        padding-bottom: 0px;
        color: #000000;
        margin-top: 4px !important;
    }
    .abt-btn {
        min-width: 110px;
        padding: 7px 15px;
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .abt_hm h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .abt_hm h3 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .abt-btn {
        min-width: 110px;
        padding: 7px 15px;
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .abt_hm p {
        padding: 0px 15px 10px 15px;
    }
}

@media screen and (max-width: 375px) {
    .abt_hm h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 15px;
        color: #d81f2a;
        margin-bottom: -5px;
    }
}


/* ##### ABOUT US  CSS end ##### */


/* ##### FOOTER  CSS Start ##### */

.footer_bg {
    width: 100%;
    height: auto;
    padding: 40px 0px 25px 0px;
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.footer_bg h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 10px;
    color: #fff;
    margin-top: 15px !important;
}

.footer_bg h5 {
    font-size: 15px;
    font-weight: 200;
    line-height: 26px;
    text-align: left;
    padding-top: 0px;
    color: #4dabff;
    margin-bottom: 0px;
    margin-top: 0px;
}

.fhr {
    border: solid .5px #001421;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer_social i {
    color: #d81f2a;
    font-size: 22px;
    border: solid 2px;
    margin-right: 30px;
    padding-top: 8px;
    padding: 6px;
    border-radius: 6px;
    min-width: 35px;
    text-align: center;
}

.footer_sec1 {
    border-right: solid .5px #001421;
    text-align: left;
    padding: 20px 25px;
    min-height: 85px;
}

.footer_sec2 {
    border-right: solid .5px #001421;
    text-align: left;
    padding: 15px 5px 30px 80px;
    min-height: 85px;
}

.footer_sec3 {
    border-right: solid .5px #001421;
    text-align: left;
    padding: 15px 10px 15px 25px;
    min-height: 85px;
}

.bigfont {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}

.sml_font {
    font-size: 14px;
    color: #FFFFFF;
}

.footer_icon i {
    color: #4dabff;
    font-size: 50px;
    margin-right: 5px;
    margin-top: 0px;
}

.footer_2sec_1 {
    border-right: solid .5px #001421;
    text-align: left;
    padding: 20px 25px;
    min-height: 125px;
}

.footer_2sec_2 {
    border-right: solid .5px #001421;
    text-align: left;
    padding: 15px 5px 30px 100px;
    min-height: 125px;
}

.footer_2sec_3 {
    border-right: none;
    text-align: left;
    padding: 15px 10px 15px 80px;
}

.foot {
    font-size: 12px;
    font-weight: 200;
    text-align: left;
    color: #1963a9;
    margin-top: 0px;
    padding-left: 10px;
}

.foot2 {
    font-size: 12px;
    font-weight: 200;
    text-align: right;
    color: #1963a9;
    margin-top: 0px;
    padding-left: 10px;
    display:none;
}

@media screen and (max-width: 1024px) {
    .footer_social i {
        font-size: 20px;
        margin-right: 15px;
    }
    .footer_sec1 {
        text-align: center;
        padding: 20px 25px 20px 25px;
        margin-right: -30px;
    }
    .footer_sec2 {
        text-align: center;
        padding: 15px 5px 15px 50px;
        min-height: 85px;
        margin-right: -15px;
    }
    .footer_icon i {
        color: #4dabff;
        font-size: 40px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .bigfont {
        font-size: 18px;
        font-weight: 400;
    }
    .footer_2sec_1 {
        text-align: center;
        padding: 20px 25px 20px 25px;
        margin-right: 0px;
    }
    .footer_2sec_2 {
        text-align: center;
        padding: 15px 5px 15px 50px;
        min-height: 85px;
        margin-right: -15px;
    }
    .footer_2sec_3 {
        border-right: none;
        text-align: left;
        padding: 15px 10px 15px 50px;
    }
}

@media screen and (max-width: 768px) {
    .footer_social i {
        font-size: 18px;
        margin-right: 10px;
    }
    .footer_icon i {
        font-size: 33px;
        margin-top: 5px;
    }
    .footer_sec1 {
        text-align: center;
        padding: 20px 10px 20px 10px;
        margin-right: -40px;
        min-height: 60px;
    }
    .footer_sec2 {
        text-align: center;
        padding: 15px 10px 15px 20px;
        min-height: 60px;
        margin-right: -15px;
        margin-left: 15px;
    }
    .footer_sec3 {
        border-right: none;
        text-align: left;
        padding: 15px 10px 15px 40px;
        min-height: 60px;
        margin-left: -15px;
    }
    .bigfont {
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
    }
    .sml_font {
        font-size: 14px;
        color: #FFFFFF;
        padding-left: 10px;
    }
    .footer_2sec_1 {
        text-align: center;
        padding: 20px 10px 20px 20px;
        margin-right: 0px;
        min-height: 300px;
    }
    .footer_2sec_2 {
        text-align: center;
        padding: 15px 10px 15px 51px;
        min-height: 300px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .footer_2sec_3 {
        border-right: none;
        text-align: left;
        padding: 15px 10px 15px 40px;
        min-height: 60px;
        margin-left: -15px;
    }
    .footer_bg h2 {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer_sec1 {
        border: none;
        text-align: left;
        padding: 20px 10px 20px 40px;
        min-height: 60px;
    }
    .footer_sec2 {
        border: none;
        text-align: center;
        padding: 15px 16px 15px 30px;
        min-height: 60px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .footer_icon i {
        font-size: 33px;
        margin-top: 5px;
        float: left;
    }
    .footer_2sec_1 {
        border: none;
        text-align: left;
        padding: 20px 10px 20px 40px;
        min-height: 60px;
    }
    .footer_2sec_2 {
        border: none;
        text-align: center;
        padding: 15px 16px 15px 30px;
        min-height: 60px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .foot {
        font-size: 12px;
        font-weight: 200;
        text-align: left;
        color: #1963a9;
        margin-top: 0px;
        padding-left: 10px;
    }
    .foot2 {
        font-size: 12px;
        font-weight: 200;
        float: left;
        color: #1963a9;
        margin-top: 10px;
        padding-left: 10px;
    }
}


/* ##### FOOTER  CSS end ##### */


/* ########################## Home Page  CSS end ############################ */


/* ######################## About Page  CSS Start ########################## */


/* ##### About Banner  CSS ##### */

.about_banner {
    width: 100%;
    height: 220px;
    background-image: url(../images/about_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 80px;
    text-align: center;
}

.about_banner h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900 !important;
    font-family: 'Work Sans', sans-serif;
}

@media screen and (max-width: 767px) {
    .about_banner h1 {
        font-size: 42px;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 900 !important;
        font-family: 'Work Sans', sans-serif;
    }
}


/* ##### About Banner  CSS  End ##### */


/* ##### About Content  CSS ##### */

.about_content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFFFFF;
}

.about_content img {
    border-radius: 8px;
}

.about_content h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    padding: 30px 15px 20px 15px;
    color: #000000;
    margin-top: 5px !important;
}

.about_content h5 {
    font-size: 16px;
    text-align: left;
    padding-top: 35px;
    color: #d81f2a;
    margin-bottom: -5px;
}

.about_content p {
    padding: 0px 15px 10px 15px;
    text-align: justify!important;
    line-height: 24px;
}

.about_content li {
    padding-left: 15px!important;
    font-size: 21px!important;
}

.nw.about_content p {
    padding: 0px 15px 10px 15px;
    text-align: justify!important;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}

.about_mv {
    padding-top: 0px;
    padding-bottom: 60px;
}

.nw label {
    font-size: 14px!important;
    font-weight: 500!important;
}

.about_mv h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 15px;
    text-align: left !important;
    padding-bottom: 5px;
    color: #000000;
    margin-top: 50px !important;
}

.about_mv p {
    padding: 0px 30px 10px 15px;
    text-align: justify!important;
    line-height: 24px;
}

.about_mv img {
    border-radius: 8px;
}

.about_mv1 {
    margin-right: -15px;
    margin-left: 15px;
}

.about_mv2 {
    margin-right: 15px;
    margin-left: -15px;
}

@media screen and (max-width: 1024px) {
    .about_mv1 {
        margin-right: -15px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 991px) {
    .about_mv1 {
        margin-right: 0px;
        margin-left: 12%;
    }
    .about_mv2 {
        margin-right: 0px;
        margin-left: 12%;
    }
    .about_mv h2 {
        text-align: center!important;
    }
    .about_mv p {
        padding: 0px 15px 10px 15px;
    }
    .about_mv h2 {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 30px !important;
    }
}

@media screen and (max-width:540px) {
    .about_mv1 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .about_mv2 {
        margin-right: 0px;
        margin-left: 0px;
    }
}


/* ##### About Content  CSS End##### */


/* ########################## About Page  CSS End ############################ */


/* ######################## SERVICES Page  CSS Start ########################## */


/* ##### Services Banner  CSS ##### */

.services_banner {
    width: 100%;
    height: 220px;
    background-image: url(../images/service_main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 80px;
    text-align: center;
}

.services_banner h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900 !important;
    font-family: 'Work Sans', sans-serif;
}

@media screen and (max-width: 767px) {
    .services_banner h1 {
        font-size: 42px;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 900 !important;
        font-family: 'Work Sans', sans-serif;
    }
}


/* ##### Services Banner  CSS  End ##### */


/* ############ Services Content  CSS ########## */

.services_content {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
}

.services_content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    padding: 0px 20% 0px 20%;
    color: #000000;
    margin-top: 5px !important;
}

.ser_cont {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f4f0f1;
    width: 100%;
}

.ser_cont p {
    padding: 0px 40px 0px 40px;
    text-align: left;
    line-height: 24px;
    font-size: 15px;
}

.ser_cont h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-left: 40px;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 0px;
    color: #000000;
    margin-top: 20px !important;
    text-transform: uppercase;
}

.ser_cont1 img {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    height: 100%;
    float: left;
}

.ser_cont1 {
    background-color: #ffffff;
    border-right: 10px solid #d41f2e;
    border-radius: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 90%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    padding: 35px 0;
}

.ser_cont2 img {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    height: 100%;
    float: right;
}

.ser_cont2 {
    background-color: #ffffff;
    border-left: 10px solid #023a6d;
    border-radius: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 90%;
    margin-bottom: 40px;
}

.ser_pd {
    padding: 0px !important;
}

.serimg1 {
    display: none;
}

.serimg2 {
    display: inherit;
}

@media screen and (max-width: 1024px) {
    .ser_cont {
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #f4f0f1;
        padding-left: 25px;
        padding-right: 25px;
    }
    .services_content h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        padding: 0px 15% 20px 15%;
        color: #000000;
        margin-top: 5px !important;
    }
    .ser_cont1 {
        width: 95%
    }
    .ser_cont2 {
        width: 95%
    }
    .ser_cont1 img {
        border-bottom-left-radius: 8px !important;
        border-top-left-radius: 8px !important;
        height: 100%;
        float: none;
    }
    .ser_cont2 img {
        border-bottom-left-radius: 8px !important;
        border-top-left-radius: 8px !important;
        height: 100%;
        float: none;
    }
}

@media screen and (max-width: 991px) {
    .services_content {
        padding-top: 30px;
        padding-bottom: 25px;
        background-color: #FFFFFF;
    }
    .ser_cont {
        display: inline-block;
        padding-top: 60px;
        padding-bottom: 60px;
        background-color: #f4f0f1;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ser_cont h2 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        padding-left: 0px;
        text-align: center;
        padding-bottom: 5px;
        padding-top: 18px;
        color: #000000;
        margin-top: 20px !important;
        text-transform: uppercase;
    }
    .ser_cont p {
        padding: 0px 40px 40px 40px;
        text-align: justify;
        line-height: 24px;
        font-size: 15px;
    }
    .ser_cont1 img {
        border-bottom-left-radius: 8px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 8px !important;
        height: 100%;
    }
    .ser_cont1 {
        background-color: #ffffff;
        border-right: none;
        border-bottom: 10px solid #d41f2e;
        border-radius: 10px;
        width: 90%;
    }
    .ser_cont2 img {
        border-bottom-left-radius: 8px !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 8px !important;
        height: 100%;
    }
    .ser_cont2 {
        background-color: #ffffff;
        border-left: none;
        border-bottom: 10px solid #023a6d;
        border-radius: 10px;
        width: 90%;
    }
    .serimg1 {
        display: inherit;
    }
    .serimg2 {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .services_content h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        text-align: center;
        padding: 0px 5% 10px 5%;
        color: #000000;
        margin-top: 5px !important;
    }
    .ser_cont1 {
        width: 90%;
    }
    .ser_cont2 {
        width: 90%;
    }
    .ser_cont p {
        padding: 0px 10px 10px 10px;
        text-align: justify;
        line-height: 24px;
        font-size: 15px;
    }
}


/* ##### Services Content  CSS End##### */


/* ######################## SERVICES Page  CSS End ########################## */


/* ######################## Contacts Page  CSS Start ########################## */


/* ##### Contacts Banner  CSS ##### */

.contact_banner {
    width: 100%;
    height: 220px;
    background-image: url(../images/contact_banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 80px;
    text-align: center;
}

.contact_banner h1 {
    font-size: 56px;
    color: #ffffff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900 !important;
    font-family: 'Work Sans', sans-serif;
}

@media screen and (max-width: 767px) {
    .contact_banner h1 {
        font-size: 42px;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 900 !important;
        font-family: 'Work Sans', sans-serif;
    }
}


/* ##### Contacts Banner  CSS  End ##### */


/* ############## Contacts Content  CSS Start ########### */

.contacts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts img {
    border-radius: 8px;
    width: 100%;
}

.contacts h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 40px !important;
}

.contacts p {
    padding: 0px 0px 10px 0px;
    text-align: left !important;
    line-height: 24px;
    margin-left: -25px;
}

.contacts-btn {
    display: inline-block;
    min-width: 140px;
    color: #fff !important;
    padding: 7px 15px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: .5px solid #FFFFFF;
    border-radius: 5px;
    background-color: #003a71;
    font-weight: 400;
}

.contacts_icon i {
    color: #4dabff;
    font-size: 36px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #013a71;
    padding: 5px 17px;
    border-radius: 6px;
    margin-left: -15px;
    margin-bottom: 25px;
}

.contacts_icon_ph i {
    color: #4dabff;
    font-size: 32px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #013a71;
    padding: 8px 15px;
    border-radius: 6px;
    margin-left: -15px;
    margin-bottom: 25px;
}

.contacts_icon_env i {
    color: #4dabff;
    font-size: 26px;
    margin-right: 5px;
    margin-top: 0px;
    background-color: #013a71;
    padding: 10px 15px;
    border-radius: 6px;
    margin-left: -15px;
    margin-bottom: 25px;
}

.lm_15 {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.rm_15 {
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.contact_form {
    width: 100%;
    height: 455px;
    padding: 20px 20% 15% 20%;
    background-image: url(../images/contact_form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_form h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    margin-top: 35px !important;
    margin-bottom: 20px;
}

.cont_frm {
    border: none !important;
    background: #ffffff!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

.frm-btn {
    display: inline-block;
    position: relative;
    min-width: 140px;
    color: #fff !important;
    padding: 9px 20px;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 50px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    border: none;
    border-radius: 5px;
    background-color: #d91f2a;
    font-weight: 400;
    float: right;
}

@media screen and (max-width: 1199px) {
    .contacts p {
        margin-left: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .contacts_icon i {
        color: #4dabff;
        font-size: 36px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .contacts p {
        text-align: left !important;
        line-height: 24px;
        margin-left: 15px;
    }
    .contact_form {
        width: 100%;
        padding: 20px 10% 20% 10%;
    }
}

@media screen and (max-width: 768px) {
    .contacts h3 {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: left;
        padding-bottom: 10px;
        color: #000000;
        margin-top: 25px !important;
    }
    .contacts p {
        line-height: 20px;
    }
    .contacts_icon i {
        font-size: 33px;
        margin-top: 5px;
    }
    .contacts_icon_ph i {
        font-size: 26px;
        margin-top: 5px;
        padding: 8px 15px;
    }
    .contacts_icon_env i {
        font-size: 22px;
        margin-top: 5px;
        padding: 10px 15px;
    }
    .contact_form h5 {
        font-size: 16px;
        text-align: left;
        padding-top: 10px;
        color: #d81f2a;
        margin-bottom: -5px;
    }
    .contact_form {
        width: 100%;
        padding: 20px 10% 20% 10%;
    }
}

@media screen and (max-width: 767px) {
    .contacts_icon i {
        font-size: 33px;
        margin-top: 5px;
        float: left;
        margin-left: 10px;
    }
    .contacts_icon_ph i {
        font-size: 28px;
        margin-top: 5px;
        padding: 8px 15px;
    }
    .contacts_icon_env i {
        font-size: 22px;
        margin-top: 5px;
        padding: 12px 15px;
    }
    .contacts p {
        padding: 0px 0px 10px 50px;
        text-align: left !important;
        line-height: 24px;
        margin-left: 25px;
    }
    .contacts h3 {
        padding-left: 25px;
    }
    .ser_cont1 {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 556px) {
    .contacts h3 {
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .contacts-btn {
        min-width: 110px;
        padding: 7px 15px;
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left: 15px;
    }
    .contacts p {
        padding: 0px 15px 10px 50px;
    }
}

@media screen and (max-width: 375px) {}

.nw-list li {
    list-style: cambodian!important;
    padding-left: 15px;
    !important;
    font-size: 21px!important;
}


/* ############### Contacts Content  CSS end ############## */

a.sl {
    position: relative;
    top: 20px;
    display: block;
}

.chartering-padding {
    padding-left: 64px;
}

p.os {
    text-align: justify!important;
}

ul.chartering-padding li:after {
    position: absolute;
    left: -21px;
    top: 50%;
    height: 17px;
    width: 17px;
    background: url(../images/logobull.png);
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
}

ul.chartering-padding li {
    line-height: 1.8;
    position: relative;
}

.slogan {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -23%);
    /* height: 50%; */
    color: #4dabff;
    z-index: 2;
    top: 28%;
    font-size: 20px;
    /* transform: translateY(-50%); */
    padding: 15px;
    background: #0000009e;
}

form button {
    margin-top: 19px;
    border-radius: 0!important;
    background: #00243c!important;
}

.about_content.form-career {
    padding-top: 60px;
    padding-bottom: 0px!important;
    background-color: #FFFFFF;
}

.hero-slides-content {
    flex-direction: column;
    display: inline-flex;
}

.hero-slides-content a.btn.charter-btn {
    width: 189px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hm_service .carousel .item {
    color: #747d89;
    min-height: unset;
    text-align: center;
    overflow: hidden;
}

.c-b {
    background: url(../images/career_banner.jpg)!important;
    background-size: cover;
}


/* thankyou  page start */

section.thanks {
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 61px;
    background: #c6dff0;
}

.thanks-tile {
    text-align: center;
}

.thanks-tile img {
    width: 43%;
    display: inline-block;
    text-align: center;
}

.thanks-tile div {
    font-weight: 900;
    margin-bottom: 9px;
    font-size: 68px;
}


/* thankyou  page End */

.charter-logo {
    width: 260px;
}

img.mc-logo {
    display: inline-block;
}

.mc-wrap {
    display: block;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hm_service .carousel-control {
    display: none!important;
}

.inw li {
    font-size: 15px!important;
}

.inw h3 {
    font-size: 18px!important;
}