@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.menu-sec {

    /* border-top: #ccc solid 1px; */
    display: flex;
    align-items: center;

}

.menu-bottom-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-menu-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ortec-social .social-icons {
    display: flex;
    gap: 15px;
}

.ortec-social .social-icons li a img {
    transition: all 0.5s ease 0s;
    height: 12px;
}

.ortec-social .social-icons li a:hover img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
}

.threec-header {
    background: #5AC2D6;
    height: 73px;
    display: flex;
    align-items: center;
    box-shadow: inset 0px 13px 26px #318ACF;
    position: relative;
    z-index: 4;
}

.threec-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #5AC2D6;
    height: 73px;
    display: flex;
    align-items: center;
    box-shadow: inset 0px 13px 26px #318ACF;
}

.ortect-header {
    padding: 10px 0;
    position: relative;
    z-index:4;
}


.main-header .container-fluid {

    padding-left: 90px;

    padding-right: 90px;
}



.main-header {

    background: #fff;

    z-index: 1000;

    width: 100%;

    padding: 0 0;



    transition: all 0.5s ease 0s;

}



header.main-header.fixed {

    position: fixed;

    transition: all 0.5s ease 0s;

    box-shadow: 0px 3px 20px #00000017;

}



.logo-contact-section .row {

    align-items: center;

}



.top-menu-wrap ul li {

    margin: 0px 14px;

    padding: 0px;

    display: inline-block;

    list-style: none;

}



.top-menu-wrap ul li a {

    margin: 0px;

    padding: 0px 0px;

    font-size: 15px;

    font-weight: 400;

    color: #686A72;

    text-decoration: none;

    font-family: "Roboto", sans-serif;

}



.top-menu-wrap ul li a:hover {

    color: #318ACF;



}



.contact-button {

    margin: 5px 0 0 0;

    padding: 0;

    background: #FFFFFF;

    border-radius: 22px;

    width: 132px;

    height: 43px;

    text-transform: uppercase;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #131226;

    font-size: 12px;

    line-height: 16px;

    letter-spacing: 1.8px;

    font-weight: bold;

    position: relative;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

    overflow: hidden;

}



.contact-button::before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #fff;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;

    transform-origin: 0 50%;

    -webkit-transition-property: transform;

    transition-property: transform;

    -webkit-transition-duration: 0.5s;

    transition-duration: 0.5s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}


.contact-button:hover {
    color: #318ACF;
}

.contact-button:hover:before,

.contact-button:focus:before,

.contact-button:active:before {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}



.hm-manu {

    display: none;

}

.logo-contact-section {
    position: relative;
}

ul.deskmenuheader {

    display: flex;

    margin: 0px;

    list-style: none;

    padding: 0;

    align-items: center;

    justify-content: end;
    position: inherit;

}

.search-modal .modal-dialog {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
}

.search-modal .modal-content {
    border-radius: 0;
    border: 0;
    background-color: #f6faff;
}

.search-modal .modal-body {
    display: flex;
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 45px 0;
}

.search-modal .modal-header {
    border: 0;
    position: absolute;
    right: 0;
    top: 47px;
}

.search-modal .modal-body form#searchform {
    width: 100%;
}

.search-modal .modal-body form#searchform .input-sec
 {
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row-reverse;
}
button.search-submit-btn {
    border: none;
    background: none;
    padding: 10px 10px 15px 5px;
}

button.search-submit-btn svg * {
  stroke: #091A3E;
}

.search-modal .error {
    position: absolute;
    margin-top: 5px;
    color: red;
}

.search-modal .modal-body form#searchform .input-sec input.form-control {
    border: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
    color: #091A3E;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f6faff;
}

.search-modal .modal-body form#searchform p {
    align-content: normal;
    margin-bottom: 0;
    line-height: normal;
    font-size: 13px;
}

.search-modal {
    padding-right: 0 !important;
}

.search-modal .modal-header .btn-close {
    padding: 0;
    opacity: .7;
}

ul.deskmenuheader li a {

    color: #fff;

    font-size: 14px;

    font-weight: 400;

    padding: 0;

    margin: 0 28px 0 0;

    font-family: "Roboto", sans-serif;

    text-transform: uppercase;

}

span.res-submenu {
    display: none;
}

.menu-sec ul.deskmenuheader li.menu-item-has-children>a {
    padding-right: 14px;
    background: url(../image/menu-down-arrow.svg) top 5px right no-repeat;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.menu-sec ul.deskmenuheader li:hover.menu-item-has-children>a {
    background: url(../image/menu-up-arrow.svg) top 5px right no-repeat;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.menu-sec ul.deskmenuheader li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    z-index: 1000;
    bottom: -34px;
    left: 0;
    opacity: 0;
    transition: all 0.25s ease-in-out;

}

.menu-sec ul.deskmenuheader li:hover.menu-item-has-children>a::after {
    opacity: 1;
    transition: all 0.25s ease-in-out;
}



ul.deskmenuheader li:last-child a {

    margin-right: 0;

}

.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
}

.menu-subs {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform .3s, opacity .3s;
    -ms-transition: -ms-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: absolute;
    padding-top: 31px;
    left: 0;
    right: 0;
    margin: auto;
    top: 29px;
    width: calc(100% - 75px);
    z-index: 999;
}

.menu-subs-inner {
    padding-top: 42px;
    padding-bottom: 35px;
    background: #fff;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 0 0 10px 10px;
}

#searchIcon-desktop {

    position: relative;

}

.menu-subs-inner .nav
 {
    width: 21%;
    display: block;
    max-height: 382px;
    overflow-y: auto;
    overflow-x: hidden;
}

.menu-subs-inner .nav::-webkit-scrollbar {
  width: 8px;
}

.menu-subs-inner .nav::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.2);
  border-radius: 10px;
}

.menu-subs-inner .nav::-webkit-scrollbar-thumb {
  background-color: #318ACF;
  border-radius: 10px;
}

.menu-subs-inner .nav::-webkit-scrollbar-thumb:hover {
  background-color: #2579ba;
}



.menu-subs-inner .tab-content {
    width: 79%;
}

.menu-subs-inner .nav-pills .nav-link {
    width: 100%;
    padding: 1rem 29px;
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
}

.menu-subs-inner .nav-pills .nav-link::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9px;
    height: 5px;
    background: url(../image/menu-down-arrow.svg) right no-repeat;
    transform: rotate(-90deg);

}

.menu-subs-inner .nav-pills .nav-link.active {
    background: transparent linear-gradient(90deg, #3996D1 0%, #59BFD5 100%) 0% 0% no-repeat padding-box;
    border-radius: 0;
    color: #fff;
}

.menu-subs-inner .nav-pills .nav-link:last-child {
    border-bottom: 0;
}

.menu-subs-inner .nav-pills .nav-link:hover {
    color: #3996D1;
}

.menu-subs-inner .nav-pills .nav-link.active:hover {
    color: #fff;
}

.menu-subs-inner .tab-pane {
    padding: 15px 84px 10px 45px;
}

.menu-image {
    margin-right: 28px;
}

.menu-serv-description h3 {
    font-size: 23px;
    line-height: 27px;
    color: #091A3E;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 27px;
    text-transform: capitalize;
}

.menu-serv-description p {
    font-size: 16px;
    line-height: 26px;
    color: #888B95;
    font-weight: normal;
    margin-bottom: 22px;
}

.menu-image img {
    width: 100%;
    border-radius: 20px;
}



#searchIcon-desktop img {

    cursor: pointer;

    transition: 0.3s;

}



.top-menu-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 11%;
}


.search-button {

    margin: 0 21px 0 25px;

}

