.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Inter", sans-serif;
}

input, textarea, a {
    font-family: "Inter", sans-serif;
}

.container, .container-fluid {
    padding: 0;
}

.container .row, .container-fluid .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

input, textarea {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.tab-content>.tab-pane {
    display: none;
    position: relative;
}

.tab-content>.active {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }

}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }

}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }

}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px;
    }

}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }

}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }

}

/*****************************************/
.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.slick-slider {
    width: 100%;
    margin: 0;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

/****************************************/

/**heder*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0px;
    box-sizing: border-box;
    height: auto;
    transition: 0.25s all linear;
    background: rgba(0 0 0 / 30%);
}

.header.fixed {
    background: #fff;
    transition: 0.25s all linear;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header-main {

    /*    background: rgba(0 0 0 / 50%);*/

    /*    padding: 5px 20px;*/
    transition: 0.25s all linear;    /* margin: 20px 58px;
    border-radius: 100px;*/
    padding: 5px 57px;
}

.header.fixed .header-main {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.25s all linear;
    border-radius: 0;
}

.header .logo {
    padding: 0;
    width: 115px;
    padding-right: 48px;
    float: left;
    border-right: 1px solid #f7f7f7;
}

.header .logo img {
    width: 100%;
    transition: 0.25s all linear;
}

/* .header .logo img.logo1 {
display: ;
} */
.header .logo img.logo2 {
    display: none;
}

.header .logo img.logo2 {
    display: none;
    transition: 0.25s all linear;
}

.header.fixed .logo img.logo1 {
    display: none;
}

.header.fixed .logo img.logo2 {
    display: block;
}

.header .logo a {
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 48px;
}

.header .search-button-end {
    width: 22%;
}

.header .menu .menu-item {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 12px
}

.header .menu .menu-item .sub-menu .menu-item {
    margin: 0;
}

/* .menu-active {
  border-bottom: 3px solid #6a05a6 !important;
}
 */
.header .menu .menu-item a {
    display: block;
    padding: 18px 14px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
}

.header .menu .menu-item a .plus {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 6px;
    transform: rotate(45deg);
}

