* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-family: "Roboto", sans-serif;
}
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: fontbold;
    src: url("../fonts/Montserratarm-Bold.otf");
}
@font-face {
    font-family: popins;
    src: url("../fonts/Commissioner-Bold.ttf");
}
@font-face {
    font-family: fontmedium;
    src: url("../fonts/Montserratarm-SemiBold.otf");
}
@font-face {
    font-family: regular;
    src: url("../fonts/Commissioner-Bold.ttf");
}
.container {
    max-width: 1600px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin: auto;
}
.cont {
    max-width: 2000px;
    width: 100%;
    margin: auto;
}
/* header */
.main_head {
    padding-right: 30px;
    padding-left: 30px;
}
.dropdown a {
    text-decoration: none;
    transition: 0.5s;
}
.dropdown img {
    width: 25px;
    cursor: pointer;
}

.dropdown-item {
    padding: 5px 10px;
}
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
.header {
    width: 100%;

    padding: 5px 10px;
    background: #9fbfe5;
}
.logo img {
    width: 54px;
    position: relative;
    z-index: 10;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.sideul li a.active {
   color: #0e374d;
}
.sideul li a:hover {
   color: #0e374d;
}

.sidenav > ul > li {
    padding: 0 15px;
    transition: 0.5s;
}
.sidenav > ul > li > a {
    font-family: popins;
    font-weight: 800;
    font-size: 23px;
    color: rgb(19,81,115);
    position: relative;
    text-align: center;
    text-decoration: none;
}
.mydrop a {
    font-family: popins;
    font-size: 15px;

}
.page-item.active .page-link {

    background-color: #66a7c5!important;
    border-color: #66a7c5 !important;
}
.menuBar {
    display: none;
    margin-left: 0!important
}
.menuBar span {
    position: absolute;
    height: 4px;
    background: #fff;
    width: 100%;
    top: 0;
    border-radius: 8px;

    transition: 0.3s;
}
.menuBar img {
    width: 30px;
}
.sidenav .sideul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

/* banner */
.serviveBanner {
    position: relative;
}
.carousel-item img {
    width: 100%;
    height: 75vh;
}

.bannerSlide {
    position: relative;
}
.playpause {
    position: absolute;

    z-index: 100;
    right: 5%;
    top: 50px;
}
.playpause img {
    width: 50px;
    cursor: pointer;
}
.bannerSlide .carousel-caption.view {
    left: unset;
    right: 5%;
    /*max-width: 500px;*/
    /*width: 100%;*/
}
.bannerSlide .carousel-caption p::after {
    content: "";
    position: absolute;
    top: 35px;
    right: 10px;
    background-image: url(../image/pet.png);
    width: 50px;
    height: 41px;
    opacity: 0.4;
    background-size: cover;
}
.carousel-caption p {
    background: #9fbfe5;
    padding: 15px 60px 15px 15px;
    font-size: 30px;
    color: rgb(19,81,115);
}
.carousel-caption b {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.carousel-caption {
    right: 5%;
    left: 5%;
}
.carousel-caption {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.serviveBanner .carousel-caption {
    right: unset;
    left: 5%;
}
video {
    margin-top: 30px;
    width: 100%;
    vertical-align: middle;
}
/* footer */
.footer {
    position: relative;
    background: #6eafcc;
    padding: 30px 0 0;
        box-shadow: -1px 0px 5px rgb(0, 0, 0, 0.3);
}

.addsvg {
    position: relative;
}

.footerright a {
    text-align: right;
}
.colored {
    background: rgba(255, 255, 255, 0.4);
    padding: 3px;
    border-radius: 12px;
    margin-right: 5px;
}
.svg_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}
.footer_content {
    max-width: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
}
.middleblock {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lastfooter {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    align-items: flex-end;
}
.svg_block img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-left: 5px;
}
.svg_block a {
    color: rgba(19,81,115, 0.8);
    font-family: armfont;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.svg_block p {
    color: rgba(19,81,115, 0.8);
    font-family: armfont;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin-block-end: 0;
}
.svg_block:hover p {
    color: rgba(19,81,115,1);
}
.svg_block:hover a {
    color: rgba(19,81,115,1);
}
.foot_items .logo img {
    width: 120px;
}

.headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.headings h2,
.headings h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: fontmedium;
}
.headings h2::after,
.headings h1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 35%;
    height: 2px;
    width: 30%;
    background: #66a7c5;
}
.news .headings,
.job .headings {
    display: flex;
    justify-content: flex-start;
}
.news b{
    text-transform: capitalize;
}
.news .headings h1,
.news .headings h2 {
    margin-bottom: 0.5rem;
}
.job .headings h1,
.job .headings h2 {
    margin-top: 0.5rem;
}
.news .headings h2::after,
.news .headings h1::after,
.job .headings h1::after,
.job .headings h2::after {
    content: "";
    display: none;
}
.divider {
    position: relative;
    margin: 30px 0;
    width: 100%;
    height: 1px;
    background: #fff;
}
.news b,
.job b {
    margin-bottom: 1rem;
    display: block;
    font-family: regular;
    font-weight: 500;
}
.news a,
.job a {
    color: #5a5959;
    font-family: regular;
    font-weight: 500;
}

.copy_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: rgba(19,81,115,1)!important;
}
.copyright b {
    font-weight: 600;
    color: rgba(19,81,115,1);
}
.copyright a {
    color: rgba(19,81,115,1);;
    font-size: 13px;
    font-weight: 600;
}
.iframe {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.iframe iframe {
    max-width: 1600px;
    width: 100%;

    height: 500px;
}
.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.serviceImg img {
    max-width: 445px;
    width: 100%;
    height: 300px;
    transition: all 0.5s ease-in-out;
    object-fit: cover;
}
.servicebox {
    box-shadow: 1px 1px 3px #f1eeee;
}
.servicePage {
    margin-top: 50px;
    margin-bottom: 30px
}
.serviveBanner .carousel-caption b {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}
.carousel-caption b span:before {
    content: " \203A";
    margin-right: 8px;
    font-size: 18px;
}
.forborder {
    width: 100%;
    border: 1px solid #f1eeee;
}
.serviceImg {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.servicebox p {
    padding: 10px 5px;
    color: #000;
    font-family: fontmedium;
    font-size: 15px;
}
.serviceImg:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
.service .servicebox a {
    text-decoration: none;
}
.service .servicebox {
    flex: 0 1 23.5%;
    margin: 8px;
}

.forborder {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    /* box-shadow: 0.5px 0.5px 1px rgba(53, 52, 52, 0.1),
      -1px -1px 3px rgba(53, 52, 52, 0.5); */
    box-shadow: 20px 20px 15px rgba(53, 52, 52, 0.6),
    -20px -20px 15px rgba(53, 52, 52, 0.6);
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
}
.serviceImg:hover .forborder {
    box-shadow: 20px 20px 15px rgba(255, 255, 255, 0.8),
    -20px -20px 15px rgba(255, 255, 255, 0.8);
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 80px;
}
.about_img img {
    max-width: 600px;
    width: 100%;
    border-radius: 12px;
}
.news .about_img img {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
}
.job .about_img img {
    max-width: 350px;
    width: 100%;

    border-radius: 12px;
}
.job .about_text {
    padding: 15px 30px;
}
.about.job {
    justify-content: flex-start;
}
.about_text {
    padding: 15px;
    max-width: 60%
}
.news .about_text {
    padding: 15px 40px;
    max-width: 800px;
}
.news .linkA {
    font-family: regular;
    color: #fff;
}
.about_text p {
    font-family: regular;
}
.aboutdetail {
    background-color: #66a7c5;
    padding: 80px 0px 100px;
    position: relative;
    margin-top: 80px;
}
.aboutBox {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}
.aboutBox img {
    max-width: 450px;
    height: 300px;
    width: 100%;
}
.aboutImag {
    max-width: 450px;
    width: 100%;
    margin-right: 10px;
    padding-bottom: 40px;
}
.whitevertical {
    width: 1px;
    height: 320px;
    margin-top: 5px;

    background: #fcf7f7;
    position: relative;
}

.whitevertical::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #66a7c5;
    border-radius: 50%;
    border: 1px solid #fcf7f7;
    position: absolute;
    top: -19px;
    left: -9px;
}
.aboutText {
    width: 60%;
    font-family: regular;
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px;
}
.aboutText h3 {
    font-size: 30px;
}
.whiteline {
    width: 100%;
    height: 1px;
    background: #f1eeee;
}

/* pagination */

.paginat {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.page-link {
    color: #000;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #66a7c5;
    border-color: #dee2e6;
}
.about.newsdetail {
    margin-top: 50px;
    align-items: flex-start;
}
.newsdetail .headings h1 {
    margin-top: 0;
}
.newsdetail .aboutImag img {
    max-width: 450px;
    width: 100%;
}

/* Partner  */
.partner_block {
    margin-top: 80px;
    margin-bottom: 80px;
}
.partner_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.partner_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.6%;
    flex: 0 1 18.6%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px grey;
    box-shadow: 0 0 10px grey;
    margin: 10px 10px;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
}
.partner_content:hover {
    transform: scale(1.1);
}
.partner_img {
    width: 100%;
    height: 180px;
}
.partner_img img {
    width: 100%;
    height: 180px;
}
.partner_text p {
    margin-top: 10px;
    height: 40px;
    font-family: regular;
}
/* contact */
.contactBlock {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.contactBlock iframe {
    width: 600px;
    height: 450px;
}
.contactBlock form {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
}
.contactBlock form input,
.contactBlock form textarea {
    margin-top: 15px;
    max-width: 400px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #8a8888;
    border-radius: 12px;
    font-family: regular;
}
.contactBlock .submit {
    background: #66a7c5;
    color: #fff;
    border: 1px solid #66a7c5;
    transition: all 0.5s;
}
.contactBlock .submit:hover {
    background: #fff;
    color: #66a7c5;
}
/* career block */
.career {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}
.career form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    width: 100%;
}
.career form input,
.career form textarea {
    margin-top: 15px;

    width: 100%;
    padding: 10px 10px;
    border: 1px solid #8a8888;
    border-radius: 12px;
    font-family: regular;
}
.career .submit {
    background: #66a7c5;
    color: #fff;
    border: 1px solid #66a7c5;
    transition: all 0.5s;
}
.career .submit:hover {
    background: #fff;
    color: #66a7c5;
}
.careerDiteil {
    margin-top: 80px;
}
.careerImag {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.careerImag img {
    max-width: 700px;
    width: 100%;
}
.careerText p {
    text-align: center;
    font-family: regular;
}
.socialIcons {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.socialIcons img {
    width: 30px;
}
.attach {
    position: relative;
}
.attach input {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
    width: 100px;
}
.attach img {
    cursor: pointer;
}
input[type="text"]:valid,
input[type="email"]:valid,
input[type="tel"]:valid {
    border: 1px solid rgba(30, 182, 30, 0.4);
}
.socInput:valid {
    border: 1px solid #8a8888 !important;
}
#nameError {
    display: none;
    font-size: 0.8em;
}

input[type="text"].invalid {
    border-color: rgb(245, 145, 145);
}
@media (min-width: 1700px) {
    .header-menu .logo img{
        width: 78px;
    }
    
}
@media (min-width: 1900px) {
    .header-menu .logo img{
        width: 84px;
    }
    
}

@media (min-width: 992px) {
    .dropdown-menu {
        min-width: unset;
        transition: all 0.5s;
        padding: 0;
        display: block;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        border: 1px solid #f1eeee;
        background: #9fbfe5;
        border-radius: 12px;
        /* box-shadow: 1px 1px 3px #e0dede, -1px -1px 3px #e0dede; */
    }
    .dropdown-toggle::after {
        color: rgb(19,81,115);
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 10px;
        opacity: 1;
        visibility: visible;
    }
    .mydrop {
        padding: 20px;
    }
    .mydrop .dropdown-item {
        color: rgb(19,81,115);
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: unset;
    }
}
@media (max-width: 1800px) {
    .sidenav > ul > li > a {
        font-size: 25px;
    }
}
@media (max-width: 1700px) {
    .sidenav > ul > li > a {
        font-size: 20px;
    }
}
@media (max-width: 1500px) {
    .serviceImg img {
        height: 300px;
    }
    .sidenav > ul > li > a {
        font-size: 18px;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 18%;
        flex: 0 1 18%;
    }
}
@media (max-width: 1400px) {
    .serviceImg img {
        height: 280px;
    }
    .newsdetail .about_text {
        max-width: 850px;
    }
}
@media (max-width: 1250px) {
    .sidenav > ul > li {
        padding: 0 7px;
    }
    .whitevertical {
        margin-left: 20px;
        margin-right: 20px;
    }
    .newsdetail .about_text {
        max-width: 700px;
    }
}
@media (max-width: 1150px) {
    .serviceImg img {
        height: 250px;
    }
    .service .servicebox {
        flex: 0 1 23%;
    }
    .sidenav > ul > li {
        padding: 0 5px;
    }
    .sidenav > ul > li > a {
        font-size: 15px;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22.5%;
        flex: 0 1 22.5%;
    }
    .partner_img img,
    .partner_img {
        height: 160px;
    }
    .contactBlock iframe {
        width: 500px;
        height: 350px;
    }
    .newsdetail .about_text {
        max-width: 600px;
    }
}

@media (max-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .service .servicebox {
        flex: 0 1 31%;
        margin: 8px;
    }
    .menuBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .desk {
        display: none;
    }
    .sidenav {
        display: none;
    }
    .sidenav .sideul {
        display: none;
    }
    .mobileList ul li {
        margin: 6px 0;
    }
    .header-menu {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobileList ul li a {
        font-size: 20px;
        font-family: popins;
        font-weight: 600;
        color: rgba(19,81,115,1);
        text-decoration: none;
        white-space: normal;
    }
    .mobileList ul li span {
        font-size: 20px;
        font-weight: 800;
        color: rgba(19,81,115,1);
        margin-left: 10px;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: rgba(19,81,115, 1);
        background-color: unset;
    }
    .mobileList ul li:hover a {
        color: rgba(19,81,115, 1);
    }
  
    .dropdown-menu {
        transform: translate3d(-5px, 30px, 0px) !important;
        min-width: unset;
        border-radius: 8px;
        /*background-color: #66a7c5;*/
         background-color: #fff;
    }
    .mydrop {
        position: relative !important;
        transform: translate3d(5px, 5px, 0px) !important;
        border: 0;
    }

    .dropdown-menu.mydrop {
        background-color: #d8e2e5;
    }
    .offcanvas-top {
        height: inherit;
    }
    .offcanvas {
        background: #9fbfe5;
        bottom: unset;
    }
    .serviceImg img {
        height: 230px;
    }
    .iframe iframe {
        height: 350px;
    }
    /*.footer::after {*/
    /*    content: "";*/
    /*    bottom: 55px;*/
    /*}*/

    /*.divider::after {*/
    /*    content: "";*/
    /*    right: 5%;*/
    /*    bottom: 25px;*/
    /*}*/

    /* .forhoverone {
      right: 0px;

      top: -30px;
    } */
    .btn-close {
        /*background-image: url("../image/close.svg");*/
        width: 2rem;
        height: 2rem;
    }
    .aboutBox img {
        max-width: 400px;
        height: 280px;
    }
    .aboutImag {
        max-width: 400px;
    }
    .whitevertical {
        height: 300px;
    }
    .colored img {
        margin-left: 3px;
        margin-right: 3px;
    }
    .newsdetail .about_text {
        max-width: 500px;
    }
}
@media (max-width: 950px) {
    .footer-content {
        flex-direction: column;
        justify-content: center;
    }
    .svg_block {
        justify-content: center;
    }
    .foot_items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer::before {
        content: "";
        left: 10%;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
        flex: 0 1 30%;
    }
    .contactBlock {
        margin-top: 80px;
        flex-direction: column;
    }
    .about.newsdetail {
        flex-direction: column;
        align-items: center;
    }
    .newsdetail .about_text {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
   
    .carousel-caption {
        display: none !important;
    }
    .service .servicebox {
        flex: 0 1 47%;
    }
    .serviceImg img {
        height: 260px;
    }
    /*.forhover {*/
    /*    width: 35px !important;*/
    /*}*/
    /*.forhoverone {*/
    /*    right: unset;*/
    /*    left: 150px;*/
    /*    top: -10px;*/
    /*}*/
    /*.forhovertwo {*/
    /*    right: 160px;*/
    /*    top: -120px;*/
    /*}*/
    /*.footer::before {*/
    /*    content: "";*/
    /*    left: 3%;*/
    /*}*/

    .about {
        flex-direction: column;
    }
    .aboutBox {
        flex-direction: column;
    }
    .aboutText {
        width: 100%;
    }
    .news .about_text {
        padding: 15px;
    }
    .aboutText h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .about_text {

        max-width: 100%}

    .whitevertical {
        display: none;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
        flex: 0 1 46%;
    }
}

@media (max-width: 576px) {
    .menuBar{
        margin-left: 0!important
    }
    .about_text {
        padding: 15px 5px;
    }
   
    .service .servicebox {
        flex: 0 1 46.5%;
    }
    .serviceImg img {
        height: 220px;
    }
 .aboutImag{
        margin-right: unset;
    }
    .logo img {
        width: 78px;

        padding-top: 6px;
        padding-bottom: 6px;
    }
    .foot_items .logo {
        display: flex;
        justify-content: center;
    }
    .foot_items .logo img {
        width: 90px;
    }
    .headings h2,
    .headings h1 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
        flex: 0 1 44%;
    }
    .partner_img img,
    .partner_img {
        height: 150px;
    }
    .contactBlock .iframe {
        max-width: 450px;
        width: 100%;

        height: 350px;
    }
    .career {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .careerDiteil {
        margin-top: 50px;
    }
    .headings h2,
    .headings h1 {
        font-size: 25px;
    }
    .aboutImag {
        padding-bottom: unset;
    }
    .news .aboutText {
        margin-bottom: 15px;
    }
    .aboutdetail {
        margin-top: 20px;
    }
    .servicebox p {
        word-break: break-word;
    }
}
@media (max-width: 500px) {
    .service .servicebox {
        flex: 0 1 46%;
    }
    .serviceImg img {
        height: 200px;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .job .about_text {
        padding: 15px;
    }
    .carousel-item img {
        height: 200px;
    }
    .playpause {
        top: 10px;
    }
    .playpause img {
        width: 40px;
    }
}
@media (max-width: 450px) {
  

    .service .servicebox {
        flex: 0 1 45%;
    }
    .serviceImg img {
        height: 180px;
    }
    .contactBlock {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 50px;
    }
}
@media (max-width: 400px) {
    .serviceImg img {
        height: 165px;
    }
}
@media (max-width: 360px) {
    .service .servicebox {
        margin: 5px;
    }
    .serviceImg img {
        height: 160px;
    }
    .partner_content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 95%;
        flex: 0 1 95%;
    }
}
.header {
  padding: 25px 10px;
  background: none;
  box-shadow: 1px 0px 5px rgb(0, 0, 0, 0.3);
}
.sidenav > ul > li > a {
  color: black;
}

.newInner {
  width: 100%;
  margin: auto;
  /*height: 600px;*/
}
.newSlide img {
  /*height: 600px;*/
  object-fit: cover;
}

.newSlide video {
  margin-top: 0;
  /*height: 600px;*/
  object-fit: cover;
}
.carousel {
  width: 60%;
  margin: auto;
  margin-top: 50px;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5%;
  background: rgba(0, 0, 0, 0.5);
}
.playpause {
  right: 25%;
}
.careerImag img {
  border-radius: 20px;
}
.whitevertical {
  height: 261px;
}
.whitevertical::before {
  content: "";
  width: 18px;
  height: 18px;
 
  border-radius: 50%;
  border: 1px solid #fcf7f7;
  position: absolute;
  top: 260px;
  left: -9px;
}
.whitevertical::after {
  top: -20px;
  background: transparent;
}
.serviceImg,
.forborder,
.service .servicebox {
  border-radius: 12px;
}
.aboutImag {
  padding-bottom: unset;
}
.aboutBox {
  margin-bottom: 30px;
  padding: 20px;
  
  border-radius: 12px;
}
.aboutdetail .container:nth-child(5n+1) .aboutBox{
  background: #026587;
}
.aboutdetail .container:nth-child(5n+2) .aboutBox{
  background: #237599;
}
.aboutdetail .container:nth-child(5n+3) .aboutBox{
  background: #0d7f97;
}
.aboutdetail .container:nth-child(5n+4) .aboutBox{
  background: #1c89af;
}
.aboutdetail .container:nth-child(5n+5) .aboutBox{
  background: #2c99bf;
}
.aboutdetail {
  background-color: #fff;
}
.aboutBox img {
  border-radius: 12px;
}
#myBtn {
  cursor: pointer;
  transition: 0.5s;
}
.dblBlock {
  display: flex;
  transition: 0.5s;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.dblBlockImg {
  width: 50%;
  opacity: 0;
  transform: translateX(-50%);
  visibility: hidden;
  animation: comeleft 2s forwards;
  animation-delay: 0.5s;
}
@keyframes comeleft {
  form {
    opacity: 0;
    transform: translateX(-50%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}
.dblBlockImg img {
  max-width: 1000px;
  width: 100%;
  min-height: 400px;
  border-radius: 12px;
  object-fit: cover;
}
.dblBlockContent {
  position: relative;
  right: 0px;
  top: 100px;
  background: #d2f1f9;
  color: #00263e;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  width: 55%;
  transform: translateX(150%);
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height 0.5s;
  animation: comeright 2s forwards;
  animation-delay: 0.5s;
}
@keyframes comeright {
  form {
    opacity: 0;
    transform: translateX(150%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(-5%);
  }
}
.dblBlockContent h1 {
  margin-top: 15px;
  text-align: center;
}
#myBtn{
    font-weight: 900;
}
#more {
  display: none;
}
@media (max-width: 1700px) {
  .carousel {
    width: 65%;
  }
}
@media (max-width: 1550px) {
  .carousel {
    width: 70%;
  }
}

@media (max-width: 992px) {
 
  .offcanvas {
    background: #fff;
    bottom: unset;
  }
  .mobileList ul li a {
    color: rgba(0, 0, 0, 0.7);
  }
  .mobileList ul li span {
    color: #000;
  }
  .mobileList ul li:hover a {
    color: #000;
  }
  .whitevertical {
    height: 243px;
  }
  .whitevertical::before {
    top: 240px;
  }
  .dblBlock {
    flex-direction: column;
  }
  .dblBlockImg {
    width: 100%;
  }
  .dblBlockImg img {
    min-height: unset;
  }
  .dblBlockContent {
    width: 100%;
    margin-left: 0;
    top: 20px;
  }
  @keyframes comeright {
    form {
      opacity: 0;
      transform: translateX(150%);
      visibility: hidden;
    }
    to {
      opacity: 1;
      visibility: visible;
      transform: translateX(0%);
    }
  }
 
}
@media (min-width: 992px) {
  .mydrop {
    background: #fff;
  }
  .mydrop .dropdown-item{
    color: rgba(0,0,0,.7);
  }
  .dropdown-menu{
     background: #d8e2e5;
      margin-left: -5px;
  }
}

@media (max-width: 768px) {
  
  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }
}
@media (max-width: 576px) {
  .carousel {
    width: 100%;
    margin-top: 0px;
  }
  .header {
    padding: 15px 5px;
  }
  .playpause {
    right: 15%;
  }
}


.newInner{
    height: unset;
}
.newSlide img{
    height: unset;
}

#whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 100;
    width: 45px;
   
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: anim 1.5s infinite;
   
}
#whatsapp-button img{
    width: 45px; 
}
@-webkit-keyframes anim {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(28, 92, 129, 0.4);
   
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(49, 17, 163, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(25, 47, 83, 0);
  }
}

@keyframes anim {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(16, 24, 106, 0.4);
    box-shadow: 0 0 0 0 rgba(16, 60, 88, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}