.home-banner-section:after {
    z-index: 999;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(0deg, #1B2967 0%, #1B296700 100%) 0% 0% no-repeat padding-box;
}

.home-banner-section {

    position: relative;

    /* padding-right: 60px; */

    background: #fff;

    z-index: 1;

}


@keyframes bounceDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.home-banner-section .container::after {
    content: "";
    position: absolute;
    background: url(../image/arrow-down-hpmepage.svg) no-repeat center;
    width: 13px;
    height: 19px;
    right: 120px;
    bottom: 60px;
    border-radius: 50%;
    z-index: 1000;
    padding: 28px;
    border: 1px solid #FFFFFF33;
    transition: all ease-in-out 0.3s;

    /* animation added below */
    animation: bounceDown 1.5s infinite ease-in-out;
}


.home-banner-content-section {
    position: absolute;
    bottom: 0;
    transform: translateY(-30%) !important;
    max-width: 800px;
    z-index: 9999;
}

.home-banner-content-section h3 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    max-width: 260px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.home-banner-content-section h1 {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 65px;
    padding: 0px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}



.home-banner-section img {

    width: 100%;

}

@media (min-width:767px) {
    .mobile-banner {

        display: none !important;

    }
}





.home-banner-section video {

    object-fit: cover;

    height: 615px;

    /* border-radius: 0px 60px 0px 0px; */

}



ul.social-icon-banner {

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: fixed;

    right: 40px;

    top: 50%;

    transform: translateY(-50%);
    background: #fff;
    border-radius: 20px;
    padding: 6px 13px;
    z-index: 9999;

}



.home-banner-section ul.social-icon-banner img {

    width: auto;

}



ul.social-icon-banner li {

    padding: 0 0 7px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #70707074;

}

ul.social-icon-banner li:last-child {
    border-bottom: 0;
}



ul.social-icon-banner li img {

    transition: all 0.5s ease 0s;
    filter: invert(38%) sepia(100%) hue-rotate(188deg) saturate(37);

}



ul.social-icon-banner li a:hover img {

    transform: scale(1.4);



}



section.home-about-section {
    padding-top: 198px;
    padding-bottom: 198px;

    position: relative;

    background: #F6FAFF;

    z-index: 99;

    overflow: hidden;

}

.home-about-section h2 {
    max-width: 350px;
    font-size: 30px;
    line-height: 32px;
}

.home-about-section h2 span {
    width: 540px;
    display: inline-block;
    padding-top: 10px;
    font-size: 56px;
    line-height: 59px;
    color: #1B2967;
}

.home-about-section-description {
    border-left: 1px solid #005CA926;
    padding-left: 60px;
}

.second-fold-abstract {

    position: absolute;

    right: 0;

    top: -200px;
    display: none;

}

.search-result {
    font-size: 30px;
    line-height: 30px;
    padding-top: 75px;
}

.search-result h2 {
    margin-bottom: 30px;
}

.search-result .search-result-item h3 {
    text-transform: capitalize;
    margin-bottom: 12px;
    line-height: normal;
    color: #0C144B;
    font-size: 24px;
}

.search-result .search-result-item h3 a {
    color: #0C144B;
}

.search-result .search-result-item h3 a:hover {
    color: #3C9FDE;
}

.search-result .search-result-item {
    margin-bottom: 30px;
}

.search-result .pagination {
    font-size: 16px;
    margin-bottom: 50px;
}

.search-result .pagination .current {
    background: #005CA9;
    color: #fff;
    border: 0;
    padding: 16px 21px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    border-radius: 50px;
}

.search-result .pagination li{
    background: none;
    color: transparent;
}

.search-result .pagination li:hover {
    background: none;
    color: transparent;
}

.search-result .pagination a {
    padding: 16px 21px;
    color: #0C144B;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    border: 0;
    line-height: normal;
    border-radius: 50px;
}

.search-result .prev.page-numbers{
    transform: rotate(180deg);
    display: block;
    background: none;
    padding-bottom: 22px;
}
.search-result .next.page-numbers{
    display: block;
    background: none;   
    background: none;
}

.search-result .prev.page-numbers:hover{
    display: block;
   background: none;
  transform: scale(1.1) rotate(180deg);
       transition: all 0.3s ease-in-out;
}
.search-result .next.page-numbers:hover{
    display: block;
    background: none;
     transform: scale(1.1);
     transition: all 0.3s ease-in-out;
}

.search-result .pagination a:hover {
    background: #005CA9;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

.page-does-not-exist {
    padding: 10% 0;
    text-align: center;
}

.page-does-not-exist p {
    color: #0C144B;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
}


@-webkit-keyframes rotating {

    from {

        -webkit-transform: rotate(0deg);

    }



    to {

        -webkit-transform: rotate(360deg);

    }

}



.rotating {

    -webkit-animation: rotating 10s linear infinite;

}

.rotating-oneround {

    -webkit-animation: rotating 3s linear;

}





section.home-about-section .container {

    /* max-width: 1051px; */

}

.home-about-section p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    max-width: 496px;
}

.industries-blue-wrapper {
    background: #1B2967;
    position: relative;
    padding: 119px 0 80px;
}

.industry-pattern {

    position: absolute;

    left: auto;

    right: auto;

    text-align: center;
    display: none;

}



.industries-blue-wrapper h2 {

    color: #fff;

    font-weight: bold;

    margin-bottom: 0;

    font-size: 56px;

    line-height: 63px;

}



.industries-blue-wrapper h3 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 120px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
}

.industry-service-wrap {

    margin-bottom: 24px;

}



.industries-blue-wrapper p {

    color: #C9DCEC;

    font-size: 16px;

    line-height: 22px;

    font-weight: normal;

    margin-bottom: 104px;

    max-width: 220px;

    margin: auto auto 100px auto;

}



.industry-img-wrap img {

    width: 100%;

    border-radius: 20px;

}



.industry-img-wrap {

    position: relative;

}



.industry-serv-bottom {

    position: absolute;

    bottom: 30px;

    left: 30px;

    color: #fff;

}



.industry-serv-bottom a {

    color: #fff;

    font-family: 'Arial', sans-serif;

    font-size: 16px;

    line-height: normal;

    font-weight: bold;

    text-transform: uppercase;

}

.industry-serv-pos-1 {
    padding-top: 107px;
}

.industry-serv-pos-2 {

    padding-top: 70px;

}
.industry-serv-pos-3{
    padding-top: 35px;
}


.industry-serv-pos-5 {

    margin-top: -230px;

}



.industry-serv-pos-6 {

    margin-top: -265px;

}



.industry-serv-pos-7 {

    margin-top: -230px;

}