.header .menu>.menu-item:hover>a .plus {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.header .menu .menu-item a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header.fixed .menu .menu-item a {
    color: #000;
}

.header.fixed .menu .menu-item a .plus {
    border-color: #000;
}

/* .header .menu .menu-item:hover>a {
border-bottom: 3px solid #4d8546;
} */
.header .search-button-end {
    padding-left: 0;
    border-left: 2px solid #e5e2dc;
    display: flex;
    align-items: center;
}

.header .search-button-end .search-icon {
    padding: 29px 23px;
    border-right: 2px solid #e5e2dc;
    width: 16%;
    text-align: center;
}

.header .search-button-end .search-icon img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.header .search-button-end .contact-link {
    width: 63%;
}

.header .search-button-end .contact-link a {
    display: block;
    padding: 18px 14px;
    color: #1C1C1C;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.6;
    font-family: "Inter", sans-serif;
    position: relative;
    text-align: center;
}

.header .search-button-end .contact-link a:before {
    content: " ";
    width: 95px;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.header .menu .menu-item .sub-menu {
    box-shadow: 0px 0 10px rgb(0 0 0 / 20%);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.submenu-main-bg {
    background: #fff;
    width: 450px !important;
    position: absolute;
    display: flex;
}

.submenu-main-bg:before {
    content: "\2023";
    position: absolute;
    top: -37px;
    left: 50px;
    font-size: 60px;
    color: #4d8546;
    font-weight: 500;
    transform: rotate(270deg);
}

.submenu-main-box {
    position: relative;
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ccc;
}

.submenu-main-box ul {
    width: auto !important;
    box-shadow: none !important;
    position: relative !important;
    top: 0 !important;
}

.header .menu .menu-item .sub-menu .submenu-main-box ul li a {
    padding: 10px 20px;
    border: none;
}

@media(min-width:992px) {
    .header .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu .menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

}

.header .menu .menu-item .sub-menu .menu-item {
    display: block;
    border-bottom: 1px solid #ddd;
}

.header .menu .menu-item .sub-menu .menu-item:last-child {
    border-bottom: 0;
}

.header .menu .menu-item.active a {
    border-bottom: 1px solid #fff;
}

.header.fixed .menu .menu-item.active a {
    border-bottom-color: #000;
}

.header .menu .menu-item .sub-menu .submenu-1 li.submenu-header, .header .menu .menu-item .sub-menu .submenu-2 li.submenu-header {
    display: block;
    padding: 12px 20px;
    color: #4d8546;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.header .menu .menu-item .sub-menu .menu-item a {
    display: block;
    padding: 8px 15px;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.header .menu .menu-item .sub-menu .menu-item a:last-child {
    border-bottom: 0
}

.header .menu .menu-item .sub-menu .menu-item a:hover {
    background: #ee8417;
    color: #fff;
    transition: 0.25s all linear;
}

.header .menu.right-side-part .menu-item a {
    font-size: 14px;
}

.header .menu.right-side-part .menu-item .sub-menu .menu-item a {
    font-size: 12px;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before, .header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 17px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.right-header-part {
    padding: 4px 5px 4px 20px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #4d8546;
    border-radius: 30px;
    display: inline-block;
    text-align: right;
    width: 191px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
}

.right-header-part a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0px;
    color: #4d8546;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    text-decoration: none;
}

.right-header-part a:hover .arrow span {
    width: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.right-header-part a span {
    margin-left: 10px;
}

.right-header-part a b {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
}

.logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    margin-left: 5px;
    float: right;
    left: 0;
}

@media(max-width:991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

    .right-header-part {
        margin-top: 20px;
        margin-left: 10px;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #222222;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu .menu-item {
        display: block;
        margin: 0;
    }

    .header .menu .menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu .menu-item a {
        color: #ffffff;
        padding: 12px 15px;
        border-bottom: 1px solid #333333;
    }

    .header .menu .menu-item:first-child>a {
        border-top: 1px solid #333333;
    }

    .header .menu .menu-item a .plus:before, .header .menu .menu-item a .plus:after {
        background-color: #ffffff;
    }

    .header .menu .menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .submenu-main-bg {
        width: 100% !important;
    }

    .submenu-main-box {
        width: 100%;
        border-right: none;
    }

    .header .menu .menu-item .sub-menu .submenu-main-box ul li a {
        padding: 5px 20px;
    }

    .header .menu .menu-item .sub-menu .menu-item a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu, .header .open-nav-menu {
        display: flex;
        padding: 10px 7px;
        width: 26px;
    }

}

/**heder*/
.hero-banner .big-banner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.hero-banner .big-banner {
    height: 95vh;
}

.hero-banner .big-banner .video-bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
    height: 95vh;
}

.hero-banner .big-banner .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.hero-banner .big-banner .video-slider-home .slick-arrow {
    display: none !important;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.hero-banner .main-content-container {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}

.heading {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 77px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 89px;
    letter-spacing: 1px;
}

.hero-banner .main-content-container .heading {
    margin-bottom: 30px;
}

.hero-banner .main-content-container p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.hero-banner .main-content-container .button-wrapper a {
    display: inline-flex;
}

.hero-banner .main-content-container .right-side-part {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

.button-wrapper a, .button-wrapper button {
    padding: 15px 25px;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: 0.25s all linear;
}

.button-wrapper a .text, .button-wrapper button .text {
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: 0.25s all linear;
    font-weight: 400;
}

.button-wrapper a:hover, .button-wrapper button:hover {
    background: #0a1639;
    color: #fff;
    border-color: #0a1639;
    transition: 0.25s all linear;
}

.button-wrapper a:hover .text, .button-wrapper button:hover .text {
    color: #fff;
    transition: 0.25s all linear;
}

.button-wrapper a .icon, .button-wrapper button .icon {
    width: 46px;
    height: 46px;
    background: #ef8517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #000000;
    display: none;
}

.button-wrapper a .icon svg, .button-wrapper button .icon svg {
    width: 20px;
    height: 20px;
    transition: 0.25s all linear;
}

.button-wrapper a:hover .icon, .button-wrapper button:hover .icon {
    transform: rotate(-38deg);
    transition: 0.25s all linear;
    background: #f08618;
    color: #fff;
}

.button-wrapper.button-wrapper-new a, .button-wrapper.button-wrapper-new button {
    background: #0a1639;
    border: 1px solid #0a1639;
    cursor: pointer;
}

.button-wrapper.button-wrapper-new a .text, .button-wrapper.button-wrapper-new button .text {
    color: #fff;
}

.button-wrapper.button-wrapper-new a .icon, .button-wrapper.button-wrapper-new button .icon {
    color: #fff;
    display: none;
}

.button-wrapper.button-wrapper-new a:hover, .button-wrapper.button-wrapper-new button:hover {
    background: #fff;
}

.button-wrapper.button-wrapper-new a:hover .text, .button-wrapper.button-wrapper-new button:hover .text {
    color: #0a1639;
}

.sub-heading {
    padding: 11px 23px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
}

.about-us-home {
    padding: 100px 0;
}

.heading2 {
    color: #000000;
    font-size: 42px;
    line-height: 55px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.about-us-home .heading2 {
    margin-bottom: 30px;
}

.about-us-home p {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
}

.about-us-home .bottom-side-part {
    margin-top: 60px;
}

.about-us-home .bottom-side-part .col-lg-6 {
    padding: 0 15px;
}

.about-us-home .bottom-side-part .left-par-imge {
    position: relative;
}

.about-us-home .bottom-side-part .left-par-imge img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 30px;
}

.top-cut {
    --spacer-size: 60px;
    width: 220px;
    max-width: 220px;
    --container-widget-width: 220px;
    --container-widget-flex-grow: 0;
    max-width: 100%;
    height: 60px;
}

.top-cut .elementor-widget-container {
    background-color: #FFFFFF;
    border-radius: 0px 0px 30px 0px;
    height: 100%;
    width: 100%;
}

.top-cut .elementor-widget-container .elementor-spacer {
    height: 100%;
    display: none;
}

.top-cut .elementor-widget-container .elementor-spacer .elementor-spacer-inner {
    height: initial, 60px;
}

.top-cut .spaciaz-border-shape {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0, 30 30, 30 L 0 30 Z");
}

.top-cut .spaciaz-border-shape.top-right {
    top: 0px;
    right: -30px;
    transform: rotate(90deg);
    position: absolute;
}

.top-cut .spaciaz-border-shape.bottom-left {
    bottom: -30px;
    left: 0px;
    transform: rotate(90deg);
    position: absolute;
}

.about-us-home .bottom-side-part .left-par-imge .top-cut {
    position: absolute;
    top: 0;
    left: 0;
}

.about-us-home .bottom-side-part .right-about-element .about-static {
    background-color: #F5F5F5;
    border-radius: 30px;
    width: 100%;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part {
    padding: 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    min-height: 270px;
    width: 100%;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part .top-part {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part .top-part h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    color: #000000;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong {
    color: #000000;
    font-size: 56px;
    font-weight: 600;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong span {
    font-size: 50px;
    color: #ef8517;
    position: relative;
    vertical-align: super;
    line-height: 0;
}

.about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part p {
    color: #8A8A8A;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}

.about-us-home .bottom-side-part .right-about-element .about-static .image-center {
    height: 100%;
    display: block;
}

.about-us-home .bottom-side-part .right-about-element .about-static .image-center img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    display: block;
}

.about-us-home .bottom-side-part .right-about-element .col-lg-6 {
    margin-bottom: 30px;
}

.about-us-home .bottom-side-part .right-about-element .col-lg-6:nth-child(3), .about-us-home .bottom-side-part .right-about-element .col-lg-6:nth-child(4) {
    margin-bottom: 0;
}

.our-services {
    padding: 100px 0;
    background: #F6F3EC;
    position: relative;
    overflow: hidden;
}

.our-services .bottom-cut-image {
    position: absolute;
    left: -374px;
    bottom: -75px;
}

.our-services .heading-part {
    text-align: center;
    margin-bottom: 60px;
}

.our-services .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
    z-index: 5;
    position: relative;
}

.our-services .services-thumb {
    background-color: #FFFFFF;
    border-radius: 30px;
    min-height: 431px;
    position: relative;
    overflow: hidden;
}

.our-services .services-thumb:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 0;
    position: absolute;
    background: #ef8517;
    top: 0;
    left: calc(100% - 40px);
    transform: scale3d(1, 1, 1);
    transform-style: preserve-3d;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.our-services .services-thumb:hover:before {
    transform: scale3d(45, 45, 1);
    will-change: transform;
}

.our-services .services-thumb .list-thumb {
    padding: 50px;
}

.our-services .services-thumb .list-thumb .content-of-services h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: 35px;
    display: block;
    transition: 0.25s all linear;
}

.our-services .services-thumb:hover .list-thumb .content-of-services h3 {
    color: #fff;
    transition: 0.25s all linear;
}

.our-services .services-thumb .list-thumb .content-of-services {
    z-index: 5;
    position: relative;
}

.our-services .services-thumb .list-thumb .image-service {
    position: absolute;
    bottom: -30px;
    left: -41px;
    width: 100%;
}

.our-services .services-thumb .list-thumb .image-service img {
    display: block;
    border-radius: 0 0 0 30px;
    transition: all 0.5s ease;
}

.our-services .services-thumb:hover .list-thumb .image-service img {
    transform: translateY(-10px);
    transition: all 0.5s ease;
}

.our-services .services-thumb .list-thumb .top-arrow {
    spacer-size: 60px;
    width: 60px;
    max-width: 60px;
    container-widget-width: 60px;
    container-widget-flex-grow: 0;
    top: 0px;
    max-width: 100%;
    right: 0px;
    position: absolute;
    height: 60px;
}

.our-services .services-thumb .list-thumb .top-arrow .elementor-widget-container {
    background-color: #F6F3EC;
    border-radius: 0px 0px 0px 30px;
    width: 100%;
    height: 100%;
}

.our-services .services-thumb .list-thumb .top-arrow .elementor-widget-container .elementor-button-wrapper {
    height: 100%;
    transition: 0.25s all linear;
}

.our-services .services-thumb:hover .list-thumb .top-arrow .elementor-widget-container .elementor-button-wrapper {
    transform: rotate(-43deg);
    transition: 0.25s all linear;
}

.our-services .services-thumb:hover .list-thumb .top-arrow .elementor-widget-container .button-wrapper-link {
    color: #fff;
    transition: 0.25s all linear;
}

.our-services .services-thumb .list-thumb .top-arrow .elementor-widget-container .elementor-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services .services-thumb .list-thumb .top-arrow .elementor-widget-container .button-wrapper-link {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #000;
    transition: 0.25s all linear;
}

.our-services .services-thumb:hover .list-thumb .top-arrow .elementor-widget-container .button-wrapper-link {
    background: #ef8517;
}

.our-services .services-thumb .list-thumb .top-arrow .elementor-widget-container .button-wrapper-link svg {
    width: 18px;
    height: 18px;
}

.our-services .services-thumb .list-thumb .top-arrow .spaciaz-border-shape {
    background-color: #F6F3EC;
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0, 30 30, 30 L 0 30 Z");
}

.our-services .services-thumb .list-thumb .top-arrow .spaciaz-border-shape.top-left {
    top: 0;
    left: -30px;
    transform: rotate(180deg);
    position: absolute;
}

.our-services .services-thumb .list-thumb .top-arrow .spaciaz-border-shape.bottom-right {
    bottom: -30px;
    transform: rotate(180deg);
    right: 0;
    position: absolute;
}

.project-section {
    background: #000000;
}

.project-section .main-part {
    padding: 0 140px;
    height: 100%;
}

.project-section .main-part .center-part {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.project-section .main-part .center-part .heading-part {
    margin-top: 100px;
}

.project-section .main-part .center-part .heading-part .heading2 {
    color: #fff;
    margin-bottom: 20px;
}

.project-section .main-part .center-part .heading-part p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}

.project-section .main-part .center-part .bottom-location-project {
    margin-bottom: 178px;
    position: relative;
    padding-left: 145px;
}

.project-section .main-part .center-part .bottom-location-project h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}

.project-section .main-part .center-part .bottom-location-project h3 svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #ef8517;
    margin-right: 9px;
}

.project-section .main-part .center-part .bottom-location-project h4 {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.project-section .main-part .center-part .bottom-location-project span {
    font-size: 90px;
    letter-spacing: 0;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #E0E0E040;
    stroke: #E0E0E040;
    color: #ef851700;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Inter", sans-serif;
}

.project-section .right-box-image img {
    display: block;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.project-section .project-div {
    position: sticky;
    top: 0;
    background: #000000;
}

.reliable-skilled-trusted {
    padding: 100px 0;
    overflow: hidden;
}

.reliable-skilled-trusted .left-side-part {
    position: relative;
}

.reliable-skilled-trusted .left-side-part img {
    width: 100%;
    border-radius: 30px;
}

.reliable-skilled-trusted .left-side-part .top-cut {
    position: absolute;
    right: 0;
    top: 0
}

.reliable-skilled-trusted .left-side-part .top-cut .elementor-widget-container {
    border-radius: 0px 0px 0px 30px;
}

.reliable-skilled-trusted .left-side-part .top-cut .spaciaz-border-shape.top-right {
    left: -28px;
    transform: rotate(180deg);
}

.reliable-skilled-trusted .left-side-part .top-cut .spaciaz-border-shape.bottom-left {
    bottom: -29px;
    transform: rotate(180deg);
    left: auto;
    right: -2px;
}

.reliable-skilled-trusted .padd-right {
    padding-right: 60px;
}

.reliable-skilled-trusted .padd-left {
    padding-left: 60px;
}

.reliable-skilled-trusted .right-side-part .heading2 {
    margin-bottom: 30px;
}

.reliable-skilled-trusted .right-side-part p {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled {
    margin-top: 50px;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled .icon {
    background: #ef8517;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled .icon svg {
    width: 36px;
    color: #fff;
    height: 36px;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled .title-middel {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    padding: 0 20px 0 0;
    font-weight: 700;
    margin-top: 17px;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled .row {
    align-items: start;
    padding: 30px 0;
    border-top: 1px solid #E0E0E0;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled .row:last-child {
    border-bottom: 1px solid #E0E0E0;
}

.reliable-skilled-trusted .right-side-part .list-of-skilled p {
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    color: #000;
    line-height: 24px;
}

.testimonial-section {
    padding: 100px 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F6F3EC 0%, #F6F3EC00 100%);
    position: relative;
    margin-top: 100px;
}

.testimonial-section .cut-circle-part {
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section .cut-circle-part svg {
}

.testimonial-section .tetimonial-slider {
    padding: 0 10%;
}

.testimonial-section .tetimonial-slider .slick-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    border: 0;
    box-shadow: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    transform: translateY(-50%);
    transition: 0.25s all linear;
}

.testimonial-section .tetimonial-slider .slick-arrow:hover {
    background: #ef8517;
    transition: 0.25s all linear;
}

.testimonial-section .tetimonial-slider .slick-arrow.slick-prev {
    left: -48px;
}

.testimonial-section .tetimonial-slider .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.testimonial-section .tetimonial-slider .slick-arrow.slick-next {
    left: auto;
    right: -48px;
}

.testimonial-section .tetimonial-slider .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 30px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.testimonial-section .tetimonial-slider .item {
    text-align: center;
}

.testimonial-section .tetimonial-slider .item p {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.testimonial-section .tetimonial-slider .item .author-details {
    margin-top: 50px;
}

.testimonial-section .tetimonial-slider .item .author-details strong {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    display: inline-block;
}

.testimonial-section .tetimonial-slider .item .author-details strong:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ef8517;
    left: 0;
    bottom: -9px;
    position: absolute;
}

.testimonial-section .tetimonial-slider .item .author-details span {
    font-size: 16px;
    line-height: 28px;
    color: #8A8A8A;
    display: block;
    margin-top: 21px;
}

.main-center-circle {
    position: relative;
    margin: -181px auto 100px;
    width: 180px;
    z-index: 5;
}

.main-center-circle .image {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    border-radius: 50%;
}

.main-center-circle .image img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.main-center-circle .image .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.main-center-circle .image .icon svg {
    height: 64px;
    width: 64px;
}

@-webkit-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-moz-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

.rotate {
    -ms-animation: rotate 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite;
}

.main-center-circle .main-circle-div {
    z-index: 3;
    width: 170px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    transition: 0.3s;
    max-width: 100%;
    align-self: center;
    margin-block-end: 0;
    margin: 0 auto;
}

.main-center-circle .main-circle-div .widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    padding: 9px 9px 2px 9px;
}

.main-center-circle .main-circle-div .widget-container svg {
    height: auto;
    max-width: 100%;
    overflow: visible;    /*   transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1)); */
    width: 170px;
    word-spacing: var(--word-spacing);
}

.main-center-circle .main-circle-div .widget-container svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}

.main-center-circle .main-circle-div .widget-container svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
}

.contact-part {
    padding: 100px 40px;
}

.contact-part .main-contact-container {
    background: url('../images/h1_bg-1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 30px;
    padding: 100px 0;
}

.contact-part .main-contact-container .main-contact-part {
    background-color: #FFFFFF;
    padding: 100px 0 60px;
    border-radius: 30px;
}

.contact-part .main-contact-container:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-right: 30px;
}

.contact-part .main-contact-container .heading-part {
    margin-bottom: 45px;
}

.contact-part .main-contact-container .heading-part .heading2 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
}

.contact-part .main-contact-container .col-lg-6 {
    padding: 0 15px;
}

.contact-part .main-contact-container .mb-3 input, .contact-part .main-contact-container .mb-3 select {
    background-color: #FFF;
    padding: 19px 30px 19px 30px;
    border: 1px solid #9D9696;
    border-radius: 30px;
    color: #000;
    font-family: "Inter", sans-serif;
}

.contact-part .main-contact-container .mb-3 select {
    width: 100%;
}

.contact-part .main-contact-container form {
    margin: 0 20%;
    z-index: 5;
    position: relative;
}

.contact-part .main-contact-container form p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
}

.contact-part .main-contact-container form .button-wrapper a {
    background-color: #ef8517;
    display: inline-flex;
}

.contact-part .main-contact-container form .button-wrapper a .text {
    color: #fff;
}

.contact-part .main-contact-container form .col-lg-6 {
    margin-bottom: 20px;
}

.contact-part .main-contact-container .botom-img1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-part .main-contact-container .botom-img1 img {
    display: block;
}

.contact-part .main-contact-container .botom-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-part .main-contact-container .botom-img2 img {
    display: block;
}

.contact-part .main-contact-container .button-wrapper {
    text-align: right;
}

.contact-part .main-contact-container .button-wrapper a .icon {
    background: #fff;
}

.contact-part .main-contact-container .button-wrapper a:hover .icon {
    background: #0a1639;
}

.blog-setions {
    padding: 60px 0;
    background: #fff;
    border-radius: 0 0 80px 80px;
    z-index: 5;
    position: relative;
}

.blog-setions .heading-part {
    margin-bottom: 20px;
}

.blog-setions .heading-part .button-wrapper {
    text-align: right;
}

.blog-setions .heading-part .button-wrapper a {
    border: 1px solid #0a1639;
    display: inline-flex;
    background: #0a1639;
}

.blog-setions .heading-part .button-wrapper a .text {
    color: #fff;
}

.blog-setions .heading-part .button-wrapper a:hover {
    background: #fff;
    border-color: #0a1639;
}

.blog-setions .heading-part .button-wrapper a:hover .text {
    color: #0a1639;
}

.blog-setions .heading-part .button-wrapper a .icon {
    background: #ef8517;
    color: #fff;
}

.blog-setions .heading-part .button-wrapper a:hover .icon {
    background: #ee8517;
}

.blog-setions .bottom-blogs .col-lg-4 {
    padding: 0 14px;
}

.blog-setions .bottom-blogs .blogs-thumb {
    transition: 0.25s all linear;
}

.blog-setions .bottom-blogs .blogs-thumb a {
    text-decoration: none;
}

.blog-setions .bottom-blogs .blogs-thumb .blog-image {
    overflow: hidden;
    transition: 0.25s all linear;
    border-radius: 30px;
    position: relative;
}

.blog-setions .bottom-blogs .blogs-thumb .blog-image img {
    border-radius: 30px;
    transition: 0.25s all linear;
    max-height: 100%;
    transform: translate3d(-6.66%, 0, 0) scale(1.2);
    -webkit-transform: translate3d(-6.66%, 0, 0) scale(1.2);
    transition: opacity 0.35s, transform 0.45s, filter 0.35s;
}

.blog-setions .bottom-blogs .blogs-thumb:hover .blog-image img {
    transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    transition: 0.25s all linear;
}

.blog-setions .bottom-blogs .blogs-thumb .content-part {
    padding: 20px 0;
}

.blog-setions .bottom-blogs .blogs-thumb .content-part h3 {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0;
    color: #8A8A8A;
}

.blog-setions .bottom-blogs .blogs-thumb .content-part h4 {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;    /* min-height: 65px; */
}

footer {
    position: relative;
    padding-bottom: 40px;
    background-image: url("../images/footer-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer.traning-footer {
    background: url("../images/training-institute/take-the-next-step.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

footer:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

footer .container {
    z-index: 5;
    position: relative;
}

footer .top-get-touch {
    padding: 140px 0 51px;
}

footer .top-get-touch .logo-part-thirparty a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

footer .top-get-touch .logo-part-thirparty a img {
    display: block;
    margin: 0 auto;
    padding: 15px;
}

footer .top-get-touch .heading2 {
    color: #fff;
    font-size: 51px;
    padding-right: 60px;
}

footer .top-get-touch .button-wrapper {
    display: grid;
    justify-content: end;
    margin-top: 30px;
}

footer .top-get-touch .logo-part-thirparty {
    text-align: left;
    margin-top: 0;
}

footer.traning-footer .top-get-touch .button-wrapper {
    justify-content: start;
}

footer .top-get-touch .logo-part-thirparty a {
    background: #fff;
}

footer .top-get-touch .button-wrapper a {
    display: inline-flex;
}

footer.traning-footer .top-get-touch .col-lg-10 {
    padding-left: 40px;
}

footer .top-get-touch .button-wrapper .icon {
    color: #fff;
}

footer .bottom-part-footer {
    padding: 63px;
    background: #fff;
    border-radius: 30px;
    margin: 0 57px;
    z-index: 5;
    position: relative;
}

footer .bottom-part-footer .col-lg-3, footer .bottom-part-footer .col-lg-4 {
    padding: 0 20px;/*     border-right: 1px solid #e0e0e0; */
}

footer .bottom-part-footer .col-lg-3:last-child, footer .bottom-part-footer .col-lg-4:last-child {
    border-right: 0;
}

footer .bottom-part-footer .col-lg-4:nth-child(2) .short-links {
    padding: 0 67px;
}

footer .bottom-part-footer .col-lg-4:nth-child(3) .short-links {
    padding: 0 67px;
}

/*footer .bottom-part-footer .logo-part a {
display: block;
margin-bottom: 30px;
}*/
footer .bottom-part-footer .logo-part .contacus-box {
    padding: 20px;
    border-radius: 15px;
    background: #fff8f1;
}

footer .bottom-part-footer .logo-part p {
    font-size: 16px;
    font-weight: 500;
    color: #8A8A8A;
    line-height: 25px;
    margin: 20px 0 24px;
}

footer .bottom-part-footer .logo-part .contacus-box .common-add {
    display: flex;
    margin-bottom: 7px;
}

footer .bottom-part-footer .logo-part .contacus-box .common-add, footer .bottom-part-footer .logo-part .contacus-box .common-add a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
    text-decoration: none;
}

footer .bottom-part-footer .logo-part .contacus-box .common-add .icon {
    width: 6%;
}

footer .bottom-part-footer .logo-part .contacus-box .common-add .icon svg {
    width: 20px;
    height: 20px;
    color: #0a1639;
}

footer .bottom-part-footer .logo-part .contacus-box .common-add small, footer .bottom-part-footer .logo-part .contacus-box .common-add a {
    width: 90%;
    padding-left: 12px;
    color: #0a1639;
    text-decoration: underline;
}

footer .bottom-part-footer .logo-part .contacus-box .follow-us {
    margin-top: 23px;
}

footer .bottom-part-footer .logo-part .contacus-box .follow-us a {
    color: #0a1639;
    text-decoration: none;
    margin-right: 10px;
}

footer .bottom-part-footer .logo-part .contacus-box .follow-us a:last-child {
    margin-right: 0;
}

footer .bottom-part-footer .logo-part .contacus-box .follow-us a svg {
    height: 20px;
    width: 20px;
}

footer .bottom-part-footer .short-links strong {
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 30px;
    border-bottom: 3px solid #ef8517;
}

footer .bottom-part-footer .short-links {
    display: block;
}

footer .bottom-part-footer .short-links ul li {
    display: block;
    margin-bottom: 15px;
}

footer .bottom-part-footer .short-links ul li:last-child {
    margin-bottom: 0;
}

footer .bottom-part-footer .short-links ul li a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
    text-decoration: none;
    transition: 0.25s all linear;
}

footer .bottom-part-footer .short-links ul li a:hover {
    color: #df7f1c;
    transition: 0.25s all linear;
}

footer .bottom-part-footer .short-links .common-add {
    display: flex;
    margin-bottom: 15px;
}

footer .bottom-part-footer .short-links .common-add, footer .bottom-part-footer .short-links .common-add a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
    text-decoration: none;
}

footer .bottom-part-footer .short-links .common-add .icon {
    width: 10%;
}

footer .bottom-part-footer .short-links .common-add .icon svg {
    width: 20px;
    height: 20px;
}

footer .bottom-part-footer .short-links .common-add small, footer .bottom-part-footer .short-links .common-add a {
    width: 90%;
    padding-left: 12px;
}

footer .bottom-part-footer .short-links .follow-us {
    margin-top: 58px;
}

footer .bottom-part-footer .short-links .follow-us a {
    color: #000;
    text-decoration: none;
    margin-right: 20px;
}

footer .bottom-part-footer .short-links .follow-us a:last-child {
    margin-right: 0;
}

footer .bottom-part-footer .short-links .follow-us a svg {
    height: 20px;
    width: 20px;
}

footer .bottom-part-footer .copy-right {
    text-align: center;
    margin-top: 30px;
    padding: 30px 0 0;
    border-top: 1px solid #e0e0e0;
}

footer .bottom-part-footer .copy-right p {
    font-size: 18px;
    font-weight: 500;
    color: #8A8A8A;
    line-height: 27px;
}

footer .bottom-part-footer .copy-right p a {
    color: #df7f1c;
}

.service-scrolling-part {
    padding: 60px 0;
    margin-top: -220px;
    z-index: 5;
    position: relative;
}

.service-scrolling-part .col-lg-3 {
    padding: 0;
}

.service-scrolling-part .service-thum-part {
    width: 100%;
    justify-content: center;
}

.service-scrolling-part .service-thum-part .center-part {
    border: 1px solid #E0E0E0;
    border-radius: 80px;
    overflow: hidden;
    position: relative;
    margin: 0px;
    width: 55%;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    padding: 10px;
}

.service-scrolling-part .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-scrolling-part .service-thum-part .image-part {
    width: 23%;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

/*.service-scrolling-part .service-thum-part.arrow-service .image-part {
width: 33%;
text-align: right;
}*/
.service-scrolling-part .service-thum-part .image-part .icon {
    width: 100%;
    height: 100%;
    background: #ef8517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #fff;
}

.service-scrolling-part .service-thum-part .image-part .icon svg {
    width: 39px;
    height: 39px;
}

.service-scrolling-part .service-thum-part .image-part img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service-scrolling-part .service-thum-part .text-part {
    display: inline-block;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 57%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.service-scrolling-part .service-thum-part .text-part h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

/*.service-scrolling-part .service-thum-part .text-part h4 br {
display: none;
}
*/
.service-scrolling-part .slick-arrow {
    display: none !important;
}

.blog-setions.our-project-new {
    margin: 0;
}

.blog-setions.our-project-new .heading2 {
    text-align: left;
    font-size: 42px;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb {
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 40px;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .center-part {
    width: 100%;
    text-decoration: none;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
    padding: 35px 35px 10px;
    min-height: 107px;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
    margin-bottom: 12px;    /*     color: #f08618; */
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h4 {
    margin-bottom: 0;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
}

.blog-setions.our-project-new .our-projects-slider .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-setions.our-project-new .our-projects-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border: 2px solid #f08618;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: -78px;
    right: 72px;
}

.blog-setions.our-project-new .our-projects-slider .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.blog-setions.our-project-new .our-projects-slider .slick-arrow.slick-next {
    right: 15px;
}

.blog-setions.our-project-new .our-projects-slider .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.blog-setions.our-project-new .our-projects-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
    display: none !important;
}

.blog-setions.our-project-new .our-projects-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    transition: 0.25s all linear;
    cursor: pointer;
}

.blog-setions.our-project-new .our-projects-slider .slick-dots li button {
    border: 0;
    outline: none;
    box-shadow: none;
    background: #E0E0E0;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    text-align: center;
    width: 6px;
    height: 6px;
    cursor: pointer;
    transition: 0.25s all linear;
}

.blog-setions.our-project-new .our-projects-slider .slick-dots li.slick-active button {
    background: #000;
    width: 10px;
    height: 10px;
    transition: 0.25s all linear;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .project-thumb {
    position: relative;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .project-thumb .services-wrap-btn .decor-border {
    position: absolute;
    width: 100px;
    height: 34px;
    bottom: 0;
    right: 26px;
    z-index: 3;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .project-thumb .services-wrap-btn .decor-border:before {
    content: "";
    width: 100px;
    height: 33px;
    clip-path: path("M0 33H100C90.7952 33 83.6787 25.1703 79.2588 17.1769C73.5989 6.94119 62.6183 0 50 0C37.3818 0 26.4011 6.94119 20.7412 17.1769C16.3213 25.1703 9.20474 33 0 33Z");
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    z-index: -1;
    gutter-width: 30px;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .project-thumb .services-wrap-btn span {
    width: 50px;
    height: 50px;
    background: #ef8517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 51px;
    z-index: 5;
}

.blog-setions.our-project-new .bottom-blogs .project-thumb .services-wrap-btn span svg {
    width: 25px;
    height: 25px;
}

.blog-setions.our-project-new .bottom-blogs .blogs-thumb .blog-image img.height-image {
    height: 386px;
    object-position: center;
    object-fit: cover;
}

.blog-setions.our-project-new .button-wrapper {
    text-align: right;
    margin-top: 47px;
    margin-right: 135px;
}

.blog-setions.our-project-new .heading-part .col-lg-8, .blog-setions.our-project-new .heading-part .col-lg-4 {
    padding: 0 15px;
}

.reliable-skilled-trusted-section {
    padding: 60px 0;
    background-color: #F6F3EC;
    position: relative;
}

.reliable-skilled-trusted-section .vecotr-image {
    position: absolute;
    right: 0;
    top: 0;
}

.reliable-skilled-trusted-section .vecotr-image img {
    display: block;
}

.reliable-skilled-trusted-section .heading-part {
    margin-bottom: 20px;
}

.reliable-skilled-trusted-section .slick-dots {
    position: absolute;
    top: -69px;
    right: 126px;
}

.reliable-skilled-trusted-section .slick-dots li {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: 0.25s all linear;
    display: none;
}

.reliable-skilled-trusted-section .slick-dots li.slick-active {
    display: block;
}

.reliable-skilled-trusted-section .container {
    z-index: 5;
    position: relative;
}

.reliable-skilled-trusted-section .main-row-part {
    padding: 10px;
    border-radius: 25px;
    background: #fff;
    transition: 0.25s all linear;
    margin-bottom: 30px;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part h3, .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part p {
    color: #fff;
}

.reliable-skilled-trusted-section .main-row-part:last-child {
    margin-bottom: 0;
}

.reliable-skilled-trusted-section .main-row-part .left-side-part img {
    border-radius: 25px;
    display: block;
    width: 100%;
    height: 100%;
    display: block;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .center-part {
    width: 100%;
    padding-right: 70px;
    padding-left: 72px;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: 35px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    transition: 0.25s all linear;
    margin-bottom: 20px;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 br {
    display: none;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .center-part p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    transition: 0.25s all linear;
    line-height: 27px;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .arrow-circle {
    width: 60px;
    height: 60px;
    background: #0a1639;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.25s all linear;
}

.reliable-skilled-trusted-section .main-row-part .right-side-part .arrow-circle svg {
    width: 35px;
    height: 35px;
    transition: 0.25s all linear;
}

.reliable-skilled-trusted-section .main-row-part:hover, .reliable-skilled-trusted-section .main-row-part.slick-current {
    background: #0a1639;
    transition: 0.25s all linear;
}

.reliable-skilled-trusted-section .main-row-part:hover .right-side-part .center-part h3, .reliable-skilled-trusted-section .main-row-part.slick-current .right-side-part .center-part h3 {
    color: #fff;
    border-bottom-color: #fff;
    transition: 0.25s all linear;
}

.reliable-skilled-trusted-section .main-row-part:hover .right-side-part .center-part p, .reliable-skilled-trusted-section .main-row-part.slick-current .right-side-part .center-part p {
    color: #fff;
    transition: 0.25s all linear;
}

.reliable-skilled-trusted-section .main-row-part:hover .right-side-part .arrow-circle, .reliable-skilled-trusted-section .main-row-part.slick-current .right-side-part .arrow-circle {
    background: #fff;
    color: #000;
    transition: 0.25s all linear;
    transform: rotate(-55deg);
}

.reliable-skilled-trusted-section .slick-arrow {
    width: 45px;
    height: 45px;
    border: 2px solid #f08618;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: -85px;
    right: 54px;
}

.reliable-skilled-trusted-section .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.reliable-skilled-trusted-section .slick-arrow.slick-next {
    right: 0;
}

.reliable-skilled-trusted-section .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format {
    position: relative;
    padding: 0;
    height: 470px;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format.first-bg {
    background: url('../images/always-on-time-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format.second-bg {
    background: url('../images/professional-services-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format.third-bg {
    background: url('../images/we-deliver-quality-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.reliable-skilled-trusted-section .slick-track {
    border-radius: 30px;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part {
    height: auto;
    position: absolute;
    right: 11%;
    top: 50%;
    transform: translateY(-50%);
    width: 39%;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part {
    background: rgba(10 22 57 / 80%);
    padding: 30px;
    border-radius: 30px;
}

.reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .arrow-circle {
    bottom: 24px;
    right: 24px;
}

.statics-section {
    padding: 100px 0 0;
    position: relative;
    background-image: url(../images/h3_bg-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.statics-section .statice-div.div1 {
    min-height: 269px;
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.statics-section .statice-div.div2 {
    min-height: 500px;
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.statics-section .statice-div.div3 {
    min-height: 300px;
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.statics-section .statice-div.div4 {
    min-height: 400px;
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.statics-section .statice-div.div5 {
    min-height: 550px;
    border-left: 1px solid #FFFFFF;
    position: relative;
}

.statics-section .main-top-static {
    align-items: end;
}

.statics-section .main-top-static .col-lg-4 {
    width: 20%;
}

.statics-section .statice-div .widget-container {
    position: absolute;
    top: -10px;
    left: -9px;
}

.statics-section .statice-div .widget-container {
    padding: 6px 6px 6px 6px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}

.statics-section .statice-div .widget-container .icon-wrapper {
    text-align: center;
}

.statics-section .statice-div .widget-container .icon-wrapper .elementor-icon {
    color: #FFFFFF;
    border-color: #FFFFFF;
    display: flex;
    font-size: 5px;
    line-height: 1;
    text-align: center;
    transition: all .3s;
}

.statics-section .statice-div .widget-container .icon-wrapper .elementor-icon svg {
    fill: #FFFFFF;
    width: 5px;
    height: 5px;
}

.statics-section .statice-div .number-part {
    padding-left: 40px;
}

.statics-section .statice-div .number-part strong {
    font-size: 61px;
    font-weight: 700;
    display: flex;
    align-items: start;
    color: #fff;
}

.statics-section .statice-div .number-part strong span {
    font-size: 40px;
    color: #ef8517;
}

.statics-section .statice-div .number-part strong b {
    font-size: 40px;
    color: #ef8517;
    padding: 0 4px;
}

.statics-section .statice-div.div5 .number-part strong {
    align-items: end;
}

.statics-section .statice-div .number-part p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: 0.25s all linear;
    line-height: 27px;
    margin-top: 10px;
}

.brand-logo-section {
    padding: 100px 0;
    border-radius: 0 0 60px 60px;
    border-top: 1px solid #E0E0E0;
    margin-bottom: -96px;
    background: #fff;
    z-index: 5;
    text-align: center;
    position: relative;
}

.brand-logo-section .item {
    padding: 0 20px;
}

.brand-logo-section .slick-dots {
    display: none !important;
}

.brand-logo-section .item img {
    width: 50%;
    display: block;    /*    filter: grayscale(100%);*/
    margin: 0 auto;
}

.brand-logo-section h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #ef8517;
    display: inline-block;
    padding-bottom: 7px;
}

.our-capabilities-section {
    padding: 0;
}

.our-capabilities-section .col-lg-6, .our-capabilities-section .col-lg-8 {
    border-right: 1px solid #E0E0E0;
    width: 80%;
}

.our-capabilities-section .col-lg-4 {
    width: 20%;
}

.our-capabilities-section .col-lg-6:last-child {
    border: 0;
}

.our-capabilities-section .main-container {
    padding: 13px;
    background: #fff;
    border-radius: 20px;
    margin-top: -41px;
    z-index: 5;
    position: relative;
    border: 1px solid #E0E0E0;
}

.our-capabilities-section .main-container .heading2 {
    font-size: 18px;
    margin-bottom: 8px;
    padding: 0;
    line-height: 32px;
    font-weight: 700;
    display: inline-block;    /*  border-bottom: 2px solid #ef8517; */
}

.our-capabilities-section .main-container .main-capabilities {
    align-items: center;
}

.our-capabilities-section .main-container .main-capabilities .heading2 {
    line-height: 24px;
    margin-bottom: 0;
}

.our-capabilities-section .main-container .left-side-part {
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.our-capabilities-section .main-container .right-side-part {
    padding-left: 20px;
}

.our-capabilities-section .main-container .left-side-part .col-lg-6, .our-capabilities-section .main-container .right-side-part .col-lg-6 {
    padding: 0 15px;
    border: 0;
}

.our-capabilities-section .main-container .service-thum-part {
    width: 100%;
}

.our-capabilities-section .main-container .service-thum-part .center-part {
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 0px;
    display: flex;
    align-items: start;
    background: #fff;
    justify-content: center;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.our-capabilities-section .main-container .service-thum-part .image-part {
    width: 23%;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.our-capabilities-section .main-container .service-thum-part .image-part .icon {
    width: 100%;
    height: 100%;
    background: #ef8517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #fff;
}

.our-capabilities-section .main-container .service-thum-part .image-part .icon svg {
    width: 39px;
    height: 39px;
}

.our-capabilities-section .main-container .service-thum-part .image-part img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.our-capabilities-section .main-container .service-thum-part .image-part img.color2 {
    display: none;
}

.our-capabilities-section .main-container .service-thum-part:hover .image-part img.color2 {
    display: block;
}

.our-capabilities-section .main-container .service-thum-part:hover .image-part img.color1 {
    display: none;
}

.our-capabilities-section .main-container .capabilities-div .service-thum-part .center-part {
    transition: 0.25s all linear;
    text-decoration: none;
}

.our-capabilities-section .main-container .capabilities-div .service-thum-part:hover .center-part {
    background: #ef8517;
    transition: 0.25s all linear;
    border-color: #ef8517;
}

.our-capabilities-section .main-container .service-thum-part .text-part {
    display: inline-block;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: 76%;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.our-capabilities-section .main-container .service-thum-part .text-part h4, .our-capabilities-section .main-container .flag-part .center-part .text-part strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-align: left;
    padding-left: 12px;
}

.our-capabilities-section .main-container .capabilities-div .service-thum-part .text-part h4 {
    color: #000;
    font-weight: 600;
    transition: 0.25s all linear;
    font-size: 16px;
    line-height: 21px;
}

.our-capabilities-section .main-container .capabilities-div .service-thum-part:hover .text-part h4 {
    color: #fff;
    transition: 0.25s all linear;
}

.our-capabilities-section .main-container .flag-part .center-part .text-part strong {
    display: block;
    font-size: 9px !important;
    line-height: 10px !important;
}

.our-capabilities-section .main-container .capabilities-div .service-thum-part .center-part {
    border-color: #000;
}

.our-capabilities-section .main-container .capabilities-div .first-headingdiv .service-thum-part .center-part {
    border-color: #ef8517;
    background: #ef8517;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-capabilities-section .main-container .capabilities-div .first-headingdiv .service-thum-part .text-part h4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.our-capabilities-section .main-container .capabilities-div .first-headingdiv .service-thum-part .center-part:hover {
    background: #ef8517;
    border-color: #ef8517;
}

.our-capabilities-section .main-container .capabilities-div .first-headingdiv .service-thum-part .center-part:hover .text-part h4 {
    color: #fff;
}

/* .our-capabilities-section .main-container   {
padding: 10px;
border-radius: 10px;
border: 1px solid #ef8517;
background: rgb(239 133 23 / 10%);
} */
.our-capabilities-section .main-container .col-lg-3 {
    padding: 0 5px;
    width: 25%;
    margin-bottom: 10px;
}

.our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(5), .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(6), .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(7), .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(8) {
    margin-bottom: 0;
}

.our-capabilities-section .main-container .flag-part img {
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.our-capabilities-section .main-container .flag-part {
    width: 100%;
}

.our-capabilities-section .main-container .flag-part .center-part {

    /*     border: 1px solid #E0E0E0; */
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin: 0px;
    display: block;
    background: #fff;
    padding: 0;
    width: 100%;
    text-align: center;
}

.our-capabilities-section .main-container .flag-part .center-part .img-part {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
    object-position: center;
}

.our-capabilities-section .main-container .flag-part .center-part .img-part img {
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

.our-capabilities-section .main-container .flag-part .center-part .text-part {
    display: inline-block;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.our-capabilities-section .main-container .flag-part .center-part .text-part strong {
    padding-left: 0;
    text-align: center;
    font-size: 9px;
    line-height: 10px;
}

.our-capabilities-section .main-container .right-side-part .col-lg-3 {
    padding: 0;
    width: 20%;
}

.services-detail-pages-banner {
    padding: 182px 0 130px;
    background: url('../images/structural-design/structural-design-consultancy-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.services-detail-pages-banner.bim-services-banner {
    background: url('../images/bim-services/bim-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner.estimodelling-pre-bid-services-banner {
    background: url('../images/estimodelling-pre-bid-services/estimodelling-pre-bid-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner.connection-design-services-banner {
    background: url('../images/connection-design-services/connection-design-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner.steel-detailing-services-banner {
    background: url('../images/steel-detailing-services/steel-detailing-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner.deputation-services-banner {
    background: url('../images/deputation-services/deputation-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner.other-engineering-services-banner {
    background: url('../images/other-engineering-services/other-engineering-services-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.services-detail-pages-banner .container {
    z-index: 5;
    position: relative;
}

.services-detail-pages-banner:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.services-detail-pages-banner .left-side-part {
    padding-right: 30px;
}

.services-detail-pages-banner .left-side-part .heading {
    color: #000;
    font-size: 70px;
    font-weight: 700;
    line-height: 73px;
}

.services-detail-pages-banner .right-side-part h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.services-detail-pages-banner .right-side-part p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
    color: #4B4B4B;
}

.services-detail-pages-banner .left-side-part .heading, .services-detail-pages-banner .right-side-part h3, .services-detail-pages-banner .right-side-part p {
    color: #fff;
}

.services-detail-pages-banner .right-side-part p strong {
    font-weight: 700;
}

.services-detail-pages-banner .right-side-part p:last-child {
    margin-bottom: 0;
}

.services-detail-pages-banner .bottom-image {
    margin-top: 70px;
    margin-bottom: -24%;
}

.services-detail-pages-banner .bottom-image img {
    border-radius: 30px;
    width: 100%;
    display: block;
}

.main-services-content {
    padding: 100px 0 0;
}

.main-services-content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.main-services-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    color: #4B4B4B;
    z-index: 5;
    position: relative;
    margin-bottom: 15px;
}

.main-services-content p:last-child {
    margin-bottom: 0;
}

.main-services-content .main-service-box {
    padding: 60px;
    border-radius: 30px;
    background: #F6F3EC;
    position: relative;
    overflow: hidden;
}

.main-services-content .main-service-box .vecotr-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-services-content .main-service-box .vecotr-image img {
    width: 340px;
}

.main-services-content p strong {
    font-weight: 700;
}

.consultancy-services-section {
    padding: 200px 0 60px;
    background: #F6F3EC;
}

.consultancy-services-section .col-lg-3 {
    padding: 0 15px;
    margin-bottom: 48px;
}

.consultancy-services-section .services-thumb {
    background: #0a1639;
    border-radius: 30px;
    width: 100%;    /*     border: 1px solid transparent; */
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb a, .consultancy-services-section .services-thumb .service-point {
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb a .hover-img, .consultancy-services-section .services-thumb .service-point .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    transition: 0.25s all linear;
    width: 355px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.consultancy-services-section .services-thumb .service-point .hover-img img {
    border-radius: 10px;
    width: 100%;
    display: block;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb .service-point .hover-img strong {
    font-size: 18px;
    line-height: 21px;
    display: block;
    font-weight: 500;
    color: #000;
    padding: 10px;
    transition: 0.25s all linear;
}

/* .consultancy-services-section .services-thumb a .hover-img:before, .consultancy-services-section .services-thumb .service-point .hover-img:before {
content: " ";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
transition: 0.25s all linear;
} */
.consultancy-services-section .services-thumb a .hover-img img, .consultancy-services-section .services-thumb .service-point .hover-img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb:hover a .hover-img, .consultancy-services-section .services-thumb.active a .hover-img, .consultancy-services-section .services-thumb:hover .service-point .hover-img, .consultancy-services-section .services-thumb.active .service-point .hover-img {
    display: block;
    transition: 0.25s all linear;
    z-index: 6;
    position: absolute;
    top: -50%;
    left: -8%;
    right: 0;
}

.consultancy-services-section .services-thumb .center-part {
    padding: 35px;
    z-index: 5;
    position: relative;
    border-radius: 30px;    /*  width: 100%; */
}

.consultancy-services-section .services-thumb .center-part .thumb-icon {
    margin-bottom: 30px;
}

.consultancy-services-section .services-thumb .center-part .thumb-icon img {
    width: 64px;
    height: 64px;
}

.consultancy-services-section .services-thumb:hover, .consultancy-services-section .services-thumb.active {
    background: #fff;
    border-color: #0a1639;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb .center-part .content-part strong {
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-bottom: 0;
    min-height: 110px;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb .center-part .content-part span {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-decoration: underline;
    display: none;
}

.fixed-right-box {
    position: fixed;
    top: 0;
    right: -100%;
    background: #fff;
    width: 600px;
    z-index: 999;
    height: 100vh;
}

/* 
.fixed-right-box .closed-icon {
position: absolute;
top: 20px;
right: 20px;
} */

/* .fixed-right-box .closed-icon a {
border-radius: 50%;
border-width: 0;
color: #fff;
cursor: pointer;
width: 30px;
height: 30px;
background: #0a1639;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}
 */

/* .fixed-right-box .closed-icon a svg {
width: 24px;
height: 24px;
} */
.fixed-right-box .closed-icon {
    margin-top: 40px;
    text-align: center;
}

.fixed-right-box .closed-icon a {
    display: inline-block;
    padding: 15px 30px;
    background: #0a1639;
    color: #fff;
}

.fixed-right-box .closed-icon a .text {
    color: #fff;
}

.fixed-right-box .center-part {
    padding: 60px;
}

.fixed-right-box .center-part .thumb-part {
    margin-bottom: 30px;
}

.fixed-right-box .center-part .thumb-part img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.fixed-right-box .center-part .content-parts h3 {
    color: #000000;
    font-size: 28px;
    line-height: 35px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.fixed-right-box .center-part .content-parts p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #4B4B4B;
    margin-bottom: 15px;
}

.fixed-right-box .center-part .content-parts p:last-child {
    margin-bottom: 0;
}

.fixed-right-box .center-part {
    max-height: 90vh;
    overflow-y: scroll;
}

.fixed-right-box .center-part .content-parts p strong {
    font-weight: 700;
}

.overlay-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}

.consultancy-services-section {

    /*     background: url('../images/structural-design/structural-design-consultancy-banner.jpg') no-repeat;
    background-size: cover;
    background-position: center; */
    background-color: #F6F3EC;
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
}

/* .consultancy-services-section.bim-services-section {
background: url('../images/bim/bim-services-bg.jpg') no-repeat;
background-size: cover;
background-position: center;
} */

/* .consultancy-services-section:before {
content: " ";
background: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
 */
.consultancy-services-section .vecotr-image {
    position: absolute;
    right: 0;
    top: 0;
}

.consultancy-services-section .vecotr-image img {
    display: block;
}

.consultancy-services-section .services-thumb:hover .center-part .content-part strong, .consultancy-services-section .services-thumb.active .center-part .content-part strong {
    color: #0a1639;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb:hover .center-part .content-part strong, .consultancy-services-section .services-thumb.active .center-part .content-part strong {
    color: #fff;
    transition: 0.25s all linear;
}

.consultancy-services-section .services-thumb .center-part .content-part a {
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
    font-weight: 600;
}

.consultancy-services-section .services-thumb {
    position: relative;
}

.consultancy-services-section .services-thumb .services-wrap-btn span {
    width: auto;
    height: auto;
    background: #ef8517;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: 0.25s all linear;
    color: #fff;
    position: absolute;
    bottom: -30px;
    right: 51px;
    z-index: 5;
    padding: 10px;
}

.consultancy-services-section .services-thumb .services-wrap-btn span svg {
    width: 25px;
    height: 25px;
}

.consultancy-services-section .services-thumb .services-wrap-btn .decor-border {
    position: absolute;
    width: 149px;
    height: 34px;
    bottom: 1px;
    right: 26px;
    z-index: 3;
}

.consultancy-services-section .services-thumb .services-wrap-btn .decor-border:before {
    content: "";
    width: 149px;
    height: 33px;
    clip-path: path("M0 33H100C90.7952 33 83.6787 25.1703 79.2588 17.1769C73.5989 6.94119 62.6183 0 50 0C37.3818 0 26.4011 6.94119 20.7412 17.1769C16.3213 25.1703 9.20474 33 0 33Z");
    background-color: #F6F3EC;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    z-index: -1;
    gutter-width: 30px;
}

/* .consultancy-services-section .services-thumb .center-part .content-part .button-wrapper a {
border: 1px solid #fff;
display: inline-block;
background: #0a1639;
} */
.consultancy-services-section .services-thumb .top-cut {
    width: 153px;
    position: absolute;
    height: 47px;
    bottom: -1px;
    right: -2px;
    display: none;
}

.consultancy-services-section .services-thumb .top-cut .elementor-widget-container {
    border-radius: 30px 0px 30px 0px;
    background-color: #F6F3EC;
}

.consultancy-services-section .services-thumb .top-cut .spaciaz-border-shape.bottom-left {
    bottom: 0;
    left: auto;
    transform: rotate(-90deg);
    right: 0;
    top: -27px;
    background-color: #F6F3EC;
}

.consultancy-services-section .services-thumb .top-cut .spaciaz-border-shape.top-right {
    top: 0px;
    right: auto;
    transform: rotate(-90deg);
    top: auto;
    bottom: -1px;
    left: -29px;
    background-color: #F6F3EC;
}

.consultancy-services-section .services-thumb .top-cut .elementor-widget-container .elementor-spacer .elementor-spacer-inner {
    height: initial, 60px;
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    left: 0;
    text-align: center;
}

.consultancy-services-section .services-thumb .center-part .content-part .button-wrapper a .text {
    color: #fff;
}

.consultancy-services-section .services-thumb:hover .center-part .content-part .button-wrapper a {
    background: #fff;    /*     border-color: #0a1639; */
}

.consultancy-services-section .services-thumb:hover .center-part .content-part .button-wrapper a .text {
    color: #0a1639;
}

.our-approach-section {
    padding: 100px 0;
}

.our-approach-section.why-choose-us-section {
    overflow: visible;
}

.reliable-skilled-trusted.why-choose-us-section .left-side-part {
    position: sticky;
    top: 100px;
}

.reliable-skilled-trusted.why-choose-us-section .left-side-part .center-part {
    position: relative;
}

/* 
.our-approach-section .left-side-part {
padding-right: 60px;
position: sticky;
top: 100px;
}
 */
.our-approach-section .left-side-part .heading2 {
    margin-bottom: 30px;
}

.our-approach-section .left-side-part .img-part img {
    display: block;
    width: 100%;
    border-radius: 30px;
}

/* .our-approach-section .right-side-part {
padding-left: 60px;
} */
.our-approach-section .right-side-part .row .col-lg-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.our-approach-section .right-side-part .approach-part .icon {
    border-radius: 50%;
    background: #E4ED64;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-approach-section .right-side-part .approach-part .content-part {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.our-approach-section .right-side-part .approach-part .content-part strong {
    display: block;
    color: #000000;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
}

.our-approach-section .right-side-part .approach-part .content-part p {
    margin-top: 15px;
    color: #4B4B4B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.team-members-section {
    padding: 0 0 100px;
}

.team-members-section .heading-part {
    margin-bottom: 60px;
    text-align: center;
}

.team-members-section .col-lg-4 {
    padding: 0 15px;
}

.team-members-section .team-item .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: 0.25s all linear;
}

.team-members-section .team-item .team-image img {
    border-radius: 30px;
    width: 100%;
    display: block;
    transition: 0.25s all linear;
}

.team-members-section .team-item:hover .team-image img {
    -ms-transform: scale(1.1);    /* IE 9 */
    -webkit-transform: scale(1.1);    /* Safari 3-8 */
    transform: scale(1.1);
    transition: 0.25s all linear;
}

.team-members-section .team-item .team-infor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    padding: 20px;
    margin: -45px 45px 0 45px;
    z-index: 4;
}

.team-members-section .team-item .team-job {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 6px;
    text-align: center;
}

.team-members-section .team-item .team-name {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
}

.services-details-page-section {
    padding: 60px 0 150px;
}

.services-details-page-section .main-heading-part {
    padding: 0;
    border-radius: 0;
    text-align: left;
    margin-bottom: 20px;
}

.services-details-page-section .main-heading-part .heading {
    font-size: 35px;
    line-height: 54px;
    color: #0a1639;
}

.services-details-page-section .main-heading-part .heading a {
    text-decoration: none;
}

.services-details-page-section .main-heading-part .heading a .back-arrow {
    margin-right: 5px;
}

.services-details-page-section .main-heading-part .heading a .back-arrow svg {
    width: 30px;
    height: 30px;
    color: #8A8A8A;
}

.services-details-page-section .main-heading-part .heading a:hover .back-arrow svg {
    color: #ef8517;
}

.services-details-page-section .left-side-part {
    padding-right: 30px;
    position: sticky;
    top: 100px;
}

.services-details-page-section .left-side-part ul {
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 30px;
}

.services-details-page-section .left-side-part ul li {
    display: block;
}

.services-details-page-section .left-side-part ul li a {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: all ease 0.35s;
    color: #000;
    text-decoration: none;
}

.services-details-page-section .left-side-part ul li:hover a, .services-details-page-section .left-side-part ul li.active a {
    background: #ef8517;
    transition: all ease 0.35s;
    color: #fff;
    border-bottom: #ef8517;
    border-radius: 10px;
}

.services-details-page-section .left-side-part ul li a span {
    width: 95%;
    transition: all ease 0.35s;
}

.services-details-page-section .left-side-part ul li a i {
    width: 5%;
    text-align: right;
    transition: all ease 0.35s;
    opacity: 0.5;
}

.services-details-page-section .left-side-part ul li:hover a i, .services-details-page-section .left-side-part ul li.active a i {
    opacity: 1;
    color: #fff;
    transition: all ease 0.35s;
}

.services-details-page-section .left-side-part ul li:last-child a {
    border-bottom: 0;
}

.services-details-page-section .right-side-part {
    padding-left: 0;
}

.services-details-page-section .right-side-part .content-part {
    margin-top: 60px;
}

.services-details-page-section .right-side-part .content-part p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.services-details-page-section .right-side-part .content-part p strong {
    font-weight: 700;
}

.services-details-page-section .right-side-part .main-project-heading {
    margin-bottom: 23px;
}

.services-details-page-section .right-side-part .main-project-heading h3 {
    text-align: left;
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 30px;
    transition: 0.25s all linear;
    margin-bottom: 15px;
}

.services-details-page-section .right-side-part .main-project-heading p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    margin-bottom: 8px;
}

.services-details-page-section .right-side-part .main-project-heading .common-tag span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #8A8A8A;
    font-weight: 500;
}

.services-details-page-section .right-side-part .main-project-heading .common-tag span i {
    display: inline-block;
    vertical-align: middle;
}

.services-details-page-section .right-side-part .main-project-heading .common-tag span i svg {
    width: 18px;
    height: 18px;
    color: #000;
}

.services-details-page-section .right-side-part .main-project-heading .common-tag span:last-child {
    margin-right: 0;
}

.services-details-page-section .right-side-part .main-project-heading p:last-child {
    margin-bottom: 0;
}

.services-details-page-section .right-side-part .main-project-heading p strong {
    font-weight: 600;
}

.services-details-page-section .right-side-part .slider-project {
    border-radius: 30px;
}

.services-details-page-section .right-side-part .slider-project .slick-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid #f08618;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: 0px;
    z-index: 5;
    right: 82px;
}

.services-details-page-section .right-side-part .slider-project .slick-arrow.slick-next {
    right: 28px;
}

.services-details-page-section .right-side-part .slider-project .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 19px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.services-details-page-section .right-side-part .slider-project .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 19px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.services-details-page-section .right-side-part .slider-project .item img {
    width: 99%;
    display: block;
    border-radius: 30px;
    border: 1px solid #E0E0E0;
}

.services-details-page-section .right-side-part .slider-nav {
    margin-top: 20px;
}

.services-details-page-section .right-side-part .slider-nav .item {
    padding: 0 10px;
}

.services-details-page-section .right-side-part .slider-nav .item img {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 5px solid #ddd;
}

.services-details-page-section .right-side-part .slider-nav .item.slick-current img {
    border: 5px solid #ef8517;
}

.contact-banner {
    padding: 200px 0 200px;
    background: url(../images/contact/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact-banner:before {
    content: " ";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-banner .container {
    z-index: 5;
    position: relative;
}

.contact-banner .heading {
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-banner p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    transition: 0.25s all linear;
    line-height: 27px;
    margin-top: 0;
}

.contact-banner p a {
    color: #ef8517;
}

.contact-us-address {
    padding: 100px 0 60px;
    border-radius: 80px 80px 0 0;
    margin-top: -5%;
    background: #fff;
    z-index: 5;
    position: relative;
}

.contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.contact-us-address .contact-part1 {
    padding: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
}

.contact-us-address .contact-part1 h3 {
    color: #000000;
    font-size: 32px;
    line-height: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.contact-us-address .contact-part1 h3 span {
    display: inline-block;
    color: #f08618;
    font-size: 18px;/*     border-bottom: 2px solid #f08618; */
}

.contact-us-address .contact-part1 p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    transition: 0.25s all linear;
    line-height: 23px;
    display: flex;
    margin-bottom: 15px;
}

.contact-us-address .contact-part1 p a {
    display: block;
    color: #0a1639;
    margin-bottom: 5px;
}

.contact-us-address .contact-part1 .div-main-part {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-us-address .contact-part1 .div-main-part h3 {
    width: 50%;
}

.contact-us-address .contact-part1 .div-main-part .flag {
    width: 50%;
    text-align: right;
}

.contact-us-address .contact-part1 .div-main-part .flag img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    display: inline-block;
}

.contact-us-address .contact-part1 p a:last-child {
    margin-bottom: 0;
}

.contact-us-address .contact-part1 p:last-child {
    margin-bottom: 0;
}

.contact-us-address .contact-part1 p .icon {
    width: 14%;
    margin-top: 6px;
}

.contact-us-address .contact-part1 p .icon svg {
    width: 20px;
    height: 20px;
}

.contact-us-address .contact-part1 p .text {
    width: 83%;
    padding-left: 8px;
}

.have-somequestions-section {
    padding: 100px 0;
    background-color: #F6F3EC;
    position: relative;
}

.have-somequestions-section .left-side-part {
    padding-right: 60px;
}

.have-somequestions-section .left-side-part .heading2 {
    margin-bottom: 30px;
    padding: 0 10px;
}

.have-somequestions-section .left-side-part input, .have-somequestions-section .left-side-part textarea {
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    padding: 16px 30px 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    outline: none;
    box-shadow: none;
    resize: none;
}

.have-somequestions-section .left-side-part .mb-3 {
    margin-bottom: 0 !important;
}

.have-somequestions-section .left-side-part .col-lg-6, .have-somequestions-section .left-side-part .col-lg-12 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.have-somequestions-section .right-side-map {
    padding-left: 60px;
    height: 100%;
}

.have-somequestions-section .right-side-map iframe {
    height: 100%;
    display: block;
    border-radius: 20px;
}

.have-somequestions-section .button-wrapper.button-wrapper-new {
    margin-top: 30px;
}

.have-somequestions-section .button-wrapper.button-wrapper-new button {
    border: 1px solid #f08618;
    background: #f08618;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: 0.25s all linear;
    font-weight: 400;
}

.have-somequestions-section .button-wrapper.button-wrapper-new button:hover {
    border: 1px solid #020202;
    background: #020202;
    color: #fff;
}

.have-somequestions-section .button-wrapper.button-wrapper-new button:hover .text {
    color: #fff;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part .heading2 {
    margin-bottom: 20px;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part .button-wrapper {
    margin-bottom: 15px;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul {
    padding: 20px;
    border-radius: 10px;
    background: rgba(209, 238, 255, 0.8);
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .padd-left .right-side-part ul {
    min-height: 315px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list {
    margin-top: 20px;
    justify-content: center;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 {
    width: 20%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part span {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    display: none;
    word-break: break-word;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list.main-logo-slider .col-lg-3 .imag-part span {
    min-height: 94px;
    display: block;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list.main-logo-slider .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part {
    margin-bottom: 30px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part .heading2 {
    margin-bottom: 20px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part p strong {
    font-weight: 600;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part p:last-child {
    margin-bottom: 0;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li strong {
    font-weight: 600;
    color: #000;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li:last-child {
    margin-bottom: 0;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .awards {
    margin-top: 40px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .awards .col-lg-3 {
    padding: 0 15px;
}

/* .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li:before {
content: " ";
width: 8px;
height: 8px;
border-radius: 50%;
background: #f08618;
position: absolute;
top: 10px;
left: -21px;
} */
.reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .icon {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .icon img {
    width: 40px;
    height: 40px;
}

.ess-participated-section {
    padding: 100px 0;
    background-color: #F6F3EC;
    position: relative;
    overflow: hidden;
}

.ess-participated-section .vecotr-image {
    position: absolute;
    right: 0;
    top: 0;
}

.ess-participated-section .vecotr-image img {
    display: block;
}

.ess-participated-section .container, .ess-participated-section .slider-participated-item, .ess-participated-section .bottom-content {
    z-index: 5;
    position: relative;
}

.ess-participated-section .slider-participated-item {
    margin-top: 40px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic {
    text-align: center;
    position: relative;
    padding: 40px;
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    background: #fff;
    background-size: cover;
    background-position: bottom;
    width:100%;
}

.ess-participated-section .heading-part {
    padding: 0 15px;
}

.ess-participated-section .heading-part p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
}

.ess-participated-section .heading-part p strong {
    font-weight: 600;
}

.ess-participated-section .col-lg-4, .ess-participated-section .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic:before {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: #E0E0E0;
    display: none;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .dots--bottom {
    width: 40px;
    height: 40px;
    margin: 44px auto 0;
    z-index: 5;
    position: relative;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .dots--bottom svg {
    fill: #E4ED64
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box h3 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box p:last-child {
    margin-bottom: 0;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box p strong {
    font-weight: 600;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box ul {
    padding-left: 23px;
    margin-bottom: 20px;
    min-height: 421px;
}

.ess-participated-section.what-we-offer-section .slider-participated-item .main-thumb-domestic .top-main-box ul {
    min-height: 345px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box ul li:before {
    content: "\2714";
    font-size: 15px;
    border-radius: 50%;
    color: #f08618;
    position: absolute;
    top: 2px;
    left: -21px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box ul li:last-child {
    margin-bottom: 0;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box .bot-img {
    margin-top: 0;
    margin-bottom: 30px;
}

.ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box .bot-img img {
    display: block;
    margin: 0 auto;
}

.ess-participated-section .bottom-content {
    margin-top: 60px;
}

.ess-participated-section .bottom-content p {
    color: #4B4B4B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 15px;
}

.our-philosophy-section {
    background: #0a1639;
}

.our-philosophy-section .heading-part {
    margin-bottom: 40px;
    padding: 0;
}

.our-philosophy-section .heading-part .heading2 {
    color: #fff;
}

.our-philosophy-section .col-lg-4 {
    padding: 100px 54px;
}

.our-philosophy-section .col-lg-4.center-box {
    background: #163387;
}

.our-philosophy-section .common-vision-box .title-head {
    display: block;
    align-items: center;
    margin-bottom: 10px;
}

.our-philosophy-section .common-vision-box .title-head .icon {
    width: auto;
    margin-bottom: 20px;
}

.our-philosophy-section .common-vision-box .title-head .icon svg {
    width: 70px;
    height: 70px;
    color: #fff;
}

.our-philosophy-section .common-vision-box .title-head h4 {
    width: auto;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.our-philosophy-section .common-vision-box p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.our-philosophy-section .common-vision-box p strong {
    font-weight: 700;
}

.team-members-section.our-team-section {
    padding: 100px 0 60px;
}

.team-members-section.our-team-section .col-lg-4 {
    margin-bottom: 40px;
}

.slider-participated .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.reliable-skilled-trusted-section.why-ess-section {
    background: #fff;
}

.consultancy-services-section.services-list-part-bottom-relted {
    padding: 100px 0 60px;
}

.contact-banner.about-us-banner {
    padding: 150px 0 100px;
    background: url(../images/about/about-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-banner.about-us-banner.portfolio-banner {
    background: url(../images/portfolio/portfolio-banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section {
    overflow: visible;
}

.reliable-skilled-trusted.excellent-services-section .left-side-part {
    position: sticky;
    top: 100px;
}

.reliable-skilled-trusted.excellent-services-section.about-credentials-section .left-side-part .awards .col-lg-6 {
    padding: 0 15px;
}

.blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .blogs-thumb {
    text-decoration: none;
    padding: 0;
    border: 0;
}

.blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part {
    padding: 36px 0 0;
}

.blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part h4 {
    margin-bottom: 15px;
}

.blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part .link-part {
    color: #ef8517;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}

.blog-setions.blog-details-landing-page .bottom-blogs .col-lg-4 {
    margin-bottom: 30px;
}

.blog-setions.blog-details-landing-page .bottom-blogs a {
    text-decoration: none;
}

.blog-setions.blog-details-landing-page .bottom-blogs .col-lg-4 .row {
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    transition: 0.25s all linear;
}

.blog-setions.blog-details-landing-page .bottom-blogs .col-lg-4 .row:hover {
    background-color: #F6F3EC;
    transition: 0.25s all linear;
    border-color: #F6F3EC;
}

.blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part p {
    font-size: 16px;
    line-height: 24px;
}

.blog-setions.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part h4 {
    font-size: 20px;
    line-height: 28px;
}

.contact-banner.blog-banner-section {
    padding: 150px 0 100px;
}

.contact-banner.blog-banner-section .heading {
    margin-bottom: 0;
}

.blog-setions.blog-details-landing-page {
    padding: 60px 0 100px;
}

.blog-setions.blog-details-landing-page .left-side-part {
    padding-right: 60px;
}

.blog-setions.blog-details-landing-page .left-side-part .heading {
    font-size: 54px;
    color: #000;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.blog-setions.blog-details-landing-page .left-side-part .image-part {
    margin-bottom: 20px;
}

.blog-setions.blog-details-landing-page .left-side-part .image-part img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.blog-setions.blog-details-landing-page .left-side-part .heading2 {
    font-size: 29px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-setions.blog-details-landing-page .left-side-part p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
}

.blog-setions.blog-details-landing-page .left-side-part ul {
    padding-left: 23px;
    margin-bottom: 20px;
}

.blog-setions.blog-details-landing-page .left-side-part ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.blog-setions.blog-details-landing-page .left-side-part ul li a {
    color: #f08618;
}

.blog-setions.blog-details-landing-page .left-side-part .two-part-box {
    margin-bottom: 30px;
}

.blog-setions.blog-details-landing-page .left-side-part .two-part-box .col-lg-6 {
    padding: 0 15px;
}

.blog-setions.blog-details-landing-page .left-side-part .two-part-box .right-side-part {
    position: static;
    top: 0;
}

.blog-setions.blog-details-landing-page .left-side-part ul li strong {
    font-weight: 700;
}

.blog-setions.blog-details-landing-page .left-side-part ul li:before {
    content: "\2714";
    font-size: 15px;
    border-radius: 50%;
    color: #f08618;
    position: absolute;
    top: 2px;
    left: -21px;
}

.blog-setions.blog-details-landing-page .left-side-part ul li:last-child {
    margin-bottom: 0;
}

.blog-setions.blog-details-landing-page .left-side-part .thumb-part {
    margin-bottom: 20px;
}

.blog-setions.blog-details-landing-page .left-side-part .thumb-part img {
    display: block;
    width: 100%;
}

.blog-setions.blog-details-landing-page .right-side-part {
    position: sticky;
    top: 100px;
}

.blog-setions.blog-details-landing-page .right-side-part h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
}

.blog-setions.blog-details-landing-page .right-side-part ul li {
    display: block;
}

.blog-setions.blog-details-landing-page .right-side-part ul li a {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
}

.blog-setions.blog-details-landing-page .right-side-part ul li .thumb-image {
    width: 30%;
}

.blog-setions.blog-details-landing-page .right-side-part ul li .thumb-image img {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.blog-setions.blog-details-landing-page .right-side-part ul li .content-part {
    width: 70%;
    padding-left: 20px;
}

.blog-setions.blog-details-landing-page .right-side-part ul li .content-part h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-setions.blog-details-landing-page .right-side-part ul li .content-part span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    color: #f08618
}

.careers-section-list .bottom-part-carrer {
    text-align: center;
}

.careers-section-list .bottom-part-carrer p {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.careers-section-list .bottom-part-carrer p a {
    color: #f08618;
    text-decoration: none;
}

.blog-setions.our-project-new.blog-details-landing-page.careers-section-list .bottom-blogs .blogs-thumb .content-part h4 {
    min-height: auto;
    margin-bottom: 0;
}

.blog-details-section {
    padding: 100px 0;
}

.blog-details-section .left-side-part {
    padding-right: 60px;
}

.blog-details-section .left-side-part .heading2 {
    font-size: 34px;
    margin-bottom: 30px;
}

.blog-details-section .right-side-part {
    padding-left: 60px;
}

.blog-details-section .left-side-part ul {
    padding-left: 30px;
}

.blog-details-section .left-side-part ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
    position: relative;
}

.blog-details-section .left-side-part ul li:before {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f08618;
    position: absolute;
    top: 8px;
    left: -21px;
}

.blog-details-section .right-side-part .apply-now .list-from input, .blog-details-section .right-side-part .apply-now .list-from textarea, .blog-details-section .right-side-part .apply-now .list-from select {
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    padding: 16px 30px 16px 30px;
    border-radius: 30px 30px 30px 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    outline: none;
    box-shadow: none;
    resize: none;
}

.blog-details-section .right-side-part .apply-now .col-lg-6, .blog-details-section .right-side-part .apply-now .col-lg-12 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.blog-details-section .right-side-part .apply-now {
    padding: 60px 30px;
    background-color: #F6F3EC;
    border-radius: 30px;
}

.blog-details-section .right-side-part .apply-now .heading2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 40px;
}

.blog-details-section .right-side-part .apply-now .list-from select {
    width: 100%;
}

.blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new {
    margin-top: 17px;
    text-align: center;
}

.blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new button {
    border-color: #0a1639;
    background: #0a1639;
    display: inline-block;
}

.blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new button .text {
    color: #fff;
}

.blog-details-section .right-side-part .apply-now .col-lg-12:last-child {
    margin-bottom: 0;
}

/* 
.blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new:hover button {

}

.blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new:hover button .text {

} */
.file-upload {
    display: block;
    text-align: center;
}

.file-upload .file-select {
    display: block;
    color: #7d7d7d;
    cursor: pointer;
    height: 60px;
    line-height: 40px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 17px;
    border-radius: 30px;
}

.file-upload .file-select .file-select-button {
    background: #4e4e4e;
    padding: 0 10px;
    display: inline-block;
    height: 60px;
    width: 82px;
    line-height: 62px;
    float: right;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
}

.file-upload .file-select .file-select-name {
    line-height: 58px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #4e4e4e;
}

.file-upload .file-select:hover {
    border-color: #000000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #000000;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #000000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #e4e4e4;
    color: #000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.lg-toolbar .lg-close:after {
    content: ' \2715' !important;
}

.lg-actions .lg-prev:after {
    content: ' \276E' !important;
}

.lg-actions .lg-next:before {
    content: ' \276F' !important;
}

.lg-toolbar .lg-icon.lg-download, .lg-outer .lg-toogle-thumb {
    display: none;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    font-family: 'gothammedium' !important;
}

.lg-outer .lg-thumb {
    margin: auto;
}

.portfolio-section {
    padding: 100px 100px;
}

.portfolio-section .no-data {
    text-align: center;
    font-size: 56px;
    color: #000000;
    line-height: 55px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
        margin: 103px 0 100px;
}
.portfolio-section .no-data img{
    width:90px;
    display:block;
    margin:0 auto 20px;
}
.portfolio-section #filter {
    text-align: center;
    margin-bottom: 44px;
}

.portfolio-section #filter li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 39px;
    padding: 12px 30px;
    background-color: transparent;
    border: 1px solid #000;
    transition: 0.25s all linear;
    color: #000;
    cursor: pointer;
}

.portfolio-section #filter li.active, .portfolio-section #filter li:hover {
    background-color: #f0871b;
    border-color: #f0871b;
    transition: 0.25s all linear;
    color: #fff;
}

.portfolio-section .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.portfolio-section .gallerycntr {
    padding: 0;
    border: 0;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #9a8b8b;
}

.portfolio-section .gallerycntr img {
    border-radius: 30px;
    transition: 0.25s all linear;
    width: 100%;
    max-height: 100%;
    height: 255px;
    object-fit: cover;
    object-position: center;
    transition: 0.25s all linear;
    display: block;
}

.portfolio-section .filter-img .img-main {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.portfolio-section .filter-img:hover .gallerycntr img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.25s all linear;
}

.portfolio-section .content-part {
    padding: 27px;
    display: none;
}

.portfolio-section .content-part h3 {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 0;
    color: #8A8A8A;
}

.portfolio-section .content-part h4 {
    color: #000000;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part p {
    margin-bottom: 9px;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part p strong {
    font-weight: 600;
}

.reliable-skilled-trusted.excellent-services-section .right-side-part p:last-child {
    margin-bottom: 0;
}

.reliable-skilled-trusted-section.why-ess-section.about-our-team-section {
    padding: 100px 0;
    overflow: hidden;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.about-credentials-section {
    padding-top: 0;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.about-credentials-section .padd-left {
    padding-left: 0;
    padding-right: 20px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.about-credentials-section .padd-right {
    padding-left: 20px;
    padding-right: 0;
}

.reliable-skilled-trusted.excellent-services-section.excellent-services-section .right-side-part .list-of-skilled p {
    font-size: 16px;
    line-height: 24px;
}

.reliable-skilled-trusted-section.about-our-team-section .main-row-part .right-side-part .center-part p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.reliable-skilled-trusted-section.about-our-team-section .main-row-part .right-side-part .center-part .button-wrapper a {
    display: inline-block;
}

.careers-section-list .our-projects-slider .row {
    text-decoration: none;
}

.careers-section-list .our-projects-slider .col-lg-4 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.careers-section-list .our-projects-slider .col-lg-2 {
    padding: 0 0;
}

.careers-section-list .our-projects-slider .col-lg-9 {
    padding: 0 0;
}

.careers-section-list .our-projects-slider .col-lg-7 {
    padding-left: 20px;
}

.careers-section-list .our-projects-slider .carrer-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.careers-section-list .our-projects-slider .carrer-thumb img {
    display: block;
    border-radius: 10px;
}

.careers-section-list .our-projects-slider .title-middel {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.careers-section-list .our-projects-slider .title-middel span {
    display: block;
    font-size: 13px;
}

.careers-section-list .our-projects-slider p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #4B4B4B;
}

.careers-section-list .our-projects-slider .arrow1 {
    width: 40px;
    height: 40px;
    background: #ef8517;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 20px;
    transition: 0.25s all linear;
    color: #fff;
}

.careers-section-list .our-projects-slider .arrow1 svg {
    width: 17px;
    height: 17px;
}

.career-details-section {
    background: url('../images/careers/career-background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 150px;
}

.career-details-section .container {
    z-index: 5;
    position: relative;
}

.career-details-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.career-details-section .heading-part {
    margin-bottom: 40px;
}

.career-details-section .left-side-part .heading2 {
    color: #fff;
}

.career-details-section .left-side-part ul li {
    color: #fff;
}

.services-detail-pages-banner.pacific-training-section .bottom-image {
    margin-bottom: 0
}

.excellent-services-section.about-pacific-training .right-side-part {
    display: flex;
    align-items: center;
    height: 100%;
}

.ess-participated-section.what-we-offer-section .slider-participated-item {
    margin-top: 0;
}

.ess-participated-section.what-we-offer-section .slider-participated-item .col-lg-4 {
    margin-bottom: 0;
}

footer.traning-footer .top-get-touch p {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.what-our-students-say-section {
    padding: 100px 0;
}

.what-our-students-say-section .heading-part {
    margin-bottom: 40px;
}

.what-our-students-say-section .slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.what-our-students-say-section .item {
    padding: 0 15px;
}

.what-our-students-say-section .item .user-testimonial-box {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #E0E0E0;
    position: relative;
}

.what-our-students-say-section .item .user-testimonial-box .top-iconset {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
}

.what-our-students-say-section .item .user-testimonial-box .top-iconset:before {
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0, 30 30, 30 L 0 30 Z");
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    transform: rotate(180deg);
    background: #fff;
}

.what-our-students-say-section .item .user-testimonial-box .top-iconset:after {
    width: 30px;
    height: 30px;
    clip-path: path("M0 0 Q0, 30 30, 30 L 0 30 Z");
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    transform: rotate(180deg);
    background: #fff;
}

.what-our-students-say-section .item .user-testimonial-box .icon {
    width: 50px;
    height: 50px;
    background: #f08618;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.what-our-students-say-section .item .user-testimonial-box .icon svg {
    width: 25px;
    height: 25px;
}

.what-our-students-say-section .item .user-testimonial-box .center-part {
    height: 100%;
}

/* .what-our-students-say-section .slick-arrow {
display: none !important;
} */
.what-our-students-say-section .slick-arrow {
    width: 45px;
    height: 45px;
    border: 2px solid #f08618;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    font-size: 0;
    position: absolute;
    top: -65px;
    right: 82px;
}

.what-our-students-say-section .slick-arrow.slick-prev:before {
    content: "\276E";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.what-our-students-say-section .slick-arrow.slick-next {
    right: 28px;
}

.what-our-students-say-section .slick-arrow.slick-next:before {
    content: "\276F";
    font-size: 25px;
    color: #f08618;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.what-our-students-say-section .item .user-testimonial-box .center-part p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    min-height: 259px;
}

.what-our-students-say-section .item .user-testimonial-box .center-part .user-bottom {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.what-our-students-say-section .item .user-testimonial-box .center-part .user-bottom strong {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.contact-banner.blog-banner-section.pacific-training-banner {
    background: url('../images/training-institute/pacific-training-banner.jpg') no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}

.services-detail-pages-banner.pacific-training-section .left-side-part .heading {
    font-size: 53px;
    line-height: 70px;
    margin-bottom: 30px;
}

.reliable-skilled-trusted.excellent-services-section.about-pacific-training .right-side-part p {
    margin-bottom: 30px;
}

.reliable-skilled-trusted.excellent-services-section.about-pacific-training .right-side-part p:last-child {
    margin-bottom: 0;
}

/* .reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg {
background: url(../images/about/our-team-bg.jpg) no-repeat;
background-size: cover;
background-position: center;
} */
.reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg {
    overflow: hidden;
    background: none;
    position: relative;
}

.reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .top-video-part {
    height: 470px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: 0.50s all linear;
}

.reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .video-bg {
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 470px;
}

.reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .video-bg video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.contact-banner.blog-banner-section.career-banner-section {
    background: url('../images/careers/career-banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-banner.blog-banner-section {
    background: url('../images/blog/blog-banner.jpg')no-repeat;
    background-size: cover;
    background-position: center;
}

/* 
.contact-banner.blog-banner-section.career-banner-section, .contact-banner.blog-banner-section {
background: #0a1639;
}
 */
.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .button-wrapper {
    margin-bottom: 38px;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .button-wrapper a {
    display: inline-block;
    background: #fff;
    border: 1px solid #f08719;
    padding: 9px 15px;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section {
    background-color: #F6F3EC;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .button-wrapper a .text {
    color: #f08719;
    font-size: 16px;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .button-wrapper a:hover {
    background: #f08719;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .button-wrapper a:hover .text {
    color: #fff;
}

.reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .awards {
    margin-top: 40px;
}

.services-detail-pages-banner.pacific-training-section {
    background: none;
    padding: 100px 0 0 60px;
}

.services-detail-pages-banner.pacific-training-section:before {
    content: none;
}

.services-detail-pages-banner.pacific-training-section .left-side-part .heading {
    color: #000;
}

.services-detail-pages-banner.pacific-training-section .right-side-part h3, .services-detail-pages-banner.pacific-training-section .right-side-part p {
    color: #000;
}

.key-offerings-section {
    padding: 100px 0;
    background-color: #F6F3EC;
    position: relative;
}

.key-offerings-section .heading-part {
    margin-bottom: 25px;
}

.key-offerings-section .heading2 {
    font-size: 30px;
    border-bottom: 2px solid #ee902e;
    display: inline-block;
}

.key-offerings-section .main-part-list ul {
    counter-reset: item;
    padding-left: 42px;
}

.key-offerings-section .main-part-list ul li {
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.key-offerings-section .main-part-list ul li:before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    width: 2em;
    position: absolute;
    top: 29px;
    left: -34px;
    color: #ee8417;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.key-offerings-section .main-part-list ul li h3 {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 6px;
    font-weight: 500
}

.key-offerings-section .main-part-list ul li p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.key-offerings-section .main-part-list ul li p:last-child {
    margin-bottom: 0;
}

.key-offerings-section .main-part-list ul li p strong {
    font-weight: 700;
}

.reliable-skilled-trusted.why-choose-us-section .padd-left {
    padding-left: 0;
    padding-right: 60px;
}

.reliable-skilled-trusted.why-choose-us-section .padd-right {
    padding-right: 0;
    padding-left: 60px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .heading2 {
    margin-bottom: 30px;
    font-weight: 700;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li {
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-bottom: 50px;
    padding-left: 40px;
}

.excellent-services-section.about-pacific-training.key-offerings-new-format-section .right-side-part {
    display: block;
    height: auto;
    margin-top: 72px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3 {
    color: #000000;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3:before {
    content: "\276F";
    font-size: 13px;
    color: #fff;
    background: #ef8517;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li p {
    color: #4B4B4B;
    margin-bottom: 7px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li p:last-child {
    margin-bottom: 0;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li ul {
    padding-left: 23px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li ul li {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li ul li:before {
    content: "\2714";
    font-size: 15px;
    border-radius: 50%;
    color: #f08618;
    position: absolute;
    top: 2px;
    left: -21px;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li ul li strong {
    font-weight: 700;
}

.content-part-carrer {
    padding: 60px 0 0;
}

.content-part-carrer p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.content-part-carrer p a {
    color: #ef8517;
}

.reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section.our-specialized-services-section .heading2 {
    font-size: 35px;
    line-height: 46px;
}

.contact-banner.Services-landing-banner-section {
    background: url('../images/services/service-banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 141px 0 100px;
}

.thank-you-page-section {
    padding: 152px 0 100px;
    background-color: #F6F3EC;
    position: relative;
    overflow: hidden;
}

.thank-you-page-section .top-cut .elementor-widget-container {
    background: #F6F3EC;
}

.thank-you-page-section .right-side-part {
    display: flex;
    align-items: center;
    padding-left: 60px;
    height: 100%;
}

.thank-you-page-section .right-side-part .button-wrapper a {
    border: 1px solid #0a1639;
    background: #0a1639;
    display: inline-block;
}

.thank-you-page-section .right-side-part .button-wrapper a .text {
    color: #fff;
}

.thank-you-page-section .right-side-part .button-wrapper a:hover {
    border-color: #0a1639;
    background: transparent;
    display: inline-block;
}

.thank-you-page-section .right-side-part .button-wrapper a:hover .text {
    color: #0a1639;
}

.reliable-skilled-trusted.excellent-services-section.error-404-page-section .right-side-part .heading2 {
    font-size: 32px;
}

.reliable-skilled-trusted.excellent-services-section.error-404-page-section .right-side-part .heading2 span {
    display: block;
    font-size: 59px;
    line-height: 59px;
}

.request-a-quote-button {
    position: fixed;
    top: 46%;
    right: -69px;
    z-index: 99;
    transform: rotate(-90deg);
    cursor: pointer;
}

.request-a-quote-button .common-btn {
    padding: 15px 25px;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    background: #f08618;
    transition: 0.25s all 
    linear;
    color: #fff;
    border: 1px solid #f08618;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
}

.requst-a-quote-common-popup .modal-content {
    border-radius: 20px;
}

.requst-a-quote-common-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) !important;
    max-width: 600px;
}

.requst-a-quote-common-popup .modal-body {
    padding: 40px;
    background-color: #F6F3EC;
    border-radius: 20px;
    position: relative;
}

.requst-a-quote-common-popup .modal-body .heading2 {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.requst-a-quote-common-popup .modal-body form .col-lg-6, .requst-a-quote-common-popup .modal-body form .col-lg-12 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.requst-a-quote-common-popup .modal-body form .col-lg-12:last-child {
    margin-bottom: 0;
}

.requst-a-quote-common-popup .modal-body form .button-wrapper {
    text-align: center;
    margin-top: 30px;
}
.requst-a-quote-common-popup .modal-body form button{
        color: #fff;
}
.requst-a-quote-common-popup .modal-body form button:hover{
    color:#0a1639;
}
.requst-a-quote-common-popup .modal-body form .button-wrapper  .contact_us {
    border: 1px solid #f08618;
    background: #f08618;
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: 0.25s all linear;
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
}

.requst-a-quote-common-popup .modal-body form .button-wrapper  .contact_us:hover {
    background: #0a1639;
    border: 1px solid #0a1639;
}

.requst-a-quote-common-popup .modal-body form .mb-3 {
    margin-bottom: 0 !important;
}

.requst-a-quote-common-popup .modal-body form input, .requst-a-quote-common-popup .modal-body form textarea {
    background-color: #fff;
    border-width: 0px 0px 0px 0px;
    padding: 16px 30px 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    outline: none;
    box-shadow: none;
    resize: none;
}

.requst-a-quote-common-popup .close-btn {
    width: 30px;
    height: 30px;
    background: #0a1639;
    position: absolute;
    top: -8px;
    right: -6px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 1px 4px;
    cursor: pointer;
}

.requst-a-quote-common-popup .close-btn svg {
    width: 24px;
    height: 24px;
}


/***********************************/

@media screen and (max-width:1600px) {
    .hero-banner .main-content-container {
        width: 88%;
    }

    .project-section .main-part {
        padding: 0 63px;
    }

    .service-scrolling-part .service-thum-part .text-part h4 {
        font-size: 21px;
        line-height: 29px;
    }

    .service-scrolling-part .service-thum-part .center-part {
        width: 68%;
    }

    .hero-banner .big-banner {
        height: 99vh;
    }

    .services-detail-pages-banner .bottom-image {
        margin-bottom: -26%;
    }

    .services-detail-pages-banner.pacific-training-section .left-side-part .heading {
        font-size: 50px;
        line-height: 58px;
    }

    .fixed-right-box .center-part .content-parts p {
        font-size: 16px;
        line-height: 24px;
    }

}

@media(max-width:1366px) {
}

@media only screen and (min-width:1300px) and (max-width:1440px) {
    .header-main {
        padding: 5px 10px;
        margin: 10px 10px;
    }

    .header .logo {
        padding-right: 20px;
    }

    .header .nav-menu {
        margin-left: 10px;
    }

    .header .menu .menu-item a {
        display: block;
        padding: 14px 9px;
        font-size: 18px;
    }

    .header .menu .menu-item {
        margin: 0 8px;
    }

    .heading {
        font-size: 48px;
        line-height: 59px;
    }

    .hero-banner .main-content-container .center-part {
        padding-right: 30px;
    }

    .hero-banner .main-content-container p br {
        display: none;
    }

    .hero-banner .main-content-container p {
        font-size: 18px;
        line-height: 27px;
    }

    .button-wrapper a .text {
        font-size: 14px;
    }

    .hero-banner .big-banner .video-bg video {
        width: auto;
    }

    .heading2 {
        font-size: 48px;
        line-height: 51px;
    }

    .about-us-home p {
        font-size: 18px;
        line-height: 30px;
    }

    .about-us-home .bottom-side-part .col-lg-6 {
        padding: 0 10px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 25px;
        min-height: 207px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong {
        font-size: 38px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong span {
        font-size: 32px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part p {
        font-size: 16px;
    }

    .about-us-home .bottom-side-part .right-about-element .col-lg-6 {
        margin-bottom: 20px;
    }

    .our-services .col-lg-4 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .our-services .services-thumb .list-thumb .image-service img {
        width: 83%;
    }

    .project-section .main-part {
        padding: 0 30px;
    }

    .project-section .main-part .center-part .heading-part {
        margin-top: 70px;
    }

    .project-section .main-part .center-part .heading-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .project-section .main-part .center-part .bottom-location-project span {
        font-size: 74px;
    }

    .project-section .main-part .center-part .bottom-location-project {
        padding-left: 110px;
    }

    .project-section .main-part .center-part .bottom-location-project h3 {
        font-size: 16px;
    }

    .project-section .main-part .center-part .bottom-location-project h4 {
        font-size: 27px;
        line-height: 31px;
    }

    .reliable-skilled-trusted .right-side-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .reliable-skilled-trusted .padd-left {
        padding-left: 20px;
    }

    .reliable-skilled-trusted .padd-right {
        padding-right: 20px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon {
        height: 60px;
        width: 60px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon svg {
        width: 30px;
        height: 30px;
    }

    .testimonial-section .tetimonial-slider .item p {
        font-size: 27px;
        line-height: 38px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-prev {
        left: -20px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-next {
        right: -20px;
    }

    .contact-part {
        padding: 100px 20px;
    }

    .contact-part .main-contact-container .main-contact-part {
        padding: 50px;
        width: 80%;
        margin: 0 auto;
    }

    .contact-part .main-contact-container form {
        margin: 0 8%;
    }

    .contact-part .main-contact-container .heading-part .heading2 {
        font-size: 29px;
        line-height: 38px;
    }

    .contact-part .main-contact-container form p {
        font-size: 16px;
    }

    .blog-setions .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 26px;
    }

    footer .top-get-touch .heading2 {
        font-size: 41px;
        padding-right: 30px;
    }

    footer .bottom-part-footer {
        padding: 40px;
        margin: 0 15px;
    }

    footer .bottom-part-footer .short-links .common-add small, footer .bottom-part-footer .short-links .common-add a {
        padding-left: 10px;
        word-break: break-word;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 24px;
    }

    footer .bottom-part-footer .short-links .follow-us a {
        margin-right: 7px;
        display: inline-block;
        vertical-align: top;
    }

    footer .bottom-part-footer .short-links .follow-us a svg {
        height: 20px;
        width: 20px;
    }

    footer .bottom-part-footer .copy-right p {
        font-size: 16px;
    }

    .service-scrolling-part .service-thum-part .center-part {
        width: 96%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .our-capabilities-section {
        padding: 0 0;
    }

    .our-capabilities-section .main-container .service-thum-part .center-part {
        display: block;
    }

    .our-capabilities-section .main-container .service-thum-part .image-part {
        width: 40%;
        height: auto;
        margin: 0 auto 10px;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part h4, .our-capabilities-section .main-container .flag-part .center-part .text-part strong {
        width: auto;
        text-align: center;
        padding: 0;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part {
        width: auto;
        display: block;
    }

    .blog-setions.our-project-new .heading2 {
        font-size: 34px;
    }

    .our-capabilities-section .main-container .flag-part .center-part .img-part {
        width: 100%;
        height: auto;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: 34px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part {
        padding: 25px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part {
        width: 50%;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 42px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 33px;
    }

    .our-capabilities-section .col-lg-6, .our-capabilities-section .col-lg-8 {
        width: 66.6666666667%;
    }

    .our-capabilities-section .col-lg-4 {
        width: 33.3333333333%;
    }

    .our-capabilities-section .main-container .right-side-part .col-lg-3 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 {
        padding: 29px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 h3 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 17px;
    }

    .contact-us-address .contact-part1 p {
        font-size: 15px;
        word-break: break-all;
    }

    .have-somequestions-section .left-side-part .heading2 {
        padding: 0 5px;
    }

    .have-somequestions-section .left-side-part .col-lg-6, .have-somequestions-section .left-side-part .col-lg-12 {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 40px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 40px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part p {
        font-size: 16px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .title-middel {
        margin-top: 8px;
    }

    .ess-participated-section .heading-part .heading2 br {
        display: none;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: 81%;
    }

    .our-philosophy-section .common-vision-box .title-head .icon {
        width: 17%;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 0 24px;
    }

    .our-philosophy-section .heading-part {
        padding: 0 24px;
    }

    .team-members-section.our-team-section {
        padding: 60px 0 60px;
    }

    .team-members-section .team-item .team-infor {
        margin: -51px 19px 0 19px;
    }

    .team-members-section .team-item .team-name {
        font-size: 23px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading {
        font-size: 40px;
        line-height: 49px;
    }

    .blog-setions.blog-details-landing-page .right-side-part ul li .content-part {
        padding-left: 8px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading2 {
        font-size: 23px;
        line-height: 36px;
    }

    .blog-details-section .right-side-part {
        padding-left: 20px;
    }

    .blog-details-section .left-side-part {
        padding-right: 20px;
    }

    .portfolio-section {
        padding: 60px 15px;
    }

    .portfolio-section .col-lg-4 {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .blog-setions.our-project-new .button-wrapper {
        margin-right: 127px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
        padding: 40px 20px 20px;
        min-height: 96px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: auto;
    }

    .heading2 {
        font-size: 33px;
        line-height: 42px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 33px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 20px;
    }

    .statics-section .statice-div .number-part p {
        font-size: 15px;
        line-height: 22px;
    }

    footer .top-get-touch {
        padding: 71px 0 51px;
    }

    footer .top-get-touch .heading2 {
        font-size: 32px;
        padding-right: 28px;
    }

    footer .bottom-part-footer {
        padding: 30px
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0 15px;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 21px;
    }

    footer .bottom-part-footer .short-links ul li a {
        font-size: 16px;
        line-height: 23px;
    }

    .heading {
        font-size: 41px;
        line-height: 54px;
    }

    .contact-banner p {
        font-size: 16px;
        line-height: 23px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic {
        padding: 30px;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 53px 24px;
    }

    .our-philosophy-section .common-vision-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: auto;
    }

    .reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .video-bg video {
        width: auto;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .padd-left .right-side-part ul {
        min-height: 283px;
    }

    .services-detail-pages-banner .left-side-part .heading {
        font-size: 42px;
        line-height: 52px;
    }

    .services-detail-pages-banner {
        padding: 157px 0 93px;
    }

    .main-services-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
    }

    .main-services-content .main-service-box {
        padding: 35px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .portfolio-section .content-part {
        padding: 27px 15px;
    }

    .portfolio-section .content-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .services-detail-pages-banner.pacific-training-section {
        padding: 100px 0 0;
    }

    .services-detail-pages-banner.pacific-training-section .left-side-part .heading {
        font-size: 34px;
        line-height: 42px;
    }

    .services-detail-pages-banner .right-side-part h3 {
        font-size: 20px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .what-our-students-say-section .item .user-testimonial-box .center-part p {
        font-size: 18px;
        line-height: 27px;
        min-height: 249px;
    }

    footer.traning-footer .top-get-touch p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .careers-section-list .our-projects-slider .col-lg-7 {
        padding-left: 13px;
    }

    .careers-section-list .our-projects-slider .title-middel {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .careers-section-list .our-projects-slider p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-setions.blog-details-landing-page {
        padding: 60px 0 60px;
    }

    .blog-setions.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .contact-banner {
        padding: 143px 0 139px;
    }

    .contact-us-address {
        padding: 50px 0 60px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 20px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 20px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading {
        font-size: 36px;
        line-height: 44px;
    }

}

@media screen and (min-width:1361px) and (max-width:1366px) {
}

@media screen and (min-width:1431px) and (max-width:1440px) {
}

@media (max-width:1280px) {
    .header-main {
        padding: 5px 10px;
        margin: 10px 10px;
    }

    .header .logo {
        padding-right: 20px;
    }

    .header .nav-menu {
        margin-left: 10px;
    }

    .header .menu .menu-item a {
        display: block;
       padding: 12px 9px;
    }
 .hero-banner .big-banner .video-bg video {
    width: auto;
    height: 100%;
  }
    .header .menu .menu-item {
        margin: 0 8px;
    }

    .heading {
        font-size: 48px;
        line-height: 59px;
    }

    .hero-banner .main-content-container .center-part {
        padding-right: 30px;
    }

    .hero-banner .main-content-container p br {
        display: none;
    }

    .hero-banner .main-content-container p {
        font-size: 18px;
        line-height: 27px;
    }

    .button-wrapper a .text {
        font-size: 14px;
    }

    .hero-banner .big-banner .video-bg video {
        width: auto;
    }

    .heading2 {
        font-size: 48px;
        line-height: 51px;
    }

    .about-us-home p {
        font-size: 18px;
        line-height: 30px;
    }

    .about-us-home .bottom-side-part .col-lg-6 {
        padding: 0 10px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 25px;
        min-height: 207px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong {
        font-size: 38px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong span {
        font-size: 32px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part p {
        font-size: 16px;
    }

    .about-us-home .bottom-side-part .right-about-element .col-lg-6 {
        margin-bottom: 20px;
    }

    .our-services .col-lg-4 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .our-services .services-thumb .list-thumb .image-service img {
        width: 83%;
    }

    .project-section .main-part {
        padding: 0 30px;
    }

    .project-section .main-part .center-part .heading-part {
        margin-top: 70px;
    }

    .project-section .main-part .center-part .heading-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .project-section .main-part .center-part .bottom-location-project span {
        font-size: 74px;
    }

    .project-section .main-part .center-part .bottom-location-project {
        padding-left: 110px;
    }

    .project-section .main-part .center-part .bottom-location-project h3 {
        font-size: 16px;
    }

    .project-section .main-part .center-part .bottom-location-project h4 {
        font-size: 27px;
        line-height: 31px;
    }

    .reliable-skilled-trusted .right-side-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .reliable-skilled-trusted .padd-left {
        padding-left: 20px;
    }

    .reliable-skilled-trusted .padd-right {
        padding-right: 20px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon {
        height: 60px;
        width: 60px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon svg {
        width: 30px;
        height: 30px;
    }

    .testimonial-section .tetimonial-slider .item p {
        font-size: 27px;
        line-height: 38px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-prev {
        left: -20px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-next {
        right: -20px;
    }

    .contact-part {
        padding: 100px 20px;
    }

    .contact-part .main-contact-container .main-contact-part {
        padding: 50px;
        width: 80%;
        margin: 0 auto;
    }

    .contact-part .main-contact-container form {
        margin: 0 8%;
    }

    .contact-part .main-contact-container .heading-part .heading2 {
        font-size: 29px;
        line-height: 38px;
    }

    .contact-part .main-contact-container form p {
        font-size: 16px;
    }

    .blog-setions .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 26px;
    }

    footer .top-get-touch .heading2 {
        font-size: 41px;
        padding-right: 30px;
    }

    footer .bottom-part-footer {
        padding: 40px;
        margin: 0 15px;
    }

    footer .bottom-part-footer .short-links .common-add small, footer .bottom-part-footer .short-links .common-add a {
        padding-left: 10px;
        word-break: break-word;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 24px;
    }

    footer .bottom-part-footer .short-links .follow-us a {
        margin-right: 7px;
        display: inline-block;
        vertical-align: top;
    }

    footer .bottom-part-footer .short-links .follow-us a svg {
        height: 20px;
        width: 20px;
    }

    footer .bottom-part-footer .copy-right p {
        font-size: 16px;
    }

    .service-scrolling-part .service-thum-part .center-part {
        width: 96%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .our-capabilities-section {
        padding: 0 0;
    }

    .our-capabilities-section .main-container .service-thum-part .center-part {
        display: block;
    }

    .our-capabilities-section .main-container .service-thum-part .image-part {
        width: 40%;
        height: auto;
        margin: 0 auto 10px;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part h4, .our-capabilities-section .main-container .flag-part .center-part .text-part strong {
        width: auto;
        text-align: center;
        padding: 0;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part {
        width: auto;
        display: block;
    }

    .blog-setions.our-project-new .heading2 {
        font-size: 34px;
    }

    .our-capabilities-section .main-container .flag-part .center-part .img-part {
        width: 100%;
        height: auto;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: 34px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part {
        padding: 25px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part {
        width: 50%;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 42px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 33px;
    }

    .our-capabilities-section .col-lg-6, .our-capabilities-section .col-lg-8 {
        width: 66.6666666667%;
    }

    .our-capabilities-section .col-lg-4 {
        width: 33.3333333333%;
    }

    .our-capabilities-section .main-container .right-side-part .col-lg-3 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 {
        padding: 29px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 h3 {
        font-size: 23px;
        line-height: 29px;
        margin-bottom: 17px;
    }

    .contact-us-address .contact-part1 p {
        font-size: 15px;
        word-break: break-all;
    }

    .have-somequestions-section .left-side-part .heading2 {
        padding: 0 5px;
    }

    .have-somequestions-section .left-side-part .col-lg-6, .have-somequestions-section .left-side-part .col-lg-12 {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 40px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 40px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part p {
        font-size: 16px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .title-middel {
        margin-top: 8px;
    }

    .ess-participated-section .heading-part .heading2 br {
        display: none;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: 81%;
    }

    .our-philosophy-section .common-vision-box .title-head .icon {
        width: 17%;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 0 24px;
    }

    .our-philosophy-section .heading-part {
        padding: 0 24px;
    }

    .team-members-section.our-team-section {
        padding: 60px 0 60px;
    }

    .team-members-section .team-item .team-infor {
        margin: -51px 19px 0 19px;
    }

    .team-members-section .team-item .team-name {
        font-size: 23px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading {
        font-size: 40px;
        line-height: 49px;
    }

    .blog-setions.blog-details-landing-page .right-side-part ul li .content-part {
        padding-left: 8px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading2 {
        font-size: 23px;
        line-height: 36px;
    }

    .blog-details-section .right-side-part {
        padding-left: 20px;
    }

    .blog-details-section .left-side-part {
        padding-right: 20px;
    }

    .portfolio-section {
        padding: 60px 15px;
    }

    .portfolio-section .col-lg-4 {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .blog-setions.our-project-new .button-wrapper {
        margin-right: 127px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
        padding: 40px 20px 20px;
        min-height: 96px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: auto;
    }

    .heading2 {
        font-size: 33px;
        line-height: 42px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 33px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 20px;
    }

    .statics-section .statice-div .number-part p {
        font-size: 15px;
        line-height: 22px;
    }

    footer .top-get-touch {
        padding: 71px 0 51px;
    }

    footer .top-get-touch .heading2 {
        font-size: 32px;
        padding-right: 28px;
    }

    footer .bottom-part-footer {
        padding: 30px
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0 15px;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 21px;
    }

    footer .bottom-part-footer .short-links ul li a {
        font-size: 16px;
        line-height: 23px;
    }

    .heading {
        font-size: 41px;
        line-height: 54px;
    }

    .contact-banner p {
        font-size: 16px;
        line-height: 23px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic {
        padding: 15px;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 53px 24px;
    }

    .our-philosophy-section .common-vision-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: auto;
    }

    .reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .video-bg video {
        width: auto;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .padd-left .right-side-part ul {
        min-height: 283px;
    }

    .services-detail-pages-banner .left-side-part .heading {
        font-size: 42px;
        line-height: 52px;
    }

    .services-detail-pages-banner {
        padding: 157px 0 93px;
    }

    .main-services-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
    }

    .main-services-content .main-service-box {
        padding: 35px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .portfolio-section .content-part {
        padding: 27px 15px;
    }

    .portfolio-section .content-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .services-detail-pages-banner.pacific-training-section {
        padding: 100px 0 0;
    }

    .services-detail-pages-banner.pacific-training-section .left-side-part .heading {
        font-size: 34px;
        line-height: 42px;
    }

    .services-detail-pages-banner .right-side-part h3 {
        font-size: 20px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .what-our-students-say-section .item .user-testimonial-box .center-part p {
        font-size: 18px;
        line-height: 27px;
        min-height: 249px;
    }

    footer.traning-footer .top-get-touch p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .careers-section-list .our-projects-slider .col-lg-7 {
        padding-left: 13px;
    }

    .careers-section-list .our-projects-slider .title-middel {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .careers-section-list .our-projects-slider p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-setions.blog-details-landing-page {
        padding: 60px 0 60px;
    }

    .blog-setions.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .contact-banner {
        padding: 143px 0 139px;
    }

    .contact-us-address {
        padding: 50px 0 60px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 20px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 20px;
    }

}

@media screen and (min-width:1000px) and (max-width:1024px) {
    .header-main {
        padding: 5px 10px;
        margin: 10px 10px;
    }

    .header .logo {
        padding-right: 20px;
    }

    .header .nav-menu {
        margin-left: 10px;
    }

    .header .menu .menu-item a {
        display: block;
        padding: 13px 3px;
    }

    .header .menu .menu-item {
        margin: 0 8px;
    }

    .heading {
        font-size: 48px;
        line-height: 59px;
    }

    .hero-banner .main-content-container .center-part {
        padding-right: 30px;
    }

    .hero-banner .main-content-container p br {
        display: none;
    }

    .hero-banner .main-content-container p {
        font-size: 18px;
        line-height: 27px;
    }

    .button-wrapper a .text {
        font-size: 14px;
    }

    .hero-banner .big-banner .video-bg video {
        width: auto;
    }

    .heading2 {
        font-size: 48px;
        line-height: 51px;
    }

    .about-us-home p {
        font-size: 18px;
        line-height: 30px;
    }

    .about-us-home .bottom-side-part .col-lg-6 {
        padding: 0 10px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 25px;
        min-height: 207px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong {
        font-size: 38px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong span {
        font-size: 32px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part p {
        font-size: 16px;
    }

    .about-us-home .bottom-side-part .right-about-element .col-lg-6 {
        margin-bottom: 20px;
    }

    .our-services .col-lg-4 {
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .our-services .services-thumb .list-thumb .image-service img {
        width: 83%;
    }

    .project-section .main-part {
        padding: 0 30px;
    }

    .project-section .main-part .center-part .heading-part {
        margin-top: 70px;
    }

    .project-section .main-part .center-part .heading-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .project-section .main-part .center-part .bottom-location-project span {
        font-size: 74px;
    }

    .project-section .main-part .center-part .bottom-location-project {
        padding-left: 110px;
    }

    .project-section .main-part .center-part .bottom-location-project h3 {
        font-size: 16px;
    }

    .project-section .main-part .center-part .bottom-location-project h4 {
        font-size: 27px;
        line-height: 31px;
    }

    .reliable-skilled-trusted .right-side-part p {
        font-size: 18px;
        line-height: 28px;
    }

    .reliable-skilled-trusted .padd-left {
        padding-left: 20px;
    }

    .reliable-skilled-trusted .padd-right {
        padding-right: 20px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon {
        height: 60px;
        width: 60px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .icon svg {
        width: 30px;
        height: 30px;
    }

    .testimonial-section .tetimonial-slider .item p {
        font-size: 27px;
        line-height: 38px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-prev {
        left: -20px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-next {
        right: -20px;
    }

    .contact-part {
        padding: 100px 20px;
    }

    .contact-part .main-contact-container .main-contact-part {
        padding: 50px;
        width: 80%;
        margin: 0 auto;
    }

    .contact-part .main-contact-container form {
        margin: 0 8%;
    }

    .contact-part .main-contact-container .heading-part .heading2 {
        font-size: 29px;
        line-height: 38px;
    }

    .contact-part .main-contact-container form p {
        font-size: 16px;
    }

    .blog-setions .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 26px;
    }

    footer .top-get-touch .heading2 {
        font-size: 41px;
        padding-right: 30px;
    }

    footer .bottom-part-footer {
        padding: 40px;
        margin: 0 15px;
    }

    footer .bottom-part-footer .short-links .common-add small, footer .bottom-part-footer .short-links .common-add a {
        padding-left: 10px;
        word-break: break-word;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 24px;
    }

    footer .bottom-part-footer .short-links .follow-us a {
        margin-right: 7px;
        display: inline-block;
        vertical-align: top;
    }

    footer .bottom-part-footer .short-links .follow-us a svg {
        height: 20px;
        width: 20px;
    }

    footer .bottom-part-footer .copy-right p {
        font-size: 16px;
    }

    .service-scrolling-part .service-thum-part .center-part {
        width: 96%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .our-capabilities-section {
        padding: 0 0;
    }

    .our-capabilities-section .main-container .service-thum-part .center-part {
        display: block;
    }

    .our-capabilities-section .main-container .service-thum-part .image-part {
        width: 40%;
        height: auto;
        margin: 0 auto 10px;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part h4, .our-capabilities-section .main-container .flag-part .center-part .text-part strong {
        width: auto;
        text-align: center;
        padding: 0;
    }

    .our-capabilities-section .main-container .service-thum-part .text-part {
        width: auto;
    }

    .our-capabilities-section .main-container .flag-part .center-part .img-part {
        width: 100%;
        height: auto;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: 34px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part {
        padding: 25px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part {
        width: 50%;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 42px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 33px;
    }

    .our-capabilities-section .col-lg-6, .our-capabilities-section .col-lg-8 {
        width: 66.6666666667%;
    }

    .our-capabilities-section .col-lg-4 {
        width: 33.3333333333%;
    }

    .our-capabilities-section .main-container .right-side-part .col-lg-3 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 {
        padding: 17px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 5px;
    }

    .contact-us-address .contact-part1 h3 {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 17px;
    }

    .contact-us-address .contact-part1 p {
        font-size: 15px;
        word-break: break-all;
    }

    .have-somequestions-section .left-side-part .heading2 {
        padding: 0 5px;
    }

    .have-somequestions-section .left-side-part .col-lg-6, .have-somequestions-section .left-side-part .col-lg-12 {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 40px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 40px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part p {
        font-size: 16px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .title-middel {
        margin-top: 8px;
    }

    .ess-participated-section .heading-part .heading2 br {
        display: none;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: 81%;
    }

    .our-philosophy-section .common-vision-box .title-head .icon {
        width: 17%;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 0 24px;
    }

    .our-philosophy-section .heading-part {
        padding: 0 24px;
    }

    .team-members-section.our-team-section {
        padding: 60px 0 60px;
    }

    .team-members-section .team-item .team-infor {
        margin: -51px 19px 0 19px;
    }

    .team-members-section .team-item .team-name {
        font-size: 23px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading {
        font-size: 40px;
        line-height: 49px;
    }

    .blog-setions.blog-details-landing-page .right-side-part ul li .content-part {
        padding-left: 8px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading2 {
        font-size: 23px;
        line-height: 36px;
    }

    .blog-details-section .right-side-part {
        padding-left: 20px;
    }

    .blog-details-section .left-side-part {
        padding-right: 20px;
    }

    .portfolio-section {
        padding: 60px 15px;
    }

    .portfolio-section .col-lg-4 {
        padding: 0 8px;
        margin-bottom: 16px;
    }

    .blog-setions.our-project-new .button-wrapper {
        margin-right: 127px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
        padding: 40px 20px 20px;
        min-height: 96px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: auto;
    }

    .heading2 {
        font-size: 33px;
        line-height: 42px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .statics-section .statice-div .number-part strong {
        font-size: 33px;
    }

    .statics-section .statice-div .number-part strong span {
        font-size: 20px;
    }

    .statics-section .statice-div .number-part p {
        font-size: 15px;
        line-height: 22px;
    }

    footer .top-get-touch {
        padding: 71px 0 51px;
    }

    footer .top-get-touch .heading2 {
        font-size: 32px;
        padding-right: 28px;
    }

    footer .bottom-part-footer {
        padding: 30px
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0 15px;
    }

    footer .bottom-part-footer .short-links strong {
        font-size: 21px;
    }

    footer .bottom-part-footer .short-links ul li a {
        font-size: 16px;
        line-height: 23px;
    }

    .heading {
        font-size: 41px;
        line-height: 54px;
    }

    .contact-banner p {
        font-size: 16px;
        line-height: 23px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic {
        padding: 15px;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 53px 24px;
    }

    .our-philosophy-section .common-vision-box p {
        font-size: 16px;
        line-height: 26px;
    }

    .our-philosophy-section .common-vision-box .title-head h4 {
        width: auto;
    }

    .reliable-skilled-trusted-section.about-our-team-section .main-row-part.common-box-format.first-bg .video-bg video {
        width: auto;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .padd-left .right-side-part ul {
        min-height: 249px;
    }

    .services-detail-pages-banner .left-side-part .heading {
        font-size: 42px;
        line-height: 52px;
    }

    .services-detail-pages-banner {
        padding: 157px 0 93px;
    }

    .main-services-content p {
        font-size: 18px;
        font-weight: 400;
        line-height: 31px;
    }

    .main-services-content .main-service-box {
        padding: 35px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .portfolio-section .content-part {
        padding: 27px 15px;
    }

    .portfolio-section .content-part h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .services-detail-pages-banner.pacific-training-section {
        padding: 100px 0 0;
    }

    .services-detail-pages-banner.pacific-training-section .left-side-part .heading {
        font-size: 34px;
        line-height: 42px;
    }

    .services-detail-pages-banner .right-side-part h3 {
        font-size: 20px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box h3 {
        font-size: 21px;
        line-height: 27px;
    }

    .what-our-students-say-section .item .user-testimonial-box .center-part p {
        font-size: 18px;
        line-height: 27px;
        min-height: 302px;
    }

    footer.traning-footer .top-get-touch p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 26px;
    }

    .careers-section-list .our-projects-slider .col-lg-7 {
        padding-left: 13px;
    }

    .careers-section-list .our-projects-slider .title-middel {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .careers-section-list .our-projects-slider p {
        font-size: 14px;
        line-height: 22px;
    }

    .blog-setions.blog-details-landing-page {
        padding: 60px 0 60px;
    }

    .blog-setions.blog-details-landing-page .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .contact-banner {
        padding: 143px 0 139px;
    }

    .contact-us-address {
        padding: 50px 0 60px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 11px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 20px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 20px;
    }

}

@media screen and (min-width:0) and (max-width:1023px) {
    .header .menu .menu-item a {
        padding: 10px 7px;
        position: relative;
    }

    .header .menu .menu-item a .plus {
        position: absolute;
        top: 22px;
        right: 17px;
    }

    .header .logo.mobile-logo {
        display: block;
        margin-left: 18px;
    }

    /* .header .menu .menu-item.active a {
        background: #f08618;
        color: #fff;
        border: 0;
    } */
    .header .close-nav-menu, .header .open-nav-menu {
        margin-right: 10px;
    }

    .header-main {
        padding: 5px 10px;
        margin: 0;
        border-radius: 0;
    }

    .header .logo {
        padding-right: 0;
        border-right: 0;
    }

    .header .open-nav-menu span, .header .open-nav-menu span:before, .header .open-nav-menu span:after {
        background-color: #fff;
    }

    .hero-banner .main-content-container {
        width: 90%;
        margin: 0 auto;
        top: auto;
        transform: none;
        bottom: 87px;
    }

    .hero-banner .main-content-container .center-part {
        padding-right: 0;
    }

    .hero-banner .main-content-container p {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-banner .main-content-container p br {
        display: none;
    }

    .hero-banner .main-content-container .heading br {
        display: none;
    }

    .heading {
        font-size: 35px;
        line-height: 44px;
    }

    .hero-banner .main-content-container .right-side-part {
        text-align: left;
        height: auto;
        display: grid;
        align-items: start;
        justify-content: start;
        margin-top: 40px;
    }

    .contact-part .main-contact-container .main-contact-part {
        width: auto;
    }

    .about-us-home {
        padding: 60px 0;
    }

    .about-us-home .left-side-part {
        margin-bottom: 30px;
    }

    .about-us-home .bottom-side-part .col-lg-6 {
        padding: 0;
    }

    .about-us-home .top-format {
        padding: 0 15px;
    }

    .heading2 {
        font-size: 27px;
        line-height: 36px;
    }

    .about-us-home p {
        font-size: 16px;
        line-height: 27px;
    }

    .about-us-home .heading2 {
        margin-bottom: 20px;
    }

    .about-us-home .right-about-element {
        margin-top: 40px;
    }

    .top-cut {
        width: 138px;
    }

    .about-us-home .bottom-side-part .right-about-element .col-lg-6 {
        margin-bottom: 10px;
        padding: 0 5px;
        width: 50%;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 20px;
        min-height: 225px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong {
        font-size: 34px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part strong span {
        font-size: 27px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part .counter-part p {
        font-size: 16px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .image-center img {
        object-position: left;
        object-fit: cover;
    }

    .our-services {
        padding: 60px 0;
    }

    .project-section .main-part {
        padding: 0 15px;
    }

    .project-section .main-part .center-part .heading-part {
        margin-top: 60px;
    }

    .project-section .main-part .center-part .bottom-location-project {
        padding-left: 100px;
        margin-top: 70px;
        margin-bottom: 35px;
    }

    .project-section .main-part .center-part .bottom-location-project h3 {
        font-size: 16px;
    }

    .project-section .main-part .center-part .bottom-location-project h4 {
        font-size: 23px;
        line-height: 28px;
    }

    .project-section .main-part .center-part .bottom-location-project span {
        font-size: 59px;
    }

    .project-section .project-div {
        position: static;
    }

    .project-section .right-box-image img {
        height: 372px;
    }

    .project-section .main-part .center-part {
        height: auto;
        display: block;
    }

    .reliable-skilled-trusted {
        padding: 60px 15px;
    }

    .reliable-skilled-trusted .padd-right {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .reliable-skilled-trusted .padd-left {
        padding-left: 0;
    }

    .reliable-skilled-trusted .right-side-part .heading2 {
        margin-bottom: 20px;
    }

    .reliable-skilled-trusted .right-side-part p {
        font-size: 16px;
        line-height: 28px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled {
        margin-top: 30px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-2 {
        width: 25%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(2) {
        width: 75%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .title-middel br {
        display: none;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(3) {
        width: 100%;
        margin-top: 30px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .title-middel {
        padding: 0 0 0 20px;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box ul {
        min-height: auto;
    }

    .testimonial-section .tetimonial-slider .item p {
        font-size: 20px;
        line-height: 30px;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .testimonial-section .tetimonial-slider .slick-arrow.slick-next {
        right: 0;
    }

    .testimonial-section .tetimonial-slider {
        padding: 0 10%;
    }

    .testimonial-section .tetimonial-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .testimonial-section .tetimonial-slider .item .author-details span {
        font-size: 16px;
        line-height: 23px;
        margin-top: 14px;
    }

    .main-center-circle {
        margin: -181px auto 60px;
    }

    .testimonial-section {
        padding: 100px 0 60px;
    }

    .contact-part {
        padding: 60px 0;
    }

    .contact-part .main-contact-container .main-contact-part {
        width: 78%;
        margin: 0 auto;
        padding: 30px;
    }

    .contact-part .main-contact-container .heading-part .heading2 {
        font-size: 23px;
        line-height: 30px;
    }

    .contact-part .main-contact-container .heading-part .heading2 br {
        display: none;
    }

    .contact-part .main-contact-container form .col-lg-6 {
        margin-bottom: 0;
        padding: 0;
    }

    .contact-part .main-contact-container form {
        margin: 0;
    }

    .contact-part .main-contact-container .heading-part {
        margin-bottom: 20px;
    }

    .contact-part .main-contact-container .button-wrapper {
        text-align: center;
        margin-top: 40px;
    }

    /* .button-wrapper a {
        padding: 5px 5px 5px 43px;
    }
     */
    .button-wrapper a .text {
        font-size: 16px;
    }

    .blog-setions {
        padding: 60px 15px;
        border-radius: 0 0 30px 30px;
    }

    .blog-setions .heading-part .heading2 {
        margin-bottom: 20px;
    }

    .blog-setions .heading-part {
        margin-bottom: 30px;
    }

    .blog-setions .bottom-blogs .col-lg-4 {
        padding: 0;
        margin-bottom: 40px;
    }

    .blog-setions .bottom-blogs .col-lg-4:last-child {
        margin-bottom: 0;
    }

    footer .top-get-touch {
        padding: 86px 15px 60px;
    }

    footer .top-get-touch .heading2 {
        font-size: 24px;
        padding-right: 0;
        margin-bottom: 18px;
    }

    footer .top-get-touch .button-wrapper {
        display: block;
        align-items: center;
        height: auto;
    }

    footer .bottom-part-footer {
        padding: 25px;
        margin: 0 10px;
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0;
        border-right: 0;
        margin-bottom: 40px;
    }

    footer .bottom-part-footer .col-lg-3:last-child {
        margin-bottom: 0;
    }

    .our-capabilities-section .main-container {
        margin-top: -32px;
    }

    .our-capabilities-section .main-container .heading2 {
        font-size: 16px;
    }

    .our-capabilities-section .main-container .col-lg-3 {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }

    .our-capabilities-section .main-container .left-side-part {
        padding-right: 0;
    }

    .our-capabilities-section .col-lg-6, .our-capabilities-section .col-lg-8 {
        border: 0;
        margin-bottom: 30px;
        width: 100%;
    }

    .our-capabilities-section .main-container .main-capabilities .heading2 {
        font-size: 23px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(5), .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(6), .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(7) {
        margin-bottom: 10px;
    }

    .our-capabilities-section .col-lg-4 {
        width: 100%;
    }

    .our-capabilities-section .main-container .heading2 {
        font-size: 23px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .our-capabilities-section .main-container .flag-part .center-part .text-part strong {
        display: block;
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .our-capabilities-section .main-container .main-capabilities {
        align-items: self-end;
    }

    .our-capabilities-section .main-container .flag-part .center-part .img-part {
        width: auto;
        height: auto;
    }

    .our-capabilities-section .main-container .right-side-part .col-lg-3 {
        width: 20%;
        margin-bottom: 0;
    }

    .our-capabilities-section .main-container .right-side-part {
        padding-left: 0;
    }

    .blog-setions.our-project-new .heading-part .col-lg-8, .blog-setions.our-project-new .heading-part .col-lg-4 {
        padding: 0;
    }

    .blog-setions .heading-part .heading2 {
        font-size: 27px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .blog-setions.our-project-new .button-wrapper {
        margin-right: 0;
        margin-top: 18px;
    }

    .blog-setions.our-project-new .button-wrapper {
        text-align: left;
    }

    .blog-setions.our-project-new .our-projects-slider .slick-arrow.slick-next {
        right: 0;
    }

    .blog-setions.our-project-new .our-projects-slider .slick-arrow {
        right: 57px;
    }

    .blog-setions.our-project-new .bottom-blogs .col-lg-4 {
        margin-bottom: 0;
    }

    .reliable-skilled-trusted-section {
        padding: 60px 15px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part {
        width: 95%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: none;
        top: auto;
        bottom: 20px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format .right-side-part .center-part {
        padding: 25px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part h3 {
        font-size: 22px;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .center-part p br {
        display: none;
    }

    .reliable-skilled-trusted-section .main-row-part .right-side-part .arrow-circle {
        position: static;
        margin-left: 0;
        margin-top: 20px;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format.first-bg {
        background-position: 77%;
    }

    .reliable-skilled-trusted-section .main-row-part.common-box-format {
        height: 542px;
    }

    .statics-section .main-top-static {
        align-items: center;
    }

    .statics-section {
        padding: 60px 0;
    }

    .statics-section .main-top-static .col-lg-4 {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .statics-section .main-top-static {
        align-items: self-start;
    }

    .statics-section .statice-div.div1, .statics-section .statice-div.div2, .statics-section .statice-div.div3, .statics-section .statice-div.div4, .statics-section .statice-div.div5 {
        min-height: auto;
        border: 0;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 20px;
        min-height: 114px;
    }

    .statics-section .main-top-static .col-lg-4 {
        padding: 0 5px;
    }

    .statics-section .statice-div .widget-container {
        display: none;
    }

    .statics-section {
        padding: 60px 0 60px;
    }

    .statics-section .statice-div .number-part {
        padding-left: 0;
    }

    .blog-setions .heading-part .button-wrapper {
        text-align: left;
    }

    .brand-logo-section {
        padding: 100px 15px;
    }

    .brand-logo-section h2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    .brand-logo-section .item img {
        width: auto;
    }

    .header.fixed .open-nav-menu span, .header.fixed .open-nav-menu span:before, .header.fixed .open-nav-menu span:after {
        background-color: #000;
    }

    .header.fixed .menu .menu-item a {
        color: #fff;
    }

    .header.fixed .menu .menu-item a .plus {
        border-color: #fff;
    }

    .contact-banner {
        padding: 118px 15px 102px;
    }

    .contact-us-address {
        padding: 60px 15px;
        border-radius: 26px 26px 0 0;
        margin-top: -11%;
    }

    .contact-us-address .contact-part1 {
        padding: 35px;
    }

    .contact-us-address .contact-part1 h3 {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 17px;
    }

    .contact-us-address .col-lg-3, .contact-us-address .col-lg-4 {
        padding: 0;
        margin-bottom: 15px;
    }

    .contact-us-address .contact-part1 p {
        margin-bottom: 10px;
    }

    .contact-us-address .contact-part1 p:last-child {
        margin-bottom: 0;
    }

    .have-somequestions-section {
        padding: 60px 15px;
    }

    .have-somequestions-section .left-side-part {
        padding-right: 0;
    }

    .have-somequestions-section .left-side-part .heading2 {
        padding: 0;
    }

    .have-somequestions-section .left-side-part .col-lg-6, .have-somequestions-section .left-side-part .col-lg-12 {
        padding: 0;
        margin-bottom: 13px;
    }

    .have-somequestions-section .button-wrapper.button-wrapper-new {
        margin-top: 12px;
    }

    .have-somequestions-section .right-side-map {
        padding-left: 0;
        margin-top: 30px;
    }

    .have-somequestions-section .right-side-map iframe {
        height: 400px;
    }

    .contact-banner.about-us-banner {
        padding: 138px 16px 60px;
    }

    .contact-banner p br {
        display: none;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .col-lg-3 {
        width: 70%;
        padding-left: 0;
        margin-top: 0;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .row {
        align-items: center;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .title-middel {
        margin-top: 0;
        padding-left: 0;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .col-lg-7 {
        margin-top: 20px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part p {
        font-size: 16px;
        padding-left: 0;
    }

    .ess-participated-section {
        padding: 60px 0;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic {
        padding: 20px;
    }

    .ess-participated-section .col-lg-4 {
        padding: 0 6px;
        margin-bottom: 12px;
        width: 50%;
    }

    .reliable-skilled-trusted.our-approach-section .right-side-part .list-of-skilled .title-middel {
        margin-bottom: 15px;
        padding: 0;
        font-size: 20px;
        line-height: 37px;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled p {
        padding: 0;
    }

    .ess-participated-section .slider-participated-item .main-thumb-domestic .top-main-box .bot-img {
        margin-top: -6px;
    }

    .ess-participated-section .bottom-content {
        margin-top: 22px;
    }

    .ess-participated-section .bottom-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .reliable-skilled-trusted.why-choose-us-section .padd-left {
        padding-left: 0;
        padding-right: 0;
    }

    .our-philosophy-section {
        padding: 60px 0;
    }

    .our-approach-section.why-choose-us-section {
        padding-top: 60px;
    }

    .our-philosophy-section .common-vision-box .title-head .icon {
        width: 13%;
    }

    .our-philosophy-section .common-vision-box p {
        font-size: 16px;
        line-height: 24px;
    }

    .our-philosophy-section .common-vision-box .title-head {
        margin-bottom: 15px;
    }

    .our-philosophy-section .col-lg-4 {
        padding: 40px 15px;
        margin-bottom: 36px;
    }

    .reliable-skilled-trusted-section.why-ess-section.about-our-team-section {
        padding: 60px 0;
    }

    .our-philosophy-section .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .our-philosophy-section .heading-part {
        padding: 0 15px;
    }

    .our-philosophy-section .heading-part .heading2 {
        text-align: center;
    }

    .team-members-section .heading-part {
        margin-bottom: 25px;
    }

    .blog-setions.blog-details-landing-page {
        padding: 60px 15px 60px;
    }

    .blog-setions.blog-details-landing-page .left-side-part {
        padding-right: 0;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading {
        font-size: 28px;
        line-height: 37px;
    }

    .blog-setions.blog-details-landing-page .left-side-part .heading2 {
        font-size: 21px;
        line-height: 30px;
    }

    .blog-setions.blog-details-landing-page .left-side-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-setions.blog-details-landing-page .right-side-part {
        position: static;
        margin-top: 40px;
    }

    .contact-banner.blog-banner-section {
        padding: 150px 15px 100px;
    }

    .blog-details-section {
        padding: 120px 15px 60px;
    }

    .blog-details-section .left-side-part {
        padding-right: 0;
    }

    .career-details-section .left-side-part .heading2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .blog-details-section .right-side-part {
        padding-left: 0;
        margin-top: 40px;
    }

    .blog-details-section .right-side-part .apply-now {
        padding: 60px 15px;
    }

    .blog-details-section .right-side-part .apply-now .col-lg-6, .blog-details-section .right-side-part .apply-now .col-lg-12 {
        padding: 0;
    }

    .blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new button {
        display: inline-block;
    }

    .blog-details-section .right-side-part .apply-now .button-wrapper.button-wrapper-new {
        text-align: center;
    }

    .portfolio-section .col-lg-4 {
        padding: 0;
        margin-bottom: 16px;
    }

    .portfolio-section .content-part h4 {
        min-height: auto;
    }

    .careers-section-list .our-projects-slider .row {
        padding: 0;
        border-top: 0;
        margin-bottom: 30px;
    }

    .careers-section-list .our-projects-slider .row .col-lg-2 {
        padding: 0;
    }

    .careers-section-list .our-projects-slider .row .title-middel {
        margin-top: 20px
    }

    .careers-section-list .our-projects-slider .title-middel {
        font-size: 22px;
    }

    .careers-section-list .our-projects-slider p {
        font-size: 16px;
        line-height: 24px;
    }

    .careers-section-list .our-projects-slider .arrow1 {
        margin-top: 10px;
        text-align: right;
    }

    .blog-setions .bottom-blogs .blogs-thumb .content-part h4 {
        font-size: 20px;
        line-height: 29px;
    }

    .blog-setions.our-project-new .bottom-blogs .col-lg-4 {
        padding: 0 10px;
    }

    .reliable-skilled-trusted.excellent-services-section .right-side-part .list-of-skilled .icon img {
        width: 31px;
        height: 31px;
    }

    .reliable-skilled-trusted.why-choose-us-section .padd-right {
        padding-right: 0;
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .padd-left .right-side-part ul {
        min-height: auto;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.about-credentials-section .padd-left {
        padding-left: 0;
        padding-right: 0;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.about-credentials-section .padd-right {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 {
        width: 33%;
        padding: 0 4px;
        margin-bottom: 8px;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part {
        width: 100%;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .heading-part p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 14px;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part .main-logo-slider ul li .icon-list .col-lg-3 .imag-part img {
        width: auto;
    }

    .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .main-logo-slider .image-div .imag-part {
        width: auto;
    }

    .reliable-skilled-trusted.excellent-services-section.achievements-section .right-side-part .awards .col-lg-6 {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 0
    }

    .services-detail-pages-banner {
        padding: 124px 15px 77px;
    }

    .services-detail-pages-banner .left-side-part .heading {
        font-size: 33px;
        line-height: 42px;
    }

    .main-services-content {
        padding: 60px 5px 0;
    }

    .main-services-content .main-service-box {
        padding: 27px;
    }

    .main-services-content p {
        font-size: 16px;
        line-height: 27px;
    }

    .excellent-services-section.about-pacific-training.key-offerings-new-format-section .right-side-part {
        margin-top: 14px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li {
        margin-bottom: 28px;
        padding-left: 43px;
    }

    .reliable-skilled-trusted.our-approach-section.excellent-services-section.key-offerings-new-format-section .right-side-part ul li h3:before {
        font-size: 11px;
        width: 20px;
        height: 20px;
        top: 0;
        left: -36px;
    }

    .portfolio-section #filter li {
        margin: 0 0px;
        padding: 7px 17px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .portfolio-section #filter {
        margin-bottom: 27px;
    }

    .contact-banner.blog-banner-section .heading br {
        display: none;
    }

    .services-detail-pages-banner.pacific-training-section {
        padding: 60px 15px 0;
    }

    .services-detail-pages-banner .left-side-part {
        padding-right: 0;
    }

    .services-detail-pages-banner.pacific-training-section .left-side-part .heading {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 19px;
    }

    .services-detail-pages-banner.pacific-training-section .right-side-part h3, .services-detail-pages-banner.pacific-training-section .right-side-part p {
        font-size: 16px;
        line-height: 24px;
    }

    .services-detail-pages-banner .right-side-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .reliable-skilled-trusted.excellent-services-section.about-pacific-training .right-side-part p {
        margin-bottom: 10px;
    }

    .ess-participated-section.what-we-offer-section .slider-participated-item .col-lg-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ess-participated-section.what-we-offer-section .slider-participated-item .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .ess-participated-section.what-we-offer-section .slider-participated-item .main-thumb-domestic .top-main-box ul {
        min-height: auto;
    }

    .what-our-students-say-section {
        padding: 60px 15px;
    }

    .what-our-students-say-section .item {
        padding: 0 5px;
    }

    .what-our-students-say-section .heading-part {
        margin-bottom: 81px;
    }

    .what-our-students-say-section .item .user-testimonial-box .center-part p {
        font-size: 16px;
        line-height: 24px;
        min-height: 385px;
    }

    footer .top-get-touch .button-wrapper {
        margin-top: 30px;
    }

    .content-part-carrer {
        padding: 60px 15px 0;
    }

    .content-part-carrer p {
        font-size: 16px;
        line-height: 23px;
    }

    .blog-setions.blog-details-landing-page.careers-section-list .bottom-blogs .col-lg-4:last-child .row {
        margin-bottom: 0;
    }

    .careers-section-list .our-projects-slider .row {
        margin-bottom: 0;
    }

    .blog-setions.our-project-new.blog-details-landing-page .bottom-blogs .col-lg-4 {
        margin-bottom: 50px;
    }

    .thank-you-page-section {
        padding-top: 100px;
    }

    .thank-you-page-section .right-side-part {
        padding-left: 0;
        display: block;
    }

    footer.traning-footer .top-get-touch .col-lg-10 {
        padding-left: 0;
        margin-top: 24px;
    }

    footer .top-get-touch .heading2 {
        font-size: 33px;
    }

    .portfolio-section .no-data {
        font-size: 30px;
    }

    .request-a-quote-button {
        top: auto;
        right: 0;
        transform: none;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .request-a-quote-button .common-btn {
        display: block;
    }

    footer .bottom-part-footer .col-lg-4:nth-child(2) .short-links {
        padding: 0;
        margin-top: 40px;
    }

    footer .bottom-part-footer .col-lg-4:nth-child(3) .short-links {
        padding: 0;
        margin-top: 40px;
    }

    .requst-a-quote-common-popup .modal-body {
        padding: 22px;
    }

    .requst-a-quote-common-popup .modal-body .heading2 {
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 22px;
    }

}

/*1023 end*/
@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2)  and (orientation:portrait) {
   .hero-banner .big-banner {
        height: 55vh;
    }
    .hero-banner .big-banner .video-bg {
    height: 66vh;
}
    
}
@media only screen and (min-device-width:800px) and (max-device-width:820px) {
    .hero-banner .big-banner .video-bg video {
        width: auto;
        height: 100%;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .image-center {
        width: 100%;
        min-height: 279px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 20px;
        min-height: 279px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .image-center img {
        height: 337px;
    }

    .our-services .col-lg-4 {
        width: 50%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-2 {
        width: 20%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(2), .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(3) {
        width: 40%;
    }

    .contact-part .main-contact-container form .col-lg-6 {
        padding: 0 5px;
        width: 50%;
    }

    .contact-part .main-contact-container .button-wrapper {
        text-align: center;
        margin-top: 0;
    }

    .contact-part .main-contact-container .button-wrapper {
        text-align: right;
    }

    .blog-setions .heading-part .col-lg-9 {
        width: 60%;
    }

    .blog-setions .heading-part .col-lg-3 {
        width: 40%;
    }

    .blog-setions .heading-part .button-wrapper {
        text-align: right;
    }

    .blog-setions .bottom-blogs .col-lg-4 {
        padding: 0 12px;
        margin-bottom: 77px;
        width: 50%;
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0 15px;
        border-right: 1px solid #e0e0e0;
        margin-bottom: 77px;
        width: 50%;
    }

    footer .bottom-part-footer .col-lg-3:last-child {
        border-right: 1px solid #e0e0e0;
    }

    footer .bottom-part-footer {
        padding: 40px;
    }

    .hero-banner .big-banner, .hero-banner .big-banner .video-bg {
        height: 66vh;
    }

    .our-capabilities-section .main-container .col-lg-3 {
        padding: 0 5px;
        width: 33%;
        margin-bottom: 10px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
        padding: 30px 18px 18px;
    }

    .blog-setions .bottom-blogs .col-lg-4 {
        padding: 0 8px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: 37px;
    }

    .statics-section .main-top-static .col-lg-4 {
        width: 33%;
    }
    
 .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(7){
     margin-bottom:0;
 }
.our-capabilities-section .main-container .right-side-part .col-lg-3{
    margin-bottom:15px;
}
.blog-setions.our-project-new .our-projects-slider .slick-arrow{
    top:-146px;
}
.reliable-skilled-trusted.excellent-services-section .col-lg-6{
    
    width:50%;
}
.reliable-skilled-trusted.excellent-services-section .padd-left{
    padding-left: 60px;
}
.ess-participated-section .col-lg-3{
    width:50%;
}
    .reliable-skilled-trusted.excellent-services-section .col-lg-6 {
        width: 100%;
    }
        .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 {
        width: 25%;
        }
        .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part .cetner-div{
            width:100%;
        }
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .hero-banner .big-banner .video-bg video {
        width: auto;
        height: 100%;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .image-center {
        width: 100%;
        min-height: 279px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .center-part {
        padding: 20px;
        min-height: 279px;
    }

    .about-us-home .bottom-side-part .right-about-element .about-static .image-center img {
        height: 337px;
    }

    .our-services .col-lg-4 {
        width: 50%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-2 {
        width: 20%;
    }

    .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(2), .reliable-skilled-trusted .right-side-part .list-of-skilled .col-lg-5:nth-child(3) {
        width: 40%;
    }

    .contact-part .main-contact-container form .col-lg-6 {
        padding: 0 5px;
        width: 50%;
    }

    .contact-part .main-contact-container .button-wrapper {
        text-align: center;
        margin-top: 0;
    }

    .contact-part .main-contact-container .button-wrapper {
        text-align: right;
    }

    .blog-setions .heading-part .col-lg-9 {
        width: 60%;
    }

    .blog-setions .heading-part .col-lg-3 {
        width: 40%;
    }

    .blog-setions .heading-part .button-wrapper {
        text-align: right;
    }

    .blog-setions .bottom-blogs .col-lg-4 {
        padding: 0 12px;
        margin-bottom: 77px;
        width: 50%;
    }

    footer .bottom-part-footer .col-lg-3 {
        padding: 0 15px;
        border-right: 1px solid #e0e0e0;
        margin-bottom: 77px;
        width: 50%;
    }

    footer .bottom-part-footer .col-lg-3:last-child {
        border-right: 1px solid #e0e0e0;
    }

    footer .bottom-part-footer {
        padding: 40px;
    }

    .hero-banner .big-banner, .hero-banner .big-banner .video-bg {
        height: 66vh;
    }

    .our-capabilities-section .main-container .col-lg-3 {
        padding: 0 5px;
        width: 33%;
        margin-bottom: 10px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part {
        padding: 30px 18px 18px;
    }

    .blog-setions .bottom-blogs .col-lg-4 {
        padding: 0 8px;
    }

    .blog-setions.our-project-new .bottom-blogs .blogs-thumb .content-part h3 {
        min-height: 37px;
    }

    .statics-section .main-top-static .col-lg-4 {
        width: 33%;
    }

 .our-capabilities-section .main-container .capabilities-div .col-lg-3:nth-child(7){
     margin-bottom:0;
 }
.our-capabilities-section .main-container .right-side-part .col-lg-3{
    margin-bottom:15px;
}
.blog-setions.our-project-new .our-projects-slider .slick-arrow{
    top:-146px;
}

.reliable-skilled-trusted.excellent-services-section .col-lg-6{
    
    width:50%;
}
.reliable-skilled-trusted.excellent-services-section .padd-left{
    padding-left: 60px;
}
.ess-participated-section .col-lg-3{
    width:50%;
}
    .reliable-skilled-trusted.excellent-services-section .col-lg-6 {
        width: 100%;
    }
        .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 {
        width: 25%;
        }
        .reliable-skilled-trusted.excellent-services-section.about-credentials-section .right-side-part ul li .icon-list .col-lg-3 .imag-part .cetner-div{
            width:100%;
        }
}

@media(max-width:768px) {
}

@media(max-width:575px) {
    .container {
        padding: 0 !important;
    }

    .logo-nav {
        padding: 0 10px;
    }

}