.global-presence-wrap {
    background: transparent linear-gradient(180deg, #E6EDF7 0%, #B1C6DE 45%, #E6EDF7 100%) 0% 0% no-repeat padding-box;
    /* background: transparent linear-gradient(180deg, #005CA9 0%, #002E55 100%) 0% 0% no-repeat padding-box; */
    padding: 133px 0 97px 0 !important;
}

.global-presence-wrap h2 {

    color: #1B2967;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 56px;
    line-height: 59px;
    font-family: Arial, Helvetica, sans-serif;

}



.global-presence-wrap h3 {

    color: #358CCF;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;

}

.global-presence-wrap p {

    max-width: 335px;

    color: #888B95;

    font-size: 16px;

    line-height: 22px;

    font-weight: normal;

    margin-bottom: 0;

}

.global-presence-wrap .row {

    align-items: center;

    margin-bottom: 40px;

}

.textalign-right {

    text-align: right;

}

.globe-img-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.globe-img {
    text-align: center;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.globe-img p {
    width: 100% !important;
    max-width: 100%;
}

.globe-img-wrap::-webkit-scrollbar {

    height: 4px;

    border-radius: 5px;



}



.globe-img-wrap::-webkit-scrollbar-track {

    border-radius: 5px;

    background: rgba(243, 244, 249, 0.3);

}



.globe-img-wrap::-webkit-scrollbar-thumb {

    background-color: #fff;

    border-radius: 10px;

}

.globe-img text{
  cursor: pointer;
}
.globe-img rect{
    cursor: pointer;
}
.globe-img tspan{
    outline: none;
    box-shadow: none;
    border: none;
}

.latest-from-us {

    position: relative;

    background: #F6FAFF;

    overflow: hidden;

    padding: 125px 0 120px;

}

.latest-from-us .col-md-8 .latest-desc-box {
    border-radius: 24px 0 0 0;
}

.third-fold-abstract {

    position: absolute;

    left: 50px;

    top: 35px;

}

.latest-from-us .row {
    padding: 0 130px;
}

.latest-from-us h2 {

    color: #1B2967;

    font-weight: bold;

    margin-bottom: 0;
    font-size: 56px;
    line-height: 59px;
    font-family: Arial, Helvetica, sans-serif;
}



.latest-from-us h3 {
    color: #318ACF;
    font-weight: 300;
    margin-bottom: 58px;
    font-size: 30px;
    line-height: 38px;
    font-family: Arial, Helvetica, sans-serif;

}

.latest-from-us p {
    max-width: 280px;
    color: #888B95;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 40px;
    margin-top: 5px;
}

.latest-box {
    position: relative;
    margin-bottom: 85px;
}

.latest-desc-box {
    background: #F6FAFF;
    margin-top: -90px;
    z-index: 0;
    position: absolute;
    border-radius: 15px 0 0 0;
    max-width: 94%;
    right: 0;
    padding: 15px 30px 15px 28px;
}

.latest-desc-box span {

    color: #888B95;

    font-size: 14px;

    font-weight: normal;

    line-height: normal;

    display: inline-block;

    margin-bottom: 18px;

}

.latest-desc-box span.box-desc-date {
    background: #DCE8F6 0% 0% no-repeat padding-box;
    border-radius: 13px;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 15px;
    color: #0C144B;
    margin-left: 14px;
    margin-bottom: 10px;
}

.latest-box img {

    width: 100%;
    border-radius: 20px;

}

.latest-from-us h4 {
    color: #0C144B;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 34px;
}

.latest-from-us .right-box h4 {

    color: #0C144B;

    font-weight: normal;

    margin-bottom: 0;

    font-size: 16px;

    line-height: 22px;

}

.latest-desc-box.right-box {
    padding: 13px 20px;
    margin-top: -50px;
}



a.video-play-btn {

    position: absolute;

    transform: translate(-50%, -50%);

    left: 50%;

    top: 50%;

}

a.video-play-btn img {

    transition: 0.5s ease;

}

a.video-play-btn:hover img {

    transform: scale(1.1);



}



.cross-link-wrap .inner-div-cross {

    max-width: 845px;

    padding-top: 65px;

    padding-bottom: 51px;

    padding-right: calc(var(--bs-gutter-x)* .5);

    padding-left: calc(var(--bs-gutter-x)* .5);

    margin-right: auto;

    margin-left: auto;

}

.cross-link-wrap .inner-div-cross-outer {



    border-top: 1px solid #D8DAE1;

    border-bottom: 1px solid #D8DAE1;

}

.cross-link-wrap h2 {

    text-transform: inherit;

}

.cross-link-wrap h2 span {

    color: #005CA9;

    font-weight: bold;

}

.cross-link-wrap p {

    max-width: 215px;

    color: #888B95;

    font-size: 16px;

    line-height: 22px;

    font-weight: normal;

    margin-bottom: 30px;

}

.our-success-wrap {
    padding-top: 103px !important;
    padding-bottom: 100px;
}

.our-success-box {

    position: relative;

}

.home-counter-wrapper {
    margin: 0px;
    padding: 25px 35px;
    max-width: 885px;
    position: absolute;
    bottom: 100px;
    right: 40px;
}

.our-success-box h2 {
    margin-bottom: 22px;
    margin-top: 100px;
    font-size: 30px;
    line-height: 38px;
}

.our-success-box h2 span {

    font-size: 56px;

    line-height: 59px;

    display: block;

    color: #1B2967;
}

.our-success-box p {
    max-width: 399px;
    line-height: 22px;
}

.counter-box {

    background: #fff;

    border-radius: 20px;

    padding: 30px 35px;

    box-shadow: 0px 10px 40px #0C144B1A;

}

.home-counter-wrapper h4 {

    font-size: 56px;

    line-height: 67px;

    font-weight: bold;

    font-family: 'Roboto', sans-serif;

    color: #318ACF;

    margin-bottom: 43px;

     transition: all 0.3s ease;

}

.home-counter-wrapper span {

    font-size: 16px;

    line-height: 19px;

    font-family: 'Arial', sans-serif;

    color: #1B2967;

    font-weight: bold;

}

footer.footer-wrapper {

    padding-top: 100px;

    position: relative;

    overflow: hidden;

}

.quick-links ul {

    margin: 0px;

    padding: 0;

    column-count: 3;

}

.quick-links ul li {

    margin: 0px 0px 18px 0px;

    padding: 0px 0px;

    list-style: none;

}

.quick-links ul li a {

    color: #0C144B;

    text-transform: uppercase;

    font-weight: bold;

    font-size: 14px;

    line-height: 17px;

    position: relative;

}

.quick-links ul li a::before {
    content: '+';
    color: #318ACF;

    font-weight: 400;
    font-size: 16px;

    padding-right: 10px;

}

.quick-links ul li a:hover,
ul.footer-main-links li a:hover,
ul.terms-links li a:hover {
    color: #318ACF !important;
}



.quick-links h4 {

    display: none;

}

.bottom-footer p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #888B95;
    font-weight: normal;
}

.bottom-footer p span {

    color: #0C144B;

}

footer .social-icons-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

footer .social-icons-footer span {
    margin-right: 10px;
    color: #888B95;
    font-size: 14px;
}

footer .social-icons-footer a {
    display:flex;
    margin: 0 0 0 5px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    justify-content: center;
   align-items: center;
}
.social-icons-footer a {
  background: #318ACF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.social-icons-footer a:nth-of-type(1) {
  margin: 0 0 0 19px;
}

footer .social-icons-footer a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

footer .social-icons-footer a:hover img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    /* filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%); */
}

ul.terms-links {
    display: flex;
    flex-wrap: wrap;
    color: #888B95;
}

ul.terms-links li {
    margin: 0 12px;
}

ul.terms-links li a {
    color: #888B95;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

ul.terms-links li:first-child {
    margin-left: 0;
}

ul.footer-main-links {
    display: flex;
    color: #888B95;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 18px;
}

ul.footer-main-links li {
    margin: 0 17px;
}
ul.footer-main-links li:last-child {
    margin-right: 0px;
}

.social-icons-footer a:last-child{
    margin-right: 0px;
}

ul.footer-main-links li a {

    color: #888B95;

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;

}

.text-align-right {

    text-align: right;

}

.bottom-footer {

    padding-top: 102px;

    padding-bottom: 50px;

}

.second-fold-abstract-footer {
    display: none;
    position: absolute;

    right: -190px;

    top: 0;

    bottom: 0;

}

.our-service-wrap {
    background: #F6FAFF;
    padding-top: 122px !important;
    padding-bottom: 120px !important;
}

.our-service-wrap h2 {

    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;

}

a.visit-website-btn {
    display: none;
}

.our-service-wrap .service-overlay p {

    font-size: 16px;

    line-height: 22px;

    font-weight: normal;

    color: #888B95;

    font-family: 'Arial', sans-serif;

}

.our-services-container {

    text-align: center;

    max-width: 1070px;

    margin: auto;

    position: relative;

}



.pos-box {

    position: absolute;

    width: 235px;

}

.pos-box.pos-left {

    left: 90px;

    top: 0;

}

.pos-box.pos-right {

    right: 90px;

    top: 0;

}

.service-overlay {

    position: absolute;

    max-width: 280px;

    text-align: center;

    transform: translate(-50%, -50%);

    left: 50%;

    top: 50%;

}

.pos-box .btn-primary {

    border-radius: 0 30px 0 30px;

    background: #fff;

    color: #0C144B;

    border: 0;

    font-size: 14px;

    font-weight: bold;

    line-height: 15px;

    text-transform: uppercase;

    display: flex;

    padding: 0;

    align-items: center;

    text-align: right;

    padding-left: 0px;

    font-family: Arial, Helvetica, sans-serif;

    width: 100%;

    justify-content: flex-end;

    box-shadow: 0px 10px 40px #0C144B0F !important;

}

.pos-box .btn-primary:hover {
    background: #fff;
    color: #0C144B;
}

a.readore-round {

    width: 36px;

    height: 36px;

    background: #005CA9;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    right: 10px;

    bottom: 10px;

}

.blue-shape {

    display: flex;

    background: #BFC3D8;

    border-radius: 0 30px 0 30px;

    width: 65px;

    height: 85px;

    align-items: center;

    justify-content: center;

    margin-left: 25px;

}

.pos-box.active {

    background: transparent;

    border-radius: 0 30px 0 30px;

}



.pos-box .collapse.show .card {

    color: #A2AAC4;

    font-size: 14px;

    line-height: 22px;

    font-weight: normal;

    padding: 5px 30px 40px 30px;

    text-align: left;

    background: transparent;

    border: 0;

}

.pos-box .collapsing.show .card {

    border: 0;

    background: #0C144B;

    color: #fff;

}

.pos-box.pos-right .btn-primary {

    flex-direction: row-reverse;

    padding-left: 0;

    border-radius: 30px 0 30px 0;

}

.pos-box.pos-right .blue-shape {

    margin-right: 25px;

    margin-left: 0;

    border-radius: 30px 0 30px 0;

}

.pos-box.pos-right.active {

    border-radius: 30px 0 30px 0;

}

.pos-box.pos-center {

    left: 0;

    top: 44%;

}

.pos-box.pos-right.pos-right-center {

    right: 0;

    top: 44%;

}

.pos-box.pos-bottom-left {

    left: 90px;

    bottom: 0;

}

.pos-box.pos-bottom-left .btn-primary {
    border-radius: 30px 0px 30px 0px;
}

.pos-box.pos-right.pos-right-bottom {

    right: 85px;

    bottom: 0;

    top: inherit;

}

.pos-box.pos-right.pos-right-bottom .btn-primary {
    border-radius: 0px 30px 0px 30px;
}

.bottom-footer .container {
    padding: 0px;
}
.ft-bottom-link{
    display: none;
}

.latest-desc-box h4 {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    color: #0C144B;
    margin-bottom: 20px;
}

.hidden-img {
    display: none;
}

.service-overlay {
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.service-overlay h3 {
    font-size: 26px;
    line-height: 32px;
    color: #0C144B;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 29px;
}

.our-service-wrap .service-overlay p {
    font-size: 14px;
    line-height: 18px;
    max-width: 258px;
    margin: auto;
    font-family: 'Arial', sans-serif;
    color: #888B95;
    font-weight: normal;
    margin-bottom: 15px;
}

.pos-box.active .blue-shape {
    background: #318ACF;
}

.pos-box.active .btn-primary {
    background: #fff;

    color: #0C144B;
}

.mob-view.card-data-desc {
    text-align: left;
    margin-bottom: 45px;
}

.mob-view.card-data-desc p {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    line-height: 18px;
}

.service-overlay.desktop-view {
    display: block;
}


.services-main-title h2 {
    font-size: 56px;
    line-height: 59px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    color: #318ACF;
}

.services-main-title h2 span {
    color: #1B2967;
    font-weight: 700;
    font-size: 56px;
    line-height: 59px;
    display: inline-block;
}

.services-main-title p {
    font-size: 16px;
    line-height: 22px;
    color: #888B95;
    font-weight: normal;
    margin-bottom: 0px;
    max-width: 400px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}

.pos-box.pos-right.pos-right-bottom .blue-shape {
    border-radius: 0px 30px 0px 30px;
}

.pos-box.pos-bottom-left .blue-shape {
    border-radius: 30px 0px 30px 0px;
}



.bottom-footer {
    padding-top: 28px;
    padding-bottom: 52px;
    border-top: 1px solid #D8DAE1;
}

.footer-items {
    padding-bottom: 93px;
    padding-left: 40px;
    padding-right: 40px;
}

.latest-from-us .read-press {
    width: auto;
    margin: auto;
    text-transform: uppercase;
}

.wpcf7-spinner {
    position: absolute !important;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center !important;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        filter: drop-shadow(0 0 0px rgba(0, 183, 255, 0.6));
    }

    50% {
        opacity: 0.6;
        filter: drop-shadow(0 0 6px rgba(0, 183, 255, 0.9));
    }
}

.pulsing-dot {
    animation: pulse 1.5s ease-in-out infinite;
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}


.pulsing-dot {
    animation: pulse 1.5s ease-in-out infinite;
    animation-fill-mode: both;
    transform-origin: center;
    transform-box: fill-box;

}



.sustain-zoomout {
    border-radius: 30px;
}



.latest-from-us {
    padding-top: 130px !important;
}

.breadcrumb .back a {
    font-weight: 300;
}

.services-wrapper .services-detail-cards .detail-block .image-box img {
    position: relative;
    right: 0px;
}

.button-close:hover svg {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
}

.our-products .swiper-button-prev,
.our-products .swiper-button-next,
.our-certifications .swiper-button-prev,
.our-certifications .swiper-button-next {
    width: 30px;
}

.our-products .swiper-button-prev:hover svg,
.our-certifications .swiper-button-prev:hover svg {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
}

.our-products .swiper-button-next:hover svg,
.our-certifications .swiper-button-next:hover svg {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
}

.proj-desc-wrapper a:hover {
    opacity: 0.5;
}

.proj-desc-wrapper a {
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
    background-position: right 6.2px;
}

.breadcrumb .back a:hover img {
    filter: invert(41%) sepia(79%) saturate(746%) hue-rotate(176deg) brightness(96%) contrast(92%);
}

.industry-proj-tittle {
    z-index: 1;
}


/* about us */
.gallery-container {
    justify-content: flex-end;
}

.our-values-block h4 {
    margin-bottom: 6px;
    min-height: 50px;
}

.gallery-thumbs::before {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.5) 40%,
            rgba(255, 255, 255, 0.5) 60%,
            rgba(255, 255, 255, 0));
}


/* company */
.services {
    padding: 125px 0 155px;
}

.services-h {
    margin-bottom: 60px;
}

/* .services-list {
    gap: 38px;
} */

.products-certification .our-products .slider-button {
    right: 150px;
}


/* contact */

.servicesSwiper .swiper-pagination {
    font-weight: 300;
}

.services-slider .swiper-pagination-total {
    opacity: 0.3;
}

.certificationSwiper {
    padding-bottom: 72px;
}


.globalsection .global-wrap .num h4 a:hover {
    opacity: 0.6;
}
.articlessection .artimg {
    margin-bottom: 0 !important;
}

.articlessection .artbox .arttxt {
    padding: 20px 23px 39px;
    border-radius: 20px;
    background: #fff !important;
}

#close-menu svg path {
    stroke-width: 1;
}

.certification-title p {
  max-width: 590px;
  margin-right: 140px;
}

.contact-wrap select {
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: relative;
}
.col-md-6:nth-child(4) .contact-input-sec{
    position: relative;
}
.col-md-6:nth-child(4) .contact-input-sec::after{
          content: "";
         background: url(../image/arrow-down.png) no-repeat center top;
        background-size: contain;
        position: absolute;
        cursor: pointer;
        right: 0;
        width: 12px;
        margin-top: -5px;
        z-index: -1;
        height: 9px;
        transition: transform 0.3s ease;
}
form {
    position: relative;
    z-index: 2;
}

 .contact-input-sec.focus-label::after {
        transform: translateY(0%) rotate(180deg);
    }

.cr-img-wrapper {
        padding: 0px 20px;
}

.scrollTop svg path {
    fill: #318ACF;
}

.scrollTop {
    right: 145px !important;
    bottom: 200px !important;
}

#stop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#stop.visible {
  opacity: 1;
  pointer-events: auto;
}

.scrollTop
 {
    display: none;
 }

 .social-icon-banner li:nth-child(1) a img
 {
    width: 17px;
}
.social-icons-footer a:nth-of-type(2) img {
  width: 17px;
}


.tooltip-inner {
  background-color: #1B2967 !important;                    
  color: #fff !important;                         
  padding: 4.5px 18px !important;      
  font-size: 14px !important;
  line-height: 16px !important;             
  border-radius: 7px !important;       
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
  z-index: 9999 !important;
}
.tooltip.show {
  opacity: 1 !important;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #1B2967 !important;
}

.tooltip-inner li {
      padding: 7.5px 0;
}
.tooltip-inner .location-popup li:not(:last-child) {
   border-bottom: 1px solid rgba(242, 247, 251, 0.16);
}


.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-top-color: #1B2967 !important;
  border-bottom-color: #1B2967 !important;
  border-left-color: #1B2967 !important;
  border-right-color: #1B2967 !important;
}

.certificationSwiper .swiper-wrapper {
    justify-content: center;
}

/* .productSwiper .swiper-wrapper {
    justify-content: center;
} */

@media (min-width: 1600px) {

.our-success-box .col-lg-7 img {
    width: 100%;
}
.home-counter-wrapper
 {
    right: 300px;
}
    
}


@media(min-width:1025px) {

    .our-success-box [class*="row"] {

        margin-left: -30px;

        margin-right: -30px;

    }

    .our-success-box [class*="col-"] {

        padding-left: 30px;

        padding-right: 30px;

    }

    .our-success-box .home-counter-wrapper [class*="row"] {

        margin-left: -12px;

        margin-right: -12px;

    }

    .our-success-box .home-counter-wrapper [class*="col-"] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .globe-img-wrap {
        padding-top: 16px;
    }

    .global-presence-wrap [class*="row"] {
        margin-left: -30px;
        margin-right: -30px;
    }

    .global-presence-wrap [class*="col-"] {
        padding-left: 50px;
        padding-right: 30px;
    }

    .cross-link-wrap [class*="row"] {

        margin-left: -90px;

        margin-right: -90px;

    }

    .cross-link-wrap [class*="col-"] {

        padding-left: 90px;

        padding-right: 90px;

    }

    .latest-from-us [class*="row"] {

        margin-left: -30px;

        margin-right: -30px;

    }

    /* .latest-from-us [class*="col-"] {

    padding-left: 30px;

    padding-right: 30px;

  } */

}

@media (max-width: 1400px) {
    ul.deskmenuheader li a {
        margin: 0 28px 0 0;
    }
    .top-menu-wrap {
    margin-right: 10%;
}
    .search-button {
        margin: 0 20px;
    }

    .home-counter-wrapper {
        bottom: 33px;
    }

}
@media (max-width: 1300px) {
        ul.deskmenuheader li a {
        margin: 0 15px 0 0;
    }
    .top-menu-wrap {
    margin-right: 6%;
}
}


@media (max-width: 1200px) {

    .scrollTop {
    right: 75px !important;

    }
        .services {
        padding: 80px 0 80px;
    }
        .cr-img-wrapper {
        padding: 20px 20px;
    }
    
    .main-header .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-counter-wrapper {
        bottom: 40px;
    }

    ul.deskmenuheader li a {
        font-size: 13px;
    }

    .search-button {
        margin: 0 20px;
    }

    ul.deskmenuheader li a {
        margin: 0 22px 0 0;
    }

    .home-counter-wrapper {

        bottom: 10px;

    }

    .latest-from-us .row {
        padding: 0 0px;
    }

    .our-success-box h2 {

        margin-bottom: 20px;

        margin-top: 20px;

        
    }
      .certification-title p {
  max-width: 560px;
  margin-right: 0;
}

}

@media (max-width: 1100px) {
    .mobile-cnt-btn {
        padding-left: 10px;
        padding-top: 10px;
    }
    .ortect-header {
    padding: 14px 0;
}

    .menu-sec {
        width: 100%;
        justify-content: flex-end;
    }

    a.visit-website-btn {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000026;
        padding: 10px 18px;
        border-radius: 20px;
        color: #000;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        display: block;
    }

    a.visit-website-btn:hover {
        color: #318ACF;
    }

    .ortec-social .social-icons {
        display: none;
    }

    ul.footer-main-links li {

        margin: 0 12px;

    }

    /* span.res-submenu {

        box-sizing: border-box;

        height: 8px;

        width: 8px;

        border-style: solid;

        border-color: #fff;

        border-width: 0 1px 1px 0;

        transform: rotate(45deg);

        transition: border-width 150ms ease-in-out;

        display: inline-block;

        margin: 0px 0px 3px 4px;

    } */



    .top-menu-wrap,

    .bottom-header-nav {

        display: none;

    }

    .contact-button {
        display: none;
    }



    .menu-main-wrap {

        width: 100%;

        -webkit-transform: translateX(100%);

        transform: translateX(100%);

        z-index: 1001;

        background: #fff;

        padding: 23px 0 25px 0;

        right: 0;

        position: fixed;

        top: 0;

        height: 100%;

        z-index: 10001;

        -webkit-transition: 0.3s ease-in !important;

        transition: 0.3s ease-in !important;

        overflow: auto;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -ms-flex-direction: column;

        flex-direction: column;

    }



    .menu-main-wrap.show {

        -webkit-transform: translateX(0px);

        transform: translateX(0px);

    }



    .hm-manu {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;

        -webkit-box-pack: end;

        -ms-flex-pack: end;

        justify-content: flex-end;

        -webkit-box-align: center;

        -ms-flex-align: center;

        align-items: center;

        /* position: absolute; */

        right: 10px;

        width: auto;

        top: 30px;

    }

    .close-menu-div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        right: 20px;
        margin-bottom: 26px;
    }

    .searchIcon img {
    width: 17.8px;
}

    .close-menu-div .close-menu {
        cursor: pointer;
    }

    .mobile-m-box {

        display: flex;

        align-items: center;

        position: absolute;

        top: 0;

        width: 100%;

    }

    .hamburger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 30px;
        height: 17px;
        cursor: pointer;
        rotate: 180deg;
    }

    header.home-header.fixed .hamburger div {
        background: #fff;
    }

    .hamburger div {
        -ms-flex-item-align: end;
        align-self: flex-end;
        height: 0.5px;
        width: 100%;
        background: #fff;
        border-radius: 4px;
        width: 30px;
    }

    .hamburger .meat {

        -webkit-transition: all 200ms ease-in-out;

        transition: all 200ms ease-in-out;

        width: 20px;

    }



    .hamburger .bottom-bun {

        margin-right: 0px;

        -webkit-transition: all 400ms ease-in-out;

        transition: all 400ms ease-in-out;

        width: 30px;

    }



    .mob-menu-sec li a {

        color: #686A72;

        line-height: 55px;

        font-weight: normal;

        font-size: 16px;

        padding: 0px 2px 0px 2px !important;

        align-items: center;

        justify-content: space-between;

    }



    .menu-main-wrap .mob-menu-sec .sub-menu li a {
        font-size: 14px;
        color: #1B2967;
        font-weight: normal;
        text-transform: uppercase;
        text-align: left;
        padding: 0 20px !important;
        position: relative;
        display: block !important;

    }

    .mob-menu-sec .sub-menu li a::after {
        width: 100%;
        background: #70707036;
        height: 1px;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .menu-main-wrap .mob-menu-sec li ul li:last-child a::after {
        display: none;
    }



    .menu-main-wrap .mob-menu-sec .sub-menu {

        position: inherit;

        top: 0;

        width: auto;

        margin-bottom: 10px;

        display: none;

        opacity: inherit;

        padding: 0;

        transition: 0.5s ease;

    }



    .menu-item-has-children {

        position: relative;

    }

    
.menu-main-wrap .mob-menu-sec li.menu-item-has-children.active a::after {
    content: none;
}



    .menu-item-has-children .res-submenu {

        background: url(../image/plus.svg) no-repeat center center;

       width: 13px;
        height: 13px;
        display: block;
        position: absolute;
        right: 21px;
        top: 21px;
    }

    }

    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active .res-submenu{

        background: url(../image/minus.svg) no-repeat center center;

    }



    .menu-item-has-children .res-submenu.active {

        transform: rotate(-135deg);

    }



    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active .sub-menu {

        pointer-events: auto;

        display: block;

        transform: translateY(0);

    }



    .menu-main-wrap .mob-menu-sec li a {

            color: #0C144B;text-transform: uppercase;        

        position: relative;

        padding: 0px 20px 0px 20px !important;

        display: inline-block;

        width: 100%;

    }

    .menu-main-wrap .mob-menu-sec li a::after {
    width: calc(100% - 40px);
    background: #70707036;
    height: 1px;
    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0;
}

.menu-main-wrap .mob-menu-sec li:last-child a::after {
    content: none;
}

    .menu-main-wrap .mob-menu-sec li ul li {

        padding: 0;

    }



    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active {

        background: #EAF6FF;

    }



    .menu-main-wrap .mob-menu-sec li.menu-item-has-children.active>a {

        background: #DFEDF8;

        display: block;
        color: #318ACF;

    }
.menu-main-wrap .mob-menu-sec li.menu-item-has-children.active ul.sub-menu a {
  position: relative;
  display: block;
}

.menu-main-wrap .mob-menu-sec li.menu-item-has-children.active ul.sub-menu a::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #70707036;
  width: calc(100% - 40px);
}

    



@media (max-width: 1024px) {
    .search-modal .modal-body {
        padding: 50px 0 50px 19px;
    }
}

@media (max-width: 992px) {

    footer .social-icons-footer {

        -webkit-box-pack: start;

        -ms-flex-pack: start;

        justify-content: flex-start;

    }

    .our-success-wrap {

        padding-bottom: 40px;

    }

    .home-counter-wrapper h4 {

        font-size: 46px;

        line-height: 55px;

    }

    .counter-box {

        margin-bottom: 20px;

    }

    .home-counter-wrapper {

        bottom: inherit;

        position: inherit;

        right: inherit;

        max-width: inherit;

        margin-top: -90px;

        padding: 0 30px;

    }

    .home-counter-wrapper {
        padding: 30px;
    }

    .our-success-box p {
        max-width: 399px;
        text-align: center;
        margin: 0 auto 60px;
    }

    .our-success-box h2 {
        text-align: center;
    }

    .our-success-box img {

        max-width: 95%;

    }

    .our-success-box .home-counter-wrapper .row {

        flex-direction: inherit;

    }

    .our-success-box .row {

        flex-direction: column-reverse;

    }

    .industry-service-wrap p {

        margin: auto auto 50px auto;

    }



    .industry-serv-bottom a {

        font-size: 14px;

    }

}

@media (max-width: 991.5px) {

    .our-service-wrap .service-overlay p {

        margin-bottom: 40px;

    }

    .our-services-container {

        padding: 0 12px;

        text-align: center;

        max-width: 360px;

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

    }

    .service-overlay {

        position: inherit;

        max-width: 208px;

        text-align: center;

        transform: inherit;

        left: inherit;

        top: inherit;

    }

    .pos-box .btn-primary {

        border-radius: 30px 0 30px 0;

        flex-direction: row-reverse;

        padding-left: 0;

        text-align: left;

        position: relative;

    }

    .pos-box .btn-primary::after {
        content: '';
        position: absolute;
        border: solid #C4C6D4;
        border-width: 0 1px 1px 0 !important;
        display: inline-block !important;
        padding: 5px;
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        margin-top: 4px !important;
        right: 20px;
    }

    .pos-box.active .btn-primary::after {

        transform: rotate(225deg) !important;

        -webkit-transform: rotate(225deg) !important;

    }

    .blue-shape {

        border-radius: 30px 0 30px 0;

        margin-right: 25px;

        margin-left: 0;

    }

    .service-main-img {

        display: none;

    }

    .pos-box {

        position: inherit;

        width: 100%;

        margin-bottom: 15px;

    }

    .pos-box.pos-left {

        left: inherit;

        top: inherit;

    }

    .pos-box.pos-right {

        right: inherit;

        top: inherit;

    }

    .pos-box.pos-right.pos-right-bottom {

        right: inherit;

        bottom: inherit;

        top: inherit;

    }

    .pos-box.pos-bottom-left {

        left: inherit;

        bottom: inherit;

    }



    .quick-links .f-menu-links {

        display: none;

    }

    .quick-links.active .f-menu-links {

        display: block;

        margin-bottom: 40px;

    }

    .quick-links h4 {
        display: block;
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
        border-top: 1px solid #ccc;
        margin-top: 28px;

        color: #0C144B;

        margin-bottom: 0px;

        text-transform: uppercase;

    }

    .toggle-link {

        font-weight: 700;

        border-bottom: 1px solid #ccc;

        padding: 26px 0;

        position: relative;

    }

.toggle-link::after {
        content: "";
        background: url(../image/mobile-footer-arrow.svg) no-repeat center center;
        background-size: contain;
        position: absolute;
        right: 0;
        width: 12px;
        margin-top: 7px;
        height: 9px;
        transition: transform 0.3s ease;
    }


    .quick-links.active .toggle-link::after {
        transform: translateY(0%) rotate(180deg);
    }
    .quick-links.active .toggle-link {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .footer-items .row {
        flex-direction: column;
    }

    footer.footer-wrapper {

        padding-top: 0;

    }

    ul.terms-links {
        margin-bottom: 15px;
    }
    .ft-bottom-link {
        display: block;
    }
.footer-items {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ft-bottom-link ul.footer-main-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0;
    }
    ul.footer-main-links li {
        margin: 0px;
        width: 30%;
    }
    ul.footer-main-links li:nth-child(2){
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10%;
    }
     ul.footer-main-links li:nth-child(5){
        display: flex;
        justify-content: flex-start;
        padding-left: 10%;
        align-items: center;
    }
     ul.footer-main-links li:nth-child(3){
        display: flex;
        justify-content: end;
        align-items: end;
    }
     ul.footer-main-links li:nth-child(6){
        display: flex;
        justify-content: end;
        align-items: end;
    }
    .bottom-footer .footer-main-links{
        display: none;
    }
}

@media(max-width:992px) {
    .sustain-zoomout {
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .project-cycle p {
        margin-top: 19px !important;
    }
}

@media (max-width: 991px) {
    .global-presence-wrap {
        padding-bottom: 0px !important;
    }
}

@media (min-width: 991px) {
    .mob-view.card-data-desc {
        display: none !important;

    }
}

@media (max-width: 991px) {
    .service-overlay.desktop-view {
        display: none;
    }

    .mob-view.card-data-desc {
        display: block;
    }
    .products-title p {
    bottom: 0;
}
    .certification-title p
 {
   max-width: 370px;
    margin-right: 0;
}
}


@media (max-width: 767px) {
        .products-title p {
    bottom: 0px;
}

      ul.footer-main-links li:nth-child(2){
        padding-left: 4%;
    }
     ul.footer-main-links li:nth-child(5){
        padding-left: 4%;
    }
    
    .pos-box.pos-right .btn-primary {
        border-radius: 30px 0 30px 0 !important;
    }

    .services-main-title p {
        margin-bottom: 40px;
    }

    .mob-view.card-data-desc {
        margin-bottom: 25px;
    }

    .latest-from-us p {
        padding-left: 40px;
    }

    .industries-blue-wrapper h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .industries-blue-wrapper {
        padding: 95px 0 80px;
    }

    .industries-blue-wrapper .col-6 {
        padding-left: 6px;
        padding-right: 6px;
    }

    .industry-service-wrap {
        margin-bottom: 18px;
    }

    .globe-img text{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
      font-family: 'Arial', sans-serif;
}
  .certification-title p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
    .services-main-title {
        padding: 0 45px;
    }
}

@media (min-width: 340px) and (max-width: 992px) {
    .globe-img {
        width: 100%;
        padding-bottom: 60px;
    }

    svg {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 340px) and (max-width: 480px) {
    .counter-box {
        padding: 30px 15px;
    }

    .home-counter-wrapper [class*="col-"] {
        padding: 0 7px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .home-about-section h2 span {
        font-size: 45px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .pos-box.pos-right.pos-right-bottom .btn-primary {
        border-radius: 0px 30px 0px 30px !important;
    }

    .box-text-title {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

.text-box {
        padding: 40px 20px 30px 25px;
    }
}

/* @media screen and (min-width: 1400px) and (max-width: 1499px) {
    .home-banner-section video {
        height: 100vh;
    }
} */

@media (max-width: 767px) {
    .pos-box.pos-right.pos-right-bottom .blue-shape {
        border-radius: 30px 0px 30px 0px;
    }

    .home-banner-content-section {
        transform: translateY(-38%) !important;
    }

    .services-main-title h2 {
        font-size: 34px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .services-main-title h2 span {
        font-size: 34px;
        line-height: 43px;
    }

    .latest-from-us .row {
        padding: 0 0px;
    }

    .latest-from-us h4 {
        font-size: 22px;
        line-height: 28px;
    }
}


@media (max-width: 768px) {
    .home-banner-section {
        padding-right: 0;
    }

    .home-banner-section .container::after {
        content: none;
    }

    ul.social-icon-banner {
        display: none;
    }
}

@media (max-width: 767.5px) {
    .home-counter-wrapper span {
        color: #005CA9;
    }

    .industry-serv-bottom a {
        font-size: 16px;
        line-height: 18px;
    }

    .our-success-box p {
        max-width: 325px;
    }

    .our-success-box h2 {
        font-size: 30px;
        line-height: 43px;
        margin-top: 0;
    }

    .our-success-box h2 span {
        font-size: 34px;
        line-height: 43px;
    }

    .latest-from-us h2 {
        font-size: 34px;
        line-height: 43px;
    }

    .global-presence-wrap h2 {
        font-size: 34px;
        line-height: 43px;
    }

    .global-presence-wrap h3 {
        font-size: 28px;
        line-height: 43px;
    }

    .our-service-wrap h2 {
        font-size: 34px;
        line-height: 43px;
        color: #318ACF;
        font-family: Arial, Helvetica, sans-serif;
    }

    .our-service-wrap h2 span {
        font-size: 34px;
        line-height: 43px;
        display: inline-block;
    }

    .service-overlay {
        max-width: inherit;
    }

    .home-about-section h2 {
        max-width: 326px;
        text-align: center;
        margin: auto;
        margin-bottom: 34px;
        font-size: 28px;
        line-height: 30px;
    }

    .home-about-section h2 span {
        width: inherit;
        font-size: 34px;
        line-height: 37px;
    }

    .home-about-section-description {
        border-left: 0;
        padding-left: 0;
        text-align: center;
    }

    section.home-about-section {
        padding-top: 95px;
        padding-bottom: 100px;
    }

    .search-modal .modal-body {
        max-width: 315px;
        padding: 55px 0 60px 5px;
    }

    .home-banner-content-section h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .home-banner-content-section h1 {
        font-size: 44px;
        line-height: 47px;
    }

    .second-fold-abstract-footer {

        width: 50%;

    }


    .second-fold-abstract-footer {

        position: absolute;

        right: -40px;

        top: inherit;

        bottom: -40px;

    }

    .quick-links ul {

        column-count: 1;

    }

    .cross-link-wrap h2 {

        margin-bottom: 26px;

    }

    .third-fold-abstract {

        left: -35px;

        top: 0;
        display: none;

    }

    .latest-box {
        margin-bottom: 165px;
    }

    .latest-box.mb-40 {
        margin-bottom: 75px !important;
    }

    .latest-desc-box {
        margin-top: -50px;
        background: #F6FAFF;
    }

    .latest-from-us h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .latest-from-us h3 {

        margin-bottom: 0;
        font-size: 28px;
        line-height: 32px;

    }

    .latest-from-us p {

        margin-bottom: 35px;

        max-width: inherit;

        text-align: center;

    }

    .textalign-right {

        text-align: center;

        margin-bottom: 28px;

    }

    .global-presence-wrap p {

        max-width: inherit;

        text-align: center;

    }

    .industry-pattern {

        bottom: 30px;

    }

    .col-none {

        display: none;

    }

    .industry-serv-pos-1,
    .industry-serv-pos-2,
    .industry-serv-pos-3{

        padding-top: 0;

    }

    .industry-serv-pos-5,
    .industry-serv-pos-6,
    .industry-serv-pos-7 {

        margin-top: 0;

    }

    .industries-blue-wrapper p {

        max-width: inherit;

        text-align: center;

        margin: auto auto 50px auto;

    }

    .industries-blue-wrapper h3 {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 30px;
    }

    .latest-from-us .latest-box {
        margin-bottom: 145px;
    }
}

@media (max-width: 767px) {
    .contact-input-sec {
        max-width: 100% !important;
    }

ul.terms-links li {
        margin: 0 14px;
    }
        .services {
        padding: 69px 0 109px;
    }

}

@media(max-width:767px) {
    .gallery-thumbs::before {
        background: linear-gradient(to right,
                rgba(255, 255, 255, 0),
                rgba(255, 255, 255, 0.5) 40%,
                rgba(255, 255, 255, 0.5) 60%,
                rgba(255, 255, 255, 0));
    }
    .swiper-wrapper {
    justify-content: unset;
    }
  
}

@media (min-width: 480px) and (max-width: 1200px) {
    .gallery-container {
        justify-content: space-between;
    }
}

@media (max-width: 520px) {
    a.ortec-logo {
        width: 42%;
    }

    .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    a.visit-website-btn {
        font-size: 10px;
    }
}

@media (max-width: 400px ) {
.terms-links span:nth-of-type(2) {
    display: none;
}
.terms-links li:nth-of-type(2) {
        margin-right: 45px;
    }
        .terms-links li:nth-of-type(3) {
    margin: 0px;
}
    
}

@media (max-width: 360px) {
      ul.footer-main-links li:nth-child(2){
        padding-left: 0%;
    }
     ul.footer-main-links li:nth-child(5){
        padding-left: 0%;
    }
    ul.footer-main-links li a
 {
    color: #888B95;
    font-size: 13px;
 }
    .bottom-footer p {
        font-size: 13px;
    }
    ul.terms-links li a
 {
    color: #888B95;
    font-size: 13px;
 }
 footer .social-icons-footer span {
    font-size: 13px;
}
}


/* border - issues */

.our-success-box .col-lg-7 img {
    border-radius: 0 60px 60px 0;
}
.p-img-wrapper img {
    width: 100%;
    border-radius: 20px;
}
.desktop-video { display: block; }
.mobile-video { display: none; }

@media (max-width: 767px) {
  .desktop-video { display: none; }
  .mobile-video { display: block; }
}

/* 17-09-2025 map */

/* container */
.globe-img-wrap {
  position: relative;
}

.globe-img img,
.globe-img svg {
  width: 100%;
  height: auto;
  display: block;
}

/* marker positioning */
.marker {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 6;             /* above map */
  cursor: pointer;
  outline: none;
}

/* wrapper keeps layout stable */
.marker-wrapper {
  position: relative;
  width: 1px;
  height: 1px;
}

/* solid center dot (always visible) */

.dot {
    width: 10px;
    height: 10px;
  background: #318ACF; /* main dot color (updated) */
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(49,138,207,0.9); /* glow matches the blue */
  position: relative;
  z-index: 4;
}

/* pulsing ring */
.dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 26px; /* outer ring size */
  height: 26px;
  border: 8px solid #318ACF; /* ring border color (blue) */
  border-radius: 50%;
  z-index: 2;
  animation: pulse 2s ease-out infinite;
  background: transparent;
}

/* title text next to dot */
.marker-title {
  position: absolute;
  right: 12px; /* adjust horizontally */
  top: -2px; /* adjust vertically */
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  color: #262626;
  opacity: 1;
  margin: 0;
  white-space: nowrap;
}

/* Tooltip box (hidden by default) */
.location-box {
  position: absolute;
  left: -11px;              /* adjust so it sits right of the dot */
  bottom: 18px;
  min-width: 133px;
  background: #1B2967;      /* dark tooltip background */
  border-radius: 7px;
  padding: 6px 18px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  box-shadow: none;         /* remove light shadow */
}

/* optional small arrow pointing to dot */
.location-box::after {
  content: "";
  position: absolute;
  left: 10px;
  border: 7px solid transparent;
  top: 100%;
    border-top-color: #1B2967;
}

/* inner styles */
.location-box .inner-ct {
  font-family: Arial, sans-serif;
  color: #fff;
}
.location-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 220px;
  overflow: auto;
}
.location-box li {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  text-align: left;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.location-box li:last-child {
  border-bottom: none;
}
.location-box a {
  color: #fff;
  text-decoration: none;
}

/* Show on hover (desktop) or when .open class is present (touch toggle) */
.marker-wrapper:hover .location-box,
.marker-wrapper:focus-within .location-box,
.marker.open .location-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Accessibility focus outline */
.marker:focus {
  box-shadow: 0 0 0 3px rgba(11,63,114,0.12);
  border-radius: 4px;
}

/* Pulse animation (ring) */
@keyframes pulse {
  0%   { transform: translate(-50%, -50%) scale(0.95); opacity: 0.8; }
  70%  { transform: translate(-50%, -50%) scale(1.05); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(0.95); opacity: 0; }
}

/* Position each marker on the map */
.marker-malaysia {
    top: 62%;
    left: 75%;
}

.marker-france {
    top: 36%;
    left: 46%;
}

.marker-saudi {
    top: 48%;
    left: 60%;
}

.marker-uae {
    top: 50%;
    left: 62%;
}

.marker-namibia {
    top: 77%;
    left: 51%
}

.marker-mozambique {
    top: 76%;
    left: 56%;
}

.marker-southafrica {
    top: 83%;
    left: 52%;
}

.marker-usa {
top: 46%;
    left: 19%;
}
.marker-uae .marker-title {right: unset;left: 18px;}
.marker-mozambique .marker-title {
    right: unset;
    left: 24px;
}
.marker-malaysia .marker-title {
    right: unset;
    left: 24px;
}

.marker-southafrica .location-box {
    position: absolute;
    left: -11px;
    top: 25px;
    bottom: auto;
}

.marker-southafrica .location-box::after {
    bottom: 100%;
    top: unset;
    border-bottom-color: #1B2967;
    border-top-color: transparent;
}

@media(max-width: 991px){
    .marker-usa {
    top: 40%;
    left: 19%;
}
.marker-france
 {
    top: 32%;
    left: 46%;
}
.marker-saudi {
    top: 42%;
    left: 60%;
}
.marker-uae {
    top: 44%;
    left: 62%;
}
.marker-malaysia {
    top: 54%;
    left: 75%;
}
.marker-namibia {
    top: 67%;
    left: 50%;
}
.marker-mozambique {
    top: 67%;
    left: 56%;
}
.marker-southafrica {
    top: 73%;
    left: 52%;
}
}

@media(max-width: 991px){
    .dot {
    width: 8px;
    height: 8px;
    }
.marker-usa {
    top: 35%;
    left: 19%;
}
.dot::before {
    content: "";
    width: 22px;
    height: 22px;
}
.marker-france {
    top: 28%;
    left: 46%;
}
.marker-saudi {
    top: 37%;
    left: 60%;
}
.marker-uae
 {
    top: 40%;
    left: 62%;
}
.marker-malaysia {
    top: 48%;
    left: 75%;
}
.marker-namibia {
    top: 59%;
    left: 50%;
}
.marker-mozambique
 {
    top: 60%;
    left: 56%;
}
.marker-southafrica {
    top: 65%;
    left: 52%;
}
}

@media (max-width: 370px) {
    .marker-title {
    font-size: 12px;
    }
}

/* top menu */

/* Parent container */
.top-menu-wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 11%;
  position: relative;
  z-index: 999;
}

/* Parent list items */
.top-menu-wrap ul li {
  margin: 0 14px;
  padding: 0;
  display: inline-block;
  list-style: none;
  position: relative; /* for dropdown */
}

/* Top-level links */
.top-menu-wrap ul li > a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #686A72;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  padding: 15px 5px;
  display: inline-block;
  transition: color 0.2s ease;
}

/* Hover color for top links */
.top-menu-wrap ul li:hover > a {
  color: #318ACF;
}

/* SUBMENU STYLING */
.top-menu-wrap ul.sub-menu {
  display: none;
position: absolute;
z-index: 1000;
    top: 40px;
    left: -110%;
    right: 0;
    background: #fff;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0;
    text-align: left;
    margin: 0;
    min-width: 183px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Show submenu on hover */
.top-menu-wrap ul li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

/* Each submenu li */
.top-menu-wrap ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.top-menu-wrap ul.sub-menu li:first-child{
    padding-top: 15px;
}

.top-menu-wrap ul.sub-menu li:last-child {
  border-bottom: none; /* remove border on last item */
}

.top-menu-wrap ul.sub-menu li:last-child a{
  padding-bottom: 22px;
}

/* Submenu links */
.top-menu-wrap ul.sub-menu li a {
    display: block;
    padding: 16px 22px 17px 22px;
    color: #262626;
    font-size: 13px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 0.2s 
ease;
}
/* Hover effect for submenu links */
.top-menu-wrap ul.sub-menu li a:hover {
  color: #318ACF;
}

/* Optional arrow indicator for parent items */
.top-menu-wrap ul li.menu-item-has-children .res-submenu {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #686A72;
  pointer-events: none;
}
.top-menu-wrap ul li.menu-item-has-children:hover .res-submenu {
  border-top-color: #318ACF;
}

@media (max-width: 1200px) {
    .top-header-nav {
  display: none;
}
 
}
.ortec-logo img {
  max-width: 83%;
  height: auto;
}

.industry-proj-details-sec .boxcard .row {
  width: 100%;
}

@media only screen and (max-width: 991px){

 .home-about-section h2 span {
  width: 350px;
 }

}

@media only screen and (max-width: 767px)
{
    .home-about-section h2 span {
  width: 100%;
 }
  
}
.ortect-header{
    z-index: 5;
}

